/*Modal*/

.ml-button:disabled {
	cursor: not-allowed;
	opacity: 0.3
}

.ml-input {
	font-size: 14px;
	padding: 8px;
	display: block;
	border: none;
	border-bottom: 1px solid #ccc;
	width: 100%;
	background: white;
}

.ml-check {
	width: 24px;
	height: 24px;
	position: relative;
	top: 6px
}

.ml-modal {
	z-index: 100;
	padding-top: 30px;
	padding-bottom: 50px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4)
}

.ml-modal-content {
	margin: auto;
	background-color: #fff;
	position: relative;
	padding: 0;
	outline: 0;
	width: 600px;
	border-radius: 10px
}

.ml-block {
	display: block;
	width: 100%
}

.ml-container:after,
.ml-container:before {
	content: "";
	display: table;
	clear: both
}
@media (max-width: 400px) {
	.ml-modal{
		padding-top: 1px;
	}
	.ml-modal-content{
		margin: unset !important;
	}
}
@media (max-width:600px) {
	.ml-modal-content {
		margin: 0 10px;
		width: auto!important
	}
	/*.ml-modal {
		padding-top: 20px
	}*/
	.ml-hide-small {
		display: none!important
	}
}

@media (min-width:400px) and (max-width:768px) {
	/*.ml-modal-content {
		width: 500px
	}*/
	.ml-modal {
		padding-top: 20px;
	}
}

@media (min-width:700px) {
	.ml-modal-content {
		width: 700px
	}
}

@media (min-width:993px) {
	.ml-modal-content {
		width: 900px
	}
}

.ml-circle {
	border-radius: 50%
}

.ml-container {
	padding: 0.01em 16px
}

.ml-card-4 {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
}

@keyframes ml-spin {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(359deg)
	}
}

@keyframes fading {
	0% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes opac {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}

@keyframes animateleft {
	from {
		left: -300px;
		opacity: 0
	}
	to {
		left: 0;
		opacity: 1
	}
}

@keyframes animateright {
	from {
		right: -300px;
		opacity: 0
	}
	to {
		right: 0;
		opacity: 1
	}
}

@keyframes animatebottom {
	from {
		bottom: -300px;
		opacity: 0
	}
	to {
		bottom: 0;
		opacity: 1
	}
}

.ml-animate-zoom {
	animation: animatezoom 0.6s
}

@keyframes animatezoom {
	from {
		transform: scale(0)
	}
	to {
		transform: scale(1)
	}
}

.ml-center {
	text-align: center!important
}

.ml-border {
	border: 1px solid #bac4d0!important
}

.ml-border-top {
	border-top: 1px solid #ccc!important
}

.ml-section {
	margin-top: 16px!important;
	margin-bottom: 16px!important
}

.ml-margin-top {
	margin-top: 16px!important
}

.ml-margin-bottom {
	margin-bottom: 16px!important
}

.ml-padding {
	padding: 8px 16px!important
}

.ml-padding-16 {
	padding-top: 16px!important;
	padding-bottom: 16px!important
}

.ml-right {
	float: right!important
}

/*.ml-button:hover {
	color: #000!important;
	background-color: #ccc!important
}*/


/* Colors */

/*.ml-green {
	color: #fff!important;
	background-color: #4CAF50!important
}*/

.ml-light-grey {
	color: #000!important;
	background-color: #f1f1f1!important
}

.ml-tab-active{
	border-bottom: 2px solid #11CEA6 !important;
}

.btn-close {
    transform: translate(10px, -20px);
    /*padding: 0.5rem;*/
    background: #eee;
    border-radius: 50%;
    min-width: 46px;
    max-width: 46px;
    height: 46px;
	font-size: 18px;
    /*position: absolute;
    right: 0;
    top: 1px;*/
}

.btn-close.abs{
	position: absolute;
    z-index: 1;
    right: 2px;
}

.btn-close:hover {
	color: #fff!important;
	background-color: red!important
}

button {
  cursor: pointer;
  border: none;
  font-weight: 600;
}

/* lokesh */
.modal-title {
    background-color: #6a7b88; /*#586686*/
    border-radius: 10px 6px 3px 12px;
    color: white;
}