.select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
    cursor: pointer;
}

.select {
    border-left: 0 !important;
    border-right: 0 !important;
}
.select {
    position: relative;
    display: flex;
    flex-direction: column;
    border-width: 0 2px 0 2px;
    border-style: solid;
    border-color: #394a6d;
}
.select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    font-size: 20px;
    font-weight: 300;
    color: #3b3b3b;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    cursor: pointer;
    border-width: 2px 0 2px 0;
    border-style: solid;
    border-color: #394a6d;
}
.select>div, .select {
    font-size: 16px !important;
}
.select__trigger {
    background: rgb(255 255 255 / 48%) !important;
    border: 0 !important;
    border-radius: 2px !important;
    height: auto !important;
    min-height: 45px !important;
}
.select__trigger>span {
    display: inline-block !important;
    line-height: 1.5em !important;
}
.select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.select.open .custom-options>span {
    font-size: 16px;
    line-height: 2em;
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 2px solid #394a6d;
    border-top: 0;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}
.custom-option.selected {
    color: #ffffff;
    background-color: #f37c35;
}
.arrow {
    position: relative;
    height: 15px;
    width: 15px;
}
.arrow::before {
    left: -5px;
    transform: rotate(45deg);
    background-color: #394a6d;
}
.arrow::before, .arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0.15rem;
    height: 100%;
    transition: all 0.5s;
}
.arrow::after {
    left: 5px;
    transform: rotate(-45deg);
    background-color: #394a6d;
}
.arrow::before, .arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0.15rem;
    height: 100%;
    transition: all 0.5s;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 22px 0 22px;
    font-size: 22px;
    font-weight: 300;
    color: #3b3b3b;
    line-height: 60px;
    cursor: pointer;
    transition: all 0.5s;
}
.custom-option:hover {
    cursor: pointer;
    background-color: #b2b2b2;
}
.selected{
    color: #ffffff;
    background-color: #f37c35;
}
span.circuit_items {
    background: #e58304;
    margin: 0 5px;
    padding: 5px;
}
span.button_close_circuit {
    padding-left: 5px;
    color: #fff;
}