@import url("/assets/fonts/NunitoSans/NunitoSans-Regular.ttf");
body {
  background: #f2f2f2;
  color: #000000;
  font-size: 16px; }

h1,
h2,
h3,
h4,
h5,
h6,
body {
  font-family: "Nunito Sans", sans-serif !important; }

#root > div {
  display: flex;
  flex-direction: column; }

header h2 {
  font-size: 24px; }

header img {
  max-width: 140px !important; }

header .logo-container {
  background-color: #173561; }

header .logo {
  width: 100%; }
  @media (max-width: 480px) {
    header .logo {
      padding: 3px; } }

.content {
  width: 70%;
  max-width: 520px;
  min-width: 300px; }
  .content h3 {
    max-width: 100%;
    font-size: clamp(20px, 2vw, 22px); }
  .content p {
    width: 100%;
    text-align: justify;
    white-space: pre-wrap; }
  .content b {
    font-weight: bold; }

input,
select,
.search__input {
  background-color: inherit;
  color: inherit;
  padding: 4px;
  border: solid 1px #9ea5ab !important;
  border-radius: 3px;
  outline: none; }
  input::placeholder,
  select::placeholder,
  .search__input::placeholder {
    color: #9ea5ab; }

.search-link,
.search-link :hover {
  color: #173561 !important; }

.btn-primary {
  background-color: #173561;
  border-color: #173561;
  border-radius: 5px;
  color: white;
  padding: 4px 16px; }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #173561;
    border-color: #173561;
    opacity: 0.5; }
  .btn-primary:focus {
    box-shadow: none; }
  .btn-primary:not(:disabled):not(.disabled):hover, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #457fd3;
    border-color: #457fd3; }
    .btn-primary:not(:disabled):not(.disabled):hover:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
      box-shadow: none; }

.claim-docs-uploader button {
  background-color: #173561 !important;
  border-color: #173561 !important; }
  .claim-docs-uploader button:hover {
    background-color: #457fd3 !important;
    border-color: #457fd3 !important; }
  .claim-docs-uploader button.disabled, .claim-docs-uploader button:disabled {
    background-color: #173561 !important;
    border-color: #173561 !important;
    opacity: 0.5; }

button.claimAction {
  min-width: 200px;
  background-color: #173561;
  border-color: #173561;
  background-color: #173561 !important;
  border-color: #173561 !important; }
  button.claimAction:hover {
    background-color: #457fd3 !important;
    border-color: #457fd3 !important; }
  button.claimAction.disabled, button.claimAction:disabled {
    background-color: #173561 !important;
    border-color: #173561 !important;
    opacity: 0.5; }

.outer-header {
  margin-bottom: 0;
  box-shadow: 0 3px 6px #e1e1e1;
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  display: flex;
  justify-content: center; }

.inner-header {
  height: 75px;
  width: clamp(320px, 90vw, 1140px);
  margin: 0 auto; }
  @media (max-width: 550px) {
    .inner-header {
      width: 100%;
      padding: 0 3px; } }
  @media (max-width: 480px) {
    .inner-header {
      height: 45px; } }

.header-title {
  margin: auto; }
  @media (max-width: 480px) {
    .header-title {
      scale: 0.75; } }

.page-estates,
.page-confirmation,
.page-adjconfirmation,
.page-case-closed {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 8%;
  height: 45vh;
  background-color: #ffffff;
  width: clamp(320px, 90vw, 1140px);
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 550px) {
    .page-estates,
    .page-confirmation,
    .page-adjconfirmation,
    .page-case-closed {
      width: calc(100% - 3px); } }
  .page-estates h3,
  .page-confirmation h3,
  .page-adjconfirmation h3,
  .page-case-closed h3 {
    margin-bottom: 30px; }

.page-adjconfirmation,
.page-confirmation,
.page-case-closed {
  margin-bottom: 8%; }

.page-estates .content {
  max-width: 520px; }

.page-confirmation .content {
  width: initial; }

.search {
  font-size: 14px;
  min-width: unset;
  max-width: unset;
  width: 100%;
  margin: 0;
  margin-bottom: 40px; }
  .search__input {
    height: 40px;
    padding: 10px 20px; }
    .search__input::placeholder {
      text-align: left;
      opacity: 1; }
    .search__input__clear {
      top: 12px;
      right: 12px; }
      .search__input__clear path:first-child {
        fill: black; }
  .search__results__wrapper {
    left: 0;
    margin-top: 10px; }

.btn-frontpage {
  margin-top: 20px;
  padding: 0 60px;
  height: 40px; }

footer {
  background-color: #333e47;
  color: #ffffff;
  padding: 30px 0;
  width: 100%;
  display: flex;
  justify-content: center; }
  footer a,
  footer a:hover {
    color: #ffffff; }

.footer-container {
  display: flex;
  justify-content: space-between;
  width: clamp(320px, 90vw, 1140px); }
  @media (max-width: 550px) {
    .footer-container {
      width: calc(100% - 30px); } }

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; }

.footer-info {
  font-size: 12px;
  text-align: center; }

.form-container {
  background-color: white;
  width: 60%;
  padding: 0 3px; }
  @media (max-width: 1000px) {
    .form-container {
      width: calc(0.3333 * (100vw - 400px) + 400px); } }
  @media (max-width: 399px) {
    .form-container {
      min-width: 100%; } }
  @media (max-width: 270px) {
    .form-container {
      min-width: 270px; } }

.placeholder {
  margin: auto 0;
  flex: 1 0 auto;
  justify-content: space-between;
  display: flex;
  flex-direction: column; }

.form-header,
.documents-header {
  background-color: #333e47;
  min-height: 30px;
  color: white;
  padding: 5px;
  text-align: center;
  font-size: 12px; }

.builded-form__label.required:before, .builded-form__error {
  color: #2f0024; }

.builded-form__row--remove path:first-child {
  fill: #2f0024; }

.builded-form__control {
  padding: 8px 0; }

.claim-docs-uploader {
  border: none;
  color: white;
  font-weight: normal; }

.link-add-claim, .link-add-claim:hover {
  color: #173561 !important; }

[type='radio']:checked,
[type='radio']:not(:checked) {
  display: none; }
  [type='radio']:checked + label,
  [type='radio']:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666; }
    [type='radio']:checked + label:before,
    [type='radio']:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 16px;
      height: 16px;
      border: 1px solid #ddd;
      border-radius: 100%;
      background: #fff; }
    [type='radio']:checked + label:after,
    [type='radio']:not(:checked) + label:after {
      content: '';
      width: 8px;
      height: 8px;
      background: #173561;
      position: absolute;
      top: 4px;
      left: 4px;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }

[type='radio']:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type='radio']:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.react-datepicker__day--keyboard-selected {
  background-color: #173561; }
  .react-datepicker__day--keyboard-selected:hover {
    background-color: #457fd3; }

.form-container input,
.form-container select {
  height: 25px !important;
  padding: 0 4px !important; }

i.hint svg path:first-child {
  fill: #173561; }

.languages-list {
  position: absolute;
  right: 20px; }
  @media (max-width: 480px) {
    .languages-list {
      right: 5px;
      top: 10px; } }

.security-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 0; }
  .security-wrapper > a {
    color: #000 !important; }
  .security-wrapper svg {
    width: 20em; }
  .security-wrapper p {
    margin: 5px 0;
    text-align: center; }

select::-ms-expand {
  border: none;
  background-color: transparent; }

input::-ms-clear {
  display: none; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  :global .container.documents {
    display: table; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #root {
    height: 100vh; }
  .logo-container {
    z-index: 100; }
  .languages-list {
    top: 24px; }
  .search__input {
    line-height: 20px; } }

.footer-brand {
  justify-content: center; }

header .logo {
  padding: 0; }
  header .logo-container {
    background-color: transparent;
    width: initial;
    height: 100%;
    justify-content: flex-start; }
  header .logo-shadow {
    border-top-color: transparent;
    border-right-color: transparent; }

header .header-title,
header .header-subtitle {
  display: none; }

header.outer-header {
  box-shadow: 0 45px 0 #e1e1e1; }

header .inner-header {
  height: 100px; }

header .languages-list {
  top: 37.5px; }

@media (max-width: 550px) {
  .footer-container {
    width: calc(100% - 20px); } }
