.py-8{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}
.rounded-10{
    border-radius: 10px !important;
}
.jusify-content-unset{
   justify-content: unset !important; 
}
a{
    color: #212529;
    text-decoration: none;
}
.pe-10{
    padding-right: 10rem;
}
.active-menu{
    color: #0d6efd;
}
.spinner-show-body{
    pointer-events: none;
    overflow: hidden;
}
.custom-loader {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    background: black;
    opacity: 0.4;
    top: 0;
    pointer-events: none;
    display: none;
}
.custom-loader .spinner-border {
    left: 50%;
    top: 50%;
    position: absolute;
    width: 3rem;
    height: 3rem;
}
.rounded-10{
    border-radius: 10px;
}
.fs-12{
    font-size: 12px;
}
.c-pointer{
    cursor: pointer !important;
}
.card{
    border-radius: 10px !important;
}
/*.btn{*/
/*    border-radius: 10px !important;*/
/*}*/
#sidebar-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: calc(100vh - 116px);
    display: flex;
    flex-direction: column;
}
#sidebar-ul li {
    flex: 1;
    display: grid;
    padding: 10px;
    color: white;
}
#header{
    height: 60px !important;
}
#footer{
    height: 56px !important;
}
.btn-variant{
    width: 100%;
    padding-top: 10px;
    font-weight: 600;
    padding-bottom: 10px;
    border: 2px solid #dee2e6 !important;
}
.btn-variant:focus {
    box-shadow: none !important;
}
.btn-variant-active{
    background-color: #2eaa70 !important;
    color: #ffffff !important;
}
.quantity {
    display: inline-flex;
    align-items: center;
    background: #eeeeee;
    overflow: hidden;
}
.quantity button {
    border: none;
    width: 32px;
    height: 32px;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
}
.input-group-text{
    border: 0px !important;
    background-color: #ffffff !important;
    border-radius: 10px !important;
}
.input-group{
    border: 1px solid #ced4da !important;
    border-radius: 10px !important;
}
.input-group .form-control{
    border: 0px !important;
    border-radius: 10px !important;
}
.input-group .form-control:focus{
    box-shadow: none;
}
.disable-topping{
    pointer-events: none;
    opacity: 0.5;
}
.quantity-input-group .input-group-text{
    background-color: #0d6efd !important;
    color: #ffffff !important;
}
.quantity-input-group .form-control{
    border-radius: 0px !important;
}
.rounded-end-0{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.rounded-start-0{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.cart-height{
    height: calc(100vh - 116px);
}
.width-available{
    width: -webkit-fill-available;
    height: 110px;
}
.bg-dark-light{
    background-color: #eaeaea !important;
}
.inner-cart{
    height: calc(100vh - 250px);
}
.menu-action{
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.w-none{
    width: auto !important;
}
.bg-gradient-primary{
    background: linear-gradient(to bottom right, #0d6efd36, #ffffff);
}
.active-label-card {
    border: 2px solid #0d6efd !important;
    color: #0d6efd !important;
    background-color: #5d87ff26 !important;
}
.pagination-rounded .page-link {
    border-radius: 30px !important;
    margin: 0 3px;
    border: none;
    text-align: center;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 16px;
}
.display-none{
    display: none;
}
input:focus,
input:focus-visible {
    outline: none !important;
}
table, th, td {
    border: none;
    border-collapse: collapse;
}
input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;  /* Chrome, Safari, Edge */
    margin: 0;
}
.square-50{
    width: 50px;
    height: 50px;
}
.square-40{
    width: 40px;
    height: 40px;
}
.buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    height: 240px;
}
.select2-container{
    width: 100% !important;
}
.select2-container .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: 7px !important;
    height:43.2px!important;
}
.select2-container .select2-selection--single:focus {
    outline: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 43.2px !important;
    padding-left: 12px !important;
    color: #495057 !important;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 43.2px !important;
    width: 20px !important;
    right: 5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    right: 8px !important;
    font-size: 18px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #adb5bd transparent transparent transparent !important;
    border-width: 6px 6px 0 6px !important;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #adb5bd transparent !important;
    border-width: 0 6px 6px 6px !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f8f9fa !important;
    color: #16181b !important;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #0A3D3D !important;
    color: #fff !important;
}
.select2-results__option {
    padding: 6px 12px !important;
}
.select2-dropdown {
    border-color:rgba(0,0,0,.15) !important;
}
.select2-container .select2-selection--multiple {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: 7px !important;
    min-height: 43.2px !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 10px !important;
    vertical-align: text-top !important;
}
.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
    color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::-webkit-input-placeholder {
    color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::-moz-placeholder {
    color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field:-ms-input-placeholder {
    color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::-ms-input-placeholder {
    color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::placeholder {
    color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #e9ecef !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 5px !important;
    padding: 0 7px !important;
    font-size: 14px;
    color: #000000;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da !important;
    background-color: #fff !important;
    color: #74788d !important;
    outline: 0 !important;
}
.active-font{
    background-color: #4a3f3f !important;
}
.customer-table, .customer-table th, .customer-table td {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-collapse: collapse;
}