/*================================================================================
	Item Name: Vuesax HTML Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

:root {
    --main-color:#1a3c72 ;

}

.wideLayout{

    position: static;
    max-width: 1360px;
    padding: 0px 15px;
    margin: 0 auto;
}


.display-flex{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.display-flex-start{
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.display-flex-end{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.space-between-els > * {
	margin-right: 20px;
}

/* Notification Dropdown - Professional Style Matching Profile Dropdown */
.dropdown-notification {
    position: relative;
    margin-right: 0.5rem;
}

.dropdown-notification .btn-icon {
    transition: all 0.3s ease;
}

.dropdown-notification .btn-icon:hover {
    background: #7367F0 !important;
    border-color: #7367F0 !important;
    box-shadow: 0 4px 8px rgba(115, 103, 240, 0.3) !important;
}

.dropdown-notification .btn-icon:hover i {
    color: #fff !important;
}

.dropdown-notification .btn-icon:active,
.dropdown-notification .btn-icon:focus {
    background: #7367F0 !important;
    border-color: #7367F0 !important;
    box-shadow: 0 2px 4px rgba(115, 103, 240, 0.3) !important;
}

.dropdown-notification .btn-icon:active i,
.dropdown-notification .btn-icon:focus i {
    color: #fff !important;
}

.dropdown-notification .badge-up {
    position: absolute;
    top: 12px;
    right: -2px;
    font-size: 0.7rem;
    padding: 0.42em 0.6em 0.25rem;
    min-width: 1.2rem;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.dropdown-notification .dropdown-menu {
    right: 12px;
    left: auto;
    padding: 0.5rem;
    min-width: 320px;
    max-width: 90vw;
    margin-top: 0.5rem;
}

.dropdown-notification .dropdown-menu .dropdown-header {
    padding: 0.714rem 1.428rem;
    margin-top: 0.714rem;
    margin-bottom: 0.5rem;
}

.dropdown-notification .dropdown-menu .dropdown-title {
    font-size: 1rem;
    font-weight: 600;
    color: #5e5873;
    margin-bottom: 0.25rem;
}

.dropdown-notification .dropdown-menu .text-muted {
    font-size: 0.85rem;
    color: #b4b7bd;
}

.dropdown-notification .notification-list-container {
    padding: 0;
    margin: 0;
}

.dropdown-notification .notification-item {
    display: block;
    padding: 12px 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.dropdown-notification .notification-item:hover,
.dropdown-notification .notification-item:active {
    background: #f4f3fd;
}

.dropdown-notification .notification-item.unread {
    background-color: #f0f4ff;
}



.dropdown-notification .notification-item .notification-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.dropdown-notification .notification-item .notification-details {
    flex: 1;
    min-width: 0;
    padding-right: 0.5rem;
}

.dropdown-notification .notification-item .notification-title-text {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0 0 0.35rem 0;
    color: #5e5873;
    line-height: 1.4;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dropdown-notification .notification-item:hover .notification-title-text,
.dropdown-notification .notification-item:active .notification-title-text {
}

.dropdown-notification .notification-item .notification-message {
    font-size: 0.85rem;
    color: #6e6b7b;
    margin: 0 0 0.35rem 0;
    line-height: 1.5;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dropdown-notification .notification-item:hover .notification-message,
.dropdown-notification .notification-item:active .notification-message {
}

.dropdown-notification .notification-item .notification-time {
    font-size: 0.75rem;
    color: #b4b7bd;
    margin: 0;
    font-weight: 400;
}

.dropdown-notification .notification-item:hover .notification-time,
.dropdown-notification .notification-item:active .notification-time {
}

/* Envelope icon on the right (read/unread status indicator) */
.dropdown-notification .notification-item .notification-status-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
    pointer-events: none;
}

.dropdown-notification .notification-item .notification-status-icon.read {
    color: #7367F0;
}

.dropdown-notification .notification-item .notification-status-icon.unread-icon {
    
}

/* Hover effects for envelope icon (visual feedback only, not clickable) */

.dropdown-notification .notification-item:hover .notification-status-icon.read,
.dropdown-notification .notification-item:active .notification-status-icon.read {
    color: #7367F0;
}

.dropdown-notification .notification-item:hover .notification-status-icon.unread-icon,
.dropdown-notification .notification-item:active .notification-status-icon.unread-icon {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.2);
}


.dropdown-notification .dropdown-item {
    padding: 10px;
}

.dropdown-notification .dropdown-item:hover,
.dropdown-notification .dropdown-item:active {
    background: #7367F0;
    color: #fff;
}

/* Ensure dropdown doesn't overflow viewport */
@media (max-width: 576px) {
    .dropdown-notification .dropdown-menu {
        width: calc(100vw - 2rem);
        right: 1rem;
        left: 1rem;
    }
}

/* Profile Dropdown Button Styling */
.dropdown-user .btn {
    transition: all 0.3s ease;
}

.dropdown-user .btn:hover {
    background: #7367F0 !important;
    border-color: #7367F0 !important;
    box-shadow: 0 4px 8px rgba(115, 103, 240, 0.3) !important;
}

.dropdown-user .btn:hover .user-name,
.dropdown-user .btn:hover .user-status {
    color: #fff !important;
}

.dropdown-user .btn:hover i {
    color: #fff !important;
}

.dropdown-user .btn:active,
.dropdown-user .btn:focus {
    background: #7367F0 !important;
    border-color: #7367F0 !important;
    box-shadow: 0 2px 4px rgba(115, 103, 240, 0.3) !important;
}

.dropdown-user .btn:active .user-name,
.dropdown-user .btn:active .user-status,
.dropdown-user .btn:focus .user-name,
.dropdown-user .btn:focus .user-status {
    color: #fff !important;
}

.dropdown-user .btn:active i,
.dropdown-user .btn:focus i {
    color: #fff !important;
}

/* Fix for navbar positioning */
.navbar-nav.float-right {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.navbar-nav.float-right > li {
    position: relative;
}

/* Additional button styling for admin auth header */
#navbarrr .dropdown-notification .btn-icon,
#navbarrr .dropdown-user .btn {
    margin-left: 7px;
}
.attribute-fileds{
	display: flex;
    border: solid 1px #c1c1c1;
    padding: 20px;
}
.display-flex-between{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.techinical-card-body{

}
.techinical-info{
    display: flex;
    border: solid 1px #7e7e7e;
    padding: 20px;
}
.techinical-header-card-content{
    padding: 10px;
}

.home_main_headings{
    text-align: center;
}

.cat_head_home{
    padding: 14px 0 14px 20px;
    text-align: left;
    font-weight: 600;
    color: #ffce9d;
    margin-bottom: 25px;
    border: 1px solid #8663b3;
    background: #1a3c72;
    border-radius: 50px;
    text-transform: capitalize;
}
.bg-brand-cat{
    background: #1a3c72;
}
.text-orange{
    color: #f77c00;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.text-purple{
    color: #1a3c72;
}
.brand_head_style{
    background: #1a3c72;
    border: 1px solid #a2a2a2;
    width: 25%;
    padding: 2px;
    margin: 0;
    color: #f77c00;
    font-weight: 600;
    padding: 0 7px;
}
.prod_total{
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 14px 0 0 0 !important;
    color: #fff;
}
.remove_mb{
    margin: 0;
}
.mt-14{
    margin-top: 14px;
}
.remove_pad{
    padding: 10px 6px 10px 0;
}
.brand_name{
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.missing_title{
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #6f6f6f;
}
.miss_head{
    color: #6c6c6c;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.tax_style{
    padding: 6px 14px;
    border-bottom: 1px solid #e5e5e5;
}

.flex-justify{
    display: flex;
    justify-content: space-evenly;
}


/* Order Detail Page Start */


/* Prinox Printing Business HTML Template */
/*

	font-family: 'Outfit', sans-serif;
	font-family: 'Inter', sans-serif;
	font-family: 'Teko', sans-serif;
	font-family: 'Quicksand', sans-serif;
	font-family: 'Poppins', sans-serif;
	font-family: 'Roboto', sans-serif;

*/

@import url("global.css");
@import url("header.css");
@import url("footer.css");
@import url("icofont.css");
@import url("font-awesome.css");
@import url("flaticon.css");
@import url("owl.css");


/***

====================================================================
	Font-Family
====================================================================

***/

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap'); */

@font-face {
    font-family: Inter;
    src: url(/fonts/inter/Inter-VariableFont.ttf);
    font-display: swap;
}

@font-face {
    font-family: Quicksand;
    src: url(/fonts/quicksand/Quicksand-VariableFont.ttf);
    font-display: swap;
}

@font-face {
    font-family: Outfit;
    src: url(/fonts/outfit/Outfit-VariableFont.ttf);
    font-display: swap;
}

@font-face {
    font-family: Montaga;
    src: url(/fonts/montaga/Montaga-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: Teko;
    src: url(/fonts/teko/Teko-Regular.ttf);
    font-display: swap;
}

#accountDashboard .accountDashboard_wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
}

#v-pills-tab a.nav-link i {
    display: inline-block;
    margin-right: 5px;
}

#v-pills-tab .nav-link {

    color: var(--mid-dark);
    font-size: 14px;
    font-weight: 500;
    border-radius: 0px;
    margin-bottom: 5px;
    border: 1px solid #ccc;

}

#v-pills-tab .nav-link:hover {
    background-color: #ccc;

}

#v-pills-tab .nav-link.active {
    color: white;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);

}

#accountDashboard #v-pills-tabContent{
    padding: 5px 20px;
}

#accountDashboard #editProfileForm{

    max-width: 800px;
}
.profile-form .form-group {
    padding: 0 0px 3px;
    border-radius: 0px;
    background-color: #fff;
    color: var(--mid-dark);
    font-size: 13px;

}

.profile-form .form-group .form-control {

    border-radius: 0px;
    height: 38px;
    border-color: #dedede;
    font-size: 13px;
    color: var(--mid-dark);
    margin-bottom: 25px !important;

}

.profile-form .form-group .form-control:focus {
    box-shadow: none;
}

.profile-form .form-group .form-control:not([disabled]) {
    border-color: var(--main-color);
}

.profile-form button,
#logout-popup .popup-content .logoutBtn{

    display: inline-block;
    padding: 5px 20px;
    font-size: 13px;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;

}

.profile-form button#editProfileBtn,
#logout-popup .popup-content .canceLogout {
    border: 1px solid #fc9638;
    background-color: white;
    margin-right: 10px;
}

.profile-form button#editProfileBtn:hover,
#logout-popup .popup-content .canceLogout:hover {
    background-color: var(--main-color);
    color: white;
}

.profile-form button#savebtn {
    cursor: not-allowed;
    border: 1px solid #dedede;
    background-color: #e9ecef;
    opacity: 1;
    color: var(--mid-dark);
}

.profile-form button#savebtn.allow,
#logout-popup .popup-content .confirmLogout{

    color: white;
    background-color: var(--main-color);
    cursor: pointer;
}

.profile-form button#savebtn.allow:hover,
#logout-popup .popup-content .confirmLogout:hover {

    background-color: white;
    color: var(--main-color);
    border-color: var(--main-color);
    color: var(--mid-dark);

}

.order-detail {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.order-detail-button,.edit-detail-button {

    display: inline-block;
    border: 1px solid var(--main-color);
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 0px;
    transition: all 0.1s ease-in-out;
    background-color: white;

}

.order-detail-button:hover,.edit-detail-button:hover {
    background-color: var(--main-color);
    color: white;
}



.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 0px;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}

#logout-popup .popup-content {
    max-width: 400px;
    text-align: center;
    animation: shake 0.4s ease-in-out;
    animation-delay: 0.2s;
}

#ordetailPopup .popup-content::-webkit-scrollbar {
    width: 5px;
}
#ordetailPopup .popup-content::-webkit-scrollbar-thumb {
    background: #5e5e5f;
    border-radius: 10px !important;
}
#ordetailPopup .popup-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #c3c3c3;
    border-radius: 10px;
}

#logout-popup .popup-content .logoutBtn {
    border: 1px solid var(--main-color);
}

#logout-popup .popup-content .confirmLogout {
    margin-right: 10px;
}

#ordetailPopup .popup-content {
    max-width: 1200px;
    position: relative;
}


#v-pills-orders h3,#v-pills-profile h3 {

    margin-bottom: 15px;
    color: var(--color-three);
    font-size: 20px;
    text-transform: capitalize;
    font-family: Outfit;
    font-weight: 600;

}
#v-pills-orders table {
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-spacing: 0;
    border: none;
    font-size: 14px;
    border-collapse: collapse;

}

#v-pills-orders table th {
    background-color: var(--main-color);
    color: white;
}

#v-pills-orders table tr:hover {
    background-color: #ccc;
}

#v-pills-orders table tr:nth-child(even) {
    background-color: #f2f2f2;
}

#v-pills-orders table th,
#v-pills-orders table td {

    text-align: center;
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;

}

/* Order Details Popup  Start*/
.close-odPopup{

    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 36px;
    background: transparent;
    color: red;
    height: 30px;
    width: 30px;
    font-family: cursive;
}
.bg-highlight{
    background-color: #f2f2f2 !important;
}

#popup-order-details{
    padding: 20px;

}
#popup-order-details .top-header{

    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

#popup-order-details .top-header h2{

    font-size: 18px;
    font-weight: 700;

}

#popup-order-details table th{

    background-color: var(--main-color);
    color: white;
    font-size: 16px;
}


#popup-order-details .order-details {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
  }

  #popup-order-details .order-details .detailsPartNo span{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
     overflow: hidden;

  }


  #popup-order-details .order-details thead tr th:nth-child(2){ width: 60%;}

  #popup-order-details td,
  #popup-order-details th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    vertical-align: baseline;
    background-color: #efefef;
  }

  #popup-order-details th {
    background-color: #f9f9f9;
  }

  #popup-order-details .button {
    display: inline-block;
    background-color: #007bff;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 20px;
  }
  #popup-order-details .no-border{
      border: none;
  }
  .text-center{
      text-align: center !important;
  }
  .text-right{
      text-align: right !important;
  }
  #popup-order-details td:empty{
      border: none;
      background-color: white;
  }

  #popup-order-details .address-details{
    margin-bottom: 10px;
  }

  #popup-order-details .address-details h3{

    background-color: var(--main-color);
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 8px;

  }

  #popup-order-details .address-detail{

    background-color: #efefef;
    border: 1px solid #dddddd;
    padding-inline:0px;


  }
  #popup-order-details .address-detail:nth-child(2){
    margin-left: -1px;
  }
    #popup-order-details .address-detail>*{
        padding-left: 10px;
    }

  #popup-order-details .billing-address-field span,#popup-order-details .shipping-address-field span{

      display: inline-block;
      margin-top: 4px;
      margin-bottom: 4px;
      font-size: 14px;
      color: var(--mid-dark);
      font-family: var(--font-family-Outfit);
  }


  #popup-order-details .billing-address-field span:empty, #popup-order-details .shipping-address-field span:empty{
    display: none;
  }

  #popup-order-details .billing-address-field span:empty+br, #popup-order-details .shipping-address-field span:empty+br{
    display: none;
  }

  #popup-order-details .billing-address-field span:empty+span.comaSeparator,#popup-order-details .shipping-address-field span:empty+span.comaSeparator {
    display: none;
}

  #popup-order-details .top-header .order-summary-box{
    float: right;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }

  #popup-order-details .top-header .order-summary-box P{
    margin-block: 0px;
    color: var(--mid-dark);
    font-size: 14px;
 }

  #popup-order-details .top-header .order-summary-box .order-number{
    margin-right: 20px;
  }


  #popup-order-details .info-header{

      display: flex;
      align-items: flex-start;
      justify-content: space-between;

  }


  #popup-order-details .live-info-box p{

    margin-block: 2px;
    border: 1px solid white;
  }
  #popup-order-details .live-info-box p:first-child(){

    margin-top: 0px;
  }

/* Order Details Popup  End*/
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    50% { transform: translateX(10px); }
    75% { transform: translateX(-10px); }
    100% { transform: translateX(0); }
  }

  @keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }


  @media only screen and (max-width: 767px) {

    .g_in_spacing_inline{

        padding-inline: 0px;
    }

    #accountDashboard .accountDashboard_wrapper{
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #accountDashboard #v-pills-tab{

        flex-direction: row !important;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }
    #accountDashboard #v-pills-tabContent #v-pills-orders{
        overflow: auto;
    }
    #v-pills-tab .nav-link{
        margin-bottom: 0px;
        background-color: #e9ecef;
        border: 1px solid #dedede;
        flex-grow: 1;
        text-align: center;
    }
    .profile-form .profile-form_container{


        padding: 20px 0px;
    }

  }

  @media only screen and (max-width: 575px) {
    #popup-order-details{
        padding: 0px;
    }
    #logout-popup .popup-content{
        max-width: 294px;
    }
    #v-pills-tab .nav-link{
        padding-inline:0px;
        font-size: 12px;
    }
    .order-detail-button{
        padding: 5px;
        width: 80px;
        font-size: 12px;
    }
    .close-odPopup{
        font-size: 30px;
    }
    #popup-order-details .top-header h2{

        font-size: 14px;
    }
    #popup-order-details .top-header .order-summary-box{
        flex-direction: column;
    }
    #popup-order-details .top-header .order-summary-box .order-number{
        line-height: normal;
    }
    #popup-order-details .address-details h3{
        margin-inline: -1px;
    }
    #popup-order-details .address-detail:nth-child(2){
        margin-left: 0px;

    }
    .close-odPopup{
        top: -5px;
        right: 0px;
    }
  }

    @media only screen and (max-width: 390px) {

        #ordetailPopup .popup-content{
            padding: 25px 7px 5px;
        }
  }

  .border-top-2{
    border-top: 2px solid;
  }




/* Order Detail Page End */


/* ═══════════════════════════════════════════════════════════
   GLOBAL ADMIN RESPONSIVE STYLES
   ═══════════════════════════════════════════════════════════ */

/* ── All screens: base fixes ──────────────────────────── */
.app-content .content-wrapper {
    overflow-x: hidden;
}
.card {
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
}

/* ── Tablet ≤992px ────────────────────────────────────── */
@media (max-width: 992px) {
    .app-content {
        padding: 0 10px !important;
    }
    .content-header-title {
        font-size: 1.1rem !important;
    }
    .breadcrumb {
        font-size: 0.78rem;
    }
    /* Search bars on listing pages */
    .search-menu {
        flex-wrap: wrap;
    }
    .search-menu .form-control {
        margin-bottom: 6px;
    }
    /* Cards grid */
    .card-body.card-dashboard {
        padding: 12px;
    }
    /* DataTables */
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        text-align: left !important;
        margin-bottom: 8px;
    }
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        text-align: center !important;
        margin-top: 8px;
    }
    /* Form layouts */
    .form-group.row .col-md-2,
    .form-group.row .col-md-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ── Phone ≤768px ─────────────────────────────────────── */
@media (max-width: 768px) {
    .app-content {
        padding: 0 6px !important;
    }
    .content-wrapper {
        padding: 10px 0 !important;
    }
    .content-header-title {
        font-size: 1rem !important;
    }
    .breadcrumb-wrapper {
        display: none;
    }
    /* Cards */
    .card .card-header {
        padding: 10px 14px;
    }
    .card .card-body {
        padding: 10px 12px;
    }
    /* Tables */
    .global-table-format table {
        font-size: 12px;
    }
    .global-table-format table th,
    .global-table-format table td {
        padding: 6px 5px;
        font-size: 12px;
        white-space: nowrap;
    }
    /* DataTables pagination */
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 4px 8px !important;
        font-size: 12px;
    }
    /* Search bars */
    .search-result-info {
        padding: 8px 0;
    }
    .search-result-info .form-control {
        font-size: 13px;
        padding: 6px 10px;
        margin-bottom: 6px;
    }
    .search-result-info .btn {
        font-size: 12px;
        padding: 6px 12px;
    }
    /* Breadcrumb area */
    .breadcrumbWrapper {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .companySelection-box {
        margin-top: 8px;
        width: 100%;
    }
    .companySelection-box select {
        width: 100%;
    }
    /* Modals */
    .modal-dialog {
        margin: 10px;
    }
    .modal-lg {
        max-width: calc(100% - 20px);
    }
    /* Show/detail pages */
    .col-md-6, .col-md-4, .col-md-3 {
        margin-bottom: 8px;
    }
    /* Buttons row */
    .btn-group, .d-flex.gap-2 {
        flex-wrap: wrap;
    }
}

/* ── Small phone ≤576px ───────────────────────────────── */
@media (max-width: 576px) {
    .app-content {
        padding: 0 4px !important;
    }
    .content-header-title {
        font-size: 0.9rem !important;
    }
    .card .card-header {
        padding: 8px 10px;
    }
    .card .card-body {
        padding: 8px 10px;
    }
    /* Tables even smaller */
    .global-table-format table th,
    .global-table-format table td {
        padding: 5px 4px;
        font-size: 11px;
    }
    /* DataTables info row */
    .dataTables_wrapper .dataTables_length select {
        font-size: 12px;
    }
    .dataTables_wrapper .dataTables_info {
        font-size: 11px;
    }
    /* Select2 dropdowns */
    .select2-container {
        width: 100% !important;
    }
    /* Badges */
    .badge {
        font-size: 10px;
        padding: 3px 6px;
    }
    /* Action buttons in tables */
    .badge.badge-info, .badge.badge-danger {
        display: inline-block;
        margin: 2px 0;
    }
    /* Alert boxes */
    .alert {
        font-size: 13px;
        padding: 10px 12px;
    }
}

/* ── Very small phone ≤400px ──────────────────────────── */
@media (max-width: 400px) {
    .card .card-body {
        padding: 6px 8px;
    }
    .global-table-format table th,
    .global-table-format table td {
        padding: 4px 3px;
        font-size: 10px;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 3px 6px !important;
        font-size: 11px;
    }
    h2.content-header-title {
        font-size: 0.85rem !important;
    }
}

