@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600&display=swap');

html {
    width: 100vw;
}
body {
    display: flex;
    flex-direction: column;
    align-items: center;

    height: max(100vh, 100%);
    margin: 0;
    background-color: #f7f8fc;
    overflow-x: hidden;
    font-family: 'Manrope', sans-serif;
}

#page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: relative;

    height: 100%;
}


#ernst {
    text-align: right;
}

#digio b, #digio span, #ernst b, #ernst span {
    display: block;
}

#developed_by {
    position: absolute;
    bottom: 100px;

    font-size: 18px;
    font-style: italic;
}

.content {
    width: 900px;
    padding: 50px 40px;

    border-radius: 15px;
    position: relative;
    z-index: 5;
    box-shadow: -15px -15px 20px rgb(255 255 255 / 80%), 15px 15px 20px rgb(57 65 124 / 8%);
}

.title {
    font-size: 28px;

    margin-top: 0;
    margin-bottom: 50px;
}

.to {
    font-weight: normal;
}

.csv {
    color: #2AA168;
    font-weight: bold;
}

.bexio {
    color: #66B245;
    font-weight: bold;
}

.xls {
    color: #C20936;
    font-weight: bold;
}

.camt {
    color: black;
    font-weight: bold;
}

.text {
    font-size: 18px;

    margin: 0;
}

#mail_send {
    display: none;

    flex-direction: column;
    justify-content: space-evenly;

    font-size: 24px;
}

#mail_info {
    text-align: center;
}

.convert_another {
    padding: 20px 5px;

    background-color:#2AA168;
    border-radius: 5px;

    text-align: center;
    width: 100%;
    text-decoration: none;
    color: white;

    cursor: pointer;
}

.converted {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    height: 575px;
}


.validator {
    position: absolute;
    left: 30px;
    bottom: -24px;

    font-size: 18px;
}
input[type='email'] {
    font-size: 1.1rem;
    border: #AAAAAA 1px solid;
    border-radius: 10px;
    padding-left: 15px;
    width: calc(100% - 15px);
}
.dropzone-container {
    position: relative;
    height: 200px;
    background-color: transparent;
    border: #AAAAAA 1px dashed;
    border-radius: 10px;
}
.dropzone-container input{
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.dropzone-container .dropzone-placeholder {
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% - 90px);
    background-color: white;
    text-align: center;
    padding-top: 90px;
    border-radius: 10px;
}

button[type='submit'] {
    border-radius: 10px;
    border: #AAAAAA 1px solid;
    background-color: #2AA168;
    color: white;
    width: 100%;
    font-size: 1.3rem;
    cursor: pointer;
}

input {
    width: 100%;
    height: 50px;

    font-size: 24px;

    border-radius: 5px;
}

button {
    height: 50px;
    width: 300px;
}

#email {
    width: calc(100% - 60px);
    padding: 0 30px;

    border: 1px solid lightgray;
}

#dropzone {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 150px;

    border: 1px dashed lightgray;
    border-radius: 5px;

    font-size: 24px;
    background-color: white;
}

#file {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: calc(100% - 60px);
    height: 62px;

    padding: 0 30px;

    background-color: #E0E0E0;
    border-radius: 5px;

    font-size: 24px;
}

#file_name {
}

#file_remove {
    padding: 5px 15px;

    background-color: #DF3D3D;
    border-radius: 5px;
    color: white;

    cursor: pointer;
}

.browse {
    width: auto;
    height: auto;
    padding: 2px 10px;
    border: none;
    border-radius: 5px;

    background-color: #E0E0E0;

    margin-left: 5px;

    cursor: pointer;
}

.submit {
    border: none;

    background-color: #2AA168;
    color: white;

    cursor: pointer;
}

.visible {
    display: block;
}

.invisible {
    display: none !important;
}


.w-840 {
    width: 980px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.pseudo-grid {
    width: 100%;
    display: flex;
    height: 120px;
}

.pseudo-grid h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.pseudo-grid div:first-child {
    width: 40%;
    border-top: lightgray 1px solid;
    padding: 20px;
    padding-left: 50px;
    display: flex;
    align-items: center;
}
.pseudo-grid img {
    height: 80px;
}

.pseudo-grid div:last-child {
    width: 60%;
    border: lightgray 1px solid;
    border-right: none;
    border-bottom: none;
    padding-left: 50px;
    padding-right: 0px;
}
.border-bottom {
    border-bottom: lightgray 1px solid;
}

.styled-link {
    position: relative;
    padding: 5px 20px;
    color: #ff450a;
    border: 2px solid #ff450a;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    max-width: 270px;
    min-width: 150px;
}

.styled-link .icon {
    position: absolute;
    left: 10px;
}

.styled-link:hover {
    color: white;
    background-color: #ff450a;
    background-image: linear-gradient(51deg,#fe3966 0,#ff4538 20%,#ff8a42 50%);
    border-color: transparent;
}

.styled-link:hover .icon {
    fill: white;
}

.styled-link:hover ellipse, .styled-link:hover circle {
    stroke: white;
}

footer {
    overflow: hidden;
    width: 100vw;
    margin-top: 150px;
    padding: 20px;
    border-top: lightgray 1px solid;
    display: flex;
    justify-content: center;
}

footer div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.red-bar {
    position: static;
    width: 100vw;
    height: 5px;
    background-color: #ff450a;
    background-image: linear-gradient(51deg,#fe3966 0,#ff4538 20%,#ff8a42 50%);
    background-size: 200%;
}

.icon {
    height: 100%;
    display: flex;
    align-items: center;
    fill: #ff450a;
    margin-right: 5px;
}
.icon ellipse,circle {
    stroke: #ff450a;
}
form {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.count-text {
    font-size: 0.7rem;
    width: 100%;
    color: #999999;
    text-align: end;
}
footer p{
    color: #999999;
    font-size: .9rem;
}

.error {
    color: red;
    margin-bottom: 20px;
}

.small-error {
    margin-top: 0px;
    margin-inline: auto;
    color: red;
}


/*linear-gradient(51deg,#fe3966 0,#ff4538 20%,#ff8a42 50%);*/
