.adminapp {
    font-family: 'Kumbh Sans', sans-serif;
    color: #667085;
}

.adminapp .navbar {
    border-bottom: 2px solid #F4F8FF;
    padding: 0px;
}

@media (min-width: 991px) {
  .adminapp .navbar-brand,
  .adminapp .navbar-user {
    min-width: 300px;
  }

  .adminapp .navbar-user {
    justify-content: end;
  }
}

@media (max-width: 991px) {
  .adminapp .navbar {
    padding: 10px;
  }
}

.navbar-item-container .nav-item .nav-link {
    color: #667085 !important
}

.navbar-item-container .nav-item.active {
    border-bottom: 1px solid #004AAD;
}

.navbar-item-container .nav-item.active .nav-link{
    color: #004AAD !important;
    font-weight: 500;
}

.navbar-item-container .dropdown-menu[data-bs-popper] {
    left: -80px;
}

/* CUSTOM CONTAINER */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
    margin-right: auto;
    margin-left: auto;
}
/* CUSTOM CONTAINER END */

/* CUSTOM CARD */
.card {
    border: 2px solid #F6F6F6;
    border-radius: 10px;
}
/* CUSTOM CARD END */

/* TABLE */
.table-borderless th,
.table-borderless td {
    border-bottom: unset !important ;
    border-top: unset !important ;
    border-right: unset !important ;
    border-left: unset !important ;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: unset !important;
}
.adminapp table.dataTable thead .sorting {
    background-image: url(sort_both.png) !important;
}
.adminapp table.dataTable thead .sorting_desc {
    background-image: url(sort_desc.png) !important;
}
.adminapp table.dataTable thead .sorting_asc {
    background-image: url(sort_asc.png) !important;
}
div.childtable {
  background-color: #FFFFFF;
  border: 2px solid #F6F6F6;
  border-radius: 10px;
}
div.dataTables_processing { z-index: 1; }
/* TABLE END */

/* STATUS */
.status {
    width: 6px;
    height: 6px;
    content: "";
    display: inline-block;
    border-radius: 50%;
}
.status_Active {
    background: #4B9F47;
}
.status_Cancelled {
    background: #F00000;
}
/* STATUS END */

/* BUTTON */
.btn-outline-primary {
    color: #004AAD;
    font-weight: 600;
    border-color: #004AAD;
}
.btn-outline-primary:hover {
    background-color: #004AAD;
}
.btn-primary {
    background-color: #004AAD;
}
.btn-primary:hover {
    background-color: #055dd0;
}
/* BUTTON END */

/* TYPOGRAPHY */
.text-dark {
    color: #171F46 !important;
}

.text-gray {
    color: #999999;
}
/* TYPOGRAPHY END */

/* ACCORDION */
.accordion-button,
.accordion-button:not(.collapsed) {
    background-color: white;
    border: 1px solid #004AAD;
    color: #004AAD;
    font-weight: 600;
    border-radius: 10px;
}
.accordion-item {
    border: unset;
    margin-bottom: 15px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(chevron-up.svg);
}
.accordion-button::after {
    background-image: url(chevron-down.svg);
    background-position: center;
    background-size: 12px;
}
/* ACCORDION END */

/*  */
.nav-pills li.nav-item button.active {
    color: #ffffff !important;
    background-color: #004AAD !important;
}
.nav-pills li.nav-item {
    background-color: #F4F8FF;
}
.nav-pills .nav-link {
    color: #004AAD !important;
    font-weight: 600;
}
h3 {
    color: #030229;
}
.input__search input {
    width: 280px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 6px;
    padding-left: 41px !important;
    font-size: 14px;
    line-height: 22px;
    background-color: #FFFFFF;
    border: 1px solid #EDEDED;
    background-repeat: no-repeat;
    background-position: 4% 50%;
    background-image: url(search.png);
}
.input__search {
    float: left;
}
table.dataTable td {
    padding: 1rem !important;
    border-bottom: none;
}
.btn-table-action {
    border: solid 1px #ebebed;
    min-width: 42px;
}
.btn-table-action > i, .color-mg:not(th) {
    color: #004AAD;
    font-weight: 700;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable.no-footer {
    border-bottom: none;
}


.btn-child-action {
    width: 100%;
}

.open {
    background: linear-gradient(90deg, #F4F8FF 63.86%, rgba(244, 248, 255, 0) 100%);
}

.parenttable.open td {
    border-bottom: solid 1px rgba(0, 74, 173, 0.1);
}
/*  */

@media (min-width: 992px) { 
    .navbar-item-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .navbar-item-centered {
        justify-content: center;
        flex: 1;
        width: 100%;
    }
}

/* UPCOMING PAGE */
.dt-custom::after {
    display: none;
}

.card-calendar {
    height: 152px;
    width: 152px;
}
.card-calendar-wide {
    height: 152px;
    width: 450px;
    background-color: #F4F8FF;
}
.container-card-calendar {
    position: relative;
    padding-left: 47px;
    padding-right: 30px;
}
.card-calendar .card-calendar-date {
    font-size: 14px;
    color: #040415;
    font-weight: 700;
}
.card-calendar .card-calendar-number {
    font-size: 21px;
    color: #004AAD;
    font-weight: 700;
}
.card-calendar .card-calendar-text {
    font-size: 14px;
    color: #004AAD;
    font-weight: 500;
}
#card-calendar-control .btn-prev {
    position: absolute;
    left: 15px;
    top: 0;
    height: 152px;
    background-color: #ffffff;
    color: #004AAD !important;
}
#card-calendar-control .btn-next {
    position: absolute;
    right: 15px;
    top: 0;
    height: 152px;
    background-color: #ffffff;
    color: #004AAD !important;
}
.card-calendar-active {
    background-color: #004AAD;
    
}
.card-calendar-active .card-calendar-number, .card-calendar-active .card-calendar-text, .card-calendar-active .card-calendar-date, .card-calendar-wide .col-active .card-calendar-number, .card-calendar-wide .col-active .card-calendar-number .card-calendar-text {
    color: #ffffff;
}
.col-relative {
    position: relative;
}
.card-calendar-wide .col-active {
    background-color: #004AAD;
    border-radius: 0.375rem;
}
/* UPCOMING PAGE END */

/* EMPTY CONTENT */
.empty-content-container {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-around;
    align-items: center;
  }

@media (max-width: 768px) {
  .empty-content-container {
    flex-direction: column;
  }

  .empty-content {
    order: 2;
  }
  .empty-icon img {
    max-height: 200px;
  }
}

  /* EMPTY CONTENT END */

/* SWEETALERT CUSTOM */
.adminapp .swal2-container.swal2-backdrop-show,
.adminapp .swal2-container.swal2-noanimation {
  backdrop-filter: blur(10px);
}

.adminapp .swal2-title {
  color: #171f46;
  font-size: 1.5rem;
  text-align: left;
  padding: 0.8em 3.2em 0 1em;
  font-weight: 700;
  line-height: 32px;
}

.adminapp .swal2-html-container {
  text-align: left;
  color: #667085;
  margin: 1.5em 1.6em 0.3em;
  line-height: 24px;
}

.adminapp .swal2-styled.swal2-confirm {
  background-color: #004aad;
}

.adminapp .swal2-close {
  border-radius: 36px;
  background: #efefef;
  color: #33383f;
  font-size: 2rem;
  font-weight: 500;
  margin-right: 20px;
  position: absolute;
  top: 16px;
}

.adminapp:not(.swal2-toast-shown) .swal2-popup {
  border-radius: 16px;
  padding: 0 0 2.5em;
}

.adminapp.swal2-toast-shown .swal2-container {
  backdrop-filter: none;
}
/* SWEETALERT END */

/* LOADER BEGIN */
#overlay {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
  }
  .cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp-spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
  }
  
  @keyframes sp-anime {
    100% {
      transform: rotate(360deg);
    }
  }
  .sp-is-hide {
    display: none;
  }
  /* LOADER END */

  /* MODAL */
.app-modal {
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.2);
}

.app-modal .modal-header {
  border-bottom: none;
  padding: 2rem 2rem;
}

.app-modal .modal-footer {
  border-top: none;
  z-index: 100;
}

.app-modal .btn-close {
  background-color: #efefef;
  color: #33383f;
  border-radius: 36px;
  background-size: 10px;
  width: 26px;
  height: 26px;
}

.app-modal .modal-body {
  padding: 1rem 2rem;
}
/* MODAL END */

/* FORM */
.app-form-group {
  border: 2px solid #efefef;
  border-radius: 12px;
  padding: 1rem;
}
.app-form-group .form-label {
  color: #667085 !important;
  font-size: 0.9rem;
  margin-bottom: 0;
  margin: 0;
  padding: 0;
}
.app-form-group .form-control {
  border: none;
  padding: 0;
  font-size: 1.4rem;
  color: #000;
  font-weight: 600;
}

.app-form-input-container .form-control {
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
}
.app-form-input-container label {
  font-size: 14px;
  font-weight: 500;
  color: #344054;
}
.app-form-input-container select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
}

.form-control:disabled {
  background-color: #e9ecef !important;
  opacity: 1;
}
/* FORM END */

/* ERROR JQUERY VALIDATE */
.form-group {
  position: relative;
}
span.error {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: -20px;
  right: -15px;
  z-index: 2;
  height: 25px;
  line-height: 1;
  background-color: #e34f4f;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  padding: 6px 8px;
}
span.error:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #e34f4f;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -6px;
  left: 20%;
}

.container_radio.version_2 .error, .container_check.version_2 .error {
  left: -15px;
  top: -30px;
  right: inherit;
}

.radio_input .error {
  left: -15px;
  top: -30px;
  right: inherit;
}

.styled-select span.error {
  top: -20px;
}

.terms span.error {
  top: -30px;
  left: -15px;
  right: inherit;
}
/* ERROR JQUERY VALIDATE END */

input.datepicker,
input.daterangepicker-input {
  background: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjMzMzMgMy4zMzMwMUg0LjY2NjY3QzMuNzQ2MTkgMy4zMzMwMSAzIDQuMDc5MiAzIDQuOTk5NjdWMTYuNjY2M0MzIDE3LjU4NjggMy43NDYxOSAxOC4zMzMgNC42NjY2NyAxOC4zMzNIMTYuMzMzM0MxNy4yNTM4IDE4LjMzMyAxOCAxNy41ODY4IDE4IDE2LjY2NjNWNC45OTk2N0MxOCA0LjA3OTIgMTcuMjUzOCAzLjMzMzAxIDE2LjMzMzMgMy4zMzMwMVoiIHN0cm9rZT0iIzAwNEFBRCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMy44MzM1IDEuNjY2OTlWNS4wMDAzMyIgc3Ryb2tlPSIjMDA0QUFEIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTcuMTY2NSAxLjY2Njk5VjUuMDAwMzMiIHN0cm9rZT0iIzAwNEFBRCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0zIDguMzMzMDFIMTgiIHN0cm9rZT0iIzAwNEFBRCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 6px;
  padding-right: 2rem;
}

.accordion-button.without-chevron:after {
  background-image: none !important;
}

.mw-70 {
  min-width: 70px;
}

.scrollable {
  overflow-y: auto;
}

.scrollable::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.scrollable::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #EFEFEF;
}
 
/* Handle */
.scrollable::-webkit-scrollbar-thumb {
  background: #030229; 
  border-radius: 10px;
}

/* Handle on hover */
.scrollable::-webkit-scrollbar-thumb:hover {
  background: #100d6e; 
}

.assessments-item .dropdown-toggle::after {
  content: none;
}

.assessments-item .dropdown-toggle:focus,
.assessments-item .dropdown-toggle:active,
.assessments-item .dropdown-toggle:hover {
  border-color: white !important;
}

/* CUSTOM SELECT2 */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px !important;
}
.select2-container .select2-selection--single {
  height: 42px !important;
}