body {
  height: 100vh;
  font-family: "Oswald", sans-serif;
  line-height: 1.5;
  font-size: 0.9em;
  -webkit-font-smoothing: subpixel-antialiased;
  padding: 0;
  margin: 0;
  color: #fff;
}
.wrap {
  background: url(../../images/ZA_HealthAcademy_GAds/main3.jpg);
  background-size: cover;
  background-position: center;
  min-height: 100%;
}

header {
  position: relative;
}

.logo img {
  display: block;
  width: 30px;
}
.content {
  padding: 20px;
  text-align: center;
  display: block;
  width: 90%;
  box-sizing: border-box;
  max-width: 500px;
  height: fit-content;
  background: #000000bd;
  overflow: auto;
  border-radius: 30px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.info img {
  width: 120px;
}
h1 {
  width: 100%;
  font-size: 22px;
  line-height: 30px;
  margin: 15px auto 30px;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  text-transform: uppercase;
}
h1 span {
  color: #f34e3a;
}
h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
h3.txt-error {
  color: #ffbe00;
}
h3 + h3 {
  font-weight: 400;
  margin: -10px auto 30px;
}
p {
  font-size: 14px;
  line-height: 16px;
  margin: 0 auto 5px;
}
a {
  color: #f34e3a;
}
.link {
  text-decoration: underline;
  color: #f34e3a;
  font-weight: 600;
}
.tariff {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #fff;
}

.input {
  border-radius: 5px;
  color: #5e5e5e;
  font-size: 18px;
  line-height: 18px;
  max-width: 280px;
  padding: 12px 5px;
  margin: 12px auto 4px;
  text-align: left;
  border: 1px solid rgb(228 228 228);
  padding-left: 40px;
  box-sizing: border-box;
  letter-spacing: 1.2px;
  background: url(../../images/ZA_HealthAcademy_GAds/bg-input.png) 8px 8px/26px no-repeat #fff;
  font-family: sans-serif;
}

#pin {
  border-radius: 5px;
  color: #5e5e5e;
  font-size: 18px;
  line-height: 18px;
  padding: 12px 5px;
  padding-left: 40px;
  letter-spacing: 1.2px;
  margin: 12px auto 4px;
  text-align: left;
  border: 1px solid rgb(228 228 228);
  background: url(../../images/ZA_HealthAcademy_GAds/padlock.png) 8px 8px/26px no-repeat #fff;
  max-width: 110px;
  font-family: sans-serif;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  width: 100%;
  max-width: 280px;
  background-color: #f34e3a;
  border: none;
  border-radius: 0px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 10px;
  margin: 30px auto;
  cursor: pointer;
  box-sizing: border-box;
}
.small-btn {
  min-height: 26px;
  width: fit-content;
  font-size: 14px;
  padding: 8px 30px;
  background-color: #f07264;
}
/* a.btn {
  width: fit-content;
  font-size: 20px;
  font-weight: 600;
  padding: 0px 40px;
  line-height: 0;
  min-height: 50px;
} */

a {
  text-decoration: none;
}
footer {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}
footer .disclaimer {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  margin: 0 auto;
  font-weight: 300;
  text-align: justify;
  text-align-last: center;
}
footer .links {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
footer .links a {
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 20px;
}

.header-right {
  position: absolute;
  left: 10px;
  top: 25px;
}

header .language {
  color: #fff;
  text-decoration: none;
  background: #f34e3a;
  padding: 10px;
  border-radius: 20px;
}
.hidden {
  display: none;
}
.hide {
  display: none;
}
.spinner {
  font-size: 40px;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  display: none;
}

.spinner.show {
  margin: 10px auto;
  display: block;
}

.spinner .spinner-blade {
  position: absolute;
  left: 0.4629em;
  bottom: 0;
  width: 0.074em;
  height: 0.2777em;
  border-radius: 0.0555em;
  background-color: transparent;
  -webkit-transform-origin: center -0.2222em;
  -ms-transform-origin: center -0.2222em;
  transform-origin: center -0.2222em;
  animation: spinner-fade9234 1s infinite linear;
}

.spinner .spinner-blade:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.spinner .spinner-blade:nth-child(2) {
  -webkit-animation-delay: 0.083s;
  animation-delay: 0.083s;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.spinner .spinner-blade:nth-child(3) {
  -webkit-animation-delay: 0.166s;
  animation-delay: 0.166s;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.spinner .spinner-blade:nth-child(4) {
  -webkit-animation-delay: 0.249s;
  animation-delay: 0.249s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.spinner .spinner-blade:nth-child(5) {
  -webkit-animation-delay: 0.332s;
  animation-delay: 0.332s;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.spinner .spinner-blade:nth-child(6) {
  -webkit-animation-delay: 0.415s;
  animation-delay: 0.415s;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.spinner .spinner-blade:nth-child(7) {
  -webkit-animation-delay: 0.498s;
  animation-delay: 0.498s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.spinner .spinner-blade:nth-child(8) {
  -webkit-animation-delay: 0.581s;
  animation-delay: 0.581s;
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.spinner .spinner-blade:nth-child(9) {
  -webkit-animation-delay: 0.664s;
  animation-delay: 0.664s;
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.spinner .spinner-blade:nth-child(10) {
  -webkit-animation-delay: 0.747s;
  animation-delay: 0.747s;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.spinner .spinner-blade:nth-child(11) {
  -webkit-animation-delay: 0.83s;
  animation-delay: 0.83s;
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.spinner .spinner-blade:nth-child(12) {
  -webkit-animation-delay: 0.913s;
  animation-delay: 0.913s;
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

@keyframes spinner-fade9234 {
  0% {
    background-color: #e2cd9e;
  }

  100% {
    background-color: transparent;
  }
}
.shake {
  position: relative;
  -webkit-animation: 3.5s infinite shake-animation;
  animation: 3.5s infinite shake-animation;
  transform-origin: 50% 50%;
}
@-webkit-keyframes shake-animation {
  0%,
  10.71429%,
  100%,
  3.57143%,
  7.14286% {
    transform: translate(0, 0);
  }
  1.78571%,
  5.35714%,
  8.92857% {
    transform: translate(5px, 0);
  }
}
@keyframes shake-animation {
  0%,
  10.71429%,
  100%,
  3.57143%,
  7.14286% {
    transform: translate(0, 0);
  }
  1.78571%,
  5.35714%,
  8.92857% {
    transform: translate(5px, 0);
  }
}

.error,
.error.white,
.error.yellow,
.error.black {
  margin: 0 auto;
  max-width: 280px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  color: #fff;
  border: 1px solid #d11212;
  background: #d11212;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}

.error.white {
  color: #fff;
  border: 1px solid #fff;
}

.error.yellow {
  color: #efec00;
  border: 1px solid #efec00;
}

.error.black {
  color: #000;
  border: 1px solid #000;
}
.error:empty {
  display: none;
}
.modal {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  width: 90%;
  box-sizing: border-box;
  max-width: 450px;
  border-radius: 20px;
  height: 80%;
  overflow-y: scroll;
  color: grey;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  -ms-overflow-style: none; /* IE i Edge */
  scrollbar-width: none; /* Firefox */
}
.modal-content::-webkit-scrollbar {
  display: none;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.modal-header h2 {
  margin: 0;
  color: #050505;
  font-size: 20px;
}

.modal-info {
  max-height: 60vh;
  overflow-y: auto;
  padding-right: 5px;
}

.close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #aaa;
  cursor: pointer;
  transition: color 0.2s;
}

.close:hover {
  color: #000;
}

.modal-info.arab {
  padding-right: 10px;
  text-align: right;
}

.modal a {
  color: grey;
}

.hidden {
  display: none;
}
.navigation,
.navigation .social-bar {
  top: 0;
  justify-content: center;
  display: flex;
}
.language {
  margin-right: 15px;
}
.toggle {
  width: 24px;
  height: 24px;
  background: url(../../images/ZA_HealthAcademy_GAds/toggle.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 20;
}
.toggle.active {
  background: url("../../images/ZA_HealthAcademy_GAds/close.png");
  position: fixed;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 20;
  top: 10px;
  right: 20px;
}

.navigation {
  position: fixed;
  left: 100%;
  width: 100%;
  background-color: #404040;
  z-index: 15;
}
.modal,
.navigation.active {
  left: 0;
}
.navigation ul {
  list-style-type: none;
  padding-left: 0;
  padding-top: 100px;
  padding-bottom: 60px;
  margin: 0;
}
.thx h1,
select#carrier {
  margin: 10px auto;
}
.thx h2,
h1 {
  margin: 20px auto 20px;
}
.navigation ul li {
  padding-bottom: 0.8rem;
}
.navigation ul li a {
  font-size: 1.6rem;
  text-decoration: none;
}
.back-link:hover,
.navigation ul li div:hover {
  color: #2ff52f;
}
.navigation .social-bar {
  position: absolute;
  left: 0;
  width: 60px;
  height: 100%;
  align-items: center;
}
.navigation .social-bar a {
  display: inline-block;
  transform: scale(0.5);
}
.navigation .email-icon {
  position: absolute;
  bottom: 20px;
}
