#f4lcd-cmp {
    display: none;
}

#f4lcd-cmp .underlay {
    opacity: .75;
    pointer-events: auto;
    background-color: #000;
    height: 100%;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    top: 0;
    transition: opacity .5s ease;
    width: 100%;
    z-index: 2147483630;
}

#f4lcd-dialog {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 32px 68px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    color: #141414;
    font-family: sans-serif;
    font-size: 15px;
    height: auto;
    left: 50%;
    letter-spacing: .1px;
    line-height: 24px;
    max-height: calc(100% - 16px);
    overflow: hidden;
    position: fixed;
    text-align: initial;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
    transition-property: width, max-width, top, bottom, left, opacity;
    width: calc(100% - 16px);
    z-index: 2147483631;
    width: 50%;
}



#f4lcd-dialog .wrapper {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#f4lcd-dialog .header {
    align-items: center;
    border-bottom: 1px solid #D6D6D6;
    display: flex;
    padding: 1em;
    width: 100%;
}

#f4lcd-dialog .buttons {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 1em 1.5em 1.5em;
    background: transparent;
    box-sizing: border-box;
    color: inherit;
    font-family: inherit;
    font-size: 15px;
    margin: 0;
    outline: 0;
    vertical-align: baseline;
}

#f4lcd-dialog .buttons button {
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 0;
    width: 33%;
    background-color: transparent;
    border: 2px solid #1032CF;
    border-radius: .25em;
    color: #141414;
    display: block;
    font-weight: 600;
    padding: 1em;
    text-align: center;
    user-select: none;
    background: transparent;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 15px;
    margin: 0;
    outline: 0;
    margin-right: .5em;
}

#f4lcd-dialog .buttons .featured-button {
    background-color: #1032CF;
    color: #fff;
}

#f4lcd-dialog .tabs {
    width: 100%;
}

#f4lcd-dialog .dialog-body {
    display: block;
    padding: 1.125em;
    flex: 1;
    letter-spacing: .5px;
    line-height: 1.6em;
    overflow-x: hidden;
    background: transparent;
    box-sizing: border-box;
    color: inherit;
    font-family: inherit;
    font-size: 15px;
    margin: 0;
    outline: 0;
}

#f4lcd-dialog .dialog-body .cookie-categories-header {
    display: flex;
    align-items: center;

}

#f4lcd-dialog .dialog-body .cookie-categories-header h3 {
    margin: 0;

}

#f4lcd-dialog .dialog-body .cookie-categories-header input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 600px) {
    #f4lcd-dialog {
        width: 90%;
        overflow: scroll;
    }

    #f4lcd-dialog .buttons {
        flex-direction: column;
    }

    #f4lcd-dialog .buttons button {
        width: 100%;
        margin-bottom: 5px;
    }
}