.content-wrapper .container-xxl.dashboard-container{
    width: 100%!important;
}
.menu-vertical .app-brand {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.menu-item.active .menu-link{
    color:#ffffff !important;
    background-color: #008E1E !important;
}

#spinner{
    background-color: #0000003f;
    width: 100%;
    height: 100%;
  }
  #spinner .spinner-border{
    justify-content: center;
    display: flex;
    margin: 0 auto;
    top: 50%;
    position: absolute;
    left: 50%;
    color:#ffffff !important;
  }
  #spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.menu-vertical .menu-item .menu-link:hover {
    background-color: #008E1E !important;
    color: #FFFFFF;
}
.menu-vertical.bg-menu-theme {
    background-color: #CDFFD8 !important;
    color: #3B4056;
    width: 15%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.menu-vertical .app-brand {
    /* padding-right: 10px !important; */
    /* padding-left: 10px !important; */
    margin: 10px 0;
}

/* .primary-btn {
    background: var(--btn_bg_color) !important;
    border:2px solid var(--btn_border_color) !important;
    color: var(--btn_text_color) !important;
    height: var(--btn_height);
    border-radius: var(--b_radius);
    font-size: var(--font-16);
    font-weight: var(--f_weight);
    padding: 7px 30px;
  }
  .primary-btn:hover {
    border: 2px solid var(--btn_border_color) !important;
    color: #008E1E !important;
    padding: 7px 30px;
  }
  .form-floating-outline .form-control:focus, .form-floating-outline .form-select:focus {
      border-color: #008E1E !important;
  }

.form-floating .form-control:focus ~ label {
    color: #008E1E !important;
}

.form-floating input.form-control:focus {
    border-color: #008E1E!important;
} */

.table-responsive {
    overflow-x: auto; /* Enable horizontal scrolling */
    margin: 0;
    padding: 0;
}

.filter-container{
    width: 170px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 70px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide number input arrows in Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.red_star{
    color: red;
}
/* .app-user-list .menu-vertical.bg-menu-theme{
	width:auto !important;
} */
.menu-vertical.bg-menu-theme{
    width:auto !important;
}
.dropdown-style-switcher{
	display:none !important;
}
.app-user-list .card.user_list_card .filter-container{
	width: auto !important;
    margin-top: 10px;
    margin-left: auto !important;
    margin-right: 15px !important;
    align-items: center !important;
    display: flex !important;
}
.dataTables_length label{
	display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    white-space: nowrap !important;
}
.filter-container label{
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    white-space: nowrap !important;
    padding-right: 10px !important;
}

table.dataTable td{
    white-space: nowrap !important;
}
.btn-primary{
    color: #fff;
    background-color: #008E1E !important;
    border-color: #008E1E !important;
}
.page-item.active .page-link{
    background-color: #008E1E !important;
    border-color: #008E1E !important;
}
.btn-primary:active{
    border-color: #008E1E !important;
    color: #008E1E !important;
    background-color: transparent !important;
}
.btn-primary:hover{
    border-color: #008E1E !important;
    color: #008E1E !important;
    background-color: transparent !important;
}


/* Rating Star css start here */
.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  
  .rating>input {
    display: none
  }
  
  .rating>label {
    position: relative;
    width: 1em;
    font-size: 30px;
    font-weight: 300;
    color: #FFD600;
    cursor: pointer
  }
  
  .rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
  }
  
  .rating>label:hover:before,
  .rating>label:hover~label:before {
    opacity: 1 !important
  }
  
  .rating>input:checked~label:before {
    opacity: 1
  }
  
  .rating:hover>input:checked~label:before {
    opacity: 0.4
  }

  .rating-submit {
    border-radius: 8px;
    color: #fff;
    height: auto
  }
  
  .rating-submit:hover {
    color: #fff
  }
  
  .rating_btn {
    background-color: #EA9A22;
    color: #ffffff;
    padding: 5px 5px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
  }
  
  .rating_btn:hover {
    background-color: #EA9A22;
    color: #ffffff;
    padding: 5px 5px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
  }
  
  /* Rating star css end*/
  