/* 
* Modal Inquire Developer Inventory 
*/

#modal_inquire_developer_inventory .modal_cm {
	background: #fff;
}

/* Header */

#modal_inquire_developer_inventory .heder_md {
	text-align: center;
	padding: 1.5rem 1rem;
}

#modal_inquire_developer_inventory .heder_md h2 {
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 1.5;
	color: var(--ip-form-title-color);
}

@media (min-width: 1800px) {
	#modal_inquire_developer_inventory .heder_md h2 {
		margin-bottom: 12px;
		font-size: 24px;
	}
}

/* Body */

#modal_inquire_developer_inventory .content_md * {
	font-family: inherit;
}

/* Checkbox */

#modal_inquire_developer_inventory .ms-flex-chk {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 15px;
}

#modal_inquire_developer_inventory .ms-flex-chk .ms-chk-op {
	position: relative;
}

#modal_inquire_developer_inventory .ms-flex-chk .ms-chk-op input {
	display: block;
	appearance: auto;
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 0;
}

#modal_inquire_developer_inventory .ms-flex-chk .ms-chk-op label {
	position: relative;
	cursor: pointer;
	margin-right: 10px;
	z-index: 2;
	background-color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	height: auto;
	width: auto;
}

#modal_inquire_developer_inventory .ms-flex-chk .ms-chk-op label:before {
	content: "";
	display: block;
	width: 14px !important;
	height: 14px !important;
	background: #FFF;
	border-radius: 100%;
	border: 1px solid #c3c3c3;
	flex-shrink: 0;
	transition: all .3s;
	margin-right: 5px;
	top: 0;
}

#modal_inquire_developer_inventory .ms-flex-chk .ms-chk-op input:checked+label:before {
	background: #333;
	border-color: #333;
	box-shadow: 0 0 0 3px #fff inset
}

.ms-flex-chk .ms-chk-op label:after {
	width: 8px;
	height: 8px;
	left: 4.5px;
	top: 5.5px;
}

/* Inputs */

#inquire_developer_inventory.form-search .flex-content-form .form-item .medium {
	height: 44px;
	padding: 10px 15px;
	font-family: var(--ibc-body-font-family);
	font-size: 14px;
	background-color: transparent;
	border-color: rgb(209 213 219);
	border-style: solid;
	border-width: 1px;
	border-radius: 6px;
	box-shadow: rgb(0 0 0/0) 0 0 0 0, rgb(0 0 0/0) 0 0 0 0, rgb(0 0 0/.05) 0 1px 2px 0;
	appearance: none;
}

#inquire_developer_inventory.form-search .flex-content-form .form-item textarea.medium {
	min-height: 100px;
	resize: vertical;
}

#inquire_developer_inventory.form-search .flex-content-form .form-item:nth-child(6) {
	display: block;
}

#inquire_developer_inventory.form-search .flex-content-form .form-item:nth-child(7) {
	display: none;
}

#inquire_developer_inventory.form-search .flex-content-form .form-item:last-child {
	margin-top: 20px;
}

/* Button */

#inquire_developer_inventory.form-search .flex-content-form .form-item .clidxboost-btn-link {
	border-radius: 50px;
	width: 100%;
	height: 45px;
	min-width: 180px;
}

#inquire_developer_inventory.form-search .flex-content-form .form-item .clidxboost-btn-link span {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	border-radius: 50px;
	transition: all .6s;
	font-size: 12px;
}

#inquire_developer_inventory .flex-content-form .form-item .clidxboost-btn-link:hover span {
	background-color: #fff;
	color: #000;
}

@media (min-width: 1024px) {
	#inquire_developer_inventory.form-search .flex-content-form .form-item .clidxboost-btn-link {
		font-size: 14px;
		min-width: 240px;
	}
}