/**
 * @palmabit/angular-cookie-law - @version v0.5.0 - @author Palmabit Srl<hello@palmabit.com>
 */

.cl-banner {
    background: #26ae61c7;
    height: auto;
    min-height: 24px;
    line-height: 24px;
    color: #eeeeee;
    text-align: center;
    padding: 15px 45px;
    z-index: 99999001;
    position: fixed;
    left: 0;
    width: 100%;
    transition-duration: .3s, .01s;
    transition-property: opacity, bottom;
    transition-delay: 0.2s;
}

.cl-banner.top {
    top: 0;
}

.cl-banner.bottom {
    bottom: 0;
}

/*
  .cl-banner.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .cl-banner.fixed.bottom {
    bottom: 0;
    top: auto;
  }
  */

.cl-banner p {
    color: white;
    margin: 0;
    padding: 0;
    font-size:15px;
}

.cl-banner a {
    color: #26ae61;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 0px 6px;
    margin: 5px 17px 0 17px;
    font-weight: 600;
}

.cl-banner .cookiepolicy {
    text-decoration: underline;
    font-weight: 600;
    margin:0;
    padding:0;
    cursor:pointer;
}

.cl-banner .cl-accept {
    background: #5cb85c;
    color:#fff;
    padding:6px 16px;
}
.cl-banner .cl-necessary{
    background:#fff !important;
    color:#26ae61 !important;
    padding:6px 16px;
}

.cl-banner .cl-necessary:hover{
    background:#ececec !important;
    color:#26ae61 !important;
}

.cl-banner .cl-accept:hover {
    background: #4b714b;
}

.cl-banner .cl-disable {
    background: #8b91dd;
}

.cl-banner .cl-disable:hover {
    background: #bb0000;
}

.cl-banner .cl-policy {
    background: #0033bb;
}

.cl-banner .cl-policy:hover {
    background: #0055dd;
}

.cookie_option_check {
    width: fit-content !important;
    margin: auto !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.cookie_option_check label {
    display: flex !important;
}