body {
  padding: 0;
  margin: 0;
  background: #F7F7F7;
}

body code, pre {
  font-family: inherit;
}

.custom-scrollbar {
  &::-webkit-scrollbar {
    height: 8px;
    width: 10px;
  }

  &::-webkit-scrollbar-thumb {
    background: #003f72;
    border-radius: 4px;
    width: 4px;
  }

  &::-webkit-scrollbar-thumb:hover {
    background: #003f72;
  }
}
.responsive-logo {
    max-width: 100%;
    height: 40px;
}
  
@media (max-width: 768px) {
    .responsive-logo {
        max-height: 40px;
    }
}
  
@media (max-width: 500px) {
    .responsive-logo {
        max-height: 25px;
    }
}.selected-item svg {
    fill: #003F72;
}@keyframes ldio-djzo1fsm1rg {
  0% {
    background: #0064FF;
  }
  12.5% {
    background: #0064FF;
  }
  12.625% {
    background: #002850;
  }
  100% {
    background: #002850;
  }
}

.ldio-djzo1fsm1rg div {
  
  position: absolute;
  width: 40px;
  height: 40px;
  background: #002850;
  animation: ldio-djzo1fsm1rg 1s linear infinite;
}

.loadingio-spinner-blocks-1caz15z2lf5 {
  z-index: 1000;
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background:transparent;
}

.ldio-djzo1fsm1rg {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}

.ldio-djzo1fsm1rg div {
  box-sizing: content-box;
}
.ribbon {
    position: absolute;
    left: -8px;
    top: 10px;
    width: -moz-fit-content;
    width: fit-content;
    --f: .5em;
    --r: .8em;
    background: #5F5FA4;
    border-bottom: var(--f) solid #0005;
    border-right: var(--r) solid #0000;
    clip-path: polygon(0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)), calc(100% - var(--r)) calc(50% - var(--f) / 2), 100% 0);
}