body {
    background-color: #f2f2f2;
    padding: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.btn-primary {
    background-color: #41b9ad;
    border: none;
}
.btn-primary:active,.btn-primary:focus {
    background-color: #29968b;
    border: none;
}
.btn-primary-new {
    background-color: #29968b;
    border: none;
    color: #fff;
}
.btn-primary-new:active,.btn-primary-new:focus {
    background-color: #197269;
    border: none;
}
.btn-secondary {
    border: none;
}
.btn-secondary:active,.btn-primary:focus {
    border: none;
}
.text-bg-primary {
    background-color: #41b9ad !important;
}
.text-primary {
    color: #2a9288 !important;
}
a {
    text-decoration: none;
}
.w100 {
    margin-top: 20px;
    width: 100%;
}
.w100b {
    margin-bottom: 20px;
    width: 100%;
}
.padBtn {
    padding: 20px 0 !important;
}
.req::before {
    content: "*";
    color: #41b9ad;
}
.corK {
    color: #41b9ad !important;
}
.funK {
    color: #41b9ad !important;
}
.offBtn {
    background-color: #aaa !important;
}
.titulo {
    padding: 5px !important;
    font-size: 14px;
    text-align: center;
}
h1 {
    color: #41b9ad !important;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #41b9ad;
    margin-top: 10px;
    margin-bottom: 20px;
}
h1 b {
    font-size: 16px !important;
    font-weight: bold;
    color: #e1530d !important;
}
h2 {
    color: #2b968b !important;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px dashed #41b9ad;
    margin-top: 30px;
    margin-bottom: 20px;
}
.back {
    font-size: 12px;
    padding: 2px !important;
}
.table-striped>tbody>tr>td {
    padding: 20px 10px;
}
.fs24 {
    font-size: 24px !important;
}
.fs20 {
    font-size: 20px !important;
}
.fs16 {
    font-size: 16px !important;
}
.fs14 {
    font-size: 14px !important;
}
.fs12 {
    font-size: 12px !important;
}
.fs11 {
    font-size: 11px !important;
}
.mtg {
    margin-top: 50px !important;
}
.marcado td {
    background-color: #d4edda !important; /* Bootstrap success background color */
    position: relative;
}
.marcado td::after {
    content: "\f00c"; /* Font Awesome check icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #155724; /* Dark green color */
    position: absolute;
    top: 5px;
    right: 10px;
}
.badge {
    font-size: 12px !important;
}
.badge-primary {
    background-color: #41b9ad !important;
}
.table-informacoes td {
    font-size: 12px !important;
    padding: 5px 10px !important;
}
.table-informacoes td:first-child {
    font-weight: bold !important;
    text-align: right !important;
}
.table-informacoes td[colspan] {
    font-weight: bold !important;
    text-align: left !important;
    color: #e1530d !important;
    font-size: 14px !important;
}
.form-control::placeholder {
    color: #bbbbbb !important;
}
.btn.mini {
    padding: 3px 10px !important;
    font-size: 12px !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pb15 {
    padding-bottom: 15px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt15 {
    padding-top: 15px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.bol {
    font-weight: bold !important;
}
.bol {
    font-weight: bold !important;
}
.p10 {
    padding: 10px !important;
}
.p15 {
    padding: 15px !important;
}
.p20 {
    padding: 20px !important;
}
.p40 {
    padding: 40px !important;
}
.br10 {
    border-radius: 10px !important;
}
.br5 {
    border-radius: 5px !important;
}

.table-info {
    width: 100%;
    font-size: 12px;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
}
.table-info td {
    padding: 5px;
    border: 1px solid #dee2e6;
}
.row-corSim {
    background-color: #f8f9fa;
}
.row-corNao {
    background-color: #ffffff; 
}
.cell-label {
    text-align: right;
    padding-right: 10px;
    font-size: 10px;
}
.row-corSim .cell-label {
    background-color: #e9ecef;
}
.row-corNao .cell-label {
    background-color: #f8f9fa;
}
.cell-value {
    text-align: left;
    padding-left: 10px;
}