.cky-consent-container {
    display: none;
    position: fixed;
    width: 440px;
    box-sizing: border-box;
    z-index: 9999999;
    border-radius: 6px;
}
.cky-box-bottom-left {
    bottom: 40px;
    left: 40px;
}
.cky-consent-container .cky-consent-bar {
    background: #ffffff;
    border: 1px solid;
    padding: 20px 26px;
    box-shadow: 0 -1px 10px 0 #acabab4d;
    border-radius: 6px;
}
.cky-notice-group {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.cky-notice-btn-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}
.cky-btn:last-child {
    margin-right: 0;
}
.cky-notice-btn-wrapper .cky-btn {
    text-shadow: none;
    box-shadow: none;
}
.cky-btn-accept {
    background: #1863dc;
    color: #ffffff;
    border: 2px solid #1863dc;
}
.cky-btn {
    flex: auto;
    max-width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    padding: 8px;
    font-weight: 500;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0;
    overflow-wrap: break-word;
}
@media (max-width: 767px){
    .cky-box-bottom-left {
        bottom: 0px;
        left: 0px;
    }
    .cky-consent-container {
        width: 100%;
    }
}