.bg-primary-custom {
    background-color: #081ada;
    border-color: #6c757d;
    color: white;
    font-size: 12px;
}

.fw-bold-custom {
    font-weight: bold;
}

.mr-10-custom {
    margin-right: 10px;
}

.w-150-custom {
    width: 150px;
}

.d-block-custom {
    display: block;
}

.mt-40-custom {
    margin-top: 40px;
}

.mt-10-custom {
    margin-top: 10px;
}

.w-100-custom {
    width: 100%;
}

.p-10-custom {
    padding: 10px;
}

.text-green-custom {
    color: green;
}

.text-white-custom {
    color: white;
}

.bg-secondary-custom {
    background-color: #3424ea;
    border-color: #6c757d;
    color: white;
    font-size: 12px;
}

.text-black-bold {
    color: black;
    font-weight: bold;
}

.px-10-20-text-14 {
    padding: 10px 20px;
    font-size: 14px;
}

.w-60-custom {
    width: 60px;
}

.w-180-custom {
    width: 180px;
}

.max-w-700-custom {
    max-width: 700px;
}

.bg-danger-custom {
    background-color: #da085c;
    border-color: #6c757d;
    color: white;
}

.mt-7-ml--10-custom {
    margin-top: 7px;
    margin-left: -10px;
}

.text-center-bold-red {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: red;
    margin-top: 20px;
}

.text-center-custom {
    text-align: center;
}

.mt-20-custom {
    margin-top: 20px;
}

.ml-20-custom {
    margin-left: 20px;
}

.mt-12-custom {
    margin-top: 12px;
}

.mt-12-mr-170-custom {
    margin-top: 12px;
    margin-right: 170px;
}

.mr-260-custom {
    margin-right: 260px;
}

.ml-15-custom {
    margin-left: 15px;
}

.w-5rem-h-5rem {
    width: 5rem;
    height: 5rem;
}

.text-14-custom {
    font-size: 14px;
}

.mr-5-custom {
    margin-right: 5px;
}

.ml-1-custom {
    margin-left: 1px;
}

.mt-29-custom {
    margin-top: 29px;
}

.text-green-mr-202-mt-20 {
    color: green;
    margin-right: 202px;
    margin-top: 20px;
}

.table-fixed {
    table-layout: fixed;
}

.text-left-fs-20 {
    padding-top: unset;
    text-align: left;
    font-size: 20px;
}

.pt-unset-text-left-m-1-6 {
    padding-top: unset;
    text-align: left;
    margin: 1px 6px;
}

.d-flex-center {
    display: flex;
    justify-content: center;
}

.w-700 {
    width: 700px;
}

.mt-10-w-190 {
    margin-top: 10px;
    width: 190px;
}

.w-190-ml--15 {
    width: 190px;
    margin-left: -15px;
}

.ml--15 {
    margin-left: -15px;
}

.w-700-ml--15 {
    width: 700px;
    margin-left: -15px;
}

.d-flex-ai-start {
    display: flex;
    align-items: flex-start;
}

.m-4-10-0-0 {
    margin: 4px 10px 0 0;
}


.mr-10-bg-primary {
    margin-right: 10px;
    background-color: #007bff;
    border-color: #007bff;
}

.ml-10-bg-secondary {
    margin-left: 10px;
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
}

.ml-10-bg-danger {
    margin-left: 10px;
    background-color: #da085c;
    border-color: #6c757d;
    color: white;
}

.max-w-130-max-h-200-mt-10 {
    max-width: 130px;
    max-height: 200px;
    margin-top: 10px;

}

.d-flex-ai-center-mt-25 {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.ml-15 {
    margin-left: 15px;
}

.d-flex-ai-center-mb-15 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.d-flex-ai-center-mt-15 {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.w-80-h-40-br-3-bg-green-b-1-d-flex-center {
    width: 80px;
    height: 40px;
    border-radius: 3px;
    background-color: green;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-70-bg-green-text-white-float-left {
    width: 70%;
    background-color: green;
    color: white;
    float: left;
    line-height: 20px;
    font-size: 16px;
}

.w-30-bg-green-text-white-float-left-border-left {
    width: 30%;
    background-color: green;
    color: white;
    float: left;
    border-left: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    height: 108%;
    padding-right: 5px;
    line-height: 1;
}

.w-25-h-20-br-50-bg-black-text-white-d-flex-center {
    width: 25px;
    height: 20px;
    border-radius: 50%;
    background-color: black;
    color: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.w-25-h-25-br-50-bg-black-text-white-d-flex-center {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: black;
    color: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-auto {
    height: auto;
}

.ml-10 {
    margin-left: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20-text-center-d-flex-center {
    margin-top: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.mt-20-ml-2 {
    margin-top: 20px;
    margin-left: 2px;
}

.mt-5-ml-2 {
    margin-top: 5px;
    margin-left: 2px;
}

.w-100-h-500 {
    width: 100%;
    height: 500px;
}

.w-100-h-auto {
    width: 100%;
    height: auto;
}

.d-inline-block-mr-15 {
    display: inline-block;
    margin-right: 15px;
}

.d-inline-block {
    display: inline-block;
}

.mt-60 {
    margin-top: 60px;
}

.text-red {
    color: red;
}

.text-black {
    color: black;
}

.text-left-w-auto-no-box {
    text-align: left;
    width: auto;
    box-sizing: unset;
}

.textarea-custom {
    width: 100%;
    font-size: 16px;
    resize: none;
}

.text-red-bold {
    color: red;
    font-weight: bold;
}

.d-flex-start-gap-10 {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.max-width-65 {
    max-width: 65%;
}

.w-150-inline-mr-10 {
    width: 150px;
    display: inline-block;
    margin-right: 10px;
}

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

.mt-30 {
    margin-top: 30px;
}

.link-custom {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    border-bottom: 1px solid #fff;
    transition: border-bottom 0.3s;
}

.mt-mb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.text-left-mt-30-ml-10 {
    text-align: left;
    margin-top: 30px;
    margin-left: 10px;
}

.mt-25 {
    margin-top: 25px;
}

.text-red-sm {
    color: red;
    font-size: 80%;
}

.d-contents {
    display: contents;
}

.font-bold-blue {
    font-weight: bold;
    color: rgb(94, 118, 197);
}

.min-h-30 {
    min-height: 30px;
}

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

.text-wrap {
    white-space: normal;
}

.custom-button {
    padding: 12px 12px;
    font-size: 16px;
    width: 120px;
    border-radius: 5px;
}

.overflow-x-auto {
    overflow-x: auto;
}

.align-items-center-custom {
    align-items: center;
}

.flex-align-center {
    display: flex;
    align-items: center;
}


.mt-2-custom {
    margin-top: 2px;
}

.font-size-18 {
    font-size: 18px;
}

.flex-align-center-mt20 {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.btn-custom {
    padding: 5px 10px;
    font-size: 16px;
    background-color: #007bff;
    color: white;
    margin-top: 25px;
    border: none;
    cursor: pointer;
}

.full-width-margin {
    margin-top: 15px;
    width: 100%;
}

.custom-box-168 {
    height: 168px;
    overflow: hidden;
    text-align: right;
}

.custom-box-100 {
    max-height: 100%;
}

.flex-container {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.margin-top-30-center {
    margin-top: 30px;
    text-align: center;
}

.margin-20 {
    margin: 20px;
}

.margin-10-25 {
    margin-left: 10px;
    margin-top: 25px;

}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-10 {
    margin: 10px;
}

.bold-text-left {
    font-weight: bold;
    text-align: left;
}

.btn-custom-style {
    margin-left: 100px;
    background-color: #da085c;
    border-color: #6c757d;
    color: white;
}

.spacing-custom {
    gap: 1rem 0;
}

.content-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.small-box-highlight {
    width: 20px;
    height: 20px;
    background-color: #beff33;
    border: 1px solid #ccc;
    margin-right: 10px;
}

.yellow-box {
    width: 20px;
    height: 20px;
    background-color: #ffe633;
    border: 1px solid #ccc;
    margin-right: 10px;
}

.aqua-box {
    width: 20px;
    height: 20px;
    background-color: #33ffe9;
    border: 1px solid #ccc;
    margin-right: 10px;
}

.blush-square {
    width: 20px;
    height: 20px;
    background-color: #fcc8e5;
    border: 1px solid #ccc;
    margin-right: 10px;
}

.limited-width {
    max-width: 45%;
}

.medium-width {
    max-width: 75%;
    width: 70%;
}

.block-display {
    display: block;
}

.margin-60 {
    margin-top: 60px;
}

.full-width-padding {
    margin-bottom: 10px;
    width: 100%;
    padding: 5px;

}

.display-none-custom {
    display: none;
}

.display-block-custom {
    display: block;
}

.element {
    margin: 20px;
    padding: 10px 20px;
}

.position-relative {
    position: relative;
}

.flex-container-374 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

.no-padding-left-362 {
    padding-left: 0px;
}

.fixed-width-914 {
    width: 300px;
}

.bg-silver-728 {
    background-color: silver;
}

.center-box-591 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.padded-text-836 {
    padding: 10px;
    font-size: 95%;
}

.centered-box-472 {
    text-align: center;
    background-color: #F0F0F0;
    padding: 20px;
    margin-top: 20px;
}

.container-height {
    height: 100%;
}

.flex-container-custom {
    display: flex;
}

.pre-line-text-custom {
    white-space: pre-line;
    margin-top: 10px;
}

.centered-text {
    margin-top: 10px;
    text-align: center;
}

.image-cover {
    object-fit: cover;
    width: 100%;
    height: 65%;
}

.mt-10-ml-15 {
    margin-top: 10px;
    margin-left: 15px;
}

.flex-align-center-mt-15 {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.bold-text-custom {
    font-weight: bold;
    color: rgb(94, 118, 197);
}

.button-style-p-fs-br {
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 5px;
}

.no-wrap {
    white-space: nowrap;
}

.full-width-text {
    width: 100%;
    font-size: 16px;
}

.table-custom {
    border-spacing: 10px;
}

.border-bottom-custom {
    border-bottom: 1px solid #ddd;
}

.bold-padding {
    padding-top: 10px;
    font-weight: bold;
}

.bold-green {
    font-weight: bold;
    color: green;
}

.margin-bottom-custom {
    margin-bottom: 10px;
}

.mt-23-custom {
    margin-top: 23px;
}

table-w-bc-ta-va {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
}

.center-table {
    text-align: center;
    vertical-align: middle;
}

.flex-center {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.flex-align-center-custom {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.width-52-margin-right-14 {
    width: 52px;
    margin-right: 14px;
}

.skyblue-bold {
    color: skyblue;
    font-weight: bold;
}

.width-25 {
    width: 25%;
}

.width-70 {
    width: 70%;
}

.width-95 {
    width: 95%;
}

.width-10 {
    width: 10%;
}

.width-44 {
    width: 44%;
}

.small-select {
    font-size: 12px;
    padding: 19px 16px;
    height: 20px;
    border-radius: 4px;
}

.svg-background {
    enable-background: new 0 0 768 1158.7;
}

.absolute-position {
    position: absolute;
}

.centered-flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ml-70-custom {
    margin-left: 70px;
}

.ml-75-custom {
    margin-left: 75px;
}

.wide-121-custom {
    width: 121%;
}

.custom-style {
    font-size: 15px;
    padding: 5px 10px;
    margin-top: 30px;
}

.mt-32-custom {
    margin-top: 32px;
}

.float-right {
    float: right;
}

.max-height-100 {
    max-height: 100px;
}

.width-500 {
    width: 500px;
}

.bg-light-custom {
    background-color: #f8f9fa;
}

.text-value-lg {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-col {
    flex: 0 0 19%;
    max-width: 19%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* .blinking-text {
    animation: blinker 1s linear infinite;
} */

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


.dashboard-card {
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.dashboard-card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.dashboard-icon {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.9);
}

.chart-container {
    position: relative;
    width: 100%;
    height: 400px;
}

@media (max-width: 768px) {
    .chart-container {
        height: 250px;
    }
}

.charts-container .chart-canvas {
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 768px) {
    .charts-container .chart-canvas {
        height: 250px !important;
    }
}

.app-header-custom {
    background-color: white;
    color: black;
    display: flex;
    align-items: center;
    height: 60px;
}

.w-50px {
    width: 50px;
}

.pad-right-20 {
    padding: 0px 20px 0px 0px;
}

.text-blueviolet {
    color: blueviolet;
}

.nav-item::marker {
    content: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#decrease-font {
    background-color: rgb(27, 27, 243);
    /* Change to desired color */
    color: white;
    /* Text color */
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
}

#increase-font {
    background-color: rgb(43, 43, 248);
    /* Change to desired color */
    color: white;
    /* Text color */
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
}

#speaker {
    background-color: rgb(248, 55, 55);
    /* Change to desired color */
    color: white;
    /* Text color */
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;

}

.list-group-horizontal .list-group-item {
    border: none;
}

.navmenu2 {
    padding-top: 5px;
    margin-bottom: -10px;
    font-weight: bold;
    color: red;
}

.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
}

.loader.active {
    display: block;
}
/* 
.container {
    max-width: 100%;
} */

#kmsDropdown {
    width: 150px;
    /* Adjust the width as needed */
}

.btn-clean {
    border: none;
    background: transparent;
}

.btn-grey {
    height: 100%;
    padding: 0 10px;
    margin-right: 5px;
    background-color: grey;
    color: white;
    border: none;
}

.square-1rem {
    width: 1rem;
    height: 1rem;
}

.square-1_5rem {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 5px;
}


/* .full-width {
    width: 100% !important;
} */

.full-width {
    width: 100% !important;
    background-color: rgb(0, 183, 255);
    color: white;
}

.rememberMe {
    padding-left: 1px;
}

.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
}

.overlay.active {
    display: block;
}

.input-group-append {
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

#toggleText {
    font-size: 14px;
    cursor: pointer;
}

.input-group {
    position: relative;
}

.text-red-multiline {
    color: red;
    white-space: pre-line;
}

.justify-content-center {
    background-color: #ebd1b4;
    font-family: "Poppins", sans-serif;
}

.centered-option {
    text-align: center;
    /* Center-align the text */
}



/* Styles for the popup container */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: #f0f0f0;
    /* Body color */
    border: 1px solid #ccc;
    z-index: 2;
    text-align: center;
}

.form-control,
.form-select {
    font-size: 0.80rem;
    font-weight: 500;
}

/* Styles for the popup header */
.popup-header {
    background: #4c7088;
    /* Header color */
    color: #fff;
    /* Header text color */
    padding: 10px;
}

/* Styles for the close button */
.popup-close {
    cursor: pointer;
    color: #fff;
    background-color: #3c94e7;
    /* Close button color */
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
    margin-top: 15px;
    font-size: 14px;
    /* Adjust the margin as needed */
}

.popup-close:hover {
    background-color: rgb(43, 65, 192);
    /* Close button hover color */
}


.blinking-2s-text {
    animation: blinker 2s linear infinite;
}

/* @@keyframes blinker {
    50% {
        opacity: 0;
    }
} */

.blinking-text:hover {
    animation: none;
}

#container {
    font-weight: bold;
}

.popup-content {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.req_field {
    color: red;
}

.ui-widget-content a {
    color: #0d6efd;
    text-decoration: underline;
    display: block;
}

/* Increase text size for table headers */
.ui-jqgrid .ui-jqgrid-labels-18 th {
    font-size: 18px;
    /* Adjust font size as needed */
}

#gridTable {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}

.ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels th div {
    overflow: hidden;
    position: relative;
    height: auto;
    margin: 7px 4px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #cccccc;
    background: white;
    color: black;
    text-indent: initial;
    border-spacing: 2px;
    caption-side: bottom;
    border-collapse: collapse;
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    unicode-bidi: isolate;


}

/* Increase text size for pagination controls */
.ui-jqgrid .ui-pg-table .ui-pg-button-14 {
    font-size: 14px;
    /* Adjust font size as needed */
}


.ui-widget-content {
    border: 1px solid #f0f3f5;
    background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;

}

table-bordered,
.table-bordered th,
.table-bordered td {
    border: 0px;
    border-color: #d8dbe0;
}

.ui-jqgrid tr.jqgrow>td,
.ui-jqgrid tr.jqgroup>td,
.ui-jqgrid tr.jqfoot>td {
    padding: 4px 8px;
}

ui-widget {
    font-family: "Poppins", sans-serif;
    font-size: 1.4em;
}

.ui-jqgrid>.ui-jqgrid-view input,
.ui-jqgrid>.ui-jqgrid-view select,
.ui-jqgrid>.ui-jqgrid-view textarea,
.ui-jqgrid>.ui-jqgrid-view button {
    font-size: 15px;
}


.hidden {
    display: none;
}

.ui-jqgrid .ui-jqgrid-labels-fs-16 th {
    font-size: 16px;
}

.ui-jqgrid .ui-jqgrid-htable th.ui-th-column-rgb {
    background-color: rgb(99, 166, 248) !important;
    /* Adjust the background color as needed */
    color: rgb(255, 255, 255) !important;
    /* Adjust the text color as needed */
}

#gridTable th {
    white-space: wrap;
}


/* Styles for jqGrid */
.ui-jqgrid {
    font-family: 'Poppins', sans-serif;
    /* Use your preferred font */
}

.ui-jqgrid-view {
    border: 1px solid #d8dbe0;
    /* Border color for the grid */
    background-color: #ffffff;
    /* Background color for the grid */
}

.ui-jqgrid .ui-jqgrid-labels-16 th {
    font-size: 16px;
    /* Font size for column headers */
    background-color: #638ef8;
    /* Header background color */
    color: #ffffff;
    /* Header text color */
    border: 1px solid #ffffff;
    /* Header border */
    padding: 8px;
    /* Padding for header cells */
}

.ui-jqgrid tr.jqgrow td {
    font-size: 14px;
    /* Font size for grid cells */
    border: 1px solid #d8dbe0;
    /* Cell border */
    padding: 8px;
    /* Padding for grid cells */
}

.ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    background-color: #638ef8 !important;
    /* Background color for column headers */
    color: #ffffff !important;
    /* Text color for column headers */
}

#jqGridPager {
    background-color: #f0f0f0;
    /* Background color for pager */
    border: 1px solid #d8dbe0;
    /* Pager border */
    padding: 5px;
    /* Padding for pager */
}

/* Optional: Adjust pagination button style */
.ui-jqgrid .ui-pg-table .ui-pg-button {
    font-size: 14px;
    /* Font size for pagination buttons */
    padding: 4px 8px;
    /* Padding for pagination buttons */
    border-radius: 4px;
    /* Border radius for pagination buttons */
    margin: 0 2px;
    /* Margin for pagination buttons */
    cursor: pointer;
    /* Cursor style */
}

/* Optional: Style for alternate row background */
.ui-jqgrid tr.jqgrow:nth-child(even) {
    background-color: #f9f9f9;
    /* Alternate row background color */
}

/* Optional: Hover effect for rows */
.ui-jqgrid tr.jqgrow:hover {
    background-color: #e9ecef;
    /* Hover background color */
}

/* Optional: Style for selected row */
.ui-jqgrid tr.jqgrow.ui-state-highlight {
    background-color: #cce5ff;
    /* Selected row background color */
}


/* Set border for the entire table */
#purchaseCenterTable {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid black;
    /* Table border */
}

/* Style the table header with blue background and white text */
#purchaseCenterTable thead {
    background-color: rgb(40, 123, 249);
    color: white;
}

/* Set border for table cells (both header and body) */
#purchaseCenterTable th,
#purchaseCenterTable td {
    border: 1px solid black;
    padding: 8px;
    /* Add padding for better spacing */
    text-align: left;
}

#purchaseCenterTable tbody tr:nth-child(even) {
    background-color: #f2f2f2;
    /* Light grey for even rows */
}

#purchaseCenterTable tbody tr:nth-child(odd) {
    background-color: #ffffff;
    /* White for odd rows */
}

.onSuccessDisable {}



.always-disable {}

.mt-7px {
    padding-top: 7px;
}

.overlay-z-1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.overlay-z-2{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.overlay-z-3{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.overlay-z-4 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

loader #overlay.active,
#loader.show {
    display: block;
}


/* Styles for the indicator container */
.indicator-container {
    margin-top: 10px;
    /* Adjust the margin as needed */
}



.overlay1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

#overlay1.active,
#loader1.show {
    display: block;
}

/* Styles for the popup container */
.popup1 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: #f0f0f0;
    /* Body color */
    border: 1px solid #ccc;
    z-index: 2;
    text-align: center;
}

/* Styles for the popup header */
.popup-header1 {
    background: #4c7088;
    /* Header color */
    color: #fff;
    /* Header text color */
    padding: 10px;
}

/* Styles for the close button */
.popup-close1 {
    cursor: pointer;
    color: #fff;
    background-color: #3c94e7;
    /* Close button color */
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    margin-top: 15px;
    /* Adjust the margin as needed */
}

.popup-close1:hover {
    background-color: rgb(43, 65, 192);
    /* Close button hover color */
}

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


/* #loader-container {
    position: fixed;
    Change to fixed to position relative to the viewport
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

#loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    display: none;
}

@@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.helpline {
    background-color: #082545;
    padding: 10px 0;
    color: white;
}

.speaker-icon {
    font-size: 20px;
    cursor: pointer;
}

.text-center h2 {
    font-size: 22px;
    color: #003366;
    font-weight: bold;
}

.text-center h5 {
    font-size: 16px;
    color: rgb(101, 209, 101);
    font-weight: bold;
}

.text-center p {
    font-size: 13px;
    color: rgb(17, 17, 17);
    font-weight: bold;
}

.logo-smaller {
    max-height: 100px;
    /* Set logo height to 100px */
    width: auto;
    /* Maintain aspect ratio */
}

.footer-content {
    display: flex;
    justify-content: space-between;
}

.st0 {
    fill: #B0ECFF;
    stroke: #666666;
}

.st0:hover {
    fill: #71c9e4;
    transition: 0.3s;
    cursor: pointer;
}

#tooltip {
    position: absolute;
    display: none;
    background-color: #03c4ff;
    /* Dark blue background */
    border: 1px solid #666666;
    /* Border with a slightly darker blue color */
    border-radius: 8px;
    /* Soft edges */
    padding: 10px;
    /* Padding for the content */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Light shadow for a subtle 3D effect */
    color: #ffffff;
    /* White text color */
    font-family: Arial, sans-serif;
    /* Font styling */
    font-size: 14px;
    /* Font size */
}

#tooltip-content {
    margin: 0;
    /* Remove default margin */
}

.blinking-text {
    animation: blinker 1s linear infinite;
}
/* 
@@keyframes blinker {
    50% {
        opacity: 0;
    }
} */
.container {
    max-width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
} 

 .custom-shadow {
    padding: 20px;
}

.table-responsive {
    width: 100% !important;
}

#jqGrid {
    width: 100% !important;
} 


/* Increase text size for footer row */
.ui-jqgrid tr.footrow td {
    font-size: 15px;
    padding: 10px 0;
    /* Adjust font size as needed */
}

.pivotTableBuilder .pivotTable {
    overflow: auto;
    max-height: 500px; /* lets limit holder height to illustrate fixed headers */
}

@media (min-width: 1800px) {
    .col-xlg-20p {
        width: 20%;
    }

    .col-xlg-60p {
        width: 60%;
    }

    .col-xlg-20p {
        width: 20%;
    }
}
.card-header h3 {
    margin-bottom: 0;
}

.form-group.row {
    margin-bottom: 15px;
}

.tb_align {
    margin-top: 15px;
    width: 100%;
}
.bgPopup_width {
    max-width: 700px;
}
#loader-1 {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    display: none;
    z-index: 2;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

/* Center the popup */
#popupcheck {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 1001;
    /* Ensure it's above the overlay */
    display: none;
    width: 40%;
    border-radius: 10px;
}

/* Buttons layout */
.button-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* Ensure popup header is styled */
#popup-header {
    background: #3d5a80;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#loader-container100 { /* loader for search */
    /* position: relative; */
    position: fixed;
    /* Change to fixed to position relative to the viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#loader100 { /* loader for search */
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    display: none;
}

#loader-container101 { /* loader for submit */
    /* position: relative; */
    position: fixed;
    /* Change to fixed to position relative to the viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#loader101 { /* loader for submit */
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    display: none;
}
.custom-bg {
    background-color: #3424ea; 
}
.custom-border {
    border-color: #6c757d !important; 
}
.custom-font {
    font-size: 12px; 
}

#singleaccount {
    padding-left: 20px;
}

    .custom-table {
        width: 100%;
        border: 1px solid #ccc;
        text-align: center;
    }

    .custom-table td {
        font-weight: bold;
        background-color: #f8f9fa;
        padding: 10px;
        color: #333;
    }

    #navLinks {
        font-size: 18px;
        color: blue;
    }
    .table th {
        white-space: wrap;
    }
    
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 0.5px solid #cccccc;
        background: white;
        font-weight: 600;
        color: #000;
    }

    .ui-jqgrid .ui-jqgrid-labels-f18-p5 th {
        font-size: 18px;
        padding: 5px;
    }

    #gridTable-16 th {

        font-size: 16px;
        min-width: 130px;
    }

    #gridTable-bc {
        border-collapse: collapse;
    }

    #gridTable th,
    #gridTable td {
        border: none;
        padding: 8px;
        text-align: center;
    }



    /* Increase text size for table data cells */
    .ui-jqgrid tr.jqgrow-fs-14 td {
        font-size: 14px;
        /* Adjust font size as needed */
    }

    /* Increase text size for navigation buttons */
    .ui-jqgrid .ui-icon-16 {
        font-size: 16px;
        /* Adjust font size as needed */
    }

    /* Increase text size for table headers */
    .ui-jqgrid .ui-jqgrid-labels-fs-20 th {
        font-size: 20px;
        /* Increased font size for table headers */
    }

    /* Increase text size for table data cells */
    .ui-jqgrid tr.jqgrow-fs-18-p-5 td {
        font-size: 18px;
        /* Increased font size for table data cells */
        padding: 5px;
        /* Add padding to all sides of table data cells */
    }

    /* Increase text size for pagination controls */
    .ui-jqgrid .ui-pg-table .ui-pg-button-18{
        font-size: 18px;
        /* Increased font size for pagination controls */
    }

    /* Increase text size for navigation buttons */
    .ui-jqgrid .ui-icon-20 {
        font-size: 20px;
        /* Increased font size for navigation buttons */
    }
    
    .ui-jqgrid .ui-jqgrid-btable td {
        white-space: nowrap;
        /* Prevents vertical text wrapping */
        overflow: hidden;
        text-overflow: ellipsis;
        /* Show "..." if text is too long */
    }
    ._blank{
        color: green;
    }
    .ui-jqgrid tr.jqgrow-16 td {
        font-size: 16px;
    }
    .custom-container {
        margin-top: 15px;
}
.card-header-fs-30 h3 {
    font-size: 30px;
    /* Adjust the font size of headers */
  }
  .table-fs-30 th {
    font-size: 30px;
    /* Adjust the font size of table headings */
  }
  .btn {
    font-size: 20px;
    /* Adjust the font size of buttons */
  }
  .ui-jqgrid tr.jqgrow-14 td {
    font-size: 14px;
    /* Adjust font size as needed */
  }
  .custom-padding {
    padding: 5px 10px;
  }
  #loader.show {
    display: block;
}
.sticky-nav {
    position: sticky;
    /* Enable sticky positioning */
    top: 0;
    /* Stick to the top of the table */
    background-color: white;
    /* Background color to cover underlying content */
    z-index: 10;
    /* Ensure it stays on top of other elements */
    padding: 10px;
    /* Padding for spacing */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Optional shadow effect */
}
/*.nav-pills .nav-link.active {
    background-color: var(--bs-nav-pills-link-active-bg) !important;
}*/
@media(max-width:767px) {
    .mt-7px {
        padding-top: 0;
    }

    .mt-7px label {
        display: none;
    }

    .mt-7px label[for="formFile"] {
        display: block;
    }
}
.ui-jqgrid .ui-jqgrid-labels-fs-14 th {
    font-size: 14px;
    /* Increased font size for table headers */
}
tbody,
      td,
      tfoot,
      th,
      thead,
      tr {
          border-color: inherit;
          border-style: solid;
          border-width: 0;
      }
      .ui-jqgrid tr.jqgrow-fs-15-p-3 td {
        font-size: 15px;
        /* Increased font size for table data cells */
        padding: 3px;
        /* Add padding to all sides of table data cells */
    }

    /* Increase text size for pagination controls */
    .ui-jqgrid .ui-pg-table .ui-pg-button-13 {
        font-size: 13px;
        /* Increased font size for pagination controls */
    }
    .ui-jqgrid .ui-icon-12 {
        font-size: 12px;
        /* Increased font size for navigation icons */
        color: #007bff;

    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default-1 {
        border: 1px solid #cccccc;
        background: #fff;
    }

    /* Ensure table headers have proper padding */
    .ui-jqgrid .ui-jqgrid-labels th {
        padding: 5px 10px;
        /* Add padding to table headers */
    }

    /* Set line height for pagination buttons for better spacing */
    .ui-jqgrid .ui-pg-table .ui-pg-button-1 {
        line-height: 1.5;
        /* Adjust line height as needed */
    }

    /* Enhance visibility of navigation icons */
    .ui-jqgrid .ui-icon {
        width: 20px;
        /* Set width for icons */
        height: 20px;
        /* Set height for icons */
        display: inline-block;
        /* Ensure proper display */
    }

    .tab-content {
        margin-top: -1px;
        background: #fff;

    }

    td {
        display: table-cell;
        vertical-align: inherit;
        unicode-bidi: isolate;
    }

    .ui-widget-content-1 a {
        color: #0d6efd;
        text-decoration: underline;
        display: block;
        border-color: transparent;
        cursor: pointer;

    }
    #gridTaable-1 th
    
    {
  border: 1px solid;
  border-color: #fff;
}

    th {
        display: table-cell;
        vertical-align: inherit;
        font-weight: bold;
        text-align: -internal-center;
        unicode-bidi: isolate;
    }

    #gridTaable th {
        font-weight: 600;
        font-size: 0.85rem;
     
        min-width: 130px;
        white-space: wrap;
    }

    #gridTaable {
        border-collapse: collapse;
        text-indent: initial;
        border-spacing: 2px;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: "Poppins", sans-serif;
        font-size: 1em;
    }

    /* Apply padding to the table headings */
    #reAssignToCPUjqGrid.ui-jqgrid-labels th div {
        padding: 10px;
        /* Adjust the padding value as needed */
    }

    #reAssignToCPUjqGrid tbody tr:not(.jqgfirstrow) td {
        padding: 10px;
        /* Adjust the padding value as needed */
    }
    .btn-primary {
  color: #fff;
  background-color: #0d6efd;

}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: #fff;
}
#gridTaable-bordered {
  border: 1px solid #fff;
}
/* #gridTaable th, #gridTaable-bordered td {
  border: 1px solid #e4e7ea;
} */
#gridTaable{
--bs-table-hover-bg: white;
}
.margin {
    margin-top: 10px;
    text-align: center;
  }