@import url(https://fonts.googleapis.com/css2?family=Inter:wght@500&family=Orbitron:wght@900&family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap);
body {
  color: #4A4A4A;
  font-family: "Work Sans", sans-serif;
  overflow-x: hidden;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.bg-primary {
  background-color: #C9AC8C !important;
}

.bg-primary-my {
  background-color: #C9AC8C !important;
}

.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555;
  height: 500px;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #FFFFFF;
  position: absolute;
  width: 100%;
  right: 0;
  line-height: 15px;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: #4A4A4A;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 15px;
  display: block;
  font-weight: 500;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.table .thead-light th, .jsgrid .jsgrid-table .thead-light th {
  background-color: #FAFAFA;
  border-bottom: 1px solid #E5EDF8;
  border-top: 1px solid #E5EDF8;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tag {
  background: #e9ebeb;
  border-radius: 15px;
  display: inline-flex !important;
  font-size: 11px;
  padding: 5px 12px;
  white-space: nowrap;
}

.tag.tag-sm {
  align-items: center;
  font-size: 10px;
  height: 23px;
  padding: 0 9px;
  text-align: center;
  vertical-align: middle;
}

.tag.tag-success {
  background: rgba(187, 204, 255, 0.37);
  color: #090F47;
}

td.reservation-cell {
  position: relative;
}
td.reservation-cell > span {
  position: absolute;
  left: 0px;
  z-index: 2;
  pointer-events: none;
  font-size: 12px;
  margin-top: -6px;
  color: #090F47;
  font-weight: 500;
}

.index-header {
  font-size: 35px;
  font-weight: 600;
}

.why-wemove-background {
  background-color: #F6F2EE;
  background-image: url("../images/why-wemove-BG.png");
  background-size: 1300px;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .content-wrapper {
    top: 64px;
    position: relative;
  }
}

.p-t-8 {
  padding-top: 8px !important;
}

.table .tbody-trainer td {
  line-height: 12px;
  font-weight: 400;
  padding-top: 12px;
  padding-bottom: 12px;
}

.time-block {
  background-color: #22356D;
  color: white;
}

.import-value {
  height: 20px;
}

.table .thead-trainer th {
  background-color: #C9AC8C;
  color: white;
  line-height: 17px;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
}

.horizontal-menu .top-navbar {
  background: #FFFFFF;
}

.horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand img {
  height: 100%;
  width: auto;
}

.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
}

.circle-profile {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  background-position: center center;
  background-size: cover;
  display: inline-block;
}

.circle-profile-header {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  margin-left: 10px;
}

.circle-profile-small {
  width: 68px;
  height: 68px;
  border-radius: 34px;
  background-position: center center;
  background-size: cover;
  display: inline-block;
}

.circle-profile-small span {
  line-height: 68px;
}

.btn-primary, .wizard > .actions a {
  color: #fff;
  background-color: #C9AC8C;
  border-color: #C9AC8C;
}

.btn-primary:hover, .wizard > .actions a:hover {
  color: #fff;
  background-color: #16244c;
  border-color: #16244c;
}

.btn-primary:focus, .wizard > .actions a:focus, .btn-primary.focus, .wizard > .actions a.focus {
  color: #fff;
  background-color: #16244c;
  border-color: #16244c;
  box-shadow: 0 0 0 0.2rem #16244c;
}

.btn-primary.disabled, .wizard > .actions a.disabled, .btn-primary:disabled, .wizard > .actions a:disabled {
  color: #fff;
  background-color: #C9AC8C;
  border-color: #C9AC8C;
}

.main-panel {
  background: #fafafa;
}
@media (max-width: 991.98px) {
  .main-panel.slider {
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .main-panel {
    padding-top: 60px;
  }
}

.index-paragraph-style {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #656565;
  text-align: justify;
}

.index-icons-table {
  width: 250px;
  text-align: center;
  border-left: 1px solid #C9AC8C;
  border-right: 1px solid #C9AC8C;
}

.index-icons-table-mobile {
  width: 200px;
  text-align: center;
  border-left: 1px solid #C9AC8C;
}

.footer {
  font-family: "Work Sans", sans-serif;
  background: #656565;
  clear: both;
  margin-left: 0;
  box-sizing: border-box;
  position: relative;
}
.footer .footer-border {
  border-bottom: 1px solid #838383;
  color: #FFFFFF;
}
.footer .table-footer {
  border-collapse: inherit;
}
.footer .table-footer-cell {
  text-align: center;
  font-size: 15px;
  width: 120px;
}

.form-check-label {
  cursor: pointer;
}

h2 {
  font-size: 30px;
  line-height: 30px;
}

.shadow {
  box-shadow: 0px 3px 11px 3px rgb(228, 228, 228) !important;
}

.horizontal-menu .top-navbar {
  position: fixed;
}

@media (max-width: 991px) {
  .horizontal-menu .top-navbar .navbar-menu-wrapper {
    width: calc(100% - 85px);
  }
}
.horizontal-menu .top-navbar .navbar-menu-wrapper .wallet-border-wrapper {
  border-radius: 50%;
  background-color: #F2F4F7;
  padding: 10px;
}

@media (max-width: 991px) {
  .horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand {
    width: 85px;
  }
}

.index-court-image {
  border-radius: 20px;
  width: 500px;
}
@media (min-width: 992px) {
  .index-court-image {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991.5px) {
  .index-court-image {
    height: 230px;
  }
}
@media (max-width: 767.5px) {
  .index-court-image {
    height: 300px;
  }
}
@media (max-width: 530px) {
  .index-court-image {
    height: 57vw;
  }
}

@media (min-width: 992px) {
  header.slider {
    background-image: url("../images/Slider_Wemove_New.jpg");
    background-size: cover;
    background-position: center center;
  }
  header.slider .container-fluid .row {
    padding-bottom: 20vh;
    padding-top: 35vh;
    padding-left: 8vw;
  }
  header.slider .horizontal-menu .top-navbar {
    background: #FFFFFF;
    transition: background-color 1s ease 0s;
    border: none;
  }
  header.slider .horizontal-menu .top-navbar.solid {
    background: #FFFFFF;
    transition: background-color 1s ease 0s;
    border: none;
  }
  header.slider h1 {
    font-weight: 600;
    font-size: 3.4vw;
    opacity: 100%;
    color: #FFFFFF;
    line-height: 4.3vw;
    padding-bottom: 10px;
  }
  header.slider p {
    font-size: 1vw;
    line-height: 1.6vw;
    color: #FFFFFF;
    font-weight: 300;
    text-align: justify;
  }
}
@media (max-width: 991.5px) {
  header.slider {
    background-image: url("../images/Home_slider_mobile.jpg");
    background-size: cover;
    background-position: center center;
  }
  header.slider .container-fluid .row {
    padding-bottom: 7vh;
    padding-top: 17vh;
  }
  header.slider .btn-reservation {
    margin-left: 20px;
    margin-bottom: 50px;
  }
  header.slider h1 {
    margin-inline: 20px;
    font-weight: 600;
    font-size: 7vw;
    opacity: 100%;
    color: #FFFFFF;
    line-height: 9vw;
    padding-bottom: 40px;
  }
  header.slider p {
    margin-inline: 20px;
    font-size: 4.3vw;
    line-height: 5.3vw;
    color: #FFFFFF;
    font-weight: 300;
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  header.slider .btn-reservation {
    width: 261px;
    height: 44px;
  }
}
@media (max-width: 1199px) {
  header.slider .btn-reservation {
    width: 216px;
    height: 44px;
  }
}

@media (max-width: 767px) {
  .calendar-card {
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .gallery-size {
    height: 600px;
    width: 100%;
  }
}
@media (max-width: 991.5px) {
  .gallery-size {
    height: 400px;
    width: 100%;
  }
}
@media (max-width: 767.5px) {
  .gallery-size {
    height: 300px;
    width: 100%;
  }
}
@media (max-width: 575.5px) {
  .gallery-size {
    height: 65vw;
    width: 100%;
  }
}

.daily-reservation-table th {
  padding: 10px 10px;
  border: 1px solid #EAEAEA;
}
.daily-reservation-table th:first-child {
  display: block;
  border: none;
}
.daily-reservation-table tbody td {
  text-align: center;
  white-space: nowrap;
  border: 1px solid #EAEAEA;
  min-width: 40px;
  height: 70px;
  font-size: 12px;
}
.daily-reservation-table tbody .reservation-cell {
  cursor: pointer;
}
.daily-reservation-table tbody .reservation-cell.first {
  border-left: 2px solid white !important;
}
.daily-reservation-table tbody .reservation-cell.last {
  border-right: 2px solid white !important;
}
.daily-reservation-table tbody .reservation-cell.last.invited:after {
  content: "\f059";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  position: relative;
  top: -6px;
}
.daily-reservation-table tbody .reservation-cell.last.confirmed:after {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  position: relative;
  top: -6px;
}
.daily-reservation-table tbody .reservation-cell.free:hover {
  background: #d5feff;
}
.daily-reservation-table tbody .reservation-cell.disabled {
  cursor: not-allowed;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .daily-reservation-table tbody .reservation-cell.disabled {
    min-width: 0px;
    border: none;
  }
}
.daily-reservation-table tbody .reservation-cell.selected {
  background: #BBCCFF !important;
  border-color: #BBCCFF;
}
.daily-reservation-table tbody .reservation-cell.public-reservation {
  background: #C9AC8C;
  border-left: none;
  border-right: none;
}
.daily-reservation-table tbody .reservation-cell.public-reservation.not-my-league {
  background: #22356D;
}
.daily-reservation-table tbody .reservation-cell.private-reservation, .daily-reservation-table tbody .reservation-cell.full {
  background: #C9AC8C;
  border-left: none;
  border-right: none;
}
.daily-reservation-table tbody .reservation-cell.training {
  background: #FEDE00;
  border-left: none;
  border-right: none;
}
@media (min-width: 992px) {
  .daily-reservation-table tbody td:first-child {
    padding: 30px 20px 10px 20px;
    font-weight: bold;
    border-left: none;
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
    font-size: 14px;
  }
}
@media (max-width: 991.5px) {
  .daily-reservation-table tbody td:first-child {
    padding: 15px 10px 15px 10px;
    font-weight: bold;
    border-left: none;
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
    font-size: 14px;
  }
}
.daily-reservation-table tbody td:first-child h4 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.legend::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  margin-right: 10px;
  content: "";
  position: relative;
  top: 2px;
}

.legend.legend-selected::before {
  background: #C9AC8C;
}

.legend.legend-public-reservation::before {
  background: #BBCCFF;
}

.legend.legend-private-reservation::before {
  background: #BBCCFF;
}

.legend.legend-free::before {
  background: white;
  border: 1px solid gray;
}

.pointer {
  cursor: pointer;
}

.navbar.top-navbar {
  z-index: 1;
}

.btn-secondary {
  background: #22356D;
}
.btn-secondary:hover {
  background: #16244c;
}
.btn-secondary:active {
  background-color: #16244c !important;
  color: white;
  border-color: #16244c !important;
}
.btn-secondary:focus {
  background-color: #16244c;
}

.btn-sky-blue {
  background: #C9AC8C;
  color: white;
}
.btn-sky-blue:hover {
  background: #13a2a9;
  color: white;
}
.btn-sky-blue:active {
  background-color: #13a2a9 !important;
  color: white;
  border-color: #13a2a9 !important;
}
.btn-sky-blue:focus {
  background-color: #69DFE3;
}

.no-border {
  border: none;
}

.container-scroller {
  overflow: visible;
}

.order-info-card {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.bar-loader span {
  background-color: #69DFE3;
}

@media (max-width: 769px) {
  .x-sm-btn {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}
.form-check.form-check label input[type=checkbox]:checked + .input-helper:before, .form-check.form-check label input[type=radio]:checked + .input-helper:before {
  background: #C9AC8C;
}

.form-check .form-check-label input[type=radio] + .input-helper:before {
  border-color: #C9AC8C;
}

.form-check .form-check-label input[type=checkbox] + .input-helper:before {
  border-color: #C9AC8C;
}

.form-check-primary.form-check label input[type=checkbox]:checked + .input-helper:before, .form-check-primary.form-check label input[type=radio]:checked + .input-helper:before {
  background: #C9AC8C;
}

.img-sm {
  width: 68px;
  height: 68px;
}

.border-primary {
  border-color: #22356D !important;
}

.bg-light {
  background-color: #FAFAFA !important;
}

.text-blue {
  color: #22356D;
}

.add-player-btn i {
  font-size: 25px;
}

.btn-outline-secondary {
  border-color: #22356D;
  color: #22356D;
}
.btn-outline-secondary:hover {
  background-color: #22356D;
  color: white;
  border-color: #22356D;
}
.btn-outline-secondary:active {
  background-color: #22356D !important;
  color: white;
  border-color: #22356D !important;
}

.nav-pills.nav-pills-custom .nav-link {
  border: none;
  padding: 0;
  color: #4A4A4A;
  font-weight: 500;
}
.nav-pills.nav-pills-custom .nav-link.active {
  border-bottom: 2px solid #C9AC8C;
  color: #4A4A4A;
  background-color: transparent;
  border-radius: 0;
}

.player .player-name {
  min-height: 35px;
}
.player .player-name h5 {
  font-size: 12px;
}

#reservation-form .player {
  padding-top: 15px;
  padding-bottom: 15px;
}
#reservation-form .player .remove-player-btn {
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 4;
}

#modal-reservation-users .players {
  padding-bottom: 10px;
}
#modal-reservation-users .players .player {
  padding-top: 15px;
  padding-bottom: 15px;
}
#modal-reservation-users .players .player .remove-player-btn {
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 5;
}

#add-players-btn h5 {
  font-size: 12px;
}

table#users-table td button {
  width: 80px;
  max-width: 80px;
}

a {
  color: #C9AC8C;
}
a:hover {
  color: #C9AC8C;
}

.br-theme-bars-square .br-widget a {
  border-color: #22356D;
  color: #22356D;
}

.br-theme-bars-square .br-widget a.br-active, .br-theme-bars-square .br-widget a.br-selected {
  border-color: #22356D;
  color: #22356D;
}
.br-theme-bars-square .br-widget a.br-active.br-current, .br-theme-bars-square .br-widget a.br-selected.br-current {
  border-color: #69DFE3;
  color: #69DFE3;
}

.rounded-circle span {
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.rounded-circle.img-sm {
  font-size: 26px;
  line-height: 68px;
  font-weight: 900;
}
.rounded-circle.img-xs {
  font-weight: 500;
  font-size: 12px;
  line-height: 31px;
}

.close-public-reservation {
  position: absolute;
  right: 10px;
  cursor: pointer;
  z-index: 1;
}

.bold {
  font-weight: bold !important;
}

#mobile-cart {
  position: fixed;
  top: 70px;
  z-index: 1;
  left: 12px;
  right: 12px;
}

.border-left-dashed {
  border-left: 1px dashed;
}

@media (max-width: 767px) {
  .public-reservation-header {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .reservation-summary .card-body {
    border: 1px solid #EAEAEA;
    box-shadow: 0px 3px 11px 3px #e4e4e4 !important;
  }
}

.accordion .card .card-header a[aria-expanded=true]:before {
  color: white;
}

#date-calendar {
  border: none;
}

.player-level .fa-star {
  font-size: 18px;
}

.card.player-level-selector {
  border: none;
  cursor: pointer;
  height: 100%;
  border-radius: 20px;
}
.card.player-level-selector.selected {
  background-color: #FAFAFA;
  border: 2px solid #E5E5E5;
}

.anonymous-player {
  padding: 0px;
}

.anonymous-player-name {
  min-height: 35px;
}

.public-reservation-detail .fa-star {
  font-size: 12px !important;
}
.public-reservation-detail .anonymous-player {
  padding: 10px 5px;
}
.public-reservation-detail .anonymous-player .rounded-circle.img-sm {
  width: 37px;
  height: 37px;
  line-height: 38px;
  font-size: 20px !important;
}
.public-reservation-detail .anonymous-player .anonymous-player-name {
  min-height: 0 !important;
  display: none;
}

@media (max-width: 991px) {
  .users-modal-table td {
    padding: 5px;
  }
  .users-modal-table .player-level .fa-star {
    font-size: 12px;
  }
}

.avatar.border {
  border: 2px solid #C9AC8C !important;
}

.rejected {
  opacity: 0.5;
}

.scrollable-cart {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.public-reservation-detail .avatars .public-reservation-avatar {
  padding: 10px 5px;
}

.jq-toast-wrap.top-right {
  top: 75px;
}

.profile-card .row.profile-info {
  padding-top: 15px;
}

.badge {
  border-radius: 10px;
  font-size: 10px;
}
.badge.badge-reservation-public {
  background: #ffbfcc;
  color: black;
}
.badge.badge-reservation-private {
  background: #bff6f8;
  color: black;
}

.nowrap {
  white-space: nowrap;
}

.btn-square {
  min-width: 26px;
  min-height: 26px;
  max-width: 26px;
  max-height: 26px;
  padding: 0 !important;
}
.btn-square i {
  font-size: 13px !important;
}

a.btn-square {
  line-height: 24px;
}

.action-btns {
  white-space: nowrap;
}
.action-btns button {
  margin: 2px;
}

.active-reservations-table td, .active-reservations-table th {
  padding: 10px;
}

.reservation-info-modal .row {
  padding: 10px 0;
  border-bottom: 1px solid #e8eff9;
}

.border-default {
  border-bottom: 1px solid #e8eff9;
}

.modal-footer {
  border-top: none;
}

.table td, .jsgrid .jsgrid-table td {
  font-size: 13px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8fbff;
}

.table thead th, .jsgrid .jsgrid-table thead th {
  font-size: 13px;
}

.select2-container--default .select2-selection--single {
  border-color: #e8eff9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 22px;
}

.select2-container .select2-selection--single {
  height: 48px;
}

.fs-10 {
  font-size: 10px;
}

.lh-20 {
  line-height: 20px;
}

.card .card-body {
  padding: 1.875rem 1.875rem;
}
@media (max-width: 768px) {
  .card .card-body {
    padding: 1.875rem 1rem;
  }
}

.w-250px {
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 50px;
  height: 40px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
