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

body {
  font-family: "Inter Tight", Sans-serif;
}




*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*, body{
    font-family: var(--body_font);
}

/*.bg-lightgray {
    background: #F6F6F6;
}*/

.navbar-logo {
    width: 150px;
}
.btn {
    color: #fff;
    border-radius: 8px;
    border: none;
    padding: 13px 16px;
    width: fit-content;
    min-width: 80px;
    transition: 0.3s;
}

.btn-sm {
    padding: 4px 8px;
}

.hidden {
    display: none !important;
}

.border-main {
    border: 2px solid rgba(238, 238, 238, 0.93) !important;
}

.btn:focus {
    box-shadow: none;
}

.btn-primary {
background: #ff0000;
  border-radius: 100px;
  line-height: 1.1;
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus {
    color: #fff !important;
    background-color: #006fde !important;
    border-color: #006fde !important;
    box-shadow: none !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #ff00007d !important;
}
main {
    padding-top: 2rem !important;
}
.btn-outline-danger {
    color: #e3342f !important;
    border: 1px solid;
    border-color: #e3342f !important;
    padding: 11px 16px;
}

.btn-outline-primary {
    color: #9F9F9F;
    border: 2px solid #EEE;
    background: #fff;
}

.btn-outline-primary:hover {
    color: #9F9F9F;
    border: 2px solid #EEE;
    background: #fff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #FFF;
    border: 2px solid #ff0000;
    background: #ff0000;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}

/*.btn-outline-primary {
    color: #003F7D !important;
    border-color: #003F7D !important;
    border: 1px solid;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #003F7D;
    border-color: #003F7D;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #003F7D !important;
    border-color: #003F7D !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}*/

.btn-outline-danger:hover {
    color: #e3342f;
    background-color: #fff;
    border-color: #e3342f;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #e3342f;
    background-color: #fff;
    border-color: #e3342f;
}

.btn-light {
    background: #fff;
    color: #000;
}

.btn-lightgray {
    background: #e2e6ea;
    color: #000;
}

.btn-lightgray:hover {
    background: #c3c3c3;
    color: #000;
}

.btn-light-blue {
    background: #ff0000;
    color: #fff;
}

.btn-light-blue:active,
.btn-light-blue:hover {
    background: #0176ea;
    color: #fff;
}

.btn-outline-secondary {
    color: #6c757d !important;
    border: 1px solid #6c757d !important;
}

.btn-outline-secondary:hover,
.btn-outline-primary:hover,
.btn-secondary:hover {
    color: #fff !important;
    background-color: #ff0000;
    border-color: #ff0000;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
}

.btn svg {
    line-height: 1 !important;
}

button.remove-line_item svg {
    height: 20px;
    width: 20px;
}

.customer-inner-menu {
    display: flex;
    flex-wrap: nowrap;
}

.customer-inner-menu a.btn,
.customer-inner-menu select.btn {
    display: flex;
    align-items: flex-start;
    min-width: auto;
}
.customer-inner-menu a.btn svg {
    height: 16px;
    width: 16px;
    margin-right: 2px;
}

.customer-inner-menu span.select2-selection.select2-selection--single {
    background: #fff;
    color: #eee;
    border-radius: 8px;
    border: 2px solid #eee;
    /* padding: 12px 16px; */
    width: fit-content;
    display: flex;
    align-items: center;
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50% !important;
    right: 1px;
    width: 20px;
    transform: translateY(-50%);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #003F7D !important;
    color: white;
}

.select2-dropdown {
    background-color: #e2e6ea !important;
    border: none !important;
}

ul#select2-update_confirmation-5q-results {
    width: max-content;
}

span.select2-selection.select2-selection--single:focus-visible {
    outline: none;
}

.blue {
    color: #ff0000;
}

.content-container {
    overflow-x: hidden;
    width: 100vw;
    height: auto;
    min-height: 100vh;
}

.company-sidebar h5 {
    margin-bottom: 35px;
    font-size: 19px;
}

.company-sidebar ul {
    list-style: none;
}

.company-sidebar ul li a {
    color: #000;
    font-weight: 500;
    margin: 16px 0;
}

.sidenav {
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 11px 0px 17px 0px rgba(0, 0, 0, 0.05);
    overflow-y: hidden;
    margin-left: -250px;
    /* min-height: 100vh; */
    z-index: 999;
    transition: 0.3s;
}

.sidenav.show {
    margin-left: 0;
}

.main-content-wrapper.margin-left {
    margin-left: 250px;
}

.main-content-wrapper {
    height: calc(100vh - 90px);

    min-height: calc(100vh - 90px) !important;
}

/*
.main{
    width: calc(100vw - 250px);
    background: #F5F5F5;
    width: 100%;
    box-sizing: border-box;
    max-height: 100vh;
    overflow-y: scroll;
}*/
.main-inside-wrapper {
    justify-content: normal !important;
}

.main-wrapper {
    margin-top: 2rem;
}

.sidenav__brand {
    background: #fff;
    padding: 1rem 1.5rem;
    box-shadow: 5px 0px 25px rgba(0, 0, 0, 0.2);
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-navbar {
    background: #fff !important;
    padding: 6px 1.5rem;
    height: 90px;
}

.login-navbar .navbar-nav {
    flex-direction: row !important;
    align-items: center !important;
    font-size: 16px;
    gap: 16px;
}

.logo-text {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 0;
}

.main__header {
    background: #ff0000;
    padding: 1rem 2rem;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.input-group-prepend{
    border-radius: 8px;
    border: 2px solid #EEE;
    border-right: none;
    background: #FFF;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-append {
    border: 2px solid #EEE;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #fff;
    border-left: none;
}

.main__content {
    padding: 30px;
}

.main-heading {
    color: #ff0000;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.main-heading span.heading-icon,
.card-title .title-icon {
    display: inline-block;
    width: 46px;
    height: 40px;
    margin-bottom: -10px;
    margin-right: 10px;
    background-image: url(../img/graphics.png);
    background-size: 400px auto;
}

#map {
    width: 100%;
    height: 160px;
}
a#view-map-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#additional-details-map {
    border-radius: 8px;
    overflow: hidden;
}
.card-title .title-icon {
    width: 36px;
    height: 30px;
}
span.heading-icon.leads {
    background-position: -266px -3px;
}
span.heading-icon.rep_stats {
    background-position: -266px -3px;
}
span.heading-icon.lead_type {
    background-position: -265px -107px;
}
span.heading-icon.leads_sources {
    background-position: -201px -3px;
}
span.heading-icon.avg_local_time {
    background-position: -201px -3px;
}
span.heading-icon.add_customer {
    background-position: 113px 54px;
}
span.title-icon.personal_details {
    background-position: 111px 87px;
}
span.title-icon.origin {
    background-position: 149px 86px;
}

span.title-icon.final_dest {
    background-position: 115px 127px;
}
span.title-icon.job_details {
    background-position: 156px 122px;
}
span.title-icon.additional_move_details {
    background-position: 41px -6px;
}
span.title-icon.internal_details {
    background-position: 192px 61px;
}
span.title-icon.liability_coverage {
    background-position: 84px -9px;
}
span.title-icon.additional_details {
    background-position: 259px 61px;
}
span.title-icon.line_item {
    background-position: 41px -6px;
}
span.title-icon.intermed_stops {
    background-position: 152px 45px;
}
.tab {
    border-radius: 8px;
    font-size: 16px;
    line-height: 19px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    height: 47.05px;
    transition: 0.3s;
}

#pills-reports {
    padding: 40px 2rem;
    margin-top: 2rem;
}

#pills-reports .card.border-main{
    margin: 40px 0;
    overflow: hidden;
}
.padding-uniform{
    padding: 40px !important;
}
#pills-reports .stat-card p{
    font-size: 13px;
}

#pills-tab .tab {
    padding: 6px 20px;
    height: auto;
}

#pills-tab li {
    margin-right: 1rem;
}

.date-range {
    border: 2px solid black;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.header__circular-buttons {
    border: 1px solid #41A0FF;
    color: #fff;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 12px;
    cursor: pointer;
}

.header__circular-buttons svg {
    height: 22px;
    width: auto;
}

.card {
    padding: 30px;
    border-radius: 8px;
    border: none;
    margin: 30px 0;
}


.account-card a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-card {
    padding: 40px;
    position: relative;
}

.card-compact {
    margin-top: 0;
    padding: 20px !important;
}

.card p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.stat-card p {
    font-weight: 700;
}

.card-compact-panel strong {
    font-size: 15px;
}

.form-title-badge {
    padding: 12px 24px;
    background: #005AB3;
    border-radius: 6px;
    color: #fff;
    width: fit-content;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.form-card .form-title-badge .title-badge-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-image: url('../img/graphics.png');
    background-size: 400px auto;
}

.form-card .form-title-badge .title-badge-icon.customer-details-icon {
    background-position: -94px -54px;
}

.form-card .form-title-badge .title-badge-icon.origin-icon {
    background-position: -94px -96px;
}

.form-card .form-title-badge .title-badge-icon.intermediate-stops-icon {
    background-position: -94px -11px;
}

.form-card .form-title-badge .title-badge-icon.destination-icon {
    background-position: -92px -184px;
}

.form-card .form-title-badge .title-badge-icon.job-details-icon {
    background-position: -93px -550px;
}

.form-card .form-title-badge .title-badge-icon.additional-details-icon {
    background-position: -95px -463px;
}

.form-card .form-title-badge .title-badge-icon.line-items-icon {
    background-position: -53px -563px;
    background-size: 500px auto;
}

.form-card .form-title-badge .title-badge-icon.liability-coverage-icon {
    background-position: -93px 59px;
}

.form-card .form-title-badge .title-badge-icon.internal-icon {
    background-position: -145px -6px;
}

.form-title-badge svg {
    margin-right: 10px;
}

.card-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.card-compact .card-title {
    font-size: 21px;
    margin-bottom: 0;
}
.addnew_customer .card-title {
    font-weight: 900;
}
.link-icon.policy-icon {
    width: 24px;
    height: 23px;
    background-image: url('../img/graphics.png');
    background-size: 500px auto;
    background-position: -57px 176px;
    margin-right: 12px;
}

.icon.plus-icon, .icon.plus-icon-white {
    width: 17px;
    height: 16px;
    background-image: url(../img/graphics.png);
    background-size: 351px auto;
    background-position: -4px -20px;
    margin-right: 5px;
}
.icon.plus-icon-white {
    background-position: -64px -40px;
}

a.lead_btn:hover .plus-icon,
a.lead_btn:active .plus-icon,
a.lead_btn:focus .plus-icon {
    background-position: -65px -39px;
    background-size: 351px auto;
}
.search-icon {
    width: 36px;
    height: 36px;
    background-image: url('../img/graphics.png');
    background-size: 552px auto;
    background-position: -128px 61px;
}
input#search-inventory {
    max-width: 800px;
}

button#clear-inventory-search {
    border: none;
    background: transparent;
    font-weight: bold;
    color: gray;
    font-size: 20px;
    position: absolute;
    right: 75px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    z-index: 9999;
}
input#search-inventory:focus {
    border: 2px solid #EEE;
}
.close-sidebar-icon {
    width: 36px;
    height: 22px;
    background-image: url(../img/graphics.png);
    background-size: 420px auto;
    background-position: 3px -374px;
}

.nav-icon {
    width: 30px;
    height: 30px;
    background-image: url('../img/graphics.png');
    background-size: 420px auto;
}

.nav-icon.messages-icon {
    background-position: -4px 35px;
}

.nav-icon.settings-icon {
    background-position: -50px -7px;
    background-size: 650px auto;
}

.nav-icon.bell-icon {
    background-position: -43px -66px;
}

.card-heading {
    text-transform: uppercase;
    margin-bottom: 0;
}

.text-large-bold {
    font-weight: 800;
    font-size: 30px;
    color: #000;
    margin: 10px 0px;
    display: block;
    line-height: 1;
}

.text-large-blue {
    font-weight: 600;
    font-size: 24px;
    /* line-height: 44px; */
    color: #ff0000;
}

.text-large {
    font-weight: 500;
    font-size: 26px !important;
}

.dashboard-card-img {
    width: 60px;
    height: 55px;
    margin-right: 4px;
    background-image: url('../img/graphics.png');
    background-size: 351px auto;
}

.dashboard-card-img.revenue-img {
    background-image: url(../img/piggy-bank.png);
    background-position: center;
    background-size: cover;
    height: 60px;
}

.dashboard-card-img.average-img {
    background-position: 65px -212px
}

.dashboard-card-img.jobs-img {
    background-position: 64px -7px;
}

.dashboard-card-img.estimate-img {
    background-position: 64px -86px;
}

.trends.text-center.card {
    padding: 30px 60px;
}

.trends_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.trend {
    background: #F9F9F9;
    border-radius: 8px;
    padding: 16px;
    min-width: 23%;
}

small {
    font-size: 12px;
}

.nav-item {
    padding: 4px 0;
}

.nav-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    padding: 6px 12px;
    color: #000;
}

.nav-link:hover {
    color: #000;
}

a.nav-link.active {
    color: #fff;
    background: #ff0000;
}

.sidenav__navlist {
    list-style: none;
    background: #fff;
    padding: 2rem 1.5rem;
    height: 100%;
    /*box-shadow: 11px 0px 17px 0px rgba(0, 0, 0, 0.05);*/
}

legend,
label {
    font-size: 15px;
    color: #000;
}
.dataTables_wrapper .dataTables_filter {
    float: none;
    margin-bottom: 15px;
}
.dataTables_wrapper .dataTables_filter input {
    background-color: #fff !important;
    border: 2px solid #eee !important;
    border-radius: 6px !important;
    margin-left: 0 !important;
}

.dataTables_wrapper .form-control {
    min-height: unset;
}

.dataTables_wrapper .dataTables_filter input:focus {
    outline: none;
}

.form-control,
textarea {
    display: block;
    width: 100%;
    border-radius: 8px;
    border: 2px solid #EEE;
    background: #FFF;
    min-height: 48px;
    padding: 0.375rem 0.75rem;
}

select {
    -webkit-appearance: none; 
    appearance: none;
    background-color: transparent; 
    background-image: url('../img/expand-arrow.png') !important;
    background-position: right 6px center !important; 
    background-repeat: no-repeat !important; 
    padding-right: 20px !important;
    color: black;
    background-size: 14px auto !important;
}

.form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}

.form-control:focus,
textarea:focus {
    box-shadow: none;
    border-color: #cfcfcf;
}

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

.form-select {
    color: #B1B1B1;
    font-size: 16px;
}

.input-group-text {
    background-color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
}

.input-group-append {
    height: 48px;
}

.input-group-append .btn {
    height: 48px;
    min-width: unset;
}

.btn-secondary{
    border: 2px solid #eee;
    color: #B1B1B1;
    background: #fff;
    box-shadow: none;
    padding: 11px 16px;
}
.time-window,
.select-status {
    /*overflow: hidden;*/
}

.time-window label,
.select-status label,
.job_type label {
    line-height: 44px;
    height: 48px;
    margin-bottom: 0;
}

.time-window label input,
.select-status label input,
.job_type label input {
    position: absolute;
    display: none;
    color: #fff !important;
}

.am input:checked+span,
.select-status input:checked+span,
.job_type input:checked+span {
    background-color: #ff0000;
    border: 2px solid #ff0000;
}

.time-window input:checked+span,
.select-status input:checked+span,
.job_type input:checked+span {
    color: #ffffff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

.time-window label span,
.select-status label span,
.job_type label span {
    text-align: center;
    padding: 0 20px;
    /* width: max-content; */
    display: block;
    background: #fff;
    color: #000;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid rgba(238, 238, 238, 0.93);
}

#add-inventory .modal-content {
    border: none;
    padding-top: 16px;
}

#add-inventory .modal-header {
    background: lightblue;
    align-items: center;
    background: #fff;
    padding: 0 20px 15px;
}
#add-inventory .modal-header>div {
    gap: 20px;
}

#add-inventory .modal-header>div .input-group {
    width: 90%;
}

#add-inventory .modal-header>div button {
    width: auto;
    min-width: max-content;
}

#add-inventory .modal-title {
    text-transform: uppercase;
    color: #fff;
}

#add-inventory .modal-body {
    text-align: center;
}

.modal {
    position: fixed;
    top: auto;
    bottom: -40px;
    z-index: 10500000000;
}
.modal-body .input-group-prepend {
    border: 1px solid #ced4da;
}

.table-responsive td {
    border-left: none;
    border-right: none;
}

.table-striped tbody tr:nth-of-type(odd),
.table-striped thead tr,
.table-striped tfoot tr {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #E5F2FF;
}

.table-striped tbody th {
    /* font-weight: 400; */
}

.table-striped tbody tr td:nth-of-type(even) {
    background-color: #FAFAFA;
}

.table-striped tbody tr:nth-of-type(even) td:nth-of-type(even) {
    background-color: #DCEEFF;
}

table tbody tr td,
table tbody tr th,
table thead tr th,
table tfoot tr td {
    padding: 12px 20px;
    /* text-align: center; */
}

.inventory_room table tbody tr td,
.inventory_room table tbody tr th {
    text-align: left;
}

.table-sm tr td,
.table-sm tr th {
    text-align: left !important;
}

.table-sm tr th {
    border-top: none !important;
}

table {
    table-layout: auto;
}

#add-inventory .modal-body section h3 {
    text-transform: uppercase;
    padding: 16px;
}

#add-inventory table tbody tr th:nth-of-type(odd) {
    background: #F6F6F6;
}

#add-inventory table tbody tr th:nth-of-type(even) {
    background: #EBEBEB;
    ;
}

#add-inventory table tbody tr th {
    font-weight: normal;
    font-size: 17px;
    padding: 7px 20px;
    text-align: left;
}

#add-inventory table tbody tr td {
    font-weight: normal;
    font-size: 20px;
    padding: 20px;
    border-bottom: 1px solid #C7C7C7;
    text-align: left;
    width: 50%;
}

.badge {
    padding: 5px 10px 5px 10px;
    color: #fff;
    font-size: 12px;
}

.badge.new_lead {
    background-color: #54A7E2;
}

.badge.booked {
    background-color: #C0B647;
}

.badge.quoted {
    background-color: #4AC97F;
}

.badge.lost {
    background-color: #000000;
    color: #ffffff;
}

.badge.cancellation {
    background-color: #E75965;
}

.badge.cancelled  {
    background-color: #E75965;
}
.badge.completed {
    background-color: #38E54D;
}

.primary-link {
    color: #ff0000;
    font-weight: bold;
}

.primary-link:hover {
    color: #ff0000;
    font-weight: bold;
}

.btn-link {
    font-size: inherit;
    padding: 0;
    margin: 0;
    line-height: inherit;
    color: #ff0000;
}

.btn-table_action {
    padding: 6px 12px;
    border-radius: 4px;
    min-width: unset;
}

.btn-table_action svg {
    height: 20px;
    width: auto;
}

/*.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
    border: 1px solid;
}*/

.tui-timepicker {
    border: none !important;
    border-radius: 8px;
    text-align: left !important;
    padding: 30px 0 !important;
}
.tui-timepicker-body .tui-timepicker-colon, .tui-timepicker-footer .tui-timepicker-colon {
    width: 18px;
    text-align: center !important;
}

.alert {
    margin-bottom: 0;
}

.card-compact-title {
    padding-bottom: 4px;
    border-bottom: 1px solid gray;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.card-compact-panels {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.card-compact-panels .card-compact-panel {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

#nav-tabContent main {
    padding: 15px;
    padding-top: 0;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 1rem 1.5rem;
    background: transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 4px solid #ff0000;
    /* border-radius: 3px; */
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}


textarea:focus-visible {
    outline: none !important;
}

.main-navbar {
    position: fixed;
    top: 0;
    left: 250px;
    right: 0;
    z-index: 998;
}

.navSearch {
    position: relative;
}

input#searchInput {
    border: none;
    padding-left: 1.5rem !important;
}

div#searchResults {
    position: absolute;
    top: 46px;
    width: calc(100% - 8px);
    max-width: 457px;
    max-height: 380px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: 1px 4px 10px 0px #999;
    background-color: #fff;
}

div#searchResults .list-group-item .item-link {
    color: #000;
}

div#searchResults .list-group-item .item-link:hover {
    text-decoration: none;
    background-color: #efefef;
}

div#searchResults .list-group-item:hover {
    background-color: #efefef;
}

.common_fee {
    width: 70%;
}

.table-wrapper {
    overflow: auto !important;
}

.sidebar-close {
    cursor: pointer;
}

.main-sidebar.show {
    width: 100vw !important;
    height: 120vh;
    position: absolute;
    top: -90px;
    z-index: 100000000;
    display: block;
    background: #0000003b;
}

.sidenav.show {
    /*position: absolute;*/
    /*z-index: 100000000;*/
    /*width: 65%;*/
    /* top: -71px; */
}

.sidenav ul li a .navicon .black-icon {
    width: 28px;
    height: 24px;
    background-image: url('../img/graphics.png');
    background-size: 500px auto;
}

.sidenav ul li a .navicon .black-icon.dashboard-icon {
    background-position: -191px -6px;
}

.sidenav ul li a.nav-link.active .navicon .black-icon.dashboard-icon {
    background-position: -191px -6px;
    /*background-position: -6px -56px;*/
}

.sidenav ul li a .navicon .black-icon.calendar-icon {
    background-position: -160px -29px;
}

.sidenav ul li a.nav-link.active .navicon .black-icon.calendar-icon {
    background-position: -160px -29px;
    /*background-position: 128px 254px;*/
}

.sidenav ul li a .navicon .black-icon.work-icon {
    background-position: -159px -7px;
}

.sidenav ul li a.nav-link.active .navicon .black-icon.work-icon {
    background-position: -159px -5px;
    /*background-position: 159px 253px;*/
}

.sidenav ul li a .navicon .black-icon.customers-icon {
    background-position: -124px -32px;
}

.sidenav ul li a.nav-link.active .navicon .black-icon.customers-icon {
    background-position: -322px 21px;
    /*background-position: 189px 224px;*/
}

.sidenav ul li a .navicon .black-icon.leads-icon {
    background-position: -122px -8px;
}

.sidenav ul li a.nav-link.active .navicon .black-icon.leads-icon {
    background-position: -122px -8px;
    /*background-position: 128px 222px;*/
}

.black-icon.conversation-icon {
    background-position: -96px -31px;
    background-size: 521px auto !important;
}

.sidenav ul li a.nav-link.active .navicon .black-icon.conversation-icon {
    background-position: -96px -31px;
    background-size: 521px auto !important;
    /*background-position: 197px 204px;*/
}

.sidenav ul li a .navicon .black-icon.setup-icon {
    background-position: -92px -3px;
    /*background-size: 620px auto;*/
}

.sidenav ul li a.nav-link.active .navicon .black-icon.setup-icon {
    background-position: -92px -3px;
    /*background-position: -47px -72px;*/
}

.sidenav ul li a .navicon .black-icon.account-icon {
    background-position: -61px -28px;
}

.sidenav ul li a.nav-link.active .navicon .black-icon.account-icon {
    background-position: -61px -28px;
    /*background-position: 161px 194px;*/
}

.sidenav ul li a .navicon .black-icon.users-icon {
    background-position: -63px -4px;
}

.sidenav ul li a.nav-link.active .navicon .black-icon.users-icon {
    background-position: -322px 21px;
    /*background-position: 189px 224px;*/
}

.sidenav ul li a .navicon .black-icon.logout-icon {
    background-position: -4px -3px;
}

.tab.active .overview-icon {
    background-position: -97px -82px;
}

.nav-link.active .active-arrow {
    width: 22px;
    height: 20px;
    background-image: url(../img/graphics.png);
    background-size: 500px auto;
    background-position: -11px -222px;
    margin-left: auto;
    margin-right: 5px;
}

.overview-icon {
    width: 26px;
    height: 26px;
    background-image: url(../img/graphics.png);
    background-size: 520px auto;
    background-position: -38px -3px;
    display: inline-block;
    margin-right: 4px;
}

.reports-icon {
    width: 26px;
    height: 26px;
    background-image: url(../img/graphics.png);
    background-size: 500px auto;
    background-repeat: no-repeat;
    background-position: -36px -28px;
    display: inline-block;
    margin-right: 6px;
}

.tab.active .reports-icon {
    background-position: -157px -71px;
}

.calendar-icon {
    width: 20px;
    height: 20px;
    background-image: url(../img/graphics.png);
    background-size: 400px auto;
    background-position: -46px -81px;
    display: inline-block;
}

.tui-timepicker-btn {
    border: 2px solid #eee !important;
}

.tui-timepicker-btn-area .tui-timepicker-spinbox-input {
    border: 2px solid #eee !important;
}

.tui-timepicker-btn-area .tui-timepicker-spinbox-input:focus-visible {
    border: 2px solid #eee !important;
    outline: none;
}

button.tui-timepicker-btn.tui-timepicker-btn-up {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom: none !important;
}

button.tui-timepicker-btn.tui-timepicker-btn-down {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top: none !important;
}

#add-inventory {
    left: 0;
    right: 0;
    z-index: 999999999;
    bottom: 0;
    height: 87%;
    padding-left: 0 !important;
}

#add-inventory .modal-dialog {
    margin: 0;
}

#add-inventory .modal-content {
    border-radius: 0;
    background: #fff;
    min-height: 90vh;
    padding-bottom: 63px;
}
#add-inventory .modal-content>div {
    width: 80%;
    margin: 0 auto;
}

#add-inventory .modal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    width: 95%;
    margin: 0 auto;
}

#add-custom-item {
    z-index: 9999999999;
}

#add-inventory .inventory-heading td {
    padding: 15px;
    padding-top: 0;
}

#add-inventory .inventory-heading h3 {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

div#ui-datepicker-div {
    z-index: 99999999999 !important;
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.ui-widget {
    font-size: 1em !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: none !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: #f6f6f6 !important;
    font-weight: normal !important;
    color: #454545 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    border: none !important;
    background: #005AB3 !important;
    color: #fff !important;
}

.ui-widget-header {
    border: 1px solid #dddddd !important;
    background: #e9e9e9 !important;
    color: #333333 !important;
    font-weight: bold !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #cee3f9 !important;
    color: #5a5a5a !important;
}

a.ui-state-default:hover {
    border: none;
}

#inventory-stats,
#inventory-list-out,
#but-edit-inventory {
    display: none;
}

#inventory-stats {
    margin-left: 24px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: none !important;
    background: #ff0000 !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: none !important;
    background: #ff0000 !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: none !important;
    background: lightblue !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent !important;
    box-shadow: none;
}

#add-custom-fee,
#add-line-item {
    margin-top: 30px;
}

.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 300px;
    height: 150px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.signature-pad .help-text {
    font-size: 13px;
    padding: 5px;
}

.help-text {
    font-size: 0.8125rem;
    color: #555;
    font-weight: normal;
}

.spinner-counter .number-input {
    background-color: rgb(255, 255, 255);
    border-width: 0px !important;
    font-weight: bold;
}

.spinner-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    width: auto;
}

.spinner-counter .btn.decrementer {
    background: #D9D9D9 !important;
    border: none !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    min-width: unset;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.spinner-counter .btn.incrementer {
    background: #ff0000 !important;
    color: #fff !important;
    border: none !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    min-width: unset;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#pills-reports .card-icon {
    width: 36px;
    height: 36px;
    background-image: url(../img/graphics.png);
    background-size: 410px auto;
}

#pills-reports .card-icon.leads-icon {
    background-position: -275px -526px;
}

#pills-reports .card-icon.booked-icon {
    background-position: -273px -347px;
}

#pills-reports .card-icon.completed-icon {
    background-position: -274px -577px;
}

#pills-reports .card-icon.lost-icon {
    background-image: url('../img/lost.png');
    background-size: cover;
    background-position: center;
}

.color-code {
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 12px;
}

.color-code.total {
    background: #ff0000;
}

.color-code.booked {
    background: #9256E0;
}

.color-code.completed {
    background: #6DBB30;
}

.rep-image {
    width: 35px;
    height: 35px;
    background: #eee;
    margin-right: 16px;
    border-radius: 50%;
    overflow: hidden;
}

.lead-source {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-weight: bold;
}

.lead-source .lead-colour {
    min-width: 24px;
    width: 24px;
    height: 24px;
    background: #000;
    border-radius: 50%;
}

.lead-source .lead-colour.web_search{
    background: #ff0000;
}
.lead-source .lead-colour.mail_or_bussiness_card{
    background: #80EB5A;
}
.lead-source .lead-colour.craigslist{
    background: #9878FB;
}
.lead-source .lead-colour.repeat_customer{
    background: #FEBB4E;
}
.lead-source .lead-colour.facebook{
    background: #5AD8D0;
}
.lead-source .lead-colour.google_ad{
    background: #FB2DCD;
}
.lead-source .lead-colour.other{
    background: #E8A0BF;
}
.lead-source .lead-colour.realtor{
    background: #7f6084;
}
.lead-source .lead-colour.referral{
    background: #77a033;
}
.lead-source .lead-colour.saw_on_truck{
    background: #EB455F;
}
.lead-source .lead-colour.thumbtack{
    background: #e59566;
}
.lead-source .lead-colour.yelp{
    background: #c0504e;
}

.lead-sources-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 10px 0;
    align-items: center;
}

.lead-source-card {
    display: flex;
    gap: 12px;
    align-items: center;
    width: 32%;
    justify-content: center;
    border-radius: 8px;
}

.lead-source-card .card {
    width: 100%;
    justify-content: space-around;
}

.nav-search {
    width: 320px;
}

.loc-view .location .text-info {
    font-size: 15px;
    font-weight: 700;
}

.loc-view .location .text-info svg {
    width: 18px;
    height: 18px;
}

.fc-button-group .fc-button.fc-button-primary {
    background: #232E42;
    border-color: #232E42;
}

.fc .fc-button-primary:focus {
    box-shadow: none;
}

.fc-button-group .fc-button.fc-button-primary.fc-button-active {
    background: #ff0000;
    border-color: #ff0000;
}

.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: none;
}

.fc-v-event {
    background-color: #fff;
    border: 1px solid #ff0000;
    display: block;
    overflow: auto;
}

.fc-timegrid-event .fc-event-main {
    padding: 4px 2px 4px 5px;
}

.fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
    overflow: auto;
}

.fc-daygrid-dot-event {
    flex-wrap: wrap;
}

.inventory-stats {
    display: flex;
    flex-direction: row;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff !important;
    color: #FFF;
    text-decoration: none;
}
.owl-carousel .arrow-image {
    display: inline-block !important;
    width: auto !important;
}
.navbar .input-group {
    width: 450px;
    border-radius: 39px;
    border: 2px solid #EEE;
    overflow: hidden;
}

nav.navbar .search-form #searchInput:focus {
    z-index: 0;
}

.search-form .input-group-append {
    border: none
}

.cardicons .card-compact .card-icon {
    position: absolute;
    left: 30px;
}

.cardicons .card-compact {
    justify-content: normal !important;
    padding: 16px 20px 10px 80px !important;
}

.lead_btn {
    background: #fff;
    border: 2px solid #EEE;
    color: #000;
}
.leadsourceswrap {}

.shadow-box {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.10);
}
.main-wrapper.shadow-box {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.10);
    padding: 3rem 2rem;
}
.customer-header h3 {
    font-weight: bold;
}

.form-check {
    padding-left: 0;
}
.companyside .main-heading {
    margin-bottom: 0;
}
.companyside .card.p-0 {
    margin: 0;
}

@media screen and (max-width: 1540px) {
    .cardicons .card-compact .card-icon {
        left: 10px;
    }

    .cardicons .card-compact {
        padding: 16px 20px 10px 60px !important;
    }
}

@media screen and (max-width: 1500px) {
    #add-inventory .modal-content>div {
        width: 95%;
    }
}


@media screen and (max-width: 1250px) and (min-width: 992px) {

    .addnew_customer .col-md-6,
    .addnew_customer .col-md-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width:1200px) {
    .lead-source-card {
        width: 48%;
    }

}

@media screen and (max-width:991px) {
    .main-navbar {
        left: 0;
    }

    .nav-search {
        width: 290px !important;
    }
}

@media screen and (max-width:768px) {
    .header__circular-buttons {
        padding: 4px;
        margin-left: 5px;
    }

    .header__circular-buttons svg {
        height: 16px;
        width: auto;
    }

    .lead-source-card {
        width: 100%;
    }

    .nav-search {
        width: 185px !important;
    }

    .navbar .input-group {
        width: 350px;
    }

    div.lead-source-card .d-flex {
        display: flex !important;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .leadsourceswrap .card-compact {
        width: 48%;
        margin-right: 0 !important;
    }

    div.lead-source-card .card-compact {
        padding: 16px 10px 10px 10px !important;
        justify-content: center !important;
    }

    div.lead-source-card .card-compact .card-icon {
        left: 0;
        position: relative;
    }
    
    .nav-tabs .nav-link {
        padding: 1rem 10px;
    }
    #add-inventory .modal-body {
        margin-top: 115px !important;
    }
}


@media screen and (max-width:600px) {
    .header-alerts {
        display: none !important;
    }

    main {
        padding: 14px !important;
        padding-top: 1.5rem !important;
    }

    .card {
        padding: 20px !important;
    }

    .common_fee {
        width: 100%;
    }

    .nav-link {
        padding: 4px 1rem;
    }

    div.seperator {
        height: 60px;
    }

    .fc .fc-toolbar {
        align-items: center;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 14px;
        column-gap: 20px;
    }

    .main-heading {
        font-size: 22px;
    }

    #add-custom-fee,
    #add-line-item {
        margin-top: 12px;
    }

    .lead_btn span {
        display: none;
    }

    .lead_btn {
        min-width: auto;
        padding: 16px 15px;
    }
    
    .customer-header h3 {
        font-size: 22px;
    }
    .main-wrapper.shadow-box {
        padding: 2rem 0.5rem;
    }
    .customer-view .main-wrapper.shadow-box {
        padding: 1rem;
    }
    #nav-tabContent main {
        padding: 5px !important;
    }
    .card-compact-panels {
        justify-content: flex-start;
        /*flex-wrap: wrap;*/
    }
    .addnew_customer .card-title {
        font-size: 20px;
    }
    .fc .fc-toolbar-title {
        font-size: 1rem;
        margin: 0;
    }
    .btn {
        line-height: 1;
    }
    .card-compact-panel strong {
        font-size: 14px;
        font-weight: 500;
    }
}

@media screen and (min-width:992px) {
    .main-navbar {
        justify-content: flex-end;
    }

    .sidenav {
        margin-left: 0 !important;
    }

    .main-content-wrapper {
        margin-left: 250px;
    }

    .sidebar-close {
        display: none;
    }
}





/**01-08**/

#bookedTable_wrapper #bookedTable .btn-table_action {
    width: 120px;
}

.navSearch {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.user_wrap .card {
    margin-top: 15px;
}

.table_full table {
    width: 100%;
}


.margin_top {
    /* margin-top: 10px; */
}

.table_full .table-responsive {
    display: inline-table;
}

.addnew_customer .form-title-badge {
    /* position: relative;
    margin-bottom: 10px;
    padding: 9px 14px; */
}

.addnew_customer .main-heading {
    color: #0075EA;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.leadtype {
    margin-left: auto !important;
    width: 100%;
    margin-right: auto !important;
}

.leadtype .card-compact {
    width: 32.333%;
}


.table-wrapper table {
    width: 100%;
}

.conversation-index-item.active {
    border-bottom: 0 !important;
}

.conversation-index-item {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
}

.client_info .form-title-badge {
    /* position: relative;
    margin-bottom: 0 !important;
    padding: 7px 14px; */
}

.client_info .card-content {
    margin-top: 10px !important;
}

.input-basic-error {
    color: #FF7588 !important;
    font-size: 14px;
    padding: 5px 0 0 5px;
}

.liability_coverage {
    width: 100%;
}

.companyside .table_full .table-striped {
    width: auto;
}

.leadtypewrapper .leadtype {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 0px !important;
}

.leadtypewrapper .leadtype .card-compact {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
}

#add-inventory .modal-content {
    position: relative;
    padding-top: 0;
}

#add-inventory .modal-header {
    padding: 0 30px 15px;
    padding-top: 20px !important;
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
}
#add-inventory .modal-body {
    text-align: center;
    margin-top: 85px;
}
#add-inventory .inventory-tables.margin-top {
   margin-top: 20px;
}


@media screen and (max-width: 1500px) {
    .lead-source-card .card-compact {
        display: flex !important;
        justify-content: center;
        gap: 10px;
    }
}

@media screen and (max-width: 1300px) {
    .lead-source-card .d-flex {
        /*display: block !important;*/
    }

    .cardicons .card-compact {
        padding: 16px 20px 10px 80px !important;
    }

    .cardicons .card-compact .card-icon {
        left: 20px
    }

    .leadtypewrapper .leadtype .card-compact {
        width: 47%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 15px !important;
    }
}

@media screen and (max-width: 1200px) {

    #bookedTable_wrapper,
    #userTable_wrapper {
        overflow-x: scroll;
        padding-bottom: 20px;
    }

    .common_fee {
        width: auto;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .company_info .col-md-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media screen and (max-width: 1100px) and (min-width: 991px) {
    .customer-inner-menu .btn {
        padding: 12px 8px;
    }
}

@media (max-width: 1100px) {
    .leadtypewrapper .leadtype .card-compact {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 15px !important;
    }
}


@media screen and (max-width: 990px) {

    .customer-inner-menu form,
    .customer-inner-menu .btn {
        margin-bottom: 4px;
        margin-left: 4px;
        margin-right: 4px;
        padding-top: 1px;
        padding-bottom: 0px;
        line-height: 32px;
    }

    .customer-inner-menu {
        flex-wrap: wrap;
        padding-left: 10px;
        padding-right: 10px;
    }

    .customer-inner-menu span.select2-selection.select2-selection--single {
        height: 35px;
    }
}


@media screen and (max-width: 1030px) {
    .navbar .input-group {
        width: 370px;
    }
}

@media screen and (max-width: 991px) {
    .company-sidebar+main {
        width: 75%;
    }

    .company-sidebar {
        width: 25%;
    }
}

@media (max-width: 990px) {
    .account-card .card {
        padding: 0px 10px !important;
    }

    .account-card .card-body {
        padding: 0px 0px !important;
    }

    .account-card {
        padding-top: 0px !important;
    }

    .company-sidebar h5 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 880px) {
    /*.messages-container {
        display: block !important;
    }

    .messages-container .conversation-index-container {
        max-width: 100%;
        height: auto !important;
    }

    .conversation-index-container {
        height: auto;
    }

    .messages-container .messages-index-container {
        max-width: 100%;
        margin-top: 30px;
        border-left: 0 !important;
        border-top: 1px solid #ddd;
    }

    .messages-container .messages-index-container .message-index {
        min-height: 200px !important;
    } 

    .chatapp {
        height: auto !important;
    }

    .conversation-index-item:last-child {
        border-bottom: 0px !important;
    }

    .conversation-index {
        height: 300px !important;
    }*/
}

@media screen and (max-width: 767px) {
    .company-sidebar+main {
        width: 100%;
    }

    .company-sidebar {
        width: 100%;
    }

    .companyside {
        display: block !important;
        /*margin-top: 120px;*/
    }

    .company-sidebar {
        padding: 14px 16px 10px 16px !important;
    }

    .companyside .main-heading {
        font-size: 19px;
    }

    .leadtypewrapper .leadtype .card-compact {
        width: 47%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .company-sidebar ul li {
        width: 33.333%;
    }
    .company-sidebar ul li a {
        color: #fff !important;
        margin-bottom: 15px !important;
        padding-bottom: 5px !important;
        margin-top: 0;
        padding-left: 10px;
        padding-right: 10px;
        display: block;
        line-height: 1.2;
        padding-top: 5px;
        border-radius: 5px;
        text-align: center;
    }

    .company-sidebar ul li {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .company-sidebar ul {
        display: flex;
        margin-bottom: 0px;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }

    .leadwrap .leads_wrapper .flex-wrap {
        gap: 0px;
    }

    .leadwrap .leads_wrapper .flex-wrap .card-compact {
        width: 46%;
        margin-left: 1%;
        margin-right: 1%;
        min-width: auto !important;
        margin-bottom: 10px !important;
    }

    .leadwrap .align-items-center .col-8,
    .leadwrap .align-items-center .col-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .leadwrap .align-items-center .col-4 {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        gap: 20px;
    }
    .customer-inner-menu form, .customer-inner-menu .btn {
        margin-left: 0;
    }
    .card.stat-card {
        padding: 15px;
    }
    
    /* #add-inventory .modal-header {
        padding: 0 30px 15px;
        padding-top: 20px !important;
    } */
}

@media screen and (max-width: 730px) {
    .navbar .input-group {
        width: 240px;
    }
    .navSearch .input-group-append button {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media screen and (max-width: 600px) {
    .main-navbar {
        padding: 6px 14px;
    }
    .fc-toolbar-chunk h2 {
        font-size: 20px;
    }
    .addnew_customer .main-heading {
        font-size: 22px;
    }
    .navbar .input-group {
        width: 100%;
    }
    .navwrap {
        width: 100%;
    }
    .navSearch {
        width: 100%;
    }
    .form-title-badge {
        padding: 10px 19px;
    }
    .icon.plus-icon {
        margin-right: 0;
    }
    .nav-tabs .nav-link {
        padding: 0.5rem 10px;
    }
    .card-compact .card-title {
        font-size: 18px;
        margin-bottom: 0;
    }
    .card-compact-panels .card-compact-panel {
        margin-right: 10px;
    }
    .main-wrapper {
        margin-top: 0rem;
    }
    .customer-view .main-wrapper {
        margin-top: 1rem;
    }
    .lead-sources-wrapper {
        gap: 20px;
    }
    #pills-reports {
        padding: 30px 1rem;
    }
    #pills-reports .card.border-main {
        margin: 20px 0;
    }
    .leadtypewrapper .card.stat-card, .lead-source-card .card.stat-card {
        padding: 0 !important;
    }
    .lead-source-card .card.stat-card {
        margin: 0;
    }
    .card.stat-card {
        margin: 0;
    }
    .leadtypewrapper .card {
        margin-top: 20px !important;
    }
    .tui-timepicker {
        padding: 10px 0 !important;
    }
    .card {
        margin: 15px 0;
    }
    .text-large-bold {
        font-size: 22px;
        font-weight: 700;
    }
    .stat-card p {
        font-weight: 700;
    }
    #pills-tab .nav-item button {
        padding: 6px 12px;
    }
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size: 13px;
    }
    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 13px;
    }
    .customer-inner-menu a.btn, .customer-inner-menu select.btn {
        font-size: 13px;
        padding: 0 8px;
    }
    .main-heading span.heading-icon, .card-title .title-icon {
        display: inline-block;
        width: 37px;
        height: 32px;
        margin-bottom: -10px;
        margin-right: 6px;
        background-image: url(../img/graphics.png);
        background-size: 345px auto;
    }
    span.heading-icon.leads {
        background-position: -229px -4px;
    }
    span.heading-icon.rep_stats {
        background-position: -229px -4px;
    }
    span.heading-icon.lead_type {
        background-position: -175px -4px;
    }
    span.heading-icon.leads_sources {
        background-position: -175px -4px;
    }
    span.heading-icon.avg_local_time {
        background-position: -175px -4px;
    }
    span.heading-icon.add_customer {
        background-position: 97px 44px;
    }
    span.title-icon.personal_details {
        background-position: 101px 78px;
    }
    span.title-icon.origin {
        background-position: 134px 76px;
    }
    span.title-icon.intermed_stops {
        background-position: 136px 45px;
    }
    span.title-icon.final_dest {
        background-position: 103px 110px;
    }
    span.title-icon.job_details {
        background-position: 139px 111px;
    }
    span.title-icon.additional_move_details {
        background-position: 43px -4px;
    }
    span.title-icon.line_item {
        background-position: 43px -4px;
    }
    span.title-icon.additional_details {
        background-position: 229px 55px;
    }
    span.title-icon.liability_coverage {
        background-position: 76px -5px;
    }
    span.title-icon.internal_details {
        background-position: 171px 56px;
    }
    
    #add-inventory .modal-header {
        padding: 0 15px 15px;
    }
}

@media screen and (max-width: 450px) {
    .search-icon {
        width: 27px;
        height: 27px;
        background-size: 497px auto;
        background-position: -120px 50px;
    }

    .navSearch .input-group-append button {
        padding-left: 0;
    }

    .nav-search {
        width: 110px !important;
    }

    .leadsourceswrap .card-compact {
        width: 100%;
    }

    .leadtypewrapper .leadtype .card-compact {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .leadtypewrapper .leadtype .card-compact {
        justify-content: center !important;
        gap: 10px;
        align-items: center;
        padding: 16px 10px 10px 10px !important;
    }

    .leadtypewrapper .leadtype .card-compact .card-icon {
        left: 0;
        position: relative;
    }

    .leadwrap .leads_wrapper .flex-wrap .card-compact {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        align-items: center !important;
        justify-content: center !important;
        gap: 17px;
        padding: 16px 10px 10px 10px !important;
        display: flex;
    }

    .leadwrap .leads_wrapper .flex-wrap .card-compact .card-icon {
        position: relative;
        left: 0 !important;
    }

    .leadwrap .cardicons .d-flex {
        display: block !important;
    }

    .leadwrap .cardicons .card-compact {
        width: 100% !important;
        padding: 16px 10px 10px 10px !important;
        justify-content: center !important;
        display: flex !important;
    }

    .leadwrap .cardicons .card-compact .card-icon {
        position: relative;
        left: 0 !important;
    }

    .searchResults-contact{
        flex-direction: column;
    }
    .card-compact {
        margin-bottom: 10px;
    }
    .dataTables_wrapper #leadsTable_filter.dataTables_filter input {
        margin-top: 15px;
    }
    
}

.h100vh {
    height: 100vh !important;
}

.mubrform .form-title-badge {
    font-size: 19px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 17px 24px 14px;
    width: 100%;
    text-align: center;
    display: block;
}

.mubrform .card.bg-lightgray {
    padding-top: 90px;
}

.mubrform .input-box.visible {
    min-height: auto;
    padding: 0;
}

.mubrform .input-box .form-group label {
    margin-bottom: 3px;
}

.mubrform .input-box .controls {
    margin-top: 32px;
}

.mubrform .controls button svg {
    width: 14px;
    vertical-align: revert;
}

/* .mubrform .controls .previous svg {
    margin-right: 4px;
}  */

.mubrform .moving-place-size label span {
    display: block;
    font-size: 18px;
    padding: 12px 15px;
    width: auto;
    min-width: 180px;
    background-color: #fff;
}

.mubrform .moving-place-size label {
    margin-bottom: 10px;
    height: auto;
    line-height: 1.1;
}

.movingdetail .form-group {
    display: block;
    font-size: 18px;
    padding: 12px 15px !important;
    width: auto;
    min-width: 180px;
    background-color: #fff;
    border: 1px solid #003F7D !important;
    color: #003F7D;
    border-radius: 4px;
    text-align: left;
    margin-bottom: 15px !important;
}

.movingdetail .form-group p {
    margin-bottom: 6px;
}

.movingdetail .form-group .text-center {
    font-size: 18px;
    text-align: left !important;
    margin-bottom: 9px;
}

.mubrform .btn.btn-primary {
    font-size: 16px;
}


.company-setup-main-container {
    display: flex;
    flex-direction: row;
}
.company-setup-main-container .main-content {
    overflow: hidden;
}
@media (max-width: 600px) {
    .mubrform .card.bg-lightgray {
        padding-top: 70px !important;
    }
}

.mubrform form {
    overflow: visible;
}


.spinner-counter {}

.spinner-counter input[type="number"]::-webkit-inner-spin-button,
.spinner-counter input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
.spinner-counter input[type="number"] {
    -moz-appearance: textfield;
}

@media screen and (max-width: 767px) {
    /*#add-inventory .modal-header {
        background-color: transparent;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0px;
        border-bottom: 0;
        padding-bottom: 0;
    }*/

    #add-inventory .modal-title {
        color: #000;
        margin-bottom: 0;
        font-size: 22px;
    }

    #add-inventory .modal-header {
        max-width: 100%;
    }

    /*#add-inventory .modal-header .input-group input {
        border-right: medium;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
    }

    #add-inventory .modal-header .input-group .input-group-append {
        line-height: 1;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
    }*/

    #add-inventory .modal-header .input-group button {
        /*margin-left: 10px !important;*/
    }

    .company-setup-main-container {
        flex-direction: column;
    }
    .company-sidebar {
        margin-right: 0;
        margin-bottom: 20px;
    }
    #add-inventory .modal-header>div {
        flex-direction: column;
    }
    #add-inventory .modal-header>div .input-group {
        width: 100%;
    }
    #custom-item-btn {
        width: 100% !important;
        /* margin: 15px auto 0;
        background: #fff;
        color: #000 !important;
        border: 2px solid #eee;
        padding: 8px;*/
    }
    /* #custom-item-btn:hover,
    #custom-item-btn:active{
        color: #fff !important;
        background-color: #ff0000;
        border-color: #ff0000;
    } */
        
    #add-inventory .inventory-heading td {
        padding: 10px;
        padding-top: 0;
    }

    #add-inventory .inventory-heading h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    #add-inventory table tbody tr td {
        font-size: 15px;
        padding: 10px;
    }

    #add-inventory .modal-header .row {
        display: block;
        text-align: center;
    }
    
    #add-inventory .spinner-counter .btn.decrementer, .spinner-counter .btn.incrementer {
        width: 30px !important;
        height: 32px !important;
    }
    #add-inventory .modal-content > div {
        width: 100%
    }
    #add-inventory .modal-footer {
        width: 100%;
    }
    .room-btn-wrapper .btn {
        padding: 9px 14px;
        font-size: 14px;
    }
    #add-inventory table tbody tr th {
        padding: 7px 10px;
        font-size: 15px;
    }
    .spinner-counter input[type="number"] {
        width: 35px;
        font-size: 14px;
    }
    .text-large {
        font-size: 20px !important;
    }
    .avg-moving-time .card.card-compact {
        padding: 10px 20px !important;
    }
    .lead-source-card h5 {
        font-size: 21px;
        font-weight: 700;
        margin-bottom: 0;
    }
    .leadtypewrapper .card h4 {
        font-weight: 700;
        margin-bottom: 0;
        font-size: 21px !important;
    }
    
    #pills-home .card, #pills-profile .card, #pills-contact .card{
        padding: 0 !important;
    }
}

@media screen and (max-width: 450px) {
    #pills-reports {
        padding: 30px 1rem;
        margin-top: 2rem;
    }
    #leadsChart {
        margin: 0 auto;
    }
    .leadtypewrapper .card.stat-card, .lead-source-card .card.stat-card {
        margin: 0 !important;
        padding: 15px 0 !important;
    }
    .btn {
        padding: 10px 12px;
    }
    .card-compact {
        margin-bottom: 10px;
    }
    .card {
        padding: 12px !important;
    }
}

@media screen and (max-width: 370px) {

    .navbar .btn-primary {
        min-width: auto !important;
    }
}

@media screen and (max-width: 340px) {
    .nav-search {
        width: 85px !important;
    }
}




.drive_mile {
    padding-left: 20px;
    padding-right: 20px;
}

.drive_mile .drive_item {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.drive_mile .drive_item span {
    width: auto;
    height: auto;
    background-color: #ff0000;
    padding: 5px 12px;
    border-radius: 10px;
    text-align: center;
    font-size: 21px;
    line-height: 1.2;
}
.drive_mile .drive_item h3 {
    font-size: 17px;
  margin-bottom: 0;
  margin-left: 10px;
  font-weight: 400;
}

.drive_center {
    margin-bottom: 20px;
}
.drive_center span {
    font-size: 18px;
    position: relative;
    padding-left: 30px;
}

.drive_center span:before {
    content: "";
    background-image: url(../img/swap.png);
    left: 0;
    width: 30px;
    background-size: 30px;
    position: absolute;
    height: 30px;
}



table.fold-table > tbody > tr.view td,
table.fold-table > tbody > tr.view th {
  cursor: pointer;
}
table.fold-table > tbody > tr.view td:first-child,
table.fold-table > tbody > tr.view th:first-child {
  position: relative;
  padding-left: 20px;
}

table.fold-table > tbody > tr.view:nth-child(4n-1) {
  background: #eee;
}


table.fold-table > tbody > tr.fold {
  display: none;
}
table.fold-table > tbody > tr.fold.open {
  display: table-row;
}

.fold-content {
  padding: 0.5em;
}
.fold-content h3 {
  margin-top: 0;
}
.fold-content > table {
  border: 2px solid #ccc;
}
.pricing-fc-bm .form-inline label{
    justify-content: left;
}

@media (max-width: 991px) {
    .newtable table.dataTable tbody th, .newtable table.dataTable tbody td {
        padding: 8px 3px;
        font-size: 12px;
        line-height: 1.5;
    }
    .newtable th {
        font-size: 12px !important;
    }
}

@media (max-width: 767px) {
    .company-sidebar ul li.active a {
        color: #000 !important;
        background-color: #fff;
    }
    .company-sidebar ul li {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
    .company-sidebar ul li a {
        background-color: #005ab2;
        border: 1px solid #fff;
font-size: 12px;
        margin-bottom: 6px !important;
    }
}


.contentwrap p {
    margin-bottom: 20px !important;
    line-height: 1.3 !important;
}
.textrgt {
    justify-content: right;
}
#signature1, #signature2, #signature3 {
    display: flow-root;
    margin-bottom: 10px;
    margin-top: 10px;
}

.login-navbar .navbar-nav .btn2 {
    border: 2px solid #ff0000;
  background: #F00;
  cursor: pointer;
  color: #fff !important;
  border-radius: 100px;
  border: none;
  padding: 9px 16px;
  width: fit-content;
  min-width: 80px;
  transition: 0.3s;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-weight: 500;
  text-decoration: none !important;
  line-height: 1.4;
}

.login-navbar .navbar-nav .btn1 {
color: #f00 !important;
  border: 2px solid #F00 !important;
  background: #fff !important;
  cursor: pointer;
  border-radius: 100px;
  padding: 10px 16px;
  width: fit-content;
  min-width: 80px;
  transition: 0.3s;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-weight: 500;
  text-decoration: none !important;
  line-height: 1.1;
}