
.ucookie-container {
    font-family: backandbondson, sans-serif;
    background-color: white;
    height: 16vh;
    width: 41vw;
    position: fixed;
    bottom: 5px;
    z-index: 99990;
    margin: 25px;
    margin-right: 25px;
    align-items: center;
    overflow: hidden;
    padding: 1.3rem;
}

.ucookie-policy-text > p {
    color: rgb(0, 0, 0);
    font-weight: 400;
}

.ucookie-container a {
    color: rgb(67, 71, 80);
    font-family: Jost, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1em;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

/* Text Group */
.ucookie-text-group {
    /* width: 60%; */
    font-family: Jost, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 14px;
    line-height: 1.5;
    margin: 5px;
}

.ucookie-title {
    font-family: Jost, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    color: rgb(237, 242, 244);
    margin: 40px 0 -10px 20px;
    font-size: 20px;
}

.ucookie-policy-text {
    font-family: Jost, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    clear: both;
    text-align: left;
    color: #000000;
    margin: 10px 0 5px 20px;
    font-size: 14px;
}

/* Button Group */
.ucookie-button-group {
    /* width: 100%; */
    margin-right: 17px;
    float: right;
}

.ucookie-link {
    padding-right: 30px;
}

/* Modal */
#ucookie-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

#ucookie-modal-container {
    background-color: #161a1c;
    width: 600px;
    padding: 0;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 10000;
}


#ucookie-modal-header {
    background-color: white;
    color: rgb(237, 242, 244);
    height: 45px !important;
    font-weight: bold !important;
    padding: 10px;
    display: flex;
    align-items: center;
    font-family: Jost, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 21px;
    line-height: 25px;
    border-bottom: 1px solid whitesmoke;
}

#ucookie-header-logo {
    height: 35px;
    margin-right: 10px;
}

#ucookie-popup-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 40px;
    width: auto;
}

@media (max-width: 790px) {
    .ucookie-text-group {
        margin-top: 50px !important;
    }
}

#ucookie-modal-body {
    color: black;
    height: 515px;
    padding: 10px;
    overflow: auto;
    font-family: Jost, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    border-bottom: 1px solid whitesmoke;
    background-color: white;
}

#ucookie-modal-body a {
    color: rgb(67, 71, 80);
    font-family: Jost, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1em;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

/* Accordion */
.ucookie-accordion {
    max-width: 90%;
    margin: 0 auto;
}

.ucookie-accordion-header {
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
    display: block;
}

.ucookie-plus-icon {
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
}

.ucookie-accordion-content {
    display: none;
    padding: 10px;
    border: 1px solid #ccc;
}

.ucookie-active {
    display: block;
}

.ucookie-checkbox input[type="checkbox"] {
    display: none;
}

/* End Accordion */

/* Footer */
#ucookie-modal-footer {
    height: 40px;
    padding: 10px;
    text-align: right;
    font-family: Jost, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    border-bottom: 1px solid whitesmoke;
    box-sizing: content-box;
    background-color: white;
}

/* Button */
.ucookie-button {
    align-items: center;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-family: Jost, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    height: 30px;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 3px;
    text-align: center;
    vertical-align: middle;
    background-color: #fe6f00;
    color: white;
}

.ucookie-button:hover,
.ucookie-button:focus {
    opacity: 0.71;
}

.ucookie-button:active {
    color: rgb(255, 255, 255, .7);
}

.ucookie-button:disabled {
    cursor: not-allowed;
    background: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .3);
}

/* The switch - the box around the slider */
.ucookie-switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    float: right;
}

/* Hide default HTML checkbox */
.ucookie-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.ucookie-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.ucookie-slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .ucookie-slider {
    background-color: rgb(67, 71, 80);
}

.ucookie-checked {
    background-color: #000000 !important;
}

input:focus + .ucookie-slider {
    box-shadow: 0 0 1px rgb(67, 71, 80)
}

input:checked + .ucookie-slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.ucookie-slider.ucookie-round {
    border-radius: 17px;
}

.ucookie-slider.ucookie-round:before {
    border-radius: 50%;
}

#ucookie-modal-logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
    height: 15px !important;
    padding: 10px;
    color: black;
    font-family: 'Lato TR', sans-serif;
    font-size: 12px;
    background-color: white;
}

#ucookie-logo {
    width: 70px;
    cursor: pointer;
    margin-left: 3px;
}


@media (max-width: 790px) {
    .ucookie-container {
        width: 95vw !important;
        /* display: unset !important; */
        margin: unset !important;
        right: 4 !important;
    }

    .ucookie-button-group {
        width: 100% !important;
        display: flex;
        margin: -5px 0 0 0 !important;
        justify-content: center;
    }

    .ucookie-text-group {
        width: 98% !important;
        margin: 10px 0 10px 0;
    }

    .ucookie-title {
        font-size: unset !important;
        font-weight: bold !important;
        margin: 20px 0 -10px 20px !important;
    }

    .ucookie-button {
        font-size: 13px !important;
        font-weight: 350 !important;
        line-height: 15px !important;
        width: 135px !important;
        height: 40px !important;
        padding-left: unset !important;
        padding-right: unset !important;
        margin: 3px !important;
    }

    .ucookie-link {
        padding-right: 10px;
        padding-bottom: 10px;
        white-space: normal;
        display: block;
    }

    .ucookie-modal-body {
        height: 575px !important;
    }

    #ucookie-modal-footer {
        display: flex;
        justify-content: center;
    }
}