html {
  scroll-behavior: smooth;
}

a {
  color: #ffffff;
  outline: 0 !important;
  text-decoration: none;
}

.form-control.error {
  background: #ffe2e2 !important;
}

label.error {
  display: none !important;
}

.day-item {
  cursor: pointer;
}

.table-results .result {
  min-width: 50px;
}

.table-results .club-name {
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
  display: inline-block;
  width: calc(100% - 40px);
  line-height: 1;
  vertical-align: middle;
}

.bank-icon {
  width: 30px;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  margin-right: 10px;
}

.line-dot {
  height: 1px;
  border: dashed 1px #eeeeee;
  margin-bottom: 10px;
}

#confirm-withdraw-box span {
  font-size: 10px;
}
#confirm-withdraw-box strong {
  font-weight: bold;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.empty-box {
  text-align: center;
  margin-top: 60px;
}
.empty-box img {
  display: block;
  margin: 0 auto;
}
.empty-box span {
  display: block;
  color: #000000;
  margin-top: 5px;
}

.transaction-status {
  display: inline-block;
  font-size: 15px;
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}
.transaction-status.pending {
  background: rgba(73, 117, 163, 0.1);
  color: #4975A3;
}
.transaction-status.success {
  background: rgba(3, 208, 125, 0.1019607843);
  color: #03D07D;
}
.transaction-status.cancel {
  background: rgba(236, 86, 86, 0.1019607843);
  color: #EC5656;
}

.item-withdraw .row:first-child {
  font-size: 18px;
}
.item-withdraw .price {
  font-size: 18px;
  font-weight: bold;
}
.item-withdraw .date {
  font-size: 13px;
  color: #aeaeae;
}

.package-list .text-title {
  color: #000000;
}
.package-list .text-title .col-5 {
  text-align: right;
  font-weight: bold;
}
.package-list .add-qty {
  display: flex;
}
.package-list button {
  background: transparent;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
  color: #000000;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 25px;
}
.package-list .qty {
  padding: 0 5px;
  border: 1px solid #9f9f9f;
  display: inline-block;
  font-size: 18px;
  border-radius: 6px;
  height: 25px;
  width: 40px;
  text-align: center;
  margin: 0 5px;
}
.package-list.input-list .form-check .form-check-label:before, .package-list.input-list .form-check .form-check-label:after {
  top: 50%;
  transform: translateY(-50%);
}

.bg-primary {
  background: #152D53 !important;
}

.player-item.captain .shirt::after, .player-item.spare-captain .shirt::after {
  padding-top: 2px;
}

.gradient-head .in {
  padding: 15px 10px 15px 10px;
}

.game-week-detail .end-time {
  font-size: 16px;
}

.player-item {
  cursor: pointer;
}
.player-item.ex {
  background: rgba(255, 121, 0, 0.4);
}
.player-item.current-active {
  background: rgba(255, 196, 0, 0.47);
}

.table-player .shirt {
  margin-right: 5px;
}

#ModalPlayers .table td, #ModalPlayers .table th {
  padding: 5px;
  cursor: pointer;
}
#ModalPlayers .table tr.disabled {
  opacity: 0.5;
  cursor: none;
}

.player-item.spare {
  display: none;
}
.player-item .shirt img {
  width: 40px;
  height: auto;
}

.position-rate .position {
  line-height: 1.2;
  padding: 5px 0;
}

strong, b {
  font-weight: bold;
}

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

#top-week {
  position: relative;
}
#top-week:after {
  display: block;
  content: "";
  background: url("../../assets/img/bg-top-week.png") top right no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.player-group {
  margin-top: 5%;
}

#spare {
  background: rgb(148, 255, 212);
  padding-bottom: 10px;
  padding-top: 10px;
}
#stage {
  background: url("../../assets/img/stage.svg") top center no-repeat;
  background-size: 500px;
}

#support-button {
  width: 90px;
  height: 30px;
  cursor: pointer;
}
#support-button img {
  width: 30px;
  height: auto;
}

.section-primium-package .type-user {
  margin: 0;
}

h2.type-user {
  position: relative;
}
h2.type-user::after {
  position: absolute;
  display: block;
  content: "";
  width: 70px;
  height: 54px;
  background: url("../img/craw.png") top center no-repeat;
  top: -50px;
  left: -10px;
}

#select-week {
  background: transparent;
  border: none;
  color: #ffffff;
  text-align: center;
}
#select-week:focus, #select-week:active {
  outline: none !important;
  box-shadow: none;
}

.shirt {
  position: relative;
}
.shirt ion-icon {
  background: #0d8800;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  color: #ffffff;
}

/*
#logo {
  position: absolute;
  left: 15px;
  top: 5px;
  width: 120px;

  img {
    width: 100%;
    height: auto;
    max-height: unset !important;
  }
}

@media screen and (max-width: 385px) {
  #logo {
    width: 150px;
  }
}

@media screen and (max-width: 350px) {
  #logo {
    width: 120px;
  }
}*/
.game-select {
  position: relative;
  padding: 10px 20px;
  display: inline-block;
  font-weight: bold;
  color: #D9D9D9;
  width: calc(50% - 10px);
  text-align: center;
}
.game-select:last-child {
  margin-left: 15px;
}
.game-select:hover {
  color: #ffffff;
}
.game-select span {
  position: relative;
  z-index: 3;
  display: block;
}
.game-select:before {
  content: "";
  padding: 10px 20px;
  display: block;
  transform: skewX(-30deg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #A6A6A6;
  z-index: 2;
}
.game-select:after {
  content: "";
  display: none;
  transform: skewX(-30deg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #ffffff;
  z-index: 1;
}
.game-select.active {
  color: #04254D;
}
.game-select.active:before {
  background: #07FEFA;
}
.game-select.active:after {
  display: block;
}

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