.signup .info-display-box label{
    width: 25% !important;
}
label.error{
    font-size: 9px !important;
    color: #a40000 !important;
    width: 100% !important;
}
.signup .info-display-box label.error{
    width: 100% !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fs-20{
    font-size: 20px !important;
}
.attachBox{
    display: flex !important;
    align-items: center !important;
}
.attachBox .left-details{
    padding: 0px 15px;
}

.category-clear-btn i{
    font-size: 18px;
    color: #c0c0c0;
}

.selected-categories .info-input-box{
    position: relative;
    margin-bottom: 10px;
}

.display-category-box{
    background-color: #f2f2f2;
    padding: 17px 20px;
}

.service-selection-close i{
    position: static;
}

.loading-bar {
    background: #4c4c4c;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    height: 3px;
    transition: all 0.8s;
}

.app-sidebar{
    height: 100vh !important;
    z-index: 3000 !important;
}

.app-sidebar.sticky{
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 3000 !important;
}

.service-action-btn{
    background-color: #2A2925;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    text-transform: uppercase;
    height: 80px;
    width: 80px;
    line-height: 68px;
    border: 1px solid #2A2925;
}
.service-action-btn:hover{
    background-color: rgba(42, 41, 37, 0.9);
    color: #fff;
    border-color: rgba(42, 41, 37, 0.9);
}
.service-action-btn:active{
    background-color: rgba(42, 41, 37, 0.9);
    color: #fff;
    border-color: rgba(42, 41, 37, 0.9);
}
.service-action-btn:focus{
    background-color: rgba(42, 41, 37, 0.9);
    color: #fff;
    border-color: rgba(42, 41, 37, 0.9);
}
#serviceForm{
    margin-top: 30px;
}
.info-input-box i.search{
    width: fit-content !important;
}

.has-textarea{
    padding: 0 !important;
}

.service-textarea{
    padding: 25px !important;
}

.service_condition_input{
    cursor: pointer;
}

.service_condition_input input{
    display: none;
}

.service_condition_input_box.disabled .info-box-div span{
    color: #8D9296;
}

.scope-view-input-sm{
    padding: 0 !important;
    height: fit-content !important;
}

.scope-view-input-sm input{
    padding: 24px !important;
}

.scope-accordion-item{
    margin-bottom: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.scope-record-inner .scope-record-inner-input-box{
    min-height: 40px !important;
    height: 83.5px !important;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
}

.scope-option{
    margin-bottom: 15px;
}

.scope-options{
    margin-top: 20px;
    margin-bottom: 20px;
}

.scope-price-record input{
    min-height: 40px !important;
    height: 83.5px;
    margin-bottom: 3px;
}

.scope-unit-record input{
    min-height: 40px !important;
    height: 83.5px;
    margin-bottom: 0 !important;
}

.scope-option{
    position: relative;
}

.dismiss-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    background: #ffffff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #dc3545 !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.theme-file-input-btn{
    border-color: #f2f2f2 !important;
}

.scope-option-price-record input{
    min-height: 170px !important;
}

.scope-options-record{
    display: flex;
    align-items: center;
    gap: 0.3rem;
    position: relative;
    margin-bottom: 15px;
}
.flex1{
    flex: 1;
}

.labels-input label.label-active{
    background-color: #006666;
    color: white;
    transition: background-color 0.3s ease;
}

#conditionBtn a{
    padding: 7px 12px !important;
    font-size: 14px !important;
}

.scope-view-input-sm input{
    padding: 24px !important;
}

.payment-view-input input{
    padding-top: 24px;
    padding-bottom: 24px;
}

.milestone-remove-btn{
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 42px;
    border: 1px solid #f7f7f7;
    border-radius: 50%;
    display: block;
    margin-left: auto;
}

.milestone-title-input{
    text-align: left !important;
}

.border15{
    border-right: 15px solid;
}

.location-tag{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 7px 18px 7px 12px !important;
    font-size: 14px !important;
    width: fit-content;
    background-color: #f2f2f2;
    border-radius: 30px;
}
.location-tag a{
    color: #b80000;
}
.location-selection-box{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.br-0{
    border-right: 0 !important;
}
.search-tags-input .tagify__input{
    padding: 20px;
}
.search-tags-input .tagify__tag{
    margin: 20px 0 5px 5px !important;
}
.search-tags-input .form-control{
    border: none;
    background-color: #f2f2f2;
}
.tagify__tag:focus div::before, .tagify__tag:hover:not([readonly]) div::before {
    --tag-bg-inset: unset !important;
}

#colorDivs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.1rem;
}

#colorDivs a {
    flex: 1 1 auto; 
    text-align: center; 
    padding: 10px; 
    border: 1px solid #ddd; 
    box-sizing: border-box;
    text-decoration: none;
    border: 4px solid;
}

.black-yellow{
    border-color: #2A2925 !important;
}
.black-white{
    border-color: #2A2925 !important; 
}
.yellow-black{
    border-color: #FFB902 !important;
}
.zink-yellow{
    border-color: #426e6d !important;
}
.zink-white{
    border-color: #1f606f !important;
}
.purple-white{
    border-color: #7131a0 !important;
}
.beidge-black{
    border-color: #fff8eb !important;
}
.orange-black{
    border-color: #ff593f !important;
}
.darkblue-white{
    border-color: #012060 !important;
}
.lightblue-white{
    border-color: #1f4e79 !important;
}
.red-white{
    border-color: #c01901 !important;
}
.grey-white{
    border-color: #7f7f7f !important;
}
#colorDivs a.active{
    border-color: #c01900 !important;
}
#headerBtn{
    bottom: 0% !important;
}
.scope-img-box{
    position: relative;
    overflow: hidden;
}
.scope-img-box img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}


.acitivity-timeline {
    position: relative;
    overflow: hidden;
}
.acitivity-timeline .acitivity-item {
    position: relative;
}
.acitivity-timeline .acitivity-item .flex-shrink-0 {
    z-index: 2;
}
.acitivity-timeline .acitivity-item .acitivity-avatar {
    height: 32px;
    width: 32px;
	border-radius:50%;
}
.avatar-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}
.acitivity-timeline .acitivity-item:before {
    content: "";
    position: absolute;
    border-left: 1px dashed #e9ebec;
    left: 16px;
    height: 100%;
    top: 5px;
    z-index: 0;
}
.acitivity-timeline .acitivity-item:last-child::before {
    border-color: transparent;
}
.rounded-circle {
	border-radius: 50% !important;
}
.bg-primary-subtle {
	background-color: #e2e5ed;
}
.small, small {
	font-size: .875em;
}
.badge {
	line-height: .95;
	font-size:10px;
}
.bg-success-subtle{
	background:#daf4f0;
}
.bg-danger-subtle{
	background:#fde8e4;
}
.bg-warning-subtle {
	background: #fff4e5;
}

.animatedIcons{
	height: 120px;
}
.w-75 {
	width: 75%;
	margin: 70px auto 0px;;
	text-align: center;
}
.h-50{
	height: 50px !important;
}

/* ========== Seller Sidebar – stacking above body (no text overlap) ========== */
body.seller-panel-body #content,
body.seller-panel-body #content-inner {
	position: relative;
	z-index: 1;
}
#sidebar,
body.seller-panel-body #sidebar,
body.seller-panel-body .app-sidebar {
	z-index: 1040 !important;
}

/* ========== Seller Sidebar – improved design ========== */
.app-sidebar {
	background: #2A2925 !important;
	border-inline-end: 1px solid rgba(255,255,255,0.08) !important;
	box-shadow: 2px 0 12px rgba(0,0,0,0.08);
	z-index: 3000 !important;
}
.app-sidebar .main-sidebar {
	padding: 12px 0 2rem;
}
.app-sidebar .main-menu {
	padding: 0 8px;
	list-style: none;
}
.app-sidebar .side-menu__item {
	border: none !important;
	border-radius: 8px;
	padding: 10px 12px;
	margin-bottom: 4px;
	transition: background 0.2s ease, color 0.2s ease;
	display: flex;
	align-items: center;
}
.app-sidebar .side-menu__item:hover {
	background: rgba(254,173,16,0.18) !important;
	color: #fead10 !important;
}
.app-sidebar .side-menu__item:hover img {
	opacity: 1;
	filter: brightness(1.1);
}
.app-sidebar .side-menu__item img {
	height: 22px;
	width: 22px;
	opacity: 0.9;
	transition: opacity 0.2s ease;
}
.app-sidebar .side-menu__item .side-menu__label {
	margin-left: 10px;
	font-size: 13px;
	font-weight: 500;
}
.app-open-sidebar .side-menu__item {
	padding: 10px 14px;
}
.app-open-sidebar .side-menu__item img {
	height: 20px;
	width: 20px;
}
.app-sidebar .side-menu__item.active {
	background: rgba(54,89,83,0.5) !important;
	color: #fead10 !important;
}

/* ========== Seller Top Header – improved design ========== */
#authHeader {
	padding: 14px 0 16px;
	border-bottom: 1px solid rgba(255,255,255,0.06);
}
#authHeader #logo img {
	height: 55px;
	width: auto;
	object-fit: contain;
}
#authHeader .__timeTp h6 {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 2px;
}
#authHeader .__timeTp p {
	font-size: 12px;
	opacity: 0.9;
}
#authHeader .__timeTp .digital-clock {
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

#subHeader {
	position: relative;
	padding: 24px 0 28px;
	background-size: cover !important;
	background-position: center !important;
}
#subHeader::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(54,89,83,0.88) 0%, rgba(42,41,37,0.82) 100%);
	pointer-events: none;
	z-index: 0;
}
#subHeader .container {
	position: relative;
	z-index: 1;
}
#subHeader .dashboard-avatar {
	border: 3px solid rgba(255,255,255,0.4);
	box-shadow: 0 4px 14px rgba(0,0,0,0.2);
	object-fit: cover;
}
#subHeader h3 {
	font-weight: 700;
	font-size: 1.35rem;
	letter-spacing: 0.01em;
}
#subHeader p span {
	margin: 0 4px;
}
#subHeader p a {
	color: #fead10 !important;
	text-decoration: none;
	transition: color 0.2s ease;
}
#subHeader p a:hover {
	color: #fff !important;
}
#subHeader #headerBtn a {
	border-radius: 20px;
	padding: 5px 14px;
	font-size: 12px;
	font-weight: 600;
	transition: opacity 0.2s ease;
}
#subHeader #headerBtn a:hover {
	opacity: 0.95;
}
#subHeader .content-end {
	align-items: flex-end;
}
#subHeader .theme-dropdown {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}
#subHeader .theme-dropdown span {
	font-size: 12px;
	font-weight: 500;
}
#subHeader .dropdown-menu-link-button {
	border-radius: 8px;
	padding: 6px;
	transition: background 0.2s ease, opacity 0.2s ease;
}
#subHeader .dropdown-menu-link-button:hover {
	background: rgba(255,255,255,0.12);
}
#subHeader .btn-icon {
	font-size: 26px;
}

/* ========== Seller Dashboard ========== */
#content.seller-dashboard {
	background: #F9F6F1;
	min-height: 60vh;
	padding: 28px 50px 40px 120px;
}
#content.seller-dashboard .dashboard-page-title,
#content.seller-dashboard .dashboard-section-title {
	font-size: 1.35rem;
	font-weight: 700;
	color: #2A2925;
	margin: 0 0 4px 0;
}
#content.seller-dashboard .dashboard-page-desc,
#content.seller-dashboard .dashboard-section-desc {
	font-size: 14px;
	color: #5a5a5a;
	margin: 0 0 4px 0;
}
#content.seller-dashboard .dashboard-section-title {
	margin-top: 8px;
}
#content.seller-dashboard .cardBoxes .card {
	min-height: 240px;
	border-radius: 12px;
	margin-bottom: 16px;
	border: none;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
	transition: box-shadow 0.2s ease;
	overflow: hidden;
}
#content.seller-dashboard .cardBoxes .card:hover {
	box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
#content.seller-dashboard .cardBoxes .card .card-body {
	display: flex;
	flex-direction: column;
	padding: 20px;
	height: 100%;
}
#content.seller-dashboard .cardBoxes .card.active {
	background: linear-gradient(145deg, #365953 0%, #2d4a45 100%);
	color: #fff;
	box-shadow: 0 4px 16px rgba(54,89,83,0.22);
}
#content.seller-dashboard .cardBoxes .card.active:hover {
	box-shadow: 0 6px 22px rgba(54,89,83,0.3);
}
#content.seller-dashboard .cardBoxes .card.active a.btn {
	background: #fead10;
	color: #1a1a1a;
}
#content.seller-dashboard .cardBoxes .card.active a.btn:hover {
	background: #e69d0e;
	color: #1a1a1a;
}
#content.seller-dashboard .cardBoxes .card.inactive,
#content.seller-dashboard .cardBoxes .card .card-body.inactive {
	background: #fff !important;
	color: #444;
	border: 1px solid rgba(0,0,0,0.08);
}
#content.seller-dashboard .cardBoxes .card .card-body.inactive {
	border: none;
	border-radius: 12px;
}
#content.seller-dashboard .cardBoxes .card:has(.card-body.inactive) {
	background: #fff;
	border: 1px solid rgba(0,0,0,0.08);
}
#content.seller-dashboard .cardBoxes .card.dark {
	background: linear-gradient(145deg, #2A2925 0%, #1f1e1b 100%);
	color: #fff;
	box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
#content.seller-dashboard .cardBoxes .card.dark:hover {
	box-shadow: 0 6px 22px rgba(0,0,0,0.18);
}
#content.seller-dashboard .cardBoxes .card.dark a.btn {
	background: #fead10;
	color: #1a1a1a;
}
#content.seller-dashboard .cardBoxes .card.dark a.btn:hover {
	background: #e69d0e;
	color: #1a1a1a;
}
#content.seller-dashboard .cardBoxes .card--empty {
	min-height: 200px;
	background: #fff;
	border: 2px dashed rgba(0,0,0,0.1);
	box-shadow: none;
}
#content.seller-dashboard .cardBoxes .card--empty:hover {
	box-shadow: none;
}
#content.seller-dashboard .cardBoxes .card--empty .card-body {
	justify-content: center;
	align-items: center;
}
#content.seller-dashboard .cardBoxes .card--empty .text-muted {
	color: #999 !important;
}
#content.seller-dashboard .cardBoxes h3 {
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0 0 8px 0;
	line-height: 1.3;
}
#content.seller-dashboard .cardBoxes h6 {
	font-size: 13px;
	line-height: 1.5;
	font-weight: 400;
	opacity: 0.9;
	margin: 0 0 16px 0;
	flex: 1;
}
#content.seller-dashboard .cardBoxes a.btn {
	width: 100%;
	background: #365953;
	color: #fff;
	padding: 12px 18px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 14px;
	border: none;
	margin-top: auto;
	transition: background 0.2s ease, color 0.2s ease;
}
#content.seller-dashboard .cardBoxes a.btn:hover:not(.disabled) {
	background: #fead10;
	color: #1a1a1a;
}
#content.seller-dashboard .cardBoxes a.btn.disabled {
	background: #d0cece;
	color: #666;
	cursor: not-allowed;
}


@media(max-width:767px){
	#content.seller-dashboard {
		padding: 20px 16px 32px 16px;
	}
	#authHeader {
		padding: 10px 0 12px;
	}
	#authHeader #logo img {
		height: 36px;
	}
	#subHeader {
		padding: 16px 0 20px;
	}
	#subHeader .dashboard-avatar {
		width: 64px;
		height: 64px;
	}
	#supportWidget {
		bottom: 88px !important;
		right: 20px;
	}
	#supportWidget{
		max-height: 62vh !important;
	}
	.label-large-checkbox input {
		height: 20px !important;
		width: 20px !important;
		float: right;
		margin-top: -20px;
	}
	#bottomBtnBar button, #bottomBtnBar a {
		width: 49% !important;
		margin-bottom: 10px;
	}
}

/* Listing dropdowns (order list, branch list, user list, bank list, etc.) – same open style */
#content.seller-dashboard .accordion-body .table-responsive {
	overflow-x: auto;
	overflow-y: visible;
}
#content.seller-dashboard .accordion-body .theme-dropdown-list {
	position: absolute !important;
	left: 100% !important;
	right: auto !important;
	bottom: 0;
	margin-left: 4px;
	margin-top: 4px;
	z-index: 1100 !important;
}

/* Pagination active page — theme yellow (overrides Bootstrap / cached style.css) */
#content ul.pagination > li.active,
#content ul.pagination li.active,
.seller-panel-body ul.pagination > li.active {
	background: #FFB902 !important;
	background-color: #FFB902 !important;
	border-color: #FFB902 !important;
	color: #000 !important;
	font-weight: 600;
}
#content ul.pagination .page-item.active > .page-link,
.seller-panel-body ul.pagination .page-item.active > .page-link {
	background-color: #FFB902 !important;
	border-color: #FFB902 !important;
	color: #000 !important;
}