﻿
.brt-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.botaoFlutuante {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: orange;
    color: white;
    padding: 10px;
    border-radius: 100%;
    z-index: 99;
}

.color-star {
    color: #ffc107;
}

.color-error {
    color: var(--bs-form-invalid-color);
}

img.imgFoto {
    border-radius: 10px;
    width: 100px;
    display: block;
    border: 1px solid lightgrey;
    object-fit: cover;
}

.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    user-select: none;
    pointer-events: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('https://i.sstatic.net/FhHRx.gif') 50% 50% no-repeat;
}

.aguarde {
    left: 0;
    line-height: 200px;
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.align-left{
    text-align: left;
}