#casino-review-overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

/*Common part*/
.review_casino_popup-wrapper{
    position: fixed;
    right: 0;
    left: 0;
    top: 50%;
    margin: 0 auto;
    z-index: 9999999;
    padding: 0 8px;
}

.review_casino_popup{
    box-shadow: 0px 1px 3px #000029;
    border-radius: 2px;
    font-family: 'Roboto', Arial, sans-serif;
    background: #fff;
    padding: 0 15px;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.review_casino_popup .popup_close{
    position: absolute;
    color: #706C6E;
    width: 14px;
    height: 14px;
    top: 18px;
    right: 18px;
    cursor: pointer;
}

/*First popup*/
#review_casino_popup{
    width: 100%;
    max-width: 400px;
    height: 208px;
    margin-top: -104px;
}

#review_casino_popup .rate_casino_heading{
    text-align: center;
    margin-top: 40px;
}

#review_casino_popup .rate_casino_title{
    font-size: 18px;
    color: #433F42;
    line-height: 25px;
}

#review_casino_popup .rate_casino_name{
    font-size: 18px;
    color: #433F42;
    font-weight: bold;
    line-height: 25px;
}

#review_casino_popup .rate_casino_subtitle{
    font-size: 14px;
    text-align: center;
    color: #706C6E;
    margin-top: 15px;
    line-height: 20px;
}

#review_casino_popup .rate_casino-btns{
    text-align: center;
    margin-top: 20px;
}

#review_casino_popup ul.add-your__rating li {
    margin-left: 26px;
}

#review_casino_popup ul.add-your__rating li:first-child{
    margin-left: 0;
}

/*Second popup*/
#review_casino_popup-response{
    width: 100%;
    max-width: 400px;
    margin-top: -209px;
}

#review_casino_popup-response .medal-wrapper{
    width: 70px;
    height: 70px;
    border: 1px solid #E3E3E3;
    border-radius: 50%;
    margin: 30px auto 0;
}

#review_casino_popup-response .medal-wrapper .medal{
    margin: 20px auto 0;
}

#review_casino_popup-response .rate_casino_heading{
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-top: 15px;
    color: #433F42;
}

#review_casino_popup-response .rate_casino_subtitle{
    font-size: 14px;
    color: #706C6E;
    text-align: center;
    line-height: 20px;
    margin-top: 5px;
}

#review_casino_popup-response .nr_chararcters_pop_up_review{
    text-align: right;
    margin-top: 10px;
    color: #706C6E;
    font-size: 12px;
    line-height: 20px;
}

#review_casino_popup-response .feedback_review_input{
    width: 100%;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    padding: 10px;
    color: #706C6E;
}

#review_casino_popup-response #visit_review_comment{
    margin-top: 6px;
    height: 80px;
}

#review_casino_popup-response #visit_review_name{
    margin-top: 10px;
    height: 40px;
}

#review_casino_popup-response .send_feedback{
    width: 152px;
    height: 40px;
    display: block;
    margin: 10px auto 30px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 40px;
}

#review_casino_popup-response .error_msg{
    color: #E33A3A;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
}

#review_casino_popup-response .error_input{
    border-color: #E33A3A;
}

/*Third popup*/
#review_casino_popup-final{
    width: 100%;
    max-width: 400px;
    margin-top: -120px;
}

#review_casino_popup-final .checked-icon{
    display: block;
    width:90px;
    height:90px;
    margin:50px auto 0;
    border: 1px solid #E3E3E3;
    border-radius: 50%;
    text-align: center;
}

#review_casino_popup-final .rate_casino_heading{
    font-size:20px;
    color: #433F42;
    text-align: center;
    line-height: 25px;
    margin-bottom: 50px;
    margin-top: 25px;
}

#review_casino_popup-final .checked-icon svg {
    width: 30px;
    height: 30px;
    margin-top: 34px;
}