@font-face {
    font-family: 'Poppins-Regular';
    src: url('../font-face/poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url('../font-face/poppins/Poppins-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('../font-face/poppins/Poppins-Medium.otf') format('truetype');
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

button {
  cursor: pointer;
}

.text-bold {
  font-family: "Poppins-Bold";
}

.team-container {
  position: relative;
  margin: 25px 65px 200px 65px;
  font-family: "Poppins-Regular";
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

.team-container .team-card {
  width: 289px;
  padding: 12px;
  display: flex;
  border-radius: 13px;
  border: 1px solid rgba(215,215,215, 1);
  opacity: 1;
  background-color: rgba(255,255,255, 1);
  align-items: center;
  cursor: pointer;
}

.team-card.active {
  border-radius: 13px;
  border: 3px solid rgba(250,100,0, 1);
}

.team-card-img {
  border-radius: 14px;
  flex: 0 0 76px;
  height: 76px;
  border: 1px solid rgba(151,151,151, 1);
}

.team-card-desc {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
}

.team-card-desc-name {
  opacity: 1;
  color: rgba(0,0,0,1);
  font-family: "Poppins-Regular";
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 21px;
  margin-bottom: 8px;
}

.team-card-desc-input {
  border-radius: 5px;
  border: 1px solid rgba(98,54,255, 1);
  opacity: 1;
  background-color: rgba(255,255,255, 1);
  padding: 3px 8px;
  width: 88px;
  color: rgba(14,1,62,1);
  font-family: "Poppins-Regular";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
}

.inside-header {
  border: 1px solid rgba(255,193,193, 1);
  opacity: 1;
  background-color: rgba(255,246,244, 1);
  padding: 15px 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inside-header-img {
  border-radius: 50%;
  flex: 0 0 69px;
  height: 69px;
  border: 0.452379px solid rgba(151,151,151, 1);
  opacity: 1;
  background-color: rgba(216,216,216, 1);
  position: relative;
}

.inside-header-img-text {
  border-radius: 17.190466px;
  opacity: 1;
  background-color: rgba(255,13,13, 1);
  opacity: 1;
  color: rgba(255,255,255,1);
  font-family: "Poppins-Bold";
  font-size: 18.172778px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  bottom: 5px;
  position: absolute;
  right: -15px;
  padding: 0 6px;
}

.inside-header-player-desc {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 30px;
}

.inside-header-player-name {
  opacity: 1;
  color: rgba(0,0,0,1);
  font-family: "Poppins-Bold";
  font-size: 23.605263px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 20px;
  line-height: 1;
}

.inside-header-base-price {
  opacity: 1;
  color: rgba(0,60,250,1);
  font-family: "Poppins-Medium";
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
}

.random-player-btn {
  border-radius: 8px;
  background-color: rgba(98,54,255, 1);
  opacity: 1;
  color: rgba(255,255,255,1);
  font-family: "Poppins-Medium";
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  padding: 12px 24px;
  margin-left: 10px;
  border: none;
}

.inside-header-img-name-wrap {
  display: inline-flex;
  flex: 0 0 30%;
  cursor: pointer;
}

.refresh-btn {
  border-radius: 8px;
  border: 1px solid rgba(191,191,191, 1);
  opacity: 1;
  width: 54px;
  height: 48px;
  background-color: #FFF6F4;
  /*margin-right: 8px;*/
}

.inside-header-button-container {
  display: inline-flex;
  align-items: center;
}

.inside-header-desc {
  opacity: 1;
  color: rgba(0,0,0,1);
  font-family: "Poppins-Regular";
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  flex: 0 0 40%;
}

.inside-header-bid-price {
  font-family: "Poppins-Bold";
  color: #6236FF;
}

.inner-footer {
  font-family: "Poppins-Regular";
  position: fixed;
  bottom: 90px;
  border-radius: 24px;
  border: 3px solid rgba(205,191,255, 1);
  opacity: 1;
  background-color: rgba(246,244,255, 1);
  padding: 16px 30px;
  left: 0;
  right: 0;
  max-width: 60%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-footer-text-block {
  opacity: 1;
  color: rgba(0,0,0,1);
  font-family: "Poppins-Regular";
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  margin-right: 20px;
}

.inner-footer-btn-unsold {
  opacity: 1;
  color: rgba(98,54,255,1);
  font-family: "Poppins-Medium";
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid rgba(98,54,255, 1);
  background-color: rgba(255,255,255, 1);
  margin-right: 15px;
  padding: 15px 25px;
  width: 127px;
}

.inner-footer-btn-sold {
  border-radius: 8px;
  opacity: 1;
  background-color: rgba(98,54,255, 1);
  color: rgba(255,255,255,1);
  font-family: "Poppins-Medium";
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 25px;
  width: 127px;
  border: none;
}

.player-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.player-card {
  border-radius: 18px;
  border: 2px solid rgba(255,185,127, 1);
  opacity: 1;
  background-color: rgba(255,255,255, 1);
  width: 358px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  margin: auto;
  box-sizing: border-box;
  background: url('/images/topBG.png') no-repeat;
  /* height: 615px; */

}

.player-card-img-wrap {
  position: relative;
}

.player-card-img {
  height: 258px;
  width: 258px;
  border-radius: 50%;
}

.player-card-img-text {
  border-radius: 43.139535px;
  border: 0.493689px solid rgba(151,151,151, 1);
  opacity: 1;
  background-color: rgba(255,13,13, 1);
  /*bottom: 5px;*/
  position: absolute;
  right: -10px;
  top: -20px;
  opacity: 1;
  color: rgba(255,255,255,1);
  font-size: 36.604651px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-align: center;
  /*width: 80px;*/
  padding: 0px 14px;
}

.player-card-name {
  color: rgba(0,0,0,1);
  font-family: "Poppins-Bold";
  font-size: 29.911728px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  padding-top: 14px;
}

.player-card-player-text {
  color: rgba(0,0,0,1);
  font-family: "Poppins-Regular";
  font-size: 19.72093px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
}

.player-card-baseprice {
  color: rgba(0,60,250,1);
  font-family: "Poppins-Bold";
  font-size: 22.186047px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
}

.player-popup-overlay {
  background-color: rgba(0,0,0,0.4);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.player-card-outline {
  background-color: #ffff;
  padding: 12px;
  min-height: 340px;
  border-radius: 18px;
  transform: scale(1.7);
}

.inner-footer-wrap {
  display: flex;
  position: fixed;
  bottom: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  opacity: 1;
  color: rgba(0,0,0,1);
  font-family: "Poppins-Regular";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  padding: 10px 40px;
  box-sizing: border-box;
  box-shadow: 0px -6px 5px rgba(0,0,0, 0.087795);
  background-color: rgba(255,255,255, 1);
  z-index: 99;
}

.right-block {
  display: inline-flex;
  align-items: center;
}


#current_player_bid {
    animation: blinker 2s linear infinite;
}


@media only screen and (max-width: 1024px) and (min-width: 960px) {
     .inner-footer-wrap > div:first-child {
         display: none;
    }
     .inner-footer-wrap {
         padding: 8px 60px;
    }
     .inner-footer-wrap .right-block {
         margin-left: 10%;
         font-size: 15px;
    }
     .inner-footer-wrap {
         display: none !important;
         position: fixed;
         bottom: 0;
         align-items: center;
         justify-content: space-between;
         width: 100%;
         opacity: 1;
         color: rgba(0,0,0,1);
         font-family: "Poppins-Regular";
         font-size: 18px;
         font-weight: 400;
         font-style: normal;
         letter-spacing: 0px;
         text-align: left;
         padding: 20px 60px;
         box-sizing: border-box;
         box-shadow: 0px -6px 5px rgba(0,0,0, 0.087795);
         background-color: rgba(255,255,255, 1);
         z-index: 99;
    }
     .inner-footer {
         font-family: "Poppins-Regular";
         position: fixed;
         bottom: 4px;
         border-radius: 24px;
         border: 3px solid rgba(205,191,255, 1);
         opacity: 1;
         background-color: rgba(246,244,255, 1);
         padding: 5px 15px;
         left: 0;
         right: 0;
         max-width: 60%;
         margin: auto;
         display: flex;
         justify-content: space-between;
         align-items: center;
    }
     .inner-footer-text-block {
         opacity: 1;
         color: rgba(0,0,0,1);
         font-family: "Poppins-Regular";
         font-size: 16px;
         font-weight: 400;
         font-style: normal;
         letter-spacing: 0px;
         text-align: left;
         margin-right: 20px;
    }
     .team-container {
         position: relative;
         margin: 20px 20px 200px 20px;
         font-family: "Poppins-Regular";
         display: flex;
         flex-wrap: wrap;
         gap: 8px;
         justify-content: center;
    }
     .inner-footer-btn-unsold {
         opacity: 1;
         color: rgba(98,54,255,1);
         font-family: "Poppins-Medium";
         font-size: 16px;
         font-weight: 900;
         font-style: normal;
         letter-spacing: 0px;
         text-align: center;
         text-transform: uppercase;
         border-radius: 8px;
         border: 1px solid rgba(98,54,255, 1);
         background-color: rgba(255,255,255, 1);
         margin-right: 15px;
         padding: 11px 11px !important;
         width: 108px !important;
    }
     .inner-footer-btn-sold {
         border-radius: 8px;
         opacity: 1;
         background-color: rgba(98,54,255, 1);
         color: rgba(255,255,255,1);
         font-family: "Poppins-Medium";
         font-size: 16px !important;
         font-weight: 900;
         font-style: normal;
         letter-spacing: 0px;
         text-align: center;
         text-transform: uppercase;
         padding: 12px 12px !important;
         width: 108px !important;
         border: none;
    }
     .team-container .team-card {
         width: 238px;
         padding: 6px;
         display: flex;
         border-radius: 13px;
         border: 1px solid rgba(215,215,215, 1);
         opacity: 1;
         background-color: rgba(255,255,255, 1);
         align-items: center;
         cursor: pointer;
    }
     .team-card.active {
         border-radius: 13px;
         border: 3px solid rgba(250,100,0, 1);
    }
     .team-card-img {
         border-radius: 14px;
         flex: 0 0 60px;
         height: 60px;
         border: 1px solid rgba(151,151,151, 1);
    }
     .inside-header {
         border: 1px solid rgba(255,193,193, 1);
         opacity: 1;
         background-color: rgba(255,246,244, 1);
         padding: 9px 17px;
         display: flex;
         align-items: center;
         justify-content: space-between;
    }
     .inside-header-img {
         border-radius: 50%;
         flex: 0 0 54px;
         height: 54px;
         border: 0.452379px solid rgba(151,151,151, 1);
         opacity: 1;
         background-color: rgba(216,216,216, 1);
         position: relative;
    }
     .inside-header-desc {
         opacity: 1;
         color: rgba(0,0,0,1);
         font-family: "Poppins-Regular";
         font-size: 16px;
         font-weight: 700;
         font-style: normal;
         letter-spacing: 0px;
         text-align: left;
         flex: 0 0 40%;
    }
     .inside-header-player-name {
         opacity: 1;
         color: rgba(0,0,0,1);
         font-family: "Poppins-Bold";
         font-size: 18px;
         font-weight: 700;
         font-style: normal;
         letter-spacing: 0px;
         text-align: left;
         margin-top: 2px;
         line-height: 1;
    }
     .inside-header-base-price {
         opacity: 1;
         color: rgba(0,60,250,1);
         font-family: "Poppins-Medium";
         font-size: 14px;
         font-weight: 500;
         font-style: normal;
         letter-spacing: 0px;
         text-align: left;
    }
     .random-player-btn {
         border-radius: 8px;
         background-color: rgba(98,54,255, 1);
         opacity: 1;
         color: rgba(255,255,255,1);
         font-family: "Poppins-Medium";
         font-size: 15px;
         font-weight: 900;
         font-style: normal;
         letter-spacing: 0px;
         text-align: left;
         text-transform: uppercase;
         padding: 12px 18px;
         margin-left: 15px;
         border: none;
    }
     .refresh-btn {
         border-radius: 8px;
         border: 1px solid rgba(191,191,191, 1);
         opacity: 1;
         width: 45px;
         height: 45px;
         background-color: #FFF6F4;
    }
     .header {
         height: 8rem !important;
    }
    
    
    
    
}

@media only screen and (max-width: 961px) and (min-width: 320px)and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1)  {
  /* For portrait layouts only */
  
     .inner-footer-wrap > div:first-child {
         display: none;
    }
     .inner-footer-wrap {
         padding: 8px 60px;
    }
     .inner-footer-wrap .right-block {
         margin-left: 10%;
         font-size: 15px;
    }
     .inner-footer-wrap {
         display: none !important;
         position: fixed;
         bottom: 0;
         align-items: center;
         justify-content: space-between;
         width: 100%;
         opacity: 1;
         color: rgba(0,0,0,1);
         font-family: "Poppins-Regular";
         font-size: 18px;
         font-weight: 400;
         font-style: normal;
         letter-spacing: 0px;
         text-align: left;
         padding: 20px 60px;
         box-sizing: border-box;
         box-shadow: 0px -6px 5px rgba(0,0,0, 0.087795);
         background-color: rgba(255,255,255, 1);
         z-index: 99;
    }
     .inner-footer {
         font-family: "Poppins-Regular";
         position: fixed;
         bottom: 4px;
         border-radius: 24px;
         border: 3px solid rgba(205,191,255, 1);
         opacity: 1;
         background-color: rgba(246,244,255, 1);
         padding: 5px 15px;
         left: 0;
         right: 0;
         max-width: 70%;
         margin: auto;
         display: flex;
         justify-content: space-between;
         align-items: center;
    }
     .inner-footer-text-block {
         opacity: 1;
         color: rgba(0,0,0,1);
         font-family: "Poppins-Regular";
         font-size: 16px;
         font-weight: 400;
         font-style: normal;
         letter-spacing: 0px;
         text-align: left;
         margin-right: 20px;
    }
     .team-container {
         position: relative;
        margin: 10px 10px 154px 10px;
        font-family: "Poppins-Regular";
        display: flex;
        flex-wrap: wrap;
        gap: 17px;
        justify-content: center;
    }
     .inner-footer-btn-unsold {
         opacity: 1;
         color: rgba(98,54,255,1);
         font-family: "Poppins-Medium";
         font-size: 16px;
         font-weight: 900;
         font-style: normal;
         letter-spacing: 0px;
         text-align: center;
         text-transform: uppercase;
         border-radius: 8px;
         border: 1px solid rgba(98,54,255, 1);
         background-color: rgba(255,255,255, 1);
         margin-right: 15px;
         padding: 11px 11px !important;
         width: 108px !important;
    }
     .inner-footer-btn-sold {
         border-radius: 8px;
         opacity: 1;
         background-color: rgba(98,54,255, 1);
         color: rgba(255,255,255,1);
         font-family: "Poppins-Medium";
         font-size: 16px !important;
         font-weight: 900;
         font-style: normal;
         letter-spacing: 0px;
         text-align: center;
         text-transform: uppercase;
         padding: 12px 12px !important;
         width: 108px !important;
         border: none;
    }
     .team-container .team-card {
         width: 233px;
         padding: 6px;
         display: flex;
         border-radius: 13px;
         border: 1px solid rgba(215,215,215, 1);
         opacity: 1;
         background-color: rgba(255,255,255, 1);
         align-items: center;
         cursor: pointer;
    }
     .team-card.active {
         border-radius: 13px;
         border: 3px solid rgba(250,100,0, 1);
    }
     .team-card-img {
         border-radius: 14px;
         flex: 0 0 50px;
         height: 50px;
         border: 1px solid rgba(151,151,151, 1);
    }
     .inside-header {
         border: 1px solid rgba(255,193,193, 1);
         opacity: 1;
         background-color: rgba(255,246,244, 1);
         padding: 9px 17px;
         display: flex;
         align-items: center;
         justify-content: space-between;
    }
     .inside-header-img {
         border-radius: 50%;
         flex: 0 0 54px;
         height: 54px;
         border: 0.452379px solid rgba(151,151,151, 1);
         opacity: 1;
         background-color: rgba(216,216,216, 1);
         position: relative;
    }
     .inside-header-desc {
         opacity: 1;
         color: rgba(0,0,0,1);
         font-family: "Poppins-Regular";
         font-size: 16px;
         font-weight: 700;
         font-style: normal;
         letter-spacing: 0px;
         text-align: left;
         flex: 0 0 40%;
    }
     .inside-header-player-name {
         opacity: 1;
         color: rgba(0,0,0,1);
         font-family: "Poppins-Bold";
         font-size: 18px;
         font-weight: 700;
         font-style: normal;
         letter-spacing: 0px;
         text-align: left;
         margin-top: 2px;
         line-height: 1;
    }
     .inside-header-base-price {
         opacity: 1;
         color: rgba(0,60,250,1);
         font-family: "Poppins-Medium";
         font-size: 14px;
         font-weight: 500;
         font-style: normal;
         letter-spacing: 0px;
         text-align: left;
    }
     .random-player-btn {
         border-radius: 8px;
         background-color: rgba(98,54,255, 1);
         opacity: 1;
         color: rgba(255,255,255,1);
         font-family: "Poppins-Medium";
         font-size: 13px;
         font-weight: 900;
         font-style: normal;
         letter-spacing: 0px;
         text-align: left;
         text-transform: uppercase;
         padding: 12px 12px;
         margin-left: 15px;
         border: none;
    }
     .refresh-btn {
         border-radius: 8px;
         border: 1px solid rgba(191,191,191, 1);
         opacity: 1;
         width: 45px;
         height: 45px;
         background-color: #FFF6F4;
    }
     .header {
         height: 7rem !important;
    }
    
}