.yn__modal {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1050;
    display: none;
    width: 608px;
    max-width: 608px;
    height: 100%;
    overflow: inherit;
    outline: 0;
}
.yn__modal-1 {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1070;
    display: none;
    width: 580px;
    max-width: 580px;
    height: 100%;
    overflow: inherit;
    outline: 0;
}
.yn__modal-sm {
    position: fixed;
    border: 1px solid var(--stroke-transparent, rgba(0, 0, 0, 0.10));
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 446px;
    max-width: 446px;
    height: auto;
}
@media screen and (max-width: 690px) {
    .yn__modal {
        width: 100%;
    }
    .yn__modal-1 {
        width: 100%;
    }
}
.yn__modal-show {
    display: block;
}
.yn__modalwrap {
    background: #fff;
    height: inherit;
    transform: translate3d(100%,0,0);
    transition: 250ms cubic-bezier(.4,0,.2,1);
}
.yn__modal-sm .yn__modalwrap {
    transform: unset;
    border-radius: 10px;
}
.yn__modalwrap-show {
    transform: translate3d(0%,0,0);
}
.yn__modalcontent {
    height: inherit;
}
.yn__modalheader {
    display: flex;
    align-items: center;
    padding: 32px 32px 16px 32px;
    border-bottom: 0;
}
.yn__modalclose {
    position: absolute;
    cursor: pointer;
    left: -52px;
    width: 20px;
    margin: 0;
}
.yn__modalclose-right {
    display: none;
    position: relative;
    left: -16px;
}
@media screen and (max-width: 640px) {
    .yn__modalclose-right {
        left: 12px;
    }
}
.yn__modal-sm .yn__modalclose-right {
    display: block;
}
@media screen and (max-width: 640px) {
    .yn__modalclose {
        display: none;
    }
    .yn__modalclose-right {
        display: block;
    }
}
.yn__modalbody {
    height: calc(100% - 69px - 89px);
    padding: 24px 32px 32px 32px;
}
@media screen and (max-width: 1060px) {
    .yn__modalbody {
        padding: 16px;
    }

}
.yn__modalfooter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    border-top: 1px solid #e9ecef;
    background-color: #fff;
    z-index: 1;
    width: 100%;
    bottom: 0;
    padding: 20px 32px;
}
.yn__modal-sm .yn__modalfooter {
    position: relative;
    border-radius: 0 0 10px 10px
}
@media screen and (max-width: 1060px) {
    .yn__modalfooter {
        padding: 12px 16px;
    }
}
.yn__overlay,
.yn__overlay-onboarding,
.yn__overlay-onboarding4,
.yn__overlay-onboarding6,
.yn__overlay-onboarding12 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: 200ms cubic-bezier(.4,0,.2,1);
}
.yn__overlay-1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: 200ms cubic-bezier(.4,0,.2,1);
}
.yn__overlay-show {
    opacity: .5;
    visibility: visible;
}
.yn__modal-open {
    overflow: hidden;
    height: 100% !important;
}
.yn__showmodal {
    cursor: pointer;
}
.modal-title {
    color: #212529;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 41px;
    width: 100%;
}
@media screen and (max-width: 640px) {
    .modal-title {
        text-align: left;
    }
}
.yn__modal-sm .modal-title {
    text-align: left;
}
.yn__hidemodal {
    margin: 0 16px 0 0;
}