
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--drf-white: #FFFFFF;
--drf-primary: #151A30;
--drf-primary-low: #242e547a;
--drf-primary-25: #F8F8F8;
--purple-1500: #22839540;
--drf-grey: #E9EAEE;
--drf-link-color: #5E1E96;
--drf-select: #2283951A;
--drf-link-light: #efe9f5;
--gad-secondary: #FA6980;
--gad-fonts: #151A30;
--gad-button-light: #F8F8F8;
--gad-border-unselected: #151A3040;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
--LoopRX-primary: #242E54;
--LoopRX-bgclr-light: #E9EFFF;
--LoopRX-grey: #F8F8F8;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-orbitron: 'Orbitron',sans-serif;
--font-sharetechmono: 'Share Tech Mono',monospace;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .bebdxb {
      width:100%;
      display:flex;
      background: white;
      align-items:center;
      justify-content:flex-start;
    }

    .JOGPk {
      row-gap:7px;
      column-gap:7px;
    }

    .bftfrR {
      width:225px;
      row-gap:12px;
      column-gap:12px;
    }

    .cJBipW {
      color:var(--drf-grey);
      width:100px;
      cursor:pointer;
      display:flex;
      position:relative;
      font-size:14px;
      background: var(--drf-primary);
      align-items:center;
      font-weight:500;
      padding-top:10px;
      padding-left:69px;
      border-radius:6px;
      padding-right:69px;
      padding-bottom:10px;
      justify-content:center;
    }

    .bTA-dLB {
      height:100%;
      align-items:center;
      justify-content:center;
    }

    .biezmH {
      width:100%;
      height:100%;
      object-fit:cover;
    }

    .bJJCUk {
      width:100%;
      display:flex;
      align-items:flex-end;
      justify-content:flex-start;
    }

    .fhDwXR {
      color:var(--drf-primary);
      width:100%;
      font-size:18px;
      font-weight:var(--font-weight-regular);
      padding-top:10px;
      padding-bottom:10px;
    }

    @media (max-width: 720px) {

    .fhDwXR {
      font-size:18px;
    }
    }

    .favDvM {
      color:#1A8F00;
      display:inline-block;
      font-size:12px;
      font-weight:450;
    }

    .bSyNgc {
      color:#CF7000;
      display:inline-block;
      font-size:12px;
      font-weight:450;
    }

    .zXDcr {
      width:100%;
      opacity:1;
      min-height:37px;
      background-color:var(--drf-blue, #004BA8);
    }

    .bfskFK {
      gap:20px;
      width:100%;
      display:flex;
      align-items:center;
      border-radius:10px;
      justify-content:flex-start;
    }

    .bzvHVf {
      width:100%;
      height:100%;
      display:flex;
      z-index:100;
      position:fixed;
      align-items:center;
      padding-left:100px;
      padding-right:100px;
      flex-direction:column;
      justify-content:center;
      background-color:#0000002e;
    }

    .csEMXk {
      row-gap:12px;
      column-gap:12px;
    }

    .ewYZIl {
      color:#A40000;
      display:inline-block;
      font-size:12px;
      font-weight:450;
    }

    .bnyQcW {
      width:100%;
      cursor:pointer;
      height:100%;
      position:absolute;
    }

    .bOEOOA {
      cursor:pointer;
      row-gap:4px;
      column-gap:4px;
      flex-direction:row;
    }

    .fhbBPq {
      height:100%;
      display:flex;
      z-index:;
      align-items:center;
      border-radius:10px;
      justify-content:center;
      background-color:#F4F4F4;
    }

    .eVQrnR {
      color:var(--drf-primary);
      width:95%;
      display:inline-block;
      font-size:16px;
      font-weight:500;
    }

    @media (max-width: 980px) {

    .eVQrnR {
      width:85%;
    }
    }

    .dkXSDd {
      display:flex;
      row-gap:5px;
      column-gap:5px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bKCpba {
      width:auto;
      height:auto;
      display:flex;
      background:#e6e6e6;
      margin-top:50px;
      align-items:center;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
      justify-content:center;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    .cPeePh {
      position:relative;
    }

    .dNGmiZ {
      height:21px;
      display:flex;
      row-gap:4px;
      column-gap:4px;
      align-items:center;
      padding-left:7px;
      padding-right:7px;
      flex-direction:row;
      justify-content:flex-start;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .dNGmiZ.pending {
      background:#FFEED9;
    }

    .dNGmiZ.rejected {
      background:#df9696;
    }

    .dNGmiZ.verified {
      background:#DDEED9;
    }

    .eYxMID {
      color:var(--drf-primary);
      display:none;
      font-size:14px;
      font-weight:500;
    }

    .dwUTTi {
      row-gap:12px;
      column-gap:12px;
      flex-direction:row;
    }

    @media (max-width: 980px) {

    .dwUTTi {
      row-gap:20px;
      column-gap:20px;
      flex-direction:column;
    }
    }

    .cbqOvw {
      color:var(--drf-primary);
      width:100%;
      font-size:18px;
      font-weight:var(--font-weight-regular);
    }

    @media (max-width: 510px) {

    .cbqOvw {
      font-size:18px;
    }
    }

    .eQRRsC {
      color:inherit;
      display:inline-block;
      font-size:14px;
      font-weight:500;
    }

    .fudEMb {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .MBzXv {
      color:inherit;
      font-size:inherit;
      font-family:inherit;
      font-weight:var(--font-weight-bold);
    }

    .dWntUA {
      color:var(--drf-grey);
      width:fit-content;
      bottom:65px;
      cursor:pointer;
      display:flex;
      position:absolute;
      font-size:14px;
      background: var(--drf-primary);
      align-items:center;
      font-weight:500;
      padding-top:10px;
      padding-left:69px;
      border-radius:6px;
      padding-right:69px;
      padding-bottom:10px;
      justify-content:flex-start;
    }

    @media (max-width: 720px) {

    .fvXIfX {
      width:80%;
    }
    }

    .cUvJts {
      color:var(--drf-primary);
      display:inline-block;
      font-size:16px;
      font-weight:500;
      line-height:120%;
    }

    .JvZIa {
      display:none;
    }

    .dQjAtg {
      width:100%;
      row-gap:20px;
      max-width:1000px;
      column-gap:20px;
      padding-top:30px;
      padding-bottom:30px;
    }

    .cgcNcw {
      align-items:center;
      justify-content:center;
    }

    .cCYXsI {
      width:100%;
    }

    .xSPZC {
      display:flex;
      align-items:flex-start;
      justify-content:center;
    }

    .dzANot {
      color:var(--drf-primary);
      width:100%;
      display:inline-block;
      font-size:15px;
      line-height:150%;
      padding-top:10px;
      padding-bottom:10px;
    }

    .ewapEq {
      width:100%;
      display:flex;
      row-gap:10px;
      background: #E9EFFF;
      column-gap:10px;
      align-items:center;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:flex-start;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .fBoUlC {
      color:#242E5480;
      width:100%;
      display:inline-block;
      font-size:16px;
      font-weight:500;
      line-height:120%;
    }

    .dlUmAl {
      width:100%;
      display:flex;
      background:#f4f4f4;
      min-height:400px;
      align-items:center;
      outline-color:var(--drf-primary);
      outline-style:solid;
      outline-width:4px;
      justify-content:flex-start;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .dlUmAl.pending {
      outline-color:#CF7000;
      outline-style:solid;
      outline-width:4px;
    }

    .dlUmAl.verified {
      outline-color:#1A8F00;
      outline-style:solid;
      outline-width:4px;
    }

    .dlUmAl.rejected {
      outline-color:#C6131B;
      outline-style:solid;
      outline-width:4px;
    }

    .dIlGOa {
      color:var(--drf-primary);
      font-size:24px;
      font-weight:500;
      line-height:100%;
    }

    .exPLij {
      width:100%;
      height:1px;
      background:var(--drf-primary);
    }

    .ddtTcA {
      color:var(--drf-primary);
      width:fit-content;
      bottom:8px;
      cursor:pointer;
      display:flex;
      position:absolute;
      font-size:10px;
      background:#E9EFFF;
      align-items:center;
      font-weight:500;
      padding-top:10px;
      padding-left:20px;
      border-radius:6px;
      padding-right:20px;
      flex-direction:column;
      padding-bottom:10px;
      justify-content:flex-start;
    }

    .UnwCb {
      color:#CE3E84;
      display:none;
      font-size:14px;
      font-weight:500;
    }

    .emtlgC {
      width:100%;
      height:100%;
      display:flex;
      z-index:100;
      position:fixed;
      align-items:center;
      flex-direction:column;
      justify-content:center;
      background-color:#0000002e;
    }

    .dJIclI {
      color:var(--gad-fonts);
      font-weight:500;
    }

    .qBnkL {
      flex:1  ;
      width:100%;
      bottom:0px;
      cursor:pointer;
      display:flex;
      opacity:0;
      z-index:100;
      position:absolute;
      align-items:flex-start;
      justify-content:flex-start;
      background-color:var(--drf-blue, #004BA8);
    }

    .dqyQrs {
      width:100%;
      display:flex;
      row-gap:10px;
      column-gap:10px;
      align-items:center;
      border-radius:10px;
      justify-content:flex-start;
    }

    .eyAmaz {
      width:100%;
      height:100%;
    }

    .nRIFc {
      flex:0.5;
      width:100%;
      height:100%;
      display:none;
      min-width:0px;
      min-height:100%;
      overflow-x:clip;
      overflow-y:clip;
      border-radius:10px;
    }

    @media (max-width: 550px) {

    .nRIFc {
      min-height:300px;
      overflow-x:clip;
      overflow-y:clip;
    }
    }

    .Ijzfk {
      width:100%;
      object-fit:cover;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .eoznbm {
      width:40%;
      display:flex;
      row-gap:20px;
      column-gap:20px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 1170px) {

    .eoznbm {
      flex-direction:column;
    }
    }

    .brTyQj {
      width:225px;
      row-gap:7px;
      column-gap:7px;
    }

    .dtHzIn {
      top:40px;
      color:inherit;
      display:inline-block;
      position:relative;
    }

    .vHRvA {
      color:var(--drf-grey);
      width:fit-content;
      cursor:pointer;
      font-size:14px;
      background: var(--drf-primary);
      font-weight:500;
      padding-top:10px;
      padding-left:20px;
      border-radius:6px;
      padding-right:20px;
      padding-bottom:10px;
    }

    .bwOvqo {
      max-height:150px;
      align-items:center;
      justify-content:center;
    }

    .fhTyVv {
      flex:1;
      height:100%;
      z-index:;
      align-items:center;
      border-radius:10px;
      justify-content:center;
      background-color:#F4F4F4;
    }

    .bCSyll {
      width:100%;
      row-gap:10px;
      column-gap:10px;
      flex-direction:column;
    }

    .wifFP {
      width:100%;
      height:182px;
      display:flex;
      background:#f4f4f4;
      align-items:center;
      outline-color:var(--drf-primary);
      outline-style:solid;
      outline-width:4px;
      justify-content:flex-start;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .wifFP.pending {
      outline-color:#CF7000;
      outline-style:solid;
      outline-width:4px;
    }

    .wifFP.verified {
      outline-color:#1A8F00;
      outline-style:solid;
      outline-width:4px;
    }

    .wifFP.rejected {
      outline-color:#C6131B;
      outline-style:solid;
      outline-width:4px;
    }

    .dZmXsy {
      width:110px;
      height:35px;
      display:flex;
      background: #1A8F0026;
      align-items:center;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .dZmXsy.pending {
      background:#FFEED9;
    }

    .dZmXsy.complete {
      background:#DDEED9;
    }

    .dZmXsy.rejected {
      background:#df9696;
    }

    .dZmXsy.incomplete {
      background:#df9696;
    }

    .bZEYJH {
      width:100%;
      height:100%;
      object-fit:fill;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .TeBgE {
      width:180px;
      height:400px;
    }

    @media (max-width: 720px) {

    .TeBgE {
      width:180px;
      height:350px;
    }
    }

    .CmgXr {
      top:20px;
      left:20px;
      height:21px;
      display:flex;
      row-gap:4px;
      position:absolute;
      column-gap:4px;
      align-items:center;
      padding-left:7px;
      padding-right:7px;
      flex-direction:row;
      justify-content:flex-start;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .CmgXr.pending {
      background:#FFEED9;
    }

    .CmgXr.rejected {
      background:#df9696;
    }

    .CmgXr.verified {
      background:#DDEED9;
    }

    .Okzre {
      width:225px;
      display:flex;
      row-gap:7px;
      column-gap:7px;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .fexbzE {
      flex:1;
      z-index:0;
      min-width:0px;
      max-height:200px;
      object-fit:cover;
      overflow-x:clip;
      overflow-y:clip;
      align-items:center;
      border-radius:10px;
      justify-content:center;
      background-color:#E2E6EC;
    }

    .cJclWm {
      :;
      color:#F4FAFB;
      cursor:pointer;
      height:40px;
      font-size:16px;
      background:var(--drf-primary);
      align-items:center;
      font-weight:400;
      padding-top:10px;
      border-radius:6px;
      padding-bottom:10px;
      justify-content:center;
    }

    .dCzCPc {
      color:var(--gb-main, #005EB8);
      row-gap:10px;
      min-width:400px;
      background:#F8F8F8;
      column-gap:10px;
      align-items:center;
      padding-top:15px;
      padding-left:40px;
      padding-right:40px;
      padding-bottom:15px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bjowhY {
      width:100%;
      display:flex;
      min-height:340px;
      align-items:center;
      outline-color:#C31A00;
      outline-style:solid;
      outline-width:3px;
      justify-content:flex-start;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .dmpzuh {
      color:var(--drf-primary);
      font-size:14px;
      font-weight:500;
      margin-bottom:24px;
    }

    .ejpGtD {
      color:var(--drf-primary);
      display:inline-block;
      font-size:16px;
      font-weight:500;
    }

    @media (max-width: 980px) {

    .ejpGtD {
      width:95%;
    }
    }

    .cyRdfR {
      color:var(--drf-primary);
      width:100%;
      display:none;
      font-size:16px;
      font-weight:500;
      line-height:120%;
    }

    .cyFohF {
      color:inherit;
      display:none;
      font-size:14px;
      font-weight:500;
    }

    .dvPsuB {
      width:100%;
      height:100%;
      display:none;
      object-fit:cover;
      overflow-x:clip;
      overflow-y:clip;
      border-radius:10px;
    }

    @media (max-width: 550px) {

    .dvPsuB {
      min-height:300px;
      overflow-x:clip;
      overflow-y:clip;
    }
    }

    .bHoNQv {
      color:#1A8F00;
      display:inline-block;
      font-size:12px;
      font-weight:500;
    }

    .bHoNQv.pending {
      color:#CF7000;
    }

    .bHoNQv.complete {
      color:#1A8F00;
      font-size:12px;
      font-weight:500;
    }

    .bHoNQv.incomplete {
      color:#A40000;
      font-size:12px;
      font-weight:500;
    }

    .bHoNQv.reject {
      color:#A40000;
      font-size:12px;
      font-weight:500;
    }

    .dQVjMr {
      width:100%;
      row-gap:12px;
      column-gap:12px;
      flex-direction:row;
    }

    @media (max-width: 510px) {

    .dQVjMr {
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
    }
    }

    .bbZEyK {
      width:100%;
      height:100%;
      display:flex;
      object-fit:cover;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .fuXaTP {
      width:100%;
      display:flex;
      row-gap:10px;
      column-gap:10px;
      align-items:center;
      padding-top:30px;
      flex-direction:row;
      justify-content:flex-start;
    }

    @media (max-width: 400px) {

    .fuXaTP {
      flex-direction:column;
    }
    }

    .dOUPWv {
      color:var(--drf-primary);
      width:100%;
      font-size:18px;
      font-weight:var(--font-weight-regular);
    }

    @media (max-width: 720px) {

    .dOUPWv {
      font-size:18px;
    }
    }

    .bzPBFG {
      width:100%;
      height:100%;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    @media (max-width: 720px) {

    .bzPBFG {
      width:100%;
      height:100%;
    }
    }

    .fAuxhp {
      row-gap:10px;
      font-size:20px;
      column-gap:10px;
      align-items:center;
      font-weight:400;
      justify-content:center;
    }

    .dTPimt {
      color:var(--drf-grey);
      width:fit-content;
      bottom:20px;
      cursor:pointer;
      display:flex;
      position:absolute;
      font-size:14px;
      background: var(--drf-primary);
      align-items:center;
      font-weight:500;
      padding-top:10px;
      padding-left:69px;
      border-radius:6px;
      padding-right:69px;
      padding-bottom:10px;
      justify-content:flex-start;
    }

    .bTsygx {
      height:100%;
      z-index:;
      align-items:center;
      border-radius:10px;
      justify-content:center;
      background-color:#F4F4F4;
    }

    .lihih {
      width:100%;
      row-gap:40px;
      max-width:600px;
      background:#ffffff;
      column-gap:40px;
      max-height:80%;
      overflow-y:scroll;
      padding-top:30px;
      padding-left:30px;
      padding-right:30px;
      padding-bottom:30px;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    @media (max-width: 760px) {

    .lihih {
      min-width:300px;
    }
    }

    .hUqlx {
      display:flex;
      row-gap:14px;
      column-gap:14px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    @media (max-width: 720px) {

    .hUqlx {
      flex-direction:column;
    }
    }

    .eWTJnQ {
      row-gap:4px;
      column-gap:4px;
    }

    .iazTg {
      color:var(--drf-primary);
      width:100%;
      display:inline-block;
      font-size:16px;
      font-weight:500;
      line-height:120%;
    }

    .donHMg {
      display:flex;
      row-gap:14.5px;
      column-gap:14.5px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    @media (max-width: 1180px) {

    .donHMg {
      row-gap:20px;
      column-gap:20px;
      flex-direction:column;
    }
    }

    .dpuvCI {
      cursor:pointer;
      display:flex;
      row-gap:4px;
      column-gap:4px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-end;
    }

    .cVsVTl {
      display:flex;
      row-gap:20px;
      column-gap:20px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 1170px) {

    .cVsVTl {
      flex-direction:column;
    }
    }

    .blIgEA {
      top:20px;
      left:20px;
      height:21px;
      display:flex;
      row-gap:4px;
      position:absolute;
      column-gap:4px;
      align-items:center;
      padding-left:7px;
      padding-right:7px;
      flex-direction:row;
      justify-content:flex-start;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .blIgEA.pending {
      background:#FFEED9;
    }

    .blIgEA.rejected {
      background:#F1D9D9;
    }

    .blIgEA.verified {
      background:#DDEED9;
    }

    .dBLhvp {
      color:var(--drf-primary);
      width:85%;
      display:none;
      font-size:14px;
      font-weight:500;
    }

    .dPBZmz {
      color:var(--drf-primary);
      font-size:14px;
      text-align:center;
      font-weight:500;
      margin-bottom:24px;
    }

    .cjDNnj {
      color:var(--drf-primary);
      font-size:14px;
      font-weight:500;
    }

    .ejIigC {
      flex:1;
      z-index:0;
      min-width:0px;
      object-fit:cover;
      overflow-x:clip;
      overflow-y:clip;
      align-items:center;
      border-radius:10px;
      justify-content:center;
      background-color:#E2E6EC;
    }

    .bHglnp {
      color:var(--drf-primary);
      width:100%;
      display:none;
      font-size:18px;
      font-weight:var(--font-weight-regular);
    }

    @media (max-width: 720px) {

    .bHglnp {
      font-size:18px;
    }
    }

    .YcRXk {
      color:inherit;
      display:flex;
      flex-wrap:wrap;
      font-size:inherit;
      font-family:inherit;
      font-weight:var(--font-weight-bold);
    }

    .cHUI {
      color:var(--gb-main, #005EB8);
      row-gap:10px;
      min-width:400px;
      background:#F8F8F8;
      column-gap:10px;
      align-items:center;
      padding-top:30px;
      padding-left:40px;
      padding-right:40px;
      padding-bottom:30px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bHwpBZ {
      width:100%;
      height:100%;
      object-fit:cover;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .bZzyLE {
      row-gap:5px;
      column-gap:5px;
    }

    .kvjeh {
      width:240px;
      height:400px;
    }

    @media (max-width: 720px) {

    .kvjeh {
      width:200px;
      height:300px;
    }
    }

    .JHMzS {
      flex:0.5;
      width:100%;
      display:none;
      min-height:100%;
      overflow-x:clip;
      overflow-y:clip;
      border-radius:10px;
    }

    @media (max-width: 550px) {

    .JHMzS {
      min-height:300px;
      overflow-x:clip;
      overflow-y:clip;
    }
    }

    .evivrw {
      width:100%;
      height:100%;
      display:flex;
      position:absolute;
      background: white;
      align-items:center;
      justify-content:flex-start;
    }

    .fDQyYP {
      :;
      color:var(--drf-primary);
      cursor:pointer;
      height:40px;
      font-size:16px;
      background:#E9EFFF;
      align-items:center;
      font-weight:400;
      padding-top:10px;
      padding-left:30px;
      border-radius:6px;
      padding-right:30px;
      padding-bottom:10px;
      justify-content:center;
    }

    .cvSLot {
      width:100%;
      min-width:400px;
      background:#ffffff;
      max-height:80%;
      overflow-y:scroll;
      padding-top:30px;
      padding-left:30px;
      padding-right:30px;
      padding-bottom:30px;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    .bSDjvN {
      width:100%;
      row-gap:20px;
      background:var(--gad-button-light);
      column-gap:20px;
      padding-left:30px;
      padding-right:30px;
      padding-bottom:30px;
    }

    .ddDrno {
      top:20px;
      color:#ffffff;
      width:100%;
      display:flex;
      row-gap:4px;
      position:absolute;
      column-gap:4px;
      align-items:center;
      padding-left:7px;
      padding-right:7px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .cvOSbd {
      color:#242e5480;
      font-size:14px;
      text-align:center;
      font-weight:500;
      margin-bottom:24px;
    }

    .bBfRsd {
      width:100%;
      display:flex;
      row-gap:20px;
      column-gap:20px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 1170px) {

    .bBfRsd {
      flex-direction:column;
    }
    }

    .fFRqex {
      width:100%;
      row-gap:40px;
      min-width:400px;
      background:#ffffff;
      column-gap:40px;
      max-height:80%;
      overflow-y:scroll;
      padding-top:30px;
      padding-left:30px;
      padding-right:30px;
      padding-bottom:30px;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    .eEEjam {
      row-gap:14px;
      column-gap:14px;
      flex-direction:row;
    }

    @media (max-width: 720px) {

    .eEEjam {
      flex-direction:column;
    }
    }

    .cGrFfT {
      width:50%;
      height:70%;
      row-gap:20px;
      background:#ffffff;
      column-gap:20px;
      overflow-y:scroll;
      padding-top:30px;
      padding-left:30px;
      padding-right:30px;
      padding-bottom:30px;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    @media (max-width: 768px) {

    .cGrFfT {
      width:200%;
    }
    }

    .eRVRhu {
      top:280px;
      height:120px;
      display:flex;
      row-gap:5px;
      position:absolute;
      column-gap:5px;
      align-items:center;
      justify-content:center;
    }

    .csJYgU {
      width:100%;
      row-gap:10px;
      column-gap:10px;
    }

    .eSGfyQ {
      width:100%;
      row-gap:20px;
      background:var(--gad-button-light);
      column-gap:20px;
      min-height:191px;
      padding-left:30px;
      padding-right:30px;
      padding-bottom:30px;
    }

    .cFpGFe {
      width:100%;
      display:flex;
      min-height:340px;
      align-items:center;
      outline-color:#00D226;
      outline-style:solid;
      outline-width:3px;
      justify-content:flex-start;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .NIkBE {
      color:var(--drf-primary);
      display:none;
    }

    .bbfRyd {
      width:50px;
      height:50px;
      display:flex;
      align-items:center;
      margin-bottom:10px;
      justify-content:center;
    }

    .byQcQy {
      display:flex;
      max-height:100px;
      align-items:center;
      justify-content:center;
    }

    .eMolwU {
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .dgApaR {
      width:100%;
      height:8vh;
      align-items:center;
      justify-content:center;
      background-color:var(--drf-primary, #242E54);
    }