#account-section {
    margin: 0;
    margin-left: 8px;
}

#account-container {
    display: flex;
    margin-left: 8%;
    margin-right: 70px;
    padding: 0;
}

#account-card {
    height: max-content;
    margin-top: 20px;
    padding: 24px 5px;
    color: #313131;
    font-size: 14px;
    background-color: white;
    border-radius: 6px;
    overflow-x: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    text-align: center;
}

@media screen and (min-width: 1350px) and (max-width: 1600px) {
    #account-card{
        width: 331px;
    }
}


#account-card > img {
    width: 100px;
}

#account-card > b {
    font-weight: bolder;
    font-size: 14px;
    font-family: 'proxima-nova', sans-serif;
}

#transactions-grid {
    display: flex;
    padding-left: 15px;
    margin-bottom: 50px;
    font-family: 'proxima-nova', sans-serif;

}

#promotion_title-container {
    margin: 20px 0 10px;
    padding-left: 10px;
}

#promotion_title {
    font-weight: bolder;
    margin: 0;
    font-size: 18px;
    color: #002f87;
    font-family: 'proxima-nova', sans-serif;
}

/*===============
    REDENTIONS
================*/

#redentions-container {
    margin-left: 15px;
    padding: 0;
    font-size: 18px;
    text-align: start;
}

#redentions-content {
    padding-left: 15px;
    min-height: 200px;
}

#redentions-title {
    margin-left: -15px;
    margin-bottom: 10px;
    padding: 15px;
    background-color: #f5f5f5;
    font-weight: bold;
    color: #002f87;
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
}

#redentions-list {
    padding: 0;
    padding-left: 15px;
}

#redentions-list-item {
    font-size: 14px;
    color: #212121;
}

#redentions-list-item p {
    margin-bottom: 2px;
}

/*===============
    BENEFITS
================*/

#benefits-container {
    padding: 0;
    font-size: 14px;
    color: #000;
    text-align: start;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
}

#benefits-content {
    min-height: 205px;
    padding-left: 15px;
}

#benefits-title {
    margin-bottom: 10px;
    padding: 15px;
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: bold;
    color: #002f87;
    font-family: 'proxima-nova', sans-serif;
}

#benefits-list {
    padding: 0;
    padding-left: 15px;
}

#benefits-list-item p {
    margin-bottom: 2px;
}

/*===============
    FAVORITES
================*/

#favorites-container {
    padding: 0;
    font-size: 18px;
    text-align: start;
}

#favorites-content {
    min-height: 200px;
    padding-left: 15px;
}

#favorites-title {
    margin-bottom: 10px;
    padding: 15px;
    background-color: #f5f5f5;
    font-weight: bold;
    color: #002f87;
    font-size: 16px;
    font-family: 'proxima-nova', sans-serif;
}

#favorites-list {
    padding: 0;
    padding-left: 15px;
}

#favorites-list-item {
    font-size: 14px;
    color: #000;
}

#favorites-list-item p {
    margin-bottom: 2px;
}

#modal-search {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    gap: 5%;
    margin: 0;
}

#search-input {
    width: 270px;
    height: 40px;
    padding: 10px;
    /*margin-right: 25px;*/
    border-radius: 10px;
    border: 2px solid #e4e4e4;
}

#search-button-icon {
    display: none;
    background-color: #0069a6;
    border-radius: 50%;
    padding: 12px;
}

#search-button-text {
    max-height: 40px;
    display: block;
    padding: 5px 30px;
    border-radius: 30px;
    background-color: #0069a6;
    color: #fff;
    font-weight: bolder;
}


/*===============
MODALS
================*/

#redentions-table-header-mobile {
    display: none;
}

#favorites-table-header-mobile {
    display: none;
}

#modal-search::before {
    display: none;
}

#modal-search::after {
    display: none;
}

#ModalAlliances .modal-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 20px;
    color: #0071A3;
}

#ModalFavorites .modal-header {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 20px;
}

#ModalAlliances .modal-header::before {
    display: none;
}

#ModalAlliances .modal-header::after {
    display: none;
}

#ModalFavorites .modal-header::before {
    display: none;
}

#ModalFavorites .modal-header::after {
    display: none;
}

#ModalFavorites .modal-header #close-redentions {
    align-self: flex-end;
}

#ModalFavorites .modal-header #redentions-modal-title {
    align-self: flex-start;
}

#close-redentions {
    height: 30px;
    width: 30px;
    padding: 0px 8px;
    border-radius: 50%;
    font-size: 20px;
    background-color: #b5d8ea;
    color: #002f87;

}

.search__icon-input{
    position: relative;
    left: -35px;
}

@media (max-width: 768px) {
    .search__icon-input{
    left: -25px;
    }
}



#modal-search-container {
    display: flex;

}

@media (max-width: 768px) {

    #modal-search-container {
    justify-content: center;
    }
}

.botonBordeadoAzul {
    color: #0069a6;
    border: 1px #0069a6 solid;
    border-radius: 30px;
    background-color: #fff;
    font-weight: bolder;
    margin-bottom: 10px;
    padding: 5px 20px;
    line-height: 30px;
    height: 43px;
    font-size: 18px;

}

.botonBordeadoAzul:hover {
    background-color: #0069a6;
    border-radius: 30px;
    color: #fff;
}

#redentions-mobile-table {
    display: none;
}

#redentions-desk-table {
    padding: 10px 20px;
}

#redentions-desk-table >thead{
    color: #0071A3;
    font-family: 'proxima-nova', sans-serif;
    font-size: 18px;
}

#redentions-desk-table-header {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

#redentions-desk-table-header p {
    font-size: 18px;
    color: #002f87;
    font-weight: bolder;
}

/* #redentions-desk-table-body {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
} */

#redentions-desk-table-body  td{
    color: #212121;
    font-size: 18px;
    font-family: 'proxima-nova', sans-serif;
}

#redentions-desk-table-data {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 1250px) and (max-width: 1400px) {

    #redentions-desk-table > thead > tr > th:nth-child(3) {
        width: 30%;
    }

#redentions-desk-table > thead > tr > th:nth-child(4) {
    width: 30%;
}

}

#favorites-mobile-table {
    display: none;
}

#arrow-button {
    display: none;
    padding: 5px;
    border-radius: 50%;
    background-color: #0069a6;
    width: 40px;
    height: 40px;
}

#arrow-button svg {
    height: 23px;
    width: 23px;
}

[id^="trash-button_"] {
    height: 40px;
    padding: 10px;
    border-radius: 50%;
    color: #B50303;
    border: 1px #B50303 solid;
    background-color: #fff;
}

[id^="trash-button_"]:hover {
    color: #fff;
}

#modalAlliances .modal-content {
    padding: 30px;
}

#modalFavorites #modal-search-container #search-input-favorites {
    width: 270px;
    height: 40px;
    padding: 10px;
    /*margin-right: 25px;*/
    border-radius: 10px;
    border: 2px solid #e4e4e4;
}

#modalFavorites #modal-search {
    padding: 0 15px;
}

#modalFavorites .modal-body {
    padding: 20px 30px;
}

#modalBenefits #benefits-mobile-table {
    display: none;
}

#modalBenefits #benefits-table-header-mobile {
    display: none;
}

#modalBenefits .modal-header {
    display: flex;
    flex-direction: column-reverse;
    border: none;
}

#modalBenefits .modal-header .modal-title {
    align-self: flex-start;
    font-family: 'proxima-nova', sans-serif;
}

#modalBenefits .modal-header #close-redentions {
    align-self: flex-end;
}

#modalBenefits .modal-header h2 {
    align-self: flex-start;
    color: #0071A3;
}

@media (max-width: 768px) {
    #modalBenefits .modal-header h2 {
        align-self: center;
    }
}



#search-input-benefits {
    width: 270px;
    height: 40px;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #e4e4e4;
}

[id^="trash-button_"] {
    height: 35px;
    width: 37px;
    padding: 0px;
    font-size: 15px;
    border-radius: 50%;
    border: 1px #B50303 solid;
    background-color: #fff;
}

[id^="trash-button_"]:hover {

    border: 1px #fff solid;
    background-color: #B50303;
}

.benefits-mobile-table-row {
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
}

.row_info {
    width: 70%;
    display: flex;
    align-items: center;
}

.row_link {
    width: 30%;
}

/* Estilo para el trazo (stroke) cuando está en estado de hover */
#SVGRepo_iconCarrier:hover path {
    stroke: #ffffff;
    /* Color del trazo en hover */
}

#redentions-mobile-table > .botonAzul {
    margin: 7px auto;
}



@media (min-width: 1100px) {
    #redentions-mobile-table > .botonAzul{
        padding: 10px 20px;
        font-size: 15px;
        line-height: 6px;
    }
}


@media (min-width: 992px) {


    #modalBenefits .modal-dialog {
        width: 70%;
    }

    #modalFavorites .modal-dialog {
        width: 70%;
    }

    #modalAlliances .modal-dialog {
        width: 75%;
    }
}

@media (max-width: 991px) {

    #modalBenefits #benefits-mobile-table {
        display: block;
    }

    #search-input-benefits {
        /*margin-right: 25px;*/
    }

    #modalBenefits .modal-content {
        padding: 20px;
    }


    #modalBenefits .modal-search label {
        width: 90%;
    }

    #modalBenefits .modal-search input {
        width: 90%;
    }

    #modalBenefits .modal-header {
        display: flex;
    }

    #modalBenefits .modal-header .modal-title {
        align-self: center;
    }

    #modalBenefits #benefits-table-header-desk {
        display: none;
    }

    #modalBenefits #benefits-table-header-mobile {
        display: flex;
    }

    #modalBenefits #benefits-desk-table {
        display: none;
    }

    #benefits-desk-table td{
        color: #212121;
        font-size: 18px;
        font-family: 'proxima-nova', sans-serif !important;
    }

    #account-section {
        margin-left: 20px;
        margin-right: 20px;
    }

    #account-container {
        flex-direction: column;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    #account-card {
        height: max-content;
        padding: 24px 5px;
        color: #313131;
        font-size: 16px;
        background-color: white;
        border-radius: 6px;
        overflow-x: hidden;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        text-align: center;
    }




    .account-card-user-image {
        margin: auto;
        margin-bottom: 24px;
        width: 100px;
        height: auto;
        border-radius: 50%;
    }

    #transactions-container {
        padding: 0;
    }

    #transactions-grid {
        flex-direction: column;
        margin: 0;
        padding-left: 0;
    }

    #modal-search {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
        gap: 5%;
        margin: 0;
    }

    #promotion_title-container {
        margin: 20px 0;
        padding-left: 0;
    }

    .panel_option_benefits {
        padding-top: 0;
        text-align: center;
    }


    #favorites-desk-table  .botonAzul{
        line-height: 6px;
        background-color: red !important;
    }




    #redentions-container {
        margin-left: 0px;
        margin-bottom: 30px;
        padding-left: 15px;
    }

    #redentions-content {
        padding-left: 0;
        min-height: max-content;
    }

    #benefits-container {
        border-left: none;
        border-right: none;
        margin-bottom: 30px;
    }

    #benefits-content {
        padding-left: 5px;
        min-height: max-content;
        margin-bottom: 20px;
    }

    #favorites-container {
        margin-bottom: 50px;
    }

    #favorites-title {
        margin-bottom: 20px;
    }

    #favorites-content {
        padding-left: 0px;
        min-height: max-content;
    }

    .profile-messages-container .col-3 {
        text-align: start;
        color: #212121;
    }

    .profile-messages-container .label-input-group {
        margin-bottom: 20px;
    }

    #ModalAlliances .modal-header {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 10px;
    }

    #close-redentions {
        align-self: flex-end;
    }

    #modal-search-container label {
        width: 90%;
    }

    #modal-search-container label input {
        width: 90%;
    }

    #modal-search-container label {
        width: 90%;
    }

    #modalFavorites #modal-search-container #search-input-favorites {
        width: 90%;
    }

    #search-input {
        margin-left: 5px;
    }

    #search-input-favorites {
        margin-left: 5px;
        width: 90%;
    }

    #search-button-icon {
        display: block;
    }

    #search-button-icon svg {
        height: 20px;
        width: 20px;
    }

    #search-button-text {
        display: none;

    }

    #redentions-desk-table {
        display: none;
    }

    #redentions-mobile-table {
        display: block;
        margin: 20px auto;
    }

    #redentions-mobile-table #redentions-mobile-table-body:nth-child(odd) {
        background-color: #f5f5f5;
    }

    .benefits-mobile-table-row:nth-child(even) {
        background-color: #fff;
    }

    .benefits-mobile-table-row:nth-child(odd) {
        background-color: #f5f5f5;
    }

    #redentions-mobile-table #redentions-mobile-table-body:nth-child(even) {
        background-color: #fff;
    }

    #redentions-mobile-table-body {
        display: flex;
        justify-content: space-between;
        padding: 10px;
    }

    #redentions-mobile-table-data {
        width: 70%;
    }

    #redentions-mobile-table-body a {
        width: 30%;
        align-self: center;
    }

    #redentions-modal-title {
        align-self: center;
        color: #0071A3 !important;
        font-family: 'proxima-nova', sans-serif;
        font-weight: bold !important;
        font-size: 30px;
    }

    #ModalBenefits h2{
        color: red;
        font-family: 'proxima-nova', sans-serif;
        font-weight: bold !important;
    }

    #ModalBenefits tbody{
        font-family: 'proxima-nova', sans-serif;
        font-size: 18px;
    }

    #modalAlliances .modal-content {
        padding: 20px;
    }


    #modal-redentions-body {
        padding-top: 0;
    }

    .botonBordeadoAzul {
        align-self: center;
        max-width: 250px;
        margin-bottom: 20px;
    }

    #favorites-desk-table {
        display: none;
    }

    #favorites-mobile-table {
        display: block;
    }

    #arrow-button {
        display: block;
        margin: auto;
    }

    #favorites-table-header-desk {
        display: none;
    }

    #ModalFavorites .modal-header {
        display: flex;
        padding-bottom: 0;
        border-bottom: none;

    }

    #ModalFavorites .modal-header #redentions-modal-title {
        align-self: center;
        font-family: 'proxima-nova', sans-serif;
        color: #0071A3;
    }

    #ModalFavorites .modal-header .close-redentions {
        align-self: flex-end;
    }
}


@media screen and (min-width: 1350px) and (max-width: 1600px) {
    #modalAlliances .modal-dialog {
        width: 1030px;
    }
}

.delete-favorite{
    height: 40px;
    width: 40px;
    background: transparent;
    color: #B50303;
    border: 1px solid #B50303;
    margin-top: 7px;
    border-radius: 25px;
    margin-left: 10px;
    transition-duration: 0.1s;
}

.delete-favorite:hover{
    color: white;
    background: #B50303;
    border: 1px solid #B50303;
}


.delete-favorite-mobile{
    height: 40px;
    width: 40px;
    background: transparent;
    color: #B50303;
    border: 1px solid #B50303;
    border-radius: 25px;
    transition-duration: 0.1s;
}
