/* ------------- Start cookie bar ------------- */

.cc-window .form-group {
    display: block;
    float: left;
    margin: 0 15px 0 0;
}

.cc-grower{
   bottom: 0;
   width: 100%;
   z-index: 99999;
   display: none;
   overflow: hidden;
   transition: max-height 1s;
   background-color: #eff0f1;
   -wekbit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
   -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
   box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}

.cc-window {
   padding-top: 15px;
   font-size:14px;
   padding-bottom: 25px;
   opacity: 1;
   transition: opacity 1s ease;
}

.cc-window .cc-link {
   font-weight: bold;
   padding: 5px 15px 8px 15px;
   margin: 0px 15px;
}

.cc-window .form-group{
   margin-bottom: 5px;
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    display: none;
    visibility: hidden;
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-popover{
   z-index: 99999;
   max-width: 450px;
   border-radius: 0;
}

@media print {
    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}
/* -------------- End cookie bar -------------- */

