@import url('components.css');
@import url('bootstrap.css');
@import url('navigation-menu.css');

@font-face
{
    font-family: 'BRSonoma';
    src: url('fonts\\br-sonoma\\BRSonoma-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body
{
    font-family: 'BRSonoma', sans-serif !important;
}

.bg-header
{
    background: linear-gradient(135deg, #065da0, blue, yellow);
}

.btn-abgi {
    background: #6000FF !important;
    color: #fff;
    border-radius: 25px;
    min-width: 120px;
    padding: 5px 20px;
}

.right
{
    margin-left: 75%;
    height: 100vh;
    position:fixed;
}

.left
{
    height: 100vh;
    position:fixed;
}

.middle
{
    height: auto;
    width: auto;
    margin-left: 25%;
}

.card-horizontal-login
{
    display: flex;
    flex: 1 1 auto;
}

.card-footer-login
{
    height: 20px;
}

h5
{
    font-weight:100;
}

.card-login
{
    margin-top: 20px;
    height: 1500px;
}

.card-login-empresa
{
    margin-top: 20px;
    padding-bottom: 3cm;
}

.botao
{
    margin-top: 3cm;
}


.icone-edit {
    background-image: url('../assets/svg/edit.svg') !important;
    width: 23.11px;
    height: 22.88px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}

.icone-view {
    background-image: url('../assets/svg/olho.svg') !important;
    width: 26px;
    height: 22.88px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}

.icone-trash {
    background-image: url('../assets/svg/trash.svg') !important;
    width: 23.11px;
    height: 22.88px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}

.title-content {
    display: flex;
    justify-content: center;
    color: #6000FF;
    text-transform: uppercase;
    padding: 1rem;
}

.btn
{
    border-radius: 30px !important;
    min-width: 50px !important;
}

.btn-group .btn
{
    border-radius: 0 !important;
}

.btn-group .btn:first-child
{
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}

.btn-group .btn:last-child
{
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.btn-secondary
{
    background-size: cover !important;
    border-radius: 30px !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.back-title-gray
{
    background-color: #D9D9D9;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    padding: 1rem 0.5rem;
}

.back-title-gray:hover
{
    padding: 1.1rem 0.6rem;
}

.input-date
{
    background-color: #DEE2E6 !important;
    border-radius: 10px !important;
    padding: 5px !important;
}

.footer
{
    position: fixed;
    bottom: 0;
    justify-content: center;
    color: #82787E;
    text-align: center;
    font-size: 0.9rem;
    width: 100%;
    padding: 0.1rem 0;
    background-color: #f8f9fa;
}

.footer a
{
    text-decoration: none;
    color: inherit;
}

.fundo-cabecalho
{
    color: white;
    background-image: url('../img/Cabecalho.svg');
}

.div-date
{
    display: flex;
    align-items: center;
}

.div-copy-paste
{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    font-size: 15px;
}

.card-status
{
    border-radius: 30px;
    color: rgba(96, 0, 255, 1);
    text-align: center;
    border: 1px solid rgba(96, 0, 255, 1);
    height: 30px;
    padding: 2px 20px;
}

.truncate-text-2
{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Define o número máximo de linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.truncate-text-1
{
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Define o número máximo de linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
