@font-face {
  font-family: "hvd comic serif pro";
  src: local("hvd comic serif pro"), local("hvdComicSerifPro"),
    url("../fonts/HVD_Comic_Serif_Pro.otf") format("opentype"),
    url("../fonts/HVD_Comic_Serif_Pro.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat ExtraBold";
  src: local("Montserrat ExtraBold"), local("MontserratExtraBold"),
    url("../fonts/Montserrat-ExtraBold.otf") format("opentype"),
    url("../fonts/Montserrat-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat Medium";
  src: local("Montserrat Medium"), local("MontserratMedium"),
    url("../fonts/Montserrat-Medium.otf") format("opentype"),
    url("../fonts/Montserrat-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat Bold";
  src: local("Montserrat Bold"), local("MontserratBold"),
    url("../fonts/Montserrat-Bold.otf") format("opentype"),
    url("../fonts/Montserrat-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: local("Montserrat-Regular"), local("Montserrat-Regular"),
    url("../fonts/Montserrat-Regular.otf") format("opentype"),
    url("../fonts/Montserrat-Regular.otf") format("opentype");
}
body {
  font-family: "Montserrat Bold" !important;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  height: 100%;
}

a {
  cursor: pointer;
}

input[disabled] {
  background-color: #e9ecef !important;
}

h5 {
  margin: 0.2em 0;
}

h6 {
  margin: 0;
}

.modal-content {
  border: 0;
  border-radius: 10px;
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  background-color: #c6d15d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.modal-title {
  font-weight: bold;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.5rem !important;
  padding: 0 1.3rem;
}
.modal-header .close {
  position: absolute;
  right: 20px;
  font-family: "Montserrat ExtraBold";
  font-size: 45px;
  color: #000000;
  opacity: 1;
  text-shadow: 0 1px 0 #000;
  margin: 0 !important;
  padding: 0 !important;
}
.modal-body {
  padding: 1.5rem;
  background: #fff;
}
.ligt-yellow-btn {
  border-radius: 30px;
  background-color: #c6d15d;
  color: #fff;
}
.light-gray-btn {
  background-color: #636363;
  color: #fff;
}
.light-blue-btn {
  background-color: #40bfe2;
  color: #fff;
}
.red-btn {
  background-color: #d96464;
  color: #fff;
}
.dark-blue-btn {
  background-color: #1f5891;
  color: #fff;
}
.btn-black {
  background-color: #000;
  color: #fff;
}
.navbar button.leet-fbBtn,
.navbar button.organiseBtn {
  font-family: "Montserrat Medium";
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  padding: 0.8em 1em;
  border-radius: 10px;
}
.leet-fbBtn:hover {
  background-color: #1f5891;
  color: #fff;
  text-transform: uppercase;
}
.modal-body .leet-fbBtn {
  padding: 1rem;
}

.horizantal-line {
  border-top: 3px solid #919191;
  width: 100%;
}

.loginButton {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.5rem;
}
.loginButton:hover {
  background-color: #c6d15d;
  color: #fff;
  text-transform: uppercase;
}
.signupButton {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.5rem;
}
.signupButton:hover {
  background-color: #40bfe2;
  color: #fff;
  text-transform: uppercase;
}
::-webkit-input-placeholder {
  font-family: "Montserrat Medium";
  color: #000000;
  text-transform: capitalize;
}
:-moz-placeholder {
  font-family: "Montserrat Medium";
  color: #000000;
  text-transform: capitalize;
}
::-moz-placeholder {
  font-family: "Montserrat Medium";
  color: #000000;
  text-transform: capitalize;
}
:-ms-input-placeholder {
  font-family: "Montserrat Medium";
  color: #000000;
  text-transform: capitalize;
}
.confirmedBtn {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.confirmedBtn:hover {
  color: #fff;
  text-transform: uppercase;
}
.standard-btn-width {
  padding: 0.5rem 3rem;
}
.logo-img {
  height: 70px;
}
.nav-bg {
  background-color: #2d2d2d;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("../img/humburger.png");
  background-repeat: no-repeat;
  width: 2em;
}
.navbar-dark .navbar-toggler {
  border-color: transparent !important;
}
.navbar-light .navbar-nav .active > .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
.badge-red {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background-color: #eb3838;
  margin: auto 0;
  margin-left: 0.5em;
}
.progress {
  height: 10px;
  border-radius: 0.5rem;
  width: 30%;
  margin-left: auto;
}
.progress-bar-bg {
  height: 100%;
  position: absolute;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  width: 33.33%;
}
.progress-stats-container {
  width: 30%;
  margin-left: auto;
  text-align: right;
}
.progress-stats-container ul {
  display: inline-flex;
  text-decoration: none;
  color: #fff;
  margin-left: auto;
  margin-bottom: 5px;
}
.progress-stats-container ul li {
  margin-left: 10px;
  text-decoration: none;
  list-style: none;
}
.progress-stats-container ul li a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-right: 1px solid #fff;
}
.progress-stats-container ul li:last-child a {
  border: 0;
}
.navbar-toggler:focus {
  outline: transparent;
}
.sub-header-container {
  background-image: url("../img/sub-header@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #c0c0c0;
  background-position: 0 -4px;
  width: 100%;
  margin: 0 !important;
}
.sub-header-container .logo-img {
  position: fixed;
  top: 33px;
  z-index: 1021;
}
.sub-header-title {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
}

.box-image-container .img-thumbnail {
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-top-left-radius: 5px;
}
.box-image-container .img-thumbnail-details {
  padding: 0.375em;
  position: relative;
  border-bottom-left-radius: 5px;
  z-index: 11;
  background-color: hsl(0deg 0% 75%);
  height: 5.5em;
}
.box-image-container .img-thumbnail-details > p {
  font-size: 9px;
  font-family: "Montserrat Medium", serif;
  color: #6d6d6d;
  margin-bottom: 3px;
}
.box-image-container .img-thumbnail-details > h2 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 6em;
  font-size: 3.8vw;
  font-family: "Montserrat Bold", serif;
  color: #363636;
  max-height: 2.5em;
}
@media screen and (max-width: 990px) and (min-width: 470px) {
  .box-image-container .img-thumbnail-details > h2 {
    font-size: 1.8vw;
  }
}
.box-progress-container .progress {
  width: 100%;
}
.box-container {
  min-width: 26em;
}
.box-container-component {
  border-radius: 10px;
  overflow: hidden;
}
.progress {
  background-color: white;
}
.box-progress-container .progress {
  background-color: #c1c1c1;
}
.box-detail-container {
  border-top: 2px solid #c6c6c6;
}
.box-left-section h5 {
  font-size: 16px;
}
.box-detail-container .game-date {
  font-family: "Montserrat ExtraBold";
  font-size: 12px;
}
.box-detail-container {
  font-size: 9px;
}
.game-ground {
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  color: #000;
}
.red-text {
  color: #e71e1e;
}
.box-left-section .row {
  height: 100%;
  margin-left: -7px;
}
.box-color-container {
  border-top: 2px solid #c6c6c6;
}
.box-image-container img {
  width: 180px;
  height: 150px;
}
.box-left-section {
  width: 70%;
}
.box-circle-player-image {
  display: inline-flex;
  position: relative;
  border-radius: 50%;
  border: 1px solid grey;
}
.box-circle-player-image::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.footer-component-container {
  background-color: #233028;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 111;
}
.menu-item-container {
  font-family: "Montserrat Medium";
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 40px;

  color: #ffffff;
  mix-blend-mode: normal;
  align-self: flex-start;
  text-align: left;
}
.btn:hover {
  color: #fff;
}
.form-control {
  border-radius: 30px;
  border-width: 2px;
}
.pb-100 {
  padding-bottom: 100px;
}
.crossBtn {
  background-color: #d96464;
  color: #fff;
}
.crossBtn:hover {
  background-color: #d96464;
  color: #fff;
}
.btn-custom-padding {
  padding: 0.1rem 2rem;
}
.match-invite-friend-container {
  background-color: #fff;
  border-radius: 15px;
}
.grey-bg {
  background-color: #e8e8e8;
}
.white-bg {
  background-color: #fff;
}
.height-of-bg {
  min-height: 100vh;
  max-height: 100%;
}
.radio-container img {
  height: 40px;
}
.form-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 30px;
  width: 30px;
  left: 25px;
  top: -5px;
}
.radio-wrapper .form-check-label {
  font-family: "Montserrat Medium";
  font-size: 10px;
}
.input-file-container .upload-file-btn {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.modal-footer {
  background-color: #233028;
  justify-content: space-between;
  color: #fff;
  border-top: 0 !important;
}
.player-team-label-container {
  display: inline-flex;
}
.player-team-label {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-left: 10px;
}
.yellow-team {
  background-color: #c6d15d;
}
.yellow-team-opacity {
  background-color: rgba(198, 209, 93, 0.4);
}
.ligt-blue-team {
  background-color: #40bfe2;
}
.ligt-blue-team-opacity {
  background-color: rgba(64, 191, 225, 0.4);
}
.red-team {
  background-color: #eb3838;
}
.red-team-opacity {
  background-color: rgba(235, 56, 56, 0.4);
}
.greenish-team {
  background-color: #5dcea2;
}
.greenish-team-opacity {
  background-color: rgba(93, 206, 162, 0.4);
}
.light-pink-team {
  background-color: #ce5dbe;
}
.light-pink-team-opacity {
  background-color: rgba(206, 93, 190, 0.4);
}
.navbar-dark .navbar-nav .nav-link {
  font-size: 14px;
  font-family: "Montserrat ExtraBold";
  color: #fff;
}
.box-right-section {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 30%;
}
.badge-container {
  position: absolute;
  right: 0;
  background: #40bfe2;
  content: "";
  z-index: 0;
  height: 25px;
  border-radius: 0 0 10px 0;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 10px;
  padding: 0;
  min-width: 0;
  top: 20px;
  -webkit-transform: rotateZ(310deg);
  transform: rotateZ(310deg);
  left: -58px;
  text-transform: uppercase;
  width: 166px;
}
.availability-container .badge.badge-pill {
  padding: 10px 30px;
  font-family: "Montserrat Medium";
  width: 100px;
}
.badge-bg-grey {
  color: #fff;
  background-color: #636363;
}
.selected-badge {
  background-color: #c6d15d;
  color: #000;
}
.player-info h2 {
  font-family: "Montserrat ExtraBold";
}
.add-friend-btn {
  color: #fff;
}
.player-info p {
  font-family: "Montserrat Medium";
  margin-bottom: 0;
  font-size: 14px;
}
.player-info p:nth-child(4) {
  margin-bottom: 20px;
  color: #00c3ff;
  font-family: "Montserrat ExtraBold";
}
.event-detail p {
  font-family: "Montserrat Medium";
  margin-bottom: 0;
}
.event-detail p:nth-child(5) {
  margin-bottom: 20px;
}
.player-image {
  height: 150x;
  width: 150px;
}
.player-matrics .heading {
  padding: 10px;
  border-radius: 10px 0 0 10px;
  font-family: "Montserrat ExtraBold";
}
.player-matrics:nth-child(odd) .heading {
  background-color: #c6d15d;
}
.player-matrics:nth-child(even) .heading {
  background-color: #abaf51;
}
.player-matrics .value {
  padding: 10px;

  border-radius: 0 10px 10px 0;
  font-family: "Montserrat Medium";
}
.player-matrics:nth-child(odd) .value {
  background-color: #fff;
}
.player-matrics:nth-child(even) .value {
  background-color: #cecece;
}
.availability-container .time-wrapper {
  background-color: #fff;
  color: #000;
  padding: 10px 10px;
  font-family: "Montserrat Medium";
  width: 120px;
  border-radius: 10px;
  line-height: 1;
  margin: auto;
}
.availability-container .time-wrapper.toFrom {
  margin: 0;
  margin-left: auto;
}
.pb-200 {
  padding-bottom: 200px;
}
.footer-btn {
  font-size: 22px;
}
.mobile-menu-close-icon {
  font-size: 50px !important;
  font-family: "Montserrat ExtraBold";
}
.btn {
  text-transform: uppercase;
  border-radius: 40px !important;
}
.w-45 {
  width: 45%;
}
.modal-right-section {
  background-color: #e8e8e8;
  padding: 0rem;
}
.modal-left-section {
  padding: 0rem;
}
.footer-component-container .creact-account-modal-footer .form-check {
  display: inline;
}
.footer-component-container .creact-account-modal-footer .create-account-btn {
  margin-top: 15px;
}
.creact-account-modal-footer .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
  opacity: 1;
  height: initial;
  width: initial;
  left: 20px;
  top: 0;
}
.creact-account-modal-footer .form-check-label {
  font-family: "Montserrat Medium";
  color: #8c8c8c;
  font-size: 12px;
}
.creact-account-modal-footer .form-check-label span {
  color: #c6d15d;
}
.bg-brown-color {
  background-color: #353535;
}
.availability-container select {
  background-color: #cecece;
}
.availability-container .selected select {
  background-color: #fff;
}
.terms-content p {
  font-family: "Montserrat Medium";
}
.box-image-container img {
  background-color: #233028;
  width: 100%;
  height: 80px;
}
.parent-selector .remove-border-radius {
  border-bottom-left-radius: 0px !important;
}
.thumbnail-image img {
  width: 100%;
  height: auto;
}
.web-box-component .progress-container p {
  font-size: 12px;
}
.web-box-component .game-info {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
.web-box-component {
  background: #e8e8e8;
  border-radius: 10px;
  margin: 0.375em;
}
.web-box-component .badge-container {
  line-height: 28px;
  height: 28px;
}
.margin-0-auto {
  margin: 0 auto;
}
.margin-0-auto > .col-12 > .col-12 {
  padding: 0px;
}
.web-event-page {
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 470px) {
  .web-event-page {
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    height: 90vh;
    overflow-y: auto;
    margin-bottom: 5em;
  }
}
.web-event-page .event-page-container .event-detail p {
  font-size: 11px;
}
.web-event-page .event-page-container .event-detail p:nth-child(2) {
  margin-bottom: 10px;
}
.web-event-page .event-page-container .event-detail .btn {
  font-size: 1.25rem;
}
.web-event-page .invite-section {
  font-size: 12px;
}
.web-event-page .invite-section .btn {
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
}
.web-event-box-container .box-left-section h5 {
  font-size: 12px;
}
.web-event-box-container .box-left-section .box-detail-container .form-check {
  padding-left: 0.35rem;
}
.web-event-box-container
  .box-left-section
  .box-detail-container
  .form-check-input {
  height: 20px;
  width: 20px;
}
.web-event-box-container .box-left-section .box-detail-container img {
  height: 20px;
}
.web-event-box-container
  .box-left-section
  .box-detail-container
  .radio-wrapper
  .form-check-label {
  font-size: 6px;
}
.web-event-box-container .box-left-section .box-detail-container .btn {
  font-size: 10px;
}
.web-event-box-container .box-right-section .badge-container {
  position: absolute;
  right: 0;
  background: #40bfe2;
  content: "";
  z-index: 0;
  height: 20px;
  border-radius: 0 0 10px 0;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 8px;
  padding: 0;
  min-width: 0;
  top: 15px;
  -webkit-transform: rotateZ(310deg);
  transform: rotateZ(310deg);
  left: -61px;
  text-transform: uppercase;
  width: 166px;
}
.box-container-component .row {
  margin-bottom: -1px;
}
.box-container-component .disabled {
  opacity: 0.4;
}
.web-event-footer-component-container {
  background-color: #233028;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
}
.landing-page-container {
  background-color: #ffffff;
}
button:focus {
  outline: none;
}
.cursor-pointer {
  cursor: pointer;
}
.organized-user {
  border: 1px solid #ed3729;
}
.modal-content.alert.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.modal-content.alert.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.modal-content.alert .modal-body {
  background: transparent;
}
.modal-header.message-header {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: -13px;
  top: -15px;
  background-color: #3e3c3c;
}
.modal-header.message-header .close {
  position: initial;
  padding: 0;
  margin: 0;
  font-size: 35px;
  color: #fff;
  width: 30px;
  height: 30px;
  margin-top: -4px;
}
#invitePlayerModal .modal-body {
  overflow: auto;
  min-height: 100px;
  height: 400px;
}
.cross {
  position: absolute;
  top: 0px;
  right: 8px;
  background-color: rgba(255, 255, 255, 0.4) !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 11px;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
}
#messageModal {
  top: 150px;
}
.modal {
  z-index: 2000;
}
.profile-update-button {
  background-color: #233028;
  position: fixed;
  bottom: 0;
}
.nav-grey-out {
  background-color: grey;
  opacity: 0.4;
}
.muted-text {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  color: #9f9f9f;
  font-family: Arial, Helvetica, sans-serif;
  white-space: break-spaces;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.web-box-component .img-thumbnail {
  width: 100%;
  height: 100%;
  border: unset;
}
.box-image-container {
  height: 100%;
}
.flex-1 {
  flex: 1;
}
#loginModal .modal-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#signupModal .modal-body .create-account-wrapper .form-group {
  margin-bottom: 0.5rem;
}
#signupModal .modal-body .create-account-wrapper .radio-container img {
  height: 50px;
}
#signupModal .modal-body .create-account-wrapper .form-check-input {
  height: 50px;
  width: 50px;
  left: 20px;
}
.form-check.radio-wrapper.text-center {
  line-height: 13px;
}
#signupModal .modal-body .creact-account-modal-footer.terms .form-check-input {
  height: initial;
  width: initial;
  left: 20px;
}

.organise-game-row {
  position: relative;
}
@media (max-width: 990px) {
  .organise-game-row {
    position: initial;
    overflow-y: scroll;
    height: calc(100vh - 210px);
  }
}

.organise-game-container {
  text-transform: uppercase;
}

.organise-game-container h5 {
  font-size: 14px;
}
.ques-mark {
  color: #fff;
  background: #000;
  border-radius: 50%;
  padding: 0px 7px 0px 6px;
  cursor: help;
}
.event-request-join-btn-container {
  display: grid;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 8px;
}
.event-request-join-btn-container .btn {
  padding: 2px 8px;
}
.loderinner {
  text-align: center;
}
.loderinner img {
  height: 100px;
  width: 100px;
}
.montserrat-medium {
  font-family: "Montserrat Medium";
}
.tooltip {
  z-index: 9999999 !important;
}
.profile-input-radio-btn .form-check:first-child {
  padding-left: 0;
}
#editEventDeleteConfirmAlert .modal-dialog,
#landingConfirmAlert .modal-dialog,
#myGamesConfirmAlert .modal-dialog,
#myGamesReqconfirmAlert .modal-dialog,
#eventDetailConfirmAlert .modal-dialog,
#eventDeleteConfirmAlert .modal-dialog,
#eventRemoveUserConfirmAlert .modal-dialog,
#editEventRemoveUserConfirmAlert .modal-dialog,
.message-modal .modal-dialog {
  max-width: 350px;
}
#editEventDeleteConfirmAlert .modal-dialog .modal-body p,
#landingConfirmAlert .modal-dialog .modal-body p,
#myGamesConfirmAlert .modal-dialog .modal-body p,
#myGamesReqconfirmAlert .modal-dialog .modal-body p,
#eventDetailConfirmAlert .modal-dialog .modal-body p,
#eventRemoveUserConfirmAlert .modal-dialog .modal-body p,
#editEventRemoveUserConfirmAlert .modal-dialog .modal-body p,
.message-modal .modal-dialog .modal-body,
#eventDeleteConfirmAlert .modal-dialog .modal-body p {
  font-size: 13px;
  color: #636161;
  font-family: "Montserrat Medium";
  text-align: center;
}
.message-modal .modal-dialog .modal-footer {
  border-top: 0;
}
#eventDeleteConfirmAlert .modal-dialog {
  max-width: 350px;
}
#eventDeleteConfirmAlert .modal-dialog .modal-body p {
  font-size: 13px;
  color: #636161;
  font-family: "Montserrat Medium";
  text-align: center;
}
.react-datepicker-wrapper {
  width: 100%;
}
.react-datepicker-wrapper input,
.react-datepicker__input-container input {
  display: block;
  width: 100%;
  height: 2.75rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 8px;
}
.friend-box-heading {
  display: inline-block;
  overflow: hidden !important;
  text-overflow: ellipsis;
  font-size: 14px;
  font-family: "Montserrat Bold";
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
}
.wrap-words {
  white-space: break-spaces;
}
.friend-box-heading.player-profile {
  border-bottom: 0;
}
.friend-box-body .form-check {
  padding-left: 0;
}
.custom-btn-styling {
  font-size: 1rem;
  padding: 0.3rem 0.5rem;
}
.friend-list-image-container img {
  width: 100%;
}
.green-border {
  border: 2px solid #c6d15d !important;
  border-radius: 5px;
}
.dark-blue-border {
  border: 2px solid #2d88ff !important;
  border-radius: 5px;
}
.green-background {
  background-color: #c6d15d !important;
}
.dark-blue-background {
  background-color: #2d88ff !important;
}
.badge-text {
  width: 60px;
  margin: auto;
}
.friend-data-container {
  border-radius: 15px;
  border-width: 3px !important;
  margin: 0.375em 0;
}
.border-radius-top-right {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.friend-data-container .box-image-container {
  height: 100%;
}
.friend-data-container .box-image-container img {
  height: 100px;
}
.friend-data-container .friend-list-image-container .box-image-container img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 8em;
  width: 8em;
  width: 100%;
  object-fit: cover;
}
.friend-badge-container {
  line-height: 13px !important;
  color: #000 !important;
  font-size: 8px !important;
  letter-spacing: 0.5px;
}
.friend-data-container-row {
  margin-left: -16px;
  max-height: 12em;
}
.friend-badge-container.dark-blue-background {
  color: #fff !important;
}
.friend-data-container .box-image-container .img-thumbnail {
  border-top-left-radius: 0;
}
.friend-list-box-footer {
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #eee;
  margin-bottom: 1rem;
}
.circle-container {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.border-bottom-2 {
  border-top-right-radius: 8px;
  border-bottom: 2px solid #c6c6c6;
}
.player-profile-input-radio .form-check {
  padding-left: 0;
}
.friend-list-box-footer.black-bg {
  background-color: #000;
  color: #fff;
  border-radius: 10px;
}
.btn-outline-primary {
  color: #000;
  border-color: #000;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #c6d15d;
  border-color: #c6d15d;
}
.teamDropDown:after {
  border-top: 0;
  border-right: 0;
  content: none;
}
.react-datepicker-popper {
  z-index: 3 !important;
}
.w-180 {
  width: 180px;
}
.w-100-percent {
  width: 100%;
}
.invited-button {
  display: flex;
}
.player-profile.box-container-input .form-check-input {
  height: 60px;
  width: 60px;
  left: 20px;
  top: -5px;
}
.player-profile.box-container-input .radio-container img {
  height: 60px !important;
}
.match-invite-friend-container .friend-name {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.box-right-section .box-image-container {
  display: flex;
  flex-direction: column;
}

.box-right-section .box-image-container img {
  flex: 1;
}

.image-upload-preview {
  border-radius: 10px;
}
.top-row,
.bottom-row {
  background-color: #dbdbdb;
}
.top-row,
.bottom-row .game-date {
  color: #404025;
}
.middle-row {
  background-color: #e8e8e8;
}

@media (max-width: 990px) {
  .bottom-row {
    margin-left: -1px !important;
  }

  .leet-navbar {
    padding: 0.375rem 2rem;
    margin-left: 1.5rem;
    align-self: flex-start;
  }
  .menu-item-container {
    margin-left: 1.5rem;
    padding: 2rem 0;
    font-size: 3rem;
  }
}

/*#region Animations*/
.fade {
  animation: fadeIn 0.6s;
  -moz-animation: fadeIn 0.6s; /* Firefox */
  -webkit-animation: fadeIn 0.6s; /* Safari and Chrome */
  -o-animation: fadeIn 0.6s; /* Opera */
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}

@-webkit-keyframes fadeIn {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
@-o-keyframes fadeIn {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}

.slideFromRight {
  position: relative;
  animation: fromRight 0.6s;
  -moz-animation: fromRight 0.6s; /* Firefox */
  -webkit-animation: fromRight 0.6s; /* Safari and Chrome */
  -o-animation: fromRight 0.6s; /* Opera */
}
@keyframes fromRight {
  from {
    right: -280px;
  }
  to {
    right: 0;
  }
}

@-webkit-keyframes fromRight {
  /* Safari and Chrome */
  from {
    right: -280px;
  }
  to {
    left: 0;
  }
}
@-o-keyframes fromRight {
  /* Opera */
  from {
    right: -280px;
  }
  to {
    right: 0;
  }
}

.minimiseHeader {
  position: relative;
  animation: fromOpen 0.6s;
  -moz-animation: fromOpen 0.6s; /* Firefox */
  -webkit-animation: fromOpen 0.6s; /* Safari and Chrome */
  -o-animation: fromOpen 0.6s; /* Opera */
}
@keyframes fromOpen {
  from {
    height: 214px;
  }
  to {
    height: 70px;
  }
}
@-webkit-keyframes fromOpen {
  /* Safari and Chrome */
  from {
    height: 214px;
  }
  to {
    height: 70px;
  }
}
@-o-keyframes fromOpen {
  /* Opera */
  from {
    height: 214px;
  }
  to {
    height: 70px;
  }
}

.openHeader {
  position: relative;
  animation: fromClosed 0.6s;
  -moz-animation: fromClosed 0.6s; /* Firefox */
  -webkit-animation: fromClosed 0.6s; /* Safari and Chrome */
  -o-animation: fromClosed 0.6s; /* Opera */
}
@keyframes fromClosed {
  from {
    height: 70px;
  }
  to {
    height: 220px;
  }
}
@-webkit-keyframes fromClosed {
  /* Safari and Chrome */
  from {
    height: 70px;
  }
  to {
    height: 220px;
  }
}
@-o-keyframes fromClosed {
  /* Opera */
  from {
    height: 70px;
  }
  to {
    height: 220px;
  }
}
/*#endregion Animations*/

.headerMinimised {
  height: 140px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  opacity: 1;
  font-family: inherit;
  z-index: 1 !important;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  right: -5px;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 5%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.subtext {
  font-size: 12px;
  color: grey;
  font-style: italic;
}
.navBtn {
  color: #ffffff;
  border-radius: 20px;
  border: 2px solid #fff;
  padding: 0.5em 1.5em;
  font-size: 1rem;
  font-family: "Montserrat-Regular";
}

.leet-navbar .nav-item a.nav-link {
  font-family: "Montserrat-Regular";
  font-weight: 500;
}
.leet-navbar {
  align-items: flex-start;
}

.contactSection {
  font-family: "Montserrat-Regular";
  padding: 1em 0;
  font-size: 0.8em;
}
.h-90 {
  height: 90%;
}
.event--card-header {
  width: 100%;
  background-color: #dbdbdb;
  height: 1.2em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 0.2em;
  font-size: 1.5em;
  overflow: hidden;
}
.event--card-body {
  display: flex;
  background: #f1f1f1;
  padding: 0 0.5em;
  flex-direction: column;
  justify-content: center;
}
.event--card-body-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #e8e8e8;
  padding: 0 0.5em;
}
.event--users {
  background: #dbdbdb;
  padding: 0.375em;
  height: 100%;
}
.event--users .box-circle-player-image:first-child {
  border-color: #eb3838;
}
.event--users .box-circle-player-image:last-child {
  margin-right: auto;
}
.thumbnail-caption {
  background: #bfbfbf;
}
.font-montserrat {
  font-family: "Montserrat-Regular" !important;
}
.font-montserrat-bold {
  font-family: "Montserrat Bold" !important;
  font-weight: bold;
}
.event-organizer {
  color: #717171;
  font-size: 0.8em;
}
.event-organizer-container {
  height: 3em;
  overflow: hidden;
}
.event-organizer-user {
  text-transform: uppercase;
}
.gap-1 {
  gap: 0.375em;
}
.event-users-remaining {
  background: #9f9f9f;
  color: white;
  border-radius: 50%;
  width: 12%;
  margin: 0 1%;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat Bold", serif;
}
.mobile-nav.show {
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .mobile-dropdown-footer {
    margin-bottom: 3rem;
  }
}
.mobile-nav.show {
  display: flex;
  flex-direction: column;
}
.organiseBy {
  color: #40bfe2;
  font-size: 0.8em;
}
.playerCard {
  border: 1px solid #bfbfbf;
}
.eventStickyBar {
  background-color: #233028;
}
.thumbnail-border-radius {
  border-radius: 5px !important;
}
.thumbnail-label {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0%;
  right: 0%;
  font-size: 0.8em;
  color: #fff;
  height: 1.5em;
}
.event-user-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
}

.friend-box-heading h6 {
  font-size: 0.9rem;
}
.organise-team-dropdown.dropdown-menu.show {
  display: flex !important;
  transform: translate3d(55px, -2.5px, 0px) !important;
}
.organise-team-dropdown {
  border-radius: 10px;
  padding: 0 !important;
  overflow: hidden;
}

.organise-team-dropdown .dropdown-item {
  width: auto;
  padding: 0.375em;
}
.team-dropdown.dropdown-menu.show {
  display: flex !important;
  transform: translate3d(35px, -2.5px, 0px) !important;
}
.team-dropdown {
  border-radius: 0px 10px 10px 0;
  background-color: #000;
  padding: 0 !important;
}
.team-dropdown .dropdown-item:hover {
  background-color: #212121;
}
.team-dropdown .dropdown-item {
  width: auto;
}
.login-buttons {
  gap: 1em;
  justify-content: space-between;
}
.match-invite-container {
  padding: 0.5rem 0;
}
.organise-modal-footer {
  display: flex;
  border-radius: 0 0 10px 10px;
  background-color: #233028 !important;
  justify-content: center;
}
.invite-team-container {
  position: absolute;
  width: 100%;
  margin-left: -1rem;
  bottom: 0;
  background-color: #eee;
}
.scroll-booking-page {
  height: 100vh;
  overflow-y: scroll;
}
.scroll-friend-page {
  height: calc(100vh - 50px);
  overflow-y: scroll;
}
.scroll-friend-page-mobile {
  height: calc(100vh - 280px);
  overflow-y: scroll;
}

.scroll-mygames-page {
  height: calc(100vh - 80px);
  overflow-y: scroll;
}
.scroll-page-mygames-mobile {
  height: calc(100vh - 350px);
  overflow-y: scroll;
}

.scroll-profile-page {
  height: calc(100vh - 45px);
  overflow-y: scroll;
}

@media screen and (max-width: 990px) {
  .scroll-profile-page {
    height: calc(100vh - 210px);
    overflow-y: scroll;
  }
}

.side-card-title {
  overflow-wrap: anywhere;
}

input[type="radio"]:checked ~ label {
  border-bottom: white solid 1px;
  color: white;
}

input[type="radio"] ~ label {
  border-bottom: none;
  color: lightgrey;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.back-button {
  position: absolute;
  left: 0;
}

.menu-button {
  position: absolute;
  left: 5%;
}