.loginpageAdmin{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.829);
    right: 0;
    top: 0;
    z-index: 10000;
    bottom: 0;
    display: none;
    overflow: hidden;
}
#sgc{
    margin: auto;
}
.dig{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: whitesmoke;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
    display: none;
}

.Csvg{
    width: 30px;
    height: 30px;
    z-index: 200;
    background-color: white;
    margin: auto;
    border-radius: 50%;
    cursor: pointer;
}
.resend{
    width: 100%;
    height: 30px;
    font-family: var(--font8);
    margin: auto;
    text-align: center;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.resend a{
    height: fit-content;
    width: 20px;
    text-align: center;
    font-size: 12px;
    text-decoration: underline;
    margin-left: 5px;
    color: black;
}







































.loginpage{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.829);
    right: 0;
    top: 0;
    z-index: 1200;
    bottom: 0;
    display: none;
}
.login-pager{
    width: 100%;
    height: 700px;
    position: relative;
    background-color: white;
}
.login-header{
    width: 100%;
    height: 60px ;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.logo-align{
    width: 30%;
    height: 100%;
    position: relative;
}
.form-header{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid var(--background1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 1px;
    margin-top: 20px;
}
.form-header button{
    width: 37%;
    height: 99%;
    display: flex;
    margin: 0px 10px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    outline: none;
    text-transform: capitalize;
    font-family: var(--font12);
    cursor: default;
    color: var(--myColor);
    background-color: transparent;
}
.log{
    border-left: none;
    border-top: none;
    border-right: none ;
    border-bottom: 2px solid var(--myColor);
}

.reg{
    border-left: none;
    border-top: none;
    border-right: none ;
    border-bottom: none;
}

.form_box1{
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    position: relative;
}

.form_box1 form{
    width: 80%;
    height: 100%;
}
.formholder{
    width: 100%;
    height: 60px;
    margin-top: 15px;
    padding: 2px;
    position: relative;
    transform: perspective();
}
.formholder input{
    width: 100%;
    height: 60%;
    border: 1px solid var(--myColor);
    outline: none;
    background-color: transparent;
    border-radius: 5px;
    margin-top: 3px;
    padding-left: 5px;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
}
.formholder select{
    width: 100%;
    height: 60%;
    border: 1px solid var(--myColor);
    outline: none;
    background-color: transparent;
    border-radius: 5px;
    margin-top: 3px;
    padding-left: 5px;
    font-family: var(--font1);
}
.formholder label{
    font-size: 13px;
    font-family: var(--font8);
    text-transform: capitalize;
    color: black;
}
.formsub{
    width: 100%;
    height: 50px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.formsub button{
    width: 100%;
    height: 70%;
    background-color: var(--myColor);
    border: none;
    outline: none;
    border-radius: 5px;
    font-family: var(--font8);
    color: white;
    font-size: 17px;
    text-transform: capitalize;
    transition: ease-in-out 0.1s;
    cursor: pointer;
    position: relative;
}

.formholder .material-symbols-outlined{
    position: absolute;
    right: 20px;
    top: 50%;
    right: 10px;
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
    cursor: pointer;
    opacity: 0.5;
}
#hide4, #hide5{
    display: none;
}

.form_box2{
    width: 100%;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.form_box2 form{
    width: 80%;
    height: 100%;
}
.signup_close{
    width: 60px;
    height: 45px;
    background-color: var(--logo);
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.signup_close .material-symbols-outlined{
    font-variation-settings:
    'FILL' 0,
    'wght' 500,
    'GRAD' 0,
    'opsz' 48;
    color: white;
    cursor: pointer;
}


.routes-page{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.829);
    right: 0;
    top: 0;
    z-index: 1200;
    bottom: 0;
    display: none;
}
.rblock{
    width: 100%;
    height: 1000px;
}
.rt-header{
    width: 100%;
    height: 30px;
    background-color: var(--hover1);
    font-family: var(--font1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.locations{
    width: 99%;
    height: 97%;
    margin-top: 20px;
}
.location-box{
    width: 95%;
    height: 27%;
    margin: auto;
    margin-top: 15%;
    overflow-y: scroll;
    background-color: white;
}
.location-box::-webkit-scrollbar{
    display: none;
}
.x-headr{
    width: 100%;
    height: 20px;
    background-color: var(--hover1);
    font-family: var(--font8);
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 100;
}
.x-box{
    width: 100%;
    height: 18%;
    margin-top: 2px;
    display: flex;
    justify-content: space-between;
}
.in-box1{
    width: 39.5%;
    height: 100%;
    background-color: var(--logo);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font8);
    font-size: 15px;
    text-transform: uppercase;
    color: white;
}
.in-box2{
    width: 60%;
    height: 100%;
    background-color: var(--myColor);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font8);
    font-size: 15px;
    text-transform: uppercase;
    color: white;
}
.formholder .vist{
    cursor: pointer;
    width: 18px;
    height: 18px;
    fill: var(--hover1);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10px;
    border-radius: 50%;
    bottom: 7px;

}
.signup_close svg{
    fill: black;
}