/* Dawah Premium Pages V48 */

/* Member login */

.m48-login {
  display: grid;
  grid-template-columns:
    minmax(370px, 0.94fr)
    minmax(430px, 1.06fr);
  width: min(1140px, calc(100% - 32px));
  min-height: 650px;
  overflow: hidden;
  margin: 30px auto 75px;
  border: 1px solid rgba(7, 67, 53, 0.1);
  border-radius: 29px;
  background: #ffffff;
  box-shadow: 0 35px 85px rgba(3, 57, 44, 0.14);
}

.m48-login-story {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 32px;
  background:
    radial-gradient(
      circle at 105% -5%,
      rgba(222, 246, 154, 0.3),
      transparent 35%
    ),
    radial-gradient(
      circle at -15% 110%,
      rgba(39, 153, 111, 0.38),
      transparent 43%
    ),
    linear-gradient(
      145deg,
      #033b30,
      #075d48
    );
  color: #ffffff;
}

.m48-login-story::before {
  position: absolute;
  z-index: -1;
  top: 120px;
  right: -160px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
}

.m48-login-story::after {
  position: absolute;
  z-index: -1;
  top: 173px;
  right: -90px;
  width: 250px;
  height: 250px;
  border: 1px dashed rgba(222, 246, 154, 0.15);
  border-radius: 50%;
  content: "";
}

.m48-back {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 0.67rem;
  font-weight: 750;
  text-decoration: none;
}

.m48-back:hover {
  color: #def69a !important;
}

.m48-story-copy {
  position: relative;
  z-index: 2;
  padding: 42px 0 30px;
}

.m48-brand-mark {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 18px;
  background: #edf5e7;
  color: #07513f;
  font-family: Georgia, serif;
  font-size: 1.55rem;
  box-shadow: 0 16px 35px rgba(0, 31, 23, 0.2);
}

.m48-kicker,
.rq48-kicker,
.ct48-kicker {
  margin: 0;
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.m48-story-copy .m48-kicker {
  color: #def69a;
}

body.public-application
.m48-story-copy h1 {
  max-width: 490px;
  margin: 12px 0 16px;
  color: #ffffff;
  font-size: clamp(2.75rem, 5vw, 4.7rem);
  font-weight: 590;
  line-height: 0.96;
  letter-spacing: -0.065em;
}

body.public-application
.m48-story-copy > p:last-child {
  max-width: 450px;
  margin: 0;
  color: rgba(229, 242, 235, 0.76);
  font-size: 0.78rem;
  line-height: 1.7;
}

.m48-trust-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.m48-trust-grid > div {
  display: grid;
  grid-template-columns: 39px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.065);
}

.m48-trust-grid > div > span {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.09);
  color: #def69a;
}

.m48-trust-grid .ui-icon {
  width: 17px;
  height: 17px;
}

.m48-trust-grid div div {
  display: grid;
  gap: 3px;
}

.m48-trust-grid strong {
  color: #ffffff;
  font-size: 0.62rem;
}

.m48-trust-grid small {
  color: rgba(224, 238, 230, 0.63);
  font-size: 0.52rem;
  line-height: 1.4;
}

.m48-story-footer {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.m48-story-footer > span {
  width: 8px;
  height: 8px;
  margin-top: 4px;
  border-radius: 50%;
  background: #def69a;
  box-shadow: 0 0 0 5px rgba(222, 246, 154, 0.1);
}

body.public-application
.m48-story-footer p {
  margin: 0;
  color: rgba(225, 239, 231, 0.68);
  font-size: 0.57rem;
  line-height: 1.55;
}

.m48-login-panel {
  display: grid;
  align-items: center;
  padding: clamp(32px, 5vw, 68px);
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(222, 246, 154, 0.2),
      transparent 28%
    ),
    linear-gradient(145deg, #ffffff, #f7faf6);
}

.m48-login-card {
  width: min(465px, 100%);
  margin: auto;
}

.m48-login-card > header {
  margin-bottom: 26px;
}

.m48-form-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 19px;
  border: 1px solid #d4e2d6;
  border-radius: 14px;
  background: #edf5e7;
  color: #07513f;
}

.m48-form-icon .ui-icon {
  width: 21px;
  height: 21px;
}

.m48-login-card header .m48-kicker {
  color: #6c8278;
}

body.public-application
.m48-login-card h2 {
  margin: 8px 0;
  color: #073d32;
  font-size: clamp(2.25rem, 4vw, 3.3rem);
  font-weight: 620;
  line-height: 1;
  letter-spacing: -0.06em;
}

body.public-application
.m48-login-card header > p:last-child {
  margin: 0;
  color: #6c7d75;
  font-size: 0.73rem;
}

.m48-error {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  margin-bottom: 18px;
  padding: 13px;
  border: 1px solid #efc6bf;
  border-radius: 13px;
  background: #fff3f0;
  color: #852f23;
}

.m48-error > span {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 10px;
  background: #f7d8d1;
  font-weight: 850;
}

.m48-error div {
  display: grid;
  gap: 3px;
}

.m48-error strong {
  font-size: 0.65rem;
}

body.public-application
.m48-error p {
  margin: 0;
  color: #905448;
  font-size: 0.59rem;
  line-height: 1.45;
}

.m48-login-form {
  display: grid;
  gap: 17px;
}

.m48-login-form > label {
  display: grid;
  gap: 8px;
}

.m48-login-form > label > span {
  color: #173f35;
  font-size: 0.67rem;
  font-weight: 760;
}

.m48-input {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  min-height: 54px;
  overflow: hidden;
  border: 1px solid #cadbd0;
  border-radius: 14px;
  background: #ffffff;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.m48-input:focus-within {
  border-color: #12815f;
  box-shadow: 0 0 0 4px rgba(18, 129, 95, 0.1);
}

.m48-input > span {
  display: grid;
  place-items: center;
  border-right: 1px solid #e0e8e2;
  background: #f6f9f5;
  color: #6f8178;
  font-size: 0.75rem;
  font-weight: 800;
}

body.public-application
.m48-input input {
  width: 100%;
  min-width: 0;
  height: 52px;
  padding: 0 14px;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: #143d32;
  font: inherit;
  font-size: 0.74rem;
  box-shadow: none !important;
}

.m48-login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
}

.m48-login-options > label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #64766d;
  font-size: 0.61rem;
}

.m48-login-options input {
  width: 16px;
  height: 16px;
  accent-color: #087057;
}

.m48-login-options a {
  color: #087057 !important;
  font-size: 0.61rem;
  font-weight: 760;
  text-decoration: none;
}

body.public-application
.m48-submit {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 37px;
  gap: 12px;
  min-height: 57px !important;
  align-items: center;
  margin-top: 2px;
  padding: 9px 10px 9px 18px !important;
  border: 0 !important;
  border-radius: 15px !important;
  background: linear-gradient(135deg, #087057, #064537) !important;
  color: #ffffff !important;
  cursor: pointer;
  font: inherit !important;
  font-size: 0.75rem !important;
  font-weight: 820 !important;
  text-align: left;
  box-shadow: 0 17px 33px rgba(6, 75, 57, 0.21) !important;
}

.m48-submit i {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.12);
}

.m48-submit .ui-icon {
  width: 16px;
  height: 16px;
}

.m48-divider {
  position: relative;
  margin: 24px 0 17px;
  text-align: center;
}

.m48-divider::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  border-top: 1px solid #e0e8e2;
  content: "";
}

.m48-divider span {
  position: relative;
  padding: 0 12px;
  background: #f9fbf8;
  color: #87948d;
  font-size: 0.56rem;
}

.m48-create-account {
  display: grid;
  grid-template-columns: 41px minmax(0, 1fr) 31px;
  gap: 11px;
  min-height: 66px;
  align-items: center;
  padding: 11px 12px;
  border: 1px solid #d5e1d7;
  border-radius: 15px;
  background: #ffffff;
  color: #123e33 !important;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(5, 65, 49, 0.055);
}

.m48-create-account > span,
.m48-create-account > i {
  display: grid;
  place-items: center;
}

.m48-create-account > span {
  width: 41px;
  height: 41px;
  border-radius: 12px;
  background: #edf5e7;
  color: #07513f;
}

.m48-create-account > i {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #07513f;
  color: #ffffff;
}

.m48-create-account .ui-icon {
  width: 16px;
  height: 16px;
}

.m48-create-account div {
  display: grid;
  gap: 3px;
}

.m48-create-account small {
  color: #7d8e85;
  font-size: 0.5rem;
  font-weight: 820;
  letter-spacing: 0.1em;
}

.m48-create-account strong {
  color: #123e33;
  font-size: 0.7rem;
}

.m48-help-links {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 19px;
}

.m48-help-links a {
  color: #547067 !important;
  font-size: 0.58rem;
  font-weight: 680;
  text-decoration: none;
}

.m48-registration-closed {
  padding: 13px;
  border-radius: 12px;
  background: #f0f4ee;
  color: #687a71;
  font-size: 0.62rem;
  text-align: center;
}

/* Reset page refinements */

.ac48-action-shell.is-reset
.ac48-action-story {
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(222, 246, 154, 0.3),
      transparent 35%
    ),
    linear-gradient(145deg, #032f28, #076047);
}

.ac48-action-shell.is-reset
.ac47-action-icon {
  background: #e9f5dc;
  color: #07513f;
}

.ac48-invalid-link {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 16px;
  border: 1px solid #e8c6a4;
  border-radius: 15px;
  background: #fff8ef;
  color: #794314;
}

.ac48-invalid-link > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: #f7dfc1;
  font-size: 1rem;
  font-weight: 850;
}

.ac48-invalid-link div {
  display: grid;
  gap: 5px;
}

.ac48-invalid-link strong {
  font-size: 0.7rem;
}

body.public-application
.ac48-invalid-link p {
  margin: 0;
  color: #866348;
  font-size: 0.62rem;
  line-height: 1.55;
}

.ac48-new-link {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 17px;
  padding: 10px 12px 10px 17px;
  border-radius: 14px;
  background: #07513f;
  color: #ffffff !important;
  font-size: 0.7rem;
  font-weight: 800;
  text-decoration: none;
}

.ac48-new-link .ui-icon {
  width: 17px;
  height: 17px;
}

/* Request history */

.rq48-page {
  width: min(1160px, calc(100% - 32px));
  margin: 30px auto 80px;
}

.rq48-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 22px;
  overflow: hidden;
  padding: 36px;
  border-radius: 26px;
  background:
    radial-gradient(
      circle at 90% -20%,
      rgba(222, 246, 154, 0.27),
      transparent 35%
    ),
    linear-gradient(135deg, #033b30, #076047);
  color: #ffffff;
  box-shadow: 0 28px 65px rgba(3, 54, 42, 0.17);
}

.rq48-hero-copy {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.rq48-hero-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.09);
  color: #def69a;
}

.rq48-hero-icon .ui-icon {
  width: 25px;
  height: 25px;
}

.rq48-hero .rq48-kicker {
  color: #def69a;
}

body.public-application
.rq48-hero h1 {
  margin: 7px 0 9px;
  color: #ffffff;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  font-weight: 590;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

body.public-application
.rq48-hero-copy p:last-child {
  max-width: 650px;
  margin: 0;
  color: rgba(225, 239, 232, 0.73);
  font-size: 0.75rem;
  line-height: 1.65;
}

.rq48-hero-summary {
  display: grid;
  align-content: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.075);
}

.rq48-hero-summary > span {
  color: #b7ccc1;
  font-size: 0.52rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.rq48-hero-summary > strong {
  margin-top: 8px;
  color: #def69a;
  font-size: 2.8rem;
  line-height: 1;
}

body.public-application
.rq48-hero-summary p {
  margin: 6px 0 17px;
  color: #bdd0c6;
  font-size: 0.6rem;
}

.rq48-hero-summary a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  font-size: 0.62rem;
  font-weight: 750;
  text-decoration: none;
}

.rq48-hero-summary .ui-icon {
  width: 16px;
  height: 16px;
}

.rq48-content {
  margin-top: 28px;
}

.rq48-heading,
.ct48-results-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 17px;
}

.rq48-heading span,
.ct48-results-heading span {
  color: #70837a;
  font-size: 0.55rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

body.public-application
.rq48-heading h2,
body.public-application
.ct48-results-heading h2 {
  margin: 5px 0 0;
  color: #0a4034;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  font-weight: 640;
  letter-spacing: -0.045em;
}

body.public-application
.rq48-heading > p {
  margin: 0;
  color: #74867d;
  font-size: 0.61rem;
}

.rq48-list {
  display: grid;
  gap: 12px;
}

.rq48-card {
  position: relative;
  display: grid;
  grid-template-columns: 5px 48px minmax(0, 1fr);
  gap: 16px;
  overflow: hidden;
  padding: 21px;
  border: 1px solid #dce6df;
  border-radius: 19px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(4, 55, 43, 0.055);
}

.rq48-card-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: #83b69a;
}

.rq48-card-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: #edf5e7;
  color: #07513f;
}

.rq48-card-icon .ui-icon {
  width: 21px;
  height: 21px;
}

.rq48-card-main {
  min-width: 0;
}

.rq48-card-main > header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 17px;
}

.rq48-type {
  color: #788a81;
  font-size: 0.5rem;
  font-weight: 850;
  letter-spacing: 0.11em;
}

body.public-application
.rq48-card h2 {
  margin: 5px 0 0;
  color: #123e33;
  font-size: 1.05rem;
  font-weight: 730;
}

.rq48-status {
  display: inline-flex;
  min-height: 29px;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef4ef;
  color: #5e756b;
  font-size: 0.54rem;
  font-weight: 800;
}

.rq48-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.rq48-status.is-new {
  background: #fff4d9;
  color: #976412;
}

.rq48-status.is-reviewing {
  background: #e8f2ff;
  color: #2d6594;
}

.rq48-status.is-approved,
.rq48-status.is-completed {
  background: #e6f6ea;
  color: #257246;
}

.rq48-status.is-declined {
  background: #fff0ee;
  color: #a3483b;
}

.rq48-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 11px;
}

.rq48-meta span {
  padding: 5px 8px;
  border-radius: 7px;
  background: #f4f7f4;
  color: #74847c;
  font-size: 0.54rem;
}

.rq48-reply {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid #d8e7dc;
  border-radius: 14px;
  background: #f2f8f2;
}

.rq48-reply-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  background: #ffffff;
  color: #087057;
}

.rq48-reply-icon .ui-icon {
  width: 17px;
  height: 17px;
}

.rq48-reply div {
  display: grid;
  gap: 5px;
}

.rq48-reply strong {
  color: #17493b;
  font-size: 0.62rem;
}

body.public-application
.rq48-reply p {
  margin: 0;
  color: #597269;
  font-size: 0.64rem;
  line-height: 1.6;
  white-space: pre-wrap;
}

.rq48-awaiting {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid #e5ece7;
}

.rq48-awaiting span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9bb0a5;
}

body.public-application
.rq48-awaiting p {
  margin: 0;
  color: #7a8b82;
  font-size: 0.58rem;
}

.rq48-pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 21px;
}

.rq48-pagination a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid #d4e1d7;
  border-radius: 11px;
  background: #ffffff;
  color: #17493b !important;
  font-size: 0.61rem;
  font-weight: 750;
  text-decoration: none;
}

.rq48-pagination a:last-child {
  justify-self: end;
}

body.public-application
.rq48-pagination p {
  margin: 0;
  color: #75877e;
  font-size: 0.6rem;
}

.rq48-empty,
.ct48-empty {
  display: grid;
  max-width: 720px;
  justify-items: center;
  margin: 35px auto 0;
  padding: 55px 30px;
  border: 1px solid #dbe5de;
  border-radius: 22px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 18px 45px rgba(3, 54, 42, 0.07);
}

.rq48-empty > span,
.ct48-empty > span {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 20px;
  background: #edf5e7;
  color: #07513f;
}

.rq48-empty > span .ui-icon,
.ct48-empty > span .ui-icon {
  width: 29px;
  height: 29px;
}

.rq48-empty .rq48-kicker,
.ct48-empty .ct48-kicker {
  color: #75877e;
}

body.public-application
.rq48-empty h2,
body.public-application
.ct48-empty h2 {
  margin: 8px 0 10px;
  color: #0c4135;
  font-size: 2rem;
  letter-spacing: -0.04em;
}

body.public-application
.rq48-empty > p:last-of-type,
body.public-application
.ct48-empty > p:last-of-type {
  max-width: 550px;
  margin: 0;
  color: #697c73;
  font-size: 0.68rem;
  line-height: 1.65;
}

.rq48-empty a,
.ct48-empty a {
  display: inline-flex;
  min-height: 47px;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  padding: 10px 15px;
  border-radius: 12px;
  background: #07513f;
  color: #ffffff !important;
  font-size: 0.64rem;
  font-weight: 780;
  text-decoration: none;
}

.rq48-empty a .ui-icon {
  width: 16px;
  height: 16px;
}

/* Countries */

.ct48-page {
  width: min(1180px, calc(100% - 32px));
  margin: 30px auto 80px;
}

.ct48-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 28px;
  overflow: hidden;
  padding: 42px;
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 85% -25%,
      rgba(222, 246, 154, 0.31),
      transparent 37%
    ),
    linear-gradient(135deg, #033b30, #076047);
  color: #ffffff;
  box-shadow: 0 30px 75px rgba(3, 54, 42, 0.18);
}

.ct48-hero-glow {
  position: absolute;
  z-index: -1;
  bottom: -230px;
  left: -130px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.ct48-globe {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.09);
  color: #def69a;
}

.ct48-globe .ui-icon {
  width: 26px;
  height: 26px;
}

.ct48-hero .ct48-kicker {
  color: #def69a;
}

body.public-application
.ct48-hero h1 {
  margin: 9px 0 14px;
  color: #ffffff;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 570;
  line-height: 0.94;
  letter-spacing: -0.07em;
}

body.public-application
.ct48-hero-copy > p:last-of-type {
  max-width: 690px;
  margin: 0;
  color: rgba(228, 241, 234, 0.74);
  font-size: 0.76rem;
  line-height: 1.7;
}

.ct48-search {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr) auto;
  min-height: 57px;
  align-items: center;
  overflow: hidden;
  margin-top: 27px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.ct48-search > span {
  display: grid;
  height: 100%;
  place-items: center;
  color: #def69a;
}

.ct48-search .ui-icon {
  width: 19px;
  height: 19px;
}

body.public-application
.ct48-search input {
  width: 100%;
  height: 55px;
  border: 0 !important;
  outline: 0;
  background: transparent !important;
  color: #ffffff;
  font: inherit;
  font-size: 0.72rem;
  box-shadow: none !important;
}

.ct48-search input::placeholder {
  color: rgba(255, 255, 255, 0.57);
}

.ct48-search small {
  margin-right: 9px;
  padding: 7px 10px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.09);
  color: #d7e7df;
  font-size: 0.55rem;
  white-space: nowrap;
}

.ct48-hero-card {
  position: relative;
  display: grid;
  align-content: end;
  overflow: hidden;
  min-height: 350px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.075);
}

.ct48-orbit {
  position: absolute;
  top: 25px;
  right: 25px;
  left: 25px;
  display: grid;
  height: 190px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.ct48-orbit > span {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 50%;
  background: #def69a;
  color: #074436;
  box-shadow: 0 0 60px rgba(222, 246, 154, 0.23);
}

.ct48-orbit .ui-icon {
  width: 34px;
  height: 34px;
}

.ct48-orbit i,
.ct48-orbit b {
  position: absolute;
  border-radius: 50%;
  background: #ffffff;
}

.ct48-orbit i {
  top: 15px;
  left: 31px;
  width: 8px;
  height: 8px;
}

.ct48-orbit b {
  right: 21px;
  bottom: 24px;
  width: 5px;
  height: 5px;
}

.ct48-hero-card > span {
  color: #b8cdc2;
  font-size: 0.52rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.ct48-hero-card > strong {
  margin-top: 7px;
  color: #def69a;
  font-size: 3.2rem;
  line-height: 1;
}

body.public-application
.ct48-hero-card > p {
  margin: 5px 0 15px;
  color: #c0d2c8;
  font-size: 0.62rem;
}

.ct48-hero-card > div:last-child {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0.58rem;
}

.ct48-hero-card > div:last-child span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #def69a;
  box-shadow: 0 0 0 5px rgba(222, 246, 154, 0.1);
}

.ct48-results {
  margin-top: 31px;
}

body.public-application
.ct48-results-heading > p {
  margin: 0;
  color: #087057;
  font-size: 0.63rem;
  font-weight: 750;
}

.ct48-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ct48-grid li {
  min-width: 0;
}

.ct48-grid li[hidden] {
  display: none;
}

.ct48-grid a {
  display: grid;
  min-height: 310px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid #dbe6df;
  border-radius: 20px;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(222, 246, 154, 0.17),
      transparent 32%
    ),
    #ffffff;
  color: #123e33 !important;
  text-decoration: none;
  box-shadow: 0 13px 32px rgba(3, 54, 42, 0.06);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.ct48-grid a:hover {
  transform: translateY(-5px);
  border-color: #a8c8b4;
  box-shadow: 0 22px 45px rgba(3, 54, 42, 0.11);
}

.ct48-grid a > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ct48-number {
  color: #8a9a92;
  font-size: 0.55rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.ct48-arrow {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #edf5e7;
  color: #07513f;
}

.ct48-arrow .ui-icon {
  width: 15px;
  height: 15px;
}

.ct48-flag {
  position: relative;
  display: grid;
  width: 92px;
  height: 72px;
  place-items: center;
  margin: 27px 0 20px;
  overflow: hidden;
  border: 1px solid #dde5df;
  border-radius: 15px;
  background: #f5f7f4;
  box-shadow: 0 12px 25px rgba(3, 54, 42, 0.08);
}

.ct48-flag > span {
  color: #678077;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.ct48-flag img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ct48-country-copy {
  display: grid;
}

.ct48-country-copy small {
  color: #7b8e84;
  font-size: 0.51rem;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.ct48-country-copy strong {
  margin-top: 5px;
  color: #0a4135;
  font-size: 1.35rem;
  line-height: 1.1;
}

.ct48-country-copy > span {
  margin-top: 8px;
  color: #718179;
  font-size: 0.59rem;
  line-height: 1.5;
}

.ct48-grid footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  align-self: end;
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid #e2eae4;
}

.ct48-grid footer > span {
  color: #356558;
  font-size: 0.6rem;
  font-weight: 760;
}

.ct48-grid footer b {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 9px;
  background: #07513f;
  color: #ffffff;
}

.ct48-grid footer .ui-icon {
  width: 14px;
  height: 14px;
}

/* Responsive */

@media (max-width: 900px) {
  .m48-login,
  .ct48-hero {
    grid-template-columns: 1fr;
  }

  .m48-login-story {
    min-height: 560px;
  }

  .rq48-hero {
    grid-template-columns: 1fr;
  }

  .rq48-hero-summary {
    min-height: 170px;
  }

  .ct48-hero-card {
    min-height: 330px;
  }

  .ct48-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .m48-login {
    width: calc(100% - 20px);
    min-height: 0;
    margin: 11px auto 105px;
    border-radius: 22px;
  }

  .m48-login-story {
    min-height: 510px;
    padding: 23px;
  }

  body.public-application
  .m48-story-copy h1 {
    font-size: 3rem;
  }

  .m48-trust-grid {
    grid-template-columns: 1fr;
  }

  .m48-login-panel {
    padding: 39px 20px 45px;
  }

  body.public-application
  .m48-login-card h2 {
    font-size: 2.45rem;
  }

  .m48-login-options {
    align-items: start;
  }

  .m48-help-links {
    display: grid;
  }

  .rq48-page,
  .ct48-page {
    width: calc(100% - 20px);
    margin: 11px auto 105px;
  }

  .rq48-hero,
  .ct48-hero {
    padding: 25px 20px;
    border-radius: 22px;
  }

  .rq48-hero-copy {
    grid-template-columns: 1fr;
  }

  body.public-application
  .rq48-hero h1 {
    font-size: 3rem;
  }

  .rq48-card {
    grid-template-columns: 5px 41px minmax(0, 1fr);
    gap: 11px;
    padding: 16px 13px;
  }

  .rq48-card-icon {
    width: 41px;
    height: 41px;
  }

  .rq48-card-main > header {
    display: grid;
  }

  .rq48-status {
    justify-self: start;
  }

  .rq48-reply {
    grid-template-columns: 1fr;
  }

  .rq48-pagination {
    grid-template-columns: 1fr auto 1fr;
  }

  .ct48-hero {
    gap: 22px;
  }

  body.public-application
  .ct48-hero h1 {
    font-size: 3.4rem;
  }

  .ct48-search {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .ct48-search small {
    display: none;
  }

  .ct48-results-heading {
    display: grid;
    align-items: start;
  }

  .ct48-grid {
    grid-template-columns: 1fr;
  }

  .ct48-grid a {
    min-height: 290px;
  }
}