html {
    font-size: 12px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media screen and (hover: none) {
    body.no-overscroll {
        overflow: hidden;
    }
}

.menu-item-active .menu-link-icon {
    color: var(--primary);
}

.required:after {
    content: " *" / "";
    color: red;
    font-weight: 600;
    speak: none;
}
.required-dynamic {
    position: relative;
}

    .required-dynamic:after {
        content: " *";
        color: red;
        font-weight: 600;
        position: absolute;
        left: 100%; 
        top: 0;
        margin-left: 5px;
        speak: none;
    }

.hidden {
    display: none !important;
}

.remainingChars {
    color: #000;
    font-size: 12px;
    position: relative;
    float: right;
    margin-top: -18px;
    padding-right: 4px;
    display: none;
}

textarea + .remainingChars {
    padding-right: 20px;
}

.swal2-container .remainingChars {
    text-align: end;
    margin-top: -25px;
}

.swal2-textarea + .remainingChars {
    padding-right: 3.5rem;
}

textarea + .remainingChars {
    padding-right: 20px;
}

.validation-summary-valid {
    display: none;
}

div.dtsp-panesContainer button.dtsp-clearAll,
div.dtsp-panesContainer button.dtsp-collapseAll,
div.dtsp-panesContainer button.dtsp-showAll {
    padding: .375rem .75rem;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane {
    margin: 0 !important;
}

.badge-circle:after {
    content: '';
    position: absolute;
    top: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: -5px;
    display: none;
}

.badge-circle.badge-circle-primary:after {
    background: var(--primary);
}

.badge-circle.badge-circle-secondary:after {
    background: var(--secondary);
}

.badge-circle.badge-circle-success:after {
    background: var(--success);
}

.badge-circle.badge-circle-warning:after {
    background: var(--warning);
}

.badge-circle.badge-circle-danger:after {
    background: var(--danger);
}

.badge-circle.badge-circle-info:after {
    background: var(--info);
}

.aside {
    width: 245px;
}

body.aside-minimize:not(.aside-minimize-hover) .aside .badge-circle:after,
.mobile-aside-toggle-wrapper.badge-circle:after {
    display: inline;
}

.mobile-aside-toggle-wrapper.badge-circle:after {
    top: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: -21px;
    border: 2px solid #242939;
}

.aside .badge-circle:after {
    border: 2px solid #242939;
}

.aside .menu-item.menu-item-active .badge-circle:after {
    border: 2px solid #003e98 !important;
}

.aside .menu-item:not(.menu-item-active):hover .badge-circle:after,
.aside .menu-item.menu-item-active .badge-circle.badge-circle-primary:after {
    border: 2px solid #1F2433 !important;
}

.aside .badge.bg-warning {
    color: var(--dark);
}

.aside .badge.bg-secondary {
    color: var(--dark);
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.hr {
    margin: 1em 0;
    height: 0px;
    border: none;
    border-top: 1px solid #cecece;
}

.select2-dropdown {
    z-index: 9999;
}

.dataTable tr.selected td {
    background-color: #377AB3 !important;
    color: var(--light) !important;
}

.dataTable tr.selected td.dtr-control::before {
    color: var(--light) !important;
}

.not-allowed {
    cursor: not-allowed;
}

label.cursor-pointer {
    user-select: none;
}

.table td,
.table th {
    vertical-align: middle;
}

.bootstrap-maxlength {
    margin-top: 20px;
    padding-top: 3px !important;
}

#searchInput {
    border: 1px solid #747272;
}
.dataTables_filter {
    text-align: left !important;
}
.dataTables_filter input {
   border: 1px solid #747272;
   width: 500px !important;
 }

#jsSupplierSearchForm {
    display: none;
}

#loading-spinner {
    display: block;
    text-align: center;
    margin: 20px auto;
}
#policyPrivacyContent, #userEULAModalContent {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1100px;
    max-height: 92vh;
    background-color: white;
    z-index: 1000;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}
#privacy-modal-container, #printableContent {
    overflow-y: auto;
    scrollbar-width: thin;
}
.swal2-validation-message{
    text-align:left !important;
}
#loading-Result {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    text-align: center;
}
.spinner-custom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#spinner {
    position: fixed;
    display: none;
    inset: 0;
    z-index: 999999;
    background: rgba(250, 250, 250, 0.8);
}

    #spinner .spinner-grow {
        width: 3rem;
        height: 3rem;
    }

.disabled-background {
    background-color: #F3F6F9;
    opacity: 1;
}

.opacity-60 {
    opacity: 0.6 !important;
}