
/* for rtl only use this selector : html[dir=rtl] #xyz */

    body {
        background-color: #f9fafb;
        color: #374151;
    }

    #container {
        background-color: #f9fafb;
        color: #374151;
    }

    #header {
        background: #FFFFFF;
        border-bottom: 1px solid #E5E7EB;
    }

    #header .nav > li > a {
        border: none;
        margin: 0;
        margin-top: 10px;
        line-height: 20px;
    }

    #header .nav > li li:hover {
       background: #FFFFFF !important;
       font-weight: 500 !important;
       color: #030712 !important; 
    }

    ul.dropdown-menu li.dropdown-header {
        font-size: 13px;
        font-weight: 500;
        color: #4b5563;
    }

    .dropdown ul.dropdown-menu a.nav-btn-logout{
        line-height: 24px;
        font-size: 16px;
        font-weight: 400;
        color: #DC2626 !important;
    }

    .dropdown ul.dropdown-menu a, .dropdown ul.dropdown-menu span {
        color: #030712 !important;
        font-size: 16px;
        padding: 12px !important;
        border-radius: 0;
    }

    .dropdown-menu li.light-divider{
        height: 1px;
        overflow: hidden;
        padding: 0;
        margin: 4px 0;
        background-color: #4b5563 !important;
        opacity: 0.2;
    }

    .dropdown ul li .btn.list-link:hover, .dropdown ul.dropdown-menu a:hover{
        background-color: #F3F4F6 !important;
        color: #4b5563 !important;
    }

    .chevron {
        width: 16px;
        height: 16px;
        transition: transform 0.2s;
    }

    .dropdown ul.dropdown-menu .chevron {
        width: 20px;
        height: 25px;
        transition: transform 0.2s;
    }

    .chevron.expanded {
        transform: rotate(180deg);
    }

    .dropdown ul.dropdown-menu a.btn-subscription {
        display: flex;
        flex-direction: row; 
    }

   .dropdown ul.dropdown-menu a .btn-subscription-title{
      flex: 1;
   }

   #header .navbar-right > li:last-child span{
     color: #030712 !important;
     font-weight: 400; 
   }
   
   #column-left, #column-left.active {
       background: #FFFFFF !important;
   }

   #column-left.active #profile{
       border-bottom: 1px solid #E5E7EB;
   }

   #column-left{
     top: 13px !important;
   }

   #header-logo, #column-left{
     position: fixed;
   }

   #column-left::-webkit-scrollbar{
       width: 5px;
   }

   #profile{
        background-color: #FFFFFF;
   }

   .newnavli.mr-auto{
       margin: 0px 10px !important;
   }

   /* Logo Animation Style */

   #header-logo{
       height: 70px;
       overflow: hidden;
   }

   #header-logo .full-logo{
        animation: full-logo-slideUp 8s ease-out infinite;
        opacity: 0; /* hidden by default */
   }

   @keyframes full-logo-slideUp {
        0% {
            transform: translateY(100%);
            opacity: 0;
        }
        10% {
            transform: translateY(0);
            opacity: 1;
        }
        96% {
            transform: translateY(0);
            opacity: 1;
        }
        97% {
            opacity: 0;
        }
        100% {
            transform: translateY(100%);
            opacity: 0;
        }
    }

    /* Menu Style */

    #menu {
        background-color: #FFFFFF !important;
        color: #4b5563 !important;
        margin-top: 15px;
    }

    #header #button-menu {
        border: 1px solid #c5c5c5;
    }

    #menu li{
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    #menu {
       margin-bottom: 50px !important;
    }

    #menu > li > a, #menu > li > a > i,#menu > li > a > i::before, #menu > li.active > a > i, #menu > li:hover > a > i{
        color: #4b5563 !important; 
    }

    #menu > li > a, #menu > li > ul > li > a, #menu li li a,#menu li li ul a{
        color: #4b5563 !important;
        padding: 10px;
        margin: 0 12px 0 12px;
        font-size: 16px !important;
    }
    
    #menu > li.active > a, #menu > li:hover > a,#menu li li.active > a, #menu li li:hover > a,
    #menu > li > ul > li:hover > a, #menu > li > ul > li.active > a {
        background-color: #f3f4f6 !important;
        background: #f3f4f6 !important;
        color: #30363d !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        border: 0;
        border-radius: 5px;
    }

    #menu li a.parent:after{
         font-size: 18px !important;
         font-weight: 600 !important;
         color: #4b5563 !important;
    }

    #menu > li > a.parent, #menu > li > ul > li > a.parent
    {
        background: #FFFFFF !important;
    }

    #menu > li:not(.active) > a.parent:hover, #menu > li > ul > li:not(.active) > a.parent:hover{
        background: #f3f4f6 !important;
    }

    #menu > li > ul{
        background-color: #FFFFFF !important;
    }

    #menu li li a{
        color: #4b5563 !important;
    }

    #menu > li > a{
        line-height: 28px;
    }

    #menu > li > a:focus{
        color: #030712 !important;
    }

    #menu li li a:before {
        content:"";
        transition: none;
        margin: 0 !important;
    }

    /* labels & badges */
    #menu .label, .panel form a .label{
        background: #E61E4D !important;
        color: #FFFFFF !important;
        border-radius: 4px;
        font-size: 13px;
        line-height: 16px;
        text-align: center;
        margin: 0 2px;
    }

    #menu .label-pulse{
        border-radius: 50%;
    }

    .coupon-card .status{
        background: #ff6286 !important;
        color: #FFFFFF !important;
    }

    /* Breadcrumbs Style */
    .breadcrumb {
        padding-top: 10px !important;
    }

    .breadcrumb li a {
        color: #4b5563 !important;
    }

    .breadcrumb li a:hover {
        color: #E61E4D !important;
    }

    .breadcrumb li:last-child a{
        color: #E61E4D !important;
    }


    /* Tabs Style */
    ul.nav-tabs > li.nav-item > a.active , ul.nav-tabs > li.nav-item > a:hover,
    .tab-content > .tab-pane.active > ul.nav-tabs > li.active > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus, 
    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover{
        background: #E5E7EB !important;
        color: #030712 !important;
        font-weight: 600 !important;
    }
    

    /* Tables Style */
    table.table{
        background: #FFFFFF !important;
        color: #030712;
        border-color: #E5E7EB !important;
        border-spacing: 0 0.1rem;
    }

    .table-responsive.mobile-order > .table > tbody > tr > td:last-child{
        position: unset;
        text-align: center ! important;
    }
    

    .table thead tr:first-child td {
        background: #f3f4f6 !important;
    }

    .table tbody tr:first-child:hover:has(td.text-center){
        background: #FFFFFF !important;
        box-shadow: rgba(0, 0, 0, .05) 0 4px 20px 0 !important;
    }

    .table tbody tr:has(td input:checked){
        background: #F3F4F6 !important;
        box-shadow: 0 3px 6px -2px rgb(235 170 179 / 84%) !important;
    }

    .table thead > tr > td {
        background: #FFFFFF !important;
    }

    .table.no-shadow > tbody > tr:last-child {
        background: #E5E7EB !important;
    }

    .table > tbody > tr {
        border-top: 2px solid #E5E7EB !important;
        border-bottom: 2px solid #E5E7EB !important;
    }

    .table > tbody > tr:hover{
        background: #F3F4F6 !important;
        box-shadow: 0 3px 6px -2px rgb(235 170 179 / 84%) !important;
    }

    .mobile-optimised.mobile-order table tfoot tr td{
        background: #FFFFFF !important;
    }

    .mobile-order .selectedHeader ul.dropdown-menu {
        max-height: 210px !important;
        overflow: auto !important;
    }

    /* Buttons Style */
    .btn {
        border-radius: 6px !important;
        padding: 10px 16px;
        box-shadow: unset;
        margin: 0 3px;
    }

    .btn.search-btn {
        box-shadow: unset;
    }

    a.btn-primary, a.btn-primary:hover{
        background: #030712 !important;
        color: #FFFFFF !important;
        border: none;
        padding: 10px 16px;
        border-radius: 6px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.075);
    }

    .btn-primary:focus, .btn-primary, .btn-primary:hover{
        background: #030712 !important;
        color: #FFFFFF !important;
        border: none;
        border-radius: 6px;
        padding: 10px 16px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.075);
    }

    button.btn.btn-primary[type=submit]{
        background: #030712 !important;
        color: #FFFFFF !important;
        border-color: #030712 !important;
        padding: 10px 16px;
    }

    .btn-default {
        color: #030712;
        background: #E5E7EB;
        border: none;
        padding: 10px 16px;
        border-radius: 6px;
    }

    .btn-default:disabled, .btn-default[disabled]{
        color: #030712;
        border: none;
        border: 1px solid #D1D5DB !important;
        background-color:  #e6e6e6;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn-default:hover, .btn-default.active, .btn-default:focus{
        color: #030712;
        border: none;
        padding: 10px 16px;
        border-radius: 6px;
        border-color: #adadad;
        background-color:  #e6e6e6;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .checkbox-wrapper .btn-default, .increment-wrapper .dec, .increment-wrapper .inc, .btn-group.options .btn-default{
        background-color: #FFFFFF;
        color: #030712;
        border: 1px solid #D1D5DB !important;
        margin: 0 5px;
    }

    .btn-group.options .btn-default:hover, .btn-group.options .btn-default.active, .btn-group.options .btn-default:focus, .options .btn-default:hover {
        background-color: #E5E7EB !important;
        color: #030712;
        border: 1px solid #D1D5DB !important;
        margin: 5px 5px;
    }

    .btn-group.options {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-group.antonio_dropdown_btn > .btn{
        margin: 0px !important;
        box-shadow: unset !important;
    }

    .antonio_dropdown_btn{
       box-shadow: unset !important;
    }
    
    /* Inputs Style */
    input[type=text].form-control, input[type=file].form-control, input[type=number].form-control, input[type=password].form-control, input[type=email].form-control, select.form-control, textarea.form-control {
        background: #FFFFFF;
        border: 1px solid #D1D5DB !important;
        border-radius: 6px;
        padding: 8px 12px;
        height: 45px;
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio], input[type=checkbox], input[type=radio] {
        border: 1px solid #D1D5DB !important;
        border-radius: 4px;
    }

    .checkbox input[type=checkbox]:checked, .checkbox-inline input[type=checkbox]:checked, .radio input[type=radio]:checked, .radio-inline input[type=radio]:checked, input[type=checkbox]:checked, input[type=radio]:checked {
      background-color: #c5c5c5;  
    }

    .checkbox-wrapper input[type=checkbox]:checked ~ .btn{
        background-color: #E5E7EB;  
    }

    .radio-toolbar input[type="radio"]:focus + label, .radio-toolbar input[type="radio"]:checked + label, .radio-toolbar label:hover {
        background: #E5E7EB !important;
        color: #030712 !important;
        font-weight: 600 !important;
    }

    .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple{
        border: 1px solid #D1D5DB !important;
    }
    
    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background: #E5E7EB !important;
        color: #030712 !important;
        font-weight: 600 !important;
    }

    .dropzone-wrapper, .dropzone.dz-clickable, .note-editor.note-frame{
        border: 1px solid #D1D5DB !important;
    }

    .dropzone.dz-clickable {
        padding: 12px;
        border-radius: 6px;
    }

    .dropzone.dz-clickable .dz-preview .dz-remove::before {
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1.2;
        font-weight: 900;
        content: "\f1f8";
        color: #E12D39 !important;
    }

    input:checked + .slider {
        background-color: #E61E4D !important;
    }


    /* Dropdown Style */
    ul.dropdown-menu {
        background: #ffffff !important;
        box-shadow: 0 9px 26px -1px #00000057;
        color: #030712 !important;
    }

    ul.dropdown-menu li, ul.dropdown-menu li a {
        color: #030712 !important;
    }

    ul.dropdown-menu li:hover, ul.dropdown-menu li a:hover {
        background-color: #F3F4F6 !important;
        color: #4b5563 !important;
        font-weight: 600 !important;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        background-color: #F3F4F6 !important;
        color: #4b5563 !important;
        font-weight: 600 !important;
    }

    .primary-select {
        background: #FFFFFF !important;
        color: #000 !important;
        border: 1px solid #D1D5DB !important;
        border-radius: 6px;
        padding: 8px 12px;
        height: 45px;
    }

    /* Icons Style  */
    .tool-card .fa, .tool-card .fas, .metric-card i, .action-icon, .feature-icon, .separator-content i, .fa.text-primary,.fab.text-primary, 
    .table thead td span[data-toggle=tooltip]:after, label.control-label span:after, .marketing-overview-panel .overview-icon,
    .marketing-tools-container .info-card .benefit-item i, .rewards-container .rewards-card .feature-list i
    {
        color: #E61E4D !important;
    }

    /* tool-card & Settings-cards */
    .tool-card:hover {
        border-color: #E61E4D !important;
        box-shadow: 0 0 0 2px rgb(198 95 119 / 24%) !important;
    }

    .metric-icon {
        color: #E61E4D !important;
        background: #F3F4F6 !important;
    }

    /* Insights Style */
    .insights-widget-header, .panel-heading.d-flex, .view-insights-btn, .dashboard-panel .panel-heading,
    .announcement-banner {
        background: linear-gradient(90deg, #E61E4D 0%, #E31C5F 50%, #D70466 100%) !important;
    }

    .filter-badge, .year-badge{
        background-color: #FFFFFF !important;
        color: #721c24 !important;
    }

    .current-period {
        background: rgb(224 0 70 / 11%) !important;
    }

    .progress-bar {
        background-color: #E61E4D !important;
    }

    #button-filter {
        top: 14px;
    }
    
    .view-insights-btn:hover{
        box-shadow: 0 6px 15px rgb(224 0 0 / 30%) !important;
        color: #353535 !important;
    }

    .seasonal-trends .badge {
        color: #FFFFFF !important;
        background: #E61E4D !important;
    }

    .more-btn{
        background: #FFFFFF !important;
        color: #030712 !important;
        border-color: #030712 !important;
    }

    .task-item {
        background: #F3F4F6 !important;
        border-left: 4px solid #E61E4D !important;
    }

    .mini-bar {
        background: #fd9db3 !important;
    }
    
    .metric-card:hover {
        border-color: #E61E4D !important;
        box-shadow: 0 0 0 2px rgb(198 95 119 / 24%) !important;
    }

    .welcome-message, .auto-refresh-toggle{
        background: #fff3f7 !important;
    }
    
    #refreshCountdown {
        background: #ff6286 !important;
        color: #FFFFFF !important;
    }

    /* Login Page Style */
    .login > .content {
        box-shadow: unset !important;
        background: #FFFFFF !important;
    }

    .login > .content > #slideshow div {
        position: relative !important;
    }

    .login > .content > #slideshow , .login > .content > #slideshow .one {
        background: #f7f7f7 !important;
    }

    .login > .content > #slideshow {
        position: relative !important;
        border-radius: 0 !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .login > .content > #slideshow .one {
        position: relative !important;
    }

    .login > .content > #slideshow > .login-image-text{
        display: flex;
        flex-direction: column;
        gap: 10px;
        color: #000000d6 !important;
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;        
    }

    .login > .content > #slideshow > .login-image-text span:first-of-type{
        font-size: 32px;
        font-weight: 800;
        line-height: 48px;
        color: #000 !important;
    }

    .login > .user .tabs-content {
        border: 2px solid #E5E7EB;
        border-radius: 6px;
        padding: 1em 2em !important;
    }

    .login > .user .tabs-content .form-logo {
        margin-bottom: 30px;
        position: relative;
        margin-top: 15px;
    }

    .login > .user .tabs-content .form-logo img {
        position: relative;
        display: block;
        width: 7.4rem;
    }

    .login > .user .tabs-content .form-title {
        margin-bottom: 35px;
        font-size: 24px;
        font-weight: 400;
        line-height: 40px;
        color: #030712;
    }

    .login > .user .tabs-content form .button[type=submit] {
        box-shadow: unset !important;
        background: linear-gradient(90deg, #E61E4D 0%, #E31C5F 50%, #D70466 100%) !important;
        color: #FFFFFF !important;
        font-size: 18px !important;
        margin: 0.6em 0 !important;
        border-radius: 6px !important;
    }
         
    .login > .user #footer {
        display: none !important;
    }

     .login > .user .tabs-content form input {
        border: 1px solid #D1D5DB;
        border-radius: 6px;
     }

    .login > .user .tabs-content form .password-wrapper {
        position: relative;
    }

     .login > .user .tabs-content form #user_pass {
        padding: .8em 1em 10px 38px !important;
     }

     .login > .user .tabs-content form .toggle-password {
        position: absolute;
        top: 39px;
        left: 12px;
        cursor: pointer;
        user-select: none;
     }

     .login > .user .tabs-content form p:has(+ input) {
        margin-top: 20px;
     }

     .login > .user .tabs-content form input:focus {
        border: 2px solid #D1D5DB;
     }

     .login > .user .tabs-content form p:has(+ input:focus) {
         font-weight: 600;
     }

     .login > .user .tabs-content form input::placeholder{
        color: #9CA3AF !important;
        opacity: 0.7 !important;
        font-weight: 500;
     }

     .login > .user .tabs-content form p {
        color: #1F2937 !important;
        opacity: 1 !important;
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
     }

     .login > .user .tabs-content .help-action {
        padding: 0 !important;
        padding-bottom: 10px !important;
     }

    .login > .user .tabs-content .forgot {
        color: #030712 !important;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    /* Custom Style */
    .pull-right {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .form-bg {
        background: #F3F4F6 !important;
    }

    .mtj-card.order-shipping-card .button-default, .return-shipment-container .btn-default,
    .mtj-card #cancel-return-shipment-btn, .mtj-card #bulk_export, .mtj-card #cancel-shipment-btn {
          margin-top: 10px;
    }

    #shipment-status-container {
        width: 100% !important;
        margin: 0 3px !important;
    }

    #shipment-status-container .alert:first-of-type {
        border-radius: 6px !important;
        width: 100% !important;
    }

    .return-shipment-container, .non-delivered-container {
        background: linear-gradient(90deg, #E61E4D 0%, #E31C5F 50%, #D70466 100%) !important;
        color: #FFFFFF !important;
        border-radius: 6px !important;
        width: 100% !important;
    }

    .mobile-app-promo, .pos-promo-section {
        background: linear-gradient(90deg, #E61E4D 0%, #E31C5F 50%, #D70466 100%) !important;
        }

    .season-info .season-date{
        color: #E61E4D;
    }

    .AbandonedCarts .mail-list > li.active a, .nav-tabs > li.active > a  {
        color: #030712 !important;
        border-bottom: none !important;
    }

    .marketplace-header .search-container .search-input:focus {
        border-color: #D1D5DB !important;
        box-shadow: unset !important;
        border-width: 2px !important;
    }

    .marketplace-header .category-filters .category-filter.active {
        background: #E61E4D;
        color: white;
    }

    .marketplace-header .category-section .integration-card .btn-setup.not-configured {
        background: #030712 !important;
        color: #FFFFFF !important;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.075);
    }

    .marketplace-header .category-section .integration-card .btn-setup.special{
        color: #FFFFFF !important;
        background: linear-gradient(90deg, #E61E4D 0%, #E31C5F 50%, #D70466 100%) !important;
        border-color: #E61E4D !important;
        box-shadow:   0 3px 6px -2px rgb(235 170 179 / 84%) !important;;
    }

    .marketing-overview-panel .overview-content {
        border-right: 4px solid #E61E4D !important;
    }

    .marketing-overview-panel .marketing-steps h4{
        color: #E61E4D !important;
    }

    .marketing-overview-panel .marketing-steps #stepsContent .step-number,
    .marketing-tools-container  .category-section .improvement-steps .step .step-number {
        background: #E61E4D !important;
    }

    .notification-alert.purpled {
        background: linear-gradient(90deg, #E61E4D 0%, #E31C5F 50%, #D70466 100%) !important;
    }

    .rewards-container .rewards-card .info-banner {
        border-right: 4px solid #E61E4D !important;
        background-color: #ffeff3 !important;
    }

    .rewards-container .rewards-card .config-section .toggle-switch label.active {
        background: linear-gradient(90deg, #E61E4D 0%, #E31C5F 50%, #D70466 100%) !important;
        color: #FFFFFF !important;
        border-color: #E61E4D !important;
    }

    .promo-styles .promo-style-option.active{
        background-color: #f3f4f6 !important;
        border-color: #28A745 !important;
    }

    .order-card:not(.order-card-1):not(.order-card-1, .order-card-3, .order-card-5, .order-card-7, .order-card-8, .order-card-13, .order-card-17, .order-card-18 ) {
        background: #fdfdfe;
        border-radius: 12px;
        border-left: 4px solid #e3e3e3;
    }

    .table-responsive.mobile-optimised.mobile-product .btn-group{
        display: flex;
        overflow-x: auto;
    }
    
    .product-filter-close-btn{
        padding: 3px 10px;
        font-size: 14px;
    }

    .filter-product-panel-heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* Order info page Style */
    .btn-back-page {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 16px;
        line-height: 24px;
        color: #4B5563;
        max-width: fit-content;
    }

    .btn-print-invoice {
        display: flex !important;
        align-items: center;
        gap: 5px;
        font-size: 16px;
        line-height: 24px;
        color: #4B5563 !important;
    }

    .dropdown-menu.order-info-actions .list-link{
        color: #030712 !important;
        font-size: 16px;
        padding: 10px !important;
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 5px;
    }

    .dropdown-menu.order-info-actions .list-link:hover{
        font-weight: 500 !important;
    }

    .dropdown-menu.order-info-actions .list-link i{
        margin: 0 !important;
    }

    .order-title-block {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 18px;
    }

    .order-header-container-fluid{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .order-header-content-block{
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 18px;
        width: 100%;
    }

    .order-header-review-panel{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        background: linear-gradient(90deg, #FFFFFF 0%, #ECE4FF 100%);
        border-radius: 8px;
        padding: 16px 20px;
    }

    .order-header-review-panel .order-header-review-icon {
        width: 36px;
    }

    .order-header-review-panel .order-header-review-title {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 18px;
    }

    .order-header-review-panel .order-header-review-title span {
        font-size: 16px;
        line-height: 24px;
        color: #030712;
        font-weight: 700;
        vertical-align: bottom;
    }

    .order-header-review-panel .order-header-review-links {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 18px;
    }

    .order-header-review-panel #copy-review-order, .order-header-review-panel .copy-review-order-container, .order-header-review-panel .copy-review-order-container a:first-child {
        color: #030712 !important;
        font-size: 16px;
        line-height: 24px;
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 10px;
    }

    .order-header-review-panel .order-header-review-not-rated {
        color: #4B5563 !important;
        font-size: 16px;
        line-height: 24px;
        opacity: 0.8;
    }

    .order-status-btn.antonio_recent-status {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 8px 12px !important;
        border-radius: 4px;
    }

    .order-status-btn.antonio_recent-status:hover, .order-status-btn.antonio_recent-status.active {
        background: #ffffff !important;
        border: 1px solid #4B5563 !important;
        color: #4B5563 !important;
        box-shadow: 2px 3px 10px rgb(0 0 0 / 45%) !important;
        font-weight: 600 !important;
    }

    .order-header-review-panel #copy-review-order span, .order-header-review-panel .copy-review-order-container a:first-child span {
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .table-responsive.mobile-order-info:has(.table-order-info) {
        background: #FFFFFF !important;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.075) !important;
        border: 0 !important;
        border-radius: 8px;
    }

    .table-responsive.mobile-order-info:has(.table-order-info) > #link-cart {
        position: absolute;
        width: 1px;
    }

    .table-order-info {
        border-radius: 8px;
        border: 0 !important;
        margin-bottom: 0;
    }

    .table-order-info tbody > tr {
        box-shadow: rgba(0, 0, 0, .05) 0 4px 20px 0 !important;
    }

    .table-order-info tbody > tr:hover {
        box-shadow: rgba(0, 0, 0, .05) 0 4px 20px 0 !important;
        background: #FFFFFF !important;
        cursor: auto;
    }

    .table-order-info .order-info-table-product {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 15px;
        padding: 0 15px;
    }

    .table-order-info .order-info-table-product-image{
        width: 80px;
        height: 80px;
        border-radius: 6px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #E5E7EB;
    }

    .table-order-info .order-info-table-product-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .table-order-info .order-info-table-product-name {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 8px;
    }

    .table-order-info .order-info-table-product-quantity {
        color: #4B5563;
    }

    .table-order-info .order-info-table-product-price {
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: end;
        gap: 8px;
        padding: 0 15px;
    }

    .table-order-info tr {
        padding-bottom: 12px;
    }

    .table-order-info tr:last-child {
        border-top: 0 !important;
        border-bottom: 0 !important;
    }

    .table-order-info tr:not(:last-child) {
        border-top: 0 !important;
        border-bottom: 1px solid #E5E7EB !important;
    }

    

    .order-info-table-product-total {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: start;
        align-items: start;
    }

    .order-info-table-product-total .order-info-table-product-total-item {
        width: 100%;
        display: flex;
        gap: 20px;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
    }

    .order-info-table-product-total .order-info-table-product-total-item:last-child {
        font-weight: 800;
    }

    .table-order-info .order-cart-link-title{
        display: block;
        padding: 0 15px !important;
    }

    .table-order-info .order-cart-link-container{
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .table-order-info td .order-cart-link{
        margin-top: 2px;
        text-decoration: underline;
        text-underline-offset: 4px; 
        color: #030712 !important;
        white-space: nowrap;         
        overflow: hidden;         
        text-overflow: ellipsis; 
        text-align: center;
    }

    .table-order-info .order-cart-link-container #copy-cart {
        display: flex;
        gap: 5px;
        cursor: pointer !important; 
    }
    
    .option-panel-sub {
        border: 1px solid #E5E7EB;
    }

    .option-image-mapping {
     border-left: 3px solid #E61E4D !important;
    }
    
    .option-image-mapping h3 {
        color: #E61E4D !important;
    }

    #form-product .border-top.border-success{
        border-color: #c5c5c5 !important;
    }

    #form-product .nav-tabs {
        border: 0;
        display: flex;
        flex-direction: row;
        overflow: hidden;
        overflow-x: auto;
    }

    #form-product .nav-tabs > li > a {
        border-color: #c5c5c5;
    }

    .well select {
        color: #030712;
    }

    #form-product .box .box-body, #form-product .dropzone.dz-clickable .dz-preview.dz-image-preview, #form-product .dropzone.dz-clickable .dropzone-upload-image {
        border: 1px solid #E61E4D;
    }

    .page-header .container-fluid {
         display: block;
    }

    .page-header .container-fluid:has(.input-search), .page-header .container-fluid:has(.page-header-btn-group) {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .page-header .container-fluid:has(.input-search) .clearfix, .page-header .container-fluid:has(.page-header-btn-group) .clearfix {
        display: none;
    }

    .page-header .container-fluid:has(.order-header-container-fluid) {
        flex-direction: column;
        align-items: start;
    }

    .page-header .container-fluid .page-header-btn-group {
        flex: 1;
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: space-between;
    }

     .page-header .container-fluid:not(div:first-child(.input-search)) {
         display: inline-block;
     }

    .page-header .container-fluid .page-header-btn-group div:first-child {
        display: flex;
    }

    .page-header .container-fluid::before {
        display: none;
    }

    .page-header .container-fluid .input-search input {
        height: 45px !important;
    }

    .page-header .container-fluid .input-search .search-btn {
        top: 3px;
    }

    .page-header .container-fluid:has(.page-form-header-container) {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 25px;
        align-items: start;
        margin: 20px 0;
    }

    .page-form-header-container {
        width: 100%;
        display: flex;
        gap: 10px;
        justify-content: space-between;
        align-items: center;
    }

    #form-product .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 30px !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        border: 1px solid #c5c5c5 !important;
    }

    /* Header Ai Assistant Style */
    #header #chat-toggle-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2.5px;
        margin: 7px 15px;
        gap: 8px;
        background: linear-gradient(90deg, #E61E4D 0%, #E31C5F 49.52%, #D70466 100%);
        box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
        border-radius: 999px;
        color: #FFFFFF;
        min-width: 120px;
        transition: all 0.3s ease;
    }

    #header #chat-toggle-btn:hover {
        background: linear-gradient(270deg, #E61E4D 0%, #E31C5F 49.52%, #D70466 100%) !important;
        box-shadow: 0 6px 15px rgb(224 0 0 / 30%) !important;
        transform: translateX(1px);
    }

    #header #chat-toggle-btn > .header-chat-icon-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    #header #chat-toggle-btn > .header-chat-icon-container img{
        width: 40px;
        transition: all 0.5s ease;
    }

    #header #chat-toggle-btn:hover img, #header #chat-toggle-btn:active img {
        rotate: 360deg !important;
    }

     #header #chat-toggle-btn > .header-chat-icon-container span{
        font-size: 18px;
        line-height: 24px;
        font-weight: 500 !important;
     }

    #header #chat-toggle-btn > #notification-dot{
        position: absolute;
        top: 1px;
        left: -10px;
        width: 26px;
        height: 26px;
        background: #ef4444;
        border: 2px solid white;
        border-radius: 50%;
        font-size: 12px;
        display: none;
        align-items: center;
        justify-content: center;
    }

    #header #chat-toggle-btn > #calendar-notification-badge{
        position: absolute;
        top: -5px;
        right: -5px;
        background: #f59e0b;
        color: white;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: bold;
        display: none;
    }

    /* Ai indicator for inputs */
    div input[name*="[name]"] + span.ai-indicator-for-name {
        position: absolute;
        top: 10px;
        z-index: 2;
    }

    /* Reviews Style */
    .reviews-list a.review-link-container {
        width: 100%;
    }
    .reviews-list a.review-link-container .coupon-card {
        width: 100%;
        overflow: auto;
    }

    .reviews-list a.review-link-container .coupon-card input[type=checkbox] {
        min-width: 19px;
        min-height: 19px;
    }

    .reviews-list a.review-link-container .coupon-card div.review-details-container {
        display: flex !important;
        gap: 5px;
        flex-direction: row;
        flex-wrap: nowrap;
        text-wrap: nowrap;
        margin-bottom: 15px !important;
        align-items: center;
    }

    .reviews-list a.review-link-container .coupon-card div.review-details-container div:first-child {
        display: flex;
        align-items: center;
    }

    /* Dir RTL & LTR */

    html[dir=rtl] div input[name*="[name]"] + span.ai-indicator-for-name {
        left: 10px;
    }
    html[dir=ltr] div input[name*="[name]"] + span.ai-indicator-for-name {
        right: 10px;
    }

    html[dir=rtl] .marketing-tools-container .category-section .improvement-steps .step{
        padding-right: 40px;
    }

    html[dir=rtl] .marketing-tools-container .category-section .improvement-steps .step .step-number {
        right: 0;
        left: unset;
    }

    html[dir=ltr] #header #button-menu + .navbar-brand{
        width: 235px !important;
    }

    html[dir=rtl] #column-left {
        border-left: 1px solid #E5E7EB;
    }

    html[dir=ltr] #column-left {
        border-right: 1px solid #E5E7EB;
    }

    html[dir=ltr] .chevron {
        transform: rotate(180deg); /* LTR only */
    }

    html[dir=rtl] #menu > li > ul {
        border-right: 3px solid #E5E7EB;
        margin-right: 30px;
    }

    html[dir=rtl] #menu > li > a > span {
        margin-right: 7px;
    }

    html[dir=ltr] #menu > li > a > span {
        margin-left: 7px;
    }

    html[dir=rtl] #menu > li > ul > li > ul, html[dir=rtl] #menu > li > ul > li > ul > li > ul{
        border-right: 3px solid #E5E7EB;
        margin-right: 20px;
    }

    html[dir=ltr] #menu > li > ul {
        border-left: 3px solid #E5E7EB;
        margin-left: 30px;
    }

    html[dir=ltr] #menu > li > ul > li > ul, html[dir=rtl] #menu > li > ul > li > ul > li > ul{
        border-left: 3px solid #E5E7EB;
        margin-left: 20px;
    }

    /* Table RTL */
    html[dir=rtl] .table thead > tr > td:first-child {
        border-top-right-radius: 8px;
    }

    html[dir=rtl] .table thead > tr > td:last-child {
        border-top-left-radius: 8px;
    }
    
    html[dir=rtl] .table tbody > tr:last-child > td:first-child {
        border-bottom-right-radius: 8px;
    }
    html[dir=rtl] .table tbody > tr:last-child > td:last-child {
        border-bottom-left-radius: 8px;
    }

    html[dir=rtl] .table tfoot > tr:last-child > td:first-child {
        border-bottom-right-radius: 8px;
    }
    html[dir=rtl] .table tfoot > tr:last-child > td:last-child {
        border-bottom-left-radius: 8px;
    }

    /* Table LTR */
    html[dir=ltr] .table thead > tr > td:first-child {
        border-top-left-radius: 8px;
    }

    html[dir=ltr] .table thead > tr > td:last-child {
        border-top-right-radius: 8px;
    }
    
    html[dir=ltr] .table tbody > tr:last-child > td:first-child {
        border-bottom-left-radius: 8px;
    }
    html[dir=ltr] .table tbody > tr:last-child > td:last-child {
        border-bottom-right-radius: 8px;
    }

    html[dir=ltr] .table tfoot > tr:last-child > td:first-child {
        border-bottom-left-radius: 8px;
    }

    html[dir=ltr] .table tfoot > tr:last-child > td:last-child {
        border-bottom-right-radius: 8px;
    }
    
    /* Media Query */
    @media screen and (max-width: 1024px){
        .mtj-card {
            box-sizing: border-box !important;
            overflow: auto;
        }

        .table-order-info, .table-order-info tbody tr, .table-order-info tbody, .table-order-info tbody tr, .table-order-info tbody tr td {
            display: block !important;
            max-width: 100% !important
        }

        #form-product .checkbox-wrapper .btn-subtract span {
            display: none;
        }
        #form-product .checkbox-wrapper .btn-subtract {
          padding: 22px 20px;
        }

        .page-header .container-fluid:has(input[name="filter_name"]), .page-header .container-fluid:has(div.input-search) {
          flex-direction: column;
          gap: 15px;
        }

        .page-header .container-fluid div.input-search, .page-header .container-fluid div.search-btn {
            width: 100%;
            position: relative !important;
            top: unset !important;
        }

        .page-header .container-fluid .page-header-btn-group {
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }


    }
    @media screen and (min-width: 768px){
        #header #button-menu + .navbar-brand {
            background: #FFFFFF;
            width: 235px;
            padding: 15px 9px 30px 9px; 
        }

        #column-left{
            top: 25px !important;
        }

        html[dir=rtl] #header-logo {
            border-left: 1px solid #E5E7EB !important;
            right: 0 !important;
        }

        html[dir=ltr] #header-logo {
            border-right: 1px solid #E5E7EB !important;
            left: 0 !important;
        }
    }

    @media screen and (max-width: 768px){
        .mobile-logo {
            padding: 5px 0 !important;
            width: 35px !important;
            height: unset;
        }

        html[dir=rtl] #column-left {
            left: inherit;
            right: 0;
        }

        html[dir=ltr] #column-left {
            left: 0;
            right: inherit;
        }

        .login > .content > #slideshow div {
            padding: 0.5rem;
        }

        .login > .content > #slideshow > .login-image-text{
            font-size: 14px !important;
            line-height: 20px !important;
            gap: 10px;
        }

        .login > .content > #slideshow > .login-image-text span:first-of-type{
            font-size: 24px !important;
            line-height: 30px !important;
        }

        .login > .user .form-wrap {
            margin: auto !important;
            width: 92%;
        }

        .login > .user .form-wrap .tabs-content{
            padding: 1.2em !important;
        }

        .login > .user .tabs-content .form-title {
            font-size: 18px !important;
            line-height: 24px !important;
        }

         .login > .user .tabs-content .alert {
            font-size: 14px !important;
            line-height: 20px !important;
         }

         .login > .user .tabs-content form .button[type=submit] {
            margin: 10px 0 !important;
            font-size: 16px !important;
         }

         .login > .user .tabs-content .forgot {
            font-size: 14px;
         }

         #filter-product #filter-category {
            height: auto !important;
        }

        .order-title-block .title{
            font-size: 20px;
        }

         .order-header-container-fluid{
            flex-direction: column !important;
            gap: 25px;
            justify-content: start !important;
            justify-items: start;
        }

        .table-order-info {
            display: flex;
            flex-direction: column;
            max-width: 100% !important
        }

        #form-product #tab-option > div:first-of-type{
            flex-direction: column;
            align-items: start !important;
            gap: 10px;
        }

        #form-product .option-panel-sub .attribute-value .btn-block.btn-collapse {
            width: 100% !important;
        }

        #header #chat-toggle-btn {
            position: relative;
            width: auto !important;
            min-width: 43px;
            height: 43px !important;
            padding: 0;
            margin: 8px 1px !important;
            bottom: 0 !important;
            right: 0 !important;
            font-size: 14px !important;
        }

        #header #chat-toggle-btn > .header-chat-icon-container img {
            width: 35px !important;
        }

        #header #chat-toggle-btn > .header-chat-icon-container span {
            display: none !important;
        }

        .page-header .container-fluid .page-header-btn-group .btn.btn-primary span {
            display: none !important;
        }

        .reviews-list a.review-link-container .coupon-card div.review-details-container {
            flex-direction: column;
            align-items: start !important;
            gap: 22px;
        }
        
    }

    @media screen and (max-width: 767px) {
        div#content {
            padding-top: 85px !important;
        }

        
        .page-header h1 {
          font-size: 16px !important;
          line-height: 26px !important;
        }
    }

    @media screen and (max-width: 640px) {
        ul.history-activity-ul > li .history-activity-comment {
            border-top: none !important;
            border-top-left-radius: unset;
            border-top-right-radius: unset;
        }
        ul.history-activity-ul > li .history-activity-time {
            border-bottom: none !important;
            border-bottom-left-radius: unset;
            border-bottom-right-radius: unset;
        }
    }

    @media screen and (max-width: 540px) {
        .mobile-optimised table thead tr:first-child {
            background-color: #f3f4f6  !important;
        }

        .mobile-optimised table thead tr:first-child td:first-child {
           background-color: #f3f4f6  !important;
        }

        .table-responsive.mobile-optimised.mobile-order table.table {
            display: flex !important;
            flex-direction: column;
        }

        .mobile-optimised table td:has(.date):before {
            display: none !important;
        }

        .mobile-optimised table td .order-listing-shipping{
            display: flex !important;
            flex-direction: column;
            gap: 8px;
            margin-bottom: 8px;
        }

        table.table-order-info {
            border: 0 !important;
        }
        
        .table-responsive.mobile-order > .table > tbody > tr > td {
            padding: .4em .5em !important;
        }

        .order-title-block {
            gap: 10px;
        }

        .order-header-content-block {
            flex-direction: column;
            justify-content: center;
        }

        .order-header-review-panel {
            flex-direction: column;
        }

        .table-order-info {
            display: flex;
            flex-direction: column;
        }

        .table-responsive.mobile-order-info > .table > tbody > tr > td {
            float: none !important;
            width: 100% !important;
            display: block !important;
        }

        .page-header .container-fluid .input-search {
            width: 94vw;
            top: -60px;
        }

        .page-form-header-container a span, .page-form-header-container button span {
            display: none !important;
        }

         .page-form-header-container .title {
            font-size: 20px;
         }

        button.btn.btn-primary[type=submit] {
            padding: 0.83rem 1.08rem !important;
        }

        
    }

    @media screen and (max-width: 365px) {
        #header #chat-toggle-btn {
            position: fixed;
            width: auto !important;
            min-width: 45px;
            height: 45px !important;
            padding: 0;
            margin: 20px 5px !important;
        }
    }


   