/* _content/UI.Razor/Component1.razor.rz.scp.css */
.my-component[b-u80wdcyqxg] {
    border: 2px dashed red;
    padding: 1em;
    margin: 1em 0;
    background-image: url('background.png');
}
/* _content/UI.Razor/Pages/DoctorForm.razor.rz.scp.css */
@charset "UTF-8";
.list-bullets[b-9tmqn45sau] {
  padding: 0 1rem; }
  .list-bullets li[b-9tmqn45sau]::before {
    content: "•";
    color: #3fbaee;
    display: inline-block;
    width: 1em;
    margin: 0 -0.9rem;
    font-size: 2rem; }

.progress[b-9tmqn45sau] {
  width: 150px;
  height: 150px !important;
  float: left;
  line-height: 150px;
  background: none;
  box-shadow: none;
  position: relative; }

.progress[b-9tmqn45sau]:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0; }

.progress > span[b-9tmqn45sau] {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1; }

.progress .progress-left[b-9tmqn45sau] {
  left: 0; }

.progress .progress-bar[b-9tmqn45sau] {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0; }

.progress .progress-left .progress-bar[b-9tmqn45sau] {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left; }

.progress .progress-right[b-9tmqn45sau] {
  right: 0; }

.progress .progress-right .progress-bar[b-9tmqn45sau] {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1-b-9tmqn45sau 1.8s linear forwards; }

.progress .progress-value[b-9tmqn45sau] {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #6b51df;
  font-size: 24px;
  color: #fff;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%; }

.progress.blue .progress-bar[b-9tmqn45sau] {
  border-color: #049dff; }

.progress.blue .progress-left .progress-bar[b-9tmqn45sau] {
  animation: loading-2-b-9tmqn45sau 1.5s linear forwards 1.8s; }

.progress.yellow .progress-bar[b-9tmqn45sau] {
  border-color: #fdba04; }

.progress.yellow .progress-right .progress-bar[b-9tmqn45sau] {
  animation: loading-3-b-9tmqn45sau 1.8s linear forwards; }

.progress.yellow .progress-left .progress-bar[b-9tmqn45sau] {
  animation: none; }

@keyframes loading-1-b-9tmqn45sau {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }
@keyframes loading-2-b-9tmqn45sau {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg); } }
@keyframes loading-3-b-9tmqn45sau {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); } }

/*# sourceMappingURL=DoctorForm.razor.css.map */
/* _content/UI.Razor/Pages/LandingForm.razor.rz.scp.css */
/* _content/UI.Razor/Pages/SpecialityForm.razor.rz.scp.css */
.speciality .card[b-46m5zqmiwy] {
  text-align: center;
  /* box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 28%);*/
  /* border: 1px solid #CCC;*/
}
.speciality .card h6[b-46m5zqmiwy] {
  font-size: 0.8rem;
}
.speciality .card i[b-46m5zqmiwy] {
  color: #6D7BD1;
}
/* _content/UI.Razor/Shared/Header.razor.rz.scp.css */
.main-menu[b-eeyxzikrqs] {
    /* background-color: #00AEEF;*/
    background-color: #0dcaf0;
    /* border-bottom: 3px solid #00AEEF;*/
    box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
}

.top-row[b-eeyxzikrqs] {
  background-color: #FFF;
  border-bottom: 1px solid #d6d5d5;
  /*  justify-content: flex-end;*/
  /*  
        display: flex;*/
  height: 3.5rem;
}

@media screen and (max-width: 768px) {
  header .navbar-expand-sm .navbar-toggler[b-eeyxzikrqs] {
    display: inline;
  }
}
.logo-pace-holder img[b-eeyxzikrqs] {
  border-radius: 0.6rem !important;
}
/* _content/UI.Razor/Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}*/
/*main {
    flex: 1;
}*/
@media (max-width: 640.98px) {
  /*   .top-row:not(.auth) {
         display: none;
     }

     .top-row.auth {
         justify-content: space-between;
     }

     .top-row {
         a & .btn-link {
             margin-left: 0;
         }
     }*/
}
/*@media (min-width: 1024px) {
  .sidebar {
        width: 115px;
    }
}*/
/* _content/UI.Razor/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-kwiffliq43] {
  background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-kwiffliq43] {
  height: 3.5rem;
  /*    background-color: rgba(0,0,0,0.4);*/
}

.navbar-brand[b-kwiffliq43] {
  font-size: 1.1rem;
}

.nav-item[b-kwiffliq43] {
  font-size: 0.9rem;
  font-family: "Cairo", sans-serif;
  /*  background-color: rgba(41, 49, 51, 0.45);*/
  margin-bottom: 0.1rem;
  border-radius: unset;
}

.dropdown-item[b-kwiffliq43] {
  font-size: 0.7rem;
}

/*.nav-item:first-of-type {
    padding-top: 1rem;
}

.nav-item:last-of-type {
    padding-bottom: 1rem;
}*/
.nav-item[b-kwiffliq43]  a {
  color: #FFF;
  border-radius: 4px;
  align-items: center;
  /* border-right: 5px solid transparent;*/
}

.nav-item[b-kwiffliq43]  a.active {
  background-color: transparent;
  color: white;
  /*  border-color: #ccc;*/
}

.nav-item[b-kwiffliq43]  a:hover {
  color: #FFF;
  /* border-color: #ccc;*/
}
