.cky-consent-container {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 5% !important;
    transform: translateX(-50%) !important;
    width: 75% !important;
    max-width: 1074px !important;
    margin: 0 !important;
}

.cky-consent-bar {
    background-color: rgba(0, 0, 0) !important;
    border: none;
    border-radius: 30px;
    padding: 44px 27px !important;
}

.cky-consent-container .cky-consent-bar {
    box-shadow: none !important;
}

.cky-notice .cky-title {
    display: none;
}

.cky-notice-des p a {
    color: #02AEFF !important;
    text-decoration: underline;
}

.cky-notice-des p,
.cky-notice-des a {
    font-size: 16px;
    line-height: 100%;
    max-width: 668px;
}

.cky-btn {
    padding: 12px 49px !important;
    border-radius: 30px !important;
}

body .cky-btn.cky-btn-reject {
    background: #FF2A2E4D !important;
    border: none;
    color: #FF4343 !important;
}

body .cky-btn.cky-btn-accept {
    background: #7730FF4D !important;
    border: none;
    color: #7730FF !important;
}

.cky-notice-btn-wrapper {
    display: flex !important;
    flex-direction: row-reverse !important;
    gap: 16px;
}


html body .cky-consent-container .cky-consent-bar {
     border: 2px solid;
}

