/**
 * Plugin's Styles.
 */

.unstyled {
	margin: 0;
	list-style: none;
}
.unstyled a, .unstyled #test {
	width: 150px;
	text-decoration: none;
	padding: .5em 1em;
	background-color: #555;
	border-bottom: 2px solid #333;
	display: block;
	margin-bottom: .5em;
}

.unstyled a:hover, .unstyled #test:hover {
	background-color: #777;
	border-color: #777;
}

.cf, .alert {
	*zoom: 1;
}

.cf:before, .alert:before, .cf:after, .alert:after {
	display: table;
	content: "";
	line-height: 0;
}

.cf:after, .alert:after {
	clear: both;
}

#alerts {
	width: 400px;
	top: 12px;
	right: 50px;
	position: fixed;
	z-index: 9999;
	list-style: none;
}

.alert {
	width: 100%;
	margin-bottom: 8px;
	position: relative;
	border-left: 4px solid;
	right: -50px;
	opacity: 0;
	line-height: 1;
	padding: 0;
	transition: right 400ms, opacity 400ms, line-height 300ms 100ms, padding 300ms 100ms;
	display: table;
}

.alert:hover {
	cursor: pointer;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.open {
	right: 0;
	opacity: 1;
	line-height: 2;
	padding: 10px 15px;
	transition: line-height 200ms, padding 200ms, right 350ms 200ms, opacity 350ms 200ms;
}

.alert-title {
	font-weight: bold;
}

.alert-block {
	width: 80%;
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	text-align: left;
}
.alert-block em, .alert-block small {
	font-size: .75em;
	opacity: .75;
}

.alert i {
	font-size: 2em;
	width: 1.5em;
	max-height: 48px;
	top: 50%;
	margin-top: -12px;
	display: table-cell;
	vertical-align: middle;
}

.alert-success {
	color: #fff;
	border-color: #539753;
	background-color: #8fbf2f;
}

.alert-error {
	color: #fff;
	border-color: #7f0709;
	background-color: #bf074b;
}

.alert-info {
	color: #fff;
	border-color: #076d91;
	background-color: #3397db;
}

.alert-warning {
	color: #fff;
	border-color: #dd6137;
	background-color: #f7931d;
}

.ihs-otp-btn {
	background-color: #222 !important;
    border: 0 !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.875rem !important;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em !important;
    text-shadow: none !important;
    -webkit-transition: background 0.2s !important;
    transition: background 0.2s !important;
    margin: 10px 0px 10px 0 !important;
}

.ihs-otp-hide {
	display: none !important;
}

#ihs-otp-reset-pass-input input{
	border: 1px solid #ccc;
	border-radius: 1px;
	box-shadow: none;
	color: #7b7b7b;
	font-size: 14px;
	height: auto;
	width: 100%;
	padding: 15px 50px;
	transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.ihs-otp-password-reset-link,
.ihs-otp-send-pass-btn {
	background-color: #e1e1e1; /* Green */
	color: #303030;
	margin-top: 10px;
	padding: 7px 13px;
	border: 1px solid #bcbcbc;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}

.ihs-otp-password-reset-link:hover {
	background: #c6c6c6;
}

#ihs-otp-reset-pass-input {
	position: relative;
	width: 100%;
}

.ihs-otp-prefix {
	position: absolute;
	top: 50%;
	left: 3%;
	color: #7b7b7b;
}

#ihs-otp-reset-pass-input input[type=number]::-webkit-inner-spin-button,
#ihs-otp-reset-pass-input input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.ihs-mobile-no-lab {
	display: inherit;
	margin-top: 21px;
	float: left;
}

.ihs-mob-country-wrapper {
	overflow: hidden;
}

#ihs-otp-required {
	width: 100%;
	margin-top: 12px;
}

#ihs-mobile-number input[type="number"],
#ihs-otp-required input[type="number"]{
	width: 100% !important;
	padding: 10px !important;
	margin-top: 8px !important;
}

#ihs-country-code .ihs-country-code,
#ihs-country-code .ihs-mb-inp-field{
	width: 100% !important;
	padding: 18px !important;
	margin-top: 8px !important;
}

#ur-frontend-form .ihs-mb-inp-field,
#ur-frontend-form .ihs-country-code {
	padding: 10px !important;
}

#ihs-country-code .ihs-country-code, #ihs-country-code .ihs-mb-inp-field {
	padding: 10px !important;
}

#ihs-country-code {
	width: 100%;
	display: block;
}

#ihs-otp-reset-pass-input .ihs-otp-reset-pass-input {
	padding: 10px !important;
	margin-top: 0px;
}

.ihs-country-inp-wrap,
.ihs-mob-inp-wrap {
	float: left !important;
}

.ihs-country-inp-wrap {
	width: 5rem !important;
}

#ihs-otp-reset-pass-input .ihs-otp-reset-pass-input,
.ihs-mob-inp-wrap {
	width: calc( 100% - 5rem );
}

#ihs-country-code.ihs-country-code-exis-mob .ihs-country-code {
	margin-top: 0 !important;
}

#ihs-country-code.ihs-country-code-exis-mob .ihs-reset-country-code {
	border-right: 0 !important;
}

::-webkit-input-placeholder {
	color: #bababa !important;
}
::-moz-placeholder {
	color: #bababa !important;
}
:-ms-input-placeholder {
	color: #bababa !important;
}
::placeholder {
	color: #bababa !important;
}

.rmcontent .ihs-mob-country-wrapper {
	overflow: inherit;
}

.um-form #ihs-otp-reset-pass-input .ihs-otp-reset-pass-input {
	padding: 18px !important;
}

.oc-alert-pop-up {
	top: 24px;
	right: 20px;
	position: fixed;
	z-index: 9999;
	color: #fff;
	text-align: center;
	width: auto;
	border-radius: 3px;
	box-shadow: 0 2px 3px 0 rgba(195,192,192,.5) !important;
	line-height: 2;
	padding: 8px 16px 8px 16px;
	border: 1px solid #f2f2f2;
}

@media ( max-width: 600px ) {
	#alerts {
		width: 300px;
		right: 15px;
		top: 20px;
	}

	.alert {
		font-size: 14px;
		padding: 0 !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.alert i {
		width: 1em !important;
	}
}

/**
 * Custom css
 */

#ihs-send-otp-btn, .ihs-otp-btn {
	padding: 14px 24px !important;
	font-size: 12px !important;
}

.wrap.ihs-otp {
	display: block;
	margin: 8px auto 10px auto !important;
	overflow: hidden !important;
}

#ihs-mobile-otp, #ihs-mobile-number input[type="number"], #ihs-otp-required input[type="number"] {
	max-width: unset;
	padding: 5px 10px 5px 16px !important;
}

#ihs-otp-required {
	margin-top: 16px !important;
	display: inline-block;
}

#ihs-country-code .ihs-mb-inp-field {
	line-height: 1rem !important;
	height: 47px !important;
}

#ihs-country-code .ihs-country-code {
	line-height: 1.6rem !important;
	text-align: center;
}

.woocommerce-input-wrapper #ihs-send-otp-btn {
	margin-left: -80px;
}

.oc-alert-pop-up {
	position: fixed !important;
	z-index: 9999;
	top: 50%;
	padding: 0;
	left: 50%;
	right: unset;
	transform: translate(-50%, -50%);
	background: #fff !important;
	border-radius: 16px;
	min-width: 248px;
	box-shadow: 0 3px 3px 0 rgba(195,192,192,.5) !important;
	border: 1px solid #dedbdb;
}

.oc-alert-pop-up .oc-alert-pop-up-close {
	border-top: 1px solid #d7d1d1;;
	padding: 6px;
	color: #fff;
	background: black;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	cursor: pointer;
	font-weight: 400;
}

.oc-alert-pop-up-message {
	padding: 24px;
	color: #555;
}

.oc-i-icon-pop-up {
	margin-right: 5px
}

.ihs-verify-otp-popup-container {
	padding: 20px !important;
    position: fixed !important;
    z-index: 9999;
    top: 50%;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
    background: #fff !important;
    border-radius: 16px !important;
    min-width: 248px;
    box-shadow: 0 3px 3px 0 rgba(195,192,192,.5) !important;
    border: 1px solid #dedbdb !important;
    text-align: center;
}
@media screen and (min-width: 500px) {
	.ihs-verify-otp-popup-container {
		min-width: 400px;
	}
}
.wrap.ihs-otp .ihs-mobile-otp-h{
	text-align: center;
    font-size: 1.8rem !important;
    line-height: 1 !important;
    margin: 0 auto !important;
    padding: 5px 8px !important;
    max-width: 150px;
    float: none !important;
}
.wrap.ihs-otp .ihs-mobile-otp-h:focus{
	outline: 2px solid #222222;
}
.ihs-close{
	width: 18px;
	display: block;
	height: 18px;
	background: #ee5551;
	border-radius: 18px;
	border: 1px solid #de4744;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	font-weight: normal;
	position: absolute;
	right: -5px;
	top: -5px;
	margin: auto;
	cursor: pointer;
}
.ihs-verify-otp-popup-container .ihs-timer{
	display: inline-block;
    width: 5rem !important;
}
.ihs-disable{
	cursor: default;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	pointer-events: none;
}