.ecc-fade {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: black;
    display: none;
    z-index: 10001;
    opacity: 0.6;
}

.show-ecc-fade {
    display: block;
}

.ecc {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    z-index: 10002;
    display: none;
    color: black;
    overflow: auto;
}

.show-ecc {
    opacity: 1;
    display: block;
}

.ecc-title {
    text-align: start;
    margin-top: 5px;
    margin-left: 10px;
}

.ecc-information {
    text-align: start;
    margin-left: 10px;
    margin-right: 10px;
}

.cookie-info-link-div {
    margin-top: 15px;
    text-align: start;
    margin-left: 10px;
    margin-bottom: 15px;
}

.ecc-link {
    text-decoration: underline;
}

.ecc-switch {
    margin-top: 5px;
    margin-left: auto;
    margin-right: 10px;
}

.ecc-language-select {
    border-radius: 3px;
    display: flex;
    margin-right: 0;
    max-width: 150px;
    width: auto;
}

.accept-button-div {
    display: flex;
    margin-top: 15px;
    margin-bottom: 10px;
}

.cookie-lang-selector {
    margin-top: 20px;
    width: 100%;
}

.ecc-option-div {
    margin-left: 15px;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
}

.ecc-option-label {
    float: left;
    padding-top: 5px;
    min-width: 150px;
    margin: auto;
    margin-left: auto;
    margin-left: 0;
    text-align: start;
}

.ecc-checkbox {
    width: 20px;
    height: 20px;
}

.ecc-container {
    padding: 10px;
    max-width: 500px;
    margin: auto;
    background-color: white;
    border-radius: 3px;
}

.ecc-close {
    display: none;
    width: 100%;
    text-align: right;
    font-weight: bold;
    cursor: pointer;
    font-size: large;
}

.ecc-accept {
    margin-left: auto;
    margin-right: 0px;
}

.ecc-title-divider {
    border-bottom: 1px solid #e7e7e7;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ecc-divider {
    border-bottom: 1px solid #e7e7e7;
    margin-left: 5px;
    margin-right: 5px;
}
