/* 000826,07b460*/

body {
    font-size: 16px;
    line-height: 22px;
}

html::-webkit-scrollbar {
    width: 10px;
    background: #ccc;
    border-radius: 5px;
}

html::-webkit-scrollbar-thumb {
    background: #1e9ff2;
    border-radius: 5px;
}

html::-webkit-scrollbar-track {
    background-color: #2c3e50;
}

/*Preloader:begin:remove*/
div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: unset;
    background-color: #0d1633;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #00B5CB;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1.2s linear infinite;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

#preloader .inner {
    position: absolute;
    top: 50%;
    /* centralizar a parte interna do preload (onde fica a animaÃƒÂ§ÃƒÂ£o)*/
    left: 50%;
    transform: translate(-50%, -50%);
}

.header,
.header04,
.header02,
.header03 {
    position: sticky;
    background-color: #000826;
    height: 80px;
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    align-content: center;
    flex-direction: row;
}

.form-tab .nav-tabs a {
    padding: 15px 10px;
}

.form-tab .currency-form {
    padding-top: 0px;
}

.messageexchange {
    font-size: 14px;
    color: red;
    text-align: end;
    margin-top: -0.75rem;
    position: absolute;
    right: 1.5rem;
}

@media screen and (min-width: 992px) {
    .banner {
        padding: 2rem 0 2rem;
        height: calc(100vh - 80px);
    }
}

.form-tab .form-field label {
    padding: 5px 15px;
    background-color: #000826;
    color: #ffffff;
}

.currency-text.v2::before {
    background-size: contain;
    background-image: url(../images/ellip.svg);
}

.currency-text {
    min-height: 24px;
    margin-bottom: 14px;
}

.btn {
    text-transform: unset;
    padding: 15px 25px;
    height: unset;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    align-items: center;
}

.btn-theme {
    background-color: #07b460;
}

.icon-30px {
    font-size: 30px;
}

.btn-theme:hover {
    background-color: #000826;
    color: #ffffff;
}

.btn-theme:hover i {
    color: #ffffff;
}

.btn-theme-default {
    background-color: #000826;
}

.btn-white {
    background-color: #ffffff;
    padding: 10px 15px;
    color: #000826;
    height: unset;
}

.btn-white:hover {
    background-color: #07b460 !important;
    color: #ffffff !important;
}

.btn-white-outline {
    border: #ffffff 1px solid;
    color: #ffffff;
}


.btn-green-outline {
    border: #07b460 1px solid;
    color: #ffffff;
}

.btn-green-outline:hover {
    background: #ffffff;
    color: #07b460;
}

.btn-green-outline-white {
    border: #07b460 1px solid;
    background: transparent;
    color: #07b460;
}

.btn-green-outline-white:hover {
    background: #07b460;
    color: #ffffff;
}


.btn-green {
    border: #07b460 1px solid;
    background: #07b460;
    color: #ffffff;
}

.btn-green:hover {
    background: #ffffff;
    color: #07b460;
}

.currency-form .form-btn {
    margin-bottom: 20px;
    padding: 15px 40px;
}

.banner.v8:before {
    background-image: unset !important;
    background-color: #000826;
    opacity: 0.85;
}

.header04 .login {
    min-width: auto;
    padding: 8px 25px;
    border-radius: 100px;
    letter-spacing: unset;
}

.header04 .login:hover i {
    color: #000826;
    transition: all 0.5s;
}

.select-dropdown .select-icon a {
    background-image: unset !important;
    background-color: #07b460;
}

.select-dropdown {
    position: relative;
    margin-right: 15px;
}

.footer .foo-nav li a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer .foo-nav li a:before {
    top: 0px;
}

.footer .widget h5 {
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.footer.v2 .widget .logo {
    margin-bottom: 10px;
}

.action-footer-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.btn-footer-action {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    padding-top: 20px;
}

.row-action-footer {
    justify-content: space-between;
}

.banner-h1 {
    color: #fff !important;
    font-size: 44px !important;
    line-height: 54px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}

.banner-h1 span {
    -webkit-text-stroke-width: .1rem;
    /* largura da borda */
    -webkit-text-stroke-color: #ffffff;
    /* cor da borda */
    color: transparent !important;
}

.contorn-default {
    -webkit-text-stroke-width: .1rem;
    -webkit-text-stroke-color: #000826;
    color: transparent !important;
}

.contorn-white {
    -webkit-text-stroke-width: .1rem;
    -webkit-text-stroke-color: #ffffff;
    color: transparent !important;
}

.contorn-green {
    -webkit-text-stroke-width: .1rem;
    -webkit-text-stroke-color: #07b460;
    color: transparent !important;
}


.banner-botton {
    display: inline-flex;
    margin-top: 1rem;
}

.line-height-normal {
    line-height: 1.4 !important;
}

.fw-900 {
    font-weight: 900;
}

.input-group-text {
    background-color: #ffffff;
}

.btn-tow-inline {
    display: inline-flex;
}

.home-gradient .currency-form .accept-terms a {
    background-image: unset !important;
    background-color: #07b460;
    font-weight: 500;
}

.footer.v2 .foo-btm {
    background: #000826;
}

.footer.v2 .foo-navigation ul li a {
    color: #ffffff;
}

.footer .foo-top {
    padding: 60px 0 50px;
}

.footer.v2 .widget .logo img {
    height: 52px;
}

.currency-text.v2 {
    display: block;
}

.currency-text.v2 span {
    display: block;
}

.currency-text span:last-child {
    margin-left: 0px;
}

li.has-menu-child.active a.menu {
    color: #07b460 !important;
}

ul.sub-menu>li.active a {
    border: 1px solid #07b460;
    border-radius: 5px;
    background-color: #07b460;
    color: #ffffff !important;
}


.table-mod-exchange {
    font-size: 12px;
    line-height: 18px;
}

.table-mod-exchange tbody tr td:first-child {
    padding-right: 1rem;
}

.form-field {
    margin-bottom: 10px;
}

.header05 .primary-menu ul li.has-menu-child ul.sub-menu a:hover {
    background-image: unset !important;
    background-color: #07b460;
    border-radius: 5px;
}

.footer.v2 .copyright {
    color: #fff;
}

.footer.v2 {
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../images/footer-bg.png);
    background-color: #000414;
    position: relative;
}

.footer.v2 .widget h5 {
    color: #ffffff;
}

.footer.v2 .foo-nav li a {
    color: #ffffff;
}

.home-gradient .switcher .switcherShowHide,
.home-gradient .back-to-top {
    background-image: unset !important;
    background-color: #07b460;
}

.back-to-top {
    /*background: #256be6;
    color: #fff;*/
    height: 40px;
    width: 40px;
    border-radius: 57px;
    text-align: center;
    line-height: 43px;
}

.footer.v2 .widget .social-icon a {
    border: 1px solid #07b460;
    color: #07b460;
}

.footer.v2 .widget .social-icon a:hover {
    background: #07b460;
    color: #fff;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #000826 !important;
    padding: 9px 0px;
}

.opt.dropdown-item.active,
.opt.dropdown-item:active {
    background-color: #000826;
}

.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, 0.9) !important;
}

.form-field .join-field .curr-select .input-group-append .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.btn-switch {
    font-size: 18px;
    color: #07b460;
    text-align: end;
    margin-top: 1rem;
    position: absolute;
    right: 1.5rem;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    border: 1px solid #07b460;
    -webkit-text-stroke-width: 0.08rem;
    -webkit-text-stroke-color: #07b460;
    z-index: 9999;
}

.btn-switch:hover {
    color: #ffffff;
    -webkit-text-stroke-color: #ffffff;
    background-color: #07b460;
}


#countdown {
    position: absolute;
    margin: auto;
    margin-top: -40px;
    height: 30px;
    width: 30px;
    text-align: center;
    right: 1.5rem;
}

#countdown-number {
    color: #07b460;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
}

svg.countdown {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

svg.countdown circle {
    stroke-dasharray: 88px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: #07b460;
    fill: none;
    animation: countdown 30s linear infinite forwards;
}

@keyframes countdown {
    from {
        stroke-dashoffset: 0px;
    }

    to {
        stroke-dashoffset: 88px;
    }
}

.messagefeerate {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.currency-form {
    cursor: unset;
}

/*
.select-dropdown:hover .ul-list-select .list-item{
    display: block;
}
*/
.select-icon a:hover {
    background-color: #ffffff;
}

.select-icon a:hover i {
    color: #07b460;
}

.currency-crypto-price {
    text-align: initial;
}

.border-currency-index {
    border: #000826 1px solid;
    border-radius: 5px;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
}

.border-currency-index i {
    color: #07b460;
}

.banner-title::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000826;
    opacity: 0.95;
}

.dex-bg {
    background: url('../images/bg-dex.png') rgba(0, 8, 38, 0.95);
    background-size: cover;
    background-blend-mode: multiply;
}

.bg-footer-action {
    background: #000826;
}


section {
    display: block;
    position: relative;
    padding: 60px 0;
    width: 100%;
}

.list-check li::before {
    content: '\F271';
    font-family: 'bootstrap-icons';
    color: #07b460;
    padding-right: 10px;
}

.title-section-center-v {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.title-col-center-v {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.image-limit-height img {
    max-height: 380px;
}

.accordion.has-numbering .accordion-item.active:before {
    background: #07b460;
}

.row-equal {
    display: flex;
    justify-content: space-between;
    flex: 1;
}


.fee-exchange {
    background-color: #ffffff;
    border-radius: 10px;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;



}

.step-exchange {
    background-color: #ffffff;
    border-radius: 10px;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.step-item {
    background-color: #ffffff;
    border: 1px solid #07b460;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.step-item.active {
    background-color: #07b460;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.step-item p {
    color: #07b460;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0;
}

.step-item h6 {
    color: #07b460;
}

.step-item.active p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0;
}

.step-item.active h6 {
    color: #ffffff;
}

.height-auto {
    height: auto;
}

.box-address {
    padding-bottom: 1rem;
}

.box-address p {
    font-size: 14px;
    line-height: 1.2;
    text-align: justify;
}

.form-exchange {
    background-color: #f6f4f8;
    padding-top: 4rem;
}

.input-icon {
    position: relative;
}

.input-icon .icon-absol {
    position: absolute;
    top: 8px;
    right: 15px;
}

.input-icon .icon-absol botton {
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.input-icon input {
    padding-right: 74px;
    padding-left: 15px;
}

.border-id {
    padding: 8px 5px;
    border: 1px solid #07b460;
    border-radius: 100px;
    color: #07b460;
    font-size: 14px;
    line-height: 1;
    width: 100%;
    text-align: center;
}

/*
.row-equal > [class*='col-'] {
    flex-basis: 30%;
    box-sizing: border-box;
    border: solid;
}*/

.time-border {
    background: #000826;
    border-radius: 5px;
    padding: 5px 5rem;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.status-border {
    border-radius: 5px;
    padding: 10px 5rem;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.row-ajust>div:first-child,
.row-ajust>button:first-child {
    padding-left: 0;
}

.row-ajust>div:last-child,
.row-ajust>button:last-child {
    padding-right: 0;
}

#toastr-container>.toastr-success {
    opacity: 1;
}

#toastr-container>.toastr-error {
    opacity: 1;
}

#toast-container>div {
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accept-terms {
    display: inline-block;
}

.currency-form .accept-terms a {
    display: unset;
}

.border-green-10 {
    border-radius: 10px !important;
    border: 1px solid #0ca186 !important;
    padding: 20px 20px !important;
}

.sec-heading .sec-subtitle {
    line-height: 1.2;
}

.boxed img,
.boxed-shadow img {
    margin: 0 auto 0;
}

.sec-heading {
    text-align: center;
    margin-bottom: 20px;
}

.sec-heading .sec-subtitle {
    margin-top: 0;
    margin-bottom: 30px;
}

.span-confirm {
    display: inline-block;
}

.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.index-table {
    z-index: 0 !important;
}


canvas {

    width: auto;
    height: auto;
    max-height: 21rem;
    max-width: 20rem;

}

.rederize-canvas {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .form-field .join-field .curr-select .input-group-append .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }

    .input-group-append,
    .input-group-prepend {
        display: block;
    }

    /*479*/
    .banner {
        padding: 60px 0 50px;
    }

    .banner-h1 {
        margin-top: 2rem;
        font-size: 28px !important;
        line-height: 34px !important;
        text-align: center;
    }

    .btn {
        min-width: 160px;
    }

    .banner-botton {
        display: flex;
        margin-top: 3rem;
        justify-content: space-evenly;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        /*  width: 100vw!important;*/
        /* position: absolute;*/
        top: 0;
    }

    .bs-container.dropdown.bootstrap-select.show {
        position: fixed;
        z-index: 9999;

    }

    .bootstrap-select.bs-container .dropdown-menu {
        width: 100vw !important;
        left: 0;
        display: block;
        transition: unset !important;
        transform: unset !important;
        height: 100vh !important;
        max-height: unset !important;
        padding-bottom: 8rem;
        position: static;
    }

    .bs-container.dropdown.bootstrap-select.show::backdrop {
        background-color: #000;
        touch-action: none;
    }

    .bs-actionsbox,
    .bs-donebutton,
    .bs-searchbox {
        padding: 4px 8px;
        z-index: 99999;
        width: 100vw;
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .bs-searchbox .form-control {
        margin-bottom: 0;
        width: 80%;
        float: none;
        margin-left: 5%;
    }

    .bs-searchbox::before {
        position: absolute;
        font-family: bootstrap-icons !important;
        content: "\F623";
        font-size: 38px;
        right: 1rem;
        top: 0.7rem;
        color: #2c3e50;
    }


    .inner.show {
        top: 0;
        left: 0;
        display: table;
        max-height: unset !important;
        height: 100%;
        overflow: auto;
    }

    .currency-text {
        padding-left: 15px;
    }

    .table-mod-exchange tbody tr td:first-child {
        padding-right: 0.5rem;
    }

    .table-mod-exchange {
        font-size: 10px;
        line-height: 18px;
    }

    .header04 .login {
        margin-right: 40px !important;
        min-width: auto;
        height: 40px;
        width: 40px;
        padding: 0px;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .header04 .login i {
        font-size: 18px;
    }

    .header04 .login span {
        display: none;
    }

    .select-dropdown .list-item {
        width: 160px;
        padding: 10px;
        border-radius: 5px;
    }

    .select-dropdown .list-item li a {
        text-transform: unset;
        display: inline-flex;
        width: 100%;
        border-radius: 5px;
    }

    .select-dropdown .list-item li a img {
        height: 24px;
        margin-right: 5px;
        width: 24px;
    }

    .select-dropdown .list-item li a:hover {
        background-image: unset !important;
        background-color: #07b460;
        border-radius: 5px;
        width: 100%;
    }

    .select-dropdown {
        display: flex;
        font-size: 18px;
    }

    .select-dropdown .select-icon a {
        height: 40px;
        width: 40px;
    }


    .list-item-mod {
        padding: 10px;
        border-radius: 5px;
    }

    .list-item-mod li a {
        text-transform: unset;
        display: inline-flex;
        width: 100%;
        border-radius: 5px;
        font-weight: 500;
        color: #000826;
        border: 1px solid #07b460;
        padding: 5px 35px;
        margin-top: 5px;
        margin-bottom: 5px;
        justify-content: center;
    }

    .list-item-mod li a img {
        height: 24px;
        margin-right: 5px;
        width: 24px;
    }

    .list-item-mod li a:hover {
        background-image: unset !important;
        background-color: #07b460;
        border-radius: 5px;
        width: 100%;
        color: #ffffff;
    }

    .modal-mod {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .modal-mod .modal-content .modal-header {
        border-bottom: none;
        margin-bottom: -35px;
        padding: 1rem 1.6rem;
        color: #07b460;
    }

    .close {
        color: #07b460;
    }

    .modal-backdrop.show {
        background-color: #000826;
        opacity: 0.95;
    }

    .modal-mod .modal-conten {
        border-radius: 0.5rem;
    }

    .header05 .primary-menu ul.ul-menu-date {
        margin-left: -1rem;
        width: 100vw;
        background-image: unset !important;
        background: #000c3a;
        height: 100vh;
        max-height: unset;
    }

    .header05 .primary-menu ul {
        background-image: unset !important;
        background: #0d1633;
    }

    .header .primary-menu ul li.has-menu-child ul.sub-menu,
    .header04 .primary-menu ul li.has-menu-child ul.sub-menu,
    .header02 .primary-menu ul li.has-menu-child ul.sub-menu,
    .header03 .primary-menu ul li.has-menu-child ul.sub-menu {
        padding: 10px 0;
        padding-left: 25px;
        border: none;
    }

    /*
    .header04 .primary-menu ul li.has-menu-child:hover ul.sub-menu,
    .header04 .primary-menu ul li.has-menu-child:active ul.sub-menu {
        display: block;
    }
*/
    .header04 .primary-menu ul li.has-menu-child:hover,
    .header04 .primary-menu ul li.has-menu-child:active,
    .header04 .primary-menu ul li a:hover {
        background: #07b460;
    }

    .header04 .primary-menu ul li a {
        font-size: 16px;
        padding-top: 12px;
        padding-bottom: 12px;
        font-weight: 500;
    }

    /*
    .header04 .primary-menu ul li ul,
    .header04 .primary-menu ul li:hover ul,
    .header04 .primary-menu ul li:active ul {
        -webkit-transition: max-height 0.3s ease-in;
        -moz-transition: max-height 0.3s ease-in;
        -o-transition: max-height 0.3s ease-in;
        -ms-transition: max-height 0.3s ease-in;
        transition: max-height 0.3s ease-in;

    }
*/
    .header .primary-menu ul:not(.sub-menu),
    .header04 .primary-menu ul:not(.sub-menu),
    .header02 .primary-menu ul:not(.sub-menu),
    .header03 .primary-menu ul:not(.sub-menu) {
        max-height: unset;
        overflow-y: scroll;
        padding: 10px 0;
        position: absolute;
        top: 100%;
        left: 0;
        height: 100vh;
        width: 100vw;
        margin-left: -1rem;
    }

    .header .primary-menu ul li.has-menu-child i,
    .header04 .primary-menu ul li.has-menu-child i,
    .header02 .primary-menu ul li.has-menu-child i,
    .header03 .primary-menu ul li.has-menu-child i {
        right: 20px;
        top: 15px;
        font-size: 18px;
        padding-left: 95%;
        padding-right: 5%;
    }

    /*
    .header04 .primary-menu ul li:hover ul{
        -webkit-transition: max-height 0.3s ease-in;
        -moz-transition: max-height 0.3s ease-in;
        -o-transition: max-height 0.3s ease-in;
        -ms-transition: max-height 0.3s ease-in;
        transition: max-height 0.3s ease-in;
    }
    */
    .btn-tow-inline {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: space-evenly;
    }

    .action-footer-text {
        text-align: center;
        margin-bottom: 2rem;

    }

    .title-center-mobile {
        text-align: center;

    }

    .input-icon input {
        padding-right: 40px;
        padding-left: 15px;
    }

    .time-border {
        padding: 5px 2rem;
        justify-content: space-between;
    }

    .d-none-mobile {
        display: none;
    }

    .row-ajust>div:first-child,
    .row-ajust>button:first-child {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .row-ajust>div:last-child,
    .row-ajust>button:last-child {
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }

    .banner .ban-content {
        margin-bottom: 0rem;
        margin-top: 4rem;
    }
    .home-gradient .imgBox.image-banner img {
        width: auto;
        max-width: 80vw;
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    .image-limit-height img {
        max-width: 80%;
        max-height: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .image-limit-height-40 img {
        max-width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    .imgBox {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 992px) {

    /*480*/
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        /*  width: 100vw!important;*/
        /* position: absolute;*/
        top: 0;
    }

    .bs-container.dropdown.bootstrap-select.show {
        position: fixed;
        z-index: 9999;
        margin-left: 30vw;
        margin-top: 10vh;

    }

    .bootstrap-select.bs-container .dropdown-menu {
        width: 40vw !important;
        left: 0;
        display: block;
        transition: unset !important;
        transform: unset !important;
        height: 80vh !important;
        max-height: unset !important;
        padding-bottom: 4rem;
        position: absolute;
        top: 3.6rem;
    }

    /*.bs-container.dropdown.bootstrap-select.show::backdrop {
        position: absolute;
        background-color: #000;
        touch-action: none;
        width: 100vh;
        height: 100vh;
    }*/

    .bs-actionsbox,
    .bs-donebutton,
    .bs-searchbox {
        padding: 4px 8px;
        z-index: 99999;
        width: 40vw;
        position: relative;
    }

    .inner.show {
        top: 0;
        left: 0;
        display: table;
        max-height: unset !important;
        height: 100%;
        overflow: auto;
    }

    .inner.show::-webkit-scrollbar {
        width: 10px;
        background: #ccc;
        border-radius: 5px;
    }

    .inner.show::-webkit-scrollbar-thumb {
        background: #1e9ff2;
        border-radius: 5px;
    }

    .inner.show::-webkit-scrollbar-track {
        background-color: #2c3e50;
    }

    .primary-menu {
        margin-left: 50px !important;
    }

    .currency-text {
        padding-left: 20px;
    }

    .header .primary-menu ul li.has-menu-child ul.sub-menu a,
    .header04 .primary-menu ul li.has-menu-child ul.sub-menu a,
    .header02 .primary-menu ul li.has-menu-child ul.sub-menu a,
    .header03 .primary-menu ul li.has-menu-child ul.sub-menu a {
        padding: 5px 5px 5px 30px;
        font-weight: 500;
    }

    .header .primary-menu ul li.has-menu-child ul.sub-menu a:before,
    .header04 .primary-menu ul li.has-menu-child ul.sub-menu a:before,
    .header02 .primary-menu ul li.has-menu-child ul.sub-menu a:before,
    .header03 .primary-menu ul li.has-menu-child ul.sub-menu a:before {
        top: 15px;
    }

    .header .primary-menu ul li.has-menu-child ul.sub-menu,
    .header04 .primary-menu ul li.has-menu-child ul.sub-menu,
    .header02 .primary-menu ul li.has-menu-child ul.sub-menu,
    .header03 .primary-menu ul li.has-menu-child ul.sub-menu {
        padding: 10px;
        border-radius: 10px;
        margin-top: -12px;
    }

    .select-dropdown .list-item {
        width: 160px;
        padding: 10px;
        border-radius: 5px;
    }

    .select-dropdown .list-item li a {
        text-transform: unset;
        display: inline-flex;
        width: 100%;
        border-radius: 5px;
    }

    .select-dropdown .list-item li a img {
        height: 24px;
        margin-right: 5px;
        width: 24px;
    }

    .select-dropdown .list-item li a:hover {
        background-image: unset !important;
        background-color: #07b460;
        border-radius: 5px;
        width: 100%;
    }

    .footer .copyright {
        text-align: left;
    }

    .footer .foo-navigation {
        text-align: right;
    }

    .input-group-append,
    .input-group-prepend {
        display: block;
    }

    .form-field .join-field .curr-select {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        max-width: 40%;
    }

    .form-field .join-field .input__add,
    .form-field .join-field input,
    .form-field .join-field select {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        max-width: 60%;
    }


    .list-item-mod {
        padding: 10px;
        border-radius: 5px;
    }

    .list-item-mod li a {
        text-transform: unset;
        display: inline-flex;
        width: 100%;
        border-radius: 5px;
        font-weight: 500;
        color: #000826;
        border: 1px solid #07b460;
        padding: 5px 35px;
        margin-top: 5px;
        margin-bottom: 5px;
        justify-content: center;
    }

    .list-item-mod li a img {
        height: 22px;
        margin-right: 5px;
        width: 22px;
    }

    .list-item-mod li a:hover {
        background-image: unset !important;
        background-color: #07b460;
        border-radius: 5px;
        width: 100%;
        color: #ffffff;
    }

    .modal-mod {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .modal-mod .modal-content .modal-header {
        border-bottom: none;
        margin-bottom: -35px;
        padding: 1rem 1.6rem;
        color: #07b460;
    }

    .close {
        color: #07b460;
    }

    .modal-backdrop.show {
        background-color: #000826;
        opacity: 0.95;
    }

    .modal-mod .modal-conten {
        border-radius: 0.5rem;
    }

    .header .primary-menu ul li a,
    .header04 .primary-menu ul li a,
    .header02 .primary-menu ul li a,
    .header03 .primary-menu ul li a {
        font-weight: 500;
    }

    .left-lg-align {
        margin-left: auto;
    }
}