.termsfeed-com---pc-dialog * {
    font-family: 'OpenSans-Regular', sans-serif;
    background-color: white;
}

#termsfeed-com---nb {
    width: 100%;
    height: fit-content;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    background-color: #fff;
}

.termsfeed-com---palette-light .cc-nb-okagree,
.termsfeed-com---palette-light .cc-cp-foot-save {
    background-color: #8247FF !important;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 15px;
    font-family: "OpenSans-Regular", sans-serif;
    padding: 10px 15px;
    border-radius: 30px;
    display: inline-block;
    border: 0;
    line-height: 1.2;
    height: fit-content;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 400;
}

.termsfeed-com---palette-light .cc-cp-foot-save {
    padding: 10px 20px;
    background-color: #1F2933 !important;
}

.termsfeed-com---palette-light .cc-nb-reject,
.termsfeed-com---palette-light .cc-nb-changep {
    background-color: transparent;
    color: #8247FF !important;
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 16px;
    padding: 10px 25px;
    border: 1px solid #8247FF;
    border-radius: 30px;
    line-height: 1.2;
    height: fit-content;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 400;
}

.termsfeed-com---pc-dialog button,
#termsfeed-com---nb button {
    opacity: 1;
}

#termsfeed-com---nb button::before,
#termsfeed-com---nb button::after,
.termsfeed-com---pc-dialog button::before,
.termsfeed-com---pc-dialog button::after {
    display: none;
}

.termsfeed-com---palette-light .cc-nb-text {
    font-family: "OpenSans-Regular";
    color: #1F2933;
}

.termsfeed-com---palette-light .cc-nb-title {
    font-family: "OpenSans-Bold";
    color: #1F2933;
}

.cc-pc-head-close {
    border: none !important;
}

.termsfeed-com---pc-dialog input[type=checkbox].cc-custom-checkbox+label {
    color: rgba(31, 41, 51, 0.70);
    padding-left: 100px !important;
    display: flex;
    align-items: center;
    margin: 0;
    padding-top: 0 !important;
    height: 40px !important;
    opacity: 0.5;
    transition: all 300ms ease;
}

.termsfeed-com---pc-dialog input[type=checkbox].cc-custom-checkbox:checked+label {
    opacity: 1;
}

.termsfeed-com---pc-dialog input[type=checkbox].cc-custom-checkbox+label:before {
    background: #1F2933;
    width: 80px;
    height: 40px;
    border-radius: 38px;
}

.termsfeed-com---pc-dialog input[type=checkbox].cc-custom-checkbox:checked+label:before {
    background-color: #1F2933;
}

.termsfeed-com---pc-dialog input[type=checkbox].cc-custom-checkbox+label:after {
    width: 38px;
    height: 38px;
    border-radius: 38px;
    top: 1px;
    border: 1px solid #1F2933;
}

.termsfeed-com---pc-dialog input[type=checkbox].cc-custom-checkbox:checked+label:after {
    margin-left: 41px;
}

.cc-nb-title-container {
    grid-area: a;
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 16px;
    color: rgba(31, 41, 51, 0.70);
}

.cc-nb-text-container {
    grid-area: b;
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 16px;
    color: rgba(31, 41, 51, 0.70);
}

.cc-nb-buttons-container {
    grid-area: c;
    display: grid !important;
    column-gap: 20px;
    align-items: center;
    grid-template-areas: 'a a'
        'b c';
}

.cc-nb-okagree {
    grid-area: a;
}

.cc-nb-reject {
    grid-area: b;
}

.cc-nb-changep {
    grid-area: c;
}

.termsfeed-com---nb .cc-nb-main-container {
    padding: 30px;
    display: grid;
    grid-template-areas: 'a c'
        'b c';
    column-gap: 30px;
}

.termsfeed-com---pc-dialog {
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    overflow: hidden;
    width: 900px;
    max-width: 100%;
}

.termsfeed-com---pc-dialog .cc-pc-head-title-text {
    color: #000;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 20px;
}

.termsfeed-com---pc-dialog .cc-pc-head-title-headline {
    color: #000;
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 16px;
}

.termsfeed-com---palette-light .cc-pc-head-close {
    font-weight: 800;
    color: #1F2933 !important;
}

.termsfeed-com---palette-light .cc-cp-body-tabs-item-link {
    color: #F4F7FA !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px;
    background-color: #1F2933;
    border-top-color: #1F2933;
    border-bottom-color: #1F2933;
    font-family: 'Montserrat-Bold';
    outline: none !important;
    border-radius: 0;
}

.termsfeed-com---palette-light .cc-cp-body-tabs-item {
    border: none;
    background: #1F2933;
    border-right: 2px solid #E8E8E6;
}

.termsfeed-com---palette-light .cc-cp-body-tabs-item[active=true],
.termsfeed-com---palette-light .cc-cp-body-tabs-item[active=true] button {
    color: #1F2933 !important;
    background-color: #F4F7FA !important;
}

.termsfeed-com---palette-light .cc-cp-body-tabs {
    /* box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25); */
    border-right: 2px solid rgba(0, 0, 0, 0.25);
}

.termsfeed-com---palette-light .cc-pc-head {
    padding: 20px 20px 10px 20px;
}

.termsfeed-com---pc-dialog .cc-cp-body-tabs {
    min-width: 250px;
    background-color: #1F2933;
}

.termsfeed-com---palette-light .cc-cp-body-content-entry-title {
    font-family: 'Montserrat-Bold';
}

.termsfeed-com---palette-light .cc-cp-body-content-entry-text {
    color: rgba(31, 41, 51, 0.70);
    font-size: 16px;
}

.termsfeed-com---palette-light .cc-cp-foot-byline {
    display: none !important;
}

.termsfeed-com---palette-light .cc-cp-foot {
    position: absolute;
    bottom: 30px;
    right: 30px;
    border: none;
}

.termsfeed-com---palette-light .cc-cp-body-content,
.termsfeed-com---palette-light .cc-cp-body-content *,
.termsfeed-com---palette-light .cc-cp-foot-button {
    background-color: #E8E8E6 !important;
}

.termsfeed-com---palette-light .cc-pc-head-lang select:focus {
    box-shadow: none;
}

.termsfeed-com---palette-light .cc-pc-head-lang select {
    font-family: 'OpenSans-Bold';
    color: rgba(0, 0, 0, 0.50);
}


@media screen and (max-width: 767px) {
    .termsfeed-com---nb .cc-nb-main-container {
        grid-template-areas: 'a'
                              'b'
                              'c';
        row-gap: 10px;
    }
}