/* base font */
/* colors */
/* font families */
/* direction */
/* Mixins */
/* basic website classes */
/* line 4, base/_base.scss */
body {
  font-family: "Poppins", "Lato", "Tajawal", sans-serif; }

/* line 8, base/_base.scss */
a {
  text-decoration: none; }

/* line 11, base/_base.scss */
.background-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

/* line 17, base/_base.scss */
.btn-danger {
  background: #bf0404;
  border-color: #bf0404; }

/* line 23, base/_base.scss */
.btn-danger:hover, .btn-danger:focus {
  background: #8d0303;
  border-color: #8d0303; }

/* line 28, base/_base.scss */
.shadow, .number-card .single-card, .dash-box, .register, .corona-result {
  box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
  border: solid 1px #dde4eb; }

/* line 34, base/_base.scss */
.element {
  transform: scale(0.01); }

/* line 39, base/_base.scss */
.element-in {
  animation: listIn 0.4s ease;
  transform: scale(1); }

@keyframes listIn {
  from {
    transform: scale(0.1); }
  to {
    transform: scale(1); } }
/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
/* line 70, base/_base.scss */
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 78, base/_base.scss */
.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* placeholder */
/* line 93, base/_base.scss */
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  /* Firefox */
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 16px;
  color: #214747; }

/* line 103, base/_base.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 16px;
  color: #214747; }

/* line 111, base/_base.scss */
::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 16px;
  color: #214747; }

/* line 1, layouts/_header.scss */
.logo-bar {
  background-image: url(../images/Header-Doctors.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0; }
  /* line 9, layouts/_header.scss */
  .logo-bar .logo img {
    max-width: 100%; }
  /* line 16, layouts/_header.scss */
  .logo-bar .language a {
    float: right;
    color: #2f2f46;
    font-size: 23px;
    font-weight: 700; }
  /* line 23, layouts/_header.scss */
  .logo-bar .language a:hover, .logo-bar .language a:focus {
    color: #bf0404; }

/* line 1, layouts/_nav.scss */
.sidebar {
  width: 300px;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: #2f2f46;
  z-index: 100;
  transition: width 300ms; }

/* line 14, layouts/_nav.scss */
.sidebar .sidebar-brand figure {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  background-image: url(../images/logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 125px; }

/* line 25, layouts/_nav.scss */
.sidebar-menu {
  margin-top: 1rem;
  height: calc(100vh - 125px);
  overflow-y: auto; }

/* line 31, layouts/_nav.scss */
.sidebar-menu ul {
  list-style: none;
  padding: 0; }

/* line 36, layouts/_nav.scss */
.sidebar-menu li {
  width: 100%;
  margin-bottom: 1.3rem;
  padding-left: 2rem; }

/* line 42, layouts/_nav.scss */
.sidebar-menu a {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  padding-left: 1rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem; }

/* line 51, layouts/_nav.scss */
.sidebar-menu a.active {
  background: #fff;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  color: #2f2f46;
  border-radius: 30px 0 0 30px; }

/* line 58, layouts/_nav.scss */
.sidebar-menu a:hover {
  background: #fff;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  color: #2f2f46;
  border-radius: 30px 0 0 30px; }

/* line 67, layouts/_nav.scss */
.sidebar-menu a span:first-child {
  font-size: 1.5rem;
  padding-right: 1rem; }

/* line 72, layouts/_nav.scss */
#nav-toggle:checked + .sidebar {
  width: 70px; }

/* line 76, layouts/_nav.scss */
#nav-toggle:checked + .sidebar .sidebar-brand figure {
  background-image: url(../images/logo2.png); }

/* line 80, layouts/_nav.scss */
#nav-toggle:checked + .sidebar li a span:last-child {
  display: none; }

/* line 84, layouts/_nav.scss */
#nav-toggle:checked ~ .main-content {
  margin-left: 70px; }

/* line 88, layouts/_nav.scss */
#nav-toggle:checked ~ .main-content header {
  width: calc(100% - 70px);
  left: 70px; }

/* line 94, layouts/_nav.scss */
#nav-toggle:checked + .sidebar .sidebar-brand img,
#nav-toggle:checked + .sidebar li {
  padding-left: 1rem;
  text-align: center; }

/* line 100, layouts/_nav.scss */
#nav-toggle:checked + .sidebar li a {
  padding-left: 0; }

/* line 104, layouts/_nav.scss */
#nav-toggle:checked + .sidebar li a:hover {
  background-color: #fff;
  color: #2f2f46; }

/* line 113, layouts/_nav.scss */
#nav-toggle:checked + .sidebar li a:hover span:last-child {
  display: none; }

/* line 119, layouts/_nav.scss */
#nav-toggle:checked + .sidebar li a span {
  padding-right: 0rem; }

/* line 124, layouts/_nav.scss */
.main-content {
  transition: margin-left 300ms;
  margin-left: 300px; }

/* line 129, layouts/_nav.scss */
header {
  background: #2f2f46;
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  position: fixed;
  left: 300px;
  width: calc(100% - 300px);
  top: 0;
  z-index: 100;
  transition: left 300ms;
  height: 80px;
  align-items: center !important; }

/* line 144, layouts/_nav.scss */
#nav-toggle {
  display: none; }

/* line 149, layouts/_nav.scss */
header h3 {
  color: #fff; }

/* line 153, layouts/_nav.scss */
header label span {
  font-size: 1.7rem;
  padding-right: 1rem;
  cursor: pointer; }

/* line 161, layouts/_nav.scss */
.user-wrapper .dropdown .dropdown-toggle {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important; }
  /* line 166, layouts/_nav.scss */
  .user-wrapper .dropdown .dropdown-toggle img {
    border-radius: 50%;
    margin-right: 0.7rem; }
/* line 172, layouts/_nav.scss */
.user-wrapper .dropdown .dropdown-menu {
  margin-top: 12px !important;
  min-width: 15rem;
  border: 1px solid rgba(182, 182, 182, 0.1);
  border-radius: 2px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13); }
  /* line 180, layouts/_nav.scss */
  .user-wrapper .dropdown .dropdown-menu .dropdown-header p {
    color: #2f2f46;
    font-size: 20px; }
  /* line 186, layouts/_nav.scss */
  .user-wrapper .dropdown .dropdown-menu .dropdown-item {
    color: #2f2f46;
    font-weight: 300;
    margin-bottom: 3px;
    display: flex;
    align-items: center; }
    /* line 192, layouts/_nav.scss */
    .user-wrapper .dropdown .dropdown-menu .dropdown-item img {
      margin-right: 15px; }
  /* line 197, layouts/_nav.scss */
  .user-wrapper .dropdown .dropdown-menu .dropdown-item.active, .user-wrapper .dropdown .dropdown-menu .dropdown-item:active {
    background-color: #e9ecef; }

/* line 204, layouts/_nav.scss */
.user-wrapper {
  display: flex;
  align-items: center; }

/* line 210, layouts/_nav.scss */
main {
  margin-top: 78px;
  padding: 2rem 1.5rem;
  background: #f3f3f3;
  min-height: calc(100vh - 80px); }

/*@media only screen and (max-width:1200px) {
    .sidebar {
        width: 70px;
    }

    .sidebar .sidebar-brand img {
        width: 70px;
    }


    .sidebar .sidebar-brand img,
    .sidebar li {
        padding-left: 1rem;
        text-align: center;
    }

    .sidebar li a span:last-child {
        display: none;
    }



    .main-content {
        margin-left: 70px;
    }

    .main-content header {
        width: calc(100% - 70px);
        left: 70px;
    }


    #nav-toggle:checked + .sidebar {
        width: 300px;
        z-index: 200;
    }

    #nav-toggle:checked + .sidebar .sidebar-brand img,
    #nav-toggle:checked + .sidebar li {
        padding-left: 2rem;
        text-align: left;
    }

    #nav-toggle:checked + .sidebar li a {
        padding-left: 1rem;
    }

    #nav-toggle:checked + .sidebar li a span:last-child {
        display: inline-block;
    }



*/
/*.sidebar li a {
        padding-left: 0;
    }

     .sidebar li a span {
        padding-right: 1rem;
    }*/
/*}*/
@media (max-width: 991.98px) {
  /* line 286, layouts/_nav.scss */
  header h3 span.name {
    display: none; } }
@media only screen and (max-width: 768px) {
  /* line 296, layouts/_nav.scss */
  #nav-toggle:checked + .sidebar li a:hover span:last-child {
    display: inline-block; }

  /* line 301, layouts/_nav.scss */
  #nav-toggle:checked + .sidebar li a span {
    padding-right: 0.2rem; }

  /* line 306, layouts/_nav.scss */
  .sidebar {
    left: -100% !important;
    padding-top: 80px; }

  /* line 311, layouts/_nav.scss */
  #nav-toggle:checked + .sidebar .sidebar-brand figure {
    background-image: url(../images/logo.png); }

  /* line 315, layouts/_nav.scss */
  header h3 label {
    display: inline-block;
    background: #bf0404;
    padding-right: 0rem;
    margin-right: 0.1rem;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%; }
    /* line 326, layouts/_nav.scss */
    header h3 label i {
      font-size: 23px !important; }

  /* line 331, layouts/_nav.scss */
  header h3 {
    font-size: 1.1rem; }

  /* line 335, layouts/_nav.scss */
  header h3 span {
    text-align: center;
    padding-right: 0rem; }

  /* line 340, layouts/_nav.scss */
  header h3 span.name {
    display: none; }

  /* line 344, layouts/_nav.scss */
  .main-content {
    width: 100%;
    margin-left: 0rem; }

  /* line 349, layouts/_nav.scss */
  header {
    width: 100% !important;
    left: 0 !important; }

  /* line 354, layouts/_nav.scss */
  #nav-toggle:checked + .sidebar {
    left: 0 !important;
    z-index: 100;
    width: 300px; }

  /* line 361, layouts/_nav.scss */
  #nav-toggle:checked + .sidebar .sidebar-brand img,
  #nav-toggle:checked + .sidebar li {
    padding-left: 2rem;
    text-align: left; }

  /* line 367, layouts/_nav.scss */
  #nav-toggle:checked + .sidebar li a {
    padding-left: 1rem; }

  /* line 371, layouts/_nav.scss */
  #nav-toggle:checked + .sidebar li a span:last-child {
    display: inline-block; }

  /* line 375, layouts/_nav.scss */
  #nav-toggle:checked ~ .main-content {
    margin-left: 0rem !important; }

  /* line 379, layouts/_nav.scss */
  .user-wrapper .dropdown .dropdown-toggle span {
    display: none; }

  /* line 383, layouts/_nav.scss */
  .user-wrapper .dropdown .dropdown-toggle img {
    margin-right: 0.1rem; } }
/* Start number card */
/* line 3, modules/_blocks.scss */
.number-card .single-card {
  background: #fff;
  padding: 20px 10px 0px;
  text-align: center;
  margin-bottom: 15px; }
  /* line 10, modules/_blocks.scss */
  .number-card .single-card i {
    color: #bf0404;
    font-size: 40px;
    margin-bottom: 15px; }
  /* line 16, modules/_blocks.scss */
  .number-card .single-card h3 {
    color: #2f2f46;
    margin-bottom: 15px; }
  /* line 21, modules/_blocks.scss */
  .number-card .single-card h4 {
    margin-bottom: 0; }
    /* line 23, modules/_blocks.scss */
    .number-card .single-card h4 span {
      color: #fff;
      background: #2f2f46;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      padding: 7px 15px;
      display: inline-block;
      font-size: 20px; }

/* end number card */
/* Start dash box */
/* line 50, modules/_blocks.scss */
.dash-box {
  padding: 20px;
  background-color: #fff; }
  /* line 55, modules/_blocks.scss */
  .dash-box .dash-box-title {
    color: #bf0404;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    /* line 62, modules/_blocks.scss */
    .dash-box .dash-box-title h4 {
      color: #2f2f46; }
      /* line 65, modules/_blocks.scss */
      .dash-box .dash-box-title h4 i {
        color: #bf0404;
        margin-left: 0.5rem; }

/* End dash box */
/* Start table */
/* line 80, modules/_blocks.scss */
.table thead tr {
  vertical-align: middle; }
  /* line 84, modules/_blocks.scss */
  .table thead tr th {
    font-weight: 400; }
    /* line 87, modules/_blocks.scss */
    .table thead tr th i {
      color: #bf0404; }
/* line 97, modules/_blocks.scss */
.table tbody {
  font-weight: 300;
  color: #2f2f46; }
  /* line 101, modules/_blocks.scss */
  .table tbody tr {
    vertical-align: middle; }
    /* line 104, modules/_blocks.scss */
    .table tbody tr td:first-child {
      /*display: flex;
      align-items: center;
      border-right: none;*/ }
      /* line 109, modules/_blocks.scss */
      .table tbody tr td:first-child img {
        margin-right: 0.5rem; }
    /* line 118, modules/_blocks.scss */
    .table tbody tr td .btn-danger {
      background-color: #fff;
      border-width: 1px;
      color: #2f2f46;
      box-shadow: none; }
    /* line 125, modules/_blocks.scss */
    .table tbody tr td .dropdown-menu {
      border: 1px solid rgba(182, 182, 182, 0.1);
      border-radius: 2px;
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
      background-color: #2f2f46;
      min-width: 9rem; }
      /* line 132, modules/_blocks.scss */
      .table tbody tr td .dropdown-menu .dropdown-item {
        color: #fff; }
        /* line 135, modules/_blocks.scss */
        .table tbody tr td .dropdown-menu .dropdown-item i {
          margin-right: 5px;
          color: #bf0404; }
      /* line 141, modules/_blocks.scss */
      .table tbody tr td .dropdown-menu .dropdown-item:focus,
      .table tbody tr td .dropdown-menu .dropdown-item:hover {
        color: #2f2f46; }
      /* line 146, modules/_blocks.scss */
      .table tbody tr td .dropdown-menu .dropdown-item.active,
      .table tbody tr td .dropdown-menu .dropdown-item:active {
        background-color: #e9ecef; }
      /* line 151, modules/_blocks.scss */
      .table tbody tr td .dropdown-menu .dropdown-divider {
        border-top: 1px solid #6d6d6d; }

/* End table */
/* Start add form */
/* line 164, modules/_blocks.scss */
.select2-container--default .select2-results__group {
  color: #bf0404 !important; }

/* line 168, modules/_blocks.scss */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #2f2f46; }

/* line 172, modules/_blocks.scss */
.select2-container--default .select2-selection--single {
  border-radius: .25rem;
  border: 1px solid #ced4da;
  height: 44px; }

/* line 178, modules/_blocks.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px; }

/* line 182, modules/_blocks.scss */
.select2-container .select2-selection--multiple {
  min-height: 44px; }

/* line 186, modules/_blocks.scss */
.select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da; }

/* line 190, modules/_blocks.scss */
.add-form {
  padding: 15px; }
  /* line 193, modules/_blocks.scss */
  .add-form .form-label {
    color: #2f2f46; }
  /* line 198, modules/_blocks.scss */
  .add-form .form-text span {
    color: #bf0404; }
  /* line 203, modules/_blocks.scss */
  .add-form .form-control {
    padding: .55rem .75rem; }
  /* line 211, modules/_blocks.scss */
  .add-form .btn-primary {
    padding: .55rem .75rem;
    background: #2f2f46 !important;
    border-color: #2f2f46 !important; }
  /* line 217, modules/_blocks.scss */
  .add-form .btn-secondary {
    padding: .55rem .75rem; }
  /* line 221, modules/_blocks.scss */
  .add-form .kv-file-zoom {
    display: none !important; }
  /* line 225, modules/_blocks.scss */
  .add-form .file-preview .fileinput-remove {
    top: 1px;
    right: 1px;
    line-height: 10px;
    padding: 5px 8px;
    background: transparent;
    border: none;
    color: #ccc;
    font-size: 20px; }

/* line 240, modules/_blocks.scss */
.add-modal .btn-close:focus {
  box-shadow: none !important; }
/* line 244, modules/_blocks.scss */
.add-modal .modal-header {
  background: #e9ecef; }
  /* line 247, modules/_blocks.scss */
  .add-modal .modal-header .modal-title {
    color: #bf0404; }
    /* line 250, modules/_blocks.scss */
    .add-modal .modal-header .modal-title i {
      margin-right: 0.7rem;
      color: #2f2f46; }
/* line 258, modules/_blocks.scss */
.add-modal .modal-footer .btn-secondary {
  background: #2f2f46;
  border-color: #2f2f46; }

/* End add form */
/* Start my profile */
/* line 268, modules/_blocks.scss */
.my-profile {
  margin-bottom: 20px; }
  /* line 270, modules/_blocks.scss */
  .my-profile .name {
    margin: 15px 0 20px;
    color: #2f2f46; }
  /* line 275, modules/_blocks.scss */
  .my-profile .info {
    margin: 10px 0;
    color: #2f2f46;
    border: 1px solid #dee2e6; }
    /* line 281, modules/_blocks.scss */
    .my-profile .info span {
      color: #2f2f46;
      padding: 10px 15px;
      background: #f1f1f1;
      display: inline-block;
      margin-right: 10px; }
  /* line 291, modules/_blocks.scss */
  .my-profile img {
    max-width: 100%; }

/* start tabs */
/* line 301, modules/_blocks.scss */
.tab-content > .tab-pane {
  background: #fff;
  padding: 15px; }

/* line 306, modules/_blocks.scss */
.nav-tabs .nav-link {
  font-size: 18px; }

/* line 310, modules/_blocks.scss */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #bf0404;
  font-weight: bold; }

/* end tabs */
/* End my profile */
/* start pagination  */
/* line 320, modules/_blocks.scss */
.pagination {
  margin-top: 15px; }
  /* line 323, modules/_blocks.scss */
  .pagination .page-link {
    color: #2f2f46;
    box-shadow: none; }
  /* line 328, modules/_blocks.scss */
  .pagination .page-link:hover {
    background: #bf0404;
    color: #fff;
    border-color: #bf0404; }
  /* line 335, modules/_blocks.scss */
  .pagination .page-item.active .page-link {
    border: 1px solid #bf0404;
    background: #fff;
    color: #bf0404; }

/* end pagination */
/* Start Navbar Tabs */
/* line 345, modules/_blocks.scss */
.navbar-tabs {
  padding-bottom: 0;
  padding-top: 0; }
  /* line 351, modules/_blocks.scss */
  .navbar-tabs .navbar-nav .nav-link {
    padding: 0.8rem 0.8rem !important;
    border-radius: 5px 5px 0 0;
    color: #2f2f46;
    background: #e6e6e6;
    margin-left: 5px;
    font-weight: 500; }
  /* line 363, modules/_blocks.scss */
  .navbar-tabs .nav-link.active, .navbar-tabs .navbar-light .navbar-nav .show > .nav-link {
    color: #fff !important;
    background: #bf0404; }
  /* line 368, modules/_blocks.scss */
  .navbar-tabs .dropdown-item.active, .navbar-tabs .dropdown-item:active {
    background-color: #bf0404; }

/* End Navbar Tabs */
/* line 1, modules/_sections.scss */
.maincontent {
  padding: 30px 0 30px;
  background-image: url(../images/noisebg.png); }

/* line 7, modules/_sections.scss */
.maincontent.login {
  background-image: url(../images/back5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh !important;
  display: flex;
  align-items: center;
  position: relative; }
  /* line 17, modules/_sections.scss */
  .maincontent.login .language {
    margin-bottom: 50px; }
    /* line 20, modules/_sections.scss */
    .maincontent.login .language a {
      float: right;
      padding: 2px 10px;
      font-size: 19px; }
  /* line 27, modules/_sections.scss */
  .maincontent.login .logo-pic {
    max-width: 100%;
    margin-bottom: 15px; }
  /* line 32, modules/_sections.scss */
  .maincontent.login .btn-forget {
    background: transparent !important;
    border: none !important;
    text-decoration: underline;
    color: #2f2f46;
    padding: 0;
    margin-top: 10px; }

/* line 43, modules/_sections.scss */
.maincontent.login::before {
  background-color: rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%; }

/* line 53, modules/_sections.scss */
.register {
  padding: 40px 30px;
  background-color: #fff; }
  /* line 58, modules/_sections.scss */
  .register .title {
    color: #bf0404;
    margin-bottom: 30px; }
  /* line 63, modules/_sections.scss */
  .register .form-label {
    color: #2f2f46; }
  /* line 68, modules/_sections.scss */
  .register .form-text span {
    color: #bf0404; }
  /* line 73, modules/_sections.scss */
  .register .form-control {
    padding: .55rem .75rem; }
  /* line 77, modules/_sections.scss */
  .register .btn-primary {
    background: #2f2f46;
    border-color: #2f2f46;
    padding: .55rem .75rem; }
  /* line 83, modules/_sections.scss */
  .register .btn-primary:hover,
  .register .btn-primary:focus {
    background: #1b1b27;
    border-color: #1b1b27; }
  /* line 89, modules/_sections.scss */
  .register .btn-secondary {
    padding: .55rem .75rem; }
  /* line 93, modules/_sections.scss */
  .register .btn-send {
    padding: .4rem .9rem;
    margin-top: 15px; }
    /* line 97, modules/_sections.scss */
    .register .btn-send i {
      color: #bf0404; }
  /* line 103, modules/_sections.scss */
  .register .btn-register {
    padding: .4rem .9rem;
    margin-top: 15px;
    margin-left: 30px;
    background-color: #fff;
    color: #bf0404;
    border-color: #bf0404; }
  /* line 112, modules/_sections.scss */
  .register .btn-register:hover,
  .register .btn-register:focus {
    background-color: #bf0404;
    color: #fff;
    border-color: #bf0404; }
  /* line 119, modules/_sections.scss */
  .register .file-footer-buttons {
    display: none !important; }
  /* line 123, modules/_sections.scss */
  .register .file-preview .fileinput-remove {
    top: 1px;
    right: 1px;
    line-height: 10px;
    padding: 5px 8px;
    background: transparent;
    border: none;
    color: #ccc;
    font-size: 20px; }

/* line 135, modules/_sections.scss */
.copy-right {
  background: #2f2f46;
  padding: 20px 0; }
  /* line 139, modules/_sections.scss */
  .copy-right p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px; }

/* line 146, modules/_sections.scss */
.main-content .copy-right {
  background: #dbdbdb;
  border-top: 1px solid #cdd6dc; }
  /* line 149, modules/_sections.scss */
  .main-content .copy-right p {
    color: #2f2f46; }

/* line 1, modules/_corona.scss */
.corona-result {
  padding: 30px 15px;
  margin: 30px 0;
  background-image: url(../images/back-logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff; }
  /* line 9, modules/_corona.scss */
  .corona-result .hospital-logo {
    text-align: center; }
    /* line 12, modules/_corona.scss */
    .corona-result .hospital-logo img {
      max-width: 100%; }
  /* line 18, modules/_corona.scss */
  .corona-result .hospital-name-arabic {
    direction: rtl;
    color: #413790; }
    /* line 21, modules/_corona.scss */
    .corona-result .hospital-name-arabic h3 {
      font-weight: bold; }
  /* line 26, modules/_corona.scss */
  .corona-result .hospital-name-english {
    color: #413790; }
    /* line 29, modules/_corona.scss */
    .corona-result .hospital-name-english h3 {
      font-size: 1.6rem;
      line-height: 1.3;
      font-weight: bold; }
    /* line 35, modules/_corona.scss */
    .corona-result .hospital-name-english h6 {
      line-height: 1.2; }
  /* line 40, modules/_corona.scss */
  .corona-result hr {
    margin-top: 0; }
  /* line 44, modules/_corona.scss */
  .corona-result .report-title-arabic {
    margin-bottom: 25px;
    margin-top: 10px; }
  /* line 49, modules/_corona.scss */
  .corona-result .report-title-english {
    font-weight: bold; }
    /* line 52, modules/_corona.scss */
    .corona-result .report-title-english span {
      border-bottom: 1px solid #000;
      padding-bottom: 10px;
      margin-bottom: 10px; }
  /* line 59, modules/_corona.scss */
  .corona-result .table-title {
    margin-top: 30px;
    margin-bottom: 15px; }
  /* line 68, modules/_corona.scss */
  .corona-result .personal-info-table tbody tr td h6 {
    margin: 10px 0 0; }
  /* line 76, modules/_corona.scss */
  .corona-result .result-table {
    text-align: center; }
    /* line 82, modules/_corona.scss */
    .corona-result .result-table thead tr th span {
      display: block; }
  /* line 90, modules/_corona.scss */
  .corona-result .limitations {
    text-align: left;
    padding-left: 1rem;
    margin-bottom: 0; }
    /* line 93, modules/_corona.scss */
    .corona-result .limitations li {
      margin-bottom: 5px; }
  /* line 98, modules/_corona.scss */
  .corona-result .comments {
    margin: 5px 0;
    text-align: left; }
  /* line 103, modules/_corona.scss */
  .corona-result .qrcode {
    margin: 80px 0; }
    /* line 105, modules/_corona.scss */
    .corona-result .qrcode img {
      max-width: 100%; }
    /* line 110, modules/_corona.scss */
    .corona-result .qrcode p {
      margin-top: 50px; }
      /* line 113, modules/_corona.scss */
      .corona-result .qrcode p span {
        display: block; }
  /* line 119, modules/_corona.scss */
  .corona-result .hospital-address {
    text-align: center;
    color: #413790; }
    /* line 123, modules/_corona.scss */
    .corona-result .hospital-address .address-arabic {
      font-weight: 500;
      font-size: 17px; }
  /* line 130, modules/_corona.scss */
  .corona-result .email-info {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    /* line 136, modules/_corona.scss */
    .corona-result .email-info p {
      display: inline-block; }
      /* line 138, modules/_corona.scss */
      .corona-result .email-info p span {
        color: #bf0404; }

@media (max-width: 767.98px) {
  /* line 149, modules/_corona.scss */
  .corona-result .email-info {
    display: inherit; }

  /* line 153, modules/_corona.scss */
  .corona-result .hospital-name-english h3, .corona-result .hospital-name-arabic h3 {
    font-size: 10px; }

  /* line 156, modules/_corona.scss */
  .corona-result .hospital-name-english h6, .corona-result .hospital-name-arabic h6 {
    font-size: 8px; }

  /* line 160, modules/_corona.scss */
  .corona-result .report-title-english span {
    border-bottom: none; }

  /* line 164, modules/_corona.scss */
  .corona-result .report-title-arabic, .corona-result .report-title-english span, .corona-result .table-title {
    font-size: 15px; } }
@media (max-width: 991.98px) {
  /* line 13, modules/_media.scss */
  .navbar-tabs {
    background: #eee;
    padding: 0.5rem 20px 0; }

  /* line 18, modules/_media.scss */
  .navbar-light .navbar-toggler {
    background: #fff;
    margin-bottom: 0.5rem;
    box-shadow: none  !important; }

  /* line 24, modules/_media.scss */
  .navbar-tabs .navbar-nav .nav-link {
    border-radius: 0;
    text-align: center; }

  /* line 30, modules/_media.scss */
  .navbar-light .navbar-brand {
    font-weight: 500; } }
@media (max-width: 767.98px) {
  /* line 40, modules/_media.scss */
  .copy-right p {
    font-size: 12px; }

  /* line 44, modules/_media.scss */
  .register .btn-secondary {
    margin: 10px 0; }

  /* line 48, modules/_media.scss */
  .my-profile .info {
    padding-bottom: 15px;
    text-align: center;
    font-size: 14px; }
    /* line 53, modules/_media.scss */
    .my-profile .info span {
      display: block;
      margin-right: 0;
      margin-bottom: 15px;
      text-align: left; }

  /* line 61, modules/_media.scss */
  .my-profile .name {
    font-size: 16px; }

  /* line 65, modules/_media.scss */
  .table thead tr th {
    font-size: 14px; }

  /* line 69, modules/_media.scss */
  .table tbody tr td,
  .table tbody tr td .btn-danger {
    font-size: 13px; }

  /* line 74, modules/_media.scss */
  main {
    padding: 2rem 1rem; }

  /* line 78, modules/_media.scss */
  .dash-box .dash-box-title {
    display: block; }

  /* line 82, modules/_media.scss */
  .dash-box .dash-box-title h4 {
    margin-bottom: 20px; }

  /* line 86, modules/_media.scss */
  .add-form {
    padding: 0; }

  /* line 91, modules/_media.scss */
  .register {
    padding: 25px 15px; }

  /* line 96, modules/_media.scss */
  .nav-tabs .nav-link {
    font-size: 14px; } }

/*# sourceMappingURL=style.css.map */
