.interview-template-back {
  width: 116px;
  height: 73px;
  position: fixed;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #FFFFFF;
  z-index: 10;
  cursor: pointer;
  border: none;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 20px 0px;
}

.interview-template-back img {
  margin-right: 10px;
}

.back-button-text {
  width: 36px;
  height: 25px;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #7A7A7A;
  flex: none;
  order: 1;
  flex-grow: 0;
}