#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url('../../../../../../content/dam/common/loading.gif') no-repeat center center;
    background-size: 50px 50px;
    z-index: 10000;
}
.required-star {
    color: red;
    font-weight: bold;
}



input[type="checkbox"], input[type="radio"] {
    width: auto !important;
}


/* Container – no border, no background */
.rating-stars.no-border {
    display: inline-flex;
    padding: 0;
    background: none;
    border-radius: 0;
}

/* Hide radio */
.rating-stars input {
    display: none;
}

/* Star shape */
.rating-stars label {
    width: 22px;
    height: 22px;
    background: #000b;
    display: inline-flex;
    cursor: pointer;
    margin-right: 6px;
    clip-path: polygon(
            50% 0%, 66% 32%, 100% 38%, 78% 64%, 83% 100%,
            50% 83%, 17% 100%, 22% 64%, 0 38%, 34% 32%
    );
    padding: 0 0 0px 0px !important;
}

/* Hide dummy star */
.rating-stars label[for=rs0] {
    display: none;
}

/* Fill animation */
.rating-stars label:before {
    content: "";
    width: 90%;
    height: 90%;
    margin: auto;
    background: linear-gradient(
            90deg,
            yellow,
            orange 30% 50%,
            #184580 50%,
            #173a75 100%
    );
    background-size: 200% 100%;
    background-position: 0 0;
    clip-path: inherit;
}

/* Selected stars */
.rating-stars input:checked + label ~ label:before {
    background-position: 100% 0;
}

/* Hover preview */
.rating-stars label:hover:before,
.rating-stars label:hover ~ label:before {
    background-position: 0 0;
}

.form-title {
    text-align: center;
    margin-bottom: 25px;
}

.form-title h1 {
    font-size: 32px;
    font-weight: 600;
    color: #184580;
    margin-bottom: 0;
}

/* Divider line */
.form-title:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #f5b301;
    margin: 12px auto 0;
    border-radius: 2px;
}
label {
    text-transform: math-auto !important;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.help-block {
    clear: both;    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
#errorBlock {
    display: none;
}
.has-error .help-block{
    color: #a94442;
}
#feedsubmit-btn{
    margin:20px 0;
}


#otpBtn{
    margin-top: 5px;
    padding: 5px;
}

#changeNumber{
    margin-top: 5px;
    padding: 5px;
}
#verifyOtp{
    margin-top: 5px;
    padding: 5px;
}
/* Privacy policy popup */
.privacy-wrapper {
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
}

.privacy-header {
    background: #f5f7fa;
    padding: 12px 15px;
    border-radius: 6px;
    margin-bottom: 10px;
    border-left: 4px solid #0d6efd;
}

.privacy-header strong {
    display: block;
    font-size: 16px;
}

.privacy-subtext {
    font-size: 13px;
    color: #555;
}

.privacy-content {
    max-height: 360px;
    overflow-y: auto;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #ffffff;
}

.privacy-content h4 {
    margin-top: 15px;
    font-size: 15px;
    color: #333;
}

.privacy-content ul {
    padding-left: 18px;
}

.privacy-consent {
    margin-top: 15px;
    font-weight: 600;
}
