/* SIZES */
/* Important! avatar+date+data+footer = 100% */
/* COLORS */
/* FONTS */
@font-face {
  font-family: 'Righteous';
  src: url('../fonts/Righteous-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/gothic_0.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.base-area {
  background-color: white;
  padding-bottom: 60px;
}
.center {
  display: flex;
  flex-flow: column;
}
.alert-container {
  margin: 5px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px;
}
.procedure-title {
  font-weight: bold;
  color: grey;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
}
.page-header {
  background-color: #9f9f9f;
  padding: 10px;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: space-around;
  align-items: center;
}
.kinderup-logo {
  background-color: white;
  border-radius: 30px;
  padding: 4px;
  cursor: pointer;
}
.page-title {
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.stepper-container {
  overflow: scroll;
  padding-left: 0;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.stepper-container-min {
  overflow: scroll;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.custom-center {
  max-width: 1170px;
  margin: 5px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.instructions {
  background-color: #6ec1d5;
  padding: 20px;
  border-radius: 5px;
  max-width: 1170px;
  margin: 5px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.instructions-section {
  background-color: white;
  padding: 10px;
  margin-top: 15px;
  border-radius: 3px;
}
.instructions-section-title {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #5f5f5f;
}
.instructions-sections-body {
  margin-top: 25px;
  margin-bottom: 8px;
  color: #5f5f5f;
  padding: 10px;
}
.enrollmentnumber {
  font-weight: bold;
  padding: 6px;
  border: 1px grey solid;
  width: fit-content;
  font-size: 20px;
  margin-bottom: 46px;
}
.fileinput {
  max-width: 305px;
  margin-right: 10px;
}
.fileinputrow {
  display: flex;
}
.form-container {
  background-color: white;
  padding: 20px;
  border: solid 1px #fbfbfb;
  border-radius: 10px;
  max-width: 1170px;
  margin: 5px;
  margin-top: 15px;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.form-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 1170px;
  margin: 5px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}
.form-footer-single-end {
  display: flex;
  justify-content: end;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 1170px;
  margin: 5px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.form-footer-single-start {
  display: flex;
  justify-content: start;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 1170px;
  margin: 5px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.form-block-title {
  font-weight: bold;
  color: grey;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-top: 20px;
}
.form-block-subtitle {
  color: #212529;
  margin-top: 11px;
}
.form-block {
  border: #e8e8e8 solid 2px;
  border-radius: 10px;
  padding: 18px;
}
.form-row {
  display: flex;
}
.form-field-label {
  padding-left: 1px;
}
.form-select-small {
  width: 55px;
}
.form-select-medium {
  width: 90px;
}
.form-input-sm {
  min-width: 115px;
}
.form-input-md {
  min-width: 200px;
}
.form-input-lg {
  min-width: 280px;
}
.form-criteria-container {
  display: flex;
  justify-content: space-between;
}
.form-criteria-awnser {
  width: 75px;
}
.form-criteria-text {
  font-style: italic;
  font-size: 15px;
  color: #6c6c6c;
}
.btn-transparent {
  color: white;
  outline: none !important;
  outline-offset: none !important;
  box-shadow: none !important;
}
.spinner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px;
}
.bold-color {
  display: flex;
  gap: 10px;
  font-weight: bold;
  color: #17a2b8;
}
.bold-color-table {
  display: flex;
  gap: 10px;
  font-weight: bold;
  color: #17a2b8;
  flex-direction: column;
  margin-bottom: 25px;
}
/* styles.css */
.form-control.is-valid,
.was-validated .form-control:valid,
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #ced4da;
  padding-right: initial ;
  background-image: none ;
  box-shadow: none;
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: none;
}
/* Styles for select elements without affecting the dropdown icon */
.custom-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 8px 10px;
}
.custom-select.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #ced4da;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  box-shadow: none ;
}
.btn-transparent:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: white;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545 !important;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
