@charset "UTF-8";
.basap-container {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
color: #334155;
max-width: 1200px;
margin: 20px auto;
padding: 0 15px;
box-sizing: border-box;
}
.basap-card {
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 12px;
padding: 24px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
margin-bottom: 30px;
}
.basap-card h2 {
font-size: 22px;
margin: 0 0 6px 0;
color: #0f172a;
font-weight: 700;
}
.basap-subtitle {
font-size: 14px;
color: #64748b;
margin: 0 0 24px 0;
line-height: 1.5;
} .basap-table-wrapper {
width: 100%;
overflow-x: auto; }
.basap-table {
width: 100%;
border-collapse: collapse;
table-layout: fixed; min-width: 850px; } .basap-th-main {
width: 36%;
text-align: left;
}
.basap-th-sub {
display: block;
font-size: 11px;
font-weight: normal;
color: #64748b;
margin-top: 4px;
}
.basap-th-task {
width: 32%;
}
.basap-table th, 
.basap-table td {
border: 1px solid #e2e8f0;
padding: 14px 16px;
vertical-align: top;
font-size: 13.5px;
word-wrap: break-word; box-sizing: border-box;
}
.basap-table th {
background-color: #f8fafc;
color: #0f172a;
} .basap-row-section-divider td {
background: #f1f5f9;
color: #1e293b;
font-size: 14px;
font-weight: 700;
padding: 12px 16px;
border-top: 2px solid #cbd5e1;
border-bottom: 2px solid #cbd5e1;
} .basap-input-header {
width: 100%;
padding: 8px;
border: 1px solid #cbd5e1;
border-radius: 6px;
font-weight: 600;
text-align: center;
color: #1e293b;
background: #ffffff;
box-sizing: border-box;
}
.basap-editable-question {
width: 100%;
font-weight: 700;
font-size: 13.5px;
color: #0f172a;
border: 1px solid transparent;
background: transparent;
padding: 4px;
margin: 0;
border-radius: 4px;
cursor: pointer;
box-sizing: border-box;
white-space: normal; }
.basap-editable-question:hover {
border-color: #cbd5e1;
background: #f8fafc;
}
.basap-input-header:focus,
.basap-editable-question:focus, 
.basap-select:focus, 
.basap-textarea:focus {
border-color: #3b82f6;
background: #ffffff;
outline: none;
box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
.basap-q-cell p {
font-size: 12px;
color: #64748b;
margin: 6px 0 0 4px;
line-height: 1.4;
} .basap-select, 
.basap-textarea, .basap-current-lvl-select {
width: 100%;
padding: 8px 10px;
border: 1px solid #cbd5e1;
border-radius: 6px;
background-color: #ffffff;
color: #334155;
font-size: 13px;
box-sizing: border-box;
}
.basap-textarea {
resize: vertical;
min-height: 85px;
line-height: 1.4;
}
.basap-subtext {
font-size: 11.5px;
color: #64748b;
font-style: italic;
margin: 6px 0 0 2px;
line-height: 1.3;
} .basap-row-total {
background-color: #f8fafc;
font-weight: bold;
}
.basap-score-display {
text-align: center;
font-size: 15px;
color: #0f172a;
font-weight: 700;
vertical-align: middle !important;
}
.basap-badge {
display: block;
padding: 6px 12px;
border-radius: 20px;
color: #ffffff;
font-weight: 600;
font-size: 12px;
text-align: center;
box-shadow: 0 1px 2px rgba(0,0,0,0.05);
} .basap-badge.lvl-1 { background-color: #64748b; }
.basap-badge.lvl-2 { background-color: #10b981; } .basap-badge.lvl-3 { background-color: #f59e0b; } .basap-badge.lvl-4 { background-color: #e11d48; }  .basap-text-danger { color: #e11d48; font-weight: 700; }
.basap-text-success { color: #10b981; font-weight: 700; }
.basap-text-muted { color: #94a3b8; font-style: italic; } .basap-form-row td {
padding: 20px 16px;
background: #ffffff;
}
.basap-mail-form-container {
padding: 20px;
background: #f8fafc;
border-radius: 8px;
border: 1px dashed #cbd5e1;
}
.basap-form-fields {
display: flex;
gap: 15px;
margin-bottom: 14px;
}
.basap-form-fields input[type="email"] {
flex: 1;
padding: 10px 14px;
border: 1px solid #cbd5e1;
border-radius: 6px;
font-size: 14px;
box-sizing: border-box;
}
.basap-form-fields button {
background: #2563eb;
color: #ffffff;
border: none;
padding: 10px 24px;
border-radius: 6px;
font-weight: 600;
cursor: pointer;
font-size: 14px;
transition: background 0.2s ease, transform 0.1s ease;
box-sizing: border-box;
white-space: nowrap;
}
.basap-form-fields button:hover {
background: #1d4ed8;
}
.basap-form-fields button:active {
transform: scale(0.98);
}
.basap-form-fields button:disabled {
background: #94a3b8;
cursor: not-allowed;
transform: none;
}
.basap-form-consents {
font-size: 12px;
color: #475569;
line-height: 1.5;
}
.basap-consent-label {
display: flex;
align-items: flex-start;
gap: 10px;
cursor: pointer;
user-select: none;
}
.basap-consent-label input[type="checkbox"] {
margin-top: 3px;
width: 15px;
height: 15px;
cursor: pointer;
}
#basap-form-response {
margin-top: 12px;
font-size: 13.5px;
font-weight: 600;
line-height: 1.4;
}
#basap-form-response.success { 
color: #10b981; 
}
#basap-form-response.error { 
color: #e11d48; 
} .basap-legenda {
margin-top: 24px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 14px;
background: #f8fafc;
border: 1px solid #e2e8f0;
padding: 18px;
border-radius: 8px;
font-size: 12.5px;
color: #475569;
line-height: 1.5;
}
.basap-legenda strong {
color: #0f172a;
} .basap-block-editor-holder {
width: 100%;
clear: both;
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}a {
text-decoration-thickness: 1px !important;
text-underline-offset: .1em;
} :where(.wp-site-blocks *:focus) {
outline-width: 2px;
outline-style: solid;
} .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
margin-bottom: 3px;
} .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
outline-offset: 4px;
} .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
outline-offset: 0;
} h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
text-wrap: pretty;
} .more-link {
display: block;
} :where(pre) {
overflow-x: auto;
}
 .wp-block-post-title {
font-family: var(--wp--preset--font-family--system-font);
font-size: var(--wp--custom--typography--font-size--huge);
font-weight: 400;
line-height: var(--wp--custom--typography--line-height--tiny);
}
.wp-block-query-title {
font-family: var(--wp--preset--font-family--system-font);
font-size: var(--wp--custom--typography--font-size--gigantic);
font-weight: 400;
line-height: var(--wp--custom--typography--line-height--small);
}
.cat-box{
transform: scale(1);	
transition: all .5s;
}
.cat-box:hover{
transform: scale(1.02);
transition: all 1s;
}
.wp-block-post{
transform: scale(1);	
transition: all .5s;
}
.wp-block-post:hover{
transform: scale(1.02);
transition: all 1s;
}
@media (max-width: 768px) {
#cmplz-manage-consent .cmplz-manage-consent {
display: unset !important;
}
.cat-boxs {
display: flex;
flex-direction: column;
}
.cat-box {
margin: 10px 0 !important;
max-width: 100% !important;
}
.search-box{
width: 100% !important;
}
.simpletoc-list li{
padding: 10px 0px !important;
font-size: 20px;
}	
}
.custom-logo:hover{ transition: all .3s; 
transform: shake;
animation: shake 2s infinite;
animation-direction: alternate;
}
.custom-logo{
transform: skewY(0deg);	
transition: all .3s;
}
@keyframes shake {
0% {
transform: skewY(5deg);
}
100% {
transform: skewY(-5deg);
}
}
.cat-boxs {
display: flex;
}
.cat-box {
margin: 10px;
border-style: solid;
border-width: 2px;
border-top-left-radius: 40px;
border-top-right-radius: 0px;
border-bottom-left-radius: 40px;
border-bottom-right-radius: 40px;
background: linear-gradient(60deg,rgb(35,20,77) 0%,rgb(6,4,18) 100%);
padding: 40px 20px 20px 20px;
}
.breadcrumbs-css{
font-size: 0.9rem;
}
.search-box{
width: 50%;
}
ol.has-background, ul.has-background {
padding: 0;
}