.border-dashed {
    border: 2px dashed #ccc;
    border-radius: 5px;
}

.upload-area {
    /* text-align: center;
    padding: 20px; */
    cursor: pointer;
}

.upload-area:hover {
    border-color: #11203d;
    color: #cac7c6;
}

.upload-area input[type=file] {
    display: none;
}

/* users avatar styles */
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}

.avatar-edit {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 1;
}

.avatar-edit input {
    display: none;
}

.avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-align: center;
    line-height: 34px; /* Vertically center FontAwesome icon */
}

.avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-edit input + label::after {
    content: "\efe0";
    font-family: 'remixicon';
    color: #757575;
    font-size: 16px; /* Adjust size as necessary */
    display: inline-block;
    line-height: 34px; /* Vertically center FontAwesome icon */
}

.avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 50%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden; /* Ensures the child div is clipped to the container */
}

.avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/* for menus style */
.drink-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}

.drink {
    text-align: center;
    transition: transform 0.3s ease;
}

.drink:hover {
    transform: translateY(-10px);
    cursor: pointer;
}

.drink .image-container {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
}

.drink .profile-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.drink:hover .profile-img {
    filter: brightness(0.7);
    transform: scale(1.1);
}

.drink .profile-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: none;
}

.drink:hover .profile-img::after {
    display: block;
}

.drink .info {
    margin-bottom: 10px;
    margin-top: 20px;
}

.drink .info .name {
    font-size: 18px;
    font-weight: bold;
    color: #c0b9b9;
}

.drink .info .title {
    font-size: 14px;
    color: #777;
}

/* for the select2 modal position  */
.modal-pos {
    position: relative !important;
}

/* for the header cart items scroll */
#header-cart-items-scroll {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
}

/* for the canvas sidebar */
.offcanvas {
    z-index: 100;
}

.date-picker-canvas {
    z-index: 1050;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}

.link-bg-primary:hover{
    background-color: #717cf7!important;
    color: #fff!important;
}
.link-bg-primary:hover .card h3{
    color: #fff!important;
}
.popover-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: var(--primary-color);
    color: #fff;
    padding: 5px 10px;
    border-radius: 40%;
}


.list-group-item:hover{
    background-color: #ccc;
}


/* for the input number spinner */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]{
    -moz-appearance: textfield;
}

.custom-margin-5 {
    margin-left: 2rem !important;
}
.custom-margin-10 {
    margin-left: 4rem !important;
}
.custom-margin-15 {
    margin-left: 6rem !important;
}
.custom-margin-20 {
    margin-left: 8rem !important;
}
.custom-margin-25 {
    margin-left: 10rem !important;
}

.custom-padding-5 {
    padding-left: 2rem !important;
}
.custom-padding-10 {
    padding-left: 4rem !important;
}
.custom-padding-15 {
    padding-left: 6rem !important;
}
.custom-padding-20 {
    padding-left: 8rem !important;
}
.custom-padding-25 {
    padding-left: 10rem !important;
}


.wizard,
.wizard .nav-tabs,
.wizard .nav-tabs .nav-item {
	position: relative;
}
.wizard .nav-tabs:after {
	content: "";
	width: 80%;
	border-bottom: solid 2px #ccc;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 38%;
	z-index: -1;
}
.wizard .nav-tabs .nav-item .nav-link {
	width: 70px;
	height: 70px;
	margin-bottom: 6%;
	background: white;
	border: 2px solid #ccc;
	color: #ccc;
	z-index: 10;
}
.wizard .nav-tabs .nav-item .nav-link:hover {
	color: #333;
	border: 2px solid #333;
}
.wizard .nav-tabs .nav-item .nav-link.active {
	background: #fff;
	border: 2px solid #0dcaf0;
	color: #0dcaf0;
}
.wizard .nav-tabs .nav-item .nav-link:after {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 5px solid transparent;
	border-bottom-color: #0dcaf0;
	transition: 0.1s ease-in-out;
}

.nav-tabs .nav-item .nav-link.active:after {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	/* opacity: 1; */
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #0dcaf0;
}
.wizard .nav-tabs .nav-item .nav-link svg {
	font-size: 25px;
}

.ql-container {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ql-align-right {
    text-align: end !important;
}

.ql-direction-rtl {
    direction: rtl;
}

table tr .th-sortable{
    cursor: pointer;
}

/* #birthday-message {
    background-color: #333 ;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    font-size: 3rem;
    font-weight: bold;
    color: #86aefc;
    opacity: 0;
    transition: transform 3s ease, opacity 3s ease;
    z-index: 9999;
    pointer-events:all;
}

#birthday-message.show {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 1;
} */

#birthday-div {
  background: #020202;
  cursor: crosshair;
  height: 30vh;
  width: 200px;
}
canvas{display:block}
#birthday-message {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 5em;
  font-weight: 900;
  -webkit-user-select: none;
  user-select: none;
}
