:root {
    --primary-color: #cfbe55;
    --primary-color-dark:#c7b750;
    --primary-font:"Lato", sans-serif;
    --text-color: #000;
    --primary-table-heading-color: #9f9d9d;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?9ekosy');
  src:  url('../fonts/icomoon.eot?9ekosy#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?9ekosy') format('truetype'),
    url('../fonts/icomoon.woff?9ekosy') format('woff'),
    url('../fonts/icomoon.svg?9ekosy#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.header nav ul>li>a i {
    font-size: 20px;
    margin-right: 7px;
    vertical-align: middle;
    color:var(--primary-color);
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "\e900";
}
.icon-dashboard:before {
  content: "\e901";
}
.icon-reports:before {
  content: "\e902";
}
.icon-strategies:before {
  content: "\e903";
}
.icon-wizard:before {
  content: "\e904";
}




.dashboard-table{
    font-family: var(--primary-font);
}
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: 85px;
}

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

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

.strategies-value h6 {
    font-size: 15px;
    margin-top: 5px;
    color: #333;
}

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

@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-box {
    max-width: 450px;
    margin: 0 auto;
}
.cus-login {
    background: #fafafa;
}

.slider-bg {
    background: #f1f1fb;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    padding:30px;
    justify-content: center;
}
.slider-bg img{
    max-width:500px;
}
/**check box css**/
.cus-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.cus-checkbox label {
  position: relative;
  cursor: pointer;
}

.cus-checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--primary-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 9px;
  margin-top: -4px;
}

.cus-checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 6px;
  height: 11px;
  border: solid var(--primary-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.dashboard-table thead th{
    font-weight: 600;
}
.top-bar .dropdown-menu a.dropdown-item{
    color: #9d9f9f;
}
.top-bar .dropdown-menu a.dropdown-item svg{
    fill: #9d9f9f;
}
.top-bar .dropdown-menu .dropdown-item.log-out{
    color: var(--status-red);
}
.top-bar .dropdown-menu .dropdown-item.log-out svg{
    fill: var(--status-red);
}
.c-password-label{
    font-size: 16px;
}
h5 {
    font-size: 18px;
}
h4 {
    font-size: 20px;
}
.br-table tr th{
    color: #e6e6e6 !important;
    font-weight: 400;
}
.btn.act-btn{
    font-size: 16px;
    line-height: normal;
    padding: 6px 10px 8px 10px;
}
.btn{
    font-size: 16px;
    line-height: 1.2;
}
.add-broker-label{
    color: #9d9f9f;
}
.nifty-sec h6{
    font-size: 18px;
}
.dashboard-table .arrow i {
    line-height: 35px;
}
.table.PositionsTable tr td{
    padding: 15px 10px;
}
.status-running {
    background: #fffceb;
    color:#cfbe55;
}
.status-running::before, .list-circle-running::before {
    background:#cfbe55 !important;
}
.reports-page{
    background: url(../images/bull-logo.png) no-repeat center center/50%;
    opacity: 0.3px;

}
.font-14{
    font-size: 14px !important;
}
.cus-wizard-border{
    background: #e6e6e6;
}
.wizard-border{
    border: 1px solid #9d9f9f !important;
}
.primary-text-clr{
    color: var(--primary-color);
}
.font-15{
    font-size: 15px;
}
.wizard-border-clr{
    color: #e6e6e6 !important;
}
.wizard-main-title{
    font-size: 26px;
}
.wizard-create-btn{
    border-radius: 10px;
    font-size: 14px;
}
.dash-prices p span{
    color:#b1b1b1;
    font-size: 14px;
    line-height: 27px;
}
.dash-prices p{
    font-size: 18px;
    letter-spacing: 1px;
}
.header nav ul>li>a{
    color: #2e4052;
}
.header nav ul li a svg{
    fill:#2e4052;
}
.usr-st a.u-link span{
    font-size: 18px;
    color: #2e4052;
}
.switches-container label{
    font-size: 18px;
}
.switch div{
    font-size: 18px;
}
.main-dash-table .main-th{
    font-size: 16px;
    color: #000;
}
.dashboard-table .caption{
    font-size: 13px;
    line-height: 16px;
    color: #e6e6e6;
}
.dashboard-table .dropdown-toggle, .dashboard-table .dropdown-toggle:active, .dashboard-table .dropdown-toggle:focus, .dashboard-table .dropdown-toggle:hover{
    /*background: #cfbe55 !important;*/
}
.nested-table .caption-with-bg{
    background: none !important;
    font-size: 13px !important;
    color: #e6e6e6;
}
.decrease{
    color: #ff2a2a !important;
}
.value-bg{
    background: none;
}
.strategies-value{
    text-align: left;
}
.strategies-value{
    width: 31.3%;
}
.strategies-detail {
    max-width: 50%;
}
.strategies-detail span{
    font-size: 17px;
    color: #cfbe55;
}
.cus-card.strategies-card .cus-card-body h5{
    font-size: 20px;
}
.subscribe-btn{
    display: inline-block;
    height: auto;
}
.subscribe-amnt{
    background: none;
    padding: 0 !important;
}
.subscribe-btn{
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    border: 1px solid var(--primary-color);
    max-width: 140px;
}
.subscribe-btn h6{
    color: #fff;
}
.subscribe-amnt{
    color: #fff;
}
.subscribe-btn.deploy-btn{
    background: #FF2A2A;
    line-height: normal ;
    height: 60px;
}
.subscribe-btn.deploy-btn h6{
    line-height: 45px;
}
.filter-label{
    color: #e6e6e6 !important;
    font-size: 16px !important;
}
.reset-btn{
    border-radius: 10px;
}
.primaryBtn{
    border-radius: 10px;
}
.rounded-white-icon{
    background: #cfbe55;
    color: #fff;
}
i.fi.fi-rr-search {
    color: #fff;
}
.font-22{
    font-size:22px;
}
/**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;
    }
    .strategies-detail {
        max-width: 70%;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .dash-prices p span{
        font-size: 12px ;
    }
    .dash-prices p{
        font-size: 16px;
    }
    .strategies-detail {
        max-width: 70%;
    }
}

@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%;
    }
    .slider-bg{
        height:auto;
        justify-content: center;
        margin-bottom:30px;
    }
    .slider-bg img{
        max-width:350px;
    }
    .subscribe-btn{
        max-width: 100%;
    }
}
