.round_btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
}

.legend-vertical ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}

.legend-dots {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
}

.card-body ul {
    padding-left: 10px;
}

.card-body ul.pagination li {
    list-style-type: none;
}

.card-body ul li {
    list-style-type: disc;
}

.bg_gradient {
    background: linear-gradient(90deg, #84C441 0%, #3DC3DA 100%);
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: none;
    background-color: transparent;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-right: 7px;
}

.point {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    border: 0;
    outline: none;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.point::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0.9;
}

.point:hover {
    transform: translateY(-1px) scale(1.05);
}

.table {
    white-space: nowrap;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    color: #6c757d;
    background-color: #e9ecef;
}

.table-responsive {
    border-radius: 12px 12px 0 0;
}

.select2-container--default .select2-selection--multiple {
    cursor: text;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    background-color: #f5f9f8;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 10px;
    outline: 0;
    color: #263871;
    opacity: 1;
    min-height: 42px;
}

.form-text {
    display: block;
    width: 100%;
}

.has_active_subscription {
    background: radial-gradient(circle at 30% 30%, #4df8d2, #03b08a);
    border: 1px solid rgba(6, 140, 106, 0.6);
    box-shadow: 0 0 6px rgba(3, 176, 138, 0.35);
}

.no_active_subscription {
    background: radial-gradient(circle at 30% 30%, #ff7a95, #f7284a);
    border: 1px solid rgba(230, 32, 73, 0.6);
    box-shadow: 0 0 6px rgba(247, 40, 74, 0.3);
}

.has_reports {
    background: radial-gradient(circle at 30% 30%, #9df4ff, #1ab6ff);
    border: 1px solid rgba(26, 182, 255, 0.6);
    box-shadow: 0 0 6px rgba(26, 182, 255, 0.35);
}

.no_reports {
    background: radial-gradient(circle at 30% 30%, #ffd782, #ff9f1a);
    border: 1px solid rgba(255, 159, 26, 0.6);
    box-shadow: 0 0 6px rgba(255, 159, 26, 0.35);
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    min-height: 45px;
    border-radius: 10px;
    border-color: #dfe7ef;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.select2-container--default .select2-selection--single {
    height: 45px;
    line-height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    padding-left: 12px;
    padding-right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
    right: 8px;
}

.select2-container--default .select2-selection--multiple {
    min-height: 45px;
    padding: 4px 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 4px;
    margin-bottom: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple {
    border-color: #0dcd94;
    box-shadow: 0 0 0 0.2rem rgba(70, 127, 207, 0.2);
}

/* Match disabled state */
.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #e9ecef;
    opacity: 1;
}

.form-card .form-control,
.form-card .form-select {
    min-height: 45px;
    border-radius: 10px;
    border-color: #dfe7ef;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-card .form-control:focus,
.form-card .form-select:focus {
    border-color: #0dcd94;
    box-shadow: 0 0 0 0.2rem rgba(70, 127, 207, 0.2);
}

.form-card label {
    font-weight: 600;
    color: #243b53;
    margin-bottom: .35rem;
    display: flex;
    align-items: center;
    gap: .45rem;
}

.form-card .invalid-feedback,
.form-card .text-danger {
    font-size: 0.775rem;
    font-weight: 300;
    margin-left: 10px;
    margin-bottom: 0;
}

.form-card .btn-lg {
    border-radius: 999px;
}

@media (max-width: 768px) {
    .form-card .btn-lg {
        width: 100%;
    }

    .form-card .text-end {
        width: 100%;
    }
}
input[type="radio"] + label {
    margin-bottom: 0;
}
#div_id_report_type > div {
    display: flex;
    align-items: center;
    gap: 10px;
}
#div_id_report_type .form-check {
    border-radius: 10px;
    flex-wrap: wrap;
    min-height: 42px;
    flex-basis: 50%;
    width: 50%;
}
#infoModal .modal-header {
    border-radius: 10px 10px 0 0;
    background: linear-gradient(to right, #00b27d, #79f2ce);
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Days Selector Styles */
.days-selector-wrapper {
    margin-top: 1rem;
}

.days-selector-group {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.days-selector-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    padding: 0.5rem 1rem;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    text-decoration: none;
    color: #495057;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    font-weight: 600;
    font-size: 0.875rem;
}

.days-selector-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #0dcd94 0%, #00b27d 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.days-selector-btn .days-label {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    color: #495057;
}

.days-selector-btn:hover {
    border-color: #0dcd94;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 205, 148, 0.2);
    text-decoration: none;
}

.days-selector-btn:hover .days-label {
    color: #0dcd94;
}

.days-selector-btn.active {
    background: linear-gradient(135deg, #0dcd94 0%, #00b27d 100%);
    border-color: #0dcd94;
    box-shadow: 0 4px 16px rgba(13, 205, 148, 0.3);
    transform: translateY(-2px);
}

.days-selector-btn.active::before {
    opacity: 0;
}

.days-selector-btn.active .days-label {
    color: #ffffff;
    font-weight: 700;
}

.days-selector-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(13, 205, 148, 0.25);
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .days-selector-wrapper .card-body {
        padding: 1rem !important;
    }
    
    .days-selector-wrapper .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
    }
    
    .days-selector-group {
        width: 100%;
        justify-content: space-between;
    }
    
    .days-selector-btn {
        flex: 1;
        min-width: auto;
    }
    
    .days-selector-btn .days-label {
        font-size: 0.8125rem;
    }
    
    .days-selector-btn.active .days-label {
        font-size: 0.875rem;
    }
}

/* PWA Install Modal Styles */
#pwaInstallModal .modal-dialog {
    max-width: 420px;
    margin: 1rem auto;
}

#pwaInstallModal .modal-content {
    border: none;
}

#pwaInstallModal .pwa-install-header {
    position: relative;
}

#pwaInstallModal .pwa-install-icon {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

#pwaInstallModal .pwa-feature-icon {
    transition: transform 0.2s ease;
}

#pwaInstallModal .pwa-feature-icon:hover {
    transform: scale(1.1);
}

#pwaInstallModal .btn-success {
    background: linear-gradient(135deg, #0dcd94 0%, #00b27d 100%);
    border: none;
    transition: all 0.3s ease;
}

#pwaInstallModal .btn-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 205, 148, 0.4);
}

#pwaInstallModal .btn-success:active {
    transform: translateY(0);
}

/* Mobile optimizations */
@media (max-width: 576px) {
    #pwaInstallModal .modal-dialog {
        margin: 0.5rem;
        max-width: calc(100% - 1rem);
    }
    
    #pwaInstallModal .pwa-install-header {
        padding: 1.5rem 1rem !important;
    }
    
    #pwaInstallModal .pwa-install-icon i {
        font-size: 3rem !important;
    }
    
    #pwaInstallModal .pwa-install-header h4 {
        font-size: 1.25rem !important;
    }
    
    #pwaInstallModal .p-4 {
        padding: 1.5rem 1rem !important;
    }
}