﻿*{
}

.img-floating {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 16px;
    background-color: #efefefcc;
    border-radius: 50%;
    padding: 16px;
}

.root {
    position:relative;
}

th{
    text-align:left;
}

tr:hover {
    background-color: #e3f2ed;
}

table {
    border-collapse: separate;
    border-spacing: 0.5em;
}

td > div{
    min-height:18px;
}

.report {
    background-color: rgba(0, 0, 0, 0.03) !important;
    padding: 16px 8px;
    margin-bottom: 16px;
    border-radius:2px;
}

.input-property {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.me-3{
    margin-right:1.5rem;
}

.ms-3{
    margin-left: 1.5rem;
}

.my-3{
    margin-top:1.5rem;
    margin-bottom:1.5rem;
}

.result{
    margin: 2rem 0;
}

tr{
    margin:1rem 0;
    cursor: pointer;
}

td{
    padding:0.75rem 1rem;
}

.file-input {
    cursor: pointer !important;
}

.custom-file{
    display: none !important;
}

.ccontainer {
    padding: 32px;
/*    height:100vh;
*/}

.paper {
    background-color: #efefefcc;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 48px;
    max-width: 65%;
}

h1, h2, h3, h4 {
    margin-bottom: 16px;
/*    font-family: Comfortaa;
*/}

h1 {
    font-size: 32px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 20px;
}

.btn{
    margin: 4px 4px;
}

.warning {
    font-size: 1.25rem;
    display: flex;
    align-items: center;
}

.warning-badge {
    transform: translateY(-50%);
    display: inline-block;
    margin-left: auto;
}

.warning-name {
    color: #333;
    font-size: 1.25rem;
    font-weight: bold;
    margin-right: 1rem;
}

.warning-message {
    color: #333;
    font-size: 1.25rem;
    margin-right: 1rem;
}