/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');*/

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

    #loader img {
    width: 200px; /* adjust size */
    height: 50px;
    }
    #loader-wrapper {
    opacity: 1;
    transition: opacity 0.5s ease;
    }
    .loader-img {
    animation: crescendo 1.5s alternate infinite ease-in;
    }
    /* .h-150 {
    height: 100vh;
    } */
    @keyframes crescendo {
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1.3);
    }
    }

#loader-wrapper.hidden {
  opacity: 0;
  pointer-events: none;
}

body {
    font-family: 'Coinbase display';
    font-weight: 400;
    background: #000 !important;
    color: #fff;
} 
.navbar{
    background: #000;
    color: #fff;
}
.navbar-nav li a {
    color: #fff !important;
}
h2{
    font-family: 'Coinbase medium';
}
@font-face {
    font-family: 'Coinbase display';
    font-style: normal;
    font-weight: 300;
    src: local('Coinbase display'), local('Coinbase display'), url(WOFF2/Coinbase-Sans/Coinbase_Sans-Regular-web-1.32.woff2) format('woff');
  }
@font-face {
    font-family: 'Coinbase medium';
    font-style: normal;
    font-weight: 500;
    src: local('Coinbase display'), local('Coinbase display'), url(WOFF2/Coinbase-Display/Coinbase_Display-Medium-web-1.32.woff2) format('woff');
  }
  .br-15{
    border-radius: 20px;
}

.coinbase-box {
    padding: 20px 30px;
    border-radius: 12px;
}
.h-55{
    height: 55px;
    border-radius: 12px;
}
.btn-cont-01{
    background: #3773F5;
    color: #fff;
    border-radius: 50px;
    padding: 15px;
}
.btn-cont-01:hover{
    color: #fff;
}
.p-10{
    border-radius: 50px;
    padding: 5px 10px;
}
.anker-list li a:hover{
    text-decoration: none;
}
.show-icon{
    position: absolute;
    right: 0px;
    transform: translate(-56px, -37px);
    font-size: 22px;
}
a:hover{
    text-decoration: none;
}
.w-55 {
    width: 55px;
}

.h-45 {
    height: 60px;
}

.h-55 {
    border-radius: .5rem !important;
    padding-top: 10px;
}
.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
.no-spin {
    -moz-appearance:textfield !important;
}
.btn-appeal {
    background: #015CD7;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
}
.gap-30{
    gap: 30px;
}
.flex-list{
    list-style: none;
    gap: 40px;
}
.flex-list li a{
    color: #000;

}
.h-55::placeholder {
    font-weight: 600;
}
.form-control{
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}
.form-control::placeholder{
    color: #fff !important;

}
.h-55:focus {
    border: 2px solid #0048FE !important;
    box-shadow: none !important;
}

.h-45:focus {
    border: 2px solid #0048FE !important;
    box-shadow: none !important;
}

.btn-cont {
    background: #0048FE;
    color: #fff;
    border-radius: 50px;
    padding: 14px 30px;
    width: -webkit-fill-available;
}

.detail {
    background: #32353E ;
    padding: 20px 30px;
    border-radius: 50px;
}

.fs-22 {
    font-size: 22px;
}

.detail_text {
    background: transparent;
    border: 2px solid #E5E7E9;
    padding: 20px 20px;
    border-radius: .5rem;
}

.show-icon {
    cursor: pointer;
    position: absolute;
    right: 10px;
    transform: translate(-15px, -38px);
    font-size: 22px;
    display: none;
    cursor: pointer;
}

.coin-text {
    color: #0048FE;
}

.spinner-02 {
    display: flex;
    box-sizing: border-box;
    padding: 30px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.circle-02 {
    box-sizing: border-box;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    border: 4px solid #FDFEFE;
    border-top-color: #0048FE;
    animation: spinner 1s infinite linear;
}
.card_header{
    border-bottom: 1px solid #ffff;
}
.step_tab{
    gap: 12px;
}
.step_tab .step_1{
    width: 15%;
    height: 5px;
    background: #222627;
    border-radius: 50px;
}
.step_tab .step_2{
    width: 15%;
    height: 5px;
    background: #222627;
    border-radius: 50px;
}
.step_tab .step_3{
    width: 15%;
    height: 5px;
    background: #222627;
    border-radius: 50px;
}
.step_tab .step_4{
    width: 15%;
    height: 5px;
    background: #222627;
    border-radius: 50px;
}
.step_1_tab{
    padding: 30px 40px;
}
.step_2_tab{
    padding: 30px 40px;
}
.step_3_tab{
    padding: 30px 40px;
}
.txt_wallet{
    font-weight: 700;
}
.active_step{
    background: #fff !important;
}
.left_arrow{
    display: none;
    font-size: 25px;
}
.left_arrow_1{
    font-size: 25px;
}
.content_step_2{
    display: none;
}
.content_step_3{
    display: none;
}
.apple_img{
    width: 160px;
    border: 2px solid #000;
    border-radius: 10px;
}
.show_icon{
    position: absolute;
    right: 0px;
    transform: translate(-10px, -25px);
    font-size: 25px;
}
.copy_txt{
    cursor: pointer;
}
.copy_icon{
    font-size: 20px;
}
@keyframes spinner {
    100% {
        transform: rotate(360deg);
    }
}

.h-70 {
    height: 70vh;
}

.font-weight {
    font-weight: 700;
}

.mt-20 {
    margin-top: 20px;
    column-gap: 10px;
}

.input_field {
    border: 1px solid #909191;
    min-height: 1rem;
    width: 50px;
    height: 50px;
    color: #0c0c0d;
    font-size: 1.75rem;
    font-weight: 600;
}
.input_field_01{
    border: 1px solid #909191;
    min-height: 1rem;
    /* width: 50px; */
    height: 50px;
    color: #0c0c0d;
    font-size: 1.75rem;
    font-weight: 600;
}

.input_field_01:focus {
    border-color: #1040c1;
    box-shadow: none !important;
}
.input_field:focus {
    border-color: #1040c1;
    box-shadow: none !important;
}

.small-imges {
    width: 90px;
}

.small-imges-01 {
    width: 250px;
}

.w-150 {
    width: 150px;
}

.step-01 {
    display: none;
}

.step-02 {
    display: none;
}

.small-imges-02 {
    width: 90px;
}

.check-circle {
    width: 100px;
}

.border-form {
    border: 1px solid rgba(138, 145, 158, 0.2) !important;
    border-radius: 20px !important;
}

.fa-id-card {
    font-size: 72px;
    color: #3773f5;
    cursor: pointer;
}

.small-text {
    color: #999 !important;
}

.two-btn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5%;
}
.left-btn-01{
    cursor: pointer;border: 1px solid rgba(138,145,158,0.2) !important;border-radius: 20px !important;text-align: center;
}
.card-icon-01{
    font-size: 32px;color: #ccc;
}
.blah{
    display:none;
}
.icon_02{
    font-size: 11px;
}
.imgInp1{
    display:none;
}
.flex-back-id{
    cursor: pointer;border: 1px solid rgba(138,145,158,0.2) !important;border-radius: 20px !important;text-align: center;
}
.icon-003{
    font-size: 32px;color: #ccc;
}
.blah1{
    display: none;
}
.fs-11{
    font-size: 11px;
}
.password-list{
    list-style: none;
}
.password-list li a{
    color: #0c0c0d;
}
.user-icon{
    font-size: 32px;color: #ccc;
}
.blahs{
    display: none;
}
.icon{
    cursor: pointer;
}
.yahoo-input{
border-bottom: 2px solid #0c0c0d;
border-top: 0px solid transparent;
border-left: 0px solid transparent;
border-right: 0px solid transparent;
border-radius: 0px;
}
.yahoo-input:focus{
    box-shadow: none !important;
    border-bottom: 2px solid #0048FE;
}
.fs-12{
    font-size: 12px;
}
.btn-next{
    width: 100%;
    background-color: #188fff;
    color: #fff;
    border-radius: 35px;
    padding: 10px 20px;
}
.btn-create{
    border: 2px solid #188fff;
    border-radius: 50px;
    width: 100%;
    padding: 10px;
}
#form_check {
    border: none;
    outline: none;
    color: #fff;
    background-color: #1a73e8;
    padding: 0.625rem 1.25rem;
    cursor: pointer;
    border-radius: 0.312rem;
    font-size: 1rem;
}
@media screen and (max-width:600px) {
    .input_field_01{
        height: 30px;
    font-size: 15px;
    padding: 0px;
    text-align: center;
    }
    .input_field{
        height: 30px;
    font-size: 15px;
    padding: 0px;
    text-align: center;
    }
}
.wrapper {
    background: #F0F3F8;
    height: 100vh;
}
svg{
    fill: #fff;
}
.btn-transparent {
    display: flex;
    align-items: center;
    border: 2px solid #000;
    border-radius: 50px;
}
@media screen and (max-width:767px) {
    .step_3_tab {
        padding: 28px 15px;
    }
    .coinbase-box {
        padding: 15px 15px;
    }
    .step_2_tab {
        padding: 28px 15px;
    }
    .step_1_tab {
        padding: 28px 15px;
    }
}
@media screen and (max-width:600px) {
    .flex-list{
        gap: 10px;
    }
    .flex-margin{
        margin-top: 10px;
    }
    .flex-center{
        justify-content: center !important;
    }
    .fs-22{
        font-size: 22px;
    }
}
.box-panel{
    border-radius: 20px;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
  
.wrapper{
    font-family: "Poppins", sans-serif;

}
 body.light-mode {
    background-color: white !important;
    color: black;
  }

  body.dark-mode {
    background-color: #121212;
    color: white;
  }

  .dark-mode .form-control {
    background-color: #1e1e1e;
    color: white !important;
    border-color: #444;
  }

  .light-mode .form-control {
    background-color: white;
    color: black !important;
    border: 1px solid #ccc !important;
  }
.light-mode .w-55{
    filter: invert(1) !important;
}
.light-mode .qr-code{
    filter: invert(0) ;
}
.light-mode .detail {
    background: #fff ;
    color: #000;
    border: 1px solid #000;
}
.light-mode .navbar{
    background: #fff;
}
.light-mode svg{
    fill: #000;
    filter: invert(1);
}
.light-mode .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
}

.dark-mode .qr-code{
    filter: invert(1) ;

}
  .dark-mode select option {
    background-color: black;
    color: white;
  }

  .light-mode select option {
    background-color: white;
    color: black !important;
  }

  .dark-mode .coinbase-box {
    background-color: #1e1e1e;
    border-color: #333;
  }

  .light-mode .coinbase-box {
    background-color: #fff;
    border-color: #ccc;
  }


.animated-form .form-group,
.animated-form h3,
.animated-form button {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

/* Add delay to each field using nth-child or data attributes */
.animated-form .form-group:nth-child(1) { animation-delay: 0.1s; }
.animated-form .form-group:nth-child(2) { animation-delay: 0.2s; }
.animated-form .form-group:nth-child(3) { animation-delay: 0.3s; }
/* Add more delays as needed */
.animated-form h3:nth-of-type(1) { animation-delay: 0s; }
.animated-form h3:nth-of-type(2) { animation-delay: 1.2s; }
.animated-form button { animation-delay: 2s; }
select option {
  color: #000;
}
select option {
  background-color: black;
  color: white; /* for contrast */
}  
.txt-anker{
    color: #000;
}     
.txt-anker:hover{
    color: #000;
}     