.tooltip__overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.tooltip__modal {
  z-index: 999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  outline: none;
  box-shadow: 0px 0px 10px #00000029;
  font-size: 14px;
  color: #142046;
  opacity: 1;
  background: #dce8ed;
  width: 554px;
  height: auto;
  padding: 20px;
  margin: 90px 12px;
}

.tooltip__close {
  cursor: pointer;
  text-align: right;
  display: block;
}

.booking__login-form {
  @media (min-width: 700px) {
    margin-left: 46px;
    margin-right: 46px;
  }
}

.booking__close-logo {
  height: 20px;
  width: 20px;
}

.tooltip__title {
  margin-bottom: 12px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tooltip-content-text {
  margin: 0;
}

.tooltip__icon {
  margin: 10px 18px;
  height: 20px;
  width: 20px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  position: absolute !important;
}

.tooltip__close-logo {
  height: 10px;
  width: 10px;
  stroke-width: 5px;
}

.tooltip__container {
  padding: 10px 20px;
  font-size: 14px;
  color: #142046;
  opacity: 1;
  position: absolute;
  background: #dce8ed;
  flex-direction: column;
  z-index: 2;
  display: none;

  @media (min-width: 701px) {
    display: flex;
  }
  @media (max-width: 1350px) {
    width: 240px;
    bottom: 100%;
    right: -50px;
  }

  @media (min-width: 1351px) {
    background: #dce8ed;
    right: calc(-295px - 60px - 22px);
    top: calc(-50% - 10px);
    padding: 20px 30px;
    width: 295px;
  }
}
