* {
  box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
}
button {
    padding: 0;
}
select {
    color: #000000;
}
select:focus,
button:focus {
    outline: none;
}



.body-dashboard {
  background-color: #FDF6EC;
}
.heading-main {
    font-size: 40px !important;
    line-height: 100%;
    font-family: 'roboto', sans-serif;
    font-weight: 400 !important;
    margin: 0 0 20px 0;
}
.whatsapp-notice {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}
.whatsapp-notice > svg {
    flex-shrink: 0;
}
.whatsapp-notice h3, 
.whatsapp-notice p {
    font-size: 14px !important;
    line-height: 20px;
    letter-spacing: 0px;
    margin: 0;
    font-family: 'roboto', sans-serif;
    color: #808080;
}
.whatsapp-notice h3 {
    font-weight: 700 !important;
}
.whatsapp-notice p {
    font-weight: 400 !important;
}

/* style button */

.btn-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}
.btn-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    padding: 0px 25px;
    font-size: 14px !important;
    line-height: 100%;
    font-weight: 400 !important;
    font-family: 'roboto', sans-serif !important;
    text-transform: uppercase;
    color: #FDF6EC;
    text-decoration: none;
    cursor: pointer;
    height: 36px;
    box-sizing: border-box;
}
.btn.flex {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
}
.btn.w-130 {
    width: 130px;
    padding: 0px;
}
.btn.w-132 {
    width: 132px;
    padding: 0px;
}
.btn.w-153 {
    width: 153px;
    padding: 0px;
}
.btn.w-193 {
    width: 193px;
    padding: 0px;
}
.btn.btn-primary {
    background-color: #5B330E;
    border: 1px solid #5B330E;
}
.btn.btn-outline {
    background-color: transparent;
    border: 1px solid #5B330E;
    color: #5B330E;
}
.btn-link {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-update-status {
    display: flex;
    gap: 15px;
    align-items: center;
}
.btn-update-status select {
    height: 36px;
    min-width: 180px;
    border: 1px solid #5B330E;
    padding: 0 10px;
    font-size: 14px;
    color: #5B330E;
    font-family: 'roboto', sans-serif !important;
    background-color: transparent;
    text-transform: uppercase;
    box-sizing: border-box;
}

@media (max-width: 575.98px) { 

    .btn {
        font-size: 12px !important;
         letter-spacing: 0.5px;

    }
 
    .btn.w-130 {
         width: auto;
        padding: 0px 10px;
    }
    .btn.w-193 {
        width: auto;
        padding: 0px 10px;
    }
}




.view-doc-btn,
.view-instructions-btn,
.edit-instructions-btn,
.add-instructions-btn {
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    font-size: 14px !important;
    text-decoration: none !important;
    line-height: 100%;
    font-weight: 400;
    color: #5B330E;
    letter-spacing: 5%;
    font-family: roboto, sans-serif !important;
    cursor: pointer;
}

.add-parent-section-btn span,
.add-document-btn span {
   padding-top: 2px;
}

.tab-navigation {
    background-color: transparent;
    padding: 25px 0 50px 0;
 }
 
 .tab-navigation .tab-list {
     list-style: none;
     margin: 0;
     padding: 0;
     display: flex;
     justify-content: center;
     gap: 0;
     background-color: transparent;
 }
 
 .tab-navigation .tab-item {
     margin: 0;
     min-width: 150px;
     position: relative;
 }
 .tab-navigation .tab-item ::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    background-color: #5B330E;
 }

 .tab-navigation .tab-item:last-child ::after {
    display: none;
 }
 .tab-navigation .tab-link {
     display: block;
     padding: 10px;
     min-width: none;
     color: #5B330E;
     font-size: 16px !important;
     line-height: 100%;
     font-weight: 400 !important;
     font-family: 'roboto', sans-serif;
     text-decoration: none;
     text-align: center;
 }
 .tab-navigation .tab-link:hover {
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'roboto', sans-serif !important;
 }
 .tab-navigation .tab-item.active {
    border-bottom: 1px solid #000000;
 }
 .tab-navigation .tab-item.active .tab-link {
    font-weight: 700 !important;
 }


 .box-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.box-filters .search-box {
    display: flex;
    align-items: center;
    padding: 8.5px 0px 8.5px 15px;
    background-color: white;
    gap: 10px;
   width: 40%;
   position: relative;
    
}
.box-filters .search-box input {
    width: 100%;
    border: none;
    padding: 0px 43px 0  0;
    font-size: 20px;
    line-height: 100%;
    font-weight: 400;
   font-family: 'roboto', sans-serif;
}
.box-filters .search-box  .search-btn {
   position: absolute;
   top: 0;
   right: 0;
   width: 43px;
   height: 100%;
   background-color: transparent;
   border: none;
   cursor: pointer;
}
.box-filters .search-box input:focus {
    outline: none;
}
.box-filters .search-box input::placeholder {
    color: #D9D9D9;
    font-size: 20px;
}
.box-filters .filters-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}
.box-filters .filters-actions  .btn-icon {
     width: 36px;
     height: 36px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: white;
     border: 1px solid #D9D9D9;
     box-sizing: border-box;
}
.box-filters .filters-actions  .btn-primary {
   /* margin-left: 15px; */
}
.box-filters .filters-actions  .btn-icon.active {
      border: 1px solid #5B330E;
}
.box-filters .filters-actions  .btn-icon.active svg path,
.box-filters .filters-actions  .btn-icon.active svg rect {
    fill: #5B330E !important;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
}

.checkbox-wrapper input[type="checkbox"] {
    display: none; 
}

.checkbox-wrapper label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    color: #44424B;
    font-family: roboto, sans-serif;
}

.checkbox-wrapper .checkmark {
    width: 18px;
    height: 18px;
    border: 1px solid #808080;
    background-color: #F8F8F8;
    position: relative;
    transition: all 0.2s;
    display: inline-block;
    flex-shrink: 0;
}

.checkbox-wrapper input:checked + label .checkmark {
    background: #5B330E;
    border-color: #5B330E;
}

.checkbox-wrapper input:checked + label .checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

.spinner {
    width: 30px;
    height: 30px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #5B330E;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.empty-state  h3 {
    font-size: 15px !important;
    color: #808080 !important;
    font-family: roboto, sans-serif !important;
    line-height: 100% !important;
    margin: 50px 0 30px 0;
}


.validation-error {
    display: block;
    color: #dc3545;
    font-size: 14px;
    font-family: roboto, sans-serif;
    margin-top: 8px;
    line-height: 1.4;
}
.form-section input.error {
    border: 1px solid #dc3545 !important;
}

.char-count {
    font-size: 14px;
    color: #808080;
    font-weight: 400;
    font-family: roboto, sans-serif;
}



/* Sherlock Common Modal Styles */
.sherlock-common-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sherlock-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.sherlock-modal-content {
    position: relative;
    background: #F8F8F8;
    border: 1px solid #F8F8F8;
    width: 90%;
    max-width: 1280px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    padding: 20px 34px;
}

.sherlock-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 20px; */
    position: relative;
}

.sherlock-modal-title {
    font-size: 20px !important;
    margin:  0 0 20px 0 !important;
    font-weight: 700 !important;
    line-height: 100%;
    color: #44424B;
    font-family: 'roboto', sans-serif;
}

.sherlock-modal-close {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}

.sherlock-modal-close:hover {
    opacity: 0.7;
}

.sherlock-modal-body {
    margin-bottom: 24px;
}

.sherlock-modal-message {
    font-size: 16px;
    line-height: 1.5;
    color: #44424B;
    font-family: 'roboto', sans-serif;
    margin: 0;
}

.sherlock-modal-footer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 24px;
}

.sherlock-modal-footer .btn {
    min-width: 100px;
}

.pagination-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #D9D9D9;
    background-color: white;
    padding: 15px 16px;
}

.pagination-wrapper .pagination .pagination-number,
.pagination-wrapper label,
.pagination-wrapper .pagination-info {
    font-size: 16px;
    line-height: 24px;
    font-family: 'roboto', sans-serif;
    color: #44424B;
}
.pagination-wrapper .per-page-select {
   width: 63px;
   padding: 8px;
   border: 1px solid #D9D9D9;
}
.pagination-wrapper .pagination {
    display: flex;
    align-items: center;
    gap: 4px;
}

.pagination-wrapper .pagination  .pagination-arrow,
.pagination-wrapper .pagination .pagination-number  {
    border-radius: 2px;
    background-color: white;
    border: 1px solid #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
}
.pagination-wrapper .pagination  .pagination-arrow {
   background-color: transparent;
   border: none;
}
.pagination-wrapper .pagination .pagination-number.active {
     border:  1px solid #5B330E;
     background-color: #FDF6EC;
     color: #5B330E;
}

/* Style filters wrapper */
.filters-wrapper {
    position: relative;
    width: 200px;
}
.filters-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 36px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid #5B330E;
    background-color: #FDF6EC;
    padding: 10px;
    border-radius: 3px;
}
.filters-toggle__label {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.7px;
    font-weight: 400;
    color: #5B330E;
    font-family: 'roboto', sans-serif;
    text-transform: uppercase;
}
.filters-toggle.is-active,
.filters-toggle:hover {
    border: 1px solid #5B330E;
    background-color: #FDF6EC;
}

.filters-toggle  svg {
    transition: transform 0.2s ease;
}
.filters-wrapper.is-open svg {
    transform: rotate(180deg);
}

.filters-wrapper.is-active .filters-toggle {
    border-color: #A2743C;
}
.filters-panel {
    position: absolute;
    right: 0;
    top: calc(100% + 5px);
    width: 100%;
    background: #FDF6EC;
    border: 1px solid #5B330E;
    border-radius: 3px;
    padding: 10px 0px;
    display: none;
    z-index: 30;
    box-sizing: border-box;
}
.filters-panel.packages {
   padding: 15px 10px;
}
.filters-wrapper.is-open .filters-panel {
    display: block;
}
.filters-panel__header {
    margin-bottom: 25px;
}
.clear-filters-btn {
    width: 100%;
    height: 36px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #5B330E;
    color: #5B330E;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    font-family: 'roboto', sans-serif;
    background-color: #FDF6EC;
    cursor: pointer;
}
.clear-filters-btn:hover {
     border: 1px solid #5B330E;
}
.clear-filters-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
     border: 1px solid #5B330E;
}
.filters-panel__content {
    /* overflow-y: auto; */
}
.filter-section:not(:last-child) {
    margin-bottom: 25px;
}
.status-filter-option {
    display: block;
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    cursor: pointer;
    font-size: 16px;
    color: #5B330E;
    padding: 7px 10px;
}
.status-filter-option:hover {
    background-color: #F5EBDD;
}
.status-filter-option:not(:last-child){
    /* margin-bottom: 15px; */
}
.filter-section__title {
    font-size: 16px;
     font-family: 'roboto', sans-serif;
    font-weight: 700;
    color: #44424B;
    margin-bottom: 25px;
    text-transform: capitalize;
    line-height: 100%;
    letter-spacing: 0%;
}
.filter-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #5B4228;
    cursor: pointer;
}
.filter-section .filter-checkbox:last-child {
    margin-bottom: 0px;
}
.filter-checkbox span {
    font-size: 16px;
    color: #44424B;
    line-height: 100%;
    font-weight: 400;
    font-family: 'roboto', sans-serif;
}
.filter-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #808080;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    margin: 0;
}

.filter-checkbox input[type="checkbox"]:checked {
    background-color: #5B330E;
    border-color: #5B330E;
}

.filter-checkbox input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.filter-checkbox input[type="checkbox"]:hover {
    border-color: #5B330E;
}

.filter-checkbox input[type="checkbox"]:focus {
    outline: none;
    
}

/* Style accordion-wrapper */
.accordion-main {
    /* margin-bottom: 30px; */
}
.accordion-tab {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 25px 0;
   cursor: pointer;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}
.accordion-tab h4.title {
    font-family: 'roboto', sans-serif;
    font-weight: 600;
    color: black;
    font-size: 20px;
    line-height: 100%;
    margin: 0;
}
.accordion-tab  svg{
    transition: 0.3s all;
    
}
.accordion-tab.active {
    border-bottom: none;
}
.accordion-tab.active  svg{
   transform: rotate(180deg);
   transition: 0.3s all;
}
.accordion-content {
  /* padding: 25px 0; */
}

.accordion-main .accordion-wrapper:first-child .accordion-tab {
   border: none;
}
.accordion-main .accordion-wrapper:not(:last-child) .accordion-tab {
   border-bottom: none;
}
.accordion-main .accordion-wrapper:last-child .accordion-tab {
    border-bottom: 1px solid #808080;
}
.accordion-main .accordion-wrapper:last-child .accordion-tab.active {
    border-bottom: none;
}
/* Style package view */

.package-view-body {
    display: flex;
    gap: 30px;
}
.package-view-body  .box-content {
    /* flex: 1; */

}
.package-view-body .box-image {
    width: 500px;
    flex-shrink: 0;
}
.package-view-body .box-image .img {
    position: relative;
    padding-top: calc(333 / 500 * 100%);
    width: 100%;
}
.package-view-body .box-image .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.package-view-body  .box-content h3.title{
    display: flex;
    align-items: stretch;
    margin: 0 0 18px 0 ;
}
.package-view-body  .box-content h3.title .txt-main {
    max-width: 80%;
}
.package-view-body  .box-content .title span {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    font-family: roboto, sans-serif;
    color: Black;
    padding: 0 10px;
    border-right: 1px solid #CDC9C4;
}
.package-view-body  .box-content .title span img {
        width: -webkit-fill-available;
}
.package-view-body  .box-content .title span:first-child {
    max-width: 85px;
    max-height: 47px;
    flex-shrink: 0;
    padding-left: 0px;
    display: flex;
    align-items: center;
}
.package-view-body  .box-content .title span:last-child {
    padding-right: 0px;
    border-right: none;
}
.package-view-body  .box-content .title span.role {
    font-size: 16px;
    font-weight: 400;
}
.package-view-body  .box-content .package-list-types {
   display: flex;
   gap: 10px;
   border-bottom: 1px solid #EBE9EB;
   padding-bottom: 15px;

}
.package-view-body  .box-content .package-list-types .package-list-type {
    padding: 6.5px 10px ;
    background-color: #FFF1DD;
    color: #C59E6C;
    font-size: 16px;
    font-weight: 400;
     font-family: roboto, sans-serif;
     line-height: 100%;
}
.package-view-rates {
    margin: 15px 0 30px 0;
    padding-top: 15px;
}
.package-view-action {
    display: flex;
    justify-content: center;
}
.rate-list {
  display: flex;
  gap: 20px;
}
.rate-list .rate-item  {
   min-width: 200px;
   display: flex;
   flex-direction: column;
}
.rate-list .rate-item p {
    margin: 0;
}
.rate-list .rate-item .rate-value {
    font-size: 30px;
    line-height: 100%;
    font-family: roboto, sans-serif;
    color: black;
    font-weight: 600;
    margin-bottom: 20px;
}
.rate-list .rate-item .rate-value.small {
  font-size: 20px;
  padding-top: 8px;
}
.rate-list .rate-item .rate-label {
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    font-family: roboto, sans-serif;
    margin-top: auto;
}

.package-more {
    margin-top: 35px;
}
.package-more-item {
    margin-bottom: 20px;
}
.package-more-content,
.package-more .package-more-title {
    font-size: 16px;
    font-weight: 400;
    font-family: roboto, sans-serif;
    line-height: 100%;
    color: black;
}
.package-more .package-more-title {
  margin: 0 0 20px 0;
}
.package-more-content  ul {
  padding-left: 20px;
}
.contact-details {
    display: flex;
    gap: 30px;
}
.package-more-content {
    line-height: 1.5;
}
.contact-detail-item {
    display: flex;
    align-items: center;
    gap: 10px;

}
.contact-detail-item svg {
    flex-shrink: 0;
}
.contact-detail-item  span {
    font-size: 16px;
    font-weight: 400;
    color: black;
    font-family: roboto, sans-serif;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow:hidden;
    text-overflow:ellipsis;
    letter-spacing: 0.5px;
}

/* Sherlock Toast Notification Styles */
#sherlock-toast-container {
    position: fixed;
    z-index: 10000;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    max-width: 400px;
}

#sherlock-toast-container.sherlock-toast-top-right {
    top: 0;
    right: 0;
    align-items: flex-end;
}

#sherlock-toast-container.sherlock-toast-top-left {
    top: 0;
    left: 0;
    align-items: flex-start;
}

#sherlock-toast-container.sherlock-toast-bottom-right {
    bottom: 0;
    right: 0;
    align-items: flex-end;
    flex-direction: column-reverse;
}

#sherlock-toast-container.sherlock-toast-bottom-left {
    bottom: 0;
    left: 0;
    align-items: flex-start;
    flex-direction: column-reverse;
}

.sherlock-toast {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: #F8F8F8;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 300px;
    max-width: 400px;
    pointer-events: auto;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: relative;
}

.sherlock-toast.sherlock-toast-show {
    opacity: 1;
    transform: translateY(0);
}

.sherlock-toast-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.sherlock-toast-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.sherlock-toast-success .sherlock-toast-icon {
    color: #28a745;
}

.sherlock-toast-error .sherlock-toast-icon {
    color: #dc3545;
}

.sherlock-toast-warning .sherlock-toast-icon {
    color: #ffc107;
}

.sherlock-toast-info .sherlock-toast-icon {
    color: #17a2b8;
}

.sherlock-toast-message {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    color: #44424B;
    font-family: 'roboto', sans-serif;
    font-weight: 400;
}

.sherlock-toast-close {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    color: #808080;
    transition: color 0.2s ease;
    position: absolute;
    top: 5px;
    right: 5px;
}

.sherlock-toast-close:hover {
    color: #44424B;
}

.sherlock-toast-close svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* Toast type specific border colors */
.sherlock-toast-success {
    border-left: 4px solid #28a745;
}

.sherlock-toast-error {
    border-left: 4px solid #dc3545;
}

.sherlock-toast-warning {
    border-left: 4px solid #ffc107;
}

.sherlock-toast-info {
    border-left: 4px solid #17a2b8;
}


.status-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.status-wrapper .name {
   font-size: 20px !important;
   font-weight: 600 !important;
   color: #5B330E;
   font-family: 'roboto', sans-serif !important;
   margin: 0;
}
.status {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    padding: 0 10px;
    border-radius: 3px;
    min-width: 200px;
    font-size: 14px !important;
    font-family: 'roboto', sans-serif !important;
    letter-spacing: 5%;
    text-transform: uppercase;
}
.status.draft,
.status.new {
    background-color: white;
    color: #C59E6C !important;
    border: 1px solid #C59E6C ;
}
.status.pending {
    background-color:  #D9D9D9;
    color: #808080 !important;
    border: 1px solid #808080 ;
}

.status.rejected {
    background-color:  #FDC4C6;
    color: #EC1D24 !important;
    border: 1px solid #EC1D24 ;
}
.status.declined {
    background-color: #EC1D24;
    color: white !important;
    border: 1px solid #EC1D24 ;
}
.status.resubmitted {
    background-color:  #C59E6C;
    color: #FDF6EC !important;
    border: 1px solid #C59E6C ;
}

.status.approved {
    background-color:  #A1FEBA;
    color: #3FA539 !important;
    border: 1px solid #3FA539 ;
}
.status.accepted {
    background-color: #3FA539;
    border: 1px solid #3FA539 ;
    color: white !important;
}
.status.request_resubmission {
    background-color:#FFF3A6;
    color: #D2B64F !important;
    border: 1px solid #D2B64F ;
}


.message-content {
    font-size: 20px !important;
    font-family: 'roboto', sans-serif !important;
    font-weight: 400;
}
.btn-update-list {
    display: flex;
    justify-content: end;
}

/* ============================================================================
   CUSTOM SELECT DROPDOWN
   ============================================================================ */

.sh-dropdown {
    position: relative;
    width: 100%;
}

.sh-dropdown-toggle {
    width: 100%;
    height: 43px;
    padding: 5px 10px;
    background: #FFFFFF;
    border: 1px solid white;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'roboto', sans-serif !important;
    font-size: 20px;
    color: #44424B;
    text-align: left;
}

/* .sh-dropdown-toggle:hover:not(:disabled) {
    border-color: #BDBDBD;
} */

.sh-dropdown-toggle:focus {
    outline: none;
    border-color: #5B330E;
    /* box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1); */
}

.sh-dropdown.open .sh-dropdown-toggle {
    border-color: #5B330E;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sh-dropdown-toggle:disabled {
    background-color: #FAFAFA;
    cursor: not-allowed;
    opacity: 0.6;
}

.sh-dropdown-text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #44424B;
}

.sh-dropdown-text.placeholder {
    color:  #D9D9D9;
}

.sh-dropdown-toggle:not(:focus) .sh-dropdown-text:empty::before {
    color: #9E9E9E;
}

.sh-dropdown-arrow {
    flex-shrink: 0;
    margin-left: 12px;
    transition: transform 0.3s ease;
    color: #616161;
}

.sh-dropdown.open .sh-dropdown-arrow {
    transform: rotate(180deg);
}

.sh-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFFFFF;
    border: 1px solid #5B330E;
    border-top: none;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.sh-dropdown.open .sh-dropdown-menu {
    max-height: 320px;
    opacity: 1;
    visibility: visible;
}



.sh-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    max-height: 240px;
    overflow-y: auto;
}

.sh-dropdown-list::-webkit-scrollbar {
    width: 6px;
}

.sh-dropdown-list::-webkit-scrollbar-track {
    background: #F5F5F5;
}

.sh-dropdown-list::-webkit-scrollbar-thumb {
    background: #BDBDBD;
    border-radius: 3px;
}

.sh-dropdown-list::-webkit-scrollbar-thumb:hover {
    background: #9E9E9E;
}

.sh-dropdown-item {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'roboto', sans-serif !important;
    font-size: 20px;
    color: #44424B;
    transition: background-color 0.2s ease;
}
.sh-dropdown-item:hover:not(.disabled) {
    background-color: #F5F5F5;
}
.sh-dropdown-item.selected {
    background-color: rgba(238, 242, 255, 0.3);
    color: #5B330E;
    font-weight: 500;
}
.sh-dropdown-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.sh-dropdown-item svg {
    flex-shrink: 0;
    margin-left: 8px;
    color: #5B330E;
}
.sh-dropdown-item span {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sh-dropdown[data-readonly="true"] .sh-dropdown-toggle {
    pointer-events: none;
    background-color: #FAFAFA;
}
.sh-dropdown.error .sh-dropdown-toggle,
.sh-dropdown .sh-dropdown-input.error + .sh-dropdown-toggle {
    border-color: #EF4444;
}

.sh-dropdown.error .sh-dropdown-toggle:focus {
    border-color: #EF4444;
    /* box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1); */
}
.sh-dropdown.success .sh-dropdown-toggle {
    border-color: #10B981;
}

/* End */

/* Style page under : Start */
.page-under .content {
    text-align: center;
    padding: 50px 0;
}
.page-under .content .title{
   font-size: 30px;
   font-family: 'roboto', sans-serif !important;
   color: #808080;
   font-weight: 600;
   margin: 25px 0 0 0;
}
/* Style page under : End */

/* Reponsive */
@media (max-width: 1660px) { 
    
    .sherlock-modal-content {
       max-width: 800px; 
    }
    .heading-main {
        font-size: 30px !important;
    }

    .status-filter-option,
    .box-filters .search-box input,
    .box-filters .search-box input::placeholder {
         font-size: 16px;
    }

    .pagination-wrapper .pagination .pagination-arrow, 
     .pagination-wrapper .pagination .pagination-number {
        width: 36px;
        height: 36px;
     }
     .box-filters .search-box {
        margin-right: 15px;
     }

     .package-view-body .box-image {
        flex-shrink: 0;
        width: 400px;
     }
     
    .status-wrapper .name {
      font-size: 16px !important; 
    }
    .accordion-tab {
        padding: 20px 0px;
    }
    .accordion-tab h4.title {
        font-size: 16px;
    }
    .rate-list .rate-item {
        min-width: 150px;
    }

    .rate-list .rate-item .rate-value {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .rate-list .rate-item .rate-label {
        font-size: 18px;
    }

    .message-item .message-status,
    .message-item .message-header {
        margin-bottom: 10px ;
    }
   .message-content {
      font-size: 16px !important;
   }
   .rate-list .rate-item .rate-value.small {
      padding-top: 5px; 
   }

   .sh-dropdown-toggle,
   .sh-dropdown-item {
     font-size: 16px;
   }
}

@media (max-width: 1279px) { 
     .rate-list {
        flex-wrap: wrap;
     }
     .rate-list .rate-item {
        width: calc(50% - 20px);
        min-width: auto;
     }
     .package-view-body .box-image {
        width: 40%;
     }
     .package-view-body .box-content h3.title {
        flex-direction: column;
        gap: 10px;
     }
     .package-view-body .box-content h3.title span {
         border:  none;
         padding: 0px;
     }
     .rate-list .rate-item .rate-value.small {
        padding-top: 0;
     }
     .sherlock-modal-content {
        max-width: 600px;
        padding: 20px;
     }
     .image-modal-close {
        right: 20px !important;
     }
}

@media (max-width: 767.98px) { 

    .package-view-body {
        flex-direction: column;
    }
    .package-view-body .box-image {
        width: 100%;
     }
     .package-view-body .box-content .package-list-types {
        flex-wrap: wrap;
     }

     
     .rate-list .rate-item .rate-value {
        font-size: 20px;
     }
     .rate-list .rate-item .rate-label {
        font-size: 16px;
     }

    .tab-navigation .tab-list {
      flex-wrap: wrap;
      gap: 10px;
    }
    .tab-navigation .tab-item {
        border: 1px solid #5B330E;
       width: 100%;
    }
    .tab-navigation .tab-item.active {
        background-color: #5B330E;
        border: 1px solid #5B330E;
         
    }
    .tab-navigation .tab-item.active a.tab-link {
        color: #FDF6EC;
    }
    .tab-navigation .tab-item ::after {
        display: none;
    }
    .tab-navigation .tab-link  {
        font-size: 16px !important;
    }
    
   
   .box-filters .search-box input,
    .box-filters .search-box input::placeholder {
         font-size: 16px;
    }
     .status-filter-option {
        font-size: 14px;
     }
     .heading-main {
        font-size: 26px !important;
     }

     .box-filters {
        flex-direction: column;
        gap: 15px;
        align-items: start;
     }
     .box-filters .filters-actions {
        gap: 10px;
     }
     .box-filters .search-box {
        width: 100%;
     }
     .sherlock-modal-title {
        font-size: 18px !important;
     }

     .contact-details {
        flex-direction: column;
        gap: 10px;
     }
 
}

@media (max-width: 575.98px) { 
    
    .sh-dropdown-item {
        padding: 5px 10px;
    }

    #sherlock-toast-container {
        max-width: 250px;
    }
    .sherlock-toast {
        padding: 15px 25px 15px 10px;
    }

    .box-filters .filters-actions {
        flex-wrap: wrap;
    }
    .tab-navigation .tab-link  {
        font-size: 14px !important;
    }
     .filters-wrapper { 
        width: 150px;
     }

     .pagination-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 10px;
     }
     
     .dashboard-table-card .dashboard-card .dashboard-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
     }
     .pagination-wrapper .pagination .pagination-number,
      .pagination-wrapper label, 
      .pagination-wrapper .pagination-info {
         font-size: 14px;
     }
     .pagination-wrapper .pagination .pagination-arrow, 
     .pagination-wrapper .pagination .pagination-number {
        width: 28px;
        height: 28px;
     }
}