.mmc-cookie-consent-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(69, 69, 69, 0.90);
    height: 50px;
    padding: 10px 70px;
    display: none;
}

.mmc-cookie-consent-bar p {
    color: white;
    font-size: 12px;
    font-family: "Nunito sans";
}
.mmc-cookie-consent-bar p a {
    text-decoration: underline;
}

.mmc-cookie-consent-bar button{
    border: 1px solid white;
    background: none;
    color: white;
    /* margin-left: 10px; */
    cursor: pointer;
    margin-top: 3px;
}

#cookie-accept-close {
    background-color: #38777B;
    border-color: #38777B;
}
#cookie-settings-btn {
    border: 0;
}

@media (max-width:960px) {
    button#cookie-accept {
        width: 200px;
        height: 40px;
        color: white;
        background-color: #38777B;
        border: 0;
        float: none;
    }
    .mmc-cookie-consent-bar {
        padding-top: 30px;
        height: auto;
    }
}
@media (max-width:600px) {
    .mmc-cookie-consent-bar {
        padding-top: 30px;
        height: auto;
    }
    .mmc-cookie-consent-bar button {
        padding: 10px;
        margin-left: 0;
        float: right;
        margin-top: 10px;
    }
    #cookie-settings-btn {
        margin-left: 0;
        float: left;
        /* clear: both; */
        margin-top: 10px;
    }
    #cookie-modal {
        top: 0!important;
        left: 0!important;
        height: 100vh;
        transform: none!important;
        padding: 20px!important;
    }
    .modal-inner {
        font-size: 0.8rem;
    }
    button#cookie-accept {
        width: 100%;
    }
    button#cookie-back-notice {
        margin: 0 auto;
        display: block;
        margin-bottom: 10px;
        width: 100%!important;
    }
    #cookie-modal footer {
        left: 23%;
        right: 0;
        max-width: 200px;
    }
    .table-container {
        width: 100%;
        height: 72vh;
        overflow: scroll;
    }
    .table-container table th:nth-child(4) {
        width: 300px;
        display: inline-block;
    }
    .modal-page-settings input[type="radio"] {
        width: 20px;
        height: 20px;
        margin: 0 10px 0px 0px;
        position: relative;
        top: 5px;
    }
    .modal-page-settings label span {
        display: inline-block;
        height: 30px;
    }
}
@media (max-width:400px) {
    .mmc-cookie-consent-bar {
        padding: 10px;
    }
    .mmc-cookie-consent-bar p {
        margin-bottom: 0;
    }
    .mmc-cookie-consent-bar button {
        padding: 10px;
        margin-left: 0;
        float: right;
        margin-top: 10px;
    }
    #cookie-settings-btn {
        border: 0;
        font-size: 0.9rem;
        font-size: 0.7rem;
        height: 14px;
        padding: 0;
    }
    #cookie-settings-btn,
    #cookie-accept-close {
        float: none;
        width: 100%;
        margin-top: 10px;
    }
}

.modal-page-notice {}
.modal-page-settings {
    display: none;
    clear: both;
}
.modal-page-list {
    display: none;
    clear: both;
}
.modal-pages-tabs {
    display: none;
}
.modal-pages-tabs ul {
    list-style: none;
    height: 28px;
    padding: 0;
}
.modal-pages-tabs ul li {
    float: left;
    border: 1px solid #737373;
    padding: 4px 20px;
    cursor: pointer;
}
.modal-pages-tabs ul li.active {
    background-color: #454545;
    color: white;
}

.top_margin {
    margin-top: 20px;
}

#cookie-modal {
    display: none;
    min-height: 500px;
    max-width: 800px;
    width:100%;
    background-color: #fff;
    padding: 30px 70px;
    position: fixed;
    top: 10%;
    left: 50%;
    /* -webkit-filter: blur(0); */
    transform: translate(-50%);
    z-index: 1000;
    /* transform: translateY(-50%); */
    /* transform: translateX(-50%); */
    /* transform: translateZ(0); */
    /* backface-visibility: hidden; */
}

#cookie-modal-overlay {
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    top: 0;
    left: 0;
}

#cookie-close-modal {
    float: right;
    background-color: transparent;
    border: 0;
    font-size: 30px;
    right: 10px;
    position: absolute;
    top: 10px;
    cursor: pointer;
}

#cookie-modal footer {
    position: absolute;
    margin: 0 auto;
    display: block;
    right: 70px;
    bottom: 30px;
}
#cookie-modal h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1rem;
}
#cookie-privacy-inline-link {
    color: #38777B;
    cursor: pointer;
}
button {
    cursor: pointer;
}
button#cookie-do-not-accept {   
    border: 0;
    background-color: transparent;
    margin-right: 30px;
    color: #737373;
    margin: 0;
    margin-top: 10px;
    font-size: 0.8rem;
    margin-right: 10px;
}
button#cookie-privacy-policy {   
    border: 0;
    background-color: transparent;
    margin-right: 30px;
    color: #737373;
    margin: 0;
    margin: 0 auto;
    margin-top: 10px;
    display: block;
}
button#cookie-back-notice {
    border: 1px solid #737373;
    background-color: transparent;
    height: 40px;
    width: 110px;
    margin-right: 30px;
}
button#cookie-back-notice:hover {
    color: white;
    background-color: #737373;
}
button#cookie-save,
button#cookie-accept {
    width: 200px;
    height: 40px;
    color: white;
    background-color: #38777B;
    border: 0;
    float: right;
}

button#cookie-manage-settings {
    width: 210px;
    border: 1px solid #737373;
    height: 40px;
    background-color: transparent;
    color: #737373;
    margin: 0 auto;
    display: block;
    margin-top: 50px;
}

.modal-page-list tbody {
    font-size: 0.8rem;
}
.modal-page-list tr:nth-child(odd) {
    background-color: #efefef;
}
.modal-page-list tr:first-child {
    background-color: #454545;
}
.modal-page-list tr:first-child th {
    color: white;
    padding: 20px 14px;
    font-weight: 100
}
.modal-page-list tr td {
    padding: 10px 14px;
}