@charset "UTF-8";
@font-face {
    font-family: "impuestos-yian";
    src: url("../fonts/font-icons/fonts/impuestos-yian.eot");
    src: url("../fonts/font-icons/fonts/impuestos-yian.eot?#iefix") format("embedded-opentype"), url("../fonts/font-icons/fonts/impuestos-yian.woff") format("woff"), url("../fonts/font-icons/fonts/impuestos-yian.ttf") format("truetype"), url("../fonts/font-icons/fonts/impuestos-yian.svg#impuestos-yian") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "impuestos-yian" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-taxes-"]:before,
[class*=" icon-taxes-"]:before {
    font-family: "impuestos-yian" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-taxes-certificate:before {
    content: "\61";
}

.icon-taxes-building:before {
    content: "\62";
}

.icon-taxes-court:before {
    content: "\63";
}

.icon-taxes-house:before {
    content: "\64";
}

.icon-taxes-buscar-1:before {
    content: "\65";
}

.icon-taxes-buscar-2:before {
    content: "\66";
}

.icon-taxes-calendar:before {
    content: "\67";
}

.icon-taxes-close:before {
    content: "\68";
}

.icon-taxes-declarar:before {
    content: "\69";
}

.icon-taxes-edit-phone:before {
    content: "\6a";
}

.icon-taxes-info:before {
    content: "\6b";
}

.icon-taxes-print:before {
    content: "\6c";
}

.icon-taxes-proceso:before {
    content: "\6d";
}

.icon-taxes-repartir:before {
    content: "\6e";
}

.icon-taxes-salir:before {
    content: "\6f";
}

.icon-taxes-shop:before {
    content: "\70";
}

.icon-taxes-taxpage:before {
    content: "\71";
}

.icon-taxes-update:before {
    content: "\72";
}

.icon-taxes-upload:before {
    content: "\73";
}

.icon-taxes-user:before {
    content: "\74";
}

.icon-taxes-whitetag:before {
    content: "\75";
}

.icon-taxes-checkmark:before {
    content: "\76";
}

.icon-taxes-android-menu:before {
    content: "\77";
}


/* Toogle button */

.p-togglebutton.p-button.p-highlight {
    background: #2196F3;
    border-color: #2196F3;
    color: #ffffff;
}

.p-togglebutton.p-button {
    background: #929da0;
    border: 1px solid #ced4da;
    font-weight: 500;
    color: white;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
}


/*------------------------------------*\
#RADIO BUTTON
\*------------------------------------*/

.pg-radiobutton .p-radiobutton-label {
    display: block;
    padding: 0 0 0 10px;
    cursor: pointer;
    color: var(--white);
}

.pg-radiobutton .p-radiobutton {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: bottom;
}

.pg-radiobutton .p-radiobutton .p-radiobutton-box {
    width: 20px;
    height: 20px;
    background-color: var(--black-30);
    border: 2px solid var(--white);
    border-radius: 14px;
    z-index: 1;
    transition: var(--white) 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}


/* .tax-app-radio--denim .pg-radiobutton .p-radiobutton .p-radiobutton-box {
color: var(--denim);
} */

.pg-radiobutton .p-radiobutton .p-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.pg-radiobutton .p-radiobutton .p-highlight .p-radiobutton-icon {
    transform: scale(1, 1) !important;
    visibility: visible;
}

.pg-radiobutton .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
    width: 8px;
    height: 8.8px;
    background-color: var(--white);
    border-radius: 50%;
    z-index: 2;
    transform: scale(0, 0);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.denim-radiobutton .p-radiobutton .p-radiobutton-box {
    background-color: var(--denim-30);
    border: 2px solid var(--denim);
    box-shadow: 0px 0px 5px 0px rgb(255 255 255);
}

.denim-radiobutton .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
    background-color: var(--denim);
}

.denim-radiobutton {
    align-items: initial;
}

.tax-app-radio--denim .denim-tax-label {
    padding: 0 0 0 10px;
}

p-radiobutton {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
}

.p-radiobutton-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-radiobutton-icon {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0) scale(.1);
    border-radius: 50%;
    visibility: hidden;
}


/**  Info panel **/

.info-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
}

.title-info-line {
    font-size: 1.371rem;
    font-weight: 500;
    color: var(--navy-blue);
    margin: 0 0 10px 0;
    line-height: normal;
}

.info-panel .info-panel__content {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 0 16px 0;
}

.info-panel .info-panel__label {
    font-size: 0.857rem;
    color: var(--emperor);
    opacity: 0.44;
    line-height: normal;
}

.info-container-label {
    margin: 0 0 12px 0;
}

.info-panel .info-panel__text {
    font-size: 0.95rem;
    color: var(--comet);
    margin: 0;
    line-height: normal;
}


/*------------------------------------*\
#DIALOG
\*------------------------------------*/

.p-dialog {
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--white);
    background-clip: padding-box;
    border: 1px solid var(--mercury);
    border-radius: 30px;
    outline: 0;
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    max-width: 676px;
    min-height: auto;
    margin: 10px auto;
    pointer-events: none;
}

.p-dialog-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 27px 19px 15px 66px;
    width: 100%;
}

.p-dialog-header .p-dialog-title {
    margin: 0;
    float: none;
    vertical-align: middle;
    font-size: medium;
    color: #1F4E79;
}

.p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon {
    color: #999999;
    border: 0 none;
    -moz-transition: color 0.15s;
    -o-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
    padding: 0;
    margin-left: 0.35em;
    font-size: 16px;
}

body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover {
    color: #bd9090;
}

body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon.p-dialog-titlebar-maximize {
    position: relative;
    top: 1px;
    left: 2px;
}

.p-dialog .p-dialog-header-icon {
    background: none;
    color: var(--dove-gray);
}

.p-dialog .p-dialog-content {
    position: relative;
    flex: 1 1 auto;
    padding: 15px 28px;
    width: 100%;
}

::ng-deep #tidio-chat-iframe{
    right: auto !important;
}
.p-dialog .p-dialog-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.p-dialog .p-dialog-footer button {
    margin: 0 0.35em 0 0;
}

.p-dialog.p-confirm-dialog .p-dialog-content {
    padding: 1.5em;
}

.p-dialog.p-confirm-dialog .p-dialog-content>span {
    float: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
    margin: 0;
}

.p-dialog-mask.p-component-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
}


/* Dialog Selection */

.p-dialog-selection .p-dialog {
    width: 50vw;
}


/* Dialog busqueda */

.p-dialog-search .p-dialog-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    width: 100%;
}


/* Tax-Dialog-mobile */

.p-tax-button-mobile:hover .tax-button-sub-mobile {
    padding: 10px;
    align-self: end;
}

.p-tax-button-mobile:hover .tax-button-sub-mobile .tax-app-button__menu-icon {
    font-size: 1.828rem;
}

@keyframes fadeInUp {
    0% {
        transform: translate(0px, 100px);
        opacity: 0;
    }
    100% {
        transform: translate(0px, 0);
        opacity: 1;
    }
}

.p-tax-dialog-mobile {
    width: 100%;
    /* position: absolute; */
    top: 0;
    display: flex;
    flex-direction: column;
    /* max-height: 90%; */
    transform: scale(1);
    pointer-events: auto;
    /* background-color: var(--white); */
    background-clip: padding-box;
    border-radius: 30px;
    outline: 0;
    align-items: center;
    min-height: auto;
    margin: 10px auto;
    margin-bottom: 0;
    animation: fadeInUp 170ms ease backwards;
}

.p-tax-dialog-ind-mobile {
    z-index: 2;
}

.p-tax-button-mobile {
    display: inline-flex;
    justify-content: center;
    font-size: 1.142rem;
    border-radius: 30px;
    border: none;
    background: transparent linear-gradient(180deg, var(--azure-radiance) 0%, var(--navy-blue) 100%) 0% 0% no-repeat;
    color: var(--white);
    line-height: 1;
    cursor: pointer;
}

.p-tax-button2-mobile {
    align-self: end;
}

.p-tax-button2-mobile>button {
    background: none;
    box-shadow: none;
}

.p-tax-button2-mobile>button em {
    font-size: 30px;
}


/* Dialog slide*/

.dialog-custom .p-dialog-content {
    padding: 0px;
}

.dialog-custom .p-dialog-header-icon>span {
    color: #fff;
    font-weight: 900;
}

.dialog-custom .p-dialog {
    width: 100vw;
    border-radius: 0;
    border: none;
    background: #d2d2d233;
    max-width: 65vw !important;
}

.dialog-custom .p-dialog-header {
    padding: 0px;
}


.p-dialog-comp-stg .p-dialog-header {
    display: none;
}

@media screen and (max-width: 952px) {
    .dialog-custom .p-dialog {
        max-width: 85vw !important;
    }
}


/* Button */

button {
    display: inline-flex;
    justify-content: center;
    font-size: 1.142rem;
    padding: 12px 18px;
    border-radius: 30px;
    border: none;
    background: transparent linear-gradient( 180deg, #0f98e1 0%, var(--navy-blue) 100%) 0% 0% no-repeat;
    opacity: .9;
    color: var(--white);
    line-height: 1;
    cursor: pointer;
}

.p-tax-button-mobile {
    width: 90%;
    padding: 0;
    flex-direction: column;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 3;
}

@keyframes fadeInUpClose {
    0% {
        transform: translate(2rem, 1.5rem);
        opacity: 0;
    }
    100% {
        transform: translate(0px, 0);
        opacity: 1;
    }
}

.icon-tax-menu {
    align-self: flex-end;
    margin-right: 1rem;
    font-size: 1.2rem !important;
    animation: fadeInUpClose 200ms ease backwards;
}

.visible-mobile {
    z-index: 2;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #323232c7;
    backdrop-filter: blur(3px);
    position: fixed;
}


/* button search */

.div-p-button-search {
    padding: 5px;
}


/* button complementos */

.g-button-compl.p-button {
    font-size: 12px;
    padding: 8px;
}


/** **/

.p-datatable table {
    border-collapse: collapse;
    width: auto;
}

.p-datatable table th {
    border-bottom: 2px solid var(--denim);
    white-space: nowrap;
}

.p-datatable table thead th {
    font-size: 1.214rem;
    font-weight: var(--font-bold);
    color: var(--denim);
    padding: 10px 15px;
    background-color: var(--white);
    text-align: center;
}


/* .p-datatable thead th:first-child {
padding-left: 40px;
} */

.p-datatable table tbody {
    border: none;
}

.p-datatable tbody tr td {
    padding: 5px 10px;
    font-size: 1.214rem;
    color: var(--biscay);
    border-left: none;
    border-right: none;
    text-align: center;
}

.p-datatable tbody tr {
    background-color: var(--white);
}

.p-datatable tbody tr:nth-child(odd) {
    background-color: var(--alice-blue);
}

.p-datatable .p-datatable-tfoot tr td {
    padding: 5px 10px;
    font-size: 1.214rem;
}

.p-datatable .p-datatable-tfoot tr {
    background-color: var(--white);
}

.p-datatable .p-datatable-loading-icon {
    color: #9e9e9e;
    font-size: 30px;
}

.p-datatable .p-datatable-loading-overlay {
    width: 100%;
    height: 100%;
    background-color: rgb(33 150 243 / 14%);
    backdrop-filter: blur(3px);
}

.p-datatable-scrollable .p-datatable-wrapper {
    position: relative;
    overflow: auto;
}

.p-datatable-scrollable-body::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 15px;
    background-color: transparent;
}

.p-datatable-scrollable-body::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 1px solid white;
    background-color: rgba(194, 194, 194, .5);
}

.p-datatable .p-datatable-tbody>tr.p-highlight {
    background: #E3F2FD;
    color: #495057;
}

.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody>tr:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
}

.p-paginator-current,
.p-paginator-first,
.p-paginator-last,
.p-paginator-next,
.p-paginator-page,
.p-paginator-prev {
    background: var(--alice-blue);
    color: #007ae3;
    padding: 10px;
    margin: 2px;
    border-radius: 15px;
}

.p-paginator-element.p-disabled {
    background-color: none !important;
    border: 0 !important;
}

.p-datatable-responsive .p-datatable-tbody>tr>td .p-column-title {
    min-width: 100% !important;
    font-weight: 600;
    color: #1F4E79;
}

.p-datatable-alice .p-datatable table thead th {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 0;
    background-color: #f1f1f145;
    border-radius: 5px;
    color: var(--spicy-mix);
}


/** datatable line**/

.p-table-line .p-datatable table thead th {
    color: var(--navy-blue);
    font-weight: 400;
    text-align: initial;
    padding-left: 0;
    border-bottom: 1px solid var(--navy-blue);
    font-size: 1rem;
}

.p-table-line .p-datatable tbody tr td {
    font-size: 1rem;
}


/* table form declaraciones */

.p-table-form .p-datatable table thead th {
    font-size: 14px;
    color: var(--biscay);
    padding: 10px 15px;
    background-color: var(--white);
    text-align: center;
    font-weight: 600;
}

.p-table-form .p-datatable table th {
    border-bottom: 1px solid var(--biscay);
    white-space: nowrap;
}

.p-table-form .p-datatable tbody tr td {
    font-size: 13px;
}

.p-table-form .p-datatable-tfoot tr td {
    font-size: 13px;
}

.p-table-form-con .p-datatable tbody tr td {
    text-align: initial;
}


/* Toast */

.p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
    margin: 0.5rem 0 0 0;
}

.p-toast {
    z-index: 500;
}

.p-toast .p-toast-message {
    margin: 0 0 1rem 0;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
}

.p-toast .p-toast-message .p-toast-message-content {
    padding: 1rem;
    border-width: 0 0 0 6px;
}

.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
    margin: 0 0 0 1rem;
}

.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
    font-size: 2rem;
}

.p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
    font-weight: 700;
}

.p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
    margin: 0.5rem 0 0 0;
}

.p-toast .p-toast-message .p-toast-icon-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.p-toast .p-toast-message .p-toast-icon-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

.p-toast .p-toast-message .p-toast-icon-close:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
}

.p-toast .p-toast-message.p-toast-message-info {
    background: #B3E5FC;
    border: solid #0891cf;
    border-width: 0 0 0 6px;
    color: #044868;
}

.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
    color: #044868;
}

.p-toast .p-toast-message.p-toast-message-success {
    background: #C8E6C9;
    border: solid #439446;
    border-width: 0 0 0 6px;
    color: #224a23;
}

.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
    color: #224a23;
}

.p-toast .p-toast-message.p-toast-message-warning {
    background: #FFECB3;
    border: solid #d9a300;
    border-width: 0 0 0 6px;
    color: #6d5100;
}

.p-toast .p-toast-message.p-toast-message-warning .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-warning .p-toast-icon-close {
    color: #6d5100;
}

.p-toast .p-toast-message.p-toast-message-error {
    background: #FFCDD2;
    border: solid #e60017;
    border-width: 0 0 0 6px;
    color: #73000c;
}

.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
    color: #73000c;
}

.p-toast .p-toast-message.p-toast-message-success {
    background: #C8E6C9;
    border: solid #439446;
    border-width: 0 0 0 6px;
    color: #224a23;
}

.p-toast .p-toast-message.p-toast-message-warn {
    background: #fff2e2;
    border: solid #cc8925;
    border-width: 0 0 0 6px;
    color: #cc8925;
}

.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
    color: #cc8925;
}


/* Message */

.p-messages {
    margin: 0.5rem 0 0 0;
}

.p-messages .p-message-info .p-message-wrapper {
    padding: 1rem;
    background: #B3E5FC;
    border: solid #0891cf;
    border-width: 0 0 0 6px;
    color: #044868;
    border-radius: 3px;
}

.p-messages .p-message-info .p-message-wrapper .p-message-icon {
    font-size: 2rem;
}

.p-messages .p-message-info .p-message-wrapper .p-message-detail {
    margin: 5px 20px;
}

.p-messages .p-message-info .p-message-wrapper .p-message-close {
    width: 2rem;
    color: #044868;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.p-messages .p-message-warn .p-message-wrapper {
    padding: 1rem;
    background: #ffebd2;
    border: solid #cc8925;
    border-width: 0 0 0 6px;
    color: #cc8925;
    border-radius: 3px;
}

.p-messages .p-message-warn .p-message-wrapper .p-message-icon {
    font-size: 2rem;
}

.p-messages .p-message-warn .p-message-wrapper .p-message-detail {
    margin: 5px 20px;
}

.p-messages .p-message-warn .p-message-wrapper .p-message-close {
    width: 2rem;
    color: #cc8925;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

/** Input Number */

.p-input-number-form .p-inputnumber-input {
    flex: 1 1 auto;
    border: 0;
    text-align: end;
}


/** INPUT TEXT */

.p-inputtext {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    color: #495057;
    background: #ffffff;
    padding: 0.5rem 0.5rem;
    border: 1px solid #ced4da;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    appearance: none;
    border-radius: 3px;
}

.g-input-padding5.p-inputtext {
    padding: 5px;
}

.g-input-padding5.p-inputtext::placeholder {
    font-size: 12px;
}


/* Group */


/* .p-inputgroup {
    display: flex;
    align-items: stretch;
    width: 100%;
} */

.p-inputgroup .p-input-form-line {
    margin: 0;
}

.p-button-group {
    padding: 10px;
    background: var(--fire);
    border-radius: 0;
}

.container-group-bm {
    align-self: center;
    margin-top: 17px;
}


/** p-inputnumber **/

.p-inputnumber {
    width: 100%;
}

.p-input-recibo-pago>span>.p-inputnumber-input {
    width: inherit;
}


/*** CALENDAR ***/

.p-calendar {
    display: inline-flex;
    position: relative;
    width: 100%;
}

.p-datepicker {
    padding: 0.5rem;
    background: #ffffff;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

.p-calendar .p-datepicker {
    min-width: 100%;
}

.p-datepicker:not(.p-datepicker-inline) {
    /* background: #ffffff; */
    border: 0 none;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}

body .p-datepicker .p-datepicker-buttonbar .p-button {
    color: #ffffff;
    background-color: #5E81AC;
    border: 1px solid transparent;
    font-size: 14px;
    -moz-transition: background-color 0.15s, box-shadow 0.15s;
    -o-transition: background-color 0.15s, box-shadow 0.15s;
    -webkit-transition: background-color 0.15s, box-shadow 0.15s;
    transition: background-color 0.15s, box-shadow 0.15s;
}

body .p-datepicker .p-datepicker-buttonbar .p-button:enabled:focus {
    outline: 0 none;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 107, 212, 0.5);
    -moz-box-shadow: 0 0 0 0.2rem rgba(22, 107, 212, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(22, 107, 212, 0.5);
}

body .p-datepicker .p-datepicker-buttonbar .p-button:enabled:active {
    background-color: #263951;
    border-color: #263951;
}

body .p-datepicker .p-datepicker-buttonbar .p-button:enabled:hover {
    background-color: #466489;
    border-color: #466489;
}

body .p-datepicker:not(.p-datepicker-inline) {
    border: 1px solid #cccccc;
}

body .p-datepicker:not(.p-state-disabled) .p-datepicker-header .p-datepicker-prev:hover,
body .p-datepicker:not(.p-state-disabled) .p-datepicker-header .p-datepicker-next:hover {
    color: #bd9090;
}

body .p-datepicker:not(.p-state-disabled) .p-datepicker-header .p-datepicker-prev:focus,
body .p-datepicker:not(.p-state-disabled) .p-datepicker-header .p-datepicker-next:focus {
    outline: 0 none;
    color: #bd9090;
}

body .p-datepicker:not(.p-state-disabled) table td:not(.p-state-disabled) a:not(.p-state-active):not(.p-state-highlight):hover {
    background-color: #f7f7f9;
}

body .p-datepicker:not(.p-state-disabled) .p-monthpicker a.p-monthpicker-month:not(.p-state-active):hover {
    background-color: #f7f7f9;
}

body .p-datepicker .p-datepicker-group {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

body .p-datepicker .p-datepicker-header {
    padding: 10px 15px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

body .p-datepicker .p-datepicker-header .p-datepicker-prev {
    cursor: pointer;
    /*top: 0.714em;*/
    color: white;
    -moz-transition: color 0.15s;
    -o-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}

body .p-datepicker .p-datepicker-header .p-datepicker-next {
    cursor: pointer;
    /*top: 0.714em;*/
    color: white;
    -moz-transition: color 0.15s;
    -o-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}

body .p-datepicker .p-datepicker-header .p-datepicker-title {
    display: flex;
    gap: 20px;
    margin: 0px 7px;
}

body .p-datepicker table {
    font-size: 14px;
}

.p-datepicker table td {
    padding: 0.5rem;
}

body .p-datepicker table td>a,
body .p-datepicker table td>span {
    min-width: 2em;
    min-height: 2em;
    text-align: center;
    color: #4c566a;
    padding: 0.35em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: box-shadow 0.15s;
    -o-transition: box-shadow 0.15s;
    -webkit-transition: box-shadow 0.15s;
    transition: box-shadow 0.15s;
}

.p-datepicker table td>span.p-highlight {
    color: #495057;
    background: #E3F2FD;
}

body .p-datepicker table td>a {
    cursor: pointer;
}

body .p-datepicker table td>a:hover {
    background-color: #f7f7f9;
}

body .p-datepicker table td>a.p-state-active {
    color: #ffffff;
    background-color: #5E81AC;
}

body .p-datepicker table td>a.p-state-highlight {
    color: #ffffff;
    background-color: #5E81AC;
}

body .p-datepicker table td>a:focus {
    border-color: #9EB3CD;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 107, 212, 0.25);
    -moz-box-shadow: 0 0 0 0.2rem rgba(22, 107, 212, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(22, 107, 212, 0.25);
}

body .p-datepicker table td.p-datepicker-today a {
    background-color: rgba(145, 153, 169, 0.3);
    color: #4c566a;
}

body .p-datepicker table td.p-datepicker-today a.p-state-active {
    color: #ffffff;
    background-color: #5E81AC;
}

body .p-datepicker .p-timepicker {
    border: 0 none;
    border-top: 1px solid #dddddd;
}

body .p-datepicker .p-timepicker a {
    color: #999999;
}

body .p-datepicker .p-timepicker a:hover {
    color: #bd9090;
}

body .p-datepicker .p-monthpicker .p-monthpicker-month {
    color: #4c566a;
}

body .p-datepicker .p-monthpicker .p-monthpicker-month.p-state-active {
    color: #ffffff;
    background-color: #5E81AC;
}

body .p-datepicker.p-datepicker-multiple-month {
    width: auto;
}

body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
    border-right: 1px solid #dddddd;
    padding-top: 0;
    padding-bottom: 0;
}

body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group .p-datepicker-calendar-container tbody {
    padding-right: 0.25em;
    padding-left: 0.25em;
}

body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
    padding-left: 0;
}

body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
    padding-right: 0;
    border-right: 0 none;
}

body .p-calendar.p-calendar-w-btn .p-inputtext {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0 none;
}

body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-state-error),
body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-state-error) {
    border-right: 0 none;
}

body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button {
    width: 2em;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button.p-state-disabled {
    border-color: #cccccc;
}

body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button.p-state-disabled .pi {
    color: #9199a9;
}

.p-calendar .p-inputtext {
    padding: 10px;
    border: 1px solid var(--nobel);
    letter-spacing: 0.51px;
    font-size: 1.214rem;
}


/* CheckBox */

.p-checkbox .p-checkbox-box .p-checkbox-icon {
    transition-duration: 0.2s;
    color: #ffffff;
    font-size: 14px;
}

.pi {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pi {
    font-size: 1rem;
}

.pi:before {
    --webkit-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.p-checkbox .p-checkbox-box.p-highlight {
    transform: scale(1, 1);
}

.p-checkbox .p-checkbox-box .pi {
    font-family: 'impuestos-yian' !important;
}

.p-checkbox .p-checkbox-box .pi-check:after {
    content: "\76";
}

.p-checkbox .p-checkbox-box .pi-check:before {
    content: "";
}

.p-checkbox .p-checkbox-box {
    border: 2px solid var(--denim);
    border-radius: 2px;
    background: var(--denim-30);
    width: 20px;
    height: 20px;
    color: #495057;
    border-radius: 3px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.p-checkbox-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-checkbox-label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    align-self: center;
    font-size: 1.142rem;
    line-height: 24px;
    padding: 0 0 0 10px;
    color: var(--denim);
}

.p-checkbox .p-checkbox-box .p-checkbox-icon {
    color: var(--denim);
    font-size: 1.142rem;
    text-align: center;
    line-height: 1.142rem;
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-checkbox .p-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.p-checkbox {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
}


/* disabled */

.p-disabled {
    background-color: #ccc6 !important;
    border: 2px solid #ccc !important;
}


/* DropDown */

.p-dropdown {
    background: #ffffff;
    border: 1px solid #ced4da;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 3px;
    width: 100%;
}

.p-dropdown .p-hidden-accessible {
    opacity: 0;
    width: 1px;
}

.p-dropdown .p-hidden-accessible>input {
    display: none;
}

.p-dropdown:not(.p-disabled):hover {
    border-color: #2196F3;
}

.p-dropdown:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
}

.p-dropdown.p-dropdown-clearable .p-dropdown-label {
    padding-right: 1.5rem;
}

.p-dropdown .p-dropdown-label {
    background: transparent;
    border: 0 none;
}

.p-dropdown .p-dropdown-label.p-placeholder {
    color: #6c757d;
}

.p-dropdown .p-dropdown-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
}

.p-dropdown .p-dropdown-trigger {
    background: transparent;
    color: #6c757d;
    width: 2.357rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.p-dropdown .p-dropdown-clear-icon {
    color: #6c757d;
    right: 2.357rem;
}

.p-dropdown-panel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.p-dropdown-panel .p-dropdown-header {
    padding: 0.5rem 1rem;
    border-bottom: 0 none;
    color: #495057;
    background: #f8f9fa;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
    padding-right: 1.5rem;
    margin-right: -1.5rem;
}

.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
    right: 0.5rem;
    color: #6c757d;
}

.p-dropdown-panel .p-dropdown-items:not(.p-dropdown-virtualscroll) {
    padding: 0.5rem 0;
}

.p-dropdown-panel .p-dropdown-items.p-dropdown-virtualscroll .cdk-virtual-scroll-content-wrapper {
    padding: 0.5rem 0;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    margin: 0;
    padding: 0.5rem 1rem;
    border: 0 none;
    color: #495057;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    color: #495057;
    background: #E3F2FD;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
    color: #495057;
    background: #e9ecef;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
    padding: 0.5rem 1rem;
    color: #495057;
    background: transparent;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
    margin: 0;
    padding: 0.75rem 1rem;
    color: #495057;
    background: #ffffff;
    font-weight: 600;
}

p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
    border-color: #f44336;
}

.p-input-filled .p-dropdown {
    background: #f8f9fa;
}

.p-input-filled .p-dropdown:not(.p-disabled):hover {
    background-color: #f8f9fa;
}

.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
    background-color: #ffffff;
}

.g-dropdown-decl .p-dropdown .p-dropdown-label {
    color: var(--lochmara);
    font-size: 13px;
}

.g-dropdown-decl .p-dropdown .p-dropdown-label {
    color: var(--lochmara);
    font-size: 13px;
}

.g-dropdown-est .p-dropdown {
    border: 0;
    border-bottom: 1px solid #ced4da;
}

.g-dropdown .p-dropdown {
    /* padding: 4px; */
    border: 1px solid var(--nobel);
}


/* tabview */

.p-tabview-nav-container {
    position: relative;
}

.p-tabview-nav-content {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-scroll-chaining: contain auto;
    overscroll-behavior: contain auto;
}

.p-tabview .p-tabview-nav {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-width: 0 0 2px 0;
}

.p-tabview-nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex: 1 1 auto;
}

.p-tabview .p-tabview-nav li {
    margin-right: 0;
}

.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: #ffffff;
    border-color: var(--navy-blue);
    color: var(--navy-blue);
}

.p-tabview .p-tabview-nav li .p-tabview-nav-link {
    border: solid #dee2e6;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #dee2e6 transparent;
    background: #ffffff;
    color: #6c757d;
    padding: 1rem .5rem;
    font-weight: 600;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    transition: box-shadow 0.2s;
    margin: 0 0 -2px 0;
}

.p-tabview-nav-link {
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.p-tabview-title {
    line-height: 1;
    white-space: nowrap;
}

.p-tabview .p-tabview-panels {
    background-color: var(--white);
    border: 1px solid var(--concrete);
    border-top: none;
}

.p-ink {
    display: block;
    position: absolute;
    background: hsla(0, 0%, 100%, .5);
    border-radius: 100%;
    transform: scale(0);
}


/* tabview different */

.g-tabview .p-tabview-nav-container {
    position: relative;
}

.g-tabview .p-tabview-nav-content {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-scroll-chaining: contain auto;
    overscroll-behavior: contain auto;
}

.g-tabview .p-tabview .p-tabview-nav {
    background: none !important;
    border: none !important;
    border-width: 0 0 2px 0;
}

.g-tabview .p-tabview-nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex: 1 1 auto;
}

.g-tabview .p-tabview-nav li {
    margin-right: 0;
    font-size: 1.214rem;
    font-weight: var(--font-semibold);
    background: none !important;
    /* box-shadow: 0px 4px 8px var(--silver-1a); */
    /* border: 1px solid var(--concrete); */
    border-bottom: none;
    color: var(--denim);
    cursor: pointer;
}

.g-tabview .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    display: inline-flex;
    font-size: 1.214rem;
    font-weight: var(--font-bold);
    margin-right: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 45%, rgba(229, 229, 229, 1) 100%);
    box-shadow: 0px 4px 8px var(--silver-1a);
    border: 1px solid var(--concrete);
    border-bottom: none;
    color: var(--denim);
    border-radius: 30px 30px 0 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 21px 32px 14px 41px;
    width: 12.9rem;
}

.g-tabview .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: var(--white);
    color: var(--biscay);
    box-shadow: none;
    width: 13rem;
    transition: all 0.18s ease-out;
}


/* .g-tabview .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    border: solid #dee2e6;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #dee2e6 transparent;
    background: #ffffff;
    color: #6c757d;
    padding: 1rem;
    font-weight: 600;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    transition: box-shadow 0.2s;
    margin: 0 0 -2px 0;
    padding: 21px 32px 14px 41px;
    border-radius: 30px 30px 0 0;
} */

.g-tabview .p-tabview-nav-link {
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.g-tabview .tax-app-tabs__nav-li:hover {
    opacity: 0.8;
}

.g-tabview .p-tabview-title {
    line-height: 1;
    white-space: nowrap;
}

.p-ink {
    display: block;
    position: absolute;
    background: hsla(0, 0%, 100%, .5);
    border-radius: 100%;
    transform: scale(0);
}

.g-tabview .p-tabview .p-tabview-panels {
    /* position: relative;
    display: flex;
    flex: 1; */
    width: 100%;
    min-height: 100px;
    background-color: var(--white);
    box-shadow: 0px 4px 8px var(--silver-1a);
    border: 1px solid var(--concrete);
    border-top: none;
    border-radius: 0 30px 30px 30px;
}

.g-tabview .p-tabview .p-tabview-panels .p-tabview-panel {
    position: relative;
    width: 100%;
    padding: 30px;
}


/* Dropdown autoservicio-ica */

.g-dropdown .p-dropdown {
    padding: 4px;
    border: 1px solid var(--nobel);
}

.g-dropdown .p-dropdown:hover {
    border: 1px solid var(--nobel);
}

.g-dropdown .p-dropdown .p-dropdown-label {
    color: var(--lochmara);
    font-size: 16px;
}

.g-dropdown-table .p-dropdown {
    padding: 0;
    border: 1px solid var(--nobel);
}

.g-dropdown-table .p-dropdown:hover {
    border: 1px solid var(--nobel);
}

.g-dropdown-table .p-dropdown .p-dropdown-label {
    color: var(--lochmara);
    font-size: 14px;
}


/* Dropdown top bar */

.g-dropdown-tbar .p-dropdown {
    border: 1px solid var(--nobel);
    height: 35px;
    background: #f5f5f5;
}

.g-dropdown-tbar .p-dropdown:hover {
    border: 1px solid var(--nobel);
}

.g-dropdown-tbar .p-dropdown .p-dropdown-label {
    color: var(--navy-blue);
    font-size: 13px;
}

.e-dropdown .p-dropdown {
    padding: 4px;
    border: 1px solid #b3b3b3ab !important;
}


/* Menu Dialog Mobile*/

.tax-menu-sub-opcion--mobile {
    text-align: initial;
    align-self: center;
}

.p-tax-dialog-mobile {
    color: white;
    font-size: 15px;
    font-weight: 600;
    display: flex;
}

.tax-menu-li-opcion--mobile {
    background: #f28e5c;
    border: 2px solid #f39a7b;
    border-left: 0;
    border-right: 0;
}

.tx-menu-li-last-child {
    border-radius: 0px 0px 15px 15px
}


/*fileupload */

.p-fileupload {
    padding: 12px 18px;
    background: transparent linear-gradient( 180deg, #0f98e1 0%, var(--navy-blue) 100%) 0% 0% no-repeat;
    opacity: .9;
    color: white;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    cursor: pointer;
}

.fileupload-text {
    font-size: 12px;
    font-weight: 600;
    color: green;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
}

.p-button-cancel-fileupload {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: transparent linear-gradient(180deg, var(--flamingo) 0%, var(--fire) 100%) 0% 0% no-repeat;
}

.p-button-cancel-fileupload>span,
.p-button-cancel-fileupload-inactive>span {
    align-self: center;
}

.p-fileupload .p-button .p-button-icon {
    margin-right: 10px;
}

.p-fileupload .p-fileupload-buttonbar .p-button {
    margin-right: 0.5rem;
}

.p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
    outline: 0 none;
    outline-offset: 0;
}

.p-fileupload .p-fileupload-content {
    background: #ffffff;
    padding: 2rem 1rem;
    border: 1px solid #dee2e6;
    color: #495057;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.p-fileupload .p-progressbar {
    height: 0.25rem;
}

.p-fileupload .p-fileupload-row>div {
    padding: 1rem 1rem;
}

.p-fileupload.p-fileupload-advanced .p-message {
    margin-top: 0;
}


/* .p-fileupload-choose:not(.p-disabled):hover {
    background: #0d89ec;
    color: #ffffff;
    border-color: #0d89ec;
} */


/* .p-fileupload-choose:not(.p-disabled):active {
    background: #0b7ad1;
    color: #ffffff;
    border-color: #0b7ad1;
} */

.p-fileupload-light .p-fileupload {
    padding: 8px 10px;
}

.p-fileupload-light .p-fileupload .p-button .p-button-label {
    font-size: 15px;
}

.p-button-cancel-fileupload-light {
    padding: 8px 10px;
}


/* Parrafot Title */

.p-title {
    color: var(--biscay);
    font-weight: 800;
    text-align: center;
    font-size: 20px;
}


/* label */

.margin-10 {
    margin: 10px;
}


/* Menu Dashboard */

.container-menu-dash {
    padding: 0 8px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.dashboard-wrapper__slider {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-self: center;
    width: 100%;
    margin: 0 0px 28px 0px;
}

.dashboard-wrapper__card:first-of-type {
    margin-left: 0;
}

.dashboard-wrapper__card {
    position: relative;
    margin: 0 5px;
    flex: 0 0 auto;
    height: 129.78px;
    width: 214.8px;
    z-index: 2;
}

.dashboard-card {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    width: 100%;
    max-width: 290px;
    height: 100px;
    background: white;
    color: var(--navy-blue);
    /* background: linear-gradient(310deg, var(--bright-turquoise2) -140%, var(--cornflower-blue) 90%); */
    /* background: linear-gradient(137deg, var(--bright-turquoise2) -24%, var(--cornflower-blue) 100%); */
    /* border: 1px solid var(--gallery); */
    border-radius: 9px;
    box-shadow: 0 2px 2px 0 rgb(119 151 178 / 16%);
    cursor: pointer;
    float: none;
}

.dashboard-card .dashboard-card__panel {
    display: flex;
    flex-direction: column;
    flex: 1;
    background: none;
    border: none;
    height: auto;
    box-shadow: none;
}

.dashboard-card .dashboard-card__icon {
    position: relative;
    /* right: 4px;
    top: 65%;
    transform: translate(0, -50%); */
    font-size: 4.6rem;
    color: var(--navy-blue);
    opacity: 0.1;
}

.dashboard-card .dashboard-card__header {
    background: none;
    padding: 0 !important;
    border: none !important;
    font-size: 0.857rem;
    font-weight: 500;
    color: var(--navy-blue);
    line-height: normal;
    text-align: left;
}

.dashboard-card .dashboard-card__header-title {
    line-height: normal !important;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.dashboard-card__content-text {
    margin-left: 20px;
    align-self: center;
}

.tax-app-cursor {
    cursor: pointer;
}

.hand {
    top: 44%;
    left: 20%;
    position: absolute;
    z-index: 100;
}

.slide-right {
    -webkit-animation: slide-right 2s cubic-bezier(0.785, 0.135, 0.150, 0.860) infinite alternate both, hideHand 7s forwards;
    animation: slide-right 2s cubic-bezier(0.785, 0.135, 0.150, 0.860) infinite alternate both, hideHand 7s forwards;
}

@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}

@keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}

@keyframes hideHand {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        display: none;
        z-index: 0;
    }
}

@-webkit-keyframes hideHand {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        display: none;
        z-index: 0;
    }
}

.p-question-form {
    vertical-align: middle;
    align-self: center;
}

.p-padding-10 {
    padding: 10px;
}

.p-margin-5 {
    margin: 5px;
}

.p-panel-header-form-question .p-panel .p-panel-header {
    padding: 10px;
}


/* -------------------DashBoard Tables---------------------*/

.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background: #E3F2FD;
    border-color: #E3F2FD;
}

.center-title-table .p-datatable table thead th {
    text-align: center;
    padding-right: 0;
}

.container {
    padding: 15px 20px;
    margin: 0 auto;
    background-color: rgb(246, 248, 251);
    /* font-family: 'Roboto', sans-serif !important; */
    height: 100%;
}

.middle {
    align-content: flex-start;
}

.m-0 {
    margin: 0 !important;
}

.mr-1 {
    margin-right: 0.8rem !important;
}

.mr-4 {
    margin-right: 1rem;
}

.mt-1 {
    margin-top: 0.4rem;
}

.mt-4 {
    margin-top: 1.1rem;
}

.mt-5 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}
.mt-10{
    margin-top: 3.5rem !important;
}
.flex {
    display: flex;
}

.space-between {
    justify-content: space-between;
}

.header {
    display: flex;
    padding: 0 30px 0 30px;
    justify-content: space-between;
    background-color: #fff;
    font-family: 'Roboto', sans-serif !important;
}

.page__header {
    padding: 5px 40px;
}

.header__content {
    display: flex;
    align-items: center;
}

.header__content:not(:last-child) {
    margin-right: 10px;
}

.header__logo {
    width: 368px;
    height: 60px;
}

.header__info-container {
    margin-left: 15px;
}

.dashboard-title {
    font-size: 1.2rem;
    margin: 0;
    background: linear-gradient(100deg, rgb(0, 118, 204) 60%, #0288d6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.header__subtitle {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0;
}

.title__blue {
    color: rgb(0, 118, 204);
}

.title__blue-light {
    color: rgb(0, 187, 255);
}

.title__black {
    color: #7D7D7D;
}

.header__image {
    height: 55px;
    margin-left: -10px;
}


/* IMPUESTOS Y LOGOUT  */

.top-bar {
    display: flex;
    padding: 0 30px 0 30px;
    justify-content: space-between;
}

.title__impuesto {
    color: #4e4e4e;
}

.top-bar__content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar__tab {
    display: flex;
    align-items: center;
}

.top-bar__content:not(:last-child) {
    /* margin-right: 10px; */
}

.top-bar__subtitle {
    font-size: 1.1rem;
    /* font-weight: 400; */
    font-weight: 600;
    margin: 0;
}

.button-icon {
    display: flex;
    align-items: center;
    color: #787878;
    font-weight: 400;
    background-color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    border: 0.4px solid #0081ff26;
}

.button-icon:hover {
    background: #00bbff08;
    color: rgb(0, 118, 204);
    transition: ease-out 300ms;
}

.button-icon:hover>i {
    color: rgb(0, 118, 204) !important;
}

.g-dropdown-tbar {
    margin-right: 20px;
    width: 210px;
}

.g-dropdown-tbar .p-dropdown .p-dropdown-label {
    color: #4e4e4e !important;
    font-size: 1rem !important;
}

.g-dropdown-tbar .p-dropdown .p-dropdown-trigger {
    background: transparent;
    color: #0076cc !important;
}

.g-dropdown-tbar .p-dropdown {
    border: 0.4px solid #0081ff26 !important;
}

.g-dropdown-tbar .p-dropdown {
    background: #fff;
}

.g-dropdown-tbar .p-dropdown-label {
    align-self: baseline;
}


/* DIVISOR VERTICAL */

.divider {
    border-left: 1.5px solid #cccccc;
    height: 55px;
    margin: 0px 20px;
    box-shadow: -1px -4px 20px -4px rgba(161, 161, 161, 0.75);
}


/* BODY CONTENT */

.wrapper {
    margin: 21px 35px 10px 25px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /*grid-template-rows: repeat(4, 1fr);*/
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.one {
    grid-area: 1 / 1 / 3 / 2;
}

.two {
    grid-area: 3 / 1;
}

.three {
    grid-area: 1 / 2 / 2 / 5;
}

.four {
    grid-area: 2 / 2 / 5 / 5;
}


/* CARDS */

.card {
    width: 100%;
    padding: 25px 35px 15px 30px !important;
    background-color: var(--white) !important;
    border-radius: 30px !important;
}

.card--with-border {
    border: 1px solid var(--mercury) !important;
}

.card-title-first {
    margin: 0 !important;
    /* font-weight: 500 !important; */
    font-weight: 600 !important;
    font-size: 1rem !important;
}

.card-title {
    font-size: .9rem !important;
    /* font-weight: 400 !important; */
    font-weight: 600 !important;
}

.card-subtitle {
    margin: -10px 0px 10px 0px !important;
    font-weight: 400 !important;
    font-size: .9rem !important;
}

.button__subtitle {
    text-align: start !important;
    font-size: .85rem !important;
    font-weight: 500 !important;
}

.button--outline {
    background: transparent;
    border: 2px solid var(--lochmara);
    color: var(--lochmara);
}

.footer-button-outline {
    padding: 5px 18px;
}

.border__button {
    border: 2px solid rgba(212, 212, 212, 0.53);
}

.border__button:hover {
    border: 2px solid rgb(15 139 255 / 21%);
    background: linear-gradient(83deg, #00c4ff17 50%, #0097ff1c 100%);
    transition: ease-in-out 300ms;
}

.border__button:hover>span>h2 {
    color: #00bbff;
    transition: ease-in-out 200ms;
}

.footer-button-image {
    color: #787878;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.mt-2 {
    margin-top: 0.8rem;
}

.card-gradient {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    max-width: 290px;
    min-width: 250px;
    float: none;
    width: 100%;
    height: 18vh;
    padding: 5px 25px;
    background: rgb(0, 25, 127);
    background: linear-gradient(310deg, rgba(0, 25, 127, 1) 0%, rgb(0 81 179) 50%, rgb(0 91 203) 60%, rgb(0 155 245) 100%);
    border-radius: 5px;
    border: 0.2px solid #0287df;
}

.card-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card-gradient-title {
    font-size: 1rem;
    font-weight: 500;
    /* font-weight: 400; */
    margin: 0;
}

.title__white {
    color: #fff;
}

.card-gradient-subtitle {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
}

.card-gradient-title_footer {
    font-size: .9rem;
    font-weight: 300;
    margin: 0;
}

.card__icon {
    position: absolute;
    right: 5px;
    top: 60%;
    transform: translate(0, -50%);
    font-size: 6rem;
    color: #ffffff;
    opacity: 0.2;
}


/* TABVIEW */

.card-tab {
    padding: 15px 30px 10px 30px !important;
}

.card--with-shadow-grd-pink {
    box-shadow: 3px 3px 5px 1px rgb(2 110 216 / 14%) !important;
}

::ng-deep .p-paginator {
    margin-top: 10px;
}

::ng-deep .p-datatable table {
    border-collapse: collapse !important;
    table-layout: auto !important;
    width: 100%;
}

::ng-deep .p-paginator .p-paginator-element {
    color: rgb(0, 118, 204);
}

.p-accordion-new .p-accordion .p-accordion-header a {
    margin-top: 0.5em;
    padding: 0.8rem 1rem;
    font-size: .9rem;
    font-weight: 500;
    color: rgb(0, 118, 204);
    background: rgb(0 118 204 / 5%);
    border-radius: 10px;
    border: 0.4px solid;
    border-color: #29bbff14;
    margin-top: 10px;
}

.p-accordion-new .p-accordion-content {
    border: 1px solid;
    border-top: none;
    padding: 5px 7px;
    border-color: #eceff4;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.p-accordion .p-icon {
    display: none;
}

.header-a {
    display: flex;
    justify-content: space-between;
}

.sub-header-a {
    display: flex;
    justify-content: space-between;
}

.options__buttons {
    justify-content: start;
}

.tabview-new .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    display: block;
    border-bottom: none;
    position: relative;
}

.tabview-new .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link::after {
    content: "";
    background: -webkit-linear-gradient(left, #0077d8 0%, #0072e7 12%, #0093ff 47%, rgb(2 113 220) 100%);
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tabview-new .p-tabview .p-tabview-nav {
    overflow: auto;
    white-space: nowrap;
    overflow-y: hidden;
}

.tabview-new .p-tabview .p-tabview-nav::-webkit-scrollbar {
    height: 7px;
}

.tabview-new .p-tabview .p-tabview-nav::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.tabview-new .p-tabview .p-tabview-nav::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}

.tabview-new .p-tabview .p-tabview-nav::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.tabview-new .p-tabview .p-tabview-nav::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

.tabview-new .p-tabview .p-tabview-nav::-webkit-scrollbar-track:hover,
.tabview-new .p-tabview .p-tabview-nav::-webkit-scrollbar-track:active {
    background: #d4d4d4;
}

.tabview-new .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    margin-left: 7px;
    font-size: .85rem;
    color: rgb(160, 160, 160);
    border: none;
    font-weight: 400;
}

.tabview-new .p-tabview-nav {
    flex-wrap: inherit !important;
}

.tabview-new .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: #ffffff;
    color: rgb(0, 118, 204);
    font-weight: 600;
    /* font-weight: 500; */
}

.tabview-new .p-tabview .p-tabview-panels {
    background-color: var(--white);
    border: none;
    border-top: none;
}

.p-table-tabs .p-datatable table thead th::-webkit-scrollbar {
    height: 7px;
}

.p-table-tabs .p-datatable table thead th::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.p-table-tabs .p-datatable table thead th::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}

.p-table-tabs .p-datatable table thead th::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.p-table-tabs .p-datatable table thead th::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

.p-table-tabs .p-datatable table thead th::-webkit-scrollbar-track:hover,
.p-table-tabs .p-datatable table thead th::-webkit-scrollbar-track:active {
    background: #d4d4d4;
}

.p-table-tabs .p-datatable table thead th {
    font-size: 13px;
    font-weight: var(--font-bold);
    color: var(--denim);
    padding: 10px 15px;
    background-color: var(--white);
    text-align: right;
}

.p-table-tabs .p-datatable table th {
    border-bottom: 2px solid var(--denim);
    white-space: nowrap;
}

.p-table-tabs .p-datatable tbody tr td {
    font-size: 12px;
    color: #4a4a4a;
    font-weight: 400;
    border-left: none;
    border-right: none;
    text-align: right ;
    padding: 8px 10px;
    white-space: break-spaces;
    line-height: 1.5;
}

.p-table-tabs .p-datatable tbody tr:nth-child(odd) {
    background-color: rgb(246, 248, 252);
}


/* RESPONSIVE */

.overflow {
    overflow-x: auto;
    overflow-y: hidden;
}

.overflow-cards {
    overflow-x: auto;
    overflow-y: hidden;
}

@media only screen and (max-width: 1200px) and (min-width: 1080px) {
    .card-gradient {
        min-width: 225px;
        height: 130px;
    }
    .card-gradient-title {
        font-size: 1.2rem;
    }
    .card-gradient-subtitle {
        word-break: break-all;
        font-size: 1.3rem;
    }
    .card-gradient-title_footer {
        font-size: 1rem;
    }
    .card__icon {
        font-size: 5rem;
    }
    .header__subtitle {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
    .card-gradient {
        min-width: 225px;
        height: 130px;
    }
    .card-gradient-title {
        font-size: 1.15rem;
    }
    .card-gradient-subtitle {
        word-break: break-all;
        font-size: 1.2rem;
    }
    .card-gradient-title_footer {
        font-size: 1rem;
    }
    .card__icon {
        font-size: 5rem;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1300px) {
    .card__icon {
        font-size: 6rem;
        right: 8px;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1400px) {
    .card-gradient {
        min-width: 225px;
        height: 135px;
    }
    .card__icon {
        font-size: 7rem;
        right: 10px;
    }
    .card-gradient-title {
        font-size: 1.18rem;
    }
    .card-gradient-subtitle {
        font-size: 1.4rem;
    }
    .card-gradient-title_footer {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1600px) {
    .card-gradient {
        min-width: 225px;
        height: 140px;
    }
    .card__icon {
        font-size: 7rem;
        right: 10px;
    }
    .card-gradient-title {
        font-size: 1.3rem;
    }
    .card-gradient-subtitle {
        font-size: 1.4rem;
    }
    .card-gradient-title_footer {
        font-size: 1.1rem;
    }
}

.overlay-hamburguer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #00000082;
}

@media screen and (max-width: 1080px) {
    .card-gradient {
        height: 135px;
    }
    .three {
        grid-area: 1 / 1 / 2 / 5;
    }
    .one {
        grid-area: 2 / 1 / 3 / 3;
    }
    .two {
        grid-area: 2 / 3 / 3 / 5;
    }
    .four {
        grid-area: 3 / 1 / 5 / 5;
    }
    .header__subtitle {
        font-size: 1.1rem;
    }
    .footer-button-outline {
        margin-bottom: 15px;
    }
    .p-table-tabs .p-datatable table th {
        white-space: nowrap;
    }
    .p-table-ica .p-datatable table th {
        white-space: nowrap;
    }
    .card-gradient-title {
        font-size: 1.17rem;
    }
    .card-gradient-subtitle {
        font-size: 1.4rem;
    }
    .card-gradient-title_footer {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1080px) and (min-width: 765px) {
    .card-consulta-predial {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
    .card-consulta-ica {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
    .button-outline-ica {
        margin-bottom: 8px;
    }
    .card-title {
        font-size: 1.1rem !important;
    }
}

@media screen and (max-width: 940px) {
    .card-gradient-title {
        font-size: 1.2rem;
    }
    .card-gradient-subtitle {
        font-size: 1.4rem;
    }
    .card-gradient-title_footer {
        font-size: 1rem;
    }
    .header {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .header-a {
        grid-area: 1 / 1 / 2 / 3;
    }
    .header-b {
        grid-area: 2 / 1 / 3 / 3;
    }
    .header__content {
        display: flex;
        flex-direction: column;
    }
    .subheader-b {
        margin-top: 8px;
    }
    .header-b {
        justify-content: center;
        align-content: center;
        display: flex;
        flex-direction: inherit;
    }
    .header__subtitle {
        font-size: 1.7rem;
    }
    .no-strong {
        font-weight: 500;
    }
    .dashboard-title {
        color: rgb(0 43 142);
        font-size: 2.15rem;
    }
    .subtitle__size {
        font-size: 1.5rem;
    }
    .divider-hidde {
        display: none;
    }
    .overflow {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .top-bar {
        justify-content: center;
    }
}

@media screen and (max-width: 840px) {
    .card-gradient {
        height: 145px;
    }
    .footer-button-outline {
        -webkit-box-pack: center;
    }
    .card-gradient-title {
        font-size: 1.2rem;
    }
    .card-gradient-subtitle {
        font-size: 1.4rem;
    }
    .card-gradient-title_footer {
        font-size: 1.1rem;
    }
    .header-b {
        display: flex;
        flex-direction: row;
    }
}

@media screen and (max-width: 940px) {
    .logout-button {
        display: none;
    }
}


/* MOBILE */

@media screen and (max-width: 770px) {
    .card-gradient {
        height: 135px;
    }
    .card-gradient {
        height: 145px;
    }
    .footer-button-outline {
        -webkit-box-pack: center;
    }
    .card-gradient-title {
        font-size: 1.2rem;
    }
    .card-gradient-subtitle {
        font-size: 1.4rem;
    }
    .card-gradient-title_footer {
        font-size: 1.1rem;
    }
    .top-bar {
        flex-direction: column;
    }
    .logout-button {
        display: none;
    }
    .wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
    .three {
        overflow: scroll;
        overflow-y: hidden;
        grid-area: 1 / 1 / 2 / 5;
    }
    .one {
        grid-area: 2 / 1 / 3 / 5;
    }
    .four {
        grid-area: 3 / 1 / 4 / 5;
    }
    .two {
        grid-area: 4 / 1 / 5 / 5;
    }
    .card-gradient-title,
    .card-gradient-subtitle,
    .card-gradient-title_footer {
        width: max-content;
    }
    .page__header {
        padding: 10px 0px;
    }
    .header__subtitle {
        font-size: 1.7rem;
    }
    .container {
        padding: 0;
    }
    .top-bar__content {
        margin-top: 10px !important;
    }
    .subtitle__size {
        font-size: 1.4rem;
    }
    .button__subtitle {
        font-size: 1rem !important;
    }
    .footer-button-image {
        width: 30px;
        height: 30px;
    }
    .card-title-first {
        font-size: 1.3rem !important;
    }
    .card-title {
        font-size: 1.1rem !important;
    }
    .options__buttons {
        justify-content: center;
    }
    .mb-card {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 660px) {
    .no-strong {
        font-weight: normal;
    }
    .top-bar {
        background-color: rgb(255 255 255);
    }
    .top-bar__tab {
        margin-bottom: 10px;
    }
    .top-bar__content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }
    .top-bar__subtitle {
        font-size: 1.3rem;
        font-weight: 600;
    }
    .dashboard-title {
        font-size: 2.2rem;
    }
    .header__subtitle {
        font-size: 2rem;
        letter-spacing: -0.8px;
        margin: 10px 0px;
    }
    .subtitle__size {
        font-size: 1.5rem;
        margin: 0;
    }
    .divider {
        height: 59px;
    }
    .header__logo {
        height: 55px;
        width: 55px;
    }
    .header__image {
        height: 55px;
        width: 190px;
    }
    .header-b {
        background-color: rgb(246 248 251);
        padding: 10px;
    }
    .card-title-first {
        font-size: 1.3rem !important;
    }
    .card-title {
        font-size: 1.1rem !important;
    }
    .card-subtitle {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 560px) {
    .top-bar__subtitle {
        font-size: 1.2rem;
    }
    .header-b {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 460px) {
    .space-between {
        flex-direction: column;
    }
}

.parent__notarios {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-auto-rows: minmax(100px, auto);
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.center-flex {
    align-self: center;
}

.search__notarios {
    width: 50%;
    margin-bottom: 10px;
    justify-content: center;
    display: flex;
    text-align: center;
}

.div1__notarios {
    grid-area: 1 / 1 / 2 / 4
}

.div2__notarios {
    grid-area: 1 / 4 / 2 / 6;
    display: flex;
    justify-content: space-evenly;
    align-self: center;
}

.div3__notarios {
    grid-area: 2 / 1 / 6 / 6;
    display: flex;
    flex-direction: column;
}

.table-portal .p-datatable table thead th {
    font-size: 16px;
    font-weight: var(--font-bold);
    color: var(--denim);
    padding: 10px 15px;
    background-color: var(--white);
    text-align: center;
}

.table-portal .p-datatable table th {
    border-bottom: 1px solid rgb(225 225 225);
    white-space: nowrap;
    border: 1px solid #ECECEC;
}

.table-portal .p-datatable tbody tr td {
    font-size: .9rem;
    color: #4a4a4a;
    font-weight: 400;
    border-left: none;
    border-right: none;
    text-align: right;
    word-break: break-all;
    padding: 8px 10px;
}

.table-portal .p-datatable tbody tr:nth-child(odd) {
    background-color: rgb(246, 248, 252);
}

.table-portal .p-datatable table {
    border-collapse: collapse !important;
    table-layout: auto !important;
    width: 100%;
}

.p-table-tabs .p-datatable table {
    border-collapse: collapse !important;
    table-layout: auto !important;
    width: 100%;
}

.card-notarios {
    margin-top: 1.5rem;
    border-radius: 15px;
    padding: 18px;
    background: #fff;
}

.notario__skeleton .p-skeleton {
    background-color: #dee2e6;
    border-radius: 3px;
}

.notario__skeleton .p-skeleton:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

.icon-back-button {
    font-size: 1.1rem;
    align-self: center;
    margin-right: 5px;
    position: relative;
}

.back-button {
    display: flex;
    margin-right: 0;
    margin-top: 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #0077cc;
    cursor: pointer;
    width: fit-content;
    transition: 0.2s;
}

.back-button:hover {
    color: #b33c00;
}

.back-button:hover>.icon-back-button {
    color: #b33c00;
    animation-name: pulse;
    animation-duration: .5s;
    animation-iteration-count: unset;
}

.content-padding {
    padding: 0 2.5rem;
}

@media screen and (max-width: 599px) {
    .content-padding {
        padding: 0 1.5rem;
    }
}

@-webkit-keyframes pulse {
    0% {
        left: 0;
    }
    50% {
        left: 4px;
    }
    100% {
        left: 0;
    }
}

.p-accordion-recibo .p-accordion .p-accordion-header a {
    margin-top: 0.5em;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: rgb(0, 118, 204);
    background: rgb(0 118 204 / 5%);
    border-top-left-radius: 10px;
    ;
    border-top-right-radius: 10px;
    border: 0.4px solid;
    border-color: #29bbff14;
    margin-top: 10px;
}

.p-accordion-recibo .p-accordion-content {
    border: 1px solid rgba(235, 235, 235, 0.69);
    padding: 0px 20px;
}

.p-table-ica .p-datatable table thead th::-webkit-scrollbar {
    height: 7px;
}

.p-table-ica .p-datatable table thead th::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.p-table-ica .p-datatable table thead th::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}

.p-table-ica .p-datatable table thead th::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.p-table-ica .p-datatable table thead th::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

.p-table-ica .p-datatable table thead th::-webkit-scrollbar-track:hover,
.p-table-ica .p-datatable table thead th::-webkit-scrollbar-track:active {
    background: #d4d4d4;
}

.p-table-ica .p-datatable table thead th {
    font-size: 13px;
    font-weight: var(--font-bold);
    color: var(--denim);
    padding: 10px 15px;
    background-color: var(--white);
    text-align: center;
}

.p-table-ica .p-datatable table th {
    white-space: nowrap;
}

.p-table-ica .p-datatable tbody tr td {
    font-size: .85rem;
    color: #4a4a4a;
    font-weight: 400;
    border-left: none;
    border-right: 1px solid #fff;
    justify-content: end;
    padding: 8px 10px;
    text-align: end;
    line-break: anywhere;
}

.p-table-ica .p-datatable tbody tr:nth-child(odd) {
    background-color: rgb(246, 248, 252);
}


/* ----- Card firma electronica principal ----- */

.card-firma-elec {
    padding: 25px 35px 25px 35px !important;
}

.div-card-firma-elec {
    margin: 0 15px;
}

.p-disabled,
.p-component:disabled {
    opacity: 0.6;
}

.align-buttons-center {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.mb-2 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.2rem !important;
}

.p-field-blue .p-fieldset-legend-text {
    color: rgb(0, 118, 204);
    margin-left: 8px;
}

.p-field-blue .p-fieldset-toggleable .p-fieldset-legend a>span {
    color: rgb(0, 118, 204);
}

.p-field-blue .p-fieldset .p-fieldset-legend {
    border: 1px solid #0081ff26;
    padding: 12px;
    background: aliceblue;
    border-radius: 5px;
    font-weight: 500;
}

.p-5 {
    padding: 5px 15px !important;
}

.card-blue-light {
    background: transparent linear-gradient( 180deg, #0f98e1 0%, var(--navy-blue) 100%) 0% 0% no-repeat;
    height: auto;
}

.card-estado-obligacion {
    height: 32rem;
    max-height: fit-content;
    align-self: center;
}

.title-estado-obligacion {
    margin-top: 2rem !important;
}

.subtitle-estado-obligacion {
    margin-top: 2rem !important;
}

.text-estado-obligacion {
    margin-top: 3rem !important;
}

@media screen and (max-width: 1200px) {
    .title-estado-obligacion {
        font-size: 2rem !important;
    }
    .subtitle-estado-obligacion {
        font-size: 1.8rem !important;
    }
    .text-estado-obligacion {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 1050px) and (min-width:958px) {
    .title-estado-obligacion {
        font-size: 1.8rem !important;
    }
    .subtitle-estado-obligacion {
        font-size: 1.6rem !important;
        font-size: 1.44rem !important;
    }
    .text-estado-obligacion {
        font-size: 1rem !important;
        margin-top: 2rem !important;
    }
    .card-blue-content {
        padding: 5px;
    }
}

@media screen and (max-width: 959px) {
    .title-estado-obligacion {
        font-size: 2.4rem !important;
    }
    .subtitle-estado-obligacion {
        font-size: 2.1rem !important;
        margin-top: 1rem !important;
    }
    .text-estado-obligacion {
        font-size: 1.3rem !important;
    }
    .obligacion-content-with-border-left {
        padding: 0px !important;
        border-left: 0 !important;
        margin-left: 0 !important;
        height: 100% !important;
    }
}

@media screen and (max-width: 520px) {
    .title-estado-obligacion {
        font-size: 2rem !important;
    }
    .subtitle-estado-obligacion {
        font-size: 1.7rem !important;
        margin-top: 1rem !important;
    }
    .text-estado-obligacion {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 440px) {
    .title-estado-obligacion {
        font-size: 1.4rem !important;
    }
    .subtitle-estado-obligacion {
        font-size: 1.2rem !important;
        margin-top: 1rem !important;
    }
    .text-estado-obligacion {
        font-size: .9rem !important;
        margin-top: 1rem !important;
    }
    .card-blue-content {
        padding: 0 !important;
    }
}

@media screen and (max-width: 370px) {
    .title-estado-obligacion {
        font-size: 1.2rem !important;
    }
    .subtitle-estado-obligacion {
        font-size: 1rem !important;
    }
    .text-estado-obligacion {
        font-size: .8rem !important;
        margin-top: 1rem !important;
    }
    .card-blue-content {
        padding: 0 !important;
    }
}

.card-blue-content {
    padding: 15px;
    max-width: fit-content;
    position: relative;
}

.card-blue-title {
    margin: 30px 0 25px 0 !important;
    color: #fff !important;
}

.card-blue-subtitle-gradient {
    margin: 15px 0 10px 0;
    background: linear-gradient(126deg, rgb(0 188 255) 20%, #ffffff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    text-align-last: right;
}

.card-blue-text {
    text-align: justify !important;
    margin: 20px 0 10px 0;
    color: #d0e9ff !important;
    text-align-last: right !important;
}

.obligacion-content-with-border-left {
    padding: 0px 10px;
    border-left: 1px solid var(--mercury);
    margin-left: 30px;
    height: 100%;
}

.h-70 {
    height: 70vh;
}

.gradiente {
    background: transparent linear-gradient( 180deg, #0f98e1 0%, var(--navy-blue) 100%) 0% 0% no-repeat;
    border: 1px solid #009fc3;
    opacity: .9;
}

.card-blue-purpure-gradient {
    background-image: linear-gradient(154deg, #009fc3 0%, #074a97 100%);
    border: 1px solid #009fc3;
}

.title-gradiente {
    background: linear-gradient(126deg, rgb(255 255 255) 10%, #6dadff 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitle-gradient {
    background: linear-gradient(126deg, rgb(255 255 255) 40%, #6dadff 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-blue-purple {
    background: linear-gradient(126deg, rgb(255 255 255) 10%, #00cefd 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitle-blue-purple {
    background: linear-gradient(126deg, rgb(255 255 255) 40%, #00cefd 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-white {
    font-size: 1.1rem;
    color: #efefef;
}

.p-card-gradient {
    width: 25rem;
    align-self: center;
    border-radius: 10px;
    border: 1px solid #00deff;
    position: relative;
}

.p-card-gradient .p-component {
    height: 100%;
    background-image: linear-gradient(154deg, #009fc3 0%, #074a97 100%);
    border-radius: 10px;
}

.p-card-gradient .p-card-body {
    padding: 0 2rem;
}

.p-card-gradient .p-card-title {
    font-size: 1.5rem;
    margin: 2rem 1rem;
    background: linear-gradient(126deg, #ffffff 10%, #8dcfff 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-card-gradient .p-card-content>p {
    font-size: 1rem;
    font-weight: 400;
    color: #e7e7e7;
    margin: 2rem 1rem;
}

.p-card-gradient .tax-app-card-info__icon {
    position: absolute;
    top: 60px;
    right: 25px;
    height: 40px;
}

.p-card-gradient .card__icon {
    right: 15%;
    font-size: 8rem;
    opacity: 0.1;
}


/* ----- Card firma electronica principal ----- */

.card-firma-elec {
    padding: 25px 35px 25px 35px !important;
}

.div-card-firma-elec {
    margin: 0 15px;
}

.p-disabled,
.p-component:disabled {
    opacity: 0.6;
}

.swiper-auth .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
}

.swiper-auth .swiper-button-prev,
.swiper-auth .swiper-button-next {
    background: #ffffff46;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
}

.swiper-auth .swiper-button-prev {
    margin-left: 10px;
}

.swiper-auth .swiper-button-prev:hover,
.swiper-auth .swiper-button-next:hover {
    transition: ease-in-out .25s;
    box-shadow: 0px 0px 10px 4px #ffffff66;
    background: #ffffff85;
}

.swiper-auth .swiper-button-prev::after {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.swiper-auth .swiper-button-next::after {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.ml-auth {
    margin-left: 7rem !important;
}

@media screen and (max-width: 1200px) {
    .ml-auth {
        margin-left: 0 !important;
    }
    .swiper-auth .swiper-button-prev {
        display: none;
    }
    .swiper-auth .swiper-button-next {
        display: none;
    }
}

.p-fileupload-light .p-fileupload .p-element .p-messages {
    display: none !important;
}

.p-dialog-firma .p-dialog {
    max-width: 100vw !important;
    max-height: 98vh !important;
}

.p-dialog-firma .p-dialog {
    z-index: 1000 !important;
}

.p-dialog-firma .p-dialog-mask {
    z-index: 999 !important;
}

.text-small {
    font-size: 12px;
    word-spacing: 2px;
}

.circle {
    margin-top: -5px;
    border-radius: 50%;
    background: linear-gradient(180deg, var(--azure-radiance) 0%, var(--navy-blue) 100%) 0% 0% no-repeat;
    color: var(--white);
    font-size: 12px;
    font-weight: 800;
    padding: 10px 15px;
    text-align: center;
    margin-right: 0.7em;
}

.mySwiper {
    width: 100%;
}


/* Dialog slide*/

.dialog-custom {
    height: fit-content;
    width: fit-content;
}

.p-dialog-firma .p-dialog .p-dialog-content {
    padding: 0px 16px;
}

.misCards {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vincular-obligacion-options {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 4rem;
}

.p-component,
.p-component *,
.p-skeleton,
.skeleton * {
    box-sizing: border-box;
}

.tool {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.tool .tooltip {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    width: inherit;
    left: 50%;
    z-index: 30;
    transform: translate(-48%, -2rem);
    transform-origin: top;
    transition: 0.18s ease-out 0.18s;
    background-color: #082e5ff2;
    box-shadow: 0 0 3px #ddd;
    padding: 10px;
    border-radius: 8px;
    color: #e3e3e3;
}

.tool:hover .tooltip {
    opacity: 1;
    pointer-events: auto
}

.vincular-obligacion-dialog .p-dialog {
    border-radius: 10px;
    z-index: 1101;
    width: 30rem;
    height: 23rem;
}

.vincular-obligacion-dialog .p-dialog-header {
    padding: 10px 10px 10px 20px;
}

.vincular-buttons {
    padding: 20px 20px;
    background: #00B4DB;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0083B0, #00B4DB);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: rgb(230, 230, 230);
    width: 100%;
    border-radius: 5px;
    text-align: center;
    font-size: 1.1rem;
    cursor: pointer;
    -webkit-box-shadow: 3px 3px 5px 0px rgb(189 189 189);
    -moz-box-shadow: 3px 3px 5px 0px rgb(189 189 189);
    box-shadow: 3px 3px 5px 0px rgb(189 189 189);
    border: 1px solid #00bfff;
}

.vincular-buttons:hover {
    box-shadow: 3px 3px 8px 0px rgb(175 236 255);
    border: 1px solid #6fdbff;
    transition: all 0.2s ease-in-out;
    transform: translate(-2px, -2px)
}

.title-obligacion {
    background: linear-gradient(100deg, rgb(0, 118, 204) 60%, #0288d6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.option-vincular {
    color: #919191;
    font-weight: 300;
    font-size: 1.2rem;
}

.skeleton__card-title .p-skeleton {
    background-color: #007fff47;
    border-radius: 3px;
}

.skeleton__card-title .p-skeleton:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

.skeleton__info .p-skeleton {
    background-color: #dee2e6;
    border-radius: 3px;
}

.skeleton__info .p-skeleton:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

.skeleton__info .p-skeleton {
    margin: -7px 0px 10px 0px !important;
}

.skeleton_detalle_pse .p-skeleton {
    background-color: #dee2e6;
    border-radius: 3px;
}

.skeleton_detalle_pse .p-skeleton:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

.swal2-container {
    z-index: 20000 !important;
}

.options-factura-full-width {
    width: 100%;
}

.p-datatable-scrollable .p-datatable-wrapper::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

.p-datatable-scrollable .p-datatable-wrapper::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.p-datatable-scrollable .p-datatable-wrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--denim);
}

.gap-20 {
    gap: 20px;
}

.denim-500-blue {
    color: #053a84 !important;
    font-weight: 600 !important;
}

.link-new-user {
    padding: 0.2rem 0.6rem;
    font-size: 1rem;
    color: #fff;
    border: 1px solid #238fd5;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 10px;
    font-weight: 500;
    background: #217dc7;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 0px 10px 1px var(--anakiwa-a8);
}

.link-new-user:hover {
    background: rgb(185 78 24);
    border: 1px solid #d2882c;
    transition: ease-in-out .3s;
    box-shadow: 0px 0px 10px 1px #d2882c52;
}

.registrar-usuario-info {
    position: relative;
    width: 100%;
    max-width: 775px;
    padding: 10px 75px;
}

@media screen and (max-width: 1210px) {
    .flex-registro-solicitud {
        flex-direction: row !important;
    }
    .registrar-usuario-info {
        padding: 25px;
    }
}

@media screen and (max-width: 910px) {
    .registrar-usuario-info {
        padding: 20px;
    }
    .flex-registro-solicitud {
        flex-direction: row !important;
    }
}

@media screen and (max-width: 770px) {
    .flex-registro-solicitud {
        flex-direction: column !important;
    }
}

@media screen and (max-width: 610px) {
    .registrar-usuario-info {
        padding: 10px 5px;
    }
    .registrar-usuario-info-formulario {
        height: auto !important;
    }
}

.button-gradient-purple {
    background: linear-gradient(154deg, #009fc3 0%, #074a97 100%) !important;
    color: #fff;
}

.registrar-usuario-info-formulario {
    max-width: 500px;
    height: 30rem;
    margin-right: 45px;
    align-self: center;
}

@media screen and (max-width: 1210px) {
    .registrar-usuario-info-formulario {
        margin-right: 0;
    }
}

.fs-large {
    font-size: 1.3rem;
}

.slide-ruta {
    display: flex;
    flex-direction: column;
    background: #fff;
    align-items: center;
    height: 100%;
}

.slide-content {
    padding: 20px 20px 0px 20px;
    font-family: 'Assistant', 'Roboto', 'Courier New', Courier, monospace;
    word-break: break-word;
}

.title-slide {
    font-size: 2.1rem;
    color: #1e397c;
    margin: 0;
}

.subtitle-slide {
    font-size: 1.6rem;
    color: #ed6324;
    margin: 10px 0;
}

.descripcion-slide {
    font-size: 1.1rem;
}

.footer-slide {
    font-size: 1rem;
    font-weight: 400;
    color: #cf5f1f;
}

.slide-ruta .slide-ruta-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 1600px) {
    .title-slide {
        font-size: 2.3rem;
    }
    .subtitle-slide {
        font-size: 1.9rem;
    }
    .descripcion-slide {
        font-size: 1.4rem;
    }
    .footer-slide {
        font-size: 1.1rem;
    }
    .slide-ruta {
        height: 42rem;
    }
}

@media only screen and (min-width: 1460px) and (max-width: 1600px) {
    .title-slide {
        font-size: 2rem;
    }
    .subtitle-slide {
        font-size: 1.8rem;
    }
    .descripcion-slide {
        font-size: 1.3rem;
    }
    .footer-slide {
        font-size: 1.1rem;
    }
    .slide-ruta {
        height: 39rem;
    }
}

@media only screen and (min-width: 1310px) and (max-width: 1460px) {
    .title-slide {
        font-size: 1.9rem;
    }
    .subtitle-slide {
        font-size: 1.7rem;
    }
    .descripcion-slide {
        font-size: 1.1rem;
    }
    .footer-slide {
        font-size: 1rem;
    }
    .slide-ruta {
        height: 35rem;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1310px) {
    .title-slide {
        font-size: 1.8rem;
    }
    .subtitle-slide {
        font-size: 1.6rem;
    }
    .descripcion-slide {
        font-size: 1.1rem;
    }
    .footer-slide {
        font-size: .9rem;
    }
    .slide-ruta {
        height: 32.1rem;
    }
}

@media only screen and (min-width: 1060px) and (max-width: 1200px) {
    .title-slide {
        font-size: 1.6rem;
    }
    .subtitle-slide {
        font-size: 1.4rem;
    }
    .descripcion-slide {
        font-size: 1rem;
    }
    .footer-slide {
        font-size: .9rem;
    }
    .slide-ruta {
        height: 28rem;
    }
}

@media only screen and (min-width: 940px) and (max-width: 1060px) {
    .title-slide {
        font-size: 1.4rem;
    }
    .subtitle-slide {
        font-size: 1.1rem;
    }
    .descripcion-slide {
        font-size: 1rem;
    }
    .footer-slide {
        font-size: .9rem;
    }
    .slide-ruta {
        height: 25rem;
    }
}

@media screen and (min-width: 820px) and (max-width: 940px) {
    .title-slide {
        font-size: 1.6rem;
    }
    .subtitle-slide {
        font-size: 1.3rem;
    }
    .descripcion-slide {
        font-size: 1rem;
    }
    .footer-slide {
        font-size: .9rem;
    }
    .slide-ruta {
        height: 29rem;
    }
}

@media screen and (min-width: 680px) and (max-width: 820px) {
    .title-slide {
        font-size: 1.4rem;
    }
    .subtitle-slide {
        font-size: 1.2rem;
    }
    .descripcion-slide {
        font-size: 1rem;
    }
    .footer-slide {
        font-size: .9rem;
    }
    .slide-ruta {
        height: 24rem;
    }
}

@media screen and (min-width: 580px) and (max-width: 680px) {
    .title-slide {
        font-size: 1.3rem;
    }
    .subtitle-slide {
        font-size: 1.1rem;
    }
    .descripcion-slide {
        font-size: .9rem;
    }
    .footer-slide {
        font-size: .8rem;
    }
    .slide-ruta {
        height: 21rem;
    }
}

@media screen and (min-width: 480px) and (max-width: 580px) {
    .title-slide {
        font-size: 1.1rem;
    }
    .subtitle-slide {
        font-size: 1rem;
        margin: 0;
    }
    .descripcion-slide {
        font-size: .8rem;
    }
    .footer-slide {
        font-size: .7rem;
        margin: 0;
    }
    .slide-ruta {
        height: 20rem;
    }
}

@media screen and (max-width: 480px) {
    .title-slide {
        font-size: .9rem;
        margin: 0;
    }
    .subtitle-slide {
        font-size: .8rem;
        margin: 0;
    }
    .descripcion-slide {
        margin: 0;
        font-size: .7rem;
    }
    .footer-slide {
        margin: 0;
        font-size: .6rem;
    }
    .slide-ruta {
        height: 19rem;
    }
}

@media screen and (min-width: 1710px) {
    .title-slide {
        font-size: 2.4rem;
    }
    .subtitle-slide {
        font-size: 2rem;
    }
    .descripcion-slide {
        font-size: 1.6rem;
    }
    .slide-ruta {
        height: 45rem;
    }
}

/* Tabla gasolina */
.p-table-form-stg .p-datatable table thead th {
    font-size: 12px;
    color: var(--biscay);
    padding: 10px 15px;
    background-color: var(--white);
    text-align: center;
    font-weight: 600;
    white-space: pre-wrap;
}


/* .p-table-form-stg .p-datatable table {
    width: 100%;
} */
.p-table-form-stg .p-datatable table th {
    border-bottom: 1px solid var(--biscay);
    white-space: nowrap;
}

.p-table-form-stg .p-datatable tbody tr td {
    font-size: 13px;
}

.p-table-form-stg .p-datatable-tfoot tr td {
    font-size: 13px;
}

.p-table-form-stg-con .p-datatable tbody tr td {
    text-align: initial;
}
/* SLIDE AUTH */
@media screen and (min-width: 0px) and (max-width: 400px){
    .tax-page__page12-slide-title{
        font-size: 1.4rem !important;
    }
    .tax-page__page12-slide-subtitle{
        font-size: 1.3rem !important;
    }
    .tax-page__page12-list-item-text{
        font-size: 1rem !important;
    }
    .tax-page__page12-list-item-icon{
        font-size: .9rem !important;
    }
    .tax-page__page12-list{
        width: 15rem !important;
    }
    .tax-app-slide__content{
        width: 15rem !important;
    }
}

@media screen and (min-width: 401px) and (max-width: 560px) {
    .tax-page__page12-slide-title{
        font-size: 2rem !important;
    }
    .tax-page__page12-slide-subtitle{
        font-size: 1.8rem !important;
    }
    
    .tax-page__page12-list{
        width: 22rem !important;
    }
    .tax-app-slide__content{
        width: 24rem !important;
    }
}


.p-dialog-fecha .p-dialog-header {
    padding: 20px 10px 5px 30px;
}

.p-dialog-fecha .p-dialog .p-dialog-content {
    padding: 5px 28px;
}

.circle-search {
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    background: rgb(0, 187, 255);
    border-radius: 50%;
    cursor: pointer;
}

.detalle-transaccion .p-dialog {
    border-radius: 10px;
    z-index: 1101;
    max-width: 70rem !important;
    height: auto;
    width: 60rem !important;
    max-height: 100% !important;
}

.detalle-transaccion .p-dialog .p-dialog-content {
    padding: 10px 30px 50px 30px;
}

.detalle-transaccion .p-dialog-header {
    padding: 5px 0px 10px 30px;
    background: linear-gradient(148deg, rgba(0, 25, 127, 1) 0%, rgb(0 81 179) 50%, rgb(0 91 203) 60%, rgb(0 155 245) 100%);
    border-radius: 10px 10px 0 0;
}

.logo-sm-detalle-pse {
    width: 13rem;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
    .logo-sm-detalle-pse {
        width: 10rem;
        margin-top: 2rem;
    }
}

@media screen and (max-width: 599px) {
    .logo-sm-detalle-pse {
        width: 5rem;
    }
    .logo-pse-estado {
        width: 4rem;
    }
}

.p-dialog-firma-electronica .p-dialog-header {
    padding: 0px 15px 15px 15px;
}


/* ----------------------Normatividad-------------------------- */

.calendario-normatividad .p-calendar .p-inputtext {
    color: white;
    background-color: var(--black-30);
    border: 2px solid var(--white);
    font-size: 1rem;
}

.calendario-normatividad .p-calendar ::placeholder {
    color: white;
}

.drop-calendario-normatividad .p-dropdown .p-dropdown-label {
    color: white;
}

.drop-calendario-normatividad .p-dropdown {
    color: white;
    background-color: var(--black-30);
    border: 2px solid var(--white);
}

.drop-calendario-normatividad .p-dropdown .p-dropdown-trigger {
    color: white;
}

.input-calendar-normatividad .tax-app-input {
    font-size: 1rem;
}

.tooltip {
    position: relative;
    display: inline-block;
}


/* ------------------------------------------------------------------- */

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #082e5ffc;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #082e5ffc transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

@media print {
    .noprint {
        display: none !important;
    }
    .print-text {
        display: inline-block !important;
        font-weight: 500;
    }
    .print-detail {
        width: 100% !important;
    }
    .print-detail-predial {
        width: 100% !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-content: center !important;
        margin-top: 20px;
    }
    .print-detail .transaction-detail-print {
        width: 100% !important;
        flex: 1 1 100% !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-content: center !important;
        margin-top: 20px;
    }
    .print-detail .transaction-detail-print .tax-page__page7-card2 {
        align-self: center;
    }
    .tax-page__container {
        padding: 20px !important;
        width: 100% !important;
    }
}


/* ----------------------Normatividad-------------------------- */

@media screen and (min-width: 1210px) {
    .print-detail {
        flex-direction: row !important;
    }
    .transaction-detail-print {
        flex: 70% !important;
    }
}

.print-text {
    display: none;
}


/* ----------------------Simulador de convenios-------------------------- */

.input-simulador-convenio .p-input-icon-left {
    position: relative;
    display: inline-block;
}

.input-simulador-convenio .p-input-icon-left>i {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
}

.input-simulador-convenio .p-input-icon-left>i:last-of-type {
    left: 0.75rem;
    color: #3e99ea;
}

.sm-logo {
    height: 55px;
}

@media screen and (max-width: 940px) {
    .sm-logo {
        height: 48px !important;
    }
}

@media screen and (max-width: 450px) {
    .sm-logo {
        height: 47px !important;
    }
}

@media screen and (max-width: 350px) {
    .sm-logo {
        height: 35px !important;
    }
}

@media screen and (max-width: 350px) {
    .tax-app-header__image {
        height: 33px !important;
    }
}

.title-modal-cambio-ref {
    font-size: 1.45rem;
    color: #FF0000;
}

.p-information {
    margin: auto;
    line-height: 1.2;
    color: #2e2e2e;
    font-size: 1.3rem;
    text-align: justify;
}

.flex-fila {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.flex-columna {
    display: flex;
    flex-direction: column;
}

.title-blue {
    color: rgb(20 54 102);
    font-size: 1.3rem;
    margin: 4px;
}

.title-black {
    color: #000;
    font-size: 1.3rem;
    margin: 4px;
}

.bold {
    font-weight: bold;
}

.input-back {
    background: #03ba0352;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}


/*--------------Notificaciones de actos administrativos------------*/

.tooltip-notificaciones-actos {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    width: auto;
    left: 25%;
    z-index: 30;
    transform: translate(-48%, -4.8rem);
    transform-origin: top;
    transition: 0.18s ease-out 0.18s;
    background-color: #082e5ff2;
    box-shadow: 0 0 3px #ddd;
    padding: 10px;
    border-radius: 8px;
    color: #e3e3e3;
}

.tool:hover .tooltip-notificaciones-actos {
    opacity: 1;
    pointer-events: auto
}

.button-icon-left {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    filter: brightness(0) invert(1);
}

.tag-descuento {
    margin-top: 2px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 13px;
    font-weight: 400;
    display: flex;
}

::ng-deep .p-dialog-vigencias {
    border-radius: 0px;
}

.icon-descuento {
    font-size: 14px;
    margin-top: 2px;
    margin-right: 7px;
    font-family: 'primeicons' !important;
}

.texto-descuento {
    margin: 2px 0px;
    font-size: 1rem;
    line-height: 15px;
    color: #252525;
}

.card-estado {
    display: flex;
    flex-direction: column;
}

.card-transition {
    transition: all 0.2s;
    animation: opacity_show .9s;
}

@keyframes opacity_show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.card-transition-scale {
    transition: ease-in-out 0.2s;
    animation: opacity_show_scale .2s;
}

@keyframes opacity_show_scale {
    0% {
        opacity: 0;
        transform: scale(0)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.back-button-responsive {
    margin-top: 0;
    align-self: center;
}

.info-card-back {
    width: 100%;
    display: flex;
    gap: 20px;
}

@media screen and (max-width: 950px) {
    .div-info-hide {
        display: none;
    }
    .back-button-responsive {
        align-self: auto;
    }
    .info-card-back {
        flex-direction: column;
    }
}

@media screen and (max-width: 950px) {
    .grid-info {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .div-info-1 {
        grid-area: 1 / 1 / 2 / 2;
    }
    .div-info-2 {
        grid-area: 2 / 1 / 3 / 2;
    }
    .div-info-3 {
        grid-area: 1 / 2 / 2 / 3;
    }
    .div-info-4 {
        grid-area: 2 / 2 / 3 / 3;
    }
    .div-info-hide{
        display: none;
    }
}

@media screen and (min-width: 1209.98px) {
    .width-100 {
        max-width: 100% !important;
    }
    .width-60 {
        max-width: 60% !important;
    }
    .tables-options {
        max-width: 40% !important;
    }
    .flex-responsive {
        flex-direction: column !important;
    }
}

.tables-options {
    max-width: 100%;
}

.flex-responsive {
    flex-direction: row !important;
}
/* Nuevo logo */

.new-logo{
    cursor: pointer; 
    width:auto; 
    height: 40px; 
    margin-top:10px;
}

@media screen  and (max-width: 640px){
    .new-logo{
        height: 30px;
        margin-top:0;
    }
    .sub-header-a{
        align-items: center;
    }

    .header__image{
        height: 35px;
        width: auto;
    }
}

@media screen  and (max-width: 450px){
    .new-logo{
        height:23px;
        margin-top:0;
    }

    .sub-header-a{
        align-items: center;
    }

    .header__image{
        height: 30px;
        width: auto;
    }

    .divider{
        margin: 0px 12px;
    }

}

@media screen and (max-width: 1209.98px) {
    .responsive-img-header{
        display: none;
    }

    .responsive-img{
        height: 60px !important;
    }
    .responsive-img-content{
        align-self: center;
        text-align: center;
    }
}

@media screen and (min-width: 1209.98px) {
    .responsive-img{
        display: none;
    }
}

.mantenimiento-logo-sm{
    height: 6.5rem;
    width: 10.5rem;
}


@media screen and (min-width: 105px) and (max-width: 374px) {
    .mantenimiento-logo-sm{
        height: 6rem;
        width: 9rem;
    }
}

@media screen and (min-width: 620px){
    .mantenimiento-logo-sm{
        height: 6.5rem;
        width: 10.5rem;
    }

}