* {
  box-sizing: border-box;
}

html,
body {
  font-size: 1.02rem;
  line-height: 1.6rem;
  font-family: Poppins, sans-serif;
  color: #212529;
  padding-bottom: 0 !important;
  position: relative;
  overflow-x: hidden;
}
.header-bg {
  background-color: #F5F9FF;
  background-image: url('../img/bg-1.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}

.hero-text {
  text-align: left;
  position: absolute;
  margin-top: 80px;
  padding-top: 6rem;
  font-weight: 700;
  color: #212529;
}
.sub-heading {
  /* color: #f5f9ff; */
  font-weight: 300;
}

.smaller {
  font-size: 0.8rem;
}
.shrink {
  font-size: 12px;
  padding-top: 8px;
  /* padding-left: 1rem; */
}

/* INDEX PAGE - SECTIONS */
section {
  margin: 50px 0;
}

.h-50 {
  min-height:50vh;
}
#subscription {
  height: auto;
  background-image: url('../img/bg_test2.png');
}
#home-icons {
  height: auto;
  background-color: #f5f9ff;
  /* background-image: url('../img/bg_about2.png'); */
}
#works {
  height: auto;
  background-image: url('../img/bg_about2.png');
}
#info {
  min-height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/bg_type5.png');
}
#contact-home {
  background-color: #9bbfcc;
  margin-bottom: 0px;
}
/* ABOUT PAGE */
#about {
}
/* FAQ PAGE */
#services {
}
/* PAYMENT PAGE */
#payment {
  height: auto;
  padding: 50px 0px;
}
@media screen and (max-width: 767.98px) {
  #payment {
    padding: 10px 0px;
  }
}

/* CONTACT, LOGIN PAGE */
#contact {
}
#login {
  height: auto;
}
#terms,
#customer-service {
  /* background-image: url('../img/bg_faq.png'); */
  background-size: initial;
}
#page-header {
  padding-top: 5.5rem;
  padding-bottom: 1rem;
  margin: 0px;
}
#dashboard-header {
  margin-top: 5.2rem;
}
@media screen and (max-width: 767.98px) {
  #dashboard-header {
    margin-top: 3.2rem;
  }
  #home_head {
    height: auto;
  }
  .header-bg {
    background-position: 0%;
  }
}

.dash img {
  max-width:350px;
  margin-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .dash img {
    max-width:250px;
    margin-bottom: 20px;
  }
}

/* ******** */
h1 {
  font-size: 2rem;
  font-weight: 700 !important;
}
h2 {
  font-size: 1.9rem;
  font-weight: 600 !important;
}
p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px;
  font-weight: 300 !important;
}
.text-weight{
  font-weight: 300 !important;
}
.fw-6 {
  font-weight: 600!important;
}
.primary-color {
  color: #f8c44a;
}
.secondary-color {
  color: #7cbad1;
}
.secondary-background {
  background: #7cbad1;
}
.secondary-background img {
  max-width: 280px;
}

/* NAVIGATION */
.navbar {
  position: fixed;
  padding: 12px;
  font-family: 'Lato', sans-serif !important;
  font-weight: 500 !important;
  background: #F5F9FF!important;
  /* box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1); */
  z-index: 1000;
}
#navbar.active {
  background-color: #ffffff!important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.nav-link {
  font-size: 16px;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

li.nav-item.text-white {
  padding-left: 1.5rem !important;
}

.navbar .nav-logo {
  padding-top: 0px;
  width: 40px;
}

.navbar-toggler {
  background: none;
  margin-top: -10px;
  border: none;
}
.navbar-toggler:active, .navbar-toggler:focus {
  outline: 0;
}
.navbar-toggler .icon-bar {
  display: block;
  background-color: #212529;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin: 4px 0 4px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-dark .navbar-toggler .icon-bar {
  background: #ffffff;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .icon-bar {
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.dropdown-item:focus {
  background-color: #f8c44a;
}

.dropdown {
  -webkit-appearance:none;
}

#dropdownMenuButton {
  -webkit-appearance:none;
  border: none;
}

#ReqTicketCategorieId {
  -webkit-appearance:none;
}

#dropdownMenuLink {
  -webkit-appearance:none;
}

/* ******* */

/* FORMS */
/* TRACKING FORM */
.track-prod {
  position: relative;
  border: none;
  box-shadow: none;
  padding: 14px 20px 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.09);
  z-index: 20;
}
.track-prod h5 {
  font-size: 1.05rem;
}
.form-control {
  min-height: 46px;
  color: #231F20;
  text-transform: none;
  font-size: 15px;
}
.form-control:focus{
  box-shadow: none;
  border-color: #f8c44a;
}
.login-form .form-control{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #f8cc4a;
}
select::after {
  display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.title-1 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.5rem;
}
#secondInput, #thirdInput {
  display: none;
}
#cover-caption {
  width: 100%;
  position: relative;
  background-color: none;
  box-shadow: none;
  z-index: 1;
}
#TrackParcelDashboardForm {
  padding-left:0px!important;
}
#TrackParcelDashboardForm:before {
  box-shadow: none!important;
  border: none;
}
/* only used for background overlay not needed for centering */
form:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(255,255,255,1);
  z-index: -1;
  border-radius: 5px;
}
/* Hide all steps by default: tab */
.tab {
  display: none;
}
.steps-form {
  max-height: 600px;
  border-left: 2px solid #f8c44a;
  box-shadow: 0 4px 14px -4px rgba(0, 0, 0, 0.2);
}
.payment-form {
  max-height: 600px;
  box-shadow: 0 4px 14px -4px rgba(0, 0, 0, 0.2);
}

.payment-form .form-group {
  margin-bottom: .2rem;
}


.summary-form {
  height: 470px;
  box-shadow: 0 4px 14px -4px rgba(0, 0, 0, 0.2);
}

.login-container {
  background: none;
  margin: 20px 0;
  border-radius: 5px;
}
/* ****** */

/* COOKIE MESSAGE */

#MessageCookie p {
  font-size: 14px;
  line-height: 1.5;
}

/* Buttons */
.btn-1 {
  text-align: center;
  display: inline-block;
  width: 180px;
  border: none;
  box-shadow: none;
  line-height: 30px;
  padding: 8px;
  font-size: 14px;
  border-radius: 5px;
  background-color: #f8c44a;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-1:focus {
  box-shadow: none;
  border-color: none;
}
.btn-1:hover {
  /* background-color: #f2b130; */
  /* color: #fff; */
}
.btn-2 {
  text-align: center;
  background-color: #f8c44a;
  border-radius: 5px;
  padding: 12px 28px 12px;
}
.btn-2:focus {
  box-shadow: none;
  border-color: none;
}
.btn-3 {
  border-radius: 5px;
}

.btn-payment {
  text-align: center;
  border-radius: 5px;
  padding: 8px;
  width: 200px;
}

.btn-nav {
  text-align: center;
  background-color: transparent;
  /* border: 1px solid #666; */
  padding: 8px;
  border-radius: 5px;
}
.btn-nav:focus {
  box-shadow: none;
  border-color: none;
}
/* FOOTER */

/* LINKS - FOOTER */

a {
  color: #666;
}
a:hover {
  color: #333;
  text-decoration: none;
}

small a {
  color: #7cbad1;
  font-size: 15px;
}

small a:hover {
  color: #212529;
}

.verified img {
  width: 160px;
}

footer a {
  color: #666666;
  line-height: 2.2;
  font-weight: 300;
  font-size: 16px;
}
footer a:hover {
  color: #212529;
}

footer img {
  width: 45px;
}

.f-dropdowns {
  border-radius: 5px;
  width: 160px;
}
/* END OF FOOTER */

/*  ****** */

/******* CARDS *******/
/* Large sub card */
.subscription-card {
  border: 2px solid #f8c44a;
}
.subscription-card img {
  width: 60px;
}
.subs-list {
  padding-left: 220px;
}
.subs-list2 {
  padding-left: 25px;
}

@media (max-width: 992px) {
    .subscription-card li {
        margin-left: 1rem;
    }
}

/* How it works CARD */
.white-bg {
  background: #ffffff;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
  box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
  border: 1px solid transparent;
  border-radius: 5px;
  height: 100%;
  transition: all .2s ease-in-out;
}
.white-bg img {
  width: 80px;
}
/* .white-bg:hover {
  transform: scale(1.025);
  border: 1px solid #f0a834;
} */
.p-sm {
  padding: 29px 40px 31px;
}

.image-shadow img {
  border-radius: 3px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
.hoverWrapper #hoverShow1 {
  display: block;
  top: 150px;
 }
 .hoverWrap p {
  text-align: center;
 }
  /* Error page 404 */
  .error-image {
    width: 450px;
    height: auto;
  }
    /* About page image */
    .about-image {
      width: 420px;
    }

/* Card */
.card {
  box-shadow: 0 4px 14px -4px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.logo-block img {
  width: auto;
  height: 50px;
}

.card .logos {
  width: auto;
  height: 35px;
}
#faq .card {
  border: #444;
}
#faq a {
  color: #fff;
  text-decoration: none;
}
#faq .card-body,
#faq .card-header {
  background: #231F20;
}

.payment-header {
  background: #0274F9;
  margin: none;
  padding: 20px 0px 17px 10px;
  font-weight: 600;
  max-height: 60px;
  position: relative;
  z-index: 10;
  border-radius: .25rem .25rem 0rem 0rem;
  border-bottom: 0;
  text-align: center;
}
.payment-header h5 {
  font-weight: 600;
  color: #ffffff;
}
.payment-footer {
  color: #212529;
  background: #e0eff6;
  margin: none;
  padding: 20px 0px 17px 10px;
  font-weight: 600;
  height: 55px;
  position: relative;
  z-index: 10;
  border-bottom: 0;
  text-align: center;
}
.payment-card {
    box-shadow: none;
    background-color: #fbfbfb;
}
.payment-card h5::after {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  transform: rotate(45deg);
  background: #0274F9;
  z-index: -10;
}
.payment-card img{
  width: 80px;
}
#payment #carrier-logo {
    max-height: 50px;
    width: auto;
}

.card .custom-img {
  width: auto;
  height: 45px;
  padding-left: 1rem;
}
/* ***** */

.page-header-text {
  padding-top: 80px;
  color: #212529;
}

/** MODAL STYLING **/

/* Safari - fix for modal */
_::-webkit-full-page-media, _:future, :root body.modal-open {

  position: relative;
  overflow-y: auto;

}

body.modal-open {
  overflow: hidden;
}

.modal {
  justify-content: center;
  align-items: center;
}

.modal-content {
  padding: 8px;
  border-radius: 8px;
}
.modal-backdrop.show {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
.modal-texts {
  text-align: left;
  padding-bottom: 2px;
  margin-top: 2.5rem;
}
.loader-txt p{
    font-size: 13px;
    color: #666;
}
.loader-txt small {
  font-size: 11.5px;
  color: #999;
}
/* ******** */

/* PROGRESS BAR - 1 to 3 */
#stepProgressBar  {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 400px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.step  {
text-align: center;
}
.bullet {
	border: 2px solid #ccc;
	height: 80px;
	width: 80px;
	border-radius: 100%;
	color: #ccc;
	display: inline-block;
	position: relative;
  transition: all .5s ease;;
  line-height: 80px;
}
.bullet.completed  {
  color:  white;
  border: 2px solid #f8c44a;
	background-color:  #f8c44a;
}
.bullet.completed::after {
	content: '';
	position: absolute;
	right: -84px;
	bottom: 35px;
	height: 2px;
	width: 82px;
  background-color: #f8c44a;
  transition: all .8s ease;;
}
.bullet.completed.b3::after {
  display: none;
}

/* Base styles and helper stuff */
.hidden  {
	display:  none;
}
button:disabled:hover  {
	opacity:  0.6;
	cursor:  not-allowed;
}
.text-center  {
	text-align:  center;
}
label.error{
  font-size: 14px;
  color: #dc3545;
}

#home_head {
  min-height: 90vh;
}

#home_head img {
  /* width: 400px; */
  width: 650px;
}


.custom-control-label a {
    color: #007bff;
}
.custom-control-label a:hover {
    color: #0056b3;
}

#home .text-muted {
    font-size: 15px;
}

/* Portrait Ipad Pro */
@media screen
  and (max-width: 1366px)
  and (min-width: 1024px)

  {
    #home {
      margin-top: 50px;
    }
    .hero-text {
      margin-top: -20px;
      text-align: center;
    }
}

/* Tablets */
@media screen
and (max-width : 1023px)
and (min-width : 768px)

 {
  #home {
    margin-top: 50px;
  }
 .hero-text {
   margin-top: -20px;
   text-align: center;
 }

  .steps-card {
    height: 500px;
  }
  .subs-list {
    padding-left: 20px;
  }

  .subs-list {
    padding: 0 30px 0 0;
    display: inline-block;
  }

  .subs-list2 {
    padding: 0px;
    display: inline-block;
  }

   .about-image {
    margin-left: 8rem;
  }

  .f-dropdowns {
      border-radius: 5px;
      width: auto;
      margin: 10px 10px;
  }

  .list-payment .custom-img {
      padding-left: 0;
  }

  .list-payment .shrink {
      margin-left: 15px;
  }

  .text-adjust {
    font-size: 14px;
  }

}
/* Phones */
@media screen and (max-width: 767.98px) {

  .hero-text {
    margin-top: 140px;
  }

  .navbar {
    padding: 10px;
  }
  .navbar .nav-logo {
    margin-left: 10px;
    width: 35px;
  }
  .navbar .navbar-toggler {
    margin-top: 2px;
    margin-right: 10px;
  }

  #home-icons,
  #subscription,
  #info {
    height: auto;
  }
  #home {
    padding-top: 8rem;
  }
  #info {
    padding-top: 4rem;
  }
  #page-header {
    padding-top: 5.5rem;
  }
  #page-header.payment {
      margin-top: 4rem;
      margin-bottom: -1rem;
  }

  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.49rem;
  }
  .smaller {
    font-size: 15px;
    padding-top: 2px !important;
  }
  .card .custom-img {
  padding-left: 0.5rem;
  }
  .shrink {
      font-size: 14px;
      padding-top: 2px;
  }
  .about-image {
    width: 350px;
  }
  .card img {
    padding: 5px;
    width: 80px;
  }
  .payment-form {
    padding: 0px 10px 0px 10px;
  }
  .payment-form img{
    padding: 0px;
  }
  .steps-card {
    min-height: 300px;
    margin-bottom: 20px;
  }
  .steps-card:hover {
    transform: none;
  }
  .hoverWrapper #hoverShow1 {
    display: block;
    top: 150px;
   }
  .summary-form {
    height: 600px;
  }
  div#stepProgressBar  {
    display:  flex;
	  justify-content:  space-between;
	  align-items:  flex-end;
    width: 300px;
    margin: auto;
	  margin-bottom:  40px;
  }
  div.bullet {
    border: 2px solid #ccc;
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  div.bullet.completed::after {
    right: -64px;
    bottom: 25px;
    height: 2px;
    width: 62px;
  }
  #loader-txt {
    min-height: 100%;
    height: 550px;
  }
  #complete-txt {
    min-height: 100%;
    height: auto;
    padding: 0px;
  }
  .f-dropdowns {
    border-radius: 5px;
    width: auto;
    margin: 10px 10px;
  }
  .btn-2 {
    display: inline-block;
    margin-top: -10px;
    margin: 5px;
    z-index: 100;
  }
  .btn-payment {
    display: inline-block;
    margin-top: -10px;
    text-align: center;
    border-radius: 5px;
    padding: 8px;
    width: 200px;
  }

  .subs-list {
    padding: 0px;
    display: inline-block;
  }
  .subs-list2 {
    padding: 0px;
    display: inline-block;
  }
  .subs-list img {
    width: 70px;
  }
  .subs-list2 img {
    width: 70px;
  }
  .modal-texts {
    margin-top: 5px;
    text-align: left;
    margin-bottom: 0.5rem;
    padding-left: 2.6rem;
    min-height: 180px;
  }
  #complete-txt {
    display: none;
  }

  .reduced-m {
    margin: 0px;
    min-width: 100%;
  }

  #MessageCookie p, #MessageCookie a {
    font-size: 10px;
    line-height: 1.5;
  }
 }

 @media (max-width: 576px) {
   #complete-txt h5 {
     font-size: 1.20rem;
   }

   .h5, h5 {
     font-size: 1.1rem;
   }

   #loader-txt h5 {
     font-size: 1.3rem;
     font-weight: 300;
   }
   h1 {
     font-size: 23px !important;
   }
   .sub-heading {
     font-size: 20px !important;
   }
 }

 @media screen and (width: 320px) {

  .hero-text {
    padding-top: 4.5rem !important;
  }

  .hero-text h1 {
    font-size: 1.5rem;
  }

  .sub-heading {
    font-size: 1.3rem;
  }

  #page-header h2 {
    font-size: 22px;
  }

  #MessageCookie p {
    font-size: 8px;
    line-height: 1.5;
  }

 }
 .custom-control-label {font-size: 12px;padding-bottom:15px}

#subscription .container .col-md-12,
#info .container,
#loadMe .modal-dialog {
	overflow: hidden;
}

/* World Map Loader */

#sat {
  opacity: 0;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-fill-mode: forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
  }
}

#magnify{
  fill:#f8cc4a;
  animation: search 2.5s ease-in-out;
  transform: scale(1.3);
  transform-box: fill-box;
  transform-origin: center;
}

@keyframes search {
  0%{
    transform:translate(50px, 20px) scale(1.2);
  }
  10% {
    transform:translate(40px, 20px) scale(1.2);
  }
  20%{
    transform:translate(30px, 20px) scale(1.2);
  }
  30% {
    transform:translate(-20px, -10px) scale(1.2);
  }
  40%{
    transform:translate(-30px, -20px) scale(1.3);
  }
  50% {
    transform:translate(30px, -20px) scale(1.2);
  }
  60%{
    transform:translate(50px, -50px) scale(1.3);
  }
  70% {
    transform:translate(30px, 20px) scale(1.2);
  }
  80%{
    transform:translate(-50px, 50px) scale(1.2);
  }
  90% {
    transform:translate(20px, 10px) scale(1.2);
  }
  100%{
    transform:translate(0px, 0px) scale(1.3);
  }
}
/* ************************* */

.reduced-m {
  /* margin: 0 0 4rem; */
  width: 90%;
}

#flashMessage {
  /* position: absolute;
  margin-top: -20px;
  padding: 5px;
  width: 100%;
  text-align: center; */
  position: absolute;
    margin-top: 80px;
    padding: 5px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    z-index: 1;
}


#dropdownLanguageLink, #dropdownCurrencyLink {
    text-align: center;

}


/* Dashboard */

.filter-tabs {
  display: none;
}

.nav-tabs {
  border-bottom: none !important;
}

.nav-custom {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;

}

.nav-tabs .nav-custom.active {
  border: none;
  border: 1px solid #f0a834 !important;
  border-radius: .25rem;

}

.nav-tabs .nav-custom:hover {
  color: #333;
  border: none;

}

  .mycustom .input-group-prepend {
    border-radius: 0 0 10px 10px;
    z-index: 9;
    position: absolute;
    top: 0;
    right: -29px;
    height: 100%;
  }
  @media(max-width:992px){
    .mycustom .input-group-prepend {
      border-radius: 0 0 10px 10px;
      z-index: 9;
      top: 0;
      right: 0;
      position: relative;
      margin-top: 0rem;
    }
  }

  .dashboard-menu {
    margin-left: 0px;
  }

#TrackParcelDashboardForm #TrackParcelNumParcel.is-valid {
    background-image: none;
}

@media(max-width:992px){

  #flashMessage {
      position: absolute;
      margin-top: 80px;
      padding: 5px;
      width: 100%;
      text-align: center;
      font-size: 14px;
      line-height: 1.4;
    }

  .wrapper{
   width:100%;
   }

   .nav-tabs {
    display: none;
  }

  .filter-tabs {
   display: inline-block;
 }

   .mycustom {
    display: inline;
  }

  /* .mycustom .input-group-prepend {
    margin-top: 0.5rem;
  } */
  .input-group-prepend .btn {
    border-radius: 3px !important;
  }
  .btn-filter {
    display: inline;
    box-shadow: none;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #f8c44a;
    font-weight: 700;
    text-transform: uppercase;
  }
  .btn-filter:focus {
    box-shadow: none;
    border-color: none;
  }
  .btn-filter:hover {
    background-color: #f2b130;
    color: #fff;
  }
 }

 .panel-heading {
   background-color: #f8f9fa;
   border-radius: .25rem;
   padding: 4px;
   border: 1px solid #f4f6f8;
 }
 .panel-title {
   display: inline;
 }
 .panel-title i{
   background-color: #5cb85c;
   padding: 10px;
   border-radius: 3px;
   font-size: 10px;
 }
 .panel-title>a, .panel-title>a:active{
   display:block;
   padding:8px;
   color:#555;
   letter-spacing:1px;
   word-spacing:3px;
   text-decoration:none;
 }
 @media (max-width: 576px) {
  .panel-title>a, .panel-title>a:active{
    font-size: 12px;
  }
}

 .panel-heading  a:before {
  content: "\f078";
  font-family: 'FontAwesome';
  padding: 3px;
  float: right;
  transition: all 0.5s;
 }
 .panel-heading.active a:before {
   -webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
   transform: rotate(180deg);
 }

 .panel-body {
  border: 1px solid #f8f9fa;
  background: #ffffff;
  padding: .25rem;
 }

 .package-info {
  height:350px;
  overflow-y:auto;
  background: #ffffff;
  border-radius: .25rem;
 }

 @media (max-width: 576px) {
  .package-info {
    height:auto;
    overflow-y:auto;
    background: #ffffff;
    border-radius: .25rem;
   }
}

 /* Tabs */

/* Style the tab */
.tabList {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.tabcontent {
  display: none;
  border: none;
}


/* Loader for Dashboard */

.loader,
.loader:before,
.loader:after {
  top: -20px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  display: inline-block;
  color: #333333;
  font-size: 10px;
  margin: 10px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/* BADGES */

.badge.pending {
  background-color: #f0a834 !important;
  color: #ffffff;
}

.badge.notfound {
  background-color: #B6B7BB !important;
  color: #ffffff;
}

.badge.transit {
  background-color: #2096F3 !important;
  color: #ffffff;
}

.badge.pickup {
  background-color: #0B48A1 !important;
  color: #ffffff;
}

.badge.delivered {
  background-color: #43A047 !important;
  color: #ffffff;
}

.badge.undelivered {
  background-color: #F44237 !important;
  color: #ffffff;
}

.badge.exception {
  background-color: #FF6E01 !important;
  color: #ffffff;
}

.badge.expired {
  background-color: #B71C1C !important;
  color: #ffffff;
}

#wrapper {
  /* height: 100%; */
}

#paymentLoader {
    margin-left: auto;
    margin-right: auto;
    width: 45px;
    height: 45px;
    border: 8px solid #d12b00;
    border-top: 8px solid #ededed;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
