/* glide css */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.squad-widget .bg-inverse {
  color: #fff;
  background-color: transparent !important;
}
.squad-widget .nav-tabs {
  border-bottom: 0;
}
.squad-widget .nav-tabs .nav-item {
  position: relative;
}
.squad-widget .nav-tabs .nav-item .nav-link {
  color: #383838 !important;
  text-transform: uppercase;
  background-color: transparent !important;
  border: none !important;
  padding: 0;
  padding-bottom: 0.1rem;
}
.squad-widget .nav-tabs .nav-item .nav-link::after {
  content: "";
  background: #fff;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.squad-widget .nav-tabs .nav-item .nav-link.active::after {
  background-color: #383838;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.squad-widget .nav-tabs .nav-item:not(:first-child) {
  margin-left: 0.75rem;
}
.squad-widget .tab-content .dark-bar {
  height: 80px;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.squad-widget .tab-content .player-squad-number {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  border-top: #ffc20e solid 4px;
  position: absolute !important;
  top: 40px !important;
  padding-left: 0.5rem;
}
.squad-widget .tab-content .player-img {
  width: 300px;
}
.squad-widget .tab-content .player-fullname {
  color: #ffc20e;
  line-height: 1;
  margin-bottom: 0;
  text-align: inherit;
  text-transform: uppercase;
}
.squad-widget .tab-content .matches .card-body {
  background-color: #000;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  border-bottom: 6px solid #ffc20e;
}
.squad-widget .tab-content .matches .card-body .team {
  display: flex;
  align-items: center;
  justify-content: center;
}
.squad-widget .tab-content .matches .card-body .team .team-badge {
  width: 100px;
}
.squad-widget .tab-content .matches .card-body .date-time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.squad-widget .tab-content .matches .card-body .date-time .fixture-date {
  color: grey;
  text-transform: uppercase;
  font-size: 20px;
}
.squad-widget .tab-content .matches .card-body .date-time .fixture-time {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
.squad-widget .tab-content .matches h2 {
  text-transform: uppercase;
  font-weight: bold;
}
.squad-widget .tab-content .matches h2.text-muted {
  font-size: 8px;
}
.squad-widget .glide__slides {
  align-items: end;
}
.squad-widget .glide__arrow.glide__arrow--right {
  margin-left: -3px;
}
.squad-widget .glide__arrow.disabled {
  background-color: transparent;
  border-color: #febc11;
  color: #383838;
}
.squad-widget .fas.fa-chevron-right, .squad-widget .fas.fa-chevron-left {
  font-size: 1.5rem;
}

/*# sourceMappingURL=style.css.map */
