﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.bg-gradient-vert {
    background: linear-gradient(135deg, #0f9b0f, #99f2c8);
    color: white;
}

/* Sidebar adjustments */
.sidebar {
    width: 240px;
    height: 100dvh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom, #0f9b0f, #134e2e, #0a3d1c);
    position: sticky;
    top: 0;
    z-index: 100;
}

    .sidebar.collapsed {
        width: 60px !important;
    }

    .sidebar nav {
        flex-grow: 1;
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 1rem;
        -webkit-overflow-scrolling: touch;
    }

    .sidebar .nav-link {
        color: #ffffff !important;
        cursor: pointer;
    }

        .sidebar .nav-link.active {
            background-color: #1f402d;
            color: #99f2c8 !important;
        }

        .sidebar .nav-link:hover {
            background-color: #174a32;
            transition: background-color 0.2s;
        }

.sidebar-toggle {
    background-color: transparent;
    border: none;
    font-size: 1.25rem;
    padding: 0.25rem;
    cursor: pointer;
    transition: color 0.2s;
}

    .sidebar-toggle:hover {
        color: #0f9b0f;
    }

.menu-recolhido .menu-label {
    display: none !important;
}

.nav-link span.oi {
    min-width: 20px;
    text-align: center;
}

.sidebar .nav-link:hover span.oi {
    color: #0f9b0f;
    transition: color 0.2s;
}

.app-layout {
    display: flex;
    min-height: 100vh;
    width: 100%;
}

.main-content {
    flex-grow: 1;
    background-color: #111;
    color: #fff;
    transition: all 0.3s;
}

.border-primary {
    border-color: #0f9b0f !important;
}

.text-primary {
    color: #0f9b0f !important;
}

.participant-card {
    border-left: 4px solid #0f9b0f;
    padding-left: 0.75rem;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
}

    .participant-card.femme {
        border-left-color: #FF69B4;
    }

.nav-tabs .nav-link.active {
    background-color: #21213a !important;
    color: #0f9b0f !important;
    border-bottom: 2px solid #0f9b0f !important;
}

.nav-tabs .nav-link {
    color: #999 !important;
    border: none !important;
}

.modal-wod-xl {
    max-width: 90vw;
    width: 100%;
    margin: auto;
}

