input, select, textarea {
    background-color: #FFF !important;
    color: #404040 !important;
    font-size: 17px !important;
}

.simplebar-content {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.h2-welcome {
    color: #004039;
    font-size: 28px;
}

.p-welcome {
    color: #85878D;
    font-size: 16px;
}

.btn-outline-primary {
    border: 1px solid #004039;
    color: #004039;
}

.btn-primary {
    background-color: #004039;
    border-radius: 12px;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
    color:white !important;
    background-color: #004039!important;
}

.btn-primary:hover, .btn-outline-primary:hover, .btn-outline-primary:active, .btn-primary:active, .btn-primary:focus-visible, .btn-outline-primary:focus-visible {
    background-color: #004039 !important;
}

/* Cambiar color del switch cuando está activado */
.form-check-input:checked {
  background-color: #A7FC00 !important;
  border-color: #A7FC00 !important;
}
.form-check-input {
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
}

.form-check-label {
    font-size: 0.95rem;
    line-height: 1.4;
    cursor: pointer;
}
.form-check.form-switch {
    gap: 0.4rem;
}

@media (max-width: 768px) {
    .form-check.form-switch .form-check-input {
    margin-top: 0 !important;
    vertical-align: middle;
}

}


.list-group-item {
    border-radius: 10px;
    border: none;
    padding: 12px 16px;
    font-size: 17px;
    margin-bottom: 5px;
    background-color: #ffffff;
}

.list-group-item:hover {
    background-color: #E0DBF6;
    font-weight: bold;
    cursor: pointer;
}

.list-group-item.active {
    background-color: #E0DBF6;
    font-weight: bold;
    cursor: pointer;
    color: #333;
}


.border-custom {
    border: 2px solid #ededf1;
}

.border-left-custom {
    border-left: 1px solid #080a0c2d;
}

.border-right-custom {
    border-right: 1px solid #080a0c2d;
}

.border-bottom-custom {
    border-bottom: 2px solid #080a0c2d;
}

.w-200px {
    width: 200px !important;
}
.card-upload-file{
    border: 2px dashed  #004039;

}
.badge-primary{
    background-color: #A485F4;
}

.swal2-success-ring {
    border-color: #a5dc86 !important;
    animation: swal2-rotate-success 1.2s linear infinite;
}

@keyframes swal2-rotate-success {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*!
 * pace.js v1.2.4 | Default theme
 * https://github.com/CodeByZach/pace/
 * Licensed MIT © HubSpot, Inc.
 */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background: #1A565C;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px
}

.muntt-login-card {
    width: 100%;
    height: auto;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 auto;
    position: relative;
}
.muntt-login-card__body {
    height: 100%;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
/* Ajustes específicos para móviles */
@media (max-width: 767px) {
    .muntt-login-card {
        width: 93%;
        max-width: 380px;
        margin: 1rem auto;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        padding: 0.75rem;
        background: #ffffff;
        margin: 2rem auto;
    }

    .muntt-login-card__body {
        padding: 0.5rem;
    }

    .muntt-login-card input {
        margin: 0.5rem 0;
        padding: 0.5rem 0.75rem;
        font-size: 0.95rem;
    }
}
/* ========= CARD DE REGISTRO ========= */
.muntt-register-card {
    width: 100%;
    max-width: 853px;
    height: auto;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 auto;
    position: relative;
}

.muntt-register-card__body {
    height: 100%;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.muntt-register-card input,
.muntt-register-card select {
    margin: 0.6rem 0;
    padding: 0.5rem 0.75rem;
    font-size: 0.95rem;
}

/* Ajustes específicos para móviles */
@media (max-width: 767px) {
    .muntt-register-card {
        width: 91%;
        max-width: 360px;
        margin: 1rem auto;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        padding: 0.75rem;
        background: #ffffff;
        margin: 2rem auto;

    }

    .muntt-register-card__body {
        padding: 1rem;
    }

    .muntt-register-card input,
    .muntt-register-card select {
        margin: 0.5rem 0;
        padding: 0.5rem 0.75rem;
        font-size: 0.95rem;
    }
}
@media (min-width: 768px) {
    .muntt-register-card {
        min-width: 853px;
    }
}




.text-gray-custom {
  color: #717171 !important;
}
.text-description {
    color: #A0AEC0 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.input-custom {

    height: 50px;
    border: 1px solid #E2E8F0;
    border-radius: 15px!important;
    padding: 0 15px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    outline: none;
    transition: border-color 0.2s ease-in-out;
}

.input-custom:focus {
    border-color: #3182CE;
    box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.2);
}
.muntt-login-card__divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 1rem;
}

.muntt-divider-text {
    font-size: 0.875rem;
    color: #718096;
    margin: 0;
    padding: 0 1rem;
    white-space: nowrap;
}

.muntt-login-card__divider::before,
.muntt-login-card__divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #e2e8f0;
}

.link-custom {
    color: #6FB200;
}

.text-subtitle {
    color:  #A0AEC0!important;
    font-size: 16px !important
}
.form-control::placeholder {
  font-size: 14px;
  color: #A0AEC0;
}


.bg-auth {
    background-image: url('https://muntt-public.s3.us-east-1.amazonaws.com/images/bg-auth.svg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center -200px;
    transform: none !important;
    will-change: auto;
}


/* Para pantallas pequeñas (tablets/móviles) */
@media (max-width: 1023px) {
    .bg-auth {
        background-size: cover;
        background-position: center -200px;
    }
}

.container {
    transform-origin: center top;
}
#password {
    border-radius: 8px;
    padding-right: 2.5rem;
}

#togglePassword {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
    pointer-events: auto;
    z-index: 10;
}
.file-icon {
    position: relative;
    display: inline-block;
}

.file-badge {
    position: absolute;
    bottom: 1px;
    left: 0;
    font-size: 0.55rem;
    padding: 1px 2px;
    border-radius: 4px;
    border-color: #f8f9fa;

}
.spinner-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.spinner-content {
    position: relative;
    text-align: center;
}

.spinner-logo {
    width: 120px;
    height: auto;
    margin-bottom: 20px;
    animation: pulse 1.5s infinite;
}

.spinner-circle {
    border: 6px solid #e0e0e0;
    border-top: 6px solid #006241;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.mobile-nav .nav-item {
  flex: 1;
  text-decoration: none;
  color: #212529;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mobile-nav svg {
  width: 26px;
  height: 26px;
  margin-bottom: 2px;
}

.mobile-nav span {
  font-size: 0.9rem;
  line-height: 1;
}
    .sidebar-profile {
        transition: transform 0.3s ease-in-out;
    }
    @media (max-width: 991.98px) {
        .sidebar-profile {
            position: fixed;
            top: 0;
            left: 0;
            height: 100vh;
            width: 280px;
            background: #fff;
            z-index: 1040;
            overflow-y: auto;
            transform: translateX(-100%);
            box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
            padding: 20px 15px;
        }

        .sidebar-profile.show {
            transform: translateX(0);
        }

        .sidebar-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1030;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        }

        .sidebar-overlay.show {
            opacity: 1;
            visibility: visible;
        }

        .btn-close-sidebar {
            position: absolute;
            top: 15px;
            right: 15px;
            background: transparent;
            border: none;
            font-size: 1.5rem;
            color: #333;
            cursor: pointer;
            padding: 0;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .btn-close-sidebar:hover {
            color: #000;
        }
    }
    @media (min-width: 992px) {
        .sidebar-profile {
            position: relative;
            transform: translateX(0) !important;
        }
    }
.link-primary-custom{
    color: #004039;
}

.title-primary{
    color: #004039;
    font-size: 28px;
    font-weight: 700;
}

.subtitle-primary{
    color: #004039;
    font-size: 20px;
    font-weight: 700;
}

.card-help{
    background-color:#E0DBF6;
}
.link-primary-custom{
    color: #004039;
}

.title-primary{
    color: #004039;
    font-size: 28px;
    font-weight: 700;
}

.subtitle-primary{
    color: #004039;
    font-size: 20px;
    font-weight: 700;
}

.comments-card {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.comments-list {
    flex: 1; /* ocupa el espacio disponible */
    max-height: 400px; /* ajusta según necesidad */
    overflow-y: auto;
    padding-right: 8px;
    margin-bottom: 1rem;
}

/* Scroll personalizado solo dentro de comments-list */
.comments-list::-webkit-scrollbar {
    width: 6px;
}
.comments-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}
.comments-list::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.message-bubble {
    max-width: 70%;
    padding: 10px 14px;
    border-radius: 1rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    word-wrap: break-word;
}

.message-left {
    background-color: #e0dbf6;
    border-bottom-left-radius: 0.3rem;
}

.message-right {
    background-color: #c9ff60;
    border-bottom-right-radius: 0.3rem;
}

.line-comments {
    height: 2px;
    background: #004039;
}





