/* _content/Webenable.Unicef.Connect/Components/Pages/BuddyDetails/BuddyDetailsComponent.razor.rz.scp.css */
.in-page-container[b-rt3atmperm] {
    display: flex;
}

.left[b-rt3atmperm] {
    width: 66%;
}

.right[b-rt3atmperm] {
    width: 34%;
}

@media (max-width: 959.9px) {
    .in-page-container[b-rt3atmperm] {
        flex-direction: column;
    }

    .left[b-rt3atmperm], .right[b-rt3atmperm] {
        width: 100%;
    }
}

.downArrow[b-rt3atmperm] {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 40px solid #D0E8F6;
}
/* _content/Webenable.Unicef.Connect/Components/Pages/BuddyManagement/CreateEditBuddy.razor.rz.scp.css */
.step[b-7sg966mpn9] {
    display: flex;
    flex-direction: column;
    align-items: center; /* horizontally center children */
    text-align: center; /* center text inside the <div> */
}

.wizard-arrow[b-7sg966mpn9] {
    border-bottom: 5px solid #00adef;
    border-right: 5px solid #00adef;
    transform: rotate(-45deg);
    margin: 30px;
    height: 20px;
    width: 20px;
}

.wizard-image[b-7sg966mpn9] {
    height: 60px;
}

.step:hover[b-7sg966mpn9] {
    cursor: pointer;
}

.other-step-text[b-7sg966mpn9], .current-step-text[b-7sg966mpn9] {
    font-weight: bold;
}
/*
.other-step-text {
    color: #777779 ;
}
*/
.current-step-text[b-7sg966mpn9] {
    color: #00adef;
}
/* _content/Webenable.Unicef.Connect/Components/Pages/Dashboard/BuddyTileComponent.razor.rz.scp.css */
.tile[b-g450fwp2xg] {
    aspect-ratio: 3 / 1;
    border: 2px solid lightgray;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; /* For ribbon */
    overflow: hidden; /* For ribbon */
}

.ribbon[b-g450fwp2xg] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
    z-index: 10;
}
.ribbon span[b-g450fwp2xg] {
    position: absolute;
    display: block;
    width: 150px;
    padding: 8px 0;
    background-color: var(--mud-palette-primary);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    color: #fff;
    font: 700 12px/1 'Arial', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    text-transform: uppercase;
    text-align: center;
    right: -35px;
    top: 25px;
    transform: rotate(45deg);
}
.spotlighted span[b-g450fwp2xg] {
    background-color: gold;
    color: #7B3F00;
}

.left-column[b-g450fwp2xg] {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2%;
}
.left-column-image[b-g450fwp2xg] {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}
.middle-column[b-g450fwp2xg] {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 2% 2% 0 2%;
}
.right-column[b-g450fwp2xg] {
    width: 30%;
    height: 100%;
    padding: 2%;
}

@media (width < 600px) {
    .tile[b-g450fwp2xg] {
        aspect-ratio: 2 / 1;
    }
    .left-column[b-g450fwp2xg] {
        display: none;
    }
    .middle-column[b-g450fwp2xg] {
        width: 50%;
    }
    .right-column[b-g450fwp2xg] {
        width: 50%;
    }
}

.tile-hover-overlay[b-g450fwp2xg] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 20; /* Higher than the ribbon (z-index 10) */
}

@media (hover: hover) { /* Only apply hover effects on devices that support hover */
    .tile:hover .tile-hover-overlay[b-g450fwp2xg] {
        opacity: 1;
    }
}

.slogan[b-g450fwp2xg] {
    color: white;
    font-style: italic;
    font-weight: 500;
    font-size: 1.1rem;
}
.company-name[b-g450fwp2xg] {
    color: white;
    font-weight: 600;
    font-size: 1.3rem;
}

.top-logo[b-g450fwp2xg] {
    height: 30%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.about-description[b-g450fwp2xg] {
    margin-top: 2%;
    height: 68%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0) 100%);
}
.right-column-subarea[b-g450fwp2xg] {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 3px solid var(--mud-palette-tertiary);
}
.right-column-subarea > *[b-g450fwp2xg] {
    translate: 4%;
}
.employee-square-image[b-g450fwp2xg] {
    width: 80%;
    aspect-ratio: 1/1;
    border-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}
/* _content/Webenable.Unicef.Connect/Components/Pages/Dashboard/Dashboard.razor.rz.scp.css */
.vertically-center-content[b-9h6f9y7jds] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.subtitle[b-9h6f9y7jds] {
    margin-top: 50px;
    text-align: center;
    border-top: 1px solid var(--mud-palette-primary);
    border-left: 1px solid var(--mud-palette-primary);
    border-right: 1px solid var(--mud-palette-primary);
    color: var(--mud-palette-primary);
    font-size: 20px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.flex-wrap-center[b-9h6f9y7jds] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.tile-grid[b-9h6f9y7jds] {
    display: grid;
    grid-template-columns: 1fr; /* Mobile default */
    gap: 20px;
    margin-bottom: 20px;
}

@media (min-width: 1000px) {
    .tile-grid[b-9h6f9y7jds] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.tile-spacer[b-9h6f9y7jds] {
    color: var(--mud-palette-text-secondary);
    padding: 20px;
    text-align: center;
    aspect-ratio: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

@media (width < 1550px) {
    #search-section[b-9h6f9y7jds] {
        margin: 0 2.5%;
        width: 95%;
    }
}
