﻿@font-face {
    font-family: 'Public Sans';
    src: url('../fonts/public-sans/PublicSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Public Sans';
    src: url('../fonts/public-sans/PublicSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.modal-body {
    overflow-x: hidden !important;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.formRightButton {
  margin-top: 30px;
}

.form-group.required .control-label:after {
  content: "*";
  color: red;
}

.initial {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #6c757d;
}

.accepted {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  color: #fff;
  background-color: #28a745;
  border-radius: 0.25rem;
}

.rejected {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #dc3545;
}

.btnBack {
  color: #6c757d;
  border-color: #6c757d;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.select2-selection__rendered {
  line-height: 31px !important;
}

.select2-container .select2-selection--single {
  height: calc(2.25rem + 2px) !important;
}

.select2-selection__arrow {
  height: calc(2.25rem + 2px) !important;
}

/* .select2-container {
  z-index: 9999 !important;
} */

.big-checkbox {
  width: 1.5rem;
  height: 1.5rem;
}

.accicon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}

.collapsed .rotate-icon {
  transform: rotate(-180deg);
}

.rotate-icon {
  transition: transform 0.3s ease;
}

.no-record-found {
  text-align: center;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  color: #555;
  margin: 20px auto;
  max-width: 300px;
}

.clsRemoveAccItm {
  position: absolute;
  right: 50px;
  bottom: 6.5px;
}

.tblScreeningResult {
  max-height: 300px;
  display: block;
}

.warning {
  background-color: #fffacd;
  border: 2px solid #ffd700;
  padding: 10px;
  margin: 10px;
}

.warning:before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffd700;
  margin-right: 5px;
}

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
}

.info-msg {
  color: #059;
  background-color: #bef;
}

.success-msg {
  color: #270;
  background-color: #dff2bf;
}

.warning-msg {
  color: #9f6000;
  background-color: #feefb3;
}

.error-msg {
  color: #d8000c;
  background-color: #ffbaba;
}
.clsDateBs::placeholder {
  color: #999 !important;
  opacity: 0.7 !important;
}

.registeredUser {
  display: inline-block;
  padding: 0.75em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #6c757d;
}

.white-dot {
  width: 8px;
  /* Adjust size as needed */
  height: 8px;
  /* Adjust size as needed */
  background-color: rgb(92, 92, 92);
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
}

.vertical-scroll-table {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: auto;
    position: relative;
    border: 1px solid #dee2e6;
}

.vertical-scroll-table table {
    margin-bottom: 0;
    width: 100%;
}

.vertical-scroll-table thead {
    position: sticky;
    top: -1px;
    z-index: 10;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.vertical-scroll-table th {
    background-color: inherit;
}

.breadcrumb {
  padding: 5px;
  width: fit-content;
  border-radius: 10px;
  border-color: #9bd2ff;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection__choice {
  background-color: var(--bg-light) !important;
  color: black !important;
}

.table-body-wide td {
  padding: 8px 12px;
  vertical-align: middle;
  white-space: nowrap;
}

.table-body-wide input,
.table-body-wide select {
  min-width: 150px;
  width: auto;
  max-width: 100%;
}

.error-acc-title {
  border: 1px solid #dc3545 !important;
  border-left: 6px solid #dc3545 !important;
}

.error-row-table {
  border: 1px solid #dc3545 !important;
  border-left: 6px solid #dc3545 !important;
  border-bottom: 6px solid white !important;
}
.custom-tabs {
  display: flex;
  width: 100%;
  background-color: #f0f0f0;
  border-bottom: 2px solid #ccc;
}

.custom-tab {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.custom-tab.active {
  border-bottom: 3px solid var(--theme-color);
  background-color: var(--bg-light);
  color: var(--text-color-gray-100);
  font-weight: 600;
}

.custom-tab:hover {
  background-color: #eaeaea;
}

.custom-no-padding {
  padding-right: 0px !important;
  padding-right: 0px !important;
  padding: 0px !important;

}

.custom-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  font-weight: 600;
  font-family: sans-serif;
  font-size: 14px;
}

.custom-badge-success {
  color: #1a7f37;
  background-color: #d1fae5;
}

.custom-badge-error {
  color: #b91c1c;
  background-color: #fee2e2;
}

.custom-badge-warning {
  color: #92400e;
  background-color: #fef3c7;
}

.custom-badge-info {
  color: #0c4a6e;
  background-color: #e0f2fe;
}

.chip {
  display: inline-flex;
  padding: 0 10px;
  padding-right: 30px;
  align-items: center;
  background-color: #E5EFF7;
  color: #1a1a1a;
  padding: 8px 12px;
  border-radius: 28px;
  font-size: 16px;
  font-weight: 500;
}

.filter-btn {
  display: inline-flex;
  align-items: center;
  background-color: #C2E4FF;
  color: #333;
  padding: 8px 12px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  gap: 4px;
}