* {
  box-sizing: border-box;
  font-family: "mochiy";
}
@font-face {
  font-family: 'mochiyp';
  src: url('../fonts/MochiyPopPOne-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'mochiy';
  src: url('../fonts/MochiyPopOne-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'nova';
  src: url('../fonts/NovaSquare-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'intro-inline';
  src: url('../fonts/intro_inline.otf') format('opentype');
}

@font-face {
  font-family: 'inter';
  src: url('../fonts/Inter.ttf') format('truetype');
}

@font-face {
  font-family: 'raining';
  src: url('../fonts/rainyhearts.ttf') format('truetype');
}

@font-face {
  font-family: 'montserrat';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
}

Montserrat

.disabledbutton {
  pointer-events: none;
  opacity: 0.4;
}
.payselected {
  border: 4px #34E0A1 solid !important;
}
.sceneselected {
  border: 4px #34E0A1 solid !important;
}
.modeselected {
  background: #34E0A1 !important;
}
.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.frame {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
button[disabled] div div {
  color: rgb(223, 216, 216) !important;
}
.modal-close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0.5rem 1rem;
}
.half-icon {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inv-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body {
  font-size: 14px;
}

.alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.alert-box {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  max-width: 80%;
}
.hidden {
  display: none;
}

.container.shadow {
  background: #F4F4F6;
  max-width: 400px;
  padding: 0;
  min-height: 100vh; /* full height of the viewport */
  margin: auto;
  width: 100vw;
}

.container.main{
  position: relative;
  background: #F4F4F6; 
  max-width: 400px; 
  padding: 0;
  padding-bottom: 60px;
  min-height: 100vh;
}

.top-bar.blue-bg {
  background: rgb(19, 96, 221);
  background: linear-gradient(270deg, rgb(19, 96, 221) 0%, rgb(61, 138, 241) 100%);
}
.top-bar.img-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 50px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.top-bar.img-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/img/swim.jpg);
  background-size: cover;
  background-position: center calc(50% + 100px);
  opacity: 0.5;
  z-index: -1;
}

.top-bar.img-bg .title{
  font-family: 'nova';
  font-weight: 400;
  font-size: 16px;
  margin: auto;
  color: #101010;
}

.top-bar.img-bg .logout-btn{
  font-family: 'nova';
  font-weight: 400;
  font-size: 16px;
  margin: auto;
  color: #101010;
}

.top-bar.absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.top-bar.login-bar {
  position: relative;
  padding: 5px;
  padding-left: 16px;
  padding-right: 16px;
  height:70px;
  z-index: 10;
}
.top-bar.login-bar .container{
  padding: 0;
  height: 100%;
}
.top-bar.login-bar .container .row{
  height: 100%;
  align-items: center;
}
.top-bar.login-bar .location{
  padding-left: 16px;
}
.top-bar.login-bar .location p{
  margin-bottom: 0;
  font-family: "nova";
  color: #546E7A;
  font-weight: 400;
}
.top-bar.login-bar .location-name{
  font-size: 12px;
}
.top-bar.login-bar .mc-name{
  font-size: 10px;
}

.top-bar.login-bar h3 {
  margin-bottom: 0;
}
.top-bar.login-bar .guest-login {
  display: block;
}
.top-bar.login-bar .guest-login.active {
  display: none;
}
.top-bar.login-bar .rise-login {
  display: inline-block;
  padding: 8px 10px;
  background: #FFFFFF;
  border-radius: 10px;
  text-align: right;
  line-height: 1.2;
  font-size: 10px;
  position: relative; /* remove absolute */
  right: unset;       /* remove absolute offset */
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  height: 45px;
}

.top-bar.login-bar .rise-login.active {
  display: block;
}
.top-bar.login-bar .rise-login p {
  margin-bottom: 0;
}

.top-bar.login-bar .rise-login .p {
  margin-bottom: 0;
  font-size: 14px;
  color: #34E0A1;
}

.top-bar.login-bar .rise-login p.title {
  margin-bottom: 4px;
  font-size: 10px;
  font-family: "nova";
}
.top-bar.login-bar ul.option {
  text-align: right;
}
.top-bar.login-bar ul.option li:not(:last-of-type) {
  margin: 0 9px 0 0;
}
.top-bar.login-bar ul.option li a.login {
  color: #0065FF;
  text-decoration: underline;
  font-weight: 600;
}
.top-bar .location-wrapper p {
  margin: 0;
}
.top-bar .location-wrapper .location {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 9px 0 0;
}
.top-bar .header-wrapper {
  position: relative;
  padding: 15px 0 16px;
  text-align: center;
  min-height: 50px;
}
.top-bar .header-wrapper h3 {
  margin-bottom: 0;
}
.top-bar .header-wrapper a.back-btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #E7EBF0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar .header-wrapper a.back-btn.transparent {
  background: transparent;
}
.top-bar .header-wrapper a.back-btn.box {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.top-bar .header-wrapper a.back-btn img {
  height: 30px;
}
.top-bar .header-wrapper a.logout {
  position: absolute;
  right: 0;
  top: 15px;
  font-weight: 700;
  color: #000000;
  text-decoration: underline;
}

.top-bar .header-wrapper .header-right {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #E7EBF0;
  border-radius: 10px;
  display: flex;
  align-items:center;
  justify-content:right;
  background: transparent;
}

a, .a {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #546E7A;
  text-decoration: none;
}
a:hover, .a:hover {
  color: #546E7A;
  text-decoration: none;
}
a.large, .a.large {
  font-size: 15px;
  line-height: 23px;
}
a.blue, .a.blue {
  color: #0065FF;
}


ul {
  padding-left: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #546E7A;
}
ul li.blue {
  color: #0065FF;
}

p.blue, .p.blue {
  color: #0065FF;
}
p.red, .p.red {
  color: red;
}
p.white, .p.white {
  color: #ffffff;
}
p.semi, .p.semi {
  font-weight: 600;
}
h3.white, .h3.white {
  color: #ffffff;
}

.loader-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px; /* Adjust as needed */
  margin-bottom: 20px;
}

.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

.logo-container {
  position: absolute;      /* fix it to the top of the screen */
  top: 0;
  left: 0;
  width: 100%;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  background: transparent; /* or add a light background if needed */
}

.logo-container img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.modal-open {
  padding-right: 0 !important;
}

.modal.show {
  margin: auto;
}
