.hidefromview {
    position: absolute !important;
    left: -90000px !important;
}

.newleads-summary-container {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
    padding: 20px;
    background: white;
    border-radius: 12px;
    border: 2px solid #e9e9e9;
}

.newleads-summary-item {
    display: flex;
    align-items: flex-start;
    flex: 1 1 280px;
    max-width: calc(33.333% - 14px);
    min-width: 260px;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .newleads-summary-item {
        max-width: calc(50% - 10px);
        min-width: 220px;
    }
}

@media (max-width: 640px) {
    .newleads-summary-item {
        max-width: 100%;
        min-width: 0;
        flex-basis: 100%;
    }
}

.newleads-summary-item .newleads-summary-count {
    flex: 0 0 auto;
    margin-right: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.35;
    white-space: nowrap;
    color: #111827;
}

.newleads-summary-item .newleads-summary-label {
    flex: 1 1 0;
    min-width: 0;
    font-size: 13px;
    line-height: 1.4;
    overflow-wrap: break-word;
    word-break: normal;
}

.bootstrap-dialog-close-button {
    display: block !important;
}
.lead-info-heading {
    background: #21314f !important;
}
/* .lead_tenant_scroll {
    max-height: 800px;
    overflow-y: scroll;
    overflow-x: hidden;
} */
.lead_tenant_scroll .form-group {
    margin-bottom: 5px;
}

.lead-modal .activity-feed {
    max-height: 500px;
    overflow-y: auto;
}

.consent-history-table {
    max-height: 500px;
    overflow-y: auto;
}

.swal2-container.swal2-center.swal2-fade.swal2-shown {
    z-index: 99999 !important;
}

.bootstrap-dialog-close-button {
    display: block !important;
}

.lead-modal .nav-item.active .nav-link {
    color: #ffffff !important;
    background-color: #21314f;
}
.lead-modal #tab_lead_profile li.nav-item.active,
.update_client_record_lead #record_profile li.nav-item.active {
    background-color: #ebebeb;
}

.tmbot0 {
    display: block;
    margin-bottom: 2px;
    font-weight: 650 !important;
    color: black !important;
}

.badge.tw-bg-danger-600 {
    background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.9s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.media.lead-note.lead-recordnote.label-danger {
    padding: 10px;
}

.headerModalTittle {
    font-size: 15px;
}

.modal.update_client_record_lead,
.modal.new_client_record_lead {
    /* background-color: rgb(147 136 136 / 76%); */
    background-color: rgba(55, 65, 81, 0.7);
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
.modal-backdrop {
    z-index: 9999 !important;
}
a.floating_eye {
    position: absolute;
    top: -20px;
    left: -5px;
}
span.send_via_sms_phonenumber {
    font-size: 12px;
}
.gdpr-purpose {
    min-height: 155px !important;
    position: relative;

    .col-md-5{
        position: absolute;
        right: 0px;
    }
}
.mrecord_lead #marital_info .form-group,
.mrecord_lead #main_info .form-group,
.mrecord_lead #marketplace_info .form-group,
.mrecord_lead #additional_policies .form-group {
    margin-bottom: 5px;
}

#household_info_profile {
    max-height: 550px;
    overflow: scroll;
}
.household_details {
    max-height: 550px;
    overflow: scroll;
}
.lead-info-heading.pointer {
    margin-bottom: 5px;
}

.mrecord_lead .dependents-container .dependent {
    min-height: 265px;
    position: relative;
    border-bottom: 1px dashed #e9e9e9;
    padding-top: 5px;
    padding-bottom: 10px;
}

.btn-add-dependent {
    position: absolute;
    right: 10px;
    top: 0px;
    height: 29px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 3px;
}
.btn-remove-dependent {
    position: absolute;
    top: 2px;
    right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
}

div#swal2-content img {
    max-width: 100%;
    height: auto;
}

input#fileUploadRecord {
    width: 100% !important;
}

.quick-modify-edit-record-status {
    border: 5px solid black;
    padding: 8px;
    /* float: right; */
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 10px;
}

.text-black{
    color: black !important;
}

.faded_background{
    background-color: rgba(55, 65, 81, 0.7)!important;
}
/* Tenant leads table colors: see assets/css/tenant-leads-table.css (included from my_manage_leads.php only). */