/* body {
  margin: 0;
  padding: 0;
} */


.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  backdrop-filter: blur(5px);
  width: 100%;
  justify-content: center;
  height: 100vh;
}

.loader-hidden {
  display: none;
}
.flexbox > div {
  width: 300px;
  height: 300px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.reverse-spinner {
  position: relative;
  height: 100px;
  width: 100px;
  border: 4px solid transparent;
  border-top-color: #1976d2;
  border-left-color: #1976d2;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.reverse-spinner::before {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  content: "";
  border: 4px solid transparent;
  border-top-color: #03a9f4;
  border-left-color: #03a9f4;
  border-radius: 50%;
  -webkit-animation: spinBack 1s linear infinite;
  animation: spinBack 1s linear infinite;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-@keyframes spin {
  -webkit-from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  -webkit-to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinBack {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
}

@keyframes spinBack {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
}

@media only screen and (max-width: 968px) {
  .flexbox > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
  }
}

@media only screen and (max-width: 768px) {
  .flexbox > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 568px) {
  .flexbox > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

#start_order_button {
  display: none;
}


.amrab .field-icon {
  float: right;
  margin-right: 5px;
  margin-top: -42px;
  position: relative;
  z-index: 2;
}

.amrab .oaerror {
  width: 100%;
  background-color: #ffffff;
  padding: 10px 20px;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  margin: 10px auto;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.amrab .danger {
  border-left-color: #d9534f;
  /* Left side border color */
}

.amrab .error {
  color: red;
}

.amrab .modal-container {
  display: none;
  z-index: 50;
  width: 100vw;
  opacity: 0.6;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: black;
}

.amrab .modal {
  display: none;
  z-index: 100;
  width: 344px;
  height: 227px;
  position: fixed;
  left: 40vw;
  top: -25vh;
  margin-top: 400px;
  background-color: #ffffff;
}

.twist-row {
  display: flex;
  justify-content: space-between;
}

.amrab .row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.amrab .row.end {
  justify-content: space-around;
}

.amrab .container {
  width: 100%;
  margin: auto;
  height: 845px;
}

.amrab .item {
  width: 50%;
  min-width: 300px;
  box-shadow: -1px -1px 6px 2px #ddd;
}

.amrab .top-50 {
  margin-top: 50px;
}

.amrab .bottom-50 {
  margin-bottom: 50px;
}

.amrab .al-c {
  text-align: center;
}

.amrab .frm {
  width: 70%;
  margin: auto;
}

.amrab .frm input {
  margin-top: 25px;
  width: 100%;
  line-height: 1.5;
  font-size: 18px;
  padding: 12px 14px;
}

.amrab .frm input[type='text'],
.amrab .frm input[type='password'] {
  display: inline-block;
  font-size: 18px;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  color: var(--nv-text-color);
}

.amrab .frm input[type='text']:focus,
.amrab .frm input[type='password']:focus {
  border: 3px solid lightblue;
}

.amrab .sign-up {
  color: #fff;
}
/* 0062cc */
.amrab .frm .btn.sign-up {
  background-color: #fff;
  color: #CB4154;
}

.amrab .frm .btn.sign-up:hover {
  background-color: silver;
}

.amrab .frm .btn {
  border: none;
  background-color: #CB4154;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 12px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: normal;
  width: 50%;
  border-radius: 3px;
  margin-top: 25px;
}

.input-width-login {
  width: 48%;
}

.amrab .frm .btn:hover {
  background-color: silver;
}

.amrab .mt-1 {
  margin-top: 1rem;
}

@media (max-width: 750px) {
  .amrab .container {
    width: 100%;
    height: 1460px;
  }

  .input-width-login {
    width: 100%;
  }

  .twist-row {
    display: block;
    justify-content: center;
  }

  .amrab .item {
    width: 100%;
  }

  .amrab .modal {
    left: 20vw;
  }
}

@media (max-width: 450px) {
  .amrab .modal {
    left: 9vw;
  }
}

@media (max-width: 400px) {
  .amrab .modal {
    left: 12vw;
    width: 301px;
  }
}

@media (max-width: 350px) {
  .amrab .modal {
    left: 6vw;
    width: 277px;
  }
}

@media (max-width: 300px) {
  .amrab .modal {
    left: 9vw;
    width: 218px;
    height: 274px;
  }
}

@media (max-width: 250px) {
  .amrab .modal {
    left: 3vw;
    width: 218px;
    height: 274px;
  }
}