*{
    padding: 0;
    margin: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
} 
.custom-shape-divider-top-1735824505 {
position: absolute;
top: 0;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
}

.custom-shape-divider-top-1735824505 svg {
position: relative;
display: block;
width: calc(100% + 1.3px);
}

.custom-shape-divider-top-1735824505 .shape-fill {
fill: white;
}

/* body{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: red;
} */

body .btn{
    width: 100%;
    background: rgb(55, 146, 55);
    bottom: 0;
    transform: rotate(180deg);
    height: 60vh;
    animation: pop 0.5s;

}

body .reg.btn{
    width: 100%;
    background: rgb(55, 146, 55);
    bottom: 0;
    transform: rotate(180deg);
    height: 20vh;

}



.main.home, .main.register{
    animation: pop 0.8s;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.main.home .item.logo{
    color: white;
}
.main.home .item{
    height: 45vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main.home .item.another{
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 5px;
}

.main.register .item{
    padding-top: 20px;
    color: white;
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.main.register .item.another{
    padding-top: 35px;
    height: 80vh;
    color: black;
}
.main.register .item.logo .btt{
    padding: 6px 12px;
    margin-right: 10px;
    background: green;
    border-radius: 10px;
}

.logo p.n{
    padding: 15px;
    /* color: rgb(255, 174, 0); */
    max-width: 400px;
    font-weight: 400;
    font-size: 15px;
}
.logo img{
    width: 70px;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
    background: white;
}
.main.home .item.another button{
    background: rgb(55, 146, 55);
    padding: 15px 15px;
    margin-top: 10px;
    width: 200px;
    border: none;
    outline: none;
    border-radius: 5px;
    color: white;
}

.main.home .item.item.another .a button{
    background: rgb(255, 102, 0);
}


.main.register .item.another form .input-group{
    padding-bottom: 20px;
    width: 250px;
    height: 49px;
    margin-bottom: 5px;
} 

.main.register .item.another form .input-group p{
    font-size: 13px;
    text-align: left;
}

.main.register .item.another form .input-group input, .main.register .item.another form .input-group select{
    width: 100%;
    padding-left: 10px;
    border-radius: 30px;
    /* border: rgba(0, 128, 0, 0.322) 0.8px solid; */
    height: 100%;
    padding-left: 40px;
}

.main.register .item.another form .input-group button{
    background: rgb(55, 146, 55);
    padding: 15px 20px;
    margin-top: 10px;
    width: 280px;
    border: none;
    outline: none;
    border-radius: 35px;
    color: white;
}

.main.register .item.another .formtwo{
    display: none;
}

.main.register .item.another form .input-group select{
    width: 104%;
}



/* SETPIN KEY */


.keyboard-container {
    text-align: center;
    /* background-color: rgb(114, 11, 11); */
    padding: 0px;
    border-radius: 12px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    /* height: 500px; */
    width: 100%;

  }
  
  .displaykey {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  
  .pin-input {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    text-align: center;
    border: none;
    border-radius: 8px;
    border: 2px solid rgba(124, 3, 124, 0.404);
    outline: none;
    color: rgb(124, 3, 124);
    font-weight: bold;
  }

  .pin-input input:valid{
    border: 2px solid rgba(124, 3, 124, 0.76);

  }
  
  .keyboard-keys {
    display: grid;
    grid-template-columns: repeat(3, 100px);
    padding: 10px;
    grid-gap: 10px;
    justify-content: center;
  }
  
  .key, .action {
    font-size: 1.2rem;
    padding: 15px 20px;
    background: rgba(124, 3, 124, 0.055);
    color: black;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
  }
  
  .key:hover, .action:hover {
    background-color: rgba(155, 0, 155, 0.774);
  }
  
  .cancel {
    grid-column: 1 / 2;
    background-color: transparent;
  }
  
  .delete {
    grid-column: 3 / 4;
    background-color: transparent;
  }





  
.btn-pop{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(55, 146, 55, 0.521);
    backdrop-filter: blur(5px);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pop 0.5s;
    display: none;
}
.btn-pop .content{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: white;
    width: 100%;
    height: 320px;
    animation: slide-up 0.5s;
    position: fixed;
    bottom: 0;
}
.content .top{
    width: 100%;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.content .top button{
    cursor: pointer;
    padding: 10px 15px;
    background: transparent;
    color: rgb(24, 83, 24);
    text-align: center;
    border: none;
    
}
.content .top button:hover{
    background: whitesmoke;
    scale: 1.03;
    transition: 0.5s;
}
.content .top h1{
    font-size: 20px;
}
.content .actions{
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}
.content .actions .col{
    padding-bottom: 20px;
}
.content .actions button{
    width: 250px;
    margin: 5px;
    padding: 20px 15px;
    border: none;
    background: rgb(55, 146, 55);
    border-radius: 10px;
    color: white;
}
.content .actions button.already{
    background: transparent;
    border: rgb(82, 2, 82) solid 2px;
    color: rgb(82, 2, 82);
}

.btn-pop button:hover{
    scale: 1.03;
    transition: 0.5s;
    background: rgba(55, 146, 55, 0.486);
}

.keyboard-container button:hover{
    background: rgba(55, 146, 55, 0.329);
    color: rgb(55, 146, 55);
}





/* LoginPage */
.main.register{
    background-color: whitesmoke;
}
.main.register .inner{
    background: white;
    width: 90%;
    height: 90vh;
    border-radius: 30px;
    box-shadow: 0px 0px 10px -7px;
    overflow: auto;
}

.main.register .inner .logo{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: 800;
    color: rgb(55, 146, 55);
}

.main.register .inner .logo img{
    width: 60px;
}

.main.register .inner .name{
    font-size: 16px;
    font-weight: 800;
    color: rgb(55, 146, 55);
}
p{
    text-transform: capitalize;
    /* font-size: 13px; */
}

.main.register .inner form .input-group input{
    background: rgba(0, 0, 0, 0.144);
    border-radius: 20px;
    height: 95%;
    border: none;
    outline: none;
}



.main.register .inner form .input-group .icon{
    /* margin-top: 15px; */
    margin-left: 10px;
    width: 0;
    height: 0;
    padding: 0px 0px;
    position: relative;
    color: rgba(0, 0, 0, 0.596);

}

.main.register .inner form .input-group .icon ion-icon{
    margin-top: 17px;
}

.main.register .inner form .logOp{
    text-align: center;
} 


.main.register .inner form .logOp p{
    margin-top: 15px;
    color: rgba(0, 0, 0, 0.699);
}
.main.register .inner form .logOp a{
    color: black;
    text-decoration: none;
}

@keyframes show {
    0%{
        opacity: 0.3;
        display: block;

    }

    25%{
        opacity: 1;
        display: block;

    }
    100%{
        display: block;
        opacity: 1;
    }
}
@keyframes loader {
    0%{
        width: 10px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 30px;
    }
    25%{
        width: 100px;
        border-bottom-right-radius: 30px;
        border-top-right-radius: 0px;

    }
    70%{
        width: 200px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 30px;

    }

    100%{
        
    }

}

@keyframes pop {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@keyframes slide-up {
    0%{
        transform: translateY(200px);
    }
}
@keyframes close {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}


@keyframes slideR {
    0%{
        transform: translateX(-100px);
    }
}

@keyframes slideL {
    0%{
        transform: translateX(0px);
    }
    100%{
        transform: translateX(-100px);
    }
}

  
@keyframes pop {
    0%{
        opacity: 0;
    }
    80%{
        opacity: 1;
    }
}

@media screen and (max-width:900px) {
    .main.register .item.another form .input-group{
        padding-bottom: 20px;
        width: 280px;
        margin-left: -30px;
        height: 45px;
        margin-bottom: 5px;
    } 
    .main.register .inner form .input-group select{
        width: 400px;
        border: none;
        outline: none;
        background: rgba(0, 0, 0, 0.137);
    }
}



::-webkit-scrollbar-thumb{
    width: 2px;
}
::-webkit-scrollbar-track-piece{
    width: 2px;
}