/*  PromotionWebsite  */
#btn-register-jumbos:hover {
    -webkit-filter: none;
    filter: none;
    /* cursor: default; */
}

#register_captcha {
    margin: 0 0 0 auto !important;
}

.register-after-slider-captcha-show-box {
    display: none;
}

.navbar {
    justify-content: space-between !important;
}

.head-navbar::after {
    display: none;
}

.modal-open[style] {
    padding-right: 0 !important;
}

#message_popup .modal-backdrop {
    background-color: #ffffff00;
    height: 0 !important;
}

#message_popup .popup {
    z-index: 20;
    background: #000000b5;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

#message_popup .popup:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

#message_popup .popup-content {
    max-width: 90%;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    z-index: 3;
    padding: 0;
    margin: 0 auto 60px;
}

#message_popup .popup-content .pop-bg {
    max-width: 100%;
    width: 550px;
    display: block;
    margin: auto;
}

#message_popup .pop-close {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 3%;
    top: 13%;
    background-image: url(/Content/img/message/icon_close.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

#message_popup .button-wrap {
    cursor: pointer;
    position: absolute;
    bottom: -12%;
    left: 0;
    right: 0;
    width: 48%;
    margin: auto;
}

#message_popup .button-link01>a,
.button-link02>a {
    width: 100%;
    padding-bottom: 40%;
    display: block;
    margin: auto;
    text-decoration: none;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    background-image: url('/Content/img/message/btn_ok.png');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;

}

#message_popup .button-link02>a {
    margin-top: -4%;
    padding-bottom: 26%;
    background-image: url('/Content/img/message/btn_cancel.png');
}

#message_popup .button-link01>a:hover,
.button-link02>a:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

@media only screen and (max-height: 768px) {
    #message_popup .popup-content .pop-bg {
        width: 500px;
    }

    #message_popup .button-link01>a,
    .button-link02>a {

        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9);
    }

    #message_popup .button-link01>a:hover,
    .button-link02>a:hover {
        -webkit-transform: scale(.95);
        -moz-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95);
    }
}