.product-name-overflow{
	height:60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.alert-danger{
	color: red;
}

.text-danger{
	color: red;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/images/pageLoader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: 1;
}

/*.table-responsive{
	max-width:1000px;
}*/

.whats-app {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 1.0rem;
	left:unset;
	right:1rem;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.my-float {
    margin-top: 16px;
}
#toTop{
	bottom: 5.5rem!important;
}

.notification-dropdown > .btn {
    padding: 0.25rem;
}

.notification-header {
    font-weight: bold;
    text-decoration: underline;
    font-size: 15px;
    padding: 8px 15px;
    border-bottom: 1px solid #e9ecef;
}

.notification-dropdown-menu {
    width: 320px;
    max-height: 400px;
    overflow-y: auto;
    padding: 0;
}

.notification-item {
    padding: 10px 15px;
    border-bottom: 1px solid #e9ecef;
    white-space: normal;
    color: #000;
    position: relative;
    background-color: #fff;
}

.notification-item.unread {
    background-color: #f5f5f5;
}

.notification-item.unread::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    width: 10px;
    height: 10px;
    background-color: #dc3545;
    border-radius: 50%;
    border: 1.5px solid #fff;
    box-sizing: content-box;
}

.notification-title {
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 3px;
    font-size: 14px;
}

.notification-sender {
    color: #6c757d;
    margin-bottom: 5px;
}

.notification-time {
    font-style: italic;
}

.notification-message {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.view-all-link a {
    display: block;
    padding: 8px;
    color: #007bff;
    text-decoration: underline;
}

.view-all-link a:hover {
    color: #0056b3;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Push title left, button right */
}

h1{
    font-weight: 400;
}

.header{
    /*z-index:99!important;*/
    height:100px;
}


.dashboard .dashboard-content{
    padding-top: 6rem!important;
}

aside{
    z-index:10000!important;
}

.custom-logo{
    width: 300px
}

.lotcondo-indicator-plate .nav-tabs .nav-link {
    width: 300px !important;
    height: 110% !important;
    justify-content: start !important;
}
.lotcondo-indicator-plate .nav-tabs .img-plate {
    width: 200px !important;
}
.lotcondo-indicator-plate .nav-tabs {
    gap: .5rem 1rem !important;
}
.dashboard .dashboard-content .card {
    margin-top: 15px !important;
}

@media (max-width: 768px) {
    .custom-logo{
        width: 110px
    }
    .hide-mobile {
        display: none !important;
    }.header{
        height:70px;
    }

}