/* body.isMobile .login-box input[type="text"],
body.isMobile .login-box input[type="password"] {
	all: unset !important;
	width: 82% !important;
	padding: 2px !important;
	border: 1px solid lightgray !important;
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
} */

body.isMobile .login-box .input-group {
	display: flex;
	justify-content: start;
	align-items: center;
}

body.isMobile #SearchModal input[type="search"]{
	width: 165% !important;
	margin: 0;
}

.input-group-text{
	color: var( --e-global-color-e1ea920 ) !important;
	height: 100% !important;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.icheck-primary > input:first-child:checked + label::before {
  background-color: var( --e-global-color-6d66ce2 ) !important;
  border-color: var( --e-global-color-6d66ce2 ) !important;
}

.clear-current-input {
	position: absolute;
	/* translate: -45px 0; */
	right: 20px;
	/* top: 3px;   */
	font-size: .9rem;
	padding: 10px;
}

body.isMobile .login-box input,
.login-box input {
	background-color: #FFF !important;
	opacity: 1 !important;
}

/* Remove Arrows/Spinners input number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* END Remove Arrows/Spinners input number */


body.isMobile #GridSearch_filter input {
	width: 100% !important;
}

body.isMobile .input-group {
	min-height: fit-content !important;
	margin-bottom: 10px !important;
}

body.isMobile .input-group input {
	min-width: 60px !important;
}

body.isMobile #SearchModal input[type="search"]{
	width: 165% !important;
	margin: 0;
}

body.isMobile input[id*='_search_input'] {
	padding: 15px !important;
}