@import './../../styles/variables';
.simulator-navbar {
  zoom: 1;
  height: 64px;
  line-height: 44px;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
  .status-bar {
    height: 20px;
    line-height: 20px;
    text-align: center;

    .status-bar-left {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 8px;
      text-align: left;

      .adaptor-name {
        font-size: 12px;
        color: black;
        position: relative;
        top: -1px;
        margin-right: 1px;
      }
    }

    .status-time {
      color: black;
      font-size: 12px;
    }

    .iphonex-time {
      float: right;
      margin-right: 36px;
      margin-top: -35px;
      display: inline-flex;
    }

    .battery-level {
      position: absolute;
      right: 8px;
      top: 0;
      height: 100%;
      span {
        vertical-align: middle;
        margin-right: 5px;
        font-size: 12px;
      }
    }
  }

  .status-tool {
    display: flex;
    padding: 3px;
    .status-tool-left-wrapper {
      position: absolute;
      left: 8px;
    }
    .status-tool-left {
      position: absolute;
      left: 8px;
      &:hover {
        cursor: pointer;
      }
      &:active {
        transform: translateY(1px);
      }
    }

    .status-placeholder {
      width: 100%;
      margin: 0 72px;
      text-overflow: ellipsis;
      overflow: hidden;
      max-height: 64px;
      .status-placeholder-inner {
        vertical-align: middle;
        font-size: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
      }
    }

    .status-tool-right {
      position: absolute;
      right: 4px;
      text-align: right;
      font-size: 18px;
      transform: scale(0.9);
      :focus {
        outline: none;
      }

      .black-close-icon img {
        margin-top: 2px;
      }

      .status-setting-container {
        line-height: 0;
        background: 'transparent';
        display: flex;

        .status-icon {
          border-radius: 8px;
          cursor: pointer;
          width: 34px;
          height: 34px;
          margin: 4px 4px 4px 4px;
          text-align: center;
          display: inline-block;
          vertical-align: middle;
          padding-top: 7px;
        }

        .status-settings {
          @extend .status-icon;
          svg {
            margin-top: 4px;
          }
        }

        .status-tool-close {
          @extend .status-icon;
        }

        .notification {
          position: absolute;
          left: 21.62%;
          right: 76.02%;
          top: 22.12%;
          bottom: 81.08%;
          height: 5px;
          width: 5px;
          background-color: $notification-color;
          border-radius: 50%;
        }
      }
    }
  }
}

.header-event-propagate {
  pointer-events: none;
}

.icon-event-propagate {
  pointer-events: auto;
}
