a,
a:focus,
a:hover {
    color: #fff;
}
header {
    width: 100%;
    background-color: var(--bg-windx);
    color: whitesmoke;
    display: inline;
}
.logo-home {
    width: 100px;
    height: 7em;
    margin: 1rem;
    justify-content: center !important;
    transition: all 0.8s;
}
.logo-svg {
    width: 100vw;
    display: flex;
    justify-content: center;
}
.logo-windx {
    z-index: 990 !important;
    width: 10rem;
    min-width: 120px;
}
.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #022a58;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    z-index: 9998;
}
.loading img {
    position: relative;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
}
.loader {
    z-index: 9999;
}

.contents {
    margin: 0 3rem;
}

.start-style {
    background-color: var(--bg-windx) !important;
}
.start-header {
    opacity: 1;
    transform: translateY(0);
    padding-top: 20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.start-header.scroll-on {
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: var(--bg-windx) !important;
}
.bg-transparent {
    background-color: var(--bg-windx) !important;
}
.rounded-5 {
    border-radius: 5px;
}
.rounded-7 {
    border-radius: 7px;
}
.rounded-10 {
    border-radius: 10px;
}
.start-header.scroll-on .navbar-brand img {
    height: 32px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navigation-wrap {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar {
    padding: 0;
}
.navbar-nav li {
    display: block !important;
    font-weight: 500;
    color: whitesmoke;
    position: relative;
}
.nav-item .nav-link {
    font-size: 1.2em;
    color: whitesmoke;
    display: flex;
    font-weight: 500;
    letter-spacing: 2px;
    width: 100%;
}
.nav-item .nav-link span.container-icon {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    justify-content: center;
    display: flex;
}
.nav-item .nav-link span.container-text {
    height: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.nav-item .nav-link:hover {
    color: whitesmoke;
}
.nav-item.btn-exit .nav-link:hover {
    color: #e3342f !important;
}
.navbar-brand img {
    height: 48px;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.dropdown-menu {
    background-color: whitesmoke;
    color: var(--txt-windx-primary);
    transition: all 200ms linear;
}
.navbar-toggler {
    z-index: 9999 !important;
    float: right;
    border: none;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 32px;
    height: 19px;
    background-image: none;
    position: relative;
    border-bottom: 3px solid whitesmoke;
    border-radius: 1px;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 32px;
    position: absolute;
    height: 3px;
    background-color: whitesmoke;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
    border-radius: 1px;
}
.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
    height: 3px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
    height: 3px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: #fff0;
}
.nav-link {
    color: #fff;
    font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link:hover {
    color: whitesmoke;
}
.nav-item.btn-exit:hover .nav-link {
    color: #e3342f !important;
}
.nav-item.active .nav-link {
    color: whitesmoke !important;
    text-shadow: 0 0 1px #00b3ff, 0 0 2px #00b3ff, 0 0 3px #00b3ff, 0 0 4px #00b3ff, 0 0 5px #00b3ff;
}
.nav-link {
    position: relative;
    display: inline-block;
}
.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: whitesmoke;
    opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}
.nav-item.active:hover:after {
    opacity: 0;
}
.nav-item {
    position: relative;
    transition: all 200ms linear;
    color: whitesmoke !important;
}
.nav-item i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
}
.credits {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    font-size: 0.7rem;
    color: rgb(255 255 255 / 0.4);
}
.container-header {
    display: inline-flex;
}
@media (min-width: 300px) and (max-width: 400px) {
    .card-header {
        padding-top: 0.1rem !important;
    }
    .card__face--front h1 {
        font-size: 1.5rem !important;
        padding-top: 1rem !important;
    }
    .card__face--front h3 {
        font-size: 1.2rem !important;
        padding-top: 1rem !important;
    }
    .card__face--front .btn-flip {
        height: 2.5em !important;
        font-size: 1.3rem !important;
    }
    .card__face--back #submit {
        height: 2.5em !important;
        font-size: 1rem !important;
        padding: 0 !important;
    }
    .card-logon {
        perspective: 350px !important;
    }
    .card-logon .card {
        perspective: 350px !important;
    }
    .card-logon .scene {
        width: 300px !important;
        height: auto;
        perspective: 350px !important;
    }
    .card__face--back h1 {
        font-size: 32px;
    }
}
@media (max-width: 992px) {
    h1 {
        font-size: 38px;
    }
    .nav-item:after {
        display: none;
    }
    .nav-item::before {
        position: absolute;
        display: none;
        top: 18px;
        left: 0;
        width: 11px;
        height: 2px;
        content: "";
        border: none;
        background-color: whitesmoke;
        vertical-align: 0;
    }
    .dropdown-toggle::after {
        position: absolute;
        display: none;
        top: 18px;
        left: -23px;
        width: 2px;
        height: 11px;
        content: "";
        border: none;
        background-color: whitesmoke;
        vertical-align: 0;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: #fff0;
        box-shadow: none;
        transition: all 200ms linear;
    }
    .dropdown-menu .dropdown-item {
        color: whitesmoke !important;
    }
    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 15px !important;
        margin-bottom: 20px !important;
    }
    .container-header {
        padding: 0 1rem !important;
        display: inherit !important;
    }
    .navigation-wrap {
        background-color: var(--bg-windx) !important;
        color: white !important;
        height: auto !important;
    }
    .collapse .nav-item {
        width: 100% !important;
    }
    .navbar-light .navbar-toggler-icon {
        margin: 0.5rem;
        border-bottom: 3px solid whitesmoke;
        border-radius: 1px;
    }
    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before {
        background-color: whitesmoke;
    }
    .bg-transparent {
        color: whitesmoke !important;
    }
}
html,
body {
    height: 99%;
}
body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(-45deg, #022a58, #245aa4, #022a58, #245aa4);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: 100vh;
    z-index: -1;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.cover-container {
    max-width: 42em;
}
/*.container {*/
/*    margin-bottom: 3rem;*/
/*    width: 100vw;*/
/*}*/
.text-marin-50 {
    background-color: rgb(0 32 70 / 0.5) !important;
    margin: 0.2rem 0;
    border-radius: 5px;
}
.text-red-50 {
    color: rgb(255 0 0 / 0.85) !important;
}
.text-marin-90 {
    color: rgb(0 32 70 / 0.9) !important;
}
.modal-body label {
    color: rgb(0 32 70 / 0.9);
}
.modal-body p {
    color: rgb(0 32 70 / 0.9);
    /*font-size: 19px;*/
    text-align: center;
}
.progress,
.progress-bar {
    height: 3px !important;
}
.progress-bar {
    background-color: rgb(0 32 70 / 0.9) !important;
    color: #e8e8e8;
    color: #e9ecef;
}
.content-pay label {
    color: rgb(0 32 70 / 0.9);
    font-size: 17px !important;
}
/*svg path,*/
/*svg rect {*/
/*    fill: #002046e5;*/
/*}*/
.border-style {
    border: medium none;
    box-shadow: rgb(43 43 43 / 0.1) 0 0 5px 0, rgb(43 43 43 / 0.1) 0 11px 6px -7px;
}
.container-fluid {
    height: auto;
}
.cta-home {
    width: auto;
    margin-left: 0 !important;
    display: inline-grid;
    text-align: left;
    align-items: center;
    position: relative;
    justify-content: left;
}
.masthead {
    display: flex;
}
.masthead-brand {
    margin-bottom: 0;
}
@media (min-width: 48em) {
    .masthead-brand {
        float: left;
    }
    .nav-masthead {
        float: right;
    }
}
.cover {
    padding: 0 1.5rem;
}
.animation_1s {
    animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
}
.animation_1-5s {
    animation: fadein 1.5s;
    -webkit-animation: fadein 1.5s;
    -moz-animation: fadein 1.5s;
    -ms-animation: fadein 1.5s;
}
.animation_2s {
    animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
}
.animation_3s {
    animation: fadein 3s;
    -webkit-animation: fadein 3s;
    -moz-animation: fadein 3s;
    -ms-animation: fadein 3s;
}
@keyframes fadein {
    from {
        opacity: 0.3;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity: 0.3;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity: 0.3;
    }
    to {
        opacity: 1;
    }
}
@-ms-keyframes fadein {
    from {
        opacity: 0.3;
    }
    to {
        opacity: 1;
    }
}
.cover .btn-lg {
    padding: 0.75rem 1.25rem;
    font-weight: 700;
}
.mastfoot {
    color: rgb(255 255 255 / 0.5);
}
.div-title {
    text-align: center !important;
}
.div-title h3 {
    font-size: 1.6rem;
    color: whitesmoke !important;
}
.div-title h5 {
    font-size: 1.2rem;
    padding: 0.5rem;
    color: whitesmoke !important;
}
.cta-home {
    background: rgb(255 255 255 / 0.2) !important;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-top: 3rem;
}
.cta-home .btn {
    width: 30%;
    margin: 0 3rem;
    font-size: 20px;
    border-radius: 27px;
    letter-spacing: 2px;
}
@media (max-width: 575.98px) {
    .cta-home {
        color: #fff;
        text-align: center;
        margin-top: 2rem;
    }
    .cta-home h1 {
        font-size: 22px;
        padding: 1rem 0;
        line-height: 25px !important;
    }
    .cta-home .btn {
        width: 80%;
        margin: 0 2rem;
        font-size: 17px;
        border-radius: 27px;
    }
}
@media (max-width: 767.98px) {
    .cta-home {
        color: #fff;
        text-align: center;
        margin-top: 2rem;
    }
    .cta-home h1 {
        font-size: 32px;
        padding: 1rem 0;
        line-height: 35px !important;
    }
    .cta-home .btn {
        width: 60%;
        margin: 0 2rem;
        font-size: 17px;
        border-radius: 27px;
        letter-spacing: 1px;
    }
}


.contents {
    border-radius: 0.5em;
    overflow: hidden;
    background: rgb(255 255 255 / 0.3) !important;
    padding: .7rem !important;
    min-height: 50vh;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.contents table {
    max-width: 100%;
    /*background-color: rgb(223 234 234 / 0.9);*/
    border-collapse: collapse !important;
    overflow: hidden !important;
    border-spacing: 0;
    border-radius: 0.5em;
}
.table-coupons {
    margin: 0 !important;
    width: 100%;
    align-items: center;
    text-align: center;
    border-radius: 7px;
}
.table-action tr:not(:last-child) {
    border-bottom: 1px solid rgb(25 49 80 / 0.11);
}
.table-coupons tr:hover {
    background-color: rgb(25 49 80 / 0.11);
}
.table-coupons td .title-actions {
    width: 100%;
    height: 100%;
    color: #002046;
    font-weight: 700;
}
.table-coupons tr:first-child td:first-child {
    border-top-left-radius: 0.5em !important;
}
.table-action td h4 {
    display: none;
}
.table-coupons thead th {
    color: whitesmoke;
    background: rgb(25 49 80 / 0.75);
    vertical-align: bottom;
    font-weight: 700;
    border-top: none;
}
.table-coupons .t-small {
    width: 5%;
}
.table-coupons .t-medium {
    width: 15%;
}
.table-coupons .t-status {
    font-weight: 700;
}
.table-coupons .t-active {
    color: #46a546;
}
.table-coupons .t-danger {
    color: #e00300;
}
.table-coupons .t-inactive {
    color: #5d6469;
}
.table-coupons .t-draft {
    color: #f89406;
}
.table-coupons .t-scheduled {
    color: var(--txt-windx-secondary);
}
@media (max-width: 751px) {
    .div-title {
        margin-top: 10px !important;
    }
    .table-action {
        font-size: 15px;
    }
    .table-action thead {
        display: none;
    }
    .table-action tr:not(:last-child) {
        border-bottom: 1px solid rgb(25 49 80 / 0.11);
    }
    .table-action td {
        width: 100%;
        border: 0;
        display: flex;
        text-align: left;
        align-items: center;
        justify-content: space-between;
    }
    .table-action td h4 {
        font-size: 15px;
        display: flex;
    }
    .table-action td .fields-values {
        width: 100%;
        display: flex;
        justify-content: end;
    }
    .table-action td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
    }
    .table-action td:first-child {
        padding-top: 10px !important;
    }
    .table-action td:last-child {
        padding-bottom: 10px !important;
    }
}
.checkout .list-group-item {
    background-color: rgb(223 234 234 / 0.9) !important;
    color: #002046 !important;
    font-size: 1rem;
    border: none;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}
.checkout .title {
    background: rgb(25 49 80 / 0.75);
    color: whitesmoke;
    font-size: 15px;
    padding: 8px 15px;
    line-height: 20px;
    font-weight: 700;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}
.checkout .total-cart {
    font-size: 1.3rem;
}
.contract .list-group-item {
    background-color: transparent !important;
    border: none;
}
.contract .title {
    width: 100%;
    background: rgb(25 49 80 / 0.75);
    color: whitesmoke;
    font-size: 15px;
    padding: 8px 15px;
    line-height: 20px;
    font-weight: 700;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}
.contract .list-group {
    background-color: rgb(223 234 234 / 0.9) !important;
    color: #002046 !important;
    font-size: 1rem;
    border: none;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}
.contract .list-group-item {
    padding: 0.3rem 1rem;
}
.contract .list-group-item p {
    line-height: 20px;
}
.text-terms {
    color: #002046;
}
.help-link {
    color: #033c7b;
}
.help-link:hover {
    color: #002046;
}
.history-back {
    position: absolute;
    top: 20px;
    left: 20px;
}
.modal-terms .modal-header {
    border-bottom: none;
}
.modal-terms .modal-footer {
    border-top: none;
}
.btn-checkout {
    font-size: 17px;
}
.text-success-checkout {
    color: var(--green) !important;
    font-weight: bolder !important;
}
.btn-icon {
    width: 60px !important;
    height: 55px;
    justify-content: center;
    align-items: center;
}
.btn-icon i {
    font-size: 23px;
}
.btn-icon .fa-times {
    width: 25px;
}
.btn {
    text-decoration: none;
    padding: 10px 20px;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    transition: 0.2s all;
    font-weight: 600 !important;
    color: #fff;
    box-shadow: 0 10px 20px -10px #1376c5;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 10px;
}
.btn:active {
    transform: scale(0.98);
    box-shadow: 3px 2px 22px 1px rgb(0 0 0 / 0.24);
}
.bg-success-windx {
    background-color: var(--bg-success-windx);
}
.coupons-list.table tr td {
    border-top: 1px solid rgb(0 32 70 / 0.1) !important;
}
.input-group {
    border-radius: 0.25rem;
    background-color: rgb(0 32 70 / 0.07);
    border: 1px solid rgb(0 32 70 / 0.1);
    align-items: center;
}
.input-group .input-group-prepend {
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
}
.input-group .is-invalid {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}
.input-group .input-group-prepend .fa {
    color: #002046;
    font-size: 20px;
}
.inputs-login,
.inputs-login:focus {
    background-color: #fff0;
    color: #002046;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    font-size: 18px;
    padding-left: 0;
}
.container-all {
    min-width: 360px;
    height: calc(100vh - 150px);
    min-height: calc(100vh - 20px);
    width: 100vw;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.container-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    color: #fff;
    width: 100%;
}
.backdrop_sliders {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0 0 0 / 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
.backdrop_sliders.animate_backdrop {
    display: flex;
    animation: fadeOut 2.5s ease forwards 2.5s;
}
.backdrop_sliders.hidden {
    display: none;
}
svg.icon {
    width: 180px;
    height: 180px;
    fill: #fff !important;
    opacity: 0;
    animation: fadeIn 0.1s ease forwards 0.9s, moveLeftRight 4s ease forwards 0.9s;
    transform: rotateZ(-35deg);
}
@keyframes fadeIn {
    0% {
        transform: scale(0.2);
    }
    50% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes moveLeftRight {
    0% {
        transform: translateX(0) rotateZ(-35deg);
        opacity: 1;
    }
    25% {
        transform: translateX(-230px) rotateZ(-35deg);
        opacity: 1;
    }
    50% {
        transform: translateX(230px) rotateZ(-35deg);
        opacity: 1;
    }
    98% {
        opacity: 0.7;
    }
    99% {
        opacity: 0.5;
    }
    100% {
        transform: translateX(220px) rotateZ(-35deg);
        opacity: 0;
        visibility: hidden;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
#particles-js {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -100;
    top: 0;
    left: 0;
}
@media (max-width: 575.98px) {
    .container-all {
        min-height: 100vh;
        width: 100vw;
        padding: 0 !important;
    }
    .contents {
        padding: 0 !important;
    }
}
@media (max-width: 767.98px) {
    .container-all {
        min-height: 100vh;
        width: 100vw;
        padding: 0 !important;
    }
    .contents {
        padding: 0 !important;
    }
}
@media (max-width: 991.98px) {
    .container-all {
        min-width: 360px;
        min-height: 100vh;
        width: 100vw;
    }
}
.container-fluid,
h1 h2 h3 h4 h5 h6 {
    color: #002046;
}
.nav-home .btn {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 50px;
    display: block;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: 700;
    font-size: 1.2rem;
    align-items: center;
    padding-top: 2rem;
    border-radius: 0.5rem;
}
.nav-home .btn-custom {
    background-color: rgb(7 42 68 / 0.95);
    color: var(--txt-windx-link);
}
.nav-home .nav-item {
    width: 100%;
    margin: 1.5rem;
    justify-content: center;
    align-content: center;
}
.nav-home .nav-item a:hover {
    border: none !important;
    color: #fff;
}
.nav-home .btn-icon {
    padding: 8px;
    background: #fff;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .nav-home .nav-item {
        width: 90% !important;
        display: flex;
    }
}
@media (max-width: 575.98px) {
    .central-home,
    h1 {
        font-size: 32px;
    }
    .nav-home .nav-item {
        width: 90% !important;
        display: flex;
    }
    .nav-home .nav-item a {
        position: relative;
        align-items: center;
        text-align: center;
    }
    .nav-home .nav-item i {
        padding-right: 0.5rem;
    }
    .nav-home .btn {
        display: flex;
        justify-content: center;
        position: relative;
        width: 100%;
        height: 100%;
        line-height: 5px !important;
        text-align: center;
        text-decoration: none;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        font-weight: 700;
        font-size: 1rem;
        align-items: center;
        padding-top: 0.7rem;
        border-radius: 0.5rem !important;
    }
}
.instructions {
    margin-top: 0 !important;
    line-height: 5px;
}
.row-invoices {
    display: flex;
}
.owl-control {
    position: absolute !important;
    top: 5px !important;
}
.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    opacity: 0.5;
}
.scale-btn {
    transform: scale(0.98);
    transition: all ease 0.5s;
}
.invoice-slide .container-icon-move-hand {
    display: block;
    position: relative;
    right: 5px;
    bottom: 40px;
    width: 35px;
    height: 35px;
    padding: 5px;
    text-align: center;
    float: right;
}
.invoice-slide .container-icon-move-hand .icon-move-hand {
    margin-top: -5px;
    transform: rotate(-25deg);
    font-size: 17px;
    display: block !important;
}
.invoice-slide .container-icon-move-hand .icon-arrow-left {
    top: 5px !important;
    margin-left: 8px !important;
    font-size: 14px;
    display: block !important;
}
#table-coupons-list .table th,
.table td {
    vertical-align: middle;
}
.title-card {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.full-name,
.address {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.reference-address {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#news-slider {
    margin-top: 0;
}
.invoice-slide {
    background: #fff;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 7px;
    /*border-radius: 0.5rem;*/
    padding-top: 1px;
    box-shadow: 0 14px 22px -9px #bbcbd8;
    cursor: grab;
    border: 3px solid #fff0;
    color: #002646;
}
.border-success {
    border: 3px solid var(--green);
}
.invoice-slide .invoice-content {
    background: #fff;
    /*padding: 10px;*/
    border-radius: 0.5rem;
}


.text-address-contract {
    margin: 0;
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: .5px;

    padding: 0 1rem;
}

@media (max-width: 991.98px) {
    .btn {
        padding: 7px 20px !important;
        letter-spacing: 1.5px;
    }

    .invoice-slide .invoice-content {
        font-size: small;
    }

    .info-billet {
        padding: 0 10px !important;
    }

    .invoice-slide .invoice-content .list-group {
        line-height: 8px;
    }

    .invoice-slide .invoice-content .list-group .list-group-item {
        padding: 0 0.25rem !important;
    }

    .invoice-slide .btn {
        margin: 7px 10px !important;
    }

    #payment-title {
        font-size: medium;
    }

    .text-address-contract {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        letter-spacing: .2px;
    }

    #contracts-slider .card {
        font-size: smaller !important;
        height: 20rem !important;
    }

    #contracts-slider .card-header{
        padding: .3rem 1.25rem !important;
    }

    #contracts-slider .card-body {
        padding: 1rem 1rem 0 1rem !important;
    }

    #contracts-slider .card-footer {
        padding: 0 1rem 1rem  1rem !important;
    }

    article.cards-container {
        min-height: 22.9rem !important;
    }
}

.invoice-slide .invoice-content .list-group {
    width: 100%;
    line-height: 10px;
}
.invoice-slide .invoice-content .list-group .list-group-item {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0.25rem;
    letter-spacing: 1px;
}
.invoice-slide .invoice-title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease 0s;
    padding-top: 5px;
}
.invoice-slide .invoice-title h3,
h5 {
    color: #002046;
}
.checkout-controls {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.5rem;
    background-color: #ffffff !important;
    padding: 0.5rem;
}
.checkout-controls .btn {
    flex: 1;
    margin: 0.6rem 0;
    padding: 12px;
    font-size: medium;
    letter-spacing: 4px !important;
}
.invoice-actions {
    display: flex;
    flex-direction: column !important;
    flex-wrap: wrap;
    padding: 0 !important;
}
.invoice-actions .btn {
    flex: 1;
}
.invoice-slide .invoice-description {
    line-height: 24px;
    color: gray;
    margin-bottom: 25px;
}
.invoice-slide .invoice-date {
    color: #a9a9a9;
    font-size: 14px;
}
.invoice-slide .invoice-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #cfdace;
}
.invoice-slide .btn {
    font-size: 13px;
    font-weight: 600 !important;
    color: #fff;
    box-shadow: 0 10px 20px -10px #1376c5;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px;
}
.invoice-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}
.owl-controls .owl-buttons {
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.owl-controls .owl-pagination {
    color: #ff5b5b;
    background-color: #002046 !important;
}
@media only screen and (max-width: 1280px) {
    /*.invoice-slide .invoice-content {*/
    /*    padding: 0 15px 25px 15px;*/
    /*}*/
}
.swal2-timer-progress-bar {
    background-color: rgb(39 120 196 / 0.65) !important;
}
.checkout.row {
    margin-left: 0.15rem;
    margin-right: 0.15rem;
    align-items: center;
}
.checkout-status {
    display: flex;
    width: 100%;
    background: #fff;
    color: #001024 !important;
    font-size: 20px;
    font-weight: 700;
    padding: 0.8rem 10rem;
    border-radius: 0.5rem;
    justify-content: space-between;
}
.checkout-status .dynamic {
    font-weight: 600;
    padding: 0 0.5rem;
    color: #002046;
    align-items: center;
}
.modal-backdrop {
    display: none;
}
.modal {
    background-color: rgb(10 10 10 / 0.45);
}
#checkout .modal-content {
    border-radius: 0.5rem;
    border: 1px solid #fff0;
}
#checkout .modal-content button {
    border-radius: 50px;
    font-size: 18px;
    letter-spacing: 1px;
}
#checkout .modal-title {
    font-weight: 700;
}
.btn-radius-50 {
    border-radius: 50px;
}
.text-windx-50 {
    color: rgb(0 32 70 / 0.5) !important;
}
.text-windx-70 {
    color: rgb(0 32 70 / 0.7) !important;
}
.text-windx-80 {
    color: rgb(0 32 70 / 0.8) !important;
}
.overlay,
.sideMenu {
    position: fixed;
    bottom: 0;
    letter-spacing: 0.5px;
}
.overlay {
    top: 0;
    right: -100%;
    left: 100%;
    opacity: 0;
    margin: auto;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 995 !important;
    transition: all ease 0.2s;
}
.overlay.open {
    left: 0;
    right: 0;
    opacity: 1;
    filter: blur(7px);
}
body.swal2-shown > [aria-hidden="true"] {
    transition: 0.1s filter;
    filter: blur(7px);
}
.sidebarNavigation {
    margin-bottom: 0;
    z-index: 998 !important;
    justify-content: flex-start;
}
.sidebarNavigation .leftNavbarToggler {
    margin-right: 10px;
    z-index: 999 !important;
}
.sidebarNavigation .rightNavbarToggler {
    position: relative;
    background-color: red;
    letter-spacing: 2px;
}
.sideMenu {
    background-color: rgb(2 42 88 / 0.8);
    box-shadow: 0px 0px 10px 0px rgba(2 42 88 / 0.5);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    right: -100%;
    top: 0;
    transition: all ease 0.5s;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    z-index: 997 !important;
    max-width: 30%;
    margin-bottom: 0;
}
.sideMenu.open {
    right: 0;
    display: block;
    overflow-y: hidden;
    z-index: 998;
}
.sideMenu ul {
    margin: 0;
}
.div-hidden {
    display: none;
}
.div-show {
    display: block;
}
#contracts-slider .card {
    width: 18rem;
    height: 26rem;
    min-height: 20rem;
    text-align: center;
}
#contracts-slider .card-header {
    background: #3490dc;
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}
#contracts-slider .card-header .card-title {
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0 !important;
}
#contracts-slider .btn {
    font-size: 14px;
    font-weight: 600 !important;
    color: #fff;
    box-shadow: 0 10px 20px -10px #1376c5;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px;
}
#contracts-slider .btn:active {
    transform: scale(0.8);
}
#contracts-slider .card-body .card-text {
    letter-spacing: 1px;
    text-align: left;
    color: #002646;
}
#contracts-slider .card-footer {
    background-color: #fff;
    border-top: none;
}
.header-page {
    width: 100%;
    padding: 1.2rem;
    text-align: center;
    justify-content: center;
    position: absolute;
    top: 0;
    color: #ffffff !important;
}
.header-page .h3,
.h5 {
    color: #ffffff !important;
}
.text-tomato {
    color: tomato !important;
}
.swiper {
    width: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 14px;
    /*background: #fff;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper {
    width: 100%;
    margin: 1rem auto;
}
.swiper-btn-prev {
    background: var(--primary);
    color: #fff;
    position: absolute;
    top: 0;
    margin-top: -50px;
    left: 1.5rem;
    padding: 8px 20px;
    border-radius: 50px;
    box-shadow: 3px 14px 15px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.swiper-btn-next {
    background: var(--primary);
    color: #fff;
    position: absolute;
    top: 0;
    margin-top: -50px;
    right: 1.5rem;
    padding: 8px 20px;
    border-radius: 50px;
    box-shadow: -3px 14px 15px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.skeleton-box {
    display: block;
    height: 1em;
    position: relative;
    overflow: hidden;
    background-color: #DDDBDD;
    border-radius: 4px;
}

.skeleton-box::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: translateX(-100%);
    background-image: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 0.2) 20%,
            rgba(255, 255, 255, 0.5) 60%,
            rgba(255, 255, 255, 0)
    );
    animation: shimmer 1.5s infinite;
    content: "";
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

/* Estrutura para card skeleton */
.skeleton-card {
    background: white;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.skeleton-title {
    width: 60%;
    height: 20px;
    margin-bottom: 10px;
}

.skeleton-text {
    width: 90%;
    height: 14px;
    margin-top: 10px;
}

.skeleton-button {
    width: 90%;
    height: 40px;
    margin-top: 15px;
    padding: 10px 20px;
    border-radius: 50px;
}

#cappta-checkout-iframe {
    display: none !important;
}

.card-body {
    padding: 1rem !important;
}
.card-body p {
    line-height: 22px !important;
}
.swal2-popup {
    margin-top: 30px;
    color: #000;
}
.progress-system {
    position: absolute;
    height: 3px;
    top: 0;
    width: 100% !important;
    background-color: #002046 !important;
    z-index: 990 !important;
}
.progress-bar-system {
    background-color: rgb(255 255 255 / 0.8) !important;
}
.body-popup-qrcode {
    display: flex;
    justify-content: center;
}
.qrcode-container {
    width: 250px;
    height: 250px;
    --size: 32px;
    margin: 1rem;
    padding: 10px;
    background: linear-gradient(#002046 var(--size), transparent 0 calc(100% - var(--size)), #002046 0) 0 0 / 4px 100%, linear-gradient(#002046 var(--size), transparent 0 calc(100% - var(--size)), #002046 0) 100% 0 / 4px 100%,
    linear-gradient(to right, #002046 var(--size), transparent 0 calc(100% - var(--size)), #002046 0) 0 0 / 100% 4px, linear-gradient(to right, #002046 var(--size), transparent 0 calc(100% - var(--size)), #002046 0) 0 100% / 100% 4px;
    background-repeat: no-repeat;
}
#qrcode-img {
    width: 100%;
}
.navigator-control {
    display: flex;
    width: 100%;
    background: #fff;
    color: #001024 !important;
    font-size: 20px;
    font-weight: 700;
    border-radius: 0.5rem;
    margin: 0 1rem 0 0;
    vertical-align: middle !important;
}
.navigator-control .btn {
    font-size: 12px !important;
    padding: 10px 18px !important;
    width: 90%;
}
.table th,
.table td {
    padding: 0 !important;
}
.owl-carousel {
    display: block !important;
}
.header-page .h3,
.h5 {
    color: #ffffff !important;
}
#owl-demo .item {
    background: #a1def8;
    padding: 30px 0;
    display: block;
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.side-bar {
    height: 100%;
    overflow-y: auto;
}
.side-bar .menu {
    width: 100%;
    height: auto !important;
}
.side-bar .menu .item {
    position: relative;
    cursor: pointer;
    text-align: left;
    margin: 1rem;
}
.side-bar .menu .item a {
    background-color: whitesmoke;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 7px;
    color: #00527c;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bolder;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 5px 30px;
    line-height: 60px;
    letter-spacing: 2px;
    margin-bottom: 1.2rem;

}
.side-bar .menu .item a:active,
.side-bar .menu .item a:hover {
    background-color: #0075FF;
    color: #fff;
    transition: 0.3s ease;
    transform: scale(0.98);
}
.side-bar .menu .item i {
    margin-right: 10px;
    font-size: 1.2rem;
}
.side-bar .menu .item .sub-menu {
    background-color: rgb(255 255 255 / 0.1);
}

.side-bar .btn-close-x {
    cursor: pointer;
    z-index: 999;
}



.text-orange {
    color: coral !important;
}
.btn-close-menu {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    color: #fff;
    background-color: transparent !important;
    border: none;
    box-shadow: none !important;
    font-size: 1.8rem;
}
#btn-menu-toggle {
    background-color: transparent !important;
    border: none;
    box-shadow: none !important;
    color: #fff;
    position: relative;
}
.swal2-styled.swal2-cancel,
.swal2-styled.swal2-deny,
.swal2-styled.swal2-confirm {
    border-radius: 2.25em !important;
}
.swal2-styled {
    padding: 0.5em 2.1em !important;
}
.color-pix {
    color: #2ebdaf;
}
.color-picpay {
    color: #7d7;
}
.custom-switch.custom-switch-md {
    padding-top: 1rem;
    padding-bottom: 0;
    padding-left: 3rem;
}
.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 1.5rem;
    padding-top: 0.2rem;
    padding-bottom: 1.5rem;
}
.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}
.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}
.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}
.contact-client {
    position: fixed !important;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 9998 !important;
}
.contact-client img {
    width: 3rem;
    height: 3rem;
}
.card-contact {
    background-color: #00a682;
    width: 18rem !important;
    height: auto;
    position: absolute;
    bottom: 1rem !important;
    right: 1rem !important;
    border-radius: 0.5rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9999 !important;
}
.card-contact .card-img {
    background-color: #fff;
    border-radius: 0.5rem;
    width: calc(100% - 3rem);
    height: 16rem;
    margin: 3rem 1rem 1rem 1rem;
    color: rgb(0 32 70 / 0.71) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card-contact .qrcode-img {
    width: 7.5rem !important;
    margin: 1.5rem;
}
.card-contact .logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: linear-gradient(60deg, #ffffff, #ffffff);
    padding: 5px;
    margin-top: -30px;
    justify-content: center;
    position: relative;
}
.card-contact .card-body {
    color: #fff;
    padding: 1rem 2rem !important;
}
.card-contact .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
}
#payments-details li {
    color: #002046;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 10px;
}
#payments-details li h6 {
    color: #002046;
    font-weight: bolder;
    margin-top: 7px;
    text-align: left;
}
#details_payment_billets {
    text-align: right;
}
.text-detach {
    font-size: 0.98rem;
}
.pagination {
    margin-top: 0.5rem;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
}
.page-item:last-child .page-link {
    margin-right: 0;
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
}
.page-item {
    font-weight: bold !important;
    font-size: 1.2rem;
    margin-top: 1rem;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #1376c5;
    border-color: #1376c5;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 1.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #1376c5;
    background-color: #e9f0ff;
    border: 1px solid rgb(19 118 197 / 0.6);
}
#col_billets p,
#col_duedate p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1024px) {
    .page-item:nth-child(odd) .page-link,
    .page-item:nth-child(even) .page-link {
        display: none;
    }
    .page-item:first-child .page-link,
    .page-item:last-child .page-link,
    .page-item.disabled .page-link {
        display: block;
    }
    #col_btn_print a i,
    #col_btn_details a.btn-payment-details i {
        font-size: 1rem !important;
    }

    .text-address-contract {
        max-width: 130ch;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

}
.card-logon .card-login.is-flippedX {
    transform: rotateX(90deg) !important;
    transition: transform 0.5s;
}
header {
    background: transparent !important;
}
div.item-text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    vertical-align: top;
}
span.text-status {
    font-weight: bolder;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgb(253 253 253 / 0.2);
    text-space: 5px;
}
span.text-address-menu {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
div.item-text h5 {
    padding-right: 0.5rem;
}
.bg-body-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(4 5 23 / 0.45);
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: -1 !important;
}
@media (max-width: 1160px) {
    .side-bar .menu .item a {
        font-size: 14px;
        padding: 0 30px;
    }
}
.box-nav {
    width: 100px;
    padding: 0.5rem;
    display: flex;
    align-items: center;
}
@media (max-width: 1199.98px) {
    .list-payments {
        font-size: 12px;
    }
    .container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .contents {
        padding: 0.5rem !important;
        margin: 0 !important;
    }
    .side-bar .menu .item a {
        line-height: 45px !important;
        font-size: 15px !important;
    }
    .sideMenu {
        max-width: 50% !important;
    }
    .invoice-slide .invoice-content .list-group .list-group-item {
        padding: 0.5rem 0.25rem !important;
    }
}
.bg-transparent {
    width: 90vw !important;
    background-color: transparent !important;
}
.filterBlur {
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}
.dots::after {
    content: "";
    display: inline-block;
    width: 1em;
    text-align: left;
    animation: dots 2s steps(4, end) infinite;

    /*content: "...";*/
    /*animation: dotsFade 1.5s infinite;*/
}
@keyframes dots {
    0%,
    25% {
        content: "";
    }
    50% {
        content: ".";
    }
    75% {
        content: "..";
    }
    100% {
        content: "...";
    }
}
@keyframes dotsFade {
    0%   { content: ""; }
    25%  { content: "."; }
    50%  { content: ".."; }
    75%  { content: "..."; }
    100% { content: ""; }
}

.dots2 {
    display: inline-flex;
    gap: 0.15em;
    padding: .2rem;
}

.dots2 span {
    width: 0.13em;
    height: 0.13em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: blink 1.4s infinite;
}

.dots2 span:nth-child(2) {
    animation-delay: 0.2s;
}

.dots2 span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes blink {
    0%, 100% { opacity: 0; }
    50%      { opacity: 1; }
}

#contracts-slider .card-header .card-title {
    letter-spacing: 1px !important;
}
.side-bar .menu .item a {
    line-height: 45px !important;
    font-size: 16px;
}
.side-bar .item-text {
    font-size: 13px !important;
    margin-bottom: 1rem !important;
}
.side-bar .item-text h5,
.h5 {
    font-size: 1rem !important;
}
.side-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    gap: 10px;
    padding: 1rem !important;
}
.side-bar-box {
    width: 100%;
    /*border-radius: 0.5rem;*/
    padding: .5rem 1.5rem;
}

.box-blue {
    /*background-color: rgb(9 121 176 / 0.9) !important;*/
    color: whitesmoke;
    /*border-bottom: 2px solid whitesmoke;*/
}
.box-white {
    /*background-color: rgb(245 245 245 / 0.1) !important;*/
    color: rgb(9 121 176 / 0.9);
}
.lucide-chevron-down {
    transition: transform 0.3s ease;
}

#btn-contract-info[aria-expanded="true"] .lucide-chevron-down {
    transform: rotate(180deg);
}

.box-credits {
    font-size: small;
    text-align: center !important;
}
.text-box-side {
    color: #00527c !important;
}
.btn-exit {
    padding: 7px 20px !important;
}
.logox-bg {
    min-width: 360px;
    height: calc(100vh - 3rem);
    min-height: calc(100vh - 200px);
    width: 100vw;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    background: url(https://assinante.windx.com.br/assets/img/logox2.svg) no-repeat;
    background-size: 70% auto;
    filter: opacity(0.2);
    z-index: -1;
    position: absolute;
}

.btn-exit-x {
    display: flex;
    align-self: end;
}

/* #0075FF - azul para click active do botão */
