html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
    background-color: #EDEDED !important;
}

.navBarBg {
    --bs-bg-opacity: 1;
    background-color: #782061;
}

.text-light {
    color: #e8ecaa !important;
}

.activetab {
    background: #00BFFF;
}
.td {
    border-color: #771b61 !important;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: red !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #782061 !important;
    color: #e8ecaa !important;
}

.btn-primary {
    background-color: hsl(327, 45%, 45%) !important;
}

.btn-icon {
    background-color: transparent;
    border-block-color: none;
    color: #782061;
    border: none
}

.btn-icon-dark-bg {
    background-color: #782061 !important;
    border-block-color: #782061;
    border: none;
    color: white
}

.scrollit {
    overflow: scroll;
    max-height: 300px;
}

.scrollit1 {
    overflow: scroll;
    max-height: 500px;
}

.tbl-header {
    height: 25px
}

.th-style-dark {
    border-color: #771b61;
    font-weight: normal;
    background-color: #771b61 !important;
    height: 25px;
    color: white;
    text-align: center
}

.th-style-dark-icon {
    border-color: #771b61;
    font-weight: normal;
    background-color: #771b61 !important;
    height: 25px;
    text-align: center;
    color: white
}

.th-tbl-header {
    border-color: #771b61;
    font-weight: normal;
    background-color: #771b61;
    height: 25px
}

.tbl-header-label {
    font-weight: bold;
    color: #75776f;
    height: 25px
}

.td-border {
    border-color: #771b61
}

.tr-border {
    border-color: #771b61;
    height: 25px
}

.font-weight-bold {
    font-weight: bold;
}

.cardHeader {
    background-color: #782061;
    color: #e8ecaa !important;
    font-weight: bold;
}

.cardFooter {
    background-color: #782061;
}

.progress-bar {
    height: 7px;
    background-color: rgba(5, 114, 206, 0.2);
    width: 100%;
    overflow: hidden;
}

.progress-bar-value {
    width: 100%;
    height: 100%;
    background-color: rgb(5, 114, 206);
    animation: indeterminateAnimation 1s infinite linear;
    transform-origin: 0% 50%;
}

@keyframes indeterminateAnimation {
    0% {
        transform: translateX(0) scaleX(0);
    }

    40% {
        transform: translateX(0) scaleX(0.4);
    }

    100% {
        transform: translateX(100%) scaleX(0.5);
    }
}

a {
    color: #006185;
    text-decoration: none;
    background-color: transparent;
}

/*  a:hover {
        color: #002939 !important;
        text-decoration: underline
    }*/

/*    a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }
*/

.hoverColor:hover {
    color: #B7DB57;
}

.emphasizeInfo {
    font-weight: 600;
}

.emphasizeInfoWithColor {
    font-weight: 600;
    color: #013E5A;
}


.ghost-div {
    border-radius: 8px !important;
    border: 4px solid #e2eaee;
    background-color: #f8f8ff
}

.CurvedBorder {
    border-radius: 10px !importantsu
}

.dropdown-item {
    color: #00618d;
}

.dropdown-item {
    display: block;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover {
        color: #B7DB57;
        background-color: #07A3E0;
    }

.dropdown-menu {
    background-color: #F8FDFF;
}


.cardSubHeader {
    background-color: #f7f8ff;
    color: black !important;
    font-weight: bold;
}


.no-sort::after {
    display: none !important;
}

.no-sort {
    pointer-events: none !important;
    cursor: default !important;
}


.nav-link.text-light {
    color: white !important;
    font-weight: bold;
}


.navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
    border-right: 1px solid #fff;
    margin-left: 1px;
    margin-right: 1px;
}


.lmask {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    ;
    opacity: 0.4;
    &.fixed

{
    position: fixed;
}

&:before {
    content: '';
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 35px #2187e7;
    width: 50px;
    height: 50px;
    -moz-animation: spinPulse 1s infinite ease-in-out;
    -webkit-animation: spinPulse 1s infinite linear;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    left: 50%;
}

&:after {
    content: '';
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #2187e7;
    width: 30px;
    height: 30px;
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;
    margin: -15px 0 0 -15px;
    position: absolute;
    top: 50%;
    left: 50%;
}

}

@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }

    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }

    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.hide {
    display: none;
    cursor: pointer;
}

.short:hover {
    display: none;
    cursor: pointer;
}

    .short:hover + .hide {
        display: inline;
        cursor: pointer;
    }


small.text-muted {
    font-weight: 700 !important;
}

.small.text-muted {
    font-weight: 500 !important;
}

.divScroll {
    overflow: scroll;
    height: 300px;
    width: 300px;
}

.divCardScroll {
    overflow: scroll;
    height: 300px;
}

.table-container {
    overflow: auto;
}

.table th {
    position: sticky;
    top: 0;
    background-color: #f2f2f2;
}

.divCardForm {
    width: fit-content;
    height: fit-content;
}

/*fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}*/

.dropdown-container {
    position: relative;
}

/*#supplierDropdown,#sicDropdown {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    z-index: 9999;
    display: none;
    max-height: 160px;*/ /* Adjust the maximum height as needed */
    /*overflow-y: auto;
    width: max-content;*/ /* Adjust the width based on your preference */
    /*background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
}

#supplierDropdown .dropdown-item, #sicDropdown .dropdown-item {
    padding: 8px;
    cursor: pointer;
}

#supplierDropdown .dropdown-item:hover, #sicDropdown .dropdown-item:hover {
    background-color: #f5f5f5;
}*/

.show {
    display: block !important;
}


#spinnerOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}




/* Common CSS styles */

/* Styles specifically for Web Portal FAQs page */

.web-portal-faqs-container h1 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}

.web-portal-faqs-container h3 {
    color: #555;
    font-size: 18px;
    margin-bottom: 8px;
    margin-top:30px;
}
.web-portal-faqs-container h4 {
    color: #555;
    font-size: 14px;
    margin-bottom: 8px;
}

.web-portal-faqs-container p {
    color: #777;
    font-size: 16px;
    margin-bottom: 12px;
}
.web-portal-faqs-container li {
    color: #777;
    font-size: 16px;
}

.web-portal-faqs-container ul {
    list-style-type: disc;
    margin-bottom: 12px;
}

.web-portal-faqs-container a {
    color: #007bff;
    text-decoration: none;
}

.web-portal-faqs-container a:hover {
    text-decoration: underline;
}

.tooltip1 {
    cursor: pointer;
}

.tooltip-container {
    position: absolute;
    display: none;
}

    .tooltip-container::after {
        content: "";
        position: absolute;
        display: none;
        background-color: #000;
        color: #fff;
        padding: 5px;
        border-radius: 3px;
        font-size: 14px;
        white-space: nowrap;
        top: -30px; /* Position the tooltip above the element */
        left: 50%;
        transform: translateX(-50%);
        z-index: 1; /* Ensure the tooltip is displayed above the ag-grid */
    }

#textarearesizeboth {
    resize: vertical; /* Allow vertical resizing only */
    overflow: auto; /* Show scrollbars when content exceeds the textarea size */
    min-width: 200px;
    min-height: 100px;
    max-width: 500px;
    max-height: 300px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ccc;
}


.button-cell {
    background-color: #771b61; /* Different background color */
    text-align: center; /* Center the button vertically */
    padding: 4px; /* Adjust padding for spacing */
}

.add-button {
    background-color: #f9e800; /* Light yellow/gold color */
    color: #771b61; /* Background color */
    padding: 4px 10px; /* Adjusted padding for reduced height */
    font-size: 12px; /* Adjusted font size */
    font-weight: bold; /* Add bold font weight */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), /* Top inner highlight */
    0 2px 0 rgba(0, 0, 0, 0.2), /* Top outer shadow */
    0 3px 4px rgba(0, 0, 0, 0.1); /* Bottom outer shadow */
    transition: transform 0.2s, box-shadow 0.2s; /* Add smooth transition */
}

    .add-button:hover {
        background-color: #c8b500; /* Slightly darker on hover */
        box-shadow: 0 1px 2px rgba(255, 255, 255, 0.4), /* Top inner highlight */
        0 2px 4px rgba(0, 0, 0, 0.3), /* Top outer shadow */
        0 3px 6px rgba(0, 0, 0, 0.2); /* Bottom outer shadow */
        transform: translateY(-1px); /* Lift slightly on hover */
        /* Other hover styles */
    }

