:root {
    --primary-color: #212b36;
    --color-blue-1: #07275a;
    --color-blue-2: #3c64ef;
    --color-blue-3: #4880ff;
    --color-white: #fff;
    --sidebar-width: 300px;
    --body-color: #fbfbfb;
    --color-black-100: #565656;
    --color-black-200: #404040;
    --card-radius: 16px;
    --color-green-800: #004b50;
    --color-green-200: #cbf3de;
    --color-pink-200: #fddbe9;
    --color-yellow-200: #fafcb8;
    --color-purple-200: #e9e0ff;
    --components-textfield-outline: rgba(145 158 171 / 20%);
    --grey-8: rgba(145, 158, 171, 0.08);
}

*,
*::after,
*::before {
    box-sizing: border-box;
}
body {
    padding: 0;
    font-family: "Public Sans", sans-serif !important;
    background-color: var(--body-color);
}
body h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Public Sans", sans-serif !important;
}
h1,
h2 {
    font-family: "Nunito Sans", sans-serif !important;
}
body.body-overflow {
    overflow: hidden;
}
.commonimageclass {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.iconsnowrap {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    overflow: auto;
}
.custom-row {
    display: flex;
    flex-wrap: wrap;
}
.app-sidebar {
    position: fixed;
    background: var(--color-blue-1) !important;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 998;
    /* box-shadow: 6px 0px 20px 0 rgba(25, 42, 70, 0.35); */
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    white-space: nowrap;
    visibility: visible;
    border-radius: unset;
    height: unset;
    width: var(--sidebar-width);
}
.navbar.navsticky {
    position: sticky;
    top: 0;
    z-index: 998;
    box-shadow: 2px 12px 16px -10px hsla(0, 0%, 66%, 0.5);
}
.sidebar-header {
    padding: 30px 30px 0;
}
@media (max-width: 1199px) {
    .sidebar-header {
        padding: 17px 10px 0;
    }
}
.nav-collapsed .sidebar-header {
    padding: 19px;
    overflow: hidden;
}
.nav-collapsed .sidebar-header .logo {
    overflow: hidden;
}
.nav-collapsed .sidebar-header .logospan {
    display: none;
}
.nav-collapsed .expanded .sidebar-header .logospan {
    display: inline-flex;
}

.nav-collapsed .app-sidebar .nav-item .rightmenu {
    display: none;
}
.nav-collapsed .app-sidebar.expanded .nav-item .rightmenu {
    display: block;
}
.nav-collapsed .app-sidebar:not(.expanded) .nav-item .lefticon {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.app-sidebar .sidebar-content {
    padding: 30px;
}
@media (max-width: 1199px) {
    .app-sidebar .sidebar-content {
        padding: 10px;
        height: calc(100% - 50px) !important;
    }
}
@media (max-width: 767px) {
    .vertical-overlay-menu .navbar .navbar-header {
        width: 142px !important;
    }
}
/* .nav-collapsed .app-sidebar.expanded .sidebar-content{
    padding: 30px;
} */
/* .nav-collapsed .app-sidebar.expanded .sidebar-content, */
.menu-expanded .app-sidebar.expanded .sidebar-content {
    padding: 30px !important;
}

.nav-collapsed .app-sidebar .sidebar-content {
    padding: 6px !important;
}

.app-sidebar .logo .logo-text {
    border-bottom: none;
    color: var(--color-white);
    font-size: 30px !important;
    font-weight: 700 !important;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}
@media (max-width: 1199px) {
    .app-sidebar .logo .logo-text {
        font-size: 22px !important;
        width: calc(100% - 30px);
    }
}
.app-sidebar .logo .logo-text span {
    color: var(--color-blue-2);
}

.app-sidebar .navigation .nav-item {
    margin-bottom: 10px;
    position: relative;
}

.app-sidebar .navigation .has-sub .menu-content li:not(:last-child) {
    margin-bottom: 10px;
}
.app-sidebar .navigation .nav-item.active::before {
    content: "";
    position: absolute;
    background-color: var(--color-blue-2);
    border-radius: 10px;
    left: -38px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999999;
    padding: 26px 8px;
    height: 100%;
}
.app-sidebar .navigation li:not(.has-sub):hover a,
.app-sidebar .navigation li.active a {
    background: var(--color-blue-2);
    color: var(--color-white);
    border-radius: 8px;
}

.navbar .navbar-container .notification {
    position: relative;
    top: -12px;
    right: 10px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 8px;
    padding: 4px;
}
.navbar .username .usernametext {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-black-200);
}
.notificationdiv {
    position: relative;
    margin-right: 20px;
}
.notificationdiv .notificationicon {
    width: 24px;
    height: 26px;
}
.notificationdiv .notificationcount {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    background-color: #f93c65;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    color: #fff;
}
.arrowroundicon {
    width: 20px;
    height: 20px;
    margin: 0 0 10px 20px;
}
.app-sidebar .nav-item .lefticon {
    width: 30px;
}
.app-sidebar .nav-item .rightmenu {
    width: calc(100% - 40px);
    white-space: normal;
}
body.nav-collapsed:not(.sidebar-sm):not(.sidebar-lg) .app-sidebar:hover {
    padding: 10px !important;
}

/* ======================Dashboard CSS Start====================== */
.main-panel .main-content {
    padding: 0 30px 20px;
}
@media (max-width: 1199px) {
    .main-panel .main-content {
        padding: 30px;
    }
    .content-wrapper-dashbord {
        margin-top: unset !important;
    }
}
@media (max-width: 767px) {
    .main-panel .main-content {
        padding: 15px;
    }
}
.vertical-menu .main-panel .main-content,
.vertical-menu .navbar {
    margin-left: var(--sidebar-width);
}
.vertical-overlay-menu .wrapper {
    top: unset;
}
.content-wrapper-dashbord > div {
    margin-bottom: 40px;
}
.commonitemscontainer {
    --items-gap: 25px;
    --items: 2;
    --card-width-logic: (var(--items-gap)) * (var(--items) - 1) / (var(--items));
    display: flex;
    flex-wrap: wrap;
    gap: var(--items-gap);
}
.commonitemscontainer > div {
    width: calc((100% / var(--items)) - var(--card-width-logic));
}
.dashboardCountList.commonitemscontainer {
    --items: 4;
}
@media (max-width: 767px) {
    .dashboardCountList.commonitemscontainer {
        --items: 2;
        --items-gap: 20px;
    }
}
@media (max-width: 576px) {
    .dashboardCountList.commonitemscontainer {
        --items: 1;
    }
}
.countitem {
    --itemcolor: var(--color-white);
    position: relative;
    background-color: var(--itemcolor);
    border-radius: var(--card-radius);
    padding: 20px;
    width: 100%;
}
.countitem:hover .arrowicon {
    rotate: 45deg;
}
.countitem .arrowicon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 22px;
    overflow: hidden;
    transition: all 0.1s ease;
}
.countitem .item-link {
    position: absolute;
    inset: 0;
}
.countitem .card-maintext {
    color: var(--color-green-800);
    font-size: 40px;
    font-weight: 700;
}
.countitem .card-subtext {
    color: var(--color-green-800);
    font-size: 16px;
    font-weight: 600;
    opacity: 0.64;
}

.pagetitlediv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 767px) {
    .pagetitlediv .right {
        width: 100%;
    }
}
.pagetitlediv .pagetitle {
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 700;
}
.pagetitlediv .datetimediv {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid var(--components-textfield-outline);
    border-radius: 8px;
    padding: 15px;
    gap: 10px;
    background-color: var(--color-white);
}
.datetimediv .closebtn {
    cursor: pointer;
}
@media (max-width: 767px) {
    .pagetitlediv .datetimediv {
        padding: 10px;
        width: max-content;
    }
}
@media (max-width: 575px) {
    .pagetitlediv .datetimediv {
        width: 100%;
    }
}
.pagetitlediv .endicon {
    width: 20px;
    height: 24px;
    overflow: hidden;
}

.pagetitlediv .calendericon {
    width: 24px;
    height: 24px;
    overflow: hidden;
    margin-left: 10px;
}
.pagetitlediv .datetimediv .dateinputgroup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
}
@media (max-width: 575px) {
    .pagetitlediv .datetimediv .dateinputgroup {
        width: calc(100% - 30px);
        justify-content: space-between;
    }
}
.pagetitlediv .datetimediv .label {
    margin-right: 10px;
    margin-bottom: 0;
    color: #919eab;
}
.pagetitlediv .datetimediv .datetext {
    margin-bottom: 0;
    color: var(--color-blue-2);
    font-weight: 600;
    appearance: none;
    border: none;
    min-width: 290px;
    padding: 0;
}
@media (max-width: 575px) {
    .pagetitlediv .datetimediv .datetext {
        min-width: unset;
        font-size: 13px;
    }
    .pagetitlediv .datetimediv .label {
        font-size: 13px;
        display: none;
    }
}
.pagetitlediv .datetimediv .datetext:focus {
    outline: none;
}

.commonitemscontainer.maincardscontainer {
    --items: 2;
}
@media (max-width: 991px) {
    .commonitemscontainer.maincardscontainer {
        --items: 1;
    }
}
.maincardscontainer .dashboardcard {
    background-color: var(--color-white);
    border-radius: var(--card-radius);
    padding: 20px;
}
@media (max-width: 767px) {
    .maincardscontainer .dashboardcard {
        padding: 15px;
    }
}

.cardtop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.cardtop .cardtitle {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
}
@media (max-width: 767px) {
    .cardtop .cardtitle {
        font-size: 18px;
    }
}
.baritemrow {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
}
.baritemrow:last-child {
    margin-bottom: 0;
}
.baritemrow .leftlabelpart {
    width: 110px;
    text-align: right;
}
.baritemrow .barlabel {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    color: #919eab;
    font-size: 14px;
    font-weight: 400;
}
.baritemrow .rightbarpart {
    width: calc(100% - 130px);
}
.baritemrow .progress-bar {
    position: relative;
    overflow: unset;
    border-radius: 0 20px 20px 0;
}
.baritemrow .progress-bar.blue {
    background-color: #3c64ef;
}
.baritemrow .progress-bar.green {
    background-color: #00a76f;
}
.baritemrow .progress-bar.yellow {
    background-color: #ffab00;
}
.baritemrow .progress-bar.red {
    background-color: #dd221c;
}
.baritemrow .progress-bar.darkblue {
    background-color: #07275a;
}
.baritemrow .leadcountnumbers {
    position: absolute;
    right: -20px;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
}
.baritemrow .progressbarblue {
    padding: 0 20px 10px 0;
    border-bottom: 2px dashed var(--components-textfield-outline);
    margin: 0;
}
.baritemrow .progress {
    border-radius: unset;
    background-color: unset;
    overflow: unset;
    height: 10px;
}
.baritemrow .bottomlabels {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: #919eab;
}
.commoncardselect {
    box-sizing: border-box;
    min-height: 39px;
    border: none;
    background-color: var(--grey-8);
    color: #212b36;
    border-radius: 6px;
    padding: 10px 30px 10px 15px;
    transition: 0.25s;
    position: relative;
    cursor: pointer;
    line-height: 1.5;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 90% 50%;
}
.commoncardselect:focus {
    outline: none;
}

.dashboardLinechart .info {
    color: #00a76f !important;
}
.dashboardLinechart .info.lighten-3 {
    color: #dd221c !important;
}
.dashboardcard .chartinforight {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.dashboardcard .sourcename {
    margin-bottom: 10px;
}
.dashboardcard .dataitemrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.dashboardcard .dataitemrow:last-child {
    margin-bottom: 0;
}
.dashboardcard .dataitemrow .itemname {
    color: var(--primary-color);
    font-weight: 600;
}
.dashboardcard .dataitemrow .countbox {
    padding: 8px 16px;
    background-color: #e8ecfa;
    border-radius: 8px;
    min-width: 50px;
    height: 50px;
    text-align: center;
}
.dashboardcard .dataitemrow .countbox .counttext {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .dashboardcard .dataitemrow .countbox .counttext {
        font-size: 16px;
    }
}
.dashboardcard .commonchartparent .apexcharts-legend {
    gap: 15px;
}
/* .commonchartparent{
    width: 100% !important;
    height: 90% !important;
} */
/* .commonchartparent .pie-chart1{
    width: 100% !important;
    height: 90% !important;
} */
/* .commonchartparent .apexcharts-canvas{
    width: 100% !important;
    height: 90% !important;
} */

/* ======================Dashboard CSS End====================== */

/* common right sidebar */
.common-rightaside {
    --commonsidebarspace: 20px;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    display: none;
    justify-content: end;
    align-items: center;
    transition: right 0.6s cubic-bezier(0.05, 0.74, 0.2, 0.99);
}
.common-rightaside .overlay {
    background-color: rgba(29, 26, 26, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.common-rightaside .asidebody {
    position: relative;
    z-index: 2;
    background-color: #fff;
    width: 500px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
}
@media (max-width: 767px) {
    .common-rightaside .asidebody {
        width: 90%;
        max-width: 400px;
    }
}
.common-rightaside.active {
    display: flex;
    box-shadow: -8px 8px 14px 0 rgba(25, 42, 70, 0.11);
}
.common-rightaside .asideclosebtn {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
    padding: 7px;
    width: 34px;
    height: 34px;
    z-index: 10;
}
.common-rightaside .asideheader {
    position: sticky;
    top: 0;
    margin-bottom: 0;
    z-index: 5;
    background-color: #fff;
}
.common-rightaside .asideheader hr {
    margin-bottom: 0;
}
.common-rightaside .asideheading {
    padding: var(--commonsidebarspace);
}
.common-rightaside .asideheading .title {
    font-size: 22px;
    font-weight: 700;
}
.common-rightaside .commonaideform {
    padding: 14px;
}
.commonaideform .formtitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}
.commonaideform .inputgroup {
    margin-bottom: 20px;
}

/* .commonaideform .inputgroup label {
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 500;
} */
/* .commonaideform .commoninput {
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid var(--components-textfield-outline);
    font-weight: 400;
} */
/* .commonaideform .commoninput:focus {
    color: #75787d;
    background-color: transparent;
    border-color: var(--color-blue-2);
    outline: 0;
    box-shadow: none;
} */
.commonaideform .commonbtn {
    background-color: var(--color-blue-2);
    border: none;
    border-radius: 6px;
    color: #fff;
    padding: 6px 12px;
    margin-right: 10px;
}
.commonaideform .commonbtn:last-child {
    margin-right: 0;
}
.commonaideform .commonbtn:focus {
    outline: none;
}
.commonaideform .secondbtn {
    background-color: #616d89;
}
.builder-group-button,
.page-item.active .page-link,
.btn-primary {
    background-color: var(--color-blue-2) !important;
    border-color: var(--color-blue-2) !important;
}
.content-wrapper .pagination li a {
    color: var(--color-blue-2);
}
/* .page-item.active .page-link{
    color: #fff !important;
} */
/* common right sidebar */

.commontable {
    border: 1px solid #e9e8f6;
    border-radius: 12px;
}
.commontable .table {
    width: 100% !important;
}

@media (max-width: 991px) {
    .new-lead-table {
        width: 1000px;
    }
}
@media (max-width: 767px) {
    .new-lead-table {
        width: 992px;
    }
    .sidebartable.commontable {
       padding-bottom: 50px !important;
    }
}

.roundactionbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 35px;
    height: 35px;
    background-color: #e8ecfd;
    border-radius: 50%;
    overflow: hidden;
    border: none;
}
.commonsideform .roundactionbtn {
    background-color: #e9e7ff;
}
.commontable .roundactionbtn:focus {
    outline: none;
}
.commontable .roundactionbtn img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.commontable .actionbuttonsrow {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
@media (max-width: 575px) {
    .commontable .actionbuttonsrow {
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 5;
    }
}

@media (max-width: 767px) {
    .scrolldiv {
        display: flex;
        overflow: auto;
        scrollbar-width: none;
        width: 100%;
    }
    .scrolldiv .btn {
        min-width: max-content;
    }
}

.commontable thead tr {
    background-color: #f4f3ff;
}
.commontable thead th,
.commontable thead td {
    vertical-align: middle;
    border-bottom: unset;
    border-radius: 0;
    padding: 20px 15px;
}
.commontable thead th:first-child,
.commontable thead td:first-child {
    border-radius: 12px 0 0 12px;
}
.commontable thead th:last-child,
.commontable thead td:last-child {
    border-radius: 0 12px 12px 0;
}
.commontable th,
.commontable td {
    vertical-align: middle;
    border-top: unset;
}
.commontable tbody td {
    border-bottom: 1px dashed #dcdbee;
    padding: 15px 15px;
}
.commontable thead .hidden {
    visibility: hidden;
}
.mybadge {
    display: inline-flex;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    background-color: #f4f3ff;
    color: #3c64ef;
    border-radius: 6px;
}
.mybadge.green {
    color: #3dc385;
    background-color: #e7fcf2;
}
.mybadge.red {
    color: #ef3c63;
    background-color: #ffebef;
}
.mybadge.blue {
    background-color: #f4f3ff;
    color: #3c64ef;
}
.buttonsgroup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
@media (max-width: 575px) {
    .buttonsgroup {
        gap: 6px;
        flex-wrap: nowrap;
    }
}
.leadtable {
}
.leadtable hr {
    border: 1px dashed #dcdbee;
}
.leadtable .namediv {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-weight: 700;
}
.leadtable .dropdowndiv {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 5px;
    cursor: pointer;
    font-weight: 600;
    width: calc(100% - 40px);
}
.dropdowndiv .dropdownmenu {
    position: absolute;
    z-index: 3;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
    top: 24px;
    right: 37px;
}
@media (max-width: 1399px) {
    .dropdowndiv .dropdownmenu {
        right: 10px;
    }
}
@media (max-width: 767) {
    .dropdowndiv .dropdownmenu {
        right: 0;
    }
}
.dropdowndiv .commondropdownmenu {
    display: none;
}
.dropdowndiv.active .commondropdownmenu {
    display: block;
}
.dropdowndiv .dropdownmenu .list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.dropdowndiv .dropdownmenu .dropdownlink {
    display: flex;
    gap: 11px;
    align-items: center;
    padding: 12px;
    border-radius: 5px;
}
.dropdowndiv .dropdownmenu .listitem:last-child .dropdownlink {
    /* padding-bottom: 0; */
}
.dropdowndiv .dropdownmenu .dropdownlink:hover {
    background-color: var(--color-blue-2);
    color: #fff;
}
.dropdowndiv .dropdownmenu .dropdownlink {
    color: #000;
    text-decoration: none;
}
.leadtable .dropdowndiv p {
    margin-bottom: 0;
}
.leadtable .chevronicon {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.leadtable .vertical-dots-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.leadtable .sideformmenu {
    display: flex;
    align-items: center;
    gap: 8px;
}

.leadtable .txtgray {
    font-size: 12px;
    color: #8c8e90;
}
.leadtable .followuprow {
    gap: 10px;
    flex-wrap: nowrap;
}
@media (max-width: 767px) {
    .leadtable .followuprow {
        gap: 5px;
    }
}
.leadtable .followup-btn {
    display: flex;
    padding: 5px 10px;
    gap: 5px;
    font-weight: 600;
    border: 1px solid #e5e4f3;
    color: #000;
    border-radius: 20px;
}
.leadtable .followup-btn i {
    color: #3c64ef;
}
.namediv .name {
    font-size: 14px;
    color: #000;
}
.namediv .count {
    height: 25px;
    min-width: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(60 100 239 / 12%);
    color: #3c64ef;
    padding: 5px;
}
.frametypeone.fullround {
    position: relative;
}
.frametypeone.fullround .followup-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.frametypeone.fullround .count {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #fff;
    background-color: #07275a;
    border-radius: 50%;
    right: -5px;
    top: -5px;
    min-width: 16px;
    height: 16px;
    padding: 5px;
    display: inline-flex;
}
.frametypeone.fullround .count.red {
    background-color: #ef3c63;
}
.frametypeone.fullround .count.green {
    background-color: #3dc385;
}
.dataTables_wrapper .pagination-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px;
    justify-content: space-between;
}
@media (max-width: 575px) {
    .dataTables_wrapper .pagination-row {
        padding: 0;
        padding-top: 15px;
    }
}
.content-wrapper .pagination li .page-link {
    color: #000;
    background-color: unset;
    border: none;
    padding: 11px 17px;
    margin-left: 10px;
    font-weight: 600;
}
.pagination .page-item.active .page-link {
    background-color: rgba(93, 116, 241, 0.129) !important;
    color: #3c64ef;
}

.commonsideform {
    --commonsidebarspace: 20px;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    /* overflow-y: auto;
    scrollbar-width: none; */
    display: none;
    justify-content: end;
    align-items: center;
}
@media (max-width: 767px) {
    .commonsideform {
        --commonsidebarspace: 10px;
    }
}
.commonsideform.active {
    display: flex;
}
.commonsideform .overlay {
    background-color: rgba(29, 26, 26, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.commonsideform .sideformbody {
    position: relative;
    z-index: 2;
    background-color: #fff;
    width: 50%;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
}
/* .sideformcontent{
    height: 500px;
    overflow-y: auto;
    scrollbar-width: none;
} */
@media (max-width: 767px) {
    .commonsideform .sideformbody {
        width: 85%;
    }
    .commonsideform .sideformbody .sideformheader > div {
        width: 100%;
    }
    .commonsideform .sideformbody .sideformheader {
        gap: 15px;
    }
}
@media (max-width: 575px) {
    /* .commonsideform .sideformbody {
        width: 280px;
    } */
}
.commonsideform .sideformheader {
    position: sticky;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: var(--commonsidebarspace);
    padding-right: 40px;
    background-color: #f4f3ff;
    border-top: 1px solid #e9e8f6;
    border-bottom: 1px solid #e9e8f6;
    z-index: 5;
}

.commonsideform .heading {
    /* display: flex;
   flex-wrap: wrap;
   align-items: center; */
}
.commonsideform .heading .title {
    font-size: 18px;
    font-weight: 600;
    color: #212b36;
}
.commonsideform .heading p {
    margin-bottom: 0;
}
.commonsideform .closebtn {
    font-size: 20px;
    cursor: pointer;
    width: 25px !important;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.sideformstyle {
    background-color: #fff;
    padding: var(--commonsidebarspace);
}

@media (max-width: 767px) {
    .commonsideform .closebtn {
        top: 20px;
        transform: unset;
    }
    .sideformstyle {
        padding-bottom: 50px;
    }
}

.buttonsrow {
    position: sticky;
    top: 91.5px;
    overflow: auto;
    scrollbar-width: none;
    z-index: 5;
    padding: 10px var(--commonsidebarspace);
    background-color: #fff;
    border-bottom: 1px solid #e9e8f6;
    display: flex;
    gap: 8px;
}
@media (max-width: 991px) {
    /* .buttonsrow{
        top: 126.5px;
    } */
}
@media (max-width: 767px) {
    .buttonsrow {
        top: 121.5px;
    }
}
.infobtn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: none;
    background-color: transparent;
    color: var(--color-blue-2);
    border-radius: 7px;
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #e5e4f3;
    min-width: max-content;
}

.infobtn.active {
    background-color: var(--color-blue-2);
    border: 1px solid var(--color-blue-2);
    color: #fff;
}
.infobtn .bgbox {
    padding: 0px 3px;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    border-radius: 5px;
    font-size: 12px;
}
.commonbtn {
    padding: 10px 20px;
    font-weight: 600;
    background-color: var(--color-blue-2);
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 8px;
}
.commoninputparent {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .commoninputparent {
        margin-bottom: 20px;
    }
}

.inputrow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
@media (max-width: 767px) {
    .commonsideform .inputrow {
        gap: 0;
    }
}
.inputrow .w-50 {
    width: calc(50% - 5px) !important;
}
@media (max-width: 767px) {
    .commonsideform .inputrow .w-50 {
        width: 100% !important;
    }
}
.inputrow .checkinputgroup {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
/* .inputrow .checkinputgroup .commoninputcheck{
    flex: 0 0 calc(50% - 5px);
} */

.commoninput:focus {
    outline: none;
}
.tagscontainer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    gap: 10px;
}
.tagscontainer .select2-container--default .select2-selection--multiple {
    border: 1px solid #d9d9d9;
    padding: 10px;
    border-radius: 9px;
}
.tagscontainer
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    margin-top: 0;
}
.tagscontainer
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    padding: 0;
}
.tagitem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    gap: 5px;
    background-color: var(--color-blue-2);
    border-radius: 5px;
    color: #fff;
    padding: 3px 6px;
}
.commoninputdiv {
    position: relative;
}
.commondatepicker {
    padding: 10px 15px 10px 35px;
    width: 100%;
}
.commondatediv::before {
    content: " ";
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzYwN18xNTU3KSI+CjxwYXRoIGQ9Ik0xNC4yNSAxLjVIMTMuNVYwLjc1QzEzLjUgMC41NTEwODggMTMuNDIxIDAuMzYwMzIyIDEzLjI4MDMgMC4yMTk2N0MxMy4xMzk3IDAuMDc5MDE3NiAxMi45NDg5IDAgMTIuNzUgMEMxMi41NTExIDAgMTIuMzYwMyAwLjA3OTAxNzYgMTIuMjE5NyAwLjIxOTY3QzEyLjA3OSAwLjM2MDMyMiAxMiAwLjU1MTA4OCAxMiAwLjc1VjEuNUg2VjAuNzVDNiAwLjU1MTA4OCA1LjkyMDk4IDAuMzYwMzIyIDUuNzgwMzMgMC4yMTk2N0M1LjYzOTY4IDAuMDc5MDE3NiA1LjQ0ODkxIDAgNS4yNSAwQzUuMDUxMDkgMCA0Ljg2MDMyIDAuMDc5MDE3NiA0LjcxOTY3IDAuMjE5NjdDNC41NzkwMiAwLjM2MDMyMiA0LjUgMC41NTEwODggNC41IDAuNzVWMS41SDMuNzVDMi43NTU4IDEuNTAxMTkgMS44MDI2NyAxLjg5NjY2IDEuMDk5NjYgMi41OTk2NkMwLjM5NjY2MSAzLjMwMjY3IDAuMDAxMTkwODkgNC4yNTU4IDAgNS4yNUwwIDE0LjI1QzAuMDAxMTkwODkgMTUuMjQ0MiAwLjM5NjY2MSAxNi4xOTczIDEuMDk5NjYgMTYuOTAwM0MxLjgwMjY3IDE3LjYwMzMgMi43NTU4IDE3Ljk5ODggMy43NSAxOEgxNC4yNUMxNS4yNDQyIDE3Ljk5ODggMTYuMTk3MyAxNy42MDMzIDE2LjkwMDMgMTYuOTAwM0MxNy42MDMzIDE2LjE5NzMgMTcuOTk4OCAxNS4yNDQyIDE4IDE0LjI1VjUuMjVDMTcuOTk4OCA0LjI1NTggMTcuNjAzMyAzLjMwMjY3IDE2LjkwMDMgMi41OTk2NkMxNi4xOTczIDEuODk2NjYgMTUuMjQ0MiAxLjUwMTE5IDE0LjI1IDEuNVpNMS41IDUuMjVDMS41IDQuNjUzMjYgMS43MzcwNSA0LjA4MDk3IDIuMTU5MDEgMy42NTkwMUMyLjU4MDk3IDMuMjM3MDUgMy4xNTMyNiAzIDMuNzUgM0gxNC4yNUMxNC44NDY3IDMgMTUuNDE5IDMuMjM3MDUgMTUuODQxIDMuNjU5MDFDMTYuMjYyOSA0LjA4MDk3IDE2LjUgNC42NTMyNiAxNi41IDUuMjVWNkgxLjVWNS4yNVpNMTQuMjUgMTYuNUgzLjc1QzMuMTUzMjYgMTYuNSAyLjU4MDk3IDE2LjI2MjkgMi4xNTkwMSAxNS44NDFDMS43MzcwNSAxNS40MTkgMS41IDE0Ljg0NjcgMS41IDE0LjI1VjcuNUgxNi41VjE0LjI1QzE2LjUgMTQuODQ2NyAxNi4yNjI5IDE1LjQxOSAxNS44NDEgMTUuODQxQzE1LjQxOSAxNi4yNjI5IDE0Ljg0NjcgMTYuNSAxNC4yNSAxNi41WiIgZmlsbD0iIzIxMjIyNyIvPgo8cGF0aCBkPSJNOSAxMi4zNzVDOS42MjEzMiAxMi4zNzUgMTAuMTI1IDExLjg3MTMgMTAuMTI1IDExLjI1QzEwLjEyNSAxMC42Mjg3IDkuNjIxMzIgMTAuMTI1IDkgMTAuMTI1QzguMzc4NjggMTAuMTI1IDcuODc1IDEwLjYyODcgNy44NzUgMTEuMjVDNy44NzUgMTEuODcxMyA4LjM3ODY4IDEyLjM3NSA5IDEyLjM3NVoiIGZpbGw9IiMyMTIyMjciLz4KPHBhdGggZD0iTTUuMjUgMTIuMzc1QzUuODcxMzIgMTIuMzc1IDYuMzc1IDExLjg3MTMgNi4zNzUgMTEuMjVDNi4zNzUgMTAuNjI4NyA1Ljg3MTMyIDEwLjEyNSA1LjI1IDEwLjEyNUM0LjYyODY4IDEwLjEyNSA0LjEyNSAxMC42Mjg3IDQuMTI1IDExLjI1QzQuMTI1IDExLjg3MTMgNC42Mjg2OCAxMi4zNzUgNS4yNSAxMi4zNzVaIiBmaWxsPSIjMjEyMjI3Ii8+CjxwYXRoIGQ9Ik0xMi43NSAxMi4zNzVDMTMuMzcxMyAxMi4zNzUgMTMuODc1IDExLjg3MTMgMTMuODc1IDExLjI1QzEzLjg3NSAxMC42Mjg3IDEzLjM3MTMgMTAuMTI1IDEyLjc1IDEwLjEyNUMxMi4xMjg3IDEwLjEyNSAxMS42MjUgMTAuNjI4NyAxMS42MjUgMTEuMjVDMTEuNjI1IDExLjg3MTMgMTIuMTI4NyAxMi4zNzUgMTIuNzUgMTIuMzc1WiIgZmlsbD0iIzIxMjIyNyIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzYwN18xNTU3Ij4KPHJlY3Qgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

/* plugin override css */
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: var(--color-blue-2);
    border-color: transparent;
    color: #fff;
}
.dropdown .dropdown-menu .dropdown-item:active,
.dropup .dropdown-menu .dropdown-item:active,
.dropright .dropdown-menu .dropdown-item:active,
.dropleft .dropdown-menu .dropdown-item:active {
    background-color: var(--color-blue-2) !important;
    color: #fff !important;
}
.dropdown .dropdown-menu .dropdown-item:active .tx-dark,
.dropdown .dropdown-menu .dropdown-item:active i {
    color: #fff !important;
}
body .formio-dialog .card {
    background: var(--color-blue-2) !important;
}

.pagination-row .custom-select {
    border: 1px solid #e9e8f6;
    border-radius: 6px;
}
.pagination-row .dataTables_length label {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}
@media (max-width: 767px) {
    .pagination-row .dataTables_length label {
        justify-content: center;
    }
    .pagination-row .pagination {
        justify-content: center;
    }
}
.pagination {
    flex-wrap: wrap;
    margin-bottom: 0;
}
.dt-bootstrap4 .row {
    margin: 0 !important;
}
.dataTables_length .custom-select {
    min-width: 60px;
    width: 70px;
}
table.dataTable thead th {
    white-space: nowrap;
}
.notification-sidebar
    .notification-tab-content
    .fc-header-toolbar
    .fc-toolbar-chunk
    button {
    color: #fff !important;
    background-color: var(--color-blue-2) !important;
    border-color: var(--color-blue-2) !important;
}
.fc .fc-daygrid-day.fc-day-today {
    color: #fff !important;
    background-color: var(--color-yellow-200) !important;
    border-color: var(--color-yellow-200) !important;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    color: #000 !important;
}
@media (max-width: 575px) {
    .navbar .navbar-container .navbar-nav .notification-dropdown.dropdown-menu {
        right: -110px;
    }
    .notification-sidebar {
        width: 90% !important;
    }
    #notification-sidebar {
        right: -91%;
    }
    .notification-sidebar .notification-nav-tabs h3 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .notification-sidebar .notification-nav-tabs hr {
        margin: 10px 0;
    }
    .notification-sidebar .notification-tab-content .fc-header-toolbar {
        flex-wrap: wrap;
        margin-bottom: 10px !important;
    }
    .notification-sidebar
        .notification-tab-content
        .fc-header-toolbar
        .fc-toolbar-chunk
        h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .notification-sidebar
        .notification-tab-content
        .fc-header-toolbar
        .fc-toolbar-chunk {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .notification-sidebar .notification-sidebar-content {
        padding: 0 !important;
    }
    .notification-sidebar .notification-tab-content .tab-content {
        padding: 0;
    }
    .notification-sidebar .notification-tab-content .tab-content .tab-pane {
        margin: 0;
    }
}

/* .row .table{
    width: calc(100% - 30px);
} */
@media (max-width: 767px) {
    .pagination-row .left {
        width: 100%;
        margin-bottom: 20px;
    }
    .pagination-row .right {
        width: 100%;
    }
    .content-wrapper .pagination li .page-link:first-child {
        margin-left: 0;
    }
}
/* plugin override css */

form label,
.form-check-label,
.formtag label,
.formtag .form-check-label {
    text-transform: capitalize !important;
    font-size: 12px;
    font-weight: 500;
    color: #212b36;
}
.form-check-label,
.formtag .form-check-label {
    margin-left: 10px;
}

form .radio label,
.formtag .radio label {
    text-transform: capitalize !important;
    font-size: 0.85rem;
    font-weight: 500;
    color: #212b36;
}
form input.form-control,
.formtag input.form-control,
form select.form-control,
.formtag select.form-control,
form textarea.form-control,
.formtag textarea.form-control,
.dataTables_filter label input,
.dataTables_length .custom-select {
    border: 1px solid #d9d9d9 !important;
    background-color: transparent !important;
    border-radius: 9px !important;
    color: #212b36 !important;
    padding: 6px 10px !important;
    width: 100% !important;
    font-size: 16px;
    line-height: 1;
    height: 40px !important;
}

form input.form-control:focus,
form textarea.form-control:focus,
form select.form-control:focus,
.formtag input.form-control:focus,
.formtag textarea.form-control:focus,
.formtag select.form-control:focus,
.dataTables_filter label input,
.dataTables_length .custom-select {
    color: #75787d;
    background-color: transparent;
    border-color: var(--color-blue-2);
    outline: 0;
    box-shadow: none;
}
.dataTables_length .custom-select {
    width: auto !important;
}
form textarea.form-control,
.formtag textarea.form-control {
    height: unset !important;
}
.input-group input {
    border-radius: unset !important;
}

form .input-group > input.form-control:not(:last-child),
form .input-group > textarea.form-control:not(:last-child),
.formtag .input-group > input.form-control:not(:last-child),
.formtag .input-group > textarea.form-control:not(:last-child) {
    border-top-right-radius: 0.35rem !important;
    border-bottom-right-radius: 0.35rem !important;
}
form .input-group > input.form-control:not(:first-child),
form .input-group > textarea.form-control:not(:first-child),
.formtag .input-group > input.form-control:not(:first-child),
.formtag .input-group > textarea.form-control:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.checkboxdiv {
    display: flex;
}
input[type="checkbox"] {
    border-radius: 0.25em;
    /* margin-right: 10px;
    margin-top: 4px; */
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #b7b6ca;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    zoom: 1.1;
    margin-top: 0;
}
input[type="checkbox"]:checked {
    background-color: #3c64ef;
    border-color: #3c64ef;
}

.form-check,
.formtag .form-check {
    margin-bottom: 0.75rem !important;
}

.dataTables_filter label {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}
.dataTables_filter label input {
    margin-left: 10px;
}
.dataTables_filter {
    text-align: right;
}

.createpanelaction {
    position: absolute;
    z-index: 1;
}

@media (max-width: 767px) {
    .createpanelaction {
        position: relative;
    }
}

.select2-container--default .select2-selection--multiple {
    border-radius: 9px !important;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border-radius: 9px !important;
}

/* .select2-container--open .select2-dropdown{
	overflow: hidden;
} */

@media (max-width: 767px) {
    .wrapper .content-header {
        margin-top: 0;
    }
}

.custom-file .custom-file-label {
    border-radius: 9px !important;
    margin: 0;
    height: 40px;
    display: flex;
    align-items: center;
}
.custom-file-label::after {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 0 9px 9px 0;
    height: 38px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 9px;
}
.tagscontainer .select2-container--default .select2-selection--multiple {
    padding: 6px;
}

.sidebartable .table-responsive {
    width: 100%;
    padding: 30px;
}
@media (max-width: 767px) {
    .sidebartable .table-responsive {
        padding: 15px;
    }
}

.sidebartable.commontable {
    border: none;
}
.sidebartable.commontable .dataTables_filter {
    margin-bottom: 15px;
}
.sidebartable .table-bordered th,
.table-bordered td,
.sidebartable.commontable .table-bordered {
    border: none;
}
.comment-data {
    width: 100%;
}
.comment-data .blockquote {
    padding: 12px 16px;
    border-left: 3px solid var(--color-blue-2);
}
.duplicateLeadsForm {
    padding: 14px;
}
.duplicateLeadsForm .form-group p {
    margin-bottom: 0;
}
.duplicateLeadsForm .form-group hr {
    margin: 1rem 0;
}
.duplicateLeadsForm .form-group .radio label {
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.commonsideform .select2-container,
.form-control {
    min-width: unset;
}

.dataTables_wrapper {
    width: 100%;
    overflow-x: auto;
    display: block;
}
.fc-h-event {
    background-color: var(--color-blue-2) !important;
    color: #fff !important;
}

.myloaderdiv {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgb(0 0 0 / 50%);
}
.myloader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    -webkit-mask: conic-gradient(from 15deg, #0000, #000);
    animation: l26 1s infinite steps(12);
}
.myloader,
.myloader:before,
.myloader:after {
    background: radial-gradient(
                closest-side at 50% 12.5%,
                var(--color-blue-2) 96%,
                #0000
            )
            50% 0/20% 80% repeat-y,
        radial-gradient(
                closest-side at 12.5% 50%,
                var(--color-blue-2) 96%,
                #0000
            )
            0 50%/80% 20% repeat-x;
}
.myloader:before,
.myloader:after {
    content: "";
    grid-area: 1/1;
    transform: rotate(30deg);
}
.myloader:after {
    transform: rotate(60deg);
}

@keyframes l26 {
    100% {
        transform: rotate(1turn);
    }
}

.no-duplicate{
    display: flex;
    justify-content: center;
}
.no-duplicate p{
    display: flex;
    justify-content: center;
    padding: 15px 30px;
    background-color: rgb(60 100 239 / 12%);
    margin: 0;
    border-radius: 12px;
    font-weight: 600;
    white-space: nowrap;
    margin-top: 20px;
}
.sideformcontent .sideformstyle .modal-body{
    padding: 0;
}