.consultPage {
    background-color: var(--color-bg-white);
    padding: 1rem 1rem 1.5rem 1rem;
    border-radius: 1rem;
    box-shadow: var(--bs-general);
    margin-bottom: 2rem;
}

#content-avcredits .av-form-floating .material-symbols-outlined{
    font-size: 1rem;
    max-width: 1rem;
    padding: 0;
}

.consultPage__title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 1rem;
}

.consultPage .options {
    background-color: var(--bg-color-avianca);
    font-size: 0.875rem;
    border-radius: 0.75rem;
    padding: 1rem 1rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}


.consultPage .form-check {
    display: flex;
    column-gap: 0.5rem;
    align-items: center;
    padding-left: 1rem;
    margin-bottom: 0;
}

.consultPage .form-check-input {
    margin: 0;
}

.consultPage__sub {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}

.tooltipContent {
    display: flex;
    position: absolute;
    width: 21.25rem;
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    border-radius: 0.5rem;
    background: var(--color-black-avianca);
    box-shadow: var(--bs-general);
    visibility: hidden;
    z-index: 1;
    bottom: 85%;
    left: 50%;
    margin-left: -19.5rem;
}
@media (min-width: 768px) {
    .tooltipContent {
        margin-left: -10.625rem;
    }
}
    
.tooltipContent p {
    color: var(--color-bg-white);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 128.571%;
    margin-bottom: 0;
}

.tooltipContent img {
    height: 10.3125rem;
    border-radius: 0.5rem;
    background: var(--color-bg-white);
    width: 308px;
}

.forms-container form .input-tooltip .customTooltip .icon-tooltip:hover+.tooltipContent {
    visibility: visible;
}

.hide {
    display: none;
}

.consultPage .forms-container .input-tooltip {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    flex-grow: 1;
}

.consultPage .forms-container .input-tooltip .av-form-floating {
    flex-grow: 1;
}

.consultPage .forms-container .input-tooltip .icon {
    padding-top: 1.5rem;
    font-size: 1rem;
    cursor: pointer;
}


.consultPage .av-form-floating>label {
    padding: 1.25rem 1.75rem 1.25rem 1rem;
}

.consultPage__sub form {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}

/* Alert RTS */

.rtsAlert {
    display: flex;
    background-color: #F7FBFC;
    padding: 1rem;
    border-radius: 8px;
    column-gap: 0.75rem;
    margin-top: 1.5rem;
}

.rtsAlert p strong:first-of-type{
    margin-bottom: 0.75rem;
    font-size: 1rem;
    display: flex;
}

.rtsAlert p {
    margin-bottom: 0;
    font-size: 0.875rem;
}

.rtsAlert .alertContainer__icon {
    font-size: 1.25rem;
    color: #177F8C;
}

.consultSummary {
    padding: 24px 0 0 0;
    flex-direction: column;
    row-gap: 1.5rem;
    display: none;
}

.consultSummary p {
    margin-bottom: 0;
}

.consultSummary h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 700;
}

.consultSummary__info p {
    font-size: 0.875rem;
    margin-bottom: 0;
    color: #5A5A5A;
    line-height: 1.5rem;
}

.consultSummary__info p span {
    color: #5A5A5A;
    font-weight: 700;
}

.consultSummary__title {
    display: flex;
    justify-content: center;
    column-gap: 0.625rem;
}

.consultSummary__title h4 {
    font-size: 1.25rem;
    margin-bottom: 0;
    padding-bottom: 1rem;
    font-weight: 700;
}

.consultSummary__status {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1rem 1.5rem 1rem;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}
.consultSummary .borderColorProcess{
    border: 1px solid #00A7AA;
}
.consultSummary .borderColorSuccess{
    border: 1px solid #1EA93C;
}
.consultSummary  .borderColorFailed{
    border: 1px solid #ef5b06;
}
.consultSummary  .borderColorRejected{
    border: 1px solid #FF1C46;
}

.consultSummary  .borderColorRejected .progress-bar-refundsInquiry{
    background-color: #FF1C46;
}

.consultSummary  .borderColorRejected #iconStatus{
    color: #FF1C46;
}

.consultSummary  .borderColorSuccess .progress-bar-refundsInquiry{
    background-color: #1EA93C;
}

.consultSummary  .borderColorSuccess #iconStatus{
    color: #1EA93C;
}

.consultSummary  .borderColorProcess .progress-bar-refundsInquiry{
    background-color: #00A7AA;
}

.consultSummary  .borderColorProcess #iconStatus{
    color: #00A7AA;
}

.consultSummary__info {
    display: flex;
    flex-direction: column;
    row-gap: 0.25rem;
    padding-top: 1rem;
}

.consultSummary  .checkIcon {
    font-family: "Material Icons",sans-serif;
    content: "\e86c";
    vertical-align: middle;
    cursor: pointer;
    font-size: 24px;
}
.consultSummary .processColor{
    color: #00A7AA;
}
.consultSummary  .successColor{
    color: #1EA93C;
}
.consultSummary  .failedColor{
    color: #ef5b06;
}
.consultSummary  .rejectedColor{
    color: #FF1C46;
}

.hr-line {
    height: 1px;
    background-color: #D9D9D9;
    margin: 1.5rem 0rem;
}

.consultSummary__desc {
    color: #323237;
    font-size: 0.875rem;
    margin-bottom: 0;
}

.consultSummary__desc span {
    font-weight: 700;
}

.descriptionConsult {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}

.descriptionConsult__data{
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}

.descriptionConsult__data p {
    font-size: 0.875rem;
    color: #5A5A5A;
}

.descriptionConsult__data .tooltip-table{
    gap: 0.5rem;
}

.descriptionConsult__data .tooltip-table span{
    font-size: 1rem;
}

.consultSummary .progress {
    width: 100%;
    height: 0.5rem;
    background-color: #F1F1F1;

}

.consultSummary .progress-bar {
    height: 0.5rem;

}
.consultSummary .in-progress{
    width: 21.8%;
    background-color: #00A7A7;

}

.consultSummary .payment-processing{
    width: 50%;
    background-color: #00A7A7;
}
.consultSummary .successful-payment{
    width: 100%;
    background-color: #1EA93C;
}
.consultSummary .failed-payment{
    width: 100%;
    background-color: #FF5C00;
}

.consultSummary .rejected-request{
    width: 100%;
    background-color: #FF1C46;
}


.statusRefund {
    border-radius: 1rem;
    border: 1px solid #D9D9D9;
}

.consultBrief{
    padding: 1rem 1rem 1.5rem 1rem;
}
.consultBrief > section {
    display: flex;
    flex-direction: column;
}
.consultBrief aside,.consultBrief article {
    display: flex;
  justify-content: space-between;
}
.consultBrief aside p{
    font-size: 0.875rem;
}
.consultBrief article p{
    font-size: 1rem;
    font-weight: 700;
}
.consultBrief .whySection{
    padding-top: 0.5rem;
    display: flex;
}

.requestStatus h3 {
    margin-bottom: 0;
    font-size: 1.125rem;
}
.requestStatus {
    background-color: var(--color-bg-white);
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    border-radius: 1rem;
    box-shadow: var(--bs-general);
    margin-bottom: 1.5rem;
}

.consultSummary .resendEmail #forwardEmail{
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
    color: #0190A0;
}

.consultSummary .resendEmail #forwardEmail i{
    font-size: 16px;
}
.consultSummary .resendEmail #forwardEmail button{
    font-size: 14px;
    padding: 0;
    border: none;
    background: none;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

#forwardEmail,
#forwardEmailSuccess{
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
}
#forwardEmailSuccess p{    
    color: #1B1B1B;
}
#forwardEmailSuccess .material-symbols-outlined{
    width: 16px;
    height: 16px;
    color: #1ea93c;
    display: flex;
    align-items: center;
}
 #textIconLoader{
    color: #969696;
}

 #loaderEmailSending{
    width: 16px;
    height: 16px;
    margin: 0px;
    border-radius: 50%;
    border: 1.5px solid #f3f3f3;
    border-top: 1.5px solid #0190A0;
    border-right: 1.5px solid #0190A0;
    border-bottom: 1.5px solid #0190A0;
    animation: spin 2s linear infinite;
    margin-right: 8px;
}
@keyframes spin{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {
    .consultPage {
        padding: 1.5rem 3rem 2rem 3rem;
    }

    .consultPage__title {
        font-size: 1.25rem;
        padding-bottom: 1.5rem;


    }

    .consultPage .options {
        font-size: 1rem;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 1.5rem;
        padding: 0.75rem 1rem 0.75rem 1rem;
        width: fit-content;
    }

    .consultPage .form-check {
        padding-left: 0;
    }

    .consultPage__sub form {
        flex-direction: row;
    }

    .consultPage .forms-container .input-tooltip .av-form-floating {
        flex-grow: 0;
        min-width: 455px;
        max-width: 455px;
    }

    .consultPage form>article {
        padding-top: 1rem;
    }

    

}

/*Inicio estilos tabla estado de solicitud*/
.refundDetail .desktop {
    display: none;
}

.showTableButton{
    display: block;
}
.hideTableButton{
    display: none;
}

.desktop .w-100{
    overflow: auto;
}

.lastName{
    color: #5A5A5A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
    margin-bottom: 0;
}

.half-celda{
    border-bottom: 1px dashed  #d9d9d9;
    display: flex;
    padding: 2px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
    flex: 1 0 0;
    min-width: 136px;
}
.division{
    padding: 0 0;
}

.division.middle,.division.end{
    text-align: -webkit-right;
}

@media screen and (min-width: 992px) {
         .refundDetail .desktop .division{
            padding: 0 0;
        }
        .consultSummary__title h4{
            padding-bottom: 1.5rem;
        }
        .consultSummary__info{
            padding-top: 1.5rem;
        }
        .descriptionConsult{
            display: flex;
            justify-content: center;
            padding-left: 2rem;
            border-left: 1px solid #D9D9D9;
        }
        .consultSummary__status{
        flex-direction: row;
        justify-content: start;
        padding: 1.5rem 1.5rem 1.5rem 1.5rem;
        margin-bottom: 32px;
    }
    .consultSummary {
        padding: 32px 0 0 0;
    }
        
    .hr-line{
        display: none;
    }

    .consultSummaryLeft{
        padding-right: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 305px;
        max-width: 700px;
    }
    .consultSummary__info p{
        font-size: 1rem;
    }
    .consultSummary__desc{
        font-size: 1rem;
    }

   
    .descriptionConsult__data{ 
        flex-direction: row;
        column-gap: 2rem;
        flex-wrap: wrap;
    }
    .descriptionConsult__data aside{ 
        width: 160px;
        align-items: center;
    }

    .consultPage .options{
        border-radius: 2rem;
    }
}
@media screen and (min-width: 992px) {
    @media screen and (min-width: 992px) {
        .statusTableDesktop{
            color: #1B1B1B;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 24px;
        }
        #summaryAccordionContent{
            margin: 24px 0 0 0;
            display: block;
        }
    } 
}

.tableSummary tr td:first-child .nameDes h6, .ticket{
    color: #1B1B1B;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.Add{
    color: #5A5A5A;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}
.containerStatusP{
    display: flex;
    padding: 4px 12px;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #F7FBFC;
    color: #177F8C;
    font-style: normal;
    font-weight: 700;
    line-height: normal;  
    margin-left: 20px;
}

.containerStatusP:last-child{
    border-bottom: none;
}

.containerStatusP span{
    font-size: 14px;
}

.containerStatusTable{
    padding: 8px 12px;
    display: flex;
    align-items: center;
    width: auto;
    max-width: 200px;
    border-radius: 4px;
}
.infoIconTable{
    font-size: 16px;
    margin-right: 8px;
}

@media (max-width: 576px){
    .infoIconTable{
        margin-right: 4px;
    }
    .consultPage {
        margin-bottom: 2rem;
    }
}

p.openTable{
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.openTable{
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(27, 27, 27, 0.15);
    padding: 24px;
    margin-bottom: 16px;
}

.service{
    color: #1b1b1b;
    font-size: 14px;
    font-weight: 500;
    border-left: none;
    margin: 0;
}

.serviceNumber {
    color: #5A5A5A;
    font-size: 14px;
    border-left: none;
    font-weight: 400;
    margin-left: 15px;
}

@media screen and (min-width: 768px) {
    .service{
        font-size: 16px;
    }
    
    .serviceNumber {
        font-size: 16px;
    }

    /*Table with Refund Details*/
     .refundDetail .desktop {
        display: block;
        border-radius: 12px;
        border: 1px solid #d9d9d9;
        overflow: auto;
        overflow-y: hidden;
    }

     .refundDetail .desktop .accordion-button .material-icons {
        font-family: material icons, sans-serif !important;
        font-size: 20px;
        position: absolute;
        top: 0px;
        right: 0px;
    }

     .refundDetail .desktop .accordion-button .material-icons:before {
        content: "keyboard_arrow_down";
    }

     .refundDetail .desktop .accordion-button[aria-expanded="true"] .material-icons:before {
        content: "keyboard_arrow_up";
    }

     .refundDetail .desktop thead {
        background-color: #fafafa;
    }

     .refundDetail .desktop th {
        padding: 16px 16px;
        border-left: 1px dashed  #d9d9d9;
        border-right: 1px dashed  #d9d9d9;
        color: #1b1b1b;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

     .refundDetail .desktop th:first-child,
     .refundDetail .desktop th:last-child {
        border: none;
    }

     .refundDetail .desktop tr td:first-child h6 {
        color: #5A5A5A;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 0;
    }

     .refundDetail .desktop tr td:last-child {
        border-right: none;
    }

     .refundDetail .desktop tr:last-child td {
        border-bottom: none;
    }

     .refundDetail .desktop tr:first-child td {
        border-top: none;
        border-left: none;
    }

     .refundDetail .desktop td {
        padding: 8px 16px;
        color: #5A5A5A;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        border: 1px dashed  #d9d9d9;
    }
    .refundDetail .desktop td .service{
        padding-bottom: 2px;
    }
    .desktop td[rowspan]{
        vertical-align: top;
    }
    .refundDetail .desktop tr td:first-child {
        border-left: none;
        border-bottom: none;
    }
}


/*Modal tabla*/
@media screen and (min-width: 992px) {
    #openTableBtn{
        display: none;

    } 
}

.tableMobile{
    width: 100%;
}

.modalTable{
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    transition: visibility 0.3s, opacity 0.3s;
    background-color: rgba(0,0,0,0.5);
}

.modal-contentTable{
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: white;
    border-radius: 10px 10px 0 0;
    padding: 0px 0px 0px 0px;
    max-height: calc(100vh - 48px);
    box-shadow: 0 5px 15px;
    overflow: auto;
    transition: bottom 0.3s;    
    margin-top: 48px;
    
}
.modalTable.show .modal-contentTable{
    bottom: 0;
}

.scroll-container {
    overflow-y: auto;
    margin-bottom: 48px;
}

.close{
    cursor:pointer;
    justify-content: space-between;
    align-items: center;
    color: var(--UI-Colors-Text, #1B1B1B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 18px;
    font-weight: 400;
}
.half-celdaMobile{
    display: flex;
    height: auto;
    padding: 8px 16px;
    flex-direction: row;
    align-items: center;
    gap: 2px;
    flex: 1 0 0;
}
.half-celdaMobile:last-child{
    
    border-bottom: none;
    
}
.half-celda:last-child{
    border-bottom: none;  
}

.divisionCeldaMobile{
    border-top: 1px dashed  #d9d9d9;
    padding: 8px 0px
}

.modal-contentTable .name{
    display: flex;
    height: 40px;
    padding: 8px 12px;
    gap: 10px;
    align-self: stretch;
    background: var(--Background-mail-background-default-light, #FAFAFA);
    align-items: center;
}

.modal-contentTable h5 span{
    color: var(--UI-Colors-Text, #1B1B1B);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.modal-contentTable h5 #closeTableBtn{
    font-size: 24px;
    font-weight: 400;
}

.flexRow > td{
    display: inline-block;
    width: 100%;
}

.half-celdaMobileS{
    display: flex;
    height: auto;
    padding: 8px 16px;
    flex-direction: row;
    align-items: center;
    gap: 2px;
    flex: 1 0 0;
}

.half-celdaMobileS:last-child{
    border-bottom: none;  
}

@media screen and (max-width: 992px) {
    @media screen and (max-width: 992px) {
        .statusTableDesktop{
            display: none;

        }
    } 
}

.modal-contentTable::-webkit-scrollbar{
    display: none;
}


.modal-contentTable .half-celda:last-child{
    border-bottom: none;
}

p.tableTitle{
    color: var(--UI-Colors-Text, #1B1B1B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    justify-content: space-between;
}

.modal-contentTable h5 {
    padding: 1.5rem 1rem 1.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

/* Final Tabla Mob */

/* Fin estilos estado de solicitud */





/* resumen */




.divisionSummary{
    padding: 0;
    
}

.divisionSummary:last-child{
    border-bottom: none;
    
}

th.summaryhead{
    border-right: 1px dashed  #d9d9d9;
    padding: 0;
}
th.summaryhead2{
    border-left: 1px dashed  #d9d9d9;
    padding: 0px 0px 0px 0px;
}
th.summaryheadCenter{
    padding: 0px 0px 0px 0px;
}
tr.tableHeaderSummary{
    padding: 0;
}

.SummaryRefundTable{
    display: block;
    border-radius: 12px;
    border: 1px solid #d9d9d9;
    overflow-x: auto;
}

.SummaryRefundTable::-webkit-scrollbar{
    height: 20px;
}

.tableSummary{
    width: 100%;
    overflow-x: auto;
}

.tableSummary td {
    
    color: #1b1b1b;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    border: 1px dashed #d9d9d9;

}
.tableSummary .half-celda{
    border-bottom: 1px dashed  #d9d9d9;
    display: flex;
    padding: 8px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 2px;
    width: 125px;
    width: 100%;
}

.tableSummary .half-celda:last-child {
    border-bottom: none;
}



 .tableSummary th:first-child,
 .tableSummary th:last-child {
    border: none;
}

.tableSummary tr td:first-child {
    color: #1b1b1b;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-left: none;
}

.tableSummary tr td:first-child h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
}

.tableSummary tr td:first-child h6 span{
    margin-left: 4px;
}

.tableSummary tr td:last-child {
    border-right: none;
}

.tableSummary tr:last-child td {
    border-bottom: none;
}

 .tableSummary tr:last-child td:not(:first-child) {
    color: #1b1b1b;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

 .tableSummary tr:first-child td {
    border-top: none;
}

.tableSummary th {
    padding: 14px 12px;
    border-left: 1px dashed #d9d9d9;
    border-right: 1px dashed #d9d9d9;
    color: #1b1b1b;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: var(--Background-mail-background-default-light, #FAFAFA);
}

.refundDetail .tableSummary th:first-child,
.tableSummary th:last-child {
    border: none;
}

.HiddenRow-Tickets{
    display: none;
}

.ticketNumber{
    color: var(--text-av-sys-color-text-secondary, #5A5A5A);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    margin: 0;
}

.tableSummary .name{
    border-bottom: 0px dashed  #d9d9d9;
    display: flex;
    padding: 2px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
    flex: 1 0 0;
    min-width: 210px;
    max-width: 220px;
    cursor: pointer;
}

.nameDes{
    border-bottom: 0px dashed  #d9d9d9;
    padding: 12px 16px 12px 40px;
    display: flex;
    min-width: 210px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;

}

.tableSummary .half-celdaStatusR{
    color: var(--UI-Colors-Text, #1B1B1B);
    text-align: right;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; 
    padding: 8px 12px;
    max-width: 136px;
}

.tableSummary .half-celdaStatusRS{
    color: var(--UI-Colors-Text, #1B1B1B);
    text-align: right;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    padding: 12px;
}

.chevron-icon{
    content: "\e5cc";
    vertical-align: middle;
    cursor: pointer;
    font-size: 20px;
}

.chevron-icon.rotated{
    transform: rotate(180deg);
}

.HiddenRow-Additionals{
    display: none;
}

.chevron-iconadds{
    content: "\e5cc";
    vertical-align: middle;
    cursor: pointer;
    font-size: 20px;
}

.chevron-iconadds.rotated{
    transform: rotate(180deg);
}

.chevron-iconTax{
    content: "\e5cc";
    vertical-align: middle;
    cursor: pointer;
    font-size: 20px;
}

.chevron-iconTax.rotated{
    transform: rotate(180deg);
}

.HiddenRow-Taxes{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    display: none;
}

.tableSummary .ticketC{
    color: var(--UI-Colors-Text, #1B1B1B);
    text-align: right;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    margin: 0;
    padding: 0px 0px;
}

 .tooltip-containerSummary {
    position: relative;
}

.tooltip-containerSummary .tooltipContentSummary {
    position: absolute;
    visibility: hidden;
    z-index: 1;
    bottom: 20px;
    left: -250px;
    right: 30%;
}

 .tooltip-containerSummary:hover .tooltipContentSummary {
    visibility: visible;
    opacity: 1;
}

.tooltip-containerSummary .iconFormSummary{
    font-size: 12px;
    padding-left: 4px;
}

@media screen and (min-width: 768px) {
        .summaryAccordion-button{
            display: none;
        }
        .summaryContainer{
            margin-top: 24px
        }
     
}

@media screen and (max-width: 767px) {
    .DesktopHeader{
        display: none;
    }
 
}

.DesktopHeader{
    color: var(--UI-Colors-Text, #1B1B1B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.totalSummaryOriginal{
    color:#5A5A5A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.bold{
    color: var(--text-av-sys-color-text-primary, #1B1B1B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.container .m-0 .col-lg-6{
    padding-right: 0;
    padding-left: 0;
}

.container .m-0 .col-lg-6.aux{
    padding-right: 0;   
}

.division.ticket{
    width: 220px;
}
.col-lg-6.prm{
 padding: 0;
}

th.newAdd{
    width: 136px;
    max-width: 136px;
    text-align: end;
}

.refundSummary .summaryAccordion-button {
    color: #1b1b1b;
    text-align: start;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: #fff;
    border: none;
    width: 100%;
    padding: 0px;
    position: relative;
}

.refundSummary .summaryAccordion-button .material-icons {
    font-size: 24px;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: transform 0.3s ease;
}

.refundSummary .summaryAccordion-button .material-icons:before {
    content: "keyboard_arrow_down";
}

.refundSummary .summaryAccordion-button[aria-expanded="true"] .material-icons:before {
    content: "keyboard_arrow_up";
}

.refundSummary .summaryAccordion .detail label {
    color: #1b1b1b;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.refundSummary .summaryAccordion .accodion-body span {
    color: #1b1b1b;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.refundSummary .summaryAccordion .total .bold {
    color: var(--text-av-sys-color-text-primary, #1B1B1B);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.refundSummary .summaryAccordion .total span.bold{
    font-size: 24px;
}

.refundSummary .summaryAccordion .whyRefund span {
    color: #0f0f0f;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.refundSummary .accordion-header{
    padding: 0px 16px;
    height: auto;
}
.consultSummary .RTSTitle{
    color: var(--UI-Colors-Text, #1B1B1B);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
/* Fin estilos tabla resumen */
/* estilos RTS */

/*Visual Estado de Reembolso */
.article-refundStatus-refundInquiry {
    border-radius: 12px;
    border: 1px solid #00A7A7;
    background: #FFF;
    padding: 24px 16px;
    margin-top: 24px;
    width: 100%;
}

.article-refundStatus-refundInquiry .container-refundStatus {
    padding: 9px 24px;
    max-width: 329px;
    justify-content: flex-start !important;
}

.article-refundStatus-refundInquiry .container-refundStatus div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-refundStatus-refundInquiry .container-refundStatus .material-icons {
    width: 24px;
    height: 24px; 
}

.article-refundStatus-refundInquiry .container-refundStatus h4 {
    color: #323237;
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
    margin-bottom: 0px !important;
}

.article-refundStatus-refundInquiry .container-refundStatus .progress-refundsInquiry {
    border-radius: 16px;
    max-height: 8px;
    display: flex;
    justify-content: left;
    align-items: start;
}

.article-refundStatus-refundInquiry .container-refundStatus .paddingProgress {
    padding-top: 24px;
    padding-bottom: 24px;
}

.article-refundStatus-refundInquiry .container-refundStatus .progress-bar-refundsInquiry {
    height: 8px;
    margin: 0;
}

.article-refundStatus-refundInquiry .container-refundStatus h6 {
    text-align: center;
    color: #5A5A5A;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.article-refundStatus-refundInquiry .container-refundStatus .titularContainer{
    align-items: flex-start;
    flex-direction: column;
    row-gap: 4px;
}

.article-refundStatus-refundInquiry .container-refundStatus .titularContainer span{
    color: #5A5A5A;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

#requestNumber-visualStatus, #requestName-visualStatus{
    font-weight: 400;
}

/* informacion modulo tiquetes */
.article-refundStatus-refundInquiry .container-refundStatus .infoContainerTicket{
    padding: 16px;
    flex-direction: column;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: #FAFAFA;
    margin-top: 24px;
    max-height: 226px;
    overflow: auto;
    justify-content:start;
}

.article-refundStatus-refundInquiry .container-refundStatus  .titleInfoContainerTicket{
    align-self: stretch;
    color: var(--text-av-sys-color-text-secondary, #5A5A5A);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.article-refundStatus-refundInquiry .container-refundStatus .infoContainerTicket .infoContainerNumberTicket{
    align-self: stretch;
    color: var(--text-av-sys-color-text-secondary, #5A5A5A);
    font-size: 14px;
    line-height: normal;
    margin: 0;
}

.article-refundStatus-refundInquiry .container-refundStatus .infoContainerTicketMob .infoContainerNumberTicket{
    align-self: stretch;
    color: var(--text-av-sys-color-text-secondary, #1B1B1B);
    font-size: 16px;
    font-weight: 400;
    padding: 16px;
    border-bottom: 1px solid var(--dropdown-dropdown-divider, #D9D9D9);
}

.infoContainerTaxesMob .infoContainerNumberTicket{
    align-self: stretch;
    color: var(--text-av-sys-color-text-secondary, #1B1B1B);
    font-size: 16px;
    font-weight: 400;
    padding: 16px;
    border-bottom: 1px solid var(--dropdown-dropdown-divider, #D9D9D9);
}

.article-refundStatus-refundInquiry .separator {
    border-top: 1px solid #D9D9D9;
    margin: 24px 0px 24px 0px;
    padding: 0px !important;
}
#downloadsupportPayment{
    min-width: 194px;
    cursor: pointer;
}
#downloadsupportPayment u{
    color: #0190A0;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

.article-refundStatus-refundInquiry .container-refundInformation .row div {
    margin-top: 24px;
    padding: 0;
}
.article-refundStatus-refundInquiry .container-refundInformation .infoLabelsContainer{
    padding-left: 12px;
}

.article-refundStatus-refundInquiry .container-refundInformation .infoLabelsContainer .tooltip-table{
    gap: 0.5rem;
}

.article-refundStatus-refundInquiry .container-refundInformation .infoText-refundStatus p {
    color: #323237;
    margin-bottom: 0px !important;
    font-size: 16px;
}

.article-refundStatus-refundInquiry .container-dataRefund p {
    font-size: 14px;
    color: #5A5A5A;
    line-height: 18px;
    margin: 0;
    font-weight: 400;
}

.article-refundStatus-refundInquiry .container-dataRefund span {
    box-sizing: border-box;
    font-weight: 400;
}

.article-refundStatus-refundInquiry .container-dataRefund i {
    color: #0190A0;
    font-size: 16px;
}

.article-refundStatus-refundInquiry .container-dataRefund button {
    color: #0190A0;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    background: none;
    padding: 0;
}
/* informacion detalle rechazo */
.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefundsRejected{
    padding-top: 12px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    margin-top: 24px;
}

.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefundsRejected th,
.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefundsRejected td {
    width: 50%;
}

.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefundsRejected tr{
    font-size: 16px;
    padding: 0px 16px 12px;
    display: flex;
    word-wrap: break-word;
}

.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefundsRejected tbody {
    overflow: auto;
    display: flex;
    flex-direction: column;
    max-height: 290px;
    word-wrap: break-word;
}

/* informacion de detalle de reembolso */
.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds{
    display: flex;
    padding-top: 12px;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    margin-top: 24px;
}

.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds h6{
    font-weight: 700;
    margin: 0px 16px 12px;
}

.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .taxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 24px 12px;
    color: #1B1B1B;
}

.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .taxesMob{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px 0;
    color: #1B1B1B;
}

.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .taxes p:first-child,
.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .taxesMob p:first-child{
    color: var(--text-text-primary, #1B1B1B);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .taxes p strong,
.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .taxesMob p strong{
    color: var(--text-text-primary, #1B1B1B);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.taxListMob{
    overflow-y: auto;
}

.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .infoDetailsRefund{
    padding: 0px 16px 12px;
}

.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .footerInfoRefund{
    display: flex;
    flex-direction: column;
    margin: 0px 0px 16px;
    border-top: 1px solid #D9D9D9;
    padding: 16px 16px 0px;
}

.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .footerInfoRefund .leftFooterInfoRefund .tooltip-container{
    display: flex;
}

.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .footerInfoRefund .leftFooterInfoRefund strong{
    font-size: 16px;
    line-height: 19px; 
    color: #1B1B1B;
}

.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .footerInfoRefund .leftFooterInfoRefund .material-icons{
    font-size: 12px;
    cursor: pointer;
    color: #1B1B1B;
    align-self: center;
    margin-left: 4px;
}

.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .footerInfoRefund .rightFooterInfoRefund strong{
    font-size: 20px;
    line-height: 24px; 
    color: #1B1B1B;
}

.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .taxesDetails{
    display: flex; 
    justify-content: space-between;
    align-items: center;
    padding: 0px 16px 12px 24px;
}

.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .taxesDetails .titleDeatilsTaxes{
    color: #1B1B1B;
    font-weight: 600;
}

.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .taxesDetails .rightDetails{
    font-size: 16px;
}

.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .infoDetailsRefund .chevron-icon{
    width: 20px;
    height: 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .infoDetailsRefund p{
    color: #1B1B1B;
    font-size: 16px;
}

/* alert credit card */
.landing.refundsInquiry h5{
    font-weight: 700;
    line-height: normal;
    padding: 32px 0px 32px;
    margin: 0px;
}

.landing.refundsInquiry .alertCreditCard{
    display: flex;
    background-color: #F7FBFC;
    padding: 16px;
    min-width: 200px;
    max-width: 1248px;
    border-radius: var(--bradius-8px-m, 8px);
    margin: 0px 0px 32px;
}

.landing.refundsInquiry .alertCreditCard p{
    font-size: 16px;
    line-height: normal;
    margin: 0px;
}

.landing.refundsInquiry .alertCreditCard strong:first-child{
    display: flex;
    font-size: 18px;
    margin-bottom: 12px;
}

.landing.refundsInquiry .alertCreditCard .material-icons{
    width: 24px;
    height: 24px;
    color: #177F8C;
    margin-right: 12px;
}
.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .infoDetailsRefund .itemRTS{
    width: 50%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: start;
    align-items: center ;
}
.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .infoDetailsRefund .valueRTS{
    width: 50%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
    align-items: center;
}
.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .footerInfoRefund .totalRTS{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .footerInfoRefund .TooltipSummary{
    font-size: 14px;
}

.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .footerInfoRefund .tooltip-container{
    display: flex;
    align-items: center;
}
.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .footerInfoRefund .tooltip-container p{
    color: #0F0F0F;
}
.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .footerInfoRefund .material-icons{
    color: #0F0F0F;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-left: 4px;
}
.article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .taxesRTSMobile{
    display: none;
}
/* mobile */
@media screen and (max-width: 991px) {

    .article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefundsRejected,
    .article-refundStatus-refundInquiry .container-refundStatus .infoContainerTicket{
        display: none;
    }
    .article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .infoDetailsRefund{
        padding: 0;
    }
    .article-refundStatus-refundInquiry .contentDetailsRefundsRejectedMob{
        display: flex !important;
        padding: 16px;
        align-items: center;
        gap: 8px;
        margin: 16px 0px 0px;
        border-radius: 8px;
        background: #FAFAFA;
        justify-content: center;
        color: var(--text-av-sys-color-text-secondary, #5A5A5A);
        font-weight: 700;
    }

    .article-refundStatus-refundInquiry .container-dataRefund .contentTableDetailsRefundsRejectedMob,
    .article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .HiddenRow-taxes,
    .article-refundStatus-refundInquiry .container-refundStatus .infoContainerTicketMob,
    .infoContainerTaxesMob{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .article-refundStatus-refundInquiry .container-dataRefund .contentTableDetailsRefundsRejectedMob .contentListDetailsRejectedMob,
    .article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .HiddenRow-taxes .contentSectionDetailsRefund,
    .article-refundStatus-refundInquiry .container-refundStatus .contentTicketsMob,
    .contentTaxesMob{
        display: block;
        position: fixed;
        background-color: white;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 12px 12px 0 0;
        padding: 24px 16px 24px;
        overflow-y: auto;
        max-height: 94%;
    }
/* voy aqui */
    .article-refundStatus-refundInquiry .container-dataRefund .contentTableDetailsRefundsRejectedMob .contentListDetailsRejectedMob .headContentListDetailsRejectedMob{
        display: flex;
        justify-content: space-between;
        font-weight: 700;
        line-height: normal;
        padding-bottom: 24px;
        align-items: center;
    }

    .article-refundStatus-refundInquiry .container-dataRefund .contentTableDetailsRefundsRejectedMob .contentListDetailsRejectedMob .headContentListDetailsRejectedMob p{
        color: #1B1B1B;
        font-size: 18px;
    }

    .article-refundStatus-refundInquiry .container-dataRefund .contentTableDetailsRefundsRejectedMob .contentListDetailsRejectedMob .headContentListDetailsRejectedMob .material-icons,
    .article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefundsRejectedMob i{
        color: #1B1B1B;
        font-size: 24px;
    }
    
    .article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds{
        border-radius: 0px;
        border: 0;
        border-top: 1px solid #D9D9D9;
    }

    .article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .HiddenRow-taxes .contentSectionDetailsRefund .headTaxes{
        display: flex !important;
        justify-content: space-between;
        padding-bottom: 36px;
    }

    .article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .HiddenRow-taxes .contentSectionDetailsRefund .headTaxes p{
        color: var(--UI-Colors-Text, #1B1B1B);
        font-size: 18px;
        font-weight: 700;
        line-height: normal;
    }

    .article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .HiddenRow-taxes .contentSectionDetailsRefund .headTaxes .material-icons{
        font-size: 24px;
        position: absolute;
        right: 16px;
        top: 24px;
        color: #1B1B1B;
    }
    
    .article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds h6,
    .article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .infoDetailsRefund,
    .article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .infoDetailsRefund p{
        font-size: 14px;
        margin: 0px 0px 12px;
    }

    .article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .footerInfoRefund{
        padding: 16px 0 0 0;
        margin: 0;
    }
    .article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .taxesRTSMobile{
        display: block;
        margin: 0;
    }
    .article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .taxesRTSDesk{
        display: none;
    }
    .article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .footerInfoRefund .rightFooterInfoRefund strong{
        font-size: 16px;
    }

    .article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .taxesDetails .rightDetails{
        font-size: 14px;
        font-weight: 700;
    }

    /* modal info de tickets  */
    .article-refundStatus-refundInquiry .container-refundStatus .titleInfoContainerTicket{
        margin: 0px;
        display: flex;
        align-items: center;
    }
    
    .article-refundStatus-refundInquiry .container-refundStatus .titleInfoContainerTicketMob{
        display: flex !important;
        padding: 16px;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
        margin: 16px 0px 0px;
        border-radius: 8px;
        background: #FAFAFA;
        justify-content: space-between;
    }

    .article-refundStatus-refundInquiry .container-refundStatus .contentTicketsMob .headtitleInfoTicketsMob{
        padding-bottom: 24px;
        justify-content: space-between;
    }

    .infoContainerTaxesMob .contentTaxesMob .headtitleInfoTaxesMob{
        display: flex;
        padding-bottom: 24px;
        justify-content: space-between;
    }

    .infoContainerTaxesMob .contentTaxesMob .headtitleInfoTaxesMob .material-icons{
        margin: 0;
        height: 24px;
        width: 24px;
        color: #1B1B1B;
        font-size: 24px;
    }

    .article-refundStatus-refundInquiry .container-refundStatus .contentTicketsMob .headtitleInfoTicketsMob .titleInfoContainerTicket,
    .contentTaxesMob .titleInfoContainerTicket,
    .infoContainerTaxesMob .headtitleInfoTaxesMob .titleInfoContainerTaxes,
    .infoContainerTaxesMob .contentTaxesMob .titleInfoContainerTaxes{
        color: var(--UI-Colors-Text, #1B1B1B);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    
    .article-refundStatus-refundInquiry .container-refundStatus .contentTicketsMob .infoContainerTicketsMob,
    .contentTaxesMob .infoContainerTicketsMob{
        padding: 16px;
        border-bottom: 1px solid #D9D9D9;
    }

    .article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .taxesDetails{
        padding: 0px 0px 24px;
    }

    .landing.refundsInquiry h5{
        padding: 24px 0px 24px;
    }

    .landing.refundsInquiry .alertCreditCard strong{
        font-size: 16px;
    }

    .landing.refundsInquiry .alertCreditCard p{
        font-size: 14px;
    }

    .landing.refundsInquiry .alertCreditCard{
        margin: 0px 0px 24px;
    }

    .article-refundStatus-refundInquiry .container-dataRefund .ListDetailsRejectedMob{
        display: flex;
        flex-direction: column;
    }

    .article-refundStatus-refundInquiry .container-dataRefund .ListDetailsRejectedMob .item-title{
        font-size: 14px;
        font-weight: 500;
        margin: 12px 0px 8px;
    }

    .article-refundStatus-refundInquiry .container-dataRefund .ListDetailsRejectedMob .item-subtitle{
        font-size: 14px;        
        padding-bottom: 12px;
        display: flex;
        flex-direction: row;
    }

    .article-refundStatus-refundInquiry .container-dataRefund .ListDetailsRejectedMob .item-subtitle .first-element{
        color: #1B1B1B;
        font-weight: 500;
        margin: 0px 10px 0px 0px;
    }

    .article-refundStatus-refundInquiry .container-dataRefund .ListDetailsRejectedMob .brokenLine{
        border-bottom: 1px dashed #D9D9D9;
        margin-left: -16px;
        margin-right: -16px;
    }
    .article-refundStatus-refundInquiry .container-refundStatus{
        padding: 0;
    }
}

@media screen and (min-width: 991px){
    .article-refundStatus-refundInquiry .container-refundStatus .infoContainerTicketMob,
    .infoContainerTaxesMob,
    .article-refundStatus-refundInquiry .container-dataRefund .contentTableDetailsRefundsRejectedMob{
        display: none !important;
    }   
}

/* otros estilos */
.article-refundStatus-refundInquiry .container-refundInformation em {
    display: block;
    color: #5A5A5A;
    font-size: 14px;
    margin-bottom: 4px;
}

.article-refundStatus-refundInquiry .container-refundInformation .col-md-4 .tooltip-table span {
    color: #1B1B1B;
    font-size: 16px;
}

.article-refundStatus-refundInquiry .container-refundInformation .material-icons{
    margin-left: 8px;
    font-weight: 500;
}


.infoValidation.was-validated .form-control:invalid,
.infoValidation.was-validated .form-control:valid {
    background-image: none;
}

.infoValidation.was-validated .form-control:valid {
    border-color: initial;
}

.infoValidation.was-validated .form-control:invalid~.form-text,
.infoValidation.was-validated .form-control:valid~.form-text {
    display: none;
}

.infoValidation.was-validated .valid-feedback {
    color: #6c757d;
}

.landing.refundsInquiry .radioOptions .radioInputContainer {
    font-size: 1rem;
}

.modal .modal-dialog .modal-content .resetPin3Modal {
    padding-bottom: 0;
}

.tableSummary th:nth-child(1){
    width: 50%;
}
.tableSummary th:nth-child(2){
    width: 25%;
}
.tableSummary th:nth-child(3){
    width: 25%;
}

.desktop th:nth-child(1){
    width: 20%;
    border-radius: 12px 0 0 0;
}
.desktop th:nth-child(2){
    width: 25%;
}
.desktop th:nth-child(3){
    width: 25%;
}
.desktop th:nth-child(4){
    width: auto;
}

@media screen and (min-width: 768px) {

    .article-mainText-refundsInquiry,
    .title-landingRefundsInquiry {
        text-align: left !important;
    }

    .container-radioInputs-refundsInquiry {
        padding: 16px !important;
    }

    .div-radio-refundsInquiry {
        font-size: 16px !important;
    }
    #openTableBtn{
        display: none;

    }

}

@media screen and (min-width: 768px) {
    .article-refundStatus-refundInquiry {
        padding: 24px 16px;
    }
}

@media screen and (min-width: 992px) {
    .article-refundStatus-refundInquiry .container-refundInformation .infoLabelsContainer{
        padding-left: 12px;
        flex-direction: row;
        column-gap: 2rem;
        flex-wrap: wrap;
    }
    .article-refundStatus-refundInquiry .container-refundInformation .infoLabelsContainer div{
        max-width: 165px;
        align-items: center;
    }
    /*Visual de estado*/
    .article-refundStatus-refundInquiry {
        display: flex;
        padding: 32px 0px;
    }

    .article-refundStatus-refundInquiry .container-refundStatus {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .article-refundStatus-refundInquiry .container-refundInformation {
        padding-left: 32px !important;
        padding-right: 32px !important;
        padding-top: 0px;
        padding-bottom: 0px;
        border-left: 1px solid #D9D9D9;
        flex-grow: 1;
    }

    .article-refundStatus-refundInquiry .separator {
        display: none;
    }

    .article-refundStatus-refundInquiry .container-refundInformation em {
        margin-bottom: 2px;
    }

    .landing.refundsInquiry .form .tooltip-container .tooltipContent {
        min-width: 287px;
        left: -143px;
    }
    .article-refundStatus-refundInquiry.RTS {
        margin-top: 32px;
    }
}

@media screen and (min-width: 1200px) {
    .container-radioInputs-refundsInquiry {
        display: inline-block;
        padding: 8px 16px !important;
    }

    .landing.refundsInquiry .radioOptions {
        display: inline-block;
        border-radius: 32px;
    }

    .landing.refundsInquiry .radioOptions .radioInputContainer {
        margin-right: 24px;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    .landing.refundsInquiry .form button {
        align-items: center;
        display: flex;
    }

    .landing.refundsInquiry .form .tooltip-container.aviancaCredits {
        position: static;
        margin-left: 8px;
        width: 16px;
        padding: 0;
    }
}

@media (max-width:768px) {
    .custom-mb-4 {
        padding-bottom: 16px !important;
    }
}

@media (max-width:440px) {
    .landing.refundsInquiry .form .tooltip-container.aviancaCredits {
        position: static;
        margin-left: 8px;
        width: 16px;
        padding: 0;
    }
}


@media (max-width: 991px) {
    .landing.refundsInquiry .form .tooltip-container,
    .landing.refundsInquiry .form .visibilityIcon-container {
        top: 23px;
    }

    .article-refundStatus-refundInquiry .container-refundStatus h4 {
        font-size: 20px;
    }

    .article-refundStatus-refundInquiry .container-refundStatus .progress-bar-refundsInquiry {
        max-width: 215px;
    }

    .article-refundStatus-refundInquiry .container-refundStatus .paddingProgress.RTSBar .progress-bar-refundsInquiry {
        max-width: none;
    }

    .article-refundStatus-refundInquiry .container-refundStatus .progress-refundsInquiry {
        max-width: 215px;
    }

    .article-refundStatus-refundInquiry .container-refundStatus .paddingProgress.RTSBar .progress-refundsInquiry {
        max-width: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .button-continue button{
        width: 100%;
    }
    .button-continue{
        width: 100%;
        margin-top: 1.5rem;
    }
    .options .row{
        width: 100%;
    }
    .consultPage__sub .options{
        padding: 1rem;
    }
    .options .radioOptions:nth-child(1),
    .options .radioOptions:nth-child(3)
    {
        width: 45%;
    }
    #amadeusModalRequestRefunds .modal-dialog{
        min-width: 672px;
    }
    .consultPage form>article{
        padding: 0;
    }
    .consultPage form>article button{
        margin-top: 5.5px;
    }
    .desktop th:nth-child(1){
        width: 30%;
    }
    .desktop th:nth-child(2){
        width: 40%;
    }
    .desktop th:nth-child(3){
        width: 30%;
    }
    .confirmationPage.refunds .refundInfo .infoContainer .row .labelTextContainer:first-child{
        margin-bottom: 32px;
    }
    .desktop td p{
        margin: 0;
    }

    .consultSummaryLeft{
        padding: 0 32px;
    }
    .consultSummary__info{
        align-items: center;
    }
    .descriptionConsult__data{
        flex-direction: row;
        column-gap: 4rem;
        flex-wrap: wrap;
    }
    .descriptionConsult{
        row-gap: 20px;
    }
    .consultPage .forms-container .input-tooltip .av-form-floating{
        flex-grow: 1;
    }
    .consultPage .forms-container .input-tooltip .customTooltip{
        margin-right: 32px;
    }
    .consultPage .forms-container .input-tooltip{
        margin-right: auto;
        flex-grow: 0;
        width: auto;
        min-width: 480px;
    }
    .article-refundStatus-refundInquiry .container-refundStatus{
        max-width: none;
    }
    .article-refundStatus-refundInquiry .informationContainerRTS{
        width: 100%;
        align-items: center;
    }
    .article-refundStatus-refundInquiry .container-refundStatus .paddingProgress{
        padding-bottom: 16px;
    }
    .article-refundStatus-refundInquiry .container-refundStatus .infoContainerTicket{
        margin-top: 16px;
    }
}

@media (max-width: 575px){
    .article-refundStatus-refundInquiry .container-refundStatus .titularContainer span{
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .refundSummary .tableSummary th, .refundSummary .SummaryRefundTable{
        border-radius: 0px;
    }
    .tableSummary tr td:first-child h6 {
        font-size: 14px;
    }
    .tableSummary tr td:first-child .nameDes h6{
        font-size: 14px;
    }
    .tableSummary tr td:first-child .nameDes P{
        font-size: 14px;
    }
    .refundSummary .totalContainer .total {
        font-size: 14px;
    }
    .refundSummary .summaryAccordion .total span.bold,
    .refundSummary .summaryAccordion .total .bold {
        font-size: 16px;
    }
    .consultPage .refundSummary{
        border-radius: 16px;
        border: 1px solid #D9D9D9;
        padding: 24px 0;
    }
    .tableSummary tr:last-child td {
        border-bottom: 1px solid #D9D9D9;
    }
    .refundSummary .totalContainer{
        padding: 0px 16px;
        margin-top: 12px;
    }
    .SummaryRefundTable{
        border: none;
    }
    .totalSummaryOriginal{
        font-size: 14px;
    }
    .article-refundStatus-refundInquiry .container-refundStatus .paddingProgress{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .article-refundStatus-refundInquiry .container-refundInformation .RTSText{
        font-size: 14px;
    }
    .article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds{
        padding-top: 24px;
    }
    .article-refundStatus-refundInquiry .container-dataRefund .contentDetailsRefunds .footerInfoRefund{
        padding-top: 8px;
    }
    .tooltip-table {
        padding: 0 1rem;
    }
}

.tooltip-table {
    display: flex;
    gap: 0.25rem;
    align-items: center;    
}

    .tooltip-table p {
        margin: 0;
        font-size: 0.875rem;
        color: #1B1B1B;
    }

    .tooltip-table span {
        font-size: 0.75rem;
    }