:root {
    --primary-color: #5272ff;
    --primary-color-dark: #4766f0;
}

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

.switches-container{
     width: 230px;
}

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

.cus-login {
    background: #f7f7f7;
}

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

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

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

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

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

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

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

@media (min-width: 1024px) {
    .content-block {
        padding: 50px 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: #5272ff;
}

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

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

}

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

.content-block{
    padding-bottom:50px;
}