.selectize-control.single .selectize-input, .selectize-dropdown.single {
    border: 1px solid #ced4da !important;
}

.custom-noborder .selectize-input{
    border: transparent !important;
}

#filter-4 .form-control.selectize-control {
    border-color: #ced4da !important;
    border: 1px solid #ced4da !important;
}

#filter-2    .form-control.selectize-control {
    border-color: #ced4da !important;
    border: 1px solid #ced4da !important;
}

/*.selectize-control.single .selectize-input, .selectize-dropdown.single {
    border-color: transparent !important;
}*/
.filter-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
  z-index: 2;
  width: 300px;
  padding: 16px;
  margin: 10px 0px 10px 10px;
  background: rgba(232, 232, 232, 0.2);
  border-radius: 5px;
  align-self: flex-start;
  flex: 0 0 auto; }

.filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px; }
  .filter-header h4 {
    margin-bottom: 0; }

.filter-body {
  overflow-y: auto;
  height: calc(80vh - 110px);
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 4px; }

.filter-footer {
  display: flex; }

.filter-item {
  margin-bottom: 16px; }

.filter-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #343A40;
  margin-bottom: 10px; }
  .filter-item-header h6 {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #6C757D; }
  .filter-item-header .material-symbols-outlined {
    transition: all 0.2s ease-in-out; }
  .filter-item-header[aria-expanded="true"] .material-symbols-outlined {
    transform: rotate(-180deg); }

.content {
  padding: 24px;
  width: 79%; }

.nv-button {
  display: block; }
  .nv-button.custom-dropdown-toggle span {
    white-space: nowrap; }
  .nv-button.btn-sm {
    padding: 8px; }
    .nv-button.btn-sm span {
      font-size: 10px; }
  .nv-button.--dashed {
    border: 2px dashed #008EC8; }

.dropdown a {
  color: #008EC8; }

.dropdown-menu .dropdown-item:active {
  background: #008EC8; }

.custom-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  margin-bottom: 30px; }

.custom-card-header {
  padding: 30px; }
  .custom-card-header h4 {
    margin-bottom: 0; }
  .custom-card-header.--with-button {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.custom-card-body {
  padding: 30px; }

.custom-card-header ~ .custom-card-body {
  padding-top: 0; }

.custom-card-footer {
  padding: 30px; }

.custom-card-body ~ .custom-card-footer {
  padding-top: 10px; }

.summary-info-list {
  border: 1px solid #CED4DA;
  border-radius: 5px;
  display: flex;
  margin-bottom: 30px; }
  .summary-info-list .summary-info-item {
    padding: 30px;
    text-align: center;
    border-right: 1px solid #CED4DA;
    width: 100%; }
    .summary-info-list .summary-info-item h2, .summary-info-list .summary-info-item h5 {
      font-weight: 700;
      color: #008EC8;
      text-transform: uppercase; }
    .summary-info-list .summary-info-item label {
      color: #343A40;
      pointer-events: none; }
    .summary-info-list .summary-info-item:last-child {
      border-right-color: transparent; }
    .summary-info-list .summary-info-item:hover, .summary-info-list .summary-info-item:focus {
      background: rgba(0, 142, 200, 0.2); }
    .summary-info-list .summary-info-item.--icon span {
      font-size: 44px;
      display: block;
      color: #008EC8;
      margin-bottom: 4px; }
  .summary-info-list.--row {
    flex-direction: column; }
    .summary-info-list.--row .summary-info-item {
      border-right: 0;
      border-bottom: 1px solid #CED4DA;
      text-align: left;
      padding-top: 16px;
      padding-bottom: 16px; }
      .summary-info-list.--row .summary-info-item h5 {
        margin-bottom: 0;
        margin-top: 10px; }
      .summary-info-list.--row .summary-info-item:last-child {
        border-bottom: 0; }
      .summary-info-list.--row .summary-info-item:hover, .summary-info-list.--row .summary-info-item:focus {
        background-color: transparent; }

.btn-outline-primary.--solutions {
  border-color: #008EC8;
  color: #008EC8; }
  .btn-outline-primary.--solutions:hover {
    background-color: #008EC8;
    color: #FFF; }

.btn-check:checked + .btn-outline-primary.--solutions {
  color: #fff;
  background-color: #008EC8;
  border-color: #008EC8; }

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn-icon .material-symbols-outlined {
    margin-right: 5px; }
  .btn-icon:hover .material-symbols-outlined {
    animation: heartBeat;
    animation-duration: 1000ms; }
  .btn-icon.--only .material-symbols-outlined {
    margin-right: 0;
    line-height: 24px; }

.btn-circle {
  padding: 5px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  color: #FFF; }
  .btn-circle span {
    font-size: 16px; }
  .btn-circle:hover, .btn-circle:focus {
    color: #FFF; }
  .btn-circle.--lg {
    padding: 10px; }
    .btn-circle.--lg span {
      font-size: 24px; }
  .btn-circle.--danger {
    background: #DC3545; }
    .btn-circle.--danger:hover, .btn-circle.--danger:focus {
      background: #bd2130; }
  .btn-circle.--secondary {
    color: #343A40;
    background-color: rgba(52, 58, 64, 0.2); }
    .btn-circle.--secondary:hover, .btn-circle.--secondary:focus {
      background-color: rgba(52, 58, 64, 0.3); }

.icon-number {
  padding: 0 12px 0 0;
  background: rgba(0, 142, 200, 0.2);
  display: inline-flex;
  align-items: center;
  border-radius: 5rem; }
  .icon-number .icon-content {
    padding: 5px;
    border-radius: 50%;
    background: #008EC8;
    margin-right: 5px;
    line-height: 0;
    cursor: pointer; }
    .icon-number .icon-content span {
      color: #FFF;
      font-size: 20px; }
  .icon-number label {
    margin-bottom: 0;
    color: #008EC8;
    font-size: 16px; }

.nv-button .material-symbols-outlined {
  font-size: 24px;
  line-height: 0; }

.nv-headshot {
  cursor: pointer; }

.nv-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1050;
  background: #FFF; }
  .nv-header .nv-logo {
    padding-left: 60px; }

.nv-login .container {
  z-index: 1; }

.nv-footer {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px; }

.nv-main {
  margin-bottom: 30px; }

.status-list {
  list-style: none;
  padding: 0;
  margin-top: 2rem;
  border-radius: 12px;
  position: relative; }
  .status-list .status-item {
    padding-bottom: 1.5rem;
    border-left: 2px solid #CED4DA;
    position: relative;
    padding-left: 35px;
    margin-left: 10px; }
    .status-list .status-item:last-child {
      border: 0px;
      padding-bottom: 0; }
    .status-list .status-item:first-child:before {
      background: #008EC8; }
    .status-list .status-item:before {
      content: '';
      width: 31px;
      height: 31px;
      background: #CED4DA;
      border-radius: 50%;
      position: absolute;
      left: -17px;
      top: 0px; }

.status-title {
  color: #343A40; }

.status-time {
  color: #6C757D; }

.time-divider {
  display: block;
  width: 100%;
  position: relative;
  height: 1px;
  background-color: #CED4DA;
  margin: 30px 0; }
  .time-divider span {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF; }

.remark-item {
  padding: 30px;
  border-radius: 5px;
  background: #E8E8E8;
  margin-bottom: 20px; }
  .remark-item .remark-footer {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .remark-item .remark-footer label, .remark-item .remark-footer span {
      margin-bottom: 0;
      color: #6C757D; }
  .remark-item.--primary {
    background: #008EC8;
    color: #FFF; }
    .remark-item.--primary .remark-footer .avatar {
      color: #008EC8 !important;
      background: rgba(255, 255, 255, 0.5); }
    .remark-item.--primary .remark-footer label, .remark-item.--primary .remark-footer span {
      color: rgba(255, 255, 255, 0.5); }

.profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%; }

.remark-form {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.remark-height {
  height: 40vh;
  overflow: auto; }

.avatar-list {
  display: flex;
  align-items: center; }
  .avatar-list .avatar {
    margin-left: -12px;
    border: 1px solid #FFF; }
    .avatar-list .avatar:first-child {
      margin-left: 0; }

.avatar {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #008EC8;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto; }
  .avatar.-md {
    width: 42px;
    height: 42px; }
  .avatar.-sm {
    width: 32px;
    height: 32px;
    font-size: 14px; }

.lock-icon {
  position: relative;
  display: inline-block; }
  .lock-icon .avatar {
    margin-right: auto;
    margin-left: auto;
    cursor: pointer; }
  .lock-icon .material-symbols-outlined {
    position: absolute;
    bottom: -5px;
    right: -5px;
    background-color: #DC3545;
    border: 1px solid #FFF;
    border-radius: 50%;
    font-size: 15px;
    padding: 3px;
    color: #FFF; }

.lock-button {
  display: flex;
  align-items: center;
  background: #FFF;
  border-radius: 10px;
  padding: 12px 16px;
  cursor: pointer; }
  .lock-button .lock-icon {
    margin-right: 15px; }
  .lock-button span {
    font-size: 18px; }

.line-height-0 {
  line-height: 0; }

.card-border {
  border: 1px solid #CED4DA;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 20px; }

.icon-circle {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  background: #28A745;
  flex: 0 0 auto; }
  .icon-circle span {
    color: #FFF;
    margin-bottom: auto;
    margin-top: auto; }
  .icon-circle.-action {
    height: 30px;
    width: 30px;
    background: transparent; }
    .icon-circle.-action span {
      color: #008EC8; }
    .icon-circle.-action:hover {
      background: rgba(0, 142, 200, 0.3); }
    .icon-circle.-action[aria-expanded="true"] {
      background: #008EC8; }
      .icon-circle.-action[aria-expanded="true"] span {
        color: #FFF; }
  .icon-circle.-sm {
    height: 24px;
    width: 24px; }
    .icon-circle.-sm span {
      font-size: 20px; }
  .icon-circle.--danger {
    background: #DC3545; }

code {
  background: rgba(220, 53, 69, 0.3);
  color: #DC3545;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 90%; }

.filter-template-content {
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  padding: 16px;
  margin-bottom: 20px; }

.show-more {
  display: flex;
  align-items: center; }
  .show-more label {
    cursor: pointer; }

.accordion-button .material-symbols-outlined {
  font-size: 32px; }
.accordion-button[aria-expanded="true"] {
  background: rgba(0, 142, 200, 0.05);
  color: #008EC8; }
.accordion-button.--warning h5 {
  color: #eb8e0b; }
.accordion-button.--warning[aria-expanded="true"] {
  background: rgba(235, 142, 11, 0.1);
  color: #eb8e0b; }
.accordion-button.--danger h5 {
  color: #DC3545; }
.accordion-button.--danger[aria-expanded="true"] {
  background: rgba(220, 53, 69, 0.1);
  color: #DC3545; }

.accordion-body ul {
  margin-bottom: 0; }
  .accordion-body ul li {
    margin-bottom: 8px; }

.text-warning {
  color: #eb8e0b !important; }

.bg-dark {
  background: #343A40 !important; }

.bg-secondary {
  background: #E8E8E8 !important;
  color: #343A40; }

.bg-blue {
  background: #0060A9; }

.bg-success {
  background: #28A745 !important; }

.bg-solutions {
  background: #008EC8 !important; }

.bg-subtle {
  background: #E8E8E8 !important; }

.border-white {
  border: 1px solid rgba(255, 255, 255, 0.3) !important; }

.job-post-content p, .job-post-content label, .job-post-content ul {
  font-size: 16px; }

.custom-nav {
  margin-bottom: 20px;
  border-bottom-width: 2px; }
  .custom-nav .nav-link {
    padding: 20px 30px;
    border-width: 2px; }
    .custom-nav .nav-link h5 {
      font-weight: bold;
      color: #6C757D;
      margin-bottom: 0; }
    .custom-nav .nav-link.active {
      border-color: #CED4DA #CED4DA #FFF; }
      .custom-nav .nav-link.active h5 {
        color: #008EC8; }

.empty-bg {
  background-image: url("../img/empty-remarks.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center; }

.custom-sub-nav .nv-side-nav__link {
  padding-left: 50px; }
.custom-sub-nav .custom-sub-nav .nv-side-nav__link {
  padding-left: 90px; }

.nv-switch label {
  font-size: 14px; }

.full-page-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background: #FFF;
  display: none; }
  .full-page-loader.--show {
    display: flex; }

.pool-loader {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.table-bordered td, .table-bordered th {
  vertical-align: middle; }

.table-action {
  display: flex; }
  .table-action a {
    width: 100%;
    text-align: center; }

.icon-tooltip {
  display: inline-block;
  line-height: 0; }

.or-line {
  display: block;
  width: 100%;
  position: relative;
  height: 2px;
  background-color: #CED4DA;
  margin: 30px 0; }
  .or-line span {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF; }

.custom-radio-btn {
  padding: 16px 20px;
  border-radius: 5px;
  background: #CED4DA; }

.alert p {
  margin-bottom: 0; }
.alert.alert-icon {
  display: flex;
  align-items: center; }
  .alert.alert-icon span {
    margin-right: 5px; }

a.alert-danger:hover {
  background: #DC3545;
  color: #FFF; }

.custom-selectize {
  border: 1px solid #CED4DA;
  padding: 0.3rem .75rem;
  border-radius: 5px; 
}
.custom-language-select{
    display: table;
}
  .custom-selectize label {
    font-size: 14px;
    color: #6C757D; }
  .custom-selectize .selectize-input {
    border-color: transparent;
    padding: 0;
    min-height: auto; }
    .custom-selectize .selectize-input.focus {
      box-shadow: none; }
    .custom-selectize .selectize-input.has-items {
      padding: 0; }
  .custom-selectize .selectize-input, .custom-selectize .selectize-control.single .selectize-input.input-active {
    background: transparent !important; }
  .custom-selectize.disabled {
    background-color: #e9ecef !important; }
  .custom-selectize.multi {
    height: auto; }
    .custom-selectize.multi .selectize-input {
      padding-left: 0 !important; }

/*.selectize-control {
  background-color: #e9ecef; }
*/
.form-select:not([disabled]) + .selectize-control {
  background-color: transparent; }

.nav-tabs .nav-link {
  padding: 12px 16px;
  border-color: #CED4DA; }
  .nav-tabs .nav-link h5 {
    margin-bottom: 0;
    color: #6C757D;
    font-size: 18px;
    text-align: left; }
  .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #CED4DA; }
  .nav-tabs .nav-link.active {
    background-color: #008EC8;
    border-color: #008EC8;
    color: #FFF; }
    .nav-tabs .nav-link.active h5 {
      color: #FFF;
      font-weight: 600; }
.nav-tabs.nav-scroll {
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  position: relative; }
  .nav-tabs.nav-scroll .nav-link h5 {
    white-space: nowrap; }
  .nav-tabs.nav-scroll::-webkit-scrollbar {
    height: 16px !important;
    margin-top: 3px; }
  .nav-tabs.nav-scroll::-webkit-scrollbar-track {
    box-shadow: none;
    background: rgba(206, 212, 218, 0.3); }
  .nav-tabs.nav-scroll::-webkit-scrollbar-thumb {
    border-radius: 5rem;
    background-color: #CED4DA; }
.nav-tabs.flex-column .nav-link {
  border-radius: 0; }
  .nav-tabs.flex-column .nav-link:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px; }
  .nav-tabs.flex-column .nav-link:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }

.tab-content {
  padding-top: 30px; }
  .tab-content .nv-title {
    font-size: 24px;
    color: #008EC8;
    margin-bottom: 24px; }

.form-group-icon {
  position: relative;
  margin-bottom: 20px; }
  .form-group-icon .form-control {
    padding-left: 40px; }
  .form-group-icon span {
    position: absolute;
    top: 7px;
    left: 9px; }

.form-group-with-step {
  display: flex;
  align-items: start;
  margin-bottom: 30px; }
  .form-group-with-step span {
    flex: 0 0 auto;
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #008EC8;
    color: #FFF;
    line-height: 0;
    margin-right: 10px; }

.form-group-qty {
  position: relative; }
  .form-group-qty a {
    position: absolute;
    bottom: 5px; }
    .form-group-qty a span {
      margin-right: 0;
      background: transparent;
      color: #008EC8; }
    .form-group-qty a.add {
      right: 8px; }
    .form-group-qty a.minus {
      left: 8px; }

.form-floating.with-button .nv-button {
  position: absolute;
  top: 5px;
  right: 5px;
  padding-top: 12px;
  padding-bottom: 12px; }

.form-check-input {
  cursor: pointer;
  border-color: #007BFF; }

.status-switch {
  padding-top: 6px;
  padding-bottom: 6px; }
  .status-switch .form-check-input {
    background-color: #DC3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
    .status-switch .form-check-input:checked {
      background-color: #28A745;
      border-color: #28A745; }

.custom-list-group {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 330px;
  overflow: auto; }

.custom-list-item {
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #CED4DA;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFF;
  margin: 10px 0; }
  .custom-list-item:first-child {
    margin-top: 0; }
  .custom-list-item:last-child {
    margin-bottom: 0; }

.card-alt {
  margin: 20px 0; }
  .card-alt .card-alt-header {
    padding: 12px 16px;
    background: rgba(0, 142, 200, 0.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: 600; }
  .card-alt .card-alt-body {
    padding: 16px;
    background: rgba(0, 142, 200, 0.05); }
    .card-alt .card-alt-body .custom-list-group {
      max-height: 290px; }

.list-group-item {
  position: relative;
  border-bottom: 1px solid #CED4DA !important; }
  .list-group-item h5 {
    color: #343A40 !important;
    font-size: 16px !important;
    margin-bottom: 5px; }
  .list-group-item p {
    margin-bottom: 0; }
  .list-group-item.--unread {
    background: rgba(0, 142, 200, 0.05);
    color: #008EC8;
    border-bottom-color: rgba(0, 142, 200, 0.1) !important; }
    .list-group-item.--unread h5 {
      color: #008EC8; }
    .list-group-item.--unread small {
      color: #008EC8; }
    .list-group-item.--unread:after {
      position: absolute;
      left: 6px;
      top: 14px;
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #DC3545; }
    .list-group-item.--unread:hover, .list-group-item.--unread:focus {
      background: rgba(0, 142, 200, 0.1); }

.notif-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .notif-list .notif-item .notif-link {
    padding: 12px 30px;
    border-bottom: 1px solid #CED4DA;
    display: block;
    color: #343A40; }
    .notif-list .notif-item .notif-link h5 {
      margin-bottom: 5px; }
    .notif-list .notif-item .notif-link p {
      margin-bottom: 0; }
    .notif-list .notif-item .notif-link small {
      color: #6C757D; }
    .notif-list .notif-item .notif-link:hover, .notif-list .notif-item .notif-link:focus {
      background: rgba(52, 58, 64, 0.05); }
  .notif-list .notif-item:first-child .notif-link {
    border-top: 1px solid #CED4DA; }
  .notif-list .notif-item:last-child .notif-link {
    border-bottom-color: transparent; }
  .notif-list-page {
    list-style: none;
    margin: 0;
    padding: 0; }
    .notif-list-page .notif-item .notif-link {
      display: block;
      border-radius: 5px;
      padding: 16px 24px;
      background: #FFF;
      box-shadow: 0 3px 5px rgba(52, 58, 64, 0.1);
      color: #343A40;
      margin-bottom: 16px; }
      .notif-list-page .notif-item .notif-link h5 {
        margin-bottom: 5px;
        font-weight: 600;
        color: #008EC8; }
      .notif-list-page .notif-item .notif-link p {
        margin-bottom: 0; }
      .notif-list-page .notif-item .notif-link small {
        color: #6C757D; }
      .notif-list-page .notif-item .notif-link:hover, .notif-list-page .notif-item .notif-link:focus {
        background: rgba(232, 232, 232, 0.3); }
      .notif-list-page .notif-item .notif-link.unread {
        background: rgba(232, 232, 232, 0.5); }
        .notif-list-page .notif-item .notif-link.unread h5 {
          position: relative; }
          .notif-list-page .notif-item .notif-link.unread h5::after {
            position: absolute;
            left: -12px;
            bottom: 8px;
            content: '';
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #DC3545; }

.custom-height-accordion .accordion-body {
  max-height: 320px;
  overflow: auto;
  padding-bottom: 0;
  padding-top: 0; }

.sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.sidebar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #343A40;
  margin-bottom: 16px; }
  .sidebar-link label {
    margin-bottom: 0;
    cursor: pointer;
    font-weight: 500; }
  .sidebar-link .material-symbols-outlined {
    transition: all 0.2s ease-in-out; }
  .sidebar-link:hover, .sidebar-link:focus {
    color: #008EC8; }
  .sidebar-link[aria-expanded="true"] .material-symbols-outlined {
    transform: rotate(180deg); }
  .sidebar-link.active {
    color: #008EC8; }

.sub-sidebar {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  margin-bottom: 20px; }
  .sub-sidebar a {
    color: #343A40;
    margin-bottom: 10px;
    display: block;
    font-size: 16px; }
    .sub-sidebar a:hover, .sub-sidebar a:focus {
      color: #008EC8; }

.history-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 10px; }
  .history-list li {
    position: relative;
    padding-bottom: 30px; }
    .history-list li h5 {
      font-weight: 700;
      margin-bottom: 5px; }
    .history-list li:after {
      content: '';
      width: 20px;
      height: 20px;
      background: #008EC8;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: -9px; }
    .history-list li:before {
      content: '';
      width: 3px;
      background: #E8E8E8;
      position: absolute;
      top: 0;
      bottom: 0; }
    .history-list li:last-child::before {
      width: 0; }

.card-accordion {
  border: 1px solid #CED4DA;
  border-radius: 5px;
  margin-bottom: 30px; }

.card-accordion-header {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #CED4DA;
  color: #FFF; }
  .card-accordion-header p {
    margin-bottom: 0;
    color: #343A40;
    width: 25%; }
  .card-accordion-header .material-symbols-outlined {
    background: #E8E8E8;
    border-radius: 50%;
    color: #343A40; }

.history-list-vertical {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-top: auto;
  margin-bottom: auto; }
  .history-list-vertical li {
    position: relative;
    width: 100%;
    text-align: center; }
    .history-list-vertical li .dot {
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: #E8E8E8;
      margin-left: auto;
      margin-right: auto;
      color: #343A40;
      position: relative;
      z-index: 3; }
    .history-list-vertical li p {
      margin-top: 10px;
      margin-bottom: 0;
      font-size: 14px;
      cursor: pointer; }
    .history-list-vertical li:before {
      content: '';
      position: absolute;
      top: 20px;
      width: 100%;
      height: 2px;
      background: #CED4DA;
      z-index: 1; }
    .history-list-vertical li:last-child:before {
      background: none;
      width: 0; }
    .history-list-vertical li.active {
      width: 100%; }
      .history-list-vertical li.active .dot {
        background: #008EC8;
        color: #FFF;
        border-color: transparent; }
      .history-list-vertical li.active p {
        color: #008EC8;
        font-weight: bold; }
      .history-list-vertical li.active:before {
        background: #CED4DA; }
      .history-list-vertical li.active.selected .dot {
        color: #FFF; }
    .history-list-vertical li.done .dot {
      background: #28A745;
      border-color: transparent;
      color: #FFF; }
    .history-list-vertical li.done:before {
      background: #28A745; }
    .history-list-vertical li.done.selected .dot {
      border-color: #28A745;
      box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5);
      color: #FFF; }
    .history-list-vertical li.pending .dot {
      background: #eb8e0b;
      border-color: transparent;
      color: #FFF; }
    .history-list-vertical li.pending:before {
      background: #CED4DA; }
    .history-list-vertical li.pending.selected .dot {
      border-color: #eb8e0b;
      box-shadow: 0 0 0 0.25rem rgba(235, 142, 11, 0.5);
      color: #FFF; }
    .history-list-vertical li.selected .dot {
      border: 2px solid #008EC8;
      color: #008EC8;
      box-shadow: 0 0 0 0.25rem rgba(0, 142, 200, 0.5); }
    .history-list-vertical li.selected:before {
      background: #CED4DA; }

.assesment-item {
  background: rgba(232, 232, 232, 0.3);
  padding: 30px;
  border-radius: 5px;
  font-size: 18px;
  margin-bottom: 20px; }
  .assesment-item label {
    color: #6C757D; }
  .assesment-item h6 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 16px; }

.toolbar {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background: #008EC8;
  padding: 5px 5px 5px 20px;
  border-radius: 5px; }
  .toolbar .selected {
    width: 100%;
    margin-right: 10px; }
    .toolbar .selected span {
      color: #FFF; }

.wizard-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  .wizard-steps li {
    display: flex;
    align-items: center; }
    .wizard-steps li span {
      height: 28px;
      width: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: #E8E8E8;
      color: #343A40;
      font-size: 15px;
      margin-right: 5px; }
    .wizard-steps li h5 {
      margin-bottom: 0;
      font-size: 18px;
      color: #6C757D; }
    .wizard-steps li.--active span {
      background: #008EC8;
      color: #FFF; }
    .wizard-steps li.--active h5 {
      color: #008EC8; }
  .wizard-steps .material-symbols-outlined {
    margin-left: 20px;
    margin-right: 20px; }

.arrow-nav-tab .nav-item .nav-link:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='m24 31.3 7.3-7.3-7.3-7.3-2.1 2.1 3.7 3.7h-9.1v3h9.1l-3.7 3.7ZM24 44q-4.1 0-7.75-1.575-3.65-1.575-6.375-4.3-2.725-2.725-4.3-6.375Q4 28.1 4 24q0-4.15 1.575-7.8 1.575-3.65 4.3-6.35 2.725-2.7 6.375-4.275Q19.9 4 24 4q4.15 0 7.8 1.575 3.65 1.575 6.35 4.275 2.7 2.7 4.275 6.35Q44 19.85 44 24q0 4.1-1.575 7.75-1.575 3.65-4.275 6.375t-6.35 4.3Q28.15 44 24 44Zm0-3q7.1 0 12.05-4.975Q41 31.05 41 24q0-7.1-4.95-12.05Q31.1 7 24 7q-7.05 0-12.025 4.95Q7 16.9 7 24q0 7.05 4.975 12.025Q16.95 41 24 41Zm0-17Z'/%3E%3C/svg%3E");
  height: 24px;
  width: 24px;
  position: absolute;
  top: 0;
  right: 0; }

.custom-nav-radio {
  flex-wrap: nowrap; }
  .custom-nav-radio .nav-item {
    width: 100%;
    display: flex;
    margin-right: 5px; }
  .custom-nav-radio .nav-link {
    color: #343A40;
    display: flex;
    background: #E8E8E8;
    width: 100%;
    padding: 16px; }
    .custom-nav-radio .nav-link .check-circle {
      width: 24px;
      height: 24px;
      background: #FFF;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 5px;
      flex: 0 0 auto; }
      .custom-nav-radio .nav-link .check-circle .material-symbols-outlined {
        font-size: 22px;
        color: #008EC8;
        display: none; }
    .custom-nav-radio .nav-link.active {
      color: #FFF;
      background: #008EC8; }
      .custom-nav-radio .nav-link.active .check-circle .material-symbols-outlined {
        display: block; }

.mt-8 {
  margin-top: 5.3em !important; }

.calendar {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr); }
  .calendar li {
    height: 150px;
    font-size: 28px;
    font-weight: 600;
    padding: 16px 20px;
    border: 1px solid #E8E8E8;
    position: relative; }
    .calendar li::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background: transparent;
      height: 5px; }
    .calendar li .day {
      border-radius: 50%;
      background: transparent;
      height: 42px;
      width: 42px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .calendar li a {
      color: #343A40; }
    .calendar li.calendar-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-color: #FFF;
      height: auto;
      background: #E8E8E8;
      font-size: 18px;
      text-transform: uppercase;
      color: #6C757D; }
      .calendar li.calendar-header span {
        color: #008EC8; }
    .calendar li.today {
      background: rgba(0, 142, 200, 0.1); }
      .calendar li.today .day {
        color: #008EC8; }
      .calendar li.today::after {
        background: #008EC8; }
    .calendar li.prev-next-month {
      background: rgba(232, 232, 232, 0.5); }
      .calendar li.prev-next-month a {
        opacity: 0.5; }
    .calendar li.empty .day {
      align-items: start;
      justify-content: start;
      width: 100%;
      height: 100%; }

.appointment-item {
  background: #E8E8E8;
  border-radius: 5px;
  padding: 12px 16px; }

.calendar-weekly {
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr;
  margin: 2rem; }

.timeline {
  display: grid;
  grid-template-rows: repeat(25, 70px); }

.days {
  display: grid;
  grid-column: 2;
  gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }

.events {
  display: grid;
  grid-template-rows: repeat(25, 70px);
  border: 1px solid #E8E8E8; }

.start-7am {
  grid-row-start: 1; }
.start-730am {
  grid-row-start: 2; }
.start-8am {
  grid-row-start: 3; }
.start-830am {
  grid-row-start: 4; }
.start-9am {
  grid-row-start: 5; }
.start-930am {
  grid-row-start: 6; }
.start-10am {
  grid-row-start: 7; }
.start-1030am {
  grid-row-start: 8; }
.start-11am {
  grid-row-start: 9; }
.start-1130am {
  grid-row-start: 10; }
.start-12pm {
  grid-row-start: 11; }
.start-1230pm {
  grid-row-start: 12; }
.start-1pm {
  grid-row-start: 13; }
.start-130pm {
  grid-row-start: 14; }
.start-2pm {
  grid-row-start: 15; }
.start-230pm {
  grid-row-start: 16; }
.start-3pm {
  grid-row-start: 17; }
.start-330pm {
  grid-row-start: 18; }
.start-4pm {
  grid-row-start: 19; }
.start-430pm {
  grid-row-start: 20; }
.start-5pm {
  grid-row-start: 21; }
.start-530pm {
  grid-row-start: 22; }
.start-6pm {
  grid-row-start: 23; }
.start-630pm {
  grid-row-start: 24; }
.start-7pm {
  grid-row-start: 25; }

.end-7am {
  grid-row-end: 1; }
.end-730am {
  grid-row-end: 2; }
.end-8am {
  grid-row-end: 3; }
.end-830am {
  grid-row-end: 4; }
.end-9am {
  grid-row-end: 5; }
.end-930am {
  grid-row-end: 6; }
.end-10am {
  grid-row-end: 7; }
.end-1030am {
  grid-row-end: 8; }
.end-11am {
  grid-row-end: 9; }
.end-1130am {
  grid-row-end: 10; }
.end-12pm {
  grid-row-end: 11; }
.end-1230pm {
  grid-row-end: 12; }
.end-1pm {
  grid-row-end: 13; }
.end-130pm {
  grid-row-end: 14; }
.end-2pm {
  grid-row-end: 15; }
.end-230pm {
  grid-row-end: 16; }
.end-3pm {
  grid-row-end: 17; }
.end-330pm {
  grid-row-end: 18; }
.end-4pm {
  grid-row-end: 19; }
.end-430pm {
  grid-row-end: 20; }
.end-5pm {
  grid-row-end: 21; }
.end-530pm {
  grid-row-end: 22; }
.end-6pm {
  grid-row-end: 23; }
.end-630pm {
  grid-row-end: 24; }
.end-7pm {
  grid-row-end: -1; }

.title {
  font-weight: 600;
  margin-bottom: 0.25rem; }

.event {
  border: 1px solid #008EC8;
  border-radius: 5px;
  padding: 0.5rem;
  margin: 0 0.5rem;
  background: rgba(0, 142, 200, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #008EC8;
  margin-bottom: 2px;
  margin-top: 2px; }
  .event.disabled {
    border-color: #6C757D;
    background: rgba(108, 117, 125, 0.3);
    color: #6C757D;
    text-align: center; }

.space,
.date {
  height: 70px; }

.time {
  margin-bottom: 0; }

.date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-color: #FFF;
  height: auto;
  background: #E8E8E8;
  font-size: 18px;
  text-transform: uppercase;
  color: #6C757D;
  padding: 21px 30px;
  font-weight: 600; }
  .date span {
    color: #008EC8; }

.title {
  display: flex;
  align-content: center; }
  .title .material-symbols-outlined {
    font-size: 22px;
    margin-left: 5px; }

.remarks-overlay {
  background: rgba(52, 58, 64, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1051;
  display: none; }
  .remarks-overlay.show {
    display: block; }

.remarks-sidebar {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1052;
  width: 600px;
  height: 100vh;
  background: #FFF;
  padding: 20px;
  margin-right: -600px;
  transition: all 0.2s  ease-in-out; }
  .remarks-sidebar.show {
    margin-right: 0; }

.remarks-item {
  padding: 10px;
  background: #CED4DA;
  margin-bottom: 12px;
  border-radius: 5px; }
  .remarks-item-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px; }
    .remarks-item-header .divider {
      display: block;
      height: 5px;
      width: 5px;
      border-radius: 50%;
      background: #008EC8;
      margin-right: 5px;
      margin-left: 5px; }
    .remarks-item-header label {
      font-size: 14px;
      color: #008EC8; }
  .remarks-item p {
    margin-bottom: 12px; }
  .remarks-item-footer {
    display: flex;
    align-items: center; }
    .remarks-item-footer .divider {
      display: block;
      height: 5px;
      width: 5px;
      border-radius: 50%;
      background: #6C757D;
      margin-right: 5px;
      margin-left: 5px; }
    .remarks-item-footer label {
      color: #6C757D;
      font-size: 14px; }
    .remarks-item-footer .remarks-time {
      display: flex;
      align-items: center;
      color: #6C757D; }
      .remarks-item-footer .remarks-time span {
        font-size: 18px; }
      .remarks-item-footer .remarks-time label {
        font-size: 14px;
        color: #6C757D; }

.fleet-interview-item {
  display: flex;
  align-items: center; }
  .fleet-interview-item span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #008EC8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    margin-right: 10px; }
  .fleet-interview-item label {
    font-size: 18px; }

.fleet-interview-total {
  background: #E8E8E8;
  display: flex;
  justify-content: end;
  padding: 20px;
  margin: 30px 0; }

.badge {
  text-transform: uppercase;
  font-size: 90%; }

.uploaded-file {
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 5px;
  border: 2px dashed rgba(0, 142, 200, 0.5);
  color: #008EC8; }
  .uploaded-file:hover, .uploaded-file:focus {
    background: #008EC8; }
    .uploaded-file:hover a, .uploaded-file:focus a {
      color: #FFF; }

.selectize-control.single .selectize-input:after {
  border-color: transparent !important; }

.selectize-input {
  position: initial; }

.selectize-control .selectize-input.disabled {
  opacity: 1 !important;
  background-color: transparent;
  color: #212529 !important; }

.dataTables_processing {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 2000;
  background: rgba(52, 58, 64, 0.5) !important;
  box-shadow: none !important;
  width: auto !important;
  margin-left: auto !important;
  margin-top: auto !important;
  text-align: center !important;
  padding: 1em 0 !important;
  transition: none !important;
  display: flex;
  align-items: center;
  justify-content: center; }
  .dataTables_processing:hover, .dataTables_processing:focus {
    animation: none !important;
    background: rgba(52, 58, 64, 0.5) !important; }

.history-list-vertical {
  gap: 5px; }

.nv-journey__card__value {
  gap: 10px; }
  .nv-journey__card__value ~ .card-title {
    color: #343A40; }

.wrap-text {
  white-space: normal !important; }

/* ALYANA ADDED */
.appointment_card {
  padding: 20px; }

.appointment_card p {
  margin: 0; }

.appointment_type {
  width: fit-content;
  background-color: #cbf0ff;
  color: #008EC8;
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 100px; }

.appointment_namecard {
  background-color: #eaf9ff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 10px; }

.appointment_datecard {
  color: #008EC8;
  font-size: small;
  font-weight: 600; }

.appointment_bigtxt {
  font-weight: 600;
  font-size: large; }

#countAm, #countPm {
  padding: 10px 10px;
  border: 1px solid #cecece;
  vertical-align: middle;
  align-items: center;
  align-self: center; }

.count_box_l {
  border-radius: 5px 0px 0px 5px; }

.count_box_r {
  border-radius: 0px 5px 5px 0px; }

.app_selection {
  width: 100%;
  text-align: center;
  border: 1px solid #CED4DA;
  border-radius: 5px;
  padding: 15px;
  text-decoration: none;
  color: #343A40; }

.app_selection:hover, .app_selection:active, .app_selection:focus {
  width: 100%;
  text-align: center;
  border: 1px solid #008EC8;
  background-color: #cbf0ff;
  border-radius: 5px;
  padding: 15px; }

.app_selection img {
  width: 30px;
  height: auto;
  margin: auto; }

.modal-body.text-center img {
  padding: 10px; }

.user_table_icon {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block; }

.filter_box > * {
  flex: 1 1 160px; }

/*# sourceMappingURL=custom.css.map */
