/* navbar */
/* .navbar {
    margin-left: 235px;
    width: calc(100% - 235px);
    box-shadow: none;
    border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 992px) {
    .sidebar-icon-only .navbar {
        margin-left: 70px;
        width: calc(100% - 70px);
    }
}*/
.navbar .navbar-menu-wrapper {
    /* width: 100%; */
    height: 70px;
}
/*
@media (max-width: 991px) {
    .navbar .navbar-menu-wrapper {
        width: calc(100% - 55px);
        padding-left: 15px;
        padding-right: 11px;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
        display: none;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler:not(.navbar-toggler-right) {
        display: inline-block;
    }
}
.navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
    margin-left: auto;
}
.page-body-wrapper {
    padding-top: 0px;
}
.main-panel {
    padding-top: 60px;
} */

/* sidebar */
.sidebar {
    background: #fafafa;
    /* border-right: 1px solid #d9d9d9; */
}
.sidebar {
    background: #fafafa;
    border-right: 1px solid #d9d9d9;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    max-height: 120px !important;
}
.sidebar:hover {
    overflow-y: scroll;
}
.sidebar .nav.sub-menu .nav-item::before {
    content: "";
    width: 5px;
    height: 5px;
    position: inherit;
    margin-top: 16px;
    border-radius: 50%;
    background: #b2b2b2;
}
/* .sidebar .navbar-brand-wrapper {
    background: #fafafa;
    border-right: 1px solid #d9d9d9;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    width: 235px;
    height: 60px;
}
.sidebar .navbar-brand-wrapper .navbar-brand {
    color: #27367f;
    font-size: 1.5rem;
    margin-right: 0;
    padding: .25rem 0;
}
.sidebar .navbar-brand-wrapper .navbar-brand.brand-logo-mini {
    display: none;
}
.sidebar .navbar-brand-wrapper .navbar-brand img {
    max-width: 100%;
    height: 34px;
    margin: auto;
    vertical-align: middle;
  }
.sidebar .navbar-brand-wrapper .brand-logo-mini {
    padding-left: 0;
    text-align: center;
}
.sidebar .navbar-brand-wrapper .brand-logo-mini img {
    width: calc(70px - 30px);
    max-width: 100%;
    margin: auto;
}
@media (min-width: 992px) {
    .sidebar-icon-only .sidebar .navbar-brand-wrapper .brand-logo {
        display: none;
    }
    .sidebar-icon-only .sidebar .navbar-brand-wrapper {
        width: 70px;
    }
    .sidebar-icon-only .sidebar .navbar-brand-wrapper .brand-logo-mini {
        display: inline-block;
    }
}
@media (max-width: 991px) {
    .sidebar .navbar-brand-wrapper {
        width: 55px;
    }
}
@media screen and (max-width: 991px) {
    .sidebar-offcanvas {
        left: -235px;
    }
    .sidebar-offcanvas.active {
        left: 0 !important;
    }
} */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile img {
    width: 46px;
    height: 46px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
    top: 75px;
}

/* font */
.fm {
    font-family: "Nunito", sans-serif;
}

/* background */
.bg {
    background: #fafafa;
}
.content-wrapper {
    background: #ffffff;
    max-height: calc(100vh - 65px);
    overflow-y: scroll;
}

.navbar .navbar-brand-wrapper {
    background: #fafafa;
    height: 70px;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}

/* opacity */
.opacity-60 {
    opacity: 0.6;
}

.opacity-80 {
    opacity: 0.8;
}

/* text */
.text-danger-custom {
    color: #9d0b0b;
}
.text-primary {
    color: rgb(35, 37, 100, 1) !important;
}
.primary-text-color {
    color: rgb(35, 37, 100, 1) !important;
}
.text-warning {
    color: #e5b80b !important;
}
.text-success {
    color: #42c214 !important;
}
.text-info {
    color: #0064ff !important;
}

/* font */
.fs-12 {
    font-size: 0.75rem !important;
}

.fs-14 {
    font-size: 0.875rem !important;
}

.fs-16 {
    font-size: 1rem !important;
}

.fs-17-6 {
    font-size: 1.1rem !important;
}

.fs-18 {
    font-size: 1.125rem !important;
}

.fs-20 {
    font-size: 1.25rem !important;
}

.fs-22 {
    font-size: 1.375rem !important;
}

.fs-30 {
    font-size: 1.875rem !important;
}

.fs-40 {
    font-size: 2.5rem !important;
}

/* width */
.w-30 {
    width: 30% !important;
}
.w-35 {
    width: 35% !important;
}
.w-40 {
    width: 40% !important;
}
.w-45 {
    width: 45% !important;
}
.w-55 {
    width: 55% !important;
}
.w-60 {
    width: 60% !important;
}
.w-70 {
    width: 70% !important;
}

/* border */
.border-left {
    border-left: 1px solid #ddd !important;
}

.border-top {
    border-top: 1px solid #ddd !important;
}

/* button */
.btn {
    border-radius: 5px !important;
}
.btn-primary-custom {
    color: #fff;
    background-color: rgb(35, 37, 100, 1);
}
.btn-primary-custom:hover {
    color: #fff;
    background-color: rgb(35, 37, 100, 1);
    border-color: rgb(35, 37, 100, 1);
}
.btn-outline-custom {
    color: rgb(35, 37, 100, 1);
    background-color: #fff;
    border-color: rgb(35, 37, 100, 1);
}
.btn-primary-outline-custom {
    color: rgb(35, 37, 100, 1);
    background-color: #fff;
    border-color: rgb(35, 37, 100, 1);
}
.btn-primary-outline-custom:hover {
    color: #fff;
    background-color: rgb(35, 37, 100, 1);
    border-color: rgb(35, 37, 100, 1);
}
.btn-danger-custom {
    color: #fff;
    background-color: #9d0b0b;
}
.btn-danger-custom:hover {
    color: #fff;
    background-color: #9d0b0b;
    border-color: #9d0b0b;
}
.btn-success-custom {
    color: #fff;
    background-color: #42c214;
}
.btn-success-custom:hover {
    color: #fff;
    background-color: #42c214;
    border-color: #42c214;
}
.btn-secondary-custom {
    color: #222222;
    background-color: #e6e6e6;
}
.btn-secondary-custom:hover {
    color: #222222;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
.btn-secondary-outline {
    color: #222222;
    border-color: #e6e6e6;
}
.btn-secondary-outline:focus {
    color: #222222;
    border-color: #e6e6e6;
}
.close-pill-btn {
    border-radius: 13px !important;
    padding: 3px 10px;
    border-color: rgb(35, 37, 100, 0.3);
}

.close-pill-btn:hover {
    color: #fff;
    background-color: rgb(35, 37, 100, 1);
    border-color: rgb(35, 37, 100, 0.3);
}
.icon-hover,
.text-hover {
    cursor: pointer;
}

.inline-icon {
    position: absolute;
    right: 0;
    top: 33px;
    padding: 10px 10px;
    color: rgba(119, 119, 119, 0.7);
}

.inline-icon-left {
    position: absolute;
    left: 0;
    top: 33px;
    padding: 10px 10px;
    color: rgb(35, 37, 100, 1);
}

/* input */
.no-arrow {
    -moz-appearance: textfield;
}
.no-arrow::-webkit-inner-spin-button {
    display: none;
}
.no-arrow::-webkit-outer-spin-button,
.no-arrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* checkbox */
input[type="checkbox"],
input[type="radio"] {
    accent-color: rgb(35, 37, 100, 1);
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.form-check label {
    cursor: pointer;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:before,
.form-check-group
    .form-check-label
    input[type="checkbox"]
    + .input-helper:before {
    width: 15px;
    height: 15px;
    border: 1px solid rgb(35, 37, 100, 1);
}

.form-check
    .form-check-label
    input[type="checkbox"]:checked
    + .input-helper:before {
    background: rgb(35, 37, 100, 1);
}

.form-check-group
    .form-check-label
    input[type="checkbox"]:checked
    + .input-helper:after {
    width: 15px;
    height: 15px;
    font-size: 0.8rem;
}

/* modal */
.modal-header {
    border-bottom: none;
}
.custom-modal-header {
    padding: 15px 26px !important;
}
.custom-modal-body {
    padding: 10px 26px 35px !important;
}
.modal-footer {
    border-top: none;
}

/* card */
.card-overflow {
    overflow-x: auto;
    flex-wrap: nowrap;
}

/* datatable */
.dataTable thead,
.expandable-table thead tr th {
    background: #e7e7e7;
    color: #222222;
}
.dataTable tbody tr,
.expandable-table tbody tr {
    background: #f5f5f5;
    color: #222222;
}
.dataTable thead tr th:first-child,
.dataTable tbody tr td:first-child,
.expandable-table tbody tr th:first-child,
.expandable-table thead tr td:first-child {
    border-radius: 5px 0 0 5px;
}
.dataTable thead tr th:last-child,
.dataTable tbody tr td:last-child {
    border-radius: 0 5px 5px 0;
}
.dataTable,
.expandable-table,
.child-table {
    border-spacing: 0 5px !important;
    border-collapse: separate;
    border: none !important;
}
.table td {
    border: none !important;
    padding: 0rem 1.375rem;
    height: 60px;
}
.table td:last-child {
    padding-right: 0rem;
}
.dataTables_filter input {
    width: 270px !important;
}
.table thead th {
    vertical-align: middle;
}
.expandable-table thead tr th {
    border-top: 0;
    padding: 1.125rem 1.375rem;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1;
}
.expandable-table tbody tr td {
    padding: 0rem 1.375rem;
    height: 60px;
    font-size: 0.875rem;
    line-height: 1;
}
.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
    background-color: rgb(35, 37, 100, 1);
    border-color: rgb(35, 37, 100, 1);
}

.buttonbar input[type="search"] {
    width: 270px !important;
}

/* dropdown */
.dropdown .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem;
}
.dropdown-action:not(:last-child) {
    border-bottom: 1px solid rgb(35 37 39 / 5%) !important;
}
.dropdown-action {
    width: 80% !important;
    transform: translateX(12%) !important;
    padding: 0.7rem 0rem !important;
    text-align: end;
    cursor: pointer;
}
.dropdown-filter-checkbox:not(:last-child) {
    border-bottom: 1px solid rgb(35 37 39 / 5%) !important;
}
.dropdown-filter-checkbox {
    width: 80% !important;
    transform: translateX(-48%) !important;
    left: 50% !important;
    cursor: pointer;
}

/* select-2 */
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background: rgb(35, 37, 100, 1);
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 8px !important;
}
.select2-container--default .select2-selection--single {
    padding: 0.5rem 1.375rem !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 24px !important;
}

/* Dot opacity loader */
.dot-opacity-loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

.dot-opacity-loader span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: rgb(35, 37, 100, 1);
    margin: 35px 5px;
    opacity: 0;
}

.dot-opacity-loader span:nth-child(1) {
    animation: opacitychange 1s ease-in-out infinite;
}

.dot-opacity-loader span:nth-child(2) {
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.dot-opacity-loader span:nth-child(3) {
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange {
    0%,
    100% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
}
#loadingDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f9fa9c;
}
.loader-demo-box {
    width: 100%;
    height: 200px;
}
.loader-demo-box {
    border: none !important;
    border-color: none !important;
}

/* datepicker */
.datepicker.datepicker-dropdown {
    padding: 1rem;
    width: 16%;
}
.datepicker.datepicker-dropdown
    .datepicker-days
    table.table-condensed
    thead
    tr
    th.dow,
.datepicker.datepicker-inline
    .datepicker-days
    table.table-condensed
    thead
    tr
    th.dow {
    font-size: 0.875rem;
}
.datepicker.datepicker-dropdown
    .datepicker-days
    table.table-condensed
    tbody
    td.day,
.datepicker.datepicker-inline
    .datepicker-days
    table.table-condensed
    tbody
    td.day {
    font-size: 0.8rem;
}
.datepicker.datepicker-dropdown
    .datepicker-days
    table.table-condensed
    tbody
    td.day.active:before,
.datepicker.datepicker-inline
    .datepicker-days
    table.table-condensed
    tbody
    td.day.active:before {
    background: rgb(35, 37, 100, 1);
    top: 4px;
}
.datepicker table tr td span.active {
    background: rgb(35, 37, 100, 1) !important;
}
.datepicker table tr td span {
    font-size: 0.8rem;
    height: 42px;
    line-height: 42px;
}

/* datetimepicker */
.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 16rem;
}
.bootstrap-datetimepicker-widget table td {
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: pointer;
    border-radius: 0.25rem;
    color: rgb(35, 37, 100, 1) !important;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 30px;
    font-weight: 700;
    font-size: 1rem;
    margin: 0;
    color: #1f1f1f !important;
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"] {
    text-align: center;
    font-family: Arial, sans-serif, -apple-system, system-ui, "Segoe UI", Roboto,
        "Helvetica Neue", "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol", "Noto Color Emoji";
    width: 38px;
    height: 38px;
    color: #fff !important;
    background-color: rgb(35, 37, 100, 1) !important;
    border-color: rgb(35, 37, 100, 1) !important;
}

/* card-style */
.card {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    flex: 0 0 100%;
    font-family: "Nunito", sans-serif;
}

.card-body-shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
        rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.label-fs {
    font-size: 0.875rem;
}

.link-color,
.link-color:hover {
    color: #1f1f1f;
    text-decoration: none;
}

.question_type_card {
    padding: 0.5rem 0.5rem 1.25rem !important;
}

.question_types_img {
    margin-bottom: 12px !important;
}

.question_types_img img {
    height: 215px !important;
}

.rounded-3 {
    border-radius: 3px !important;
}

.card-border-left-blue {
    border-left: 5px solid #007aff;
}

.card-border-left-secondary {
    border-left: 5px solid #c0c0c0;
}

.card-border-top-blue {
    border-top: 5px solid #007aff;
}

.question-edit-input {
    outline: 0;
    border-width: 0 0 2px;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 0px;
}

.question-edit-input:focus {
    border-color: #000000;
}

.inline-icon-question {
    position: absolute;
    right: 0;
    top: 2px;
    padding: 10px 10px;
    color: rgba(119, 119, 119, 0.7);
}

.question-area {
    resize: none;
    width: 650px;
    min-height: 50px;
    padding: 5px;
    overflow: hidden;
    box-sizing: border-box;
}

.interview_card {
    padding: 0.5rem !important;
}

.interview_card img {
    height: 215px !important;
}

.dot-success,
.dot-blue {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
}

.dot-sm-success,
.dot-sm-blue,
.dot-sm-black,
.dot-sm-danger {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}

.dot-success,
.dot-sm-success {
    background-color: #42c214;
}

.dot-blue,
.dot-sm-blue {
    background-color: #007aff;
}

.dot-sm-black {
    background-color: #202023;
}

.dot-sm-danger {
    background-color: #f02d2d;
}

.capsule-success {
    height: 10px;
    width: 40px;
    background-color: #42c214;
    border-radius: 5px;
    display: inline-block;
}

.bar-danger {
    height: 30px;
    width: 9px;
    background-color: #f02d2d;
    border-radius: 5px;
    display: inline-block;
}

.question-card-area {
    max-height: 515px;
    overflow-y: scroll;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.applicant-start-btn {
    border: 2px solid #333333;
    width: 200px;
    height: 50px;
    border-radius: 0px !important;
}

.applicant-start-btn:hover {
    border: 2px solid #333333;
    border-radius: 0px !important;
}

.applicant-form-input {
    outline: 0;
    border-width: 0 0 1px;
    border-color: #e2e4e5;
    border-radius: 0px;
}

.applicant-form-input:focus {
    border-color: #000000;
}

.applicant-select .select2-selection--single {
    outline: 0;
    border-width: 0 0 1px;
    border-color: #e2e4e5;
    border-radius: 0px;
    padding: 0.5rem !important;
}

.applicant-border {
    border: 1px solid #e2e4e5;
    border-radius: 8px;
}

.applicant-lbl {
    opacity: 0.6;
}

.dropify-wrapper {
    border: 1px dashed #aba7af;
    border-radius: 10px;
    height: 90px !important;
    color: #007aff;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .profile-upload.col-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media screen and (max-width: 767px) {
    .profile-upload.col-3 {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

.file-upload-icon:before {
    display: inline-block;
    font: normal normal normal 24px/1 "themify";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\e66b";
    color: #1f1f1f;
    font-size: 1.25rem;
}

.question-intro-border {
    border: 1px dashed rgba(137, 143, 152, 0.3);
    border-radius: 10px;
}

.applicant-home-box {
    height: calc(100vh - 100px) !important;
}

.question-intro-box {
    height: calc(100vh - 100px) !important;
}

.question-start-btn {
    border: 1px solid #bbbfc1;
    width: 160px;
    height: 52px;
    border-radius: 4px !important;
}

.question-start-btn:hover {
    border: 1px solid #bbbfc1;
    border-radius: 4px !important;
}

.min-counter {
    color: rgba(36, 36, 38, 0.45);
}
.btn-no-action {
    background-color: #e6e6e6;
    color: #000000;
}
.gold-weight {
    font-weight: 500 !important;
    font-size: 22px !important;
}
.printer-btn {
    padding: 10%;
}
.scroll-container {
    overflow: hidden;
    /* position: relative; */
}
.gold-text {
    background: rgba(254, 191, 16, 0.3);
    border-radius: 4px;
    padding: 0.3% 0.5% 0.3% 0.3%;
    margin-right: 0.5%;
}
.scroll-text {
    /* animation properties */
    font-size: 0.88rem;
    color: black;
    font-weight: bold;
    min-width: 130%;
    position: absolute;

    animation: my-animation 30s linear forwards;
}
.table-responsive {
    /* overflow-x:unset; */
    /* display: ''; */
}
.tbl-name-col {
    width: 30% !important;
}
@keyframes my-animation {
    from {
        left: 100%;
    }
    to {
        left: -100%;
    }
}
/* for Firefox */
/* @-moz-keyframes my-animation {
    from {
        -moz-transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(-100%);
    }
} */

/* for Chrome */
/* @-webkit-keyframes my-animation {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(-100%);
    }
} */
/*
@keyframes my-animation {
    from {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
} */
.nrc-preview-img,
.passport-preview-img {
    width: 60px;
    height: 30px;
    padding: 0 5px;
}

.thankyou-box {
    height: calc(100vh - 100px) !important;
}

.datepicker-icon {
    color: rgba(119, 119, 119, 0.7) !important;
    background-color: transparent !important;
    border: none !important;
}

.timepick-icon {
    color: rgba(119, 119, 119, 0.7) !important;
    background-color: transparent !important;
    border: 1px solid #ced4da !important;
    padding: 0.75rem 0.75rem !important;
    border-radius: 4px !important;
}

.interview-finish-btn {
    border: 1px solid #bbbfc1;
    border-radius: 4px !important;
}
.interview-finish-btn:hover {
    border: 1px solid #bbbfc1;
    border-radius: 4px !important;
}

.pass-border-left-success {
    border-left: 3px solid #0f0;
}

.fail-border-left-danger {
    border-left: 3px solid #f00;
}

.pass-fail-card {
    background: rgba(34, 34, 34, 0.03);
    border-radius: 10px;
}

.applicant-data {
    max-height: 520px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.star-icon {
    color: #fdac10;
}

.star-blank {
    color: #d9d9d9;
}

.total-score {
    color: rgba(40, 40, 58, 0.75);
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.btn-insert-tbl-row {
    background: #f5f5f5;
    color: #222222;
}

.file-upload-icon-plus:before {
    display: inline-block;
    font: normal normal normal 24px/1 "themify";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\e61a";
    color: #d9d9d9;
    font-size: 1rem;
}

.nrc-img-wrapper {
    border: 1px dashed #000000;
    border-radius: 5px;
    height: 2.575rem !important;
}

.profile-img-wrapper {
    border: 1px dashed #7a7676;
    border-radius: 5px;
    width: 8.125rem !important;
    height: 8.125rem !important;
}

.profile-preview-img {
    width: 8.125rem;
    height: 8.125rem;
    /* padding: 0 5px; */
    border-radius: 5px;
}

.datetime-form-control {
    border-right: transparent;
    padding: 0.7rem 0.75rem !important;
}

.datetime-form-control:focus {
    border-color: #ced4da;
}

.datepicker-icon {
    color: #777777 !important;
    background-color: transparent !important;
    border: none !important;
}

.timepick-icon {
    color: #777777 !important;
    background-color: transparent !important;
    border: 1px solid #ced4da !important;
    padding: 0.75rem 0.75rem !important;
    border-radius: 0px 4px 4px 0px !important;
}

.expandable-table tr td.details-control:before {
    content: "\e61a";
    font-family: "themify";
}

.expandable-table tr.shown td.details-control:before {
    content: "\e622";
}

.expandable-table tr td:has(> .child-table) {
    background-color: white;
}

.expandable-table tr td.details-control.detail-dropdown {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

.expandable-table tr td.details-control.detail-dropdown:before {
    content: "\e64b";
    font-family: "themify";
}

.expandable-table tr.shown td.details-control.detail-dropdown:before {
    content: "\e648";
}

.expandable-table tr td.details-control.details-info {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    cursor: pointer;
}

.expandable-table tr td.details-control.details-info:before {
    content: "\e717";
    font-family: "themify";
}

.expandable-table tr.shown td.details-control.details-info:before {
    content: "\e717";
}

.profile-detail-img {
    width: auto;
    height: 5rem;
    padding: 0 5px;
    border-radius: 5px;
}

.sidebar .nav .nav-item .nav-link {
    padding: 0.8125rem 1rem 0.8125rem 1rem;
}
/*
.sidebar .nav .nav-item .nav-link:hover{
    background-color: #fff;
    color:rgb(30, 30, 30,1);
}
.sidebar .nav .nav-item.active .nav-link i.menu-icon{
    background-color: #fff;
    color:rgb(35, 37, 100,1);
}
.sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link, .sidebar .nav:not(.sub-menu) > .nav-item:hover[aria-expanded="true"]
.sidebar .nav .nav-item .nav-link:hover{
    background-color: #fff;
    color:rgb(30, 30, 30,1);
}
.sidebar .nav .nav-item.active .nav-link .menu-title{
    background-color: #fff;
    color:rgb(35, 37, 100,1);
}
.sidebar .nav .nav-item.active .nav-link .menu-arrow{
    background-color: #fff;
    color:rgba(119, 119, 119, .7);
}
.sidebar .nav .nav-item.active > .nav-link{
    border-radius: 0%  !important;
}
.sidebar .nav:not(.sub-menu) > .nav-item.active a{
    background-color: #fff;
    color:rgba(119, 119, 119, .7);
}



.sidebar .nav.sub-menu .nav-item .nav-link.active{
    background-color: #fff !important;
    color:rgb(35, 37, 100,1);
}
.sidebar .nav.sub-menu .nav-item .nav-link:hover{
    background-color: #fff !important;
    color:rgb(30, 30, 30,1);
}

.sidebar .nav.sub-menu {
    background-color: #fff !important;
    color:rgba(119, 119, 119, .7);
} */

.hide-input-file {
    opacity: 0;
    position: absolute;
    width: 50px;
}

.remove-img {
    position: absolute;
    right: -10px;
    top: -5px;
}

.remove-nrc-img {
    position: absolute;
    right: -5px;
    top: -8px;
}

.certificate-preview-img {
    width: 8.125rem;
    height: 11.375rem;
    /* padding: 0 5px; */
    border-radius: 5px;
}

.custom-badge {
    border-radius: 5px;
    padding: 6px 19px;
}

.custom-badge-primary {
    background: rgba(35, 37, 100, 0.2);
    color: #232564;
}
.border-left-gradient {
    border-left: 2px solid #ddd !important;
    height: inherit;
}
.print-box {
    width: 625px;
    height: 21%;
    left: 820px;
    top: 0px;

    background: #f4f4f4;
    border-radius: 5px;
}
.gf-footer {
    flex-basis: 23.3333%;
}

div.dataTables_scrollBody table {
    margin-top: -9px !important;
}

.all-border {
    border: 1px solid #e2e4e5;
    border-radius: 8px;
}

.product-img-wrapper {
    border: 2px dashed #ced4da;
    border-radius: 5px;
    height: 158px;
    flex-wrap: wrap;
    overflow-y: auto;
    padding: 5px;
}

.no-image:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\F2EF";
    color: #d9d9d9;
    font-size: 3rem;
    border: 2px dashed rgb(206 212 218 / 70%);
    padding: 15px 28px;
}

.product-img {
    position: relative;
}

.product-img img {
    width: 6.3rem;
    height: 6.3rem;
    margin: 5px 5px;
    border-radius: 3px;
    background: linear-gradient(#eeeeee, #eeeeee 100%);
}

.product-img:hover img {
    opacity: 0.5;
}

.product-img i {
    position: absolute;
    display: none;
    top: 7px;
    right: 7px;
    color: #9d0b0b;
}

.product-img i:hover {
    cursor: pointer;
}

.product-img:hover i {
    display: block;
}

.product-detail-img-wrapper {
    height: 55vh;
    flex-wrap: wrap;
    overflow-y: auto;
    padding: 5px;
}

.product-detail-img img {
    width: 10rem;
    height: 10rem;
    margin: 5px 8px;
    border-radius: 3px;
    background: linear-gradient(#eeeeee, #eeeeee 100%);
}

.product-detail-modal {
    max-width: 60%;
}

.product-detail-info-wrapper {
    height: 55vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.product-detail-img-md img {
    width: 9rem;
    height: 9rem;
    margin: 5px 8px;
    border-radius: 3px;
    background: linear-gradient(#eeeeee, #eeeeee 100%);
}

.product-detail-img-sm img {
    width: 6.25rem;
    height: 6.25rem;
    margin: 5px 8px;
    border-radius: 3px;
    background: linear-gradient(#eeeeee, #eeeeee 100%);
}

.overflow-x {
    overflow-x: auto;
}

.overflow-y {
    overflow-y: auto;
}

.modal-product-img-wrapper {
    border: 2px dashed #ced4da;
    border-radius: 5px;
    height: 200px;
    flex-wrap: wrap;
    overflow-y: auto;
    padding: 5px;
}

.modal-product-img img {
    width: 8.1rem;
    height: 8.1rem;
    margin: 5px 5px;
    border-radius: 3px;
    background: linear-gradient(#eeeeee, #eeeeee 100%);
}

.job-apply-profile-img-wrapper {
    border: 1px dashed #aba7af;
    border-radius: 10px;
    height: 90px;
    color: #007aff;
}

.report-card-title-txt {
    color: rgb(34, 34, 34, 0.5);
    font-size: 0.875rem;
}
.dataTables_processing {
    z-index: 105;
}
/* Image upload input */
.img-input-container {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 150px;
    border: 2px dashed #000;
    border-radius: 10px;
    /* box-shadow: inset 0 0 0 10px white, inset 0 0 0 12px #000,
        inset 0 0 0 14px white, inset 0 0 0 16px #000, inset 0 0 0 18px white,
        inset 0 0 0 20px #000; */
}

.lucky-draw-img-input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.img-preview {
    width: 80px;
    height: 100%;
}

.image-preview-container {
    border: 2px dashed #000;
    padding: 20px;
    border-radius: 10px;
}

.prize-img {
    width: 100%;
    height: 100px;
}
