/* /Pages/Components/StandardFormRow/StandardFormRow.razor.rz.scp.css */
.standardFormRow[b-tnh5a0ycxj] {
    display: flex;
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #f0f0f0;
}

    .standardFormRow .ant-form-item[b-tnh5a0ycxj],
    .standardFormRow .ant-legacy-form-item[b-tnh5a0ycxj] {
        margin-right: 24px;
    }

    .standardFormRow .ant-form-item-label label[b-tnh5a0ycxj],
    .standardFormRow .ant-legacy-form-item-label label[b-tnh5a0ycxj] {
        margin-right: 0;
        color: rgba(0, 0, 0, 0.85);
    }

    .standardFormRow .ant-form-item-label[b-tnh5a0ycxj],
    .standardFormRow .ant-legacy-form-item-label[b-tnh5a0ycxj],
    .standardFormRow .ant-form-item-control[b-tnh5a0ycxj],
    .standardFormRow .ant-legacy-form-item-control[b-tnh5a0ycxj] {
        padding: 0;
        line-height: 32px;
    }

    .standardFormRow .label[b-tnh5a0ycxj] {
        flex: 0 0 auto;
        margin-right: 24px;
        color: rgba(0, 0, 0, 0.85);
        font-size: 14px;
        text-align: right;
    }

        .standardFormRow .label > span[b-tnh5a0ycxj] {
            display: inline-block;
            height: 32px;
            line-height: 32px;
        }

            .standardFormRow .label > span[b-tnh5a0ycxj]::after {
                content: '：';
            }

    .standardFormRow .content[b-tnh5a0ycxj] {
        flex: 1 1 0;
    }

        .standardFormRow .content :global .ant-form-item:last-child[b-tnh5a0ycxj],
        .standardFormRow .content :global .ant-legacy-form-item:last-child[b-tnh5a0ycxj] {
            display: block;
            margin-right: 0;
        }

.standardFormRowLast[b-tnh5a0ycxj] {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.standardFormRowBlock :global .ant-form-item[b-tnh5a0ycxj],
.standardFormRowBlock :global .ant-legacy-form-item[b-tnh5a0ycxj],
.standardFormRowBlock :global div.ant-form-item-control-wrapper[b-tnh5a0ycxj],
.standardFormRowBlock :global div.ant-legacy-form-item-control-wrapper[b-tnh5a0ycxj] {
    display: block;
}

.standardFormRowGrid .ant-form-item[b-tnh5a0ycxj],
.standardFormRowGrid .ant-legacy-form-item[b-tnh5a0ycxj],
.standardFormRowGrid div.ant-form-item-control-wrapper[b-tnh5a0ycxj],
.standardFormRowGrid div.ant-legacy-form-item-control-wrapper[b-tnh5a0ycxj] {
    display: block;
}

.standardFormRowGrid .ant-form-item-label[b-tnh5a0ycxj],
.standardFormRowGrid .ant-legacy-form-item-label[b-tnh5a0ycxj] {
    float: left;
}
/* /Pages/Components/TagSelect/TagSelect.razor.rz.scp.css */
.tagSelect[b-6jbikpbtjm] {
    position: relative;
    max-height: 32px;
    margin-left: -8px;
    overflow: hidden;
    line-height: 32px;
    transition: all 0.3s;
    user-select: none;
}

    .tagSelect .ant-tag[b-6jbikpbtjm] {
        margin-right: 24px;
        padding: 0 8px;
        font-size: 14px;
    }

    .tagSelect.expanded[b-6jbikpbtjm] {
        max-height: 200px;
        transition: all 0.3s;
    }

    .tagSelect .trigger[b-6jbikpbtjm] {
        position: absolute;
        top: 0;
        right: 0;
    }

        .tagSelect .trigger span.anticon[b-6jbikpbtjm] {
            font-size: 12px;
        }

    .tagSelect.hasExpandTag[b-6jbikpbtjm] {
        padding-right: 50px;
    }
/* /Pages/GesEleves/ImportPhotos.razor.rz.scp.css */
.import-photos-container[b-vsc9218ryz] {
    padding: 24px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

/* Overlay de chargement global */
.upload-loading-overlay[b-vsc9218ryz] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn-b-vsc9218ryz 0.3s ease;
}

@keyframes fadeIn-b-vsc9218ryz {
    from { opacity: 0; }
    to { opacity: 1; }
}

.upload-loading-content[b-vsc9218ryz] {
    background: white;
    padding: 48px 64px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.3);
    animation: slideInUp-b-vsc9218ryz 0.4s ease;
}

@keyframes slideInUp-b-vsc9218ryz {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.upload-loading-content h3[b-vsc9218ryz] {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
    color: #262626;
}

.upload-loading-content p[b-vsc9218ryz] {
    margin-bottom: 16px;
    font-size: 16px;
    color: #595959;
}

.loading-details[b-vsc9218ryz] {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
}

/* Zone d'upload */
.upload-zone-card[b-vsc9218ryz] {
    margin-top: 24px;
}

.upload-zone[b-vsc9218ryz] {
    padding: 60px 40px;
    text-align: center;
    border: 3px dashed #d9d9d9;
    border-radius: 12px;
    background: #fafafa;
    transition: all 0.3s ease;
    cursor: pointer;
}

.upload-zone:hover:not(.disabled)[b-vsc9218ryz] {
    border-color: #1890ff;
    background: #f0f7ff;
}

.upload-zone.dragging[b-vsc9218ryz] {
    border-color: #52c41a;
    background: #f6ffed;
    transform: scale(1.02);
}

.upload-zone.disabled[b-vsc9218ryz] {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.upload-icon-wrapper[b-vsc9218ryz] {
    margin-bottom: 24px;
    animation: float-b-vsc9218ryz 3s ease-in-out infinite;
}

@keyframes float-b-vsc9218ryz {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.upload-title[b-vsc9218ryz] {
    font-size: 24px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 8px;
}

.upload-description[b-vsc9218ryz] {
    font-size: 16px;
    color: #8c8c8c;
    margin-bottom: 32px;
}

.upload-instructions[b-vsc9218ryz] {
    max-width: 600px;
    margin: 0 auto 32px;
}

.upload-button[b-vsc9218ryz] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    background: linear-gradient(135deg, #1890ff 0%, #40a9ff 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(24, 144, 255, 0.3);
}

.upload-button:hover:not(.disabled)[b-vsc9218ryz] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(24, 144, 255, 0.4);
}

.upload-button.disabled[b-vsc9218ryz] {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
    background: #d9d9d9;
}

.file-input-hidden[b-vsc9218ryz] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

/* Section des résultats */
.results-section[b-vsc9218ryz] {
    margin-top: 24px;
}

/* Cartes de statistiques */
.stats-cards[b-vsc9218ryz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.stat-card[b-vsc9218ryz] {
    transition: all 0.3s ease;
}

.stat-card:hover[b-vsc9218ryz] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.stat-total[b-vsc9218ryz] { border-left: 4px solid #1890ff; }
.stat-success[b-vsc9218ryz] { border-left: 4px solid #52c41a; }
.stat-error[b-vsc9218ryz] { border-left: 4px solid #ff4d4f; }
.stat-notfound[b-vsc9218ryz] { border-left: 4px solid #faad14; }

/* Progress card */
.progress-card[b-vsc9218ryz] {
    margin-bottom: 24px;
}

.progress-wrapper[b-vsc9218ryz] {
    padding: 16px;
}

.progress-info[b-vsc9218ryz] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
}

/* Galerie de photos */
.gallery-card[b-vsc9218ryz] {
    margin-bottom: 24px;
}

.photo-gallery[b-vsc9218ryz] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    padding: 16px 0;
}

.photo-card[b-vsc9218ryz] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #f0f0f0;
    transition: all 0.3s ease;
    animation: slideIn-b-vsc9218ryz 0.5s ease forwards;
}

@keyframes slideIn-b-vsc9218ryz {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.photo-card:hover[b-vsc9218ryz] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.photo-card-success[b-vsc9218ryz] {
    border-color: #b7eb8f;
}

.photo-card-error[b-vsc9218ryz] {
    border-color: #ffccc7;
}

.photo-card-notfound[b-vsc9218ryz] {
    border-color: #ffe58f;
}

.photo-card-image[b-vsc9218ryz] {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f5f5f5;
}

.photo-card-image img[b-vsc9218ryz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.photo-card:hover .photo-card-image img[b-vsc9218ryz] {
    transform: scale(1.05);
}

.photo-card-overlay[b-vsc9218ryz] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.photo-card:hover .photo-card-overlay[b-vsc9218ryz] {
    opacity: 1;
}

.photo-card-body[b-vsc9218ryz] {
    padding: 16px;
}

.photo-card-status[b-vsc9218ryz] {
    margin-bottom: 12px;
}

.photo-card-info[b-vsc9218ryz] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.info-row[b-vsc9218ryz] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.info-row.error-message[b-vsc9218ryz] {
    color: #ff4d4f;
    font-size: 12px;
}

.info-row.file-size[b-vsc9218ryz] {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
}

/* Carte de validation */
.validation-card[b-vsc9218ryz] {
    margin-bottom: 24px;
    border: 2px solid #faad14;
}

.validation-actions[b-vsc9218ryz] {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

/* Animations supplémentaires */
@keyframes pulse-b-vsc9218ryz {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.uploading[b-vsc9218ryz] {
    animation: pulse-b-vsc9218ryz 2s ease-in-out infinite;
}

/* Responsive */
@media (max-width: 768px) {
    .photo-gallery[b-vsc9218ryz] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 12px;
    }

    .upload-zone[b-vsc9218ryz] {
        padding: 40px 20px;
    }

    .stats-cards[b-vsc9218ryz] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .photo-gallery[b-vsc9218ryz] {
        grid-template-columns: 1fr;
    }

    .stats-cards[b-vsc9218ryz] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/GesPersonnel/Personnels/CardList.razor.rz.scp.css */

.cardList .card .ant-card-meta-title[b-vopjheaweq] {
    margin-bottom: 12px;
}

    .cardList .card .ant-card-meta-title > a[b-vopjheaweq] {
        display: inline-block;
        max-width: 100%;
        color: rgba(0, 0, 0, 0.85);
    }

.cardList .card .ant-card-body:hover .ant-card-meta-title > a[b-vopjheaweq] {
    color: #1890ff;
}

.cardList .item[b-vopjheaweq] {
    height: 64px;
}

.cardList .ant-list .ant-list-item-content-single[b-vopjheaweq] {
    max-width: 100%;
}

.extraImg[b-vopjheaweq] {
    width: 155px;
    margin-top: -20px;
    text-align: center;
}

    .extraImg img[b-vopjheaweq] {
        width: 100%;
    }

.newButton[b-vopjheaweq] {
    width: 100%;
    height: 201px;
    color: rgba(0, 0, 0, 0.45);
    background-color: #fff;
    border-color: #d9d9d9;
}

.cardAvatar[b-vopjheaweq] {
    width: 48px;
    height: 48px;
    border-radius: 48px;
}

.cardDescription[b-vopjheaweq] {
    position: relative;
    max-height: 4.5em;
    margin-right: -1em;
    padding-right: 1em;
    overflow: hidden;
    line-height: 1.5em;
    text-align: justify;
}

    .cardDescription[b-vopjheaweq]::before {
        position: absolute;
        right: 14px;
        bottom: 0;
        padding: 0 1px;
        background: #fff;
        content: '...';
    }

    .cardDescription[b-vopjheaweq]::after {
        position: absolute;
        right: 14px;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: white;
        content: '';
    }

.pageHeaderContent__b__1[b-vopjheaweq] {
    position: relative;
}

.contentLink[b-vopjheaweq] {
    margin-top: 16px;
}

    .contentLink a[b-vopjheaweq] {
        margin-right: 32px;
    }

        .contentLink a img[b-vopjheaweq] {
            width: 24px;
        }

    .contentLink img[b-vopjheaweq] {
        margin-right: 8px;
        vertical-align: middle;
    }

@media screen and (max-width: 992px) {
    .contentLink a[b-vopjheaweq] {
        margin-right: 16px;
    }
}

@media screen and (max-width: 768px) {
    .extraImg[b-vopjheaweq] {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .pageHeaderContent__b__1[b-vopjheaweq] {
        padding-bottom: 30px;
    }

    .contentLink[b-vopjheaweq] {
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 1000px;
    }

        .contentLink a[b-vopjheaweq] {
            margin-right: 16px;
        }

        .contentLink img[b-vopjheaweq] {
            margin-right: 4px;
        }
}
/* /Pages/GesTransport/AffectationAccompagnateur/PaginatedAffectationAccompagnateur.razor.rz.scp.css */
[b-7fbjsklbev] .details-container h4 {
    margin-top: 16px;
    margin-bottom: 8px;
    color: var(--ant-primary-color);
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-7fbjsklbev] .details-container .ant-divider-horizontal {
    margin: 8px 0;
}

[b-7fbjsklbev] .detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
}

[b-7fbjsklbev] .detail-item-column {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    font-size: 14px;
}

[b-7fbjsklbev] .detail-label {
    font-weight: 600;
    color: #555;
    margin-right: 8px;
    white-space: nowrap;
}

[b-7fbjsklbev] .detail-item-column .detail-label {
    margin-bottom: 4px;
}

[b-7fbjsklbev] .detail-value {
    color: #333;
}
/* /Pages/GesTransport/EntretienBu/PaginatedEntretienBu.razor.rz.scp.css */
[b-91tjin1v6o] .details-container h4 {
    margin-top: 16px;
    margin-bottom: 8px;
    color: var(--ant-primary-color);
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-91tjin1v6o] .details-container .ant-divider-horizontal {
    margin: 8px 0;
}

[b-91tjin1v6o] .detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
}

[b-91tjin1v6o] .detail-item-column {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    font-size: 14px;
}

[b-91tjin1v6o] .detail-label {
    font-weight: 600;
    color: #555;
    margin-right: 8px;
    white-space: nowrap;
}

[b-91tjin1v6o] .detail-item-column .detail-label {
    margin-bottom: 4px;
}

[b-91tjin1v6o] .detail-value {
    color: #333;
}
/* /Pages/GesTransport/PresenceTransport/FeuilleAppel.razor.rz.scp.css */
.form-field[b-67zzsz6w15] {
    margin-bottom: 16px;
}

.field-label[b-67zzsz6w15] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-weight: 600;
    color: #262626;
}

.field-label .anticon[b-67zzsz6w15] {
    margin-right: 8px;
    color: #1890ff;
}

.text-center[b-67zzsz6w15] {
    text-align: center;
}

[b-67zzsz6w15] .filter-card .ant-card-body,
[b-67zzsz6w15] .stats-card .ant-card-body {
    padding: 16px;
}

[b-67zzsz6w15] .ant-statistic-content {
    font-size: 24px;
}

.loading-container[b-67zzsz6w15] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.student-list-container[b-67zzsz6w15] {
    display: grid;
    gap: 12px;
    margin-top: 16px;
    max-height: 65vh;
    overflow-y: auto;
    padding: 2px;
}

.eleve-card .ant-card-body[b-67zzsz6w15] {
    padding: 12px;
}

.eleve-card[b-67zzsz6w15] {
    transition: all 0.2s ease-in-out;
    border-left: 5px solid transparent;
}

.eleve-card.present[b-67zzsz6w15] {
    border-left-color: #52c41a;
    background-color: #f6ffed;
}

.eleve-card.absent[b-67zzsz6w15] {
    border-left-color: #ff4d4f;
    background-color: #fff1f0;
}

.eleve-card.non-pointe[b-67zzsz6w15] {
    border-left-color: #d9d9d9;
}

.eleve-info .eleve-name[b-67zzsz6w15] {
    margin-bottom: 4px !important;
}

.pointage-info[b-67zzsz6w15] {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
}

.btn-present[b-67zzsz6w15], .btn-absent[b-67zzsz6w15] {
    width: 48px !important;
    height: 48px !important;
    font-size: 20px !important;
}

.btn-present:hover:not([disabled])[b-67zzsz6w15] {
    background-color: #52c41a;
    border-color: #52c41a;
    color: white;
}

.btn-absent:hover:not([disabled])[b-67zzsz6w15] {
    background-color: #ff4d4f;
    border-color: #ff4d4f;
    color: white;
}

.student-info[b-67zzsz6w15] {
    display: flex;
    align-items: center;
    padding: 16px;
    background: #f8faff;
    border-radius: 8px;
    margin-bottom: 16px;
}

.student-name-info[b-67zzsz6w15] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.help-text[b-67zzsz6w15] {
    margin-top: 8px;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    color: #8c8c8c;
}

@media (max-width: 992px) {
    .stats-card .ant-row[b-67zzsz6w15] {
        gap: 16px;
    }
}

@media (max-width: 576px) {
    [b-67zzsz6w15] .ant-statistic-title {
        font-size: 12px;
    }

    [b-67zzsz6w15] .ant-statistic-content {
        font-size: 20px;
    }

    .btn-present[b-67zzsz6w15], .btn-absent[b-67zzsz6w15] {
        width: 40px !important;
        height: 40px !important;
        font-size: 16px !important;
    }
}
/* /Pages/GesTransport/PresenceTransport/HistoriquePresences.razor.rz.scp.css */
.form-field[b-862aqee2ec] {
    margin-bottom: 16px;
}

.field-label[b-862aqee2ec] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-weight: 600;
    color: #262626;
}

.field-label .anticon[b-862aqee2ec] {
    margin-right: 8px;
    color: #1890ff;
}

[b-862aqee2ec] .filter-card .ant-card-body,
[b-862aqee2ec] .stats-card .ant-card-body,
[b-862aqee2ec] .table-card .ant-card-body {
    padding: 16px;
}

[b-862aqee2ec] .ant-statistic-content {
    font-size: 24px;
}

.stats-summary[b-862aqee2ec] {
    display: flex;
    align-items: center;
}

.date-cell[b-862aqee2ec] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

@@media (max-width: 992px) {
    .stats-card .ant-row[b-862aqee2ec] {
        gap: 16px;
    }
}

@@media (max-width: 576px) {
    [b-862aqee2ec] .ant-statistic-title {
        font-size: 12px;
    }

    [b-862aqee2ec] .ant-statistic-content {
        font-size: 20px;
    }
}
/* /Pages/GesTransport/RavitaillementCarburant/PaginatedRavitaillementCarburant.razor.rz.scp.css */
/* Applique les styles uniquement aux éléments de ce composant */
[b-8oi5yex3nl] .details-container h4 {
    margin-top: 16px;
    margin-bottom: 8px;
    color: var(--ant-primary-color); /* Utilise la variable de thème Ant Design */
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-8oi5yex3nl] .details-container .ant-divider-horizontal {
    margin: 8px 0;
}

[b-8oi5yex3nl] .detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
}

[b-8oi5yex3nl] .detail-item-column {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    font-size: 14px;
}

[b-8oi5yex3nl] .detail-label {
    font-weight: 600;
    color: #555;
    margin-right: 8px;
    white-space: nowrap;
}

[b-8oi5yex3nl] .detail-item-column .detail-label {
    margin-bottom: 4px;
}

[b-8oi5yex3nl] .detail-value {
    color: #333;
}
/* /Pages/Welcome.razor.rz.scp.css */
.pre[b-rbv50f21yx] {
  margin: 12px 0;
  padding: 12px 20px;
  background: #fff;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16),
    0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
