/* Place all the styles related to the emails controller here. */
/* They will automatically be included in application.css. */
/* You can use Sass (SCSS) here: https://sass-lang.com/ */
.form-group .btn {
  border: 1px solid #ced4da;
  min-width: 55px;
}

.form-group .btn:hover {
  background: rgba(0, 0, 0, 0.04);
}

.popup-form {
  position: relative;
}

.popup-form .popup-window {
  width: 100%;
  position: absolute;
  padding-right: 15px;
}

.popup-form .popup-window .form-control {
  height: 100%;
  max-height: 215px;
  margin-top: 4px;
  padding-left: 0;
  padding-right: 0;
  overflow: auto;
}

.popup-form .popup-window .form-control > div {
  padding: 8px 12px;
}

.popup-form .popup-window .form-control > div:hover {
  cursor: default;
  background-color: #e4f5e9bb;
}
