/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
html {
  margin: 0;
  height: 100%;
  width: 100%;
  display: flex;
}

html * {
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
  text-rendering: optimizeLegibility;
  text-transform: none !important;
  font-size: 14px;
}

body {
  margin: 0;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
}

#root {
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.theme-default-theme #root {
  color: #162b61;
  background-color: #f5f8fb;
}

.MuiInputBase-root {
  font-size: 14px !important;
  height: 48px;
}
.theme-default-theme .MuiInputBase-root {
  color: #162b61;
}
.theme-default-theme .MuiInputBase-root .MuiInputAdornment-root svg path {
  fill: #2a69a0;
}

.theme-default-theme .MuiOutlinedInput-root fieldset {
  border-color: #2a69a0;
}
.theme-default-theme .MuiOutlinedInput-root:hover fieldset {
  border-color: #2a69a0;
}
.MuiButtonBase-root {
  font-size: 15px !important;
  font-weight: 600 !important;
  height: 48px !important;
}
.MuiButtonBase-root.MuiIconButton-root {
  padding: 12px;
  transition: color 300ms ease;
}

.MuiFormControl-root .MuiFormLabel-root {
  font-size: 14px;
  margin-top: 2px;
  transition: color 300ms ease, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.theme-default-theme .MuiFormControl-root .MuiFormLabel-root {
  color: #2a69a0 !important;
}
.theme-default-theme .MuiFormControl-root .MuiFormLabel-root.Mui-focused {
  color: #2a69a0 !important;
}
.MuiFormControl-root .MuiInputBase-root.Mui-disabled input {
  -webkit-text-fill-color: unset !important;
  transition: color 300ms ease, -webkit-text-fill-color 300ms ease !important;
}
.theme-default-theme .MuiFormControl-root .MuiInputBase-root.Mui-disabled input {
  color: #162b6180 !important;
}
.MuiFormControl-root .MuiInputBase-root.Mui-disabled .MuiAutocomplete-endAdornment {
  opacity: 0;
}
.MuiFormControl-root .MuiInputBase-root.Mui-disabled fieldset {
  opacity: 0.4;
  transition: border 300ms ease;
}
.theme-default-theme .MuiFormControl-root .MuiInputBase-root.Mui-disabled fieldset {
  border-color: #162b6180 !important;
}
.MuiFormControl-root .MuiInputBase-root input {
  transition: color 300ms ease;
}
.MuiFormControl-root .MuiInputBase-root fieldset {
  border-radius: 0;
}
.MuiFormControl-root .MuiInputBase-root fieldset legend > span {
  font-size: inherit !important;
}
.theme-default-theme .MuiFormControl-root .MuiInputBase-root.Mui-focused fieldset {
  border-color: #2a69a0;
}

.MuiButton-root {
  height: 48px;
  opacity: 1;
  box-shadow: none !important;
  min-width: 100px !important;
  font-size: 15px !important;
}
.theme-default-theme .MuiButton-root {
  color: !important;
  background-color: !important;
}
.MuiButton-root.MuiButton-text {
  padding: 6px 16px;
}
.MuiButton-root.Mui-disabled {
  opacity: 0.35;
}

.theme-default-theme .MuiPaper-root {
  color: #162b61;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/FeedbackPage/FeedbackPage.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.FeedbackPage {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.FeedbackPage .background-lines-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: absolute;
  top: -470px;
  z-index: 0;
}
.FeedbackPage .background-lines-container .background-lines {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
}
.FeedbackPage .background-lines-container .background-lines.left {
  transform: rotate(28deg);
}
.FeedbackPage .background-lines-container .background-lines.right {
  transform: rotate(152deg);
}
.FeedbackPage .background-lines-container .background-lines .background-line-1,
.FeedbackPage .background-lines-container .background-lines .background-line-2,
.FeedbackPage .background-lines-container .background-lines .background-line-3 {
  flex: 0 0 auto;
  width: 80px;
  height: 1000px;
}
.theme-default-theme .FeedbackPage .background-lines-container .background-lines .background-line-1 {
  background-color: #162b61;
}
.theme-default-theme .FeedbackPage .background-lines-container .background-lines .background-line-2 {
  background-color: #2a69a0;
}
.theme-default-theme .FeedbackPage .background-lines-container .background-lines .background-line-3 {
  background-color: #9ed2ee;
}
.FeedbackPage .background-lines-container .background-lines-spacer {
  flex: 1 1 auto;
}
.FeedbackPage .main-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 700px;
  margin: 20px;
  z-index: 1;
}
.FeedbackPage .main-form .success-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.FeedbackPage .main-form .success-icon .checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  animation: checkmarkFill 0.4s ease-in-out 0.4s forwards, checkmarkScale 0.3s ease-in-out 0.9s both;
}
.theme-default-theme .FeedbackPage .main-form .success-icon .checkmark {
  box-shadow: inset 0px 0px 0px #5cb8c5;
}
.FeedbackPage .main-form .success-icon .checkmark .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  fill: none;
  animation: checkmarkStroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.theme-default-theme .FeedbackPage .main-form .success-icon .checkmark .checkmark__circle {
  stroke: #5cb8c5;
}
.FeedbackPage .main-form .success-icon .checkmark .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: checkmarkStroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes checkmarkStroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes checkmarkScale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes checkmarkFill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #5cb8c5;
  }
}
.FeedbackPage .main-form .message-1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
}
.FeedbackPage .main-form .message-2 {
  font-size: 20px;
  margin-bottom: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
}
.FeedbackPage .main-form .message-3 {
  font-size: 20px;
  margin-bottom: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
}
.FeedbackPage .main-form .user-feedback-buttons .user-feedback-buttons-group button {
  border: none;
  border-radius: 4px !important;
  margin-bottom: 20px;
  padding: 38px 20px;
  display: flex;
  flex-direction: row;
  transition: background-color 200ms ease;
}
.theme-default-theme .FeedbackPage .main-form .user-feedback-buttons .user-feedback-buttons-group button {
  box-shadow: #00000040 0px 2px 5px -1px, #00000040 0px 1px 3px -1px;
  background-color: #ffffff;
  color: #162b61;
}
.theme-default-theme .FeedbackPage .main-form .user-feedback-buttons .user-feedback-buttons-group button:hover {
  background-color: #eaf0f6;
}
.theme-default-theme .FeedbackPage .main-form .user-feedback-buttons .user-feedback-buttons-group button.Mui-selected {
  background-color: #cde7f5;
}
.FeedbackPage .main-form .user-feedback-buttons .user-feedback-buttons-group button svg {
  flex: 0 0 auto;
}
.FeedbackPage .main-form .user-feedback-buttons .user-feedback-buttons-group button div {
  flex: 1 1 auto;
  text-align: left;
  margin-left: 20px;
  font-size: 14px;
}
.FeedbackPage .main-form .button-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
}
.FeedbackPage .main-form .button-container .submit-feedback-button {
  width: 200px;
  transition: opacity 200ms ease;
}
.theme-default-theme .FeedbackPage .main-form .button-container .submit-feedback-button {
  color: #ffffff;
  background-color: #2a69a0;
}
.FeedbackPage .main-form .button-container .submit-feedback-button.Mui-disabled {
  opacity: 0.5;
}
.FeedbackPage .page-loading-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.theme-default-theme .FeedbackPage .page-loading-indicator {
  background-color: #00000099;
}

@media screen and (max-width: 700px) {
  .FeedbackPage .background-lines-container {
    top: -490px;
  }
  .FeedbackPage .background-lines-container .background-lines .background-line-1,
  .FeedbackPage .background-lines-container .background-lines .background-line-2,
  .FeedbackPage .background-lines-container .background-lines .background-line-3 {
    width: 40px;
  }
  .FeedbackPage .main-form {
    max-width: 400px;
  }
  .FeedbackPage .main-form .success-icon svg {
    width: 35px;
    height: 35px;
  }
  .FeedbackPage .main-form .message-1 {
    font-size: 28px;
  }
  .FeedbackPage .main-form .message-2,
  .FeedbackPage .main-form .message-3 {
    font-size: 16px;
  }
  .FeedbackPage .main-form .user-feedback-buttons .user-feedback-buttons-group button div {
    font-size: 12px;
  }
}
@media screen and (min-width: 701px) and (max-width: 1000px) {
  .FeedbackPage .background-lines-container {
    top: -480px;
  }
  .FeedbackPage .background-lines-container .background-lines .background-line-1,
  .FeedbackPage .background-lines-container .background-lines .background-line-2,
  .FeedbackPage .background-lines-container .background-lines .background-line-3 {
    width: 50px;
  }
  .FeedbackPage .main-form {
    max-width: 550px;
  }
  .FeedbackPage .main-form .success-icon svg {
    width: 40px;
    height: 40px;
  }
  .FeedbackPage .main-form .message-1 {
    font-size: 36px;
  }
  .FeedbackPage .main-form .message-2,
  .FeedbackPage .main-form .message-3 {
    font-size: 18px;
  }
  .FeedbackPage .main-form .user-feedback-buttons .user-feedback-buttons-group button div {
    font-size: 12px;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/LoadingIndicator/LoadingIndicator.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.LoadingIndicator {
  display: flex;
  align-items: center;
  justify-content: center;
}
.LoadingIndicator .loading-indicator-label {
  font-weight: 300;
  margin-right: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.theme-default-theme .LoadingIndicator .loading-indicator-label {
  color: #162b61 !important;
}
.LoadingIndicator .loading-indicator-label.loading-indicator-label-small {
  font-size: 18px;
}
.LoadingIndicator .loading-indicator-label.loading-indicator-label-medium {
  font-size: 20px;
}
.LoadingIndicator .loading-indicator-label.loading-indicator-label-large {
  font-size: 26px;
}
.theme-default-theme .LoadingIndicator .loading-indicator.dark-color {
  color: #2a69a0 !important;
}
.theme-default-theme .LoadingIndicator .loading-indicator.light-color {
  color: #9ed2ee !important;
}
