@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');

body {
    /*    font-family: 'PT Sans', sans-serif !important;*/
    font-family: 'Mukta', sans-serif !important;
    font-size: 13px;
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Mukta', sans-serif !important;
}

/* Admin Login page */
.admin-login-hding {
    color: #333;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    padding-top: 0px;
    display: block;
}

.login-leftside {
    background: #fff;
    padding: 49px 50px;
    height: 100%
}

.login-leftside-logo {
    width: 200px;
    margin: 20px 0 10px;
}

.admin-login-logo {
    width: 200px;
    margin-bottom: 20px;
}

.login-lftac {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    padding-top: 5px;
}

.login-lftac>a {
    color: #ea5a24;
    text-decoration: none;
}

.admin-login-field {
    width: 100%;
    border-radius: 40px;
    border: 1px solid rgb(221 221 221 / 100%);
    background: #fff;
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
}

.admin-login-btn {
    color: #fff;
    border: none;
    outline: none;
    font-weight: 400;
    text-align: center;
    background: #08328c;
    font-size: 16px;
    padding: 10px 40px;
    border-radius: 40px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-decoration: none;
}

.inputicon-right {
    position: absolute;
    top: 0px;
    right: 15px;
    color: #dadada;
    font-size: 14px;
    margin-top: 11px;
}

.admin-login-lbl {
    font-size: 14px;
    color: #333;
    font-weight: 500 !important;
}

.rememberme {
    display: none;
}

.rememberme+label {
    font-size: 14px;
    font-weight: 300 !important;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.rememberme+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #999;
}

.rememberme:checked+label:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b34437;
    color: #fff;
    border: 1px solid #b34437;
}

.forgotxt {
    font-size: 14px;
    font-weight: 400;
    color: #369;
    display: block;
}

.login-rightside {
    width: 100%;
    background-color: #083175;
    background-image: url('../images/login-bg.png');
    background-position: 100% 100%;
    padding: 80px 50px;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    position: absolute;
}

.login-right-circlbg {
    position: absolute;
    top: -200px;
    left: -200px;
    border: 120px solid #ccc;
    border-radius: 50%;
    width: 600px;
    height: 600px;
    filter: opacity(0.1);
}

.login-rightbot-circlbg {
    position: absolute;
    bottom: -235px;
    right: -250px;
    border: 120px solid #ccc;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    filter: opacity(0.1);
}

.posrel {
    position: relative;
}

.login-ritetxt-area {
    position: absolute;
    padding: 70px 40px;
}

.admin-lr-hding {
    color: #fff;
    font-size: 47px;
    font-weight: 700;
    padding-top: 40px;
}

.admin-lr-prgh {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-top: 20px;
}

.admin-powered-by {
    position: absolute;
    right: 20px;
    bottom: 0px;
    font-size: 13px;
    color: #fff;
}

.admin-powered-by>a {
    color: #fff;
}

.admin-powered-by>a:hover {
    color: #ea5a24
}

.login-form-group {
    margin-bottom: 15px;
}

.login-social {
    color: #fff;
    margin-top: 80px;
}

.login-social a>svg {
    fill: #fff;
}

.posrel {
    position: relative !important;
}


.login-box {
    width: 100% !important;
}


.login-header-logo {
    display: inline-block
}

.login-logo-text {
    color: #000;
    display: inline-block;
    font-size: 16px;
}

.login-logo-text+.navbar-nav li a {
    font-size: 15px;
}

/* Sidebar */
.sidebar-dark-primary {
    background-color: #fff !important;
}

/*.nav-sidebar li a {font-size: 14px; }*/
.nav-sidebar li a>i {
    font-size: 13px !important;
}

.admin-logoname {
    width: 120px;
    height: auto;
    margin-left: 20px;
}

[class*=sidebar-dark-] .sidebar a {
    color: #343a40;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link.active {
    color: #000;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-treeview>.nav-item:hover>.nav-link {
    color: #f05323;
}

.sidbarmenu-svg {
    width: 25px;
    height: 25px;
    fill: #000;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

img.brand-image {
    display: none;
}

body.sidebar-collapse img.brand-image {
    display: block;
}

body.sidebar-collapse img.admin-logoname {
    margin-left: 0px;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover img.admin-logoname {
    width: 110px;
}

.sidebar-mini.sidebar-collapse .nav-sidebar .nav-treeview li a p {
    visibility: hidden;
}

/* Admin LTE changes */
.main-sidebar,
.main-sidebar::before {
    width: 220px;
    overflow-x: hidden;
}

.content-wrapper.white-bg {
    background-color: #f6f6f6 !important;
}

.sidebar-mini .main-sidebar .nav-link,
.sidebar-mini-md .main-sidebar .nav-link,
.sidebar-mini-xs .main-sidebar .nav-link {
    width: 100%;
    border-radius: 40px 0 0 40px;
    border-right: 2px solid transparent;
}

.elevation-4 {
    /*box-shadow: rgb(218 218 218) 1px 0px 0px !important;*/
    box-shadow: none !important;
}

[class*=sidebar-dark] .brand-link {
    /*border-bottom: 1px solid #dadada;*/
    border-bottom: none;
}

.brand-link .brand-image {
    margin-top: 0px;
}

.sidebar {
    padding-left: 20px;
    padding-right: 0px;
}

/*.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active { background-color: #ffd2c5; border-right: 2px solid #f1663c; color: #000;}*/
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #ffd2c5;
    /*border-right: 2px solid #1b7cfa;*/
    color: #000;
}

/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {background-color:#ffd2c5 !important; color:#000 !important;}*/
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #f6f6f6 !important;
    color: #000 !important;
}

.nav-treeview .nav-link.active {
    background-color: #eae5e5 !important;
    border-radius: 0px;
}

.nav-treeview li:first-child .nav-link.active {
    border-radius: 20px 0 0 0;
}

.nav-treeview li:last-child .nav-link.active {
    border-radius: 0px 0 0 20px;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link.active {
    box-shadow: none;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link {
    color: #f05323;
}

.card {
    box-shadow: 0px 0px 2px #ccc;
    /*border: 1px solid #dadada;*/
    border-radius: 6px;
}

.card-body {
    padding: 15px 15px;
}

.card-body .card-text {
    font-weight: 400;
    color: rgba(58, 53, 65, 0.68);
    font-size: 13px;
}

.content-header {
    padding: 0px 0px;
    /* box-shadow: 0px 0px 12px rgb(204 204 204 / 50%);*/
    margin-bottom: 5px;
    position: relative;
}

.allpage-content-header {
    padding: 10px 0 !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

.dashboard-header {
    box-shadow: none !important;
    padding: 10px 8px;
}

.sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar .nav-link,
.sidebar-collapse.sidebar-mini-md .main-sidebar .nav-sidebar .nav-link,
.sidebar-collapse.sidebar-mini-xs .main-sidebar .nav-sidebar .nav-link {
    width: 180px;
}

.sidebar-collapse.sidebar-mini .main-sidebar:hover .nav-link {
    width: 100%;
}

/*.sidebar-collapse.sidebar-mini .main-sidebar:hover .menu-is-opening.menu-open > .nav-link {width: 100%;}*/
.navbar-nav>.user-menu>.dropdown-menu {
    border-radius: 10px !important;
    border: none;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    border-radius: 0 0 10px 10px;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn {
    border-radius: 4px !important;
    padding: 4px 23px !important;
    font-size: 14px;
}

/* Wrapper */
.dashboard-icon {
    width: 40px;
    height: 40px;
    background: #e3f0ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-icon>i {
    font-size: 18px;
}

.dashboard-icon>svg {
    width: 20px;
    height: 20px;
    fill: #000;
}


.dashboard-icon-sm {
    width: 28px;
    height: 28px;
    font-size: 12px;
    background: #e3f0ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-icon>i {
    font-size: 15px;
}

.dashboard-icon>svg {
    width: 20px;
    height: 20px;
    fill: #000;
}

.dashboard-card-text-sm {
    font-size: 13px;
}

.dashboard-title {
    font-size: 18px !important;
    font-weight: 700;
}

.admin-title {
    font-size: 14px !important;
    font-weight: 600;
    color: #000;
}

.admin-title-view {
    font-size: 18px !important;
    font-weight: 600;
    padding-bottom: 8px;
    display: block;
}

.admin-text-right {
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.card-hding {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.bottom-border {
    border-bottom: 1px solid #ddd;
}

.dashboard-number {
    font-size: 28px;
    font-weight: 700;
    color: #1b7cfa;
    margin: 0;
    line-height: 1;
}

.present-team {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding-top: 10px;
}

.dashboard-addbtn {
    padding: 6px 15px;
    margin-top: -5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
    border: none;
    background: #f15e33;
    color: #fff;
    text-align: center;
    float: right;
}

.dashboard-addbtn:hover {
    color: #fff;
    background: #e6572e;
}

/* Breadcrump */
.breadcrump-bg {
    background: #f6f6f6;
    padding: 5px 20px;
}

.breadcrump-addbtn {
    padding: 6px 15px;
    margin-top: 0px;
    font-size: 12px;
    line-height: 1;
    border-radius: 4px;
    border: none;
    background: #f15e33;
    color: #fff;
    text-align: center;
    float: right;
}

.breadcrump-addbtn:hover {
    color: #fff;
    background: #e6572e;
}

.breadcrump-addbtn>i {
    font-size: 10px;
    padding-right: 5px;
}

/* fix pagination */
.fix-pagination {
    width: 100%;
    height: 52px;
    padding: 10px 12px;
    box-shadow: 0px -12px 12px rgb(204 204 204 / 50%);
    background: #fff;
}

.pagination {
    margin-bottom: 15px;
    display: flex;
    justify-content: end;
}

/* Content header */
.header-icon {
    display: flex;
    margin: 10px 0 0 50px;
    padding: 0;
}

.header-icon li {
    list-style: none;
    margin-right: 15px;
    font-size: 14px;
    color: #b1b1b1;
    cursor: pointer;
    position: relative;
}

.header-icon li a {
    color: #b1b1b1;
    text-decoration: none;
    user-select: none;
}

.header-icon li>svg {
    width: 25px;
    height: 25px;
    fill: #b1b1b1;
}

.header-icon li>a:hover:before {
    content: attr(title);
    white-space: nowrap;
    position: absolute;
    top: -40px;
    left: 50%;
    padding: 6px 10px;
    display: flex;
    background: #000;
    color: #fff;
    font-size: 12px;
    z-index: 9999;
    font-weight: 500;
    letter-spacing: 0.5px;
    transform: translateX(-50%) scale(1);
    box-shadow: 0px 3px 10px rgb(204 204 204 / 80%);
    animation: filteratr-anim 0.2s;
}

.header-icon li>a:hover:after {
    content: '';
    position: absolute;
    transform: scale(1);
    top: -10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    margin: auto;
    display: block;
    animation: filteratr-animarrow 0.2s;
}

.header-icon li .sortby {
    display: none;
}

.header-icon li:hover .sortby {
    display: block;
    width: 200px;
    transform: translateX(-50px);
    position: absolute;
    box-shadow: 0px 8px 12px rgb(204 204 204 / 30%);
    background: #fff;
    padding: 20px;
    z-index: 99;
}

.header-icon .sortby li {
    list-style: none;
}

.header-icon .sortby li a {
    font-size: 14px;
    text-decoration: none;
    padding: 5px;
    display: block;
}

.header-icon .sortby li a:hover {
    color: #f15e33;
}

.header-icon .sortby li a:hover:before,
.header-icon .sortby li a:hover:after {
    display: none;
}

@keyframes filteratr-anim {
    0% {
        opacity: 0;
        transform: translateX(-50%) scale(0.5);
    }

    50% {
        opacity: 50%;
        transform: translateX(-50%) scale(0.8);
    }

    100% {
        opacity: 100%;
        transform: translateX(-50%) scale(1);
    }
}

@keyframes filteratr-animarrow {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    50% {
        opacity: 50%;
        transform: scale(0.8);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

.admin-table-design thead tr th,
.table-design tbody tr td {
    font-size: 12px !important;
}

.table-design thead {
    border-bottom: 1px solid #e9e9e9;
}

.table-design thead tr th,
.table-design tbody tr td {
    border: none !important;
}

.table-design thead tr th {
    color: #000;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
}

.table-design tbody tr td {
    color: #000;
    padding: 8px 12px;
}

.table-design tbody tr:not(:last-of-type) {
    border-bottom: 1px solid #f3f0f0
        /*#efeeee*/
    ;
}

.vr-midtbl thead tr th {
    vertical-align: middle;
}

.table-design tbody tr td i.fa-rupee-sign {
    font-size: 10px;
}

.table-chk {
    display: none;
}

.table-chk+label {
    font-size: 14px;
    font-weight: 300 !important;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    user-select: none;
}

.table-chk+label:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    margin: auto;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid #d4d4d4;
}

.table-chk:checked+label:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ea5a24;
    color: #fff;
    border: 1px solid #ea5a24;
}

.action-view,
.action-edit,
.action-del {
    font-size: 12px;
    padding: 5px;
}

.action-view {
    color: #369;
}

.action-edit {
    color: #0056b3;
}

.action-del {
    color: #e30b0b;
}

.table-border-bt-0 tbody tr {
    border-bottom: none !important;
}

.tbl-py tbody tr td {
    padding: 5px 12px !important;
}

/* Search Modal */
.filter-modal {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 15px;
    background: #fff;
}

.filter-modal-close {
    display: none;
    position: absolute;
    right: 15px;
    margin-top: 12px;
    font-size: 30px;
    font-weight: 300;
    line-height: 0;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    z-index: 9;
}

.filter-modal-title {
    font-size: 14px;
    font-weight: 600;
    padding-top: 6px;
    margin: 0;
}

.filter-field {
    width: 100%;
    height: auto !important;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid rgb(221 221 221 / 30%);
    background: #fff1ff;
    border-radius: 4px;
    padding: 6px 10px;
    color: #000;
}

.filter-field:focus-visible {
    border: 1px solid rgb(221 221 221 / 30%);
    outline: none;
}

.filter-field::placeholder {
    color: #999;
}

.filter-search-btn {
    font-size: 12px;
    font-weight: 400;
    background: #0dcaf0;
    border: 1px solid #afa2a2;
    border: none;
    border-radius: 6px !important;
    padding: 5px 10px !important;
    color: #fff;
}

.main-header .filter-search-btn {
    border-radius: 0 6px 6px 0 !important;
}

.main-header .filter-search-btn.bg-primary {
    background-color: #dad3d3 !important;
    color: #7e7777 !important;
}
.filter-search-btn.bg-primary {
    background-color: #154a4e !important;
    color: #fff !important;
}
.filter-search-btn.bg-primary:hover {
    background-color: #103a3f !important;
} 

.filter-pr {
    padding-right: 40px;
}

.form-control:disabled,
.form-control[readonly] {
    background: #fff1ff !important;
}

/* Modal Design Delete Modal */
.delete-modal .modal-content {
    border-radius: 6px;
    border: none;
    box-shadow: 0px 0px 13px #999;
}

/*.delete-modal .close-modal { position: absolute; right: -25px; top: -30px; font-size: 35px; color: #fff; background: none; border: none; padding: 0; }*/
.delete-modal .close-modal {
    position: absolute;
    z-index: 9;
    right: 25px;
    top: 0px;
    font-weight: 200;
    font-size: 35px;
    color: #999;
    background: none;
    border: none;
    padding: 0;
}

.delete-modal .del-hding {
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
}

.delete-modal .del-prgh {
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 1.5;
    padding: 10px 30px;
}

.delete-modal .canel-modal-btn {
    padding: 6px 15px;
    margin-top: 0px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
    border: none;
    color: #fff;
    background: #999;
    text-align: center;
    margin: 0 6px;
}

.delete-modal .delete-modal-btn {
    padding: 6px 15px;
    margin-top: 0px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
    border: none;
    color: #fff;
    background: #e12e3a;
    text-align: center;
    margin: 0 6px;
}

.delete-modal .modal-title {
    font-size: 18px;
    font-weight: 600;
    display: block;
}

.delete-modal .modal-body {
    padding: 25px 25px 10px !important;
}

.delete-modal .modal-footer {
    padding: 12px 25px !important;
}

.delete-modal .modal-footer {
    background: #f1f1f1;
}

.delete-modal .modal-header {
    background: #fff6f5;
    border-bottom: none;
    padding-left: 25px;
    margin-bottom: 15px;
}

.modal-design .modal-content {
    border-radius: 6px;
    border: none;
    box-shadow: 0px 0px 13px #999;
}

.modal-design .close-modal {
    position: absolute;
    right: 15px;
    top: 0px;
    font-weight: 200;
    font-size: 35px;
    color: #999;
    background: none;
    border: none;
    padding: 0;
}

.modal-design .del-hding {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    display: block;
}

.modal-design .del-prgh {
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 1.5;
    padding: 10px 30px;
}

.modal-design .canel-modal-btn {
    padding: 6px 15px;
    margin-top: 0px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
    border: none;
    color: #fff;
    background: #999;
    text-align: center;
    margin: 0 6px;
}

.modal-design .modal-design-btn {
    padding: 6px 15px;
    margin-top: 0px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
    border: none;
    color: #fff;
    background: #e12e3a;
    text-align: center;
    margin: 0 6px;
}

.modal-design .modal-title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    display: block;
}


/* Add Client */
.form-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.form-title {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.fomm-subtitle {
    font-size: 14px;
    font-weight: 600;
}

.form-lbl {
    font-size: 12px;
    font-weight: 600 !important;
    padding-bottom: 5px;
    display: block;
    margin: 0;
    text-transform: capitalize;
}

.form-field {
    width: 100%;
    height: 32px;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #e3e3e3;
    background: #e3e3e3;
    border-radius: 6px;
    padding: 6px 10px;
    color: #000;
    font-family: 'Mukta', sans-serif !important;
    text-transform: capitalize;
}

.form-field[type="email"],
.form-field[name="email"] {
    text-transform: lowercase !important;
}

select,
textarea {
    font-family: 'Mukta', sans-serif !important;
}

.form-field:focus-visible {
    border: 1px solid rgb(221 221 221 / 30%);
    outline: none;
}

.form-field::placeholder {
    color: #999;
}

select.form-field {
    padding: 8px 20px 8px 10px;
    position: relative;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 4px;
    /*background-size: 15% 70%;*/

}

select.form-field[multiple=""] {
    height: 250px;
}


textarea.form-field,
textarea.form-field2 {
    padding: 15px 10px 10px;
    border-radius: 6px;
    height: auto;
}

.chosen-select {
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #e3f0ff;
    background: #f0f7ff;
    border-radius: 4px;
    padding: 6px 10px;
    color: #000;
}

.chosen-select:focus-visible {
    border: 1px solid rgb(221 221 221 / 30%);
    outline: none;
}

.chosen-select::placeholder {
    color: #999;
}

select.chosen-select {
    padding: 7px 10px;
}

.form-submit-btn {
    padding: 6px 15px;
    /*height: 32px;*/
    height: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 6px;
    border: none;
    background: #06216b;
    color: #fff;
    text-align: center;
    display: inline-flex;
    align-items: center;
}

.form-submit-btn:hover {
    color: #fff;
    text-decoration: none;
}

.form-back-btn {
    padding: 6px 15px;
    margin-top: 0px;
    height: 32px;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 6px;
    border: none;
    background: #424142;
    color: #fff;
    text-align: center;
}

.form-back-btn:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.field-area {
    position: relative;
}

.modal .field-area {
    margin-bottom: 20px !important;
}

.form-lbl2 {
    font-size: 12px;
    font-weight: 400 !important;
    display: block;
    margin: 0;
    position: absolute;
    left: 11px;
    top: -9px;
    padding: 0 5px;
    background: #fff;
    z-index: 1;
}

.form-field2,
.form-control.form-field2 {
    width: 100%;
    height: 55px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid rgb(221 221 221 / 30%);
    background: #fff;
    border-radius: 6px !important;
    padding: 6px 15px;
    color: #000 !important;
}

.form-field2:focus-visible {
    border: 1px solid rgb(221 221 221 / 30%);
    outline: none;
}

select.form-field2 {
    padding: 6px 12px;
}


.gj-datepicker-bootstrap>.form-field2+span[role=right-icon].input-group-addon {
    top: 20px;
}

.gj-datepicker-bootstrap span[role=right-icon].input-group-addon {
    position: absolute !important;
    right: 15px;
    top: 10px;
    width: auto !important;
}

.gj-timepicker-bootstrap .input-group-addon {
    position: absolute !important;
    right: 0px;
    top: 0px;
    width: 100% !important;
    height: 100%;
    padding: 10px;
    text-align: right;
}

.timepicker_time:focus {
    z-index: 0 !important;
    background: #fff1ff !important;
}

.datepicker_date,
.timepicker_time {
    border-radius: 4px !important;
}

.input-showtext {
    border: none;
    background: transparent;
}

.input-showtext:focus {
    outline: none;
    border: none;
}

.bg-lightpink {
    background: #fff1ff;
}

hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/* Client details */
.all-client-tbl {
    width: 100%;
}

.all-client-tbl tbody tr td {
    padding: 0;
}

.all-client-tbl tbody tr {
    padding: 10px 0;
    display: block;
}

.all-client-tbl tbody tr:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.user-thumbnail {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff1ff;
    position: relative;
}

.user-thumbnail>img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.client-name-tbl {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.client-id-tbl {
    font-size: 11px;
    font-weight: 400;
    display: block;
}

.active-user,
.inactive-user {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #fff
}

.active-user {
    background: #70e11a;
}

.inactive-user {
    background: #f30;
}

.tbl-link {
    text-decoration: none;
    color: #000;
}

.userprofile {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0px 0px 12px #ddd;
    position: relative;
}

.userprofile>img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.userprofile>.active-user,
.userprofile>.inactive-user {
    width: 20px;
    height: 20px;
    bottom: 10px;
    right: 15px;
    border: 3px solid #fff;
}

.userdetail-textarea {
    padding: 20px;
    width: 100%;
    background: #fff9f7;
    margin: 15px 0 15px 0px;
}

.userdetail-textarea .username {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.userdetail-textarea .userdetail-text {
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 0 0 5px;
}

.userdetail-textarea .userdetail-text>i {
    width: 20px;
    margin-right: 8px;
    display: inline-flex;
    justify-content: center;
}

.is-invalid {
    border-color: red;
}

.help-block {
    color: red;
    font-size: 12px;
}

.stepflow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 0px;
    padding: 0;
}

.stepflow li {
    list-style: none;
    font-size: 14px;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

.stepflow li:last-child:after {
    display: none;
}

.stepflow li:after {
    content: '';
    z-index: 2;
    position: absolute;
    bottom: 8px;
    right: 0%;
    margin: auto;
    width: 48%;
    height: 1px;
    background: #ddd;
    transform: translateX(50%);
}

.stepflow li.active:after {
    background: #f5503a;
}

.stepflow li.active {
    color: #f5503a;
}

.text-success {
    color: #47b875 !important;
    background: #f6ffed;
    padding: 2px 5px;
    margin: 0;
    font-weight: 500;
    cursor: inherit;
    display: inline-block;
}

.text-danger {
    color: #f5222d !important;
    background: #fff1f0;
    padding: 2px 5px;
    margin: 0;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
}

.text-warning {
    background: #fff8e1;
    padding: 2px 5px;
    margin: 0;
    font-weight: 500;
    cursor: inherit;
    display: inline-block;
}

a.text-success,
a.text-danger,
a.text-warning {
    cursor: pointer;
}

.text-view {
    color: #7f9cf1 !important;
    background: #e7f3ff;
    padding: 2px 5px;
    margin: 0;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
}

.pagination-dynamic {
    padding: 15px;
    padding-left: 2px;
}

.pagination-dynamic>nav>div>div>p {
    font-size: 13px !important;
}

.pagination-dynamic>nav>div>div>span {
    display: inline-flex;
}

.pagination-dynamic nav>div>div>span>a {
    padding: 8px 16px !important;
}

.pagination-dynamic nav>div>div>span>a>svg {
    width: 20px;
    height: 20px;
}

.pagination-dynamic nav>div>div>span>span[aria-current="page"]>span {
    display: inline-flex;
    padding: 8px 16px !important;
    background-color: #1b7cfa !important;
    color: #fff !important;
}

.pagination-dynamic nav>div>div>span>span[aria-disabled="true"]>span {
    display: inline-flex;
}

.pagination-dynamic nav>div>div>span>span[aria-disabled="true"]>span>svg {
    width: 20px;
    height: 20px;
}

.error {
    font-size: 12px !important;
    color: #f30 !important;
    font-weight: 400 !important;
}

.gj-textbox-md {
    width: 100% !important;
    border-radius: 3px !important;
    border: 1px solid rgb(221 221 221 / 30%) !important;
    background: #fff1ff !important;
    padding: 10px 20px !important;
    font-size: 12px !important;
    color: #000 !important;
    line-height: inherit !important;
}

.gj-textbox-md::placeholder {
    color: #999 !important;
}

.equal-wd strong {
    width: 140px;
    display: inline-block;
}

.userdetail-group {
    margin-bottom: 25px;
}

.userdetail-group2 {
    margin-bottom: 10px;
}

.userdetail-lbl {
    font-size: 12px;
    color: #999;
    display: block;
    margin: 0;
    padding-bottom: 5px;
    font-weight: 400;
}

.userdetail-lbl>b {
    font-weight: 400;
}

.userdetail-lbl2 {
    font-size: 12px;
    color: #000;
    display: block;
    margin: 0;
    padding-bottom: 5px;
    font-weight: 600;
}

.userdetail-highligt {
    font-size: 11.5px;
    color: #000;
    margin: 0;
    display: block;
    font-weight: 400;
}

.userdetail-highligt>.fa-rupee-sign {
    font-size: 10px;
}

.terms-checkbox {
    margin-top: 3px;
}

.terms-txt {
    font-weight: 400 !important;
    padding-left: 10px;
}

.alert {
    padding: 10px 15px !important;
    margin-bottom: 0px !important;
}

.alert-danger {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #dc3545 !important;
}

.alert-success {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #28a745 !important;
}

.alert .close {
    position: relative;
    top: 3px;
    float: unset !important;
}

.input-icon-prepend {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px 0 0 4px;
    background: #f7f7f7;
    padding: 5px 10px;
    user-select: none;
    margin-left: 1px;
    margin-top: 1px;
}

.input-icon-apend {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 4px 4px 0;
    background: #f7f7f7;
    padding: 5px 10px;
    user-select: none;
    margin-right: 1px;
    margin-top: 1px;
}

.input-icon-prepend+input {
    padding-left: 35px;
}

.input-icon-apend+input {
    padding-right: 35px;
}

.wrap-btn {
    padding: 6px 15px;
    display: inline-block;
    margin-top: 0px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
    border: none;
    background: #f15e33;
    color: #fff;
    text-align: center;
}

.wrap-btn:hover {
    color: #fff;
    background: #e6572e;
}

.wrap-btn[disabled] {
    opacity: 0.5;
}

/* Link bank account */
.ac-hding {
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    margin-top: 15px;
    margin-bottom: 25px;
}

.ac-step {
    padding: 2px 5px;
    font-size: 12px;
    background-color: #fff8e1;
    margin-right: 0px;
    margin-bottom: 0;
}

.ac-title {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 0;
    margin: 0 0 5px;
}

.ac-title>.ac-name {
    text-transform: uppercase;
    font-weight: 600;
}

.ac-verify-pro {
    font-size: 10px;
    padding: 2px 5px;
    color: #218113;
    background-color: #d0ffc9;
    font-weight: 400 !important;
}

.ac-process-pending {
    font-size: 10px;
    padding: 2px 5px;
    color: #ffc107;
    background-color: #fff8e1;
    font-weight: 400 !important;
}

.ac-process-approve {
    font-size: 10px;
    padding: 2px 5px;
    color: #47b875;
    background-color: #f6ffed;
    font-weight: 400 !important;
}

.ac-process-reject {
    font-size: 10px;
    padding: 2px 5px;
    color: #f5222d;
    background-color: #fff1f0;
    font-weight: 400 !important;
}

.ac-subtitle {
    font-size: 12px;
    color: #999;
}

.ac-bankname {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 0;
    font-weight: 400;
    margin: 0;
}

.ac-branch {
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
}

.ac-bankdetail {
    font-size: 12px;
    color: #999;
    margin: 0;
}

.ac-bankdetail>span {
    width: 120px;
    display: inline-block;
    color: #000;
}

.ac-btn {
    color: #fff;
    font-weight: 400;
    text-align: center;
    background: #ea5a24;
    font-size: 12px;
    padding: 5px 5px;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
}

.ac-icon {
    font-size: 22px;
    line-height: 0;
    margin-right: 10px;
}

.myact-boxarea {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0 10px #ccc;
    margin: 15px 0 0;
    padding: 20px;
    position: relative;
}

.myact-title {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 0px;
    margin-bottom: 0;
}

.myact-group {
    margin-bottom: 10px;
}

.myact-lbl {
    font-size: 13px;
    color: #999;
    display: block;
    margin: 0;
    padding-bottom: 5px;
    font-weight: 500;
}

.myact-highligt {
    font-size: 13px;
    color: #000;
    margin: 0;
    display: block;
    font-weight: 500;
}

.nav.nav-pills li a {
    font-weight: 400;
}

.list-group-item>b {
    font-weight: 600;
}

/* LOS Download Design */
.download-report {
    background: #fff;
    box-shadow: 0px 0px 12px #e9e9e9;
    border-radius: 10px;
    padding: 18px 15px 0;
    position: relative;
    margin-bottom: 25px;
    height: 100px;
    transition: 0.3s all ease-in;
}

.dr-hding {
    font-size: 18px;
    color: #142f53;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    margin: 0;
    position: relative;
    z-index: 9;
}

.dr-yr {
    font-size: 14px;
    color: #bbb8b8;
    padding-top: 5px;
    margin-bottom: 5px;
}

.report-download-icon {
    font-size: 12px;
    color: #f15e33;
    width: 25px;
    height: 25px;
    border: 1px solid #f15e33;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.dr-pdficon {
    font-size: 55px;
    color: #f15e33;
    position: absolute;
    left: 0;
    bottom: -15px;
    opacity: 0.1;
}

a:hover {
    text-decoration: none !important;
}

a:hover .download-report {
    background: #08328c;
    transition: 0.3s all ease-in;
}

a:hover .dr-hding {
    color: #fff;
}

a:hover .dr-yr {
    color: #fafafa;
}

a:hover .report-download-icon {
    color: #fff;
    border-color: #fff;
}

a:hover .dr-pdficon {
    color: #fff;
    opacity: 0.2;
}

.circle-icon {
    font-size: 10px;
    color: #369;
    margin: 0px 3px 2px;
    border-radius: 50%;
    display: inline-block;
}

/* Time sloat */
.timeslot-area {
    height: 320px;
    overflow-y: auto;
    padding-right: 20px;
}

.timeslot {
    display: flex;
    width: 100%;
}

.timeslot>input {
    display: none;
}

.timeslot>label {
    width: 100%;
    font-weight: 400 !important;
    cursor: pointer;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #d71920;
    padding: 15px 15px 15px 60px;
    color: #999;
    position: relative;
}

.timeslot>label:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #999;
}

.timeslot>input:checked+label,
.timeslot:hover label {
    background-color: #d71920;
    color: #fff;
    user-select: none;
}

.timeslot>input:checked+label:before,
.timeslot:hover label:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    font-weight: 900;
    background-color: #d71920;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

label.diasable_data,
.timeslot:hover label.diasable_data {
    background-color: #fff1ff;
    color: #888;
    cursor: default;
    border: 1px solid #f7b7b9;
}

.timeslot:hover label.diasable_data:before,
label.diasable_data:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f00d';
    font-weight: 900;
    background-color: #fff1ff;
    border: 2px solid #888;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.6;
}

/* Time slot Scrollbar change */
.timeslot-area::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}

.timeslot-area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 1);
    border-radius: 10px;
}

.timeslot-area::-webkit-scrollbar-thumb {
    background-color: #d71920;
    border-radius: 10px;
}

/* Radio button */
.bs-choose-gl {
    display: none;
}

.bs-choose-gl+label {
    width: 49%;
    background: #ef4b5f;
    border-radius: 4px;
    align-items: center;
    padding: 7px 10px;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    margin: 0;
}

.bs-choose-gl+label>.btn-select {
    margin-right: 20px;
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bs-choose-gl+label>.glbtn-txt {
    font-size: 12px;
    user-select: none;
    font-weight: 400;
    color: #fff;
    display: inline-block;
}

.bs-choose-gl+label>.glbtn-txt>span {
    font-size: 13px;
    font-weight: 600;
    display: block;
    color: #fff;
}

.bs-choose-gl:checked+label {
    background: #d71920;
}

/*.bs-choose-gl:checked + label > .btn-select {   background: #d71920; }*/
.bs-choose-gl:checked+label>.btn-select:before {
    content: '\f00c';
    position: absolute;
    color: #77ff5f;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.bs-choose-gl+label>.gl-circle {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.bs-choose-gl+label>.gl-circle>svg {
    width: 40px;
    height: 40px;
    fill: #d71920;
}

.bs-choose-gl+label:last-of-type {
    margin-right: 0;
}

.bs-choose-gl2 {
    display: none;
}

.bs-choose-gl2+label {
    width: 48%;
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgb(221 221 221 / 30%);
    align-items: center;
    padding: 7px 10px;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    margin: 0;
    font-weight: 400 !important;
}

.bs-choose-gl2:checked+label:before {
    content: '\f00c';
    background: #e6572e;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-size: 7px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #e6572e;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bs-choose-gl2:checked+label {
    background: #fff1ff;
}

.modal .bs-choose-gl2 {
    display: none;
}

.modal .bs-choose-gl2+label {
    width: 100%;
    height: 32px;
    background: #e3e3e3;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    align-items: center;
    padding: 7px 15px;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    margin: 0;
    font-weight: 400 !important;
}

.modal .bs-choose-gl2+label:before {
    content: '';
    background: #fff;
    position: absolute;
    right: 10px;
    top: 8px;
    color: #000;
    font-size: 7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #999;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal .bs-choose-gl2:checked+label:before {
    content: '\f00c';
    background: #e6572e;
    position: absolute;
    right: 10px;
    top: 8px;
    color: #fff;
    font-size: 7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #e6572e;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal .bs-choose-gl2:checked+label {
    background: #e3e3e3;
    border: 1px solid #e6572e;
}

.bs-choose-gl3 {
    display: none;
}

.bs-choose-gl3+label {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    border: 1px solid rgb(221 221 221 / 30%);
    align-items: center;
    padding: 7px 15px;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    margin: 0;
    font-weight: 400 !important;
}

.bs-choose-gl3+label:before {
    content: '';
    background: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    font-size: 7px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #999;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bs-choose-gl3:checked+label:before {
    content: '\f00c';
    background: #e6572e;
    line-height: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-size: 7px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #e6572e;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bs-choose-gl3:checked+label {
    background: #fbfafb;
}


/* Bootstrap margina */
.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-5 {
    margin-top: 3rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-3 {
    margin-right: 1rem;
}

.mr-4 {
    margin-right: 1.5rem;
}

.mr-5 {
    margin-right: 3rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-3 {
    margin-left: 1rem;
}

.ml-4 {
    margin-left: 1.5rem;
}

.ml-5 {
    margin-left: 3rem;
}

/* Bootstrap padding */
.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-3 {
    padding-bottom: 1rem;
}

.pb-4 {
    padding-bottom: 1.5rem;
}

.pb-5 {
    padding-bottom: 3rem;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-3 {
    padding-top: 1rem;
}

.pt-4 {
    padding-top: 1.5rem;
}

.pt-5 {
    padding-top: 3rem;
}

.pr-1 {
    padding-right: 0.25rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-3 {
    padding-right: 1rem;
}

.pr-4 {
    padding-right: 1.5rem;
}

.pr-5 {
    padding-right: 3rem;
}

.pl-1 {
    padding-left: 0.25rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pl-3 {
    padding-left: 1rem;
}

.pl-4 {
    padding-left: 1.5rem;
}

.pl-5 {
    padding-left: 3rem;
}


.btn-xs {
    padding: 2px 5px !important;
}

.btn-sm {
    padding: 6px 15px !important;
    font-size: 12px !important;
}

.dashboard-radio-btn {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-radius: 6px;
    background: #fff;
    padding: 10px 15px;
    box-shadow: 0px 0px 2px #ccc;
}

.dashboard-radio-box {
    cursor: pointer;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.dashboard-radio-btn label {
    font-weight: 400 !important;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.dashboard-radio-btn input {
    position: relative;
    margin-right: 8px;
    cursor: pointer;
}

.dashboard-applybtn {
    border-radius: 6px;
    line-height: 1.3;
    border: none;
    /*background: #06216b;*/
    background: #154a4e;
    color: #fff;
    text-align: center;
    padding: 7px 14px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
}

.dashboard-applybtn:hover {
    color: #fff;
}
.dashboard-applybtn.bg-danger {
    background:#b34437 !important;
}
.whatsapp-default-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.whatsapp-default-img>.userimg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.whatsapp-default-img>.whatsapp-img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 10px;
}

.whatsapp-default-img>.whatsapp-img>img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.whatsapp-default-img>i {
    font-size: 18px;
    color: #20bb2c;
    position: absolute;
    right: -5px;
    top: 16px;
    background: #fff;
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .stepflow li:after {
        display: none;
    }
}

@media (max-width: 575px) {
    .admin-login-bg {
        padding: 40px 20px;
    }

    .login-copyright {
        position: relative;
    }
}

@media (max-width: 767px) {
    .admin-powered-by {
        position: inherit;
        text-align: center;
        display: block;
        color: #000;
        right: 0;
    }

    .admin-powered-by>a {
        color: #000;
    }

    .login-leftside {
        padding: 50px 20px 20px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .login-ritetxt-area {
        padding: 0px 40px 0 0;
    }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {

    .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused,
    .sidebar-mini.sidebar-collapse .main-sidebar:hover {
        width: 220px;
    }

    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer,
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        margin-left: 220px;
    }

}

.nav-pills.profile-tab {
    /*margin-top:10px !important;*/
    /*margin-left: -5px;*/
}

/*.nav-pills.profile-tab li {flex-grow:1;}*/
/*.nav-pills.profile-tab li a {background-color:#fff5f2; border-radius:0.50rem 0.50rem 0 0 !important; color:#000 !important; font-weight:500 !important;}*/
.nav-pills.profile-tab li a {
    background-color: #e3f0ff;
    border-radius: 0.50rem 0.50rem 0 0 !important;
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 11.8px;
}

.nav-pills.profile-tab li a:hover {
    color: #1b7cfa !important;
}

.nav-pills.profile-tab li:not(:last-child) a {
    border-right: 1px solid #ddd;
}

/*.nav-pills.profile-tab li a.active { background-color: #ffccbd !important; color:#000 !important;  }*/
.nav-pills.profile-tab li a.active {
    background-color: #0dcaf0 !important;
    color: #fff !important;
}

/*.nav-pills.profile-tab li:first-child a {border-radius:0.50rem 0 0 0px !important;}
.nav-pills.profile-tab li:last-child a {border-radius:0px 0.50rem 0 0px !important;}
*/
.profile-tab-content {
    padding: 15px;
    box-shadow: 0px 5px 8px rgb(204 204 204 / 50%);
}

.doc-thumbnail {
    width: 50px;
    height: 50px;
    position: relative;
}

.doc-thumbnail>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.doclist,
.doclist-header {
    margin: 0px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.doclist {
    margin-bottom: 15px;
}

.doclist li,
.doclist-header li {
    list-style: none;
    width: 25%;
    flex-grow: 1;
}

[class*="sidebar-dark-"] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*="sidebar-dark-"] .nav-sidebar>.nav-item:hover>.nav-link,
[class*="sidebar-dark-"] .nav-sidebar>.nav-item>.nav-link:focus {
    color: #000 !important;
}

[class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link.active,
[class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link.active:hover,
[class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link.active:focus {
    color: #f1663c !important;
}

[class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link {
    color: #000 !important;
}

/*[class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-treeview {background-color: #f5eeebc7 !important;}*/
[class*="sidebar-dark-"] .nav-sidebar>.nav-item>.nav-treeview {
    background-color: #f6f6f6 !important;
    border-radius: 20px 0 0 20px;
}

.anchor-card {
    text-decoration: none;
    color: #000
}

.anchor-card:hover {
    text-decoration: none;
    color: #000
}

.tooltip-sec {
    cursor: pointer;
    position: relative;
}

a.tooltip-sec {
    cursor: pointer;
}

.tooltip-sec:hover:before {
    content: attr(data-title);
    white-space: nowrap;
    position: absolute;
    top: -30px;
    left: 50%;
    padding: 6px 10px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 9px;
    z-index: 9999;
    font-weight: 500;
    letter-spacing: 0.5px;
    transform: translateX(-50%) scale(1);
    box-shadow: 0px 3px 10px rgb(204 204 204 / 80%);
    animation: filteratr-anim 0.2s;
}

.tooltip-sec:hover:after {
    content: '';
    position: absolute;
    transform: scale(1);
    top: -7px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    margin: auto;
    display: block;
    transform: translateX(-50%) scale(1);
    left: 50%;
    animation: filteratr-animarrow 0.2s;
}

.tooltip-right-pos:hover:before {left:36px !important; top:-7px !important; transform: translateX(0) scale(1) !important; animation: filteratr-anim-right-pos 0.2s;}
.tooltip-right-pos:hover:after {border-left: none !important; border-bottom: 6px  solid transparent !important; border-right: 6px solid #000 !important; border-top: 6px solid transparent !important; transform: translateX(0) scale(1) !important; top:2px !important; left:unset !important; right:-17px; animation: filteratr-animarrow-right-pos 0.2s; }

.tooltip-left-pos:hover:before {
    left: unset !important;
    top: 3px !important;
    right: -15px;
    animation: filteratr-anim-left-pos 0.2s;
}

.tooltip-left-pos:hover:after {
    border-left: 6px solid #000 !important;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent !important;
    top: 10px !important;
    left: unset !important;
    right: 58%;
    transform: translateX(-100%) scale(1) !important;
    animation: filteratr-animarrow-left-pos 0.2s;
}

.tooltip-bottom-pos:hover:before {
    top: unset !important;
    bottom: -37px;
}

.tooltip-bottom-pos:hover:after {
    border-top: none !important;
    border-bottom: 6px solid #000;
    top: unset !important;
    bottom: -10px;
}

.tooltip-width:hover:before {
    white-space: break-spaces !important;
    width: 250px;
}

.tooltip-right-space:hover:before {
    left: -13px !important;
}

.js-field .select2 {
    width: 100% !important;
}

.js-field .select2 .select2-selection ul.select2-selection__rendered {
    padding: 0px !important;
}

.js-field .select2 .select2-selection .select2-search {
    padding: 0;
    background: #fff1ff;
    margin: 0px !important;
    height: auto !important;
}

.js-field .select2 .select2-search .select2-search__field {
    margin: 0 !important;
    height: auto !important;
    font-size: 12px;
    padding: 6px 10px 0;
    background: #fff1ff;
}

.js-field .select2 .selection .select2-selection {
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0px !important;
    margin: 0px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-left: 0px !important;
    margin-top: 0px !important;
    font-size: 12px;
    padding: 3px 10px 0 !important;
    border: none !important;
}

.select2-container--default .select2-selection--multiple {
    background: #fff1ff !important;
}

@keyframes filteratr-anim {
    0% {
        opacity: 0;
        transform: translateX(-50%) scale(0.5);
    }

    50% {
        opacity: 50%;
        transform: translateX(-50%) scale(0.8);
    }

    100% {
        opacity: 100%;
        transform: translateX(-50%) scale(1);
    }
}

@keyframes filteratr-animarrow {
    0% {
        opacity: 0;
        transform: translateX(-50%) scale(0.5);
    }

    50% {
        opacity: 50%;
        transform: translateX(-50%) scale(0.8);
    }

    100% {
        opacity: 100%;
        transform: translateX(-50%) scale(1);
    }
}

@keyframes filteratr-anim-right-pos {
    0% {
        opacity: 0;
        transform: translateX(50%) scale(1);
    }

    50% {
        opacity: 50%;
        transform: translateX(50%) scale(1);
    }

    100% {
        opacity: 100%;
        transform: translateX(50%) scale(1);
    }
}

@keyframes filteratr-animarrow-right-pos {
    0% {
        opacity: 0;
        transform: translateX(50%) scale(1);
    }

    50% {
        opacity: 50%;
        transform: translateX(50%) scale(1);
    }

    100% {
        opacity: 100%;
        transform: translateX(50%) scale(1);
    }
}

@keyframes filteratr-anim-left-pos {
    0% {
        opacity: 0;
        transform: translateX(-50%) scale(1);
    }

    50% {
        opacity: 50%;
        transform: translateX(-50%) scale(1);
    }

    100% {
        opacity: 100%;
        transform: translateX(-50%) scale(1);
    }
}

@keyframes filteratr-animarrow-left-pos {
    0% {
        opacity: 0;
        transform: translateX(-100%) scale(1);
    }

    50% {
        opacity: 50%;
        transform: translateX(-100%) scale(1);
    }

    100% {
        opacity: 100%;
        transform: translateX(-100%) scale(1);
    }
}

/* Modal */
.modaldesign .modal-content {
    border: none;
    border-radius: 15px;
}

.modaldesign .modal-content .modal-body .modal-hding {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding-bottom: 5px;
    margin: 0;
    padding-top: 50px;
}

.modaldesign .modal-content .modal-body .modal-prgh {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    padding-bottom: 10px;
    margin: 0;
}

.modaldesign .modal-content .modal-body .modal-prgh>span {
    display: block;
    font-weight: 500;
    color: #e04d16;
}

.modaldesign .modal-content .modal-body .modal-prgh>a {
    display: block;
    font-weight: 500;
    color: #e04d16;
    text-decoration: none;
}

.modaldesign .modal-content .modal-body .otp-field {
    width: 22%;
    border-radius: 4px;
    padding: 7px;
    text-align: center;
    border: 1px solid #ddd;
    display: inline-flex;
    margin: 0 5px;
}

.modaldesign .modal-content .modal-body .submit-btn {
    font-size: 12px;
    outline: none;
    height: 32px;
    padding: 6px 15px;
    margin: auto;
    font-weight: 400;
    background: #06216b border-radius: 6px;
    color: #fff;
    text-align: center;
    display: table;
    margin-top: 15px;
}



.modaldesign .modal-content .modal-body .close {
    float: right;
    border: none;
    outline: none;
    background: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modaldesign2 .modal-content {
    border: none;
    border-radius: 15px;
}

.modaldesign2 .modal-content .modal-body .modal-hding {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-bottom: 5px;
    margin: 0;
    padding-top: 50px;
}

.modaldesign2 .modal-content .modal-body .modal-prgh {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    padding-bottom: 10px;
    margin: 0;
}

.modaldesign2 .modal-content .modal-body .modal-prgh>span {
    display: block;
    font-weight: 500;
    color: #e04d16;
}

.modaldesign2 .modal-content .modal-body .modal-prgh>a {
    display: inline-block;
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.modaldesign2 .modal-content .modal-body .modal-hding-lg {
    font-size: 32px;
    font-weight: 700;
}

.modaldesign2 .modal-content .modal-body .otp-field {
    width: 22%;
    border-radius: 4px;
    padding: 7px;
    text-align: center;
    border: 1px solid #ddd;
    display: inline-flex;
    margin: 0 5px;
}

.modaldesign2 .modal-content .modal-body .submit-btn {
    font-size: 16px;
    outline: none;
    padding: 6px 30px;
    margin: auto;
    font-weight: 400;
    border: 2px solid #007bff;
    background: #06216b;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    display: table;
    margin-top: 15px;
}

.modaldesign2 .modal-content .modal-body .submit-btn:hover {
    background: #fff;
    color: #007bff;
}

.modaldesign2 .modal-content .modal-body .close {
    float: right;
    border: none;
    outline: none;
    background: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.terms-modal .modal-content .modal-body {
    height: 500px;
    overflow-y: scroll;
}

.terms-modal .modal-content {
    border-radius: 1px !important;
    padding-bottom: 0px;
}

.terms-modal .modal-content .modal-body .modal-hding {
    padding-top: 20px !important;
    padding-bottom: 25px !important;
}

.thanks-icon {
    font-size: 26px;
    text-align: center;
    display: block;
    margin: 15px auto;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #00bb0e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Step flow */
.stepflow2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 0px;
    padding: 0 0 20px;
}

.stepflow2 li {
    list-style: none;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 20px;
}

.stepflow2 li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #131168;
    z-index: 2;
}

.stepflow2 li.active:before {
    background: #ef3556;
}

.stepflow2 li:first-child:after {
    display: none;
}

.stepflow2 li:after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 11px;
    left: -103%;
    right: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background: #131168;
}

.stepflow2 li.active:after {
    background: #ef3556;
}

.stepflow2 li>span {
    position: relative;
    padding-top: 30px;
}

.magnifyicon {
    width: 30px;
    height: 30px;
}

.gray-color {
    color: #999999;
}

.imgicon {
    width: 30px;
    margin-right: 5px;
    cursor: pointer;
}

.admin-loginbtn,
.admin-loginbtn:hover {
    background-color: #08328c !important;
    border-color: #08328c !important;
}

.user-thumbnail {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    float: left;
    margin-right: 10px;
}

.user-thumbnail>img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.table-field {
    width: 100px;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid rgb(221 221 221 / 30%);
    background: #fff1ff;
    border-radius: 4px;
    padding: 4px 10px 4px 10px;
    margin: auto;
    display: table;
    color: #000;
}

.table-field:focus-visible {
    border: 1px solid rgb(221 221 221 / 30%);
    outline: none;
}

.table-field::placeholder {
    color: #999;
}


.formbox-radio {
    display: none;
}

.formbox-radio+label {
    border: 1px solid #ddd;
    font-size: 12px;
    font-weight: 400 !important;
    text-align: center;
    border-radius: 4px;
    display: block;
    padding: 6px 10px;
    cursor: pointer;
}

.formbox-radio:checked+label:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -5px;
    top: -6px;
    border-radius: 50%;
    background-color: #007bff;
    color: #fff;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.formbox-radio:checked+label {
    border-color: #e3f0ff;
    background: #f0f7ff;
}

.formbox-radio-switch {
    display: none;
}

.formbox-radio-switch+label {
    border: 1px solid #ddd;
    font-size: 12px;
    font-weight: 400 !important;
    text-align: center;
    border-radius: 4px;
    display: block;
    padding: 6px 10px;
    cursor: pointer;
}

.formbox-radio-switch:checked+label:before {
    font-weight: 700;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -5px;
    top: -6px;
    border-radius: 50%;
    background-color: #007bff;
    color: #fff;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.formbox-radio-switch:checked+label {
    border-color: #e3f0ff;
    background: #b2cef7;
}

/* Quotation */
.quote-hding {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.quote-subtitle {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.quote-area {
    box-shadow: 0px 5px 12px 0px rgb(206 206 206 / 75%);
    background: #fff;
    border-radius: 8px;
    padding: 20px 10px;
    margin-bottom: 15px;
    position: relative;
}

.quote-banklogo {
    width: 90px;
}

.quote-banklogo>img {
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
    object-fit: contain;
    border: 1px solid #ddd;
    padding: 2px;
}

.quote-title {
    /*min-height: 45px;*/
    font-size: 12px;
    font-weight: 400;
    color: #999;
    margin: 0;
    padding: 0 0 8px;
}

.quote-txt {
    font-size: 11px;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 0;
}

.quote-txtlink {
    font-size: 11px;
    font-weight: 500;
    color: #007bff;
    margin: 0;
    padding: 0;
}

.quote-view-btn,
.quote-buy-btn {
    border-radius: 4px;
    text-align: center;
    display: block;
    padding: 5px 15px;
    font-size: 12px;
    color: #fff;
    line-height: 1.714;
    border: 1px solid transparent;
    outline: none;
    margin: 0 4px 10px;
}

.quote-view-btn {
    background: #424142;
}

.quote-buy-btn {
    background: #08328c;
}

.quote-view-btn:hover,
.quote-buy-btn:hover {
    color: #fff;
    text-decoration: none;
}

.quote-view-btn:hover {
    background: #000;
}

.quote-buy-btn:hover {
    background: #db3721;
}

.insurers-img {
    width: 140px;
    height: 60px;
    object-fit: contain;
}


.main-tite {
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    padding: 5px 5px;
}

.main-subtitle {
    font-size: 14px;
    font-weight: 600;
}

table {
    font-size: 11px;
}

table thead tr th {
    font-weight: 600;
}

.pdf-container {
    width: 100%;
    margin: auto
}

.border {
    border: 1px solid #000;
}

.table-border {
    width: 100%;
}

.table-border thead tr {
    background: #f7f7f7;
}

.table-border thead tr th {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
}

.table-border tbody tr td,
.table-border tfoot tr td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.table-border thead tr th,
.table-border tbody tr td,
.table-border tfoot tr td {
    padding: 2px 4px;
}

.table-border thead tr th:first-child,
.table-border tbody tr td:first-child,
.table-border tfoot tr td:first-child {
    border-left: 1px solid #000;
}

.table-border tfoot {
    background: #f1f1f1;
}

.table-border tfoot tr td {
    color: #000;
}

.table-border tfoot tr:last-child td {
    font-size: 12px;
    font-weight: 700;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

select {
    font-size: 11px;
    width: 100%;
    border: none;
}

.border-left-0 {
    border-left: none !important;
}

.pdf-field {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #999;
    padding: 5px 15px;
}

hr {
    margin-top: 0.7rem !important;
}

.choose-file-area {
    position: relative;
    margin-bottom: 15px;
}

.file {
    display: none !important;
}

.file-name {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 32px;
    border: 1px solid rgb(221 221 221 / 30%);
    padding: 6px 10px 6px 100px;
    box-sizing: border-box;
    font-size: 12px;
    vertical-align: middle;
    border-radius: 4px;
}

.choose-file-btn {
    border: none;
    border-radius: 4px 0 0 4px;
    position: absolute;
    left: 0;
    height: 32px;
    padding: 2px 10px;
    background-color: #04015e;
    transition: all 0.6s;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
}

.choose-file-area {
    position: relative;
    margin-bottom: 15px;
}

.choose-imgshow {
    width: 44px;
    height: 44px;
    object-fit: content;
}

.form-group {
    position: relative;
}

.submit-btn {
    padding: 8px 15px;
    float: right;
    margin-top: 0px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
    border: none;
    background: #06216b;
    color: #fff;
    text-align: center;
}

.profile-user-img {
    height: 100px;
    display: block;
}

.list-group-item {
    padding: 6px 0rem !important;
}

.table-xs-small-font thead tr th,
.table-xs-small-font tbody tr td {
    font-size: 11px !important;
    padding: 6px 6px !important;
}

.table-small-font thead tr th,
.table-small-font tbody tr td {
    font-size: 12px !important;
}

.table-small-font .action-view,
.table-small-font .action-edit,
.table-small-font .action-del {
    font-size: 10px !important;
}

.table-small-font-12px thead tr th,
.table-small-font-12px tbody tr td {
    font-size: 12px !important;
}

.table-small-font-12px .action-view,
.table-small-font-12px .action-edit,
.table-small-font-12px .action-del {
    font-size: 12px !important;
}

.cr-btn {
    font-size: 8px;
    background: #08328c;
    color: #fff;
    border-radius: 3px;
    padding: 2px 5px;
}

.cr-btn:hover {
    color: #fff;
}

.table-grid thead tr th,
.table-grid tbody tr td {
    border: 1px solid #dee2e6 !important;
    padding: 4px 12px;
}


/* Policies */
.myac-hding {
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px;
    display: block;
}

.myac-seeall {
    font-size: 14px;
    text-align: right;
    padding-top: 15px;
    display: inline-block;
}

.myac-box {
    background: #ffffff;
    box-shadow: 0px 0px 12px #ddd;
    padding: 15px;
    margin-top: 15px;
    border-radius: 6px;
    position: relative;
}

.myac-btnmt {
    margin-top: 36px;
}

.myac-outnline-btn {
    border-radius: 4px;
    background-color: #fff;
    display: block;
    padding: 3px 10px;
    font-size: 11px;
    color: #0056b3;
    line-height: 1.714;
    border: 1px solid #369;
    outline: none;
    margin: 5px 4px;
    text-align: center;
}

.myac-outnline-btn:hover {
    text-decoration: none;
}

.myac-title {
    font-size: 13px;
    font-weight: 600;
}

.myac-box-botbg {
    background: #f9f9f9;
    padding: 2px 10px;
    border-radius: 0 0 8px 8px;
    margin-left: -10px;
    margin-right: -10px;
}

.right-top-pos {
    position: absolute;
    top: -15px;
    right: 10px;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 5px 10px;
    background: #ffffff;
    color: #08328c;
    border-radius: 4px;
    box-shadow: 0px 5px 12px 0px rgb(206 206 206 / 75%);
}

.policy-highlight {
    font-size: 10px;
    background: #369;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 0 0 5px;
    line-height: 1;
    display: inline-block;
}

.myac-boxarea {
    box-shadow: 0px 0px 8px 0px rgb(206 206 206 / 75%);
    background: #fff;
    border-radius: 8px;
    padding: 10px 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
}

.myac-trtxt-mt {
    margin-top: 35px;
}

.myac-breadcrump {
    margin: 0px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.myac-breadcrump li {
    list-style: none;
    font-size: 12px;
    color: #000;
    padding: 10px 0;
    display: block;
}

.myac-breadcrump li a {
    text-decoration: none;
}

.myac-breadcrump li i {
    font-size: 10px;
    padding: 0 10px;
}


.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    object-fit: contain;
    width: 100px;
}

.navbar-nav>.user-menu .user-image {
    border-radius: 0px !important;
    object-fit: contain;
    width: 3.1rem;
}

/* Login page */
.brand-logo img {
    width: 180px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.login,
.image {
    min-height: 85vh;
}

.login-copyright {
    text-align: center;
}

.bg-login-body {
    background-image: url('../images/login-bg.svg');
    background-size: cover;
    background-position: 100% 21%;
}

.crm-logo-w {
    max-width: 160px;
    margin: 0 auto;
}

.img-notfound {
    width: 150px;
    margin: 40px auto 0;
    display: block;
}

.notfound-txt {
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 10px 20px 40px;
    margin: 0;
}

.form-check-input {
    top: 3px;
}

.upload-doc-previou-img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    border-radius: 4px;
    padding: 5px;
    border: 1px solid rgb(221 221 221 / 30%);
}

.table-trlink tbody tr td {
    cursor: pointer;
}

.note-txt {
    margin: 0;
    font-size: 11px;
    padding-top: 4px;
    display: block;
    color: #999;
}

.btn-disabled {
    opacity: 0.3;
}

.btn-disabled:focus {
    outline: none;
}



/*LEADS TABS*/
.nav-pills.list-tab {
    margin-top: 10px !important;
    margin-left: -5px;
}

.nav-pills.list-tab li a {
    background-color: #fff5f2;
    font-size: 12px;
    padding: 8px 20px !important;
    border-radius: 5px 5px 0 0 !important;
    color: #000 !important;
    font-weight: 400 !important;
}

.nav-pills.list-tab li:not(:last-child) a {
    border-right: 1px solid #ddd
}

.nav-pills.list-tab li a:hover {
    color: #f15e33 !important;
}

.nav-pills.list-tab li a.active {
    background-color: #ffccbd !important;
    color: #000 !important;
}

.nav-pills.list-tab li a>span {
    background: #f7f2ef;
    border-radius: 15px;
    font-size: 10px;
    padding: 4px 10px;
    text-align: center;
}

.nav-pills.list-tab li a.active>span {
    background: #fff;
}

.nav-pills.list-tab li a>i {
    margin-right: 5px;
}


.fix-boticons {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    position: fixed;
    border-radius: 100px;
    bottom: 20px;
    right: 15px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0px 0px 8px #ccc;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.fix-boticons:hover {
    height: 160px;
    transition: all 0.3s ease-in-out;
}

.fix-boticons>.mainicon {
    width: 40px;
    height: 40px;
    background: #fff;
    z-index: 2;
    color: #f15e33;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
}

.fix-boticons>ul {
    margin: 40px 0 0;
    padding: 0 0 0px 0;
    transition: all 0.3s ease-in-out;
}

.fix-boticons>ul>li {
    list-style: none;
    width: 40px;
    height: 40px;
    color: #f15e33;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.fix-boticons:hover ul {
    margin: 3px 0 0 0px;
}

.px-reduce li a.nav-link {
    padding: 8px 15px !important;
}

.rb-choose {
    display: none;
}

.rb-choose+label {
    height: 40px;
    font-weight: 400 !important;
    background: #f5f8fd;
    border: 1px solid #ddd;
    font-size: 13px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 5px 40px 5px 15px;
    cursor: pointer;
}

.rb-choose:checked+label {
    font-weight: 700;
    border-color: #08328c;
    background: #08328c;
    color: #fff;
}

/*.rb-choose + label:before {content: ''; width: 22px; height: 22px; border: 1px solid #ccc; position: absolute; right: 10px; top: 8px; border-radius: 50%; background-color: #fff; color: #fff; font-size: 12px; display: flex; justify-content: center; align-items: center; }*/
/*.rb-choose:checked + label:before {content: '\f00c'; font-family: 'Font Awesome 5 Free'; font-weight: 900;  background: #08328c; border-color:#08328c; font-size: 10px; }*/
.rb-choose+label>img {
    height: 30px;
    padding: 3px;
}

/* On OFF toggle */
.switch {
    position: relative;
    display: inline-block;
    width: 102px;
    height: 28px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c12020;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 4px;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 20px;
    border-radius: 3px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked+.slider {
    background-color: #00a65a;
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked+.slider:before {
    content: '';
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
}

/*.slider:after {content: 'Inactive'; font-size: 10px; padding: 0 0 0 16px; font-weight: 400 !important; }*/
/*.switch input:checked+.slider:after {content: 'Active'; }*/
.switch .slider>.active {
    display: none;
}

.switch input:checked+.slider>.active {
    display: block;
    padding-left: 20px;
}

.switch input:checked+.slider>.inactive {
    display: none;
}

.switch .slider>.inactive {
    padding-left: 32px;
}


.ch-mx {
    margin: 0 -0.5rem 10px;
}

.chkbox-pos {
    position: relative;
    top: 2px;
}

.cy-choose {
    display: none;
}

.cy-choose+label {
    height: 32px;
    background: #fff1ff;
    border: 1px solid #ddd;
    font-size: 12px;
    font-weight: 400 !important;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    cursor: pointer;
}

.cy-choose+label:before {
    content: '';
    width: 20px;
    height: 20px;
    font-weight: 900;
    border: 1px solid #ccc;
    position: absolute;
    right: 10px;
    top: 6px;
    border-radius: 50%;
    background-color: #fff;
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cy-choose:checked+label {
    font-weight: 600 !important;
    border-color: #08328c;
    background: #f5f8fd;
}

.cy-choose:checked+label:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    background: #08328c;
    border-color: #08328c;
    font-size: 10px;
}

.cy-choose+label>img {
    height: 30px;
    padding: 3px;
}

.breadcrump-list {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.breadcrump-list li {
    list-style: none;
    margin-right: 6px;
    font-size: 14px;
    color: #000
}

.breadcrump-list li a {
    font-size: 14px;
    color: #999;
}

.breadcrump-list li>i {
    font-size: 10px;
    color: #999;
    margin-left: 6px;
}

#clock {
    font-size: 60px;
    text-align: center;
    border: 2px solid white;
    border-radius: 20px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.clock-hding {
    font-size: 48px;
    color: #fff;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ui-datepicker {
    z-index: 99999 !important;
    /*left: 0 !important; right: 0!important; top: 0 !important; bottom: 0 !important;*/
    height: 280px;
    margin: auto;
}

.ui-datepicker.ui-widget-content {
    width: 300px !important;
    border-radius: 10px;
    box-shadow: 0px 1px 22px 0px rgb(193 193 193 / 50%) !important;
}

.ui-datepicker .ui-datepicker-prev {
    right: inherit !important;
    left: 0px;
}

.ui-datepicker .ui-datepicker-next {
    right: 6px !important;
}

.ui-datepicker th {
    font-weight: 700 !important;
}

/*.ui-datepicker th:first-child {
    color:#e62813;
}
.ui-datepicker td.ui-datepicker-week-end:first-child > .ui-state-default {
    color:#e62813;
    background: none;
}*/

.ui-datepicker .ui-datepicker-title {
    margin: auto !important;
    display: table;
}

.filter-modal-outline {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.nav-pills.list-tab.nav-tab-btn li a {
    border-radius: 5px !important;
}


/* accordion collapse */
.ac {
    margin: 0px 0px 0;
    display: block;
    position: relative;
}

.ac>.card-header {
    border-bottom: none !important;
    padding: 0px !important;
    background-color: transparent !important;
}

.ac .card-header button {
    width: 100%;
    padding: 8px 20px 8px 0 !important;
    text-align: left !important;
    color: #000 !important;
    background: none !important;
    border-bottom: 1px solid #c5bebe;
    font-weight: 500;
    font-size: 14px !important;
}

.ac button[aria-expanded="true"]:before,
.ac button[aria-expanded="false"]:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 4px;
}

/* Minus sign */
.ac button[aria-expanded="true"]:before {
    content: '\f068';
}

/* Plus sign */
.ac button[aria-expanded="false"]:before {
    content: '\f067';
}

.ac button[aria-expanded="false"]:before,
[aria-expanded="true"]:before {
    display: inline-block;
    float: right;
}

.ac .card-body {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 20px 0 !important;
}

.ac button:focus {
    box-shadow: none !important;
}


/*//lead-module css start*/
.lead-fields-heading {
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px
}

.lead-fields-title {
    font-weight: 550;
    font-size: 12px;
    margin-top: 10px
}

.lead-fields-text {
    font-weight: 400;
    margin-top: -10px
}

.leave-status-confirm {
    width: 100% !important;
}

.loginsidebar-btn {
    background-color: #06216b;
    color: white;
}

.overflow-x-auto {
    height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
}

/*//lead-module css end*/

.ac-upbtn {
    margin-top: -47px;
    margin-right: 60px;
    position: relative;
    z-index: 9;
    float: right;
}

.ac-upbtn>.form-submit-btn {
    padding: 3px 13px !important;
}

.add-btn {
    border-radius: 4px;
    border: none;
    background: #28a745;
    color: #fff;
    text-align: center;
    padding: 7px 15px;
    font-size: 12px;
    display: inline-block;
}

.add-btn:hover {
    background: #22b944;
}

.minus-btn {
    border-radius: 4px;
    border: none;
    background: #e10b0b;
    color: #fff;
    text-align: center;
    font-size: 12px;
    width: 38px;
    height: 38px;
    margin-left: 10px;
    padding: 0 13px
}

.minus-btn:hover {
    background: #f70303;
}

.merge-btn {
    border-radius: 4px;
    border: none;
    background: #08328c;
    height: 38px;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    font-size: 12px;
    display: inline-block;
}

.merge-btn:hover {
    color: #fff;
}

/*// by mohit start*/
.dashboard-filter {
    padding: 10px 10px;
    width: 100%;
    border-radius: 5px;
    border: 0px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 500;
}

.dashboard-filter-btn {
    padding: 10px 10px;
    border-radius: 5px;
    border: 0px;
    color: white;
    background-color: #007bff;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 500;
}

.card-select-text {
    font-size: 14px;
    font-weight: 600;
    padding-left: 0px;
    padding-bottom: 6px;
}

.card-text2 {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 0px;
}

.register-student-modal-heading {
    background: ;
    font-size: 24px;
    padding: 3px 0px 3px 8px;
    margin-bottom: 0px;
}

.register-student-modal-heading-close {
    background: ;
    font-size: 20px;
    padding: 25px 25px 25px 0px !important;
    margin-bottom: 0px;
}

.register-student-modal {
    border-radius: 15px;
}

.register-student-modal-body {
    padding: 25px 25px 25px 25px !important;
}

/*.card-hding {font-size: 16px; font-weight: 600;  padding-bottom: 15px;}*/

.div-sub-lebels {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 5px;
}

.div-header-heading {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: inline-flex;
    margin-left: -9px;
    margin-bottom: 2px;
    background-color: #e3f0ff;
    padding: 6px 15px;
    border-radius: 8px 8px 0px 0px;
}

.div-header-link {
    font-size: 12px;
    font-weight: 400;
    display: inline-flex;
    float: right;
    margin-bottom: -4px;
    margin-right: -8px;
    background-color: #0c3da8;
    text-decoration: white !important;
    padding: 5px 20px;
    border-radius: 5px 5px 0px 0px;
}

.info-div-card {
    margin: -10px 0px 10px 0px;
    border-radius: 0px 0px 6px 6px;
}

.info-div-card1 {
    margin: 5px 0px 10px 0px;
    border-radius: 0px 0px 6px 6px;
}

.info-div-card2 {
    margin: -10px 0px 10px 0px;
    background-color: #e3f0ff;
}

.div-sub-heading {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: -5px;
    color: #007bff;
}

.div-sub-heading2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #007bff;
}

.div-sub-lebels2 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 5px;
}

.my-document-upload-box {
    border: 1px solid #b2cef7;
    background-color: #e3f0ff;
    border-radius: 10px;
    margin: 20px 0px;
}

.upper-upload-box {
    padding: 15px;
}

.upper-upload-text {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}

.upper-upload-upload-btn {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 18px;
    float: right;
    background-color: #007bff;
    color: white;
    font-weight: 400;
    font-size: 16px;
}

.down-upload-box {
    background-color: #b2cef7;
    padding: 0px 15px;
    padding-top: 5px;
    border-radius: 0px 0px 8px 8px;
}

.down-upload-text {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.down-upload-document {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 18px;
    background-color: white;
    color: black;
    font-weight: 400;
    font-size: 12px;
}

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

.ml-px-1 {
    margin-left: 1px;
}

.basic-detail-card {
    background-color: #08328c;
    color: white;
}


.hidden-fields {
    display: none;
}

/*// by mohit end*/

.header-notification {
    min-width: 300px;
    border: none;
    max-height: 505px;
    overflow: auto;
}

.header-notification a {
    padding: 8px 20px;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    color: #000;
}

.header-notification a:last-child {
    border-bottom: none !important;
}

.header-notification a img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: fill;
}

.header-notification a .notbar-name {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}

.header-notification a .notbar-refcode {
    font-size: 11px;
    color: #999;
    display: inline-block;
}

.header-notification a .notbar-time {
    font-size: 11px;
    color: #000;
    background-color: #f7f7f7;
    padding: 3px 8px;
    border-radius: 4px;
}

.header-notification a .followup-txt {
    font-size: 12px;
    font-weight: 500;
    display: block;
}

.header-notification a .remark-txt {
    font-size: 12px;
    font-weight: 400;
    display: block;
    color: #7f7c7c;
}

.header-notification a .remark-txt>strong {
    font-weight: 600 !important;
    color: #000;
}

.header-notification::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.header-notification::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 1);
    border-radius: 20px;
}

.header-notification::-webkit-scrollbar-thumb {
    background-color: #ea5a24;
    border-radius: 20px;
}

@media only screen and (min-width: 992px) {
    .lg-overflow {
        overflow: inherit !important;
    }
}

.border-radius-yr {
    border-radius: 0 4px 4px 0;
}

.border-radius-noyr {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.brand-link {
    padding: 11px 0.5rem 11px !important;
}

.tdlink {
    display: block;
    cursor: pointer;
    color: #000;
}

/*24-05-2023*/
.vr-scrollbar {
    height: 40px;
    overflow-y: auto;
}

/*25-05-2023*/
.dataTables_length>label {
    display: flex;
    align-items: center;
}

.dataTables_length>label>select {
    margin: 0 10px;
}

.dataTables_length {
    margin-left: 10px;
}

.dataTables_filter {
    margin-right: 10px;
}


.header-flex {
    flex-direction: row;
    justify-content: end;
    padding: 5px 20px;
}

.sidebar-profile {
    align-items: center;
    margin: 10px 0;
    padding: 0 10px 0 13px;
}

.sidebar-userimg {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.sidebar-userimg>img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.sidebar-username {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 0 0 3px;
}

.sidebar-role {
    font-size: 10px;
    font-weight: 400;
    color: #999;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.sidebar-logout {
    font-size: 10px;
    color: #08328c;
}

.float-right>button.dashboard-applybtn {
    margin-bottom: 15px;
}

.mobile-filter-close,
.mobile-filter-show-icon {
    display: none;
}


.assign-btn {
    display: none !important;
}

.word-break {
    word-break: break-word;
}

.list-group-unbordered>.list-group-item>.float-right {
    width: 70%;
    text-align: right;
}

.lead-td0 {
    width: 12% !important;
}

.lead-td1 {
    width: 14% !important;
}

.lead-td2 {
    width: 18% !important;
}

.lead-td3 {
    width: 15% !important;
}

.lead-td4 {
    width: 16% !important;
}

.lead-td5 {
    width: 12% !important;
}

.lead-td6 {
    width: 17% !important;
}

.lead-td7 {
    width: 20% !important;
}

.lead-td8 {
    width: 12% !important;
}

.task-td1 {
    width: 14% !important;
}

.task-td2 {
    width: 18% !important;
}

.task-td3 {
    width: 15% !important;
}

.task-td4 {
    width: 16% !important;
}

.task-td5 {
    width: 12% !important;
}

.task-td6 {
    width: 17% !important;
}

.task-td7 {
    width: 20% !important;
}

.task-td8 {
    width: 12% !important;
}

.header-marquee {
    width: 34%;
    font-size: 11px;
}

.nxtfollowup {
    position: relative;
    top: -3px;
}

.card-hding {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}

.inout-call-arae {
    background-color: #f7f7f7;
    padding: 10px 20px;
    height: 100%;
}

.input-call-area-pad {
    padding: 33px 20px !important;
}

.inout-call-hding {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.inout-call-hding>span {
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #999;
}

.inout-call-mainhding {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: block;
}

.call-count {
    font-size: 42px !important;
    line-height: 0.7;
}

.maincall-count {
    font-size: 42px !important;
    line-height: 0.7;
    word-break: break-all;
    padding: 20px 0;
    text-align: center;
    display: block;
}

.call-color {
    color: #007bff
}

.missed-color {
    color: #e60c0c
}

.connected-color {
    color: #17be28;
}

.ivr-inout-call-arae .inout-call-hding {
    font-size: 16px !important;
    text-align: center;
}

.ivr-inout-call-arae .call-count {
    font-size: 32px !important;
    text-align: center;
}

.total-ivr-bg {
    background-color: #aecfff !important;
}

.total-user-bg {
    background-color: #fdc1c2 !important;
}

.doughnutchart-area {
    height: 29vh;
}

.change-passicon {
    font-size: 10px;
}

.change-passicon:hover:before {
    font-size: 9px;
    top: -23px;
}

.change-passicon:hover:after {
    top: -6px;
}

.bell-icon {
    display: flex;
}

.bell-icon>sup {
    margin-top: 8px;
}


.lead-text-primary {
    color: #cbe4ff;
    background-color: #007bff;
    padding: 0px 2px;
    margin: 0;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
}

.lead-text-danger {
    color: #fcf8f7;
    background: #e80e1d;
    padding: 0px 2px;
    margin: 0;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
}

.lead-text-warning {
    color: #ffe8e3;
    background: #fa947d;
    padding: 0px 2px;
    margin: 0;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
}

.sup-link {
    display: inline-block;
    margin-left: 5px;
    /* Adjust as needed */
}

.sup-element {
    color: white;
    background-color: #4d97e6;
    padding: 10px 6px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 8px;
    transform: translate(50%, -50%);
    font-size: 12px;
}

.main-header {
    position: sticky;
    top: 0px;
    border-radius: 0px 0 0 0;
    border-bottom: none !important;
}

.cta-textarea {
    width: 300px;
    height: 450px;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 0px 12px #ddd;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    margin: auto;
}

.cta {
    margin: auto;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -34px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cta-text {
    width: 34px;
    height: 34px;
    font-size: 12px;
    color: #fff;
    padding: 10px;
    border-radius: 4px 0 0 4px;
    background: #f15e33;
    margin-bottom: 1px;
    cursor: pointer;
}

.cta-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 15px;
    color: #999;
    background: none;
    border: none;
}

.cta-textarea .cta-hding {
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
}

.cta-followup {
    height: 450px;
    overflow: hidden;
}

.followup-ht {
    max-height: 390px !important;
}

.cta-followup,
.cta-task,
.cta-appointment {
    display: none;
}

.lead-followup-font {
    font-size: 11px;
}

.mobile-headersearch-icon,
.mobile-header-searchform {
    display: none;
}

.mobile-headersearch-icon {
    background-color: #007bff;
    color: #fff;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-size: 12px;
    border: none;
}

.mobile-header-searchform {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    padding: 80px 30px;
    z-index: 9;
}

.mobile-header-searchform>.close-mobheader-srcform {
    position: absolute;
    font-size: 24px;
    right: 20px;
    top: 15px;
    border: none;
    background: none;
    outline: none;
}

.main-header .navbar-nav li a {
    font-size: 11px;
}

.modal {
    z-index: 10500;
}

.sm-crtlead {
    height: 32px;
    width: 32px;
    font-size: 11px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobtop-marquee {
    display: none;
}

.navbar-nav li a[data-widget="pushmenu"] {
    font-size: 16px;
}

.list-group-unbordered>.list-group-item {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.open-filter {
    overflow: hidden;
}

.mobile-scrollbar {
    width: 100%;
    overflow-x: auto;
    padding: 0px !important
}

.mobile-scrollbar-singleline {
    flex-wrap: unset !important;
    white-space: nowrap;
}

.mobile-scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    border-radius: 20px;
}

.mobile-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 1);
    border-radius: 20px;
}

.mobile-scrollbar::-webkit-scrollbar-thumb {
    background-color: #ea5a24;
    border-radius: 20px;
}

.px-md-1:has(> .mobile-scrollbar) {
    padding: 0px !important;
}

.nowrap-alldev {
    white-space: nowrap;
}

@media (max-width: 575px) {

    /*    .sm-crtlead > i {font-size: 8px;}*/
    .userdetail-highligt,
    .userdetail-lbl {
        font-size: 11px;
    }

    .userdetail-group {
        margin-bottom: 15px !important;
    }

    .card-body .card-text {
        line-height: 16px;
        font-size: 12px;
    }

    .dashboard-icon {
        width: 34px;
        height: 34px;
    }

    .dashboard-icon>i {
        font-size: 14px;
    }

    .list-group-unbordered>.list-group-item {
        font-size: 12px;
        display: flex;
        justify-content: space-between;
    }

    .list-group-unbordered>.list-group-item>.float-right {
        width: 65% !important;
    }

    .table-small-font thead tr th,
    .table-small-font tbody tr td {
        font-size: 11px;
    }

    .dataTables_wrapper .dataTables_filter input {
        height: 25px;
        width: 100px;
    }

    .dataTables_length>label,
    .dataTables_filter>label {
        font-size: 10px;
    }

    .accordion .form-submit-btn {
        font-size: 10px;
        padding: 6px 12px;
    }

    .ac .card-header button {
        font-size: 12px !important;
    }

    #disposition_log .table>thead>tr>th:nth-child(1) {
        width: 10% !important;
    }

    #disposition_log .table>thead>tr>th:nth-child(2) {
        width: 10% !important;
    }

    #disposition_log .table>thead>tr>th:nth-child(3) {
        width: 18% !important;
    }

    #disposition_log .table>thead>tr>th:nth-child(4) {
        width: 18% !important;
    }

    #disposition_log .table>thead>tr>th:nth-child(5) {
        width: 30% !important;
    }

    #sms_log .table>thead>tr>th:nth-child(1) {
        width: 300px !important;
    }

    #sms_log .table>thead>tr>th:nth-child(2) {
        width: 50px !important;
    }

    #sms_log .table>thead>tr>th:nth-child(3) {
        width: 100px !important;
    }

    /*.sm-crtlead {width: 85px;}*/

    .header-marquee {
        width: auto;
    }

    .callopt-field {
        width: 100px !important;
    }

    .select-inplbl {
        width: auto !important;
        margin-left: 25px !important;
        margin-right: 20px !important;
    }

    .checker+label:before {
        width: 16px !important;
        height: 16px !important;
        right: 70px !important;
        font-size: 6px !important;
    }
}

@media (max-width: 767.99px) {
    .sm-crtlead {
        height: 32px;
    }

    .sm-crtlead>i {
        font-size: 8px;
    }

    .dashboard-header {
        margin-bottom: 0px !important;
    }

    .res-ht {
        height: 85%;
    }

    .admin-title {
        display: flex;
        justify-content: space-between;
    }


    /*    .breadcrump {list-style: none; margin-bottom: 0px; padding-left: 0;}*/
    .table-design thead tr th,
    .table-design thead tr td {
        white-space: nowrap;

    }

    .nowrap {
        white-space: nowrap;
    }

    .remove-nowrap {
        white-space: unset !important;
        width: 200px;
    }

    .dataTables_length {
        width: 62%;
        float: left !important;
        display: flex;
        justify-content: start;
    }

    .

    /*dataTables_filter {position: relative; left: 58px;}*/
    .assign-btn {
        display: inline-block !important;
        position: relative;
        top: 0px;
        z-index: 99;
    }

    .midtbl-w {
        width: 30% !important;
    }



    .profile-tab-mobml {
        margin-left: 0px !important;
        width: 100%;
        flex-wrap: unset !important;
    }

    .profile-tab-mobml li a {
        white-space: nowrap;
    }

    .h-sm-100 {
        height: 100%;
    }

    .pagination-dynamic nav>div>div>span>span[aria-current="page"]>span {
        padding: 8px 8px !important;
    }

    .pagination-dynamic nav>div>div>span>a {
        padding: 8px 8px !important;
    }

    .pagination-dynamic nav>div>div>span>span[aria-disabled="true"]>span {
        padding: 8px 0px !important;
    }

    .pagination-dynamic nav>div>div>span>a:last-child {
        padding: 8px 0px !important;
    }

    .pagination-dynamic nav>div>div>span>a:first-child {
        padding: 8px 0px !important;
    }

    .mob-table-w {
        width: 620px;
    }

    .mob-smstable-w {
        width: 440px !important;
    }

    .mob-leadlist-w {
        width: 950px !important;
    }

    .mob-adonlist-w {
        width: 850px !important;
    }

    .mob-tbl-w {
        width: 600px !important;
    }

    .lead-td0 {
        width: 30px !important;
    }

    .lead-td1 {
        width: 160px !important;
    }

    .lead-td2 {
        width: 230px !important;
    }

    .lead-td3 {
        width: 120px !important;
    }

    .lead-td4 {
        width: 120px !important;
    }

    .lead-td5 {
        width: 220px !important;
    }

    .lead-td6 {
        width: 120px !important;
    }

    .lead-td7 {
        width: 150px !important;
    }

    .lead-td8 {
        width: 120px !important;
    }

    .task-td1 {
        width: 400px !important;
    }

    .task-td2 {
        width: 160px !important;
    }

    .task-td3 {
        width: 100px !important;
    }

    .task-td4 {
        width: 120px !important;
    }

    .task-td5 {
        width: 180px !important;
    }

    .task-td6 {
        width: 120px !important;
    }

    .task-td7 {
        width: 150px !important;
    }

    .task-td8 {
        width: 120px !important;
    }

    .dataTables_filter>label {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .dataTables_length>label>select {
        width: 50px;
        height: 25px;
    }

    .dataTables_length>label>select>*,
    .dataTables_length>label>select>~ {
        display: none;
    }

    .h-sm-100 {
        height: 100%;
    }

    .doughnutchart-area {
        height: 55vh;
        display: flex;
        justify-content: center;
    }

    .header-notification {
        transform: translate(30%, 0px);
    }

    .followup-ht {
        transform: translate(0px, 0px) !important;
    }

    .lead-followup-font {
        font-size: 11px;
    }

    #clock {
        font-size: 30px;
        margin: 0 20px;
    }

    .clock-hding {
        font-size: 24px;
        color: #fff;
    }

    .mobile-headersearch-icon {
        display: flex;
    }

    .desktop-header-searchform {
        display: block;
        width: auto;
    }

    .tooltip-sm-left-pos:hover:before {
        left: unset !important;
        top: 3px !important;
        right: -15px;
        animation: filteratr-anim-left-pos 0.2s;
    }

    .tooltip-sm-left-pos:hover:after {
        border-left: 6px solid #000 !important;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent !important;
        top: 10px !important;
        left: unset !important;
        right: 58%;
        transform: translateX(-100%) scale(1) !important;
        animation: filteratr-animarrow-left-pos 0.2s;
    }

    .tooltip-sm-bottom-pos:hover:before {
        top: unset !important;
        bottom: -37px;
    }

    .tooltip-sm-bottom-pos:hover:after {
        border-top: none !important;
        border-bottom: 6px solid #000;
        top: unset !important;
        bottom: -10px;
    }

    .tb-arrow {
        top: 0px !important;
    }

    .tb-notification {
        transform: translate(3%, 0px) !important;
    }

    .table th,
    .table td {
        padding: 6px 10px !important;
    }

    .mobile-header-marquee {
        width: 66% !important;
    }

    /*.dashboard-icon {display: none;}  
    .col-auto:has(.dashboard-icon) {display: none;}*/

}

@media (max-width: 991.99px) {
    .mobile-filter-show-icon {
        display: inline-block;
        font-size: 16px;
        color: #999;
        margin-left: 10px;
    }

    .mobile-filter {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        top: 0;
        left: 0;
        z-index: 9999;
        padding: 75px 20px 30px;
        overflow: auto;
    }

    .mobile-filter-close {
        display: block;
        border: none;
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 20px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #f2f2f2;
    }

    .mobhide {
        display: none;
    }

    .mobtop-marquee {
        display: flex;
        margin-top: 5px;
    }

    .show-mobile-nxtfollowup {
        margin-left: 15px;
        font-size: 12px;
    }

    .mobile-header-marquee {
        width: 85%;
        font-size: 11px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tooltip-md-left-pos:hover:before {
        left: unset !important;
        top: 3px !important;
        right: -15px;
        animation: filteratr-anim-left-pos 0.2s;
    }

    .tooltip-md-left-pos:hover:after {
        border-left: 6px solid #000 !important;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent !important;
        top: 10px !important;
        left: unset !important;
        right: 58%;
        transform: translateX(-100%) scale(1) !important;
        animation: filteratr-animarrow-left-pos 0.2s;
    }

    .tooltip-md-bottom-pos:hover:before {
        top: unset !important;
        bottom: -37px;
    }

    .tooltip-md-bottom-pos:hover:after {
        border-top: none !important;
        border-bottom: 6px solid #000;
        top: unset !important;
        bottom: -10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tooltip-lg-left-pos:hover:before {
        left: unset !important;
        top: 3px !important;
        right: -15px;
        animation: filteratr-anim-left-pos 0.2s;
    }

    .tooltip-lg-left-pos:hover:after {
        border-left: 6px solid #000 !important;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent !important;
        top: 10px !important;
        left: unset !important;
        right: 58%;
        transform: translateX(-100%) scale(1) !important;
        animation: filteratr-animarrow-left-pos 0.2s;
    }

    .tooltip-lg-bottom-pos:hover:before {
        top: unset !important;
        bottom: -37px;
    }

    .tooltip-lg-bottom-pos:hover:after {
        border-top: none !important;
        border-bottom: 6px solid #000;
        top: unset !important;
        bottom: -10px;
    }

    .navbar-expand .navbar-nav .nav-link {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

@media (min-width: 993px) and (max-width: 1046px) {
    .header-marquee {
        width: 28% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .navbar-expand .navbar-nav .nav-link {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

@media (min-width: 1232px) and (max-width: 1246px) {
    .header-marquee {
        width: 33% !important;
    }
}

@media (min-width: 1200px) {
    .lg-nowrap {
        white-space: nowrap;
    }

    .tooltip-xl-left-pos:hover:before {
        left: unset !important;
        top: 3px !important;
        right: -15px;
        animation: filteratr-anim-left-pos 0.2s;
    }

    .tooltip-xl-left-pos:hover:after {
        border-left: 6px solid #000 !important;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent !important;
        top: 10px !important;
        left: unset !important;
        right: 58%;
        transform: translateX(-100%) scale(1) !important;
        animation: filteratr-animarrow-left-pos 0.2s;
    }

    .tooltip-xl-bottom-pos:hover:before {
        top: unset !important;
        bottom: -37px;
    }

    .tooltip-xl-bottom-pos:hover:after {
        border-top: none !important;
        border-bottom: 6px solid #000;
        top: unset !important;
        bottom: -10px;
    }
}

@media (min-width: 1600px) {
    .header-marquee {
        width: 46%;
    }
}

@media (min-width: 1920px) {
    .header-marquee {
        width: 50% !important;
    }
}

// 13-07-2023
/* ///////////////////////////////////////////////////////call pop up  */
.select_callopt_area {
    margin-bottom: 7px;
}

.select_callopt {
    display: none;
}

.select_callopt+label {
    width: 100%;
    border: 1px solid #d9dbdd;
    font-weight: 500 !important;
    padding: 5px 14px 5px 30px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 6px;
    margin: 0;
    position: relative;
}

.select_callopt:checked+label {
    background: #007bff;
    color: #fff;
}

.select_callopt+label:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 16px;
    height: 16px;
    border: 1px solid #d9dbdd;
    border-radius: 50%;
}

.select_callopt:checked+label:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 11px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}


.disable-field {
    background-color: #ddd;
    opacity: 0.5;
}

.select_callopt_area {
    background-color: #fafafa;
}

.callopt-field {
    width: 130px;
}

.select_callopt_area input[type="radio"] {
    margin: 0 28px;
}

.callopt-title {
    font-size: 12px;
}

/*
.checker {
    display: none;
}

.checker:checked+label:before {

    content: '\f00c';
    background: #e6572e;
    position: absolute;
    right: 130px;
    top: 32px;
    color: #fff;
    font-size: 7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #e6572e;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checker+label:before {

    content: '';
    background: #fff;
    position: absolute;
    right: 10px;
    top: 20px;
    color: #000;
    font-size: 7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #999;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}
*/



/* ///////////////////////////////////////////////////////call pop up  */



.select_callopt_area {
    margin-bottom: 7px;
    position: relative;
}

.select_callopt {
    display: none;
}

.select_callopt+label {
    width: 100%;
    border: 1px solid #d9dbdd;
    font-weight: 500 !important;
    padding: 5px 14px 5px 30px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 6px;
    margin: 0;
    position: relative;
}

.select_callopt:checked+label {
    background: #007bff;
    color: #fff;
}

.select_callopt+label:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 16px;
    height: 16px;
    border: 1px solid #d9dbdd;
    border-radius: 50%;
}

.select_callopt:checked+label:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 11px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}

.select-inplbl {
    width: 155px;
    margin-bottom: 0px;
    font-weight: 500 !important;
    margin-left: 30px !important;
    margin-right: 30px;
}

.disable-field {
    background-color: #ddd;
    opacity: 0.5;
}

.select_callopt_area {
    background-color: #fafafa;
}

.callopt-field {
    width: 130px;
}

.select_callopt_area input[type="radio"] {
    margin: 0 28px;
}

.callopt-title {
    font-size: 12px;
}

.checker {
    display: none;
    cursor: pointer;
}

.checker+label {
    cursor: pointer;
}

.checker+label:before {

    content: '';
    background: #fff;
    position: absolute;
    right: 130px;
    top: 5px;
    color: #000;
    font-size: 7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #999;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.checker:checked+label:before {

    content: '\f00c';
    background: #e6572e;
    color: #fff;
    border: 1px solid #e6572e;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.connected-call-bg {
    background: #28a745;
    color: #fff;
}

.notconnected-call-bg {
    background: #efbe00;
    color: #fff;
}

.missed-call-bg {
    background: #dc3545;
    color: #fff;
}

.address-scroller {
    height: 36px;
    overflow-y: auto;
}


.breadcrump {
    margin: 0 0 5px 0;
    padding: 0;
}

.breadcrump li {
    list-style: none;
    font-size: 11px;
    color: #999;
}

/*.tb-arrow {display: inline-flex; justify-content: center; align-items: center; height: 32px; font-size: 10px; background: #d02131; color: #fff; padding: 7px 6px; border-left: 1px solid #c21818; border-radius: 0 4px 4px 0; margin-left: -7px;  cursor: pointer; position: relative; top: 1px;}*/
/*.mobtop-marquee {display: none;}*/
.tb-arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    font-size: 10px;
    background: #D02131;
    color: #fff;
    padding: 7px 6px;
    border-left: 1px solid #C21818;
    border-radius: 0 4px 4px 0;
    margin-left: -7px;
    cursor: pointer;
    position: relative;
    top: 0px;
}

.small-font {
    font-size: 11px !important;
}

.bg-color1 {
    background-color: #dc3545;
    color: #fff;
}

.bg-color2 {
    background-color: #ffc107;
    color: #fff;
}

.bg-color3 {
    background-color: #17a2b8;
    color: #fff;
}

.bg-color4 {
    background-color: #28a745;
    color: #fff;
}

.content-wrapper {
    height: auto !important;
}

.w-65 {
    width: 65% !important;
}

.mobile-bottom-menu {
    display: none;
}

.dashboard-icon>img {
    width: 18px;
    height: 18px;
}

.connected-call-bg>img,
.notconnected-call-bg>img,
.missed-call-bg>img {
    filter: invert(1);
}

.mob-list-box {
    display: none;
    box-shadow: 0px 0px 8px #ddd;
    padding: 10px;
    border-left: 2px solid #007bff;
    border-radius: 10px;
    margin: 7.5px 0;
}

.mob-list-name {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.mob-list-date {
    font-size: 14px;
    color: #999;
    margin: 0;
    padding: 0;
}

.mob-list-dd {
    font-size: 13px;
    padding: 2px 4px;
    border-radius: 30px;
    color: #000;
}

.mob-list-dd.y-bg {
    background-color: #fff2cb;
}

.mob-list-dd.web-bg {
    background-color: #c4dcf6;
}

.mob-list-dd.f-bg {
    background-color: #f6e1dc;
}

.mob-listing-group {
    position: relative;
    margin-bottom: 8px;
    display: flex;
}

.mob-listing-icon {
    font-size: 11px;
    color: #007bff;
    width: 12px;
    margin-right: 6px;
    position: relative;
    top: -2px;
}

.mob-listing-text {
    font-size: 14px;
    line-height: 1.3;
    color: #000;
    margin: 0;
    padding: 0;
}

.mob-listing-text>span {
    font-size: 13px;
    color: #999;
    display: block;
}

.mob-listing-btn {
    font-size: 13px;
    color: #fff;
    border-radius: 6px;
    padding: 4px 9px;
    display: inline-block;
}

.mob-listing-btn>i {
    margin-right: 2px;
}

.mob-listing-btn.view-btn-bg {
    background-color: #17a2b9;
}

.mob-listing-btn.addsite-btn-bg {
    background-color: #29a744;
}

.mob-listing-btn.assign-btn-bg {
    background-color: #007bfe;
}

.filter-btn {
    display: none;
    border: none;
    border-radius: 40px;
    padding: 2px 12px;
    font-size: 11px;
    text-align: center;
    margin: 0 0 15px;
}

.filter-btn>i {
    font-size: 9px;
}

.filter-menu {
    border: none;
    box-shadow: 0px 0px 8px #ddd;
}

.filter-menu li a {
    font-size: 11px;
}

.filter-menu li a>span {
    font-weight: 700;
}

.mobile-hotlist {
    display: none;
}

/*  chatbot design */
.boticon {
    bottom: 15px;
    right: 15px;
    position: fixed;
    z-index: 9999;
}

.boticon-innericon {
    display: flex;
    align-items: center;
    background: #28a745;
    /*background: #a64bf4;
    background: -webkit-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: -o-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: -moz-linear-gradient(to left,#00dbde, #fc00ff, #00dbde,#fc00ff);
    background: linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);*/
    background-position: 50%;
    background-size: 300%;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    flex-wrap: wrap;
    font-size: 1.7em;
    height: 2em;
    justify-content: center;
    width: 2em;
}

.show-chatbot.bot-layout {
    display: block;
}

.bot-layout {
    display: none;
    width: 360px;
    height: 420px;
    /*background: url('../images/phone.png') no-repeat; background-size: contain;*/
    position: relative;
}

.bot-moblayout {
    width: 100%;
    height: 96%;
    border-radius: 22px;
    background: #f5f5f5;
    position: absolute;
    left: 13px;
    top: 10px;
    box-shadow: 0px 0px 12px #ccc;
}

/*.bot-moblayout:before {content:''; width: 100%; height: 100%; opacity: 0.1; position: absolute; left: 0; top: 0; background:  url('../images/whatsapp-pattern.webp');}*/
.bot-moblayout-header {
    border-radius: 22px 22px 0 0;
    height: 50px;
    display: flex;
    align-items: center;
    background: #299041;
    z-index: 9;
    position: relative;
}

.bot-moblayout-header span {
    font-weight: 700;
    font-size: 12px;
    margin-left: 10px;
    color: #fff;
}

.bot-mobheader-image {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-left: 15px;
}

.bot-mobheader-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.bot-mobheader-minmax {
    font-size: 12px;
    color: #fff;
    margin: 0 5px;
    background: none;
    border: none;
    padding: 0px;
    cursor: pointer;
}

.minmax-ml {
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

.bot-msg-sender {
    position: absolute;
    bottom: 0px;
    left: 5px;
    width: 100%;
    display: flex;
    z-index: 5;
}

.bot-msg-textarea {
    width: 100%;
    border-radius: 40px;
    background-color: #fff;
    height: 40px;
    border: none;
    font-size: 12px;
    padding: 0px 20px
}

.bot-msg-textarea:focus {
    outline: none;
}

.bot-msg-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #299041;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: none;
    margin-left: 5px;
    margin-right: 10px;
    cursor: pointer;
    padding: 10px;
}

.bot-msg-btn>svg {
    fill: #fff;
    width: 14px;
    height: 14px;
}

.bot-message-area {
    width: 100%;
    height: 70%;
    background: transparent;
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: 0px;
    position: relative;
    z-index: 5;
    overflow-y: auto;
}

.bot-message-area .sender-msg {
    width: auto;
    display: inline-block;
    background-color: #e3f0ff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 11px;
    margin: 5px 5px 0 20px;
    position: relative;
}

.bot-message-area .sender-msg:before {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    border-left: 3px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e3f0ff;
}

.bot-message-area .receive-msg {
    width: auto;
    display: inline-block;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 11px;
    margin: 5px 20px 0 5px;
    position: relative;
}

.bot-message-area .receive-msg:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    border-left: 10px solid transparent;
    border-right: 3px solid transparent;
    border-top: 10px solid #fff;
}

.sender-msg-right {
    display: flex;
    justify-content: flex-end;
}

.sender-msg img,
.receive-msg img,
.sender-msg video,
.receive-msg video {
    width: 100%;
}

.sender-msg-attachment {
    width: 70%;
    display: inline-block;
    background-color: #e3f0ff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 11px;
    margin: 5px 5px 0 95px;
    position: relative;
}

.sender-msg-attachment:before {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    border-left: 3px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e3f0ff;
}

.sender-msg-attachment img,
.sender-msg-attachment video {
    width: 100%;
}

.receive-msg-attachment {
    width: 70%;
    display: inline-block;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 11px;
    margin: 5px 20px 0 5px;
    position: relative;
}

.receive-msg-attachment:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    border-left: 10px solid transparent;
    border-right: 3px solid transparent;
    border-top: 10px solid #fff;
}

.receive-msg-attachment img,
.receive-msg-attachment video {
    width: 100%;
}

.bot-message-area::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 20px;
}

.bot-message-area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 1);
}

.bot-message-area::-webkit-scrollbar-thumb {
    background-color: #a8a8a8;
    border-radius: 20px;
}

.attachment-btn {
    background: #999 !important;
    margin-right: 2px !important;
}

.multishow-icon {
    font-size: 10px;
    padding: 4px;
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
    position: relative;
}

.show-multiicon {
    display: none;
    width: auto;
    border: none;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 19px;
    background: #fff;
    box-shadow: 0px 0px 8px #ccc;
}

.show-multiicon li {
    list-style: none;
    padding: 6px;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    color: #000;
}

.show-multiicon li:last-child {
    border-bottom: none !important;
}

.multishow-icon:hover .show-multiicon {
    display: block;
}

.ivr-tab-export-btn {
    position: absolute;
    right: 0;
    top: -46px;
}

.dataTables_wrapper {
    padding-top: 5px;
}

.dataTables_info,
.dataTables_paginate {
    display: none;
}

.icon-text-pos {
    position: absolute;
    left: 170px;
    z-index: 99;
    margin-top: 7px;
}

.icon-text-pos>span {
    font-size: 10px !important;
}

.ui-datepicker th {
    padding: 5px !important;
    font-size: 13px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    width: 26px !important;
    height: 26px !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    margin-left: 8px;
    background: #f8f8f8;
}

@media (max-width: 767px) {

    .inout-call-mainhding,
    .maincall-count {
        text-align: left;
    }

    .ui-datepicker.ui-widget-content {
        width: 300px !important;
        left: 30px !important;
    }

    .ui-datepicker {
        padding: 15px 10px !important;
        height: 350px !important;
    }



    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        width: 28px !important;
        height: 28px !important;
        font-size: 14px !important;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 0px !important;
    }

    .ui-datepicker .ui-datepicker-prev {
        right: 60px !important;
    }

    .ldsec-sticky {
        position: sticky;
        top: 57px;
        background: #fff;
        padding: 8px 0 4px;
    }

    .table_mob_head-sticy-responsive {
        height: 400px;
        overflow: auto;
    }

    .table_mob-head-sticky thead {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 9;
    }

    .table_mob-head-sticky tbody {
        height: 400px;
        overflow: auto;
    }

    .dynamic-nowrap tbody tr td {
        white-space: nowrap;
    }

    .dashboard-applybtn {
        font-size: 11px !important;
        padding: 5px 10px !important;
    }

    .modaldesign .modal-content .modal-body .modal-hding {
        padding-top: 25px !important;
        padding-bottom: 15px !important;
        font-size: 15px !important;
    }

    .jd-icon {
        box-shadow: none !important;
        border-radius: 0px !important;
        background-color: transparent !important;
        margin-bottom: 8px !important;
    }

    .jd-icon>.card-body {
        padding: 0px !important;
    }

    .jd-icon>.card-body .card-title {
        width: 100%;
        /*        text-align: center;*/
        color: #ff0101;
        font-size: 12px;
    }

    .jd-icon>.card-body .card-text {
        /*        text-align: center;*/
        font-size: 11px !important;
    }

    .jd-icon>.card-body .dashboard-icon {
        margin: 0 auto 5px;
        background: none;
    }

    .jd-icon>.card-body .dashboard-icon {
        width: 34px;
        height: 20px;
    }

    .jd-icon>.card-body .dashboard-icon>i {
        font-size: 15px;
    }

    .white-bg-sm {
        background-color: #fff;
    }

    .mobile-bottom-menu {
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 999;
        display: flex;
        margin: 0;
        padding: 0;
        box-shadow: 0px 0px 12px #ddd;
    }

    .mobile-bottom-menu>li {
        list-style: none;
        flex-grow: 1;
    }

    .mobile-bottom-menu>li:not(:last-child) {
        border-right: 1px solid #ddd;
    }

    .mobile-bottom-menu>li>a {
        padding: 10px;
        text-align: center;
        display: block;
        color: #000;
    }

    .mobile-bottom-menu>li>a>span {
        display: block;
        font-size: 12px;
    }

    body {
        padding-bottom: 58px !important;
    }

    .sup-element {
        transform: translate(-30px, -50%);
        font-size: 9px;
        padding: 8px 5px;
    }

    /*.connected-call-bg {
        color: #28a745 !important;
    }

    .notconnected-call-bg {
        color: #efbe00 !important;
    }

    .missed-call-bg {
        color: #dc3545 !important;
    }*/

    .inout-call-box {
        box-shadow: 0px 0px 11px #ddd;
        border-radius: 6px;
        margin-bottom: 15px;
    }

    .card-incall-bg,
    .card-outcall-bg {
        margin: 10px;
    }

    .res-ht.card-incall-bg,
    .res-ht.card-outcall-bg {
        height: auto;
    }

    .connected-call-bg>img,
    .notconnected-call-bg>img,
    .missed-call-bg>img {
        filter: invert(0);
    }

    .mob-list-box,
    .filter-btn {
        display: block;
    }

    .box-shadow-sm-none {
        box-shadow: none !important;
    }

    .mobile-hotlist {
        display: flex;
        white-space: nowrap;
        margin: 0;
        padding: 10px 5px 10px;
        overflow-x: auto;
    }

    .mobile-hotlist li {
        list-style: none;
        margin-right: 5px;
    }

    .mobile-hotlist li a {
        padding: 4px 9px;
        font-size: 10px;
        border-radius: 6px;
    }


}


@media (min-width: 768px) and (max-width: 991px) {
    .header-marquee {
        width: 30%;
    }
}

@media (min-width: 992px) and (max-width: 1231px) {
    .header-marquee {
        width: 30%;
    }
}

.sidebar-collapse .brand-text {
    visibility: hidden !important;
}

.sidebar-collapse .nav-sidebar li a>i {
    margin-left: 15px !important;

}

.sidebar-collapse .main-sidebar:hover .nav-sidebar li a>i {
    margin-left: 0px !important;

}

.layout-fixed .brand-link {
    width: 220px;
    margin-left: 20px;
}

.small-card-design {
    border: 1px solid #dfdfdf;
}


.table-head-fix thead,
.scrollable-table .table thead {
    position: sticky;
    top: 0;
    background: #fff;
}

/* New Design Css */

.action-icon {
    position: relative;
}

.action-dot {
    color: #ddd;
    text-align: right;
    display: flex;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}

.action-icon:hover .action-dropdown {
    display: block;
}

.action-dropdown {
    list-style: none;
    margin: 0;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 12px #ccc;
    border-radius: 10px;
    position: absolute;
    left: -120px;
    z-index: 1;
    min-width: 155px;
    display: none;
}

.action-dropdown li a {
    padding: 7px 10px;
    display: block;
    color: #000;
    border-radius: 10px;
}

.action-dropdown li a i {
    margin-right: 5px;
}

.action-dropdown li:hover a {
    background: #fafafa;
}

.card {
    border-radius: 6px;
}

.card:has(.table-design) {
    border-radius: 10px;
}

.mobile-filter form {
    background: #fff;
    border-radius: 15px;
    padding: 10px 10px 4px;
    margin-bottom: 10px;
}

.content-wrapper {
    border-radius: 0 0 0 0px;
}

.navbar-light {
    background-color: #ffffff !important;
}

.main-header .nav-link {
    height: inherit !important;
}

.form-group {
    margin-bottom: 6px !important;
}

.main-footer {
    border-top: none !important;
}

.nav-sidebar li a.active {
    position: relative;
}

.nav-sidebar li a.active:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.nav-sidebar li a.active:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
}

.navbar-nav {
    margin-left: 5px;
}

.sidebar-collapse.sidebar-mini .main-sidebar .sidebar {
    padding-left: 5px;
}

.sidebar-mini.sidebar-collapse.layout-fixed .brand-link {
    margin-left: 5px;
}

select.form-field[multiple] {
    overflow: auto;
    border-radius: 10px;
}

select.form-field[multiple] {
    background-image: none;
}

select.form-field[multiple]::-webkit-scrollbar {
    width: 8px;
    height: 80%;
}

select.form-field[multiple]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 1);
    border-radius: 10px;
}

select.form-field[multiple]::-webkit-scrollbar-thumb {
    background-color: #d71920;
    border-radius: 10px;
}

.select-multi-parent {
    overflow: hidden;
    border-radius: 40px;
}

.content-wrapper {
    background-color: #f6f6f6 !important;
}

.percent-icon {
    position: absolute;
    right: 15px;
    top: 8px;
    color: #b5b2b2;
    font-size: 12px;
}

.img-with-field {
    width: 38px;
    height: 38px;
    object-fit: fill;
    border-radius: 5px;
}

.filter-form {
    background: #fff;
    border-radius: 15px;
    padding: 10px 10px 5px;
    margin-bottom: 10px;
}

#user-login-today-yesterday-id {
    text-transform: capitalize;
}

#export_leads_with_loader {
    border-radius: 6px !important;
}

@media (max-width:768px) {
    .table-md-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}


.ui.selection.dropdown {
    /*max-width:300px;*/
    position: relative !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position-x: 98% !important;
    background-position-y: 4px !important;
    background-size: 15% 70%;
    font-size: 12px !important;
    font-weight: 400 !important;
    border: 1px solid #e3e3e3 !important;
    background: #e3e3e3 !important;
    border-radius: 6px !important;
    min-height: auto !important;
}

.ui.multiple.dropdown>.text {
    line-height: 0px !important;
    padding: 7px 0px 7px 0px !important;
    color: #000 !important;
}

.ui.active.selection.dropdown {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
}

.ui.selection.dropdown .menu>div.item {
    font-size: 12px;
    padding: 5px 10px !important;
}

/*
@media only screen and (max-width: 767px) {
    .ui.selection.dropdown .menu {
        max-height: 16.02857142rem;
    }
}
@media only screen and (min-width: 768px) {
    .ui.selection.dropdown .menu {
      max-height: 12.0214285763rem;
    }
}
@media only screen and (min-width: 992px) {
    .ui.selection.dropdown .menu {
      max-height: 16.02857143rem;
    }
}
@media only screen and (min-width: 1920px) {
    .ui.selection.dropdown .menu {
        max-height: 21.37142857rem;
    }
}*/

/* Admin Login Design */
.main-div {
    position: relative;
    height: 100vh;
    background-image: url('../images/back-20.jpg');
    background-size: cover;
}

.main-logo {
    width: 180px;
}

.main-social {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 5px;
}

.main-social i {
    margin: 5px;
    font-size: 20px;
    color: black;
}

.back-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: white;
    border-radius: 20px;
    padding: 36px 50px;
}

.login-welcome-back {
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
    color: rgb(65, 54, 54);
    margin: 0;
}

.login-manage {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: rgb(102, 85, 85);
    margin-bottom: 30px;
}

.login-form-group {
    position: relative;
    height: 50px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 25px;
}

.form-field-icon {
    position: absolute;
    vertical-align: center;
    color: rgb(109, 104, 104);
    margin: 0;
    top: 15px;
    left: 10px;
    size: 30px;
    z-index: 4;
}

.verified-field {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 10px;
    background: #11e103;
    border-radius: 50%;
    padding: 2px 5px;
    color: #fff;
    z-index: 4;
}

.verified-field-img {
    position: absolute;
    height: 15px;
    width: 15px;
    left: 250px;
    top: 15px;
}

.login-label {
    position: absolute;
    top: 14px;
    color: #999;
    font-weight: 400 !important;
    background: transparent;
    font-size: 12px;
    left: 40px;
    z-index: 1;
}

.login-field:focus+label,
.fix {
    top: 5px;
    transition: 0.3s all ease-in-out;
}

.login-field {
    border: none;
    height: 50px;
    background: transparent;
    width: 100%;
    padding-top: 15px;
    padding-left: 40px;
    z-index: 3;
    position: relative;
    transition: 0.3s all ease-in-out;
}

.login-field:focus {
    border: none;
    outline: none;
}

.login-field:autofill+label {
    z-index: 4;
    top: 5px;
}

.login-form-group .login-label:has(+ .error) {
    top: 5px;
}

.login-field:placeholder-shown+labell {
    top: 14px !important;
}

.showhide-password {
    position: absolute;
    cursor: pointer;
    color: #999;
    right: 20px;
    top: 17px;
    z-index: 99;
    font-size: 13px;
}

.remember-forget {
    position: relative;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 400;
}

.forget-pass {
    display: flex;
    justify-content: flex-end;
    padding-top: 0px;
    font-size: 13px;
    text-decoration: none;
}

.login-now {
    background-color: rgb(43, 148, 247);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    margin-top: 10px;
    border: none;
    margin-top: 20px;
    padding: 10px 35px 10px 35px;
}

.remember-me {
    margin-left: 5px;
    font-size: 13px;
}

.remember-check {
    position: absolute;
    top: 3px;
    left: 4px;
    font-size: 10px;
    background: #11e103;
    border-radius: 50%;
    padding: 2px 5px;
    color: #fff;
}

.copyright {
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    display: block;
    margin-top: 25px;
    margin-bottom: 0px;
}

.copyright a {
    text-decoration: none;
}

.call-detail-tab {
    border-radius: 40px;
    background: #e3f0ff;
    display: inline-flex;
}

.call-detail-tab li a {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 40px !important;
}

.call-detail-tab li a.nav-link.active {
    background-color: #0dcaf0 !important;
    color: #fff !important;
}

.company-box {
    width: 100%;
    min-height: 120px;
    box-shadow: 0px 5px 8px rgb(204 204 204 / 50%);
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.company-box .card-text {
    font-size: 18px !important;
}

.company-boxicon {
    font-size: 32px;
    color: #b44437;
    border-radius: 50%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-box:hover {
    box-shadow: 0px 5px 18px rgb(204 204 204 / 70%);
    transform: scale(1.03);
    transition: all 0.3s ease-in-out;
}

.header-card {
    background-color: #fff;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
}

.header-card .card-body {
    padding: 10px 15px 10px 8px !important;
}

.header-card .card-body .card-title {
    font-size: 18px;
}

.header-card .card-body .card-text {
    font-weight: 400 !important;
    font-size: 12px;
    color: rgba(58, 53, 65, 0.68);
}

.header-card .card-body .dashboard-icon {
    width: 36px;
    background: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-card .card-body .dashboard-icon>i,
.header-card .card-body .dashboard-icon>i {
    font-size: 24px;
}

.header-card.border-radius-tl {
    border-top-left-radius: 5px;
}

.header-card.border-radius-tr {
    border-top-right-radius: 5px;
}

.header-card.border-radius-bl {
    border-bottom-left-radius: 5px;
}

.header-card.border-radius-br {
    border-bottom-right-radius: 5px;
}

.header-card.border-trb {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.header-card.border-bottom {
    border-bottom: 1px solid #ccc !important;
}


.card2 {
    background-color: #fff;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
}

.card-body2,
.card2 .card-body {
    padding: 15px 15px !important;
}

.card-body2 .card-title,
.card2 .card-body .card-title {
    font-size: 18px;
}

.card-body2 .card-text,
.card2 .card-body .card-text {
    font-weight: 400 !important;
    font-size: 13px;
    color: rgba(58, 53, 65, 0.68);
}

.card2 .card-body2 .dashboard-icon,
.card2 .card-body .dashboard-icon {
    width: 60px;
    background: none !important;
}

.card2 .card-body2 .dashboard-icon>i,
.card2 .card-body .dashboard-icon>i {
    font-size: 24px;
}

.card2.border-radius-tl {
    border-top-left-radius: 5px;
}

.card2.border-radius-tr {
    border-top-right-radius: 5px;
}

.card2.border-radius-bl {
    border-bottom-left-radius: 5px;
}

.card2.border-radius-br {
    border-bottom-right-radius: 5px;
}

.card2.border-trb {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.card2.border-bottom {
    border-bottom: 1px solid #ccc !important;
}


.card-body:has(.card3) {
    padding: 3px 10px !important;
}

.card3 {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

.card3 .card-body {
    padding: 10px 10px !important;
}

.card3 .dashboard-icon {
    width: 32px;
    height: 32px;
    display: inline-flex !important;
    margin-right: 6px;
}

.card3 .dashboard-icon>i {
    font-size: 14px;
    color: #007bff;
}

.card3 .card-title {
    font-size: 16px;
}

.card3 .card-text {
    font-weight: 400;
    font-size: 13px;
    color: rgba(58, 53, 65, 0.68);
    padding-top: 8px;
}

.card-body.p-0 {
    padding: 0px !important;
}

.card4 {
    min-height: 90px;
    display: flex;
    align-items: center;
    background-color: #f8f0f0;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

.card4 .dashboard-icon {
    width: auto;
    background: none !important;
}

.card4 .dashboard-icon>i {
    font-size: 24px;
    color: #007bff;
}

.card4 .card-title {
    font-size: 18px;
}

.card4 .card-text {
    font-weight: 600;
    color: #999;
}

.card-body:has(.card5) {
    padding: 3px 10px !important;
}

.card5 {
    width: 95%;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

.card5 .card-body {
    padding: 10px 10px !important;
}

.card5 .dashboard-icon {
    display: inline-flex !important;
    margin-right: 10px;
}

.card5 .dashboard-icon>i {
    font-size: 24px;
    color: #007bff;
}

.card5 .card-title {
    font-size: 16px;
}

.card5 .card-text {
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    padding-top: 2px;
}

.card5.bg1 {
    background: #17a2b8;
    color: #fff;
}

.card5.bg2 {
    background: #a5ceac;
    color: #fff;
}

.card5.bg3 {
    background: #969798;
    color: #fff;
}

.card-body:has(.card6) {
    padding: 3px 10px !important;
}

.card6 {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

.card6 .card-body {
    padding: 10px 10px !important;
}

.card6 .dashboard-icon {
    width: auto;
    height: 32px;
    padding-left: 0px;
    background: none;
    display: inline-flex !important;
    margin-right: 8px;
}

.card6 .dashboard-icon>i {
    font-size: 18px;
}

.card6 .card-title {
    font-size: 16px;
}

.card6 .card-text {
    font-weight: 400;
    font-size: 13px;
    color: rgba(58, 53, 65, 0.68);
    padding-top: 8px;
}

.card-body.p-0 {
    padding: 0px !important;
}

.card-body-header {
    padding: 3px 10px !important;
}

.card-agent-dashbord-w {
    width: 40px !important;
}

.agent-card-tab {
    background: none;
}

.agent-card-tab li a {
    background: none !important;
}


.btn-radius {
    border-radius: 6px !important;
}

.dashboard-applybtn.btn-primary {
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.dynamic-pagination-select-id {
    font-size: 13px;
    height: 32px;
}

.choose-followup-ht {
    height: 32px;
}


.incall-report {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.incall-report-icon {
    width: 44px;
    height: 44px;
    background: #fff;
    box-shadow: 0px 4px 8px -4px rgba(58, 53, 65, 0.42);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.incall-report-icon2 {
    width: 36px;
    height: 36px;
    background: #fff;
    box-shadow: 0px 4px 8px -4px rgba(58, 53, 65, 0.42);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.tcinc-bg {
    background-color: #9155FD;
    color: #fff;
}

.incal-bg {
    background-color: #56ca00;
    color: #fff;
}

.missedcal-bg {
    background-color: #e60c0c;
    color: #fff;
}

.notcontcall-bg {
    background-color: #ffb400;
    color: #fff;
}

.incall-report .inout-call-title {
    color: rgba(58, 53, 65, 0.68);
    font-size: 13px;
    padding-top: 3px;
    margin: 0;
    font-weight: 400;
}

.incall-report .call-countnum {
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    margin: 0;
}

.incall-report .call-countnum2 {
    font-size: 16px !important;
    line-height: 1;
    font-weight: 500;
    margin: 0;
}

.incall-report2 {
    padding: 10px;
}

.incbox {
    box-shadow: 0px 2px 10px 0px rgba(58, 53, 65, 0.1);
    background: #fff;
    padding: 10px;
}

.border-radius-50 {
    border-radius: 50% !important;
}

/*.header-card {box-shadow: 0px 2px 10px 0px rgba(58, 53, 65, 0.1); border-radius: 5px; background: #fff; padding: 5px 8px;position: relative; display: flex; align-items: center; height: 100%;}
.header-card .card-body {padding: 0.25rem 0.5rem !important;}
.header-card .dashboard-icon {width:38px; height: 38px;  background: #17a2b8 !important; color:#fff !important; box-shadow: 0px 4px 8px -4px rgba(58, 53, 65, 0.42); display: flex; justify-content: center; align-items: center; border-radius: 50%;}
.header-card .card-title { font-size: 18px !important; padding-top: 0px; margin: 0; font-weight: 400; float: inherit;}
.header-card .card-text {color: rgba(58, 53, 65, 0.68); padding-top:5px; font-size: 14px !important; line-height: 1; font-weight: 500 !important; margin: 0;}*/

.dropdown.icon~.ui.label {
    display: none;
}

.btn {
    border-radius: 6px !important;
}

.tooltip-sec>a.dashboard-applybtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.multiple-checkboxes+.btn-group {
    width: 100%;
    height: 32px;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #e3e3e3;
    background: #e3e3e3;
    border-radius: 6px;
    padding: 6px 10px;
    color: #000;
    font-family: 'Mukta', sans-serif !important;
}

.multiple-checkboxes+.btn-group>button.multiselect.dropdown-toggle {
    width: 100%;
    background: none !important;
    padding: 0 !important;
    text-align: left !important;
    font-size: 12px;
    font-family: 'Mukta', sans-serif !important;
    overflow: hidden;
}

.multiple-checkboxes+.btn-group>button.multiselect.dropdown-toggle:after {
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    vertical-align: 1px !important;
    float: right;
    margin-top: 7px;
}

.multiple-checkboxes+.btn-group>.multiselect-container.dropdown-menu {
    box-shadow: 0px 0px 8px #ccc;
    padding: 10px;
    border: none !important;
    width: 100% !important;
    max-height: 300px;
    overflow-y: auto;
    z-index: 9999;
}

.multiple-checkboxes+.btn-group>.multiselect-container.dropdown-menu>li>a>label {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 400 !important;
    font-family: 'Mukta', sans-serif !important;
}

.multiple-checkboxes+.btn-group>.multiselect-container.dropdown-menu>li.active>a>label {
    font-weight: 700 !important;
    color: #0062cc;
}




.form-control.multiselect-search {
    height: 24px;
    margin-bottom: 10px !important;
    border-radius: 4px !important;
    font-size:12px;
}
.form-control.multiselect-search + .input-group-btn {display: none;}








.agent-dasboard-rmt {
    margin-top: 54px;
}


#leads-thead-today-yesterday-id {
    text-transform: capitalize;
}

.doc-small-btn {
    padding: 3px 10px !important;
    font-size: 11px !important;
}

.doc-small-icon {
    font-size: 9px;
    margin-left: 8px;
}

.doc-reject-reason {
    background: #fff;
    padding: 3px 8px;
    /*box-shadow: 0px 0px 8px #ccc;*/
    border-radius: 6px;
    display: inline-block;
    margin-top: 10px;
}

.tab-export-btn-pos {
    position: absolute;
    right: 15px;
    top: -30px;
}

.jd-icon.card5.bg1 {
    background: #17a2b8 !important;
}

.jd-icon.card5.bg2 {
    background: #a5ceac !important;
}

.jd-icon.card5.bg3 {
    background: #969798 !important;
}

.jd-icon.card5>.card-body .card-title {
    color: #fff !important;
}

.jd-icon.card2 {
    margin-bottom: 0px !important;
}

.jd-icon.card2.border-right {
    border-color: #ccc !important;
}

.graph-responsive {
    height: 300px;
}

.graph-responsive-totalcall {
/*    height: 310px;*/
    height: 48.5vh;
    margin-top:-126px;
    padding:39px;
}

.dataTables_length>label>select {
    height: 28px;
}

.dataTables_wrapper .dataTables_filter input {
    height: 28px;
}

@media (max-width:575.99px) {
    .header-card .card-body .card-title {
        text-align: center;
    }

    .header-card .card-body .card-text {
        text-align: center;
    }

    .header-card .card-body .col-auto {
        width: 100%;
    }

    .form-submit-btn {
        padding: 3px 12px;
    }
    .ivr-tab-export-btn {
        position: relative; top:0px;
    }

}

@media (max-width:767.99px) {
    .header-card .card-body {
        padding: 10px !important;
    }

    .header-card .card-body .dashboard-icon {
        width: 24px;
    }

    .header-card .card-body .dashboard-icon>i,
    .header-card .card-body .dashboard-icon>i {
        font-size: 19px;
    }

    .cta {
        left: -25px;
    }

    .cta-text {
        width: 26px;
        height: 26px;
        font-size: 9px;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .graph-responsive {
        height: 250px;
    }

    .btn-sm {
        padding: 3px 13px !important;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0px !important;
    }

    .header-card {
        height: 100%;
        margin-bottom: 0px !important;
    }

    .dynamic-pagination-select-id {
        height: 24px;
    }

    p.float-right.dashboard-applybtn,
    .dashboard-applybtn {
        height: 24px;
    }

    .form-field {
        height: 24px;
    }

    select.form-field {
        padding: 5px 20px 5px 10px;
        background-position-y: 0px;
    }

    .mob-card-design {
        border: none;
        box-shadow: none;
    }

    .mob-card-design .dashboard-icon {
        margin: auto;
        display: flex;
    }

    .mob-card-design .card-title {
        text-align: center;
        display: block;
        float: unset;
    }

    .mob-card-design .card-text {
        text-align: center;
        display: block;
    }
}

@media (min-width:768px) and (max-width:991.99px) {

    .graph-responsive>canvas {
        height: 100%;
    }
}

/* stepflow css   End
/* Step flow */
.new-stepflow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px 0 30px;
    padding: 0;
    counter-reset: section 0;
}

.new-stepflow li {
    flex-grow: 1;
    list-style: none;
    font-size: 13px;
    color: #8d8d8d;
    letter-spacing: 1px;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 20px;
    transition: width .6s ease;
}

.new-stepflow li a {
    width: 24px;
    height: 24px;
    position: absolute;
}

.new-stepflow li:before {
    content: counter(section);
    counter-increment: section;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: -3px;
    margin: auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 8px #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    z-index: 1;
}

.new-stepflow li.active:before {
    color: #fff;
    background: #e63a27;
}

.new-stepflow li:last-child:after {
    display: none;
}

.new-stepflow li:after {
    content: '';
    z-index: 0;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    transform: translateX(50%);
    margin: auto;
    width: 100%;
    height: 6px;
    background: #eee;
    transition: width .6s ease;
}

.new-stepflow li.active:after {
    background: #ea5a24;
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    -webkit-animation: we 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}


.new-stepflow li>span {
    margin-bottom: 10px;
}

.stepflow-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px 0 0px;
}

.stepflow-text li {
    flex-grow: 1;
    list-style: none;
    font-size: 13px;
    color: #8d8d8d;
    letter-spacing: 1px;
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.stepflow-text li.active {
    color: #e63a27;
}

.stepflow-text li a {
    text-decoration: none;
    color: #8d8d8d;
}

@media (max-width: 767px) {
    .stepflow-text {
        display: none;
    }

    .login-img>img {
        height: auto;
    }
}

.form-group label {
    margin-bottom: 0px !important;
}

.vh-card {
    min-height: 80vh;
}

.invoice-hding {
    font-size: 18px;
    margin-bottom: 6px;
}

.inovice-address {
    font-size: 14px;
    margin: 0px;
}
.table-height-scrollbar {max-height: 200px; min-height: 40px; overflow-y: auto;}
.project-img {width:100% !important; height: 250px; object-fit: fill;}
.video-project {width: 100%; height: 250px;}
.project-attachment {width:55px !important;}
#project-carousel .owl-dots {display: none;}

.point-height-scrollbar {max-height: 190px; min-height: 30px; overflow-y: auto;}
.point-height-scrollbar-view {max-height: 400px; min-height: 30px; overflow-y: auto;}
.project-hightlight {margin:0px; padding:0px;}
.project-hightlight li {list-style: none;font-size: 12px; color: #999; display: block; margin: 0; padding-bottom: 5px; font-weight: 400;}
.project-name {margin:0px; padding:0px; font-size:16px; font-weight: 700;}
.project-footer-text {font-size: 13px;color: #000; margin: 0; display: block; font-weight: 400;}
.project-price {margin:0px; padding:0px; font-size:16px; font-weight: 700;}
.card-srno {width:30px; height: 30px; background: #fff; border:4px solid #06216b; font-size:14px; display: flex; align-items: center; justify-content: center; text-align: center; margin-right:8px; margin-top:2px;}

.userdetail-group.mb-0 {margin-bottom: 0px !important;}
.userdetail-group.mb-1 {margin-bottom: 0.25rem !important;}
.userdetail-group.mb-2 {margin-bottom: 0.5rem !important;}
.userdetail-group.mb-3 {margin-bottom: 1rem !important;}
.userdetail-group.mb-4 {margin-bottom: 1.5rem !important;}
.userdetail-group.mb-5 {margin-bottom: 3rem !important;}


.integration-card {box-shadow: 0px 0px 20px #CCC; border:none; height:300px; }
.integration-img {width:150px; height: 50px; object-fit: contain;}
.integration-card .userdetail-highligt {line-height: 1.6;}
.integration-feature-list {margin:15px auto; padding:0px; display: flex; justify-content: center; flex-wrap: wrap;}
.integration-feature-list li {list-style: none; padding:0px 5px; font-size:14px; color:#000; line-height:1; }
.integration-feature-list li:not(:last-child) {border-right: 1px solid #ccc;}

.integration-feature-list2 {margin:15px 0; padding:0px; display: flex; flex-wrap: wrap;}
.integration-feature-list2 li {list-style: none; margin:10px; padding:8px 8px; font-size:14px; color:#000; line-height:1; display:flex; align-items:center; justify-content:center; width:100px; height:100px; text-align:center; box-shadow:0px 0px 20px #ccc; background:#fff; border-radius:10px; }
/*.integration-feature-list2 li:not(:last-child) {border-bottom: 1px solid #ccc;}*/
.integration-feature-list2 li span {display: block; margin-top:10px;}
.integration-feature-list2 li .integration-icon-img {width: 30px; object-fit: contain;}

.integration-feature-radiob-btn {margin:8px 0; padding:0px; display: flex; justify-content: center; flex-wrap: wrap;}
.integration-feature-radiob-btn li {list-style: none; }
.integration-feature-radiob-btn li label { cursor: pointer; margin:6px; border:1px solid transparent; font-weight: 400 !important; padding:8px 8px; font-size:13px; color:#000; line-height:1; display:flex; align-items:center; justify-content:center; width:100px; height:100px; text-align:center; box-shadow:0px 0px 20px #ccc; background:#fff; border-radius:10px; opacity:0.8; }
/*.integration-feature-radiob-btn li:not(:last-child) {border-bottom: 1px solid #ccc;}*/
.integration-feature-radiob-btn li span {display: block; margin-top:10px;}
.integration-feature-radiob-btn li label .integration-icon-img {width: 30px; object-fit: contain;}
.integration-feature-radiob-btn li .integration-radio-btn {display: none;}
.integration-feature-radiob-btn li .integration-radio-btn:checked + label {border-color:#b44438; box-shadow: 0px 0px 40px #ccc; opacity: 1;}

.integration-card .card-footer  {background: transparent; padding:0px;}
.integration-card .card-footer .dashboard-applybtn {height: auto; font-size: 18px; font-weight: 700; padding:14px 14px; border-radius: 0px 0px 6px 6px;}
.integration-card .card-footer .dashboard-applybtn > span {transition: all 0.3s ease-in-out;}
.integration-card .card-footer .dashboard-applybtn:hover > span {transition: all 0.3s ease-in-out; transform: translateX(10px);}
.integration-icon-img {width: 20px; object-fit: contain;}
.integration-operator-logo {width:160px; height: 50px; object-fit: contain; margin: 0px 0px 0 6px; background: #fff; box-shadow: 0px 0px 23px #ccc; padding: 10px;}
.integration-tiggeonr-logo {width:160px; height: 50px; object-fit: contain; margin: 0px 6px 0 0px; background: #fff; box-shadow: 0px 0px 23px #ccc; padding: 10px;}
.integration-connection-logo {width:50px; object-fit: contain; transform: rotate(45deg); filter: opacity(0.5);}
.integration-radio-btn {display: block;}
.integrat-alert {background-color: #dbe2e2; border:none;}
.integrat-alert > i {font-size:8px;}
.integration-card-text {font-size:15px;}
.main-title {font-size:26px; font-weight: 700; line-height: 1.4;}
.sub-title {font-size:14px;}
.wrap-prgh {font-size:13px; font-weight: 400; color:#000;}
.main-title-ml {margin-left: 10px;}
.view-btn-top-pos {position: absolute; top:5px; right: 15px;}


.dispositon-detail-box { border:1px solid #aacaef; background:#e3f0ff; text-align: center; padding:15px 10px; margin-bottom:15px; border-radius:10px; }
.dispositon-detail-box .disposition-icon {font-size:12px; background: #b1d3f9; width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin:0 auto 8px;}
.dispositon-detail-box .dd-title { font-size: 12px;}
.dispositon-prgh {font-size: 13px;}
.delete-modal .modal-body.pt-0 {padding-top:0px !important;}
.close-modal {font-size:24px !important; margin-top:8px;}

.login-img-company {
    width: 230px; height: 100px; object-fit: contain; display: block; margin:auto;
}
.description-scrollbar {max-height: 62px; min-height: 20px; overflow-y: auto;}
.project-view-description-scrollbar {max-height: 100px; overflow-y: auto;}
.breadcrump-bg .dashboard-applybtn {font-size:11px !important; padding:6px 10px !important; height: auto;}
.breadcrump-bg .dashboard-applybtn > i {font-size: 10px;}


.rounded-top-left-0 {border-top-left-radius:0px !important;}
.equal-tab {margin:15px 15px 0 15px; padding:0px; display: flex; background:#eaf9fb;}
.equal-tab li {flex-grow:1;}
.equal-tab li a {padding:10px; text-align: center;}
.equal-tab li a.nav-link.active {background-color: #a3dadf !important;}

.add-remove-team-mt {margin-top:150px;}

.fixed-table-header {background: #fff; position: sticky; top:0;}
.table-responsive-ht {height: 400px;}

@media (max-width:575px) {
    .add-remove-team-mt {margin-top:0px !important; margin-bottom: 10px;}
    select.form-field[multiple] {height: 40px !important;}
}
@media (max-width: 768px) {
    #sub_users_select_id {
        size: 3; /* Adjust this number to control the number of visible options */
    }
}


.shorting-box-area {
    position: relative;
}

.shorting-filter-icon {
    cursor: pointer;
    display: inline-block;
}

.shorting-box {
    background: #fff;
    box-shadow: 0px 0px 12px #ccc;
    padding: 10px;
    width: 250px;
    display: none;
    position: absolute;
    left: -170px;
    top: 20px;
    z-index: 9;
}

.acdc-btn {
    border: 1px solid #888;
    border-radius: 4px;
    padding: 5px 8px;
    margin-left: 5px;
    font-size: 14px;
    color: #ed4d37;
    display: flex;
    align-content: center;
    justify-content: center;
    cursor: pointer;
}

.sort-btn-area {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

/*.project-table-ht {height:356px;}*/

.project-table-ht {height:210px;} //replace

.tab-scrollbar {min-height: 70px; max-height: 383px; overflow-y: auto; padding-right: 10px;}
.property-tab-scrollbar {min-height: 70px; max-height: 326px; overflow-y: auto; padding-right: 10px;}