body {
    min-height: 100vh;
    padding-bottom: 80px;
    position: relative;
}

table td {
    vertical-align: middle !important;
}

footer.footer {
    width: 100%;
    height: 60px;
    padding: initial;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form {
    width: 500px;
}

.login-form .indice-ora-painel {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
}

.login-form .indice-ora-painel .icon {
    font-size: 50px;
    width: initial;
    height: initial;
}

.login-form .indice-ora-painel .company-name {
    font-weight: bold;
    font-size: 25px;
}

.custom-message {
    position: fixed;
    right: -500px;
    top: 10px;
    transition: all 0.5s;
    z-index: 100;
}

.custom-message.message-opened {
    position: fixed;
    right: 10px;
    top: 10px;
    transition: all 0.5s;
}

.section-navbar {
    box-shadow: 1px 2px 10px #e0e0e0;
}

.section-navbar .navbar {
    min-height: 4rem;
}

.admin-content {
    padding-top: 1rem;
}

.card-manipulate .card-header a {
    margin-right: 12px;
}

.navbar-start a {
    padding: 0 20px;
    transition: background-color 0.2s, color 0.2s;
}

.navbar-start a:hover, .navbar-start a.active {
    color: #0A0A0A;
    background-color: #E0E0E0;
}

.ql-tooltip {
    z-index: 100;
}

.single-image-zone, .single-file-zone {
    padding: 20px;
    border: 2px dotted #e0e0e0;
    border-radius: 10px;
    position: relative;
    background-color: #f9f9f9;
    cursor: pointer;
}

.single-image-zone .single-image-zone-definition, .single-file-zone .single-file-zone-definition {
    text-align: center;
    font-weight: bold;
}

.single-image-zone .single-image-zone-image, .single-file-zone .single-file-zone-file {
    text-align: center;
}

.single-file-zone .single-file-zone-file a {
    position: relative;
    z-index: 100;
}

.single-image-zone .single-image-zone-image img {
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}

.single-image-zone input[type="file"], .single-file-zone input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    outline: none;
    opacity: 0.0;
}

.single-image-zone .progress, .single-file-zone .progress {
    margin: 0 auto;
    position: absolute;
    width: calc(100% - 40px);
    top: 0;
    height: 10px;
    border-radius: 10px;
    background-color: #e0e0e0;
}

.brand-company span {
    font-size: 14px;
    margin-left: 20px;
}

#arquivos-drop-zone {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 10px;
    border: 2px dotted #e0e0e0;
    transition: all 0.2s;
    user-select: none;
}

#arquivos-drop-zone::after {
    content: "Arraste e solte arquivos aqui";
}

#arquivos-drop-zone.drop-zone-sending {
    border: 2px dotted #ef3000;
    background-color: #fcbaaa;
}

#arquivos-drop-zone.drop-zone-sending::after {
    content: "Enviando arquivos";
}

#arquivos-drop-zone.drop-zone-active {
    border: 2px dotted #ef3000;
    background-color: #fcbaaa;
    height: 300px;
}

.button.is-success {
    background-color: #ef3000 !important;
}

.button.is-info {
    background-color: #ef3000 !important;
}

.menu-list a.is-active {
    background-color: #ef3000 !important;
}
