@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: #490f30;
}

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: #490f30;
    color: #fff;
    border-color: #490f30;
}

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

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

.text-theme {
    color: #490f30 !important;
}

.bg-theme {
    background-color: #490f30 !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: #490f30;
    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: 50px;
}

@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: #490f30;
}

.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: #490f30;
    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: #490f30;
}

.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: #490f30 !important;
}

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

.card-btn {
    background: #490f30;
    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: 400px;
    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: #490f30;
    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: #490f30;
}

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

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

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

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

.arrow-buttons .disabled-btn i {
    color: #490f3061 !important;
}

.arrow-buttons .disabled-btn i:hover {
    cursor: not-allowed;
    color: #490f3061 !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 #490f30 !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: 170px;
  }
  
  .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: #d43d50;
    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: #d43d50;
    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;
}


/* HTML: <div class="loader"></div> */
.loader {
    width: 75px;
    height: 110px;
    aspect-ratio: .75;
    --c: no-repeat linear-gradient(#d43d50 0 0);
    background: var(--c) 0% 100%, var(--c) 50% 100%, var(--c) 100% 100%;
    background-size: 20% 65%;
    animation: l8 1s infinite linear;
  }
  @keyframes l8 {
    16.67% {background-position: 0% 0%  ,50% 100%,100% 100%}
    33.33% {background-position: 0% 0%  ,50% 0%  ,100% 100%}
    50%    {background-position: 0% 0%  ,50% 0%  ,100% 0%  }
    66.67% {background-position: 0% 100%,50% 0%  ,100% 0%  }
    83.33% {background-position: 0% 100%,50% 100%,100% 0%  }
  }

.main-loader {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease-in-out;
    z-index: 100000000;
    position: relative;
    background-color: white;
}
.updation-div span{
    text-align: center;
    padding-inline: 10px;
    background-color: #4a0f30;
    color: white;
    padding-block: 1px;
    margin-top: 15px;
}
#viewModal .modal-content,#pdfModal .modal-content,#audioModal .modal-content,#videoModal .modal-content{
    background: transparent !important;
    border: none;
}
.bt-0 {
    border-top: 0 !important;
}

.bb-0 {
    border-bottom: 0 !important;
}

.p-block-0 {
    padding-block: 0 !important;
}.reasonModal .modal-header{

    padding-block: 12px;
}.reasonModal .modal-title{
    font-size: 16px !important;
}.reasonModal p{
    font-size: 13px;
}.reasonModal textarea{
    background: #f2f2f2;
    border: #000000;
}.reasonModal .modal-footer{
    border: none;
    background: #f2f2f2;
}
.notification-menu p{
    margin: 0;
    font-size: 12px;
    color: #515151;
}td,th{
        text-wrap: balance !important;
        white-space: nowrap !important;
}
th, td {
    font-weight: normal !important;
    font-size: 13px !important;
}
.table-responsive thead{
    position: sticky;
    top: -1px;
    z-index: 0;
}
.table-responsive table{
    border-collapse: collapse;
}
.table-responsive{
    max-height: 70vh;
    position: relative;
    overflow-y: auto;
}th{
    background-color: white !important;
    
}th{ 
    font-weight: 500 !important;
    text-transform: uppercase !important;
    background-color: #490f30 !important;
    color: white !important;
    padding: 10px !important;
    font-size: 13px !important;
}.border-theme{
    border: 1px solid #490f30;
}.bi-check{
    font-size: 18px !important;
}.bi-x{
    font-size: 18px !important;
}.select2-container{
    width: 100% !important;
}