/* Fullscreen on smaller screens */
/* @media (max-width: 1366px) {
  .modal-dialog.CustomModal {
    max-width: 1190px !important;
    max-height: 100vh !important;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .modal-dialog.CustomModal {
    max-width: 1744px !important;
    max-height: 100vh !important;
  }
} */
.modal-header {
  display: flex;
  padding: 0px 17px 0px 20px;
  justify-content: space-between;
  align-items: center;
  background-color: #0973b938;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.modal-footer {
  padding: 0.3rem;
}

.fixed-modal-height {
  height: 600px;
}

.modal-90 {
  width: 90vw;
  height: 90vh;
  max-width: none;
  margin: 5vh auto auto auto;
  display: flex;
  flex-direction: column;
}
.modal-90 .modal-content {
  height: 90vh;
  display: flex;
  flex-direction: column;
}
.modal-90 .modal-body {
  flex: 1 1 auto;
  overflow-y: auto;
}

body,
span {
  font-family: 'Ubuntu', sans-serif !important;
}
label,
th,
td,
button {
  font-family: "Inter", sans-serif !important;
}
input::placeholder {
  font-family: "Inter", sans-serif !important;
}
.btn-outline-secondary {
  color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #0973b9;
}
.btn-primary {
  background-color: #0973b9;
}
.form-control-sm {
  /* height: 40px;
  font-size: 11px; */
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}
/* .col-form-label-sm {
  font-size: 12px !important;
} */
.mt-20px {
  margin-top: 20px !important;
}

.Validation {
  border-left: 3px solid red;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  /* border: 1px solid #F36A10; */
}
.btn-group-sm > .btn,
.btn-sm {
  border-radius: 0rem !important;
}
#dwtcontrolContainer {
  border-radius: 8px;
  border: 1px solid var(--Primary-Black, #000);
  background: var(--Primary-White, #fff);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
    4px 0px 4px 0px rgba(0, 0, 0, 0.25), -4px 0px 4px 0px rgba(0, 0, 0, 0.25),
    0px -4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 361px;
  flex: 1 0 0;
}
#BSELIFrame {
  border-radius: 8px;
  border: 1px solid var(--Primary-Black, #000);
  background: var(--Primary-White, #fff);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
    4px 0px 4px 0px rgba(0, 0, 0, 0.25), -4px 0px 4px 0px rgba(0, 0, 0, 0.25),
    0px -4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 361px;
  flex: 1 0 0;
}
.bs-datepicker-container {
  padding: 3px !important;
}
.bs-datepicker-head {
  height: 35px !important;
  padding: 2px !important;
}
.truncate-single-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; /* Or inline-block, depending on context */
  max-width: 100%; /* Or set a specific width like 150px if needed */
  min-width: 0; /* Helpful in flex containers */
  flex-shrink: 1; /* Only needed if it's in a flex layout */
}

.sticky-header th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #0973b9;
}

.cursor-pointer:hover {
  color: var(--bs-primary);
  transition: color 0.2s ease;
  cursor: pointer;
  text-decoration: underline;
}
/* .toast-container.toast-top-right .ngx-toastr {
  width: 700px !important;
  max-width: 90vw;
  white-space: normal;
  word-break: break-word;
  margin-top: 30px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.toast-message {
    padding-top: 2px !important;
}
.toast-close-button {
    top: -0.1em !important;
} */
/* .toast-error{
  background-image: none !important;
} */
/* .toast-success,
.toast-error,
.toast-info,
.toast-warning {
  display: none !important;
} */
