.login-page, .register-page{
    background-color: #07634c !important;
}
.badge-primary {
    color: #fff;
    background-color: #07634c;
}


/* .login-logo img{
    height:100px;
} */

[class*=sidebar-dark-]{
    background-color: #032a20;
}
.preloader.flex-column img{
    border-radius: 15px;
}
.btn-primary, .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active, .bg-primary{
    background-color:#07634c !important;
    border-color: #07634c;
}
.card-primary.card-outline{
    border-color: #07634c;
}
.btn-danger{
    background-color: #d81b60;
    border-color: #d81b60;
}
.btn {
    border-radius: 0 !important;
}
.punto-de-venta, .thead-primary{
    background-color:#07634c;
    color: #fff !important;
}
.main-sidebar .nav-header{
    border-bottom:solid 2px #07634c;
    /* border-top:solid 2px #60b8c3;
    border-left:solid 2px #60b8c3; */
}
.container-products{
    padding:15px;
}
.cart-quantity-input{
    width: 100px;
}
.br-2{
    border-radius: 15px;
}
.card-header {
    background-color: #f3a829;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: .75rem 1.25rem;
    position: relative;
    border-top-left-radius: 0% !important;
    border-top-right-radius: 0% !important;
    
    /* border-top-left-radius: .25rem; */
    /* border-top-right-radius: .25rem; */
}
.card-header h3{
    color: #07634c !important;
    font-weight: bold;
}
#toastContainer{
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
.modal-dialog {
    max-width: 80%; /* Adjust the width as needed */
}

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

.modal-body {
    overflow-y: auto;
    max-height: 70vh; /* Adjust the height as needed */
}
.blockUI.blockPage{
    background-color:transparent !important;
    border:none !important;
    z-index: 2001 !important;
   }
   .blockUI.blockOverlay{
        z-index: 2000 !important;
   }

   .punto-de-venta{
    /* margin-left:15px; */
    margin-right: 15px;
   }
   .user-menu{
    background-color:#f3a829;
    color: #032a20 !important;
   }
   .card-title{
    float: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #07634c  !important;
   }
   .row{
    width: 100%;
   }
   .dropdown-item {
    padding: 10px 15px;
    border-radius: 0;
}

.dropdown-item.read {
    background-color: #f8f9fa; /* Light background for read notifications */
    color: #6c757d; /* Grey text for read notifications */
}

.dropdown-item.unread {
    background-color: #f1f4f6; /* Slightly darker background for unread notifications */
    color: #343a40; /* Dark text for unread notifications */
    font-weight: bold; /* Highlight unread notifications */
}

.dropdown-item.unread:hover {
    background-color: #dae0e5; /* Darker background on hover for unread notifications */
}

.dropdown-item .media {
    display: flex;
    align-items: center;
}

.dropdown-item .media-body {
    flex: 1;
}
.pagination-wrapper svg{
    display: none;
}
.pagination-wrapper a[rel="next"], .pagination-wrapper a[rel="prev"]{
    display: none;
}
ul.pagination .page-item.active .page-link{
    color: #dae0e5;
    background-color: #07634c;
}
ul.pagination .page-item .page-link{
    color: #032a20;
}