/* general styles */

html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cookie-content-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 620px;
    max-height: 70vh;
    width: 80%;
    z-index: 999999;
    background: rgba(0,0,0,0.7);
    transform: translate(-50%, -50%);
    overflow: auto;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 4px 4px 15px rgba(0,0,0,0.7);
}

.cookie-content-overlay * {
    box-sizing: border-box;
}

.cookie-container-outer {
    /* position: absolute; */
    width: 100%;
    height: auto;
    background: white;
    margin-left: AUTO;
    margin-right: auto;
    padding: 20px;    
}

.cookie-page-header {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    border-bottom: 2px solid #0070bb;
}

.cookie-page .actions {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 10px;
}

.actions button {
    box-sizing: border-box;
}

.actions button:not(:last-child) {
    margin-right: 20px;
}

.actions #cookie-learn-more {
    background: white !important;
    color: #333 !important;
    border: 1px solid #333;
    font-weight: 600;
    font-size: 16px;
}

.actions #cookie-learn-more:hover {
    background: #efefef !important;
}

.actions #cookie-accept-all {
    border: 1px solid #0070bb;
    font-size: 16px;
    font-weight: 600;
}

.cookie-settings {
    margin-top: 30px;
}

.cookie-settings .control.checkbox {
    margin-bottom: 20px;
}

.cookie-settings .control.checkbox span {
    display: block;
}

.cookie-page .actions p {
    text-align: left;
}

.cookie-page p {
    font-size: 14px;
}

.cookie-page p a {
    color: #0070bb;
}

.cookie-settings label {
    font-size: 14px;
}

@media only screen and (max-width: 620px) {

}

/* cookie A styles */