:root {
  --dl-color-uicolors-darkblue1: rgba(0, 54, 128, 1);
  --dl-color-uicolors-darkblue2: rgba(0, 108, 227, 1);
  --bs-border-radius: 0.75rem;
}
.max-width-custom-1 {
  max-width: 500px;
}

.login-screen-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.login-screen-login-screen {
  width: 100%;
}
.login-screen-top-section {
  position: relative;
  z-index: 1;
  background-image: url("./public/img/bg-login.jpg");
  background-size: 100%;
}
.login-screen-top-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #101820 0%, #101820 100%);
  opacity: 0.85;
}
.login-screen-logo {
  width: 50%;
  height: auto;
}
.login-screen-text {
  color: var(--dl-color-uicolors-white);
  height: auto;
  font-size: 36px;
  font-style: Bold;
  text-align: center;
  font-family: Inter;
  font-weight: 700;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.login-screen-text02 {
  color: var(--dl-color-uicolors-darkblue2);
  height: auto;
  font-size: 32px;
  font-style: Bold;
  text-align: left;
  font-family: Inter;
  font-weight: 700;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.login-screen-text04 {
  color: var(--dl-color-uicolors-gray5);
  height: auto;
  font-size: 16px;
  font-style: Regular;
  text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.login-screen-button {
  border-radius: 8px;
  background-color: var(--dl-color-uicolors-darkblue2);
  width: 100%;
  padding: 0.75rem 0.75rem;
}

/*  */
a {
  text-decoration: none;
  color: inherit;
}
hr {
  border-top: var(--bs-border-width) solid;
  opacity: 1;
  border-color: #f3f4f6;
}
.section-container {
  margin-left: 20px;
  margin-right: 20px;
}
.z-index-2 {
  z-index: 2;
}
.form-control-custom-1 {
  padding: 0.75rem 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-group-text-custom-1 {
  background-color: transparent;
  border-right: 0;
  padding: 0.375rem 0.75rem 0.375rem 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control-custom-1:focus {
  border-color: var(--bs-border-color);
  outline: 0;
  box-shadow: none;
}
.input-group-text-custom-2 {
  background-color: transparent;
  border-left: 0;
  padding: 0.375rem 0.75rem 0.375rem 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-group:focus-within .input-group-text-custom-1,
.input-group:focus-within .input-group-text-custom-2,
.input-group:focus-within .form-control-custom-1 {
  border-color: #86b7fe;
}
.input-group-text-custom-1.disabled-input-group,
.input-group-text-custom-2.disabled-input-group {
  background-color: var(--bs-secondary-bg);
}

.admin-container {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  padding-bottom: 3rem;
}
.border-custom-1 {
  border: 1px solid #e5e7eb;
  box-shadow: 0 0.15rem 0.15rem rgba(0, 0, 0, 0.15);
}
.border-bottom-custom-1 {
  border-bottom: 1px solid #f3f4f6;
}
.fs-7 {
  font-size: 0.875rem;
}
.btn-size-custom-1 {
  padding: 0.75rem 1rem;
}
.btn-size-custom-2 {
  padding: 0.75rem 0.75rem;
}
.btn-bg-custom-1 {
  background-color: #f9f5ff;
  color: #1d48d7;
}
.btn-bg-custom-2 {
  background-color: var(--dl-color-uicolors-darkblue2);
}
.card-bg-custom-1 {
  background-color: #f9f5ff;
  border: none;
}
.card-bg-custom-2 {
  background-color: #ecfcf2;
  border: none;
}
.card-bg-custom-3 {
  background-color: #fff6ee;
  border: none;
}
.card-bg-custom-4 {
  background-color: #fff3f2;
  border: none;
}
.text-gray {
  color: #808088;
}
.text-gray-2 {
  color: #a1a1aa;
}
.footer-nav-container {
  position: fixed;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #f3f4f6;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer-nav-container a {
  text-decoration: none;
}
.footer-nav-container a.active {
  color: #1d48d7;
}

.col-1k5 {
  flex: 0 0 auto;
  width: 11.33333333%;
}
