﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: #004543;
    font-family: "Roboto";
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.header {
    width: 100%;
    height: auto;
}

.header_imgMobile {
    width: 100%;
}

.header_imgDesktop {
    display: none;
}

.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    gap: 10px;
}

.logoLindor {
    width: 40%;
}

.mainTitle {
    padding-top: 15px;
    font-weight: 600;
    font-size: 1.7rem;
    display: flex;
    text-align: center;
    line-height: 1.8rem;
}

.mainTitle2 {
    font-weight: 600;
    font-size: 1.2rem;
    padding-bottom: 25px;
    display: flex;
    text-align: center;
    line-height:1.8rem;
}

.formSection {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}

.sectionPersonalData {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 4px;
}

.section_title {
    font-size: 1.5rem;
    //font-weight: 500;
    margin-bottom: 10px;
}

label {
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom:5px;
}

input {
    margin-bottom: 0.5rem;
    border-radius: 10px;
    border: solid 1px #004543;
    width: 100%;
    color: rgb(37, 37, 37);
    height: 1.4rem;
}

select {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
    border: solid 1px #004543;
    color: rgb(37, 37, 37);
    height: 1.5rem;
}

.label-i {
    display: flex;
    gap: 5px;
}

label i .tooltip {
    left: auto;
    right: 0;
}

label i .tooltip {
    display: none;
    position: absolute;
    max-width: 250px;
    color: red;
    background-color: #fff;
    padding: 5px;
    z-index: 1;
    top: 0;
    /*left: 100%;*/
    left: -500%;
    margin-left: 10px;
    font-size: 13px;
    width: max-content;
    padding: 20px;
    border: 1px solid red;
    font-weight: 500;
}

label i {
    font-style: normal;
    background-color: #004543;
    aspect-ratio: 1/1;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f9f4dc;
    padding: 0px;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
    font-size: 11px;
    height: 18px;
}

form label i:hover .tooltip,
form label i:active .tooltip,
form label i:focus .tooltip {
    display: block;
}

.label-i {
    display: flex;

}

#file-name-1,
#file-name-2 {
    margin-bottom: 5px;
    padding: 6px;
    font-size: 0.9rem;
    color: #bbbbbb;
}

.custom-file-upload {
    display: flex;

}

    .custom-file-upload span {
        /*font-size: .5rem !important;*/
        font-size: 1rem !important;
    }

.custom-file-upload {
    background-color: #004543;
    color: #fff;
    border-radius: 50px;
    padding: 1px 20px;
    width: max-content;
    margin-top: 3px !important;
}

.uploadBtn {
    color: white;
    margin: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.06rem;
}

.sectionShoppingData {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 4px;
}

.custom-bizum-upload {
    font-size: 0.8rem;
    background-color: #004543;
    color: #fff;
    border-radius: 50px;
    padding: 1px 20px;
    width: max-content;
    margin-top: 3px;
    height:1.8rem;
}

    .checkboxContainer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.5rem;
}

.checkboxContainer_group {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.checkboxContainer_input {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    margin-right: 10px;
}

.sectionSendInfo {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.botom {
    background-color: #004543;
    padding: 15px 40px;
    border-radius: 500px;
    color: white;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
    height: 50px;
    display: block;
    cursor: pointer;
    width: 80%;
    margin: auto;
}

.subInfo {
    display: flex;
    justify-content: center;
    font-size: 0.85rem;
    text-align: center;
    width: 75%;
    margin: auto;
    padding-top: 10px;
}

#errorMsg{
    display:none;
}

.info{
   
    gap:0.5rem;
}
.subInfo-text {
    color: grey;
}

.subInfo2 {
    font-size: 0.7rem;
    text-align: center;
    width: 75%;
    margin: auto;
    color: #004543;
    margin-bottom:0.5rem;
}

.footer {
    width: 100%;
    background-color: #9FB6AB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
}

.footer_logo {
    margin-top: 20px;
    width: 120px;
}

.footer_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-size: 0.8rem;
    gap: 5px;
}

.footer_list--link {
    text-decoration: none;
    color: white;
}

.footer_RRSS {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 5px;
}

.footer_RRSS--link {
    display: flex;
}

.footer_RRSS--icon {
    width: 80%;
    display: flex;
    margin: auto;
}

@media (min-width: 768px) {
    .logoLindor {
        width: 20%;
        margin-top: 30px;
    }
    .mainTitle{
        margin-bottom: 20px;
    }
    .formSection {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
        margin: 0 10px 0 10px;
    }

    .sectionPersonalData {
        grid-area: 1 / 1 / 2 / 2;
        margin-left: 10px;
    }

    .sectionShoppingData {
        margin-right: 10px;
    }

    .sectionSendInfo {
        grid-area: 2 / 1 / 3 / 3;
    }

    .subInfo-text {
        width: 80%;
    }

    .subInfo2 {
        width: 80%;
    }

    .botom {
        width: 50%;
    }

    .header_imgMobile {
        display: none;
    }

    .header_imgDesktop {
        display: flex;
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .logoLindor {
        width: 15%;
    }

    .botom {
        width: 45%;
    }
}

@media (min-width: 1440px) {
    .logoLindor {
        width: 10%;
    }

    .botom {
        width: 40%;
    }
}
