
@import url('fonts.css');
@import url('scrollbar.css');
@import url('extractTable.css');
/* Para aplicar alteracoes de cor, basta remover o comentario dentro do conjunto de regras abaixo: */
:root {
    /*--primary-color: #ffffff; */ /* text */
    /*--background-color: #426b00; */ /* background */
    /*--background-layer: #b4ad818c;*/ /* text container */
    /*--button-primaryColor: #84fcf6;*/ /* button */
    /*--secondary-color: hsl(0, 99%, 45%);*/ /* links */
    /*--button-secondaryColor: hsl(177, 100%, 28%);*/ /* button hover */
    /*--button-TextColor: #000000;*/ /* button text */
}

/* Para demais alteracoes adicione !important ao atributo */


/* [START] Default Attr */
body {
    background-color: var(--background-color) !important;
    color: var(--primary-color) !important;
    font-family: 'Lato' !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.hidden {
    display: none;
}

.row-center {
    justify-content: center;
}

#new-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

    #new-loader img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 50px;
    }

.btn-round {
    border-radius: 50%;
}

.btn-50 {
    width: 50px;
    height: 50px;
}

.btn-200-w {
    width: 200px;
    height: auto;
}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.block-overflow-x {
    overflow-x: hidden;
}

/* [END] Default Attr */

.div-page--main a {
    color: var(--primary-color);
    text-decoration: none;
}

    .div-page--main a:hover {
        color: var(--secondary-color);
    }

.div-page--main label:not(.form-check-label):not(.p-form--label-2) {
    color: #000;
}

.div-page--main {
    min-height: calc(100vh - 264px);
}

.div-page--container {
    justify-content: center;
    align-content: center;
    display: grid;
}

.div-page--layer {
    background-color: var(--background-layer);
    margin: 50px 0px 0px 0px;
    padding: 2% 8%;
    width: 80vw;
    border-radius: 5px
}

.p-img-logo > img {
    vertical-align: middle;
    display: inline-block;
    width: 600px;
}

.div-radio--options {
    margin-bottom: 1rem !important;
    justify-content: space-around;
    display: flex;
}

/*[START] Div Conteiner - Rules*/
.div-container-text {
    margin: 50px 0px 50px 0px;
    font-family: 'Lato';
    color: var(--primary-color);
}

    .div-container-text p {
        line-height: 24px;
        font-weight: 400;
        font-size: 16px;
    }

        .div-container-text p > strong {
            line-height: 24px;
            font-weight: 700;
            font-size: 16px;
        }
/*[END] Div Conteiner - Rules*/

.video-background {
    background-size: 100% 100%;
    min-height: 100%;
    position: fixed;
    min-width: 100%;
    height: auto;
    width: auto;
    z-index: -1;
    bottom: 0;
    right: 0;
}

.btn-primary {
    background-color: var(--button-primaryColor);
    border-color: var(--button-primaryColor);
    color: var(--button-TextColor);
    border-radius: 200px;
    padding: 8px 16px;
    gap: 10px;
}

    .btn-primary:hover {
        background-color: var(--button-secondaryColor);
        border-color: var(--button-secondaryColor);
        color: var(--button-TextColor);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: var(--button-primaryColor);
        border-color: var(--button-primaryColor);
        color: var(--button-TextColor);
    }

    .show > .btn-primary.dropdown-toggle:focus,
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus,
    .btn-check:focus + .btn-primary,
    .btn-primary:active:focus,
    .btn-primary.active:focus,
    .btn-primary:focus {
        box-shadow: unset;
    }

.modal {
    color: #000;
}

    .modal a {
        text-decoration: none;
        color: #111;
    }

        .modal a:hover {
            color: #ccc;
        }

    .modal button.close {
        background-color: unset;
        font-size: 20px;
        border: unset;
        opacity: 0.3;
    }

        .modal button.close:hover {
            color: #8e1616;
            opacity: 1;
        }

    .modal#myPrivacidade .modal-dialog,
    .modal#myTermos .modal-dialog {
        max-width: 80vw;
    }

        .modal#myPrivacidade .modal-dialog .modal-header,
        .modal#myTermos .modal-dialog .modal-header {
            flex-direction: row-reverse;
        }

/*[START] Cookie Banner*/
#cookie-notice {
    background-color: #004fc8;
    text-align: center;
    padding: 30px 80px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    position: fixed;
    min-width: 100%;
    z-index: 100000;
    font-size: 13px;
    height: auto;
    bottom: 0;
    left: 0;
}

    #cookie-notice a.btn.btn-primary {
        margin-top: 15px;
    }

a#cn-close-notice {
    position: absolute;
    width: 20px;
    right: 15px;
    top: 15px;
}

.cookie-notice-container {
    flex-direction: column;
    font-weight: 400;
    display: flex;
    color: #FFF;
}

    .cookie-notice-container a {
        color: #FFF;
    }

        .cookie-notice-container a:hover {
            color: #FFF;
            text-decoration: revert;
        }

span#cn-notice-buttons {
    margin-top: 10px;
}

    span#cn-notice-buttons > .btn.btn-primary {
        background-color: #00bbc3;
        border-color: transparent;
    }

        span#cn-notice-buttons > .btn.btn-primary:hover {
            background-color: #028f95;
            text-decoration: none;
        }
/*[END] Cookie Banner*/

/**/
.p-form--title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}

.p-form--subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
}

.p-form--label {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
}
p-form--label-2 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    color: var(--primary-color) !important
}


.p-form--label small {
    font-size: 0.9em;
    color: var(--secondary-color);
}



/*[START] Footer - Form*/
.div-page--footer {
    background: #F5F5F7;
    margin-top: 20px;
    padding: 0 3%;
}

.p-footer-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #767380;
}

.p-footer-subtitle {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #767380;
}

    .p-footer-subtitle a,
    .p-footer-subtitle a:hover,
    .p-footer-subtitle a:visited,
    .p-footer-subtitle a:focus {
        color: #767380;
    }

        .p-footer-subtitle a:hover {
            text-decoration: revert;
        }
/*[END] Footer - Form*/

/*[START] TABLE - Extrato*/
.table-main {
    background-color: transparent;
    margin-top: 25px;
}

    .table-main tr > td {
        color: var(--primary-color) !important;
    }

    .table-main tr.first {
        background-color: transparent;
        width: 100%;
    }

    .table-main tr.second td[colspan="3"] {
        width: 100%;
    }

        .table-main tr.second td[colspan="3"]:first-child {
            background: var(--background-layer);
        }

    .table-main tr.second table {
        width: 90%;
    }


        .table-main tr.second table > tbody td > span {
            font-size: 0.75em;
        }
/*[END] TABLE - Extrato*/

.table-main tr.second table > tbody td > span {
    font-size: 0.75em;
}

/*NOVO CSS*/

/*[START] INDEX */

.label-input {
    color: var(--primary-color) !important;
}


/*icone*/
.flip-vertical::before {
    transform: scaleY(-1);
}

/*tooltip*/
.custom-tooltip .tooltip-inner {
    color: var(--background-color);
    background-color: var(--primary-color);
    font-size: 0.8rem;
    border-radius: 5px
}

/*button*/
.btn-primary-form {
    background-color: var(--button-primaryColor);
    color: var(--primary-color);
    border-color: var(--button-primaryColor);
    border-radius: 8px;
    padding: 3px 8px;
    font-weight: 700;
    /*gap: 10px*/
}

    .btn-primary-form:active {
        transform: scale(1.05);
    }

.btn-secondary-form {
    background-color: transparent;
    color: var(--primary-color);
    border-color: transparent;
    border-radius: 8px;
    padding: 3px 8px;
    font-weight: 700;
}

/*btn logout*/
.div-btn-logout {
    font-weight: 700;
    margin-top:5px;
    margin-left:20px;
}

    .div-btn-logout i::before {
        transform: rotate(135deg);
        font-size: 1.3rem;
        padding-bottom: 2%;
    }

/*btn back*/
.div-btn-back {
    cursor: pointer;
    /*font-size: 1.16rem;*/
    display: flex;
    align-items: center;
    font-weight: 700;
}

    .div-btn-back .bi::before {
        font-weight: 700 !important;
        font-size: 1.30rem;
    }

    .div-btn-back span {
        margin-left: 10px
    }
/*fonte*/
.custom-fs-7 {
    font-size: 0.9rem;
}

/*checkbox*/

.custom-checkbox-primary {
    color: var(--primary-color);
}

.form-check {
    font-size: 0.9rem !important;
}
/*toast*/
.toast.custom-toast {
    background-color: rgba(255,255,255,.90)
    /*background: rgba(255,255,255,.90) !important*/
}
.custom-toast .toast-header strong {
    color: #000;
    font-weight: 600;
}

.custom-toast .toast-body {
    color: #000;
    
}
/*modal */
.modal#custom-modal .modal-header .modal-title,
.modal#custom-modal-confirm .modal-header .modal-title {
    margin-left: 1rem;
}

.modal#custom-modal .modal-body .modal-message,
.modal#custom-modal-confirm .modal-body .modal-message {
    padding: 0 10px 20px 10px;
    color: #000;
}

.modal#custom-modal .modal-body .div-btn-close,
.modal#modal-refund-rules .modal-body .div-btn-close {
    display: flex;
    flex-direction: row-reverse;
}

.modal#custom-modal-confirm .modal-body .div-btn-actions {
    display: flex;
    justify-content: flex-end;
}

    .modal#custom-modal-confirm .modal-body .div-btn-actions button:first-child {
        margin-right: 2%;
    }
/*colors*/
.color-green-extract {
    color: #228B22;
}

.color-red-extract {
    color: #F53C5A;
}


/*line*/
.dividing-line {
    margin-top: 2.5%;
    margin-bottom: 2.5%;
    height: 0.5px;
}


/*[END] INDEX */
.div-page-pagination {
    padding-top: 2%;
}

     .div-btn-logout {
        cursor: pointer;
    }


.div-btn-logout span {
    text-decoration-line: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}



/*[START] INFORMAR DOCUMENTO */


/*[END] INFORMAR DOCUMENTO */



/*[START] HOME USER  (INFO USER)*/

/*Título e Cabeçalho  */
.div-content-info-user * {
    font-size: 1.2rem;
}

#text-hello-user {
    font-size: 1.5rem;
}

/*Extrato CHIP*/
.div-extract .div-chip {
    margin-top: 4%;
}
.div-extract .div-chip .header-chip 
{
    color: black ;
    font-weight: 600;
}

    .div-page-pagination .header-chip {
        background-color: #F5F5F7;
        /*background-color: #028f95;*/
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

.div-content-info-user .header-chip {
    padding: 3%;
}

.header-chip .btn-view-extract {
    /*cursor: pointer;*/
    display: flex;
    gap: 10px;
}
    /*.header-chip div i::before {
    transform: rotate(180deg);
    transition: transform .2s ease-in-out;
}*/
    .header-chip .btn-view-extract div {
        transform: rotate(0deg);
        transition: transform .2s ease-in-out;
    }


.body-chip {
    /*overflow-x: hidden;*/
}

.table-extract-chip,
.table-refund-requested thead,
.table-refund-requested tbody {
    font-weight: 700;
}

    .table-extract-chip thead,
    .table-extract-chip tfoot,
    .table-refund-requested thead,
    .table-refund-requested tfoot {
        background-color: #EAE9ED;
    }

.table-refund-requested > :not(:last-child) > :last-child > * {
    border-bottom-color: transparent;
}

.table-refund-requested thead > tr td:first-child {
    border-top-left-radius: 8px;
}

.table-refund-requested thead > tr td:last-child {
    border-top-right-radius: 8px;
}

.table-refund-requested tbody tr td {
    padding-top: 25px;
    padding-bottom: 25px;
}
.table-refund-requested tbody tr {
    background-color: #ffffff9e !important;
}

.table-refund-requested td .text-status-generic {
    background-color: #C8E6FA;
    /*top right bottom left*/
    padding: 2px 10px;
    border-radius: 16px;
    white-space: nowrap;
}
.table-refund-requested td .text-status-requested {
    background-color: #00AAFF;
    padding: 2px 10px;
    border-radius: 16px;
    white-space: nowrap;
}

.table-refund-requested td .text-status-accomplished {
    background-color: #11BB44;
    padding: 2px 10px;
    border-radius: 16px;
    white-space: nowrap;
}

.table-refund-requested td .text-status-failed {
    background-color: #EE4433;
    padding: 2px 10px;
    border-radius: 16px;
    white-space: nowrap;
}

.div-chip .table-responsive {
    overflow-x: hidden !important;
}


.table-refund-requested tfoot {
    color: #525059
}

    .table-refund-requested tfoot > tr td:first-child {
        border-bottom-left-radius: 8px;
    }

    .table-refund-requested tfoot > tr td:last-child {
        border-bottom-right-radius: 8px;
    }

.table-refund-requested > :not(caption) > * > * {
    border-bottom-width: 0;
}


/*.table-refund-requested thead > tr:last-child
    {
        border-top-right-radius: 8px !important;
    }*/
.table-extract-chip thead {
    border-top-left-radius: 8px !important;
}

.table-extract-chip tbody {
    background-color: #ffffff9e !important
}

.table-extract-chip > :not(:last-child) > :last-child > * {
    border-bottom-color: black;
}
/*Informaçõe Reembolso*/
.content-info .container-btns-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 40px
}

.content-info .btn-info {
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 2% 1%;
    cursor: pointer;
    /*border-color: #767380;*/
    border: 1px solid #767380
}

    .content-info .btn-info:hover {
        border: 1px solid #004fc8
    }

    .content-info .btn-info:active {
        border: 2px solid #767380
    }

    .content-info .btn-info img {
        width: auto;
        height: 60px;
        background-color: #CDFAFF;
        padding: 10px;
        border-radius: 30px;
    }

    .content-info .btn-info div {
        display: flex;
        flex-direction: column
    }

    .content-info .btn-info a {
        text-decoration-line: underline;
        text-underline-offset: 3px;
        text-decoration-thickness: 1px;
    }

    .content-info .btn-info:hover a {
        font-weight: 700;
        text-decoration-line: underline;
        text-underline-offset: 3px;
        text-decoration-thickness: 1.5px;
    }
/*[START] INDEX */
.header-index-buttons {
    display: flex;
}

.header-index-logo{
    margin-top:3%;
}
/*[END] INDEX */
/*[END] HOME USER (INFO USER)*/
/*[START] FORMULÁRIO SOLIC. REEMBOLSO*/
.div-content-form-refund {
    padding-top: 1.3%;
}
    /*header*/
    .div-content-form-refund .div-header p:first-child {
        margin: 0;
    }

/*form refund*/

.form-refund .requester-data {
    margin-top: 1.3%;
}

.form-refund .p-form--label {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}

.form-refund .section-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .form-refund .section-buttons button:first-child {
        margin-right: 20px;
    }

/*[END] FORMULÁRIO SOLIC. REEMBOLSO */



/*[START] DROP DOWN IDIOMA */
/*.drop-multi-idioma--desktop{
    display:block;
}*/

/*.drop-multi-idioma--mobile {
    display: none;
}*/

/*.drop-multi-idioma--mobile .custom-btn-drop
{
    width: 45px;
    height: 45px;*/ /* ou o tamanho desejado */
/*}*/


.custom-dropdown {
    width: 45px;
    margin-left: 10px;
    margin-right: 30px;
}

.custom-btn-drop {
    position: relative;
    width: 60px;
    height: 60px; /* ou o tamanho desejado */

    background-size: cover; /* ou 'contain' dependendo do efeito desejado */
    border-radius: 50%; /* para criar um círculo */
    border: 1px solid #767380; /* largura e cor da borda */
}

.img-flag-selected {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 65%; /* ajuste conforme necessário */
    max-height: 65%; /* ajuste conforme necessário */
}



.img--bandeiras {
    width: 25px;
    height: 25px;
}

/*v2*/

.img-flag-selected-drop {
    width: 30px; /* ajuste conforme necessário */
    height: 30px; /* ajuste conforme necessário */
}

.custom-dropdown-menu .dropdown-item span
{
    margin-left: 5px;
    color:black;
}

.custom-dropdown-v2 .btn {
    width: auto; /* Largura automática quando fechado */
    padding: 0 5px !important;
}

/*disabled */

/*Input*/

.field-disabled {
    background-color: #bbbbbb !important;
    border-color: #bbbbbb !important;
}

/*.dropdown-menu {
    min-width: unset !important;*/
    /*margin-top:5px*/
/*}

.dropdown:hover .dropdown-menu {
    display: block;
}*/

/*[END] DROP DOWN IDIOMA */

@media screen and (min-width: 50px) and (max-width: 550px) {
    .div-radio--options {
        margin-bottom: 1rem !important;
        justify-content: space-around;
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 551px) and (max-width: 800px) {
    /*[START] INDEX */

    .p-img-logo > img {
        width: 250px;
    }

    .div-btn-logout span,
    .div-btn-logout i::before,
    .div-btn-back {
        font-size: 1.0rem;
    }

    /*[END] INDEX */

    /*[START] HOME USER (INFO USER) */

    /*Título e Cabeçalho  */
    .div-content-info-user * {
        font-size: 0.75rem;
    }

    .content-info .btn-info img {
        width: auto;
        height: 42px;
        padding: 5px;
    }

    .content-info .container-btns-info {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
        /*grid-template-columns: 1fr 1fr 1fr 1fr;*/
        grid-auto-rows: 100px;
        gap: 5px
    }

        .content-info .container-btns-info span {
            font-size: 0.65rem;
        }


    .content-info .btn-info:hover a {
        text-decoration-line: underline;
        text-decoration-thickness: 1.20px;
    }


    /*[END] HOME USER (INFO USER) */
}

@media (max-width: 678px) {
    .div-page--layer {
        padding: 4% 5%;
        width: 90vw;
    }
}

@media (max-width: 562px) {
    .p-img-logo > img {
        width: 200px;
    }

    .div-btn-logout span {
        font-size: 0.8rem !important;
    }

    .div-btn-logout i::before {
        font-size: 1.0rem;
    }
}


@media screen and (max-width: 550px) {
    .div-page--layer {
        margin: 30px 0 10px 0;
    }
    /*[START] INDEX */
    .p-img-logo > img {
        width: 210px;
    }

    .div-btn-logout span,
    .div-btn-logout i::before {
        font-size: 0.8rem;
    }

    /*    .btn-primary-form {
        font-size: 0.8rem;
        padding: 4px 7px;
    }*/

    /*[END] INDEX */

    /*[START] HOME USER (INFO USER) */

    /*Título e Cabeçalho  */
    .div-content-info-user * {
        font-size: 0.60rem;
    }

    #text-hello-user {
        font-size: 1rem;
    }

    /*Extrato CHIP*/

    .header-chip {
        padding: 3%;
    }

    .table-extract-chip tbody td,
    .table-extract-chip tbody td * {
        font-size: 0.5rem
    }

    /*Informações Reembolso*/
    .content-info .btn-info * {
        font-size: 0.45rem;
    }

    .content-info p:first-child {
        font-size: 0.7rem;
    }

    .content-info .btn-info img {
        width: auto;
        height: 35px;
        padding: 5px;
    }

    .content-info .container-btns-info {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
        /*grid-template-columns: 1fr 1fr 1fr 1fr;*/
        grid-auto-rows: 70px;
        gap: 10px
    }

        .content-info .container-btns-info .btn-info {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
    /*[END] Tela Extrato */

}


@media screen and (min-width: 401px) and (max-width: 490px) {

    /*Informaçõe Reembolso*/
    .content-info .container-btns-info {
        gap: 5px
    }

    .content-info .btn-info:hover a {
        text-decoration-line: underline;
        text-decoration-thickness: 1.2px;
    }
}

@media screen and (max-width: 400px) {
    
    /*[START] DROP DOWN MULTI IDIOMA */
/*    .drop-multi-idioma--mobile {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }*/
    
/*    .drop-multi-idioma--desktop {
        display: none;
    }*/
    /*[END] DROP DOWN MULTI IDIOMA */

    
    /*[START] INDEX */

    .p-img-logo > img {
        width: 210px;
    }

    .div-btn-logout span,
    .div-btn-logout i::before,
    .div-btn-back {
        font-size: 0.8rem;
    }

    /*[END] INDEX */

    /*[START] HOME USER (INFO USER) */

    /*Título e Cabeçalho  */
    .div-content-info-user * {
        font-size: 0.55rem;
    }

    #text-hello-user {
        font-size: 1rem;
    }

    /*Extrato CHIP*/

    .header-chip {
        padding: 3%;
    }

    .content-info p:first-child {
        font-size: 0.7rem;
    }

    /*Informaçõe Reembolso*/
    .content-info .btn-info * {
        font-size: 0.45rem;
    }

    .content-info .btn-info img {
        width: auto;
        height: 38px;
    }

    .content-info .container-btns-info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        /*grid-auto-rows: 70px;*/
        gap: 10px
    }


        .content-info .container-btns-info .btn-info {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }


    /*Extrato CHIP*/

    /* Formulário */

    .div-content-form-refund .div-header * {
        font-size: 1.0rem;
    }

    .form-refund .requester-data .section-client-data h5,
    .form-refund .requester-data .section-bank-data h5 {
        font-size: 1.0rem;
    }

    .form-refund .requester-data .section-client-data label,
    .form-refund .requester-data .section-bank-data label,
    .form-refund .requester-data .section-bank-data select {
        font-size: 0.85rem;
    }

    .div-page--footer {
        text-align: center
    }
}

@media (max-width: 300px) {
    .p-img-logo > img {
        width: 150px;
    }

    .div-btn-logout i::before {
        font-size: 0.9rem;
    }

    .div-btn-logout span {
        font-size: 0.8rem !important;
    }
}

.custom-zendesk-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #0059ff;
    color: white;
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

    .custom-zendesk-button:hover {
        background-color: #0040c1;
    }
