@import url('./fonts.css');

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

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

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

.navbar-light .navbar-nav .nav-link{
    color: #0f2b4e!important;
}

.fw-bold {
    font-weight: 600 !important;
}

.nav-link {
    display: block;
    padding: .4rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s 
    ease-in-out, background-color .15s 
    ease-in-out, border-color .15s 
    ease-in-out;
}

body {
    color: #000000;
}

.h1, h1 {
    font-size: 2rem;
}

.h3, h3 {
    font-size: 1.4rem;
}

.h4, h4 {
    font-size: 1.2rem;
}

.h5, h5 {
    font-size: 1.1rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight: 400;
}

p{
    line-height: 2rem;
}

.text-muted {
    color: #545454!important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

.text-dark-blue{
    color: #002c5c!important;
}

.text-light-blue-simple{
    color: #3170b2!important;
}

.text-light-blue {
  background: linear-gradient(to right, #000000, #3170b2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.text-light-gray {
  background: linear-gradient(to right, #a6a6a6, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.text-light-dark {
  background: linear-gradient(to right, #000000, #737373);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.btn {
    padding: .275rem .75rem;
    border-radius: 29px;
}

.btn i{
    font-size: 1rem;
    vertical-align: middle;
}

.text-green{
    color: #3DB548;
}

.text-danger{
    color: #ff5757;
}

.btn-group-sm>.btn, .btn-sm {
    padding: .15rem 0.8rem;
    font-size: .875rem;
    border-radius: 29px;
}

.btn .bi {
    vertical-align: middle; /* aligns icon with text vertically */
    margin-right: 0.2rem;   /* optional: space between icon and text */
}

.btn-green{
    background: linear-gradient(180deg, #81bd2f, #44b14f);
    color: #ffffff;
    border: none;
}

.btn-green:hover{
    background: linear-gradient(180deg, #81bd2f, #44b14f);
    color: #ffffff;
}

.btn-danger-light{
    background: linear-gradient(180deg, #f18a8a, #b64e4e);
    color: #ffffff;
    border: none;
}

.btn-danger-light:hover{
    background: linear-gradient(180deg, #f18a8a, #b64e4e);
    color: #ffffff;
}

.btn-gray{
    background: linear-gradient(180deg, #a4a4a4, #525252);
    color: #ffffff;
    border: none;
}

.btn-gray:hover{
    background: linear-gradient(180deg, #a4a4a4, #525252);
    color: #ffffff;
}

.btn-blue{
    background: linear-gradient(180deg, #759FF3, #3B549B);
    color: #ffffff;
}

.btn-blue:hover{
    background: linear-gradient(180deg, #759FF3, #3B549B);
    color: #ffffff;
}

.btn-dark-blue{
    background: linear-gradient(180deg, #0593dd, #00669b);
    color: #ffffff;
    border: none;
}

.btn-dark-blue:hover{
    background: linear-gradient(180deg, #0593dd, #00669b);
    color: #ffffff;
}


.btn-get-number{
    background: linear-gradient(180deg, #000000, #737373);
    color: #ffffff;
    border: none;
}

.btn-get-number:hover{
    background: linear-gradient(180deg, #81bd2f, #44b14f);
    color: #ffffff;
    border: none;
}

#main-nav{
    font-weight: 600!important;
    background-color: #eaf3ff;
    padding-top: .2rem;
    padding-bottom: .2rem;
    border-top: 1px solid #a6c1dd;
    border-bottom: 1px solid #a6c1dd;
}

#main-nav .nav-link.active{
    color: #3376bb!important;
}

.green-dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #28a745;
    border-radius: 50%;
}

.home-service-icons {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: flex-end;
}

.home-service-icons img {
  height: 32px;
  width: auto;
}

.home-service-icons .paypal {
  height: 45px;
}
.nine-hundred-plus{
    font-size: 1.2rem;
    font-weight: 700;
    font-style: italic;
}
.verify-service{
    font-size: 1.2rem;
    font-weight: bold;
    font-style: italic;
    margin-top: 26px;
}
hr {
    color: #dddddd;
    opacity: 100;
}

.home-price-box .hedline{
    font-size: 1.3rem;
    text-align: left;
    margin-top: 35px;
    margin-bottom: 35px;
}

.price-box{
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 0.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.price-box .price {
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  background: #eaf3ff;
  padding: 5px 15px;
  margin-top: 10px;
}

.price-box .price::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 25px;
  background: linear-gradient(to right, #000000, #3376bb);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}



.price-box .price img{
    width: 70px;
}

.price-box .price .cheap-prices{
    font-size: 1.3rem;
    margin-bottom: 0;
}

.price-box .price-off{
    font-weight: normal;
    text-decoration: line-through #212529 2px;
}
.price-box .price-gold{
    background: linear-gradient(to bottom, #f6a1a1, #ff5757);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.2rem;
    font-weight: 600;
}

.price-box-featuers ul li{
    font-size: 1.1rem;
    margin-bottom: 15px!important;
}

.section-title{
    color: #17305A;
}

.reliability-copy{
    margin-bottom: 1.5rem;
}

.reliability-footnote{
    color: #17305A;
    font-weight: 600;
    margin-top: 1.5rem;
}

.reliability-hero .hero-frame{
    background: #ffffff;
    border-radius: 26px;
    padding: 10px;
}

.reliability-hero .hero-frame img{
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
}

.hero-cta{
    border-radius: 999px;
    background: linear-gradient(180deg, #FFD66B, #f4a636);
    border: none;
    color: #17305A;
    padding-left: 65px!important;
    padding-right: 65px!important;
}

.hero-contact-pill{
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 999px;
    border: 1px solid #3B549B;
    box-shadow: 0 12px 30px rgba(29, 80, 143, 0.22);
    max-width: 100%;
    padding: 2px;
}

.hero-contact-pill .hero-flag{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0 6px 12px rgba(23, 48, 90, 0.25);
    flex-shrink: 0;
}

.hero-contact-pill .hero-flag svg{
    width: 32px;
    height: 32px;
}

.hero-contact-pill .hero-number{
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

@media (max-width: 576px){
    .hero-contact-pill{
        gap: 0.5rem;
        padding-right: 0.5rem;
    }

    .hero-contact-pill .hero-number{
        font-size: 0.85rem;
    }

    .hero-contact-pill .hero-pill-action{
        padding: 0.35rem 0.85rem;
        font-size: 0.85rem;
    }
}

.success-banner{
    background: #e6f1ff;
    border: 1px solid #c3d9f6;
    border-radius: 22px;
    padding: 0rem 1.5rem;
    box-shadow: 0 12px 30px rgba(29, 80, 143, 0.1);
}

.success-badge{
    font-weight: 600;
    color: #17305A;
}

.home-success-percent{
    position: relative;
}

.home-success-percent .success-check{
    position: absolute;
    top: -40px;
    left: -85px;
    width: 100px;
}

.feature-card{
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* .feature-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(17, 66, 131, 0.12);
} */

.feature-icon{
    font-size: 2rem;
}

.review-card{
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    height: 100%;
}

.review-bubble{
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 1rem;
    position: relative;
}

.review-bubble::after{
    content: "";
    position: absolute;
    left: 25px;
    bottom: -10px;
    width: 18px;
    height: 18px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    transform: rotate(45deg);
}

.review-profile{
    padding-left: 0.5rem;
}

.review-avatar{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    box-shadow: 0 6px 16px rgba(20, 23, 28, 0.25);
}

.review-avatar.avatar-charcoal{
    background: linear-gradient(150deg, #2e2e2e, #0f0f0f);
}

.review-avatar.avatar-slate{
    background: linear-gradient(150deg, #6b6b6b, #2f2f2f);
}

.review-avatar.avatar-gold{
    background: linear-gradient(150deg, #f4d5a6, #b8893c);
}

.review-stars i{
    margin-right: 2px;
    color: #ff8c24;
    font-size: 0.95rem;
}

.site-footer{
    color: #e1e1e1;
    font-size: 0.95rem;
    background: #101010;
    margin-top: 20px;
}

.footer-top-banner{
    background: #c0ffef;
    background: linear-gradient(75deg, #BEFFD6 , #9FFFF9);
}

.footer-top-banner .banner-copy{
    color: #343a40;
    letter-spacing: 0.02em;
    font-size: 115%;
}

.footer-top-banner .highlight-price{
    color: #ff3b7c;
    font-weight: 700;
    font-size: 1.5rem;
}

.btn-start-now{
    background: #08254a;
    color: #ffffff;
    padding: 0rem 1.5rem;
    border-radius: 999px;
    font-weight: 600;
    box-shadow: 0 6px 14px rgba(8, 37, 74, 0.35);
}

.btn-start-now:hover{
    color: #ffffff;
    background: #0b3768;
}

.footer-main{
    background: #222222;
    padding: 3rem 0 2.5rem;
    border-top: 1px solid #222222;
}

.footer-brand .brand-icon{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, #2d75b8, #10223c);
    font-size: 1.6rem;
    text-transform: lowercase;
    color: #ffffff;
    font-weight: 600;
}

.footer-brand .brand-text{
    color: #f5f5f5;
    font-size: 1.2rem;
    font-weight: 600;
}

.footer-heading{
    color: #b3b4b4;
    font-size: 1rem;
    margin-bottom: 1.8rem;
    letter-spacing: 0.05em;
}

.footer-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-list li{
    margin-bottom: 1.4rem;
    position: relative;
}

.footer-list a{
    color: #b3b4b4 !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-list a:hover{
    color: #ffffff;
}

.footer-support{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
}

.support-item{
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: #e5fcd5;
    font-weight: 500;
}

.status-dot{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #6ad43d;
}

.btn-telegram{
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: linear-gradient(160deg, #6a49ff, #2eb0ff);
    color: #ffffff;
    padding: 0.4rem 2rem;
    border-radius: 999px;
    font-weight: 600;
    justify-content: center;
}

.btn-telegram:hover{
    color: #ffffff;
}

.btn-telegram i{
    font-size: 1rem;
}

.footer-bell{
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(180deg, #89f36f, #32c057);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(40, 185, 100, 0.45);
}

.footer-bell i{
    font-size: 1.4rem;
}

.footer-bottom{
    background: #222122;
    border-top: 1px solid #ffffff61;
    padding: 1.2rem 0;
}

.footer-links a{
    color: #b3b4b4 !important;
    margin-right: 1.2rem;
    text-decoration: none;
}

.footer-links a:last-child{
    margin-right: 0;
}

.footer-links a:hover{
    color: #b3b4b4;
}

.copyright{
    color: #b3b4b4;
    font-size: 0.9rem;
    font-style: italic;
}

.fa-check-circle{
    color: #545454;
    margin-right: 7px;
}

.bg-light-blue{
    background: linear-gradient(to right, #000000, #3376bb);
}

.home-diposit-amount-headline{
    border-radius: 29px;
}

.home-diposit-amount-headline p{
    font-size: 1.2rem;
}

.headline-box {
  position: relative;
  z-index: 1;
  border-radius: 25px;
  background: #eaf3ff;
  padding: 5px 15px;
  margin-top: 10px;
}

.headline-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 25px;
  background: linear-gradient(to right, #000000, #3376bb);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}

.home-success-badge{
    position: relative;
}

.footer-brand img{
    width: 150px;
    filter: brightness(0) invert(1) opacity(0.8);
}

.footer-main .brand-icon{
    height: 190px;
}

@media (max-width: 767.98px){
    .footer-top-banner .container{
        text-align: center;
    }

    .footer-bell{
        position: static;
        margin: 1.5rem auto 0;
        display: block;
    }

    .footer-bottom .container{
        text-align: center;
    }

    .footer-links{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
}


.mobile-nav-toggle{
    border: none;
}

.mobile-nav-toggle:focus{
    box-shadow: none;
}

.mobile-nav-offcanvas{
    width: 280px;
    background: #ffffff;
    border-right: 1px solid #e3e8f0;
}

.mobile-nav-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav-list li{
    border-bottom: 1px solid #e3e8f0;
}

.mobile-nav-link{
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.85rem 1.5rem;
    font-weight: 600;
    color: #0f2b4e;
    text-decoration: none;
    background-color: #ffffff;
    width: 100%;
}

.mobile-nav-link:hover{
    background-color: #f5f7fb;
    color: #0a1f3c;
}

.mobile-nav-link.active{
    color: #1c7ed6;
}

.mobile-nav-emoji{
    font-size: 1.1rem;
    line-height: 1;
}

.mobile-auth{
    border-top: 1px solid #e3e8f0;
    padding-bottom: 1.25rem;
}

.mobile-auth-link{
    display: block;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
}

.mobile-auth-link.sign-in{
    color: #1daa5b;
}

.mobile-auth-link.sign-up{
    color: #2f55d4;
}

.mobile-auth-divider{
    margin: 0.35rem 0 0.45rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2dbf61, #8c4bff);
}

/* Auth Style */
.auth-wrapper {
    min-height: 100vh;
}

.signin-card {
    border-radius: 10px!important;
}

.pill-input {
    border: 1px solid #e0e0e0;
    border-radius: 999px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    background-color: #fff;
}

.pill-input:focus-within {
    border-color: #6f42c1;
    box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.1);
}

.pill-input .input-group-text {
    font-size: 1.15rem;
}

.pill-input .form-control {
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    font-size: 0.95rem;
    /* padding-top: 0.6rem; */
    /* padding-bottom: 0.6rem; */
}

.password-toggle {
    border-radius: 999px !important;
    font-size: 1rem;
}

.input-group .btn{
    padding: 0px 10px;
}

.remember-checkbox {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 10px;
}

.password-toggle{
    cursor: pointer;
}

.btn-avater{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #000000, #737373);
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff0b3;
}

.header-options{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 1rem;
}

.header-options .option{
    border: 1px solid #dddddd;
    padding: 5px 15px;
    border-radius: 25px;
}

.dark-hero-bg{
    background: #1b1e22;
}

.overlap-with-top-section{
    margin-top: -40px;
}

.table>:not(:last-child)>:last-child>*{
    border-bottom: 1px solid#dddddd !important;
    border-top: 1px solid#dddddd !important;
}

.custom-pagination .page-link{
    width: 32px !important;
    height: 32px !important;
}

.page-item:first-child .page-link{
    border-radius: 50% !important;
}

.page-item:last-child .page-link{
    border-radius: 50% !important;
}

.pagination-wrapper {
    width: 100%;
}
.custom-pagination {
    gap: 6px;
}
.custom-pagination .page-link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    color: #555;
    font-weight: 500;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.custom-pagination .page-item.active .page-link {
    background-color: #4fd15a;
    border-color: #4fd15a;
    color: #fff;
    box-shadow: none;
}
.custom-pagination .page-item.disabled .page-link {
    color: #b5b5b5;
    box-shadow: none;
}
.custom-pagination .page-item.ellipsis .page-link {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.round-input{
    border-radius: 30px;
}

.data-per-page-select{
    text-align: center;
    max-width: 100px;
}

#vueApp[v-cloak] {
    display: none;
}

.pagination-wrapper {
    width: 100%;
}
.custom-pagination {
    gap: 6px;
}
.custom-pagination .page-link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    color: #555;
    font-weight: 500;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
.custom-pagination .page-item.active .page-link {
    background-color: #4fd15a;
    border-color: #4fd15a;
    color: #fff;
    box-shadow: none;
}
.custom-pagination .page-item.disabled .page-link {
    color: #b5b5b5;
    box-shadow: none;
}
.custom-pagination .page-item.ellipsis .page-link {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.data-per-page-group .form-select{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.data-per-page-group .input-group-text{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #dfffd1;
}

.data-search-group .form-control{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.data-search-group .input-group-text{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #dfffd1;
}

.u-text {
    text-decoration: underline;       /* underline enable */
    text-decoration-color: #ffffff;   /* underline color */
}

.description{
    line-height: 2.5rem!important;
}

.border-dark-box-rounded{
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    background: #eaf3ff;
    display: inline-block;
    padding: 0px 10px;
}

.border-dark-box-rounded p{
    margin-bottom: 0px;
}

.border-dark-box-rounded::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 25px;
  background: linear-gradient(to right, #000000, #3376bb);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    box-shadow: none;
}
/* 
.accordion{
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
} */

.accordion-flush .accordion-item{
    border: 1px solid #dddddd;
    border-top: 1px solid #dddddd!important;
    border-bottom: 1px solid #dddddd!important;
    border-radius: 5px;
}

.ready-to-earn{
    border-radius: 5px;
}

.ready-to-earn-box {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: #eaf3ff;
  padding: 15px 15px;
  margin-top: 10px;
}

.ready-to-earn-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 5px;
  background: linear-gradient(to right, #000000, #3376bb);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}

.btn-place-order{
    background: linear-gradient(180deg, #7aa5fa, #364e94);
    color: #ffffff;
    border: none;
    padding: 5px;
}

.btn-place-order:hover{
    background: linear-gradient(180deg, #7aa5fa, #364e94);
    color: #ffffff;
    border: none;
}

.selected-service-group .form-select{
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.text-only-blue {
    color: #3376bb!important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 30px!important;
    border-bottom-right-radius: 30px!important;
}

.input-round{
    border-radius: 30px!important;
}

/** Select 2 Overrides **/

.selected-service-select {
    width: 100%;
}

/* Keep Select2 height and styling consistent with Bootstrap input-group-sm */
.select2-container .select2-selection--single {
    height: 31px;
    min-height: 31px;
    padding: 0.25rem 2rem 0.25rem 0.5rem;
    font-size: 0.875rem;
    border: 1px solid #ced4da;
    border-radius: 30px;
    background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5;
    padding-left: 0;
    color: #212529;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0;
    right: 0.5rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -2px;
    border-color: #6c757d transparent transparent transparent;
}
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
    box-shadow: none;
}
.select2-search--dropdown .select2-search__field:focus {
    border-color: #ced4da;
    outline: none;
    box-shadow: none;
}

.btn-deposit-option {
    padding: 7px 10px;
    border: 1px solid #b4b4b4;
    width: 100%;
    margin-bottom: 1.5rem;
    text-align: left;
}

.spinner-box{
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding-bottom: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.notiflix-block-message{
    font-weight: 500;
}
.copy-number-btn{
    cursor: pointer;
    padding: 1px 5px;
}

.complete{
    color: #56c864;
}

.timed-out{
    color: #efa30a;
}

.reject{
    color: #ff5757;
}

.online{
    color: #56c864;
}

.allocating{
    color: #8097ed;
}

#qr-box img{
    width: 100%;
}