﻿.download-btn {
    margin-left: 0vw;
    min-width: 10vw;
    min-height: 4vh;
    border: none;
    background: rgb(2, 80, 151);
    color: white;
    font-size: 12pt;
    font-family: Arial;
    padding: 5px;
    width: 220px;
}

.fileCheck {
    display: flex;
    justify-content: center;
    padding-top: 150px;
}

.textInfo {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18pt;
    font-family: Arial;
    font-weight: bold;
    padding-top: 30px;
}

.buttons {
    display: flex;
    justify-content: center;
    padding-top: 70px;
}

#dashboard-header {
    background: lightgrey;
    width: 100vw;
    height: 5vh;
    line-height: 5vh;
    padding-left: 2vw;
    position: relative;
}

.dashboard-form-tabs-selected {
    border-bottom: 0.7vh solid rgb(59, 151,211) !important;
}

.dashboard-form-tab {
    display: inline-block;
    border-bottom: transparent;
    min-width: 10vw;
    margin-right: 2vw;
    height: 5vh;
    font-weight: 500;
    font-size: 2em;
    text-align: center;
}

    .dashboard-form-tab:hover {
        border-bottom: 0.7vh solid rgb(59, 151,211);
        cursor: pointer;
    }

    .dashboard-form-tab > img {
        width: 3vh;
        height: 3vh;
        margin-right: 0.5vw;
    }

.xmlWarning {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12pt;
    font-family: Arial;
    padding-top: 30px;
    color: red;
}
