body {
  font-size: 14px;
  color: #494949;
  background-color: #f6f7f8;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
}

input::-moz-placeholder {
  color: #000 !important;
  opacity: 0.3 !important;
}

input::placeholder {
  color: #000 !important;
  opacity: 0.3 !important;
}

/* header */
.top-header {
  width: 100%;
  height: 60px;
  z-index: 2;
  background-color: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.top-header .user-name {
  color: #131618;
  font-weight: 500;
  font-size: 18px;
}
.top-header .notifications, .top-header .btn-back {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 38px;
  height: 38px;
  color: #090c14;
  border-radius: 50%;
  cursor: pointer;
}
.top-header .notifications:hover, .top-header .btn-back:hover {
  background-color: #f4f4f4;
}
.top-header .notifications .notifyBadge, .top-header .btn-back .notifyBadge {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 17px;
  height: 17px;
  color: #fff;
  background-color: #f82424;
  top: 2px;
  right: 0px;
}
/* main content */
.main-content {
  padding: 1rem;
  margin: 60px 0 60px 0;
}
.main-content .searchbar .form-control {
  border: 0;
  height: 45px;
}
.main-content .section-title {
  color: #111824;
  font-size: 16px;
  font-weight: 600;
}
.main-content .search-icon {
  font-size: 20px;
}
.main-content .doctor-name {
  font-size: 14px;
  font-weight: 600;
}
.main-content .cat-title {
  font-size: 14px;
}
.main-content .favourite {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  width: 36px;
  height: 36px;
  color: #0d6efd;
  border-radius: 50%;
  cursor: pointer;
  background-color: #f1f7ff;
}
.main-content swiper-slide {
  /*width: 75%;*/
  width: 100%;
}
.main-content .social-calling a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem !important;
  width: 40px;
  height: 40px;
  color: #0d6efd;
  border-radius: 50%;
  cursor: pointer;
  background-color: transparent;
}
.main-content .social-calling a:hover {
  background-color: rgb(255, 255, 255);
}
.main-content .appointment-dates:hover {
  color: #fff;
  background-color: #0d6efd;
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  cursor: pointer;
}
.main-content .chat-dot {
  position: absolute;
  bottom: 0px;
  right: 18px;
  width: 14px;
  height: 14px;
  background-color: #60ff38;
  border: 1px solid #fff;
  border-radius: 50%;
}
.main-content .onlineUser {
  width: 75px;
  height: 75px;
}
.main-content .onlineUser::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 18px;
  width: 12px;
  height: 12px;
  background-color: #60ff38;
  border: 1px solid #fff;
  border-radius: 50%;
}
.main-content .msg-count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #0d6efd;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
}
.main-content .chat-warpper .chat-left {
  font-size: 16px;
  font-weight: 500;
  color: #0e1218;
  text-align: left;
  padding: 0.8rem;
  background-color: #ffffff;
  border-radius: 0 16px 16px 16px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.main-content .chat-warpper .chat-right {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 0.8rem;
  background-color: #0c53ec;
  border-radius: 16px 16px 0 16px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: left;
  margin-left: auto;
}
.main-content .profile-menu .list-group-item {
  background-color: transparent;
  transition: 0.3s all;
}
.main-content .profile-menu .list-group-item:hover {
  background-color: #ffffff;
}
.main-content .profile-menu .menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 20px;
  color: #0c53ec;
  border-radius: 50%;
  background-color: rgba(12, 83, 236, 0.12);
}
.main-content .profile-menu .menu-title {
  font-size: 16px;
  font-weight: 500;
}
.main-content .notifications-wrapper {
  background-color: #e1e6ff;
  border: 1px solid #8a9196;
}
.main-content .auth .form-control {
  background-color: #e7ecf0;
  border: 1px solid #7c7c7c;
}
.main-content .auth .form-control:focus {
  background-color: #fff;
}
.main-content .verification-controls input {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 0;
}
.main-content .separator {
  display: flex;
  align-items: center;
}
.main-content .separator .line {
  height: 1px;
  flex: 1;
  background-color: #dee2e6;
}

.cursor-pointer {
  cursor: pointer;
}

.footer {
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  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(https://img.freepik.com/free-photo/abstract-textured-backgound_1258-30508.jpg?w=740&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: 12px 22px;
  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 */