/******************* BOOTSTRAP OVERWRITES  ******************/
div.modal-content {
  border-radius: 2px; }

.modal-footer,
.modal-header {
  border: none; }

.modal-header {
  padding: 16px 16px 0px 24px;
  height: 60px;
  background-color: #edf1f2;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.modal-body {
  padding: 24px; }

.modal-footer {
  padding: 0px 24px 24px 24px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

/******************* MOBILE RESOLUTION  ******************/
@media screen and (max-width: 375px) {
  .modal-footer > :not(:last-child),
  .modal-footer > :not(:first-child) {
    margin: 0px; }
  .modal-footer .btn {
    width: 100%;
    margin-top: 24px; } }
