.modal--overlay {
  height: 100%;
  background-color: rgba(109, 109, 109, 0.3);
  z-index: 111;
}
.modal--overlay .modal__box {
  top: 50% !important;
  transform: translateY(-50%);
  padding: 35px 25px;
  background: #ffffff;
  box-shadow: 0px 6px 12px #b5b5b5;
  border-radius: 6px;
}
.modal--overlay .modal__box.modal-sm {
  width: 370px;
}
.modal--overlay .modal__box.modal-md {
  width: 550px;
}
.modal--overlay .modal__box .modal__title {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.modal--overlay .modal__box .form__item {
  margin: 20px 0px 0px 0px;
  width: 100%;
}
.modal--overlay .modal__box .form__item.half {
  width: 50% !important;
}

.day--schedule--list {
  background: #ffffff;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-height: 400px;
  overflow: scroll;
  border: 1px solid #EAECF0;
  border-radius: 5px 5px 0px 0px;
}
.day--schedule--list::-webkit-scrollbar {
  display: none;
}
.day--schedule--list .day--schedule--item {
  padding: 16px 24px;
  border-bottom: 1px solid #EAECF0;
  display: flex;
  justify-content: space-between;
}
.day--schedule--list .day--schedule--item:hover .day--schedule--actions {
  display: flex;
  opacity: 1;
  transform: scale(1);
}
.day--schedule--list .day--schedule--item .day--schedule--actions {
  display: none;
  transition: 0.2s ease-in-out;
  opacity: 0;
  transform: scale(0);
  gap: 5px;
  align-items: start;
}
.day--schedule--list .day--schedule--item .day--schedule--actions {
  display: none;
}
.day--schedule--list .day--schedule--item .day--schedule--information {
  width: 100%;
}
.day--schedule--list .day--schedule--item .day--schedule--information .day--schedule--name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
  color: #000000;
}
.day--schedule--list .day--schedule--item .day--schedule--information .day--schedule--data--list .day--schedule--data--item {
  display: flex;
  align-items: start;
}
.day--schedule--list .day--schedule--item .day--schedule--information .day--schedule--data--list .day--schedule--data--item .day--schedule--data--item--day {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 8px;
  color: #475467;
  display: flex;
  align-items: center;
  width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.day--schedule--list .day--schedule--item .day--schedule--information .day--schedule--data--list .day--schedule--data--item .day--schedule--data--item--timings .day--schedule--data--item--timing--item {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 8px;
  color: #475467;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.day--schedule--list .day--schedule--item .day--schedule--information .day--schedule--data--list .day--schedule--data--item .day--schedule--data--item--timings .day--schedule--data--item--timing--item .day--schedule--data--item--timing--item--time {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}

.channel--schedule--list {
  background: #ffffff;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  margin-bottom: 50px;
}
.channel--schedule--list .channel--schedule--item {
  padding: 24px;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  justify-content: space-between;
}
.channel--schedule--list .channel--schedule--item:hover .channel--settings {
  display: flex;
  opacity: 1;
  transform: scale(1);
}
.channel--schedule--list .channel--schedule--item .channel--settings {
  display: none;
  transition: 0.2s ease-in-out;
  opacity: 0;
  transform: scale(0);
  gap: 5px;
  align-items: start;
}
.channel--schedule--list .channel--schedule--item .channel--details {
  width: 100%;
  display: flex;
  align-items: start;
  gap: 16px;
}
.channel--schedule--list .channel--schedule--item .channel--details .chat__social__icon {
  position: static !important;
  width: 20px !important;
  height: 20px !important;
  padding-top: 2px;
}
.channel--schedule--list .channel--schedule--item .channel--details .chat__social__icon img {
  width: 20px !important;
  height: 20px !important;
}
.channel--schedule--list .channel--schedule--item .channel--details .channel--text .channel--title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 4px;
  color: #000000;
}
.channel--schedule--list .channel--schedule--item .channel--details .channel--text .channel--active--shown--status {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #475467;
}

.day--schedule--creation--button {
  padding: 12px 20px;
  display: inline-flex;
  width: 100%;
  border: 1px solid #EAECF0;
  border-top: none;
  background: #fff;
  border-radius: 0 0 5px 5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color-secondary, #118199);
  gap: 12px;
  align-items: center;
}

.channel--schedule--tab {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  margin-left: -2rem !important;
  margin-right: -2rem !important;
  margin-bottom: -8.125rem;
  background: #F9FAFB;
  height: calc(100vh - 89px);
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.channel--schedule--tab::-webkit-scrollbar {
  display: none;
}
.channel--schedule--tab .content__head {
  height: unset;
  border-bottom: 1px solid #E8E8E8;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}
.channel--schedule--tab .content__head .chat__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  color: #000000;
}
.channel--schedule--tab .form__content {
  margin-top: 32px;
}
.channel--schedule--tab .form__content.gap-t-custom {
  margin-top: 72px;
}
.channel--schedule--tab .form__content .form__item {
  width: 50% !important;
}
.channel--schedule--tab .form__content .form__item .schedule--type--heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  color: #000000;
}
.channel--schedule--tab .form__content .form__item .schedule--type--sub--heading {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  color: #475467;
}
.channel--schedule--tab .form__content .form__item:first-child {
  margin-right: 0px !important;
  padding-right: 70px !important;
}

.schedule--integration--modal .modal__box.modal-md {
  padding: 32px !important;
  width: 650px !important;
}
.schedule--integration--modal .modal__box.modal-md .modal__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  color: #000000;
  margin-bottom: 32px;
}
.schedule--integration--modal .modal__box.modal-md .input__label,
.schedule--integration--modal .modal__box.modal-md .multiselect-single-label {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #000000;
}
.schedule--integration--modal .modal__box.modal-md .multiselect {
  border: 1px solid #D0D5DD;
}
.schedule--integration--modal .modal__box.modal-md .multiselect .multiselect-clear {
  display: none;
}
.schedule--integration--modal .modal__box.modal-md .form__content .form__item:first-child {
  margin-top: 0px !important;
}
.schedule--integration--modal .modal__box.modal-md .header__switch .switch {
  width: 36px;
  height: 20px;
  margin-right: 8px !important;
}
.schedule--integration--modal .modal__box.modal-md .header__switch .switch .switch__handle {
  height: 16px !important;
  width: 16px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.schedule--integration--modal .modal__box.modal-md .header__switch .switch .switch__input:checked ~ .switch__handle {
  left: 18px;
}
.schedule--integration--modal .modal__box.modal-md .header__switch .switch .switch__input:checked ~ .switch__handle .icon--checkbox-off {
  font-size: 9px !important;
}
.schedule--integration--modal .modal__box.modal-md .header__switch .switch .switch__input:checked ~ .switch__handle .icon--checkbox-off::before {
  color: var(--color-secondary, #118199);
}
.schedule--integration--modal .modal__box.modal-md .header__switch .switch--label {
  margin-bottom: 4px;
}
.schedule--integration--modal .modal__box.modal-md .label--warning {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #475467;
}
.schedule--integration--modal .modal__box.modal-md hr.divider {
  background: #D0D5DD !important;
  background-color: #D0D5DD !important;
  margin: 32px 0px;
}
.schedule--integration--modal .save--button {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.schedule--creation--modal .modal__box.modal-md {
  padding: 32px !important;
  width: 650px !important;
}
.schedule--creation--modal .modal__box.modal-md .modal__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  color: #000000;
  margin-bottom: 32px;
}
.schedule--creation--modal .modal__box.modal-md .input__label,
.schedule--creation--modal .modal__box.modal-md .multiselect-single-label {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #000000;
}
.schedule--creation--modal .modal__box.modal-md .multiselect {
  border: 1px solid #D0D5DD;
}
.schedule--creation--modal .modal__box.modal-md .schedule--creation--name .input__field {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 12px 16px;
  color: #000;
}
.schedule--creation--modal .modal__box.modal-md .schedule--creation--days .schedule--creation--day--item {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.schedule--creation--modal .modal__box.modal-md .schedule--creation--days .schedule--creation--day--item .schedule--creation--day--item--checkbox {
  display: flex;
  align-items: start;
}
.schedule--creation--modal .modal__box.modal-md .schedule--creation--days .schedule--creation--day--item .schedule--creation--day--item--time--picker .schedule--creation--day--item--time--picker--loop {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
}
.schedule--creation--modal .modal__box.modal-md .schedule--creation--days .schedule--creation--day--item .schedule--creation--day--item--time--picker .schedule--creation--day--item--time--picker--loop input.dp__pointer.dp__input.dp__input_icon_pad.input__field {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  padding: 8px 16px;
  width: 88px;
  height: 43px;
  margin: 0px !important;
  border-color: #D0D5DD !important;
  border-radius: 5px !important;
  color: #6D6D6D;
}
.schedule--creation--modal .modal__box.modal-md .schedule--creation--days .schedule--creation--day--item .schedule--creation--day--item--time--picker .schedule--creation--day--item--time--picker--loop .dp__icon {
  display: none;
}
.schedule--creation--modal .modal__box.modal-md .schedule--creation--days .schedule--creation--day--item .schedule--creation--day--item--time--picker .schedule--creation--day--item--time--picker--loop .icon--button {
  display: inline-block;
  width: 20px !important;
}
.schedule--creation--modal .modal__box.modal-md .schedule--creation--days .schedule--creation--day--item .schedule--creation--day--item--time--picker .schedule--creation--day--item--time--picker--loop.timing-error {
  border: 1px solid red;
  padding: 5px;
  border-radius: 5px;
}
.schedule--creation--modal .modal__box.modal-md .schedule--creation--days .schedule--creation--day--item.active input.dp__pointer.dp__input.dp__input_icon_pad.input__field {
  color: #000000 !important;
}
.schedule--creation--modal .modal__box.modal-md .save--button {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.schedule--creation--modal hr.divider {
  background: #D0D5DD !important;
  background-color: #D0D5DD !important;
  margin: 32px 0px;
}

.gap-custom {
  gap: 12px;
  margin-top: 19px;
}

.mb-0-custom {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 1599px) {
  .day--schedule--item {
    padding: 16px 24px;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    justify-content: space-between;
  }
  .day--schedule--item:hover .day--schedule--information .day--schedule--data--list .day--schedule--data--item .day--schedule--data--item--timings .day--schedule--data--item--timing--item .day--schedule--data--item--timing--item--time {
    width: 115px !important;
  }
}

/*# sourceMappingURL=schedule.css.map */
