/* _content/FisioBook.WebUI/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-wdxsile2vk] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.container-fluid[b-wdxsile2vk] {
    padding-right: 0!important;
    padding-left: 0!important;
}

footer[b-wdxsile2vk] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-color: rgb(55, 55, 55);
    z-index:100;
}
footer > div > p[b-wdxsile2vk] {
    color:lightgray;
    margin:0;
    font-size:12px;
}
/*.notify-container {
    position: absolute;
    top: -6px;
    right: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: red;
}*/
.graphic-notifies[b-wdxsile2vk] {
    position: absolute;
    top: -6px;
    right: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: red;
    color: white;
}

.fa-bell[b-wdxsile2vk] {
    font-size: 20px;
}

@media screen and (max-width:990px) {
    footer[b-wdxsile2vk]{
        display:none !important;
    }
    
}
/* _content/FisioBook.WebUI/Components/Layout/MainLayoutNonInteractive.razor.rz.scp.css */
#blazor-error-ui[b-p8qxc577du] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.container-fluid[b-p8qxc577du] {
    padding-right: 0!important;
    padding-left: 0!important;
}

footer[b-p8qxc577du] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-color: rgb(55, 55, 55);
    z-index:100;
}
footer > div > p[b-p8qxc577du] {
    color:lightgray;
    margin:0;
    font-size:12px;
}
/*.notify-container {
    position: absolute;
    top: -6px;
    right: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: red;
}*/
.graphic-notifies[b-p8qxc577du] {
    position: absolute;
    top: -6px;
    right: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: red;
    color: white;
}

.fa-bell[b-p8qxc577du] {
    font-size: 20px;
}

@media screen and (max-width:990px) {
    footer[b-p8qxc577du]{
        display:none !important;
    }
    
}
/* _content/FisioBook.WebUI/Components/Layout/NavMenu.razor.rz.scp.css */
.offcanvas[b-cf3n4hihes] {
    background-color: var(--bs-blue)
}

.navbar[b-cf3n4hihes] {
    background-color: var(--bs-blue);
    box-shadow: -1px 3px 4px black;
}


.img-logo-text[b-cf3n4hihes] {
    max-width: 170px;
    height: auto;
}

.img-logo-offcanvas[b-cf3n4hihes] {
    height: auto;
    max-width: 65%
}

.img-logo-replace[b-cf3n4hihes] {
    max-width: 70px;
    height: auto;
}

.vertical-bar[b-cf3n4hihes] {
    width: 2px;
    height: 100%;
    background-color: white;
    margin: 0 20px;
}

.icon-name[b-cf3n4hihes] {
    opacity: 0.4;
    font-size: 13px;
    margin-top: 20px;
}

ul li *[b-cf3n4hihes] {
    color: white;
}

.dropdown-item[b-cf3n4hihes] {
    background-color: var(--bs-blue)
}

.zoom i[b-cf3n4hihes] {
    transition: transform .4s;
}

.zoom:hover i[b-cf3n4hihes] {
    transform: scale(1.4);
}


.nav-item[b-cf3n4hihes]  a.active span {
    border-bottom: 2px solid;
    color: white;
    opacity: 1;
}

.nav-item[b-cf3n4hihes]  a.active i {
    color: white;
}
/* _content/FisioBook.WebUI/Components/Layout/NoLayout.razor.rz.scp.css */
#blazor-error-ui[b-wz5jnnuxfv] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.container-fluid[b-wz5jnnuxfv] {
    padding-right: 0!important;
    padding-left: 0!important;
}

footer[b-wz5jnnuxfv] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-color: rgb(55, 55, 55);
    z-index:100;
}
footer > div > p[b-wz5jnnuxfv] {
    color:lightgray;
    margin:0;
    font-size:12px;
}
/*.notify-container {
    position: absolute;
    top: -6px;
    right: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: red;
}*/
.graphic-notifies[b-wz5jnnuxfv] {
    position: absolute;
    top: -6px;
    right: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: red;
    color: white;
}

.fa-bell[b-wz5jnnuxfv] {
    font-size: 20px;
}

@media screen and (max-width:990px) {
    footer[b-wz5jnnuxfv]{
        display:none !important;
    }
    
}
/* _content/FisioBook.WebUI/Components/Pages/Admin/ManageAllDocs.razor.rz.scp.css */
.form-label-sm[b-r7nfgcgybx] {
    font-size: 0.8rem;
}
/* _content/FisioBook.WebUI/Components/Pages/Admin/ManageCalendar.razor.rz.scp.css */

@media screen and (min-width:320px) {

    .e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-header-cells[b-7c4k310hbe] {
 
        background-position-y: 5px;
      
    }
}
/* _content/FisioBook.WebUI/Components/Pages/Admin/ManageDocsDetails.razor.rz.scp.css */
.custom-btngroup-right[b-ddxg7m4m5a] {
    position: absolute; 
    top: 50%; 
    right: -150px; 
    transform: translateY(-50%); 
}

.custom-btngroup-left[b-ddxg7m4m5a] {
    position: absolute;
    top: 50%;
    left: -150px;
    transform: translateY(-50%);
}

.custom-content[b-ddxg7m4m5a] {
    width: calc(100vw - 150px);
}

.highlight1[b-ddxg7m4m5a] {
    animation: flash1-b-ddxg7m4m5a 1.5s ease-out;
}

.highlight2[b-ddxg7m4m5a] {
    animation: flash2-b-ddxg7m4m5a 1.5s ease-out;
}

@keyframes flash1-b-ddxg7m4m5a {
    from {
        background-color: cornflowerblue;
    }

    to {
        background-color: transparent;
    }
}

@keyframes flash2-b-ddxg7m4m5a {
    from {
        background-color: aquamarine;
    }

    to {
        background-color: transparent;
    }
}
/* _content/FisioBook.WebUI/Components/Pages/Admin/ManageUser.razor.rz.scp.css */
.gridCustom[b-6byl23bpyi] {
    height: calc(100vh - 95px);
}
/* _content/FisioBook.WebUI/Components/Pages/Home.razor.rz.scp.css */
.col-6[b-o1cs5yvyts] {
	background-color: var(--bs-green);
	border: 2px solid var(--bs-blue);
}
h1[b-o1cs5yvyts]{
	color: var(--bs-blue)
}

img[b-o1cs5yvyts] {
	height: auto;
	max-width: 425px
}
h2[b-o1cs5yvyts] {
	color: var(--bs-blue)
}

@media screen and (max-width:425px) {

	img[b-o1cs5yvyts] {
		max-width: 300px
	}
}
/* _content/FisioBook.WebUI/Components/Pages/Identity/ChangePassword.Razor.rz.scp.css */
form[b-63or46dkk8]{
    padding:10px;
    border:1px solid red;
}
/* _content/FisioBook.WebUI/Components/Pages/Identity/Login.razor.rz.scp.css */
.classe[b-ds46aqgqra]{
    background-color: #b6ff00;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}
.home-container > div[b-ds46aqgqra] {
   padding-top: 150px;
 
}
h1[b-ds46aqgqra] {
    color: var(--bs-blue)
}
.card[b-ds46aqgqra] {
    background-color: transparent;

}

.card-body[b-ds46aqgqra] {
    border: 2px solid var(--bs-colorlogo)
}
.card-footer[b-ds46aqgqra] {
    border-width: 0px 2px 2px 2px;
    border-style: solid;
    border-color: var(--bs-colorlogo);
}
.form-control[b-ds46aqgqra]{
    background-color:transparent !important;
}

img[b-ds46aqgqra]{
    width:28%;
    height:auto;
}
.circle[b-ds46aqgqra] {
    width: 110px;
    height: 110px;
    border: 3px solid var(--bs-colorlogo); /*rgb(53 140 237);*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 40px;
}

.fa-user[b-ds46aqgqra] {
    color: var(--bs-colorlogo);
    font-size: 55px;
}


/* _content/FisioBook.WebUI/Components/Pages/Identity/PasswordForgotten.Razor.rz.scp.css */
