:root {
            --primary:  #0040a8;
            --secondary: #ff772e;
            --success: #4cc9f0;
            --info: #4895ef;
            --warning: #f72585;
            --light: #f8f9fa;
            /* --dark: #212529; */
            --text:#FFF;
        }
        

.dashboard{
        display: block;
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
        

.side-bar {
  position: sticky;
  top: 20px; /* space from top when scrolling */
  background-color: var(--dark);
  height: calc(100vh - 40px);
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  overflow-y: auto;
  z-index: 1;
}


.side-bar h4{
    color: var(--text);
}

.dash-box {
    display: block;
    margin-top: 38px;
}

.dash-box ul li a{
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    padding: 12px 20px;
    width: 100%;
    display: block;
    border-radius: 10px;
    margin-bottom: 20px;
}

a .box-inside {
    display: flex;
    width: 83%;
    border: 2px solid var(--color-primary);
    border-radius: 30px;
    margin: auto;
    padding-left: 36px;
    padding-top: 4px;
	background: #0061ff85;
	color: var(--dark-secondary);
}

a .box-inside:hover {
    background: var(--color-primary);
    color: var(--text);
    webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.box-block{
    display: block;
    margin-top: 0px;
}

span.numbers-box{
    font-size: 25px;
    font-weight: bold;
}

.icon-box{
    width: 10%;
    display: block;
}

.orders span {
    display: block;
}

.dash-box1{
    width: 100%;
    background: var(--info);
    padding: 20px;
    border-radius: 20px;
    display: flex;
}

.dash-box1 img{
    width: 70%;
}

.inside-text h5{
    color: var(--text);
}

.inside-text p{
    color: var(--text);
}

.right-bar h4{
    margin-top: 20px;
}

.side-bar h6{
	color: var(--text);
}

.right-bar {
    display: block;
    background: var(--bg-gray);
	padding: 20px;
	border-radius: 20px;
}

/*Table*/
.table-searchable .is-hidden {
  display: none;
}

.table-searchable .is-match {
  background-color: lawngreen;
  transition: background-color .5s ease-in;
}

.btn-group-sm button.btn {
  padding: 12px 14px !important;
}

/* ✅ Table container scroll setup */
.table-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* ✅ Scrollable area */
.table-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.table-scroll::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

/* Ensure table always full width */
.table {
  width: 100%;
  min-width: 1200px; /* adjust if you want more columns visible before scroll */
  border-collapse: collapse;
}
/*End*/

/* Order table */
table.table.Order{
min-width: 100%;
}

.btn-outline-dark a i{
    color: var(--text);
}


.switch input { 
    display:none;
}
.switch {
    display:inline-block;
    width:60px;
    height:27px;
    margin:0 auto;
    transform:translateY(50%);
    position:relative;
    top:-10px;
    left: 20px;
}
/* Style Wired */
.slider {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border-radius:30px;
    box-shadow:0 0 0 2px var(--color-primary), 0 0 4px #777;
    cursor:pointer;
    border:4px solid transparent;
    overflow:hidden;
     transition:.4s;
}
.slider:before {
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    background:var(--color-primary);
    border-radius:30px;
    transform:translateX(-30px);
    transition:.4s;
}

input:checked + .slider:before {
    transform:translateX(30px);
    background:limeGreen;
}
input:checked + .slider {
    box-shadow:0 0 0 2px limeGreen,0 0 2px limeGreen;
}

/* Style Flat */
.switch.flat .slider {
 box-shadow:none;
}
.switch.flat .slider:before {
  background:#FFF;
}
.switch.flat input:checked + .slider:before {
 background:white;
}
.switch.flat input:checked + .slider {
  background:limeGreen;
}

.heading-top{
    display: flex;
    justify-content: space-between;
}

.right-plus a i{
	position: relative;
    top: 32px;
    left: -14px;
	font-size: 25px;
}

.right-plus a i:hover{
	color: var(--color-primary);
}


.form-group {
            margin-bottom: 20px;
        }

label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    outline: none;
    border-color: var(--secondary);
    background: white;
}

textarea {
    resize: vertical;
    min-height: 120px;
}


a button.list {
    background: #ebebeb;
    border: none;
    padding: 10px;
    border-radius: 10px;
}

a button.list:hover {
    background: var(--primary);
    color: var(--text);
}

a button.list:active {
    background: var(--primary);
    color: var(--text);
}

a button.list:focus {
    background: var(--primary);
    color: var(--text);
}

.box-block label {
    padding-top: 32px;
}

#contactForm{
	display: block;
}

#submitBtn{
	margin-top: 25px;
	width: 80%;
	margin-bottom: 50px;
}



.Order td i.bi-star-fill, .bi-star-half, .bi-star{
	color: var(--color-primary);
}

.order-block{
    display: flex;
	position: relative;
	z-index: 0;
}

.order-status{
    display: flex;
    flex-direction: column; /* stack icon above text */
    align-items: flex-start;    /* center horizontally */
    width: 100%;
	
}


.order-block i.bi-circle-fill, .bi-circle-half{
	color: var(--secondary);
}


/*.order-block::after{*/
/*	content: '';*/
/*	position: absolute;*/
/*	border-top: 3px solid var(--secondary);*/
/*	width: 53%;*/
/*	top: 12px;*/
/*	left: 0;*/
/*	height: 10px;*/
/*	z-index: -1;*/
/*}*/

.order-block {
  display: flex;
  gap: 40px;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 10px;
  align-items: center;
  position: relative;
} /* Horizontal line */
.order-block::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 50px;
  right: 50px;
  height: 4px;
  background: #ccc;
  z-index: 0;
}
.order-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Arial, sans-serif;
  color: #555;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.order-status i {
  font-size: 22px;
  margin-bottom: 5px;
  background: #f5f5f5;
  padding: 2px;
}
.order-status i.bi-circle-fill {
  color: #28a745;
}
.order-status i.bi-circle {
  color: #bbb;
}



.img-block{
    border-radius: 100px;
    border: 1px solid var(--secondary);
    width: 14%;
    display: block;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.img-block img{
    display: block;
    width: 100%;
    transition: opacity 0.3s ease;
}

.img-block:hover img{
    opacity: 0.3; /* fade effect */
}

/* Pencil icon */
.edit-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    color: #000;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.img-block:hover .edit-icon {
    opacity: 1;
}


.profile-admin {
    display: block;
    width: 250px;
    padding: 15px;
    border: 1px solid #ccc;
    position: relative;
    border-radius: 6px;
	margin-top: 25px;
}

/* Show edit icon on hover */
.profile-admin:hover::after {
    content: "\f4cb"; /* make sure this icon exists in your icon font */
    position: absolute;
    top: 8px;
    right: 8px;
    font-family: "bootstrap-icons" !important; /* or correct font name */
    font-weight: 900;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.profile-btn{
	display: block;
	width: 55%;
}

.profile-btn #submitBtn{
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 400;
	padding: 2px 10px;
}

.profile-btn p{
	margin: 20px 0 0px;
	font-size: 20px;
	
}

/* End */