﻿.cookieConsentDiv {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background-color: white;
    height: 70px;
}

.cookieConsentDiv button {
    background-color: #13b8e6;
    color: white;
    border-radius: 0;
    border: 2px solid #13b8e6;
    width: 250px;
    transition: 0.15s;
    text-transform: unset;
    font-style: normal;
}

.cookieConsentDiv button:hover {
    background-color: white;
    color: #13b8e6;
}

@media screen and (max-width: 979px) {
    .navDropdownMenu {
        margin-left: 5px !important;
        margin-top: 5px !important;
    }

    .dropdown {
        margin-left: 0px !important;
        flex-direction: column;
    }

    .cookieConsentDiv {
        height: unset;
    }

    .cookieConsentInner {
        flex-direction: column;
    }
}
