:root{
    --white1: #ffffff;
    --white2: #f8f8f8;
    --white3: #e9e9e9;
    --white4: #dcdcdc;
    --black1: #222222;
    --black2: #2c2c2c;
    --black3: #000000;
}



body{
    background-color: var(--white4);
}

/* scroll bar decoration */

/* Define the styles for the scrollbar track */
::-webkit-scrollbar {
    width: 12px;
  }
  
  /* Define the styles for the scrollbar handle */
  ::-webkit-scrollbar-thumb {
    background-color: var(--white2); /* Change the color to your preference */
    border-radius: 6px;
    opacity: 0.8;
  }
  
  /* Define the styles for the scrollbar track on hover */
  ::-webkit-scrollbar-track:hover {
    background-color: #f1f1f1; /* Change the color to your preference */
  }
  
  /* Define the styles for the scrollbar handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background-color: #2c3e50; /* Change the color to your preference */
  }
  
  /* Define the styles for the scrollbar corner */
  ::-webkit-scrollbar-corner {
    background-color: transparent;
  }
  


form{
background-color: var(--white3);
margin: 5px;
width: fit-content;
padding: 15px;
border-radius: 15px;
overflow: scroll;
height: calc(100vh - 130px);;

}
.mainsec1{
    display: flex;
    width: 100%;
    margin-top: 80px;
    justify-content: center;

}
.mainsec1 .sec2{
    display: flex;
    flex-direction: column;
    margin: 10px;
    gap: 15px;

}



form input[type="number"], input[type="text"],  input[type="email"]{


    border: none;
    border-radius: 5px;
padding: 5px 10px;

margin: 2px 2px;
   color: var(--black3);

}
 .c1, .c2, .c3, .c4, .c5{
  
    background-color: var(--white1);
    font-size: 18px;

}

.c0, .c01, .c11, .c21, .c31, .c41, .c51{
    background-color:var(--white2);
    font-size: 18px;
}
.c0,
.c01 {
    width: 30px;
}
.c1, .c11{
    width: 100px;
}
.c2, .c21{
    width: 400px;
}
.c3, .c31{
    width: 100px;
}
.c4, .c41{
    width: 100px;
}
.c5, .c51{
    width: 100px;
}
.row{
    display: flex;
}

.subtottag{
    height: 100px;
    background-color: var(--white3);
    border-radius: 15px;
    padding: 5px;
    align-items: center;
    justify-content: center;
}
h2{
    text-align: center;
    margin: 10px;
}
.cstf, .descount, .cst, .cc, .cb{
    font-size: 24px;
    width: 150px;
    text-align: center;
}
.red{
    background-color: rgba(255, 0, 0, 0.41);

}
.green{
    background-color: rgba(0, 128, 0, 0.293);
    height: auto;
}

.search-container {




}

.suggestion-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
width: fit-content;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background-color: #4b4b4b;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: none;
    font-size: 18px;
    color: #f8f8f8;

}
#sbn12{
    min-width: 30px;
}
#sbn2{
    min-width: 200px;
}
#sbn3{
    min-width: 150px;
}



.menu0{
    position: fixed;
    top: 10px;
    right: 50px;
    display: flex;
    font-family: 'Roboto', sans-serif;
}
.menu{
margin-left: 5px;
 

    background-color: var(--white2)
    ;
    padding: 15px 5px;
    border-radius: 50px;
    font-family: 'Roboto', sans-serif;font-family: 'Roboto', sans-serif;
}
a{
    text-decoration: none;
    color: var(--black1);
}
.menuop{
    cursor: pointer;

    padding: 15px 20px;
    border-radius: 50px;
 
    color: var(--black1);
    font-family: 'Roboto', sans-serif;
    border: none;
    font-size: 18px;
    background-color: var(--white2)
    ;
}
.active{

    background-color: var(--white1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);

}

.user{
    position: fixed;
    top: 10px;
    left: 50px;
    display: flex;
    cursor: pointer;

    padding: 15px 20px;
    border-radius: 50px;
 
    color: var(--black1);
    border: none;
    font-size: 18px;
    background-color: var(--white2)
    ;
    min-width:  100px;
    text-align: center;
    justify-content: center;
}