.main-content-tabs {
    margin-top: -33px;
    position: relative;
    z-index: 99 !important;
}

.user-avatar.s40 {
    width: 40px;
    height: 40px;
}

.user-avatar i {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    width: 100%;
    height: 100%;
}

.user-img {
    clip-path: circle();
}

.logo {
    max-width: 256px !important;
}

.bg-menu-theme .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle):before {
    background-color: #283b8b !important;
}

.pagination-container{
    margin: 0px !important;
}

.pagination-container:has(.pagination) {
    padding-top: 0.75rem !important;
}

.pac-container {
    z-index: 10000 !important;
}

.required:after {
    content: " *";
    color: #ef4444;
    font-size: 1rem;
    line-height: 1;
    margin-left: 0.25rem;
    padding-top: 10px;
}

#sortable tr {
    cursor: move;
}

#sortable tr:hover {
    background-color: #f5f5f5;
}

.h-165px {
    height: 165px !important;
}

.h-110px {
    height: 110px !important;
}

#operating-hours-form .form-check-input[type=checkbox] {
    margin-top: 5px !important;
    margin-right: 3px !important;
}

.not-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50vh;
}

.text-blue {
    color: #232847 !important;
}

.cropper-container {
    max-width: 516px !important;
    max-height: 516px !important;
}

.right-wrapper {
    width: 35%;
}

.activity-log {
    max-height: 418px;
    overflow-y: auto;
}

.switch .switch-toggle-slider {
    background-color: #626869b3 !important;
}

.switch .switch-toggle-slider::after {
    margin-left: 0.2rem !important;
}

.switch-input:checked ~ .switch-toggle-slider {
    background-color: #00aab8 !important;
}

.swagger-ui .topbar {
    display: none !important;
}

.swagger-ui .info {
    margin: 0px !important;
}

.swagger-ui {
    background-color: #ffffff;
    padding: 16px;
    border-radius: 12px;
}

#swagger-ui {
    padding: 0px !important;
}

.info__contact {
    display: none !important;
}

.custom-btn-width {
    width: fit-content !important;
}

.swal2-container{
    z-index: 99999 !important;
}

.vendor-card.v2 .body-card .img img {
    height: 195px !important;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader.hidden {
    display: none;
}

#menuLoadingText {
    background: #e5f8fa;
    padding: 16px 20px;
    border-radius: 8px;
    border: 1px solid #00aab8;
    box-shadow: 0 0 5px rgba(255, 193, 7, 0.2);
    max-width: 500px;
    margin: 0 auto 20px;
}

.menu-loader-wrapper .fs-5 {
    font-size: 1.25rem;
    color: #00aab8;
}

.menu-loader-wrapper .text-muted {
    font-size: 1rem;
    color: #6c757d;
}

.category-item-badge {
    background-color: #00aab8 !important;
    color: #ffffff !important;
}

.tracking-card-v2.failed .track-icon.check-mark {
    background-color: #fbecec;
}
.tracking-card-v2.failed .track-icon i {
    color: #b93838;
}
.menu-loader-gif{
    width: 15% !important;
}

.under-text tbody a {
    text-decoration: unset !important;
}

.tracking-card-v2.failed .track-icon.check-mark {
    background-color: #fbecec;
}
.tracking-card-v2.failed .track-icon i {
    color: #b93838;
}
.order-history {
    max-height: 250px;
    overflow-x: scroll;
}

.assume-btn {
    position: fixed;
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
    z-index: 9999;                 /* stays above page content */
    display: inline-flex;
    align-items: center;
    gap: .5rem;

    padding: 20px;
    border-radius: 5px;
    background: #00aab8;
    color: #ffffff;
    font: 600 14px/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0,0,0,.15), 0 2px 6px rgba(0,0,0,.2);

    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}
.assume-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(0,0,0,.18), 0 4px 10px rgba(0,0,0,.22);
    background: #ffffff;
    color: #00aab8;
    border: 1px solid #00aab8;
}
.assume-btn:active {
    transform: translateY(0);
}
.assume-btn:focus-visible {
    outline: 2px solid #60a5fa;   /* focus ring */
    outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
    .assume-btn { transition: none; }
}
.accordion-header button {
    font-size: 20px !important;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

#layout-menu .menu-link {
  display: flex !important;
  align-items: center !important;
  gap: 2px !important;
}

#layout-menu .menu-link > i {
  min-width: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

.user-avatar {
    display: table-cell;
}
.user-avatar {
    width: 36px;
    height: 36px;
}
.user-avatar.s120 {
    width: 120px;
    height: 120px;
}
.user-avatar.s120 i {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 50px;
}
.user-avatar.s120 img {
    width: 120px;
    height: 120px;
    min-width: 120px;
    line-height: 120px;
}
.user-avatar.s55 {
    width: 55px;
    height: 55px;
}
.user-avatar.s55 i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
}
.user-avatar.s55 img {
    width: 55px;
    height: 55px;
    min-width: 55px;
    line-height: 55px;
}
.user-avatar.s50 {
    width: 50px;
    height: 50px;
}
.user-avatar.s50 i {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.user-avatar.s50 img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    line-height: 50px;
}
.user-avatar.s40 {
    width: 40px;
    height: 40px;
}
.user-avatar.s40 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.user-avatar.s40 img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
}
.user-avatar.s35 {
    width: 35px;
    height: 35px;
}
.user-avatar.s35 i {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.user-avatar.s35 img {
    width: 35px;
    height: 35px;
    min-width: 35px;
    line-height: 35px;
}
.user-avatar.s25 {
    width: 25px;
    height: 25px;
}
.user-avatar.s25 i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 9px!important;
}
.user-avatar.s25 img {
    width: 25px;
    height: 25px;
    min-width: 25px;
    line-height: 25px;
}
.user-avatar i {
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    width: 100%;
    height: 100%;
}
.initials .user-avatar:not(:last-of-type) {
    margin-right: -20px;
}

.dropdown-notifications-item {
    padding-top: 0rem !important;
    padding-bottom: 1rem !important;
}

.notification-toast {
    position: fixed;
    bottom: 76px;
    right: 18px;
    z-index: 1050;
    max-width: 320px;
    background:#00aab8;
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    padding: 15px;
    opacity: 0;
    transform: translateY(50px) scale(0.9);
    transition: opacity 0.3s ease, transform 0.3s ease;
    overflow: hidden;
}

.notification-toast.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.notification-toast .toast-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.notification-toast .toast-icon {
    font-size: 1.5rem;
}

.notification-toast .toast-message {
    flex: 1;
    font-size: 0.9rem;
}

.notification-toast .btn-close {
    background: none;
    border: none;
    color: white;
    font-size: 1rem;
    cursor: pointer;
}

.notification-toast .progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #ffffff80;
    animation: progress 5s linear forwards;
}

@keyframes progress {
    from { width: 100%; }
    to { width: 0; }
}
