@import url(../../preloader/animate.css);
@import url(../../preloader/spinners.css);

body {
    /*zoom: 0.8 !important;*/
}
.modal-backdrop{
    height: 100%;
    width: 100%;
}

.form-group {
    margin-bottom: 1rem;
}

.img-radius {
    border-radius: 50%;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scroll::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(0, 128, 74)), color-stop(0.72, rgb(24, 103, 56)), color-stop(0.86, rgb(0, 107, 61)));
}



.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: whitesmoke;
}


.preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}
.preloader-2 {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.1);
}

.preloader-2 .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d1d3e2;
    border-radius: 3px;
    outline: none;
    height: 38px;
    padding-top: 5px;
    padding-left: 4px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--ptum-brand, #00804a);
    color: white
}

.text-green{
    color: var(--ptum-brand-text, #186738) !important;
}
.text-orange{
    color: var(--ptum-accent) !important;
}
.timeline {
    border-left: 3px solid var(--ptum-brand, #00804a);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(var(--ptum-brand-rgb), 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px 10px;
    list-style: none;
    text-align: left;
    max-width: 90%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px var(--ptum-accent);
    box-shadow: 0 0 0 3px var(--ptum-accent);
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid var(--ptum-accent);
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}


.will-animate{
    transition: 0.2s transform ease-in-out;
    will-change: transform;
}


.will-hover{
    transition: 0.2s transform ease-in-out;
    will-change: transform;
}

.will-hover:hover{
    transform: scale(1.05);
    will-change: transform;
}

.feature_area {
    /*background: #04091e;*/
    background: rgba(var(--ptum-brand-rgb), 0.92);
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 651px;
    z-index: 1;
}

.feature_area label{
    /*color: rgba(255, 255, 255, 0.72);*/
    color: white !important;
}

.feature_area .card-form{
    background: rgba(var(--ptum-brand-rgb), 0.82);
    /*background: transparent !important;*/
}

.feature_area .timeline{
    /*background: rgba(255, 153, 51, 0.5);*/
    background: rgba(46, 46, 46, 0.5);
}

.feature_area .timeline .event h3{
    color: white;
}

.feature_area .timeline .event p {
    color: #f4faf6;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.feature_area .steps .current > a{
    color: var(--ptum-accent) !important;
}
.feature_area .wizard-content .wizard>.steps>ul>li.current .step{
    border-color: var(--ptum-accent);
    color: var(--ptum-accent);
}
.feature_area .form-control:focus,.feature_area .form-select:focus{
    border-color: var(--ptum-accent);
    box-shadow: 0 0 0 0.2rem rgba(var(--ptum-accent-rgb), 0.25);
}
.feature_area .wizard-content .wizard>.steps>ul>li.disabled a, .wizard-content .wizard>.steps>ul>li.disabled a:focus, .wizard-content .wizard>.steps>ul>li.disabled a:hover{
}

.text-ptum-green{
    color: var(--ptum-brand-text) !important;
}

.feature_area .overlay {
    background: url(../../img/form-public-bg.jpg) no-repeat center center/cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 125%;
    bottom: 0;
    z-index: -1;
    opacity: .25;
}

.f-w-800 {
    font-weight: 800;
}

.f-w-900 {
    font-weight: 900;
}

.custom-file-button input[type=file] {
    margin-left: -2px !important;
}
.custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
}
.custom-file-button input[type=file]::file-selector-button {
    display: none;
}
.custom-file-button:hover label {
    background-color: #dde0e3;
    cursor: pointer;
}

.f-s-8 {
    font-size: .5rem !important
}

.f-s-9 {
    font-size: .5625rem !important
}

.f-s-10 {
    font-size: .625rem !important
}

.f-s-11 {
    font-size: .6875rem !important
}

.f-s-12 {
    font-size: .75rem !important
}

.f-s-13 {
    font-size: .8125rem !important
}

.f-s-14 {
    font-size: .875rem !important
}

.f-s-15 {
    font-size: .9375rem !important
}

.f-s-16 {
    font-size: 1rem !important
}

.f-s-17 {
    font-size: 1.0625rem !important
}

.f-s-18 {
    font-size: 1.125rem !important
}

.f-s-19 {
    font-size: 1.1875rem !important
}

.f-s-20 {
    font-size: 1.25rem !important
}

.f-s-21 {
    font-size: 1.3125rem !important
}

.f-s-22 {
    font-size: 1.375rem !important
}

.f-s-23 {
    font-size: 1.4375rem !important
}

.f-s-24 {
    font-size: 1.5rem !important
}

.f-s-25 {
    font-size: 1.5625rem !important
}

.f-s-26 {
    font-size: 1.625rem !important
}

.f-s-27 {
    font-size: 1.6875rem !important
}

.f-s-28 {
    font-size: 1.75rem !important
}

.f-s-29 {
    font-size: 1.8125rem !important
}

.f-s-30 {
    font-size: 1.875rem !important
}

.f-s-31 {
    font-size: 1.9375rem !important
}

.f-s-32 {
    font-size: 2rem !important
}

.f-s-33 {
    font-size: 2.0625rem !important
}

.f-s-34 {
    font-size: 2.125rem !important
}

.f-s-35 {
    font-size: 2.1875rem !important
}

.f-s-36 {
    font-size: 2.25rem !important
}

.f-s-37 {
    font-size: 2.3125rem !important
}

.f-s-38 {
    font-size: 2.375rem !important
}

.f-s-39 {
    font-size: 2.4375rem !important
}

.f-s-40 {
    font-size: 2.5rem !important
}

.f-s-41 {
    font-size: 2.5625rem !important
}

.f-s-42 {
    font-size: 2.625rem !important
}

.f-s-43 {
    font-size: 2.6875rem !important
}

.f-s-44 {
    font-size: 2.75rem !important
}

.f-s-45 {
    font-size: 2.8125rem !important
}

.f-s-46 {
    font-size: 2.875rem !important
}

.f-s-47 {
    font-size: 2.9375rem !important
}

.f-s-48 {
    font-size: 3rem !important
}

.f-s-49 {
    font-size: 3.0625rem !important
}

.f-s-50 {
    font-size: 3.125rem !important
}

.f-s-51 {
    font-size: 3.1875rem !important
}

.f-s-52 {
    font-size: 3.25rem !important
}

.f-s-53 {
    font-size: 3.3125rem !important
}

.f-s-54 {
    font-size: 3.375rem !important
}

.f-s-55 {
    font-size: 3.4375rem !important
}

.f-s-56 {
    font-size: 3.5rem !important
}

.f-s-57 {
    font-size: 3.5625rem !important
}

.f-s-58 {
    font-size: 3.625rem !important
}

.f-s-59 {
    font-size: 3.6875rem !important
}

.f-s-60 {
    font-size: 3.75rem !important
}

.f-s-61 {
    font-size: 3.8125rem !important
}

.f-s-62 {
    font-size: 3.875rem !important
}

.f-s-63 {
    font-size: 3.9375rem !important
}

.f-s-64 {
    font-size: 4rem !important
}

.f-s-65 {
    font-size: 4.0625rem !important
}

.f-s-66 {
    font-size: 4.125rem !important
}

.f-s-67 {
    font-size: 4.1875rem !important
}

.f-s-68 {
    font-size: 4.25rem !important
}

.f-s-69 {
    font-size: 4.3125rem !important
}

.f-s-70 {
    font-size: 4.375rem !important
}

.f-s-71 {
    font-size: 4.4375rem !important
}

.f-s-72 {
    font-size: 4.5rem !important
}

.f-s-73 {
    font-size: 4.5625rem !important
}

.f-s-74 {
    font-size: 4.625rem !important
}

.f-s-75 {
    font-size: 4.6875rem !important
}

.f-s-76 {
    font-size: 4.75rem !important
}

.f-s-77 {
    font-size: 4.8125rem !important
}

.f-s-78 {
    font-size: 4.875rem !important
}

.f-s-79 {
    font-size: 4.9375rem !important
}

.f-s-80 {
    font-size: 5rem !important
}

.cursor-pointer {
    cursor: pointer;
}

.c-pointer {
    cursor: pointer;
}

.bg-transparent {
    background-color: transparent !important;
}

/* Fase 1 — foco visível (teclado / WCAG 2.4.7) */
#conteudo-principal :focus-visible {
    outline: 2px solid var(--ptum-link, #01568e);
    outline-offset: 2px;
}

#conteudo-principal .btn:focus-visible {
    outline-color: var(--ptum-brand, #00804a);
}

/* Home — cartão do gráfico público */
.mdr-public-chart-card {
    background: linear-gradient(180deg, #fafbfc 0%, #ffffff 100%);
}

.mdr-chart-canvas-wrap {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 0.5rem;
}

.mdr-chart-canvas-wrap--tall {
    min-height: 200px;
}
