/* cookie popup */

.termsfeed-com---palette-dark.termsfeed-com---nb {
    background: #FFFFFF !important;
    color: #000 !important;
    box-shadow: 0px 0px 3px -1px #20232e75;
    border: 1px solid #EC731F;
    border-right: none;
}

#cc-nb-title {
    color: #20232E !important;
}

.termsfeed-com---palette-dark .cc-nb-text {
    color: #20232E !important;
}
.termsfeed-com---palette-dark .cc-nb-buttons-container .cc-nb-changep, .termsfeed-com---palette-dark .cc-cp-foot-save {
    background-color: #FFFFFF !important;
    color: #000000d4 !important;
    position:relative;
    transition: all 0.4s ease-out;
    margin-top: 0px !important;
    border: 1px solid #EC731F;
}

.termsfeed-com---palette-dark .cc-nb-buttons-container .cc-nb-changep:hover, .termsfeed-com---palette-dark .cc-cp-foot-save:hover {
    background-color: #EC731F!important;
    color: #FFF !important;
}

.termsfeed-com---palette-dark .cc-nb-buttons-container .cc-nb-reject, .termsfeed-com---palette-dark .cc-nb-buttons-container .cc-nb-okagree {
    color: #20232E;
    background-color: transparent;
    margin-top: 0px !important;
    transition: all 0.4s ease-out;
    border: 1px solid #EC731F;
}

.termsfeed-com---palette-dark .cc-nb-buttons-container .cc-nb-reject:hover, .termsfeed-com---palette-dark .cc-nb-buttons-container .cc-nb-okagree:hover {
    background: #EC731F!important;
    color: #FFFFFF!important;
}

.termsfeed-com---palette-dark .cc-cp-body .cc-cp-body-content {
    background: #FFFFFF!important;
}

.termsfeed-com---palette-dark .cc-cp-body-content-entry-title {
    color: #20232E !important;
}

.termsfeed-com---palette-dark .cc-cp-body-content-entry-text {
    color: #20232E !important;
}

.termsfeed-com---pc-dialog .cc-cp-body-tabs-item {
    background: #FFFFFF!important;
}

.termsfeed-com---palette-dark .cc-cp-body-tabs-item-link {
    color: #20232E !important;
}

.termsfeed-com---palette-dark .cc-pc-head-title-text {
    color: #20232E !important;
}

.termsfeed-com---palette-dark .cc-pc-head-title-headline {
    color: #20232E !important;
}

.termsfeed-com---palette-dark .cc-cp-body-tabs {
    background: #FFFFFF!important;
    border-right: 1px solid #EC731F;
}

.termsfeed-com---palette-dark .cc-cp-foot {
    background: #FFF!important;
    border-top-color: #EC731F  !important;
}

.termsfeed-com---palette-dark .cc-cp-foot-byline {
    color: #20232E !important;
}

.termsfeed-com---palette-dark .cc-cp-body .cc-cp-body-tabs-item[active=true] {
    background: #EC731F!important;
}

.termsfeed-com---palette-dark .cc-cp-body-tabs-item[active=true] button {
    color: #FFFF!important;
}

.termsfeed-com---palette-dark .cc-cp-body-tabs-item .cc-cp-body-tabs-item-link:focus {
    box-shadow: unset;
}

.termsfeed-com---palette-dark .cc-cp-body .cc-cp-body-tabs-item {
    border-right-color: #EC731F;
    border-bottom-color: #EC731F;
}

.termsfeed-com---pc-dialog .cc-cp-foot .cc-cp-foot-byline a {
    color: #f7931e;
}

.termsfeed-com---pc-dialog .cc-custom-checkbox input[type=checkbox].cc-custom-checkbox+label:before {
    border-color: #f7931e;
}

.termsfeed-com---pc-dialog .cc-custom-checkbox input[type=checkbox].cc-custom-checkbox+label:after {border-color: #f7931e;}

.termsfeed-com---pc-dialog .cc-custom-checkbox input[type=checkbox].cc-custom-checkbox:checked+label:before {
    background: rgb(247 147 30);
}

.termsfeed-com---palette-dark .cc-cp-body-content .cc-cp-body-content-entry a {
    color: #f7931e;
}

.termsfeed-com---palette-dark .cc-cp-foot-save {
    background: #FFF !important;
    color: #000000d4 !important;
    transition: all 0.4s ease-out;

}

.termsfeed-com---reset button:focus {
    border: none !important;
}

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

.termsfeed-com---palette-dark .cc-pc-head {
    background: #FFFFFF !important;
    border-bottom: 1px solid #EC731F !important;
}

.termsfeed-com---palette-dark .cc-pc-head-lang select {
    border: 1px solid #EC731F;
}

.termsfeed-com---palette-dark .cc-nb-changep:focus, .termsfeed-com---palette-dark .cc-nb-okagree:focus, .termsfeed-com---palette-dark .cc-nb-reject:focus, .termsfeed-com---palette-dark .cc-cp-foot-save:focus {
    box-shadow:none !important;
    border: 1px solid #EC731F  !important;
}

.termsfeed-com---palette-dark .cc-pc-head-close {
    color: #EC731F !important;
}

/* Responsive */
@media screen and (max-width:700px){

.termsfeed-com---pc-dialog .cc-pc-head {
    flex-direction: column !important;
}

.termsfeed-com---pc-dialog .cc-pc-head-title {
    padding: 10px 15px 0px;
    align-items: center  !important;
}

.termsfeed-com---nb-simple {
    max-width: 60% !important;
}

}


@media screen and (max-width:600px){
.termsfeed-com---palette-dark .cc-cp-body-tabs {
    border-right: none;
}

.termsfeed-com---pc-dialog .cc-pc-head-lang {
    padding: 15px !important;
}

.termsfeed-com---palette-dark .cc-pc-head-lang select {
    width: 100%;
}

.termsfeed-com---pc-dialog .cc-cp-body-content-entry {
    padding: 25px 10px !important;
}

.termsfeed-com---nb-simple {
    max-width: 80% !important;
}

.termsfeed-com---pc-dialog .cc-cp-body-content-entry-title {
    font-size: 20px;
}
}

@media screen and (max-width:480px){
.termsfeed-com---pc-dialog .cc-cp-foot {
    flex-direction: column  !important;
    padding-bottom: 10px !important;
}

.termsfeed-com---nb-simple {
    max-width: 90% !important;
}

.termsfeed-com---nb .cc-nb-main-container {
    padding: 30px !important;
}

.termsfeed-com---nb .cc-nb-okagree, .termsfeed-com---nb .cc-nb-reject, .termsfeed-com---nb .cc-nb-changep {
    display: inline-block !important;
    width: auto !important;
    min-width: unset !important;
}

.termsfeed-com---palette-dark .cc-nb-changep {
    padding: 8px 20px !important;
}

.termsfeed-com---palette-dark .cc-nb-buttons-container .cc-nb-reject, .termsfeed-com---palette-dark .cc-nb-buttons-container .cc-nb-okagree {
    padding: 8px 25px !important;
}

}