.box-position {
    bottom: 0;
    text-align: center;
    font-size: 12px !important;
    padding: 15px;
    width: 100%;
}

.cookie-button {
    background: #fff;
    color: black;
    padding: 5px 20px;
    margin-left: 10px;
    cursor: pointer;
}

.cookie {
    /* position : fixed; */
    /* overflow: hidden; */
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
    position: fixed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}

.cc-message {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-right: 1em;
    /* padding-left: 15px; */
    font-size: 12px;
    margin-left: 0;
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em;
    text-decoration: underline;
}

.cc-compliance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    color: rgb(0, 0, 0);
    background-color: rgb(243, 243, 243);
    border-color: transparent;
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em;
    text-decoration: underline;
}

@media screen and (min-width: 992px) {
    .cc-message {
        margin-left: 10%
    }
  }

  @media screen and (min-width: 1250px) {
    .cc-message {
        margin-left: 20%
    }
  }