.account-body.accountbg {
  background: rgb(222, 232, 237) !important;
  background: linear-gradient(
    0deg,
    rgba(222, 232, 237, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ) !important;
}
.topbar .topbar-left .wlogo {
  display: block;
  margin: auto;
  width: 80%;
}
.topbar .topbar-left .wlogo img {
  height: auto;
  width: 80%;
}

.bg-white {
  background: #fff;
}

@media (max-width: 768px) {
  .topbar .topbar-left {
    margin-left: 0;
    width: 270px;
  }
}

.wHide {
  display: none;
}
.wSpinner {
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  width: 50px;
}

.met-pro-bg {
  background-image: url("../images/bgs/pattern2.png") !important;
}

.wDisabled {
  background-color: #f1f5fa;
  opacity: 1;
}

.horizontalDotsA {
  width: 3.2px;
  height: 3.2px;
  border-radius: 50%;
  color: #000000;
  box-shadow: 15.2px 0 0 5.6px, 30.4px 0 0 2.4px, 45.599999999999994px 0 0 0;
  transform: translateX(-30.4px);
  animation: dots-ijr34dsm 0.4s infinite alternate linear;
  margin: 40px auto 0 auto;
  left: 50%;
  position: absolute;
}

@keyframes dots-ijr34dsm {
  50% {
    box-shadow: 15.2px 0 0 2.4px, 30.4px 0 0 5.6px,
      45.599999999999994px 0 0 2.4px;
  }

  100% {
    box-shadow: 15.2px 0 0 0, 30.4px 0 0 2.4px, 45.599999999999994px 0 0 5.6px;
  }
}
.wRelative {
  position: relative;
}

.wCustomerAutoComplete {
  background: #fff;
  -webkit-box-shadow: 0 3px 12px rgb(234 240 249 / 40%);
  box-shadow: 0 3px 12px rgb(234 240 249 / 40%);
  border-color: rgba(0, 0, 0, 0.05);
  margin: 0;
  padding: 4px 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.wCustomerAutoComplete li {
  list-style-type: none;
  padding: 6px 24px;
  color: #303e67;
  cursor: pointer;
}
.wCustomerAutoComplete li:hover {
  color: #435177;
  background: #f8f8fc;
}

.wCustomerAutoComplete li:last-child {
  border: 0;
}

.font-size-small {
  font-size: 10px !important;
}

/* CALENDAR */
#calendar .ec-event-body {
  flex-direction: column !important;
}
#calendar .ec-events,
#calendar .ec-events h4 {
  font-size: 0.9em !important;
}
#calendar .ec-timeline .ec-time,
#calendar .ec-timeline .ec-line {
  width: 80px;
}
#wCalendar .fc-event {
  cursor: default !important;
  text-align: left !important;
  font-size: 10px !important;
  padding: 3px !important;
}
.ec-title .fc .fc-popover {
  z-index: 999 !important;
}

@media (max-width: 768px) {
  .ec-toolbar {
    flex-direction: column !important;
  }
  .ec-title {
    font-size: 1.5rem !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
/* END, CALENDAR */
#wScheduleHtml .card > hr {
  margin-top: 7px !important;
  margin-bottom: 0 !important;
  padding: 6px 0 !important;
}
#wBillingList .wBilling {
  cursor: pointer;
}

#wServiceChecks .wServiceErrorMessage {
  display: block;
  color: #f14b4b;
  border: #f14b4b solid 1px;
  border-radius: 0.25rem;
  padding: 0.6rem 0.75rem;
}
.wCustomerService,
.wScheduleCustomerService label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: dotted 1px #e3e3e3;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
}
.wCustomerService .wLeft {
  width: 60%;
}
.wCustomerService .wLeft label,
.wScheduleCustomerService label {
  display: block;
}
.wCustomerService .wRight {
  width: 38%;
}

.wBillingLeft {
  width: 75%;
}
.wBillingCenter {
  width: 20%;
}
.wBillingRight {
  width: 5%;
}

.wScheduleBtnDelete div {
  position: absolute;
  bottom: 5px;
  right: 15px;
}

.calendar {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calendar-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0;
  font-size: 18px;
}
.calendar-view {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calendar-day,
.calendar-hour {
  display: inline-block;
  width: 100px;
  text-align: center;
  padding: 5px;
}
.calendar-day {
  border: 1px solid #ddd;
}
.calendar-events {
  border: 1px solid #ddd;
  padding: 10px;
  margin-top: 10px;
}

.event {
  margin: 5px 0;
  padding: 5px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
}
.team-column {
  display: flex;
  flex-direction: column;
  padding: 5px;
}
.team-column .event {
  margin: 5px 0;
}
