/* /Components/CircleThumbnailComponent.razor.rz.scp.css */

.button[b-3hyk0pl387] {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 240px;
    cursor: pointer;
}

.icon-wrapper[b-3hyk0pl387] {
    width: 240px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
}
.icon[b-3hyk0pl387] {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #279070;
    background-size: cover;
    box-sizing: content-box;
    border: 15px solid #F5F5F7; /* Make sure a border exists */
    transition: transform 0.3s ease, border 0.3s ease, filter 0.3s ease;
}

.button:hover .icon[b-3hyk0pl387] {
    border: 15px solid #B4D8CD;
    filter: brightness(1);
}

p[b-3hyk0pl387] {
    margin-top: 8px;
    margin-bottom:8px;
    font-size: 19px;
    color: #333;
}

.button-text[b-3hyk0pl387] {
    color: #393939;
    font-size: 19px;
    font-weight: normal;
    text-transform: none;
    vertical-align: middle;
    max-height: 12.3em;
    font-family: 'Open Sans', sans-serif !important;
}

.button[b-3hyk0pl387]::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 97px;
    height: 5px; /* Adjust height of the border */
    max-width: 57px;
    border-bottom: 5px solid #D3D3D3;
    margin: 0 auto;
    z-index: 0;
}
.button[b-3hyk0pl387] {
    position: relative;
    display: inline-block; /* shrink to text width */
    padding-bottom: 10px; /* room for the underline */
}
/* /Components/DateFilter.razor.rz.scp.css */
.results[b-emrqy5se2l]
{
    font-size: 1em !important;
}
/* /Components/HelpmateResponseToolbar.razor.rz.scp.css */
.thumbex[b-cefzvgfvpp] {
    margin: 10px 20px 30px;
    width: 100%;
    min-width: 250px;
    max-width: 250px;
    height: 250px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    outline: 2px solid white;
    outline-offset: -15px;
    background-color: white;
    box-shadow: 5px 10px 40px 5px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 20px;
}

.thumbex .thumbnail[b-cefzvgfvpp] {
    overflow: hidden;
    min-width: 250px;
    height: 250px;
    position: relative;
    opacity: 0.88;
    backface-visibility: hidden;
    transition: all 0.4s ease-out;
    display:flex;
    align-items:center;
}

.thumbex .thumbnail img[b-cefzvgfvpp] {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    height: 115%;
    width: auto;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
}

.thumbex .thumbnail .workspace-name[b-cefzvgfvpp] {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 24px;
    color: white;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    letter-spacing: 0.2px;
    transition: all 0.3s ease-out;
    width:250px;
}

.thumbex .thumbnail:hover[b-cefzvgfvpp] {
    backface-visibility: hidden;
    transform: scale(1.15, 1.15);
}

.thumbex .thumbnail:hover .workspace-name[b-cefzvgfvpp] {
}
/* /Components/IconComponent.razor.rz.scp.css */
.thumbex[b-0ly3uqjp0q] {
    margin: 10px 20px 30px;
    width: 100%;
    min-width: 250px;
    max-width: 250px;
    height: 250px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    outline: 2px solid white;
    outline-offset: -15px;
    background-color: white;
    box-shadow: 5px 10px 40px 5px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 20px;
}

.thumbex .thumbnail[b-0ly3uqjp0q] {
    overflow: hidden;
    min-width: 250px;
    height: 250px;
    position: relative;
    opacity: 0.88;
    backface-visibility: hidden;
    transition: all 0.4s ease-out;
    display:flex;
    align-items:center;
}

.thumbex .thumbnail img[b-0ly3uqjp0q] {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    height: 115%;
    width: auto;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
}

.thumbex .thumbnail .workspace-name[b-0ly3uqjp0q] {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 24px;
    color: white;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    letter-spacing: 0.2px;
    transition: all 0.3s ease-out;
    width:250px;
}

.thumbex .thumbnail:hover[b-0ly3uqjp0q] {
    backface-visibility: hidden;
    transform: scale(1.15, 1.15);
}

.thumbex .thumbnail:hover .workspace-name[b-0ly3uqjp0q] {
}
/* /Components/LoadingSpinner.razor.rz.scp.css */
.loading-spinner-wrapper[b-jb6lqsgd5w] {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    max-height:100vh;
}


.loading-spinner-inner[b-jb6lqsgd5w] {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.loading-spinner[b-jb6lqsgd5w] {
    margin: 0 auto;
    background-color:red;
    width:100vw;
}
/* /Components/PageWebPart.razor.rz.scp.css */
.drop-zone[b-mu4gqhfdvp] {
    padding: 20px;
    width: 100%;
    min-height: 100px;
    border: 2px dashed #0087F7;
    border-radius: 5px;
}

.drop-zone.hover[b-mu4gqhfdvp] {
    border-style: solid;
}
/* /Components/ThumbnailComponent.razor.rz.scp.css */
.thumbex[b-im8lkpfjx2] {
    margin: 10px 20px 30px;
    width: 100%;
    min-width: 250px;
    max-width: 250px;
    height: 250px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    outline: 2px solid white;
    outline-offset: -15px;
    background-color: white;
    box-shadow: 5px 10px 40px 5px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 20px;
}

.thumbex .thumbnail[b-im8lkpfjx2] {
    overflow: hidden;
    min-width: 250px;
    height: 250px;
    position: relative;
    opacity: 0.88;
    backface-visibility: hidden;
    transition: all 0.4s ease-out;
    display:flex;
    align-items:center;
}

.thumbex .thumbnail img[b-im8lkpfjx2] {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    height: 115%;
    width: auto;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
}

.thumbex .thumbnail .workspace-name[b-im8lkpfjx2] {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 24px;
    color: white;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    letter-spacing: 0.2px;
    transition: all 0.3s ease-out;
    width:250px;
}

.thumbex .thumbnail:hover[b-im8lkpfjx2] {
    backface-visibility: hidden;
    transform: scale(1.15, 1.15);
}

.thumbex .thumbnail:hover .workspace-name[b-im8lkpfjx2] {
}
/* /Components/WorkspaceView.razor.rz.scp.css */
.results[b-lysf71si44]
{
    font-size: 1em !important;
}
/* /Pages/Index.razor.rz.scp.css */


.button-container[b-gdzex8pmqb] {
    display: button-container;
    gap: 30px;
    justify-content: center;
}
h2.header-title[b-gdzex8pmqb]::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 97px;
    height: 5px; /* Adjust height of the border */
    max-width: 109px;
    border-bottom: 5px solid #e5bf24;
    margin: 0 auto;
    z-index: 0;
}
h2.header-title[b-gdzex8pmqb] {
    position: relative;
    display: inline-block; /* shrink to text width */
    padding-bottom: 10px; /* room for the underline */
}
/* /Pages/Workspace.razor.rz.scp.css */
#box-icon[b-reb683bi6u] {
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin: 5px;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    display: inline-block;
    vertical-align: middle;
    background-color: white;
    line-height: 1;
}

#box-icon:hover[b-reb683bi6u] {
    background-color: #6F747C;
    border-color: #1a1e21;
    color: lightgray;
    cursor: pointer;
}


#cardWithBackground[b-reb683bi6u] {
    background-image: url(Background.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.workspace-cards[b-reb683bi6u] {
    justify-content: center;
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    flex-wrap: wrap;
}
