#create-field {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#create-field div, #create-field button {
    display: flex;
    font-size: 1.9vh;
    font-weight: bold;
    text-align: start;
    padding: 1vh 2vh;
    display: flex;
    align-items: center;
}

#create-field label {
    padding-right: 2vh;
}

#create-field textarea {
    resize: none;
}

#create-field textarea, #create-field input, #create-field textarea:target, #create-field input:target, #create-field textarea::after, #create-field input::after, #create-field {
    font-size: 1.6vh;
    padding: .5vh .9vh;
    outline: none;
}

#create-field {
    margin: 7vh 10vh;
}

#pass-code span {
    font-size: 1.4vh;
}

#pass-code input:target, #pass-code input:after, #pass-code input {
    outline: none;
    font-size: 1.4vh;
}

#submit-button {
    margin-top: 0; 
    text-align: end; 
}

#submit-button-itself {
    margin-left: auto; 
}


#create-field div a {
    font-size: 1.2vh;
    color: blue;
    text-decoration: underline;
    display: block;
    padding-left: 2vh;
}

#content {
    padding: 0 15% !important;
}

#create-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#create-form div {
    display: flex;
    gap: 30px;
}

label {
    flex: 1;
    width: 1%;
    margin-right: 10%;
}

input, textarea, select, .selected-options-countries, .selected-options-sectors {
    flex: 2;
}

#options-sectors, #options-countries {
    width: 200px !important;
}
.selected-options-countries, .selected-options-sectors {
    border: 1px solid #ccc;
    white-space: normal;
    height: auto;
    gap: 0;
    max-width: max-content;
    display: flex;
    flex-wrap: wrap;
    padding: 15px !important;
}
.selected-option-countries, .selected-option-sectors {
    width: fit-content;
    height: fit-content;
    background-color: beige;
    margin: -13px -9.5px;
    border-radius: 5px;
}
.selected-option-countries span, .selected-option-sectors span {
    font-size: 17px;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.remove-option-countries, .remove-option-sectors {
    cursor: pointer;
    color: black;
    padding: 0;
    margin: -30px;
}


.invisible {
    position: relative;
    display: inline-flex;
    width: 1000px;
    height: 10px;
    visibility: hidden;
}

.invisible:first-of-type {
    top: 0;
    left: 0;
}

.invisible:last-of-type {
    top: 50px;
    left: 0;
}

#toggle-help {
    display: flex;
    flex-direction: column;
    width: inherit;
    padding-top: 5%;
}

#toggle-help span {
    border: 1px black solid;
    margin: 0 35%;
}

#toggle-help #button-container {
    margin: -2% 25% 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

#toggle-help #button-container button {
    padding: 2% 6%;
}

.lang-sect {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: black 2px solid;
}

.lang-sect span {
    align-items: start;
    font-style: italic;
    color: purple;
}