:root {
    /*Base*/
    --TcColorWhite: #fbfbfb;
    --TcColorGray: #D3D3D3;
    --TcColorBlack: #110F18;
    --TcColorBlue: #00A3D8;
    --TcColorYellow: #F3AD01;
    --TcColorRed: #d7172a;
    --TcColorGreen: #0ed200;

    /*Dark*/
    --TcColorBlueDark: #006591;
    --TcColorYellowDark: #be8900;
    --TcColorRedDark: #6c010b;
    --TcColorGreenDark: #076001;
    --TcColorGrayDark: #494949;

}

p {
    color: var(--TcColorBlack);
}

.info_hidden {
    display: none !important;
}

.info_active {
    display: flex !important;
}

#info_expired {
    background-color: var(--TcColorBlack);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100vw;
    z-index: 30000;
}


.preloader {
    display: flex;
    justify-content: center;
    position: fixed;
    width: 100vw;
    object-fit: cover;
    z-index: 20000000;
    overflow: visible;
    background-color: #fbfbfb !important;
}

#posloader {
    display: flex;
    position: fixed;
    z-index: 1000;
    background-color: var(--TcColorWhite);
    top: -18vh;
    width: 100%;
    height: 123vh;
    justify-content: center;
    align-items: center;
}

.marco {
    background-color: #fbfbfb;
    height: 12vh;
    position: fixed;
    z-index: 300000;
    width: 100vw;
}

#pMensaje {
    position: fixed;
    top: 64vh;
    font-size: 20px;
    color: var(--TcColorGray);
    width: 90vw;
    text-align: center;
}

.carga {
    height: 2vh;
    width: 30vw;
    background: var(--TcColorGrayDark);
    position: absolute;
    bottom: 30vh;
    left: auto;
    border-radius: 5px;
}

#progreso {
    content: " ";
    height: 1.5vh;
    max-width: 29.5vw;
    background: var(--TcColorYellow);
    position: absolute;
    bottom: 0.25vh;
    left: 0.3vw;
    border-radius: 5px;
    transition: all 12s ease 0.1s;
}

#posloader > img {
    height: 50vh;
}

.inicio {
    width: 0%;
}

.final {
    width: 100%;
}

/*                                  Aspectos de Productos                                      */

/*                                         general                                             */
.df-card__main {
    display: block;
}

.df_feature_title {
    color: black;
    font-weight: 500 !important;
}

.df_feature_content {
    color: black;
    font-weight: lighter !important;
}

.df-card__image:hover img {
    transform: scale(1.4);
}

.df-embedded {
    overflow: visible !important;
    margin-right: 0px;
}

span.df_feature_description {
    height: 100px;
    overflow: hidden;
}

.tc_rating_list {
    /*position: absolute !important;
    bottom: 55px;
    right: 55px;*/
    text-align: left;
    width: 100%;
}

.tc_rating_grid {
    /*position: absolute !important;-
    bottom: 65px;
    right: 37px;*/
}

.tc-feature-ingredientes {
    height: 49px;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.df_feature_description {
    padding: 0 36px 0 0;
    text-align: justify;
    color: black;
    font-weight: 350 !important;
}

.df-card__image img {
    transition: all 0.3s ease-in-out;
    object-fit: cover;
    width: 69%;
    height: 69%;
}

.df-card__image > img {
    border-radius: 5px;
    max-height: 200px;
}

.df-card__content {
    padding: 30px 0;
}

.df-card__image {
    height: 25vh !important;
    overflow: hidden;
}

.df-card {
    border-radius: 5px;
    height: 47px;
}

.df-rating.tc_rating_list {
    font-size: 25px !important;
    margin-bottom: 0.25rem;
}

.df-rating.tc_rating_grid {
    font-size: 24px;
}

a.df-add-product {
    border-radius: 20px;
    display: flex;
    color: #FFFFFF;
    font-weight: 450;
    width: 90%;
    justify-content: center;
    align-items: center;
    background-color: var(--TcColorBlue);
    height: 46px;
    font-size: 18px;
}

a.df-add-product:hover {
    opacity: 0.8;
}

/*                                     Vista de lista                                          */
[data-layout=list] .df_feature_description {
    font-size: 13px;
}

[data-layout=list] .df-card__title {
    overflow: hidden;
    color: #545454;
    font-size: 25px;
}

[data-layout=list] .df-card {
    width: 100% !important;
    height: 320px;
    display: flex;
    border-radius: 20px !important;
}

[data-layout=list] .df_feature_title {
    width: 30vw;
}

[data-layout=list] .df-card__main {
    display: flex;
    flex-direction: column !important;
    padding: 0;
}

[data-layout=list] .df-card > .df-card__main {
    display: contents;
    width: 100% !important;
}

[data-layout=list] .df-card__image {
    width: 220px !important;
    margin: 10px !important;
    overflow: hidden;
    margin-top: 0px !important;
}

[data-layout=list] .df-card__content {
    position: absolute;
    left: 240px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.20rem;
    /*width: 74% !important;*/
}

[data-layout=list] .add-to-cart.list {
    margin-top: auto;
}

[data-layout=list] .df-card__content > a.df-card__main {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    color: #545454;
}

[data-layout=list] .add-to-cart.list {
    font-size: 21px;
    height: 44px;
    width: 100%;
    border-radius: 5px !important;
    margin-top: 20px;
}

[data-layout=list] .df-card__price {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 350;
    padding-right: 58px;
}

[data-layout=list] .df-price__average {
    display: flex;
    flex-direction: column;
    color: black;

}

[data-layout=list] .df-price__lower {
    display: flex;
    flex-direction: column;
    color: red;
}

[data-layout=list] .add-to-cart.grid {
    display: none !important;
}

[data-layout=list] .add-to-cart.list {
    display: block !important;
}

/*                                    Vista de Cuadricula                                      */
[data-layout=grid] .add-to-cart.list {
    display: none !important;
}

[data-layout=grid] .df-card {
    border-radius: 20px !important;
}

[data-layout="grid"] .df-card__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    text-align: center;
    height: 56px;
    width: 100%;
}

[data-layout="grid"] .df-card__title p {
    color: #545454 !important;
}

[data-layout=grid] span.df_feature_description {
    display: none;
}

[data-layout=grid] .df-card__image {
    margin: 0 !important;
}

[data-layout=grid] span.df_ingredients {
    max-height: 22px !important;
    overflow: hidden !important;
}

[data-layout=grid] .tc_rating_list, [data-layout=list] .tc_rating_grid {
    display: none;
}

[data-layout=grid] .tc_rating_grid, [data-layout=list] .tc_rating_list {
    display: flex;
}

[data-layout=grid] .number_r {
    font-size: 12px;
    position: absolute;
    right: 50px;
    bottom: 74px;
    color: #545454;
}

[data-layout=grid] .number_r:hover {
    color: #545454;
}

[data-layout=list] .number_r {
    display: none;
}

[data-layout=grid] .df-rating.tc_rating_grid {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 70px;
    left: 46px;
}

[data-layout=grid] .df-card__main {
    padding: 7px !important;
}

[data-layout=grid] .df-card__content {
    text-align: center !important;
    /*margin-bottom: 20px !important;*/
}

[data-layout=grid] .df-results {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
    grid-column-gap: 13px !important;
    grid-row-gap: 13px !important;
    padding-top: 13px;
    display: flex !important;
    justify-content: center !important;
}

[data-layout=grid] .df-card__content {
    padding: 1px;
}

[data-layout=grid] a.df-add-product {
    font-size: 16px;
}

[data-layout=grid] .add-to-cart {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 16px;
}

[data-layout=grid] .df-card__image {
    height: 200px !important;
    margin-left: 27px;
}

[data-layout=grid] .df-card__image img {
    height: 69% !important;
}

[data-layout=grid] a.df-card__main.info_doof:only-child {
    margin-top: 13px;
}

[data-layout=grid] figure.df-card__image {
    width: 100%;
    left: 0px;
}

[data-layout=grid] #section_d .df-main {
    height: 100% !important;
    padding-bottom: 10%;
    overflow-y: scroll;
}

div#section_d, [data-layout=grid] #section_d .df-embedded__content, #section_d #embedded {
    height: 100% !important;
    top: 3vh !important;
    position: relative;
    z-index: 100;
}

[data-layout=grid] .tc_content .df-results {
    display: flex !important;
    overflow-x: scroll;
    padding: 10px;
    overflow-y: hidden;
    width: 100% !important;
    max-width: 100%;
}

[data-layout=grid] .shop_container {
    height: 100% !important;
    width: 220px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

[data-layout=grid] .shop_container .df-card {
    width: 220px !important;
    max-width: 250px !important;
    display: flex;
    min-width: 190px !important;
    height: 100% !important;
    flex-direction: column;
}

/*                      doofinder vista mobil       */
.df-mobile .df-mobile__wrapper {
    background-color: white;
}

div#df-mobile__content__embedded {
    background-color: white;
}

.df-mobile__content {
    grid-template-columns: repeat(1, 90%) !important;
    justify-content: center;
    grid-row-gap: 17px !important;
}

.logo_tc_doofinder {
    height: 14vh;
}

.df-mobile__header__image > img {
    height: 14vh;
}

.df-mobile__header__image {
    background-color: var(--TcColorBlue);
}

.df-panel__title {
    color: var(--TcColorBlue) !important;
    font-family: "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}

.df-term {
    color: var(--TcColorGrayDark) !important;
}

.df-mobile__header {
    padding: 0 !important;
}

.df-mobile__header__image {
    margin: 0 !important;
}

.df-mobile__header > form {
    background-color: var(--TcColorBlue);
    height: 8vh;
    margin-bottom: 9vh !important;
}

.df-mobile__searchbox {
    border-radius: 5px;
}

.df-mobile__searchbox > * {
    background-color: transparent !important;
}


.df-mobile__header__actions {
    margin: 3vh 3vw !important;
    border-radius: 5px;
    display: flex !important;
    flex-direction: row-reverse !important;
}

.df-mobile .df-card__price {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 350;
    margin-top: 0px;
}

.df-mobile .df-price__average {
    display: flex;
    flex-direction: column;
    color: black;

}

.df-mobile .df-price__lower {
    display: flex;
    flex-direction: column;
    color: red;
}

.df-mobile a.df-add-product {
    font-size: 14px;
    color: white;
}

.df-mobile .df-card:hover {
    background-color: white !important;
}

.df-mobile .df-card:hover {
    background-color: #0a68a3;
!important;
}

.df-mobile[data-layout="grid"][data-browser-support~="cssgrid"] .df-mobile__content {
    grid-column-gap: 16px !important;
    display: flex !important;
}

/* ==================== Paginado Doofinder ==================== */
#df-pager__embedded {
    display: flex;
    justify-content: center;
    margin: 30px auto;
    font-family: "Poppins", sans-serif;
}


#df-pager__embedded .df-pagination {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}

#df-pager__embedded .df-page {
    display: flex;
}

#df-pager__embedded .df-page a,
#df-pager__embedded .df-page span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 36px;
    color: #545454;
    text-decoration: none;
    border: none;
    background: transparent;
    margin: 0 4px;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
}

#df-pager__embedded .df-page a:hover {
    color: #007da7;
    transform: scale(1.05);
}

/* Página activa */
#df-pager__embedded .df-page.df-page--disabled span[data-page] {
    background: #00A3D8;
    color: #fff;
    border-radius: 6px;
    padding: 0 10px;
}

/* Flecha izquierda (Anterior) */
#df-pager__embedded .df-pagination .df-page:first-child span,
#df-pager__embedded .df-pagination .df-page:first-child a {
    position: relative;
    color: transparent; /* oculta texto 'Anterior' */
    width: 32px;
    height: 32px;
    text-decoration: none;
}

#df-pager__embedded .df-pagination .df-page:first-child span::before,
#df-pager__embedded .df-pagination .df-page:first-child a::before {
    content: "<";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #545454;
    font-size: 18px;
    font-weight: 600;
}

/* Flecha derecha (Siguiente) */
#df-pager__embedded .df-pagination .df-page:last-child span,
#df-pager__embedded .df-pagination .df-page:last-child a {
    position: relative;
    color: transparent; /* oculta texto 'Siguiente' */
    width: 32px;
    height: 32px;
    text-decoration: none;
}

#df-pager__embedded .df-pagination .df-page:last-child span::after,
#df-pager__embedded .df-pagination .df-page:last-child a::after {
    content: ">";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #545454;
    font-size: 18px;
    font-weight: 600;
}

#df-pager__embedded .df-pagination .df-page.df-page--disabled:first-child span::before,
#df-pager__embedded .df-pagination .df-page.df-page--disabled:last-child span::after {
    color: #9aa1a9;
}


/*                      doofinder Recomendados       */
#df-pager__embedded-1 {
    display: none;
}

[data-layout=grid] .df-results > a.df-card__main.info_doof {
    display: none;
}

[data-layout=grid] .tc_content div#df-results__embedded-1 {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

[data-layout=grid] .tc_content div#df-results__embedded-1 .shop_container {
    height: 389px !important;
}

[data-layout=grid] .tc_content #df-results__embedded-1 .df-card {
    height: 100% !important;
}

[data-layout=grid] .tc_content #df-results__embedded-1 .df-rating {
    bottom: 100px;
}

[data-layout=grid] .tc_content #df-results__embedded-1 span {
    bottom: 77px;
}

[data-layout=grid] .tc_content #df-results__embedded-1 p {
    bottom: 27px;
}


/*_____________________________________________________________________________________________*/
/*                                  Aspectos del footer                                        */
.tc_p_footer {
    margin: 0 !important;
    color: #636363;
    font-size: 13px !important;
}

.always-fixed {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container-box {
    flex: 1;
}

.tc_footer {
    width: 100%;
    padding: 3vh 0vw 1vh;
    /*background-color: var(--TcColorWhite);*/
    margin-top: auto;
}

hr {
    background-color: #c2b7b7;
    height: 1px;
    border: none;
}

.tc_copyright {
    text-align: center;
    color: #545454;
}

.tc_info_footer {
    margin-top: 5vh;
}

.tc_footer-img {
    margin-top: 23px;
    display: flex;
}

.tc_footer-img img {
    object-fit: contain;
    object-position: center;
    height: 90px;
    width: auto;
    padding: 0px;
}

/*_____________________________________________________________________________________________*/
/*                                  Aspectos del contenido                                     */
.carousel-control-next, .carousel-control-prev {
    border-radius: 5px;
    background-color: transparent !important;

}

.tc_banner {
    border-radius: 5px;
    overflow: hidden;
    width: 95vw;
    margin: auto;
}

.tc_banner_anuncio {
    margin-top: 0px;
}

.tc_content {
    padding-inline: 4vw;
}

.footer-column:last-child {
    margin-right: 0px !important;
}

/*Header*/
.tc_header {
    width: 100%;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 50;
    background-color: var(--TcColorBlue);
    height: 56px;

}

.tc_header_seller {
    width: 100%;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 50;
    background-color: var(--colorBlackTitle);
    height: 56px;
}

h4, p {
    font-family: "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}

h4 {
    font-weight: 300;
}

.search {
    margin-block: 0px !important;
    height: 40px !important;
    border-radius: 10px !important;
}

.btn-search-container {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


.tc_btn_disabled2 {
    background-color: #0e76a8;
    color: var(--TcColorWhite);
}

.tc_btn_register {
    background-color: var(--TcColorBlue);
    border-color: var(--TcColorBlue);
    color: var(--TcColorWhite);
    border: 2px solid #0096d2;
    height: 44px;
    width: 100%;
}

.tc_btn_register:hover {
    background-color: var(--TcColorBlueDark);
    color: var(--TcColorWhite);
    border: 2px solid var(--TcColorBlueDark);
}

.tc_btn_disabled2:hover {
    background-color: var(--TcColorWhite);
    color: #c06800;
    border: 2px solid #17a2b8;
}

/* div que contiene los botones de registro persona y empresa */
.div_btn_reg {
    display: block;
    width: 100%;
}

.div_design_inp_rdbtn {
    color: red;
    font-weight: bold;
}

.div_rdbtn {
    display: flex;
    justify-content: space-around;
    position: relative;
    margin-top: 5px;
    margin-bottom: 15px;
}

.div_btn_reg a {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
}

.div_design_inp_rdbtn input[type="radio"] {
    display: none;
}

label {
    display: block;
    cursor: pointer;
    margin-left: 0px;
}

label span {
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    padding: 8px 10px 8px 5px;
    transition: .25s ease;
    color: #292b2c;
    font-weight: 500;
}

.div_design_inp_rdbtn label span:hover, input[type="radio"]:checked + span {
    color: #17a2b8;
    font-weight: 500;
}

.div_design_inp_rdbtn label span:before {
    content: "";
    background-color: var(--TcColorWhite);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    transition: .25s ease;
    box-shadow: inset 0 0 0 2px #0b0b0b;
}

.div_design_inp_rdbtn input[type="radio"]:checked + span:before {
    box-shadow: inset 0 0 0 2px #f69c00;
}


/*                              Formularios                         */
.form-control {
    border-radius: 5px;
    width: 350px;
}

span.select2-selection.select2-selection--single {
    width: 350px;
}

.form-group {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
}

.form-group label.form-control span {
    border-radius: 0 5px 5px 0;
}

.tc_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 83%;
    margin: auto;
}

.form-group label.form-control span {
    border-radius: 0 5px 5px 0;
}

.title_register {
    height: fit-content;
    font-size: 20px !important;
    text-align: center;
    background-image: linear-gradient(0deg, #0096d2, #005c81);
    border-radius: 5px;
    font-weight: 700;
    line-height: 43px;
    color: #fff
}

.title_register_seller {
    height: fit-content;
    font-size: 20px !important;
    text-align: center;
    background-image: linear-gradient(0deg, #545454 0%, rgba(14, 14, 19, 0.47) 100%);
    border-radius: 5px;
    font-weight: 700;
    line-height: 43px;
    color: #fff
}

span.select2-selection.select2-selection--single {
    border-radius: 5px;
    width: 100%;
    height: 41px !important;
    display: flex;
    align-items: center;
}

/*                              Info_payment*/
div#content_payment {
    /* background-color: black; */
    padding: 10px;
    border-radius: 5px;
    position: relative;
    width: 100%;
    top: 0.4vh;
    display: flex;
    margin: auto !important;
    flex-direction: column;
}

.radio-payment {

    display: flex;
    justify-content: space-around;
}

.radio_element {
    background-color: var(--TcColorWhite);
    border-radius: 5px 5px 0 0;
    width: 45%;
    display: flex;
    padding: 5px 10px 0 10px;
    position: relative;
    top: 4px;
    justify-content: center;
}

.electronic_payment {
    border: 2px solid #f69c00;
}

.bank_transfer {
    border: 2px solid #dc3545;
}

.electronic_payment_background {
    border: 2px solid #f69c00;
    background-color: #f69c0014;
}

.bank_transfer_background {
    border: 2px solid #dc3545;
    background-color: #dc354514;
}

i.electronic_water {
    left: 13vw;
    height: 0;
    font-size: 34vh;
    position: relative;
    top: 17vh;
    color: #f69c0078;
    z-index: -1;
}

i.bank_water {
    left: 13vw;
    height: 0;
    font-size: 34vh;
    position: relative;
    top: 17vh;
    color: #980a0a78;
    z-index: -1;
}

.radio_element > [type=radio] {
    margin-right: 3vw;
    display: none;
}

.radio-tile-label {
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    align-self: center;
    color: #000000;
    text-align: center;
}

#info_bank_payment {
    display: none;
    width: 95%;
}

#info_electronic_payment {
    display: none;
    width: 95%;
}

.info_active {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

.logos {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.logo {
    width: 23%;
    display: flex;
    flex-wrap: wrap;
    margin-inline: 46px;
    justify-content: center;
}

.tc_card_info {
    width: 90%;
    background-color: aliceblue;
    padding: 2vh 2vw;
    margin: 2vh 1vw;
    border: solid #008faa 2px;
    border-radius: 5px;
}

.title_info {
    color: #080860;
    font-weight: 400;
    font-size: 2.5vh;
}

ul.content_info {
    margin: 15px 40px 15px 25px;
    text-align: justify;
}

.only {
    border-radius: 5px !important;
}

.d-grid.gap-2.col-4.mx-auto {
    display: flex;
    justify-content: center;
}

/*                             Cuentas          */
.cuentas {
    color: black;
}

/*                                                 Nuevos formularios */
.tc_input_search {
    min-width: 0;
    max-width: 100% !important;
    background-color: transparent;
    display: flex;
    text-align: initial;
    border: 0;
    margin-left: 0;
    font-size: 14px;
    font-weight: 300;
    /* position: fixed; */
}

.main_content {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.title_login {
    text-align: center;
}

.title_login h2 {
    display: inline-block;
    font-weight: bold;
    color: #292b2c;
    border-bottom: 3px solid #0096D2;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.title_login h3 {
    display: inline-block;
    border-bottom: 2px solid #00A3D8;
    padding-bottom: 2px;
    margin-bottom: 20px;
    color: #4A4A4A;
}


div#df-header__embedded {
    background-color: transparent;
}

input.tc_form-control:hover {
    box-shadow: 0px 0px 8px 2px #17a2b88c, 0px 0px 0px 1px #17a2b852;
}

.forgot-password-link {
    display: block;
    margin-left: 0;
    text-decoration: none;
    color: #007bff !important;
    text-align: left;
}

.forgot-password-link:hover {
    color: #f69c00 !important;
}

.login_footer {
    text-align: left;
    display: block;
    margin-bottom: 10px;
}


/*Estilos boton de facebook*/
.tc_btn_facebook {
    background-color: var(--TcColorWhite);
    font-weight: 700;
    color: #3b5998;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    /*margin-bottom: 5px;*/
}

.tc_btn_facebook:hover {
    color: #3b5998;
    box-shadow: 0 4px 16px rgba(49, 138, 172, 1);
    transition: all 0.2s ease;
}

.ion-social-facebook {
    font-size: 20px;
    margin-right: 5px;
}

/* Icono facebook */
.bxl-facebook-circle {
    font-size: 26px;
}

/* Icono de google */
.bxl-google {
    font-size: 24px;
}

/* Icono de apple */
.bxl-apple {
    font-size: 30px;
}

/*Estilos boton de google*/
.tc_btn_google {
    background-color: var(--TcColorWhite);
    font-weight: 700;
    color: #d85040;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
    position: relative;
}

.tc_btn_google:hover {
    color: #d85040 !important;
    box-shadow: 0 4px 16px rgba(49, 138, 172, 1);
    transition: all 0.2s ease;
}

.tc_btn_google .bx.bxl-google {
    position: relative;
    background-image: linear-gradient(0deg, rgba(0, 161, 241, 1) 4%, rgba(66, 133, 244, 1) 25%, rgba(121, 184, 14, 1) 28%, rgba(52, 168, 83, 1) 50%, rgba(255, 187, 0, 1) 54%, rgba(251, 188, 5, 1) 75%, rgba(247, 95, 18, 1) 79%, rgba(234, 67, 53, 1) 100%);
    color: var(--TcColorWhite);
    border-radius: 50%;
    transform: scale(1.1);
    font-size: 24px;
    margin-right: 8px;
}

/*Estilos boton de google*/
.tc_btn_apple {
    background-color: var(--TcColorWhite);
    font-weight: 700;
    color: #756c6b;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
    position: relative;
}

.ion-social-googleplus {
    font-size: 20px;
    margin-right: 5px;
}

.btn_social {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.tc_btn_form_large {
    height: 5vh;
    width: 100%;
    text-align: center;
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
}

.title_form {
    text-align: center;
}

.btn_center {
    margin-bottom: 19px;
    display: flex;
    justify-content: space-evenly;
}

.error_form {
    background-color: #dc354587;
    position: relative;
    left: 52px;
    color: var(--TcColorWhite);
    font-size: 20px;
    line-height: 31px;
    font-weight: 700;
    width: 70%;
    border-radius: 0 0 5px 5px;
}

.tc_form_register > .title_register, .tc_form_register > .title_register_seller {
    grid-column-start: 1;
    grid-column-end: 3;
    display: block;
}

.radio-title {
    display: flex;
    flex-direction: row;
    height: 18px;
    margin: 0 15px;
}

.tc_radio_element {
    display: flex;
    margin: 9px 20px;
    align-items: center;
}

.datos_empresa p {
    font-size: 13px;
}


p.tc_p_footer a {
    margin: 0 !important;
    color: #636363;
    font-size: 13px !important;
}


.tc_gallery {
    background-color: var(--TcColorWhite);
    width: 99%;
    margin: auto;
    text-align: center;
    display: flex;
    border-radius: 5px;
    flex-wrap: wrap;
    overflow: hidden;
}


.title_gallery {
    color: #636363;
    font-weight: 300;
    width: 100%;
    font-size: 43px;
}

body.always-fixed {
    width: 100vw;
    overflow: hidden;
    overflow-y: scroll;
}

img.logo_back {
    background-color: #636363;
    padding: 20px;
    width: 50%;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 2px #636363;
}

.front_face img {
    height: 82%;
}

.tc_card_gallery {
    box-shadow: 0px 0px 9px 0px #0000008c, 0px 0px 0px 1px #00000052;
}

.btn_close_card {
    background-color: #fdfdfd;
}

.card_clicked .back_face {
    background-color: var(--TcColorWhite);
    border-radius: 5px;
    box-shadow: 0px 0px 9px 0px #0000008c, 0px 0px 0px 1px #00000052;
    padding: 20px;
}

.info_empresa p {
    color: #000000;
    text-align: justify;
}

.datos_empresa p {
    color: #000000;
    text-align: left;
}

.rs {
    color: #000;
}

.modal-backdrop.show {
    /*Este css es del modal de Bootstrap, no hay que tocarlo*/
    display: block;
}

.tc_support_element {
    height: max-content;
    padding-bottom: 5px;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

i.bx.bx-search-alt.search-icon {
    position: relative;
    top: -24px;
}

.tc_support_element label {
    color: #007bff;
    align-self: flex-end;
    margin-bottom: -1px;
}

.tc_support_element .dato_support {
    color: #111;
}

.info_support {
    width: 70%;
    border: solid 1px #000000;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: rgba(208, 208, 208, 0.29);
    color: #252525;
}

.InfoPayment_form {
    color: #ff8f00f0;
    font-weight: 800;
    margin: 0px;
}

p.InfoPayment {
    color: #ff8f00f0;
    font-weight: 800;
    margin: 0px;
}

.tc_support_element > span {
    width: 100%;
}

body.modal-open {
    overflow-y: scroll;
}

.tc_support_element a {
    width: 100%;
}

input#transaction_support-clear_id, input#transaction_support_tipsco-clear_id {
    margin: 0px 3% 0 79%;
}

.btnPass {
    width: 100%;
    display: flex;
    top: -29px;
    text-align: center;
    padding-right: 13px;
    position: relative;
    flex-direction: row-reverse;
}

.tc_form-file p {
    color: #646464 !important;
    margin-top: -26px;
}

.tc_form_checkbox {
    display: flex;
    align-items: center;
    align-content: center;
}

label.tc_form-check-label {
    width: 90%;
}

input#id_have_document {
    margin-inline: 2.5%;
    width: 5%;
}

.form-note {
    margin-block: 10px;
}

nav.col-5 {
    padding: 0;
}

textarea#id_observations {
    width: 100% !important;
}

button#btnDisable_primary {
    cursor: pointer;
}

td.row.td-nombre {
    margin: 46px auto;
}

.tc_tabs_item {
    text-decoration: none;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
}

.tc_tabs {
    display: flex;
    height: max-content;
}

.tc_tab_content.p-3 {
    border-top: solid 2px #8f8f8f;
}

.tc_tabs_link.active {
    background-color: #0096D2;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3px;
    border-radius: 5px 5px 0 0;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-width: 2px;
    border-bottom-width: 0;
    border-style: solid;
    color: var(--TcColorWhite);
    border-color: #8f8f8f;
}

a.tc_tabs_link {
    color: #414141;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

a.tc_tabs_link:hover {
    color: #0096D2;
}

a.tc_tabs_link.active:hover {
    background-color: var(--TcColorWhite);
}

.tc_tab_pane {
    display: none;
}

.tc_tab_pane.active {
    display: block;
    margin: 0;
    padding: 0;
    border: solid 2px #8f8f8f;
    border-radius: 5px;
}

.tc_tab_pane.active .table-responsive.wishlist_table .table {
    margin: 0;
}

/*.add-to-cart {
    top: -213px;
    position: relative;
}

.df-rating.tc_rating_list {
    position: relative;
    top: 102px;
}
.info_doof {
    position: relative;
    top: 50px;
}*/

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
    width: 100% !important;
}

span.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus {
    width: 100% !important;
}

span.select2.select2-container.select2-container--default.select2-container--above {
    width: 100% !important;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.top {
    position: relative;
    top: 0;
}

.category_button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 5px solid var(--TcColorWhite);
    height: 50px;
}

.category_button.select {
    border-bottom: 5px solid #f69c00;
    font-weight: 800;
    color: #212529;
}

.category_button:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 5px solid #0096d2;
    font-weight: 700;
    color: #0096d2;
}

.add-to-cart {
    font-size: 21px;
}

.tc_form_element {
    width: 100%;
    height: 86px;
    margin-top: 4px;
    color: #687188;
}

.tc_form_element_btn {
    height: max-content;
    width: 100%;
    margin: 2.5px;
}

.tc_btn_form {
    border-radius: 5px !important;
    height: 44px;
}

.tc_btn_social {
    margin-left: 5%;
    margin-right: 5%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: -2.5px;
    right: 1px;
    width: 20px
}

span.select2-selection.select2-selection--single {
    border-radius: 5px;
    width: 100%;
    height: 41px !important;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: -2.5px;
    right: 1px;
    width: 20px
}

span.select2-selection.select2-selection--single {
    border-radius: 5px;
    width: 100%;
    height: 41px !important;
    display: flex;
    align-items: center;
}

/*Modificacion del menu de mis compras*/
.nav_request .active {
    background-color: var(--TcColorWhite) !important;
    color: var(--TcColorGrayDark) !important;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    border-bottom: 3px solid #f69c00;
    font-weight: bold;
}

.nav_request a {
    background-color: var(--TcColorWhite) !important;
    color: var(--TcColorGrayDark) !important;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px !important;
    /*margin-right: 10px;*/
}

/*Modificacion de las tablas de mis pedidos */


#nav-requests-content > .table-responsive {
    overflow-x: inherit;
}

#nav-requests-content > .table td {
    padding: 0px;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: auto;
    border-radius: 5px;
}

.page-item.active .page-link {
    z-index: 1;
    color: var(--TcColorWhite);
    background-color: #f69c00;
    border-color: #f69c00
}

.page-item {
    height: 30px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    z-index: 1
}

.sorting:before {
    bottom: 60% !important;
}

/*Modificacion de los filtro de mis pedidos*/


.custom_icon {
    float: right;
    margin-right: 10px;
    margin-left: 30px;
}

.tc_btn_filter {
    cursor: pointer;
    line-height: normal;
    text-transform: capitalize;
    background-color: var(--TcColorWhite);
    border: 1px solid var(--TcColorWhite);
}


.accordion {
    display: flex;
    align-items: center; /* Centrar verticalmente el icono y el select */
}

.icon-container {
    margin-right: 1px; /* Espacio entre el icono y el select */
}


/*                          Botones                            */

.tc_btn {
    margin: 6px;
    font-size: 13px;
    width: 90%;
    height: 44px;
    display: flex;
    border-radius: 5px;
    border: none !important;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
    padding-inline: 15px;
}

.tc_btn_primary {
    background-color: var(--TcColorBlue);
    color: var(--TcColorWhite);
    border: 2px solid var(--TcColorBlueDark);
}

.tc_btn_primary:hover {
    background-color: var(--TcColorWhite);
    color: var(--TcColorBlueDark);
    border: 2px solid var(--TcColorBlue);
}

.tc_btn_success {
    background-color: var(--TcColorGreen);
    color: var(--TcColorWhite);
    border: 2px solid var(--TcColorGreenDark);
}

.tc_btn_success:hover {
    background-color: var(--TcColorWhite);
    color: var(--TcColorGreenDark);
    border: 2px solid var(--TcColorGreen);
}

.tc_btn_secondary {
    background-color: var(--TcColorGrayDark);
    color: var(--TcColorWhite) !important;
    border: 2px solid var(--TcColorGrayDark);
}

.tc_btn_secondary:hover {
    background-color: var(--TcColorWhite);
    color: var(--TcColorGrayDark) !important;
    border: 2px solid var(--TcColorGrayDark);
}

.tc_btn_danger {
    background-color: var(--TcColorRed);
    color: var(--TcColorWhite) !important;
    border: 2px solid var(--TcColorRedDark);
}

.tc_btn_danger:hover {
    background-color: var(--TcColorWhite);
    color: var(--TcColorRedDark) !important;
    border: 2px solid var(--TcColorRed);
}

.tc_btn_disabled {
    background-color: var(--TcColorYellow);
    color: var(--TcColorWhite);
    border: 5px solid var(--TcColorYellow);
    padding: 8px;
}

.tc_btn_disabled:hover {
    background-color: var(--TcColorYellowDark);
    color: var(--TcColorWhite);
    border: 5px solid var(--TcColorYellowDark);
    padding: 8px;
}

/*.tc_btn_disabled {
    background: linear-gradient(180deg, var(--TcColorYellow), var(--TcColorYellow)) center/100% 100% no-repeat;
    color: var(--TcColorWhite);
    border: 2px solid var(--TcColorYellowDark);
}
.tc_btn_disabled:hover {
    background: linear-gradient(180deg, #F69C00, #F69C00) center/0% 100% no-repeat;
    color: #f7a820;
    border: 2px solid #f7a820;
}*/

/*Light*/
.tc_btn_secondary_light {
    background-color: var(--TcColorWhite);
    color: var(--TcColorGrayDark) !important;
    box-shadow: 2px 2px 4px var(--TcColorGrayDark);
}

.tc_btn_secondary_light:hover {
    box-shadow: 2px 4px 6px var(--TcColorGrayDark);
    color: var(--TcColorBlack) !important;
}

.tc_btn_danger_light {
    background-color: var(--TcColorWhite);
    color: var(--TcColorGrayDark) !important;
    box-shadow: 2px 2px 4px var(--TcColorRed);
}

.tc_btn_danger_light:hover {
    box-shadow: 2px 4px 6px var(--TcColorRed);
    color: var(--TcColorRedDark) !important;
}

.tc_btn_success_light {
    background-color: var(--TcColorWhite);
    color: var(--TcColorGrayDark) !important;
    box-shadow: 2px 2px 4px var(--TcColorGreen);
}

.tc_btn_success_light:hover {
    box-shadow: 2px 4px 6px var(--TcColorGreen);
    color: var(--TcColorGreenDark) !important;
}

.tc_btn_disabled_light {
    background: var(--TcColorWhite);
    color: var(--TcColorGrayDark) !important;
    box-shadow: 2px 2px 4px var(--TcColorYellow);
}

.tc_btn_disabled_light:hover {
    box-shadow: 2px 4px 6px var(--TcColorYellow);
    color: var(--TcColorYellowDark) !important;
}

.tc_btn_primary_light {
    background-color: var(--TcColorWhite);
    color: var(--TcColorGrayDark) !important;
    box-shadow: 2px 2px 4px var(--TcColorBlue);
    cursor: pointer !important;
}

.tc_btn_primary_light:hover {
    box-shadow: 2px 4px 6px var(--TcColorBlue);
    color: var(--TcColorBlueDark) !important;
}

/*Dark*/
.tc_btn_secondary_dark {
    background-color: var(--TcColorBlack);
    color: var(--TcColorGray) !important;
    box-shadow: 2px 2px 4px var(--TcColorGray);
}

.tc_btn_secondary_dark:hover {
    box-shadow: 2px 4px 6px var(--TcColorGray);
    color: var(--TcColorWhite) !important;
}

.tc_btn_danger_dark {
    background-color: var(--TcColorBlack);
    color: var(--TcColorRed) !important;
    box-shadow: 2px 2px 4px var(--TcColorRed);
}

.tc_btn_danger_dark:hover {
    box-shadow: 2px 4px 6px var(--TcColorRed);
    color: var(--TcColorWhite) !important;
}

.tc_btn_success_dark {
    background-color: var(--TcColorBlack);
    color: var(--TcColorGreen) !important;
    box-shadow: 2px 2px 4px var(--TcColorGreen);
}

.tc_btn_success_dark:hover {
    box-shadow: 2px 4px 6px var(--TcColorGreen);
    color: var(--TcColorWhite) !important;
}

.tc_btn_disabled_dark {
    background: var(--TcColorBlack);
    color: var(--TcColorYellow) !important;
    box-shadow: 2px 2px 4px var(--TcColorYellow);
}

.tc_btn_disabled_dark:hover {
    box-shadow: 2px 4px 6px var(--TcColorYellow);
    color: var(--TcColorWhite) !important;
}

.tc_btn_primary_dark {
    background-color: var(--TcColorBlack);
    color: var(--TcColorBlue) !important;
    box-shadow: 2px 2px 4px var(--TcColorBlue);
}

.tc_btn_primary_dark:hover {
    box-shadow: 2px 4px 6px var(--TcColorBlue);
    color: var(--TcColorWhite) !important;
}

.tc_choice-control {
    width: 100%;
    border: 1px solid var(--TcColorWhite);
    background-color: var(--TcColorWhite);
    border-radius: 5px;
    padding-left: 20px;
    height: 50px;
}

/* Aplica un espacio entre las opciones */
.select option {
    white-space: pre-wrap !important;
}

.form-group {
    width: 100% !important;
}

label.form-check-label {
    margin-left: 10px;
}

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

.section {
    padding: 0 !important;
}

/*titulos por colores */
.tc_title {
    display: inline-block;
    font-weight: 600;
    color: var(--TcColorGrayDark);
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 5px;

}

.tc_title_Blue {
    border-bottom: 2px solid var(--TcColorBlue);
}

.tc_title_Yellow {
    border-bottom: 2px solid #F3AD01;
}

.table-est th {
    vertical-align: bottom !important;
    border-bottom: 3px solid #0096d2 !important;
    color: #687188 !important;
    text-align: center !important;
}

#table-budgetary-detail th, #sales-request-detail th {
    background-color: var(--TcColorBlue) !important;
    color: white;
}

#sales-request-detail colgroup, #table-budgetary-detail colgroup {
    display: none;
}

.title-est-pre {
    color: #545454;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.btn_cart_est {
    width: 100%;
    font-size: 15px;
    color: #F3AD01;
}

.btn_cart_est i {
    margin-left: 5px;
    font-weight: bold;
}

/*Estilos de la Perfilde cuenta*/

.tc_user {
    border: 1px solid #aaaaaa42;
    border-radius: 5px;
    /*padding: 15px 0;*/
    box-shadow: 0 4px 8px 0 #0096d200, 0 6px 20px 0 rgba(104, 104, 104, 0.34);

}

#user-content {
    height: auto;
}

.bxs-user-circle, .bxs-lock, .bxl-shopify, .bx-list-check, .bxs-bookmark-minus, .bxs-map, .bi-tags, .tc-buyer-profile .fa-clipboard-list {
    font-size: 25px;
    margin-right: 2px;
}

.main_content_buyer {
    max-width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; /* Agregar margen horizontal automÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡tico para centrar en el medio */
}

#user-content > .table td {
    padding: 0px;
}

#user-content #request_list, #user-content #sales_list {
    font-size: 14px;
}

#user-content #budgetary_list_wrapper td {
    font-size: 12px;
}

#user-content #budgetary_list_wrapper th {
    font-size: 13px;
}

#user-content .text-descrp-est {
    line-height: 20px;
}

#user-content .product-remove a i, .bi.bi-search {
    height: 20px;
    width: 20px;
}

#user-content .disp-n-movil-est {
    padding-right: 10px !important;;
}

#user-content #update-address-modal {
    padding: 30px;
}

#user-content .tc_btn {
    height: 35px !important;
}

.table.table-hover.table-responsive.wishlist_table.budgetary {
    overflow: inherit;
}

.table.table-hover.table-responsive.wishlist_table {
    overflow-x: inherit;
}

.tc-buyer-profile {
    height: 13vh;
    border-bottom: 1px solid #aaaaaa42;
    color: #000000;
    text-decoration: none;
}

.tc-buyer-profile a {
    color: #000000;
    font-size: 15px;
    white-space: normal

}

.buyer-line {
    border-right: 3px solid var(--TcColorBlue);
}

.descrp-est-pre .text-descrp-est {
    font-weight: normal;
    margin: 5px 5px 5px 5px;
}

.descrp-est-pre {
    border: 1px solid #aaaaaa42;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 4px 8px 0 #0096d200, 0 6px 20px 0 rgba(104, 104, 104, 0.34);
    margin-bottom: 25px;
}

.dataTables_length {
    display: none;
}

.div-btn-detail-est {
    margin-bottom: 20px;
    width: 100% !important;
}

.count {
    margin-top: 15px;
}

.tc_btn_success_light_est {
    background: #FFFFFF;
    color: var(--TcColorGrayDark) !important;
    border-radius: 5px !important;
    box-shadow: 2px 2px 4px #53A100;
    height: 44px;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
    width: 90%;
}

.tc_btn_success_light_est:hover {
    box-shadow: 2px 4px 6px #53A100; /* Aumentar ligeramente la sombra */
    color: #000000 !important; /* Cambiar el color del texto */
}

.col-12 {
    position: relative;
    padding-right: 8px;
    padding-left: 8px;
    width: 100%;
}

.shop_cart_table .product-name a {
    font-size: 18px;
    font-weight: 600;
    color: #545454;
    text-align: left;
}

.shop_cart_table .quantity {
    width: 100%;
    height: 50px;
    margin-top: 10px;
}

.shop_cart_table .quantity input[type="button"],
.shop_cart_table .quantity input[type="text"] {
    width: 45px;
    height: 45px;
    font-size: 15px;
    margin-inline: 5px;
}

.lbl-switch {
    display: inline-block;
    width: 52px;
    height: 24px;
    background: #aaa;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
}

.lbl-switch:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100px;
    top: 2px;
    left: 3px;
    transition: 0.3s;
}

.switch input[type="checkbox"]:checked + .lbl-switch {
    background: #00A3D8;
}

.switch input[type="checkbox"]:checked + .lbl-switch:after {
    left: 30px;
}

.switch input[type="checkbox"] {
    display: none;
}


#divider-cart i {
    color: #00A3D8;
}

.shop_cart_table .tc_btn {
    width: 150px;
}

.div-request-cart-options {
    border: 1px solid #aaaaaa42;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 4px 8px 0 #0096d200, 0 6px 20px 0 rgba(104, 104, 104, 0.34);
    margin-bottom: 25px;
}

.observations-product::placeholder {
    text-align: justify;
    color: #BDBDBD;
}

.container-budgetary-cart h4 {
    color: #292B2C;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 500;
    line-height: 24px;
}

.btn-next-fisrt {
    color: var(--TcColorGrayDark);
    font-size: 17px;
    margin-bottom: 0px;
}

.container-busgetary-cart span {
    font-size: 17px;
}

.container-budgetary-cart {
    padding: 15px 15px;
}

.title-cart {
    margin-bottom: 20px;
}

.tc_banner_s {
    margin-top: 0;
    margin-bottom: 25px;
}

.banner_cart {
    height: 10%;
}

.color-gray-lb {
    color: #585858;
    font-size: 17px;
}

.div-request-cart-options .container-budgetary-cart .form-step span {
    font-size: 17px;
    color: var(--TcColorGrayDark);
}

.btn-div-address {
    position: relative;
    bottom: -5px;
}

.color-t {
    color: var(--TcColorGrayDark) !important;
}

/*estilos detalle de producto*/

.product_img_box {
    border: 1px solid #FFFFFF !important;
}

.product_gallery_item a {
    border: 1px solid #FFFFFF !important;
}

.slick-list.draggable {
    width: 350px;
}

.product_gallery_item.slick-slider .slick-slide {
    margin-right: 10px;
    margin-left: 6px;
    width: 100px !important;
}

.slick-prev::before {
    background-color: #f69c00;
}

.slick-next::before {
    background: #f69c00;
}

.col-md-10.gallery {
    max-width: 90%;
}

#pr_item_gallery {
    overflow: hidden;
}

.col-md-6.detail {
    display: flex;
    align-content: center;
    align-items: center;
}


.btn.tc_btn_disabled_light.add-product {
    width: 100%;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    height: 44px;
}

.cart_extra {
    display: inherit;
}

.product_title {
    color: #545454;
    font-weight: 600;
    font-size: 30px;
    margin-top: 10px;
}

.pr_detail .pr_desc p {
    margin-bottom: 15px;
    text-align: left;
}

.pr_detail .rating_wrap {
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
}

.div_btn_form_pane {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.form-step {
    display: none;
    transform-origin: top;
    animation: animate .5s;
}

.form-step-active {
    display: block;
}

/*Progressbar*/
/*.progressbar{
    position: relative;
    display: flex;
    justify-content: space-around;
    width: 60%;
}
.progress-step{
    width: 40px;
    height: 40px;
    background-color: var(--TcColorGrayDark);
    border-radius: 50%;
}
.progressbar::before{
    content: '';
    position: absolute;
    top: 50%;
    height: 4px;
    width: 70%;
    background-color: var(--TcColorGrayDark);
}*/

.progress-barm {
    display: flex;
    margin: 20px 0;
    justify-content: space-around;
    width: 40%;
}

.progress-barm .step {
    position: relative;
    text-align: center;
    width: 100%;
}

.progress-barm .step p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.progress-barm .step .bullet {
    position: relative;
    height: 45px;
    width: 45px;
    border: 2px solid #525F63;
    display: inline-block;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.progress-barm .step span {
    line-height: 42px;
    font-size: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/*.progress-barm .step .check{
    display: none;
}
.progress-barm .step .bullet:before,
.progress-barm .step .bullet:after{
    position: absolute;
    content: '';
    height: 3px;
    width: 88px;
    background: #525F63;
    bottom: 20px;
    right: -95px;
}
.progress-barm .step:last-child .bullet:before,
.progress-barm .step:last-child .bullet:after{
    display: none;
}*/

.progress-barm .step .check {
    position: absolute;
    left: 50%;
    top: 65%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    display: none;
}

.progress-step-active {
    background-color: #525F63;
    color: #FFFFFF;
}

@keyframes animate {
    from {
        transform: scale(1, 0);
        opacity: 0;
    }
    to {
        transform: scale(1, 1);
        opacity: 1;
    }
}

.btn-next-first {
    width: 40%;
}

.btn-prev {
    width: 40% !important;
}

.btn-next {
    width: 40% !important;
}

.span-subtitle-menu {
    color: var(--TcColorGrayDark);
    font-size: 17px;
}


/*
 @media (min-width: 1020px) and (max-width: 1080px) {
    .progress-barm .step .bullet:before,
    .progress-barm .step .bullet:after{

.btn.tc_btn_disabled_light.add-product {
  width: 34vh;
}
.product_title a {
  color: black;
  font-weight: bold;
  margin-bottom: 30px !important;
  height: 21px;
  display: inline-block;
  font-size: 30px;
}
.rating_wrap {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
} */

.div-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none; /* Anula la apariencia de Firefox */
    appearance: none; /* Anula la apariencia estÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ndar */

    width: 25px;
    height: 25px;
    border: 3px solid #525F63;
    border-radius: 50%;
    background-color: transparent;
    outline: none;
    margin-right: 5px;
    display: flex;
}

.div-radio label {
    display: flex;
}

.div-radio input[type="radio"]:checked {
    content: "";
    border: 3px solid #F3AD01;
    color: #00A3D8;
    /*background-color: #007bff; */
}

.div-radio .form-control {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: none;
}

.div-radio .form-control label {
    color: #525F63;
    justify-content: center;
    align-items: center;
}

.div-radio .form-control li {
    padding: 0 30px;
}

.text-span-recommend {
    font-size: 17px;
    color: var(--TcColorGrayDark);
}

.div-back-tc {
    width: 100%;
    background-color: #00A3D8;
    height: 50%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.tc_header_lgn {
    height: 107px;
}

.tc_register {
    background-color: white;
    margin: 25px;
    border: 1px solid #aaaaaa42;
    border-radius: 5px;
    padding: 38px;
    box-shadow: 0 4px 8px 0 #0096d200, 0 6px 20px 0 rgba(104, 104, 104, 0.34);
}

.div-back-tc-reg {
    width: 100%;
    background-color: #00A3D8;
    height: 35%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.lbl-info-product-req {
    display: contents;
    font-weight: 500;
    color: #545454;
}

.div-details-product-slctd {
    text-align: left;
    margin-top: 5px;
    display: flex;
}

.prod-name-info-sol {
    display: block;
    text-align: left;
    font-weight: 600;
    font-size: 17px;
    color: #545454;
}

.row.div-width-detail-prod {
    justify-content: center;
}

.div-switch-prod-info {
    display: contents;
}

.texta-info-prod-sol {
    width: 220px;
    vertical-align: middle;
    font-size: 15px;
    text-align: initial;
    padding: 4px;
    border: 1px solid #D3D3D3;
    color: #545454 !important;
}

.texta-info-prod-sol {
    resize: vertical;
    min-height: 200px;
    max-height: 200px;
}

.lbl-switch-info-prod-sol {
    top: 15px;
    left: 5px;
}

.lbl-comment-reneg-info-prod {
    color: #000000;
    font-weight: 500;
    justify-content: center;
}

.table-info-prod-sol td {
    padding: 5px 0 !important;
    border: 0px solid;
}

.tc_info_prod {
    background-color: white;
    border: 1px solid #aaaaaa42;
    border-radius: 5px;
    padding: 22px;
    box-shadow: 0 4px 8px 0 #0096d200, 0 6px 20px 0 rgba(104, 104, 104, 0.34);
    position: sticky;
    z-index: 1;
    margin-top: 20px;
}

.btn-garant {
    width: 150px;
}

.tr-table-info-prod-sol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.td-product-img-sol {
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.td-info-details-prod-sol {
    width: 36%;
}

.div-table-info-prod-sol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 34px;
}

.div-recog-store {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lbl-switch-info-prod-sol {
    top: 2px;
}

.tr-table-info-prod-sol {
    margin-top: 10px;
}

.horizontal-line-prod {
    width: 100%;
    height: 1px;
    background-color: #c2b7b7;
}

.req-span-info-prod {
    color: #545454;
}

.title-resumen-comp {
    color: #474747;
}

.btn_reneg_prod {
    width: 140px;
    margin: 0;
}

.font-success-prod {
    color: var(--TcColorGreen);
    font-size: 16px;
}

.font-danger-prod {
    color: var(--TcColorRed);
    font-size: 16px;
}

.title-info-prod {
    color: #474747;
}

.div-content-btn-resum-comp {
    display: flex;
    justify-content: space-between;
}

.box-btn-vol-resum {
    width: 45%;
}

.box-btn-comp-resum {
    width: 45%;
}

.box-btn-vol-resum .btn-prod-info,
.box-btn-comp-resum .btn-prod-info {
    margin: 0;
    width: 100%;
}

.text-warranty {
    text-align: justify;
}

.tc_cont_payment {
    background-color: white;
    margin-top: 70px;
    border: 1px solid #aaaaaa42;
    border-radius: 5px;
    padding: 38px;
    box-shadow: 0 4px 8px 0 #0096d200, 0 6px 20px 0 rgba(104, 104, 104, 0.34);
    width: 100%;
}

form#payment_form p {
    width: 45%;
    display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
}

form#payment_form input#id_billing_name,
form#payment_form input#id_billing_document,
form#payment_form input#id_billing_phone_number {
    width: 100%;
}

.title-div-payment {
    display: flex;
    justify-content: center;
    color: #545454;
    margin-bottom: 28px;
    font-weight: 500;
}

.div-cont-btn-fstep-payment {
    display: flex;
    justify-content: center;
}

.btn-pay-f {
    width: 35%;
}

.main-content-payments {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    width: 100%;
    /*margin-left: 38px;*/
}

.progress-pay {
    width: 100%;
    position: relative;
    justify-content: space-between;
}

.progressbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
}

.progressbar::before, .progress {
    content: "";
    position: absolute;
    height: 4px;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background-color: #DCDCDC;
    z-index: -1;
}

.progress {
    background-color: #00A3D8;
    width: 0%;
}

.p-step {
    width: 50px;
    height: 50px;
    background-color: #DCDCDC;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-weight: 400;

}

.p-step::after {
    content: attr(data-title);
    position: absolute;
    top: calc(100% + 0.5rem);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 16px;
}

.p-step::before {
    counter-increment: step;
    content: counter(step);
}

.div-tc-content-steps {
    width: 60%;
    /*margin-top: 20px;*/
}

.p-step-active {
    background-color: #00A3D8;
    color: #FFFFFF;
}

.form-step-pay {
    animation: animate 0.5s;
    transform-origin: top;
}

@keyframes animate {
    from {
        transform: scale(1, 0);
        opacity: 0;
    }
    to {
        transform: scale(1, 1);
        opacity: 1;
    }
}


/*

.td-info-details-prod-sol{
    display: table-cell!important;
}
.td-ren-com{
    display: table-cell;
}*/

/*[data-layout=grid] .df-main {*/
/*    padding: 20px;*/
/*}*/

.button_x:hover {
    background-color: #b6adad;
    cursor: pointer;
}

.button_x {
    height: 25px;
    display: flex;
    width: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.tc_content_float .df-aside, .tc_content_float .df-header, .tc_content_recommendations .df-header, .tc_content_recommendations .df-aside, .tc_content_recommendations #df-pager__embedded {
    display: none !important;
}

.tc_content_float .df-card__content {
    height: 25px;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    background: #fff;
    box-shadow: none;
}

.tc_content_float .df-card {
    height: 20px;
    margin: 6px !important;
    box-shadow: none;
}

.tc_content_float .df-card__title:hover {
    color: var(--TcColorBlue);
}

.tc_content_float .df-main {
    padding-top: .5%;
}

.tc_epayco_confirm {
    /*width: 60%;*/
    margin-inline: auto;
}

.list-unstyled li {
    color: #545454 !important;
}

.list-unstyled li:hover {
    color: var(--TcColorBlue) !important;
    cursor: pointer; /* opcional, para que se vea como clickeable */
}

.list-unstyled li a {
    color: #545454 !important;
}

.list-unstyled li a:hover {
    color: var(--TcColorBlue) !important;
    cursor: pointer; /* opcional, para que se vea como clickeable */
}

.text-success {
    color: #20af34;
}


.options-menu-p li a {
    display: flex !important;
    align-items: stretch;
    height: 40px;
}

.options-menu-p li i {
    scale: 1.6;
    padding-bottom: 32px;
}

.login-cart li span {
    margin-left: 14px !important;

}

.username {
    .vertical-text {
        display: flex;
        flex-direction: column;
    }

}

.options-menu-p {
    height: 49px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
}

.options-menu-p ul i {
    scale: 1.1 !important;
}

.form-p {
    width: 363px;
    text-align: justify;
    padding-inline: 27px;
}

form.search {
    width: 100% !important;
}

.carousel-inner.cart {
    border-radius: 5px;
}

.tc_content_recommendations .df-results {
    display: flex !important;
    overflow-x: scroll;
    padding: 10px;
    overflow-y: hidden;
    width: 100% !important;
    max-width: 100%;
    height: 373px !important;
    flex-direction: column !important;
}

.tc_content_recommendations .df-card__title span {
    bottom: 72px !important;
}


::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background-color: #74788d;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:horizontal {
    background-color: #74788d;
    border-radius: 5px;
}

.tc_content_float .df-card__title {
    text-align: left;
}

.tc_content div#df-header__embedded-1 {
    background-color: transparent !important;
    border-bottom: 0px;
}

.df-mobile .df-card {
    height: 100% !important;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.df-mobile figure.df-card__image {
    width: 85%;
    margin-left: 7.5% !important;
    border-radius: 10px !important;
}

.df-mobile a.df-card__main.info_doof {
    width: 100% !important;
    display: flex;
    /*align-content: center;*/
    /*align-items: center;*/
    flex-wrap: wrap;
}

.df-mobile img {
    margin-top: -10px;
}


/*.df-mobile .df-card__title span {*/
/*    bottom: 93px;*/
/*}*/

.df-mobile .df-card__title p {
    bottom: -2px;
    font-size: 13px;
}

[data-layout=grid] div#df-mobile__content__embedded-1 {
    display: flex;
}

[data-layout=list] .df-rating.tc_rating_grid {
    position: absolute !important;
    top: 26px !important;
}

[data-layout=list] .df-rating.tc_rating_list {
    position: absolute;
    left: 65px;
    bottom: 5%;
}

[data-layout=list] .df-card__title span {
    position: absolute;
    top: 34px;
    font-size: 17px;
    color: #0096D2;
    left: 659px;
}

[data-layout=list] span.df_feature_description {
    margin-top: 0;
    display: block;
    width: 96%;
    font-size: 16px;
    font-weight: 350;
}

[data-layout=list] .df-card__title p {
    font-size: 21px;
    height: 100%;
    margin: 0;
}


/*[data-layout=list] a.df-add-product {*/
/*    border-radius: 19px;*/
/*}*/

.input-group {
    position: relative;
}

#btnPass {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.2em;
}

#btnPass1 {
    position: absolute;
    right: 10px;
    transform: translateY(-120%);
    cursor: pointer;
    font-size: 1.2em;
}

#btnPass2 {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-120%);
    cursor: pointer;
    font-size: 1.2em;
}

.icon-account-preferences {
    font-size: 28px;
}

.container-account-menu {
    width: 92% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.row-options-account-menu {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.row-options-account {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.div-options-account {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
}

.div-options-account i {
    margin-top: 0px !important;
}

.tc-buyer-profile {
    display: flex;
    align-items: center;
}

.icon-account-account {
    font-size: 35px;
}

.div-icon-account-options .icon-account-shopping {
    font-size: 28px;
}

.icon-account-requests {
    font-size: 42px;
}

.div-icon-account-options .icon-account-price {
    font-size: 28px;
}

.div-icon-account-options .icon-account-address {
    font-size: 36px;
}

.div-icon-account-options .icon-account-preferences {
    font-size: 32px;
}

.div-icon-account-options .icon-account-security {
    font-size: 34px;
}

.div-icon-account-options {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-title-account-options {
    width: 70%;
}

.selected-option {
    background-color: var(--TcColorBlue) !important;
    color: white !important;
}

.selected-option a {
    color: white !important;
    font-weight: 600;
}

.tc-buyer-profile.selected-option:hover {
    background-color: var(--TcColorBlue);
}

.tc-buyer-profile.selected-option:hover a {
    color: white !important;
}

.tc-buyer-profile.selected-option:hover i {
    color: white !important;
}

.tc-buyer-profile:hover {
    color: var(--TcColorBlue) !important;
}

.tc-buyer-profile:hover a {
    color: var(--TcColorBlue) !important;
}

.selected-option {
    background-color: var(--TcColorBlue) !important;
    color: white !important;
}

.selected-option a {
    color: white !important;
    font-weight: 600;
}

.selected-option i {
    color: white !important;
}

.dt-paging-button.current {
    border: none !important;
    background: #DBF2FA !important;
}

.tc_cart {
    margin-left: 5px;
    margin-right: -1px;
    margin-top: 10px;
    padding: 16px;
    border-radius: 5px;
    border: 1px solid rgba(170, 170, 170, 0.26);
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0px 6px 20px 0px rgba(104, 104, 104, 0.34);
}

.add-address-btn {
    margin-bottom: 10px;
}

.custom-thead th {
    background-color: var(--TcColorBlue) !important;
    color: white !important;
    vertical-align: middle !important;
    display: table-cell !important;
}

#myTable colgroup, #budgetary-list colgroup {
    display: none;
}

.text-info {
    color: #306aa4 !important;
}

.text-info i {
    font-size: 20px;
    margin-right: 5px;
}

/* Presupuestales */
.filterss {
    position: sticky;
    top: 60px;
    width: 100%;
}

.filter-chips {
    display: none;
}

.filterss h5 {
    margin-bottom: 15px;
    font-weight: bold;
    color: var(--TcColorBlue);
}

.filters-list {
    list-style: none;
    padding: 0;
}

.filters-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.filters-list label {
    margin-left: 5px;
    font-size: 14px;
}

.filter-item.active {
    background-color: var(--TcColorBlue);
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

.filter-item.active:hover {
    background-color: var(--TcColorBlue);
    color: #fff;
    cursor: pointer;
}

.filter-item {
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    transition: background 0.3s;
}

.filter-item:hover {
    background-color: #d3d3d3;
}

.cards {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: box-shadow 0.3s ease-in-out;
    padding: 10px;
}

.cards:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.cards-body {
    padding: 15px;
    text-align: center;
}

.cards-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.cards-body {
    text-align: left;
    padding: 15px;
}

.cards-title,
.cards-date,
.cards-text,
.cards-price {
    text-align: left;
}


.cards-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.cards-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}

.cards-foooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.cards-price {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.btn-primary {
    background: var(--TcColorBlue);
    border-color: var(--TcColorBlue);
    color: #fff;
    padding: 8px 8px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    transition: background 0.3s ease;
    text-align: center;
    white-space: nowrap;
}

.slick_slider:hover .slick-next {
    right: 1px !important;
}

.btn-primary:hover {
    background: #0783B0;
}

.empty-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.empty-list i {
    font-size: 5rem; /* Tamaño del ícono */
    color: #545454; /* Color del ícono */
    margin-bottom: 1rem;
}

.empty-list h5 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #545454;
    margin-bottom: 0.5rem;
}

.empty-list p {
    font-size: 1rem;
    color: #545454;
    margin-bottom: 1.5rem;
}

.empty-list .btn-warning {
    background-color: var(--TcColorYellow);
    color: #fff;
    font-size: 19px;
    width: 18rem;
    padding: 0.8rem 1.5rem;
    border-radius: 10px;
    font-weight: bold;
    border: none;
    transition: all 0.3s ease-in-out;
}

.empty-list .btn-warning:hover {
    background-color: #F69C00; /* Hover color */
    color: #fff;
    transform: scale(1.05); /* Efecto al pasar el mouse */
}

/*Cambio de Contraseña*/

.password-change {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 40px !important;
    text-align: center;
    margin: 15px;
}

.password-change h2 {
    font-weight: bold;
    color: #545454;
}

.password-change p {
    color: #545454;
}

.password-change a {
    font-weight: bold;
}

/*Detalle Presupuestales*/


.blue-icon span {
    background-color: #0096D2 !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.avatar-title {
    align-items: center;
    color: #FFFFFF;
    display: flex;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.card.mini-stats-wid {
    border: none !important;
    border-radius: 10px !important;
}

.card-body.shadow {
    border-radius: 10px;
}

body.always-fixed {
    padding-top: 40px !important;
}

.product-thumbnail img {
    max-width: 150px;
    /*width: 130px;*/
    height: 140px;
    object-fit: contain;
}

/*.product-thumbnail {
    width: 90px !important;
}*/

#btn-mas {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.containerFloating {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}

.redes a, .btn-mas label {
    display: block;
    text-decoration: none;
    background: var(--colorYellow) !important;;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    transition: all 500ms ease;
}

.select-day {
    width: 80px;
    height: 44px;
}

.redes a:hover {
    background: var(--TcColorYellow) !important;;
    color: #545454;
}

.redes a i,
.btn-mas label {
    display: inline-block; /* Hacer que el icono sea un elemento en línea */
    line-height: 55px; /* Centrar verticalmente el icono */
    font-size: 24px;
}

.nav_list a.active {
    background-color: var(--TcColorBlue) !important;
    color: var(--TcColorWhite) !important;
    font-weight: bold;
    padding: 5px;
    border-top: 1px solid var(--TcColorBlue);
    border-bottom: 1px solid var(--TcColorBlue);
    padding-block: 10px;
}

.redes a {
    margin-bottom: -15px;
    opacity: 0;
    visibility: hidden;
}

#btn-mas:checked ~ .redes a {
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}

.btn-mas label {
    cursor: pointer;
    background: #f44141;
    font-size: 23px;
}

#btn-mas:checked ~ .btn-mas label {
    transform: rotate(135deg);
    font-size: 25px;
}


.cursor-pointer {
    cursor: pointer;
}

.select-day.selected {
    background-color: #DEE2E6;
}


.select-day {
    width: 80px;
    height: 44px;
}

.slider {
    width: 80%;
    margin: 0 auto;
}

.slick-prev, .slick-next {
    font-size: 24px;
}

.nav_list a.active {
    background-color: var(--TcColorBlue) !important;
    color: var(--TcColorWhite) !important;
    font-weight: bold;
    padding: 5px;
    border-top: 1px solid var(--TcColorBlue);
    border-bottom: 1px solid var(--TcColorBlue);
    padding-block: 10px;
}

.df-aside {
    width: 260px !important;
}

.select-company {
    width: 126px;
    height: 116px;
    display: none;
    font-size: 14px;
}

.icon-chevron-left, .icon-chevron-right {
    cursor: pointer;
    font-size: 30px;
    display: flex !important;
}

.width-day-div {
    display: flex;
    width: 52px;
    height: 34px;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 0.5px;
    border-radius: 5px;
    border: 1px solid #DEE2E6;
    background: #DEE2E6;
}

.typography-preferences-title {
    color: #636363;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-left: 3px;
}

.typography-preferences-input {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}

.terms_and_policy {
    font-size: 14px;
    color: #0096D2;
    display: inline;
    font-weight: 500;
    line-height: 0px;
}

#id_terms_and_conditions {
    margin-top: 5px;
}

.text-button-register {
    color: #FBFBFB;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}

.select-company .company-checkboxes input[type="checkbox"]:checked {
    background-color: #aaaaaa !important;
}

.company-checkboxes:checked + label {
    background-color: #aaaaaa;
}

.line_buyer {
    width: 281px;
    height: 3px;
    background: #0096D2;
}

.medium_divider_buyer {
    display: flex;
    justify-content: space-between;
    margin-top: -35px;
}

.medium_divider_buyer .half-line {
    height: 1px;
    border: 1px solid rgba(14, 14, 19, 0.37);
    flex: 1;
}

.medium_divider_buyer .half-line + .half-line {
    margin-left: 110px;
}

.line_buyer_price {
    width: 245px;
    height: 4px;
    background: #0096D2;
    margin-top: -5px;
}

.modal-content {
    border: 0px solid rgba(0, 0, 0, .2) !important;
    border-radius: 10px !important;
}

.underline-preferences {
    color: #0096D2;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    padding-top: 20px;
}

.preferences-title-web {
    color: #545454;
    font-size: 23px;
    font-weight: 650;
    line-height: normal;
}

.response-preferences-web {
    color: #687188;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.change-option-web {
    color: #0096D2;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
}

.preference-title-second-web {
    color: #545454;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.tc_btn_primary {
    background-color: var(--TcColorBlue);
    color: var(--TcColorWhite);
    border: 2px solid var(--TcColorBlueDark);
}

@media (max-width: 767px) {
    .select-company {
        display: none;
    }

    .select-company:nth-child(-n+3) {
        display: block;
    }
}

@media (min-width: 768px) {
    .select-company {
        display: none;
    }

    .select-company:nth-child(-n+5) {
        display: block;
    }
}

@media (min-width: 1440px) {
    .select-company {
        display: none;
    }

    .select-company:nth-child(-n+7) {
        display: block;
    }
}

.observations-product {
    width: 90% !important;
}

.remove-product2,
.remove-product3 {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

#tdOfertame-lg {
    color: #545454;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.tc_btn_preferences {
    background-color: var(--TcColorBlue);
    color: var(--TcColorWhite);
    width: 260px;
}

.tc_btn_preferences:hover {
    background-color: var(--TcColorBlueDark);
    color: var(--TcColorWhite);
}

#preferencesPanel {
    position: sticky;
    top: 100px;
    height: 100vh;
    z-index: 2;
}

.custom-table {
    border-collapse: collapse;
}

.custom-table td,
.custom-table th {
    border: none;
}

.custom-table .td-ofertame {
    border-bottom: 1px solid #ccc;
}

.button-preferences {
    color: #636363;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.margin-cart-preferences {
    margin-left: 48px !important;
    width: 355px;
}

/*.width-product {
    width: 130px;
    height: 140px;
}

.product-thumbnail img {
    max-width: 200px;
}*/

.nav_list a {
    color: var(--TcColorBlack) !important;
    margin-inline: 50px;
    padding: 5px;
}

.nav_list a i {
    font-size: 40px;
}

.border-line-buy {
    border-top: 4px solid var(--TcColorBlue) !important;
    width: 154px;
    margin: 0 auto;
    margin-top: -4px;
}

.shadow-buy {
    box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.text-buy {
    color: var(--TcColorBlue);
}

.modal-fullscreen {
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
}

.modal-dialog {
    margin: auto;
}

.modal-fullscreen .modal-dialog {
    margin: 0 !important;
    max-width: 100% !important;
    height: 100% !important;
}

.modal-content.modal-content-buy {
    height: calc(100vh - 0px);
}

.border-nav {
    border-right: 4px solid var(--TcColorBlue);
    margin-left: 50px !important;
}

.text-button-sales {
    color: #AAA;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

.table-sales th {
    color: #ffffff !important;
    text-align: center !important;
    background-color: var(--TcColorBlue);
    vertical-align: middle !important;
    border-bottom: 0px !important;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    border-top: 0;
}

/*.table-sales th:first-child {*/
/*    border-top-left-radius: 5px;*/
/*    border-bottom-left-radius: 5px;*/
/*}*/

/*.table-sales th:last-child {*/
/*    border-top-right-radius: 5px;*/
/*    border-bottom-right-radius: 5px;*/
/*}*/

.table-sales td {
    color: #212529;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

/*.table-sales td:first-child {*/
/*    border-top-left-radius: 5px;*/
/*    border-bottom-left-radius: 5px;*/
/*    border-left: 1px solid #dee2e6;*/
/*}*/

/*.table-sales td:last-child {*/
/*    border-top-right-radius: 5px;*/
/*    border-bottom-right-radius: 5px;*/
/*    border-right: 1px solid #dee2e6;*/
/*}*/

/*.dt-container.dt-empty-footer tbody > tr:last-child > * {*/
/*    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;*/
/*}*/

.dt-paging-button.current,
.dt-paging-button.current:hover {
    border-radius: 2px !important;
    background: #DBF2FA !important;
    border: #DBF2FA !important;
    color: #545454 !important;
    text-align: center !important;
    font-size: 13.3px;
    font-weight: 400;
    line-height: normal;
}

.dt-paging-button {
    color: #545454 !important;
    text-align: center;
    font-size: 13.3px;
    font-weight: 400;
    line-height: normal;
}

#request_list_info.dt-info {
    color: #545454 !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 21.6px;
}

#sales_list_info.dt-info {
    color: #545454 !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 21.6px;
}

#sales_list colgroup, #request_list colgroup {
    display: none;
}

.form-control.form-address {
    width: auto;
    padding-inline: 6px !important;
}

.text-address {
    color: #687188;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.text-input-address {
    /*color: #AAA;*/
    color: #545454;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.text-address-create {
    color: #00A3D8;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
}

#id_main_address:checked + .custom-control-label::before {
    background-color: #00A3D8;
}

.input-group-text.input-height {
    height: 50px;
}

.text-description-alternatives {
    color: #545454;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.text-alternatives-amount {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.rounded-alternatives {
    height: 55px;
    width: 55px;
    background: #0096D2;
}

.icon-dollar-alternative {
    font-size: 25px;
    color: white;
}

.text-alternative-request {
    color: #2F557B;
    font-size: 17px;
    font-weight: 800;
    line-height: normal;
}

.icon-alternative-i {
    color: #2F557B;
    font-size: 21px;
}

.text-alternative-error {
    color: red;
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
}

.icon-alternative-error {
    color: red;;
    font-size: 21px;
}

.margin-inline-price-no-alternative {
    margin-inline: -8px;
}

.margin-inline-total-no-alternative {
    margin-inline: 5px;
}

.margin-inline-price-alternative {
    margin-inline: 2px;
}

.margin-inline-total-alternative {
    margin-inline: 6px;
}

.ver-alternative {
    color: #0096D2 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
    text-decoration-line: underline !important;
}

.text-alternative-renegotiation {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.text-alternative-graph {
    color: #545454;
    font-size: 20px;
    font-weight: 650;
    line-height: normal;
    text-decoration-line: underline;
}

.icon-alternative-graph {
    color: #545454;
    font-size: 24px;
}

.title-purchase-information {
    color: #545454;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
}

.text-card-information {
    color: #212529;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
}

.text-table-purchase {
    color: #545454;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.text-content-table {
    color: #545454;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    margin-left: 8px;
}

.title-purchase-summary {
    color: #545454;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.text-button-purchase {
    color: #636363;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.header-title-sales {
    display: flex;
    justify-content: space-between;
    height: 50px;
    background: var(--TcColorBlue);
    border: 3px solid var(--TcColorBlue);
    border-radius: 10px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.header-title-sales span {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-best-price {
    display: flex;
    justify-content: space-between;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #14C35A;
    color: #545454;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.list-best-price span {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-list {
    display: flex;
    justify-content: space-between;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #DEE2E6;
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
}

.price-list span {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.best-price-label {
    position: absolute;
    margin-top: -8px;
    margin-left: 12px;
    color: #14C35A;
    background: white;
    font-size: 11px;
    font-weight: 700;
    line-height: normal;
}

.select-page {
    border-radius: 2px;
    background: #DBF2FA;
    color: #545454;
    text-align: center;
    font-size: 13.3px;
    font-weight: 400;
    line-height: normal;
    padding-inline: 10px;
    padding-block: 3px;
}

.pagination-space span {
    margin-inline: 6px;
}

.list-best-price-mobile {
    border-radius: 10px;
    border: 1px solid #14C35A;
}

.span-text-alternative {
    color: #545454;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.span-text-alternative-price {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.span-renegotiation-alternative {
    color: #14C35A;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.span-alternative-renegotiation {
    color: #AAA;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.best-price-label-mobile {
    position: absolute;
    margin-top: -80px;
    margin-left: 3px;
    background: white;
    color: #14C35A;
    font-size: 11px;
    font-weight: 700;
    line-height: normal;
}

.price-list-mobile {
    border-radius: 10px;
    border: 1px solid #DEE2E6;
}

.span-response-not {
    color: #AAA;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.span-response-yes {
    color: #14C35A;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.title-detail-buy {
    color: #545454;
    font-size: 30px;
    font-weight: 700;
}

.span-download {
    color: #545454;
    font-size: 16px;
    font-weight: 700;;
    text-decoration-line: underline !important;
}

.summary-detail-buy {
    color: #545454;
    font-size: 20px;
    font-weight: 700;
}

.list-detail-buy {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
}

.list-product-summary-buy {
    color: #AAA;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.product-summary-buy {
    color: #212529;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.span-download-mobile {
    color: #545454;
    font-size: 16px;
    font-weight: 600;;
    text-decoration-line: underline !important;
}

.tc_cart_summary {
    padding: 16px;
    border-radius: 5px;
    border: 1px solid rgba(170, 170, 170, 0.26);
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0px 6px 20px 0px rgba(104, 104, 104, 0.34);
}

.span-product-summary {
    color: #545454;
    font-size: 16px;
    font-weight: 500;
}

.span-products {
    color: #545454;
    font-size: 16px;
    font-weight: 300;
}

.text-content-offers span {
    color: #212529;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.text-alternative-offer {
    color: #545454;
    font-size: 17px;
    font-weight: 800;
    line-height: normal;
}

.icon-alternative-offer {
    color: #545454;
    font-size: 21px;
    margin-top: -2px;
}

.text-best-price {
    color: #14C35A;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.redirect-title {
    color: #AAA !important;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.redirect-title:hover {
    color: #737272;
}

.shipping-address {
    color: #AAA;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.detail-follow-up {
    color: #0096D2;
    font-size: 16px;
    font-weight: 700;
    text-decoration-line: underline !important;
}

.shipping-tracking-person {
    color: #545454;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.shipping-tracking-description {
    color: #545454;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #AAA;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    z-index: 1;
}

.step.completed .circle {
    background: #00A3D8;
}

.step.done .circle {
    background: #14C35A;
}

.label {
    margin-top: 10px;
    font-size: 14px;
    color: #5F5D5D;
    font-weight: 400;
    white-space: nowrap;
}

.line {
    height: 1px;
    background: #BDBDBD;
    flex-grow: 1;
    z-index: 0;
    margin: 0;
}

.step + .line {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -27px;
}

.line + .step {
    margin-right: -20px;
}

.text-seller-name {
    color: #545454;
    font-size: 20px;
    font-weight: 700;
}

.span-comments {
    color: #5E6366;
    font-size: 12px;
    font-weight: 600;
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
}

.star-rating input[type="radio"] {
    display: none;
}

.star-rating label {
    font-size: 30px;
    color: #ddd;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type="radio"]:checked ~ label {
    color: #f69c00;
    border-color: #f69c00;
}

.star-rating label.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.text-placeholder-comments {
    font-size: 16px;
    font-weight: 400;
}

.steps-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.step-modal {
    display: flex;
    align-items: center;
    position: relative;
}

.date-step {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-right: 15px;
    text-align: center;
    flex-direction: column;
}

.completed .date-step {
    background-color: #0096D2;
}

.upcoming .date-step {
    background-color: #ddd;
    color: #545454;
}

.location-step {
    color: #545454;
    font-size: 16px;
    font-weight: 500;
}

.step-line {
    width: 1px;
    background-color: #ddd;
    height: 100px;
    margin-left: -80px;
}

.form-control-comments {
    border-radius: 5px;
    display: block;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.background-card {
    background: #EEE;
}

.border-card {
    border: 1px solid #DDD;
}

.text-payment-response {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}

.description-payment {
    color: #545454;
    font-size: 16px;
    font-weight: 500;
}

.description-payment-transaction {
    color: #545454;
    font-size: 16px;
    font-weight: 700;
}

.table-payment {
    color: #545454;
    font-size: 15px;
    font-weight: 700;
}

.table-payment-transaction {
    color: #545454;
    font-size: 15px;
    font-weight: 400;
}

.status[data-status="INITIATED"],
.status[data-status="READY"] {
    color: #F69C00;
    font-size: 16px;
    font-weight: 700;
}

.status[data-status="SENT"] {
    color: #0096D2;
    font-size: 16px;
    font-weight: 700;
}

.status[data-status="DELIVERED"] {
    color: #14C35A;
    font-size: 16px;
    font-weight: 700;
}

.status[data-status="RETURNED"] {
    color: #AAA;
    font-size: 16px;
    font-weight: 700;
}

.status[data-status="CANCELED"],
.status[data-status="FAILED"] {
    color: #F80000;
    font-size: 16px;
    font-weight: 700;
}

.status[data-status="DEFAULT"] {
    color: black;
    font-size: 16px;
    font-weight: 700;
}

.div-best-offer {
    color: #111827;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.best-offer-answer {
    color: #6B7280;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.best-offer-description {
    color: #6B7280;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
}

.border-best-offer {
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #14C35A;
}

.border-offer {
    border: 1px solid #E5E7EB;
}

.pagination-offer {
    color: #545454;
    font-size: 15px;
    font-weight: 400;
    line-height: 21.6px;
}

.tc_list_product {
    border-radius: 10px;
    border: 1px solid rgba(170, 170, 170, 0.26);
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0px 6px 20px 0px rgba(104, 104, 104, 0.34);
    display: flex;
    padding: 16px 24px;
    gap: 8px 40px;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}

.name_product-offer {
    color: #545454;
    font-size: 18px;
    font-weight: 700;
}

.name_product-offer:hover {
    color: var(--TcColorBlue);
}

.quantity_product-offer {
    color: #545454;
    font-size: 14px;
    font-weight: 500;
    cursor: none;
}

.value_product-offer {
    color: #545454;
    font-size: 15px;
    font-weight: 300;
}

.detail_product-offer {
    font-size: 15px;
    font-weight: bold;
}

/* Estilo para el estado "NEGOTIABLE PRICE" */
.detail_product-offer[data-status="NEGOTIABLE PRICE"] {
    color: var(--TcColorBlue);
    text-decoration-line: underline;
    cursor: pointer;
}

/* Estilo para "WAITING ANSWER" */
.detail_product-offer[data-status="WAITING ANSWER"] {
    color: #545454;
    text-decoration: none;
}

/* Estilo para "NEGOTIATION ACCEPTED" */
.detail_product-offer[data-status="NEGOTIATION ACCEPTED"] {
    color: #00A650;
    text-decoration: none;
}

/* Estilo para "NEGOTIATION ACCEPTED" */
.detail_product-offer[data-status="COUNTEROFFER"] {
    color: #00A650;
    text-decoration: none;
}

/* Estilo para "NEGOTIATION REJECTED" */
.detail_product-offer[data-status="NOT ACCEPT NEGOTIATION"] {
    color: #AAAAAA;
    text-decoration: none;
}

/* Estilo para no hay compras */
.no-purchases {
    padding: 2rem;
    background-color: #FFFFFF; /* Fondo claro */
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card-container .no-purchases {
    grid-column: 1 / -1;
    width: 100%;
}


.no-purchases i {
    font-size: 90px;
    max-font-size: 100px;
}


.renegotiate_product-offer {
    color: #636363;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}

.shipment_product-offer {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
}

.badge_product {
    border-radius: 10px;
    background: #F69C00;
    padding: 4px;
    gap: 10px;
}

.shipment_city-offer {
    color: #F69C00;
    font-size: 15px;
    font-weight: 600;
}

.width-product-list {
    max-width: 135px;
    height: 124px;
}

.form-control.custom-select {
    width: 300px !important;
}

.bordered-sale-product {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 1044px;
    padding: 16px 50px;
    gap: 4px;
    text-align: center;
}

.title-sale-detail {
    color: #545454;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
}

.title-list-detail {
    color: #545454;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.description-list-detail {
    color: #545454;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
}

.spacing-list {
    gap: 24px;
}

.span-text-product {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.product-technical-specifications {
    color: #110F18;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.rate-product {
    color: #687188;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.text-spinner {
    color: #00A3D8;
}

.seller-renegotiation-span {
    color: #2B2B2B;
    font-size: 16px;
    font-weight: 300;
}

.form-control.form-price {
    width: 225px;
    padding-inline: 6px !important;
}

.btn-renegotiation {
    width: 225px !important;
}

.p-description-product {
    color: #110F18;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.thumbnail-section {
    width: 30%;
}

/*.details-section {*/
/*    width: 50%;*/
/*}*/

/*.actions-section {*/
/*    width: 20%;*/
/*}*/

.actions-product {
    width: 70%;
}

.flex-item {
    flex: 1;
    min-width: 0;
    word-wrap: break-word;
}

.modal-offers {
    color: #545454;
    font-size: 15px;
    font-weight: 400;
}

.modal-offers-hours {
    color: #545454;
    font-size: 15px;
    font-weight: 600;
}

.message-start {
    color: #2F557B;
    font-size: 17px;
    font-family: Inter;
    font-weight: 400;
    text-decoration-line: underline;
}

.title-modal-offers {
    color: #FFF;
    font-size: 19px;
    font-weight: 600;
}

.time-left-offers {
    color: #FFF;
    font-size: 17px;
    font-weight: 800;
}

.renegotiation-offers {
    color: #545454;
    font-size: 17px;
    font-weight: 400;
    font-family: Inter;
    font-style: normal;
    line-height: normal;
}

.border-product-offers {
    border-radius: 20px;
    border: 2px solid #AAA;
    gap: 10px;
    padding: 10px;
    position: relative;
}

.border-product-title {
    border-radius: 10px;
    background: #00A3D8;
    padding: 4px;
    height: 90px;
    width: 250px;
}

.border-product-name {
    border-radius: 10px;
    background: #F6F6F6;
    line-height: 21px;
    width: 250px;
    transition: background 0.3s ease;
}

.border-product-name:hover {
    background: #E0E0E0;
}

.border-product-request {
    border-radius: 10px;
    background: #D9F2E5;
    line-height: 21px;
    width: 250px;
    transition: background 0.3s ease;
}

.border-product-request:hover {
    background: #B4E0C9;
}

.border-product-canceled {
    border-radius: 10px;
    background: #FCD9E1;
    line-height: 21px;
    width: 250px;
    transition: background 0.3s ease;
}

.border-product-canceled:hover {
    background: #F9AAB3;
}

.border-best-offers {
    border-radius: 20px;
    border: 4px solid #14c35a;
    /*border: 2px solid #00A650;*/
    gap: 10px;
    padding: 10px;
}

.border-product-personalized {
    border-radius: 10px;
    background: #ffe0d6;
    line-height: 21px;
    width: 250px;
    transition: background 0.3s ease;
}

.border-hours-modal {
    border-radius: 12px;
    background: rgba(0, 150, 210, 0.10);
    padding: 24px;
    gap: 20px;
}

.content-hours {
    color: #1A1B1B;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 32px;
}

.content-text {
    color: #1A1B1B;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
}

.content-tips {
    color: #545454;
    font-size: 14px;
    font-weight: 400;
}

.title-modal-tips {
    color: #545454;
    font-size: 19px;
    font-weight: 600;
}

.title-product {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    font-style: normal;
    /*font-family: Inter;*/
}

.title-product-detail {
    text-decoration-line: underline;
}

.list-product {
    color: #545454;
    font-size: 15px;
    font-weight: 400;
    font-family: Inter;
    font-style: normal;
    line-height: 18px;
}

.border-product-offers, .border-best-offers {
    flex: 0;
    margin: 0 5px;
}

.border-product-name, .border-product-name-list, .border-product-canceled, .border-product-request .border-product-personalized {
    /*flex: 1;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
}

.button-pay {
    border-radius: 10px;
    background: #F69C00;
    color: #FFF !important;
    font-size: 16px;
    font-weight: 700;
    padding: 6px;
}

.value-pay {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

.value-payed {
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
}

.border-product-button {
    border-radius: 10px;
    background: #00A3D8;
    padding: 2px;
    height: 80px;
    width: 250px;
}

.message-start {
    flex: 1;
}

.custom-responsive {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.custom-responsive .badge_product {
    order: 2;
}

.custom-responsive .message-start {
    order: 1;
}

.border-offer-mobile {
    width: 200px;
    padding: 4px 10px;
    gap: 10px;
    border-radius: 10px;
    background: #00A3D8;
}

.border-product-name-mobile {
    border-radius: 10px;
    background: rgba(164, 164, 163, 0.10);
    gap: 16px;
    width: 200px;
}

.description-product-mobile {
    color: #545454;
    font-size: 12px;
    font-weight: 700;
}

.description-price-mobile {
    color: #545454;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
}

.border-product-name-mobile, .border-product-canceled-mobile, .border-product-request-mobile .border-product-personalized-mobile {
    /*flex: 1;*/
}

.border-best-offers-mobile {
    border-radius: 20px;
    /*border: 2px solid #00A650;*/
    border: 4px solid #14c35a;
    gap: 10px;
}

.border-product-offers-mobile, .border-best-offers-mobile {
    flex: 0;
    margin: 0 5px;
}

.form-check .form-check-input.form-offers {
    margin-left: -10.25rem !important;
}

.border-pay-mobile {
    width: 200px;
    padding: 10px 8px;
    gap: 10px;
    border-radius: 10px;
    background: #00A3D8;
}

.border-product-title-list {
    border-radius: 10px;
    background: #00A3D8;
    padding: 4px;
    height: 90px;
    width: 220px;
}

.border-product-name-list {
    border-radius: 10px;
    background: #F6F6F6;
    line-height: 21px;
    height: 75px;
    width: 220px;
    display: flex;
    justify-content: center;
}

.buy-button-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    z-index: 10;
}

.relative-container {
    position: relative;
}

.scrollable-products {
    max-height: 400px;
    overflow-y: auto;
}

.form-check-input.form-check-class {
    margin-left: -58px;
    width: 3rem;
    height: 18px;
    margin-top: -1px;
}

.form-check-input.form-check-class {
    left: -32px;
    width: 17px;
    height: 17px;
    top: 3px;
    margin-top: -1px;
    border-radius: 50%;
    border: 2px solid #F69C00;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    cursor: pointer;
    position: relative;
}

.form-check-input.form-check-class:checked {
    background-color: #007bff;
    border: 2px solid #007bff;
    background-clip: content-box;
}


.form-check-input.form-check-class:checked::before {
    content: "✓";
    color: white;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -42%);
    font-size: 15px;
}

.lbl-switch-offers {
    display: inline-block;
    width: 41px;
    height: 22px;
    background: #aaa;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
}

.lbl-switch-offers:after {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 100px;
    top: 3px;
    left: 4px;
    transition: 0.3s;
}

.switch input[type="checkbox"]:checked + .lbl-switch-offers {
    background: #00A3D8;
}

.switch input[type="checkbox"]:checked + .lbl-switch-offers:after {
    left: 22px;
}

.border-product-name-mobile:hover {
    background: #E0E0E0;
}

.border-product-request-mobile {
    border-radius: 10px;
    background: #D9F2E5;
    gap: 16px;
    width: 200px;
}

.border-product-request-mobile:hover {
    background: #B4E0C9;
}

.border-product-canceled-mobile {
    border-radius: 10px;
    background: #FCD9E1;
    gap: 16px;
    width: 200px;
}

.border-product-canceled-mobile:hover {
    background: #F9AAB3;
}

.border-product-personalized-mobile {
    border-radius: 10px;
    background: #ffe0d6;
    gap: 16px;
    width: 200px;
}

.border-product-title-mobile {
    border-radius: 10px;
    background: #00A3D8;
    padding: 4px;
    height: 80px;
    width: 200px;
}

.border-product-button-mobile {
    border-radius: 10px;
    background: #00A3D8;
    padding: 4px;
    height: 80px;
    width: 200px;
}

.span-title-product {
    color: #545454;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.button-pay:hover {
    color: #FFF;
}

.not-hover:hover {
    background: #F6F6F6 !important;
}

.product-list-container {
    position: sticky;
    z-index: 2;
    top: 100px;
    margin-left: 21px;
}

.product-list-container .span-title-product {
    margin-bottom: 74px;
    margin-top: 5px;
}

.expanded-product .span-title-product {
    margin-bottom: 163px;
}

.form-check-input {
    z-index: 10;
}

.width-card {
    width: 350px;
}

/* Ofertas filtros*/

.filters-section {
    margin-bottom: 20px;
    margin-top: 20px;
    position: sticky;
    top: 70px;
    height: 100%;
    /*overflow-y: auto;*/
}

.filters-title {
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--TcColorBlue);
    font-size: 18px;
    margin-left: 7px;
}

.filter-count {
    float: right;
    text-align: right;
}

.filter-list .list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
    cursor: pointer;
    border: none;
    align-items: center;
}

.filter-list .list-group-item .filter-count {
    margin-left: auto;
    text-align: right;
}

.filter-list .list-group-item.active {
    font-weight: bold;
    background-color: rgb(23, 193, 248);
    border-radius: 0 15px 15px 0;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
}

.filter-list .list-group-item:not(.active):hover {
    cursor: pointer;
    background-color: #f8f9fa;
    color: #545454;
    padding-top: 5px;
    padding-bottom: 5px;
}

.filter-movil {
    display: none;
}

/* Ofertas */
.card-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
}

.status-card {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.card-header {
    position: relative;
    padding: 16px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-image {
    width: 100%;
    height: auto;
    margin-right: 10px;
    border-radius: 8px;
    object-fit: cover;
}

.offer-number-container {
    z-index: 5;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    background-color: #ff4d4f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.offer-number {
    background-color: var(--TcColorYellow);
    color: white;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-body {
    padding: 16px;
}

.card-body h4 {
    font-size: 20px;
    margin-bottom: 8px;
}

.card-body p {
    font-size: 16px;
    color: #666;
    margin: 4px 0;
}

.status-title[data-status="PENDING SELECT"] {
    color: var(--TcColorBlue); /* Azul */
    font-weight: bold;
}

.status-title[data-status="CANCELLED"] {
    color: var(--TcColorRed); /* Rojo */
    font-weight: bold;
}

.status-title[data-status="PAYMENT VERIFICATION"] {
    color: var(--TcColorYellow); /* Amarillo */
    font-weight: bold;
}

.status-title[data-status="INITIATED"] {
    color: var(--TcColorGray); /* Gris */
    font-weight: bold;
}

.status-title[data-status="EXPIRED"] {
    color: var(--TcColorRed); /* Rojo */
    font-weight: bold;
}

.status-title[data-status="WAITING PAYMENT"] {
    color: var(--TcColorBlue); /* Azul */
    font-weight: bold;
}

.status-title[data-status="FINISHED"] {
    color: #00A650; /* Verde */
    font-weight: bold;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.action-btn {
    background-color: #ff4d4f;
    color: white;
    padding: 10px 20px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    width: 80%;
    transition: background-color 0.3s ease;
}

.card-overlay > a {
    background-color: var(--TcColorBlue);
}

.card-overlay :last-child:hover {
    background-color: #ff7875;
}

.card-overlay :first-child:hover {
    color: white;
    background-color: rgb(23, 193, 248);
}

.status-card[data-status="CANCELLED"]:hover,
.status-card[data-status="FINISHED"]:hover,
.status-card[data-status="EXPIRED"]:hover {
    box-shadow: 0px 2px 38px -25px rgba(0, 0, 0, 0.75);
}

.status-card[data-status="PENDING SELECT"]:hover .card-overlay,
.status-card[data-status="INITIATED"]:hover .card-overlay {
    opacity: 1;
    visibility: visible;
}

.status-card[data-status="PENDING SELECT"]:hover .card-body,
.status-card[data-status="INITIATED"]:hover .card-body {
    filter: blur(4px);
}

.custom-scroll {
    padding-bottom: 30px;
    overflow-x: auto;
    scrollbar-color: #00A3D8 #F6F6F6;
    cursor: pointer;
}

.custom-scroll::-webkit-scrollbar {
    height: 20px !important;
    width: 20px !important;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #00A3D8 !important;
    border-radius: 20px !important;
    border: 10px solid #AAA !important;
}

.custom-scroll-mobile {
    padding-bottom: 30px;
}

/* collage de imagenes */
.collage-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.collage-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.additional-offer {
    display: none;
}

.not-hover-button:hover {
    background: #00A3D8 !important;
}

.button-negotiate {
    /*background: #F69C00;*/
    background: #81d1ff;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
}

.button-no-negotiate {
    background: #d6d6d6;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
}

.zoom-effect-container {
    overflow: hidden;
}

.zoom-effect-img {
    transition: transform 0.5s ease;
    width: 100%;
    height: auto;
}

.zoom-effect-container:hover .zoom-effect-img {
    transform: scale(1.2);
}

.login-a {
    color: #000;
    font-weight: 500;
}

.btn_login-register {
    background: var(--TcColorGrayDark);
    color: var(--TcColorWhite);
    border: 5px solid var(--TcColorGrayDark);
    padding: 8px;
}

.alert-login {
    color: #721c24;
    font-size: 13px;
}

.input-error input.tc_form-control {
    border: 1px solid #721c24;
}

.text-empty-list {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.button-start {
    border-radius: 10px;
    background: #F69C00;
    padding: 10.09px 91.618px 11.91px 91.98px;
    flex-shrink: 0;
}

.text-start {
    color: #FFF !important;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    line-height: 22.8px;
}

.text-align-budget {
    text-align: center !important;
}

.size-icon {
    font-size: 25px;
}

.size-text-card {
    font-size: 16px;
}

.size-text-card2 {
    font-size: 16px;
    font-weight: 600;
}

.tc_form_a {
    font-weight: 500;
}

.padding-form-card {
    padding-inline: 140px;
}

.register-a {
    color: #F69C00 !important;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.register-a:hover {
    color: #0096D2 !important;
    text-decoration: none
}

.card-container-offers {
    gap: 20px;
}

.card-container-buy {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding-inline: 0px;
}

.directionless-preferences {
    color: #545454;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.active-section {
    color: #545454;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.question-mark-icon {
    font-size: 110px;
}

.create-address {
    color: #FFF;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.8px;
}

.swal2-popup {
    border-radius: 20px !important;
}

.swal2-styled.swal2-confirm {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 10px !important;
    background: #00A3D8 !important;
    padding: 20px !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    height: 46px !important;
    gap: 10px !important;
}

.swal2-title {
    color: #545454 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

.swal2-content {
    color: #000 !important;
    font-size: 17px !important;
    font-weight: 400 !important;
}

.swal2-icon.swal2-warning {
    background: #F49500 !important;
    border-color: #F49500 !important;
    color: #ffffff !important;
}

.swal2-icon.swal2-info {
    /*border-color: #9de0f6;*/
    /*color: #3fc3ee;*/
    background: #306AA4 !important;
    border-color: #306AA4 !important;
    color: #ffffff !important;
}

.swal2-icon {
    font-weight: 700 !important;
}

.swal2-icon.swal2-success {
    background: #00A650 !important;
    border-color: #00A650 !important;
    color: #ffffff !important;
}

.swal2-styled.swal2-cancel {
    line-height: 0px;
    border-radius: 10px !important;
    background: #AAA !important;
    padding: 20px !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    height: 46px !important;
    gap: 10px !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    background: #00A650 !important;
    border-color: #00A650 !important;
    color: #ffffff !important;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
    background: #FFFFFF !important;
    height: 9px !important;
    z-index: 3 !important;
    animation: swal2-animate-success-line-long 0s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
    background: #FFFFFF !important;
    height: 9px !important;
    z-index: 3 !important;
    animation: swal2-animate-success-line-long 0s;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    right: 0.7em !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    height: 9px;
    background-color: #FFFFFF !important;
}

.swal2-icon.swal2-error {
    background-color: #EB0337 !important;
    border-color: #EB0337 !important;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    border-radius: 45px !important;
}

.cursor-menu {
    cursor: pointer;
}

.nav-pills .nav-link.bottom-selected.active {
    background-color: var(--TcColorBlue);
    color: white;
}

.margin-alert-profile {
    margin-top: -70px;
}

.margin-alert-logo {
    margin-top: -50px;
}

.tc_input_search::placeholder {
    font-size: 14px;
    color: #888888;
}

.product-meta {
    font-size: 15px;
}

.order-detail-container {
    border-radius: 5px;
    border: 1px solid #DEE2E6;
    display: flex;
    flex-wrap: wrap;
    padding: 8px 16px;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.title-order-detail {
    color: #545454;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.description-order-detail {
    color: #545454;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.order-detail-description {
    color: #545454;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.button-detail {
    border-radius: 5px;
    border: 1px solid #FFF;
    box-shadow: 0 4px 4px 0 #636363;
    display: flex;
    width: 130px;
    height: 44px;
    padding: 9px 25.855px 9px 25.85px;
    justify-content: center;
    align-items: center;
    gap: 4.705px;
}

.button-qualify {
    border-radius: 10px;
    background: #FFF;
    border-color: #FFF;
    box-shadow: 0 4px 4px 0 #0096D2;
    display: flex;
    padding: 9px 25.855px 9px 25.85px;
    justify-content: center;
    align-items: center;
}

.text-button-qualify {
    color: #545454;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
}

.button-repurchase {
    display: flex;
    padding: 9px 25.855px 9px 25.85px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #FFF;
    border-color: #FFF;
    box-shadow: 1px 4px 4px 1px #545454;
    background: #FFF;
}

.download-guide-button {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    background: #0096D2;
    border-color: #0096D2;
    color: #FFF;
    width: -webkit-fill-available;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 22.8px;
}

.title-span-modal {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

.title-return-guide {
    color: #545454;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.description-return-guide {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.width-return-guide {
    max-width: 30% !important;
}

.description-modal-return {
    color: #EEE;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.return-guide-width {
    max-width: 55% !important;
}

.text-evidence {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}

.width-approved-refund {
    max-width: 25% !important;
}

.button-send-modal {
    border-radius: 10px;
    background: #F69C00;
    border-color: #F69C00;
    color: #FFF !important;
    font-size: 14px;
    font-weight: 500;
    padding: 6px;
}

.button-send-modal:hover {
    color: #FFF !important;
}

.button-download-modal {
    border-radius: 10px;
    background: #0096D2;
    border-color: #0096D2;
    color: #FFF !important;
    font-size: 14px;
    font-weight: 500;
    padding: 6px;
}

.button-cancel-modal {
    border-radius: 10px;
    background: #AAA;
    border-color: #AAA;
    color: #FFF !important;
    font-size: 14px;
    font-weight: 500;
    padding: 6px;
}

.button-download-modal:hover {
    color: #FFF !important;
}

.width-office-change {
    max-width: 36% !important;
}

.width-modal-return {
    max-width: 36% !important;
}