@font-face {
  font-family: "Barlow Bold";
  src: url("../Fonts/Barlow-Bold.eot") format("embedded-opentype"), url("../Fonts/Barlow-Bold.woff2") format("woff2"), url("../Fonts/Barlow-Bold.woff") format("woff"), url("../Fonts/Barlow-Bold.svg") format("svg"), url("../Fonts/Barlow-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Semibold";
  src: url("../Fonts/Barlow-SemiBold.eot") format("embedded-opentype"), url("../Fonts/Barlow-SemiBold.woff2") format("woff2"), url("../Fonts/Barlow-SemiBold.woff") format("woff"), url("../Fonts/Barlow-SemiBold.svg") format("svg"), url("../Fonts/Barlow-SemiBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Regular";
  src: url("../Fonts/Lato-Regular.eot") format("embedded-opentype"), url("../Fonts/Lato-Regular.woff2") format("woff2"), url("../Fonts/Lato-Regular.woff") format("woff"), url("../Fonts/Lato-Regular.svg") format("svg"), url("../Fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Medium";
  src: url("../Fonts/Lato-Medium.eot") format("embedded-opentype"), url("../Fonts/Lato-Medium.woff2") format("woff2"), url("../Fonts/Lato-Medium.woff") format("woff"), url("../Fonts/Lato-Medium.svg") format("svg"), url("../Fonts/Lato-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Semibold";
  src: url("../Fonts/Lato-Semibold.eot") format("embedded-opentype"), url("../Fonts/Lato-Semibold.woff2") format("woff2"), url("../Fonts/Lato-Semibold.woff") format("woff"), url("../Fonts/Lato-Semibold.svg") format("svg"), url("../Fonts/Lato-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Bold";
  src: url("../Fonts/Lato-Bold.eot") format("embedded-opentype"), url("../Fonts/Lato-Bold.woff2") format("woff2"), url("../Fonts/Lato-Bold.woff") format("woff"), url("../Fonts/Lato-Bold.svg") format("svg"), url("../Fonts/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Extra Bold";
  src: url("../Fonts/Lato-ExtraBold.eot") format("embedded-opentype"), url("../Fonts/Lato-ExtraBold.woff2") format("woff2"), url("../Fonts/Lato-ExtraBold.woff") format("woff"), url("../Fonts/Lato-ExtraBold.svg") format("svg"), url("../Fonts/Lato-ExtraBold.ttf") format("truetype");
  font-weight: bolder;
  font-style: normal;
  font-display: swap;
}
.al-details-header-contents {
  display: flex;
}

@media only screen and (max-width: 500px) {
  .al-details-header-contents {
    display: block;
  }
}
.move-type {
  font-family: "Lato Semibold";
  color: #888888;
  font-size: 16px;
}

.al-details-badge {
  display: inline-block;
  padding: 6px 24px;
  text-align: center;
  border-radius: 3px;
}

.badge-sty {
  background-color: #666666;
  font-family: "Lato Bold";
  font-size: 14px;
  color: #ffffff;
}

.all-details-card {
  background-color: #f9fbfc;
  padding: 4px;
  border-radius: 3px;
}

.doc-icon-sty {
  width: 40px;
  height: 48px;
}

.res-cosignee-brd-sty {
  border-right: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
}

@media only screen and (max-width: 991px) {
  .res-cosignee-brd-sty {
    border-right: none;
  }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .res-cosignee-brd-sty {
    border-left: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .res-doc-brd-sty {
    border-right: 1px solid #DBDBDB;
  }
}
.document-scroll-sty::-webkit-scrollbar {
  width: 6px !important;
  height: 6px !important;
}

.document-scroll-sty::-webkit-scrollbar-track {
  background: #f9fbfc;
}

.document-scroll-sty::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}

.document-scroll-sty {
  scrollbar-width: thin;
  overflow-y: scroll;
  height: 336px;
}

.al-details-pdf-icon {
  width: 40px;
  height: 48px;
}

.al-details-download-icon {
  width: 20px;
  height: 19px;
}

.al-details-email-icon {
  width: 26px;
  height: 18px;
}

.send-email-popup-width {
  max-width: 600px;
}

.no-records {
  height: 18vh;
}

.no-records-icon {
  width: 67px;
  height: 65px;
}

.batch-status-res-position {
  display: flex;
}

.doc-z-index {
  z-index: 1;
}

@media only screen and (max-width: 350px) {
  .batch-status-res-position {
    display: block;
  }
  .move-type-res-space {
    margin-bottom: 15px !important;
  }
}
.move-type-res-space {
  margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
  .res-tracking-brd-sty {
    border-right: 1px solid #DBDBDB;
  }
}
/*map css styles */
.super-awesome-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 1px 10px;
  width: 26px;
  height: 26px;
  content: "";
  background-image: url(../Images/secondary-location-icon.svg) !important;
  background-repeat: no-repeat;
  background-size: 1.15rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: translate(-50%, -50%);
}

.origin-location {
  padding: 1px 10px;
  width: 26px;
  height: 26px;
  content: "";
  background-image: url(../Images/origin-location-icon.svg) !important;
  background-repeat: no-repeat;
  background-size: 1.15rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: translate(-50%, -50%);
}

.destination-location {
  padding: 1px 10px;
  width: 26px;
  height: 26px;
  content: "";
  background-image: url(../Images/dest-location-icon.svg) !important;
  background-repeat: no-repeat;
  background-size: 1.15rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: translate(-50%, -50%);
}/*# sourceMappingURL=al_details.css.map */