  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: #F5F7F8;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}
.connect-form{
    display: none;
}

.container{
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.logo{
    width: 330px;
    height: 140px;
}
.logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form-wrapper{
    border: 4px solid #EEF0F7;
    background-color: #fff;
    border-radius: 24px;
    padding: 36px 32px;
    width: 330px;
}
.login-title{
    color: #432656;
    margin-bottom: 35px;
    font-size: 25px;
    text-wrap: nowrap;
    text-align: center;
}
.user-img{
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}
.user-img img{
    width: 100%;
    object-fit: cover;
}
.input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.user-icon {
    position: absolute;
    left: 15px; 
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.login-input {
    border: none;
    outline:none;
    background-color: #F7F7F7;
    width: 100%;
    padding: 20px 40px;
    text-align: center;
    border-radius: 12px;

}
.login-input::placeholder{
    color: #7B8D9D;
    font-weight: bold;
}
.register-btn{
    border: none;
    outline: none;
    background-color: #FE0075;
    color: #fff;
    border-radius: 24px;
    margin-top: 35px;
    width: 70%;
    height: 50px;
    font-weight: bold;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    font-size: 18px;
    cursor: pointer;
}
.popup-container{
    position: absolute;
    bottom: 40px;
    margin: auto;
    width: 330px;
    height: auto;
    transition: .3s ease;
    display: none;
}
.popup{
    background-color: #fff;
    padding: 20px;
    width: 100%;
    border-radius: 18px;
    border: 4px solid #EEF0F7;
    text-align: center;
}
.qr-code-container{
    position: absolute;
    right: 5%;
    bottom: 10px;
    width: 150px;
    display: none;
    flex-direction: column;
}
.qr-code img{
     width: 100%;
}
.qr-text{
    color: #fff;
    text-align: center;
}
.qr-text span{
    font-weight: 700;
}
.form-slide-up {
  animation: slideUp 0.5s ease-in-out forwards;
}

.form-slide-down {
  animation: slideDown 0.5s ease-in-out forwards;
}

@keyframes slideUp {
  from { transform: translateY(0); }
  to { transform: translateY(100%); }
}

@keyframes slideDown {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}
.video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

iframe {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}
/* numpad */
.numpad-wrapper .logo{
    width: 100%;
}
.bar{
    --bar-after-width: 0%;
    height: 20px;
    background-color: #EEF0F7;
    border: 1px solid transparent;
    border-radius: 20px;
    position: relative;
}
.bar::after{
    content: "";
    width: var(--bar-after-width); 
    height: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-color:#E2E4EB;
}
.ball{
    width: 30px;
    height: 30px;
    border: 4px solid #fff;
    border-radius: 50%;
    background-color: #FE0075;
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    left: 0%;
    cursor: pointer;
}
.keybord{
    width: 100%;

}
.dot-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.dot {

    background-color: #EEF0F7; 
    margin-right: 5px; 
}

#dot1 {
    width: 7px;
    height: 5px;
    border-radius: 50%;
}

#dot2 {
    width: 7px;
    height: 5px;
    border-radius: 50%;
}

#dot3 {
    width: 7px;
    height: 5px;
    border-radius: 50%;
}
#dot4 {
    width: 7px;
    height: 6px;
    border-radius: 50%;
}
#dot5 {
    width: 7.5px;
    height: 7px;
    border-radius: 50%;
}
#dot6 {
    width: 7.5px;
    height: 7px;
    border-radius: 50%;
}
#dot7 {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
#dot8 {
    width: 7px;
    height: 8px;
    border-radius: 50%;
}
#dot9 {
    width: 7px;
    height: 8px;
    border-radius: 50px;
}
#dot10 {
    width: 8px;
    height: 9px;
    border-radius:30px;
}
#dot11 {
    width: 8px;
    height: 10px;
    border-radius:30px;
}
#dot12 {
    width: 8px;
    height: 11px;
    border-radius:30px;
}
#dot13 {
    width: 8px;
    height: 12px;
    border-radius:30px;
}
#dot14 {
    width: 8px;
    height: 13px;
    border-radius:30px;
}
#dot15 {
    width: 8px;
    height: 14px;
    border-radius:30px;
}
#dot15 {
    width: 8px;
    height: 15px;
    border-radius:30px;
}
#dot16 {
    width: 8px;
    height: 16px;
    border-radius:30px;
}
#dot17 {
    width: 8px;
    height: 17px;
    border-radius:30px;
}
#dot18 {
    width: 8px;
    height: 18px;
    border-radius:30px;
}
#dot19 {
    width: 8px;
    height: 19px;
    border-radius:30px;
}
#dot20 {
    width: 8px;
    height: 20px;
    border-radius:30px;
}
#dot21 {
    width: 8px;
    height: 21px;
    border-radius:30px;
}
#dot22 {
    width: 8px;
    height: 22px;
    border-radius:30px;
}
#dot23 {
    width: 8px;
    height: 23px;
    border-radius:30px;
}

.keybord{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-gap: 30px;   
}

.grid-item {
    background-color: #F5F7F8; 
    text-align: center; 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    transition: .2s ease;
    border-radius: 50%;
    color: #7B8D9D;
    font-size: 24px;
    font-weight: 700;
    aspect-ratio: 1 / 1;
    position: relative; 


}


.grid-item.active .num{
    color: #FE0075;
}
.grid-item.last{
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 45px;
    height: 45px;
    background-image: url('./img/IconCancelRequest.png');
    background-size: cover;
    background-position: center;
}
.icon{
    position: absolute;
  
}
.iconpink{
    display: none;
}
.numpad-text{
    color: #FE0075;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 4px;
    cursor: pointer;
}
@media (min-width:768px) {
    .grid-item{
        width: 70px;
        height: 70px;
    }
    .grid-container{
        gap: 35px;
    }
}
@media (min-width:1440px) {
   
    .grid-item.last{
        width: 55px;
        height: 55px;
    }
    
}