/* Admiral Review Page Inspired Theme */

/* Background Color of Rating Bar */
#ratingHeader:not(.cleared){
    color: #4e5e69;
    background-color: #e1dede;
    height: 30px;
}

/* Reward, Certificate, and Email Field */
.emailField{
    color: #4e5e69;
    background-color: #f2f2f2;
    width: 100%;
    height: 50px;
}

.emailField::placeholder{
    color: #4e5e69;
}

/* Collapsing Div Itself (for Rewards and Certificate Only)*/
#sur_reward_info,
#sur_certificate{
    /*background-color: #e1dede;*/
}

/* Collapsing Div Label - Only for Advinim */
#sur_reward_info span.cGray,
#sur_certificate span.cGray{
    color: #4e5e69 !important;
    background-color: #e1dede;
    display: inline-block;
    width: 100%;
    height: 30px !important;
    margin-bottom: 20px;
    padding-top: 10px;
    position: relative;
    bottom: 20px;
}

/* Collapsing Div 3 Dots */
#sur_reward_info > div.hr_see_more_text,
#sur_certificate > div.hr_see_more_text{
    z-index: 10;
}

/* Collapsing Div Content */
#sur_reward_info > div:not(.hr_see_more_text),
#sur_certificate > div:not(.hr_see_more_text){
    position: relative;
    bottom: 40px;
    padding-top: 10px;
    visibility: hidden;
}

hr.whiteHR{
    border-color: white !important
}

.emailFieldOutsidePlaceholder{
    color: #4e5e69;
}

.noMarginTop{
    margin-top: 0px !important;
}

hr.noMarginTop{
    margin-top: 0px !important;
}

hr.noMarginBottom{
    margin-bottom: 0px !important;
}