﻿.cookie-warning {
    z-index: 999;
    padding: 25px 25px;
    max-width: 70%;
    background-color: #fff;
    box-shadow: 2px 2px 14px 2px rgba(18, 18, 18, 0.5);
    font-size: 14px;
    border-radius: 10px;
}

.cookie-warning__container {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.cookie-warning__title {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 700;
}

.cookie-warning__text {
    margin-bottom: 10px;
    display: table-cell;
}

.cookie-warning__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 10px;
}

.cookie-warning__btn {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    background-color: #b8b3ad;
    border: none;
    cursor: pointer;
    color: #fff;
}

.cookie-warning__btn--primary {
    background-color: #43bde2;
}

.cookie-warning__accept .cookie-warning__btn--primary {
    display: table-cell;
    width: 85%;
    /*margin-left: 30px;*/
    margin-bottom: 10px;
    border-radius: 3px;
}

    .cookie-warning__accept .cookie-warning__btn--primary:hover {
        background: #00bdf6;
        text-decoration: none;
    }

.cookie-warning-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.cookie-warning-bar__list {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    min-width: 1px;
}

.cookie-warning-bar__item {
    margin-right: 10px;
    cursor: pointer;
}

    .cookie-warning-bar__item:last-child {
        margin-right: 0;
    }

    .cookie-warning-bar__item label {
        position: relative;
        padding-left: 15px;
        cursor: pointer;
        margin-bottom:0px;
    }

    .cookie-warning-bar__item input {
        position: absolute;
        left: 0;
        top: 3px;
        width: 10px;
        height: 10px;
        cursor: pointer;
        margin: 0px;
    }

.cookie-warning-bar__settings {
    flex-shrink: 0;
    padding: 5px 10px;
    background-color: #ccc;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    color: #fff;
}

.cookie-warning-tabs {
    margin-top: 15px;
}

.cookie-warning-tabs__head {
    display: flex;
}

    .cookie-warning-tabs__head .cookie-warning-tabs__item {
        display: flex;
        align-items: center;
        height: 32px;
        margin-right: 5px;
        padding-right: 10px;
        padding-left: 10px;
        background-color: #f7f7f7;
        cursor: pointer;
        border: 1px solid #ccc;
        border-bottom: none;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .cookie-warning-tabs__head .cookie-warning-tabs__item--active {
        background-color: #fff;
    }

    .cookie-warning-tabs__head .cookie-warning-tabs__item:last-child {
        margin-right: 0;
    }

.cookie-warning-tabs__body {
    border: 1px solid #ccc;
    border-radius: 3px;
    border-top-left-radius: 0;
    max-height: 200px;
    overflow: auto;
}

    .cookie-warning-tabs__body .cookie-warning-tabs__item {
        display: none;
    }

    .cookie-warning-tabs__body .cookie-warning-tabs__item--active {
        display: block;
    }

        .cookie-warning-tabs__body .cookie-warning-tabs__item--active table {
            width: 100%;
            border-collapse: collapse;
        }

.cookie-warning-tabs__text {
    padding: 10px;
    line-height: 1.6;
}

.cookie-warning-content {
    display: flex;
}

.cookie-warning-content__side {
    flex-shrink: 0;
    width: 130px;
    border-right: 1px solid #eee;
}

    .cookie-warning-content__side .cookie-warning-content__item {
        padding: 10px 10px;
        border-bottom: 1px solid #eee;
        background-color: #f5f5f5;
        cursor: pointer;
    }

    .cookie-warning-content__side .cookie-warning-content__item--active {
        background-color: #fff;
    }

    .cookie-warning-content__side .cookie-warning-content__item:last-child {
        border-bottom: none;
    }

.cookie-warning-content__main {
    flex: 1;
    min-width: 330px;
    overflow: auto;
    padding: 10px;
}

    .cookie-warning-content__main .cookie-warning-content__item {
        display: none;
    }

    .cookie-warning-content__main .cookie-warning-content__item--active {
        display: block;
    }

    .cookie-warning-content__main table thead td {
        background-color: #f5f5f5;
        border-bottom: 1px solid #ccc;
    }

    .cookie-warning-content__main table td {
        padding: 5px 10px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

        .cookie-warning-content__main table td:last-child {
            border-right: none;
        }

    .cookie-warning-content__main p {
        margin: 0 0 10px 0;
    }

.cookie-warning__accept {
    display: table-cell;
    width: 25%;
    text-align: center;
    vertical-align: middle;
}

.cookie-warning__DetaileSetting {
    background-color: #e7dcdc;
    display: table-cell;
    width: 85%;
    /*margin-left: 30px;*/
    margin-bottom: 10px;
    border-radius: 3px;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
.cookie-warning__MoreInfo.cookie-warning__DetaileSetting {
    display: block;
    width: auto;
    margin-left: 0px;
    margin-bottom: 0px;
}

.cookie-warning__DetaileSetting:hover {
    background: #b8b3ad;
    text-decoration: none;
}

    .cookie-warning__MoreInfo:hover {
        cursor: pointer;
    }

.cookie-warning__actions {
    padding-top: 15px;
}

.enableFunctional.close {
    position: absolute;
    top: 5px;
    right: 13px;
}
    

    .cookie-warning__MoreInfo {
        float: left;
    }

.firmInfo{
    padding: 10px 0px;
}

#CookiesModal {
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 901px){
    .cookie-warning__accept {
        display: table-row;
    }
    .cookie-warning__accept .cookie-warning__btn--primary{
        margin-top:10px;
    }
}

/*cookies badges start*/
#cookiescript_injected {
    background-color: #f2f2f2;
    z-index: 999997;
    opacity: 1;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans', Arial, 'Trebuchet MS', 'Segoe UI', 'Helvetica', sans-serif;
    box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.35);
    color: #5b5b5b;
    box-sizing: border-box;
}

.cookiescript_checkbox_label {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 4px;
    line-height: 1.5;
    margin: 0;
}

#cookiescript_close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 29px;
    line-height: 13px;
    cursor: pointer;
    color: #5b5b5b;
    height: 15px;
    width: 15px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    letter-spacing: 0;
    font-family: 'Trebuchet MS', 'Arial', sans-serif;
    font-weight: 100;
    opacity: 0.85;
    z-index: 999999;
}

#cookiescript_buttons {
    display: flex;
    flex-direction: row;
    font-weight: 700;
}

#cookiescript_manage_wrap {
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.1px;
    font-weight: 500;
}

#cookiescript_manage {
    display: inline;
    cursor: pointer;
    color: #5b5b5b;
    opacity: 0.85;
}

    #cookiescript_manage #cookiescript_manageicon .cookiescript_gear {
        fill: #5b5b5b;
    }

    #cookiescript_manage:hover #cookiescript_manageicon .cookiescript_gear {
        fill: #89b916;
        ;
    }

svg#cookiescript_manageicon {
    width: 15px;
    height: 15px;
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    top: 3px;
    vertical-align: baseline;
}

#cookiescript_header {
    background-color: transparent;
    z-index: 999998;
    color: #5b5b5b;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.4px;
    opacity: 1;
}

.cookiescript_checkbox {
    display: flex;
    flex-direction: row;
}

input.cookiescript_checkbox_input {
}

span.cookiescript_checkbox_text {
    display: inline-block;
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #5b5b5b;
}

#cookiescript_accept,
#cookiescript_save {
    border: 0;
    transition: all 0.25s ease 0s;
    background-color: #89b916;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    line-height: 3.3;
    letter-spacing: 0.4px;
}
/*IE 9 fixes*/
@media screen and (min-width:0\0) and (min-resolution: .001dpcm) {
    .cookiescript_checkbox_label {
        position: relative;
        top: -10px;
    }

    #cookiescript_accept, #cookiescript_reject, #cookiescript_save {
        display: inline-block;
    }

    #cookiescript_buttons {
        text-align: center;
    }
}

#cookiescript_save {
    display: none;
}

#cookiescript_reject {
    border: 1px solid black;
    text-align: center;
    line-height: 3;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: black;
    background: white;
}


#cookiescript_accept, #cookiescript_reject, #cookiescript_save {
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition-duration: 100ms;
    transition-timing-function: ease-in-out;
    min-width: 103px;
}

.cookiescript_bigger {
    transform: scale(1.1);
}

#cookiescript_link {
    text-decoration: none;
    color: #5b5b5b;
    font-size: 9px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0.8;
    display: inline !important;
}

#cookiescript_readmore,
#cookiescript_reportlink,
#cookiescript_cookiescriptlink {
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0;
    transition: all 100ms ease 0s;
    background-color: transparent;
    color: #5b5b5b;
    display: inline;
    font-size: 11px;
}

#cookiescript_description {
    color: #5b5b5b;
    font-size: 11px;
    letter-spacing: 0.3px;
    line-height: 1.8;
    font-weight: 400;
    opacity: 0.85;
}

#cookiescript_checkboxs {
}

#cookiescript_close:hover,
#cookiescript_manage:hover,
#cookiescript_link:hover {
    opacity: 1;
}

#cookiescript_badge {
    position: fixed;
    line-height: 0;
    cursor: pointer;
    z-index: 99999;
    font-size: 0;
    color: #999;
    left: 10px;
    display: flex;
    flex-direction: row;
    opacity: 1;
}

#cookiescript_badgetext {
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', Arial, 'Trebuchet MS', 'Segoe UI', 'Helvetica', sans-serif;
    overflow: hidden;
    transition-duration: 500ms;
    white-space: nowrap;
    padding-right: 0;
    color: #5b5b5b;
}

#cookiescript_badgesvg {
    width: 40px;
    height: 40px;
}



#cookiescript_badge {
    bottom: 10px;
    border-radius: 25px;
    padding: 3px;
    transition-duration: 500ms;
    box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: #f2f2f2;
}

    #cookiescript_badge:hover #cookiescript_badgetext {
        max-width: 300px;
        padding-right: 15px;
        padding-left: 12px;
    }

#cookiescript_badgetext {
    font-size: 16px;
    line-height: 2.5;
    max-width: 0;
}

#cookiescript_badgeimage {
    width: 40px;
    height: 40px;
}

@media only screen and (max-width: 414px) {
    #cookiescript_badgeimage {
        width: 30px;
        height: 30px;
    }

    #cookiescript_badgesvg {
        width: 30px;
        height: 30px;
    }

    #cookiescript_badgetext {
        display: none;
    }
}
/*IE 9 fixes*/
@media screen and (min-width:0\0) and (min-resolution: .001dpcm) {
    #cookiescript_badgeimage {
        float: left;
    }
}

@media print {
    #cookiescript_injected {
        display: none;
    }
}

.cookiescript_fullreport,
.cookiescript_fullreport tbody,
.cookiescript_fullreport thead,
.cookiescript_fullreport tr,
.cookiescript_fullreport th,
.cookiescript_fullreport td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

table.cookiescript_fullreport {
    border-collapse: collapse;
    border-spacing: 0;
}


#cookiescript_maintabs {
    display: flex;
    justify-content: space-around;
    background: rgba(193, 193, 193, 0.6);
    align-items: stretch;
    overflow: hidden;
    min-height: 36px;
}

#cookiescript_categories,
#cookiescript_iab_type {
    display: flex;
    justify-content: center;
    padding: 7px 0;
    border-bottom: 1px solid #F1F1F1;
    flex-wrap: wrap;
}

#cookiescript_cookietablewrap {
    max-width: 1140px;
    overflow: hidden;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    max-height: 350px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

    #cookiescript_cookietablewrap.cookiescript_hidden {
        opacity: 0.0;
        height: 0;
        min-height: 0;
        max-height: 0;
        margin: 0;
    }

#cookiescript_reportwrap,
#cookiescript_iabwrap {
    height: 137px;
    overflow: auto;
}

    #cookiescript_reportwrap > div,
    #cookiescript_iabwrap > div {
        transition: opacity 200ms 0ms, height 0ms 200ms;
    }

.cookiescript_category_description {
    padding: 7px 10px;
    font-size: 11px;
    text-align: left;
    font-weight: normal;
    line-height: 1.5;
    color: #6f6f6f;
    margin: 0;
}

.cookiescript_fullreport th {
    background: #F5F5F5;
    color: #4b4b4b;
}

#cookiescript_categories > div,
#cookiescript_iab_type > div {
    cursor: pointer;
    padding: 0 9px;
    font-size: 11px;
    font-weight: 600;
    background: #f5f5f5;
    color: #4b4b4b;
    line-height: 2;
    margin: 3px 5px;
    white-space: nowrap;
}

#cookiescript_maintabs > div {
    cursor: pointer;
    width: 50%;
    transition: all 300ms ease 0s;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
    color: #FEFEFE;
    padding: 9px 0;
    position: relative;
}

#cookiescript_maintabs .cookiescript_active {
    background: #fefefe;
    color: #89b916;
}

#cookiescript_declarationwrap {
    background: #FEFEFE;
    transition: opacity 200ms 0ms, height 0ms 200ms;
}

#cookiescript_categories .cookiescript_active,
#cookiescript_iab_type .cookiescript_active {
    background: #89b916;
    color: #FEFEFE;
}

#cookiescript_reportwrap::-webkit-scrollbar-track,
#cookiescript_iabwrap::-webkit-scrollbar-track,
#cookiescript_aboutwrap::-webkit-scrollbar-track {
    background-color: #DADADA;
}

#cookiescript_reportwrap::-webkit-scrollbar,
#cookiescript_iabwrap::-webkit-scrollbar,
#cookiescript_aboutwrap::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

#cookiescript_reportwrap::-webkit-scrollbar-thumb,
#cookiescript_iabwrap::-webkit-scrollbar-thumb,
#cookiescript_aboutwrap::-webkit-scrollbar-thumb {
    background-color: #89b916;
}

.cookiescript_fullreport {
    border-collapse: collapse;
    width: 100%;
}

    .cookiescript_fullreport td:nth-child(1) {
        font-weight: 600;
    }

    .cookiescript_fullreport td:nth-child(3), .cookiescript_fullreport th:nth-child(3) {
        text-align: center;
    }

    .cookiescript_fullreport td, .cookiescript_fullreport th {
        white-space: normal;
        padding: 0 8px;
        font-size: 11px;
        font-weight: 600;
        text-align: left;
        line-height: 3;
        margin: 0;
    }

    .cookiescript_fullreport td {
        padding: 7px 8px;
        line-height: 1.3;
        vertical-align: top;
        font-weight: 400;
        border-bottom: 1px solid #F1F1F1;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        color: #6f6f6f;
        background: transparent;
    }

        .cookiescript_fullreport td:last-child, .cookiescript_fullreport th:last-child {
            padding-right: 18px;
        }

        .cookiescript_fullreport td:nth-child(1), .cookiescript_fullreport th:nth-child(1) {
            padding-left: 18px;
            word-break: normal;
        }

#cookiescript_aboutwrap {
    padding: 7px 18px;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    line-height: 1.5;
    background-color: #fefefe;
    box-sizing: border-box;
    color: #6f6f6f;
    transition: opacity 200ms 0ms;
    overflow: auto;
    flex-grow: 0;
    height: 180px;
}

    #cookiescript_aboutwrap.cookiescript_hidden {
        opacity: 0;
        height: 0;
        overflow: hidden;
        padding: 0;
    }

#cookiescript_declarationwrap.cookiescript_hidden {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

#cookiescript_setting_advertising_wrap {
    padding: 7px 18px;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    line-height: 1.5;
    background-color: #fefefe;
    box-sizing: border-box;
    color: #6f6f6f;
    transition: opacity 200ms 0ms;
    overflow: auto;
    flex-grow: 0;
    height: 180px;
}

    #cookiescript_setting_advertising_wrap.cookiescript_hidden {
        opacity: 0;
        height: 0;
        overflow: hidden;
    }

#cookiescript_tabscontent {
    background: #FEFEFE;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#cookiescript_reportwrap .cookiescript_hidden,
#cookiescript_iabwrap .cookiescript_hidden {
    opacity: 0;
    height: 0;
    transition: opacity 200ms 0ms, height 0ms 200ms;
    overflow: hidden;
}

#cookiescript_reportdate {
    font-size: 11px;
    text-align: right;
    opacity: 0.9;
    padding: 0 10px;
    margin: 0;
}

#cookiescript_injected.hascookiereport #cookiescript_copyright {
    display: none;
}


@media only screen and (max-width: 414px) {
    .cookiescript_fullreport thead {
        display: none;
    }

    .cookiescript_fullreport td {
        display: flex;
    }

        .cookiescript_fullreport td::before {
            content: attr(label);
            font-weight: bold;
            width: 120px;
            min-width: 120px;
        }

        .cookiescript_category_description,
        .cookiescript_fullreport td,
        .cookiescript_fullreport td:nth-child(1),
        .cookiescript_fullreport td:nth-child(3) {
            padding: 7px 10px;
            text-align: left;
        }

            .cookiescript_fullreport td:last-child {
                border-bottom: none;
            }

    .cookiescript_fullreport tr:nth-child(even) {
        background: #f5f5f5;
    }

        .cookiescript_fullreport tr:nth-child(even) td {
            border-bottom: 1px solid #FFF;
        }
}


@media screen and (min-width:0\0) and (min-resolution: .001dpcm) {
    #cookiescript_maintabs > div {
        display: block;
        float: left;
    }

    #cookiescript_categories > div,
    #cookiescript_iab_type > div {
        display: inline-block;
    }
}





#cookiescript_injected .mdc-checkbox {
    box-sizing: content-box !important;
}

#cookiescript_injected .mdc-checkbox__native-control {
    display: block;
    z-index: 1;
}

#cookiescript_injected .mdc-checkbox .mdc-checkbox__native-control:focus ~ .mdc-checkbox__background::before, #cookiescript_injected .mdc-checkbox .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background::before {
    background-color: var(--mdc-theme-secondary, #FFFFFF);
}

.cookiescript_rtl {
    direction: rtl;
}

#cookiescript_injected .mdc-checkbox {
    display: inline-block;
    position: relative;
    flex: 0 0 18px;
    box-sizing: content-box;
    width: 18px;
    height: 18px;
    line-height: 0;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: bottom;
    padding: 11px
}

    #cookiescript_injected .mdc-checkbox .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background::before, #cookiescript_injected .mdc-checkbox .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background::before {
        background-color: #5b5b5b
    }

@supports not (-ms-ime-align:auto) {
    .mdc-checkbox .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background::before, #cookiescript_injected .mdc-checkbox .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background::before {
        background-color: var(--mdc-theme-secondary, #5b5b5b)
    }
}

#cookiescript_injected .mdc-checkbox .mdc-checkbox__background {
    top: 11px;
    left: 11px
}

    #cookiescript_injected .mdc-checkbox .mdc-checkbox__background::before {
        top: -13px;
        left: -13px;
        width: 40px;
        height: 40px
    }

#cookiescript_injected .mdc-checkbox .mdc-checkbox__native-control {
    top: 0;
    right: 0;
    left: 0;
    width: 40px;
    height: 40px
}

#cookiescript_injected .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: #5b5b5b;
    background-color: transparent
}

#cookiescript_injected .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background, #cookiescript_injected .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
    border-color: #5b5b5b;
    background-color: #5b5b5b
}

#cookiescript_injected .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: rgba(91,91,91,0.26);
    background-color: transparent
}

#cookiescript_injected .mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background, #cookiescript_injected .mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background {
    border-color: transparent;
    background-color: rgba(91,91,91,0.26)
}

#cookiescript_injected .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
    color: #f2f2f2
}

#cookiescript_injected .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
    color: #f2f2f2
}

#cookiescript_injected .mdc-checkbox__background {
    display: inline-flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 2px solid #5b5b5b;
    border-radius: 2px;
    background-color: transparent;
    pointer-events: none;
    will-change: background-color,border-color;
    transition: background-color 90ms 0s cubic-bezier(.4,0,.6,1),border-color 90ms 0s cubic-bezier(.4,0,.6,1)
}

    #cookiescript_injected .mdc-checkbox__background .mdc-checkbox__background::before {
        background-color: #000
    }

@supports not (-ms-ime-align:auto) {
    .mdc-checkbox__background .mdc-checkbox__background::before {
        background-color: var(--mdc-theme-on-surface,#000)
    }
}

#cookiescript_injected .mdc-checkbox__checkmark {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 180ms 0s cubic-bezier(.4,0,.6,1)
}

#cookiescript_injected .mdc-checkbox__checkmark-path {
    transition: stroke-dashoffset 180ms 0s cubic-bezier(.4,0,.6,1);
    stroke: currentColor;
    stroke-width: 3.12px;
    stroke-dashoffset: 29.7833385;
    stroke-dasharray: 29.7833385
}

#cookiescript_injected .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background, #cookiescript_injected .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background {
    transition: border-color 90ms 0s cubic-bezier(0,0,.2,1),background-color 90ms 0s cubic-bezier(0,0,.2,1)
}

    #cookiescript_injected .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path, #cookiescript_injected .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path {
        stroke-dashoffset: 0
    }

#cookiescript_injected .mdc-checkbox__background::before {
    position: absolute;
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    will-change: opacity,transform;
    transition: opacity 90ms 0s cubic-bezier(.4,0,.6,1),-webkit-transform 90ms 0s cubic-bezier(.4,0,.6,1);
    transition: opacity 90ms 0s cubic-bezier(.4,0,.6,1),transform 90ms 0s cubic-bezier(.4,0,.6,1);
    transition: opacity 90ms 0s cubic-bezier(.4,0,.6,1),transform 90ms 0s cubic-bezier(.4,0,.6,1),-webkit-transform 90ms 0s cubic-bezier(.4,0,.6,1)
}

#cookiescript_injected .mdc-checkbox__native-control:focus ~ .mdc-checkbox__background::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .12;
    transition: opacity 80ms 0s cubic-bezier(0,0,.2,1),-webkit-transform 80ms 0s cubic-bezier(0,0,.2,1);
    transition: opacity 80ms 0s cubic-bezier(0,0,.2,1),transform 80ms 0s cubic-bezier(0,0,.2,1);
    transition: opacity 80ms 0s cubic-bezier(0,0,.2,1),transform 80ms 0s cubic-bezier(0,0,.2,1),-webkit-transform 80ms 0s cubic-bezier(0,0,.2,1)
}

#cookiescript_injected .mdc-checkbox__native-control {
    position: absolute;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: inherit
}

    #cookiescript_injected .mdc-checkbox__native-control:disabled {
        cursor: default;
        pointer-events: none
    }

    #cookiescript_injected .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
        transition: opacity 180ms 0s cubic-bezier(0,0,.2,1),-webkit-transform 180ms 0s cubic-bezier(0,0,.2,1);
        transition: opacity 180ms 0s cubic-bezier(0,0,.2,1),transform 180ms 0s cubic-bezier(0,0,.2,1);
        transition: opacity 180ms 0s cubic-bezier(0,0,.2,1),transform 180ms 0s cubic-bezier(0,0,.2,1),-webkit-transform 180ms 0s cubic-bezier(0,0,.2,1);
        opacity: 1
    }

    #cookiescript_injected .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
        transition: opacity 90ms 0s cubic-bezier(.4,0,.6,1),-webkit-transform 90ms 0s cubic-bezier(.4,0,.6,1);
        transition: opacity 90ms 0s cubic-bezier(.4,0,.6,1),transform 90ms 0s cubic-bezier(.4,0,.6,1);
        transition: opacity 90ms 0s cubic-bezier(.4,0,.6,1),transform 90ms 0s cubic-bezier(.4,0,.6,1),-webkit-transform 90ms 0s cubic-bezier(.4,0,.6,1)
    }

#cookiescript_injected .mdc-checkbox {
    -webkit-tap-highlight-color: transparent
}

#cookiescript_injected {
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    padding: 15px 20px 10px 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0;
    align-items: center;
    max-height: 85%;
    overflow-y: auto;
}

#cookiescript_copyright {
    line-height: 1;
    text-align: center;
}

#cookiescript_buttons {
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 5px 0;
}

#cookiescript_manage_wrap {
    margin: 0 0 14px 0;
}

#cookiescript_header {
    padding: 14px 0 12px;
    margin: 0;
    text-align: center;
}

#cookiescript_checkboxs {
    margin: -5px auto 8px auto;
    display: flex;
    flex-wrap: wrap;
}

.cookiescript_checkbox {
    margin: 0;
}

#cookiescript_accept, #cookiescript_reject, #cookiescript_save {
    margin: 5px 7px;
    flex-shrink: 1;
    padding: 0 17px;
    white-space: normal;
}

#cookiescript_description {
    margin: 0 auto 8px;
    text-align: center;
    max-width: 600px;
}

.cookiescript_checkbox_label {
    padding: 0;
    margin: 0 10px 0 -2px;
}

#cookiescript_cookietablewrap {
    transition: height 300ms 0ms, min-height 300ms 0ms, max-height 300ms 0ms, opacity 200ms 300ms;
}

    #cookiescript_cookietablewrap.cookiescript_hidden {
        transition: height 300ms 0ms, min-height 300ms 0ms, max-height 300ms 0ms, opacity 200ms 0ms;
    }

@media only screen and (max-width: 414px) {
    #cookiescript_injected {
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px;
        text-align: left;
    }

    #cookiescript_description {
        text-align: left;
    }

    #cookiescript_description,
    #cookiescript_buttons,
    #cookiescript_manage_wrap,
    #cookiescript_checkboxs {
        margin-bottom: 8px;
    }

    #cookiescript_header {
        padding-top: 5px;
    }

    #cookiescript_buttons {
        flex-wrap: wrap;
    }

    #cookiescript_accept, #cookiescript_reject, #cookiescript_save {
        width: 100%;
    }

    #cookiescript_injected {
        max-height: 100%;
    }
}

/*IE 9 fixes*/
@media screen and (min-width:0\0) and (min-resolution: .001dpcm) {
    .cookiescript_checkbox {
        display: inline-block;
    }
}

@media screen and (min-width:0\0) and (min-resolution: .001dpcm) and (min-width: 1140px) {
    #cookiescript_cookietablewrap {
        left: calc(50% - 570px);
    }
}

#cookiescript_accept, #cookiescript_save {
    order: 1;
}

#cookiescript_maintabs .cookiescript_active {
    background: whitesmoke;
    color: black !important;
}

#cookiescript_maintabs > div {
    color: black;
}

/*cookie badges end*/