

.wapper_content_test{
    height: auto;
    min-height: 100vh;
    width: auto;
    background-color: #141030;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0;

}  

.main_wrapper{
    
    max-width: 1200px;
    margin: 0 auto; /* Centers the wrapper and applies automatic margins */
    padding: 0 15px; /* Adds padding to prevent content from touching the edges on smaller screens */
}


.base_cont{
    
    background-color: #221364;
    border-radius: 20px;
    width: 100%;
    max-width: 700px;
    min-width: 300px;
    height: auto;
    margin: 20px auto;
    padding: 20px;
    display: flex;
    justify-content: center;  
    align-items: center;      
    flex-direction: column;
    
}


.base_cont p{
    
    font-size: 1.5rem;
}




.registration-container{
    background-color: #6d6e71;
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
    margin: 50px 0px 0px 50px

}

.registration-container p{
   color: black;


}

.payments-container{
    padding: 20px;
}


.sign_cont form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}

.payments-container img{
    width: 40%;
    min-width: 200px;
}


.subscription-option-natal{
    display: flex;
    align-items: center; 
    justify-content: space-between; 
    background: #65C435;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;

}

.subscription-option {
    display: flex;
    align-items: center; 
    justify-content: space-between;
    background: #b439dc;
    border-radius: 10px;
    padding: 10px 10px 0 20px;
    margin-bottom: 20px;
  }

.subscription-option h3, .subscription-option p {
    margin: 10px 0;
  }

.details {
    font-size: 15px;
    margin: 20px 0 0 0;
    text-align: justify;
  }

h3{
	color:white;
	font-size: 20px;
	
}


 h2{
	color:white;
	font-size: 20px;
	padding-bottom: 20px;
}

p{
	color:white;
	font-size: 15px;
}

.start-button:hover {
    background-color: #C4C4C4;
    color: #2C2C54;
  }

.checkbox-container {
    display: inline-block;
    position: relative;
    width: 24px; /* Size of the checkbox */
    height: 24px;
    margin-right: 20px;
  }
  
.checkbox-container input[type="checkbox"] {
    opacity: 0; 
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
  }
  
.checkbox-container label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; 
    border: 2px solid #fff; 
    border-radius: 4px; 
    cursor: pointer;
  }
  
.checkbox-container input[type="checkbox"]:checked + label {
    background-color: grey; 
   
  }
.header-cont {
    display: flex;
    align-items: center;
    text-align: center;
}

.header-cont h2{
    font-size: 30px;
    color: white;
    

}
.form-text{
    
    color: white;
}

.terms-checkbox {
    display: flex;
}

.terms-checkbox input[type="checkbox"] {
    width: 30px;  /* Larger checkbox */
    height: 30px; /* Larger checkbox */

}


.terms-checkbox label {
    display: flex; 
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-weight: bold; 
    margin-bottom: 5px;
    margin-top: 10px;
}

.terms-checkbox span{
    color:black;
    font-size: 15px;
}

.terms-checkbox .form-text.text-muted {
    display: block; 
    font-size: 0.8em; 
    color: #6c757d;
}





label {
    display: block;
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 15px;
}
input,textarea, select {

    padding-bottom: 5px;
}


.ui-datepicker span{

    color:#000;
    font-size:11px;

}


span {
    display: block;
    color: white;
    font-size: 12px;
}   


input, textarea, select {
    width: 100%;

    }

button {
        align-items: center;
        padding: 10px 20px;
        color: white;
        background-color:#b439dc;
        font-size: 15px;
        letter-spacing: 0.1rem;
        border-radius: 50px;
        border: none;
        cursor: pointer;
        transition: .3s background ease;
        margin-top: 10px;    }

button:hover {
        background-color:#d483f1;
    }
    
.errorlist {
    list-style: none;
    padding-bottom:5px;
    padding-top:5px;
    
}

.errorlist li{
        color: white;
        font-size: 12px; 

    }

.ui-dialog-titlebar{
    background: grey !important;
}

.ui-dialog-titlebar-close {
        font-size: 0 !important; /* Hides the text */
    }
.ui-dialog-titlebar-close .ui-icon {
        font-size: 14px; /* Set the icon size as needed */
    }

.asteriskField {
    font-size: 0  !important; }


.requiredField {
    color: white;
    padding-bottom:5px;
    padding-top:10px;
}

act {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px; /* Ensures container is not too wide on larger screens */
    margin: 0 10px; /* Adds some spacing on the sides */
}

.act h1 {
    color: white;
    margin-bottom: 10px;
    text-align: center;
}

.act p {
    color: white;
    text-align: center;
    font-size: 1.5rem;
}

.act a {
    color: #674E98; 
}

@media (max-width: 950px) {

    .wapper_content_test{
        margin-top: 20px;
    }
    .registration-container{
        margin: 0 20px 20px 20px;
    }

    .sign_cont form{
        margin-top: 50px;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        }

}



@media (max-width: 600px) {

    .header-cont{
        display: flex;
        flex-direction: column;
    }


    .act {
        padding: 4px;
    }
}




@media (max-width: 400px) {


    .sign_cont p  {
        font-size: 12px;
    }

    .sign_cont h3  {
        font-size: 15px;
    }
}


@media (max-width: 350px) {


    .registration-container, .payments-container{
        padding: 10px;
        margin: 20px auto;
        max-width: 280px;
        justify-items: center;
    }
}