﻿


.cube-info {
    width: 100%;
}

.custom-striped tbody tr:nth-child(even) {
    background-color: #f2f2f2 !important;
}

.section-a {
    background-color: rgba(204, 255, 208, 0.5) !important;
}

.section-b {
    background-color: rgba(204, 255, 208, 0.35) !important;
}

.section-c {
    background-color: rgba(204, 255, 208, 0.2) !important;
}

.section-total {
    background-color: rgba(250, 255, 186, 0.39) !important;
}

.section-ineligible {
    background-color: rgba(255, 204, 204,0.50) !important;
}

.section-general {
    background-color: rgba(220, 220, 220, 0.50) !important;
}

.clickable-header {
    cursor: pointer;
    background-color: #f9f9f9;
    padding: 10px;
}

    .clickable-header:hover {
        background-color: #f0f0f0;
    }

    .clickable-header:hover {
        text-decoration: underline;
        color: #0056b3;
    }

.section-dark {
    background-color: rgb(63 54 166 / 15%) !important;
}

.lost-modal-dialog {
    max-height: 90vh;
    overflow: hidden;
}

.lost-modal-content {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.lost-modal-header {
    background-color: #2c3e50;
    color: white;
    border: none;
    padding: 25px 30px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
}

.lost-modal-title {
    font-weight: 300;
    letter-spacing: 0.5px;
    text-align: right;
}

.lost-modal-body {
    padding: 40px 50px;
    text-align: right;
    font-size: 1rem;
    line-height: 1.9;
    color: #2c3e50;
    overflow-y: scroll;
    max-height: 75vh;
    direction: rtl;
}

.lost-intro-text {
    font-size: 1.1rem;
    color: #34495e;
    margin-bottom: 20px;
    font-weight: 300;
}

.lost-step-label {
    color: #7f8c8d;
    margin-bottom: 8px;
}

.lost-step {
    border-right: 3px solid #3498db;
    padding-right: 25px;
    margin-bottom: 35px;
}

.lost-info-box {
    background-color: #ecf0f1;
    padding: 20px 25px;
    border-radius: 8px;
    margin-bottom: 30px;
    font-size: 0.95rem;
    color: #34495e;
}

.lost-options-section {
    border-top: 1px solid #ecf0f1;
    padding-top: 30px;
}

.lost-options-title {
    color: #2c3e50;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 1.05rem;
}

.lost-options-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.lost-option-card {
    flex: 1;
    min-width: 250px;
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 12px;
}

.lost-option-inner {
    display: flex;
    align-items: flex-start;
}

.lost-option-number {
    background-color: #3498db;
    color: white;
    min-width: 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-left: 15px;
    flex-shrink: 0;
}

.lost-option-title {
    color: #2c3e50;
    font-size: 1.05rem;
}

.lost-option-text {
    margin: 8px 0 0 0;
    color: #34495e;
}

.lost-option-note {
    color: #95a5a6;
    display: block;
    margin-top: 5px;
}

.lost-modal-footer {
    border-top: 1px solid #ecf0f1;
    padding: 20px 30px;
}

.lost-close-btn {
    font-weight: 400;
}

.lost-card-type-label {
    color: #2c3e50;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 8px;
}

.lost-card-type-note {
    color: #7f8c8d;
}



.lost-card-fixed-btn {
    position: fixed;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

