:root{
    --primary-color: #1D204B;
    --secondary-color: #22608E;
    --third-color: rgb(249 104 96);
    --fourth-color: rgb(181 73 254);
    --text-primary: rgb(252 112 59);
    --bg-primary: #e6e6e6;
    --primary-dark: #12122e;
    --teriary-color: #e1f0f8;
    max-width: 100%;
}


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
   
}

img{
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


ul {
    list-style: none;
    

}

a {
    
    text-decoration: none;
}

button:focus,
textarea:focus,
select:focus,
input:focus{
    box-shadow: none!important;
    outline: none;
}

body {
    font-family: 'ubuntu', sans-serif;
    background: var(--bg-primary);
    color: #333;
    line-height: 1.6;
}


.btn{
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    /* background-color: #fff; */
    border: none;
    border-radius: 5px;
    /* color: var(--primary-color); */
    font-weight: bolder;
    font-size: 15px;
}



.btn-primary{
    background-color: var(--primary-color);
    color: #fff;
}

.btn-primary:hover{
    background-color: var(--primary-color);
    color: #fff;
    opacity: 0.8;
}

.btn-secondary{
    background-color: var(--secondary-color);
    color: #fff;
}

.btn-secondary:hover{
    background-color: var(--secondary-color);
    color: #fff;
    opacity: 0.8;
}

img{
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;

}



#login_to_dash{
    background-color: var(--primary-color);
    height: 100vh;
    padding: 0 15px;
}

#loginSection{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    
    
}

.login-box{
    width: 30%;
    background-color: var(--bg-primary);
    border-radius: 20px; 
    padding-top: 30px;  
    padding-bottom: 30px;  
}

.wrap-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    margin: auto;

}

.login-box h5{
    text-align: center;
    margin-top: 20px;
}

.login-box  .form-group{
    margin-top: 15px
}

.full-btn button{
    width: 100%;
}

#dashboardBody{
    overflow-y: hidden;
    height: 100vh;
}

#headerSection{
    width: 100%;
    height: 70px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 0 30px;
    box-shadow: -1px 6px 26px -6px rgba(0,0,0,0.75);
}

.dashlogo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    
}

.whoisLogin{
    width: 150px;
    height: 50px;
    background-color: var(--primary-dark);
    border-radius: 40px;  
    padding: 0px 10px;
}

.whoisLogin .circle{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: 50%;
    background-color: #fff;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    margin-left: -10px;
}

.whoisParent{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.whoisLogin .circle-text{
    color: #fff;
    font-weight: bolder;
}


.sideCol{
    background-color: var(--teriary-color);
    height: 100vh;
    overflow-y: scroll;
   

}

 /* Hide scrollbar for Webkit-based browsers (Chrome, Safari, Edge) */
.sideCol::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for Firefox */
.sideCol .content {
    scrollbar-width: none; /* Hide scrollbar */
}

/* Hide scrollbar for Internet Explorer and Edge */
.sideCol .content {
    -ms-overflow-style: none; /* Hide scrollbar */
}

.sideColParent{
    padding: 0;
}

.sideColChild{
    background-color: var(--primary-color);
    height: 50%;
    width:100%;
    border-radius: 0 0 0 60px;
    padding-top: 80px;
}


.userDisplaypix{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    margin-top: 20px;
}

.sideColChild small{
    color: #fff;
}


.theNavSec{
    padding-top: 30px;
    /* padding-bottom: 30px; */

}

.dashNavbtn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    font-size: 13px;
    border-radius: 10px;
  
}

a .dashNavbtn{
    color: #333;
}


.dashNavbtn.active{
    background-color: var(--primary-color);
    color: #fff;
    
}

.dashNavbtn:hover {
    background-color: var(--primary-color);
    color: #fff;
    transition: all 600ms ease;
}

.dash-center-wrapper{
    height: 100vh;
}

.rectangle-bg{
    height: 50%;
    background-color: var(--primary-color);
    width: 100%;
    padding-top: 85px;
    color: #fff;
}

.CenterMain{
    padding: 0;
}

.dash-center-wrapper .content{
    position: relative;
    width: 97%;
    height: 100%;
    background-color: #fff;
    margin-top: -160px;
    border-radius: 10px 10px 0 0;
    overflow-y: auto;
    padding-bottom: 150px;
    
}

 /* Hide scrollbar for Webkit-based browsers (Chrome, Safari, Edge) */
.dash-center-wrapper .content::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for Firefox */
.dash-center-wrapper .content {
    scrollbar-width: none; /* Hide scrollbar */
}

/* Hide scrollbar for Internet Explorer and Edge */
.dash-center-wrapper .content {
    -ms-overflow-style: none; /* Hide scrollbar */
}

.hambuger-menu {
    font-size: 24px;
    color:#fff;
    cursor: pointer;
}

.mobile-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 100vh;
    background-color: #fff;
    z-index: 10;
    overflow-x: hidden;
    transition: transform 600ms ease;
    transform: translateX(-100%);
}

.mobile-overlay.show {
    transform: translateX(0);
}

.rectangle-bg h4{
    font-size: 19px;

}

.summary-box{
    width: 100%;
    height: 120px;
    background-color: #fff;
     box-shadow: -1px 6px 26px -6px rgba(0,0,0,0.75);
    border-radius: 10px;
    border: 1px solid var(--primary-color);

}

.summary-box .round-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    border-radius: 50%;
    font-size: 17px;
    color: #fff;
    padding: 10px;
}

.summary-box .wrap-icon-sum{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;

}


   
.icon-text{
    font-weight: bolder;
    color: #333;

}

.wrap-icon-sum .text2{
 font-weight: bold;
    font-size: 20px;
    color: #000000;
}

.adminTableHead > th {
    background-color: var(--primary-color);
    color: #fff !important;
}

.staffPix{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    flex-direction:column;
    border-radius: 20px;
    overflow: hidden;
    margin: auto;
}

.headreg{
    width: 100%;
    height: 70px;
    background-color: var(--teriary-color);
    border-radius: 20px;
    margin-bottom: 15px;

}


.linebg{
    width: 100%;
    height: 3px;
    background-color: #333;
}


.wrap-linebg{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px 50px;
}

.circle-Top{
    width: 40px;
    height: 40px;
    background-color: var(--teriary-color);
    box-shadow: -1px 6px 26px -6px rgba(0,0,0,0.75);
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-Top.active{
    background-color: rgb(43, 113, 43);
    color: #fff;
}


.headFamilyChild{
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    top: 15px;
    
}

.wrap-header-labels{
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;

}

/* .continueReg{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
} */

.uploadSecImg{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    border-radius: 10px;
    overflow: hidden;
}

.uploadSecImg img{
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ReuploadPassSection{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

}

.good-icon{
    width: 40px;
    height: 40px;
    background-color: green;
    color: #fff;
    font: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}


.wrapUploadedIcon{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.wrap-update-sus{
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 20px;

}

.updateAndSendout{
    display: flex;
    gap: 20px;
}

.wrap-reupload-del{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.DateandShirt{
    display: flex;
    justify-content: space-between;
}

.save-procure{
    display: flex;
    justify-content: space-between;
}

.id-container{
    width: 1275px;
    height: 2025px;
    border: 1px solid black;
}

.settings-box{
    border: 2px solid var(--primary-color);
}

.PassCenter{
    position: relative;
}

.PassCenter .seePass{
    position: absolute;
    right: 10px;
    top: 30px;
    cursor: pointer;
}

.wrap-idhead-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
}