body {
    background-color: #f8f9fa;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 600;
    border-left: 3px solid #eda941;
    padding-left: .6rem;
    margin-bottom: 1.25rem;
}

.btn-xs {
    padding: 0.1rem 0.4rem;
    font-size: 0.7rem;
    line-height: 1.4;
    border-radius: 0.2rem;
}

.excluir-convidado {
    color: #dc3545;
}

.excluir-convidado:hover {
    color: #a71d2a;
}


.page_bg{
    background:url(images/bg.webp) no-repeat center;
    background-size:cover ;
}

.navbar{
    background:url(images/bg_header.png) no-repeat center;
    background-size:cover ;
}

.card{border-radius: 20px}

.btn-yellow{
    background-color: #eda941;
    border-color: #eda941;
    color: #000;
}

.page_dashboard .card{
    background:#fff url(images/bg_card.png) no-repeat center bottom;
    background-size:auto 100%;
}

.progress-bar,
.btn-primary{background: #344e8c;}
.btn:hover{background:#091d4c}

.active>.page-link, .page-link.active{
    background: #eda941;
    border-color: #eda941
}