/*
 * Cab Picker custom overrides
 *
 * Add your frontend custom CSS here.
 * This file is loaded after cab-picker-public.css.
 */

.cab-picker-search-shortcode {
	--cab-picker-search-shell-border: #1e2025;
	--cab-picker-search-shell-border-strong: #1e2025;
	--cab-picker-search-shell-border-pickup: #ff5f61;
	--cab-picker-search-placeholder: #000000;
	--cab-picker-search-button: #c79005;
	--cab-picker-search-button-hover: #b58104;
	--cab-picker-search-button-shadow: 0 12px 24px rgba(199, 144, 5, 0.2);
}

.cab-picker-search-shortcode .cab-picker-search-form {
	/* width: min(100%, 538px); */
	padding: 30px 32px 30px;
	border: 1px solid rgba(21, 32, 57, 0.08);
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 14px 36px rgba(10, 24, 48, 0.14);
}

.modal-header .btn-close{
	border: none;
}

.modal-header .btn-close:hover{
	background-color: none;
}

.cab-picker-search-shortcode .cab-picker-form-header {
	margin-bottom: 18px;
}

.cab-picker-search-shortcode .cab-picker-form-header h3 {
	font-size: 1.08rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	color: #121212;
}

.cab-picker-search-shortcode .cab-picker-search-stack {
	gap: 14px;
}

.cab-picker-search-shortcode .cab-picker-field-title,
.cab-picker-search-shortcode .cab-picker-field label.cab-picker-field-title {
	top: -2px;
	margin-left: 12px;
	padding: 0 10px;
	font-size: 15PX;
	font-weight: 700;
	letter-spacing: 0;
	color: #262626;
}

.cab-picker-search-shortcode .cab-picker-field-title-pickup {
	color: var(--cab-picker-search-shell-border-pickup);
}

.cab-picker-search-shortcode .cab-picker-input-shell {
	min-height: 50px;
	border-width: 2px;
	border-radius: 16px;
}

.cab-picker-search-shortcode .cab-picker-input-shell-pickup {
	/* border-color: var(--cab-picker-search-shell-border-pickup); */
}

.cab-picker-search-shortcode .cab-picker-input-shell input,
.cab-picker-search-shortcode .cab-picker-input-shell select,
.cab-picker-search-shortcode .cab-picker-input-shell .form-select {
	height: 46px;
	padding: 12px 16px 12px 42px;
	font-size: 0.78rem;
	font-weight: 600;
	color: #2a2a2a;
}

.cab-picker-search-shortcode .cab-picker-input-shell input::placeholder,
.cab-picker-search-shortcode .cab-picker-input-shell select,
.cab-picker-search-shortcode .cab-picker-input-shell .form-select {
	color: var(--cab-picker-search-placeholder);
	opacity: 1;
}

.cab-picker-search-shortcode .cab-picker-shell-icon {
	left: 14px;
	width: 17px;
	height: 17px;
	opacity: 1;
}

.cab-picker-search-shortcode .cab-picker-shell-arrows {
	right: 14px;
	width: 12px;
	height: 18px;
}

.cab-picker-search-shortcode .cab-picker-split-shell {
	border-width: 2px;
	border-radius: 16px;
}

.cab-picker-search-shortcode .cab-picker-input-shell-half {
	min-height: 48px;
}

.cab-picker-search-shortcode .cab-picker-input-shell-half + .cab-picker-input-shell-half {
	border-left-width: 2px;
	border-top: none !important;
}

.cab-picker-search-shortcode .cab-picker-search-checkbox {
	padding-top: 0;
}

.cab-picker-search-shortcode .cab-picker-checkbox-label-search,
.cab-picker-search-shortcode .cab-picker-field .cab-picker-checkbox-label-search {
	padding-left: 14px;
	font-size: 0.78rem;
	font-weight: 600;
	color: #2a2a2a;
}

.cab-picker-search-shortcode .cab-picker-checkbox-label-search .form-check-input,
.cab-picker-search-shortcode .cab-picker-checkbox-label-search input {
	width: 18px;
	height: 18px;
	border: 1.5px solid #8b9098;
	border-radius: 4px;
	box-shadow: none;
}

.cab-picker-search-shortcode .cab-picker-form-actions {
	margin-top: 18px;
	display: flex !important;
}


.cab-picker-search-shortcode .cab-picker-search-submit {
	min-height: 58px;
	border-radius: 10px;
	background: var(--cab-picker-search-button);
	font-size: 0.95rem;
	font-weight: 700;
	box-shadow: var(--cab-picker-search-button-shadow);
	color: #fff;
}

.cab-picker-filter-chip,
.cab-picker-book-button,
.cab-picker-edit-quote{
	background: #d19a12 !important;
	background-color: #d19a12 !important;
    border: none !important;
    line-height: 10px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #fff !important;
	padding: 10px !important;
}

.cab-picker-search-shortcode .cab-picker-search-submit:hover,
.cab-picker-search-shortcode .cab-picker-search-submit:focus {
	background: var(--cab-picker-search-button-hover);
}

.cab-picker-search-shortcode .cab-picker-search-submit-icon {
	width: 22px;
	height: 22px;
}

.cab-picker-search-shortcode .cab-picker-input-shell-pickup{
	border-color: #121212 !important;
}

.cab-picker-search-shortcode .cab-picker-search-submit {
		min-height: 54px;
		font-size: 0.92rem;
		display: flex !important;
		color: #fff !important;
}

.cab-picker-field-return-toggle label span {
	font-size: 13px;
}

@media (max-width: 640px) {
	.cab-picker-search-shortcode .cab-picker-search-form {
		padding: 24px 18px 24px;
		border-radius: 24px;
	}

	.cab-picker-search-shortcode .cab-picker-form-header {
		margin-bottom: 16px;
	}

	.cab-picker-search-shortcode .cab-picker-form-header h3 {
		font-size: 1rem;
	}

	.cab-picker-search-shortcode .cab-picker-field-title,
	.cab-picker-search-shortcode .cab-picker-field label.cab-picker-field-title {
		margin-left: 10px;
		padding: 0 8px;
		font-size: 0.72rem;
	}

	.cab-picker-search-shortcode .cab-picker-input-shell,
	.cab-picker-search-shortcode .cab-picker-split-shell {
		border-radius: 15px;
	}

	.cab-picker-search-shortcode .cab-picker-input-shell input,
	.cab-picker-search-shortcode .cab-picker-input-shell select,
	.cab-picker-search-shortcode .cab-picker-input-shell .form-select {
		font-size: 0.76rem;
	}
}
