.modal-add-staff-working-days {
  background: rgba(0, 0, 0, 0.3);
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  width: 100vw;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.modal-add-staff-working-days .modal-add-staff-working-days-container {
  display: flex;
  height: 100%;
  width: 100%;
}
.modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: auto;
  max-height: 90vh;
  overflow: auto;
  padding: 30px;
  transition: 0.3s;
  width: 30%;
  position: relative;
  transform: scale(0);
}
.modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content::-webkit-scrollbar {
  -webkit-appearance: none;
  padding: 0 0;
  height: 5px;
  width: 5px;
}
.modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: rgba(218, 218, 218, 0.4);
}
@media only screen and (max-width: 1200px) {
  .modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: auto;
    max-height: 90vh;
    overflow: auto;
    padding: 30px;
    transition: 0.3s;
    width: 50%;
  }
  .modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
@media only screen and (max-width: 900px) {
  .modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: auto;
    max-height: 90vh;
    overflow: auto;
    padding: 30px;
    transition: 0.3s;
    width: 80%;
  }
  .modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
@media only screen and (max-width: 590px) {
  .modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: auto;
    max-height: 90vh;
    overflow: auto;
    padding: 30px;
    transition: 0.3s;
    width: 95%;
  }
  .modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
.modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content .modal-add-staff-working-days-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.3s;
  z-index: 1;
}
.modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content .modal-add-staff-working-days-close i {
  font-size: 26px;
}
.modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content .modal-add-staff-working-days-close:hover {
  color: rgb(161, 161, 161);
}
.modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content .modal-add-staff-working-days-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content .modal-add-staff-working-days-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 590px) {
  .modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content .modal-add-staff-working-days-title {
    font-size: 16px;
  }
}
.modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content .modal-add-staff-working-days-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content .modal-add-staff-working-days-form .modal-add-staff-working-days-form-select {
  border: 1px solid #e5eaef;
  border-radius: 7px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 10px 15px;
}
.modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content .modal-add-staff-working-days-form .modal-add-staff-working-days-form-select .modal-add-staff-working-days-form-select-icon {
  display: flex;
  height: 100%;
}
.modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content .modal-add-staff-working-days-form .modal-add-staff-working-days-form-select .modal-add-staff-working-days-form-select-icon i {
  background: #38c5f0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 22px;
  margin: auto;
  padding: 10px;
}
.modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content .modal-add-staff-working-days-form .modal-add-staff-working-days-form-select .modal-add-staff-working-days-form-select-text p {
  font-size: 16px;
  font-weight: 500;
}
.modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content .modal-add-staff-working-days-form .modal-add-staff-working-days-form-select .modal-add-staff-working-days-form-select-text span {
  font-size: 12px;
  font-weight: 300;
}
.modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content .modal-add-staff-working-days-form .modal-add-staff-working-days-form-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content .modal-add-staff-working-days-form .modal-add-staff-working-days-form-input p {
  font-size: 14px;
  font-weight: 700;
}
.modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content .modal-add-staff-working-days-form .modal-add-staff-working-days-form-input input {
  border: 1px solid #e5eaef;
  border-radius: 7px;
  height: 45px;
  font-size: 18px;
  text-align: center;
}
.modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content .modal-add-staff-working-days-form .modal-add-staff-working-days-form-buttons {
  display: flex;
  flex-direction: row;
}
.modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content .modal-add-staff-working-days-form .modal-add-staff-working-days-form-buttons .modal-add-staff-working-days-form-button {
  background: #2582ff;
  border-radius: 7px;
  cursor: pointer;
  padding: 15px 10px;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
.modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content .modal-add-staff-working-days-form .modal-add-staff-working-days-form-buttons .modal-add-staff-working-days-form-button:hover {
  background: #38c5f0;
}
.modal-add-staff-working-days .modal-add-staff-working-days-container .modal-add-staff-working-days-content .modal-add-staff-working-days-form .modal-add-staff-working-days-form-buttons .modal-add-staff-working-days-form-button p {
  color: #ffffff;
  font-weight: 700;
}

.modal-staff-used-working-days {
  background: rgba(0, 0, 0, 0.3);
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  width: 100vw;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.modal-staff-used-working-days .modal-staff-used-working-days-container {
  display: flex;
  height: 100%;
  width: 100%;
}
.modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: auto;
  max-height: 90vh;
  overflow: auto;
  padding: 30px;
  transition: 0.3s;
  width: 50%;
  position: relative;
  transform: scale(0);
}
.modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content::-webkit-scrollbar {
  -webkit-appearance: none;
  padding: 0 0;
  height: 5px;
  width: 5px;
}
.modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: rgba(218, 218, 218, 0.4);
}
@media only screen and (max-width: 900px) {
  .modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: auto;
    max-height: 90vh;
    overflow: auto;
    padding: 30px;
    transition: 0.3s;
    width: 80%;
  }
  .modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
@media only screen and (max-width: 590px) {
  .modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: auto;
    max-height: 90vh;
    overflow: auto;
    padding: 30px;
    transition: 0.3s;
    width: 95%;
  }
  .modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
.modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content .modal-staff-used-working-days-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.3s;
  z-index: 1;
}
.modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content .modal-staff-used-working-days-close i {
  font-size: 26px;
}
.modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content .modal-staff-used-working-days-close:hover {
  color: rgb(161, 161, 161);
}
.modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content .modal-staff-used-working-days-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content .modal-staff-used-working-days-title span {
  color: #725cff;
  font-size: 20px;
}
@media only screen and (max-width: 900px) {
  .modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content .modal-staff-used-working-days-title {
    font-size: 22px;
  }
  .modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content .modal-staff-used-working-days-title span {
    color: #725cff;
    font-size: 18px;
  }
}
@media only screen and (max-width: 590px) {
  .modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content .modal-staff-used-working-days-title {
    font-size: 20px;
  }
}
.modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content .modal-staff-used-working-days-time-line {
  width: 100%;
}
.modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content .modal-staff-used-working-days-time-line .modal-staff-used-working-days-time-line-items {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 60%;
}
@media only screen and (max-width: 900px) {
  .modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content .modal-staff-used-working-days-time-line .modal-staff-used-working-days-time-line-items {
    width: 80%;
  }
}
@media only screen and (max-width: 590px) {
  .modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content .modal-staff-used-working-days-time-line .modal-staff-used-working-days-time-line-items {
    width: 100%;
  }
}
.modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content .modal-staff-used-working-days-time-line .modal-staff-used-working-days-time-line-items .modal-staff-used-working-days-time-line-item {
  display: flex;
  justify-content: end;
  position: relative;
  padding: 15px 0;
}
.modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content .modal-staff-used-working-days-time-line .modal-staff-used-working-days-time-line-items .modal-staff-used-working-days-time-line-item::before {
  background: #e5eaef;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 19px;
  width: 2px;
}
.modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content .modal-staff-used-working-days-time-line .modal-staff-used-working-days-time-line-items .modal-staff-used-working-days-time-line-item::after {
  background: #e5eaef;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  top: calc(50% - 12px);
  left: 10px;
  width: 20px;
}
.modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content .modal-staff-used-working-days-time-line .modal-staff-used-working-days-time-line-items .modal-staff-used-working-days-time-line-item:first-child::before {
  height: 50%;
  top: 50%;
}
.modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content .modal-staff-used-working-days-time-line .modal-staff-used-working-days-time-line-items .modal-staff-used-working-days-time-line-item:last-child::before {
  height: 50%;
  bottom: 50%;
}
.modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content .modal-staff-used-working-days-time-line .modal-staff-used-working-days-time-line-items .modal-staff-used-working-days-time-line-item .modal-staff-used-working-days-time-line-item-content {
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px;
  width: calc(100% - 40px);
}
.modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content .modal-staff-used-working-days-time-line .modal-staff-used-working-days-time-line-items .modal-staff-used-working-days-time-line-item .modal-staff-used-working-days-time-line-item-content .modal-staff-used-working-days-time-line-item-title p {
  font-size: 14px;
  font-weight: 700;
}
.modal-staff-used-working-days .modal-staff-used-working-days-container .modal-staff-used-working-days-content .modal-staff-used-working-days-time-line .modal-staff-used-working-days-time-line-items .modal-staff-used-working-days-time-line-item .modal-staff-used-working-days-time-line-item-content .modal-staff-used-working-days-time-line-item-text p {
  font-size: 14px;
  font-weight: 700;
}

.modal-show-staff-working-days {
  background: rgba(0, 0, 0, 0.3);
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  width: 100vw;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.modal-show-staff-working-days .modal-show-staff-working-days-container {
  display: flex;
  height: 100%;
  width: 100%;
}
.modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: auto;
  max-height: 90vh;
  overflow: auto;
  padding: 30px;
  transition: 0.3s;
  width: 50%;
  position: relative;
  transform: scale(0);
}
.modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content::-webkit-scrollbar {
  -webkit-appearance: none;
  padding: 0 0;
  height: 5px;
  width: 5px;
}
.modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: rgba(218, 218, 218, 0.4);
}
@media only screen and (max-width: 900px) {
  .modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: auto;
    max-height: 90vh;
    overflow: auto;
    padding: 30px;
    transition: 0.3s;
    width: 80%;
  }
  .modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
@media only screen and (max-width: 590px) {
  .modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: auto;
    max-height: 90vh;
    overflow: auto;
    padding: 30px;
    transition: 0.3s;
    width: 95%;
  }
  .modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0 0;
    height: 5px;
    width: 5px;
  }
  .modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(218, 218, 218, 0.4);
  }
}
.modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content .modal-show-staff-working-days-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.3s;
  z-index: 1;
}
.modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content .modal-show-staff-working-days-close i {
  font-size: 26px;
}
.modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content .modal-show-staff-working-days-close:hover {
  color: rgb(161, 161, 161);
}
.modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content .modal-show-staff-working-days-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content .modal-show-staff-working-days-title span {
  color: #725cff;
  font-size: 20px;
}
@media only screen and (max-width: 900px) {
  .modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content .modal-show-staff-working-days-title {
    font-size: 22px;
  }
  .modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content .modal-show-staff-working-days-title span {
    color: #725cff;
    font-size: 18px;
  }
}
@media only screen and (max-width: 590px) {
  .modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content .modal-show-staff-working-days-title {
    font-size: 20px;
  }
}
.modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content .modal-show-staff-working-days-time-line {
  width: 100%;
}
.modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content .modal-show-staff-working-days-time-line .modal-show-staff-working-days-time-line-items {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 60%;
}
@media only screen and (max-width: 900px) {
  .modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content .modal-show-staff-working-days-time-line .modal-show-staff-working-days-time-line-items {
    width: 80%;
  }
}
@media only screen and (max-width: 590px) {
  .modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content .modal-show-staff-working-days-time-line .modal-show-staff-working-days-time-line-items {
    width: 100%;
  }
}
.modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content .modal-show-staff-working-days-time-line .modal-show-staff-working-days-time-line-items .modal-show-staff-working-days-time-line-item {
  display: flex;
  justify-content: end;
  position: relative;
  padding: 15px 0;
}
.modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content .modal-show-staff-working-days-time-line .modal-show-staff-working-days-time-line-items .modal-show-staff-working-days-time-line-item::before {
  background: #e5eaef;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 19px;
  width: 2px;
}
.modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content .modal-show-staff-working-days-time-line .modal-show-staff-working-days-time-line-items .modal-show-staff-working-days-time-line-item::after {
  background: #e5eaef;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  top: calc(50% - 12px);
  left: 10px;
  width: 20px;
}
.modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content .modal-show-staff-working-days-time-line .modal-show-staff-working-days-time-line-items .modal-show-staff-working-days-time-line-item:first-child::before {
  height: 50%;
  top: 50%;
}
.modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content .modal-show-staff-working-days-time-line .modal-show-staff-working-days-time-line-items .modal-show-staff-working-days-time-line-item:last-child::before {
  height: 50%;
  bottom: 50%;
}
.modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content .modal-show-staff-working-days-time-line .modal-show-staff-working-days-time-line-items .modal-show-staff-working-days-time-line-item .modal-show-staff-working-days-time-line-item-content {
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px;
  width: calc(100% - 40px);
}
.modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content .modal-show-staff-working-days-time-line .modal-show-staff-working-days-time-line-items .modal-show-staff-working-days-time-line-item .modal-show-staff-working-days-time-line-item-content .modal-show-staff-working-days-time-line-item-title p {
  font-size: 14px;
  font-weight: 700;
}
.modal-show-staff-working-days .modal-show-staff-working-days-container .modal-show-staff-working-days-content .modal-show-staff-working-days-time-line .modal-show-staff-working-days-time-line-items .modal-show-staff-working-days-time-line-item .modal-show-staff-working-days-time-line-item-content .modal-show-staff-working-days-time-line-item-text p {
  font-size: 14px;
  font-weight: 700;
}

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