/* dashboard css */
:root {
    --radius6: 6px;
}

* {
    -webkit-transition: all .2s !important;
    -o-transition: all .2s !important;
    transition: all .2s !important;
}

.account-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.profile-img {
    overflow: hidden;
    border-radius: var(--radius6);
    min-width: 120px;
    height: 120px;
}

.profile-img .img-md {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.h1title {
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #3c3c3c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.h1title span {
    background: rgba(0, 0, 0, .1);
    padding: 8px;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 5px;
    white-space: nowrap;
    display: inline-block;
}

.top-heading {
    margin-bottom: 10px;
}

.profile-data {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.profile-top p,
.profile-bottom p {
    font-size: inherit;
    font-weight: inherit;
    display: inline;
    margin-bottom: 0;
}

.profile-top {
    font-size: 22px;
    font-weight: 800;
    text-transform: capitalize;
    opacity: .9;
}

.profile-bottom p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
}

.profile-bottom {
    font-size: 15px;
    margin: 9px 0;
    opacity: .6;
    font-weight: 600;
}

.profile-bottom p span {
    font-size: 18px;
}

.applicant_resume .theme-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 14px;
    gap: 4px;
    font-size: 14px;
}

.applicant_resume .theme-btn span {
    font-size: 20px;
}

.applicant_resume {
    position: absolute;
    top: 0;
    right: 0;
}

.applicant_resume .click-btn {
    border: none;
    font-size: 14px;
    background: transparent;
    padding: 2px;
    text-decoration: underline;
    font-weight: 600;
    padding-left: 10px;
}

.h2title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.table-style table th,
.table-style table td {
    font-size: 15px;
    text-align: left !important;
    font-weight: 500;
}

.table-style .dataTables_empty {
    opacity: .5;
    padding: 15px 20px 0;
    width: 100%;
}

.note-label {
    display: block;
    font-weight: 500;
    margin-top: 20px;
}

.table-style table th {
    color: #8f8f8f;
    background: #f9f9f9;
    padding: 14px 20px;
}

.flex-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.table-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.table-icon {
    font-size: 18px;
    color: #000;
    background: #e7e7e7;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px;
    border-radius: 4px;
    border: none;
}

.card-bg {
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: var(--radius6);
    padding: 20px;
    list-style: none;
    position: relative;
}

.table-style table td {
    padding: 6px 20px;
}

.table-style table .collapse-data td:first-child {
    padding: 6px 10px;
}

.footer {
    padding: 10px 25px;
    margin-top: 25px;
}

.form-field label {
    font-size: 15px;
}

.form-field select,
.form-field input,
.form-field textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f9f9f9;
    border: 1px solid #e7e7e7;
    padding: 12px 15px;
    height: auto;
    outline: none;
    position: relative;
    width: 100%;
}

.button-group.alignright {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.primary-btn:hover {
    background: #d0d9b5;
}

.navbar .navbar-menu-wrapper {
    width: auto;
    padding: 0 20px;
    height: auto;
    background-color: transparent;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.for-mobile {
    display: none;
}

.navbar {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}

.logo-set img {
    width: auto;
    height: 45px;
    display: block;
}

.logo-set {
    border-bottom: 1px solid #efefef;
    padding: 7px 9.5px;
}

.logo-set .brand-logo {
    margin: 0;
    padding: 0;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .welcome-text {
    font-size: 18px;
    color: #8D8D8D;
    margin: 0;
}

.content-wrapper {
    padding: 0 20px;
}

.page-body-wrapper {
    padding-top: 28px;
    background: #F4F5F7;
    min-height: 100vh;
}

.sidebar {
    background: #ffffff;
    border-right: 1px solid #efefef;
    overflow: auto;
    width: auto;
    min-width: 220px;
    height: 100vh;
    position: fixed;
    min-height: 100vh;
    top: 0;
}

.sidebar::-webkit-scrollbar {
    display: none;
}

.sidebar .nav {
    margin-bottom: 1rem;
}

.main-panel {
    margin-left: 220px;
}

.theme-btn {
    cursor: pointer;
    color: #4a4a4a;
    font-weight: 500;
    text-decoration: none;
    padding: 9px 16px;
}

.theme-btn:hover {
    color: inherit;
    text-decoration: none;
    transform: none;
}

.secondary-btn {
    background: #e5e5e5;
}

.secondary-btn:hover {
    background: #d7d7d7;
}

.input-group input {
    height: auto;
}

.table-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sidebar .nav .nav-item.nav-category {
    margin: 0 15px;
    opacity: .5;
}

.sidebar .nav .nav-item .nav-link,
.sidebar .nav .nav-item.active>.nav-link {
    padding: 8px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    border-radius: 0;
    font-size: 15px;
    color: #000000a3;
}

.sidebar .nav .nav-item .nav-link .material-symbols-rounded {
    color: inherit;
    font-size: 20px;
}

.sidebar .nav .nav-item .nav-link .menu-title,
.sidebar .nav .nav-item.active>.nav-link .menu-title {
    font-size: inherit;
    font-weight: 600;
    color: inherit !important;
}

.sidebar .nav:not(.sub-menu)>.nav-item:hover>.nav-link,
.sidebar .nav:not(.sub-menu)>.nav-item:hover[aria-expanded="true"],
.sidebar .nav:not(.sub-menu)>.nav-item.active .nav-link {
    color: inherit;
    background: #efefef;
}

.container-scroller {
    overflow: auto;
}

.user-container {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    white-space: nowrap;
    margin: 14px 0;
    gap: 6px;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
}

.user-container li input {
    border: none;
    font-weight: 700;
    font-size: inherit;
    background: #f3f3f36e;
    padding: 5px 12px;
    border-radius: var(--radius6);
    cursor: auto;
}

.user-container li label {
    font-size: inherit;
}

.user-container li {
    font-size: 14px;
    opacity: .8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-group {
    margin-bottom: 12px;
}

.form-group label {
    margin-bottom: 5px;
    font-size: 15px;
    opacity: .8;
    font-weight: 500;
}

.form-group input:focus {
    border-color: var(--primary-color);
}

tr.hidden {
    display: none;
}

.alert-text:has(p) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.alert-text p {
    font-size: 14px;
    margin: 0;
}

.hr-border {
    height: 1px;
    border: none;
    margin: 0 -20px;
    opacity: .1;
}

.table-design {
    margin: 0 -20px;
}

.title-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-modal,
.button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
}

.form-container {
    margin-bottom: 2rem;
}

.form-group select,
.form-group input,
.form-group .form-control {
    font-size: 14px;
    height: 40px;
    outline: none;
    position: relative;
    border: 1px solid #ced4da;
    border-radius: var(--radius6);
}

.uplaod-letter .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.danger-btn {
    background: #fbdddd;
}

.danger-btn:hover {
    background: #ebcfcf;
}

.tile-style li {
    list-style: none;
    position: relative;
    padding: 14px;
}

.tile-style {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    white-space: nowrap;
    margin: 14px 0;
    gap: 12px;
}

.group-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.group-title .material-symbols-rounded {
    font-size: 28px;
    padding: 9px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #505050;
}

.group-title p {
    font-size: 14px;
    overflow: hidden;
    opacity: .8;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 20px;
}

.tile-style li .rate-percentage {
    font-size: 30px;
    font-weight: 700;
    opacity: .8;
}

.filter-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filter-container .form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    min-width: 170px;
}

.table-design .dataTables_paginate,
.table-design .dataTables_filter {
    margin-right: 20px !important;
}

.table-design li {
    font-weight: 700;
}

.table-design li .page-link {
    color: #000;
    font-size: 13px !important;
    padding: 5px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table-design .page-item.active .page-link {
    background: #e7e7e7;
    color: #000;
}

.table-design .dataTables_paginate,
.table-design .dataTables_info {
    margin-top: 20px !important;
}

.table-design .dataTables_filter {
    margin-bottom: 10px;
    position: absolute;
    top: 11px;
    right: 0;
}

.register-dropdown {
    position: relative;
    display: inline-block;
}

.badge {
    font-weight: 500;
    padding: 5px 10px;
}

.badge-opacity-primary {
    background: #dae1b3;
}

.application-report .main-panel {
    width: 100%;
    margin: 0;
}

.back-home {
    position: absolute;
    top: 30px;
    z-index: 2;
}

.form-select:focus,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--primary-color);
}

.href-link {
    color: inherit;
    text-decoration: none;
}

.href-link:hover,
.table-link,
.table-link:hover {
    text-decoration: underline;
    color: inherit;
}

.table-link {
    font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--primary-color) !important;
    color: #000 !important;
}

.btn-right {
    text-align: right;
}

.tab-design .tab-content {
    border: none;
    margin-top: 10px;
}

.tab-design .nav-tabs {
    gap: 6px;
    border: none;
}

.tab-design .nav-tabs .nav-link {
    font-size: 15px;
    border-radius: var(--radius6) !important;
    padding: 9px 20px;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.tab-design .nav-tabs .nav-link.active {
    font-weight: 600;
}

div.dataTables_wrapper div.dataTables_info {
    margin-left: 20px;
}

.form-check ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

.form-check ul label {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
    cursor: pointer;
}

.form-check ul label input {
    width: 20px;
    height: 20px;
}

.create-department .forms-sample {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
}

.create-department .forms-sample .row {
    width: 100%;
    margin: 0;
    gap: 10px;
}

.create-department .forms-sample .col-md-6 {
    padding: 0;
}

.alert {
    font-size: 16px;
}

.alert p {
    font-size: inherit;
    font-weight: inherit;
}

.alert .close_message {
    font-size: 32px;
    color: inherit;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown,
.register-dropdown .dropdown-menu {
    top: 55px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    min-width: 240px;
    width: 100%;
    border: none;
    padding: 0;
    border-radius: var(--radius6);
}

.profile-header {
    padding: 20px 20px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
    border-bottom: 1px solid #dee2e6;
}

.profile-header img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.profile-heading h2 {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 2px;
}

.profile-heading p {
    opacity: .7;
}

.navbar-right .nav-link {
    padding: 0;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item,
.register-dropdown .dropdown-menu .dropdown-item {
    gap: 10px;
    padding: 10px 20px;
    color: #707070;
    font-weight: 600;
}

.register-dropdown .dropdown-menu {
    min-width: auto;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .material-symbols-rounded {
    font-size: 20px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item {
    margin-left: 10px;
}

select.form-control {
    display: block;
    width: 100%;
    font-weight: 400;
    background-image: url(frontend/assets/arrow.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff !important;
}

.theme-dropdown select {
    background-image: url(frontend/assets/arrow.png);
    background-size: 12px;
    background-color: #fff;
}

input[type="file"] {
    background: #fff !important;
    padding: 12px 14px;
}


/* modal css */
.modal .modal-dialog {
    margin-top: 0;
}

.theme-modal .modal-dialog {
    max-width: 650px;
}

.theme-modal .modal-header {
    padding: 20px 20px !important;
}

.theme-modal .modal-header h4 {
    margin: 0;
}

.theme-modal .modal-header .close span {
    font-size: 32px !important;
    line-height: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 14px;
    padding: 2px 5px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 20px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin: 0;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

body .table .dataTables_empty {
    text-align: center !important;
}

.table-style table td.word-wrap{
    white-space: unset;
    line-height: normal;
}



@media (max-width: 991px) {

    .application-report .page-body-wrapper,
    .page-body-wrapper:has(.h1title) {
        padding-top: 35px;
    }

    .uplaod-letter .input-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .uplaod-letter .input-group input {
        width: 100%;
    }

    .main-panel {
        margin-top: 3rem;
        margin-left: 0;
    }

    .sidebar-offcanvas {
        max-height: 100%;
    }

    .sidebar-offcanvas.active {
        width: 100%;
    }

    .btn-modal,
    .button-group {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .navbar {
        border-bottom: 1px solid #efefef;
        background: #f4f5f7;
    }

    .logo-set {
        border: none;
    }

    .for-mobile {
        display: block;
    }

    .navbar {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: fixed;
        z-index: 999;
    }
}

@media (max-width: 600px) {
    .applicant_resume {
        position: initial;
    }

    .feedback-style img {
        width: 100% !important;
        height: auto !important;
    }
}