
  

  
  @property --font-size--lg {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 18px;
}
@property --font-size--sm {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 14px;
}
@property --color--primary {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --font-size--2xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 24px;
}
@property --color--red--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEE2E2;
}
@property --color--red--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCA5A5;
}
@property --color--red--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EF4444;
}
@property --color--red--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B91C1C;
}
@property --color--red--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #7F1D1D;
}
@property --font-size--base {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 16px;
}
@property --color--blue--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DBEAFE;
}
@property --color--blue--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #93C5FD;
}
@property --color--blue--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --color--blue--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1D4ED8;
}
@property --color--blue--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1E3A8A;
}
@property --color--grey--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F5F5F5;
}
@property --color--grey--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D4D4D4;
}
@property --color--grey--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --color--grey--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #404040;
}
@property --color--grey--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #171717;
}
@property --color--secondary {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --color--green--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D1FAE5;
}
@property --color--green--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #6EE7B7;
}
@property --color--green--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #10B981;
}
@property --color--green--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #047857;
}
@property --color--green--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #064E3B;
}
@property --font-family--text {
  syntax: "<custom-ident> | <string>";
  inherits: true;
  initial-value: system-ui;
}
@property --font-weight--bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 700;
}
@property --color--yellow--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEF3C7;
}
@property --color--yellow--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCD34D;
}
@property --color--yellow--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F59E0B;
}
@property --color--yellow--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B45309;
}
@property --color--yellow--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #78350F;
}
@property --font-weight--light {
  syntax: "<number>";
  inherits: true;
  initial-value: 300;
}
@property --font-family--heading {
  syntax: "<custom-ident> | <string>";
  inherits: true;
  initial-value: sans-serif;
}
@property --font-weight--regular {
  syntax: "<number>";
  inherits: true;
  initial-value: 400;
}
@property --font-weight--semi-bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 600;
}

  :host, :root {
  --font-size--lg: 1.125rem;
  --font-size--sm: 0.875rem;
  --color--primary: var(--color--blue--500);
  --font-size--2xl: 1.5rem;
  --color--red--100: #FEE2E2;
  --color--red--300: #FCA5A5;
  --color--red--500: #EF4444;
  --color--red--700: #B91C1C;
  --color--red--900: #7F1D1D;
  --font-size--base: 1rem;
  --color--blue--100: #DBEAFE;
  --color--blue--300: #93C5FD;
  --color--blue--500: #3B82F6;
  --color--blue--700: #1D4ED8;
  --color--blue--900: #1E3A8A;
  --color--grey--100: #F5F5F5;
  --color--grey--300: #D4D4D4;
  --color--grey--500: #737373;
  --color--grey--700: #404040;
  --color--grey--900: #171717;
  --color--secondary: var(--color--grey--500);
  --color--green--100: #D1FAE5;
  --color--green--300: #6EE7B7;
  --color--green--500: #10B981;
  --color--green--700: #047857;
  --color--green--900: #064E3B;
  --font-family--text: system-ui;
  --font-weight--bold: 700;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --font-family--heading: sans-serif;
  --font-weight--regular: 400;
  --font-weight--semi-bold: 600;
}
  
  
  [data-nc-theme~="Default"] {
  --font-size--lg: 1.125rem;
  --font-size--sm: 0.875rem;
  --color--primary: var(--color--blue--500);
  --font-size--2xl: 1.5rem;
  --color--red--100: #FEE2E2;
  --color--red--300: #FCA5A5;
  --color--red--500: #EF4444;
  --color--red--700: #B91C1C;
  --color--red--900: #7F1D1D;
  --font-size--base: 1rem;
  --color--blue--100: #DBEAFE;
  --color--blue--300: #93C5FD;
  --color--blue--500: #3B82F6;
  --color--blue--700: #1D4ED8;
  --color--blue--900: #1E3A8A;
  --color--grey--100: #F5F5F5;
  --color--grey--300: #D4D4D4;
  --color--grey--500: #737373;
  --color--grey--700: #404040;
  --color--grey--900: #171717;
  --color--secondary: var(--color--grey--500);
  --color--green--100: #D1FAE5;
  --color--green--300: #6EE7B7;
  --color--green--500: #10B981;
  --color--green--700: #047857;
  --color--green--900: #064E3B;
  --font-family--text: system-ui;
  --font-weight--bold: 700;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --font-family--heading: sans-serif;
  --font-weight--regular: 400;
  --font-weight--semi-bold: 600;
}
    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* 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;
    }
  }
}


    .bRNDmh {
      width:100%;
      height:100%;
      background:#0e1115;
      align-items:center;
      justify-content:flex-start;
    }

    .nwYp {
      flex:1;
      width:100%;
      max-width:400px;
      overflow-x:auto;
      overflow-y:auto;
    }

    .dzGAxB {
      width:100%;
      height:100%;
      object-fit:contain;
      object-position:left;
    }

    .epOgDU {
      color:#ffffff;
      font-size:12px;
      background:#367fed1f;
      align-items:flex-start;
      margin-left:-5px;
      padding-top:5px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:5px;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .cbXyoe {
      width:115px;
    }

    .fvqXEi {
      width:25px;
      height:25px;
    }

    .PRFuF {
      flex:1;
      width:100%;
      max-width:400px;
      background:#101418;
      overflow-x:auto;
      overflow-y:auto;
    }

    .doZgrK {
      color:#969696;
      font-size:12px;
    }

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

    .eRUsbb {
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bwwgFM {
      width:40px;
      height:40px;
      background:#363636;
      border-top-left-radius:100%;
      border-top-right-radius:100%;
      border-bottom-left-radius:100%;
      border-bottom-right-radius:100%;
    }

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

    .cPWGRj {
      width:100%;
      height:90px;
      max-width:400px;
      background:#0e1115;
      align-items:center;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      flex-direction:row;
      padding-bottom:20px;
      justify-content:flex-start;
    }

    .eJKPyC {
      height:15px;
    }

    .zwZBl {
      flex:1;
      height:100%;
      row-gap:15px;
      column-gap:15px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-end;
    }

    .edupcE {
      flex:1;
      row-gap:8px;
      column-gap:8px;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
    }

    .dWJTCs {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      display:flex;
      row-gap:20px;
      z-index:999999999999;
      position:fixed;
      background:#0e1115;
      column-gap:20px;
      transition:all 300ms ease 0ms normal;
      align-items:center;
      justify-content:center;
    }

    .dWJTCs.hide {
      display:flex;
      opacity:0;
      padding-left:100%;
      pointer-events:none;
    }

    .VYOGb {
      color:#ffffff;
      font-size:14px;
      font-weight:600;
    }

    .WqaXW {
      flex:1;
      color:#ffffff;
      cursor:pointer;
      height:100%;
      font-size:12px;
      background:#1b80ec;
      align-items:center;
      padding-left:10px;
      padding-right:10px;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .RRpia {
      width:15px;
      height:15px;
    }

    .borwkf {
      color:#0f1317;
    }

    .cxsmWd {
      width:100%;
      row-gap:5px;
      column-gap:5px;
      align-items:flex-start;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:column;
      padding-bottom:10px;
      justify-content:flex-start;
    }

    .brDuPZ {
      color:#a3a3a3;
      font-size:12px;
      align-items:flex-end;
      justify-content:center;
    }

    .dDxJZn {
      font-size:14px;
      appearance:none;
      text-align:left;
      padding-left:5px;
      padding-right:5px;
      -moz-appearance:none;
      text-align-last:center;
      -webkit-appearance:none;
    }

    .cdnbiL {
      row-gap:5px;
      background:#1981ee14;
      column-gap:5px;
      align-items:center;
      padding-top:5px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:flex-start;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    .bbRLHE {
      flex:1;
      color:#d4b6f2;
      height:100%;
      font-size:12px;
      background:#7c0daf78;
      align-items:center;
      padding-left:10px;
      padding-right:10px;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .gSnRv {
      flex:1;
      color:#ffffff;
      height:100%;
      font-size:12px;
      background:#c64901;
      align-items:center;
      padding-left:10px;
      padding-right:10px;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .dphTlL {
      width:100%;
      row-gap:5px;
      column-gap:5px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bzIjaX {
      flex:0;
      color:#b8b8b8;
      font-size:11px;
      text-align:center;
      align-items:center;
      font-weight:500;
      line-height:12px;
      justify-content:center;
    }

    .bytGhz {
      color:#ffffff;
      width:55px;
      background:#0e1115;
      align-items:center;
      padding-top:8px;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    .bnpVl {
      flex:1;
      color:#ffffff;
      cursor:pointer;
      height:100%;
      font-size:12px;
      background:#d67c00;
      align-items:center;
      padding-left:10px;
      padding-right:10px;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .dGSxVU {
      width:100%;
      margin-top:10px;
    }

    .QEIJX {
      height:10px;
      margin-left:18px;
      border-left-color:#1b3245;
      border-left-style:solid;
      border-left-width:3px;
    }

    .cahvfN {
      flex:1;
      color:#a3a3a3;
      font-size:12px;
    }

    .bHMQkP {
      width:100%;
      height:35px;
      row-gap:10px;
      column-gap:10px;
      margin-top:10px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .cbAqTL {
      flex:1;
      row-gap:5px;
      column-gap:5px;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .QaLfS {
      font-size:14px;
      appearance:none;
      text-align:left;
      padding-left:8px;
      padding-right:10px;
      -moz-appearance:none;
      text-align-last:center;
      -webkit-appearance:none;
    }

    .dWHkXI {
      display:flex;
      font-size:12px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .WePWz {
      color:#ffffff;
      width:55px;
      background:#142f4866;
      align-items:center;
      padding-top:8px;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    .epAoEm {
      color:#ffffff;
      font-size:12px;
      background:#197ae11a;
      min-height:100px;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:10px;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    .epAoEm::placeholder {
      color:#1f456b;
    }

    .czNmmz {
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:40px;
      z-index:999;
      position:fixed;
      background:linear-gradient(#0e111500 0%, #0f1317 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      pointer-events:none;
    }

    .cxoWVu {
      flex:1;
      color:#ffffff;
      height:100%;
      row-gap:10px;
      font-size:12px;
      background:#c64901;
      column-gap:10px;
      align-items:center;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .qYtPp {
      flex:0;
      color:#f2f2f2;
      font-size:20px;
      text-align:center;
      align-items:center;
      font-weight:600;
      line-height:22px;
      justify-content:center;
    }

    .eJjWVm {
      color:#0f1317;
      padding-left:3px;
      padding-right:3px;
    }

    .cDLcbN {
      width:100%;
      font-size:14px;
      align-items:center;
      padding-top:30px;
      padding-bottom:30px;
      justify-content:center;
    }

    .bDGDiI {
      flex:1;
      width:100%;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    .ueUNW {
      flex:1;
      color:#ffffff;
      cursor:pointer;
      height:100%;
      font-size:12px;
      background:#1b80ec;
      align-items:center;
      padding-left:10px;
      padding-right:10px;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .ueUNW.manage {
      background:#2e5ba7;
    }

    .daCMnS {
      width:20px;
      height:20px;
    }

    .eipcJv {
      color:#ffffff;
      row-gap:5px;
      font-size:12px;
      background:#183859;
      column-gap:5px;
      align-items:center;
      padding-top:5px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:flex-start;
      border-top-left-radius:5px;
      border-top-right-radius:5px;
      border-bottom-left-radius:5px;
      border-bottom-right-radius:5px;
    }

    .cIjAQK {
      height:100%;
      row-gap:10px;
      column-gap:10px;
      align-items:flex-end;
      flex-direction:column;
      justify-content:flex-start;
    }

    .xcVQD {
      height:35px;
      row-gap:10px;
      column-gap:10px;
      margin-top:10px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .eaUDTW {
      color:#00e047;
      row-gap:5px;
      font-size:12px;
      background:#00fa9252;
      column-gap:5px;
      align-items:center;
      padding-top:5px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:flex-start;
      border-top-left-radius:5px;
      border-top-right-radius:5px;
      border-bottom-left-radius:5px;
      border-bottom-right-radius:5px;
    }

    .bzvSPv {
      color:#ffffff;
      row-gap:5px;
      font-size:12px;
      column-gap:5px;
      align-items:center;
      padding-left:5px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .enmxxm {
      color:#ffffff;
      font-size:20px;
      font-weight:600;
    }

    .bUOAEZ {
      flex:1;
      height:100%;
      align-items:center;
      flex-direction:row;
      justify-content:flex-end;
    }

    .fBwrCM {
      color:#ffffff;
      cursor:pointer;
      row-gap:0px;
      background:#0e1115;
      column-gap:0px;
      text-align:left;
      transition:all 300ms ease;
      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:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    .exteTz {
      color:var(--color--grey--300);
      row-gap:5px;
      font-size:12px;
      background:#404040;
      column-gap:5px;
      align-items:center;
      padding-top:5px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:flex-start;
      border-top-left-radius:5px;
      border-top-right-radius:5px;
      border-bottom-left-radius:5px;
      border-bottom-right-radius:5px;
    }

    .exteTz.unavailable {
      color:#c67301;
      background:#ffc4000a;
    }

    .exteTz.available {
      color:#72b0f3;
      background:#1b80ec1a;
      padding-left:8px;
    }

    .exteTz.invited {
      color:#1ac11a;
      background:#0080003b;
      border-color:#1ac11a;
      border-style:solid;
      border-width:1px;
      padding-left:8px;
    }

    .exteTz.requested {
      color:#72b0f3;
      background:#1b80ec36;
      border-color:#367eed;
      border-style:solid;
      border-width:1px;
    }

    .exteTz.assigned {
      color:#ffffff;
      background:#367feda8;
      padding-left:8px;
    }

    .exteTz.standby {
      color:#f18d04;
      background:#ffc4000a;
      border-color:#c67301;
      border-style:solid;
      border-width:1px;
    }

    .dIIndj {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      z-index:99999;
      position:fixed;
      background:#000000d9;
      align-items:center;
      padding-left:30px;
      padding-right:30px;
      justify-content:center;
      -webkit-backdrop-filter:blur(5px);
    }

    .euVHRS {
      width:100%;
      max-width:400px;
    }

    .fCYMpa {
      color:#e0e0e0;
    }

    .bA-DFud {
      flex:1;
      color:#ffffff;
      cursor:pointer;
      height:100%;
      row-gap:10px;
      font-size:12px;
      background:#1b80ec;
      column-gap:10px;
      align-items:center;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .cWzbEG {
      width:6px;
      height:6px;
      background:#367fed;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .cWzbEG.status {
      display:none;
    }

    .bkoAkB {
      color:#ffffff;
      cursor:pointer;
      background:#0e1115;
      text-align:left;
      transition:all 300ms ease;
      align-items:center;
      padding-top:10px;
      padding-left:8px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:flex-start;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    .berweI {
      flex:0;
      color:#919191;
      font-size:10px;
      text-align:center;
      align-items:center;
      font-weight:500;
      line-height:10px;
      justify-content:center;
    }

    .faWka-d {
      flex:1;
      color:#ffffff;
      cursor:pointer;
      height:100%;
      row-gap:5px;
      font-size:12px;
      background:#1b80ec;
      column-gap:5px;
      align-items:center;
      line-height:14px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .faWka-d:active {
      color:#387feee8;
      background:var(--color--grey--900);
    }

    .eXAjiP {
      color:#72b0f3;
      width:20px;
      height:20px;
      row-gap:3px;
      font-size:medium;
      column-gap:3px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .dmoLFw {
      width:100%;
      cursor:pointer;
      row-gap:5px;
      background:#1981ee0d;
      column-gap:5px;
      text-align:left;
      transition:all 300ms ease;
      align-items:flex-start;
      padding-top:10px;
      border-color:#197ae11a;
      border-style:solid;
      border-width:1px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:10px;
      justify-content:flex-start;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    .dmoLFw.selected {
      background:#1f252b9c;
      border-color:#1b80ee4d;
      border-style:solid;
      border-width:1px;
    }

    .dmoLFw.assigned {
      border-color:#367feda8;
      border-style:dotted;
      border-width:1px;
    }

    .cMeSXc {
      top:0px;
      flex:1;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .dKdZvu {
      flex:1;
      color:#ffffff;
      cursor:pointer;
      height:100%;
      row-gap:10px;
      font-size:12px;
      background:#d67c00;
      column-gap:10px;
      align-items:center;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .eMRgmK {
      font-size:11px;
    }

    .esXKeJ {
      flex:1;
      color:#c9c9c9;
      font-size:12px;
    }

    .cNiXtv {
      width:100%;
      row-gap:10px;
      background:#050b11;
      column-gap:10px;
      text-align:left;
      transition:all 300ms ease;
      align-items:flex-start;
      padding-top:15px;
      border-color:#197ae11a;
      border-style:solid;
      border-width:1px;
      padding-left:15px;
      padding-right:15px;
      padding-bottom:15px;
      justify-content:flex-start;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    .ctMkwB {
      width:100%;
      height:100%;
      align-items:center;
      justify-content:flex-start;
    }

    .fcopvL {
      row-gap:2px;
      column-gap:2px;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .dQDaHH {
      flex:1;
      align-items:flex-end;
      justify-content:flex-end;
    }

    .fzNfuc {
      flex:1;
      color:#197ae19e;
      cursor:pointer;
      height:100%;
      font-size:12px;
      background:#142f4866;
      align-items:center;
      user-select:none;
      padding-left:10px;
      padding-right:10px;
      justify-content:center;
      -webkit-user-select:none;
      -webkit-touch-callout:none;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .fzNfuc:active {
      color:#ffffff;
      background:#197ae1c9;
    }

    .fzNfuc:hover {
      color:#ffffff;
      background:#197ae1c9;
    }

    .chAOKJ {
      width:100%;
    }

    .Xrvhu {
      width:30px;
      height:30px;
    }

    .eMZRdb {
      color:#ffffff;
      font-size:18px;
      font-weight:600;
    }

    .cLAixs {
      color:#387feee8;
      row-gap:3px;
      font-size:medium;
      column-gap:3px;
      align-items:center;
      padding-left:3px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .dNsbwP {
      width:18px;
      height:18px;
      margin-right:2px;
    }

    .TMMLH {
      color:#72b0f3;
      row-gap:3px;
      font-size:medium;
      column-gap:3px;
      align-items:center;
      padding-left:3px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .FeLCH {
      color:#ffffff;
      cursor:pointer;
      row-gap:8px;
      background:#0e1115;
      column-gap:8px;
      text-align:left;
      transition:all 300ms ease;
      align-items:center;
      padding-top:10px;
      padding-left:8px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:flex-start;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    .cTivGy {
      flex:1;
      width:100%;
      row-gap:30px;
      background:linear-gradient(#101418 0%, #0e1115 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      column-gap:30px;
      overflow-x:hidden;
      overflow-y:auto;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:20px;
      scrollbar-width:none;
      -ms-overflow-style:none;
    }

    .cTivGy::-webkit-scrollbar {
    width: 0;
    }

    .cykpkE {
      color:#ffffff;
      font-size:18px;
      padding-left:15px;
      padding-right:15px;
    }

    .FRjSp {
      line-height:15px;
    }

    .dzWXIV {
      height:100%;
      row-gap:5px;
      flex-grow:4;
      column-gap:5px;
      flex-basis:0%;
      align-items:center;
      flex-shrink:1;
      flex-direction:row;
      justify-content:flex-end;
    }

    .dsFtXV {
      row-gap:10px;
      column-gap:10px;
      transition:opacity 300ms ease var(--order);
    }

    .dsFtXV.hide {
      display:none;
      opacity:0;
    }