/* ** Bottom Sheet */
.downupPopup {
  position: fixed;
  bottom: 0;
  overflow: hidden;
  z-index: 1032;
  will-change: transform;
  background-color: #fff;
  height: 100%;
  left: 50%;
}

.downupPopup.no-act {
  transform: translate(-50%, 100vh) !important;
}

.downupPopup-header {
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E9E9EA;
}

.downupPopup-header .downupPopup-kapat {
  align-self: center;
  font-size: 20px;
  cursor: pointer;
}

.downupPopup-content {
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
}
#dark-back {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1031;
  padding-right: 17px;
  overflow: hidden;
}
