.datepicker.datepicker-dropdown {
    z-index: 9999 !important;
}

.table-custom tr th {
    text-align: center;
    border: 1px solid #ddd;
}

.table-custom tr td {
    text-align: left;
    border: 1px solid #ddd;
}

.table-custom tr td p {
    margin-bottom: 0;
}

.row-deleted {
    background-color: #c0c3c4;
    text-decoration-line: line-through;
}

body {
    font-size: 15px;
    font-family: "Arial";
    color: #000;
}

.form-control {
    font-size: 15px;
}

.content-header > .breadcrumb {
    font-size: 13px;
}

.sidebar-menu li.header {
    font-size: 13px;
}

.btn {
    font-size: 13px;
}

.object-list-filter {
    width: 100% ;
}
.object-list-filter-booking {
    width: calc(100% - 100px);

}
.object-list-filter .collapsed-box {
    margin-bottom: 0;
}

#saved_filters_list {
    display: inline-block;
    margin-bottom: 10px;
}

.saved-filter-item {
    display: flex;
    margin-left: 10px;
    align-items: center;
}

.load-filter {
    font-size: 12px;
    color: #fff;
    background: #67acb0;
    padding: 2px 4px;
    border-radius: 6px;
}

.remove-filter {
    font-size: 15px;
    margin-left: 3px;
    border: none;
}

.box-title {
    font-size: 14px !important;
    font-weight: bold;
}

.box-header {
    padding: 5px !important;
}

.revenue-result {
    margin-top: 20px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.1;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.main-header .logo img {
    width: 100% !important;
    height: 100% !important;
    padding: 7px !important;
}

.main-header .logo {
    padding: 0 !important;
}

.login-logo > a {
    display: block;
    height: 100px;
}

.login-logo > a > img {
    height: 100%;
}

.table-scroll {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    height: calc(100vh - 175px);
}

.table-lead-report {
    height: calc(100vh - 205px);
}
.table-lead-report-all {
    height: calc(100vh - 300px);
}
.table-lead-report-product {
    height: calc(100vh - 330px);
}
.table-lead-report-mkt {
    height: calc(100vh - 330px);
}
.table-scroll table {
    width: 100%;
    min-width: 1280px;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.table-scroll th,
.table-scroll td {
    padding: 5px 10px;
    border: 1px solid #f8f8f8;
    vertical-align: top;
}

.table-scroll thead {
    background: lightseagreen;
    color: #fff;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0;
    vertical-align: middle !important;
    z-index: 10;
}
.lead-report-sum-row {
    background: lightseagreen;
    color: #fff;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 146px;
    vertical-align: middle !important;
    z-index: 10;
}
.lead-report-doctor-sum-row {
    background: lightseagreen;
    color: #fff;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    vertical-align: middle !important;
    z-index: 10;
    top: 113px;
}
.sticky-col-lead-report-1,.sticky-col-lead-report-2,.sticky-col-lead-report-3{
    position: -webkit-sticky !important;
    position: -moz-sticky !important;
    position: -o-sticky !important;
    position: -ms-sticky !important;
    position: sticky !important;
    left: 0;
    background: lightseagreen;
    color: #fff;
    vertical-align: middle !important;
    z-index: 9;
}
.sticky-col-lead-report-2 {
    left: 62px;
}
.sticky-col-lead-report-3 {
    left: 182px;
}

.box-footer {
    padding: 0;
}

.content {
    padding: 5px 5px 0px 5px;
}

.navbar-custom-menu-div {
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar-custom-menu-div h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
}

.navbar-static-top {
    display: flex;
}

.custom-header-profile {
    display: flex !important;
}

.select-2-filter-result {
    display: flex;
    justify-content: space-between;
}

.underline-blue {
    color: #0b93d5;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 768px) {
    .navbar-custom-menu-div {
        width: calc(100% - 50px);
    }

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        right: 0;
    }
    .lead-report-sum-row {
        top: 80px;
    }
}

.pagination {
    margin: 0;
    font-size: 14px;
}

tr.lead-report-sum-row th {
    font-weight: bold;
    text-align: center;
}

.footer-header-table {
    color: #af072e;
    font-weight: bold;
}

.table-tr-recipe {
    background: #639f9b;
}

.table-body-center tr td{
    text-align: center;
}

.long-text {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    height: 32px;
}

.long-text p{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.webview {
    font-size: 13px;
    font-weight: normal;
}
.webview .table-scroll {
    height: 100vh !important;
}
.webview th {
    min-width: 50px !important;
    white-space: nowrap;
    letter-spacing: -0.3px;
    padding: 5px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    border-bottom-width: 1px !important;
}
.webview th p{
    margin: 0;
}
.webview td {
    white-space: nowrap;
    padding: 5px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    border-bottom-width: 1px !important;
}
.webview td span{
    font-size: 11px !important;
    letter-spacing: -0.5px;
}
.webview .lead-report-sum-row {
    top: 50px;
}
.webview .sticky-col-lead-report-2 {
    left: 50px;
}
.webview .sticky-col-lead-report-3 {
    left: 127px;
}
.webview .lead-report-doctor-sum-row {
    top: 50px;
}
