.wpcc-banner {
    left: 0;
    right: 0;
    bottom: 0;
}

.wpcc-banner {
    align-items: center;
    flex-direction: row;
    padding: 1em;
    display: block;
    flex: 1 1 auto;
    max-width: 100%;
}
.wpcc-border-thin {
    border-width: 1px;
}
.wpcc-message {
    display: block;
    flex: 1 1 auto;
    margin-right: 5em;
    max-width: 100%;
    text-align: justify;
}
.wpcc-privacy:active, 
.wpcc-privacy:hover,
.wpcc-privacy:visited {
    color: #dddfd4;
}
.wpcc-color-custom-383714556 {
    color: rgb(255, 255, 255);
    background-color: rgb(63, 176, 172);
}
.wpcc-privacy {
    cursor: pointer;
}
.wpcc-color-custom-383714556,
.wpcc-container {
    background-color: rgb(23, 62, 67);
    border-color: rgb(180, 234, 228);
}
.wpcc-container {
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5em;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    overflow: hidden;
    position: fixed;
    transition: opacity 1s ease;
    z-index: 9999;
}