html,
body {
  height: 100%;
  margin: 0;
}

.main-content {
  padding: 1rem;
  margin: 0px !important;
}

section {
  max-width: 100%;
  background: #000;
  height: 100%;
  padding: 0px;
  position: relative;
}

body .footer {
  background-color: #1C1C1CD0 !important;
}

body .footer .nav-link {
  background: none !important;
}

body .footer .nav-underline .active,
body .footer .nav-underline .hover {
  color: #36EEE0 !important;
}

body .footer .nav-link:hover,
body .footer .nav-link:focus {
  color: #36EEE0 !important;
}

.footer {
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 2;
}
.footer .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 0;
  color: #060505;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #ffffff;
}
.footer .nav-link:hover,
.footer .nav-link:focus {
  color: #0d6efd;
}
.footer .nav-link .menu-name {
  font-size: 13px;
}
.footer .nav-underline .active,
.footer .nav-underline .hover {
  color: #0d6efd;
}
.footer .form-control {
  background-color: #efefef;
}
.footer .form-control:focus {
  background-color: #fff;
}

.bg-dial {
  background-image: url(../../../../../img.freepik.com/free-photo/abstract-textured-backgound_1258-305086733.jpg?w=740&amp;t=st=1690564287~exp=1690564887~hmac=06e7b870ae1bbf4c55d8fd0f642e3a85e17e30aafeeecafce8bdf3c4b02b922e);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.bg-video-call {
  background-image: url(../assets/images/doctors/bg-video-call.png);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.dial-footer-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 22px;
  color: #282b2f;
  background-color: #ffffff;
  border-radius: 50%;
}

.incoming-user {
  right: 0;
  bottom: 15%;
}

.AppIntroSwiper {
  --add-bottom: 50px;
  padding-bottom: var(--add-bottom);
}

.AppIntroSwiper [class^="swiper-button-"] {
  top: calc(50% - var(--add-bottom) / 2);
}

.swiper-pagination {
  bottom: 95%;
}

/* Metis Menu */
.navclose {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.navclose:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.sidebar-nav .metismenu a {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 16px;
  border-bottom: 0px solid #dee2e6;
  display: flex;
  align-items: center;
}
.sidebar-nav .metismenu a:hover {
  color: #212529;
  background-color: #f8f9fa;
}
.sidebar-nav .metismenu a:focus {
  color: #212529;
  background-color: #f8f9fa;
}
.sidebar-nav .metismenu a .menu-icon {
  font-size: 20px;
  margin-right: 10px;
}
.sidebar-nav .metismenu .mm-active > a {
  color: #212529;
  background-color: #f8f9fa;
  border-radius: 0;
}
.sidebar-nav .metismenu li:first-child {
  margin-top: 0px;
}
.sidebar-nav .metismenu li + li {
  margin-top: 0px;
}
.sidebar-nav .metismenu ul a {
  padding: 8px 16px 8px 42px;
} /*# sourceMappingURL=main.css.map */
