@font-face {
  font-family: "din";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/DINNextLTArabic-Regular-3.ttf) format("truetype");
}

@font-face {
  font-family: "din";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/DINNextLTArabic-Medium-4.ttf) format("truetype");
}

@font-face {
  font-family: "din";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/DINNextLTArabic-Bold-4.ttf) format("truetype");
}

body,
html {
  font-family: "din" !important;
  overflow-x: hidden;
  box-sizing: border-box;
  color: #fff;
  direction: rtl;
  text-align: right;
}
label,
input,
input::placeholder,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "din" !important;
  color: #fff;
  direction: rtl;
  text-align: right;
}
.page-wrapper {
  background-image: url(../../assets/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
  min-height: 100vh;
}
.img-container {
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center;
}
label {
  font-size: 16.8px;
  font-weight: 400;
  line-height: 24.7px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.form-container {
  background-color: #0e1421;
  border-radius: 16.8px;
  padding: 16.8px;
  border: 1px solid #355166;
}
input::placeholder {
  font-family: "din";
  font-size: 18.9px;
  font-weight: 300;
  line-height: 34.59px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #888888 !important;
  font-weight: lighter;
}
input,
select {
  height: 60px !important;
}
select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #888888 !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-weight: lighter;
}
h3 {
  font-family: "din";
  font-size: 25.2px;
  font-weight: 700;
  line-height: 37.04px;
  text-align: center !important;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff !important;
  padding-top: 10px;
  padding-bottom: 33.6px;
}
.btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn-reg {
  padding: 20.5px 34.5px;
  background-color: #355166;
  border-radius: 8.4px;
  border: 1px solid #355166;
  margin: auto;
  width: 100%;
  font-family: "din";
  font-size: 16.8px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  cursor: pointer;

  transition: all 0.3s ease-in-out;
}
.btn-reg:hover {
  color: #355166;
  background-color: #fff;
}
/* Ensure it adapts well in mobile views */
.select2-container {
  width: 100% !important;
}
.error {
  color: #f2545b;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  cursor: text;

  position: relative;
  height: 60px !important;
  padding: 6px 12px !important;
  color: #495057 !important;
}
