* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

html, body{
    font-family: "Inter";
}

@font-face {
    src:
        url(../css/fonts/inter/Inter-Thin.ttf) format('truetype'),
        url(../css/fonts/inter/Inter-Thin.woff) format('woff'),
        url(../css/fonts/inter-Thin.woff2) format('woff2');
    font-family: "Inter";
    font-weight: 100;
    font-display: swap;
}

@font-face {
    src:
        url(../css/fonts/inter/Inter-ExtraLight.ttf) format('truetype'),
        url(../css/fonts/inter/Inter-ExtraLight.woff) format('woff'),
        url(../css/fonts/inter-ExtraLight.woff2) format('woff2');
    font-family: "Inter";
    font-weight: 200;
    font-display: swap;
}

@font-face {
    src:
        url(../css/fonts/inter/Inter-Light.ttf) format('truetype'),
        url(../css/fonts/inter/Inter-ight.woff) format('woff'),
        url(../css/fonts/inter-Light.woff2) format('woff2');
    font-family: "Inter";
    font-weight: 300;
    font-display: swap;
}


@font-face {
    src:
        url(../css/fonts/inter/Inter-Regular.ttf) format('truetype'),
        url(../css/fonts/inter/Inter-Regular.woff) format('woff'),
        url(../css/fonts/inter-Regular.woff2) format('woff2');
    font-family: "Inter";
    font-weight: 400;
    font-display: swap;
}

@font-face {
    src:
        url(../css/fonts/inter/Inter-Medium.ttf) format('truetype'),
        url(../css/fonts/inter/Inter-Medium.woff) format('woff'),
        url(../css/fonts/inter-Medium.woff2) format('woff2');
    font-family: "Inter";
    font-weight: 500;
    font-display: swap;
}

@font-face {
    src:
        url(../css/fonts/inter/Inter-SemiBold.ttf) format('truetype'),
        url(../css/fonts/inter/Inter-SemiBold.woff) format('woff'),
        url(../css/fonts/inter-SemiBold.woff2) format('woff2');
    font-family: "Inter";
    font-weight: 600;
    font-display: swap;
}

@font-face {
    src:
        url(../css/fonts/inter/Inter-Bold.ttf) format('truetype'),
        url(../css/fonts/inter/Inter-Bold.woff) format('woff'),
        url(../css/fonts/inter-Bold.woff2) format('woff2');
    font-family: "Inter";
    font-weight: 700;
    font-display: swap;
}

@font-face {
    src:
        url(../css/fonts/inter/Inter-ExtraBold.ttf) format('truetype'),
        url(../css/fonts/inter/Inter-ExtraBold.woff) format('woff'),
        url(../css/fonts/inter-ExtraBold.woff2) format('woff2');
    font-family: "Inter";
    font-weight: 800;
    font-display: swap;
}

@font-face {
    src:
        url(../css/fonts/inter/Inter-Black.ttf) format('truetype'),
        url(../css/fonts/inter/Inter-Black.woff) format('woff'),
        url(../css/fonts/inter-Black.woff2) format('woff2');
    font-family: "Inter";
    font-weight: 900;
    font-display: swap;
}

#livesearch {
    position: absolute;
    top: 41px;
    width: 100%;
    left: 0;
    z-index: 400;
    max-height: 400px;
    overflow-y: scroll;
}

#livesearch .item:first-child{
    border-top: unset;
}

#livesearch .item{
    border-bottom: solid 1px #CCC;
    padding: 7px 7px;
    border: solid 1px #CCC;
    background: #FFF;
    color: #000;
    display: block;
    width: 100%;
}

#livesearch .item:hover{
    background: #185B66;
    color: #FFF;
}


.ui-datepicker .ui-datepicker-header{
    background: #185B66;
    color: #FFF;
}

.btn-disallow{
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.dashboard {
    display: grid;
    grid-template-columns: 384px 1fr;
}
.dashboard .menu-aside {
    height: 100vh;
    padding-bottom: 100px;
    padding-top: 3.13rem;
    background: #FFF;
    box-shadow: 0px 4px 40.4px -22px rgba(239, 242, 255, 0.03);
    overflow-y: auto;
    overflow-x: hidden;
}
.dashboard .menu-aside::-webkit-scrollbar {
    width: 6px;
}
.dashboard .menu-aside::-webkit-scrollbar-track {
    background-color: #FFF;
}
.dashboard .menu-aside::-webkit-scrollbar-thumb {
    background-color: #ebe7e7;
    border-radius: 6px;
}
.dashboard .menu-aside::-webkit-scrollbar-thumb:hover {
    background-color: rgb(201, 199, 199);
}
.dashboard .menu-aside .logo {
    padding-left: 4.62rem;
    margin-bottom: 5rem;
}
.dashboard .menu-aside .logo .mobile {
    display: none;
}
.dashboard .menu-aside .logo .desktop {
    width: 234px;
}
.dashboard .menu-aside .box-system {
    display: block;
    margin-top: -2.5rem;
    margin-bottom: 3.13rem;
    margin-inline: 2.87rem;
}

.dashboard .menu-aside .box-system select {
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    background: #FFF;
}

.dashboard .menu-aside .box-system .two-button {
    border-radius: 0.5rem;
    border: 1px solid #D4D4D7;
    background: #F9F9F9;
    padding: 0.5rem 0.8rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.dashboard .menu-aside .box-system .two-button a {
    padding: 1.06rem 1.94rem 1.06rem 0.7rem;
    color: #185B66;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    text-decoration: none;
}
.dashboard .menu-aside .box-system .two-button a.active {
    padding-block: 1.06rem;
    padding-inline: 1.4rem;
    border-radius: 0.5rem;
    background: #185B66;
    box-shadow: 0px 0px 15.9px 0px rgba(24, 91, 102, 0.2);
    color: #FFF;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    text-decoration: none;
}
.dashboard .menu-aside .box-system .input-select {
    position: relative;
}
.dashboard .menu-aside .box-system .input-select .wrapper {
    border-radius: 0.5rem;
    border: 1px solid #185B66;
    padding: 1.56rem 1.87rem 1.56rem 2.75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dashboard .menu-aside .box-system .input-select .wrapper span {
    color: #185B66;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.dashboard .menu-aside .box-system .input-select .wrapper.active svg {
    transform: rotate(180deg);
}
.dashboard .menu-aside .box-system .input-select .modal-select {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    background-color: #FFF;
    width: 100%;
    border-radius: 0.5rem;
    border: 1px solid #D4D4D7;
    overflow: hidden;
    z-index: 4;
}
.dashboard .menu-aside .box-system .input-select .modal-select a {
    display: block;
    padding-block: 1rem;
    padding-inline: 1.75rem;
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.03rem;
    text-decoration: none;
}
.dashboard .menu-aside .box-system .input-select .modal-select a:hover {
    background-color: #F5F6FB;
}
.dashboard .menu-aside .box-system .input-select .modal-select.active {
    display: block;
}
.dashboard .menu-aside .box-system .change-system-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.81rem;
    border-bottom: 1px solid #D4D4D7;
    cursor: pointer;
}
.dashboard .menu-aside .box-system .change-system-toggle span {
    color: #185B66;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
}
.dashboard .menu-aside .box-system .change-system-toggle .btn-toggle {
    border-radius: 999px;
    gap: 0.52rem;
    transition: 200ms;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 15.9px 0px rgba(24, 91, 102, 0.2);
    background: #185B66;
    width: 39px;
    height: 39px;
    justify-content: center;
    transition: 200ms;
}
.dashboard .menu-aside .box-system .change-system-toggle .btn-toggle span {
    display: none;
    color: #FFF;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.dashboard .menu-aside .box-system .change-system-toggle .btn-toggle:hover {
    justify-content: space-between;
    padding: 0;
    padding-inline: 1.44rem;
    width: auto;
    border-radius: 2.125rem;
    box-shadow: 0px 0px 15.9px 0px rgba(24, 91, 102, 0.2);
}
.dashboard .menu-aside .box-system .change-system-toggle .btn-toggle:hover span {
    display: block;
}
.dashboard .menu-aside nav {
    display: flex;
    flex-direction: column;
    gap: 1.19rem;
}
.dashboard .menu-aside nav a {
    padding-left: 4.62rem;
    padding-right: 3.13rem;
    width: 100%;
    padding-block: 0.94rem;
    display: flex;
    align-items: center;
    gap: 0.94rem;
    text-decoration: none;
}
.dashboard .menu-aside nav a svg.active {
    display: none;
}
.dashboard .menu-aside nav a span {
    color: #353535;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.03rem;
}
.dashboard .menu-aside nav a .icon-menu-drop {
    margin-left: auto;
}
.dashboard .menu-aside nav a.active svg, .dashboard .menu-aside nav a:hover svg {
    display: none;
}
.dashboard .menu-aside nav a.active svg.active, .dashboard .menu-aside nav a:hover svg.active {
    display: block;
}
.dashboard .menu-aside nav a.active span, .dashboard .menu-aside nav a:hover span {
    font-weight: 600;
}
.dashboard .menu-aside nav a.active .icon-menu-drop svg, .dashboard .menu-aside nav a:hover .icon-menu-drop svg {
    margin-top: 3.1px;
    display: block;
}
.dashboard .menu-aside nav .group-modal .main-link.active .icon-menu-drop {
    transform: rotate(180deg);
}
.dashboard .menu-aside nav .group-modal ul {
    display: none;
    margin-top: 0.56rem;
    margin-left: 2.62rem;
    width: 272px;
    list-style: none;
    border-bottom: 1px solid #D4D4D7;
}

.dashboard .menu-aside nav .group-modal ul.margem-arrancamento{
    margin-left: 0;
}

.dashboard .menu-aside nav .group-modal ul.nivel2{
    margin-left: 2rem;
}

#submenu-resistencia.aberta svg{
    transform: rotate(180deg);
}

#submenu-resistencia #requisitosanalise {
    display: none;
}

#menu-extracao.aberta .icon-menu-drop, #coeficiente-menu.aberta .icon-menu-drop, #menu-arrancamento.aberta .icon-menu-drop,
#dados-submenu.aberta .icon-menu-drop{
    transform: rotate(180deg);
}

#submenu-resistencia.aberta #requisitosanalise {
    display: block;
}

.dashboard .menu-aside nav .group-modal ul li {
    padding-block: 1.75rem;
    border-top: 1px solid #D4D4D7;
    padding-left: 3rem;
}

.dashboard .menu-aside nav .group-modal ul.nivel2 li{
    padding-left: 1rem;
}

.dashboard .menu-aside nav .group-modal ul li:nth-child(1) svg {
    margin-left: -9px;
}
.dashboard .menu-aside nav .group-modal ul li a {
    display: flex;
    align-items: center;
    padding: 0;
}

.dashboard .menu-aside nav .group-modal ul li a span{
    font-size: 14px;
}

.dashboard .menu-aside nav .group-modal.active ul {
    display: block;
}
.dashboard .menu-aside.compact .logo .mobile {
    display: block;
}
.dashboard .menu-aside.compact .logo .desktop {
    display: none;
}
.dashboard .menu-aside.compact nav a span {
    display: none;
}
.dashboard .menu-aside.compact nav a .icon-menu-drop {
    display: none;
}
.dashboard .content {
    overflow-y: auto;
    height: 100vh;
    padding: 3.13rem 4.69rem 3.13rem 2.5rem;
    background: #F5F6FB;
}
.dashboard .content .dashboard-top-group {
    display: flex;
    align-items: center;
    gap: 1.87rem;
    margin-bottom: 3.5rem;
}
.dashboard .content .dashboard-top-group form {
    flex: 1;
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    border: 1px solid #D4D4D7;
    background: #FFF;
    padding-left: 1.87rem;
    position: relative;
}
.dashboard .content .dashboard-top-group form:focus-within {
    border-color: #185B66;
}
.dashboard .content .dashboard-top-group form button {
    background-color: transparent;
    padding: 0;
    border: 0;
}
.dashboard .content .dashboard-top-group form input {
    flex: 1;
    padding: 0.81rem 1.87rem 0.94rem 0.69rem;
    border: 0;
    outline: 0;
    color: #353535;
    font-family: "Inter";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.0175rem;
    border-radius: 50%;
}
.dashboard .content .dashboard-top-group form input::-moz-placeholder {
    color: #898989;
    font-family: "Inter";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.0175rem;
}
.dashboard .content .dashboard-top-group form input::placeholder {
    color: #898989;
    font-family: "Inter";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.0175rem;
}
.dashboard .content .dashboard-top-group .box-notifications .btn-modal-notification {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid #D4D4D7;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.dashboard .content .dashboard-top-group .box-notifications .btn-modal-notification svg.active {
    display: none;
}
.dashboard .content .dashboard-top-group .box-notifications .btn-modal-notification.active svg {
    display: none;
}
.dashboard .content .dashboard-top-group .box-notifications .btn-modal-notification.active svg.active {
    display: block;
}
.dashboard .content .dashboard-top-group .separator {
    height: 21px;
    width: 1px;
    background-color: #909094;
}
.dashboard .content .dashboard-top-group .box-user {
    display: flex;
    align-items: center;
    gap: 0.87rem;
}
.dashboard .content .dashboard-top-group .box-user .cover {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    border: solid 1px #CCC;
}
.dashboard .content .dashboard-top-group .box-user .cover img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.dashboard .content .dashboard-top-group .box-user span {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.dashboard .content .title-box-filter {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.75rem;
}
.dashboard .content .title-box-filter div.left h2 {
    color: #353535;
    font-family: "Inter";
    font-size: 2rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.04rem;
    margin-bottom: 0.31rem;
}
.dashboard .content .title-box-filter div.left span{
    color: #353535;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.015rem;
}
.dashboard .content .title-box-filter div.left span b {
    font-weight: 600;
}
.dashboard .content .title-box-filter div.right {
    display: flex;
    align-items: center;
    gap: 3.12rem;
}
.dashboard .content .title-box-filter div.right .btn-filter {
    position: relative;
    text-decoration: none;
}
.dashboard .content .title-box-filter div.right .btn-filter .wrapper {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
}
.dashboard .content .title-box-filter div.right .btn-filter .wrapper .icon-filter {
    margin-right: 0.87rem;
    position: relative;
    z-index: 1;
}
.dashboard .content .title-box-filter div.right .btn-filter .wrapper .icon-drowpdown {
    margin-left: 0.62rem;
    position: relative;
    z-index: 1;
}
.dashboard .content .title-box-filter div.right .btn-filter .wrapper span {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    position: relative;
    z-index: 1;
}
.dashboard .content .title-box-filter div.right .btn-filter .modal-filter {
    display: none;
    top: -1.87rem;
    left: 50%;
    padding-top: 4.94rem;
    padding-inline: 3.12rem;
    transform: translateX(-50%);
    position: absolute;
    width: 600px;
    padding-bottom: 3.13rem;
    border-radius: 1.125rem;
    background: #FFF;
    box-shadow: 0px 0px 40.4px -22px rgba(126, 128, 138, 0.45);
    z-index: 4;
}
.dashboard .content .title-box-filter div.right .btn-filter .modal-filter .input-group + .input-group {
    margin-top: 3.12rem;
}
.dashboard .content .title-box-filter div.right .btn-filter .modal-filter .input-group > label {
    display: block;
    margin-bottom: 0.5rem;
    color: #353535;
    font-family: "Inter";
    font-size: 0.875rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.0175rem;
}
.dashboard .content .title-box-filter div.right .btn-filter .modal-filter .input-group > input,
.dashboard .content .title-box-filter div.right .btn-filter .modal-filter .input-group select{
    height: 50px;
    display: block;
    width: 100%;
    border-radius: 0.4375rem;
    border: 1px solid #353535;
    padding-inline: 1.88rem;
    color: #353535;
    font-family: "Inter";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.0175rem;
    background: #FFF;
}
.dashboard .content .title-box-filter div.right .btn-filter .modal-filter .input-group .wrapper-checkbox {
    margin-top: 0.94rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 3rem;
}
.dashboard .content .title-box-filter div.right .btn-filter .modal-filter .input-group .wrapper-checkbox div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dashboard .content .title-box-filter div.right .btn-filter .modal-filter .input-group .wrapper-checkbox div label {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    cursor: pointer;
}
.dashboard .content .title-box-filter div.right .btn-filter .modal-filter .input-group .wrapper-checkbox div input[type=checkbox] {
    -webkit-appearance: unset;
    -moz-appearance: unset;
    appearance: unset;
    width: 24px;
    height: 24px;
    border-radius: 0.25rem;
    border: 1px solid #353535;
    transition: 200ms;
    background-position: top center;
}
.dashboard .content .title-box-filter div.right .btn-filter .modal-filter .input-group .wrapper-checkbox div input[type=checkbox]:checked {
    background-image: url(../images/input-checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #185B66;
    border-color: #185B66;
}
.dashboard .content .title-box-filter div.right .btn-filter .modal-filter button[type=submit] {
    color: #FFF;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    border-radius: 0.5rem;
    background: #185B66;
    padding: 0.94rem 4.94rem;
    border: 0;
    margin-inline: auto;
    display: block;
    width: -moz-max-content;
    width: max-content;
    transition: 200ms;
    margin-top: 1.56rem;
}
.dashboard .content .title-box-filter div.right .btn-filter .modal-filter button[type=submit]:hover {
    background: #21717e;
    cursor: pointer;
}
.dashboard .content .title-box-filter div.right .btn-filter.active .wrapper .icon-drowpdown {
    transform: rotate(180deg);
}
.dashboard .content .title-box-filter div.right .btn-filter.active .modal-filter {
    display: block;
}
.dashboard .content .title-box-filter div.right .btn-add-client, .botaoGeral {
    padding: 0.94rem 2.5rem 1rem 2.5rem;
    border-radius: 0.5rem;
    background: #185B66;
    display: flex;
    align-items: center;
    gap: 0.94rem;
    text-decoration: none;
    width: -moz-max-content;
    width: max-content;
    transition: 200ms;
}

.dashboard .content .title-box-filter div.right .btn-filter .modal-filter .input-group .wrapper-options-date input[type=text].icon-calendar{
    display: block;
    height: 60px;
    width: 100%;
    border-radius: 0.4375rem;
    border: 1px solid #D4D4D7;
    padding-inline: 1.88rem;
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}

.dashboard .content .title-box-filter div.right .btn-filter .modal-filter .input-group .wrapper-options-date > div{
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    display: none;
}

.dashboard .content .title-box-filter div.right .btn-filter .modal-filter .input-group .wrapper-options-date > div.active{
    display: grid;
}

.dashboard .content .title-box-filter div.right .btn-filter .modal-filter .input-group .wrapper-options-date input[type=text]{
    background-image: url(../images/icon-calendar.svg);
    background-position: right 1.88rem center;
    background-repeat: no-repeat;
}

.dashboard .content .title-box-filter div.right .btn-filter .modal-filter .input-group .wrapper-options-date .case-2 > div{
    display: flex;
    align-items: center;
    gap: 10px;
}

.dashboard .content .title-box-filter div.right .btn-filter .modal-filter .input-group .wrapper-options-date .case-2 > div span{
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    cursor: pointer;
}

.dashboard .content .title-box-filter div.right .btn-add-client span, .botaoGeral span {
    color: #FFF;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.dashboard .content .title-box-filter div.right .btn-add-client:hover, .botaoGeral:hover {
    background: #21717e;
    cursor: pointer;
}
.dashboard.compact-menu {
    grid-template-columns: 140px 1fr;
}
.dashboard.compact-menu .menu-aside nav a {
    padding-right: 0;
}
.dashboard.compact-menu .menu-aside nav .group-modal ul {
    width: auto;
    padding-right: 30px;
    border-bottom: none;
    margin-left: 2rem;
}

.botaoGeral.limpar{
    border: solid 1px  #185B66;
    background: transparent;
    margin-bottom: 1rem;
}

.botaoGeral.limpar span{
    color: #185B66;
}

.botaoGeral.limpar:hover{
    background-color: #185B66;
}

.botaoGeral.limpar:hover span{
    color: #FFF;
}

@media screen and (max-width: 1300px) {
    .dashboard .content .title-box-filter div.right .btn-filter .modal-filter {
        width: 400px;
        padding-inline: 1.25rem;
    }
}
@media screen and (max-width: 1200px) {
    .dashboard {
        grid-template-columns: 140px 1fr;
    }
    .dashboard .menu-aside .logo .desktop {
        display: none;
    }
    .dashboard .menu-aside .logo .mobile {
        display: block;
    }
    .dashboard .menu-aside .box-system {
        display: none;
    }
    .dashboard .menu-aside nav a {
        padding-right: 0;
    }
    .dashboard .menu-aside nav a span {
        display: none;
    }
    .dashboard .menu-aside nav a .icon-menu-drop {
        display: none;
    }
    .dashboard .menu-aside nav .group-modal ul {
        width: auto;
        padding-right: 30px;
        border-bottom: none;
    }
    .dashboard .content {
        padding: 2rem;
    }
}
@media screen and (max-width: 769px) {
    .dashboard {
        grid-template-columns: 70px 1fr;
    }
    .dashboard .menu-aside .logo {
        padding-left: 1.25rem;
    }
    .dashboard .menu-aside nav {
        gap: 1.25rem;
    }
    .dashboard .menu-aside nav a {
        padding-left: 1.25rem;
    }
    .dashboard .menu-aside nav .group-modal ul {
        margin-left: 1.25rem;
        padding-right: 20px;
    }
    .dashboard .content .dashboard-top-group .box-user span {
        display: none;
    }
    .dashboard .content .title-box-filter div.right {
        align-items: flex-end;
        flex-direction: column-reverse;
        gap: 1.25rem;
    }
    .dashboard .content .title-box-filter div.right .btn-filter .modal-filter {
        top: -12px;
        left: initial;
        right: -10px;
        transform: translateX(0);
        border-radius: 0.5rem;
    }
    .dashboard .content .title-box-filter div.right .btn-add-client span {
        display: none;
    }
    .dashboard.compact-menu {
        grid-template-columns: 70px 1fr;
    }
}
@media screen and (max-width: 550px) {
    .dashboard {
        grid-template-columns: 50px 1fr;
    }
    .dashboard .menu-aside .logo {
        padding-left: 14px;
    }
    .dashboard .menu-aside nav a {
        padding-left: 14px;
    }
    .dashboard .content {
        padding: 1rem;
    }
    .dashboard .content .dashboard-top-group {
        gap: 1rem;
    }
    .dashboard .content .dashboard-top-group .box-notifications .btn-modal-notification {
        width: 28px;
        height: 28px;
    }
    .dashboard .content .dashboard-top-group .box-user .cover {
        width: 28px;
        height: 28px;
    }
    .dashboard .content .title-box-filter {
        flex-direction: column;
        gap: 2rem;
    }
    .dashboard .content .title-box-filter div.right {
        margin-left: auto;
        align-items: flex-end;
        flex-direction: column-reverse;
        gap: 0.75rem;
    }
    .dashboard.compact-menu {
        grid-template-columns: 50px 1fr;
    }
}
@media screen and (max-width: 400px) {
    .dashboard .content .title-box-filter div.right .btn-filter .modal-filter {
        width: 290px;
    }
}

.overlay {
    display: none;
    width: 100wv;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    inset: 0;
    z-index: 3;
}
.overlay.active {
    display: block;
}

.modal-add-report {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
    display: none;
}
.modal-add-report form {
    padding: 80px 70px;
    background-color: #FFFFFF;
    border-radius: 24px;
    min-width: 1120px;
    position: relative;
}
.modal-add-report form h2 {
    font-size: 32px;
    font-weight: 600;
    font-family: "Inter";
    color: #353535;
    margin-bottom: 38px;
}
.modal-add-report form .btn-close {
    background-color: transparent;
    position: absolute;
    top: 80px;
    right: 70px;
    font-size: 0;
    border: 0;
    cursor: pointer;
}
.modal-add-report form .two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.modal-add-report form .two-column + .two-column {
    margin-top: 1.87rem;
}
.modal-add-report form .input-group {
    position: relative;
    z-index: 8;
}
.modal-add-report form .input-group > label {
    display: block;
    color: #898989;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    margin-bottom: 0.69rem;
}
.modal-add-report form .input-group input:not(input[type=radio]) {
    border-radius: 0.4375rem;
    border: 1px solid #D4D4D7;
    height: 60px;
    width: 100%;
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    padding-inline: 1.87rem;
}
.modal-add-report form .input-group textarea {
    width: 100%;
    height: 240px;
    border-radius: 0.4375rem;
    border: 1px solid #D4D4D7;
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    padding-inline: 1.87rem;
    padding-block: 1rem;
    resize: none;
}
.modal-add-report form .input-group.mblock {
    margin-block: 1.87rem;
}
.modal-add-report form .input-group .wrapper-radio {
    display: flex;
    align-items: center;
    gap: 120px;
}
.modal-add-report form .input-group .wrapper-radio div {
    display: flex;
    align-items: center;
    gap: 15px;
}
.modal-add-report form .input-group .wrapper-radio div label {
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter";
    color: #353535;
}
.modal-add-report form .input-group .wrapper-radio div input[type=radio] {
    -webkit-appearance: unset;
    -moz-appearance: unset;
    appearance: unset;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    border: 1px solid #185B66;
}
.modal-add-report form .input-group .wrapper-radio div input[type=radio]:checked {
    background-color: #185B66;
    border: 2px solid #FFF;
    outline: 1px solid #185B66;
}
.modal-add-report form .input-select-group {
    position: relative;
}
.modal-add-report form .input-select-group .input-group div {
    position: relative;
}
.modal-add-report form .input-select-group .input-group div.icon-select-client {
    position: relative;
}
.modal-add-report form .input-select-group .input-group div.icon-select-client::before {
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    background-image: url(../images/icon-dropdown.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.88rem;
}
.modal-add-report form .input-select-group.active .input-group > div::before {
    transform: rotate(180deg);
}
.modal-add-report form .input-select-group .input-group-modal {
    display: none;
    border-radius: 0.4375rem;
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    width: 100%;
    background-color: #FFF;
    list-style: none;
    border: 1px solid #D4D4D7;
    overflow: hidden;
    z-index: 9;
}
.modal-add-report form .input-select-group .input-group-modal li {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.02rem;
    padding-block: 1rem;
    padding-inline: 1.75rem;
    transition: 200ms;
    cursor: pointer;
}
.modal-add-report form .input-select-group .input-group-modal li.active {
    font-weight: 600;
    background-color: #eeeef0;
}
.modal-add-report form .input-select-group .input-group-modal li:hover {
    background-color: #eeeef0;
}
.modal-add-report form .input-select-group .input-group-modal.active {
    display: block;
}
.modal-add-report form button[type=submit], .modal-add-report form button[type=button] {
    padding: 16px 75px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter";
    text-align: center;
    color: #FFF;
    background-color: #185B66;
    border: 0;
    border-radius: 8px;
    margin-top: 80px;
    margin-inline: auto;
    cursor: pointer;
    display: block;
    width: -moz-max-content;
    width: max-content;
}
.modal-add-report.active {
    display: flex;
}

.wrapper-scroll-custom {
    overflow-x: auto;
}
.wrapper-scroll-custom::-webkit-scrollbar {
    height: 4px;
}
.wrapper-scroll-custom::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 6px;
}
.wrapper-scroll-custom::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.p-dash .content {
    overflow-y: auto;
}
.p-dash .content .two-column {
    display: grid;
    grid-template-columns: minmax(450px, 1fr) 1.4fr;
    gap: 50px;
    margin-bottom: 50px;
}
.p-dash .content .two-column .card {
    padding: 1.56rem 3.75rem 2.06rem 3.81rem;
    border-radius: 1.5rem;
    background: #FFF;
    box-shadow: 0px 4px 40.4px -22px rgba(239, 242, 255, 0.03);
}
.p-dash .content .two-column .card h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #353535;
    font-family: "Inter";
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.03rem;
}
.p-dash .content .two-column .card .works-in-progress {
    display: block;
    color: #353535;
    font-family: "Inter";
    font-size: 4rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.12rem;
    margin-bottom: 1.25rem;
}
.p-dash .content .two-column .card .btn-more {
    padding: 1rem 1.88rem;
    color: #185B66;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    border-radius: 0.5rem;
    border: 1px solid #185B66;
    text-decoration: none;
}
.p-dash .content .two-column .card .btn-more:hover {
    color: #FFF;
    background-color: #185B66;
}
@media screen and (max-width: 1450px) {
    .p-dash .content .two-column .card:nth-child(1) h2 svg {
        width: 30px;
    }
    .p-dash .content .two-column .card:nth-child(2) h2 svg {
        width: 20px;
    }
    .p-dash .content .two-column .card .works-in-progress {
        font-size: 3rem;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 1320px) {
    .p-dash .content .two-column {
        display: flex;
        flex-direction: column;
    }
    .p-dash .content .two-column .card {
        padding: 4rem 2rem;
    }
}
.p-dash .content .full-column .card-65 {
    max-width: 830px;
    border-radius: 1.5rem;
    background: #FFF;
    box-shadow: 0px 4px 40.4px -22px rgba(239, 242, 255, 0.03);
    padding: 2.56rem 3.75rem 4.06rem 3.81rem;
}
.p-dash .content .full-column .card-65 h2 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.03rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.56rem;
}
.p-dash .content .full-column .card-65 ul {
    list-style: none;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 0.88rem;
}
.p-dash .content .full-column .card-65 ul li {
    padding-right: 6.83rem;
    padding-block: 1.88rem;
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.025rem;
    display: flex;
    align-items: center;
    gap: 8px;
}
.p-dash .content .full-column .card-65 ul li + li {
    border-top: 1px solid #E7EBEE;
}
.p-dash .content .full-column .card-65 ul li b {
    font-weight: 600;
}
.p-dash .content .full-column .card-65 ul li .state {
    margin-left: 8px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.p-dash .content .full-column .card-65 ul li .state span {
    color: #34B424;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.p-dash .content .full-column .card-65 ul li .state span b {
    font-weight: 700;
}
.p-dash .content .full-column .card-65 .btn-more {
    padding: 0.94rem 1.88rem 1rem 1.88rem;
    border-radius: 0.5rem;
    border: 1px solid #185B66;
    color: #185B66;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    text-decoration: none;
    transition: 200ms;
}
.p-dash .content .full-column .card-65 .btn-more:hover {
    color: #FFF;
    background-color: #185B66;
}
@media screen and (max-width: 1450px) {
    .p-dash .content .full-column .card-65:nth-child(1) h2 svg {
        width: 30px;
    }
}
@media screen and (max-width: 1200px) {
    .p-dash .content .two-column {
        gap: 1.25rem;
        margin-bottom: 1.25rem;
    }
}
@media screen and (max-width: 769px) {
    .p-dash .content .two-column .card {
        padding: 2rem 1.25rem;
        border-radius: 0.5rem;
    }
    .p-dash .content .two-column .card h2 {
        font-size: 1rem;
    }
    .p-dash .content .two-column .card .works-in-progress {
        margin-block: 1rem;
        font-size: 2rem;
    }
    .p-dash .content .two-column .card .btn-more {
        display: block;
        width: -moz-max-content;
        width: max-content;
    }
    .p-dash .content .full-column .card-65 {
        padding: 2rem 1.25rem;
        border-radius: 0.5rem;
    }
    .p-dash .content .full-column .card-65 h2 {
        font-size: 1rem;
    }
    .p-dash .content .full-column .card-65 ul li {
        padding-block: 1.25rem;
        padding-right: 0;
        font-size: 0.75rem;
    }
    .p-dash .content .full-column .card-65 ul li .state span {
        font-size: 0.75rem;
    }
    .p-dash .content .full-column .card-65 .btn-more {
        display: block;
        width: -moz-max-content;
        width: max-content;
    }
}

.p-clientes .wrapper-scroll {
    overflow-x: auto;
}
.p-clientes .table-list {
    min-width: 1100px;
    border-radius: 1.5rem;
    background: #FFF;
    box-shadow: 0px 4px 40.4px -22px rgba(239, 242, 255, 0.03);
    padding-top: 2.5rem;
    padding-bottom: 8.06rem;
}
.p-clientes .table-list .thead .top {
    padding-inline: 3.81rem;
    margin-bottom: 1.88rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p-clientes .table-list .thead .top h3 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
}
.p-clientes .table-list .thead .top .box-navigation {
    display: flex;
    align-items: center;
    gap: 1.3rem;
}
.p-clientes .table-list .thead .top .box-navigation .pages {
    display: flex;
    align-items: center;
    gap: 1.56rem;
}
.p-clientes .table-list .thead .top .box-navigation .pages a {
    color: #353535;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.015rem;
    text-decoration: none;
}
.p-clientes .table-list .thead .top .box-navigation .pages a.active {
    color: #FFF;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.015rem;
    padding: 0.25rem 0.56rem 0.31rem;
    border-radius: 0.375rem;
    background: #185B66;
}
.p-clientes .table-list .thead .bottom .tr {
    padding-block: 2rem;
    padding-inline: 3.81rem;
    background: #FCFCFC;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 140px 140px 90px 80px;
    gap: 4rem;
}
.p-clientes .table-list .thead .bottom .td {
    color: #898989;
    font-family: "Inter";
    font-size: 0.875rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.0175rem;
}
.p-clientes .table-list .thead .bottom .td:not(:nth-child(1), :nth-child(5)) span {
    width: -moz-max-content;
    width: max-content;
    display: block;
    margin-inline: auto;
}
.p-clientes .table-list .tbody .tr {
    padding-block: 1.87rem;
    padding-inline: 3.81rem;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 140px 140px 90px 80px;
    gap: 4rem;
    border-top: 1px solid #D4D4D7;
}
.p-clientes .table-list .tbody .tr .td:nth-child(1) span {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.p-clientes .table-list .tbody .tr .td:nth-child(2) a, .p-clientes .table-list .tbody .tr .td:nth-child(3) a {
    display: block;
    margin-inline: auto;
    color: #185B66;
    text-align: center;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    text-decoration-line: underline;
    transition: 200ms;
}
.p-clientes .table-list .tbody .tr .td:nth-child(2) a:hover, .p-clientes .table-list .tbody .tr .td:nth-child(3) a:hover {
    color: #21717e;
    cursor: pointer;
}
.p-clientes .table-list .tbody .tr .td:nth-child(2) .message-empty, .p-clientes .table-list .tbody .tr .td:nth-child(3) .message-empty {
    color: #D4D4D7;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.p-clientes .table-list .tbody .tr .td:nth-child(4) .btn-edit {
    width: -moz-max-content;
    width: max-content;
    display: block;
    margin-inline: auto;
}
.p-clientes .table-list .tbody .tr .td .box-status-active {
    display: flex;
    align-items: center;
    gap: 0.63rem;
    color: #34B424;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.p-clientes .table-list .tbody .tr .td .box-status-inactive {
    display: flex;
    align-items: center;
    gap: 0.63rem;
    color: #E83535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}

.box-status-inactive span{
    color: #E83535 !important;
}

.box-status-active span{
    color: #34B424 !important;
}

.box-status-waiting span{
    color: #E4B81C !important;
}

@media screen and (max-width: 550px) {
    .p-clientes .table-list {
        min-width: 880px;
    }
    .p-clientes .table-list .thead .top {
        margin-bottom: 1rem;
        padding-inline: 1.25rem;
    }
    .p-clientes .table-list .thead .bottom .tr {
        padding-inline: 1.25rem;
        padding-block: 0.5rem;
    }
    .p-clientes .table-list .tbody .tr {
        padding-inline: 1.25rem;
        padding-block: 0.5rem;
    }
    .p-clientes .table-list .tbody .tr .td:nth-child(1) span {
        font-size: 0.75rem;
    }
    .p-clientes .table-list .tbody .tr .td:nth-child(2) a,
    .p-clientes .table-list .tbody .tr .td:nth-child(2) .message-empty, .p-clientes .table-list .tbody .tr .td:nth-child(3) a,
    .p-clientes .table-list .tbody .tr .td:nth-child(3) .message-empty {
        font-size: 0.75rem;
    }
    .p-clientes .table-list .tbody .tr .td:nth-child(4) .btn-edit svg {
        width: 24px;
        height: 24px;
    }
    .p-clientes .table-list .tbody .tr .td .box-status-active,
    .p-clientes .table-list .tbody .tr .td .box-status-inactive {
        font-size: 0.75rem;
    }
    .p-clientes .table-list .tbody .tr .td .box-status-active svg,
    .p-clientes .table-list .tbody .tr .td .box-status-inactive svg {
        width: 24px;
    }
}

.p-adicionar-cliente .content h2 {
    color: #353535;
    font-family: "Inter";
    font-size: 2rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.04rem;
    margin-bottom: 3.75rem;
}
.p-adicionar-cliente .content .form-container .box {
    padding: 3.75rem;
    border-radius: 1.5rem;
    background: #FFF;
    box-shadow: 0px 4px 40.4px -22px rgba(239, 242, 255, 0.03);
}
.p-adicionar-cliente .content .form-container .box + .box {
    margin-top: 2.5rem;
}
.p-adicionar-cliente .content .form-container .box .two-column {
    margin-bottom: 3.12rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}
.p-adicionar-cliente .content .form-container .box .input-group label {
    color: #898989;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    display: block;
    margin-bottom: 0.69rem;
}
.p-adicionar-cliente .content .form-container .box .input-group input {
    display: block;
    height: 60px;
    width: 100%;
    border-radius: 0.4375rem;
    border: 1px solid #D4D4D7;
    padding-inline: 1.88rem;
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}
textarea {
    display: block;
    height: 150px;
    padding-block: 1.25rem;
    width: 100%;
    border-radius: 0.4375rem;
    border: 1px solid #D4D4D7;
    padding-inline: 1.88rem;
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    resize: none;
}
.p-adicionar-cliente .content .form-container .box:last-of-type h3 {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    margin-bottom: 0.31rem;
}
.p-adicionar-cliente .content .form-container .box:last-of-type .tagline {
    color: #353535;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.015rem;
    display: block;
    margin-bottom: 1.12rem;
}
.p-adicionar-cliente .content .form-container .box:last-of-type .message {
    margin-top: 2.63rem;
    color: #D4D4D7;
    font-family: "Inter";
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.04rem;
    display: block;
    margin-bottom: 2.56rem;
}
.p-adicionar-cliente .content .form-container .box:last-of-type .list-files {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2.56rem;
}
.p-adicionar-cliente .content .form-container .box:last-of-type .list-files .file {
    display: flex;
    align-items: center;
    padding: 1.25rem 1.88rem;
    border-radius: 0.5rem;
    border: 1px solid #353535;
}
.p-adicionar-cliente .content .form-container .box:last-of-type .list-files .file svg {
    margin-right: 1.06rem;
}
.p-adicionar-cliente .content .form-container .box:last-of-type .list-files .file span {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    margin-right: 6.25rem;
}
.p-adicionar-cliente .content .form-container .box:last-of-type .list-files .file a {
    color: #185B66;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.015rem;
    text-decoration-line: underline;
}
.p-adicionar-cliente .content .form-container .box:last-of-type .box-upload input {
    display: none;
}
.p-adicionar-cliente .content .form-container .box:last-of-type .box-upload label {
    padding: 1rem 1.88rem;
    color: #185B66;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    border-radius: 0.5rem;
    border: 1px solid #185B66;
    transition: 200ms;
    cursor: pointer;
    display: block;
    width: -moz-max-content;
    width: max-content;
}
.p-adicionar-cliente .content .form-container .box:last-of-type .box-upload label:hover {
    color: #FFF;
    background-color: #185B66;
}
.p-adicionar-cliente .content .form-container button, .p-adicionar-obra .content .form-container button, .btn-voltar  {
    margin-top: 3.13rem;
    border-radius: 0.5rem;
    background: #185B66;
    padding: 1rem 3.44rem;
    color: #FFF;
    border: 0;
    margin-left: auto;
    display: block;
    width: -moz-max-content;
    width: max-content;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    transition: 200ms;
}
.p-adicionar-cliente .content .form-container button:hover {
    background-color: #21717e;
    cursor: pointer;
}
@media screen and (max-width: 993px) {
    .p-adicionar-cliente .content .form-container .box .two-column {
        display: flex;
        flex-direction: column;
        margin-bottom: 1.25rem;
    }
}
@media screen and (max-width: 993px) {
    .p-adicionar-cliente .content .form-container .box {
        padding: 2.5rem 1.25rem;
        border-radius: 0.5rem;
    }
    .p-adicionar-cliente .content .form-container .box .input-group input {
        height: 50px;
    }
    .p-adicionar-cliente .content .form-container .box .two-column {
        margin-bottom: 1.75rem;
        gap: 1.75rem;
    }
    .p-adicionar-cliente .content .form-container .box:last-of-type .message {
        font-size: 1.2rem;
    }
    .p-adicionar-cliente .content .form-container .box:last-of-type .list-files .file {
        padding: 1rem;
    }
    .p-adicionar-cliente .content .form-container .box:last-of-type .list-files .file span {
        margin-right: 1.25rem;
    }
}

.p-obras .table-list {
    border-radius: 1.5rem;
    background: #FFF;
    box-shadow: 0px 4px 40.4px -22px rgba(239, 242, 255, 0.03);
    padding-top: 2.5rem;
    padding-bottom: 8.06rem;
    width: 100%;
    overflow-x: auto;
}
.p-obras .table-list .table-list-content {
    min-width: 1050px;
}
.p-obras .table-list .table-list-content .thead .top {
    padding-inline: 3.81rem;
    margin-bottom: 1.88rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p-obras .table-list .table-list-content .thead .top h3 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
}
.p-obras .table-list .table-list-content .thead .top .box-navigation {
    display: flex;
    align-items: center;
    gap: 1.3rem;
}
.p-obras .table-list .table-list-content .thead .top .box-navigation .pages {
    display: flex;
    align-items: center;
    gap: 1.56rem;
}
.p-obras .table-list .table-list-content .thead .top .box-navigation .pages a {
    color: #353535;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.015rem;
    text-decoration: none;
}
.p-obras .table-list .table-list-content .thead .top .box-navigation .pages a.active {
    color: #FFF;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.015rem;
    padding: 0.25rem 0.56rem 0.31rem;
    border-radius: 0.375rem;
    background: #185B66;
}
.p-obras .table-list .table-list-content .thead .bottom .tr {
    padding-block: 2rem;
    padding-inline: 3.81rem;
    background: #FCFCFC;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 240px 80px 140px 74px 100px;
    gap: 4rem;
}
@media screen and (max-width: 1800px) {
    .p-obras .table-list .table-list-content .thead .bottom .tr {
        grid-template-columns: 1fr 180px 80px 140px 74px 100px;
        gap: 2rem;
    }
}
.p-obras .table-list .table-list-content .thead .bottom .td {
    color: #898989;
    font-family: "Inter";
    font-size: 0.875rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.0175rem;
    display: flex;
    align-items: center;
    align-items: flex-start;
    justify-content: flex-start;
}

a.inverter svg{
    transform: rotate(180deg);
}

.p-boletim-de-obra .table-list .thead .bottom .tr a svg {
    margin-left: 7px;
    margin-right: 7px;
}

.p-obras .table-list .table-list-content .thead .bottom .td:not(:nth-child(1), :nth-child(5)) span {
    width: -moz-max-content;
    width: max-content;
    display: block;
}
.p-obras .table-list .table-list-content .thead .bottom .td:not(:nth-child(1), :nth-child(5)) span:not(.order) {
    margin-inline: auto;
}
.p-obras .table-list .table-list-content .thead .bottom .td:not(:nth-child(1), :nth-child(5)) span.order {
    margin-right: 0.7rem;
}
.table-list .table-list-content .thead .bottom .td b {

    display: inline-block;
    color: #000;
    font-family: "Inter";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.0175rem;
}

.table-list .table-list-content .thead .bottom .td svg{
    margin-left: 0.32rem;
    margin-right: 0.32rem;
}

.p-obras .table-list .table-list-content .thead .bottom .btn-order-client {
    cursor: pointer;
}
.p-obras .table-list .table-list-content .thead .bottom .btn-order-client:hover span {
    color: #353535;
}
.p-obras .table-list .table-list-content .thead .bottom .btn-status {
    cursor: pointer;
}
.p-obras .table-list .table-list-content .thead .bottom .btn-status:hover span {
    color: #353535;
}
.p-obras .table-list .table-list-content .tbody .tr {
    padding-block: 1.87rem;
    padding-inline: 3.81rem;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 240px 80px 140px 74px 100px;
    gap: 4rem;
    border-top: 1px solid #D4D4D7;
}
.p-obras .table-list .table-list-content .tbody .tr .td:nth-child(1) span {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.p-obras .table-list .table-list-content .tbody .tr .td:nth-child(3) > div {
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
}
.p-obras .table-list .table-list-content .tbody .tr .td:nth-child(5) .btn-edit,
.p-obras .table-list .table-list-content .tbody .tr .td:nth-child(5) .btn-open, .p-obras .table-list .table-list-content .tbody .tr .td:nth-child(6) .btn-edit,
.p-obras .table-list .table-list-content .tbody .tr .td:nth-child(6) .btn-open {
    width: -moz-max-content;
    width: max-content;
    display: block;
    margin-inline: auto;
}
.p-obras .table-list .table-list-content .tbody .tr .td .box-status-active {
    display: flex;
    align-items: center;
    gap: 0.63rem;
    color: #34B424;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.p-obras .table-list .table-list-content .tbody .tr .td .box-status-inactive {
    display: flex;
    align-items: center;
    gap: 0.63rem;
    color: #E83535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.p-obras .table-list .table-list-content .tbody .tr .td span {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}
@media screen and (max-width: 1800px) {
    .p-obras .table-list .table-list-content .tbody .tr {
        grid-template-columns: 1fr 180px 80px 140px 74px 100px;
        gap: 2rem;
    }
}
@media screen and (max-width: 1800px) {
    .p-obras .table-list .table-list-content {
        max-width: 1540px;
    }
}
@media screen and (max-width: 550px) {
    .p-obras .table-list .table-list-content {
        min-width: 960px;
    }
    .p-obras .table-list .table-list-content .thead .top {
        margin-bottom: 1rem;
        padding-inline: 1.25rem;
    }
    .p-obras .table-list .table-list-content .thead .bottom .tr {
        padding-inline: 1.25rem;
        padding-block: 0.5rem;
    }
    .p-obras .table-list .table-list-content .tbody .tr {
        padding-inline: 1.25rem;
        padding-block: 0.5rem;
    }
    .p-obras .table-list .table-list-content .tbody .tr .td:nth-child(1) span {
        font-size: 0.75rem;
    }
    .p-obras .table-list .table-list-content .tbody .tr .td:nth-child(5) .btn-edit svg {
        width: 24px;
    }
    .p-obras .table-list .table-list-content .tbody .tr .td span {
        font-size: 0.75rem;
    }
}

.p-adicionar-obra .content .group-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3.75rem;
}
.p-adicionar-obra .content .group-title > div h2 {
    color: #353535;
    font-family: "Inter";
    font-size: 2rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.04rem;
    margin-bottom: 0.31rem;
}
.p-adicionar-obra .content .group-title > div span {
    color: var(--Preto, #353535);
    font-family: "Inter";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.015rem;
}
.p-adicionar-obra .content .group-title > div span b {
    font-weight: 600;
}
.p-adicionar-obra .content .group-title .btn-view-bo {
    color: #FFF;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    padding: 0.94rem 3.12rem;
    border-radius: 0.5rem;
    background: #185B66;
    text-decoration: none;
    transition: 200ms;
}
.p-adicionar-obra .content .group-title .btn-view-bo:hover {
    background: #21717e;
    cursor: pointer;
}
.p-adicionar-obra .content .form-container .box {
    padding: 3.75rem;
    padding-bottom: 15rem;
    border-radius: 1.5rem;
    background: #FFF;
    box-shadow: 0px 4px 40.4px -22px rgba(239, 242, 255, 0.03);
}
.p-adicionar-obra .content .form-container .box + .box {
    margin-top: 2.5rem;
}
.p-adicionar-obra .content .form-container .box .two-column {
    margin-bottom: 3.12rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}
.p-adicionar-obra .content .form-container .box > .input-group {
    margin-bottom: 3.12rem;
}
.p-adicionar-obra .content .form-container .box .input-group label {
    color: #898989;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    display: block;
    margin-bottom: 0.69rem;
}
.p-adicionar-obra .content .form-container .box .input-group input {
    display: block;
    height: 48px;
    width: 100%;
    border-radius: 0.4375rem;
    border: 1px solid #D4D4D7;
    padding-inline: 1.88rem;
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    margin-top: 5px;
}

.p-adicionar-obra .content .form-container .box .input-group input.ui-autocomplete-input{

}

.p-adicionar-obra .content .form-container .box .input-group input.icon-calendar {
    background-image: url(../images/icon-calendar.svg);
    background-position: right 1.88rem center;
    background-repeat: no-repeat;
}
.p-adicionar-obra .content .form-container .box .input-group .btn-disabled-client, .btn-disabled-client {
    color: #FFF;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    padding: 1.25rem 3.75rem;
    border-radius: 0.5rem;
    background: #E83535 !important;
    border: 0;
    transition: 200ms;
    cursor: pointer;
}
.p-adicionar-obra .content .form-container .box .input-group .btn-disabled-client:hover, .btn-disabled-client:hover {
    background-color: #fb0e0e !important;
}
.p-adicionar-obra .content .form-container .box .input-select-group {
    position: relative;
}
.p-adicionar-obra .content .form-container .box .input-select-group .input-group div {
    position: relative;
}
.p-adicionar-obra .content .form-container .box .input-select-group .input-group div.icon-select-client {
    position: relative;
}
.p-adicionar-obra .content .form-container .box .input-select-group .input-group div.icon-select-client::before {
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    background-image: url(../images/icon-dropdown.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.88rem;
}
.p-adicionar-obra .content .form-container .box .input-select-group.active .input-group > div::before {
    transform: rotate(180deg);
}
.p-adicionar-obra .content .form-container .box .input-select-group .input-group-modal {
    display: none;
    border-radius: 0.4375rem;
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    width: 100%;
    background-color: #FFF;
    list-style: none;
    border: 1px solid #D4D4D7;
    overflow: hidden;
    z-index: 4;
}
.p-adicionar-obra .content .form-container .box .input-select-group .input-group-modal li {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.02rem;
    padding-block: 1rem;
    padding-inline: 1.75rem;
    transition: 200ms;
}
.p-adicionar-obra .content .form-container .box .input-select-group .input-group-modal li.active {
    font-weight: 600;
    background-color: #eeeef0;
}
.p-adicionar-obra .content .form-container .box .input-select-group .input-group-modal li:hover {
    background-color: #eeeef0;
}
.p-adicionar-obra .content .form-container .box .input-select-group .input-group-modal.active {
    display: block;
}
.p-adicionar-obra .content .form-container .box .wrapper-button {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.p-adicionar-obra .content .form-container .box .wrapper-info-charge {
    display: flex;
    gap: 5.25rem;
}

.p-adicionar-obra .content .form-container .box .wrapper-info-charge .left .group-checkbox-input > label {
    color: #898989;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    margin-bottom: 1rem;
    display: block;
}
.p-adicionar-obra .content .form-container .box .wrapper-info-charge .left .group-checkbox-input .wrapper-top {
    display: flex;
    align-items: initial;
    gap: 2.5rem;
    margin-bottom: 0.94rem;
    flex-direction: column;
}
.p-adicionar-obra .content .form-container .box .wrapper-info-charge .left .group-checkbox-input .wrapper-top > div {
    display: flex;
    align-items: center;
    gap: 0.62rem;
    flex-wrap: wrap;
}

.p-adicionar-obra .content .form-container .box .wrapper-info-charge .left .group-checkbox-input .wrapper-top > div .label1{
    min-width: 145px;
}

.p-adicionar-obra .content .form-container .box .wrapper-info-charge .left .group-checkbox-input .wrapper-top > div .label2{
    min-width: 145px;
}

.p-adicionar-obra .content .form-container .box .wrapper-info-charge .left .group-checkbox-input .wrapper-top > div .label3{
    min-width: 185px;
    margin-left: 30px;
}

.p-adicionar-obra .content .form-container .box .wrapper-info-charge .left .group-checkbox-input .wrapper-top > div input[type=checkbox] {
    -webkit-appearance: unset;
    -moz-appearance: unset;
    appearance: unset;
    border-radius: 0.25rem;
    border: 1px solid #D4D4D7;
    width: 24px;
    height: 24px;
    transition: 200ms;
    background-position: top center;
    min-width: 24px;
    min-height: 24px;
}
.p-adicionar-obra .content .form-container .box .wrapper-info-charge .left .group-checkbox-input .wrapper-top > div input[type=checkbox]:checked {
    background-image: url(../images/input-checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #185B66;
    border-color: #185B66;
}
.p-adicionar-obra .content .form-container .box .wrapper-info-charge .left .group-checkbox-input .wrapper-top > div label {
    color: #898989;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    cursor: pointer;
}
.p-adicionar-obra .content .form-container .box .wrapper-info-charge .left .group-checkbox-input .wrapper-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 377px;
    margin-left: auto;
    gap: 11px;
}
.p-adicionar-obra .content .form-container .box .wrapper-info-charge .left .group-checkbox-input .wrapper-bottom input {
    width: 100%;
    border-radius: 0.4375rem;
    border: 1px solid #D4D4D7;
    height: 50px;
    padding: 1rem;
    font-family: "Inter";
    font-size: 0.875rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.0175rem;
}
.p-adicionar-obra .content .form-container .box .wrapper-info-charge .left .group-checkbox-input .wrapper-bottom input::-moz-placeholder {
    color: #D4D4D7;
}
.p-adicionar-obra .content .form-container .box .wrapper-info-charge .left .group-checkbox-input .wrapper-bottom input::placeholder {
    color: #D4D4D7;
}
.p-adicionar-obra .content .form-container .box .wrapper-info-charge .right > label {
    color: #898989;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    margin-bottom: 1.13rem;
    display: block;
}
.p-adicionar-obra .content .form-container .box .wrapper-info-charge .right .wrapper {
    display: flex;
    gap: 0.7rem;
}
.p-adicionar-obra .content .form-container .box .wrapper-info-charge .right .wrapper .input-group-time label {
    display: block;
    color: #898989;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    margin-bottom: 1.12rem;
}
.p-adicionar-obra .content .form-container .box .wrapper-info-charge .right .wrapper .input-group-time input,
.form-item{
    display: block;
    width: 100%;
    height: 50px;
    padding: 1rem;
    border-radius: 0.4375rem;
    border: 1px solid #D4D4D7;
    font-family: "Inter";
    font-size: 0.875rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.0175rem;
}

.form-item{
    width: 150px;
}

.p-adicionar-obra .content .form-container .box .wrapper-info-charge .right .wrapper .input-group-time input::-moz-placeholder {
    color: #D4D4D7;
}
.p-adicionar-obra .content .form-container .box .wrapper-info-charge .right .wrapper .input-group-time input::placeholder {
    color: #D4D4D7;
}
@media screen and (max-width: 1800px) {
    .p-adicionar-obra .content .form-container .box .wrapper-info-charge .left .group-checkbox-input {
        width: 470px;
    }
}
.p-adicionar-obra .content .form-container button[type=submit] {
    margin-top: 3.13rem;
    border-radius: 0.5rem;
    background: #185B66;
    padding: 1rem 3.44rem;
    color: #FFF;
    border: 0;
    margin-left: auto;
    display: block;
    width: -moz-max-content;
    width: max-content;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    transition: 200ms;
}
.p-adicionar-obra .content .form-container button[type=submit]:hover {
    background: #21717e;
    cursor: pointer;
}
@media screen and (max-width: 1500px) {
    .p-adicionar-obra .content .form-container .box .wrapper-info-charge {
        flex-direction: column;
        gap: 3.12rem;
    }
    .p-adicionar-obra .content .form-container .box .wrapper-info-charge .left .group-checkbox-input .wrapper-bottom {
        margin-left: 0;
    }
}
@media screen and (max-width: 993px) {
    .p-adicionar-obra .content .form-container .box .two-column {
        display: flex;
        flex-direction: column;
        gap: 1.75rem;
        margin-bottom: 1.75rem;
    }
}
@media screen and (max-width: 769px) {
    .p-adicionar-obra .content .form-container .box {
        padding: 2rem 1.25rem;
        border-radius: 0.5rem;
    }
    .p-adicionar-obra .content .form-container .box .wrapper-info-charge .left .group-checkbox-input {
        width: 100%;
    }
    .p-adicionar-obra .content .form-container .box .wrapper-info-charge .left .group-checkbox-input .wrapper-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
        margin-bottom: 1.75rem;
    }
    .p-adicionar-obra .content .form-container .box .wrapper-info-charge .left .group-checkbox-input .wrapper-bottom {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .p-adicionar-obra .content .form-container .box .wrapper-info-charge .left .group-checkbox-input .wrapper-bottom input {
        width: 100%;
    }
    .p-adicionar-obra .content .form-container .box .wrapper-info-charge .right .wrapper {
        display: flex;
        flex-direction: column;
        gap: 1.75rem;
    }
    .p-adicionar-obra .content .form-container .box .wrapper-info-charge .right .wrapper .input-group-time label {
        margin-bottom: 0.5rem;
    }
}
@media screen and (max-width: 769px) {
    .p-adicionar-obra .content .group-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.75rem;
    }
    .p-adicionar-obra .content .group-title .btn-view-bo {
        margin-left: auto;
    }
}

.p-boletim-de-obra .table-list {
    border-radius: 1.5rem;
    background: #FFF;
    box-shadow: 0px 4px 40.4px -22px rgba(239, 242, 255, 0.03);
    padding-top: 2.5rem;
    padding-bottom: 9.06rem;
}
.p-boletim-de-obra .table-list .thead .top {
    padding-inline: 3.81rem;
    margin-bottom: 1.88rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p-boletim-de-obra .table-list .thead .top h3 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
}
.p-boletim-de-obra .table-list .thead .top .box-navigation {
    display: flex;
    align-items: center;
    gap: 1.3rem;
}
.p-boletim-de-obra .table-list .thead .top .box-navigation .pages {
    display: flex;
    align-items: center;
    gap: 1.56rem;
}
.p-boletim-de-obra .table-list .thead .top .box-navigation .pages a {
    color: #353535;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.015rem;
    text-decoration: none;
}
.p-boletim-de-obra .table-list .thead .top .box-navigation .pages a.active {
    color: #FFF;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.015rem;
    padding: 0.25rem 0.56rem 0.31rem;
    border-radius: 0.375rem;
    background: #185B66;
}
.p-boletim-de-obra .table-list .thead .bottom .tr {
    padding-block: 2rem;
    padding-inline: 3.81rem;
    background: #FCFCFC;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 200px 180px 80px 74px 120px 94px;
    gap: 4rem;
}
.p-boletim-de-obra .table-list .thead .bottom .td {
    color: #898989;
    font-family: "Inter";
    font-size: 0.875rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.0175rem;
    display: flex;
    align-items: center;
    align-items: flex-start;
    justify-content: flex-start;
}
.p-boletim-de-obra .table-list .thead .bottom .td:not(:nth-child(1), :nth-child(5)) span {
    width: -moz-max-content;
    width: max-content;
    display: block;
}
.p-boletim-de-obra .table-list .thead .bottom .td:not(:nth-child(1), :nth-child(5)) span.order {
    margin-right: 0.7rem;
}
.p-boletim-de-obra .table-list .thead .bottom .td b {
    display: inline-block;
    color: #000;
    font-family: "Inter";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.0175rem;
}
.p-boletim-de-obra .table-list .thead .bottom .btn-order-client {
    cursor: pointer;
}
.p-boletim-de-obra .table-list .thead .bottom .btn-order-client:hover span {
    color: #353535;
}
.p-boletim-de-obra .table-list .tbody .tr {
    padding-block: 1.87rem;
    padding-inline: 3.81rem;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 200px 180px 80px 74px 120px 94px;
    gap: 4rem;
    border-top: 1px solid #D4D4D7;
}
.p-boletim-de-obra .table-list .tbody .tr .td span {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.p-boletim-de-obra .table-list .tbody .tr .td:last-of-type a {
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
    display: block;
}

.p-propostas .table-list .thead .bottom .tr,
.p-propostas .table-list .tbody .tr{
    grid-template-columns: 1fr 200px 150px 170px 72px 127px;
}

.p-cobrancas .table-list .thead .bottom .tr,
.p-cobrancas .table-list .tbody .tr{
    grid-template-columns: 1fr 130px 100px 126px 90px 80px 80px 80px 50px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    background: #EEE;
}

@media screen and (max-width: 1880px) {
    .p-boletim-de-obra .table-list .thead .bottom .tr {
        gap: 2rem;
        grid-template-columns: 1fr 160px 180px 80px 74px 110px 94px;
    }
    .p-boletim-de-obra .table-list .tbody .tr {
        gap: 2rem;
        grid-template-columns: 1fr 160px 180px 80px 74px 110px 94px;
    }
}
@media screen and (max-width: 1650px) {
    .p-boletim-de-obra .table-list {
        overflow-x: auto;
    }
    .p-boletim-de-obra .table-list .wrapper-content {
        width: 1150px;
    }
}
@media screen and (max-width: 550px) {
    .p-boletim-de-obra .table-list .wrapper-content {
        width: 1050px;
    }
    .p-boletim-de-obra .table-list .thead .top {
        margin-bottom: 1rem;
        padding-inline: 1.25rem;
    }
    .p-boletim-de-obra .table-list .thead .bottom .tr {
        padding-inline: 1.25rem;
        padding-block: 0.5rem;
    }
    .p-boletim-de-obra .table-list .tbody .tr {
        padding-inline: 1.25rem;
        padding-block: 0.5rem;
    }
    .p-boletim-de-obra .table-list .tbody .tr .td span {
        font-size: 0.75rem;
    }
}

.p-gerar-bo .content .group-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3.75rem;
}
.p-gerar-bo .content .group-title > div h2 {
    color: #353535;
    font-family: "Inter";
    font-size: 2rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.04rem;
    margin-bottom: 0.31rem;
}
.p-gerar-bo .content .group-title > div span {
    color: var(--Preto, #353535);
    font-family: "Inter";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.015rem;
}
.p-gerar-bo .content .group-title > div span b {
    font-weight: 600;
}

#divCliente {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

#divCliente .cliente3 {
    background-color: #185B66;
    border-radius: 6px;
    color: #FFF;
    padding: 20px 30px;
    position: relative;
}

#divCliente .cliente3  svg{
    position: absolute;
    top: 4px;
    right: 3px;
    border-radius: 50%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(168deg) brightness(105%) contrast(105%);
}

.box {
    padding: 3.75rem;
    padding-bottom: 25rem;
    border-radius: 1.5rem;
    background: #FFF;
    box-shadow: 0px 4px 40.4px -22px rgba(239, 242, 255, 0.03);
}


.box .observacao{
    position: relative;
    border-bottom: solid 1px #CCC;
    padding-bottom: 3rem;
}

.box .observacao button{
    background: #FFF;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.box .two-column {
    margin-bottom: 3.12rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}
.box .three-column {
    margin-bottom: 3.12rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.25rem;
}

.box .four-column {
    margin-bottom: 3.12rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.25rem;
}

.box > .input-group {
    margin-bottom: 3.12rem;
}
.box .input-group label {
    color: #898989;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    display: block;
    margin-bottom: 0.69rem;
}
.box .input-group input, .box .input-group select {
    display: block;
    height: 60px;
    width: 100%;
    background: #FFF;
    border-radius: 0.4375rem;
    border: 1px solid #D4D4D7;
    padding-inline: 1.88rem;
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.box .input-group input.icon-calendar {
    background-image: url(../images/icon-calendar.svg);
    background-position: right 1.88rem center;
    background-repeat: no-repeat;
}
.box .input-select-group {
    position: relative;
}
.box .input-select-group .input-group div {
    position: relative;
}
.box .input-select-group .input-group div.icon-select-client {
    position: relative;
}
.box .input-select-group .input-group div.icon-select-client::before {
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    background-image: url(../images/icon-dropdown.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.88rem;
}
.box .input-select-group.active .input-group > div::before {
    transform: rotate(180deg);
}
.box .input-select-group .input-group-modal {
    display: none;
    border-radius: 0.4375rem;
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    width: 100%;
    background-color: #FFF;
    list-style: none;
    border: 1px solid #D4D4D7;
    overflow-y: scroll;
    max-height: 300px;
    z-index: 4;
}
.box .input-select-group .input-group-modal li {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.02rem;
    padding-block: 1rem;
    padding-inline: 1.75rem;
    transition: 200ms;
}
.box .input-select-group .input-group-modal li.active {
    font-weight: 600;
    background-color: #eeeef0;
}
.box .input-select-group .input-group-modal li:hover {
    background-color: #eeeef0;
}
.box .input-select-group .input-group-modal.active {
    display: block;
}
@media screen and (max-width: 1024px) {
    .box {
        padding-bottom: 5rem;
    }
    .box .two-column,
    .box .three-column {
        display: flex;
        flex-direction: column;
        gap: 1.75rem;
    }
}
@media screen and (max-width: 769px) {
    .box {
        padding: 2rem 1.25rem;
        border-radius: 0.5rem;
    }
}
.p-gerar-bo .content .form-container button[type=submit] {
    margin-top: 3.13rem;
    margin-right: auto;
    border-radius: 0.5rem;
    background: #185B66;
    padding: 1rem 3.44rem;
    color: #FFF;
    border: 0;
    display: block;
    width: -moz-max-content;
    width: max-content;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    transition: 200ms;
}
.p-gerar-bo .content .form-container button[type=submit]:hover {
    background: #21717e;
    cursor: pointer;
}
@media screen and (max-width: 769px) {
    .p-gerar-bo .content .form-container button[type=submit] {
        padding-inline: 2rem;
        width: 100%;
        display: block;
    }
}

.p-gerar-bo-list .content .group-title-bo {
    margin-bottom: 1.87rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p-gerar-bo-list .content .group-title-bo h2 {
    color: #353535;
    font-family: "Inter";
    font-size: 2rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.04rem;
}
.p-gerar-bo-list .content .group-title-bo .wrapper {
    display: flex;
    gap: 0.63rem;
}
.p-gerar-bo-list .content .group-title-bo .wrapper .btn-edit,
.p-gerar-bo-list .content .group-title-bo .wrapper .btn-send-email {
    padding: 0.69rem 3.13rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #185B66;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    text-decoration: none;
    width: -moz-max-content;
    width: max-content;
    transition: 200ms;
}
.p-gerar-bo-list .content .group-title-bo .wrapper .btn-edit span,
.p-gerar-bo-list .content .group-title-bo .wrapper .btn-send-email span {
    color: #185B66;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.p-gerar-bo-list .content .group-title-bo .wrapper .btn-edit svg.active,
.p-gerar-bo-list .content .group-title-bo .wrapper .btn-send-email svg.active {
    display: none;
}
.p-gerar-bo-list .content .group-title-bo .wrapper .btn-edit:hover,
.p-gerar-bo-list .content .group-title-bo .wrapper .btn-send-email:hover {
    background-color: #185B66;
}
.p-gerar-bo-list .content .group-title-bo .wrapper .btn-edit:hover span,
.p-gerar-bo-list .content .group-title-bo .wrapper .btn-send-email:hover span {
    color: #FFF;
}
.p-gerar-bo-list .content .group-title-bo .wrapper .btn-edit:hover svg,
.p-gerar-bo-list .content .group-title-bo .wrapper .btn-send-email:hover svg {
    display: none;
}
.p-gerar-bo-list .content .group-title-bo .wrapper .btn-edit:hover svg.active,
.p-gerar-bo-list .content .group-title-bo .wrapper .btn-send-email:hover svg.active {
    display: block;
}
.p-gerar-bo-list .content .group-title-bo .wrapper .btn-to-save {
    padding: 0.69rem 3.13rem 1rem;
    border-radius: 0.5rem;
    background-color: #185B66;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    text-decoration: none;
    width: -moz-max-content;
    width: max-content;
    transition: 200ms;
}
.p-gerar-bo-list .content .group-title-bo .wrapper .btn-to-save span {
    color: #FFF;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.p-gerar-bo-list .content .group-title-bo .wrapper .btn-to-save:hover {
    background: #21717e;
    cursor: pointer;
}
@media screen and (max-width: 1200px) {
    .p-gerar-bo-list .content .group-title-bo {
        flex-direction: column;
        gap: 1.75rem;
        align-items: flex-start;
    }
}
@media screen and (max-width: 769px) {
    .p-gerar-bo-list .content .group-title-bo .wrapper {
        flex-direction: column;
    }
}
.p-gerar-bo-list .content .table {
    border-radius: 1.5rem;
    background: #FFF;
    box-shadow: 0px 4px 40.4px -22px rgba(239, 242, 255, 0.03);
}
.p-gerar-bo-list .content .table .title {
    padding-block: 2.5rem;
}
.p-gerar-bo-list .content .table .title span {
    color: #185B66;
    font-family: "Inter";
    font-size: 1.5rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.03rem;
    display: block;
    text-align: center;
}
.p-gerar-bo-list .content .table .wrapper-container-1 {
    overflow-x: auto;
    margin-bottom: 7rem;
}
.p-gerar-bo-list .content .table .wrapper-container-1::-webkit-scrollbar {
    height: 6px;
}
.p-gerar-bo-list .content .table .wrapper-container-1::-webkit-scrollbar-thumb {
    background-color: #d0cfcf;
    border-radius: 5px;
}
.p-gerar-bo-list .content .table .wrapper-container-1::-webkit-scrollbar-thumb:hover {
    background-color: #898888;
}
.p-gerar-bo-list .content .table .wrapper-container-1::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.p-gerar-bo-list .content .table .table-content-1 {
    min-width: 1500px;
}
.p-gerar-bo-list .content .table .table-content-1 .thead .tr {
    display: grid;
    grid-template-columns: 1fr 190px 260px 200px 200px 200px;
    border-top: 2px solid #E7EBEE;
    border-bottom: 2px solid #E7EBEE;
}
.p-gerar-bo-list .content .table .table-content-1 .thead .tr .td {
    height: 80px;
    background-color: #F5F7F9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #E7EBEE;
}
.p-gerar-bo-list .content .table .table-content-1 .thead .tr .td:nth-child(1) {
    border-left: 2px solid #E7EBEE;
}
.p-gerar-bo-list .content .table .table-content-1 .thead .tr .td > span {
    color: #353535;
    font-family: "Inter";
    font-size: 0.875rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.0175rem;
}
.p-gerar-bo-list .content .table .table-content-1 .thead .tr .td.colspan-2 {
    display: flex;
    flex-direction: column;
}
.p-gerar-bo-list .content .table .table-content-1 .thead .tr .td.colspan-2 .top {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
}
.p-gerar-bo-list .content .table .table-content-1 .thead .tr .td.colspan-2 .top span {
    color: #353535;
    font-family: "Inter";
    font-size: 0.875rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.0175rem;
}
.p-gerar-bo-list .content .table .table-content-1 .thead .tr .td.colspan-2 .bottom {
    border-top: 2px solid #E7EBEE;
    width: 100%;
    height: 50%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.p-gerar-bo-list .content .table .table-content-1 .thead .tr .td.colspan-2 .bottom > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-gerar-bo-list .content .table .table-content-1 .thead .tr .td.colspan-2 .bottom > div:nth-child(1),
.p-gerar-bo-list .content .table .table-content-1 .thead .tr .td.colspan-2 .bottom > div:nth-child(2){
    border-right: 2px solid #E7EBEE;
}
.p-gerar-bo-list .content .table .table-content-1 .thead .tr .td.colspan-2 .bottom > div span {
    color: #353535;
    font-family: "Inter";
    font-size: 0.875rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.0175rem;
}
.p-gerar-bo-list .content .table .table-content-1 .tbody .tr {
    display: grid;
    grid-template-columns: 1fr  450px 200px 200px 200px;
    height: 70px;
}


.tbody .tr.observacao{
    grid-template-columns:  1fr 200px !important;
    border-bottom: 2px solid #E7EBEE;
    height: 30px !important;
}

.tbody .tr.observacao.primeira{
    border-top: 2px solid #E7EBEE;
}

.p-gerar-bo-list .content .table .table-content-1 .tbody .tr .td {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-gerar-bo-list .content .table .table-content-1 .tbody .tr .td:not(:last-of-type) {
    border-right: 2px solid #E7EBEE;
}

.p-gerar-bo-list .content .table .table-content-1 .tbody .tr .td.bordaTopo {
    border-top: 2px solid #E7EBEE;
}

.p-gerar-bo-list .content .table .table-content-1 .tbody .tr .td span {
    color: #353535;
    font-family: "Inter";
    font-size: 0.875rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.0175rem;
}
.p-gerar-bo-list .content .table .table-content-1 .tbody .tr .td span.text-gray {
    color: #D4D4D7;
}
.p-gerar-bo-list .content .table .table-content-1 .tbody .tr .td > .money {
    padding-inline: 1.88rem;
    display: flex;
    align-items: center;
    justify-content: space-between !important;
}
.p-gerar-bo-list .content .table .table-content-1 .tbody .tr .td.rowspan-3 {
    display: flex;
    flex-direction: column;
}
.p-gerar-bo-list .content .table .table-content-1 .tbody .tr .td.rowspan-3 > div {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-gerar-bo-list .content .table .table-content-1 .tbody .tr .td.rowspan-3 > div:not(:last-of-type) {
    border-bottom: 2px solid #E7EBEE;
}
.p-gerar-bo-list .content .table .table-content-1 .tbody .tr .td.rowspan-3 .colspan-3 {
    display: grid;
    grid-template-columns: 190px 1fr 1fr 1fr;
}
.p-gerar-bo-list .content .table .table-content-1 .tbody .tr .td.rowspan-3 .colspan-3 div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-gerar-bo-list .content .table .table-content-1 .tbody .tr .td.rowspan-3 .colspan-3 div:nth-child(1),
.p-gerar-bo-list .content .table .table-content-1 .tbody .tr .td.rowspan-3 .colspan-3 div:nth-child(2),
.p-gerar-bo-list .content .table .table-content-1 .tbody .tr .td.rowspan-3 .colspan-3 div:nth-child(3) {
    border-right: 2px solid #E7EBEE;
}
.p-gerar-bo-list .content .table .table-content-1 .tfoot .tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 1.88rem;
    height: 60px !important;
    border: 2px solid #E7EBEE;
    background: #185B66;
}
.p-gerar-bo-list .content .table .table-content-1 .tfoot .tr .td span {
    color: #FFF;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.p-gerar-bo-list .content .table .wrapper-container-2 {
    overflow-x: auto;
}
.p-gerar-bo-list .content .table .wrapper-container-2::-webkit-scrollbar {
    height: 6px;
}
.p-gerar-bo-list .content .table .wrapper-container-2::-webkit-scrollbar-thumb {
    background-color: #d0cfcf;
    border-radius: 5px;
}
.p-gerar-bo-list .content .table .wrapper-container-2::-webkit-scrollbar-thumb:hover {
    background-color: #898888;
}
.p-gerar-bo-list .content .table .wrapper-container-2::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.p-gerar-bo-list .content .table .table-content-2 {
    min-width: 1000px;
}
.p-gerar-bo-list .content .table .table-content-2 h2 {
    margin-bottom: 1.75rem;
    color: #353535;
    text-align: center;
    font-family: "Inter";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.03rem;
}
.p-gerar-bo-list .content .table .table-content-2 .thead .tr {
    border: 2px solid #E7EBEE;
    background: #F5F7F9;
    display: grid;
    grid-template-columns: 210px 1fr  210px 210px 210px ;
    height: 80px;
    padding-left: 1.88rem;
}
.p-gerar-bo-list .content .table .table-content-2 .thead .tr .td {
    display: flex;
    align-items: center;
}
.p-gerar-bo-list .content .table .table-content-2 .thead .tr .td:not(:first-of-type) {
    justify-content: center;
}
.p-gerar-bo-list .content .table .table-content-2 .thead .tr .td:not(:last-of-type) {
    border-right: 2px solid #E7EBEE;
}
.p-gerar-bo-list .content .table .table-content-2 .thead .tr .td span {
    color: #353535;
    font-family: "Inter";
    font-size: 0.875rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.0175rem;
}
.p-gerar-bo-list .content .table .table-content-2 .tbody .tr {
    border-inline: 2px solid transparent;
    display: grid;
    grid-template-columns: 210px 1fr 210px 210px 210px;
    height: 80px;
    padding-left: 1.88rem;
    position: relative;
}
.p-gerar-bo-list .content .table .table-content-2 .tbody .tr::before {
    position: absolute;
    left: -2px;
    right: -2px;
    bottom: 0;
    content: "";
    display: block;
    width: calc(100% + 4px);
    height: 1.5px;
    background-color: #E7EBEE;
}

.p-gerar-bo-list .content .table .table-content-2 .tbody .tr-fecha::before{
    position: absolute;
    left: -2px;
    right: -2px;
    bottom: 0;
    content: "";
    display: block;
    width: calc(100% + 4px);
    height: 1.5px;
    background-color: #FFF;
}

.p-gerar-bo-list .content .table .table-content-2 .tbody .tr .td {
    display: flex;
    align-items: center;
    position: relative;
}
.p-gerar-bo-list .content .table .table-content-2 .tbody .tr .td:not(:first-of-type) {
    justify-content: center;
}
.p-gerar-bo-list .content .table .table-content-2 .tbody .tr .td:not(:last-of-type) {
    border-right: 2px solid #E7EBEE;
}
.p-gerar-bo-list .content .table .table-content-2 .tbody .tr .td span {
    color: #353535;
    font-family: "Inter";
    font-size: 0.875rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.0175rem;
}

.diferenciada{
    background: #185B66;
    border-radius: 10px;
    padding: 10px;
    color: #FFF !important;
    margin-right: 5px;
}

.p-gerar-bo-list .content .table .table-content-2 .tfoot .tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    border-inline: 2px solid #E7EBEE;
    border-bottom: 2px solid #E7EBEE;
    background: #F5F7F9;
    padding-inline: 1.88rem;
}
.p-gerar-bo-list .content .table .table-content-2 .tfoot .tr .td span {
    color: #185B66;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.p-gerar-bo-list .content .table .table-content-2 footer {
    padding: 1.25rem 1.88rem 6.25rem;
}
.p-gerar-bo-list .content .table .table-content-2 footer .ps-title {
    display: block;
    color: #E83535;
    font-family: "Inter";
    font-size: 0.875rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.0175rem;
    margin-bottom: 0.62rem;
}
.p-gerar-bo-list .content .table .table-content-2 footer .ps-description {
    display: block;
    color: #353535;
    font-family: "Inter";
    font-size: 0.875rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.0175rem;
}
@media screen and (max-width: 993px) {
    .p-gerar-bo-list .content .table .title span {
        font-size: 1rem;
    }
}

.p-emails-enviados .content .title-box-filter div.right .btn-filter .modal-filter {
    left: initial;
    right: -25px;
    transform: translateX(0);
}
.p-emails-enviados .table-list {
    border-radius: 1.5rem;
    background: #FFF;
    box-shadow: 0px 4px 40.4px -22px rgba(239, 242, 255, 0.03);
    padding-top: 2.5rem;
    padding-bottom: 9.06rem;
}
.p-emails-enviados .table-list .thead .top {
    padding-inline: 3.81rem;
    margin-bottom: 1.88rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p-emails-enviados .table-list .thead .top h3 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
}
.p-emails-enviados .table-list .thead .top .box-navigation {
    display: flex;
    align-items: center;
    gap: 1.3rem;
}
.p-emails-enviados .table-list .thead .top .box-navigation .pages {
    display: flex;
    align-items: center;
    gap: 1.56rem;
}
.p-emails-enviados .table-list .thead .top .box-navigation .pages a {
    color: #353535;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.015rem;
    text-decoration: none;
}
.p-emails-enviados .table-list .thead .top .box-navigation .pages a.active {
    color: #FFF;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.015rem;
    padding: 0.25rem 0.56rem 0.31rem;
    border-radius: 0.375rem;
    background: #185B66;
}
.p-emails-enviados .table-list .thead .bottom .tr {
    padding-block: 2rem;
    padding-inline: 3.81rem;
    background: #FCFCFC;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 300px 230px 130px 75px;
    gap: 4rem;
}
.p-emails-enviados .table-list .thead .bottom .td {
    color: #898989;
    font-family: "Inter";
    font-size: 0.875rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.0175rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-emails-enviados .table-list .thead .bottom .td:nth-child(1) {
    align-items: flex-start;
    justify-content: flex-start;
}
.p-emails-enviados .table-list .tbody .tr {
    padding-block: 1.87rem;
    padding-inline: 3.81rem;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 300px 230px 130px 75px;
    gap: 4rem;
    border-top: 1px solid #D4D4D7;
}
.p-emails-enviados .table-list .tbody .tr .td {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-emails-enviados .table-list .tbody .tr .td:nth-child(1) {
    align-items: flex-start;
    justify-content: flex-start;
}
.p-emails-enviados .table-list .tbody .tr .td span {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.p-emails-enviados .table-list .tbody .tr .td:last-of-type a {
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
    display: block;
}
@media screen and (max-width: 1700px) {
    .p-emails-enviados .wrapper-scroll {
        overflow-x: auto;
    }
    .p-emails-enviados .table-list {
        min-width: 910px;
    }
    .p-emails-enviados .table-list .thead .bottom .tr {
        grid-template-columns: 1fr 120px 85px 85px 75px;
    }
    .p-emails-enviados .table-list .tbody .tr {
        grid-template-columns: 1fr 120px 85px 85px 75px;
    }
}
@media screen and (max-width: 550px) {
    .p-emails-enviados .content .title-box-filter div.right .btn-filter .modal-filter {
        right: -10px;
    }
    .p-emails-enviados .table-list {
        min-width: 750px;
        border-radius: 0.5rem;
        padding-bottom: 4rem;
    }
    .p-emails-enviados .table-list .thead .top {
        margin-bottom: 1rem;
        padding-inline: 1.25rem;
    }
    .p-emails-enviados .table-list .thead .bottom .tr {
        padding-inline: 1.25rem;
        padding-block: 0.5rem;
    }
    .p-emails-enviados .table-list .tbody .tr {
        padding-inline: 1.25rem;
        padding-block: 0.5rem;
    }
    .p-emails-enviados .table-list .tbody .tr .td span {
        font-size: 0.75rem;
    }
}

.p-ver-email .dashboard .content .title-box-filter div.left h2 {
    font-weight: 500;
}
.p-ver-email .dashboard .content .title-box-filter div.left h2 b {
    font-weight: 600;
}
.p-ver-email .box {
    border-radius: 1.5rem;
    background: #FFF;
    box-shadow: 0px 4px 40.4px -22px rgba(239, 242, 255, 0.03);
}
.p-ver-email .box .group-top {
    padding: 0 2.5rem 8.75rem 3.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    cursor: pointer;
}
.p-ver-email .box .group-top h2 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
}
.p-ver-email .box .group-top img {
    transform: rotate(180deg);
}
.p-ver-email .box .table {
    display: none;
}
.p-ver-email .box .table .thead .tr-bg {
    background: #FCFCFC;
}
.p-ver-email .box .table .thead .tr {
    max-width: 850px;
    display: grid;
    grid-template-columns: 350px 250px 250px;
    padding-block: 2rem;
    padding-left: 3.75rem;
}
.p-ver-email .box .table .thead .tr .td {
    display: flex;
    align-items: center;
}
.p-ver-email .box .table .thead .tr .td:not(:nth-child(1)) {
    justify-content: center;
}
.p-ver-email .box .table .thead .tr .td span {
    color: #898989;
    font-family: "Inter";
    font-size: 0.875rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.0175rem;
}
.p-ver-email .box .table .tbody {
    padding-left: 3.75rem;
    padding-right: 2.5rem;
    padding-bottom: 8.75rem;
}
.p-ver-email .box .table .tbody .tr {
    max-width: 850px;
    display: grid;
    grid-template-columns: 350px 250px 250px;
    height: 80px;
}
.p-ver-email .box .table .tbody .tr .td {
    display: flex;
    align-items: center;
}
.p-ver-email .box .table .tbody .tr .td:not(:nth-child(1)) {
    flex-direction: column;
    justify-content: center;
    gap: 0.62rem;
}
.p-ver-email .box .table .tbody .tr .td:not(:nth-child(1)) span {
    color: #34B424;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.015rem;
}
.p-ver-email .box .table .tbody .tr .td span {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.p-ver-email .box .table .tbody hr {
    background-color: #D4D4D7;
    height: 1px;
    width: 100%;
    border: 0;
}
.p-ver-email .box.active .group-top {
    padding-bottom: 1.87rem;
}
.p-ver-email .box.active .group-top img {
    transform: rotate(0deg);
}
.p-ver-email .box.active .table {
    display: block;
}
@media screen and (max-width: 1450px) {
    .p-ver-email .box .table {
        overflow-x: auto;
    }
    .p-ver-email .box .table .wrapper {
        min-width: 700px;
    }
    .p-ver-email .box .table .thead .tr {
        grid-template-columns: 260px 160px 140px;
    }
    .p-ver-email .box .table .tbody .tr {
        grid-template-columns: 260px 160px 140px;
    }
}
@media screen and (max-width: 769px) {
    .p-ver-email .box {
        border-radius: 0.5rem;
    }
    .p-ver-email .box .group-top {
        padding-block: 1.25rem;
        padding-inline: 1.25rem;
    }
    .p-ver-email .box.active .group-top {
        padding-block: 1.25rem;
        padding-inline: 1.25rem;
    }
    .p-ver-email .box .table .thead .tr {
        padding-inline: 1.75rem;
    }
    .p-ver-email .box .table .tbody {
        padding-inline: 1.75rem;
        padding-bottom: 4rem;
    }
}
.p-ver-email .wrapper-email {
    margin-top: 1.88rem;
    border-radius: 1.5rem;
    background: #FFF;
    box-shadow: 0px 4px 40.4px -22px rgba(239, 242, 255, 0.03);
    padding: 3.75rem;
}
.p-ver-email .wrapper-email .input-group + .input-group {
    margin-top: 3.13rem;
}
.p-ver-email .wrapper-email .input-group label {
    display: block;
    margin-bottom: 0.69rem;
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.p-ver-email .wrapper-email .input-group input {
    height: 60px;
    padding-inline: 1.87rem;
    border-radius: 0.4375rem;
    border: 1px solid #353535;
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    width: 450px;
}
.p-ver-email .wrapper-email .input-group textarea {
    border-radius: 0.4375rem;
    border: 1px solid #353535;
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.02rem;
    padding: 1.25rem 3.94rem 3.56rem 1.87rem;
    width: 100%;
    height: 240px;
}
.p-ver-email .wrapper-email .input-group textarea::-webkit-scrollbar {
    width: 6px;
}
.p-ver-email .wrapper-email .input-group textarea::-webkit-scrollbar-thumb {
    background-color: #d0cfcf;
    border-radius: 5px;
}
.p-ver-email .wrapper-email .input-group textarea::-webkit-scrollbar-thumb:hover {
    background-color: #898888;
}
.p-ver-email .wrapper-email .input-group textarea::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.p-ver-email .wrapper-email .input-group ul {
    list-style: none;
    margin-top: 0.94rem;
}
.p-ver-email .wrapper-email .input-group ul li {
    border-radius: 0.3125rem;
    background: #F8F8F8;
    width: 400px;
    margin-bottom: 0.63rem;
    padding-block: 1rem;
    padding-left: 1.87rem;
}
.p-ver-email .wrapper-email .input-group ul li a {
    color: #185B66;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.015rem;
    text-decoration-line: underline;
}
@media screen and (max-width: 769px) {
    .p-ver-email .wrapper-email {
        padding: 2rem 1.25rem;
        border-radius: 0.5rem;
    }
    .p-ver-email .wrapper-email .input-group input {
        width: 100%;
    }
    .p-ver-email .wrapper-email .input-group ul li {
        min-width: 200px;
        width: 100%;
        max-width: 230px;
    }
}

.p-novo-email .content h2 {
    color: #353535;
    font-family: "Inter";
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.04rem;
    margin-bottom: 3.75rem;
}
.p-novo-email .content .form-new-email {
    padding: 3.75rem 3.75rem 6.25rem;
    border-radius: 1.5rem;
    background: #FFF;
    box-shadow: 0px 4px 40.4px -22px rgba(239, 242, 255, 0.03);
}
.p-novo-email .content .form-new-email .two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}
.p-novo-email .content .form-new-email hr {
    margin-block: 5rem;
    border: 0;
    width: 100%;
    height: 0.7px;
    background: #D4D4D7;
}
.p-novo-email .content .form-new-email .input-group label {
    display: block;
    color: #898989;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    margin-bottom: 0.69rem;
}
.p-novo-email .content .form-new-email .input-group input {
    border-radius: 0.4375rem;
    border: 1px solid #D4D4D7;
    height: 60px;
    width: 100%;
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    padding-inline: 1.87rem;
}
.p-novo-email .content .form-new-email .input-group textarea {
    width: 100%;
    height: 240px;
    border-radius: 0.4375rem;
    border: 1px solid #D4D4D7;
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    padding-inline: 1.87rem;
    padding-block: 1rem;
    resize: none;
}
.p-novo-email .content .form-new-email .input-select-group {
    position: relative;
}
.p-novo-email .content .form-new-email .input-select-group .input-group div {
    position: relative;
}
.p-novo-email .content .form-new-email .input-select-group .input-group div.icon-select-client {
    position: relative;
}
.p-novo-email .content .form-new-email .input-select-group .input-group div.icon-select-client::before {
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    background-image: url(../images/icon-dropdown.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.88rem;
}
.p-novo-email .content .form-new-email .input-select-group.active .input-group > div::before {
    transform: rotate(180deg);
}
.p-novo-email .content .form-new-email .input-select-group .input-group-modal {
    display: none;
    border-radius: 0.4375rem;
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    width: 100%;
    background-color: #FFF;
    list-style: none;
    border: 1px solid #D4D4D7;
    overflow: hidden;
    z-index: 4;
}
.p-novo-email .content .form-new-email .input-select-group .input-group-modal li {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.02rem;
    padding-block: 1rem;
    padding-inline: 1.75rem;
    transition: 200ms;
}
.p-novo-email .content .form-new-email .input-select-group .input-group-modal li.active {
    font-weight: 600;
    background-color: #eeeef0;
}
.p-novo-email .content .form-new-email .input-select-group .input-group-modal li:hover {
    background-color: #eeeef0;
}
.p-novo-email .content .form-new-email .input-select-group .input-group-modal.active {
    display: block;
}
.p-novo-email .content .form-new-email .box-description {
    margin-top: 3.13rem;
    margin-bottom: 2.5rem;
}
.p-novo-email .content .form-new-email .wrapper-buttons {
    display: flex;
    align-items: center;
    gap: 1.87rem;
}
.p-novo-email .content .form-new-email .wrapper-buttons button[type=submit] {
    padding: 1.31rem 5.75rem;
    color: #FFF;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    border-radius: 0.5rem;
    background: #185B66;
    border: none;
    transition: 200ms;
}
.p-novo-email .content .form-new-email .wrapper-buttons button[type=submit]:hover {
    background: #21717e;
    cursor: pointer;
}
.p-novo-email .content .form-new-email .wrapper-buttons button[type=button] {
    background-color: transparent;
    border: 0;
    padding: 1.31rem 1.87rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border-radius: 0.5rem;
    transition: 200ms;
}
.p-novo-email .content .form-new-email .wrapper-buttons button[type=button] span {
    color: #185B66;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.p-novo-email .content .form-new-email .wrapper-buttons button[type=button]:hover {
    background: #ededed;
    cursor: pointer;
}
@media screen and (max-width: 993px) {
    .p-novo-email .content .form-new-email {
        padding: 2rem 1.25rem;
        border-radius: 0.5rem;
    }
    .p-novo-email .content .form-new-email .two-column {
        display: flex;
        flex-direction: column;
        gap: 1.75rem;
    }
    .p-novo-email .content .form-new-email .wrapper-buttons {
        flex-direction: column;
        align-items: center;
    }
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background: #555;
    color: #FFF;
    text-align: center;
}

.ui-datepicker th{
    font-size: 0.9rem;
}

.ui-state-active, .ui-widget-content .ui-state-active{
    background: #185B66;
}

ul.tagit li.tagit-choice-editable{
    padding: 13px 16px;
    border-radius: 8px;
    padding-right: 40px;
    margin-top: 11px;
}

ul.tagit li.tagit-choice .tagit-close{
    top: 15px;
}
ul.tagit li.tagit-choice .ui-icon{
    filter: brightness(100);
    background-position: -99px -128px;
}


.p-compactacao-solo-list .table-list {
    border-radius: 1.5rem;
    background: #FFF;
    box-shadow: 0px 4px 40.4px -22px rgba(239, 242, 255, 0.03);
    padding-top: 2.5rem;
    padding-bottom: 9.06rem;
}
.p-compactacao-solo-list .table-list .thead .top {
    padding-inline: 3.81rem;
    margin-bottom: 1.88rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p-compactacao-solo-list .table-list .thead .top h3 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
}
.p-compactacao-solo-list .table-list .thead .top .box-navigation {
    display: flex;
    align-items: center;
    gap: 1.3rem;
}
.p-compactacao-solo-list .table-list .thead .top .box-navigation .pages {
    display: flex;
    align-items: center;
    gap: 1.56rem;
}
.p-compactacao-solo-list .table-list .thead .top .box-navigation .pages a {
    color: #353535;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.015rem;
    text-decoration: none;
}
.p-compactacao-solo-list .table-list .thead .top .box-navigation .pages a.active {
    color: #FFF;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.015rem;
    padding: 0.25rem 0.56rem 0.31rem;
    border-radius: 0.375rem;
    background: #185B66;
}
.p-compactacao-solo-list .table-list .thead .bottom .tr {
    padding-block: 2rem;
    padding-inline: 3.81rem;
    background: #FCFCFC;
    display: grid;
    align-items: center;
    grid-template-columns: 100px 300px 300px 200px 100px 60px;
    gap: 1.5625rem;
}
.p-compactacao-solo-list .table-list .thead .bottom .td {
    color: #898989;
    font-family: "Inter";
    font-size: 0.875rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.0175rem;
    display: flex;
    align-items: center;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: auto;
}
.p-compactacao-solo-list .table-list .thead .bottom .td:last-of-type span {
    margin-left: 0;
}
.p-compactacao-solo-list .table-list .thead .bottom .btn-order-client {
    cursor: pointer;
}
.p-compactacao-solo-list .table-list .thead .bottom .btn-order-client:hover span {
    color: #353535;
}
.p-compactacao-solo-list .table-list .tbody .tr {
    padding-block: 1.87rem;
    padding-inline: 3.81rem;
    display: grid;
    align-items: center;
    grid-template-columns:100px 300px 325px 200px 100px 60px;
    gap: 1.5625rem;
}
.p-compactacao-solo-list .table-list .tbody .tr + .tr {
    border-top: 1px solid #D4D4D7;
}
.p-compactacao-solo-list .table-list .tbody .tr .td span {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.p-compactacao-solo-list .table-list .tbody .tr .td:last-of-type a {
    margin-left: auto;
    display: block;
    width: -moz-max-content;
    width: max-content;
}
@media screen and (max-width: 1880px) {
    .p-compactacao-solo-list .table-list .thead .bottom .tr {
        gap: 2rem;
    }
    .p-compactacao-solo-list .table-list .tbody .tr {
        gap: 2rem;
    }
}
@media screen and (max-width: 1650px) {
    .p-compactacao-solo-list .table-list {
        overflow-x: auto;
    }
    .p-compactacao-solo-list .table-list::-webkit-scrollbar {
        height: 4px;
    }
    .p-compactacao-solo-list .table-list::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 6px;
    }
    .p-compactacao-solo-list .table-list::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }
    .p-compactacao-solo-list .table-list .wrapper-content {
        width: 1150px;
    }
}
@media screen and (max-width: 550px) {
    .p-compactacao-solo-list .table-list .wrapper-content {
        width: 1050px;
    }
    .p-compactacao-solo-list .table-list .thead .top {
        margin-bottom: 1rem;
        padding-inline: 1.25rem;
    }
    .p-compactacao-solo-list .table-list .thead .bottom .tr {
        padding-inline: 1.25rem;
        padding-block: 0.5rem;
    }
    .p-compactacao-solo-list .table-list .tbody .tr {
        padding-inline: 1.25rem;
        padding-block: 0.5rem;
    }
    .p-compactacao-solo-list .table-list .tbody .tr .td span {
        font-size: 0.75rem;
    }
}

.p-compactacao-solo-criar .dashboard.compact-menu {
    grid-template-columns: 172px 1fr;
}
.p-compactacao-solo-criar .dashboard.compact-menu .logo {
    margin-bottom: 9rem;
}
@media screen and (max-width: 769px) {
    .p-compactacao-solo-criar .dashboard.compact-menu {
        grid-template-columns: 70px 1fr;
    }
}
.p-compactacao-solo-criar .dashboard > .content {
    padding: 60px 30px 100px;
}
.p-compactacao-solo-criar .form-table-report {
    padding: 3.12rem 3.75rem 9.37rem;
    border-radius: 1.5rem;
    background: #FFF;
    box-shadow: 0px 4px 40.4px -22px rgba(239, 242, 255, 0.03);
}
@media screen and (max-width: 769px) {
    .p-compactacao-solo-criar .form-table-report {
        padding-inline: 20px;
    }
}
.p-compactacao-solo-criar .form-table-report .top-group-title {
    padding-bottom: 3.75rem;
    border-bottom: 1px solid #D4D4D7;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.p-compactacao-solo-criar .form-table-report .top-group-title h2 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.03rem;
}
.p-compactacao-solo-criar .form-table-report .top-group-title h2 span {
    color: #353535;
    font-family: "Inter";
    font-size: 2rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.04rem;
}
.p-compactacao-solo-criar .form-table-report .top-group-title .date {
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
    display: flex;
    align-items: center;
    gap: 11px;
}
@media screen and (max-width: 769px) {
    .p-compactacao-solo-criar .form-table-report .top-group-title h2 {
        font-size: 1rem;
    }
    .p-compactacao-solo-criar .form-table-report .top-group-title h2 span {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 540px) {
    .p-compactacao-solo-criar .form-table-report .top-group-title {
        flex-direction: column;
        gap: 40px;
    }
    .p-compactacao-solo-criar .form-table-report .top-group-title h2 {
        width: 100%;
    }
}
.p-compactacao-solo-criar .form-table-report .all-data {
    padding-block: 3.75rem;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .all-data h3 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
    margin-bottom: 1.25rem;
}
.p-compactacao-solo-criar .form-table-report .all-data .wrapper {
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
}
.p-compactacao-solo-criar .form-table-report .all-data .wrapper ul {
    list-style: none;
}
.p-compactacao-solo-criar .form-table-report .all-data .wrapper ul li {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.02rem;
    display: flex;
    align-items: center;
    gap: 4px;
}
.p-compactacao-solo-criar .form-table-report .all-data .wrapper ul li span {
    font-weight: 700;
}
.p-compactacao-solo-criar .form-table-report .all-data .wrapper ul li .btn-edit {
    margin-left: 7px;
}
@media screen and (max-width: 1300px) {
    .p-compactacao-solo-criar .form-table-report .all-data .wrapper {
        flex-direction: column;
    }
}
.p-compactacao-solo-criar .form-table-report .box-documents {
    padding-block: 3.75rem;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .box-documents h3 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 11px;
}
.p-compactacao-solo-criar .form-table-report .box-documents ul {
    list-style: none;
}
.p-compactacao-solo-criar .form-table-report .box-documents ul li {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.02rem;
}
.p-compactacao-solo-criar .form-table-report .project-design {
    padding-block: 3.75rem;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .project-design h3 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
    margin-bottom: 1.25rem;
}
.p-compactacao-solo-criar .form-table-report .project-design h3 svg {
    margin-left: 0.62rem;
}
.p-compactacao-solo-criar .form-table-report .project-design ul {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -moz-column-gap: 22.81rem;
    column-gap: 22.81rem;
    row-gap: 10px;
}
.p-compactacao-solo-criar .form-table-report .project-design ul li {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.02rem;
}
.p-compactacao-solo-criar .form-table-report .project-design ul li span {
    font-weight: 700;
}

.p-compactacao-solo-criar .form-table-report .project-design ul li input{
    font-weight: 700;
    font-size: 1rem;
    line-height: 160%;
    letter-spacing: -0.02rem;
    padding: 1.25rem;
}

.p-compactacao-solo-criar .form-table-report .test-result {
    padding-top: 3.75rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .test-result h3 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
    margin-bottom: 1.25rem;
}
.p-compactacao-solo-criar .form-table-report .test-result .wrapper-scroll-custom {
    margin-left: -50px;
    width: calc(100% + 90px);
}
.p-compactacao-solo-criar .form-table-report .test-result .table {
    width: 1612px;
    min-height: 100px;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header {
    height: 97px;
    display: grid;
    grid-template-columns: 104px 118px 132px 223px 72px 73px 77px 77px 77px 219px 76px 211px 153px;
    border: 1px solid #D4D4D7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #F3F3F3;
    overflow: hidden;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col span {
    font-size: 12px;
    font-weight: 700;
    font-family: "Inter";
    color: #353535;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(1), .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(2), .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(1) span, .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(2) span, .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(3) span {
    text-align: center;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(4) {
    display: flex;
    flex-direction: column;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(4) .row-internal:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(4) .row-internal:nth-child(2) {
    height: 29px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(4) .row-internal:nth-child(2) .col-internal {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(4) .row-internal:nth-child(2) .col-internal:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(4) .row-internal:nth-child(3) {
    height: 31px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(4) .row-internal:nth-child(3) .col-internal {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(4) .row-internal:nth-child(3) .col-internal:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(5), .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(6), .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(7), .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(8), .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(9) {
    display: flex;
    flex-direction: column;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(5) .row-internal, .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(6) .row-internal, .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(7) .row-internal, .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(8) .row-internal, .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(9) .row-internal {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(5) .row-internal span, .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(6) .row-internal span, .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(7) .row-internal span, .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(8) .row-internal span, .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(9) .row-internal span {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    font-family: "Inter";
    color: #353535;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(5) .row-internal:nth-child(1), .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(6) .row-internal:nth-child(1), .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(7) .row-internal:nth-child(1), .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(8) .row-internal:nth-child(1), .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(9) .row-internal:nth-child(1) {
    height: 66px;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(5) .row-internal:nth-child(2), .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(6) .row-internal:nth-child(2), .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(7) .row-internal:nth-child(2), .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(8) .row-internal:nth-child(2), .p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(9) .row-internal:nth-child(2) {
    height: calc(100% - 66px);
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(10) {
    display: flex;
    flex-direction: column;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(10) .row-internal:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #D4D4D7;
    height: 37px;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(10) .row-internal:nth-child(2) {
    height: 29px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(10) .row-internal:nth-child(2) .col-internal {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(10) .row-internal:nth-child(2) .col-internal:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(10) .row-internal:nth-child(3) {
    height: 31px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(10) .row-internal:nth-child(3) .col-internal {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(10) .row-internal:nth-child(3) .col-internal:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(11) {
    display: flex;
    flex-direction: column;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(11) .row-internal {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(11) .row-internal span {
    font-size: 12px;
    font-weight: 700;
    font-family: "Inter";
    color: #353535;
    text-align: center;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(11) .row-internal:nth-child(1) {
    height: 66px;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(11) .row-internal:nth-child(2) {
    height: calc(100% - 66px);
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(12) {
    display: flex;
    flex-direction: column;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(12) .row-internal .col-internal {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(12) .row-internal .col-internal span {
    text-align: center;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(12) .row-internal:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(12) .row-internal:nth-child(2) {
    height: 29px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(12) .row-internal:nth-child(2) .col-internal:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(12) .row-internal:nth-child(3) {
    height: 31px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(12) .row-internal:nth-child(3) .col-internal:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(13) {
    display: flex;
    flex-direction: column;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(13) .row-internal:nth-child(1) {
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row.header .col:nth-child(13) .row-internal:nth-child(2) {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) {
    display: grid;
    grid-template-columns: 104px 1fr;
    border-inline: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) > .col {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) > .col span {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    font-family: "Inter";
    color: #353535;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines {
    min-height: 42px;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line {
    position: relative;
    height: 42px;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line:not(:last-of-type) {
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper {
    display: grid;
    grid-template-columns: 104px 118px 132px 223px 72px 73px 77px 77px 77px 219px 76px 211px 153px;
    height: 100%;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col span {
    font-size: 12px;
    font-weight: 500;
    font-family: "Inter";
    color: #353535;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col{
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(1),.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(2), .p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(2) span, .p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(3) span {
    text-align: center;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(4) {
    display: flex;
    flex-direction: column;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(4) .row-internal {
    display: grid;
    height: 100%;
    grid-template-columns: 1fr 1fr 1fr;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(4) .row-internal .col-internal {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(4) .row-internal .col-internal:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(4) .row-internal .col-internal:last-of-type {
    background-color: #E2E2E2;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(5), .p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(6), .p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(7), .p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(8), .p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(9) {
    display: flex;
    flex-direction: column;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(5) .row-internal, .p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(6) .row-internal, .p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(7) .row-internal, .p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(8) .row-internal, .p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(9) .row-internal {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(5) .row-internal span, .p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(6) .row-internal span, .p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(7) .row-internal span, .p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(8) .row-internal span, .p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(9) .row-internal span {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    font-family: "Inter";
    color: #353535;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(5) .row-internal,
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(7) .row-internal {
    gap: 4px;
    background-color: #E2E2E2;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(6),
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(8) {
    background-color: #E2E2E2;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(10) {
    display: flex;
    flex-direction: column;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(10) .row-internal {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(10) .row-internal .col-internal {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(10)
.row-internal .col-internal:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
    background-color: #E2E2E2;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(10)
.row-internal .col-internal:nth-child(3) {
    background-color: #E2E2E2;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(11) {
    display: flex;
    flex-direction: column;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(11) .row-internal {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E2E2E2;
    height: 100%;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(11) .row-internal span {
    font-size: 12px;
    font-weight: 500;
    font-family: "Inter";
    color: #353535;
    text-align: center;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(12) {
    display: flex;
    flex-direction: column;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(12) .row-internal {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(12)
.row-internal .col-internal {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E2E2E2;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(12)
.row-internal .col-internal span {
    text-align: center;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(12)
.row-internal .col-internal:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
    background-color: #E2E2E2;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(13) {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #E2E2E2;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines .line .wrapper .col:nth-child(13) .row-internal {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header) .lines  button {
    right: -42px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header):not(:last-of-type) {
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .test-result .table .row:not(.header):last-of-type {
    border-bottom: 1px solid #D4D4D7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.p-compactacao-solo-criar .form-table-report .test-result .btn-add {
    font-size: 0;
    background-color: transparent;
    border: 0;
    margin-left: auto;
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin-top: 12px;
}
@media screen and (max-width: 769px) {
    .p-compactacao-solo-criar .form-table-report .test-result .wrapper-scroll-custom {
        width: 100%;
        margin-left: 0;
    }
}
.p-compactacao-solo-criar .form-table-report .observations {
    padding-block: 3.75rem;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar .form-table-report .observations h3 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 11px;
}
.p-compactacao-solo-criar .form-table-report .observations p {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.02rem;
}
.p-compactacao-solo-criar .form-table-report .subscription-box .wrapper {
    width: 700px;
    margin-inline: auto;
}
.p-compactacao-solo-criar .form-table-report .subscription-box .wrapper .subscription-digital {
    display: flex;
    justify-content: center;
}
.p-compactacao-solo-criar .form-table-report .subscription-box .wrapper .subscription-digital img {
    margin-bottom: -41px;
}
.p-compactacao-solo-criar .form-table-report .subscription-box .wrapper hr {
    width: 100%;
    border: 0;
    background-color: #353535;
    height: 1px;
}
.p-compactacao-solo-criar .form-table-report .subscription-box .wrapper .stamp-information {
    margin-top: 0.94rem;
    margin-bottom: 1.88rem;
}
.p-compactacao-solo-criar .form-table-report .subscription-box .wrapper .stamp-information .name {
    color: #353535;
    text-align: center;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.02rem;
    display: block;
}
.p-compactacao-solo-criar .form-table-report .subscription-box .wrapper .stamp-information .crea {
    display: block;
    text-align: center;
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.02rem;
}
.p-compactacao-solo-criar .form-table-report .subscription-box .wrapper .obs p {
    color: #898989;
    text-align: center;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.015rem;
}
@media screen and (max-width: 1000px) {
    .p-compactacao-solo-criar .form-table-report .subscription-box .wrapper {
        width: 500px;
    }
}
@media screen and (max-width: 820px) {
    .p-compactacao-solo-criar .form-table-report .subscription-box .wrapper {
        width: 400px;
    }
    .p-compactacao-solo-criar .form-table-report .subscription-box .wrapper .subscription-digital img {
        width: 200px;
    }
}
@media screen and (max-width: 820px) {
    .p-compactacao-solo-criar .form-table-report .subscription-box .wrapper {
        width: 300px;
    }
    .p-compactacao-solo-criar .form-table-report .subscription-box .wrapper .subscription-digital {
        margin-top: 40px;
    }
    .p-compactacao-solo-criar .form-table-report .subscription-box .wrapper .subscription-digital img {
        width: 140px;
        margin-bottom: -20px;
    }
}
.p-compactacao-solo-criar .wrapper-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.25rem;
    margin-top: 3.12rem;
}
.p-compactacao-solo-criar .wrapper-buttons .save {
    border-radius: 0.5rem;
    border: 1px solid #185B66;
    padding: 1rem 4.3rem;
    color: #185B66;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    background-color: transparent;
}
.p-compactacao-solo-criar .wrapper-buttons .save-and-pdf {
    color: #FFF;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    padding: 1rem 2.56rem;
    border-radius: 0.5rem;
    background: #185B66;
    transition: 200ms;
    border: 0;
}
.p-compactacao-solo-criar .wrapper-buttons .save-and-pdf:hover {
    background: #21717e;
    cursor: pointer;
}
@media screen and (max-width: 540px) {
    .p-compactacao-solo-criar .wrapper-buttons {
        flex-direction: column;
    }
}

.p-resistencia-compressao-tubos .table-dimensions {
    padding: 2.5rem 3.75rem 10.25rem;
    border-radius: 1.5rem;
    background: #FFF;
    box-shadow: 0px 4px 40.4px -22px rgba(239, 242, 255, 0.03);
}
.p-resistencia-compressao-tubos .table-dimensions h2 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
    margin-bottom: 2.44rem;
}
.p-resistencia-compressao-tubos .table-dimensions .table-container {
    display: grid;
    grid-template-columns: 1180px 40px;
    gap: 19px;
}
.p-resistencia-compressao-tubos .table-dimensions .table-container .table-content .thead .tr {
    height: 100px;
    display: grid;
    grid-template-columns: 160px 250px 305px 200px 260px;
    border-radius: 0.625rem 0.625rem 0rem 0rem;
    background: rgba(226, 226, 226, 0.4);
    border: 1px solid #D4D4D7;
}
.p-resistencia-compressao-tubos .table-dimensions .table-container .table-content .thead .tr .td {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-resistencia-compressao-tubos .table-dimensions .table-container .table-content .thead .tr .td:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-resistencia-compressao-tubos .table-dimensions .table-container .table-content .thead .tr .td.two-rows {
    display: flex;
    flex-direction: column;
}
.p-resistencia-compressao-tubos .table-dimensions .table-container .table-content .thead .tr .td.two-rows > div {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-resistencia-compressao-tubos .table-dimensions .table-container .table-content .thead .tr .td.two-rows > div:nth-child(1) {
    border-bottom: 1px solid #D4D4D7;
}
.p-resistencia-compressao-tubos .table-dimensions .table-container .table-content .thead .tr .td .two-rows-internal {
    display: flex;
}
.p-resistencia-compressao-tubos .table-dimensions .table-container .table-content .thead .tr .td .two-rows-internal > div {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-resistencia-compressao-tubos .table-dimensions .table-container .table-content .thead .tr .td .two-rows-internal > div:nth-child(1) {
    border-right: 1px solid #D4D4D7;
}
.p-resistencia-compressao-tubos .table-dimensions .table-container .table-content .thead .tr .td span {
    color: #353535;
    text-align: center;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: -0.015rem;
}
.p-resistencia-compressao-tubos .table-dimensions .table-container .table-content .tbody .line {
    display: grid;
    grid-template-columns: 1180px 40px;
    align-items: center;
    gap: 20px;
    border-left: 1px solid #D4D4D7;
    border-right: 1px solid #D4D4D7;
    border-bottom: 1px solid #D4D4D7;
}
.p-resistencia-compressao-tubos .table-dimensions .table-container .table-content .tbody .line:last-of-type {
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
}
.p-resistencia-compressao-tubos .table-dimensions .table-container .table-content .tbody .tr {
    display: grid;
    grid-template-columns: 160px 250px 305px 200px 260px;
}
.p-resistencia-compressao-tubos .table-dimensions .table-container .table-content .tbody .tr .td {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-resistencia-compressao-tubos .table-dimensions .table-container .table-content .tbody .tr .td:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-resistencia-compressao-tubos .table-dimensions .table-container .table-content .tbody .tr .td.two-rows > div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-resistencia-compressao-tubos .table-dimensions .table-container .table-content .tbody .tr .td .two-rows-internal {
    display: flex;
}
.p-resistencia-compressao-tubos .table-dimensions .table-container .table-content .tbody .tr .td .two-rows-internal > div {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-resistencia-compressao-tubos .table-dimensions .table-container .table-content .tbody .tr .td .two-rows-internal > div:nth-child(1) {
    border-right: 1px solid #D4D4D7;
}
.p-resistencia-compressao-tubos .table-dimensions .table-container .table-content .tbody .tr .td span {
    padding-block: 0.81rem;
    color: #353535;
    text-align: center;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.015rem;
}
.p-resistencia-compressao-tubos .table-dimensions .max-container {
    max-width: 1180px;
}
.p-resistencia-compressao-tubos .table-dimensions .btn-add {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background-color: #185B66;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    margin-left: auto;
    transition: 200ms;
}
.p-resistencia-compressao-tubos .table-dimensions .btn-add:hover {
    background: #21717e;
    cursor: pointer;
}
@media screen and (max-width: 769px) {
    .p-resistencia-compressao-tubos .table-dimensions {
        padding-inline: 20px;
    }
}
.p-resistencia-compressao-tubos .btn-save {
    padding: 1rem 3.75rem;
    border-radius: 0.5rem;
    background: #185B66;
    text-decoration: none;
    margin-top: 3.13rem;
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    color: #FFF;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}

.p-resistencia-compressao-tubos-resistencia .table-dimensions {
    padding: 2.5rem 3.75rem 10.25rem;
    border-radius: 1.5rem;
    background: #FFF;
    box-shadow: 0px 4px 40.4px -22px rgba(239, 242, 255, 0.03);
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions h2 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
    margin-bottom: 2.44rem;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container {
    display: grid;
    grid-template-columns: 1180px 40px;
    gap: 19px;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr {
    height: 130px;
    display: grid;
    grid-template-columns: 160px 510px 510px;
    border-radius: 0.625rem 0.625rem 0rem 0rem;
    background: rgba(226, 226, 226, 0.4);
    border: 1px solid #D4D4D7;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr .td {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr .td:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr .td.three-rows {
    display: flex;
    flex-direction: column;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr .td.three-rows > div {
    height: 33.3%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr .td.three-rows > div:not(:last-of-type) {
    border-bottom: 1px solid #D4D4D7;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr .td.two-rows {
    display: flex;
    flex-direction: column;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr .td.two-rows > div {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr .td.two-rows > div:nth-child(1) {
    border-bottom: 1px solid #D4D4D7;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr .td .two-cols-internal {
    display: flex;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr .td .two-cols-internal > div {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid transparent;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr .td .two-cols-internal > div:nth-child(1) {
    border-right: 1px solid #D4D4D7;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr .td .two-cols-internal > .four-cols-internal {
    width: calc(100% - 10px);
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    align-items: stretch;
    justify-content: flex-start;
    height: 100%;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr .td .two-cols-internal > .four-cols-internal div {
    position: relative;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr .td .two-cols-internal > .four-cols-internal span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr .td .two-cols-internal > .four-cols-internal > div {
    position: relative;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr .td .two-cols-internal > .four-cols-internal > div:not(.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr .td .two-cols-internal > .four-cols-internal > div:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr .td .two-cols-internal > .three-cols-internal {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    align-items: stretch;
    height: 100%;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr .td .two-cols-internal > .three-cols-internal > div {
    position: relative;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr .td .two-cols-internal > .three-cols-internal > div:not(.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr .td .two-cols-internal > .three-cols-internal > div:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr .td .two-cols-internal > .three-cols-internal span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .thead .tr .td span {
    color: #353535;
    text-align: center;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: -0.015rem;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .tbody .line {
    display: grid;
    grid-template-columns: 1180px 40px;
    align-items: center;
    gap: 20px;
    border-left: 1px solid #D4D4D7;
    border-right: 1px solid #D4D4D7;
    border-bottom: 1px solid #D4D4D7;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .tbody .line:last-of-type {
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .tbody .tr {
    display: grid;
    grid-template-columns: 160px 510px 510px;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .tbody .tr .td {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .tbody .tr .td:not(:last-of-type) {
    border-right: 1px solid transparent;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .tbody .tr .td:first-child {
    border-right: 1px solid #D4D4D7;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .tbody .tr .td .two-cols-internal {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .tbody .tr .td .two-cols-internal .four-cols-internal {
    display: grid;
    grid-template-columns: repeat(4, 63.5px);
    text-align: center;
    border-right: 1px solid #D4D4D7;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .tbody .tr .td .two-cols-internal .four-cols-internal > div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .tbody .tr .td .two-cols-internal .four-cols-internal > div:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .tbody .tr .td .three-cols-internal {
    display: grid;
    grid-template-columns: repeat(3, 84.8px);
    text-align: center;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .tbody .tr .td .three-cols-internal > div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #D4D4D7;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .table-container .table-content .tbody .tr .td span {
    padding-block: 0.81rem;
    color: #353535;
    text-align: center;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.015rem;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .max-container {
    max-width: 1180px;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .btn-add {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background-color: #185B66;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    margin-left: auto;
    transition: 200ms;
}
.p-resistencia-compressao-tubos-resistencia .table-dimensions .btn-add:hover {
    background: #21717e;
    cursor: pointer;
}
.p-resistencia-compressao-tubos-resistencia .btn-save {
    padding: 1rem 3.75rem;
    border-radius: 0.5rem;
    background: #185B66;
    text-decoration: none;
    margin-top: 3.13rem;
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    color: #FFF;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}

.p-resistencia-compressao-tubos .modal-amostra {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
    overflow-y: auto;
    max-height: 90vh;
    display: none;
}
.p-resistencia-compressao-tubos .modal-amostra::-webkit-scrollbar {
    width: 4px;
}
.p-resistencia-compressao-tubos .modal-amostra::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 6px;
}
.p-resistencia-compressao-tubos .modal-amostra::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.p-resistencia-compressao-tubos .modal-amostra form {
    height: 100%;
    padding: 80px 70px;
    padding-top: 500px;
    background-color: #FFFFFF;
    border-radius: 24px;
    min-width: 740px;
    position: relative;
}
.p-resistencia-compressao-tubos .modal-amostra form .header-amostra .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p-resistencia-compressao-tubos .modal-amostra form .header-amostra .wrapper div {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}
.p-resistencia-compressao-tubos .modal-amostra form .header-amostra .wrapper h2 {
    color: #353535;
    font-family: "Inter";
    font-size: 2rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.04rem;
}
.p-resistencia-compressao-tubos .modal-amostra form .header-amostra .wrapper .multi-step {
    color: #185B66;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.025rem;
    padding: 0.56rem 1.88rem;
    border-radius: 2.125rem;
    border: 1px solid #185B66;
}
.p-resistencia-compressao-tubos .modal-amostra form .header-amostra .wrapper .btn-close {
    background-color: transparent;
    font-size: 0;
    border: 0;
    cursor: pointer;
}
.p-resistencia-compressao-tubos .modal-amostra form .header-amostra .tag {
    margin-top: 0.56rem;
    margin-bottom: 2.75rem;
    display: block;
    color: #185B66;
    font-family: "Inter";
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.04rem;
}
.p-resistencia-compressao-tubos .modal-amostra form .input-group > label {
    color: #898989;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    margin-bottom: 0.69rem;
    display: block;
}
.p-resistencia-compressao-tubos .modal-amostra form .input-group .group-columns-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.94rem;
}
.p-resistencia-compressao-tubos .modal-amostra form .input-group .group-columns-3 input, .p-resistencia-compressao-tubos .modal-amostra form .input-group .group-columns-2 input {
    border-radius: 0.4375rem;
    border: 1px solid #D4D4D7;
    height: 60px;
    padding-inline: 1.88rem;
    font-weight: 600;
    font-size: 1rem;
}
.p-resistencia-compressao-tubos .modal-amostra form .input-group .group-columns-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5.63rem;
}
.p-resistencia-compressao-tubos .modal-amostra form .input-group .group-columns-2 input {
    border-radius: 0.4375rem;
    border: 1px solid #D4D4D7;
    height: 60px;
}
.p-resistencia-compressao-tubos .modal-amostra form .input-group .wrapper-h label {
    color: #353535;
    font-family: "Inter";
    font-size: 0.875rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.0175rem;
    display: inline-block;
    margin-right: 0.8rem;
}
.p-resistencia-compressao-tubos .modal-amostra form hr {
    margin-block: 2.5rem;
    border: 0;
    background-color: #D4D4D7;
    height: 0.8px;
    width: 100%;
}
.p-resistencia-compressao-tubos .modal-amostra form button {
    display: block;
    width: -moz-max-content;
    width: max-content;
    border-radius: 0.5rem;
    background: #185B66;
    padding: 0.94rem 3.94rem;
    color: #FFF;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    margin-top: 5.62rem;
    margin-inline: auto;
    border: none;
    cursor: pointer;
    transition: 200ms;
}
.p-resistencia-compressao-tubos .modal-amostra form button:hover {
    background: #21717e;
}
.p-resistencia-compressao-tubos .modal-amostra form .wrapper .step {
    display: none;
}
.p-resistencia-compressao-tubos .modal-amostra form .wrapper .step.active {
    display: block;
}
.p-resistencia-compressao-tubos .modal-amostra.active {
    display: flex;
}

.p-compactacao-solo-criar-2 .btn-edit {
    font-size: 0;
    background-color: transparent;
    border: 0;
}
.p-compactacao-solo-criar-2 .dashboard.compact-menu {
    grid-template-columns: 172px 1fr;
}
.p-compactacao-solo-criar-2 .dashboard.compact-menu .logo {
    margin-bottom: 9rem;
}
@media screen and (max-width: 769px) {
    .p-compactacao-solo-criar-2 .dashboard.compact-menu {
        grid-template-columns: 70px 1fr;
    }
}
.p-compactacao-solo-criar-2 .dashboard > .content {
    padding: 60px 30px 50px;
}
.p-compactacao-solo-criar-2 .dashboard > .content .form-table-report {
    max-width: 1687px;
}
.p-compactacao-solo-criar-2 .form-table-report {
    padding: 3.12rem 3.75rem 9.37rem;
    border-radius: 1.5rem;
    background: #FFF;
    box-shadow: 0px 4px 40.4px -22px rgba(239, 242, 255, 0.03);
}
@media screen and (max-width: 769px) {
    .p-compactacao-solo-criar-2 .form-table-report {
        padding-inline: 20px;
    }
}
.p-compactacao-solo-criar-2 .form-table-report .top-group-title {
    padding-bottom: 3.75rem;
    border-bottom: 1px solid #D4D4D7;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.p-compactacao-solo-criar-2 .form-table-report .top-group-title h2 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.03rem;
}
.p-compactacao-solo-criar-2 .form-table-report .top-group-title h2 span {
    color: #353535;
    font-family: "Inter";
    font-size: 2rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.04rem;
}
.p-compactacao-solo-criar-2 .form-table-report .top-group-title .date {
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
    display: flex;
    align-items: center;
    gap: 11px;
}
@media screen and (max-width: 769px) {
    .p-compactacao-solo-criar-2 .form-table-report .top-group-title {
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
    }
    .p-compactacao-solo-criar-2 .form-table-report .top-group-title h2 {
        font-size: 1rem;
    }
    .p-compactacao-solo-criar-2 .form-table-report .top-group-title h2 span {
        font-size: 1.5rem;
    }
    .p-compactacao-solo-criar-2 .form-table-report .top-group-title .date {
        margin-left: auto;
    }
}
.p-compactacao-solo-criar-2 .form-table-report .all-data {
    padding-block: 3.75rem;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .all-data h3 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
    margin-bottom: 1.25rem;
}
.p-compactacao-solo-criar-2 .form-table-report .all-data .wrapper {
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
}
.p-compactacao-solo-criar-2 .form-table-report .all-data .wrapper ul {
    list-style: none;
}
.p-compactacao-solo-criar-2 .form-table-report .all-data .wrapper ul li{
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.02rem;
    display: flex;
    align-items: center;
    gap: 4px;
}

.p-compactacao-solo-criar-2 .form-table-report .all-data .wrapper ul li input{
    font-weight: 700;
    font-size: 1rem;
    line-height: 160%;
    letter-spacing: -0.02rem;
    padding: 1.25rem;
}



.p-compactacao-solo-criar-2 .form-table-report .all-data .wrapper ul li .btn-edit {
    margin-left: 7px;
}
.p-compactacao-solo-criar-2 .form-table-report .all-data .wrapper ul li span {
    font-weight: 700;
}
@media screen and (max-width: 1300px) {
    .p-compactacao-solo-criar-2 .form-table-report .all-data .wrapper {
        flex-direction: column;
    }
}
.p-compactacao-solo-criar-2 .form-table-report .used-equipments {
    padding-block: 3.75rem;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .used-equipments h2 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
    margin-bottom: 1.25rem;
}
.p-compactacao-solo-criar-2 .form-table-report .used-equipments .wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1215px;
}
.p-compactacao-solo-criar-2 .form-table-report .used-equipments .wrapper div h3 {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1.25rem;
}
.p-compactacao-solo-criar-2 .form-table-report .used-equipments .wrapper div ul {
    list-style: none;
}
.p-compactacao-solo-criar-2 .form-table-report .used-equipments .wrapper div ul li {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.02rem;
}
.p-compactacao-solo-criar-2 .form-table-report .used-equipments .wrapper div ul li span {
    font-weight: 700;
}
.p-compactacao-solo-criar-2 .form-table-report .box-documents {
    padding-block: 3.75rem;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .box-documents h3 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
    margin-bottom: 1.25rem;
}
.p-compactacao-solo-criar-2 .form-table-report .box-documents h3 svg {
    margin-left: 0.62rem;
}
.p-compactacao-solo-criar-2 .form-table-report .box-documents ul {
    list-style: none;
}
.p-compactacao-solo-criar-2 .form-table-report .box-documents ul li {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.02rem;
    display: flex;
    align-items: center;
    gap: 11px;
}
.p-compactacao-solo-criar-2 .form-table-report .project-design {
    padding-block: 3.75rem;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .project-design h3 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
    margin-bottom: 1.25rem;
}
.p-compactacao-solo-criar-2 .form-table-report .project-design h3 svg {
    margin-left: 0.62rem;
}
.p-compactacao-solo-criar-2 .form-table-report .project-design ul {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22.81rem;
}
.p-compactacao-solo-criar-2 .form-table-report .project-design ul li {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.02rem;
}
.p-compactacao-solo-criar-2 .form-table-report .project-design ul li span {
    font-weight: 700;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result {
    padding-block: 3.75rem;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result h3 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
    margin-bottom: 1.25rem;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 {
    width: 1355px;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header {
    display: grid;
    grid-template-columns: 95px 815px 220px 220px;
    height: 129px;
    border: 1px solid #D4D4D7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #F3F3F3;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header span {
    font-size: 14px;
    font-weight: 700;
    font-family: "Inter";
    color: #353535;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header .col:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header .col:nth-child(1) {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header .col:nth-child(2) .row-internal {
    display: flex;
    flex-direction: column;
    height: 33%;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header .col:nth-child(2) .row-internal:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header .col:nth-child(2) .row-internal:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header .col:nth-child(2) .row-internal:nth-child(2) .col-internal {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header .col:nth-child(2) .row-internal:nth-child(2) .col-internal:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header .col:nth-child(2) .row-internal:nth-child(3) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header .col:nth-child(2) .row-internal:nth-child(3) .col-internal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header .col:nth-child(2) .row-internal:nth-child(3) .col-internal:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header .col:nth-child(2) .row-internal:nth-child(3) .col-internal .col-internal-sub {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header .col:nth-child(2) .row-internal:nth-child(3) .col-internal .col-internal-sub:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header .col:nth-child(3), .p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header .col:nth-child(4) {
    display: flex;
    flex-direction: column;
    background-color: #F3F3F3;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header .col:nth-child(3) .row-internal:nth-child(1), .p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header .col:nth-child(4) .row-internal:nth-child(1) {
    height: 66%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header .col:nth-child(3) .row-internal:nth-child(2), .p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header .col:nth-child(4) .row-internal:nth-child(2) {
    height: 33%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header .col:nth-child(3) .row-internal:nth-child(2) .col-internal,
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header .col:nth-child(4) .row-internal:nth-child(2) .col-internal{
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header .col:nth-child(3) .row-internal:nth-child(2) .col-internal:not(:last-of-type),
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row.header .col:nth-child(4) .row-internal:nth-child(2) .col-internal:not(:last-of-type){
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row:not(.header) {
    display: grid;
    grid-template-columns: 95px 815px 220px 220px;
    height: 55px;
    border-inline: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row:not(.header):not(:last-of-type) {
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row:not(.header):last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row:not(.header) span {
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter";
    color: #353535;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row:not(.header) .col:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row:not(.header) .col:nth-child(1) {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row:not(.header) .col:nth-child(2) .row-internal {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row:not(.header) .col:nth-child(2) .row-internal .col-internal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row:not(.header) .col:nth-child(2) .row-internal .col-internal:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row:not(.header) .col:nth-child(2) .row-internal .col-internal .col-internal-sub {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row:not(.header) .col:nth-child(2) .row-internal .col-internal .col-internal-sub:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row:not(.header) .col:nth-child(3),
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row:not(.header) .col:nth-child(4){
    display: flex;
    flex-direction: column;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row:not(.header) .col:nth-child(3) .row-internal,
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row:not(.header) .col:nth-child(4) .row-internal{
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row:not(.header) .col:nth-child(3) .row-internal .col-internal,
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row:not(.header) .col:nth-child(4) .row-internal .col-internal{
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row:not(.header) .col:nth-child(3) .row-internal .col-internal:not(:last-of-type),
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-1 .row:not(.header) .col:nth-child(4) .row-internal .col-internal{
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 {
    width: 1350px;
    margin-top: 50px;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row.header {
    display: grid;
    grid-template-columns: 130px 610px 610px;
    height: 86px;
    border: 1px solid #D4D4D7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #F3F3F3;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row.header span {
    font-size: 14px;
    font-weight: 700;
    font-family: "Inter";
    color: #353535;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row.header .col:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row.header .col:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row.header .col:nth-child(2), .p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row.header .col:nth-child(3) {
    display: flex;
    flex-direction: column;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row.header .col:nth-child(2) .row-internal, .p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row.header .col:nth-child(3) .row-internal {
    height: 50%;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row.header .col:nth-child(2) .row-internal:nth-child(1), .p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row.header .col:nth-child(3) .row-internal:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row.header .col:nth-child(2) .row-internal:nth-child(2), .p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row.header .col:nth-child(3) .row-internal:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row.header .col:nth-child(2) .row-internal:nth-child(2) .col-internal, .p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row.header .col:nth-child(3) .row-internal:nth-child(2) .col-internal {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row.header .col:nth-child(2) .row-internal:nth-child(2) .col-internal:not(:last-of-type), .p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row.header .col:nth-child(3) .row-internal:nth-child(2) .col-internal:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row:not(.header) {
    display: grid;
    grid-template-columns: 130px 610px 610px;
    height: 55px;
    border-inline: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row:not(.header):not(:last-of-type) {
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row:not(.header):last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row:not(.header) span {
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter";
    color: #353535;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row:not(.header) span.status {
    color: #FFF;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 15px;
    border-radius: 40px;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row:not(.header) span.status.approved {
    background-color: #34B424;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row:not(.header) span.status.refused {
    background-color: #E83535;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row:not(.header) .col:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row:not(.header) .col:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row:not(.header) .col:nth-child(2), .p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row:not(.header) .col:nth-child(3) {
    display: flex;
    flex-direction: column;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row:not(.header) .col:nth-child(2) .row-internal, .p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row:not(.header) .col:nth-child(3) .row-internal {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row:not(.header) .col:nth-child(2) .row-internal .col-internal, .p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row:not(.header) .col:nth-child(3) .row-internal .col-internal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row:not(.header) .col:nth-child(2) .row-internal .col-internal:not(:last-of-type), .p-compactacao-solo-criar-2 .form-table-report .test-result .table-2 .row:not(.header) .col:nth-child(3) .row-internal .col-internal:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations {
    padding-block: 3.75rem;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations h3 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 11px;
}
.p-compactacao-solo-criar-2 .form-table-report .observations p {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.02rem;
    display: flex;
    align-items: center;
    gap: 11px;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables:nth-of-type(1) {
    margin-top: 30px;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables:nth-of-type(2) {
    margin-top: 50px;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .tagline {
    padding: 11px 30px;
    background-color: #353535;
    border-radius: 70px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter";
    color: #FFF;
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 30px;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 {
    width: 1350px;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row.header {
    display: grid;
    grid-template-columns: 145px 305px 305px 292px 300px;
    height: 86px;
    border: 1px solid #D4D4D7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #F3F3F3;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row.header .col span {
    font-size: 14px;
    font-weight: 700;
    font-family: "Inter";
    color: #353535;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row.header .col:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row.header .col:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row.header .col:nth-child(2), .p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row.header .col:nth-child(3), .p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row.header .col:nth-child(5) {
    display: flex;
    flex-direction: column;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row.header .col:nth-child(2) .row-internal, .p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row.header .col:nth-child(3) .row-internal, .p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row.header .col:nth-child(5) .row-internal {
    height: 50%;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row.header .col:nth-child(2) .row-internal:nth-child(1), .p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row.header .col:nth-child(3) .row-internal:nth-child(1), .p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row.header .col:nth-child(5) .row-internal:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row.header .col:nth-child(2) .row-internal:nth-child(2), .p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row.header .col:nth-child(3) .row-internal:nth-child(2), .p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row.header .col:nth-child(5) .row-internal:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row.header .col:nth-child(2) .row-internal:nth-child(2) .col-internal, .p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row.header .col:nth-child(3) .row-internal:nth-child(2) .col-internal, .p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row.header .col:nth-child(5) .row-internal:nth-child(2) .col-internal {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row.header .col:nth-child(2) .row-internal:nth-child(2) .col-internal:not(:last-of-type), .p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row.header .col:nth-child(3) .row-internal:nth-child(2) .col-internal:not(:last-of-type), .p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row.header .col:nth-child(5) .row-internal:nth-child(2) .col-internal:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row.header .col:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row:not(.header) {
    display: grid;
    grid-template-columns: 145px 305px 305px 292px 300px;
    height: 55px;
    border-inline: 1px solid #D4D4D7;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row:not(.header):last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row:not(.header) .col span {
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter";
    color: #353535;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row:not(.header) .col:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row:not(.header) .col:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row:not(.header) .col:nth-child(2), .p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row:not(.header) .col:nth-child(3), .p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row:not(.header) .col:nth-child(5) {
    display: flex;
    flex-direction: column;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row:not(.header) .col:nth-child(2) .row-internal, .p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row:not(.header) .col:nth-child(3) .row-internal, .p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row:not(.header) .col:nth-child(5) .row-internal {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row:not(.header) .col:nth-child(2) .row-internal .col-internal, .p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row:not(.header) .col:nth-child(3) .row-internal .col-internal, .p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row:not(.header) .col:nth-child(5) .row-internal .col-internal {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row:not(.header) .col:nth-child(2) .row-internal .col-internal:not(:last-of-type), .p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row:not(.header) .col:nth-child(3) .row-internal .col-internal:not(:last-of-type), .p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row:not(.header) .col:nth-child(5) .row-internal .col-internal:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-1 .row:not(.header) .col:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 {
    width: 1350px;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header {
    height: 129px;
    display: grid;
    grid-template-columns: 210px 569px 569px;
    border: 1px solid #D4D4D7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #F3F3F3;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header span {
    font-size: 14px;
    font-weight: 700;
    font-family: "Inter";
    color: #353535;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col {
    height: 100%;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:nth-child(2) {
    display: flex;
    flex-direction: column;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:nth-child(2) .row-internal {
    height: 33%;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:nth-child(2) .row-internal:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:nth-child(2) .row-internal:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:nth-child(2) .row-internal:nth-child(2) .col-internal {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:nth-child(2) .row-internal:nth-child(2) .col-internal:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:nth-child(2) .row-internal:nth-child(3) {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:nth-child(2) .row-internal:nth-child(3) .col-internal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:nth-child(2) .row-internal:nth-child(3) .col-internal:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:nth-child(2) .row-internal:nth-child(3) .col-internal .col-internal-sub {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:nth-child(2) .row-internal:nth-child(3) .col-internal .col-internal-sub:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:nth-child(3) {
    display: flex;
    flex-direction: column;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:nth-child(3) .row-internal {
    height: 33%;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:nth-child(3) .row-internal:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:nth-child(3) .row-internal:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:nth-child(3) .row-internal:nth-child(2) .col-internal {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:nth-child(3) .row-internal:nth-child(2) .col-internal:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:nth-child(3) .row-internal:nth-child(3) {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:nth-child(3) .row-internal:nth-child(3) .col-internal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:nth-child(3) .row-internal:nth-child(3) .col-internal:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:nth-child(3) .row-internal:nth-child(3) .col-internal .col-internal-sub {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row.header .col:nth-child(3) .row-internal:nth-child(3) .col-internal .col-internal-sub:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row:not(.header) {
    height: 67px;
    display: grid;
    grid-template-columns: 210px 569px 569px;
    border-inline: 1px solid #D4D4D7;
    border-bottom: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row:not(.header):last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row:not(.header) span {
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter";
    color: #353535;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row:not(.header) .col {
    height: 100%;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row:not(.header) .col:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row:not(.header) .col:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row:not(.header) .col:nth-child(2) {
    display: flex;
    flex-direction: column;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row:not(.header) .col:nth-child(2) .row-internal {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row:not(.header) .col:nth-child(2) .row-internal .col-internal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row:not(.header) .col:nth-child(2) .row-internal .col-internal:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row:not(.header) .col:nth-child(2) .row-internal .col-internal .col-internal-sub {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row:not(.header) .col:nth-child(2) .row-internal .col-internal .col-internal-sub:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row:not(.header) .col:nth-child(3) {
    display: flex;
    flex-direction: column;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row:not(.header) .col:nth-child(3) .row-internal {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row:not(.header) .col:nth-child(3) .row-internal .col-internal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row:not(.header) .col:nth-child(3) .row-internal .col-internal:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row:not(.header) .col:nth-child(3) .row-internal .col-internal .col-internal-sub {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-compactacao-solo-criar-2 .form-table-report .observations .wrapper-tables .table-2 .row:not(.header) .col:nth-child(3) .row-internal .col-internal .col-internal-sub:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-compactacao-solo-criar-2 .form-table-report .subscription-box .wrapper {
    width: 700px;
    margin-inline: auto;
}
.p-compactacao-solo-criar-2 .form-table-report .subscription-box .wrapper .subscription-digital {
    margin-top: 50px;
}
.p-compactacao-solo-criar-2 .form-table-report .subscription-box .wrapper .subscription-digital img {
    display: block;
    margin-inline: auto;
    margin-bottom: -40px;
}
.p-compactacao-solo-criar-2 .form-table-report .subscription-box .wrapper hr {
    width: 100%;
    border: 0;
    background-color: #353535;
    height: 1px;
}
.p-compactacao-solo-criar-2 .form-table-report .subscription-box .wrapper .stamp-information {
    margin-top: 0.94rem;
    margin-bottom: 1.88rem;
}
.p-compactacao-solo-criar-2 .form-table-report .subscription-box .wrapper .stamp-information .name {
    color: #353535;
    text-align: center;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.02rem;
    display: block;
}
.p-compactacao-solo-criar-2 .form-table-report .subscription-box .wrapper .stamp-information .crea {
    display: block;
    text-align: center;
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.02rem;
}
.p-compactacao-solo-criar-2 .form-table-report .subscription-box .wrapper .obs p {
    color: #898989;
    text-align: center;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.015rem;
}
@media screen and (max-width: 1000px) {
    .p-compactacao-solo-criar-2 .form-table-report .subscription-box .wrapper {
        width: 500px;
    }
}
@media screen and (max-width: 820px) {
    .p-compactacao-solo-criar-2 .form-table-report .subscription-box .wrapper {
        width: 400px;
    }
    .p-compactacao-solo-criar-2 .form-table-report .subscription-box .wrapper .subscription-digital img {
        width: 200px;
    }
}
@media screen and (max-width: 820px) {
    .p-compactacao-solo-criar-2 .form-table-report .subscription-box .wrapper {
        width: 300px;
    }
    .p-compactacao-solo-criar-2 .form-table-report .subscription-box .wrapper .subscription-digital {
        margin-top: 40px;
    }
    .p-compactacao-solo-criar-2 .form-table-report .subscription-box .wrapper .subscription-digital img {
        width: 140px;
        margin-bottom: -20px;
    }
}
.p-compactacao-solo-criar-2 .wrapper-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.25rem;
    margin-top: 3.12rem;
}
.p-compactacao-solo-criar-2 .wrapper-buttons .save {
    border-radius: 0.5rem;
    border: 1px solid #185B66;
    padding: 1rem 4.3rem;
    color: #185B66;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    background-color: transparent;
}
.p-compactacao-solo-criar-2 .wrapper-buttons .save-and-pdf {
    color: #FFF;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
    padding: 1rem 2.56rem;
    border-radius: 0.5rem;
    background: #185B66;
    transition: 200ms;
    border: 0;
}
.p-compactacao-solo-criar-2 .wrapper-buttons .save-and-pdf:hover {
    background: #21717e;
    cursor: pointer;
}
@media screen and (max-width: 540px) {
    .p-compactacao-solo-criar-2 .wrapper-buttons {
        flex-direction: column;
    }
}

.p-extracao-testemunhos-laudo .table-list {
    border-radius: 1.5rem;
    background: #FFF;
    box-shadow: 0px 4px 40.4px -22px rgba(239, 242, 255, 0.03);
    padding-top: 2.5rem;
    padding-inline: 3.81rem;
}
.p-extracao-testemunhos-laudo .table-list .wrapper-scroll-custom {
    padding-bottom: 9.06rem;
}
.p-extracao-testemunhos-laudo .table-list .thead .top {
    margin-bottom: 1.88rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1270px;
}
.p-extracao-testemunhos-laudo .table-list .thead .top h3 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
}
.p-extracao-testemunhos-laudo .table-list .thead .top .box-navigation {
    display: flex;
    align-items: center;
    gap: 1.3rem;
}
.p-extracao-testemunhos-laudo .table-list .thead .top .box-navigation .pages {
    display: flex;
    align-items: center;
    gap: 1.56rem;
}
.p-extracao-testemunhos-laudo .table-list .thead .top .box-navigation .pages a {
    color: #353535;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.015rem;
    text-decoration: none;
}
.p-extracao-testemunhos-laudo .table-list .thead .top .box-navigation .pages a.active {
    color: #FFF;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.015rem;
    padding: 0.25rem 0.56rem 0.31rem;
    border-radius: 0.375rem;
    background: #185B66;
}
.p-extracao-testemunhos-laudo .table-list .thead .bottom {
    width: 1115px;
}
.p-extracao-testemunhos-laudo .table-list .thead .bottom .tr {
    padding-block: 2rem;
    background: #FCFCFC;
    display: grid;
    align-items: center;
    grid-template-columns: 100px 200px 200px 163px 158px 138px 100px !important;
}
.p-extracao-testemunhos-laudo .table-list .thead .bottom .td {
    color: #898989;
    font-family: "Inter";
    font-size: 0.875rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.0175rem;
    display: flex;
    align-items: center;
    align-items: flex-start;
    justify-content: flex-start;
}
.p-extracao-testemunhos-laudo .table-list .thead .bottom .td:last-of-type span {
    margin-left: auto;
}
.p-extracao-testemunhos-laudo .table-list .thead .bottom .td:nth-child(2), .p-extracao-testemunhos-laudo .table-list .thead .bottom .td:nth-child(3), .p-extracao-testemunhos-laudo .table-list .thead .bottom .td:nth-child(4), .p-extracao-testemunhos-laudo .table-list .thead .bottom .td:nth-child(5), .p-extracao-testemunhos-laudo .table-list .thead .bottom .td:nth-child(6) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-extracao-testemunhos-laudo .table-list .thead .bottom .td:nth-child(7) {
    display: flex;
    align-items: flex-end;
}
.p-extracao-testemunhos-laudo .table-list .thead .bottom .btn-order-client {
    cursor: pointer;
}
.p-extracao-testemunhos-laudo .table-list .thead .bottom .btn-order-client:hover span {
    color: #353535;
}
.p-extracao-testemunhos-laudo .table-list .tbody {
    width: 1300px;
    padding-right: 20px;
}
.p-extracao-testemunhos-laudo .table-list .tbody .tr {
    padding-block: 1.87rem;
    display: grid;
    align-items: center;
    grid-template-columns: 100px 200px 200px 163px 158px 138px 100px !important;
}
.p-extracao-testemunhos-laudo .table-list .tbody .tr + .tr {
    border-top: 1px solid #D4D4D7;
}
.p-extracao-testemunhos-laudo .table-list .tbody .tr .td:nth-child(2), .p-extracao-testemunhos-laudo .table-list .tbody .tr .td:nth-child(3), .p-extracao-testemunhos-laudo .table-list .tbody .tr .td:nth-child(4), .p-extracao-testemunhos-laudo .table-list .tbody .tr .td:nth-child(5), .p-extracao-testemunhos-laudo .table-list .tbody .tr .td:nth-child(6) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-extracao-testemunhos-laudo .table-list .tbody .tr .td:nth-child(7) {
    display: flex;
    align-items: flex-end;
    padding-right: 17px;
    margin-left: 37px;
}
.p-extracao-testemunhos-laudo .table-list .tbody .tr .td span {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.p-extracao-testemunhos-laudo .table-list .tbody .tr .td:last-of-type a {
    margin-left: auto;
    display: block;
    width: -moz-max-content;
    width: max-content;
}
@media screen and (max-width: 550px) {
    .p-extracao-testemunhos-laudo .table-list .wrapper-content {
        width: 1050px;
    }
    .p-extracao-testemunhos-laudo .table-list .thead .top {
        margin-bottom: 1rem;
        padding-inline: 1.25rem;
    }
    .p-extracao-testemunhos-laudo .table-list .thead .bottom .tr {
        padding-inline: 1.25rem;
        padding-block: 0.5rem;
    }
    .p-extracao-testemunhos-laudo .table-list .tbody .tr {
        padding-inline: 1.25rem;
        padding-block: 0.5rem;
    }
    .p-extracao-testemunhos-laudo .table-list .tbody .tr .td span {
        font-size: 0.75rem;
    }
}

.p-extracao-testemunhos-coeficientes .box-table {
    background-color: #FFFFFF;
    padding: 40px 60px 140px;
    border-radius: 24px;
}
.p-extracao-testemunhos-coeficientes .box-table h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Inter";
    letter-spacing: -2%;
    color: #353535;
    margin-bottom: 28px;
}
.p-extracao-testemunhos-coeficientes .box-table .wrapper-table-radius-sm {
    border-radius: 13px;
    overflow: hidden;
    border: 1px solid #D4D4D7;
    width: 373px;
    background-color: #D4D4D7;
}
.p-extracao-testemunhos-coeficientes .box-table table {
    margin-left: -1px;
    background-color: #FFF;
    width: 375px;
    border-collapse: collapse;
}
.p-extracao-testemunhos-coeficientes .box-table table thead {
    background-color: #F3F3F3;
}
.p-extracao-testemunhos-coeficientes .box-table table thead tr {
    height: 60px;
}
.p-extracao-testemunhos-coeficientes .box-table table thead tr:nth-child(1) td {
    border-top: 0;
}
.p-extracao-testemunhos-coeficientes .box-table table td {
    font-size: 14px;
    font-weight: 700;
    font-family: "Inter";
    color: #353535;
    text-align: center;
    border: 1px solid #D4D4D7;
}
.p-extracao-testemunhos-coeficientes .box-table table tbody tr {
    height: 50px;

}

.p-extracao-testemunhos-coeficientes .box-table table tbody tr:last-of-type td {
    border-bottom: 0;
}
.p-extracao-testemunhos-coeficientes .box-table table tbody tr td {
    width: 50%;
    position: relative;
}

.p-extracao-testemunhos-coeficientes .box-table table tbody tr td .btn-remove{
    position: absolute;
    right: -30px;
    top: 19px;
}

.p-extracao-testemunhos-coeficientes .btn-save {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    font-family: "Inter";
    padding: 16px 60px;
    background-color: #185B66;
    border-radius: 8px;
    border: 0;
    margin-top: 50px;
    margin-left: auto;
    margin-bottom: 100px;
    display: block;
    width: -moz-max-content;
    width: max-content;
    transition: 200ms;
}
.p-extracao-testemunhos-coeficientes .btn-save:hover {
    background: #21717e;
    cursor: pointer;
}

.p-extracao-testemunhos-coeficientes-k3 .form-correction-coefficient .box-form {
    border-radius: 24px;
    padding: 40px 60px 150px;
    background-color: #FFFFFF;
}
.p-extracao-testemunhos-coeficientes-k3 .form-correction-coefficient .box-form h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Inter";
    color: #353535;
    margin-bottom: 40px;
}
.p-extracao-testemunhos-coeficientes-k3 .form-correction-coefficient .box-form .group-one-half {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.p-extracao-testemunhos-coeficientes-k3 .form-correction-coefficient .box-form .group-one-half .input-group + .input-group {
    margin-top: 0;
}
.p-extracao-testemunhos-coeficientes-k3 .form-correction-coefficient .box-form .input-group + .input-group {
    margin-top: 23px;
}
.p-extracao-testemunhos-coeficientes-k3 .form-correction-coefficient .box-form .input-group label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter";
    color: #898989;
    margin-bottom: 11px;
}
.p-extracao-testemunhos-coeficientes-k3 .form-correction-coefficient .box-form .input-group .max-w-160 {
    max-width: 160px;
}
.p-extracao-testemunhos-coeficientes-k3 .form-correction-coefficient .box-form .input-group input {
    width: 100%;
    height: 60px;
    border: 1px solid #D4D4D7;
    border-radius: 7px;
    font-weight: bold;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
}
.p-extracao-testemunhos-coeficientes-k3 .form-correction-coefficient .box-form hr {
    border: 0;
    height: 1px;
    width: 100%;
    background-color: #D4D4D7;
    margin-block: 50px;
}
@media screen and (max-width: 993px) {
    .p-extracao-testemunhos-coeficientes-k3 .form-correction-coefficient .box-form .group-one-half {
        grid-template-columns: 1fr;
    }
    .p-extracao-testemunhos-coeficientes-k3 .form-correction-coefficient .box-form .group-one-half .max-w-160 {
        max-width: initial;
    }
}
.p-extracao-testemunhos-coeficientes-k3 .form-correction-coefficient .btn-save {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    font-family: "Inter";
    padding: 16px 60px;
    background-color: #185B66;
    border-radius: 8px;
    border: 0;
    margin-top: 50px;
    margin-left: auto;
    margin-bottom: 100px;
    display: block;
    width: -moz-max-content;
    width: max-content;
    transition: 200ms;
}
.p-extracao-testemunhos-coeficientes-k3 .form-correction-coefficient .btn-save:hover {
    background: #21717e;
    cursor: pointer;
}

.p-extracao-testemunhos-criar-laudo .btn-edit {
    font-size: 0;
    border: 0;
    background-color: transparent;
}
.p-extracao-testemunhos-criar-laudo .test-result .table-testemunhos-laudo {
    border: 1px solid #D4D4D7;
}
.p-extracao-testemunhos-criar-laudo .test-result .table-testemunhos-laudo .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 80px;
}
.p-extracao-testemunhos-criar-laudo .test-result .table-testemunhos-laudo .row:not(:last-of-type) {
    border-bottom: 1px solid #D4D4D7;
}
.p-extracao-testemunhos-criar-laudo .test-result .table-testemunhos-laudo .row .col {
    display: flex;
    align-items: center;
    padding-left: 60px;
}
.p-extracao-testemunhos-criar-laudo .test-result .table-testemunhos-laudo .row .col span {
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter";
    color: #353535;
}
.p-extracao-testemunhos-criar-laudo .test-result .table-testemunhos-laudo .row .col:nth-child(1) {
    border-right: 1px solid #D4D4D7;
}
.p-extracao-testemunhos-criar-laudo .test-result .table-testemunhos-laudo .row .col:nth-child(1) span {
    font-weight: 700;
}
.p-extracao-testemunhos-criar-laudo .test-result .table-testemunhos-laudo .row.special .col:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 304px;
}
.p-extracao-testemunhos-criar-laudo .test-result .table-testemunhos-laudo .row.special .col:nth-child(1) .col-internal:nth-child(1) {
    border-right: 1px solid #D4D4D7;
    height: 100%;
    display: flex;
    align-items: center;
}
.p-extracao-testemunhos-criar-laudo .test-result .table-testemunhos-laudo .row.special .col:nth-child(1) .col-internal:nth-child(2) {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.p-extracao-testemunhos-criar-laudo .test-result .table-testemunhos-laudo .row.special .col:nth-child(1) .col-internal:nth-child(2) .row-internal {
    height: 25%;
    display: flex;
    align-items: center;
    padding-left: 60px;
}
.p-extracao-testemunhos-criar-laudo .test-result .table-testemunhos-laudo .row.special .col:nth-child(1) .col-internal:nth-child(2) .row-internal:not(:last-of-type) {
    border-bottom: 1px solid #D4D4D7;
}
.p-extracao-testemunhos-criar-laudo .test-result .table-testemunhos-laudo .row.special .col:nth-child(2) {
    display: flex;
    flex-direction: column;
    padding-left: 0;
}
.p-extracao-testemunhos-criar-laudo .test-result .table-testemunhos-laudo .row.special .col:nth-child(2) .row-internal {
    width: 100%;
    height: 25%;
    display: flex;
    align-items: center;
    padding-left: 60px;
}
.p-extracao-testemunhos-criar-laudo .test-result .table-testemunhos-laudo .row.special .col:nth-child(2) .row-internal:not(:last-of-type) {
    border-bottom: 1px solid #D4D4D7;
}
.p-extracao-testemunhos-criar-laudo .test-result .table-testemunhos-laudo .row.tfoot {
    background-color: #F3F3F3;
}
.p-extracao-testemunhos-criar-laudo .test-result .table-testemunhos-laudo .row.tfoot .col:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-extracao-testemunhos-criar-laudo .test-result .table-testemunhos-laudo .row.tfoot .col:nth-child(2) span:not(.status) {
    font-size: 16px;
    font-weight: 700;
    font-family: "Inter";
    color: #353535;
}
.p-extracao-testemunhos-criar-laudo .test-result .table-testemunhos-laudo .row.tfoot .col:nth-child(2) span.status {
    margin-left: 11px;
    padding: 5px 15px;
    border-radius: 32px;
    background-color: #34B424;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-family: "Inter";
    font-size: 11px;
    font-weight: 600;
    color: #FFF;
}

.box-form-system .wrapper-box {
    padding: 40px 60px 100px;
    background-color: #FFF;
    border-radius: 24px;
    box-shadow: 0 4px 40px -22px rgba(239, 242, 255, 0.3);
}
.box-form-system .wrapper-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #353535;
    font-family: "Inter";
    margin-bottom: 43px;
}
.box-form-system .wrapper-box .input-group > label {
    display: block;
    font-family: "Inter";
    font-weight: 600;
    font-size: 16px;
    color: #898989;
    margin-bottom: 11px;
}
.box-form-system .wrapper-box .input-group input {
    border: 1px solid #D4D4D7;
    height: 60px;
    border-radius: 7px;
    width: 100%;
    font-size: 1rem;
    padding: 15px;
    font-weight: 700;
}
.box-form-system .wrapper-box .input-group .box-itens-selected {
    list-style: none;
    margin-top: 30px;
    min-height: 175px;
    border-radius: 7px;
    border: 1px solid #D4D4D7;
    padding: 20px 26px;
    background-color: #F4F4F4;
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    align-items: flex-start;
}
.box-form-system .wrapper-box .input-group .box-itens-selected li {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 36px;
    padding: 13px 23px;
    background-color: #5F5F5F;
    border-radius: 5px;
}
.box-form-system .wrapper-box .input-group .box-itens-selected li button {
    padding: 0;
    border: 0;
    font-size: 0;
    background-color: transparent;
    cursor: pointer;
}
.box-form-system .wrapper-box .input-group .box-itens-selected li:nth-child(1) {
    display: none;
}
.box-form-system .wrapper-box hr {
    border: 0;
    width: 100%;
    height: 1px;
    background-color: #D4D4D7;
    margin-block: 50px;
}
.box-form-system button[type=submit] {
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter";
    color: #FFF;
    padding: 15px 60px;
    border-radius: 8px;
    background-color: #185B66;
    border: 0;
    margin-top: 50px;
    margin-left: auto;
    width: -moz-max-content;
    width: max-content;
    display: block;
    transition: 200ms;
}
.box-form-system button[type=submit]:hover {
    background: #21717e;
    cursor: pointer;
}

.p-resistencia-compressao-tubos .table-list {
    border-radius: 1.5rem;
    background: #FFF;
    box-shadow: 0px 4px 40.4px -22px rgba(239, 242, 255, 0.03);
    padding-top: 2.5rem;
    padding-bottom: 9.06rem;
    padding-inline: 3.81rem;
    width: 1340px;
}
.p-resistencia-compressao-tubos .table-list .thead .top {
    padding-inline: 3.81rem;
    margin-bottom: 1.88rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p-resistencia-compressao-tubos .table-list .thead .top h3 {
    color: #353535;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.025rem;
}
.p-resistencia-compressao-tubos .table-list .thead .top .box-navigation {
    display: flex;
    align-items: center;
    gap: 1.3rem;
}
.p-resistencia-compressao-tubos .table-list .thead .top .box-navigation .pages {
    display: flex;
    align-items: center;
    gap: 1.56rem;
}
.p-resistencia-compressao-tubos .table-list .thead .top .box-navigation .pages a {
    color: #353535;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.015rem;
    text-decoration: none;
}
.p-resistencia-compressao-tubos .table-list .thead .top .box-navigation .pages a.active {
    color: #FFF;
    font-family: "Inter";
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.015rem;
    padding: 0.25rem 0.56rem 0.31rem;
    border-radius: 0.375rem;
    background: #185B66;
}
.p-resistencia-compressao-tubos .table-list .thead .bottom .tr {
    padding-block: 2rem;
    background: #FCFCFC;
    display: grid;
    align-items: center;
    grid-template-columns:127px 285px 325px 278px 60px;
    gap: 10px;
    padding-left: 0;
}
.p-resistencia-compressao-tubos .table-list .thead .bottom .td {
    color: #898989;
    font-family: "Inter";
    font-size: 0.875rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.0175rem;
    display: flex;
    align-items: center;
    align-items: flex-start;
    justify-content: flex-start;
}
.p-resistencia-compressao-tubos .table-list .thead .bottom .td:last-of-type span {
    margin-left: 0;
}
.p-resistencia-compressao-tubos .table-list .thead .bottom .btn-order-client {
    cursor: pointer;
}
.p-resistencia-compressao-tubos .table-list .thead .bottom .btn-order-client:hover span {
    color: #353535;
}
.p-resistencia-compressao-tubos .table-list .tbody .tr {
    padding-block: 1.87rem;
    display: grid;
    align-items: center;
    grid-template-columns:127px 285px 325px 278px 132px;
    gap: 10px;
    padding-left: 0;
}
.p-resistencia-compressao-tubos .table-list .tbody .tr + .tr {
    border-top: 1px solid #D4D4D7;
}
.p-resistencia-compressao-tubos .table-list .tbody .tr .td span {
    color: #353535;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.02rem;
}
.p-resistencia-compressao-tubos .table-list .tbody .tr .td:last-of-type {
    padding-right: 17px;
}
.p-resistencia-compressao-tubos .table-list .tbody .tr .td:last-of-type a {
    margin-left: auto;
    display: block;
    width: -moz-max-content;
    width: max-content;
}
@media screen and (max-width: 550px) {
    .p-resistencia-compressao-tubos .table-list .thead .top {
        margin-bottom: 1rem;
        padding-inline: 1.25rem;
    }
    .p-resistencia-compressao-tubos .table-list .thead .bottom .tr {
        padding-inline: 1.25rem;
        padding-block: 0.5rem;
    }
    .p-resistencia-compressao-tubos .table-list .tbody .tr {
        padding-inline: 1.25rem;
        padding-block: 0.5rem;
    }
    .p-resistencia-compressao-tubos .table-list .tbody .tr .td span {
        font-size: 0.75rem;
    }
}

.p-arrancamento-criar-laudo .dashboard .content {
    padding: 60px 30px;
}
.p-arrancamento-criar-laudo .form-table-report .top-group-title .date {
    display: flex;
    align-items: center;
    gap: 15px;
}
.p-arrancamento-criar-laudo .form-table-report .top-group-title .date button {
    border: 0;
    font-size: 0;
    background-color: transparent;
}
.p-arrancamento-criar-laudo .form-table-report .all-data h3 {
    display: flex;
    align-items: center;
    gap: 15px;
}
.p-arrancamento-criar-laudo .form-table-report .all-data h3 button {
    background-color: transparent;
    border: 0;
    font-size: 0;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .tagline {
    font-size: 16px;
    font-weight: 700;
    font-family: "Inter";
    color: #E22D15;
    margin-bottom: 20px;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-sample {
    min-width: 1150px;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-sample .row {
    display: grid;
    grid-template-columns: 125px 1fr 0.7fr;
    border-top: 1px solid #D4D4D7;
    border-inline: 1px solid #D4D4D7;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-sample .row:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-sample .row:last-of-type {
    border-bottom: 1px solid #D4D4D7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-sample .row .col {
    display: flex;
    padding-left: 70px;
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
    padding-block: 30px;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-sample .row .col.header {
    background-color: #F3F3F3;
    padding-left: 16px;
    border-right: 1px solid #D4D4D7;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-sample .row .col.header span {
    font-size: 14px;
    font-weight: 600;
    font-family: "Inter";
    color: #353535;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-sample .row .col span {
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    color: #353535;
    display: flex;
    align-items: center;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-sample .row .col span b {
    margin-right: 5px;
    font-weight: 600;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-sample .row .col span svg {
    margin-left: 10px;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-sample .row .col:first-of-type {
    justify-content: center;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-rehearsal {
    width: 1275px;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-rehearsal .row {
    display: grid;
    grid-template-columns: 422px 90px 100px 350px 313px;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-rehearsal .row:not(.header) .col {
    min-height: 55px;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-rehearsal .row:not(.header) .col span {
    font-weight: 500;
}

.p-arrancamento-criar-laudo .form-table-report .all-data .table-rehearsal .row:not(.header) .col.special .row-internal {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid #D4D4D7;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-rehearsal .row:not(.header) .col.special .row-internal .col-internal {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #D4D4D7;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-rehearsal .row:not(.header) .col.special .row-internal .col-internal:first-of-type {
    border-left: 1px solid #D4D4D7;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-rehearsal .row .col:not(.special) {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #D4D4D7;
    border-top: 1px solid #D4D4D7;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-rehearsal .row .col span {
    font-size: 14px;
    font-weight: 600;
    font-family: "Inter";
    color: #353535;
    text-align: center;
    display: flex;
    align-items: center;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-rehearsal .row.header {
    background-color: #F3F3F3;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-rehearsal .row.header .col.special .row-internal:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 5px;
    border-top: 1px solid #D4D4D7;
    border-left: 1px solid #D4D4D7;
    border-right: 1px solid #D4D4D7;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-rehearsal .row.header .col.special .row-internal:last-of-type {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: 45px;
    border-top: 1px solid #D4D4D7;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-rehearsal .row.header .col.special .row-internal:last-of-type .col-internal {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #D4D4D7;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-rehearsal .row.header .col.special .row-internal:last-of-type .col-internal:first-of-type {
    border-left: 1px solid #D4D4D7;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-rehearsal .row-footer {
    display: grid;
    grid-template-columns: 511px 1fr;
    border: 1px solid #D4D4D7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-rehearsal .row-footer .col {
    height: 40px;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-rehearsal .row-footer .col span {
    font-size: 14px;
    font-weight: 600;
    font-family: "Inter";
    color: #353535;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-rehearsal .row-footer .col span.status {
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 4px;
    background-color: #34B424;
    height: 23px;
    border-radius: 32px;
    width: -moz-max-content;
    width: max-content;
    padding-inline: 15px;
    font-size: 11px;
}

.p-arrancamento-criar-laudo .form-table-report .all-data .table-rehearsal .row-footer .col span.status.refused{
    background-color: #F00;
}

.p-arrancamento-criar-laudo .form-table-report .all-data .table-rehearsal .row-footer .col:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #D4D4D7;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-rehearsal .row-footer .col:nth-child(2) {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 35px;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .btn-add-line {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #185B66;
    border: 0;
    line-height: 0;
    margin-top: 20px;
    margin-left: auto;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .pier-container {
    min-width: 1180px;
    padding: 60px 100px;
    border: 1px solid #D4D4D7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 310px;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .pier-container .legend {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .pier-container .legend div {
    display: flex;
    align-items: center;
    gap: 9px;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .pier-container .legend div .legend-color {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background-color: #888;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .pier-container .legend span {
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter";
    color: #353535;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-analysis-requirements {
    min-width: 1180px;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-analysis-requirements .row {
    display: grid;
    grid-template-columns: 610px 1fr 1fr;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-analysis-requirements .row.header {
    height: 37px;
    background-color: #F3F3F3;
    border-top: 1px solid #D4D4D7;
    border-right: 1px solid #D4D4D7;
    border-left: 1px solid #D4D4D7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-analysis-requirements .row.header .col {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-analysis-requirements .row.header .col:not(:first-of-type) {
    border-left: 1px solid #D4D4D7;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-analysis-requirements .row.header span {
    font-size: 14px;
    font-weight: 600;
    font-family: "Inter";
    color: #353535;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-analysis-requirements .row:not(.header) {
    height: 140px;
    border-inline: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-analysis-requirements .row:not(.header) span {
    font-size: 14px;
    font-weight: 600;
    font-family: "Inter";
    color: #353535;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-analysis-requirements .row:not(.header) .col:nth-child(1) {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-analysis-requirements .row:not(.header) .col:nth-child(1) .col-internal:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-analysis-requirements .row:not(.header) .col:nth-child(1) .col-internal:last-of-type {
    border-left: 1px solid #D4D4D7;
    display: flex;
    flex-direction: column;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-analysis-requirements .row:not(.header) .col:nth-child(1) .col-internal:last-of-type .row-internal {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-analysis-requirements .row:not(.header) .col:nth-child(1) .col-internal:last-of-type .row-internal:first-of-type {
    border-bottom: 1px solid #D4D4D7;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-analysis-requirements .row:not(.header) .col:nth-child(2), .p-arrancamento-criar-laudo .form-table-report .all-data .table-analysis-requirements .row:not(.header) .col:nth-child(3) {
    display: flex;
    flex-direction: column;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-analysis-requirements .row:not(.header) .col:nth-child(2) .row-internal, .p-arrancamento-criar-laudo .form-table-report .all-data .table-analysis-requirements .row:not(.header) .col:nth-child(3) .row-internal {
    height: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-analysis-requirements .row:not(.header) .col:nth-child(2) .row-internal:not(:last-of-type), .p-arrancamento-criar-laudo .form-table-report .all-data .table-analysis-requirements .row:not(.header) .col:nth-child(3) .row-internal:not(:last-of-type) {
    border-bottom: 1px solid #D4D4D7;
}
.p-arrancamento-criar-laudo .form-table-report .all-data .table-analysis-requirements .row:not(.header) .col:not(:first-of-type) {
    border-left: 1px solid #D4D4D7;
}
.p-arrancamento-criar-laudo .form-table-report .text-result-grafic h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 35px;
    color: #353535;
    font-family: "Inter";
}
.p-arrancamento-criar-laudo .form-table-report .text-result-grafic .box-wrapper {
    border: 1px solid #D4D4D7;
    border-radius: 8px;
    margin-bottom: 50px;
    min-width: 1140px;
}
.p-arrancamento-criar-laudo .form-table-report .text-result-grafic .box-wrapper .grafic-info {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 20px;
    position: relative;
}
.p-arrancamento-criar-laudo .form-table-report .text-result-grafic .box-wrapper .grafic-info .titleY {
    font-size: 11px;
    font-weight: 500;
    font-family: "Inter";
    color: #353535;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: rotate(-90deg);
}
.p-arrancamento-criar-laudo .form-table-report .text-result-grafic .box-wrapper .grafic-info .titleX {
    font-size: 11px;
    font-weight: 500;
    font-family: "Inter";
    color: #353535;
    position: absolute;
    bottom: 80px;
    right: 45px;
}
.p-arrancamento-criar-laudo .form-table-report .text-result-grafic .box-wrapper .grafic-info .legend {
    padding-top: 40px;
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
    display: flex;
    align-items: center;
    gap: 48px;
}
.p-arrancamento-criar-laudo .form-table-report .text-result-grafic .box-wrapper .grafic-info .legend div {
    display: flex;
    align-items: center;
    gap: 9px;
}
.p-arrancamento-criar-laudo .form-table-report .text-result-grafic .box-wrapper .grafic-info .legend .bullet {
    width: 15px;
    height: 15px;
    border-radius: 999px;
}
.p-arrancamento-criar-laudo .form-table-report .text-result-grafic .box-wrapper .grafic-info .legend span {
    font-size: 12px;
    font-weight: 500;
    font-family: "Inter";
    color: #353535;
}
.p-arrancamento-criar-laudo .form-table-report .table-coatings-information {
    display: grid;
    grid-template-columns: 760px 1fr;
    margin-top: 50px;
    padding-bottom: 60px;
    border-bottom: 1px solid #D4D4D7;
    margin-bottom: 60px;
    min-width: 1180px;
}
.p-arrancamento-criar-laudo .form-table-report .table-coatings-information .table-container .row.header {
    border-block: 1px solid #D4D4D7;
    border-left: 1px solid #D4D4D7;
    border-top-left-radius: 10px;
    height: 110px;
    display: grid;
    grid-template-columns: 140px 620px;
    background-color: #F3F3F3;
}
.p-arrancamento-criar-laudo .form-table-report .table-coatings-information .table-container .row.header span {
    font-size: 14px;
    font-weight: 600;
    font-family: "Inter";
    color: #353535;
}
.p-arrancamento-criar-laudo .form-table-report .table-coatings-information .table-container .row.header > .col {
    border-right: 1px solid #D4D4D7;
}
.p-arrancamento-criar-laudo .form-table-report .table-coatings-information .table-container .row.header > .col:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-arrancamento-criar-laudo .form-table-report .table-coatings-information .table-container .row.header > .col:nth-child(2) {
    display: flex;
    flex-direction: column;
}
.p-arrancamento-criar-laudo .form-table-report .table-coatings-information .table-container .row.header > .col:nth-child(2) .row-internal {
    height: 50%;
}
.p-arrancamento-criar-laudo .form-table-report .table-coatings-information .table-container .row.header > .col:nth-child(2) .row-internal:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #D4D4D7;
}
.p-arrancamento-criar-laudo .form-table-report .table-coatings-information .table-container .row.header > .col:nth-child(2) .row-internal .col {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-arrancamento-criar-laudo .form-table-report .table-coatings-information .table-container .row.header > .col:nth-child(2) .row-internal .col:not(:last-of-type) {
    border-right: 1px solid #D4D4D7;
}
.p-arrancamento-criar-laudo .form-table-report .table-coatings-information .table-container .row.header > .col:nth-child(2) .row-internal:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(4, 155px);
}
.p-arrancamento-criar-laudo .form-table-report .table-coatings-information .table-container .row:not(.header) {
    display: grid;
    grid-template-columns: 140px repeat(4, 155px);
    border-left: 1px solid #D4D4D7;
}
.p-arrancamento-criar-laudo .form-table-report .table-coatings-information .table-container .row:not(.header):not(:nth-child(2)) {
    border-top: 1px solid #D4D4D7;
}
.p-arrancamento-criar-laudo .form-table-report .table-coatings-information .table-container .row:not(.header):last-of-type {
    border-bottom: 1px solid #D4D4D7;
    border-bottom-left-radius: 10px;
}
.p-arrancamento-criar-laudo .form-table-report .table-coatings-information .table-container .row:not(.header) .col {
    border-right: 1px solid #D4D4D7;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-arrancamento-criar-laudo .form-table-report .table-coatings-information .table-container .row:not(.header) .col span {
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter";
    color: #353535;
}
.p-arrancamento-criar-laudo .form-table-report .table-coatings-information .note {
    border-top: 1px solid #D4D4D7;
    border-right: 1px solid #D4D4D7;
    border-bottom: 1px solid #D4D4D7;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 50px;
}
.p-arrancamento-criar-laudo .form-table-report .table-coatings-information .note span {
    font-size: 14px;
    font-weight: 600;
    font-family: "Inter";
    color: #353535;
}
.p-arrancamento-criar-laudo .form-table-report .observations h3 button {
    font-size: 0;
    background-color: transparent;
    border: 0;
}
.p-arrancamento-criar-laudo .form-table-report .register-photo {
    padding-top: 60px;
}
.p-arrancamento-criar-laudo .form-table-report .register-photo h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Inter";
    color: #353535;
    margin-bottom: 30px;
}
.p-arrancamento-criar-laudo .form-table-report .register-photo .label-status {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    font-family: "Inter";
    padding: 12px 30px;
    border-radius: 70px;
    background-color: #353535;
    display: block;
    width: -moz-max-content;
    width: max-content;
}
.p-arrancamento-criar-laudo .form-table-report .register-photo .main-gallery {
    margin-top: 20px;
    border-radius: 30px;
    margin-bottom: 150px;
    display: block;
    width: 100%;
}
.p-arrancamento-criar-laudo .form-table-report .register-photo .gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 16px;
}
.p-arrancamento-criar-laudo .form-table-report .register-photo .gallery .gallery-item {
    aspect-ratio: 1/1;
    border: 1px solid #185B66;
    border-radius: 9px;
    position: relative;
    overlay: hidden;
}

.p-arrancamento-criar-laudo .form-table-report .register-photo .gallery .gallery-item.grandao{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.p-arrancamento-criar-laudo .form-table-report .register-photo .gallery .gallery-item .gallery-overlay {
    display: none;
}
.p-arrancamento-criar-laudo .form-table-report .register-photo .gallery .gallery-item .image-loaded {
    display: none;
}
.p-arrancamento-criar-laudo .form-table-report .register-photo .gallery .gallery-item .image-loaded img {
    border-radius: 9px;
}
.p-arrancamento-criar-laudo .form-table-report .register-photo .gallery .gallery-item .input-load {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    height: 100%;
}
.p-arrancamento-criar-laudo .form-table-report .register-photo .gallery .gallery-item .input-load label {
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter";
    color: #FFF;
    background-color: #185B66;
    padding: 15px 28px;
    border-radius: 8px;
    cursor: pointer;
    transition: 200ms;
}
.p-arrancamento-criar-laudo .form-table-report .register-photo .gallery .gallery-item .input-load label input {
    display: none;
}
.p-arrancamento-criar-laudo .form-table-report .register-photo .gallery .gallery-item .input-load label:hover {
    background-color: #21717e;
}
.p-arrancamento-criar-laudo .form-table-report .register-photo .gallery .gallery-item.active {
    border-color: transparent;
}
.p-arrancamento-criar-laudo .form-table-report .register-photo .gallery .gallery-item.active .gallery-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p-arrancamento-criar-laudo .form-table-report .register-photo .gallery .gallery-item.active .gallery-overlay .title-photo {
    padding: 8px 26px;
    border-radius: 55px;
    background-color: #353535;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    font-family: "Inter";
}
.p-arrancamento-criar-laudo .form-table-report .register-photo .gallery .gallery-item.active .gallery-overlay .btn-remove {
    font-size: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E83535;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    transition: 200ms;
}
.p-arrancamento-criar-laudo .form-table-report .register-photo .gallery .gallery-item.active .gallery-overlay .btn-remove:hover {
    background-color: #f65454;
}
.p-arrancamento-criar-laudo .form-table-report .register-photo .gallery .gallery-item.active .image-loaded {
    display: block;
    width: 100%;
    height: 100%;
}
.p-arrancamento-criar-laudo .form-table-report .register-photo .gallery .gallery-item.active .image-loaded img {
    display: block;
    width: 100%;
    height: 100%;
}
.p-arrancamento-criar-laudo .form-table-report .register-photo .gallery .gallery-item.active .input-load {
    display: none;
}
@media screen and (max-width: 1270px) {
    .p-arrancamento-criar-laudo .form-table-report .register-photo .gallery {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 1170px) {
    .p-arrancamento-criar-laudo .form-table-report .register-photo .gallery {
        grid-template-columns: 1fr 1fr;
    }
}

.box1{
    background: transparent;
    padding: 0;
    padding-top: 2rem;
    max-width: 500px;
}

.box1 input, .box1 select {
    background: transparent !important;
}

/* Estilos para o fundo escuro */
.fundo-escuro {
    display: none; /* Inicialmente escondido */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Preto com 50% de transparência */
    z-index: 1000; /* Garante que fique acima de outros elementos */
}

/* Estilos para o modal */
.meu-modal {
    display: none; /* Inicialmente escondido */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 45px 45px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1001; /* Garante que fique acima do fundo escuro */
    width: 80%; /* Largura do modal */
    max-width: 745px; /* Largura máxima */
}

.meu-modal .observacoes {
    color: #898989;
    font-weight: 500;
    margin-top: 1.3rem;
}

.meu-modal input[type=checkbox]{
    -webkit-appearance: unset;
    -moz-appearance: unset;
    appearance: unset;
    border-radius: 0.25rem;
    border: 1px solid #D4D4D7;
    width: 24px;
    height: 24px;
    transition: 200ms;
    background-position: top center;
    min-width: 24px;
    min-height: 24px;
}

.meu-modal input[type=checkbox]:checked{
    background-image: url(../images/input-checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #185B66;
    border-color: #185B66;
}

.meu-modal .observacoes textarea {
    margin-top: 0.8rem;
}

/* Estilos para o botão de fechar */
.fechar-modal {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px;
    cursor: pointer;
    background: none;
    border: none;
    font-weight: 400;
}

/* Estilos para mostrar o modal */
.mostrar-modal {
    display: block !important; /* Importante para sobrepor o 'display: none' */
}

.meu-modal .btn-cobranca {
    padding: 0.69rem 3.13rem 1rem;
    border-radius: 0.5rem;
    border: none;
    background-color: #185B66;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    text-decoration: none;
    width: -moz-max-content;
    width: max-content;
    transition: 200ms;
    margin-top: 2rem;
    font-weight: 600;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    transition: all 1s;
    z-index: 20;
    position: relative;
    cursor: pointer;
}

.meu-modal .btn-cobranca::hover{
background-color: #FFF;
color: #185B66;
} 