* {
    margin: 0;
    padding: 0;
    font-family: var(--secondary-font);
  }
:root{
  --primary-clr: #000;
  --secondary-clr:  #2C8BB9;
  --red-clr: #DD453B;  
  --bg-clr: #F4F4F4;
  --primary-font: 'Poltawski Nowy';
  --secondary-font: 'Montserrat';
  --spacer: 32px;
  --spacer-58: 58px;
  --spacer-20: 20px;
}

/* Scrollbar css start */
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
} 
::-webkit-scrollbar-thumb {
  background: #c1c1c1; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1; 
}
/* Scrollbar css end */

a{
  text-decoration: none;
}

img {
  max-width: 100%;
}
.mt-24 {
  margin-top: 26px !important;
}
.mb-24 {
  margin-bottom: 26px !important;
}
.my-24 {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}
.spacer {
  padding: var(--spacer);
}
.spacer-y {
  padding: var(--spacer) 0px;
}
.spacer-58 {
  padding: var(--spacer-58);
}
.spacer-y58 {
  padding: var(--spacer-58) 0px;
}
.spacer-20 {
  padding: var(--spacer-20);
}
.spacer-y20 {
  padding: var(--spacer-20) 0px;
}

.p-relative {
  position: relative;
}
.shadow-0 {
  box-shadow: none !important;
}
.shadow-1 {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.txt-secondary-clr {
  color: var(--secondary-clr) !important;
}
.btn-max-width {
  max-width: 480px;
  width: 100%;
}
.primary-btn {
  color: #fff;
  background: var(--secondary-clr);
  border-radius: 10px;
  border: 0px;
  padding: 18px;
  min-width: 176px;
  text-align: center;
  transition: all .5s ease;
  display: inline-block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--primary-font);
}
button.outline-btn {
  color: var(--secondary-clr);
  background: #fff;
  border-radius: 10px;
  border: 2px solid var(--secondary-clr);
  padding: 18px;
  min-width: 176px;
  text-align: center;
  transition: all .5s ease;
  display: inline-block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--primary-font);
  letter-spacing: 0px;
}
.primary-btn i, .secondary-btn i , .primary-btn img , .secondary-btn img {
  margin-right: 8px;
}

.secondary-btn {
  color: var(--secondary-clr);
  background: #fff;
  box-shadow: 0px 2px 4px rgba(165, 163, 174, 0.3);
  border-radius: 12px;
  border: 1px solid var(--secondary-clr);
  padding: 9px 10px;
  min-width: 100px;
  text-align: center;
  margin: 0px;
  transition: all .5s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
}

.primary-btn:hover {
  background: var(--primary-clr) !important;
  color: #fff !important;
}

.secondary-btn:hover {
  background: var(--blue-clr) !important;
  color: #fff !important;
  border-color: var(--blue-clr) !important;
}

input:focus , select:focus , textarea:focus  {
  box-shadow: none !important;
  border-color: var(--secondary-clr) !important;
}
button:focus-visible {
  outline: 0;
}
.toggle-btn {
  box-shadow: 0px 0px 6px rgba(0,0,0,.2);
}
.mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
span.company-name {
  font-size: 16px;
  font-weight: 700;
}
.btn-box {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width: 35px;
  height: 35px;
  justify-content: space-between;
  transition: transform .33s ease-out;  
  background: #fff;
  border: 0px;
}
.btn_bar {
  background-color: #000;
  border-radius: 10px;
  height: 3px;
  width: 100%;
}
.btn_bar.btn_width {
  width: 50%;
}
.btn_bar.top {
  transform-origin: right;
  transition: transform .33s cubic-bezier(.54,-.81,.57,.57);
}
.btn_bar.bottom {
  align-self: flex-end;
  transform-origin: left;
  transition: transform .33s cubic-bezier(.54,-.81,.57,.57);
}
.btn-box.active {
  transform: rotate(-45deg);
}
.active .btn_bar.top {
  background-color: #000;
  transform: rotate(-90deg) translateX(2px);
}
.active .btn_bar.bottom {
  background-color: #000;
  transform: rotate(-90deg) translateX(-2px);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 0px;
  color: var(--primary-clr);
  font-family: var(--primary-font);
  font-weight: 700;
}
h1, .h1 {
  font-size: 44px;  
}
h2, .h2 {
  font-size: 32px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 18px;
}
.sm-txt {
  font-size: 13px;
  color: var(--txt-clr);
  line-height: 20px;
  margin: 5px 0px 0px;
}

/* Login page css start  */

section.login-section {
  height: 100vh;
  overflow: hidden;
}
.login-form-blk {
  width: 100%;
  height: calc(100vh - 155px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-inner-blk {
  max-width: 360px;
  width: 100%;
}
.login-img-blk {
	width: 100%;
	height: 100vh;
}
.login-img-blk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login-inner-blk .h1 {
  margin-bottom: 75px !important;
  font-weight: 700;
}
.login-inner-blk .form-group label, .form-group label {
  margin-bottom: 8px;
}
.login-inner-blk .form-group:not(:last-child) {
  margin-bottom: 16px;
}
.login-inner-blk .input-blk {
  position: relative;
}
span.form-icon-box {
  position: absolute;
  content: "";
  top: 50%;
  left: 15px;
  width: 23px;
  height: 100%;
  transform: translateY(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.login-inner-blk .input-blk input {
  padding: 16px 16px 16px 50px;
  border-radius: 10px;
  box-shadow: 0px 0px 16px rgba(0,0,0,0.08);
  border-color: #fff;
}
.login-btn-blk {
  margin: 65px 0px 75px;
  display: flex;
  justify-content: center;
}
.forget-link {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.forget-link a {
  font-size: 18px;
  text-decoration: underline;
  color: var(--primary-clr);
  font-family: var(--primary-font);
}
.forget-link a:hover, .signup-link a:hover {
  color: var(--secondary-clr);
}
.signup-link {
  display: flex;
  justify-content: center;
}
.signup-link span, .signup-link span a {
  font-size: 18px;
  font-family: var(--primary-font);
  color: var(--primary-clr);
}
.signup-link span a {
  font-weight: 700;
}


/* Login page css end  */

.main-wrapper {
  margin-left: 250px;
  transition: all .5s ease;
  height: 100%;
}
.main-wrapper.main-width {
  margin-left: 0px;
} 
.slide {
  left: -100% !important;
  transition: all .5s ease;
}
.content-wrapper {
  background: #fff;
  overflow-y: auto;
  height: 100%;
}

.side-navbar {
  max-width: 250px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--primary-clr);
  overflow-y: auto;
  transition: all .5s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}


.side-navbar ul li div.logo-blk {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-blk {
  padding: 32px 0px 10px 0px;
}
.logo-img-blk {
  width: 160px;
  height: 120px;
}
.logo-img-blk img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* span.logo-text {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--primary-font);
} */
.togglebtn {
  width: 25px;
  height: 25px;
  outline: none;
  background-color: var(--primary-clr);
  border: 0px;
  transition: all .5s ease;
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
}
.togglebtn::before , .togglebtn::after {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
}
.togglebtn::before {  
  transform: translate(-50%, -50%) rotate(45deg);
}
.togglebtn::after {  
  transform: translate(-50%, -50%) rotate(-45deg);
}

.side-navbar ul li {  
  display: block;
  width: 100%;  
  margin-right: 0px;
  transition: all .5s ease;
}
.side-navbar ul li:not(:last-child) {
  margin-bottom: 55px;
}

.side-navbar ul li a.nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding: 0px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;  
  opacity: .5;
}

.side-navbar ul li a.nav-link span.nav-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.side-navbar ul li a.nav-link span.nav-text {
  font-family: var(--secondary-font) !important;
}
.side-navbar ul li a.nav-link.active {
  opacity: 1;
}
.side-navbar ul li a.nav-link:hover, .side-navbar ul li a.nav-link.active i , .side-navbar ul li a.nav-link.active .nav-text , .side-navbar ul li a.nav-link:hover .nav-text , .side-navbar ul li a.profile-navlink.active .nav-text, .side-navbar ul li a.profile-navlink:hover .nav-text {
  background: var(--primary-clr);
  color: #fff;
  opacity: 1;
}

ul.nav.logout {
  margin-top: 97px;
  margin-bottom: 45px;
}

/* Location css start */

.loctaion-img-blk {
  width: 100%;
  height: 350px;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loctaion-img-blk input[type="file"] {
  display: none;
}
.loctaion-img-blk input[type="file"] + label {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
}
span.location-name, .top-heading {
  margin-bottom: 8px;
  font-size: 16px;
  color: var(--primary-clr);
  display: block;
}
.loctaion-img-blk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}
.skinshop-card .loctaion-img-blk img {
  width: 50%;
  height: 100%;
  object-fit: contain;
  /* border-radius: 10px 10px 0px 0px; */
}
.common-action-btn {
  width: 44px;
  height: 44px;
  background: #ddd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px;  
  transition: all .5s ease;
}
.common-action-btn img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
.common-action-btn:hover {
  background: var(--primary-clr);
}
.common-action-btn.edit-btn {
  background: var(--secondary-clr);
}
.common-action-btn.delete-btn {
  background: var(--red-clr);
}
.loctaion-img-blk .edit-btn {
  position: absolute;
  content: "";
  top: 16px;
  right: 16px;
}
.loctaion-img-blk .closebtn {
  position: absolute;
  content: "";
  top: 16px;
  right: 70px;
  background: var(--red-clr);
  color: #fff;
}
.common-form-details {
  padding: 12px 16px;
}
.common-form-details .form-group:first-child, .common-form-details .form-group {
  margin-bottom: 12px;
}
.common-form-details input, .common-form-details select {
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary-clr);
  background-color: var(--bg-clr);
  border-color: var(--bg-clr);
  border-radius: 10px;
}
.common-form-details .form-group:last-child {
  margin-bottom: 0px;
}

/* Location css End */

/* Game type css start */

.common-card-header-blk {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 16px 12px;
}
.common-card-header-blk h2, .common-card-header-blk .user-img-blk {
  width: calc(100% - 112px);
}
.common-card-header-blk button.delete-btn {
  margin-right: 12px;
  margin-left: 12px;
}

/* Game type css end */

/* Users page css start */

.user-img-blk img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 50%;
}
.common-form-details.users-details {
  padding: 24px 16px 16px;
}
.users-details input {
  padding: 16px 16px 16px 50px;
}
.create-users-wrapper {
  padding: 62px 66px;
}
.create-users-wrapper input {
  padding: 16px 16px 16px 50px;
  border-color: #fff;
}
.user-img-upload {
  display: flex;
  justify-content: center;
  align-items: center;
}
.input-blk.user-img-upload input {
  display: none;
}
.input-blk.user-img-upload label {
  width: 88px;
  height: 88px;
  background: #DFEEF5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  position: relative;
  cursor: pointer;
}
.input-blk.user-img-upload label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  background: url(../images/upload-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.create-btn-block {
  text-align: center;
  margin-top: 44px;
}
.create-btn-block button {
  padding: 15px;
  width: 100%;
}
img#userImage {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 0;
}
.field-blk input {
  padding: 10px 40px 10px 10px;
  font-size: 14px;
}
span.search-icon {
  position: absolute;
  content: "";
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}



/* Users page css end */

/* Leagues page css start */

.leagues-card {
  padding: 13px 32px 13px 20px;
  align-items: center;
}
.leagues-card h2 {
  width: calc(100% - 220px);
}
.members-blk {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.members-blk h3 {
  font-family: var(--secondary-font);
}
.leagues-card button.delete-btn {
  margin-right: 32px;
  margin-left: 32px;
}
a.arrow-btn {
  width: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.team-members {
  margin-top: 12px;
  margin-bottom: 32px;
}

.team-members .total-member {
  font-family: var(--secondary-font);
  margin-right: 12px;
}

.leagues-team-card {
  align-items: center;
  padding: 20px 24px;
}

.span-fade {
  opacity: 0;
  transition: all .5s ease-in-out;
}

.span-fade.active {
  opacity: 1;
}

.team-member-blk, .team-win-blk {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.team-member-blk {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
/* .team-blk {
  width: 25%;
} */
.team-blk {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.team-member-blk {
  width: 50%;
}
.team-win-blk {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.team-member-img-blk {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 5px;
}
.team-member-img-blk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.team-member-blk h3 {
  text-align: center;
}
/* .team-member-blk:not(:last-child) {
  margin-bottom: 12px;
} */
.team-member-blk {
  margin-bottom: 12px;
}
.team-win-blk h3 {
  font-family: var(--seconadry-font);
  color: var(--secondary-clr);
  margin-bottom: 5px;
}
.team-win-blk p {
  color: var(--secondary-clr);
}
.highlight-blk {
  border: 2px solid var(--secondary-clr);
  opacity: .5;
}
.delete-user-btn {
  margin: 0px;
  min-width: 100px;
  border-radius: 5px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  margin-left: 20px;
  padding: 5px 10px !important;
}
/* Leagues page css end */
/* Membership page css start */
.price-header {
  justify-content: space-between;
  align-items: center;
}
span.price , input.price {
  color: var(--secondary-clr);
  font-weight: 500;
}
input.price {
  width: 112px;
  text-align: end;
  border: 0px;
}
input.price:focus {
  border: 1px solid;
  outline: none;
}
.checkbox-blk {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.check-input-blk {
  display: flex;  
}

.checkbox-blk:not(:last-child) {
  margin-bottom: 16px;
}
.check-input-blk input[type="checkbox"] {
  display: none;
}
.check-input-blk input[type="checkbox"] + label {
  width: 21px;
  height: 21px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  margin-right: 12px;
}
.check-input-blk input[type="checkbox"]:checked + label {
  background: var(--primary-clr);
  border-color: var(--primary-clr);
}
.check-input-blk input[type="checkbox"]:checked + label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(320deg);
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.checkbox-blk span {
  display: flex;
  font-size: 16px;
  color: rgba(0,0,0,0.25);
  font-weight: 500;
  width: calc(100% - 33px);
}
.check-input-blk input[type="checkbox"]:checked + label + span {
  color: rgba(0,0,0,0.5);
}
.membership-card {
  position: relative;
}

.membership-card button {
  position: absolute;
  content: "";
  bottom: 20px;
  right: 20px;
}

.membership-card .closebtn {
  position: absolute;
  content: "";
  bottom: 20px;
  right: 75px;
  background: var(--red-clr);
  color: #fff;
}
/* Membership page css end */

/* Add New skin css start */

.skin-card {
  position: relative;
  width: 100%;
  height: 100%;
}
.skin-card button {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  padding: 15px;
  font-size:18px;
  font-family: var(--secondary-font);
  font-weight: normal;
  letter-spacing:normal;
}
.common-img-blk {
  width: 100%;
  height: 362px;
  border-radius: 10px;
}

.common-img-blk img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.upload-img-blk {
  position: absolute;
  content: "";
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 10px;
}
.upload-img-blk input[type="file"] {
  display: none;
}
.upload-img-blk input[type="file"] + label {
  width: 100%;
  height: 100%;
  background: #d3d3d3;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.upload-img-blk input[type="file"] + label img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.balls-card .common-img-blk {
  height: 153px;
}
.balls-card .upload-img-blk input[type="file"] + label img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.skin-image {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #d3d3d3;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.skin-image img {
  width: 100% !important;
  height: 75% !important;
  object-fit: contain;
}

/* Add New skin css end */

/* Terms page css start */

.terms-content-blk h2 {
  margin-bottom: 32px;
}
.terms-content-blk p {
  font-size: 18px;
}
.conditions-btn-blk {
  margin-top: 32px;
}

/* Terms page css end */
.close-modal {
	position: absolute;
	content: "";
	top: 15px;
	right: 15px;
  display: none;
}
.close-modal:focus {
  box-shadow: none !important;
}


/* Loader css start */
.location-card {
  position: relative;
}
.box {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  z-index: 1111; 
}
.card-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0 0 0 / 70%);
  z-index: 1111;
  backdrop-filter: blur(3px);
}
.loader {    
    position: relative !important; 
    width: 10px;
    height: 30px;
    background: #fff;
    animation: loader 1s ease-in-out alternate infinite;
    animation-delay: 0.4s;
}
.loader::before, .loader::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;    
  background: #fff;
}
.loader::before {   
    left: calc(-100% - 10px);    
    animation: loaderbefore 1s ease-in-out alternate infinite;
    animation-delay: 0.2s;
}
.loader::after {    
    left: calc(100% + 10px);    
    animation: loaderafter 1s ease-in-out alternate infinite;
    animation-delay: 0.6s;
}

@keyframes loader {
  0% , 100% {
    transform: scaleY(1.0);
  }
  50% {
    transform: scaleY(1.5);
  }
}
@keyframes loaderbefore {
  0% , 100% {
    transform: scaleY(1.0);
  }
  50% {
    transform: scaleY(0.7);
  }
}
@keyframes loaderafter {
  0% , 100% {
    transform: scaleY(1.0);
  }
  50% {
    transform: scaleY(0.7);
  }
}

/* Loader css end */

/* Profie css start */

.profile-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 30px;
}
.profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.profile-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.profile-wrapper h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--secondary-font);
  margin-bottom: 0px;
}
.profile-tabs .nav {
  display: inline-flex;
  padding: 10px;
  border-radius: 30px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.15);
}
.profile-tabs .nav.nav-pills .nav-link {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--secondary-font);
  color: #000;
  border-radius: 40px;
  padding: 10px 40px;
}
.profile-tabs .nav.nav-pills .nav-link.active {
  color: #fff;
  background: #4089bc;
}
.stats-card-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.stats-card-item {
  width: 250px;
  min-width: 150px;
  padding: 20px;
  background: var(--secondary-clr);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
.stats-card-item p {
  font-size: 14px;
  font-weight: 300;
  font-family: var(--secondary-font);
  color: #fff;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
  text-align: center;
}
.stats-card-item h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--secondary-font);
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
}
.more-info-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px 150px;
  margin-left: 200px;
}
.more-info-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px 50px;
}
.more-info-item h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--secondary-font);
  margin-bottom: 0px;
}
.more-info-item p {
  font-size: 28px;
  font-weight: 600;
  font-family: var(--secondary-font);
  margin-bottom: 0px;
  color: #2c8bb9;
  line-height: normal;
}
.profile-input-field label {
  font-size: 14px;
  font-weight: 500;
  color: #4089bc;
  margin-bottom: 5px;
  padding-left: 10px;
}
.profile-input-field input::placeholder {
  font-size: 14px;
  color: #bdbdbd;
}
.profile-tabs-heading {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.editable {
  border: 1px solid #00b8ff;
  width: calc(100% - 33px);
  display: block;
  word-break: break-word;
  white-space: normal;
}

/* Profie css end */

.form-field_block {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
  margin-top: 20px;
}

.form-field_block .form-group:not(:last-child) {
  margin-bottom: 15px;
}
.form-field_block .form-group label {
  font-size: 14px;
  font-weight: 500;
  color: #4089bc;
  margin-bottom: 5px;
  padding-left: 10px;
}
.form-field_block .form-group :is(.form-control, .form-select) {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fbfbfb;
}

.vscomp-ele .user-img-blk {
  width: 30px;
  height: 30px;
}
.vscomp-ele .user-img-blk img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vscomp-ele :is(.vscomp-value-tag-content, span.vscomp-option-text) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.vscomp-wrapper.show-value-as-tags .vscomp-toggle-button {
  padding: 0px 22px 0px 0px !important;
}
.vscomp-toggle-button {
  background-color: #fbfbfb !important;
  border: 0px !important;
}
.vscomp-wrapper.focused .vscomp-toggle-button, .vscomp-wrapper:focus .vscomp-toggle-button {
  box-shadow: none !important;
}

.vscomp-toggle-button .vscomp-value {
    max-height: 119px;
    overflow-y: auto;
}

@media screen and (min-width: 992px) {
  .container {
        max-width: calc(100% - 52px);
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .container {
        max-width: calc(100% - 40px);
  }
}

@media screen and (max-width: 991px) {  
  .login-inner-blk .h1 {
    margin-bottom: 45px !important;
  }
  .login-btn-blk {
    margin: 35px 0px 45px;
  }
  .close-modal {
    display: block;
  }
}

@media screen and (max-width: 576px) {  
  h1, .h1 {
    font-size: 32px;
  }
  h2, .h2 {
    font-size: 24px;
  }
  h3, .h3 {
    font-size: 20px;
  } 
  .login-inner-blk {
    padding: 0px 20px;
  }
  .login-inner-blk .h1 {
    margin-bottom: 40px !important;
  }
  .login-btn-blk {
    margin: 35px 0px 40px;
  }
  .primary-btn {
    padding: 6px 10px;
  }
  .secondary-btn {
    color: var(--secondary-clr);
    padding: 5px 10px;
  }
  .loctaion-img-blk {
    height: 250px;
  }
  .create-users-wrapper {
    padding: 50px 20px;
  }
  .common-action-btn {
    width: 35px;
    height: 35px;
  }
  .leagues-card h2 {
    width: 100%;
    text-align: center;
  }
  .leagues-card {
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
  .common-card-header-blk.leagues-team-card {
    flex-direction: column;
  }
  .team-blk {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  .common-img-blk {
    height: 250px;
  }
  .skin-card button {
    position: static;
    margin-top: 20px;
  }
}

  