.flaman-forms{
    -ms-overflow-style: -ms-autohiding-scrollbar;
    max-width: 600px;
    width: 100%;
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 100%);
    transition: transform 800ms cubic-bezier(0, 1, 0.5, 1);
    will-change: transform;
    z-index: 9999999;
    display: none;
    background: #fff;
    padding: 40px;
    overflow: auto;
    max-height: 100vh;
}

.flaman-forms.flaman-forms-open{
    transform: translate(-50%, 0%);
}

.flaman-forms-screen {
    background-color: rgba(0, 0, 0, 0.62);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 999999;
    display: none;
}

.flaman-forms .flaman-forms-inner p{
    margin-bottom: 20px;
}

.flaman-forms .flaman-forms-inner form label{
    font-size: 0.8rem;
}

.flaman-forms-close-button{
    cursor: pointer;
    color: #a0a0a0;
    font-weight: bold;
    position: absolute;
    right: 40px;
    z-index: 9999;
}

.flaman-forms-close-text{
    cursor: pointer;
    color: #a0a0a0;
    font-size: 12px;
    text-decoration: underline;
    float: right;
    z-index: 9999;
}

.flaman-forms-success{
    display: none;
}

.flaman-forms-success .message{
    text-align: center;
    line-height: 140%;
    max-width: 400px;
    margin: 0 auto;
}

.flaman-circle-check {
    width: 100%;
    text-align: center;
    font-size: 100px;
    /* margin: 40px 0; */
    background: #8ec53c;
    line-height: 160px;
    color: #fff;
    width: 160px;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 100px;
}

.flaman-forms .flaman-forms-inner form .radio-inline input[type="radio"]{
    position: relative;
}

@media screen and (max-width: 600px){
    .flaman-forms{
        height: 100vh;
    }
}

.flaman-forms .flaman-forms-inner .provinceSelector h3{
    text-transform: none;
    font-size: 1.3rem;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}

.flaman-forms .flaman-forms-inner .provinceSelector label {
    width: 100%;
    font-weight: 300;
    font-size: 1rem;
    margin: 8px 0;
    cursor: pointer;
}

.flaman-forms .flaman-forms-inner .provinceSelector label input{
    margin-right: 5px;
}