

#components-reconnect-modal {
    display: none;
}

:root {
    --mainTheme: #3f5889;
    --mainBG: #f7f7f3;
    --resPrimary: #0aa699;
    --colorBlue: #2d5177;
    --colorBlack: #1b1e24;
    --colorWhite: #ffffff;
    --mainBG: #f7f7f3;
    --colorBlue: #2d5177;
    --colorBlack: #1b1e24;
    --colorRed: #dc3545;
    --colorGreen: #198754;
    --colorWhite: #ffffff;
    --colorLightGray: #e6e6e6;
    --colorGray: #828282;
    /*--mainTheme: #3f5889;
    --mainBG: #f7f7f3;
    --colorLightGreen: #0aa699;
    --colorBlue: #2D5177;
    --colorBlack: #1b1e24;
    --colorRed: #dc3545;
    --colorGreen: #198754;
    --colorWhite: #ffffff;
    --colorLightGray: #e6e6e6;
    --colorGray: #828282;*/
}

/* table filter css */
.filter-lable {
    font-size: 11px;
    color: rgb(107, 114, 128);
    font-weight: 500;
    margin-bottom: 4px;
    letter-spacing: 0.03em;
}

.filter-select {
    border: 1px solid rgb(209, 213, 219);
    border-radius: 4px;
    padding: 6px 28px 6px 10px;
    font-size: 12px;
    background-color: white;
    cursor: pointer;
    color: rgb(55, 65, 81);
    outline: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236b7280' fill='none' strokeWidth='1.5'/%3E%3C/svg%3E&quot;");
    background-repeat: no-repeat;
    background-position: right 8px center;
    width: 100%;
}

.table-header {
    background: rgb(255, 255, 255);
    border-top: none;
    border-right: 1px solid rgb(229, 231, 235);
    border-bottom: 1px solid rgb(229, 231, 235);
    border-left: 1px solid rgb(229, 231, 235);
    border-image: initial;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.table-filter-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.table-filter-show-label {
    font-size: 12px;
    color: rgb(107, 114, 128);
}

.table-filter-show-select {
    border: 1px solid rgb(209, 213, 219);
    border-radius: 4px;
    padding: 5px 24px 5px 8px;
    font-size: 12px;
    background-color: white;
    cursor: pointer;
    color: rgb(55, 65, 81);
    outline: none;
    appearance: none;
    background-image: url(";data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236b7280' fill='none' strokeWidth='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    width: 72px;
}

.table-filter-show-entry-label {
    font-size: 12px;
    color: rgb(107, 114, 128);
}

.table-filter-search-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.table-filter-search-label {
    font-size: 12px;
    color: rgb(107, 114, 128);
}

.table-filter-search-input {
    border: 1px solid rgb(209, 213, 219);
    border-radius: 4px;
    padding: 6px 10px 6px 28px;
    font-size: 12px;
    color: rgb(55, 65, 81);
    outline: none;
    width: 200px;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
}

.table-filter-search-icon {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(156, 163, 175);
    pointer-events: none;
}
/* end table filter css */
.relative {
    position: relative;
}


/* table css */

.table-container {
    background: rgb(255, 255, 255);
    border-top: none;
    border-right: 1px solid rgb(229, 231, 235);
    border-bottom: 1px solid rgb(229, 231, 235);
    border-left: 1px solid rgb(229, 231, 235);
    border-image: initial;
    border-radius: 0px 0px 4px 4px;
    overflow: hidden;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.th-empty {
    width: 72px;
    padding: 9px 12px;
    background: rgb(249, 250, 251);
    border-bottom: 2px solid rgb(229, 231, 235);
}

.th-id {
    padding: 9px 12px;
    text-align: left;
    font-size: 11px;
    font-weight: 600;
    color: rgb(13, 148, 136);
    letter-spacing: 0.04em;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    width: 60px;
    border-bottom: 2px solid rgb(229, 231, 235);
    background: rgb(249, 250, 251);
}

.th-span-label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.th-span-icon {
    color: rgb(13, 148, 136);
}

.th-text {
    padding: 9px 12px;
    text-align: left;
    font-size: 11px;
    font-weight: 600;
    color: rgb(107, 114, 128);
    letter-spacing: 0.04em;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    width: auto;
    border-bottom: 2px solid rgb(229, 231, 235);
    background: rgb(249, 250, 251);
}

.th-span-text-icon {
    color: rgb(156, 163, 175);
}

.data-row {
    background: rgb(255, 255, 255);
}

.data-col {
    padding: 8px 10px;
    white-space: nowrap;
}

.action-btn-container {
    display: flex;
    gap: 5px;
}

.action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    border: none;
    background: rgb(30, 58, 95);
    color: rgb(255, 255, 255);
    cursor: pointer;
    flex-shrink: 0;
}

.dlt-btn-container {
    padding: 8px 10px;
}

.action-btn-dlt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    border: none;
    background: rgb(220, 38, 38);
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.data-property-id {
    padding: 9px 12px;
    font-size: 13px;
    color: rgb(107, 114, 128);
}

.data-display-name {
    padding: 9px 12px;
    font-size: 13px;
    color: rgb(17, 24, 39);
    font-weight: 500;
    cursor: pointer;
}

.data-name {
    padding: 9px 12px;
    font-size: 13px;
    color: rgb(55, 65, 81);
}

.data-region-name {
    padding: 9px 12px;
}

.data-region-label {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    background: rgb(243, 244, 246);
    color: rgb(55, 65, 81);
}
/* end table css*/


/* add property modal css  */

/* Overlay */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

/* Container */
.modal-container {
    background: white;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.25);
    max-width: 620px;
    width: calc(100% - 40px);
}

/* Header */
.modal-header {
    padding: 14px 20px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Close Button */
.btn-close {
    margin-left: auto;
    background: #374151;
    border: none;
    border-radius: 5px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
}

/* Calendar Wrapper */
.calendar-wrapper {
    padding: 16px 16px 10px;
    display: flex;
    align-items: stretch;
    gap: 8px;
}

/* Navigation Buttons */
.nav-btn {
    background: none;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 0 8px;
    cursor: pointer;
    color: #6b7280;
    display: flex;
    align-items: center;
}

/* Calendar Grid */
.calendar-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

/* Hint Text */
.hint-text {
    padding: 0 20px 8px;
    font-size: 11px;
    color: #9ca3af;
}

/* Pending Section */
.pending-container {
    padding: 8px 20px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

/* Badge */
.pending-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 12px;
    padding: 3px 10px;
    font-size: 12px;
    color: #374151;
    border: 1px solid #ccc;
}

/* Dot */
.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0d9488;
}

/* Remove Button */
.btn-remove {
    background: none;
    border: none;
    cursor: pointer;
    color: #9ca3af;
    font-size: 14px;
}

/* Footer */
.modal-footer {
    padding: 12px 20px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

/* Buttons */
.btn-secondary {
    padding: 8px 20px;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    background: white;
    cursor: pointer;
    font-size: 13px;
}

.btn-primary {
    padding: 8px 20px;
    background: #0d9488;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
}

    .btn-primary:disabled {
        background: #d1d5db;
        cursor: default;
    }

/* end modal css */

/* input text csss */

.form-input {
    border: 1px solid rgb(209, 213, 219);
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 13px;
    color: rgb(55, 65, 81);
    outline: none;
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
}


.res-not-found {
    height: 100%;
    display: flex;
    align-items: center;
}
/* end input text css */

