/* _content/ProfessioneleReflectieMatchingTool/Areas/Admin/Pages/Coaches/Index.cshtml.rz.scp.css */
.success-icon[b-5760splgpn] {
    color: green;
}

.danger-icon[b-5760splgpn] {
    color: red;
}

/* _content/ProfessioneleReflectieMatchingTool/Areas/Coaches/Pages/Details.cshtml.rz.scp.css */
.sidebar-ssr-light[b-773epzc7bt] {
    background-color: rgb(244, 238, 227);
    color: rgb(45, 72, 65);
}

.btn-custom[b-773epzc7bt] {
    background-color: rgb(171, 54, 67);
    color: white;
    border: none;
    border-radius: 0;
}

/* _content/ProfessioneleReflectieMatchingTool/Pages/Index.cshtml.rz.scp.css */
.btn-filter[b-dju5dvokon] {
    width: 100%;
    background-color: rgb(171, 54, 67);
    color: white;
    border: none;
    border-radius: 0;
}

#coachList[b-dju5dvokon] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
    gap: 1.25em;
}

.coach-item[b-dju5dvokon] {
    color: rgb(45, 72, 65);
    padding: 0.625em;
    border: 1px solid #ddd;
    margin: 0.3125em;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 25em;
}

.coach-item:hover[b-dju5dvokon] {
    background-color: #f0f0f0;
}

.image-container[b-dju5dvokon] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12em; 
    height: 12em; 
    margin-top: 1em; 
    border-radius: 50%; 
    overflow: hidden; 
    border-radius: 50%; 
}

.image-container img[b-dju5dvokon] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; 
}

.coach-item div[b-dju5dvokon] {
    margin-top: 1em;
    text-align: center; 
}

.sidebar[b-dju5dvokon] {
    background-color: rgb(244, 238, 227);
    color: rgb(45, 72, 65);
}
/* _content/ProfessioneleReflectieMatchingTool/Pages/Shared/_Layout.cshtml.rz.scp.css */
html[b-cl31w33rym], body[b-cl31w33rym] {
    margin: 0;
    padding: 0;
    height: 100%;
}

body[b-cl31w33rym] {
    display: flex;
    flex-direction: column;
}

main[b-cl31w33rym] {
    flex: 1;
}

nav[b-cl31w33rym] {
    height: 170px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

nav .logo-wrapper[b-cl31w33rym] {
    height: 120px;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
}

nav .nav-wrapper[b-cl31w33rym] {
    height: 50px;
    width: 100%;
    background-color: rgb(237, 227, 207);
    display: flex;
    justify-content: center;
}


.logo-inner[b-cl31w33rym],
.nav-inner[b-cl31w33rym] {
    width: 100%;
    max-width: 1280px;
    display: flex;
    align-items: center;
    padding: 0 48px;
    box-sizing: border-box;
}

.logo-inner[b-cl31w33rym] {
    width: 100%;
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 48px;
    box-sizing: border-box;
}

.socials-buttons[b-cl31w33rym] {
    display: flex;
    gap: 12px;
}

.nav-inner .btn-static[b-cl31w33rym] {
    margin-left: auto;
}

main[b-cl31w33rym] {
    display: flex;
    justify-content: center;
    flex: 1;
}

.main-inner[b-cl31w33rym] {
    width: 100%;
    max-width: 1280px;
    padding: 0 48px;
    box-sizing: border-box;
}

.btn-custom[b-cl31w33rym] {
    background-color: rgb(171, 54, 67);
    color: white;
    border: none;
    border-radius: 0;
}

.sidebar[b-cl31w33rym] {
    color: rgb(45, 72, 65);
}

footer[b-cl31w33rym] {
    height: 190px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

footer .footer-primary[b-cl31w33rym] {
    height: 120px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; /* 🔹 Center column children horizontally */
    background-color: rgb(179, 74, 87);
}

footer .socials-wrapper[b-cl31w33rym],
footer .logo-wrapper[b-cl31w33rym] {
    height: 60px;
    width: 100%; /* 🔹 Let it stretch full width */
    max-width: 1280px; /* 🔹 Limit the width */
    display: flex;
    align-items: center;
    padding: 0 48px;
    box-sizing: border-box;
}

footer .socials-wrapper[b-cl31w33rym] {
    justify-content: flex-end; /* right-aligned icons */
}

footer .logo-wrapper[b-cl31w33rym] {
    justify-content: space-between; /* left and right */
}

footer .socials-icons-list[b-cl31w33rym] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
}

footer .logo-text-wrapper[b-cl31w33rym] {
    height: 50px;
    width: 1280px;
    background-color: rgb(179, 74, 87);
    display: flex;
    justify-content: space-between; /* one left, one right */
    align-items: center;
    padding: 0 48px;
    box-sizing: border-box;
    color: white; /* for visibility */
    font-family: sans-serif;
}

footer .nav-wrapper[b-cl31w33rym] {
    height: 50px;
    width: 100%;
    background-color: rgb(171, 54, 67);
    display: flex;
    justify-content: center;
}

/*.links-bar,
.sitemap-bar {
    width: 100%;
    max-width: 1280px;

    display: flex;
    align-items: center;
    padding: 0 48px;*/ /* Side padding inside the 1280px container */
    /*box-sizing: border-box;
}*/
