:root {
    --primary: #2f4f51;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.text-primary {
    color: var(--primary) !important;
}

.mdc-top-app-bar {
    background: #ffffff;
    /* background-image: url("../images/back_ground_image.jpg"); */
}

.body-wrapper .main-wrapper .page-wrapper {
    background-color: white;
}

/* .mdc-card,
.mgss-card,
.gjss-card {
    background: #ffffff;
    box-shadow: 8px 8px 8px 8px #e9eaf0;
} */

.hint-text {
    color: var(--primary);
}

.required {
    color: red;
}

.logout-text {
    color: #212121 !important;
}

.file {
    height: 38px;
    padding: 3px;
}

.body-wrapper {
    background-color: white;
}

/* custom css for sidebar */
.brand-logo {
    text-decoration: none !important;
    color: #fff;
}

.brand-logo:hover {
    color: #fff;
}

.brand-logo > dl {
    font-size: 15px !important;
}

.mdc-drawer .mdc-drawer__header {
    margin: 0 !important;
}

.mdc-drawer {
    background: linear-gradient(#2a1c5a, #4b3a6e);
}

.mdc-drawer__header {
    color: #fff;
}

.mdc-drawer
    .mdc-drawer__content
    .mdc-drawer-menu
    .mdc-drawer-item
    .mdc-expansion-panel-link,
.mdc-drawer
    .mdc-drawer__content
    .mdc-drawer-menu
    .mdc-drawer-item
    .mdc-drawer-link {
    line-height: 15px !important;
}

/* @media (max-width: 768px) {
    .mdc-drawer {
        display: none !important;
    }
} */

/* custom css for datatable */
table.dataTable.table-bordered tr:last-child th,
table.dataTable.table-bordered tr:last-child td {
    border-bottom-width: 1px !important;
}

div.dt-container div.dt-search input {
    width: 500px;
    height: 40px;
    border-radius: 5px;
}

div.dt-container div.dt-length select {
    border-color: #ced4db;
    height: 30px;
    border-radius: 5px;
}

div.dt-container div.dt-layout-table > div {
    padding: 12px;
}

.no-sort::after {
    display: none !important;
}

.no-sort {
    pointer-events: none !important;
    cursor: default !important;
}

.table > thead > tr > th {
    background-color: var(--primary) !important;
    color: #fff !important;
    text-align: left !important;
}

.table tbody tr td {
    text-align: left !important;
}

.dt-column-title,
.dt-column-order {
    color: white !important;
}

/* css for the media divisions */

.media > div {
    border: 1px solid !important;
    border-radius: 10px !important;
    border-color: #f8f8f8 !important;
    text-align: center !important;
    display: grid !important;
}
.media > div > a > img{
    object-fit: contain !important;
}
.media>div>label{
    font-weight: 600;
    text-align: start;
}

.media {
    gap: 10px !important;
}

#admin-form {
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
    border-color: #dee2e6;
}

.logout-text:hover {
    text-decoration: none !important;
}

.users-table {
    border: 1px solid !important;
    border-color: #dee2e6 !important;
    border-radius: 10px !important;
}

.password {
    position: relative !important;
}

.input-group-addon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
}

.mdc-drawer {
    background: linear-gradient(#2f4f51, #253f41);
}

.profile-actions > a {
    color: white;
    padding: 8px;
}

.profile-actions > .vr {
    color: white;
    opacity: 1;
    vertical-align: middle;
}

.mdc-button--outlined {
    color: #2f4f51 !important;
}

.page-item.active .page-link {
    background: none;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.form-control:focus {
    border-color: var(--primary) !important;
}

.form-check-input:checked {
    background-color: var(--primary) !important;
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.badge-success {
    background-color: var(--primary);
}

.stretch-card > a {
    color: var(--primary);
}

.form-check-inline {
    vertical-align: -webkit-baseline-middle;
}

.application-status > .btn {
    width: 150px !important;
}

.password-error {
    margin-bottom: 0 !important;
    padding-left: 18px !important;
}

button:disabled {
    cursor: not-allowed !important;
}

.mdc-top-app-bar__row {
    height: auto;
}

.fa-eye,
.fa-eye-slash:hover {
    cursor: pointer;
}

.card-header {
    background-color: #2f4f51;
    color: #ffffff;
}

.body-wrapper .main-wrapper {
    min-height: unset;
}

.body-wrapper .main-wrapper .page-wrapper.full-page-wrapper {
    min-height: 86vh;
}

.container {
    min-height: 90vh;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.dataTables_scrollHeadInner table {
    width: 100% !important;
}

@media (max-width: 992px) {
    .archive-section {
        margin-top: 10px !important;
    }

    #mgss-search {
        width: 100% !important;
    }
}

div.dt-container div.dt-search label {
    display: none !important;
}

.dataTables_filter {
    float: left !important;
}

.dataTables_filter {
    float: left !important;
}

#forms-table_wrapper > div > .dt-layout-start {
    display: none !important;
}

div.table-responsive > div.dt-container > div:nth-child(3) {
    float: inline-end !important;
}

div.dt-container div.dt-search {
    margin-left: -7px !important;
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

button:disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
}

span.hint-text {
    font-size: 0.8em;
}

.card-header > span.hint-text {
    color: #ffffff;
}

.pagination-info {
    text-align: end !important;
}

.file_division {
    position: relative !important;
    padding-bottom: 12px !important;
}

.file_division > a > img {
    object-fit: contain !important;
    /* margin-top: 25px !important; */
}

.file_division > .pdf_section > span {
    padding-left: 18px !important;
}

.file_division > .pdf_section > i {
    font: size 24px !important;
}

@media (min-width: 992px) {
    .file_division > .pdf_section > i,
    .file_division > .pdf_section > span {
        position: absolute;
        top: 60px;
    }
}

@media (max-width: 991px) {
    .file_division > .pdf_section > i,
    .file_division > .pdf_section > span {
        position: absolute;
        top: -30px;
    }
}

.instruction-text {
    color: var(--primary);
    font-size: 12px;
    font-weight: 400;
}

.address,
.file-input {
    width: 100% !important;
}

.apply-table-button {
    text-decoration: underline !important;
    font-size: 13px !important;
    font-weight: bold;
}
.sample-text {
    font-size: small !important;
    text-decoration: underline !important;
    color: #007bff; !important;
}
#modalImage {
    height: 500px !important;
    object-fit: contain !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}



@media (max-width: 415px) {
    #save-button, #submit-button {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
}
.loader-wrapper{
    opacity: 0.6 !important;
}


/*Marquee container styles*/
.marquee-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #253f41;
    padding: 10px;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-weight: bold;
    z-index: 9999;
}

.marquee-container marquee {
    color: #ffffff;
}

.marquee-content-separator {
    margin: 0 30px;
}

@media (max-width: 991px) {
    .profile-actions {
        margin-bottom: 40px;
    }
}
