html { font-size: 14px; } 
@media (min-width: 768px) { html { font-size: 16px; } } 
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus { box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb; } 
html { position: relative; min-height: 100%; } 
body { background: #F1F2F6; } 
.header-select { background: transparent; border: 0; color: #ffffff; display: flex; align-items: center; } 
.logout-area { background: transparent; border: 0; padding: 0.25rem 1rem; width: 100%; text-align: left; font-size: 14px; } 
.logout-area svg { margin-left: 4px; } 
.header-select .dropdown-item { font-size: 14px; color: #000000; } 
.logout-area:hover { background: #e9ecef; } 
.header-select .dropdown-menu.show:before { width: 10px; height: 10px; background: #ffffff; position: absolute; top: -4px; content: ""; transform: rotate(45deg); right: 10px; } 
.user-circle { width: 35px; height: 35px; border-radius: 50%; background-color: #6c757d; color: white; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 14px; text-transform: uppercase; } 
.user_name { font-size: 14px; } 
.case-grid-Wraper { display: flex; flex-direction: column; height: 400px; overflow-y: auto; } 
.theme-card { background: #ffffff; border: 1px solid #dddddd; padding: 15px; border-radius: 4px; } 
.fs-14 { font-size: 14px; } 
.ts-control, .ts-dropdown-content { font-size: 14px; } 
body .ts-dropdown-content .option:hover { background: #f1f1f1; } 
.case-grid-Wraper { max-width: 1000px; width: 100%; height: 400px; } 
body .ts-control > input, body .ts-control .item { font-size: 14px; } 
body .ts-control { border: 1px solid #dddddd; border-radius: 4px; }
.headdingCard { box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px; } 
.headdingCard h5 { background: #f3f3f3; padding: 8px 15px; font-size: 15px; border-radius: 5px 5px 0 0; border-bottom: 1px solid #dddddd; margin-bottom: 0; } 
.headdingCard p { font-size: 13px; margin: 0 0 5px; } 
.headdingCard .label-control { font-weight: 600; } 
.document-history { display: flex; background: #ffffff; border: 1px solid #dddddd; border-radius: 4px; } 
body .document-history .nav-tabs { border: 0; display: flex; flex-direction: column; width: 220px; border-right: 1px solid #dddddd; padding: 14px 18px; } 
.document-history .tab-content { padding: 15px; flex: 1; } 
body .document-history ul li a.active { border: 1px solid #dddddd !important; border-radius: 7px; position: relative; background: #E6F7F5 !important; border-color: #498168 !important; } 
.document-history .nav-tabs .nav-tabs .nav-link { margin: 0; } 
.document-history .nav-tabs li a.active:before { width: 15px; height: 15px; border-right: 1px solid #498168; background: #E6F7F5; position: absolute; content: ""; right: -8px; transform: rotate(45deg); top: 13px; z-index: 999; border-top: 1px solid #498168; } 
body .document-history ul li a.active svg path { fill: #498168 !important; } 
.document-history .nav-tabs li a { font-size: 15px; display: flex; gap: 5px; align-items: center; color: #333333; } 
.document-history .nav-tabs li a:hover { border-color: transparent; } 
#historyList li { font-size: 13px; padding: 5px 10px; } 
.form-control { font-size: 14px; }
.view-doc {
    display: inline-flex !important;
    text-decoration: none;
    background: #DAF4F0;
    width: auto !important;
    padding: 2px 10px;
    height: 25px;
    line-height: normal;
    align-items: center !important;
    justify-content: center;
    border-radius: 5px;
    color: #058472;
    border: 1px solid #058472;
} 
#documentsGrid, #history {max-width: 580px;}
#historyList .list-group-item strong {font-weight: normal;color: #000000;font-style: normal;}
#historyList .list-group-item {font-style: italic;margin-bottom: 2px;color: #767676;}
.profile-avatar { width: 90px; height: 90px; background: #E6F7F5; color: #058472; border-radius: 50%; display: inline-flex; justify-content: center; align-items: center; font-size: 30px; font-weight: 700; margin-bottom: 1rem; box-shadow: 0 2px 8px rgba(5, 132, 114, 0.1); } 
.profile-card { border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; } 
.profile-card:hover { transform: translateY(-2px); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12); } 
.form-control:focus { border-color: #058472; box-shadow: 0 0 0 0.2rem rgba(5, 132, 114, 0.25); } 
.just-validate-error-label {font-size: 12px;}
.text-primary { color: #058472 !important; } 
.profile-info-section { background: linear-gradient(135deg, #f8fcfb 0%, #e6f7f5 100%); border: 1px solid rgba(5, 132, 114, 0.1); }
.text-nowrap{white-space: nowrap;}
/* Enhanced Profile Page Styles */
.profile-page-container {
    min-height: calc(100vh - 120px);
}

.profile-header {
    padding: 2rem 0 1.5rem;
}

.page-title {
    font-size: 2.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.page-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #6c757d;
}

/* Profile Info Card */
.profile-info-card {
    border-radius: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.profile-card-header {
    text-align: center;
    padding: 2rem 1.5rem 1.5rem;
}

.profile-avatar-container {
    position: relative;
    display: inline-block;
}

.profile-avatar-large {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    font-weight: 700;
    border: 4px solid #ffffff;
    position: relative;
    transition: transform 0.2s ease;
}

.profile-avatar-large:hover {
    transform: scale(1.05);
}

.profile-status-indicator {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: #22c55e;
    border: 3px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.3);
}

.profile-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.profile-email {
    font-size: 0.95rem;
    color: #6c757d;
    word-break: break-all;
}

.profile-status-badge {
    display: inline-block;
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 20px;
}

/* Profile Quick Info */
.profile-quick-info {
    padding: 0 1.5rem 1.5rem;
}

.info-item {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(5, 132, 114, 0.1);
}

.info-item:last-child {
    border-bottom: none;
}

.info-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.info-details {
    flex: 1;
    min-width: 0;
}

.info-label {
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.info-value {
    font-size: 0.95rem;
    color: #2c3e50;
    font-weight: 500;
    word-break: break-all;
}

/* Profile Form Card */
.profile-form-card {
    border-radius: 12px;
    background: #ffffff;
}

.profile-form-header {
    padding: 2rem 2rem 1rem;
    border-bottom: 1px solid #f1f3f5;
}

.form-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
}

.form-subtitle {
    font-size: 0.95rem;
    color: #6c757d;
}

.profile-form {
    padding: 2rem;
}

.form-section {
    margin-bottom: 1.5rem;
}

.form-section:last-of-type {
    margin-bottom: 2rem;
}

.section-title {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 2px;
}

/* Enhanced Form Controls */


.form-label {
    color: #2c3e50;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    display: block;
}

.form-control,
.form-select {
    border-radius: 4px;
    border: 1px solid #dddddd;
    padding: 0.4rem 0.8rem;
    transition: all 0.2s ease;
    font-size: 14px;
    background-color: #ffffff;
}

.form-control:focus,
.form-select:focus {
    border-color: #058472;
    box-shadow: 0 0 0 0.2rem rgba(5, 132, 114, 0.15);
    transform: translateY(-1px);
    outline: none;
}

.form-control::placeholder {
    color: #a8b2c1;
    font-style: italic;
}

/* Input Group Styling */
.input-group {
    border-radius: 4px;
    overflow: hidden;
}

.input-group-text {
    border-left: none;
    color: #058472;
    padding: 0.4rem 1rem;
    border-radius: 4px;
}

.input-group .form-control {
    border-right: none;
}

.input-group .form-control:focus {
    border-right: none;
    box-shadow: none;
}

.input-group:focus-within .form-control {
    transform: translateY(-1px);
}

.input-group:focus-within .input-group-text {
    transform: translateY(-1px);
}

.form-control[readonly] {
    background-color: #f8f9fa;
    opacity: 1;
    cursor: not-allowed;
}

.form-text {
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 0.25rem;
    display: flex;
    align-items: center;
}

.invalid-feedback {
    display: block;
    font-size: 0.8rem;
    color: #dc3545;
    margin-top: 0.25rem;
}

.form-control.is-invalid,
.form-select.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15);
}
.dz-filename {
    overflow: hidden;
}
.fs-13{font-size: 13px;}
/* Form Actions */
.form-actions {
    padding: 1.5rem 0 0;
    border-top: 1px solid #f1f3f5;
}
.dropzone .dz-preview .dz-image {
    max-height: 90px;
}

.dz-progress {
    opacity: 0 !important;
}
.dropzone.dz-clickable {
    text-align: center;
}
.form-note {
    font-size: 0.85rem;
}
.profile-form .form-group label {
    justify-content: flex-start;
}
/* Alert Styles */
.alert {
    border-radius: 8px;
    border: none;
    padding: 1rem 1.25rem;
}

.alert-danger {
    background: linear-gradient(135deg, #fee 0%, #fdd 100%);
    color: #721c24;
}
.main-search .ts-wrapper{
    max-width: 515px;
}
.status-svg-icon svg {
    fill: var(--primary-color);
}

.status-svg-icon {
    padding-left: 3px;
    display: inline-flex;
    align-items: center;
}
.tooltip-inner {
  max-width: 350px !important; 
  white-space: normal; 
}
.btn-default {background: #f1f1f1;}
.btn-default:hover {background: #d7d4d4;}
.disabled-block {pointer-events: none;opacity: 0.6;cursor: not-allowed;}
.Individual_Filing_value .label-control {
    width: 120px;
    display: inline-block;
    font-weight: 600;
    padding-right: 10px;
    text-align: left;
}
/* Responsive Design */
@media (max-width: 991.98px) {
    .profile-card-header {
        padding: 1.5rem 1rem 1rem;
    }
    
    .profile-avatar-large {
        width: 100px;
        height: 100px;
        font-size: 2.2rem;
    }
    
    .profile-form {
        padding: 1.5rem;
    }
    
    .profile-form-header {
        padding: 1.5rem 1.5rem 1rem;
    }
}

@media (max-width: 767.98px) {
    .page-title {
        font-size: 1.8rem;
    }
    
    .profile-header {
        padding: 1.5rem 0 1rem;
    }
    
    .profile-avatar-large {
        width: 80px;
        height: 80px;
        font-size: 1.8rem;
    }
    
    .profile-name {
        font-size: 1.3rem;
    }
    
    .info-icon {
        width: 35px;
        height: 35px;
    }
    
    .form-actions .d-flex {
        flex-direction: column;
        align-items: stretch !important;
    }
    
    .form-actions .btn {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

.btn-sm {padding: 4px 8px;}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus { box-shadow: none; }
.ag-theme-alpine .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within { border: 0; }
.modal-header { padding: 12px 15px; color: #ffffff; }
button.btn-close { fill: #ffffff; }
.modal-footer { padding: 12px 15px; }
.modal-title {font-size: 1.2rem;}
.modal-footer #saveSignedDoc { margin: 0; }
.modal-header .btn-close {background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;}
.btn {font-size: 14px;}
.sign-doc {padding: 2px 8px;box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;}
.ag-theme-alpine .ag-ltr .ag-cell {display: flex;align-items: center;cursor: pointer;}
.modal-dialog .modal-body {max-height: 80vh;overflow-y: auto;}
.ag-theme-alpine .ag-ltr .ag-cell:focus-within {border: 0 !important;}
.fs-15 {font-size: 15px;}
.mw1050{max-width:1050px;}
.mw580{max-width:580px;}




