/*
|------------------------------------------------------------------------------
| Scroll Bar
|------------------------------------------------------------------------------
*/
:root {
	--f7-theme-color: #7a6daf;
	--f7-theme-color-shade: #6e61a2;
	--f7-theme-color-tint: #897cbd;
	--f7-theme-color-rgb: 122, 109, 175;
  }
  
*::-webkit-scrollbar {
	height: 2px;
	width: 3px;
}

*::-webkit-scrollbar-button {
	height: 0px;
	width: 0px;
}

*::-webkit-scrollbar-thumb {
	background: #868E96;
	border: 0px none #FFFFFF;
	border-radius: 0;
}

*::-webkit-scrollbar-thumb:hover {
	background: #495057;
}

*::-webkit-scrollbar-thumb:active {
	background: #343A40;
}

*::-webkit-scrollbar-track {
	background: #F1F3F5;
	border: 0px none transparent;
	border-radius: 50px;
}

*::-webkit-scrollbar-track:hover {
	background: #EEEEEE;
}

*::-webkit-scrollbar-track:active {
	background: #EEEEEE;
}

*::-webkit-scrollbar-corner {
	background: transparent;	
}

.md .item-label, .md .item-floating-label {
	/*font-size: 15px;
	line-height: 17px;*/
	color: #000;
}

.md .item-label .text-mute, .md .item-floating-label .text-mute {
	font-size: 12px;
	line-height: 16px;
	color: rgb(75, 75, 75);
}


.item-title-row {
	font-size: 15px;
}

.md .data-table thead th {
	font-weight: 600;
	font-size: 14px;
}

.md .data-table th.label-cell, .md .data-table td.label-cell {
	padding-left: 8px;
padding-right: 8px;
}

.md .button.color-orange.button-fill,
.md .button.color-orange.button-fill-md,
.md .button.color-orange.button-active,
.md .button.color-orange.tab-link-active {
  background-color: #f39200;
  color: #fff;
}

.md .color-theme-blue .button.button-fill.active-state,
.md .color-blue .button.button-fill.active-state,
.md .color-theme-blue .button.button-fill-md.active-state,
.md .color-blue .button.button-fill-md.active-state,
.md .color-theme-blue .button.button-active.active-state,
.md .color-blue .button.button-active.active-state,
.md .color-theme-blue .button.tab-link-active.active-state,
.md .color-blue .button.tab-link-active.active-state {
  background: #7c6eb0;
}
.md .color-primary  {
	color: #7c6eb0;
}
.md .color-theme-blue .button.color-orange.button-fill.active-state,
.md .color-blue .button.color-orange.button-fill.active-state,
.md .color-theme-blue .button.color-orange.button-fill-md.active-state,
.md .color-blue .button.color-orange.button-fill-md.active-state,
.md .color-theme-blue .button.color-orange.button-active.active-state,
.md .color-blue .button.color-orange.button-active.active-state,
.md .color-theme-blue .button.color-orange.tab-link-active.active-state,
.md .color-blue .button.color-orange.tab-link-active.active-state {
  background: #f39200;
}
.accordion-list.inset .accordion-item-content {
	background-color: transparent;
}
.list.inset ul {
	background-color: transparent;
}
.md .list.inset { 
	margin-left: 8px;
	margin-right: 8px;
}
.md .list .item-content.item-input {
	padding-right: 0px;
	padding-left: 0px;
}
.md .list .item-content.item-input .item-inner {	
	padding-right: 0px;
	background-color: #fff;
	border-radius: 6px;
	padding-left: 6px;
	padding-right: 6px;
}
.md .card  .list .item-content.item-input .item-inner {
	background-color:transparent;
}

.md .list input[type="text"],
.md .list input[type="password"],
.md .list input[type="search"],
.md .list input[type="email"],
.md .list input[type="tel"],
.md .list input[type="url"],
.md .list input[type="date"],
.md .list input[type="datetime-local"],
.md .list input[type="time"],
.md .list input[type="number"],
.md .list input[type="numpad"],
.item-input-wrap input.dialog-input,
.md .list select {
  height: 36px;
  color: #675c92;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #f39200;
  border-radius: 0.25rem;
  background: rgba(24, 28, 33, 0.06);
  padding: 0.4rem 0.4rem;
  margin-top: 0.2rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.md .list textarea {
	border: 1px solid #f39200;
   border-radius: 0.25rem;
   padding: 6px;
   font-size: 0.9em;
}

.md .list input[type="numpad"].error {
	border: 1px solid #ee350f;
}
.md .list input[type="number"].error {
	border: 1px solid #ee350f;
}

.md .list input[type="text"].error {
	border: 1px solid #ee350f;
}
.md .list input[type="text"].error {
	border: 1px solid #ee350f;
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.md .input-group input[type="numpad"], .md .input-group input[type="number"], .form-elements .input-group input[type="text"], .md .input-group select {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin-top: 0;
}
.input-group-append {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -1px;
}
.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .3rem .4rem;
	margin-bottom: 0;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
	font-size: 0.95em;
	text-align: center;
	white-space: nowrap;
	background-color: #f39200;
	border: 1px solid #f39200;
	border-radius: .25rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;

}

.headline {
	font-size: 1.6em;
font-weight: 200;
text-align: center;
}

/* .inline-labels*/
.md .inline-labels .item-label{
	font-size: 14px;
	width: auto;
	padding-top: 2px;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
.md .list .inline-labels .item-content.item-input .item-input-wrap {
	width: 8em;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
.md .list .inline-labels .item-content.item-input .item-label {
	max-width: 60%;
}
.md .list .inline-labels .item-input-focused  input[type="numpad"] {
	font-size: 15px;
}
.md .inline-labels .item-input-focused .item-label {
	font-size: 0.8em;
}
.md .inline-labels .item-input-focused .item-label .text-mute  {
	font-size: 0.8em;
}
.md .list .inline-labels .item-content.item-input.item-input-focused .item-input-wrap {
	width: 10em;
}

/*item-floating-label*/
.md .item-floating-label {
	z-index: 1;
	font-size: 12px;
	max-width: 70%;
	margin-top: -20px;
	transform: scale(1.25) translateY(32px) translateX(8px);
	-webkit-transform: scale(1.25) translateY(32px) translateX(8px);
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
.md .item-floating-label .text-mute {
	font-size: 10px;
}
.md .list .item-floating input[type="numpad"]{
	height: 46px;
	font-size: 15px;
}

.md .item-input-with-value .item-floating-label, .md .item-input-focused .item-floating-label {
	margin-top: 0;
}
.md .list .item-input-with-value .item-floating input[type="numpad"], .md .list .item-input-focused .item-floating input[type="numpad"]{
	height: 36px;
}


.md .color-theme-blue .item-input-focused .item-input-wrap:after,
.md .color-theme-blue .input-after:after {
  background:none;
}
.md .item-input-wrap:after {
	background: none;
}
.md .color-theme-blue .item-input-focused .item-input-wrap input {
	background: rgba(24, 28, 33, 0.11);
	border: 1px solid #675c92;
}
.input-dropdown-wrap:before, .input-dropdown:before {
	right: 14px;
}
.md .item-input-wrap .input-clear-button {
	top: -30px;
  }

.md .item-input-with-info {
	padding-bottom: 12px;
}

.md .actions-grid .actions-button .lang, .md .actions-group .actions-button .lang {
	opacity: 0.5;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.md .actions-grid .actions-button .lang.active, .md .actions-group .actions-button .lang.active {
	opacity: 1;
	-webkit-filter: none;
	filter: none;
}

.md .actions-button {
	line-height: 65px;
	border-bottom: 1px solid #aeaeae;
}
.md .dialog-title {
	text-align: center;
}
.md .data-table th.label-cell.text-right, .md .data-table td.label-cell.text-right {
	text-align: right; 
}

.md .data-table th.label-cell.text-center, .md .data-table td.label-cell.text-center {
	text-align: center; 
}
.md .page {
	background-color: #e4e4e4;
}
.md .card-header {
    background: #7c6eb0;
    color:#fff;
}
.md .list .item-link {
	background: #7c6eb0;
    color:#fff;
}
.md .list .item-link.admin {
	background: #f39200;
	color:#fff;
}
.hidden_admin {
	display: none !important;
}
.md .list .accordion-item .item-link .item-title {
	font-weight: bold;
}
.page-content {
	max-width: 800px;
	margin: 0 auto;
}
.md .card {
	margin-bottom: 16px;
}
.md .block {
	margin: 8px 0;
	padding: 8px 0 6px 0;
}
.md label.item-checkbox > .icon-checkbox { 
	margin-right: 12px;
}

.md .list li.accordion-item {
	margin-bottom: 10px;
}
.md .list li.accordion-item .item-link {
	border-radius: 4px;
}

.md .dot-white {
	background-color:#f39200;
	color: #fff;
	width: 1.6em;
	height: 1.6em;
	line-height: 1.6em;
	text-align: center;
	border-radius: 50%;
	font-size: 1em;
	display: inline-block;
	margin-right: 0.3em;
	margin-bottom: 1px;
	padding-right: 1px;
}

.item-checkbox  {
	background-color: #fff;
	border-radius: 6px;
	padding-left: 16px;
	padding-right: 6px;
	margin-bottom: 12px;
}

.md .list .item-checkbox .item-inner {
	padding-right: 6px;
}

.md .icon-checkbox, .md .checkbox i {
	border-color: #f39200;
}

.md .item-input-error-message, .md .item-input-info, .md .input-error-message, .md .input-info {
	text-align: right;
	background: #e33225;
	padding: 0 4px;
	border-radius: 4px;
	right: 4px;
	left: auto;
	text-align: right;
	color: #fff !important;
}

.material-icons.tooltip-init {
	color: rgba(0, 0, 0, 0.5);
	font-size: 22px;
}

.tooltip {
	background-color:#f39200;
}
.md .list .item-inner.mb-10 {
	padding-top:0px;
	margin-bottom: 12px !important;
}
.panel-header {
	background-color:#e4e4e4;
	background-image: none !important;
}
.panel .list li{
	margin-bottom: 10px;
}
.md .block-title{
	color: rgba(0, 0, 0, 0.6);
	margin: 2px 0px 5px 4px;
}
.md .card-content-padding-half {
	padding: 8px;
	
  }
.panel-header {
	align-items: center;
	background-image: linear-gradient(-20deg, var(--oc-color-yellow-5) 0%, var(--oc-color-yellow-8) 100%);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 144px;
	justify-content: center;
	padding: 16px;
	text-align: center;
	width: 100%;
}
#snackbar {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	left: 50%;
	bottom: 30px;
	z-index: 5001;
}

  #snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s;
	animation: fadein 0.5s;
  }

  @-webkit-keyframes fadein {
	from {
	  bottom: 0;
	  opacity: 0;
	}
	to {
	  bottom: 30px;
	  opacity: 1;
	}
  }

  @keyframes fadein {
	from {
	  bottom: 0;
	  opacity: 0;
	}
	to {
	  bottom: 30px;
	  opacity: 1;
	}
  }

  .md .links-list a {
	padding-left: 0px !important; 
	padding-right: 0px !important;
}
.md .custom-list .list .item-media + .item-inner {
	margin-left: 0px !important;
}
.custom-list .fa-stack-2x {
	font-size: 1.4em;
	line-height: 1.5em;
}
.custom-list .fa-stack-3x {
	font-size: 1.8em;
	line-height: 1.2em;
}
.fa-stack {
	width: 2em;
}
.custom-list .item-row .item-cell {
	box-sizing: border-box;
	color: #000;
	padding: 4px;
	text-align: center;
}
.md .list .item-content  {
	padding-left: 8px;
}
.fa-stack-1-6x {
	font-size: 1.6em;
	margin-top: 6px;
  }

.md .dialog {
	width: 300px;
	margin-left: -150px;
}

  .md .dialog-inner { 
	padding: 20px 16px;
  }
  .card-pricing-plan {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	max-width: 96%;
text-align: left;
margin-bottom: 20px;

}

.pricing-plan-headline {
	font-size: 18px;
	font-weight: bold;
}

.pricing-plan-price {
border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.pricing-plan-price .item-content {
margin: 0;
}

.pricing-plan-price .price-value {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	opacity: 1;

}

.pricing-plan-price .price-value.price_off {
	text-decoration: line-through;
	font-size: 18px;
	opacity: 0.7;
}


.price-duration {
	  color: rgba(0, 0, 0, 0.40);
	font-size: 12px;
	line-height: 24px;
  text-transform: uppercase;
  text-align: right;
  width: 100%;
  padding: 0 12px;
}

.pricing-plan-cta {
	margin-top: 16px;
}
.label-cell {
white-space: nowrap;
}
.pricing-plan-price .chip  {
	font-weight: bold;
	font-size: 15px;
	padding: 0 0px;
	text-align: center;
	width: 32px;
	background: #f39200;
	color: #fff;
}

.pricing-plan-price  .chip-label{
	width: 32px;
}

.md .list .pricing-plan-price .item-inner {
	margin-left: 8px;
}
.md .list .item-after {
	color: #6a6767;
}
.noline-divider {
	color: #999999;
	display: flex;
	flex-direction: row;
	font-size: 18px;
	justify-content: center;
	line-height: 0;
	text-align: center;
	margin-top:0.8em;
}

/*
|------------------------------------------------------------------------------
| New Features: Customer Info & PDF Upload
|------------------------------------------------------------------------------
*/

/* PDF Upload Zone Styles */
.pdf-upload-zone {
	border: 2px dashed #ddd;
	border-radius: 8px;
	padding: 40px 20px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	background-color: #fafafa;
	margin: 15px 0;
}

.pdf-upload-zone:hover {
	border-color: var(--f7-theme-color);
	background-color: rgba(122, 109, 175, 0.05);
}

.pdf-upload-zone.dragover {
	border-color: var(--f7-theme-color);
	background-color: rgba(122, 109, 175, 0.1);
	transform: scale(1.02);
}

.upload-zone-content h4 {
	margin: 15px 0 10px 0;
	color: #333;
	font-size: 16px;
	font-weight: 500;
}

.upload-zone-content p {
	margin: 0;
	color: #666;
	font-size: 14px;
}

/* File List Styles */
.uploaded-files-list {
	margin-top: 20px;
}

.file-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
	border: 1px solid #eee;
	border-radius: 6px;
	margin-bottom: 8px;
	background-color: #fff;
}

.file-item .file-info {
	display: flex;
	align-items: center;
	flex: 1;
}

.file-item .file-icon {
	margin-right: 12px;
	color: #dc3545;
	font-size: 18px;
}

.file-item .file-details {
	flex: 1;
}

.file-item .file-name {
	font-weight: 500;
	margin-bottom: 2px;
	word-break: break-word;
}

.file-item .file-size {
	font-size: 12px;
	color: #666;
}

.file-item .file-actions {
	display: flex;
	gap: 8px;
}

.file-item .btn-delete {
	background: none;
	border: none;
	color: #dc3545;
	cursor: pointer;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 14px;
	transition: background-color 0.2s;
}

.file-item .btn-delete:hover {
	background-color: rgba(220, 53, 69, 0.1);
}

/* Upload Progress */
.file-item .progress-bar {
	height: 3px;
	background-color: #eee;
	border-radius: 2px;
	overflow: hidden;
	margin-top: 5px;
}

.file-item .progress-fill {
	height: 100%;
	background-color: var(--f7-theme-color);
	transition: width 0.3s ease;
	border-radius: 2px;
}

/* Customer Info Textarea */
#customerInfoText {
	min-height: 120px;
	resize: vertical;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.pdf-upload-zone {
		padding: 30px 15px;
	}
	
	.upload-zone-content h4 {
		font-size: 14px;
	}
	
	.upload-zone-content p {
		font-size: 12px;
	}
}
