body {
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    /* font-family: "Noto Color Emoji", sans-serif; */
    font-family: "Segoe UI", sans-serif;
    color: #000000;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

.main-login-box {
    height: 100vh;
    width: 100%;
    background-color: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_img img {
    width: 200px;
}
.login-text-box {
    text-align: center;
    margin: 30px 0px;
}
.login_img {
    text-align: center;
}

.login-left-img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.login-page {
    background-color: #fff;
}

.login-left-img {
    width: 100%;
    background-image: url("../images/new-login.png");
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.gomile-logo img {
    width: 150px;
    height: auto;
    object-fit: contain;
    margin-top: 20px;
    margin-left: 20px;
}

.login-heading {
    width: 500px;
    margin: auto;
    height: 85%;
    display: flex;
    align-items: center;
}

.login-heading h3 {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
}

.login-right {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.login-form-box {
    margin-top: 21px;
}

.login-input-box {
    width: 100%;
    height: 50px;
    padding: 0px 10px;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 600;
    background-color: #fbfcfd;
}

.login-submit {
    background-color: #1d81c2;
    color: #fff;
    padding: 15px 50px;
    border-radius: 12px;
    font-size: 18px;
    border: none;
    margin-top: 20px;
    width: 100%;
}

input:focus {
    border: none;
    outline: none !important;
}

.login-right-box {
    width: 100%;
}

.login-text-box h4 {
    font-size: 32px;
    font-weight: 900;
    text-transform: capitalize;
    color: #1d293d;
    margin-bottom: 0px;
}

.login-form {
    margin-bottom: 20px !important;
    height: auto !important;
}

.login-form label {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #90a1b9 !important;
    margin-bottom: 0px;
}

.login-text-box p {
    font-size: 18px;
    font-weight: 600;
    color: #62748e;
}

.card-primary {
    width: 100%;
}

.btn-block {
    width: auto;
}

.main-logo {
    width: 250px;
}

.right-box {
    width: 450px;
    margin: auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0px 0px 7px #e2e8f080;
}

.main-logo img {
    width: 100%;
}

div#app {
    background-color: #fff;
    height: 100vh;
}

.theme-white .card.card-primary {
    border-top: 2px solid #4d4d4d;
}

.theme-white .btn-primary {
    background-color: #1d81c2;
}

.submit-btn {
    background-color: #4d4d4d;
    color: #fff;
    padding: 4px 12px;
    font-size: 14px;
    margin-top: 20px;
}

.submit-btn:hover {
    background-color: #000 !important;
    color: #fff;
    font-size: 14px;
}

.form-group > label {
    font-size: 14px;
    color: #373759;
    text-transform: capitalize;
}

.login-form {
    height: 90px;
}

.main-sidebar .sidebar-menu li a span {
    margin-top: 0px;
    color: #373759;
}

.main-sidebar .sidebar-menu li a i {
    width: auto;
}

.form-group {
    margin-bottom: 0px !important;
}

.add-btn {
    font-size: 14px !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
}

.search-btn {
    display: flex;
    align-items: end;
    margin-bottom: 2px !important;
}

.datepicker {
    padding: 5px 10px;
    height: 36px !important;
}

select.form-control.form-control-sm.select-height {
    height: 36px;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.search-custom {
    background-color: #54ca68;
    font-size: 14px;
    border: none;
    box-shadow: none;
}

.search-custom:hover {
    background-color: #41c457 !important;
}

.header-logo {
    height: 52px !important;
    background: #fff;
    border-radius: 4px;
    margin-right: 10px;
}

.sidebar-css {
    background-color: #fff;
}

.icons-color {
    color: #c0c0c0;
    font-size: 15px;
}

.main-sidebar .sidebar-menu li.menu-header {
    color: #373759;
}

.filter {
    border-radius: 5px;
    padding: 4px 12px;
    background-color: #373759;
    color: #fff;
    border: none;
    height: 34px !important;
    font-size: 14px;
}

.align {
    display: flex;
    align-items: end;
}

.export-excel img {
    height: 30px;
}

.search-input {
    height: 36px !important;
    padding: 5px 30px !important;
    width: 240px;
}

.select_box {
    padding-top: 8px;
    padding-left: 10px;
    cursor: pointer;
}

.main-search {
    position: relative;
}

.search-icon {
    position: absolute;
    top: 8px;
    left: 10px;
}

.heading-search {
    display: flex;
    justify-content: space-between !important;
    width: 100%;
    align-items: center;
}

.dataTables_length label {
    font-size: 16px;
}

.dataTables_length select.form-control.form-control-sm {
    padding: 2px 8px !important;
    height: 35px;
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    margin: 0px 8px;
    width: 40%;
}

/* /////////////// Import Lead //////////////// */

.theme-white .navbar .nav-link .feather {
    color: #373759 !important;
}

.dt-buttons .btn-group {
    display: none !important;
}

.btn-group > .btn:not(:first-child) {
    display: none !important;
}

div.dataTables_wrapper div.dataTables_filter label {
    display: none !important;
}

.page-header {
    background-color: #373759;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    border-radius: 0px 0px 8px 8px;
    z-index: 99;
    transition: all 0.5s;
}

.rating-box {
    border: none;
    border-radius: 12px;
    padding: 30px;
    border: 1px solid #e2e8f0;
}

.back-btn {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #94a3b8;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.back-text-btn {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.56px;
    display: flex;
    align-items: end;
    padding: 10px;
}

.back-text-btn:hover {
    text-decoration: none;
    color: #000 !important;
}

.input-box {
    border: none;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px !important;
    color: #747474 !important;
    height: 46px !important;
    background-color: #f8fafc;
}

.input-box:focus{
    background-color: #f8fafc;
      border: 1px solid #e2e8f0;
}

/* .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #373759 !important;
    color: #fff !important;
    font-size: 16px;
    border-radius: 10px;
    box-shadow: none;
    border: none;
}

.theme-white .nav-tabs .nav-item .nav-link {
    box-shadow: 1px 1px 5px 1px #e0e0e0;
    color: #000;
    font-size: 16px;
    border-radius: 10px;
    margin-right: 20px;
    background-color: #fff;
    padding: 8px 10px;
} */

.nav-tabs {
    border: none;
}

.chat-main-box {
    background-color: #fff;
    /* padding: 15px 15px; */
    border-radius: 24px;
    margin-top: 20px;
    border: 1px solid #e5e9f2;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.add-btn-new {
    background-color: #1d81c2;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
}
.add-btn-new:hover {
    background-color: #004867;
}

.add-btn-Assign {
    background-color: #252550;
    color: #fff;
    padding: 6px 18px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
}

.add-rating {
    background-color: #373759;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 15px;
    border-radius: 8px;
    margin-right: 5px;
}

.add-rating:hover {
    text-decoration: none;
    color: #fff !important;
}

.add-btn-box {
    z-index: 9;
    position: relative;
    padding-left: 25px;
}

.add-btn-Assign:hover {
    color: #fff !important;
    text-decoration: none;
}

.modal-tab {
    display: flex;
    align-items: center;
}

.leadHistory .table td,
.table:not(.table-bordered) th {
    border-top: none;
    border-bottom: 1px solid #d0d0d0;
}

.Attachment-table {
    margin: 20px 0px;
    margin-bottom: 25px !important;
}

.Attachment-table table tbody tr td {
    border-bottom: 1px solid #d0d0d0;
}

.action-icons {
    display: flex;
}

.sidebar-mini .filter-box {
    width: calc(100% - 118px);
    transition: all 0.5s;
    margin: auto;
    left: 93px;
}

.filter-box {
    width: calc(100% - 308px);
    left: 279px;
    position: fixed;
    z-index: 99;
    background-color: #fff;
    padding-top: 14px;
    top: 70px;
}

.input-padding {
    padding: 0px 6px;
}

.topfilter {
    background-color: #fff !important;
    border-radius: 10px;
    box-shadow: 0px 5px 7px -4px #9e9e9e;
    margin-bottom: -62px;
    padding: 20px 0px;
    position: relative;
}

.show_hide {
    position: absolute;
    right: 10px;
    top: 10px;
}

.all-lead-box {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 4px;
}

.all-lead {
    margin-right: 30px;
}

/* #exampleTable_wrapper .dataTables_length {
    float: right;
} */

.data_filter #exampleTable_wrapper .dataTables_length {
    float: left !important;
}

.all-lead-text {
    font-weight: 400;
    font-size: 16px;
    color: #0d0d0d;
    margin: 0;
}

.show_hide button {
    border: none;
    padding: 4px 8px;
    border-radius: 6px;
    background-color: #373759;
    color: #fff;
}

.add-lead-main-box {
    margin-top: 30px;
}

.lead-right-assing {
    display: flex;
    align-items: end;
    justify-content: end;
}

.export-btn {
    margin: 0px 30px;
}

.lead-right-box {
    display: flex;
    align-items: end;
    justify-content: end;
}

.top-filter {
    margin-top: 60px;
    border: none;
}

.odd td:nth-child(1) {
    border-left: 0.5px solid #dee2e6 !important;
}

.even td:nth-child(1) {
    border-left: 0.5px solid #dee2e6 !important;
}

.right-boxs {
    display: flex;
    justify-content: end;
    align-items: end;
    width: 100%;
}

.lead-table-box {
    padding: 0px !important;
}

.leadsMoveToTrash {
    margin-right: 20px;
}

.table-bordered {
    border: none !important;
}

.desion-drops {
    padding: 5px 10px !important;
}

.import-lead-main-box {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    margin-top: -35px;
}

.import-lead-box {
    background-color: #fff;
    border: none;
    box-shadow: 2px 2px 7px 1px #d5d5d5;
    border-radius: 12px;
    padding: 20px 30px;
    width: 100%;
}

.header-main-box {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.header-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.underline {
    width: 70px;
    height: 3px;
    background-color: #373759;
    margin-bottom: 12px;
    border-radius: 5px;
}

@media only screen and (max-width: 1022px) {
    .page-header {
        left: 0px;
    }

    .navbar {
        left: 0px;
    }

    .import-card {
        width: 100%;
        left: 30px !important;
    }
}

.sidebar-mini .main-content {
    width: calc(100% - 65px);
    left: 65px;
}

.main-content {
    width: calc(100% - 250px);
    left: 250px;
    top: 70px;
    position: relative;
    height:calc(100vh - 70px);
        background-color: #f8fafc;
    /* overflow: auto; */
}

.latest_crm_right_box {
    height: 460px;
    overflow-y: scroll;
}

#scroll_div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

#scroll_div::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

#scroll_div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}

.heading {
    font-weight: 600;
    font-size: 25px;
    color: #222222;
    padding-top: 8px;
    padding-bottom: 4px;
    margin: 0px;
}

.heading_underline {
    width: 185px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, #8a8a8c 0%, rgb(55 55 89 / 3%) 100%);
    border-image-slice: 1;
}

.heading_underline_lead {
    width: 120px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, #8a8a8c 0%, rgb(55 55 89 / 3%) 100%);
    border-image-slice: 1;
}

.sidebar-mini .main-sidebar .sidebar-close {
    top: 20px;
}

/* .sidebar-mini .main-sidebar .sidebar_arrow {
    height: 30px;
    box-shadow: 0px 0px 8px 2px #b9b9b9;
    width: 30px;
    border-radius: 50%;
} */

.sidebar-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #44a0d3;
    border-radius: 8px;
    cursor: pointer;
}
.sidebar-close:hover {
    width: 36px;
    height: 36px;
    background-color: #1b2335;
    border-radius: 8px;
}

/* .sidebar_arrow {
    height: 30px;
    box-shadow: 0px 0px 8px 2px #b9b9b9;
    width: 30px;
    border-radius: 50%;
    z-index: 99;
    position: relative;
} */

.import-card {
    margin-top: -40px;
    position: fixed;
    left: 280px;
    top: 170px;
    width: 84%;
    right: 0px;
    z-index: 999;
    transition: all 0.5s;
}

.sidebar-mini .import-card {
    left: 100px;
    width: 93%;
}

.card-body .form-group label {
    font-weight: 600;
        font-size: 14px;
    color: #62748e;
    letter-spacing: 0.56px;
    margin-bottom: 2px !important;
    text-transform: uppercase;
}

.card-body .form-group label span {
    font-size: 14px;
}

.btn-blue {
    background:#1793e6;
    border-color: #373759;
    color: #fff;
    font-size: 16px;
    padding: 16px 40px;
    border-radius: 16px;
    letter-spacing: 0.56px;
    border: none;
}

.filelabel {
    width: 100%;
    border: 2px dashed #d1d1d1;
    border-radius: 30px;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: center;
    margin: 0;
    padding: 80px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.filelabel i {
    display: block;
    font-size: 20px;
    padding-bottom: 5px;
    margin-right: 4px;
}

.filelabel i,
.filelabel .title {
    color: #000;
    transition: 200ms color;
    font-size: 24px;
}

#FileInput {
    display: none;
}

.download-file {
    font-weight: 400;
    font-size: 15px;
    color: #373759;
    letter-spacing: 0.56px;
    margin-top: 10px;
}

.download-file:hover {
    text-decoration: none;
    color: #373759;
}

.main-sidebar .sidebar-brand {
    height: 70px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-file-btn {
    border: 1px solid #cecece;
    color: #373759;
    padding: 6px 12px;
    border-radius: 12px;
}

.download-file-btn:hover {
    text-decoration: none;
    color: #373759 !important;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
    cursor: pointer;
}

.designs {
    padding: 4px 14px !important;
}

.contact-fild {
    position: relative;
}

.whats-icon img {
    height: 25px;
}

.whats-icon {
    position: absolute;
    top: 31px;
    right: 10px;
}

.call-btn {
    background-color: #41c457 !important;
    font-size: 14px;
}

.call-btn:hover {
    background-color: green !important;
    font-size: 14px;
}

.chat-box .chat-form .btn {
    width: 34px !important;
    height: 34px !important;
    background-color: #1d81c2;
    right: 20px;
    top: 60%;
    border-radius: 12px;
}

.form-group p.text-danger {
    margin-top: -18px;
    font-size: 14px;
    margin-bottom: 5px;
}

p.select-user-arror {
    margin-top: -3px !important;
}

.contact-img {
    display: flex;
    align-items: baseline;
}

.cnt-whats-icon {
    font-size: 18px;
    color: green;
    margin-left: 5px;
}

.status-text a {
    color: #373759;
    background-color: #ffffff;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 600;
}

.status-text a:hover {
    text-decoration: none;
    color: #000;
}

.table td {
    padding: 6px 10px !important;
}

table.dataTable .badge-shadow {
    box-shadow: none !important;
}

.hidebtn {
    padding: 0;
    height: 56px !important;
    color: #000;
}

.showbtn {
    padding: 0;
    height: 56px !important;
    color: #000;
}

.hidebtn1 {
    right: 104px !important;
}

.showbtn1 {
    right: 104px !important;
}

.show-filter {
    margin-top: 0px;
}

.show-btn {
    position: absolute;
    top: -11px;
    right: 240px;
    margin-right: 30px;
    cursor: pointer;
}

.hidebtn {
    top: -9px;
    right: 240px;
    cursor: pointer;
}

.show-btn img {
    height: 25px;
}

.text-area-box {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}

.pdf_plus_icon {
    position: relative;
}

.plus {
    position: absolute;
    right: 0px;
    top: 28px;
    z-index: 999;
    padding: 6px 10px;
}

.Plus-css {
    position: relative;
}

.minus {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    padding: 6px 10px;
}

.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-radius: 6px;
}

/* /////////////// Import Lead //////////////// */

.callSchedule {
    color: rgb(20, 192, 20);
    font-size: 18px;
}

.action-icon:hover {
    text-decoration: none;
}

.table-heading {
    text-align: center;
    background: #fcfeff !important;
    border-radius: 10px !important;
}

table th:first-child {
    border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
}

table th:last-child {
    border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
}

.table-heading th {
    color: #717172 !important;
    font-weight: 700 !important;
}

.custom-control {
    padding-left: 2rem;
}

.plus-css {
    position: relative;
}

tbody {
    text-align: center;
}

.latest_crm_b {
    width: 80%;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, #8a8a8c 0%, rgb(55 55 89 / 11%) 100%);
    border-image-slice: 1;
}

.latest_crm_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

.lead_crm_clock {
    display: flex;
    align-items: center;
}

.lead_crm_clock img {
    height: 24px;
    margin-right: 10px;
}

.lead_crm_clock p {
    margin: 0;
    font-size: 15px;
}

.latest_crm_box h5 {
    margin: 0;
    font-size: 18px;
}

.latest_crm_sms {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #d9d9d9;
}

.letast_tead_text {
    display: flex;
    align-items: flex-start;
    width: 75%;
}

.letast_tead_text i {
    color: #373759;
    font-size: 13px;
    margin-right: 10px;
    margin-top: 3px;
}

.letast_time {
    margin: 0;
    font-size: 13px;
    color: #4d4d4d;
}

.letast_text {
    margin: 0px;
    font-size: 14px;
    line-height: 21px;
}
.latest_time {
    font-weight: 500;
    color: #212529;
    margin: 0;
    font-size: 12px;
    line-height: 15px;
}
.today_activity {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.today_activity h5 {
    font-size: 18px;
    margin: 0;
    border-right: 2px solid #373759;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 18px;
}

.today_activity h4 {
    font-size: 18px;
    margin: 0;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after {
    display: none !important;
}

.report_dash {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: left;
    width: 80%;
}

.report_value_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* margin-left: 70px; */
    width: 55%;
}

a#url:hover {
    color: #fff;
}

button.close_modal {
    background-color: #fff;
    box-shadow: 0px 0px 6px gray;
    border-radius: 50%;
    padding: 0 !important;
    height: 30px;
    width: 30px;
}

.report_show {
    display: flex;
    align-items: center;
    width: 200px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.report_bg {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    box-shadow: none;
    display: inline;
    margin-bottom: 0px;
}

.report_paichart {
    width: 45%;
}

.report_text {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.report_text h5 {
    font-size: 15px;
    margin: 0;
    color: gray;
    font-weight: 500;
}

.paichat_box {
    height: auto !important;
}

.dash_table tr td {
    border: none !important;
    border-bottom: 1px solid #dadada !important;
    font-size: 14px;
}

.dash_table .delete-icon {
    font-size: 20px;
}

.dash_table .badge {
    border-radius: 5px !important;
}

p a.lost-text:hover {
    text-decoration: none;
    color: #fff;
}
p a.lost-text {
    padding-left: 0;
}

.filter_main_box {
    display: flex;
    align-items: center;
}
.filter_main_box .input-padding {
    width: 120px;
    max-width: 120px;
}
.filter_main_box .input-padding .multiselect {
    text-align: left !important;
    position: relative;
}
.filter_main_box .input-padding .dropdown-toggle::after {
    position: absolute;
    right: 8px;
    top: 16px;
    font-size: 16px;
}

.filter_main_box .multiselect-item {
    background: none;
}
.filter_main_box .multiselect-item .input-group {
    width: auto;
}

.filter_main_box .multiselect-container {
    height: 200px;
    overflow-y: scroll;
}

.select_down_arrow {
    top: 12px;
    right: 6px;
    z-index: 9;
    position: absolute;
    color: #878787;
    font-size: 10px !important;
    font-weight: 300 !important;
}
.position {
    position: relative;
}

.filter_main_box .input-padding .dropdown-toggle::after {
    display: none;
}

.lead_drop .show {
    left: -70px !important;
}
@media (max-width: 600px) {
    .login-left-img {
        height: 400px;
    }
    .login-heading {
        width: 100%;
        padding: 0px 20px;
    }
    .login-heading h3 {
        font-size: 35px;
    }
    .right-box {
        margin-top: 0px !important;
        width: 100%;
        padding-left: 20px;
    }
    .login-right {
        height: auto !important;
        padding: 30px 0px;
    }
    .login-form-box {
        margin-top: 30px;
    }
    .login-text-box p {
        font-size: 16px;
    }
    .login-text-box h4 {
        font-size: 28px;
    }
}

/* Ankul************************************************************************************************************************************************************** */

.sidebar {
    width: 100%;
    height: calc(100vh - 160px);
    background: linear-gradient(180deg, #0a1a2f, #081427);
    color: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: auto;
}

.menu-item {
   padding: 10px 16px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 3px;
    position: relative;
    font-weight: 500;
}

.menu-item i {
    margin-right: 6px;
}
.menu-item i.fas.fa-chevron-down {
    position: absolute;
    right: 0;
}

.menu-item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.menu-item.active {
    background: #1d81c2;
    color: #fff !important;
}
.menu-item.active a > span {
    color: #fff ;
}
.menu-item a {
    color: #f7f7f7;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    width: 100%;
    align-items: center;
}

.menu-item a:hover {
    color: #fff !important;
    text-decoration: none;
}

.submenu {
    padding-left: 20px;
}
.submenu .submenu_item {
    padding: 6px 8px;
    border-radius: 6px;
}

.submenu .submenu_item a {
    text-decoration: none;
    color: #9fb3c8;
    font-size: 14px;
    font-weight: 400;
}

.submenu .submenu_item:hover a {
    text-decoration: none;
    color: #fff;
}

.submenu .submenu_item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.submenu.small {
    font-size: 12px;
    color: #9fb3c8;
    padding-left: 30px;
}

.sidebar-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px;
    position: absolute;
    /* color: #cfd8e3; */
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: linear-gradient(180deg, #0a1a2f, #081427);
    z-index: 9;
}

.sidebar-mini #serviceLine{
    display: none;
}

.sidebar-mini .side_f_hover .ml-2{
    display: none;
}

.sidebar-mini .side_f_hover .fa-sign-out-alt{
    display: none;
}

.sidebar-mini .menu-item span{
    display: none;
}
.side_f_hover {
    border-radius: 10px;
}

.side_f_hover:hover {
    background: rgba(255, 255, 255, 0.05);
}

.user-info img {
    width: 40px;
    height: 40px;
}

.name {
    font-weight: 600;
}

.logout {
    margin-top: 10px;
    cursor: pointer;
    font-size: 14px;
}

.logout:hover {
    color: #fff;
}

.menu-item[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
    transition: 0.3s;
}

.heading_box_left{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.heading_box_left h1 {
    font-size: 30px;
    font-weight: 500;
    margin: 0px;
    color: #1d293d;
}
.heading_box_left p {
    font-size: 15px;
    font-weight: 500;
    margin: 0px;
    color: #70748e;
}

.heading_box_right {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: end;
}

/* Common Button Style */
.custom-btn {
    border-radius: 12px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: none;
}

/* Light Button */
.btn-light.custom-btn {
    background: #f1f3f5;
    border: 1px solid #e0e0e0;
    color: #333;
}

.btn-light.custom-btn:hover {
    background: #e9ecef;
}

/* Primary Button */
.heading_box_right .primary-btn {
    background-color: #1d81c2;
    border: none;
    color: #fff;
    font-weight: 700;
}

.heading_box_right .primary-btn:hover {
    background: #004867 ;
}

/* Icons */
.custom-btn i {
    font-size: 14px;
}

/* body {
    background: #f5f7fb;
    font-family: 'Segoe UI', sans-serif;
} */

/* FILTER BOX */
.lead-filter-box {
    background: #ffffff;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
}

.lead-filter-box label {
    font-size: 10px;
    font-weight: 700;
    color: #6c7a91;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/* INPUTS */
.lead-filter-box .form-control {
    border-radius: 8px;
    font-size: 13px;
    border: 1px solid #c0c0c0;
    font-weight: 600;
}

/* TABLE */
.table-box {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e9f2;
    overflow: hidden;
    position: relative;
}

/* DataTables — one shared AJAX loader on every page */
.table-box,
.dashboard-hot-lead-table-wrap,
.lead-table-box {
    position: relative;
}

.table-box .dataTables_wrapper,
.dashboard-hot-lead-table-wrap .dataTables_wrapper,
.lead-table-box .dataTables_wrapper {
    position: static !important;
    min-height: 0;
}

div.dataTables_wrapper {
    position: relative !important;
    min-height: 160px;
}

div.dataTables_wrapper div.dataTables_processing,
div.dataTables_wrapper div.dataTables_processing.card {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    z-index: 20 !important;
    background: rgba(255, 255, 255, 0.85) !important;
    text-align: center !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

div.dataTables_wrapper div.dataTables_processing[style*="display: block"],
div.dataTables_wrapper div.dataTables_processing.card[style*="display: block"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

div.dataTables_wrapper div.dataTables_processing .fa-spinner {
    font-size: 28px !important;
    color: #1d81c2 !important;
}

.new_table_box .table thead th {
    font-size: 12px;
    text-transform: uppercase;
    color: #7b8ca5;
    border-bottom: 1px solid #e2e8f0;
    background-color: #f9fbfc !important;
    /* height: 25px !important; */
}

.new_table_box .table {
    margin-bottom: 0px !important;
}

.new_table_box .table td {
    text-align: left;
    font-size: 14px;
    color: #4a5a6a;
    padding: 15px 10px !important;
}

/* NAME STYLE */
.new_table_box .name a {
    color: #1d81c2 !important;
    font-weight: 700;
    font-size: 16px;
}

.new_table_box .bold {
    font-weight: 700;
    font-size: 16px;
    color: #000 !important;
}

.table-box.new_table_box .dataTables_wrapper > .row:last-child {
    background-color: #fff;
    border-top: 1px solid #e2e8f0;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.table-box.new_table_box div.dataTables_wrapper div.dataTables_info {
    display: block !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    text-align: left !important;
    font-size: 14px;
    color: #4a5a6a;
}

.table-box.new_table_box div.dataTables_wrapper div.dataTables_paginate {
    display: block !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    text-align: right !important;
}

.table-box.new_table_box .dataTables_wrapper > .row:last-child > [class*="col-"] {
    flex: 0 0 auto;
    width: auto !important;
    max-width: none !important;
    padding-left: 0;
    padding-right: 0;
}

.table-box.new_table_box .dataTables_wrapper > .row:last-child > [class*="col-"]:first-child {
    margin-right: auto;
}

.table-box.new_table_box div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 0 !important;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 4px;
}

.table-box.new_table_box .page-item .page-link {
    color: #4a5a6a;
    border: 1px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    padding: 4px 10px;
    line-height: 1.4;
}

.table-box.new_table_box .page-item.active .page-link {
    background-color: #1d81c2;
    border-color: #1d81c2;
    color: #fff;
}

.table-box.new_table_box .page-item.disabled .page-link {
    color: #9ca3af;
    background: #fff;
}

.dashboard-hot-lead-table-wrap {
    position: relative;
    min-height: 160px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
}

.dashboard-hot-lead-table-wrap .dataTables_wrapper {
    width: 100%;
    overflow-x: auto;
}

.dashboard-hot-lead-table-wrap table.dataTable {
    width: 100% !important;
    min-width: 960px;
    margin: 0 !important;
}

/* Hide built-in length/filter row when custom control is used above table */
.table-box.new_table_box .dashboard-hot-lead-table-wrap .dataTables_wrapper > .row:first-child {
    display: none !important;
}

/* Dashboard-style footer (same as Hot Lead List) inside list tables */
.table-box.new_table_box .dashboard-hot-lead-table-wrap .dataTables_wrapper > .row:last-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: transparent;
    border-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    justify-content: space-between;
    gap: 0;
}

.table-box.new_table_box .dashboard-hot-lead-table-wrap .dataTables_wrapper > .row:last-child > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.table-box.new_table_box .dashboard-hot-lead-table-wrap div.dataTables_wrapper div.dataTables_info {
    display: inline-block !important;
    width: 50% !important;
    padding: 20px !important;
    margin: 0 !important;
    float: none !important;
    text-align: left !important;
    font-size: 14px;
}

.table-box.new_table_box .dashboard-hot-lead-table-wrap div.dataTables_wrapper div.dataTables_paginate {
    display: inline-block !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    text-align: right !important;
}

.table-box.new_table_box .dashboard-hot-lead-table-wrap div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 10px !important;
    justify-content: flex-end;
    gap: 0;
}

/* SMALL SELECT */
.small-select {
    height: 30px;
    font-size: 12px;
    border-radius: 6px;
}

/* ACTION ICONS */
.actions i {
    margin-right: 10px;
    cursor: pointer;
    color: #7b8ca5;
}

.actions i:hover {
    color: #2b7bff;
}

/* TOP RIGHT */
.table-top {
    font-size: 13px;
    color: #6c7a91;
}

/* body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
} */

/* SEARCH */
.topbar .search-box {
    background: #eef2f7;
    padding: 8px 12px;
    border-radius: 10px;
    width: 320px;
}

.topbar .search-box i {
    color: #7b8ca5;
    margin-right: 8px;
}

.topbar .search-box input {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    font-size: 14px;
}

/* ICON BOX */
.topbar .icon-box {
    width: 40px;
    height: 40px;
    background: #eef2f7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.topbar .icon-box i {
    color: #7b8ca5;
}

/* NOTIFICATION DOT */
.topbar .dot {
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 10px;
}

/* USER BOX */

.topbar .user-box::before{
  position: absolute;
    content: '';
    height: 40px;
    width: 1px;
    background-color: rgb(213 213 213);
    left: -15px;
    top: 9px;
}

.topbar .user-box {
    padding: 5px 10px;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.topbar .user-box:hover{
    background-color: rgb(245 245 245);
}

.topbar .user-icon {
    width: 40px;
    height: 40px;
    background: #e8f2f8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .user-name {
    font-size: 14px;
    font-weight: 600;
        color: #000;
    margin-bottom: -12px;
}

.topbar .status {
    font-size: 11px;
    color: #cccccc;
    font-weight: 600;
}

/* 
body {
    background: #f5f7fb;
    font-family: 'Segoe UI', sans-serif;
} */

/* CARD */
.info-card {
    background: #fff;
    padding: 20px;
    border-radius: 24px;
    border: 1px solid #e5e9f2;
}

.info-card label {
    font-size: 11px;
    text-transform: uppercase;
    color: #7b8ca5;
    font-weight: 600;
}

.info-card h6 {
    font-weight: 600;
    margin-top: 5px;
}

.link {
    color: #1d81c2;
}

/* BADGES */
.View_Service .badge {
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.View_Service .badge-warning {
    background: #fffbeb;
    color: #e17100;
    border: 1px solid #fef3c6;
}

.View_Service .badge-danger {
    background: #fff1f2;
    color: #ec003f;
    border: 1px solid #ffe4e6;
}

/* TABS */

.custom-tabs{
        border: 1px solid #e5e9f2 !important;
        border-radius: 20px;
}
.custom-tabs .nav-tabs {
    margin-bottom: 0;
}
.custom-tabs .card-header {
    margin-bottom: 0;
    border-bottom: 1px solid #e5e9f2 !important;
}

.custom-tabs .nav-tabs .nav-link {
    background-color: #ffffff !important;
    color: #90a1b9 !important;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
}

.custom-tabs .first_t{
    border-top-left-radius: 20px;
}
.custom-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #f3f8fc !important;
    color: #1d81c2 !important;
    border-bottom: 2px solid #1d81c2;
}

.custom-tabs .nav-link {
    border: none;
    padding: 12px 18px;
    color: #7b8ca5;
}

.custom-tabs .nav-link.active {
    color: #2b7bff;
    border-bottom: 2px solid #2b7bff;
}

.custom-tabs .tab-content{
    padding: 30px ;
}
/* COMMENT BOX */
.comment-box {
    align-items: center;
}

.user-icon {
    width: 40px;
    height: 40px;
    background: #eef2f7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.input-area {
    flex: 1;
    position: relative;
}

.input-area input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e5e9f2;
    padding: 12px 45px 12px 15px;
}

.send-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #2b7bff;
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 8px 10px;
}

/* COMMENTS */
.comment-item {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #e5e9f2;
    margin-bottom: 12px;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    margin-right: 12px;
}

.comment-content {
    flex: 1;
}

.comment-content .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time {
    font-size: 11px;
    color: #7b8ca5;
    margin-left: 10px;
}

.actions i {
    margin-left: 10px;
    cursor: pointer;
    color: #7b8ca5;
}

.actions i:hover {
    color: #2b7bff;
}

.comment-content p {
    margin-top: 8px;
    font-size: 14px;
}

.View_Service {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: left;
}
.today_lead_bx .add-btn-box .font-14 {
    font-size: 12px !important;
    color: #90a1b9;
}
.font-16 {
    font-size: 16px !important;
    line-height: normal !important;
}
.template-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:24px;
    background:#ffffff;
    border:1px solid #e2e8f0;
    border-radius:16px;
    margin: 30px 0px;
}

.template-text{
    display:flex;
    flex-direction:column;
}

.title{
    font-size:14px;
    font-weight:700;
    color:#1e293b;
}

.subtitle{
    font-size:12px;
    font-weight:500;
    color:#64748b;
}

.download-btn{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 20px;
    background:#ffffff;
    border:1px solid #e2e8f0;
    color:#334155;
    border-radius:12px;
    font-size:14px;
    font-weight:700;
    cursor:pointer;
    transition:0.3s;
}

.download-btn:hover{
    background:#f8fafc;
}
.font-30 {
    font-size: 30px;
    font-weight: 500;
}
.font-16-import {
    font-size: 16px;
    color: #62748e;
    font-weight: 600;
}
.link-img-box {
    width: 96px;
    height: 96px;
    background-color: #f8fafc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    margin-bottom: 30px;
}
.font-14-import {
    color: #90a1b9;
    font-size: 14px;
}
.filelabel:hover {
    border: 2px dashed #1d81c2;
    background-color: #f8fafc;
}
.filelabel:hover .link-img-box {
    border: 1px solid #d3d3d3;
}
.cancel-btn{
    padding:16px 40px;
    background:#ffffff;
    color:#475569;
    border:1px solid #e2e8f0;
    border-radius:16px;
    font-size:14px;
    font-weight:700;
    cursor:pointer;
    transition:all 0.3s ease;
    margin-left: 15px;
}

.cancel-btn:hover{
    background:#f8fafc;
}
.import-main-box {
    padding: 30px;

}
.badge-success {
     padding:4px 10px;
    background:rgba(16, 185, 129, 0.1);
    color:#059669;
    font-size:10px;
    font-weight:700;
    border-radius:6px;
    text-transform:uppercase;
    letter-spacing:1px;
    border:1px solid rgba(16, 185, 129, 0.2);
    display:inline-block;
}
.icons-color:hover {
    color: #ff2056;
}
.pencil-icons {
    color: #c0c0c0;
    margin-right: 10px;
}
.pencil-icons:hover {
    color: #1d81c2;
}
.back-btn-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 18px;
    font-weight: 600;
    color: #1d293d;
    margin-bottom: 20px;
}
.flag-image {
    width: 32px;
    height: 24px;
    border-radius: 4px !important;
    border: none !important;
    object-fit: cover;
}
.rounded-circle {
    border-radius: 0% !important;
    object-fit: cover;
}
.dataTable a:hover {
    text-decoration: none;
} 
#exampleTable_paginate {
    position: static !important;
    display: block !important;
    float: none !important;
}
.d-flex-box {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 12px;
}
/* .menu-item span {
    color: #90a1b9;
} */
.menu-item:hover span {
    color: #fff;
}
.menu-item:hover a {
    color: #fff;
}
.menu-item.active i {
    color: #fff;
}
.menu-item:hover i {
    color: #fff !important;
}
.chevron-down-icons {
    margin-top: 6px;
}
.name {
    color: #90a1b9;
}
.name:hover {
    color: #fff;
}
small {
    color: #7b8ca5;
}
.nav-item .nav-link {
    padding: 20px 32px;
}
.nav-item:first-child .nav-link {
    border-top-left-radius: 24px;
}
.nav-link.active {
    border: none;
}
.theme-white .nav-tabs .nav-item .nav-link {
    color: #90a1b9;
}
.activities {
    padding: 0px 25px;

}
.card-footer {
    background-color: #fff;
}
 .card-footer.chat-form {
    padding: 26px;
}
.addComment {
    padding: 50px 12px !important;
    border: 1px solid #e2e8f0 !important;
}
.addComment:focus-visible {
    outline: none !important;
    box-shadow: 0px 0px 0px 1px #1d81c2 !important;
}
.activities .activity .activity-detail {
    width: 100%;
    background-color: #fbfcfd;
    box-shadow: none;
    border: 1px solid #e2e8f0;
}
.activities .activity .activity-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    line-height: normal;
}
.activity-icon img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}
.activities .activity:before {
    left: 18px;
    top: 20px;
}
.theme-white .activities .activity:before {
    background-color: #e0e0e0;
}
.time-color {
    color: #90a1b9;
    font-size: 12px;
}
.text-time {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0px;
}
.edit-box {
    display: flex;
    justify-content: space-between;
}
.icon-box {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background-color: #ffffff;
    border: 2px solid #f1f5f9; /* slate-100 */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8; /* slate-400 */
    flex-shrink: 0;
    position: relative;
    z-index: 10;
}

.icon {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.activities .activity .activity-detail:before {
    color: #cfd8e3;
}
.text-job {
    color: #1d293d !important;
}
.cmt-text p {
    color: #45556c;
    font-weight: 600;
}
.tab-content {
    border-top: 1px solid #e5e9f2;
}
.text-job img {
    height: 14px;
}
.page-link {
    padding: 4px 8px;
}
.table-box div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 10px;
}
.sidebar-brand  {
    background-color: #fff !important;
}
.sidebar-wrapper.sidebar-brand {
    padding-top: -20px !important;
}
button:focus,
button:focus-visible,
button:active {
    outline: none;
    border: none;
    box-shadow: none;
}
.new_table_box #exampleTable_paginate {
    position: static !important;
    right: auto;
    bottom: auto;
}
.new_table_box .dataTables_filter {
    margin-top: 55px;
}
.main-sidebar {
    padding: 0px !important;
}
.sidebar .collapse {
    color: #fff !important;
}
.arrow-right-btn {
    font-size: 30px !important;
}


table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    opacity: 1 !important;
    display: block !important;
}
