.Sort_by_Modal .modal-header {
    box-shadow: 0px 0px 10px 0px #ccc;
}

.Sort_by_Modal .radio-btn-text-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.Sort_by_Modal .radio-btn-text-holder p {
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    margin-bottom: 0px;
}

.Sort_by_Modal .radio-btn-text-holder p.active {
    font-weight: 600;
}




.form-check-input:focus {
    box-shadow: none;
}