.cc-questionbar {
    background-color: #fff;
    border-top: 1px solid #202020;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 60px;
    max-height: 400px;
    z-index: 9900;
    transition: bottom .3s cubic-bezier(.17, .04, .03, .94);
    content-visibility: auto;
    display: block;
}

.cc-container {
    padding: 10px 40px;
    position: static;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: baseline;
    text-align: center;
}

.cc-content {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    display: flex;
    align-items: center;
    /* width: 100%; */
}

.cc-btn {
    font-size: 14px !important;
    line-height: 20px !important;
    text-decoration: none !important;
    border-radius: 150px !important;
    padding: 8px 30px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    min-width: 0 !important;
    float: left;
    margin-left: 10px;
    font-family: 'Open Sans', sans-serif;
}

.cc-btn:hover {
    background-color: #202020 !important;
}

.cc-message {
    font-family: 'Open Sans', sans-serif;
    color: #202020 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    /* margin-left: 500px !important; */
    margin-right: 30px !important;
    float: left;
}

.cc-message p, .cc-message p a {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 0;
    text-align: left;
}

.cc-link {
    background-color: transparent !important;
    box-shadow: inset 0 0 0 1px currentColor !important;
    /* opacity: .7 !important; */
    color: #202020 !important;

    border-color: transparent !important;

    font-weight: normal !important;
    display: block !important;
    margin-top: -16px !important;
    float: right;

    /* from cc-btn */
    border: solid 0px #999999 !important;

    font-size: 14px !important;
    line-height: 20px !important;
    text-decoration: none !important;
    border-radius: 150px !important;
    padding: 10px 30px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    min-width: 0 !important;
}

.cc-link:hover {
    background-color: #000 !important;
    color: #fff !important;
    box-shadow: inset 0 0 0 1px #000 !important;
}

.cc-buttonbar {
    float: right;
    /* padding-left: 3vw;
    display: flex;
    align-items: center; */
}

.cc-deny {
    background-color: #999999 !important;
    color: #fff !important;
    font-weight: normal !important;
}

.cc-allow {
    background-color: #0c4da2 !important;
    color: #fff !important;
    font-weight: normal !important;
}

#moove_gdpr_save_popup_settings_button {
    background-color: #373737;
    color: #fff;
    display: block;
    z-index: 1001;
    position: fixed;
    transition: all .3s ease;
    padding: 0;
    text-align: center;
    height: 40px;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0;
    border: none;
    text-decoration: none;
}

#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon {
    display: inline-flex;
    line-height: 40px;
    float: left;
    font-size: 30px;
    min-width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 15;
    position: relative;
    background-color: transparent;
}

#moove_gdpr_save_popup_settings_button span {
    transition: all .3s ease;
}

#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg {
    height: 30px;
    width: auto;
}

#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon * {
    fill: currentColor;
}

svg:not(:root) {
    overflow: hidden;
}

#moove_gdpr_save_popup_settings_button span.moove_gdpr_text {
    font: normal 12px Arial,sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0 15px 0 5px;
    top: 0;
    left: 0;
    position: relative;
    line-height: 40px;
    display: none;
    overflow: hidden;
    z-index: 5;
    background-color: transparent;
    text-decoration: none;
}

#moove_gdpr_save_popup_settings_button:hover {
    background-color: #000
}

#moove_gdpr_save_popup_settings_button:hover span.moove_gdpr_text {
    display: block
}