/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
.login-logobtb {
  position: relative;
}
.login-logobtb .bg-auth-circle-shape-2 {
  width: 230px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.avatar {
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  margin-left: -10px;
}
.avatar img {
  border: 0.5px solid rgb(213, 219, 219);
  display: block;
}

#navbarDropdownUser .avatar {
  background-color: #ddd !important;
  left: -5px;
}

.avatar-2xl[class*=status-]:before {
  border: 1px solid rgb(213, 219, 219);
}

.status-checkin {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: 1;
  background-color: #00d27a;
  border: 1px solid #fff;
}

.btb-schedule {
  width: 100%;
  height: 100%;
}
.btb-schedule .roster-link {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.btb-schedule .roster-link:after {
  content: "";
  width: 100%;
  height: 100%;
}

.spinner-all {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.spinner-all:before {
  content: "";
  background-color: #fff;
  opacity: 0.5;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.spinner-player {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.spinner-player:before {
  content: "";
  background-color: #fff;
  opacity: 0.5;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.custom-avatar {
  width: 55px;
  height: 55px;
  margin-left: 0;
}

.custom-avatar-roster {
  width: 70px;
  height: 70px;
  margin-left: 0;
}

.filter-search-clear {
  display: none;
  position: absolute;
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  top: -2px;
  right: 0;
  z-index: 35;
  color: #2362b7;
  font-size: 24px;
  cursor: pointer;
}

.notice-hover {
  position: absolute;
  width: 250px;
  left: 50%;
  top: -55px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 8px;
  background-color: #ffffcc;
  padding: 8px;
  display: none;
  z-index: 1;
}

.triangle:hover {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.triangle:hover:before {
  opacity: 1;
}
.triangle:hover > .notice-hover {
  display: block;
}
.triangle:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  top: -10px;
  left: 0px;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 16px solid #ffffcc;
  opacity: 0;
}

.equalHeightip {
  min-height: 44px;
}

/* prettier-ignore */
/*# sourceMappingURL=user.min.css.map */
