
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.send-msg{
    margin-left: 43%;
}

.cancelicon{
    cursor: pointer;
    float: right;
}

.page-wid{
    margin:0 auto;
}


.gap-reduce{
    margin-top: -4%;
    max-width: 707px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.gap-reduce1{
    margin-top: -4%;
}

#acc-details .error {
    color: #ff0000 !important;
    font-weight: 500 !important;
    font-size: 12px !important;
}

.txt-align{
    text-align: center;
}

.checkout-page .checkout-form textarea{
    height: 74px;
}

.contact-page .theme-form textarea{
    margin-bottom: 5px;
}

.cancel-space{
    padding: 7px;
}

.custom-checkbox {
    display: flex;
    width: 100%;
}

.forgot-pass {
    margin-left: 30px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked){
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}

.carer-checkbox:checked + label,
.carer-checkbox:not(:checked) + label{
	position: relative;
	display: inline-block;
	padding: 8px;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 0 auto;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	text-transform: capitalize;
	color: #fff;
	transition: all 300ms linear; 
}
.carer-checkbox:not(:checked) + label{
    background-color: #fff;
    border: 1px solid #999;
    color: #333;
    border-radius: 8px;
}
.carer-checkbox:checked + label{
	background-color: #88ab2d;
}

.carer-checkbox:checked + label::before,
.carer-checkbox:not(:checked) + label::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	z-index: -1;
}

.auth-heading {
    margin-bottom: 5px!important;
}