.body
{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.cmp_input_gm {
    color: #04c !important;
}

.cmp_input_lbh {
    color: #04c !important;
}

.cmp_required::after {
    content: " *";
    color: #d10303 !important;
}

.cmp-text-danger {
    font-size: 12px !important;
    color: #d10303 !important;
}

.forward_reverse {
    min-height: 390px;
    overflow: auto;
    height: 390px;
}

.volume_price {
    background: #f9f9fb;
    margin-top: 15px;
    padding: 15px;
    border-radius: .5rem;
}

.courier-title-heading {
    font-weight: 600;
    font-size: .98rem;
    color: #000;
    line-height: normal;
    margin-bottom: 0;
    padding: 0;
    font-style: normal;
}

.courier-box {
    display: flex;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

.courier-box-rs {
    display: "flex";
    align-items: "center";
}

.delivery_in {
    color: #000;
    font-size: .765rem;
}

.form-text {
    border-top: 1px dashed rgb(204, 204, 204);
    color: #000;
    align-items: center;
    display: flex;
    padding: 5px 0;
    font-size: .645rem;
    margin-top: .25rem;
}

.org_des_box {
    height: 65px;
    padding: inherit;
    margin-left: -15px;
}

.mile-container {
    box-sizing: border-box;
    height: 5%;
    padding: 1.0625rem .08125rem;
    position: absolute;
}

.mile-path {
    border-color: #525b7a;
    border-style: dashed;
    border-left-width: 1.4px;
    height: 100%;
    width: 0px;
}

.mile-container .mile-path:before {
    background-color: #525b7a;
    border-radius: 9999px;
    height: .5rem;
    margin-right: 10px;
    width: .5rem;
    position: absolute;
    top: 0px;
    content: "";
    right: -.65rem;
    z-index: 2;
}

.mile-container .mile-path:after {
    background-color: #525b7a;
    height: .5rem;
    margin-right: 10px;
    width: .5rem;
    position: absolute;
    bottom: 0px;
    content: "";
    right: -.65rem;
    z-index: 2;
}

.fromclass {
    margin-left: 10px;
}

.toclass {
    margin-top: 12px;
    margin-left: 10px;
}

a {
    color: #1F3BB3 !important;
}

.box-class {
    font-weight: 700;
}

.shadow-sm
{
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
    border-radius: 5px !important;
}

.address-textarea {
  height: 50px !important;
  resize: none; /* optional */
}

.text-danger
{
    color: rgb(202 5 5) !important;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 12px;
}

.charge-info-text {
  font-size: 12px !important;
  color: #04c !important;
  font-weight: bold !important;
}

.custom-option {
    padding-left: 0;
    border: 1px solid #dbdade;
    border-radius: .375rem;
    display: block;
    min-height: 1.378125rem;
    padding-left: 1.7em;
    margin-bottom: .125rem;
}

.cmp_modal-lg {
    --bs-modal-width: 60% !important;
}

.selected-rate {
    border: 2px solid #007bff !important;
    background-color: #e7f1ff !important;
    transition: all 0.3s ease;
}

.zonesection {
    color: #1f3bb3;
    font-weight: 600;
    text-transform: uppercase;
}

#sidebar {
    background: #4D194D !important;
}

.nav-link {
    margin: 0;
    color: #fff !important;
    font-weight: bold !important;
}

.menu-icon {
    color: #fff !important;
    font-weight: bold !important;
}

.sidebar .nav .nav-item.nav-category
{
    color: #fff !important;
}

.sidebar-icon-only .sidebar .nav .nav-item.active .nav-link i.menu-icon
{
    color: #1f3bb3 !important;
}


.navbar-brand-wrapper {
    background: #E6E5F3 !important;
}

.navbar-menu-wrapper {
    background: #fff !important;
    height: 70px !important;
}

.welcome-text {
    color: #000 !important;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .dropdown-bordered {
    border: 1px solid #3598dc;
    background: #3598dc;
    color: #fff !important;
    font-weight: bold !important;
}

.kw_button_cancel {
    color: #fff !important;
    background-color: rgb(230, 11, 11) !important;
    border-color: rgb(230, 11, 11) !important;
    text-transform: uppercase;
}

.kw_button_booked {

    color: #155724 !important;
    background-color: #fff !important;
    border-color: #155724 !important;
    font-weight: 900;
    text-transform: uppercase;
}

.awb_design {
    color: blue !important;
}

.response_error {
    color: rgb(230, 11, 11) !important;
    text-transform: capitalize !important;
    font-weight: bold;

    max-width: 250px;
    /* adjust as per table */
    white-space: normal;
    /* allow wrap */
    word-break: break-word;
    /* break long words */
}

.filters-offcanvas {
    width: 600px !important;
}

.filters-left {
    width: 165px;
    border-right: 1px solid #e5e5e5;
    padding: 10px 0;
}

.filters-tab {
    padding: 10px 16px;
    cursor: pointer;
    color: #555;
    position: relative;
}

.filters-tab.active {
    color: #198754;
    font-weight: 500;
}

.filters-tab.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 3px;
    background: #198754;
    border-radius: 2px;
}

.filters-right {
    flex: 1;
    padding: 16px;
    overflow-y: auto;
}


.table-scroll-x {
    overflow-x: auto;
    position: relative;
}

/* Sticky last column */
.sticky-action {
    position: sticky;
    right: 0;
    background: #fff;
    /* or match table bg */
    z-index: 2;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.05);
}

/* Header needs higher z-index */
thead .sticky-action {
    z-index: 3;
}


.blurred_bg {
    backdrop-filter: blur(5px);
}

.tab_header {
    margin-bottom: 5px;
    margin-left: 5px;
    color: #929292;
    font-size: 11px;
}

/* Tabs */
.custom_tab,
.custom_active_tab {
    font-size: 14px;
    border: 1px solid #eee;
    cursor: pointer;
    min-width: 120px;
}

.custom_active_tab {
    background-color: rgba(159, 196, 228, 0.1) !important;
    border-bottom: 2px solid #0c243d;
}

.custom_tab:hover {
    background-color: rgba(159, 196, 228, 0.1) !important;
}

/* Section container */
.tab-section {
    min-width: 260px;
}


.submit-button-movora
{
    background-color: #4D194D !important;
    color: #fff !important;
}

label {
    display: inline-block !important;
    font-size: 13px !important;
    color: #000 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color emoji";
    text-overflow: ellipsis !important;
    font-weight: 600 !important;
}
.reg-movora-img
{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.form-control
{
    padding: 0px 0px 0px 10px !important;
    color: #000 !important;
}

/* 🔹 Mobile responsiveness */
@media (max-width: 768px) {
    .shipment-tabs {
        flex-direction: column;
        gap: 16px;
    }

    .btn-group {
        width: 100%;
    }

    .custom_tab,
    .custom_active_tab {
        flex: 1 1 48%;
        margin-bottom: 6px;
    }
}

/* 🔹 Extra small devices */
@media (max-width: 480px) {

    .custom_tab,
    .custom_active_tab {
        flex: 1 1 100%;
        font-size: 13px;
    }
}

.profile-img
{
  object-fit: cover;
}

.header_button
{
   background-color: #DA627D !important;
   color: #fff;
   border: 1px solid #DA627D !important;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: flex-start;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    /* border-top-left-radius: var(--bs-modal-inner-border-radius); */
    /* border-top-right-radius: var(--bs-modal-inner-border-radius); */
    height: 65px !important;
    background: #4D194D !important;
    color: #fff !important;
    padding: 20px 20px 20px 20px !important;
}

.modal-title {
    margin-bottom: 0 !important;
    line-height: var(--bs-modal-title-line-height) !important;
    font-weight: bold !important;
}

.modal .modal-dialog .modal-content .modal-header .close {
    border: none !important;
    background: transparent !important;
    margin-top: -10px !important;
}

.modal .modal-dialog .modal-content .modal-header .close span {
    font-size: 32px !important;
    font-weight: 400 !important;
    color: #fff !important;
}

.btn-dark {
    background: #006466 !important;
    color: #ffffff;
}

.btn-close
{
    color:  #fff !important;
}



.hide-card {
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.cursor-pointer {
  cursor: pointer;
}

.border-secondary-subtle {
  border-color: #dee2e6;
}



.toggle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.toggle-row:hover {
  background-color: #f5f5f5;
}

.toggle-label {
  font-size: 14px;
  font-weight: 500;
}

/* Switch Smoothness */
.form-switch .form-check-input {
  cursor: pointer;
  transition: background-color 0.2s ease;
}


.preview-label {
  border: 1px solid #000;
  padding: 12px;
  font-size: 12px;
  background: #fff;
}

/* ============================= */
/* PREMIUM SHIPMENT TABS */
/* ============================= */

.shipment-tabs-container {
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 20px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: none;
}

.shipment-tabs-container::-webkit-scrollbar {
  display: none;
}

/* Individual Tab */
.shipment-tab {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  padding: 6px 4px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.shipment-tab:hover {
  color: #111827;
  transform: translateY(-1px);
}

/* Active tab */
.shipment-tab.active {
  color: #111827;
  font-weight: 600;
}

/* Smooth underline animation */
.shipment-tab::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #111827;
  border-radius: 6px;
  transition: width 0.35s ease;
}

.shipment-tab.active::after {
  width: 100%;
}

/* Divider between tabs */
.tab-divider {
  height: 18px;
  width: 1px;
  background: #e5e7eb;
  margin-left: 14px;
}

/* Count badge */
.tab-count {
  min-width: 24px;
  text-align: center;
  background: #f3f4f6;
  color: #374151;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 999px;
  transition: all 0.3s ease;
}

.shipment-tab:hover .tab-count {
  background: #e5e7eb;
}

.shipment-tab.active .tab-count {
  background: #111827;
  color: #ffffff;
  transform: scale(1.05);
}