/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#m31-gdpr-panel {
    font-size: 12px;
    -webkit-box-shadow: 0px -4px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px -4px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px -4px 5px 0px rgba(0,0,0,0.25);
    z-index: 9999;
}

#m31-gdpr-panel-backdrop {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 5000;
}

#m31-gdpr-panel .container {
    max-width: 800px;
}

#m31-gdpr-panel button {
    font-size: inherit;
    line-height: 1;
    padding: 3px 5px;
    background-color: #4054b2;
    border-radius: 0;
    border: 1px solid #4054b2;
}

#m31-gdpr-panel button#allow-selection-categories {
    background-color: transparent;
    color: #4054b2;
}

#m31-gdpr-panel button#toggle-cookies-info {
    background-color: #eee;
    border: 1px solid #eee;
    padding: 5px 10px;
}

#m31-gdpr-panel .gdpr-cookies-categories__bar {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#m31-gdpr-panel label {
    cursor: pointer;
    margin: 2px 10px 2px 0;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-weight: bold;
}

#m31-gdpr-panel label.required-category {
    filter: grayscale(1);
}

.m31-gdpr-panel__categories-info {
    border: 1px solid #ccc;
    display: none;
}

.m31-gdpr-panel__categories-info .m31-gdpr-cookie-tab {
    display: none;
    padding: 10px 0;
    max-height: 130px;
    overflow: auto;
}

.m31-gdpr-panel__categories-info .m31-gdpr-cookie-tab table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.m31-gdpr-panel__categories-info .m31-gdpr-cookie-tab table th {
    background-color: #eee;
}

.m31-gdpr-panel__categories-info .m31-gdpr-cookie-tab table td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #eee;
}

.m31-gdpr-panel__categories-info .m31-gdpr-cookie-tab table th,
.m31-gdpr-panel__categories-info .m31-gdpr-cookie-tab table td {
    padding: 3px 5px;
}

.m31-gdpr-panel__categories-info .m31-gdpr-cookie-tab table td:last-child {
    border-right: 0;
}

.m31-gdpr-panel__categories-info .m31-gdpr-cookie-tab:first-child {
    display: block;
}

#m31-gpdr-categories-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

#m31-gpdr-categories-nav li {
    cursor: pointer;
    padding: 3px 10px;
    background-color: #eee;
    border: 1px solid #eee;
}

#m31-gpdr-categories-nav li.active,
#m31-gpdr-categories-nav li:hover {
    background-color: #f8f9fa;
}

#m31-gpdr-categories-nav li.active {
    border-right-color: #f8f9fa;
}
