body {
    background: #f5f5f5 !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 400;
    margin: 0;
}

body {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}


.global-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    max-width: none;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #EEEDF2;
    justify-content: center;
}

.global-header .major {
    display: flex;
}

.major .logo {
    max-height: 36px;
}

.suissetec-logo {
    display: flex;
    justify-content: center;
    align-self: center;
}

.evaluation-wrapper {
    background: #fff;
    margin-top: 40px;
    position: relative;
    margin-bottom: 50px;
    border-radius: 0.25rem;
    padding: 20px;
}

.profession-selector {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.btn-gzo-success {
    background: #7cba09;
}

.btn-profession {
    width: -webkit-fill-available;
    text-align: left !important;
    background-color: #fff !important;
    margin-bottom: 0.5rem;
}

footer.bg-dark {
    padding: 12px 0;
}

.question-field {
    margin: 0 0 40px 0;
}

.question-title {
    font-size: 20px;
    color: #404040;
    line-height: 1.25;
    padding: 0 0 24px 0;
}

.question-body label {
    padding: 5px 8px 7px 8px;
    margin-left: 2px;
    margin-right: 2px;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 4px;
    background-clip: padding-box;
    width: -webkit-fill-available;
}

.question-body label:hover {
    border: 1px dashed #404040;
}

.question-body textarea,
.question-body input[type="text"] {
    width: -webkit-fill-available;
    outline-color: #7cba09;
}

.form-control:focus {
    border-color: #7cba09 !important;
    box-shadow: none !important;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
    background: white;
    border-radius: 0.375rem;
}

main {
    height: 100%;
    display: flex;
    justify-content: center;
}