.main-cpfl-webform-service form {
    padding: 35px;
    color: #2D2D2D;
}

/*****************HTML TAGS*****************/
.main-cpfl-webform-service h1,
.main-cpfl-webform-service h2,
.main-cpfl-webform-service h3,
.main-cpfl-webform-service h4,
.main-cpfl-webform-service h5,
.main-cpfl-webform-service h6 {
    color: #2D2D2D;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0px;
}

.main-cpfl-webform-service h3 {
    font-size: 25px;
    line-height: 30px;
    /* margin-bottom: 16px; */
}

.main-cpfl-webform-service h4 {
    font-size: 20px;
    line-height: 25px;
    /* margin-bottom: 16px; */
}

.main-cpfl-webform-service h5 {
    font-size: 16px;
    line-height: 25px;
    /* margin-bottom: 16px; */
}

.main-cpfl-webform-service p {
    font-size: 16px;
    margin-bottom: 0px;
}


/*****************BUTTON*****************/

.main-cpfl-webform-service form .button {
    align-items: center;
    align-self: stretch;
    border-radius: 16px;
    gap: 10px;
    justify-content: center;
    padding: 10px 24px !important;
    position: relative;
    border-style: none;
    font-family: 'Lato';
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    cursor: pointer;
}

.main-cpfl-webform-service form .button[disabled] {
    background-color: #DFE0E1;
    color: #717171;
    border-style: none;
    cursor: default;
}

/* Primary button */
.main-cpfl-webform-service form .button--primary {
    background-color: #0058a0;
    color: #ffffff;
    font-weight: 800;
}

.main-cpfl-webform-service form .button--primary:hover:not([disabled]) {
    background-color: #0058a0;
}

/* Secondary button */
.main-cpfl-webform-service form .button--secondary {
    background-color: #fff;
    color: #0058A0;
    font-weight: 600;
    border: 1.5px solid #0058A0;
}

@media (max-width: 1023px) {

    .main-cpfl-webform-service form {
        padding: 24px;
    }

    .main-cpfl-webform-service form .button {
        width: 100%;
    }

    .main-cpfl-webform-service form .coh-container-boxed,
    .main-cpfl-webform-service form .form-content {
        margin: 0;
    }
}

.main-cpfl-webform-service form .form-submit-wrapper:has(.cpfl-webform-button) {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 16px;
    gap: 10px;
    justify-content: center;
    cursor: pointer;
}

.main-cpfl-webform-service form .form-submit-wrapper:has(.cpfl-webform-button):has(.hidden-div) {
    display: none;
}

.main-cpfl-webform-service form .form-submit-wrapper:has(.cpfl-webform-button) input[type=submit],
.main-cpfl-webform-service form .form-submit-wrapper:has(.cpfl-webform-button) input[type=button] {
    color: transparent !important;
}

.main-cpfl-webform-service form .form-submit-wrapper:has(.cpfl-webform-button) .form-submit-custom {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    display: inherit !important;
}

.main-cpfl-webform-service form .form-submit-wrapper:has(.cpfl-webform-button) .form-submit-text {
    font-weight: bold;
}

.main-cpfl-webform-service form .form-submit-wrapper:has(.cpfl-webform-button):has(input[disabled]) .form-submit-text {
    color: #717171;
    cursor: default;
}

.main-cpfl-webform-service form .form-submit-wrapper:has(.cpfl-webform-button):has(input[disabled]) .form-submit-icon {
    filter: invert(45%) sepia(0%) saturate(1%) hue-rotate(63deg) brightness(98%) contrast(93%);
}



@media (min-width: 1024px) {
    .main-cpfl-webform-service form .form-submit-wrapper:has(.cpfl-webform-button):has(.cpfl-webform-button-avancar) .form-submit-custom {
        padding-left: 10px;
    }
}

.main-cpfl-webform-service form .form-submit-wrapper:has(.cpfl-webform-button):has(.cpfl-webform-button-avancar) .form-submit-text {
    color: rgb(255, 255, 255);
}

.main-cpfl-webform-service form .form-submit-wrapper:has(.cpfl-webform-button):has(.cpfl-webform-button-avancar) .form-submit-icon {
    width: 16px;
    /* Width of the icon */
    height: 16px;
    /* Height of the icon */
    background-image: url(../assets/icons/chevron.forward.svg);
    /* Inline SVG as background */
    background-repeat: no-repeat;
    /* Prevents repeating the background */
}



.form-submit-wrapper:has(.cpfl-webform-button):has(.cpfl-webform-button-voltar) .form-submit-custom {
    flex-direction: row-reverse;
}

.form-submit-wrapper:has(.cpfl-webform-button):has(.cpfl-webform-button-voltar) .form-submit-text {
    color: #0058A0;
}

.form-submit-wrapper:has(.cpfl-webform-button):has(.cpfl-webform-button-voltar) .form-submit-icon {
    width: 10px;
    /* Width of the icon */
    height: 16px;
    /* Height of the icon */
    background-image: url(../assets/icons/chevron.left.svg);
    /* Inline SVG as background */
    background-repeat: no-repeat;
    /* Prevents repeating the background */
}

/******************LINE******************/
.main-cpfl-webform-service .line {
    background-color: #00ade1;
    height: 17px;
    width: 100%;
}

/****************************************/
/***************BREADCRUMB***************/
.main-cpfl-webform-service .breadcrumb {
    align-items: flex-start;
    background-color: transparent;
    display: inline-flex;
    gap: 8px;
    font-family: "Lato", Helvetica;
    font-size: 14px;
}

.main-cpfl-webform-service .breadcrumb .boto-de-texto {
    align-items: center;
    background-color: transparent;
    gap: 8px;
    position: relative;
}

.main-cpfl-webform-service .breadcrumb .conteudo {
    align-items: flex-start;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    position: relative;
}

.main-cpfl-webform-service .breadcrumb .exibir-linhas {
    background-color: transparent;
    font-style: normal;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

/****************************************/
/**************MENU LATERAL**************/
/* @import url("webform.services.sidebar.css"); */
/***************PROTOCOLO****************/

.main-cpfl-webform-service .protocolo .conteudo {
    align-items: center;
    background-color: transparent;
    gap: 8px;
    font-family: "Lato", Helvetica;
    font-size: 14px;
}

.main-cpfl-webform-service .protocolo .conteudo .protocol-atendimento {
    background-color: transparent;
    color: var(--neutral-colorsgrafite);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.main-cpfl-webform-service .protocolo .conteudo .protocol-info,
.main-cpfl-webform-service .protocolo .conteudo .protocol-info-date {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 4px;
    position: relative;
}

.main-cpfl-webform-service .protocolo .conteudo .protocol-info .protocol-bold,
.main-cpfl-webform-service .protocolo .conteudo .protocol-info-date .protocol-bold {
    background-color: transparent;
    color: #2d2d2d;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.main-cpfl-webform-service .protocolo .conteudo .protocol-info .protocol-regular,
.main-cpfl-webform-service .protocolo .conteudo .protocol-info-date .protocol-regular {
    background-color: transparent;
    color: #2d2d2d;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}




.main-cpfl-webform-service .protocolo.protocolo-header .conteudo {
    display: inline-flex;
}

.main-cpfl-webform-service .protocolo.protocolo-header .conteudo .protocol-ellipse-1,
.main-cpfl-webform-service .protocolo.protocolo-header .conteudo .protocol-ellipse-2 {
    background-color: #0058a0;
    border-radius: 1px;
    height: 2px;
    position: relative;
    width: 2px;
}


@media (max-width: 1023px) {
    .main-cpfl-webform-service .protocolo.protocolo-header {
        display: none;
    }
}


.main-cpfl-webform-service .protocolo.protocolo-footer .conteudo {
    display: flex;
    flex-direction: column;
}

.main-cpfl-webform-service .protocolo.protocolo-footer .conteudo .protocol-info {
    display: flex;
    flex-direction: column;
}

.main-cpfl-webform-service .protocolo.protocolo-footer .conteudo .protocol-info .protocol-ellipse-2 {
    background-color: #0058a0;
    border-radius: 1px;
    height: 2px;
    position: relative;
    width: 2px;
}




@media (min-width: 1024px) {
    .main-cpfl-webform-service .protocolo.protocolo-footer {
        display: none;
    }
}


/********************HEADER********************/
.main-cpfl-webform-service .retangulo {
    padding: 0;
}

@media (max-width: 1023px) {
    .main-cpfl-webform-service .sidebar {

        padding: 0;
    }
}

.main-cpfl-webform-service .header {
    font-size: 14px;
    height: 57px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 32px;
    border-bottom: 1px solid #DFE0E1;
    background-color: #ffffff;

    border-radius: 8px 8px 0 0;


}

@media (max-width: 1023px) {
    .main-cpfl-webform-service .header {
        height: 41px;
        padding: 0 16px;
    }
}

.main-cpfl-webform-service .content {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.main-cpfl-webform-service .item1 {
    background-color: transparent;
    color: #0058a0;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.main-cpfl-webform-service .item2 {
    background-color: transparent;
    color: #0058a0;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

/***Form***/
.main-cpfl-webform-service .main-form-content>div.js-form-wrapper.form-wrapper:not(.webform-actions) {
    background-color: #ffffff;
    /* border-radius: 0 0 8px 8px; */
}

.main-cpfl-webform-service .main-form-content>div.js-form-wrapper.form-wrapper:not(.webform-actions) .webform-section {
    padding: 40px 32px 0px 32px;
    font-size: 16px;



}

@media (max-width: 1023px) {
    .main-cpfl-webform-service .main-form-content>div.js-form-wrapper.form-wrapper:not(.webform-actions) .webform-section {
        padding: 16px;
    }
}

.main-cpfl-webform-service .main-form-content>div.js-form-wrapper.form-wrapper:not(.webform-actions) .webform-section .webform-section-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.main-cpfl-webform-service .main-form-content>div.js-form-wrapper.form-wrapper:not(.webform-actions) .webform-section .webform-section-wrapper fieldset {
    margin-top: 12px;
    margin-bottom: 12px;
}

.main-cpfl-webform-service .main-form-content>div.js-form-wrapper.form-wrapper:not(.webform-actions) .webform-section .webform-section-wrapper fieldset .webform-options-display-buttons-wrapper {
    margin: 0 5px 0px 5px;
    flex-basis: auto;

}

.main-cpfl-webform-service .main-form-content>div.js-form-wrapper.form-wrapper:not(.webform-actions) .webform-section .webform-section-wrapper .description {
    font-size: 16px;
    line-height: 25px;
}

@media (max-width: 1023px) {
    .main-cpfl-webform-service .main-form-content>div.js-form-wrapper.form-wrapper:not(.webform-actions) .webform-section .webform-section-wrapper .description {
        display: none;
    }
}

.main-cpfl-webform-service .main-form-content>div.js-form-wrapper.form-wrapper:not(.webform-actions) .webform-section .webform-section-wrapper ul {
    margin-bottom: 0px;
}

.main-cpfl-webform-service .main-form-content>div.js-form-wrapper.form-wrapper:not(.webform-actions) .webform-section .webform-section-wrapper ul li:last-child {
    margin-bottom: 0px;
}

.main-cpfl-webform-service .main-form-content>div.js-form-wrapper.form-wrapper:not(.webform-actions) .webform-section .webform-section-wrapper p:last-child {
    margin-bottom: 0px;
}



@media (min-width: 1024px) {
    .main-cpfl-webform-service .main-form-content>div.js-form-wrapper.form-wrapper:not(.webform-actions) .webform-section+.webform-section {
        border-top: 1px solid #DFE0E1;
    }
}




[id^="edit-radio-identificar-local"] {
    gap: 16px;
    display: flex;
}

/* .cpfl-webform-address-cep-field.js-webform-input-mask.form-text {
    margin-top: -2px;
} */



.denunciar-furto-introducao .webform-flexbox-cpfl-address {
    margin-top: 0px !important;
    margin-bottom: 40px !important;
}

.denunciar-furto-introducao .title,
.denunciar-furto-introducao .top-text {
    margin-bottom: 22px !important;
}



.denunciar-furto-mais-info .webform-flexbox-cpfl-address {
    margin-top: 0px !important;
    margin-bottom: 16px !important;
}

.denunciar-furto-mais-info .title,
.denunciar-furto-mais-info .top-text {
    margin-bottom: 22px !important;
}

.denunciar-furto-mais-info .comentarios {
    margin-bottom: 8px;
}

.denunciar-furto-mais-info .denuncia-anonima {
    margin-bottom: 56px;
}



[data-drupal-selector="edit-informar-local-do-furto"] {
    border-bottom: 1px solid #DFE0E1;
}

[data-drupal-selector="edit-informar-local-do-furto"] [data-drupal-selector="edit-radio-identificar-local"] {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

[data-drupal-selector="edit-informar-local-do-furto"] [data-drupal-selector="edit-cpfl-webform-address-comp"],
[data-drupal-selector="edit-informar-local-do-furto"] [data-drupal-selector="edit-cpfl-webform-address-map-comp"] {
    margin-top: 32px !important;
    margin-bottom: 56px !important;
}


[data-drupal-selector="edit-mais-informacoes"] {
    border-bottom: 1px solid #DFE0E1;
}

[data-drupal-selector="edit-mais-informacoes"] [data-drupal-selector="edit-radio-identificar-local"] {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

[data-drupal-selector="edit-mais-informacoes"] [data-drupal-selector="edit-cpfl-webform-address-comp"],
[data-drupal-selector="edit-mais-informacoes"] [data-drupal-selector="edit-cpfl-webform-address-map-comp"] {
    margin-top: 32px !important;
    margin-bottom: 56px !important;
}


.form-actions.webform-actions {
    padding-top: 32px;
}

.main-cpfl-webform-service {
    font-family: 'Lato';
    color: #2D2D2D;
}

.main-cpfl-webform-service .webform-actions {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    padding: 40px 32px 40px 32px;
    border-radius: 0 0 8px 8px;
    font-size: 16px;
}

@media (max-width: 1023px) {
    .main-cpfl-webform-service .webform-actions {
        padding: 16px 0 40px;
        background: transparent;
        flex-direction: column-reverse;
        gap: 16px;
    }
}

/********************CARD LIST********************/

.main-cpfl-webform-service .cpfl-webform-card-2 {
    display: grid;
    /* Use CSS Grid for two-column layout */
    grid-template-columns: auto 20px;
    align-items: center;
    /* Vertical alignment */
    border: 1px solid #DFE0E1;
    border-radius: 24px;
    padding: 24px;
}

.main-cpfl-webform-service .cpfl-webform-card-2 P {
    font-size: 14px;
}