.toastr.animated {
  display: flex;
  align-items: center;
}
.toastr.animated .rrt-middle-container {
  width: auto !important;
  margin-right: 35px;
  margin-left: 65px !important;
}
.toastr.animated .rrt-title,
.toastr.animated .rrt-text {
  font-size: 15px !important;
}
.toastr.animated .rrt-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.toastr.animated .close-toastr {
  color: white !important;
  right: 10px !important;
}

.ql-container.ql-snow {
  height: 150px;
}

.intl-tel-input {
  width: 100% !important;
}

.intl-tel-input.dark_theme input {
  background-color: #121212 !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16)) !important;
  color: white !important;
  border-color: internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border: 1px solid gray;
}

.intl-tel-input.allow-dropdown input {
  width: 100% !important;
  height: 56px;
  border-radius: 4px !important;
  font-size: 1rem !important;
  font-family: Roboto Slab, sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.43 !important;
}

.labelInputPhone {
  text-align: left !important;
  font-size: 0.77rem !important;
  margin-left: 14px !important;
  margin-bottom: 3px !important;
}

.ownAlertWarning {
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 4px;
  box-shadow: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  background-color: rgb(211, 47, 47);
  display: flex;
  padding: 6px 16px;
  color: rgb(255, 255, 255);
  margin-top: 10px;
  padding: 11px;
}

.ownAlertSuccess {
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 4px;
  box-shadow: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  background-color: rgb(56, 142, 60);
  display: flex;
  padding: 6px 16px;
  color: rgb(255, 255, 255);
  margin-top: 10px;
  padding: 11px;
}
