.app-block-en-membership-form, .app-block-nl-membership-form
{
    padding-top: 0 !important;
}
#subscribe-container
{
    display: block;
    height: auto;
    width: 100%;
}
.container-border
{
    display: block;
    width: 100%;
    padding: 0 0 70px 0;
    margin: 0;
    height: auto;
}
.subscribeform-border
{
    display: block;
    width: 100%;
}
.inputtext-textinput
{
    border: none;
    outline: none;
    padding: 10px;
    margin: 0 0 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: calc(100% - 20px);
}

.textarea-textarea
{
    border: none;
    outline: none;
    padding: 10px;
    margin: 0 0 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: calc(100% - 20px);
    resize: none;
    height: 100px;
}

.inputselectcontinent-select, .inputselectcountry-select
{
    border: none;
    outline: none;
    margin: 0 0 10px 0;
    padding: 10px;
    width: calc(100% - 20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.subscribeform-nextbutton
{
    float: right;
    width: 70px;
    height: 70px;
    padding: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 11px;
    border-radius: 50%;
}

.subscribeform-prevbutton
{
    float: left;
    width: 70px;
    height: 70px;
    padding: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 11px;
    border-radius: 50%;
}



.inputpackages-border
{
    margin: 0 -100px 20px -100px;
    display: flex;
    flex-direction: row;
    align-items: top;
    justify-content: center;
}
.inputpackages-package
{
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
    width: 50%;
    cursor: pointer;    
    border: 1px solid #000;
    padding: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: top;
    justify-content: space-between;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    color: #000;
    background-color: #fff;
}   
.inputpackages-package:hover
{
    transform: translateY(-5px);
}
@media (max-width: 880px)
{
    .inputpackages-border
    {
        flex-direction: column;
        margin: 0 20px;
    }
    .inputpackages-package
    {
        width: 100%;
        margin: 0;
    }
}
.inputpackages-header
{
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
    text-align: center;
}
.inputpackages-package:nth-child(1) .inputpackages-header
{
	color: yellow;
	border-color: yellow !important;
	text-shadow:
  1px 1px 2px black,
  0 0 1em yellow,
  0 0 0.2em yellow;
}
.inputpackages-package:nth-child(2) .inputpackages-header
{
	color: orange;
	border-color: orange !important;
	text-shadow:
  1px 1px 2px black,
  0 0 1em orange,
  0 0 0.2em orange;
}
.inputpackages-package:nth-child(3) .inputpackages-header
{
	color: red;
	border-color: red !important;
	text-shadow:
  1px 1px 2px black,
  0 0 1em red,
  0 0 0.2em red;
}
.inputpackages-discription
{
    margin: 0;  
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    color: #666;
    margin-bottom: 10px;
    margin-top: 10px;
 }

.inputpackages-features
{
    margin: 0;
}
.inputpackages-radio
{
    display: none;
}

.inputpackages-package:has(.inputpackages-radio:checked) 
{
    border: 2px solid #000;
    box-shadow: rgba(0, 0, 0, 1) 0px 5px 15px;
    transform: scale(1.05);
}

.inputpackages-selecttype
{
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    outline: none; 
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    color: #666;
}

.subscribestep-border
{
    clear: both;
}
.inputtext-label, .inputselect-label
{
    display: block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    width: 100%;
    color: #fff;
}

.businesscontactformcheckbox label
{
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}


.businesscontactformcheckbox_checkbox
{
    width: 20px;
    height: 20px;
}



.inputpackages-package *
{
	color: #000;
}


.inputpackages-package .inputpackages-price
{
	margin-top: 20px;
	text-align: right;
} 

