:root {
    --primary-color : #0e5b97;
    --secondary-color : #208d97;
    --tertiary-color : #60aa4a;
    --highlight-color : #fbaf35;
}
body{
    font-family: "Poppins", sans-serif;
}
p{
    font-size:15px;
}
#application_form{
    background: #0e5b97;
    @media screen and (max-width:480px){
        background: transparent;
    }
}

@media screen and (max-width: 900px){
    #application_form{
        padding:0px;
    }
}

ul {
    padding-left:1rem !important;
}
.application_form_body h3.form-main-header{
    border-bottom : 1px dashed var(--secondary-color);
    font-weight:600;
}

.application_form_body h5.form-second-header{
    background: var(--secondary-color);
    padding :8px 14px;
    margin-bottom:18px;
    display:block;
    border-radius : 0px;
}
.text-primary {
    color : var(--primary-color) !important;
}
.application_form_body h3.form-main-header{
    margin-top: 30px !important;
    color: #fff !important;
    background: var(--secondary-color);
    padding: 8px 14px;
    margin-bottom: 0px;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0px;
}
.btn-primary{
    background-color:var(--primary-color) !important;
}
.btn-primary.disabled, .btn-primary:disabled{
    background-color: var(--primary-color) !important;
    border:0px;
}
.btn-secondary {
    background-color: var(--secondary-color) !important;
}
.bootbox-body {
    margin-top:14px;
    font-weight:500;
    font-size:20px;
}
.ps-title{
    font-size:32px;
    font-weight:700;
    margin-bottom: 18px !important;
    text-transform:uppercase;
        @media screen and (max-width:480px){
        font-size: 24px;
    }
}

@media screen and (max-width:480px){
    h5{
        font-size:18px;
    }
}
.logo{
    max-width:370px ;
    @media screen and (max-width:480px){
        max-width: 260px;
    }
    
}


/*start hoodie page*/
.hoodie-div .radio-primary input[type="radio"] + label::before{
    display:none;
}
.hoodie-div .radio-primary input[type="radio"]:checked+label::after{
    display:none;
}

.hoodie-div .radio input[type="radio"] {
    display:none;
}



.hoodie-div .radio-primary h3 {
    font-weight:600;
    margin-top:0px;
    font-size:24px;
    margin-bottom:3px;
    padding-top:10px;
    padding-bottom:10px;
}
.hoodie-div .radio-primary p{
    font-size:20px;
    font-weight:500;
    margin-bottom:0px;
}

@media screen and (max-width:1024px){
    .hoodie-div .radio-primary h3 {
    font-size:20px;
}
.hoodie-div .radio-primary p{
    font-size:18px;
}
}

.hoodie-div .radio-primary {
    text-align:center;
   
}
/*
.hoodie-div .radio-primary label img {
    height:400px;
}
@media screen and (max-width:480px){
    height:336px;
}
*/
.hoodie-div .radio-primary label {
    width: 100%;
    border: 2px solid #e0e0e0;
    transition: 0.2s box-shadow ease-in-out;
}

.hoodie-div .radio-primary label:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.hoodie-div .radio-primary input[type="radio"]:checked + label {
    outline: 4px solid var(--highlight-color);
    outline-offset: -2px; /* Adjust this to center the outline on the border */
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
/*end hoodie page*/

/*start conclave page */
.ps-conclave-title{
    font-size:42px;
    font-weight:700;
    margin-bottom: 6px !important;
    text-transform:uppercase;
    
    @media screen and (max-width:480px){
        font-size: 26px;
    }
}
.ps-conclave-sub-title{
    color: #fbaf34 !important;
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
    
    @media screen and (max-width:480px){
        font-size: 22px;
    }
}

.conclave-application{
    padding-top:10px;
    @media screen and (max-width:480px){
        padding-top:12px;
    }
}
/*end conclave page */



