.logo-small{
    max-width:50%;
}
.logo-loading{
    max-width:50%;
}
.container-limited{
    max-width:600px;
}
.img-width-25{
    max-width:25%;
}
.selector-for-some-widget {
    box-sizing: content-box;
}
.top-logo{
    margin:60px auto 30px auto;
}
h2{
    color:#18191F;
    font-family: 'Baloo 2', sans-serif;
    font-weight: 700;
    line-height: 30px;
}
.text-hyperlink{
    font-family: 'Roboto', sans-serif;
    line-height:30px;
    font-size:18px;
    font-weight: 500;
}
.sect{
    margin:30px auto;
}
.notes{
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    color:#C4C7D1;
    line-height:30px;
}
.notes-blue{
    font-family: 'Roboto', sans-serif;
    font-size:20px;
    color:#509EE3;
    line-height:30px;
}
.try-otp{
    display:none;
    margin-top: 50px;
}
.confirm-enter{
    object-fit: contain;
    width: 100px;
    max-width: 100px;
}
.notes-black{
    font-family: 'Roboto', sans-serif;
    font-size:18px;
    color:#474A57;
    line-height:30px;
}
.notes-red{
    font-family: 'Roboto', sans-serif;
    font-size:18px;
    color:#FF5630;
    line-height:30px;
}
.box-green{
    display: flex;
    padding: var(--spacing-space-between-xs, 12px) 8px;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-space-between-3-xs, 4px);
    align-self: stretch;
    margin:40px auto;
    background-color: #E9FAFB;
    border-radius: 20px;
    padding: 15px;
}
.box-green a{
    color: #4384BD;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
    text-decoration-line: underline;
}
.box-red{
    display: flex;
    padding: var(--spacing-space-between-xs, 12px) 8px;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-space-between-3-xs, 4px);
    align-self: stretch;
    margin:40px auto;
    background-color: #FFF5F3;
    border-radius: 20px;
    padding: 15px;
}
.text-button {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight:500;
    line-height: 30px;
    cursor:pointer;
}
.btn-blue{
    border: 2px solid #509EE3;
    padding: 15px 0;
    border-radius: 20px;
    width:100%;
}
.btn-blue-full{
    border: 2px solid #509EE3;
    padding: 15px 0;
    border-radius: 20px;
    background-color:#509EE3;
    color:#ffffff;
    width:100%;
}
.btn-gray{
    border: 2px;
    padding: 15px 0;
    border-radius: 20px;
    background-color:#F4F5F7;
    width:100%;
}
.text-blue{
    color:#509EE3;
}
.text-gray{
    color:#C4C7D1;
}
.last{
    margin-top:100px;
}
.overlay{
    position:fixed;
    z-index:999;
    width:100%;
    height:100%;
    background-color: black;
    background-color:rgba(0,0,0,.75);
    top:0px;
    left:0px;
    display:none;
}
.popupLoading{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}
.box-popup{
    width:300px;
    height:350px;
    background-color:#ffffff;
    border-radius:20px;

}
.w-210{
    width:210px;
}
.icon-red{
    color: #FF5630;
    font-size: 25px;
    font-weight: 700;
    margin: 10px auto;
}
.icon-blue{
    color:#509EE3;
    font-size:30px;
    padding:10px;
}
.warning{
    margin-top:30px;
    display:none;
}
.box-verif-otp{
    border-radius:20px;
    border:2px solid #DCECF9;
    padding:20px;
    margin:20px auto;
}
.box-verif-otp:hover{
    border:2px solid #509EE3;
    cursor:pointer;
}
.box-verif-otp-active{
    border:2px solid #509EE3;
}
.box-icon{
    width:75px;
    height:75px;
    display: flex; 
    justify-content: center; 
    align-items: center; 
}
.box-text{
    padding:10px;
}
.text-name-method{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    color: #509EE3;
}
.text-span-yellow{
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #FFB020;
}

.top #title{
    font-size: 24px;
    font-weight: 700;
}

.top #description{
    font-size: 16px;
    font-weight: 400;
    line-height: 1px;
    padding-bottom: 20px;
}
.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.otp-field input {
    height: 45px;
    width: 42px;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
}
.otp-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
    display: none;
}
.resend {
    font-size: 12px;
}

.footer {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: black;
    font-size: 12px;
    text-align: right;
    font-family: monospace;
}

.footer a {
    color: black;
    text-decoration: none;
}


.otp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.otp__input {
    border-radius: 4px;
    background-color:  #F4F5F7;
    border: #F4F5F7;
    font-size: 24px;
    font-weight: bold;
    outline: none;
    text-align: center;
    width: 48px;
    height: 48px; 
    box-shadow: 0 4px 2px -2px #C4C7D1;
    
}

.timer  p{
    margin-top:5% ;
    text-align: center;
    font-family:'Roboto';
    font-size:18px;
}

.description  p{
    margin-top:10% ;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.alert{
    margin-top: 20%;
    margin-left: auto;
    margin-right: auto;
    width: 368px;
    height: 100px;
    border-radius: 8px;
    background-color: #E9FAFB;
}

.alert p{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
 .alert h6{
    text-align: center;
    font-size: 18px;
    line-height: 1px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #4384BD;
    text-decoration: underline;
}

.footer .app p{
    text-align: center;
    font-size: 166;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16;
}
.footer .app p{
    text-align: center;
    font-size: 166;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16;
} */
.button{
    background-color: #509EE3;
    height: 52px;
    text-align: center;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    width: 368px;
    line-height: 50px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
} 
.button #btn{
    font-size: 16px;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
}
.margin30{
    margin:30px auto;
}
.padding-percent-10{
    padding-left: 10%;
    padding-right: 10%;
}
.sect-input-reason{
    display:none;
}
.selected-input{
    color:#C4C7D1;
}
.selected-input:hover{
    cursor:pointer;
    border:2px solid #509EE3;
}
.selected-input-click{
    border:2px solid #509EE3;
    color:#000000;
}
.show-modal {
    cursor: pointer;
}
.width-50{
    width:50%;
}
.bottom-sheet {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}
.bottom-sheet.show {
    opacity: 1;
    pointer-events: auto;
}
.bottom-sheet .sheet-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: #000;
}
.bottom-sheet .content {
    width: 100%;
    position: relative;
    background: #fff;
    max-height: 100vh;
    height: 50vh;
    max-width: 1150px;
    padding: 25px 30px;
    transform: translateY(100%);
    border-radius: 12px 12px 0 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.03);
    transition: 0.3s ease;
}
.bottom-sheet.show .content{
    transform: translateY(0%);
}
.bottom-sheet.dragging .content {
    transition: none;
}
.bottom-sheet.fullscreen .content {
    border-radius: 0;
    overflow-y: hidden;
}
.bottom-sheet .header {
    display: flex;
    justify-content: center;
}
.header .drag-icon {
    cursor: grab;
    user-select: none;
    padding: 15px;
    margin-top: -15px;
}
.header .drag-icon span {
    height: 4px;
    width: 40px;
    display: block;
    background: #C7D0E1;
    border-radius: 50px;
}
.bottom-sheet .body {
    height: 100%;
    overflow-y: auto;
    padding: 15px 0 40px;
    scrollbar-width: none;
}
.bottom-sheet .body::-webkit-scrollbar {
    width: 0;
}
.bottom-sheet .body p {
    margin-top: 20px;
}
@media only screen and (max-width: 600px) {
    .img-width-25{
        max-width: 40%;
    }
    .logo-small {
        max-width: 60%;
    }
    h2{
        line-height: 25px;
    }
   .confirm-enter{
        width: 70px;
        max-width: 70px;
   }
   .last{
        margin-top:50px;
   }
   .notes-black, .notes-blue, .notes-red, .text-hyperlink{
        font-size: 15px;
        line-height: 25px;
   }
   .notes {
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        color: #C4C7D1;
        line-height: 20px;
    }
    .text-button {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: 500;
        line-height: 30px;
        cursor: pointer;
    }
    .text-span-yellow{
        font-size:12px;
    }
    .text-name-method {
        font-size: 18px;
    }
    .icon-blue{
        font-size:20px;
    }
    .box-verif-otp{
        padding:10px;
    }
    .top #description {
        font-size: 12px;
        line-height: 10px;
        padding-bottom: 15px;
    }
    .description p {
        margin-top: 10%;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
    }
    .alert h6{
        font-size: 15px;
        line-height: 15px;
    }
    .timer  p{    
        font-size:15px;
    }
    .width-50 {
        width: 100%;
    }
    .padding-percent-10 {
        padding-left: 5%;
        padding-right: 5%;
    }
    .selected-input{
        font-size:14px;
    }
}
@media only screen and (max-width: 480px) {
    .img-width-25{
        max-width: 40%;
    }
    .logo-small {
        max-width: 60%;
    }
    h2{
        line-height: 25px;
        font-size:20px !important;
    }
    .confirm-enter{
         width: 60px;
         max-width: 60px;
    }
    .last{
        margin-top:50px;
    }
    .notes-black, .notes-blue, .notes-red, .text-hyperlink{
         font-size: 15px;
         line-height: 25px;
    }
    .notes {
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        color: #C4C7D1;
        line-height: 20px;
    }
    .text-button {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: 500;
        line-height: 30px;
        cursor: pointer;
    }
    .text-span-yellow{
        font-size:12px;
    }
    .text-name-method {
        font-size: 18px;
    }
    .icon-blue{
        font-size:20px;
    }
    .box-verif-otp{
        padding:5px;
    }
    .top #description {
        font-size: 12px;
        line-height: 10px;
        padding-bottom: 15px;
    }
    .description p {
        margin-top: 10%;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
    }
    .alert h6{
        font-size: 15px;
        line-height: 15px;
    }
    .timer  p{    
        font-size:15px;
    }
    .width-50 {
        width: 100%;
    }
    .padding-percent-10 {
        padding-left: 5%;
        padding-right: 5%;
    }
    .btn-blue-full{
        padding:8px 0;
    }
    .btn-gray{
        padding:8px 0;
    }
    .btn-blue{
        padding:8px 0;
    }
    .box-green a{
        font-size:16px;
    }
    .box-verif-otp{
        margin:15px auto;
    }
    .box-text {
        padding: 7px;
    }
    .otp__input {
        font-size: 18px;
        width: 35px;
        height: 35px;
    }
    .alert{
        width:100%;
        height:130px;
    }
    .alert p {
        text-align: center;
        font-size: 15px;
        font-weight: 400;
    }
    .selected-input, #typeReason, #reasonInput{
        font-size:14px;
    }
    
 }
 @media only screen and (max-width: 360px) {
    .img-width-25{
        max-width: 40%;
    }
    .logo-small {
        max-width: 60%;
    }
    h2{
        line-height: 25px;
        font-size:20px !important;
    }
    .confirm-enter{
         width: 60px;
         max-width: 60px;
    }
    .last{
        margin-top:50px;
    }
    .notes-black, .notes-blue, .notes-red, .text-hyperlink{
         font-size: 14px;
         line-height: 24px;
    }
    .notes {
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        color: #C4C7D1;
        line-height: 20px;
    }
    .text-button {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 30px;
        cursor: pointer;
    }
    .text-span-yellow{
        font-size:11px;
    }
    .text-name-method {
        font-size: 14px;
    }
    .icon-blue{
        font-size:15px;
    }
    .top #description {
        font-size: 12px;
        line-height: 10px;
        padding-bottom: 15px;
    }
    .description p {
        margin-top: 10%;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
    }
    .alert h6{
        font-size: 15px;
        line-height: 15px;
    }
    .timer  p{    
        font-size:15px;
    }
    .width-50 {
        width: 100%;
    }
    .padding-percent-10 {
        padding-left: 5%;
        padding-right: 5%;
    }
    .btn-blue-full{
        padding:8px 0;
    }
    .btn-gray{
        padding:8px 0;
    }
    .btn-blue{
        padding:8px 0;
    }
    .box-green a{
        font-size:14px;
    }
    .box-verif-otp{
        margin:10px auto;
    }
    .box-text {
        padding: 5px;
    }
    .otp__input {
        font-size: 16px;
        width: 33px;
        height: 33px;
    }
    .alert{
        width:100%;
        height: 115px;
    }
    .alert p {
        text-align: center;
        font-size: 14px;
        font-weight: 400;
    }
    .selected-input, #typeReason, #reasonInput{
        font-size:12px;
    }
    
 }