:root {
    --c-grey: #f2f2f2;
    --c-blue: #0061ab;
    --c-secondary: #4ca7f7;
    --c-dark: #0c2441;
    /*--c-secondary: #3e70d9;*/
    --f-default: "Jost", sans-serif;
}



@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-stretch: 50% 200%;
}

html,
body {
    min-height: 100%;
}

body {
    font-family: var(--f-default);
    background-color: #edf6fe;
    font-weight: 300;
}

hr {
    border-top: 3px solid #edf6fe;
}

h3 {
    font-size: 24px;
    color: var(--c-dark);
}

.body-half {
    background-color: white;
}

.body-half>div {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.body-half>div>div {
    width: 50%;
    flex: 0 0 50%;
}

.body-half>div>div .img-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.font-s {
    font-size: 13px;
}

.main-container {
    background-color: white;
    border-radius: 10px;
}

.form-group {
    margin-bottom: 2rem;
}

.form-group input,
.form-group select {
    background-color: var(--c-grey);
}

.separator {
    display: block;
    width: 80%;
    border-top: 1px dashed transparent;
    margin: 2rem auto;
}

.switch {
    background: #edf6fe;
    border-radius: 100px;
    padding: 1.5em 0.5em;
    display: inline-block;
}

.switch a {
    /*background: #295EA4;*/
    /*box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.2);*/
    border-radius: 100px;
    /*color: white;*/
    padding: 1.5em;
    text-decoration: none;
}

.switch a.active {
    background: #295ea4;
    box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    color: white;
    padding: 1.5em;
}

a.btn-main:hover {
    color: white;
}

.btn-main {
    background: #0061ab;
    color: white;
    font-size: 18px;
    font-weight: 300;
    border-radius: 0;
}

.text-underline {
    text-decoration: underline;
}

.btn-secondary {
    background: white;
    color: #0061ab;
    font-size: 18px;
    font-weight: 300;
    border-radius: 0;
    border: 1px solid #0061ab;
}

.text-main {
    color: #0061ab;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 16px;
    letter-spacing: 0.005em;
}

.navbar-brand {
    font-size: 16px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #0061ab;
    border-bottom: 3px solid #0061ab;
}

.file-wrapper {
    position: relative;
    height: 100%;

    cursor: pointer;
}

.file-wrapper input {
    padding: 0.3em;
}

#speaker_cv,
#speaker_documents,
#speaker_new_cv,
#speaker_new_documents {
    width: 100%;
    border-color: transparent;
    border-radius: 16px;
    height: 100px;
    cursor: pointer;
}

.blue {
    color: var(--c-blue) !important;
}

.color-darkgrey {
    color: #6b737e;
}

.blue-background {
    background-color: var(--c-blue) !important;
}

.file-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: var(--c-grey);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    cursor: pointer;
    flex-direction: column;
    border: 1px dashed grey;
    box-sizing: border-box;
    border-radius: 16px;
}

.file-overlay .icons {
    display: inline-flex;
    background: white;
    padding: 0.5rem 1.25rem;
    border-radius: 36px;
    margin-bottom: 0.5rem;
}

.file-overlay .icons img {
    margin: 0 5px;
}

.cv {
    /**/
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;

    /* identical to box height, or 111% */
    text-align: center;
    letter-spacing: 0.2px;

    color: var(--c-grey);
}

.error .file-overlay {
    border: 1px dashed #dc3545;
}

.file-icon {
    max-width: 25px;
}

.errors {
    color: #dc3545;
}

.errors ul {
    list-style-type: none;
    padding: 0px;
}

.row-custom-checkbox {
    border: 1px solid #eee;
    border-radius: 0px;
    margin-bottom: 30px;
    padding-top: 10px;
    margin-left: 0px;
}

label {
    font-weight: 300;
    font-size: 14px;
}

.form-control {
    font-weight: 300;
    border: none;
    background: #f2f2f2;
    border-radius: 8px;
    height: auto;
    padding: 0.75rem;
}

.iti {
    width: 100%;
}

select {
    appearance: none;
    -webkit-appearance: none;
}

.select-wrapper {
    position: relative;
}

.select-wrapper:before {
    font-family: "FontAwesome";
    content: "\f078";
    position: absolute;
    right: 2rem;
    top: 2.75rem;
    color: var(--c-secondary);
}

/* 
.custom-checkbox{
    min-height: 2.5rem;
}

.custom-checkbox .custom-control-label{
    padding-left: .75rem;
}
.custom-checkbox .custom-control-label::before{
    border-radius:50%;
    width: 1.5rem;
    height: 1.5rem;
    top: -3px;
}
.custom-checkbox .custom-control-label::after{
    width: 1.5rem;
    height: 1.5rem;
    top: -3px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color:#00BF2A
}

 */

.check-row p {
    display: flex;
    align-items: center;
}

.check-row i {
    font-size: 22px;
    margin-right: 10px;
}

.check-row a {
    margin-left: 5px;
}

#user_roles,
#user_edit_roles {
    border: 1px solid #eee;
    background: white;
}

.modal-header .close:focus {
    outline: none;
}

.excel-button {
    display: flex;
    justify-content: end;
    padding-right: 0;
}

.title-form {
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.005em;
    text-align: left;
}

.text-paragraph,
#form_survey legend.col-form-label {
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: rgba(0, 0, 0, 0.87);
}

#speaker_terms1 .form-check:first-child,
#speaker_terms2 .form-check:first-child {
    padding-left: 0;
}

#survey_consultantAdvisor .form-check:first-child,
#survey_evaluatingMember .form-check:first-child,
#survey_commissionMember .form-check:first-child,
#survey_conflictInterest .form-check:first-child {
    padding-left: 0;
}