.filters-section {
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: none;
}

#saveCriteria {
    color: #ffffff !important;
    padding-right: 15px;
}

#saveErr {
    display: none;
    width: auto;
    height: 45px;
    margin-bottom: 11px;
    background: red;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.filter-segments {
    border: 1px solid #eeeeee;
    padding: 25px 6px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.segment-input, .segment-input-radio {
    margin-bottom: 20px;
    /* display: none; */
}

.segment-input label, .segment-input-radio label {
    display: block;
    margin: 0 0 15px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--theme-gray);
}

.segment-input .text-input {
    width: 100%;
    border-radius: 10px;
    height: 44px;
    border: 1px solid var(--theme-light-gray);
    padding: 0 14px;
    font-size: 14px;
    color: var(--theme-text);
    transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: color, background-color, border-color;
}

.segment-input-radio .radio {
    display: inline-block;
    margin-bottom: 10px;
}

.popup .text-input {
    margin-bottom: 12px !important;
}

.segment-input-radio .radio label {
    margin-right: 20px;
}

.filter-button-div {
    display: flex;
    justify-content: end;
}

.filter-button-div div {
    margin-right: 10px;
}

.leads-header-blue-button {
    padding: 0px !important;
}

.leads-header {
    padding: 0 0 22px;
}

.segment-tabs {
    width: 50%;
    margin-bottom: 12px;
}

@media screen and (max-width: 660px) {
    .segment-tabs {
        width: 100%;
    }
}

:root {
    --theme-light-gray: #e4eaec;
}

select.select {
    background: var(--theme-white);
    appearance: none;
    padding-right: 35px;
    background-image: url(../images/select.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) 50%;
    background-size: 10px 6px;
}

.add-a-lead-button {
    min-width: 48px !important;
}

.ms-options {
    max-height: 200px !important;
}

.listoptions {
    padding-left: 5px;
    max-height: 450px;
    overflow: scroll;
}

.listoptions li {
    margin-left: 20px;
    list-style: none;
}

.listoptions li .fa-check {
    display: none;
}

.listoptions li.checked {
    margin-left: 0px;
}

.listoptions li.checked .fa-check {
    display: inline-block !important;
}

.new-group-create-list li.active a#saveCriteria {
    border: 1px solid var(--theme-primary);
    background: var(--theme-primary);
}

.new-group-create-list li.active a#saveCriteria:after {
    opacity: 0;
}

.ms-options-wrap {
/*    width: 50% !important;*/
}

.lead_responsible_div .ms-options-wrap {
    width: 100% !important;
    max-width: 400px !important;
}

@media screen and (max-width: 660px) {
    .ms-options-wrap {
        width: 100% !important;
    }
}

.leads-table-data {
width: 100% !important;
}

.leads-table {
    min-width: 0px;
}

.leads-table td,.leads-table th {
padding: 20px;
max-width: 150px;
overflow-wrap: anywhere;
}
.leads-table tr {
  border-bottom: 1px solid #eee;
}

div.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
}
.tags-span {
display: flex;
flex-wrap: wrap;
}

.show_lead_profile {
cursor:pointer;
}
#all_leads > tr > td:nth-of-type(1) {
  max-width: 200px;
}
#all_leads > tr > td:nth-of-type(2) {
  max-width: 250px;
}
.leads-table-notes svg {
  height:45px;
}

.leads-table-notes {
 max-width: 170px !important;
}
