@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.login-page,
.register-page {
    background-image: url("/img/template/background-login.jpeg");
    background-position: center;
    background-size: cover;
    background-color: #000;
}

/*.login-page:after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: rgba(0,0,0,.5);*/
/*    !*z-index: 1;*!*/
/*}*/

.login-box {
    z-index: 10;
    border-radius: 5px;
}

.card.card-primary {
    background: #EAEAE5;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

/*.card-primary.card-outline {*/
/*    border-top: none;*/
/*    -webkit-box-shadow: -2.81176px 2.81176px 5.62353px rgb(181 183 195 / 20%), 2.81176px -2.81176px 5.62353px rgb(181 183 195 / 20%), -2.81176px -2.81176px 5.62353px rgb(255 255 255 / 90%), 2.81176px 14.0588px 84.353px rgb(181 183 195 / 25%), inset 2.81176px 2.81176px 5.62353px rgb(255 255 255 / 30%), inset -2.81176px -2.81176px 5.62353px rgb(181 183 195 / 50%);*/
/*    box-shadow: -2.81176px 2.81176px 5.62353px rgb(181 183 195 / 20%), 2.81176px -2.81176px 5.62353px rgb(181 183 195 / 20%), -2.81176px -2.81176px 5.62353px rgb(255 255 255 / 90%), 2.81176px 14.0588px 84.353px rgb(181 183 195 / 25%), inset 2.81176px 2.81176px 5.62353px rgb(255 255 255 / 30%), inset -2.81176px -2.81176px 5.62353px rgb(181 183 195 / 50%);*/
/*    border-radius: 70.2941px;*/
/*    !*box-shadow:0 0 50px #FFFFFF;*!*/
/*}*/

.no-records-table {
    text-align: center;
    font-size: 20px;
    padding: 50px;
    font-style: italic;
    background: #cccccc;
}

.permission-title {
    font-weight: bold;
    color: #007bff;
    font-size: 15px;
    margin-top: 12px;
}

.check-item {
    margin-right: 10px;
    margin-bottom: 10px;
}

.check-item label {
    font-size: 13px;
    margin-bottom: 15px;
}

.permiss-block {
    border: 1px dashed #ccc;
    padding: 15px 15px 0;
}

.error-castom-field {
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.center-block {
    max-width: 800px;
    margin: auto;
}

.select2-selection--single,
.select2-selection {
    height: 40px !important;
}

.position-checkbox-brend,
.position-checkbox-brend label {
    margin-bottom: 0 !important;
}

.show-brand {
    border: 1px dashed #ccc;
    margin: 20px 0px;
    padding: 10px 15px 17px;
}

.title-color {
    color: #007bff;
}

.hide-brand .add-fields {
    display: none;
}

.show-block {
    display: block;
}

.hide-block {
    display: none;
}

.background-1 {
    background: #fff;
}

.title-block {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 10px 15px;
}

.table-pd tr td {
    padding: 7px 15px;

}

.table-pd {
    margin-bottom: 0px;
}

.btn-block-right a {
    margin-left: 15px;
}

.login-box-msg {
    font-size: 32px;
    color: #2F2F2F;
}

.lang-signup-block {
    width: 70px;
    margin: 0 auto;
    margin-top: 26px;
}

.lang-signup-block .form-control {
    border: 0;
}

.input-group .form-control {
    border: 1px solid #E8EBF2;
    border-radius: 100px;
    /* filter: drop-shadow(0px 0px 20.7857px rgba(51, 28, 67, 0.1)); */
    color: #000;
    background: #FFF;
}

#input-form .input-group .form-control {
    color: #000 !important;
    background: white;
}


.form-check-input {
    margin-top: 0.4rem;
}

.login-box,
.register-box {
    width: 500px;
}

@media (max-width: 767.98px) {

    .login-box,
    .register-box {
        width: 360px;
    }
}

.logo-form {
    padding: 15px 25px 15px 5px;
    width: 130px;
    object-fit: contain;
    position: relative;
    right: -33px;
    top: 16px;
}

@media(max-width: 768px) {
    .logo-form {

        right: -33px;
        top: 5px;
    }
}

@media(max-width: 767px) {
    .logo-form {

        right: -53px;
        top: 5px;
    }
}

a {
    color: #353765;
    font-weight: 500;
}

.one-page-box a {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.85);
}

.one-page-box a:hover {
    color: rgba(0, 0, 0, 0.85);
    text-decoration: underline;
}

.one-page-box .card-body {
    padding: 1rem 4.25rem 3rem;
}

.bcs {
    background: rgba(28, 89, 171, 0.90);;
    border-radius: 8px;
    border: 1px solid rgba(28, 89, 171, 0.90);;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.bcs:hover {
    background: rgba(28, 89, 171, 0.70);;
    color: white;
}

.nav-link.active {
    background-color: #C4CFD6 !important;
    color: #011845 !important;
}

.bcs-btn {
    padding: 5px 25px;
}

.navbar-white {
    background-color: #C4CFD6;
    color: #011845;
    z-index: 3;
    position: relative !important;
}

.menu-block {
    background: #D5E0E6;
    padding: 0px 0px 0;
    margin-top: -8px;

}

.brand-link {
    background-color: #C4CFD6;
    border-bottom: 0 !important;
}

[class*=sidebar-light-] .nav-sidebar>.nav-item>.nav-link.active {
    box-shadow: none;
}

.sidebar-mini .main-sidebar .nav-link,
.sidebar-mini-md .main-sidebar .nav-link,
.sidebar-mini-xs .main-sidebar .nav-link {
    width: calc(267px - 0.5rem * 2);
}

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-sidebar .nav-item>.nav-link {
    margin-bottom: 0;
}

.box-600 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    /*border: 1px solid red;*/
}

.box-800 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    /*border: 1px solid red;*/
}

.box-1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid red;
}

.menu-block i {
    width: 20px;
}

.menu-block .nav-sidebar .nav-item>.nav-link {
    padding-left: 25px;
    background-color: #FFDAE3;
}

.profile-setting .nav-pills .nav-link.active,
.profile-setting .nav-pills .show>.nav-link {
    color: #FF6666;
    background-color: #fff;
    border-bottom: 2px solid #FF6666;
    font-size: 20px;
}

.profile-setting .nav-pills .nav-link:not(.active):hover {
    color: #FF6666;
}

.profile-setting .nav-pills .nav-link {
    font-size: 20px;
}

.sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar .nav-link,
.sidebar-collapse.sidebar-mini-md .main-sidebar .nav-sidebar .nav-link,
.sidebar-collapse.sidebar-mini-xs .main-sidebar .nav-sidebar .nav-link {
    width: calc(267px - 0.5rem * 2);
}

.error-box {
    border-radius: 0;
}

.menu-img-buttom {
    padding: 15px;
}

.menu-buttom {
    padding: 0px 0px 10px;
}

.personal-manager {
    font-weight: bold;
    color: #939393;
    text-align: center;
    padding: 15px 0px 10px;

    height: 40px;
}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .mini-menu {
        animation-fill-mode: both;
        visibility: hidden;
    }

    .icon-mini-menu {
        display: none;
    }
}


.mymanger {
    font-weight: bold;
    text-align: center;
    color: #FF6666;
    font-size: 18px;
    display: inline-block;
    overflow: hidden;
    height: 30px;
    width: 100%;
}

.menu-buttom .nav-link {
    font-size: 18px;
    margin-left: 10px;
}

.menu-buttom .nav-link i {
    width: 20px;
}

.menu-buttom .nav-link p {
    display: inline;
    margin: 0;
    white-space: normal;
}

.c-link:hover {
    color: #FF6666 !important;
}

.tb-style1 th {
    border-top: none;
    line-height: 60px;
}

.t-terminal:hover {
    color: #fff;
}

.t-terminal {
    background-color: #353765;
    border-color: #353765;
    padding: 0.4rem 1rem 0.6rem;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
}

.t-term-block {
    margin-right: 0px;
    margin-left: auto;
    margin-top: -3px;
}

.tt-btn {
    background-color: #353765;
    border-color: #353765;
    padding: 0.2rem 1rem 0.3rem;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
}

.tt-btn:hover {
    color: #fff;
}

.tt-p-btn {
    background-color: #353765;
    border-color: #353765;
    color: #fff;
    border-left: 1px solid #ccc;
}

.tt-p-btn:hover {
    color: #fff;
    background-color: #0D412E;
}

.progress {
    height: 0.2rem;
    margin-top: 5px;
}

.app-head {
    text-align: center;
    font-weight: bold;
    color: #939393;
    padding: 15px 0px 40px;
    overflow: hidden;
    height: 40px;
}

.app-platform {
    padding: 10px 25px;
    font-size: 18px;
}

.app-platform i {
    width: 30px;
}

.app-platform a:hover {
    color: #FF6666;
}

.app-platform a span {
    display: inline;
}

.link-head-wat {
    padding: 15px 0px;
}

.info_money_text {
    font-size: 13px;
}

.info_money_block {
    margin: 15px 0px;
    color: #7c7c7c;
}

#crypta_block,
#card_block {
    display: none;
}

.columnBanner img {
    width: 335px;
    height: 559px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}





.columnBanner {
    flex: 1 1 auto;
    position: relative;
}

.pc_banner {
    display: none;
}

@media(max-width: 567px) {
    .one-page-box .card-body {
        padding: 15px;
    }

    .login-box,
    .register-box {
        width: 100%;
        overflow-x: hidden;
    }

    .login-page,
    .register-page {
        background: #fff;
    }
}

@media(max-width: 1500px) {
    .columnBanner img {
        width: 305px;
        left: unset;
    }
}

@media(max-width: 1200px) {
    .columnBanner {
        display: none;
    }

    .pc_banner {
        display: block;
    }

    .sidebar .os-padding .os-viewport .os-content a {
        display: block;
    }
}

/*
Start style
*/
.bcs,
.bcs-light {
    border-radius: 20px !important;
    background: #FF5131 !important;
    border: 1px solid #FF5131 !important;
    color: #fff!important;
    font-weight: 600;
    box-shadow: none !important;
    transition: all .3s!important;
}

.login-box .bcs,
.login-box .bcs-light {
    color: #fff!important;
    background: #FF5131 !important;
    border: 1px solid #FF5131 !important;
}

body.black .bcs,
body.black .bcs-light {

    border-radius: 20px !important;
    background: #FF5131 !important;
    border: 1px solid #FF5131 !important;
    color: #fff !important;
    box-shadow: none !important;
    transition: all .3s!important;
}

body.black .login-box .bcs,
body.black .login-box .bcs-light {
    background: #FF5131 !important;
    border: 1px solid #FF5131 !important;
}

.bcs:active,
.bcs:focus,
.bcs:hover,
.bcs-light:active,
.bcs-light:focus,
.bcs-light:hover {
    /* border-radius: 20px !important;
    background: transparent !important;
    color: #DE0033 !important;
    box-shadow: none !important; */

    transform: scale(0.98);
    background: rgba(28, 89, 171, 0.90); !important;
    border: 1px solid rgba(28, 89, 171, 0.90); !important;
}

body.black .bcs:active,
body.black .bcs:focus,
body.black .bcs:hover,
body.black .bcs-light:active,
body.black .bcs-light:focus,
body.black .bcs-light:hover {
    /* border-radius: 20px !important;
    background: transparent !important;
    color: #DE0033 !important;
    box-shadow: none !important; */

    transform: scale(0.98);
    background: rgba(28, 89, 171, 0.90); !important;
    border: 1px solid rgba(28, 89, 171, 0.90); !important;
}

.brand-image {
    float: unset !important;
}

a {
    color: #fff;
}

a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.content:before {
    content: "";
    position: fixed;
    right: 0;
    top: 0px;
    opacity: 1;
    z-index: 0;
    width: 1567px;
    height: 1011px;

    width: 100%;
    background: url("/img/template/bg_w.png") right top / cover no-repeat;
    background-color: #F4F4F4;
    pointer-events: none;
}

.container-fluid,
.main-header {
    position: relative !important;
    z-index: 2;
}

.main-header {
    position: relative !important;
    z-index: 3;
}

body.black .content:before {
    background: black url("/img/template/bg_b.png") right top / cover no-repeat;
    background-color: #000;
    width: 100%;
    opacity: 1 !important;
    /* width: 795px;
    height: 718px;
    opacity: 0.5 !important;
    top: 200px; */
}

.col-form-label {
    color: rgba(0, 0, 0, 0.8) !important;
}

body.black .col-form-label {
    color: #fff !important;
}

.content-wrapper {
    background-color: #F8FCFC !important;
}

body.black .content-wrapper {
    background-color: #1C4553 !important;
}

body.black [class*=sidebar-light-] {
    background: #000 !important;
}

body.black {
    background-color: #0E1A24 !important;
}

.navbar-white {
    background-color: #EAEAE5 !important;
    border-bottom: 1px solid #EAEAE5 !important;
}

body.black .navbar-white {
    background-color: #1B2A38 !important;
    border-bottom: 1px solid #1B2A38 !important;
}

.brand-link {
    background-color: #EAEAE5 !important;
}


.nav-link.active {
    background: #C6C6C6 !important;
}

body.black .brand-link,
body.black .nav-link.active {
    background-color: #1B2A38 !important;
}

.menu-block .nav-sidebar .nav-item>.nav-link,
.menu-block .nav-sidebar .nav-item>.nav-link:focus {
    background-color: #E6E6E6;
    border-bottom: 1px solid #BDBDBD;
}

[class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link {
    background-color: #B7D0E5;
}
body.black [class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link,
body.black [class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link {
    background-color: #1B2A38;
}

.menu-block .nav-sidebar .nav-item>.nav-link:hover {
    background-color: #B7D0E5 !important;
}

body.black .menu-block .nav-sidebar .nav-item>.nav-link:hover {
    background-color: #1B2A38 !important;
}

.my-wallet__wrap svg path,
.my-account__wrap .position-absolute svg path {
    fill: #fff;
}

.open-account__wrap .position-absolute svg path {
    fill: #fff;
    fill-opacity: 1 !important;

}

.position-absolute svg path {
    fill: #fff;


}

.open-account__wrap .position-absolute {
    z-index: 3 !important;
}

.my-wallet__body:hover .hover-overlay {

    background-color: rgba(0, 0, 0, .5) !important;

}

.open-account__wrap::before,
.create-wallet__wrap::before {
    opacity: 0.5 !important;
}

.my-wallet__balance,
.my-account__balance {
    color: rgba(255, 255, 255, 1) !important;
}

body.black .my-wallet__balance,
body.black .my-account__balance {
    color: rgba(255, 255, 255, 0.70) !important;
}

.open-account__text {
    color: rgba(255, 255, 255, 1) !important;
    text-align: center;
    position: relative;
    z-index: 2;
}


body.black .open-account__text {
    color: rgba(255, 255, 255, 0.70) !important;
}

.filter-by-dates .form-control {
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #F6F6F6 !important;
    border: none !important;
    color: rgba(0, 0, 0, 0.8) !important;

}

tbody tr td,
thead tr th {
    padding: 10px !important;
}

body.black .filter-by-dates .form-control {
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #141414 !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: rgba(255, 255, 255, 0.8) !important;

}

body.black .input-group .form-control {
    border-radius: 30px;
    box-shadow: none !important;
    background-color: #fff !important;
    border: none !important;
    color: #000 !important;
}

.avatar-initials {
    color: #000 !important;
    background: #fff !important;
}

body.black .avatar-initials {
    color: #fff !important;
    background: #0E1A24 !important;
}

.card-header {
    background-color: #EAEAE5 !important;
    border-bottom: none;
}

.table thead th {
    border-color: #FFDAE3 !important;
}


/* .avatar-initials::before {

    background: url("/img/template/ava.png") 0 0 no-repeat !important;
    z-index: 2;
}

body.black .avatar-initials::before {

    background: url("/img/template/ava_b.png") 0 0 no-repeat !important;
    z-index: 2;
} */
.no-records-table {
    background-color: #fff !important;
}

.dropdown {
    z-index: 100;
}

.wrapper {
    overflow: hidden;
}

.dropdown-menu a:active,
.dropdown-menu a:focus {
    background-color: #fff !important;
    color: rgba(0, 0, 0, 0.8) !important;
}

.ticker__container {
    position: relative;
    z-index: 2;
}

/*
End style
*/


/* FIX START */

/*login start*/
@media(max-width: 768px) {
    .one-page-box .card-body {
        padding: 0 10px !important;
    }

    .card .card-footer .row .col-8 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .card-body .row .col-12 {
        padding: 0 !important;
    }

    .card .card-footer {
        justify-content: center;
    }

    .card .card-footer .col-6 {
        flex: 1 1 100%;
        width: 1100%;
        max-width: 100%;
        border-right: none !important;
    }

    .card .card-footer .row .col-4 {

        max-width: 250px !important;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px !important;

    }

    .card-body form {
        margin-bottom: 10px;
    }

    .card.card-primary .col-md-5 {
        flex: 0 0 50% !important;
        text-align: left !important;
        display: flex;
        padding: 0 !important;
        margin: 0 !important;
        justify-content: center;
    }

    .card.card-primary .col-sm-4 {
        flex: 0 0 50% !important;
        display: flex;
        padding: 0 !important;
        margin: 0 !important;

        justify-content: center;
    }

    .login-page,
    .register-page {
        background-color: #fff !important;
        background: #fff !important;
    }

    .card .card-footer .row .col-8 .description-block {
        flex: 1 1 100%;
        text-align: center;
        margin: 0 auto 20px auto !important;
        display: flex;
        justify-content: center;
    }

    .login-box,
    .register-box {
        width: 100% !important;
        border-radius: 0 !important;
        border: 0 !important;
        max-width: 100% !important;
        box-shadow: none !important;
    }

    .card.card-primary {
        border-radius: 0 !important;
        border: none !important;
        box-shadow: none !important;
    }

    .card.card-primary .row {
        margin: 0 auto !important;
        max-width: 100%;
        justify-content: center;
    }

    .card.card-primary .row:first-child {

        width: 320px;
        max-width: 320px;
    }
}

/*login end*/
.brand-link .brand-image {
    float: unset !important;
}

@media(max-width: 1300px) {
    .card .card-footer .row {
        flex-wrap: wrap;
    }

    .card .card-footer .row .col-4 {
        width: 100% !important;
        max-width: 500px !important;
        margin: 10px auto 10px auto;
        flex: 1 1 100% !important;
        border-right: none !important;
    }

    .card .card-footer .row .col-8 {
        width: 100% !important;
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }


}

.tableOverflow {
    width: 100%;
    overflow: auto;
}

@media(max-width: 768px) {
    .card .card-footer .row .col-8 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .card .card-footer .row .col-4 {

        max-width: 230px !important;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px !important;

    }



    .card .card-footer .row .col-8 .description-block {
        flex: 1 1 100%;
        text-align: center;
        margin: 0 auto 20px auto !important;
        display: flex;
        justify-content: center;
    }


}

@media(max-width: 480px) {
    .card-outline-tabs .table-mdrow {
        width: 100%;
        overflow: auto !important;

    }



    .container-fluid .px-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.description-title {
    margin-bottom: 0;
}

@media(max-width: 1350px) {
    .areachart-container {
        padding: 10px !important;
        flex-wrap: nowrap !important;
        justify-content: space-between;
        align-items: center;
    }

    .areachart-container .col-lg-2 {
        flex: 0 0 160px !important;
        min-width: 160px !important;
        width: 160px !important;
    }

    .areachart-container .col-lg-10 {
        flex: 0 1 75% !important;
        max-width: 75% !important;
    }
}

@media(max-width: 992px) {

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .no-records-table {
        padding: 20px !important;
    }
}

@media(max-width: 768px) {
    .areachart-container {
        padding: 5px !important;
        flex-wrap: wrap !important;
    }

    .areachart-container .col-lg-10 {
        flex: 0 1 100% !important;
        max-width: 100% !important;
        padding-top: 20px;
    }

    .areachart-container .col-lg-2 {
        flex: 0 0 100% !important;
        order: 2;
        margin-top: 20px;
    }
}

@media(max-width: 480px) {
    .header-custom .text-center {
        margin: 0 !important;
    }

    .no-records-table {
        padding: 10px !important;
    }
}

@media(max-width: 375px) {
    body {
        min-width: 375px;
    }
}

.box-800 h1 {
    text-align: center;
    padding: 0 10px;

}

.description-block h2 {
    color: #000 !important;
}

label[for="inputStatus"] {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}

.col-12.card form .flex-md-row {
    flex-wrap: wrap !important;
    text-align: center;
    justify-content: center;

}

.col-12.card form .flex-md-row .px-5.w-100 {
    padding: 0 !important;
    margin-top: 10px;
}

@media(max-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
}

.col-12.card form {
    flex-wrap: wrap !important;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}

.col-12.card form .form-group {
    margin: 10px auto 0 auto !important;
    width: 100%;
    flex: 1 1 100%;
}

.col-12.card form .form-group button {
    margin: 10px auto 0 auto !important;
    width: 100%;
    flex: 1 1 100%;
}

.wrapper {
    overflow: hidden;
}

body.black #history_body tr td {
    color: rgba(255, 255, 255, 0.8);
}

.box-600 .col-12.card {
    padding: 30px 10px 30px 10px !important;

}

.col-12.card form {
    /* margin: 0 !important;
    padding: 0 !important; */
}

.lang-signup-block {
    margin-top: 0 !important;
}

.login-box .card.card-primary .row {
    align-items: center !important;
}

.register-box .card.card-primary .row {
    align-items: center !important;
}

.box-800 h1,
.box-600 h1 {
    padding: 20px 0;
}

/* FIX END */


.wrapper {
    overflow: hidden;
}



/* NEW FIX v.1 start */


.box-800 h1,
.box-600 h1 {
    padding: 20px 0;
}

select.form-control:not(#lang-select):not(#lang-select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    padding-right: 40px !important;
    background-position-y: 15px;
}

body.black select.form-control:not(#lang-select):not(#lang-select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    /*background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");*/
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    padding-right: 40px !important;
    background-position-y: 15px;
}

select.form-control[name="country"] {
    background-position-y: 7px !important;
}

.switch-lang {
    width: 82px !important;
}

.avatar-initials {
    width: 82px !important;
    margin-left: 0;
    border-radius: 25px !important;
}

.navbar-nav .t-term-block button {
    font-size: 16px;
}

.main-header .nav-link i {
    color: #000 !important;
}

body.black .main-header .nav-link i {
    color: #fff !important;
}

@media(max-width: 768px) {
    .main-header .t-term-block {
        margin-right: 5px;
    }

    .main-header .navbar-nav {
        margin-left: 0 !important;
    }
}

@media(max-width: 480px) {

    .avatar-initials {
        width: 60px !important;
        max-width: 60px !important;
        min-width: auto !important;
    }


    .main-header .t-term-block a {
        padding: 5px 8px !important;
    }

    .main-header .t-term-block img {
        width: 100%;
    }
}

.selecting-lang {
    padding: 3px 5px 3px 15px !important;
}

.tradingview-widget-container.eco_calendar iframe {
    height: 100% !important;
}

.content .container-fluid .widget-chart .my-4 {
    margin-top: 0 !important;
    padding-top: 30px;
}

.info_money_text {
    margin-top: 20px;
}

/* NEW FIX v.1 end */


/* FIX END */


/* Simple start */
@media(max-width: 768px) {
    .t-term-block .d-sm-inline-block {
        display: none !important;
    }
}

body.black .current-lang {
    background-color: #000;
    color: #fff !important;
}

/* Simple end */
.dropdown .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

@media(max-width: 768px) {

    .box-600 h1 {
        text-align: center;
    }

    .main-header .t-term-block a,
    .main-header .t-term-block {
        width: 40px !important;
        margin-right: 50px;
        max-width: 35px !important;
        min-width: auto !important;
    }

    .main-header .t-term-block .btn-group button {
        font-size: 0 !important;
    }

    button[data-target="#openAccount"] {
        position: relative;
        font-size: 0px !important;
        width: 40px;
        height: 40px;
    }

    button[data-target="#openAccount"]::after {
        content: "";

        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        top: 0;
        display: block;
        position: absolute;
        width: 25px;
        height: 25px;
        background: url("/img/template/chart.svg") center center / contain no-repeat;
        /*filter: invert(1);*/

    }
}

@media(max-width: 480px) {
    .main-header .t-term-block a,
    .main-header .t-term-block {
        /*margin-right: 50px;*/
    }
}

.wrapper {
    overflow: hidden;
}

body.black .col-sm-12.text-center {
    color: #fff;
}

.col-xl-8 h1.m-0 {
    text-align: center;
    padding: 20px 0;
}

.box-600 .form-group.row .col-sm-8 input {
    height: 55.6px;
}

.box-600 .form-group.row .offset-sm-4 button {
    height: 45px;
}

.custom-mt-5-akasbs {
    margin-top: 80px !important;
}

.z-i-20-p-r {
    position: relative;
    z-index: 20;
    pointer-events: none;
}

@media(max-width: 575px) {
    .change-pass__modal .offset-6 {
        margin-left: 0 !important;
    }
}

.custom-style-h4 {
    font-weight: bold;
    color: #2E2E2E;
}

body.black .custom-style-h4 {
    color: rgba(255, 255, 255, 0.8);
}

.brand-link.app-platform {
    background: #fff!important;
}

body.black .menu-buttom {
    background: #1B2A38!important;
}

body.black .brand-link.app-platform {
    background: #1B2A38!important;
}

body.black .os-content {
    background: #1B2A38;
}

.c-btn-header {
    background: #FF5131!important;
    border: 1px solid #FF5131!important;
    color: #fff!important;
    border-radius: 40px!important;
}
.c-btn-header:hover {
    background: #FF5131!important;
    border: 1px solid #FF5131!important;
    color: #fff!important;
    border-radius: 40px!important;
}

body.black .c-btn-header {
    background: #FF5131!important;
    border: 1px solid #FF5131!important;
    color: #fff!important;
    border-radius: 40px!important;
}

body.black .c-btn-header:hover {
    background: #FF5131!important;
    border: 1px solid #FF5131!important;
    color: #fff!important;
    border-radius: 40px!important;
}

.brnd-lnk {
    padding: 0 25px!important;
    height: 57px!important;
}

.brnd-lnk .brand-image {
    padding: 0!important;
    margin: 0!important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

#disclaimer_modal {
    max-width: 500px;
    right: 20px;
    bottom: 0;
    top: unset;
    left: unset;
    height: auto;
}
#disclaimer_modal.show {
    display: block;
}
@media(max-width: 575px) {
    #disclaimer_modal {
        right: 0;
        font-size: 12px;
    }
}
body.black #disclaimer_modal .modal-content {
    background: #fff!important;
}
body.black #disclaimer_modal .modal-header .close {
    color: #53524E!important;
}


.d-custom-none {
    display: none!important;
}

.app-platform {
    padding: 10px 25px;
    font-size: 18px;
    outline: none;
    border: 0;
    text-align: left;
}

.otp-code__value {
    font-size: 42px;
    font-weight: bold;
    color: #353765;
    text-align: center;
}

.timer__value {
    font-size: 24px;
    color: #FF6666;
    display: block;
    text-align: center;
}

.timer__title {
    font-size: 24px;
    color: #000;
    display: block;
    text-align: center;
}

.loader--style1 {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    background-color: #fff;
}

.loader-1 {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

/* keyFrames */
@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}




/* ABOUT */
.banner {
    position: relative;
    z-index: 2;
    width: 100%;
}

.mt {
    margin-top: 180px;
}

@media (max-width: 1650px) {
    .mt {
        margin-top: 160px;
    }
}

@media (max-width: 480px) {
    .mt {
        margin-top: 120px;
    }
}


.bannerRow {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1220px) {
    .bannerRow {
        flex-wrap: wrap;
        justify-content: center;
    }

    .tacc {
        text-align: center !important;
        padding-bottom: 20px !important;
    }
}

@media (max-width: 1420px) {
    .bannerRowLeft {
        flex: 0 1 600px;
    }

    .bannerRowLeft img {
        width: 100%;
    }
}

@media (max-width: 1220px) {
    .bannerRowLeft {
        flex: 0 1 100%;
        order: 2;
        margin-top: 20px;
        text-align: center;
    }

    .bannerRowLeft img {
        max-width: 600px;
    }
}

.bannerRowRight {
    padding-top: 40px;
}

@media (max-width: 1220px) {
    .bannerRowRight {
        text-align: center;
    }

    .bannerRowRight {
        padding-top: 20px;
    }
}

.bannerRowRightTitle {
    margin-bottom: 56px;
}

@media (max-width: 1420px) {
    .bannerRowRightTitle {
        margin-bottom: 36px;
    }
}

@media (max-width: 480px) {
    .bannerRowRightTitle {
        max-width: 340px;
        margin: 0 auto 20px auto;
    }
}

.bannerRowRightText {
    font-weight: 500 !important;
    margin-bottom: 8px;
}

.bannerRowRightText1 {
    margin-bottom: 8px;
}

.bannerRowRightFile {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

@media (max-width: 1220px) {
    .bannerRowRightFile {
        justify-content: center;
        margin-top: 30px;
    }
}

.bannerRowRightFile img {
    margin-right: 15px;
}

.bannerBottomTitle {
}

@media (max-width: 1420px) {
    .bannerBottomTitle {
    }
}

.bannerBottomRow {
    /* display: flex;
    justify-content: space-between; */
    display: grid;
    /* grid-template-columns: 250px 360px 350px; */
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: 1fr 45% 1fr;
    gap: 50px;
    width: 100%;
}

@media (max-width: 1600px) {
    .bannerBottomRow {
        grid-template-columns: auto 1fr auto;
    }
}

@media (max-width: 1300px) {
    .bannerBottomRow {
        grid-template-columns: 200px 1fr 200px;
    }
}

@media (max-width: 1220px) {
    .bannerBottomRow {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
}

@media (max-width: 992px) {
    .bannerBottomRow {
        /* max-width: 650px;
        flex-wrap: wrap; */
    }
}

.bannerBottomRowColumn {
    /* flex: 0 1 30%; */
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
}

.bannerBottomRowColumn a {
    color: #000;
}

.bannerBottomRowColumn a:hover {
    color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 1220px) {
    .bannerBottomRowColumn {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
}

@media (max-width: 992px) {
    .bannerBottomRowColumn {
        /* flex: 0 1 50%;
        margin-bottom: 35px; */
    }
}

@media (max-width: 768px) {
    .bannerBottomRowColumn {
        /* flex: 0 1 100%; */
    }
}

.bannerBottomRowColumnItem {
    display: flex;
    align-items: center;
    /* margin-bottom: 35px; */
}

.bannerBottomRowColumnItem:last-child {
    /* margin-bottom: 0 !important; */
}

.bannerBottomRowColumnItem img {
    margin-right: 15px;
}

.banner {
    border-radius: 8px;
    background: #FFF;
    padding: 20px;
    box-shadow: 0px 0px 20.785715103149414px 0px rgba(51, 28, 67, 0.10);
}

body.black .banner {
    background: #000;
    padding: 20px;
    box-shadow: 0px 0px 20.785715103149414px 0px rgba(255, 255, 255, 0.70);
}

body.black .banner p,
body.black .banner h2,
body.black .banner h3,
body.black .banner a {
    color: #fff !important;
}

@media (max-width: 1220px) {
    .banner {
        padding: 0px 20px 20px 20px;
    }
}

.bannerRowLeft img {
    width: 800px;
}

@media (max-width: 700px) {
    .bannerRowLeft img {
        width: 100%;
    }
}

.bannerBottomSert {
    margin-bottom: 20px;
}

.bannerBottomSert a {
    color: #000;
}

.bannerBottomSert a:hover {
    color: rgba(0, 0, 0, 0.7);
}
