@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-weight: 600;
    font-family: 'Sarabun', sans-serif;
    color: #343a40;
}
.header-title {
    font-weight: 600;
    font-size: 1.25rem;
}
.header-title span {
    font-weight: 600;
    font-size: 1.25rem;
}

/* Log in */
body.authentication-bg {
    background-image: url(../images/login-bg.jpg);
}
label {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 5px;
    font-weight: 500;
}
.login-container .form-control {
    height: calc(1.5em + .9rem + 14px);
}
.login-container .form-group {
    margin-bottom: 1.1875rem;
}
.login-container .btn {
    font-size: 1rem;
    font-weight: 500;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
/* Nav Bar */
body[data-sidebar="dark"] .logo-box {
    background-color:#2C343B;
}
.navbar-custom.capsure-nav {
    background-color: #e3e9ed;
}
.navbar-custom.capsure-nav.dev-mode {
    background-color: #f9c851!important;
}
.navbar-custom .topnav-menu .nav-link {
    padding: 0 20px;
}
.topnav-menu .notification-list .noti-icon-badge {
    min-width: 20px;
    border-radius: 10px;
    height: 20px;
    right: 10px;
    top: 13px;
}
#sidebar-menu > ul > li > a {
    padding: 8px 20px;
}
.left-side-menu {
    padding: 10px 0;
}
#sidebar-menu .menu-title {
    font-size: .75rem;
    font-weight: 600;
}
.noti-text,
.logout-text {
    font-weight: 600;
    padding-left: 5px;
}
.navbar-custom .fe-log-out {
    font-weight: 600;
}
.navbar-logout-btn {
    border-left: 2px solid #cbd4d9;
}

.notification-list .dropdown-item {
    border-bottom: 1px solid #d1d8dd4f;
    background-color: transparent;
}

.notify-item.notify-all {
    border-bottom: 0px solid #d1d8dd4f;
    box-shadow: 0px -2px 1px #00000008;
}
.notification-list .dropdown-menu {
    padding-bottom: 0px;
}

/* Staff Page */
.btn i{
    padding-right: 10px;
}
.staff-list-page .btn i{
    padding-right: 10px;
}
.form-btn-group .btn{
    width: 25%;
}
.form-btn-group.contract-profile .btn {
    width: 140px;
}
.contract-title .btn{
    width: 140px;
    margin-top: -8px !important;
    display: block;
    height: 38px;
}
.btn-right .btn{
    /* width: 140px; */
    margin-top: -8px !important;
    display: block;
    height: 38px;
    padding-left: 20px;
    padding-right: 20px;
}
.text-profile {
    margin-top: 0px;
}
.text-profile div{
    font-size: 1.125rem;
    color: #343a40;
    font-weight: 500;
}
.role-profile div,
.name-profile div,
.email-profile div,
.phone-profile div {
    margin-bottom: 5px;
}
.underline-style-1 {
    margin-top: 20px;
    margin-bottom: 14px;
    width: 100%;
    height: 1px;
    background-color:transparent;
    border-bottom: 2px solid #dfdfdf;
}
.underline-style-2 {
    margin-top: 13px;
    margin-bottom: 24px;
    width: 100%;
    height: 1px;
    background-color: transparent;
    border-bottom: 2px solid #dfdfdf;
}
.underline-style-3 {
    margin-top: 24px;
    margin-bottom: 14px;
    width: 100%;
    height: 1px;
    background-color:transparent;
    border-bottom: 2px solid #dfdfdf;
}
.role-profile {
    margin-top: -12px;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 1px solid #2c343b;
}
.pl-13 {
    padding-left: 13px;
}
/* form */
.form-row {
    margin-bottom: 0;
}
.table-row-btn-group {
    text-align: right;
}
.table-row-btn {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #71b6f9;
    border-radius: 3px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
}
.table-row-btn:hover {
    border: 1px solid #71b6f9;
    background-color:  #71b6f9;
    color: #fff;
}
.table-pagination {
    border-top: 1px solid #dee2e6;
    padding-top: 20px;
}
.table-pagination .pagination {
    margin-bottom: 0;
}

/* Table Search */
.table-search-bar {
    /* background-color: #ebeff2; */
    padding: 0;
    height: 40px;
}
.table-search-bar .app-search .btn {
    background-color:#f5f5f5;
    border-color: transparent;
    color: #6c757d;
    border-radius: 0 30px 30px 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.table-search-bar .app-search .input-group-append {
    margin-left: 0;
    z-index: 4;
}
.table-search-bar .app-search .form-control {
    border: none;
    height: 40px;
    width: 240px;
    padding-left: 20px;
    padding-right: 0;
    color: #323a46;
    background-color:#f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px 0 0 30px;
}
.table-search-bar .app-search .app-search-box {
    /* display: table-cell;
    vertical-align: middle; */
}
.table-search-bar .app-search {
    overflow: hidden;
    height: 40px;
    /* display: table; */
    max-width: 320px;
    margin-right: 0px;
}
.input-group-append .btn i {
    padding-right: 0;
}
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: right;
}
div.dataTables_wrapper div.dataTables_filter input {
    width: 280px;
}
div.dataTables_wrapper div.dataTables_length select {
    margin-left: 6px;
    margin-right: 6px;
}
.form-control-sm {
    height: calc(1.5em + .56rem + 10px);
}
.custom-select-sm {
    height: calc(1.5em + .56rem + 10px);
}
table.dataTable {
    margin-top: 0px !important;
    border-bottom: 1px solid #dee2e6;
}
.dt-bootstrap-custom .dataTables_length,
.dt-bootstrap-custom .dataTables_filter {
    display: none;
}
table.dataTable.nowrap th, table.dataTable.nowrap td,
table.dataTable.nowrap th div, table.dataTable.nowrap td div {
    font-size: 14px;
}
table.dataTable.nowrap th small, table.dataTable.nowrap td small,
table.dataTable.nowrap th .small, table.dataTable.nowrap td .small {
    margin-top: -2px;
    display: block;
}
.table td, .table th {
    font-size: 14px;
}
/* Customer Profile */
.dataTables_info{
    /* display: none; */
    padding-top: 14px;
    font-size: 12px;
}

/* Chart */
.chartjs-chart {
    margin-top: 24px;
}
.chart-title-group {
    margin-top: 20px;
}
.chart-title {
    margin-left: 10px;
    margin-right: 10px;
}
.chart-color-box {
    height: 10px;
    width: 30px;
    margin-top: 7px;
    margin-right: 10px;
}
.chart-title-text {
    font-size: 14px;
}
.chart-color-1 {
    background-color: rgba(230, 230, 230, 0.6);
}
.chart-color-2 {
    background-color:rgba(254, 91, 91, 0.6);
}
.chart-color-3 {
    background-color: rgba(71, 253, 110, 0.6);
}
.add-parcel a.btn {
    color: #fff;
}
/* Mortgage */
.table-search-bar .app-search {
    overflow: hidden;
    height: 40px;
    /* display: table; */
    max-width: 320px;
    margin-right: 0px;
}
.datepicker-days tr>.today.day {
    /* background-color: #fff !important;
    color: #8a8a8a !important; */
}
.parcel-container {
    background-color: rgba(236, 236, 236, 0.38);
    padding: 0.9rem 1.5rem;
    /* -webkit-box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    box-shadow: 0 .75rem 6rem rgba(56,65,74,.03); */
    margin-bottom: 10px;
    border-radius: .25rem;
    transition: 0.2s;
}
.parcel-container:hover {
    background-color: rgba(236, 236, 236, 0.7);
}
.delete-parcel-row-btn {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    color:  #71b6f9;
    border: 1px solid #71b6f9;
    border-radius: 3px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
    margin-top: 8px;
}
.delete-parcel-row-btn:hover {
    border: 1px solid #71b6f9;
    background-color: #71b6f9;
    color: #fff;
}
.dropzone {
    width: 100%;
    border: 2px dashed #dee2e6;
    background: #fff;
    border-radius: 6px;
    color: #6c757d;
    cursor: pointer;
}
.dropfile-box i {
    font-size: 60px;
    color: #d3d3d3;
}
/* Select2 */
.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: .9rem;
    color: #6c757d;
    height: calc(1.5em + .9rem + 2px);
    padding: .45rem 1.9rem .45rem .9rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    vertical-align: middle;
}
.contract-successed {
    opacity: 0.7;
    background-color: #f5f4f5;
}

/* Monthly Report */
.monthly-summary {
    /* background-color: rgba(236, 236, 236, 0.38); */
    background-color: rgba(236, 236, 236, 0);
    padding: 1.5rem 1.5rem;
    -webkit-box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    margin-bottom: 10px;
    border-radius: .25rem;
    transition: 0.2s;
    border: 2px solid #10c48c;
}
.monthly-summary:hover {
    /* background-color: rgba(236, 236, 236, 0.7); */
}
.monthly-interest-list table thead tr th:last-child {
    opacity: 1;
}
.monthly-interest-list table thead tr th:last-child::before,
.monthly-interest-list table thead tr th:last-child::after {
    display: none;
}
.tab-content {
    padding: 20px 0px 0px 0px;
    border: 0px solid #dee2e6;
}
label.select-monthly {
    width: 100px;
    margin-bottom: 0;
}
.summary-title {

}
.summary-title-bullet {
    padding-left: 10px;
    margin-left: 10px;
    position: relative;
}
.summary-title-bullet::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #939393;
    display: block;
    position: absolute;
    left: 0px;
    top: 11px;
    /* margin-top: auto;
    margin-bottom: auto;
    bottom: 0; */
}
.summary-result {
    /* width: 40%; */
}
.summary-result-2 {
    /* width: 40%; */
}
.summary-title,
.summary-result {
    /* width: 50%; */
}
.summary-view-result-btn, .monthly-contract-view-result-btn, .installment-monthly-view-result-btn {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #71b6f9;
    border-radius: 3px;
    margin-bottom: 0px;
    display: inline-block;
    font-size: 14px;
    transition: 0.1s;
    color: #71b6f9;
    background-color: #fff;
}
.summary-view-result-btn {
    width: 54px;
}
.summary-result-col-1 {
    /* margin-right: 5px; */
}
.summary-result-col-2 {
    margin-left: 10px;
}
.summary-result-col-2:nth-of-type(3) {
    /* min-width: 240px; */
    text-align: right;
    padding-right: 0px;
}
.summary-result-2 > div:nth-of-type(1) {
    min-width: 190px;
    text-align: right;
}
.summary-result-2 > div.nw-100 {
    min-width: 100%;
    text-align: right;
}
.summary-result-2 > div:nth-of-type(2) {
    min-width: 150px;
    text-align: right;
}
.summary-result-col-2 span {
    text-align: left;
}
.summary-result-col-3 {
    margin-left: 15px;
}
.monthly-summary-body {
    width: 100%;
    color: #343a40;
}
.monthly-summary-body:nth-of-type(1) {
    /* padding-right: 1.5rem; */
    /* border-right: 1px solid #dfdfdf; */
}
.monthly-summary-body:nth-of-type(2) {
    /* padding-left: 1.5rem; */
}
.monthly-summary-body:nth-of-type(2) .summary-result-col-1 {
    /* font-size: 20px; */
    font-weight: 600;
}
.monthly-summary-body:nth-of-type(2) .summary-result-col-2 {
    /* font-size: 20px; */
    font-weight: 600;
}
.monthly-summary-body > div.d-flex{
    /* padding: 10px;
    background-color: #343a400d;
    margin-bottom: 5px;
    border-radius: 4px; */
    /* background: #f8f8f8; */
    margin-bottom: 5px;
    border-radius: 3px;
    padding: 10px;
    padding-top: 12px;
    border-left: 3px solid #939393 !important;
    border: 1px solid #e4e4e4;
}
.summary-view-result-btn:hover {
    border: 1px solid #71b6f9;
    background-color:  #71b6f9;
    color: #fff;
    /* font-size: 14px; */
}
.select-in-title {
    margin-top: -22px;
    margin-left: 10px;
}
.select-in-title-2 {
    margin-top: -8px;
    margin-left: 10px;
}
.select-in-title .select2-container {
    width: 160px !important;
}
.all-summary {
    /* background-color: rgba(236, 236, 236, 0.38); */
    background-color: rgba(236, 236, 236, 0);
    padding: 1.5rem 1.5rem;
    -webkit-box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    margin-bottom: 0px;
    border-radius: .25rem;
    transition: 0.2s;
    border: 2px solid #10c48c;
}
.all-summary div {
    font-weight: 500;
    color: #343a40;
}
.all-summary:hover {
    /* background-color: rgba(236, 236, 236, 0.7); */
}
.all-summary-body > div {
    /* margin-top: 10px;
    margin-bottom: 10px; */
    /* padding: 5px 0px; */
    font-weight: 500;
    /* font-size: 20px; */
    /* background: #f8f8f8; */
    margin-bottom: 5px;
    border-radius: 3px;
    padding: 10px;
    padding-top: 11px;
    border-left: 3px solid #939393 !important;
    border: 1px solid #e4e4e4;
}
.all-summary-body .row {
    margin-right: 0px;
    margin-left: 0px;
}
.all-summary-body .summary-title,
.all-summary-body .summary-result {
    /* font-size: 18px;  */
}
.monthly-summary-body > div {
    padding: 5px 0px;
}
.all-summary-body {
    width: 100%;
    color: #343a40;
}
.all-summary-body:nth-of-type(1) {
    /* padding-right: 1.5rem; */
    /* border-right: 1px solid #dfdfdf; */
}
.all-summary-body:nth-of-type(2) {
    padding-left: 1.5rem;
}
.monthly-table .nav-item:nth-of-type(2) {
    margin-left: 10px;
    border: 1px solid #7d747c;
}
.monthly-table .nav-item:nth-of-type(1) {
    border: 1px solid #7d747c;
}
.monthly-table .nav-item.active {
    background-color: #71b6f9;
    border: 1px solid #71b6f9;
}

/* Datepicker Range */
.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 18px !important;
}

/* Contract List */
.contract-list-container table thead tr th:last-child {
    opacity: 1;
}
.contract-list-container table thead tr th:last-child::before,
.contract-list-container table thead tr th:last-child::after {
    display: none;
}
.contract-list-filter {
    margin-bottom: 20px;
}
.filter-bg {
    background-color: rgb(144, 151, 167);
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    /* -webkit-box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    box-shadow: 0 .75rem 6rem rgba(56,65,74,.03); */
    margin-bottom: 1.5rem;
    border-radius: .25rem;
    transition: 0.2s;
    /* border: 2px solid rgba(236, 236, 236, 0.38); */
}
.filter-bg label,
.filter-bg h4 {
    color: #fff;
}
.filter-bg h4 {
    /* display: none; */
    font-size: 16px;
}
.filter-bg label {
    /* margin-top: 0px !important; */
}
/* Customer List */
.table-responsive table thead tr th {
    /* background-color: #dee2e6; */
    background-color: #e9edf0;
    border-top: 0px;
    /* border-radius: 10px; */
    /* border-bottom: 10px solid #555555; */
    /* border-collapse: collapse; */
    box-shadow: inset 1px 0 0 #dee2e6;
}
.table-responsive table thead tr th::after,
.table-responsive table thead tr th::before {
    opacity: 1 !important;
}
.table-responsive table thead tr th:nth-of-type(1) {
    border-top-left-radius: .25rem;
    /* border-bottom-left-radius: .25rem; */
    box-shadow: inset 0px 0 0 #dee2e6;
}
.table-responsive table thead tr th:last-child {
    border-top-right-radius: .25rem;
    /* border-bottom-right-radius: .25rem; */
    border-right: 0px solid #555555;
}
.customer-list-container table thead tr th:last-child::after,
.customer-list-container table thead tr th:last-child::before {
    opacity: 1;
    display: none;
}
.customer-list-filter {
    margin-bottom: 20px;
}

/* Invester */
.invester-list-container table thead tr th:last-child::after,
.invester-list-container table thead tr th:last-child::before {
    opacity: 1;
    display: none;
}

/* Contract Details */
.estimated-price {
    /* background-color: #10c48c; */
    /* background-color: rgba(236, 236, 236, 0); */
    padding: 1.5rem 1.5rem;
    -webkit-box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    margin-bottom: 10px;
    border-radius: .25rem;
    transition: 0.2s;
    border: 2px solid #10c48c;
    border-left-width: 5px;
}
.estimated-price small {
    color: #10c48c;
    /* font-size: 1rem; */
}
.estimated-price div {
    color: #10c48c;
    font-size: 1.6rem;
    font-weight: 600;
}
.loan-total {
    /* background-color: #10c48c; */
    /* background-color: rgba(236, 236, 236, 0); */
    padding: 1.5rem 1.5rem;
    -webkit-box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    margin-bottom: 10px;
    border-radius: .25rem;
    transition: 0.2s;
    border: 2px solid #343a40;
    border-left-width: 5px;
}
.loan-total small {
    /* color: #10c48c; */
    /* font-size: 1rem; */
}
.loan-total div {
    /* color: #10c48c; */
    font-size: 1.6rem;
    font-weight: 600;
}
.contract-img-contianer {
    margin-bottom: 10px;
}
.contract-img-contianer .thumb-img {
    margin-top: 10px;
    margin-right: 10px;
}
.contract-img-contianer .thumb-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 3px;
}
.contract-img-contianer .thumb-img img:hover {
    filter: brightness(1.2);
}
.contract-document {
    margin-bottom: 4px;
}
.contract-document a {
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    color: #fff;
    background-color: #10c48c;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
}
.contract-document a i {
    margin-right: 10px;
}
.contract-document a:hover {
    filter: brightness(1.1);
}
.parcel-details-container {
    padding: 0rem 0rem 1.5rem 0rem;
    -webkit-box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    margin-bottom: 0px;
    border-radius: .25rem;
    transition: 0.2s;
    border: 2px solid #343a40;
}
.parcel-details-inner {
    padding: 1rem 1.5rem 0 1.5rem;
}
.parcel-details-container h4 {
    margin-top: 0px;
    background: #4d5257;
    color: #fff;
    padding: 0.75rem 1.5rem;
    font-size: 16px;
    margin-bottom: 0;
}
.parcel-img-contianer {
    margin-bottom: 0px;
}
.parcel-img-contianer .thumb-img {
    margin-top: 10px;
    margin-right: 10px;
}
.parcel-img-contianer .thumb-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 3px;
}
.parcel-img-contianer .thumb-img img:hover {
    filter: brightness(1.2);
}
.contract-btn-group {
    position: relative;
    width: 100%;
    /* top: 70px; */
    z-index: 3;
}
.contract-btn-fixed {
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.74);
    left: 240px;
    padding-left: 20px;
    top: 70px;
    padding-bottom: 5px;
    box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
}
.contract-btn {
    width: 150px;
    height: 50px;
    font-size: 1.125rem;
    font-weight: 500;
}
.contract-mt-1,
.contract-mt-2 {
    margin-top: 45px;
}
.contract-interest-table .nav-item:nth-of-type(2) {
    margin-left: 10px;
    border: 1px solid #7d747c;
}
.contract-interest-table .nav-item:nth-of-type(1) {
    border: 1px solid #7d747c;
}
.contract-interest-table .nav-item.active {
    background-color: #71b6f9;
    border: 1px solid #71b6f9;
}
.table-row-btn.table-btn-danger {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #ff000d;
    color: #ff000d;
    border-radius: 3px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
}
.table-row-btn.table-btn-danger:hover {
    border: 1px solid #ff000d;
    background-color: #ff000d;
    color: #fff;
}
.custom-modal .modal-header {
    background-color: #c8cddc;
}
.modal {
    background: #000000b5;
}
.contract-details-checkbox-flex .checkbox {
    width: 50%;
}
.dropzone.upload-image-modal .dz-message {
    text-align: center;
    margin: 0 !important;
}
.dropzone.upload-image-modal .dropfile-box i {
    font-size: 44px;
    color: #d3d3d3;
}

.text-paid{
    color: rgba(71, 253, 110);
}

.text-overdue{
    color: rgba(254, 91, 91);
}
.paid {
    background-color: rgba(71, 253, 110, 0.3);
}

.overdue {
    background-color: rgba(254, 91, 91, 0.3);
}

/* Interest earned */
/* .yearly-total {
    background-color: rgba(236, 236, 236, 0.38);
    background-color: rgba(236, 236, 236, 0);
    padding: 1.5rem 1.5rem;
    -webkit-box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    margin-bottom: 10px;
    border-radius: .25rem;
    transition: 0.2s;
    border: 2px solid #10c48c;
} */
.yearly-total {
    /* background-color: #10c48c; */
    /* background-color: rgba(236, 236, 236, 0); */
    padding: 1.5rem 1.5rem;
    -webkit-box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    margin-bottom: 10px;
    border-radius: .25rem;
    transition: 0.2s;
    border: 2px solid #10c48c;
    border-left-width: 5px;
}
.yearly-small {
    padding: .7rem 1.5rem;
}
.yearly-total small {
    color: #10c48c;
    /* font-size: 1rem; */
    font-size: 0.875rem;
}
.yearly-total div {
    color: #10c48c;
    font-size: 1.6rem;
    font-weight: 600;
}

.yearly-total span {
    color: #10c48c;
    font-size: 1.6rem;
    font-weight: 600;
}
.earned-total-list table thead tr th:last-child {
    opacity: 1;
}
.earned-total-list table thead tr th:last-child::before,
.earned-total-list table thead tr th:last-child::after {
    display: none;
}

/* Monthly Overview */
.monthly-overveiw-container {
    border: 2px solid #fac936;
    border-radius: .25rem;
    box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    border-left-width: 5px;
}
.monthly-overveiw-container-2 {
    border: 2px solid #343a40;
    border-radius: .25rem;
    box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    border-left-width: 5px;
}
.monthly-overveiw-container-3 {
    border: 2px solid #10c48c;
    border-radius: .25rem;
    box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    border-left-width: 5px;
}
.monthly-overveiw-container-4 {
    border: 2px solid #1cbef0;
    border-radius: .25rem;
    box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    border-left-width: 5px;
}
.monthly-overveiw-container-5 {
    border: 2px solid #535bcc;
    border-radius: .25rem;
    box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    border-left-width: 5px;
}
.monthly-overveiw-box h4 {
    color: #343a40;
    margin-bottom: 0px;
    margin-top: 4px;
    /* font-weight: 400; */
}
.monthly-overveiw-box-2 h4 {
    color: #343a40;
    margin-bottom: 0px;
    margin-top: 4px;
    /* font-weight: 400; */
}
.monthly-overveiw-box-3 h4 {
    color: #343a40;
    margin-bottom: 0px;
    margin-top: 4px;
    /* font-weight: 400; */
}
.monthly-overveiw-box-4 h4 {
    color: #343a40;
    margin-bottom: 0px;
    margin-top: 4px;
    /* font-weight: 400; */
}
.monthly-overveiw-box-5 h4 {
    color: #343a40;
    margin-bottom: 0px;
    margin-top: 4px;
    /* font-weight: 400; */
}
.monthly-overveiw-box {
    padding: 1.5rem 1.5rem;
    /* -webkit-box-shadow: 0 .75rem 6rem rgba(56,65,74,.03); */
    /* box-shadow: 0 .75rem 6rem rgba(56,65,74,.03); */
    margin-bottom: 0px;
    border-radius: .25rem;
    transition: 0.2s;
    background-color: #fff;
    /* border: 2px solid #f3f3f3; */
    /* background-color: #e8d74c; */
    /* text-align: center; */
    /* background-color: #10c48c; */

    /* padding: 1.5rem 1.5rem;
    -webkit-box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    margin-bottom: 10px;
    border-radius: .25rem;
    transition: 0.2s;
    border: 2px solid #343a40; */

}
.monthly-overveiw-box-2 {
    border: 0px solid #343a40;

    padding: 1.5rem 1.5rem;
    margin-bottom: 0px;
    border-radius: .25rem;
    transition: 0.2s;
    background-color: #fff;
}
.monthly-overveiw-box-3 {
    border: 0px solid #10c48c;

    padding: 1.5rem 1.5rem;
    margin-bottom: 0px;
    border-radius: .25rem;
    transition: 0.2s;
    background-color: #fff;
}
.monthly-overveiw-box-4 {
    border: 0px solid #1cbef0;

    padding: 1.5rem 1.5rem;
    margin-bottom: 0px;
    border-radius: .25rem;
    transition: 0.2s;
    background-color: #fff;
}
.monthly-overveiw-box-5 {
    border: 0px solid #535bcc;
    padding: 1.5rem 1.5rem;
    margin-bottom: 0px;
    border-radius: .25rem;
    transition: 0.2s;
    background-color: #fff;
}
.monthly-overveiw-box small {
    /* color: #343a40; */
    color: #fac936;
    /* font-size: 1rem; */
    font-size: 0.875rem;
    display: block;
    /* text-align: center; */
}
.monthly-overveiw-box div {
    /* color: #fff; */
    color: #fac936;
    font-size: 1.6rem;
    font-weight: 600;
    /* text-align: center; */
}
.monthly-overveiw-box-2 div {
    /* color: #fff; */
    color: #343a40;
    font-size: 1.6rem;
    font-weight: 600;
    /* text-align: center; */
}
.monthly-overveiw-box-3 div {
    /* color: #fff; */
    color: #10c48c;
    font-size: 1.6rem;
    font-weight: 600;
    /* text-align: center; */
}
.monthly-overveiw-box-4 div {
    /* color: #fff; */
    color: #1cbef0;
    font-size: 1.6rem;
    font-weight: 600;
    /* text-align: center; */
}
.monthly-overveiw-box-5 div {
    /* color: #fff; */
    color: #535bcc;
    font-size: 1.6rem;
    font-weight: 600;
    /* text-align: center; */
}
.monthly-overveiw-title {
    font-size: 16px;
    /* text-align: center; */
}
.monthly-overveiw-ico .fa-coins {
    font-size: 40px;
    margin-left: 34px;
    margin-top: 2px;
    margin-right: 10px;
    color: #fac936;
}
.monthly-overveiw-ico .fa-money-bill-wave {
    font-size: 40px;
    margin-left: 34px;
    margin-top: 2px;
    margin-right: 10px;
    color: #343a40;
}
.monthly-overveiw-ico .fa-seedling {
    font-size: 40px;
    margin-left: 34px;
    margin-top: 2px;
    margin-right: 10px;
    color: #10c48c;
}
.monthly-overveiw-ico .mdi-account-cash {
    font-size: 50px;
    margin-left: 34px;
    margin-top: 2px;
    margin-right: 10px;
    color: #1cbef0;
}
.monthly-overveiw-ico-2 .mdi-account-cash {
    font-size: 50px;
    margin-left: 34px;
    margin-top: 2px;
    margin-right: 10px;
    color: #535bcc;
}
/* .title-thb {
    color: #10c48c;
    font-size: 14px !important;
    display: block;
    text-align: center;
} */
.capital-total {
    /* background-color: #10c48c; */
    /* background-color: rgba(236, 236, 236, 0); */
    padding: 1.5rem 1.5rem;
    -webkit-box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);
    margin-bottom: 10px;
    border-radius: .25rem;
    transition: 0.2s;
    border: 2px solid #343a40;
}
.capital-total small {
    /* color: #10c48c; */
    /* font-size: 1rem; */
}
.capital-total div {
    /* color: #10c48c; */
    font-size: 1.6rem;
    font-weight: 600;
}

/* Notification */
.notification-list .notify-item .notify-details span {
    font-size: 15px;
    display: inline;
    font-weight: 500;
}
.notification-list .dropdown-menu {
    padding-top: 4px;
}
.noti-text-date {
    color: #ff5b5b !important;
}
.notification-list .notify-item .notify-icon {
    line-height: 32px;
    margin-top: 4px;
}
.bg-contract {
    background-color: #ff5b5b !important;
}
.bg-invester {
    background-color: #10c469 !important;
}
.noti-scroll {
    max-height: 400px;
}

/* Dashboard */
.notification-type-title h4 {
    margin-top: 0;
}
.notification-type-title h4 span{
    color: #ff5b5b;
}
.title-red {
    color: #ff5b5b;
}
.notification-type-title h4 span small i{
    font-size: 12px;
}
.notification-group {
    background: #ffffff;
    margin-bottom: 5px;
    border-radius: 3px;
    padding: 10px;
    padding-top: 11px;
    /* border-left: 3px solid #939393 !important; */
    border: 1px solid #e4e4e4;
    padding: 10px 20px;
    transition: 0.1s;
}
.notification-group:hover {
    border: 1px solid #ff5b5b;
    transform: scale(1.02);
    background-color: #ffeaea;
}
.notification-confirm:hover {
    border: 1px solid #10c469;
    transform: scale(1.02);
    background-color: #ecfff6;
}
.notification-confirm .noti-text-date {
    color: #10c469 !important;
}

.notification-confirm .bg-contract{
    background-color: #10c469 !important;
}

.notification-group a {
    display: block;
    font-size: 15px;
    font-weight: 500;
}
.notification-details {
    margin-bottom: 0px;
}
.notification-details span{
    font-size: 14px;
    font-weight: 500;
    color: #343a40;
    margin-bottom: 0px;
}
.noti-pagination .btn{
    background: #fff;
    color: #2a2a2a;
    border: 1px solid #dddddd;
}
.noti-pagination .noti-btn-active {
    background: #71b7ff;
    color: #ffffff;
}
.noti-pagination .btn:hover {
    background: #71b7ff;
    color: #ffffff;
}

/* Export File */
.export-btn-group .btn{
    width: 50%;
}

/* Media Query */
@media (max-width: 1600px) {
    /* Chart */
    .chart-color-box {
        height: 10px;
        width: 10px;
        margin-top: 7px;
        margin-right: 10px;
    }
}
@media (max-width: 1199px) {
    .contract-btn {
        width: 120px;
    }
    .contract-mt-2 {
        margin-top: 0px;
    }
    .contract-mt-2 > .mt-3 {
        margin-top: 0px !important;
    }

    /* Monthly Overview */
    .monthly-overveiw-container {
        flex-direction: column !important;
        padding-top: 30px;
    }
    .monthly-overveiw-box {
        text-align: center;
        padding-top: 14px;
    }
    .monthly-overveiw-box div span {
        display: block;
    }
    .monthly-overveiw-ico .fa-coins {
        font-size: 40px;
        margin-left: 0px;
        margin-top: 2px;
        margin-right: 0px;
        color: #fac936;
    }
}
@media (max-width: 1049px) {
    .contract-btn-fixed {
        left: 70px;
    }
}
@media (max-width: 991.98px) {
    /* Chart */
    .chartjs-chart {
        width: 340px;
    }
}
@media (max-width: 991.98px) {
    /* Chart */
    .chartjs-chart {
        width: 340px;
    }

    /* Monthly-Report */
    .summary-title {
        font-size: 14px !important;
    }
    .select-in-title {
        margin-top: -2px;
        margin-left: 0px;
        margin-bottom: 1.5rem;
    }
    .select-in-title .select2-container {
        width: 100% !important;
    }
    .all-summary-body,
    .monthly-summary-body {
        width: 100%;
        color: #343a40;
    }
    .all-summary-body:nth-of-type(1),
    .monthly-summary-body:nth-of-type(1) {
        padding-right:0rem;
        border-right: 0px solid #dfdfdf;
    }
    .all-summary-body:nth-of-type(2),
    .monthly-summary-body:nth-of-type(2) {
        padding-left: 0rem;
    }
    .monthly-summary-body > div:nth-of-type(5) {
        border-top: 0px solid #dfdfdf;
        margin-top: 5px;
        /* padding-top: 16px; */
    }
    .monthly-summary-body:nth-of-type(2){
        /* border-top: 1px solid #dfdfdf; */
        margin-top: 0px;
        padding-top: 0px;
    }
    .monthly-table .nav-item:nth-of-type(2) {
        margin-left: 0px;
        border: 1px solid #7d747c;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .monthly-table .nav-item:nth-of-type(1) {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .contract-interest-table .nav-item:nth-of-type(2) {
        margin-left: 0px;
        border: 1px solid #7d747c;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .contract-interest-table .nav-item:nth-of-type(1) {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .nav-pills .nav-link {
        border-radius: .25rem;
        width: 50%;
        text-align: center;
    }
    .summary-result-2 > div:nth-of-type(1) {
        min-width: 84px;
        font-size: 14px;
    }
    .summary-result-2 > div:nth-of-type(2) {
        /* min-width: auto; */
        font-size: 14px;
    }
    .all-summary div {
        font-size: 14px;
    }
    .summary-result-col-2 {
        margin-left: 10px;
        font-size: 14px;
    }
    .summary-result > div {
        font-size: 14px;
    }
    .summary-result-2 > div span {
        font-size: 14px;
    }
    /* Create Contract */
    .parcel-sectionn .modal-dialog {
        max-width: 600px !important;
        margin: 1.75rem auto;
    }

    /* Monthly Overview */
    .monthly-overveiw-container {
        flex-direction: column !important;
        padding-top: 30px;
    }
    .monthly-overveiw-box {
        text-align: center;
        padding-top: 14px;
    }
    .monthly-overveiw-box div span {
        display: block;
    }
    .monthly-overveiw-ico .fa-coins {
        font-size: 40px;
        margin-left: 0px;
        margin-top: 2px;
        margin-right: 0px;
        color: #fac936;
    }

    /* Monthly Overview */
    .monthly-overveiw-container-2,
    .monthly-overveiw-container-3,
    .monthly-overveiw-container-4,
    .monthly-overveiw-container-5 {
        flex-direction: column !important;
        padding-top: 30px;
    }
    .monthly-overveiw-box,
    .monthly-overveiw-box-2,
    .monthly-overveiw-box-3,
    .monthly-overveiw-box-4,
    .monthly-overveiw-box-5 {
        text-align: center;
        padding-top: 14px;
    }
    .monthly-overveiw-box div span,
    .monthly-overveiw-box-2 div span,
    .monthly-overveiw-box-3 div span,
    .monthly-overveiw-box-4 div span,
    .monthly-overveiw-box-5 div span {
        display: block;
    }
    .monthly-overveiw-ico .fa-coins,
    .monthly-overveiw-ico .fa-seedling,
    .monthly-overveiw-ico .mdi-account-cash,
    .monthly-overveiw-ico .fa-money-bill-wave,
    .monthly-overveiw-ico-2 .mdi-account-cash{
        /* font-size: 40px; */
        margin-left: 0px;
        margin-top: 2px;
        margin-right: 0px;
        /* color: #e8d74c; */
    }
    .monthly-overveiw-box-4,
    .monthly-overveiw-box-5 {
        padding-top: 0;
    }

    /* Dashboard */
    .header-title span.title-red {
        display: block;
        font-size: 16px;
    }

}
@media (max-width: 767.98px) {
    /* Data Table */
    .table-responsive .col-sm-12,
    .table-responsive .col-md-7,
    .table-responsive  .col-md-5 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .dataTables_paginate ul {
        margin: 1rem 0 1rem !important;
    }
    /* Contract Details */
    .contract-btn-fixed {
        left: 0px;
        padding-left: 0px;
    }
    .contract-btn {
        width: 20%;
        height: 40px;
        font-size: 14px;
        font-weight: 500;
        flex-basis:calc(20% - 12px);
        margin-left: 5px;
        margin-right: 5px;
    }
    .contract-mt-2 {
        margin-top: 0px;
    }

    /* monthly report */
    .select-in-title .input-group-text{
        padding: .45rem .45rem;
        font-size: 12px !important;
    }
    .select-in-title .input-group > .form-control {
        font-size: 12px;
    }
    .select-in-title .input-group-text i{
        font-size: 14px;
    }
    .summary-result-col-2 {
        display: none;
    }
    .summary-result-2 > div:first-child {
        display: none;
    }
    .hide-thb {
        display: none;
    }
    .all-summary-body > div,
    .monthly-summary-body > div.d-flex {
        padding: 0;
        padding-top: 0px;
        padding-bottom: 5px;
        border-left: 0px solid #939393 !important;
        border: 0px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
    }
    .add-on {
        font-size: 12px;
    }
    .summary-title {
        width: 30%;
        font-size: 14px !important;
    }
    .summary-title-bullet {
        padding-left: 0px;
        margin-left: 0px;
        position: relative;
    }
    .summary-title-bullet::before {
        display: none;
    }
    .all-summary-body > div {
        flex-wrap: wrap;
    }
    .monthly-summary-body > div.d-flex {
        flex-wrap: wrap;
    }
    .summary-result {
        width: 10%;
    }
    .summary-result-2 {
        width: 37%;
        padding-right: 10px;
        margin-left: 10px;
    }
    .summary-result-2 > div:nth-of-type(1) {
        width: 50%;
        text-align: left;
        display: none;
    }
    .select-in-title {
        margin-top: -2px;
        margin-left: 0px;
        margin-bottom: 1.25rem;
    }
    .summary-result-2 > div:nth-of-type(2) {
        /* width: 100%; */
    }

    .all-summary div {
        font-size: 12px;
    }
    .summary-result-col-3 {
        margin-left: 0px;
        margin-top: 0px;
        /* width: 100%; */
    }
    .blank-btn {
        opacity: 0;
    }
    .summary-view-result-btn,
    .monthly-contract-view-result-btn {
        width: 40px;
        font-size: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .monthly-contract-view-result-btn,
    .installment-monthly-view-result-btn {
        /* width: 100%; */
    }
    .summary-view-result-btn, .monthly-contract-view-result-btn {
        padding-top: 1px;
        display: block;
    }
    .summary-borderless {
        border-bottom: 0px solid transparent !important;
        padding-bottom: 0px !important;
    }
    table.dataTable.nowrap th, table.dataTable.nowrap td, table.dataTable.nowrap th div, table.dataTable.nowrap td div {
        font-size: 10px;
    }
    .page-item.disabled .page-link {
        font-size: 10px;
    }
    .nav-pills .nav-link {
        font-size: 12px;
    }
}
@media (max-width: 576px) {
    /* Navbar */
    .logout-text {
        display: none;
    }
    .topnav-menu .fe-menu {
        font-size: 32px;
    }
    .navbar-custom .topnav-menu .nav-link {
        padding-left: 22px;
        padding-right: 12px;
    }
    /* Staff Page */
    .staff-list-page .btn i{
        padding-right: 10px;
    }
    .form-btn-group .btn{
        width: 100%;
    }
    .form-btn-group.contract-profile .btn {
        width: 100%;
    }
    .contract-title .btn{
        width: 100%;
        margin-bottom: 10px !important;
    }
    .btn-right .btn{
        width: 100%;
        margin-bottom: 10px !important;
    }

    /* Chart */
    .chartjs-chart {
        width: 100%;
    }

    /* Monthly Report */
    .select-in-title label {
        width: 100%;
        margin: 10px 0px 10px 0px !important;
        display: block;
        text-align: left !important;
    }
    .all-summary,
    .monthly-summary {
        padding: 1rem 1.25rem 0.7rem 1.25rem;
    }
    .summary-title {
        font-size: 10px !important;
        /* width: 100%; */
    }
    .summary-result {
        font-size: 10px;
        /* width: 100%; */
        /* align-items: baseline; */
    }
    .summary-result .summary-result-col-1 {
        font-size: 10px;
    }
    .summary-result .summary-result-col-2,
    .summary-result .summary-result-col-3 {
        font-size: 10px;
    }
    .summary-result .summary-result-col-3 {
        margin-left: auto;
    }
    .summary-view-result-btn {
        font-size: 10px;
    }
    .summary-result-2 > div:nth-of-type(1) {
        font-size: 10px;
        min-width: auto;
    }
    .summary-result-2 > div:nth-of-type(2) {
        font-size: 10px;
        min-width: auto;
    }
    .summary-result-2 > div:nth-of-type(2) span{
        font-size: 10px;
        min-width: auto;
        display: none;
    }
    .summary-result-2 > div span {
        font-size: 10px;
    }
    .all-summary-body > div,
    .monthly-summary-body > div {
        flex-wrap: wrap;
    }
    .monthly-summary h4 {
        line-height: 24px;
    }
    .nav-pills .nav-link {
        font-size: 12px;
    }

    /* Datepicker Range */
    .drp-buttons {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .drp-selected {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .daterangepicker .drp-selected {
        padding-left: 10px;
        padding-right: 10px;
    }
    .drp-buttons button {
        margin-left: 5px;
        margin-right: 5px;
    }

    /* Contract Details */
    .contract-btn-fixed {
        position: relative;
        top: 0;
    }
    .contract-btn {
        width: 50%;
        flex-basis:calc(50% - 10px);
        height: 40px;
        font-size: 14px;
        font-weight: 500;
        /* flex: 1 0 auto; */
        margin-left: 5px;
        margin-right: 5px;
    }
    .contract-btn-fixed {
        width: 100%;
        background: none;
        padding: 0px;
        box-shadow: 0 .75rem 6rem rgba(56,65,74,.0);
    }
    .contract-mt-1, .contract-mt-2 {
        margin-top: 0px;
    }
    .contract-details-checkbox-flex .checkbox {
        width: 100%;
    }

    /* Create Contract */
    .parcel-sectionn .modal-dialog {
        max-width: 600px !important;
        margin: 1.75rem auto;
    }

    /* Create Contract */
    .parcel-sectionn .modal-dialog {
        max-width: 600px !important;
        margin: 1.75rem auto;
    }

    /* Monthly Overview */
    .monthly-overveiw-container {
        flex-direction: row !important;
        padding-top: 0px;
    }
    .monthly-overveiw-box {
        text-align: left;
        padding-top: 14px;
    }
    .monthly-overveiw-box div,
    .monthly-overveiw-box-2 div,
    .monthly-overveiw-box-3 div,
    .monthly-overveiw-box-4 div,
    .monthly-overveiw-box-5 div{

        font-size: 18px;
    }
    .monthly-overveiw-box div span {
        display: block;
    }
    .monthly-overveiw-ico .fa-coins {
        font-size: 40px;
        margin-left: 0px;
        margin-top: 2px;
        margin-right: 0px;
        color: #fac936;
    }
    .monthly-overveiw-box h4 {
        color: #343a40;
        margin-bottom: 0px;
        margin-top: 4px;
        font-size: 14px;
    }
    .monthly-overveiw-container-2,
    .monthly-overveiw-container-3,
    .monthly-overveiw-container-4,
    .monthly-overveiw-container-5 {
        flex-direction: row !important;
        padding-top: 0px;
    }
    .monthly-overveiw-box,
    .monthly-overveiw-box-2,
    .monthly-overveiw-box-3,
    .monthly-overveiw-box-4,
    .monthly-overveiw-box-5 {
        text-align: left;
        padding-top: 10px;
        padding-bottom: 12px;
    }
    .monthly-overveiw-box div span,
    .monthly-overveiw-box-2 div span,
    .monthly-overveiw-box-3 div span,
    .monthly-overveiw-box-4 div span,
    .monthly-overveiw-box-5 div span {
        display: inline;
    }
    .monthly-overveiw-ico .fa-coins,
    .monthly-overveiw-ico .fa-seedling,
    .monthly-overveiw-ico .mdi-account-cash,
    .monthly-overveiw-ico .fa-money-bill-wave,
    .monthly-overveiw-ico-2 .mdi-account-cash{
        font-size: 23px;
        margin-left: 20px;
        margin-top: 2px;
        margin-right: 0px;
    }
    .monthly-overveiw-box-4,
    .monthly-overveiw-box-5 {
        padding-top: 10px;
    }
    .monthly-overveiw-title {
        font-size: 14px;
        margin-bottom: -2px;
        display: block;
    }
    .monthly-overveiw-box-2 div {
        font-size: 18px;
    }

    /* Dashboard */
    .header-title span.title-red {
        display: block;
        font-size: 16px;
    }

    /* Export File */
    .export-btn-group .btn{
        width: 100%;
    }
}
