@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background-color: #f5f5f5;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    counter-reset: Serial Serial1;
    font-size: 14px !important;
    height: 100vh;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #212529;
}

a:hover {
    color: #3e4095;
}

table {
    border-collapse: separate;
}

.datatable tr td.sl:before {
    counter-increment: Serial;
    content: counter(Serial);
}

#cbTable tr td.sl:before {
    counter-increment: Serial1;
    content: counter(Serial1);
}

.none,
.none:active {
    background-color: transparent;
    width: 100%;
    border: none;
    outline: none;
}

.table th.fit,
.table td.fit {
    white-space: nowrap;
    width: 1% !important;
}
/* .table th.fit input,
.table td.fit input{
    width: 150px !important;
} */
/* .table td.fit2,
.table th.fit2{
    width: 30px !important;
} */
.minh-100 {
    min-height: 100% !important;
}

a {
    text-decoration: none;
}

hr {
    margin: 10px !important;
    border-top: 1px solid #dddddd !important;
}

.table a {
    color: #ffffff !important;
}

.table td {
    vertical-align: middle;
}

.btn-theme {
    background-color: #3e4095;
    color: #fff;
    border-color: #3e4095;
}

.btn-theme:hover {
    background: #3e4095;
    color: #fff;
}

.btn-theme:active {
    background: #3e4095;
    color: #fff;
}

.text-theme {
    color: #3e4095 !important;
}

.bg-theme {
    background-color: #3e4095 !important;
}

.bg-attempted-to-call {
    background-color: #4b6580 !important;
}

.bg-contact-in-future {
    background-color: #8e44ad !important;
}

.bg-contacted {
    background-color: #0fb9b1 !important;
}

.bg-not-contacted {
    background-color: #2c3e50 !important;
}

.bg-junk-lead {
    background-color: #e67e22 !important;
}

.bg-lost-lead {
    background-color: #ea2027 !important;
}

.bg-pending {
    background-color: #2980b9 !important;
}

.bg-success {
    background-color: #27ae60 !important;
}

.lead-card {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 15px;
}

.inactive-input,
.inactive-input:active {
    width: 100%;
    border: none;
    border-radius: 0;
    outline: none;
    resize: none;
    background-color: transparent;
}

.sidebar {
    background: #fff;
    min-height: 100vh;
    padding: 10px;
    height: 100vh;
    overflow-y: scroll;
}.sidebar::-webkit-scrollbar{
    display: none;
}

.sidebar .logo {
    padding-top: 25px;
    text-align: center;
}

.sidebar .sidebar-navs {
    margin-top: 30px;
    list-style-type: none;
    padding: 0;
}

.sidebar .sidebar-navs li {
    padding: 10px 5px 10px 15px;
    color: #333333;
    font-size: 13px;
    border-radius: 5px;
    margin-top: 5px;
}

.sidebar .sidebar-navs li i {
    margin-right: 5px;
}

.sidebar .sidebar-navs li:hover {
    background: #eeeeee;
    cursor: pointer;
}

.sidebar .sidebar-navs li.active {
    background-color: #3e4095;
    font-weight: 500;
    color: #fff;
}

.topbar {
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    min-height: 70px;
    padding: 10px 20px;
    height: 100%;
}

.user {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.user .desg {
    font-size: 12px;
}

.user img {
    width: 40px;
    /* border-radius: 50% !important; */
    height: 40px;
    object-fit: cover;
}

@media only screen and (max-width: 400px) {
    .user img {
        width: 30px;
    }

    .topbar {
        min-height: 0;
        margin-top: 90px;
        height: auto;
    }

    .notification-menu {
        transform: translate(0px, 43px) !important;
        width: 315px !important;
    }

    .sidebar {
        z-index: 2500;
        position: fixed;
        top: 0;
        box-shadow: 0 0 10px #00000066;
        width: 70%;
    }

    .sidebar img {
        width: 120px;
    }
}

.mob-nav {
    background: #fff;
    width: 100%;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
}

.mob-nav-btns {
    display: flex;
    align-items: center;
}

.hamburger i {
    font-size: 30px;
    color: #3e4095;
}

.search input {
    background: #f7f7f7c7;
    border: none;
}

.search button {
    background-color: #e0e0e0;
}

.main {
    margin-top: 15px;
}

.card {
    border: none;
}

.topbar .title {
    margin: 0;
    font-weight: 600;
}

footer {
    font-size: 14px;
    padding-right: 30px;
}

footer a {
    color: #3e4095;
    font-weight: bold;
}

.h-vh {
    min-height: 100vh;
}

.br-0 {
    border-radius: 0 !important;
}

.nav-dropdown {
    border-radius: 5px;
}

.bg-f5 {
    background: #f5f5f5;
}

.nav-subdropdown li {
    margin-top: 0px;
    padding: 10px 40px !important;
}

.nav-dropdown li.sub-active {
    font-weight: bold;
    color: #3e4095;
}

.form-control::placeholder {
    font-size: 14px;
}

.form-label {
    font-size: 13px;
}

.close-btn {
    background: none;
    border: none;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 25px;
}

.fs-50 {
    font-size: 50px!important;
}

.fs-30 {
    font-size: 30px!important;
}

.fs-35 {
    font-size: 35px!important;
}

.fs-25 {
    font-size: 25px!important;
}

.fs-20 {
    font-size: 20px!important;
}

.fs-19 {
    font-size: 19px!important;
}

.fs-18 {
    font-size: 18px!important;
}

.fs-17 {
    font-size: 17px!important;
}

.fs-16 {
    font-size: 16px!important;
}

.fs-15 {
    font-size: 15px!important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-11 {
    font-size: 11px!important;
}

.pro-img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.form-control {
    padding: 0.225rem 0.75rem !important;
    font-size: 15px !important;
}

.status-badge {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 5px;
}

.search-card {
    text-align: left;
    margin: 10px;
    border: 2px solid #f5f5f5;
    border-radius: 10px;
    padding: 10px;
}

.cdetails a {
    color: #212529 !important;
}

.cdetails a:hover {
    color: #3e4095 !important;
}

.br-5 {
    border-radius: 5px;
}

.card-btn {
    background: #3e4095;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.card-btn:hover {
    background: #7d1328a1;
}

#lightgallery {
    list-style-type: none;
}



.icon-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #333333;
    background: #dddddd;
    border: none;
    outline: none;
    border-radius: 50%;
}

.icon-button:hover {
    cursor: pointer;
}

.icon-button:active {
    background: #cccccc;
}

.icon-button__badge {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    background: red;
    outline: 2px solid #fff;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.notification-menu {
    position: absolute;
    inset: 0px 0px auto auto;
    margin: 0px;
    transform: translate(-12px, 43px);
    z-index: 1000;
    background-color: #fff;
    list-style-type: none;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 10px 0px 10px 0px;
    width: 350px;
    overflow-y: scroll;
    min-height: 100px;
    max-height: 300px;
}

.top-text-block {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: inherit !important;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}

.top-text-block:hover:before {
    content: '';
    width: 4px;
    background: #3e4095;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.top-text-heading {
    font-size: 14px;
}

.top-text-block.unread {
    background: #ffc;
}

.top-text-block .top-text-light {
    color: #999;
    font-size: 12px;
}

.top-head-dropdown .dropdown-menu {
    width: 350px;
    height: 300px;
    overflow: auto;
}

.top-head-dropdown li:last-child .top-text-block {
    border-bottom: 0;
}

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

@-webkit-keyframes spin-topbar {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-topbar {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.notify-close i {
    color: #3e4095;
}

.notify-close:hover {
    cursor: pointer;
}

.notify-close:hover i {
    color: rgb(0, 0, 0) !important;
}

.arrow-buttons i {
    font-size: 22px;
    color: #3e4095 !important;
}

.arrow-buttons i:hover {
    color: #000 !important;
}

.arrow-buttons .disabled-btn i {
    color: #3e409561 !important;
}

.arrow-buttons .disabled-btn i:hover {
    cursor: not-allowed;
    color: #3e409561 !important;
}

.divider {
    border-bottom: 1px dashed #ccc;
    margin: 10px 0px 10px 0px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}


.close-card {
    cursor: pointer;
}

@media only screen and (min-width: 1000px) {
    .w-md-50 {
        width: 50% !important;
    }
}

.text-justify {
    text-align: justify !important;
}

.message {
    background-color: #f5f5f5;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

#toast {
    position: fixed;
    top: 100px;
    left: 85%;
    padding: 15px;
    border-radius: 6px;
    background: rgb(196, 196, 196);
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: rgb(0, 0, 0);
}

#toast.show-toast {
    display: inline-block;
}

.show-toast {
    animation: showToast 0.3s ease-out;
}

.hide-toast {
    animation: hideToast 0.3s ease-in;
}

@keyframes showToast {
    from {
        top: 170px;
        opacity: 0;
    }

    to {
        top: 100px;
        opacity: 1;
    }
}

@keyframes hideToast {
    from {
        top: 100px;
        opacity: 1;
    }

    to {
        top: 20px;
        opacity: 0;
    }
}

.particle-error,
.permission_denied,
#particles-js {
    width: 100%;
    height: 100%;
    margin: 0px !important;
}

#particles-js {
    position: fixed !important;
    opacity: 0.23;
}

.permission_denied {
    background: #24344c !important;
}

.permission_denied a {
    text-decoration: none;
}

.denied__wrapper {
    max-width: 390px;
    width: 100%;
    height: 390px;
    display: block;
    margin: 0 auto;
    position: relative;
    margin-top: 8vh;
}

.permission_denied h1 {
    text-align: center;
    color: #fff;
    font-family: "Dosis", sans-serif;
    font-size: 60px;
    margin-bottom: 0px;
    font-weight: 800;
}

.permission_denied h3 {
    text-align: center;
    color: #fff;
    font-size: 19px;
    line-height: 23px;
    max-width: 330px;
    margin: 0px auto 30px auto;
    font-family: "Dosis", sans-serif;
    font-weight: 400;
}

.permission_denied h3 span {
    position: relative;
    width: 65px;
    display: inline-block;
}

.permission_denied h3 span:after {
    content: "";
    border-bottom: 3px solid #ffbb39;
    position: absolute;
    left: 0;
    top: 43%;
    width: 100%;
}

.denied__link {
    background: none;
    color: #fff;
    padding: 12px 0px 10px 0px;
    border: 1px solid #fff;
    outline: none;
    border-radius: 7px;
    width: 150px;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    display: block;
    margin-bottom: 40px;
    margin-top: 25px;
    font-family: "Dosis", sans-serif;
    font-weight: 400;
}

.denied__link:hover {
    color: #ffbb39;
    border-color: #ffbb39;
    cursor: pointer;
    opacity: 1;
}

.permission_denied .stars {
    animation: sparkle 1.6s infinite ease-in-out alternate;
}

@keyframes sparkle {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.3;
    }
}

#astronaut {
    width: 43px;
    position: absolute;
    right: 20px;
    top: 210px;
    animation: spin 4.5s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

@media (max-width: 600px) {
    .permission_denied h1 {
        font-size: 45px;
    }

    .permission_denied h3 {
        font-size: 16px;
        width: 200px;
        margin: 0 auto;
        line-height: 23px;
    }

    .permission_denied h3 span {
        width: 60px;
    }

    #astronaut {
        width: 35px;
        right: 40px;
        top: 170px;
    }
}

.saturn,
.saturn-2,
.hover {
    animation: hover 2s infinite ease-in-out alternate;
}

@keyframes hover {
    0% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(-3px);
    }
}

.mt-90{
    margin-top: 90px!important;
}
.text-white{
    color: white !important;
}

tr.disabled {
    background-color: #2e2e2e1f;
    font-style: italic;
    color: #6c6c6cd1;
}
th, td {
    text-wrap: balance !important;
}
.select2-selection.select2-selection--single{
    border-radius: 0 !important;
}.bootstrap-tagsinput{
    border-radius: 0!important;
}
.bootstrap-tagsinput .tag {
    margin-right: 2px !important;
    color: black !important;
    padding: 2px 10px !important;
    border: 1px dashed #3e4095 !important;
}.main-part{
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
}
.login-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    height: 100vh;
  }
  
  .login-section .container {
    display: flex;
    justify-content: center;
  }
  
  .login-div {
    background: #ffff;
    border-radius: 15px;
    height: 650px;
    overflow: hidden;
    /* width: 90%; */
  }
  
  .login-img {
    height: 650px;
  }
  .login-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  .login-mecjo-logo img {
    width: 130px;
  }
  
  .mecho-login-div {
    padding: 40px;
    height: 100%;
  }
  
  .login-page {
    width: 75%;
    margin-top: 20px;
  }
  
  .login-head {
    text-align: center;
  }
  
  .login-powered {
    text-align: center;
    position: relative;
    top: 20px;
  }
  
  .login-page .form-group {
    margin-top: 13px;
  }
  .login-page .form-group label {
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .login-page-div {
    display: flex;
    justify-content: center;
  }
  
  .login-page button {
    width: 100%;
    background: #3e4095;
    margin-top: 18px;
    color: #fff;
  }
  
  @media (max-width: 768px) {
    .mecho-login-div {
      padding: 20px;
      height: 100%;
    }
  
    .login-page {
      width: 100%;
      /* margin-top: 70px; */
    }
  
    .login-div {
      background: #ffff;
      border-radius: 15px;
      height: 550px;
      overflow: hidden;
      /* width: 95%; */
    }
    .login-powered {
      text-align: center;
      position: relative;
      /* top: 95px; */
    }
  
    .login-head p {
      font-size: 13px;
    }
  }
  
  @media (max-width: 1024px) {
    .login-page {
      width: 95%;
      /* margin-top: 120px; */
    }
  }
  .alert-error {
    color: #78261f;
    background-color: #fadbd8;
    border-color: #f8ccc8;
}.lead-dash-div{
    max-height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
}.myChart-div{
    height: 48vh;
}.chart-content{
    font-size: 12px;
}.report-icon-div{
    background-color: #3e4095;
    border-radius: 10px;
    color: whitesmoke;
    height: 70px;
}.report-icon-div i{
    font-size: 30px;
    color: #ffffff;
}.report-div .card{
    box-shadow: 2px 3px 6px -4px;
}.report-card-div:hover{
    box-shadow: 2px 3px 6px -4px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    transform: scale(1.02);
    opacity: 0.9;
    z-index: 10;
}
.bg-f5 .nav-subdropdown{
    background-color: #e5e5e5 !important;
}
.login-div{
    top: 50% !important;
    transform: translateY(-50%) !important;
    /* width: 30% !important; */
    z-index: 100;
    height: 500px !important;
    opacity: .85;
    padding: 8px;

}.login-section{
    position: relative;
    overflow: hidden;
}.mecho-login-div{
    padding: 0 !important;
    /* margin-top: 120px; */
}
/* table.dataTable.nowrap th, */
 table.dataTable.nowrap td {
    white-space: nowrap !important;
}footer{
    position: relative !important;
    bottom: 0 !important;
    right: 0 !important;
}.btn{
    border-radius: 0 !important;
}.dt-buttons{
    margin-bottom: 1rem !important;
}
input{
    border-radius: 0 !important;
}
thead{
    background-color: #3e4095 !important;
    color: #ffffff !important;

}

.loader {
    border: 5px solid white;
    border-radius: 50%;
    border-top: 5px solid #3e4095;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


select{
    border-radius: 0 !important;
}

.table td{
    white-space: nowrap !important;
}.white-space-pre{
    white-space: pre !important;
}
.selected, .displayed {
    margin: 0;
    padding-right: 10px;
    border-right: 1px dashed #c2c2c2;
    margin-right: 10px;
}.main-loader{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}.select2{
    width: 100% !important;
}th,td{
    white-space: pre !important; 
}

table{
    margin-bottom: 20px !important;
    border: 1px solid #d5d5d5 !important;
    font-size: 13px !important;
}

table thead{
    color: #fff !important;
    background-color: #3f4795 !important;
}

table thead th{
    font-weight: 500 !important;
    padding-block: 10px !important;
}

table{
    border-collapse: collapse !important;
}

table tr:nth-child(even) {
    background-color: #f4f4f4 !important;
}

.action-btn{
    font-size: 12px !important;
}
table .bi-check{
    font-size: 20px !important;
}
table .bi-x{
    font-size: 20px !important;
}th,td{
    font-weight: normal !important;
    font-size: 13px !important;
}table thead th {
    font-weight: normal !important;
    padding-block: 10px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}td.address{
    white-space: pre !important;
}
.table-responsive thead{
    position: sticky;
    top: 0;
    z-index: 1;
}
.table-responsive table{
    border-collapse: collapse;
}
.table-responsive{
    max-height: 70vh;
    position: relative;
    overflow-y: auto;
}.modal-header{
        border: none;
    padding: 15px;
}
.modal-body{
        padding-top: 0px;
}.profile-img {
    width: 100px !important;
}
.profile-img img{
    border-radius: 50% !important;
    width: 100% !important;
}.text-upper{
    text-transform: uppercase !important;
}.modal-body .btn-close{
    position: absolute;
    right: 20px;
}.title{
    font-size: 20px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}.current-department{
        color: white;
    padding-block: 6px;
    width: 100% !important;
    background: #3e4095 !important;
    border-radius: 30px;
}.current-department i{
    color: white !important;
}
  @media (min-width:400px)and (max-width: 575px) {
.margin-top-p{
    margin-top: 80px !important;
}
  }
  .search-div{
    gap: 5px !important;
  }.toggle-btn-perm{
        padding-block: 10px !important;
        border-radius: 20px !important;
        width: 10% !important;
    }.toggle-btn-label{
        width: 85% !important;
        float: initial;
    }