/* Style the ellipsis indicators */
.carousel-indicators{
    position: unset;
    margin-bottom: 0;
}
.carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dee0e3;
  }

  .carousel-indicators li.active {
    background-color: #0F53FA;
    opacity: 1; /* Set the opacity of the active indicator */
  }

  /* Position the ellipsis indicators at the bottom of the carousel */
  .carousel-indicators.d-flex {
    justify-content: center;
    margin-top: 10px;
  }

  .account-profile-container{
    width: 100%;
    display: flex;
  }
  .account-profile-container .icon-container{
    margin-right: 16px;
  }
  .account-profile-container .text-container .title{
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #101828;
  }
  .account-profile-container .text-container .sub-title{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #475467;
}

#surveyModal .modal-header, #surveyModal .modal-body{
    padding: 24px;
}
#surveyModal .modal-header{
    border-bottom: 0;
    padding-bottom: 0;
}
#surveyModal label.title{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #101828;
    margin-bottom: 16px;
}
#surveyModal .modal-footer{
    border-top: 0;
    padding: 0 24px 24px 24px;
}
#surveyModal .modal-footer .btn{
    width: 100%;
    height: 44px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 10px 18px;
}
#surveyModal form .form-check{
    padding-left: 0;
    padding: 12px;
    gap: 4px;
    width: 492px;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #EAECF0;
    border-radius: 6px;
    margin-bottom: 12px;
    width: 100%;
}
#surveyModal form .form-check.active{
    background: #EBF1FE;
    border: 1px solid #5787FB;
}
#surveyModal form .form-check:hover{
    border: 1px solid #9CB9FC;
}

#surveyModal form .form-check:hover >  input.form-check-input{
    background: #EBF1FE;
    border: 1px solid #5787FB;
}


#surveyModal form .form-check-label{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #344054;
}

#surveyModal form .form-check-input{
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    pointer-events: none;
}

#surveyModal .modal-dialog.modal-md{
    max-width: 560px;
}

.form-group .form-check{
    cursor: pointer;
}

#other-job-function, #how-did-you-hear, input.form-control{
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
}
input[type=number] {
        -moz-appearance: textfield;
        /* Firefox */
}