main {
    margin-top: 80px !important;
}

.logo-mobile {
    width: 140px !important;
    height: 55px !important;
}

.view-icon {
    font-size: 20px;
    color: #8f8f8f
}

    .view-icon:hover {
        color: #661B32
    }

    .view-icon.s {
        font-size: 18px
    }

    .view-icon.max {
        font-size: 25px
    }

.catalogs i {
    font-size: 30px;
    color: #661B32;
}

.catalogs .catalog-item:hover {
    background-color: #661B32;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,.2);
    box-shadow: 2px 2px 2px 1px rgba(0,0,0,.2)
}

    .catalogs .catalog-item:hover div, .catalogs .catalog-item:hover i {
        color: #fff;
    }

.icons-margin {
    margin: 20px 20px 20px 18px;
}

.icons-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer.page-footer {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 1px solid #d7d7d7;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
}

.footer-content {
    margin-top: 10px;
}

.main-menu {
    -webkit-box-shadow: 0 3px 30px rgb(0 0 0 / 10%), 0 3px 20px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 30px rgb(0 0 0 / 10%), 0 3px 20px rgb(0 0 0 / 10%);
}

.fc .fc-button-primary {
    background-color: #661B32 !important;
    border-color: #661B32 !important;
}

hr {
    margin-top: 10px !important;
}

.card-header {
    padding-bottom: 0px;
}

.glide__slides {
    display: flex !important;
}

.dashboard-list-with-thumbs {
    height: 800px;
}

.navbar .navbar-right {
    flex-basis: 36%;
}

.primary {
    color: #661B32;
}

.lg {
    font-size: 15px;
}

.dropzone .dz-preview.dz-image-preview {
    width: 90%
}

.pdf-viewer {
    min-height: 100vh;
    width: 100%;
}

.spinner {
    width: 36px;
    text-align: center
}

    .spinner > span {
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.2s ease-in-out infinite both;
        animation: sk-bouncedelay 1.2s ease-in-out infinite both
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -.32s;
        animation-delay: -.32s
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -.16s;
        animation-delay: -.16s
    }

.notification-bg.bg-light-primary {
    background-color: rgba(217, 127, 61, 0.1);
    color: #661B32;
}

.notification-bg.bg-light-secondary {
    background-color: rgba(242, 95, 76, 0.1);
    color: #661B32;
}

    .notification-bg.bg-light-secondary svg path {
        color: #661B32;
    }

.notification-bg.bg-light-success {
    background-color: rgba(27, 76, 67, 0.1);
    color: #1b4c43;
}

.notification-bg.bg-light-danger {
    background-color: rgba(210, 45, 61, 0.1);
    color: #d22d3d;
}

    .notification-bg.bg-light-danger path {
        color: #d22d3d;
    }

li.noti-primary:hover {
    background-color: rgba(217, 127, 61, 0.1);
}

li.noti-secondary:hover {
    background-color: rgba(242, 95, 76, 0.1);
}

    li.noti-secondary:hover .media .media-body p {
        color: #661B32;
    }

    li.noti-secondary:hover .media .media-body span {
        color: #661B32;
    }

li.noti-success:hover {
    background-color: rgba(27, 76, 67, 0.1);
}

    li.noti-success:hover .media .media-body p {
        color: #1b4c43;
    }

    li.noti-success:hover .media .media-body span {
        color: #1b4c43;
    }

li.noti-danger:hover {
    background-color: rgba(210, 45, 61, 0.1);
}

    li.noti-danger:hover .media .media-body p {
        color: #d22d3d;
    }

    li.noti-danger:hover .media .media-body span {
        color: #d22d3d;
    }

.notification-icon {
    border-radius: 40px;
    width: 63px;
    height: 46px;
    border: 1px solid lightgray;
    text-align: center;
}
    .notification-icon i {
        font-size: 20px;
        width: 28px !important;
        height: 28px !important;
        color: lightgray
    }

    .notification-icon > i {
        position: relative;
        top: calc(50% - 10px);
    }

.card-picture {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center;
}

/*Manual */

.img-manual {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    margin: 10px 10px 20px 0px;
}

.img-manual-md {
    width: auto;
    height: 300px;
}

.img-manual-sm {
    width: auto;
    height: 150px;
}

.text-manual {
    font-size: 16px;
}

.jq-toast-master {
    background-color: #661B32;
    color: white;
}

.label-date {
    align-content: center;
}

.btn-search {
    border: none;
    height: 39px;
    color: white;
    font-weight: bold;
    background-color: #661B32;
}

    .btn-search:hover {
        color: white;
    }

.membership__image {
    height: 100%;
    width: 100%;
    /* Add these classes */
    display: flex;
    justify-content: center;
    align-items: center;
}

    .membership__image img {
        height: 300px;
        width: 310px;
        margin: 0px auto;
    }

.tab-content {
    margin-top: -30px;
}

@media (max-width: 767px) {
    .tab-content {
        margin-top: -10px !important;
    }

    .dt-buttons{
        margin-bottom: 15px;
    }

    .dataTables_filter label{
        width: 100%;
    }

    .dataTables_filter label>input{
        width: 100% !important;
    }
}

.navbar {
    height: 55px;
    padding: 0px;
    background-color: #6A1B31 !important;
    color: white !important;
}

.top-menu {
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
    padding: 0;
    z-index: 998;
    position: relative;
}

.horizontal-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .horizontal-menu li {
        padding: 15px 18px;
    }

        .horizontal-menu li.active {
            background-color: #511024;
            font-weight: bold;
        }

        .horizontal-menu li a {
            color: white;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 6px;
        }

.navbar-right span{
    color: white !important;
}

.navbar-right i {
    color: white !important;
}

.navbar .header-icon#notificationButton .count {
    border: 1px solid white !important; 
}

.header-icons {
    margin-top: 10px;
}

.auth-card .image-side-top {
    height: 180px;
    width: 100%;
    background: url(../../img/background_auth2.jpg) no-repeat center top;
    background-size: cover;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
}

.auth-card .form-side {
    width: 100%;
    padding: 0px;
}

.auth-card .form-content{
    width: 70%;
    margin: 0px auto;
    padding: 50px
}

.auth-card .image-side-top span{
    margin-top: 50px;
}

@media (max-width: 768px) {
    .auth-card .form-content {
        width: 100%;
        padding: 40px 20px;
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\e844";
    font-family: 'iconsminds';
    font-size: 10px;
    color: #545454;
}

.breadcrumb-item.active {
    font-weight: 700;
    color: #545454;
}

.navbar .menu-button-mobile{
    color: white !important;
}

.navbar .menu-button-mobile svg{
    fill: white;
}

/* Desktop: se muestra normalmente */
@media (min-width: 768px) {
    .horizontal-menu {
        display: flex !important;
        flex-direction: row;
    }
}

/* Móvil: oculto por defecto */
@media (max-width: 767px) {
    .horizontal-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #fff;
        border-top: 1px solid #ccc;
        z-index: 998;
        position: absolute;
        top: 55px; /* ajusta según tu navbar */
        left: 0;
    }

    /* Cuando se activa menú móvil */
    body.main-show-temporary .horizontal-menu {
        display: flex;
    }

    .horizontal-menu li {
        padding: 12px 16px;
        border-bottom: 1px solid #eee;
        background-color: #6A1B31;
        margin: 0px;
    }
}
