#lmt_cookie_banner {
    position: fixed;
    z-index: 9999999;
    background: rgba(0,0,0,0.5);
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.lmt_cookie_inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    background-color: #fff;
    max-width: 600px;
    margin: auto;
    border-radius: 6px;
    padding: 20px 26px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
}

#lmt_cookie_banner_wrapper, #lmt_link_bottom_wrapper {
    text-align: center;
    margin: 0;
}

#lmt_link_bottom_wrapper a {
    font-size: 12px;
    display: inline-block;
    margin: 15px 0 0;
    text-align: center;
    color: #000;
}

.lmt_cookie_inner b {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 12px 0;
    color: #000;
    display: block;
}

.lmt_cookie_inner p {
    font-size: 13px;
}

.lmt_cookie_inner button {
    max-width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    padding: 8px;
    font-weight: 500;
    margin: 0 8px 0 0;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0;
    background-color: transparent;
    border: 2px solid #999;
    color:#000;
}

#lmt_cookie_accept_all {
    background-color: #1863dc;
    border-color: #1863dc;
    color:#fff;
    transition: 0.3s ease;
}

#lmt_cookie_accept_all:hover {
    opacity: 0.5;
}

#lmt_cookie_setting {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 15px;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
    border: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    outline: none;
    display: block;
    margin: 0;
    color:#000;
}

#cookie-selection-modal label {
    margin: 0 0 5px;
    display: inline-block;
}