*, *::before, *::after { box-sizing: border-box; }
h1, h2, h3, h4, h5, h6 { color: #31135E; font-weight: 600; }
.scaling { -webkit-animation: scale 3s infinite linear; animation: scale 15s infinite linear; }
.movebounce { -webkit-animation: movebounce-up 6s infinite linear; animation: movebounce-up 6s infinite linear; }
.moving { -webkit-animation: moveIn-to 20s infinite linear; animation: moveIn-to 20s infinite linear; }
.rotated { -webkit-animation: rotated360 25s infinite linear; animation: rotated360 25s infinite linear; }
.rotated30 { -webkit-animation: rotated30 5s infinite linear; animation: rotated30 5s infinite; }
@-webkit-keyframes movebounce-up {
    0% { -webkit-transform: translateY(0px); transform: translateY(0px) }
    50% { -webkit-transform: translateY(-30px); transform: translateY(-30px) }
    100% { -webkit-transform: translateY(0px); transform: translateY(0px) }
}
@keyframes movebounce-up {
    0% { -webkit-transform: translateY(0px); transform: translateY(0px) }
    50% { -webkit-transform: translateY(-30px); transform: translateY(-30px) }
    100% { -webkit-transform: translateY(0px); transform: translateY(0px) }
}
@-webkit-keyframes moveIn-to {
    0% { -webkit-transform: translate(0, 0); transform: translate(0, 0) }
    50% { -webkit-transform: translate(50px, 0); transform: translate(50px, 0) }
    100% { -webkit-transform: translate(0, 0); transform: translate(0, 0) }
}
@keyframes moveIn-to {
    0% { -webkit-transform: translate(0, 0); transform: translate(0, 0) }
    50% { -webkit-transform: translate(50px, 0); transform: translate(50px, 0) }
    100% { -webkit-transform: translate(0, 0); transform: translate(0, 0) }
}
@-webkit-keyframes rotated360 {
    0% { -webkit-transform: rotateZ(0deg); transform: rotateZ(0deg) }
    100% { -webkit-transform: rotateZ(-360deg); transform: rotateZ(-360deg) }
}
@keyframes rotated360 {
    0% { -webkit-transform: rotateZ(0deg); transform: rotateZ(0deg) }
    100% { -webkit-transform: rotateZ(-360deg); transform: rotateZ(-360deg) }
}
@-webkit-keyframes rotated30 {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) }
    100% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg) }
    100% { -webkit-transform: rotate(0deg); transform: rotate(0deg) }
}
@keyframes rotated30 {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) }
    50% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg) }
    100% { -webkit-transform: rotate(0deg); transform: rotate(0deg) }
}
@-webkit-keyframes scale {
    0% { -webkit-transform: scale(1); transform: scale(1) }
    100% { -webkit-transform: scale(1.3); transform: scale(1.3) }
    100% { -webkit-transform: scale(1); transform: scale(1) }
}
@keyframes scale {
    0% { -webkit-transform: scale(1); transform: scale(1) }
    50% { -webkit-transform: scale(1.3); transform: scale(1.3) }
    100% { -webkit-transform: scale(1); transform: scale(1) }
}

/*1. Animate css, 2. Smartmenus css, 3. Slick css, 4. Reset css, 5. Core css, 6. custom css*/

/* =================animate css starts here================= */
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }
@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

/* =================animate css ends here================= */
.sec-pad { padding: 34px 0; }
.less-pad { padding: 24px 0; }
.logo-separator.d-none + .list-group-item { margin-top: 60px; }
.logo-separator img { width: 45px; }
.logo-separator { background: #E8DAFF; }
.custom-control { position: relative; z-index: 1; display: block; min-height: 1.5rem; padding-left: 1.5rem; -webkit-print-color-adjust: exact; color-adjust: exact }
.custom-control-inline { display: -ms-inline-flexbox; display: inline-flex; margin-right: 1rem }
.custom-control-input { position: absolute; left: 0; z-index: -1; width: 1rem; height: 1.25rem; opacity: 0 }
.custom-control-input:checked~.custom-control-label::before { color: #fff; border-color: #007bff; background-color: #007bff; box-shadow: none }
.custom-control-input:focus~.custom-control-label::before { box-shadow: inset 0 0 0 transparent, 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25) }
.custom-control-input:focus:not(:checked)~.custom-control-label::before { border-color: #80bdff }
.custom-control-input:not(:disabled):active~.custom-control-label::before { color: #fff; background-color: #b3d7ff; border-color: #b3d7ff; box-shadow: none }
.custom-control-input:disabled~.custom-control-label, .custom-control-input[disabled]~.custom-control-label { color: #6c757d }
.custom-control-input:disabled~.custom-control-label::before, .custom-control-input[disabled]~.custom-control-label::before { background-color: #e9ecef }
.custom-control-label { position: relative; margin-bottom: 0; vertical-align: top }
.custom-control-label::before { position: absolute; top: .25rem; left: -1.5rem; display: block; width: 1.2rem; height: 1.2rem; pointer-events: none; content: ""; background-color: #dee2e6; border: #adb5bd solid 1px; box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1) }
.custom-control-label::after { position: absolute; top: .25rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; content: ""; background: 50%/50% 50% no-repeat }
.custom-control-label::after { background-image: none !important; width: 10px; height: 10px; border-radius: 5px; left: -20px; background-color: #A56EFF !important; top: 7px; transform: scale(0); transition: all .3s ease-in; }
.custom-control-label::before { background-color: transparent !important; border-radius: 10px !important; border-color: #A56EFF !important; top: 2px; box-shadow: none !important; }
.custom-checkbox .custom-control-input:checked~.custom-control-label::after { transform: scale(1); }
.custom-control-input:checked~.custom-control-label::before { border-color: #A56EFF !important; box-shadow: none; }
.custom-checkbox .custom-control-label::before { border-radius: .25rem }
.custom-checkbox .custom-control-input:checked~.custom-control-label::after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=!string!viewBox=!string!%3E%3Cpath fill=!string!d=!string!/%3E%3C/svg%3E") }
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before { border-color: #007bff; background-color: #007bff; box-shadow: none }
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=!string!viewBox=!string!%3E%3Cpath stroke=!string!d=!string!/%3E%3C/svg%3E") }
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before { background-color: rgba(0, 123, 255, .5) }
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before { background-color: rgba(0, 123, 255, .5) }
.custom-radio .custom-control-label::before { border-radius: 50% }
.custom-radio .custom-control-input:checked~.custom-control-label::after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=!string!viewBox=!string!%3E%3Ccircle r=!string!fill=!string!/%3E%3C/svg%3E"); background-color: #A56EFF !important; transform: scale(1); }
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before { background-color: rgba(0, 123, 255, .5) }
.custom-checkbox .custom-control-input:checked~.custom-control-label::after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=!string!viewBox=!string!%3E%3Cpath fill=!string!d=!string!/%3E%3C/svg%3E") !important; background-color: #A56EFF !important; border-radius: 4px !important; width: 22px; height: 22px; }
.custom-checkbox .custom-control-input~.custom-control-label::after { left: -23px; top: 2px; }
.custom-checkbox .custom-control-input~.custom-control-label::before { width: 22px; height: 22px; border-radius: 4px !important; box-shadow: none; border-width: 2px; }
.custom-checkbox label.custom-control-label { padding-left: 8px; }
.modal-title { font-weight: 500; font-size: 22px; line-height: 29px; letter-spacing: 0.32px; color: #21272A; text-align: left; }
.cut { cursor: pointer; }

/*otp css*/
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.otp-form-wrapper { max-width: 500px; margin: 0 auto; margin-bottom: 20px; }
.mr-inner-content p { font-weight: 400; font-size: 17px; line-height: 28px; color: #33198A; }
.otp-form-wrapper .form-control { width: 65px; height: 65px; margin-right: 15px; background: #F6F2FF !important; border-bottom: 1px solid #31135E; text-align: center; font-size: 20px; }
.form-control:focus { border-color: #000; }
.code-inputs { display: flex; align-items: center; flex-wrap: nowrap; }

/* otp css ends */
.member-left { background: transparent; padding: 0; position: relative; }
.member-right { margin-left: 0; }
.hover-logo { position: absolute; top: 6%; left: 5%; }
img.hover-img { max-width: 250px; }
.login-ovrlaybox { position: absolute; background: #1C1C1C; width: 80%; left: 0; right: 0; margin: auto; padding: 15px; bottom: 15%; }
.login-ovrlaybox h4 { font-weight: 600; font-size: 30px; line-height: 41px; letter-spacing: 0.02em; color: #E8BE2A; }
.login-ovrlaybox p { font-weight: 400; font-size: 18px; line-height: 24px; text-align: justify; letter-spacing: -0.065em; color: #FFFFFF; }
a { text-decoration: none; }
.formlinks a { font-weight: 400; font-size: 17px; color: #33198A; }
.formlinks { text-align: right; }

/*sidebar*/
#body-row { margin-left: 0; margin-right: 0; }
#sidebar-container { min-height: 100vh; max-height: 100vh; background-color: #fff; padding: 0; border-right: 1px solid #D4BBFF; box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3); position: relative; overflow-x: hidden; overflow-y: auto; flex-flow: column; }
#sidebar-container::-webkit-scrollbar { width: 0px; background-color: #D4BBFF; border-radius: 0px; }

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded { width: 230px; }
.sidebar-collapsed { width: 70px; }

/* Menu item*/
#sidebar-container .list-group a { height: 50px; color: #000; }
.list-group-item.list-group-item-action { justify-content: center !important; border-top: 1px solid #f1f1f1; }

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a { padding-left: 10px; width: 90%; margin-left: 20px; height: auto; margin-bottom: 5px; }
.sidebar-submenu { font-size: 0.9rem; }

/* Separators */
.sidebar-separator { height: 25px; }
.logo-separator { height: 68px; padding: 18px 12px; }
span.closed img { width: 16px; position: absolute; right: 12px; top: 25px; cursor: pointer; }
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after { content: " \f078"; font-family: "FontAwesome"; font-size: 14px; display: inline; text-align: right; padding-left: 10px; }

/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after { content: " \f077"; font-family: "FontAwesome"; font-size: 14px; display: inline; text-align: right; padding-left: 10px; }
nav.main-header { display: block; }
.date_wrpr { display: flex; justify-content: center; }
.notf_profl { display: flex; justify-content: space-around; background: #fff; align-items: center; padding: 10px 15px; max-width: 350px; border-radius: 14px; width: 100%; }
.notf_wrpr { display: flex; justify-content: flex-end; position: relative; margin-top: -30px; }
.notf_profl p { margin: 0; }
.voilet { color: #8A3FFC; }
a.notif_click { border: 1px solid #DDE1E6; border-radius: 50px;position: relative; display: flex; justify-content: center; width: 40px; height: 40px; align-items: center; }
a.notif_click img { width: 25px; }
.profl_pic { background: #D4BBFF; border-radius: 50px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
.top_daydate { position: relative; top: 15px; font-weight: 500; font-size: 22px; line-height: 16px; letter-spacing: 0.32px; color: #21272A; display: flex;  align-items: center; }
.top_daydate img{margin-right: 10px;}
span.daydate { color: #8A3FFC; }
.updates_row { display: flex; justify-content: space-between; align-items: center; background: #FFF2E8; border: 2px solid #FF832B; border-radius: 10px; padding: 15px; }
.updt_txt { display: flex; align-items: center; }
.updt_txt p { margin: 0; padding-left: 10px; }
a.site_btn { background: #491D8B; border-radius: 5px; color: #fff; display: inline-block; padding: 5px 18px; }
span.cut { margin: 0 10px; }
span.cut i { font-size: 18px; color: #626262; }
.hdng_btn { display: flex; justify-content: space-between; }
.add_wdgt { padding-right: 15px; padding-top: 5px; }
.two_data { padding: 10px 5px; }
.table_hdng { border-bottom: 1px solid #b787ff; margin-bottom: 10px; padding-bottom: 10px; }
.srvrtxt p { font-weight: 500; font-size: 14px; line-height: 150%; display: flex; align-items: center; color: #000000; margin-bottom: 5px; }
.ftrbtn_row .footrbtn { background: #6929C4; border-radius: 34px; color: #fff; padding: 10px 20px; display: block; }
.ftrbtn_row.movebounce:hover { animation-play-state: paused; }
.ftrbtn_row { padding: 0px; position: fixed; bottom: 20px; right: 30px; z-index: 99; }
.footrbtn span { background: #fff; color: #6929c4; padding: 7px; border-radius: 50%; display: inline-block; height: 25px; width: 25px; font-weight: 600; line-height: 10px; margin-left: 8px; }
.sidebar-submenu a.list-group-item { border: 0; }
.form-group { margin-bottom: 1rem; }
.form-group h4, .form-group h5, .form-group h6 { color: #21272A; margin-bottom: 0; margin-top: 10px; }
.select2-container--default .select2-selection--single { padding: 0.46875rem 0.75rem; }
.form-control { display: block; width: 100%; height: calc(2.25rem + 2px); padding: 0.375rem 0.75rem; }
.sidebar-submenu:before { content: ''; position: absolute; left: 27px; right: 0; z-index: 99; top: 10px; width: 2px; height: calc(100% - 32px); background: #D4BBFF; }
.sidebar-submenu { padding-left: 25px; position: relative; margin-top: 5px; }
.sidebar-submenu a.list-group-item { position: relative; }
.sidebar-submenu a.list-group-item:before { content: ''; position: absolute; left: -18px; top: 18px; width: 14px; height: 6px; z-index: 9999; border-radius: 8px; border: 2px solid #D4BBFF; border-top: 0; border-right: 0; border-top-left-radius: 0; border-bottom-right-radius: 0; }
span.tooltipp { margin-left: 5px; color: #606060; }
span.tooltipp i { font-weight: 400; }
.bottom-logout { margin-top: auto; max-width: 229px; width: 100%; border: 0; }
.list-group-item { border: 0; }
.submenu-icon { display: none; }
.opacity-0 { opacity: 0; }
.opacity-0.d-block { opacity: 1; }
.card { transition: all 0.5s; box-shadow: 0px 0px 10px rgba(0, 0, 0, .05) !important; margin-bottom: 1rem; }
.card { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: none; border-radius: 0.25rem; }
.card:hover { box-shadow: 0px 0px 10px rgba(0, 0, 0, .05) !important; }
span.menu-collapsed.d-none.d-block { display: block !important; width: 100%; }
.mr-3 { margin-right: 12px; }
.site_hdng h2 { font-size: 30px; color: #8A3FFC; }
.form-switch .form-check-input:checked { background-color: #198038; border-color: #198038; }
table td, th { border-left: 0px; border-right: 0px; }
.form-switch .form-check-input { height: 1.25rem; width: 2.25em; }
th span { margin-left: 5px; }
.profl_click .profl_pic:after, .notf_profl a.dropdown-toggle.notif_click:after { display: none; }
.crd_hdng_btn h4 span { margin-left: 5px; }
.px-7 { padding-left: 25px; padding-right: 25px; }
.py-6 { padding-top: 10px; padding-bottom: 10px; }
.notf_wrpr span.badge { background-color: #d4bbff !important; color: #38332f; }
.mx-7 { margin-right: 30px !important; margin-left: 30px !important; }
.py-9 { padding-top: 20px !important; padding-bottom: 20px !important; }
.logoutrwo .btn { width: 100%; text-align: center; display: inline-block; background: transparent; color: #491D8B; transition: all 0.5s; border: 1px solid #491D8B; }
.logoutrwo .btn:hover { background: #491D8B; color: #fff; border: 1px solid #491D8B; }
.ddbtns { text-align: center; display: inline-block; border: 1px solid #491D8B; }
.ddbtns:hover { background: transparent; color: #000; border: 1px solid #000; }
.list-group-item-action:focus, .list-group-item-action:hover { background: #E8DAFF; border-radius: 4px 0px 0px 4px; }
span.is_newnotification { position: absolute; background: red; width: 10px; height: 10px; right: 10px; top: 7px; border-radius: 50%; box-shadow: 0 0 0 rgba(105, 41, 196, 0.6); animation: pulse 2s infinite; }
.pulse:hover { animation: none; }
@-webkit-keyframes pulse {
    0% { -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4); }
    70% { -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0); }
    100% { -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); }
}
@keyframes pulse {
    0% { -moz-box-shadow: 0 0 0 0 rgba(105, 41, 196, 0.6); box-shadow: 0 0 0 0 rgba(105, 41, 196, 0.6); }
    70% { -moz-box-shadow: 0 0 0 10px rgba(105, 41, 196, 0); box-shadow: 0 0 0 10px rgba(105, 41, 196, 0); }
    100% { -moz-box-shadow: 0 0 0 0 rgba(105, 41, 196, 0); box-shadow: 0 0 0 0 rgba(105, 41, 196, 0); }
}
div.dataTables_wrapper div.dataTables_filter input { width: 250px; background: #F4F4F4; border-bottom: 1px solid #D4BBFF; }
.card-mid-header { padding: 1.5rem 1rem 0.5rem; margin-bottom: 0; margin-top: 20px; border-top: 1px solid #d3d3d4; }
.card-header { background: transparent; padding: 16px 16px 12px; border: none !important; }
.card-header h4 { font-size: 22px; color: #21272A; }
.card-header h3 { font-size: 24px; color: #21272A; }
.card-header h5 { font-size: 20px; color: #21272A; }
.card-header h6 { font-size: 18px; color: #21272A; }
.card-title { font-weight: 600; font-size: 24px; line-height: 30px; letter-spacing: 0.32px; color: #31135e; margin: 0; }

/* td.table_drpdwn { position: relative; }
.table_drpdwn .dropdown-toggle::after { display: none; }
.table_drpdwn .dropdown-menu { transform: translate(60px, 40px) !important; padding: 0; background: #FFFFFF; box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25); border-radius: 3px; border: 0; }
.table_drpdwn .dropdown-menu ul { list-style: none; padding: 0; margin: 0; }
.table_drpdwn .dropdown-menu ul li { padding: 10px 10px; border-bottom: 1px solid #C1C7CD; }
.table_drpdwn .dropdown-menu ul li a { font-weight: 400; font-size: 14px; line-height: 16px; letter-spacing: 0.32px; color: #4D5358; } */

td.table_drpdwn {
    position: relative;
}

.table_drpdwn .dropdown-toggle::after{
     display:none;
}

.table_drpdwn .dropdown-menu {transform: translate(0px, 25px) !important;
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    border: 0;
    left: 0px !important;
    min-width: auto;
}
    .table_drpdwn {
        position: relative;
    }
    .smdl_txt {
        text-align: center;
    }
.table_drpdwn .dropdown-menu ul {list-style:none;padding: 0;margin: 0;}

.table_drpdwn .dropdown-menu ul li {
    padding: 10px 10px;
    border-bottom: 1px solid #C1C7CD;
}

.table_drpdwn .dropdown-menu ul li a{
 font-weight: 400;
 font-size: 14px;
 line-height: 16px;
 letter-spacing: 0.32px;
 color: #4D5358;
}

.topdash-info { border-radius: 15px; background: #FFF; align-items: center; padding: 20px; margin-bottom: 25px; }
.topdash-info p { margin: 0; color: #343A3F; font-size: 18px; font-weight: 500; line-height: 16px;    /* 88.889% */ letter-spacing: 0.32px; }
.topdash-info p span { color: #002D9C; }
.topdash-info p span.red { color: #DA1E28; }
.infwrp:after { content: '%23fff'; position: absolute; height: 40px; width: 3px; background: #002D9C; right: -30%; top: -12px; border-radius: 2px; }
.infwrp { position: relative; }
.infwrp:last-child::after { display: none; }
.dashtable table { background: #fff; }
.dashtable table th { background: #D0E2FF !important; font-weight: 700; }
.dashtable table td { color: #121619; }
span.green { color: #0E6027; }
span.red { color: #DA1E28; }
@media(min-width:1400px) {
    .container-fluid { max-width: 1500px;        /*  width:98%; */ }
}
@media(min-width:1200px) {
    .container-fluid {        /* max-width:1500px; */ width: 98%; }
}

/****************** new css *************************/
.heading { margin-bottom: 16px; }
.heading h2 { font-size: 28px; font-weight: 600; margin-bottom: 0; }
.heading p { font-size: 16px; margin-top: 5px; margin-bottom: 0; }
.heading h3 { font-size: 24px; font-weight: 600; margin-bottom: 0; }
.cta-dots { white-space: nowrap; font-size: 15px; font-weight: 500; color: #491D8B; padding: 7px 18px; display: inline-block; border: 1px dashed #6929C4; border-radius: 4px; transition: all .3s ease-in; }
.cta-dots:hover { background-color: #6929C4; color: #fff; }
.cta-dots i { margin-right: 4px; }
.cta-dots span + i { margin-right: 0; margin-left: 4px; }
.pd-header .heading { width: 300px; padding-right: 14px; }
.pdh-right { width: calc(100% - 300px); }
.pdhr-right { margin-left: auto; }
.lead-card-list { width: calc(100% + 14px); margin-left: -8px; padding: 0; margin-bottom: 0; }
.lead-card-item { margin-bottom: 20px; width: 33.33%; padding: 0 7px; list-style: none; }
.lead-card { background-color: #fff; border-radius: 7px; padding: 14px; padding-right: 106px; overflow: hidden; position: relative; min-height: 110px; height: 100%; box-shadow: 0px 0px 10px rgba(0, 0, 0, .05) !important; }
.lead-card .lead-graph { position: absolute; right: -26px; top: 0px; width: 170px; }
.lead-card h5 { font-size: 17px; margin-bottom: 8px; }
.lead-card h5 span { vertical-align: text-top; width: 14px; display: inline-block; }
.lead-card h5 span img { width: 100%; }
.lead-card h3 { font-size: 28px; font-weight: 700; margin-bottom: 0; }
.lead-card h3 span { display: inline-block; font-size: 13px; font-family: 'Font Awesome 5 Free'; padding: 5px 8px; margin-left: 5px; background-color: rgb(36 161 72 / 30%); border-radius: 3px; vertical-align: 6px; }
.lead-card h3 span img { width: 16px; margin-left: 2px; }
.lead-card h3 .lead-card-up { color: #0E6027; background-color: rgb(36 161 72 / 30%); }
.lead-card h3 .lead-card-down { color: #9F1853; background-color: rgb(159 24 83 / 30%); }
.lead-action-btns { position: absolute; top: 4px; right: 5px; display: flex; }
.lead-action-btns .view-list { width: 16px; height: 16px; margin-right: 10px; cursor: pointer; }
.lead-action-btns .view-list img { width: 100%; height: 100%; vertical-align: baseline; }
.lead-card-remove { width: 16px; height: 16px; padding: 3px; margin: 0; cursor: pointer; }
.lead-card-remove img { width: 100%; height: 100%; object-fit: contain; vertical-align: super; filter: grayscale(1); }
.admin-intro { margin: 0; padding: 0; list-style: none; font-weight: 500; line-height: 27px; }
.admin-intro.s-sm { margin: 0; padding: 0; list-style: none; font-weight: 500; color: #21272A; font-size: 14px; line-height: 24px; }
.Communication-chart-body { width: 380px; margin-left: auto; margin-top: -80px; }
.Communication-chart-body #CommunicationChart { width: 100% !important; height: 100% !important; }
.table-publisher thead { background-color: #FBEDBB !important; }
.table-publisher thead tr th { padding: 15px 12px !important; border: 1px solid #fff; font-size: 14px; }
.table-publisher tbody tr td.heightlightblue { background-color: #D0E2FF !important; border-bottom: 1px solid #fff; font-size: 14px; font-weight: 500; }
.card-header h4.card-title { font-size: 18px; }
.card-header h4.card-title span { width: 14px; display: inline-block; }
.card-header h4.card-title span img { width: 100%; }
.card .select2-container .select2-selection--single { background-color: #f0f0f5; border-bottom: 1px solid #8A3FFC !important; }
.card .form-control { background-color: #f0f0f5; border-bottom: 1px solid #8A3FFC !important; }
.search-button { position: absolute; top: 0; height: 100%; border: none; background: none !important; left: 0; width: 36px; height: 38px; display: flex; align-items: center; justify-content: center; }
.form-group.has-icon { position: relative; }
.form-group.has-icon .form-control { padding-left: 36px; }
.grey-button { min-width: 38px; height: 38px; border: none !important; display: flex; align-items: center; justify-content: center; padding: 6px 12px; transition: all .3s ease-in; background-color: #f0f0f5; color: #6929C4; font-weight: 500; font-size: 14px; line-height: 25px; display: inline-block; }
.grey-button + .grey-button { margin-left: 4px; }
.grey-button:hover { background-color: #F6F2FF; }
.grey-button img { width: 16px; }
.setting-drop .dropdown-item { font-size: 14px; }
.setting-drop .dropdown-menu { background-color: #F6F2FF; min-width: 200px; border: none !important; }
.setting-drop .dropdown-menu li + li { border-top: 1px solid #E8DAFF; }
.setting-drop .dropdown-item:hover { background-color: #E8DAFF !important; color: #111; }
.report-accor .accordion-button { padding: 16px 14px; font-size: 18px; font-weight: 600; color: #21272A !important; box-shadow: none !important; text-transform: capitalize; background-color: #fff !important; border-bottom: 1px solid #EBEBED !important; }
.report-accor .accordion-item { border: none; border-radius: 0 !important; }
.report-accor .accordion-item + .accordion-item { margin-top: 10px; }
.report-accor .accordion-button::after { content: "\f0d7"; font-family: 'FontAwesome'; background-image: none !important; font-size: 22px; color: #6929c4; line-height: 36px; text-align: center; width: 36px; height: 36px; background-color: rgb(141 141 141 / 20%); transform: none; }
.report-accor .accordion-button:not(.collapsed)::after { content: "\f0d8"; }
.floating-actions { position: absolute; z-index: 99; bottom: 10px; left: 50%; transform: translateX(-50%); width: 60%; justify-content: center; }
.floating-actions .floating-action {     margin-bottom: 3px; background-color: #FFB784; font-size: 14px; color: #8A3800; padding: 6px 13px; font-weight: 500; transition: all .3s ease-in; }
.floating-actions .floating-action + .floating-action { margin-left: 3px; }
.floating-actions .floating-action img { width: 16px; margin-left: 4px; }
.floating-actions .floating-action:hover { background-color: #ffa768; transform: translateY(-3px); }
.search-suggetion-list { position: absolute; top: 100%; width: 100%; padding: 0; margin: 0; list-style: none; display: flex; flex-wrap: wrap;    background-color: #fff;
    z-index: 9; }
.search-suggetion-list li { background-color: #21272A; margin-right: 5px; color: #fff; font-size: 13px; line-height: 14px; padding: 5px 10px; border-radius: 14px; position: relative; padding-right: 27px; margin-top: 5px; }
.search-suggetion-list li span { position: absolute; right: 5px; width: 16px; height: 16px; top: 4px; display: inline-block; background-color: #fff; border-radius: 50%; padding: 4px; cursor: pointer; }
.search-suggetion-list li span img { width: 100%; object-fit: contain; filter: brightness(0); vertical-align: super; }
.input_has_bg .form-control { background: #F4F4F4; }
.addNewLead_modal textarea.form-control, textarea.form-control { height: 120px; resize: none }
.input_has_bg .select2-container .select2-selection--single { background: #F4F4F4; }

/********** right modal ***********/
.offcanvas-header { border-bottom: 1px solid #E8DAFF; }
.offcanvas-header h5 { font-size: 18px; margin-bottom: 0; }
.offcanvas-header .btn-close { opacity: 1; width: 16px; height: 16px; background-size: 12px; }
.upload_file input { display: none; }
.upload_file input + label { background: #f3f3f3; padding: 10px; width: 100%; text-align: center; color: #000; font-size: 14px; font-weight: 500; cursor: pointer; transition: all .3s ease-in; }
.upload_file input + label img { margin-right: 5px; }
.upload_file input + label:hover { background: #e5e5e5; }
.selected_users h5 { font-size: 16px; color: #000; font-weight: 500; margin-bottom: 2px; }
.selected_user_name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; width: calc(100% - 68px); font-size: 14px; font-weight: 500; }
.selected_user { display: flex; }
.selected_user_more { font-size: 14px; font-weight: 500; color: #0F62FE; margin-left: 6px; }
.discussion-modal-body .select2-container { width: 100% !important; }
.modal-dialog.modal-sm { max-width: 430px; }
.selectLeadModal_body { max-height: 400px; overflow-x: hidden; overflow-y: auto; padding: 20px 24px; }
.selectLeadModal_body .form-group { margin-bottom: 0; }
.selectLeadModal_body .form-group + .form-group { margin-top: 12px; }
.selectLeadModal_body::-webkit-scrollbar-track { border-radius: 0px; background-color: #D9D9D9; }
.selectLeadModal_body::-webkit-scrollbar { width: 10px; background-color: #D9D9D9; border-radius: 10px; }
.selectLeadModal_body::-webkit-scrollbar-thumb { background-color: #A56EFF; }
.card-header-icons { margin-left: auto; margin-bottom: 4px; }
.card-header-icon { width: 30px; height: 30px; background-color: #F6F2FF; border-radius: 4px; display: flex; align-items: center; justify-content: center; transition: all .3s ease-in; }
.card-header-icon img { width: 16px; }
.card-header-icon + .card-header-icon { margin-left: 4px; }
.card-header-icon:hover { background-color: #e4dbf7; }
.action-tabs { margin-bottom: 12px; }
.action-tab { flex: auto; text-align: center; background-color: #F6F2FF; color: #6929C4; font-size: 14px; padding: 8px 12px; transition: all .3s ease-in; }
.action-tab:hover { background-color: rgb(105 41 196 / 20%); color: #6929C4; }
.action-tab + .action-tab { border-left: 1px solid rgb(105 41 196 / 10%); }
.action-tab:first-child { border-radius: 5px 0 0 5px; }
.action-tab:last-child { border-radius: 0 5px 5px 0; }
.lead-detail-left { padding: 16px; }
.lead-detail-left-heading { width: calc(100% + 32px); margin-left: -16px; background-color: #F6F2FF; padding: 10px 16px; font-size: 14px; color: #161616; font-weight: 600; }
.pipeline-tabs { width: calc(100% + 32px); margin-left: -16px; overflow-x: auto; overflow-y: auto; padding: 0 14px; padding-bottom: 4px; }
.pipeline-tab { font-size: 11px; padding: 9px 14px; font-weight: 500; background-color: #FCF4D6; color: #000000 !important; border-radius: 20px; white-space: nowrap; z-index: 9; }
.pipeline-tab + .pipeline-tab { padding-left: 36px; margin-left: -30px; }

/* .pipeline-tab:nth-child(2) { z-index: 8; background-color: #FDDC69; }
.pipeline-tab:nth-child(3) { z-index: 7; background-color: #F1C21B; }
.pipeline-tab:nth-child(4) { z-index: 6; background-color: #D2A106; } */

.pipeline-tab.color1 { z-index: 15;}
.pipeline-tab.color2 { background-color: #f3eac8; z-index:14; }
.pipeline-tab.color3 { background-color: #efe1ae; z-index:13; }
.pipeline-tab.color4 {  background-color: #f7e096; z-index:12; }
.pipeline-tab.color5 { background-color: #edd37a;  z-index:11; }
.pipeline-tab.color6 { background-color: #edce62;  z-index:10;}
.pipeline-tab.color7 {  background-color: #e9c64d; z-index:9; }
.pipeline-tab.color8 { background-color: #e9bd25;  z-index:8; }
.pipeline-tab.color9 { background-color: #d5a708;  z-index:7;}
.pipeline-tab.color10 {  background-color: #c79907; z-index:6; }
.pipeline-tab.color11 {  background-color: #b38b0e; z-index:5;}
.pipeline-tab.color12 {  background-color: #8f6d02; z-index:4; }


.pipeline-tabs::-webkit-scrollbar-track { border-radius: 0px; background-color: #f2f2f2; }
.pipeline-tabs::-webkit-scrollbar { height: 3px; background-color: #f2f2f2; border-radius: 0px; }
.pipeline-tabs::-webkit-scrollbar-thumb { background-color: #999; }
.support-ticket-list { margin: 0; padding: 0; list-style: none; }
.support-ticket-upper { display: flex; align-items: self-start; }
.support-ticket-id { font-size: 16px; color: #21272A; font-weight: 500; width: 84px; }
.support-ticket-text { width: calc(100% - 84px); font-weight: 400; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; position: relative; padding-right: 44px; }
.support-ticket-more { position: absolute; right: 0; z-index: 99; color: #0F62FE; }
.support-ticket-meta { font-size: 12px; }
.support-ticket-list li + li { margin-top: 8px; }
.toggle-upper-tabs { width: 100%; overflow-x: auto; overflow-y: auto; padding: 0; padding-bottom: 4px; }
.toggle-upper-tab { font-size: 13px; padding: 9px 14px; font-weight: 500; background-color: #A7F0BA; color: #000000 !important; border-radius: 20px; white-space: nowrap; z-index: 9; min-width: 120px; display: flex; justify-content: center; align-items: center; flex: 1; }
.toggle-upper-tab + .toggle-upper-tab { padding-left: 36px; margin-left: -30px; }
.toggle-upper-tab:nth-child(2) { z-index: 8; background-color: #4589FF; color: #fff !important; }
.toggle-upper-tab:nth-child(3) { z-index: 7; background-color: #FF8389; }
.toggle-upper-tab:nth-child(4) { z-index: 6; background-color: #F1C21B; }
.toggle-upper-tab:nth-child(5) { z-index: 5; background-color: #A56EFF; color: #fff !important; }
.toggle-upper-tabs::-webkit-scrollbar-track { border-radius: 0px; background-color: #f2f2f2; }
.toggle-upper-tabs::-webkit-scrollbar { height: 3px; background-color: #f2f2f2; border-radius: 0px; }
.toggle-upper-tabs::-webkit-scrollbar-thumb { background-color: #999; }
.toggle-upper { position: relative; padding-left: 60px; margin-bottom: 10px; }
.toggle-upper-left { position: absolute; left: 0; top: 0; }
.toggle-lower-left h6 { font-size: 14px; font-weight: 600; color: #21272A; }
.toggle-upper-left .grey-button[aria-expanded="true"] { background-color: #A56EFF; }
.toggle-upper-left .grey-button[aria-expanded="true"] img { filter: brightness(0) invert(1); }
.my-tabs { margin-bottom: 16px; }
.my-tabs .nav-tabs .nav-link { font-size: 16px; font-weight: 500; color: #21272A !important; border: none !important; width: 100%; padding: 5px 10px 8px 5px; background: none !important; position: relative; }
.my-tabs .nav-tabs { border-width: 2px; justify-content: space-between; }
.my-tabs .nav-tabs .nav-link::before { content: ''; position: absolute; width: 100%; height: 0px; background-color: #A56EFF; left: 0; bottom: -1px; transition: height .3s ease-in; }
.my-tabs .nav-tabs .nav-link.active::before { height: 4px; }
.history-list { padding: 0; list-style: none; margin: 0; }
.history-item + .history-item { padding-top: 20px; margin-top: 20px; border-top: 1px solid #C1C7CD; }
.history-item + .history-item .history-icon { top: 20px; }
.history-item { position: relative; padding-left: 55px; }
.history-box { min-height: 44px; display: flex; flex-flow: column; justify-content: center; }
.history-icon { width: 44px; height: 44px; position: absolute; left: 0; top: 0; }
.history-icon img { width: 100%; }
.history-box h3 { font-size: 16px; color: #000; font-weight: 500; margin-bottom: 4px; }
.history-box h6 { color: #525252; font-size: 12px; font-weight: 400; margin-bottom: 0; }
.child-history-list { padding: 0; margin: 0; list-style: none; margin-top: 4px; }
.child-history-item + .child-history-item { margin-top: 4px; }
.child-history-item { position: relative; padding-left: 30px; min-height: 24px; display: flex; flex-flow: column; justify-content: center; }
.child-history-icon { position: absolute; width: 20px; height: 20px; top: 3px; left: 0; }
.child-history-icon img { vertical-align: baseline; width: 100%; }
.child-history-item span { font-size: 13px; color: #525252; }
.child-history-item span { padding-right: 12px; }
.child-history-item span a + a { margin-left: 12px; }
.child-history-box .child-history-input { width: 100%; padding: 5px 10px; line-height: 16px; resize: none; border: 1px solid #C1C7CD !important; border-radius: 6px; font-size: 13px; color: #525252; outline: none !important; box-shadow: none !important; }
.child-history-item::before { content: ''; position: absolute; width: 1px; height: 100%; border-left: 1px dotted rgb(141 141 141 / 50%); left: 10px; top: 10px; }
.child-history-item:last-child::before { display: none; }
.custom-scroll::-webkit-scrollbar-track { border-radius: 0px; background-color: #D4BBFF; }
.custom-scroll::-webkit-scrollbar { width: 5px; background-color: #D4BBFF; border-radius: 0px; }
.custom-scroll::-webkit-scrollbar-thumb { background-color: #6929C4; }
.custom-scroll { max-height: 650px; }
.custom-scroll { overflow-x: hidden; }
.api-providers-list { width: calc(100% + 22px); margin: 0; margin-left: -11px;  padding: 0; list-style: none; }
.api-providers-item { padding: 11px;  }
.api-providers-img { width: 106px; height: 96px; border: 1px solid rgb(141 141 141 / 50%); border-radius: 6px; transition: all .3s ease-in; display: flex; align-items: center; justify-content: center; padding: 6px; margin-bottom: 8px; }
.api-providers-img:hover { box-shadow: 0 0 10px rgba(0, 0, 0, .15); }
.api-providers-img img { width: auto; height: auto; max-width: 95%; max-height: 95%; }
.api-providers-box { display: block; text-align: center; }
.api-providers-box h6 { font-size: 14px; color: #000; margin-bottom: 0; }
.social-media-topper-list { margin-bottom: 1rem; padding: 0; list-style: none; }
.social-media-topper-item h6 { font-size: 16px; color: #000000; margin: 0; width: 27%; }
.social-media-topper-item + .social-media-topper-item { margin-top: 6px; }
.social-media-topper-item span { color: rgb(22 22 22 / 30%); font-weight: 500; display: inline-block; flex: auto; }
.social-media-topper-item { align-items: baseline; }
.search-with-btn { display: flex; margin-left: auto; max-width: 600px; align-items: center; }
.search-with-btn .btn { margin-left: 14px; width: 124px; }
.search-with-btn .form-group { flex: auto; }
.upload-group h6 { font-size: 14px; margin-bottom: 6px; line-height: 18px; }
.upload-group p { font-size: 11px; color: #00000080; }
.upload_img_dragable { border: 1px dashed #8D8D8D; cursor: pointer; padding: 10px 20px; max-width: 200px; min-height: 80px; color: rgba(15, 98, 254, .2) !important; }
.uploaded_img_area { width: 200px; padding: 10px; display: none; }
.uploaded_img_area img { width: 100%; }
.publisher-detail-text p { margin-bottom: 10px; }
.publisher-detail-text p a { color: #0F62FE; }
.publisher-detail-text h6, .publisher-detail-text h5, .publisher-detail-text h4, .publisher-detail-text h3, .publisher-detail-text h2 { color: #212529; }
.publisher-detail-text table tr th { padding: 5px 12px; font-size: 14px; font-weight: 600; border: 1px solid #e9e9e9; }
.publisher-detail-text table tr td { padding: 5px 12px; font-size: 13px; font-weight: 500; border: 1px solid #e9e9e9; color: #555; }
.publisher-detail-text table { width: 100%; margin-top: 5px; max-width: 500px; margin-bottom: 15px; }
.note-text { display: inline-block; background-color: #C5FFD4; font-size: 14px; padding: 5px 12px; color: #21272A; }
.form-group.has-icon-right { position: relative; }
.right-icon { width: 16px; height: 16px; display: flex; position: absolute; bottom: 11px; right: 10px; align-items: center; justify-content: center; cursor: pointer; }
.right-icon img { vertical-align: super; width: 100%; }
.form-group.has-icon-right .form-control { padding-right: 44px; }

.two-third {
    width: 66%;
}
input.form-control {
    position: relative;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

@media (max-width:767.98px) {
    .sec-pad { padding: 24px 0; }
    .updates_row { flex-wrap: wrap; position: relative; padding-right:30px; }
    .updt_txt { align-items: self-start; }
    .updt_txt img { margin-top: 4px; }
    .updt_btns { margin-top: 10px; margin-left:35px; }
    .updt_btns span.cut { position: absolute; top: 5px; right: 4px; }
    .pdh-right { width: 100%; margin-top: 10px; }
    .pd-header .heading { width: 100%; }
    .lead-card-item { width: 100%; }
    .card-header h3 { margin-bottom: 12px; }
    .Communication-chart-body { margin-top: 0; }
    .Communication-chart-body #CommunicationChart { width: auto !important; height: auto !important; }
    .Communication-chart-body #CommunicationChart .apexcharts-canvas { width: 350px !important; height: 350px !important }
    .notf_profl { max-width: 100%; }
    .notf_profl .dropdown { position: static; }
    .floating-actions .floating-action { font-size: 12px; padding: 5px 10px; }
    .floating-actions .floating-action img { width: 13px; }
    .api-providers-img { width: 90px; height: 88px; }
}












.userCheckOutModalBtn {
    width: 50px;
    height: 50px;
    position: fixed;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    padding: 6px;
    background-color: #fff;
    border-radius: 30px 0 0 30px;
    box-shadow: 0 0 3px rgb(0 0 0 / 15%);
  }
  .user-check-out-cta {
      text-align: center;
  }
  .userCheckOutModalBtn img {
      width: 100%;
      object-fit: cover;
      height: 100%;
      border-radius: 50%;
  }

  #userCheckOutModal .modal-dialog {
    max-width: 380px;
  }

  #userCheckOutModal .modal-body {
    padding: 20px;
    border-radius: 7px;
    overflow: hidden;
  }

  #userCheckOutModal .btn-close {
    position: absolute;
    right: 6px;
    top: 6px;
    background-size: 8px;
    background-color: #666666;
    border-radius: 50%;
    opacity: 1;
    background-image: none;
    line-height: 15px;
  }

  #userCheckOutModal .btn-close span {
    color: #fff;
  }

  .user-check-out-head {
    padding: 23px;
    padding-bottom:20px;
    text-align: center;
  }

  .user-login-icon {
      width: 60px;
      margin: 0 auto;
  }
  .user-check-out-head h4 {
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
    font-size: 23px;
  }
  #userCheckOutModal .modal-content {
      background-color: #fff;
  }
  .user-login-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .user-check-out-body {
    padding: 15px 17px;
  }

  .user-login-body-text {
    padding: 0;
    list-style: none;
  }

  .user-login-body-text > li {
    display: flex;
  }

  .user-login-body-text > li > .left {
    width: 50%;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.4px;
    line-height: 20px;
  }

  .user-login-body-text > li > .right {
        width: 50%;
        padding-left: 5px;
        font-size: 18px;
        line-height: 20px;
        color: #736F6F;
  }

  .user-login-body-text > li:first-child > .right {
     font-size: 20px;
      font-weight: 400;
      letter-spacing: 3.5px;
      padding-right: 6px;
      color: #150080;
  }

  .user-login-body-text > li + li {
    margin-top: 10px;
  }

  .user-login-body-text > li > .right span {
    font-size: 10px;
    letter-spacing: 2.2px;
  }
