input[type=text],input[type=tel],input[type=password],input[type=number],input[type=email],select,.select2, .select-selected,textarea,.select2-container--default  .select2-selection--single, .select2-container--default .select2-selection--multiple{
    border: none !important;
    border-radius: 0 !important;
    border-bottom: #b8b7b6 solid 2px !important;
}
input[type=text]:focus, input[type=text]:active,input[type=tel]:focus, input[type=tel]:active,input[type=password]:focus, input[type=password]:active,input[type=number]:focus,.select2:focus, input[type=number]:active,input[type=email]:focus, input[type=email]:active,select:focus,select:active,textarea:focus,textarea:active,.select2-container--focus .select2-selection--multiple, .select2-container--open .select2-selection--multiple,.select-selected:focus,.select-selected:active,.select-arrow-active{
    border-color:#f8952e !important;
    box-shadow: none !important;
}
 /* Checkbox Styles */
.form-check-input:checked {
    background-color: #67bd45 !important;
    border-color: #67bd45 !important;
}
.meal-bar h6.card-title {
    margin-left: 20px;
    margin-right: 20px; 
}
.meal-bar .table-responsive {
    margin-left: 20px;
    margin-right: 20px; 
}
.form-check{
    padding-bottom: 4px !important;
}
.form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgb(103 189 69 / 25%) !important;
    border-color: #67bd45 !important;  
}
.form-check-label{
    margin-left: 5px !important;
}

.form-check input:checked+label{
    font-weight: 600 !important;
}
.form-check-input[type=checkbox]{
    width: 20px !important;
    height: 20px !important;
    border-radius: 2px !important;
    border-color: #b8b7b6 !important;
    transition: background .3s !important;
}
.form-check-input[type=radio]{
    width: 20px !important;
    height: 20px !important;
    border-color: #b8b7b6 !important;
    transition: background .3s !important;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(103, 189, 69, 0.25) !important;
}


/* Select Dropdown Styles */
.form-select {
    border: 1px solid #b8b7b6 !important;
    border-radius: 8px !important;
    padding: 10px !important;
    transition: border-color 0.3s !important;
}

.form-select:hover {
    border-color: #67bd45 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05) !important;
}
.form-select:focus {
    border-color: #67bd45 !important;
    outline: 0 !important;
    box-shadow: 0 0 0 .25rem rgb(103 189 69 / 25%) !important;
}
.custom-select {
  position: relative !important;
  font-family: Arial !important;
}

.custom-select select {
  display: none !important; 
}

.select-selected:after {
  position: absolute !important;
  content: "" !important;
  top: 14px !important;
  right: 10px !important;
  width: 0 !important;
  height: 0 !important;
  border: 6px solid transparent !important;
  border-color: #b8b7b6 transparent transparent transparent !important;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #f8952e transparent !important;
  top: 7px;
}

.select-items div,.select-selected {
  color: #000 !important;
  padding: 8px 16px !important;
  /* border: 1px solid transparent !important; */
  /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent !important; */
  cursor: pointer !important;
  user-select: none !important;
}

.select-items {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 101 !important;
  margin-top: 5px !important;
  border-radius: 5px !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2588235294) !important; 
  border: none !important;
  margin-top: 5px !important;
  background-color:  #fff !important;
  max-height: 200px !important;
  overflow: auto !important;
  
}

.select-hide {
  display: none  !important;
}

.same-as-selected{
	font-weight: 700 !important;
}
.same-as-selected:after{
  content: "\f058" !important;
  font-family: "Font Awesome 6 Free" !important;
  position: absolute !important;
  left: 95% !important;
  font-weight: 400 !important;
}


/* Select2 Multi-select Styles */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    /* border: 1px solid #b8b7b6 !important;
    border-radius: 8px !important;
    transition: border-color 0.3s !important;
    padding: 6px 12px 3px 12px !important; */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #67bd45 !important;
    border-color: #67bd45 !important;
    color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1 !important;
    color: #333 !important;
    outline: none !important
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    box-shadow: none !important;
    border-color: #f8952e !important;
}
.select2-selection--multiple ul:before, .select2-selection--single ul:before {
    content: "\f03a" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    opacity: .2 !important;
    font-size: 22px !important;
    line-height: 1 !important;
    margin-right: 10px !important;
}
.select2-container--default .select2-results__option--selected:after {
    content: "\f058" !important;
    font-family: "Font Awesome 6 Free" !important;
    position: absolute;
    right: 0 !important;
    top: 13px !important;
    font-weight: 400 !important;
}
.select2-container--default .select2-results .select2-results__options {
    max-height: 300px !important;
}
.select2-results__option {
    font-size: 14px !important;
    padding: 13px 13px 13px 0 !important;
    border-bottom: 1px solid #ebebeb !important;
    padding-right: 15px !important;
    background: #fff !important;
    transition: padding .2s ease-in-out !important;
    transition: .2s ease !important;
    margin: 0 20px !important;
}
.select2-dropdown {
    border-radius: 5px  !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2588235294) !important; 
    border: none  !important;
    margin-top: 5px  !important;
}
.select2-container--default .select2-results__option {
    background-color: #fff !important;
    font-weight: 600 !important;
    position: relative !important;

}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #fff !important;
    color: #000 !important;
}
.select2-container--default .select2-results__option--highlighted{
    background-color: #fff !important;
    color: #242429 !important;
    padding-left: 5px !important;
}
.select2-search__field{
    border: none !important;
}
/* Button Styles */
.btn-custom {
    background-color: #fff !important;
    color: white !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 10px 20px !important;
    transition: background-color 0.3s, box-shadow 0.3s !important;
    font-weight: 500 !important;
    margin-right: 10px !important;
    width: 100%;

}


.btn-custom:hover {
    background-color: #67bd45 !important;
    box-shadow: 0 4px 12px rgba(103, 189, 69, 0.3) !important;
}

.btn-green {
    color: #fff !important;
    border-color: #67bd45 !important;
    background-color: #67bd45 !important;
    transition: background-color 0.3s, box-shadow 0.3s !important;
    font-weight: 500 !important;
}

.btn-green:hover {
    background-color: #53a333 !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(103, 189, 69, 0.3) !important;
}

.btn-outline-green {
    color: #67bd45 !important;
    border-color: #67bd45 !important;
    transition: background-color 0.3s, box-shadow 0.3s !important;
    font-weight: 500 !important;
}

.btn-outline-green:hover {
    background-color: #67bd45 !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(103, 189, 69, 0.3) !important;
}

.btn-orange {
    color: #fff !important;
    border-color: #f8952e !important;
    background-color: #f8952e !important;
    transition: background-color 0.3s, box-shadow 0.3s !important;
    font-weight: 500 !important;
}

.btn-orange:hover {
    background-color: #e98a25 !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(103, 189, 69, 0.3) !important;
}

.btn-outline-orange {
    
    color: #f8952e !important;
    border-color: #f8952e !important;
    transition: background-color 0.3s, box-shadow 0.3s !important;
    font-weight: 500 !important;
}

.btn-outline-orange:hover {
    background-color: #f8952e !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(103, 189, 69, 0.3) !important;
}

/*Pagination style*/
.pagination a{
    color: #53a333;
}
.pagination .page-link:hover{
    color: #3f8324;
}