.card-landing-page {
    position:relative;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    min-width:0;
    word-wrap:break-word;
    border:1px solid #48779d; 
    border-radius:10px;
    padding: 0px;
    transition: all 0.8s cubic-bezier(0.15, 0.83, 0.66, 1);
    cursor: pointer;
    font-size: 16px;
    color: #000000;
  }


.footer {
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
}

.nav-link{
    color: black !important;
}

.nav-link:hover{
    color: white !important;
    background-color: rgb(44, 112, 139) !important;
    border: 1px;
    border-radius: 10px;
}
.user-info{
    background-color: rgb(243, 246, 248);
}

.card-survey{
    height: auto;
    width: auto;
    position:relative;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    min-width:auto;
    min-height: 500px;
    word-wrap:break-word;
    padding: 25px;
    transition: all 0.8s cubic-bezier(0.15, 0.83, 0.66, 1);
    cursor: pointer;
    color: #000000;
  }

.question-link.active {
    font-weight: bold;
    background-color: #f0f0f0;
}

.question-card {
    flex-grow: 1;
    background-image: linear-gradient(to bottom right, #e9f6f6, #a9f7c2);
    border:1px solid rgb(199, 194, 194); 
    border-radius:10px;
    padding: 15px; 
    margin: 25px;
    word-wrap:break-word;
    min-width: 200px;

}

.response-card {
    height: auto;
    border:1px solid rgb(199, 194, 194); 
    border-radius:15px;
    padding: 20px; 
    margin: 15px;
    margin-top: 80px;
    word-wrap:break-word;
    color: white;
}


.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    height: 1rem; 
    width: 1rem; 
    background: #ffffff;
    color: #381717;
    cursor: pointer;
    margin-right: 0.5rem;
    outline: auto;
  }

  .option-input:checked::before {
    content: ''; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%; 
    height: 70%; 
    background-color: #279098;
    border-radius: 50%;
  }
  
  .option-input:hover::before {
    background-color: #b9f8cd;
  }
  

  .option-input:checked:hover::before {
    background-color: #8cd791;
  }
  
  .option-input.radio {
    border-radius: 50%;
  }
  .option-input.radio::after {
    border-radius: 50%;
  }

  .strongly-agree{
    height: 2rem;
    width: 2rem;
    outline-color:rgb(23, 111, 23);
    
  }

  .strongly-agree:checked::before{
    background-color: rgb(54, 128, 54) !important;
    
  }

  .strongly-agree:checked:hover::before{
    background-color: #8cd791 !important;
    
  }

  .agree{
    height: 2rem;
    width: 2rem;
    outline-color:rgb(42, 179, 42);
  }

  .agree:checked::before{
    background-color: rgb(71, 188, 71) !important;
    
  }

  .agree:checked:hover::before{
    background-color: #8cd791 !important;
    
  }



  .strongly-disagree{
    height: 2rem;
    width: 2rem;
    outline-color:rgb(213, 4, 4);
  }

  .strongly-disagree:checked::before{
    background-color: rgb(216, 39, 39) !important;
    
  }

  .strongly-disagree:checked:hover::before{
    background-color: #8cd791 !important;
    
  }

  .disagree{
    height: 2rem;
    width: 2rem;
    outline-color:rgb(235, 58, 58);
  }
  .disagree:checked::before{
    background-color: rgb(234, 85, 85) !important;
    
  }

  .disagree:checked:hover::before{
    background-color: #8cd791 !important;
    
  }

  .neutral{
    height: 2rem;
    width: 2rem;
    outline-color: #716f6b;
  }
  .neutral:checked::before{
    background-color: #7f7f7f !important;
    
  }

  .neutral:checked:hover::before{
    background-color: #8cd791 !important;
    
  }

.label {
    display: flex;
  }

  .carousel-control-prev-icon {
    background-image: url(back.png);
    height: 50px;
    width: 50px;
    margin-top: 60px;
    margin-right: 50px;
}

.carousel-control-next-icon {
    background-image: url(back.png);
    height: 50px;
    width: 50px;
    margin-top: 60px;
    margin-left: 50px;
    transform: rotate(180deg);
}

.disclaimer-text{
    font-size: 0.75rem;
    color: gray;
}


td{
    font-size: 1rem;
}

.answer-options{
    font-size: 1rem;
}

.download-button,.retake-button{
    background-color: rgb(250, 250, 250);
    padding: 10px;
    border-color: #000000;
    color: #135C60;
}

/* .social-media{
    height: auto;
    margin-bottom: 5px;
    word-wrap:break-word;
    color: #135C60;
    font-size: 12px;
    text-align: left;
} */

.bucket{
    margin-bottom: 3px;
    margin-top: 3px;
    border: 1px;
    border-radius: 10px;
    font-size: 16px;
}

.bucket:hover{
    background-color: #fa7d3a;
    color: white;
}

.bucket-progress{
    background-color: rgb(117, 189, 29);
    border: 1px;
    border-radius: 25px;
}

.row {
    display: flex;

}

.back-button{
    width: 10%; 
    padding: 10px;
    margin-left: 50px; 
    display: none;
    background-color: white;
    color: #135C60;
    border: 2px solid #135C60;
    border-radius: 5%;
}


.next-button{
    width: 10%; 
    padding: 10px;
    margin-left: 15px;
    background-color: #135C60;
    color: #ffffff;
    border-radius: 5%;
}

.submit-button{
    width: 10%; 
    padding: 10px;
    margin-left: 15px; 
    display: none;
    background-color: rgb(15, 130, 9);
    color: white;
    border: 2px solid rgb(15, 130, 9);
    border-radius: 5%;
}

.row-selected:hover{
    background-color: #cdcbc7;
    border: 1px;
    border-radius: 15px;
}   

.input-group {
    position: relative;
}
.input-group .show-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

  .highlight {
    background-color: #FFD8BF;
    border: 1px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-weight: bold;
  }

.progress-percentage{
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .col-lg-2, .col-lg-10 {
      padding-left: 5px !important;
      padding-right: 5px !important;
  }
  .back-button, .next-button, .submit-button {
    width: 80%;
    font-size: 1rem;
    padding: 10px 0;
    margin-bottom: 10px;
    margin-left: 20px;
  }
  /* .back-button {
    margin-bottom: 10px;
  } */
}

@media (max-width: 576px) {
  .progress {
    width: 90%;
  }
  .progress-bar {
    height: 6px;
  }
}


.social-media-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 10px;
}

.social-media img {
  margin-bottom: 10px; /* Space between the icon and text */
}

.social-media-text {
  height: auto;
  /* margin-bottom: 5px; */
  word-wrap:break-word;
  color: #135C60;
  font-size: 12px;
  text-align: center;
}

.color-change {
  font-family: 'Arial', sans-serif;
  /* font-size: 2em; */
  color: #fff;
  text-align: center;
  animation: colorChange 3s infinite;
}

@keyframes colorChange {
  0% {
      color: #dc670d;
  }
  25% {
      color: #fc2d53;
  }
  50% {
      color: #095495;
  }
  75% {
      color: #13a4c1;
  }
  100% {
      color: #27af32;
  }
}

.response-card h6 {
  white-space: nowrap; /* Prevents text from wrapping */
}

@media (max-width: 576px) {
  /* Extra small devices (portrait phones) */
  .response-card h6 {
      font-size: 16px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  /* Small devices (landscape phones) */
  .response-card h6 {
      font-size: 15px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  /* Medium devices (tablets) */
  .response-card h6 {
      font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  /* Medium devices (tablets) */
  .response-card h6 {
      font-size: 10px;
      
  }
  .response-card h1 {
    font-size: 18px;
}
  .response-card img {
    height: 50px;
    width: 50px;
  }
  .card-survey img {
    height: 250px;
    width: 210px;
  }
  .download-button-text{
    font-size: 10px;
  }
}


@media (min-width: 1101px) and (max-width: 1200px) {
  /* Medium devices (tablets) */
  .response-card h6 {
      font-size: 12px;
      
  }
  .response-card h1 {
    font-size: 18px;
}
  .response-card img {
    height: 50px;
    width: 50px;
  }
  /* .card-survey img {
    height: 250px;
    width: 210px;
  } */
  .download-button-text{
    font-size: 12px;
  }
}

@media (min-width: 1201px) and (max-width: 1250px) {
  /* Medium devices (tablets) */
  .response-card h6 {
      font-size: 14px;
      
  }
  .response-card h1 {
    font-size: 18px;
}
  .response-card img {
    height: 60px;
    width: 60px;
  }
  /* .card-survey img {
    height: 250px;
    width: 210px;
  } */
  .download-button-text{
    font-size: 14px;
  }
}


@media (min-width: 1250px) {
  /* Large devices (desktops) */
  .response-card h6 {
      font-size: 16px;
  }
  .download-button-text{
    font-size: 14px;
  }
}

.video-frame {
  border-radius: 15px; /* Adjust the value to control how round the edges are */
  overflow: hidden;
}

/* .learn-more {
  background-color: #FFA04A;
  color: white;
} */