﻿/** {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/

.cookie-policy-popup {
    position: fixed;
    padding: 24px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    z-index: 1200;
    left: 50%;
    top: 50%;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    transform: translate(-50%, -50%);
    animation: ccFadeOut 0.3s;
    -webkit-animation: ccFadeOut 0.3s;
    -moz-animation: ccFadeOut 0.3s;
    -o-animation: ccFadeOut 0.3s;
    -ms-animation: ccFadeOut 0.3s;
}

    .cookie-policy-popup.show {
        animation: ccFadeIn 0.3s;
        -webkit-animation: ccFadeIn 0.3s;
        -moz-animation: ccFadeIn 0.3s;
        -o-animation: ccFadeIn 0.3s;
        -ms-animation: ccFadeIn 0.3s;
    }

@media (min-width: 960px) {
    .cookie-policy-popup {
        width: 60%;
        max-width: 800px;
        height: 650px;
    }
}

.cookie-policy-popup-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1150;
}

.cookie-policy-content {
    overflow-y: auto;
    height: 480px;
    padding-right: 20px;
}

    .cookie-policy-content::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
    }

    .cookie-policy-content::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-color: #666;
    }

.cookie-consent-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .cookie-consent-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .cookie-consent-container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .cookie-consent-container {
        width: 1170px;
    }
}

@media (min-width: 1600px) {
    .cookie-consent-container, html.fixed .cookie-consent-container {
        width: 1570px;
    }
}



.cookie-consent-layout-column {
    flex-direction: column;
}

@media (min-width: 960px) {
    .cookie-consent-layout-gt-sm-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 960px) {
    .cookie-consent-layout-gt-sm, .cookie-consent-layout-gt-sm-column, .cookie-consent-layout-gt-sm-row {
        box-sizing: border-box;
        display: flex;
    }
}

.cookie-consent-layout, .cookie-consent-layout-column, .cookie-consent-layout-row {
    box-sizing: border-box;
    display: flex;
}

.cookie-consent-layout-align-center-center, .cookie-consent-layout-align-end-center, .cookie-consent-layout-align-space-around-center, .cookie-consent-layout-align-space-between-center, .cookie-consent-layout-align-start-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
}

.cookie-consent-layout-align-start, .cookie-consent-layout-align-start-center, .cookie-consent-layout-align-start-end, .cookie-consent-layout-align-start-start, .cookie-consent-layout-align-start-stretch {
    justify-content: flex-start;
}

.cookie-consent-md-padding {
    padding: 8px;
}

@media (min-width: 960px) {
    .cookie-consent-md-padding {
        padding: 16px;
    }
}

.cookie-consent-md-button.cookie-consent-md-warn.cookie-consent-md-raised:not([disabled]):hover {
    background-color: rgb(244,81,30);
}

.cookie-consent-md-button.cookie-policy-button:hover {
    background-color: rgba(158,158,158,0.2);
}

.cookie-consent-md-button.cookie-consent-md-warn, .cookie-consent-md-button.cookie-consent-md-warn, .cookie-consent-md-button.cookie-consent-md-warn.cookie-consent-md-raised, .cookie-consent-md-button.cookie-consent-md-warn.cookie-consent-md-raised {
    color: rgb(255,255,255);
    background-color: rgb(255,87,34);
}

.cookie-consent-md-button.cookie-consent-md-primary, .cookie-consent-md-button.cookie-consent-md-primary, .cookie-consent-md-button.cookie-consent-md-primary.cookie-consent-md-raised, .cookie-consent-md-button.cookie-consent-md-primary.cookie-consent-md-raised {
    color: rgb(255,255,255);
    background-color: rgb(3,155,229);
}

.cookie-consent-md-button.cookie-consent-md-raised, .cookie-consent-md-button.cookie-consent-md-raised {
    color: rgb(33,33,33);
    background-color: rgb(250,250,250);
}

.cookie-consent-md-button.cookie-consent-md-raised, .cookie-consent-md-button.cookie-consent-md-raised {
    color: rgb(33,33,33);
    background-color: rgb(250,250,250);
}

.cookie-consent-md-button.cookie-consent-md-primary, .cookie-consent-md-button.cookie-consent-md-primary {
    color: rgb(3,155,229);
}

.cookie-consent-layout-row > .cookie-consent-flex {
    min-width: 0;
}

.cookie-consent-md-button:focus {
    outline: 2px solid rgb(3,155,229) !important;
}

.cookie-consent-md-primary:focus {
    outline: 2px solid #fff !important;
}

.cookie-consent-md-button.cookie-consent-md-raised, .cookie-consent-md-button.cookie-consent-md-raised {
    color: rgb(33,33,33);
    background-color: rgb(250,250,250);
}

.cookie-consent-md-button.cookie-consent-md-warn, .cookie-consent-md-button.cookie-consent-md-warn {
    color: rgb(255,87,34);
}

.cookie-consent-md-button {
    text-align: center;
}

.cookie-consent-flex, .cookie-consent-flex-grow {
    box-sizing: border-box;
}

.cookie-consent-flex {
    flex: 1;
}

.cookie-consent-md-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    min-height: 36px;
    min-width: 88px;
    line-height: 36px;
    vertical-align: middle;
    align-items: center;
    text-align: center;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    border: 0;
    padding: 0 6px;
    margin: 6px 8px;
    background: transparent;
    color: currentColor;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    text-decoration: none;
    overflow: hidden;
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
}

.cookie-consent-md-button {
    letter-spacing: .01em;
}

.cookie-consent-mr-16 {
    margin-right: 16px !important;
}

.cookie-consent-ml-16 {
    margin-left: 16px !important;
}

.focus-element-blue:focus {
    outline: 2px solid #00f !important;
}

.focus-element-white:focus {
    outline: 2px solid #fff !important;
}

.focus-element-black:focus {
    outline: 2px solid #000 !important;
}

.focus-element-red:focus {
    outline: 2px solid #f00 !important;
}

@media (min-width: 600px) {
    .cookie-consent-layout-gt-xs-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 600px) {
    .cookie-consent-layout-gt-xs-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 600px) {
    .cookie-consent-layout-gt-xs-row {
        flex-direction: row;
    }
}

@media (min-width: 600px) {
    .cookie-consent-layout-gt-xs, .cookie-consent-layout-gt-xs-column, .cookie-consent-layout-gt-xs-row {
        box-sizing: border-box;
        display: flex;
    }
}



    /*   fade in   */

@keyframes ccFadeIn {
    from {
        transform: translate(0, 0);
        opacity: 0;
    }

    to {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

@-moz-keyframes ccFadeIn {
    from {
        transform: translate(0, 0);
        opacity: 0;
    }

    to {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

@-webkit-keyframes ccFadeIn {
    from {
        transform: translate(0, 0);
        opacity: 0;
    }

    to {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

@-o-keyframes ccFadeIn {
    from {
        transform: translate(0, 0);
        opacity: 0;
    }

    to {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

@-ms-keyframes ccFadeIn {
    from {
        transform: translate(0, 0);
        opacity: 0;
    }

    to {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

/*   fade out   */

@keyframes ccFadeOut {
    to {
        transform: translate(0,0);
        opacity: 0;
    }

    from {
        transform: translate(-50%,-50%);
        opacity: 1;
    }
}

@-moz-keyframes ccFadeOut {
    to {
        transform: translate(0,0);
        opacity: 0;
    }

    from {
        transform: translate(-50%,-50%);
        opacity: 1;
    }
}

@-webkit-keyframes ccFadeOut {
    to {
        transform: translate(0,0);
        opacity: 0;
    }

    from {
        transform: translate(-50%,-50%);
        opacity: 1;
    }
}

@-o-keyframes ccFadeOut {
    to {
        transform: translate(0,0);
        opacity: 0;
    }

    from {
        transform: translate(-50%,-50%);
        opacity: 1;
    }
}

@-ms-keyframes ccFadeOut {
    to {
        transform: translate(0,0);
        opacity: 0;
    }

    from {
        transform: translate(-50%,-50%);
        opacity: 1;
    }
}
