﻿/*body, html {
    font-size: initial !important;
}*/

.min-height-100vh {
  min-height: 100vh !important;
}

.position-relative {
  position: relative !important;
}

.mud-divider {
  opacity: 1;
}

.card .card-header {
  min-height: initial !important;
}

.card .card-body .card-title,
.card .card-body .card-title .card-label {
  font-weight: 500;
  font-size: 1.275rem;
  color: var(--bs-text-dark);
}

.card-transparent {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(7px);
  border-radius: 10px;
}

.transparent-input .mud-input {
  background-color: transparent !important;
}

.transparent-input .mud-input:focus {
  background-color: transparent !important;
}

.transparent-input label.mud-input-label {
  background-color: transparent !important;
  padding: 0 4px;
}

.mud-dialog-custom {
  max-height: 95vh !important;
  position: relative !important;
}

.mud-dialog-custom .mud-dialog-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background-color: white !important;
  z-index: 10 !important;
}

.mud-dialog-custom .mud-dialog-content {
  padding-top: 70px !important;
  overflow-y: scroll !important;
  max-height: 95vh !important;
  padding-bottom: 65px !important;
}

.mud-dialog-custom .mud-dialog-content.pb-0 {
  padding-bottom: 0 !important;
}

.mud-dialog-custom .mud-dialog-actions {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  background-color: white !important;
}

.mud-dialog-custom.pb-0 .mud-dialog-content {
  padding-bottom: 0 !important;
}

.mud-dialog-custom.px-0 .mud-dialog-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mud-dialog-custom.mud-dialog-custom-min-height {
  min-height: 50vh !important;
}

.mud-dialog-custom.mud-dialog-custom-min-height .mud-dialog-content {
  min-height: 50vh !important;
}

.mud-input.mud-disabled,
.mud-input > input.mud-input-root:disabled,
div.mud-input-slot.mud-input-root:disabled,
.mud-input.mud-disabled textarea {
  background-color: #e9ecef !important;
  cursor: not-allowed !important;
  border-radius: 5px !important;
}

.font-size-10pt {
  font-size: 10pt !important;
}

.font-size-21_5px {
  font-size: 21.5px !important;
}

.font-size-24px {
  font-size: 24px !important;
}

.radio-button-form-position .mud-radio-group {
  margin-left: 5px !important;
}

.mud-list-item-icon {
  min-width: 30px !important;
}

.mud-fab {
  border-radius: 50% !important;
}

.mud-icon-button-edge-end {
  margin-right: -12px !important;
  margin-inline-end: -12px !important;
  margin-inline-start: unset !important;
}

.mud-icon-button-edge-margin-end {
  margin-right: 8px !important;
  margin-inline-end: 8px !important;
  margin-inline-start: unset !important;
}

.mud-table-head.page th {
  font-size: small !important;
  font-weight: bold !important;
  color: white !important;
}

.mud-table-cell.text-left:not(.filter-header-cell) .column-header {
  display: flex !important;
  justify-content: flex-start !important;
}

.mud-table-cell.text-center:not(.filter-header-cell) .column-header {
  display: flex !important;
  justify-content: center !important;
}

.mud-table-cell.text-right:not(.filter-header-cell) .column-header,
.mud-table-cell.text-right:not(.filter-header-cell)
  .column-header
  .sortable-column-header {
  display: flex !important;
  justify-content: flex-end !important;
}

.padding-top-18px {
  padding-top: 18px !important;
}

.text-transform-initital {
  text-transform: initial !important;
}

.box-shadow-custom {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.02) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-custom {
  border: 1px solid #f1f1f2;
}

.p-7_5,
.py-7_5,
.pt-7_5 {
  padding-top: 30px !important;
}

.p-7_5,
.py-7_5,
.pb-7_5 {
  padding-bottom: 30px !important;
}

.p-7_5,
.px-7_5,
pl-7_5 {
  padding-left: 30px !important;
}

.p-7_5,
.px-7_5,
pr-7_5 {
  padding-right: 30px !important;
}

thead.text-muted th {
  color: var(--bs-text-muted) !important;
}

thead.text-transform-uppercase th {
  text-transform: uppercase !important;
}

.mud-tabs-toolbar.tab-container .mud-tabs-toolbar-inner {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 0) {
  .mud-tabs-toolbar.tab-container.tab-container-maxwidth-xs
    .mud-tabs-toolbar-inner {
    max-width: 444px;
  }
}

@media (min-width: 600px) {
  .mud-tabs-toolbar.tab-container.tab-container-maxwidth-sm
    .mud-tabs-toolbar-inner {
    max-width: 600px;
  }
}

@media (min-width: 960px) {
  .mud-tabs-toolbar.tab-container.tab-container-maxwidth-md
    .mud-tabs-toolbar-inner {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .mud-tabs-toolbar.tab-container.tab-container-maxwidth-lg
    .mud-tabs-toolbar-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1920px) {
  .mud-tabs-toolbar.tab-container.tab-container-maxwidth-xl
    .mud-tabs-toolbar-inner {
    max-width: 1920px;
  }
}

@media (min-width: 2560px) {
  .mud-tabs-toolbar.tab-container.tab-container-maxwidth-xxl
    .mud-tabs-toolbar-inner {
    max-width: 2560px;
  }
}

@media (max-width: 991px) {
  .fixed-sm-top {
    position: initial !important;
  }
}

@media (max-width: 959px) {
  .padding-top-sm-9px,
  .padding-top-sm-11px,
  .padding-top-sm-4px,
  .padding-top-sm-23px,
  .padding-top-sm-19px {
    padding-top: 0px !important;
  }

  .mud-grid-spacing-xs-3 > .mud-grid-item.padding-top-sm-19px,
  .mud-grid-spacing-xs-3 > .mud-grid-item.padding-top-sm-23px {
    padding-top: 12px !important; /*Default style*/
  }
}

@media (max-width: 1279px) {
  .mud-grid-spacing-xs-3 > .mud-grid-item.padding-top-sm-19px,
  .mud-grid-spacing-xs-3 > .mud-grid-item.padding-top-sm-23px {
    padding-top: 12px !important;
  }
}

.mud-expand-panel.mud-expand-panel-border.border-custom {
  border-bottom: 1px solid #f1f1f2;
}

.colon-mark {
  position: relative;
}

.colon-mark::after {
  content: ":";
  font-weight: 500;
  position: absolute;
  right: 0;
  color: #071437;
}

.indicator-icon {
  padding: 3px;
  border-radius: 50%;
}

.indicator-icon.indicator-icon-success {
  background-color: #26d347;
}

.indicator-icon.indicator-icon-warning {
  background-color: #fff0a0;
}

.indicator-icon.indicator-icon-error {
  background-color: #f392a9;
}

.indicator-icon.indicator-icon-info {
  background-color: #8cc1ff;
}

.padding-top-sm-11px {
  padding-top: 11px;
}

.padding-top-sm-9px {
  padding-top: 9px;
}

.padding-top-sm-4px {
  padding-top: 4px;
}

.mud-grid-spacing-xs-3 > .mud-grid-item.padding-top-sm-23px,
.padding-top-sm-23px {
  padding-top: 23px;
}

.mud-grid-spacing-xs-3 > .mud-grid-item.padding-top-sm-19px,
.padding-top-sm-19px {
  padding-top: 19px;
}

tr.text-warning > td {
  color: #f7ac03 !important;
}

tr.fw-bold > td {
  font-weight: 600 !important;
}

.badge-light-success {
  color: #02841b;
  background-color: #e2ffe7;
}

.badge-light-danger {
  color: #f1416c;
  background-color: #fff5f8;
}

.badge-light-warning {
  color: #f7ac03;
  background-color: #fff8dd;
}

.badge-light-primary {
  color: #3e97ff;
  background-color: #f1faff;
}

.text-right {
  text-align: right !important;
}

.mb-0 .mud-input-control {
  margin-bottom: 0 !important;
}

.mud-input-control.cursor-pointer input {
  cursor: pointer !important;
}

.fw-bold .mud-typography {
  font-weight: 600 !important;
}

.mud-radio.mud-disabled,
.mud-radio.mud-disabled .mud-radio-input,
.mud-radio.mud-disabled .mud-typography {
  cursor: not-allowed !important;
}

.text-pre-line {
  white-space: pre-line;
}

.sticky-column {
  position: sticky;
  left: 0;
  background-color: #e9ecef;
  z-index: 2;
  border-right: 1px solid #ddd;
}

.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 100%;
  background-color: #e9ecef; background-image: radial-gradient(#18BDE6 5%, transparent 10%); background-size: 15px 15px;
}

.login-card {
  display: flex;
  flex-direction: row;
  width: 80%;
  max-width: 1200px;
  height: 90%;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.left-section {
  flex-basis: 30%; /* Menentukan 35% dari lebar */
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 3vh 0 3vh 8vh; /* Atas: 8vh, Kanan: 0, Bawah: 8vh, Kiri: 8vh */
}

.right-section {
  flex-basis: 70%; /* Menentukan 65% dari lebar */
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 3vh 0 3vh 8vh;
}

.carousel-section {
  border-radius: 15px;
  display: flex;
  justify-content: end; /* Jika ada elemen lain */
  align-items: end;
}

.logo-aes {
  margin: 0 0 10vh 0; /* Hapus margin bawaan */
  padding: 0; /* Hapus padding jika ada */
  display: flex; /* Agar child bisa diatur lebih lanjut */
  justify-content: flex-start; /* Jika ada elemen lain */
  align-items: flex-start;
}

.logo {
  width: 40vh;
}

.logo-inchcape {
  margin: 1rem 3rem 3rem 0; /* Hapus margin bawaan */
  padding: 0; /* Hapus padding jika ada */
  display: flex; /* Agar child bisa diatur lebih lanjut */
  align-self: flex-end;
  justify-content: flex-end; /* Jika ada elemen lain */
  align-items: flex-end;
}

.title {
  margin-bottom: 8px;
}

.subtitle {
  margin-bottom: 24px;
  color: #666;
}

.carousel-image {
  width: 100%;
  height: auto;
}

.login-button {
  margin-top: 16px;
}

.bg-warning-light {
  font-weight: bold;
  color: #0a9228;
}
.bg-error-light {
  font-weight: bold;
  color: #f6253a;
}
