body {

}

.bg-lightgray {
    background-color: #ECEFF1;
}

.table th {
    padding: 5px 15px !important;
    vertical-align: middle !important;
}

.table td {
    padding: 5px 15px !important;
    vertical-align: middle !important;
}

.container-fluid-4k {
    max-width: 3840px;
}

.container-fluid-fhd {
    max-width: 1920px;
}

.dashboard-table {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.9rem;
}

.dashboard-table thead th {
    border: 1px solid #555;
    padding: 5px !important;
}

.dashboard-table tbody th {
    border: 1px solid #CCC;
    padding: 5px !important;
}

.dashboard-table td {
    border: 1px solid #DDD;
    padding: 5px !important;
}

.dashboard-font {
    font-size: 0.8rem !important;
}

.dashboard-row-header {
    min-width: 370px;
    left: 0 !important;
}

.dashboard-header {
    top: 0 !important;
    z-index: 1 !important
}

.dashboard-header-column {
    min-width: 220px;
}

.dashboard-filter {
    max-height: 125px;
    overflow-y: auto !important;
}

.bg-orange {
    background-color: #FF6D00 !important;
}

/*.table {
    font-size: 14px !important;
}*/

.auth-column .field-validation-error.text-danger {
    background-color: red;
    color: white !important;
    font-weight: bold;
}

.input-validation-error {
    border-color: #dc3545;
}

.input-validation-error:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 0, 0, .25);
}

.input-validation-error ~ label {
    color: #dc3545;
}

.valid {
    border-color: #198754;
}

.valid:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 150, 0, .25);
}

.valid ~ label {
    color: #198754;
}

.container-3xl {
    max-width: 1560px !important;
}

.paginate_button.page-item {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.paginate_button.page-item .page-link {
    border-radius: 0px !important;
    margin: 0 !important;
}

.nav-link-icon {
    width: 30px !important;
    text-align: center;
}

.nav-toggle {
    cursor: pointer;
}

.sidebar {
    min-width: auto;
}

@media (min-width: 1200px) {
    .sidebar {
        min-width: 300px;
    }
}

@media (min-width: 1400px) {
    .auth-column {
        max-width: 550px !important;
    }
}

.nav .nav-link {
    color: var(--bs-navbar-active-color);
}

.app-height {
    overflow-y: auto;
    height: calc(100vh - 56px);
}

.timeline-icon {
    width: 40px;
    height: 40px;
}

.icon-circle {
    width: 20px !important;
    height: 20px !important;
    background-color: #37938f;
    line-height: 20px;
    border-radius: 100%;
    font-size: 75%;
    padding: 0;
    text-align: center;
    color: white;
}

.icon-circle-lg {
    width: 40px !important;
    height: 40px !important;
    background-color: #37938f;
    line-height: 40px;
    border-radius: 100%;
    font-size: 1.5rem;
    padding: 0;
    text-align: center;
    color: white;
}

.icon-circle-xl {
    width: 60px !important;
    height: 60px !important;
    background-color: #37938f;
    line-height: 60px;
    border-radius: 100%;
    font-size: 1.5rem;
    padding: 0;
    text-align: center;
    color: white;
}

.text-justify {
    text-align: justify;
}


.task-completed s {
    color: #999;
}

pre {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

[data-bs-theme="dark"] body {
    color: #eee;
}

/*[data-bs-theme="dark"] s {
    color: #aaa;
}*/

[data-bs-theme="dark"] .text-muted {
    color: #eee !important;
}

[data-bs-theme="light"] .text-muted {
    color: #222 !important;
}

.env-background {
    /*position: absolute;*/
    background-image: url("images/env-background.svg");
    background-position-x: center;
    background-position-y: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}


/*[data-bs-theme="dark"] .control-label {
    color: #eee !important;
}

*/

/*
.custom-file {
    cursor: pointer !important;
}

.custom-file-label-sm::after {
    background-color: #fff !important;
    content: "Attach Files..." !important;
}

.custom-file .custom-file-label-xl::after {
    content: "" !important;
    display: flex !important;
    width: 100% !important;
    background-color: rgba(0,0,0,0) !important;
    text-align: center !important;
    justify-content: center !important;
    margin-top: 60px !important;
}

.custom-file-label {
    border: 0 !important;
    cursor: pointer !important;
}*/

.custom-input-file {
    text-align: center;
}

.custom-input-file p {
    margin: 0;
}

.custom-input-file input {
    display: none;
}

.custom-input-file label {
    background-color: #eee;
    border: solid 3px #ddd;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 45px;
}

.custom-input-file label:hover {

}

.table-fixed {
    position: relative;
    border-collapse: collapse;
}

.table-fixed thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    background: #000;
    color: #FFF;
}


.table-fixed tbody th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
    background: #FFF;
    border-right: 1px solid #CCC;
}

/*.custom-input-file #imageName {
    color: green;
}
*/