@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.ucookie-container {
    position: fixed;
    left: 8px;
    bottom: 8px;
    width: 375px;
    z-index: 2147483647;
    border-radius: 9px 8px 8px 8px;
    padding: 12px 24px 12px 24px;
    animation: efl--slide-up 1s;
    font-size: 16px;
    box-shadow: 0 0 8px -5px #000;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    background-color: #c7003b !important;
    color: #ffffff !important;
    box-sizing: border-box;
}

.ucookie-container a {
    color: #FFFFFF;
    font-family: "Afacad Flux", sans-serif;
    font-size: 1em;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.ucookie-modal-body a {
    color: #c7003b;
    font-family: "Afacad Flux", sans-serif;
    font-size: 1em;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

/* Text Group */
.ucookie-text-group {
    font-family: "Afacad Flux", sans-serif;
    text-align: center;
    flex: 1 1 100%;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.2;
    box-sizing: border-box;
}

.ucookie-title {
    font-family: "Afacad Flux", sans-serif;
    color: #c7003b;
    margin: 40px 0 -10px 20px;
    font-size: 20px;
}

.ucookie-link {
    padding-right: 30px;
}

.companyImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 40%;
    height: auto;
}

@media (max-width: 999px) {
    .ucookie-container {
        width: calc(100% - 16px);
    }
}

/* 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: 610px;
    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;
    padding: 10px;
    display: flex;
    align-items: center;
    font-family: "Afacad Flux", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    border-bottom: 1px solid whitesmoke;
}

#ucookie-modal-body {
    height: 470px;
    padding: 10px;
    overflow: auto;
    font-family: "Afacad Flux", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    border-bottom: 1px solid whitesmoke;
}

.ucookie-modal-body a {
    color: #c7003b;
    font-family: "Afacad Flux", 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: 65px;
    padding: 10px;
    text-align: right;
    font-family: "Afacad Flux", sans-serif;
    border-bottom: 1px solid whitesmoke;
}

.ucookie-button-other {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Button */
.ucookie-button {
    padding: 8px 16px;
    cursor: pointer;
    flex: 1 1 auto;
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #ffffff !important;
    color: #c7003b !important;
    border-color: #c7003b !important;
    margin: 3px !important;
    font-family: "Afacad Flux", sans-serif;
}

.ucookie-modal-button {
    padding: 8px 16px;
    cursor: pointer;
    flex: 1 1 auto;
    text-align: center;
    font-size: .75em;
    font-weight: bold;
    font-family: "Afacad Flux", sans-serif;
    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: #c7003b;
}

.ucookie-checked {
    background-color: #c7003b !important;
}

input:focus + .ucookie-slider {
    box-shadow: 0 0 1px #c7003b
}

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;
}

#u-img {
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 99989;
}

@media (max-width: 790px) {

    .ucookie-link {
        padding-right: 10px;
        padding-bottom: 10px;
        white-space: normal;
        display: block;
    }

    .ucookie-modal-body {
        height: 575px !important;
    }
}