.bg_blue{
    background-color: #093C83;
}
.bg_blue1{
    background-color: #152B4D;
}
.app-header .navbar-desktop-toggler .icon-bar, .app-header .navbar-mobile-toggler .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background: white;
}
.branch_btn {
    border: 2px solid #fff;
    padding: 2px;
    color: #fff;
    border-radius: 50px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
    font-weight: 500;
    line-height: 1.5;
    background: transparent;
}
.branch_btn:hover{
    color: #ddd;
    border: 2px solid #ddd;
}
.font_white{
    color: #fff;
}



/* dashboard */
.dashboard-page {
    padding: 8px 0 32px;
}

.dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.dashboard-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    color: #1f2937;
}

.dashboard-action-btn {
    background: #1aaea3;
    border: none;
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(26, 174, 163, 0.18);
}

.dashboard-action-btn:hover {
    background: #159a90;
    color: #ffffff;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

.dash-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 20px 22px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    height: 100%;
}

.dash-card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    color: #334155;
    margin-bottom: 16px;
}

.dash-card-subtitle {
    font-size: 13px;
    color: #94a3b8;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}

.dash-calendar {
    grid-column: span 4;
}

.dash-donuts {
    grid-column: span 5;
}

.dash-actions {
    grid-column: span 3;
}

.dash-appointments {
    grid-column: span 4;
}

.dash-flow {
    grid-column: span 5;
}

.dash-status {
    grid-column: span 3;
}

.calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.calendar-controls button {
    border: none;
    background: #f1f5f9;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #64748b;
}

.calendar-weekdays,
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
}

.calendar-weekdays span {
    text-align: center;
    font-size: 12px;
    color: #94a3b8;
    font-weight: 600;
}

.calendar-day {
    text-align: center;
    padding: 8px 0;
    font-size: 13px;
    border-radius: 10px;
    color: #334155;
    font-weight: 600;
}

.calendar-day.is-empty {
    color: #cbd5f5;
}

.calendar-day.is-today {
    background: #6f3df4;
    color: #ffffff;
    box-shadow: 0 6px 14px rgba(111, 61, 244, 0.35);
}

.donut-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    align-items: center;
    text-align: center;
}

.donut-label {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 12px;
    font-weight: 600;
}

.donut {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.donut svg {
    width: 120px;
    height: 120px;
    transform: rotate(-90deg);
}

.donut circle {
    fill: none;
    stroke-width: 3.6;
}

.donut .donut-track {
    stroke: #e5e7eb;
}

.donut .donut-indicator {
    stroke-linecap: round;
}

.donut-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 18px;
    color: #1f2937;
}

.quick-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 6px;
}

.quick-actions a {
    border: 2px solid #1aaea3;
    padding: 10px 12px;
    text-align: center;
    border-radius: 10px;
    color: #1aaea3;
    font-weight: 600;
    text-decoration: none;
}

.quick-actions a:hover {
    background: #1aaea3;
    color: #ffffff;
}

.appointments-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.appointment-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.appointment-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.appointment-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e0f2fe;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
}

.appointment-name {
    font-weight: 600;
    color: #1f2937;
}

.appointment-status {
    font-size: 12px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 6px;
}

.appointment-status .badge {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.appointment-time {
    width: 38px;
    height: 38px;
    /* border-radius: 50%;
    border: 2px solid #ef4444; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ef4444;
    font-size: 12px;
    font-weight: 700;
}

.flow-chart {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    height: 170px;
    margin-top: 20px;
}

.flow-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 1;
}

.flow-bars {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 140px;
}

.flow-bar {
    width: 10px;
    border-radius: 8px;
}

.flow-label {
    font-size: 12px;
    color: #94a3b8;
}

.flow-legend {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: #64748b;
}

.flow-legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.flow-legend i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.status-pie {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: 0 auto 16px;
    background: conic-gradient(#f7b545 0% 65%, #64b96a 65% 100%);
}

.status-legend {
    display: flex;
    gap: 16px;
    justify-content: center;
    font-size: 12px;
    color: #64748b;
}

.status-legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.status-legend i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

@media (max-width: 1200px) {
    .dash-calendar,
    .dash-donuts,
    .dash-actions,
    .dash-appointments,
    .dash-flow,
    .dash-status {
        grid-column: span 12;
    }

    .donut-grid {
        grid-template-columns: 1fr;
    }

    .flow-chart {
        gap: 6px;
    }
}
