body{
    margin: 0;
    font-family: "Rubik";
}
.pointer{
    cursor: pointer;
}
.display-none{
    display: none
}
.display-flex{
    display: flex;
}
.display-flex-align-center{
    display: flex;
    align-items: center;
}
.w-100{
    width: 100%;
}
.mb-0{
    margin-bottom: 0 !important;
}
.mb-20{
    margin-bottom: 20px;
}
.bg-wrapper{
    background-color: #363636;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.card{
    background-color: #171717;
    border-radius: 15px;
    min-width: 450px;
    box-sizing: border-box;
    transition: all .5s;
    transform: scale(0);
}
.card.active{
    transform: scale(1);
}
.card-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #2D2E30;
    padding: 20px 30px 18px 30px;
    position: relative;
}
.card-title{
    font-size: 20px;
    color: white;
    font-weight: 500;
    margin: 0;
}
.card-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
}
.card-body{
    padding: 0 25px;
    box-sizing: border-box;
}
.nav-tab{
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
    margin-bottom: 13px;
    overflow-x: auto;
}
.nav-pill{
    font-weight: 700;
    font-size: 14px;
    padding: 8px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
}
.nav-pill__icon{
    margin-right: 10px;
}
.nav-pill.selected{
    background-color: #363637;
}
.nav-pill:hover{
    background-color: #363637;
}
.select-pill{
    color: white;
    font-weight: 500;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #353537;
    min-width: 156px;
    justify-content: space-between;
}
.select-pill__left{
    margin-right: 20.5px;
    display: flex;
    align-items: center;
}
.select-dropdown{
    min-width: 241px;
    max-width: 100%;
    border-radius: 15px;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    transform-origin: 120px 20px;
    transform: scale(0);
    transition: all .3s;
}
.open .select-dropdown{
    transform: scale(1);
}
.select-dropdown__close{
    position: absolute;
    right: 9px;
    top: 8px;
}
.select-dropdown__header{
    background-color: #2A2A2B;
    padding-top: 11px;
    padding-bottom: 10px;
    color: white;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}
.select-drown__list{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-bottom: 1px solid #4A4A4E;
    background-color: #363537;
    font-weight: 500;
    font-size: 14px;
    color: white;
}
.select-drown__list.selected{
    background-color: #17191a;
}
.select-drown__list:last-child{
    border-bottom: none;
}
.form-control{
    background-color: #47494B;
    border-radius: 15px;
    border: none;
    padding: 10px 20px;
    color: #B2B2B2;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    height: 41px;
    position: relative;
}
.form-control__tips{
    font-size: 14px;
    color: #B2B2B2;
    padding-left: 19px;
    margin-top: 4px;
}
.form-error{
    font-size: 14px;
    color: #CC3633;
    display: block;
}
.form-error-signup{
    padding-left: 19px;
    min-height: 17px;
}
.form-error-signup-tips{
    padding-left: 19px;
}
.form-control__tips.error{
    color: #CC3633;
}
.form-group{
    margin-bottom: 20px;
    position: relative;
}
.visible-hidden{
    visibility: hidden;
}
.btn {
    padding: 12px 33px;
    border-radius: 15px;
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
    border: none;
    text-align: center;
}
.btn-primary {
    background-color: #FABB2E;
}
.btn-secondary {
    background-color: #B2B2B2;
}
.btn.disable{
    background-color: #B2B2B2;
    pointer-events: none;
}

.password-toggle{
    color: #289D82;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 11.26px;
}
.password-toggle-sms{
    color: #289D82;
    font-size: 14px;
    position: absolute;
    top: 11px;
    right: 11.26px;
}
.calling-code__container{
    display: flex;
    background-color: #47494B;
    padding: 7.48px 14.4px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #B2B2B2;
    cursor: pointer;
}
.calling-code__wrapper{
    position: relative;
    margin-right: 9px;
}
.calling-code__country{
    margin-right: 5.4px;
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.calling-code{
    margin-right: 10px;
    width: 32px;
    font-size: 14px;
}
.calling-code__drowdown-wrapper{
    position: absolute;
    z-index: 1;
}
.calling-code__dropdown{
    position: absolute;
    transform-origin: 1rem 0;
    transition: all .3s;
    transform: scale(0);
    background-color: #2b2c2d;
    left: 0;
    top: 4px;
    z-index: 1;
    border-radius: 15px;
    padding: 10px 0;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    /* box-shadow: 2px 2px 2px 2px #2b2a2a; */
}
.calling-code__dropdown.open{
    transform: scale(1);
}
.calling-code__dropdown-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #B2B2B2;
    min-width: 180px;
    padding: 10px;
    text-transform: capitalize;
}
.calling-code__dropdown-container:hover{
    background-color: #47494B;
}
.calling-code__drowdown-country{
    margin-right: 11px;
}
.calling-code__dropdown-tick{
    display: none;
}
.selected .calling-code__dropdown-tick{
    display: block;
}

.login-signup-tips{
    display: flex;
    justify-content: center;
    color: #B2B2B2;
    font-weight: 400;
    font-size: 14px;    
    margin-bottom: 50px;
}
.login-signup-now{
    color: #289D82;
    text-decoration: none;
    margin-left: 5px;
}
.login-resending{
    color: #B2B2B2;
}
.login-resending__countdown{
    /* width: 20px; */
    margin-left: 4px;
}

.cover-loading{
    position: fixed;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #363636;
}
.cover-loading.deactive{
    pointer-events: none;
    opacity: 0;
}
.pagination-wrapper{
    display: flex;
}
.pagination-btn{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #B2B2B2;
    margin-right: 8px;
}
.pagination-btn.active{
    background-color: #289D82;
}
.pagination-btn:last-child{
    margin-right: 0;
}
.card-back{
    display: none;
}
.desktop{
    display: block;
}
@media (max-width: 768px) {
    body{
        background-color: #18191A;
    }
    .desktop{
        display: none;
    }
    .form-control__tips{
        font-size: 10px;
    }
    .form-error{
        font-size: 12px;
    }
    .calling-code__dropdown-container{
        font-size: 12px;
    }
    .calling-code__dropdown-tick{
        position: relative;
        top: 3px;
    }
    .card{
        min-width: auto;
        width: 100%;
    }
    .card-back{
        position: absolute;
        width: 50px;
        height: 100%;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .card-title{
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        width: 100%;
    }
    .card-body{
        padding: 0 15px;
    }
    .bg-wrapper{
        position: relative;
        background-color: #18191A;
        align-items: flex-start;
    }
    .nav-tab{
        margin-bottom: 29px;
        gap: 3.5px;
    }
    .nav-pill{
        font-size: 12px;
        padding: 7px;
    }
    .nav-pill__icon{
        margin-right: 7px;
    }
}