@font-face {
  font-family: 'DrukWideBold';
  src: url(../static/Druk\ Wide\ Bold.ttf);
}

@font-face {
  font-family: 'Avenir';
  src: url(../static/AvenirRegular.otf);
}

* {
  box-sizing: border-box;
}

#feedWrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
}

*:not(#feedWrapper)::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

*:not(#feedWrapper)::-webkit-scrollbar-track {
  background: #5c5c5c36;
  border-radius: 10px
}

*:not(#feedWrapper)::-webkit-scrollbar-thumb {
  background: #575757;
  border-radius: 10px
}

*:not(#feedWrapper)::-webkit-scrollbar-thumb:hover {
  background: #4c4c4c;
}

input[type="date"]:not(.dateMatchInput) {
  flex-direction: column;
}

input[type="date"]:not(.dateMatchInput):before {
  content: attr(placeholder);
  color: #ffffff;
  margin-right: 0.5em;
}

@media screen and (min-width: 1024px) {
  *:not(#feedWrapper)::-webkit-scrollbar {
    width: 5px;
    height: 10px;
  }

  /* Left */
  /* *:not( #feedWrapper)::-webkit-scrollbar-button:horizontal:decrement
  {
    border-width: 7px 14px 7px 0;
    border-color: transparent #575757 transparent transparent;
  }

  *:not( #feedWrapper)::-webkit-scrollbar-button:horizontal:decrement:hover
  {
    border-color: transparent #575757 transparent transparent;
  } */


  /* Right */
  /* *:not( #feedWrapper)::-webkit-scrollbar-button:horizontal:increment
  {
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #575757;
    background-image: element('f0da');
    filter: invert();
  }

  *:not( #feedWrapper)::-webkit-scrollbar-button:horizontal:increment:hover
  {
    border-color: transparent transparent transparent #575757;
  } */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bg-gradient {
  background: rgb(81, 81, 81);
  background: linear-gradient(180deg, rgba(78, 78, 78, 1) 20%, rgba(25, 25, 25, 1) 100%);
}

h1 {
  font-size: 1rem;
}

span {
  letter-spacing: 0.025rem;
}

textarea {
  resize: none !important;
}

input::placeholder {
  color: rgb(134, 134, 134);
}

#galerySearch::placeholder {
  color: rgb(134, 134, 134);
}

/* #sidebarMenu{
  background-image: url(/assets/static/BARRA\ DE\ BUSQUEDA.jpg);
} */
.scouting-background__image {
  background-image: url(../RECURSOS\ GRÁFICOS/INTERFAZ\ VISOR\ SCOUTING\ VERTICAL.jpg);
}

.home-background__image {
  background-image: url(../static/bgCreateAccount.png);
  background-color: #292929;
}

@media screen and (min-width: 768px) {}

.user-background__image {
  background-color: #292929;
}

/* @media screen and (min-width: 640px) {
  .user-background__image{
    background-color: #131313;
  }
} */
ul {
  margin: 0;
}

ul.dashed {
  list-style-type: none;
}

ul.dashed>li {
  text-indent: -5px;
}

ul.dashed>li:before {
  content: "-";
  text-indent: -5px;
}

.active {
  color: #c9950d !important;
  opacity: 1 !important;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.posts-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* .grid-container::-webkit-scrollbar-track {
  background: #5c5c5c36;
  border-radius: 10px
}
.grid-container::-webkit-scrollbar-thumb {
  background: #575757;
  border-radius: 10px
}
.grid-container::-webkit-scrollbar-thumb:hover {
  background: #4c4c4c;
} */

.item {
  width: auto;
  border-radius: 0;
  margin: 0 !important;
  border: 1px solid #292929;
  background-color: #0c0c0c;
  border: 1px solid #292929;
  text-align: center;
  max-width: 33.33vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}

.item-2x1 {
  grid-row: span 2;
  /* max-height: 66.66vw; */
  aspect-ratio: 1/2;
}

.item-2x1 img {
  height: 100%;
  width: auto;
  max-width: unset;
}

.item-1x2 {
  grid-column: span 2;
  aspect-ratio: 2/1;
}

.item-1x2 .item--img {
  height: auto;
  width: 100%;
}

.item-1x2 img {
  height: auto;
  width: 100%;
  max-width: unset;
}

.item.item-2x1+.item-1x2:nth-child(3n) {
  grid-column: span 1;
  aspect-ratio: 1;
}

.item.item-2x1+.item-1x2:nth-child(3n) .item--img {
  height: 100%;
  display: flex;
  justify-content: center;
}

.item.item-2x1+.item-1x2:nth-child(3n) img {
  height: 100%;
  width: auto;
  max-width: unset;
}

/*   .item.item-1x2:nth-child(3n) {
  max-width: 33.33vw;
  aspect-ratio: 1;
} */

.options-bar {
  display: none;
}

@media screen and (min-width: 769px) {
  .item {
    max-width: 256px;
  }

  .item-2x1 {
    max-height: 512px;
  }

  .item-1x2 {
    max-width: 512px;
    max-height: 256px;
  }
}

.active-scout__nav {
  border-bottom: solid 2px #c9950d;
  color: #c9950d !important;
}

@media screen and (min-width: 1024px) {

  #programsFull,
  #scoutingFull {
    display: flex;
    grid-template-columns: minmax(auto, 300px) 768px;
    grid-template-rows: 100%;
    justify-content: space-around;
  }
}

@media screen and (min-width: 1280px) {

  #programsFull,
  #scoutingFull {
    display: grid;
    grid-template-columns: minmax(auto, 300px) 768px minmax(auto, 300px);
    grid-template-rows: 100%;
    justify-content: space-around;
  }
}

@media screen and (min-width: 1280px) {

  #programsFull,
  #scoutingFull {
    display: grid;
    grid-template-columns: minmax(auto, 300px) 768px minmax(auto, 300px);
    grid-template-rows: 100%;
    justify-content: space-around;
  }
}

@media screen and (min-width: 1536px) {

  #programsFull,
  #scoutingFull {
    display: grid;
    grid-template-columns: minmax(auto, 400px) 768px minmax(auto, 400px);
    grid-template-rows: 100%;
    justify-content: space-around;
  }
}

/* programs */
.programs-carousel__img {
  background: rgb(2, 0, 36);
  background: linear-gradient(0deg, rgba(20, 20, 20, 1) 0%, rgba(20, 20, 20, 0.55) 20%, rgba(0, 212, 255, 0) 100%);
}

.user-background__image {
  /* overflow-y: auto; */
}

#feedWrapper {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100%;
}

.videoItem {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.video-open__description {
  filter: brightness(0.5);
}

/* .showNavBar{
  top: 0!important;
  height: 15%!important;
} */
/* .isAbsoluteNavBar{
  width: 100%;
  position: sticky!important;
  top: -15vh;
  height: 0;
  transition: all 0.5s;
}
 */
.program-player__video {
  margin: auto;
  height: auto;
  width: 100dvw;
  max-height: 70dvh;
}

@media screen and (min-width: 640px) {
  #feedWrapper {
    height: 95%;
  }
}

@media screen and (min-width: 1024px) {
  .program-player__video {
    width: auto;
    min-height: 70dvh;
  }
}

/* Login */

.circle-center {
  position: absolute;
  left: -400vw;
  transform: translate(250vw, 0px);
  box-shadow: inset 0px 1px 20px 3px;
  justify-content: center;
  z-index: 10;
  top: 15dvh;
  border-radius: 99999999px;
  width: 400vw;
  height: 400vw;
  overflow: hidden;
}

.rotate {
  background: linear-gradient(135deg, #d47f00, #facb61);
}

.center {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .rotate {
    background: linear-gradient(135deg, #d47f00, #facb61);
  }
}

@media screen and (min-width: 560px) {
  .circle-center {
    position: relative;
    display: flex;
    left: 0;
    transform: initial;
    box-shadow: none;
    justify-content: center;
    z-index: 10;
    top: 0;
    border-radius: 0;
    width: 60vw;
    height: 85vh;
    overflow: hidden;
    background-color: transparent;
    background-image: none !important;
  }
}

/* Login */

/* Scouting */

.scouting-card {
  border-radius: 10px;
}

.scouting-card:hover {
  box-shadow: 0 0 17px 2px #292929;
}

/* Scouting */

#visorType:has(#visorSelect:checked) {
  background-color: white;
}

#atheleteType:has(#athleteSelect:checked) {
  background-color: white;
}


/* Toast */
.toast {
  display: flex;
  position: absolute;
  top: 0;
  z-index: 999999;
  background: white;
  max-width: 0;
  right: -60%;
  height: auto;
  min-height: 60px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 10px 15px;
  margin: 10px 0;
  width: auto;
  transition: all 0.3s ease-in-out;
}

.toast-content {
  display: grid;
  grid-template-columns: 15% 85%;
  justify-content: center;
  align-items: center;
}

.toast-displayed {
  right: 0;
  max-width: 70%;
  margin: 10px;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 640px) {
  .toast-displayed {
    max-width: 350px;
  }
}

/* Toast */

/* Loading */
.loadingIcon {
  display: flex !important;
}

/* Loading */

/* Carousel */
.horizontal-scroll__container {
  scroll-snap-type: x mandatory;
}

.horizontal-scrollable__item {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

/* Carousel */


/* .Marquee-content{

  display: flex;
  animation: marquee 10s linear infinite running;
  &:hover{
    animation-play-state: paused;
  }
}

  .Marquee-tag{

    width: 200px;
    margin: 0 .5em;
    padding: .5em;
    background: rgba(255, 255, 255, .1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    &:hover{
      background: rgba(255, 255, 255, .5);
      transform: scale(1.1);
      cursor: pointer;
    }
  }
    
    
@keyframes marquee{
  0%{
    transform: translateX(0)}
  100%{
    transform: translate(-50%)}} */