body.no-scroll {
    position: fixed;
    width: 100%;
}

.cookie-bar button, .cookie-config button {
    margin-bottom: 8px;
    height: 46px;
    font-size: 15px;
    min-height: 46px;
    min-width: 46px;
    padding: 11px 40px;
    display: inline-block;
    line-height: 22px;
    width: 100%;
    border: 1px solid #cc4d04;
}

.cookie-bar {
    display: none;
    background-color: #fff;
    padding: 16px 0;
    position: fixed;
    top: auto;
    bottom: 0;
    width: 100%;
    z-index: 9998;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.cookie-bar.open {
    display: block;
}
.cookie-bar.config-open {
    z-index: 9997;
}
.cookie-bar .text {
    padding: 0 20px;
    margin-top: 8px;
}
.cookie-bar .text p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}
.cookie-bar .text p a {
    text-decoration: underline;
}
.cookie-bar .text p br {
    display: none;
}
.cookie-bar .text p .config-cookies {
    color: #cc4d04;
    display: inline-block;
    text-decoration: underline;
    padding: 0;
    border: 0;
    background: transparent;
}
.cookie-bar .buttons {
    padding: 16px 20px 4px;
}
.cookie-bar .buttons .config-btn {
    background: transparent;
    border: 1px solid #424b5a;
    color: #424b5a;
}
.cookie-bar .buttons .config-btn:active, .cookie-bar .buttons .config-btn:focus {
    outline: 0;
}
@media screen and (min-width: 768px) {
    .cookie-bar .flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .cookie-bar .text {
        margin: 0;
        padding: 0;
    }
    .cookie-bar .text p {
        padding: 0 8px 0 0;
    }
    .cookie-bar .buttons {
        padding: 0;
        text-align: right;
    }
    .cookie-bar .buttons button {
        display: inline-block;
        width: auto;
        margin-bottom: 0;
    }
    .cookie-bar .buttons .config-btn {
        margin-right: 8px;
    }
}
@media screen and (min-width: 992px) {
    .cookie-bar .text {
        position: relative;
    }
    .cookie-bar .text p {
        font-size: 14px;
        line-height: 20px;
        padding: 3px 0;
    }
}

.close-cookies {
    float: right;
    display: inline-block;
    color: #424b5a;
    height: 36px;
    width: 36px;
    text-decoration: none;
    border-radius: 50%;
    top: 16px;
    cursor: pointer;
    opacity: 1;
}
.close-cookies:hover {
    color: #fff;
    background-color: #009fc7;
}
.close-cookies:after, .close-cookies:before {
    position: absolute;
    right: 21px;
    left: auto;
    top: 10px;
    content: " ";
    height: 16px;
    width: 2px;
    background-color: #015368;
}
.close-cookies:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-cookies:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cookie-overlay {
    display: none;
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9997;
    top: 0;
    background-color: rgba(248, 163, 123, 0.65);
}
.cookie-overlay.active {
    display: block;
}
.cookie-overlay.config-open {
    z-index: 9998;
}

.cookie-config {
    display: none;
    position: fixed;
    z-index: 9999;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    width: auto;
    height: 100%;
    left: 0;
    top: 0;
    padding: 40px 16px 32px;
    border-radius: 4px;
    background-color: #fff;
    color: #181e28;
}
.cookie-config.active {
    display: block;
}
.cookie-config p.details-title {
    font-size: 16px;
    text-align: center;
    margin: 6px 0 24px;
}
.cookie-config hr {
    margin: 0;
    border: 0;
    border-top: 1px solid #eee;
}
.cookie-config .close-cookies {
    position: absolute;
    opacity: 1;
    right: 0;
    top: 10px;
    background: none;
}
.cookie-config .form-control.normal-checkbox.white .normal-checkbox-container .checkmark-container {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #424b5a;
}
.cookie-config .form-control.normal-checkbox.white .normal-checkbox-container input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
}
.cookie-config .form-control.normal-checkbox.white .normal-checkbox-container input:checked + .checkmark-container .checkmark {
    top: 35px;
    background-color: #cc4d04;
    border: 2px solid #cc4d04;
}
.cookie-config .form-control.normal-checkbox.white .normal-checkbox-container input:checked + .checkmark-container .checkmark:after {
    display: block;
    border-color: #fff;
}
.cookie-config .form-control.normal-checkbox.white .normal-checkbox-container .checkmark {
    top: 35px;
    width: 20px;
    height: 20px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #e2eaf0;
    display: inline-block;
    position: relative;
}
.cookie-config .form-control.normal-checkbox.white .normal-checkbox-container .checkmark:after {
    top: 0;
    left: 5px;
    width: 7px;
    height: 13px;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cookie-config .form-control.normal-checkbox.white .normal-checkbox-container .checkmark + span {
    padding: 0 16px 16px 36px;
    display: inline-block;
}
.cookie-config .form-control.normal-checkbox.white .normal-checkbox-container .checkmark.disabled {
    opacity: 0.3;
}
.cookie-config .form-control.normal-checkbox.white .text {
    color: #181e28;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
}
.cookie-config .form-control.normal-checkbox.white .text strong {
    font-size: 14px;
    font-weight: 700;
}
@media screen and (min-width: 768px) {
    .cookie-config {
        height: auto;
        width: 792px;
        margin-left: 0;
        margin-bottom: 0;
        margin-right: 0;
        margin-top: 0;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .cookie-config .form-control {
        margin-bottom: 8px;
    }
}
@media screen and (min-width: 992px) {
    .cookie-config {
        padding-left: 40px;
        padding-bottom: 40px;
        padding-right: 40px;
        padding-top: 40px;
        border-radius: 4px;
    }
    .cookie-config .form-control .text strong {
        display: block;
    }
    .cookie-config .last {
        text-align: right;
    }
    .cookie-config .last .btn.solid-main {
        display: inline-block;
        width: 250px;
    }
}

.generic-page .content .btn.config-cookies {
    background-color: #015368;
}
.generic-page .content .btn.config-cookies:hover {
    background-color: #015368;
    opacity: 0.7;
}

/*# sourceMappingURL=../../../plugins/cmp/style.scss.map*/