@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: 'Roboto', sans-serif;
}

:root {
  --primary-color: #238ECE;
  --secondary-color: #f0f0f0;
  --text-color: #333;
  --border-radius: 4px;
  --font-family: 'Roboto', sans-serif;
  --heading-font-size: 18px;
  --font-color:#238ECE;
}
 .remove-user {
         position: absolute;
    right: -17px;
    top: -53%;
    transform: translateY(-51%);
    background: none;
    border: none;
    color: red;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid;
    border-radius: 100px;
    padding: 0px 6px;
    }
.alignend{
    text-align:end;
}
#addUserBtn{
    margin-bottom: 15px;
    text-decoration: none;
    font-family: var(--font-family) !important;
    font-size: 15px !important;
    color: #000;
    border: 1px solid #0d6efd;
}
.textend{
        text-align: end !important;
}
.newrow{
        border: 1px solid #80808066;
    padding: 10px;
    border-radius: 10px;
}
/* Default (desktop) */
.mobile-only {
  display: none; /* hidden on desktop */
}

.heading {
  font-size: 24px; 
}

.main_section{
      margin: auto;
    overflow: auto;
    max-width: 375px;
    height: 100vh;
}
/* Mobile styles */

    footer img,
    .logo,
    .proceed-image{
        width: 100%;
    }
    .checkbox-container{
     text-align: left;
    display: flex;
    align-items: center; 
        margin: 5px 0px 18px; 
    }
    .proceed-image{
    /*height: 373px;*/
    width: 100%;
    margin-right: auto;
    object-fit: unset;
    }
.select2-selection__rendered{
     border: 1px solid #238ECE !important;
    border-radius: 10px !important;
    padding: 4px 10px !important;
    width: 100% !important;
    margin-bottom: 9px !important;
    font-family: var(--font-family)!important;
}
  .form-group input {
     border: 1px solid #238ECE;
    border-radius: 10px;
    padding: 4px 10px;
    width: 100%;
    margin-bottom: 9px;
    font-family: var(--font-family);
  }
  header{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    padding: 12px 15px;
  }
  .right_side_logo{
       width: 75px;
  }
  .left_side_logo {
      width: 66%;
}
img
 
   .form-group input:focus-visible{
        outline: 2px solid #238ece;
   }
    .form-group input::placeholder{
        color: #C6C6C6;
        font-size: 14px;
        font-family: var(--font-family);
    }

  .heading {
    font-size: var(--heading-font-size); 
    font-family: var(--font-family);
    margin-bottom: 11px;
  }
#termsModalLabel{
     font-family: var(--font-family);
     text-align:center;
}
  .mobile-only {
    display: block; 
  }
  .btn-close{
          transform: translate(4px, -4px);
    z-index: 99999999;
    color: aquamarine;
    border: 1px solid #F44336;
    border-radius: 100px;
    opacity: 1;
    color: #fff;
    padding: 11px;
  }
  .modal-dialog-scrollable .modal-content{
      overflow:visible !important;
  }
  .proceed-btn {
      text-decoration: none;
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    padding: 8px 24px;
    border: none;
    position: relative;
     width: 90%;
    margin: 0 auto; 
    display: block;
    font-family: var(--font-family);
    font-size: 15px;
    height: 37px;
    }

  .proceed-btn::after {
   content: "";
    position: absolute;
    bottom: -7px;
    left: 6px;
    right: 0;
    height: 41px;
    border-radius: 4px;
    background-color: #A4CE4E;
    z-index: -1;
    width: 100%;
    }
    #nextBtn{
        position: absolute;
    right: 21px;
    }
  .proceed-btn:hover {
    background-color: #007acc;
  }
   .checkbox-container input[type="checkbox"] {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      width: 20px;
      height: 20px;
      border: 1px solid #238ECE; 
      border-radius: 4px; 
      cursor: pointer;
      position: relative;
    }
    .checkbox-container input[type="checkbox"]:checked {
      background-color: #238ECE;
      border-color: #238ECE;
    }
    .checkbox-container input[type="checkbox"]:checked::after {
      content: "";
      position: absolute;
      left: 6px;
      top: 2px;
      width: 6px;
      height: 12px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
    }
  .checkbox-label{
margin-left: 10px;
color: #C6C6C6;
    font-size: 14px;
  }
   .checkbox-label a{
    color: var(--font-color);
    font-weight: bold;
    font-family: var(--font-family);
  }
  .inner_sections{
    z-index: 99;
    width: 100%;
     margin: auto;
    max-width: 375px;
  }
  footer{
        position: relative;
    width: 100%;
    /* bottom: 0px; */
    margin: auto;
    max-width: 375px;
  }
  .text-left{
    text-align: left;
  }
  .candidates_name{
    font-family: var(--font-family);
  }
  .timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 14px 0px;
}

.step {
  width: 35px;
  height: 35px;
  border-radius: 50%;
background: linear-gradient(90deg, #EFEFEF 0%, #FFFFFF 100%);
 color: #6A6466;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
}

.question {
  display: none;
}
.question.active {
  display: block;
}
.step.active {
  background: #6abf4b;
  color: #fff;
}

.step.active {
  background: #6abf4b; 
}

.line {
  flex: 1;
  height: 4px;
 background: #EFEFEF;

}

.line.active {
  background: #6abf4b;
}
.points-away{
    transform: translate(0px, -72px);
   
    padding: 0px 6px;
}
  .questions_no{
       color: #A4CE4E;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px !important;
  }
  .content_info{
    padding: 0px 20px !important;
  }
  .fa-solid {
    color: #878787;
    font-size: 15px !important;
    margin-right: 102px;
}
.options ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: left;
    width: 100%;
}
.options ul li{
       color: #6A6466;
    margin-bottom: 12px;
    font-family: var(--font-family);
    font-size: 15px;
    width: 100%;
    border: 1px solid gray;
    padding: 7px 9px;
    border-radius: 100px;
    border: 1.5px solid #EDEDED;
}
.questions_header{
         background: #F5F5F5;
        border-radius: 5px;
        padding: 8px 15px;
}
.modal.fade .modal-dialog {
    transition: transform .3s 
ease-out;
    transform: translate(0, 161px) !important;
}
.navigation{
    position: relative;
        display: flex;
    align-items: center;
    justify-content: center;
        /*margin-bottom: 38px;*/
}
.know_more{
        width: 65%;
    margin: auto;
}

.Proceed_Button{
       justify-content: space-between !important;
}
  p{
    color:#6A6466;
    font-family: var(--font-family);
    font-size: 15px;
  }
  
 .form-group span{
     
  }
  .disclaimer{
            text-align: justify;
    margin-top: 29px;
    font-size: 12px !important;
  }
  .logoes_view{
          width: auto;
    height: 82px;
  }
  .candidates_name{
        font-family: var(--font-family);
    font-size: 22px;
    color: #238ece;
    font-weight: 600;
  }
   .gauge-box {
    border-radius: 13px;
    width: 83%;
    margin: 25px auto;
    border: 10px solid #238ece78;
    height: 338px;
    text-align: center;
    box-shadow: 0px 4px 4px 0px #00000040;
}
  .questions_header h1 {
    color: #000 ! Important;
    font-family: var(--font-family);
    font-size: 17px ! Important;
    font-weight: 500;
}
  .heading{
       
    font-size: 16px !important;
  }
  canvas{
   margin: auto;
    transform: translate(0px, -25px);
    width: 244px !important;
    height: 257px !important;
  }
  .score{
           color: #238ECE;
        font-family: var(--font-family);
        font-size: 60px;
        font-weight: bold;
        margin: 0px;
  }
  .scores_view{
        margin: 0px;
    font-size: 21px;
    color: #231F20;
    font-weight: 800;
    line-height: 0px;
  }
.plan_view{
    width: 80%;
    /*margin: auto;*/
}
.options {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;   
  gap: 20px;      
}
.options input[type="radio"] {
  display: none;
}
.options label {
  position: relative;
  padding-left: 30px; 
  cursor: pointer;
  font-size: 13px;
  color: #2c3e50;
  user-select: none;
}

/* Outer circle */
.options label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
border: 1px solid #a4ce4e;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
}


.options label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3498db;
  opacity: 0;
  transition: 0.3s;
}

.options input[type="radio"]:checked + label::after {
  opacity: 1;
}

.options input[type="radio"]:checked + label::before {
  border-color: #a4ce4e;
        
}

.timeline .step.active {
 background-color: #A4CE4E;

}

.timeline .step.completed {
   color: #fff;
   background: #238ECE; 
}

.timeline .line.completed {
  background: #238ECE; 
  color: #fff;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.modal-header{
  padding-top: 7px !important;
    padding-bottom: 6px !important;
}
.cross_icons{
       border: none;
    background-color: #fff;
    color: red;
    font-size: 19px;
    position: absolute;
    right: 0px;
    transform: translate(5px, -21px);
    border-radius: 100px;
}
.thank_view{
position: absolute;
    top: 50%;
    left: 9%;
    transform: translate(-5%, -50%);
    border: 1px solid #8080803b;
    padding: 0 16px 26px;
    border-radius: 10px;
    border: 1px solid #8080803b;
 
}
.heading_info{
  font-size: 28px !important;
    font-family: var(--font-family);
    margin: 31px 0px 0px;
}

.thank_you_image {
      width: 31% !important;
    height: 96px !important;
    object-fit: contain;
}
.beware{
    text-align: justify;
    margin-top: 0px;
    font-size: 12px !important;
    border: 1px solid #8080804a;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 0px;
}

.read-more-btn{
    color: #238ece;
    font-size: 13px;
    font-weight: 500;
}

.logo_views img{
       width: 167px !important;
    object-fit: contain;
}
.logo_views{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.breaksviews{
    background-color: #238ece;
    height: 40px;
    width: 1px;
    transform: translate(5px, 0px);
}

@media screen and (max-width: 768px) {
  footer,
  .inner_sections{
    max-width: 100%; 
      width: 100%; 
  }
    .main_section {
        width: 100%;     
        padding: 0px;  
        max-width: 100%; 
    }
}