/* =========================== nepali font  css =========================== */
@font-face {
    font-family: Fontasy Himali;
    src: url("../fonts/FONTASY_HIMALI_TT_NORMAL.ttf");
}
.nepaliFont {
    font-family: Fontasy Himali;
}

body {
    font-family: 'Open Sans', sans-serif;
}

/* Override specific components if necessary */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}

/* =========================== this custom class css  add * with label  to refer required form input =========================== */
.required:after {
    content: "*";
    color: red;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
}

.required {
    font-weight: 400 !important;
}

.boldedFont {
    font-weight: 400 !important;
}
/* =========================== this custom class css  for date input field =========================== */
.date-range {
    width: 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    /* margin-top: 5px; */
}
.input-group-append .input-group-text, .input-group-prepend .input-group-text {
    background-color: #17a2b8!important;
    /* color: #fff; */
    padding: 2px 5px;
}form-control
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500;
}

h1.card-title.my-card-title {
    font-size: 24px;
    text-align: center;
    /* background: green; */
}

/* .form-control {
    border-bottom: 2px solid #1f7771;
} */
.form-control:focus{
    border-bottom: 2px solid #1f7771  !important;
}


.table.form-control {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.grid-view .dataTables_wrapper .dataTables_paginate {
    display: none;
}
.grid-view .dataTables_wrapper .dataTables_info {
    display: none;
}
.grid-view .dataTables_wrapper .dataTables_filter {
    display: none;
}
.grid-view .dataTables_wrapper table {
    display: none;
}
.grid-view .card-container {
    display: block;
    flex-wrap: wrap;
    gap: 10px;
}
/* .grid-view .card {
    border: 1px solid #ddd;
    padding: 10px;
    width: calc(33.333% - 20px);
    box-sizing: border-box;
    border-radius: 5px;
    color: #000;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    font-size: 15px;
} */


.my-card {
    padding: 10px;
    margin: 5px;
    border-left: 4px solid #c28a10;
    width: 444px;
}
.card-link+.card-link {
    margin-left: 0px;
}

.my-card:nth-child(odd) {
    border-left: 4px solid #d51010; /* Light grey for odd cards */
    width: 444px;
}

.my-card:nth-child(even) {
    border-left: 4px solid #210b91; /* White for even cards */
    width: 444px;
}

.btn-active-btn {
    /* background-color: #343a40; */
    color: #183545;
}
.btn-inactive-btn {
    color: #18354566;
}

.create-icon{
    color: #18354566;
}

li.number-page {
    border: 1px solid #d9d0d0a1;
    background: #fff;
    border-radius: 0px;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
}
.pagination li.active.number-page {
    background-color: #007bff;
    border-color: #007bff;
}
li.active.number-page a {
    color: white;
}
li.disabled.number-page a {
    color: #999;
}


.bs-popover-auto[x-placement^=left]>.arrow::after, .bs-popover-left>.arrow {
    top: 6px !important;
}
div#popover111427 {
    top: 80px !important;
}
.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem;
    top: 53px !important;
}

li.ellipsis {
    font-size: 21px;
    font-weight: 700;
    margin-right: 2px;
    margin-left: 2px;
}
.hidden{
    display: none;
}
a{
    color: #000;
}

span.select2-selection.select2-selection--single.select2Invalid{
    border-color: #dc3545;
    border-bottom: 2px solid red;
    padding-right: 2.25rem !important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: 1.3s;
    }
}
.my-card-color{
    background-color: #fff;
}
.fa-trash-alt{
    color: red;
}

.fa-trash-warn{
    color: yellow;
}

a.document_view:hover {
    color: #f50515;
}
a.document_view {
    color: black;
    text-decoration: none;
}




.file-upload-wrapper {
    position: relative;
    display: inline-block;
}

.custom-file-upload {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 16px;
    background-color: #28a745;
    color: white !important;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.custom-file-upload i {
    margin-right: 8px;
}

input[type="file"] {
    display: none;
}

/* .table td {
    padding: 5px;
} */

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #8ecae1;
    border-color: #dee2e6 #dee2e6 #fff;
}

.disabled-tab {
    pointer-events: none !important;
    opacity: 05;
}
.form-group {
    margin-bottom: 3px;
}

.selected {
    background-color: rgba(13, 110, 253, 0.9) !important;
    color: white !important;
}
.selected > tr {
    background-color: rgba(13, 110, 253, 0.9) !important;
    color: white !important;
}


.form-group.row.boder-line-custom {
    border-bottom: 1px solid #c5c5c5;
    padding: 14px;
}


/* Basic styling for the icon */
.icon-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
    margin-right: -8px;
}

/* .icon {
    font-size: 22px;
    color: #0d0e0f8a;
    position: relative;
    z-index: 2;
    cursor: pointer;
} */

.wave {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(52, 152, 219, 0.5);
    z-index: 1;
    animation: none;
    opacity: 0;
    transition: opacity 0.2s;
}

/* Keyframe animation for the wave ring effect */
@keyframes waveAnimation {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(3);
        opacity: 0;
    }
}

/* When hovering over the icon, the wave will animate continuously */
.icon-container:hover .wave {
    animation: waveAnimation 1s infinite;
    opacity: 1;
}


.badge-notification {
    --mdb-badge-font-size: 11px;
    --mdb-badge-padding-x: 0.45em;
    --mdb-badge-padding-y: 0.2em;
    --mdb-badge-margin-top: -11px;
    --mdb-badge-margin-left: 4px;
    position: absolute;
    font-size: var(--mdb-badge-font-size);
    padding: var(--mdb-badge-padding-y) var(--mdb-badge-padding-x);
    margin-top: var(--mdb-badge-margin-top);
    margin-left: var(--mdb-badge-margin-left);
}

.input-group-addon {
    margin-top: 3px;
    margin-left: 5px;
}

.saveCancel {
    margin-top: 13px;
}

.toastrClass  {
    background-color: #3f474e;
    color: white;
}

.hyperlink {
    color: #17a2b8 !important;
    text-decoration: underline;
    cursor: pointer !important;
    font-weight: bold;
}


.attendance-list {
    border-radius: .25rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 35px;
    height: 35px;
}

/* .content-wrapper {
    background-color: #fff;
} */

.bolded {
    font-weight: bold !important;
    background-color: #9999995e !important;
}

.highlightedTabelRow {
    font-weight: bold !important;
    background-color: #ffccb3 !important;

}

.highlightedTabelCell {
    font-weight: bold !important;
    background-color: #dab3ff !important;

}
.red-text{
    color: red;
}
.green-text{
    color: green;
}
.purple-text{
    color: purple;
}

.loading {
    opacity: 0.5;
    background: url("../css/images/loading.gif") no-repeat;
    background-position: center;
    z-index: -1;
}

/* body {
    font-size: 10px;
}

.content-header {
    padding: 10px .5rem;
}

.content-header h1 {
    font-size: 15px;
    font-weight: bold;
}

.form-control-sm {
    height: 30px;
    font-size: 14px;;
}

.table th {
    padding: 4px;
}

.os-content {
    font-size: 13px;
} */

body {
    line-height: 1.5;
}

/* .table th {
    padding: 4px;
} */


div.kanban-column::-webkit-scrollbar {
    width: 5px;
  }

  /* Customize the track of the scrollbar */

  div.kanban-column::-webkit-scrollbar-track {
    background: #fff;
  }

  /* Customize the thumb (the draggable part) */

  div.kanban-column::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 6px;
    border: none;
  }

  /* Customize the thumb when hovered */

  div.kanban-column::-webkit-scrollbar-thumb:hover {
    background: magenta;
  }

  @media (max-width: 767px) {
    div.kanban-column {
      max-height: calc(100vh - 150px);
      overflow-y: auto;
      min-height: calc(100vh - 150px);
    }
  }

  @media (min-width: 768px) {
    div.kanban-column {
      max-height: calc(100vh - 150px);
      overflow-y: auto;
      min-height: calc(100vh - 150px);
    }
  }

  div.kanban-card.dragging {
    opacity: .5;
    transform: scale(.8);
  }

  div.kanban-column.drop {
    background-color: #f0f0f0;
  }

  #mobile-kanban-menu {
    font-size: 0.9em;
  }

  /* @media (min-width: 768px) {
    .nav-tabs {
      display: none;
    }
  } */

  /* @media (min-width: 768px) {
    .tab-content > .tab-pane {
      display: block;
      opacity: 1;
    }
  } */

  @media (min-width: 768px) {
    .kanban-col > .card {
      background-color: var(--bs-primary-bg-subtle)!important;
    }
  }

  @media (min-width: 768px) {
    div.kanban-column::-webkit-scrollbar-track {
      background: var(--bs-primary-bg-subtle);
    }
  }

  @media (max-width: 767px) {
    .kanban-col > .card {
      background-color: #fff;
    }
  }

  .kanban-card .info {
    font-size: 0.9em;
    color: var(--bs-gray);
  }

.pp-box {
    border-radius: 50%;
    font-size: 17px;
    height: 34px;
    left: 18px;
    line-height: 34px;
    /* position: absolute; */
    text-align: center;
    /* top: 0; */
    width: 30px;
    color: white;
}
a.dropdown-item.report-hover:hover {
    background-color: #17a2b8;
    color: #3b3939 !important;
}

svg.tawk-min-chat-icon {
    /* background: red; */
    fill: #ffffff;
}

div#printCard {
    margin-top: -22px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
}
.user-name{
    text-transform:capitalize;
    font-weight: 800;
}

/* Sticky cells for columns */
td.fix {
    position: sticky;
    z-index: 10;  /* Ensures the sticky column is above other cells */
    /* background-color: #fff;   */
    border-right: 1px solid #ddd;  /* Optional: Adds a border for separation */
}

/* Sticky header */
th.fix-header {
    position: sticky;
    top: 0;  /* Keep header at the top of the table */
    z-index: 20;  /* Ensures the header stays above the other rows */
    /* background: #fff; */
    color: #000;  /* Text color */
    border-top: 1px solid #CCC;  /* Optional: Adds a border to the top */
    border-right: 1px solid #CCC;  /* Optional: Adds a border to the right */
}

/* Optional: Style for when multiple sticky columns are used */
th.fix-header.fixed-col-1,
td.fix.fixed-col-1 {
    left: 0;  /* First fixed column */
}

th.fix-header.fixed-col-2,
td.fix.fixed-col-2 {
    left: 100px;  /* Second fixed column */
}

.content-wrapper.kanban {
    height: 1px;
}

.content-wrapper.kanban .content {
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.content-wrapper.kanban .content .container,
.content-wrapper.kanban .content .container-fluid {
    width: max-content;
    display: flex;
    align-items: stretch;
}

.content-wrapper.kanban .content-header+.content {
    height: calc(100% - ((2 * 15px) + (1.8rem * 1)));
}

.content-wrapper.kanban .card .card-body {
    padding: 0.5rem;
}

.content-wrapper.kanban .card.card-row {
    width: 290px;
    display: inline-block;
    margin: 0 0.5rem;
}

.content-wrapper.kanban .card.card-row.shrink {
    width: 165px;
}

.content-wrapper.kanban .card.card-row:first-child {
    margin-left: 0;
}

.content-wrapper.kanban .card.card-row .card-body {
    height: calc(100% - (12px + (1.8rem * 1) + .5rem));
    overflow-y: auto;
}

.content-wrapper.kanban .card.card-row .card:last-child {
    margin-bottom: 0;
    border-bottom-width: 1px;
}

.content-wrapper.kanban .card.card-row .card .card-header {
    padding: 0.5rem 0.75rem;
}

.content-wrapper.kanban .card.card-row .card .card-body {
    padding: 0.75rem;
}

.content-wrapper.kanban .btn-tool.btn-link {
    text-decoration: underline;
    padding-left: 0;
    padding-right: 0;
}

.card-outline {
    border-top: 3px solid #17a2b8 !important;
}

.parentKanbanDiv {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 400px; /* Set height of the parent */
}

.childKanbanDiv {
    width: 70px; /* Set the width of the child */
    height: 100px; /* Set the height of the child */
    text-align: center;
    line-height: 100px; /* Vertically center text inside the child */
    transform: rotate(45deg);
}

#taskListTable th {
    PADDING: 16PX;
}

.callout {
    border-left: 5px solid #e9ecef;
    margin-bottom: 1rem;
    padding: 0px !important;
}
.callout.callout-danger {
    border-left-color: #bd2130;
}
.callout.callout-info {
    border-left-color: #117a8b;
}
.callout.callout-primary {
    border-left-color: #007bff!important;
}

.customer-vendor {
    background-color: #eafaee;
}

.agent-dealer {
    background-color: #f0f5f5;
}

.add-product {
    background-color: #f5f6ee;
}

.product-table {
    background-color: #e6f5ff;
}

.callout-top {
    border-top: 5px solid #e9ecef;
    margin-bottom: 1rem;
    padding: 0px !important;
}
.callout-top.callout-top-danger {
    border-top-color: #bd2130;
}
.callout-top.callout-top-info {
    border-top-color: #117a8b;
}
.callout-top.callout-top-primary {
    border-top-color: #007bff!important;
}
.callout-top.callout-top-success {
    border-top-color: #1e7e34!important;
}
.callout-top.callout-top-warning {
    border-top-color: #d39e00!important;
}

/* .div-outline:hover {
    background-color:#00b3b3 !important;
    border-color:#00b3b3 !important
} */

.color-label-box {
    height: 10px;
    width: 10px;
}


.profile-circle {
    display: inline-block;
    background-color: #0e73d78a;
    margin: 10px;
    border-radius: 50%;
  }

  .profile-circle-inner {
    color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    height: 100px;
    width: 100px;
    font-size: 30px;
  }




/* Modern monochromatic combinations */

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.5rem;              /* Reduced from 1.8rem */
    height: 1.375rem;               /* 22px - optimal for default */
    padding: 0 0.5rem;              /* Reduced horizontal padding */
    font-size: 0.75rem;             /* 12px - standard small text */
    font-weight: 500;               /* Medium weight for balance */
    line-height: 1;                 /* Keep text centered */
    letter-spacing: 0.01em;
    border-radius: 100vh;           /* Full rounded edges */
    transition: all 180ms ease;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: none;           /* No text transform by default */
}

/* Optimized colors for extended viewing */
.badge-primary {
    color: #3b82f6;
    background-color: color-mix(in srgb, #3b82f6 12%, transparent);
}

.badge-success {
    color: #059669;
    background-color: color-mix(in srgb, #059669 12%, transparent);
}

.badge-danger {
    color: #dc2626;
    background-color: color-mix(in srgb, #dc2626 12%, transparent);
}

.badge-warning {
    color: #d97706;
    background-color: color-mix(in srgb, #d97706 12%, transparent);
}

.badge-info {
    color: #0891b2;
    background-color: color-mix(in srgb, #0891b2 12%, transparent);
}

.badge-secondary {
    color: #4b5563;
    background-color: color-mix(in srgb, #4b5563 12%, transparent);
}

.badge-dark {
    color: #374151;
    background-color: color-mix(in srgb, #374151 12%, transparent);
}

/* Refined size variations */
.badge-sm {
    height: 1.125rem;              /* 18px - very compact */
    min-width: 1.125rem;           /* Square aspect for single characters */
    padding: 0 0.375rem;           /* 6px horizontal padding */
    font-size: 0.6875rem;          /* 11px */
}

.badge-lg {
    height: 1.625rem;              /* 26px */
    min-width: 1.625rem;
    padding: 0 0.625rem;           /* 10px horizontal padding */
    font-size: 0.8125rem;          /* 13px */
}

/* Interactive states */
.badge[href] {
    cursor: pointer;
    text-decoration: none;
}

.badge[href]:hover {
    background-color: color-mix(in srgb, currentColor 12%, transparent);
    transform: translateY(-1px);
}

.badge[href]:active {
    transform: translateY(0);
}

/* Group spacing - tighter */
.badge + .badge {
    margin-left: 0.375rem;        /* 6px gap between badges */
}

/* Icon support - refined spacing */
.badge .icon {
    margin-right: 0.25em;         /* Reduced from 0.3em */
    font-size: 0.875em;           /* Slightly smaller than text */
}

/* Status indicator - more compact */
.badge-status {
    position: relative;
    padding-left: 1rem;           /* Reduced from 1.2rem */
}

.badge-status::before {
    content: '';
    position: absolute;
    left: 0.375rem;               /* Reduced from 0.5rem */
    top: 50%;
    width: 0.325rem;              /* Reduced from 0.375rem */
    height: 0.325rem;             /* Reduced from 0.375rem */
    border-radius: 50%;
    background-color: currentColor;
    transform: translateY(-50%);
}

/* RTL Support */
[dir="rtl"] .badge + .badge {
    margin-left: 0;
    margin-right: 0.375rem;
}

[dir="rtl"] .badge .icon {
    margin-right: 0;
    margin-left: 0.25em;
}

[dir="rtl"] .badge-status {
    padding-left: 0;
    padding-right: 1rem;
}

[dir="rtl"] .badge-status::before {
    left: auto;
    right: 0.375rem;
}



.table td,
.table th {
    padding: 5px; /* Top, Right, Bottom, Left */
    vertical-align: middle; /* Ensures content is vertically aligned neatly */
    white-space: nowrap;
}


.filter-container {
    position: relative;
}
.filter-button {
    padding: 2px 15px;
    background-color: #ffffff;
    border: 2px solid #eaecef;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}
.filter-button:hover {
    border-color: #624cf5;
    background-color: #f9f8ff;
}
.filter-button.active {
    background-color: #f9f8ff;
    border-color: #624cf5;
    color: #624cf5;
}
.filter-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    padding: 8px;
    min-width: 140px;
    z-index: 1000;
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.2s ease;
}
.filter-dropdown.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.dropdown-header {
    padding: 5px 6px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #eaecef;
    margin-bottom: 8px;
    font-size: 13px;
}
.filter-option {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 5px;
}
.filter-option:hover {
    background-color: #f9f8ff;
}
.filter-option input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #624cf5;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}
.filter-option input[type="checkbox"]:checked {
    background-color: #624cf5;
}
.filter-option input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    color: white;
    font-size: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.filter-option label {
    cursor: pointer;
    flex-grow: 1;
    font-size: 12px;
    color: #333;
    user-select: none;
}
.filter-button-icon {
    transition: transform 0.2s ease;
}
.filter-button.active .filter-button-icon {
    transform: rotate(180deg);
}

.inventory-report {
    background-color: #fff;
}

.inventory-report:hover {
    background-color:#f0f5f5 !important;
}

.report-card-body {
    padding-top: 3px;
    padding-bottom: 3px;
}

.text-align-right {
    text-align: right;
}


/* .select2-dropdown {
    z-index: 30;
} */


span.info-box-icon.icon-circle {
    width: 50px;
    height: 53px;
    border-radius: 56%;
}

/* custom css for switch */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  /* Hide default HTML checkbox */
  .switch input {display:none;}

  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input.default:checked + .slider {
    background-color: #444;
  }
  input.primary:checked + .slider {
    background-color: #2196F3;
  }
  input.success:checked + .slider {
    background-color: #8bc34a;
  }
  input.info:checked + .slider {
    background-color: #3de0f5;
  }
  input.warning:checked + .slider {
    background-color: #FFC107;
  }
  input.danger:checked + .slider {
    background-color: #f44336;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }

  /* end of custom css for switch */


  /* calendar */
  /* .calendar-container {
    background-color: white;
    overflow: hidden;
}

.calendar-header {
    display: flex;
    align-items: center;
    padding: 10px;
}

#calendar {
    width: 100%;
    border-collapse: collapse;
}

#calendar th,
#calendar td {
    width: 60px;
    height: 75px;
    text-align: center;
    vertical-align: middle;
    border: 0.09px solid #ccc;
    cursor: pointer;
}

#calendar td.empty {
    background-color: #f0f0f0;
}

#calendar td.today {
    background-color: #17a2b8!important;
    color: white;
}
.calender-btn{
    padding: 12px;
}
.calender-btn:hover{
    background-color: #f0f0f0;
    border-radius: 8px;
    border: 0.1px solid #ababab;
}
.date-nep{
    font-size: 20px;
}
.event-text{
    font-size: 12px;
    position: absolute;
    left: 4px;
    top: 4px;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.date-box{
    position: relative;
}
.nepali-day{
    position: absolute;
    left: 0PX;
    bottom: 0px;
    right: -69px;
    font-size: 15px;
} */
.text-success {
    color: #059669 !important;
}


/* custom css for bootstrap 5 mega menu */

.dropdown-mega-menu a {
    text-decoration: none;
    color: #000000;
}
.dropdown-mega-menu a .d-flex {
    transition: all 0.5s;
}
.dropdown-mega-menu .col-sm-6:nth-child(1) a:hover .d-flex {
    background-color: #d1e7dd;
}
.dropdown-mega-menu .col-sm-6:nth-child(2) a:hover .d-flex {
    background-color: #fff3cd;
}
.dropdown-mega-menu .col-sm-6:nth-child(3) a:hover .d-flex {
    background-color: #f8d7da;
}
.dropdown-mega-menu .col-sm-6:nth-child(4) a:hover .d-flex {
    background-color: #e2e3e5;
}
.dropdown-mega-menu .col-sm-6:nth-child(5) a:hover .d-flex {
    background-color: #f8f9fa;
}
.dropdown-mega-menu .col-sm-6:nth-child(6) a:hover .d-flex {
    background-color: #cff4fc;
}

@media only screen and (min-width: 992px) {
    .dropdown-mega-menu {
      width: 55vw;
    }
    .dropdown:hover .dropdown-mega-menu {
      display: flex;
    }
    .dropdown-mega-menu.show {
      display: flex;
    }
}

.rounded-3 {
    border-radius:0.5rem !important;
}

.bg-warning-subtle {
    background-color: #fff3cd !important;
    margin: 5px !important;
}

.bg-danger-subtle {
    background-color: #f8d7da !important;
    margin: 5px !important;
}

.bg-success-subtle {
    background-color: #d1e7dd !important;
    margin: 5px !important;
}

.bg-secondary-subtle {
    background-color: #e2e3e5 !important;
    margin: 5px !important;
}

.bg-info-subtle {
    background-color: #cff4fc !important;
    margin: 5px !important;
}

.bg-light-subtle {
    background-color: #fcfcfd !important;
    margin: 5px !important;
}

.bg-dark-subtle {
    background-color: #ced4da !important;
    margin: 5px !important;
}

.bg-primary-subtle {
    background-color: #cfe2ff !important;
    margin: 5px !important;
}

.bg-tertiary-subtle {
    background-color: 248, 249, 250 !important;
    margin: 5px !important;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.dropdown-menu .icon i.fa-solid {
    align-items: center;
    width: 37px;
    height: 42px;
    font-size: 37px;  /* Set font size to 37px to scale the icon accordingly */
}

.main-header.navbar a.nav-link {
    font-weight: bold;
}

.form-control {
    padding: 5px 5px;
    font-size: 13px;
}


.ql-editor img, .invoice-col img {
    display: block;
    margin: 1em 0;
}

.direct-chat-success .right>.direct-chat-text {
    background-color: #eafaee;
    border-color: #eafaee;
    color: #000;
}
