/* Start popup customization styles */
.custom_its_a_match .ow_box_cap_icons a.close {
    background-image: url(../images/close_btn.png);
}
.custom_its_a_match {
    color: #fff;
    text-align: center;
}
.custom_its_a_match .floatbox_header .ow_box_cap_icons {
    margin-top: 10px;
    margin-right: 10px;
}
.custom_its_a_match .floatbox_container {
    border: none;
    border-radius: 26px;
}
.custom_its_a_match .floatbox_title {
    display: none;
}
.custom_its_a_match .floatbox_container .ow_bg_color {
    background: #88394d;
    background: -webkit-gradient(linear, left top, left bottom, from(#88394d), to(#bc6f72));
    background: linear-gradient(to bottom, #88394d, #bc6f72);
    border-radius: 26px;
}
.custom_its_a_match_wrapper {
    text-align: center;

}
.custom_its_a_match_wrapper .title {
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}

.custom_its_a_match_wrapper .sub_title {
    font-size: 17px;
    line-height: 1;
}
.custom_its_a_match_user_icons_wrapper {
    padding: 40px 0 100px;
}
.custom_its_a_match_user_icons_wrapper a {
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
}
.custom_its_a_match_user_icons_wrapper a:hover {
    text-decoration: none;
}
.custom_its_a_match_user_icons_wrapper img {
    height: 120px;
    width: 120px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.custom_its_a_match_buttons_wrapper {
    width: 64%;
    margin: 0 auto 34px;
}
.custom_its_a_match_buttons_wrapper a {
    display: block;
    padding: 14px 0;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    margin-bottom: 17px;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 0.7px;
    font-family: 'pf_din_text_comp_proregular', "Trebuchet MS", "Helvetica CY", sans-serif;
}
.custom_its_a_match_buttons_wrapper a:hover {
    text-decoration: none;
}
.custom_its_a_match_buttons_wrapper a .button_text {
    vertical-align: middle;
    margin-left: 10px;
}
.custom_its_a_match_buttons_wrapper a.send {
    background-color: #ee3264;
    border: 2px solid #ee3264
}
.custom_its_a_match_buttons_wrapper a.send:hover {
    background-color: rgba(238, 50, 100, 0.8);
}
.custom_its_a_match_buttons_wrapper a.keep:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.custom_its_a_match_buttons_wrapper .send_button_icn {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/ic-match-send-message.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 28px;
    height: 24px;
}
.custom_its_a_match_buttons_wrapper .keep_button_icn {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/ic-match-keep-play.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 23px;
    height: 24px;
}
/* End popup customization styles */