@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/DevineAcunpuncture/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}*/

/* a {
  color: #0077cc;
} */

/*.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

footer {
  position: absolute;
  bottom: 0;
  width: calc(100% - 252px);
  white-space: nowrap;
  line-height: 30px;
  border-top: 1px solid lightgray;
  background-color: white;
  height:50px;
} 

footer div a.ml-3{
  margin-left: 10px !important;
text-decoration: none !important;
color: black !important;
display: block;
}

main {
    padding: 40px;
    margin: 20px;
    background-color: white;
    padding-bottom: 50px !important;
    margin-bottom: 80px !important;*/
    /* display: inline-block; */
    /*margin-top: 70px !important;
}

nav{
  background-image: url(../images/backgrounds/background1.jpg);
  height: 60px !important;
  padding-left: 105px;
  padding-right: 105px;
  display: flex;
  justify-content: space-between;
  position:fixed;
}


.nav-inf{
  display: flex;
  justify-content: end;
}
a.ml-3{
  margin-left: 10px;
}

.sidebar {
    top: 0;
    left: 0;
    z-index: 100;
    overflow-y: auto;
    min-height: 100vh !important;
    max-height: 100% !important;
    position: fixed;
  
}


.username{
  margin-left: 10px;
  color: white;
}

.main_content {
    background-color: #f7f7f7;
    margin-left: calc(2/12 * 100%);
}

#dtime{
  color: white;
}


body{
  font-family: 'Barlow', sans-serif;
  background-color: #F7F7F7 !important;
}

body#main_body{
  background-color: #F7F7F7 !important;

}

a:hover{
  text-decoration: none;
}

.border-left{
  border-left: 2px solid var(--primary) !important;
}


.sidebar a span.bi, .sidebar button span.bi{
  padding-right: 10px;
}

a.actions span.bi.bi-pencil-square{
  background-color: lightblue;
  color: blue;
}

a.actions span.bi.bi-pencil-square:hover{
  color:white;
}

#sidebar .collapse.show .list-group a.list-group-item.list-group-item-action.cus {
    padding-left: 45px !important;
    border-radius: 0px !important;*/
    /* color:black !important; */
/*}
#sidebar .collapse.show .list-group a.list-group-item.active {
    color: white !important;
    border-radius: 0px !important;
}

.overlay{
  background-color: rgb(0 0 0 / 45%);
  z-index: 99;
}


span.bi-person{
  padding: 6px 8px;
background-color: #2F64EE;
border-radius: 100%;
}

.dropdown button{
  outline:none;
}*/


/* sidebar for small screens */
/*@media screen and (max-width: 767px){
  
  .sidebar{
    max-width: 18rem;
    transform : translateX(-100%);
    transition : transform 0.4s ease-out;
  }
  
  .sidebar.active{
    transform : translateX(0);
  }

  footer {
    width:100%;
  }
  
}

@media screen and (min-width: 768px) and (max-width:992px){
    .main_content {
        margin-left: calc(3/12 * 100%);
    }
}*/
