.bg-gradient-asklepian {
  background-color: #1A63D2;
  background-image: linear-gradient(180deg, #1A63D2 10%, #1A63D2 100%);
  background-size: cover;
}
.bg-gradient-asklepian-nav {
  background-color: #1A63D2;
  background-image: linear-gradient(45deg, #1A63D2 50%, #1A63D2 100%);
  background-size: cover;
}
.bg-asklepian {
  background-color: #1A63D2 !important;
  color: white !important;
}
.text-asklepian {
  color: #1A63D2;
}
.text-asklepian-alt {
  color: #26D8C2;
}
.btn-asklepian {
  color: #fff !important;
  background-color: #1A63D2 !important;
  border-color: #1A63D2 !important;
}
.btn-asklepian:hover {
  background-color: #1A63D2 !important;
  border-color: #1A63D2 !important;
}
.btn-asklepian-toggle-navbar {
  color: #1A63D2 !important;
  background-color: none !important;
  border-color: none !important;
}
.btn-asklepian-toggle-navbar:hover,
.btn-asklepian-toggle-navbar:active,
.btn-asklepian-toggle-navbar:visited,
.btn-asklepian-toggle-navbar:focus {
  color: #1A63D2 !important;
  border-color: none !important;
  box-shadow: none !important;
}
.btn-circle {
  border-radius: 100% !important;
  height: 30px;
  width: 30px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.btn-fixed-bottom {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.border-left-asklepian {
  border-left: 0.25rem solid #1A63D2 !important;
}
@media screen and (min-width: 768px) {
  .border-md-left-gray-thin {
    border-left: 1px solid #CCCCCC !important;
  }
}
/* Chrome, Safari, Edge, Opera */
input.input-no-arrows::-webkit-outer-spin-button,
input.input-no-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BBBBBB !important;
}
/* Firefox */
input.input-no-arrows[type=number] {
  -moz-appearance: textfield;
}
.clickable {
  cursor: pointer !important;
}
.link-white {
  color: white;
}
.link-white:hover,
.link-white:active,
.link-white:link,
.link-white:visited {
  color: white;
}
#content-wrapper.with-top-padding {
  padding-top: 20px;
}
.main-loader {
  position: fixed;
  z-index: 1080;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 20px;
}
.main-loader .container {
  height: 100%;
}
.main-loader .container .row {
  height: 100%;
}
.very-important-notification-overlay {
  cursor: pointer;
  position: fixed;
  z-index: 1080;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 20px;
}
.very-important-notification-overlay .container {
  height: 100%;
}
.very-important-notification-overlay .container .row {
  height: 100%;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #1A63D2 !important;
}
.row.pseudotable .col,
.row.pseudotable .col-sm,
.row.pseudotable .col-md,
.row.pseudotable .col-lg {
  padding: 7px 0;
}
.row.pesudotable-header {
  font-weight: bold;
}
.card.card-dashboard .card-body {
  min-height: 400px;
}
.card.card-dashboard-fixed-height .card-body {
  height: 400px;
  overflow: auto;
}
.sidebar {
  height: 100%;
  min-height: 100vh;
}
.chat {
  display: inline-block;
  width: 100%;
  padding: 6px;
  background-color: white;
}
.chat .chat-messages {
  display: flex;
  flex-direction: column;
  height: 444px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 6px;
  overflow-y: auto;
}
.chat .chat-messages .chat-messages-no-messages {
  width: 100%;
  align-self: center;
  opacity: 0.5;
}
.chat .chat-messages .chat-message {
  margin: 10px 0px;
}
.chat .chat-messages .chat-message .chat-message-header {
  width: 100%;
  font-size: 13px;
  text-align: left;
}
.chat .chat-messages .chat-message .chat-message-header .chat-message-time {
  opacity: 0.5;
}
.chat .chat-messages .chat-message .chat-message-header .chat-message-user {
  opacity: 0.66;
  font-weight: bold;
}
.chat .chat-messages .chat-message .chat-message-header .chat-message-block {
  color: #999999;
}
.chat .chat-messages .chat-message .chat-message-header .chat-message-block:active,
.chat .chat-messages .chat-message .chat-message-header .chat-message-block:link,
.chat .chat-messages .chat-message .chat-message-header .chat-message-block:visited {
  color: #999999;
}
.chat .chat-messages .chat-message .chat-message-header .chat-message-block:hover {
  color: #333333;
}
.chat .chat-messages .chat-message .chat-message-body {
  margin-top: 5px;
  width: 100%;
}
.chat .chat-messages .chat-message .chat-message-body .chat-message-message {
  padding: 10px;
  width: 90%;
  float: left;
  border-radius: 0 10px 10px 10px;
  background-color: #1A63D2;
  color: white;
  font-weight: bold;
  font-size: 13px;
}
.chat .chat-messages .chat-message .chat-message-body .chat-message-message.sending {
  background-color: #1A63D2;
}
.chat .chat-messages .chat-message .chat-message-body .chat-message-message.error {
  background-color: #f50000;
}
.chat .chat-messages .chat-message .chat-message-body .chat-message-message a:link,
.chat .chat-messages .chat-message .chat-message-body .chat-message-message a:visited,
.chat .chat-messages .chat-message .chat-message-body .chat-message-message a:hover,
.chat .chat-messages .chat-message .chat-message-body .chat-message-message a:active {
  color: white;
}
.chat .chat-messages .chat-message .chat-message-body .chat-message-message .ot-yt-video-container {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 175px;
  height: 131px;
}
.chat .chat-messages .chat-message .chat-message-body .chat-message-message .ot-yt-video-container img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: inline-block;
}
.chat .chat-messages .chat-message .chat-message-body .chat-message-message .ot-yt-video-container .ot-yt-video-overlay {
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.chat .chat-messages .chat-message .chat-message-body .chat-message-message .ot-yt-video-container .ot-yt-video-overlay i {
  font-size: 30px;
  color: #c4302b;
  line-height: 131px;
}
.chat .chat-messages .chat-message.chat-message-mine .chat-message-header {
  text-align: right;
}
.chat .chat-messages .chat-message.chat-message-mine .chat-message-message {
  border-radius: 10px 0 10px 10px;
  float: right;
}
.chat .chat-composer {
  display: flex;
  align-items: center;
}
.chat .chat-composer .chat-text {
  width: 85%;
}
.chat .chat-composer .chat-send {
  width: 15%;
  padding: 0px 5px;
}
.chat .chat-composer .chat-send a {
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropzone {
  border-radius: calc(.35rem - 1px);
  border: 1px solid #ddd !important;
}
.profile-picture-container {
  display: inline-block;
  height: 100px;
  width: 100px;
}
.profile-picture-container .profile-picture-placeholder {
  text-align: center;
  height: 100%;
  width: 100%;
}
.profile-picture-container .profile-picture-placeholder i {
  line-height: 100px;
  font-size: 40px;
  color: #ccc;
}
.profile-picture-container .profile-picture {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.semi-transparent-black-container {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4rem 2rem;
  border-radius: 0.3rem;
}
.inset-shadow,
.start-page .jumbotron-container,
.start-page .comfort-container,
.doctors-page .jumbotron-container,
.doctors-page .everywhere-container,
.generic-jumbotron-container {
  -webkit-box-shadow: inset 0px 0px 13px -1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 13px -1px rgba(0, 0, 0, 0.5);
}
.start-page .jumbotron {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
.start-page .jumbotron-container {
  width: 100%;
  background-image: url(/img/doctor_laptop.jpg);
  background-position: bottom;
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .start-page .jumbotron-container {
    background-position: 0px -250px;
  }
}
.start-page .comfort-container {
  color: white;
  width: 100%;
  height: 400px;
  background-image: url(/img/mom_baby_laptop.jpg);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
.start-page .comfort-container .container {
  height: 100%;
}
.start-page .comfort-container .container .row {
  height: 100%;
}
.doctors-page .jumbotron {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
.doctors-page .jumbotron-container {
  width: 100%;
  background-image: url(/img/desk_doctor.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: right 0px top 0px;
}
.doctors-page .everywhere-container {
  color: white;
  width: 100%;
  height: 400px;
  background-image: url(/img/devices.jpg);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
}
.doctors-page .everywhere-container .container {
  height: 100%;
}
.doctors-page .everywhere-container .container .row {
  height: 100%;
}
.footer {
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
  color: white;
}
.modal-dialog .modal-content .modal-close-btn {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid white;
}
.modal-dialog .modal-content .modal-close-btn i {
  color: white;
  font-size: 14px;
  line-height: 19px;
}
.prepay-card.card .card-header {
  background-color: #1A63D2;
  color: white;
}
.w-42px {
  width: 42px;
}
.generic-jumbotron {
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: white;
}
.generic-jumbotron-container {
  width: 100%;
  background-position: bottom;
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .generic-jumbotron-container {
    background-position: 0px -250px;
  }
}
iframe.courses-iframe {
  width: 100%;
}
iframe::-webkit-scrollbar {
  display: none;
}
.img-w100 {
  width: 100%;
}
