.bg-orange {
	background-color:#F07D1A;
	border-bottom-left-radius: 25px;
  	border-bottom-right-radius: 25px;
}

.btn-orange-dark {
	border-color: #984600;
	background-color: #984600;
	color: white;
}

.btn-orange-dark:hover {
	background-color: #7a3a00;
	border-color: #7a3a00;
	color: white;
}

.bgproduct {
	padding: 10px;
	border: 0;
	border-radius: 5px;
	background-color: rgb(254, 216, 177);
}

#profiledropdown {
    float: right;
    background-color: #F07D1A;
    border: 0;
    padding: 0 0;
    font-size: 2rem;
    line-height: 0;
    border-radius: 0;
    color: white;
}

#arrowMenuButton {
    float: left;
    background-color: #F07D1A;
    border: 0;
    padding: 0 0;
    font-size: 2rem;
    line-height: 0;
    border-radius: 0;
    color: white;
}

/* LOADING */
#loadingLayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/* Background overlay covering the entire screen */
#loadingBg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0.5;
}

/* Centered loading content */
#loadingContent {
    position: absolute;
    text-align: center;
    background: #333;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 10px;
}

.fs-7 {
    font-size: 0.8rem !important;
}

.custom-placeholder::placeholder {
    color: gray;
    opacity: 0.75;
    font-size: 0.8rem !important;
}