/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@&@&,,(&&&&&&&&@@&@@@@@@@@@&,,%&&@&&&&@&&@,&,&,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@#,&%,/&&&###########&@@@@,&&,*&&%///////%&,&,&,/@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@/*@,%&.(@@@&@@@@@@@@@@@@@,&&,&/,&&@@@@@@@@&&,&,,,,,,,,&@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@&,&//&,@@@@@@@@@@@@@@@@@@@,&((&,@@@@@@@@@@@@@&,&,&,/////(/@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@/(#*&,@@@@@@@@@@@@@@@@@@@&,&,&,@@@@@@@@@@@@@@&,&,@,@@@@@@&@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@,&*%/#@@@@@@@@@@@@@@@@@@@@,&,&,@@@@@@@@@@@@@@&,&,&,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@&((%*&,@@@@@@@@@@@@@@@@@@@@,&,&,@@@@@@@@@@@@@@@,@,&,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@,&(/@,&@@@@@@@@@@@@@@@@@@,&,&,@@@@@@@@@@@@@@@*%#/&,&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@(,&,#&*,&@@@@@@@@@@@@@@&,&,&,@@@@@@@@@@@@@@@@*(&,&&,%@@&@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@%,%&,,#&&@&&&&&&&&@@@@,&,&,@@@@@@@@@@@@@@@&@@/&,(&&&&@@&@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@&(,,/#%&&&&&&&&&&&&,&,&,@@@@@@@@@@@@@@@@@@&@@(,,#&@&&&&&@@&@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/***
Essenciais
*************/
html, body{
    overflow-x: hidden;
}

body{
    font-family: "Atkinson Hyperlegible", sans-serif;
    background: white;
    width: 100vw;
    min-height: 100vh;
}

/*****************
GERAL ************
******************/
/* .brand-prhosper a:before {
    content: url(assets/img/logo-prhosper-principal-positivo.svg);
    display: inline-block;
    width: 200px;
    height: 76px;
} */

.brand-prhosper a:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 50px;
    background: url(assets/svg/logo.svg) no-repeat left;
    background-size: contain;
}

header {
    padding: 20px 0;
}

.brand-prhosper a {
    display: flex;
}

.menuprhosper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: 
flex-end;
    justify-content: center;
}

.collapse-menu {
    position: absolute;
    right: 0;
    width: 100%;
    background: white;
    padding: 10px;
    border-radius: 10px;
    top: 100%;
    display: none;
}

.collapse-menu nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.collapse-menu nav ul li a {
    padding: 14px 30px;
    font-size: 14px;
    display: inline-block;
    line-height: 16px;
    background: #0c47a1;
    width: 100%;
    border-radius: 10000px;
    text-align: center;
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: 0.4s ease all;
}

.collapse-menu nav ul li a:hover {
    background: #0079d9;
    transition: 0.4s ease all;
    color: white;
}

.collapse-menu nav ul li {
    margin-bottom: 10px;
}

.collapse-menu nav ul li:last-of-type {
    margin: 0;
}

.menuprhosper button {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: none;
    background: #4eabe8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s ease all;
}

.menuprhosper button span {
    width: 30px;
    height: 2px;
    display: inline-block;
    background: white;
    margin: 2px 0;
    border-radius: 100%;
    transition: 0.5s ease all;
}

.menuprhosper button:hover {
    background: white;
    transition: 0.5s ease all;
}

.menuprhosper button:hover span {
    background: #4eabe8;
    transition: .4s ease all;
}

.principaltitle-prhosper h1 {
    font-size: 36px;
    color: #0078D9;
    font-weight: 400;
    margin-bottom: 20px;
}

section.guiacentral {
    padding: 40px 0;
}

.principaltitle-prhosper p {
    font-size: 20px;
    line-height: 24px;
    color: #0078D9;
}

.formtoken-home {
    position: relative;
    max-width: 300px;
}

.formtoken-home input {
    width: 100%;
    padding: 20px;
    border-radius: 1000px;
    background: none;
    color: black;
    border: 1px solid black;
}

.formtoken-home input::placeholder {
    color: black;
}

.formtoken-home button {
    position: absolute;
    top:0;
    right: 0;
    height: 100%;
    width: 50px;
    border: none;
    padding: 0;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.formtoken-home button:before {
    content:url(assets/svg/arrow-orange.svg);
    display: inline-block;
    width: 30px;
    height: 22px;
    margin-right: 10px;
}

.imagegome_homeoffice {
    padding: 30px;
}

.imagegome_homeoffice img {
    width: 100%;
}

.bluefooter {
    border-radius: 20px;
    padding: 25px;
    background: linear-gradient(90deg, #007ECF 0%, #0048A7 73.3%);
}

.bigtext-footer {
    border-bottom: 1px solid white;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
}

.bigtext-footer h2 {
    font-size: 18px;
    color: white;
    margin: 0;
}

.canais-atendimento ul li {
    font-size: 12px;
    color: white;
    padding: 4px 0;
    line-height: 16px;
}

.canais-atendimento ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.canais-atendimento ul li a {
    color: white;
    font-weight: 600;
}

footer {
    padding: 0 0 40px 0;
}

.faq-central ul {
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.faq-central ul li button {
    width: 100%;
    text-align: left;
    padding: 18px;
    color: white;
    background: #1976d2;
    border: none;
    border-radius: 10px;
    transition: 0.4s ease all;
    font-weight: 600;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.faq-central ul li button:hover, .faq-central ul li button.active {
    background: #0d47a1;
    color: white;
}

ul.dropdown-div {
    background: #f0f4c3;
    padding: 30px 20px 20px 20px;
    margin-top: -10px;
    border-radius: 0 0 20px 20px;
    display: none;
}

.faq-central ul li {
    margin-bottom: 20px;
}

ul.dropdown-div p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: #000000;
}

.faq-central ul li button:after {
    content: url(assets/svg/down-arrow.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    transition: 0.4s ease all;
}

.faq-central ul li button:hover::after, .faq-central ul li button.active::after{
    transition: 0.4s ease all;
    transform: rotate(180deg);
}

.formcentral-cadastro {
    padding: 30px;
    background: white;
    margin-bottom: 30px;
    border-radius: 20px;
}

.title-formcentral h2 {
    font-size: 22px;
    margin-bottom: 30px;
    color: #0c48a2;
}

.formgroup-cadastro label {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    position: relative;
}

.formgroup-cadastro {
    margin-bottom: 15px;
}

.formgroup-cadastro label input, .formgroup-cadastro label select {
    background: transparent;
    border: 1px solid #d0d2d3;
    padding: 15px;
    border-radius: 20px;
    width: 100%;
    color: #727272;
    max-width: 100%;
    transition: 0.4s ease all;
}

.formgroup-cadastro label > span {
    font-size: 14px;
    color: #949494;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.formgroup-cadastro label > span a {
    font-size: 12px;
    color: #162b5a;
    font-weight: 500;
}

.fake_footer .bluefooter {
    background: linear-gradient(to right, #1876d2, #2ec554);
}

@media(min-width: 993px){
    .bigtext-footer {
        margin-bottom: 0;
        padding: 0 20px 0 0;
        border-bottom: 0;
        border-right: 1px solid white;
        height: 100%;
        display: flex;
        align-items: center;
    }
    
    .bluefooter {
        padding: 40px;
    }
    
    .bigtext-footer h2 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 300;
    }
    
    .canais-atendimento {
        height: 100%;
        display: flex;
        align-items: center;
    }
    
    .canais-atendimento ul li {
        font-size: 18px;
        font-weight: 300;
        padding: 10px 0;
        line-height: 24px;
    }
    
    .menuprhosper button {
        display: none;
    }
    
    .collapse-menu {
        display: block;
        position: relative;
        background: none;
        padding: 0;
    }
    
    .collapse-menu nav ul {
        display: flex;
        justify-content: flex-end;
    }
    
    .collapse-menu nav ul li, .collapse-menu nav ul li:last-of-type {
        margin: 0 0 0 15px;
    }
    
    .collapse-menu nav ul li a {
        padding: 10px 20px;
    }
}

@media(min-width: 1400px){
    .principaltitle-prhosper h1 {
        font-size: 40px;
        letter-spacing: -1px;
    }
    
    .principaltitle-prhosper p {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 38px;
    }
    
    .formtoken-home {
        max-width: 400px;
    }
}

/**
LOADER ******/
.superloader__ {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0%);
    cursor: none;
    pointer-events: none;
    backdrop-filter: blur(30px);
    opacity: 0;
    transition: 0.3s ease all;
}

.superloader__.open{
    opacity: 1;
    cursor: auto;
    pointer-events: all;
    transition: 0.3s ease all;
}

.centraliza__loader {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.superloader__ .container {
    --uib-size: 100px;
    --uib-color: #f39336;
    --uib-speed: .9s;
    --uib-bg-opacity: .1;
    height: var(--uib-size);
    width: var(--uib-size);
    transform-origin: center;
    overflow: visible;
}

.superloader__ .car {
    fill: none;
    stroke: #FB5607;
    stroke-dasharray: 15, 85;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: travel var(--uib-speed) linear infinite;
    will-change: stroke-dasharray, stroke-dashoffset;
    transition: stroke 0.5s ease;
}

.superloader__ .track {
    stroke: black;
    opacity: var(--uib-bg-opacity);
    transition: stroke 0.5s ease;
}

.receptor_erro span {
    font-weight: bold;
    margin-top: 10px;
    color: white;
    display: inline-block;
    background: #FB5607;
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 1000px;
}

section#reveal_form {
    position: fixed;
    background: #0c47a1;
    width: 96%;
    border-radius: 20px;
    left: 2%;
    top: 100%;
    transition: 0.5s ease all;
}

section#reveal_form.open {
    top: 115px;
    overflow: scroll;
    position: absolute;
}

.modal-pdf {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
    backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    cursor: none;
    transition: 0.4s ease all;
}

.modal-pdf.openmodal{
    transition: 0.4s ease all;
    opacity: 1;
    cursor: auto;
    pointer-events: all;   
}

.centermodal-pdf {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.whitebox-modal-pdf {
    width: 90%;
    max-width: 600px;
    background: white;
    padding: 30px;
    text-align: center;
    position: relative;
    border-radius: 10px;
}

.header-modal-pdf {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
}

.header-modal-pdf button {
    width: 40px;
    height: 40px;
    background: #f49336;
    border-radius: 6px;
    color: white;
    border: none;
    margin: -15px;
    font-size: 26px;
    line-height: 36px;
}

.body-modal-pdf p {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    color: #223869;
}

.body-modal-pdf p span, .body-modal-pdf p a {
    color: #f49336;
}

.body-modal-pdf i:before {
    content: url(assets/svg/caneta-modal.svg);
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
}

.senform-action {
    padding: 0 0 20px 0;
    margin-bottom: 100px;
}

.senform-action button {
    transition: 0.4s ease all;
    padding: 15px 25px 15px 40px;
    color: white;
    font-weight: 300;
    border-radius: 10px;
    border: none;
    background: #2ec653;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.senform-action button:after {
    content: url(assets/svg/arrow-orange.svg);
    width: 20px;
    filter: brightness(0) invert(1);
    height: 24px;
    margin-left: 20px;
    transition: 0.4s ease all;
}

.senform-action button:hover {
    background: white;
    transition: 0.4s ease all;
    color: #4eabe8;
}

.senform-action button:hover::after {
    filter: none;
    transition: 0.4s ease all;
}

.unicagrupo-repeat-bf {
    background: white;
    border-bottom: 1px solid #d7d7d7;
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 1px;
    position: relative;
}

.loadingrepeater {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 32%);
    top: 0;
    left: 0;
    z-index: 999;
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

.formcentral-cadastro .formgroup-cadastro input, .formcentral-cadastro .formgroup-cadastro select {
    background: white;
}


.unicagrupo-repeat-bf:last-of-type {
    margin: 0;
    border: none;
}

.exclude-button {
    display: flex;
    justify-content: flex-end;
}

.exclude-button button {
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #FB5607;
    background: none;
    color: #FB5607;
    font-size: 14px;
    transition: 0.4s ease all;
    font-weight: 600;
}

.exclude-button button:hover {
    background: #FB5607;
    transition: 0.4s ease all;
    color: white;
}

.addnew_groupe {
    border-top: 1px solid #d7d7d7;
    padding-top: 20px;
    margin-top: 20px;
}

.addnew_groupe button {
    padding: 7px 30px;
    color: white;
    border-radius: 10px;
    background: #000000;
    display: flex;
    align-items: center;
    transition: 0.4s ease all;
    border: 1px solid #162b5a;
}

.addnew_groupe button:after {
    content: "+";
    margin-left: 20px;
    font-weight: bold;
    font-size: 26px;
    line-height: 34px;
    margin-top: -5px;
}

.addnew_groupe button:hover {
    background: none;
    color: #162b5a;
    transition: 0.4s ease all;
}

a.govbr_button {
    transition: 0.4s ease all;
    display: inline-flex;
    background: #fb5608;
    padding: 15px 25px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
}

a.govbr_button:after {
    content:url(assets/svg/arrow-orange.svg);
    display: inline-block;
    width: 20px;
    height: 16px;
    margin-left: 15px;
    transition: 0.4s ease all;
    filter: brightness(0);
}

a.govbr_button:hover {
    background: #ffbe0c;
    color: white;
    transition: 0.4s ease all;
}

a.govbr_button:hover::after {
    filter: brightness(0) invert(1);
    transition: 0.4s ease all;
}

ul.dropdown-div.active_dropdown {
    display: block;
}

.formgroup-cadastro label input:read-only,
.formgroup-cadastro label select.readonly{
    cursor: none;
    pointer-events: none;
    opacity: 0.6;
    color: #585858;
    background: #e8e8e8;
}

.errorchildren:before {
    content: "Adicione ao menos um beneficiário.";
    font-weight: 600;
    color: #FB5607;
    font-size: 16px;
}

#reveal_form .principaltitle-prhosper h1, .beta_description p {
    color: white;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 52px;
}
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 45px;
    width: 30px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #26915e;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(62px);
}
/* Rounded sliders */
.slider.round {
    background: #ff5d5d;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
.slider.round:before {
    border-radius: 5px;
}

span.title-switch {
    font-size: 14px;
    color: #949494;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100px;
}

input:checked + .slider:after {
    content: "Sim";
    position: absolute;
    left: 10px;
    opacity: 1;
    color: white;
    font-weight: 600;
}

.slider.round:after {
    content: "Não";
    color: white;
    right: 10px;
    position: absolute;
    font-weight: 600;
}

span.title-switch i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #4eabe8;
    border-radius: 1000px;
    cursor: pointer;
    text-align: center;
    line-height: 13px;
    font-style: inherit;
}

span.title-switch i:before {
    content: "?";
    color: white;
    font-size: 11px;
    line-height: 10px;
    font-weight: 600;
}

.formgroup-cadastro label input.error_field, .formgroup-cadastro label select.error_field {
    border: 2px solid #FB5607;
    transition: 0.4s ease all;
}

div.alert_receive span {
    font-size: 18px;
    color: red;
    border-radius: 10px;
    margin-top: 20px;
    display: inline-block;
}

.error_field + .error_cpf {
    color: #ff0200; 
    font-weight: bold; 
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.error_field + .error_cpf:before {
    content: "CPF inválido";
    font-style: normal;
    font-size: 12px;
}

div#error_box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999999;
    background: #ff8484;
    text-align: center;
    width: 100%;
    max-width: 260px;
    border-radius: 20px;
    padding: 30px;
    pointer-events: none;
    cursor: none;
    opacity: 0;
    transition: 0.4s ease all;
}

.cautioniton {
    display: flex;
    width: 100%;
    flex-direction: column;
    font-size: 22px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
    line-height: 22px;
}

.cautioniton i {
    filter: invert(1);
    transform: scale(0.6);
    opacity: 0.7;
}

.body-receive p {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

div#error_box.erro_box_show {
    opacity: 1;
    cursor: inherit;
    pointer-events: all;
    transition: 0.4s ease all;
}

.cautioniton i:before {
    content: url(assets/svg/caution.svg?ve=1);
    display:inline-block;
    width: 60px;
    height: 56px;
}

@keyframes travel {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -100;
    }
}

@media(min-width: 1200px){
    #reveal_form .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 98%;
    }
}


@media(min-width: 1400px){
    #reveal_form .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 98%;
    }
}

/**
TESTE TOOLTROP***/
.tooltip-container button {
    width: 20px;
    height: 20px;
    border-radius: 100000px;
    border: none;
    color: white;
    font-size: 12px;
    background: #162b5a;
    transform: scale(0.8);
}

.modal-avisos {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000006b;
    cursor: none;
    pointer-events: none;
    transition: 0.4s ease all;
    opacity: 0;
}

.centermodal-avisos {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}

.modal-container {
    width: 100%;
    max-width: 600px;
    margin: 0 20px;
    position: relative;
}

.body-modal {
    padding: 30px;
    background: white;
    border-radius: 20px;
}

.header-modal {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: end;
}

.header-modal button {
    width: 40px;
    height: 40px;
    margin: -15px;
    border-radius: 1000px;
    border: none;
    background: #223869;
}

.header-modal button:before {
    content: "x";
    color: white;
    font-size: 14px;
    line-height: 15px;
    transform: translate(0px, -2px);
    position: relative;
    display: inline-block;
}

.body-modal > i {
    margin: 0 auto 20px auto;
    width: 60px;
    height: 60px;
    background: #0c1a35;
    border-radius: 10000px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-style: inherit;
    font-size: 22px;
    display: none;
}

.receivecontent_modal p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    color: #223869;
}

.receivecontent_modal p > b {
    margin-bottom: 10px;
}

.modal-avisos.activemodal {
    opacity: 1;
    cursor: inherit;
    pointer-events: all;
    transition: 0.4s ease all;
}

.beta_description p {
    font-size: 18px;
    font-weight: 300;
    text-align: justify;
}

.loadingrepeater:before {
    content: url(assets/svg/loader.svg);
    display: inline-block;
    width: 100px;
}

.loadingrepeater.remove_loading {
    opacity: 0; 
    transition: 0.4s ease all;
    cursor: unset;
    pointer-events: none;
}

.superguia-hidenon-beneficiarios {
    margin-bottom: 70px;
}

.modal-content-postergado {
    margin-bottom: 60px;
    padding: 30px;
    background: white;
    border-radius: 20px;
    text-align: center;
}

.modal-content-postergado h2 {
    display: inline-block;
    max-width: 500px;
    font-size: 24px;
    margin-bottom: 20px;
    color: #0c48a2;
}

.buttons-postergado-options {
    display: flex;
    justify-content: center;
}

.buttons-postergado-options button {
    margin: 0 5px;
    font-size: 16px;
    padding: 10px 36px;
    border-radius: 10px;
    background: #808080;
    color: black;
    border: none;
    transition: 0.4s ease all;
}

.buttons-postergado-options button:hover,
.buttons-postergado-options button.active {
    background: #2dc653;
    color: white;
    transition: 0.4s ease all;
}

.hiddeninputs-postergado {
    display: none;
}

.modal-content-postergado h2:after {
    content: "Selecione abaixo a opção desejada.";
    font-size: 16px;
    display: inline-block;
}

.enviar-button {
    display: flex;
    flex-flow: wrap;
}

.actions-error {
    width: 100%;
    margin-top: 10px;
}

.actions-error span {
    font-size: 14px;
    background: #fb5607;
    color: white;
    display: inline-block;
    padding: 5px 35px;
    border-radius: 6px;
}

.loader-button-send svg {
    width: 30px;
    height: 30px;
}

.loader-button-send {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    opacity: 0;
    transition: 0.4s ease all;
}

.loader-button-send.show_loaderdiv{
    opacity: 1;
    transition: 0.4s ease all;
}

.formcentral-cadastro .formgroup-cadastro select .inactive {
    display: none;
}

.formcentral-cadastro .formgroup-cadastro select option:first-of-type {
    display: block !important; 
}

.table-dvr table td {
    font-size: 14px;
}

.table-dvr {
    overflow-x: scroll;
    width: 100%;
}

.table-dvr table {
    width: 2000px;
}

.agrupatable-hidden {
    display: none;
}

.unicatable-content {
    background: linear-gradient(90deg, #007ECF 0%, #0048A7 73.3%);
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 30px;
}

.title-table h2 {
    font-size: 20px;
    color: white;
    font-weight: 300;
}

.exporbtn {
    margin-top: 10px;
}

.exporbtn button {
    background: white;
    color: #0c48a2;
    padding: 8px 30px;
    border: none;
    border-radius: 5px;
    transition: 0.4s ease all;
}

.exporbtn button:hover {
    color: white;
    background: #222222;
    transition: 0.4s ease all;
}