:root {
    --primary-color: #333;
    --primary-color-dark:#111;
}

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: 50px;
}

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

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

.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:#fff;
}

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

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

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

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

@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-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: #f7f7f7;
}
.header nav ul li.active>a, .header nav ul li>a.active{
    color:#333;
}
.header nav ul li.active>a svg, .header nav ul li>a.active svg{
    fill:#333;
}
.header nav ul li a:hover{
    color:#111;
}
.header nav ul li a:hover, .header nav ul li a:hover svg{
    fill:#111;
}
.border-heading{
    position: relative;
}
.border-heading::after{
    content:'';
    position: absolute;
    top: auto;
    left: -4px;
    bottom: -12px;
    background: url(../images/border-shape.png) no-repeat;
    width: 103%;
    height: 30px;
    background-size: 100%;
    z-index: -1;
}
.strategies-value h6.blue-clr{
    color:#000;
}

/**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 (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;
    }
}
