* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hidden {
    display: none;
}

.flex {
    display: flex;
    gap: 1rem;
}

.line-right {
    border-bottom: 1.5px solid #852020;
    float: right;
    width: 65%;
}

.line-left {
    border-bottom: 1.5px solid #852020;
    float: left;
    width: 65%;
}

.line-full {
    border-bottom: 1.5px solid #852020;
    width: 100%;
}

.header .logo {
    width: clamp(5rem, 25vw, 15rem);
}

header.header {
    background-color: white;
}

.header-first {
    margin: 0 auto;
    padding: 2rem !important;
}

header.header img {
    width: clamp(175px, 20vw, 350px);
    display: block;
    margin: 0 auto;
    max-width: 200px;
}

.header .tel-container {
    border: 1.5px solid #852020;
    padding: .65rem 1rem;
}

.header .tel-container a {
    color: black;
    font-weight: 600;
    text-decoration: none;
    font-size: clamp(0.85rem, 2vw, 1.2rem);
}

.header .tel-container.login,
.header .tel-container.login a {
    background-color: #852020;
}

.header .tel-container.login a {
    color: white;
    display: block;
}

.header-second {
    background: rgba(245, 241, 241, 0.88);
    padding: 1.25rem 0;
}

.header-second h1 {
    margin: 0;
}

.header-third {
    padding: 3rem 2rem !important;
}

.header-four {
    padding: 3rem 2rem 0 2rem !important;
}

.bold {
    font-weight: 600;
}

.content {
    display: block;
    max-width: 1180px;
    margin: 1rem auto;
    padding: 0 2rem;
}

.main-content {
    max-width: 1000px;
    display: block;
    margin: 0 auto;
}

.main-container {
    display: block;
    margin: 0 auto;
    padding: 2rem 0;
    background: rgba(245, 241, 241, 0.88);
}

.input-container {
    position: relative;
    margin: 1rem auto;
}

.img-label-container {
    padding: 0 1rem 0 0;
    border: 1px solid black;
}

.img-label {
    display: block;
    height: 100px;
    width: 100%;
    cursor: pointer;
}

.input-container .textarea{
    line-height: normal !important;
}

.input-container .input {
    line-height: 1.5rem;
    border-radius: 4px;
    width: 100%;
}

.input-container label {
    font-weight: 600;
}

.input-container .input-file {
    background-color: #f3f0f0;
    border-radius: 4px;
    width: 100%;
    border: 1px dashed lightgray;
    padding: 1.5rem 1rem 1.5rem 0.5rem;
}

.button {
    background-color: #852020;
    padding: .8rem 1.2rem;
    color: white;
    border: none;
    border-radius: 4px;
}

.button a {
    color: white;
    text-decoration: none;
}

.link {
    color: #852020;
}

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

.inactive {
    opacity: 50%;
}

.img-container {
    position: relative;
    display: flex;
    width: 50%;
    height: 24px;
}

.close {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #852020;
    cursor: pointer;
}

.small-info {
    font-size: 0.75rem;
    padding: 0;
    margin: 0;
}

.preview-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}

.image-preview {
    margin: 1rem 0.75rem 1rem 0;
    max-width: 250px;
    border-radius: 3px;
}

#preview-text {
    padding: 0;
    margin: .5rem 0 0 0;
}

#file {
    padding: 0.2rem 0.5rem !important;
    background-color: white;
    width: 101.75%;
    height: 108%;
    border: none;
    cursor: pointer;

}

#file::file-selector-button {
    display: none;
}

#file-upload-button {
    display: none;
}

select {
    appearance: none;
    width: 100%;
    border: 1px solid grey;
    border-radius: 3px;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: 2.5rem;
    padding: 0 0.75rem;
}

h1 {
    margin: 2rem auto;
}

.input-container .input {
    line-height: 2.5rem;
    padding: 0 0.75rem;
}

input[type="radio"] {
    color: #852020;
}

.fa.fa-angle-down.angle {
    position: absolute;
    right: 17px;
    bottom: 8px;
    font-size: 1.5rem;
    color: #852020;
}

select:hover {
    border: 1px solid #852020;
    cursor: pointer;
}

select::selection {
    color: white;
    background: #852020;
}

select option:hover {
    color: white;
    background-color: #852020;
}

label {
    margin-bottom: 0.2rem;
}

.request-container svg {
    font-size: 3rem;
    padding-top: 1rem;
    color: #852020;
}

.font-red {
    color: #852020;
}

.request-container {
    align-items: center;
    justify-content: start;
    gap: 2rem;
}

.with-icon {
    display: flex;
}

.hidden {
    display: none;
}

input {
    border: 1px solid grey;
    outline: none;
}

footer a {
    /*text-decoration: none;*/
    color: black;
    text-decoration: none;
}


.footer-container {
    max-width: 1180px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 3rem;
    padding: 0 1rem;
}

footer {
    padding: 1.5rem 0;
    color: black;
}

footer a:hover {
    color: #852020;
}
.input-container:has(input.input-link-form){
    position: absolute;
    top: -125px;
}
#link-form{
    position: absolute;
    top: -1525px;
}
.form-label[for="link-form"]{
    position: absolute;
    top: -1525px;
}

.button-hidden {
    position: relative;
    top: -10000px;
}
