@import url('https://fonts.cdnfonts.com/css/lato-tr');

#ucookie-close-span {
    float: right;
    font-size: 21px;
    margin-right: 15px;
    margin-top: 4px;
    cursor: pointer;
}

.ucookie-container {
    position: fixed;
    left: 8px;
    bottom: 8px;
    z-index: 2147483647;
    border-radius: 9px 8px 8px 8px;
    padding: 22px 24px 22px 24px;
    animation: efl--slide-up 1s;
    font-size: 16px;
    box-shadow: 0 0 8px -5px #000;
    display: flex;
    gap: 8px;
    background-color: #da3831 !important;
    color: #ffffff !important;
    box-sizing: border-box;
    justify-content: space-between;
}

.ucookie-container a {
    color: #FFFFFF;
    font-family: 'Lato TR', sans-serif;
    font-size: 1em;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.ucookie-modal-body a {
    color: #000000;
    font-family: 'ttnormsProRegular', sans-serif;
    font-size: 1em;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

/* Text Group */
.ucookie-text-group {
    font-family: 'ttnormsProRegular', sans-serif;
    text-align: left;
    width: 60%;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.2;
    box-sizing: border-box;
}

.ucookie-button-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 33%;
    justify-content: center;
}

.ucookie-button-other {
    border: 0;
    color: white;
    text-decoration: underline;
    padding: 8px 16px;
    cursor: pointer;
    text-align: center;
    font-size: .75em;
    font-weight: bold;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: transparent;
    width: 150px;
}

.ucookie-title {
    font-family: 'ttnormsProRegular', sans-serif;
    color: #222222;
    margin: 40px 0 -10px 20px;
    font-size: 20px;
}

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

@media (max-width: 999px) {
    .ucookie-container {
        width: calc(100% - 16px);
        flex-direction: column;
    }

    .ucookie-text-group {
        width: 100%;
    }

    .ucookie-button-wrapper {
        width: 100%;
    }
}

/* 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: 2147483647;
}

#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: 'ttnormsProRegular', sans-serif;
    font-size: 20px;
    line-height: 25px;
    border-bottom: 1px solid whitesmoke;
}

#ucookie-modal-body {
    height: 450px;
    padding: 10px;
    overflow: auto;
    font-family: 'ttnormsProRegular', sans-serif;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    border-bottom: 1px solid whitesmoke;
}

.ucookie-modal-body a {
    color: #000000;
    font-family: 'ttnormsProRegular', sans-serif;
    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: 50px;
    padding: 10px;
    text-align: right;
    font-family: 'ttnormsProRegular', sans-serif;
    border-bottom: 1px solid whitesmoke;
}
/* Button */
.ucookie-button {
    padding: 8px 16px;
    cursor: pointer;
    text-align: center;
    font-size: .75em;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #000;
    box-sizing: border-box;
    background-color: #000000 !important;
    color: #ffffff !important;
    width: 150px;

}

.ucookie-modal-button {
    padding: 8px 16px;
    cursor: pointer;
    flex: 1 1 auto;
    text-align: center;
    font-size: .75em;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #fff;
    box-sizing: border-box;
    background-color: #da3831 !important;
    color: #ffffff !important;
}

.ucookie-modal-button-other {
    padding: 8px 16px;
    cursor: pointer;
    flex: 1 1 auto;
    text-align: center;
    font-size: .75em;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #fff;
    box-sizing: border-box;
    background-color: #000000 !important;
    color: #ffffff !important;
}

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

.ucookie-checked {
    background-color: #da3831 !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 {
    text-align: right;
    height: 30px !important;
    padding: 10px;
    color: #808080;
    font-family: 'Lato TR', sans-serif;
    font-size: 10px;
}

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

@media (max-width: 790px) {

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

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