.rubik-dirt-regular {
  font-family: "Rubik Dirt", system-ui;
  font-weight: 400;
  font-style: normal;
}
#qd-header, #welcome-qd {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 4px;           /* Increases spacing between letters */
}

.jdr_logo{
	width:100%;
}
.banner_single_person{
	width:50%;
}
#top-cards{
	margin-bottom:40px;
	margin-top:25px;
}
#top-cards img{
	width:100%;
	border-radius:10px;
}
#top-cards a{
	margin-top:10px;
	width:100%;
	height:45px;
	font-size:18px!important;
	font-weight:bold;
	text-align:center;
	background-color:#1875a7;
	padding-top:6px;
	line-height:30px;
}
#logo img{
	height:99px;
}
#our-services .team-image img{
	width:100%;
	border-radius:10px;
}
#our-services .team-desc h3, #our-services .team-desc span, #our-services .team-desc p{
	text-align:center;
	width:100%;
}
#our-services .team-desc h3{
	font-size:1.5em;
	margin-top:5px;
}
#booking-zip-code{
	width:220px;
	margin:auto;
	text-align:center;
	height:50px;
	border-radius:10px;
	margin-bottom:20px;
	border: 3px solid black;
}
#service-box-container .service_box{
	width:150px;
	border:3px solid black;
	border-radius:10px;
	text-align:center;
	padding:10px;
	cursor:pointer;
	margin:auto;
}
#service-box-container .service_box.active_service{
	border:3px solid #1875a7!important;
}
#service-box-container .service_box img{
	width:125px;
	margin:auto;
}
#service-box-container  p{
	font-weight:bold;
}

#item-count-container .item_count_box{
	width:100%;
	border:3px solid black;
	border-radius:10px;
	text-align:center;
	padding:10px;
	cursor:pointer;
	margin:auto;
}
#item-count-container .item_count_box.active_item{
	border:3px solid #1875a7!important;
}
#item-count-container .item_count_box img{
	width:125px;
	margin:auto;
}
.item_desc{
	font-size:0.8em;
}

#item-pickup-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.item-row {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  padding-bottom: 5px;
  
}

.quantity-controls {
  display: flex;
  align-items: center;
  margin-right: 20px;
  /* width:30%; */
}

.quantity-controls input[type="number"] {
  width: 50px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 5px;
}
/* For Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.quantity-controls button {
  width: 30px;
  height: 30px;
  background-color: #1875a7;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.quantity-controls button:hover {
  background-color: #145f8e;
}
/* #item-select-container .item-info{
	width:55%;
} */
.item-info h4 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.item-info p {
  margin: 0;
  font-size: 14px;
  color: #777;
  line-height:20px;
}
#item-select-container .item_desc{
	margin-bottom:5px;
}
/* .table-wrapper {
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #ccc;
} */

#item-pickup-table {
  width: 100%;
  border-collapse: collapse;
}

#item-pickup-table thead th {
  position: sticky;
  top: 0;
  background-color: #f9f9f9;
  z-index: 2;
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding: 10px;
}

#item-pickup-table tbody tr td {
  padding: 0;
  border-bottom: 1px solid #eee;
}
#contact-info-form{
	padding:10px 20px;
}
#contact-info-form p{
	text-align:center;
	margin:0;
	font-size:14px;
	color:black;
	text-align:center;
	margin-top:5px;
}
#contact-info-form input{
	text-align:center;
	width:300px;
	margin:auto;
	font-size:18px;
	height:45px;
	border-radius:10px;
	border:1px solid #1875a7;
}
#pickup-date, #pickup-time{
	width:250px;
	border-radius:10px;
	padding:0 10px;
}
#preview-container {
    gap: 10px;
	min-height:150px;
	width:100%;
	border:1px solid black;
	border-radius:10px;
}

.preview-item {
    position: relative;
    display: inline-block;
}

.preview-item img,
.preview-item video {
    width: 150px;
    height: auto;
    border-radius: 5px;
    margin-bottom: 5px;
}

.delete-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
}




.top-section {
    margin-bottom: 20px;
    background-color: #e9f7ef;
    padding: 15px;
    border-radius: 5px;
}

.collapsible {
    margin-bottom: 15px;
}

.collapsible-button {
    background-color: #007bff;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.collapsible-button:hover {
    background-color: #0056b3;
}



.edit-button {
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    padding: 5px 10px;
}

.edit-button:hover {
    background-color: #218838;
}
.sms-permission {
    margin-top: 20px;
    background-color: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.5;
}

.sms-permission a {
    color: #007bff;
    text-decoration: none;
}

.sms-permission a:hover {
    text-decoration: underline;
}

.btn-confirm {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.btn-confirm:hover {
    background-color: #218838;
}
.table-info2 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}

.table-info2 th {
    background-color: #007bff;
    color: white;
    padding: 10px;
    text-align: left;
}

.table-info2 td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.table-info2 tr:last-child td {
    border-bottom: none;
}


.table-pickup-items {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}

.table-pickup-items th {
    background-color: #007bff;
    color: white;
    padding: 10px;
    text-align: left;
}

.table-pickup-items td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.table-pickup-items tr:last-child td {
    border-bottom: none;
}




.table-contact-info {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}

.table-contact-info th {
    background-color: #007bff;
    color: white;
    padding: 10px;
    text-align: left;
}

.table-contact-info td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.table-contact-info tr:last-child td {
    border-bottom: none;
}

#select-more-media-btn{
	width:100%;
	height:50px;
	line-height:20px;
}
#save-media-btn{
	width:100%;
	height:50px;
}
#save-image-alert{
	height:50px;
	width:100%;
	text-align:center;
	background-color:rgba(40,167,69,0.7);
	line-height:50px;
	color:white;
	margin-top:-4px;
	display:none;
}

.table-info2, .table-pickup-items, .table-contact-info {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.table-info2 td, .table-pickup-items td, .table-contact-info td {
    padding: 10px;
    border: 1px solid #ddd;
}

.uploaded-images {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.image-container {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.review-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.review_edit_btn{
	width:100%;
	height:35px;
	line-height:35px;
	background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
	margin-bottom:20px;
}
.review_edit_btn:hover {
    background-color: #218838;
}
.image-preview {
	width: 150px;
	height: 150px;
	margin: 5px;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #ccc;
	position: relative;
}

.image-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.delete-image-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: red;
	color: white;
	border: none;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.no_images_p{
	width:100%;
	text-align:center;
	font-size: 18px;
	color:#1875a7;
}
.basic_promo1{
	height:125px;
	width:100%;
	border-radius:10px;
	padding:5px;
	text-align:center;
}
#promo-imag1{
	height:125px;
	border:2px solid white;
	border-radius:10px;
	margin:auto;
}
#mesaage-us-now-btn{
	height:60px;
	line-height:28px;
	font-size:24px;
}
.banner_logo{
	width:200px;
}