:root{
    /* --main-color: #FC201E; */
    --main-color: #f3808e;
    /* --secondary-color: #1E1A56; */
    --secondary-color: #fcb236;
    --text-dark: #1E1A56;
    --white-color: #FFFFFF;
    --heading-font: 'Inter', sans-serif;
    --body-font: 'Inter', sans-serif;
    --grey-color: #999999;
    --light-grey-color: #dddddd;
    --darker: #1E1A56;
    --success: rgb(0, 168, 84) ;
    --danger: rgb(240, 65, 52);
    --warning: rgb(255, 191, 0);
    /* --primary-gradient: linear-gradient(90.54deg, #9C4EFF 0.23%, rgba(128, 84, 243, 0.6) 47.81%, rgba(26, 255, 186, 0.46) 99.53%);
    --secondary-gradient: linear-gradient(90deg, rgba(99, 147, 242, 0.19) 14.42%, rgba(122, 199, 176, 0.27) 52.03%, rgba(255, 202, 77, 0.12) 87.05%); */
}
body,p,span,ul,li,a{
    font-family:var(--body-font);
}
h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);font-weight:600;}
a {color: var(--main-color);text-decoration: none;}
a:hover {color: var(--text-dark);}
::-webkit-scrollbar{width:5px;height: 5px;}
::-webkit-scrollbar-track{background-color:#fff;}
::-webkit-scrollbar-thumb{border-radius:3px;background-color:#ececec;}
.primary-gradient{
    background-color:var(--primary-gradient) !important;   
}
.text-primary{ color:var(--main-color) !important;}
.text-dark {
    color: var(--darker) !important;
}
.text-google{
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: conic-gradient(from -20deg at 38% 59%, #DB4437 0deg, #DB4437 90deg, #4285F4 90deg, #4285F4 180deg, #0F9D58 180deg, #0F9D58 270deg, #F4B400 270deg, #F4B400 360deg);
    font-size: 20px;
}
.text-light-grey{color: var(--light-grey-color) !important;}
.text-warning{color: var(--warning) !important;}
.fw-500{font-weight:500 !important;}
.fw-600{font-weight:600 !important;}
.fw-4{font-weight:400 !important;}
.fw-5{font-weight:500 !important;}
.fw-6{font-weight:600 !important;}
.bg-darker{background-color: var(--darker) !important;}
.lh-15{line-height:1.5;}
.btn i{font-size: inherit;}
.bg-success{background-color:var(--success) !important;}
.bg-danger{background-color:var(--danger) !important;}
.bg-light-dark{background-color:#F2F2F2 !important;}
.bg-gradient{
    background: var(--secondary-gradient) !important;}
.btn-warning {
    background: var(--warning) !important;
    color: var(--darker) !important;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Pro" !important;
}
.btn-success {
    background: var(--success);
    color: #ffffff;
    border-color: var(--success) !important;
}
.btn-danger {
    background: var(--danger);
    color: #ffffff;
}
.btn-outline-secondary {
    border: 1px solid var(--secondary-color) !important;
    color: var(--secondary-color) !important;
}
.btn-secondary,
.btn-outline-secondary:hover {
    background: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: var(--text-dark) !important;
}

.btn-secondary-gradient{
    background: linear-gradient(90.82deg, #9C4EFF -4.77%, #DE596B 99.31%) !important;
    color: var(--white-color) !important;
}
.btn-facebook{
    background: #1877F2;
}
.text-facebook {
    color: #1877F2;
}
.form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.dropdown .dropdown-toggle:after{
    content:"\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.border-2{
    border-width: 2px;   
} 
.border-grey{
    border-color: var(--grey-color);
}
@media (min-width: 992px){.modal-md {max-width: 800px;}.modal-lg {max-width: 70%;}}
.modal-header {
    align-items: start;
    padding: 14px 26px !important;
    justify-content: start;
    border-bottom: 1px solid #ececec;
}
.logo-background {
    background: var(--primary-gradient);
    border-radius: 12px;
}
.modal .modal-dialog {
    margin-top: inherit;
    margin: 1.75rem auto;
}
.modal-header .btn-close {
    padding: 5px 5px;
    font-size: 14px;
    margin: 1px -11px -12.5px auto;
}
.modal .modal-dialog .modal-content .modal-body {
    padding: 30px 30px;
}
.nav-link:hover, .nav-link:focus {
    color: var(--main-color);
}
.navbar .navbar-brand-wrapper .navbar-brand img, .navbar .navbar-brand-wrapper{
    height:auto;
}
.navbar .navbar-brand-wrapper{
    width:auto;
    padding: 10px 25px;
}
.sidebar{
    background: var(--white-color);
    /* background: #f1f1f1; */
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    padding: 0px !important;
    padding-bottom: 30px !important;
    width: 250px;
    margin-top: 65px !important;
}
.sidebar ul.nav .sidemain-title:first-child {
    display: none;
}
.sidebar-search .form-control{
    border: 1px solid #ced4da;
}
.sidebar-search .form-control:focus{border-color:#ced4da;box-shadow: none;}
.sidebar .nav .nav-item .nav-link {
    color: #526484;
    font-weight: 500;
    font-size: 14px;
    /* color: var(--secondary-color); */
    position: relative;
    margin: 2px 12px !important;
    padding: 8px 17px !important;
    border-radius: 10px;


    border: 2px solid transparent;
}
.sidebar .nav{
    margin-bottom: 100px;
}
.sidebar .nav .nav-item .nav-link i {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .sidebar .nav .nav-item:hover .nav-link.active {
    content: '';
    background: var(--main-color);
    position: absolute;
    width: 6px;
    left: -13px;
    height: 91%;
    border-radius: 0px 20px 20px 0px;
} */
.sidebar .nav.sub-menu .nav-item .nav-link {
    color: #526484;
    position: relative;
    font-size: 14px;
}
.sidebar .sidemain-title {
    color: #999 !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    padding-left: 0 !important;
    margin: 0 !important;
    text-align: center;
    position: relative;
}
.sidebar .sidemain-title span{
    display: none;
}
.sidemain-title:before {
    content: '';
    width: 35%;
    position: absolute;
    height: 1px;
    background: #ececec;
    left: 0;
    bottom: 14px;
}
.sidemain-title:after {
    content: '';
    width: 35%;
    position: absolute;
    height: 1px;
    background: #ececec;
    right: 0;
    bottom: 14px;
}
.sidebar .nav .nav-item .nav-link i.menu-icon, .sidebar .nav .nav-item .nav-link svg{
    font-size: inherit;
    margin-right: 0.5rem;
}
.sidebar .nav .nav-item .nav-link .menu-title{font-size: 14px;}
.sidebar .nav .nav-item.active > .nav-link, .sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link {
   background: var(--main-color) !important;
     font-weight: 500 !important;
    color: #fff !important; 
    background: #ffff;
    font-weight: 500;
    color: #000;
    /* border: 2px solid #dedede; */
}
.sidebar .nav .nav-item.active > .nav-link i, .sidebar .nav .nav-item.active > .nav-link .menu-title, .sidebar .nav .nav-item:hover > .nav-link i, .sidebar .nav .nav-item:hover > .nav-link .menu-title{
    color: #fff;
}
.sidebar .nav .nav-item.active > .nav-link svg path{fill:var(--white-color);}
.sidebar .nav .nav-item:hover > .nav-link svg path{fill: var(--white-color)}
.sidebar .nav .nav-item .nav-link i.menu-arrow:before{
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    color: rgba(0, 0, 0, 0.54);;
    font-weight: 900;
    font-size: 14px;
}
.sidebar .nav .nav-item.active > .nav-link .menu-title {
    font-size: 14px !important;
}
.sidebar .nav .nav-item.active > .nav-link {
    font-size: 14px !important;
}
.sidebar .nav .nav-item.active > .nav-link::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    left: -15px;
    background: var(--main-color);
    border-radius: 0px 10px 10px 0px;

}
.sidebar .nav .nav-item .nav-link[aria-expanded="true"] i.menu-arrow:before {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color:#fff;
}
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"] {
    border-radius: 10px;
}
.sidebar .nav .nav-item.active > .nav-link i.menu-arrow::before{
    content: "\f0d8";
}
.sidebar .nav.sub-menu {
    padding: 0px;
    border-radius: 0 0 8px 8px;
    margin: 0 25px;
}
.sidebar .nav.sub-menu  .nav-item{
    position: relative;
}
.sidebar .nav.sub-menu .nav-item::before {
    content: '';
    width: 0px !important;
    height: 99%;
    position: absolute;
    margin-top: 0;
    border-radius: 0px;
    border-right: 1px solid #ccc;
    left: 15px;
    margin-top: -20px;
    background: transparent;
}
.sidebar .nav.sub-menu li.nav-item:after {
    top: 12px;
    height: 8px;
    width: 10px;
    border: 1px solid #ccc;
    position: absolute;
    border-width: 0px 0px 1px 1px;
    left: 15px;
    content: '';
    border-radius: 0px 0px 0px 6px;
}
.sidebar .nav.sub-menu .nav-item .nav-link.active,  .sidebar .nav.sub-menu .nav-item .nav-link:hover i{
    color: var(--main-color);
}
.sidebar .nav.sub-menu .nav-item .nav-link:hover {
    color: var(--main-color);
}
 .sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"] {
    color: var(--main-color);
}

.logout-wrapper{
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 212px;
    padding: 1rem;
    border-radius: 15px 15px 0 0;
    z-index: 1040;
    left: 0;
    color:#cecece99;
    background-color: #161616;
    font-size: 14px;
}
.logout-wrapper:hover {
    color: #fff;
}
.logout-wrapper:hover svg path{
    fill: #fff !important;
    fill-opacity: 1 !important;
}
.main-panel{margin-left: 250px;}
.navbar .navbar-menu-wrapper {
    padding-top: 7px;
    height: auto;
    padding-bottom: 7px;
    /* background: #f8f8fb; */
    background: #fff;
    /* box-shadow: 0 0.75rem 1.5rem #12263f08 !important; */ 
    position: fixed;
    top: 0;
    width: 100% !important;
    left: 0;
    z-index: 9;
    padding-left:280px;
}
.heading-wrapper{
    margin-bottom: 30px;
}
.heading-wrapper h3 {
    color: var(--text-dark) !important;
    font-size: 22px;
}
.heading-wrapper p{
    color: #525252;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 8px;
}
.breadcrumb .breadcrumb-item.active{color: var(--main-color);}
.tab-content {
    border: 0;
}
.nav-tabs {
    border-bottom: 0px;
}
.nav-tabs .nav-link {
    background: #ececec;
    color: var(--darker);
    border-radius: 8px !important;
    border: 0;
    padding: 0.7rem 1.8rem;
    line-height: 1;
    font-weight: 400 !important;
    font-size: 15px !important;
    margin-right: 10px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    color: #ffffff;
    background-color: var(--darker);
}
.agency-tabs .nav-link{
    font-size:18px;
    color: #747474;
    font-weight:500;
}
.agency-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    color: #ffffff;
    background-color: var(--main-color);
}
.overview-stats-1{
    background-color:#c0dbff;
}
.overview-stats-2{
    background-color:#b6e9cd;
}
.overview-stats-3{
    background-color:#e6dcff;
}
.filter_days .active{
    background-color: #eeeeee;
    color: var(--main-color);
    padding: 2px 5px ;
    border-radius: 4px;
}
.card-footer:last-child {
    border-radius: 0px 0px 8px 8px;
    padding: 13px 15px;
    border:0px;
}
.card.card-rounded {
    border-radius: 8px;border-color: transparent;}

.card.table-darkBGImg .card-body{
    padding: 2rem 2rem;
}
.text-grey{
    color: var(--grey-color) !important;
}
.btn-primary,
.btn-dark {
    background: var(--main-color) !important;
    color: #ffffff;
    border-color:var(--main-color) !important;
}
.btn-outline-primary:hover,
.btn-dark:hover {
    background: var(--main-color) !important;
    border-color:var(--main-color)  !important;
    color: #ffffff !important;
}
.btn-outline-primary {
    border: 1px solid var(--main-color) !important;
    color: var(--main-color) !important;
}
.btn-gradient {
    background: var(--primary-gradient) !important;
    color: #ffffff !important;
    border:0;
    border-radius: 8px !important;
}
.app-boxes .btn-light:hover{
    background-color: rgba(173, 90, 238, 0.14) !important;
    color: #5846F6 !important;
}
.app-boxes img{height: 35px;}
.content-wrapper{
    background:#f8f8fb;
    padding: 5rem 2rem 1.5rem 2rem;
    min-height:650px;
    max-width: 100%;
}
.connect__account p {
    display: -webkit-box;
    max-width: 330px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: #e8dbff;
}
.table-light tr th{
    background-color: #dfdfdf;
}
.circular-stats{
    width:50px;
    height:50px;
}
.general-circular-stats .list-group-item{
    border:0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.general-circular-stats .list-group-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.general-circular-stats .list-group-item:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom: 0;
}
.darkerbg{
    background-image: url(../images/svg-bgs/circular_rings.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}
.search-filter-wrapper{
    background-image: url(../images/svg-bgs/filter_map.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.form-control, .form-select {
    border: 1px solid #b6b6b6;
    border-radius: 8px !important;
    height: 2.5rem;
    padding: 0.875rem 0.875rem;
    font-size: 14px;
}
.form-control.form-control-sm {
    height: 32px;
    padding: 10px;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #dee2e6;
    border-radius: 8px!important;
    height: 2.5rem !important;
    padding: 0.61rem 0.475rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 18px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    
    top: 7px !important;
    right: 7px !important;
}

.seelle{
        font-weight: 400;
    font-size: 0.875rem;
}
.custom-selectbox {
    -webkit-appearance: listbox !important;
    background-color: transparent;
    outline: 0 !important;
    font-weight: 600 !important;
}
.form-select{
    padding: 0.375rem 2.25rem 0.375rem 0.75rem
}
.form-control:focus, .form-select:focus{
    border-color: var(--secondary-color);
    box-shadow: none;
}
.form-check{padding-left: 1.5rem;margin-top:inherit;min-height: inherit;}
.form-check .form-check-label{margin-left: inherit;}
.form-check-input{margin-top: inherit;}
.progress-orange .progress-bar{background-color: var(--main-color);} 
.progress-success .progress-bar{background-color: var(--success);}
.table td {
    font-weight: 400;
    border: 0px;
    white-space: unset;
    line-height: 1.3;
    background: transparent !important;
    box-shadow: none;
    border-bottom: 1px dashed #ddd;
}
.table thead th {
    color:var(--text-dark);
    font-weight: 500;
    background: #f4f7f9;
    padding-top: 14px;
    padding-bottom: 14px;
}
.fixed-modal-footer {
    background-color: hsl(0deg 0% 0% / 22%);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 15px 10px;
}
nav input.border-start-0 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.dataTables_filter, .dataTables_length, .dataTables_info, .contact-leads-toolbar{
    padding: 20px 20px;
}
.dataTables_paginate{padding-right:20px}
.custom-datatable-select {
    padding: 0.875rem 1.375rem !important;
}
table.dataTable>thead .sorting:before, table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:before, table.dataTable>thead .sorting_desc_disabled:after {
    bottom: 0.9em;}

select.form-control, select.asColorPicker-input, .dataTables_wrapper select, .select2-container--default select.select2-selection--single, .select2-container--default .select2-selection--single select.select2-search__field, select.typeahead, select.tt-query, select.tt-hint{
    color:var(--darker);
}
.bg-icon{
    background-color: #cccccc66;
    padding: 12px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
}
.card-leads{border: 2px solid transparent !important;cursor:pointer;}
.active-bordered{
    border: 2px solid var(--main-color)!important;
}
.active-bordered .google-active{
    background-color: #2be85566;
}
.active-bordered .fb-active{
    background-color: #578fff66;
}
.custom-striped-table.table-striped > tbody > tr:nth-of-type(odd) > *{
    --bs-table-accent-bg: var(--white-color);
}
.custom-striped-table.table > :not(caption) > * > *{
    background-color: #F3F3F3;
}
.custom-dtable table{
    margin-top:0 !important;
    margin-bottom:0 !important;
}
.page-item.active .page-link{
    background-color: var(--main-color);
    border-color:  var(--main-color);
}
.custom-striped-table.table thead tr th {
    color: var(--text-dark);
    font-weight: 500;
    background: #f4f7f9;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    border: 0px;
}
.custom-table-success tr th{
    background-color: rgba(20, 201, 147, 0.22) !important;
}
.custom-table-dark tr th{
    background-color: var(--darker) !important;
}
.agency-wrapper ul li, ol li, dl li{
    line-height:2;
}
.bonus-boxes .btn{
    position:absolute;
    bottom: 1.5rem;
    left: 1.5rem;
}
.custom-switch{
    padding-left: 2.5rem;
    display: flex;
    align-items: center;
}
.custom-switch .form-check-input{
    height: 1.6rem;
    width: 2.8rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1)'/%3e%3c/svg%3e");
    background-color: #C4C4C4;
    border-color: #c4c4c4;
}
.custom-switch .form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.custom-file-upload .form-control-lg::-webkit-file-upload-button{
    background: #F2F2F2 url(../images/svg-bgs/choose-file.svg);
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    border-right: 0;
    width: 100px;
    height: 70px;
}
.custom-file-upload .form-control[type=file]{
    background-color: #F2F2F2;
    height: auto;
}
.custom-file-upload .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{
    background-color: transparent;
}
.accordian-dark .accordion-button, .accordian-dark.accordion-flush .accordion-item{
    border-radius: 11px !important;   
}
.accordian-dark .accordion-button::after{
    background: url(../images/svg-bgs/accordian-arrow-down.svg) no-repeat center;
}
.upload-dp-wrap {
    background: var(--main-color);
    color: #fff;
    position: absolute;
    width: 30px;
    bottom: 0;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 2px;
    height: 30px;
    align-items: center !important;
    justify-content: center;
    border-radius: 50%;
    top: 0;
    left: 36%;
}
#suggesstion-box{
    background-color: #fff;
    position: absolute!important;
    z-index: 1000;
    border-radius: 2px;
    border-top: 1px solid #e4e5e8;
    max-width:100%;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

#suggesstion-box li{
    cursor: pointer;
    padding: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1;
    text-align: left;
    border-top: 1px solid #e4e5e8;
    font-size: 14px;
    color: var(--bs-body-color);
    list-style: none;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.form-check-inline .form-check-label{
    margin-bottom:0px;
}

.factt .btn{
    width:100%;
}

.badge.badge-danger {
    background-color: #d9534f47;
    color: #D9534F;
    border: 0px;
}

.badge.badge-success {
    background-color: #5cb85c3d;
    color: #01a884;
    border: 0px;
}

.badge.badge-Dark{
    color:#333;
    border:1px solid #333;
}

.badge.badge-light {
    background-color: #DCE1E5;
    color: #3B3D55;
}

.badge-warning {
    color: #fff;
    background-color: #ffc107;
}

.badge.badge-info {
    background-color: #007bff;
        color: #fff;
}

.badge.badge-secondary {
    background-color: #34395e;
}


.badges .badge {
    margin: 0 8px 10px 0;
}

.card .card-header {
    border-bottom-color: transparent;
    background: transparent;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    min-height: 50px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
}
legend.legends-content {
    font-size: 14px;
    background: #f2f2f2;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
    display: inline-block !important;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 6px;
    margin-top: -11px;
    margin-left: 20px;
    font-weight: 500;
    color: var(--text-dark);
}
.card-title {
    color: var(--text-dark);
    font-weight: 500;
    font-size: 17px;
}
.card-header .card-title {
    margin: 0px; 
    color: var(--text-dark);
    font-weight: 500;
    font-size: 17px;
}
.green-border-focus .form-control:focus {
    border: 1px solid #8bc34a;
    box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, .25);
}

.penne{
    display:flex;
}

#btn-all-templates{
    background: var(--warning);
}

.penne .form-group .btn{
        font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    padding: 0.3rem 0.8rem;
    letter-spacing: .5px;
}

.modal-body .form-group .control-label{
        font-size: 1rem;
}

th:last-child {
    border-top-right-radius: 8px !important;
    border:0px !important;
}
th:first-child {
    border-top-left-radius: 8px !important;
}
.card th:last-child,
.card th:first-child{
    border-radius:0px !important;
}
.row.bg-white.custom-dtable {
    border-radius: 8px;
}
.table-responsive {
    border-radius: 8px;
}
td a{
    cursor:pointer;
}
.pagination .page-item .page-link {
    background: rgb(252 32 30/20%);
    border-radius: 6px;
    border: 0px;
    margin: 0 5px;
    padding: 3px 10px;
    color: #252525;
    font-size: 12px;
    min-height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-item.disabled .page-link {
    color: #6c757d !important;
    pointer-events: none;
    background-color: #ececec !important;
    border-color: #ECECEC !important;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 1.55em;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 14px;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link, .pagination .page-item:focus .page-link, .pagination .page-item:active .page-link {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.f-12{
    font-size:12px !important;
}
.f-14{
    font-size:14px !important;
}

.f-16{
    font-size:16px !important;
}

.table tr{
    border:0px !important;
}
.dashboard-table .table thead th{
    border-right: 0px;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item {
    margin-bottom: 0;
    padding: 8px 25px;
}

#_loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#_loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
}
#_loading-div-text{
    position: absolute;
    top: 57%;
    left: 40%;
    z-index: 100;
}
.card{
    /* box-shadow: 0 0 25px -12px rgba(31,43,58,.15) !important; */
    box-shadow: 0 0.05rem 0.3rem #12263f08 !important;
    border-radius: 12px !important;
}
.navbar-brand.brand-logo {
    width: 250px;
    margin: 0px;
    position: fixed;
    left: 0;
    padding: 13px 20px;
    top: 0;
    /* background: #f1f1f1; */
    justify-content: center;
    z-index: 9;
}
.navbar-brand.brand-logo img{
    width:170px;
}
textarea.form-control, textarea.asColorPicker-input, .select2-container--default textarea.select2-selection--single, .select2-container--default .select2-selection--single textarea.select2-search__field, textarea.typeahead, textarea.tt-query, textarea.tt-hint {
    min-height: 3rem;
    resize: vertical;
}
.statistics-details .card1{
    background: rgb(252 32 30 / 30%);
}
.statistics-details .card2{
    background: rgb(16 89 237 / 30%);
}
.statistics-details .card3{
    background: rgb(241 199 0 / 35%);
}
.statistics-details .card4{
    background: rgb(0 172 42 / 20%);
}
.statistics-details .card-icon {
    height: 50px;
    width: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fd201e;
    font-size: 20px;
    box-shadow: 0px 3px 4px rgba(0,0,0,0.07);
    position: relative;
    margin-right: 12px;
    flex-shrink: 0;
}
.statistics-details .card2 .card-icon{
    color: #1059ed;
}
.statistics-details .card3 .card-icon{
    color: #f1c700;
}
.statistics-details .card4 .card-icon{
    color: #00ac2a;
}
.statistics-details .card {
    padding:1rem 0.6rem 1rem 1rem;
    position: relative;
    overflow: hidden;
}
.statistics-details .card:before {
    content: '';
    background: url(../images/card-elements.png);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 20px;
    right: -120px;
}
.statistics-details .rate-percentage {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 22px;
    color: var(--text-dark);
    margin: 0px;
    position: relative;
}
.statistics-details .statistics-title {
    font-weight: 500;
    font-size: 14px;
    color: #526484;
    margin-bottom: 0px;
    position: relative;
}
.card.table-darkBGImg {
    background: linear-gradient(-100deg, rgb(252 178 54) 0%, rgb(243 128 142) 100%);
}
.card.table-darkBGImg p {
    text-transform: capitalize;
    color: #FBE5E5;
    font-size: 16px;
}
.card.table-darkBGImg img.leadfinder-wlcm {
    position: absolute;
    width: 210px;
    right: 15px;
    top: 50%;
    translate: 0 -50%;
}
footer.footer {
    background: #f8f8fb;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item i {
    font-size: 14px;
    margin-right: 8px;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
    right: -3px;
    top: 50px;
    border: 1px solid #e5e9f2;
    box-shadow: 0 3px 12px 1px rgba(23,12,47,.15);
    border-radius: 12px;
    min-width: 230px;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item {
    margin-bottom: 0;
    padding: 12px 25px;
    border: 0px;
    margin: 2px 10px;
    width: 91.7%;
    border-radius: 10px;
}
.dropdown-header {
    background: #f5f6fa;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
    padding: 23px 20px;
    margin-bottom: 10px;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: rgb(252 32 30 / 20%);
    color: var(--main-color);
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
    color: #526484;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 500;
} 
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ececec;
    border-radius: 8px;
}
.notificationDropdown .dropdown-item{
    border-radius: 0px;
    width: 100%;
}
.notificationDropdown .dropdown-item:hover{
    background:#ececec;
}
.card.leads-find {
    background: #f8f9fa;
    box-shadow: none !important;
    text-align: center;
    transition: .3s;
    border: 1px solid transparent;
}
.card.leads-find .lead-icon {
    height: 42px;
    width: 42px;
    color: var(--main-color);
    margin-bottom: 15px;
    border-radius: 10px;
    background: rgb(252 32 30 / 15%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.card.leads-find:hover{
    border-color: var(--text-dark)
}
.card.leads-find.lead2 .lead-icon{
    background: rgb(16 89 237 / 30%);
    color: rgb(16 89 237);
}
.card.leads-find.lead3 .lead-icon {
    color: var(--secondary-color);
    background: rgb(252 178 54 / 30%);
}
.card.leads-find h6 {
    font-weight: 500;
    color: var(--text-dark);
    font-size: 15px;
}

.card.support-card {
    padding: 30px;
    text-align: center;
    background: rgb(252 32 30 / 15%);
}
.card.support-card p{
    font-size: 15px;
    margin-bottom: 14px;
    font-weight: 500;
    color: #526484;
}
.btn, .ajax-upload-dragdrop .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .swal2-styled, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-confirm, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-cancel {
    border-radius: 8px;
}
.btn{
    padding: 13px 24px;
}
.btn.btn-sm{
    padding: 9px 16px;
}
.knowledgebase{
    padding:0px;
    margin:0px;
    list-style: none;
}
.knowledgebase li a {
    padding: 13px 15px;
    border-radius: 6px;
    font-size: 15px;
    color: #1f1f1f;
    display: flex;
    line-height: 1;
}
.knowledgebase li a i{
    margin-right: 10px;
    font-size: 14px;
}
.knowledgebase li a:hover{
    background-color: rgb(252 32 30 / 20%);
    color: var(--main-color);
}
.note-box {
    background: rgb(252 32 30 / 20%);
    padding: 18px 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    padding-right: 70px;
    color: var(--main-color);
    font-size: 14px;
    position: relative;
}

.note-box .dissmiss-note {
    position: absolute;
    right: 20px;
    top: 50%;
    translate: 0 -50%;
    font-size: 20px;
    cursor: pointer;
}

.dropdown .dropdown-menu div.dropdown-item {
    padding: 10px 20px;
    border: 0px;
    display: flex;
    border-radius: 10px;
}
.dropdown .dropdown-menu div.dropdown-item input{
    margin-right:7px;
}
.dropdown .dropdown-menu {
    border: 1px solid #e5e9f2;
    box-shadow: 0 3px 12px 1px rgba(23,12,47,.15);
    border-radius: 12px;
    max-height: 300px;
    overflow: auto;
    padding: 10px !important;
}
label { 
    color: #525252;
    font-size: 13px !important;
    margin-bottom: 5px !important;
    font-weight: 500 !important;
}
.result-btn {
    background: #ececec;
    margin-left: 10px;
    border: 1px solid #ececec;
    padding: 9.5px 50px !important;
    color: #222 !important;
}
.lead-cardlabel span.fw-500 {
    font-weight: 700 !important;
}
.action-icons {
    display: flex;
    align-items: center;
    gap: 5px;
}
.action-icons .icon {
    height: 30px;
    width: 30px;
    display: inline-flex;
    background: #ececec;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    color: #8e8e93;
    transition: .3s;
    border:0px;
}
.action-icons .icon.btn {
    width: auto;
}
.action-icons .icon i{
    transition: .3s;
}
.action-icons .icon:hover i,
.action-icons .icon.btn:hover{
    color: var(--text-dark);
}
.action-icons .icon:hover .fa-trash,
.action-icons .icon:hover .fa-trash-alt{
    color: var(--danger);
}
.swal2-styled.swal2-confirm {
    background-color: var(--secondary-color)  !important;
}
.swal2-container.swal2-center>.swal2-popup {
    border-radius: 10px;
    padding:30px;
}
.swal2-actions button {
    border-radius: 8px !important;
}
.modal-content {
    border-radius: 10px;
}
.modal-header .modal-title {
    margin: 0px !important;
    font-weight: 500;
    font-size: 18px;
    color: var(--text-dark);
}

.btn-light.btn-light, .btn-light.btn-secondary,.btn-light:hover, .btn-light:focus {
    color: #222;
    background: #ececec;
}
.steps-list{
    list-style: none;
    padding-left: 30px;
    position: relative;
}
.steps-list:before {
    content: '';
    position: absolute;
    height: 93%;
    border: 0.1px solid #ececec !important;
    left: 11px;
    top: 9px;
}
.steps-list li{
    position: relative;
    margin-bottom: 7px;
    font-size: 14px;
}
.steps-list li:before {
    content: '';
    position: absolute;
    background: var(--main-color);
    height: 7px;
    width: 7px;
    left: -22px;
    top: 11px;
    border-radius: 50%;
    outline: 4px solid #fecac9;
}

.form-group {
    margin-bottom: 0.8rem !important;
}
table.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding-right: 30px;
    color: var(--text-dark);
    font-weight: 500;
    background: #f4f7f9 !important;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    border: 0px;
    line-height: 1;
}
.lead-icon {
    font-size: 14px;
    margin-right: 5px;
    color: #999;
}
.selected-card .statistics-details .card1,
.selected-card .statistics-details .card2,
.selected-card .statistics-details .card3{
    border: 1px solid #ccc;
    cursor: pointer;
    transition: .3s;
    background:#f7f7f7 !important;
}
.selected-card .statistics-details .card1:hover, 
.selected-card .statistics-details .card2:hover,
.selected-card .statistics-details .card3:hover{
    border-color: var(--secondary-color);
}

div#contact-leads_wrapper .contact-leads-toolbar img {
    display: none;
}
.dataTables_wrapper select {
    padding: .4rem;
    border: 1px solid #ddd;
    font-weight: 400 !important;
    font-size: 13px;
    outline:none;
}



/* @media(min-width:1396px){
    .content-wrapper {
        max-width: 1144px !important;
    }
}
@media(min-width:1536px){
    .content-wrapper {
        max-width: 1281px !important;
    }
}
@media(min-width:1705px){
    .content-wrapper {
        max-width: 1450px !important;
    }
}
@media(min-width:1920px){
    .content-wrapper {
        max-width: 1665px !important;
    }
}
@media (min-width: 2048px) {
    .content-wrapper {
        max-width: 1800px !important;
    }
} */
#myTable{
    width: auto !important;
}
#apiKeyTable{
    min-width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--secondary-color) !important;
}
.trial-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
    border: 2px solid var(--secondary-color);
    padding-right: 30px;
}
.trial-card h4 {
    line-height: 1.3;
    font-size: 16px;
}
.trial-card .fa-check-circle {
    font-size: 18px;
    color: var(--secondary-color);
    margin-right: 8px;
    margin-top: 3px;
}
.trial-card:before {
    content: '';
    background: url(../images/card-elements.png);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 20px;
    right:-120px;
}
.noplantoupgrade {
    background: #f6bac2;
}
.form-text {
    font-size: 0.775em !important;
    color: #6c757d;
}
.input-group-append .input-group-text, .input-group-prepend .input-group-text {
    padding: 0.76rem .75rem;
    border-radius: 0px 8px 8px 0px;
}
.dropzone.dz-clickable {
    cursor: pointer;
    border: 2px dashed #fd201e;
    background: #ffe8e8;
    border-radius: 10px;
}
.hamburger {
    position: fixed;
    top: 14px;
    cursor: pointer;
    left: 13px;
    font-size: 16px;
    color: #1E283D;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #ececec;
}
.dropdown-menu.notificationDropdown {
    padding: 0px !important;
}
.dropdown-menu.notificationDropdown a.dropdown-item.py-3.border-bottom {
    justify-content: space-between;
    padding: 10px 14px !important;
    border-radius: 0px !important;
    margin: 0px 0px 10px 0px !important;
    width: 100% !important;
    background: #ececec;
}
.dropdown-menu.notificationDropdown a.dropdown-item.preview-item.py-3 {
    padding: 12px 16px !important;
    width: 94% !important;
    border-radius: 6px !important;
}
.dropdown-menu.notificationDropdown h6.preview-subject.fw-normal.text-dark.mb-1 {
    margin: 0px !important;
    font-size: 14px;
}
.preview-list .preview-item .preview-item-content {
    padding: 0px !important;
}
@media (max-width:1200px){
    nav#sidebar {
        translate: -100% 0;
        margin-top: 0px !important;
        transition: .3s;
        max-height: 100vh;
    }
    .main-panel {
        margin-left: 0px;
        width: 100%;
    }
    .hamburger{
        z-index: 99;
    }
    .navbar-brand.brand-logo img {
        width: 160px;
        margin-left: 30px;
    }
    nav#sidebar.active {
        translate: 0 0;
    }
    .sidebar .nav:not(.sub-menu) {
        padding-top: 70px;
    }
} 
@media(max-width:580px){
    .card.table-darkBGImg img.leadfinder-wlcm{
        display: none;
    }
    .content-wrapper {
        padding: 5rem 1.2rem 1.5rem 1.2rem;
    }
    .breadcrumb {
        display: none;
    }
}

/* ====================Login Css==================== */
.login-body{
    background: #f8f8f8;
    height: 100vh;
}
.loginpagecarousel{
    width: 70%;
    text-align: center;
}
.carousel-content {
    margin-top: 30px;
    min-height: 150px;
}
.carousel-indicators [data-bs-target] {
    height: 4px;
    background-color: var(--secondary-color);
    width: 4px;
}
.carousel-indicators .active {
    width: 20px;
}
.carousel-content h5 {
    color: var(--main-color);
    font-size: 22px;
}
.login-body img.dashboard-capt {
    width: 65%;
    position: absolute;
    bottom: 0px;
    left: -20px;
    box-shadow: 0px 0px 0px 30px rgba(0, 0, 0, 0.03);
    border-radius: 0px 30px 0px 0px;
}

.login-body img.login-logo {
    width: 220px;
}
.login-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    padding: 50px 20px; 
    height: 100vh;
    overflow: auto;
}
.login-card.register{
    display: block;
    padding: 80px 50px;
}
.login-card form{
    width: 100%;
}
.login-card label {
    color: var(--text-dark);
    font-size: 15px !important;
    margin-bottom: 5px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}
.login-card .form-control {
    background-color: #ffffff;
    border: 2px solid #D3D7E2;
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    height: 55px;
    font-size: 14px;
    padding: 0px 20px;
    padding-left: 50px;
    line-height: 5;
    border-radius: 10px !important;
}

.login-card .input-icon{ 
    position: absolute;
    top: 20px;
    left: 18px;
    font-size: 18px;
}
.login-card.register .input-icon{ 
    top: 18px;
}
.login-card input:-webkit-autofill,
.login-card input:-webkit-autofill:hover, 
.login-card input:-webkit-autofill:focus, 
.login-card input:-webkit-autofill:active{
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: #ffffff; */
    transition: background-color 5000s ease-in-out 0s;
    box-shadow:none;
    font-size: 15px;
}
.login-card span.invalid-feedback {
    margin-top: -15px;
}
.login-card .btn{
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
    border-radius: 10px !important;
    box-shadow: none !important;
}
.login-card.register .form-control,
.login-card.register .btn{
    height: 50px;
}
@media (max-width:580px){
    .login-card .w-75 {
        width: 100% !important;
    }
    .login-card{
        padding: 20px 20px;
    }
        
}
/* ====================/Login Css==================== */
/* sendmail */

.email-content-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
}

.editor-container {
    flex: 1; /* Editor takes up majority of the space */
    min-width: 60%; /* Ensure the editor has enough space */
}

.placeholders-container {
    flex: 0 0 35%; /* Fix the width of the placeholder column */
    max-width: 35%; /* Limit the width of the placeholders */
}

.badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mail-placeholder {
    cursor: pointer;
    padding: 5px 10px;
    background-color: rgb(243 128 142 / 10%);
    border: 1px solid var(--main-color);
    border-radius: 6px;
    color: var(--main-color);
    font-size: 14px;
    margin-bottom: 5px;
}

.mail-placeholder:hover {
    background-color: var(--main-color);
    color: white;
}

/* textarea {
    width: 100%;
    height: 100%;
} */

.required-star {
    color: red;
}
/* CODE FOR TOOLTIP */
.tooltipp {
    position: relative;
}

.tooltipp::before {
    position: absolute;
    top: 100%; /* Position the arrow below the element */
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    content: "";
    display: none;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #000; /* Arrow color */
}

.tooltipp::after {
    display: none;
    position: absolute;
    content: attr(data-tooltip);
    top: calc(100% + 8px); /* Position tooltip below the arrow */
    left: 50%;
    transform: translateX(-50%);
    min-width: 140px;
    max-width: 200px; /* Set a max width to prevent overflow */
    padding: 4px 8px;
    background-color: #000;
    border-radius: 8px;
    color: #fff;
    font-size: 12px !important;
    line-height: 1.3 !important;
    text-align: center;
    white-space: normal; /* Allow text wrapping */
    overflow-wrap: break-word; /* Wrap long words */
    z-index: 1000; /* Ensure tooltip is above other elements */
}

.tooltipp:hover::before,
.tooltipp:hover::after {
    display: block !important;
}
.tooltipp.tooltipp-left:after {
    top: 50%;
    right: calc(100% + 8px);
    left: unset;
    transform: translate(0px, -50%);
}
.tooltipp.tooltipp-left:before {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%) rotate(90deg);
}

.sidebar .nav .nav-item .nav-link img {
    width: 20px;
}
.lead-card__check {
    position: absolute;
    z-index: 9;
    right: 30px;
    top: 16px;
}
.lead-card__check:checked + .lead-card{
    border-color: var(--main-color) !important;
} 

/* CODE FOR TOOLTIP */
.tooltip2 {
    position: relative;
}

.tooltip2::before {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translatex(-50%) rotate(-45deg);
    content: "";
    display: none;
    width: 0;
    height: 0;
    border: 8px solid #000;
    border-top-color: transparent;
    border-right-color: transparent;
}

.tooltip2::after {
    display: none;
    position: absolute;
    content: attr(data-tooltip);
    bottom: calc(135% - 6px);
    left: 50%;
    right: 0;
    min-width: 100px;
    padding: 8px !important;
    background-color: #000;
    border-radius: 8px;
    color: #fff;
    transform: translate(-50%);
    text-align: center;
    font-size: 12px;
    min-height: 32px;
}

.tooltip2:hover:not(:focus)::before,
.tooltip2:hover:not(:focus)::after {
    display: block;
}
ol.apiconnect-step {
    padding-left: 30px;
    position: relative;
    list-style: none;
}
ol.apiconnect-step li{
    margin-bottom: 15px;
    position: relative;
    font-size: 14px;
}
ol.apiconnect-step:before {
    content: '';
    height: 100%;
    left: 0px;
    border-right: 1px dashed #ccc;
    width: 1px;
    position: absolute;
    top: 10px;
    left: 8px;
}
ol.apiconnect-step li:before {
    content: '\f192';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    color: var(--main-color);
    left: -28px;
    top: 1px;
}
.contactleads-dets {
    border: 1px dashed #ccc;
    padding: 16px;
    border-radius: 16px;
}
.contactleads-dets .line {
    border-bottom: 1px dashed #ececec;
    margin-bottom: 6px;
    padding-bottom: 6px;
}
div#template_show {
    padding: 15px;
    background: #F7F7F7;
    border-radius: 12px;
    max-height: 300px;
    overflow: auto;
}
tags.tagify.form-control {
    border: 1px solid #b6b6b6;
    border-radius: 8px !important;
    height: 2.5rem;
    font-size: 14px;
}
.tox-tinymce {
    border-radius: 10px !important;
}
span.tox-statusbar__branding {
    display: none !important;
}
.searchleads__card{
    padding:50px 40px;
}
.searchleads__card .searchleads__item{
    width:60%;
    margin:auto;
    margin-top: 20px;
}
.searchleads__item .btn {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    border-radius: 0px 10px 10px 0px;
}
.searchleads__item  input{
    height: 50px;
    border-radius: 12px !important;
    padding: 10px 120px 10px 20px;
}
.offcanvas {
    z-index: 9999;
}
.offcanvas#generate-report {
    width: 80%;
    border-radius: 30px 0px 0px 30px;
    overflow: hidden;
}
.gmbrprt__input{
    position: absolute;
    opacity: 0;
}
.gmbrprt__label {
    height: calc(100% - 10px);
    margin-bottom: 10px !important;
    border: 2px solid #f2f2f2 !important;
    cursor: pointer;
    transition: .3s;
}
.gmbrprt__label:hover{
    border: 2px solid var(--main-color) !important;
}
.gmbrprt__input:checked + .gmbrprt__label{
    border: 2px solid var(--main-color) !important;
}
.gmbrprt__input:checked + .gmbrprt__label:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    background: var(--main-color);
    position: absolute;
    color: #fff;
    right: 0px;
    top:0px;
    width: 30px;
    height: 30px;
    border-radius: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gmbrselectall{
    position: relative;
    padding: 10px 20px;
    margin: 0px !important;
    background: #f2f2f2;
    border-radius: 12px;
    width: 200px;
}
a.support-link {
    position: fixed;
    display: block;
    bottom: 0;
    font-size: 14px;
    font-weight: 400;
    background: rgb(224 224 224 / 50%);
    width: 250px;
    padding: 12px 20px;
    backdrop-filter: blur(5px);
    color: #000;
    display: flex;
    align-items: center;
    transition: .3s;
}
a.support-link i{
    font-size: 20px;
    margin-right: 7px;
}
a.support-link span{
    font-size: 12px;
    color: lightslategrey;
}
a.support-link:hover{
    color: var(--main-color);
}
.connect__account {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    padding: 6px 12px;
    border-radius: 10px;
}
button#ef-button-161 {
    height: 33px;
    border-radius: 8px;
}
.badge-primary {
    color: #f3808e;
    border: 1px solid #f3808e;
}
.manageleads__card{
    display: flex;
    flex-wrap: nowrap;
}
.manageleads__card .nav-link{
    width:100%;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: .3s;
    background: #f7f7f7 !important;
    padding: 1rem 0.6rem 1rem 1rem;
    position: relative;
    overflow: hidden;
    text-align:left;
}

.manageleads__card .card-icon {
    height: 50px;
    width: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fd201e;
    font-size: 20px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.07);
    position: relative;
    margin-right: 12px;
    flex-shrink: 0;
}
.manageleads__card .card2 .card-icon {
    color: #1059ed;
}
.manageleads__card .rate-percentage {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 22px;
    color: var(--text-dark);
    margin: 0px; 
    position: relative;
}
.manageleads__card .statistics-title {
    font-weight: 500;
    font-size: 14px;
    color: #526484;
    margin-bottom: 0px;
    position: relative;
} 
.manageleads__card .nav-link:before {
    content: '';
    background: url(../images/card-elements.png);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 20px;
    right: -120px;
}
.manageleads__card  .nav-link.active, .manageleads__card  .nav-item.show .nav-link, .manageleads__card  .nav-item .nav-link:hover {
    border-color: var(--main-color) !important;
}
.upgrademsg{
    border-radius: 12px;
    border: 1px solid #f7eea6;
    background: #fff;
    box-shadow: 0px 66px 80px 4px rgba(71, 111, 135, 0.1);
    padding: 25px 10px;
    margin-top: -10px;
    width: 100%;
}
.fea-list {
    padding-left: 20px;
    list-style: none;
    margin-bottom: 20px;
    position: relative;
}
.fea-list:before {
    content: '';
    width: 1px;
    height: 80%;
    border-left: 1px dashed #ccc;
    position: absolute;
    left: 6px;
    top: 9px;
}
ul.fea-list li {
    margin-bottom: 10px;
    position: relative;
}

ul.fea-list li:before {
    content: '';
    height: 3px;
    width: 3px;
    border-radius: 50%;
    position: absolute;
    outline: 3px solid #eb3635;
    left: -15px;
    top: 9px;
}
.upgrade-icon {
    color: #ffb512;
    background: rgba(0, 0, 0, 0.7);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 7px;
    flex-shrink: 0;
}
.single_testimonial {
    background: #fbf8f0;
    border: 2px solid #f5eeb6; 
    padding: 16px;
    border-radius: 10px;
    color: #6a6868;
    margin-top: 40px;
}
.single_testimonial h5 {
    margin: 0px 0px 0px 8px;
    color: #000;
    font-size: 15px;
}