@import url('https://fonts.googleapis.com/css2?family=Your+Preferred+Font');

:root{
    --white1: #ffffff;
    --white2: #f8f8f8;
    --white3: #e9e9e9b1;
        --black1: black;
    --black2: #222222;
    --black3: #2c2c2c;



}
body{
    background-color: var(--black1);
    color: #ffffff;
    font-family: 'Your Preferred Font', sans-serif;
    text-transform: capitalize;
  
}


.menu0{
    position: fixed;
    top: 10px;
    right: 50px;
    display: flex;
}
.menu{
margin-left: 5px;
 

    background-color: var(--black2)
    ;
    padding: 15px 5px;
    border-radius: 50px;
}
a{
    text-decoration: none;
    color: var(--white1);
}
.menuop{
    cursor: pointer;

    padding: 15px 20px;
    border-radius: 50px;
 
    color: var(--white1);
    border: none;
    font-size: 18px;
    background-color: var(--black2)
    ;
}
.active{

    background-color: var(--black3);
}




.sec1{
    background-color: #75757524;
    width: 96%;

    margin-top: 11vh;
    margin-right: 1%;
    margin-left: 1%;
   border-radius: 15px;
   padding: 1%;
   display: flex;
   justify-content: center;
}

.sec2{
    background-color: var(--black2);
   
    width: 350px;
    border-radius: 25px;
    padding: 2%;
}


.sec3{

}

.sec4{
    background-color: var(--black2);
    width: 750px;
    height: 300px;
    margin-left: 20px;
    border-radius: 15px;
}
.sec5{
    width: 750px;
   display: flex;
   margin-left: 20px;
   margin-top: 20px;
   justify-content: space-between;
}
.sec6{
    background-color: var(--black2);
    background-color: rgba(255, 0, 0, 0.374);
    width: 365px;
    height: 300px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: scroll;


}
.sec6::-webkit-scrollbar {
    width: 0; /* This will hide the scrollbar in webkit browsers */
}
table {
    border-collapse: collapse;

}
td{
   width: 300px;

}
th, td {

    padding: 5px;
  

}
tr:hover {
    background-color: #ffffff24;
}
th {
    background-color: rgba(0, 0, 0, 0.265);
    color: var(--white1);
    text-align: left;
 

}
#outofstock, #expirationItems{
    padding: 5px;
}
.sec7{
    background-color: var(--black2);
    background-color: rgba(255, 174, 0, 0.374);
    width: 365px;
    height: 300px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: scroll;
}
.sec7::-webkit-scrollbar {
    width: 0; /* This will hide the scrollbar in webkit browsers */
}


.cap{
    font-size: 40px;
    font-weight: 600;
    width: 100%;
    background-color: var(--black3);
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 50px;
}
acronym{
    text-decoration: none;
}


input[type="number"], input[type="text"],  input[type="email"]{
    font-size: 18px;
    background-color: var(--black2);
    border: none;
    border-radius: 50px;
   margin-bottom:10px;

   padding: 10px 20px;
   color: var(--white1);
   width: 86%;
}
.sbtn {
    font-size: 18px;
    background-color: var(--black2);
    border: none;
    border-radius: 50px;
   margin-bottom: 5px;
   width: 80%;
   padding: 10px 20px;
   color: var(--white1);
   cursor: pointer;
   margin-bottom: 20px;
   margin-top: 20px;
   text-align: center;

}
form{
    background-color: var(--black3);
    margin-top: 25px;
    padding: 10px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;

}