@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@700;800&display=swap);

:root {
   --pbgold: rgba(212, 175, 55, 0.4);
   --pbsilver: rgba(188, 198, 204, 0.4);
   --pbbronze: rgba(169, 113, 66, 0.4);
   --bg: #ffffff;

   --wxfdark: #1a1a1a;
   --wxfaccent: #ff5700;
   --wxfease: cubic-bezier(.4,1.9,.4,1);
}
.logo {
   font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
   font-weight: 800;
   line-height: 1;
   letter-spacing: -0.02em;
   white-space: nowrap;
   user-select: none;
   opacity: 0;
   transform: translateY(8px);
   animation: logoIn 640ms var(--wxfease) forwards;
}
.logosmall {
   font-size: 15px;
}
.logomedium {
   font-size: 21px;
}
.logolarge {
   font-size: clamp(86px, 15vw, 160px);
}

/* reliable reveal using max-width */
.wipe {
   display: inline-block;
   overflow: hidden;
   max-width: 0;
   animation: wipeIn 1200ms var(--wxfease) forwards;
   animation-delay: 120ms;
}

.base {
   color: var(--wxfdark);
}

.W {
   color: var(--wxfdark);
   font-size: 120%;
   margin-right: -0.075em
}

.x {
   color: var(--wxfaccent) !important;
   display: inline-block;
   transform-origin: 60% 70%;
   animation: xPop 1240ms var(--wxfease) forwards;
   animation-delay: 1240ms;
   font-size: 125%;
}

.chev {
   color: var(--wxfaccent) !important;   
   display: inline-block;
   opacity: 0;
   transform: translateX(-10px);
   animation: chevIn 840ms var(--wxfease) forwards;
   animation-delay: 1340ms;
}
.smalltrade {
   font-size: 0.6em;
   vertical-align: super;
}

.x1 {
   color: var(--wxfaccent) !important;
   display: inline-block;
   font-size: 125%;
}

.chev1 {
   color: var(--wxfaccent) !important;
   display: inline-block;   
}

@keyframes logoIn {
   to {
      opacity: 1;
      transform: translateY(0);
   }
}

@keyframes wipeIn {
   to {
      max-width: 100ch;
   }
}

@keyframes xPop {
   0% {
      transform: translateY(10px) scale(.80) rotate(-3deg);
   }

   60% {
      transform: translateY(-2px) scale(1.25) rotate(1deg);
   }

   100% {
      transform: translateY(0) scale(1) rotate(0deg);
   }
}

@keyframes chevIn {
   to {
      opacity: 1;
      transform: translateX(0);
   }
}







.fl {
    color: black;
    font-family: 'Figtree',Arial;
}

.flb {
    color: black;
    font-family: 'Figtree',Arial;
    font-weight: bold;
}


.sbg {
    background-color: #f7f7f7;
}
.e-grid .e-altrow {
    background-color: #f2f2f2;
}
.e-pb-gold {
    background-color: var(--pbgold);
   
    border-right: 1px solid silver;
}
.e-pb-silver {
    background-color: var(--pbsilver);
    
    border-right: 1px solid silver;
}
.e-pb-bronze {
    background-color: var(--pbbronze);
    
    border-right: 1px solid silver;
}
.pr-20{padding-right:20px;}
.hidden {
    display: none;
}
.toast-icons {
    font-family: 'Toast_icons' !important;
    speak: none;
    font-size: 55px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#toast_type .e-toast-icon.e-icons {
    height: auto;
    font-size: 30px;
}

.bootstrap5 #toast_type .e-toast-icon.e-icons,
.bootstrap5-dark #toast_type .e-toast-icon.e-icons {
    height: 25px;
}

.e-tooltip-css {
    filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.25));
}

.text {
    text-transform: capitalize;
    width: 155px;
}

.democontent {
    border: 1px solid grey;
}


.info a {
    color: #2FA1E3;
}

.info {
    padding-left: 12px;
    padding-right: 5px;
}
.edit_flex-container {
    display: flex;
    flex-wrap: nowrap;
}

.edit_flex-container .box1 {
    width: 90%;
}

.edit_flex-container .box2 {
    width: 10%;
    text-align: center;
    opacity: 0.6;
}

.highlight0 {
}

.highlight1 {
    background-color: yellow !important;
}

.highlight2 {
    background-color: orange !important;
}

.highlight3 {
    background-color: palegreen !important;
}

.highlight4 {
    background-color: palevioletred !important;
}

.highlight5 {
    background-color: lightskyblue !important;
}
.highlight6 {
    background-color: lightpink !important;
}
.highlight7 {
    background-color: greenyellow !important;
}
