#leaseTable {
    margin-top: -1px !important;
}

#userTable {
    margin-top: -1px !important;
}

#chatMessages {
    height: 500px;
    max-height: 500px;
    overflow-y: auto; /* Ensure messages stay contained and scrollable */
}

.chatbox .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.chatbot-user-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #48b8f4;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

.enter_manually_btn {
    padding: 10px 40px;
}

/* Add this to custom.css */
.loginleft span::after,
.loginleft span::before {
    width: 0px;
}

/* Lease Chatbot specific styles */
.lease-chatbot .form-select {
    min-width: 200px;
    margin-left: 15px;
}

.lease-chatbot .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lease-chatbot .is-invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.lease-chatbot .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.lease-chatbot .is-invalid ~ .invalid-feedback {
    display: block;
}

.dropdown-web{
    max-width: 200px;
    width: 100%;
}

/* Add these styles */
@media screen and (max-width: 767px) {
    .dropdown_cont_bg .d-flex {
        gap: 5px;
    }
    
    .dropdown_cont_bg .d-flex > div {
        flex: 1 1 100%;
    }

    .dropdown_cont_bg .d-flex:last-child {
        margin-top: 5px;
    }
}

.feedback-disabled {
    color: #336AEA !important;
}

.tile_change_percentage_text {
    top: 35%;
    right: -5%;
}


.border-grey {
    border: 1px solid var(--greyborder);
}