.dropdown-menu{
    padding:10px
}

#currencyChange{
    margin-top: 10px;
}

#currency-dropdown{
    float: right;
}

#dropdownMenuButton{
    background-color: #ecb44b;
    color: white;
    margin-top: -5px;
    height: 50px !important;
}

#cookieConsentBanner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: white;
    z-index: 1000;
    display: none;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}



#cookieConsentBanner .modal-content {
    height: 100%;
}

/* @media only screen and (max-width: 990px) {
    #cookieConsentBanner {
        height: 120px;
    }

    #cookie-header{
        flex: 0 0 100%;
        max-width: 100% !important;
        height: 50px;
    }

    #cookie-text{
        flex: 0 0 100%;
        max-width: 100% !important;
        height: 80px;
    }
} */


@media only screen and (max-width: 992px) {
    #cookieConsentBanner {
        height: 200px;
        
    }

    #cookie-header{
        height: 50px;
        flex: 0 0 100%;
        max-width: 100% !important;
    }

    #cookie-text{
        height: 80px;
        flex: 0 0 100%;
        max-width: 100% !important;
    }

    #cookie-btn{
        height: 80px;
        flex: 0 0 100%;
        max-width: 100% !important;
    }
}