.termsfeed-com---nb-simple {
    right: auto;
    top: auto;
    bottom: 1.25em;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    position: fixed;
    background-color: #fff !important;
    color: #111;
    box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, .28);
    border-radius: 0.35em;
    height: auto !important;
}
@media only screen and (max-width: 991px) {
    .termsfeed-com---nb-simple {
        max-width: none !important;
        width: 100% !important;
        height: auto !important;
    }
}
@media only screen and (max-width: 767px) {
    .termsfeed-com---nb-simple {
        bottom: 0;
    }
}
.cc-nb-main-container {
    display: grid !important;
    align-items: center !important;
    grid-template-columns: auto 190px !important;
    grid-column-gap: 16px;
    max-width: 90%;
    min-width: 60em;
    margin: 0 auto;
    text-align: left;
    left: 1em;
    right: 1em;
    overflow: hidden;
    padding: 2em 2.5em !important;
    width: unset;
    /*@media only screen and (max-width: 575px) {
         display: block !important;
    }
    */
}
@media only screen and (max-width: 991px) {
    .cc-nb-main-container {
        max-width: none !important;
        min-width: auto !important;
        width: calc(98% - 16px) !important;
        justify-content: center;
        padding: 1.25em 0.5em !important;
        grid-template-columns: auto 190px !important;
    }
}
@media only screen and (max-width: 767px) {
    .cc-nb-main-container {
        grid-template-columns: 1fr !important;
        padding: 1em 0.25em !important;
    }
}
.cc-nb-main-container img {
    max-width: 130px;
    margin: 0 auto;
}
@media only screen and (max-width: 991px) {
    .cc-nb-main-container img {
        max-width: 115px;
    }
}
@media only screen and (max-width: 767px) {
    .cc-nb-main-container img {
        max-width: 80px;
        margin: 0 auto 12px;
    }
}
@media only screen and (max-width: 767px) {
    .cc-nb-text-container {
        text-align: center !important;
    }
}
.cc-nb-image {
    height: 100%;
    display: grid !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 0 !important;
}
.cc-nb-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #666 !important;
}
.cc-nb-text {
    color: #666 !important;
    font-size: 14px !important;
}
.cc-nb-buttons-container {
    display: grid !important;
}
.cc-nb-buttons-container .cc-nb-changep {
    display: none;
}
.cc-nb-buttons-container button:first-child {
    margin-bottom: 12px !important;
}
.cc-nb-okagree {
    background-color: #000f9f !important;
    padding: 1em 1.7em !important;
    display: inline-block !important;
    cursor: pointer !important;
    font-size: 0.82em !important;
}
.cc-nb-okagree:hover {
    background-color: #000e90 !important;
}
.cc-cp-foot-save {
    background-color: #000f9f !important;
    display: inline-block !important;
    cursor: pointer !important;
    height: 40px !important;
}
.cc-cp-foot-save:hover {
    background-color: #000e90 !important;
}
.cc-nb-reject {
    background-color: #bfbfbf !important;
    padding: 1em 1.7em !important;
    display: inline-block !important;
    cursor: pointer !important;
    font-size: 0.82em !important;
    color: #333 !important;
}
.cc-nb-reject:hover {
    background-color: #b7b7b7 !important;
}
.cc-insight__show-settings {
    display: block;
    margin-top: 8px;
    text-decoration: underline;
    color: #000f9f;
    cursor: pointer;
}
.cc-insight__show-settings:hover {
    text-decoration: none;
}
