.bg-danger{
    background-color: #e541414f !important;
}
.bg-success{
    background-color:#0e9600a8 !important;
}
.dark .bg-danger{
    background-color: #6c0c0c !important;
}
.dark .bg-success{
    background-color:#003f00 !important;
}
.dark .flatpickr-innerContainer{
    background-color: #2d2d2d;
}
.dark .flatpickr-months .flatpickr-month{
    background-color: #2d2d2d;
}
.dark .table-repeater-header-column{
    background-color: #2d2d2d;
}

.fi-ta-filters{
    max-height: 50vh;
    overflow-y: auto;
}

  .fi-ta-content {
    max-height: calc(100vh - 420px);
  }

  .fi-ta-content thead {
    position: sticky;
    background: white;
    border-bottom: 1px solid #2d2d2d;
    top: 0;
     z-index: 8;
  }
  .dark .fi-ta-content  th {
    position: sticky;
    background: #2d2d2d;
    top: 0;
    z-index: 10;
  }
.fi-fo-field-wrp-error-message{
    white-space: pre-line;
}
.fi-ta-ctn {
    position: relative;
}
.loading-info{
    background-color: #003f00;
    background-image: linear-gradient(135deg, rgb(255 255 255 / var(--glass-opacity, 30%)), lab(18 0.01 0 / 0.36)), linear-gradient(var(--glass-reflex-degree, 100deg), rgb(255 255 255 / var(--glass-reflex-opacity, 10%)) 25%, rgb(0 0 0 / 0%) 25%);
}
.dark .loading-info{
    background-image: linear-gradient(135deg, rgb(255 255 255 / var(--glass-opacity, 30%)), #0000), linear-gradient(var(--glass-reflex-degree, 100deg), rgb(255 255 255 / var(--glass-reflex-opacity, 10%)) 25%, rgb(0 0 0 / 0%) 25%);
}
.fi-modal-window .fi-section-content-ctn{
    max-height: 35vh;
    overflow: auto;
}
.move-to-end .justify-start{
    justify-content: flex-end;
}

.big-button{
    width: 100%;
    height: 100px;

}
.big-button .fi-btn-label{
 font-size: 28px;
 padding-left: 80px;
}

.big-button .fi-btn-icon{
    width: 70px;
    height: 68px;
    position: absolute;
    left: 16px;
}
.big-button .icon-image2{
    max-width: 100px;
    height: 89px;
    position: absolute;
    left: -8px;
    top: -6px;
}

.download-example{
    position: absolute;
    margin-top: -23px;
    justify-content: left !important;
}
.download-example span{
    font-size: 17px;
}
.create-button{
    display: block;
    width: 100%;
    padding: 0 16px;
    position: relative;
    top: -65px;
}

.create-button .order-button{
    padding: 15px;
    width: 100%;
    display: block;
    border-radius: 25px;
    text-align: center;
}

.create-button .order-button:hover{
    opacity: 0.85;
}
.thank-you {
    max-width: 60%;
    display: flow;
    justify-self: center;
}
.thank-you .fi-badge{
    font-size: 32px;
    line-height: 36px;
}
.thank-you .truncate{
    white-space:inherit;
}

.fi-ta-filters-dropdown .fi-icon-btn-icon{
    color: #34d399;
}
.active-button-step{
    display: none !important;
}
.invisible-button{
     display: none !important;
}

.buttons-auto{
 position: absolute;
    right: 50px;
    height: auto !important;
}
.buttons-auto button{
    position: relative;
    bottom: -27px;
}

.shipment-modal .fi-fo-wizard-step{
    max-height: 73vh;
    overflow-y: auto;
}


/* ============================================
   NEW PAGE STYLES
   ============================================ */

.fi-body{
    background-color: #e8fff8 !important;
}
.fi-sidebar-nav{
    background-color: #06966a;
    border-radius: 34px;
    margin: 2px 3px 5px 7px;
    /* overflow-y: hidden !important; */
    /* padding-right: 0 !important; */
}
/* .fi-sidebar-nav-groups {
    overflow-y: auto;
    overflow-x: hidden !important;
} */
.fi-topbar nav {
    box-shadow: none;
    background-color: transparent;
}

.fi-sidebar-header{
    box-shadow: none !important;
    background-color: transparent !important;
}


.fi-sidebar-group-button .fi-sidebar-group-label, .fi-sidebar-group-button .fi-icon-btn{
    color: white !important;
}

.fi-sidebar-item .fi-sidebar-item-icon, .fi-sidebar-item .fi-sidebar-item-label{
    color: white ;
}

.fi-sidebar-item.fi-active a{
    background-color: #e8fff8 !important;
    width: 117%;

}

.fi-sidebar-item.fi-active .fi-sidebar-item-icon, .fi-sidebar-item.fi-active .fi-sidebar-item-label{
    color: #11805d ;
}


.fi-sidebar-item:hover{
    background-color: #e8fff8 !important;
    width: 117%;
}

.fi-sidebar-item:hover .fi-sidebar-item-icon, .fi-sidebar-item:hover .fi-sidebar-item-label{
    color: #11805d ;
}

.fi-wi-stats-overview-stat, .fi-ta .fi-ta-ctn{
    box-shadow: none !important;
}

.fi-ta-header{
    border: none;
}

.fi-sidebar-item a:hover{
    background-color: transparent !important;
}

/* ============================================
   CONTACTS PAGE STYLES
   ============================================ */

.contact-page-wrapper {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    gap: 48px;
    align-items: start;
}

@media (max-width: 1024px) {
    .contact-page-wrapper {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

/* Contact Info Section - Left Side */
.contact-info-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.contact-heading {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 40px 0;
}

.contact-info-item {
    display: flex;
    flex-direction: column;
}

.contact-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 16px;
}

.contact-icon-phone {
    background-color: #0d9488;
}

.contact-icon-email {
    background-color: #0d9488;
}

.contact-icon-address {
    background-color: #0d9488;
}

.contact-icon-svg {
    width: 24px;
    height: 24px;
    color: white;
}

.contact-info-text {
    flex: 1;
}

.contact-label {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 4px;
}

.contact-value {
    font-size: 16px;
    color: #0d9488;
    font-weight: 600;
    text-decoration: none;
    display: block;
}

.contact-value:hover {
    text-decoration: underline;
}

/* Contact Form Section - Right Side */
.contact-form-section {
    background-color: white;
    padding: 32px;
    border-radius: 16px;
}

.fi-btn{
    border-radius: 24px;
}

/* ============================================
   CREATE ORDER WIZARD STYLES
   ============================================ */

/* Order type buttons styling */
.order-type-button {
    --c-400: #ebfffb;
    --c-500: #ebfffb;
    --c-600: #ebfffb;
    height: auto;
    min-height: 200px;
    width: 100%;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: #ebfffb;
    border: 2px solid #d1f4ed;
    border-radius: 12px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.order-type-button:hover {
    background-color: #ebfffb;
    border-color: #0d9488;
    opacity: 0.85;
    box-shadow: 0 4px 12px rgba(13, 148, 136, 0.15);
    transform: translateY(-2px);
}

.order-type-button .fi-btn-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.order-type-button .fi-btn-icon img {
    margin: 0 auto;
}

.order-type-button .fi-btn-label {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #1f2937;
    white-space: normal;
    line-height: 1.5;
    margin: 0;
}

.order-type-button img {
    margin: 0 auto;
}

.fi-fo-wizard-header-step-separator svg{
    display: none;
}

.fi-fo-wizard-header-step.fi-completed{
    border: 1px solid #55cda1  !important;
    background-color: #ecfff8 !important;
}

.fi-fo-wizard-header-step:first-of-type.fi-completed{
        border-top-left-radius: 10px;
}

.fi-fo-wizard-header-step.fi-active{
    background-color: #f7f7f7;
     border: 1px solid #ecedf0;
}

.fi-fo-wizard-header-step.fi-active .fi-fo-wizard-header-step-label{
    color: #1f2937;
}

.fi-fo-wizard-header-step.fi-active .fi-fo-wizard-header-step-icon-ctn{
    border-color: #1f2937;
}

.fi-fo-wizard-header-step.fi-active .fi-fo-wizard-header-step-icon{
    color: #1f2937;
}

