body {
  margin: 0;
  font-family: "Quicksand", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #3C4858;
  text-align: left;
  background-color: #eee;
}

a {
  text-decoration: none !important;
}

select, textarea {
  width: 100%;
  font-size: 1rem !important;
  padding: 0.375rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.header {
  padding: 15px 0;
}

.container {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 25px;
  background-color: #e3e3e3;
  border-radius: 12px;
}

.bold {
  font-weight: 500 !important;
}

.hidden {
  display: none;
}

.float-right {
  float: right;
}

.swal2-html-container {
  overflow: hidden !important;
}

.app-logo {
  height: 25px;
}

.col-filter {
  max-width: 160px;
  display: block;
  border: 1px solid #ced4da;
}

h1 {
  font-size: 20px;
}

input[type="password"] {
  padding: 10px 15px;
  border: 1px solid #a0a0a0;
  border-radius: 8px;
}

button.btn-ext {
  background-color: #fff;
  padding: 5px;
  border: 1px solid #a0a0a0;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  top: 8px;
}

button.btn-ext i.material-icons {
  font-size: 25px;
}

i.material-icons.inline {
  font-size: 16px;
  position: relative;
  top: 2px;
}

.field-error {
  border: 2px solid #9e1a1a !important;
}

.error {
  color: #dc3545 !important;
  font-size: 14px !important;
  position: relative;
  top: -3px;
}

/* Pills */
.pill {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 80%;
  font-weight: bold;
  display: inherit;
}

.pill-success {
  background-color: rgba(76, 175, 80, 0.2);
}

.pill-info {
  background-color: rgba(71, 128, 158, 0.2);
}

.pill-warning {
  background-color: rgba(255, 152, 0, 0.2);
}

.pill-danger {
  background-color: rgba(244, 67, 54, 0.2);
}

.pill-gray {
  background-color: rgba(150, 150, 150, 0.2);
}

/* DataTables overrides */
table.dataTable td {
  vertical-align: middle;
  text-align: left;
}

input.form-control {
  box-shadow: none !important;
}

.form-control-lg {
  padding: 0 !important;
}

.form-group {
  text-align: left;
  margin-bottom: 10px;
}

.form-group label {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding-bottom: 2px;
}

.form-group label.error.hidden {
  display: none !important;
}

.form-group.has-danger input {
  border: 1px solid #dc3545 !important
}

.clickable {
  cursor: pointer;
  text-decoration: none;
}

.col-action-buttons {
  min-width: 100px;
}

input[type="search"] {
  font-size: 16px;
}

/* Sweetalert2 overrides */
.swal2-popup {
  width: 1080px !important;
}

.swal2-popup.swal2-toast {
  box-shadow: none !important;
  padding: 10px !important;
  border: 1px solid #bbb;
}

/* Select2 overrides */
.select2-container--default .select2-selection--multiple {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #fff;
  background-color: #ddd;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: 500;
  padding-top: 3px;
  padding-bottom: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 1px solid #ccc;
  color: #000;
  padding: 4px;
  top: -2px;
}

[id^="select2-campaigns-container-choice"][id$="s"] {
  color: #198754;
}

[id^="select2-campaigns-container-choice"][id$="e"] {
  color: #dc3545;
}
