/* evictyride css */
::-webkit-scrollbar {
	width:8px;
	height:8px;
	background-color: #f2f2f2;
	border-radius:10px
}
::-webkit-scrollbar-thumb {
	cursor:pointer;
	background-color: #afafaf;
	border-radius:10px
}
::-moz-scrollbar {
	width:8px;
	height:8px;
	background-color: #f2f2f2;
	border-radius:10px
}
::-moz-scrollbar-thumb {
	cursor:pointer;
	background-color: #afafaf;
	border-radius:10px
}
html,body{
	font-family: 'Montserrat', sans-serif;
}
.forgot-pwd{
	color: #194F90;
}


.body .form-layout .form-group{
	margin-bottom: 15px;
}
.bold {
	font-weight: bold;
}
#login .swiper-slide {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#login .display-table {
	display: table;
	height: 100vh;
}
#login .right-wrapper {
	padding: 0 40px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 0;
}
#errorblock{
	color: red;
	margin: 6px 0;
}
#login .right-wrapper .right-inner-wrapper,#login .right-wrapper .otp-login {
	max-width: 65%;
}
#login .right-wrapper .form-layout {
	margin-top: 40px;
}
#login .right-wrapper .otp-login .form-layout .form-group{
	margin-bottom: 35px;
}
#login .right-wrapper .otp-login .form-layout{
	margin-top: 20px;
}
.right-wrapper h3 {
	margin: 0 0 5px;
}
#login .col-md-7, #login .col-md-5 {
	padding: 0;
}
#login .swiper-button-next, #login .swiper-button-prev {
	background-color: rgba(0,0,0,0.8);
}
#login .swiper-button-next{
	right: 15px;
}
#login .swiper-button-prev{
	left: 30px;
}
.primary-color{
	color: #292c7d;
	text-decoration: none;
}
.form-layout .form-group {
	position: relative;
	margin-bottom: 25px;
}
.input-field {
	background-color: transparent;
	display: block;
	outline: none;
	border-radius: 4px;
	color: #202124;
	font-size: 17px;
	height: 54px;
	width: 100%;
	padding: 13px 15px;
	z-index: 1;
	border: 1px solid #D1D1D7;
	padding-right: 20px;
	transition: all 0.3s ease-in-out;
}
.form-layout .form-group label {
	position: absolute;
	top: 0;
	font-size: 14px;
	transform: translateY(15px);
	padding: 0 16px;
	cursor: text;
	z-index: -1;
	letter-spacing: 0.4;
	text-transform: capitalize;
	font-weight: 400;
	-webkit-transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.form-layout .form-group .input-field:focus + label {
	transform: translateY(-12px) scale(.8);
	background-color: #fff;
	color: #194F90;
	padding: 0 8px;
	z-index: 1;
}
.form-layout .form-group .input-field:focus {
	border-color: #194F90;
	border-width: 2px;
	transition: all 0.3s ease-in-out;
}
.form-layout .form-group .input-field::-webkit-input-placeholder, .form-layout .form-group .input-field::-moz-input-placeholder,.form-layout .form-group textarea.input-field::-webkit-input-placeholder  {
 color: transparent;
}
.form-layout .form-group .input-field::placeholder {
 color: transparent;
}
.form-layout .form-group .input-field:not(:placeholder-shown) + label,.form-layout .form-group.focused label {
	transform: translateY(-12px) scale(.8);
	background-color: #fff;
	/*color: #194F90;*/
	padding: 0 8px;
	z-index: 1;
	left: 0;
}

.form-layout .form-group.password-input .input-field:not(:placeholder-shown) + label, .form-layout .form-group.password-input .input-field:focus + label {
	left: 0;
	
}
.form-layout .form-group .input-field:-webkit-autofill, .form-layout .form-group .input-field:-webkit-autofill:focus, .form-layout .form-group .input-field:-webkit-autofill:hover, .form-layout .form-group .input-field:-webkit-autofill:active {
 -webkit-box-shadow: 0 0 0 100px #fff inset;
 box-shadow: 0 0 0 100px #fff inset;
 -webkit-text-fill-color: #202124;
 transition: background-color 5000s ease-in-out 0s;
 -webkit-transition-delay: 99999s;
}

.form-layout .custom-control {
	padding: 0;
	color: #222;
}
#login .form-layout .form-group{
	margin-bottom: 35px;
}
#login .form-layout .form-group.pass{
	margin-bottom: 20px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #194F90;
	border-color: #194F90 !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
	background-image: none;
}
.form-layout .btn-primary, .btn-primary {
	outline: none;
	letter-spacing: 0;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #194F90;
	color: #fff;
	max-width: none;
	cursor: pointer;
	font-size: 18px;
	border-radius: 4px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	padding: 0 40px;
}
.form-layout .btn-primary:not(:disabled):not(.disabled):active{
	background-color: #194F90;
}
.form-layout .btn-primary:focus{
	outline: none;
	border: none;
	box-shadow: none;
}
.ripple {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.ripple::after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	display: block;
	pointer-events: none;
	background-image: -webkit-radial-gradient(circle, #000 10%, transparent 15%);
	background-image: -o-radial-gradient(circle, #000 10%, transparent 15%);
	background-image: radial-gradient(circle, #000 10%, transparent 15%);
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	opacity: 0;
	-webkit-transition: opacity 1s, -webkit-transform .5s;
	transition: opacity 1s, -webkit-transform .5s;
	-o-transition: transform .5s, opacity 1s;
	transition: transform .5s, opacity 1s;
	transition: transform .5s, opacity 1s, -webkit-transform .5s
}
.ripple:active::after {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: .2;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s
}
.form-layout .toggle-password {
    position: absolute;
    top: 15px;
    cursor: pointer;
    right: 20px;
    width: 24px;
    opacity: 0.7;
}
.form-layout .toggle-password .show-eye, .form-layout .form-group.tog-password .hide-eye {
    display: none;
}
.form-layout .form-group.tog-password .show-eye {
    display: block;
}
.form-layout .form-group.has-error .input-field{
	border-color: red;
}
.form-layout .form-group.has-error label,.form-layout .form-group.has-error .help-block{
	color: red;
}
.loader{
	display: none;
}
.loader .circle {
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin-right: 3px;
    display: inline-block;
    border-radius: 50px;
    -webkit-animation: dot-keyframes .7s infinite ease-in-out;
    animation: dot-keyframes .7s infinite ease-in-out;
}
.logo a{
	color: #448bff;
	text-decoration: underline;
	margin-left: 10px;
    display: inline-block;
}

.loader .circle:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.loader .circle:nth-child(3) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.form-layout .btn-primary:disabled{
	cursor: not-allowed;
}

#login{
	background-color: #fff;
	overflow: hidden;
}
.wrapper .content-header{
	margin-top: 0;
}
@keyframes dot-keyframes{
	0% {
    opacity: 1;
}
100%, 50% {
    opacity: .4;
}
}

.checkbox {
    padding: 7px 0;
    min-height: auto;
}
.checkbox input[type=checkbox] {
    margin: 0;
    display: none;
    width: 22px;
}
.checkbox input[type=checkbox] + label {
    padding-left: 0;
	z-index: 9;
}
.checkbox label {
    cursor: pointer;
}
.checkbox input[type=checkbox] + label:before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    border: 2px solid #ddd;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 15px;
    font-family: feather;
    font-weight: 400;
    line-height: 19px;
    vertical-align: bottom;
    text-align: center;
    background-color: #ffffff;
    cursor: pointer;
}
.checkbox input[type=checkbox]:checked + label:before {
    content: "\e926";
    color: #fff;
    background-color: #194F90;
    border-color: #194F90 !important;
    font-weight: bold;
}
.add-more-btn{
	position: relative;
	margin-bottom: 20px;
}
.add-more-btn span {
    padding-left: 8px;
    font-size: 16px;
    vertical-align: middle;
}

.match-result .nav-tabs .nav-link{
	color: #5d5d5d;
	    flex-grow: 0;
    white-space: nowrap;
}
.match-result .modal-body{
	height: 60vh;
	overflow: auto;
}
.match-result .nav-tabs .nav-link.active,.match-result .nav-tabs .nav-link.active:hover,.match-result .nav-tabs .nav-link:hover{
	border: none;
	font-weight: bold;
	border-bottom: 2px solid #194F90;
}
.match-result .table thead th{
	border-top: none;
}
.card-block.form-layout{
	position: relative;
	z-index: 1;
}

form .form-section{
	border-bottom-color: #ddd;
	font-weight: bold;
	margin-bottom: 30px;
}
form .form-section i{
	font-weight: bold;
}
form{
	margin: 0;
}
.input-field.error{
	border-color: red;
}
.error{
	color: red;
	margin-top: 5px;
	margin-bottom: 0;
}
.form-layout .label-block .form-group label{
	    position: relative;
    transform: none;
    left: auto;
    color: #000;
    padding: 0;
	font-size: 16px;
}
.checkbox .custom-control input[type=checkbox] + label {
	position: relative;
    top: auto;
    padding: 0;
    z-index: 1;
    padding-left: 25px;
    transform: none;
    left: auto;
    cursor: pointer;
    padding-left: 35px;
	font-size: 16px;
}

.form-layout .custom-control label:before{
	top: 0;
}
.right-inner-wrapper .form-layout .form-group .custom-control label{
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	padding-left: 25px;
	font-size: 16px;
	z-index: 1;
	cursor: pointer;
} 
.right-inner-wrapper .form-layout .form-group .custom-control label:before{
	top: 4px;
}
.form-wrapper{
	margin: 0 -25px;
    height: 70vh;
    overflow: hidden;
}
.form-wrapper .form-scroller{
    overflow: auto;
    padding: 15px 25px;
    height: 100%;
}
form .form-actions{
	padding: 20px 0 0;
}
form .form-actions .btn-primary{
	margin: 0;
}
.form-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label::after{
	background-image: none;
}
.image-preview{
	height: 220px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.add_more_field,.add_more_field:hover,.add_more_field:focus,.add_more_field:active{
	color: #0675ff;
}
.add-more-btn span {
    padding-left: 8px;
    font-size: 16px;
    vertical-align: middle;
}
.btn_remove {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    height: 54px;
    cursor: pointer;
	margin-left: -5px;
}
.btn_remove img {
    max-width: 16px;
    opacity: 0.65;
}
.upload-slide input[type="file"] {
    display: none;
}
.form-layout .label-block .form-group.upload-slide {
	position: initial;
}
.form-layout .label-block .form-group.upload-slide label.choose-file {
   
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
	padding: 15px;
	border-color: #ddd;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
	z-index: 9;
}
.form-layout .label-block .form-group.upload-slide label.choose-file:hover{
	background-color: rgba(236,236,236,0.5);
	transition: all 0.3s ease-in-out;
}
.form-layout .label-block .form-group.upload-slide label.choose-file:after {
    content: '';
    background: url(../images/upload-file.svg) no-repeat;
    width: 30px;
    height: 20px;
    opacity: 0.7;
    display: inline-block;
   top: 18px;
    right: 5px;
    right: 0;
    transition: all 0.3s ease-in-out;
    position: absolute;
}
.right-inner-wrapper .logo img, .otp-login .logo img {
    max-width: 240px;
    margin-bottom: 20px;
}
#login .custom-checkbox .custom-control-input:checked~.custom-control-label::after{
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3E%3C/svg%3E');
}
#login .btn-primary{
	width: 100%;
}
.btn.track-trip-btn{
	color: #fff !important;
    font-size: 16px;
    padding: 15px 0;
    width: 97%;
    margin: 0 auto;

}
/* .preloader{
	display: none !important;
} */
@media(max-width: 1600px){
	#login .right-wrapper .right-inner-wrapper, #login .right-wrapper .otp-login{
		max-width: 70%;
	}
	
	.form-wrapper{
		height: 62vh;
	}
	.error{
		font-size: 14px;
	}
	.booking-management-body .imp-row [class*="col-"]{
		padding: 7px 18px;
	}
	.wrapper .content-header{
		font-size: 22px;
		margin: 0;
	}
	
}

@media(max-width: 1400px){
	.form-wrapper{
		height: 62vh;
	}
	.form-layout .label-block .form-group.upload-slide label.choose-file{
		font-size: 12px;
	}
}
@media (max-width: 760px) {
  .tool::after { 
        font-size: .75em;
        margin-left: -5em;
        width: 10em; 
  }
}