﻿path {
    fill: var(--color-primary);
}

.fa-cart-shopping {
    color: #1c2539;
    font-size: 20px
}

.call-area .fa-cart-shopping,
.call-area .fa-headphones,
.call-area .fa-phone-volume,
.call-area .fa-headset {
    color: var(--color-primary);
    font-size: 25px;
    margin-top: 5px
}

.header-two .main-header .content .header-left a.thumbnail {
    margin-top: -10px;
    float: left;
    width: 200px;
}

.swiper-button-next, .swiper-button-prev {
    background: #000;
    font-size: 25px;
    color: #fff;
    border-radius: 50px;
    width: 70px;
    height: 70px;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 25px;
    }

.swiper-pagination-bullet-active {
    background: var(--color-primary)
}

.banner-one-inner .title {
    position: relative;
    padding-left: 15px !important
}

    .banner-one-inner .title::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 6px;
        background: var(--color-primary);
        left: 0;
    }

.rts-service-area5 {
    position: relative;
    z-index: 2;
}

.rts-banner-one {
    position: relative;
    z-index: 1;
}

.rts-service-area5 .container .service-one-inner-four {
    text-align: center
}

.service-one-inner-four .icon {
    background: #ffecec;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    border-radius: 100px
}

    .service-one-inner-four .icon img {
        padding-top: 15px;
    }

.service-one-inner-four .rts-btn {
    width: 100%;
    max-width: 100% !important;
    justify-content: center;
}

.rts-service-area5 .container .service-one-inner-four {
    box-shadow: 0px 4px 58px rgb(0 0 0 / 35%);
}

.header--sticky {
    box-shadow: 0px 0px 10px 5px #0000001f;
}

.about-founder-wrapper .single-feature-one {
    max-width: 100% !important;
    border: 1px solid #241f1f42;
    box-shadow: 0px 0px 10px #0000001f;
}

    .about-founder-wrapper .single-feature-one i {
        padding: 15px;
        font-size: 20px;
    }

.header-right .btn-primary i {
    font-size: 20px
}

.about-founder-wrapper .single-feature-one:hover {
    border-color: #db001a
}

.rts-about-area.rts-section-gap {
    padding-bottom: 20px !important
}

.rts-title-area.contact-appoinment::after,
.rts-title-area.contact-fluid::after,
.rts-title-area::after,
.rts-title-area.business::after,
.rts-title-area.service::after {
    content: "";
}

.pricing-wrapper-one.home-two .pricing-body a.rts-btn {
    box-shadow: 0 0 18px rgb(24 16 16 / 22%);
    border: 1px solid #0000004f;
}

.pricing-wrapper-one.home-two {
    border: 2px solid #E9ECF1;
}

.rts-feature-area {
    margin-top: -50px
}

.ht-social a.rts-btn {
    padding: 5px !important;
    border-radius: 5px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-weight: normal;
    background: #ffecec;
    color: #000
}

    .ht-social a.rts-btn.btn-primary {
        background: var(--color-primary);
        color: #fff
    }

.header-two .header-top .content .right-header-top .ht-social ul li {
    margin-right: 10px
}

h6.call {
    font-size: 18px !important
}

#anywhere-home.bgshow {
    z-index: 1000;
    top: 0;
    cursor: pointer;
}

.cart-count-icon {
    background-color: #ea2b0f;
    color: #ffffff;
    position: absolute;
    font-size: 1rem;
    min-width: 20px;
    height: 20px;
    line-height: 2.2;
    border-radius: 50%;
    top: -7px;
    right: -1px;
    text-align: center;
}

#basket-btn {
    position: relative;
    border: 1px solid #00000014;
}

#basket-bar .left-thumbnail,
#basket-bar .post-right {
    padding: 10px;
    /* color: var(--color-primary); */
    font-size: 15px;
    margin: 0;
}

#basket-bar .title {
    color: #000;
    font-size: 15px;
}

.wized-body .post-wrapper,
#basket-bar .post-wrapper {
    box-shadow: 0px 0px 20px 0px #0000002e;
    border-radius: 10px;
    border: 1px solid #0000002b;
}

#basket-bar .post-right .rts-btn {
    padding: 5px
}

.pl-4 {
    padding-left: 15px;
}

.pr-4 {
    padding-right: 15px;
}

#basket-bar .call-area {
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 10px;
    float: left;
    padding-top: 10px;
    text-align: center;
    background: #ffecec;
}

#basket-bar .icon::after {
    position: absolute;
    /* content: ""; */
    left: 50%;
    top: 50%;
    background: #ffecec;
    height: 55px;
    width: 55px;
    z-index: -1;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

.rts-sidebar-menu-desktop .body-mobile .mainmenu {
    margin-top: 0
}

    .rts-sidebar-menu-desktop .body-mobile .mainmenu > li {
        border-radius: 30px;
        box-shadow: 0px 0 30px rgb(0 0 0 / 15%);
        border: 1px solid #00000042;
        padding: 15px;
        transition: 0.3s;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

        .rts-sidebar-menu-desktop .body-mobile .mainmenu > li:hover {
            background: var(--color-primary);
            border-color: transparent
        }

            .rts-sidebar-menu-desktop .body-mobile .mainmenu > li:hover a {
                color: #fff
            }

.video-overlay {
    position: absolute
}

.rts-breadcrumb-area {
    padding-top: 100px;
    padding-bottom: 100px;
}

.rts-single-wized {
    border: 1px solid #00000029;
    box-shadow: 0px 0 18px #00000042;
}

    .rts-single-wized .wized-body .rts-search-wrapper {
        box-shadow: 0px 0 18px #00000042;
    }

    .rts-single-wized .single-categories li a {
        color: #20252a;
        box-shadow: 0px 0 18px #00000042;
    }

.rts-blog-grid-area.rts-section-gap {
    padding-top: 50px !important
}

.rts-blog-grid-area .disc,
.rts-single-wized.contact .wized-header .title {
    color: #fff
}

.rts-blog-grid-area .rts-single-wized.contact .wized-body a.rts-btn {
    max-width: 100%;
    text-align: center
}

.contact-form-area-one .name-email {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .contact-form-area-one .name-email input {
        width: 48.8%;
    }

.contact-form-area-one .name-email {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-form-area-one input {
    height: 55px;
    /* background: #eff4f7; */
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 0 25px;
    border: 1px solid #d7d9db;
}

.tab-content iframe {
    pointer-events: none;
}

.accordion-body p {
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    margin: 0 !important;
}

.goal-wrapper .disc p {
    color: inherit !important;
}
/*.goal-wrapper,
.container {
    z-index: 5;
    position: relative;
}*/

.etable .table > thead {
    padding-top: 25px !important;
    padding-bottom: 25px;
    background: var(--color-primary);
    color: #fff;
    text-align: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.contact-form-area-one textarea {
    border: 1px solid #ffffff !important;
}

    .contact-form-area-one textarea:focus {
        border-color: var(--color-primary) !important;
    }

.loader-wrapper {
    --curtain-color: #0000007a !important;
}

    .loader-wrapper .loader-section {
        width: 50% !important;
    }

.grecaptcha-badge {
    display: none !important
}

.banner-one-inner .title {
    font-size: 50px !important;
    max-width: 90%
}

.banner-one-inner p {
    max-width: 90% !important
}

.pricing-tab-button-area .nav-tabs .nav-link {
    margin-left: inherit
}

.case-study-area .item .item-content h6.text-heding3 {
    min-height: 55px;
}

.pricing-wrapper-one.home-two:hover {
    border: 2px solid var(--color-primary);
    box-shadow: 0px 17px 39px rgb(6 33 101 / 13%);
}

.service-one-inner-four .content p {
    margin: 0 !important;
    font-size: inherit;
}

.etable .table thead tr th:first-child {
    border-top-left-radius: 30px;
}
/*.etable .table tbody tr:last-child td:first-child,
.etable .table tbody tr:last-child td:last-child,*/
.etable .table thead tr th:last-child {
    border-top-right-radius: 30px;
}


.etable .table > tbody {
    text-align: center;
}

.etable .table > thead th {
    padding-top: 15px;
    padding-bottom: 15px;
}

.etable .table td {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dee2e6 !important;
}

.goal-wrapper p {
    margin: 0 !important
}

.single-contact-one-inner {
    border-radius: 30px
}

    .single-contact-one-inner .content {
        box-shadow: 0px 0px 10px #1113183b;
        border-radius: 30px;
        border: 2px solid #df0a0a69;
    }

.rts-contact-area .icone i {
    font-size: 50px;
    color: var(--color-primary)
}

.contact-form-area-one textarea {
    border-radius: 15px;
    background: #F7F7F7;
    height: 150px;
    padding: 15px 25px;
    border: 1px solid transparent;
}

.rts-contact-form-area.client-bg .rts-contact-fluid {
    box-shadow: none;
}

.contact-form-area-one textarea:focus {
    border: 1px solid var(--color-primary);
}

.accordion-one-inner.inner2 .accordion-item {
    box-shadow: 0px 7px 18px rgb(24 16 16 / 22%) !important;
}

.tab-button-area-one .nav li button {
    box-shadow: 0px 7px 18px rgb(24 16 16 / 22%) !important;
}


.rts-product-one {
    background: #fff;
    box-shadow: 0px 7px 18px rgb(24 16 16 / 22%) !important;
}

.video-overlay-close {
    background: var(--color-primary);
    border-radius: 50px;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 1.3
}

    .video-overlay-close:hover {
        background: #fff;
        color: #000
    }

.rts-tab-style-one .button-area button.active {
    color: var(--color-primary);
}

.rts-about-our-company-h2::after {
    background-image: url(../images/about/shape/01.png);
}

.rts-tab-style-one .button-area {
    width: 100%
}

.portfolio-area.style-5 .item,
.portfolio-area.style-5 .col-lg-4,
.portfolio-area.style-5 .col-lg-4 .portfolio-wrapper,
.portfolio-area.style-5 .item::after,
.portfolio-area.style-5 .item::before,
.portfolio-area.style-5 .item .portfolio-wrapper .img-fluid img {
    border-radius: 30px
}

.cardPlus, .cardMinus {
    cursor: pointer;
    transition: 0.4s;
}

    .cardPlus .red-more:hover, .cardMinus .red-more:hover {
        color: #000 !important
    }

.productDelete .red-more:hover, .productDelete .red-more:hover {
    color: #000 !important
}

.details .disc p {
    font-size: inherit
}

.red-more {
    color: #DF0A0A !important;
    cursor: pointer
}

.bg-about-sm-shape::before {
    z-index: 1
}

.Categories {
    padding-right: 20px;
    padding-left: 20px;
}

.wized-body .post-wrapper .title {
    color: var(--color-heading-1) !important;
    font-size: 15px !important
}

.wized-body .post-wrapper span {
}

.wized-body .post-wrapper {
    padding: 10px
}

.client-bg .client-two-wrapper img {
    background: #fff;
    box-shadow: 0px 0 10px #00000040;
}

.team-user {
    min-height: 200px;
    background: #f7f7f7;
    text-align: center;
    background-image: url(../images/footer/h1-shape/03.png);
    background-repeat: no-repeat;
    background-color: #1c2539;
    background-blend-mode: multiply;
    border-radius: 20px;
    background-position-x: -60px;
    object-fit: contain;
    background-size: cover;
    padding-top: 35px;
    text-shadow: 0px 0 11px #0000004f;
}

    .team-user i {
        font-size: 50px;
        color: #ffffff;
    }

.team-details-support-wrapper i {
    height: 45px;
    width: 45px;
    border-radius: 7px;
    border: 1px solid #EDEDED;
    box-shadow: 0px 0 18px rgb(24 16 16 / 15%);
    font-size: 15px;
}

.team-details-support-wrapper .support-innner,
.team-details-support-wrapper .support-innner a .title {
    font-size: 15px;
    text-align: left
}

.rts-team-area.style-4 .team-inner-two:hover .acquaintance-area .team-desc {
    padding-top: 25px;
    margin-bottom: -30px;
}

.about-inner ul li {
    list-style: inherit !important
}

.service-two-inner .thumbnail::after {
    content: "#";
}

.service-two-inner .body-content .hidden-area {
    max-height: 100px
}

.img-responsive {
    width: 100%
}

.shadow {
    -webkit-box-shadow: 0 0 2rem rgb(0 0 0 / 15%) !important;
    box-shadow: 0 0 2rem rgb(0 0 0 / 15%) !important;
}

.service-detials-step-1 .service-details-card {
    border-right: 5px solid var(--color-primary);
    border-left: 20px solid var(--color-primary);
}

.btnFull {
    float: left;
    text-align: center;
    min-width: 100%;
}

.service-detials-step-1 {
    background: #fff
}

.ticket {
    position: relative;
    border-radius: 10px
    /* overflow: hidden; */
}

    .ticket:before, .ticket:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        left: -25px;
        top: 50%;
        /* background: #b95b5b; */
        z-index: 42;
        transform: translate(-50%, -50%) rotate(45deg);
        border: 20px solid transparent;
        border-top-color: #f1f1f1;
        border-right-color: #f1f1f1;
        border-radius: 100%;
        pointer-events: none;
    }

    .ticket:after {
        right: -50px;
        left: inherit !important;
        transform: translate(-50%, -50%) rotate(225deg);
    }

@media only screen and (max-width: 1199px) {
    .rts-business-goal {
        margin-bottom: 70px;
    }
}



@media only screen and (max-width: 767px) {
    .mt_sm--70 {
        margin-top: 0px !important;
    }

    .bg-team {
        background-image: none
    }
}

/*basket*/
.basket figure {
    margin: 0;
    /* margin: 0 auto; */
    width: 70px;
    display: inline-block;
    position: relative;
}

.product-image img {
    max-width: 100%;
}

.basket td {
    vertical-align: middle;
}

.shop-total hr {
    margin-top: 27px;
}

.product-remove {
    text-align: center;
}

    .product-remove a:hover {
        color: #ffffff;
        background: #ea2b0f;
        transition: 0.4s
    }

    .product-remove a {
        color: #094268;
        background: #f0f2f5;
        cursor: pointer;
        padding: 10px
    }


    .product-remove i {
        padding: 10px;
    }

.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.stepwizard .stepwizard-row:before {
    top: 33px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    /* background-color: #ccc; */
    border-bottom: 2px dotted #ccc;
    z-index: 0;
}

.stepwizard-step.active:before {
    top: 33px;
    bottom: 0;
    left: 0;
    position: absolute;
    content: " ";
    width: 50%;
    height: 1px;
    /* background-color: #ccc; */
    border-bottom: 2px solid #df0a0a;
    z-index: 0;
}

.stepwizard-step.active-completed:before {
    top: 33px;
    bottom: 0;
    left: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    /* background-color: #ccc; */
    border-bottom: 2px solid #df0a0a;
    z-index: 0;
}

.stepwizard .stepwizard-row .stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    float: left;
    padding-top: 10px;
}

    .stepwizard .stepwizard-row .stepwizard-step .btn-circle {
        width: 45px;
        height: 45px;
        text-align: center;
        padding: 6px 0;
        position: relative;
        font-size: 20px;
        z-index: 1;
        /* line-height: 1.428571429; */
        margin: 0 auto;
        background: #f0f2f5;
        border-color: #00000038;
        border-radius: 51px;
    }

    .stepwizard .stepwizard-row .stepwizard-step .btn-success {
        background-color: #df0a0a !important;
        border-color: #fff1e2 !important;
    }

.number-input {
    background-color: #f0f2f5;
    display: flex;
    align-items: center;
    border: 1px solid #f0f2f5;
    border-radius: 2px;
    /* border-radius: 40px; */
    width: 100%;
    /* margin: 0 auto; */
    float: left;
    /* box-shadow: 0px 0px 1px #00000026; */
}

    .number-input button {
        background-color: transparent;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        padding: 16px;
        cursor: pointer;
    }

    .number-input button {
        background-color: transparent;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        padding: 16px;
        cursor: pointer;
        outline: 0;
        background: white;
        /* box-shadow: 0px 0px 10px #00000026; */
    }

    .number-input input[type="number"] {
        text-align: center;
        /* max-width: 200px; */
        font-size: 17px;
        color: #103178;
        /* box-shadow: 0px 0px 10px #00000026; */
        outline: 0;
        border: none;
        height: 45px;
        flex-grow: 1;
        background-color: transparent;
    }

.shadow-box {
    background: rgb(255, 255, 255);
    padding-top: 30px;
    border-radius: 30px;
    min-height: 200px;
    padding: 50px;
    margin-bottom: 30px;
    box-shadow: rgb(85 85 85 / 50%) 0px 0 5px 0px !important;
}

.shop-total {
    margin-top: 20px;
    margin-bottom: 0;
}

.pad20 {
    /* padding: 20px; */
}

.basket .table td, .basket .table th {
    padding: 15px;
    text-transform: inherit;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit;
}

a {
    text-decoration: none !important;
}

.alert-success {
    color: #279624;
    background-color: #28bd317a;
    border-color: transparent;
    border-radius: 30px;
}

.basket .service-detials-step-1 .service-details-card {
    border-left: 5px solid var(--color-primary);
}

    .basket .service-detials-step-1 .service-details-card i {
        font-size: 30px;
        color: var(--color-primary);
    }

    .basket .service-detials-step-1 .service-details-card.ticket i {
        font-size: 25px;
        padding-left: 15px;
        padding-right: 15px;
        border: 1px solid #99999930;
        color: inherit !important
    }

.basket thead tr {
    border-top-width: 1px;
}


.rts-btn.btn-primary:hover {
    box-shadow: 0px 0px 10px #00000057;
}

.working-time .rts-btn {
    padding: 9px 30px;
    margin-top: 4px
}

    .working-time .rts-btn i {
        /*color:#fff!important*/
    }

.working-time a {
    color: #1c2539
}

    .working-time a:hover, .working-time a:focus, .working-time a:active {
        text-decoration: none;
        outline: none;
        color: var(--color-primary);
    }

.header-two .header-top .content .right-header-top .working-time i {
    color: inherit !important;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1405px;
    }
}

.case-study-area .item {
    border: 2px solid #00000021;
    transition: 0.4s
}

    .case-study-area .item:hover {
        border: 2px solid #df0a0a;
    }

    .case-study-area .item .item-content .text-heding3.color-primary {
        color: var(--color-primary)
    }

.rts-btn.btn-primary-2 {
    background: #0e1422;
    color: #fff;
    border: 2px solid transparent;
}

.rts-btn.btn-primary:hover {
    background: #fdbcbc;
}

.rts-btn.btn-primary-2:hover {
    border: 2px solid #df0a0a;
}

.selectors .img-fluid {
    width: 100px;
    float: left;
    margin-right: 10px;
}

.selectors .mz-thumb-selected img {
    border: 2px solid #df0a0a !important;
}

.MagicZoom {
    padding: 30px;
    border-radius: 15px;
}

.p--20 {
    padding: 20px !important;
}

.check-area-details .single-check i {
    margin-right: 15px;
    color: var(--color-primary);
}

.product-detail .blog-single-post-listing {
    border: none
}

.product-detail .check-area-details .single-check span {
    color: #5D666F;
}

.product-detail .check-area-details .single-check {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.nav-tabs .nav-link {
    border: none;
    padding: 10px;
    color: #000;
    background: #efeeec;
    border-radius: 5px;
    margin-left: 20px;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #ffffff;
        background-color: #df0a0a;
        /* margin-right: 20px; */
    }

.nav-tabs {
    margin-left: -20px
}

.tab-content {
    padding-top: 20px
}

.mz-expand {
    background-color: #0a0a09 !important;
}

#Zoom-1 > .mz-figure > img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.eform .form-wrapper {
    width: 100%;
}

.rts-contact-fluid .form-wrapper select,
.rts-contact-fluid .form-wrapper input {
    background-color: #F6F6F6;
    height: 55px;
    border-radius: 15px;
    margin-bottom: 25px;
    border: 1px solid #00000052;
    font-size: var(--font-size-b2);
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.rts-contact-fluid .form-wrapper select {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #F6F6F6;
}

    .rts-contact-fluid .form-wrapper select option {
        padding-left: 15px;
        padding-right: 15px;
        background-color: #F6F6F6;
    }

    .rts-contact-fluid .form-wrapper select:focus {
        border: 1px solid var(--color-primary);
        box-shadow: none;
    }

.rts-contact-fluid .form-wrapper textarea {
    border: 1px solid #00000052;
    box-shadow: none;
}

.stepwizard-out {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: rgb(85 85 85 / 50%) 0px 0 5px 0px !important;
}

.form-group label {
    font-weight: bold;
    color: #000;
    font-size: 14px;
}

.fileUpload {
    line-height: 3;
    padding-left: 9px !important;
}

.alert-danger {
    color: #ffffff;
    background-color: #df0b0b;
    border-color: #df0b0b;
    border-radius: 15px;
}

input[type=checkbox] ~ label, input[type=radio] ~ label {
    font-size: 17px;
    line-height: 20px;
    padding-left: 30px;
}

input[type=checkbox]:checked ~ label::before, input[type=radio]:checked ~ label::before {
    background: #df0b0b
}

input[type=checkbox] ~ label::before, input[type=radio] ~ label::before {
    width: 22px;
    height: 22px;
    background-color: #363636;
}

input[type=checkbox] ~ label::after {
    top: 18%;
    left: 4px;
    width: 15px;
    height: 10px;
}

input[type=radio] ~ label::after {
    top: 30%;
    left: 6px;
    width: 10px;
    height: 10px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.under-construction {
    border-radius: 30px;
}

body.client-bg .shadow-box {
    background: #fdedde
}

.under-con-top-line {
    background: #e43024;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px;
}

#mobil-menu-btn {
    display: none
}

/*mobile menus*/

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1000000000;
    left: 0;
    display: none;
    background: #0000009c;
}

.menu-line {
    border: none;
    border-radius: 2px;
    background-color: rgb(221, 221, 221);
    width: 32px;
    height: 4px;
    margin: 0 auto;
    position: relative;
    top: 20px;
}

#leftMenuBack,
#rightLangMenuClose,
#rightMenuClose,
#leftMenuClose {
    margin-top: 12px;
    height: 50px;
    width: 50px;
    background: #ecf1f4;
    padding-top: 12px;
    margin-right: 20px;
    float: right;
    border-radius: 50px;
    font-size: 25px;
    cursor: pointer;
}

.mobileLangRightMenu h3,
.mobileRightMenu h3,
.mobileLeftMenu h3 {
    padding-top: 20px;
    color: #616c75;
}

.mobileLangRightMenu {
    right: 145px !important
}

.mobileLangRightMenu,
.mobileRightMenu,
.mobileLeftMenu {
    width: 300px;
    position: fixed;
    /* top: 127px; */
    right: 0;
    bottom: -100%;
    background: #ffffff;
    height: 100%;
    transition: 0.4s;
    margin: 0;
    padding: 0;
    z-index: 999999999999999999999999999999;
    /* display: none; */
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    /* box-shadow: 0px 0px 10px #000000bf; */
}

    .mobileLangRightMenu ul,
    .mobileRightMenu ul,
    .mobileLeftMenu ul {
        padding: 0;
        margin: 0;
        width: 100%;
        float: left;
        height: 53%;
        /* padding-bottom: 6px; */
        overflow: auto;
        /* box-shadow: inset 0px -9px 10px #000; */
    }

        .mobileLangRightMenu ul li,
        .mobileRightMenu ul li,
        .mobileLeftMenu ul li {
            position: relative;
            margin-top: 0;
            margin-bottom: 0;
        }

            .mobileLangRightMenu ul li a,
            .mobileRightMenu ul li a,
            .mobileLeftMenu ul li a {
                width: 100%;
                padding-left: 90px;
                padding-top: 12px;
                padding-bottom: 12px;
                background: white;
                float: left;
                transition: 0.5s;
                border-bottom: 1px solid #ecf1f4;
                color: #616c75;
            }

                .mobileLangRightMenu li a:hover,
                .mobileRightMenu ul li a:hover {
                    background: #ffc107
                }

        .mobileLangRightMenu ul span,
        .mobileRightMenu ul span,
        .mobileLeftMenu ul span {
            color: #646f78;
            font-size: 18px;
            background: #ecf1f4;
            /* padding: 15px; */
            border-radius: 50px;
            position: absolute;
            left: 20px;
            float: left;
            width: 40px;
            height: 40px;
            padding-top: 8px;
            text-align: center;
            /* right: 10px; */
            margin-top: -7px;
        }

.mobileLangMenu ul {
    height: 100px;
    background: #ecf1f4;
    position: absolute;
    bottom: 73px;
    left: 0;
    transition: 0.4s;
}

    .mobileLangMenu ul span {
        background: #fff
    }

.mobileLangMenu li a {
    padding-top: 25px !important;
    padding-bottom: 21px !important;
    border-bottom: 1px solid #646f781f !important;
    /* padding-bottom: 0 !important; */
}

#fadeUp a {
    background: #ecf1f4;
}

.angleRight {
    right: 5px !important;
    left: inherit !important;
    background: transparent !important;
}

.float-left {
    float: left !important
}


.mobileMenuHead {
    width: 100%;
    float: left;
    /* height: 150px; */
    text-align: center;
    margin-top: 15px;
    /* padding-top: 40px; */
    /* background: url(/design/img/menu-line.svg) left bottom no-repeat; */
    /* background-size: 100%; */
    /* box-shadow: 0px 5px 10px #100f0a30; */
    /* border-bottom-left-radius: 189px; */
    /* border-bottom-right-radius: 188px; */
    /* background-color: #fff; */
    padding-bottom: 20px;
    border-bottom: 1px solid #ecf1f4;
    /* padding-left: 30px; */
}

    .mobileMenuHead img {
        width: 60%;
    }

.mobileLeftMenu h3 span {
    font-size: 15px;
    /* margin-left: 5px; */
    border-top: 3px solid #ecf1f4;
    padding-top: 5px;
    margin-top: 5px;
    width: 100%;
    float: left;
}

#mainMenus {
    /*position: absolute;
    transition: 0.4s;
    left: 0;
    top:112px;*/
}

#subMenus,
#mainSubMenus {
    display: none;
    left: -100%;
    position: absolute;
    transition: 0.4s
}

    #mainSubMenus ul,
    #mainMenus .openable ul,
    #mainMenus .openable li ul {
        display: none !important;
    }

#leftMenuBack,
#subMenus {
    display: none;
}
/*mobile menus*/
@media only screen and (max-width: 1199px) {
    .header-two .main-header .content {
        min-height: 100px;
        padding-right: 15px;
    }

        .header-two .main-header .content .header-left a.thumbnail img {
            width: 85%;
        }

    .header-left .rts-btn {
        width: 50px
    }

    .header-two .main-header .content .header-right button {
        padding: 15px 13px;
        width: 50px !important;
        height: 50px;
        position: relative;
        border: 1px solid #00000014;
    }



    #mobil-menu-btn {
        max-width: initial;
        margin-left: 10px !important;
        display: block;
        font-size: 20px;
        color: #1C2539;
    }

    .header-two .header-top::after {
        width: 80%;
    }

    .header-two .header-top {
        display: block !important;
    }

        .header-two .header-top .content .right-header-top {
            display: none;
        }

    .left-header-top {
        padding-left: 15px;
        width: 100%
    }

    .header-two .header-top .content .left-header-top p a {
        padding-left: 5px;
    }
}

@media only screen and (max-width: 500px) {
    .side-bar {
        padding-left: 5px;
        padding-right: 5px;
    }

        .side-bar button {
            margin-left: 15px;
            margin-top: -15px;
        }
}

@media only screen and (max-width: 768px) {
    #basket-btn {
        margin-left: 0 !important
    }

    .swiper-button-next, .swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    .side-bar button {
        margin-top: -15px;
    }
}

@media only screen and (max-width: 99px) {
    .side-bar button {
        margin-top: -15px;
    }
}

@media(max-width:1320px) {

    .mobileRightMenu, .mobileLeftMenu {
        width: 100%
    }

        .mobileRightMenu h3, .mobileLeftMenu h3 {
            padding-top: 20px;
            padding-left: 34px;
            text-align: left;
            color: #616c75;
        }

    .mobileMenuButton,
    .mobileUserButton {
        display: block !important
    }

    .headerLang,
    .headerRight,
    .headerMenu {
        display: none
    }

    .headerLeft {
        margin-right: 0;
        width: 270px;
        float: none;
        margin: 0 auto;
    }

    .topHeaderRightBgBack {
        width: 50%
    }

    .login-register-out .lineLeft, .login-register-out .lineCenter, .login-register-out .lineRight,
    .login-register-out .slidingLine1, .login-register-out .slidingLine2 {
        display: none
    }
}


.alert p {
    color: #fff;
    margin: 0
}

.badge {
    color: var(--color-primary);
    width: 100%;
    text-align: left;
    padding-left: 30px;
    font-size: 15px;
    position: relative;
    z-index: 70;
}

.fs--1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.float-right {
    float: right
}

.productBeforePrice {
    text-decoration: line-through;
    padding-right: 15px;
    color: red;
    display: inline-block;
}

.rts-contact-fluid .form-wrapper input.error {
    border: 1px solid var(--color-primary);
}

.rts-contact-fluid .form-wrapper .error {
    color: inherit !important;
    margin-bottom: 25px;
    border: 1px solid var(--color-primary);
}

.domestic {
    display: none;
}

.needs-validation label {
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.needs-validation input {
    margin: 0 !important
}

.rts-contact-fluid .form-wrapper input:focus {
    box-shadow: none;
}

.accordion-body.appCenter {
    padding-top: 15px !important;
    background: #fff !important
}

    .accordion-body.appCenter td {
        padding: 15px !important;
    }


.opening-time-inner p {
    margin-bottom: 10px !important;
    color: #fff !important
}

.footer-one .call-area .icon {
    width: 100%;
    float: left;
    padding: 15px;
    background: #fff;
}

.header-two .header-top .content .left-header-top p a:focus,
.header-two .header-top .content .left-header-top p a:hover {
    color: #fff !important;
}

#jivo_close_button {
    position: absolute;
    right: 30px;
    z-index: 1000;
    top: -35px;
    pointer-events: auto;
}

.leaf_ef18._bottom_b1dc {
    display: none !important
}

.button_ebb9._blue_ab06 {
    background-color: var(--color-primary) !important;
}

.button_ebb9 {
    height: 50px !important;
}

    .button_ebb9 .text_adf7 {
        padding-top: 14px !important;
    }

.globalClass_cbfb .label_b0be._bottom_f531,
.label_b0be._bottom_f531 {
    background: var(--color-primary) !important;
    border-top-left-radius: 34px !important;
    text-align: center !important;
}

.button_f0b0,
.headerBox_c513 {
    background: var(--color-primary) !important;
}

.radius-box {
    /* width: 80%; */
    /* margin: 0 auto; */
    background: white;
    box-shadow: 0px 0 20px 6px #00000029;
    border-radius: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: 600px;
}

.display-none {
    display: none
}

.display-inline-block {
    display: inline-block !important
}

#leftMenuClose {
    font-size: 25px;
    height: 60px;
    width: 60px;
    background: #ecf1f4;
    padding-top: 11px;
    margin-right: 20px;
    float: right;
    border-radius: 50px;
    font-size: 30px;
    cursor: pointer;
}

.mobileLeftAccountMenu h3 {
    padding-top: 25px;
    margin-bottom: -10px;
    color: #616c75;
    text-align: left;
    font-size: 30px;
    padding-left: 30px;
}

.mobileLeftAccountMenu {
    width: 100%;
    float: left;
    height: 100%;
    transition: 0.4s;
    margin: 0;
    padding: 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    margin-bottom: 50px;
}

    .mobileLeftAccountMenu ul {
        padding: 0;
        margin: 0;
        width: 100%;
        float: left;
        height: 53%;
        overflow: auto;
    }

        .mobileLeftAccountMenu ul li {
            position: relative;
        }

            .mobileLeftAccountMenu ul li a {
                width: 100%;
                padding-left: 90px;
                padding-top: 20px;
                padding-bottom: 20px;
                background: white;
                float: left;
                transition: 0.5s;
                border-bottom: 1px solid #ecf1f4;
                color: #616c75;
            }

                .mobileLeftAccountMenu ul li a:hover {
                    background: var(--color-primary);
                    color: #fff;
                }

.mobileRightMenu ul li a:hover {
    background: var(--color-primary)
}

.mobileLeftAccountMenu ul span {
    color: #646f78;
    font-size: 25px;
    background: #ecf1f4;
    border-radius: 50px;
    position: absolute;
    left: 20px;
    float: left;
    width: 50px;
    height: 50px;
    padding-top: 12px;
    text-align: center;
    margin-top: -13px;
}

#leftAccountMenuClose {
    font-size: 25px;
    height: 60px;
    width: 60px;
    background: #ecf1f4;
    padding-top: 14px;
    margin-right: 40px;
    float: right;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    margin-top: 5px;
    cursor: pointer;
}

#mainAccountMenu {
    font-size: 25px;
    height: 50px;
    width: 50px;
    background: #ecf1f4;
    padding-top: 11px;
    margin-right: 20px;
    color: #646f78;
    float: right;
    position: absolute;
    text-shadow: 0px 0px 10px #00000017;
    border-radius: 50px;
    font-size: 25px;
    right: 0;
    text-align: center;
    top: 5px;
    display: none;
    cursor: pointer;
}

.account-head {
    width: 100%;
    float: left;
    /* background: #ffffff; */
    min-height: 60px;
    border-top-right-radius: 30px;
    padding-left: 20px !important;
    padding-top: 20px !important;
    box-shadow: 0px 6px 10px #0000001f;
    position: relative;
    z-index: 5;
    border-top-left-radius: 30px;
    margin-bottom: 20px;
}

.menuNew {
    color: #fff;
    font-size: 12px;
    background-color: #fe001a;
    padding: 5px;
    border-radius: 5px;
    margin-left: 10px;
    position: absolute;
    margin-top: -3px;
}

.menuNotf {
    color: #fff;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    margin-left: 10px;
    text-align: center;
    position: absolute;
    margin-top: -3px;
    width: 32px;
    background-color: #80be35;
}

.infNew {
    color: #fff;
    font-size: 11px;
    background-color: #fe001a;
    padding: 2px 5px 2px 5px;
    border-radius: 30px;
    margin-left: 5px;
    position: absolute;
    margin-top: 10px;
}

/*slider*/
#AccountSlider {
    margin-bottom: 10px;
    margin-top: -20px;
}

    #AccountSlider .alert {
        border-radius: 0;
        min-height: 250px;
        margin-bottom: 0px;
        padding-top: 30px;
    }

        #AccountSlider .alert i {
            font-size: 75px;
            margin-bottom: 15px;
        }

    #AccountSlider .alert-info {
        color: #ffffff;
        background-color: var(--color-primary);
        text-shadow: 0px 0px 10px #00000024;
    }

    #AccountSlider a {
        color: #1d1e2a;
        text-shadow: inherit !important;
        width: 50%;
        margin: 0 auto;
        border-radius: 30px;
        padding: 10px;
        background: var(--color-primary);
        margin-bottom: 10px;
        box-shadow: 0px 0px 10px #0000003b;
    }

    #AccountSlider .owl-prev {
        width: 50px;
        height: 70px;
        background: #ffffffdb;
        position: absolute;
        top: 50%;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        box-shadow: 0px 0px 10px #00000042;
        margin-top: -35px;
        left: 1px;
        text-align: center;
        font-size: 35px;
        padding-right: 5px;
        padding-top: 12px;
    }

    #AccountSlider .owl-next {
        width: 50px;
        height: 70px;
        background: #ffffffdb;
        position: absolute;
        top: 50%;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        box-shadow: 0px 0px 10px #00000042;
        margin-top: -35px;
        right: 1px;
        text-align: center;
        font-size: 35px;
        padding-left: 5px;
        padding-top: 12px;
    }
/*slider*/

/*item box*/
.radius-box-account {
    border-radius: 15px;
    box-shadow: 0px 0px 10px #00000026;
    /* min-height: 50px; */
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#btnCopy {
    color: #1d1e2a;
}

.level-info {
    padding: 10px;
    background: #607d8b;
    color: #fff;
    /* font-weight: 600; */
    font-size: 17px;
    width: 100%;
    float: left;
    border-radius: 30px;
    text-align: center;
    margin-top: 7px;
    display: inline-block;
}

    .level-info a {
        color: #fff
    }

.kycPassive {
    padding: 10px;
    background: #da0f00;
    color: #fff;
    width: 100%;
    float: left;
    border-radius: 30px;
    margin-top: 7px;
    text-align: center;
}

.kycActive {
    background: #359638;
    padding: 10px;
    color: #fff;
    width: 240px;
    float: left;
    border-radius: 30px;
    margin-top: 7px;
    text-align: center;
}

    .kycPassive a,
    .kycActive a {
        color: #fff
    }

.img-user-logo {
    width: 100%;
}

.img-kyc {
    max-height: 140px;
    width: 100%
}

.coin-info {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    transition: 0.4s;
}

    .coin-info span {
        width: 100%;
        float: left;
        color: #1d1e2a;
        transition: 0.4s;
    }

    .coin-info small {
        width: 100%;
        float: left;
        color: #646f78;
        transition: 0.4s;
    }

    .coin-info b {
        width: 100%;
        float: left;
        font-size: 22px;
        color: var(--color-primary);
        line-height: 22px;
        transition: 0.4s;
    }

    .coin-info img {
        width: 70px
    }

    .coin-info:hover small,
    .coin-info:hover span,
    .coin-info:hover b {
        transition: 0.4s;
        text-decoration: underline !important
    }
/*item box*/


/*fdx-chart*/
.fdx-chart {
    color: #fff
}

    .fdx-chart i {
        font-size: 60px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .fdx-chart .col-md-9,
    .fdx-chart .col-md-8 {
        text-align: right;
        font-size: 20px;
    }

    .fdx-chart a {
        color: #fff;
        padding: 10px;
        border-radius: 30px;
        background: #00000040;
        text-align: center;
        margin-top: 10px;
        cursor: pointer;
        transition: 0.4s;
        box-shadow: 0px 0px 10px #0000002e;
    }

        .fdx-chart a:hover {
            background: #0e1824e3
        }

    .fdx-chart span {
        font-size: 17px
    }

/*fdx-chart*/

/*kyc*/

.userKyc .fa-id-card {
    font-size: 150px;
    color: #646f78;
}

.userKyc .col-md-8 {
    padding-top: 15px;
}
/*kyc*/

/*.btns*/
.btnMainDark,
.btnMain {
    width: auto;
    padding: 10px;
    border-radius: 30px;
    background: var(--color-primary);
    color: #fff;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 0px 10px #0000002e;
    transition: 0.4s;
    margin-top: 15px;
    margin-bottom: 15px
}

.btnMainSearch {
    width: auto;
    /* padding: 10px; */
    padding-top: 15px;
    border-radius: 30px;
    background: var(--color-primary);
    color: #fff;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 0px 10px #0000002e;
    transition: 0.4s;
    margin-top: 15px;
    margin-bottom: 15px;
    position: absolute;
    width: 70px;
    height: 52px;
    right: 14px;
    top: 16px;
}

.btnMainDark {
    background: #646f78;
}

    .btnMainDark:hover {
        background: var(--color-primary);
        color: #fff !important
    }

.btnMainSearch:hover,
.btnMain:hover {
    background: #646f78;
    color: #fff !important
}

/*.btns*/

/*colors*/

.green {
    color: #8bc34a
}

.size20 {
    font-size: 20px !important
}

.size30 {
    font-size: 30px !important
}

.size40 {
    font-size: 40px !important
}


.size50 {
    font-size: 50px !important
}

.size70 {
    font-size: 70px !important
}

/*colors*/

/*profile*/
.pnlCopy a {
    margin-top: 32px;
    display: inline-block !important;
    cursor: pointer;
    transition: 0.4s;
}

.pnlCopy i {
    font-size: 35px;
    margin-right: 15px;
    transition: 0.4s;
}

.pnlCopy a:hover i {
    color: #de9a1a;
}
/*profile*/

/*security*/
.imgAuth {
    border-style: solid;
    border-width: 1px;
    border-color: #969696;
    border-radius: 20px;
    margin-bottom: 15px;
}
/*security*/

/*fdx-alert*/
.fdx-alert .alert {
    box-shadow: 0px 0px 10px #00000024;
}

.fdx-alert .alert-success {
    color: #ffffff;
    background-color: #76d006;
    border: none;
    text-shadow: 0px 0px 10px #00000024;
    border-radius: 15px;
}

.fdx-alert i {
    font-size: 40px;
}
/*fdx-alert*/

/*packgage*/

.priceBox {
    min-height: 380px;
    border-radius: 30px;
    box-shadow: 0px 0px 10px #00000024;
    margin-bottom: 20px;
}

.priceBoxHead {
    width: 100%;
    float: left;
    min-height: 80px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    padding-top: 13px;
}

.priceBoxContent {
    width: 100%;
    float: left;
    margin-top: -20px;
    min-height: 200px;
    box-shadow: 0 -6px 10px #00000024;
    background: #fff;
    border-radius: 30px;
}

.priceBoxAmount {
    min-height: 70px;
    width: 90%;
    /* float: left; */
    margin: 0 auto;
    margin-top: 20px;
    /* margin-bottom: 20px; */
    padding-top: 17px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 25px;
    box-shadow: 0 -6px 10px #00000024;
}

.priceBoxContent ul {
    margin-top: 25px;
    padding: 10px;
    margin-bottom: 25px;
    border-radius: 30px;
}

.priceBoxContent li {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
    background: #eff4f7;
    margin-bottom: 10px;
    border-radius: 30px;
}


/*packgage*/

/*bg color*/
.bg-primary {
    background-color: #1da1f2 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

.bg-gray {
    background-color: var(--color-primary) !important;
}

.bg-danger {
    background-color: #fe001a !important;
}

.bg-purple {
    background-color: #ff2467 !important;
}

.bg-blue-light {
    background-color: #e8f2ff !important;
}

.bg-purple-dark {
    background-color: #8b63c8 !important;
}
/*bg color*/


/*wallet*/
.img-wallet {
    width: 60%;
}

.img-coin-icon {
    width: 90px;
}

.label-danger {
    background-color: #fe001a;
    padding: 10px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
}

.label-success {
    background-color: #65b700;
    padding: 10px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
}

tr.bg-gray {
    color: #fff !important
}
/*wallet*/

/*radius*/
.radius {
    border-radius: 50px
}

.radius30 {
    border-radius: 30px
}
/*radius*/


/*Flame*/

.mo-world {
    width: 260px;
    height: auto;
    position: absolute;
    left: 50%;
    font-size: 250px;
    margin-left: -100px;
    bottom: -100px;
    opacity: 0.2;
    z-index: 0;
}

    .mo-world i {
        animation-name: rotate360;
        animation-duration: 3s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

@keyframes rotate360 {
    100% {
        transform: rotate(360deg);
    }
}


.mo-fire {
    width: 200px;
    height: auto;
    position: absolute;
    left: 40%;
    margin-left: -100px;
    bottom: 7px;
    opacity: 0.2;
    z-index: 0;
}

#leftFlame {
}

#rightFlame {
    left: 70% !important;
    bottom: 7px !important;
    top: inherit !important;
    width: 100px;
}

.mo-fire svg {
    width: 100%;
    height: auto;
    position: relative
}

.flame {
    animation-name: flamefly;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 0;
    transform-origin: 50% 50% 0;
}

    .flame.one {
        animation-delay: 1s;
        animation-duration: 3s;
    }

.flame3.two {
    animation-duration: 5s;
    animation-delay: 1s;
}

.flame-main {
    animation-name: flameWobble;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

    .flame-main.one {
        animation-duration: 4s;
        animation-delay: 1s;
    }

    .flame-main.two {
        animation-duration: 3s;
        animation-delay: 2s;
    }

    .flame-main.three {
        animation-duration: 2.1s;
        animation-delay: 3s;
    }

    .flame-main.four {
        animation-duration: 3.2s;
        animation-delay: 4s;
    }

    .flame-main.five {
        animation-duration: 2.5s;
        animation-delay: 5s;
    }

@keyframes flameWobble {
    50% {
        transform: scale(1,1.2) translate(0, -30px) rotate(-2deg);
    }
}

@keyframes flamefly {
    0% {
        transform: translate(0) rotate(180deg);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(-20px, -100px) rotate(180deg);
        opacity: 0;
    }
}

/*Flame*/

/*airdrop*/

.appCoinCheck {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: table;
    box-sizing: border-box;
    background: rgb(118 208 6 / 74%);
    z-index: 20;
    border-radius: 30px;
}

.appCoinComingSoon {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: table;
    box-sizing: border-box;
    background: #fe001abd;
    z-index: 20;
    border-radius: 30px;
}

.appCoinCheckDiv {
    top: 50%;
    position: relative;
    margin-top: -58px;
}

    .appCoinCheckDiv i {
        font-size: 50px;
        color: #ffffff;
        margin-bottom: 10px;
        text-shadow: 0px 0px 10px #00000061;
    }

    .appCoinCheckDiv b {
        font-size: 14px;
        color: #3c763d;
        display: block;
    }

.opacity {
    opacity: 0.8;
}
/*airdrop*/

/*unilevel*/

#pnlOrg li::marker {
    line-height: 3;
}

#pnlOrg li.radius-box-account {
    box-shadow: 0px 0px 10px #0000000f;
}

#orgitem1 .fa {
    float: left;
    margin-top: 4px;
    color: #4caf50;
}

#orgitem1 h1 {
    font-size: 15px;
    margin-top: 5px;
    width: 120px;
    float: left;
    margin-bottom: 0;
    margin-left: 5px;
}

#orgitem1 h2 {
    font-size: 13px;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 15px;
    background: #4caf50;
    padding: 5px;
    border-radius: 15px;
    color: #fff;
}

#orgitem1 h3 {
    font-size: 13px;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 15px;
    background: #fe001a;
    padding: 5px;
    border-radius: 15px;
    color: #fff;
}

#orgitem1 h4 {
    font-size: 13px;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 15px;
    background: #ecf1f4;
    padding: 5px;
    border-radius: 15px;
    color: #333;
}

#orgitem1 ul li {
    float: left;
    width: 100%;
    padding: 10px;
    border: solid 1px #eaeaea;
    margin-top: 3px;
    list-style-type: decimal;
}

/* list stuff */
#org {
    background-color: white;
    margin: 10px;
    padding: 10px;
}

#show-list {
    cursor: pointer;
}

.jqueryOrgChartArea {
    max-width: 100%;
    margin: 0 auto;
    display: inline-block;
    overflow: auto;
    width: 100%;
    text-align: center;
}

/* Custom node styling */
.jOrgChart .node {
    position: relative !important;
    background: none;
    display: inline-block;
    width: 160px;
    padding: 0px;
    height: 205px;
    margin: auto 2px;
    vertical-align: middle;
    cursor: pointer !important;
    z-index: 96;
}

.binary-search-area .binary-search .binary-search-box .b-result-error {
    color: #ed1c24;
    padding-top: 10px !important;
    width: 100%;
    float: left;
}

.jOrgChart .binary-active-user {
}

    .jOrgChart .binary-active-user .node i.user-node-i {
        color: #80be35 !important;
    }

.jOrgChart .binary-inactive-user {
}

    .jOrgChart .binary-inactive-user .node i.user-node-i {
        color: #646f78 !important;
    }

.jOrgChart .binary-inactive-dead-user .node i.user-node-i {
    color: #ed1c24 !important;
}

.jOrgChart .node i {
    position: relative;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    border: 2PX solid #ffffff;
    z-index: 2;
    font-size: 40px;
    color: #888888;
    line-height: 50px;
    text-align: center;
}

.jOrgChart .node .nodefooter {
    background: #455361;
    border-radius: 30px;
    margin-top: -25px;
    padding-top: 30px;
    /*padding-bottom: 12px;*/
    padding-bottom: 28px;
    transition: all 200ms ease-out;
    position: relative;
    box-shadow: 0px 0px 10px #00000026;
}

.jOrgChart td.node-cell:hover .node .nodefooter {
    background: #646f78;
}

.jOrgChart td.node-cell:hover .addlink {
    background: #76b32c;
}

    .jOrgChart td.node-cell:hover .addlink i {
        background: #76b32c;
    }

.jOrgChart .node b {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 0 2px;
}

.jOrgChart .node small {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 10.5px;
    font-weight: 300;
    letter-spacing: -0.1px;
    /* box-shadow: 0px 0px 10px #000; */
    height: 15px;
    line-height: 15px;
}

.jOrgChart .node span.area-info {
    position: absolute;
    line-height: 15px;
    width: 30px;
    font-size: 12px;
    color: #31708f;
    font-weight: 600;
    border: 0;
}

    .jOrgChart .node span.area-info.left {
        top: -13px;
        left: 0;
    }

    .jOrgChart .node span.area-info.right {
        top: -14px;
        right: 0;
    }


.jOrgChart td.node-cell .addlink-div {
    display: inline-block;
    width: 96%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    left: 4px;
    z-index: 97;
}

    .jOrgChart td.node-cell .addlink-div .addlink {
        background: #80be35;
        color: #ffffff;
        font-size: 12px;
        display: inline-block;
        border-radius: 0 0 30px 30px;
        padding: 2px 5px;
        width: 100%;
        margin-bottom: -1px;
        transition: 0.3s;
    }

        .jOrgChart td.node-cell .addlink-div .addlink:hover {
            background: var(--color-primary)
        }

        .jOrgChart td.node-cell .addlink-div .addlink i {
            font-size: 11px !important;
            height: auto !important;
            width: auto !important;
            line-height: normal;
            text-align: left;
            border: 0px;
            margin-right: 4px;
            color: #ffffff;
            background: transparent;
        }

.node p {
    font-family: tahoma;
    font-size: 10px;
    line-height: 11px;
    padding: 2px;
}

.jOrgChart > table {
    display: inline-block;
}

.jOrgChart .node:hover {
}

.popbox {
    top: 0;
}

#binaryArrangeStep1Error {
    display: none;
}

#rbBinaryPlacemenArea input[type=radio] {
    width: 25px;
    height: 25px;
    margin-top: 5px !important;
}

    #rbBinaryPlacemenArea input[type=radio] + label {
        line-height: 35px;
    }

#rbBinaryPlacemenArea tbody {
    width: 100%;
    display: inline-block;
}

    #rbBinaryPlacemenArea tbody tr {
        width: 100%;
        display: inline-block;
    }

        #rbBinaryPlacemenArea tbody tr td {
            float: left;
        }

            #rbBinaryPlacemenArea tbody tr td:nth-child(2) {
                float: right !important;
                display: inline-block;
            }

                #rbBinaryPlacemenArea tbody tr td:nth-child(2) input[type=radio] {
                    float: right;
                }

                    #rbBinaryPlacemenArea tbody tr td:nth-child(2) input[type=radio] + label {
                        float: right;
                        margin-left: 0;
                        margin-right: 5px !important;
                    }
/* Basic styling */

/* Draw the lines */
.jOrgChart .line {
    height: 20px;
    width: 1px;
}

.jOrgChart .down {
    background-color: #ccc;
    margin: 0px auto;
}

.jOrgChart .top {
    border-top: 1px solid #ccc;
}

.jOrgChart .left {
    border-right: 1px solid #ccc;
}

.jOrgChart .right {
    border-left: 1px solid #ccc;
}

/* node cell */
.jOrgChart td {
    text-align: center;
    vertical-align: top;
    padding: 0;
    position: relative;
}

/* The node */
.jOrgChart .node {
    z-index: 10;
}

/* jQuery drag 'n drop */

.drag-active {
    border-style: dotted !important;
}

.drop-hover {
    border-style: solid !important;
    border-color: #E05E00 !important;
}

.binary-information-box .info-line i.binary-active-user {
    color: #80be35;
}

.binary-information-box .info-line i.binary-inactive-user {
    color: #888888;
}

.binary-information-box .info-line i.binary-inactive-dead-user {
    color: #ed1c24;
}

.binary-information-box .info-line i {
    font-size: 25px;
    /* float: left; */
}

.alert-warning-light {
    color: #000000ad;
    background-color: #ffeeba;
    /* border-color: #ffeeba; */
}

.mt-30 {
    margin-top: 30px !important
}

.pagenum {
    width: 100%;
    float: left;
    padding-left: 30px;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
    text-align: left;
}

    .pagenum a {
        padding: 10px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        width: 40px;
        height: 40px;
        background: var(--color-primary);
        display: inline-block !important;
        font-weight: 400;
        transition: 0.4s;
        border-radius: 30px;
        box-shadow: 0px 0px 10px #0000001c;
    }

        .pagenum a:hover {
            background: var(--color-primary);
            color: #fff;
        }

        .pagenum a.active {
            background: var(--color-primary);
            color: #fff;
        }
/*responsive*/
@media (max-width: 1200px) {

    #accountMainMenu {
        height: 0px !important
    }

    .mobileWth100 {
        width: 100% !important;
        max-width: 100% !important
    }

    #leftAccountMenuClose,
    #mainAccountMenu {
        display: block
    }

    .mobileMenuHead {
        /* text-align: left; */
        /* padding-left: 20px; */
    }

    .mobileLeftAccountMenu {
        width: 100%;
        position: fixed;
        /* top: 127px; */
        right: 0;
        bottom: -100%;
        background: #ffffff;
        height: 100%;
        transition: 0.4s;
        margin: 0;
        padding: 0;
        z-index: 999999999999999999999999999999;
    }

    .account-head h4 {
        width: 80%;
        float: left
    }
}

@media (max-width: 768px) {
    .fdx-chart .col-md-9, .fdx-chart .col-md-8,
    .fdx-chart {
        text-align: center !important
    }

    #ppImage,
    .img-user-logo {
        width: 50%;
        margin: 0 auto !important;
        float: none !important;
        margin-bottom: 20px;
    }

    .btnNewReadMore .col-md-12,
    .btnNewReadMore .col-md-9,
    .btnNewReadMore .col-md-3 {
        padding: 0
    }

    .btnNewReadMore img {
        width: 50%;
        margin: 0 auto !important;
        float: none !important;
        padding-bottom: 20px;
    }

    .infNew {
        left: 20%
    }

    .btnMain.btnNewReadMore {
        margin-top: 20px !important
    }

    #mainAccountSection .form-input {
        padding: 20px !important
    }

    .radius-box-account {
        overflow: auto
    }

    .img-wallet {
        width: 40%;
        padding-bottom: 20px
    }
}
/*responsive*/
.badge {
    border-radius: 30px;
    text-align: center;
    padding-left: 0px;
    white-space: inherit;
}

.text-bg-primary {
    color: #fff !important;
    background-color: var(--color-primary) !important;
}

.text-bg-secondary {
    color: #fff !important;
    background-color: var(--color-secondary) !important;
}

.text-bg-success {
    color: #fff !important;
    background-color: var(--color-success) !important;
}

.text-bg-danger {
    color: #fff !important;
    background-color: var(--color-primary) !important;
}

.text-bg-warning {
    color: #fff !important;
    background-color: var(--color-warning) !important;
}

.text-bg-info {
    color: #fff !important;
    background-color: var(--color-info) !important;
}

.card .card-header {
    background-color: #fff;
    padding: 30px;
    border-bottom: 3px solid #f12c41;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
}

    .card .card-header.card-no-border {
        border-bottom: none !important;
    }

    .card .card-header h5:not(.mb-0), .card .card-header h5:not(.m-0) {
        margin-bottom: 0;
        text-transform: capitalize;
    }

    .card .card-header > span {
        font-size: 12px;
        color: #52526c;
        margin-top: 5px;
        display: block;
        letter-spacing: 1px;
    }

    .card .card-header .card-header-right {
        border-radius: 0 0 0 7px;
        right: 35px;
        top: 24px;
        display: inline-block;
        float: right;
        padding: 8px 0;
        position: absolute;
        background-color: #fff;
        z-index: 1;
    }

        .card .card-header .card-header-right .card-option {
            text-align: right;
            width: 35px;
            height: 20px;
            overflow: hidden;
            transition: 0.3s ease-in-out;
        }

            .card .card-header .card-header-right .card-option li {
                display: inline-block;
            }

                .card .card-header .card-header-right .card-option li:first-child i {
                    transition: 1s;
                    font-size: 16px;
                    color: var(--theme-deafult);
                }

                    .card .card-header .card-header-right .card-option li:first-child i.icofont {
                        color: unset;
                    }

        .card .card-header .card-header-right i {
            margin: 0 5px;
            cursor: pointer;
            color: #2c323f;
            line-height: 20px;
        }

            .card .card-header .card-header-right i.icofont-refresh {
                font-size: 13px;
            }

.card .card-body {
    padding: 30px;
    background-color: transparent;
}

    .card .card-body p:last-child {
        margin-bottom: 0;
    }

.card .sub-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-size: 18px;
}

.card {
    margin-bottom: 30px;
    border: none;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border-radius: 15px;
    box-shadow: 0px 0 10px rgb(0 0 0 / 22%);
}

    .card .card-footer {
        background-color: #fff;
        border-top: 1px solid #ecf3fa;
        padding: 30px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }


textarea:disabled,
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
    cursor: no-drop;
}

.vertical th, .vertical td, .vertical tr {
    width: 100% !important;
    float: left !important;
    border-bottom-color: #dee2e6 !important;
    border: 1px solid #dee2e6;
    /* border-bottom-color: #dee2e6; */
}

.loader-wrapper {
    z-index: 55555016 !important;
}
