.page {
    position: relative;
    margin-right: 0px;
    -webkit-transition: width 0.3s linear;
    width: calc(100%);
    background-color: #fafbfe;
    min-height: 100vh;
    padding-bottom: 50px;
    text-align: right;
}

.cid-qKSpeMafIm {
    padding-top: 0px;
    padding-bottom: 30px;
    background-color: #f4f8fa;
  }
  .cid-qKSpeMafIm .mbr-iconfont {
    font-size: 50px;
    transition: color .3s;
    padding: 0.3rem;
  }
  .cid-qKSpeMafIm .mbr-section-title {
    margin: 0;
  }
  .cid-qKSpeMafIm .mbr-section-subtitle {
    color: #8d97ad;
  }
  .cid-qKSpeMafIm .card-img span {
    color: #1dc9cb;
  }
  .cid-qKSpeMafIm .row-item {
    margin-bottom: 1.3rem;
  }
  .cid-qKSpeMafIm .row-item:hover .wrapper {
    background: linear-gradient(90deg, #7c5cc4, #6b2cff);
    cursor: pointer;
    /* transform: translateY(-10px);
    transition: all 1.3s; */
  }
  .cid-qKSpeMafIm .row-item:hover .card-img span {
    color: #ffffff !important;
  }
  .cid-qKSpeMafIm .row-item:hover .mbr-card-title {
    color: #ffffff !important;
  }
  .cid-qKSpeMafIm .wrapper {
    padding: 2.5rem 1rem;
    background: #fff;
    border-radius: 5px;
	box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
	border: 1px solid rgba(0,0,0,.125);
  }
  
.cid-qKSpeMafIm .col-md-6 , .cid-qKSpeMafIm .col-lg-6  {
	width:50%;
	text-align: center;
	padding-right: 5px;
    padding-left: 5px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: right;
}
@media (min-width: 576px)
{
.container {
    max-width: 98%;
}	
}
h4, .h4 {
    font-size: 1.4rem;
}
.dropdown-toggle::after {
  float: left !important;
}

#creatShip .card-header{
  padding: 0.25rem 1.25rem;
  text-align: center;
}
#creatShip .form-inline .col-md-12{
  padding-right: 5px;
  padding-left: 5px;
}
#creatShip .list-widget .inner-widget {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#creatShip .list-widget .widget-left {
  margin-left: 20px;
}
.list-widget .widget-right {
  width: 100%;
  text-align: right;
}
#creatShip .list-widget .date-col .date-icon {
 
  margin-left: 7px;
}
#creatShip .list-widget .bottom-btn-col > div {
  padding: 0 7px;
}
#creatShip .btn-small {
  border-radius: 5px;
  min-width: 70px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding: 3px;
}
#creatShip .card-body {
  padding: 0.4rem;
}
#creatShip .card {
  margin-bottom: 5px;
  border: 1px solid rgba(0,0,0,.125)
}
#creatShip .alert {
  padding: 0.25rem 1.25rem;
}

.shipments-list {
	width: auto;
	background-color:#F6F6F6;
	border-radius: 25px 25px 0 0;
	padding: 20px 0;
	margin: 0px 0px 0; 
}
.patients-list:after {
	content: "";
	display: table;
	clear: both;
}
.patients-list .container {
	padding: 0 15px;
}
.shipment-widget {
	background-color: #fff;
	padding: 15px;
	box-shadow: 0px 6px 15px #00000014;
	border-radius: 10px;
}
.shipment-top-details {
	display: inline-block;
	width: 100%;
	background-image: linear-gradient(to right, #CFCFCF 33%, rgba(245,245,245,0) 0%);
	background-image: -webkit-linear-gradient(to right, #CFCFCF 33%, rgba(245,245,245,0) 0%);
	background-position: bottom;
	background-size: 10px 2px;
	background-repeat: repeat-x;
	padding-bottom: 7px;
	margin-bottom: 10px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.shipment-top-details i {
	font-size: 10px;
	vertical-align: 0px;
}
.pat-info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pat-info-cont {
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
}
.pat-info-cont-noleft {
    flex: 0 0 calc(100%);
    max-width: calc(100%);
}
     
.shipment-img {
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	margin-right: 10px;
	width: 60px;
	display: flex;
	-webkit-display: flex;
}
.shipment-img img {
	border-radius: 50px;
}
.shipment-widget .pat-name {
	font-size: 14px;
	margin-bottom: 1px;
	color: #000;
	font-weight: 400;
}
.shipment-widget .pat-name a {
	color: #000;
}
.shipment-details-col {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	font-size: 12px;
  color: #858585;	
  text-align: center;
}
.pat-contact {
	font-size: 13px;
	display: flex;
	display: -webkit-flex;
	padding-top: 7px;
}
.shipment-details-col-inside {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	font-size: 12px;
  color: #858585;	
  border-bottom: 1px solid rgb(61 51 51 / 20%);
  text-align: center;
}
.shipment-details-col span.filling, .shipment-details-col-inside span.filling {
  color: #000000;
  background: #c7c8d4;
}


.download-pdf {
	padding-top: 4px;
	padding-bottom: 3px;
}
.download-pdf a {
	color: #000000;
	font-size: 12px;
}
.pat-contact span.icon-phone {
	width: 20px;
	height: 20px;
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	border-radius: 50px;
	margin-right: 5px;
}
.pat-contact span.icon-phone i {
	font-size: 8px;
	color: #000;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.shipment-widget + .shipment-widget {
	margin-top: 15px;
}
.bg-danger-light {
	color: #FF0000;
	background-color: rgb(255, 49, 49, 0.3);
	font-size: 10px;
	padding: 5px 13px;
}
.bg-success-light {
	background-color: rgba(0, 167, 105, 0.3);
	color:#00CC80;
	font-size: 10px;
	padding: 5px 13px;
}
.w-5 {
  width: 5%!important;
}
.w-10 {
  width: 10%!important;
}
.w-15 {
  width: 15%!important;
}
.w-20 {
  width: 20%!important;
}
.w-30 {
  width: 30%!important;
}
.w-40 {
  width: 40%!important;
}


.widget {
	background-color: #fff;
	border:1px solid #e7e7e7;
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	margin-bottom: 15px;
	padding: 15px;
	position: relative;
	text-align: center;
}
.business-widget {
  background-color: #fff;
  border: 0;
  padding: 10px;
  margin: 10px;
  box-shadow: 0px 6px 15px #00000014;
  border-radius: 10px;
}

.business-widget + .business-widget {
margin-top: 20px;
}
.listing-day {
-webkit-box-align: flex-start;
-ms-flex-align: flex-start;
align-items: center;
  color: #000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
justify-content: space-between;
-webkit-justify-content: space-between;
-ms-flex-pack: space-between;
  margin-bottom: 13px;
}
.listing-day .left-icon {
width: 46px;
height: 46px;
margin-right: 15px;
}
.listing-day:last-child {
margin-bottom: 0;
}
.listing-day.current {
padding: 5px 0;
}
.listing-day .day {
font-weight: 500;
position: relative;
padding-left: 2px;
font-size: 13px
}
.listing-day.current .day {
font-weight: 500;
text-align: left;
font-size: 15px;
padding-left: 0;
}
.listing-day.current .day span {
display: block;
font-weight: normal;
font-size: 12px;
margin-top: 10px;
}
.listing-day .day i {
font-size: 17px;
position: absolute;
left: 0;
top: 1px;
}
.time-items {
  color: #858585;
  width: 70%;
}
@media (max-width: 412px) {
  .time-items {
    color: #858585;
    width: 60%;
  }
}
.listing-day.closed {
color: #FF3131;
}
.listing-day.closed .bg-danger-light {
color: #FF0000;
background-color: rgb(255, 49, 49, 0.3);
font-size: 10px;
padding: 5px 13px;
}
.time-items > span {
  display: block;
  text-align: right;
  font-size: 13px;
}
.time-items > span.open-status {
margin-bottom: 10px;
}
.time-items > span.open-status .bg-success-light {
background-color: rgba(0, 167, 105, 0.3);
color:#00CC80;
font-size: 10px;
padding: 5px 13px;
}

h3,
.h3 {
    font-size: 1.6rem;
}
.page .form-control::-webkit-input-placeholder {
  font-family: 'Tajawal',"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
  color:rgb(105, 101, 101);
  font-size: 1.3rem;
}

.page .form-control::-ms-input-placeholder {
  font-family: 'Tajawal',"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
  color:rgb(105, 101, 101);
  font-size: 1.3rem;
}

.page .form-control::-moz-placeholder {
  font-family: 'Tajawal',"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
  color:rgb(105, 101, 101);
  font-size: 1.3rem;
}

.page .form-control::-moz-placeholder {
  font-family: 'Tajawal',"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
  color:rgb(105, 101, 101);
  font-size: 1.3rem;
}
.shipdirection {
  direction: rtl;
}

.table-shipment {
  width: 100%;
  margin: 0 auto;
}
.table-shipment thead th:not(:first-child) {
  border-bottom:1px solid #bebebe;
}
.table-shipment > thead th, .table-shipment > tbody td {
  position: relative;
  padding: 18px 10px;
  text-align:center;
}
.progress-bar.prepration:after {
  display:none;
}
.table-shipment > thead th.inTransit:before {
  content: '';
  border: 1px dashed #a5a5a5;
  position: absolute;
  right: 25px;
  top: 0;
  height: 100%;
}
.table-shipment > thead th.delivered:before,.table-shipment > tbody td:first-child:before {
  content: '';
  border: 5px solid #28ac58;
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
}
.table-shipment > tbody td:first-child {
background-color:#f8f8f8;
}
.table-shipment > tbody td:first-child:after{
  content: '';
  background-size: 20px 20px;
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
  top: 18px;
}
.table-shipment > tbody > tr:not(:first-child) > td:first-child:after{
  background: url(../images/check.svg) no-repeat right top;
}
.table-shipment > tbody > tr:first-child > td.inTransit:first-child:after{
  background: url(../images/up.svg) no-repeat right top;
}
.table-shipment > tbody > tr:first-child > td.delivered:first-child:after{
  background: url(../images/check.svg) no-repeat right top;
}