
.fS-10px{
    font-size: 10px;
}
.fS-11px{
    font-size: 11px;
}
.fs-10px{
    font-size: 10px;
}
.fs-11px{
    font-size: 11px;
}
.fs-9px{
    font-size: 9px;
}
.fs-8px{
    font-size: 8px;
}

.fs-7px{
    font-size: 7px;
}

.fS12px{
	font-size: 12px !important;
}

.fs-12px {
    font-size: 12px !important;
}

.fs-13px {
    font-size: 13px;
}

.fs-14px {
    font-size: 14px;
}
.fs-15px {
    font-size: 15px;
}
.fs-16px {
    font-size: 16px;
}
.fs-17px {
    font-size: 17px;
}
.fs-18px {
    font-size: 18px;
}
.fs-19px {
    font-size: 19px;
}

.fs-20px {
    font-size: 20px;
}

.fS-15px{
    font-size: 15px;
}
.fS-16px {
    font-size: 16px;
}

.fs-25px{
    font-size: 25px;   
}

.fs-30px {
    font-size: 30px;
}

.fixed-header th {
    position: sticky !important;
    top: -1px !important;
}

.search-container .input-group .input-group-text {
    background: white;
    border-right: unset !important;
    padding-left: 7px;
    padding-right: 8px;
}   

.search-container .input-group i {
   color: gray;
}

.search-container .input-group .form-control {
    border-left: unset !important;
    padding-left: unset; 
}

.search-container .input-group .form-control:focus {
    border-left: unset !important;
    padding-left: unset;
}

.msgmi-badge-primary {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:5px;
    background: #f0f8ff;
    width: fit-content;
    color: #1d6fb9;
    border-radius: 4px;
    padding: 4px 8px;
    font-size:12px;
    font-weight:bold;
}

.msgmi-badge-secondary {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:5px;
    background: #f9f9f9;
    width: fit-content;
    color: #4f4f4f;
    border-radius: 4px;
    padding: 4px 8px;
    font-size:12px;
    font-weight:bold;
}

.msgmi-badge-success {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:5px;
    background: #e6f7e6;
    width: fit-content;
    color: #2e7031;
    border-radius: 4px;
    padding: 4px 8px;
    font-size:12px;
    font-weight:bold;
}

.msgmi-badge-danger {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:5px;
    background: #ffe5e5;
    width: fit-content;
    color: #a83232;
    border-radius: 4px;
    padding: 4px 8px;
    font-size:12px;
    font-weight:bold;
}

.msgmi-badge-warning {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:5px;
    background: #fff8e1;
    width: fit-content;
    color: #a67c00;
    border-radius: 4px;
    padding: 4px 8px;
    font-size:12px;
    font-weight:bold;
}

.msgmi-badge-info {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:5px;
    background: #e5f7ff;
    width: fit-content;
    color: #2f6f8f;
    border-radius: 4px;
    padding: 4px 8px;
    font-size:12px;
    font-weight:bold;
}

.msgmi-badge-light {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:5px;
    background: #f7f7f7;
    width: fit-content;
    color: #5a5a5a;
    border-radius: 4px;
    padding: 4px 8px;
    font-size:12px;
    font-weight:bold;
}

.msgmi-badge-dark {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:5px;
    background: #ececec;
    width: fit-content;
    color: #1a1a1a;
    border-radius: 4px;
    padding: 4px 8px;
    font-size:12px;
    font-weight:bold;
}


.jconfirm-content{
    font-size: 14px;
}

.form-select-sm{
    height: 2rem !important;
}

.form-control-sm{
    height: 2rem !important;
}

.btn-sm{
    font-size: 12px !important;
}

.btn-msgmi {
    color: white !important;
    border-color: #083c71;
    background: #083c71 !important;
}

.btn-msgmi:hover {
    color: white !important;
    border-color: #083c71;
    background: #083c71 !important;
}

.text-clr-msgmi {
    color: #083c71;
}

.dt-layout-row{
    font-size: 12px;
}

div.dt-container .dt-paging .dt-paging-button {
    padding: unset !important;
}


::-webkit-scrollbar-thumb:hover {
    cursor: pointer !important;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 54%) !important;
  }
  ::-webkit-scrollbar {
      width: 6px !important;
      height: 4px !important;
      cursor: pointer;
  }
  ::-webkit-scrollbar-track {

      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,10%) !important;
      border-radius: 10px !important;
  }

  ::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 54%) !important;
      /* border: 4px solid gray; */
      margin-top: 1px !important;
  }

.subscribe-btn {
    background-color: #07223d;
    transition: background-color 0.3s ease;
    animation: blink 1s infinite; /* Apply the subtle blink animation */
}

.headerLight .subscribe-btn{
    background: white !important;
    color: #07223d !important;
}

@keyframes blink {
    0% { opacity: 0.5; }
    50% { opacity: 1; }
    100% { opacity: 0.5; }
}

.subscribe-btn:hover {
    background-color: #1a2a6c;
}


.loader-modal {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.loader-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* semi-transparent backdrop */
    z-index: 9998;
}

.loader-content {
    position: relative;
    z-index: 9999;
    top: 35%;
    left: 45%;
}


.loader-content img {
    width: 150px; /* Adjust size as needed */
    height: 100px;
}