/*--- GLOBAL STYLES ---*/
.goteamup-dashboard-page {
  background-color: #a7d4b9;
  padding: 20px 37px;
  min-height: 100vh;
}
.goteamup-dashboard-page.login {
  padding: 150px 37px;

}
.goteamup-dashboard-page .page-title h1 {
  font-size: 40px;
  font-weight: 900;
  color: #000;
  font-family: "Lato", Sans-serif;
  margin-bottom: 50px;
}

.goteamup-dashboard-page .goteamup-button {
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  padding: 11px 20px;
  background-color: #2b3e50;
  border-radius: 100px;
  border: none;
  width: 100%;
  transition: 0.4s all;
}

.goteamup-dashboard-page .goteamup-button:hover {
  /* color: #000;
  background-color: #a7d4b9; */
  background-color: #2b3e50;
  transform: translateY(-10px);
}

.goteamup-dashboard-page + .elementor-location-footer {
  display: none;
}

/* The container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 45px;
  padding-top: 5px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  font-family: "Lato", Sans-serif;
  font-style: italic;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border: 1px solid #000;
  border-radius: 100px;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #2b3e50;
  border-color: #2b3e50;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 11px;
  top: 5px;
  width: 8px;
  height: 15px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*--- PAGE SPECIFIC STYLES ---*/

.goteamup-dashboard-page .logo {
  max-width: 100px;
  margin: 0 auto 80px;
}

.goteamup-dashboard-page .logo svg {
  width: 100%;
  height: auto;
}

.goteamup-form-container {
  max-width: 545px;
  margin: 0 auto;
}
.goteamup-form-container form input,.goteamup-form-container form select {
  border: none;
  border-radius: 100px;
  padding: 8px 28px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Lato", Sans-serif;
  margin-bottom: 20px;
  font-style: italic;
  color: #000;
  box-shadow: none;
  outline: none;
}
.goteamup-form-container form input::placeholder,.goteamup-form-container form select::placeholder {
  color: #000;
}

.goteamup-dashboard-page .links {
  font-size: 20px;
  font-weight: 400;
  font-family: "Lato", Sans-serif;
  font-style: italic;
  color: #000;
  margin: 20px 0 30px;
  text-align: center;
}
.goteamup-dashboard-page .links a {
  color: #000;
}

/* Register */
.goteamup-form-container.register {
  max-width: 900px;
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
}
.goteamup-form-container.register h3 {
  color: #769e86;
  font-weight: 900;
  font-family: "Lato", Sans-serif;
  font-size: 18px;
}

.goteamup-form-container.register .form-group {
  display: flex;
  gap: 50px;
}
.goteamup-form-container.register .form-group input,.goteamup-form-container.register .form-group select {
  border-radius: 0;
  border-bottom: 1px solid #000;
  font-size: 16px;
  padding: 14px 0;
}

.goteamup-form-container.register .agreement-checks {
  display: flex;
  flex-direction: column;
  padding: 25px 20px;
}

/*--- DASHBOARD PAGE ---*/
.goteamup-dashboard-page .dashbaord-main-container {
  display: flex;
  gap: 20px;
}

.goteamup-dashboard-page .dashbaord-main-container .goteamup-sidebar {
  background-color: #fff;
  padding: 31px 37px;
  border-radius: 30px;
  min-width: 20%;
  height: fit-content;
}
.goteamup-dashboard-page .dashbaord-main-container .goteamup-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.goteamup-dashboard-page .dashbaord-main-container .goteamup-sidebar ul a {
  font-family: "Lato", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.goteamup-dashboard-page
  .dashbaord-main-container
  .goteamup-sidebar
  ul
  a.active {
/*   font-weight: 900; */
/*   color: #769e86; */
}
.goteamup-dashboard-page .dashbaord-main-container .goteamup-tab-content {
  width: 100%;
}

.goteamup-dashboard-page
  .dashbaord-main-container
  .goteamup-tab-content
  .tab-title {
  font-family: "Lato", Sans-serif;
  font-size: 34px;
  font-weight: 800;
  color: #000;
  margin-bottom: 20px;
}

.goteamup-dashboard-page
  .dashbaord-main-container
  .goteamup-tab-content
  .upcoming-booking-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.goteamup-dashboard-page
  .dashbaord-main-container
  .goteamup-tab-content
  .upcoming-booking-list
  .booking-card {
  background-color: #fff;
  color: #000;
  padding: 20px;
  border-radius: 30px;
  width: 100%;
}

.goteamup-dashboard-page
  .dashbaord-main-container
  .goteamup-tab-content
  .upcoming-booking-list
  .booking-card
  .card-body {
  display: flex;
  justify-content: space-between;
}
.goteamup-dashboard-page
  .dashbaord-main-container
  .goteamup-tab-content
  .upcoming-booking-list
  .booking-card
  .card-body
  .content-box {
  min-width: 200px;
}

.goteamup-dashboard-page
  .dashbaord-main-container
  .goteamup-tab-content
  .upcoming-booking-list
  .booking-card
  .card-body
  .content-box
  h4 {
  font-size: 18px;
  font-family: "Lato", Sans-serif;
  font-weight: 900;
  margin-bottom: 26px;
}
.goteamup-dashboard-page
  .dashbaord-main-container
  .goteamup-tab-content
  .upcoming-booking-list
  .booking-card
  .card-body
  .content-box
  p {
  font-size: 18px;
  font-family: "Lato", Sans-serif;
  font-weight: 400;
}

.goteamup-dashboard-page
  .dashbaord-main-container
  .goteamup-tab-content
  .upcoming-booking-list
  .booking-card
  .card-footer {
  margin-top: 20px;
}

/* Other Booking List */
.goteamup-dashboard-page .other-booking-list {
  margin-top: 50px;
}
.goteamup-dashboard-page .other-booking-list .accordion-box {
  border-bottom: 1px solid #fff;
}
.goteamup-dashboard-page .other-booking-list .accordion-box .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.goteamup-dashboard-page .other-booking-list .accordion-box .header h4 {
  font-size: 18px;
  font-family: "Lato", Sans-serif;
  font-weight: 900;
  color: #fff;
}
.goteamup-dashboard-page .other-booking-list .accordion-box .header .icon svg {
  width: 30px;
  height: 20px;
  cursor: pointer;
}
.goteamup-dashboard-page .other-booking-list .accordion-box .header .icon {
  transition: 0.4s all;
}
.goteamup-dashboard-page
  .other-booking-list
  .accordion-box
  .header
  .icon.collapsed {
  transform: rotate(180deg);
}
.goteamup-dashboard-page .other-booking-list .accordion-box .content {
  padding: 30px 0;
  transition: 0.4s all;
}
.goteamup-dashboard-page .other-booking-list .accordion-box .content.collapsed {
  height: 0;
  display: none;
}
.goteamup-dashboard-page .other-booking-list .accordion-box .content {
  overflow-x: auto;
}
.goteamup-dashboard-page .other-booking-list .accordion-box .content table {
  width: 100%;
  border: none;
  min-width: 640px;
}
.goteamup-dashboard-page .other-booking-list .accordion-box .content table td,
.goteamup-dashboard-page .other-booking-list .accordion-box .content table th {
  border: none;
  text-align: left;
  padding: 0;
}
.goteamup-dashboard-page .other-booking-list .accordion-box .content table th {
  font-size: 18px;
  font-family: "Lato", Sans-serif;
  font-weight: 900;
  margin-bottom: 26px;
  color: #000;
  padding-bottom: 30px;
}
.goteamup-dashboard-page .other-booking-list .accordion-box .content table td {
  font-size: 18px;
  font-family: "Lato", Sans-serif;
  font-weight: 400;
  color: #000;
  background: none !important;
  padding: 3px 0px;
}

/* My Details Page */
.goteamup-dashboard-page
  .dashbaord-main-container
  .goteamup-tab-content
  .my-details-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.goteamup-dashboard-page
  .dashbaord-main-container
  .goteamup-tab-content
  .my-details-content-wrapper
  .goteamup-form-container {
  max-width: 100%;
  width: 100%;
}

.goteamup-dashboard-page
  .dashbaord-main-container
  .goteamup-tab-content
  .my-details-content-wrapper
  form
  .row {
  display: flex;
  gap: 50px;
}
.goteamup-dashboard-page
  .dashbaord-main-container
  .goteamup-tab-content
  .my-details-content-wrapper
  .form-fields,
.goteamup-dashboard-page
  .dashbaord-main-container
  .goteamup-tab-content
  .my-details-content-wrapper
  .profile-picture {
  width: 50%;
}

.goteamup-dashboard-page
  .dashbaord-main-container
  .goteamup-tab-content
  .my-details-content-wrapper
  .profile-picture {
  background-color: #d9d9d940;
  border-radius: 30px;
  font-family: "Lato", Sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
  color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
	  padding: 20px;
}
.goteamup-dashboard-page
  .dashbaord-main-container
  .goteamup-tab-content
  .my-details-content-wrapper
  .profile-picture
  input {
  display: none;
}

.goteamup-dashboard-page
  .dashbaord-main-container
  .goteamup-tab-content
  .my-details-content-wrapper
  .profile-picture
  label {
  cursor: pointer;
  margin-top: 20px;
}

.goteamup-dashboard-page
  .dashbaord-main-container
  .goteamup-tab-content
  .my-details-content-wrapper
  form
  .gender-checks {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 10px;
  margin: 30px 0;
}

.goteamup-dashboard-page
  .dashbaord-main-container
  .goteamup-tab-content
  .my-details-content-wrapper
  form
  .gender-checks
  .checkbox-container
  .checkmark:after {
  display: none;
}

.goteamup-dashboard-page
  .dashbaord-main-container
  .goteamup-tab-content
  .my-details-content-wrapper
  form
  .form-group
  span {
  width: 100%;
}
.goteamup-dashboard-page
  .dashbaord-main-container
  .goteamup-tab-content
  .my-details-content-wrapper
  form
  input[type="date"] {
  text-transform: uppercase;
}

/*--- RESPONSIVE ---*/
@media (max-width: 1080px) {
  .goteamup-dashboard-page .dashbaord-main-container .goteamup-sidebar {
    min-width: 240px;
  }
  .goteamup-dashboard-page .dashbaord-main-container {
    gap: 40px;
  }
  .goteamup-dashboard-page
    .dashbaord-main-container
    .goteamup-tab-content
    .upcoming-booking-list
    .booking-card
    .card-body
    .content-box {
    min-width: 33.33%;
  }
	.dashboard-header {
    overflow-x: scroll;
}
}

@media (max-width: 991px) {
  .goteamup-dashboard-page .dashbaord-main-container {
    flex-direction: column;
  }
  .goteamup-dashboard-page .dashbaord-main-container .goteamup-sidebar {
    padding: 0;
    background: none;
  }
  .goteamup-dashboard-page .dashbaord-main-container .goteamup-sidebar ul {
    flex-direction: row;
    gap: 15px;
    overflow: auto;
  }
  .goteamup-dashboard-page .dashbaord-main-container .goteamup-sidebar ul a {
    padding: 18px 30px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    white-space: nowrap;
  }
  .goteamup-dashboard-page
    .dashbaord-main-container
    .goteamup-sidebar
    ul
    a.active {
    color: #ffffff;
    background: #2b3e50;
  }
}

@media (max-width: 595px) {
  .goteamup-dashboard-page
    .dashbaord-main-container
    .goteamup-tab-content
    .upcoming-booking-list
    .booking-card
    .card-body {
    flex-direction: column;
  }
  .goteamup-dashboard-page
    .dashbaord-main-container
    .goteamup-tab-content
    .upcoming-booking-list
    .booking-card
    .card-body
    .content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 575px) {
  .goteamup-dashboard-page {
    padding: 100px 20px;
  }

  .goteamup-dashboard-page .logo {
    max-width: 100px;
    margin: 0 auto 60px;
  }

  .goteamup-form-container.register .form-group {
    flex-direction: column;
    gap: 0;
  }
  .goteamup-form-container.register .agreement-checks {
    padding-left: 0;
    padding-right: 0;
  }
  .checkbox-container {
    font-size: 16px;
    padding-top: 4px;
    line-height: 20px;
  }
  .goteamup-dashboard-page .links {
    font-size: 17px;
  }

  .goteamup-dashboard-page
    .dashbaord-main-container
    .goteamup-tab-content
    .my-details-content-wrapper
    form
    .row {
    flex-direction: column;
  }
  .goteamup-dashboard-page
    .dashbaord-main-container
    .goteamup-tab-content
    .my-details-content-wrapper
    .form-fields,
  .goteamup-dashboard-page
    .dashbaord-main-container
    .goteamup-tab-content
    .my-details-content-wrapper
    .profile-picture,
  .goteamup-dashboard-page
    .dashbaord-main-container
    .goteamup-tab-content
    .my-details-content-wrapper
    form
    input[type="date"] {
    width: 100%;
  }
  .goteamup-dashboard-page
    .dashbaord-main-container
    .goteamup-tab-content
    .my-details-content-wrapper
    .profile-picture {
    min-height: 250px;
  }
}
.error-message {
    padding: 20px;
    background: #fff;
    border-radius: 25px;
}
.error-message p {
    margin: 0px !important;
}
.my-details-content-wrapper .profile-picture img {
width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
    margin: 20px 0px;
}
 .booking-card .card-footer {
    display: flex;
    gap: 10px;
}
button.goteamup-button.goteamup-leave-button {
    background-color:#ec6d63 ;
}
.dashboard-header {
    padding: 20px;
    background: #fff;
    border-radius: 25px;
    margin-bottom: 20px;
	display: flex;
    gap: 10px;
}
.dashboard-header a, .goteamup-sidebar a{
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 11px;
    border: solid 1px #eee;
    font-family: "Lato", Sans-serif;
    font-weight: 400;
    font-size: 18px;
	color: #000;
}
.goteamup-sidebar a{
	display: block;
	width:100%;
}
.dashboard-header a.active, .dashboard-header a:hover, .goteamup-sidebar a:hover, .goteamup-sidebar a.active{
    background: #a7d4b9;
    color: #fff !important;
}
main.goteamup-tab-content {
    background: #fff;
    border-radius: 25px;
    padding: 25px;
}
.goteamup-form-container{
    border: solid 1px #eee;
}
.booking-card {
    border: solid 1px #eee;
}
.upcoming-booking-list.onni-contact-details .card-body{
flex-direction: column;
}

.onni-membership-details .content-box span, .upcoming-booking-list .status {
    background: #a7d4b9;
    border-radius: 8px;
    font-weight: 500;
    padding: 5px 15px;
    font-size: 15px;
    color: #fff;
	width: fit-content;
    text-transform: capitalize;
}
.goteamup-form-container.login {
    border: none !important;
}
.onni-payment-details .goteamup-form-container.register {
max-width:100%;
	width: 100%;
}
.onni-payment-details .data {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
@media (max-width: 1024px){ 
	.onni-payment-details .data {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
	}
	.onni-payment-details .content-box
 {
    display: block !important;
}
	}
.onni-payment-details .action-btn button{
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 11px;
    border: solid 1px #eee;
    font-family: "Lato", Sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
	width: 100%;
}
.onni-payment-details .action-btn button:hover, .onni-payment-details .action-btn button.active, .onni-payment-details .action-btn button:focus{
background: #a7d4b9;
	color: #fff !important;}
.onni-payment-details .action-btn {
    display: flex;
    gap: 20px;
}
.onni-payment-details .custom-container{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.notification p {
    margin: 0;
}
.notification.success {
    padding: 20px;
    background: #00800040;
    border-radius: 30px;
    border: solid 1px green;
	margin-top: 20px;
}
.dashboard-header-top {
    padding: 20px;
    background: #fff;
    border-radius: 25px;
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.dashboard-header-top .username p{
    margin: 0;
    font-weight: 600;
}
.dashboard-header-top .head-logo{
    max-width: 185px;
}