@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../font/roboto/Roboto-Bold.ttf");
}

body {
  font-family: Roboto !important;
  background: #f8f8f8;
}

h2 {
  color: #313132;
}

.select2.select2-container.select2-container--default {
  height: 56px;
}

.select2.select2-container.select2-container--default .select2-selection {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select2.select2-container.select2-container--default .select2-selection .select2-selection__arrow {
  margin: 15px;
  margin-right: 8px;
  border-radius: 10px !important;
}

.party-listed {
  padding: 1em;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 7px;
  margin-top: 8px;
}

.row.zeroed {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.btn {
  padding: 0.6em;
  min-width: 10em;
  border-radius: 15px;
}

button.btn.btn-secondary {
  background: #f8f8f8;
  color: #232323;
  border: 1px solid #ddd;
}

button.btn.btn-primary {
  background: #c90404 !important;
  border: none;
}

input.text-input {
  width: 100% !important;
  height: 56px;
  border-radius: 4px;
  border: 1px solid #808080;
  padding-left: 7px !important;
}

.modal-dialog.modal-dialog-centered .modal-content {
  border-radius: 8px;
}

.modal-dialog.modal-dialog-centered .modal-content .modal-header {
  border-bottom: none;
}

.modal-dialog.modal-dialog-centered .modal-content .modal-footer {
  border-top: none;
}
/*# sourceMappingURL=main.css.map */