a {
    color: #000;
    font-weight: bold;
}
.btn-check:active+.btn.btn-active-color-primary, .btn-check:checked+.btn.btn-active-color-primary, .btn.btn-active-color-primary.active, .btn.btn-active-color-primary.show, .btn.btn-active-color-primary:active:not(.btn-active), .btn.btn-active-color-primary:focus:not(.btn-active), .btn.btn-active-color-primary:hover:not(.btn-active), .show>.btn.btn-active-color-primary {
	color: #5e6278;
}

.btn-check:active+.btn.btn-primary, .btn-check:checked+.btn.btn-primary, .btn.btn-primary.active, .btn.btn-primary.show, .btn.btn-primary:active:not(.btn-active), .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active), .show>.btn.btn-primary {
	background-color: #333 !important;
	color: #fff !important;
}

#how_it_works {
	background-color: : #f9fafc !important;
}

.text-dark {
	color: #5e6278 !important;
}

#how_it_works {
	text-align: center;
}

#kt_header {
	height: 80px !important;
}


body.admin #kt_header {
	height: 160px !important;
}


.hero-image {
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url('/assets/images/hero_1.jpg');
	width: 100%;
	height: 450px;
}

.text-blue {
	color: blue;
}

.text-orange {
	color: orange;
}

.text-green {
	color: green;
}

.text-pink {
	color: pink;
}

.shipment-status-completed {
	background: green;
	color: #fff;	
}

.hideeffect{
	background:none !important;
	border:none !important;
}
.fonteffect{
	font-size: 12px !important;
}

.table {
	font-size: 13px;
}
.error {
color: #ff0000;
}
.option{
	padding: 1.4rem;
border: 1px solid #EBEDF3;
border-radius: 0.42rem;
}
.form-group label{
	font-weight: 400;
	color: #3F4254;
}
.radio {
display: flex;
-webkit-box-align: center;

align-items: center;
position: relative;
text-align: left;
cursor: pointer;
font-size: 1rem;
transition: all 0.3s ease;
margin: 0;
}
.option .option-control{
	width: 2.7rem;
padding-top: 0.1rem;
}
.radio {
	text-align: left;
cursor: pointer;
}

.radio > input{
	position: absolute;
z-index: -1;
opacity: 0;
}
.option .option-control{
	width: 2.7rem;
padding-top: 0.1rem;
}
.radio > span{
	background-color: #EBEDF3;
	border: 1px solid transparent;
	height: 18px;
    width: 18px;
	border-radius: 50%;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	box-sizing: border-box;
}
.radio > input:checked ~ span {
	background-color: #3699FF;
}
.radio > input:checked ~ span::after {
	display: block;
}
.radio > span::after {
    width: 6px;
	height: 6px;
	content: "";
border-radius: 100% !important;
}

.radio:hover > input:not([disabled]) ~ span, .radio > input:focus ~ span{
	-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

/* imagelistId styling */
#imageListId
{ 
margin: 0; 
padding: 0;
list-style-type: none;
}
#imageListId div
{ 
	margin: 0 4px 4px 4px;
	padding: 0.4em;             
	display: inline-block;
}

/* Output order styling */
#outputvalues{
margin: 0 2px 2px 2px;
padding: 0.4em; 
padding-left: 1.5em;
width: 250px;
border: 2px solid dark-green; 
background : gray;
}
.listitemClass 
{
	border: 1px solid #006400; 
	width: 120px;     
}
.listitemClass img{
	height: 100px;
	width: 100px;
}

  