#mailing {
    display: none;
    padding: 20px;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.email_under_title>p {
    font-size: 20px;
    color: black;
}

.textbox-email {
    width: 100%;
    padding: 10px 5px;
    font-size: 18px;
    box-sizing: border-box;
    color: #000;
}

/* Import Fonts */

html,
body,
.site {
    height: 100%;
}

body {
    font-family: arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    margin: 0;
    padding: 0;
}

p {
    line-height: 20px;
    margin: 0 0 1rem;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto;
}

/* Header */

.header {
    position: relative;
    background-color: #000000;
    padding: 16px 15px 15px;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header .logo .logo-img p {
    max-width: 250px;
    position: relative;
    padding: 0px;
    margin: 0px;
    line-height: 1;
    color: rgb(254, 41, 120);
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
    font-style: italic;
}

.header .logo .logo-text {
    line-height: 1;
}

/* Step */

.steps-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.steps-wrap .step {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.steps-wrap .step .girl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.steps-wrap .step .girl img {
    width: 100%;
    display: block;
}

.steps-wrap .step .map {
    text-align: center;
    padding: 20px 0;
    background-size: cover;
    -webkit-box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    position: relative;
    background: url("bg-map.jpg") no-repeat;
    opacity: 0;
}

.steps-wrap .step .map-geo {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
    color: #ffffff;
    text-align: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 200px;
    border-radius: 50px;
    padding: 8px 20px 8px 10px;
    position: relative;
    background-color: #111226;
}

.steps-wrap .step .map-geo::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50%;
    background-color: #232136;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.steps-wrap .step .map-geo>* {
    position: relative;
    z-index: 5;
}

.steps-wrap .step .map-geo .geo-distance {
    font-size: 9px;
    line-height: 1;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #ffffff;
    margin-right: 7px;
}

.steps-wrap .step .map-geo .geo-distance strong {
    font-size: 12px;
    line-height: 1;
}

.steps-wrap .step .map-geo .girl-info .girl-name {
    text-transform: uppercase;
    margin-bottom: 3px;
}

.steps-wrap .step .map-geo .girl-info .geo-city {
    font-weight: bold;
}

.steps-wrap .step .map-geo .girl-info .geo-flag .flag-icon {
    border-radius: 50%;
    border: 1px solid #ffffff;
    width: 14px;
    height: 14px;
    background-position: center;
}

.steps-wrap .step .map-geo .chevron {
    position: absolute;
    left: -9px;
}

.steps-wrap .step .map-geo .chevron::before,
.steps-wrap .step .map-geo .chevron::after {
    content: '';
    display: block;
}

.steps-wrap .step .map-geo .chevron::before {
    border-top: 6px solid transparent;
    border-right: 10px solid #111226;
    border-bottom: 6px solid transparent;
}

.steps-wrap .step .map-geo .chevron::after {
    position: absolute;
    top: 0;
    border-top: 6px solid transparent;
    border-right: 10px solid #232136;
    border-bottom: 0 solid transparent;
}

.steps-wrap .step .step-content {
    padding: 30px 18px;
    background-color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 11;
}

.steps-wrap .step .step-content .step-title {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 30px;
    font-weight: bold;
}

.steps-wrap .step .step-content .step-progress {
    position: absolute;
    top: -2px;
    right: 36px;
    left: 36px;
    height: 4px;
    background-color: #D2D6D5;
}

.steps-wrap .step .step-content .step-progress .progress {
    background: -webkit-gradient(linear, left top, right top, color-stop(-6.98%, #000000), to(rgba(0, 0, 0, 0.33))), #D2D6D5;
    background: linear-gradient(90deg, #000000 -6.98%, rgba(0, 0, 0, 0.33) 100%), #D2D6D5;
    height: 100%;
    position: relative;
}

.steps-wrap .step .step-content .step-progress .progress::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    height: 19px;
    background: url("car.svg") no-repeat center;
}

.steps-wrap .step .step-content .step-progress::before,
.steps-wrap .step .step-content .step-progress::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 4px solid #000000;
    background-color: #ffffff;
}

.steps-wrap .step .step-content .step-progress::before {
    left: -18px;
    border-radius: 50%;
}

.steps-wrap .step .step-content .step-progress::after {
    right: -18px;
}

.steps-wrap .step#step1 .map {
    background-position: 0 -70px;
}

.steps-wrap .step#step2 .map {
    background-position: -100px -70px;
}

.steps-wrap .step#step3 .map {
    background-position: -150px -150px;
}

.steps-wrap .step#step4 .map {
    background-position: -200px -250px;
}

.steps-wrap .step#step5 .map {
    background-position: -300px -300px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
}

.steps-wrap .step#step5 .map .map-text {
    position: relative;
    z-index: 10;
}

.steps-wrap .step#step5 .map .map-text .match {
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.steps-wrap .step#step5 .map .map-text .percentage {
    font-size: 55px;
    line-height: 63px;
    font-weight: bold;
    letter-spacing: 0.02em;
}

.steps-wrap .step#step5 .map .map-text .desc {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    text-align: center;
    padding: 0 7vw;
}

.steps-wrap .step#step5 .map .map-text .desc strong {
    font-weight: 900;
}

.steps-wrap .step#step5 .map .map-pin {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.steps-wrap .step#step5 .map .map-pin::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.steps-wrap .step#step5 .map .map-pin>div {
    position: absolute;
    width: 20px;
    height: 41px;
    background: url("pin.svg") no-repeat center;
}

.steps-wrap .step#step5 .map .map-pin>div.pin1 {
    bottom: 50px;
    left: 10vw;
}

.steps-wrap .step#step5 .map .map-pin>div.pin2 {
    top: 95px;
    left: 17vw;
}

.steps-wrap .step#step5 .map .map-pin>div.pin3 {
    top: 40px;
    left: 45vw;
}

.steps-wrap .step#step5 .map .map-pin>div.pin4 {
    bottom: 90px;
    left: 89vw;
}

.steps-wrap .step#step5 .map .map-pin>div.pin5 {
    bottom: 90px;
    left: 45vw;
    opacity: 0.2;
}

.steps-wrap .step#step5 .step-content .step-title {
    font-size: 23px;
    line-height: 27px;
}

/* Button */

.btn,
.email-submit {
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    padding: 17px 7px;
    width: 45%;
    cursor: pointer;
}

.btn.btn-1,
.email-submit {
    color: #ffffff;
    background-color: #000000;
}

.btn.btn-2 {
    color: #1B1C1C;
    background-color: #F0F0F0;
}

.email-submit {
    display: block;
}

.btn:hover,
.email-submit {
    opacity: 0.85;
}

.btns-wrap,
.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.btn-wrap .btn {
    width: 100%;
}

/* Style Alt2 */

.style_alt2 .step .title-wrap {
    bottom: 35px;
    text-align: center;
    position: relative;
    z-index: 11;
}

.style_alt2 .step .title-wrap .step-title {
    font-size: 21px;
    line-height: 25px;
    font-weight: bold;
    margin: 0;
}

.style_alt2 .step .title-wrap .step-title span {
    display: inline-block;
    padding: .255rem .655rem;
    margin-bottom: .123rem;
    background-color: rgba(255, 255, 255, 0.5);
}

.style_alt2 .step .girl {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    bottom: 0;
}

.style_alt2 .step .step-content {
    padding: 15px 18px 30px;
    background: url("bg-map.jpg") no-repeat;
}

.style_alt2 .step .step-content .map-geo {
    margin-bottom: 15px;
}

.style_alt2 .step .step-content .step-progress {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 20px 20px 5px;
}

.style_alt2 .btn {
    border: 2px solid #ffffff;
}

.style_alt2 .steps-wrap .step#step1 .girl {
    background-image: url("girl1_alt2.jpg");
}

.style_alt2 .steps-wrap .step#step1 .step-content {
    background-position: -50px -95px;
}

.style_alt2 .steps-wrap .step#step2 .girl {
    background-image: url("girl2_alt2.jpg");
}

.style_alt2 .steps-wrap .step#step2 .step-content {
    background-position: -100px -70px;
}

.style_alt2 .steps-wrap .step#step3 .girl {
    background-image: url("girl3_alt2.jpg");
}

.style_alt2 .steps-wrap .step#step3 .step-content {
    background-position: -150px -150px;
}

.style_alt2 .steps-wrap .step#step4 .girl {
    background-image: url("girl4_alt2.jpg");
}

.style_alt2 .steps-wrap .step#step4 .step-content {
    background-position: -200px -250px;
}

.style_alt2 .steps-wrap .step#step5 {
    background: url("bg-map.jpg") no-repeat;
    background-position: -300px -300px;
}

.style_alt2 .steps-wrap .step#step5 .step-content {
    background: none;
}

.style_alt2 .steps-wrap .step#step5 .map {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.style_alt2 .steps-wrap .step#step5 .map .map-pin::before {
    display: none;
}

.style_alt2 .steps-wrap .step#step5 .map .map-text .percentage {
    font-size: 75px;
    line-height: 85px;
}

.style_alt2 .steps-wrap .step#step5 .map .map-text .match {
    font-size: 30px;
    line-height: 30px;
}

.style_alt2 .steps-wrap .step#step5 .map .map-text .desc {
    line-height: 23px;
}

.style_alt2 .steps-wrap .step#step5::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

* {
    scrollbar-width: none;
}

body::-webkit-scrollbar {
    display: none;
}


body {
    -ms-overflow-style: none;
}

/* RTL */

.lang-he {
    direction: rtl;
}

.lang-he .header .logo {
    direction: ltr;
}

.lang-he .steps-wrap .step .map-geo {
    padding: 8px 10px 8px 20px;
}

.lang-he .steps-wrap .step .map-geo .geo-distance {
    margin-right: 0;
    margin-left: 7px;
}

.lang-he .steps-wrap .step .map-geo>* {
    text-align: right;
}

.lang-he .steps-wrap .step .map-geo .girl-info .geo-flag .flag-icon {
    margin-right: 0;
    margin-left: 0.3em;
}

.lang-he .steps-wrap .step .step-content .step-progress::before {
    left: auto;
    right: -18px;
}

.lang-he .steps-wrap .step .step-content .step-progress::after {
    right: auto;
    left: -18px;
}

.lang-he .steps-wrap .step .step-content .step-progress .progress::before {
    right: auto;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

/* =========================================================================
   Unsubscribe
 =========================================================================== */

.unsubscribe {
    font-size: 12px;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    padding: 0 0 5px;
}

.unsubscribe a {
    color: #000;
    text-decoration: underline;
}

/* Has push */

.has-push .steps-wrap .step .step-content {
    padding-bottom: 100px;
}

.has-push #lp-label.bottom.datew-position {
    bottom: 10px;
}

/*----> Responsive <---- */

@media (max-height: 728px) and (orientation: landscape) {
    .unsubscribe {
        position: relative;
    }
}

/* Large height mobile size: Iphone XS/8 Plus/6s Plus */

@media (max-height: 650px) {
    .has-push .steps-wrap .step .girl img {
        position: relative;
        top: -50px;
    }

    .has-push .steps-wrap .step .map {
        padding: 25px 0;
    }

    .has-push .steps-wrap .step .step-content {
        padding-top: 20px;
    }

    .has-push .steps-wrap .step .step-content .step-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }
}

/* Iphone 8/7/6S, Gallaxy S5 */

@media (max-width: 400px) and (max-height: 570px) {
    .steps-wrap .step .step-content {
        padding: 20px 18px;
    }

    .unsubscribe_visible .steps-wrap .step .step-content {
        padding: 18px 15px 30px;
    }

    .unsubscribe_visible.has-push .steps-wrap .step .step-content {
        padding-top: 20px;
        padding-bottom: 100px;
    }

    .steps-wrap .step#step5 .map .map-pin>div.pin4 {
        bottom: 70px;
        left: 87vw;
    }

    .style_alt2 .steps-wrap .step#step1 .step-content {
        background-position: 0 -80px;
    }
}

/* Iphone SE/6 */

@media (max-width: 400px) and (max-height: 460px) {
    .steps-wrap .step .map {
        padding: 15px 0;
    }

    .steps-wrap .step .step-content {
        padding: 18px 15px;
    }

    .unsubscribe_visible .steps-wrap .step .step-content {
        padding: 18px 15px 25px;
    }

    .steps-wrap .step .step-content .step-title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .steps-wrap .step#step1 .map {
        background-position: 0 -110px;
    }

    .steps-wrap .step#step5 .map .map-pin>div.pin1 {
        bottom: 13px;
    }

    .steps-wrap .step#step5 .map .map-pin>div.pin3 {
        top: 20px;
        left: 60vw;
    }

    .steps-wrap .step#step5 .map .map-pin>div.pin4 {
        bottom: 20px;
    }

    .style_alt2 .step .step-content .step-progress {
        margin-top: 15px;
    }

    .unsubscribe_visible .steps-wrap .step .step-content {
        padding: 11px 15px 25px;
    }

    .style_alt2 .step .title-wrap {
        bottom: 15px;
    }

    .style_alt2 .step .title-wrap .step-title {
        font-size: 19px;
        line-height: 20px;
    }

    .style_alt2 .steps-wrap .step#step5 .map .map-text .match {
        font-size: 25px;
        line-height: 25px;
    }
}

p.banner_text {
    text-align: center;
    color: #fff;
}

@media (max-width:420px) {
    .header {
        padding: 10px;
    }

    .steps-wrap .step .step-content .step-title {
        font-size: 18px;
        line-height: 21px;
        margin: 0 0 20px;
    }
}

/* google registration css */

.google_button {
    position: relative;
    height: 45px;
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
}

.abcRioButtonBlue {
    width: 100% !important;
}

.abcRioButtonContents {
    font-size: 18px !important;
}

.googOverlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

.none {
    display: none;
}


/* google registration css */

/* loader css */

.loader_container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
}

.loader_holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
}

#msg_loader {
    color: #fff;
    text-align: center;
    font-size: 16px;
}

#msg_loader img {
    padding-bottom: 10px;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 0px auto 20px;
    font-size: 5px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* loader css */


#terms_container,
#privacy_container {
    z-index: 99999999 !important;
}

#reg_body .header {
    z-index: 0 !important;
}

/* reg1 css */

.reg1Centered {
    width: calc(100% - 0px);
    max-width: 500px;
    display: block;
    margin: 0 auto;
    padding: 0px;
    color: #000;

}

#btn_submit {
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    padding: 17px 7px;
    max-width: 250px;
    width: 90%;
    margin: 25px auto 15px auto;
    cursor: pointer;
    color: #ffffff;
    background-color: #000000;
}

#btn_submit:hover {
    opacity: 0.85;
}

.emailText {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0px 0px 10px 0px;
}

.headline_top {
    font-size: 22px;
    text-align: center;
    margin: 0 auto 10px auto;
    padding: 5px 0;

}

.list_box {
    text-align: left;
    max-width: 379px;
    width: 100%;
    display: block;
    margin: 25px auto 20px auto;
    line-height: 23px;
    font-size: 18px;
    list-style: none;
}

.list_box li {
    display: inline-flex;
    list-style: none;
}

.list_box li:before {
    content: "✓";
    margin-right: 5px;
    font-weight: bold;
    color: #000;
}

#reg_email {
    display: block;
    margin: 10px auto;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    max-width: 330px;
    width: 95%;
    font-size: 17px;
}

.orRegister {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 0px;
    margin: 0 auto;
}

#termsPrivacy {
    max-width: 420px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    overflow: hidden;

}

#pleaseAcceptTerms p {
    font-weight: normal;
    float: left;
    width: calc(100% - 25px);
    text-align: left;
    margin: 0 auto;
    font-size: 13px;
}

#pleaseAcceptTerms p:nth-child(2) {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0;
    clear: both;
    display: block;
    float: none;


}

#acceptPrivacyAndTerms {
    float: left;
    position: relative;
    margin-right: 2px;
    bottom: -1px;

}

#acceptPrivacyAndTerms input {
    margin: 0;
    position: relative;
    bottom: -1px;

}

#termsLink,
#privacyLink {
    font-weight: 600;
}

#msg_register {
    text-align: center;
    font-size: 16px;
}


#terms_container>.terms_container_inner>.terms_container_content,
#privacy_container>.privacy_container_inner>.privacy_container_content {
    color: #000;
    line-height: 16px !important;
}

@media screen and (max-width: 479px) {
    .emailText {

        font-size: 20px;
        padding: 6px 0;
    }

    .headline_top {
        font-size: 17px;

    }

    .list_box {
        line-height: 22px;
        font-size: 15px;
        padding-left: 10px;
        width: calc(100% - 10px);
    }

    #reg_email {

        width: 95%;
        font-size: 14px;
    }

    #reg_body .steps-wrap .step .step-content {
        padding: 20px 10px;

    }

    .orRegister {
        font-size: 14px;
    }


}

/* end reg1 css */

.clr {
    clear: both
}

.yam-prompt-wrapp {
    border-radius: 3px;
    z-index: 999999999999 !important;
    position: fixed !important;
    top: 10px !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    background-color: #ffffff !important;
    max-width: 500px !important;
    padding: 10px !important;
    justify-items: end !important;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .22) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    animation: 1s ease-out 0s 1 slideInFromTop !important;
    transition: .1s !important;
    -o-user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.yam-prompt-img {
    float: left;
    margin: 0 20px 0 0;
    height: 80px;
    width: 80px;
    background: url("5f7306cb0e729.gif") center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.yam-prompt-info {
    text-transform: none;
    margin-top: 5px !important;
    word-break: break-word !important;
    color: #000000 !important;
    line-height: 1.3;
    text-align: left;
    font-size: 16px !important;
    width: 95%;
    border-radius: 5px;
    padding: 5px;
    display: table-cell;
    padding-left: 10px;
    font-weight: bold;
}

.yam-prompt-info2 {
    text-transform: none;
    margin-top: 5px !important;
    word-break: break-word !important;
    color: #666666 !important;
    line-height: 1.5;
    text-align: left;
    font-size: 12px !important;
}

.yam-prompt-btn-wrapp {
    height: auto;
    height: auto;
    overflow: hidden;
    width: calc(100% - 50px);
    float: right;
    display: inline-block
}

.yam-prompt-allow,
.yam-prompt-disallow {
    border: none;
    outline: none;
    width: 105px !important;
    padding: 10px !important;
    border: none !important;
    border-radius: 5px !important;
    background: none !important;
    position: relative;
    overflow: hidden;
    color: #464646 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    float: right;
    display: inline-block !important;
    margin-left: 10px;
    font-weight: bold;
}

.yam-prompt-allow,
.yam-prompt-disallow:hover {
    cursor: pointer !important
}

.yam-prompt-allow {
    width: 121px !important;
}

.yamads-closed {
    display: none !important
}

@media only screen and (max-width: 422px) {
    .yam-prompt-wrapp {
        bottom: 0 !important;
        top: initial !important;
        animation: 1s ease-out 0s 1 slideInFromBottom !important
    }

    .yam-prompt-allow,
    .yam-prompt-disallow {
        font-size: 12px !important
    }
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(0)
    }
}

@media screen and (max-width: 450px) {
    .yam-prompt-info2 {
        text-indent: 10px;
        position: relative;
        top: 5px;
    }
}

.yam-prompt-allow span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #3d50bb);
    animation: animate1 1s linear infinite;
}

.yam-prompt-allow span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #3d50bb);
    animation: animate2 1s linear infinite;
    animation-delay: .25s
}

.yam-prompt-allow span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #3d50bb);
    animation: animate4 1s linear infinite;
    animation-delay: .75s
}

@keyframes animate1 {
    0% {
        left: -100%
    }

    100%,
    50% {
        left: 100%
    }
}

.yam-prompt-allow span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #3d50bb);
    animation: animate2 1s linear infinite;
    animation-delay: .25s
}

@keyframes animate2 {
    0% {
        top: -100%
    }

    100%,
    50% {
        top: 100%
    }
}

.yam-prompt-allow span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #3d50bb);
    animation: animate3 1s linear infinite;
    animation-delay: .5s
}

@keyframes animate3 {
    0% {
        right: -100%
    }

    100%,
    50% {
        right: 100%
    }
}

.yam-prompt-allow span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #3d50bb);
    animation: animate4 1s linear infinite;
    animation-delay: .75s
}

@keyframes animate4 {
    0% {
        bottom: -100%
    }

    100%,
    50% {
        bottom: 100%
    }
}

.yam-prompt-allow span {
    font-weight: 700;
    position: absolute;
    display: block
}

.list_box {
    max-width: 407px;
}