/*   
Theme Name: PathSoft
Theme URI: https://www.templatemonster.com/wordpress-themes/pathsoft-it-solutions-for-your-business-services-wordpress-theme-99496.html
Author: Koval Web
Author URI: https://www.templatemonster.com/vendors/kovalweb
Description: The Template is created for web template
Tags: html5, css3, sass, gulp, bootstrap grid
Version: 2.5.0
*/
.cookie-message {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1.25rem 1rem;
    opacity: 0;
    visibility: hidden;
    color: var(--background-color);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 111111;
    transition: all 0.2s;
}

.cookie-message::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: var(--text-primary);
    z-index: -1;
}

.cookie-message.open {
    opacity: 1;
    visibility: visible;
}

.cmc-title {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
}

.cmc-desc p {
    display: block;
    margin: 0;
}

.mc-btn {
    white-space: nowrap;
    margin-left: 1.5rem;
}

@media only screen and (max-width: 576px) {
    .cookie-message {
        display: block;
        padding: 1rem;
    }

    .cmc-desc {
        margin-bottom: 1rem;
    }

    .mc-btn {
        margin-left: 0;
    }
}