body {
    background: #f4f6f9;
}

.public-page {
    background: #f7f7f7;
    min-height: 100vh;
    color: #1f2a37;
    font-family: Arial, Helvetica, sans-serif;
}

.public-header {
    border-bottom: 1px solid #e5e7eb;
    background-color: rgb(234 88 12);
    color: white;
}

.public-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.public-intro {
    max-width: 900px;
}

.public-page .card {
    border-radius: 1rem;
}

.public-page .card-body {
    background: #fff;
}

.public-page .text-orange {
    color: #c2410c;
}

.public-page .btn-primary {
    background: #ea580c;
    border: none;
    border-radius: 0.5rem;
}

.public-page .btn-secondary {
    border-radius: 0.5rem;
}

.public-page .form-control,
.public-page .form-select {
    border-radius: 0.5rem;
    padding: 0.7rem 0.8rem;
    border-color: #d0d7de;
}

.public-page .form-control:focus,
.public-page .form-select:focus {
    border-color: #fb923c;
    box-shadow: 0 0 0 0.2rem rgba(234, 88, 12, 0.16);
}

.public-page .form-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #374151;
}

.public-page h5 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #c2410c;
}

.public-page hr {
    opacity: 0.25;
    margin: 1.4rem 0;
}

.sidebar {
    width: 260px;
    min-height: 100vh;
}

.sidebar .nav-link {
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 4px;
}

.sidebar .nav-link:hover {
    background: #0d6efd;
}

.navbar {
    height: 65px;
}

.card {
    border: none;
    border-radius: 12px;
}

.card-header {
    font-weight: 600;
}

.form-check-input:checked {
    background-color: #ea580c;
    border-color: #ea580c;
}

.sidebar {
    width: 260px;
    min-height: 100vh;
    transition: 0.3s;
}

.sidebar.collapsed {
    width: 70px;
}

.sidebar .nav-link {
    display: flex;
    align-items: center;
    padding: 12px;
    white-space: nowrap;
}

.sidebar .nav-link i {
    font-size: 20px;
    min-width: 30px;
    text-align: center;
}

.sidebar.collapsed .menu-text {
    display: none;
}

.sidebar.collapsed h4 {
    display: none;
}

.sidebar.collapsed hr {
    margin: 10px 0;
}

.sidebar.collapsed .text-uppercase {
    display: none;
}

.flex-grow-1 {
    transition: .3s;
}