
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #edededff;
--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;
--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;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;

    /* 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;
    }
  }
}


    .bNWuxV {
      width:100%;
      height:100%;
      overflow-y:auto;
      flex-direction:row;
    }

    .fqymQR {
      color:var(--grey-500, #737373);
      width:fit-content;
      cursor:pointer;
      position:absolute;
      font-size:var(--font-size-3xl);
      align-items:end;
      padding-right:5px;
      flex-direction:column;
      justify-content:center;
    }

    .fqymQR:hover {
      color:var(--blue-400, #60A5FA);
      transition:color 300ms ease 0ms normal;
    }

    .dRwDIG {
      color:inherit;
      font-size:2vw;
      font-weight:var(--font-weight-bold);
    }

    @media (max-width: 800px) {

    .dRwDIG.fontSize {
      font-size:5.5vw;
    }
    }

    .cZyTDN {
      gap:50px;
      color:var(--grey-800, #262626);
      width:45%;
      align-items:center;
      flex-direction:column;
      justify-content:center;
      background-color:var(--grey-50, #FAFAFA);
    }

    @media (max-width: 800px) {

    .cZyTDN.fullPage {
      width:100%;
    }
    }

    .cRQkUi {
      gap:5px;
      flex-direction:row;
    }

    .xcyZ {
      color:var(--grey-800, #262626);
      width:100%;
      height:50px;
      font-size:var(--font-size-xl);
      transition:border-bottom-color 300ms ease 0ms normal;
      padding-left:8px;
      padding-right:8px;
      background-color:var(--grey-50, #FAFAFA);
      border-bottom-color:var(--grey-400, #A3A3A3);
      border-bottom-style:solid;
      border-bottom-width:3px;
    }

    .xcyZ:focus {
      transition:border-bottom-color 300ms ease 0ms normal;
      border-bottom-color:var(--blue-400, #60A5FA);
      border-bottom-style:solid;
      border-bottom-width:3px;
    }

    .cXMKas {
      width:55%;
      align-items:center;
      justify-content:end;
      background-color:#8acef6;
    }

    @media (max-width: 800px) {

    .cXMKas.hide {
      display:none;;
    }
    }

    .dgZhWC {
      width:70%;
    }

    .mvewX {
      width:75%;
      max-width:400px;
      align-items:center;
      flex-direction:row;
      justify-content:end;
    }

    .eFCfKQ {
      width:100%;
      height:100%;
      position:absolute;
      align-items:center;
      justify-content:center;
      background-color:var(--grey-50, #FAFAFA);
    }

    .blLraj {
      width:100px;
      height:100px;
    }

    .WIWiF {
      gap:50px;
      align-items:center;
      justify-content:center;
    }

    .caFxVC {
      gap:20px;
      align-items:center;
      justify-content:center;
    }

    .rEhqL {
      color:var(--grey-800, #262626);
      width:75%;
      height:50px;
      font-size:var(--font-size-xl);
      max-width:400px;
      transition:border-bottom-color 300ms ease 0ms normal;
      padding-left:8px;
      padding-right:8px;
      background-color:var(--grey-50, #FAFAFA);
      border-bottom-color:var(--grey-400, #A3A3A3);
      border-bottom-style:solid;
      border-bottom-width:3px;
    }

    .rEhqL:focus {
      transition:border-bottom-color 300ms ease 0ms normal;
      border-bottom-color:var(--blue-400, #60A5FA);
      border-bottom-style:solid;
      border-bottom-width:3px;
    }

    .cQKYdN {
      gap:30px;
      width:100%;
      align-items:center;
      justify-content:center;
    }

    .fqqOan {
      width:70%;
      height:70%;
      display:flex;
      flex-direction:column;
    }

    .eGvmTu {
      gap:.5rem;
      color:var(--grey-900, #171717);
      width:var(--width);
      cursor:pointer;
      height:2.3rem;
      font-size:var(--font-size-sm);
      align-items:center;
      font-weight:var(--lable-weight);
      padding-top:.6rem;
      padding-left:1rem;
      border-radius:10rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:.6rem;
      justify-content:center;
    }

    .eGvmTu.primary {
      background: var(--lime-400);
    }

    .eGvmTu.secondary {
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
    }

    .eGvmTu.tertiary {
      color:#f76218;
      border-color:#f76218;
      border-style:solid;
      border-width:1px;
      background-color:var(--grey-50, #FAFAFA);
    }

    .eGvmTu.primary:hover {
      transition:background-color 200ms ease 0ms ;
      background-color:var(--lime-300, #BEF264);
    }

    .eGvmTu.secondary:hover {
      transition:background-color 200ms ease 0ms ;
      background-color:var(--grey-100, #F5F5F5);
    }

    .eGvmTu.tertiary:hover {
      color:var(--grey-900, #171717);
      transition:background-color 200ms ease 0ms ;
      background-color:var(--lime-300, #BEF264);
    }

    .eGvmTu.delete {
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      background-color:var(--grey-50, #FAFAFA);
    }

    .eGvmTu.delete:hover {
      color:var(--grey-100, #F5F5F5);
      transition:background-color 200ms ease 0ms ;
      background-color:var(--red-600, #DC2626);
    }

    .eGvmTu.grayed {
      color:var(--grey-600);
      background:var(--grey-500);
    }

    .eFsvqW {
      flex-direction:row;
    }

    .eOmIvl {
      margin:0px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .zBccz {
      row-gap:.5rem;
      column-gap:.5rem;
      flex-direction:row;
    }

    .cZAmBW {
      color:var(--grey-800, #262626);
      width:100%;
      height:50px;
      font-size:var(--font-size-xl);
      transition:border-bottom-color 300ms ease 0ms normal;
      padding-left:8px;
      padding-right:8px;
      background-color:var(--grey-50, #FAFAFA);
      border-bottom-color:var(--grey-400, #A3A3A3);
      border-bottom-style:solid;
      border-bottom-width:3px;
    }

    .cZAmBW:focus {
      transition:border-bottom-color 300ms ease 0ms normal;
      border-bottom-color:var(--blue-400, #60A5FA);
      border-bottom-style:solid;
      border-bottom-width:3px;
    }

    .cZAmBW.noMatch {
      border-color:var(--red-500, #EF4444);
      border-style:solid;
      border-width:2px;
    }

    .dsbMmF {
      color:inherit;
      font-size:1.125rem;
      font-weight:var(--font-weight-light);
    }

    .cSYwJD {
      color:inherit;
      font-size:1.2vw;
      font-weight:var(--font-weight-normal);
    }

    @media (max-width: 800px) {

    .cSYwJD.fontSize {
      font-size:3.5vw;
    }
    }

    .my-dialogBox\:root {
      align-items:start;
      justify-content:start;
    }

    .bWpTnd {
      width:fit-content;
      height:auto;
    }

    .my-dialogBox\:0WtlXN2xuW4DWQcETFO9Y {
      cursor:pointer;
      align-items:center;
      padding-top:5px;
      border-color:var(--grey-300, #D4D4D4);
      border-style:solid;
      border-width:1px;
      padding-left:5px;
      border-radius:5px;
      padding-right:5px;
      padding-bottom:5px;
      justify-content:center;
    }

    .my-dialogBox\:0WtlXN2xuW4DWQcETFO9Y:hover {
      transition:background-color 150ms ease 0ms normal;
      background-color:var(--grey-100, #F5F5F5);
    }

    .vSSmT {
      width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .my-dialogBox\:1KIjb1oNbvSLrHeVdg9Vg {
      align-items:start;
      justify-content:start;
    }

    .bylDAc {
      color:inherit;
      font-size:0.875rem;
      font-weight:var(--font-weight-regular);
    }

    .my-dialogBox\:C4i_MkoQdX83_cLRQdDBM {
      color:var(--grey-900, #171717);
      width:fit-content;
      cursor:pointer;
      min-width:6rem;
      align-items:center;
      padding-top:.5rem;
      padding-left:1rem;
      border-radius:30px;
      padding-right:1rem;
      padding-bottom:.6rem;
      justify-content:center;
      background-color:var(--lime-400, #A3E635);
    }

    .my-dialogBox\:C4i_MkoQdX83_cLRQdDBM:hover {
      transition:background-color 150ms ease 0ms normal;
      background-color:var(--lime-300, #BEF264);
    }

    .my-dialogBox\:D_kOgaJMQgc6Qs9TVKaFx {
      color:var(--grey-700, #404040);
      width:fit-content;
      cursor:pointer;
      min-width:6rem;
      align-items:center;
      padding-top:.5rem;
      border-color:var(--grey-300, #D4D4D4);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:30px;
      padding-right:1rem;
      padding-bottom:.6rem;
      justify-content:center;
    }

    .my-dialogBox\:D_kOgaJMQgc6Qs9TVKaFx:hover {
      transition:background-color 150ms ease 0ms normal;
      background-color:var(--grey-100, #F5F5F5);
    }

    .SWxlP {
      position:relative;
      outline-color:transparent;
      outline-style:none;
      outline-width:0px;
      pointer-events:all;
    }

    .SWxlP:focus {
      outline-color:transparent;
      outline-style:none;
      outline-width:0px;
    }

    .my-dialogBox\:HQr0iNNkp2yzHcMNMszs9 {
      gap:15px;
      opacity:0;
      max-width:450px;
      min-width:350px;
      translate:0 16px;
      box-shadow:1px 4px 8px 0px #00000044;
      margin-left:10px;
      padding-top:1.5rem;
      margin-right:10px;
      padding-left:1.5rem;
      border-radius:7px;
      padding-right:1.5rem;
      padding-bottom:1.5rem;
      background-color:#ffffff;
    }

    .my-dialogBox\:HQr0iNNkp2yzHcMNMszs9.open {
      opacity:1;
      translate:0 0px;
    }

    .my-dialogBox\:HQr0iNNkp2yzHcMNMszs9.open-transition {
      transition:all 300ms ease 0ms normal;
    }

    .my-dialogBox\:HQr0iNNkp2yzHcMNMszs9.close-transition {
      transition:all 300ms ease 0ms normal;
    }

    .my-dialogBox\:HQr0iNNkp2yzHcMNMszs9.closing {
      translate:0 0px;
    }

    .KsFov {
      width:var(--width);
      height:var(--height);
      position:fixed;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      pointer-events:none;
      justify-content:center;
    }

    .KsFov.modal {
      touch-action:none;
      pointer-events:all;
    }

    .my-dialogBox\:TGJUWJAA_femoNICuhtNG {
      align-items:center;
      flex-direction:row;
      justify-content:end;
    }

    .eyJtCM {
      color:inherit;
      font-size:0.875rem;
      font-weight:var(--font-weight-semi-bold);
    }

    .eUWLHd {
      gap:10px;
      width:100%;
      flex-wrap:wrap;
      align-items:center;
      padding-top:15px;
      flex-direction:row;
      justify-content:end;
    }

    .PRyRB {
      color:inherit;
      font-size:1.5rem;
      font-weight:var(--font-weight-bold);
    }

    .byjkOA {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      z-index:-1;
      position:absolute;
    }

    .my-dialogBox\:mcH047WGN6RHwyRcw3Xs2 {
      opacity:0;
      background-color:#f5f5f580;
    }

    .my-dialogBox\:mcH047WGN6RHwyRcw3Xs2.open {
      opacity:1;
      backdrop-filter:blur(7px);
      -webkit-backdrop-filter:blur(7px);
    }

    .my-dialogBox\:mcH047WGN6RHwyRcw3Xs2.open-transition {
      transition:all 300ms ease 0ms normal;
    }

    .my-dialogBox\:mcH047WGN6RHwyRcw3Xs2.close-transition {
      transition:all 300ms ease 0ms normal;
    }

    .my-dialogBox\:y0026Cp_ojOlxwHcx2sRv {
      color:var(--grey-50, #FAFAFA);
      width:fit-content;
      cursor:pointer;
      min-width:6rem;
      align-items:center;
      padding-top:.5rem;
      padding-left:1rem;
      border-radius:30px;
      padding-right:1rem;
      padding-bottom:.6rem;
      justify-content:center;
      background-color:var(--red-600, #DC2626);
    }

    .my-dialogBox\:y0026Cp_ojOlxwHcx2sRv:hover {
      transition:background-color 150ms ease 0ms normal;
      background-color:var(--red-500, #EF4444);
    }

    .bufDEW {
      color:var(--blue-600, #2563EB);
      cursor:pointer;
      font-size:1.125rem;
      font-weight:var(--font-weight-light);
    }

    .bufDEW:hover {
      color:var(--blue-400, #60A5FA);
      transition:color 300ms ease 0ms normal;
    }

    .ccQOAT {
      color:inherit;
      width:500px;
      font-size:2.25rem;
      text-align:center;
      font-weight:var(--font-weight-bold);
    }

    .eHHpgo {
      color:#ffffff;
      font-size:2.25rem;
      text-align:center;
      font-weight:var(--font-weight-normal);
    }

    .flpDsd {
      width:100px;
      height:100px;
      border-radius:50px;
    }

    .uMNJv {
      color:inherit;
      font-size:var(--font-size-base);
      font-weight:var(--font-weight-semi-bold);
    }