
@font-face {
  font-family: RobotoLight;
  src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
  font-family: RobotoRegular;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: RobotoSemiBold;
  src: url(../fonts/Roboto-SemiBold.ttf);
}
body {
  font-family: "RobotoRegular", Arial, sans-serif;
  font-size: 18px;
  color: #1f2024;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
textarea{
  width: 100%;
}
.text-success{
  color: green;
}

.text-center{
  text-align: center;
}
#loader{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1f202466;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #000;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.error{
  color: #c80000;
  text-align: center;
}
.rating {
  max-width: 800px;
  margin: 20px auto 20px;
  background: #fff;
  padding: 1em;
  border-radius: 3px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  min-height: 75vh;

}
.rating__title {
  text-align: center;
  font-weight: 700;
  display: block;
}
.rating__list {
  max-width: 500px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
}
.rating__input {
  display: none;
}
.rating__label {
  padding: 5px 3px;
  font-size: 50px;
  filter: grayscale(1);
  opacity: 0.7;
  cursor: pointer;
}
.rating__label.active {
  filter: grayscale(0);
  opacity: 1;
  transition: all 100ms ease;
}
.rating__label:hover {
  filter: grayscale(0);
  opacity: 1;
  transition: all 100ms ease;
}

.feedback {
  width: 100%;
  display: none;
}
.feedback textarea, .feedback input {
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0.5em auto;
  padding: 0.5em;
  font-family: inherit;
  border: 1px solid #d1d2d7;
  border-radius: 3px;
}
.feedback textarea:focus, .feedback textarea:active, .feedback input:focus, .feedback input:active {
  border-color: #686868;
  box-shadow: 0px 0px 0px 3px rgb(79 78 78 / 20%);
  transition: 100ms;
  outline: 0;
}
.feedback textarea {
  height: 100px;
}

.feedback button:focus, .feedback button:active {
  outline: 0;
}

.ahda_logo img{
  min-height: 55px;
  max-height: 90px;
}

.ahda_logo {
  margin-top: 25px;
  text-align: center;
}

.feedback button {
  margin: 1em auto;
  display: table;
  text-align: center;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  border: 0;
  padding: 9px 15px;
  font-size: 15px;
  border: 1px solid;
  border-radius: 10px;
  cursor: pointer;
}
.question-option{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0px;
}
.question-label{
  margin-top: 10px;
  margin-bottom: 2px;
}
button.not-disabled {
  color: white;
  background-color: #c80000;
  text-shadow: 0px 1px 1px #620000;
  cursor: pointer;
}
button.not-disabled:hover {
  background-color: #950000;
  transition: 100ms;
}
.text-danger{
  color: #c80000;
}
#submitBtn{
  background-color: #78806e !important;
  color: #ffffff !important;
  border-color: #78806e !important;
  border: 2px solid;
  padding: 5px 25px;
  border-radius: 5px;
}
.choselng{
  display: flex;
  justify-content: center;
  align-items: center;
}
#thankyouPage{
  font-size: 70px;
  text-align: center;
  font-family: "RobotoRegular", Arial, sans-serif;
  color: #78806e !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;

}
.radio-btn input {
  display: none
}
.radio-btn{
  margin-bottom: 8px;
}
.radio-btn label {
  border: 2px solid #78806e;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 5px;
  padding: 8px 10px;
  text-transform: capitalize;
}
.radio-btn img{
  width: auto;
    height: 20px;
    position: relative;
    top: 4px;
}
.checkbox input:checked+label,.radio-btn input:checked+label {
  border: 5px solid #78806e;
}
.label-ar{
  display: none;
}
.footer-img{
  width: 100%;
  max-height: 220px;
}
.footer-img img{
  width: 100%;
  object-fit: cover;
}
.top-heading{
  margin-bottom: 10px;
  text-align: center;
}
.container{
  padding: 0px 15px;
}
.row{
  display: flex;
}
.col-12{
  width: 100%;
}
.justify-content-center{
  justify-content: center;
}

.lang-btns button{
  font-family: "RobotoSemiBold", Arial, sans-serif;
  color: #78806e !important;
  background: white;
  border-radius: 5px !important;
  width: 120px;
  height: 120px;
  border: 2px solid #d6d6d6;
}

.lang-btns button:hover,.lang-btns button:focus{
  border: 3px solid #d6d6d6;
}
.site-link{
position: absolute;
    bottom: 15%;
    font-size: 20px;
    text-decoration: none;
    color: black;
}



@media only screen and (max-width: 600px) {
  .feedback textarea, .feedback input {
    max-width: 300px;
  }
  .rating__list{
    max-width: 300px;
  }
  .radio-btn{
    width: 100% !important;
  }
}
