.modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
}

.modal-background,
.modal-background .title {
  background-color: #fff;
}

.modal-background.white-text,
.modal-background.white-text .title {
  background-color: #111;
}
.modal-background.white-text .body {
  color: #fff;
}

.modal {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.modal-background .title {
  position: relative;
}

.modal span.close-modal {
  position: absolute;
  top: 8px;
  right: 0;
  cursor: pointer;
}

.modal span.close-modal .material-icons {
  font-size: 38px;
}

.modal-footer-button button {
  margin: 0 10px;
  color: #fff;
}

.modal-background.white-text .sel-category-container li:hover {
  background: rgba(255, 255, 255, .1);
}

.modal .step-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 30px;
}
.modal-background.block {
  margin-bottom: 0 !important;
}
.modal .row {
  margin-bottom: 60px;
}

/* Удаление/Блок (modal) */
.inner-modal {
  margin: 0 auto;
  width: 30%;
  text-align: center;
}

/*Заблокировать юзера (modal)*/
.block-user a {
  background-color: #cb483f;
}

.block-user a:hover {
  background-color: #cd2d2f;
}

@media (max-width: 550px) {
  .modal {
    padding-top: 8rem;
  }

  .modal span.close-modal {
    top: 4px;
  }

  .modal span.close-modal .material-icons {
    font-size: 24px;
  }
    
  .modal .title {
    padding: 5px 0 20px;
    text-align: left !important;
  }
}
