
.btn[data-v-7fc54c8a] {
    text-decoration: none;
}
.filter-block[data-v-7fc54c8a] {
    padding: 15px;
    min-width: 280px;
}
.filter-actions[data-v-7fc54c8a] {
    padding: 0 15px 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.top-content[data-v-7fc54c8a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    margin-bottom: 10px;
    background: #f8f9fa;
}
.top-content span[data-v-7fc54c8a] {
    font-weight: 500;
    color: #495057;
}
.icon-close[data-v-7fc54c8a] {
    cursor: pointer;
    color: #6c757d;
    font-size: 16px;
}
.icon-close[data-v-7fc54c8a]:hover {
    color: #495057;
}

/* Calendar Styles */
.calendar-container[data-v-7fc54c8a] {
    padding: 20px;
}
.calendar-header[data-v-7fc54c8a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
}
.month-year[data-v-7fc54c8a] {
    font-weight: 500;
    font-size: 16px;
}
.calendar-weekdays[data-v-7fc54c8a] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-bottom: 10px;
}
.weekday[data-v-7fc54c8a] {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    color: #6c757d;
    padding: 5px;
}
.calendar-days[data-v-7fc54c8a] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}
.calendar-day[data-v-7fc54c8a] {
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.calendar-day[data-v-7fc54c8a]:hover:not(.disabled) {
    background-color: #e9ecef;
}
.calendar-day.other-month[data-v-7fc54c8a] {
    color: #adb5bd;
}
.calendar-day.today[data-v-7fc54c8a] {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
}
.calendar-day.selected[data-v-7fc54c8a] {
    background-color: #28a745;
    color: white;
}
.calendar-day.disabled[data-v-7fc54c8a] {
    color: #ced4da;
    cursor: not-allowed;
}
.calendar-footer[data-v-7fc54c8a] {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.calendar-footer .btn[data-v-7fc54c8a] {
    min-width: 80px;
}






















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































/* ============================================
   MULTISELECT DROPDOWN FIXES
   ============================================ */

/* Fix dropdown height and scrolling */
.table-style .multiselect[data-v-c0d1851c]  .multiselect__content-wrapper {
    max-height: 240px !important;  /* Reduced from 300px */
    overflow-y: auto !important;
    overflow-x: hidden !important;
    position: absolute !important;
    width: 100% !important;
    z-index: 50 !important;
    border: 1px solid #e0e0e0 !important;
    border-top: none !important;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    background: white !important;
}

/* Fix option height for text wrapping with better spacing */
.table-style .multiselect[data-v-c0d1851c]  .multiselect__option {
    height: auto !important;
    min-height: 35px !important;  /* Reduced from 40px */
    white-space: normal !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    padding: 8px 12px !important;  /* Reduced padding */
    line-height: 1.3 !important;
    display: block !important;
    overflow: visible !important;
    font-size: 14px !important;
    border-bottom: 1px solid #f5f5f5 !important;
}

/* Remove border from last option */
.table-style .multiselect[data-v-c0d1851c]  .multiselect__option:last-child {
    border-bottom: none !important;
}

/* Multiselect element */
.table-style .multiselect[data-v-c0d1851c]  .multiselect__element {
    height: auto !important;
}

/* Content container */
.table-style .multiselect[data-v-c0d1851c]  .multiselect__content {
    display: inline-block !important;
    overflow: visible !important;
    width: 100% !important;
}

/* Selected value display */
.table-style .multiselect[data-v-c0d1851c]  .multiselect__single {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow: visible !important;
    display: block !important;
    padding-right: 5px !important;
    line-height: 1.3 !important;
    font-size: 14px !important;
}

/* Tags container */
.table-style .multiselect[data-v-c0d1851c]  .multiselect__tags {
    min-height: 38px !important;  /* Slightly reduced */
    padding: 6px 40px 6px 8px !important;
    white-space: normal !important;
    border: 1px solid #ced4da !important;
    border-radius: 4px !important;
}

/* ============================================
   TABLE LAYOUT - COMPACT DESIGN
   ============================================ */
.table-style[data-v-c0d1851c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 40px;
}
.table-style .w-50[data-v-c0d1851c] {
    width: 35px !important;  /* Reduced width */
    min-width: 35px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    color: #6c757d;
}
.table-style .full[data-v-c0d1851c] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
}

/* Dropdown actions column */
.table-style .w-50[data-v-c0d1851c]:last-child {
    width: 40px !important;
    min-width: 40px !important;
}

/* ============================================
   CONTAINER ADJUSTMENTS
   ============================================ */
.form-card[data-v-c0d1851c] {
    overflow: visible !important;
    background: white;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.initial-form-passport[data-v-c0d1851c] {
    overflow: visible !important;
}
.passport-item[data-v-c0d1851c] {
    overflow: visible !important;
    border-bottom: 1px solid #f0f0f0;
}
.passport-item[data-v-c0d1851c]:last-child {
    border-bottom: none;
}
.passport-item .content[data-v-c0d1851c] {
    overflow: visible !important;
}
.passport-item .table-content[data-v-c0d1851c] {
    overflow: visible !important;
    position: relative;
    padding: 5px 0;
}

/* ============================================
   TITLE STYLING
   ============================================ */
.passport-item .title[data-v-c0d1851c] {
    font-weight: 600;
    color: #495057;
    font-size: 15px;
}
.passport-item .content.once[data-v-c0d1851c] {
    margin-bottom: 0;
}
.passport-item.h-60[data-v-c0d1851c] {
    min-height: 60px;
}

/* ============================================
   ERROR STATES - MORE SUBTLE
   ============================================ */
.has-error[data-v-c0d1851c] {
    background-color: #fff5f5 !important;
    border-radius: 4px;
}
.error-field[data-v-c0d1851c]  .multiselect__tags {
    border-color: #dc3545 !important;
    background-color: #fff5f5 !important;
}

/* ============================================
   HOVER AND SELECTED STATES
   ============================================ */
.table-style .multiselect[data-v-c0d1851c]  .multiselect__option--highlight {
    background: #f8f9fa !important;
    color: #495057 !important;
}
.table-style .multiselect[data-v-c0d1851c]  .multiselect__option--selected {
    background: #e7f3ff !important;
    color: #0066cc !important;
    font-weight: 500 !important;
}
.table-style .multiselect[data-v-c0d1851c]  .multiselect__option--selected.multiselect__option--highlight {
    background: #d4e8ff !important;
    color: #0052a3 !important;
}

/* ============================================
   CUSTOM TEMPLATE STYLES
   ============================================ */
.multiselect-single-content[data-v-c0d1851c] {
    white-space: normal !important;
    word-wrap: break-word !important;
    line-height: 1.3 !important;
    display: block !important;
    font-size: 14px !important;
}
.multiselect-option-content[data-v-c0d1851c] {
    white-space: normal !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    line-height: 1.3 !important;
    display: block !important;
    width: 100% !important;
    font-size: 14px !important;
}

/* ============================================
   ADD LINK STYLES - COMPACT
   ============================================ */
.add-link[data-v-c0d1851c] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    font-size: 14px;
}
.add-link[data-v-c0d1851c]:hover {
    color: #0056b3;
    text-decoration: none;
}
.add-link.disabled[data-v-c0d1851c] {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}
.add-button[data-v-c0d1851c] {
    margin-right: 6px;
    font-size: 16px;
}

/* ============================================
   DISABLED STATES
   ============================================ */
.table-style .multiselect[data-v-c0d1851c]  .multiselect--disabled {
    background-color: #f8f9fa;
    opacity: 0.8;
}
.table-style .multiselect[data-v-c0d1851c]  .multiselect--disabled .multiselect__tags {
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

/* ============================================
   SCROLLBAR STYLING - THINNER
   ============================================ */
.table-style .multiselect[data-v-c0d1851c]  .multiselect__content-wrapper::-webkit-scrollbar {
    width: 6px;
}
.table-style .multiselect[data-v-c0d1851c]  .multiselect__content-wrapper::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 3px;
}
.table-style .multiselect[data-v-c0d1851c]  .multiselect__content-wrapper::-webkit-scrollbar-thumb {
    background: #adb5bd;
    border-radius: 3px;
}
.table-style .multiselect[data-v-c0d1851c]  .multiselect__content-wrapper::-webkit-scrollbar-thumb:hover {
    background: #868e96;
}

/* ============================================
   FILTER CONTAINER STYLES
   ============================================ */
.filter-container[data-v-c0d1851c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 6px;
}
.left-content[data-v-c0d1851c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.right-content[data-v-c0d1851c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.filter-actions[data-v-c0d1851c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

/* ============================================
   DROPDOWN BUTTON STYLES
   ============================================ */
.table-style .more[data-v-c0d1851c] {
    margin-left: 0;
}
.table-style .more[data-v-c0d1851c]  .btn {
    padding: 4px 8px !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

/* ============================================
   ACTIVE DROPDOWN Z-INDEX
   ============================================ */
.table-style .multiselect[data-v-c0d1851c]  .multiselect--active {
    z-index: 50 !important;
}
.table-style .multiselect[data-v-c0d1851c]  .multiselect--active .multiselect__content-wrapper {
    z-index: 51 !important;
}

/* ============================================
   PLACEHOLDER STYLING
   ============================================ */
.table-style .multiselect[data-v-c0d1851c]  .multiselect__placeholder {
    color: #6c757d;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 14px;
}

/* ============================================
   INPUT FIELD STYLING
   ============================================ */
.table-style .multiselect[data-v-c0d1851c]  .multiselect__input {
    font-size: 14px !important;
    padding: 0 !important;
    margin-bottom: 5px !important;
}

/* ============================================
   RESPONSIVE ADJUSTMENTS
   ============================================ */
@media (max-width: 768px) {
.table-style .multiselect[data-v-c0d1851c]  .multiselect__content-wrapper {
        max-height: 180px !important;
}
.filter-container[data-v-c0d1851c] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
}
.right-content[data-v-c0d1851c] {
        margin-top: 10px;
}
.passport-item .title[data-v-c0d1851c] {
        font-size: 14px;
}
}

