.form_cstm_row {
    margin-bottom: 36px;
}

#lead_id_txt_group {
    font-size: 20px !important;
}

.form_cstm_row p {
    font-size: 15px !important;
}

#lead_notes_table th {
    font-size: 13px;
}

.th_row_number {
    width: 10%;
}

.th_row_note {
    width: 55%;
}

.th_row_date_time {
    width: 35%;
}

.lead_note_textarea {
    width: 100%;
    border: none;
    resize: none;
}

#text_lead_note {
    border-radius: 9px;
}

.form_cstm_col {
    border-bottom: 1px solid #e1dddd;
    padding-bottom: 8px;
}

.text_lead_note {
    margin-bottom: 38px;
}

.lead_note_row {
    margin-bottom: 38px;
}

#lead_email {
    border-radius: 9px;
    border: 1px solid #ced4da;
    width: 100%;
    height: 53px;
}


.lead_note_table_container {
    max-height: 300px; /* Set the maximum height of the container */
    overflow-y: auto; /* Enable vertical scrollbar when content exceeds the height */
}



/* lead statuses - start */
.lead-pending {
    color: #ffc548;
    /* padding: 5px 10px; */
}

.lead-assigned {

    color: #5d308e;
    /* padding: 5px 10px; */
}

.lead-rejected {

    color: #e33c3c;
    /* padding: 5px 10px; */
}

.lead-prospective {

    color: #959595;
    /* padding: 5px 10px; */
}

.lead-convertible {

    color: #42ba96;
    /* padding: 5px 10px; */
}

.lead-future-intake {

    color: #2a5fff;
    /* padding: 5px 10px; */
}

.lead-completed {

    color: #97b14c;
    /* padding: 5px 10px; */
}

.lead-registered {

    color: #000000;
    /* padding: 5px 10px; */
}
/* lead statuses - end */

.lead_status_select {
    border: 1px solid #e1dddd;
    border-radius: 25px;
}



@media screen and (max-width: 426px) {
    
    .cstm_mq {
        margin-bottom: 36px !important;
    }
}