@font-face { 
    font-family: 'Montserrat'; 
    src: url('../fonts/Montserrat.ttf');
    font-display: swap;
}
body{
    font-family: sans-serif;
    /* background-color: #000; */
    background: radial-gradient(circle at 10% 20%, #485a66 0%, #121212 100.2%);
   
}
html ,  body{
    overflow-x: hidden;
}
iframe{
    border-radius: 10px;
}
.portal_container{
    height: 100%;
    width: 100vw;
    min-height: 100vh;
    position: relative;
}
.profile_icon{
    height: 45px;
    width: 45px;
    clip-path: circle(50%);
}
.portalTitle_wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    align-items: baseline;
    align-self: flex-start;  
}
.membershipExpires_Msg{
    background-color: #f57b7c;
    color: #000;
    padding:5px;
    border-radius: 15px;
    font-style: italic;
    margin: 5px;
    margin-left: 10px;
    font-size: .8em;
    max-width: 90%;
    text-align: center;
}

@media (max-width:450px) {
    
    .membershipExpires_Msg{
        margin-right: 15px;
        margin-left: 15px;
        font-size: .8em;
        width: 100%;
    }
}

.notYetExpired{
    background-color: #a6d39c;
    color: #000;
    padding:5px;
    border-radius: 15px;
    
}
.renueMembership_btn{
    border: none;
    background-color: transparent;
    color: #d53737;
    text-decoration: underline;
    font-size: 1em;
    font-style: italic;
}
.activityMeter_container{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
    margin-bottom: 25px;
    flex-wrap: wrap;
    border-radius: 6px;
    box-shadow: 0px 1px 20px 4px #121212; 
    background-color: #343434; 
}
    /* ipad pro Portrait*/
    @media only screen and (min-device-width: 1024px) 
    and (max-device-height: 1366px) 
    and (-webkit-min-device-pixel-ratio: 2)  
    and (orientation: portrait){
        .activityMeter_container{
            width: 30%;
        }
    }
@media (max-width:850px) {
    .activityMeter_container{
        width: 40%;
    }
}

@media (max-width:450px) {
    .activityMeter_container{
        width: 75%;
    }
}

.activityBars_title_wrapper{
    display: flex;
    justify-content: space-between;
    width: 90%;
}

.clubActivity_title{
    color: #ffb700;
    margin: 5px;
    font-size: 1em;
}
.activityBars_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.activityMeterBar{
    height: 20px;
    width: 10px;
    margin: 5px;
    border-radius: 3px;
    background-color: #352d19;
    border: 1px solid #ffb700;
}
.currentActivityLevel , .beforeCurrent{
    background-color: #ffb700;
}
.currentActivity_desc{
    width: 100%;
    color: #686876;
    text-align: center;
    margin: 5px;
    font-style: italic;
}

/* notifications style */

.notification_center{
    width: 100%;
    min-height: 33vh;
    height: fit-content;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin: auto;
}

    /* ipad pro Portrait*/
    @media only screen and (min-device-width: 1024px) 
    and (max-device-height: 1366px) 
    and (-webkit-min-device-pixel-ratio: 2)  
    and (orientation: portrait){
        .notification_center{
            height:fit-content;
            width: 100%;
            min-height: auto;
        }
    }

    @media (max-width:850px) and (min-width:449px) {
        .notification_center{
            height:fit-content;
            min-height: auto;
            width: 100%;
        }
    }
    @media (max-width:450px) {
        .notification_center{
            min-height: 30vh;
            width: 100%;
        }
    }
.notification_area_title{
    color: #ffffff;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    font-size: 1.6em;
    
}
    @media (max-width:850px) and (min-width:449px) {
        .notification_area_title{
            font-size: 1.4em;
        }
    }
    @media (max-width:450px) {
        .notification_area_title{
            font-size: 1.2em;
        }
    }

.notification_wrapper{
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    background-color: #343434;
    border: 1px solid #000 ;
    border-radius: 10px ;
}
    /* ipad pro Portrait*/
    @media only screen and (min-device-width: 1024px) 
    and (max-device-height: 1366px) 
    and (-webkit-min-device-pixel-ratio: 2)  
    and (orientation: portrait){
        .notification_wrapper{
            width: 100vw;
            height: fit-content;
        }
    }
    @media (max-width:850px) {
        .notification_wrapper{
            width: 100vw;
            height: fit-content;
        }
    }

    @media (max-width:450px) {
        .notification_wrapper{
            width: 100vw;
            height: fit-content;
        }
    }
.notification_area{
   
    /* box-shadow: inset 0px 0px 5px 1px #1C1C1E; */
    height: 100%;
    width:fit-content;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification_indicator{
    border-radius: 6px;
    background-color: #ff0000;
    height: 45px;
    width: 45px;
    clip-path: polygon(50% 0%,100% 38%,100% 0%);
    position: absolute;
    top: 0; right: 0;
}
.notification_dismiss{
    font-size: 1.5em;
    color: #ffb700;
    position: absolute;
    top: 0;right:0;
    padding:5px 10px;
}
.notification_card{
    height:85%;
    background-color: #1C1C1E;
    border: 1px solid #000;
    width: 20vw;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative; 
    box-shadow: 3px 3px 14px 1px #000000;
    padding: 10px;
    margin: 10px;
}
    /* ipad pro Portrait*/
    @media only screen and (min-device-width: 1024px) 
    and (max-device-height: 1366px) 
    and (-webkit-min-device-pixel-ratio: 2)  
    and (orientation: portrait){
        .notification_card{
            width: 30vw;
            height:87%;
        }
    }
    @media (max-width:850px) and (min-width:449px) {
        .notification_card{
            width: 42vw;
            height:91%;
        }
    }
    @media only screen and (max-height:770px) and (orientation : landscape) {
        .notification_card{
            width: 35vw;
            height:91%;
        }
    }
    @media (max-width:450px) {
        .notification_card{
            width: 92vw;
            height:90%;
            box-shadow: none;
        }
    }
.notification_bottom_text{
    color: #686876;
    align-self: center;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    
}
#expand_notification_form{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.notification_expand{
    background-color: transparent;
    border: none;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    text-decoration: none;
    position: absolute;
    top: 0; left:0;
}
.notification_title{
    font-size: 1.5em;
    color: #ffb700;
    align-self: flex-start;
    width: 90%;
    margin: 5px auto;
}
.notification_body{
    width: 90%;
    color: #fff;

}
.notification_view_text{
    color: #ffb700;
    margin: 5px;
    
}

/* ACTION RECTANGLES */
.action_rectangles_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: auto;
    /* background-color: #1a1a1a; */
    background: radial-gradient(circle at 10% 20%, #33373b6c 0%, #12121269 100.2%);
    color: #000;
    min-height: 50vh;
    border-radius: 10px 10px 0px 0px;
    margin-top: 100px;
    padding-bottom: 65px;
    backdrop-filter: blur(10px); 
    backdrop-filter: blur(10px); 
}
    /* ipad pro Portrait*/
    @media only screen and (min-device-width: 1024px) 
    and (max-device-height: 1366px) 
    and (-webkit-min-device-pixel-ratio: 2)  
    and (orientation: portrait){
        .action_rectangles_container{
            position: absolute;
            bottom:0;
            left: 0;
        }
    }
.upgrade_actions_wrapper{
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    width: 30%;
}

    /* ipad pro Portrait*/
    @media only screen and (min-device-width: 1024px) 
    and (max-device-height: 1366px) 
    and (-webkit-min-device-pixel-ratio: 2)  
    and (orientation: portrait){
        .upgrade_actions_wrapper{
            width: 50%;
        }
    }
    
    @media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (orientation: landscape) {
        .upgrade_actions_wrapper {
            width: 40%;
        }
    }


    @media (max-width:850px) {
        .upgrade_actions_wrapper{
            width: 50%;
        }
    }

    @media (max-width:450px) {
        .upgrade_actions_wrapper{
            width: 100%;
        }
    }

.rectangle_category_titles{
    width: 100%;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 0;
    color: #696868;
}

.upgrade_acct_rectangle_wrapper{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #343434;
}

.wifiInfo_wrapper{
    width: 20%;
    /* border: 1px solid #ccc; */
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 6px;
    box-shadow: 0px 1px 20px 4px #121212; 
    background-color: #343434; 
}
    /* ipad pro Portrait*/
    @media only screen and (min-device-width: 1024px) 
    and (max-device-height: 1366px) 
    and (-webkit-min-device-pixel-ratio: 2)  
    and (orientation: portrait){
        .wifiInfo_wrapper{
            width: 30%;
        }
    }
@media (max-width:850px) {
    .wifiInfo_wrapper{
        width: 40%;
    }
}

@media (max-width:450px) {
    .wifiInfo_wrapper{
        width: 75%;
    }
}

.wifiInfo_text{
    color: #ccc;
    margin:5px;
}

.rectangle_simple{
    width: 50%;
    margin: 10px;
    padding: 10px;
    height: 100%;
    background-color: #343434;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.action_rectangle_icons{
    width: 40%;
    /* filter: invert(41%) sepia(12%) saturate(15%) hue-rotate(12deg) brightness(93%) contrast(83%); */
}
.action_rectangle_text{
    margin: 0 auto;
    color: #fff;
}

#changeAcctFrm{
    width: 100%;
}
.upgradeDayPass_btn , .upgradeMember_btn , .restartMembership_btn{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0px 1px 20px 4px #121212; 

}
.upgradeDayPass_btn:hover , .upgradeMember_btn:hover , .restartMembership_btn:hover{
    border: 2px solid #ffb700;
}



.image_button{
    width: 40%;
    background-image: url("../assets/studios.png");
    background-size: cover;
    height: 25%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    box-shadow: 0px 0px 11px 0px #000000;
    position: relative;
}
.image_button:hover{
    border: 2px solid #ffb700;
}
    /* ipad pro Portrait*/
    @media only screen and (min-device-width: 1024px) 
    and (max-device-height: 1366px) 
    and (-webkit-min-device-pixel-ratio: 2)  
    and (orientation: portrait){
        .image_button{
            width: 60%;
        }
    }
    @media (max-width:850px) and (min-width:449px) {
        .image_button{
            width: 60%;
        }
    }
    @media (max-width:450px) {
        .image_button{
            width: 90%;
        }
    }

.btn2{
    background-image: url("../assets/mindshareCommonArea3.jpg");
}
.img_btn_links{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}
.image_button_text{
    color: #ffffff;
    text-shadow: 0px 1px 12px #000;
    font-weight: bold;
    font-size: 1.5em;
}

.maxMembership_btn{
    width: 90%;
    margin: 10px;
    padding: 10px;
    height: fit-content;
    background-color: #343434;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.max_membership_icon{
    width: 15%;
}
.actionBar_container{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height:45px;
    width: 100%;
    position: fixed;
    bottom: -1px;
    left: 0;
    margin: 0 auto; 
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.47);
    -webkit-backdrop-filter:blur(8px);
    backdrop-filter: blur(8px); 
    border-radius: 16px 16px 0px 0px;
}
/* blend bottom nav bar into search bar on darkmode ios */
/* @media screen and (prefers-color-scheme: light) {
    .actionBar_container {
        background-color: #1C1C1E;
    }
  } */

.action_icon_btns{
    height: 80%;
  
    color: #ffb700;
    text-decoration: none;
    position: relative;
    text-align: center;
}

.action_icons{
    display:inline-block;
    font-size: 40px;
    line-height: 0px;
    height: 100%;
    text-align: center;
    vertical-align: bottom;

    /* filter: brightness(1000%) contrast(100%) saturate(5%); */
    /* filter: invert(41%) sepia(12%) saturate(15%) hue-rotate(12deg) brightness(93%) contrast(83%); */
}
.action_icons.active{

  filter: drop-shadow(3px 3px 3px #000) 
          drop-shadow(-1px -1px 3px #000);
         
}
/* 
 .action_icons.commingSoon{
    filter: invert(41%) sepia(12%) saturate(15%) hue-rotate(12deg) brightness(93%) contrast(83%);
    
}  */

/* notification style*/
.full_notification_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.full_notification_forms_container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.full_notification_body{
    width: 90%;
}

.full_notification_forms{
    width: 60%;
    position: relative;
}
.expand_newMember_forms_btn{
    border: none;
    background-color: transparent;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0; left:0;
}
.newMember_forms_icon{
    width: 50%;
    display: block;
    margin: auto;
}

@keyframes wiggle {
    0% { transform: rotate(0deg); }
    20% { transform: rotate(5deg); } /* Decreased from 25% */
    40% { transform: rotate(-5deg); } /* Decreased from 50% */
    60% { transform: rotate(3deg); } /* Decreased from 75% */
    80% { transform: rotate(-2deg); } /* New keyframe */
    100% { transform: rotate(0deg); }
}

/* Apply the animation to the image element */
.newMember_forms_icon{
    animation: wiggle 2s ease-in-out;
}


.portal_bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url("../assets/portalBG.png") ;
    background-size: cover;
    background-position: center;
    background-color: #1a1a1a;
}
/*password form */
.setPw-container{
    width: 90%;
    height: 40vh;
    margin:20px auto;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#newPassForm{
    height: 100%;
    width: 100%;
    display: flex;
    margin: 5px auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.signup-fields{
    width: 90%;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    background-color: transparent;
}

/* sign in page */
.signIn-container{
    width: 40%;
    height: 45vh;
    min-height: fit-content;
    margin:20px auto;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
    /* ipad pro Portrait*/
    @media only screen and (min-device-width: 1024px) 
    and (max-device-height: 1366px) 
    and (-webkit-min-device-pixel-ratio: 2)  
    and (orientation: portrait){
        .signIn-container{
            width: 60%;
            height: 30vh;
        }
    }

    @media (max-width:850px) and (min-width:449px) {
        .signIn-container{
            width: 65%;
            height: 35vh;
        }
    }
    @media (max-width:450px) {
        .signIn-container{
            width: 90%;
            height:51vh;
            min-height: fit-content;
        }
    }

.stay_signedin{
    width: 90%;
    display: flex;
    justify-content: space-evenly
}
#staySignedInLabel{
    color: #1C1C1E;
    
}
.signin-actions{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #1C1C1E;
}
.signin-actions a{
    text-decoration: none;
    color: #ffb700;
    margin: 10px;
}
/* BEGIN: style for form completion*/
#NewClientCancel{
	padding:20px; 
	margin-top:40px; 
	overflow:auto; 
	position:relative;
	text-decoration: none;
	color:#ccc;
 }	
#signature-pad {
	margin: auto;
	display: block;
	position: relative;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 9px 0px #000;
	width:350px;
	height:150px;
	background-color:#fff;
    border-radius: 6px;
}

	/*tablets */
	@media(max-width:850px) and (min-width:449px){
		#signature-pad {
			
			margin:auto;
		}
		}
		/*phones */
		@media (max-width:450px) {
			#signature-pad {
				max-width:100%;
				position: static;
				margin:auto;
				text-align: center;
			}
		}
.subTitle-icon-container{
    display:inline-flex; 
    align-self:flex-start;
    align-items:baseline;
}        
.tab {
	display:none;
	height: fit-content;
    width: 100%;
}

.addCard_completeRegistration_wrapper{
    width: 40%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/*phones */
@media (max-width:450px) {
    .addCard_completeRegistration_wrapper{
        width: 90%;
    }
}
input.invalid {
  background-color: #ffdddd;
}


		/*phones */
		@media (max-width:450px) {
			#regForm{
				width: 100%;
				margin:0 auto;
				padding: 0px;
				text-align: center;
			}
		}

.cancelNCPBtn{
	width: 15%;
	padding: 10px;
	position: absolute;
	bottom: 0;	
	left:0;
}

/*phones */
@media (max-width:450px) {
	.cancelNCPBtn{
		position: static;
		padding-left: 0;
		margin-top: 10px;
		color:#686876;
		display: block;	
		width: 15%;
		text-align: center;
		margin: auto;
	}
}		
.infoIcon:hover{
	color:rgb(113, 113, 113);
	cursor: pointer;
}
.infoIcon {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted #ccc;
	color:#ccc;
	margin-left: 10px;

  }
  
  .infoIcon .tooltiptext {
	display: none;
	width: 250px;
	background-color: #2E2F3D;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 10px;

  
	/* Position the tooltip */
	position: fixed;
	z-index: 5;
    top: 50%; right: 50%;
	transform: translate(50%,-50%);
  }
  
  .infoIcon:hover .tooltiptext {
	display: block;
  }


.addNewClientTitle , .addNewClientTitle {
	color: #2E2F3D;
	font-size: 4vw;
	margin: 15px auto;
	margin-bottom: 2px;
	line-height: 30%;
	font-family: sans-serif;
}
	/*tablets */
	@media(max-width:850px) and (min-width:449px){
		.addNewClientTitle, .addNewClientTitle{
			font-size: 4em;
			margin-bottom:0px;
			padding-bottom: 0px;
			line-height: 90%;
		}
	}
	@media only screen and (max-height:770px) and (orientation : landscape) {
		.addNewClientTitle, .addNewClientTitle{
			font-size: 4.5em;

		}
	}
		/*phones */
		@media (max-width:450px) {
			.addNewClientTitle, .addNewClientTitle{
				font-size: 3em;
				margin-bottom:5px;
				line-height: 90%;
			}
		}


 .newClientSubTitle{
	color:#2E2F3D;
	font-size:1.7em;
	margin:25px auto;	
 }
 	/*tablets */
	 @media(max-width:850px) and (min-width:449px){
		.newClientSubTitle{
			font-size: 1.5em;
			margin-top:0px;
			padding-top: 0px;
			margin-left:15px;
			margin-bottom:25px;			
		}
	}
	@media only screen and (max-height:770px) and (orientation : landscape) {
		.newClientSubTitle{
			font-size: 1.5em;
			margin-left:0;
		}
	}
		/*phones */
		@media (max-width:450px) {
			.newClientSubTitle{
				font-size: 1em;
				margin-top:5px;
				margin-left:15px;			
			}
		}

		
#newClient-sig-tab{
	margin:auto;	
	width:75%;
}
/*phones */
@media (max-width:450px) {
	#newClient-sig-tab{
		width:90%;
		text-align: center;
	}
}	
@media only screen and (max-height:770px) and (orientation : landscape) {
	#newClient-sig-tab{

		margin-top: 10%;

	}
}

.loader-container{
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 4000;
    align-items: center;
    justify-content: center;
    background-color: #1d1d288c;
}

.insertFormsLoader{
    display:block;
    border: 9px solid #f3f3f3;
    border-radius: 50%;
    border-top: 9px solid #ffb700;
    width: 35px;
    height: 35px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
         /* signature pad validation */
 .validateSignature {
	border:none;
	font-size: 1em;
	color: #ccc;
	font-family: sans-serif;
	text-align: left;
	margin: auto;
	width: 350px;
	background-color:transparent;
}
@media(max-width:850px){
	.validateSignature {
		font-size: 1.7em;
		display: block;
		margin: 10px auto;
	}	 
}
@media only screen and (max-height:770px) and (orientation : landscape) {
	.validateSignature {
		font-size: 1.2em;
	}	 
}

#nextButton{
	margin:14px;
	width:30%;
	font-size: 1em;
	border: 1px solid #ffb700;
	color: #ffb700;
	background-color: transparent;
	padding: 10px 20px 10px 20px;
    border-radius: 6px;
    margin-left: 10px;
  
}

	@media only screen and (max-height:770px) and (orientation : landscape) {
		#nextButton{
			display: block;
			margin-left: 0px;
			margin-top: 20px;
			width: 60%;
			padding:10px;
			font-size: 1.5em;
			
		}
	}
	/* ipad pro Portrait*/
	@media only screen and (min-device-width: 1024px) 
	and (max-device-height: 1366px) 
	and (-webkit-min-device-pixel-ratio: 2)  
	and (orientation: portrait){
		#nextButton{
			display: block;
			margin: auto;
            margin-left: 10px;
			width: 90%;
			padding:10px;
			font-size: 2em;
		}
	}
	@media(max-width: 850px){
		#nextButton{
			display: block;
			margin: auto;
            margin-left: 10px;
			width: 90%;
			padding:10px;
			font-size: 2em;
		}
	}

#prevBtn{
	margin:14px;
	width:20%;
	font-size: 1em;
	border: 1px solid #ffb700;
	color: #1C1C1E;
	background-color:#ffb700;
	padding: 10px 20px 10px 20px;
    border-radius: 6px;
}

@media only screen and (max-height:770px) and (orientation : landscape) {
	#prevBtn {
		display: block;
		margin-left: 15px;
		margin-top: 20px;
		width: 20%;
		padding:10px;
		font-size: 1.5em;
	}
}
/* ipad pro Portrait*/
@media only screen and (min-device-width: 1024px) 
and (max-device-height: 1366px) 
and (-webkit-min-device-pixel-ratio: 2)  
and (orientation: portrait){
	#prevBtn {
		display: block;
		margin: auto;
		width: 40%;
		padding:10px;
		font-size: 2em;
	}
}
@media(max-width: 850px){
	#prevBtn {
		display: block;
		margin: auto;
		width: 40%;
		padding:10px;
		font-size: 2em;
	}
}
 /*phones */
 @media (max-width:450px) {
	#prevBtn , #nextButton{
    
		font-size: 1.2em;
	}
}		
		
.nextPrev-btn-container{
	width:50%;
	display: flex;
	justify-content: flex-end;
	margin: auto;
	margin-top:30px;
	z-index:500;

}
	/*tablets */
	@media(max-width:850px) and (min-width:449px){
		.nextPrev-btn-container {
			display: flex;
			margin:auto;
			margin-top:10px;
			position: relative;
			text-align: center;
			width: 50%;
		}
	}
	@media only screen and (max-height:770px) and (orientation : landscape) {
		.nextPrev-btn-container {
			display: flex;
			justify-content: flex-end;
			margin-top:10px;
			position: relative;
			width: 50%;
		}
	}
	/*phones */
	@media (max-width:450px) {
		.nextPrev-btn-container {
			display: flex;
			justify-content: center;
			margin-top:10px;
			text-align: center;
			width: 90%;
		}
	}
		/* ipad pro Portrait*/
		@media only screen and (min-device-width: 1024px) 
		and (max-device-height: 1366px) 
		and (-webkit-min-device-pixel-ratio: 2)  
		and (orientation: portrait){
			.nextPrev-btn-container {
				display: flex;
				margin:auto;
				margin-top:10px;
				position: relative;
				text-align: center;
				width: 50%;
			}
		}

        .fill-fullForm{
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            margin:10px auto;
            margin-bottom:30px;
            text-align:center;
            width:50%;
            height:100%;
            box-sizing: border-box;
            position: relative;
            border:none;
            border: 1px solid #ccc;
            border-radius: 6px;
            background-color: #fff;
            color: #0f0f0f;
            box-shadow: 0px 0px 9px 0px #000;
        }
        /*tablets */
	@media(max-width:850px) and (min-width:449px){
		.fill-fullForm{
            width:90%;
		}
	}
	@media only screen and (max-height:770px) and (orientation : landscape) {
		.fill-fullForm{
            width:60%;
		}
	}
	
    /* ipad pro Portrait*/
    @media only screen and (min-device-width: 1024px) 
    and (max-device-height: 1366px) 
    and (-webkit-min-device-pixel-ratio: 2)  
    and (orientation: portrait){
        .fill-fullForm{
            width:70%;
        }
    }

    /*phones */
    @media (max-width:450px) {
        .fill-fullForm{
            width:90%;
        }
    }

        .signatureTitle{
            text-align:left;
            border-top:1px solid #ccc;
            padding-left: 10px;
        }            
        .fill-name-of-form{
            border:none;
            text-align: center;
            font-size: 110%;
            margin: 10px;
        }
    .FillFormContent{
        margin:10px;
        padding:10px
    }
        .fillFrm-txtArea{
            min-height: 100%;
            flex-grow: 4;
            padding:15px;
            margin: auto;
            /*display: table-row;*/
            display: block;
            background-color: #fff;
            position: relative;
            border-radius: 6px;
        }
        @media(max-width:750px){
            .fillFrm-txtArea{
                font-size: 48%;
                
            }
        }
    
        .fillBottom-container{
            display:flex; 
            justify-content: center; 
            align-items: flex-end;
            width:100%;
            max-height:20%;	
            margin-bottom: 20px;
            position: relative;
        }
        .signButton{
            border:none;
            height:50%;
            width:100%;
            cursor:pointer;
            background-color:transparent;
    
        /*	background: url("signIcon.png") no-repeat scroll 0 0 transparent ;*/
            background-size: auto 100%;
            background-position-x:center;
            
        }
            @media(max-width:750px){
                .signButton{
                    height:30%;
                }
            }
            .validateSign{
                width: 100%;
                text-align: center;
            }
            .savedSignature{
                width:100%;
                display:none;
            }  
            .fillSigArea{
                display: flex;
                flex-wrap: wrap;
                align-items:center;
                justify-content: center;
                border-bottom: 1px solid #ccc;
                margin:10px;
                width:50%;	
             }
                @media(max-width:850px){
                    .fillSigArea {
                        margin-right:0px;
                        margin-top:5px;
                    }	 
                }  
  
.referral_container{
    margin-top: 50px;
}

.referral_container, .referral_phoneNumber_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
   
}

.referral_phoneNumber_wrapper{
    border: 1px solid #ffb700;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 25px;
}


.referral_phoneNumber{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffb700;
    color: #ffb700;
    font-size: 1.6em;
    text-align: center;
    padding: 10px;
}
.referral_phoneNumber_title{
    font-size: 1.2em;
    margin: 0px;
    margin-bottom: 10px;
    text-align: center;
    margin-bottom: 40px;
}
.referral_descText{
    text-align: center;
    margin: 0;
    color: #000;
    background-color: #ffb700;
    width: 100%;
    padding: 5px;
}

.hearBoutUs_or_text{
    margin: 20px;
    color: #545050;
}


.hearBoutUs_option_checkbox {
    display: none;
  }
  
  .hearBoutUs_option_label {
    padding: 10px;
    margin: 5px;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #ffb700;
    color: #ffb700;
  }
  
    .hearBoutUs_option_checkbox:checked + .hearBoutUs_option_label {
        background-color: #ffb700;
        color: #000;
    }

  
  

    #formFirstname , .formDate{
        margin:10px;
        border:none;
        border-bottom:1px solid #ccc;
        font-size:20px;
        color: #ccc;
    }

     .forms-list-container{
         width:80%;
         margin:auto;
        
     }
     .captureSuccess{
         display: none;
        position: absolute;
        left:90%;
        width:20%;
        bottom:0;
        
     }
     .completeCheck{
         width: 100%;
     }
    
    #formName{
        font-size:20px;
        list-style-type:none;
        text-decoration:none;
        text-align:center;
        margin-bottom:10px;
    }
    
/* END: style for form completion*/

.member_accepted_response{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 50%;
}
/*tablets */
@media(max-width:850px){
    .member_accepted_response {
        justify-content: space-evenly;
    }
}
@media(max-width:450px){
    .member_accepted_response {
        width: 90%;
        align-items: center;
        justify-content: space-between;
    }
}

.newmember_doorcode_value{
    border: none;
    background-color: transparent;
    color: #fff;
    text-align: center;
}
.show_doorcode_and_label{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
}
.show_newmember_doorcode{
    outline: none;
    border: none;
    background-color: #ffb700;
    color: #000;
    padding: 10px;
    width: 20%;
    border-radius: 6px;
}
.newmember_doorcode_label{
    padding: 0;
    margin: 0;
    color: #686876;
    font-size: 1.1em;
}

.cancel_btn{
    position: absolute;
    top:0; right: 0;
    text-align: center;
}

/* account page */
.account_info_container{
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 65px;
}
.account_edit_container{
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.accountHeadings{
    color: #ffb700;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}
.desktop_dividers{
    border: 1px solid #686876;
    width: 100%; 
 }
@media (max-width:850px) {
    .desktop_dividers{
       display: none; 
    }
}
.edit_btn{
    background-color: transparent;
    border: none;
    color: #c0a254;
    font-size: 1.4em;
    margin-left: 10px;
}
.portalStatus_container , .portalReferral_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.billingDetails_container{
    width:40%;
    margin: auto;   
}
    @media (max-width:850px) and (min-width:449px) {
        .billingDetails_container{
            width:70%;
        }
    }
    @media only screen and (max-height:770px) and (orientation : landscape) {
        .billingDetails_container{
            width:60%;
        }
    }
    @media (max-width:450px) {
        .billingDetails_container{
            width:90%;
           
        }
        .portalStatus_container{
            width: 90%;
            margin: auto;
        }
    }

#card-container{
    width: 100%;
    margin-top: 20px;
}

.paymentHistory_item{
    width: 100%;
    display: block;
    margin: auto;
    text-align: left;
    margin-bottom: 10px ;
    margin-top: 10px;
}
.paymentHistory_divider{
    width: 100%;
    display: block;
    border-bottom: 1px solid #686876;
}
.paymentHistory_viewMore{
    display: block;
    margin: 30px auto;
    border: none;
    background-color: transparent;
    color: #ffb700;
}

.paymentHistory_wrapper{
    width: 90%;
    display: block;
    margin: auto;
    margin-top: 20px;
}
.paymentHistory_disclaimer{
    width: 90%;
    color: #686876;
    font-style: italic;
    margin-bottom: 30px;
}

.status_icon_container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.status_icon_container > .account_statusText {
    width: 100%;
}
.statusIndicator{
    height: 15px;
    width: 15px;
    padding: 5px;
    border-radius: 100%;
    margin: 0px;
    margin-right: 10px;
}
.account_statusText{
    font-size: 1.4em;
    margin:0;
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff;
    width: 90%;
    text-align: center;
}
.break {
    flex-basis: 100%;
    height: 0;
}
.account_status_title{
    font-size: 1.1em;
    margin-top: 10px;
    color: #686876;
}

.cancel_member_btn{
    color: #ffb700;
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
    background-color: transparent;
    font-size: 1em;
    margin: auto;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
#editMembership_icon, #cancelMembership_icon{
    height: 30px;
    margin-left: 10px;
}

.changeDaypass_btn{
    color: #ffb700;
    border: none;
    background-color: transparent;
    font-size: 1em;
    display: block;
    margin: 20px auto;
    text-align: center;
}
/* extend membership prompt */
.extendMembership_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 45%;
    border: 1px solid #ffb700;
    border-radius: 10px;
    padding: 20px;
    background-color: #1a1a1a;
}
    /* ipad pro Portrait*/
    @media only screen and (min-device-width: 1024px) 
    and (max-device-height: 1366px) 
    and (-webkit-min-device-pixel-ratio: 2)  
    and (orientation: portrait){
        .extendMembership_wrapper{
            width: 50%;
        }
    }

    @media (max-width:850px) and (min-width:449px) {
        .extendMembership_wrapper{
            width: 65%;
        }
    }
    @media (max-width:450px) {
        .extendMembership_wrapper{
            width: 100%;
        }
    }
.extendMembership_sub_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    width: 90%;
    border-radius: 6px;
    padding: 10px;
}
.extendMembership_title_container{
   
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    margin: auto;
}
.extendMembership_sub_title{
    color: #ffffff;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}
.extendMembership_title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.5em;
    color: #ffb700;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
.extendMembership_opt{
    color: #000;
    text-align: center;
}
.editMembership_button, .dayPassUpgradeBtn{
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #000;
    border-radius: 6px;
    font-size: 1em;
    color: #ffb700;
    width: 60%;
    padding: 10px;
    font-weight: bold;
}
    @media (max-width:450px) {
        .editMembership_button{
            width: 100%;
        }
    }

.changesCanDisable_fineprint{
    width: fit-content;
    max-width: 90%;
    display: block;
    margin: 10px auto;
    color: #7f7f7f;
    font-style: italic;
    text-align: center;
    background-color: #202020;
    border-radius: 6px;
    padding: 5px;
    box-shadow: 0px 0px 8px 1px #141414;
}   

.extendMembership_opt_btn{
    background-color: transparent;
}
.dayPassUpgradeBtn{
    background-color: #1a1a1a;
}

/* daypass users upgrading membership details / pricing     */
.upgradeMembership_details_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.upgradeMembership_details_container.upgradeMessage{
    margin: auto;
    margin-top: 50px;
    width: 90%;
    font-size: 1.2em;
    color: #ffffff;
    font-weight: normal;
}
.upgradeMembership_details_subContainer{
    border: 1px solid #ffb700;
    border-radius: 6px;
    padding: 20px;
    width: 90%;
}
.upgradeDetails_title_wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    margin: auto;
}
.upgradeDetails_subTitle{
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 5px;
}
.upgradeDetails_title{
    font-size: 2.5em;
    color: #ffb700;
    margin-top: 0px;
}
.upgradeDetails_price{
    color: #ffb700;
    font-size: 2em;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight:800;
}
.price_wrapper{
    display: flex;
    margin-left: 10px;
}
.priceText_wrapper{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.upgradeDetails_subText{
    font-size: 1em;
    color: #ccc;
    margin: 10px auto;
}
.upgradeDetails_boldText{
    font-weight: bold;
    color: #ffb700;
    font-size: 1.5em;
    margin: 5px;
}
.upgradeMembershipBtn{
    border: none;
    background-color: #ffb700;
    padding: 10px;
    color: #000;
    margin: 10px;
    margin: 35px 0px 35px 0px;
    font-size: 1.2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    width: 35%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    box-shadow: 0px 0px 11px 0px #a0a0a0;
}

.buttonIcon{
    height:30px;
    
}

@media (max-width:450px) {
    .upgradeMembershipBtn{
        width: 75%;
    }
}
.moreUpgOpt_btn{
    width: 90%;
    color: #ffb700;
    background-color: transparent;
    border: none;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin: 20px;
    margin-top: 0;
}

.termsLink{
    color: #ffb700;
    text-decoration: underline;
}

.anotherDaypass_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    width: 90%;
}
.anotherDaypass_title{
    color: #ffb700;
    font-size: 2em;
}
.anotherDaypass_subTitle{
    font-size: 1em;
    color: #686876;
}

.trialEndsText{
    margin: 0;
    margin-top: 5px;
    padding: 0;
    font-style: italic;
    color: #ccc;
}

.updateCardForm{
    display: none;
}

.account_save_changes_btn , .saveNewCard_btn, .save_business_changes_btn{
    display: none;
    border: none;
    background-color: #ffb700;
    font-size: 1.2em;
    width: 50%;
    padding: 10px;
    border-radius: 6px;
    margin:auto;
}
.newCard_cardholder{
    display: none;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 6px;
    color: rgba(0,0,0,.55);
    padding:10px;
    width: 100%;
    font-size: 16px;
    min-width: 250px;
}

.cardIco{
    padding-right: 15px;
}

.preferences_container{
    flex-wrap: wrap;
}
#upload_member_logo{
    display: none;
}
#logoUploadLabel{
    border: 1px dashed #ffb700;
    padding: 10px;
    text-align: center;
    color: #ffb700;
    background-color: transparent;
    font-size: 1.2em;
    width: fit-content;  
    margin: 0; 
    cursor: pointer;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
@media (max-width:850px) {
    #logoUploadLabel{
        width: fit-content;  
    }
}
/*phones */
@media (max-width:450px) {
    #logoUploadLabel{
        width: fit-content;  
    }
}
.memberBusinessLogo_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
#memberBusinessLogo{
    width: 50px;
}
#profPic_fileName{
    color: #686876;
    text-align: center;
    font-style: italic;
    width: 90%; 
    display: block;
    margin: auto; 
    padding: 10px;
}
.editBusinessInfo{
    border-radius: 0px;
    margin-bottom: 10px;
}
.businessInfo_disclaimer{
    color: #686876;
    font-style: italic;
    margin-bottom: 10px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
}

.dontLoseAcces_notif{
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    font-size: .9em;
}
.resumeMemberBtn{
    background-color: transparent;
    color: #ff0000;
    border:none;
    border-bottom: 1px solid #ff0000;
    font-weight: bold;
    font-size: .9em;
}

.changePw_signout_container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%; 
    margin: auto;     
}
    /* ipad pro Portrait*/
    @media only screen and (min-device-width: 1024px) 
    and (max-device-height: 1366px) 
    and (-webkit-min-device-pixel-ratio: 2)  
    and (orientation: portrait){
        .changePw_signout_container{
            width: 50%;
        }
    }

    @media (max-width:850px) and (min-width:449px) {
        .changePw_signout_container{
            width: 50%;
        }
    }
    @media (max-width:450px) {
        .changePw_signout_container{
            width: 90%;
        }
    }

.reset_pw_btn, .updateCard_btn{
    text-decoration: none;
    width: 70%;
    display: block;
    margin-right: 20px;
    background-color: transparent;
    border: 1px solid #ffb700;
    color: #ffb700;
    padding: 10px;  
    border-radius: 6px; 
}
#signoutForm{
    width:30%
}
.signout_btn{
    background-color: #ffb700;
    border: 1px solid #ffb700;
    color: #1C1C1E;
    width: 100%;
    padding: 10px;
    border-radius: 6px;
}
.changePwResponse{
    width: 90%;
    text-align: center;
    color: #56c958;
    display: block;
    margin: 20px auto;
}

/* forgot password page */
.forgotPw_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.belowForm_links{
    margin:6px auto;
    padding:0;
}
.belowForm_links:first-of-type{
    margin-top: 25px;
}
.belowForm_links > a{
    text-decoration: none;
    color: #ffb700;
    text-decoration: underline;
}
.updateCard_loader{
    display: none;
}
.cancel_member_btn{
    color: red;
    font-weight: normal;
    margin: 10px auto;
    margin-top: 55px;
    margin-bottom: 125px;
    font-family: sans-serif;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    
    
    /* display: block;
    border: none;
    background-color: transparent;
    color: #ff0000;
    width: 40%;
    margin: 10px auto;
    margin-top: 55px;
    margin-bottom: 125px;
    text-align: center; */
}

.cancel_member_btn > img {
    padding-bottom: 10px;
    margin: 5px;
}