.alert {
	font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI",
		"Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
	min-height: 38px;
	padding: 12px 15px 15px;
	margin: 5px auto;
	border-radius: 4px;
	border-left: 4px solid;
	opacity: 1;
	transition: opacity 0.6s;
	/* max-width: 90%; */
}
.warning {
	background: rgba(244, 215, 201, 0.37);
	color: #d93025;
	border-color: #d93025;
}
.info {
	background: rgba(186, 208, 228, 0.37);
	color: #00539f;
	border-color: #00539f;
}
.success {
	background: #edf7ee;
	color: #4caf50;
	border-color: #4caf50;
}
.tip {
	background: #fff5e6;
	color: #ff9800;
	border-color: #ff9800;
}
.alert-close {
	padding-left: 15px;
	font-weight: bold;
	float: right;
	font-size: 20px;
	line-height: 18px;
	cursor: pointer;
	transition: 0.3s all;
}
.alert-close:hover {
	color: #000;
}
.alert code,
.alert .mark {
	background: #fff;
	opacity: 0.9;
	padding: 3px 5px;
	border-radius: 4px;
	font-family: Consolas, Monaco, "Andale Mono", monospace;
	font-size: 89%;
	font-weight: normal;
}

strong {
	font-weight: bolder;
}

/* popup */

.modal {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	/* background: rgba(0, 0, 0, 0.2); */
	z-index: 999999999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal-content {
	min-width: 80%;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 0.63rem;
	outline: 0;
	-webkit-box-shadow: 6px 7px 31px -14px rgba(0,0,0,0.68);
	-moz-box-shadow: 6px 7px 31px -14px rgba(0,0,0,0.68);
	box-shadow: 6px 7px 31px -14px rgba(0,0,0,0.68);
}
.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
button#mustangSubmitBtn {
    background: #2fcd98 !important;
    color: white;
    border-radius: 50px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    width: 75px;
    height: 35px;
}
.btn-block {
	display: block;
	width: 100%;
}
.modal-footer > * {
	margin: 0.25rem;
}
.modal-confirm .modal-header {
	border-bottom: none;
	position: relative;
}
.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
	overflow: hidden;
}
.modal-body p{
	color: #000 !important;
	max-height: 16rem;
    overflow-x: hidden;
}
.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-confirm {
	color: #636363;
	width: 35%;
	min-width: 300px;
	font-size: 14px;
}
.modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	border-bottom: none;
	position: relative;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -15px;
	color: #000 !important;
}
.modal-confirm .form-control,
.modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px;
}
.modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -5px;
}
.modal-confirm .modal-footer {
	border: none;
	text-align: center;
	border-radius: 5px;
	font-size: 13px;
}
.modal-confirm .icon-box {
	color: #fff;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -40px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: 999999999;
	background: #82ce34;
	padding: 10px;
	text-align: center;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-confirm .icon-box i {
	font-size: 58px;
	position: relative;
	top: 3px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn {
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}
.modal-confirm .btn-success:hover,
.modal-confirm .btn-success:focus {
	background: #6fb32b;
	outline: none;
}

.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}

.checkmarksvg {
	height: 2.5rem;
	width: auto;
}

.icon-box.danger {
	background: #ef301f;
}

.btn-danger {
	background: #ef301f;
}

.modal-confirm .btn-danger:hover,
.modal-confirm .btn-danger:focus {
	background: #eb2715;
	outline: none;
}



.loader  {
	animation: rotate 2s infinite;  
	height: 50px;
	width: 50px;
  }
  
  .loader:before,
  .loader:after {   
	border-radius: 50%;
	content: '';
	display: block;
	height: 20px;  
	width: 20px;
  }
  .loader:before {
	animation: ball1 2s infinite;  
	background-color: #28a745;
	box-shadow: 30px 0 0 #28a745;
	margin-bottom: 10px;
  }
  .loader:after {
	animation: ball2 2s infinite; 
	background-color: #28a745 ;
	box-shadow: 30px 0 0 #28a745 ;
  }
  
  @keyframes rotate {
	0% { 
	  -webkit-transform: rotate(0deg) scale(0.8); 
	  -moz-transform: rotate(0deg) scale(0.8);
	}
	50% { 
	  -webkit-transform: rotate(360deg) scale(1.2); 
	  -moz-transform: rotate(360deg) scale(1.2);
	}
	100% { 
	  -webkit-transform: rotate(720deg) scale(0.8); 
	  -moz-transform: rotate(720deg) scale(0.8);
	}
  }
  
  @keyframes ball1 {
	0% {
	  box-shadow: 30px 0 0 #28a745;
	}
	50% {
	  box-shadow: 0 0 0 #28a745 ;
	  margin-bottom: 0;
	  -webkit-transform: translate(15px,15px);
	  -moz-transform: translate(15px, 15px);
	}
	100% {
	  box-shadow: 30px 0 0 #28a745 ;
	  margin-bottom: 10px;
	}
  }
  
  @keyframes ball2 {
	0% {
	  box-shadow: 30px 0 0 #28a745 ;
	}
	50% {
	  box-shadow: 0 0 0 #28a745;
	  margin-top: -20px;
	  -webkit-transform: translate(15px,15px);
	  -moz-transform: translate(15px, 15px);
	}
	100% {
	  box-shadow: 30px 0 0 #28a745;
	  margin-top: 0;
	}
  }

  .loading-center {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  #showMustangErrorMessage{
	cursor: pointer;
	font-weight: bold;
  }

  #file-upload-button{
	color: white;
	background: #28a745;

  }