body,
.brand-link,
button,
.btn-primary {
    font-size: 16px !important;
}
body {
    font-family: 'Noto Sans JP' ;
    color: #000000;
}

a, button, .dropdown-menu {
    box-shadow: none !important;
}

.form-control-focus-purple:focus {
    outline-color: #6558F5;

}
.form-control:not(select) {
    height: calc(2.25rem + -1px);
    border: 1px solid #B7B7B7!important;
}
form:not(#formConfirmParcel, #formConfirmParcel) button:is(.btn-add-trader, .btn-add-settlement, .show-modal-parcel-number, .btn.disabled, 
.show-modal-trading-partner, .btn-get-parcel, .btn-get-trading-partner, .btn-get-settlement-items) {
    height: calc(2.25rem + -1px) !important;
    line-height: 0.2;
}
form .btn-postcode {
    height: calc(2.25rem + -1px) !important;
    line-height: 1.3;
}
.form-control-focus-purple {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-checkbox-purple {
    accent-color: #6558F5;
}

#logout_sidebar_button {
    position: fixed;
    bottom: 0;
    left: -30px;
    margin-bottom: 10px;
    display: inline-block;
}


.gr-grey {
    background-color: #dee2e6;
}

/* create account  */
.account-create {
    margin-top: 10%;
    margin-left: 20%;
    background-color: #dee2e6;
}

.flex {
    display: flex;
}

#swal2-html-container {
    margin: 0px !important;
}

.bg-light{
    background-color: #E2E2E2 !important;
}

.nav-notification {
    position: relative;
    display: inline-block;
}

.badge-notification {
    margin-left: 6px;
}

.cursor-pointer{
    cursor: pointer;
}
.w-14
{
    width: 14% !important;
}
.w-10
{
    width: 10% !important;
}
#datatable_filter {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.title-item {
    background-color: #EFEFEF;
}

.object-cover {
    object-fit: cover;
}

#toggle_password, #toggle_new_password, #toggle_password_confirm {
    margin-left: -30px;
}

.btn-custom {
    color: white;
    background-color: #024B5A;
    border-color: #024B5A;
    box-shadow: none;
}

.btn-custom:hover {
    color: white;
    background-color: #024B5A;
    border-color: #024B5A;
}

.btn-upload-csv, a.btn-custom:not(.btn-postcode, .btn-download-file-pdf, .btn-download-file-pdf-preview, .btn-link-edit-construction), #btnExport,
#modalParcelShow, #create-water-light-heats, #create_summary, .btn-detail-rentroll,
#create-construction, button.btn-custom:is(.btn-preview-report), #btn_copy_budget, #btn_confirm_budget{
    background-color: #006B80 !important;
    border-color: #006B80 !important;
}

.btn-upload-csv:hover, a.btn-custom:not(.btn-postcode, .btn-download-file-pdf, .btn-download-file-pdf-preview):hover,
#btnExport:hover, #modalParcelShow:hover, #create-water-light-heats:hover,
#create_summary:hover, .btn-detail-rentroll:hover, #create-construction:hover, button.btn-custom:is(.btn-preview-report):hover,
#btn_copy_budget:hover, #btn_confirm_budget:hover {
    background-color: #006B80 !important;
    border-color: #006B80 !important;
}

#btnExport, .btn-custom-deposit {
    z-index: 20;
    font-size: 20px !important;
}

@media (min-width: 768px) {
    .border-md-bottom {
        border-bottom: 1px solid #dee2e6!important
    }

    .border-md-0 {
        border: 0  !important;
    }

    .main-header, .content-wrapper {
        margin-left: 215px !important;
    }

    .bs-popover-bottom {
        left: 45px !important;
    }

    .bs-popover-bottom.many-level {
        left: 90px !important;
    }
}

.tab-list .nav-link.active {
    border-bottom: 4px solid #003235;
}

 .title-form {
    background-color: #99C4CC;
    font-size: 20px !important;
    height: 50px;
    color: #000000 !important;
}

#datatable_wrapper .odd {
    background-color: #EFEFEF !important;
}

.title-table {
    background-color: #99C4CC;
    font-size: 20px !important;
    font-weight: normal;
    text-align: center;
    color:  #000000 !important;
}

.datatable_info_clone {
    padding-top: 3px;
    color: #000000 !important;
}

.icon-push-custom
{
    height: 30px;
    width: 30px;
}
.ml-8{
    margin-left: 8rem!important;
}

.pr-17{
    padding-right: 17px !important;
}

.bg-gray-300 {
    background-color: #EFEFEF !important;
}

.delete-file {
    color: #006b80;
}

/* custom css paginate datatable */
.paginate_button.page-item.active a {
    border-color : #006b80 !important;
    background-color: #006b80 !important;
}

.paginate_button.page-item a {
    color: #006b80;
}

#datatable_paginate {
    margin-top: 10px;
}

/* custom datatable infor */
#datatable_length .custom-select, #datatable-contracts_length .custom-select, #datatable_summaries_length .custom-select, #datatable1_length .custom-select,
#datatable_invoice_length .custom-select, #datatable-result-management_length .custom-select{
    font-size: 16px;
    margin-left: 4px;
    color: #000000 !important;
    background: #fff url('../images/icon-angel-down.svg') right .75rem center/8px 10px no-repeat;
    appearance: none;
    padding-right: 30px;
}

/* icon toggle sidebar custom */
.icon-toggle-sidebar {
    position: fixed;
    z-index: 3;
    top: 50%;
    margin-left: -18px;
    width: 32px;
    height: 32px;
}

.modal-confirm-delete, .modal-update-flag-complete, .modal-confirm {
    max-width: 25% !important;
}

.modal-confirm-logout {
    max-width: 450px;
}

.modal-confirm-delete, .modal-update-flag-complete, .modal-confirm span, #model_confirm {
    font-size: 20px;
}
.custom-radio, .custom-checkbox {
    accent-color: #006b80;
}
.custom-text-decoration {
    color: #006b80;
    text-decoration: underline;
}
.modal-header .close {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -19px;
    right: -19px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #000 !important;
    color: #fff !important;
    opacity: 1 !important;
    z-index: 10;
    cursor: pointer;
    border: 0px;
    text-shadow: none !important;
}

.modal-header .close span img {
    width: 40px;
    height: 40px;
    border-color: #000;
}

.modal-max-width {
    max-width: 80vw;
}

.modal-max-height {
   height: 80vh;
}

.table {
    border-bottom: 1px solid #dee2e6;
}

.box-business-name {
    border: 1px solid #BEBEBE;
}

.iframe-preview-pdf
{
    width: 100%;
    height: calc(80vh - 50px - 50px - 70px - 20px);
    overflow: auto;
}
.box-search {
    background-color: #99C4CC;
    font-size: 20px;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: 2.25rem!important;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background: rgba(255,0,0,0.2 );
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.overflow-x-auto {
    overflow-x: auto !important;
}

.text-decoration-underline {
    text-decoration: underline;
}

.box-bank-account-info label {
    width: 100px;
    margin-right: 3px;
    padding-left: 7.5px;
    padding-right: 7.5px;
}
#modal_upload_csv .box-preview, #modal_upload_csv .box-upload  {
    height: 50vh;
}

.box-upload {
    border: 1px dashed #B1B1B1;
    box-shadow: none;
}

.hover-show-scrollbar::-webkit-scrollbar {
    display: none;
}

#modal_upload_csv .btn-custom:disabled  {
    background-color: #DFDFDF !important;
    color:  black;
    border: 1px solid #DFDFDF;
}


@media (min-width: 1500px) {
    #modal_upload_csv .modal-dialog {
        max-width: 1400px;
    }

    .modal-xl, .modal-max-width {
        max-width: 70vw !important;
    }
}

.btn-update-flag-complete {
    background-color: #99C4CC;
    font-size: 20px;
    border-color: #99C4CC;
    color: #000;
}

.custom-checkbox {
    width: 18px;
    height: 18px;
}

td p {
    margin: 0;
}

td.text-left, td.text-center, td.text-right{
    vertical-align: middle;
}

.tooltip-inner {
    background-color:#024B5A;
    color: #fff;
    max-width: 100%;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #024B5A;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #024B5A;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #024B5A;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #024B5A;
}

.btn-batch-operation {
    border-color: #006B80;
    border-radius: 0.3rem !important;
}

.file-name-pdf, .file-name-pdf:hover {
    color: rgb(2,75,90);
    text-decoration: underline;
}

.dropdown-box-batch-operation {
    min-width: 100%;
}

.dropdown-box-batch-operation > * {
    white-space: nowrap;
}

.dropdown-box-batch-operation button:hover {
    background-color: #CCE1E6;
    border-radius: unset
}

input[type="checkbox"] {
    accent-color: #006B80;
    border: unset;
    border-radius: unset !important;
}

.dataTables_length select.custom-select {
    border-color: #006B80;
}

.dataTables_length select.custom-select {
    appearance: auto;
    background: unset;
    padding: 0 10px;
}

.display-content {
    display: contents;
}

.padding-top {
    padding-top: 8px;
}

.modal-xl {
    max-width: 80vw;
}

.modal-content-parcel,
#modal-confirm-account-edit .modal-content,
#createDepositAccount .modal-content,
#modal_form_summary .modal-content,
#preview_form .modal-content
{
    height: 80vh;
}

#preview_form .modal-content
{
    height: auto;
}


#modalParcel .custom-scrollbar,
#modal-edit-contract .custom-scrollbar {
    position: relative;
    overflow-x: auto;
}

.fixed-bottom-modal {
    position: absolute;
    bottom:0px;
}
.btn-close-box-preview {
    position: absolute;
    top: -18px;
    right: -20px;
    opacity: 1;
    z-index: 10;
}

#createConstructionModal .form-items,
#createNewWaterModal .form-items,
#createTraderModal .form-items,
#createSettlementItemModal .form-items,
#createManagedPropertyModal .form-items,
#modal-confirm-result-management-edit .form-items,
#common_create_parcel_modal .form-items,
#preview_form .preview-content {
    height: calc(100vh - 300px);
    overflow: hidden;
    overflow-y: scroll;
}

select:not(#selectCompany) {
    border-color: #006B80;
}

input.postcode-first {
    max-width: 55px;
}

input.postcode-second {
    max-width: 70px;
}

#notificationsContainer {
    background-color: #DFDFDF;
}

.dropdown-menu-arrow-notification {
    left: 96% !important;
}

.dropdown-menu-arrow-notification::after {
    border-bottom-color: #DFDFDF !important;
    border-width: 25px 10px !important
}

.dropdown-notification {
    padding:  0 !important;
    margin-top: 18px;
    right: -42px !important;
    width: 785px !important;
}

.list-notification::-webkit-scrollbar{
    width:5px;
    height: 5px;
    }

.list-notification::-webkit-scrollbar-thumb{
  background:#006B80;
  border-radius:5px;
}

.notification-content a {
    width: 662px !important;
    font-size: 15px !important;
}

.dropdown-menu-arrow {
    top: -18px;
    left: 20%;
    width: 0;
    height: 0;
    position: relative;
    display: block;
}
.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 7px 8px;
    border-style: solid;
    border-color: transparent;
    z-index: 1001;
}
.dropdown-menu-arrow:after {
    bottom: -18px;
    right: -8px;
    border-bottom-color: #003236;
}
.dropdown-menu-arrow:before {
    bottom: -17px;
    right: -8px;
    border-bottom-color: rgba(0,0,0,.15);
}

table.dataTable td {
    padding: 0.25rem;
    color: #000000 !important;
}

table.dataTable th, #table-rentrolls th {
   color: #000000 !important;
   font-weight: normal !important;
   white-space: nowrap;
}

table tr.odd {
    background-color: #efefef !important;
}
table tr.even {
    background-color: #ffffff !important;
}

.text-confirm-logout {
    font-size: 20px !important;
}

.btn-logout {
    color: white;
    background-color: #024B5A;
    border-color: #024B5A;
    box-shadow: none;
    font-size: 20px !important;
}

.font-size-20px {
    font-size: 20px !important;
}

.box-search p, table.dataTable .title-table {
    font-size: 20px !important;
    color: #000000 !important;
}

.dataTables_paginate.paging_full_numbers li:not(:last-child) {
    margin-right: 10px;
}

#datatable_paginate li a {
    text-align: center;
}

.color-unset {
    color: unset !important;
}

.title-item .badge.badge-primary {
    background-color: #2900FF !important;
    font-size: 14px !important;
    font-weight: normal !important;
    border-radius: 6.5px !important;
}

.title-item .badge.badge-danger {
    background-color: #FF0000 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    border-radius: 6.5px !important;
}

.modal .modal-header {
    border-bottom: none;
}

table th input[type=checkbox], table td input[type=checkbox]  {
    width: 18px !important;
    height: 18px !important;
}

.modal.show {
    padding-right: 0px !important;
}
.text-nowrap:not(.btn-custom):not(.name-item) , .col-form-label, .sub_parcel_number, .text-dark, .floor, .ground_underground, label:not(.btn-custom) , button:not(.btn-custom , .btn_edit_parcel, .swal2-confirm),
#selectYear, #selectMonth, #selectCurrentDateContract, #selectCurrentMonthContract{
    color: #000000 !important;
}

.table td {
    border-bottom: 1px solid #B1B1B1;
}

#selectManageProperty {
    width: 400px !important;
    color: #000000 !important;
}

.main-sidebar
.box-select-company {
    position : relative;
    display: flex;
    align-items: center;
}

.main-sidebar
.box-select-company
#selectCompany {
    appearance: none;
}

.main-sidebar
.box-select-company::after{
    content: url('./../images/icon-monstr-arrow.svg');
    position: absolute;
    z-index: 999;
    top: 18px;
    right: 10px;
    background: #003235;
    width: 20px;
    height: 20px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    padding-bottom: 4px;
}

.nav.tab-list li.nav-item, .select-managed-property-item label,
.btn-search, .btn-detail-rentroll, .btn-search-partners, .btn-search-construction,
#btn_issue_invoice, .btn-upload-csv, #showCreateAccountModal, #btn_download_template_csv, .btn-search-settlement-item,
.btn-add-settlement-item, .btn-search-managed-trading-partner, .btn-add-manage-trading-partner, .btn-search-partners,
.btn-add-trading-partners, .btn-edit-trading-partners, .btn-search-managed-property, .btn-add-manage-properties,
.btn-edit-manage-properties, .btn-search-managed-parcel, .btn-add-manage-parcel, #btn_copy_budget, #btn_confirm_budget,
 #preview_report, #btn_create_report, #btn_download_report, .btn-download-file-pdf-preview:not(.btn-not-preview-pdf-payment){
    font-size: 20px !important;
}

.btn-login {
    background-color: #006B80 !important;
    border-color: #006B80 !important;
    color: white;
}

.border-dark {
    border-color: #707070 !important;
}

.file-color {
    color: #024B5A;
}

.div-checkbox {
    position: relative;
    float:left;
}

.div-checkbox label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 0px;
    appearance: none;
    border: 1px solid #707070;
}

.div-checkbox label:after {
    background: #024B5A;
    content: url('./../images/icon-check-mark.svg');
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
    left: -1px;
    border-top: none;
    border-right: none;
    opacity: 0;
}

.div-checkbox input[type=checkbox] {
    visibility: hidden;
}

.div-checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #E2E2E2;
    opacity: 1;
}

.table td .div-checkbox{
    margin-left: 0.5rem;
}

.invalid-feedback{
    color: #FF0000!important;
}

.form-control:not(#selectCompany) {
    color: #000000 !important;
}

.white-space-nowrap {
    white-space: nowrap;
}

.white-space {
    white-space: pre-line !important;
}

#model_confirm button[data-dismiss="modal"] {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}

.custom-style {
    color: #fff;
    background-color: #dc3545;
}
