
/*--------------- STYLE 404 START -------------- */

.error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 0px;
  max-width: 950px;
  margin: 0 auto;
}

.error__pic-box {
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
}

.error__pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.error__pic svg {
  width: 100%;
  height: 100%;
  max-width: 60%;
}

.error__content {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}

.error__title {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: start;
  font-weight: 500;
  color: black;
  line-height: normal;
}

body .error__list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  align-items: start;
  color: #6d7994;
  margin-right: auto;
}

body ul.error__list li::before{
display: none;
}
.error__item {
  text-align: start;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.error__item a {
  color: #527be1;
  text-decoration: none;
  text-underline-offset: 5px;
  transition: all 0.5ms;
  position: relative;
}

.error__item a:hover {
  text-decoration: underline;
}

.error__search {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  position: relative;
  flex-direction: row;
}

 .error .error__input {
  border-radius: 16px;
  border: 1px solid #d2dcf4;
  padding: 14px 12px;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #6d7994;
  display: flex;
  background: #f8f8f8;
}

.error__input-btn {
  z-index: 9;
  right: 10px;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 8px;
  background: #0068df;
  display: flex;
  align-items: center;
  left: auto;
  transition: all 0.3ms;
  top: 7px;
  width: 36px;
  position: absolute;
  height: 36px;
  margin-right: auto;
  justify-content: center;
}

.error__input-btn svg {
  width: 18px;
  transition: all 0.3ms;
  height: 18px;
  position: absolute;
}
.error__input-btn:hover svg {
  scale: 1.2;
}
/* disable btn */
.error__input-btn:disabled:hover svg {
  scale: 1;
}
.error__input-btn:disabled {
  background: #ccc;
  cursor: no-drop;
}

@media (max-width: 1100px) and (min-width: 768px) {
  .error__search {
    margin-top: 8px;
  }
  .error__list {
    margin-bottom: 8px;
  }
  .error {
    padding: 15px 0px;
  }
  .error__pic-box {
    padding: 12px;
  }
  .error__title {
    font-size: 20px;
  }
  .error__pic-box {
    margin-bottom: 15px;
  }
  .error__content {
    margin-top: 15px;
  }

  .error__list {
    margin-right: 0;
    font-size: 12px;
    margin-bottom: 8px;
  }
  .error__item {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.2;
  }

  .error__title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .error__pic-box {
    margin-bottom: 35px;
  }
  .error__content {
    margin-top: 35px;
  }
  .error__list {
    margin-right: 0;
    font-size: 14px;
  }
  .error__item {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.2;
  }
}

@media (max-width: 769px) and (min-width: 374px) {
  .error__search {
    margin-top: 8px;
  }
  .error__list {
    margin-bottom: 8px;
  }
  .error {
    padding: 15px;
  }
  .error__pic-box {
    padding: 12px;
  }

  .error__pic-box {
    margin-bottom: 15px;
  }
  .error__content {
    margin-top: 15px;
  }

  .error__list {
    margin-right: 0;
    font-size: 12px;
    margin-bottom: 8px;
  }
  .error__item {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.2;
  }

  .error__title {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .error__pic-box {
    margin-bottom: 25px;
  }
  .error__content {
    margin-top: 25px;
  }
  .error__list {
    margin-right: 0;
    font-size: 14px;
  }
  .error__item {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.2;
  }
  .error__input {
    height: 40px;
    padding: 4px 10px;
  }
  .error__input-btn {
    padding: 9px 14px;
    cursor: pointer;
    top: 5px;
    width: 30px;
    position: absolute;
    height: 30px;
  }
  .error__input-btn svg{
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 375px) {
  .error__search {
    margin-top: 8px;
  }
  .error__input-btn svg {
    width: 14px;
    height: 14px;
  }

  .error {
    padding: 15px;
  }
  .error__pic-box {
    padding: 12px 12px 0px 12px;
    margin-bottom: 15px;
  }
  .error__title {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .error__content {
    margin-top: 10px;
  }

  .error__list {
    margin-right: 0;
    font-size: 12px;
    margin-bottom: 8px;
  }
  .error__item {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.2;
  }
.error input.error__input{
    padding: 9px 8px;
    font-size: 12px;

  }
  .error__input-btn{
    padding: 9px 8px;
    width: 25px;
    height: 25px;
  }
}

/*--------------- STYLE 404 END -------------- */
