/* _content/FPVWeb/Views/Damage/AddDamageReport.cshtml.rz.scp.css */
h2[b-9q0crm11r3] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#damagedPartsContainer[b-9q0crm11r3] {
    width: 40%;
}

/* _content/FPVWeb/Views/Damage/DamageReport.cshtml.rz.scp.css */


.container[b-1qdqkkxfag] {
    padding-top: 2rem; /* Voegt ruimte boven de container toe */
    display: flex;
    justify-content: space-between; /* Plaatst de divs naast elkaar */
    align-items: flex-start; /* Zorgt ervoor dat de inhoud bovenaan uitgelijnd is */
    margin: 20px; /* Voegt ruimte rondom de container toe */
}

.left[b-1qdqkkxfag] {
    width: 48%;
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 10px;
}

.right[b-1qdqkkxfag] {
    width: 48%;
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 10px;
}


@media (max-width: 768px) {
    .container[b-1qdqkkxfag] {
        flex-direction: column; /* Zet de divs onder elkaar bij kleinere schermen */
    }

    .left[b-1qdqkkxfag], .right[b-1qdqkkxfag] {
        width: 100%; /* Zorgt ervoor dat beide divs de volle breedte gebruiken */
        margin-bottom: 10px; /* Voegt ruimte tussen de divs toe */
    }
}
/* _content/FPVWeb/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-j8k049cvgg] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-j8k049cvgg] {
  color: #0077cc;
}

.btn-primary[b-j8k049cvgg] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-j8k049cvgg], .nav-pills .show > .nav-link[b-j8k049cvgg] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-j8k049cvgg] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-j8k049cvgg] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-j8k049cvgg] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-j8k049cvgg] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-j8k049cvgg] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/FPVWeb/Views/Social/Profile.cshtml.rz.scp.css */
.profile[b-j70r2we3r8] {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.profilePic[b-j70r2we3r8] {
    grid-column: 1 / 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .profilePic img[b-j70r2we3r8] {
        border-radius: 50%;
        border: 3px solid #ddd;
        width: 180px;
        height: 180px;
        object-fit: cover;
    }


.profileFlytime[b-j70r2we3r8] {
    background-color: #f0f8ff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
}

.profilecontainer[b-j70r2we3r8] {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
}

    .profilecontainer > div[b-j70r2we3r8] {
        background-color: #fefefe;
        padding: 15px;
        border-radius: 8px;
        border: 1px solid #eee;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    }

.profileName[b-j70r2we3r8] {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin-top: 10px;
    font-size: 1.5em;
    font-weight: 600;
}

.profile-stats[b-j70r2we3r8] {
    grid-column: 2 / 3;
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    line-height: 1.6;
}

.profilebuttons[b-j70r2we3r8] {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

    .profilebuttons button[b-j70r2we3r8],
    .profilebuttons a img[b-j70r2we3r8] {
        transition: transform 0.2s ease;
    }

        .profilebuttons button:hover img[b-j70r2we3r8],
        .profilebuttons a:hover img[b-j70r2we3r8] {
            transform: scale(1.1);
        }

@media (max-width: 768px) {
    .profile[b-j70r2we3r8] {
        grid-template-columns: 1fr;
        padding: 15px;
    }

    .profilecontainer[b-j70r2we3r8] {
        grid-template-columns: 1fr;
    }

    .profileName[b-j70r2we3r8],
    .profilebuttons[b-j70r2we3r8],
    .profile-stats[b-j70r2we3r8] {
        grid-column: 1 / -1;
    }
}
