
@media only screen and (max-width: 700px) {
    .index{
        margin-left: 0px;
        padding: 0px;
        transition: 0.3s all ease-in-out;
    }
    .sidenav{
        display: none;
    }
    .lead-cards{
        display: none;
    }
    .lead-table{
        display: block;
    }
.desktop-nav{
    display: none;
}
.mobile-nav{
    display: block;
}
html, body {margin:0;padding:0;height:100%;}
.navbar{
       width: 100%;
    height: auto;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1099;
    padding: 0px;
    overflow: auto;
}

    .navbar-light .navbar-nav .nav-link {
        color: white;
        padding-left: 20px;
    }
    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: white;
        opacity: 1;
    }
.navbar a{
           padding: 6px 8px 6px 4px;
    text-decoration: none;
    font-size: 13px;
    color: white;
    font-weight: 300;
    display: block;
    transition: 0.5s;
    margin: 0px 10px;
    opacity: .7;
    position: relative;
    letter-spacing: .6px;
}
    .navbar a.active{
        opacity: 1;
    }
    .navbar .collapse a i,
    .navbar .collapse a svg
    {
        font-size:14px ;
        color: white;
        margin-right: 10px;
    }
    .navbar .dropdown-menu {
        position: absolute;
        z-index: 1000;
        display: none;
        min-width: 10rem;
        padding: .5rem 0;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: transparent;
        background-clip: padding-box;
        border: 0px solid rgba(0,0,0,.15);
        border-radius: .25rem;
    }

    .navbar .navbar-nav {
        margin-left: auto;
    margin-top: 60px;
    padding: 40px 20px;
    height: auto;
    min-height: 589px;
    width: 70%;
    background: #1f2937;
    transition: all 0.3s;
    overflow: scroll !important;
    }

    .navbar-header{
          width: 100%;
    display: flex;
    padding: 0px 10px;
    margin: 0px;
    background: white;
    position: fixed;
    z-index: 1099;
    top: 0;
    }
.navbar-brand{
    width: 100%;
    padding: 0px;
    height: auto;
    opacity: 1 !important;
}
    .navbar-brand img{
        width: 100px;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("../images/icon/menu (1).png");
    }

    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 0px solid transparent;
        outline: none;
        border-radius: .25rem;
        transition: box-shadow .15s ease-in-out;
    }
    .tc-section{
           margin-top: 70px;
    padding: 15px 10px;
    }
    .btn {
        font-size: 12px;
        padding: 5px 8px;
    }
    h2.card-title {
        margin: 0;
        padding: 10px 5px;
        font-size: 13px;
        font-weight: 600;
        align-items: center;
    }
    .dataTables_wrapper .dataTables_length{
        float: left !important;
        font-size: 12px;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_length select {
        word-wrap: normal;
        font-size: 10px;
    }
    .dataTables_wrapper .dataTables_filter {
        float: right !important;
        font-size: 12px;
        text-align: center;
         margin-top: 0em !important;
    }
    table.dataTable thead th {
        padding: 7px 10px;
        border-bottom: 1px solid #111;
        font-size: 14px;
    }
     table.dataTable thead td {
          padding: 7px 10px !important;
    border-bottom: 1px solid #111;
    font-size: 12px !important;
    }
    table.dataTable tbody th, table.dataTable tbody td {
    padding: 3px 4px;
    font-size: 11px;
}
    .modal-title {
        margin-bottom: 0;
        line-height: 1.5;
        font-size: 14px;
        font-weight: bold;
    }
    .form-label {
           margin-bottom: .5rem;
    font-size: 12px;
    font-weight: 600;
    }
    .lead-link{
        display: none;
    }
    .btn-head{
        float: right;
        margin-right: 5px;
        font-size: 10px;
        padding: 7px 8px;
        height: 30px;
        margin-top: 0px;
    }
    .lead-action {
        width: 100%;
        padding: 0px 0px;
        background: transparent;
        z-index: 99;
        display: inline-flex;
        text-align: center;
    }
    .lead-action li {
           display: inline-block;
    font-size: 17px;
    margin: 2px 3px;
    width: 34px;
    height: 34px;
    text-align: center;
    align-items: center;
    background: #41a122;
    border-radius: 50%;
    padding: 5px 0px;
    opacity: .7;
    cursor: pointer;
    color: white;
    }
    .lead-action li.invalid{
        background:red;
        color:white;
    }
    .lead-action li svg{
        color: white;
    }
    .card-title br{
        display: block;
    }
    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: .3rem;
        outline: 0;
        margin-top: 60px;
    }
    .dataTables_wrapper .dataTables_info{
        float: left !important;
        text-align: center;
        font-size: 13px;
    }
    .dataTables_wrapper .dataTables_paginate {
        float: right !important;
        text-align: center;
        font-size: 13px;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        box-sizing: border-box;
        display: inline-block;
        min-width: 1.5em;
        padding: 0.1em .5em !important;
        margin-left: 2px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        *cursor: hand;
        color: #333 !important;
        border: 1px solid transparent;
        border-radius: 2px;
    }
    .card {
        margin-bottom: 10px;
        position: relative;
    }
    .dashboard-header h3 {
        color: #000;
        font-size: 15px;
    }
    .dashboard-header h3 span {
        color: #12488f;
        font-size: 16px;
    }
    .form-select {
        font-size: 14px;
    }
    .form-control {
        font-size: 14px;
    }
    .mb-3{
        margin-bottom: 15px !important;
    }
    .login-section {
           width: 100%;
    height: 100vh;
    display: block;
    /* background: url("http://127.0.0.1:8000/images/login_bg2.jpg"); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    padding: 35px 0px;
    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: auto;
    box-shadow: none;
    display: grid;
    align-items: center;
    padding: 20px 10px;
    }
    .login-section .logo p {
       display:none;
    }
    .login-section .logo img {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .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: auto;
        padding: 10px;
    }
    .login-section h4 {
        text-align: center;
        font-size: 15px;
        margin-bottom: 25px;
        font-family: system-ui;
    }
    .login-section .card {
        background: white;
        width: 100%;
        height: 100%;
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%), 0 2px 5px 0 rgb(0 0 0 / 19%);
        display: grid;
        align-items: center;
        margin: 0px;
        height: 300px;
        min-height: 330px;
        padding: 10px 10px;
    }
    .login-section-content svg {
        position: absolute;
        left: 10px;
        font-size: 20px;
        top: 5px;
        color: blue;
        width: 30px !important;
        padding-right: 10px;
    }
    .login-section .btn-info {
        width: 100%;
        text-align: center;
        background: blue;
        font-size: 15px;
        height: 40px;
        box-shadow: none;
        outline: none !important;
        color: white;
        letter-spacing: 1px;
    }
    .login-section .form-group .form-control {
        border: 0px;
        box-shadow: none !important;
        outline: none;
        margin-left: 30px;
        display: block;
        width: 90%;
        font-size: 15px;
        padding-left: 20px;
        height: 36px;
        margin-bottom: 0px;
    }
    .card.box-card {
           background: white;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    margin-bottom: 8px;
    border-radius: 4px;
    }
    .page-header {
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #12488f;
    opacity: .7;
}
    .sales-detail {
        background: rgba(250,250,250,.8);
        padding: 15px 20px;
    }
    .timeline time {
        display: block;
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 8px;
    }
    .timeline ol li div {
         position: absolute;
    left: calc(0% + 7px);
    width: max-content;
    padding: 10px;
    font-size: 14px;
    white-space: normal;
    color: black;
    background: rgba(0,0,0,.2);
    }
.card.box-card .count {
    font-size: 18px;
    font-weight: bold;
    color: gray;
    padding-left: 10px;
}
.custom-card-footer h6 {
    font-size: 14px;
    padding: 6px 3px;
    opacity: .8;
    font-weight: bold;
    text-decoration: none;
    color: grey;
}
#documentViewModal embed {
    display: block;
    background: #000;
    border: none;
    height: auto;
    width: 100%;
}
.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: 13px;
    padding: 7px 7px;
}
.section-header {
    color: #1c1f23;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 0px;
    position: relative;
    width: fit-content;
}
.section-header::after {
    content: " ";
    width: 70px;
    height: 2px;
    position: absolute;
    right: -80px;
    top: 60%;
    background-color: #1c1f23;
}
.sales-detail h5 {
    color: black;
    opacity: .7;
    font-weight: normal;
    font-size: 14px;
}
.sales-detail h3 {
    font-size: 15px;
    color: black;
    font-weight: normal;
}
.filter-price {
    width: 100%;
    height: 35px;
    color: black;
    font-size: 15px;
    font-weight: bold;
    background: rgba(0,0,0,.1);
    border: 1px solid gray;
    border-radius: 4px;
    display: grid;
    align-items: center;
    padding-left: 10px;
}
table{
    white-space: nowrap;
}
.ui-datepicker-calendar {
   display: none;
}
.category-box a {
    font-size: 13px;
    color: white;
    font-weight: bold;
    font-family: 'Alexandria', sans-serif;
}
.swal2-container.swal2-center>.swal2-popup {
    grid-column: 2;
    grid-row: 2;
    width: 80% !important;
    height: auto;
    align-self: center;
    justify-self: center;
}
.swal2-icon {

    width: 4em !important;
    height: 4em !important;
}
.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd;
    width: 60px !important;
    height: 60px !important;
}
.swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 2.75em !important;
}
.swal2-title {
       position: relative;
    max-width: 100%;
    margin: 0 !important;
    padding: 0px !important;
    color: #595959;
    font-size: 17px !important;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}
.swal2-html-container {

    padding: 0 !important;

    font-size: 13px !important;

}
.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #41a122 !important;
    color: #fff;
    font-size: 12px !important;
}
.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #6e7d88;
    color: #fff;
    font-size: 12px !important;
}
.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #6e7d88;
    color: #fff;
    font-size: 12px;
}

#leadsRemarkdModal .modal-header h1 {
    width: fit-content;
    font-size: 14px;
    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: 10px;
    margin: 0px;
}
#leadsRemarkdModal .modal-header .btn-close {
    margin: -.5rem -.5rem -.5rem auto;
    font-size: 12px;
}
#leadsRemarkdModal .nav-pills .nav-link {
    color: #12488f;
    padding: 5px 7px;
    background-color: white;
    font-weight: 600;
    font-size: 11px;
    margin: 0px;
}
.nav.followuo_pills {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: auto;
}
div.next-date {
    padding: 10px;
    font-size: 12px;
    color: black;
}
.single-data-table th.table-header {
    font-size: 12px;
    padding: 10px 10px !important;
    vertical-align: middle;
}
.single-data-table td {
    font-size: 12px;
    /* text-align: center; */
    padding: .5rem .5rem !important;
}
.single-data-table th {
    font-size: 11px;
    padding: 10px 6px !important;
}
th.table-header {
    width: 100%;
    text-align: center;
    font-size: 11px;
    vertical-align: middle;
    padding: 8px 3px !important;
    font-weight: 500;
    color: white;
    white-space: nowrap;
    background: #12488f !important;
    border: 1px solid white !important;
}
    .leadDetailModal td {
        text-align: left !important;
        font-size: 10px;
    }

    .leadDetailModal th {
        text-align: center !important;
        font-size: 8px !important;
    }


    .leadDetailModal td {
        text-align: left !important;
        font-size: 9px !important;
    }
    .lead-card .btn-list {
        width: 40%;
        float: right;
        display: inline-flex;
    }
    .lead-card .card-title {
        color: #1f1f1f;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 0px;
        width: 60%;
        float: left;
        padding: 0px;
        display: inline-flex;
    }
    .modal.leadDetailModal {
        position: fixed;
        top: 0;
        RIGHT: 0;
        LEFT: AUTO;
        z-index: 1055;
        display: none;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        outline: 0;
    }
    .due-dates span {
        color: rgba(0,0,0,.5);
        font-size: 10px;

    }


    .due-dates .col {
        padding: 0px 0px 0px 6px;
        text-align:center;
    }
    .due-dates p {
        font-size: 9px;
        margin-bottom: 0;
    }
    .cd-breadcrumb.triangle li  a span {
        display:none;
    }
    .nav-pills .nav-link {

        font-size: 12px;
    }
    .accordion-header {
        padding: 10px 15px;
        background: #eaeaea;
        color: #000;
        cursor: pointer;
        font-size: 12px;
        letter-spacing: .1em;
        transition: all .3s;
    }
    .leadDetailModal td {
        text-align: left !important;
        font-size: 10px;
    }

    .leadDetailModal th {
        text-align: center !important;
        font-size: 8px !important;
    }


    .leadDetailModal td {
        text-align: left !important;
        font-size: 9px !important;
    }
    .follow_up_list li span {
        color: var(--color-bs-blue);
        font-size: 10px;
        font-weight: 600;
        text-transform: capitalize;
    }

    .follow_up_list li p {
        margin: 0px;
        font-size: 9px;
    }
    .lead-card {
        position: relative;
        padding: 6px;
        background: white;
        /* outline: 8px solid white; */
        border-radius: 5px;
    }
    #leadcard div.d-flex.float-end.ms-2.justify-content-end{
        float:none !important;
        padding: 5px 23px;
        margin-left: auto;
        width: 100%;
        display: grid !important;

    }
    .lead-card .card-title .card-icon {
        font-size: 14px;
        color: white;
        font-weight: 500;
        width: 30px;
        height: 30px;
        background: linear-gradient(#7C17DD, #2C8DE5);
        border-radius: 100%;
        display: inline-grid;
        align-items: center;
        text-align: center;
        float: left;
        line-height:30px;
    }
    .card-body{
        padding: 2px;
    }
    .cd-breadcrumb.triangle li:first-of-type>* {
        padding-left: 5px;
        border-radius: 4px 0 0 4px;
        font-size: 12px;
    }
    .cd-breadcrumb.triangle li a {
        font-size: 10px;
        width: 100% !important;
        line-height: 30px;
        text-align: center;
        padding: 10px 0px;
        display: inline-grid;
        transition: all 0.3s ease-in-out;
    }
    .btn-start {
        background: linear-gradient(to right,#12488f, #41a122);
    color: white;
    font-size: 11px !important;
    padding: 8px 16px !important;
    border: 0px;
    border-radius: 20px;
    z-index: 1;
    outline: 1px solid darkgrey;
    outline-offset: 2px;
    width: 45%;
    margin: 0px 5px;
}
.pros .lead-action li {
    display: inline-block;
    font-size: 17px;
    margin: 2px 3px;
    width: 34px;
    height: 34px;
    text-align: center;
    align-items: center;
    background: #41a122;
    border-radius: 50%;
    padding: 5px 0px;
    opacity: .7;
    cursor: pointer;
    color: white;
}
.pros .lead-action li.invalid{
        background:red;
        color:white;
    }
    .form-check-inline {
    display: inline-block !important;
    margin-right: 2rem;
}
    .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: 6px 13px;
        margin: 0px 3px;
        font-size: 10px;
    }
    .nav-pills .nav-link {
        color: #41a122;
        transition: all 0.3s ease-in-out;
        border-radius: 50px;
        background: lightgray;
        padding: 6px 15px;
        margin: 0px 4px;
        text-transform: capitalize;
        font-size: 10px !important;
    }
}
