@import "angular2.multiselect.css";


/*::::::::::::::::::::::::::::::::::::::::
Globle CSS
::::::::::::::::::::::::::::::::::::::::*/
html,
body {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
    height: 100%;
}

body {
    font-size: 15px;
    line-height: 22px;
    color: #555555;
    font-family: 'Karla', sans-serif;
    width: 100%;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
}

a {
    color: #000b18;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #ffa500;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
    /*height:auto;*/
}

::-webkit-input-placeholder {
    color: #2f2f39;
}

:-moz-placeholder {
    color: #2f2f39;
}

::-moz-placeholder {
    color: #2f2f39;
}

:-ms-input-placeholder {
    color: #2f2f39;
}

.smooth,
.smooth:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="search"],
select,
textarea {
    color: #2f2f39;
    width: 100%;
    position: relative;
    display: inline-block;
    outline: none;
    padding: 5px 10px;
    font-size: 14px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

textarea {
    max-width: 100%;
    height: 135px;
    resize: none
}

.text-theme {
    color: #ffa500 !important;
}

.w-225px {
    width: 275px !important;
}

/*::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
*/
.dropdown-item.active,
.dropdown-item:active {
    background-color: #f8f9fa !important;
    color: #ffa500 !important;
}

.title {
    font-size: 22px;
    color: #3e3e47;
    font-weight: 700;
    margin: 0;
}

.title span {
    font-size: 13px;
    color: #616161;
    padding-left: 10px;
}

.sub-title {
    font-size: 18px;
    color: #252525;
    font-weight: 700;
    margin-bottom: 20px;
}

.btn {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    padding: 10px 12px;
    border: 1px solid transparent;
}

.btn-theme,
.btn-theme:hover {
    color: #ffffff;
    background: #ffa500;
    /* border-color: #ffa500; */
    border: 2px solid #FFA500;
}

.btn-outline-theme {
    color: #ffa500;
    background: #ffffff;
    border-color: #ffa500;
}

.btn-outline-notification-theme {
    color: #ff0000;
    background: #ffffff;
    border-color: #ff0000;
}

.btn-outline-theme:hover {
    color: #ffa500;
}

.incomig-text {
    color: #10cb40 !important;
}

.incomig-icon {
    transform: rotate(-90deg) !important;
}

.outgoing-text {
    color: #fc9605 !important;
}

.outgoing-icon {
    transform: rotate(-90deg) scaleX(-1) !important;
}

.missed-text {
    color: #fc0505 !important;
}

.missed-icon {
    transform: scaleY(-1) !important;
}

.rejected-text {
    color: #eb7575 !important;
}

.rejected-icon {}

.never-attended-text {
    color: #f5331f !important;
}

.never-attended-icon {
    transform: rotate(-80deg) !important;
}

.table td,
.table th {
    vertical-align: middle;
}

@media (min-width: 991px) {
    body:not(.sidebar-mini-md) .content-body,
    body:not(.sidebar-mini-md) footer

    /*,
    body:not(.sidebar-mini-md) header*/
        {
        transition: margin-left .3s ease-in-out;
        margin-left: 109px;
    }
}

/*Header css start*/
header {
    /*padding: 18px 20px;*/
    /* margin-left: 109px; */
    /*filter: drop-shadow(0 0 4px rgba(53,53,53,0.2));*/
    box-shadow: 0 0 4px rgba(53, 53, 53, 0.5);
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

/*header.fixed-top.toggle-header {
    margin-left: 65px;
}*/
/*header.fixed-top.toggle-header{margin-left: 66px;}*/

header h1 {
    font-size: 22px;
    color: #2f2f39;
    font-weight: 400;
    margin-bottom: 0;
}

header .navbar-expand {
    padding: 18px 20px
}

header .navbar-expand .navbar-nav .nav-link {
    padding: 0 15px;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    color: #2f2f39;
    font-weight: 400;
}

header .navbar-expand .navbar-nav .menu-help .nav-link i,
header .navbar-expand .navbar-nav .whats-new-popup .nav-link i,
header .navbar-expand .navbar-nav .menu-purchase .nav-link i {
    position: relative;
    padding-right: 7px;
    top: 2px;
}

header .navbar-expand .navbar-nav .nav-link i {
    font-size: 18px;
}

header .navbar-expand .navbar-nav .menu-notification .badge {
    position: absolute;
    font-size: 9px;
    background: #f00;
    color: #fff;
    border-radius: 50%;
    top: -5px;
    right: 5px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-weight: bolder;
    padding: 0;
    display: block;
}

header .navbar-expand .navbar-nav .menu-user .dropdown-toggle::after {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f107";
    color: #2f2f39;
    position: absolute;
    font-size: 12px;
    right: -2px;
    top: 2px;
    display: unset;
    margin-left: 0;
    vertical-align: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

header .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
    padding: 0;
    margin: 20px 0 0;
}

header .site-logo {
    float: left;
    padding: 5px 20px;
    width: 115px;
    transition: padding-left .3s ease-in-out, width .3s ease-in-out;
    border-right: 2px solid #ddd;
}

header .site-logo img {
    display: table;
    margin: 0 auto;
}

header.toggle-header .site-logo {
    padding: 5px 0;
    width: 68px
}

/*Header css start*/

.mCSB_container,
.mCustomScrollBox {
    overflow: visible !important;
}

/*Sidebar css start*/
aside {
    position: fixed;
    top: 0;
    min-height: 100%;
    height: 100vh;
    width: 109px;
    box-shadow: 0 0 9px rgba(31, 31, 31, 0.2);
    background-color: #ffffff;
    /* transition: margin-left .3s ease-in-out,width .3s ease-in-out; */
    z-index: 4;
}

aside .brand-link {
    display: block;
    text-align: center;
    padding: 5px;
    /*border-right: 2px solid #cecece;*/
    border-bottom: 1px solid #cecece;
    /*position: fixed;*/
    width: 109px;
    top: 0;
    left: 0;
}

aside .brand-link img {
    height: 50px;
}

aside .nav-sidebar {
    border-top: 1px solid #cecece;
    /*overflow-x: hidden;
    overflow-y: auto;*/
    touch-action: auto;
}

aside .nav-sidebar .nav .nav-item {
    transition: all 0.3s;
}

aside .nav-sidebar .nav .nav-item .nav-link i.text-theme {
    font-size: 30px;
}

aside .nav-sidebar .nav .nav-item .nav-link {
    padding: 12px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #2f2f39;
    font-weight: 400;
    border-bottom: 1px solid #d6d6d6;
}

aside .nav-sidebar .nav .nav-item .nav-link .la-angle-left {
    font-size: 25px;
    color: #a4a4a4;
}

aside .nav-sidebar .nav .nav-item .nav-link:hover,
aside .nav-sidebar .nav .nav-item.active .nav-link,
aside .nav-sidebar .nav .nav-item.sidebar-dropdown:hover>a.nav-link {
    background: #2f2f39;
    color: #fea500;
}

.toggle-sidebar-arrow {
    /*position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 9px rgba(31,31,31,0.2);
    background-color: #ffffff;*/
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 109px;
    box-shadow: 0 0 9px rgba(31, 31, 31, 0.2);
    background-color: #ffffff;
    transition: width .3s ease-in-out;
}

aside.toggle-aside .toggle-sidebar-arrow {
    width: 65px;
}

aside.toggle-aside .brand-link {
    width: 66px;
}

aside.toggle-aside .nav-sidebar .nav .nav-item .nav-link p {
    display: none;
    /*transition: 0.2s ease-in-out;*/
}

aside.toggle-aside {
    width: 65px;
    margin: 0;
}

aside.toggle-aside .nav-sidebar .nav .nav-item .nav-link {
    padding: 15px 18px;
}

aside.toggle-aside .nav-sidebar .nav .nav-item .nav-link .la-angle-left:before {
    content: "\f105" !important;
}

.sidebar-dropdown .sidebar-submenu {
    display: none;
}

aside .nav-sidebar .nav .nav-item {
    position: relative;
    z-index: 9;
}

aside .nav-sidebar .nav .nav-item.active .sidebar-submenu,
aside .nav-sidebar .nav .nav-item:hover .sidebar-submenu {
    display: block;
    position: absolute;
    left: 110px;
    width: 240px;
    max-width: 240px;
    top: 0;
    background: #fff;
    box-shadow: 0 0 9px rgba(31, 31, 31, 0.2);
}

aside.toggle-aside .nav-sidebar .nav .nav-item.active .sidebar-submenu,
aside.toggle-aside .nav-sidebar .nav .nav-item:hover .sidebar-submenu {
    left: 65px;
}

aside .nav-sidebar .nav .nav-item.sidebar-dropdown::after {
    content: "\f105";
    position: absolute;
    top: 48%;
    right: 3px;
    transform: translateY(-50%);
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #2f2f39;
    font-size: 18px;
}

aside .nav-sidebar .nav .nav-item.sidebar-dropdown:hover:after,
aside .nav-sidebar .nav .nav-item.sidebar-dropdown.active:after {
    color: #fff;
}

aside .nav-sidebar .nav .nav-item .sidebar-submenu ul li a,
aside .nav-sidebar .nav .nav-item:hover .sidebar-submenu ul li a {
    padding: 8px 18px;
    width: 100%;
    display: block;
}

aside .nav-sidebar .nav .nav-item .sidebar-submenu ul li:not(:last-child) a {
    border-bottom: 1px solid #ddd;
}

aside .nav-sidebar .nav .nav-item .sidebar-submenu ul li a:hover {
    background: #2f2f39;
    color: #ffa500;
}


aside .nav-sidebar .nav .nav-item .sidebar-submenu ul {
    list-style: none;
    padding-left: 0;
}

aside .nav-sidebar .mCSB_scrollTools {
    width: 8px;
    opacity: 1;
    /*background: #ccc;*/
    visibility: hidden;
}

aside .nav-sidebar:hover .mCSB_scrollTools {
    visibility: visible;
}

aside .nav-sidebar .mCSB_scrollTools .mCSB_draggerContainer {
    z-index: 9;
}

aside .nav-sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
aside .nav-sidebar .mCSB_scrollTools .mCSB_draggerRail {
    width: 6px
}

aside .nav-sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ccc !important;
}

aside .nav-sidebar .mCSB_scrollTools .mCSB_draggerRail {
    background: transparent;
}

/*Sidebar css end*/

/*Footer css start*/
footer {
    border-top: 1px solid #d6d6d6;
    padding-top: 15px;
    padding-bottom: 10px;
    background: #f1f3f5;
}

footer p {
    font-size: 14px;
    color: #666666;
    text-align: center;
}

/*Footer css start*/

/*Main Content css start*/
.content-body {
    overflow-y: auto;
    overflow-x: hidden;
    background: #eff2f4;
    position: relative;
    /* z-index: 1; */
}

.content-body,
footer {
    /*margin-left: 109px;*/
}

.content-body.toggle-content-body,
footer.toggle-footer {
    margin-left: 64px !important;
}

.content-body .content {
    margin: 20px;
}

.content-body .content .custom-card {
    border-radius: 3px;
    box-shadow: 0 0 7.5px rgba(35, 115, 145, 0.14);
    background-color: #ffffff;
}

.content-body .content .custom-card .custom-card-header {
    border-bottom: 1px solid #d4dae0;
    padding: 12px 20px;
}

.content-body .content .custom-card .custom-card-body {
    padding: 15px 20px;
}

.content-body .content .custom-card .custom-card-footer {
    border-top: 1px solid #d4dae0;
    padding: 12px 20px;
}

.content-body .content .custom-card .custom-card-header.custom-subcard-header .separator-item {
    color: #626262;
    font-size: 15px;
    text-transform: unset;
}

.content-body .content .custom-card .custom-card-header.custom-subcard-header .separator-item a {
    color: #626262;
}

.content-body .content .custom-card .custom-card-header.custom-subcard-header .separator-item strong {
    color: #2f2f39;
}

.separator {
    display: flex;
    flex-wrap: wrap;
}

.separator-item {
    margin-right: 0;
    font-size: 16px;
    line-height: 16px;
    color: #3e3e47;
    text-transform: uppercase;
    align-self: center;
}

.separator-item.filter-menu .la-angle-up.filter-menu-active:before {
    content: "\f107";
}

.separator-item+.separator-item::before {
    display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
    color: #6c757d;
    content: "|";
}

.separator .separator-item .dropdown-toggle::after {
    content: unset;
}

.separator .separator-item .dropdown-menu:after {
    position: absolute;
    top: -12px;
    right: 8px;
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgba(0, 0, 0, .15);
    z-index: 1;
}

.separator .separator-item .dropdown-menu:before {
    position: absolute;
    top: -10px;
    right: 10px;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    z-index: 2;
}

.separator .separator-item .dropdown-menu {
    padding: 0;
    margin: 10px 0;
    left: 12px !important;
}

.separator .separator-item .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.separator .separator-item .dropdown-menu .dropdown-item {
    padding: 10px;
    color: #626262;
    text-transform: none;
}

.separator .separator-item .dropdown-menu .dropdown-item:hover,
.separator .separator-item .dropdown-menu .dropdown-item:focus {
    color: #ffa500;
}

.date-filter-block {
    padding: 15px 20px;
    border-bottom: 1px solid #d4dae0;
}

.date-filter-block.toggle-filter {
    display: none;
}

.date-filter-block .start-date {
    width: 13.3%;
    display: inline-block;
    padding-right: 10px;
}

.date-filter-block .end-date {
    width: 14.3%;
    display: inline-block;
    padding-right: 18px;
}

.date-filter-block .select-tag,
.date-filter-block .select-emp,
.date-filter-block .select-call-type {
    width: 20.3%;
    display: inline-block;
    padding-right: 18px;
}

.date-filter-block .button-block {
    width: 10%;
    display: inline-block;
    text-transform: uppercase;
}

.date-filter-block .button-block .btn {
    width: 46%;
}

.date-filter-block .form-group label {
    font-size: 15px;
    line-height: 14px;
    color: #2f2f39;
    font-weight: 700;
}

.exclude-no {
    font-size: 14px;
    line-height: 24px;
    color: #787878;
    font-weight: 400;
}

.exclude-no.custom-checkbox .custom-control-label::before {
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #ffa500;
}

.exclude-no.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ffa500;
    background-color: #ffa500;
}

.content-body .content .custom-card .filter-date {
    border-bottom: 1px solid #d4dae0;
    /*padding: 8px 20px;*/
    padding: 12px 0;
    padding: 18px !important;
}

.content-body .content .custom-card .filter-date ul li {
    font-size: 15px;
    line-height: 15px;
    color: #2f2f39;
    font-weight: 600;
    /*500*/
    vertical-align: middle;
}

.content-body .content .custom-card .filter-date i {
    font-size: 18px;
    vertical-align: middle;
}

/*Main Content css end*/

.content-body .content .custom-card .tabs-block .nav-tabs {
    position: relative;
}

.content-body .content .custom-card .tabs-block .slider {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #ffb64d;
    position: absolute;
    z-index: 1;
    bottom: 0;
    transition: all .4s linear;

}

.content-body .content .custom-card .tabs-block .nav-tabs .active {
    background-color: transparent !important;
    border: none !important;
    color: #ffb64d !important;
}

.content-body .content .custom-card .tabs-block {
    padding: 0;
}

.content-body .content .custom-card .tabs-block .nav-tabs {
    border-bottom: 1px solid #d4dae0;
}

.content-body .content .custom-card .tabs-block .nav-tabs .nav-item.show .nav-link,
.content-body .content .custom-card .tabs-block .nav-tabs .nav-link.active {
    border: none;
}

.content-body .content .custom-card .tabs-block .nav-tabs .nav-item a {
    /* padding: 18px 20px;     */
    padding: 18px 12px;
}

.content-body .content .custom-card .tabs-block .nav-tabs .nav-link {
    font-size: 16px;
    line-height: 16px;
    color: #787878;
    padding: 0;
    position: relative;
    border: none !important;
}

/*.content-body .content .custom-card .tabs-block .nav-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 3px;
    background: #ffb64d;
}*/
.content-body .content .custom-card .tabs-block .nav-tabs .nav-link.active {
    color: #2f2f39;
}

.content-body .content .custom-card .tabs-block .nav-tabs .nav-link.active i {
    color: #ffb64d;
}

.content-body .content .custom-card .tabs-block .tab-content .card-body {
    padding: 18px 20px;
}

.reload-tab-text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
}

.content-body .content .custom-card .tabs-block .nav-tabs {
    display: none;
}


.summary-table {
    max-width: 588px;
    margin-bottom: 20px;
}

.summary-table .summary-bold td,
thead th {
    font-size: 17px;
    color: #2f2f39;
    font-weight: 700;
    background: #f8f8f8;
}

.summary-table td,
.summary-table th {
    padding: 15px 18px;
    font-size: 16px;
    color: #767676;
}


.site-logo-mobile img {
    height: 50px;
}

.site-logo-mobile .mobile-menu-toggle {
    font-size: 20px;
    padding: 0 20px;
    vertical-align: middle;
}

/*.theme-table {
    border: 1px solid #dee2e6 !important;
}*/
.theme-table thead tr th,
.theme-table tbody tr td {
    border-color: #d7d7d7;
}

.theme-table .b-bottom {
    border-bottom: 1px solid #d7d7d7 !important;
}

.theme-table thead tr th {
    vertical-align: middle;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 10px;
}

.theme-table tbody tr td {
    vertical-align: middle;
    font-size: 16px;
    line-height: 16px;
    padding: 17px;
}

.theme-table.table thead th {
    border-bottom: none;
}

.theme-table tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.theme-table tbody tr:nth-of-type(even) {
    background-color: #f8f8f8;
}

.theme-table tbody tr td {
    color: #767676;
}


.border-box {
    padding: 15px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.analysis-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gray-box {
    padding: 28px 20px;
    background: #f8f8f8;
    border-radius: 5px;
    margin-bottom: 20px;
}

.gray-box .media {
    margin-bottom: 25px;
}

.gray-box .media .media-body h4 {
    font-size: 20px;
    color: #2f2f39;
}

.white-box {
    border-radius: 5px;
    filter: drop-shadow(0 0 7.5px rgba(35, 115, 145, 0.14));
    background-color: #ffffff;
    border-left: 6px solid #ffa400;
    padding: 18px 30px 20px;
    margin-bottom: 12px;
}

.white-box h2 {
    font-size: 18px;
    color: #2f2f39;
    font-weight: 700;
    margin-bottom: 11px;
}

.white-box p {
    font-size: 15px;
    color: #636363;
    font-weight: 400;
    margin-bottom: 11px;
}

.white-box h3 {
    font-size: 15px;
    color: #636363;
    font-weight: 700;
    margin-bottom: 12px;
}

.white-box h3 strong {
    color: #2f2f39;
}

.clock {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #636363;
}

.clock:after {
    content: "\f05a";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #ffa500 !important;
}

/*.white-box:not(:last-child){
    margin-bottom: 12px;
}*/
.no-emp {
    padding: 50px 0;
    text-align: center;
}

.no-emp i {
    color: #ffa500;
    font-size: 100px;
}

.no-emp h2 {
    margin-bottom: 25px;
    font-size: 24px;
}

.no-emp .btn-theme {
    font-size: 16px;
    line-height: normal;
}

/*Alert Message */
/*.alert{
    padding: 18px 45px;
    font-size: 15px;
    line-height: 14px;
    color: #292929;
    font-weight: 400;
    border: 1px solid #292929;
    border-radius: 3px;
    position: relative;
}*/

.alert.alert-theme {
    background-color: #fffcea;
    padding: 18px 45px;
    font-size: 15px;
    line-height: 14px;
    color: #fc8b05;
    font-weight: 400;
    border: 1px solid #fc8b05;
    border-left: none;
    border-right: none;
    position: relative;
}

.alert-theme:after {
    content: "\f071";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*Schrdule demo modal*/
#schedule-demo-modal .modal-lg .modal-content .modal-body h4 {
    font-size: 18px;
}

/*Setting-page*/
.setting-page .setting-sidebar {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0px;
}

.setting-page .setting-sidebar .setting-sidebar-logo img {
    max-width: 96px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
}

.setting-page .setting-sidebar .setting-sidebar-logo {
    padding: 20px 22px 25px;
    border-bottom: 1px solid #d4dae0;
}

.setting-page .setting-sidebar .setting-sidebar-logo ul li .btn {
    width: 100px;
    margin-top: 25px;
}

.setting-sidebar-menu li a {
    font-size: 15px;
    padding: 8px 12px;
    display: block;
    color: #787878;
    font-weight: 700
}

.setting-sidebar-menu li a.active {
    font-weight: 700;
    color: #2f2f39;
    background: #ffeed0;
}

.setting-page .setting-mainbody {
    display: block;
    vertical-align: top;
    padding: 20px 30px;
}

.setting-page .setting-mainbody .title {
    font-size: 24px;
    margin-bottom: 32px;
}

.setting-page .setting-mainbody .form-group {
    margin-bottom: 30px;
    position: relative;
}

.setting-page .setting-mainbody .box-borderlabel {
    margin: 0;
    position: absolute;
    z-index: 1031;
    top: -12px;
    color: #2f2f39;
    font-weight: 700;
    background: #fff;
    left: 16px;
    padding: 0 5px;
}

.setting-page .setting-mainbody .custom-switch {
    padding: 12px 20px 12px 48px !important;
    position: relative;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}

.setting-page .setting-mainbody .box-border {
    padding: 12px 25px 12px 20px !important;
    position: relative;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}

/*.setting-page .setting-mainbody .form-group label {
    margin: 0;
    position: absolute;
    z-index: 1;
    top: -12px;
    color: #2f2f39;
    font-weight: 700;
    background: #fff;
    left: 16px;
    padding: 0 5px;
}*/
.setting-page .setting-mainbody .form-group .form-control {
    padding: 12px 25px 12px 20px !important;
    height: auto !important;
    font-size: 1rem;
}

.setting-page .setting-mainbody .submit-btn,
.setting-page .setting-mainbody .submit-btn:hover {
    background: #2f2f39;
    color: #fff;
    border-color: #2f2f39;
}

.setting-page .setting-mainbody .form-group .eye-sign {
    position: absolute;
    top: 14px;
    right: 10px;
    font-size: 20px;
}

.setting-page .setting-mainbody .form-group .eye-sign i {
    cursor: pointer;
}

.setting-page .setting-sidebar ul.nav.nav-tabs {
    border: 0;
}

.setting-page .setting-mainbody .la-info-circle {
    cursor: pointer;
}

.setting-page .setting-mainbody .subscription-table .bg-success {
    background-color: #d9f2d5 !important;
}

.setting-page .setting-mainbody .subscription-table .bg-danger {
    background-color: #fadbd5 !important;
}

.setting-page .setting-mainbody .subscription-table .bg-upcoming {
    background-color: #ffeed0 !important;
}

.setting-page .setting-mainbody .setting-panel,
.adminSetting-tab-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    /* -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05); */
}

.setting-page .setting-mainbody .setting-panel .panel-heading,
.adminSetting-panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    /* color: #fff;
    background-color: #ffcf78;
    border-color: #ffcf78;
    font-size: 16px; */
    color: #000;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    font-size: 16px;
    font-weight: bolder;
}

.setting-page .setting-mainbody .setting-panel .panel-body {
    padding: 32px 15px 0;
}

.theme-table.table thead tr:first-child th {
    border-top: 1px solid #ddd;
}

.manage-emp .table>thead>tr>th {
    /* position: relative; */
    vertical-align: middle;
    padding: 14px;
    background: #f5f5f5;
    border-bottom: none;
}

.manage-emp .table>thead>th>input {
    padding-right: 30px;
}

.manage-emp .table thead th .search-btn {
    position: absolute;
    top: 24px;
    font-size: 18px;
    transform: rotate(-80deg);
    -moz-transform: rotate(-80deg);
    -webkit-transform: rotate(-80deg);
    -o-transform: rotate(-80deg);
    -ms-transform: rotate(-80deg);
    right: 20px;
}

.manage-emp .table thead th .search-btn i {
    color: #8c8c8c;
}

.manage-emp .table .la-info-circle {
    cursor: pointer;
}

.manage-emp .table th,
ngx-daterangepicker-material .table-condensed th {
    font-size: 14px;
    color: #2f2f39;
    line-height: normal;
}

.manage-emp .table>td {
    font-size: 13px;
    line-height: 16px;
    color: #767676;
    padding: 22px 14px;
}

.manage-emp .table>td .la-ellipsis-v {
    font-size: 33px;
    color: #767676;
    cursor: pointer;
}

.manage-emp .table td .la-ellipsis-v:after {
    content: unset;
}

.manage-emp .table td .la-exclamation-triangle {
    font-size: 14px;
}

.manage-emp .table td .action-dropdown .dropdown-menu.show {
    padding: 5px 0;
    margin: 0;
    min-width: 50px;
}

.manage-emp .table td .action-dropdown .dropdown-menu.show a.dropdown-item {
    padding: 3px 12px;
    font-size: 13px;
    color: #767676;
}

.manage-emp .table td .action-dropdown .dropdown-menu.show a.dropdown-item:hover,
.manage-emp .table td .action-dropdown .dropdown-menu.show a.dropdown-item:focus {
    background-color: #f6f6f6;
    color: #ffa500;
}

.manage-emp .custom-checkbox {
    padding: 0;
    text-align: center;
}

.manage-emp .custom-checkbox .custom-control-label::before {
    left: -0.55rem;
    border-color: #ffa500;
}

.manage-emp .custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.manage-emp .custom-checkbox .custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    border-color: #ffa500;
    background-color: #ffa500;
}

.manage-emp .custom-checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
    border-color: #ffa500;
    cursor: pointer;
}

.manage-emp .custom-checkbox .custom-control-label.custom-check-input-label::before {
    left: -1.3rem;
}
.manage-emp .custom-checkbox .custom-control-label.custom-check-input-label::after{
    left: -1.3rem;
}
.manage-emp .custom-checkbox .custom-control-label::after {
    left: -0.55rem;
    cursor: pointer;
}


.content-body .content .custom-card .table-footer-pagination {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 0px;
    flex-wrap: wrap;
    font-size: 16px;
    color: #626262;
}

.content-body .content .custom-card .table-footer-pagination .pagination-page .list-inline-item a {
    font-size: 18px;
    color: #626262;
}

.content-body .content .custom-card .table-footer-pagination .pagination-page .list-inline-item a.active,
.content-body .content .custom-card .table-footer-pagination .pagination-page .list-inline-item a:hover,
.content-body .content .custom-card .table-footer-pagination .pagination-page .list-inline-item a:hover i {
    color: #2f2f39;
}

.content-body .content .custom-card .table-footer-pagination .pagination-page .list-inline-item a.active,
.md-drppicker {
    font-weight: 700;
}

.content-body .content .custom-card .table-footer-pagination .list-inline-item:not(:last-child) {
    margin-right: 15px;
}

.content-body .content .custom-card .table-footer-pagination .pagination-page .list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.content-body .content .custom-card .table-footer-pagination .list-inline-item .form-control,
.content-body .content .custom-card .table-footer-pagination .list-inline-item .form-control:hover {
    position: relative;
    padding: 0;
    height: auto;
    border: none;
    box-shadow: none;
    font-size: 18px;
}

/*Home page layout-b start*/
.content-body .content .custom-card.homepage-card {
    background-color: transparent;
    box-shadow: none;
}

.content-body .content .custom-card.homepage-card .home-card-inner {
    box-shadow: 0 0 7.5px rgba(35, 115, 145, 0.14);
    background-color: #fff;
}

/*Home page layout-b end*/

/*===========================================  Step 1  ===========================================*/
.step .nav-tabs {
    border: none;
    text-align: center;
}

.step .nav-tabs .nav-item {
    width: 20%;
}

.step .nav-tabs .nav-link {
    border: none;
    padding: 0;
    font-size: 15px;
    color: #3e3e47;
    font-weight: 700;
    position: relative;
    pointer-events: none;
    cursor: default;
}

.step .nav-tabs .nav-link:before {
    content: "";
    width: 80%;
    height: 2px;
    background: #7f7f7f;
    position: absolute;
    top: 50%;
    left: 60%;
    margin-left: 1px;
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.step .nav-tabs .nav-item:last-child .nav-link:before {
    display: none;
}

.step .nav-tabs .nav-link small {
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 14px;
    color: #a4a4a4;
    font-weight: 700;
}

.step .nav-tabs .nav-link span {
    display: block;
}

.step .nav-tabs .nav-link figure {
    width: 58px;
    height: 58px;
    margin: 0 0 5px 0;
    padding: 4px;
    display: inline-block;
    background: #fff;
    border: 2px solid #7f7f7f;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.step .nav-tabs .nav-link figure i {
    width: 46px;
    height: 46px;
    margin: 0;
    padding: 0;
    background: #e3e3e3;
    display: inline-block;
    border-radius: 50%;
    font-size: 28px;
    color: #525259;
    line-height: 46px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.step .nav-tabs .nav-link.active figure {
    border-color: #ffa500;
}

.step .nav-tabs .nav-link.active i {
    background: #3e3e47;
    color: #fff;
}

.step .nav-tabs .nav-link.activated figure {
    border-color: #ffa500;
}

.step .nav-tabs .nav-link.activated i {
    background: #3e3e47;
    color: #fff;
}

.step .nav-tabs .nav-link.activated:before {
    background: #ffa500;
}

.step .tab-content {
    padding: 50px 85px 0 85px;
}

.step .title_info {
    margin: 0 0 20px 0;
    padding: 9px 20px;
    background: #f8f8f8;
    border-left: 5px solid #ffa705;
    font-size: 20px;
    color: #3e3e47;
}

.step h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;
    color: #3e3e47;
}

.step h3 a {
    color: #ffa500;
}

ul.step_list {
    width: 100%;
    float: 0;
    margin: 0 0 20px 0;
    padding: 0;
}

ul.step_list li {
    margin: 0 0 5px 0;
    padding: 0 0 0 20px;
    display: block;
    font-size: 15px;
    color: #636363;
    position: relative;
}

ul.step_list li:before {
    content: "\f560";
    font-family: 'Line Awesome Free';
    font-size: 15px;
    color: #ffa500;
    position: absolute;
    top: 1px;
    left: 0;
    font-weight: 900;
}

.step .tab-content .select_infom {
    width: 100%;
    margin: 0;
    padding: 0;
}

.step .tab-content .select_infom p {
    margin: 7px 7px 0 0;
    padding: 0;
    display: inline-block;
    font-size: 15px;
    color: #636363;
}

.dw_link {
    margin: 7px 0 0 5px;
    padding: 0;
    display: inline-block;
    font-size: 15px;
    color: #ffa500;
    text-decoration: underline;
}

.step .tab-content figure {
    width: 100%;
    margin: 0;
    padding: 0;
}

.step .tab-content figure img {
    width: 100%;
}

.step .btm_btn {
    width: 100%;
    margin: 100px 0 0 0;
    padding: 0;
}

.step .btm_btn .btn.btn-outline-theme {
    margin-right: 20px;
}

.step .btm_btn .btn {
    text-transform: uppercase;
}

.step .btm_btn .btn.black {
    background: #3e3e47;
    border-color: #3e3e47;
}

.step .btm_btn .btn.btn-outline-theme.black_b {
    border-color: #3e3e47;
    color: #3e3e47;
    margin: 0;
}

.text_normal {
    text-transform: inherit !important;
}

.step .s_flex {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

/********  Step 2  ******/
.step .field_info {
    width: 100%;
    margin: 0;
    padding: 0;
}

.step .field_info h4 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 18px;
    color: #2f2f39;
    font-weight: 700;
}

.step .field_info label {
    display: block;
    font-size: 16px;
    color: #2f2f39;
    font-weight: 700;

    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;

    line-height: 1.5;
    width: 100%;
    position: relative;
    margin-bottom: 14px;
}

.select_menu {
    width: 100%;
    position: relative;
    margin-bottom: 16px;
}

.select_menu .ng-select .ng-select-container {
    cursor: pointer;
}

.select_menu label {
    margin: 0 0 10px 0;
    padding: 0;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #30373E;
    text-align: left;
}

.select_menu .bootstrap-select .bs-searchbox .form-control {
    border: none;
    border-radius: 0;
    outline: none !important;
    color: #30373E;
    padding: 0;
}

.select_menu .bootstrap-select.bs-container .dropdown-menu {
    position: absolute !important;
    border-radius: 5px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    padding-bottom: 25px;
    margin-top: -30px;
}

.select_menu .bootstrap-select>.dropdown-menu {
    transform: none !important;
    position: absolute !important;
    z-index: 10;
    border-radius: 5px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    padding-bottom: 10px !important;
    top: 0;
    border: none;
}

.select_menu .bootstrap-select .dropdown-menu.inner {
    background: #fff;
    position: static !important;
}

.select_menu .btn {
    height: 44px;
    margin: 0;
    padding: 0 30px;
    border: 1px solid #F1F1F1;
    border-radius: 30px;
    box-shadow: none;
    font-size: 16px;
    color: #999999;
    background: none;
    line-height: 41px;
}

.select_menu .btn-light:not(:disabled):not(.disabled).active,
.select_menu .btn-light:not(:disabled):not(.disabled):active,
.select_menu .show>.btn-light.dropdown-toggle {
    background: none;
    border-radius: 5px 5px 0 0;
}

.select_menu .dropdown-toggle::after {
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
    margin: 1px 0 0 0 !important;
}

.select_menu .bootstrap-select .dropdown-item.active,
.select_menu .bootstrap-select .dropdown-item:active {
    background: none;
    color: #30373E;
}

.select_menu .bootstrap-select.form-control.show .dropdown-toggle::after {
    transform: rotate(180deg);
    top: 14px;
    position: relative;
    z-index: 99999 !important;
}

.select_menu .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline: 0px auto -webkit-focus-ring-color !important;
}

.select_menu .bootstrap-select>.dropdown-toggle {
    text-transform: none;
    letter-spacing: 0;
}

.select_menu .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #30373E;
    line-height: 33px;
}

.select_menu .bootstrap-select .dropdown-menu li {
    border-top: 1px solid #F1F1F1;
}

.select_menu .bootstrap-select .dropdown-menu li a {
    background: none;
    padding: 8px 1.5rem;
}

.bs-searchbox input[type="search"]:hover::-webkit-search-cancel-button {
    display: none;
}

.bs-searchbox input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.select_menu .btn {
    width: 100%;
    height: 35px;
    padding: 0 30px 0 15px;
    margin: 0;
    font-size: 16px;
    color: #2f2f39;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
}

.select_menu .dropdown-toggle::after {
    border: none;
    background: url(../img/select_arrow.png) no-repeat right center;
    width: 12px;
    height: 8px;
    position: absolute;
    top: 11px;
    right: 11px;
}

.select_menu .bootstrap-select.form-control.show .dropdown-toggle::after {
    position: absolute;
    top: 13px;
    right: 10px;
}

.select_menu .bootstrap-select>.dropdown-menu {
    background: #fff !important;
    border-radius: 0 0 5px 5px;
    top: 32px !important;
    box-shadow: none;
    padding: 0 0 10px 0;
    width: 100%;
    border: 1px solid #dfdfdf;
}

.select_menu .bootstrap-select.show {
    box-shadow: none;
}

.select_menu .bootstrap-select .dropdown-menu li {
    border: none;
    display: block;
    margin: 0;
    text-align: left;
}

.select_menu .bootstrap-select .dropdown-menu li a {
    padding: 5px 15px;
    color: #999 !important;
}

.select_menu .bootstrap-select .dropdown-menu li a:hover {
    color: #999 !important;
}

.select_menu .bootstrap-select .dropdown-toggle .filter-option {
    text-align: left;
}

/********  Step 3  ******/
.step .alert-danger {
    border-color: #e02323;
    background-color: #ffd6d6;
    padding: 15px 30px 15px 50px;
    font-size: 15px;
    color: #871e1e;
    position: relative;
    margin-bottom: 30px;
}

.step .alert-danger i {
    font-size: 22px;
    position: absolute;
    top: 11px;
    left: 15px;
}

.step button.close {
    top: 10px;
    right: 10px;
    padding: 0;
    position: absolute;
}

.step .alert-success {
    border-color: #75b57b;
    background-color: #bff1c4;
    padding: 15px 30px 15px 50px;
    font-size: 15px;
    color: #426a46;
    position: relative;
    margin-top: 50px;
}

.step .alert-success i {
    font-size: 22px;
    position: absolute;
    /* top:11px; */
    left: 15px;
}

.step_table {
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0;
    border: 1px solid #d7d7d7;
}

.step_table thead th {
    margin: 0;
    padding: 7px 20px;
    background: #f8f8f8;
    font-size: 15px;
    color: #3e3e47;
    font-weight: 700;
    border: none;
    vertical-align: middle;
}

.step_table thead th:first-child {
    border-right: 1px solid #d7d7d7;
}

.step_table tbody td {
    margin: 0;
    padding: 7px 20px;
    font-size: 15px;
    color: #636363;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    vertical-align: middle;
}

.step_table tbody td:first-child {
    border-right: 1px solid #d7d7d7;
}

#step3 .btn.btn-theme.download_btn {
    font-size: 15px;
    text-transform: uppercase;
}

/********  Step 4  ******/
.step .handling {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
}

.step .handling h6 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 15px;
    color: #3e3e47;
    font-weight: 700;
}

.step .custom-radio .custom-control-label {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 15px;
    color: #636363;
    position: relative;
}

.step .custom-radio .custom-control-label::before {
    width: 16px;
    height: 16px;
    border: 1px solid #3e3e47;
    background: none;
    box-shadow: none;
}

.step .custom-radio .custom-control-label::after {
    width: 8px;
    height: 8px;
    border: none;
    border-radius: 50%;
    top: 8px;
    left: -20px;
    box-shadow: none;
}

.step .custom-radio .custom-control-input:checked~.custom-control-label {
    color: #484848;
}

.step .custom-radio .custom-control-input:checked~.custom-control-label::before {
    border-color: #3e3e47;
}

.step .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: #3e3e47 !important;
}

.step .h_info {
    width: 100%;
    margin: 0;
    padding: 10px 10px 10px 35px;
    background: #fff2d9;
    position: relative;
    font-size: 15px;
    color: #636363;
    line-height: 20px;
}

.step .h_info i {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #ffa90a;
    position: absolute;
    top: 10px;
    left: 10px;
}

.step .card {
    border: none;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
    box-shadow: none;
}

.step .card-header {
    padding: 0;
    background: none;
    border: none;
}

.step .btn-link {
    text-align: left;
    padding: 0 40px 0 0;
    font-size: 18px;
    color: #ffa705;
    position: relative;
    white-space: normal;
    font-weight: 700;
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
}

.step .btn-link:after {
    content: "\f106";
    font-size: 15px;
    color: #ffa705;
    font-family: 'Line Awesome Free';
    position: absolute;
    top: 0;
    right: 15px;
    font-weight: 900;
}

.step .btn-link[aria-expanded="true"]:after {
    content: "\f107"; /* Up arrow */
    top: 2px;
}

.step .btn-link p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 16px;
    color: #9a9a9a;
    font-weight: 400;
    clear: both;
}

.step .card-body {
    padding: 20px 0 0 0;
}

.step .form-group {
    width: 100%;
    margin: 0;
    padding: 0;
}

.step #form small {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 13px;
    color: #636363;
}

.step #step4 .form-group .viewbar.form-control {
    margin: 0;
    padding: 0 10px;
    height: 35px;
    line-height: 35px !important;
    border-radius: 3px !important;
    border: 1px solid #dfdfdf;
    background: #fff;
    font-size: 14px;
    color: #636363;
    box-shadow: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.filter-multi-select>.dropdown-menu>.filter>input {
    display: none;
}

.filter-multi-select>.dropdown-menu>.filter>button {
    display: none;
}

.filter-multi-select>.viewbar {
    line-height: 51px !important;
    margin-bottom: 0 !important;
    background: #fff url(../img/select_arrow.png) right 10px center no-repeat !important;
    position: relative !important;
    z-index: 9 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    padding-right: 30px !important;
}

.filter-multi-select>.dropdown-toggle::before {
    display: none !important;
}

.filter-multi-select>.dropdown-menu.show {
    width: 100%;
    background: #fff;
    border: 1px solid #dfdfdf;
    margin: -1px 0 0 0;
    z-index: 15;
    padding: 10px;
    border-radius: 0 0 3px 3px;
}

.filter-multi-select>.viewbar>.selected-items>.item {
    background: #f0f0f0 !important;
    font-size: 14px !important;
    color: #2f2f39 !important;
    border-radius: 3px !important;
    padding: 5px !important;
}

.filter-multi-select>.viewbar>.selected-items>.item>button {
    margin-left: 5px !important;
}

.filter-multi-select .dropdown-item .custom-control-label {
    font-size: 15px !important;
    color: #484848 !important;
    top: 0 !important;
    padding-top: 3px;
}

.filter-multi-select .filter.dropdown-item {
    display: none !important;
}

.filter-multi-select .dropdown-item {
    padding: 0 13px !important;
}

.filter-multi-select>.viewbar>.selected-items>.item>button {
    color: #2f2f39 !important;
}

.lead_table {
    width: 100%;
    margin: 20px 0;
    padding: 0;
    border: 1px solid #d7d7d7;
}

.lead_table thead th {
    margin: 0;
    padding: 7px 20px;
    background: none !important;
    font-size: 15px;
    color: #3e3e47;
    font-weight: 700;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    vertical-align: middle;
}

.lead_table thead th:first-child {
    border-right: 1px solid #d7d7d7;
}

.lead_table tbody td {
    margin: 0;
    padding: 7px 20px;
    font-size: 15px;
    color: #636363;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    vertical-align: middle;
}

.lead_table tbody td:first-child {
    border-right: 1px solid #d7d7d7;
}

.tagsinput,
.tagsinput * {
    box-sizing: border-box
}

.tagsinput {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #556270;
    padding: 5px 5px 0;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.tagsinput.focus {
    border-color: #ccc
}

.tagsinput .tag {
    position: relative;
    background: #f0f0f0;
    display: block;
    max-width: 100%;
    word-wrap: break-word;
    color: #fff;
    padding: 5px 30px 5px 5px;
    border-radius: 2px;
    margin: 0 5px 5px 0;
    font-size: 14px;
    color: #2f2f39;
}

.tagsinput .tag .tag-remove {
    position: absolute;
    background: 0 0;
    display: block;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #2f2f39;
    line-height: 30px;
    padding: 0;
    border: 0
}

.tagsinput .tag .tag-remove:after,
.tagsinput .tag .tag-remove:before {
    background: #2f2f39;
    position: absolute;
    display: block;
    width: 10px;
    height: 2px;
    top: 14px;
    left: 10px;
    content: ''
}

.tagsinput .tag .tag-remove:before {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.tagsinput .tag .tag-remove:after {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

.tagsinput div {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.tagsinput div input {
    background: #fff;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #636363;
    line-height: 20px;
    padding: 5px;
    border: 0;
    margin: 0 5px 5px 0;
    border: none;
    outline: none;
}

.tagsinput div input.error {
    color: #ff6b6b
}

.tagsinput div input::-ms-clear {
    display: none
}

.tagsinput div input::-webkit-input-placeholder {
    color: #636363;
    opacity: 1
}

.tagsinput div input:-moz-placeholder {
    color: #636363;
    opacity: 1
}

.tagsinput div input::-moz-placeholder {
    color: #636363;
    opacity: 1
}

.tagsinput div input:-ms-input-placeholder {
    color: #636363;
    opacity: 1
}

/********  Step 5  ******/
.select_table {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #b0b0b0;
}

.select_table tbody th {
    margin: 0;
    padding: 12px 15px;
    background: #f5f5f5;
    border: none;
    border-bottom: 1px solid #b0b0b0;
    font-size: 16px;
    color: #3e3e47;
    vertical-align: top;
}

.select_table tbody td {
    margin: 0;
    padding: 12px 15px;
    border: none;
    border-bottom: 1px solid #b0b0b0;
    font-size: 15px;
    color: #3e3e47;
    vertical-align: top;
}

.select_table tbody td span {
    font-size: 14px;
    background: #f0f0f0;
    border-radius: 3px;
    padding: 3px 6px;
}

.select_table .lead_table {
    width: 60%;
    margin: 0;
}

.select_table .lead_table thead th {
    vertical-align: middle;
}

.select_table .lead_table tbody td {
    vertical-align: middle;
}

/*===========================================  Signing  ===========================================*/
.sign_sec {
    width: 100%;
    /* height: 100%; */
    min-height: 100vh;
    float: left;
    margin: 0;
    padding: 0;
    overflow: auto;
    position: relative;
    background: url(../img/sign_bg.png) center bottom fixed no-repeat;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sign_sec .sign_block {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 30px 20px 30px;
    background: #fff;
    filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.1));
    border-radius: 20px;
}

.sign_sec .w_100 {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.sign_logo {
    float: left;
    margin: -10px 0 0 -40px;
    padding: 5px 0 0 0;
    background: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
}

.sign_logo img {
    width: 55px;
}

.sign_sec .sign_block h3 {
    margin: -20px 0 15px 0;
    padding: 0 0 10px 0;
    display: block;
    text-align: center;
    font-size: 24px;
    color: #2f2f39;
    font-weight: 700;
    border-bottom: 1px solid #dcdcdc;
}

.sign_sec .sign_block p {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 15px;
    color: #2f2f39;
    /* text-align: center; */
    text-align: left;
}

.sign_sec .sign_form {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 0;
}

.sign_sec .sign_form label {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 15px;
    color: #2f2f39;
    font-weight: 700;
    display: block;
}

.forgot_link {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 14px;
    color: #5a5a5a;
    text-decoration: underline;
}

.sign_ft {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
    padding: 0;
    border-top: 1px solid #dcdcdc;
}

.sign_ft h4 {
    margin: 15px 0 10px 0;
    padding: 0;
    font-size: 22px;
    color: #2f2f39;
    font-weight: 700;
    clear: both;
}

ul.sign_link {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

ul.sign_link li {
    margin: 0 0 5px 0;
    padding: 0;
    display: block;
}

ul.sign_link li a {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #4d4d4d;
}

ul.sign_link li a:hover {
    color: #ffa500;
}

ul.sign_social {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

ul.sign_social li {
    margin: 0 8px 0 0;
    padding: 0;
    display: inline-block;
}

ul.sign_social li a {
    width: 30px;
    height: 30px;
    background: #2f2f39;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 33px;
    font-size: 20px;
    color: #ffa500;
    text-align: center;
}

ul.sign_social li a:hover {
    background: #ffa500;
    color: #2f2f39;
}

.mail_link {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 15px;
    color: #2f2f39;
}

.sign_ft .p_left {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 0 20px;
}

.s_copy {
    width: 100%;
    float: left;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    font-size: 13px;
    color: #666666;
}

.signup {
    margin: 0;
    padding: 0;
    text-align: right;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
}

.signup_link {
    margin: 0;
    padding: 10px 20px;
    font-size: 14px;
    color: #ffa500;
    font-weight: 700;
    border: 1px solid #ffa500;
    border-radius: 5px;
    text-transform: uppercase;
}

.signup_link:hover {
    background: #ffa500;
    color: #fff;
}

.sign_sec .btn.btn-theme {
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
}

.sign_sec .btn.btn-theme:hover {
    background: #2f2f39;
    color: #fff;
    border-color: #2f2f39;
}

.sign_sec.forgot {
    background: url(../img/forgot_bg.png) center bottom fixed no-repeat;
    /* background-size: 100% auto; */
    background-size: contain;
}

.sign_sec .btn.black {
    background: #3e3e47;
    border-color: #3e3e47;
    margin-left: 7px;
}

.sign_sec.set_pass {
    background: url(../img/forgot_bg.png) center bottom fixed no-repeat;
    background-size: 100% auto;
}

.sign_sec.set_pass .form-group {
    position: relative;
}

.sign_sec.set_pass .form-group i {
    position: absolute;
    bottom: 8px;
    right: 14px;
    font-size: 20px;
    color: #787878;
    z-index: 9;
}

.sign_sec.set_pass .form-group input {
    padding-right: 41px !important;
}

/*===========================================  Signup  ===========================================*/
.sign_sec.signup_sec {
    background: url(../img/signup_bg.png) center bottom no-repeat;
    /* background-size: 100% 100%; */
    background-size: cover;
    padding-top: 20px;
}

.free_block {
    margin: 0 0 0 10px;
    padding: 0;
    float: left;
}

ul.free_list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 0;
}

ul.free_list li {
    margin: 0 12px 0 0;
    padding: 5px 15px 5px 0;
    display: inline-block;
    font-size: 14px;
    color: #2f2f39;
    border-right: 1px solid #dbdbdb;
    text-align: right;
    font-weight: 500;
}

ul.free_list li:last-child {
    border: none;
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 18px;
}

ul.free_list li strong {
    display: block;
    font-size: 20px;
    color: #2f2f39;
    font-weight: 700;
    text-transform: uppercase;
}

ul.free_list li i {
    width: 49px;
    float: left;
    margin: 0 8px 0 0;
    padding: 0;
}

.sign_tab {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.sign_tab .nav-tabs {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

.sign_tab .nav-tabs .nav-item {
    width: 50%;
    margin: 0 0 -2px 0;
    text-align: center;
    text-align: center;
}

.sign_tab .nav-tabs .nav-link {
    border: none;
    /*border-bottom:3px solid transparent;*/
    font-size: 20px;
    color: #6e6e6e;
    font-weight: 700;
    padding: 0 10px 15px 10px;
    position: relative;
}

.sign_tab .nav-tabs .nav-link:before {
    content: "";
    width: 0;
    height: 3px;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sign_tab .nav-tabs .nav-link i {
    font-size: 30px;
    position: relative;
    top: 4px;
}

.sign_tab .nav-tabs .nav-item.show .nav-link,
.sign_tab .nav-tabs .nav-link.active {
    color: #2f2f39;
}

.sign_tab .nav-tabs .nav-item.show .nav-link:before,
.sign_tab .nav-tabs .nav-link.active:before {
    width: 100%;
    background: #ffa500;
    transition: all .6s linear;
}

.sign_tab .indi_info {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
}

.sign_tab .indi_info .alert-warning {
    width: 72%;
    float: left;
    margin: 0;
    padding: 10px 10px 10px 35px;
    background: #fff7e7;
    border: 1px solid #f7e7c6;
    border-radius: 1px;
    font-size: 14px;
    color: #616161;
    line-height: 18px;
    position: relative;
}

.sign_tab .indi_info .alert-warning i {
    position: absolute;
    top: 11px;
    left: 10px;
    font-size: 17px;
    color: #ffa500;
}

.sign_tab .indi_info .play_btn {
    float: right;
    margin: 5px 0 0 0;
    padding: 0;
}

.sign_sec.signup_sec .sign_form {
    max-width: 100%;
    float: left;
    margin: 0;
}

.sign_sec .custom-control a {
    color: #ffa500;
    text-decoration: underline;
}

.sign_sec .custom-control a:hover {
    color: #2f2f39;
    text-decoration: none;
}

.sign_sec .intl-tel-input {
    display: block;
}

.sign_sec .intl-tel-input .form-control {
    box-shadow: none;
    border-color: #dfdfdf;
}

.sign_tab {
    /* max-height:396px; min-height:396px;*/
}

.sign_tab .custom-control {
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
}

.alert-theme.bdr {
    border: 1px solid #fc8b05;
}

.alert-danger.red {
    background: #f13232;
    color: #FFFFFF;
}

/* ADMIN SETTING PAGE CSS CLASSIS */

.adminSetting-li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.adminSetting-button {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none;
}

.adminSetting-panel-body {
    padding: 15px 15px;
}

/* Manage dupliacte Account */
.panel {
    background-color: #fff;
    border: 0;
    margin-bottom: 24px;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 8%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 8%);
}

.panel-body {
    padding:
        /* 25px */
        15px;
}

.tab-content {
    padding: 15px
}

/* password grey-box */
.password-grey-box {
    background-color: #f4f4f4;
    border-radius: 5px;
    padding: 20px;
}

.password-grey-box p {
    margin-bottom: 0px;
    color: #555555;
}

.password-grey-box p .las {
    padding-right: 8px;
}

.password-grey-box p .la-check {
    color: #22b737;
}

.password-grey-box p .la-times {
    color: red;
}

/*Responaive*/
@media(min-width:768px) {

    /*setting page tab to accordian start*/
    .tab-accordian .panel-heading {
        display: none;
    }

    .tab-accordian .panel {
        border: none;
        box-shadow: none;
    }

    .tab-accordian .panel-collapse {
        height: auto;
    }

    .tab-accordian .panel-collapse.collapse {
        display: block;
    }

    /*setting page tab to accordian end*/

    /*home page tab to accordian start*/
    .content-body .content .custom-card .tabs-block .nav-tabs {
        display: flex;
    }

    .content-body .content .custom-card .tabs-block .card {
        border: none;
    }

    .content-body .content .custom-card .tabs-block .card .card-header {
        display: none;
    }

    .content-body .content .custom-card .tabs-block .card .collapse {
        display: block;
    }

    /*home page tab to accordian end*/
}

@media(max-width:1599px) {

    .date-filter-block .select-tag,
    .date-filter-block .select-emp,
    .date-filter-block .select-call-type {
        width: 19.6%;
    }

    .date-filter-block .button-block {
        width: 12%;
    }

    /*****/
    .step .title_info {
        font-size: 18px;
    }

    .step h3 {
        font-size: 18px;
    }

    .step .s_flex {
        display: block;
    }

    .step .tab-content .select_infom p {
        vertical-align: top;
    }

    .dw_link {
        vertical-align: top;
    }

    .sign_sec {
        padding-top: 40px;
    }

    /* .sign_sec.signup_sec {
        padding-top: 100px;
    } */
}

@media(max-width:1400px) {
    .date-filter-block .start-date {
        width: 15.3%;
        padding-right: 2px;
    }

    .date-filter-block .end-date {
        width: 16%;
        padding-right: 10px;
    }

    .date-filter-block .select-tag,
    .date-filter-block .select-emp,
    .date-filter-block .select-call-type {
        width: 17.3%;
        padding-right: 10px;
    }

    .date-filter-block .button-block {
        width: 15%;
    }

    /*****/
    .step .tab-content {
        padding: 50px 5% 0 5%;
    }

    .step .field_info h4 {
        font-size: 16px;
    }

    /* .sign_sec.signup_sec {
        justify-content: normal;
    } */

    .sign_sec.signup_sec {
        padding-top: 20px;
    }
}

@media(max-width:1199px) {

    .date-filter-block .start-date,
    .date-filter-block .end-date {
        width: 30%;
        padding-right: 10px;
    }

    .date-filter-block .select-tag {
        padding-right: 0 !important;
    }

    .date-filter-block .select-tag,
    .date-filter-block .select-emp,
    .date-filter-block .select-call-type {
        width: 39%;
        padding-right: 10px;
    }

    .date-filter-block .button-block {
        width: 21%;
    }

    .content-body .content .custom-card .tabs-block .nav-tabs .nav-item a {
        padding: 20px 8px;
        font-size: 14px;
    }

    /*manage_reports table*/
    .minw-160px {
        min-width: 160px !important;
    }

    .w-300px {
        width: 300px !important;
        min-width: 100% !important;
        white-space: normal;
    }

    .w-110px {
        width: 110px !important;
        min-width: 100% !important;
        white-space: normal;
    }

    /*****/
    .step .title_info {
        padding: 9px 10px;
        border-width: 3px;
    }

    /* .step .field_info label{ font-size:13px;} */
    .select_table .lead_table {
        width: 100%;
    }

    .select_table tbody th {
        font-size: 14px;
    }

    .step .tab-content .select_infom p {
        margin-bottom: 7px;
    }

    .sign_tab .indi_info .alert-warning {
        width: 67%;
    }

    .sign_sec.signup_sec {
        padding-top: 50px;
    }
    .sign_sec.signup_sec {
        justify-content: normal;
    }

}

@media(max-width:1120px) {
    .step .field_info label {
        line-height: 1.5;
    }

    .gray-box {
        padding: 28px 8px;
    }
}

@media(max-width:1049px) {
    .content-body .content .custom-card .tabs-block .nav-tabs .nav-item a {
        font-size: 13px;
    }
}

@media(max-width:991px) {
    header {
        margin-left: 0;
    }

    aside {
        left: -500px;
        z-index: 9;
    }

    aside.sidebar.toggle-aside {
        left: 0;
        transition: left .3s ease-in-out;
    }

    .mobile-menu-toggle:hover .toggle-aside {
        display: block;
    }

    .content-body,
    footer {
        padding-left: 0;
    }

    header .navbar-expand .navbar-nav .menu-notification .badge {
        right: -10px;
    }

    header .navbar-expand .navbar-nav .nav-link span {
        display: none;
    }

    header .navbar-expand .navbar-nav .menu-help .nav-link,
    header .navbar-expand .navbar-nav .menu-notification .nav-link {
        padding-left: 0;
    }

    header .navbar-expand .navbar-nav .menu-purchase .nav-link {
        padding-left: 0px;
    }

    header .navbar-expand .navbar-nav .nav-link {
        padding: 0;
        padding-left: 8px;
    }

    header .navbar-expand .navbar-nav .menu-purchase .nav-link:after {
        left: 0;
    }

    header .navbar-expand .navbar-nav .menu-help .nav-link:after {
        left: -30px;
    }

    header .navbar-expand .navbar-nav .menu-user .dropdown-toggle::after {
        right: -15px;
    }

    header .navbar-expand {
        padding: 18px 15px;
        margin-left: 0
    }

    .content-body .content {
        margin: 20px 15px;
    }

    .date-filter-block .select-tag,
    .date-filter-block .select-emp,
    .date-filter-block .select-call-type {
        width: 38.7%;
    }

    .date-filter-block .button-block .btn {
        font-size: 13px;
        padding: 10px 7px;
    }

    .content-body .content .custom-card .tabs-block .tab-content>.tab-pane .card-header {
        padding: 0;
        background-color: #f7f7f7;
    }

    .content-body .content .custom-card .tabs-block .tab-content>.tab-pane .card-header h5 a {
        padding: 12px 15px;
        display: block;
        padding-right: 40px;
        position: relative;
    }

    .content-body .content .custom-card .tabs-block .tab-content>.tab-pane .card-header h5 a:after {
        font-family: 'Line Awesome Free';
        font-weight: 900;
        content: "\f106";
        position: absolute;
        right: 12px;
        font-size: 18px;
    }

    .content-body .content .custom-card .tabs-block .tab-content>.tab-pane .card-header h5 a.collapsed:after {
        font-family: 'Line Awesome Free';
        font-weight: 900;
        content: "\f107";
        position: absolute;
        right: 12px;
        font-size: 18px;
    }

    .content-body .content .custom-card .tabs-block .tab-content>.tab-pane.active .card-header h5 a {
        color: #ffa500;
    }

    .content-body .content .custom-card .tabs-block .tab-content>.tab-pane .card-header h5 a {
        font-size: 18px;
        color: #787878;
    }

    .content-body .content .custom-card .tabs-block .nav-tabs .nav-item a {
        padding: 20px 8px;
        font-size: 14px;
    }

    /*****/
    .step .tab-content {
        padding: 30px 0 0 0;
    }

    .step h3 {
        margin-top: 10px;
    }

    .step .btm_btn {
        margin-top: 30px;
    }

    .step .field_info label {
        margin: 0 0 10px 0;
    }

    .step .alert-success {
        margin-top: 20px;
    }

    .step .btm_btn .btn.btn-outline-theme {
        margin-right: 10px;
    }

    .step .btm_btn .btn.black.mr-3 {
        margin-right: 10px !important;
    }

    .step_table thead th:first-child {
        width: 24%;
    }

    .step #step4 .form-group {
        margin-bottom: 20px;
    }

    .step #step4 .handling {
        margin: 0;
    }

    .step .h_info {
        margin-bottom: 15px;
    }

    .step #form small {
        margin-bottom: 15px;
    }

    .sign_sec.forgot h3 {
        margin-bottom: 15px;
    }

    .sign_sec.forgot .sign_ft {
        margin-top: 15px;
    }

    header h1 {
        padding-left: 10px;
    }

}

@media(max-width:767px) {
    .content .custom-card .tabs-block.api__webhook--tabs-block .tab-content>.custom-tab-pane.tab-pane,
    .content-body .content .custom-card .tabs-block.justdial__config--tabs-block .tab-content>.tab-pane {
        display: none !important;
    }
    .content .custom-card .tabs-block.api__webhook--tabs-block .tab-content>.custom-tab-pane.active,
    .content-body .content .custom-card .tabs-block.justdial__config--tabs-block .tab-content>.active {
        display: block !important;
    }
    .tab-pane.custom-tab-pane .tabs-block .tab-content .tab-pane.webhook-config-custom-tab-pane.active{
        display: block !important;
    }
    .content-body .content .custom-card .tabs-block .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
        border-radius: 0;
        margin: 5px 0;
    }
    .tab-pane.custom-tab-pane .tabs-block .tab-content .tab-pane.webhook-config-custom-tab-pane{
        display: none !important;
    }

    .date-filter-block .start-date,
    .date-filter-block .end-date,
    .date-filter-block .select-tag,
    .date-filter-block .select-emp,
    .date-filter-block .select-call-type {
        width: 49.2%;
    }

    .date-filter-block .select-tag {
        padding-right: 10px !important;
    }

    .date-filter-block .button-block {
        width: 35%;
    }

    .no-emp {
        padding: 50px 0 70px;
    }

    .no-emp i {
        font-size: 80px;
    }

    .no-emp h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    /*setting page tab to accordian css start*/
    .tab-accordian .tab-content .tab-pane {
        display: block;
    }

    .tab-accordian .nav-tabs {
        display: none;
    }

    .tab-accordian .panel-title a {
        display: block;
    }

    .tab-accordian .panel {
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        margin-top: -2px;
    }

    .tab-accordian .tab-pane:first-child .panel {
        border-radius: 5px 5px 0 0;
    }

    .tab-accordian .tab-pane:last-child .panel {
        border-radius: 0 0 5px 5px;
    }

    /*setting page tab to accordian css end*/

    /*****/
    .step .title_info {
        font-size: 16px;
    }

    .step h3 {
        font-size: 16px;
    }

    .step .nav-tabs .nav-link figure {
        width: 40px;
        height: 40px;
        padding: 2px;
    }

    .step .nav-tabs .nav-link figure i {
        width: 32px;
        height: 32px;
        font-size: 18px;
        line-height: 32px;
    }

    .step .nav-tabs .nav-link small {
        font-size: 12px;
    }

    .step .nav-tabs .nav-link {
        font-size: 12px;
        line-height: 14px;
    }

    .step .nav-tabs .nav-link:before {
        top: 38px;
    }

    .step #step3 .btm_btn {
        text-align: center !important;
    }

    .step #step3 .btm_btn .text-right {
        text-align: center !important;
        margin-top: 10px;
    }

    .step .alert-danger {
        font-size: 14px;
    }

    .step .btn-link {
        font-size: 16px;
    }

    .sign_sec {
        display: block;
        flex-direction: column;
        justify-content: center;
        padding-top: 50px;
    }

    .sign_sec .container {
        max-width: 100%;
    }

    .sign_sec .sign_block {
        padding: 0 20px 20px 20px;
    }

    .signup_link {
        font-size: 14px;
    }

    .sign_sec .sign_block h3 {
        font-size: 20px;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .sign_ft h4 {
        font-size: 18px;
    }

    .sign_ft .p_left {
        padding: 0;
    }

    .sign_sec.signup_sec {
        padding-top: 40px;
    }

    ul.free_list li strong {
        font-size: 18px;
    }

    .sign_tab .nav-tabs .nav-link {
        font-size: 15px;
    }

    .sign_tab .nav-tabs .nav-link i {
        font-size: 24px;
    }

    .sign_sec.signup_sec .custom-control {
        margin-bottom: 10px;
    }

    .sign_tab .indi_info .alert-warning {
        width: 100%;
    }

    .sign_tab .indi_info .play_btn {
        float: left;
        margin-top: 10px;
    }

    .sign_tab {
        max-height: inherit;
        min-height: inherit;
    }

    .sign_sec .sign_block h3 {
        margin-top: 0;
    }

    .sign_logo {
        margin: -10px 0 0 -30px;
    }

    ul.sign_social li {
        margin: 0 2px 0 0;
    }

}
/* @media(max-width:767px) {

} */

@media(max-width:575px) {
    .reload-tab-text {
        text-align: left !important;
    }

    header h1 {
        display: none;
    }

    .gray-box {
        padding: 15px 10px;
    }

    .white-box {
        padding: 18px 15px 20px;
    }

    .setting-page .setting-sidebar {
        width: 100%;
        border-right: none;
        padding-bottom: 0;
    }

    .setting-page .setting-mainbody {
        width: 100%;
        padding: 0;
    }

    .setting-page .setting-mainbody .tab-content .tab-pane {
        margin: 5px 0;
    }

    .content-body .content .custom-card .table-footer-pagination .list-inline-item:not(:last-child) {
        margin-right: 3px;
    }

    .content-body .content .custom-card .table-footer-pagination {
        justify-content: unset;
        text-align: right;
        display: block;
    }

    .content-body .content .custom-card .table-footer-pagination .list-inline-item {
        display: inline-block;
    }

    .content-body .content .custom-card .table-footer-pagination .pagination-page .list-inline-item {
        display: inline-block;
    }

    /*****/
    .step .btm_btn .btn {
        font-size: 12px;
        padding: 10px 8px;
    }

    .step #step4 .form-group.w-50 {
        width: 100% !important;
    }

    .tagsinput .tag {
        font-size: 12px;
    }

    .tagsinput div input {
        font-size: 12px;
    }

    ul.free_list {
        padding: 0;
    }

    ul.free_list li {
        margin: 0 3px 0 0;
        padding: 5px 7px 5px 0;
        font-size: 14px;
    }

    ul.free_list li strong {
        font-size: 16px;
    }

    ul.free_list li i {
        width: 30px;
        margin: 6px 8px 0 0;
    }

    .free_block {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .sign_sec.forgot .signup {
        position: relative;
        top: 20px;
        right: 0;
    }

    .sign_sec.forgot .signup_link {
        display: inline-block;
        padding: 10px;
        margin: 0 0 5px 6px !important;
    }

    .sign_sec.forgot .signup_link:last-child {
        margin-bottom: 30px !important;
    }

    .mail_link {
        font-size: 13px;
    }
}



@media(max-width:475px) {

    .summary-table .summary-bold td,
    thead th {
        font-size: 15px;
    }

    .summary-table td,
    .summary-table th {
        padding: 8px;
        font-size: 14px;
    }

    .content-body .content .custom-card .custom-card-header .title {
        margin-bottom: 10px;
    }

    .setting-page .setting-mainbody .tab-content .tab-pane .panel .panel-heading h4.panel-title {
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .125);
        background-color: #f7f7f7;
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }

    .setting-page .setting-mainbody .tab-content .tab-pane .panel .panel-heading h4.panel-title a {
        padding: 12px 15px;
        display: block;
        padding-right: 40px;
        position: relative;
        font-size: 18px;
        color: #787878;
    }

    .setting-page .setting-mainbody .tab-content .tab-pane .panel .panel-heading h4.panel-title a:after {
        font-family: 'Line Awesome Free';
        font-weight: 900;
        content: "\f106";
        position: absolute;
        right: 12px;
        font-size: 18px;
    }

    .setting-page .setting-mainbody .tab-content .tab-pane .panel .panel-heading h4.panel-title a.collapsed:after {
        font-family: 'Line Awesome Free';
        font-weight: 900;
        content: "\f107";
        position: absolute;
        right: 12px;
        font-size: 18px;
    }

    .setting-page .setting-mainbody .tab-content .tab-pane .panel .panel-collapse .panel-body {
        padding: 15px;
    }

    .setting-page .setting-mainbody .tab-content .tab-pane .panel .panel-collapse .setting-panel .panel-body {
        padding: 32px 15px 0;
    }

    /*****/
    .step .alert-danger {
        font-size: 12px;
        padding: 15px 30px 15px 40px;
        margin-bottom: 20px;
    }

    .step .alert-danger i {
        font-size: 16px;
        top: 14px;
    }

    .step .alert-success {
        padding: 15px 30px 15px 40px;
    }

    .step .alert-success i {
        font-size: 16px;
        top: 14px;
    }

    #step3 .btn {
        margin-bottom: 10px;
    }

    .step #step3 .btm_btn .text-right {
        margin-top: 0;
    }
}

@media (max-width: 400px) {
    .date-filter-block .button-block {
        width: 49%;
        margin-bottom: 10px;
    }

    .date-filter-block .start-date,
    .date-filter-block .end-date,
    .date-filter-block .select-tag,
    .date-filter-block .select-emp,
    .date-filter-block .select-call-type {
        width: 100%;
    }
}

/*  error tooltip class */
.input-error {
    border-color: #e93131 !important;
}

.input-error-dropdown {
    border: 1px solid #e93131 !important;
}

.errorTooltip .tooltip-inner {
    background-color: #efb1b0;
    color: #000000;
}

.warningTooltip .tooltip-inner {
    background-color: #FFE0A8;
    color: #000000;
}
.tooltip.top.warningTooltip .tooltip-arrow,
.bs-tooltip-top.tooltip.top.warningTooltip .arrow::before {
    border-top-color: #FFE0A8;
}

.tooltip.top.errorTooltip .tooltip-arrow {
    border-top-color: #efb1b0;
}

.errorTooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.errorTooltip.bs-tooltip-top .arrow::before {
    border-top-color: #efb1b0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #000;
}

.phn-valid {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
}

.phn-invalid {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
}

.input-error-phn {
    border-color: #e93131 !important;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
}

/*  error tooltip class */

.time-pick-btn {
    width: 75px;
    padding: 4px;
    min-height: auto;
}

header .navbar-expand .navbar-nav .menu-notification .dropdown-toggle::after {
    display: none;
}

header .navbar-expand .navbar-nav .menu-notification .dropdown-menu {
    right: 0;
    left: auto;
    margin-top: 30px;
}

header .navbar-expand .navbar-nav .menu-notification .dropdown-menu.with-arrow:before,
header .navbar-expand .navbar-nav .menu-notification .dropdown-menu.with-arrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 15px;
    top: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent
}

header .navbar-expand .navbar-nav .menu-notification .dropdown-menu.with-arrow:before {
    border-bottom: 7px solid #d0d0d0;
    margin: -7px 0 0 15px
}

header .navbar-expand .navbar-nav .menu-notification .dropdown-menu.with-arrow:after {
    border-bottom: 7px solid #fff;
    margin: -6px 0 0 15px
}

header .navbar-expand .navbar-nav .menu-notification .head-list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

header .navbar-expand .navbar-nav .menu-notification .head-list li {
    position: relative;
    /*  border-bottom:1px solid rgba(0,0,0,.15); */
}

header .navbar-expand .navbar-nav .menu-notification .head-list li:last-child {
    border: none;
}

header .navbar-expand .navbar-nav .menu-notification .media {
    display: block;
    padding: 10px 15px;
    color: rgba(0, 0, 0, 0.6);
    background: transparent;
    position: relative;
}

header .navbar-expand .navbar-nav .menu-notification .media-body {
    margin: 0;
    padding: 0 0 0 30px;
    position: relative;
}

header .navbar-expand .navbar-nav .menu-notification .media-body i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 18px;
    color: #009900;
}

/**************/
.date-filter-block .start-date .form-group [class^="col-"]:first-child .date-time-picker,
.date-filter-block .start-date .form-group>[class*=" col-"]:first-child .date-time-picker {
    border-right: none;
    border-radius: 3px 0 0 3px;
    padding: 5px;
    padding-left: 10px;
}

.date-filter-block .start-date .form-group [class^="col-"]:last-child .date-time-picker,
.date-filter-block .start-date .form-group>[class*=" col-"]:last-child .date-time-picker {
    border-left: none;
    border-radius: 0 3px 3px 0;
    padding: 5px;
}

.popover {
    width: 100%;
    max-width: 240px;
    min-width: 240px;
}

.popover-body ul.list-inline li {
    display: inline-block;
    padding: 0 3px;
}

.reload-tab-text ul li {
    display: inline-block;
}

.reload-tab-text .ng-select {
    display: inline-block;
}

.setting-sidebar-logo .cropper.rounded:after {
    box-shadow: 0 0 0 100vw rgba(0, 0, 0, .7) !important;
}

.setting-sidebar-logo image-cropper {
    border-radius: 50%;
}

.table .inner-data-table-style {
    width: 100%;
    border: 0;
    background-color: transparent;
    margin: 0;
}

.table .inner-data-table-style th,
.table .inner-data-table-style td {
    border: none;
}

.custom-check-box {
    left: 0;
    z-index: -1;
    width: 1rem;
}

.cdk-overlay-container {
    z-index: 9999 !important;
}

.cdk-overlay-pane-select-search.cdk-overlay-pane-select-search-with-offset {
    min-width: 306px !important;
    transform: translateX(-4px) translateY(-14px) !important;
}

.mat-select-search-inner.mat-select-search-inner-multiple[_ngcontent-tdo-c274] {
    width: 357px !important;
}

mark,
.mark {
    background-color: #f9f9f9;
    color: #f57f2b;
    padding: .1em;
}

.device-connect-code-modal .modal-dialog .modal-body h5.spanbold {
    margin: 0;
    color: #ff9500;
    font-weight: 700;
    font-size: 23px;
    padding: 0;
}

.device-connect-code-modal .modal-dialog .modal-body p {
    font-size: 13px;
    color: #555;
    margin-bottom: 5px;
}

.device-connect-code-modal .modal-dialog .modal-body .d-flex {
    display: flex;
    align-items: center;
}

.device-connect-code-modal .modal-dialog .modal-body h6.or-text {
    position: absolute;
    right: -12px;
    font-size: 15px;
    top: 0;
    color: #adabab;
}

.device-connect-code-modal .modal-dialog .modal-body h6.or-text:after {
    content: "";
    position: absolute;
    top: -40px;
    left: 11px;
    height: 30px;
    width: 1px;
    background: #ddd;
}

.device-connect-code-modal .modal-dialog .modal-body h6.or-text:before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 11px;
    height: 30px;
    width: 1px;
    background: #ddd;
}

.addNumberPopup .or-text:before {
    border-right: 1px solid #ccc;
    content: " ";
    position: absolute;
    right: -15px;
    top: 0;
    height: 100%;
}

.addNumberPopup .or-text:after {
    content: "OR";
    position: absolute;
    right: -30px;
    top: 50%;
    padding: 0;
    background: #fff;
    transform: translateY(-50%);
    color: #2f2f39;
    z-index: 2;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
}

.set-or-text {
    /* margin-top: 70px; */
    margin-top: 120px;
    margin-bottom: 100px;
}

.call-details-header-tr {
    background-color: #ffa500;
    color: #fff;
}

.call-details-notes-tr {
    background-color: #f5f7f9;
    color: #292929;
    padding: 0 160px;
}

.call-details-notes-text {
    text-align: center;
    display: block;
}

.call-details-td {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    padding: 4px 12px;

}

.call-details-tr td span,
.call-details-notes-tr td span {
    font-weight: 400;
}

.call-details-header {
    font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    padding: 40px 60px;
}

.call-details-header-td {
    border-right: 1px solid #d3edec;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    line-height: 40px;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

.call-details-tr {
    background-color: #f5f7f9;
    color: #292929;
    text-align: center;
    padding: 0 160px;
}

.notes-align {
    margin-right: 10px;
}

.call-details-notes-tr {
    background-color: #f5f7f9;
    color: #292929;
    padding: 0 160px;
}

.call-details-notes-text {
    text-align: center;
    display: block;
}

.modal.exclude-modal ul.list-inline li {
    display: inline-block;
    margin: 0 5px;
    position: relative;
    padding: 0 0 0 20px;
}

.modal.exclude-modal ul.list-inline li input {
    position: absolute;
    top: 4px;
    left: 0;
}

.p_2 {
    padding: 20px;
    height: 100%;
}

.p_2.gray {
    background: #f4f4f4;
}

.modal.exclude-modal .modal-header {
    display: block;
    text-align: center;
}

.modal.exclude-modal .modal-title {
    display: inline-block;
}

.modal.exclude-modal .modal-body {
    padding: 0;
}

.modal.exclude-modal .custom-checkbox .custom-control-label::before {
    border-color: #ffa500;
}

.modal.exclude-modal .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ffa500;
    background-color: #ffa500;
}

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
    border-color: #ffa500 !important;
    background-color: #ffa500 !important;
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #ffa500 !important;
}

.date-filter-block.client-filter .start-date {
    margin-right: 10px;
}

.swal2-popup {
    width: 25em !important;
}

.swal2-shown .swal2-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
}

.swal2-shown .swal2-html-container {
    font-size: 16px;
}

.swal2-shown .swal2-styled.swal2-confirm,
.swal2-shown .swal2-styled.swal2-cancel {
    font-size: 14px;
    padding: 7px 15px 5px;
}

.swal2-backdrop-shown .swal2-icon {
    margin: 5px auto 20px;
    width: 4.5em;
    height: 4.5em;
}

.swal2-backdrop-shown .swal2-icon::before {
    font-size: 3.5em;
    margin: 4px 0 0;
}

#updateAssignto .modal-dialog {
    max-width: 600px;
}

#sendNotification .modal-dialog {
    max-width: 750;
}

/*****************/
.content-body .content .custom-card .custom-card-header.custom-subcard-header .separator-item .custom-control .custom-control-label {
    padding-top: 3px;
}

.content-body .content .custom-card .custom-card-header.custom-subcard-header .separator-item .custom-checkbox .custom-control-label::before {
    border-color: #ffa500;
    box-shadow: none;
}

.content-body .content .custom-card .custom-card-header.custom-subcard-header .separator-item .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ffa500;
    background-color: #ffa500;
}

.content-body .content .custom-card .custom-card-header.custom-subcard-header .separator-item .custom-checkbox .custom-control-label::after {
    cursor: pointer;
}

.content-body .content .custom-card .custom-card-header.custom-subcard-header .separator-item {
    margin-left: 20px;
}

.content-body .content .custom-card .custom-card-header.custom-subcard-header .separator-item:before {
    display: none;
}


/***************************************  Add Lead Page  ******************************************/
.lead_info {
    width: 100%;
    margin: 0;
    padding: 0;
}

.lead_info .form-group {
    margin-bottom: 30px;
    position: relative;
}

.lead_info .form-group .f_label {
    margin: 0;
    position: absolute;
    z-index: 1;
    top: -12px;
    color: #2f2f39;
    font-weight: 700;
    background: #fff;
    left: 16px;
    padding: 0 5px;
}

.lead_info .form-group .f_label.f_label--zIndex {
    z-index: 1031;
}

.lead_info .form-group .form-control {
    padding: 12px 25px 12px 20px !important;
    height: auto !important;
}

.lead_info .form-group .form-control.bootstrap-select {
    padding: 0 !important;
}

.lead_info .form-group .select_menu .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    line-height: 47px;
}

.lead_info .form-group .bootstrap-select>.dropdown-toggle {
    height: 47px;
    line-height: 47px;
}

.lead_info .form-group .select_menu .dropdown-toggle::after {
    top: 17px;
}

.lead_info .form-group .select_menu .bootstrap-select.form-control.show .dropdown-toggle::after {
    top: 17px;
}

.lead_info .form-group .select_menu .bootstrap-select>.dropdown-menu {
    top: 44px !important;
}

.lead_info .form-group .form-control.viewbar {
    padding: 0 0 0 20px !important;
    height: 47px !important;
}

.lead_info .form-group .form-control.viewbar.dropdown-toggle::after {
    display: none;
}

.lead_info .form-group .filter-multi-select>.viewbar {
    line-height: 47px !important;
}

.lead_info .form-group .filter-multi-select .dropdown-item .custom-control-label::before {
    top: 3px;
}

.lead_info .form-group .filter-multi-select .dropdown-item .custom-control-label::after {
    top: 3px;
}

.lead_info .form-group .filter-multi-select .dropdown-item .custom-control-label {
    padding-top: 0;
}

.lead_info .box-border {
    padding: 12px 25px 9px 20px !important;
    position: relative;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    margin-bottom: 30px;
}

.lead_info .box-border .f_label {
    margin: 0;
    position: absolute;
    z-index: 1031;
    top: -12px;
    color: #2f2f39;
    font-weight: 700;
    background: #fff;
    left: 16px;
    padding: 0 5px;
}

.custom-radio .custom-control-input {
    z-index: 1;
}

.custom-radio .custom-control-label {
    margin: 0;
    padding: 1px 0 0 0px;
    font-size: 15px;
    color: #636363;
    position: relative;
    box-shadow: none;
}

.custom-radio .custom-control-label::before {
    width: 16px;
    height: 16px;
    border: 1px solid #3e3e47;
    background: none;
    box-shadow: none;
}

.custom-radio .custom-control-label::after {
    width: 8px;
    height: 8px;
    border: none;
    border-radius: 50%;
    top: 8px;
    left: -20px;
    box-shadow: none;
}

.custom-radio .custom-control-input:checked~.custom-control-label {
    color: #636363;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    border-color: #3e3e47 !important;
    background: none;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: #3e3e47 !important;
}

.lead_btn {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #d4dae0;
    text-align: center;
}

.lead_btn .btn.black {
    background: #3e3e47;
    border-color: #3e3e47;
    margin-left: 10px;
}

.lead_btn .btn {
    min-width: 80px;
}

/***************************************  Lead Status Page  ******************************************/
.table.status_table {
    text-align: center;
}

.table.status_table thead th {
    border-bottom: none;
    vertical-align: middle;
}

.of_switch {
    width: 100%;
    margin: 0;
    padding: 0;
}

.of_switch .switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 11px;
    margin: 11px 0 0 0;
    padding: 0;
}

.of_switch .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.of_switch .slider.round {
    border-radius: 34px;
}

.of_switch .slider.round:before {
    border-radius: 50%;
}

.of_switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b9b9b9;
    -webkit-transition: .4s;
    transition: .4s;
}

.of_switch .slider:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    transition: left .25s;
    border: 1px solid #b9b9b9;
    margin: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: rgb(227, 227, 227);
    background: -moz-linear-gradient(top, rgba(227, 227, 227, 1) 0%, rgba(232, 232, 232, 1) 15%, rgba(251, 251, 251, 1) 49%, rgba(255, 255, 255, 1) 61%, rgba(255, 255, 255, 1) 70%, rgba(245, 245, 245, 1) 83%, rgba(241, 241, 241, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(227, 227, 227, 1) 0%, rgba(232, 232, 232, 1) 15%, rgba(251, 251, 251, 1) 49%, rgba(255, 255, 255, 1) 61%, rgba(255, 255, 255, 1) 70%, rgba(245, 245, 245, 1) 83%, rgba(241, 241, 241, 1) 100%);
    background: linear-gradient(to bottom, rgba(227, 227, 227, 1) 0%, rgba(232, 232, 232, 1) 15%, rgba(251, 251, 251, 1) 49%, rgba(255, 255, 255, 1) 61%, rgba(255, 255, 255, 1) 70%, rgba(245, 245, 245, 1) 83%, rgba(241, 241, 241, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#f1f1f1', GradientType=0);
    -webkit-transition: .4s;
    transition: .4s;
}

.of_switch input:checked+.slider {
    background-color: #ffe87d;
}

.of_switch input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.of_switch .slider.round {
    border-radius: 34px;
}

.of_switch .slider.round:before {
    border-radius: 50%;
}

.table.status_table td .la-ellipsis-v {
    font-size: 33px;
    color: #767676;
    cursor: pointer;
}

.table.status_table td .la-ellipsis-v:after {
    display: none;
}

/*.table.status_table td .action-dropdown .dropdown-menu{ left:auto !important; right:20px;}*/
.table.status_table td .action-dropdown .dropdown-menu.show {
    padding: 5px 0;
    margin: 0;
    min-width: 50px;
}

.table.status_table td .action-dropdown .dropdown-menu.show a.dropdown-item {
    padding: 3px 12px;
    font-size: 13px;
    color: #767676;
}

.table.status_table td .action-dropdown .dropdown-menu.show a.dropdown-item:hover,
.table.status_table td .action-dropdown .dropdown-menu.show a.dropdown-item:focus {
    background-color: #f6f6f6;
    color: #ffa500;
}


@media(max-width:1200px) {
    .table.status_table thead th {
        font-size: 15px;
    }
}

/***************************************  Creat User Page  ******************************************/
.lead_info .form-group.tel_input .form-control {
    padding: 11px 25px 10px 52px !important;
}

.lead_info .form-group.tel_input .intl-tel-input {
    display: block;
}

.intl-tel-input .country-list {
    z-index: 12 !important;
}

.lead_info .form-group {
    position: relative;
}

.lead_info .form-group .eye-sign {
    position: absolute;
    top: 14px;
    right: 10px;
    font-size: 20px;
    z-index: 10;
    color: #787878;
}

.border_title {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 17px;
    color: #2f2f39;
    font-weight: 700;
    position: relative;
}

.border_title span {
    background: #fff;
    padding: 0 10px 0 0;
    position: relative;
}

.border_title:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #dfdfdf;
    position: absolute;
    top: 50%;
    left: 0;
}

.table.permission_table thead th {
    text-align: center;
    vertical-align: middle;
    border-bottom: none;
}

.table.permission_table thead th:first-child {
    text-align: left;
}

.table.permission_table thead th small {
    display: block;
    color: #777777;
}

.table.permission_table tbody td {
    text-align: center;
}

.table.permission_table tbody td:first-child {
    text-align: left;
}

.table.permission_table tbody td.y_title {
    padding: 0;
    text-align: center !important;
}

.table.permission_table tbody td h4 {
    margin: 0;
    padding: .75rem;
    background: #fff8dc;
    font-size: 17px;
    color: #2f2f39;
    font-weight: 700;
}

.table.permission_table tbody td.gray {
    background: #f8f8f8;
    color: #a0a0a0;
}

.lead_info .check_info {
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0;
}

.lead_info .info {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 12px;
    color: #636363;
}

.lead_info .info i {
    color: #ffa500;
}

.lead_info .custom-control {
    margin-right: 10px;
    margin-bottom: 10px;
}

ul.pass_pro {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
    display: flex;
}

ul.pass_pro li {
    width: 20%;
    margin: 0 3px;
    padding: 2px 0;
    display: inline-block;
    background: #dedede;
    border-radius: 4px;
}

ul.pass_pro li.select {
    background: #63bc84;
}

@media(max-width:1200px) {
    .custom-radio.custom-control-inline {
        margin-right: 0;
    }

    .custom-radio .custom-control-label {
        font-size: 14px;
    }

    .table.permission_table thead th {
        font-size: 15px;
    }
}

/***************************************  View Lead Page  ******************************************/
.view_lead .date-filter-block .btn-block {
    display: flex;
}

.view_lead .date-filter-block .button-block {
    width: 20%;
}

.view_lead .date-filter-block .button-block .btn {
    width: auto;
}

.view_lead .filter-multi-select>.viewbar {
    line-height: 22px !important;
    padding: 5px 10px !important;
}

.view_lead .filter-multi-select>.viewbar.form-control {
    border-radius: 3px;
    border-color: #dfdfdf;
    height: 34px;
}

.view_lead .filter-multi-select>.viewbar>.selected-items>.item {
    margin: -0.875rem .25rem .125rem 0;
}

.view_lead .date-filter-block .button-block {
    align-self: center;
    padding-top: 8px;
}

.view_lead .tabs-block {
    position: relative;
}

.view_lead .expo_drop {
    position: absolute;
    top: 17px;
    right: 20px;
    z-index: 9;
}

.view_lead .expo_drop .dropdown-toggle:after {
    display: none;
}

.view_lead .expo_drop .dropdown-menu:before {
    position: absolute;
    top: -10px;
    right: 10px;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    z-index: 2;
}

.view_lead .expo_drop .dropdown-menu:after {
    position: absolute;
    top: -12px;
    right: 8px;
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgba(0, 0, 0, .15);
    z-index: 1;
}

.view_lead .expo_drop .dropdown-menu {
    left: 12px !important;
    top: 7px !important;
    padding: 0;
}

.view_lead .expo_drop .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.view_lead .expo_drop .dropdown-menu .dropdown-item {
    padding: 10px;
    color: #626262;
    text-transform: none;
}

.view_lead .expo_drop .dropdown-menu .dropdown-item:hover {
    color: #ffa500 !important;
    background: #f8f9fa;
}

.view_lead .expo_drop .dropdown-menu .dropdown-item i {
    position: relative;
    top: 2px;
}

.table.history_table th {
    text-align: center;
    vertical-align: middle;
    border-bottom: none;
}

.table.history_table tr:first-child th {
    border-top: none;
}

.table.history_table th:first-child {
    border-left: none;
}

.table.history_table th:last-child {
    border-right: none;
}

.table.history_table th .form-group {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.table.history_table th .form-group i {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    font-size: 15px;
    color: #8c8c8c;
}

.table.history_table th .form-group .form-control {
    padding-right: 30px;
    box-shadow: none;
}

.table.history_table td {
    text-align: center;
    color: #767676;
}

.table.history_table td:first-child {
    border-left: none;
}

.table.history_table td:last-child {
    border-right: none;
}

.profile_info {
    width: 100%;
    float: left;
    margin: 50px 0 0 0;
    padding: 0;
    border-radius: 3px;
    box-shadow: 0 0 7.5px rgba(35, 115, 145, 0.14);
    background-color: #ffffff;
    text-align: center;
}

.profile_info figure {
    width: 100px;
    height: 100px;
    margin: -50px 0 5px 0;
    padding: 0;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 3px solid #fff;
    position: relative;
    top: -10px;
}

.profile_info figure img {
    border-radius: 50%;
}

.profile_info h3 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 20px;
    color: #2f2f39;
    font-weight: 700;
}

.profile_info h3 small {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 18px;
    color: #616161;
    font-weight: normal;
}

.profile_info span {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 18px;
    color: #2f2f39;
    display: block;
}

.profile_info .status_info {
    width: 100%;
    float: left;
    margin: 0;
    padding: 12px;
    border-top: 1px solid #dbdbdb;
}

.profile_info .status_info h4 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #2f2f39;
    font-weight: 700;
}

.profile_info .status_info h4 small {
    margin: 10px 0 0 0;
    padding: 0;
    display: block;
    font-size: 15px;
    color: #2f2f39;
    font-weight: normal;
}

.profile_info .status_info label {
    margin: 10px 0 5px 10px;
    padding: 0 10px 2px 5px;
    display: inline-block;
    background: #f9f9f9;
    border: 1px solid #d5d5d5;
    font-size: 14px;
    color: #2f2f39;
    border-radius: 0 4px 4px 0;
    position: relative;
}

.profile_info .status_info label:before {
    content: "";
    width: 13px;
    height: 100%;
    background: url(../img/profile_curve.png) center center no-repeat;
    position: absolute;
    top: 0;
    right: 100%;
    background-size: 100% 100%;
}

.content.row_spacing .row {
    margin: 0 -10px;
}

.content.row_spacing [class^="col-"],
.content.row_spacing>[class*=" col-"] {
    padding: 0 10px;
}

@media(max-width:1366px) {

    .view_lead .date-filter-block .select-tag,
    .view_lead .date-filter-block .select-emp,
    .view_lead .date-filter-block .select-call-type {
        width: 25%;
    }
}

@media(max-width:1200px) {

    .view_lead .date-filter-block .start-date,
    .view_lead .date-filter-block .end-date {
        width: 24%;
    }

    .view_lead .date-filter-block .select-tag {
        padding-right: 10px !important;
    }

    .view_lead .date-filter-block .button-block {
        width: 30%;
    }

    .profile_info h3 {
        font-size: 18px;
    }

    .profile_info h3 small {
        font-size: 16px;
    }

    .profile_info span {
        font-size: 16px;
    }

    .profile_info .status_info h4 {
        font-size: 16px;
    }

    .table.history_table th {
        font-size: 15px;
    }
}

@media(max-width:991px) {
    .profile_info {
        margin-bottom: 30px;
    }

    .view_lead .date-filter-block .btn-block {
        display: block;
    }

    .view_lead .date-filter-block .start-date,
    .view_lead .date-filter-block .end-date {
        width: 49.2%;
    }

    .view_lead .date-filter-block .select-tag,
    .view_lead .date-filter-block .select-emp,
    .view_lead .date-filter-block .select-call-type {
        width: 49.2%;
    }

    .view_lead .date-filter-block .button-block {
        width: 49.2%;
        padding-top: 0;
    }

    .view_lead .date-filter-block .button-block .btn {
        float: left;
        margin-right: 10px;
    }

    .view_lead .expo_drop {
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        padding: 10px 10px 10px 15px;
    }
}

@media(max-width:600px) {

    .view_lead .date-filter-block .select-tag,
    .view_lead .date-filter-block .select-emp,
    .view_lead .date-filter-block .select-call-type {
        width: 100%;
        padding: 0 !important;
    }

    .view_lead .date-filter-block .button-block {
        width: 100%;
    }
}

.change_link {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 14px;
    color: #ffa500;
    text-decoration: underline;
}

.content-body .content .custom-card .custom-card-header.lead-checkbox {
    padding: 0 20px 11px 0;
    border-bottom: none;
}

.content-body .content .custom-card .custom-card-header.lead-checkbox.custom-subcard-header .separator-item {
    margin-left: 0;
}

.content-body .content .custom-card .custom-card-header.lead-checkbox .custom-control i {
    margin: 5px 0 0 2px;
}

/* multi select dropdown  */
.multiselect-dropdown .dropdown-btn .selected-item span {
    white-space: nowrap;
}

.multiselect-dropdown .dropdown-btn .selected-item {
    background: #f9ba53 !important;
    border-color: #f9ba53 !important;
    margin-bottom: 2px;
}

.multiselect-item-checkbox input[type=checkbox]+div:before {
    color: #f9ba53 !important;
    border-color: #f9ba53 !important;
    box-shadow: none !important;
}

.multiselect-item-checkbox input[type=checkbox]:checked+div:before {
    background-color: #f9ba53 !important;
}

.multiselect-item-checkbox input[type=checkbox]+div {
    font-weight: normal !important;
}

/* multi select dropdown  */

/* lead table daterange picker */
.daterangepicker-block .md-drppicker {
    width: 505px !important;
    top: 45px !important;
}

.daterangepicker-block .timepicker-input {
    position: absolute;
    top: 26px;
    width: 80px;
    right: 9px;
    border: 0;
    padding: 0 0 0 7px;
    height: 32px;
}

.daterangepicker-block .timepicker-input:focus {
    outline: none;
}

.daterangepicker-block input {
    background-color: #ffffff !important;
    box-shadow: none;
    border: 1px solid #dfdfdf;
    border-radius: 3px !important;
}

.md-drppicker .calendar th {
    border: none !important;
    background-color: transparent !important;
}

.md-drppicker td.active,
.md-drppicker td.active:hover {
    background-color: #f9ba53 !important;
}

.md-drppicker td.available:hover,
.md-drppicker th.available:hover {
    background-color: #f9ba53 !important;
    border-radius: 0 !important;
}

.md-drppicker .btn {
    background-color: #f9ba53 !important;
    box-shadow: none !important;
    color: #fff !important;
}

.md-drppicker .btn.btn-default.clear {
    background-color: #f9ba53 !important;
    box-shadow: none !important;
    margin-right: 5px !important;
    color: #fff !important;
}

.md-drppicker .clear svg {
    display: none !important;
}

.md-drppicker .calendar td,
.md-drppicker .calendar th {
    color: #777 !important;
}

.owl-dt-calendar-table .owl-dt-calendar-cell-selected {
    background-color: #f9ba53 !important;
}

/* lead table daterange picker */

/** Dropdwon Icon rounded  **/
.table.status_table td .action-dropdown .dropdown-menu.show a.dropdown-item i {
    width: 25px;
    height: 25px;
    display: inline-block;
    border: 1px solid #767676;
    border-radius: 50%;
    line-height: 23px;
    text-align: center;
    margin: 0 5px 0 0;
    padding: 0
}

.table.status_table td .action-dropdown .dropdown-menu.show a.dropdown-item:hover i {
    border-color: #ffa500;
}

/* lead sticky table */

.mylead-table.search-params-fixed .table>thead>tr>th {
    top: -2px;
    z-index: 1;
    left: 0px;
    position: sticky;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
}

.mylead-table-size {
    height: 100%;
    max-height: 600px;
}

.mylead-table.search-params-fixed .table>thead>tr>th:nth-child(1) {
    width: 50px;
    min-width: 50px;
    max-width: 100px;
    left: 0px;
    z-index: 2;
    top: -4px;
}

.mylead-table.search-params-fixed .table>thead>tr>th:nth-child(2) {
    width: 100px;
    min-width: 100px;
    max-width: 250px;
    left: 50px;
    z-index: 3;
}

.mylead-table.search-params-fixed .table>thead>tr>th:nth-child(3) {
    width: 150px;
    min-width: 150px;
    max-width: 350px;
    left: 150px;
    z-index: 2;
}

.mylead-table.search-params-fixed .table>thead>tr>th:nth-child(4) {
    width: 120px;
    min-width: 120px;
    max-width: 350px;
    left: 300px;
    z-index: 2;
}

.mylead-table.search-params-fixed .table>tbody>tr>td.sticky-col:nth-child(1):after {
    content: "";
    width: 1px;
    height: 100%;
    background: #eee;
    position: absolute;
    top: -4px;
    left: -1px;
}

.mylead-table.search-params-fixed .table>tbody>tr>td:nth-child(1) {
    width: 50px;
    min-width: 50px;
    max-width: 100px;
    left: 0px;
    z-index: 1;
    background: #fff;
}

.mylead-table.search-params-fixed .table>tbody>tr>td:nth-child(2) {
    width: 100px;
    min-width: 100px;
    max-width: 250px;
    left: 50px;
    z-index: 1;
    background: #fff;
}

.mylead-table.search-params-fixed .table>tbody>tr>td:nth-child(3) {
    width: 150px;
    min-width: 150px;
    max-width: 350px;
    left: 150px;
    z-index: 1;
    background: #fff;
}

.mylead-table.search-params-fixed .table>tbody>tr>td:nth-child(4) {
    width: 120px;
    min-width: 120px;
    max-width: 350px;
    left: 300px;
    z-index: 1;
    background: #fff;
}

.mylead-table.search-params-fixed .table>tbody>tr>td.sticky-col:before {
    content: "";
    border: 1px solid #dee2e6;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    z-index: -1;
}

.mylead-table.search-params-fixed .table>thead>tr>th:after {
    content: "";
    border: 1px solid #dee2e6;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    z-index: -1;
}

.lw_100 {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}

.lw_120 {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}

.lw_150 {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

.lw_200 {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}

.lw_250 {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
}

/* lead sticky table */

/* cursor pointer */
.dt-cursor {
    cursor: pointer !important;
}

.ng-select.dt-cursor .ng-select-container {
    cursor: pointer !important;
}


.dt-disable {
    cursor: not-allowed !important;
}

/***************************************  Blank Lead Page  ******************************************/
.lead_status {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.lead_status .lead_block {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 30px 40px;
    text-align: center;
    background: #f6f6f6;
    height: 100%;
}

.lead_status .lead_block .inner {
    width: 100%;
    margin: 0;
    padding: 0;
    align-self: center;
}

.lead_status .lead_block p {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 17px;
    color: #636363;
    line-height: 26px;
}

.lead_status .lead_block p strong {
    color: #2f2f39;
}

.lead_status h3 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 20px;
    color: #3e3e47;
    font-weight: 700;
}

.lead_status h3 a {
    color: #ffa500;
}

.lead_status h3 a:hover {
    color: #3e3e47;
}

.lead_status figure {
    width: 100%;
    margin: 0;
    padding: 0;
}

.lead-status-blank {
    width: 100%;
    display: block;
    margin: 12px;
    padding: 121px 24px;
    background: #E7EAEB;
    font-size: 14px;
    color: #000;
    text-align: center;
}

/***************************************  Update Customer Page  ******************************************/
.content-body .content .custom-card .tabs-block.customer_block .nav-tabs .active {
    color: #2f2f39 !important;
}

.content-body .content .custom-card .tabs-block.customer_block .nav-tabs .nav-link {
    font-weight: 700;
}

.lead_info .form-group .eye-sign.edit {
    width: 21px;
    height: 21px;
    background: #f2f2f2;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 14px;
    right: 10px;
    font-size: 12px;
    z-index: 10;
    color: #2f2f39;
}

.lead_info .form-group.p_right .form-control {
    padding: 12px 45px 12px 20px !important;
}

.content-body .content .custom-card .tabs-block.customer_block .of_switch .slider {
    display: inherit;
    width: auto !important;
    height: auto;
    background-color: #b9b9b9;
    position: absolute;
    z-index: 2;
    left: 0 !important;
    bottom: 0 !important;
    transition: all .4s linear;
}

.content-body .content .custom-card .tabs-block.customer_block .of_switch input:checked+.slider {
    background-color: #ffe87d;
}

.content-body .content .custom-card .tabs-block.customer_block #collapse-B .form-group {
    margin: 0;
    max-width: 50%;
    position: relative;
}

.save_link {
    font-size: 24px;
    color: #ffa500;
    position: absolute;
    top: 4px;
    right: -30px;
}

.content-body .content .custom-card .tabs-block.customer_block #collapse-B .table tr:hover td,
.content-body .content .custom-card .tabs-block.customer_block #collapse-C .table tr:hover td {
    background: #fcf7e4;
}

.content-body .content .custom-card .tabs-block.customer_block .table td .active_status {
    font-size: 13px;
    color: #fff;
    min-width: 68px;
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    background: #20ca5c;
    border-radius: 3px;
    white-space: nowrap;
}

.content-body .content .custom-card .tabs-block.customer_block .table td .active_status.red {
    background: #ff4444;
}

ul.edit_list {
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.edit_list li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

ul.edit_list li a {
    width: 21px;
    height: 21px;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    color: #2f2f39;
}

.content-body .content .custom-card .tabs-block.customer_block #collapse-E .table th {
    border-bottom: none;
}

.content-body .content .custom-card .tabs-block.customer_block #collapse-E .table.history_table tr:first-child th {
    border-top: 1px solid #dee2e6;
}

.content-body .content .custom-card .tabs-block.customer_block #collapse-E .table.history_table th:first-child {
    border-left: 1px solid #dee2e6;
}

.content-body .content .custom-card .tabs-block.customer_block #collapse-E .table.history_table th:last-child {
    border-right: 1px solid #dee2e6;
}

.content-body .content .custom-card .tabs-block.customer_block #collapse-E .table.history_table td:first-child {
    border-left: 1px solid #dee2e6;
}

.content-body .content .custom-card .tabs-block.customer_block #collapse-E .table.history_table td:last-child {
    border-right: 1px solid #dee2e6;
}

.content-body .content .custom-card .tabs-block.customer_block #collapse-D .card-body {
    padding: 18px 0;
}

.content-body .content .custom-card .tabs-block.customer_block #collapse-D .table.history_table th {
    font-size: 14px;
}

.content-body .content .custom-card .tabs-block.customer_block #collapse-D .table.history_table td {
    font-size: 13px;
}

.content-body .content .custom-card .tabs-block.customer_block #collapse-D p.p_20 {
    padding-left: 10px;
}

.content-body .content .custom-card .tabs-block.customer_block .custom-checkbox {
    padding: 0;
    text-align: center;
}

.content-body .content .custom-card .tabs-block.customer_block .custom-checkbox .custom-control-label::before {
    left: -0.55rem;
    border-color: #ffa500;
}

.content-body .content .custom-card .tabs-block.customer_block .custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.content-body .content .custom-card .tabs-block.customer_block .custom-checkbox .custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    border-color: #ffa500;
    background-color: #ffa500;
}

.content-body .content .custom-card .tabs-block.customer_block .custom-checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
    border-color: #ffa500;
    cursor: pointer;
}

.content-body .content .custom-card .tabs-block.customer_block .custom-checkbox .custom-control-label::after {
    left: -0.55rem;
    cursor: pointer;
}

.table.device_table td .la-ellipsis-v {
    font-size: 33px;
    color: #767676;
    cursor: pointer;
}

.table.device_table td .la-ellipsis-v:after {
    display: none;
}

.table.device_table td .action-dropdown .dropdown-menu.show {
    padding: 5px 0;
    margin: 0;
    min-width: 50px;
}

.table.device_table td .action-dropdown .dropdown-menu.show a.dropdown-item {
    padding: 3px 12px;
    font-size: 13px;
    color: #767676;
}

.table.device_table td .action-dropdown .dropdown-menu.show a.dropdown-item:hover,
.table.status_table td .action-dropdown .dropdown-menu.show a.dropdown-item:focus {
    background-color: #f6f6f6;
    color: #ffa500;
}

.device_top {
    margin: 0;
    padding: 0 0 10px 0;
    float: left;
}

.show_info {
    margin: 0;
    padding: 0 20px;
    float: left;
}

.show_info span {
    float: left;
    font-size: 15px;
    color: #636363;
    margin: 10px 0 0 0;
    padding: 0;
}

.show_info .form-control {
    float: left;
    width: 70px;
    margin: 0 10px;
}

.device_top .custom-control {
    float: left;
    padding: 6px 0 0 0 !important;
    margin-right: 20px;
}

.device_top .custom-control-label {
    padding-left: 25px;
    position: relative;
}

.device_top .custom-control-label::before {
    left: 0 !important;
}

.show_info .form-control option:hover,
.show_info .form-control option:focus,
.show_info .form-control option:selected {
    background-color: #ffa500 !important;
    color: white !important;
}

@media(max-width:991px) {
    .lead_status .lead_block {
        padding: 20px;
    }

    .lead_status .lead_block p {
        font-size: 14px;
        line-height: 24px;
    }

    .lead_status h3 {
        font-size: 18px;
    }

    .lead_status .lead_block {
        margin-bottom: 20px;
        height: auto;
    }

    .lead_status .lead_block .inner .btn-block .btn-theme:first-child {
        margin-bottom: 10px;
    }

    .content-body .content .custom-card .tabs-block.customer_block .nav-tabs .nav-item a {
        padding: 16px 14px;
        font-size: 15px;
    }

}

@media(max-width:600px) {
    .lead_status .btn-theme {
        margin-bottom: 10px;
    }

    .device_top .custom-control {
        margin: 0 20px;
    }
}

@media(max-width:475px) {
    .content-body .content .custom-card .tabs-block.customer_block #collapse-B .form-group {
        max-width: 70%;
    }

    .content-body .content .custom-card .tabs-block.customer_block #collapse-D .table-footer-pagination {
        padding: 0;
    }
}

/***************************************  CRM Intregation Page  ******************************************/
.crm_block {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
    border: 1px solid #d4dae0;
    border-radius: 10px;
}

.crm_block .inner {
    width: 100%;
    float: left;
    margin: 0;
    padding: 25px;
}

.crm_block figure {
    width: 90px;
    float: left;
    margin: 0;
    padding: 0;
}

.crm_block .detail {
    margin: 0;
    padding: 0 0 0 10px;
    overflow: hidden;
    align-self: center;
}

.crm_block h3 {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 22px;
    color: #2f2f39;
    font-weight: 700;
}

.crm_block label {
    margin: 0;
    padding: 0 7px;
    display: inline-block;
    background: #20ca5c;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
}

.crm_block p {
    margin: 10px 0 0 0;
    padding: 0;
}

.crm_ftr {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px;
    background: #fbfbfb;
    border-radius: 0 0 10px 10px;
    text-align: center;
    border-top: 1px solid #d4dae0;
    text-transform: uppercase;
}

.crm_ftr .btn.btn-outline-theme {
    background: none;
}

.crm-page .custom-card-body .row {
    margin: 0 -10px;
}

.crm-page .custom-card-body [class^="col-"],
.crm-page .custom-card-body>[class*=" col-"] {
    padding: 0 10px;
}

/***************************************  View CRM Page  ******************************************/
.lead_info.crm_view .box-border {
    margin-top: 10px;
    padding: 42px 25px 9px 20px !important;
}

.lead_info.crm_view .box-border h3 {
    margin: 0;
    position: absolute;
    z-index: 3;
    top: -12px;
    font-size: 20px;
    color: #3e3e47;
    font-weight: 700;
    background: #fff;
    left: 16px;
    padding: 0 5px;
}

.lead_info.crm_view .box-border .f_label span {
    color: #ff0000;
}

.lead_info.crm_view .form-group small {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 13px;
    color: #636363;
}

.lead_info.crm_view .form-group small i {
    color: #ffa500;
}

.lead_info.crm_view .form-group .select_menu {
    margin-bottom: 3px;
}

.lead_info.crm_view .lead_btn {
    border: none;
    padding-top: 0;
}

@media(max-width:1366px) {
    .crm_block figure {
        width: 60px;
    }

    .crm_block h3 {
        font-size: 20px;
    }
}

.p-t-18 {
    padding-top: 18px;
}

.ml--21 {
    margin-left: -21px;
}

/***************************************  Admin Setting Page  ******************************************/
.ad_setting .box-border {
    position: relative;
    margin-bottom: 50px;
}

.ad_setting .lead_btn {
    width: auto;
    padding: 0 10px;
    background: #fff;
    position: absolute;
    bottom: -17px;
    right: 25px;
}

.ad_setting .exclude-no {
    margin-top: 10px;
}

/***************************************  Notifications Page  ******************************************/
.n_info {
    width: 100%;
    display: block;
    margin: 15px 0;
    padding: 0;
}

.n_block {
    width: 100%;
    display: block;
    margin: 0;
    padding: 10px 20px 10px 40px;
    border-bottom: 1px solid #d4dae0;
    position: relative;
}

.n_block:first-child {
    border-top: 1px solid #d4dae0;
}

.n_block .custom-control.exclude-no {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0%, -50%);
}

.n_block h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 20px;
    color: #2f2f39;
    font-weight: 700;
}

.n_block h3 i {
    color: #0ec134;
    margin-right: 3px;
}

.n_block p {
    margin: 0;
    padding: 0;
}

.n_block a {
    color: #ffa600;
}

.n_block span {
    margin: 0 0 5px 0;
    padding: 0;
    display: block;
    font-size: 16px;
    color: #636363;
    text-align: right;
}

.n_block span strong {
    color: #2f2f39;
}

.n_block span i {
    color: #2f2f39;
}

ul.n_list {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
}

ul.n_list li {
    margin: 0 1px 0 0;
    padding: 0 8px 0 0;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    color: #9d9d9d;
    border-right: 1px solid #9d9d9d;
    line-height: 15px;
}

ul.n_list li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

/* .n_block.active{ background:#fff8ec;} */
.n_block.active {
    background: #f8f8f8;
}

.n_block.active h3 i {
    color: #ffa600;
}


header .navbar-expand .navbar-nav .menu-notification .dropdown-toggle::after {
    display: none;
}

header .navbar-expand .navbar-nav .menu-notification .dropdown-menu {
    right: 0;
    left: auto;
    margin-top: 21px;
}

header .navbar-expand .navbar-nav .menu-notification .dropdown-menu.with-arrow:before,
header .navbar-expand .navbar-nav .menu-notification .dropdown-menu.with-arrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 15px;
    top: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #2f2f39;
    border-top: 7px solid #2f2f39
}

ul.head-list {
    width: 100%;
    min-width: 320px;
    display: inline-block;
    margin: 0;
    padding: 0;
}

ul.head-list>li {
    margin: 0;
    padding: 0;
    display: block;
    border-bottom: 1px solid #d4dae0;
}

ul.head-list>li a {
    margin: 0;
    padding: 10px 10px 10px 40px;
    display: block;
    position: relative;
}

ul.head-list>li>a>i {
    position: absolute;
    left: 14px;
    top: 11px;
    font-size: 19px;
    color: #0ec134;
}

ul.head-list>li a h3 {
    margin: 0 0 3px 0;
    padding: 0;
    font-size: 16px;
    color: #2f2f39;
    font-weight: 700;
}

ul.head-list>li a p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #616161;
}

ul.head-list>li ul.n_list {
    text-align: left;
}

ul.head-list>li a.active {
    background: #f8f8f8;
}

ul.head-list>li>a.active>i {
    color: #ffa500;
}

header .navbar-expand .navbar-nav .menu-notification .title_info {
    width: 100%;
    display: block;
    margin: 0;
    padding: 10px;
    background: #2f2f39;
}

header .navbar-expand .navbar-nav .menu-notification .title_info h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fefefe;
    font-weight: 700;
}

ul.v_link {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
}

ul.v_link li {
    margin: 0 2px 0 0;
    padding: 0 6px 0 0;
    display: inline-block !important;
    border-right: 1px solid #fff;
    line-height: 14px;
}

ul.v_link li a {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
}

ul.v_link li a:hover {
    color: #ffa600;
}

ul.v_link li:last-child {
    padding: 0;
    border: none;
    margin: 0;
}

.notify-msg a {
    display: inline !important;
    padding: 0 !important;
    color: #ffa600;
}

.content_3 {
    height: 100%;
    overflow-y: scroll;
    max-height: 280px;
}

.content_3 .mCSB_inside>.mCSB_container {
    margin: 0;
}

/****  Notification Modal  ****/
.modal.noti_modal .modal-dialog {
    max-width: 800px;
}

.modal.noti_modal .modal-header {
    background: #f9f9f9;
    padding: 20px;
    margin: 0;
    display: block;
    position: relative;
}

.modal.noti_modal .modal-title {
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #2f2f39;
    font-weight: 700;
    display: block;
    line-height: normal;
}

.modal.noti_modal .modal-header p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #636363;
}

.modal.noti_modal .modal-header .close {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0%, -50%);
    margin: 0;
    padding: 0;
}

.modal.noti_modal .modal-body {
    padding: 20px;
}

.modal.noti_modal .modal-body span {
    margin: 0 0 20px 0;
    padding: 0;
    display: block;
    font-size: 20px;
    color: #0ebe33;
    font-weight: 700;
    text-align: center;
}

.modal.noti_modal .modal-body span i {
    font-size: 30px;
    vertical-align: middle;
}

.modal.noti_modal .modal-body h3 {
    margin: 0 0 10px 0;
    padding: 9px 20px;
    background: #f8f8f8;
    border-left: 5px solid #ffa705;
    font-size: 17px;
    color: #3e3e47;
    clear: both;
}

/***************************************  Register Success Page  ******************************************/
.register_sec {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    padding: 0;
    background: #f2f2f2;
    text-align: center;
}

.register_sec .r_inn {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0 20px;
}

.register_sec .inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 0 0 0;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.register_sec .inner figure {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
}

.register_sec .inner figure img {
    width: 80px;
}

.register_sec .inner i {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 59px;
    color: #22b737;
}

.register_sec .inner p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #2f2f39;
}

.register_sec .btn_info {
    width: 100%;
    display: block;
    margin: 30px 0 0 0;
    padding: 25px 0;
    text-transform: uppercase;
    border-top: 1px solid #dcdcdc;
}

.table.emp_table thead tr th {
    border: 1px solid #dee2e6;
    position: inherit;
}

.table.emp_table thead tr:first-child th {
    border-top: none;
}

.table.emp_table thead th .form-group {
    position: relative;
    margin: 0;
}

.table.emp_table thead th .form-group i {
    position: absolute;
    top: 11px;
    right: 10px;
    z-index: 2;
}

@media(max-width:991px) {
    .ad_setting .exclude-no {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .n_block h3 {
        font-size: 16px;
    }

    .n_block span {
        font-size: 14px;
    }

    .register_sec .inner {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .register_sec {
        padding-top: 20px;
    }

    .emp_card .custom-card-header {
        display: block !important;
    }

    .emp_card .separator {
        width: 100%;
    }
}

@media(max-width:767px) {
    .n_block span {
        text-align: left;
        margin: 0;
    }

    ul.n_list {
        text-align: left;
    }

    .modal.noti_modal .modal-title {
        font-size: 18px;
    }

    .modal.noti_modal .modal-body span {
        font-size: 16px;
    }

    .modal.noti_modal .modal-body span i {
        font-size: 20px;
    }

    .container {
        max-width: 96%;
    }
}

@media(max-width:600px) {
    .n_block {
        padding: 10px 0px 10px 35px;
    }

    .modal.noti_modal .modal-body h3 {
        font-size: 15px;
    }

    .register_sec .r_inn br {
        display: none;
    }

    .register_sec .inner p {
        font-size: 15px;
    }

    .register_sec .inner {
        padding-top: 30px;
    }

    .register_sec .btn_info {
        margin-top: 20px;
    }

    .register_sec .btn_info {
        padding: 20px 0;
    }
}

@media(max-width:430px) {
    .ad_setting .lead_btn {
        width: 100%;
        position: relative;
        bottom: 0;
        right: 0;
        padding: 0;
    }

    .ad_setting .lead_btn .btn.black {
        margin: 10px 0 0 0;
    }

    header .navbar-expand .navbar-nav .menu-notification .dropdown-menu {
        right: -52px;
    }

    ul.head-list {
        min-width: 300px;
    }
}

/***************************************  Help Page  ******************************************/
.share_link {
    margin: 10px 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: #2f2f39;
}

.share_link i {
    color: #ffa500;
    font-size: 22px;
    vertical-align: middle;
}

.cp_info {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
}

.cp_link {
    margin: 0 5px 0 0;
    padding: 1px 10px 2px 10px;
    display: inline-block;
    background: #f6f6f6;
    border: 1px solid #d4dae0;
    border-radius: 5px;
    font-size: 13px;
    color: #636363;
}

/* .cp_link:hover{ background:#2f2f39; color:#fff; border-color:#2f2f39;} */
.cp_info .btn.btn-outline-theme {
    padding: 6px 12px 5px 12px;
    text-transform: uppercase;
}

.help_btm {
    width: 100%;
    display: block;
    margin: 0;
    padding: 30px 0 0 0;
}

.help_btm figure {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
}

.help_btm figure img {
    width: 100%;
}

.web_step {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.web_step ul.nav-tabs1 {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    display: block;
    border: none;
}

.web_step ul.nav-tabs1 .nav-item {
    margin: 0 29px;
    padding: 0;
    display: inline-block;
}

.web_step ul.nav-tabs1 .nav-item .nav-link {
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
    display: inline-block;
    background: #aaaaad;
    border-radius: 50%;
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 0 2px rgba(170, 170, 173, 1);
    border: 2px solid #fff;
}

.web_step ul.nav-tabs1 .nav-item .nav-link.active {
    background: #2f2f39;
    box-shadow: 0 0 0 2px rgba(255, 171, 16, 1);
}

.web_step .tab-content {
    height: calc(100% - 55px);
    min-height: 388px;
    margin-top: -14px;
    background: #f6f6f6;
    border-top: 1px solid #aaaaad;
    padding: 20px;
}

.web_step .tab-content .tab-pane {
    position: relative;
    height: 100%;
}

.web_step .biz_info {
    width: 100%;
    display: block;
    margin: 0;
    padding: 30px 0 60px 0;
    text-align: center;
    height: 100%;
}

.web_step .biz_info .btm_btn {
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 100%;
}

.web_step .biz_info.support-tab {
    padding-top: 100px;
}

.web_step .biz_info p {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 18px;
    color: #2f2f39;
}

.web_step .biz_info .play_btn {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.web_step #step3 figure img {
    width: 27%;
}

.web_step #step4 ul.list-unstyled li h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.web_step #step4 ul.list-unstyled li p {
    font-size: 14px;
    margin-bottom: 10px;
}

.web_step #step4 ul.list-unstyled li h5.spanbold {
    font-size: 23px;
}

.web_step #step4 h5 {
    font-size: 16px;
    margin-top: 10px;
}


.content-body .content .custom-card .tabs-block.support_block .table th {
    border-bottom: none;
}

.content-body .content .custom-card .tabs-block.support_block .table.history_table tr:first-child th {
    border-top: 1px solid #dee2e6;
}

.content-body .content .custom-card .tabs-block.support_block .table.history_table th:first-child {
    border-left: 1px solid #dee2e6;
}

.content-body .content .custom-card .tabs-block.support_block .table.history_table th:last-child {
    border-right: 1px solid #dee2e6;
}

.content-body .content .custom-card .tabs-block.support_block .table.history_table td:first-child {
    border-left: 1px solid #dee2e6;
}

.content-body .content .custom-card .tabs-block.support_block .table.history_table td:last-child {
    border-right: 1px solid #dee2e6;
}

.content-body .content .custom-card .tabs-block.support_block .table.history_table td i.la-bell {
    color: #ff4444;
}

.content-body .content .custom-card .tabs-block.customer_block.support_block #collapse-B .form-group {
    max-width: 100%;
}

.support_top {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0 0 20px 0;
}

.support_top .btn.btn-theme {
    float: right;
}

.support_top .custom-control {
    display: inline-block;
    margin-right: 10px;
}

.support_top .custom-control-label {
    padding-left: 25px;
}

.support_top .custom-checkbox .custom-control-label::before {
    left: 0 !important;
}

.support_top .custom-checkbox .custom-control-label::after {
    left: 0 !important;
}

.help_btm {
    width: 100%;
    display: block;
    margin: 0;
    padding: 30px 0 0 0;
}

.help_btm .mb_1 {
    margin-bottom: 10px;
}

.help_btm .box {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    padding: 25px;
    border: 1px solid #e6e6e6;
    background: url(../img/help_img_1.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.help_btm .box_inn {
    max-width: 155px;
    margin: 7px 0 0 0;
    padding: 0;
    float: right;
}

.help_btm .box_inn p {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
}

.help_btm .box_inn strong {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.help_btm .box.box_1 {
    background: url(../img/help-icon1.svg) center center no-repeat;
    background-size: 100% 100%;
}

.help_btm .box.box_1 .box_inn {
    max-width: 245px;
    margin: 0;
    padding: 0;
}

.help_btm .box.box_1 p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #2e2e39;
    line-height: 24px;
}

.help_btm .box.box_1 p a {
    color: #ffa500;
    text-decoration: underline;
}

/* .help_btm .box.box_2{ background:url(../img/help-icon2.svg) center center no-repeat; background-size:100% 100%;} */
.help_btm .box.box_2 {
    background: url(../img/help_img_3.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.help_btm .box.box_2 .box_inn {
    max-width: 210px;
    float: left;
    margin-top: 16px;
}

.help_btm .box.box_2 p {
    font-size: 16px;
    color: #fff;
}

.help_btm .box.box_2 p a {
    color: #fff;
    text-decoration: underline;
}

.border-md-right {
    border-right: 1px solid #dee2e6;
}

@media(max-width:1600px) {
    .help_btm .box {
        padding: 20px 10px;
    }

    .help_btm .box.box_1 .box_inn {
        max-width: 215px;
    }

    /* .help_btm .box_inn p {
    margin: 25px 0 8px 0;
} */
}

@media(max-width:1366px) {
    .help_btm .box_inn {
        max-width: 44%;
    }

    .help_btm .box_inn p {
        font-size: 14px;
    }

    .help_btm .box_inn strong {
        font-size: 18px;
    }

    .help_btm .box.box_1 p {
        font-size: 14px;
    }

    .help_btm .box.box_1 .box_inn {
        max-width: 62%;
    }

    .help_btm .box.box_2 .box_inn {
        max-width: 55%;
    }

    .help_btm .box.box_2 p {
        font-size: 13px;
        margin: 0;
    }
}

@media(max-width:1200px) {
    .help_btm .box {
        min-height: 138px;
    }

    .help_btm .box.box_2 .box_inn {
        margin-top: 25px;
    }
}

@media(max-width:767px) {
    .help_btm .box {
        min-height: 150px;
    }

    .content-body .content {
        margin: 20px 2px;
    }
}

/***************************************  Maintanance Page  ******************************************/
.under_sec {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 0 0 0;
    height: 100%;
    background: #fff;
    position: relative;
}

.under_sec:before {
    content: "";
    width: 713px;
    height: 623px;
    background: url(../img/maintanance_img_1.png) left top no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: 100% 100%;
}

.under_sec:after {
    content: "";
    width: 195px;
    height: 318px;
    background: url(../img/maintanance_img_2.png) left top no-repeat;
    position: absolute;
    bottom: 0;
    right: 10%;
    background-size: 100% 100%;
}

.under_sec figure {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: right;
}

.under_sec figure img {
    width: 80px;
}

.under_sec h3 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 36px;
    color: #2f2f39;
    font-weight: 700;
    clear: both;
}

.under_sec p {
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 29px;
    color: #2f2f39;
}

.under_sec .btn {
    text-transform: uppercase;
    font-size: 18px;
    padding: 14px 30px;
}

@media(max-width:1366px) {
    .web_step ul.nav-tabs1 .nav-item {
        margin: 0 20px;
    }

    .web_step .tab-content {
        min-height: 368px;
    }

    .under_sec:before {
        width: 533px;
        height: 443px;
    }

    .under_sec:after {
        width: 145px;
        height: 228px;
    }
}

@media(max-width:1200px) {
    .web_step .tab-content {
        margin-bottom: 20px;
    }

    .lead_status.web_step figure img {
        width: 100%;
    }

    .under_sec figure img {
        width: 60px;
    }

    .under_sec figure {
        margin-bottom: 15px;
    }

    .under_sec h3 {
        font-size: 28px;
    }

    .under_sec p {
        font-size: 20px;
    }

    .under_sec .btn {
        font-size: 15px;
    }

    .setting-page .setting-sidebar .setting-sidebar-logo img {
        max-width: 90px;
    }
}

@media(max-width:991px) {
    .web_step .tab-content {
        min-height: inherit;
    }

    .under_sec:before {
        width: 333px;
        height: 343px;
    }

    .under_sec:after {
        width: 105px;
        height: 148px;
    }

    .under_sec h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .under_sec p {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media(max-width:767px) {
    .content-body .content .custom-card .tabs-block .tab-content.tab-content-1>.tab-pane {
        display: none !important;
    }

    .content-body .content .custom-card .tabs-block .tab-content.tab-content-1>.tab-pane.active {
        display: block !important;
    }

    .cp_info {
        display: block;
    }

    .cp_link {
        margin-bottom: 5px;
    }

    .web_step .biz_info p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .help_btm .box,
    .help_btm .box.box_1,
    .help_btm .box.box_2 {
        background-size: cover;
        padding: 20px 6px;
    }

    .setting-page .setting-mainbody .tab-content .tab-pane .panel .panel-heading h4.panel-title {
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .125);
        background-color: #f7f7f7;
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }

    .setting-page .setting-mainbody .tab-content .tab-pane .panel .panel-heading h4.panel-title a {
        padding: 12px 15px;
        display: block;
        padding-right: 40px;
        position: relative;
        font-size: 18px;
        color: #787878;
    }

    .setting-page .setting-mainbody .tab-content .tab-pane .panel .panel-heading h4.panel-title a:after {
        font-family: 'Line Awesome Free';
        font-weight: 900;
        content: "\f106";
        position: absolute;
        right: 12px;
        font-size: 18px;
    }

    .setting-page .setting-mainbody .tab-content .tab-pane .panel .panel-heading h4.panel-title a.collapsed:after {
        font-family: 'Line Awesome Free';
        font-weight: 900;
        content: "\f107";
        position: absolute;
        right: 12px;
        font-size: 18px;
    }

    .setting-page .setting-mainbody .tab-content .tab-pane .panel .panel-collapse .panel-body {
        padding: 15px;
    }

    .setting-page .setting-mainbody .tab-content .tab-pane .panel .panel-collapse .setting-panel .panel-body {
        padding: 32px 15px 0;
    }

    .setting-page .setting-mainbody .tab-content .tab-pane {
        margin: 5px 0;
    }

    .setting-page .setting-sidebar .setting-sidebar-logo img {
        max-width: 124px;
    }

    .border-md-right {
        border-right: 0;
    }
}

@media(max-width:600px) {
    .web_step ul.nav-tabs1 .nav-item {
        margin: 0 5px;
    }

    .under_sec:before {
        width: 300px;
        height: 270px;
    }

    .under_sec:after {
        display: none;
    }

    .content-body .content .custom-card .custom-card-header.custom-subcard-header .separator-item {
        margin-left: 0;
    }
}

/*********  17-07-2021  *********/
.lead_strip {
    width: 100%;
    display: block;
    margin: 0;
    padding: 10px 33px;
}

.lead_strip .btn.dropdown-toggle {
    font-size: 14px;
    color: #454247;
    margin: 0;
    padding: 10px 30px 10px 10px;
    display: inline-block;
    border: 1px solid #dadada;
    box-shadow: none;
    position: relative;
    text-transform: uppercase;
}

.lead_strip .btn.dropdown-toggle:after {
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 14px;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.lead_strip .dropdown-menu {
    padding: 10px 15px;
}

.lead_strip .custom-control {
    margin-bottom: 5px;
}

.lead_strip .custom-control-input:checked~.custom-control-label::before,
.lead_strip .custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    border-color: #ffa500;
    background-color: #ffa500;
}

.lead_strip .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
    border-color: #ffa500;
    cursor: pointer;
}

@media(max-width:600px) {
    .lead_strip .btn.dropdown-toggle {
        margin-bottom: 10px;
    }

    .help_btm .box,
    .help_btm .box.box_1,
    .help_btm .box.box_2 {
        background-size: 100% 100%;
        padding: 20px 6px;

    }
}

.lead_strip .dropdown {
    width: auto;
    float: left;
}

@media(max-width:1200px) {

    /* .lead_strip .text-right{ text-align:left !important;} */
    .show_info {
        margin-bottom: 10px;
    }
}

@media(max-width:600px) {
    .lead_strip .btn-outline-theme {
        margin-bottom: 5px;
    }
}

/************ client report css ************/
/* ul.user_list{ width: 100%; float: left; margin: 0; padding: 0;}
ul.user_list li{ width: 12.3%; float: left; margin: 0; padding:0 9px; list-style: none;}
.user_info{ width: 100%;margin: 0; padding:28px 13px 0 15px;}
.user_block{ width:100%; height: 100%; float:left; margin:0 0 20px 0; padding:10px; border-radius:5px; box-shadow:0 0 10px rgba(0,0,0,0.2); -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition:all .4s ease-in-out; position: relative;cursor: pointer;}

.user_block figure{ width:27px; height:27px; float:left; border-radius:50%; margin:0 4px 0 0; padding-right:1px;}

.user_block figure img{ width: 100%; border-radius:50%;}
.user_block .detail{ margin:0; padding:0; overflow:hidden;}
.user_block .detail h3{ margin: 0 0 2px 0; padding: 0; font-size: 12px; color: #000; font-family: 'Open Sans', sans-serif; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.user_block .detail span{ display: block; margin: 0; padding:0; font-size: 10px; color: #000;}
.user_block .detail span i{ display:block; padding-right: 2px;}
.user_block.active{ background: #f6f6f6;} */

.info-icon .info {
    width: 100%;
    margin: 0;
    padding: 0 0 0 30px;
    position: relative;
}

.info-icon .info:before {
    content: "\f05a";
    font-family: 'Line Awesome Free';
    font-size: 15px;
    color: #ffa500;
    position: absolute;
    top: 18px;
    left: 0;
    font-weight: 900;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none;
}

.svg-success {
    display: inline-block;
    vertical-align: top;
    height: 50px;
    width: 50px;
    opacity: 1;
    overflow: visible;
}

@-webkit-keyframes success-tick {
    0% {
        stroke-dashoffset: 16px;
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 31px;
        opacity: 1;
    }
}

@keyframes success-tick {
    0% {
        stroke-dashoffset: 16px;
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 31px;
        opacity: 1;
    }
}

@-webkit-keyframes success-circle-outline {
    0% {
        stroke-dashoffset: 72px;
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 0px;
        opacity: 1;
    }
}

@keyframes success-circle-outline {
    0% {
        stroke-dashoffset: 72px;
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes success-circle-fill {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes success-circle-fill {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.svg-success .success-tick {
    fill: none;
    stroke-width: 1px;
    stroke: #ffffff;
    stroke-dasharray: 15px, 15px;
    stroke-dashoffset: -14px;
    -webkit-animation: success-tick 450ms ease 1400ms forwards;
    animation: success-tick 450ms ease 1400ms forwards;
    opacity: 0;
}

.svg-success .success-circle-outline {
    fill: none;
    stroke-width: 1px;
    stroke: #81c038;
    stroke-dasharray: 72px, 72px;
    stroke-dashoffset: 72px;
    -webkit-animation: success-circle-outline 300ms ease-in-out 800ms forwards;
    animation: success-circle-outline 300ms ease-in-out 800ms forwards;
    opacity: 0;
}

.svg-success .success-circle-fill {
    fill: #81c038;
    stroke: none;
    opacity: 0;
    -webkit-animation: success-circle-fill 300ms ease-out 1100ms forwards;
    animation: success-circle-fill 300ms ease-out 1100ms forwards;
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .svg-success .success-tick {
        stroke-dasharray: 0;
        stroke-dashoffset: 0;
        -webkit-animation: none;
        animation: none;
        opacity: 1;
    }

    .svg-success .success-circle-outline {
        stroke-dasharray: 0;
        stroke-dashoffset: 0;
        -webkit-animation: none;
        animation: none;
        opacity: 1;
    }

    .svg-success .success-circle-fill {
        -webkit-animation: none;
        animation: none;
        opacity: 1;
    }
}

.device_top .custom-checkbox .custom-control-label::after {
    left: 0 !important;
}

/***************************************  Call Detail Modal  ******************************************/
.modal.call_modal .modal-header {
    font-size: 24px;
    color: #2f2f39;
    font-weight: 700;
    display: block;
    text-align: center;
    position: relative;
}

.modal.call_modal .modal-dialog {
    max-width: 620px;
}

.modal.call_modal .modal-header .close {
    position: absolute;
    top: 50%;
    right: 30px;
    padding: 0;
}

.call_table {
    border: none;
    border: 1px solid #e0e0e0;
    margin: 0;
}

.call_table th {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    color: #2f2f39;
    background: #f4f4f4;
    padding: 7px 15px;
    font-weight: bold;
    width: 20%;
}

.call_table td {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    color: #2f2f39;
    padding: 7px 10px;
}


/***************************************  Lead serail number  ******************************************/
.modified-date-bottom-right {
    float: right;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px 3px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #515151a1;
}

/***************************************  Dashboard Page  ******************************************/
.dash_info .title {
    margin: 0 !important;
}

.dash_info .list-unstyled li {
    display: inline-block;
}

.dash_info .custom-card-header {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 6px 20px !important;
    margin-bottom: 15px;
}

.dash_block {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(35, 115, 145, 0.1);
}

.dash_block .inner {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 20px 0 20px;
    border-bottom: 1px solid #d6d6d6;
}

.dash_block .inner:last-child {
    border: none;
}

.dash_block h3 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 24px;
    color: #2f2f39;
    font-weight: 700;
}

.dash_block h3 small {
    margin: 0 0 0 5px;
    padding: 0;
    font-size: 14px;
    color: #7a7a7a;
}

.dash_block .dash_inn {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 5px 10px;
    background: #f8f8f8;
}

.dash_block .dash_inn strong {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 17px;
    color: #2f2f39;
}

.dash_block .dash_inn span {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 15px;
    color: #7a7a7a;
}

.dash_info .row {
    margin: 0 -10px;
}

.dash_info [class^="col-"],
.dash_info>[class*=" col-"] {
    padding: 0 10px;
}

@media(max-width:1440px) {
    .dash_block .dash_inn span {
        font-size: 14px;
    }
}

@media(max-width:991px) {
    .dash_block h3 {
        font-size: 20px;
    }

    .dash_block .dash_inn strong {
        font-size: 15px;
    }
}

@media(max-width:600px) {
    .dash_info .list-unstyled li {
        font-size: 14px;
    }

    .dash_info .list-unstyled li span.d_none {
        display: none;
    }

    .dash_info .list-unstyled .separator-item+.separator-item::before {
        padding: 0 2px;
    }

    .mngempbtn {
        padding: 10px 8px;
    }
}

/* cursor pointer */
.dt-cursor {
    cursor: pointer;
}

.table thead th .form-control {
    padding-right: 30px !important;
}

.setting-page .setting-mainbody .form-group .form-control.bs-timepicker-field {
    padding: 12px 15px !important;
}

.btn .la-spinner.la-spin {
    margin-left: -5px;
}

.mylead-table-size {
    height: 100%;
    max-height: 600px;
}

.mylead-table.search-params-fixed .table>thead>tr:last-child>th {
    top: 57px;
}

.btn-space {
    margin: 0 3px;
}

.btn-space-right {
    margin: 0 3px 0 0;
}

.satus-report-table .md-drppicker {
    top: 100% !important;
    right: 14px !important;
    left: auto !important;
}

.satus-report-table thead tr:last-child th:nth-child(2) .md-drppicker {
    top: 100% !important;
    left: 14px !important;
    right: auto !important;
}

.no-scroll {
    overflow-y: inherit;
}

.inner-data-table-style th {
    background: #f5f5f5;
}

.inner-data-table-style td {
    width: 33.333%;
}

.lead_strip.user-checkbox .custom-control {
    display: inline-block;
    margin-right: 10px;
}

.lead_strip.user-checkbox .custom-control .custom-control-label::before {
    border-color: #ffa500;
}

.want_info {
    font-size: 13px;
}

.want_info i {
    color: #ffa500;
    position: relative;
    top: 1px;
}

.contact-support {
    display: inline-block;
}

.contact-support li {
    display: block;
}

.iti {
    display: block !important;
}

.iti input {
    height: 46px;
}

#editDeviceModel .iti input,
.sign_form .iti input {
    height: 35px;
}

.ng-select.ng-select-single .ng-select-container {
    height: 46px !important;
}

.sign_form .ng-select.ng-select-single .ng-select-container,
.client-report-dropdown .ng-select.ng-select-single .ng-select-container,
.select_menu .ng-select.ng-select-single .ng-select-container {
    height: 35px !important;
}

/* Applied on all reports for active tab */
.content-body .content .custom-card .tabs-block.customer_block .nav-tabs .nav-link {
    border-bottom: 3px solid transparent !important;
}

.content-body .content .custom-card .tabs-block.customer_block .nav-tabs .nav-link.active {
    border-bottom-color: #ffa500 !important;
}

/* Applied on help and support for active tab */
.content-body .content .custom-card .tabs-block .nav-tabs .nav-link {
    border-bottom: 3px solid transparent !important;
}

.content-body .content .custom-card .tabs-block .nav-tabs .nav-link.active {
    border-bottom-color: #ffa500 !important;
}

/*********  Subscription  *********/
.subscription .select_menu .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 14px;
    color: #636363;
}

.subscription .select_menu .btn {
    padding-left: 10px;
}

.subscription .form-control.field_2 {
    height: 125px;
    font-size: 14px;
    color: #636363;
}

.subscription .custom-control {
    margin-bottom: 10px;
}

.subscription .custom-control label {
    font-size: 15px;
    color: #636363;
}

.l_feature {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.l_feature span {
    /*  margin:0 0 10px 0; */
    padding: 0;
    display: block;
    font-size: 15px;
    /* color:#2f2f39; */
    display: block;
}

.l_feature .table th {
    text-align: left;
    padding: 10px 25px;
}

.l_feature .table th:first-child {
    padding-left: 45px;
}

.l_feature .table td {
    position: relative;
    text-align: left;
    padding: 2px 25px;
}

.l_feature .table td:first-child {
    padding-left: 45px;
}

.l_feature .table td .custom-control {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
}

.l_feature .table td small {
    font-size: 12px;
    color: #636363;
    display: block;
}

.l_feature .table td .active_status {
    font-size: 13px;
    color: #fff;
    min-width: 68px;
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    background: #20ca5c;
    border-radius: 3px;
    white-space: nowrap;
    text-align: center;
}

.l_feature .table td .active_status.red {
    background: #ff7c7c;
}

/*************** 13-08 Replace css for success error message color  padding:15px 30px 15px 50px; ******************/
.alert-danger {
    border-color: #e6aaaa;
    background-color: #fff3f3;
    font-size: 15px;
    color: #c63131;
    position: relative;
}

.alert-success {
    border-color: #75b57b !important;
    background-color: #f8fff9 !important;
    font-size: 15px;
    color: #1cab2a !important;
    position: relative;
}

.alert-success span.orange {
    color: #ffa500 !important;
}

.alert-info {
    border-color: #bee5eb !important;
    background-color: #d1ecf1 !important;
    font-size: 15px;
    color: #0c5460 !important;
    position: relative;
}

.alert-info-close-btn {
    top: -5px !important;
}

/*************** 14-08  ******************/
.s_atend {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.s_atend .dash_inn {
    width: 100%;
    float: left;
    margin: 0 0 12px 0;
    padding: 5px 10px;
    background: #f8f8f8;
}

.s_atend .dash_inn strong {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 17px;
    color: #2f2f39;
}

.s_atend .dash_inn span {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 15px;
    color: #7a7a7a;
}

.row.pad_10 {
    margin: 0 -10px;
}

.row.pad_10 [class^="col-"],
.row.pad_10>[class*=" col-"] {
    padding: 0 10px;
}

.modal.call_modal .modal-dialog {
    max-width: 670px;
}

/*****  Client Report  *****/
.c_report {
    width: 100%;
    display: block;
    margin: 0;
    padding: 15px 20px;
    border-bottom: 1px solid #d4dae0;
}

.c_report p {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
    color: #2f2f39;
}

ul.client_list {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
}

ul.client_list li {
    width: 16.666%;
    margin: 0 -1px -1px 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    border: 1px solid #d4dae0;
}

.client_block {
    width: 100%;
    display: block;
    margin: 0;
    padding: 10px;
}

.client_block figure {
    width: 34px;
    height: 34px;
    margin: 2px 0 0 0;
    padding: 0;
    background: #909090;
    border-radius: 50%;
    float: left;
    text-align: center;
    line-height: 34px;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.client_block .detail {
    margin: 0;
    padding: 0 0 0 10px;
    overflow: hidden;
}

.client_block .detail h3 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #2f2f39;
    font-weight: 700;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.client_block .detail span {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 14px;
    color: #636363;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.client_block .detail span i {
    color: #000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.client_block:hover {
    background: #2f2f39;
}

.client_block:hover figure,
.client_block.active figure {
    background: #ffa500;
    color: #fff;
}

.client_block:hover h3,
.client_block:hover span,
.client_block:hover span i {
    color: #fff;
}

.c_report .sub-title {
    font-size: 16px;
    margin: 0;
}

.c_report .sub-title span {
    color: #ffa500;
}

@media(max-width:991px) {
    .view_lead.client .date-filter-block .btn-block {
        display: flex;
    }

    .view_lead.client .date-filter-block .button-block .btn {
        margin-top: 9px;
    }

    .client_block .detail h3 {
        font-size: 15px;
    }

    .client_block .detail span {
        font-size: 14px;
    }

    ul.client_list li {
        width: 33.333%;
    }
}

@media(max-width:767px) {
    .view_lead.client .date-filter-block .select-emp {
        padding-right: 10px !important;
    }

    ul.client_list {
        max-height: 350px;
        overflow: scroll;
    }
}

@media(max-width:600px) {
    .view_lead.client .date-filter-block .btn-block {
        display: block;
    }

    .view_lead.client .date-filter-block .select-emp {
        padding-right: 0 !important;
    }

    ul.client_list li {
        width: 100%;
    }
}

ul.client_list li {
    width: 20%;
}

.help_btm .box.box_1 .box_inn {
    max-width: 62%;
}

/* custom css */
table th {
    text-align: center;
}

.iti__country,
.iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}

.dropdown-multiselect__caret {
    width: 0 !important;
    right: 0px !important;
}

.dropdown-multiselect__caret::before {
    right: 0px !important;
}

.multiselect-dropdown .dropdown-btn span:last-child {
    padding-right: 26px !important;
}

.dropZoneBlbl {
    word-break: break-all !important;
    font-size: 13px;
    z-index: 0;
}

ngx-dropzone-label {
    z-index: 1 !important;
}

.help_btm .box_inn {
    max-width: 190px;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #ffa500;
    background-color: #ffa500;
}

.of_switch .slider {
    position: absolute;
    cursor: pointer;
    top: 6px;
    left: 0px;
    right: 0px;
    bottom: -7px;
    background-color: #b9b9b9;
    -webkit-transition: .4s;
    transition: .4s;
}

.of_switch .slider span {
    font-weight: bold;
    display: block;
    margin-left: 36px;
    margin-top: -5px;
    color: grey;
}

.of_switch input:checked+.slider span {
    color: #ffa500;
    font-weight: bold;
    display: block;
    margin-left: 36px;
    margin-top: -5px;
}

.leadTbl th {
    width: 20% !important;
}

.call_table tr {
    border-top: 1px solid #e0e0e0;
}

/* .w100{width:0px;} */
.mylead-table.search-params-fixed .table>thead>tr>th:nth-child(1) {
    padding: 6px;
}

.Noticiationuser {
    text-align: left !important;
    display: inline-block !important;
}

.swal2-styled.swal2-confirm {
    background-color: #ffa500 !important;
}

.swal2-styled:focus {
    box-shadow: none;
}

button:focus {
    outline: none;
}

/*****  Client tReport  *****/
.bell-icon-color {
    color: #ff4444;
}

.mat-icon-button {
    padding: 0;
    min-width: 0;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    line-height: 40px;
    border-radius: 50%;
}

.mat-icon-button .mat-icon,
.mat-icon-button i {
    line-height: 24px;
    content: '*';
    color: transparent;
    position: absolute;
    background-image: url(../img/cancel.png);
    top: 8px;
    height: 10px;
    background-size: cover;
    width: 10px;
    left: 48%;

}

.mat-button-focus-overlay,
.mat-button-ripple {
    top: -2px !important;
    left: 9px !important;
    right: 0;
    bottom: 2px;
    position: absolute;
    pointer-events: none;
    height: 30px;
    border-radius: inherit;
    width: 30px;
}

.searchEmpicn {
    top: 7px !important;
    right: 3px !important;
}

.mat-select-search-clear {
    top: 10px !important;
}

.manageCutomerSwitch .slider {
    height: 12px !important;
}

@media (max-width: 1400px) {
    .white-box {
        padding: 14px;
    }

    .w100 {
        width: 205px;
    }

}

@media (max-width: 1300px) {
    .w100 {
        width: 150px;
        word-break: break-all;
    }
}

@media(max-width: 991px) {
    .w100 {
        width: 110px;
    }


}

.deviceHistorytbl td {
    color: #212529 !important;
    font-size: 15px !important;
}

.customCheckBox {
    float: unset;
}

.upcoming {
    background: #fdf0d4;
    color: #FFFFFF;
}

.multiselect-dropdown .dropdown-btn {
    border: 1px solid #dfdfdf !important;
}

.registeredMobileSummaryTbl tr td {
    padding: 4px !important;
}

.reloadTab {
    text-align: center;
    white-space: nowrap;
}

.reloadTab .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
    text-align: center;
    padding: 4px 8px !important;
}

.reloadTab .ng-select.ng-select-single .ng-select-container {
    height: 30px !important;
}

.reports-tabs .nav-tabs .nav-link.active {
    font-weight: bold;
}

.shadow-0 {
    box-shadow: none !important;
}

.float-right {
    float: right !important
}

.signOutCIn {
    color: #ff9500;
    font-size: 20px;
    padding-right: 6px;
    vertical-align: middle;
}

option:hover,
option:active,
option:focus,
option:selected {
    background-color: #ff9500 !important;
    color: white !important;
}

@media (max-width: 1299px) {
    .s_atend .dash_inn {
        margin: 1px 0 6px 0;
    }

    option:hover,
    option:active,
    option:focus,
    option:selected {
        background-color: #ff9500 !important;
        color: white !important;
    }

}

select option:checked,
select option:hover,
select option:active,
select option:focus,
select option:selected {
    box-shadow: 0 0 10px 100px #000 inset;
    background-color: #ff9500;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
    background-color: #f2f2f2 !important;
}

.ng-select .ng-select-container {
    border: 1px solid #dfdfdf !important;
}

/* .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{background-color: #f2f2f2 !important;}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{background-color: #f2f2f2 !important;} */
.logOutDropdown {
    min-width: auto !important;
}

.for-datePicker {
    background-color: #ffffff !important;
    border-right: none !important;
    border-radius: 3px 0 0 3px !important;
    font-size: 14px !important;
    border-color: #dfdfdf !important;
    box-shadow: none !important;

}

.for-timePicker {
    background-color: #ffffff !important;
    border-left: none;
    font-size: 14px;
    line-height: 23px !important;
}

.deleteIcon-wrapper {
    position: relative;
}

.deleteIcon {
    position: absolute;
    right: 4px;
    top: 34px;
    font-size: 18px;
    z-index: 0;
}

.deleteIcontbl-searchBox {
    position: absolute;
    right: 4px;
    top: 6px;
    font-size: 18px;
    z-index: 3;
}

.deleteIcon,
.deleteIcontbl-searchBox {
    color: #8c8c8c;
}

/* transform: rotate(-90deg); */
.dateIcon-dateTime-picker {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    z-index: 3;
}

.border-class {
    border-bottom: 1px solid #dee2e6 !important;
}

.content-body .content .custom-card .tabs-block .nav-tabs .nav-link.active {
    font-weight: bold;
}

.searchBox-Wrapper {
    position: relative;
}

.searchIcon {
    position: absolute;
    right: 4px;
    top: 8px;
    color: #8c8c8c;
    font-size: 18px;
    transform: rotate(-90deg);
}


.notification-dropdown ul.head-list {
    min-width: 280px;
}

header .navbar-expand .navbar-nav .menu-notification .dropdown-menu {
    right: -90px;
}

.crm_block {
    position: relative;
}

.crm_block p {
    margin-bottom: 100px;
}

.crm_ftr {
    position: absolute;
    bottom: 0;
}

.show_info span {
    text-transform: capitalize;
}

table.select_table th {
    text-align: inherit;
}

select option:hover {
    background: #000 !important;
}

select:focus>option:checked {
    background: #ff9500 !important;
}

/* reduce dropdown margin */
.dropdown-list {
    margin-top: 4px !important;
}

.info-msg {
    font-size: 15px;
    color: #2f2f39;
    font-weight: 600;
    line-height: 1;
    align-items: center;
}

/* media queris */

@media (max-width: 1199px) {
    .mt-10 {
        margin-top: 14px !important;
    }
}

@media (max-width: 436px) {
    .mt-10 {
        margin-top: 25px !important;
    }

}

.custom-datepicker .md-drppicker.double {
    width: 500px !important;

}

.pl-15 {
    padding-left: 22px;
}

.display-inline-block {
    display: inline-block !important;
}

@media(max-width:567px) {
    .custom-datepicker .md-drppicker.double {
        width: 300px !important;
    }
}

@media(max-width:367px) {
    .custom-datepicker .md-drppicker.double {
        width: 250px !important;
    }
}

.badge-theme {
    color: #ffa500;
    font-weight: bolder;
    float: right;
    border: 1px solid;
    border-radius: 25%;
    background-color: #fff !important;
}

ngx-intl-tel-input input::placeholder {
    color: #6c7585;
}

.add-exclude-popup-gray {
    background: #fbfbfb !important;
}

.access-token-icon {
    position: absolute;
    top: 6px;
    width: 44px !important;
    right: 4px;
}

.alternate-phoneno-dropdown .country-dropdown {
    width: 100% !important;
    min-width: 25rem !important;
}

.dynamic-scroll-attemptCall {
    overflow-x: hidden;
    overflow-y: auto;
    height: 415px;
}

.ng-select-show-info {
    display: inline-block;
}

.ng-select-show-info .ng-select.ng-select-single .ng-select-container {
    height: 32px !important;
}

.ng-select-show-info .show-label {
    align-self: center;
}

.ng-select-show-info .ng-dropdown-panel.ng-select-bottom {
    z-index: 4;
}

.ng-select-show-info .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-select-show-info .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
    background-color: #f2f2f2 !important;
}

.ng-select-show-info .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
    background-color: #f2f2f2 !important;
}

body.modal-open {
    padding-right: 0 !important;
}

.modal-backdrop {
    z-index: 99999999;
}

.modal {
    z-index: 999999999;
}

.cdk-overlay-container {
    z-index: 9999999999 !important;
}

header {
    z-index: 9999999 !important;
}

aside {
    z-index: 999999 !important;
}

.swal2-container.swal2-backdrop-show {
    z-index: 99999999999 !important;
}

.loginactivity-datepicker .md-drppicker {
    width: 500px !important;
}

.text-left {
    text-align: left
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
    color: #333;
    background-color: #f2f2f2 !important;
}


.setting-ngselect.ng-select-single .ng-select-container {
    height: 36px !important;
}

.w-30 {
    width: 30%;
}

.desktop-logout {
    display: block;
}

.mobile-logout {
    display: none;
}

.client-report-btn {
    width: 82% !important;
}

.vertical-align-middle {
    vertical-align: middle;
}

.mylead-table .table td .action-dropdown .dropdown-menu.show {
    z-index: 0;
}

.pro-user-select .ng-select .ng-select-container {
    cursor: pointer;
}


/* remove table border from nvr attended, call details, and nv recvd  */
.td-border-none {
    border: none !important;
}

.td-border-top {
    border-top: 1px solid #dee2e6 !important;
}

.td-border-top:after {
    content: "";
    height: 1px;
    background-color: #dee2e6;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.generaltbl th:after {
    content: none !important;
}

.td-border-left {
    border: 1px solid #dee2e6 !important;
}

.border-right-0 {
    border-right: none !important;
}

/* for canvas chart */
.barchart-canvas {
    display: block;
    max-height: 300px;
    height: 300px;
    width: 100%;
}

.donoghnutchart-canvas {
    display: block;
    max-height: 250px;
    height: 200px;
}

.donoghnutchart-canvas-leadreport {
    display: block;
    max-height: 500px;
    height: 400px;
}

.position-relative {
    position: relative;
}

/* canvas chart lead report */
.donoghnutchart-leadreport {
    max-height: 500px;
    height: 300px;
}

/* canvas chart periodic report */
.donoghnutchart-periodic-report {
    max-height: 300px;
    height: 250px;
}

/* canvas chart Emp report */
.donoghnutchart-emp-report {
    max-height: 400px;
    height: 300px;
}

/* canvas chart client report */
.donoghnutchart-client-report {
    max-height: 400px;
    height: 300px;
}


/* youtube icon color */
.red {
    color: #ff0000;
}

/* admin setting datepicker*/
.adminsetting-ipnut {
    font-size: 14px;
}

/* working hours */
.modal-worikgnhours {
    height: 500px;
}

.modal-worikgnhours iframe {
    height: 100%;
    width: 100%;
}

/* not pickupby client */
.no-data:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #dee2e6;
    bottom: 0;
}

/* add customer tag */
.addcustomer-tag-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.addcustomer-tag {
    background-color: #f8f8f8;
    border-left: 4px solid #ffa500;
    border-radius: 2px;
    padding: 8px;
    margin: 4px;
}

.addcustomer-tag p {
    margin-bottom: 0;
    font-size: 14px;
}

.multiselect-disable .multiselect-item-checkbox input[type=checkbox]:disabled:checked+div:before {
    background-color: #ccc !important;
    border-color: #ccc !important;
    color: #949494 !important;
}

/* lead table*/
.lead-tbl.search-params-fixed .table>thead>tr:last-child>th {
    top: 57px !important;
}

.lead-tbl.search-params-fixed .table>thead>tr:first-child th {
    height: 62px;
}


.lead-tbl.search-params-fixed .table>thead>tr>th:nth-child(4) {
    width: 120px;
    min-width: 120px;
    max-width: 350px;
    left: 300px;
    z-index: 2;
    position: -webkit-sticky;
    position: sticky;
}

.lead-tbl.search-params-fixed .table>tbody>tr>td:nth-child(4) {
    width: 120px;
    min-width: 120px;
    max-width: 350px;
    left: 300px;
    z-index: 1;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
}

.lead-tbl.search-params-fixed .table>tbody>tr>td:nth-child(4):before {
    content: "";
    border: 1px solid #dee2e6;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    z-index: -1;
}


.lead-tbl.search-params-fixed .table>thead>tr>th {
    top: -2px;
    z-index: 1;
    left: 0px;
    position: sticky;
}

.lead-tbl.search-params-fixed .table>thead>tr>th:nth-child(1) {

    z-index: 4;
}

/* lead sticky table */


/* responsive - media query */
@media (max-width: 1299px) {
    .alternate-phoneno-dropdown .country-dropdown {
        min-width: 20rem !important;
    }

    .reload-tab-text ul li {
        font-size: 14px;
    }

}

@media (max-width: 1199px) {
    .alternate-phoneno-dropdown .country-dropdown {
        min-width: 17rem !important;
    }

    .setting-page .setting-mainbody,
    .setting-panel-body {
        padding: 20px 0;
    }

    .invalid-csv-btn {
        padding: 10px 5px;
        margin-right: 10px !important;
    }

}

@media (max-width:991px) {

    .content-body.toggle-content-body,
    footer.toggle-footer {
        margin-left: 0 !important;
    }

    body:not(.sidebar-mini-md) .content-body,
    body:not(.sidebar-mini-md) footer {
        transition: margin-left .3s ease-in-out;
        margin-left: 0;
    }

    aside.toggle-aside {
        width: 86px;
        margin: 0;
    }

    aside.toggle-aside .nav-sidebar .nav .nav-item .nav-link p {
        display: block;
        font-size: 12px;
        /* transition: 0.2s ease-in-out; */
    }

    aside.toggle-aside .nav-sidebar .nav .nav-item .nav-link {
        padding: 12px 2px;
    }

    aside.toggle-aside .nav-sidebar .nav .nav-item.active .sidebar-submenu,
    aside.toggle-aside .nav-sidebar .nav .nav-item:hover .sidebar-submenu {
        left: 86px;
    }

    .site-logo-mobile .mobile-menu-toggle {
        float: left;
        font-size: 22px;
        padding: 12px 10px 0 0px;
    }

    .desktop-logout {
        display: none;
    }

    .mobile-logout {
        display: block;
    }

    .mobile-logout .dropdown-item {
        padding: 0 !important;
    }

    header .navbar-expand .navbar-nav .menu-help .nav-link i,
    header .navbar-expand .navbar-nav .menu-purchase .nav-link i {
        padding-right: 0;
    }

    .mobile-logout .signOutCIn,
    header .navbar-expand .navbar-nav .nav-link i {
        font-size: 22px;
        padding: 0 0 0 6px;
    }

    .step .field_info label {
        margin: 0 0 6px 0;
        line-height: 0;
        height: auto;
    }

    ul.client_list li {
        width: 33%;
    }

    .setting-page .setting-sidebar .setting-sidebar-logo img {
        max-width: 102px;
    }

    .mb-lg-2 {
        margin-bottom: 1em;
    }

    .bellicn {
        padding-top: 1px !important;
    }

    header .navbar-expand .navbar-nav .menu-notification .dropdown-menu {
        right: -16px;
    }

    .help-export-txt {
        font-size: 12px;
    }

    .donoghnutchart-canvas-leadreport {
        display: block;
        max-height: 800px;
        height: 500px;
    }

    .modal-worikgnhours {
        height: 300px;
    }

}

/* @media (max-width:767px){
	.w-30{width:70%;}
    .separator-item+.separator-item::before{padding-right: 4px; padding-left: 4px;}
    .separator-item{font-size: 12px;}

} */

@media (max-width:767px) {
    .w-30 {
        width: 70%;
    }

    .separator-item+.separator-item::before {
        padding-right: 4px;
        padding-left: 4px;
    }

    .help-export-txt {
        font-size: 12px;
    }

    .manage-emp-separator .separator-item {
        margin-left: 0 !important;
    }

    .separator .separator-item .dropdown-menu:before {
        left: 46px;
    }

    .separator .separator-item .dropdown-menu:after {
        left: 44px;
    }

    .client_block figure {
        width: 26px;
        height: 26px;
        line-height: 30px;
    }

    .client_block .detail h3 {
        font-size: 13px;
    }

    .client_block .detail span {
        font-size: 13px;
    }

    .mylead-table .sticky-col {
        position: relative;
    }

    /* remove sticky column from my lead tbl */
    .mylead-table.search-params-fixed .table>thead>tr>th,
    .mylead-table.search-params-fixed .table>thead>tr>th:nth-child(1),
    .mylead-table.search-params-fixed .table>thead>tr>th:nth-child(2),
    .mylead-table.search-params-fixed .table>tbody>tr>td:nth-child(2),
    .mylead-table.search-params-fixed .table>thead>tr>th:nth-child(3),
    .mylead-table.search-params-fixed .table>tbody>tr>td:nth-child(3),
    .mylead-table.search-params-fixed .table>thead>tr>th:nth-child(4),
    .mylead-table.search-params-fixed .table>tbody>tr>td:nth-child(4) {
        left: unset;
    }

    .mylead-table.search-params-fixed .table>thead>tr>th:nth-child(2),
    .mylead-table.search-params-fixed .table>thead>tr>th:nth-child(4) {
        min-width: 160px;
    }

    .mylead-table.search-params-fixed .table>thead>tr>th:nth-child(5) {
        min-width: 120px;
    }

    .mylead-table.search-params-fixed .table>thead>tr>th {
        min-width: 160px !important;
    }

    .mylead-table.search-params-fixed .table>thead>tr>th:nth-child(1) {
        min-width: 50px !important;
    }

    .mylead-table.search-params-fixed .table>thead>tr:last-child>th {
        top: 40px;
    }

    .satus-report-table tr th:first-child {
        min-width: 50px;
    }

    .satus-report-table tr th {
        min-width: 120px;
    }

    .satus-report-table .table>thead>tr>th {
        padding: 8px 4px;
    }

    .help-steps,
    .help-steps-bg {
        display: none;
    }

    .help_btm .device-connectcode-box {
        background: none;
        background-color: #2e2e3a;
    }

    .help_btm .device-connectcode-box .box_inn {
        max-width: 100%;
        float: unset;
        text-align: center;
        margin-top: 30px;
    }

    .help_btm .device-connectcode-box .box_inn p {
        text-align: center;
        margin: 0;
    }

    .notification-show-dropdown .text-right {
        text-align: left !important;
    }

    .password-grey-box {
        margin-top: 14px;
    }

}

.red {
    color: red;
}

.form-control.crm-api-token-input:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: white;
    opacity: 1;
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgb(255 152 0 / 60%);
    opacity: .65;
}

.custom-checkbox .checkbox-excel.custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgb(255 152 0 / 60%);
    border-color: rgb(255 152 0 / 60%);
    opacity: .65;
}

/* page not found page design */
.page-not-found {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}

.notfound-error .error-logo {
    height: 110px;
    margin: 0 10px 0 4px;
}

.notfound-error h2 {
    font-size: 9em;
}

.notfound-error .not-found-txt {
    color: #fc9605;
    font-size: 2em;
}

/* only for manage emp device connect code */
@media(max-width:575px) {
    .device-connect-code-modal .modal-dialog .modal-body h6.or-text {
        position: relative;
        right: 0;
        font-size: 15px;
        top: 0;
        color: #adabab;
        left: 0;
        display: inline-block;
        margin-top: 10px;
    }

    .device-connect-code-modal .modal-dialog .modal-body h6.or-text:before {
        content: "";
        position: absolute;
        bottom: -40px;
        left: -20px;
        height: 30px;
        width: 1px;
        background: #ddd;
        transform: rotate(-90deg);
        top: -5px;
    }

    .device-connect-code-modal .modal-dialog .modal-body h6.or-text:after {
        content: "";
        position: absolute;
        top: -5px;
        right: -20px;
        height: 30px;
        width: 1px;
        background: #ddd;
        transform: rotate(-90deg);
        left: unset;
    }


}

@media (max-width:567px) {
    .help_btm .box.box_1 .box_inn {
        max-width: 63%;
    }

    .ng-select-show-info {
        margin-bottom: 6px;
    }

    /* canvas{height: 100% !important; width: 100% !important;} */
    ul.client_list li {
        width: 50%;
    }

    .lead-status-tbl tr th {
        min-width: 130px;
    }

    .leads-status-tooltip .tooltip {
        width: 230px !important;
    }

    .loginactivity-datepicker .md-drppicker {
        width: 290px !important;
    }

    .setting-page .setting-mainbody .box-borderlabel {
        font-size: 12px;
    }

    .dash_block .dash_inn {
        margin: 0 0 10px 0;
        padding: 4px 8px;
    }

    .help_btm .box.box_1 .box_inn {
        max-width: 63%;
    }

    .help_btm .device-connectcode-box .box_inn {
        margin-top: 0;
    }

    .reload-tab-text ul li {
        display: block;
    }

    .table-footer-pagination .la-caret-left,
    .table-footer-pagination .la-caret-right {
        display: none;
    }

    .modal-worikgnhours {
        height: 350px;
    }
}

@media (max-width:475px) {
    .modal-worikgnhours {
        height: 270px;
    }

    .mylead-table.search-params-fixed .table>thead>tr:last-child>th {
        top: 36px;
    }
}

@media(max-width:390px) {

    .help_btm .box,
    .help_btm .box.box_1,
    .help_btm .box.box_2 {

        min-height: unset;
        padding: 8px 6px;

    }

    .help_btm .box.box_1 .box_inn {
        max-width: 73%;
    }
}

@media (max-width: 399px) {
    .mat-select-panel {
        min-width: calc(100% + -20px) !important;
    }

    .btn {
        font-size: 12px;
        font-weight: 700;
        padding: 10px 8px;
    }

    .lead_info .form-group .f_label {
        font-size: 13px;
    }

    .ng-select-show-info {
        margin-bottom: 6px;
    }

    .change-status-td {
        min-width: 130px;
    }

    .lead-status-tbl tr th {
        min-width: 130px;
    }

    .leads-status-tooltip .tooltip {
        width: 230px !important;
    }

    .setting-hr {
        width: 100%;
    }

    .share_link {
        font-size: 14px;
    }

    .reload-tab-text ul li {
        font-size: 13px;
    }

    .dash_block .dash_inn span {
        font-size: 12px;
    }

    .api-token-formgroup {
        max-width: 100% !important;
    }

    ul.client_list li {
        width: 100%;
    }

    .modal-worikgnhours {
        height: 200px;
    }


    .mylead-table.search-params-fixed .table>thead>tr>th:nth-child(1) {
        padding: 22px 6px;
    }
}

@media (max-width: 350px) {
    .dash-width {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

/* general setting */
.general-setting-info {
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 4px;
    position: relative;
}

.general-setting-info:before {
    position: absolute;
    left: -10px;
    top: 18px;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f4f4f4;
}

/* help tab new design */
.device-connect-code {
    border: 2px solid #ffa500;
    border-radius: 54px;
    position: relative;
    max-width: 480px;
    margin: auto;
    margin-bottom: 1em;
    background-color: #2f2f39;
    color: white;
    text-align: center;
    padding-bottom: 0.7em;
    font-size: 20px;
}

/* .device-connect-code .device-code-img{position: absolute; left: -20px; height: 54px; width: 54px; border-radius: 50%;padding: 12px; background-color: white; border: 2px solid #ffa500;top: -6px;} */
.device-connect-code p {
    margin-bottom: 0;
    padding: 0.7em 0.5em 0.2em 0.5em;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.device-connect-code strong {
    color: #ffa500;
    font-size: 24px;
}

.device-connect-code .la-copy {
    font-size: 20px;
    padding: 2px;
    margin-left: 4px;
    background-position: center;
    transition: background 0.8s;
}

.help-steps-bg {
    background-color: #f6f6f6;
    padding: 2em 0;
    margin-top: 2.5em !important;
}

.help_btm {
    margin: 0 !important;
}

.help_btm .box {
    padding: 20px;
}

.help_btm .box.box_1 p {
    font-size: 14px;
}

@media(max-width:1499px) {
    .help_btm .box {
        padding: 12px;
    }
}

@media(max-width:1366px) {
    .help_btm .box.box_1 p {
        font-size: 13px;
    }

    .help_btm .box.box_1 .box_inn {
        max-width: 74%;
    }

}

@media(max-width:1199px) {
    .device-connect-code {
        margin-top: 14px;
    }
}

@media (max-width: 567px) {
    .device-connect-code {
        max-width: 400px;
    }

    .device-connect-code p,
    .device-connect-code p .la-copy {
        font-size: 14px;
    }
}

/* manage storage pregress bar */
.manage-storage-progressbar .reading-block {
    font-size: 28px !important;
    transform: translateY(53px) !important;
    font-weight: bold;
}

.manage-storage-progressbar .reading-label {
    font-size: 16px !important;
    top: -50px !important;
}

.manage-storage-progressbar {
    position: relative;
    margin-top: 15px;
    width: 200px;
    margin: auto;
    margin-top: 22px;
}

.manage-storage-progressbar .left-txt {
    position: absolute;
    left: -18px;
    bottom: 30px;
    text-align: center;
}

.manage-storage-progressbar .right-txt {
    position: absolute;
    right: -12px;
    bottom: 30px;
    text-align: center;
}

.manage-storage-progressbar p {
    margin-bottom: 0;
}

.storage-dropdwon {
    display: inline-block !important;
    width: 85px;
    margin: 0 4px;
}

.addstorageModal .modal-header {
    border-bottom: 0 !important;
}

.addstorageModal .modal-header .modal-title .las {
    color: #ffa500;
}

.addstorageModal .modal-footer {
    border-top: 0 !important;
}

.addstorageModal .modal-body p {
    font-size: 18px;
}

.phone-number-disable .iti input {
    background-color: #f2f2f2 !important;
}

.font-style {
    font-style: inherit;
}

/* swal conatiner */
.swal2-popup.swal2-toast {
    padding: 0.5em 1em !important;
}

.swal2-toast-shown .swal2-container {
    width: 460px !important;
}

.swal2-popup.swal2-toast .swal2-title {
    color: white !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 0.5em !important;
    line-height: 1.5 !important;
}

.swal2-popup.swal2-toast {
    width: 100% !important;
}

/* error icon */
.swal2-toast .swal2-icon-show {
    color: white !important;
    border-color: white !important;
    border-width: 2px !important;
}

.swal2-toast .swal2-x-mark {
    display: none !important;
}

.swal2-toast .swal2-error:before {
    content: '' !important;
    background-image: url(/assets/img/error.png) !important;
    background-repeat: no-repeat;
    height: 31px;
    width: 32px;
    position: absolute;
    padding: 8px;
    top: 10px;
    left: 10px;
    right: 0;
    margin: auto;
}

/* success icon */
.swal2-toast .swal2-success-ring,
.swal2-toast .swal2-success-circular-line-left,
.swal2-toast .swal2-success-line-tip,
.swal2-toast .swal2-success-line-long,
.swal2-toast .swal2-success-circular-line-right,
.swal2-toast .swal2-success-fix {
    display: none !important;
}

.swal2-toast .swal2-success:before {
    content: '' !important;
    background-image: url(/assets/img/success.png) !important;
    background-repeat: no-repeat;
    height: 31px;
    width: 32px;
    position: absolute;
    padding: 8px;
    top: 10px;
    left: 3px;
    right: 0;
    margin: auto;
}

/* warning icon */
.swal2-toast .swal2-warning {
    position: relative;
}

.swal2-toast .swal2-warning:before {
    content: '' !important;
    background-image: url(/assets/img/warning.png) !important;
    background-repeat: no-repeat;
    height: 31px;
    width: 32px;
    position: absolute;
    padding: 8px;
    top: 5px;
    left: 3px;
    right: 0;
    margin: auto;
}


.admin-select-dropdwon.ng-select.ng-select-single .ng-select-container {
    height: 36px !important;
}

.swal2-toast .swal2-icon-content {
    display: none !important;
}

/* info icon */
.swal2-toast .swal2-info:before {
    content: '' !important;
    background-image: url(/assets/img/info.png) !important;
    background-repeat: no-repeat;
    height: 31px;
    width: 32px;
    position: absolute;
    padding: 8px;
    top: 5px;
    left: 14px;
    right: 0;
    margin: auto;
}

.swal2-popup.swal2-toast .swal2-icon {
    width: 2.5em !important;
    height: 2.5em !important;
    min-width: 2.5em !important;
}

.swal2-toast.swal2-icon-info {
    filter: drop-shadow(0 0 4px rgba(56, 56, 56, 0.41));
    border-radius: 5px !important;
    background-color: #5590e0 !important;
}

.swal2-toast.swal2-icon-warning {
    filter: drop-shadow(0 0 4px rgba(56, 56, 56, 0.41));
    border-radius: 5px !important;
    background-color: #edbd2b !important;
}

.swal2-toast.swal2-icon-error {
    filter: drop-shadow(0 0 4px rgba(56, 56, 56, 0.41));
    border-radius: 5px !important;
    background-color: #e03e64 !important;
}

.swal2-toast.swal2-icon-success {
    filter: drop-shadow(0 0 4px rgba(56, 56, 56, 0.41));
    border-radius: 5px !important;
    background-color: #39d16e !important;
}


.disable {
    pointer-events: none;
    cursor: not-allowed;
}

.ng-select.ng-invalid.ng-touched .ng-select-container {
    border-color: #e93131 !important;
}

.gray {
    background: #f4f4f4;
}

#updateReassignto .addNumberPopup .or-text:before {
    border-right: 1px solid #ccc;
    content: " ";
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
}

#updateReassignto .addNumberPopup .or-text:after {
    content: "OR";
    position: absolute;
    right: -20px;
    top: 50%;
    padding: 0;
    background: #fff;
    transform: translateY(-50%);
    color: #2f2f39;
    z-index: 2;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
}

#updateReassignto .control-label {
    font-weight: bold;
}

#updateReassignto .btn-bottom {
    position: absolute;
    bottom: 8px;
}

#updateReassignto .alert {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    text-align: left;
}

#updateReassignto .las {
    font-size: 18px;
    line-height: 1.6;
}

@media(max-width: 567px) {
    #updateReassignto .addNumberPopup .or-text:after {
        right: 0;
        bottom: -232px;
        left: 0;
        margin: auto;
    }
}

.custom-input {
    position: relative;
}

.custom-input .swal2-label {
    font-size: 13px !important;
}

.custom-warning-icn {
    color: #ff0000;
    position: absolute;
    top: 73.5%;
    left: 47%;
}

.custom-warning-icn1 {
    color: #ff0000;
    position: absolute;
    top: 71.5%;
    left: 47%;
}



.cross-btn-margin {
    position: absolute;
    right: 18px;
    top: 20px;
    background-color: transparent;
    border: none;
    font-weight: bold;
}

.recording-custom-select .ng-select.ng-select-single .ng-select-container {
    height: 36px !important;
}

/* purchase subscription */
.subscription-select .ng-select.ng-select-single .ng-select-container {
    height: 36px !important;
}

.p-phone-input .ng-select .ng-select-container .ng-value-container {
    padding-left: 10px !important;
}

.alert-inner-border {
    border: 1px solid #fc8b05 !important;
}

.swal2-checkbox input {
    accent-color: #ffa500;
    height: 17px;
    width: 15px;
    position: absolute;
    left: -6px;
    top: 2px;
}

.swal2-checkbox .swal2-label {
    font-size: 13px;
}

.line-height-0 {
    line-height: 0 !important;
}

/* for add your comment swal */
.custom-input-comment {
    max-width: 86%;
}

.input-comment {
    width: 85% !important;
}

.capitalize {
    text-transform: capitalize
}

@media(max-width: 412px) {
    .custom-input {
        margin: 0 4px !important;
    }

    .swal2-shown .swal2-title {
        font-size: 18px;
    }
}

@media (max-width: 356px) {

    /* .custom-input{display: block !important;text-align: center;} */
    .custom-input input {
        margin-bottom: 21px !important;
    }

    /* .custom-input .swal2-label{display:block !important;} */
    .custom-warning-icn {
        left: 15%;
        top: 72%;
    }

    .swal2-shown .swal2-title {
        font-size: 16px !important;
    }

    .span-2 {
        display: block !important;
    }

    .swal2-checkbox input {
        left: 35px;
        top: 3px;
    }

}

@media (max-width: 330px) {
    .custom-input .swal2-label {
        font-size: 14px !important;
    }

}

@media(max-width: 320px) {
    .lead_info {
        margin-top: 20px;
    }
}

@media(max-width: 425px) {
    .lead_info {
        margin-top: 20px;
    }
}

.table-footer-pagination .pagination-page .list-inline-item a {
    font-size: 18px;
    color: #626262;
}

.step .alert-theme {
    color: #fc8b05;
    background-color: #fffcea;
    font-size: 15px;
    position: relative;
    border: 1px solid #fc8b05;
}

.table-footer-pagination .pagination-page .list-inline-item a.active,
.table-footer-pagination .pagination-page .list-inline-item a:hover,
.table-footer-pagination .pagination-page .list-inline-item a:hover i {
    color: #2f2f39;
}

.table-footer-pagination .pagination-page .list-inline-item a.active,
.md-drppicker {
    font-weight: 700;
}

.add-feature-select .custom-control-label::after {
    cursor: pointer;
}

.step .alert-theme {
    color: #fc8b05;
    background-color: #fffcea;
    font-size: 15px;
    position: relative;
    border: 1px solid #fc8b05;
}

modal-container .modal-dialog {
    max-width: 600px !important;
    min-height: calc(100% - 3.5rem);
    display: flex;
    align-items: center;
}

/* no emp reg */

.no-emp-reg {
    text-align: left;
    background-color: #fafafa;
    display: flex;
    padding: 1.4em;
    width: 100%;
    margin-bottom: 12px;
}

.no-emp-reg-icn {
    background-color: #fff;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    margin-right: 12px;
}

.no-emp-code {
    color: #ff9500;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0.6em;
}

/* support new design */

.support-contact-wrapper {
    display: flex;
    gap: 16px;
    margin-top: 40px;
}

.support-contact {
    display: flex;
    gap: 20px;
    background-color: #F9F9F9;
    padding: 10px 16px;
    width: 50%;
    margin-bottom: 12px;
}

.support-contact-img {
    min-width: 100px;
}

.support-contact-img img {
    height: 100px;
    width: 100px;
    border: 1px solid #DFDFDF;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.support-contact-desc {
    gap: 20px;
    display: flex;
}

.support-contact ul {
    list-style-type: none;
    padding-inline-start: 0;
    margin-bottom: 0;
    max-width: 50%;
}

.support-contact ul li {
    color: #636363;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    gap: 10px;
}

.support-contact li.title {
    color: #2F2F39;
    font-weight: 600;
    font-size: 14px;
}

.support-contact li.title p {
    color: #636363;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}

.support-contact ul li a {
    color: #ffa500;
    font-weight: 500;
    font-size: 14px;
    word-break: break-all;
    line-height: 1.2;
    white-space: break-spaces;
}

.support-code-desc {
    font-weight: 800;
    font-size: 30px;
    color: #FFA500;
    text-transform: uppercase;
}

.line-h-0 {
    line-height: 0;
}

.mail-icon {
    font-size: 18px;
}

@media(max-width: 1600px) {
    .support-contact-wrapper {
        flex-direction: column;
    }

    .support-contact {
        width: 100%;
    }
}

.custom-connectedcode {
    color: #FFA500;
    padding-left: 5px;
}


@media(max-width: 567px) {
    .support-contact {
        flex-direction: column;
    }
}

@media(max-width: 500px) {
    .support-contact-desc {
        flex-direction: column;
    }

    .title span {
        padding-left: 0;
    }

    .support-contact ul {
        max-width: 100%;
    }
}

.tooltip-for-report {
    position: relative;
    display: inline-block;
}

.tooltip-for-report .tooltip {
    left: -120px !important;
    transform: unset !important;
    position: absolute !important;
    width: 280px !important;
    top: -60px !important;
}

.custom-dropdown .dropdown-list {
    position: inherit !important;
}

.input-error .dropdown-btn {
    border-color: #e93131 !important;
}

.content-body .content .custom-card .subscription-tabs .nav-tabs {
    display: flex;
}

.display-flex {
    display: flex;
}

.width-45 {
    width: 45%;
}

.component-label-required {
    color: red;
    padding-left: 1px;
}

.component-footer {
    text-align: center;
    display: block !important;
}

.title div {
    font-size: 13px;
    color: #616161;
}

.content-body .content .custom-card .subscription-tabs .nav-tabs {
    display: flex;
}

/* only for user setting mobile dropdown */
/* .usersetting-phone .country-dropdown{z-index: 9999 !important; width: 18rem !important;} */
.usersetting-phone .iti {
    width: 100%;
}

.usersetting-phone .iti__flag-container {
    right: 0 !important;
}

.usersetting-phone .iti--allow-dropdown input {
    width: 100%;
}

.usersetting-phone .country-dropdown {
    width: 100% !important;
    z-index: 9999 !important;
}

.usersetting-phone .iti__country-list {
    width: 100%;
    overflow-x: hidden;
}

.usersetting-phone .iti__country-name {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
}

.content-body .content .custom-card .subscription-tabs .nav-tabs {
    display: flex;
}

.custom-form-dropdown .ng-dropdown-panel {
    position: static !important;
    border: none !important;
}

.custom-form-dropdown .ng-dropdown-panel-items.scroll-host {
    border: 1px solid #dfdfdf !important;
    border-radius: 4px !important;
}

.custom-datepicker .md-drppicker {
    z-index: 9999;
}

/* for crm */
.crm-inner-title {
    display: block;
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 16px;
}

.text-error.ng-invalid.ng-touched {
    border: 1px solid #f44336;
    height: 125px;
    font-size: 14px;
    color: #636363;
}

.custom-date .md-drppicker {
    position: relative;
    width: fit-content;
}

.ng-select .ng-select-container .ng-value-container .ng-input>input {
    cursor: pointer !important;
}

select {
    cursor: pointer;
}

.custom-daterange .md-drppicker.shown {
    top: 58px !important;
}

.custom-dynamic-select .ng-select .ng-has-value .ng-placeholder {
    display: block !important;
}

.billing-select-disable .ng-select.ng-select-single .ng-select-container {
    /* pointer-events: none;
    cursor: not-allowed; */
    background: whitesmoke !important;
}

.billing-select .ng-select.ng-select-single .ng-select-container,
.select-option-card .ng-select.ng-select-single .ng-select-container {
    height: 36px !important;
}

.no-of-acc .ng-select.ng-select-single .ng-select-container,
.select-option-card .ng-select.ng-select-single .ng-select-container {
    height: 36px !important;
}

.faq-accordion .demo {
    font-size: 40px;
}


.pointer-events-none {
    pointer-events: none;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.theme-color {
    color: #ffa500 !important;
}

.custom-disable-select .ng-select.ng-select-single .ng-select-container {
    background-color: #e9e9e9;
}

.disable-color {
    background-color: rgb(243, 239, 239) !important;
    pointer-events: none !important;
}

.custom-disable .ng-select,
.custom-disable .iti.separate-dial-code {
    cursor: not-allowed !important;
}
.custom-disable .lead_info .form-group .form-control {
    background-color: rgb(243, 239, 239) !important;
    pointer-events: none !important;
}

.custom-disable .ng-select .ng-select-container {
    background-color: rgb(243, 239, 239) !important;
    pointer-events: none !important;
}

.custom-disable .iti.separate-dial-code input {
    background-color: rgb(243, 239, 239) !important;
    pointer-events: none !important;
}

.custom-disable .multiselect-dropdown{
    background-color: rgb(243, 239, 239) !important;
    pointer-events: none !important;
}
.custom-disable .custom-indiamart-input-group{
    cursor: not-allowed !important;
}
.custom-disable .custom-indiamart-input-group .custom-indiamart-input{
    background-color: rgb(243, 239, 239) !important;
    pointer-events: none !important;

}

.beta-label {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
    border-radius: 10px 0 10px 0;
}


header .navbar-expand .navbar-nav .whats-new-popup .nav-link i {
    position: relative;
    padding-right: 7px;
    top: 2px;
}

/* Modal : whats-new-popup-modal custom css */

.releasenote-description p img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin-top: 10px;
}

.beta-label {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
    border-radius: 10px 0 10px 0;
}

.step .release-note-tab-content {
    padding: 10px 30px 0 30px;
}

.release_note_lead_btn {
    width: 100%;
    margin: 0;
    padding: 20px 10;
    border-top: 1px solid #d4dae0;
    text-align: center;
    text-transform: uppercase;
    padding-right: 10px;
    padding-left: 10px;
}

.release_note a {
    color: #007bff;
    text-decoration: underline;
}

.ql-tooltip .ql-editing {
    margin-top: 0px !important;
    top: 1px !important;
}

.ql-container.ql-snow {
    min-height: 300px;
}

.alert-success-published {
    border-color: #75b57b !important;
    background-color: #f8fff9 !important;
    font-size: 15px;
    color: #1cab2a !important;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    float: right;
}

.alert-danger-draft {
    border-color: #e6aaaa;
    background-color: #fff3f3;
    font-size: 15px;
    color: #c63131;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    float: right;
}

.announcement-msg.alert.alert-theme {
    background-color: #ffffff;
    min-height: 70px;
    padding: 24px 45px;
    color: #404040;
    border: 1px solid #FFA500;
    border-radius: 0px;
    z-index: 0;
}

.announcement-msg.alert-theme:after {
    content: "";
}

.ann-msg-text {
    line-height: 18px;
    font-size: 16px;
    padding-left: 180px;
    padding-right: 24px;
}
@media screen and (max-width:767px) {
    .ann-msg-text {
    line-height: 18px;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
}
}
.announcement-msg .ann-msg-text span {
    overflow-wrap: break-word;
}

.announcement-msg .ann-msg-text span a {
    color: #5858ac;
    text-decoration: underline;
}

.ann_wrapper {
    position: absolute;
    left: -14px;
    top: 10px;
}

.ann_wrapper--main {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #FFA500;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    width: max-content;
    padding: 10px 6px 8px 24px;
}

.poly {
    position: absolute;
    top: 0px;
    right: -23px;
    z-index: 0;
    background-color: #FFA500;
    width: 46px;
    aspect-ratio: 1;
    clip-path: polygon(100.00% 50.00%, 50.00% 100.00%, 0.00% 50.00%, 50.00% 0.00%);
}

.ann_wrapper--main::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -7px;
    left: 0;
    width: 14px;
    height: 7px;
    background: #909090;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.announcement-btn-theme,
.announcement-btn-theme:hover {
    color: #ffffff;
    background: #ffa500;
    border-color: #ffa500;
    margin-top: 15px;
}

.announcement {
    margin-left: 6px;
    margin-top: -2px;
    z-index: 1;
}

.announcement-close {
    padding-top: 42px;
}

.announcement-msg .close {
    position: absolute;
    top: 8px;
    right: 0;
}

.announcement-count-color {
    color: #e93131 !important;
}

.angular-editor-conatiner.text-exceed .angular-editor .angular-editor-wrapper .angular-editor-textarea,
.angular-editor-conatiner.text-exceed .angular-editor .angular-editor-wrapper .angular-editor-textarea:focus-visible {
	border: 1px solid #e93131!important;
    outline: unset!important;
}


/* subscription_connectors--carousel */

.subscription_connectors--carousel .owl-carousel .card.connector-card {
    width: 200px;
    max-width: 200px;
}

.subscription_connectors--carousel .owl-carousel {
    position: relative;
}

.subscription_connectors--carousel .owl-carousel .owl-stage-outer{
    margin-inline: 40px;
    z-index: 1;
}

.subscription_connectors--carousel .owl-carousel .owl-stage-outer .owl-stage {
    padding-right: -72px!important;
    padding-left: 0px!important;
    display: flex;
}

.subscription_connectors--carousel .owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0%;
    position: absolute;
    width: 100%;
    height: 100%;
}

.subscription_connectors--carousel .owl-carousel .owl-item img {
    width: unset;
}

/* .subscription_connectors--carousel .owl-carousel .owl-stage-outer div {
    padding-inline: 32px;
} */

.subscription_connectors--carousel .owl-carousel .owl-nav .owl-prev,
.subscription_connectors--carousel .owl-carousel .owl-nav .owl-next {
    background-color: #FFF;
    font-size: 32px;
    display: flex;
    height: 100%;
}

.subscription_connectors--carousel .owl-carousel .owl-nav .owl-prev i,
.subscription_connectors--carousel .owl-carousel .owl-nav .owl-next i {
    align-self: center;
}

.subscription_connectors--carousel .owl-carousel .owl-item .card.connector-card .card-footer {
    height: 46px;
}
/* @media (min-width: 1650px) {.subscription_connectors--carousel .owl-carousel .owl-nav {
    display: none;
}} */

@media (min-width: 768px) {
    .content-body .content .custom-card .tabs-block .card.connector-card {
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: 0.25rem;
    }

    .content-body .content .custom-card .tabs-block .card.connector-card.active-connector-card {
        border: 1px solid #FFA500;
        border-radius: 0.25rem;
    }
}
.angular-editor-conatiner .angular-editor .angular-editor-wrapper .angular-editor-textarea a{
    color: #5858ac;
    text-decoration: underline;
}
.ann_wrapper--main-two {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #009900;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    width: max-content;
    padding: 10px 6px 8px 24px;
}

/* ******************************************************************************************************************************* */

/* Announcement CSS Styles Theme Wise */

/* Announcement Alert : Common Styles */
.alert.announcement_alert {
    background-color: #FFF;
    border: 1px solid #FFA500;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
}

.announcement_alert.alert .alert--inner .alert_msg p span {
    word-break: break-word;
    white-space: break-spaces;
}
.announcement_alert.alert .alert--inner .alert_msg p span p a{
    color: #5858ac;
text-decoration: underline;
}

.announcement_alert.alert a{
color: #5858ac;
text-decoration: underline;
}
/* .alert.announcement_alert.alert-dismissible .alert--inner .close {
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width:767px) {
    .alert.announcement_alert.alert-dismissible .alert--inner .close {
        top: 0;
        transform: translateY(0);
    }
} */

/* Announcement Alert : Theme 2 */

.alert.announcement_alert.alert_theme--two {
    color: #2F2F39;
}

.alert.announcement_alert.alert_theme--two.alert-dismissible .alert--inner {
    border-radius: 10px;
}

.alert.announcement_alert.alert_theme--two .alert--inner .title--wrapper .title {
    background-color: #FFA500;
    width: max-content;
    border-radius: 0px 0px 10px 10px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    margin-bottom: 1rem !important;
}

.alert.announcement_alert.alert_theme--two .alert--inner .title--wrapper .title h3 {
    color: #FFF;
    font-size: 24px;
    font-weight: 800;
}

.alert.announcement_alert.alert_theme--two .alert--inner .alert_msg p {
    padding: 1rem 3rem 1rem 1rem;
}

@media screen and (max-width:767px) {

    .alert.announcement_alert.alert_theme--two .alert--inner .title--wrapper {
        padding-right: 0;
        padding-left: 10px;
        border-radius: 10px 10px 0px 0px;
    }

    .alert.announcement_alert.alert_theme--two .alert--inner .title--wrapper .title {
        /* position: static;
        flex-direction: row;
        align-items: center;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
        border-radius: 10px 10px 0px 0px;
        width: unset;
        margin-left: unset !important;
        margin-right: unset !important;
        margin-bottom: unset !important; */
    }

    .alert.announcement_alert.alert_theme--two .alert--inner .title--wrapper .title h3 {
        margin-top: 8px;
    }

    .alert.announcement_alert.alert_theme--two .alert--inner .alert_msg p {
        /* text-align: center; */
        padding: 1rem;
        padding-left: 0.5rem;
        padding-right: 2.5rem;
    }

    .alert.announcement_alert.alert_theme--two.alert-dismissible .alert--inner .close {
        /* color: #FFFFFF; */
        opacity: 1;
        top: 0px;
        color: #636363;
    }

}
@media screen and (max-width:575px) {
    .alert.announcement_alert.alert_theme--two .alert--inner .alert_msg p {
        /* text-align: center; */
        padding: 1rem;
        padding-top: 0rem;
        padding-bottom: 1.5rem;
    }
}


/* ****************************************************************************************************************************** */

/* Announcement Alert : Theme 3 */

.alert.announcement_alert.alert_theme--three .alert--inner .title--wrapper--border {
    background-color: #ffa50078;
    /* border-top-left-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    border-top-right-radius: 50px 250px;
    border-bottom-right-radius: 50px 250px; */
    border-radius: 10px;
    border-top-right-radius: 30px 90px;
    border-bottom-right-radius: 60px 100px;
    padding-right: 0.85rem;
}

.alert.announcement_alert.alert_theme--three .alert--inner .title--wrapper {
    background-color: #FFA500;
    /* border-top-right-radius: 50px 250px;
    border-bottom-right-radius: 50px 250px;
    border-top-left-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px; */
    border-radius: 10px;
    border-top-right-radius: 25px 85px;
    border-bottom-right-radius: 65px 95px;
    background-image: url('/assets/img/announce_icn_3.svg');
    background-repeat: no-repeat;
    background-position: 22px 10px;
}

.alert.announcement_alert.alert_theme--three .alert--inner .title--wrapper .title h3 {
    color: #FFF;
    font-size: 24px;
    font-weight: 800;
}

.alert.announcement_alert.alert_theme--three .alert--inner .alert_msg p {
    color: #FFA500;
    font-weight: 500;
    padding: 1rem 4rem 1rem 1rem;
}

.alert.announcement_alert.alert_theme--three .alert--inner button {
    color: #2F2F39;
    padding-top: 5px;
    padding-right: 12px;
}

.alert.announcement_alert.alert_theme--three.alert-dismissible .alert--inner .close {
    background: #FFA500;
    opacity: 1;
    color: #FFF;
    border-radius: 100% 0% 15% 90% / 0% 100% 0% 100%;
    border-top-right-radius: 10px;
}

@media screen and (max-width:767px) {
    .alert.announcement_alert.alert_theme--three .alert--inner {
        display: flex;
        flex-direction: column;
    }

    .alert.announcement_alert.alert_theme--three .alert--inner .title--wrapper--border {
        padding-right: 0;
        border-top-right-radius: unset;
        border-bottom-right-radius: unset;
        border-radius: 10px 10px 0px 0px;
    }

    .alert.announcement_alert.alert_theme--three .alert--inner .title--wrapper {
        border-top-right-radius: unset;
        border-bottom-right-radius: unset;
        border-top-left-radius: unset;
        border-bottom-left-radius: unset;
        border-radius: 10px 10px 0px 0px;
        background-position: 22px 3px;
    }

    .alert.announcement_alert.alert_theme--three .alert--inner .title--wrapper .title {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 2rem;
        padding-right: 2rem;
        border-radius: 10px 10px 0px 0px;
    }

    .alert.announcement_alert.alert_theme--three .alert--inner .title--wrapper .title h3 {
        text-align: center;
    }

    .alert.announcement_alert.alert_theme--three .alert--inner .alert_msg p {
        padding: 1rem;
        /* text-align: center; */
    }

    .alert.announcement_alert.alert_theme--three.alert-dismissible .alert--inner .close {
        position: absolute;
        top: 8px;
        background-color: transparent;
        color: #FFF;
        opacity: 1;
        border-radius: 0px 10px 10px 0px;
    }
}

/* ******************************************************************************************************************************* */

/* Announcement Alert : Theme 4 */

.alert.announcement_alert.alert_theme--four .alert--inner .title--wrapper {
    background-color: #FFA500;
    border-radius: 10px 0px 0px 10px;
    background-image: url('/assets/img/announce_icn_3.svg');
    background-repeat: no-repeat;
    background-position: 10% 50%;
    position: relative;

}

.alert.announcement_alert.alert_theme--four .alert--inner .title--wrapper .announcement-upper-traingle {
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background-color: #FFFFFF;
    position: absolute;
    top: 5px;
    right: -1px;
    height: 35%;
    width: 8%;
    border: none;
}

.alert.announcement_alert.alert_theme--four .alert--inner .title--wrapper .title h3 {
    color: #FFF;
    font-size: 24px;
    font-weight: 800;
}

.alert.announcement_alert.alert_theme--four .alert--inner .alert_msg {
    padding: 1rem 4rem 1rem 1rem;
}

.alert.announcement_alert.alert_theme--four .alert--inner .alert_msg p {
    color: #2F2F39;
    font-weight: 500;
}

.alert.announcement_alert.alert_theme--four .alert--inner button {
    color: #2F2F39;

}

.alert.announcement_alert.alert_theme--four.alert-dismissible .alert--inner .close {
    color: #FFFFFF;
    opacity: 1;
    border-radius: 0px 10px 0px 10px;
    background-color: #FFA500;

}

.alert.announcement_alert.alert_theme--four.alert-dismissible .alert--inner .close span {
    padding: 0px;
}

.alert.announcement_alert.alert_theme--four.alert-dismissible .alert--inner .close .arrow_close-btn {
    height: 100%;
}

@media screen and (max-width:767px) {
    .alert.announcement_alert.alert_theme--four .alert--inner {
        display: flex;
        flex-direction: column;
    }

    .alert.announcement_alert.alert_theme--four .alert--inner .title--wrapper {
        justify-content: center;
        border-radius: 10px 10px 0px 0px;
    }

    .alert.announcement_alert.alert_theme--four .alert--inner .alert_msg {
        padding: 1rem;
    }

    .alert.announcement_alert.alert_theme--four .alert--inner .title--wrapper .announcement-upper-traingle {
        display: none;
    }

    /* .alert.announcement_alert.alert_theme--four .alert--inner .alert_msg p {
        text-align: center;
    } */

    .alert.announcement_alert.alert_theme--four.alert-dismissible .alert--inner .close {
        height: unset;
        background-color: transparent;
        color: #FFF;
        opacity: 1;
        border-radius: 0px 10px 10px 0px;
    }

    .alert.announcement_alert.alert_theme--four.alert-dismissible .alert--inner .close .arrow_close-btn {
        display: none;
    }
}

/* ****************************************************************************************************************************** */

/* Announcement Alert : Theme 5 */

.alert.announcement_alert.alert_theme--five .alert--inner .title--wrapper .inverse-triangle {
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    background-color: #2F2F39;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
}

.alert.announcement_alert.alert_theme--five .alert--inner .title--wrapper .inverse-triangle img {
    margin-bottom: 12px;
}

.alert.announcement_alert.alert_theme--five .alert--inner .title--wrapper .title {
    transform: translateX(-18px);
}

.alert.announcement_alert.alert_theme--five .alert--inner .title--wrapper .title h3 {
    color: #404040;
    font-size: 22px;
    font-weight: 800;
}

.alert.announcement_alert.alert_theme--five .alert--inner .alert_msg {
    padding: 1rem 4rem 1rem 1rem;
}

.alert.announcement_alert.alert_theme--five .alert--inner .alert_msg p {
    color: #2F2F39;
    font-size: 15px;
    font-weight: 500;
}

.alert.announcement_alert.alert_theme--five.alert-dismissible .alert--inner .close {
    color: #636363;
}

@media screen and (max-width:767px) {
    .alert.announcement_alert.alert_theme--five .alert--inner {
        flex-direction: column;
    }

    .alert.announcement_alert.alert_theme--five .alert--inner .title--wrapper {
        background-color: #FFA500;
        justify-content: center;
        position: relative;
        border-radius: 10px 10px 0px 0px;
        background-image: url('/assets/img/announce_icn_3.svg');
        background-repeat: no-repeat;
        background-position: 10% 50%;
    }

    .alert.announcement_alert.alert_theme--five .alert--inner .title--wrapper .inverse-triangle {
        position: absolute;
        left: 0;
    }

    .alert.announcement_alert.alert_theme--five .alert--inner .title--wrapper .title {
        padding: 1rem 0rem;
        transform: translateX(0px);
    }

    .alert.announcement_alert.alert_theme--five .alert--inner .title--wrapper .title h3 {
        color: #FFF;
    }

    .alert.announcement_alert.alert_theme--five .alert--inner .alert_msg {
        padding: 1rem;
        /* text-align: center; */
        margin-left: 140px;
        padding-right: 1.75rem;
    }

    /* .alert.announcement_alert.alert_theme--four .alert--inner .alert_msg p {
        text-align: center;
    } */

    .alert.announcement_alert.alert_theme--five.alert-dismissible .alert--inner .close {
        color: #636363;
        opacity: 1;
    }
}
@media screen and (max-width:576px) {
    .alert.announcement_alert.alert_theme--five .alert--inner .alert_msg {
        margin-left: unset;
        margin-top: 60px;
        padding-right: unset;
    }
}

/* ******************************************************************************************************************************** */

/* Announcement Alert : Theme 6 */

.alert.announcement_alert.alert_theme--six .alert--inner .title--wrapper .bg-circle {
    width: max-content;
}

.alert.announcement_alert.alert_theme--six .alert--inner .title--wrapper .bg-circle img {
    display: block;
    height: 75px;
    width: auto;
    margin-bottom: 12px;
}

.alert.announcement_alert.alert_theme--six .alert--inner .title--wrapper .inverse-triangle img {
    margin-bottom: 12px;
}

/* .alert.announcement_alert.alert_theme--six .alert--inner .title--wrapper .title {
    transform: translateX(-18px);
} */

.alert.announcement_alert.alert_theme--six .alert--inner .title--wrapper .title h3 {
    color: #404040;
    font-size: 22px;
    font-weight: 800;
}

.alert.announcement_alert.alert_theme--six .alert--inner .alert_msg {
    padding: 1rem 4rem 1rem 1rem;
}

.alert.announcement_alert.alert_theme--six .alert--inner .alert_msg p {
    color: #FFA500;
    font-size: 15px;
    font-weight: 500;
}

.alert.announcement_alert.alert_theme--six.alert-dismissible .alert--inner .close {
    color: #636363;
}

@media screen and (max-width:767px) {
    .alert.announcement_alert.alert_theme--six .alert--inner {
        flex-direction: column;
    }

    /* .alert.announcement_alert.alert_theme--six .alert--inner .title--wrapper {
        padding: 0.5rem 0;
        background-color: #FFA500;
        justify-content: center;
        position: relative;
        border-radius: 10px 10px 0px 0px;
    } */

    /* .alert.announcement_alert.alert_theme--six .alert--inner .title--wrapper .title {
        padding: 1rem 0;
    } */

    .alert.announcement_alert.alert_theme--six .alert--inner .title--wrapper .bg-circle img {
        height: 75px;
        margin-bottom: 0;
    }


    .alert.announcement_alert.alert_theme--six .alert--inner .title--wrapper .inverse-triangle {
        position: absolute;
        left: 0;
    }

    .alert.announcement_alert.alert_theme--six .alert--inner .title--wrapper .title h3 {
        color: #FFF;
    }

    .alert.announcement_alert.alert_theme--six .alert--inner .alert_msg {
        padding: 1rem;
        /* text-align: center; */
        padding-top: 0,25rem;
    }

    .alert.announcement_alert.alert_theme--six.alert-dismissible .alert--inner .close {
        color: #636363;
        opacity: 1;
    }
}

/* ******************************************************************************************************************************* */

.select__theme--menu .ng-select.ng-select-opened.ng-select-bottom>.ng-select-container {
    display: none;
}

.select__theme--menu .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
    display: flex;
    justify-content: space-between;
}

.select__theme--menu .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected::after {
    content: '\f00c';
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.call_type-msDropdown .multiselect-dropdown .dropdown-btn {
	min-width: 125px!important;

.custom-card.view_lead .custom-card-header .title {
    width: unset;
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
}

.custom-disable{cursor: not-allowed;}
.custom-disable .select_menu{background-color: rgb(243, 239, 239) !important; pointer-events: none !important;}
.custom-disable .custom-control-input{background-color: rgb(243, 239, 239) !important; pointer-events: none !important;}
.custom-disable input, .custom-disable .ng-select-container, .custom-disable .form-control{ background-color: rgb(243, 239, 239) !important; pointer-events: none !important;}
.custom-disable .ng-select .ng-select-container{background-color: rgb(243, 239, 239) !important; pointer-events: none !important;}
.custom-disable .box-border{background-color: rgb(243, 239, 239) !important; pointer-events: none !important;}
.custom-disable .access-token-formgroup{background-color: rgb(243, 239, 239) !important; pointer-events: none !important;}
.custom-disable .switch , .custom-disable .access-token-formgroup{background-color: rgb(243, 239, 239) !important; pointer-events: none !important;}
.custom-disable .access-token-icon a{cursor: not-allowed !important;}
.custom-disable.of_switch .slider.round:before, .custom-disable.of_switch .slider{cursor: not-allowed !important;}
.disable-bg-color{
	background-color: #f9d21e47 !important;
}

@media(max-width:767px) {
    .content .custom-card .tabs-block.api__webhook--tabs-block .tab-content.custom-tab-pane>.tab-pane,
    .content-body .content .custom-card .tabs-block.justdial__config--tabs-block .tab-content>.tab-pane {
        display: none !important;
    }
    .content .custom-card .tabs-block.api__webhook--tabs-block .tab-content.custom-tab-pane>.active,
    .content-body .content .custom-card .tabs-block.justdial__config--tabs-block .tab-content>.active {
        display: block !important;
    }
}

}
.pagination-text{
	font-size: 15px;
}

.billing-info-container {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Aligns items vertically in the center */
}
.address-box .billing-info-edit-btn{
    font-family: Karla;
    font-size: 13px;
    font-weight: 400;
    line-height: 11.69px;
    text-align: left;
color: #808080;
border: 0.5px solid #808080;
border-radius: 5px;
box-shadow: none;
}

.saved-address-modal-body-scroll{
    height: 250px;
    overflow-y: auto;
}

.saved-address-modal .saved-address-modal-body .saved-address-wrapper .saved-address-card{
    border: 1px solid #0000004A;
    border-radius: 2px;
}
.saved-address-modal .saved-address-modal-body .saved-address-wrapper .saved-address-card .card-person-name{
    font-family: Karla;
font-size: 16px;
font-weight: 700;
line-height: 16.37px;
text-align: left;
color: #3E3E47;
}
.saved-address-modal .saved-address-modal-body .saved-address-wrapper .saved-address-card .card-address-line{
    font-family: Karla;
font-size: 14px;
font-weight: 400;
line-height: 18px;
text-align: left;
color: #3E3E47;
}
.saved-address-modal .saved-address-modal-body .saved-address-wrapper .saved-address-card .card-country{
    font-family: Karla;
font-size: 14px;
font-weight: 400;
line-height: 14.03px;
text-align: left;
color: #3E3E47;
}
.saved-address-modal .saved-address-modal-body .saved-address-wrapper .saved-address-card .card-gst-no-line{
    font-family: Karla;
font-size: 14px;
/* font-weight: 700; */
line-height: 14.03px;
text-align: left;
color: #3E3E47;
}
.saved-address-modal .saved-address-modal-body .saved-address-wrapper .saved-address-card .billing-info-edit-btn{
    font-family: Karla;
    font-size: 13px;
    font-weight: 400;
    line-height: 11.69px;
    text-align: left;
color: #808080;
border: 0.5px solid #808080;
border-radius: 5px;
}
.saved-address-modal-footer{
    border: none;
}
.saved-address-modal-footer .add-new-address-btn{
    font-family: Karla;
    font-size: 14px;
    font-weight: 700;
    line-height: 15.03px;
    text-align: left;
color: #FFA500;
border: 1px solid #FFA500;
background-color: #FFFFFF;
}
.saved-address-modal-footer .done-btn{
font-family: Karla;
font-size: 15px;
font-weight: 700;
line-height: 16.03px;
text-align: left;
color: #FFFFFF;
border: 1px solid #FFFFFF;
background-color: #FFA500;
}

.saved-address-card.active {
    border-color: #FFA500 !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.gst-number-disable {
    /* pointer-events: none;
    cursor: not-allowed; */
    background: whitesmoke !important;
}
.multiselect-dropdown .dropdown-btn .selected-item-container .selected-item{
	padding-right: 10px !important;
	max-width: 100px;
	display: flex;
}
.multiselect-dropdown .dropdown-btn .selected-item-container .selected-item span{
	overflow: hidden;
	text-overflow: ellipsis;
}
.add-exclude-phone-number-dropdown .multiselect-dropdown .dropdown-list .item2 .multiselect-item-checkbox input[type=checkbox]:checked+div{
	color:#ffa500 !important;
}
.cdk-describedby-message-container {
	display: none;
}

.ng-select.ng-select-single .ng-select-container {
    height: 36px !important;
}

.custom-leadStatus-dropdown.ng-select.ng-select-single .ng-select-container{
height:36px !important;
cursor:pointer;
}
.ng-select.ng-select-single .ng-select-container{
    height: 36px !important;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0.5px !important;
    }

    .ng-select.ng-select-opened>.ng-select-container .ng-arrow{
        top: 0px !important;
    border-width: 0px 8px 8px !important;

    }

.gst-text-theme {
    color: #ffa500 !important;
    font-family: Karla;
    font-size: 12px;
}
.recording-download-btn {
	margin-left: 50%;
	font-size: 150%;
}

.change-password-title{
    padding-top: 10px;
    padding-left: 12px;
}

.change-password-eye-sign{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(025%);
    color: #787878;
    z-index: 999;
}
.custom-position{
    position: relative;
}
.custom-position .custom-eye-sign{
    position: absolute;
    top: 37px;
    right: 15px;
}
.custom-position .custom-eye-sign i {
    color: #636363;
}
.connector-acc-dropdown .ng-select-top.ng-dropdown-panel .ng-dropdown-panel-items.scroll-host{
    height: 86px;
}
.content-body{
    overflow-x: unset;
    overflow-y: unset;
}
.content-body .content{
margin-bottom:unset;
padding-bottom:20px;}
.subject-textarea{
    user-drag: none; /* Disable dragging for most browsers */
    -webkit-user-drag: none; /* For WebKit-based browsers */
    draggable: false;
  }

  .subject-textarea>.angular-editor .angular-editor-wrapper>.angular-editor-textarea{
    min-height: 300px !important;
    max-height: 300px !important;
    user-drag: none; /* Disable dragging for most browsers */
  -webkit-user-drag: none; /* For WebKit-based browsers */
  draggable: false;
  margin-bottom: 15px;

  }
  .subject-textarea>.angular-editor .angular-editor-wrapper>.angular-editor-textarea::-webkit-scrollbar {
    width: 5px;
  }

  .subject-textarea>.angular-editor .angular-editor-wrapper>.angular-editor-textarea::-webkit-scrollbar-thumb {
    background: #A4A4A4;
    border-radius: 8px;
  }

  .subject-textarea>.angular-editor .angular-editor-wrapper>.angular-editor-textarea::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 8px;
  }

/* Google Sheet Component Css */
/* .map-details-wrapper form .form-group .select_menu .ng-select.ng-select-single .ng-select-container .ng-value-container{
    padding-left: 20px;
} */
/* .map-details-wrapper .form-group .lead_info .form-group .f_label{
    top: -7px;
    } */
    .add-callyzer-extension-content.map-details-wrapper form .form-group .f_label{
        top: -7px;
        }

/* SFTP Component connector Extra css */
.sftp-form-wrapper .box-border .f_label{
    margin: 0;
    position: absolute;
    z-index: 1031;
    top: -12px;
    color: #2f2f39;
    font-weight: 700;
    background: #fff;
    left: 26px;
    padding: 0 5px;
    font-size: 16px;
    line-height: 17px;
}
.sftp-form-wrapper .box-border .f_label span{
    color: #ff0000;
}
.sftp-form-wrapper .box-border .ng-select-container{
    margin-bottom: 28px;
}
.sftp-form-wrapper .box-border .sftp-select-menu-wrapper .ng-select-taggable .ng-select-container{
    margin-bottom: 0px !important;
}

.recaptcha_link {
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #5a5a5a;
}
.select_menu.add-tag-select-menu .add-lead-tags .ng2-tag-input{
    border: 1px solid #D6D6D6;
    padding-inline: 5px;
    border-radius: 4px;
}
.select_menu.add-tag-select-menu .add-lead-tags .ng2-tag-input .ng2-tags-container .ng2-tag-input__text-input{
   height:  26px;
}
.select_menu.add-tag-select-menu .add-lead-tags.ng-valid .ng2-tags-container .ng2-tag-input__text-input{
margin-top: 4px;
}
.googlesheet-logs-header-status .multiselect-dropdown{
	background-color: #FFFFFF;
}
.googlesheet-logs-header-status .multiselect-dropdown .dropdown-btn>span{
	color: #00000078;
}

.login_forgot_link {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 14px;
    color: #ffa500;
    text-decoration: underline;
}

.login_forgot_link a:hover {
    color: #3e3e47;
}

.validation-error-message{
    color: #e93131;
    margin-top: 4px;
}

.freshdesk-custom-tooltip {
    max-width: 300px;   /* Adjust the width as needed */
    white-space: normal; /* Ensure the text wraps properly */
    word-wrap: break-word; /* Allow long words to wrap inside the tooltip */
    font-size: 14px;    /* Adjust the font size if needed */
    padding: 8px;       /* Add padding for better readability */
    text-align: center; /* Optional: Center-align the text */
  }

  .custom-ng-select .ng-select-container {
    padding-left: 10px;
  }


  .password-error-wrapper{
    background-color: #FFE8BD;
    border-radius: 8px;
    padding: 8px;
    z-index: 10;
}
.password-error-wrapper ul{
    padding: unset;
    list-style-type: none;
    margin: 0px;
}
.password-error-wrapper li{
    font-family: Karla;
font-size: 12px;
font-weight: 300;
line-height: 12.86px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #2F2F39BF;
margin-block: 5px;
display: flex;
}
.password-error-wrapper li:first-child{margin-top: unset;}
.password-error-wrapper li:last-child{margin-bottom: unset;}
.password-error-wrapper li.positive-error{
font-weight: 400;
}
.sign_sec.set_pass .form-group .password-error-wrapper li .check-icon {
    background-color: #4BBC1F;
    height: 14px;
    width: 14px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 4px;
    margin-right: 6px;
    position: unset;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
}
.sign_sec.set_pass .form-group .password-error-wrapper li .cross-icon {
    background-color: #FA0000;
    height: 14px;
    width: 14px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    margin-right: 6px;
    position: unset;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
}
.sign_sec.set_pass .form-group .password-error-wrapper li i {
    font-size: 10px;
    position: unset;
    color: inherit;
    line-height: 6px;
}
.form-group:focus-within .password-error-wrapper {
    display: block;
}

.password-error-wrapper {
    display: none; /* Initially hidden */
}

.validation-success-message{
    margin-left: 60px;
    color: green;
}

.password-validation-success-message{
    color: green;
}
  .custom-ng-select .multiselect-dropdown .ng-star-inserted {
    padding-left: 9px;
    margin-top: 3px;
  }

 .custom-leadStatus-dropdown .ng-select-container {
    color: #2F2F39!important;
 }


.add-tag-select-menu .add-lead-tags .ng-pristine::placeholder{
    color: #2F2F39!important;
    font-family: Karla!important;
    font-size: 15px!important;
}

.lead-status-wh.custom-leadStatus-dropdown.ng-select.ng-select-single .ng-select-container{
    width: 380px !important;
    height: 45px !important;
}

.lead-tag-wh.select_menu.add-tag-select-menu .add-lead-tags .ng2-tag-input{
    width: 380px !important;
    height: 45px !important;
}
.post-activity-dropdown-wrapper .select_menu .ng-select-container .ng-value{
   padding-left: 10px;
}

.assign-lead-validation-error.assign-lead-select-menu .ng-select .ng-select-container{
    border-color: #FC0505 !important;
}
.assign-lead-select-menu .ng-select .ng-select-container{
    padding-left: 8px !important;
}
.select-tag-menu .assign-lead-validation-error .multiselect-dropdown .dropdown-btn{
    border-color: #FC0505 !important;
}
.select-tag-menu .multiselect-dropdown .dropdown-btn{
    padding-left: 20px !important;
    height: 45px !important;
    padding-top: 10px !important;
}
.select-tag-menu .multiselect-dropdown{
    max-width: 450px !important;
}
.select-tag-menu .multiselect-dropdown .dropdown-btn .selected-item-container{
    height: 100%;
    align-items: center;
}
.select-tag-menu .multiselect-dropdown .dropdown-btn .selected-item-container .selected-item{
    margin-bottom: unset !important;
}
.assign-lead-select-menu.select_menu .ng-select.ng-select-single .ng-select-container {
    height: 45px !important;
    max-width: 380px !important;
}
.assign-lead-select-menu.select_menu .ng-select.ng-select-single.custom-ng-select .ng-select-container {
    max-width: 450px !important;
}

.import-lead.add-lead-tags{
  max-width: 590px !important;
}
.select-tag-menu .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret{
top: 4px !important;
}
/* .select-tag-menu .multiselect-dropdown.dropdown-btn */
  .sftp-tag-input--wrappr .ng2-tag-input .ng2-tags-container .ng-trigger {
      margin-left: 15px;
  }

  .sftp-tag-input--wrappr .ng2-tag-input .ng2-tags-container tag-input-form form .ng2-tag-input__text-input {
      padding-left: 15px;
  }

  .sftp-select-menu-wrapper .multiselect-dropdown .dropdown-btn {
      padding: 6px 12px 6px 15px !important;
  }

  .sftp-logs-status-header {
      min-width: 140px;
  }

  .placeholder-blur .ng-select-container .ng-value .ng-star-inserted {
    color: #999; /* Placeholder color */
}

.custom-space .ng-select-container .ng-value-container .ng-value .ng-value-label{
    margin-left: 10px;
}
.custom-space .ng-select-container .ng-value-container .ng-placeholder {
    margin-left: 10px;
}
.custom-space-mutliselect .multiselect-dropdown .dropdown-btn .ng-star-inserted{
    margin-left: 9px;
}

.view-permission-custom  .ng-select .ng-select-container{
background-color: #f3efef !important;
}
/*
.view-permission-row .ng-select .ng-select-container {
    background-color: #e9e9e9 !important;
}
*/

  .sftp-logs-status-header {
      min-width: 140px;
  }

  .sftp-logs-status-header .multiselect-dropdown .dropdown-btn {
      background-color: #fff;
  }

  /* .sign_sec.user-registration {
    min-height: calc(-62px + 100vh);
} */

.user-registration .email-change-header-note {
    max-width: 580px;
    margin-inline: auto;
    margin-bottom: 40px;
}

.user-registration .user-registration-sub-header {
    font-family: Karla;
    font-size: 17px;
    font-weight: 600;
    line-height: 19.87px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2F2F39;
}

.user-registration .email-change-header-note p {
    font-family: Karla;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #636363;
}

.user-registration .email-change-header-note p span {
    font-weight: 700;
}

.user-registration .form-group .required-label span {
    color: #FF0000;
}

.user-registration ul.sign_social li a svg {
    margin-top: -5px;
}

.user-registration ul.sign_social li a:hover svg path {
    fill: #2f2f39;
}

.sign_sec.user-registration.account-success-wrapper {
    background: url("../../../assets/img/account-successfully.png") center bottom fixed no-repeat;
    background-size: 100% 100%;
}

.account-success-wrapper .account-success-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.account-success-wrapper .account-success-inner .account-success-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-block: 30px 70px;
}

.account-success-wrapper .account-success-inner .account-success-content-wrapper .account-success-content-heading {
    font-family: Karla;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.06px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2F2F39;
    margin-top: 25px;
}

.account-success-wrapper .account-success-inner .account-success-content-wrapper .account-success-content-text {
    font-family: Karla;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #616161;
}
.account-success-wrapper .account-success-inner .account-success-content-wrapper .account-success-content-text span{
    font-weight: 700;
}

.set_password_link {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 14px;
    color: #ffa500;
    text-decoration: underline;
}
  .custom-ng-select .ng-select-container .ng-value-container .ng-placeholder{
    color: rgba(0, 0, 0, 0.5)!important;
  }
  .log-call-type .multiselect-dropdown{
    background: white;;
  }


  @keyframes shake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-10px); }
    40%, 80% { transform: translateX(10px); }
  }

  .shake {
    animation: shake 0.5s ease;

  }
  .error-border .ngx-otp-input-container .ngx-otp-input-box .ngx-otp-input{
    /* border: 2px solid red !important; */
    border: 1px solid red !important;
  }

.otp-validation{
    margin-left:10%;

}

.validation-error-message-contact-support{
    color: #e93131;
    text-decoration: underline;
}

.required-label::after {
    content: " *";
    color: red;
}

.twitter-icon path {
    transition: fill 0.3s ease;
}

.twitter-icon:hover path {
    fill: black; /* Twitter's original color on hover */
}
  .custom-slide-modal-overlay .custom-slide-modal-box .md-drppicker{
    display: flex;
    top: auto !important;
    left: auto !important;
    right: 0 !important;
  }
  @media (max-width:576px) {
    .custom-slide-modal-overlay .custom-slide-modal-box .md-drppicker{
      flex-direction: column;
    }
  }


.icon-size{
    font-size: small;
}

.text-size{
    padding-bottom: 7px;
}
.field-mapping-item-wrapper .custom-space .ng-select-container .ng-value-container .ng-value{
max-width:600px;
}
.btn-theme-black,
.btn-theme-black:hover{
    background-color: #2F2F39;
    color: #fff;
    border: 2px solid #2F2F39;
}


.call-note-swal-actions{
  margin: 0.1em auto 0;
}

.call-note-swal-wrapper{
  padding: 0em 1.6em 0.6em;
}

.swal-discard-custom-title {
  margin-bottom: 0px !important;;
}
.google-dialer-swal-popup.swal2-popup{
width: 405px !important;
}

.custom-tags-wrapper{
padding: 0px !important;
}

.custom-tags-wrapper .ng2-tag-input {
  border-bottom: none !important;
  padding: 0px !important;
}

.custom-tags-wrapper .ng2-tag-input .ng2-tags-container {
  padding: 4px 25px 3px 20px !important;
}

.add-custom-tags .ng2-tag-input {
    border-bottom: none !important;
    padding: 0 !important;
}

.add-custom-tags .ng2-tags-container .ng2-tag-input__text-input {
    height: 38px !important;
}

.add-custom-tags .ng2-tags-container tag-input-form {
    width: 250px !important;
}

.message-template-datepicker .md-drppicker {
    right: 0 !important;
    left: unset !important;
}
.add-message-note-swal-actions{
    gap: 15px;
    margin-top: unset;
}
.add-custom-tags .ng2-tags-container .ng2-tag-input__text-input::placeholder{
    font-family: Karla;
font-weight: 400;
font-size: 15px;
line-height: 100%;
letter-spacing: 0%;
color: #2F2F3980;
}
ng-multiselect-dropdown.message-template-multiselect .dropdown-btn span:not(.selected-item span){
    font-family: Karla;
font-weight: 400;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
color: #6C757D;
}
.msg-add-tag .ng2-tags-container .ng2-tag-input__text-input{
padding-inline: unset;
}
.modal-add-tag .ng2-tags-container{
padding-left: 7px;
}

.zoho-datepicker .md-drppicker{
  left: 0 !important;
}

.freshdesk-datepicker .md-drppicker{
  left: 0 !important;
}

.no-wrap-tooltip {
    white-space: normal;
    width: 150px;
}

.log-call-type span:not(.selected-item):not(.selected-item span){
	color: #8c8c8c !important;
}
.mantinance-wrapper{
min-height:100vh;
color:black;
}

.mantinance-page-left-section{
padding-top:50px;
padding-left:170px;
}
.mantinance-page-left-section h2{
  font-size:35px;
  margin-top:80px;
}
.mantinance-page-left-section {
  font-size:28px;
}
.ment-timer-wrapper{
display:flex;
align-items:center;
justify-content:center;
flex-direction:column;
margin-top:60px;
}
.ment-timer-wrapper small{
letter-spacing:10.5%;
margin-top:5px;
font-size:15px;
}
.ment-timer{
display:flex;
align-items:center;
justify-content:center;
width:90px;
height:100px;
font-size:55px;
font-weight:400;
text-transform:uppercase;
}
.ment-timer-colon{
transform:translateY(10px);
}

@media (max-width:1365px){

.mantinance-wrapper{
min-height:100vh;
color:black;
}

.mantinance-page-left-section{
padding-top:28px;
padding-left:150px;
}
.mantinance-page-left-section h2{
  font-size:32px;
  margin-top:60px;
}
.mantinance-page-left-section {
  font-size:25px;
}
.ment-timer-wrapper{
display:flex;
align-items:center;
justify-content:center;
flex-direction:column;
margin-top:45px;
}
.ment-timer-wrapper small{
letter-spacing:10.5%;
margin-top:5px;
font-size:15px;
}
.ment-timer{
display:flex;
align-items:center;
justify-content:center;
width:90px;
height:100px;
font-size:55px;
font-weight:400;
text-transform:uppercase;
}
.ment-timer-colon{
transform:translateY(-10px);
}
 }


@media(max-width:991px){
.mantinance-page-left-section{
padding-left:0;
padding-top:0;
}
.ment-logo-sm{
margin:40px auto !important;
width:fit-content;
}
.mantinance-page-left-section{
padding:20px
}
.mantinance-page-left-section h2{
text-align:center;
}
.mantinance-page-left-section p{
text-align:center;
}
.mantinance-page-left-section h2 {
font-size:22px;
}
.mantinance-page-left-section  {
font-size:18px
}


.ment-timer{
height:80px;
width:80px;
font-size:50px;
}


.svg-ment{
height:353px !important;
}
.ment-time-sm-trigger{
justify-content:center !important;
}
.ment-timer-colon{
transform:translateY(5px);
}
.ment-sm-svg-handler{
justify-content:center !important;
}
}

.webhook-datepicker .md-drppicker{
  left: 0 !important;
}

.swal2-icon.swal2-question.custom-resend-icon {
  border-color: #FFA500 !important;

  color: #FFA500 !important;
}
.edit-confirm-popup .swal2-html-container{
    margin-top: unset !important;
}
.edit-note-popup .fixed-width-dropdown.ng-select .ng-select-container {
  border: 1px solid #DFDFDF !important;
  border-radius: 3px !important;        /* keeps consistent */
}

.md-drppicker .btn  {
    background-color: #ffa500 !important;
    color: #ffffff !important;
    border: 2px solid #ffa500 !important;
    box-shadow: none !important;
}

.md-drppicker .btn :hover {
    background-color: #ffa500 !important;
    color: #ffffff !important;
    border: 2px solid #ffa500 !important;
    box-shadow: none !important;
}
.lead-page-dropdown .ng-select .ng-dropdown-panel{
z-index: 10;
}
.fixed-height-table{
    min-height: 450px;
}

 .custom-tooltip-wrapper .tooltip .tooltip-inner{
    background: #424242 !important;
    opacity: 1;
    color:#fff;
}
 .custom-tooltip-wrapper .tooltip .arrow::before {
  border-top-color: #424242 !important;
}
.call-recording-tooltip-wrapper .tooltip {
min-width: 200px;
/* white-space: nowrap; */
}