#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  cursor: pointer;
  position: fixed;
}
#overlay .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: 25rem;
  padding: 2.18rem 2.5rem;
  background-color: #000000;
  font-size: 14px;
  color: white;
  border: 1px solid #1D1C1D;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#overlay .overlay-content-large {
  width: 34.57rem !important;
}
#overlay .overlay-content .btn__close {
  position: relative;
  margin-top: -1.5rem;
  margin-right: -1rem;
}
#overlay .overlay-content .btn__close__merge {
  position: relative;
  margin-top: -4rem !important;
  margin-right: -4rem !important;
}
#overlay .overlay-content__header {
  width: 100%;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1.68rem;
  text-align: center;
}
#overlay .overlay-content__header h1 {
  font-size: 1.3rem;
  font-weight: 500;
}
#overlay .overlay-content__paragraph {
  color: #C0C0C0;
  font-size: 0.9rem;
  letter-spacing: 0;
  line-height: 1.1rem;
  text-align: center;
  margin: 10px 12px auto 12px;
}
#overlay .overlay-content__rectangle {
  position: relative;
  height: 10.812rem;
  width: 100%;
  opacity: 0.66;
  background-color: #000000;
  margin-top: 2rem;
  border: 1px solid white;
}
#overlay .overlay-content__rectangle img {
  position: absolute;
  width: 100%;
  height: 100%;
}
#overlay .overlay-content__rectangle .rectangle__icon {
  position: absolute;
  top: 15%;
  left: 33%;
  text-align: center;
}
#overlay .overlay-content__text {
  margin: auto;
  text-align: center;
  font-size: 11px;
  color: #6D6D6D;
}
#overlay .overlay-content__merge__image {
  width: 9.375rem;
  height: 9.373rem;
  border-radius: 50%;
}
#overlay .overlay-content__merge__image__icon {
  font-size: 9.375rem;
  color: #2E2E2E;
}
#overlay .overlay-content__merge__image__icon__arrow {
  font-size: 2rem;
}

.action-indicator {
  position: relative;
}
.action-indicator__select {
  background: #0066FF;
  color: white;
  position: absolute;
  border-radius: 50%;
  width: 50px;
  padding-top: 35px;
  right: 0;
  float: right;
  text-align: center;
}
.action-indicator__select svg {
  margin-top: -2.4rem;
}
.action-indicator__delete {
  background: #E73200;
  color: white;
  position: absolute;
  border-radius: 50%;
  width: 50px;
  padding-top: 35px;
  right: 0;
  float: right;
  text-align: center;
}
.action-indicator__delete svg {
  margin-top: -2.4rem;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .overlay-content {
    width: 90vw !important;
  }
}
.merge-confirm-text {
  font-size: 1.23em;
  font-weight: 100;
}

.merge-actions button {
  text-transform: inherit;
  font-size: 14px;
}