/* Add your custom styles here */
#main-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999999 !important; /* Adjust the z-index as needed */
    font-size: 16px;
}

#main-overlay .custom-message {
    z-index: 9999999 !important;
    position: absolute;
    margin: 10px;
    background-color: #008aff;
    color: #fff;
    padding: 15px 35px 15px 15px;
    max-width: 320px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#main-overlay .custom-message.tl {
    top: 0;
    left: 0;
}

#main-overlay .custom-message.tr {
    top: 0;
    right: 0;
}

#main-overlay .custom-message.br {
    bottom: 0;
    right: 0;
}

#main-overlay .custom-message.bl {
    bottom: 0;
    left: 0;
}

#main-overlay .custom-message .custom-label {
    position: absolute;
    background-color: #fff;
    top: 13px;
    right: -20px;
    color: #000;
    padding: 0 20px;
    font-size: 11px;
    font-weight: 700;
    width: 75px;
    height: 15px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.zmdi-close-circle:before {
    content: '\f135';
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

style attribute {
    font-size: 19px;
}

.zmdi {
    display: inline-block;
    width: 1.28571429em;
    text-align: center;
    font: normal normal normal 14px/1;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#main-overlay .custom-message a.remove {
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 10px;
}

#main-overlay .custom-message p {
    color: #fff;
}

#main-overlay .custom-message .btn {
    background-color: #fff;
    font-weight: 700;
}

#main-overlay .custom-message .btn:hover {
    color: #000;
}
