/* _content/AccessPortal.WebApp/Views/Calendar/Index.cshtml.rz.scp.css */
#calendar-wrapper[b-orr3ve7jyl] {
    padding: 25px 25px 0 25px;
    transition: margin-left .5s;
}
#sidebar-wrapper[b-orr3ve7jyl] {
    width: 413px;
    background-color: white;
    overflow-x: hidden;
    border-radius: 10px;
    box-shadow: 0 7px 30px -10px rgb(0 0 0 / 50%);
}

@media only screen and (max-width: 500px) {
    #sidebar-wrapper[b-orr3ve7jyl] {
        height: auto;
    }

    #chooseResource[b-orr3ve7jyl]{
        display:none !important;
    }
}
/* _content/AccessPortal.WebApp/Views/Calendar/_CalendarSideBar.cshtml.rz.scp.css */
.sidenav a[b-i9wigqo1ry] {
    padding: 8px 32px 8px 32px;
    text-decoration: none;
    color: var(--font-color-primary);
    display: block;
}

.sidenav a:hover[b-i9wigqo1ry] {
    color: #85aebc;
}

.sidenav .closebtn[b-i9wigqo1ry] {
    font-size: 36px;
    margin-left: 50px;
}

#calendar-available-slot-bullet-info[b-i9wigqo1ry] {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    overflow: hidden;
    cursor: pointer;
    background-color: #26c97e !important;
}

#calendar-available-slot-text-info[b-i9wigqo1ry] {
    overflow: hidden;
    cursor: pointer;
    color: #26c97e !important;
}

#calendar-not-available-slot-bullet-info[b-i9wigqo1ry] {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    overflow: hidden;
    cursor: pointer;
    background-color: #ff4052 !important;
}

#calendar-not-available-slot-text-info[b-i9wigqo1ry] {
    overflow: hidden;
    cursor: pointer;
    color: #ff4052 !important;
}
/* _content/AccessPortal.WebApp/Views/Calendar/_FindAppointmentModal.cshtml.rz.scp.css */
    .sidenav a[b-6jvtwreiag] {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        font-family: sans-serif;
        color: #49869b;
        display: block;
    }

        .sidenav a:hover[b-6jvtwreiag] {
            color: #85aebc;
        }

    .sidenav .closebtn[b-6jvtwreiag] {
        font-size: 36px;
        margin-left: 50px;
    }
/* _content/AccessPortal.WebApp/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.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[b-seg12y3s4k] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-seg12y3s4k] {
  color: #0077cc;
}

.btn-primary[b-seg12y3s4k] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-seg12y3s4k], .nav-pills .show > .nav-link[b-seg12y3s4k] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-seg12y3s4k] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-seg12y3s4k] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-seg12y3s4k] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-seg12y3s4k] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-seg12y3s4k] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
