/**
 * Oxygen template 99756, code block #1 — its CSS.
 * Emitted inline by Oxygen (id=ct_code_block_css_1) and lost with the plugin.
 * %%EPID%% has been resolved to #code_block-1-99756, as Oxygen did at render.
 */
.srch-property-id input[type=number]::-webkit-inner-spin-button, 
.srch-property-id  input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.srch-property-id input[type=number] {
    -moz-appearance:textfield;
}

.srch-property-id input[type=number]{
	border: none;
    max-width: 100px;
    height: 30px;
  	font-family: Montserrat;
}

.srch-property-id input[type=number]::placeholder{
	font-style: italic
}

.srch-property-id{
	display: flex;
  	border-bottom: 1px solid rgba(20, 40, 80, 0.8);
  	padding: 3px;
  	margin-right: 35px;
}

.srch-property-id .srch-glass-icon{
	padding-left: 10px;
  	border-radius: 0;
}

.srch-property-id .srch-glass-icon:hover{
	cursor: pointer;
}

.srch-property-id .srch-glass-icon svg{
	width: 25px;
  	height: 25px;
  	transform: scaleX(-1);
}

@media (max-width: 480px){
	.srch-property-id{
   	margin-right: 15px;   
  }
}
