/*------------------
  Custom CSS Styles
--------------------*/
.font-big {
	font-size:14px;
}

.flex {
	display: flex;
}

.flex-center {
	justify-content: center;
}

.flex-wrap {
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;
}

.address-input{
	padding: 0px 10px 0px 0px;
	width: 100%;
}

.address-input2{
	padding: 0px 10px 0px 0px;
	width: 60%;
}

.logo {
	outline: 0;
	border-width: 0.7px;
	border-style: solid;
	border-color: #e6e6e6;
	border-radius:5px
}

.pay-btn {
	color: #fff;
	background-color: #f9278e;
	border-color: #f9278e;
	border-bottom: 3px solid rgba(0,0,0,0.15);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
}

.pay-btn:hover {
	color: #fff;
	background-color: #e41c78;
	border-color: #d91a72;
	border-bottom: 3px solid rgba(0,0,0,0.15);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
}

.btn-box {
	border-bottom: 3px solid rgba(0,0,0,0.15);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
}

.modal {
    overflow-y:auto;
}

.icon-click{
	cursor: pointer;
	color:#1978ab;
}

.center {
  margin: auto;
  width: 60%;
  border: 3px solid #73AD21;
  padding: 10px;
}

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.countCart {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
}

.tracking-item {
	border-left: 1px solid #e5e5e5;
	position: relative;
	padding: 1.5rem 1.5rem .5rem 2.5rem;
	margin-left: 13rem;
	min-height: 5rem;
}

.tracking-item .tracking-date {
    position: absolute;
    left: -12rem;
    width: 9.8rem;
    text-align: right;
}

.tracking-item .tracking-icon {
    line-height: 2.6rem;
    position: absolute;
    left: -1.3rem;
    width: 2.6rem;
    height: 2.6rem;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1rem;
    background-color: #f9278e;
    color: #fff;
}

.tracking-item .tracking-icon-default {
    line-height: 2.6rem;
    position: absolute;
    left: -1.3rem;
    width: 2.6rem;
    height: 2.6rem;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1rem;
    background-color: #f9278e;
    color: #fff;
}

.tracking-item .tracking-icon-mygdexprime {
  line-height: 2.6rem;
  position: absolute;
  left: -1.3rem;
  width: 2.6rem;
  height: 2.6rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  background-color: #eb2f06;
  color: #fff;
}

.tracking-item .tracking-icon-dhl {
  line-height: 2.6rem;
  position: absolute;
  left: -1.3rem;
  width: 2.6rem;
  height: 2.6rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  background-color: #D40511;
  color: #fff;
}

.latest-status-mygdexprime {
	font-size:16px;
	padding:10px;
	background-color: #1B1464;
	color: #fff;
}

.latest-status-dhl {
	font-size:16px;
	padding:10px;
	background-color: #FFCC00;
	color: #fff;
}

.latest-status {
	font-size:16px;
	padding:10px;
	background-color: #f9278e;
	color: #fff;
}

.details_wrapper {
	display:flex;
}

.order_details {
    width: 49%;
    padding: 2%;
    padding-left: 0;
    border-radius: 6px;
}

.details_title{
	font-size: 13px;
    font-weight: 700;
}

dl {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0
}
dt {
  float: left;
  width: 30%;
  /* adjust the width; make sure the total of both is 100% */
  padding: 0;
  margin: 0;
  font-size: 95%;
}
dd {
  float: left;
  width: 70%;
  /* adjust the width; make sure the total of both is 100% */
  padding: 0;
  margin: 0;
  font-size: 95%;
}

.greybg {
	background-color:#f9f9f9;
}

.parcel-details-1 {
	padding:15px;
}

.hr_1 {
	margin-top:0px;
	margin-bottom: 5px;
}

.logo_main {
	padding:5px;
	margin:5px;
	background-color:#fff;
}

.name_main {
	padding:0px 0px 5px 0px;
	margin:5px;
}

.border-main {
	border-radius:5px;
	margin:5px 0px 5px 5px;
	background-color: #f2f2f2;
	cursor:pointer;
}

.round-border {
	display: inline-block;
	border-radius: 60px;
	box-shadow: 0px 0px 2px #888;
	padding: 0.6em 0.5em;
	cursor: pointer;
}

.round-border:hover{
	background-color:#e6e6e6;
}

.tracking-status{
	font-size:16px;
	padding:10px;
	background-color: #5bc0de;
	color: #fff;
}

.horizontal-line{
  border-bottom: 1px solid #e2e2e2;
}

/*-----------
 Gauge Chart
-------------*/
/* ChartJS*/
.gaugeChartCard {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gaugeChartBox {
  width: auto;
  padding: 20px;
  border-radius: 20px;
  border: solid 3px rgb(215, 209, 209);
  background: white;
  height: 500px;
  display:flex;
}

@media only screen and (max-width: 768px) {
  .gaugeChartBox {
    display: block;
    height: 100%;
  }
}