.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
    background-color: #fff;
}

.layout-fixed .main-sidebar {
    background-color: #111111;
}

.bg-primary {
    background-color: #EA542F !important;
}

.bg-primary-alt {
    background-color: #2173ba !important;
    color: #fff !important;
}


.bg-primary-block {
    background-color: #999999 !important;
    color: #fff !important;
    text-transform: uppercase;
}


.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #EA542F;
    border-color: #EA542F;
}

.fa-lg {
    font-size: 34px;
}

.btn-primary {
    background-color: #EA542F;
    border-color: #EA542F;
}

.btn-primary:hover {
    color: #fff;
    background-color: #FAAF41 !important;
    border-color: #FAAF41 !important;
}

.card-primary:not(.card-outline)>.card-header {
    background-color: #EA542F;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #fff;
    color: #EA542F;
}

.modal-dialog {
    max-width: 690px;
    margin: 1.75rem auto;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #EA542F;
    border-color: #EA542F;
}

.btn-outline-primary {
    color: #EA542F;
    border-color: #EA542F;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #EA542F;
    border-color: #EA542F;
}

.btn-primary:hover {
    color: #fff;
    background-color: #396fc0;
    border-color: #396fc0;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #EA542F;
    border-color: #EA542F;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #EA542F;
    border-color: #EA542F;
    box-shadow: 0 0 0 0 rgba(38, 143, 255, .5);
}


a.text-primary {
    color: #EA542F !important;
}

.dropdown-item:active,
.dropdown-item:active a {
    background-color: #EA542F !important;
    color: #FFF !important;
}

.card.cuenta:hover {
    background-color: #EA542F;
    color: #fff;
    cursor: pointer;
}

.card-primary.card-outline {
    border-top: 3px solid #EA542F;
}

.rounded-square {
    border-radius: 10px;
    /* Ajusta según sea necesario */
    overflow: hidden;
    /* Asegura que la imagen esté completamente dentro de los bordes redondeados */
}



.contenedor-imagen {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    /* Color de fondo para el área de vista previa */
    margin-bottom: 10px;
    border: 2px solid #495057;
    /* Añadir borde al círculo */
}

#foto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

#imagen-preview {
    text-align: center;
}

#imagen-preview img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.icono-camara {
    font-size: 2em;
    color: #495057;
    /* Color del icono */
}

.profile-user-img {
    border: 3px solid #adb5bd;
    margin: 0 auto;
    padding: 3px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.text-muted {
    color: #6c757d !important;
}

.text-primary {
    color: #EA542F !important;
}

.products-list .product-img img {
    height: 80px;
    width: 80px;
    margin-right: 23px;
}


.card-header-cal {
    padding-top: 3px !important;
    padding-bottom: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.card-header-cal .card-title {
    float: none !important;
}

.form-check-inline input.form-control[type="checkbox"],
input.form-control[type=radio] {
    height: 17px !important;
    width: auto;
}

.products-list .product-img img {
    width: 150px;
    height: auto;
    margin-right: 23px;
}


.btn-primary-alt {
    background-color: #2173ba;
    border-color: #2173ba;
    color: #fff;
}


.btn-primary-alt:hover {
    color: #fff;
    background-color: #4a88be;
    border-color: #4a88be;
}

.btn-primary-alt:not(:disabled):not(.disabled).active,
.btn-primary-alt:not(:disabled):not(.disabled):active,
.show>.btn-primary-alt.dropdown-toggle {
    color: #fff;
    background-color: #2173ba;
    border-color: #2173ba;
}

.btn-primary-alt.focus,
.btn-primary-alt:focus {
    color: #fff;
    background-color: #4a88be;
    border-color: #4a88be;
    box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}


.fa-md {
    font-size: 25px;
}


.table thead th.tbl {
    border-left: 2px solid #dee2e6;
}

.table thead th.tbr {
    border-right: 2px solid #dee2e6;
}


.brand-link .brand-image {
    float: left !important;
    line-height: .8 !important;
    margin-left: 9px !important;
    margin-right: .5rem !important;
    margin-top: 3px !important;
    max-height: 40px !important;
    width: auto !important;
}