/*
! tailwindcss v3.3.0 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
#app *,
#app ::before,
#app ::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
#app ::before,
#app ::after {
  --tw-content: '';
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
#app hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
#app abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
#app h1,
#app h2,
#app h3,
#app h4,
#app h5,
#app h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
#app a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
#app b,
#app strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
#app code,
#app kbd,
#app samp,
#app pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/
#app small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
#app sub,
#app sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#app sub {
  bottom: -0.25em;
}

#app sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
#app table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
#app button,
#app input,
#app optgroup,
#app select,
#app textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
#app button,
#app select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
#app button,
#app [type=button],
#app [type=reset],
#app [type=submit] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
#app progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
#app [type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
#app summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
#app blockquote,
#app dl,
#app dd,
#app h1,
#app h2,
#app h3,
#app h4,
#app h5,
#app h6,
#app hr,
#app figure,
#app p,
#app pre {
  margin: 0;
}

#app fieldset {
  margin: 0;
  padding: 0;
}

#app legend {
  padding: 0;
}

#app ol,
#app ul,
#app menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
#app textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
#app input::-moz-placeholder, #app textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

#app input::placeholder,
#app textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/
#app button,
#app [role=button] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
#app :disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
#app img,
#app svg,
#app video,
#app canvas,
#app audio,
#app iframe,
#app embed,
#app object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
#app img,
#app video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
#app [hidden] {
  display: none;
}

#app [type=text],
#app [type=email],
#app [type=url],
#app [type=password],
#app [type=number],
#app [type=date],
#app [type=datetime-local],
#app [type=month],
#app [type=search],
#app [type=tel],
#app [type=time],
#app [type=week],
#app [multiple],
#app textarea, #app select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

#app [type=text]:focus,
#app [type=email]:focus,
#app [type=url]:focus,
#app [type=password]:focus,
#app [type=number]:focus,
#app [type=date]:focus,
#app [type=datetime-local]:focus,
#app [type=month]:focus,
#app [type=search]:focus,
#app [type=tel]:focus,
#app [type=time]:focus,
#app [type=week]:focus,
#app [multiple]:focus,
#app textarea:focus,
#app select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

#app input::-moz-placeholder,
#app textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

#app input::placeholder, #app textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

#app select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

#app [multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  print-color-adjust: unset;
}

#app [type=checkbox],
#app [type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

#app [type=checkbox] {
  border-radius: 0px;
}

#app [type=radio] {
  border-radius: 100%;
}

#app [type=checkbox]:focus,
#app [type=radio]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

#app [type=checkbox]:checked,
#app [type=radio]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

#app [type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

#app [type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

#app [type=checkbox]:checked:hover, [type=checkbox]:checked:focus, [type=radio]:checked:hover, [type=radio]:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

#app [type=checkbox]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

#app [type=checkbox]:indeterminate:hover,
#app [type=checkbox]:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

#app [type=file] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

#app [type=file]:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

#app .capitalize {
  text-transform: capitalize;
}

#app .filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

#app {
  font-size: 14px;
}

#app .wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  background-color: transparent;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #app .wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#app .wrapper .filters {
  grid-column: span 4/span 4;
  max-width: 345px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238, 238, 238, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity));
  padding: 15px;
}

@media (min-width: 768px) {
  #app .wrapper .filters {
    grid-column: span 1/span 1;
  }
}
#app .wrapper .filters .filter-heading {
  display: flex;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238, 238, 238, var(--tw-border-opacity));
  padding-bottom: 20px;
}

#app .wrapper .filters .filter-heading label {
  padding-left: 25px;
  font-size: 20px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(36, 15, 110, var(--tw-text-opacity));
}

#app .wrapper .filters .filter-item {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238, 238, 238, var(--tw-border-opacity));
}

#app .wrapper .filters .filter-item .fitler-item-heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
}

#app .wrapper .filters .filter-item .fitler-item-heading:hover {
  background-color: rgba(0, 0, 0, 0.0392156863);
}

#app .wrapper .filters .filter-item .fitler-item-heading label {
  display: block;
  width: 100%;
}

#app .wrapper .filters .filter-item .fitler-item-heading svg {
  position: absolute;
  right: 0px;
  width: 14px;
  fill: #7c6fa8;
}

@media (min-width: 768px) {
  #app .wrapper .filters .filter-item .fitler-item-heading svg.up {
    display: none;
  }
}
#app .wrapper .filters .filter-item .fitler-item-heading svg.down {
  display: none;
}

@media (min-width: 768px) {
  #app .wrapper .filters .filter-item .fitler-item-heading svg.down {
    display: block;
  }
}
#app .wrapper .filters .filter-item .filter-item-opts {
  margin-right: 10px;
  display: none;
  max-height: 245px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 12px;
}

@media (min-width: 768px) {
  #app .wrapper .filters .filter-item .filter-item-opts {
    display: block;
  }
}
#app .wrapper .filters .filter-item .filter-item-opts {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

#app .wrapper .filters .filter-item .filter-item-opts label {
  display: block;
  display: flex;
  align-items: center;
  padding: 5px;
  --tw-text-opacity: 1;
  color: rgb(96, 96, 96, var(--tw-text-opacity));
}

#app .wrapper .filters .filter-item .filter-item-opts label input {
  box-shadow: none;
  position: relative;
  margin-right: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107, 114, 128, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(36, 15, 110, var(--tw-text-opacity));
  opacity: 1;
}

#app .wrapper .filters .filter-item .filter-item-opts::-webkit-scrollbar {
  margin-right: 20px;
  display: none;
  width: 3px;
}

#app .wrapper .filters .filter-item .filter-item-opts:hover::-webkit-scrollbar {
  display: block;
}

#app .wrapper .filters .filter-item .filter-item-opts::-webkit-scrollbar-track {
  /* background: #888; */
}

#app .wrapper .filters .filter-item .filter-item-opts::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(124, 111, 168, var(--tw-bg-opacity));
}

#app .wrapper .filters .filter-item .filter-item-opts::-webkit-scrollbar-thumb:hover {
  /* background: #555; */
}

#app .wrapper .results {
  grid-column: span 4/span 4;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-top: 10px;
}

@media (min-width: 768px) {
  #app .wrapper .results {
    grid-column: span 3/span 3;
  }
}
#app .wrapper .results .total {
  font-weight: 600;
}

#app .wrapper .results .records .programme-cards {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}

@media (min-width: 768px) {
  #app .wrapper .results .records .programme-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#app .wrapper .results .records .programme-cards .card {
  grid-column: span 1/span 1;
  display: flex;
  min-height: 303px;
  flex-direction: column;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

#app .wrapper .results .records .programme-cards .card .featured {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  font-size: 20px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255, var(--tw-text-opacity));
}

#app .wrapper .results .records .programme-cards .card .featured.active {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #09a4d9 var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgb(9 164 217 / 0) var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #240F6E var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}

#app .wrapper .results .records .programme-cards .card .course-content {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

#app .wrapper .results .records .programme-cards .card .course-content p, #app .wrapper .results .records .programme-cards .card .course-content li {
  --tw-text-opacity: 1;
  color: rgb(96, 96, 96, var(--tw-text-opacity));
}

#app .wrapper .results .records .programme-cards .card .course-content li {
  margin-left: 20px;
  margin-top: 10px;
  list-style-type: disc;
}

#app .wrapper .results .records .programme-cards .card .course-content li::marker {
  --tw-text-opacity: 1;
  color: rgb(124, 111, 168, var(--tw-text-opacity));
}

#app .wrapper .results .records .programme-cards .card .programme-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

#app .wrapper .results .records .programme-cards .card .programme-desc .core-modules {
  padding-top: 10px;
}

#app .wrapper .results .records .programme-cards .card .programme-desc .core-modules p {
  padding-top: 10px;
}

#app .wrapper .results .records .programme-cards .card .programme-desc .programme-desc-international {
  max-height: 150px;
  overflow: hidden;
}

#app .wrapper .results .records .programme-cards .card .programme-desc .icons {
  display: none;
  padding-top: 10px;
}

#app .wrapper .results .records .programme-cards .card .programme-desc .icons i {
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(36, 15, 110, var(--tw-text-opacity));
}

#app .wrapper .results .records .programme-cards .card .programme-desc .icons i svg {
  display: inline-block;
  width: 14px;
}

#app .wrapper .results .records .programme-cards .card .ulogo img {
  height: 40px;
}

#app .wrapper .results .records .programme-cards .card .cta {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

#app .wrapper .results .records .programme-cards .card .cta a {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(9, 164, 217, var(--tw-bg-opacity));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255, var(--tw-text-opacity));
}

#app .wrapper .results .records .programme-cards .card .cta a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36, 15, 110, var(--tw-bg-opacity));
}

#app .wrapper .results .records .pagination {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding-top: 50px;
  padding-bottom: 80px;
}

#app .wrapper .results .records .pagination .pagination-item {
  display: inline-block;
  height: 32px;
  width: 32px;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(180, 200, 230, var(--tw-bg-opacity));
  text-align: center;
  font-size: 13px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(36, 15, 110, var(--tw-text-opacity));
}

#app .wrapper .results .records .pagination .pagination-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36, 15, 110, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255, var(--tw-text-opacity));
}

#app .wrapper .results .records .pagination .pagination-item.active {
  --tw-bg-opacity: 1;
  background-color: rgb(36, 15, 110, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255, var(--tw-text-opacity));
}

#app .wrapper .results .records .pagination .pagination-item.prev-arrow, #app .wrapper .results .records .pagination .pagination-item.next-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

#app .wrapper .results .records .pagination .pagination-item.prev-arrow svg, #app .wrapper .results .records .pagination .pagination-item.next-arrow svg {
  height: 14px;
  fill: #240f6e;
}

#app .wrapper .results .records .pagination .pagination-item.prev-arrow:hover svg, #app .wrapper .results .records .pagination .pagination-item.next-arrow:hover svg {
  fill: white;
}

#app .wrapper .results .records .pagination .pagination-item.unclickable {
  pointer-events: none;
  cursor: default;
  background-color: transparent;
}

.paragraph-programme-finder .paragraph-programme-finder__field-academic-levels,
.paragraph-programme-finder .paragraph-programme-finder__field-disciplines,
.paragraph-programme-finder .paragraph-programme-finder__field-learning-modes,
.paragraph-programme-finder .paragraph-programme-finder__field-schools,
.paragraph-programme-finder .paragraph-programme-finder__field-specialisations {
  display: none;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Website Popup CSS */
.ui-widget-overlay.ui-front {
  position: relative;
}

.websitepopupMain {
  position: static !important;
}

.btntype2 {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.3;
  display: inline-flex;
  align-content: center;
  gap: 10px;
  border-radius: 5px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  color: #fff !important;
  background-color: #00A4D9;
  outline: none !important;
}

.btntype2:hover {
  background-color: #007DB3;
  color: #fff !important;
  outline: none !important;
}

.websitepopupOverlay {
  position: fixed;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 100dvh;
  width: 100dvw;
}

.websitepopup {
  width: 790px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.websitepopup .websitepopupInner {
  width: 100%;
  background-color: #ffffff;
  border-radius: 25px;
  padding: 60px;
}

.websitepopup .websitepopupInner .websitepopupInfo {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
}

.websitepopup .websitepopupInner .websitepopupBtn {
  text-align: center;
}

.websitepopup .websitepopupInner .websitepopupBtn a {
  margin: 10px 10px 0;
}

.websitepopup .closePopup {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .websitepopup {
    width: 80%;
  }
  .websitepopup .websitepopupInner {
    padding: 40px 30px 30px;
  }
}

/*# sourceMappingURL=style.css.map */
