.device-view {
  border-radius: 32px;
  box-shadow: 0 0 0 14px #090a0d, 0 0 0 17px #9fa3a8,
    0 0 34px 17px rgba(0, 0, 0, 0.2);
  height: 620px;
  margin: 40px auto 80px;
  width: 320px;
  position: relative;
  background: #f5f5f5;
  z-index: 1;
}

.device-view-inner {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  padding-top: 25px;
  overflow: hidden;
}

.device-view .device-md-bar {
  display: none;
}

.device-view::after {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  bottom: 6px;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 35%;
  z-index: 10001;
}

.device-ios-notch {
  fill: #090a0d;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translateX(-50%);
  width: 165px;
  z-index: 10001;
}

.device-md-bar {
  display: block;
  fill: #090a0d;
  opacity: 0.1;
  padding: 8px 12px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10001;
}

.device-md-view {
  border-radius: 20px;
}

.device-md-view .device-md-bar {
  display: block;
}

.device-md-view::after,
.device-md-view .device-ios-notch {
  display: none;
}

.device-button-wrapper {
  position: absolute;
  left: -75px;
  top: 25px;
}

.device-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 12px;
  color: #fff;
  padding: 0;
  padding-left: 15px;
  opacity: 0.5;
  cursor: pointer;
  outline: none;
  border: none;
}

.device-button:hover,
.device-button.active {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.device-button + .device-button {
  margin-top: 10px;
}

.device-logo {
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 3px;
}
