@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#left-container
{
    display:none;
}

.pink-highlight
{
    color:#FA0145 !important;
}

h2.p1-only
{
    font-size:40px;
    font-family:'Poppins',sans-serif;
}

center h3 
{
	background-color:transparent !important;
    font-family:'Poppins',sans-serif;
}

.small a
{
    color: #FA0145 !important;
}

#main-container
{
    background-color:#4a416b;
    background-image:url(/files/images/woman-with-hat-at-beach-pool-in-maldives-2023-11-27-05-27-02-utc.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    padding-top:2rem;
    padding-bottom:2rem;
}

#page-container
{
    background-color:#ffffffdb;
    border-radius:9px;
    padding:2rem;
    width:65%;
}

.step1 #left-container
{
    display:block;
}


.bordered
{
    border:1px solid grey !important;
    border-radius:10px;
    padding:20px;
}


.button .form-check input[type="radio"],
.button .form-check input[type="checkbox"]
{
   
    opacity: 0;
    position: fixed;
    width: 0;
}


.button .form-check
{
    padding-left:0;
}


.button .radio_answers
{
    text-align:center;
}

.button .form-check label
{
    display: inline-block;
    color:black;
    font-weight:bold;
    font-size: 18px; 
    text-align: center;
    box-sizing: border-box;
    min-width: 100px;
    margin: 5px 10px;
    background: white;
    border-radius: 5px;
    padding:5px;
    cursor: pointer;
    border:solid 2px #75AB49;

}

.button .form-check  input[type="radio"]:checked + label,
.button .form-check  input[type="checkbox"]:checked + label
{
    background-color: #75AB49;
    color:white;
    
}

.inline .form-check
{
    display:inline-block;
}

img
{
    max-width:100%;
}

#footer
{
    /*border-top:2px solid grey;*/
    padding-top:30px;
    padding-bottom:30px;
    /*margin-top:30px;*/
}

h1,h2
{
    margin-bottom:20px;
}

#logo
{
    height:90px;
    background:url(https://rewards.offercarousel.com/files/images/offercarousel/offercarousel_logo.png) no-repeat left center; 
    background-size:contain
}

.btn-primary
{
    background:#FA0145;
    text-transform:uppercase;
    font-size:20px;
    border:none !important;
    box-shadow:none !important;
    font-weight:bold;
    font-family:'Poppins',sans-serif;
    width:100%;
    padding:5px;
    border-radius:0;
    
    
}

#logo-container
{ 
    padding-top:20px;
    padding-bottom:20px;
    
}

#logo-container img
{
    max-height:100px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus
{
    background:#BA0134;
    border:none !important;
    box-shadow:none !important;
}

#header_content
{
    background:#0D4288;
    color:white;
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
    
}

a
{
    color:#ff9f00;
}

a:hover
{
    color:#ff9f00;
}

#footer a
{
    color:black;
}
#header-container
{
    margin-bottom:20px;
    background-color:white;
}

#header_content h1,
#header_content h2
{
    text-transform:uppercase;
    margin:0;
}

#header_content h2
{
    font-weight:normal;
}

/*#header_content:before
{
    background:#00A1CF url(https://demo.coreg.software/files/images/header_image_D.jpg) center;
    background-size:cover;
    content:"";
    display:block;
    height: 300px;
    display: block;
    width: 100%;
    margin-top: -20px;
    margin-bottom: 20px
    
    
}*/


@media (max-width:768px)
{
    #logo
    {
        background-position:center !important;
    }
    #main-container
    {
        padding-top:0;
        padding-bottom:0;
        border-radius:0px;
    }
    
    #page-container
    {
        border-radius:0px;
        width:100% !important;
    }
    
}