.container-odr-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Righteous",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 0px 40px 0px;
  color: #9f9f9f;
  font-size: 15px;
}

.overlay.active {
  /* position: fixed; */
  opacity: 0.2;
  transition: 200ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.overlay {
  opacity: 1;
  pointer-events: all;
}

.form-odr{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.field-odr {
  width: 100%;
  margin-bottom: 30px;
}

.left-field {
  margin-right: 15px;
}

.right-field {
  margin-left: 15px;
}

.box-odr {
  border: 2px solid #0B2A6C;
  padding: 5%;
  margin-bottom: 30px;
  border-radius: 10px;
}

.two-fields-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.form-odr {
  width: 80%;
  padding: 30px;
  box-shadow: 0px 5px 30px 0px rgb(214 215 216 / 75%);
  border-radius: 10px;
  max-width: 1160px;
}


.form-odr-card {
  width: 100%;
}

.class-h1 {
  font-size: 34px;
  line-height: 46px;
}

.text-dark-grey {
  color: rgba(49,50,51,1);
}

.class-h3 {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 30px;
}

.text-light-grey {
  color: rgba(132,137,145,1);
}

.text-red {
  color: rgb(255, 51, 51);
  margin-bottom: 1%;
}

.field-odr {
  max-width: calc(100% - 40px);
  border: 1px solid transparent;
  padding: 18px 20px 18px 20px;
  border-radius: 50px;
  background-color: rgba(245,246,250,1);
}

.class-input {
  background-color: rgba(245,246,250,1);
  color: rgba(27,27,27,1);
  border: none;
  font-size: 15px;
  width: calc(100% - 50px);
  font-family: "Righteous",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;

}

.class-input:focus {
  outline: none;
  border: none;
}

.class-input::placeholder {
  color: #9f9f9f;
}

.class-select {
  width: 98%;
  background-color: rgba(245,246,250,1);
  border: none;
  outline: none;
  font-family: "Righteous",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
}

.class-select:focus {
  outline: none;
  border: none;
}

.checkboxes {
  display: flex;
  margin-bottom: 30px;
}

.checkbox {
  margin: 0 15px 0 15px;
}

.class-h2 {
  font-family: "Hind",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin: 15px 0 45px 0;
}

.class-p {
  margin-bottom: 15px;
}

.hind {
  font-family: "Hind",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
}

.box-odr > h3 {
  margin-bottom: 10px
}

.box-odr > span > .field-odr {
  margin-bottom: 0;
}

.submit-button[data-status="active"] {
  background-color: rgba(11,42,108,1);
  color: white;
  font-size: 12px;
  padding: 15px 34px;
  border-radius: 25px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.submit-button[data-status="inactive"] {
  background-color: rgb(116, 116, 116);
  color: white;
  font-size: 12px;
  padding: 15px 34px;
  border-radius: 25px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}



@media (max-width: 900px) {
  .form-odr {
    padding: 2%;
  }

  .two-fields-container {
    display: inline;
  }

  .left-field, .right-field {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 800px) {
  .class-h1 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (max-width: 650px) {
  .container-odr-form {
    padding-top: 40px;
  }
  .form-odr {
    width: 95%;
  }
  .class-h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .class-h2 {
    font-size: 14px;
  }
  .class-h3 {
    text-align: center;
  }
}

@media (max-width: 500px) {
  .container-odr-form {
    padding-top: 30px;
  }
  .class-h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .class-h2 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .class-h3 {
    text-align: center;
  }
  .checkboxes {
    margin-bottom: 15px;
  }
  .class-input{
    max-width: 400px;
  }
}

@media (max-width: 450px) {
  .class-h1 {
    font-size: 16px;
    line-height: 26px;
  }
  .class-h2 {
    font-size: 10px;
    line-height: 16px;
  }
  .class-p {
    margin-bottom: 5px;
  }
  .field-odr {
    margin-bottom: 10px;
  }
}

@media (max-width: 350px) {
  .class-h2 {
    font-size: 10px;
    line-height: 16px;
  }
  .class-p {
    margin-bottom: 5px;
  }

  .field-odr {
    margin-bottom: 10px;
  }
}

@keyframes top-cricle {
  from {
    transform: rotate(-25deg);
  }
  to {
    transform: rotate(335deg);
  }
}
@keyframes bottom-cricle {
  from {
    transform: rotate(-15deg);
  }
  to {
    transform: rotate(345deg);
  }
}

.spinning-circle-container[data-status="active"] {
  position: relative;
  /*top: 50%;*/
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 30px;
  padding-left: 36%;
  padding-top: 11%;
}

.spinning-circle-container[data-status="inactive"] {
  display: none;
  position: relative;
  /*top: 50%;*/
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 30px;
}

.spinner {
  padding-right: 35px;
}

.spinner > span {
  display: inline-block;
  position: absolute;
  border-radius: 100px;
  padding: 8px;
  border: 5px solid transparent;
}

.spinner > .top {
  border-top: 5px solid white;
  animation: top-cricle 1s ease-in-out infinite;
  animation-delay: 0.2s;
}
.spinner > .bottom {
  border-top: 5px solid rgba(11,42,108,1);
  animation: bottom-cricle 1s ease-in-out infinite;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 200ms ease-in-out;
  /* border: 1px solid black; */
  border-radius: 10px;
  z-index: 10;
  background-color: white;
  width: 500px;
  max-width: 80%;
  box-shadow: 1px 1px 6px 4px #d7d7d7;
  font-family: "Righteous",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
}

.modal.active {
  transform: translate(-50%, -50%) scale(1);
}

.modal-body {
  padding: 10px 24%;
  color: red;
  margin-top: 7%;
}

/* .success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
  
  .check-icon {
      width: 80px;
      height: 80px;
      position: relative;
      border-radius: 50%;
      box-sizing: content-box;
      border: 4px solid #4CAF50;
      
      &::before {
          top: 3px;
          left: -2px;
          width: 30px;
          transform-origin: 100% 50%;
          border-radius: 100px 0 0 100px;
      }
      
      &::after {
          top: 0;
          left: 30px;
          width: 60px;
          transform-origin: 0 50%;
          border-radius: 0 100px 100px 0;
          animation: rotate-circle 4.25s ease-in;
      }
      
      &::before, &::after {
          content: '';
          height: 100px;
          position: absolute;
          background: #FFFFFF;
          transform: rotate(-45deg);
      }
      
      .icon-line {
          height: 5px;
          background-color: #4CAF50;
          display: block;
          border-radius: 2px;
          position: absolute;
          z-index: 10;
          
          &.line-tip {
              top: 46px;
              left: 14px;
              width: 25px;
              transform: rotate(45deg);
              animation: icon-line-tip 0.75s;
          }
          
          &.line-long {
              top: 38px;
              right: 8px;
              width: 47px;
              transform: rotate(-45deg);
              animation: icon-line-long 0.75s;
          }
      }
      
      .icon-circle {
          top: -4px;
          left: -4px;
          z-index: 10;
          width: 80px;
          height: 80px;
          border-radius: 50%;
          position: absolute;
          box-sizing: content-box;
          border: 4px solid rgba(76, 175, 80, .5);
      }
      
      .icon-fix {
          top: 8px;
          width: 5px;
          left: 26px;
          z-index: 1;
          height: 85px;
          position: absolute;
          transform: rotate(-45deg);
          background-color: #FFFFFF;
      }
  }
}

@keyframes rotate-circle {
  0% {
      transform: rotate(-45deg);
  }
  5% {
      transform: rotate(-45deg);
  }
  12% {
      transform: rotate(-405deg);
  }
  100% {
      transform: rotate(-405deg);
  }
}

@keyframes icon-line-tip {
  0% {
      width: 0;
      left: 1px;
      top: 19px;
  }
  54% {
      width: 0;
      left: 1px;
      top: 19px;
  }
  70% {
      width: 50px;
      left: -8px;
      top: 37px;
  }
  84% {
      width: 17px;
      left: 21px;
      top: 48px;
  }
  100% {
      width: 25px;
      left: 14px;
      top: 45px;
  }
}

@keyframes icon-line-long {
  0% {
      width: 0;
      right: 46px;
      top: 54px;
  }
  65% {
      width: 0;
      right: 46px;
      top: 54px;
  }
  84% {
      width: 55px;
      right: 0px;
      top: 35px;
  }
  100% {
      width: 47px;
      right: 8px;
      top: 38px;
  }
}  */
