@font-face {
  font-family: tactiksReg;
  src: url(../fonts/TacticSans-Reg.otf);
}

@font-face {
  font-family: tactiksBold;
  src: url(../fonts/TacticSansExd-Bld.otf);
}


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: tactiksReg;
}

:root {
  --primary-color: #2E2E2E;
  --secondary-color: #ffffff;
  --theme-color: #E4A101;
  --gradient-color: transparent linear-gradient(180deg, #E4A101 0%, #F8C857 100%) 0% 0% no-repeat padding-box;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--gradient-color);
  border-radius: 10px;
  margin: 2px;
}

.bg-black {
  background-color: #000 !important;
}

.bg-warning {
  background-color: var(--theme-color) !important;
}

.bg-theme {
  background-color: var(--theme-color) !important;
}

.text-black {
  color: #000 !important;
}

.text-theme {
  color: var(--theme-color) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: tactiksBold;
}
.popup-modal{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00000085;
    z-index: 9999999;
    backdrop-filter: blur(3px);
}
.popup-modal .modal-inner{
    padding: 1.5rem;
    background-color: #000000;
    border-radius: .5rem;
    border: 1px solid #E4A101;
    width: 40%;
}
.popup-modal .modal-inner .modal-header, .popup-modal .modal-inner .modal-footer{
    background: none;
    border: 0;
}
.popup-modal .modal-inner .modal-header{
    padding: 0;
    margin-bottom: 1rem;
    border-bottom: 2px solid #fff;
}
.notification-dropdown
{
    overflow-y: auto;
    height: 300px;
}
.text-muted {
  color: #6c757d !important;
}

.app-header {
  height: 69px;
}

.app-header__logo .logo-src {
  background: unset;
  width: unset;
  height: unset;
}

.app-main .app-main__inner {
  padding: 45px 30px 0;
}

.app-sidebar {
  width: 230px;
  min-width: 230px;
  flex: 230px;
}

.pe-7s-angle-down.caret-left {
  left: unset !important;
  right: 0;
}

.app-theme-white .app-sidebar,
.app-theme-white .app-header {
  background-color: var(--primary-color);
}

@media(min-width: 1250px) {

  .fixed-sidebar .app-main .app-main__outer {
    padding-left: 230px !important;
  }
}

@media(max-width: 1250px) {

  .fixed-sidebar .app-main .app-main__outer {
    padding-left: 80px;
  }
}

.fixed-sidebar .app-main .app-main__outer {
  /* background-color: black; */
  background-image: url(../images/Path2.svg);
  background-size: cover;
}

.app-sidebar__heading,
.app-header .app-header__content .header-menu .nav-link {
  color: #ffffff;
}

.search-wrapper .input-holder .search-icon span::before,
.search-wrapper .input-holder .search-icon span::after {
  border: 2px solid white;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: rgb(255, 255, 255);
}

.vertical-nav-menu li a {
  padding: 0 1.5rem 0 60px;
  margin-block: .5em;
  text-decoration: none;
}

.vertical-nav-menu i.metismenu-state-icon,
.vertical-nav-menu i.metismenu-icon {
  left: 15px;
}

.vertical-nav-menu li a.mm-active,
.vertical-nav-menu li a:hover {
  color: white;
  background: rgb(51, 51, 51);
  background: linear-gradient(95deg, rgba(51, 51, 51, 0.31976540616246496) 0%, rgba(115, 89, 29, 1) 100%);
  font-weight: 400;
  border-left: 5px solid var(--theme-color);
  border-radius: 0;
}

.vertical-nav-menu li a,
.vertical-nav-menu ul>li>a {
  color: #ffffff;
}

.vertical-nav-menu ul>li>a:hover {
  color: #ffd700;
}

.vertical-nav-menu ul:before {
  background: unset;
}

.app-sidebar .app-sidebar__inner {
  padding: 1.5rem 0;
}

.app-header__logo {
  padding: 0 1rem;
}

.search-wrapper .close::before,
.search-wrapper .close::after,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff;
}

.search-input {
  color: white;
}

.search-input::placeholder {
  color: white;
  opacity: 0.5;
}

.app-theme-white .app-page-title,
.app-theme-white.fixed-header .app-header__logo {
  background: unset;
}

.widget-content {
  align-items: start;
}

.widget-content .widget-content-left .widget-heading {
  opacity: 1;
}

.widget-content .widget-content-left .widget-heading,
.widget-content .widget-content-left .widget-subheading {
  text-transform: uppercase;
  color: white;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
  color: #ffd700;
  text-decoration: none;
  background-color: #1c1a0f;
}

.card {
  border: 1px solid var(--theme-color) !important;
  border-radius: 12px !important;
}

.card-bg,
.main-card {
  background-color: var(--primary-color);
}

.dropdown-menu {
  box-shadow: rgb(16 16 16) 0px 8px 24px !important;
  background-color: #101010 !important;
  border-radius: 0.5rem !important;
  min-width: 20rem;
}
.dropdown-menu.dropdown-menu-right
{
    top: 20px !important;
    left: 100px !important;
}
.dropdown-item {
  padding: 0.4rem 1rem;
  color: white !important;
}

.card-header,
.card-footer {
  background-color: unset;
}

.card-header,
.card-title {
  color: white;
}


.btn-outline-light,
.text-light {
  color: white !important;
}

.img-thumbnail {
  background-color: #c8c896;
  border: 1px solid #c7c795;
}

label {
  color: aliceblue;
}

.form-group {
  margin-bottom: 0;
}


.btn-upload-input {
  position: relative;
  overflow: hidden;
  margin: 0px;
  color: #786e46;
  font-weight: 500;
  background-color: #c8c896;
  border-color: #c8c896;
  padding: 8px 16px 7px;
}

.btn-upload-input input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.btn-upload-input-title {
  margin-left: 2px;
}

.btn-clear {
  color: #786e46;
  border-color: #c8c896;
  background-color: transparent;
  padding: 8px 16px 7px;
  margin: 0;
}

.btn-clear:focus,
.btn-clear:hover,
.btn-clear:active {
  background-color: transparent;
  border-color: #c8c896;
  color: #786e46;
}

@media (max-width: 991.98px) {
  .app-header .app-header__content.header-mobile-open {
    background: #060606d4;
  }
}

.card-header,
.card-title {
  font-size: 1.1rem;
  font-weight: 600;
}

.card-header {
  border-bottom: 1px solid rgb(255 215 0);
}

.box {
  background-color: #1a1a1a;
  border-radius: 10px;
  padding: 1.5em;
  color: white;
  box-shadow: rgba(16, 16, 16, 0.219) 0px 3px 8px;
}

.box p {
  margin-bottom: 0;
}

.multi-images {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.multi-images img {
  height: 200px;
  object-fit: cover;
  margin-bottom: 0;
  /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 0.45rem; */
}

.figure {
  flex: 0 1 48%;
  margin-bottom: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 0.45rem;
  padding: 10px;
}

.figure-caption {
  margin-top: 10px;
}

.card-body {
  padding: 1.25rem 1.25rem 1.8rem 1.25rem;
}

.vertical-nav-menu ul>li>a.mm-active {
  color: #ffd700;
  background: transparent;
  font-weight: 500;
}

.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.upload__btn {
  display: block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  min-width: 116px;
  padding: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid;
  background-color: #101010;
  border-color: #101010;
  border-radius: 4px;
  line-height: 26px;
  font-size: 14px;
}

.upload__btn-box {
  margin-bottom: 10px;
}

.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-color: #101010;
  border-radius: 4px;
  padding: 15px;
  border: 2px dashed;
}

.upload__img-box {
  width: 200px;
  padding: 0 10px;
}

.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}

.upload__img-close:after {
  content: '\2716';
  font-size: 14px;
  color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
  height: 100px;
  max-width: 100%;
}

.single-img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-color: #101010;
  border-radius: 4px;
  padding: 15px;
  border: 2px dashed;
}

.single-img-wrap div {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100px;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:hover {
  color: #212529 !important;
  font-weight: 700;
}


/* Login Start */

.loginSec {
  background-image: url(../images/loginBG.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  object-fit: contain;
  height: 100vh;
  padding: 100px 0px;
  color: #FFF;
  display: flex;
  align-items: center;
}

.password-container {
  position: relative;
}

.fa-eye {
  position: absolute;
  top: 28%;
  right: 4%;
  cursor: pointer;
  color: lightgray;
}

.loginSec .leftCol .btns {
  display: flex;
  align-items: center;
}

.loginSec .leftCol .btns a {
  color: var(--secondary-color);
  margin: 0px 35px;
  text-decoration: none;
}

@media only screen and (max-width: 850px) {
  .loginSec .leftCol {
    background-color: #0000009c;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    border: 1px solid #70707096;
    /* padding: 50px 20px; */
  }
}

@media only screen and (max-width: 767px) {
  .loginSec .leftCol {
    background-color: #0000009c;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    border: 1px solid #70707096;
    /* padding: 100px 20px; */
  }
}

@media only screen and (max-width: 575px) {
  .loginSec .row {
    padding: 0px 15px;
  }
  .flex-350
{
    flex : 0 1 250px !important;
}
}

@media only screen and (max-width: 400px) {
  .loginSec .leftCol {
    padding: 50px 20px;
  }
}

/* Login End */





/* SignUp Start */

.signUpSec {
  background-image: url(../images/signupBG.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  object-fit: contain;
  height: 100vh;
  padding: 100px 0px;
  color: #FFF;
  display: flex;
  align-items: center;
}

.rightCol img {
  width: 800px;
  position: absolute;
  top: 365;
  left: 160;
  transform: translate(-50%, -50%);
}

.leftCol {
  padding: 50px 20px;
}

.leftCol p {
  color: #707070;
}

.leftCol .text p {
  color: var(--theme-color);
}

.leftCol .text p a {
  color: #707070;
  text-decoration: none;
}

.form-control,
.form-select {
  background-color: var(--primary-color);
  border: 1px solid #707070;
  color: var(--secondary-color) !important;
  padding-block: 23px;
}

.form-select:focus,
.form-control:focus {
  background-color: var(--primary-color);
  border: 1px solid #707070;
  color: white;
  box-shadow: none;
}

.form-control::placeholder {
  color: white !important;
  opacity: 0.5;
  font-size: .9em;
}

.password-container {
  position: relative;
}

.fa-eye {
  position: absolute;
  top: 28%;
  right: 4%;
  cursor: pointer;
  color: lightgray;
}


.my-btn {
  position: relative;
  background-color: transparent;
  z-index: 1;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .9em;
  border: 0;
  margin: 0px 35px;
  cursor: pointer;

}

.my-btn:hover {
  color: #000;
}

.btn:hover {
  /* border-color: black !important; */
}

.my-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 45%;
  padding: 1.7em 5.5em;
  transform: skew(343deg) translate(-50%, -50%);
  background: var(--gradient-color) !important;
  z-index: -1;
  box-shadow: rgb(229 163 4 / 68%) 3px 3px 3px, rgb(231 167 13 / 65%) 0px 3px 5px;
  transition: .3s;
  width: 100%;
}

.my-btn:hover::before {
  box-shadow: rgb(229 163 4 / 68%) 1px 2px 2px, rgb(231 167 13 / 65%) 0px 1px 3px;
}

.my-btn.btn-black {
  color: white;
}

.my-btn.btn-black::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 45%;
  padding: 1.7em 5.5em;
  transform: skew(343deg) translate(-50%, -50%);
  background: transparent linear-gradient(180deg, #000000 0%, #4A4A4A 100%) 0% 0% no-repeat padding-box !important;
  z-index: -1;
  box-shadow: rgb(233 233 233 / 68%) 5px 3px 3px, rgba(163, 163, 163, 0.65) 0px 5px 5px;
  transition: .3s;
  width: 100%;
}

.my-btn.btn-black:hover::before {
  box-shadow: rgb(233 233 233 / 68%) 3px 2px 2px, rgba(163, 163, 163, 0.65) 0px 2px 3px;
}

.signUpSec .leftCol .btns {
  display: flex;
  align-items: center;
}

.signUpSec .leftCol .btns a {
  color: var(--secondary-color);
  margin: 0px 35px;
  text-decoration: none;
}

@media only screen and (max-width: 850px) {
  .signUpSec .leftCol {
    background-color: #0000009c;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    border: 1px solid #70707096;
    /* padding: 50px 20px; */
  }
}

@media only screen and (max-width: 767px) {
  .signUpSec .leftCol {
    background-color: #0000009c;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    border: 1px solid #70707096;
    /* padding: 100px 20px; */
  }
}

@media only screen and (max-width: 400px) {
  .signUpSec .leftCol {
    padding: 50px 20px;
  }
}

/* Login End */

.widget-content .headIcons {
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  background-color: #000000;
  color: #fff;
  padding: 6px 9px;
  margin: 0 6px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget-content .widget-content-left .headIcons i {
  vertical-align: middle;
  color: var(--theme-color);
}

.headIcons a:hover {
  border: 0 !important;
}

.team-date {
  background: rgb(228, 161, 1);
  background: radial-gradient(circle, rgba(228, 161, 1, 1) 0%, rgba(228, 161, 1, 0) 100%);
  text-align: center;
  z-index: 0;
  width: 100%;
  margin-top: -12px;
  padding: 7px 0;
  color: black;
  line-height: 16px;
}

.chat-list {
  background-color: #757575;
  border-radius: 13px;
  padding: 1em;
  width: 100%;
}

.chat-list p {
  color: #c5c5c5;
  margin-top: 1em;
  margin-bottom: 0;
}

th,
td {
  color: #818181 !important;
  background-color: var(--primary-color) !important;
}

tbody tr {
  cursor: pointer;
}

tbody tr.active {
  color: black !important;
  box-shadow: 0px -1px 14px #000000AD;
  border-top: 3px solid var(--theme-color);
  border-bottom: 3px solid var(--theme-color);
}

tbody tr.active td {
  color: black !important;
  background-color: var(--theme-color) !important;
}

.member-icon {
  position: absolute;
  bottom: -70px;
  left: 30%;
  transform: translate(-50%, -50%);
  max-width: 135px;
}

.outline-text {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
}

.table-top {
  background-color: var(--primary-color);
  padding: 0em 0.75em;
}

.tableLeftCol {
  background-image: url("http://james.sampleswebsite2.com/assets/images/tableShape.png");
  background-repeat: no-repeat;
  background-position: right;
}

.tableRightCol {
  padding: 1em;
}

.hexagon {
  background-image: url("http://james.sampleswebsite2.com/assets/images/hexagon.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  background-position: center;
  padding: 2em;
}

.imgBadge {
  position: relative;
}

.hexagon img {
  width: 35%;
}

.hexagon .badgeText {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}


@media only screen and (max-width: 767px) {
  .hexagon {
    background-size: cover;
    background-position: center;
    width: 100% !important;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    margin-block: 2em;
    height: 197px;
  }

  .tableLeftCol {
    height: 150px;
  }

  .playerDetails {
    text-align: center;
  }

  .hexagon img {
    width: 25%;
  }
}

@media only screen and (max-width: 991px) {
  .hexagon {
    background-size: cover;
    width: 50%;
    height: 130px;
    background-position: center;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .hexagon h5 {
    font-size: 10px;
    margin-bottom: 2px;
  }

  .hexagon p {
    font-size: 7px !important;
  }

  .outline-text {
    font-size: 32px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .hexagon {
    background-size: cover !important;
    width: 50%;
    height: 150px;
    background-position: center;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .hexagon h5 {
    font-size: 15px;
  }

  .hexagon p {
    font-size: 10px !important;
  }

  .outline-text {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .hexagon {
    background-size: contain;
    width: 43%;
    height: 130px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .hexagon h5 {
    font-size: 15px;
  }

  .hexagon p {
    font-size: 12px;
  }
}

.profile-center {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 350px;
  min-height: 350px;
}

.gradient-box {
  text-align: center;
  background: rgb(228, 161, 1);
  background: linear-gradient(0deg, rgba(228, 161, 1, 1) 0%, rgba(246, 182, 31, 0) 100%);
  border-radius: 13px;
  padding: 1rem;
}


/* Players Page Start */





.member-card {
  position: relative;
  text-align: center;
  flex: 0 1 281px !important;
}

.member-card .member-box {
  background: #E4A101 0% 0% no-repeat padding-box;
  border: 1px solid #000000;
  border-radius: 29px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 120px;
  justify-content: end;
  padding: 1em 0.2em;
  text-align: center;
}

.member-card .member-box h6 {
  font-size: 12px;
  font-weight: 700;
  color:rgba(33,37,41, 1)!important;
}

.member-card .member-box p {
  font-size: 8px;
}

.member-card img {
  transform: translateY(10%);
  /* height: 300px; */
  object-fit: cover;
  margin-inline: auto;
  object-fit: contain;
}

.card-cg {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 12px;
}

@media only screen and (max-width: 767px) {
  .member-card {
    flex: 0 1 300px !important;
  }
}

.memberHeadIcons img {
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.member-card .team-box h6 {
  font-size: 12px;
}

.member-card .awards img {
  width: 20px;
}

.member-card .awards .awardNum {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.member-card .awardNum h6 {
  font-size: 12px;
  margin-bottom: -5px;
}

.member-card .awardNum p {
  font-size: 8px;
  margin-bottom: 0%;
}

.member-card .awards .awardNum {
  font-size: 8px;
}




/* Players Page End */





/* Chat List Start */


.d-none {
  display: none !important;
}

.others-show {
  top: -55px !important;
  z-index: 10 !important;
}

.emoji-show {
  display: flex !important;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 150px !important;
  height: 100px !important;
  padding: 10px;
  top: -135px !important;
  right: 10px !important;
  background-color: #fff;
  box-shadow: 0 0 25px -5px lightgray;
  border-radius: 5px 5px 0 5px;
}

button {
  border: 0;
  outline: none;
}


.avatar-wrapper {
  border-radius: 50%;
  overflow: hidden;
}

.chat-box {
  width: 100%;
  padding-bottom: -10px !important;
}

.chat-box .header {
  display: flex;
  align-items: center;
  background-color: #ffffff17;
  border-bottom: 1px solid var(--theme-color) !important;
  border-radius: 12px 12px 0 0;
  padding: 15px;
}

.chat-box .header .avatar-big {
  width: 35px;
  height: 35px;
}

.chat-box .header .name {
  margin-left: 20px;
  padding-top: 5px;
  font-size: 20px;
  color: var(--secondary-color);
  font-weight: 600;
  line-height: 16px;
}

.chat-box .header .name .status {
  font-size: 8px;
  color: var(--theme-color);
  font-weight: 400;
}

.chat-box .header .options {
  font-size: 20px;
  color: lightgrey;
  margin-left: auto;
  cursor: pointer;
}

.chat-box .chat-room {
  height: 590px;
  background-color: var(--primary-color);
  padding: 15px;
  overflow-y: scroll;
}

.chat-box .chat-room .avatar-small {
  width: 25px;
  height: 25px;
}

.chat-box .chat-room .message {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.chat-box .chat-room .message-left {
  align-items: flex-start;
}

.chat-box .chat-room .message-left .bubble {
  border-radius: 0 5px 5px 5px;
}

.chat-box .chat-room .message-right {
  align-items: flex-end;
}

.chat-box .chat-room .message-right .bubble {
  border-radius: 5px 0 5px 5px;
}

.chat-box .chat-room .bubble {
  padding: 10px;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
}

.chat-box .chat-room .bubble-light {
  background-color: #3E3E3E;
  color: lightgray;
  margin-left: 8px;
  border-radius: 2px 25px 25px 25px !important;
}

.chat-box .chat-room .bubble-dark {
  color: var(--primary-color);
  background-color: var(--theme-color);
  border-radius: 25px 2px 25px 25px !important;
  margin-right: 8px;
}

.chat-box .type-area .input-wrapper {
  display: flex;
  justify-content: center;
  padding: 20px 0px;
}

.chat-box .type-area .input-wrapper input {
  width: 90%;
  padding: 30px 68px 30px 15px;
  border-radius: 40px;
  border: none;
  background-color: #3E3E3E;
  color: #fff;
}

.chat-box .type-area .input-wrapper input:focus {
  box-shadow: none;
  outline: none;
}

.chat-box .type-area .button-add {
  display: flex;
  align-items: center;
  position: relative;
}

.chat-box .type-area .button-add i {
  font-size: 30px;
  color: lightgrey;
  cursor: pointer;
}

.chat-box .type-area .button-add i:hover {
  color: #be79df;
}

.chat-box .type-area .button-add .others {
  display: flex;
  padding: 10px 15px;
  background-color: #fff;
  position: absolute;
  top: 5px;
  z-index: -1;
  right: -52px;
  border-radius: 999px;
  box-shadow: 0 0 25px -5px lightgray;
  transition: 0.3s all ease-out;
}

.chat-box .type-area .button-add .others span i {
  font-size: 20px;
  color: #be79df;
}

.chat-box .type-area .button-add .others span.image-button {
  margin: 0 25px;
}

.chat-box .type-area .button-add .others .emoji-button {
  position: relative;
}

.chat-box .type-area .button-add .others .emoji-button .emoji-box {
  display: none;
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0px;
  right: 0px;
  transition: 0.3s all ease-out;
}

.chat-box .type-area .button-add .others .emoji-button .emoji-box span {
  user-select: none;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 20px;
  height: 20px;
}

.image_upload2 {
  position: absolute;
  bottom: 27px;
  right: 27px;
}

.image_upload2 a {
  cursor: pointer;
}

.image_upload2 a i {
  font-size: 18px;
  margin: 0px 15px;
}

.image_upload2 a .fa-microphone {
  color: #E4A101;
}

.image_upload2 #send_group_chat {
  background-color: var(--theme-color);
  padding: 12px 0px;
  border-radius: 35px;
}

.image_upload2 a .fa-paper-plane {
  color: #000;
}

.image_upload>form>input {
  display: none;
}

.image_upload i {
  font-size: 22px;
  cursor: pointer;
}

.image_upload button {
  margin: 0px 10px;
}


.contact-card {
  background-color: var(--primary-color);
  border-radius: 12px;
  padding: 60px 30px 10px 30px;
  color: var(--secondary-color);
  position: relative;
}

.contact-img {
  width: 80px;
  border-radius: 50px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
}

.contact-detial {
  text-align: left !important;
  color: var(--secondary-color);
}

.contact-detial hr {
  background-color: #a9a9a9 !important;
}

.teams-imgs {
  display: flex;
  justify-content: center;
}

.teams-imgs img {
  width: 20%;
  margin: 5px;
}


/* Chat List End */

.shape-text {
  position: relative;
  background-color: transparent;
  z-index: 1;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .9em;
  border: 0;
  margin: 0px 35px;
  cursor: pointer;
  display: inline-block;
}

.shape-text::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 1.7em 5.5em;
  transform: skew(343deg) translate(-50%, -50%);
  background: var(--gradient-color) !important;
  z-index: -1;
  width: 100%;
  padding: 3em;
}

.team-name {
  position: relative;
  background-color: transparent;
  z-index: 1;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .9em;
  border: 0;
  cursor: pointer;
  display: flex;
  text-align: center;
  padding: 1.5em;
  justify-content: space-around;
  align-items: center;
}
.team-name h4 {
    margin-bottom:0;
}
.team-name::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 48.3%;
  padding: 1.7em 5.5em;
  transform: skew(343deg) translate(-50%, -50%);
  background: var(--gradient-color) !important;
  z-index: -1;
  width: 100%;
}

.group-a .team-1 {
  margin-right: 3em;
}

.team-1 {
  display: inline-flex;
  flex-direction: column;
  gap: .8em;
  position: relative;
}

.team-1::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 10%;
  height: 80%;
  width: 1px;
  background-color: white;
}

.round-1 {
  display: inline-flex;
  flex-direction: column;
  gap: 2.5em;
}

.round-2 {
  position: relative;
}

.group-a .round-2 {
  margin-left: 3em;
}

.round-2::before {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  width: 115%;
  background-color: white;
}

.group-a .round-2::before {
  left: -120%;
}

.group-b .team-1 {
  margin-left: 3em;
}

.group-b .round-2 {
  margin-right: 3em;
}

.group-b .round-2::before {
  right: -120%;
}

.group-a-finals .finals {
  position: relative;
}

.group-a-finals .finals::before {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  height: 1px;
  width: 150%;
  background-color: white;
}

.player-statistics {
  z-index: 9;
}

.lobby-player1 {
  position: absolute;
  top: 15%;
  left: 10%;
}

.lobby-player2 {
  position: absolute;
  top: 55%;
  left: 0;
}

.lobby-player3 {
  position: absolute;
  top: 0%;
  left: 50%;
}

.lobby-player4 {
  position: absolute;
  top: 25%;
  right: 5%;
}

.shape-left {
  position: absolute;
  left: -20px;
  bottom: -40px;
  width: 150px;
  z-index: 0;
}

.shape-right {
  position: absolute;
  right: -20px;
  top: -40px;
  width: 150px;
  z-index: 0;
}








/* @media only screen and (max-width: 600px) {
  .shape-left,
  .shape-right {
    display: none;
  }
} */

@media only screen and (max-width: 704px) {
  .shape-text::before {
    left: 46% !important;
    width: 86% !important;
    padding: 4em !important;
  }
}

@media only screen and (max-width: 1050px) {
  .group-a .round-2 {
    margin-left: 1em;
  }
}

@media only screen and (max-width: 991px) {
  .group-a .round-2 {
    margin-left: 3em !important;
  }

  .group-a-finals .finals1::before {
    content: '';
    position: absolute;
    right: 98%;
    top: 56%;
    height: 1px;
    width: 150%;
    background-color: white;
  }
}

@media only screen and (max-width: 600px) {
  .group-a-finals .finals1::before {
    content: '';
    position: absolute;
    right: 97%;
    top: 55%;
    height: 1px;
    width: 150%;
    background-color: white;
  }
}

@media only screen and (max-width: 448px) {
  .group-a .round-2 {
    margin-left: 1em !important;
  }
}

@media only screen and (max-width: 392px) {
  .group-a-finals .finals1::before {
    content: '';
    position: absolute;
    right: 97%;
    top: 54.5%;
    height: 1px;
    width: 150%;
    background-color: white;
  }
}


.tourHead {
  display: flex;
  justify-content: center;
}

.widget-content .widget-content-wrapper {
  width: 100%;
}

.border-bottom-theme {
  border-bottom: 2px solid var(--theme-color);
}

.multiple-players {
  display: flex;
}

.multiple-players .headIcons {
  margin: 0;
  width: 35px;
  height: 35px;
}

.multiple-players .headIcons:nth-child(2) {
  translate: -15px;
}

.multiple-players .headIcons:nth-child(3) {
  translate: -30px;
  position: relative;
}

.multiple-players .headIcons .counter {
  position: absolute;
  top: -7px;
  right: -7px;
  background-color: var(--theme-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(0, 0, 0);
  padding: 3px;
  font-size: .7em;
  font-weight: 600;
}

.modal-content {
  background: transparent;
}

.modal-body .card {
  backdrop-filter: blur(5px);
  background: #5050504f;
  box-shadow: 3px 3px 14px #00000029;
  border: 2px solid var(--theme-color) !important;
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgb(228 161 1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}







/* Trading Css Starts Here */


.trading-search-box {
  position: relative;
}

.trading-search-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 17px;
}

.trading-search-bar {
  padding-left: 45px;
}

.trading-sub {
  border-bottom: 1px solid #E4A101 !important;
}

.trading-sub-header {
  color: #E4A101 !important;
  font-weight: 900 !important;
}

.table thead th {
  border: none;
}

.table th, .table td {
  border: none;
  position: relative;
}

.table th img {
  border-radius: 30px;
  margin-right: 4px;
  height: 25px;
}

.table td input[type=checkbox] {
  width: 20px;
  height: 20px;
}

.table td input[type='checkbox'] {
  accent-color: #E4A101;
}

.trade-btns a {
  text-decoration: none;
  color: #000;
  background-color: #E4A101;
  border-radius: 30px;
  padding: 5px 10px;
  margin: 0 5px;
  display: flex;
  align-items: center;
}

.trade-btns a:hover {
  color: #E4A101;
  background-color: #000;
}

.trade-btns a i {
  margin-right: 8px;
}

@media only screen and (max-width: 843px) {
  .player-name {
    flex-direction: column;
    align-items: start !important;
  }
}

/* Trading Css Ends Here */

.flex-350
{
    flex : 0 1 320px;
}
.slider-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 80vw;
}

.nba-carousel, .nfl-carousel{

}
.nba-carousel .item,
.nfl-carousel .item{
  border-radius: 5px;
  background-color: #000;
  padding: 10px;
  transition: .3s;
  scale: .9;
}
.nba-carousel .item .icon,
.nfl-carousel .item .icon{
  width: 15px !important;
  height: 15px;
  display:block;
  margin-right: 5px;
}

.nba-carousel .item:hover,
.nfl-carousel .item:hover{
  scale: 1;
}

form#player_form.at_number ul#sortable-list li{
  display:flex;
  justify-content: flex-start;
  align-items: center;
}
form#player_form.at_number ul#sortable-list li> select{
  margin-left:auto;
}
