body {
  -webkit-tap-highlight-color: transparent !important;
}

ul {
  padding: 0;
}

ul li {
  list-style-type: none;
}

.navbar {
  position: fixed;
  z-index: 100;
  width: 100%;
  padding: 1px !important;
  padding-left: 10px !important;
}

.navbar-brand {
  padding: 3px !important;
}

section {
  /* height: 100vh; */
  padding-top: 80px !important;
  position: relative;
  min-height: 100vh;
}

.astrologer-container{
  width: 200px;
  height: 200px; 
  float: left;
}

.astrologer {
  width: 8rem;
  height: 8rem;
  line-height: 8rem;
  /* float: left; */
  margin: 0 auto;
  border-style: solid;
  border-color: gray;
  border-width: 0.3rem;
  border-radius: 100%;
  cursor: pointer;
  transition: border-color 0.5s;
  background-size: cover;
}

.astrologer-name{
  display: inline;
  text-align: center;
}

.astrologer-description{
  display: block;
  text-align: center;
  background-color: #e0a800;
  color: white;
  padding: 10px;
  margin: 5px;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.astrologer-selected {
  border-color: orange;
}

.angle-btn{
  cursor: pointer;
  padding: 5px;
}


.btn {
  cursor: pointer;
  color: white !important;
}

select.date {
  width: 75px;
  font-size: 12px;
  font-weight: bold;
  display: inline;
}

select.date.small {
  width: 70px;
  font-size: 12px;
  font-weight: bold;
  display: inline;
}

ul.review-ul {
  padding: 0;
  margin: 0 auto;
  list-style-type: none
}

.guide {
  /* height: 50%; */
  max-width: 100%;
  border-style: solid;
  border-width: 1px;
}

.scroll-up {
  border-radius: 100%;
  height: 45px;
  width: 45px;
  position: absolute;
  top: 100px;
  right: 15px;
  color: whitesmoke;
}

#calendar {
  margin: 0 auto;
}

.right {
  float: right;
}

.left {
  float: left;
}

.go-up {
  position: fixed;
  z-index: 100;
  bottom: 10px;
  right: 10px;
  border-radius: 100%;
}

.schedule-list{
  text-align: center;
  height: 250px;
  overflow: auto;
  padding: 5px;
  max-width: 450px;
  float: left;
  /* border-style: solid;
  border-width: 1px;
  border-color: #373737; */
}

.schedule-list-item{
  /* display: block; */
  float: left;
  height: 40px;
  width: 200px;
  margin: 2px;
  line-height: 40px;
  background-color: whitesmoke;
  border-style: solid;
  border-width: 2px;
  border-color: whitesmoke;
  cursor: pointer;
  transition: border-color 0.25s;
}

.schedule-list-item:hover{
  background-color: white;
  border-color: #4CAF50;
}

.schedule-list-item-selected{
  color: white !important;
  background-color: #4CAF50 !important;
  border-color: #388E3C !important;
}

.schedule-list-item-packed{
  background-color: white;
  border-color: #ef5350 !important;
  color: #ef5350 !important;
  text-decoration: line-through;
}

.appointment-type-card{
  margin: 20px;
  height: 280px;
}