/*** FONTS ***/
/*** COLORS ***/
/* Information */
/*** BREAKPOINTS ***/
/* G R I D */
/* Grid vives */
/*** TIPOGRAFÍAS ***/
.vives-headline {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
}
.vives-headline-01 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
.vives-headline-02 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
.vives-title-02 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
.vives-title-03 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}
.vives-text {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
}
.vives-text:not([class*='bold']) {
  font-weight: 400;
}
.vives-text.vives-text--bold {
  font-weight: 700;
}
.vives-text--12 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
}
.vives-text--12:not([class*='bold']) {
  font-weight: 400;
}
.vives-text--12.vives-text--bold {
  font-weight: 700;
}
.vives-text--14 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}
.vives-text--14:not([class*='bold']) {
  font-weight: 400;
}
.vives-text--14.vives-text--bold {
  font-weight: 700;
}
.vives-text--16 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}
.vives-text--16:not([class*='bold']) {
  font-weight: 400;
}
.vives-text--16.vives-text--bold {
  font-weight: 700;
}
.vives-text--18 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
}
.vives-text--18:not([class*='bold']) {
  font-weight: 400;
}
.vives-text--18.vives-text--bold {
  font-weight: 700;
}
/*** ICONS ***/
/*** INPUT base ***/
.mixin__input__group {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  /* Input password */
}
.mixin__input__group input,
.mixin__input__group select {
  width: 100%;
  height: 56px;
  padding: 20px 16px 16px;
  color: #333f48;
  border: 1px solid #c3c1c2;
  border-radius: 4px;
  outline: 0;
}
.mixin__input__group input::placeholder,
.mixin__input__group select::placeholder {
  opacity: 0;
}
.mixin__input__group input:focus,
.mixin__input__group select:focus {
  border-color: #7a777a;
}
.mixin__input__group input:focus + label,
.mixin__input__group select:focus + label,
.mixin__input__group input:not(:placeholder-shown) + label,
.mixin__input__group select:not(:placeholder-shown) + label {
  top: 0px;
  font-size: 12px;
  color: #c3c1c2;
}
.mixin__input__group input ~ [class*='icon-rp-Password'] {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  width: 24px;
  max-width: 24px;
  min-height: 24px;
  height: 24px;
  max-height: 24px;
  font-size: 20px;
}
.mixin__input__group input ~ [class*='icon-rp-Password']::before {
  font-size: 20px;
}
.mixin__input__group input ~ [class*='icon-rp-Password'] img {
  width: 100%;
  height: 100%;
}
.mixin__input__group label {
  position: absolute;
  top: 16px;
  left: 16px;
  margin-bottom: 0;
  transition: all 0.2s ease-in;
}
.mixin__input__group .message {
  display: none;
  align-items: center;
  gap: 4px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
}
.mixin__input__group .message:not([class*='bold']) {
  font-weight: 400;
}
.mixin__input__group .message.vives-text--bold {
  font-weight: 700;
}
.mixin__input__group .message .icon-rp {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 12px;
  width: 12px;
  max-width: 12px;
  min-height: 12px;
  height: 12px;
  max-height: 12px;
  font-size: 12px;
}
.mixin__input__group .message .icon-rp::before {
  font-size: 12px;
}
.mixin__input__group .message .icon-rp img {
  width: 100%;
  height: 100%;
}
.mixin__input__group .message--show {
  display: flex;
}
.mixin__input__group .message--error,
.mixin__input__group .message--error .message-text,
.mixin__input__group .message--error .icon-rp::before {
  color: #d52b1e;
}
/* INPUT with icon: select, date…*/
.mixin__input__picker::after {
  position: absolute;
  top: 20px;
  right: 16px;
  font-family: 'icomoon';
  color: #333f48;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  width: 24px;
  max-width: 24px;
  min-height: 24px;
  height: 24px;
  max-height: 24px;
  font-size: 20px;
}
.mixin__input__picker::after::before {
  font-size: 20px;
}
.mixin__input__picker::after img {
  width: 100%;
  height: 100%;
}
/*** DATE ***/
.mixin__date__group {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  /* Input password */
}
.mixin__date__group input,
.mixin__date__group select {
  width: 100%;
  height: 56px;
  padding: 20px 16px 16px;
  color: #333f48;
  border: 1px solid #c3c1c2;
  border-radius: 4px;
  outline: 0;
}
.mixin__date__group input::placeholder,
.mixin__date__group select::placeholder {
  opacity: 0;
}
.mixin__date__group input:focus,
.mixin__date__group select:focus {
  border-color: #7a777a;
}
.mixin__date__group input:focus + label,
.mixin__date__group select:focus + label,
.mixin__date__group input:not(:placeholder-shown) + label,
.mixin__date__group select:not(:placeholder-shown) + label {
  top: 0px;
  font-size: 12px;
  color: #c3c1c2;
}
.mixin__date__group input ~ [class*='icon-rp-Password'] {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  width: 24px;
  max-width: 24px;
  min-height: 24px;
  height: 24px;
  max-height: 24px;
  font-size: 20px;
}
.mixin__date__group input ~ [class*='icon-rp-Password']::before {
  font-size: 20px;
}
.mixin__date__group input ~ [class*='icon-rp-Password'] img {
  width: 100%;
  height: 100%;
}
.mixin__date__group label {
  position: absolute;
  top: 16px;
  left: 16px;
  margin-bottom: 0;
  transition: all 0.2s ease-in;
}
.mixin__date__group .message {
  display: none;
  align-items: center;
  gap: 4px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
}
.mixin__date__group .message:not([class*='bold']) {
  font-weight: 400;
}
.mixin__date__group .message.vives-text--bold {
  font-weight: 700;
}
.mixin__date__group .message .icon-rp {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 12px;
  width: 12px;
  max-width: 12px;
  min-height: 12px;
  height: 12px;
  max-height: 12px;
  font-size: 12px;
}
.mixin__date__group .message .icon-rp::before {
  font-size: 12px;
}
.mixin__date__group .message .icon-rp img {
  width: 100%;
  height: 100%;
}
.mixin__date__group .message--show {
  display: flex;
}
.mixin__date__group .message--error,
.mixin__date__group .message--error .message-text,
.mixin__date__group .message--error .icon-rp::before {
  color: #d52b1e;
}
.mixin__date__group::after {
  position: absolute;
  top: 20px;
  right: 16px;
  font-family: 'icomoon';
  color: #333f48;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  width: 24px;
  max-width: 24px;
  min-height: 24px;
  height: 24px;
  max-height: 24px;
  font-size: 20px;
}
.mixin__date__group::after::before {
  font-size: 20px;
}
.mixin__date__group::after img {
  width: 100%;
  height: 100%;
}
.mixin__date__group::after {
  content: "\e917";
}
.mixin__date__group input::-webkit-calendar-picker-indicator {
  opacity: 0;
}
/*** SELECT ***/
.mixin__select__group {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  /* Input password */
}
.mixin__select__group input,
.mixin__select__group select {
  width: 100%;
  height: 56px;
  padding: 20px 16px 16px;
  color: #333f48;
  border: 1px solid #c3c1c2;
  border-radius: 4px;
  outline: 0;
}
.mixin__select__group input::placeholder,
.mixin__select__group select::placeholder {
  opacity: 0;
}
.mixin__select__group input:focus,
.mixin__select__group select:focus {
  border-color: #7a777a;
}
.mixin__select__group input:focus + label,
.mixin__select__group select:focus + label,
.mixin__select__group input:not(:placeholder-shown) + label,
.mixin__select__group select:not(:placeholder-shown) + label {
  top: 0px;
  font-size: 12px;
  color: #c3c1c2;
}
.mixin__select__group input ~ [class*='icon-rp-Password'] {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  width: 24px;
  max-width: 24px;
  min-height: 24px;
  height: 24px;
  max-height: 24px;
  font-size: 20px;
}
.mixin__select__group input ~ [class*='icon-rp-Password']::before {
  font-size: 20px;
}
.mixin__select__group input ~ [class*='icon-rp-Password'] img {
  width: 100%;
  height: 100%;
}
.mixin__select__group label {
  position: absolute;
  top: 16px;
  left: 16px;
  margin-bottom: 0;
  transition: all 0.2s ease-in;
}
.mixin__select__group .message {
  display: none;
  align-items: center;
  gap: 4px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
}
.mixin__select__group .message:not([class*='bold']) {
  font-weight: 400;
}
.mixin__select__group .message.vives-text--bold {
  font-weight: 700;
}
.mixin__select__group .message .icon-rp {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 12px;
  width: 12px;
  max-width: 12px;
  min-height: 12px;
  height: 12px;
  max-height: 12px;
  font-size: 12px;
}
.mixin__select__group .message .icon-rp::before {
  font-size: 12px;
}
.mixin__select__group .message .icon-rp img {
  width: 100%;
  height: 100%;
}
.mixin__select__group .message--show {
  display: flex;
}
.mixin__select__group .message--error,
.mixin__select__group .message--error .message-text,
.mixin__select__group .message--error .icon-rp::before {
  color: #d52b1e;
}
.mixin__select__group::after {
  position: absolute;
  top: 20px;
  right: 16px;
  font-family: 'icomoon';
  color: #333f48;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  width: 24px;
  max-width: 24px;
  min-height: 24px;
  height: 24px;
  max-height: 24px;
  font-size: 20px;
}
.mixin__select__group::after::before {
  font-size: 20px;
}
.mixin__select__group::after img {
  width: 100%;
  height: 100%;
}
.mixin__select__group::after {
  content: "\e923";
}
.mixin__select__group select {
  appearance: none;
}
/*** CHECKBOX ***/
.mixin-animate-basic {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* Display */
.btn-vives-display {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Appearance*/
.reset-appearance-button {
  padding: 0;
  border: 0;
  outline: 0;
  background: none;
}
.reset-appearance-button:focus {
  outline: 0;
}
.btn-vives {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  outline: 0;
  background: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  gap: 8px;
  width: 100%;
  padding-inline: 12px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  border: 2px solid transparent;
  border-radius: 26px;
  cursor: pointer;
  text-decoration: none;
  /* Visibility */
  /* Size */
  /* Level */
  /* Border radius */
  /* Common states */
}
.btn-vives:focus {
  outline: 0;
}
@media (min-width: 1024px) {
  .btn-vives {
    width: fit-content;
  }
}
.btn-vives .icon-rp {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  width: 24px;
  max-width: 24px;
  min-height: 24px;
  height: 24px;
  max-height: 24px;
  font-size: 20px;
}
.btn-vives .icon-rp::before {
  font-size: 20px;
}
.btn-vives .icon-rp img {
  width: 100%;
  height: 100%;
}
.btn-vives.btn-vives--hide {
  display: none;
}
.btn-vives:not(.btn-vives--small) {
  min-height: 58px;
  padding-block: 12px;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .btn-vives:not(.btn-vives--small) {
    padding-inline: 28px;
  }
}
.btn-vives.btn-vives--small {
  min-height: 40px;
  padding: 6px;
}
@media (min-width: 1024px) {
  .btn-vives.btn-vives--small {
    padding-inline: 12px;
  }
}
.btn-vives.btn-vives--primary {
  color: #ffffff;
  background-color: #d52b1e;
}
.btn-vives.btn-vives--primary .icon-rp::before {
  color: #ffffff;
}
.btn-vives.btn-vives--primary:hover,
.btn-vives.btn-vives--primary:focus {
  background-color: #bc131c;
}
.btn-vives.btn-vives--primary:focus {
  border-color: #a01a1c;
}
.btn-vives.btn-vives--secondary {
  color: #d52b1e;
  border-color: #d52b1e;
}
.btn-vives.btn-vives--secondary .icon-rp::before {
  color: #d52b1e;
}
.btn-vives.btn-vives--secondary:hover {
  color: #bc131c;
  border-color: #bc131c;
}
.btn-vives.btn-vives--secondary:hover .icon-rp::before {
  color: #bc131c;
}
.btn-vives.btn-vives--secondary:active,
.btn-vives.btn-vives--secondary:focus {
  color: #a01a1c;
  border-color: #a01a1c;
}
.btn-vives.btn-vives--secondary:active .icon-rp::before,
.btn-vives.btn-vives--secondary:focus .icon-rp::before {
  color: #a01a1c;
}
.btn-vives.btn-vives--white {
  color: #333f48;
  border-color: #333f48;
}
.btn-vives.btn-vives--white .icon-rp::before {
  color: #333f48;
}
.btn-vives.btn-vives--secondary,
.btn-vives.btn-vives--white {
  background-color: #ffffff;
}
.btn-vives.btn-vives--secondary:active,
.btn-vives.btn-vives--white:active {
  color: #a01a1c;
  border-color: #a01a1c;
}
.btn-vives.btn-vives--secondary:active .icon-rp::before,
.btn-vives.btn-vives--white:active .icon-rp::before {
  color: #a01a1c;
}
.btn-vives.btn-vives--br-8 {
  border-radius: 8px;
}
.btn-vives:disabled,
.btn-vives.btn--disabled,
.btn-vives:disabled:hover,
.btn-vives.btn--disabled:hover {
  color: #646468;
  background-color: #ebebeb;
}
.btn-vives:disabled .icon-rp::before,
.btn-vives.btn--disabled .icon-rp::before,
.btn-vives:disabled:hover .icon-rp::before,
.btn-vives.btn--disabled:hover .icon-rp::before {
  color: #646468;
}
.internships-component {
  font-size: clamp(1rem, 1.25rem, 1.5rem);
  all: initial;
  font-family: inherit;
}
.internships-component .internships {
  display: flex;
  flex-direction: column;
  color: #333f48;
  /* Header */
  /* Filters */
  /* Table */
  /* Warning */
  /* Dropdowns */
  /* Actions */
  /* Results */
  /* Cards */
  /* Pagination */
  /* Responsive */
}
.internships-component .internships__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 1rem;
}
.internships-component .internships__info {
  max-width: 70%;
}
.internships-component .internships__info p {
  margin: 0;
  line-height: 1.4;
}
.internships-component .internships__info a {
  color: #333f48;
  text-decoration: underline;
}
.internships-component .internships__view-modes {
  display: flex;
  border: 1px solid #333f48;
  border-radius: 4px;
  overflow: hidden;
}
.internships-component .internships-button {
  border: none;
  background-color: #f9f9f9;
  color: #333f48;
  padding: 0.4rem 0.75rem;
  cursor: pointer;
  padding: 16px;
}
.internships-component .internships-button--active {
  background-color: #a01a1c;
  color: #ffffff;
}
.internships-component .internships-button--inactive {
  background-color: #f9f9f9;
  color: #333f48;
}
.internships-component .internships__filters {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.internships-component .internships-search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.internships-component .internships-search__group {
  display: flex;
  flex: 1;
}
.internships-component .internships-search__input {
  flex: 1;
  height: 56px;
  padding: 20px 16px 16px;
  border: 1px solid #c3c1c2;
  border-right: none;
  border-radius: 4px 0 0 4px;
  font-size: 18px;
  color: #333f48;
  outline: 0;
}
.internships-component .internships-search__input:focus {
  border-color: #7a777a;
}
.internships-component .internships-search__input::placeholder {
  color: #c3c1c2;
}
.internships-component .internships-search__button {
  height: 56px;
  min-width: 56px;
  background-color: #d52b1e;
  border: 1px solid #d52b1e;
  border-left: none;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.internships-component .internships-search__button:hover {
  background-color: #bc131c;
  border-color: #bc131c;
}
.internships-component .internships-search__button:focus {
  outline: 2px solid #d52b1e;
  outline-offset: 2px;
}
.internships-component .internships-search__button::before {
  content: "\e910";
  font-family: 'icomoon';
  color: #ffffff;
}
.internships-component .internships__filters-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
  font-weight: 700;
  color: #d52b1e;
}
.internships-component .internships__filters-toggle::after {
  content: "\e923";
  font-family: 'icomoon';
  transition: transform 0.25s ease;
}
.internships-component .internships__filters-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.internships-component .internships__filters-panel {
  margin-top: 1rem;
  display: none;
}
.internships-component .internships__filters-panel--open {
  display: block;
}
.internships-component .internships__filters-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}
.internships-component .internships-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
.internships-component .internships-table th,
.internships-component .internships-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border: 1px solid #c3c1c2;
  font-size: 0.9rem;
  cursor: pointer;
}
.internships-component .internships-table thead tr {
  background-color: #333f48;
  color: #ffffff;
}
.internships-component .internships-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.internships-component .internships-table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.internships-component .internships-table tbody tr.internships-row:hover {
  background-color: #fbeae8;
}
.internships-component .internships-table .compatibility-circle {
  align-items: center;
  background-color: #B0E0E9;
  border-radius: 25px;
  color: #333f48;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 25px;
  justify-content: center;
  padding: 12px;
  width: 50px;
}
.internships-component .internships .table-notice {
  display: none;
  text-align: center;
  padding: 1rem;
  background-color: #f5f5f5;
  border: 1px solid #c3c1c2;
  border-radius: 8px;
  font-weight: 700;
  color: #d52b1e;
  margin-bottom: 1rem;
}
.internships-component .internships-dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.internships-component .internships-dropdown button {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  border: 1px solid #c3c1c2;
  border-radius: 4px;
  background-color: #ffffff;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.internships-component .internships-dropdown button:focus {
  border-color: #7a777a;
  outline: none;
}
.internships-component .internships-dropdown button::after {
  content: "\e923";
  font-family: 'icomoon';
  font-size: 1rem;
  color: #333f48;
}
.internships-component .internships-dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  background-color: #ffffff;
  border: 1px solid #c3c1c2;
  padding: 16px;
  list-style: none;
  gap: 5px;
}
.internships-component .internships-dropdown ul.show {
  display: flex;
  flex-direction: column;
}
.internships-component .internships-dropdown ul .internships-dropdown__item .internships-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  /* Input invisible */
}
.internships-component .internships-dropdown ul .internships-dropdown__item .internships-checkbox .internships-checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 1;
}
.internships-component .internships-dropdown ul .internships-dropdown__item .internships-checkbox .internships-checkbox__label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  padding-left: 40px;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.internships-component .internships-dropdown ul .internships-dropdown__item .internships-checkbox .internships-checkbox__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #c3c1c2;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  user-select: all;
  cursor: pointer;
}
.internships-component .internships-dropdown ul .internships-dropdown__item .internships-checkbox .internships-checkbox__label::after {
  align-items: center;
  background-color: #d52b1e;
  border-color: #d52b1e;
  border-radius: 4px;
  color: #ffffff;
  content: "\e91b";
  display: flex;
  font-family: 'icomoon';
  font-size: 20px;
  height: 24px;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 24px;
}
.internships-component .internships-dropdown ul .internships-dropdown__item .internships-checkbox .internships-checkbox__input:checked + .internships-checkbox__label::after {
  opacity: 1;
  background-color: #d52b1e;
}
.internships-component .internships__actions {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.internships-component .internships__actions-left,
.internships-component .internships__actions-right {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.internships-component .internships__results {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.internships-component .internships__loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 0;
}
.internships-component .internships__loader--hidden {
  display: none;
}
.internships-component .internships__loader-ring {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(213, 43, 30, 0.25);
  border-top-color: #d52b1e;
  border-radius: 50%;
  animation: internships-spin 0.9s linear infinite;
}
@keyframes internships-spin {
  to {
    transform: rotate(360deg);
  }
}
.internships-component .internships__cards {
  display: grid;
  gap: 20px;
}
.internships-component .internships-card {
  background-color: #ffffff;
  border: 1px solid #c3c1c2;
  border-radius: 16px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.internships-component .internships-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.internships-component .internships-card__body {
  padding: 1.5rem;
}
.internships-component .internships-card-link {
  display: block;
  height: 100%;
  text-decoration: none;
}
.internships-component .internships-card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.internships-component .internships-card-content p {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}
.internships-component .internships-card-content > div:not(.internships-card__compatibility) {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 0.95rem;
}
.internships-component .internships-card-content p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}
.internships-component .internships-card__compatibility-label {
  color: #008198;
  font-size: 18px;
}
.internships-component .internships-card__compatibility-value {
  color: #008198;
  font-size: 18px;
  font-weight: 700;
}
.internships-component .internships-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.internships-component .internships-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.internships-component .internships-card__meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.internships-component .internships-card__meta-label {
  font-weight: 700;
}
.internships-component .internships-card__company {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.internships-component .internships-card__company-logo {
  display: flex;
  align-items: center;
}
.internships-component .internships-card__button {
  background-color: #d52b1e;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.internships-component .internships-card__description {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #333f48;
}
.internships-component .internships-card__cta {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}
.internships-component .internships__pagination {
  display: flex;
  justify-content: center;
}
.internships-component .internships__pagination .pagination {
  list-style: none;
}
.internships-component .internships__pagination .page-link {
  color: #d52b1e;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 4px;
}
.internships-component .internships__pagination .page-item.active .page-link {
  background-color: #d52b1e;
  border-color: #d52b1e;
  color: #ffffff;
}
.internships-component .internships__pagination .page-item.disabled .page-link {
  opacity: 0.4;
  pointer-events: none;
}
.internships-component .internships__pagination .page-link:hover {
  background-color: rgba(213, 43, 30, 0.15);
  border-color: transparent;
  color: #d52b1e;
}
@media (max-width: 768px) {
  .internships-component .internships__header {
    flex-direction: column;
  }
  .internships-component .internships__info {
    max-width: 100%;
  }
  .internships-component .internships__view-modes {
    align-items: center;
  }
  .internships-component .internships-search {
    flex-direction: column;
  }
  .internships-component .internships-search__group {
    width: 100%;
  }
  .internships-component .internships__meta {
    flex-direction: column;
    gap: 0.5rem;
  }
  .internships-component .internships__cta {
    justify-content: flex-start;
  }
  .internships-component .internships__actions {
    gap: 20px;
  }
}
@media (max-width: 375px) {
  .internships-component .internships-card__title {
    font-size: 0.9rem;
  }
}
/* Modals */
.filters-modal {
  display: none;
  inset: 0;
  position: fixed;
  z-index: 1000;
}
.filters-modal--open {
  display: block;
}
.filters-modal[aria-hidden="false"] {
  display: block;
}
.filters-modal__overlay {
  background: rgba(0, 0, 0, 0.5);
  inset: 0;
  position: absolute;
}
.filters-modal__dialog {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  margin: 5vh auto;
  max-width: 90%;
  position: relative;
  width: 1200px;
}
.filters-modal__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}
.filters-modal__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}
.filters-modal__close {
  background: none;
  border: 0;
  color: #333f48;
  cursor: pointer;
  line-height: 1;
  padding: 0.25rem;
}
.filters-modal__close::before {
  content: "\e91d";
  display: block;
  font-family: 'icomoon';
  font-size: 1.25rem;
}
.filters-modal__close:hover {
  color: #d52b1e;
}
.filters-modal__close:focus {
  outline: none;
}
.filters-modal__body {
  flex: 1;
  overflow: hidden;
  padding: 1.5rem;
}
.filters-modal__description {
  margin-bottom: 1rem;
}
.filters-modal__footer {
  display: flex;
  justify-content: flex-end;
  padding: 1rem 1.5rem;
}
.filters-modal__table-wrapper {
  overflow-x: auto;
}
.filters-modal__table {
  border-collapse: collapse;
  min-width: 1024px;
  table-layout: fixed;
  width: 100%;
}
.filters-modal__table th,
.filters-modal__table td {
  border: 1px solid #c3c1c2;
  font-size: 0.9rem;
  overflow-wrap: anywhere;
  padding: 0.75rem 1rem;
  text-align: left;
  vertical-align: top;
  white-space: normal;
}
.filters-modal__table thead tr {
  background-color: #333f48;
  color: #ffffff;
}
.filters-modal__table tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.filters-modal__table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.filters-modal__table tbody tr:hover {
  background-color: #fbeae8;
  cursor: pointer;
}
.filters-modal__table__actions {
  text-align: center;
  width: 40px;
}
.filters-modal__delete {
  background: none;
  border: none;
  color: #d52b1e;
  cursor: pointer;
  font-family: 'icomoon';
  font-size: 1.5rem;
}
.filters-modal__delete:before {
  content: "\e916";
}
.filters-modal__delete:hover {
  color: #333f48;
}
