.form-select:disabled {
    background-color: transparent !important;
}

.emp-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

/* General header styles */
table.dataTable thead th {
    background-color: #f1f1f1 !important;
    color: #000 !important;
}

/* Optional: change background for td cells when hovering over the entire row */
table.dataTable tbody tr:hover td {
    background-color: #FAFAFA !important;
}

/* Hide sort arrows on no-sort columns */
table.dataTable thead th.no-sort::after,
table.dataTable thead th.no-sort.sorting::after,
table.dataTable thead th.no-sort.sorting_asc::after,
table.dataTable thead th.no-sort.sorting_desc::after {
    display: none !important;
    content: none !important;
}

/* Disable pointer/click on no-sort columns */
table.dataTable thead th.no-sort {
    pointer-events: none;
    cursor: default;
}

/* Keep thead TH background unchanged when sorting */
table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc {
    background-color: #f1f1f1 !important;
    color: #000 !important;
}

/* Set TD background of sorted column */
table.dataTable tbody td.sorting_1 {
    background-color: #FAFAFA !important;
}


/* hide show entries in table */
div.dataTables_wrapper div.dataTables_length {
    display: none;
}

div.dataTables_wrapper div.dataTables_filter {
    display: none;
}


.dataTables_filter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dataTables_filter label {
    margin-bottom: 0;
}

/* Override odd rows */
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: white !important;
}

/* Override even rows */
table.dataTable.stripe tbody tr.even,
table.dataTable.display tbody tr.even {
    background-color: white !important;
}

/* Also override selected row (in case of selection) */
table.dataTable tbody tr.selected {
    background-color: white !important;
}

.thead-custom th {
    background-color: #e5e5e5 !important;
    /* // line-height: 1.5 !important; */
}

.required {
    color: red !important;
}

/* .total-hrs,
.break-hrs,
.work-hrs {
    background-color: #e5e5e5 !important;
} */


.theme-form input[type=date],
.theme-form input[type=datetime-local],
.theme-form input[type=email],
.theme-form input[type=file],
.theme-form input[type=month],
.theme-form input[type=number],
.theme-form input[type=password],
.theme-form input[type=search],
.theme-form input[type=tel],
.theme-form input[type=text],
.theme-form input[type=time],
.theme-form input[type=url],
.theme-form input[type=week],
.theme-form select,
.form-control,
.theme-form textarea {
    font-size: 14px !important;
    padding: 7px !important;
}


.form-group,
.row {
    margin-bottom: 5px !important;
}

.col-form-label {
    padding-bottom: 0px !important;
}

label.form-label {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.dark-only .error-wrapper.maintenance-bg,
.dark-only .login-register {
    background-color: var(--white)
}

.login-card .login-register {
    background-color: var(--bs-body-bg);
    border-radius: 10px;
    box-shadow: 0 0 37px rgba(0, 0, 0, .05);
    margin: 0 auto;
    padding: 20px;
    width: 850px
}


@media (max-width:991.98px) {
    .login-card .login-register {
        width: 380px
    }
}

@media (max-width:1199.98px) {
    .login-card .login-register {
        position: relative
    }
}

@media (max-width:575.98px) {
    .login-card .login-register {
        padding: 20px;
        width: auto
    }
}

.login-card .login-register .theme-form .h4,
.login-card .login-register .theme-form h4 {
    margin-bottom: 5px
}

.login-card .login-register .theme-form .unlock-1 {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 75%
}

.login-card .login-register .theme-form label {
    font-size: 15px;
    letter-spacing: .4px
}

.login-card .login-register .theme-form .checkbox label:before {
    background-color: var(--white);
    border: 1px solid var(--font-color)
}

.login-card .login-register .theme-form .login-social-title {
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
    text-align: center;
    z-index: 1
}

.login-card .login-register .theme-form .login-social-title .h6,
.login-card .login-register .theme-form .login-social-title h6 {
    background-color: var(--white);
    color: var(--font-color);
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    width: -moz-fit-content;
    width: fit-content
}

.login-card .login-register .theme-form .login-social-title:before {
    background-color: var(--light-border);
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 100%;
    z-index: -1
}

.login-card .login-register .theme-form input {
    transition: all .3s ease
}

.login-card .login-register .theme-form input::-webkit-input-placeholder {
    color: var(--font-color)
}

.login-card .login-register .theme-form input:focus,
.login-card .login-register .theme-form input:hover {
    box-shadow: none !important;
    transition: all .3s ease
}

.login-card .login-register .theme-form p {
    color: var(--font-color);
    font-size: 14px;
    margin-bottom: 25px
}

.login-card .login-register .theme-form p a {
    color: var(--theme-default)
}

@media (max-width:575.98px) {
    .login-card .login-register .theme-form p {
        margin-bottom: 5px
    }
}

.login-card .login-register .theme-form .form-group {
    margin-bottom: 10px;
    position: relative
}

.login-card .login-register .theme-form .form-group a {
    color: var(--theme-default);
    float: right
}

.login-card .login-register .theme-form .form-group a.link {
    float: none
}

@media (max-width:575.98px) {
    .login-card .login-register .theme-form .form-group {
        margin-bottom: 5px
    }
}

.login-card .login-register .theme-form ul.login-social {
    align-items: center;
    display: flex;
    justify-content: center
}

.login-card .login-register .theme-form ul.login-social li {
    align-items: center;
    background-color: rgba(48, 142, 135, .05);
    border: 1px solid var(--light-border);
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px
}

@media (max-width:767.98px) {
    .login-card .login-register .theme-form ul.login-social li {
        height: 35px;
        width: 35px
    }
}

.login-card .login-register .theme-form ul.login-social li i {
    color: var(--theme-default);
    height: 16px;
    vertical-align: middle;
    width: auto
}

.login-card .login-register .theme-form ul.login-social li:nth-child(n+2) {
    margin-left: 15px
}

.login-card .login-register .theme-form ul.login-social li:hover {
    background-color: var(--theme-default)
}

.login-card .login-register .theme-form ul.login-social li:hover i {
    color: var(--white)
}

@media (max-width:575.98px) {
    .login-card .login-register .theme-form .or:before {
        width: 55%
    }
}

.login-card .login-register .theme-form label {
    font-size: 14px
}

.login-card .login-register .theme-form label a {
    color: var(--theme-default)
}

.login-card .login-register .theme-form .show-hide {
    top: 50%
}

.wizard-4 .anchor li:last-child img {
    height: 200px !important;
}

.table td,
.table th {
    padding: .12rem !important;
}

.btn-group-lg>.btn,
.btn-lg {
    --bs-btn-padding-y: 0.2rem !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: white;
}

/* .form-control {
    padding: .265rem .45rem !important;
} */

.toolbar-box {
    border: 2px dashed var(--theme-default);
}

/* .dropzone {
    padding: 55px 0 !important;
    min-height: 55px !important;
} */

.bg-light-support {
    background-color: #e6f2ff !important;
    /* Light blue shade */
}

.dropzone-single {
    overflow: hidden !important;
    padding: 20px;
    height: 190px;
    /* Or any fixed height */
    box-sizing: border-box;
    /* Ensure padding doesn’t expand width */
    display: flex;
    /* Center content */
    align-items: center;
    justify-content: center;
    background-color: white;
    /* Optional: Light background */
}


 ::-webkit-scrollbar-thumb {
  background-color:grey!important;
}
::-webkit-scrollbar {
  height: 10px;
}
 
/* Remove time icon in Chrome, Edge, and Opera */
input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.footer {
    position: fixed !important;
    left: 252px !important;
    width: calc(100% - 252px);
    background: #FFFFFF;
    box-shadow: 37px 0 0 rgba(0, 0, 0, .05);
    padding: 10px 4px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}


.page-body {
    padding-bottom: 50px !important;
}

header .page-main-header {
    padding: 10px 10px !important;
    padding-bottom: 0px !important;
}

.page-header .logo-wrapper {
    padding: 10px 10px !important;
}

.page-sidebar {
  margin-top: 60px !important;
}

.notice-img-container {
    width: 100%;
    max-width: 400px; /* Optional: limits the image width */
    height: 230px;     /* Fixed height */
    border: 2px dashed var(--theme-default);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8;
}

.notice-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

 .quill-paragraph {
        min-height: 250px !important;
    }


.card-body.bg-gradient-theme {
  background: linear-gradient(90deg, rgba(178, 223, 219, 0.6), rgba(48, 142, 135, 1));

}

/* .notice-image {
  height: 200px;
  width: 400px;
  object-fit: cover;
  object-fit: contain;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  display: block;
  margin: 0 auto 1rem auto; 
} */

.notice-image {
  max-width: 400px;
  max-height: 200px; 
  /* height: auto;
  width: auto; */
  display: block;
  margin: 0 auto 1rem auto; 
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  object-fit: contain;
  background: transparent;
}

