body {
  overflow-y: hidden;
}

.card-body {
  padding: 0.7rem 1.25rem !important;
  font-size: 15px !important;
}

.main-fpc>.row {
  display: flex;

  justify-content: center;
}

.docs-fpc>.row {
  display: flex;

  justify-content: center;
}

/* Sliding arrow */

.slide-container {
  text-align: center;

  /* margin-bottom: 10px; */
}

.slide-btn-container {
  display: inline-block;

  padding: 2px 20px;

  cursor: pointer;
}

.slideUpBtn {
  border: solid #b3b3b3;

  border-width: 0 3px 3px 0;

  display: inline-block;

  padding: 6px;
}

.up {
  transform: rotate(-135deg);

  -webkit-transform: rotate(-135deg);

  transition: transform 0.3s linear;
}

.up.open {
  transform: rotate(45deg);

  -webkit-transform: rotate(45deg);

  transition: transform 0.3s linear;

  margin-bottom: 10px;
}

.editDownBtn {
  position: absolute;

  top: 25px;

  right: 40px;

  border: solid #b3b3b3;

  border-width: 0 3px 3px 0;

  padding: 11px;

  transform: rotate(45deg);

  -webkit-transform: rotate(45deg);

  transition: transform 0.3s linear;

  cursor: pointer;
}

/* Week filter */

.resetBtn {
  cursor: pointer;
  padding: 3px 0px;
  cursor: pointer;
  background: #00a6df;
  border-radius: 500px;
  margin-top: 3px;
}

.filter-container {
  position: fixed;

  top: 70px;

  left: 15px;

  right: 15px;

  bottom: 55px;

  padding-top: 20px;

  background: var(--filter-color);

  width: 100vw;

  left: 50%;

  right: 50%;

  margin-left: -50vw;

  margin-right: -50vw;

  padding: 20px 15px;

  border-top-left-radius: 27px;

  border-top-right-radius: 27px;
}

#carousel-cell-2 {
  font-size: 16px !important;
}

.jconfirm-title {
  font-size: 20px !important;
  padding-bottom: 0px !important;
}

.jconfirm-content-pane.no-scroll {
  margin-bottom: 15px !important;
}

#prevWeek {
  font-size: 27px;

  margin-right: 30px;

  padding: 0px 25px;

  cursor: pointer;

  background: #00a6df;

  border-radius: 500px;
}

#nextWeek {
  font-size: 27px;

  margin-left: 30px;

  padding: 0px 25px;

  cursor: pointer;

  background: #00a6df;

  border-radius: 500px;
}

#weekdays ul {
  list-style-type: none;

  padding: 0;

  text-align: center;

  margin-bottom: 0px !important;
}

.df-active {
  border-radius: 50% !important;

  padding: 11px !important;

  background: #fff !important;

  color: #005b7a !important;
}

#dayNumbers ul {
  list-style-type: none;

  padding: 0;

  text-align: center;
}

#dayNumbers li {
  display: inline-block;

  padding: 11px;

  text-align: center;

  color: #fff;

  cursor: pointer;
}

.wrapperWeekSelector {
  text-align: center;

  display: flex;

  justify-content: center;

  color: #fff;

  font-size: 18px;

  font-weight: bold;

  align-items: center;

  margin-bottom: 18px;
}

.wrapperWeekDetails {
  position: relative;

  top: -10px;

  left: 0;

  right: 0;
}

.wrapperWeekDetails li {
  width: 47px;
}

.planningFilterDay {
  display: inline-block;

  padding: 7px;

  text-align: center;

  color: #fff;
}

/* Send and edit hours */

/* .planningStatus {

    margin-right: 10px;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    float: left;

    padding-left: 9px;

    padding-top: 5px;

    font-size: 16px;

    color: #fff;

} */

.jconfirm .jconfirm-bg {
  top: 57px !important;
  border-top-left-radius: 27px !important;
  border-top-right-radius: 27px !important;
}

.planningStatus {
  margin-right: 10px;

  width: 12px;

  height: 88px;

  border-radius: 100px;

  float: left;

  padding-left: 9px;

  padding-top: 5px;

  font-size: 16px;
}

/* Send and edit hours */

.approveHours {
  width: 30px;

  height: 30px;

  background: rgb(184, 184, 184);

  border-radius: 50%;

  float: right;

  /* padding-top: 2px; */

  font-size: 16px;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;
  cursor: pointer;
}

.registerUserHours {
  width: 30px;
  height: 30px;
  background: rgb(0, 91, 122);
  border-radius: 50%;
  float: right;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.registerUserHours>img {
  width: 13px;
}

.approveHours>img {
  width: 18px;
}

.editHours {
  cursor: pointer;
  margin-right: 10px;

  width: 30px;

  height: 30px;

  background: rgb(184, 184, 184);

  border-radius: 50%;

  float: right;

  padding-top: 1px;

  font-size: 19px;

  color: rgb(78, 78, 78);

  -webkit-transform: rotate(133deg);

  -moz-transform: rotate(133deg);

  -o-transform: rotate(133deg);

  -ms-transform: rotate(133deg);

  transform: rotate(-6deg);

  display: flex;

  align-items: center;

  justify-content: center;
}

.editHours>img {
  width: 16px;
}

/* Card styling */

.card-title {
  font-weight: 700;
}

/* .card-time:before {

    content: '';

    display: inline-block;

    width: 30px;

    height: 30px;

    background: #9B191D;

    border-radius: 50%;

    margin-right: 10px;

    vertical-align: middle;

} */

.card-time {
  margin-bottom: 0;
}

.card-start-end-time {
  margin-left: 22px;
}

.calImg {
  text-align: center;

  margin-top: 40px;
}

.noResults {
  text-align: center;

  font-weight: 700;

  font-size: 19px;

  line-height: 26px;

  margin-top: 20px;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  background: #b8b8b8;
  /* background: #005b7a7d; */
  border-radius: 7px;
  width: 30px;
  height: 30px;
  position: relative;
}

input[type="checkbox"]:checked {
  position: relative;
  background: #005b7a;
}


input[name="checkbox"]:before {
  /* Place (position) the new checkmark. */
  position: absolute;
  top: 0.57rem;
  left: 0.38rem;
  content: "";
  width: 1.1rem;
  height: 0.5rem;
  border: 2px solid #fff;
  border-right: none;
  border-top: none;
  transform: rotate(-45deg);
}

input[name="checkbox"]:checked::after {
  /* Place (position) the new checkmark. */
  position: absolute;
  top: 0.57rem;
  left: 0.38rem;
  content: "";
  width: 1.1rem;
  height: 0.5rem;
  border: 2px solid #fff;
  border-right: none;
  border-top: none;
  transform: rotate(-45deg);
}

.adjusthours-alert {
  z-index: 1000000;
  position: absolute !important;
  right: 0 !important;
  background: fff !important;
  border: 3px solid #619261 !important;
  border-radius: 11px !important;
  top: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 90% !important;
}