#cc-window {
    visibility: hidden;
}

.cc-banner {
    position: fixed;
    display: flex;
    z-index: 10000;
    color: #E6E6E6;
    background-color: #000000;
    justify-content: space-between;
    padding: 11px 1.8em;
    left: 0;
    right: 0;
    bottom: 0;
}

.cc-message {
    padding-left: 10px;
    padding-right: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    font-family: -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif, 'Sans Serif';
}

    .cc-message .cc-link {
        color: #E6E6E6;
        display: inline-block;
        font-size: 14px;
        text-decoration: underline;
    }

a .cc-link:hover {
    text-decoration: underline;
    color: #3F9CF4;
}

.close-thik {
   padding-top: 6px;
   float: top;
 }
