
#cookiemodal .modal-dialog{
    transform: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
}

#agemodal .modal-dialog, #agemodal23 .modal-dialog, #agemodal25 .modal-dialog{
    z-index: 2000;
}

#cookiemodal .modal-content{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.81);
    background-clip: padding-box;
    border: none;
    outline: 0;
}

#cookiemodal .modal-header{
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    border-bottom: none;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

#cookiemodal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 5px 10px;
    z-index: 2000;
}



.button_small{
    display: inline-block;
    padding: 0px 15px;
    font-family: TheSans_ExtraBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.8;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.74px;
    line-height: 1.86667;
    background: linear-gradient(to bottom,#a71917 0, #851110 100%);
    box-shadow: 0 0 20px 0 rgba(167,25,23,.8);
    color: #fff;
    border-radius: 5px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
    transition-property: all .2s cubic-bezier(.455,.03,.515,.955);
    border: none;
    font-weight: 400;
    margin-left:0px;
}