/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
    --new-size-desktop-screen : 2700;
}
/***********************
Nuevos estilos administrador
************************/
.admin_section {
    margin-top: 0 !important;
    background-color: #fff;
    padding: 2rem 0;
}

.admin_section h1 {
    color: #3366CC;
    font-size: calc(56.57 / 928 * 100vw);
    font-weight: 800;
    text-align: center;
    margin-bottom: 0.5rem;
}

.admin_section h2 {
    color: #3366CC;
    font-size: calc(49.48 / 928 * 100vw);
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5rem;
}

.admin_section h3 {
    color: #4d5464;
    font-size: calc(43.95 / 928 * 100vw);
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
}

.admin_section h4 {
    color: #4d5464;
    font-size: calc(37.54 / 928 * 100vw);
    font-weight: 700;
}

.admin_section h5 {
    color: #3366CC;
    font-size: calc(37 / 928 * 100vw);
    line-height: calc(32 / 928 * 100vw);
    font-weight: 700;
}

.admin_section h6 {
    color: #000;
    font-size: calc(27.41/ 928 * 100vw) !important;
    line-height: calc(37 / 928 * 100vw);
    font-weight: 500;
}

.no-tasks img{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.text-duder-blue {
    color: #3366CC !important;
}

.text-duder-grey {
    color: #4D5464 !important;
}

.admin_nav {
    border-radius: 18px;
    margin: 1rem 0;
    box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.2);
}

.admin_nav .col {
    position: relative;
    padding: 0px !important;
}

.col-border-right {
    position: relative;
}

.col-border-right::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: #EBEBED;
}

.admin_nav .col.active{
    color: #3366CC;
}

.admin_nav .col .active-line {
    display: none;
    position: absolute;
    bottom: 0;
    left: 20%;
    right: 20%;
    height: 6px;
    background-color: #3366CC;
    border-radius: 5px 5px 0 0;
}

.admin_nav .col.active .active-line {
    display: block; /* Muestra la línea solo en las columnas activas */
}


.admin_nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: calc(27.41 / 928 * 100vw);
    line-height: calc(27.41 / 928 * 100vw);
    padding: 10px 0 16px 0;
}
.admin_nav a:hover {
        color: #3366CC;
}
.admin_nav a span{
    font-family: "Montserrat", sans-serif;
    font-size: calc(52.97 / 928 * 100vw);
    line-height: calc(52.97 / 928 * 100vw);
    margin-top: 0.2rem;
}

.card-task {
    margin: 0.5rem 0rem;
    border-radius: calc(28 / 928 * 100vw);
    box-shadow: 0px 1px 4px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 1px 4px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 4px 2px rgba(0,0,0,0.1);
}

.card-task hr {
    border-top: 1px solid #CDD0DD !important;
}
.card-task .card-body {
    padding: 0.5rem 1rem !important;
}

.card-header-flex {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.card-content {
    flex: 1 1 0;
    min-width: 0;
}

.card-header-flex .card-icon img{
    width: calc( 41 / 928 * 100vw );
}

.btn-task-inline .icon-inline {
    width: calc( 23 / 928 * 100vw ) !important;
    height: auto;
    vertical-align: middle;
}

.card-avatar {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-avatar img {
    width: calc(84 / 928 * 100vw);
    height: calc(84 / 928 * 100vw);
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.card-avatar-detailed img {
    width: calc(155 / 928 * 100vw) !important;
    height: calc(155 / 928 * 100vw) !important;
    position: relative;
    display: inline-block;
}

.avatar-status-online {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: calc(48 / 928 * 100vw);
    height: calc(48 / 928 * 100vw);
    background: #3366CC;
    border-radius: 50%;
    z-index: 2;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-status-online .duder-verified {
    width: calc(31 / 928 * 100vw) !important;
    height: auto !important;
    /* Si quieres centrar perfectamente */
    display: block;
}
.card-task .card-title {
    color: #3366CC;
    font-size: calc(34.6 / 928 * 100vw);
    line-height: calc(41 / 928 * 100vw);
    font-weight: 700;
    margin-bottom: 4px !important;
}

.card-task .card-text {
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    white-space: normal;
    max-width: 100%;
    font-size: calc(32 / 928 * 100vw) !important;
    font-weight: 600 !important;
    line-height: calc(40 / 928 * 100vw) !important;
    margin-bottom: 0.5rem;
}

.card-task .ver-mas,
.card-task .ver-menos {
    font-size: calc(25.57 / 928 * 100vw);
    cursor: pointer;
    color: #3366CC;
    font-weight: 600;
    margin-left: 4px;
    white-space: nowrap;
    text-decoration: underline;
}

.card-task .card-task-info-item {
    display: flex;
    align-items: center;
    font-size: calc(25.57 / 928 * 100vw) !important;
    font-weight: 600;
}

.card-task .card-task-info-item img {
    width: calc(29.47 / 928 * 100vw) !important;
    margin-right: 0.5rem;
}

.card-task .card-task-price {
    font-family: "Montserrat", sans-serif;
    font-size: calc(67.35 / 928 * 100vw) !important;
    font-weight: 700;
    color: #3366CC;
}

.btn-task {
    background-color: #3366CC;
    color: #fff;
    font-size: calc(36.74 / 928 * 100vw) !important;
    border-radius: calc(40 / 928 * 100vw);
    line-height: calc(43 / 928 * 100vw);
    font-weight: 500;
}

.btn-task-sm {
    padding: 6px 14px !important;
}

.btn-task-status {
    background-color: #FFB900;
    color: #4D5464;
    font-size: calc(36.74 / 928 * 100vw) !important;
    padding: .6rem;
    border-radius: calc(40 / 928 * 100vw);
    line-height: calc(43 / 928 * 100vw) !important;
}

.card-task .card-task-footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.task-profile {
    border-top: 1px solid #CDD0DD !important;
    padding: 0.8rem 1.2rem;
}

.task-duder-form {
    margin: 1.6rem 2rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.task-duder-form .bordered {
    padding: 1rem;
    width: 100%;
    border-radius: calc(28 / 928 * 100vw);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}

.task-duder-form .task-duder-comment {
    background-color: #fff !important;
    border: 1px #dedede solid !important;
    border-radius: 15px;
    color: #a6a9b1 !important;
    padding: 1rem 1.5rem !important;
    margin: 0 1.5rem;
}
.task-duder-form .task-duder-comment p {
    color: #a6a9b1 !important;
    font-family: "Montserrat", sans-serif;
    font-size: calc(20 / 928 * 100vw) !important;
    line-height: calc(24 / 928 * 100vw) !important;
    display: flex;
    justify-content: end;
}

.task-duder-form textarea {
    background-color: #fff !important;
    border-radius: 15px !important;
    border: none !important;
    resize: none;
    box-shadow: none !important;
    padding: 0 !important;
    font-size: calc( 36 / 928 * 100vw);
}

.task-duder-form textarea::placeholder {
    color: #a6a9b1 !important;
    font-size: calc( 36 / 928 * 100vw) !important;
    font-weight: 500;
}

.task-duder-form .task-duder-buttons {
    margin: 0 1rem;
    display: flex;
    justify-content: space-between;
}
.task-duder-form .btn {
    font-size: calc(36.74 / 928 * 100vw) !important;
    padding: .4rem 1rem !important;
    border-radius: calc(40 / 928 * 100vw) !important;
    line-height: calc(43 / 928 * 100vw) !important;
    margin-top: 1.5rem !important;
    min-width: calc(293 / 928 * 100vw) !important;
}
.task-duder-form .btn-apply {
    background-color: #3366CC;
    color: #fff;
}
.task-duder-form .btn-apply.enviar-rating {
    margin-left: auto;
    margin-right: auto;
}
.task-duder-form .btn-cancel {
    background-color: #d9d9d9;
    color: #4d5564;
}

.swal2-actions .swal2-confirm {
    color: #fff !important;
    background-color: #3366CC !important;
    width: 100% !important;
}

.swal2-actions .swal2-cancel {
    color: #4d5564 !important;
    background-color: #d9d9d9 !important;
}

div:where(.swal2-icon).swal2-warning {
    border-width: 4px;
}

.with-task-approved {
    position: relative;
}

.with-task-approved .approved-badge {
    width: calc(115 / 928 * 100vw);
    height: auto;
    z-index: 2;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.seeker-rating {
    margin-top: 0.8rem;
    display: flex;
    align-items: center;
    gap: 4px;
}

.seeker-rating img {
    width: calc(33 / 928 * 100vw);
    object-fit: contain;
}

.seeker-rating-profile img {
    width: calc(44 / 928 * 100vw);
    object-fit: contain;
}

.profile-info-content {
    display: flex;
    align-items: center; /* Centra verticalmente los elementos */
    gap: 12px; /* Espacio opcional entre el icono y el contenido */
}

.task-profile .info-icon img {
    width: calc(43.63 / 928 * 100vw);
}
.task-profile .info {
    display: block;
    font-size: calc( 27.03 / 928 * 100vw);
    color: #3366cc;
    font-weight: 700;
}
.task-profile .info.info-number {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.task-profile .info .info-big {
    font-size: calc( 61.15 / 928 * 100vw) !important;
}
.task-profile .info img {
    width: calc(84.96 / 928 * 100vw);
}

.task-profile .task-confirmation p{
    color: #3366cc !important;
    font-size: calc(27.74 / 928 * 100vw) !important;
    font-weight: 600 !important;
    line-height: calc(38 / 928 * 100vw) !important;
}
.task-profile .task-confirmation .btn-messages{
    border: #4d5464 1px solid;
    font-size: calc(35.08 / 928 * 100vw) !important;
    line-height: calc(41 / 928 * 100vw) !important;
    color: #4d5464;
    font-weight: 600;
    padding: 0.8rem 2rem !important;
    display: block;
    margin: 0 auto 0 auto; /* Centra horizontalmente y mantiene el margen superior */

}

/* .rating-btn-msg {
    display: block;
    width: auto;
}

.rating-btn-msg.with-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
} */

/* .rating-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
} */

.btn-mensajes.chat-image {
    margin-left: 1rem;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.btn-mensajes.chat-image img {
    width: calc( 118 / 928 * 100vw); /* Ajusta el tamaño según tu diseño */
    height: calc( 118 / 928 * 100vw);
}

.section-done {
    margin: 0 3rem;
}

.section-done .message {
    color: #4D5464;
    font-size: calc(32 / 928 * 100vw) !important;
    font-weight: 600;
    text-align: center;
}

.btn-done {
    background-color: #3366cc;
    color: #fff !important;
    font-size: calc(32.77 / 928 * 100vw) !important;
    line-height: calc(38 / 928 * 100vw) !important;
    padding: 1.2rem !important;
}

.task-confirmation .btn-task {
    display: block;
    margin: 0 auto;
}

.task-seeker-form .btn-select:focus,
.task-seeker-form .btn-select:active,
.task-seeker-form .btn-select.active,
.task-seeker-form .active-date-btn:focus,
.task-seeker-form .active-date-btn:active,
.task-seeker-form .active-date-btn.active {
    outline: none !important;
    box-shadow: none !important;
}

.task-seeker-form {
    margin: 1.6rem 0.8rem;
}

.task-seeker-form label {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.task-seeker-form .active-date-btn {
    color: #fff !important;
    background-color: #3366CC !important;
}

.task-seeker-form .btn-minus {
    color: #fff !important;
    background-color: #3366CC !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.task-seeker-form .btn-plus {
    background-color: #3366CC !important;
    color: #fff !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.task-seeker-form .btn-select {
    padding: 8px;
    min-width: 48%;
}

.task-seeker-form .task-duder-comment {
    background-color: #fff !important;
    border: 1px #dedede solid !important;
    border-radius: 15px;
    color: #a6a9b1 !important;
    padding: 1rem 1.5rem !important;
}
.task-seeker-form .task-duder-comment p {
    color: #a6a9b1 !important;
    font-family: "Montserrat", sans-serif;
    font-size: calc(20 / 928 * 100vw) !important;
    line-height: calc(24 / 928 * 100vw) !important;
    display: flex;
    justify-content: end;
}

.task-seeker-form textarea {
    background-color: #fff !important;
    border-radius: 15px !important;
    border: none !important;
    resize: none;
    box-shadow: none !important;
    padding: 0 !important;
    font-size: calc( 36 / 928 * 100vw) !important;
}

.task-seeker-form .dropzone.dz-clickable {
    padding: 0 !important;
}

.task-seeker-form .dropzone.dz-clickable .dz-icon{
    width: calc(92 / 928 * 100vw);
    height: auto;
}

.task-seeker-form .dropzone.dz-clickable .btn{
    background-color: #3366CC;
    color: #fff;
    padding: 4px 12px !important;
}

.task-seeker-form .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message {
    border: 1px #abc1e8 solid !important;
    border-style: dashed !important;
    border-radius: 15px !important;
    margin: 0 !important;
    padding: 1rem !important;
    background-color: #fff;
}

.btn-coupon {
    background-color: #9da0a7;
    color: #000;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.btn-task-inline {
    font-size: calc(29.11 / 928 * 100vw) !important;
    display: inline-flex;
    align-items: center;
    gap: 0.5em; /* Espacio entre texto e imagen */
    padding: 0.4rem 0.8rem !important;
}

.btn-task-inline:hover {
    color: #fff;
}

.task-profile-header {
    display: flex;
    padding-bottom: 0.5rema;
}

.task-profile-header img{
    width: calc( 37 / 928 * 100vw);
    height: calc( 37 / 928 * 100vw);
    margin-right: 0.7rem;
}

.task-profile-header p {
    font-size: calc( 31.94	/ 928 * 100vw)!important;
    line-height: calc( 37 / 928 * 100vw)!important;
    font-weight: 700!important;
    margin-bottom: 0.7rem;
}

.task-profile .description-post {
    font-size: calc( 32 / 928 * 100vw)!important;
    line-height: calc( 41 / 928 * 100vw)!important;
    font-weight: 600 !important;
}

.task-profile .description-currency {
    font-size: calc( 24 / 928 * 100vw)!important;
    display: flex;
    align-items: end;
    height: calc(67.35 / 928 * 100vw);
    font-size: calc(31.94 / 928 * 100vw);
}

.avatars-stacked {
    position: relative;
    height: calc(76 / 928 * 100vw);
    min-width: 40%;
}

.card-task-footer .avatars-stacked.only-one {
    min-width: 10%;
    width: auto;
    justify-content: flex-end;
}

.avatar-stack {
    position: absolute;
    top: 0;
    /* left se define inline en el Blade */
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
    width: calc(76 / 928 * 100vw);
    height: calc(76 / 928 * 100vw);
    border: 2px solid #fff;
    background: #eee;
    box-shadow: 0 2px 6px rgba(0,0,0,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1rem;
    color: #3366CC;
}

.avatar-stack .avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.avatar-stack-extra {
    background: #3366CC;
    color: #fff;
    z-index: 2;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.description-text {
    display: flex;
    align-items: flex-end;
    height: calc(67.35 / 928 * 100vw);
}

.description-text .align-text-center {
    align-self:flex-start;
    display: flex;
    font-size: calc(31.94 / 928 * 100vw);
    font-weight: 600 !important;
    line-height: 1.1;
}

.card-task-price,
.description-currency {
    align-self: flex-end;
    display: flex;
    align-items: flex-end;
    line-height: 1.1 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.payment-summary .amount{
    font-family: "Montserrat", sans-serif;
    font-size: calc( 46.42 / 928 * 100vw) !important;
    font-weight: 700 !important;
}

.payment-summary .amount span{
    font-size: calc( 18.48 / 928 * 100vw) !important;
    font-weight: 700 !important;
}

.task-profile .payment-label {
    color: #4d5464;
    font-size: calc( 31.94 / 928 * 100vw) !important;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.terms-section p{
    color: #4d5464;
    font-size: calc( 25.57 / 928 * 100vw) !important;
    line-height: calc(31 / 928 * 100vw) !important;
    font-weight: 600 !important;
}

.card-payment-report-form {
    width: 100% !important;
}

#card-element {
    padding: 0.4rem 0.75rem !important;
    width: 100% !important;
    min-width: 0;
    box-sizing: border-box;
    display: block;
}

.task-profile .card-errors{
    color: #fa755a;
    font-size: calc( 31.94 / 928 * 100vw) !important;
    font-weight: 500;
    margin-top: 4px !important;
}

#fecha-seleccionada {
    font-size: calc( 22 / 928 * 100vw) !important;
    line-height: calc( 28 / 928 * 100vw) !important;
  margin-top: 0px;
  color: #fff;
  font-weight: 700;
}

.star-rating-img {
    filter: grayscale(1); /* gris por defecto */
    transition: filter 0.2s;
}

.star-rating-img.active {
    filter: none; /* amarillo normal */
}

/* ==== Duder Profile Flex - MÓVIL ==== */
.duder-profile-flex {
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 1rem;
}

.duder-profile-avatar {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    width: calc(155 / 928 * 100vw);
    height: calc(155 / 928 * 100vw);
}

.duder-profile-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.duder-profile-info {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.duder-profile-info h4,
.duder-profile-info h5 {
    margin: 0;
    padding: 0;
    word-break: break-word;
}

.duder-profile-info h4 {
    font-size: calc(37.54 / 928 * 100vw);
    font-weight: 700;
    color: #4d5464;
}

.duder-profile-info h5 {
    font-size: calc(27.03 / 928 * 100vw);
    font-weight: 700;
    color: #3366CC;
    margin-bottom: 0.2rem;
}

.duder-profile-info .seeker-rating {
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.duder-profile-info .seeker-rating img {
    width: calc(33 / 928 * 100vw);
    object-fit: contain;
}

.duder-profile-chat {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.duder-profile-chat .btn-mensajes.chat-image {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.duder-profile-chat .btn-mensajes.chat-image img {
    width: calc(118 / 928 * 100vw);
    height: calc(118 / 928 * 100vw);
    object-fit: contain;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

label span {
    font-size: calc( 24 / 928 * 100vw) !important;
    line-height: calc( 24 / 928 * 100vw) !important;
    display: block;
    margin-top: 0.1em;
    margin-left: 0;
    padding: 0;
    line-height: 1.1;
    text-align: left;
}

.input-group .monto-task-2 {
    font-family: "Montserrat", sans-serif;
    font-size: calc( 52.97 / 928 * 100vw) !important;
    font-weight: 700 !important;
    text-align: center;
    color: #4D5464;
    border-radius: 0px !important;
}

.border-top-none {
    border-top: none !important;
}

.input-group .monto-task-2::placeholder {
    font-family: "Monserrat", sans-serif;
    font-size: calc( 52.97 / 928 * 100vw) !important;
    font-weight: 700 !important;
    text-align: center;
}

.dropzone_text {
    font-size: calc( 24 / 928 * 100vw) !important;
}


@media (max-width: 576px) {
    /* Sweet alert */
    div:where(.swal2-container).swal2-center > .swal2-popup {
        max-width: 90%;
    }
    div:where(.swal2-container) h2:where(.swal2-title) {
        font-size: calc(50 / 928 * 100vw) !important;
        color: #4D5464 !important;
    }
}

.login-subtitle {
    font-size: calc(45 / 928 * 100vw) !important;
    color: #4d5464 !important;
    font-weight: 600 !important;
    font-size: calc(50 / 928 * 100vw) !important;
}

.completed-profile-image {
    width: calc( 56 / 928 * 100vw);
    flex: 0 0 auto;
    align-self: flex-start;
}

.completed-profile-text {
    flex:1 1 0;
    min-width:0;
}

.type-section-card {
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.22);
    -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.22);
    border-radius: 15px;
    background: #fff;
    display: flex;
    flex-direction: row;
    /* gap: 1rem; */
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
    height: 5.5rem;
    width: 100%;
    border: 2px solid transparent;
    transition: border-color 0.2s;
}

.type-section-card:focus,
.type-section-card.selected,
.type-section-card.active {
    border-color: #3366cc !important;
    outline: none;
}

.section-step-image {
    width: calc(115 / 928 * 100vw) !important;
    height: calc(115 / 928 * 100vw) !important;
    flex: 0 0 auto;
    align-self: center;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.type-section-card .type-section-image {
    max-width: calc(132 /  928 * 100vw) !important;
    max-height: calc(132 /  928 * 100vw) !important;
    margin-right: 1rem;
    width: 100% !important;
}

.type-section-card h3{
    font-size: calc(44.15 / 928 * 100vw);
    color: #3366cc;
    font-weight: 800;
    text-align: left;
}

.type-section-card p{
    font-size: calc(34.2 / 928 * 100vw);
    line-height: 1.2rem;
    text-align: left;
}

.btn-light-disabled {
    font-size: calc(25.21 / 928 * 100vw) !important;
    color: #989898;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    background: #f8f9fa;
}
.btn-light-disabled .btn-light-disabled-img-col {
    /* flex: 0 0 auto; */
    width: calc(100 / 928 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-light-disabled .btn-light-disabled-img-col img {
    width: calc(62 / 928 * 100vw);
    height: auto;
    display: block;
}
.btn-light-disabled .btn-light-disabled-text-col {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    margin-left: 16px;
    color: #989898;
    font-size: calc(25.21 / 928 * 100vw) !important;
    font-weight: 400;
    line-height: 1.2;
}

.star-review {
    width: calc(32 / 928 * 100vw) !important;
}

.review-rating {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px; /* opcional, para separar las estrellas */
}

.card-review {
    display: flex;
    flex-direction: column;
    gap: 24px; /* Espacio entre reviews */
}

.card-review .review-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px; /* Espacio entre avatar y contenido */
}

.review-avatar {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-avatar img {
    width: calc(60 / 928 * 100vw) !important;
    height: calc(60 / 928 * 100vw) !important;
}

.review-content {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #4D5464;
}

.review-content h3 {
    font-size: calc(34.6 / 928 * 100vw);
}

.review-content p {
    font-size: calc(28.98 / 928 * 100vw);
}

/******************************

    fin nuevos estilos administrador
    --------------------------------------------------------------
**********************************/

@media (min-width: 576px) {

    .admin_section h6 {
        color: #000;
        font-size: calc(27.41/ var(--new-size-desktop-screen) * 100vw) !important;
        line-height: calc(37 / var(--new-size-desktop-screen) * 100vw);
    }

    label span {
        font-size: calc( 19 / var(--new-size-desktop-screen) * 100vw) !important;
        line-height: calc( 20 / var(--new-size-desktop-screen) * 100vw) !important;
        color: #4d5464 !important;
        font-weight: 600 !important;
    }

    .admin_section {
        margin-top: 3rem;
        background-color: #fff;
        padding: 2rem 0;
    }

    .admin_section h1 {
        color: #3366CC;
        font-size: calc(56.57 / var(--new-size-desktop-screen) * 100vw);
        font-weight: 800;
        text-align: center;
        margin-bottom: 0.5rem;
    }

    .admin_section h2 {
        color: #3366CC;
        font-size: calc(49.48 / var(--new-size-desktop-screen) * 100vw);
        font-weight: 700;
        text-align: center;
        margin-bottom: 0.5rem;
    }

    .admin_section h3 {
        color: #4d5464;
        font-size: calc(43.95 / var(--new-size-desktop-screen) * 100vw);
        font-weight: 700;
        text-align: center;
        margin-bottom: 1rem;
    }

    .admin_section h4 {
        color: #4d5464;
        font-size: calc(37.54 / var(--new-size-desktop-screen) * 100vw);
        font-weight: 700;
    }

    .admin_section h5 {
        color: #3366CC;
        font-size: calc(27.03 / var(--new-size-desktop-screen) * 100vw);
        line-height: calc(32 / var(--new-size-desktop-screen) * 100vw);
        font-weight: 700;
    }

    .no-tasks img{
        width: 40%;
    }

    .text-duder-blue {
        color: #3366CC !important;
    }

    .admin_nav {
        border-radius: 18px;
        margin: 1rem 6rem !important; /*n*/
        box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.2);
    }

    .admin_nav .col {
        position: relative;
        padding: 0px !important;
    }

    .col-border-right {
        position: relative;
    }

    .col-border-right::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translateY(-50%);
        width: 1px;
        height: 60%;
        background-color: #EBEBED;
    }

    .admin_nav .col.active{
        color: #3366CC;
    }

    .admin_nav .col .active-line {
        display: none;
        position: absolute;
        bottom: 0;
        left: 20%;
        right: 20%;
        height: 6px;
        background-color: #3366CC;
        border-radius: 5px 5px 0 0;
    }

    .admin_nav .col.active .active-line {
        display: block; /* Muestra la línea solo en las columnas activas */
    }

    .admin_nav a {
        font-size: calc(25 / var(--new-size-desktop-screen) * 100vw);/*n*/
        line-height: calc(25 / var(--new-size-desktop-screen) * 100vw); /*n*/

    }
    .admin_nav a span{
        font-size: calc(50 / var(--new-size-desktop-screen) * 100vw);
        line-height: calc(50 / var(--new-size-desktop-screen) * 100vw);
    }

    .card-task	{
        margin: 0.5rem 0 !important;/*n*/
        border-radius: calc(28 / var(--new-size-desktop-screen) * 100vw);/*n*/
    }

    .card-header-flex {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 1rem;
    }


    /* .card-task hr {
        border-top: 1px solid #CDD0DD !important;
    }
    .card-task .card-body {
        padding: 0.5rem 1rem !important;
    }


    .card-content {
        flex: 1 1 0;
        min-width: 0;
    } */

    .card-header-flex .card-icon img{
        width: calc( 30 / var(--new-size-desktop-screen) * 100vw );
    }

    .btn-task-inline .icon-inline {
        width: calc( 16 / var(--new-size-desktop-screen) * 100vw ) !important;/*n*/
    }

    .card-avatar {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        margin-left: 1rem;
    }
    .card-avatar img {
        width: calc(60 / var(--new-size-desktop-screen) * 100vw);
        height: calc(60 / var(--new-size-desktop-screen) * 100vw);
    }
    .card-avatar-detailed img {
        width: calc(155 / var(--new-size-desktop-screen) * 100vw) !important;
        height: calc(155 / var(--new-size-desktop-screen) * 100vw) !important;
        position: relative;
        display: inline-block;
    }

    .avatar-status-online {
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: calc(48 / var(--new-size-desktop-screen) * 100vw);
        height: calc(48 / var(--new-size-desktop-screen) * 100vw);
        background: #3366CC;
        border-radius: 50%;
        z-index: 2;
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .avatar-status-online .duder-verified {
        width: calc(31 / var(--new-size-desktop-screen) * 100vw) !important;
        height: auto !important;
        /* Si quieres centrar perfectamente */
        display: block;
    }
    .card-task .card-title {
        font-size: calc(23 / var(--new-size-desktop-screen) * 100vw);/*n*/
        line-height: calc(25 / var(--new-size-desktop-screen) * 100vw);/*n*/
    }

    .card-task .card-text {
        font-size: calc(23 / var(--new-size-desktop-screen) * 100vw) !important;
        line-height: calc(30 / var(--new-size-desktop-screen) * 100vw) !important;
    }

    .card-task .ver-mas,
    .card-task .ver-menos {
        font-size: calc(20 / var(--new-size-desktop-screen) * 100vw);/*n*/
        cursor: pointer;
        color: #3366CC;
        font-weight: 600;
        margin-left: 4px;
        white-space: nowrap;
        text-decoration: underline;
    }

    .card-task .card-task-info-item {
        display: flex;
        align-items: center;
        font-size: calc(20 / var(--new-size-desktop-screen) * 100vw) !important;/*n*/
        font-weight: 600;
    }

    .card-task .card-task-info-item img {
        width: calc(29.47 / var(--new-size-desktop-screen) * 100vw) !important;
        margin-right: 0.5rem;
    }

    .card-task .card-task-price {
        font-size: calc(52 / var(--new-size-desktop-screen) * 100vw) !important;/*n*/
    }

    .btn-task {
        font-size: calc(28 / var(--new-size-desktop-screen) * 100vw) !important;
        border-radius: calc(34 / var(--new-size-desktop-screen) * 100vw);
        line-height: calc(30 / var(--new-size-desktop-screen) * 100vw) !important;
        /* padding: .4rem .8rem; */
    }

    .btn-task-status {
        background-color: #FFB900;
        color: #4D5464;
        font-size: calc(36.74 / var(--new-size-desktop-screen) * 100vw) !important;
        padding: .6rem;
        border-radius: calc(40 / var(--new-size-desktop-screen) * 100vw);
        line-height: calc(43 / var(--new-size-desktop-screen) * 100vw) !important;
    }

    .card-task .card-task-footer {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .task-profile {
        border-top: 1px solid #CDD0DD !important;
        padding: 0.8rem 1.2rem;
    }

    .task-duder-form {
        margin: 0.5rem 0 !important; /*n*/
    }

    .task-duder-form .bordered {
        padding: 1rem;
        width: 100%;
        border-radius: calc(28 / var(--new-size-desktop-screen) * 100vw);
        box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    }

    .task-duder-form .task-duder-comment {
        background-color: #fff !important;
        border: 1px #dedede solid !important;
        border-radius: 15px;
        color: #a6a9b1 !important;
        padding: 1rem 1.5rem !important;
        margin: 0 1.5rem;
    }
    .task-duder-form .task-duder-comment p {
        color: #a6a9b1 !important;
        font-family: "Montserrat", sans-serif;
        font-size: calc(20 / var(--new-size-desktop-screen) * 100vw) !important;
        line-height: calc(24 / var(--new-size-desktop-screen) * 100vw) !important;
        display: flex;
        justify-content: end;
    }

    .task-duder-form textarea {
        background-color: #fff !important;
        border-radius: 15px !important;
        border: none !important;
        resize: none;
        box-shadow: none !important;
        padding: 0 !important;
        font-size: calc( 24 / var(--new-size-desktop-screen) * 100vw) !important;
    }

    .task-duder-form textarea::placeholder {
        color: #a6a9b1 !important;
        font-size: calc( 24 / var(--new-size-desktop-screen) * 100vw) !important;
        font-weight: 500;
    }

    .task-duder-form .task-duder-buttons {
        margin: 0 1rem;
        display: flex;
        justify-content: space-between;
    }
    .task-duder-form .btn {
        font-size: calc(28 / var(--new-size-desktop-screen) * 100vw) !important;
        padding: .6rem 1rem !important;
        border-radius: calc(40 / var(--new-size-desktop-screen) * 100vw) !important;
        line-height: calc(43 / var(--new-size-desktop-screen) * 100vw) !important;
        margin-top: 1.5rem !important;
        min-width: calc(293 / var(--new-size-desktop-screen) * 100vw) !important;
    }
    .task-duder-form .btn-apply {
        background-color: #3366CC;
        color: #fff;
    }
    .task-duder-form .btn-apply.enviar-rating {
        margin-left: auto;
        margin-right: auto;
    }
    .task-duder-form .btn-cancel {
        background-color: #d9d9d9;
        color: #4d5564;
    }

    .swal2-actions .swal2-confirm {
        color: #fff !important;
        background-color: #3366CC !important;
        min-width: 100% !important;
    }

    .swal2-actions .swal2-cancel {
        color: #4d5564 !important;
        background-color: #d9d9d9 !important;
    }

    div:where(.swal2-icon).swal2-warning {
        border-width: 4px;
    }

    .with-task-approved {
        position: relative;
    }

    .with-task-approved .approved-badge {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(115 / var(--new-size-desktop-screen) * 100vw);
        height: auto;
        z-index: 2;
        display: block;
    }

    .seeker-rating {
        margin-top: 0.8rem;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .seeker-rating img {
        width: calc(33 / var(--new-size-desktop-screen) * 100vw);
        object-fit: contain;
    }

    .profile-info-content {
        display: flex;
        align-items: center; /* Centra verticalmente los elementos */
        gap: 12px; /* Espacio opcional entre el icono y el contenido */
    }

    .task-profile .info-icon img {
        width: calc(34 / var(--new-size-desktop-screen) * 100vw);
    }
    .task-profile .info {
        font-size: calc( 23 / var(--new-size-desktop-screen) * 100vw);
    }
    .task-profile .info img {
        width: calc(84.96 / var(--new-size-desktop-screen) * 100vw);
    }

    .task-profile .task-confirmation p{
        color: #3366cc !important;
        font-size: calc(23/ var(--new-size-desktop-screen) * 100vw) !important;
        font-weight: 600 !important;
        line-height: calc(32/ var(--new-size-desktop-screen) * 100vw) !important;

    }
    .task-profile .task-confirmation .btn-messages{
        font-size: calc(28/ var(--new-size-desktop-screen) * 100vw) !important;
        line-height: calc(34/ var(--new-size-desktop-screen) * 100vw) !important;
        padding: 0.8rem 1rem !important;
    }

    /* .rating-btn-msg .btn-messages{
        border: #4d5464 1px solid;
        font-size: calc(24.1 / var(--new-size-desktop-screen) * 100vw) !important;
        line-height: calc(28 / var(--new-size-desktop-screen) * 100vw) !important;
        color: #4d5464;
        font-weight: 600;
        padding: 0.4rem !important;
        margin-left: 1rem;
    } */

    .btn-mensajes.chat-image {
        margin-left: 1rem;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .btn-mensajes.chat-image img {
        width: calc( 118 / var(--new-size-desktop-screen) * 100vw); /* Ajusta el tamaño según tu diseño */
        height: calc( 118 / var(--new-size-desktop-screen) * 100vw);
    }

    .section-done {
        margin: 0 3rem;
    }

    .section-done .message {
        color: #4D5464;
        font-size: calc(32 / var(--new-size-desktop-screen) * 100vw) !important;
        font-weight: 600;
        text-align: center;
    }
    .section-done img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .btn-done {
        background-color: #3366cc;
        color: #fff !important;
        font-size: calc(32.77 / var(--new-size-desktop-screen) * 100vw) !important;
        line-height: calc(38 / var(--new-size-desktop-screen) * 100vw) !important;
        padding: 1.2rem !important;
    }

    .task-confirmation .btn-task {
        display: block;
        margin: 0 auto;
    }

    .task-seeker-form .btn-select:focus,
    .task-seeker-form .btn-select:active,
    .task-seeker-form .btn-select.active,
    .task-seeker-form .active-date-btn:focus,
    .task-seeker-form .active-date-btn:active,
    .task-seeker-form .active-date-btn.active {
        outline: none !important;
        box-shadow: none !important;
    }

    .task-seeker-form {
        margin: 1.6rem 0.8rem;
    }

    .task-seeker-form label {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .task-seeker-form .active-date-btn {
        color: #fff !important;
        background-color: #3366CC !important;
    }

    .task-seeker-form .btn-minus {
        color: #fff !important;
        background-color: #3366CC !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .task-seeker-form .btn-plus {
        background-color: #3366CC !important;
        color: #fff !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .task-seeker-form .btn-select {
        padding: 8px;
        min-width: 48%;
    }

    .task-seeker-form .task-duder-comment {
        background-color: #fff !important;
        border: 1px #dedede solid !important;
        border-radius: 15px;
        color: #a6a9b1 !important;
        padding: 1rem 1.5rem !important;
    }
    .task-seeker-form .task-duder-comment p {
        color: #a6a9b1 !important;
        font-family: "Montserrat", sans-serif;
        font-size: calc(20 / var(--new-size-desktop-screen) * 100vw) !important;
        line-height: calc(24 / var(--new-size-desktop-screen) * 100vw) !important;
        display: flex;
        justify-content: end;
    }

    .task-seeker-form textarea {
        font-size: calc( 24 / var(--new-size-desktop-screen) * 100vw) !important;
    }

    .task-seeker-form .dropzone.dz-clickable {
        padding: 0 !important;
    }

    .task-seeker-form .dropzone.dz-clickable .dz-icon{
        width: calc(92 / var(--new-size-desktop-screen) * 100vw);
        height: auto;
    }

    .task-seeker-form .dropzone.dz-clickable .btn{
        background-color: #3366CC;
        color: #fff;
        padding: 4px 16px !important;
    }

    .task-seeker-form .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message {
        border: 1px #abc1e8 solid !important;
        border-style: dashed !important;
        border-radius: 15px !important;
        margin: 0 !important;
        padding: 1rem !important;
    }

    .btn-coupon {
        background-color: #9da0a7;
        color: #000;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .btn-task-inline {
        font-size: calc(21 / var(--new-size-desktop-screen) * 100vw) !important;/*n*/
        gap: 0.2rem;
        padding: 0.4rem 0.8rem !important;
        line-height: calc(21 / var(--new-size-desktop-screen) * 100vw) !important;/*n*/
        max-height: 30px !important;
    }

    .btn-task-inline:hover {
        color: #fff;
    }

    .task-profile-header {
        display: flex;
        padding-bottom: 0.5rema;
    }

    .task-profile-header img{
        width: calc( 37 / var(--new-size-desktop-screen) * 100vw);
        height: calc( 37 / var(--new-size-desktop-screen) * 100vw);
        margin-right: 0.7rem;
    }

    .task-profile-header p {
        font-size: calc( 28	/ var(--new-size-desktop-screen) * 100vw)!important;
        line-height: calc( 34 / var(--new-size-desktop-screen) * 100vw)!important;
        font-weight: 700!important;
        margin-bottom: 0.7rem;
    }

    .task-profile .description-post {
        font-size: calc( 24 / var(--new-size-desktop-screen) * 100vw)!important;
        line-height: calc( 32 / var(--new-size-desktop-screen) * 100vw)!important;
        font-weight: 600 !important;
    }

    .task-profile .description-currency {
        font-size: calc( 24 / var(--new-size-desktop-screen) * 100vw)!important;
        display: flex;
        align-items: end;
        height: calc(67.35 / var(--new-size-desktop-screen) * 100vw);
        font-size: calc(31.94 / var(--new-size-desktop-screen) * 100vw);
    }

    .avatars-stacked {
        position: relative;
        height: calc(52/ var(--new-size-desktop-screen) * 100vw);/*n*/
        min-width: 40%;
    }

    .avatar-stack {
        width: calc(52 / var(--new-size-desktop-screen) * 100vw);/*n*/
        height: calc(52 / var(--new-size-desktop-screen) * 100vw);/*n*/
    }

    .description-text {
        display: flex;
        align-items: flex-end;
        height: calc(67.35 / var(--new-size-desktop-screen) * 100vw);
    }

    .description-text .align-text-center {
        align-self:flex-start;
        display: flex;
        font-size: calc(31.94 / var(--new-size-desktop-screen) * 100vw);
        font-weight: 600 !important;
        line-height: 1.1;
    }

    .card-task-price,
    .description-currency {
        align-self: flex-end;
        display: flex;
        align-items: flex-end;
        line-height: 1.1 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .payment-summary .amount{
        font-family: "Montserrat", sans-serif;
        font-size: calc( 46.42 / var(--new-size-desktop-screen) * 100vw) !important;
        font-weight: 700 !important;
    }

    .payment-summary .amount span{
        font-size: calc( 18.48 / var(--new-size-desktop-screen) * 100vw) !important;
        font-weight: 700 !important;
    }

    .task-profile .payment-label {
        color: #4d5464;
        font-size: calc( 31.94 / var(--new-size-desktop-screen) * 100vw) !important;
        font-weight: 600;
        margin-bottom: 0 !important;
    }

    .terms-section p{
        color: #4d5464;
        font-size: calc( 25.57 / var(--new-size-desktop-screen) * 100vw) !important;
        line-height: calc(31 / var(--new-size-desktop-screen) * 100vw) !important;
        font-weight: 600 !important;
    }

    .card-payment-report-form {
        width: 100% !important;
    }

    #card-element {
        padding: 0.4rem 0.75rem !important;
        width: 100% !important;
        min-width: 0;
        box-sizing: border-box;
        display: block;
    }

    .task-profile .card-errors{
        color: #fa755a;
        font-size: calc( 31.94 / var(--new-size-desktop-screen) * 100vw) !important;
        font-weight: 500;
        margin-top: 4px !important;
    }

    #fecha-seleccionada {
    font-size: calc( 22 / var(--new-size-desktop-screen) * 100vw) !important;
    line-height: calc( 28 / var(--new-size-desktop-screen) * 100vw) !important;
    margin-top: 0px;
    color: #fff;
    font-weight: 700;
    }

    .dz-message p {
        font-size: calc( 24 / var(--new-size-desktop-screen) * 100vw) !important;
        line-height: calc( 32 / var(--new-size-desktop-screen) * 100vw) !important;
    }

    .bw-modal .bw-form-mode,
    .bw-modal .sm\:w-1\/4,
    .bw-modal .lg\:w-1\/4 {
        max-width: 420px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }


    /* ==== Duder Profile Flex - ESCRITORIO ==== */
    .duder-profile-flex {
        gap: 1.5rem;
    }

    .duder-profile-avatar {
        width: calc(155 / var(--new-size-desktop-screen) * 100vw);
        height: calc(155 / var(--new-size-desktop-screen) * 100vw);
    }

    .duder-profile-avatar img {
        width: 100%;
        height: 100%;
    }

    .duder-profile-info h4 {
        font-size: calc(37.54 / var(--new-size-desktop-screen) * 100vw);
    }

    .duder-profile-info h5 {
        font-size: calc(27.03 / var(--new-size-desktop-screen) * 100vw);
    }

    .duder-profile-info .seeker-rating img {
        width: calc(33 / var(--new-size-desktop-screen) * 100vw);
    }

    .duder-profile-chat {
        /* width: calc(118 / var(--new-size-desktop-screen) * 100vw); */
        height: calc(118 / var(--new-size-desktop-screen) * 100vw);
    }

    .duder-profile-chat .btn-mensajes.chat-image {
        width: 100%;
        height: 100%;
    }

    .duder-profile-chat .btn-mensajes.chat-image img {
        width: 100%;
        height: 100%;
    }

    .input-group .monto-task {
        font-size: calc( 52.97 / var(--new-size-desktop-screen) * 100vw) !important;
    }

    .input-group .monto-task::placeholder {
        font-size: calc( 52.97 / var(--new-size-desktop-screen) * 100vw) !important;
    }

    .dropzone_text {
        font-size: calc( 24 / var(--new-size-desktop-screen) * 100vw) !important;
    }

    .input-group .monto-task-2 {
        font-size: calc( 52.97 / var(--new-size-desktop-screen) * 100vw) !important;
    }

    .input-group .monto-task-2::placeholder {
        font-size: calc( 52.97 / var(--new-size-desktop-screen) * 100vw) !important;
    }

    .login-subtitle {
        font-size: calc(45 / 3864 * 100vw) !important;
    }


    .completed-profile-image {
        width: calc( 56 / 3864 * 100vw);
    }

    .type-section-card .type-section-image {
        width: calc(132 /  3864 * 100vw) !important;
        height: calc(132 /  3864 * 100vw) !important;
    }

    .type-section-card h3{
        font-size: calc(44.15 / 3864 * 100vw);
        color: #3366cc;
        font-weight: 800;
    }

    .type-section-card p{
        font-size: calc(34.2 / 3864 * 100vw);
    }

    .section-step-image {
        width: calc(115 / 3864 * 100vw) !important;
        height: calc(115 / 3864 * 100vw) !important;
    }

    .seeker-rating-profile img {
        width: calc(44 / 3864 * 100vw);
        object-fit: contain;
    }

    .task-profile .info .info-big {
        font-size: calc( 61.15 / 3864 * 100vw) !important;
    }
    .star-review {
        width: calc(32 / 3864 * 100vw) !important;
    }
    .review-avatar img {
        width: calc(60 / 3864 * 100vw) !important;
        height: calc(60 / 3864 * 100vw) !important;
    }
    .review-content h3 {
        font-size: calc(34.6 / 3864 * 100vw);
    }
    .review-content p {
        font-size: calc(28.98 / 3864 * 100vw);
    }

    .btn-light-disabled .btn-light-disabled-text-col {
        font-size: calc(30 / 3864 * 100vw) !important;
    }

    .btn-light-disabled .btn-light-disabled-img-col img {
        width: calc(62 / 3864 * 100vw) !important;
    }
}

/* Eleva el z-index del fondo del modal para que tape el header */
.bw-modal {
    z-index: 9999 !important;
}

/* Aísla el modal de Bladewind de Bootstrap */
.bw-modal .modal-body,
.bw-modal .modal-footer,
.bw-modal .modal-header {
    padding: 0 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 1rem !important;
}

.bw-modal .modal-form-body,
.bw-modal .modal-form-footer {
    padding: 1.2rem 1.5rem !important;
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
}

.bw-modal .modal-title {
    font-size: 1.2rem !important;
    padding: 0 !important;
    margin-bottom: 0.5rem !important;
}

.bw-modal .p-5 {
    padding: 0 !important;
}

.bw-modal .flex-initial {
    padding: 0 !important;
}

.bw-modal form.date-form {
    padding: 0 !important;
    margin: 0 !important;
}

.bw-modal .grid {
    margin: 0 !important;
    padding: 0 !important;
}

.bw-modal .bw-select {
    font-size: 1rem !important;
}

/* 1. Limita el ancho y el alto del modal para evitar overflow */
.bw-modal .sm\:w-1\/4, 
.bw-modal .lg\:w-1\/4, 
.bw-modal .bw-form-mode {
    /* max-width: 420px !important; */
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

/* 2. Controla el tamaño de fuente y el padding dentro del modal */
.bw-modal, .bw-modal * {
    font-size: 15px !important;
    /* line-height: 1.4 !important; */
    box-sizing: border-box !important;
}

.bw-modal .modal-body,
.bw-modal .modal-form-body,
.bw-modal .modal-footer,
.bw-modal .modal-form-footer {
    padding: 1.2rem 1.2rem !important;
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    overflow-wrap: break-word !important;
}

.bw-modal .modal-title {
    font-size: 1.1rem !important;
    margin-bottom: 0.5rem !important;
    padding: 0 !important;
}

.bw-modal .p-5,
.bw-modal .flex-initial {
    padding: 0 !important;
}

.bw-modal .grid,
.bw-modal .date-form {
    margin: 0 !important;
    padding: 0 !important;
}

.bw-modal .bw-select {
    font-size: 15px !important;
}

.bw-modal .datepicker {
    font-size: 15px !important;
}

.bw-modal table {
    font-size: 1em !important;
}

.bw-modal input,
.bw-modal select,
.bw-modal textarea,
.bw-modal button {
    font-size: 15px !important;
    line-height: 1.4 !important;
}

/* 3. Evita que el contenido sobrepase el modal */
.bw-modal .modal-body,
.bw-modal .modal-form-body {
    overflow-x: auto !important;
    word-break: break-word !important;
    max-width: 100% !important;
}

/* 4. Ajusta el footer para que no sobresalga */
.bw-modal .modal-footer,
.bw-modal .modal-form-footer {
    max-width: 100% !important;
    overflow-x: auto !important;
}

/* 5. Corrige el tamaño de los selects y datepicker */
.bw-modal .bw-select,
.bw-modal .datepicker {
    max-width: 100% !important;
    min-width: 0 !important;
}

/* El modal interno: alto máximo y scroll */
.bw-modal .bw-form-mode {
    display: flex;
    flex-direction: column;
    /* max-height: 90vh !important; */
    min-height: 0 !important;
}

.bw-modal .bg-white.relative {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.bw-modal .modal-body,
.bw-modal .modal-form-body {
    flex: 1 1 auto;
    overflow-y: auto !important;
    min-height: 0;
    /* max-height: 60vh; */
}

/* El footer siempre visible abajo */
.bw-modal .modal-footer,
.bw-modal .modal-form-footer {
    position: sticky;
    bottom: 0;
    background: #f8fafc !important; /* o el color que uses */
    z-index: 2;
}

/* Asegura que los dropdowns de los selects SIEMPRE estén por encima del footer sticky del modal */
.bw-modal .bw-select-items-container {
    z-index: 10001 !important;
    position: fixed !important;
    /* left: 0 !important; */
    width: auto !important;
    /* min-width: 220px;
    max-width: 90vw; */
    background: #fff !important;
}

/* Corrige el posicionamiento para que el dropdown salga justo debajo del select */
.bw-modal .bw-select {
    position: relative !important;
    z-index: 10002 !important;
}

.bw-select {
    min-width: 80px;
    border-radius: 8px !important;
    border: 1.5px solid #cfd8dc !important;
    background: #fff !important;
    box-shadow: none !important;
    font-size: 16px !important;
    height: 44px;
    margin-right: 8px;
    margin-bottom: 8px;
    transition: border-color 0.2s;
    position: relative !important;
}
.bw-select .clickable {
    padding: 8px 12px !important;
    min-height: 44px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 16px !important;
    color: #333 !important;
    align-items: center;
}
.bw-select .placeholder {
    color: #b0b0b0 !important;
    font-size: 16px !important;
}
.bw-select .display-area {
    font-size: 16px !important;
    color: #333 !important;
}
.bw-modal .bw-select-items-container,
.bw-select .bw-select-items-container {
    font-size: 16px !important;
    max-height: 160px !important;
    overflow-y: auto !important;
    position: absolute !important; /* Cambia de fixed a absolute */
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    min-width: 100% !important;
    background: #fff !important;
    z-index: 10001 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.bw-select .bw-select-item {
    font-size: 16px !important;
    padding: 8px 12px !important;
}
.bw-select .bw-select-item:hover {
    background: #f0f4fa !important;
}
.bw-select .reset {
    color: #b0b0b0 !important;
}





/* Centra las miniaturas de Dropzone */
#solicitudImageDropzone .dz-preview {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0.5rem auto !important;
    float: none !important;
    flex-direction: column !important;
    text-align: center;
}

#solicitudImageDropzone .dz-remove {
    display: block;
    margin: 0.5rem auto 0 auto;
    color: #e3342f;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

#solicitudImageDropzone .dz-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto !important;
}

#solicitudImageDropzone .dz-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
}

.img-warning-task {
    width: 25%;
    margin-bottom: 1rem;
    margin-right: auto;
    margin-left: auto;
}

.bw-modal .bw-select-items-container {
    z-index: 10001 !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    min-width: 100px;
    max-width: 90vw;
    background: #fff !important;
}


/* Estilos swap en revision */
div:where(.swal2-container) h2:where(.swal2-title) {
    color: #4D5464 !important;
    padding: 0 !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    font-weight: 700 !important;
}
div:where(.swal2-icon).swal2-success [class^="swal2-success-line"][class$="tip"],
div:where(.swal2-icon).swal2-success [class^="swal2-success-line"][class$="long"] {
    background-color: #20bf55 !important;
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
    border: 0.25rem solid #20bf55 !important
}
/* Estilos swap en revision */

.card-footer {
    border-top: none !important;
}

.btn {
    border-radius: 30px;
}

/* .btn:hover {
    color: #fff !important;
} */

.collapsible {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1);
}
.collapsible.open {
    max-height: 1000px; /* o un valor suficientemente grande */
}

div:where(.swal2-container).swal2-center > .swal2-popup {
    padding-top: 1.25rem !important;
}

