/*--------------------------------------------------------------
# Bootstrap 重新定義效果
--------------------------------------------------------------*/

:root,
[data-bs-theme="light"] {
  --blue: #009aec;
  --red: #ff0000;
  --orange: #ff6b00;
  --yellow: #fdff87;
  --green: #198754;
  --blue-green: #84cdcf;
  --blue-green2: #00b2bc;
  --blue-300: #a0a8b6;
  --blue-500: #7b8ba6;
  --blue-dark: #2d4e5b;
  --black: #000;
  --white: #fff;
  --gray: #666666;
  --gray-100: #f5f5f5;
  --gray-200: #ececec;
  --gray-300: #dee2e6;
  --gray-400: #b7b7b7;
  --gray-500: #888888;
  --gray-700: #666666;
  --gray-800: #343a40;
  --gray-900: #344e5a;
  --primary: #00b3ba;
  --warning: #ffc107;
  --danger: #ff0000;
  --bg-green: #e8f5f5;
  --bg-green2: #daebec;
  --bg-gray: #d9d9d9;
  --bg-gray2: #f8f8f8;
  --bg-gray3: #f3f3f3;
  --link-color: #00b3ba;
  --link-color-rgb: 13, 110, 253;
  --link-decoration: underline;
  --link-hover-color: #01949a;
  --link-hover-color-rgb: 10, 88, 202;
  --btn-hover-bg: #007bbd;
  --border-width: 1px;
  --border-style: solid;
  --border-color: #dee2e6;
  --border-color-translucent: rgba(0, 0, 0, 0.175);
  --border-radius: 0.375rem;
  --border-radius-sm: 0.25rem;
  --border-radius-lg: 0.5rem;
  --border-radius-xl: 1rem;
  --border-radius-xxl: 2rem;
  --border-radius-2xl: var(--border-radius-xxl);
  --border-radius-pill: 50rem;
  --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-text-primary: #00b3ba;
  --bs-menu-link-color-hover: #00b3ba;
}

[data-bs-theme="light"] {
  --bs-primary: #00b3ba;
}

.btn.btn-secondary {
  color: #00b3ba;
}
.btn-group-sm
  > .btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(
    .border-hover
  ):not(.border-active):not(.btn-flush):not(.btn-icon):not(.btn-hover-outline),
.btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(
    .border-hover
  ):not(.border-active):not(.btn-flush):not(.btn-icon):not(
    .btn-hover-outline
  ).btn-sm {
  padding: calc(0.55rem + 1px) calc(1rem + 1px);
}

/*--------------------------------------------------------------
# Bootstrap 重新定義效果
--------------------------------------------------------------*/
.container {
  width: 88%;
}
.btn-get-started,
.btn_view_more,
.btn_more {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  padding: 8px 0px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  animation-delay: 0.8s;
  border: 0;
}
.btn_more {
  background: linear-gradient(180deg, #6ac5f5 0%, #009aec 100%);
}
.btn_more:hover {
  background: linear-gradient(180deg, #5ab9eb 0%, #007ec1 100%);
}
.btn-get-started,
.btn_view_more,
.btn_more,
.btn_more:hover,
.btn-get-started:hover,
.btn_view_more:hover,
.btn_arrow,
.btn-orange {
  color: var(--white);
}

.btn-get-started,
.btn_view_more {
  height: 56px;
  background: var(--blue);
}

.btn-get-started {
  display: flex;
}

.btn-get-started:hover,
.btn_view_more:hover {
  background: #006dcb;
}
.btn_arrow {
  font-size: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  text-align: center;
  background: none;
  border: 0;
  transition: opacity 0.15s ease;
}

.btn_arrow {
  right: 0;
}

.btn_view_more {
  width: 70%;
  display: inline-flex;
}

.btn_more {
  height: 60px;
  width: 100%;
  display: inline-flex;
}

.btn-light {
  width: 160px;
  border-radius: 50px;
  --bs-btn-bg: #ececec;
  --bs-btn-border-color: #ececec;
}
.btn.btn-primary.active,
.btn.btn-primary:active:not(.btn-active),
.btn.btn-primary:hover:not(.btn-active) {
  color: var(--bs-primary-inverse);
  border-color: var(--btn-hover-bg);
  background-color: var(--btn-hover-bg) !important;
}

.btn.btn-light,
.btn.btn-primary {
  width: 120px;
}

.btn-group-sm
  > .btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(
    .border-hover
  ):not(.border-active):not(.btn-flush):not(.btn-icon):not(.btn-hover-outline),
.btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(
    .border-hover
  ):not(.border-active):not(.btn-flush):not(.btn-icon):not(
    .btn-hover-outline
  ).btn-sm {
  padding: calc(0.8rem + 1px) calc(1rem + 1px);
}

.btn-orange {
  width: 160px;
  border: 0;
  padding: 12px;
  border-radius: 50px;
  background: linear-gradient(180deg, #ffa260 0%, #ff6b00 100%);
}

.btn-orange:active,
.btn-orange:hover {
  background: linear-gradient(180deg, #f69147 0%, #e76100 100%);
}

i.bi {
  color: var(--black);
}

.select2-container--bootstrap4 .select2-selection {
  border-color: var(--bs-gray-300) !important;
}

@media (max-width: 992px) {
  .btn > i {
    font-size: 2rem;
  }
}

.text-muted {
  width: 84%;
  margin: 0 auto;
  color: var(--black) !important;
  font-size: 20px !important;
  line-height: 36px;
  letter-spacing: 0.8px;
}

.select2-selection__arrow {
  display: none;
}

.select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--gray-500) !important;
  line-height: 20px !important;
}

.select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__placeholder {
  line-height: 20px !important;
}

.select2-container {
  z-index: 99 !important;
}
.select2-container--bootstrap5 .select2-dropdown .select2-search {
  z-index: 90 !important;
  position: relative;
}

.select2-container--bootstrap5
  .select2-dropdown
  .select2-search
  .select2-search__field {
  z-index: 80 !important;
}

/*--------------------------------------------------------------
# Header Menu
--------------------------------------------------------------*/

.app-header-menu .menu .menu-item .menu-link {
  color: var(--black);
  border-radius: 0;
}
.app-header-menu .menu .menu-item .menu-link .menu-title {
  color: var(--black);
}
#header_menu_medicalai .menu-title {
  margin-left: 16px;
}

.menu-item .menu-link .menu-arrow {
  width: 16px;
  height: 16px;
  border-radius: 0;
}
.menu-state-color .menu-item .menu-link.active .menu-title {
  color: #00b4ba;
}

.app-header-menu .menu .menu-item .menu-link .main-menu-link,
.menu_tab_active {
  color: var(--white) !important;
}
.app-header-menu .menu .menu-item .menu-link .main-menu-link,
.top-menu-title {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.menu_tab_active {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.app-header-menu .menu .menu-item .menu-link .navbar_link {
  color: var(--black);
}
.app-header-menu
  .menu
  .menu-item.hover:not(.here)
  > .menu-link:not(.disabled):not(.active):not(.here)
  .navbar_link,
.app-header-menu
  .menu
  .menu-item:not(.here)
  .menu-link:hover:not(.disabled):not(.active):not(.here)
  .navbar_link {
  color: var(--primary);
}
.menu-item .nav_link {
  padding: 0.65rem 0 !important;
}
.app-navbar {
  gap: 12px;
}

.main_products_form,
.main_products_title {
  width: 90%;
  margin: 0 auto;
}
.main_products_title {
  margin-bottom: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.main_products_title h2 {
  letter-spacing: 1.6px;
  text-align: center;
}

.form-control {
  font-weight: 400;
}
.form-control.form-control-solid {
  color: var(--gray-500);
  border-color: var(--bs-gray-400);
}

.form-label {
  font-size: 16px !important;
}

.card {
  --bs-card-bg: rgba(255, 255, 255, 0.8);
}
.card .card-body {
  padding: 44px 20px 60px 20px;
}

.tns.tns-default [data-controls="next"] {
  right: 4%;
}

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

.bg-body-tertiary {
  background-color: transparent !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#kt_app_header {
  transition: all 0.5s;
  padding: 52px 12px 44px 16px;
  border-bottom: solid 1px var(--gray-200);
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#kt_app_header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

.inside_menu {
  background-color: #fff;
}

[data-kt-app-header-fixed="true"] .app-header {
  z-index: 100 !important;
  position: fixed !important;
  width: 100%;
  height: 92px;
}

[data-kt-app-header-minimize="on"] .app-header {
  transition: none;
  z-index: 99;
  background-color: var(--white) !important;
  height: 92px;
}

[data-kt-app-header-minimize="on"] .main_header {
  transition: none;
  z-index: 100;
  background-color: rgba(5, 132, 137, 0.85) !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }

  .app-header .app-header-mobile-drawer {
    display: flex !important;
  }
}

.navbar .nav-item .nav-link {
  font-size: 20px;
  line-height: 28px;
  padding: 16px 20px;
  color: var(--gray-700);
  text-align: center;
}

.navbar .navbar-nav {
  border-radius: 16px;
  box-shadow: 0 0 28px rgba(49, 49, 49, 0.1);
  padding: 20px 0;
}

.navbar .navbar-nav:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  font-size: 24px;
}

.navbar .navbar-nav li {
  padding: 4px 0;
}

.navbar-toggler {
  border: none;
  width: 100%;
  margin-bottom: 24px;
}

.dropdown_tabs {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 22px 16px 12px 16px;
  color: var(--primary);
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 24px rgba(49, 49, 49, 0.1);
  box-shadow: 0 0 24px rgba(49, 49, 49, 0.1);
  cursor: pointer;
}

.dropdown_tabs > p {
  width: 100%;
  text-align: center;
}

.dropdown_tabs > i {
  font-size: 2rem !important;
  margin-top: -8px;
}

.sprite-icons {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  color: var(--bs-primary);
}

.page-item .page-link {
  height: 3.5rem;
  min-width: 3.5rem;
  border-radius: 0;
}

.page-item {
  margin-right: 0;
}
.active > .page-link,
.page-link.active {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.page-item:hover:not(.active):not(.offset):not(.disabled) .page-link {
  color: var(--bs-primary);
}

/*-- carousel Thumb Image Slider --*/

.thumbnails_slider {
  margin-bottom: 100px;
}

.carousel-indicators {
  bottom: 0px;
  margin-left: 0;
  margin-right: 0;
}
.carousel-indicators button {
  width: 100px !important;
}

.carousel-button {
  bottom: 65px;
  left: 50%;
  margin-right: 0;
  margin-left: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 6rem !important;
  height: 6rem !important;
}

.carousel-custom .carousel-indicators-active-success li.active:after {
  background-color: var(--blue-green2) !important;
}

.layout_slide_button [data-bs-target] {
  background-color: var(--primary);
}

.carousel-caption {
  bottom: 0;
  top: 20%;
  left: 56%;
  right: 0;
  width: 32%;
  color: var(--black);
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='evenodd'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
    /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='evenodd'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
    /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

.card-header {
  padding: 0 !important;
  justify-content: center !important;
  border-bottom: none !important;
  margin-bottom: 52px;
}
.nav-stretch .nav-item {
  text-align: center;
  justify-content: center;
}
.nav-line-tabs .nav-item .nav-link {
  padding: 1rem 0rem !important;
}

.nav-line-tabs .nav-item .nav_padding {
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 0.5rem 10px !important;
}
.nav-line-tabs .nav-item:first-child .nav-link {
  margin: 0 0.5rem;
  text-align: center;
  justify-items: center;
}

.nav-stretch .item_border {
  border-left: solid 1px var(--gray-500);
}

.nav-stretch .item_border:last-child {
  border-right: solid 1px var(--gray-500);
}

.img-fluid {
  width: 100%;
  max-width: 292px;
  max-height: 88px;
}

.modal-header {
  padding: 0.75rem 1.75rem;
}

.modal-content {
  width: 90% !important;
  margin: 8px auto 0 auto;
  height: 650px;
}

.modal_footer {
  width: 100%;
  position: absolute;
  bottom: 20px;
  padding: 12px 0 0 8%;
  border-top: solid 1px var(--gray-300);
}

.invalid-feedback {
  font-size: 0.8rem;
  line-height: 0.9rem;
}

.swal2-html-container {
  text-align: left;
  margin: 1em 1em 0.3em 1em;
}
@media (min-width: 0px) and (max-width: 399px) {
  .indicator-label,
  .indicator-progress,
  #kt_modal_add_customer_cancel {
    font-size: 14px;
  }
}

@media (min-width: 0px) {
  #kt_app_header .logo img {
    max-height: 32px;
  }
}

@media (min-width: 390px) {
  .modal-content {
    margin: 20px auto 0 auto;
    height: 750px;
  }
}

@media (min-width: 400px) {
  .dropdown_tabs {
    font-size: 20px;
    padding: 22px 20px 12px 20px;
  }
  .img-fluid {
    max-width: 320px;
    max-height: 100px;
  }
  #kt_app_header .logo img {
    max-height: 44px;
  }
  .modal-content {
    height: 720px;
  }
  .modal_footer {
    padding: 20px 0 0 8%;
  }
}

@media (min-width: 500px) {
  .text-muted {
    max-width: 320px;
    text-align: center;
  }
  .card .card-body {
    padding: 44px 50px 60px 50px;
  }
  .img-fluid {
    max-width: 220px;
    max-height: 64px;
  }
  .modal-content {
    height: 700px;
  }
  .modal_footer {
    bottom: 25px;
    padding: 20px 0 0 16%;
  }
  .btn.btn-light,
  .btn.btn-primary {
    width: 160px;
  }
}

@media (min-width: 600px) {
  .text-muted {
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
  }
  .modal-content {
    height: 890px;
  }
  .modal_footer {
    padding: 40px 0 0 20%;
  }
}

@media (min-width: 700px) {
  .img-fluid {
    max-width: 280px;
    max-height: 80px;
  }
  #kt_app_header .logo img {
    max-height: 48px;
  }
  .modal-header {
    padding: 0.9rem 1.75rem;
  }
  .modal_footer {
    padding: 40px 0 0 25%;
  }
  .modal-content {
    height: 780px;
  }
}

@media (min-width: 800px) {
  .text-muted {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
  }
  .nav-line-tabs .nav-item .nav_padding {
    font-size: 16px !important;
    padding: 0.5rem 16px !important;
  }
  .modal-content {
    height: 800px;
  }
  .modal_footer {
    bottom: 40px;
    padding: 40px 0 0 30%;
  }
}

@media screen and (min-width: 0px) and (max-width: 999px) {
  .carousel-caption {
    width: 90%;
    position: static;
    margin: 40px 0 0 40px;
  }
  .app-container {
    margin-top: -16px;
  }
}

@media screen and (min-width: 0px) and (max-width: 699px) {
  .nav-stretch .nav-item {
    margin-bottom: 20x;
  }
}

@media screen and (min-width: 900px) and (max-width: 992px) {
  .container {
    width: 850px;
  }
}

@media screen and (min-width: 700px) and (max-width: 992px) {
  .carousel-caption {
    width: 80%;
    margin: 40px 0 0 100px;
  }
}

@media (max-width: 991px) {
  .main_header {
    background-color: rgba(0, 179, 186, 1) !important;
    border-bottom: 1px solid rgba(0, 179, 186, 1) !important;
    padding: 8px 0;
  }
  .top-menu-title {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  [data-kt-app-header-fixed="true"] .inside_header {
    background-color: var(--white);
  }
  .navbar-none {
    display: none !important;
  }
}

@media only screen and (max-width: 999px) {
  #kt_app_header_wrapper {
    margin-top: 16px;
  }
  .carousel-indicators {
    margin-left: 0;
  }
  .app-container {
    padding-right: 12px !important;
  }
  .app-header-menu .menu .menu-item .menu-link .main-submenu-link {
    color: var(--white) !important;
  }
  .app-header-menu .menu .menu-item .menu-link {
    padding: 0.8rem 2rem;
  }
  .main-menu-title {
    color: #2be0e7 !important;
  }
}

@media (min-width: 992px) and (max-width: 999px) {
  .app-header-menu .menu .menu-item .menu-link {
    padding: 0.8rem 0 0.8rem 4px;
  }
  #kt_app_header .logo {
    margin-right: 8px;
  }
}

@media (min-width: 1000px) {
  #kt_app_header {
    padding: 20px 0 0 16px;
  }
  #kt_app_header .logo {
    margin-right: 8px;
  }
  .app-header-menu .menu .menu-item .menu-link {
    padding: 0.8rem 0 0.8rem 4px;
  }

  .text-muted {
    max-width: 380px;
    margin: 0;
    text-align: left;
  }
  .navbar .nav-item .nav-link {
    border-radius: 60px;
    border: 1px solid var(--gray-400);
    background: #f3f3f3;
    margin-right: 4px;
    width: 200px;
    font-size: 16px;
    padding: 24px 0;
  }
  .navbar .navbar-nav {
    box-shadow: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px 12px;
  }
  .nav-line-tabs .nav-item .nav_padding {
    font-size: 20px !important;
    padding: 0.5rem 20px !important;
  }
  .carousel-caption h1 {
    margin-bottom: 76px;
  }
  .img-fluid {
    max-width: 280px;
    max-height: 80px;
  }
  .modal-content {
    height: 780px;
  }
  .modal-header {
    padding: 1rem 1.75rem;
  }
}

@media (min-width: 1024px) and (min-width: 1199px) {
  .app-container {
    padding-right: 28px !important;
  }
}

@media (min-width: 1100px) {
  .menu-item .menu-link {
    border-bottom: none;
  }
  #kt_app_header {
    padding: 20px 0 0 40px;
  }

  .app-header-menu .menu .menu-item .menu-link {
    padding: 0.8rem 0.4rem;
  }
  .text-muted {
    max-width: 310px;
    margin-left: 12px;
  }
}

@media (min-width: 1200px) {
  #kt_app_header .logo {
    margin-right: 20px;
  }

  .app-header-menu .menu .menu-item .menu-link {
    padding: 0.38rem 1rem;
  }

  .tns.tns-default [data-controls="next"] {
    right: 0;
  }
  .text-muted {
    margin-left: 12px;
  }
  .nav-line-tabs .nav-item .nav_padding {
    padding: 0.5rem 40px !important;
  }
  .img-fluid {
    max-width: 208px;
    max-height: 60px;
  }
}

@media (min-width: 1300px) {
  #kt_app_header {
    padding: 16px 0 0 58px;
  }
  #kt_app_header .logo {
    margin-right: 20px;
  }
  .menu-item .menu-link {
    padding: 0.38rem 1rem;
  }
  .text-muted {
    max-width: 340px;
    margin-left: 8px;
  }
  .modal-content {
    height: 740px;
  }
}

@media (max-width: 1399px) {
  .app-container {
    padding-left: 0 !important;
  }
}

@media (min-width: 1400px) {
  .app-header-menu .menu .menu-item .menu-link {
    padding: 0.38rem 1.4rem;
  }
  .text-muted {
    max-width: 380px;
    margin-left: 0;
  }
  .main_products_title {
    margin-bottom: 78px;
  }
  .navbar .nav-item .nav-link {
    width: 192px;
    padding: 24px 20px;
  }

  .modal-content {
    height: 850px;
  }
}

@media (min-width: 1600px) {
  .app-header-menu .menu .menu-item .menu-link {
    padding: 0.38rem 1.6rem;
  }
  .container {
    max-width: 1400px;
  }
  #kt_app_header .logo {
    margin-right: 88px;
  }
  .app-navbar {
    gap: 28px;
  }
  .text-muted {
    max-width: 420px;
  }
  .navbar .nav-item .nav-link {
    margin-right: 12px;
    width: 210px;
    padding: 24px 20px;
  }
  .nav-line-tabs .nav-item .nav_padding {
    padding: 0.5rem 68px !important;
  }
  #header_menu_medicalai .menu-title {
    margin-left: 8px;
  }
  .carousel-caption {
    left: 44%;
    right: 32%;
  }
  .img-fluid {
    max-width: 286px !important;
    max-height: 84px;
  }
}

@media (min-width: 2000px) {
  .app-container {
    max-width: 2000px;
  }
}
