.w-check-selector {
    display: inline-flex;
    align-items: center;
    justify-items: center;
}


.selector-section {
    background-color: #ffffff;
    min-width: 10rem;
    max-width: 100%;
}
.selector-section-checkboxes {
    position: absolute;
    background-color: #ffffff;
}
.selector-section-checkboxes .selector__checklist {
    display: flex;
    border: .1rem solid #6c6868;
    border-radius: 5%;
    cursor: pointer;
    align-items: center;
    min-width: 10rem;
    height: 2rem;
}
.selector-section-checkboxes .selector__checklist:hover {
    background-color: #7ea4f0;
}
.selector__checklist .checklist-option {
    margin-left: .3rem;
    height: 100%;
}

.selector-title-text {
    font-family: 'Dosis', sans-serif;
    margin-right: 1rem;
}

.checkbox-section {
    width: inherit;
    margin: 0;
    padding: 0;
}

.check-option-text {
    font-family: 'Dosis', sans-serif;
    width: 100%;
    height: 100%;
    display: flex;
    padding-left: 1rem;
    align-items: center;
    cursor: pointer;
}

button.selector__clean {
    width: 2rem;
    height: 2rem;
    outline: none;
    border: none;
    margin-left: -4rem;
    background-color: transparent;
    background-image: url(/assets/hegc/icon--limpiar.svg);
    background-size: 1.26rem;
    background-position: center;
    background-repeat: no-repeat;
}

.selector-section-base .selector__default-bar {
    height: 2rem;
    width: 12rem;
    background: url('data:image/svg+xml,<svg fill="%23193c82" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg"><path d="M 100 100 L 300 100 L 200 250 z"/></svg>') calc(100% - 1rem) center/1rem no-repeat;
    border-radius: .2rem;
    font-family: 'Dosis', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 100%;
    white-space: normal;
    cursor: pointer;
    border: .1rem solid #000000;
}
