:root {
    --primary-color: #8770a6;
    --primary-color-dark:#7b639a;
}

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

html {
    position: relative;
    min-height: 100%;
}
.form-control {
    border: 1px solid #d6d6d6;
}

.cus-login {
    background: #f7f7f7;
}

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

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

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

.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;
}


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

.usr-st a.u-link span{
    color:#111;
}
.link-expand svg{
    fill:#111;
}
.usr-st a.u-link{
    color:#ddd;
}
.sub-icon{
    max-width:20px;
}
.login-13 .bg-img{
    background:#fff url(../images/login-logo.png)no-repeat center center;
    background-size:70%;
}
.dark-gray{
    color: #666;
}
@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: 50px;
    }
}

@media (min-width: 1024px) {
    .content-block {
        padding: 55px 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-check-circle {
    color: #01ca5d;
    font-size: 19px;
    vertical-align: middle;
}

.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%;
}
.form-control{
    border:1px solid #d6d6d6;
}

.cus-td-width{
    max-width: 150px;
}
.dropdown-toggle::after{
    border-top: .3em solid #555555;
}

.form-group label span, .cus-label {
    font-size: 13px;
    color: #666;
}

.dashboard-table .arrow i{
    background: transparent;
    color: #666;
}
.cus-card.strategies-card p{
    color: #666;
}
.subscribe-amnt{
    background: #fff;
}
.subscribe-amnt img{
    max-width: 15px;
    margin-top: -3px;
}
.subscribe-btn h6{
    text-transform:capitalize;
}
/**tab css**/
.nav-tabs {
    border-bottom: none;
    justify-content: center;
}

.nav-tabs .nav-item {
    margin-right: 1rem;
}

.nav-tabs .nav-link {
    border: none;
    background: none;
    color: #6c757d;
    font-weight: 500;
    position: relative;
    padding-bottom: 6px;
}

.nav-tabs .nav-link.active {
    color:var(--primary-color);;
}

.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: var(--primary-color);
}

/**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: 60px;
    }

}
@media screen and (min-width:768px) and (max-width:991px) {
    .login-13 .bg-img{
        background-size: 40%;
    }
    .content-block {
        margin: 90px 0 20px;
    }
}

@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%;
    }
    .login-13 .center h1{
        font-size: 35px;
    }
    .login-13 .bg-img{
        background-size: 40%;
    }
    .header nav{
        top: 85px;
    }
    .col-md-2.pl-0 {
        padding-left: 15px !important;
        margin-bottom: 20px;
    }
}


table.dataTable tbody tr{
    background: transparent !important;
}

.mob-links {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 155;
}
.mob-links a img {
    max-width: 45px;
}
