@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans");
@font-face {
  font-family: "Miriam Libre";
  src: url("../fonts/MiriamLibre-Regular.ttf") format("truetype");
}
.new-style {
  /* a {
    cursor: pointer;
    font-size: 14px;
    display: inline;
    align-items: center;
    color: #0F4872;
  }*/
  /* HEADERS */
  /* .HEADERS */
  /* BUTTONS */
  /* ./BUTTONS */
  /* NOTIFICATIONS */
  /* ./ NOTIFICATIONS */
  /* QUESTION CARD */
  /* ./QUESTION CARD */
  /* LABELS */
  /* INPUTS */
  /* MESSAGES */
  /* SELECTS */
  /* MARGINS */
  /* WIDTHS */
  /* OVERLAY */
  /* NAVIGATION */
}
.new-style.content-wrap {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
}
.new-style .content-wrap {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
}
.new-style p {
  margin: 0;
}
.new-style a svg {
  display: inline;
  margin-right: 8.5px;
}
.new-style u {
  border-bottom: 1px solid #0F4872;
  text-decoration: none;
}
.new-style .sub-page-header {
  align-items: center;
  background: #fff;
  padding: 13px 60px;
}
.new-style .sub-page-header h2 {
  color: #0F4872;
  font-size: 24px;
  font-weight: bold;
}
.new-style .page-header {
  color: #0F4872;
  font-size: 1.5rem;
  line-height: 150%;
  margin-bottom: 2.5rem;
}
.new-style .header--primary {
  color: #0F4872;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 2.5rem;
}
.new-style .header--primary__top {
  color: #0F4872;
  margin-top: 10px;
  margin-bottom: 10px;
}
.new-style .header--secondary {
  font-size: 16.5px;
  font-weight: bold;
  color: #1E2326;
  line-height: 150%;
  letter-spacing: 0.15px;
  margin-bottom: 1.1rem;
}
.new-style .subtitle--primary {
  font-size: 1rem;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.15px;
}
.new-style .header-flex {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  padding: 10px 0 5px 0;
}
.new-style .header-flex button {
  background: transparent;
  border: 0;
}
.new-style button {
  cursor: pointer;
}
.new-style .btn {
  align-items: center;
  border-radius: 5px;
  display: flex;
  font-size: 0.875rem;
  justify-content: center;
  height: 40px;
}
.new-style .btn.icon {
  padding-left: 28px;
  padding-right: 28px;
}
.new-style .btn.icon svg {
  margin-right: 9px;
}
.new-style .btn.icon span {
  white-space: nowrap;
}
.new-style .btn--cancel {
  background: #8a8a8a;
  color: #fff;
  margin: 0 20px;
  padding: 8px;
}
.new-style .btn--confirm {
  background: #414C53;
  border-radius: 8px;
  color: #fff;
  padding: 8px;
}
.new-style .btn--action {
  background: #1E85EB;
  border-radius: 5px;
  font-weight: bold;
}
.new-style .btn--exit {
  background: #fff;
  border: 1px solid #414C53;
  color: #414C53;
  margin: 0 20px;
  padding: 8px;
}
.new-style .btn--primary {
  background: #0F4872;
  color: #fff;
}
.new-style .btn--primary:disabled {
  background: #BFD2DF;
}
.new-style .btn--primary:hover {
  background: #1E85EB;
}
.new-style .btn--secondary {
  background: #fff;
  color: #0F4872;
  border: 1px solid #0F4872;
}
.new-style .btn--secondary:disabled {
  border: 1px solid #BFD2DF;
  color: #BFD2DF;
}
.new-style .btn--secondary:hover {
  border: 1px solid #1e85eb;
  color: #1E85EB;
}
.new-style .btn--edit {
  background: #FFF3E6;
  color: #0F4872;
  border: 1px solid #0F4872;
}
.new-style .btn--edit:disabled {
  border: 1px solid #BFD2DF;
  color: #BFD2DF;
}
.new-style .btn--edit:hover {
  border: 1px solid #1e85eb;
  color: #1E85EB;
}
.new-style .btn--delete {
  background-color: #C1121F;
  border: 1px solid #C1121F;
  color: #fff;
}
.new-style .btn--delete:hover {
  background-color: #A10F1A !important;
  color: #fff !important;
  border: 1px solid #C1121F !important;
}
.new-style .btn--linklike {
  background: none;
  border: 0;
  padding: 0;
  color: #0f4872;
  text-decoration: none;
  font: inherit;
  cursor: pointer;
}
.new-style .btn--linklike:hover {
  text-decoration: underline;
}
.new-style .btn--linklike:focus {
  outline: 2px solid rgba(15, 72, 114, 0.3);
  outline-offset: 2px;
}
.new-style .confirmation-notification {
  background: #fff;
  border: 2px solid #A6D68F;
  border-radius: 5px;
  padding: 10px 23px;
}
.new-style .confirmation-notification p {
  color: #3A6625;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-style .confirmation-notification svg {
  display: inline;
  margin-right: 10px;
  height: 25px;
  width: 25px;
}
.new-style .confirmation-notification.warning {
  border: 2px solid #E4852D;
}
.new-style .confirmation-notification.warning p {
  color: #E4852D;
}
.new-style .confirmation-notification.black-warning {
  border: 2px solid #414C53;
}
.new-style .confirmation-notification.black-warning p {
  color: #000000;
}
.new-style .confirmation-notification.warning__red {
  border: 2px solid #F2545D;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
}
.new-style .confirmation-notification.warning__red p {
  color: #D1242F;
}
.new-style .information-notification {
  background: #E1E8F5;
  border-radius: 5px;
  border: 2px solid #0F4872;
  color: #0F4872;
  font-size: 16px;
  font-weight: 900;
  line-height: 28px;
  margin-bottom: 30px;
  padding: 9px;
}
.new-style .information-notification .img-time {
  height: 33px;
  width: 33px;
  margin: 0 15px;
}
.new-style .notification--important {
  border: 1px solid #BFD2DF;
  border-radius: 5px;
  height: 100%;
  max-width: 100%;
  padding: 30px 20px;
  text-align: center;
}
.new-style .notification--important h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0B3858;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 28px;
}
.new-style .notification--important p {
  color: #414c53;
  font-size: 14px;
  line-height: 24px;
}
.new-style .notification--important__image {
  display: inline;
  margin-right: 7px;
  height: 25px;
}
.new-style .notification--important__image svg {
  height: 25px;
  width: 25px;
}
.new-style .question-card__wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
.new-style .question-card {
  background: #fff;
  border: 1px solid #B6CBDA;
  border-radius: 10px;
  box-shadow: 4px 0 19px rgba(15, 72, 114, 0.3);
  padding: 16px 25px 0 25px;
  min-width: 700px;
  max-width: 100%;
  width: 50%;
}
.new-style .question-card__buttons__wrap {
  background: #EEF2F9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 32px -19px 6px -19px;
  text-align: center;
  padding: 24px;
}
.new-style .action-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 4px 0 19px rgba(15, 72, 114, 0.3019607843);
  border: 1px solid #b6cbda;
  padding: 30px;
  width: 100%;
  position: relative;
}
.new-style .action-card label {
  display: block;
  margin-bottom: 7px;
  vertical-align: middle;
}
.new-style .action-card__header {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}
.new-style .action-card__header button {
  background: transparent;
  border: 0;
}
.new-style .action-card__radio-input.inline {
  display: inline-block;
  margin-right: 40px;
}
.new-style .action-card__radio-input.inline label {
  display: inline;
  color: #1e2326 !important;
}
.new-style .action-card__radio-input label {
  display: inline;
  color: #1e2326 !important;
  font-weight: normal;
}
.new-style .action-card.notification {
  display: flex;
  align-items: center;
}
.new-style .action-card.notification:before {
  align-items: center;
  background: #eef0ff;
  border: rgb(230, 231, 232);
  border-radius: 50%;
  box-sizing: border-box;
  color: #5783fb;
  content: "i";
  display: flex;
  font-family: "Monotype Corsiva", serif;
  font-size: 20px;
  font-weight: bold;
  left: 20px;
  height: 40px;
  padding-left: 16px;
  width: 40px;
  margin-right: 32px;
}
.new-style .action-card .error-header {
  background: rgba(236, 75, 84, 0.2);
  min-height: 40px;
  line-height: 40px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin: -30px -30px 2rem;
  text-align: center;
}
.new-style .action-card .error-header p {
  color: #ec4b54;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
}
.new-style .action-card .error-message {
  color: #ec4b54;
  margin-top: 5px;
}
.new-style .action-card .error-message p {
  font-size: 13px !important;
}
.new-style .action-card .required.invalid .vc-select select {
  background: rgba(236, 75, 84, 0.1) !important;
  border: 1px solid #ec4b54 !important;
}
.new-style .info-card h4 {
  margin-top: 10px;
}
.new-style .info-card p {
  font-size: 14px;
  line-height: 24px;
}
.new-style .information-card__wrap {
  margin-bottom: 30px;
  width: 100%;
}
.new-style .information-card__content {
  background: #fff;
  border-radius: 5px;
  padding: 20px 32px;
}
.new-style .information-card__content .divider.full {
  margin: 0 -32px;
}
.new-style .information-card__content h3 svg {
  margin-top: -5px;
}
.new-style .information-card__left-side {
  margin-right: 40px;
  max-height: 180px;
  overflow: hidden;
}
.new-style .information-card__left-side svg {
  height: 160px;
  width: 160px;
}
.new-style .information-card__left-side img {
  width: 180px;
}
.new-style #instructions {
  color: #414C53;
  font-weight: 600;
  line-height: 24px;
}
.new-style .vertical-divider {
  height: auto;
}
.new-style .emergency-message--wrap {
  border-radius: 5px;
}
.new-style .emergency-message--wrap textarea {
  color: #1E2326;
  font-weight: 600;
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: -6px;
  width: calc(100% + 2px);
  background-color: #eef2f9;
  border-radius: 5px;
  border: 1px solid #bfd2df;
  min-height: 100px;
}
.new-style .emergency-message--wrap textarea::placeholder {
  color: #1E2326;
  font-weight: 400;
}
.new-style .emergency-message__default-message p {
  color: #1E2326;
  font-size: 14px;
}
.new-style .message-preview--wrap {
  background: #f8f9fc;
  border: 1px solid #BFD2DF;
  border-radius: 5px;
  padding: 25px 33px;
  position: relative;
}
.new-style .message-preview--wrap p {
  word-break: break-word;
}
.new-style .mr-2 {
  margin-right: 0.5rem;
}
.new-style .mr-3 {
  margin-right: 0.75rem;
}
.new-style .mr-6 {
  margin-right: 1.5rem;
}
.new-style .font-medium {
  font-weight: 500;
}
.new-style .mt-2 {
  margin-top: 0.5rem;
}
.new-style .mt-5 {
  margin-top: 1.25rem !important;
}
.new-style .mt-6 {
  margin-top: 1.5rem;
}
.new-style .mb-4 {
  margin-bottom: 1rem !important;
}
.new-style .mb-6 {
  margin-bottom: 1.5rem;
}
.new-style .p-2 {
  padding: 0.5rem;
}
.new-style .pb-2 {
  padding-bottom: 0.5rem;
}
.new-style .justify-center {
  justify-content: center;
}
.new-style .flex {
  display: flex;
}
.new-style .horizontal-divider {
  background: #b6cbda;
  height: 0.5px;
  width: 100%;
}
.new-style .horizontal-divider.with-margin {
  margin: 36px 0;
}
.new-style .w-1\/2 {
  width: 50%;
}
.new-style .w-1\/4 {
  width: 25%;
}
.new-style .mr-9 {
  margin-right: 2.25rem;
}
.new-style .justify-between {
  justify-content: space-between;
}
.new-style .align-end {
  align-items: end;
}
.new-style .mt-4 {
  margin-top: 1rem;
}
.new-style .mt-8 {
  margin-top: 2rem;
}
.new-style .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156, 163, 175, var(--tw-text-opacity));
}
.new-style .italic {
  font-style: italic;
}
.new-style .top-4 {
  top: 1rem;
}
.new-style .right-4 {
  right: 1rem;
}
.new-style .absolute {
  position: absolute;
}
.new-style .mr-10 {
  margin-right: 2.5rem;
}
.new-style .mr-14 {
  margin-right: 3.5rem;
}
.new-style .mt-10 {
  margin-top: 2.5rem;
}
.new-style .font-bold {
  font-weight: bold;
}
.new-style .vertical-divider {
  background: #b6cbda;
  height: 24px;
  margin: 0 20px;
  width: 0.5px;
}
.new-style .form-section {
  position: relative;
}
.new-style .form-section.with-margin {
  margin-bottom: 32px;
}
.new-style .form-section label {
  margin-bottom: 15px;
}
.new-style .form-section input[type=text], .new-style .form-section input[type=password] {
  background: #EEF2F9;
  border-radius: 5px;
  border: 1px solid #BFD2DF !important;
  width: 100%;
  padding: 0.5rem 0.75rem !important;
  font-size: 14px;
  height: 40px;
}
.new-style .resizable-photo.opened {
  max-height: 100vh;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 99999;
  left: 50%;
  max-width: inherit;
}
.new-style .laravel-filters {
  box-sizing: border-box;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  cursor: pointer;
}
.new-style .laravel-filter {
  box-sizing: border-box;
  background: #fff;
  border-radius: 100px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0 14px;
  white-space: nowrap;
}
.new-style .laravel-filter.selected {
  box-sizing: border-box;
  border-radius: 100px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0 14px;
  white-space: nowrap;
  background: #0F4872;
  color: #fff;
}
.new-style .laravel-filters > p {
  box-sizing: border-box;
  margin: 0;
}
.new-style .laravel-activity-status {
  justify-content: center;
  align-items: center;
  display: flex;
}
.new-style .laravel-activity-status > svg {
  margin-right: 1em;
}
.new-style .laravel-activity-status.active > svg > circle {
  fill: #A6D68F;
}
.new-style .laravel-activity-status.sent > svg > circle {
  fill: #3fb5d3;
}
.new-style .laravel-activity-status.failed > svg > circle {
  fill: #e42d2d;
}
.new-style .laravel-activity-status.unknown > svg > circle {
  fill: #8397A5;
}
.new-style .laravel-no-data-message {
  text-align: center;
  font-size: 14px !important;
  color: #888;
  margin: 20px 0;
}
.new-style .loader-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}
.new-style .loader-container p {
  font-size: 14px;
  margin-bottom: 1rem;
}
.new-style .loader-bar {
  width: 50%;
  height: 8px;
  background: linear-gradient(90deg, #e0e0e0, #007bff, #e0e0e0);
  background-size: 200% 100%;
  animation: loading-bar 1.5s infinite linear;
  border-radius: 4px;
}
.new-style .items-center {
  align-items: center;
}
.new-style .datatable-icons--profile {
  background-image: url("../images/profile_image.svg");
}
.new-style .datatable-icons {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 2px;
}
.new-style .laravel-table td:last-child a {
  color: #0f4872;
  font-size: 14px !important;
  text-decoration-line: underline;
  width: calc(100% - 17px);
  text-align: left;
}
@keyframes loading-bar {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.new-style label {
  font-size: 1rem;
  margin-bottom: 0;
}
.new-style .form-section.required label {
  color: #D1242F;
}
.new-style .checkbox-label {
  color: #1E2326 !important;
}
.new-style .form-section.required label {
  color: #D1242F;
}
.new-style .form-section .action-card__radio-input label:after {
  content: "";
}
.new-style .checkbox-label {
  color: #1e2326 !important;
}
.new-style .label--description {
  color: #414c53;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.new-style [type=checkbox], .new-style [type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
  margin-top: 0;
}
.new-style [type=radio] {
  border-radius: 100%;
}
.new-style input[type=text],
.new-style input[type=email],
.new-style input[type=number] {
  background: #eef2f9;
  border-radius: 5px;
  border: 1px solid #bfd2df;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  line-height: 1.5rem;
}
.new-style input[type=radio],
.new-style input[type=checkbox] {
  background: #fff;
  border: 1px solid #bfd2df;
  margin-right: 7px;
}
.new-style input[type=radio]:checked,
.new-style input[type=checkbox]:checked {
  background: #0f4872;
  border: 1px solid #0f4872;
}
.new-style input[type=checkbox] {
  border-radius: 2px;
}
.new-style input[type=checkbox]:disabled {
  background: #e9e9e9;
  border-color: #e9e9e9;
}
.new-style input:disabled {
  background: #eef2f9;
}
.new-style input:disabled::placeholder {
  color: #bfd2df;
}
.new-style input::placeholder {
  color: #8a8a8a;
}
.new-style input[type=radio].inline {
  display: inline-block;
}
.new-style .disabled label {
  color: #bfd2df;
}
.new-style .invalid input[type=text],
.new-style .invalid input[type=email],
.new-style .invalid input[type=number],
.new-style .invalid select,
.new-style .invalid textarea {
  border: 1px solid #ec4b54;
  background-color: #fdebec;
}
.new-style .form-check.horizontal label {
  display: inline-block;
  margin: 0;
}
.new-style .message--warning {
  background: #FFF3E6;
  color: #7A2F00;
  border: 1px solid #E4852D;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-bottom: 2rem;
  margin-top: 30px;
  padding: 0 20px;
}
.new-style .message--warning p {
  font-weight: bold;
  color: #9A3E00;
  margin: 0;
}
.new-style select {
  line-height: 1.5rem;
  height: 40px;
}
.new-style select[multiple] {
  height: 200px;
}
.new-style select,
.new-style textarea {
  background-color: #eef2f9;
  border-radius: 5px;
  border: 1px solid #bfd2df;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
}
.new-style textarea {
  display: block;
}
.new-style textarea:focus {
  border: 1px solid #bfd2df;
  box-shadow: none;
}
.new-style select:disabled {
  background: #eef2f9;
  color: #bfd2df;
}
.new-style .mr-8 {
  margin-right: 2rem;
}
.new-style .ml-4 {
  margin-left: 1rem;
}
.new-style .ml-8 {
  margin-left: 2rem;
}
.new-style .mb-8 {
  margin-bottom: 2rem;
}
.new-style .mr-5 {
  margin-right: 1.25rem;
}
.new-style .w-1\/3 {
  width: 33.333333%;
}
.new-style .w-2\/3 {
  width: 66.666667%;
}
.new-style .overlay {
  background: rgba(0, 0, 0, 0.3);
  height: 100vh;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 9;
}
.new-style .overlay__popup {
  background: #fff;
  border-radius: 10px;
  padding: 120px 36px 36px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  max-width: 700px;
  width: 100%;
}
.new-style .overlay__popup.normal {
  padding: 36px !important;
}
.new-style .overlay__popup .img-warning {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -34px;
  width: 130px !important;
}
.new-style .overlay__popup .overlay__popup__header {
  position: relative;
}
.new-style .overlay__popup .overlay__popup__header h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.new-style .overlay__popup .overlay__popup__header__cancel {
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #0F4872;
  position: absolute;
  right: 32px;
  text-decoration: underline;
}
.new-style .overlay__popup .overlay__popup__header__description {
  font-size: 13px;
  margin-bottom: 26px;
}
.new-style .side-action {
  border-bottom: 1px solid #0F4872 !important;
  color: #0F4872;
  font-size: 14px;
  font-weight: bold;
}
.new-style .side-action:disabled {
  border-bottom: 1px solid rgba(65, 76, 83, 0.2);
  color: rgba(65, 76, 83, 0.2);
}
.new-style .side-action:hover {
  border-bottom: 1px solid #1E85EB !important;
  color: #1E85EB;
}
.new-style .inline-flex {
  display: inline-flex;
}
.new-style .justify-between {
  justify-content: space-between;
}
.new-style .items-center {
  align-items: center;
}
.new-style .process-navigation {
  margin: 0 20px;
  text-align: center;
  width: auto;
}
.new-style .process-navigation h2 {
  color: #475569;
  font-size: 14px;
  margin-top: 0 !important;
  margin-bottom: 0;
  font-weight: normal;
}
.new-style .process-navigation.active h2 {
  color: #0F4872;
  font-weight: bold;
}
.new-style .progress-navigation__connection {
  color: #64748b;
  word-spacing: -2px;
  white-space: nowrap;
  letter-spacing: 0.25rem;
}

.was-validated .new-custom-control-input:valid ~ .new-custom-control-label, .new-custom-control-input.is-valid ~ .new-custom-control-label {
  color: #28a745;
}

.was-validated .new-custom-control-input:valid ~ .new-custom-control-label::before, .new-custom-control-input.is-valid ~ .new-custom-control-label::before {
  border-color: #28a745;
}

.was-validated .new-custom-control-input:valid.checked ~ .new-custom-control-label::before, .new-custom-control-input.is-valid.checked ~ .new-custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .new-custom-control-input:valid:focus ~ .new-custom-control-label::before, .new-custom-control-input.is-valid:focus ~ .new-custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .new-custom-control-input:valid:focus:not(.checked) ~ .new-custom-control-label::before, .new-custom-control-input.is-valid:focus:not(.checked) ~ .new-custom-control-label::before {
  border-color: #28a745;
}

.was-validated .new-custom-control-input:invalid ~ .new-custom-control-label, .new-custom-control-input.is-invalid ~ .new-custom-control-label {
  color: #dc3545;
}

.was-validated .new-custom-control-input:invalid ~ .new-custom-control-label::before, .new-custom-control-input.is-invalid ~ .new-custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .new-custom-control-input:invalid.checked ~ .new-custom-control-label::before, .new-custom-control-input.is-invalid.checked ~ .new-custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .new-custom-control-input:invalid:focus ~ .new-custom-control-label::before, .new-custom-control-input.is-invalid:focus ~ .new-custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .new-custom-control-input:invalid:focus:not(.checked) ~ .new-custom-control-label::before, .new-custom-control-input.is-invalid:focus:not(.checked) ~ .new-custom-control-label::before {
  border-color: #dc3545;
}

.new-custom-control {
  cursor: pointer;
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-right: 1.5rem;
}

.new-custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.new-custom-control-input {
  position: absolute;
  right: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.new-custom-control-input.checked ~ .new-custom-control-label::before {
  color: #fff;
  border-color: #0F4872;
  background-color: #EEF2F9;
}

.new-custom-control-input:focus ~ .new-custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.new-custom-control-input:focus:not(.checked) ~ .new-custom-control-label::before {
  border-color: #80bdff;
}

.new-custom-control-input:not(:disabled):active ~ .new-custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.new-custom-control-input[disabled] ~ .new-custom-control-label, .new-custom-control-input:disabled ~ .new-custom-control-label {
  color: #6c757d;
}

.new-custom-control-input[disabled] ~ .new-custom-control-label::before, .new-custom-control-input:disabled ~ .new-custom-control-label::before {
  background-color: #e9ecef;
}

.new-custom-control-label {
  color: #1E2326 !important;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.new-custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  right: 1.5rem;
  display: block;
  width: 35px;
  height: 22px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #BFD2DF;
}

.new-custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  right: -1.5rem;
  display: block;
  width: 35px;
  height: 22px;
  content: "";
  background: no-repeat 50%/50% 50%;
}

label.new-custom-control-label::after {
  content: "" !important;
}

.new-custom-checkbox .new-custom-control-label::before {
  border-radius: 0.25rem;
}

.new-custom-checkbox .new-custom-control-input.checked ~ .new-custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.new-custom-checkbox .new-custom-control-input:indeterminate ~ .new-custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.new-custom-checkbox .new-custom-control-input:indeterminate ~ .new-custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.new-custom-checkbox .new-custom-control-input:disabled.checked ~ .new-custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.new-custom-checkbox .new-custom-control-input:disabled:indeterminate ~ .new-custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.new-custom-radio .new-custom-control-label::before {
  border-radius: 50%;
}

.new-custom-radio .new-custom-control-input.checked ~ .new-custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.new-custom-radio .new-custom-control-input:disabled.checked ~ .new-custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.new-custom-control-label::before,
.new-custom-file-label,
.new-custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .new-custom-control-label::before,
  .new-custom-file-label,
  .new-custom-select {
    transition: none;
  }
}
.new-custom-switch {
  padding-right: 2.25rem;
}

.new-custom-switch .new-custom-control-label::before {
  right: -2.8rem;
  pointer-events: all;
  border-radius: 100px;
  top: 0;
}

.new-custom-switch .new-custom-control-label::after {
  top: 4px;
  right: -37px;
  width: 14px;
  height: 14px;
  background-color: #BFD2DF;
  border-radius: 50%;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .new-custom-switch .new-custom-control-label::after {
    transition: none;
  }
}
.new-custom-switch .new-custom-control-input.checked ~ .new-custom-control-label::after {
  background-color: #0F4872;
  right: -25px;
}

.new-custom-switch .new-custom-control-input:disabled.checked ~ .new-custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.new-custom-switch.disabled .new-custom-control-input ~ .new-custom-control-label::before {
  border-color: #bfd2df;
}

.new-custom-switch.disabled .new-custom-control-input ~ .new-custom-control-label::after {
  background-color: #bfd2df;
}

/* CALENDAR */
.vc-container {
  background: rgb(238, 242, 249) !important;
  border: 1px solid #bfd2df !important;
  border-radius: 5px !important;
}

.vc-header {
  margin-top: 0 !important;
  padding: 7px 0 !important;
}

.vc-arrows-container {
  margin: 0 !important;
  padding: 0 !important;
}

.vc-arrow,
.vc-arrow:focus {
  outline: none !important;
}

.vc-arrow.is-right svg path {
  fill: #0f4872;
}

.vc-arrow.is-left svg path {
  fill: #0f4872;
}

.vc-title {
  color: #0f4872 !important;
  line-height: normal !important;
}

.vc-title,
.vc-weekday,
.vc-day-content {
  font-size: 12px !important;
}

.vc-weekday {
  display: none !important;
}

.vc-weeks {
  line-height: 20px !important;
  border-top: 1px solid rgba(191, 210, 223, 0.5);
  padding: 0 !important;
}

.vc-day {
  border: 0.5px solid #bfd2df;
}

.vc-day-content {
  border-radius: 0 !important;
  height: 100% !important;
  width: 100% !important;
  font-weight: normal !important;
}

.vc-highlight {
  background-color: #0f4872 !important;
  border-radius: 0;
}

.vc-day-layer {
  background-color: #0f4872 !important;
}

.vc-day .vc-day-content:not(.is-disabled) {
  background-color: #fff !important;
}

/* Ako postoji .vc-highlight pre njega, resetuj stilove */
.vc-day .vc-highlights ~ .vc-day-content:not(.is-disabled) {
  background-color: initial !important;
  color: #fff !important;
}

.vc-day-content:hover {
  color: #0f4872 !important;
  outline: none !important;
}

/* .vc-day-content:hover {
  border-radius: 0;
}
.vc-highlight-content-solid {
  border: 2px solid #1e85eb;
  border-radius: 5px !important;
  color: #1e85eb !important;
}

.vc-day-content:focus {
  color: #1e85eb !important;
  outline: none !important;
}

.vc-day-content:not(.is-disabled) {
  background: #fff !important;
  border-radius: 0;
}

.vc-day-content:not(.is-disabled) span {
  font-weight: bold !important;
}

.vc-highlight {
  background: transparent !important;
  border-radius: 0;
} */
.vc-container:has(.vc-time-picker) {
  background: #eef2f9 !important;
  border: 1px solid #bfd2df !important;
}

.vc-time-picker {
  padding: 4px 0 !important;
}

.vc-time-picker > * + * {
  margin-top: 0 !important;
}

.vc-time-picker .vc-time-header {
  display: none !important;
}

.vc-time-picker .vc-time-select-group {
  background: transparent !important;
  border: 0;
}

.vc-time-picker .vc-time-select-group .vc-base-select:last-child {
  margin-left: 4px !important;
}

.vc-time-picker .vc-base-select select {
  background: #fff !important;
}

.vc-date-time {
  margin-left: 4px !important;
}

.vc-date-time .vc-date {
  display: none !important;
}

.vc-select select {
  background: #fff !important;
  border: 1px solid #bfd2df !important;
  border-radius: 5px !important;
  font-weight: normal !important;
}

.vc-am-pm {
  margin-left: 4px !important;
}

.vc-am-pm button.active {
  background: #0f4872 !important;
}

.vc-am-pm button:focus {
  border-color: #0f4872 !important;
}

.vc-time-icon {
  color: #0f4872 !important;
  margin-left: 4px !important;
  margin-top: 4px !important;
}

/* ./CALENDAR */
.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid {
  display: grid;
}

.w-full {
  width: 100% !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

html {
  font-size: 16px;
}

body {
  background: #eef2f9;
  font-family: "Noto Sans", sans-serif;
  height: 100vh;
  width: 100%;
  font-size: 16px;
}

h2, h3, h4 {
  margin: 0;
}

p {
  margin: 0;
}

.m-auto {
  margin: 0 auto;
}

main {
  display: flex;
  align-items: stretch;
  margin: 0 auto;
  min-height: calc(100% - 35px);
  max-width: 100%;
}
main.login {
  min-height: calc(100% - 35px);
}

#menu_container {
  flex: 0 0 340px;
  width: 340px;
  position: relative;
  top: 0;
  background: #2A6FA1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: all 0.5s ease;
}
#menu_container #show-menu {
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background: #2A6FA1;
  color: #F8FBFF;
  padding: 2px 10px 2px 5px;
  position: fixed;
  top: 0;
  left: 0;
}
#menu_container #show-menu span {
  margin-left: 5px;
}
#menu_container #show-menu.flex {
  display: flex;
}
#menu_container #header_container {
  color: #F8FBFF;
}
#menu_container #header_container #info-left {
  margin-left: 10px;
}
#menu_container #header_container .menu_control {
  align-items: center;
  display: flex;
  line-height: 0;
  z-index: 5;
}
#menu_container .user-login {
  cursor: default;
  margin: 20px 0;
}
#menu_container .user-login__username .user-login__badge {
  margin: 0;
  line-height: 1.2;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #F8FBFF;
}
#menu_container .user-login .user-login__mobile-unit {
  background: rgba(0, 0, 0, 0.14);
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(248, 251, 255, 0.92);
  font-size: 12px;
}
#menu_container #menu {
  height: 100%;
  width: 100%;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#menu_container #menu .no-sub-div, #menu_container #menu .sub-menu-link-div {
  margin-bottom: 5px;
}
#menu_container #menu a {
  color: #F8FBFF;
  display: block;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  padding: 10px 14px;
  border-radius: 2px;
  margin-left: 0;
}
#menu_container #menu a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#menu_container #menu a:focus, #menu_container #menu a:focus-visible {
  outline: 3px solid #F8FBFF;
  outline-offset: 2px;
}
#menu_container #menu .sub-menu {
  display: none;
  *margin: 6px 0 10px 14px;
  margin-left: 10px;
  /* padding: 10px;

  border-radius: 10px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18); */
}
#menu_container #menu .menu_option {
  margin: 6px 0;
}
#menu_container #menu .menu_option a {
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 12px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.12);
  margin: 0;
}
#menu_container #menu .menu_option a:hover {
  color: #F8FBFF;
  background-color: rgba(0, 0, 0, 0.18);
}
#menu_container #menu .menu_option a.active {
  color: #0F4872;
  background: rgba(255, 255, 255, 0.92);
  outline: 1px solid rgba(255, 255, 255, 0.22);
  margin-right: -25px;
}
#menu_container #menu .no-sub .active {
  color: #0F4872;
  background: rgba(255, 255, 255, 0.92);
  outline: 1px solid rgba(255, 255, 255, 0.22);
  margin-right: -25px;
}
#menu_container #menu::-webkit-scrollbar {
  width: 6px;
}
#menu_container #menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#menu_container #menu::-webkit-scrollbar-thumb {
  background: #2F6094;
}
#menu_container #menu::-webkit-scrollbar-thumb:hover {
  background: #0E3761;
}

.body-container {
  flex: 1 1 auto;
  width: auto;
  max-width: calc(100% - 340px);
  padding: 30px;
}
.body-container .breadcrumb {
  background: transparent;
  border: none;
  color: #1f4f73;
  font-weight: 600;
  padding: 0;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.body-container .breadcrumb:before {
  content: "←";
  font-size: 16px;
}
.body-container .breadcrumb:hover {
  text-decoration: underline;
  background: transparent;
}
.body-container h1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 32px;
}
.body-container h1 .header_link {
  *color: #445060;
  display: block;
  text-decoration: none;
}
.body-container a {
  color: #0F4872;
}
.body-container .description {
  color: #1E2326;
  margin-bottom: 20px;
}

/* ACTION CARD */
/* ./ACTION CARD */
/* FORM SECTION */
.form-section legend {
  margin-bottom: 15px;
  display: block;
  vertical-align: middle;
  font-size: 1rem;
  border-bottom: 0;
}
.form-section legend.required {
  color: #D1242F;
}
.form-section fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-inline-size: 0;
}
.form-section .input-horizontal {
  display: inline-block;
  margin-right: 10px;
}
.form-section label {
  font-weight: normal;
}
.form-section.required input[type=text]:valid, .form-section.required input[type=email]:valid, .form-section.required select:valid {
  border: 1px solid rgba(58, 192, 161, 0.6) !important;
  background: rgba(58, 192, 161, 0.1);
}
.form-section.required input[type=text]:invalid, .form-section.required input[type=email]:invalid, .form-section.required select:invalid {
  border: 1px solid rgba(237, 20, 61, 0.2) !important;
  background: rgba(237, 20, 61, 0.05);
}
.form-section.required input[type=text].invalid-information, .form-section.required input[type=email].invalid-information, .form-section.required select.invalid-information {
  border: 1px solid rgba(237, 20, 61, 0.2) !important;
  background: rgba(237, 20, 61, 0.05);
}
.form-section .form-check label {
  display: initial;
}

/* ./FORM SECTION */
/* INSTRUCTIONS */
.instructions {
  width: 100%;
  max-width: 100%;
  margin: 1.25rem 0 1.5rem;
  padding: 18px 32px;
  border: 1px solid #e3e8ee;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: #445060;
  line-height: 1.6;
  position: relative;
}
.instructions::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 4px;
  border-radius: 10px;
  background: #1f4f73;
  opacity: 0.9;
}
.instructions legend {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  width: fit-content;
  padding: 6px 12px;
  margin: 0 0 10px;
  border: 1px solid #e3e8ee;
  border-radius: 999px;
  background: #f6f9fc;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #445060;
}
.instructions legend .material-icons {
  line-height: 1;
  font-size: 20px;
  opacity: 0.75;
}
.instructions p {
  color: #1E2326;
  font-size: 15px;
}
.instructions h4 {
  font-weight: 600;
  margin: 6px 0 10px;
}
.instructions li {
  margin-bottom: 8px;
}
.instructions .more-info {
  display: none;
  margin-top: 20px;
}
.instructions .more-info-link {
  display: inline-block;
  margin: 10px 0 0 0;
  font-size: 15px;
  text-decoration: underline;
}
.instructions.minimized {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0 0 10px;
}
.instructions.minimized::before {
  display: none;
}
.instructions.minimized div,
.instructions.minimized p,
.instructions.minimized a {
  display: none;
}
.instructions.minimized legend .material-icons {
  opacity: 0.9;
  line-height: 7px;
}
.instructions:not(.minimized) legend .material-icons {
  opacity: 0.85;
  transform: rotate(0deg);
}

/* ./INSTRUCTIONS */
/* REPORTS */
.category-list .category-link {
  margin-top: 2rem;
}
.category-list .category-link .category-link-description {
  color: #1E2326;
}

/* ./REPORTS */
.confirmation-popup {
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  margin: 0 auto;
  max-width: 100%;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  z-index: 9999;
}

.form-error-message {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
  padding: 14px 16px;
  border: 1px solid #f3c2c0;
  border-left: 4px solid #d93025;
  border-radius: 10px;
  background: #fef3f2;
  color: #7a1c15;
  font-size: 15px;
  line-height: 1.45;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.form-error-message strong, .form-error-message__title {
  display: block;
  margin: 0;
  color: #b42318;
  font-weight: 700;
  font-size: 15px;
}
.form-error-message p,
.form-error-message span {
  margin: 0;
}

footer {
  background: #2A6FA1;
  color: #F8FBFF;
  font-size: 0.75em;
  padding: 10px 0;
  text-align: center;
}
footer a {
  border-bottom: 1px dotted #888;
  color: #F8FBFF;
  text-decoration: none;
}

/* DATA TABLES */
.dataTables_wrapper {
  width: 100%;
  /* ---- Bootstrap DT layout reset ---- */
  /* ---- TOP TOOLBAR (Show + Search) ---- */
  /* Force both controls into one neat bar */
  /* Inputs / selects unified (kills bootstrap look) */
  /* ---- TABLE SHELL (connected look) ---- */
  /* ---- THEAD ---- */
  /* ---- TBODY ---- */
  /* ---- BOTTOM BAR (info left, pagination right) ---- */
}
.dataTables_wrapper .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.dataTables_wrapper [class^=col-],
.dataTables_wrapper [class*=" col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  float: none !important;
  text-align: left !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.5rem;
}
.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label {
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  color: #1E2326;
  white-space: nowrap;
}
.dataTables_wrapper .dataTables_length input,
.dataTables_wrapper .dataTables_filter input {
  margin-right: 1.5rem;
}
.dataTables_wrapper > .row:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 14px !important;
  /* left block (length) */
  /* right block (filter) */
}
.dataTables_wrapper > .row:first-child > div:first-child {
  flex: 0 0 auto;
}
.dataTables_wrapper > .row:first-child > div:last-child {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}
.dataTables_wrapper .form-control,
.dataTables_wrapper .custom-select,
.dataTables_wrapper select,
.dataTables_wrapper input[type=search] {
  font-family: inherit;
  font-size: 0.95rem;
  line-height: 1.2;
  height: 40px !important;
  min-height: 40px !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  border: 1px solid #d8e1ea !important;
  background: #ffffff !important;
  color: #233243 !important;
  padding: 0 12px !important;
  outline: none;
}
.dataTables_wrapper .form-control:focus,
.dataTables_wrapper .custom-select:focus,
.dataTables_wrapper select:focus,
.dataTables_wrapper input[type=search]:focus {
  border-color: #0f4872 !important;
  box-shadow: 0 0 0 3px rgba(15, 72, 114, 0.15) !important;
}
.dataTables_wrapper .dataTables_filter input[type=search] {
  width: 220px;
  max-width: 100%;
}
.dataTables_wrapper select,
.dataTables_wrapper .custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 38px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%2352667a' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px 14px;
}
.dataTables_wrapper .dataTables_scroll {
  border: 1px solid #e2eaf2;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(15, 72, 114, 0.06);
}
.dataTables_wrapper table.dataTable {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: #ffffff;
}
.dataTables_wrapper .dataTables_scrollHead,
.dataTables_wrapper .dataTables_scrollHeadInner,
.dataTables_wrapper .dataTables_scrollBody {
  width: 100% !important;
}
.dataTables_wrapper .dataTables_scrollHead table.dataTable,
.dataTables_wrapper .dataTables_scrollBody table.dataTable {
  border: 0 !important;
}
.dataTables_wrapper table.dataTable thead {
  background: #f4f8fc; /* 2A6FA1; #f4f8fc; */
}
.dataTables_wrapper table.dataTable thead td {
  position: relative;
  color: #0f4872; /* #0f4872; */
  font-weight: 400;
  font-size: 15px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
}
.dataTables_wrapper table.dataTable thead td b {
  font-weight: 400;
}
.dataTables_wrapper .dataTables_scrollHeadInner {
  *border-bottom: 1px solid #2A6FA1;
}
.dataTables_wrapper table.dataTable thead > tr > th.sorting_asc,
.dataTables_wrapper table.dataTable thead > tr > th.sorting_desc,
.dataTables_wrapper table.dataTable thead > tr > th.sorting,
.dataTables_wrapper table.dataTable thead > tr > td.sorting_asc,
.dataTables_wrapper table.dataTable thead > tr > td.sorting_desc,
.dataTables_wrapper table.dataTable thead > tr > td.sorting {
  padding: 10px 30px 10px 10px;
}
.dataTables_wrapper table.dataTable tbody tr {
  transition: background 0.18s ease;
}
.dataTables_wrapper table.dataTable tbody tr:nth-child(odd) {
  background: #ffffff;
}
.dataTables_wrapper table.dataTable tbody tr:nth-child(even) {
  background: #f3f7fc;
}
.dataTables_wrapper table.dataTable tbody tr:hover {
  background: #e6f0fb;
}
.dataTables_wrapper table.dataTable tbody tr:focus-within {
  background: #e6f0fb;
  outline: 2px solid rgba(15, 72, 114, 0.25);
  outline-offset: -2px;
}
.dataTables_wrapper table.dataTable tbody tr td {
  padding: 14px !important;
  border-bottom: 1px solid #eef2f6 !important;
  color: #1E2326;
  font-size: 15px;
  vertical-align: middle;
  background: transparent;
  border-right: 1px solid #f0f3f7;
}
.dataTables_wrapper table.dataTable tbody tr td.buttons {
  display: flex;
  gap: 10px;
}
.dataTables_wrapper table.dataTable tbody tr:last-child td {
  border-bottom: 0 !important;
  border-right: 0;
}
.dataTables_wrapper table.dataTable tbody tr a:hover {
  text-decoration: none;
}
.dataTables_wrapper tfoot td {
  padding: 14px;
  border-bottom: 1px solid #eef2f6 !important;
  color: #1E2326;
  font-size: 15px;
  vertical-align: middle;
  background: transparent;
  border-right: 1px solid #f0f3f7;
}
.dataTables_wrapper .dataTables_info {
  float: left;
  padding-top: 1.5rem !important;
  color: #2c3e50;
  font-size: 0.85rem;
  margin: 0 !important;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right !important;
  margin: 0 !important;
  padding-top: 1.5rem;
}
.dataTables_wrapper .dataTables_paginate .pagination {
  margin: 0 !important;
  gap: 8px;
}
.dataTables_wrapper > .row:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 14px !important;
}
.dataTables_wrapper > .row:last-child > div:first-child {
  flex: 1 1 auto;
}
.dataTables_wrapper > .row:last-child > div:last-child {
  flex: 0 0 auto;
}
.dataTables_wrapper .page-link,
.dataTables_wrapper .paginate_button {
  text-decoration: none !important;
  box-shadow: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f4872 !important;
  border-radius: 10px !important;
  font-size: 0.95rem;
  line-height: 1;
}
.dataTables_wrapper .paginate_button:hover {
  background: #eaf3fb !important;
  border-color: #c6d7e8 !important;
  color: #0c3a5c !important;
}
.dataTables_wrapper .page-item.active .page-link,
.dataTables_wrapper .paginate_button.current {
  background: #0f4872 !important;
  border-color: #0f4872 !important;
  color: #ffffff !important;
}
.dataTables_wrapper .page-item.disabled .page-link,
.dataTables_wrapper .paginate_button.disabled {
  opacity: 1 !important;
  background: #f1f4f7 !important;
  border-color: #d8e1ea !important;
  color: #6b7a8c !important;
  cursor: not-allowed;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #52667a !important;
  background-color: #f1f4f7 !important;
  border-color: #d8e1ea !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
}

.pagination > li > a,
.pagination > li > span {
  color: #0f4872 !important;
  background-color: #ffffff !important;
  border-color: #d8e1ea !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #0c3a5c !important;
  background-color: #eaf3fb !important;
  border-color: #c6d7e8 !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #ffffff !important;
  background-color: #0f4872 !important;
  border-color: #0f4872 !important;
}

/* ./DATA TABLES */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

caption.sr-only {
  color: #111;
}

.ui-datepicker {
  display: none;
  position: absolute !important;
  z-index: 10001 !important;
  width: 260px !important;
  max-width: calc(100vw - 24px) !important;
  background: #eef2f9 !important;
  border: 1px solid #bfd2df !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12) !important;
  padding: 10px !important;
  margin: 0 !important;
}
.ui-datepicker table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 4px !important;
  table-layout: fixed !important;
}

.ui-datepicker .ui-datepicker-header {
  position: relative !important;
  background: transparent !important;
  border: 0 !important;
  padding: 8px 36px 10px 36px !important;
  margin: 0 0 8px 0 !important;
  height: auto !important;
  line-height: normal !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(191, 210, 223, 0.6) !important;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 !important;
  text-align: center !important;
  color: #0f4872 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute !important;
  top: 45% !important;
  transform: translateY(-50%) !important;
  width: 30px !important;
  height: 30px !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  overflow: visible !important;
  line-height: normal !important;
  cursor: pointer !important;
  z-index: 3 !important;
  pointer-events: auto !important;
  border-radius: 8px !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 6px !important;
}

.ui-datepicker .ui-datepicker-next {
  right: 6px !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background-image: none !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  text-indent: -9999px !important;
  position: relative !important;
}

.ui-datepicker .ui-datepicker-prev span::before,
.ui-datepicker .ui-datepicker-next span::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 8px !important;
  height: 8px !important;
  border-top: 2px solid #0f4872 !important;
  border-right: 2px solid #0f4872 !important;
  pointer-events: none !important;
}

.ui-datepicker .ui-datepicker-prev span::before {
  transform: translate(-35%, -50%) rotate(-135deg) !important;
}

.ui-datepicker .ui-datepicker-next span::before {
  transform: translate(-65%, -50%) rotate(45deg) !important;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  outline: none !important;
  background: rgba(15, 72, 114, 0.08) !important;
}

.ui-datepicker .ui-datepicker-prev:focus,
.ui-datepicker .ui-datepicker-next:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(15, 72, 114, 0.25) !important;
}

.ui-datepicker th {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #0f4872 !important;
  padding: 8px 0 6px 0 !important;
  border-bottom: 0 !important;
  text-transform: none !important;
  text-shadow: none !important;
}

.ui-datepicker td {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 32px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  border-radius: 8px !important;
  margin: 0 !important;
  text-shadow: none !important;
  position: relative !important;
}

.ui-datepicker td a {
  background: #ffffff !important;
  color: #0f4872 !important;
  border: 1px solid rgba(191, 210, 223, 0.6) !important;
  transition: background 120ms ease, box-shadow 120ms ease, transform 120ms ease !important;
}

.ui-datepicker td a:hover {
  background: rgba(15, 72, 114, 0.08) !important;
  box-shadow: 0 0 0 2px rgba(15, 72, 114, 0.12) !important;
  transform: translateY(-1px) !important;
}

.ui-datepicker td a:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(15, 72, 114, 0.25) !important;
}

/* Selected day */
.ui-datepicker .ui-state-active {
  background: #0f4872 !important;
  color: #fff !important;
  border: 1px solid #0f4872 !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Keep selected stronger even if it's today */
.ui-datepicker .ui-datepicker-today .ui-state-active::after {
  display: none !important;
}

/* Today indicator (small dot centered) */
.ui-datepicker .ui-datepicker-today a::after {
  content: "" !important;
  position: absolute !important;
  bottom: 5px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 4px !important;
  height: 4px !important;
  background: #0f4872 !important;
  border-radius: 50% !important;
  pointer-events: none !important;
}

/* Disabled days */
.ui-datepicker td.ui-state-disabled span {
  background: transparent !important;
  color: rgba(15, 72, 114, 0.8) !important;
  border: 1px dashed rgba(191, 210, 223, 0.7) !important;
}

/* Optional: slightly de-emphasize weekends (subtle) */
.ui-datepicker tr td:first-child a,
.ui-datepicker tr td:last-child a {
  color: rgba(15, 72, 114, 0.85) !important;
}

/* BUTTONS */
/* ./BUTTONS */
/* =========================
   PATIENT DETAILS (Vue)
   Scope: only patient_details page
   ========================= */
.new-style {
  /* Photo container */
  /* Status pill */
  /* Photo control buttons */
  /* ---------- TABS ---------- */
  /* ---------- SECTION HEADERS (title + actions) ---------- */
  /* ---------- RESPONSIVE ---------- */
}
.new-style #patient_details,
.new-style .patient-details-wrap {
  --cr-primary: #0f4872;
  --cr-primary-hover: #1e85eb;
  --cr-border: #b6cbda;
  --cr-bg: #eef2f9;
  --cr-card-bg: #ffffff;
  --cr-text: #1e2326;
  --cr-muted: #5b6b7c;
  --cr-danger: #d1242f;
  --cr-success: #00bb77;
  --cr-shadow: 4px 0 19px rgba(15, 72, 114, 0.30);
  color: var(--cr-text);
}
.new-style #patient-details-header {
  display: grid;
  grid-template-columns: 165px 1fr;
  align-items: start;
  gap: 18px;
  margin-bottom: 12px;
}
.new-style #photo_display.form {
  margin: 0;
}
.new-style #patient_photo {
  position: relative;
  top: 0;
  width: 145px;
  height: 145px;
  border-radius: 12px;
  border: 1px solid var(--cr-border);
  background: var(--cr-bg);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.new-style #patient_photo.no-image {
  background: var(--cr-bg);
}
.new-style #patient_photo:hover {
  border-color: rgba(30, 133, 235, 0.6);
}
.new-style #placeholder-text {
  width: 120px;
  text-align: center;
  font-size: 13px;
  color: var(--cr-muted);
  margin: 0;
}
.new-style #photo-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.new-style #photo-thumbnail.opened {
  border-radius: 12px;
  border: 1px solid var(--cr-border);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.new-style #patients-status {
  background: rgba(0, 187, 119, 0.14);
  border: 1px solid rgba(0, 187, 119, 0.35);
  border-top: 0;
  color: #0a5a40;
  font-weight: 700;
  font-size: 15px;
}
.new-style #patients-status.Suspended {
  background: #f0ad4e;
  border-color: #eea236;
  color: #333;
}
.new-style #patient-info-control-buttons {
  width: 145px;
  position: relative;
}
.new-style #patient-info-control-buttons .btn {
  font-size: 13px;
  border-radius: 10px;
}
.new-style #patient-info-control-buttons #delete-photo-button {
  border: 0;
  border-bottom: 1px solid #0F4872;
  border-radius: 0;
  height: auto;
  width: auto;
  margin: 0 auto;
}
.new-style #patient-info-control-buttons #delete-photo-button:hover {
  border-bottom: 1px solid #1e85eb;
}
.new-style .patient-details-tabs-row {
  display: flex;
  align-items: stretch;
  margin: 10px -30px -30px -30px;
  border-top: 1px solid rgba(182, 203, 218, 0.6);
  position: relative;
}
.new-style .patient-details-tabs-row .patient-details-tabs {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  gap: 0;
}
.new-style .patient-details-tabs-row .patient-details-tabs > div {
  position: relative;
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px 8px;
  text-align: center;
  border-bottom: 3px solid transparent;
}
.new-style .patient-details-tabs-row .patient-details-tabs > div h2 {
  font-size: 14px;
  color: var(--cr-muted);
  white-space: nowrap;
}
.new-style .patient-details-tabs-row .patient-details-tabs > div h2:hover {
  color: var(--cr-primary-hover);
}
.new-style .patient-details-tabs-row .patient-details-tabs > div:hover {
  color: var(--cr-primary-hover);
  border-bottom-color: rgba(30, 133, 235, 0.65);
  margin-bottom: -1px;
}
.new-style .patient-details-tabs-row .patient-details-tabs > div:focus {
  text-decoration: none;
  outline: none;
}
.new-style .patient-details-tabs-row .patient-details-tabs > div:focus-visible {
  outline: 3px solid rgba(30, 133, 235, 0.35);
  outline-offset: -2px;
  border-radius: 10px;
}
.new-style .patient-details-tabs-row .patient-details-tabs > div.active {
  color: var(--cr-primary);
  border-bottom-color: var(--cr-primary);
  font-weight: 700;
  margin-bottom: -1px;
}
.new-style .patient-details-tabs-row .patient-details-tabs > div.action-pending::after {
  position: relative;
  top: -1px;
  margin-left: 6px;
}
.new-style .patient-details-tabs-row .patient-details-tabs > div:first-child {
  border-bottom-left-radius: 10px;
}
.new-style .patient-details-tabs-row .patient-more-tabs {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px 8px;
  gap: 8px;
  font-size: 14px;
  color: var(--cr-muted);
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  border-left: 1px solid rgba(182, 203, 218, 0.6);
  border-bottom: 2px solid transparent;
  border-bottom-right-radius: 10px;
}
.new-style .patient-details-tabs-row .patient-more-tabs:hover {
  color: var(--cr-primary-hover);
  border-bottom-color: rgba(30, 133, 235, 0.65);
  margin-bottom: -1px;
}
.new-style .patient-details-tabs-row .patient-more-tabs:focus {
  outline: none;
}
.new-style .patient-details-tabs-row .patient-more-tabs:focus-visible {
  outline: 3px solid rgba(30, 133, 235, 0.35);
  outline-offset: -2px;
  border-radius: 10px;
}
.new-style .patient-details-tabs-row .patient-more-tabs[aria-expanded=true] {
  color: var(--cr-primary);
  border-bottom-color: var(--cr-primary);
  font-weight: 700;
  margin-bottom: -1px;
}
.new-style .patient-details-tabs-row .patient-more-tabs .material-icons {
  font-size: 18px;
  line-height: 1;
}
.new-style .patient-details-additional-tabs {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 260px;
  background: #fff;
  border: 1px solid rgba(182, 203, 218, 0.6);
  border-top: none;
  border-radius: 10px;
  margin-top: 2px;
  box-shadow: 0 8px 20px rgba(15, 72, 114, 0.15);
  z-index: 20;
  padding: 8px 0;
}
.new-style .patient-details-additional-tabs .additional-tab {
  display: block;
  padding: 10px 18px;
  font-size: 14px;
  color: var(--cr-primary);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.new-style .patient-details-additional-tabs .additional-tab:hover {
  background: rgba(15, 72, 114, 0.06);
  color: var(--cr-primary-hover);
}
.new-style .patient-details-additional-tabs .additional-tab.active {
  font-weight: 600;
  background: rgba(15, 72, 114, 0.08);
}
.new-style .section-header .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media (max-width: 860px) {
  .new-style #patient-details-header {
    grid-template-columns: 1fr;
  }
  .new-style #patient-information {
    padding-right: 0;
  }
  .new-style #patients-status {
    position: static;
    display: inline-flex;
    margin: 6px 0 0;
  }
  .new-style #patient_photo {
    width: 160px;
    height: 160px;
  }
  .new-style #patient-info-control-buttons .btn {
    width: 160px;
  }
  .new-style .section-header {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .new-style .section-header a {
    margin-left: 0;
  }
}
.new-style .patient-details-tabs [role=tab]:focus,
.new-style .patient-details-tabs [role=button]:focus {
  outline: 3px solid rgba(30, 133, 235, 0.35);
  outline-offset: 2px;
}

.without-margin {
  margin: 0 !important;
}

/* LARAVEL TABLE */
.laravel-table-section {
  width: 100%;
}

.laravel-table {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: auto;
  border: 1px solid #e2eaf2;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(15, 72, 114, 0.06);
  padding: 0 !important;
}

.laravel-table thead {
  background: #f4f8fc;
}
.laravel-table thead th {
  position: relative;
  color: #0f4872;
  font-weight: 400;
  font-size: 15px !important;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
  padding: 10px 14px !important;
  border-bottom: 1px solid #e2eaf2;
  border-right: 1px solid #e6edf5;
}
.laravel-table thead th:last-child {
  border-right: 0;
}

.laravel-table tbody tr {
  transition: background 0.18s ease;
}
.laravel-table tbody tr:nth-child(odd) {
  background: #ffffff;
}
.laravel-table tbody tr:nth-child(even) {
  background: #f3f7fc;
}
.laravel-table tbody tr:hover {
  background: #e6f0fb;
}
.laravel-table tbody tr:focus-within {
  background: #e6f0fb;
  outline: 2px solid rgba(15, 72, 114, 0.25);
  outline-offset: -2px;
}
.laravel-table tbody tr td {
  padding: 14px !important;
  border-bottom: 1px solid #eef2f6 !important;
  border-right: 1px solid #f0f3f7 !important;
  color: #1E2326;
  font-size: 15px;
  font-weight: 400;
  vertical-align: middle;
  background: transparent;
  text-align: left;
}
.laravel-table tbody tr td:last-child {
  border-right: 0 !important;
}
.laravel-table tbody tr td caption {
  color: #1E2326;
  font-size: 15px;
  font-weight: 700;
  vertical-align: middle;
  background: transparent;
  display: block;
  padding: 0;
  text-align: center;
}
.laravel-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.laravel-table tfoot td {
  padding: 14px !important;
  border-top: 1px solid #e2eaf2 !important;
  border-right: 1px solid #f0f3f7 !important;
  border-bottom: 0 !important;
  color: #1E2326;
  font-size: 15px;
  font-weight: 700;
  vertical-align: middle;
  background: #ffffff;
  text-align: center;
}
.laravel-table tfoot td:last-child {
  border-right: 0 !important;
}

.laravel-table a:hover {
  text-decoration: none;
}

.laravel-table-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.laravel-table-pagination-length {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 0 !important;
  color: #2c3e50;
  font-size: 0.95rem;
}
.laravel-table-pagination-length > select {
  font-family: inherit;
  font-size: 0.95rem;
  line-height: 1.2;
  height: 40px !important;
  min-height: 40px !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  border: 1px solid #d8e1ea !important;
  background-color: #ffffff !important;
  color: #233243 !important;
  padding: 0 38px 0 12px !important;
  margin: 0 !important;
  width: auto !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%2352667a' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px 14px;
}
.laravel-table-pagination-length > select:focus {
  border-color: #0f4872 !important;
  box-shadow: 0 0 0 3px rgba(15, 72, 114, 0.15) !important;
  outline: none;
}

.laravel-table-header-buttons {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.laravel-table-header-buttons::after {
  display: none;
}
.laravel-table-header-buttons > button {
  margin-right: 0 !important;
  height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid #d8e1ea;
  background: #ffffff;
  color: #0f4872;
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: none !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.laravel-table-header-buttons > button:hover {
  background: #eaf3fb;
  border-color: #c6d7e8;
  color: #0c3a5c;
}
.laravel-table-header-buttons > button:focus {
  outline: none;
  border-color: #0f4872;
  box-shadow: 0 0 0 3px rgba(15, 72, 114, 0.15);
}

.laravel-button {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #0f4872;
  background: #0f4872;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: none !important;
}
.laravel-button:hover {
  background: #0c3a5c;
  border-color: #0c3a5c;
}
.laravel-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 72, 114, 0.15);
}

.laravel-table-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding: 14px 0 0 0;
}

.laravel-table-footer > .laravel-table-pagination-label {
  color: #2c3e50;
  font-size: 0.85rem;
  margin: 0;
}

.pagination-button {
  width: auto !important;
  height: 40px !important;
  padding: 0 12px !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 10px !important;
  border: 1px solid #d8e1ea !important;
  background: #ffffff !important;
  color: #0f4872 !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}
.pagination-button:hover {
  background: #eaf3fb !important;
  border-color: #c6d7e8 !important;
  color: #0c3a5c !important;
}
.pagination-button:focus {
  outline: none !important;
  border-color: #0f4872 !important;
  box-shadow: 0 0 0 3px rgba(15, 72, 114, 0.15) !important;
}

.pagination-button[disabled],
.pagination-button.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  background: #ffffff !important;
  border-color: #d8e1ea !important;
  color: #0f4872 !important;
}
.pagination-button[disabled]:hover,
.pagination-button.is-disabled:hover {
  background: #ffffff !important;
  border-color: #d8e1ea !important;
  color: #0f4872 !important;
}

.laravel-table-pagination-icon-first,
.laravel-table-pagination-icon-prev,
.laravel-table-pagination-icon-next,
.laravel-table-pagination-icon-last {
  display: inline-block;
  vertical-align: middle;
}

/* ./LARAVEL TABLE */
/* SUMMARY BLOCK */
.summary-block {
  background: #F6FAFF;
  border: 1px solid #D6E4F2;
  border-left: 6px solid #0F4872;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 6px 18px rgba(15, 72, 114, 0.08);
}
.summary-block.warning {
  background: #fef2f2;
  border-color: #D1242F;
}
.summary-block .summary-title {
  color: #0F4872;
  font-size: 16.5px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.15px;
  margin-bottom: 1.1rem;
}
.summary-block .summary-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  color: #233245;
  font-size: 0.98rem;
}
.summary-block .summary-item {
  display: inline-flex;
  gap: 8px;
  align-items: baseline;
}
.summary-block .summary-item .label {
  color: #4A6077;
  font-weight: 400;
  font-size: 15px;
  white-space: nowrap;
  padding: 0;
  text-align: left;
}
.summary-block .summary-item .value {
  font-weight: 600;
  color: #233245;
}

/* ./SUMMARY BLOCK */
.box_label {
  display: inline-block !important;
  margin: 0 !important;
  margin-left: 7px !important;
}

/* MEDICATION TABS */
.medication-tabs {
  border-top: 0.5px solid #b6cbda;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.medication-tabs a {
  background: linear-gradient(180deg, rgba(131, 151, 165, 0.15) 0%, rgba(156, 180, 197, 0.15) 100%);
  border-left: 0.5px solid #b6cbda;
  border-right: 0.5px solid #b6cbda;
  color: #0f4872;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0.5px solid #b6cbda;
  text-decoration: none;
  gap: 10px;
  flex: 1 1 auto;
  padding: 10px 18px;
  white-space: nowrap;
  min-height: 40px;
}

.medication-tabs a.active,
.medication-tabs a:hover {
  background: #eef2f9;
  border-bottom: 2px solid #1e85eb;
  font-weight: bold;
}

@media (max-width: 1100px) {
  .medication-tabs a {
    flex: 1 1 50%;
  }
}
@media (max-width: 700px) {
  .medication-tabs a {
    flex: 1 1 100%;
  }
}
/* ./MEDICATION TABS */
/* UPLOAD */
.upload__container, .actual-upload__dropzone {
  width: 100%;
  background: #f4f4f4;
  border: 1px dashed #bfd2df;
  border-radius: 12px;
  color: #3c4a5a;
  cursor: pointer;
  font-size: 1rem;
  text-align: center;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.no-file.upload__container, .no-file.actual-upload__dropzone {
  color: #1E2326;
}
.upload__container:not(.no-file), .actual-upload__dropzone:not(.no-file) {
  border-style: solid;
  background: #fff;
}

.upload__container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 250px;
}
.upload__container img {
  width: 100%;
  height: auto;
}

.small-width {
  width: 1%;
  white-space: nowrap;
}

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

.align-start {
  align-items: flex-start;
}

.sortable div {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.sortable div .sortable-arrow.off::after {
  opacity: 0.2;
  content: "\e150";
  font-family: "Glyphicons Halflings";
  margin-left: 10px;
  font-weight: 400;
}
.sortable div .sortable-arrow.down::after {
  opacity: 0.5;
  content: "\e155";
  font-family: "Glyphicons Halflings";
  margin-left: 10px;
  font-weight: 400;
}
.sortable div .sortable-arrow.up::after {
  opacity: 0.5;
  content: "\e156";
  font-family: "Glyphicons Halflings";
  margin-left: 10px;
  font-weight: 400;
}

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