﻿.form-element-checkbox {
    line-height: 18px;
    margin-bottom:30px;
    position: relative;
    font-size: 16px;
    font-weight:400;
    height: 18px;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    width: fit-content;
    min-width: -webkit-fill-available;
    min-width: -moz-available;
}

.main-body-font {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
}

.header-logged {
    background-color: rgb(18,18,18);
    min-width: fit-content;
    position: fixed;
    width: 100%;
    z-index: 9998 !important;
}

.header-background {
    background-color: rgb(18,18,18);
    height: 220px;
    min-width: fit-content;
    width: 100%;
}

.header-top-div {
    height: 70px;
    min-width: fit-content;
    width: 100%;
    padding-top: 15px;
    display: inline-flex;
}

.header-unlogged {
    background-color: white;
    height: 70px;
    width: 100%;
    display: inline-flex;
    align-items: center;
}

.header-unlogged-title {
    color: black;
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800px;
}

.header-top-div-element {
    margin: 0px 30px 0px 25px;
    position: relative;
    color: #909090;
    display: inline-grid;
    white-space: nowrap;
}

.header-top-div-element-container {
    display:inline-flex;
}

.indent-header-top-div-element {
    margin-left: 90px;
}

.header-top-div-element-tab {
    margin: 10px 25px 10px 25px !important;
    justify-self:center;
}

.logo {
    height: 35px;
}
.header-logged .logo { 
    margin-right: auto;
}

.user-button {
    width: 40px;
    height: 40px;
}

.user-button-admin {   
    margin-left: auto;
}

.user-button-trader {
    margin-left: 5px;
}

.header-user-button-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.after-logo-margin {
    margin-left: 55px;
}

.account-info {
    margin-right: 5px;
    text-align: right;
    margin-left: auto;
}

.field-text {
    height: 10px;
    font-size: 15px;
    line-height: 18px;
    align-self: stretch;
}

.account-id-value {
    height: 13px;
    font-size: 18px;
    line-height: 20px;
}

.separator {
    border-left: 1px solid #3A3A3A;
    margin: 15px 0 15px 0;
}

.header-tab-container {
    background-color: #323232;
    border-radius: 4px;
    display: inline-flex;
    width: fit-content;
    justify-content: space-between;
    height: 50px;
}

    .header-tab-container input[name=tab-control] {
        display: none;
    }

.header-tab-element {
    align-content: center;
    text-align: -webkit-center;
    font-size: 14px;
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 3px;
    user-select:none;
}

.positionsTabButton ~ ul label[for=positionsTabButton],
.leadersTabButton ~ ul label[for=leadersTabButton],
.followersTabButton ~ ul label[for=followersTabButton],
.historyTabButton ~ ul label[for=historyTabButton],
.clientsTabButton ~ ul label[for=clientsTabButton],
.serversTabButton ~ ul label[for=serversTabButton],
.accountsTabButton ~ ul label[for=accountsTabButton],
.strategiesTabButton ~ ul label[for=strategiesTabButton] {
    border-radius: 4px;
    padding: 10px 13px 10px 13px;
}

.positionsTabButton:checked ~ ul label[for=positionsTabButton],
.leadersTabButton:checked ~ ul label[for=leadersTabButton],
.followersTabButton:checked ~ ul label[for=followersTabButton],
.historyTabButton:checked ~ ul label[for=historyTabButton],
.clientsTabButton:checked ~ ul label[for=clientsTabButton],
.serversTabButton:checked ~ ul label[for=serversTabButton],
.accountsTabButton:checked ~ ul label[for=accountsTabButton],
.strategiesTabButton:checked ~ ul label[for=strategiesTabButton] {
    background-color: #000000;
}

.header-tab-element-icon {
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.header-tab-container ul {
    display: contents;
    list-style-type: none;
}

.header-tab-element-icon-positions {
    content: url("img/positions_icon.svg");
}

    .positionsTabButton:checked  ~ ul .header-tab-element-icon-positions {
        content: url("img/positions_icon_checked.svg");
        color: #E098E0;
    }

.header-tab-element-icon-leaders {
    content: url("img/leaders_icon.svg");
}

    .leadersTabButton:checked  ~ ul .header-tab-element-icon-leaders {
        content: url("img/leaders_icon_checked.svg");
        color: #E098E0;
    }

.header-tab-element-icon-followers {
    content: url("img/followers_icon.svg");
}

    .followersTabButton:checked  ~ ul .header-tab-element-icon-followers {
        content: url("img/followers_icon_checked.svg");
        color: #E098E0;
    }

.header-tab-element-icon-history {
    content: url("img/history_icon.svg");
}

    .historyTabButton:checked  ~ ul .header-tab-element-icon-history {
        content: url("img/history_icon_checked.svg");
        color: #E098E0;
    }

.header-tab-element-icon-clients {
    content: url("img/clients_icon.svg");
}

    .clientsTabButton:checked ~ ul .header-tab-element-icon-clients {
        content: url("img/clients_icon_checked.svg");
        color: #E098E0;
    }

.header-tab-element-icon-servers {
    content: url("img/servers_icon.svg");
}

    .serversTabButton:checked ~ ul .header-tab-element-icon-servers {
        content: url("img/servers_icon_checked.svg");
        color: #E098E0;
    }

.header-tab-element-icon-accounts {
    content: url("img/accounts_icon.svg");
}

    .accountsTabButton:checked ~ ul .header-tab-element-icon-accounts {
        content: url("img/accounts_icon_checked.svg");
        color: #E098E0;
    }

.header-tab-element-icon-strategies {
    content: url("img/strategies_icon.svg");
}

    .strategiesTabButton:checked ~ ul .header-tab-element-icon-strategies {
        content: url("img/strategies_icon_checked.svg");
        color: #E098E0;
    }

.positionsTabButton:checked ~ ul .header-tab-element-text-positions,
.leadersTabButton:checked ~ ul .header-tab-element-text-leaders,
.followersTabButton:checked ~ ul .header-tab-element-text-followers,
.historyTabButton:checked ~ ul .header-tab-element-text-history,
.clientsTabButton:checked ~ ul .header-tab-element-text-clients,
.serversTabButton:checked ~ ul .header-tab-element-text-servers,
.accountsTabButton:checked ~ ul .header-tab-element-text-accounts,
.strategiesTabButton:checked ~ ul .header-tab-element-text-strategies {
    color: #E098E0;
}

.content {
    margin-top: -100px;
    padding-left: 115px;
    padding-right: 115px;
    width: fit-content;
    height: -webkit-fill-available;
    height: -moz-available;
}

.grid-layout {
    background-color: rgb(FF,FF,FF);
}

.grid-name {
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
    display: inline-flex;
    width: -webkit-fill-available;
    width: -moz-available;
    align-items: center;
    white-space:nowrap;
}

.grid-name label {
    z-index: 1;
}

.e-grid {
    border-radius: 5px !important;
    border: 1px solid #DDDDDD !important;
}

.e-gridheader {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
}

.e-gridpager {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-left: none !important;
    border-bottom: none !important;
    border-right: none !important;
}

.e-grid .e-gridheader {
    height: 50px;
    border-bottom: 1px solid #DDDDDD !important;
    align-content: center;
}

.e-headercell.checkbox-align {
    text-align: left;
    width: -webkit-fill-available;
    width: -moz-available !important;
}

.e-rowcell.checkbox-align{
    text-align:center;
}

.e-grid .e-headercell {
    padding: 0px !important;
}

.e-grid .e-gridheader .e-headercelldiv {
    line-height: 15px;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 13px;
    color: #72747A;
    font-weight: 400;
    margin-left: 1px;
    height: -webkit-fill-available !important;
    height: -moz-available !important;
    vertical-align: top !important;
    white-space: nowrap !important;
    display: contents;
}

.e-grid .e-sortfilterdiv {
    margin: 0px !important;
}

    .e-grid .e-sortfilterdiv[aria-hidden="true"] {
        height: 0px !important;
        width: 0px !important;
        padding: 0px !important
    }

.e-headertext {
    padding-left: 8px !important;
}

.e-grid .e-rowcell {
    height: 44px;
    line-height: 18px !important;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 400;
    width: fit-content !important;
}

        .text-align-right {
            text-align: right;
        }

        .e-grid.e-bothlines .e-rowcell {
            border-color: #DDDDDD !important;
            border-width: 0 0 0 0 !important;
        }

        .e-grid.e-bothlines .e-rowcell:not(:first-child) {
            border-left-width: 1px !important;
        }

        .e-grid:not(.sf-grid).e-default.e-bothlines .e-headercell,
        .e-grid:not(.sf-grid).e-default.e-bothlines .e-detailheadercell {
            border-color: none !important;
            border-width: 0 0 0 0 !important;
        }

.e-rhelper{
    display:none !important;
}

.time-label-color {
    margin-left:5px;
    color: #9F9F9F;
}

.direction-div {
    border-radius: 3px;
    padding: 3px;
    width:fit-content;
}
.direction-buy-div {  
    background-color: #BEFFD2;    
}

.direction-sell-div {
    background-color: #FED2FE;
}

.negative-money {
    color: #E13535;
}

.e-dropdown-btn {
    background-color: #000000 !important;
    color: #72B988 !important;
    font-family: Roboto !important;
    font-size: 14px !important;
    width: max-content;
}

.e-dropdown-popup ul {
    min-width: 0 !important;
    font-family: Roboto !important;
    font-size: 14px !important;
}

.e-btn.header-top-div-element.user-button
{
    outline: none;
    border: none;
    background-color: rgb(18,18,18) !important;
    padding: 0;
    box-shadow: none !important;
}

/* Login */
.login-bottons {
    display: inline-flex;
    width: 100%;
    gap: 6px;
}

    .login-bottons .button, .login-bottons #submit {
        padding: 10px 18px !important;
    }

.e-spinner-inner {
    display: none;
}

.login-box #register:hover,
.login-box #cancel:hover {
    border-radius: 0;
    background: #eeeeee;
    box-shadow: none;
}

.login-box #submit:hover {
    border-radius: 0;
    box-shadow: none;
}

.dialog-icon {
    width:36px;
    margin-bottom: 10px;
}

.dialog-header {
    font-size: 18px;
    color: black;
    margin-bottom: 20px;
    font-weight: 500;
}

.dialog-leader-id-label {
    color: #A3A3A3;
}

.dialog-form-box {
    padding: 15px 25px 15px 25px;
    display:grid;
}

.dialog-form-element-box {
    font-family: Roboto;
    color: #72747A;
    display: grid;
    margin-bottom: 12px !important;
}

    .dialog-form-element-box > label {
        font-size: 14px;
        line-height: 17.5px;
        margin-bottom: 5px;
        font-weight: 400;
    }

    .dialog-form-element-box > span {
        font-size: 16px;
        height: 48px;
        align-items: center;
    }

    .dialog-form-element-box > input {
        font-size: 16px;
        height: 48px;
        font-family: Roboto;
        border: 1px solid;
        border-color: #ced4da;
        border-radius: 4px;
        padding: 10px;
    }

.dialog-form-element-box-checkbox-list-item,
.dialog-form-element-box-checkbox {
    display: inline-flex;
    font-family: Roboto;
}

.dialog-form-element-box-checkbox {
    margin-bottom: 20px !important;
}

.dialog-form-element-box-checkbox-list-item {
    margin-bottom: 10px !important;
}

    .dialog-form-element-box-checkbox-list-item > input,
    .dialog-form-element-box-checkbox-list-item > div,
    .dialog-form-element-box-checkbox > input,
    .dialog-form-element-box-checkbox > div {
        margin-right: 10px;
    }

    .dialog-form-element-box-checkbox-list-item > label,
    .dialog-form-element-box-checkbox > label {
        color: black;
        font-size: 15px;
    }

    .e-input-group.e-control-wrapper input.e-input::-webkit-input-placeholder {
        font-size: 15px !important;
        color: #9A9A9A !important;
        font-weight: 400;
        font-family: Roboto;
    }

.dialog-form-button {
    background-color: #000000;
    width: 100%;
    height: 48px;
    border-radius: 4px;
    display: grid;
    color: #0ECB48;
    font-size: 16px;
    line-height: 18.5px;
    align-items: center;
    text-align: center;
}

    .dialog-form-button:hover {
        background-color: #404040;
    }

.dialog-form-remove-button {
    border: 1px solid;
    border-color: #e2e2e2;
    width: 100%;
    height: 48px;
    border-radius: 4px;
    display: grid;
    color: #AD3AAD;
    font-size: 16px;
    line-height: 18.5px;
    align-items: center;
    text-align: center;
}

    .dialog-form-remove-button:hover {
        background-color: #72747A40;
    }

    .dialog-text-label {
        color: black !important;
        font-size: 15px;
        margin-bottom: 20px !important;
    }

.dialog-bold-text-label {
    color: black !important;
    font-size: 15px;
    font-weight: bold !important;
    margin-bottom: 20px !important;
}

.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
    content: url('/css/img/ddl-icon.svg') !important;
}

.e-parentmsgbar {
    display: none !important;
}

.e-grid .e-pager {
    display:flex;
    justify-content: center;
}

.e-pager .e-pagercontainer {
    border-radius: 0px !important;
    border-style: none !important;
    border-width: 0px !important;
    display: inline-block;
    margin: 0 0 -4px .3px;
    overflow: hidden;
}

    .e-pager .e-pagercontainer .e-firstpage,
    .e-pager .e-pagercontainer .e-prevpage,
    .e-pager .e-pagercontainer .e-firstpagedisabled,
    .e-pager .e-pagercontainer .e-prevpagedisabled,
    .e-pager .e-pagercontainer .e-nextpage,
    .e-pager .e-pagercontainer .e-lastpage,
    .e-pager .e-pagercontainer .e-nextpagedisabled,
    .e-pager .e-pagercontainer .e-lastpagedisabled,
    .e-pager .e-currentitem,
    .e-pager .e-numericitem {
        font-family: Roboto;
        border-radius: 50% !important;
        border: none !important;
        color: black !important;
        font-size: 15px !important;
        padding: 10px 13px 10px 13px !important;
        margin: 5px;
        box-shadow: none !important;
    }

    .e-pager .e-currentitem:hover,
    .e-pager .e-numericitem:hover {
        border-radius: 50% !important;
    }

.e-pager .e-icon-prev::before, .e-grid-menu .e-icon-prev::before {
    content: url('/css/img/pager-previous.svg') !important;
}

.e-pager .e-icon-next::before, .e-grid-menu .e-icon-next::before {
    content: url('/css/img/pager-next.svg') !important;
}

.e-pager .e-icon-last::before, .e-grid-menu .e-icon-last::before {
    content: url('/css/img/pager-last.svg') !important;
}

.e-pager .e-icon-first::before, .e-grid-menu .e-icon-first::before {
    content: url('/css/img/pager-first.svg') !important;
}

.e-search-wrapper {
    margin-left: 15px;
}

.e-search-wrapper,
.e-input-group.e-search,
.e-input-group-icon.e-search-icon.e-icons,
.e-input-group-icon.e-search-icon.e-icons:hover,
.e-input.e-search {
    background: none !important;
    border: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.e-search-icon::before {
    content: url('/css/img/search.svg') !important;
    width: 14px;
}

.grid-add-button-layout {
    width: -webkit-fill-available;
    width: -moz-available;
    display: flex;
    justify-content: right;
    z-index: 1;
}

.grid-add-button,
.grid-settings-button {
    width: 135px;
    height: 40px;
    background-color: black;
    border: 1px solid;
    border-color: #606060 !important;
    border-radius: 4px;
    display: inline-flex;   
    margin-left: 15px;
}

    .grid-add-button:hover,
    .grid-settings-button:hover {
        background-color: #404040;
    }

.grid-add-button-icon,
.grid-settings-button-icon {
    width: 24px;
    margin-right: 7px;
    margin-left: 7px;
    align-self: center;
}

.grid-add-button > span,
.grid-settings-button > span {
    color: #E098E0;
    font-size: 14px;
    align-self: center;
}

.grid-row-buttons {
    display: flex;
    justify-content: right;
}

.grid-row-button {
    width:120px;
    height: 30px;
    background-color: black;
    border: none;
    border-radius: 4px;
    display: inline-flex;
}

    .grid-row-button:hover {
        background-color: #000000bb;
    }

.grid-row-button-icon {
    width: 12px;
    margin-right: 7px;
    margin-left: 7px;
    align-self: center;
}

.grid-row-button > span {
    color: #72B988;
    font-size: 14px;
    align-self: center;
}

.grid-row-img-button {
    width: 30px;
    height: 30px;
    margin-left: 15px;
    border:none;
    justify-content:center;
    background:none;
    display:flex;
}

    .grid-row-img-button:hover:enabled {
        background: #72747A20;
        border-radius: 4px;
    }

    .grid-row-img-button > disabled {
        background-color: #E098E0;
    }

    .grid-row-img-button > img {
        vertical-align: middle;
        align-self: center;
    }

    .dialog-form-paswd-button {
        background-color: #FFFFFF;
        border: 1px solid;
        border-color: #e2e2e2;
        width: 100%;
        height: 48px;
        border-radius: 4px;
        color: #0ECB48;
        font-size: 16px;
        line-height: 18.5px;
        align-self: center;
        text-align: center;
        margin-top: 10px;
    }

        .dialog-form-paswd-button:hover {
            background-color: #72747A20;
        }

.dialog-form-element-additional-data {
    display: grid;
    font-size: 13px;
}

.dialog-form-element-additional-data-param {
    color: #72747A;
    margin-right:5px;
    margin-bottom:10px;
}

.dialog-form-element-additional-data-value {
    color:black;
}

.e-checkbox-wrapper .e-frame,
.e-css.e-checkbox-wrapper .e-frame,
.e-checkbox-wrapper.e-css.e-checkbox-disabled {
    width: 24px !important;
    height: 24px !important;
    background: none !important;
    border: none;
    display: inline-flex !important;
}

.e-rowcell .e-checkbox-wrapper .e-frame:not(.e-check),
.e-rowcell .e-css.e-checkbox-wrapper .e-frame:not(.e-check) {
    border: none !important;
}

.e-frame.e-icons,
.e-frame.e-icons.e-check {
    width: 24px;
    height: 24px;
    appearance: none !important;
    border: 1px solid #B8B9B84D !important;
    border-radius: 4px !important;
    opacity: unset !important;
    justify-content: center !important;
}

    .e-frame.e-icons::before {
        width: 24px !important;
        height: 24px !important;
        background-color: white;
        content: none;
    }
    .e-frame.e-icons.e-check::before {
        width: 24px !important;
        height: 24px !important;
        background-color: #78EB9B4D !important;
        content: url('/css/img/check.svg') !important;
        justify-content: center !important;
        align-items: center;
        display: flex !important;
        height: 22px !important;
    }

.e-sortfilterdiv.e-icons.e-sorting-1:before {
    width:24px;
    height:24px;
    content: url('/css/img/sort.svg') !important;
}

    .e-sortfilterdiv.e-icons.e-sorting-1.e-ascending.e-icon-ascending:before {
        width: 24px;
        height: 24px;
        content: url('/css/img/ascending.svg') !important;
    }

.e-sortfilterdiv.e-icons.e-sorting-1.e-descending.e-icon-descending:before {
    width: 24px;
    height: 24px;
    content: url('/css/img/descending.svg') !important;
}

.e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
.e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
    padding: 0px !important;
    margin: 0px !important;
}

input[type='checkbox'] {
    width: 24px !important;
    height: 24px !important;
    appearance: none;
    border: 1px solid;
    border-color: #B8B9B84D;
    border-radius: 4px;
    opacity: unset !important;
}

    input[type="checkbox"]::before {
        background-color: white;
        content: none;
    }

    input[type="checkbox"]:checked::before {
        background-color: #78EB9B4D;
        content: url('/css/img/check.svg') !important;
        align-items: center;
        justify-content: center;
        display: flex;
        height: 22px;
    }

.leader-id-div {
    display: inline-flex;
}

.leader-id-icon {
    width: 20px;
    content: '/css/img/leader-info-disabled.svg';
}

.leader-info-label {
    margin-right: 10px;
}

.leader-popup {
    position: relative;
    width: 190px !important;
    background-color: #212121;
    border: 1px solid;
    border-color: #DEDEDE;
    border-radius: 10px;
}

.leader-common-popup {
    width: -webkit-fill-available;
    width: -moz-available;
    height: -webkit-fill-available;
    height: -moz-available;
}

.tooltip-leader-header {
    color: #8A8A8A;
    font-size: 11px;
    display: grid;
    margin-bottom: 10px;
    font-family: Roboto;
}

.tooltip-leader-property {
    display: flex;
    font-family: Roboto;
    margin-bottom:5px;
}

.tooltip-leader-property-field {
    color: #8A8A8A;
    font-size: 14px;
    white-space: nowrap;
    font-family: Roboto;
}

.tooltip-leader-property-value {
    color: #FFFFFF;
    font-size: 14px;
    width: -webkit-fill-available;
    width: -moz-available;
    text-align: right;
    font-family: Roboto;
}

.leader-tooltip-button {
    color: #787878;
    font-size: 12px;
    margin-top: 10px;
    font-family: Roboto;
}

    .leader-tooltip-button:hover {
        color: white;
    }

.dialog-form-validation-box {
    font-family: Roboto;
    color: #72747A;
    display: inline-flex;
    width: -webkit-fill-available;
    width: -moz-available;
    margin-bottom: 5px;
}

.field-validation-error {
    color: #E1305A;
    text-align: right;
    width: -webkit-fill-available;
    width: -moz-available;
}

.dialog-form-validation-box > label {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    align-self: center;
}

.dialog-form-validation-box > span {
    font-size: 15px;
}

.input-validation-error,
span:has(> .input-validation-error),
.dialog-form-element-box:has(.dialog-form-validation-box > span.field-validation-error:not(:empty)) > span {
    border-color: #E1305A !important;
}

.dialog-top {
    display:inline-table;
}

.close-dialog-button {
    width: 14px;
    height: 14px;
    border:none;
    display: grid;
    float: right;
    margin-right: -12px;
    background: url('/css/img/close.svg');
    background-position: center;
    background-repeat: no-repeat;
}

    .close-dialog-button:hover {
        background: url('/css/img/close_hover.svg');
        background-position: center;
        background-repeat: no-repeat;
    }

#dialog {
    overflow-y: auto;
    max-height: 80%;
}

.e-input.e-search.searchbar-used {
    background-color: #575352 !important;
    border-radius: 15px;
}

input.e-input.e-search.searchbar-used:not(:focus)::-webkit-input-placeholder {
    color: black !important;
}

.e-input.e-search.searchbar-used:focus,
.e-input.e-search.searchbar-used:-webkit-autofill,
.e-input.e-search.searchbar-used:-webkit-autofill:focus,
.e-input.e-search.searchbar-used:-webkit-autofill:active {
    background-color: white !important;
    box-shadow: 0 0 0 1000px white inset !important;
    border-radius: 15px !important;
    transition: background-color 9999s ease-in-out 0s !important
}

.e-input.e-search.searchbar-used:-internal-autofill-selected {
    background-color: #575352 !important;
    box-shadow: 0 0 0 1000px #575352 inset !important;
    border-radius: 15px !important;
    transition: background-color 9999s ease-in-out 0s !important
}

.e-input.e-search.searchbar-used > div:-internal-input-suggested {
    background-color: white !important;
    box-shadow: 0 0 0 1000px white inset !important;
    border-radius: 15px !important;
    transition: background-color 9999s ease-in-out 0s !important
}

.e-input.e-search.searchbar-used-follower-leaders {
    background-color: #EEEEEE !important;
    border-radius: 15px;
}

input.e-input.e-search.searchbar-used-follower-leaders::-webkit-input-placeholder {
    color: #6c757d !important;
}

.searchbar-used-follower-leaders:focus,
.searchbar-used-follower-leaders:-webkit-autofill,
.searchbar-used-follower-leaders:-webkit-autofill:focus,
.searchbar-used-follower-leaders:-webkit-autofill:active {
    background-color: #CCCCCC !important;
    box-shadow: 0 0 0 1000px #CCCCCC inset !important;
    border-radius: 15px !important;
    transition: background-color 9999s ease-in-out 0s !important
}

.searchbar-used-follower-leaders:-internal-autofill-selected {
    background-color: #EEEEEE !important;
    box-shadow: 0 0 0 1000px #EEEEEE inset !important;
    border-radius: 15px !important;
    transition: background-color 9999s ease-in-out 0s !important
}

.searchbar-used-follower-leaders > div:-internal-input-suggested {
    background-color: #CCCCCC !important;
    box-shadow: 0 0 0 1000px #CCCCCC inset !important;
    border-radius: 15px !important;
    transition: background-color 9999s ease-in-out 0s !important
}

.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
    border-color: #ced4da !important;
    box-shadow: none !important;
    border-radius: 4px !important;
}

.dialog-key-box{
    display:inline-flex;
}

.search-icon {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    align-content: center;
    margin-right: 10px;
}

.e-multi-line-input,
.e-multi-line-input textarea {
    height: 100px !important;
}

.leader-bio {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.leader-name-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.leader-name-div,
.leader-profile-picture-preview {
    align-items: center;
    display: inline-flex;
}

.e-file-remove-btn {
    display: none !important;
}

textarea {
    resize: none !important;
}

.e-upload .e-file-name {
    max-width: 150px !important;
    display: inline-block;
    white-space: nowrap !important;
    overflow: hidden !important;
}

.form-element-box label {
    left: 0px !important;
}

.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
    background: #e9ecef !important;
    color: #212529 !important;
}

.columnChooserWhite {
    background: url("img/column_chooser_white.svg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: none !important;
    z-index: 1;
    margin-left: 15px;
}

.columnChooserBlack {
    background: url("img/column_chooser_black.svg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: none !important;
    z-index: 1;
    margin-left: 15px;
}

.e-multi-select-wrapper {
    cursor:pointer !important;
}

.e-delim-values,
.e-chips-close.e-close-hooker {
    display: none !important;
}

.e-ddl.e-popup{
    background: #fff !important;
    border: 1px solid #dee2e6 !important;
}

.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
    background-color: #e9ecef !important;
    color: black !important;
}

.e-popup.e-multi-select-list-wrapper{
    box-shadow: none !important;
}

.roiDetails,
.symbolDetails,
.volumeDetails,
.equityDetails {
    margin-top: 10px;
    width: -webkit-fill-available;
    width: -moz-available;
}

.symbolButtonsContainer,
.volumeButtonsContainer,
.equityButtonsContainer {
    display: inline-flex;
    margin-bottom: 10px;
}

.roiButton {
    color: var(--c-color-theme-general);
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    border: 1px solid var(--c-border-color-login-box-submit);
    background-color: var(--c-bg-theme-general);
}

.symbolButton,
.volumeButton,
.equityButton {
    margin-left: 10px;
    color: var(--c-color-theme-general);
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    border: 1px solid var(--c-border-color-login-box-submit);
    background-color: var(--c-bg-theme-general);
}

.selectedRoiButton,
.selectedSymbolButton,
.selectedVolumeButton,
.selectedEquityButton {
    background-color: #c471c4 !important;
}

.roiChartTable,
.equityChartTable {
    height: fit-content;
    margin-right: 20px;
}

    .roiChartTable td,
    .equityChartTable td {
        font-size: 16px;
        padding: 0px 0px 10px 10px;
    }

.e-grid .e-detailrowcollapse {
    border: none !important;
}

.e-detailcell {
    border-bottom: solid 1px #dee2e6 !important;
}

.leaderTabs {
    display: flex;
    overflow: hidden;
}

    .leaderTabs input[type="radio"] {
        display: none;
    }

.leader-tab-labels {
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8;
    border-right: 1px solid #ccc;
    width: 120px;
}

    .leader-tab-labels label {
        display: block;
        padding: 12px;
        cursor: pointer;
        border-bottom: 1px solid #ccc;
        transition: background 0.2s;
        font-weight: bold;
    }

        .leader-tab-labels label:hover {
            background-color: #e8e8e8;
        }

.leader-tab-contents {
    width: -webkit-fill-available;
    width: -moz-available;
}

.leader-tab-content {
    flex: 1;
    padding: 16px;
    display: none;
}

input[id^=leaderTab1]:checked ~ .leader-tab-contents #leader-content1,
input[id^=leaderTab2]:checked ~ .leader-tab-contents #leader-content2,
input[id^=leaderTab3]:checked ~ .leader-tab-contents #leader-content3,
input[id^=leaderTab4]:checked ~ .leader-tab-contents #leader-content4 {
    display: block;
}

input[id^=leaderTab1]:checked ~ .leader-tab-labels label[for^="leaderTab1"],
input[id^=leaderTab2]:checked ~ .leader-tab-labels label[for^="leaderTab2"],
input[id^=leaderTab3]:checked ~ .leader-tab-labels label[for^="leaderTab3"],
input[id^=leaderTab4]:checked ~ .leader-tab-labels label[for^="leaderTab4"] {
    background-color: #ffffff;
    border-left: 4px solid #c471c4;
    padding-left: 8px;
}

.symbolButtonsContainer,
.roiCharts,
.symbolCharts,
.volumeCharts,
.equityCharts {
    width: -webkit-fill-available;
    width: -moz-available;
}

.chartHeight {
    height: 480px !important;
}

.errorButton {
    width: 30px;
    background-color: transparent;
    border: none;
}

.e-row.errorLeaderCellColor > .e-detailrowcollapse,
.e-row.errorLeaderCellColor > .e-rowcell
{
    background-color: #faeaed !important;
}

.e-grid .e-detail-intent {
    width: 30px !important;
    max-width: 30px !important;
    min-width: 30px !important;
}

.e-chips-collection {
    display:block !important;
}

.progress,
.progress-bar {
    border-radius: 0 !important;
}

.progress-bar {
    --bs-progress-bar-bg: #5C0658;
    background-color: #5C0658 !important;
}

.e-searchbar-clear-icon {
    cursor: pointer;
    margin-left: -20px;
    align-self: center;
    font-size: 12px;
    color: black;
}

.dialog-form-element-box-checkbox input[type="checkbox"]:disabled ~ label,
.dialog-form-element-box-checkbox-list-item input[type="checkbox"]:disabled ~ label {
    color: gray;
}

.dialog-form-element-box-checkbox input[type="checkbox"]:checked:disabled::before,
.dialog-form-element-box-checkbox-list-item input[type="checkbox"]:checked:disabled::before {
    background-color: #AAAAAA4D !important;
    content: url('/css/img/check-disabled.svg') !important;
}

.tst-spinner {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 4px solid white;
    border-top-color: violet;
    background-color: transparent;
    animation: spin 1s linear infinite;
    animation-delay: -9999s;
    will-change: transform;
    position: relative;
    margin-left: 2px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.e-ddl.e-popup {
    position: absolute !important;
}
