.popupConfirmation{
  text-align: center;
  padding: 9px;
  z-index: 2;
  position: absolute;
  width: 90%;
  max-width: 356px;
  background-color: var(--backgourd-light-color);
  min-height: 155px;
  display: flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.7em;
}

.popupConfirmation > .popupConfirmationButtonConfirmation{
  padding-top: 5%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.popupConfirmation > label{
  margin-bottom: 5px;
}

.popupConfirmation .popupConfirmationButtonConfirmation > button:nth-child(1){
  height: 30px;
  width: 35%;
  border-radius: 0.7em;
}

.popupConfirmation .popupConfirmationButtonConfirmation > button:nth-child(2){
  height: 30px;
  width: 35%;
  margin-left: 5%;
  border-radius: 0.7em;
}
