* {
    margin: 0;
    padding: 0;
  }
  /**fonts**/
  @font-face {
    font-family: 'Neohead';
    src: url('../fonts/Neohead.otf') format('opentype');
    font-style: normal;
  }
  @font-face {
    font-family: 'Lato-Medium';
    src: url('../fonts/Lato-Medium.ttf') format('truetype');
    font-weight: 500 !important;
    font-style: normal;
  }
  @font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold !important;
    font-style: normal;
  }
  @font-face {
    font-family: 'Lato-SemiBold';
    src: url('../fonts/Lato-SemiBold.ttf') format('truetype');
    font-weight: 600 !important;
    font-style: normal;
  }
  @font-face {
    font-family: 'POWER_UP';
    src: url('../fonts/POWER_UP.otf') format('opentype');
    font-weight: 600 !important;
    font-style: normal;
  }
  @font-face {
    font-family: 'Lexend';
    src: url('../fonts/Lexend.ttf') format('truetype');
    font-weight: 600 !important;
    font-style: normal;
  }
  @font-face {
    font-family: 'Jungle-View';
    src: url('../fonts/Jungle-View.ttf') format('truetype');
    font-weight: 600 !important;
    font-style: normal;
  }
  html {
    height: auto;
  }
  body {
   background-color: #f4e6cd !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 20px !important;
  }
  
  /* Container */
  .container {
    width: 100%;
    max-width: 1000px !important;
    padding: 20px;
    margin: 0 auto; 
  
  }
  
  /* Masthead */
  .masthead {
    /**padding: 20px !important;
    margin-bottom: 20px !important;**/
    text-align: center !important;
  }
  
  @keyframes zoomInEffect {
    0% {
        transform: scale(0.5); 
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1; 
    }
  }
  
  img.logo {
    display: block; 
    margin: 0 auto; 
    animation: fadeInUpEffect 1s ease-out;
    transform-origin: center; 
  }
  @keyframes fadeInUpEffect {
    0% {
      transform: translateY(-50px); 
      opacity: 0; 
    }
    100% {
      transform: translateY(0px); 
      opacity: 1; 
    }
  }
  @keyframes fadeInDownEffect {
    0% {
      transform: translateY(50px); 
      opacity: 0; 
    }
    100% {
      transform: translateY(0px); 
      opacity: 1; 
    }
  }
  @keyframes FadeIn { 
    0% {
      opacity: 0;
      transform: scale(.1);
    }
  
    85% {
      opacity: 1;
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  img.sublogo {
    display: block; 
    margin: 0 auto; 
    animation: fadeInUpEffect 1s ease-out;
    transform-origin: center; 
  }
  
  /* Footer */
  footer {
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    z-index: -1;
  
  }
  
  #footer-logo {
    width: 30%;
    height: auto;
    margin: 0 auto;
    display: inline-block;
  }
  
  /* Content */
  .content {
    /**background-color: #e9d4ff;**/
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: center;
  }
  .description {
    padding: 0rem 1.2rem !important;
    text-align: center;
    font-family: 'Lexend';
    font-size: 17px;
    line-height: 20px;
    color: #292561;
  }
  
  /**font**/
  p{
    font-family: 'Lexend';
    font-size: 17px !important;
    line-height: 20px;
    font-weight: normal;
  }
  
  h1.title {
    font-family: 'Lato-Bold' !important;
    font-size: 18px !important;
    color: #292561;
    font-weight: bold !important;
    margin-bottom: 1rem;
    text-align: center !important
  }
  p.hint {
    font-family: 'Lexend' !important;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 20px;
    color: #0c3932;
    text-align: center;
  }
  p.headStart{
    font-family: 'Neohead' !important;
    font-weight: 600;
    font-size: 30px !important;
    text-align: center;
    color: #28c2f1;
    padding-top: 20px;
    text-shadow: 2px 2px #ffffff;
  }
  p.insight-h{
    font-family: 'Neohead' !important;
    font-weight: 600;
    font-size: 30px !important;
    text-align: center;
    color: #d9592e;
    padding-top: 20px;
  }
  p.insight {
    font-family: 'Lexend' !important;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 20px;
    color: #0c3932;
    text-align: center;
    background: linear-gradient(45deg, #ff7f00, #800080); /* Define gradient colors */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

  }
  p.descriptions {
    font-family: 'Lexend' !important;
    font-weight: 800 !important;
    font-size: 17px;
    line-height: 20px;
    color: #292561;
    text-align: center;
  }
  p.privacy {
    font-family: 'Lexend';
    font-size: 10px !important;
    line-height: 15px;
    color: #292561;
    text-align: justify;
    /**font-style: italic !important;**/
  }
  p.logindesc {
    font-family: 'Lexend' !important;
    font-size: 17px !important;
    line-height: 20px;
    color: #0d3931;
    font-weight: bold !important;
    text-align: center !important;
  }
  h4.heading4 {
    font-family: 'BiloBold' !important;
    color: #292561 !important;
    /**font-size: 30px !important;**/
    font-size: 24px !important;
    letter-spacing: 1px !important;
  }
  h5.heading5 {
    font-family: 'NeoHead' !important;
    color: #292561 !important;
    /**font-size: 26px !important;**/
    font-size: 20px !important;
    letter-spacing: 1px !important;
    line-height: 22px;
  }
  h6.heading6 {
    font-family: 'BiloMedium' !important;
    color: #292561 !important;
    /**font-size: 23px !important;**/
    font-size: 18px !important;
    letter-spacing: 1px !important;
    font-weight: 400 !important;
    line-height: 24px;
  }
  h1.title.title-home{
    font-family: 'POWER_UP' !important;
      
      color: yellow;
      font-size: 25px !important;
      -webkit-text-stroke-width: 0.5px;
      -webkit-text-stroke-color: black;
      font-style: italic;
  }
  p.message {
    font-family: 'Lexend' !important;
    font-size: 17px !important;
    line-height: 20px;
    color: #0d3931;
    font-weight: bold !important;
    text-align: center !important;
  }
  /* Stations */
  #subhead {
    width: 80% !important;
  }
  .badges {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-template-rows: repeat(3, auto); 
    gap: 10px; 
    max-width: 100%;
    height: auto !important;
    margin: 0 auto; 
    padding: 0 0 1rem;
    justify-items: center !important;
  
    
  }
  
  .station {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: white;
    background-color: #000040; 
    border: none;
    border-radius: 0; 
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
    position: relative;
    box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.2); 
   
  }
  
  .badges > .station-wrapper:nth-child(1), .badges > .station-wrapper:nth-child(2), .badges > .station-wrapper:nth-child(3) {
    animation: FadeIn 1s linear;
    animation-fill-mode: both;
    animation-delay: .5s;
  }

  .badges > .station-wrapper:nth-child(4), .badges > .station-wrapper:nth-child(5), .badges > .station-wrapper:nth-child(6) {
    animation: FadeIn 1s linear;
    animation-fill-mode: both;
    animation-delay: 1s;
  }

  .badges > .station-wrapper:nth-child(7),  .badges > .station-wrapper:nth-child(8),  .badges > .station-wrapper:nth-child(9) {
    animation: FadeIn 1s linear;
    animation-fill-mode: both;
    animation-delay: 1.5s;
  }

  
  @keyframes zoomInOutEffect {
    0% {
        transform: scale(1); 
    }
    50% {
        transform: scale(1.1); 
    }
  }
  
  .station:hover {
    background-color: #003366;
    transform: scale(1.05); 
  }
  
  .checked-in {
    width: 33%; 
  }
  img.station-image {
    width: 80%;
    cursor: pointer;
  }
  img.station-image:hover {
    animation: zoomInOutEffect 1.5s ease forwards; 
  }
  @keyframes pulse {
    0% {
        transform: scale(1); 
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
    }
    50% {
        transform: scale(1.1); 
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); 
    }
    100% {
        transform: scale(1); 
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
    }
  }
  #startScan {
    bottom: 0; 
    padding: 5px 20px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'BiloBold';
    letter-spacing: 1px;
    background-image: url("../images/submit.png") !important;
    background-position: bottom;
    background-repeat: no-repeat !important;
    background-size: auto !important; 
    color: white;
    border-radius: 5px;
    z-index: 10;
    cursor: pointer;
    position: relative;
    width: 130px;
  }
  
  .button-container {
    display: flex;
    background-color: transparent;
    padding: 10px;
    border-radius: 5px;
    background-image: url("../images/submit.png") !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: 100% !important; 
    justify-content: space-around;
    width: fit-content;
    margin: 0 auto !important;
    animation: zoomInEffect 1s ease-out;
    transform-origin: center; 
  }
  #submitButton {
    bottom: 0; 
    padding: 5px 20px;
    font-size: 24px !important;
    font-weight: bold;
    font-family: 'Jungle-View' !important;
    text-shadow: 2px 2px #372f6f;
    letter-spacing: 1px;
    color: white;
    border-radius: 5px;
    z-index: 10;
    cursor: pointer;
    position: relative;
    width: 130px;
  }
  #registerButton {
    bottom: 0; 
    /**padding: 5px 20px;**/
    font-size: 22px;
    font-weight: bold;
    font-family: 'Jungle-View' !important;
    letter-spacing: 1px;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: 100% !important; 
    color: white;
    border-radius: 5px;
    z-index: 10;
    cursor: pointer;
    position: relative;
    width: 130px;
  }
  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    z-index: 20;
  }
  #video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #closeScan {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 15px;
    font-size: 16px;
    background-color: #3b9c46;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 25;
  }
  /**desktop**/
  @media (min-width: 1200px){
    .description {
    margin: 0 auto !important;
    max-width: 1000px;
  }
  img.logo {
    width: 25% !important;
    margin-bottom: 2em;
  }
  img.sublogo {
    width: 25% !important;
    margin-bottom: 2em;
  }
  h1.title {
    font-size: 22px !important;
  }
  form#registerForm {
    width: 60%;
    margin: 0 auto;
  }
  form#verificationForm {
    width: 60%;
    margin: 0 auto;
  
  }
  }
  /**mobile**/
  @media (max-width: 1024px){
    body {
    background-size: cover !important; 
    height: 100% !important;
    }
    .stations { 
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
    }
    
    img.logo {
      width: 100% !important;
      margin-top: 0%;
      margin-bottom: 0%;
    }
    img.sublogo {
      width: 100% !important;
    }
  
    footer {
      padding: 0 !important;
    }
  
    .container {
    padding: 20px;
    }
  
    #footer-logo {
      width: 100% !important;
    animation: fadeInDownEffect 1s ease-out !important;
      transform-origin: center; 
    }
    img.station-image {
      width: 100% !important;
      cursor: pointer;
      margin-top: -5% !important;
      animation: fadeInDownEffect 1s ease-out;
    }
    #subhead {
      width: 80% !important;
      animation: zoomInEffect 1s linear !important;
    }
    .home {
      margin-bottom: -16em;
    }
  }
  
  /**station checked in**/
  .station.checked-in {
    background-color: #659feb;
    color: white;
  }
  
  /* CTA */
  .cta {
    margin-top: 20px;
  }
  
  button, a.nxtBtnA {
    bottom: 0; 
    padding: 25px;
    font-size: 24px !important;
    font-weight: bold;
    font-family: 'Jungle-View' !important;
    /**background-image: url("../images/submit.png") !important;**/
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: 100% !important; 
    text-shadow: 2px 2px #372f6f;
    letter-spacing: 1px;
    color: white;
    border: 0px !important;
    background-color: unset !important;
    z-index: 10;
    cursor: pointer;
    position: relative;
    width: 130px;
    text-align: center;
  }
  
  /**.button_station1, .button_station1, .nxtBtnA__station1, .button_station5, .button_station5, .nxtBtnA__station5{
    background-image: url("../images/submit.png") !important;
    background-position: bottom;
    background-repeat: no-repeat !important;
    background-size: auto !important; 
  }
  .button_station2, .button_station2, .nxtBtnA__station2, .button_station6, .button_station6, .nxtBtnA__station6{
    background-image: url("../images/green-button.png") !important;
    border: 3px solid #41b056 !important;
  }
  .button_station3, .button_station3, .nxtBtnA__station3, .button_station7, .button_station7, .nxtBtnA__station7{
    background-image: url("../images/orange-button.png") !important;
    border: 3px solid #FCBB76 !important;
  }
  .button_station4, .button_station4, .nxtBtnA__station4, .button_station8, .button_station8, .nxtBtnA__station8{
    background-image: url("../images/blue-button.png") !important;
    border: 3px solid #00AEEF !important;
  }
  **/
  
  
  /** btn-option:hover {
    background-color: #cccf3e;
  }**/
  
  /*.btn-option.selected {
    background-color: #cccf3e;
    color: #fff;
    border-color: #cccf3e;
  }*/
  .cta button {
    border-radius: 30px;
  }
  
  .cta button:hover {
    background-color: #6baaff;
    color: white;
  }
  /**container**/
  #introSection{
    text-align: center;
  }
  
  /**checkin & questionaires temp**/
  .ccontent{
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .forms{
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .button-footer {
    display: flex;
    gap: 20px;
    background-color: transparent;
    padding: 20px;
    border-radius: 5px;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    animation: zoomInEffect 1s ease-out;
    transform-origin: center;
}
  /**padding**/
  .p-5 {
    padding: 2.5rem 0 !important; }
  
  /**verification**/
  .iti {
    display: block !important;
  }
  .iti--separate-dial-code .iti__selected-flag {
    pointer-events: none !important;
  }
  .iti__arrow {
    display: none !important;
  }
  .iti * {
    color: #ffffff !important;
  }
  
  .iti input, .iti input[type=tel] {
    text-align: center;
    font-size: 18px;
  }
  input#email, input#designation, input#company, input#name, input#nopax {
    font-size: 18px;
    text-align: center;
  }
  .form-control, input#phoneno.verification, input#email.verification, input#designation.verification, input#company.verification, input#name.verification, input#nopax.verification {
    color: #ffffff !important;
    border: 2px solid #0d3931 !important;
  }
  .form-group {
    margin: 10px auto;
  }
  .form-group.verification {
  max-width: 90%;
  /**margin: 10px auto;**/
  padding-bottom: 3em;
  }
  #team {
    background-color: #36bea6;
    border: 2px solid #0d3931 !important;
  }
  
  .input[type="text"]  {
    font-family: 'Lexend' !important;
    font-size: 17px !important;
    line-height: 20px;
      color: #292561 !important;
  }
  
  input#phoneno.verification, input#email.verification, input#designation.verification, input#company.verification, input#name.verification, input#nopax.verification {
    height: 40px !important;
    border-radius: 5px !important;
    background-color: #0d3931;
    padding: 0 2em;
  }
 
  .phone-success {
    font-family: 'Lexend';
    font-size: 14px;
    line-height: 15px;
    color: #292561;
    text-align: center !important;
  }
  .phone-danger {
    color: #931F1D !important;
    font-family: 'Lexend';
    font-size: 14px;
    line-height: 15px;
  }
  a:hover {
    color: #fff !important;
  }
  
  /**question page***/
  
  .centered {
    text-align: center;
    color: #09b4a8;
    font-family: 'Neohead' !important;
    font-weight: bold;
    text-shadow: 2px 2px #ffffff;
    font-size: 34px !important;
    line-height: 38px;
  
  }
  .challenges {
    animation: fadeInDownEffect 1s ease-out;
    transform-origin: center; 
    padding-bottom: 30px;
    margin-top: -2em;
  }
/**
.label-new {
  padding:15px 45px 15px 75px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2em;
  color: #fbea79;
  font-family: 'lexend';
  width: 100%;
  background-image: url(../images/questions/mcq-bg.png) !important;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: background-image 0.3s ease;
  min-height: 90px !important;
}**/

/* Target iOS devices (Safari) */
@media (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) { /* iPhone X */
  .element {
    /* iOS specific styles */
  }
}

/* Target Android devices (Example) */
@media (device-width: 412px) and (device-height: 869px) { /* Pixel 2 XL */
  .element {
    /* Android specific styles */
  }
}
.options-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  
}



.label-new {
  padding: 15px 65px !important;;
  align-items: center;
  gap: 10px;
  line-height: 1.2em;
  color: #fbea79;
  font-family: 'Lexend';
  width: fit-content !important;
  margin: 0 auto !important;
  background-image: url(../images/questions/mcq-bg.png) !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    background-size: 100% 100% !important;
    height: auto !important;
    display: flex !important;
}





.label-new input[type="radio"] {
  display: none;
}
  .label-new.station1, .label-new.station2, .label-new.station5  {
    
   
  
  }
  
  .label-new span.abc {
    border: 1px solid #fbea79;
    border-radius: 25px;
    padding: 5px 10px;
    color: #fbea79;
    flex-shrink: 0; 
    font-family: 'Lexend';
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  .label-new input {
    margin-right: 10px; 
  }
  
  .label-new span.text {
    word-wrap: break-word; 
    flex-grow: 1; 
  }
  .label-upload{
    color: white;
    padding: 0.5rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;    
     
    width: 80%;
    text-align: center;
    background-color: #0c3932;
  }
  /**.label-upload_station4, .label-upload_station8{
    background-color: #00AEEF;
  }
  .label-upload_station6{
    background-color: #41b056;
  }
  .label-upload_station7{
    background-color: #FCBB76;
  }**/
  #file-chosen{
    display: block;
    text-align: center;
    font-family: 'Lexend' !important;
    color: black;
    margin-bottom: 2rem;
  }
  input[type="radio"]:checked + .label-new  {
    background-color: #d4d4d493;
  }
  
  input[type="radio"]:checked + span.abc {
    background-color: #fbea79;
    color: black;
  }
  .nxtBtn, a.nxtBtnA{
    bottom: 0; 
    padding: 25px;
    z-index: 10;
    position: relative;
    width: 150px;
    background-image: url("../images/submit.png") !important;
    /**border: 3px solid #77b34f;**/
  }
  #popupMessage{
    
    font-family: 'Lexend' !important;
    display: none; 
    position: fixed; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    background: white; 
    border: 2px solid red; 
    border-radius: 8px; 
    padding: 20px; 
    z-index: 1000; 
    text-align: center; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    width: 300px; max-width: 90%;
  }
  #popupText{
    
    font-family: 'Lexend' !important;
    color: red; font-size: 16px; margin-bottom: 20px; word-wrap: break-word;
  }
  #popupCloseBtn{
    font-family: 'Lexend' !important;
    text-shadow: 0px 0px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    padding: 10px 20px; background: red !important; color: white; border: none; border-radius: 4px; cursor: pointer;
    
  }
  /**
  .nxtBtn::before{
    content: '';
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      border: 2px solid black;
      border-radius: 5px; 
      pointer-events: none; 
  }
  **/
  /**registration page**/
  .form-control{
    border-radius: 5px !important;
    border: 1px solid #09b4a8 !important;
    text-align: center;
    font-family: 'Lexend';
  }

  .form-control_station2, .form-control_station3, .form-control_station4, .form-control_station5, .form-control_station6, .form-control_station7, .form-control_station1, .form-control_station8, .form-control_station9{
    color: black !important;
  }
 /** .form-control_station1, .form-control_station5{
    text-align: center;
    border-radius: 0px !important;
    border: 3px solid #ee4399 !important;
    color: #605C8D !important;
  }
  .form-control_station2, .form-control_station6{
    text-align: center;
    border-radius: 0px !important;
    border: 3px solid #41b056 !important; 
  }
  .form-control_station3, .form-control_station7{
    text-align: center;
    border-radius: 0px !important;
    border: 3px solid #FCBB76 !important;
  }
  .form-control_station4, .form-control_station8{
    text-align: center;
    border-radius: 0px !important;
    border: 3px solid #00AEEF !important;
  }
  input.form-control.mb-4, .form-control:focus {
    font-family: 'Lato-Medium' !important;
    font-size: 17px !important;
    line-height: 20px;
      color: #292561 !important;
  }**/
  .my-n1 {
    margin-bottom: -1rem !important;
  }
  
  /**station 8**/
  .container-challenge8 {
    display: grid;
    text-align: center;
    row-gap: 20px;
  }
  .img-grid {
    width: 20%;
    padding: 0 5px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s;
  }
  
  .img-grid.selected {
    border-color: blue;
  }
  
  .img-grid.paired {
    opacity: 0.5;
    pointer-events: none;
  }
  
  /**points section**/
 .points-footer {
    display: flex;
    align-items: center;
    background-image: url("../images/points_1.png") !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    justify-content: space-around;
    width: fit-content;
    margin: 0 auto !important;
    animation: zoomInEffect 1s linear;
    animation-delay: 3s !important;
    animation-fill-mode: both !important;
    transform-origin: center;
    padding: 30px 0px;
  }
  .points-container {
    width: 130px;
    z-index: 10;
    position: relative;
    padding: 5px 20px;
    text-align: center;
  }
  .points-footer p {
    margin: 0; 
    font-size: 14px !important;
    font-family: 'Lexend' !important;
    font-weight: 600 !important;
    color: #0d3931 !important;
  }
  
  span.cpoints {
    font-size: 38px;
   color: #0d3931;
   font-family: 'Lexend' !important;
   font-weight: bold !important;
  }
  .multi-box{
    text-align: center;
  }
  .cent {
    display: ruby !important;
    
}


  input.form-control.form-control_station3.mb-2.answer-width.answer-1 {
    width: 30% !important; 
    font-family: 'Lexend';
}
input.form-control.form-control_station3.mb-2.answer-width.answer-2 {
  width: 30% !important;
  font-family: 'Lexend';
}
input.form-control.form-control_station3.mb-2.answer-width.answer-3 {
  width: 30% !important;
  font-family: 'Lexend';
}

input.form-control.form-control_station9.mb-2.answer-width.answer-1 {
  width: 30% !important;
  font-family: 'Lexend';
}
input.form-control.form-control_station9.mb-2.answer-width.answer-2 {
width: 30% !important;
font-family: 'Lexend';
}
input.form-control.form-control_station9.mb-2.answer-width.answer-3 {
width: 30% !important;
font-family: 'Lexend';
}

/**modal**/
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-family: 'Lexend' !important;
  font-weight: bold !important;
}