@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;
}

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

a:hover {
    color: #3f4795;
}

table {
    border-collapse: separate;
}


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

.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 !important;
    width: 1%;
}

.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: #3f4795;
    color: #fff;
    border-color: #3f4795;
}

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

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

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

.bg-theme {
    background-color: #3f4795 !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: 100%;
    overflow-y: auto;
}

.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 20px;
    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: #3f4795;
    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; */
    }

    .topbar-col{
        margin-top: 80px;
    }

    .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: #3f4795;
}

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

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

.main {
    /* margin-top: 15px; */
    height: 89vh;
}

.card {
    border: none;
}

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

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

footer a {
    color: #3f4795;
    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: #3f4795;
}

.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: #3f4795 !important;
}

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

.card-btn {
    background: #3f4795;
    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: #3f4795;
    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: #3f4795;
}

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

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

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

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

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

.arrow-buttons .disabled-btn i:hover {
    cursor: not-allowed;
    color: #3f479561 !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 #3f4795 !important;
}.main-part{
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
}


  .alert-error {
    color: #78261f;
    background-color: #fadbd8;
    border-color: #f8ccc8;
}.lead-dash-div{
    height: 48vh;
    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;


}.product-list-img{
    height: 175px;
    border-radius: 10px !important;
}.ProductList .card:hover{
    box-shadow: 2px 3px 6px -4px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    transform: scale(1.01);
    opacity: 0.9;
    z-index: 10;
}
.product-list-img img{
    width: 100% !important;
    object-fit: cover;
    height: 100%;
    border-radius: 5px !important;
    
}.item-sidebar .card{
    width: 100%;
    height: 80vh;

    overflow: hidden;
    overflow-y: scroll;
}.item-sidebar .card::-webkit-scrollbar{
    display: none;
}.sidebar-items{
    height: 65px;
}.sidebar-items img{
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}.item-sidebar-card{
    height: 73%;
    overflow: hidden;
    overflow-y: scroll;
}.item-sidebar-card::-webkit-scrollbar{
    display: none;
}.product-count {
    width: 100%;
}

.product-count span.num {
    pointer-events: none;
}

.product-count {
    height: 25px;
    /* width: 80px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;

    gap: 5px;
}.counter-input{
    padding: 1px 9px;
    border: 1px solid #e5e5e5;
}.counter-button{
    padding: 2px 10px;
    background: #dddddd;
    border-radius: 5px;
}

.login-page {
    width: 100%;
    height: 100vh;
  }
  
  .login-singup-div {
    width: 100%;
    height: 100vh;
  }
  
  .login-logo {
    position: fixed;
    z-index: 1;
    width: 190px;
    top: 50px;
    left: 80px;
  }
  
  .login-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
    /* border-radius: 0px 90px 0px 0px; */
  }
  
  .login-singup {
    position: relative;
    padding: 0px 50px 0px 50px;
    top: 45%;
    text-align: center;
    color: #fff;
  }
  
  .login-singup button {
    border: 1px solid #fff;
    color: #fff;
  }
  
  .login-head {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  
  .login-head p {
    width: 70%;
    color: gray;
  }
  
  .login-form-div {
    width: 60%;
  }
@media only screen and(max-width:1024){
    .w-lg-25{
        width: 25% !important;
    }
    
}


.alert-error {
    color: #78261f !important;
    background-color: #fadbd8 !important;
    border-color: #f8ccc8 !important;
}.item-total-card{
    border: 1px dashed;
    padding: 25px;
    position: absolute;
    bottom: 15px;
    /* height: 100px; */
    width: 92%;
}

/* .topbar-col{
    height: 6vh !important;
} */
table th{
    white-space: nowrap !important;
}
table td{
    white-space: nowrap !important;
} 
.custom-card {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.main-loader {
    display: block;
    height: 100vh;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.852);
    position: fixed;
    width: 100%;
    z-index: 10000;
}

.dp {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    object-fit: cover;
}

 .loader-img{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .loader-img img {
    animation: upDown 1s ease-in-out infinite;
  }
  @keyframes upDown {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-40px);
    }
    100% {
      transform: translateY(0);
    }
  }

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

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

#quotation table thead th{
    font-weight: 600;
    padding-block: 10px;
}

#quotation table{
    border-collapse: collapse;
}

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

.fw-bold{
    font-weight: 600!important;
}

.bg-priority{
    background-color: #ff00002b!important;
}

.select2-container--default.select2-container.readonly-select {
    pointer-events: none;
  }


  .table-responsive{
    height: 625px;
    position: relative;
    overflow-y: auto;
}


.table-responsive thead{
    position: sticky;
    top: 0;
    z-index: 0;
}

.table-responsive.no-limit{
    height: auto;
}


.table-responsive.no-limit thead{
    position: static;
}

.medium-password {
    background-color: #b7d60a;
    border: #BBB418 1px solid;
}

.weak-password {
    background-color: #ce1d14;
    border: #AA4502 1px solid;
}

.strong-password {
    background-color: #12CC1A;
    border: #0FA015 1px solid;
}

.input-group-addon {
    padding: 6px !important;
}

.white-space-nowrap{
    white-space: nowrap!important;
}

.w-5 { width: 5% !important; }
.w-10 { width: 10% !important; }
.w-15 { width: 15% !important; }
.w-20 { width: 20% !important; }
.w-25 { width: 25% !important; }
.w-30 { width: 30% !important; }
.w-35 { width: 35% !important; }
.w-40 { width: 40% !important; }
.w-45 { width: 45% !important; }
.w-50 { width: 50% !important; }
.w-55 { width: 55% !important; }
.w-60 { width: 60% !important; }
.w-65 { width: 65% !important; }
.w-70 { width: 70% !important; }
.w-75 { width: 75% !important; }
.w-80 { width: 80% !important; }
.w-85 { width: 85% !important; }
.w-90 { width: 90% !important; }
.w-95 { width: 95% !important; }
.w-100 { width: 100% !important; }

#quotation .input-group > :first-child{
    width: 35%!important;
}

#quotation .input-group > :nth-child(2){
    width: 65%!important;
}

@media (min-width: 768px) {
    .w-md-auto {
      width: auto !important;
    }
  }

  .sub-main{
    padding: 20px 80px;
  }

  @media (max-width:700px){
    .sub-main{
        padding: 20px;
      }
  }

  .dataTables_filter{
    margin-bottom: 10px!important;
  }


  .graph-progress{
    position: relative;
  }

    .graph-progress .achieve-bar{
    z-index: 1;
  }

  .graph-progress .target-bar{
    position: absolute;
    left: 0;
    height: 100%;
  }


  .select2-container--default .select2-selection--single{
    border: none;
  }

.select2-container{  
    width: 100%!important;
    border: 1px solid #ced4da!important;
  }