﻿.topbar {
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
}

.back-button {
    background-color: var(--primary-color);
    color: white;
    border: 2px solid white;
    font-size: 1.5rem;
    padding: 0.8rem;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .back-button i {
        font-size: 1.5rem;
    }

.bi-arrow-left::before {
    font-weight: bold !important;
}

.title-container h1 {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0;
    color: white;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    text-align: left;
}

.dropdown-container {
    flex-shrink: 0;
}

.dropdown-element {
    padding: 10px;
}

    .dropdown-element .e-ddl.e-input-group.e-control-wrapper .e-input {
        font-size: 1.5rem;
    }
