.js-pager__items {
  display: flex;
  justify-content: center;
  align-items: center;
}

.js-pager__items > li {
  padding: 0.5em;
}

.js-pager__items > li > * {
  font-size: 24px;
}

.courses-listing {
  justify-content: center;
}

.courses-listing .card {
  margin: 1em;
}

.views-exposed-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.views-exposed-form input {
  margin-top: 0;
}

.js-form-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.js-form-type-select {
  margin-right: 1.5em;
  margin-left: 1.5em;
}

.js-form-item select {
  width: 100%;
  border: 2px solid #3157a3;
  padding: 5px 30px 5px 15px;
  border-radius: 5px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.form-text {
  width: 100%;
  border: 2px solid #3157a3;
  padding: 5px 30px 5px 15px;
  border-radius: 5px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

#edit-submit-courses-view {
  height: 48px;
  width: 80px;
  color: #fff;
  background-color: #007bff;
  text-transform: uppercase;
  border-radius: 8px;
  border-color: #007bff;
  border: 0px;
}

.body-content {
  height: 180px;
  overflow: auto;
}

.body-content::-webkit-scrollbar {
  display: none;
}

.categories-container {
  height: 80px;
  overflow: auto;
}

.card-created {
  height: 58px;
  margin-bottom: 1rem;
}

.btn-card-course {
  margin-top: 1rem;
}

.courses-label {
  height: 48px;
}
