/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700&display=swap);
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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?ngGlobalStyle (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
* {
  font-family: "Source Sans 3", sans-serif;
}

:root {
  --error-50: #fef3f2;
  --error-700: #b42318;
  --grey-50: #f6f8fb;
  --grey-300: #d0d5dd;
  --grey-400: #98a2b3;
  --grey-500: #667085;
  --grey-600: #475467;
  --grey-700: #344054;
  --grey-800: #1d2939;
  --grey-900: #101828;
  --Neutrals-White: #fff;
  --green-400: #01894d;
  --blue-500: #101828;
  --success-50: #ecfdf3;
  --success-500: #12b76a;
  --warning-25: #fffcf5;
  --warning-500: #f79009;
}

body {
  background-color: var(--grey-50);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pointer {
  cursor: pointer;
}

a {
  color: unset !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.lh-16 {
  line-height: 16px;
}

.lh-20 {
  line-height: 20px;
}

.lh-28 {
  line-height: 28px;
}

.lh-24 {
  line-height: 24px;
}

.lh-32 {
  line-height: 32px;
}

.fw-700 {
  font-weight: 700;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.fw-300 {
  font-weight: 300;
}

.f-14 {
  font-size: 14px;
}

.f-16 {
  font-size: 16px;
}

.f-13 {
  font-size: 13px;
}

.f-12 {
  font-size: 12px;
}

.f-10 {
  font-size: 10px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.f-24 {
  font-size: 24px;
}

.f-36 {
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  .f-36 {
    font-size: 20px;
  }
}

.bg-brand {
  background: #02824a;
}

.text__brand {
  color: #01894d !important;
}
.text__brand-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.btn:disabled {
  cursor: not-allowed;
}
.btn__brand {
  background: #01894d;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  outline: none !important;
  height: 44px;
  width: 100%;
}
.btn__brand:hover {
  color: #fff;
  background: #019353;
}
.btn__brand:focus {
  box-shadow: #019353 0px 0px 0px 0.2rem;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.custom-text-md {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.pointer {
  cursor: pointer;
}

.gap-8 {
  gap: 8px;
}

.gap-12 {
  gap: 12px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.text__brand {
  color: #01894d !important;
}
.text__brand-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.btn:disabled {
  cursor: not-allowed;
}
.btn__brand {
  background: #01894d;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  outline: none !important;
  height: 44px;
  width: 100%;
}
.btn__brand:hover {
  color: #fff;
  background: #019353;
}
.btn__brand:focus {
  box-shadow: #019353 0px 0px 0px 0.2rem;
}

.auth__card {
  border-radius: 12px;
  border: 1px solid #d0d5dd;
  background: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.auth__card-body {
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .auth__card-body {
    padding: 12px;
  }
}

.auth-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
}

.auth-input {
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 10px 14px;
  height: 44px;
  width: 100%;
  outline: none;
  transition: background-color 0.5s ease-out;
}
.auth-input::placeholder {
  color: #667085 !important;
  font-size: 14px;
}
.auth-input:focus, .auth-input:active, .auth-input:focus-visible {
  box-shadow: unset;
  outline: #01894d auto 1px !important;
}

.auth-text-area {
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 10px 14px;
  height: 108px;
  width: 100%;
  outline: none;
  transition: background-color 0.5s ease-out;
  resize: none;
}
.auth-text-area::placeholder {
  color: #667085 !important;
  font-size: 14px;
}
.auth-text-area:focus, .auth-text-area:active, .auth-text-area:focus-visible {
  box-shadow: unset;
  outline: #01894d auto 1px !important;
}

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

input[type=date],
input[type=text],
input[type=number],
input[type=password],
input[type=email],
select,
.auth-input {
  touch-action: none;
}

.form-group {
  position: relative;
}
.form-group span.show-text {
  position: absolute;
  right: 1rem;
  top: 2.7rem;
  font-size: 0.8rem;
}

.login__title {
  color: #1d2939;
}
.login__title-subtext {
  color: #475467;
}

.auth-width {
  width: 438px;
}
@media only screen and (max-width: 768px) {
  .auth-width {
    width: unset;
  }
}

.mdc-form-field > label {
  margin-bottom: 0 !important;
}

.text__grey-700 {
  color: var(--grey-700);
}

.text__grey-800 {
  color: var(--grey-800);
}

.text__grey-500 {
  color: var(--grey-500);
}

.text__grey-600 {
  color: var(--grey-600);
}

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