
#merge-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
    cursor: pointer;
    display: none;
}

#merge_popup {
    background: white;
    border-radius: 4px;
    padding: 40px;
    width: 560px;
    color: #333333;
    line-height: 1;
    font-family: MuseoSans, sans-serif;
    font-weight: 500;
    position: relative;
    margin: auto;
    text-align: center;
}

@media only screen and (max-width: 544px) {
    #merge_popup {
        margin-left: 0 !important;
        width: 100%;
        left: unset !important;
        margin-top: auto !important;
        top: 60px !important;
        position: fixed !important;
        margin: auto;
        transform: unset;
        padding: 20px;
    }

}

.merge-logo .svg {
    width: 380px;
    height: 110px;
    display: inline-block;
    margin: 0 auto;
}

#merge_popup h3 {
    text-align: center;
    font-size: 23px;
    padding: 15px 0;
    line-height: 1.3;
}

@media only screen and (max-width: 544px) {
    #merge_popup h3 {
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 28px;
    }
}

.merge-span {
    line-height: 1;
    font-size: 16px;
    font-family: MuseoSans-300, sans-serif;
    padding: 15px 0;
}

.merge-span .new-site, .merge-notification .new-site {
    font-family: MuseoSans, sans-serif;
    color: #f0542e;
}

.merge-span .new-site:hover {
    color: #f0542e !important;
}

.merge-content {
    clear:both;
    padding: 20px 0;
    font-size: 18px;
    overflow: auto;
}
@media only screen and (max-width: 544px) {
    .merge-content {
        padding: 10px 0;
    }
}

.merge-view .merge-content {
    margin-bottom: 30px;
}

@media only screen and (max-width: 544px) {
    .merge-view .merge-content{
        height:calc(100vw - 50px);
    }
}


.close-merge {
    position: absolute;
    right: 6px;
    top: 10px;
    height: 38px;
    width: 38px;
    border: 2px solid #eef5df;
    background-color: #373737;
    border-radius: 50%;
}

@media only screen and (max-width: 544px) {
    .merge-view .merge-content{
        height:calc(100vw - 50px);
    }
}

.close-merge::before, .close-merge:after {
    position: absolute;
    top: 14px;
    left: 9px;
    width: 16px;
    height: 4px;
    content: "";
    background-color: #fff;
}
.close-merge::before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close-merge::after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.button--primary-merge  {
    background-color: #fda63a !important;
    padding: 0 30px !important;
    color: #fff !important;
}

.button--primary-merge:hover {
    color: #fff !important;
}

.merge-notification .button--primary-merge  {
    width: 100%;
}

.merge-notification {
    width: 100%;
    display: block;
    background-color: #fff;
    position: relative;
    z-index: 1000;
    padding: 20px;
}

@media only screen and (min-width: 768px) {
    .merge-notification {
        display: none !important;
    }
}

@media only screen and (max-width: 544px) {
    .merge-notification {
        position: fixed;
    }
}


.merge-notification .merge-content {
    display: flex;
}

.content-text {
    .padding: 0 10px;
}

.merge-notification .merge-content .content-text .merge-header {
    font-family: MuseoSans-700;
    font-size: 18px;
    width: calc(100% - 40px);
    word-break: break-all;
}

.merge-notification .merge-content .content-text .merge-span {
    font-family: MuseoSans-300;
    font-size: 16px;
}

.merge-notification .merge-content .content-image {
    flex-basis: 100px;
    flex-shrink: 0;
    flex-grow: 0;
}

#merge_popup .icon--arrow-right::before, .merge-notification .icon--arrow-right::before {
    color:#fff !important;
}

.close-notification {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 28px;
    width: 28px;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 50%;
}

.close-notification::before, .close-notification:after {
    position: absolute;
    top: 12px;
    left: 5px;
    width: 16px;
    height: 2px;
    content: "";
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
.close-notification::before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close-notification::after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
