.tkt-dashboard-card {
    background: #ededed;
    border-radius: 12px;
    box-shadow: 8px 8px 16px #bebebe, -8px -8px 16px #ffffff;
    transition: all 0.3s ease-in-out;
}

.tkt-dashboard-card:hover {
    box-shadow: inset 8px 8px 16px #bebebe, inset -8px -8px 16px #ffffff;
}

.dashboardButtonWrapper {
    display: flex;
    flex-direction: column;
    margin: 5px 0px 0px 0px;
    padding: 10px 10px 12px 10px;
    text-decoration: none;
}

.top-menu-dashboard-card {
    background: #ededed;
    border-radius: 12px;
    box-shadow: 8px 8px 16px #bebebe, -8px -8px 16px #ffffff;
    transition: all 0.3s ease-in-out;
}

.top-menu-dashboard-card:hover {
    box-shadow: inset 8px 8px 16px #bebebe, inset -8px -8px 16px #ffffff;
}

.dev-banner {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #fff3cd;
    color: #856404;
    text-align: center;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.0rem;
    font-weight: 500;
    padding: 12px 16px;
    margin: auto;
    z-index: 9999;
    border-bottom: 1px solid #ffeeba;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.dev-banner span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}