.custom-style {
  color: #212B36;
  text-align: left;
}

.trix-content {
  line-height: 24px;
}
.custom-style ul {
  list-style-position: outside;
}
.custom-style li {
  margin-left: 2em;
  margin-bottom: 0.5em;
}
.content-wrapper.collapsed {
  max-height: 250px;
  overflow: hidden;
}

/* Active state */
.registration-active {
  color: #ed5e5e;
}

.registration-active:hover,
.registration-active:focus {
  color: #d64646;
}

/* Inactive state */
.registration-inactive,
.registration-inactive:hover,
.registration-inactive:focus {
  color: gray;
  pointer-events: none;
}

/* Inactive state button */
.button-inactive,
.button-inactive:hover,
.button-inactive:focus {
  background-color: gray !important;
  color: white;
  pointer-events: none;
  cursor: not-allowed;
}

/* For the modal not to flash while refresh */
[x-cloak] {
  display: none !important;
}

.status-indicator {
  border-radius: 50%;
  border: 0;
  display: inline-block;
  height: 6px;
  margin-left: 0;
  margin-right: 4px;
  vertical-align: middle;
  width: 6px;
}

.status-indicator.pending {
  background-color: #C58202;
}
.text-pending {
  color: #C58202;
}

.status-indicator.accepted {
  background-color: #18A16F;
}
.text-accepted {
  color: #18A16F;
}

.status-indicator.rejected {
  background-color: #B62424;
}
.text-rejected {
  color: #B62424;
}

.status-indicator.requested-interview {
  background-color: #145491;
}

.text-requested-interview {
  color: #145491;
}

.status-pill {
  font-size: 10px;
  font-weight: 500;
  border-radius: 1rem;
  padding: 0.5rem;
  display: inline-block;
}

.status-pill.accepted {
  color: #1E8721;
  background-color: #DBFEDE;
}

.status-pill.rejected {
  color: #7D1F1F;
  background-color: #FFDBDB;
}

.status-pill.requested-interview {
  color: #145491;
  background-color: #DBEEFF;
}

.status-pill.pending {
  color: #C58202;
  background-color: #FFF1DC;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Small screens */
@media (max-width: 1250px) {
  .big-screen {
    display: none;
  }

  .small-screen {
    display: table;
  }
}

/* Large screens */
@media (min-width: 1251px) {
  .big-screen {
    display: table;
  }

  .small-screen {
    display: none;
  }
}
.portal-style ul {
  list-style-position: outside;
}

.portal-style li {
  font-size: 14px !important;
}

@media (min-width: 768px) {
  .portal-style li {
    font-size: 16px !important;
  }
}
