.navbar-upper {
    background-color: #ffffff;
    padding: 5px 0;
    width: 100%;
    overflow-x: hidden;
  }
  .navbar-upper .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .navbar-brand {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .navbar-info {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-right: 16px;
  }
  .navbar-info .dx-button-mode-outlined {
    border: none !important;
  }
  .navbar-info .dx-button-content {
    padding: 0 !important;
  }
  .navbar-info .dx-icon {
    width: 32px !important;
    height: 32px !important;
  }
  .navbar-info .company-info {
    padding: 8px 16px;
    border: 1px solid #E6E7E9;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .navbar-info .company-info .ti {
    font-size: 18px;
    color: #F76707;
  }
  .navbar-lower {
    background-color: #111E30;
    position: sticky;
    top: 0px;
    z-index: 9;
  }
  .navbar-lower .dx-item-content {
    color: #ffffff;
    padding: 12px 12px !important;
  }
  #tabPanel {
    overflow: unset;
  }
  #tabPanel > .dx-tabpanel-tabs {
    position: sticky;
    top: 45px;
    z-index: 9;
  }
  .navbar-lower .dx-state-hover,
  .navbar-lower .dx-menu-item-expanded {
    background-color: rgba(0, 129, 253, 0.16);
    border-radius: 0px;
    position: relative;
  }
  .navbar-lower .dx-state-hover::after,
  .navbar-lower .dx-menu-item-expanded::after {
    border-bottom: 4px solid #0081FD;
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
  }
  .navbar-lower .dx-icon {
    margin-right: 8px !important;
    font-size: 20px;
  }
  .navbar-lower .dx-menu-item-wrapper {
    position: relative;
    margin-right: 12px;
  }
  .navbar-lower .dx-menu-item-wrapper::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    border-right: 1px solid #464646;
    margin-top: 10px;
    top: 6px;
    right: -8px;
  }

  .dx-tabs .dx-tabs-wrapper .dx-tab {
    width: auto;
    padding-left: 20px;
  }

  .dx-tab .dx-icon {
    display: inline-block;
    opacity: 0.6;
    margin-right: 0;
    margin-left: 7px;
    width: 15px;
    font-size: 15px;
  }

  .dx-sortable-dragging .dx-tab {
    box-sizing: border-box;
    text-align: center;
  }

  .employeeInfo .employeePhoto {
    height: 100px;
    float: left;
    padding: 10px 20px 10px 20px;
  }

  .caption {
    padding: 0 0 10px 30px;
    font-size: 14px;
    font-weight: bold;
  }

  .task-list {
    padding: 0 20px;
  }

  .task-list.dx-state-disabled {
    opacity: 1;
  }

  .task-list.dx-state-disabled .dx-list-item {
    opacity: 1;
  }

  .employeeInfo .employeeNotes {
    min-height: 100px;
    padding: 20px;
    text-align: justify;
    white-space: normal;
  }

  .dx-theme-generic .dx-tabs-wrapper .dx-tab {
    padding-left: 14px;
    padding-right: 9px;
    line-height: 1.618;
  }

  .dx-theme-material .dx-tab-content span {
    vertical-align: middle;
    line-height: initial;
  }

  .dx-theme-material .employeeNotes {
    margin: 0;
  }

  .dx-tabs {
    background-color: #F1F5F9;
  }

  .dx-tab {
    background-color: #F1F5F9;
    padding: 8px 16px;
  }

  .dx-tab-selected {
    background-color: #ffffff;
    box-shadow: 0px -2px 7px 0px rgba(0, 0, 0, 0.05);
  }

  footer {
    width: 100%;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F1F5F9;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  footer div {
    font-size: 0.6rem;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0.0125rem;
  }

  .auth-section {
    min-height: 100vh;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .auth-section .auth-bg__wrapper {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: flex-end;
  }
  .auth-section .auth-bg__wrapper .sign-in-heading {
    padding: 90px 50px;
  }
  .auth-section .auth-bg__wrapper .sign-in-heading h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 2rem;
    color: #FFE55C;
    margin-bottom: 0;
  }
  .auth-section .auth-bg__wrapper .sign-in-heading h2 {
    color: #FFF;
    font-size: 3rem;
    font-weight: 500;
    line-height: 2rem;
  }
  .auth-section .auth-bg__wrapper .sign-in-heading p {
    color: #FFF;
    font-size: 1rem;
    line-height: 2.15625rem;
    letter-spacing: 0.00625rem;
  }
  .auth-section .auth-form__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  .auth-section .auth-form {
    width: 380px;
  }

  :root {
    font-family: "Roboto", sans-serif;
  }

  body {
    font-family: "Roboto", sans-serif;
    color: #111E30;
    margin: 0;
    padding: 0;
    min-height: 100vh;
  }

  .text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .v-line {
    width: 1px;
    height: 20px;
    border-right: 1px solid #E6E7E9;
  }

  .fw-bold {
    font-weight: 700;
  }

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

  .text-muted {
    color: #616876;
  }

  .text-center {
    text-align: center;
  }

  .content-header .container-button-create {
    float: right;
  }

  .content-header .container-button-create .button-create {
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
  }

  .content-body {
    margin-bottom: 20px;
  }

  .action-button-popup {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    background-color: #fff;
    padding-top: 0.5rem;
  }

  .popup-content {
    overflow-y: auto;
    overflow-x: hidden;
    height: 500px;
    max-height: 500px;
  }

  .dx-toolbar-center {
    display: flex;
    justify-content: space-between;
  }

  .label-value-detail-table {
    padding: 10px;
  }

  .label-value-detail-table .dx-field-item-label-location-top {
    padding-left: 0;
  }

  .label-value-detail-table .dx-field-item-label-location-top .dx-field-item-label-text {
    font-weight: 500;
    color: #616876;
    font-size: 11px;
  }

  .label-value-detail-table .dx-field-item-content {
    font-weight: 500;
    font-size: 13px;
  }

  .dx-datagrid-content .action-column {
    width: 100px;
  }

  .switch {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    border: 1px solid #e6e7e9;
    padding: 12px;
    margin: 15px auto;
  }
  .switch .switch-label {
    line-height: 20px;
  }
  .switch .switch-label label {
    font-weight: 500;
    font-size: 16px;
  }
  .switch .switch-label span.note {
    display: block;
    color: #a1a1aa;
    font-size: 13px;
  }
  .switch .switch-field {
    padding-top: 10px;
  }

  .form-grouping {
    margin-bottom: 35px;
  }
  .group-title {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .group-title::after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #d2d7da;
    width: 100%;
    transform: translateX(-50%);
    bottom: -7px;
    left: 50%;
  }

  .item-group {
    margin-top: 10px;
  }
/****/
/* Add custom CSS for the image preview */
.image-preview-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  border: 1px solid #ccc;
  padding: 0 3px;
}

.image-preview {
  max-width: 100px !important;
  max-height: 100%;
}

.dx-texteditor.dx-editor-filled.dx-state-disabled,
.dx-texteditor.dx-editor-filled.dx-state-readonly,
.dx-texteditor.dx-editor-filled.dx-state-readonly.dx-state-hover {
  background-color: rgb(0 0 0 / 3%);
}

.dx-state-disabled .dx-widget,
.dx-state-disabled.dx-widget {
  opacity: 0.9;
}

.dx-texteditor.dx-editor-filled.dx-state-disabled .dx-texteditor-input,
.dx-texteditor.dx-editor-filled.dx-state-readonly .dx-texteditor-input,
.dx-texteditor.dx-editor-filled.dx-state-readonly.dx-state-hover .dx-texteditor-input {
  color: rgba(0,0,0,.8);
}

.border-bottom-muted {
  border-bottom: #c9c9d2 1px solid;
}