.cookie-contents {
    max-width: 1280px;
    position: relative;
    margin: 0 auto
}

.cookieConsentContainer {
    z-index: 99999;
    min-height: 20px;
    box-sizing: border-box;
    padding: 12px 30px 12px 30px;
    background: #0069ef;
    box-shadow: 0 6px 6px rgb(230 230 235 / 25%);
    border-radius: 10px;
    overflow: hidden;
    position: fixed;
    bottom: 20px;
    margin: 0 -36px;
    left: 12%;
    width: 76%;
    margin: 0 auto
}

.cookieButton {
    float: right
}

.modal-body h6 span {
    float: right;
    margin-right: 17px
}

.close-button {
    display: none
}

#checkboxInput {
    display: none
}

.form-switch {
    display: flex;
    justify-content: end
}

.toggleSwitch {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50px;
    height: 30px;
    background-color: #525252;
    border-radius: 20px;
    cursor: pointer;
    transition-duration: .2s
}

.toggleSwitch::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    left: 5px;
    background-color: #fff0;
    border-radius: 50%;
    transition-duration: .2s;
    box-shadow: 5px 2px 7px rgb(8 8 8 / .26);
    border: 9px solid #fff
}

#checkboxInput:checked+.toggleSwitch::after {
    transform: translateX(100%);
    transition-duration: .2s;
    background-color: #fff
}

#checkboxInput:checked+.toggleSwitch {
    background-color: #0069ef;
    transition-duration: .2s
}

.form-check {
    margin-top: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 152px;
    bottom: 21%
}

.cookieConsentContainer .cookieTitle a {
    font-size: 24px;
    font-weight: 700;
    color: #FFF !important;
    line-height: 40px;
    font-family: 'Inter', sans-serif
}

.cookieConsentContainer .cookieDesc p {
    position: relative;
    font-size: 16px;
    color: #FFF;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Inter', sans-serif
}

.cookieConsentContainer .cookieDesc a {
    font-family: OpenSans, arial, "sans-serif";
    color: #FFF;
    text-decoration: underline
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: OpenSans, arial, "sans-serif";
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
    margin-top: 14px;
    background: #FFF;
    box-sizing: border-box;
    padding: 8px 15px;
    text-align: center;
    transition: background 0.3s;
    border-radius: 6px
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer
}

.modal-title {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    line-height: normal
}

.modal-body h6 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0 10px
}

.modal-body p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.form-check {
    margin-top: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 600
}

.modal.fade .modal-dialog {
    max-width: 900px;
    margin: 11.75rem auto
}

@media (max-width:980px) {
    .cookieConsentContainer {
        bottom: 0px !important;
        left: 0px !important;
        width: 100% !important
    }
}