:root {
    --primary-color: #7fb42a;
    --primary-color-dark: #6a981e;
}

select.form-control:not([size]):not([multiple]) {
    background: #fff url("../images/arrow01.png") no-repeat right 15px center;
    background-size: 11px 11px;
}

body {
    background: #101419;
}

html {
    position: relative;
    min-height: 100%;
}

.form-control {
    border: 1px solid #d6d6d6;
}

.cus-check,
.cus-radio {
    position: relative;
    margin-bottom: 5px;
}

.cus-check input[type=checkbox],
.cus-radio input[type=radio] {
    display: none
}

.cus-check label,
.cus-radio label {
    width: auto;
    font-size: 14px;
    padding-left: 23px;
    font-weight: 500;
    position: relative;
    margin: 0;
}

.cus-check label:before,
.cus-radio label:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #888;
    position: absolute;
    top: 4px;
    border-radius: 100%;
    left: 0;
    z-index: 5;
}

.cus-check label:after,
.cus-radio label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    position: absolute;
    top: 7px;
    border-radius: 100%;
    left: 3px;
    display: none
}

.cus-check label:before {
    border-radius: 0;
}

.cus-check label:after {
    width: 16px;
    height: 16px;
    content: '\2713';
    font-size: 13px;
    text-align: center;
    color: var(--white);
    line-height: 16px;
    font-weight: 600;
    top: 5px;
    left: 0;
    border-radius: 0;
}

.cus-check input[type=checkbox]:checked + label:after,
.cus-radio input[type=radio]:checked + label:after {
    display: block
}

.cus-check input[type=checkbox]:checked + label:before,
.cus-radio input[type=radio]:checked + label:before {
    border-color: var(--primary-color);
}

.cus-login {
    background: #f7f7f7;
}

.cus-login-box .logo-login img {
    max-height: 60px;
}

.table-rounded.white-space tr td {
    white-space: normal !important;
}

.header .logo img {
    max-height: 50px;
}

.strategies-value h6 {
    font-size: 15px;
}

.strategies-value {
    border-radius: 5px;
}

.light-green-clr {
    color: #8854ca;
}

.green-clr {
    color: #01ca5d;
}

.strategies-detail {
    max-width: 270px;
}

.subscribe-btn {
    border: 1px solid #01ca5d;
}

.subscribe-amnt {
    color: #01ca5d;
}

.increase {
    color: #01ca5d;
}

.dashboard-table tbody td {
    white-space: nowrap;
}

.dashboard-table thead th {
    white-space: nowrap;
}

.parent-row td div,
.show td div,
.clicked .caption {
    max-height: 100px;
    transition: all 0.3s linear;
}

.nested-table tr th {
    vertical-align: middle;
}

.collapse-min-width {
    min-width: 213px;
}

.dashboard-filter-row .dash-card {
    max-width: max-content;
}

.switches-container {
    width: 230px;
}

.header {
    background: #31373d;
}

.border-bottom {
    border-bottom: 1px solid #515961 !important;
}

.header nav ul > li > a {
    color: #ddd;
}

.header nav ul li a svg {
    fill: #ddd;
}

.usr-st a.u-link span {
    color: #ddd;
}

.link-expand svg {
    fill: #ddd;
}

.usr-st a.u-link {
    color: #ddd;
}

.nav-pills.table-tab .nav-link {
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header .logo img {
        max-height: 50px;
    }
}

@media (max-width: 991px) {
    .wrapper_main {
        padding-top: 65px;
    }

    .header .logo img {
        max-height: 55px;
    }
}

@media (min-width: 1024px) {
    .content-block {
        padding: 40px 20px 0;
    }
}

.nested-table tr th:last-child {
    padding-right: 0;
    text-align: left;
}

.close {
    opacity: 1;
}

.dropdown.filter-dropdown .dropdown-menu {
    padding-top: 15px;
}

.filter-dropdown .dropdown-menu li .fi-rr-cross-small {
    top: 0;
}

.deploye .fi-rr-badge-check {
    color: #01ca5d;
}

.switch-green > .switch-input:checked ~ .switch-label {
    background: #01ca5d;

}

.btn.act-btn {
    background: var(--primary-color);
}

.btn.edit-btn {
    background: var(--primary-color);
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: rgb(243 246 255);
}

.table.PositionsTable .cus-border-0 td {
    border-top: 0;
    padding-top: 0;
}

.cus-badge {
    background: #01ca5d;
}

.client-code {
    display: block;
    font-size: 9px;
    color: var(--text-color);
    line-height: normal;
}

.last-child {
    padding-right: 17px !important;
}

.table-select {
    width: 130px !important;
    height: 30px !important;
}

.c-flex-1 {
    flex-basis: 65px;
}

.cus-login-container {
    flex-direction: column;
    align-items: center;
    padding: 30px 30px;
}

.wrapper_main {
    position: static;
}

.table-wrapper {
    margin-bottom: 30px;
}

.footer-logo {
    max-width: 40px;
}

.login-ft-logo {
    max-width: 40px;
}

.dashboard-table.br-table tr th, .dashboard-table.br-table tr td {
    white-space: unset;
}

/*footer css**/
.fixed-footer {
    float: left;
    position: static;
    background: #FFFFFF;
    padding: 10px 20px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;
    margin-top: 25px;
}

.fixed-footer.full-height {
    position: absolute;
    bottom: 0;
}

.wrapper_main {
    position: static;
}

.table-wrapper {
    margin-bottom: 30px;
}

.footer-logo {
    max-width: 40px;
}

.login-ft-logo {
    max-width: 40px;
}

.cus-list li {
    padding-bottom: 15px;
    position: relative;
}

.st-detail-sec {
    width: 100%;
}

.cus-login {
    background: url(../images/login-bg.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 20px;
}

/**responsive css**/

@media screen and (max-width: 1200px) {
    .strategies-value {
        padding: 8px;
    }

    .strategies-value h6 {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .strategies-value {
        padding: 5px 8px;
    }

    .strategies-value h6 {
        font-size: 14px;
    }

    .header .logo img {
        max-height: 50px;
    }

}

@media screen and (max-width: 767px) {
    .strategies-detail {
        max-width: 100%;
    }

    .strategies-value {
        width: 46%;
        margin-top: 15px;

    }

    .content-block {
        margin: 35px 0;
    }

    .login-footer {
        flex-direction: column;
        align-items: center;
    }

    .cus-login-container {
        height: auto;
    }

    .login-footer {
        flex-direction: column;
        align-items: center;
    }

    .cus-login-container {
        height: auto;
    }

    .fixed-footer .ft-box {
        flex-direction: column;
        align-items: center;
    }

    .fixed-footer .ft-box p {
        margin-bottom: 15px !important;
    }

    .text-right.mobile-text-center {
        text-align: center !important;
    }

    .fixed-footer {
        padding: 10px 20px;
    }

    .login-footer p {
        margin-bottom: 15px !important;
    }

    .col-md-4.col-lg-5.d-flex.align-items-center.justify-content-end {
        justify-content: center !important;
        margin-top: 20px;
    }

    .dashboard-filter-row .dash-card {
        max-width: 100%;
    }
}

.cus-login-2-col .slider-info {
    max-width: 600px;
}


/* Login */
.cus-login {
    width: 100vw;
    height: 100vh;
    background: var(--bg-dark-login);
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
}

.cus-login-container {
    height: 100vh;
    overflow-y: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 10;
    padding: 40px 30px;
}

.cus-login-box {
    width: 100%;
    max-width: 450px;
}

.cus-login p {
    font-size: 14px;
}

.cus-login-box .logo-login {
    text-align: center;
}

.cus-login-box .logo-login img {
    max-height: 52px;
}

.cus-login-box .form-control,
.cus-login-box select.form-control {
    height: 42px !important;
}

.cus-login-box .btn.btn-google,
.cus-login-box .btn.btn-facebook {
    padding-top: 12px;
    padding-bottom: 10px;
    border-radius: 8px;
}

.cus-login-box .btn.btn-google svg,
.cus-login-box .btn.btn-facebook svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
}

.cus-login-2-col {
    width: 100%;
    height: 100%;
}

.cus-login-2-col .slider-info {
    width: 100%;
    max-width: 500px;
    text-align: center;
}

.cus-login-2-col .slider-info figure img {
    width: 100%;
    max-width: 300px;
}

.cus-login-2-col .col-left {
    width: 50%;
    height: 100vh;
    background: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
}

.cus-login-2-col .col-right {
    width: 50%;
    height: 100vh;
    float: right;
    position: relative;
    display: table;
    padding: 20px 35px;
    overflow: hidden;
}

.cus-login-2-col .cus-login-container {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    text-align: center;
}

.cus-login-2-col .cus-login-box {
    display: inline-block;
    text-align: left;
}


@media screen and (max-width: 991px) {
    .cus-login-2-col .col-left {
        display: none;
    }

    .cus-login-2-col .col-right {
        width: 100%;
        padding: 0;
    }
}
