.login-main{
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    background: #fff;
}
.login-left{
    height: 100vh;
    width: 50%;
    background: #1f5a99;
    border-radius: 0px 80px 0px 30px;
    box-shadow: 0 2px 5px 5px rgba(0, 0, 0, 0.1);

}
#login-header{
    display: flex;
    gap: 50px;
}
.home-icon{
    height: 100px;
    width: 20%;
    margin: 20px;
}
.logo{
    height: 100px;
    width: 20%;
    margin: 20px;
    backdrop-filter: blur(6px);
    background-color: rgba(190, 186, 186, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-content{
    height: 100px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;  
}
.login-content h2{
    background-image: url("../../images/download.jpg");
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 40px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: bolder;
    letter-spacing: 5px; /* increases space between letters */
    word-spacing: 10px; /* increases space between words */
    text-shadow: 2px 2px 4px rgba(66, 66, 66, 0.5);  
}
#login-content-2{
    background: linear-gradient(#E6F0FA, #FFFFFF); 
    border-radius: 10px; 
    padding: 15px; 
    width: 60%; 
    height: 300px; 
    text-align: center;
    margin: auto;
}
#login-content-2 h2{
    font-family: Montserrat, sans-serif; 
    font-size: 20px; 
    color: #333;
    margin-bottom: 20px;
}
#login-content-2 p{
    font-family: Open Sans, sans-serif; 
    font-size: 15px; 
    color: #555;
}
#login-content-2 ul{
    font-family: Open Sans, sans-serif; 
    font-size: 25px; 
    color: #555; 
    list-style: none; 
    padding: 0;
    margin-top: 20px;
}
#login-content-2 ul li{
    font-size: 18px; 
}

#login-social-media{
    margin-top: 50px;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    
}
#login-social-media ul{
    display: flex;
    gap: 40px;
}
#login-social-media ul li{
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 50%;
    list-style: none;
}
#login-social-media ul li:hover{
    background: #04337d;
    transition: transform 0.3s ease;
}

.login-right{
    height: 100vh;
    width: 50%;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.login-right-top{
    height: 150px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.login-right-top h2{
    font-family: Montserrat, sans-serif; 
    font-size: 30px; 
    color: #333;
    margin-bottom: 20px;
}
.google-login{
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.google-login button{
    width: 100%;
    border: none;
    background: none;
}
button .svg-logo{
    width: 100%;
}
.google-login button:hover{
    background: #1f5a99;
    border-radius: 20px;
}
#login, 
.login100-form{
    height: 300px;
    width: 70%;
    display: block;
    flex-direction: column;
    margin: auto;
    background: #fff;
}
.form-container {
    width: 100%;
    height: 50px;
    background: #fff;
    padding: 30px;
}
#login_as{
    width: 80%;
    height: 60px;
    background: #fff;  
}
.input100, #login_as, option{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    border: none;
    border-bottom: 3px solid #333;
}
.form-container input{
    width: 100%;
    height: 60px;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    border: none;
    border-bottom: 3px solid #333;
}
.show_password{
    position: absolute;
    top: 68%;
    right: 0.5rem;
    transform: translateX(-70%);
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    color: #555;
    display: flex;
    align-items: center;
    gap: 0.25rem;                     /* space between icon & text */
    padding: 0;
    outline: none;
}
.checkbox-custom{
    width: 80%;
    height: 20px;
    display: flex;
    margin-left: 30px;
}
.checkbox-custom .remember_me{
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
.checkbox-custom{
    width: 80%;
    height: auto;
}
.forgot_password{
    margin-left: 150px;
}
.forgot_password a{
    text-decoration: none;
}
.forgot_password a:hover{
    text-decoration: underline;
}
.text-muted{
    font-size: 15px;
    color: #555;
}
.login-btn{
    width: 90%;
    height: 50px;
    background: #1f5a99;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-shadow: 1px 4px 1px rgba(66, 66, 66, 0.5);  
    margin-top: 10px;
    margin-left: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.login-btn:hover{
    background: #04337d;
}
.btn-text{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}


/* --Admin Dashboard Starts here --*/
.admin_main{
    width: 100vw;
    height: auto;
    display: flex;
}
.admin_sideBar{
    width: 15%;
    height: auto;
    background: #1f5a99;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sideBar_header{
    height: 10%;
    margin-top: 20px;
}
.sideBar_links{
    width: 100%;
    height: 85%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sideBar_top_links{
    height: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
    
 
}
.sideBar_nav{
    width: 100%;
    height: 30px;
    padding: 20px;
    padding-bottom: 30px;
    padding-top: 15px;
    padding-left: 30px;
}
.sideBar_nav a{
    color: #b9b8b8;
    text-decoration: none;
    font-size: 15px;
    width: 100%;
}
.sideBar_nav:hover,
.sideBar_nav a:hover{
    background: #04337d;
    color: #fff;
}













.main_content{
    width: 85%;
    height: auto;
    background: #fff;
}
.content_header{
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #555;
    display: flex;
    gap: 50px;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.content_header h2{
    width: 20%;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-left: 30px;
}
#search_content{
    width: 30%;
    height: auto; 
}
#search_content label{
    height: 15px;
    width: 150px;
    background: #FAFBF8;
    padding: 15px;
    border-radius: 20px;
    font-size: 20px;
}
#search_content input{
    margin: 10px;
    border: none;
    background: #FAFBF8;  
    padding: 10px; 
}
#notification_content{
    width: 35%;
    height: auto; 
    display: flex;
    gap: 40px;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-right: 30px;
}
#notification_content label{
    font-size: 20px;
}
.user_prolfile{
    display: flex;
    gap: 10px;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.user_prolfile img{
    border-radius: 50%;
}



.admin_contents{
    width: 100%;
    height: 600px;
    display: flex;
}
.admin_left_content{
    width: 98%;
    height: 600px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.admin_content_top{
    width: 95%;
    height: 40px;
    display: flex;
    gap: 10px;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.admin_content_top nav{
    width: 25%;
    height: 100%;
    align-items: center;
    align-content: center;
    justify-content: center;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.admin_content_top nav a{
    margin-left: 20px;
}
.admin_content_center{
    width: 95%;
    height: 220px;
    display: flex;
    gap: 10px;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-bottom: 10px;
}
#class_report{
    width: 75%;
    height: 180px;
    background: #fff;

}

#daily_revenue{
    width: 25%;
    height: 250px;
    padding: 10px;
    align-content: center;
    background: #116CE1;
    border-radius: 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
#daily_revenue h4{
    font-size: 17px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;

}
#daily_revenue h5{
    font-size: 22px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #fff;
    text-align: center;

}
.admin_content_down{
    width: 95%;
    height: 250px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    overflow-x: auto;
    padding: 15px;
    margin-top: 10px;
}
.admin_content_down h4{
    color: #116CE1;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}
/**---------Table design starts-------------**/
.table_design{
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    background-color: #fff;
    box-shadow: 0 2px 10px rgb(0, 0, 0, 0.05);
}
.table_design thead{
    background-color: #f4f4f4;
    font-weight: bold;
}
.table_design thead tr th{
    font-weight: 600;
}
.t
.table_design tbody th{
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.table_design th,
.table_design td{
    padding: 10px 13px;
    text-align: left;
    border-bottom: 1px solid#e0e0e0;
}
.table_design tbody tr:nth-child(even){
    background-color: #f4f4f4;
}
.table_design tbody tr:hover{
    background-color: #f0f0f0;
}
.table_design i{
    color: #116CE1;
}
/**---------Table design ends-------------**/


.admin_right_content{
    width: 30%;
    height: 600px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}
.admin_calender{
    width: 95%;
    height: 50%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}
.admin_calender img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.admin_ads{
    width: 95%;
    height: 45%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}
.admin_ads img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}




/**---------Form Table Design Starts-------------**/
.form_table_design{
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}
.form_table_design td{
    padding: 7px 13px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}
.form_table_design select,
.form_table_design select, option,
.form_table_design input{
    border: 1px solid #116CE1;
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #333;

}
.form_table_design .button{
    background-color: #04337d;
    color: #fff;
}
.form_table_design .button:hover{
    background-color: #1f5a99;
}


/**---------Manage Staff Page Starts-------------**/
.admin_content{
    width: 100%;
    height: 600px;
    display: block; 
}
.admin_staff_content_top{
    width: 95%;
    height: 70px;
    display: flex;
    gap: 10px;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-left: 15px;
}
.admin_staff_content_top nav{
    width: 95%;
    height: 100%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
#staff_count{
    padding: 10px;
}
.staff_count_top{
    display: flex;
    gap: 10px;
    font-size: 25px;
    align-items: center;
}
.staff_count_top i{
    background: #CAE2FE;
    color: #116CE1;
    padding: 5px 20px;
    border-radius: 10px;
}
.staff_count_top p{
    color: #333;
    font-size: 25px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.staff_count_down{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    font-size: 15px;
    color: #555;
}
.staff_count_down a{
    text-decoration: none;
    font-size: 16px;
    color: #116CE1;
}
.staff_count_down a:hover{
    text-decoration: underline;
}


.admin_staff_content_down{
    width: 95%;
    height: 80%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    overflow-x: auto;
    padding: 15px;
    margin-left: 15px;
}
.admin_content_down h4{
    color: #116CE1;
    font-size: 20px;
    margin-top: -5px;
    margin-bottom: 5px;
}
/**---------Table design starts-------------**/
.table_design_2{
    width: 100%;
    border-collapse: collapse;
    font-size: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    background-color: #fff;
    box-shadow: 0 2px 10px rgb(0, 0, 0, 0.05);
}
.table_design_2 thead{
    background-color: #f4f4f4;
}
.table_design_2 tbody th{
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.table_design_2 th,
.table_design_2 td{
    padding: 10px 13px;
    text-align: left;
    border-bottom: 1px solid#e0e0e0;
}
.table_design_2 tbody tr:nth-child(even){
    background-color: #f4f4f4;
}
.table_design_2 tbody tr:hover{
    background-color: #f0f0f0;
}
.table_design_2 i{
    color: #116CE1;
}



/**---------Staff Registration Design Form starts-------------**/
.staff_reg{
    width: 50%;
    height: auto;
    margin: 0 auto;
}
.staff_reg h2{
    text-align: center;
    color: #116CE1;
    font-size: 20px;
}
form{
padding:25px;
border:1px solid #ddd;
border-radius:10px;
font-family:Arial;
}
input, .input, select{
    width:100%;
    padding:10px;
    margin-bottom:10px;
}
#create_user_details{
    display: flex;
    gap: 10px;
    font-size: 15px;
    width: 100%;
    margin-top: 10px;
}
#checkbox{
    width: 20%;

}
#create_user_details p{
    width: 80%;
    font-size: 13px;
}
button{
    background:#007bff;
    color:white;
    border:0;
    padding:12px;
    width:100%;
    cursor:pointer;
}
p{
    text-align:center;
    font-weight:bold;
}

/**---------Staff Single View starts-------------**/
.staff_view{
    width: 70%;
    height: auto;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    display: flex;
    gap: 20px;
    padding: 15px;
    margin: 0 auto;
    border-radius: 10px;
}
.staff_photo{
    width: 30%;
    height: auto;
    margin-right: 50px;
}
.staff_info{
    width: 65%;
    height: auto;
}

.table_design_3{
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    background-color: #fff;
    box-shadow: 0 2px 10px rgb(0, 0, 0, 0.05);
}
.table_design_3 td{
    font-weight: 600;
    padding: 5px 7px;
    text-align: left;
    border-bottom: 1px solid#e0e0e0;
}
.table_design_3 tr:nth-child(even){
    background-color: #f4f4f4;
}
.table_design_3 tr:hover{
    background-color: #f0f0f0;
}


/**---------Edit Staff Starts-------------**/
.staff_edit{
    width: 65%;
    background: #fff;
    overflow-x: auto;
    padding: 15px;
    margin: 0 auto;
    align-content: center;
    align-items: center;
    align-self: centerS;
}

/**---------Store House Starts-------------**/
.admin_store_content_top{
    width: 95%;
    height: 45px;
    display: flex;
    gap: 10px;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 15px;
}
.admin_store_content_top nav{
    width: 95%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    align-items: center;
    align-content: center;
    justify-content: center;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    padding-left: 10px;
}

#store_house a{
    text-decoration: none;
    font-size: 15px;
    color: #116CE1;
    
}
#store_house a:hover{
    text-decoration: underline;
    color: #04337d;
    font-size: 16px;
}


.admin_store_content_down{
    width: 95%;
    height: 90%;
    background: #fff;
    border-radius: 15px;
    margin-left: 15px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
}
.store_left{
    width: 60%;
    height: 100%;
    border-radius: 5px;
    padding: 10px;
}
.store_left h2{
    text-align: left;
    color: #116CE1;
    font-size: 18px;
    margin-bottom: 5px;
}
.table_design_recent_orders{
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    background-color: #fff;
    box-shadow: 0 2px 10px rgb(0, 0, 0, 0.05);
}
.table_design_recent_orders th{
    font-weight: 600;
    padding: 5px 7px;
    text-align: left;
    font-size: 15px;
    background-color: #f4f4f4;
    border-bottom: 1px solid#e0e0e0;
}
.table_design_recent_orders td{
    padding: 5px 7px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid#e0e0e0;
}
.table_design_recent_orders tr:nth-child(even){
    background-color: #f4f4f4;
}
.table_design_recent_orders tr:hover{
    background-color: #f0f0f0;
}

.store_right{
    width: 40%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgb(0, 0, 0, 0.05);
}
.store_right_top{
    width: 100%;
    height: 35%;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgb(0, 0, 0, 0.05);
}
#products{
    width: 100%;
    height: 40px;
    background-color: #D7ECCE;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-bottom: 5px;
}
#ordered{
    width: 100%;
    height: 40px;
    background-color: #CBE7F5;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-bottom: 5px;
}
#today_order{
    width: 100%;
    height: 40px;
    background-color: #45e0ad;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-bottom: 5px;
}
#low_stock{
    width: 100%;
    height: 40px;
    background-color: #EED2D2;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-bottom: 5px;
}
nav a{
    text-decoration: none;
    width: 100%;
    color: black;
}

a #span_item{
    width: 90%;
    margin-right: 200px;
    padding-left: 10px;
}
#span_figure{
    width: 50px;
}
.store_right_bottom{
    width: 100%;
    height: 55%;
    border-radius: 5px;
}

/**---------Store Inventory Starts-------------**/
.admin_store_inventory{
    width: 95%;
    height: 90%;
    background: #fff;
    border-radius: 15px;
    margin-left: 15px;
    overflow-x: auto;
    box-shadow: 0 2px 10px rgb(0, 0, 0, 0.05);
}
.store_inventory_header{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between; /* Push children to opposite ends */  
    align-items: center;   
}
.store_inventory_header h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color:#007bff;
}

.table_responsive{
    width: 100%;
    height: 85%;
    overflow-x: auto;
    overflow-y: auto;


}
.inventory_table_design{
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    background-color: #fff;
    box-shadow: 0 2px 10px rgb(0, 0, 0, 0.05);
}
.inventory_table_design thead{
    background-color: #007bff;
    padding: 15px;
}
.inventory_table_design thead th{
    color:#007bff;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    border-right: 1px solid#e0e0e0; 
    padding: 5px 7px;s
}
.inventory_table_design tbody td{
    padding: 2px 7px;
    text-align: left;
    font-size: 13px;
    border-bottom: 1px solid#e0e0e0;
    border-right: 1px solid#e0e0e0; 
}
.inventory_table_design tr:nth-child(even){
    background-color: #f4f4f4;
}
.inventory_table_design tr:hover{
    background-color: #f0f0f0;
}
.inventory_table_design thead tr:hover{
    background-color: #007bff;
}

.edit_button{
    background-color: #007bff;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    text-decoration: none;
}
.delete_button{
    background-color: #96a31f;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    text-decoration: none;
}

.store_inventory_edit h2{
    margin: 10px;
    font-size: 24px;
    font-weight: 600;
    color:#007bff;
}
.btn-cancel{
    background-color: #454644;
    color: #fff;
    padding: 5px 8px;
    border-radius: 3px;
    margin-top: 20px;
    text-decoration: none;
}


.admin_dept_content_top{
    width: 95%;
    height: 45px;
    display: flex;
    gap: 10px;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 15px;
}
.admin_dept_content_top nav{
    width: 95%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    align-items: center;
    align-content: center;
    justify-content: center;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    padding-left: 10px;
}

.dept_display{
    width: 70%;
    margin: 0 auto; 
    margin-top: 10px;
}
.dept_display h5{
    margin: 10px;
    font-size: 24px;
    font-weight: 600;
    color:#007bff;
}


/**---------Stock Out page Starts-------------**/
.stock_out_container{
    width: 60%;
    height: 400px;
    align-items: center;
}




/**---------Sales page Starts-------------**/
.calendar {
    width: 100%;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    margin-bottom: 10px;
}
.header {
    background: #007bff;
    font-size: 20px;
    color: white;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}
table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    text-align: center;
    padding: 8px;
    border: 1px solid #ddd;
}
th {
    background: #f8f9fa;
    font-weight: normal;
    color: #555;
}
.today {
    background-color: #007bff !important;
    color: white !important;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
}
.day {
    background: #fff;
}
.empty {
    background: #f9f9f9;
}


.admin_sales_content_top{
    width: 60%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}
.admin_sales_content_top nav{
    width: 95%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    align-items: center;
    align-content: center;
    justify-content: center;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    padding-left: 10px;
    margin-left: 20px;
}

.admin_sales_content_top nav a{
    text-decoration: none;
    font-size: 15px;
    color: #116CE1;
    
}
.admin_sales_content_top nav a:hover{
    text-decoration: underline;
    color: #04337d;
    font-size: 16px;
}

.admin_sales_content_down h2{
    margin: 10px;
    font-size: 24px;
    font-weight: 600;
    color:#007bff;
}

/**---------Ticket Dashboard page Starts-------------**/
.user_content_header{
    width: 99%;
    height: 50px;
}
.user_content_header h2{
    color: #04337d;
}
.user_contents{
    width: 100%;
    height: 100vh;
    display: inline-block;
}

.user_content_top{
    width: 95%;
    height: 90px;
    display: flex;
    gap: 150px;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0px;
}
.user_content_top nav{
    width: 15%;
    height: 50%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    margin: 0px;

}
.user_content_top nav a{
    color: #116CE1;
}
.user_content_center{
    width: 95%;
    height: 250px;
    display: flex;
    gap: 10px;
    padding: 10px;
}
.user_content_down{
    width: 95%;
    height: 250px;
    margin-top: 10px;
    padding: 10px;
}
.user_content_down h4{
    text-align: left;
    color: #116CE1;
    font-size: 18px;
    margin-bottom: 5px;
}

.search_order{
    width: 95%;
    height: 20px;
    margin-top: 20px;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;

}
.search_order h4{
    color: #116CE1;
    font-size: 18px;
    font-weight: 600;
}