* {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 15px;
  word-break: normal;
}

a {
  text-decoration: none;
  color: #5250b5;
}

h1 {
  color: #5250b5;
  margin-bottom: 0;
}

body {
  overflow: hidden;
}

.text-white {
  color: #FFF !important;
}

.modal-content {
  border: 0 none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.medex-master {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.medex__bck-purple {
  background-color: #5250b5 !important;
}

.medex__bck-full {
  background: #5250b5;
  color: #FFF;
}

.medex__bck-small {
  background-image: url("../assets/images/app/bck_header_small.png");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

.medex__bck-large {
  background-image: url("../assets/images/app/bck_header.png");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

.medex__header, .medex__header-title, .medex__header-subtitle {
  color: #FFF;
  text-align: right;
}
.medex__header-subtitle {
  font-size: 13px;
}
.medex__header-title {
  font-size: 18px;
  font-weight: 500;
}
.medex__header-big-icon {
  color: #FFF;
  font-size: 50px;
}

.medex__text-circle {
  border-radius: 50%;
  height: 19px;
  width: 19px;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 10px;
  line-height: 20px;
  font-weight: 500;
  background: #B55E59;
}

.medex__small-text {
  font-size: 10px;
  color: #666666;
}

.medex__label {
  font-size: 13px;
}

.medex__text-input, .medex__textarea-input {
  border: 0 none;
  border-bottom: 1px solid #CCC;
  border-radius: 0;
}
.medex__text-input::placeholder, .medex__textarea-input::placeholder {
  color: #999;
  font-size: 13px;
}
.medex__text-input option:disabled, .medex__textarea-input option:disabled {
  color: #666666 !important;
}

.medex__textarea-input {
  border: 1px solid #DDDDDD;
}

.medex__box-badge, .medex__box-badge-15 {
  position: absolute;
  top: -5px;
  right: -5px;
  color: #FFF;
  background: #B55E59;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
}

.medex__box-badge-15 {
  top: -15px;
}

.medex__button, .medex__button-specialisation, .medex__button-white, .medex__button-purple, .medex__button-social-login {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 30px;
  font-weight: 500;
  padding: 10px 20px;
  text-align: center;
}
.medex__button-small {
  font-weight: 300;
  font-size: 14px;
  padding: 10px 30px;
}
.medex__button-social-login {
  font-weight: 500;
  font-size: 13px;
  padding: 8px 10px;
  border: 1px solid #5250b5;
  width: 100%;
  color: #5250b5;
}
.medex__button-social-login img {
  height: 15px;
}
.medex__button-purple {
  background-color: #5250b5;
  color: #FFF;
}
.medex__button-white {
  color: #5250b5;
  background-color: #FFF;
  border: 1px solid #5250b5;
}
.medex__button-specialisation {
  padding: 10px;
  text-align: center;
  background-color: #5250b5;
  color: #FFF;
  width: 100%;
  font-weight: 500;
  height: 100%;
  font-size: 3vw;
  word-break: break-all;
}
.medex__button-specialisation img {
  padding: 10px 20px;
}

.input-group-text {
  background: none;
  border-radius: 0;
  border: 0 none;
  border-bottom: 1px solid #CCC;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0 !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.medex-navbar {
  background-color: #5250b5 !important;
  color: #FFF;
  font-size: 18px;
}
.medex-navbar label {
  font-size: 18px;
}
.medex-navbar a {
  color: #171717;
  text-decoration: none;
  font-size: 18px;
}
.medex-navbar i {
  font-size: 25px;
}
.medex-navbar ul {
  padding-left: 0.5rem;
}
.medex-navbar ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 20px;
}
.medex-navbar__left {
  position: absolute;
  max-width: 80%;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  background-color: #FFF;
}
.medex-navbar__offcanvas {
  width: 90%;
  color: #171717;
}
.medex-navbar__offcanvas i {
  font-size: 18px;
  margin-right: 10px;
}

.medex__nav a {
  color: #FFF;
}

.medex__nav i {
  padding-top: 12px;
}

.medex-navbar__title-text {
  font-size: 14px;
  padding-top: 13px;
}

.medex-home__top {
  background-color: #5250b5;
  color: #FFF;
  flex-grow: 1;
  text-align: center;
}
.medex-home__top h1 {
  font-size: 1.5rem;
  font-weight: 300;
  color: #FFF;
}
.medex-home__top-logo {
  max-width: 70%;
}

.medex-home__bottom {
  background-color: #5250b5;
}
.medex-home__bottom-login a {
  color: #FFF;
  font-weight: 300;
}
.medex-home__bottom-box {
  font-weight: 500;
  border-radius: 30px;
  color: #5250b5;
  font-size: 1rem;
  background-color: #FFF;
  flex-grow: 1;
  padding: 10px 15px;
  text-align: center;
  position: relative;
}
.medex-home__bottom-box a {
  font-weight: 500;
}
.medex-home__bottom .disabled {
  opacity: 0.5 !important;
}

.medex__specialist-card {
  height: 100%;
  border-radius: 20px;
  border: 0 none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.medex__specialist-card img {
  border-radius: 20px 20px 0 0;
}
.medex__specialist-card .card-body {
  background: #5250b5;
  color: #FFF;
  text-align: left;
  border-radius: 0 0 20px 20px;
}
.medex__specialist-card__title {
  font-size: 12px;
  margin-bottom: 2px;
}
.medex__specialist-card__name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.medex__specialist-card__description {
  font-size: 13px;
  font-weight: 300;
}

.medex__chat-input {
  font-size: 14px;
  background-color: #171717 !important;
  color: #fff !important;
  border-radius: 15px 0 0 0 !important;
}
.medex__chat-send-button {
  color: #fff !important;
  font-size: 25px;
  padding-top: 8px;
}
.medex__chat-send-button i {
  font-size: 20px;
}
.medex__chat-bottom {
  position: absolute;
  bottom: 0;
  height: 55px;
  background-color: #171717;
  border-radius: 15px 15px 0 0 !important;
}
.medex__chat-box {
  overflow: auto;
  position: absolute;
  top: 80px;
  bottom: 60px;
  left: 0;
  right: 0;
  padding: 0 20px;
}
.medex__chat-box .chat-box {
  overflow-x: hidden;
}
.medex__chat-time {
  text-align: center;
  font-size: 10px;
  color: #8f8f8f;
  font-weight: 500;
}
.medex__chat-menu {
  padding-top: 15px;
  height: auto;
}
.medex__chat-button-plus {
  border-radius: 50% 50% !important;
  background-color: #5250b5;
  height: 40px;
  width: 40px;
  margin-top: 8px;
  margin-left: 4px;
  color: #fff;
  font-size: 30px;
  padding: 0;
  line-height: 0;
}
.medex__chat-button-plus i {
  font-size: 23px;
}
.medex__chat__message-sender {
  background-color: #CCC;
  color: #5250b5;
  border-radius: 15px;
  padding: 10px 15px;
  margin-bottom: 15px;
  word-break: break-all;
}
.medex__chat__message-reciever {
  background-color: #5250b5;
  color: #FFF;
  border-radius: 15px;
  padding: 10px 15px;
  margin-bottom: 15px;
  word-break: normal;
}

.medex__list {
  background: #5250b5;
  border-radius: 30px;
  margin-left: 0;
  margin-right: 0;
}
.medex__list-title {
  font-size: 16px;
  color: #FFFFFF;
}
.medex__list-subtitle {
  color: #8f8f8f;
  font-size: 13px;
}
.medex__list-icon {
  width: 100%;
  border-radius: 50%;
  background-color: #5250b5;
  padding: 10px;
}

.transition {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000000;
  background-color: #5250b5;
  opacity: 0;
  pointer-events: none;
  transition: 0.1s ease-out;
  text-align: center;
}
.transition img {
  width: 50%;
  margin-top: calc(50vh - 50px);
}
.transition.is-active {
  opacity: 1;
  pointer-events: all;
}

/*# sourceMappingURL=medex.css.map */
