/* Version: v1.2 SFDigital on Provider */
::-webkit-scrollbar {
    height: 0px;
    width: 0px;
}

html {
    height: 100%;
    width: 100%;
}

body {
    background-size: cover;
}


/* Colors
.valid-feedback { color: rgb(0, 255, 0); }
.invalid-feedback { color: rgb(163, 0, 0); } */


/* Easy Elements */
.table {
    --bs-table-bg: none;
    table-layout: fixed;
}

.textlink {
    color: inherit;
    text-decoration: none; 
}

.footer {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(43, 48, 53);
}

.footer p {
    font-size: small;
    opacity: 0.5;
    color: rgb(255, 255, 255);
}

.footer a {
    height: min-content;
    font-size: small;
    opacity: 0.5;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.fixed-bottom-footer {
    position: fixed;
    bottom: 0;
}


#drop_zone {
    position: relative;

    border: 2px dashed #bbb;
    border-radius: 5px;
    font: 20pt bold 'Vollkorn';
    color: #bbb;
    
    display: flex;
    padding: 20px;
    justify-content: center;
    text-align: center;
}


.dropped_icon {
    position: absolute;
    color: #bbb;
    width: 10%;
    height: 30%;
    padding: 0;
}

.dropped_icon i { font-size: x-large; }
.dropped_icon p { 
    font-size: small;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 0px;
    left: -20px;
}

.dropped_icon_1 { top: 10px; left: 3%; }
.dropped_icon_2 { top: 10px; left: 15%; }
.dropped_icon_3 { top: 10px; left: 27%; } 
.dropped_icon_4 { top: 10px; left: 39%; }
.dropped_icon_5 { top: 10px; left: 51%; }
.dropped_icon_6 { top: 10px; left: 63%; }
.dropped_icon_7 { top: 10px; left: 75%; }
.dropped_icon_8 { top: 10px; left: 87%; }

.dropped_icon_9 { bottom: 10px; left: 3%; }
.dropped_icon_10 { bottom: 10px; left: 15%; }
.dropped_icon_11 { bottom: 10px; left: 27%; }
.dropped_icon_12 { bottom: 10px; left: 39%; }
.dropped_icon_13 { bottom: 10px; left: 51%; }
.dropped_icon_14 { bottom: 10px; left: 63%; }
.dropped_icon_15 { bottom: 10px; left: 75%; }
.dropped_icon_16 { bottom: 10px; left: 87%; }


