:root{
    --bg-green: #75b798;
}

/* body {
    font-family: "Open Sans";
} */
 .text-decoration-underline{text-decoration: underline;}
 .outline-none{outline: none !important;}
.sidebar nav .nav .nav-item .nav-link{padding: 0.5rem 0.8rem;}
.login-page {
    background-image: url("../images/login/intro.jpg");
    background-color: #000;
    background-size: cover;
    background-position: top center;
}

.login-page::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.info-box-text {
    white-space: break-spaces !important;
}

.box-shadow-btm {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 5px 0px rgba(0, 0, 0, 0.1) !important;
}

.highlight {
    background-color: yellow;
}

.campaign_info .card-body {
    font-size: 0.9rem;
}

.action-btn {
    margin: 2px 2px;
}

.table-wrapper{
    overflow-x: hidden;
}
.top-scrollbar-container{
    width: 100%;
    overflow-x: scroll;
    height: 10px;
    scrollbar-width: thin;
}
.top-scrollbar-spacer {
    height: 1px;
}
.table-container {
    max-width: 100%;
    max-height: 658px;
    overflow: auto;
    scrollbar-width: thin;
    /* scrollbar-width: none; */
}
.table-container table thead{
    background-color: var(--white);
    position: sticky;
    top: 0;
    z-index: 10;
}
.table-responsive{
    scrollbar-width: thin;
}
.dataTables_wrapper .dataTables_length label{
    font-size: 14px;
    font-weight: 400;
    margin: 9px 0 0 0;
}
.dataTables_wrapper .dataTables_length label select{
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.dataTables_wrapper .dataTables_filter label{
    margin: 0 0 1rem 0;
    font-size: 0;
}
.dataTables_wrapper .dataTables_filter label input{
    width: 100%;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin: 0;
    outline: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dataTables_wrapper .dataTables_filter label input:focus{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0px 0px 3px rgba(23, 162, 184, 0.35);
    box-shadow: 0px 0px 3px rgba(23, 162, 184, 0.35);
}

.inbound_content{
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inbould_name a{border: none!important}
.inbould_name a:hover{background: transparent !important;}
.navbar-nav ul li h4 a:hover{background: transparent;}
.table-container tbody td,
.filesUploadedTable tbody td,
#campaignsTable tbody td {
    font-size: 0.85rem;
    vertical-align: middle;
}

.table-container .action-btn,
.contactDeleteBtn,
#campaignsTable .action-btn,
.cntct-info-action .action-btn {
    font-size: 0.7rem;
    padding: 0.2rem 0.3rem;
}

#contactsAccordion .contact-actions {
    /* font-size: .7rem; */
    padding: 0.2rem 0.3rem;
    width: 25px;
    height: 25px;
    text-align: center;
}

.search-filter .close {
    font-size: 1rem;
    text-shadow: none;
    opacity: 1;
}

.or_section.andPlus .btn.close {
    border-top-width: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    font-size: 0.9rem;
    font-weight: 500 !important;
}

.search-filter .form-group strong,
.search-filter .form-row strong,
.modal-body .form-group label,
.insert-placeholder-label {
    font-size: 0.9rem;
}

.card .card-header.d-flex:after {
    position: absolute;
}

.search-filter .or-val-fields .close {
    top: 0;
    right: 7.5px;
}

table tr.selected {
    background-color: #e2e2e2 !important;
}

input.capitalize {
    text-transform: capitalize;
}

table .statusTd {
    white-space: nowrap;
}

#campaignsTable,
#files_datatable,
#leadCampaignsTable {
    width: calc(100% - 4px);
}

html *::-webkit-scrollbar {
    width: 7px;
}

html *::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 5px;
}

html *::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background: transparent;
    background: rgb(124, 124, 124);
}

.exportreport {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    box-shadow: none !important;
    display: inline-block !important;
    font-weight: 400 !important;
    color: #212529 !important;
    text-align: center !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.exportreport span {
    color: #fff;
}

.exportreport:hover,
.exportreport:focus {
    /* border:0px; */
    box-shadow: none;
    outline: none;
}

/* html body .dataTables_wrapper .dataTables_processing {
    top: 0 !important;
    height: 100% !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
} */

.designation {
    font-size: 13px;
}

.phne-no {
    font-size: 15px;
}

@media screen and (max-width: 1024px) {

    /* .table-container .action-btn,
    .contactDeleteBtn,
    #campaignsTable .action-btn {
        font-size: 1rem;
        padding: 0.2rem 0.5rem;
        margin: 5px 4px;
    } */

    .table-container table:not(#usersTable, #rolesTable, #campaignsTable) th:last-child,
    .contactDeleteBtn th:last-child {
        min-width: 130px !important;
    }

    #files_datatable th:last-child {
        min-width: 70px !important;
    }

    #usersTable th:last-child,
    #rolesTable th:last-child {
        min-width: 165px !important;
    }

    #campaignsTable th:last-child {
        min-width: 171px !important;
    }
}

:not(.layout-fixed) .main-sidebar {
    position: fixed !important;
    height: 100vh;
    /* overflow-y: scroll; */
}

.wrapper .main-header {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    min-height: 50px;
}

.main-sidebar .brand-link {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    min-height: 50px;
}

.lead-edit-form .card-body {
    padding: 0.5rem 1.25rem;
}

.lead-edit-form .lead-edit-form-scroll .card-body.lead-update {
    height: 57vh;
    overflow-y: scroll;
}

.card-body .form-group {
    margin-bottom: 0.5rem;
}

#leads_datatable_filter,
#leads_datatable_length {
    min-width: 35%;
}

#leads_datatable_filter {
    width: 270px;
}

#leads_datatable_filter label,
#leads_datatable_length label {
    width: 100%;
}

/* #leads_datatable_filter input[type="search"],
select {
	width: 75%;
	margin-left: 5px !important;
} */
.card-body .form-group strong {
    font-size: 0.84rem;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 1.2;
}
#previewLeadModal .card-body .form-group strong, #previewLeadModal .card-body .form-group .small{
    font-size: 10px;
}
.input-group .input-group-text {
    padding: 0.175rem 0.75rem;
}

.rounded-0 {
    border-radius: 0;
}

.rounded-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.rounded-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

body table.dataTable {
    /* border: 1px solid #e9e9e9; */
    border-left: 0;
    border-right: 0;
    margin-top: 0 !important;
}
.section-head{z-index: 0; top: 0; left: 5px; transform: translate(0%, -50%);}

.table-responsive{
    max-height: 658px;
}
body table.table{
    border-collapse: separate;
    border-spacing: 0;
}
body table.table thead tr th{
    line-height: 2rem;
    padding: 8px 16px;
    background-color: transparent;
    border-width: 1px 1px 1px 0;
    border-color: #e9e9e9;
}
body table.table thead tr th:first-child{
    border-left: 1px solid #e9e9e9;
}
body table.table tbody tr td{
    padding: 8px 16px !important;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #e9e9e9;
}
body table.table tbody tr td:first-child{
    border-left: 1px solid #e9e9e9;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 8px 16px !important;
}

table.dataTable.compact tr th:first-child {
    /* padding: 6px !important;
    text-align: center; */
    border-left: 1px solid #e9e9e9;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
    font-size: 14px;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding: 8px 44px 8px 16px !important;
    border-bottom-color: #e9e9e9 !important;
    background-image: none;
    position: relative;
}
table.dataTable thead th .arrow{
    width: 12px;
    height: 24px;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 12px;
    line-height: 1;
    color: #bebebe;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}
table.dataTable thead th .arrow::before{
    content: "\f077";
    display: block;
}
table.dataTable thead th .arrow::after{
    content: "\f078";
    display: block;
}
table.dataTable thead th.sorting_asc .arrow::before{
    color: #2278a1;
}
table.dataTable thead th.sorting_desc .arrow::after{
    color: #2278a1;
}
/* table.dataTable thead th,
table.dataTable thead td {
    border-bottom-color: #b7b7b7 !important;
} */

table.dataTable.compact tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

/* table.dataTable.compact tbody tr td:first-child {
    text-align: center;
    border-left: 1px solid #e9e9e9;
} */

table.dataTable.compact tbody tr td:first-child {
    text-align: left;
    border-left: 1px solid #e9e9e9;
}

table.dataTable.compact tr th:last-child,
table.dataTable.compact tbody tr td:last-child {
    border-right: 1px solid #e9e9e9;
}

table.dataTable.no-footer {
    border-bottom: 0 !important;
}

#leads_datatable_length select {
    width: 17% !important;
    height: 32px;
    padding: 0 0.25rem !important;
}

#agents_datatable_length select,
#agents_leads_datatable_length select,
#campaignsTable_length select,
.show-entries select {
    width: 38% !important;
}

#agents_datatable_wrapper #agents_datatable_filter,
#agents_leads_datatable_wrapper #agents_leads_datatable_filter {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
}

#agents_datatable_wrapper #agents_datatable_filter label {
    margin-top: 3px;
}

.content-header {
    padding: 5px 0.5rem !important;
}

.content-wrapper {
    margin-top: 60px;
}

.distance_input .address_text {
    display: none;
}

.form-control.leadselectstatus,
.form-control.selectstatus {
    height: calc(1.8rem + 2px);
    font-size: 0.8rem;
    padding: 0.375rem 0.35rem;
}

/* lead-saved-filter-sidebar */
.lead-saved-filter-sidebar {
    width: 275px;
    position: fixed;
    z-index: 999999;
    height: 100%;
    top: 0;
    right: -350px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
    transition: 0.5s;
}

.lead-saved-filter-sidebar.show {
    right: 0;
}

.lead-saved-filter-sidebar .header {
    border-bottom: 1px solid #ffc107;
}

.lead-saved-filter-sidebar .header .closebtn {
    font-size: 20px;
    color: #000;
}

.lead-saved-filter-sidebar .header label {
    text-decoration: none;
    font-size: 15px;
    display: block;
    transition: 0.3s;
    margin-bottom: 0;
    color: #1f78a0;
}

.email-modal.modal-disable:after, .message-modal.modal-disable:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.lead-saved-filter-sidebar .lead-saved-filters .filter.applied {
    border: 1px #28a745 solid;
}

table.dataTable.compact.smsprovider_datatable tbody tr td:first-child {
    text-align: center;
}

.lead-saved-filter-sidebar .lead-saved-filters .no-filter-found {
    border: 1px #dc3545 solid;
    border-radius: 5px;
    font-size: 36px;
    color: #dc3545;
}

.lead-saved-filter-sidebar .lead-saved-filters .filter .title {
    width: 90%;
}

.lead-saved-filter-sidebar .lead-saved-filters .filter .title label {
    width: 100%;
    padding: 8px;
    text-decoration: none;
    font-size: 15px;
    display: block;
    transition: 0.3s;
    color: #000;
    margin-bottom: 0 !important;
    font-weight: 400;
    text-transform: capitalize;
}

.lead-saved-filter-sidebar .lead-saved-filters .filter {
    border-bottom: 1px solid #e3e3e3;
}

.lead-saved-filter-sidebar .lead-saved-filters .filter.applied .title label {
    color: #28a745;
}

.lead-saved-filter-sidebar .lead-saved-filters .filter .closebtn {
    color: #f1f1f1;
    font-size: 15px;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    max-width: 100%;
    width: auto !important;
    height: 230px;
    overflow-y: scroll;
    overflow-x: hidden;
    right: 25px !important;
}

.ui-autocomplete li.ui-menu-item {
    padding: 5px;
    border-bottom: 1px solid;
}

.nav-treeview li {
    padding-left: 0.8rem;
    font-size: 0.9rem;
}

.nav-treeview li .nav-link {
    padding: 0.45rem 0.8rem;
}

.contact-info-list,
.contact-info-list-btn {
    gap: 5px;
    display: flex;
}

.contact-info-list-select {
    min-width: 220px;
}

.contact-info-list-badge {
    /* width: 160px; */
    width: auto;
    min-height: 31px;
    display: flex;
}

.prospect-container .contact-info-list:not(:last-child) {
    margin-bottom: 5px;
}

.notes-div-section {
    display: flex;
}

.messages-menu i,
.dropdown.user a i,
.main-header .navbar-nav .nav-item a.nav-link {
    font-size: 18px;
    color: #24272a;
    transition: all 150ms ease-in-out 0s;
}

.dropdown.user a {
    color: #24272a;
    font-family: "Noto Sans";
}

.messages-menu .dropdown-toggle:hover>i,
.dropdown.user a:hover,
.dropdown.user a:hover i,
.main-header .navbar-nav .nav-item a.nav-link:hover {
    color: #17a2b8;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
    font-family: "Open Sans" !important;
    font-size: 0.9rem !important;
}
.messages-menu .badge {
    position: absolute;
    top: -6px;
    right: 9px;
    width: 15px;
    height: 15px;
    background: #dc3545;
    color: #fff;
    font-size: 9px;
    padding: 0;
    line-height: 1.7;
    border-radius: 50%;
    text-align: center;
}

.chat-footer {
    height: 122px;
    background: #eee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

button.attachment {
    position: absolute;
    right: 45px;
    top: 0;
    width: 45px;
    height: 50px;
    background: #c3c3c3;
    border: none;
}

.main-dropdown {
    left: auto;
    width: 320px;
    right: 0;
    top: 38px;
    margin: 0;
    padding: 0;
}

.main-dropdown li {
    list-style: none;
}

.main-dropdown li ul {
    padding: 0;
}

.main-dropdown h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1;
    color: #24272a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.main-dropdown h4 small {
    font-size: 12px;
    opacity: 0.8;
}

.main-dropdown p {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.2;
    color: #24272a;
    font-weight: 400;
    opacity: 0.8;
}

.main-dropdown a {
    padding: 8px 10px;
    display: block;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 150ms ease-in-out 0s;
}

.main-dropdown a:hover {
    background: #f4f6f9;
}

.main-dropdown li#seeAllmsg a {
    background-color: #1f78a0;
    color: #fff;
}

.main-dropdown li#seeAllmsg a:hover {
    background-color: #145d80;
}

.main-dropdown li.footer {
    text-align: center;
}

.main-dropdown li.footer a {
    font-size: 12px;
}

.main-dropdown:before {
    content: "";
    height: 20px;
    width: 20px;
    background: #fff;
    position: absolute;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    top: -10px;
    right: 15px;
    transform: rotate(-43deg);
    z-index: -1;
}

.horizontal-nav {
    gap: 15px;
}

.call_initiated_contact {
    background-color: #dcf4ff;
    margin: 0.5rem 0;
    padding: 0 0.5rem;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
}

.call_initiated_contact .collapse {
    padding-bottom: 0.5rem;
}

.call_initiated_contact .card-header {
    border: 0;
}

.dashboard-sec .info-box .info-box-icon {
    font-size: 1.7rem;
}

.bg-orange.text-white {
    color: #fff !important;
}

.dashboard-sec .info-box .info-box-text {
    font-size: 0.85rem;
    position: relative;
    z-index: 2;
}

.dashboard-sec .info-box .info-box-number {
    font-size: 2rem;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

/* .dashboard-sec .info-box .info-box-content:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    background-color: rgba(0, 0, 0, 0.08);
    z-index: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.dashboard-sec .info-box:hover .info-box-content:after {
    right: 0%;
} */

.view-section .tab-pane ul li {
    font-size: 0.93rem;
}

table.dataTable.compact.scrap_api_platforms_datatable tbody tr td:first-child {
    text-align: center;
}

/* ======================
Chat Design
========================*/
#chat-wrapper {
    width: min-content;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.chat-person {
    width: 400px;
    background: #fff;
}

.chat-person h4 {
    font-size: 14px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}

.chat-person h4 span.badge {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #ffeb3b;
    color: #000;
    line-height: 1.27;
    position: relative;
    left: 3px;
    top: -8px;
    text-align: center;
}

.chat-person h4 i {
    float: right;
}

.chat-box p {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 1.3;
    clear: both;
}

.other-txt {
    background: rgba(220, 53, 69, 0.17);
    display: inline-block;
    max-width: 240px;
    padding: 8px 15px 8px;
    border-radius: 15px;
    color: #000;
    word-wrap: break-word;
}

.accordian .card-body {
    font-size: 0.9rem;
}

.my-txt {
    background: rgb(220, 53, 69);
    display: inline-block;
    max-width: 240px;
    padding: 5px 10px 3px;
    border-radius: 15px;
    float: right;
    color: #fff;
    word-wrap: break-word;
}

.chat-box {
    clear: both;
    overflow: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 250px;
}

.logsview {
    font-size: 0.9rem;
    max-height: 55vh;
    overflow: auto;
}

.chat-box::-webkit-scrollbar {
    display: none;
}

.border-danger .other-txt {
    background: rgb(220, 53, 69, 0.17);
}

.border-dark .other-txt {
    background: rgb(52, 58, 64, 0.17);
}

.border-info .other-txt {
    background: rgb(23, 162, 184, 0.17);
}

.border-danger .my-txt {
    background: #dc3545;
}

.border-dark .my-txt {
    background: rgb(52, 58, 64);
}

.border-info .my-txt {
    background: #17a2b8;
}

.text-input {
    width: 398px;
    position: relative;
    font-size: 13px;
    height: 75px;
    border: none;
    padding: 10px 10px 10px 10px;
    background: #eeee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #c3c3c3;
    top: 0px;
    resize: none;
}

.chat-send {
    position: absolute;
    right: 5px;
    bottom: 5px;
    height: 40px;
    border: none;
    width: 70px;
    text-align: center;
    background-color: #00811d;
    border-radius: 5px;
    transition: all 300ms ease-in-out 0s;
}

.chat-send:hover {
    opacity: 0.8;
}

.chat-attachment {
    bottom: 5px;
    background: #fafafa;
    border: 1px solid #c3c3c3;
    left: 5px;
    padding: 5px 5px;
    border-radius: 5px;
}

.chat-template {
    position: absolute;
    left: 10px;
    width: 121px;
    font-size: 12px;
    bottom: 6px;
    height: 35px;
    border: 1px solid #c3c3c3;
    padding: 5px 5px;
    border-radius: 5px;
}

.chat-send svg {
    fill: #fff;
}

.noRecordsFound {
    text-align: center;
}

/* ======================
New message page Design
========================*/
.page-path .breadcrumb {
    background-color: transparent;
}

.page-path .breadcrumb li a {
    color: #24272a;
    font-weight: 600;
    text-decoration: underline;
}

.page-path .breadcrumb li a:hover {
    text-decoration: none;
}
.impersonate{min-width: 205px;}
.impersonate .user-name{font-size: 14px;}
.moduleSearchForm,
.modulePerPageContainer {
    gap: 10px;
}
.ui-accordion .ui-accordion-content{padding: 1rem !important;}
#contactsAccordion.ui-accordion h3 .ui-accordion-header-icon{position: absolute; left: 0.2rem; top: 1.1rem;}
.accordian-header-light.ui-state-active .card-header button{color: #fff;}
.accordian-header-light.ui-state-active{background-color: #838C94; border-color: #838C94;}
.moduleSearchForm input {
    height: 50px;
    width: 300px;
}

.moduleSearchForm button {
    height: 50px;
}

.modulePerPageContainer label {
    white-space: nowrap;
}

.modulePerPageContainer select {
    height: 50px;
}

.moduleTable {
    width: 100%;
}

.moduleTable,
.moduleTable td,
.moduleTable th {
    border: 1px solid #c5c5c5;
}

.moduleTable td,
.moduleTable th {
    padding: 5px;
}

.moduleTable tbody tr:nth-child(even) {
    background-color: #fff;
}

.moduleTable tbody tr:nth-child(odd) {
    background-color: #eee;
}

.moduleTable thead {
    background: #24272a;
    color: #fff;
}

.moduleTable thead th {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pagination-links {
    gap: 15px;
}

.paginationLinks.selected {
    background: #28a745;
    color: #fff;
    border-radius: 50%;
}

.paginationLinks {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1.4;
}

.pagination-links .paginationLinks:first-child,
.pagination-links .paginationLinks:last-child {
    width: auto;
    height: auto;
}

.caution {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 0, 0, 0.1);
    border-radius: 100%;
    line-height: 3;
    text-align: center;
    margin: auto;
}

.white-img {
    filter: invert(100%);
}

.moduleTableContainer {
    position: relative;
}

.dataTables_processing {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99;
    text-align: center;
}

.table-top-sec .dropdown button {
    min-width: 6rem;
    text-align: left;
}

.table-top-sec .dropdown button i {
    margin-right: 2px;
    width: 15px;
}

.dataTables_processing img {
    margin: auto;
}

#searchInput {
    background: url("../images/module/search-icon.png");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 5px 11px;
    padding-left: 35px;
}

html body .startstopmessage {
    text-align: center;
    width: 100%;
    max-width: 100%;
    background: transparent !important;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px !important;
}

.message-date {
    position: relative;
    margin: 10px 0 15px;
}

.message-date span {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #c1c1c1;
    position: relative;
    background: #fff;
    display: block;
    z-index: 2;
}

.message-date:after {
    content: "";
    position: absolute;
    height: 1px;
    display: block;
    background: #ebebeb;
    left: -50vw;
    width: 100vw;
    top: 8px;
    z-index: 1;
}

p.snd-msg {
    color: #c1c1c1;
    font-size: 10.5px;
    text-align: right;
    position: relative;
    top: -5px;
}

p.rcv-msg {
    color: #c1c1c1;
    font-size: 10.5px;
    text-align: left;
    position: relative;
    top: -5px;
}

@media screen and (max-width: 1024px) {
    #chat-wrapper {
        flex-direction: column;
        gap: 5px;
    }
}

@media screen and (max-width: 991px) {
    .horizontal-nav {
        gap: 12px;
    }

    #leads_datatable_filter {
        width: 180px;
    }

    .table-top-sec .dropdown button {
        min-width: 5rem;
    }
}

@media screen and (max-width: 480px) {
    .chat-person {
        width: 300px;
    }

    .text-input {
        width: 298px;
    }
}

.mandatoryClass {
    color: #dc3545; /* Bootstrap red */
    font-weight: bold;
    font-size: 12px;
    /*margin-left: 2px;*/
}

.subMandatoryClass {
    color: #ffc107; /* Bootstrap yellow */
    font-weight: bold;
    font-size: 12px;
    /*margin-left: 2px;*/
}

.selected_to_merge_highlight {
    color: #287ca5;
    font-weight: bold;
}

.selected_to_merge {
    color: green;
}

.dynamic-th,
.dynamic-td {
    cursor: pointer;
}

#leads_datatable tbody {
    min-height: 1000px;
}

.loader-bg {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    /* background-color: rgba(255, 255, 255, 0.7); */
    background-color: rgba(255, 255, 255, 0.4);
    display: flex;
    /* padding-top:5%; */
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4px);
}

.loader-img {
    margin: 0;
    max-width: 50px;
    animation: loaderanimation 2s linear infinite;
}

@keyframes loaderanimation {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@keyframes loaderanimation {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.loader-img img {
    max-width: 100%;
}

body div.dataTables_wrapper div.dataTables_processing {
    /* top: 0% !important; */
    /* width: 100% !important; */
    /* transform: translate(-50%, 0) !important; */
    /* margin-left: 0 !important; */
    width: auto;
    height: auto;
    position: static;
    padding: 0;
    margin: 0;
    background: transparent;
}

.adjust-column-dropdown {
    width: 180px;
}

.col-adjst-dropdown button.dropdown-toggle:after {
    display: none;
}

#leads_datatable_filter,
#leads_datatable_length {
    margin-bottom: 1rem;
}

/**
 * Modals ($modals)
 */

/* 1. Ensure this sits above everything when visible */
.template-modal {
    position: absolute;
    z-index: 10000;
    /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.template-modal.is-visible {
    visibility: visible;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.template-modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35em;
    /* margin-left: -16em; */
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
    transition: all 0.3s 0.12s;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    opacity: 0;
}

.template-modal.is-visible .modal-transition {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    position: fixed;
}

.modal-header,
.modal-content {
    padding: 1em;
}

.modal-header {
    position: relative;
    /* background-color: #fff; */
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: #000;
    background: none;
    border: 0;
    width: 15px;
    height: 15px;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    transform: translate(50%, -50%);
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
}

.modal-close:hover {
    color: #777;
}

.modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-content>*:first-child {
    margin-top: 0;
}

.modal-content>*:last-child {
    margin-bottom: 0;
}

#deleteModal .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(220, 53, 69, 0.5);
}

/*template design by ankit*/
.create-modal .modal-content, .message-modal .modal-content {
    box-shadow: none;
    border: 0;
    padding: 0;
}

.modal-content textarea+.ck-editor .ck-content {
    max-height: 20vh;
}

.create-template-form textarea {
    min-height: 150px;
}

.create-template-form .placeholders {
    gap: 6px;
}

.create-template-form .placeholders .insert-placeholder {
    font-weight: 600;
    border-radius: 0.5rem;
}

.create-template-form .modal-btns {
    border-top: 1px solid #dee2e6;
}

.create-template-form .modal-btns button {
    display: inline-block;
    font-weight: 500;
}

.selected-back-lead, table.dataTable.order-column tbody tr.selected-back-lead >td.sorting_1 {
    background-color: #287ca5 !important;
    font-weight: bold;
    border: 3px solid #287ca5 !important;
    opacity: 0.8;
}
table.dataTable.order-column tbody tr.selected-back-lead >td.sorting_1{
    border: 0 !important;
    border-right: 1px solid #e9e9e9 !important;
    border-bottom: 1px solid #e9e9e9 !important;
}
table.dataTable.order-column tbody tr.selected-back-lead >td .badge-primary{
    background-color: #245771;
}
.dropdown.user .dropdown-toggle:after {
    position: relative;
    top: 2px;
}

.chat-send[disabled="disabled"]:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
}

.table-top-sec .dropdown .dropdown-menu button:not(:last-child) {
    border-bottom: 1px solid #dee2e6;
}

.table-top-sec .dropdown .dropdown-menu {
    background-color: #f4f6f9;
    min-width: auto;
}



.table-top-sec .dropdown.dropright>.dropdown-menu {
/*    display: none !important;*/
}

.table-top-sec .dropdown.dropright>.dropdown-menu.show {
    display: block !important;
}

.table-top-sec button.dropdown-toggle:after {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.search-sec label i {
    top: 50%;
    right: 7px;
    transform: translate(0, -50%);
    color: #b3b3b3;
    pointer-events: none;
    font-size: 12px;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button {
    padding: 0 8px;
    border: 0;
    background: #fff;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 0;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button:focus,
.dataTables_wrapper .dataTables_paginate a.paginate_button:active {
    background: #fafafa;
    color: #333 !important;
    border: none;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_paginate span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dataTables_wrapper .dataTables_paginate span:not(.ellipsis) {
    margin: 0 10px;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

.dataTables_wrapper .dataTables_paginate span.ellipsis+.paginate_button {
    border-left: 1px solid #dee2e6;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:focus {
    background: #dfdfdf;
    border: 0;
    color: #000 !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.dataTables_wrapper .dataTables_paginate a.paginate_button:not(:last-child) {
    border-right: 1px solid #dee2e6;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.previous,
.dataTables_wrapper .dataTables_paginate a.paginate_button.next {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    font-size: 0;
    position: relative;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.previous:after,
.dataTables_wrapper .dataTables_paginate a.paginate_button.next:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 900;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.previous:after {
    content: "\f104";
}

.action-btns a.btn,
.action-btns button.btn {
    border-radius: 0;
    width: 25px;
    height: 25px;
}

.action-btns a.btn:first-child,
.action-btns button.btn:first-child {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.action-btns a.btn:last-child,
.action-btns button.btn:last-child {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    opacity: 0.7;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 1px solid #dee2e6 !important;
}

.custom_search_page label {
    font-weight: 400 !important;
    font-size: 14px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    display: none !important;
}

.email-modal, .message-modal {
    position: absolute;
    z-index: 99999;
    /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.email-modal.is-visible, .message-modal.is-visible {
    visibility: visible;
}

.email-modal.is-visible .modal-overlay, .message-modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.email-modal.is-visible .modal-transition, .message-modal.is-visible .modal-transition {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    position: fixed;
}

/* Style for scrap api view and csv page */
.scrap_count .accordion-header+.btn {
    top: 50%;
    right: 32px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9;
}

/* .scrap_count .accordion {
    min-height: 310px;
} */
.accordion-item {
    border: 1px solid #dddddd;
}

.scrap_count .accordion-body .scrap-lists {
    max-height: 225px;
    overflow: hidden;
    overflow-y: auto;
}

.scrap_count .accordion-body ul li {
    padding: 2px 0 2px 10px;
    position: relative;
    font-size: 14px;
    color: #4c4b4b;
    /* / border-bottom: 1px solid #d3d3d3;/ */
}

.scrap_count .accordion-body ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

/* .scrap_count .accordion-body ul li:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    width: 5px;
    height: 5px;
    background-color: #24272a;
} */

.scrap_count .accordion-body ul:not(:last-child) {
    border-bottom: 1px solid #d3d3d3;
}

.accordion-body .scrap-lists ul {
    background-color: #f3f8ff;
    border-radius: 4px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

.accordion-body .scrap-lists ul:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background-color: #545454;
}

.accordion-body .scrap-lists ul {
    background-color: #f3f8ff;
    border-radius: 4px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

.accordion-body .scrap-lists ul:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background-color: #545454;
}

#spinner-div {
    display: none;
    z-index: 2;
}

.email-modal.modal-disable, .message-modal.modal-disable {
    z-index: 1029
}
table#templates_datatable.dataTable.compact tbody tr td:first-child{text-align: center;}

.overflow-hidden {
    overflow: hidden;
}

.password-input i {
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}

.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #24272a87;
}

.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none;
    color: #b41a1a;
    font-weight: 900;
}

.form-group .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-search--inline .select2-search__field:focus {
    border: none;
}
.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: white;
    background-color: transparent;
}
.notifySpan{font-size: 12px;}

#charactercountdisplay{
    float: right;
    font-size: 14px;
}
/* #charCount{

} */

.notemessage{
  font-size: 12px;
}
.displayNoneClass{
    display: none !important;
}
.notClickAble{
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}
.delete_button{
    color: #f00000;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}
.cross-chat{
    cursor: pointer;
}
.disabledClass{
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}
.notifymsg{
    font-size: 12px;
    color: #f00000;
}
.noactivityClass{
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}
.showViewLeadsArea{
    pointer-events: none;
    cursor: not-allowed;
}
.selected-back-lead .anchortag, .selected-back-lead td{
    color: #FFFFFF;
}
.f-nav ul{line-height: 1.2;}
.cursor-pointer{cursor: pointer;}
.f-nav ul li:not(:last-child){padding-right: 6px; margin-right: 6px; border-right: 1px solid #000;}
.choices__input{margin-bottom: 0 !important; padding: 0 !important; background-color: transparent !important;}
.choices .choices__inner{padding: 0.625rem 1rem;min-height: unset;line-height: 1.25rem;background-color: transparent;border-color: #ced4da;border-radius: 0.25rem;}
.choices__list--multiple .choices__item{background-color: #1f78a0 !important; border-color: #1f78a0 !important; line-height: 1;}
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button{border: 0 !important; margin-left: 0 !important;}
/* .modal-backdrop {background-color: transparent !important;} */
.login-page footer, .register-page footer{display: block !important; position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; padding-left: 1rem !important; background-color: rgba(255, 255, 255, 0.85);}
.fakeClass{background-color:#ddc4c4 !important;}
.dataTables_wrapper .dataTables_paginate .paginate_button{padding: 0 !important; margin-left:0 !important}
.end-5{right: 5px; color: #f00;background: none;}
.aor-group-head{top: 0; left: 13px; /*transform: translate(0, -50%);*/margin-top: -15px;}
.aor-group-outer .remove-btn{top: -19px; right: 10px;}
#suggestions_comm{top: 100%;right: 0;left: 0;z-index: 10;border-bottom-left-radius: 1rem;border-bottom-right-radius: 1rem;overflow-y: auto;}
#suggestions_comm .list-group-item{border-radius: 0;}
.ajax-loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.set-session{
    cursor: pointer;
}
.badgeLabel{
    background-color: #dfd6d6;
    color: #000;
    border-radius: 13px;
    font-weight: 400;
}
.notDesc img{
    max-width: 100%;
    display: block;
    height: auto;
}
