/*
* Please read the license to apply some modify.
*/

.mc-notification {
    margin-top: 0px;
    position: relative;
    animation-duration: 1s;
    animation-delay: .0s;
    animation-iteration-count: 1;
    z-index: 9999;
}

.mc-notification .containers{
    padding: 12px 0;
}

.notification-content {
    text-align: center;
    margin-bottom: 0px;
    padding-left: 4%;
    padding-right: 4%;
}

.mc-close {
    position: absolute;
    top: 0;
    padding-top: 0px;
    bottom: -12px;
    right: -12px;
    text-align: center;
    opacity: 0.7;
    width: 50px;
    height: inherit;
    -webkit-transition: opacity 0.4s ease-in-out;
}

.mc-close .cls {
    width: inherit;
    height: inherit;
    display: block;
}

.mc-close .cls .close {
    font-size: 25px;
    color: white;
}

.close:hover {
    cursor: pointer;
}