.rra-form-control-label,.rra-form-control {
    display: block;
}
#rra_add_form_container .rra_add_row {
    margin-bottom: 1em;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#rra_add_form, #rra_add_form_container {
    width: 100%;
    max-width: 450px;
    margin: auto;
}

#rra_add_form_container{
    margin-top: 50px;
    margin-bottom: 50px;
}

.rra-form-control {
    width: 100%;
}
select.rra-form-control{
    height:50px;
    cursor: pointer;
}
#rra_add_form_container .rra-form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    border-radius: 3px;
    color: #535353;
}
#rra_add_form_container {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgb(14 30 37 / 16%) 0px 2px 16px 0px;
    padding: 50px 50px 70px 50px;
    border-radius: 10px;
    background-color: #ffffff;
    box-sizing: border-box;
}
#rra_add_form {
    margin-top: 25px;
}
.rra-add-description {
    font-size: 16px;
}
.rra-add-title {
    margin-bottom: 0.5em;
    margin-top: 0px;
    font-family: inherit;
    font-weight: 600;
    font-size: 28px;
}
.rra-form-control-label {
    color: #535353;
    font-size: 16px;
    margin-bottom: 0.5em;
    font-weight: 500;
}
#rra_add_form_container .rra-form-submit {
    padding: 0 25px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all .7s ease;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 400;
    background: #333333;
    cursor: pointer;
}
#rra_add_form_container .rra-form-submit{
    display: flex;
}
.rra-form-submit-row {
    margin-top: 30px;
}
#rra_add_form_container .rra-form-submit:hover {
    border-color: #333333;
    background-color: transparent;
    color: #333333;
}
.rra-add-subscribe-row {
    display: flex;
    flex-wrap: nowrap;
}
#rra_add_form_container .rra-add-subscribe-row input[type="checkbox"] {
    outline: none;
    margin-right: 5px;
}
.rra-add-subscribe-row {
    align-items: center;
}
.rra-add-subscribe-row label {
    margin-bottom: 0px;
    cursor: pointer;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
#rra_add_phone_number {
    width: 100%;
    height: 50px;
}
.error-message {
    font-size: 14px;
    background-color: #fff9f9;
    display: block;
    padding: 5px 10px;
    border: 1.5px solid #c02b0a;
    color: #c02b0a;
    margin-top: 0.5em;
    border-radius: 3px;
    width: 100%;
}
.rra-privacy-policy a {
    color: #0F52BA;
    font-size: 16px;
}
#rra_add_form_container .enable-request-mode-sms, #rra_add_form_container .enable-request-mode-email{
    display: none;
}
#rra_add_cname, #rra_add_email {
    height: 50px;
    min-height: 0px;
    line-height: initial!important;
    padding: 0 10px!important;
}
.rra_review_request_verification h3 {
    font-weight: bold;
}
.rra_review_request_verification {
    width: max-content;
    margin: auto;
    padding: 40px 0px;
}

/* Review Type */
.rra-review-type-fcontainer {
    text-align: center;
}

.rra-review-type-fcontainer a, .rra-review-type-fcontainer p, .rra-review-type-fcontainer h4, .rra-review-type-fcontainer span,
.final_review_heading{
    font-family: inherit;
}

.final_review_heading {
    color: #535353;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 0px;
}

.final_review_intro {
    margin-top: 8px;
    margin-bottom: 40px;
    color
}

.rra-freview-btns a{
    background-color: #4359cb;
    color: #fff;
    padding: 15px 20px;
    display: block;
    background-size: 6%;
    background-position: 8% center;
    background-repeat: no-repeat;
    font-size: 17px;
    text-decoration: none;
}

.rra-freview-btns a:hover, .freview-website-review-btn:hover{
    background-color: #1d2f8a;
    color: #fff;
}

.freview-website-review h4 {
    color: #535353;
    font-weight: 400;
    margin-bottom: 30px;
}

.freview-website-review-btn {
    background: #ebebeb;
    padding: 15px 20px;
    color: #222;
    font-size: 17px;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.rra-freview-btns {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.freview-website-review {
    padding: 0 0 30px;
}

.rra-review-type-fcontainer {
    max-width: 500px;
    width: 100%;
    padding: 50px 0;
    margin: auto;
    min-height: 400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color:#535353;
}

/* #review_gen_generator input[type=text] {
    width: 100%;
    margin-bottom: 15px;
    display: block;
    min-height: 50px;
    border-radius: 0px;
}

#review_gen_generator {
    flex-wrap: nowrap!important;
} */

#rra_add_gen_url_btn {
    width: 100%;
    background-color: #50C878;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #50C878;
    cursor: pointer;
    border-radius: 3px;
    padding: 8px 10px;
    display: block;
}

#rra_add_form_container #review_gen_generator {
    margin-top: 30px;
    display: none;
}

/* Spinner */
.sp-circle-rra-container .sp-circle-rra {
    display: inline-block;
    border: 4px solid rgba(255, 255, 255, 0.25);
    border-top: 4px solid rgb(247, 247, 247);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    -webkit-animation: spCircRot 0.6s infinite linear;
    animation: spCircRot 0.6s infinite linear;
    margin: auto;
    margin-left: 10px;
}

#rra_add_form_container .rra-form-submit:hover .sp-circle-rra{
      border-top-color:rgb(0, 0, 0);
}


.sweet-alert button.confirm {
    background-color: #9E9E9E!important;
}
.sweet-alert h2, .sweet-alert p, .sweet-alert button.confirm {
    font-family: inherit!important;
}

.sweet-alert p {
    color: #333;
    font-weight: 500;
}

@-webkit-keyframes spCircRot {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spCircRot {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media screen and (max-width:991px){
    .rra_review_request_verification {
        padding: 40px 20px;
        width: 100%;
    }
}

@media screen and (max-width:767px){
    .rra-freview-btns {
        max-width: 70%;
    }
}

@media screen and (max-width:480px){
    #rra_add_form_container{
        padding: 50px 25px 70px 25px;
    }
    .rra-freview-btns {
        max-width: 100%;
    }
}

/* Reduce opacity for input placeholder */
input::placeholder,
select::placeholder {
    opacity: 0.6; /* Adjust the opacity value as needed (0 to 1) */
}

/* For browsers that support the ::-webkit-input-placeholder pseudo-element */
input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    opacity: 0.6; /* Adjust the opacity value as needed (0 to 1) */
}

/* For browsers that support the ::-moz-placeholder pseudo-element */
input::-moz-placeholder,
select::-moz-placeholder {
    opacity: 0.6; /* Adjust the opacity value as needed (0 to 1) */
}
#rra_add_form_container, #rra_add_form_container h1, #rra_add_form_container h2, #rra_add_form_container h3, #rra_add_form_container h4, #rra_add_form_container h5, #rra_add_form_container h6,
#rra_add_form_container p, #rra_add_form_container label, #rra_add_form_container input, #rra_add_form_container select, #rra_add_form_container button{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
/* Override Existing Theme */
.freview-privacy-policy a {
    color: #333;
}
select{
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

#rra_add_form #rra_gen_brand_container, #rra_add_form #rra_gen_location_container, #rra_add_form #rra_gen_rep_container, #rra_add_form #rra_gen_rtype_container{
    display: none;
}

.add_floader {
    display: inline-block;
    width: 13px;
    height: 13px;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
    color: currentcolor;
    position: relative;
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    top: -15px;
    margin-left: 15px;
}

.add_floader:before, .add_floader:after, .add_floader {
    border-radius: 50%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: add_floader_animation 1.8s infinite ease-in-out;
    animation: add_floader_animation 1.8s infinite ease-in-out;
}
.add_floader:before, .add_floader:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: inherit;
    height: inherit;
}
.add_floader:before {
    right: 100%;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.add_floader:after {
    left: 100%;
}

@keyframes add_floader_animation {
	0%,
	80%,
	100% {
		box-shadow: 0 1em 0 -1em;
	}
	40% {
		box-shadow: 0 1em 0 -.2em;
	}
}


.aform_field_loader_wrapper {
    margin-bottom: 1em;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 45px;
    align-items: center;
}

.aform_field_loader_wrapper p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #9E9E9E;
}

#rra_add_gen_url {
    height: 35px;
    margin-bottom: 15px;
}

#rra_add_form_success, #rra_add_form_fail {
    font-size: 14px;
    background-color: #fff9f9;
    display: block;
    padding: 5px 10px;
    border: 1.5px solid #c02b0a;
    color: #c02b0a;
    margin-top: 0.5em;
    border-radius: 3px;
    /* width: 100%; */
    /* text-transform: capitalize; */
}

#rra_add_form_success{
    color: #50C878;
    border-color: #50C878;
    background-color: #ffffff;
}

#rra_add_form_confirmation_loader {
    padding: 10px 0;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    color: #a9a9a9;
    /* text-transform: capitalize; */
    width: 100%;
}

@media screen and (max-width:767px){
    #rra_review_template {
        padding: 15px;
    }
    .final_review_heading {
        font-size: 26px;
    }
    .rra-review-type-fcontainer p, .rra-freview-btns a, .freview-website-review h4, .freview-website-review-btn, .freview-website-thanks p, .freview-privacy-policy a {
        font-size: 17px;
    }
}

