.mb-0{
    margin-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-25{
	 margin-bottom: 24px !important;
}
.mt-40{
	margin-top: 40px !important;
}
.pt-0{
	 padding-top: 0 !important;
}
.p-20 {
    padding: 20px 0;
}
.pt-12 {
    padding-top: 12px;
}
.pt-30{
	padding-top: 30px;
}
.last-password {
    top: 61% !important;
}
.thul-form {
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px 0px 0px 8px;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
	
}
.thul-form input {
    display: block;
    width: 100%;
    margin-bottom: 21px;
    border-radius: 4px !important;
    padding: 8px 15px !important;
/* 	margin-bottom: 0; */
	margin-bottom: 10px;
}
.thul-form .error {
    color: red;
    margin-bottom: 10px;
}
.thul-form .form-title,
.form-selects {
    display: inline-block;
    margin: 0;
    padding-right: 5px;
    margin-bottom: 12px;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
}

.input-select{
    display: block;
    width: 100%;
    margin-top: 3px;
    border-radius: 4px !important;
    padding: 8px 15px !important;
}
.form-checkbox {
 display: flex;
}
.form-checkbox p{
    display: flex;
    align-items: baseline;
    margin: 0;
}

.form-checkbox input{
    width: 14px;
    margin: 0;
    margin-right: 10px;
}
.form-btn{
    width: auto !important;
    background-color: #475bb2 !important;
	border-radius: 4px !important;
	height: 44px;
    margin-bottom: 0;
}
.required-icon {
    color: red;
}
/* pass view*/
.password-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.password-wrapper input {
  width: 100%;
  padding-right: 40px; /* space for the icon */
  height: 40px;
  font-size: 16px;
}

.password-wrapper .toggle-password {
  position: absolute;
  right: 10px;
  top: 58%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #555;
}
/* pass view css end*/
.popup-btn a {
    border-radius: 4px !important;
    padding: 8px 15px !important;
    background-color: #475bb2 !important;
    text-decoration: none !important;
    border: 1px solid #475bb2;
    font-weight: 500;
    transform: 0.5s;
}
.popup-btn a:hover{
    background-color: transparent !important;
    color: #475bb2 !important;
}

/* popup css */
.popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 9999;
}

.popup-overlay.show {
  opacity: 1;
}

.popup-content {
  width: 90%;
  max-width: 71%;
  position: relative;
  animation: popupFadeIn 0.5s ease;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
}
.register-form{
	width: 1159px !important;
}

@keyframes popupFadeIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
#success-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.msg-alert-popup {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.page-id-1246 #success-overlay {
	display: none;	
}
.alert-close-btn {
    margin-top: 20px;
    padding: 10px 20px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
/* popup css end */

/* sb admin style form css */
.sb-admin-box {
    border-bottom: 1px solid #7e70707d;
    padding: 25px 60px;
}
.user-form-title {
     color: #363d47;
    font-weight: 300 !important;
    text-align: center;
    font-size: 1.3rem;
}
.user-form-des {
    font-size: 0.875em;
    color: #a7aeb8 !important;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}
.user-form-box {
    padding: 25px 60px;
}
.form-col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}
.wc-social-login a {
    background: transparent !important;
    padding: 0 !important;
    text-align: center;
    padding: 7px !important;
    border-radius: 39px !important;
    height: 34px !important;
    width: 34px;
}
.wc-social-login p {
    margin: 0;
}
.wc-social-login .si-google {
    margin: 0 !important;
}
.si-google {
    background-size: 22px !important;
    background-position-x: 6px !important;
    background-position-y: 5px !important;
}
.user-form-social-media {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    position: relative;
}
.woo-slg-social-container {
    margin: 0 !important;
}
.woo-slg-login-wrapper{
    position: relative;
    top: 7px;
}
.woo-slg-login-wrapper img{
    width: 50px;
}
.next-form-link-box{
	border-top: 1px solid #7e70707d;
    padding: 25px 60px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.next-form-link-box p{
	margin:0;
	text-align:center;
}
@media (max-width: 601px) {
	.form-col-2{
		grid-template-columns: repeat(1, 1fr);
	}
}
/* sb admin style form end */

.d-flex-form-box {
    display: flex;
    /* gap: 20px; */
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 25px;
    align-items: center;
    row-gap: 20px;
    /* display: block; */

}
.user-form-btn {
	background-color: #0061F2 !important;
    font-size: 14px;
    font-weight: 400;
	transform: 0.5s;
}
.user-form-btn:hover {
	background-color: #0052ce !important;
}
.user-error-box {
	justify-content: center;
    display: flex;
    padding-top: 43px;
    background-color: #0061F2;
}
.user-form-error {
    color: #8b0d00;
    background-color: #f8b9b3;
    padding: 20px 16px;
    border-radius: 0.35rem;
    border-color: #f8b9b3;
    margin-bottom: 30px;
}
.user-form-success {
	color: #00673f;
    background-color: #cceee1;
    padding: 20px 16px;
    border-radius: 0.35rem;
    border-color: #cceee1;
    margin-bottom: 30px;
}

/* register page */
.page-id-1246 .gb-container-6831a981,
.page-id-1246 .inside-header,
.page-id-1246 .gb-container-2c6d0b80,
.page-id-1246 .site-info{
	display: none;
}
.page-id-10 .gb-container-6831a981,
.page-id-10 .inside-header,
.page-id-10 .gb-container-2c6d0b80,
.page-id-10 .site-info{
	display: none;
}

.page-id-21875 .gb-container-6831a981,
.page-id-21875 .inside-header,
.page-id-21875 .gb-container-2c6d0b80,
.page-id-21875 .site-info{
	display: none;
}

.page-id-21889 .gb-container-6831a981,
.page-id-21889 .inside-header,
.page-id-21889 .gb-container-2c6d0b80,
.page-id-21889 .site-info{
	display: none;
}

.page-id-1246 .gb-container-d3b6f464,
.page-id-10 .gb-container-d3b6f464,
.page-id-21875 .gb-container-d3b6f464,
.page-id-21889 .gb-container-d3b6f464 {
	background-color: #0061F2;
	min-height: 100vh;
}


.page-id-1246 .thul-form,
.page-id-10 .thul-form,
.page-id-21875 .thul-form,
.page-id-21889 .thul-form {
	border-radius: 8px;
}

.user-page-footer {
    margin: 0 !important;
	margin-top: 40px !important;
}
.user-page-footer p,
.user-page-footer a {
	color:#FFFFFF99 !important;
}
.page-id-1246 .gb-container-0d78b5b7,
.page-id-10 .gb-container-0d78b5b7,
.page-id-21875 .gb-container-0d78b5b7,
.page-id-21889 .gb-container-0d78b5b7 {
	border-color: #0061F2;
}
a.gb-button-233bb04f{
	display: none !important;
}
.d-flex {
	display:flex;
}
.justify-content {
	justify-content: center;
}
.login-form {
	max-width: 690px;
}
.register-form {
	max-width: 1150px;	
} 
.change-password {
	max-width: 760px;
}

@media (max-width: 768px) {
	.user-page-footer{
		gap:0 !important;
		text-align: center;
	}
	.user-page-footer p{
		margin-bottom:10px;
		text-align: center!important;
	}
	.sb-admin-box,
	.user-form-box,
	.next-form-link-box {
		padding: 25px 19px;
	}
	.next-form-link-box p {
		text-align: start;
	}
	.page-id-1246  #mobile-header,
	.page-id-10  #mobile-header,
	.page-id-21875 #mobile-header,
	.page-id-21889 #mobile-header {
		display:none !important;
	}
	.user-form-error-login {
		margin: 0 21px;
	}
	.d-flex-form-mobile {
		gap: 10px;
    	flex-direction: column;
    	align-items: self-start;
	}
}