.ucookie-container {
    background-color: white;
    height: 220px;
    width: 70%;
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 99990;
    margin: 25px;
    align-items: center;
    overflow: hidden;
    border: 1px solid;
    box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.25);
    padding: 1rem;
}

.ucookie-container a {
    color: #000000;
    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: .813em;
    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: #222222;
    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: 40%;
    text-align: center;
}

.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: white;
    width: 600px;
    padding: 0;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 10000;
}


#ucookie-modal-header {
    height: 40px !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-modal-body {
    height: 450px;
    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: 12px;
    line-height: 25px;
    text-align: left;
    border-bottom: 1px solid whitesmoke;
}

#ucookie-modal-body a {
    color: #000000;
    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: #f4f4f4;
    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: 60px;
    padding: 10px;
    text-align: 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;
    border-bottom: 1px solid whitesmoke;
}

.ucookie-button-other {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Button */
.ucookie-button {
    align-items: center;
    border: 0;
    box-sizing: border-box;
    color: #ffffff;
    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: 12px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    width: 165px;
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 3px;
    text-align: center;
    vertical-align: middle;
}

.ucookie-button:hover,
.ucookie-button:focus {
    color: #ffffff;
}

.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: #000000;
}

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

input:focus + .ucookie-slider {
    box-shadow: 0 0 1px #000000
}

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;
    height: 10px !important;
    padding: 10px;
    color: #808080;
    font-family: 'Lato TR', sans-serif;
    font-size: 10px;
}

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


@media (max-width: 1024px) {
    .ucookie-container {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        left: 0 !important;
        padding: 0.5rem;
        margin: 2px;
        height: unset;
    }

    .ucookie-button-group {
        width: 100% !important;
    }

    .ucookie-text-group {
        width: 96% !important;
    }

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

    .ucookie-policy-text{
        font-size: 0.8em !important;
    }

    .ucookie-button {
        font-size: 13px !important;
        font-weight: 350 !important;
        line-height: 15px !important;
        width: 150px !important;
        height: 33px !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;
    }
}


@media (min-width: 1025px) and (max-width: 1280px) {
    .ucookie-container {
        width: 90%!important;
    }
}

@media (min-width: 1281px) {
    .ucookie-container {
        width: 70%!important;
        max-width: 2000px!important;
    }
}