.unlimitree-extended-consentscreen {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.unlimitree-extended-consentscreen > .unlimitree-extended-consentscreen-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.5);
}
.unlimitree-extended-consentscreen > .unlimitree-extended-consentscreen-content {
    position: relative;
    background-color: #fff;
    padding: 20px;
    max-width: 1200px;
    margin: 20px;
    max-height: calc(100vh - 40px);
    overflow: auto;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.5);
}
.unlimitree-extended-consentscreen .unlimitree-extended-consentscreen-title {
    padding: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #ccc;
    overflow: auto;
}
.unlimitree-extended-consentscreen .unlimitree-extended-consentscreen-privacypolicy {
    float: right;
    font-size: 16px;
    font-weight: normal;
}
.unlimitree-extended-consentscreen .unlimitree-extended-consentscreen-description {
    padding-bottom: 20px;
    text-align: left;
}
.unlimitree-extended-consentscreen .unlimitree-extended-consentscreen-group {
    border-top-style: solid;
    border-width: 1px;
    border-color: #ccc;
}
.unlimitree-extended-consentscreen .unlimitree-extended-consentscreen-group-label {
    padding: 10px 0px;
    font-weight: bold;
    font-size: 16px;
    background-color: #f4f4f4;
}
.unlimitree-extended-consentscreen .unlimitree-extended-consentscreen-group-entry {
    position: relative;
    padding: 10px 0px;
    padding-right: 150px;
    border-top-style: dotted;
    border-width: 1px;
    border-color: #ccc;
}
.unlimitree-extended-consentscreen .unlimitree-extended-consentscreen-group-entry label {
    font-size: 16px;
}
.unlimitree-extended-consentscreen .unlimitree-extended-consentscreen-group-entry p {
    font-size: 14px;
}
.unlimitree-extended-consentscreen .unlimitree-extended-consentscreen-group-entry .fas {
    font-size: 40px;
    position: absolute;
    color: #999;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.unlimitree-extended-consentscreen .unlimitree-extended-consentscreen-group-entry .fa-toggle-on {
    color: #99f;
}
.unlimitree-extended-consentscreen .unlimitree-extended-consentscreen-buttons {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.unlimitree-extended-consentscreen .unlimitree-extended-consentscreen-buttons a {
    display: block;
    color: inherit;
}
.unlimitree-extended-consentscreen .unlimitree-extended-consentscreen-buttons button {
    border-radius: 0;
    border-style: none;
    border-radius: 5px;
    border-width: 1px;
    border-color: #aaa;
    background-color: #fff;
    color: #666;
    padding: 10px 20px;
    opacity: 0.8;
    cursor: pointer;
}
.unlimitree-extended-consentscreen .unlimitree-extended-consentscreen-buttons button:hover {
    opacity: 1;
}
.unlimitree-extended-consentscreen .unlimitree-extended-consentscreen-buttons .unlimitree-extended-consentscreen-save {
    border-style: solid;
}

.unlimitree-icon-consentscreen {
    position: fixed;
    left: 20px;
    bottom: 20px;
    font-size: 40px;
    border-radius: 50%;
    padding: 5px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    color: #666;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.5);
    cursor: pointer;
}
.unlimitree-icon-consentscreen:hover {
    color: #66f;
}

.unlimitree-default-consentscreen {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
}
.unlimitree-default-consentscreen > .unlimitree-default-consentscreen-overlay {
    background-color: rgba(0,0,0,0.5);
    flex-grow: 1;
    backdrop-filter: blur(3px);
}
.unlimitree-default-consentscreen > .unlimitree-default-consentscreen-content {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    color: #666;
    font-size: 16px;
    flex-grow: 0;
    position: relative;
    box-shadow: 0px -5px 10px rgba(0,0,0,0.1);
}
.unlimitree-default-consentscreen .unlimitree-default-consentscreen-title {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    overflow: auto;
}
.unlimitree-default-consentscreen .unlimitree-default-consentscreen-description {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    text-align: left;
}
.unlimitree-default-consentscreen .unlimitree-default-consentscreen-privacypolicy {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    text-align: left;
    color: inherit;
    float: right;
    font-weight: normal;
    font-size: 16px;
}
.unlimitree-default-consentscreen .unlimitree-default-consentscreen-buttons {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.unlimitree-default-consentscreen .unlimitree-default-consentscreen-buttons a {
    display: block;
    color: inherit;
}
.unlimitree-default-consentscreen .unlimitree-default-consentscreen-buttons button {
    border-style: none;
    border-width: 1px;
    border-color: #aaa;
    background-color: #fff;
    color: #666;
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 0.8;
    margin-bottom: 10px;
}
.unlimitree-default-consentscreen .unlimitree-default-consentscreen-buttons button:hover {
    cursor: pointer;
    opacity: 1;
}

