﻿#selectListBox .label-title {
    color: #020303;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

#selectListBox .label-description {
    color: #5A6161;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

#selectListBox .dx-scrollview-content .dx-item:not(:last-child) {
    border-bottom: 1px solid #DEE4E4;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#selectListBox .dx-list-item-before-bag.dx-list-select-radiobutton-container {
    display: none;
}

#selectListBox .custom-radio-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
}

#selectListBox .custom-radio {
    display: flex;
    align-items: center;
    margin: 2px auto;
}

#selectListBox .custom-radio .custom-radio-input::before, #selectListBox .custom-radio input[type="radio"] {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #B6BFBF;
    transition: border-color 0.3s;
}

#selectListBox .custom-radio .radio-label {
    font-size: 14px;
    color: var(--sds-black);
}

#selectListBox .custom-radio .custom-radio-input:checked {
    border-color: var(--sds-primary-600);
    border-width: 6px;
}

#selectListBox .custom-radio-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
}

#selectListBox .custom-radio {
    display: flex;
    align-items: center;
    margin: 2px auto;
}

#selectListBox .custom-radio .custom-radio-input::before, #selectListBox .custom-radio input[type="radio"] {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #B6BFBF;
    transition: border-color 0.3s;
}

#selectListBox .custom-radio .radio-label {
    font-size: 14px;
    color: var(--sds-black);
}

#selectListBox .custom-radio .custom-radio-input:checked {
    border-color: var(--sds-primary-600);
    border-width: 6px;
}

#selectListBox #dataSourceHeader {
    border-bottom: 1px solid #DEE4E4;
    padding-bottom: 15px;
    margin-bottom: 15px;
    align-items: center;
}

#selectListBox #dataSourceHeader .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    gap: 9px;
}

#selectListBox #dataSourceHeader h5, #selectListBox #dataSourceHeader p {
    margin-bottom: 0
}

#selectListBox #dataSourceHeader h5 {
    color: #020303;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

#selectListBox #dataSourceHeader .form-group {
    border: 1px solid #B6BFBF;
    border-radius: 6px;
    overflow: hidden;
}

#selectListBox #dataSourceHeader .w-auto {
    width: auto
}

#selectListBox #dataSourceHeader span.w-auto {
    border-radius: 10px;
    background: #F0F4F4;
    height: 20px;
}
