.elementor-26221 .elementor-element.elementor-element-027f32e{--display:flex;--padding-top:0px;--padding-bottom:70px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-26221 .dialog-widget-content{animation-duration:0.6s;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-text );border-radius:16px 16px 16px 16px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-26221{background-color:#221A97DB;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-26221 .dialog-message{width:900px;height:auto;padding:2em 2em 2em 2em;}#elementor-popup-modal-26221 .dialog-close-button{display:flex;top:10px;background-color:var( --e-global-color-d65653d );font-size:16px;}body:not(.rtl) #elementor-popup-modal-26221 .dialog-close-button{right:20px;}body.rtl #elementor-popup-modal-26221 .dialog-close-button{left:20px;}#elementor-popup-modal-26221 .dialog-close-button i{color:var( --e-global-color-accent );}#elementor-popup-modal-26221 .dialog-close-button svg{fill:var( --e-global-color-accent );}@media(max-width:767px){#elementor-popup-modal-26221 .dialog-message{width:95vw;padding:1em 1em 1em 1em;}#elementor-popup-modal-26221 .dialog-close-button{top:6px;}body:not(.rtl) #elementor-popup-modal-26221 .dialog-close-button{right:14px;}body.rtl #elementor-popup-modal-26221 .dialog-close-button{left:14px;}}/* Start custom CSS */.dialog-lightbox-close-button{
    border-radius: 50px;
    padding: 4px;
}

/* Grade Curricular */

/* Tabela */
table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            pointer-events: none;
        }
        caption {
            font-size: 1.2em;
            margin-bottom: 10px;
            font-weight: bold;
            text-align: center;
        }
        th, td {
            border: 1px solid #dddddd;
            text-align: left;
            padding: 8px;
        }
        thead th {
            background-color: #f2f2f2;
            font-weight: bold;
        }
        tbody tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        .subtotal-row td {
            background-color: #e0e0e0;
            font-weight: bold;
        }
        .total-row th {
            background-color: #c0c0c0;
            font-weight: bold;
            font-size: 1.1em;
        }
        td[rowspan] {
            vertical-align: middle;
            text-align: center;
            font-weight: bold;
            background: #f5f5f5;
        }
        
@media (max-width: 767px){
    .tabela > div {
        overflow-x: scroll;
    }
    
    table{
        font-size: 15px;
    }
    
    .total-row th{
        font-size: 15px;
    }
}
/* Grade Curricular */


.tabela-protegida,
.tabela-protegida table,
.tabela-protegida td,
.tabela-protegida th,
.tabela-protegida tr {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none !important; /* iOS */
}

.tabela-protegida::selection,
.tabela-protegida td::selection,
.tabela-protegida th::selection {
    background: transparent !important;
    color: inherit !important;
}/* End custom CSS */