.trello-board {
    overflow-x: auto;
    padding: 20px 10px;
    height: calc(100vh - 40px);
}

.columns-container {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    min-height: 100%;
}

.column {
    flex: 0 0 300px;
    margin-bottom: 10px;

}

.column .column-header {
    min-height: 50px;
    background: #ebecf0;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.column-header h3 {
    margin: 0;
    padding: 5px;
    font-size: 12px;
}

.column-header-left {
    width: 50%;
}

.column-header-right {
    width: 50%;
    text-align: right;
}

.colum-header-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-content: space-between;
}

.wpp-loan-count {
    font-size: 12px;
}

.column .address {
    font-size: 12px;
}

.column .amount-info {
    font-size: 12px;

}

.column .payment-info {
    font-size: 12px;
}

.column .amount-info {
    display: flex;
    justify-content: center;
}

.column .payment-info {
    display: flex;
    justify-content: center;
}

.column .st-2 {
    width: 10%;
    text-align: center;
}

.column .st-1 {
    width: 45%;
    text-align: right;
}

.column .st-3 {
    width: 45%;
    text-align: left;
}

.column .wcard-footer {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}

.wpp-loan-count b {
    font-weight: 100;
}

.wpp-nit span {
    font-size: 12px;
    color: #6d6d6d;
}

.wpp-total {
    font-size: 12px;
    color: #6d6d6d;
}

.column .cards-container {
    min-height: 50px;
    background: #ebecf0;
    border-radius: 5px;
    padding: 10px;
}

.column a.card {
    background: white;
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 3px;
    box-shadow: none;
    border: none;
    text-decoration: none;
    cursor: move !important;
    line-height: 1rem;
}

.card-content {
    min-height: 20px;
}

.card-content {
    outline: none;
}

.h-top {
    color: #1da365;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}

.card-placeholder {
    background: #e0e0e0;
    border: 2px dashed #a0a0a0;
    border-radius: 3px;
    height: 50px;
    margin-bottom: 8px;
}

.column-placeholder {
    background: #e0e0e0;
    border: 2px dashed #a0a0a0;
    border-radius: 5px;
    width: 300px;
}

.add-card-btn, #add-column-btn, #add-file-btn {
    background: rgba(9, 30, 66, .04);
    border: none;
    border-radius: 3px;
    color: #5e6c84;
    cursor: pointer;
    padding: 8px 12px;
    width: 100%;
    text-align: left;
}

.add-card-btn:hover, #add-column-btn:hover, #add-file-btn:hover {
    background: rgba(9, 30, 66, .08);
    color: #172b4d;
}


.add-column {
    flex: 0 0 346px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}


.delete-column {
    width: 28px;
    height: 28px;
    position: absolute;
    top: -11px;
    right: -11px;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a00' d='M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.7;
    transition: opacity 0.2s;
    background-size: 20px;
}

.delete-column:hover {
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23dc3232' d='M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z'/%3E%3C/svg%3E");
}

body.wpp-lmd-point .navbar {
    position: fixed;
    width: 100vw;
    z-index: 99;
}

body.wpp-lmd-point nav#sidebar {
    position: fixed;
}

body.wpp-lmd-point nav#sidebar,
body.wpp-lmd-point main {
    margin-top: 68px;
}

.loan-status-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 5px;
}

.loan-status-bar__left,
.loan-status-bar__right {
    display: flex;
    align-items: center;
}

.loan-status-bar__icon {
    margin-right: 5px;
}

.loan-status-bar__title {
    font-weight: bold;
}

.loan-status-bar__select {
    margin-right: 10px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.loan-status-bar__button {
    margin-left: 5px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.loan-status-bar__more-actions {
    margin-left: 5px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

button#add-column-btn, #add-file-btn {
    width: auto;
    background-color: #2cc77f;
    color: #fff;
    border-bottom: 3px solid #288d5e;
    transition: .3s all;
}

button#add-column-btn:hover, #add-file-btn:hover {
    background-color: #22ad6c;
    border-color: #08693c;
    color: #fff;
}

.add-column-footer {
    display: flex;
    justify-content: space-between;
}


.add-column-footer button {
    width: 45%;
    border-radius: .2rem;
    border-width: 0 0 3px 0px;
    padding: .4rem 0;
    line-height: 1.2rem;
    color: #fff;
    transition: all .5s;
}

button#cancel-column-btn {
    background-color: #f94556;
    border-color: #ed3244;
}

button#cancel-column-btn:hover {
    background-color: #e13e4e;
    border-color: #ca2938;
}

button#confirm-column-btn {
    background-color: #2cc77f;
    border-bottom: 3px solid #288d5e;
}

button#confirm-column-btn:hover {
    background-color: #22ad6c;
    border-color: #08693c;
}

.wpp-nit b {
    font-size: 13px;
}

.column-header-left h3 {
    padding-left: 0;
}

.wpp-loan-count b {
    margin-left: 5px;
}

.wpp-save-button-panel {
    position: fixed;
    background-color: #fff;
    padding: 8px 15px 9px;
    border-bottom: 1px solid #c3c4c7;
    left: 0;
    z-index: 99;
    margin-top: -50px;
    width: 16.6%;
    text-align: center;
}

.wpp-save-button {
    border: 2px solid #29bf7a;
    border-radius: 5px;
    background-color: #29bf7a;
    color: #fff;
    min-width: 54px;
    padding: 3px 15px;
    font-weight: 400;;
    transition: .5s all;
    width: 100%;
    display: block;
    text-decoration: none;
}

.wpp-save-button:hover {
    border-color: #198754;
    background-color: #198754;
}


.wpp-lmd-point-loan .wpp-iside {
    margin-top: 50px;
}

form#wpp-sl-form {
    position: relative;
}

.wpp-lmd-point-loan .wpp-field.vertical-orient {
    flex-direction: column;
}

.wpp-super-accordion-header {
    background-color: transparent;
    padding: .5rem 1rem;
}

.wpp-super-accordion-header h5 {
    margin-bottom: 0;
}

.wpp-super-accordion-header h5 span {
    font-weight: 400;
}

div#kanban-stats {
    display: flex;
    font-size: .9rem;
}

div#kanban-stats span {
    font-weight: 600;
    margin: 0 10px 0 1px;
}

div#kanban-stats .tl.int-loan-count span {
    margin-right: 3px;
}

.custom-fee-item.mb-2 > div > input {
    width: 150px;
    min-width: 150px;
    font-size: .8rem;
    font-weight: 300;
    margin-right: 50px
}

a.nav-link.active.current-point {
    color: #29bf7a;
}

a.nav-link.active.current-point:hover {
    color: #198754;
}

.loan-status-bar__button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    font-size: 14px;
    color: #d9534f;
    background-color: transparent;
    border: 1px solid #d9534f;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.loan-status-bar__button:hover {
    background-color: #d9534f;
    color: white;
}

.loan-status-bar__button .loan-status-bar__icon,
.loan-status-bar__button .fas {
    width: 14px;
    height: 14px;
}

h1.wpp-sl-h {
    margin-left: 0;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

#wpp-brokerage-form .wpp-field {
    margin-bottom: .7rem;
}

#wpp-brokerage-form label.form-label {
    margin-bottom: .1rem;
    font-weight: 400;
}

#wpp-brokerage-form .form-control {
    border-radius: 0 !important;
    padding: .1rem 0.75rem !important;
}

.wpp-header-wrap-left {
    display: flex;
    align-items: center;
}

a.wpp-manager-link {
    margin-left: 30px;
    color: #272727;
    text-decoration: none;
    transition: .5s all;
}

a.wpp-manager-link:hover {
    color: #0d6efd;
}

.wpp-lmd-point-loan #main_property-collapse .wpp-field {
    display: block;
}

div#other_properties-collapse label {
    width: auto;
    min-width: fit-content;
    text-align: right;
    padding-right: 10px;
}

label.wpp-fields-block-label {
    min-width: 200px;
}

.wpp-lmd-point nav#sidebar {
    position: fixed;
}


.fullpage-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullpage-preloader:after {
    content: '';
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}