@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Mende+Kikakui&family=Nunito:wght@300;400;500;600;700&display=swap');
body{
    background-color: rgba(202, 202, 219,.4);
    font-family: 'Noto Sans Mende Kikakui', sans-serif;
}
:root
{
    --dark-body: #4d4c5a;
    --dark-main: #141529;
    --dark-second: #79788c;
    --dark-hover: #323048;
    --dark-text: #f8fbff;
    --light-body: #f3f8fe;
    --light-main: #fdfdfd;
    --light-second: #c3c2c8;
    --light-hover: #edf0f5;
    --light-text: #151426;
    --blue: #007497;
    --white: #fff;
    --shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    --font-family: cursive;
    --bg-body: var(--light-body);
    --bg-main: var(--light-main);
    --bg-second: var(--light-second);
    --color-hover: var(--light-hover);
    --color-txt: var(--light-text);
}


.pd-20{
    padding: 20px;
}
.pd-10{
    padding:10px ;
}
.pd-btn{
    padding: 3px 7px;
    font-size: 15px;
}
.pd-40{
    padding: 40px;
}
.card {
    border: 0;
    border-radius: 0;
}
.tx-white{
    color: white;
}
.tx-spacing-1 {
    letter-spacing: 0.5px;
}
.tx-uppercase {
    text-transform: uppercase;
}
.tx-15 {
    font-size: 15px;
}
.bt{
    border-top: 1px solid rgba(250,250,250,.2);
}
.tx-11 {
    font-size: 13px;
}
.tx-10 {
    font-size: 11px;
}
.tx-white-6 {
    color: rgba(255, 255, 255, 0.8);
}
.mg-b-0 {
    margin-bottom: 0px;
}
.pd-t-10 {
    padding-top: 10px;
}
.mg-t-15 {
    margin-top: 15px;
}
.bd-white-2 {
    border-color: rgba(255, 255, 255, 0.2);
}
.bd-t {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
a{
    text-decoration: none;
}
.index{
    margin-left: 250px;
    padding: 0px;
    transition: 0.3s all ease-in-out;
}
.mobile-nav{
    display: none;
}
.sidenav {
    width: 260px;
    z-index: 1000;
    background: #313a46;
    bottom: 0;
    left: 0;
    position: fixed;
    overflow-y: auto;
    top: 0;
    -webkit-box-shadow:  0px 0px 35px 0px rgba(154, 161, 171, 0.15);
    box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);

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

.sidenav.active a span{
    display: none !important;
    transition: 0.5s;
}
.sidenav.active a{
    padding: 8px;
}
.sidenav.active a svg{
    font-size: 16px;
    margin-right: 10px;
}
.sidenav a {
    padding: 8px 20px 8px 20px;
    text-decoration: none;
    font-size: 15px;
    color: white;
    font-weight: 300;
    display: block;
    transition: 0.5s;
    margin: 10px 10px;
    opacity: .7;
    position: relative;
    letter-spacing: .6px;
}
.sidenav .collapse a{
    padding: 4px 20px 4px 20px;
    text-decoration: none;
    font-size: 14px;
    color: white;
    font-weight: 300;
    display: block;
    transition: 0.5s;
    margin: 10px 10px;
    opacity: .7;
    position: relative;
    letter-spacing: .6px;
}
.sidenav a i{
    font-size:18px ;
    color: white;
    margin-right: 10px;
}
.sidenav .collapse a i,
.sidenav .collapse a svg
{
    font-size:15px ;
    color: white;
    margin-right: 10px;
}
.sidenav a svg{
    font-size:18px ;
    color: white;
    margin-right: 10px;
}
.sidenav a.active{
    color: white;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0,0,0,.5);
    opacity: 1;

}
.sidenav .logo{
    display: grid;
    align-items: center;
    height: 74px;
    text-align: center;
    background: white;
    width: 100%;
    padding: 0px 20%;
}
.sidenav .logo img{
    width: 70%;

    margin: auto;
    height: auto;
}
.sidenav a:hover {
    color: #ffffff;
    opacity: 1;
}
.sidenav .list{
    padding: 30px 0px;
}
.navbar{
    background: white;
}
#main span {
    font-size: 26px;
    color: black;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    margin-left: 20px;

}
#main span.openbtn{
    display: none;
    transition: 0.3s all ease-in-out;
}
#main{
    transition: 0.3s all ease-in-out;
}


button{
    outline: none !important;
    box-shadow: none !important;
}
.navbar{
    padding: 10px 30px 10px 0px;
    height: 74px;
}
.navbar .navbar-nav{
    margin-left: auto;
}

.tc-section{
    padding: 15px 30px;
}

.sparkline2{
    font-size: 60px;
    color: white;
    text-align:top;
    padding: 0px 10px;
}
.journey{
    padding: 30px 0px;
    margin-top: 30px;
    background-color: white;
}
.section-header{
    color: #1c1f23;
    font-size: 21px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 30px;
    position: relative;
    width: fit-content;
}
.section-header::after{
    content: " ";
    width: 100px;
    height: 2px;
    position: absolute;
    right:-80px;
    top: 60%;
    background-color: #1c1f23;
}
.timeline {
    white-space: nowrap;
    overflow-x: hidden;
}

.timeline ol {
    font-size: 0;
    width: auto;
    padding: 140px 0;
    transition: all 1s;
    background: white;
}


.timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 22%;
    height: 3px;
    background: orange;
}


.timeline ol li:not(:last-child)::before{
    content: '';
    position: absolute;
    top: 50%;
    left: calc(0% + 1px);
    bottom: 0;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 3px solid orange;
    background: #ffffff;
}
.timeline ol li:not(:last-child)::after{
    content: '';
    position: absolute;
    top: -3px;
    left: 6px;
    bottom: 0;
    width: 10px;
    height: 10px;
    /* transform: translate(-50%, -50%); */
    border-radius: 50%;
    border: 0px solid orange;
    background: orange;
}

.timeline ol li div {
    position: absolute;
    left: calc(0% + 7px);
    width: 280px;
    padding: 15px;
    font-size: 1rem;
    white-space: normal;
    color: black;
    background: rgba(0,0,0,.2);
}

.timeline ol li div::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ol li:nth-child(odd) div {
    top: -16px;
    transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
    top: 100%;
    border-width: 8px 8px 0 0;
    border-color: rgba(0,0,0,.2) transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
    top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
    top: -8px;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent rgba(0,0,0,.2);
}

.timeline time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}
.table{
    padding: 30px 0px;
}
h2.card-title{
    margin: 0;
    padding: 12px;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px !important;
    border-bottom: 1px solid #111;
    vertical-align: middle;
    font-size: 14px;
}
.nav-tabs li{
    background: gray;
}
.nav-tabs li button.active{
    background: #1a202c;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: rgba(0,0,0,.5);
    border: 1px solid white;
    border-top-left-radius: 0rem;
    border-top-right-radius: .25rem;
    color: white;
    outline: none !important;
    box-shadow: none !important;
    font-size: 16px;
    padding: 10px 20px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0a58ca;
    border-color: #dee2e6 #dee2e6 #fff;
}

.login-section{
    width: 100%;
    height: 100vh;
    display: grid;
    /*background: url("http://127.0.0.1:8000/images/login_bg2.jpg");*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    padding: 100px 200px;
    align-items: center;
    background: white;
}
.login-section-content{
    background: url("http://127.0.0.1:8000/images/login_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: grid;
    align-items: center;
    padding: 70px ;
}
.login-section .card{
    background: white;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: grid;
    align-items: center;
    margin: 0px;
    height: 400px;
    padding: 30px;
}
.login-section .form-group{
    position: relative;
    margin-bottom: 34px;
    border-bottom: 1px solid gray;
}
.login-section-content svg{
    position: absolute;
    left: 10px;
    font-size: 26px;
    top: 5px;
    color: blue;
    width: 30px !important;
    padding-right: 10px;

}
.login-section .form-group .form-control{
    border: 0px;
    box-shadow: none !important;
    outline: none;
    margin-left: 30px;
    display: block;
    width: 90%;
    font-size: 16px;
    padding-left: 20px;
    height: 36px;
    margin-bottom: 0px;

}
.login-section .form-control:focus ~ .login-section .form-group {
    border-bottom: 1px solid blue;
}
.login-section h4{
    text-align: center;
    font-size: 18px;
    margin-bottom: 24px;
    font-family: system-ui;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
    font-size: 14px;
    color: gray;
}
.login-section .forget{
    font-size: 14px;
    color: blue;
    text-align: right;
}
.login-section .btn-info{
    width: 100%;
    text-align: center;
    background: blue;
    font-size: 18px;
    height: 40px;
    box-shadow: none;
    outline: none !important;
    color: white;
    letter-spacing: 1px;
}
.login-section .logo img{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.login-section .logo p{
    font-size: 18px;
    color: gray;
    line-height: 28px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1px;
    font-family: sans-serif;
    text-align: center;
}




/*======= Dash Board Css ========*/

.dashboard-header{
    width: 100%;
    padding: 10px;
}
.dashboard-header h3{
    color: #000;
    font-size: 18px;
}
.dashboard-header h3 span{
    color: #12488f;
    font-size: 20px;
}

.dashboard-header.datetime{
    text-align: right;
    padding: 0px;
    display: inline-flex;
    width: 50%;
    float: right;
    margin-right: 15px;
}
.dashboard-header .input-group-text{
    background: #41a122;
    color: white;
    font-size: 13px;
    padding: 8px;
}
.dashboard-header .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin-right: 10px;
}
.dashboard-header input{
    padding: 5px 4px;
    box-shadow: none !important;
    outline: none !important;
    border: 0px solid #41a122;
    background: rgba(250,250,250,.5);
    padding-left: 4px;
    font-size: 14px;
}

.form-control:disabled, .form-control[readonly] {
    background: rgba(250,250,250,.8);
    opacity: 1;
}
.dashboard-header .datetime .date{
    width: auto;
    margin: 0px 10px;
    padding: 8px 15px;
    background: whitesmoke;
    border-radius: 7px;
    color: gray;
}
.card.box-card{
    background: white;
    width: 100%;
    height: 90%;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    display: grid;
    align-items: center;
}

.card.box-card h6.title{
    color: #000000;
    font-size: 14px;
    padding: 5px 0px 10px 0px;
    text-decoration: none;
    font-weight: 600;
    opacity: .7;
    text-transform: capitalize;
}
.card.box-card .icon{
    padding: 10px;
    border-radius: 10px;
}
.card.box-card .icon svg{
    font-size: 24px;
    color: #41a122;
}
.card.box-card .icon i {
    font-size: 24px;
    color: #41a122;
}
.card.box-card .count{
    font-size: 17px;
    font-weight: bold;
    color: gray;
    padding-left: 10px;

}
.custom-card-footer{
    border-top: 1px solid darkgrey;
    padding: 5px 0px;
    margin: auto 0px;

}
.custom-card-footer span{
    font-size: 14px;
    font-weight: 500;
    opacity: .8;
    color: #12488f;

}
.custom-card-footer h6{
    font-size: 16px;
    padding: 6px 3px;
    opacity: .8;
    font-weight: bold;
    text-decoration: none;
    color: grey;
}
.page-header{
    font-size: 19px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #12488f;
    opacity: .7;
}
.chart-count{
    color: #41a122;
    font-size: 19px;
    font-weight: bold;
    padding-right: 20px;
}
.sales-detail{
    background: rgba(250,250,250,.8);
    padding: 20px 50px;
}

.sales-detail h5{
    color: black;
    opacity: .7;
    font-weight: normal;
    font-size: 16px;
}

.sales-detail h3{
    font-size: 17px;
    color: black;
    font-weight: normal;
}
.sales-detail .current-month svg{
    color: #41a122;
}
.sales-detail .prev-month svg{
    color: #14a1da;
}
.document-view svg{
    color: darkred;
    font-size: 50px;
    margin-left: 20px;
}
#documentViewModal .btn-close{
    text-align: center;
    height: 20px;
    display: grid;
    align-items: center;
    padding: 10px 20px;
}
#documentViewModal .modal-image{
    width: 100%;
    overflow-x: hidden;
    height: auto;
}
#documentViewModal embed {
    display: block;       /* iframes are inline by default */
    background: #000;
    border: none;         /* Reset default border */
    height: 100vh;        /* Viewport-relative units */
    width: 100%;
}
#documentViewModal .btn-download{
    padding: 10px 20px;
    outline: none;
    box-shadow: none;

}
#documentViewModal .btn-group{
    position: absolute;
    top: 5px;
    right: 0px;
    background: white;
    opacity: 1;
    text-align: center;
}
#documentViewModal .btn-group a svg{
    color: #12488f;
    font-size: 18px;
}
.filter-price{
    width: 90%;
    height: 35px;
    color: black;
    font-size: 16px;
    font-weight: bold;
    background: rgba(0,0,0,.1);
    border: 1px solid gray;
    border-radius: 4px;
    display: grid;
    align-items: center;
    padding-left: 10px;
}
.btn-info{
    background: #12488f;
    color: white;
    border: 0px;
    outline: none;
    box-shadow: none;
}

.bg-lightgreen{
    background: rgba(66, 161, 34,.1);
}
.bg-lightinfo{
    background: rgba(18, 72, 143,.5);
}
.tx-22{
    font-size: 22px;
}
.om-table tr{
    align-items: center;
}

.om-table td{
    font-size: 13px;
    text-align: center;
    vertical-align: middle;

}
.om-table tr th {
    padding: .4rem .2rem;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    line-height: 20px;
    color: white;
    /* height: 20px; */
}
span.amount-box{
    width: fit-content;
    padding: 8px 15px;
    background: rgba(66, 161, 34,.5);
    color: black;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-left: 10px;
    border-radius: 4px;
}

.lead-link{
    padding: 8px 8px;
    font-size: 12px;
    font-weight: 600;
    margin: 7px 3px;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 3px;
    display: inline-block;
}
.lead-link.all{
    color: white;
    background: #2d3748;
}
.lead-link.hot{
    color: white;
    background: #6a1a21;
}
.lead-link.buffer{
    color: white;
    background: #610646;
}
.lead-link.warm{
    color: white;
    background: #0c4128;
}
.lead-link.fresh{
    color: white;
    background: #0a53be;
}
.lead-link.cold{
    color: white;
    background: #20c997;
}
.lead-link.customer{
    color: white;
    background:#1c1f23 ;
}

.lead-link.assign{
    color: white;
    background:#664d03 ;
}
.lead-table{
    position: relative;
}
.lead-table tr{
    position: relative;
}
.lead-action{
    padding: 10px 15px;
    background: white;
    z-index: 99;
    display: inline-flex;
    text-align: center;
    margin: 0px;

}
.lead-action-link{
    cursor: pointer;
}


.lead-action li{
    display: inline-block;
    font-size: 20px;
    margin: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    align-items: center;
    background: rgba(66, 161, 34,.2);
    border-radius: 50%;
    padding: 5px 0px;
    opacity: .7;
    cursor: pointer;
}
.lead-action li.assinged{
    background:#12488f !important;
}
.lead-action li:hover{
    opacity: 1;
}
.lead-action li .mail{
    color: firebrick;
}
.lead-action li .whatsapp{
    color: green;
}
.lead-action li .customer{
    color: black;
}
.lead-action li .remarks{
    color: #12488f;
}

.table{
    transition: 0.5s all ease-in-out;
}
.table-dark {
    --bs-table-bg: #12488f;
    --bs-table-striped-bg: #12488f;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #12488f;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #12488f;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e;
}
th{
    font-size: 15px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 4px 5px;
    font-size: 13px;
}
.dataTables_wrapper .dataTables_length {
    float: left;
    font-size: 14px;
}
.btn{
    font-size: 13px;
}
.multiselect {
    width: 200px;
}

.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;
    font-weight: bold;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
}

#checkboxes label {
    display: block;
}

#checkboxes label:hover {
    background-color: #1e90ff;
}
.btn-head{
    float: right;
    margin-right: 15px;
}
.card-title br{
    display: none;
}
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    font-size: 14px;
    font-weight: 600;
    color: #12488f;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    padding: 5px 10px;
    background-color: #41a122;
    font-weight: 400;
}

.userChart .apexcharts-legend-text {
    position: relative;
    font-size: 11px !important;
}
.userChart .apexcharts-legend-marker{
    background: rgb(254, 176, 25) !important;
    color: rgb(254, 176, 25);
    height: 9px !important;
    width: 9px !important;
    left: 0px;
    top: 0px;
    border-width: 0px;
    border-color: rgb(255, 255, 255);
    border-radius: 12px;
}
td.product{
    word-wrap: break-word !important;
    white-space: pre-wrap !important;
}
td.remarks{
    word-wrap: break-word !important;
    white-space: pre-wrap !important;
    font-size:12px;
}
a{
    color: #41a122;
}

.follow_up_list{
    width: 100%;
    padding: 20px 30px;
    list-style-type: none;
    max-height: 400px;
    overflow-y: auto;
}
.follow_up_list li{
    width: 100%;
    padding: 10px;
    background: white;
    color: black;
    font-size: 14px;
    font-weight: normal;
    position: relative;
}
.follow_up_list li span {
    color: #12488f;
    font-size: 13px;
    font-weight: 600;
}
.follow_up_list li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #41a122;
    transform: rotate(45deg);
    position: absolute;
    top: 25%;
    left: -13px;
    z-index: 1;
}
.follow_up_list li:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #12488f;
    position: absolute;
    top: 0%;
    left: -2%;
    z-index: 0;
}

#leadsRemarkdModal .modal-header h1{
    width: 50%;
    font-size: 19px;
    color: #12488f;
    font-weight: 600;
}

#leadsRemarkdModal .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    padding: 5px 10px;
    background-color: #41a122;
    font-weight: 400;
    font-size: 13px;
    margin: 0px;
}
#leadsRemarkdModal .nav-pills .nav-link{
    color: #12488f;
    padding: 5px 10px;
    background-color: white;
    font-weight: 600;
    font-size: 13px;
    margin: 0px;
}

#MoreFollowupModal .btn-close{
    float: right;
}
div.next-date{
    padding: 10px;
    font-size: 15px;
    color: black;
}
div.next-date span{
    color: #12488f;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
}
#MoreFollowupModal p{
    font-size: 15px;
    padding: 10px;
    color: rgba(0,0,0,.8);
}
a.back{
    outline: none;
    color: black;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
}

#scoreBoard ul li{
    display: inline-block;
}
#scoreBoard .nav {
    text-align: right;
    align-items: flex-end;
    display: block;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.sale_add{
    width: 50%;
    float: right;
}
.sale_add .dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    clear: both;
    font-size: 14px;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    transition: 0.3s all ease;
}
.sale_add .dropdown-menu {
    padding: .9rem 0;
}
.sale_add a svg{
    color: #41a122;
    font-size: 16px;
    transition: 0.3s all ease;
}
.sale_add a:hover{
    color: #41a122;
    transition: 0.3s all ease;
}
.sale_add a:hover svg{
    color: #12488f;
    transition: 0.3s all ease;
}

.select2-container{
    display: block;
    width: auto;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    display: none;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px solid #aaa;
    border-radius: 4px;
}

.invoice h4{
    font-size: 16px;
    font-weight: bold;
    padding: 8px 10px;
    color: #12488f;
    opacity: .8;
}
.invoice h5{
    font-size: 15px;
    padding: 2px 10px;
    color: #12488f;
    opacity: .7;
}
.invoice h5 span{
    font-size: 14px;
    padding: 0px 5px;
    color: #1f2937;
}
.invoice label{
    font-size: 15px;
    padding: 2px 10px;
    color: #12488f;
    opacity: .7;
}
.invoice th{
    vertical-align: middle;
    white-space: nowrap;
    font-size: 13px;
}
.invoice table td{
    border: 1px solid rgba(0,0,0,.2);
    padding: 0px;
}
.invoice table .form-control ,
.invoice table .form-select{
    border: 0px;
    outline: 0;
    box-shadow: none;
    font-size: 13px;
}
.invoice table textarea[id='product_detail']:focus{
    width: 300px;
    height: 50px;
    row-span: 2;
    transition: 0.3s all;
}
.gross h5{
    display: flex;
    align-items: baseline;
}
.gross .form-control{
    border: 0px;
    outline: 0px;
    box-shadow: none;
    padding:0px 30px;
    background: transparent;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.gross table td{
    border: 0px;
    vertical-align: middle;
}
.gross .paid-amount td{
    border: 1px;
    vertical-align: middle;
    padding: 5px 0px;
}

.gross table tr.all-total{
    background: #12488f;
    color: white;

}
.gross table tr.all-total td{
    padding: 10px;
    color: white;!important;
}
.gross table tr.all-total td h5{
    color: white !important;
    opacity: 1 !important;
   margin: 0px;
}
.gross table tr.all-total td .form-control{
    color: white !important;
}

.gross .paid-amount .form-control{
    padding: 6px 30px;
    width: 100%;
    border: 1px solid grey;
    font-size: 15px;
}
.table-invoice .btn{
    font-size: 13px;
    padding: 2px 7px;
}
.customer-search{
    position: relative;
}
.search_result{
    position: absolute;
    width: 100%;
    height: auto;
    top: 100%;
    z-index: 99;
    left: 0;
    background: white;
    display: none;
}
.search_result ul{
    padding: 0px;
    list-style-type: none;
}
.search_result ul li{
    padding: 10px 5px;
    background: rgba(0,0,0,.02);
    font-size: 14px;
    cursor: pointer;
}
.product-card{
    margin-bottom: 20px;
    position: relative;
    background: rgba(66, 161, 34,.1);
    box-shadow: 1px 1px 2px  rgba(66, 161, 34,.5);
    overflow:hidden !important;
}
.product-card a.filename{
    color: #41a122;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    width: 55%;
}
.product-card .name{
    font-size: 12px;
    font-weight: bold;
    color: #12488f;
    text-align: left;
}
.product-card i{
    font-size: 14px;
    color: red;
}
.product-icon-list{
    list-style-type: none;
    text-align: right;
    margin: 0px;
    padding: 0px;
    width: 45%;
}

.category_list{
    list-style-type: none;
}
.category_list li{
    padding: 10px ;
    background:#279103;
    margin: 10px 0px;
    transition: all 0.5s ease;
}
.category_list li a{
    color: white;
    font-size: 14px;
    font-weight: bold;
}
.category_list li:hover{
    background: #12488f;
    transition: all 0.5s ease;
    margin-right: 10px;
}
.category_list li.active{
    background: #12488f;
    transition: all 0.5s ease;
}
.fileimageWrap{
       width: 100%;
    height: 180px;
    overflow: hidden !important;
    display: flex;

}
.fileTxt{
       background-color: white;
    overflow: hidden !important;
    width: auto;
    height: 100%;
    max-width: 100%;
    min-height: auto;
    object-fit: cover;
    object-position: top;
}

.product-detail{
    display: flex;
    background: white;
    padding: 10px ;
}
.category-box.marketing{
    background: linear-gradient(125deg, #41a122 ,#015985) !important;
}

.category-box{
    width: 100%;
    height: 100px;
    text-align: center;
    display: grid;
    align-items: center;
    color: white;
    background: linear-gradient(45deg, #41a122 , #12488f);
    margin-bottom: 20px;
    box-shadow: 0px 1px 2px #41a122;
}
.category-box a{
    font-size: 18px;
    color: white;
    font-weight: bold;
    font-family: 'Alexandria', sans-serif;
}
.video{
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    position: relative;
}
.video iframe{
    width: 100%;
    height: 100%;
}
.video .product-detail{
    position: absolute;
    right: 0;
    bottom: -5px;
    background: white;
    width: 100%;
}

.video  .product-card .name{
    font-size: 12px;
    font-weight: bold;
    color: #12488f;
    text-align: left;
}

.video  .product-icon-list{
    list-style-type: none;
    text-align: right;
    margin: 0px;
    padding: 0px;
    width: 45%;
}

object::-webkit-scrollbar {
  width: 5px !important;
}

embed::-webkit-scrollbar {
  width: 5px !important;
}
embed{
    overflow:hidden !important;
    display:flex !important;
    width:100% !important;
    min-height:101% !important;
}


.remove-item{
    margin-top: 33px;
}
.calendar {
    height: max-content;
    width: max-content;
    background-color: var(--bg-main);
    border-radius: 30px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.light .calendar {
    box-shadow: var(--shadow);
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
    font-weight: 600;
    color: var(--color-txt);
    padding: 10px;
}

.calendar-body {
    padding: 10px;
}

.calendar-week-day {
    height: 50px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    font-weight: 600;
}

.calendar-week-day div {
    display: grid;
    place-items: center;
    color: var(--bg-second);
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    color: var(--color-txt);
}

.calendar-days div {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: relative;
    cursor: pointer;
    animation: to-top 1s forwards;
}

.calendar-days div span {
    position: absolute;
}

.calendar-days div:hover span {
    transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
}

.calendar-days div span:nth-child(1),
.calendar-days div span:nth-child(3) {
    width: 2px;
    height: 0;
    background-color: var(--color-txt);
}

.calendar-days div:hover span:nth-child(1),
.calendar-days div:hover span:nth-child(3) {
    height: 100%;
}

.calendar-days div span:nth-child(1) {
    bottom: 0;
    left: 0;
}

.calendar-days div span:nth-child(3) {
    top: 0;
    right: 0;
}

.calendar-days div span:nth-child(2),
.calendar-days div span:nth-child(4) {
    width: 0;
    height: 2px;
    background-color: var(--color-txt);
}

.calendar-days div:hover span:nth-child(2),
.calendar-days div:hover span:nth-child(4) {
    width: 100%;
}

.calendar-days div span:nth-child(2) {
    top: 0;
    left: 0;
}

.calendar-days div span:nth-child(4) {
    bottom: 0;
    right: 0;
}

.calendar-days div:hover span:nth-child(2) {
    transition-delay: 0.2s;
}

.calendar-days div:hover span:nth-child(3) {
    transition-delay: 0.4s;
}

.calendar-days div:hover span:nth-child(4) {
    transition-delay: 0.6s;
}

.calendar-days div.curr-date,
.calendar-days div.curr-date:hover {
    background-color: var(--blue);
    color: var(--white);
    border-radius: 50%;
}

.calendar-days div.curr-date span {
    display: none;
}

.month-picker {
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
}

.month-picker:hover {
    background-color: var(--color-hover);
}

.year-picker {
    display: flex;
    align-items: center;
}

.year-change {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 10px;
    cursor: pointer;
}

.year-change:hover {
    background-color: var(--color-hover);
}

.calendar-footer {
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.toggle {
    display: flex;
}

.toggle span {
    margin-right: 10px;
    color: var(--color-txt);
}

.month-list {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--bg-main);
    padding: 20px;
    grid-template-columns: repeat(3, auto);
    gap: 5px;
    display: grid;
    transform: scale(1.5);
    visibility: hidden;
    pointer-events: none;
}

.month-list.show {
    transform: scale(1);
    visibility: visible;
    pointer-events: visible;
    transition: all 0.2s ease-in-out;
}

.month-list > div {
    display: grid;
    place-items: center;
}

.month-list > div > div {
    width: 100%;
    padding: 5px 20px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    color: var(--color-txt);
}

.month-list > div > div:hover {
    background-color: var(--color-hover);
}


.calendar{
    margin: 0px;
    width: 100%;
    height: 100%;
}
.fc-event.fc-event-start.fc-event-end.fc-event-future.fc-bg-event {
    background-color: rgb(18, 72, 143);
    opacity: 1;
    vertical-align: middle;
    display: grid;
    color: white;
    align-items: center;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 0 !important;
}

.fc-toolbar-title {
    font-size: 22px !important;
    font-weight: bold;
    color: #12488f;
}
.fc .fc-button {
    padding: .2em .25em !important;
}

.next-post{

    padding: 10px;
    margin: 10px 0px;
}
.next-post h5{
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0px;
    color: white;
}
.next-post h5 span{
    color: white;
    font-size: 13px;
    font-weight: normal;
}
.next-post h5 span.date{
    font-size: 14px;
    font-weight: bold;
}
.project.assign h3{
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0px;
}
.project.assign td{
    font-size: 13px;
}
.fc-col-header-cell {
    padding: 7px 0px !important;
    background: #12488f;
}
.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 2px 4px;
    color: white;
}
.fc-event.fc-event-start.fc-event-end.fc-bg-event{
    opacity: 1;
    vertical-align: middle;
    display: grid;
    color: white;
    align-items: center;
}
.fc .fc-bg-event .fc-event-title {

    cursor: pointer;
}
.form-select {
    text-align: left !important;
}
.iti {
    position: relative;
    display: inline-block;
    WIDTH: 100%;
}
.lead-card .card-title .card-icon{
    font-size: 18px;
    color: white;
    font-weight: 500;
    width: 30px;
    height: 30px;
    background: linear-gradient(#41a122, #12488f);
    border-radius: 100%;
    display: inline-grid;
    align-items: center;
    text-align: center;
    float: left;
}
.lead-card .card-title a{
    font-size: 15px;
    margin-left: 5px;
    margin-top: -2px;
}

.lead-card .card-title {
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    width: 70%;
    float: left;
    padding: 0px;
    display: inline-flex;

}
.lead-card{
    position: relative;
    padding-bottom: 10px;
    background: white;
}
.lead-card .card-body{
    padding-bottom: 5px;
}
.lead-card .card-body p{
    font-size: 12px;
    color: black;
    font-weight: 400;
    margin: 0px;
}
.lead-card .card-body p span{
    font-size: 12px;
    color: darkgray;
    font-weight: 400;
    margin-left: 3px;
}
.lead-card .btn-list {
    width: 30%;
    float: right;
    display: inline-flex;
}
.leadDetailModal .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: 0;
    margin-top: 0;
    margin-left: auto;

}

.leadDetailModal .modal-dialog{
    right: 0;
    height: 100%;
}
.leadDetailModal .modal-body {
    overflow-y: auto;
}
.leadDetailModal .modal-content, .leadDetailModal .modal-content {
    height: 100%;
    overflow-y: auto;
}
.company_img {
    width: 10%;
    margin-right: 10px;
}
.user-image {
    width: 100%;
}
.leadDetailModal .card {
    box-shadow: unset;
}
.cd-breadcrumb.nav-tabs {
    border-bottom: none;
}
.cd-breadcrumb {
    margin: 0;
    background-color: transparent;
    border-radius: 0.25em 0.25em 0 0;
}
.cd-breadcrumb.triangle li {
    width: 25%;
}
.cd-breadcrumb.triangle li {
    position: relative;
    padding: 0;
    margin: 0;
}
.cd-breadcrumb li {
    display: inline-block;
    float: left;
    margin: 0.5em 0;
}

.cd-breadcrumb.triangle li:first-of-type>* {
    padding-left: 1.6em;
    border-radius: 4px 0 0 4px;
    font-size: 12px;
}
.cd-breadcrumb.triangle .active, .cd-breadcrumb.triangle li .active>*::after {
    background: #41a122 !important;
    color: #fff;
}
.cd-breadcrumb.triangle li a {
    font-size: 12px;
    width: 100% !important;
    line-height: 30px;
    text-align: center;
    padding: 10px;
    display: inline-grid;
    transition: all 0.3s ease-in-out;
}
.cd-breadcrumb.triangle li a:hover {
    background: #41a122;
    color: white;
    transition: all 0.3s ease-in-out;
}
.cd-breadcrumb.nav-tabs>li>a {
    margin-right: inherit;
    height: 48px;
    border: inherit;
    display: inline-block;
    border-radius: inherit;
    border-color: #edeff0;
}
.cd-breadcrumb.nav-tabs>li>a>i {
    margin-right: 5px;
}
.cd-breadcrumb.triangle li>* {
    position: relative;
    padding: 0.8em 0.8em 0.7em 2.5em;
    color: #333;
    background-color: #edeff0;
    border-color: #edeff0;
}


.leadDetailModal .nav-content{
    padding-top: 20px;
}
.leadDetailModal .nav-pills {
    border-radius: 50px;
    background-color: #fafafa;
    border: 0;
}
.nav-pills .nav-link{
    color: #41a122;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    background: lightgray;
    padding: 10px 20px;
    margin: 0px 4px;
    text-transform: capitalize;
}
.nav-pills .nav-link:hover{
    color: #41a122;
    transition: all 0.3s ease-in-out;
    background: lightgray;
}
.leadDetailModal .nav-pills  .nav-item, .leadDetailModal .nav-pills >.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
    border-radius: 50px;
    background: #41a122;
    color: white;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    margin: 0px 3px;
}

.accordion-header {
    padding: 15px 15px;
    background: #eaeaea;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: .1em;
    transition: all .3s;
}
.accordion-body {
    background: #fcfcfc;
    color: #353535;
    display: none;
}
.leadDetailModal td{
    text-align: left !important;
    font-size: 13px;
}

.modal.leadDetailModal {
    position: fixed;
    top: 0;
    RIGHT: 0;
    LEFT: AUTO;
    z-index: 1055;
    display: none;
    width: 50%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.due-dates {
    margin: 0;
}
.due-dates .card-body {
    padding-top: 10px;
    padding-bottom: 10px;
}
.due-dates span {
    color: #a9a7a7;
    font-size: 14px;
}
.due-dates p {
    font-size: 12px;
    margin-bottom: 0;
}
li.bg-green{
    background: rgba(0,250,0,.1);
}
.followup-box p{
    margin-bottom: 0px;
}
.lead-count{
    width: 30px;
    height: 30px;
    background: linear-gradient(45deg, #41a122, #12488f);
    float: right;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
    display: grid;
    align-items: center;
    border-radius: 50%;
    color: white;
    font-size: 15px;
}
.user-pills-content{
    width: 100%;
    display: inline-block;
}
.user-pills-content ul{
    width: fit-content;
    float:left;
}
.user-pills-content ul .nav-link.active, .user-pills-content ul .nav-link.active:hover, .user-pills-content ul .nav-link.active:focus {
    border-radius: 20px;
    background: #41a122;
    color: white;
    transition: all 0.3s ease-in-out;
    padding: 6px 20px;
    outline: 1px solid gray !important;
    outline-offset: 2px;
    margin: 5px;
}
.user-pills-content ul .nav-link{
    border-radius: 20px;
    background: #efefef;
    color: black;
    transition: all 0.3s ease-in-out;
    padding: 6px 20px;
    outline: 1px solid gray !important;
    outline-offset: 2px;
    margin: 5px;
    font-size:13px;
}
.form-card .card-header .nav {
    margin: 0px;
    float: left;
}
.form-card .card-header .nav .nav-link {
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    background: lightgray;
    margin: 4px 2px;
    padding: 6px 15px;
    color: black;
    font-weight: 400;
    font-size: 13px;
}
.form-card .card-header .nav .nav-link.active, .form-card .card-header .nav .nav-link.active:hover, .form-card .card-header .nav .nav-link.active:focus {
    border-radius: 50px;
    background: #41a122;
    color: white;
    transition: all 0.3s ease-in-out;
}
.crm-state .btn-primary{
    margin-top: 0px;
    padding: 10px;
    font-size: 12px;
}
.crm-state .btn-primary span{
    padding-left:3px;
}
.crm-state .btn-primary.whatsapp{
    background:green;
}
.crm-state .btn-primary.call{
    background:#0584e6;
}
.lead-card .card-body .body-left {
    width: 50%;
    float: left;
    position: relative;
}
.lead-card .card-body .body-right {
    width: 50%;
    float: right;
    position: relative;
}
.lead-card .card-body p {
    font-size: 12px;
    color: black;
    font-weight: 400;
    margin: 0px;
}
.btn-head{
    background: linear-gradient(to right, #12488f, #41a122);;
    color: white;
    font-size: 13px;
    padding: 6px 12px;
    border: 0px;
}
.btn-head:hover{
    background: white;
    color: #41a122;
    border: 1px solid #41a122;
}
.btn-start {
      background: linear-gradient(to right,#12488f, #41a122);
    color: white;
    font-size: 14px !important;
    padding: 8px 16px !important;
    border: 0px;
    border-radius: 20px;
    z-index: 1;
    outline: 1px solid darkgrey;
    outline-offset: 2px;
    width: 30%;
    margin: 0px 10px;
    transition:all 0.3s;
}
.btn-start:hover{
    background:#41a122;
    color:white;
    transition:all 0.3s;
    outline :none;
}
.button-group-start{
        width: 100%;
    height: auto;
    background: white;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 5px;
}
.lead-action li.invalid{
        background:red;
        color:white;
    }
    .pros .lead-action li.invalid{
        background:red;
        color:white;
    }
    .pros .lead-action li {
    display: inline-block;
    font-size: 20px;
    margin: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    align-items: center;
    background: rgba(66, 161, 34,.2);
    border-radius: 50%;
    padding: 5px 0px;
    opacity: .7;
    cursor: pointer;
}
.form-check-inline {
    display: inline-block !important;
    margin-right: 1rem;
}
.note-editor .note-toolbar, .note-popover .popover-content {
    margin: 0;
    padding: 0 0 5px 5px;
    background: lightgray;
    border: 2px solid gray;

}
.marketing .fileimageWrap {
    width: 100%;
    height: auto;
    max-height: 300px;
    min-height: 300px;
    overflow: hidden !important;
    display: flex;
    border: 2px solid black;
}
.marketing .product-card {
    margin-bottom: 20px;
    position: relative;
    background: rgba(66, 161, 34,.1);
    box-shadow: 1px 1px 2px  rgba(66, 161, 34,.5);
    overflow: hidden !important;
    width: 100%;
    height: auto;
}
.marketing .product-detail {
    display: flex;
    background: rgba(250,250,250,1);
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    border: 2px solid black;
    align-items: center;
}
 .product-icon-list li {
    display: inline-block;
    margin: 3px;
    width: 30px;
    height: 30px;
    background: #41a122;
    padding: 0;
    text-align: center;
    border-radius: 50%;
     transition: all 0.3s;
}
 .product-icon-list li a {
    margin: auto;
    line-height: 30px;
     transition: all 0.3s;
}
.product-icon-list li a i {
    font-size: 15px;
    color: white;
    /* margin: -7px; */
    transition: all 0.3s;
}
.product-icon-list li:hover{
    background-color: #12488f;
    transition: all 0.3s;
}
.ndfHFb-c4YZDc-q77wGc {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    bottom: 12px;
    z-index: 3;
    overflow: hidden;
    display: none;
}

.ndfHFb-c4YZDc-i5oIFb.ndfHFb-c4YZDc-e1YmVc .ndfHFb-c4YZDc-Wrql6b {
    background: rgba(0,0,0,.75);
    height: 40px;
    top: 12px;
    left: auto;
    padding: 0;
    display: none !important;
}




