.root{
    position: relative;
    color: #858796;
}
.custome-css{
    position: relative;
    min-height: 100vh;
}
.radioA{ 
    display : none; 
}
.desktop-logo{
    width: 110px;
    height: 75px;
}
.desktop-logo-2{
    padding: 10px;
    display: flex;
    justify-content: end;
}

.mobile-version-logos {
    display: none;
}
.customer-form-container{
    min-height: 60vh;
    align-items: center;
    overflow-y: hidden;
    overflow-x: hidden;
}
.custom-card-style{
    border: unset !important;
    box-shadow: none !important;
    margin-bottom: 100px !important;
    margin-top: 30px !important;
}
.card-style{
    border-radius: 0.25rem!important;
    background-color: #fff!important;
    padding: 1rem!important;
    height: 100%!important;
    width: 50%!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.footer-style{
    width: 100%;
    background-color: #fff !important;
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;

    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
    
    align-items: center!important;
    border-top: 1px solid #dee2e6!important;
    
    display: flex;
    justify-content: space-between!important;
    flex-wrap: wrap!important;
    
    position: absolute !important;
    /* bottom: 0px; */

}
.footer-nav{
    display: flex !important;
    justify-content: end !important;
}


/* loader */

.loader{
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #000000a2;
    display: none;
}

.loader img{
    width: 10%;
}


.active{
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #000000a2;
    /* display: unset; */
}

.active img{
    width: 10%;
}

@media screen and (max-width: 780px) {
    .desktop-logo-1{
        display: none;
    }
    .desktop-logo-2{
        display: none;
    }
    .mobile-version-logos{
        padding: 10px;
        display: flex;
        justify-content: space-between;
    }
    .mobile-version-logos img{
        width: 100px;
        height: 60px;
    }
    .nps-heading{
        font-size: 16px;
    }
    /* .rating-container{
        padding: 0px !important;
        width: 20% !important;
    } */
    .custom-card-style{
        box-shadow: none !important;
        margin-bottom: 50px !important;
    }
    /* .desktop-logo{
        width: 55px;
        height: 35px;    
    } */
    .card-style{
        width: 100% !important;
        box-shadow: unset !important;
        border: 0px !important;
    }
    .footer-style{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        width: 95%;
    }
    .footer-style div{
        display: flex;
        justify-content: center;
    }
    .footer-style .fooater-text{
        width: 100%;
    }
    .footer-style .fooater-text span{

        font-size: small;
        text-align: center;
    }
    .footer-style .footer-nav{
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
    }
}

.rating-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;  
  }
  
  .rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
  }
  
  .rating input[type="radio"] {
    display: none;
  }
  
  .rating span {
    width: 30px;
    height: 30px;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
  }
  
  .rating input[type="radio"]:checked + span {
    background-color: #0d6efd; /* Adjust to match your design */
    color: white;
    border-color: #0d6efd;
  }
  
  .rating-labels {
    display: flex;
    justify-content: space-between;
    margin-top: -14px;
    font-size: 14px;
    color: #666;   
  }

  .label{
    font-weight: 500;
  }
  @media (min-width: 768px) {
    /* .rating-container {       
        margin-left: 50px;
        margin-right: 50px;
      }
      .rating-labels {        
        margin-left: 50px;
        margin-right: 50px;
      } */
  }
  
  /* .lingualMenu {
    width: 100%;
    height: 45px;
    font-size: 14px;
    background-color: #000000;
    text-align: center;
    z-index: 20;
}
.languageList {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lblLingualMenu {
  display: inline-block;
  font-weight: 400;
  color: #999999;
}
.languageList {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.languageList .navItem {
  display: inline-flex
;
  margin: 0 15px;
  border-bottom: 3px solid transparent;
  line-height: 3;
  position: relative;
}

.languageList .navItem.selected .langLink {
  font-weight: 400;
  color: #0b63ab;
}

.languageList .navItem .langLink {
  text-decoration: none;
  font-size: 14px;
  padding: 0 5px;
  color: #390808;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  -moz-transition: color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.languageList .navItem::after {
  display: inline-block;
  position: absolute;
  right: -18px;
  content: "/";
  color: #999999;
} */


/* Language bar styling */
.language-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  
  color: #333; /* White text */
  padding: 10px 20px; /* Adjust padding for spacing */
  font-family: Arial, sans-serif; /* Default font */
  font-size: 14px;
}

/* Label style */
.language-bar .label {
  font-size: 14px;
  color: #979797; /* Grey text for label */
  margin-right: 20px;
}

/* Language options styling */
.languages {
  display: flex;
  align-items: center;
  gap: 10px; /* Spacing between options */
}

.languages .lang-option {
  cursor: pointer;
  color: #333; /* Default color for text */
  transition: all 0.3s ease;
  position: relative;
}

/* Active language styling */
.languages .lang-option.active {
  color: #0f64cb; /* Highlight active language */
  font-weight: bold;
}

.languages .lang-option.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #0f64cb; /* Match highlight color */
}

/* Separator styling */
.languages span {
  color: #fff; /* Separator color */
  font-size: 14px;
}
