/* _content/eMadariss.Web/Pages/Index.razor.rz.scp.css */
.wrapper[b-jzsrypeddi] {
    margin-bottom:20px;
}

[b-jzsrypeddi] .e-card{
    border:none;
}

[b-jzsrypeddi] .e-card-stacked {
    justify-content: flex-start;
}

[b-jzsrypeddi] .e-card .e-card-header .e-card-header-caption .e-card-header-title {
    /*font-size: 14px;*/
    /*font-family: Helvetica, 'Segoe UI';*/
    font-weight: bold;
}


[b-jzsrypeddi] .e-card {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left: 3px solid transparent;
    margin-bottom: 10px;
}


    [b-jzsrypeddi] .e-card > .e-card-image {
        background-repeat: no-repeat;
        min-height: 250px;
        background-position: center;
        background-size: cover;
    }


/* _content/eMadariss.Web/Pages/LinkEdit.razor.rz.scp.css */
.container[b-s9t0ywgqw2] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}
.picture[b-s9t0ywgqw2] {
    width: 100%;
    height: 250px;
    object-fit:cover;
}

[b-s9t0ywgqw2] .e-richtexteditor .e-rte-content,
[b-s9t0ywgqw2] .e-richtexteditor .e-source-content {
    min-height: 200px;
}
/* _content/eMadariss.Web/Pages/Links.razor.rz.scp.css */
.containerPage[b-wxpdt4ummw]{
    height:100%!important;
}

.cat[b-wxpdt4ummw] {
    position: relative;
    min-height:20px;
    border-radius: 5px;
    text-align: center;
}
.cattxt[b-wxpdt4ummw]{
    color:#fff;
}
.picture[b-wxpdt4ummw] {
    height: 100px;
    width: 150px;
    object-fit:cover;
}

/*::deep .e-dialog .e-btn.e-flat, .e-css.e-btn.e-flat {
    background-color: transparent;
    border-color: transparent;
    color: blue;
}*/

/*.e-custom {
    border-radius: 0;
    height: 30px;
    width: 80px;
}

    .e-custom, .e-custom:hover, .e-custom:focus, .e-custom:active {
        background-color: #ff6e40;
        color: #fff;
    }*/
/* _content/eMadariss.Web/Pages/Login.razor.rz.scp.css */
/* Login.razor.css */
.login-container[b-l5xro5dmga] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f4f4f4;
}

.login-image[b-l5xro5dmga] {
    flex: 1;
    background: url('https://via.placeholder.com/600x400/007bff/ffffff?text=School+Campus') no-repeat center center/cover;
    height: 100%;
    display: none;
}

.login-form-container[b-l5xro5dmga] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper[b-l5xro5dmga] {
    width: 100%;
    max-width: 500px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    animation: fadeInDown-b-l5xro5dmga 1s ease;
}

@keyframes fadeInDown-b-l5xro5dmga {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .login-image[b-l5xro5dmga] {
        display: block;
        height: 200px;
        width: 100%;
    }

    .login-form-container[b-l5xro5dmga] {
        padding: 10px;
    }
}

.btn-primary[b-l5xro5dmga] {
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover[b-l5xro5dmga] {
        background-color: #0056b3;
        border-color: #0056b3;
    }
/* _content/eMadariss.Web/Pages/MessageNew.razor.rz.scp.css */
#commentsMention[b-iktcov0w9y] {
    min-height: 100px;
    width:100%;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    padding: 8px;
    font-size: 14px;
}

textarea#commentsMention[placeholder]:empty[b-iktcov0w9y]:before {
    content: attr(placeholder);
    color: #555;
}

[b-iktcov0w9y] .e-plus-icon::before {
    content: '\e805';
}


.recipientDiv[b-iktcov0w9y] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    padding: 8px;
}

[b-iktcov0w9y] .e-input-group.e-corner {
    border-radius: 5px;
}

[b-iktcov0w9y] .e-upload-picture::before {
    content: '\e754';
    font-family: e-icons;
}

/* _content/eMadariss.Web/Pages/MessageReply.razor.rz.scp.css */
#commentsMention[b-n893ji0jz2] {
    min-height: 100px;
    width:100%;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    padding: 8px;
    font-size: 14px;
}

textarea#commentsMention[placeholder]:empty[b-n893ji0jz2]:before {
    content: attr(placeholder);
    color: #555;
}

[b-n893ji0jz2] .e-plus-icon::before {
    content: '\e805';
}


.recipientDiv[b-n893ji0jz2]{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

/* _content/eMadariss.Web/Pages/Messages.razor.rz.scp.css */
[b-29p9avaj6n] .e-plus-icon::before {
    content: '\e805';
}


[b-29p9avaj6n] .e-btn.e-outline {
    margin: 0 3px;
}

.containerPage[b-29p9avaj6n] {
    height: calc(100vh - 76px);
    width: calc(100vw - 300px);
}

    [b-29p9avaj6n] .e-tab > .e-content .e-item {
        height: calc(100% - 16px);
    }


@media only screen and (max-width: 641px) {
    .containerPage[b-29p9avaj6n] {
        height: calc(100vh - 130px);
        width: calc(100vw - 60px);
    }
    [b-29p9avaj6n] .e-tab > .e-content .e-item {
        height: calc(100% - 16px);
    }
}
/* _content/eMadariss.Web/Pages/News.razor.rz.scp.css */

.containerPage[b-jrbh10uwfc] {
    height: calc(100vh - 76px);
    width: calc(100vw - 300px);
}

.cat[b-jrbh10uwfc] {
    position: relative;
    min-height:20px;
    border-radius: 5px;
    text-align: center;
}
.cattxt[b-jrbh10uwfc]{
    color:#fff;
}
.picture[b-jrbh10uwfc] {
    height: 100px;
    width: 150px;
    object-fit:cover;
}

/*::deep .e-dialog .e-btn.e-flat, .e-css.e-btn.e-flat {
    background-color: transparent;
    border-color: transparent;
    color: blue;
}*/

/*.e-custom {
    border-radius: 0;
    height: 30px;
    width: 80px;
}

    .e-custom, .e-custom:hover, .e-custom:focus, .e-custom:active {
        background-color: #ff6e40;
        color: #fff;
    }*/

@media only screen and (max-width: 641px) {
    .containerPage[b-jrbh10uwfc] {
        width: calc(100vw - 60px);
    }
}
/* _content/eMadariss.Web/Pages/NewsEdit.razor.rz.scp.css */
.container[b-f3x27s2yyk] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}
.picture[b-f3x27s2yyk] {
    width: 100%;
    height: 250px;
    object-fit:cover;
}

[b-f3x27s2yyk] .e-richtexteditor .e-rte-content,
[b-f3x27s2yyk] .e-richtexteditor .e-source-content {
    min-height: 200px;
}
/* _content/eMadariss.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-idt5f3l849] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-idt5f3l849] {
    flex: 1;
}

.sidebar[b-idt5f3l849] {
    background-image: linear-gradient(180deg, #BCE1F5 0%, #889ED1 70%);
}




.top-row[b-idt5f3l849] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    /*justify-content: flex-end;*/
    height: 3.5rem;
    /*display: flex;
    align-items: center;*/
}

    /*.top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}*/

@media (min-width: 641px) {
    .page[b-idt5f3l849] {
        flex-direction: row;
    }

    .sidebar[b-idt5f3l849] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-idt5f3l849] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-idt5f3l849], article[b-idt5f3l849] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/eMadariss.Web/Shared/NavMenu.razor.rz.scp.css */
[b-p5onz19onf] .disabled:link{
    color:#4444;
}
.navbar-toggler[b-p5onz19onf] {
    background-color: rgba(146, 100, 173, 0.9);
}

.top-row[b-p5onz19onf] {
    height: 3.5rem;
    background-color: #E2F3F7;
}

.navbar-brand[b-p5onz19onf] {
    margin:0; padding:0;    
}

.navbar-dark[b-p5onz19onf] {
    background-color: #E2F3F7;    
    margin: 0;
    padding: 0;
}

.ic[b-p5onz19onf] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}


.nav-item[b-p5onz19onf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-p5onz19onf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-p5onz19onf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-p5onz19onf]  a {
        color: #262626;
        border-radius: 4px;
        display: flex;
        align-items: center;
        line-height: 2rem;
    }

        .nav-item[b-p5onz19onf]  a.active {
            background-color: transparent;
            color: #262626;
        }

        .nav-item[b-p5onz19onf]  a:hover {
            background-color: #E2F3F7;
            color: #424242;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-p5onz19onf] {
        display: none;
    }

    .collapse[b-p5onz19onf] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-p5onz19onf] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/eMadariss.Web/Shared/Spinner.razor.rz.scp.css */
bodsvg[b-bvkdbkq4qw] {
    transform: rotate(45deg);
}

.gradient[b-bvkdbkq4qw] {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    fill: url('#gradient-fill');
}

.square[b-bvkdbkq4qw] {
    animation-iteration-count: infinite;
    animation-duration: 2s;
    transition-timing-function: ease-in-out;
}

.s1[b-bvkdbkq4qw] {
    animation-name: slide-1-b-bvkdbkq4qw;
}

.s2[b-bvkdbkq4qw] {
    animation-name: slide-2-b-bvkdbkq4qw;
}

.s3[b-bvkdbkq4qw] {
    animation-name: slide-3-b-bvkdbkq4qw;
}

.s4[b-bvkdbkq4qw] {
    animation-name: slide-4-b-bvkdbkq4qw;
}

.s5[b-bvkdbkq4qw] {
    animation-name: slide-5-b-bvkdbkq4qw;
}

.s6[b-bvkdbkq4qw] {
    animation-name: slide-6-b-bvkdbkq4qw;
}

.s7[b-bvkdbkq4qw] {
    animation-name: slide-7-b-bvkdbkq4qw;
}

@keyframes slide-1-b-bvkdbkq4qw {
    37.5% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(100px);
    }

    100% {
        transform: translateX(100px);
    }
}

@keyframes slide-2-b-bvkdbkq4qw {
    25% {
        transform: translateX(0px);
    }

    37.5% {
        transform: translateX(100px);
    }

    100% {
        transform: translateX(100px);
    }
}

@keyframes slide-3-b-bvkdbkq4qw {
    12.5% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(100px);
    }
}

@keyframes slide-4-b-bvkdbkq4qw {
    50% {
        transform: translateY(0px);
    }

    62.5% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(-100px);
    }
}

@keyframes slide-5-b-bvkdbkq4qw {
    12.5% {
        transform: translate(-100px, 0px);
    }

    87.5% {
        transform: translate(-100px, 0px);
    }

    100% {
        transform: translate(-100px, 100px);
    }
}

@keyframes slide-6-b-bvkdbkq4qw {
    62.5% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(-100px);
    }
}

@keyframes slide-7-b-bvkdbkq4qw {
    75% {
        transform: translateX(0px);
    }

    87.5% {
        transform: translateX(-100px);
    }

    100% {
        transform: translateX(-100px);
    }
}


.container[b-bvkdbkq4qw] {
        
    text-align:center;
    position:relative;
    padding-top:150px;
    width:100%;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}
