﻿/* STYLESHEET FOR TOUR */
.tour-tip{
    border-radius: 4px;
    z-index: 2000;
}
.tour-content-wrapper{

}
.tour-content-wrapper h3{
    color: #1ab394;
}
.tour-content-wrapper p{
    font-size: 15px;
}
.tour-next-tip{
    font-size: 15px !important;
    border-radius: 4px !important;
}
#lastMsgBtn {
  display: block;
  position: fixed;
  bottom: 115px;
  right: 15px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #ffffff;
  color: #1ab394;
  cursor: pointer;
  padding: 15px;
  border-radius: 100px;
  font-size: 10px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 15%), 0 4px 8px 0 rgb(0 0 0 / 15%);
}
#lastMsgBtn:hover {
  background-color: #efefef;
}