/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/* Start of Toaster CSS */
@charset 'utf-8';.toaster{position:fixed;transition:.3s;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;line-height:1.5;word-break:break-all;overflow:hidden;z-index:20220819;user-select:none;max-width:25vw;color:#fff;padding:1em 1.3em;border-radius:2px;box-shadow:.2em 0 .5em rgba(0,0,0,.06);cursor:pointer}.toaster-left-top,.toaster-right-top{top:-6em}.toaster-right-bottom,.toaster-right-top{right:1em}.toaster-left-bottom,.toaster-right-bottom{bottom:-6em}.toaster-left-bottom,.toaster-left-top{left:1em}.toaster-center{top:auto;bottom:auto;left:auto;right:auto;opacity:0;transform:scale(0);transition:.3s}.toaster-left-top.toast-dismissed,.toaster-left-top.toasting,.toaster-right-top.toast-dismissed,.toaster-right-top.toasting{top:1em}.toaster-left-bottom.toast-dismissed,.toaster-left-bottom.toasting,.toaster-right-bottom.toast-dismissed,.toaster-right-bottom.toasting{bottom:1em}.toaster-left-bottom.toast-dismissed,.toaster-left-top.toast-dismissed,.toaster-right-bottom.toast-dismissed,.toaster-right-top.toast-dismissed{transition:.6s;animation:.4s fadeOut}.toaster-right-bottom.toast-dismissed,.toaster-right-top.toast-dismissed{transform:translateX(30vw)}.toaster-left-bottom.toast-dismissed,.toaster-left-top.toast-dismissed{transform:translateX(-30vw)}.toaster-center.toasting{opacity:1;transform:scale(1)}@media(max-width:768px){.toaster-left-top.toast-dismissed,.toaster-right-top.toast-dismissed{transition:.8s;transform:translateX(0);transform:translateY(-50vh)}.toaster-left-bottom.toast-dismissed,.toaster-right-bottom.toast-dismissed{transition:.8s;transform:translateX(0);transform:translateY(50vh)}.toaster{left:0;right:0;width:100vw;max-width:100vw}.toaster-left-top.toasting,.toaster-right-top.toasting{top:0}.toaster-left-bottom.toasting,.toaster-right-bottom.toasting{bottom:0}}@keyframes fadeOut{0%,10%{opacity:1}100%{opacity:0}}
/* End of Toaster CSS */

/* Button Styles */
.hra-button-style {
	fill: #FFFFFF !important;
    color: #FFFFFF !important;
    background-color: #08436B !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #08436B !important;
    border-radius: 100px 100px 100px 100px !important;
}

.hra-button-style:hover {
	color: #08436B !important;
	background-color: #08436B00 !important;
	border-color: #08436B !important;
}
/* End of Button Styles */
.page-template-user-registration #primary {
    width: 100%;
    padding: 0;
    border: 0;
}

.form-2-col,
.col-2 {
    display: grid;
    gap: 40px;
}

.form-2-col {
    grid-template-columns: repeat(2, minmax(0,1fr) );
}

.col-2 {
    grid-template-columns: minmax(min-content, 40%) minmax(min-content, 60%);
}

.col-left {    
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding-left: 40px;
    border-left: 1px solid var(--ast-border-color);
}

.bb-1-grey {
    border-bottom: 1px solid #c1c1c1;
}

.mb-20 {
    margin-bottom: 20px;
}

.membership-tnc {
    display: block;
    margin: 12px 0;
}

.membership-tnc > span {
    margin: 0 !important;
}

.membership-tnc label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.membership-tnc input {
    margin: 0 !important;
}

#buttonEye-userPwd,
#buttonEye-confirmUserPwd {
    position: absolute !important;
    right: 4%;
    top: 50%;
    transform: translate(-4%, -50%);
}

.menu-item-32276 a{
	 font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    line-height: 20px;
    fill: var(--e-global-color-astglobalcolor5);
    color: var(--e-global-color-astglobalcolor5);
    background-color: #08436B69;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    padding: 14px 20px 14px 20px;
}

/* Form User Registration */
.form-user-registration {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.form-user-registration .form-input-wrapper {
    display: flex;
    flex-direction: column;
}
.password-input-wrapper {
    position: relative;    
}
.password-input-wrapper input {
    width: 100%;
}
.password-input-wrapper svg {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    cursor: pointer;
}
.checkbox-input-wrapper {
	display: flex;
	gap: 10px;
}

#register-button {
	transition: .3s ease-in-out;
}
.not-allowed {
    pointer-events: auto! important;
    cursor: not-allowed! important;
	background-color: grey !important;
	color: white !important;
	border-color: grey !important;
}
.not-allowed:hover {
	background-color: grey !important;
	color: white !important;
}

/* Form Wrapper*/
.form-wrapper--outer {
    position: relative;
    padding: 40px;
    border-radius: 6px;
    overflow: hidden;
}
.overlay-loader {
    position: absolute;
    top: 0;
    left: 0;
    /* transform: translate(-50%, -50%); */
    background: #0000001a;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Spinner*/
@keyframes ldio-99ygoj95eu {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
.ldio-99ygoj95eu div {
  left: 94px;
  top: 48px;
  position: absolute;
  animation: ldio-99ygoj95eu linear 1s infinite;
  width: 12px;
  height: 24px;
  border-radius: 6px / 12px;
  transform-origin: 6px 52px;
}.ldio-99ygoj95eu div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666666666666s;
  background: #08436b;
}.ldio-99ygoj95eu div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333333334s;
  background: #08436b;
}.ldio-99ygoj95eu div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #08436b;
}.ldio-99ygoj95eu div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666666666666s;
  background: #08436b;
}.ldio-99ygoj95eu div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333333334s;
  background: #08436b;
}.ldio-99ygoj95eu div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #08436b;
}.ldio-99ygoj95eu div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666666666667s;
  background: #08436b;
}.ldio-99ygoj95eu div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333333333s;
  background: #08436b;
}.ldio-99ygoj95eu div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #08436b;
}.ldio-99ygoj95eu div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.16666666666666666s;
  background: #08436b;
}.ldio-99ygoj95eu div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.08333333333333333s;
  background: #08436b;
}.ldio-99ygoj95eu div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #08436b;
}
.loadingio-spinner-spinner-v17izaml1rf {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}
.ldio-99ygoj95eu {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-99ygoj95eu div { box-sizing: content-box; }