@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
* {
  outline: none;
}

body {
  font-size: 16px;
  font-family: Poppins, sans-serif;
  background-color: #F7FDFF;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 14px;
  }
}
body .form-control {
  border: 2px solid #3C60AD;
  border-radius: 0;
}
body .btn:focus,
body .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body .blue {
  color: #4BD1FD;
}
body .black {
  color: #041436;
}
body a {
  color: #4BD1FD;
  text-decoration: none;
}
body a:hover {
  color: #4BD1FD;
  opacity: 0.7;
}
body .btn.btn-primary {
  border: 0;
  border-radius: 0;
  background: transparent linear-gradient(104deg, #3C60AD 0%, #4BD1FD 100%) 0% 0% no-repeat padding-box;
}
body .btn.btn-primary:hover {
  opacity: 1;
  color: #4BD1FD;
  background-image: none;
  background-color: #041436;
}
body .btn.btn-secondary {
  border: 0;
  border-radius: 0;
  padding: 8px 20px;
  color: #041436;
  background-color: #4BD1FD;
}
body .btn.btn-secondary:hover {
  opacity: 1;
  color: #4BD1FD;
  background-image: none;
  background-color: #041436;
}
body #mobile-header {
  color: #ffffff;
  background-color: #041436;
  padding: 18px 6px;
}
body #mobile-header img.logo {
  height: 40px;
}
body #mobile-overlay {
  color: #ffffff;
  padding: 24px;
  background-color: #041436;
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 1000;
}
body #left-column {
  color: #ffffff;
  background-color: #041436;
  padding: 48px;
  min-height: 100vh;
  min-width: 350px;
}
body #left-column .bottom {
  position: absolute;
  bottom: 50px;
}
body #left-column h3 {
  color: #4BD1FD;
}

h1 {
  font-size: 3rem;
  font-weight: 300;
  font-family: Poppins, sans-serif;
  color: #041436;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  padding: 12px 0;
  border-bottom: 1px solid #fff;
}

body#authentication {
  background: url("/assets/images/login_background.jpg") no-repeat center center fixed;
  background-size: cover;
}
body#authentication h1 {
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  body#authentication h1 {
    font-size: 2.35rem;
  }
}
body#authentication .logo {
  height: 111px;
}
@media screen and (max-width: 992px) {
  body#authentication .logo {
    height: 90px;
    margin: 0 auto;
  }
}
body#authentication .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  word-break: keep-all;
}
@media screen and (max-width: 1200px) {
  body#authentication .container {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}
body#authentication .container .login-form {
  background-color: #ffffff;
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 992px) {
  body#authentication .container .login-form {
    padding: 32px;
  }
}
body#authentication .container .login-form:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: " ";
  height: 6px;
  width: 100%;
  background: transparent linear-gradient(91deg, #4BD1FD 0%, #3C60AD 100%) 0% 0% no-repeat padding-box;
}
body#authentication .container .login-form a {
  color: #ADADAD;
}
body#authentication .container .login-form .form-control {
  border: 0;
  padding: 16px;
  border-radius: 0;
  border-bottom: 1px solid #ADADAD;
}

.sorter {
  font-size: 0.9rem;
}
.sorter a {
  color: inherit;
}
.sorter a:hover {
  color: inherit;
  opacity: 0.7;
}

.shipment-container {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.shipment-wrapper:nth-child(odd) {
  padding-right: 22px;
}
@media screen and (max-width: 1400px) {
  .shipment-wrapper:nth-child(odd) {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.shipment-wrapper:nth-child(even) {
  padding-left: 22px;
}
@media screen and (max-width: 1400px) {
  .shipment-wrapper:nth-child(even) {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.shipment-card-hover {
  cursor: pointer;
}
.shipment-card-hover:hover > .row {
  border: 2px solid #8ccde0;
  background-color: #f7fcff;
}

.shipment-card > .row {
  border: 2px solid #E4EEF4;
  background-color: #FFFFFF;
}
.shipment-card > .row > div:first-child {
  border-right: 1px solid #E4EEF4;
}
.shipment-card .shipment-details .col {
  padding: 0;
}
.shipment-card .port {
  display: inline-block;
  height: 50px;
  font-weight: 600;
}
.shipment-card .timeline-bar {
  width: 100%;
  background-color: #E4EEF4;
  position: relative;
}
.shipment-card .timeline-bar .timeline-left-circle,
.shipment-card .timeline-bar .timeline-right-circle {
  background: url("/assets/images/dark-dot-circle.svg") center center no-repeat;
  width: 18px;
  height: 18px;
  left: -6px;
  top: -6px;
  position: absolute;
}
.shipment-card .timeline-bar .timeline-right-circle {
  background-image: url("/assets/images/light-dot-circle.svg");
  left: auto;
  right: -6px;
}
.shipment-card .timeline-bar .timeline-ship {
  padding: 1px 8px;
  background-color: #4BD1FD;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 8px);
  top: -10px;
}
.shipment-card .timeline-bar .timeline-progress {
  height: 6px;
  width: 50%;
  background: transparent linear-gradient(92deg, #4BD1FD 0%, #3C60AD 100%) 0% 0% no-repeat padding-box;
}

.jtb-section {
  position: relative;
  float: right;
  width: calc(100% - 90px);
}
.jtb-section .events {
  font-size: 0.8rem;
}
.jtb-section .days-remaining {
  float: right;
  font-weight: 600;
  display: block;
}
.jtb-section .origin-group,
.jtb-section .destination-group {
  background: #FFFFFF;
  border: 1px solid #E4EEF4;
}
.jtb-section .origin-group .destination,
.jtb-section .origin-group .origin,
.jtb-section .destination-group .destination,
.jtb-section .destination-group .origin {
  padding-bottom: 1rem;
  font-weight: 600;
  display: block;
  color: #4BD1FD;
}
.jtb-section .dot {
  background: url("/assets/images/dark-dot-circle.svg") center center no-repeat;
  width: 30px;
  height: 30px;
  background-size: cover;
  position: absolute;
}

.journey-track-line {
  float: left;
  min-width: 90px;
}
.journey-track-line .line {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8px;
  height: calc(100% - 85px);
  background: transparent linear-gradient(179deg, #4BD1FD 0%, #3C60AD 100%) 0% 0% no-repeat padding-box;
}
.journey-track-line .line .start,
.journey-track-line .line .end {
  background: url("/assets/images/dark-dot-circle.svg") center center no-repeat;
  width: 30px;
  height: 30px;
  left: -11px;
  top: -6px;
  background-size: cover;
  position: absolute;
}
.journey-track-line .line .end {
  top: auto;
  bottom: 0;
  background-image: url("/assets/images/light-dot-circle.svg");
}

@media screen and (max-width: 992px) {
  #map {
    min-height: 400px;
    min-width: 100vw;
  }
}