/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.card table td {
  cursor: pointer;
}

.card-evema {
  font-size: 0.9rem;
}

.card-evema.active {
  border: solid 3px var(--bs-secondary);
}

.carousel-inner > .carousel-item {
  height: 400px;
}

.carousel-inner > .carousel-item > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.evema-nav {
  background: #f8f9fa;
  border-radius: .75rem;
}

.evema-nav .active {
  color: #f53939;
  background-color: white;
  border-radius: .5rem;
  height: 2rem;
  box-shadow: 0 0 0.5em lightgray;
}

.function-icons {
  float: right;
  display: inline-block;
}

.function-icons a span {
  color: #64C4C9;
  width: 32px;
  display: inline-block;
  text-align: center;
  font-size: 0.725rem;
  font-weight: 300;
}

.hr-evema {
  background: linear-gradient(to right, rgba(37, 47, 64, 0.15), rgba(37, 47, 64, 0.5), rgba(37, 47, 64, 0.15));
  border: none;
}

.choices {
  margin-bottom: .25rem !important
}

.min-vh-50 {
  min-height: 50vh!important;
}

.no-content {
  color: #adb5bd;
}

#cookie-notice {
  background: #fff;
  z-index: 999999999;
  /* font-size: 16px; */
  /* color: #333; */
  padding: 16px 40px;
  /* font-weight: 400; */
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 48px;
  width: 80%;
  border-radius: 8px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
}

.subscription-img {
  height: 100px;
}

.title {
  border-radius: 0.8rem;
  color: white;
  height: 48px;
  padding-top: 10px;
  padding-left: 12px;
}

.fa-evema {
  width: 32px;
  display: inline-block;
  text-align: center;
  color: #8B8E91;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

.profile-image {
  height: 450px;
}

.status-border-left-1 {
  border-left: 4px solid #f53939;
}

.status-border-left-2 {
  border-left: 4px solid #17c1e8;
}

.status-border-left-3 {
  border-left: 4px solid #82d616;
}

.status-border-left-4 {
  border-left: 4px solid #f5365c;
}



a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}


.chat .chat-history ul {
  padding: 0
}

.chat .chat-history ul li {
  list-style: none;
  margin-bottom: 30px
}

.chat .chat-history ul li:last-child {
  margin-bottom: 0px
}

.chat .chat-history .message-data {
  margin-bottom: 15px
}

.chat .chat-history .message-data img {
  border-radius: 40px;
  width: 40px
}

.chat .chat-history .message-data-time {
  color: #434651;
  padding-left: 6px
}

.chat .chat-history .message {
  color: #444;
  /* padding: 18px 20px; */
  /* line-height: 26px; */
  /* font-size: 16px; */
  /* border-radius: 7px; */
  display: inline-block;
  position: relative
}

/* .chat .chat-history .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px
} */

.chat .chat-history .my-message {
  background: #efefef
}

.chat .chat-history .other-message {
  background: #e8f1f3;
  text-align: right
}

.chat .chat-message {
  padding: 20px
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .w-xs-100 {
    width: 100% !important;
  }

  .w-xs-75 {
    width: 75% !important;
  }

  .w-xs-50 {
    width: 50% !important;
  }

  .w-xs-25 {
    width: 25% !important;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-25 {
    width: 25% !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

  .w-md-100 {
    width: 100% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-25 {
    width: 25% !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-25 {
    width: 25% !important;
  }

}

@media only screen and (max-width: 767px) {
  
  .chat-history {
      height: 300px;
      overflow-x: auto
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  
  .chat-history {
      height: 600px;
      overflow-x: auto
  }
}

@media only screen and (min-device-width: 768px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  
  .chat-history {
      height: calc(100vh - 350px);
      overflow-x: auto
  }
}