/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --gray: #333333;
  --dark-gray: #3f434a;
  --light-gray: #9c9c9c;
  --purple: #280c34;
  --light-purple: #43194f;
  --white: #ffffff;
  --black: #000000;
  --pink: #d90268;
  --green: #138800;
  --red: #e30713;
  --dark-red: #9b070f;
  --yellow: #e8c300;
  --dark-yellow: #d7a34d;
  --off-white: #f8f8f8;
}

body {
  padding: 0;
  background-color: var(--white);
  color: var(--gray);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
}

body *:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

img {
  max-width: 100%;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

button,
a {
  cursor: pointer;
}

button:hover,
a:hover {
  color: inherit;
}

.container {
  max-width: 1024px;
}

.cursor-pointer {
  cursor: pointer !important;
}

.modal-dialog {
  max-width: 900px;
  margin: 1.75rem auto;
  height: calc(100% - 46px);
  display: flex;
  align-items: center;
  padding: 15px;
}

.modal-default {
  display: flex;
  align-items: center;
  max-width: 900px;
  width: 100%;
  background-color: var(--white);
  padding: 20px;
  min-height: 200px;
  margin: auto;
  box-shadow: 4px 6px 15px rgba(85, 84, 84, 0.25);
  border-radius: 6px;
}

figure {
  margin: 0;
}

.form-label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #8a9099;
}

.form-check.form-check-solid .form-check-input {
  background-size: 45px;
  position: relative;
  background-color: #ffffff;
  border: 2px solid #2c385c;
}

.form-check.form-check-solid .form-check-input:checked {
  background-color: #ffffff;
}

.form-check.form-check-solid .form-check-input:checked:after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #2c385c;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 7px;
}

@media (max-width: 560px) {
  .form-check.form-check-solid .form-check-input:checked:after {
    left: 6px;
    top: 6px;
  }
}

.form-check.form-check-solid .form-check-input.checkbox:checked:after {
  border-radius: 4px;
  position: absolute;
  width: 11px;
  height: 11px;
  left: 4px;
  top: 4px;
}

@media (max-width: 560px) {
  .form-check.form-check-solid .form-check-input.checkbox:checked:after {
    left: 3px;
    top: 3px;
  }
}

.form-check .form-check-label {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.3;
  color: #333333;
}

.modal {
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.btn {
  width: 100%;
  max-width: 205px;
  height: 16px;
  margin: 20px auto;
  padding: 10px !important;
  color: var(--white);
  background-color: #34476e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.btn.btn-white {
  background-color: var(--white);
  color: #34476e;
}

.btn.btn-white:hover {
  color: var(--white) !important;
  background-color: #34476e !important;
}

.btn.btn-transparent {
  background-color: transparent;
  color: #34476e;
  max-width: inherit;
  width: auto;
}

.btn.btn-transparent:hover {
  color: #34476e !important;
  background-color: transparent !important;
}

.btn-custom {
  background-color: #f3ba44;
  border: 2px solid #f3ba44;
  color: #fff;
  border-radius: 16px;
  padding: 20px 20px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  min-width: 200px;
}

.btn-custom.mid {
  height: 40px;
  padding: 0;
}

.btn-custom:not(:disabled):hover {
  border: 2px solid #34476e;
  background-color: #34476e;
  color: var(--white);
}

.btn-custom:disabled {
  color: var(--white);
}

.btn:hover {
  background-color: var(--white) !important;
  color: #34476e !important;
}

.control-error {
  font-size: 10px;
  color: var(--red);
}

/*# sourceMappingURL=styles.css.map*/