
.title-settings[data-v-47c8c9f4] {
    color: #364462;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}
.subtitle-settings[data-v-47c8c9f4] {
    color: #364462;
    font-size: 16px;
    line-height: 22px;
}























































































































































/*the container must be positioned relative:*/
.custom-select[data-v-5dd9e6e2] {
    position: relative;
}
.custom-select select[data-v-5dd9e6e2] {
    display: none; /*hide original SELECT element:*/
}

/*style the arrow inside the select element:*/
.select-selected[data-v-5dd9e6e2]:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active[data-v-5dd9e6e2]:after {
    border-color: transparent transparent #000 transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div[data-v-5dd9e6e2] {
    color: #000;
    padding: 8px 16px;
    border: 0.5px solid transparent;
    border-color: transparent rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

/*style items (options):*/
.select-items[data-v-5dd9e6e2] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide[data-v-5dd9e6e2] {
    display: none;
}
.select-items div[data-v-5dd9e6e2]:hover, .same-as-selected[data-v-5dd9e6e2] {
    background-color: rgba(0, 0, 0, 0.1);
}
.select-selected[data-v-5dd9e6e2] {
    color: #000;
    padding: 8px 16px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0.5px solid rgba(54, 68, 98, 0.1);
    border-radius: 2px;
    background-color: rgba(54, 68, 98, 0.05);
}

