
/* SEGMENTS */
.segment-bootbox-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.bootbox-segments {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.segment-bootbox-row, .segment-bootbox-last-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.segment-bootbox-last-row > button {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    border: none;
    color: white;
}

.segment-bootbox-row > button:hover{
    background-color: #1699DA !important;
}

.segment-bootbox-row > button {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #29ABE2;
    border-radius: 5px;
    background-color: transparent;
    color: white;
    padding: 10px;
    width: 120px;
    height: 110px;
    align-content: center;
    justify-items: center;
    gap: 10px;
    justify-content: center;
}

.segment-factor.active, .segment-factor-filters.active {
    background-color: #1699DA !important;
}

.segment-bootbox-gap {
    display: flex;
    border: 1px solid #011B2D;
    width: 100%;
}

.bootbox-themes {
    display: flex;
    height: 240px;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
}

#segment-select-wrapper > div {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10px;
    align-content: center;
    align-items: center;
    padding-left: 3px;
}

#segment-select-wrapper > div > img {
    width: 20px;
    height: 20px;
}

#segment-select-wrapper > div > span {
    color: white;
    font-size: 18px;
}

.bootbox-themes > label {
    color: white;
}

.bootbox-themes > div {
    color: white;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.bootbox-themes > div:first-child {
    align-content: center;
    align-items: center;
}

.bootbox-themes > div:last-child {
    gap: 20px;
}

.segment-bootbox .bootbox-close-button {
    color: white;
}

.segment-bootbox .modal-content {
    background: #0A334F;
}

.segment-information {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: white;
}

#segment-select-wrapper {
    /*width: 70%;*/
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#segment-select-wrapper > select {
    background-color: white;
    color: black;
}

.segment-information > div:first-child {
    font-size: 20px;
}

.segment-information > div:last-child {
    font-size: 14px;
    color: rgb(22, 153, 218);
}

.bootbox-choice-filters {
    display: flex;
    flex-direction: column;
    height: 260px;
    padding: 10px 10px 0px;
    color: white;
}

.custom-filters {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.bootbox-choice-filters > button {
    width: fit-content;
    color: #0A334F;
    border-radius: 10px;
    border: none;
    background: #FFD600;
    padding: 10px;
}

.bootbox-choice-filters > button:last-child {
    margin-top: auto;
}

.custom-filters > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.custom-filters > div > div {
    display: flex;
    flex-direction: column;
    width: 45%;
    font-weight: 600;
}

.custom-filters > div:first-child > div {
    gap: 15px;
}

#custom-handle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
    background: white;
}

.custom-handle-value {
    top: 30px;
    position: absolute;
    width: 80px;
    text-align: left;
    font-size: 13px;
    color: white;
}

.ui-slider-horizontal {
    height: unset;
    border: 2px solid #C5E3FF;
}

.filter-checkboxes {
    display: flex;
    flex-direction: column;
}

.filter-checkboxes > div {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.filter-checkboxes > div > label {
    color: white;
    font-weight: 100;
}

.leaflet-segment {
    padding: 2px;
    border-radius: 50%;
    cursor: crosshair;
}

.blue {
    background: #0a4b7d;
}

.white {
    background: #EBF5FF;
}