.sumo-modal {
  font-size: 13px;
}

.sumo-modal .modal-dialog {
  margin: 5rem 0;
}

.sumo-modal .modal-content {
  border-radius: 0;
}

.sumo-modal .modal-header {
  border-bottom-color: #d3d3d3;
  border-top: none;
  margin: 0 2rem;
  padding: 1.5rem 0 1rem;
}

.sumo-modal .modal-title {
  font-size: 1.5rem;
}

.sumo-modal .close {
  opacity: 1;
  right: 1rem;
  top: 1.3rem;
}

.sumo-modal .close span {
  background-color: #272727;
  width: 2px;
}

.sumo-modal .close span:before {
  background-color: #272727;
  height: 2px;
  left: -10px;
  top: 10px;
  width: 23px;
}

.sumo-modal .modal-body {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.sumo-modal label {
  font-size: 13px !important;
}

.sumo-modal [type="checkbox"] + label,
[type="radio"] + label {
  padding-left: 20px;
}

.sumo-modal [type="checkbox"] + label:before {
  height: 14px;
  top: 2px;
  width: 11px;
}

.sumo-modal .form-control {
  border-radius: 0.2rem;
}

.sumo-modal .form-control:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}

.sumo-modal .discussion-rating {
  height: 35px;
}

.sumo-modal textarea.form-control {
  resize: none;
}

.sumo-modal .modal-body-footer {
  border-top: 1px solid #d3d3d3;
  padding: 1.5rem 0 1rem;
  margin-top: 3.125rem;
}

.sumo-modal .modal-body-footer .btn {
  box-shadow: none;
  font-size: 0.8rem;
  font-weight: 600;
}

.sumo-modal .modal-body-footer .btn:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.form-control::placeholder {
  font-size: 0.9rem;
  opacity: 0.8;
}
