﻿.opi-admin-card {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    z-index: 10;
    margin: 20px;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    width: 250px;
    height: 250px;
    align-items: center;
    justify-content: center;
}

.opi-admin-card-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    font-size: 40px;
    border-radius: 50%;
    background-color: #ebbb18;
    color: white;
}

.opi-admin-card-header {
    padding: 19px;
    font-size: 19px;
    font-weight: 500;
    color: whitesmoke;
}
