/* /Components/ModalDiaLog.razor.rz.scp.css */
@media only screen and (max-width: 768px) {
    #modaldialog[b-vgok6mc99y] {
        max-width: 90%;
        margin: 0 auto;
    }

    #modalbody[b-vgok6mc99y] {
        font-size: 1.2rem;
        padding: 1rem;
    }
}
/* /Pages/EditForm.razor.rz.scp.css */
body[b-wm1cj7dbzg] {
}

.center[b-wm1cj7dbzg] {
    margin: auto;
    width: 60%;
    padding: 10px;
}
.containerwidth[b-wm1cj7dbzg]{
    width: 70%;
}
.borderFrame[b-wm1cj7dbzg] {
    border: 1px solid black;
}
.texBold[b-wm1cj7dbzg] {
    font-weight: bold
}
.txtCenter[b-wm1cj7dbzg] {
  /*  text-align: center;*/
   
}
.InputWidth[b-wm1cj7dbzg]{
   /* width:auto*/
}
.submitButton[b-wm1cj7dbzg]{

}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .InputWidth[b-wm1cj7dbzg] {
     width: 100%;
        
    }
    .containerwidth[b-wm1cj7dbzg] {
        width: 80%;
    }
    .selectMobile[b-wm1cj7dbzg]{
        flex:auto;
    }
    .center[b-wm1cj7dbzg] {
        margin: auto;
        width: 90%;
        padding: 10px;
    }
}

/* /Pages/ListForm.razor.rz.scp.css */
body[b-fq6yb6y23d] {
}

.center[b-fq6yb6y23d] {
    margin: auto;
    width: 87%;
    padding: 10px;
}
 
.borderFrame[b-fq6yb6y23d] {
    border: 1px solid black;
}
.formbutton[b-fq6yb6y23d]{
    width: 40%
}

@media screen and (min-width: 768px) {
    .newform[b-fq6yb6y23d] {
        margin-right: 50px;
    }
}
    .container[b-fq6yb6y23d] {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .centerTag[b-fq6yb6y23d] {
        text-align: center
    }


    .Table[b-fq6yb6y23d] {
        display: table;
    }

    .Title[b-fq6yb6y23d] {
        display: table-caption;
        text-align: center;
        font-weight: bold;
        font-size: larger;
    }

    .Heading[b-fq6yb6y23d] {
        display: table-row;
        font-weight: bold;
        text-align: center;
    }

    .Row[b-fq6yb6y23d] {
        display: table-row;
    }

    .Cell[b-fq6yb6y23d] {
        display: table-cell;
        border: solid;
        border-width: thin;
        padding-left: 5px;
        padding-right: 5px;
    }

    table[b-fq6yb6y23d], th[b-fq6yb6y23d], td[b-fq6yb6y23d] {
        border: 1px solid black;
    }

    @media (max-width: 767px) {
        .container[b-fq6yb6y23d] {
            flex-direction: column;
        }

        .btn-group[b-fq6yb6y23d] {
            width: 100%;
        }

        .centerTag[b-fq6yb6y23d] {
            font-size: 1.2rem;
        }
    }

.formbutton[b-fq6yb6y23d] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .formbutton a[b-fq6yb6y23d] {
        width: 200px; /* Set the width of the buttons */
        margin: 5px; /* Add some margin between the buttons */
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-1xhyof355h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1xhyof355h] {
    flex: 1;
}

.sidebar[b-1xhyof355h] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1xhyof355h] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1xhyof355h]  a, .top-row[b-1xhyof355h]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-1xhyof355h]  a:hover, .top-row[b-1xhyof355h]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-1xhyof355h]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1xhyof355h] {
        display: none;
    }

    .top-row.auth[b-1xhyof355h] {
        justify-content: space-between;
    }

    .top-row[b-1xhyof355h]  a, .top-row[b-1xhyof355h]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1xhyof355h] {
        flex-direction: row;
    }

    .sidebar[b-1xhyof355h] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1xhyof355h] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-1xhyof355h]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1xhyof355h], article[b-1xhyof355h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-uoffmz9kuf] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-uoffmz9kuf] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-uoffmz9kuf] {
    font-size: 1.1rem;
}

.oi[b-uoffmz9kuf] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-uoffmz9kuf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-uoffmz9kuf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-uoffmz9kuf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-uoffmz9kuf]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-uoffmz9kuf]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-uoffmz9kuf]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-uoffmz9kuf] {
        display: none;
    }

    .collapse[b-uoffmz9kuf] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
