@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
* {
  outline: none;
}
body {
  font-size: 14px;
  font-family: Poppins, sans-serif;
  background-color: #F7FDFF;
    color: #27396F;
    overflow-x: hidden;
}

body .menu-icon{
    margin-right: 10px;
    border: 2px solid #49CBF7;
    border-radius: 50%;
    padding: 9px 10px;

}

body .menu a {
  color:#748195;
}
body .menu a.active{
  color:#4BD1FD !important;
}
.shipments-wrapper {
  max-height:600px;
  overflow-y:scroll;
}
.shipments-wrapper::-webkit-scrollbar {
  width: 10px;
}

.shipments-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color:#E4EEF4;
  border-radius:7px;
}

.shipments-wrapper::-webkit-scrollbar-thumb {
  background-color:#041436;
  height:200px;
  border-radius:7px;
  outline: 1px solid #041436;
}
.blue-border{
    border: 2px solid #45A8E0;
    padding: 6px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #041436;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #041436;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #041436;
}


.ref-num {
  font-size:26px;
/*  opacity:0.35;*/
  vertical-align: middle;
    color: #4BD1FD;
}
.shipment-details .col-md-9 span{
  display:block;
}
.shipment-details span.black-n-bold{
  font-size:14px;
  font-weight:600;
}
/*
.shipment-details span.blue{
  font-size:18px;
  font-weight:600;
}
*/

.shipment-details span.black{
  font-size:16px;
  font-weight:600;
}
.shipment-details .detail-box {
  /* UI Properties */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 10px 10px 23px #04143619;
  opacity: 1;
  margin:0px 10px 0px 0px;
    overflow: hidden;
}
.shipment-details .icon-box {
  width: 56px;
  height: 56px;
  position:relative;
  /* UI Properties */
  background: transparent linear-gradient(135deg, #4bd1fd 0%, #3C60AD 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(135deg, #4BD1FD 0%, #3C60AD 100%) 0% 0% no-repeat padding-box;
}
.shipment-details .icon-box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.shipment-details-container {
    flex-wrap:wrap;
    display: flex;
}


@media screen and (max-width: 992px) {
  body {
    font-size: 14px;
  }
}
body .form-control {
  border: 2px solid #3C60AD;
  border-radius: 0;
    appearance: auto;
}
body .btn:focus,
body .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body .blue {
  color: #4BD1FD;
}
body .black {
  color: #041436;
}
body .bg-black{
     background: #041436 !important;
}
.shipment-map-container p{
    font-size: 16px;
    margin: 0;
}
.shipment-map-container .blue p{
    font-weight: 500;
}
.ship-icon{
    position: absolute;
    border-radius: 50%;
    border: 3px solid #4BD1FD;
    color: #041436;
    background-color: white;
    padding: 1.4px 4.2px;
    height: 30px;
    width: 30px;
}
.cd-close,
.cd-open{
    font-size: 18px;
    transition: 0.2s;

}

.cd-open{
    color: #4BD1FD;
}
.cd-close{
    color: #041436;
}
.close{
    transform: rotate(180deg);
}
.download-button{
    padding: 18px;
    width: 97%;
    margin: 1px;
    display: block;
}
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 .filter-btns .btn-secondary {
  border-radius: 0;
  padding: 8px 20px;
  border:1px solid  #4BD1FD;
  color: #000000;
  background-color: transparent;
}
body .filter-btns .btn-secondary:hover {
  opacity: 1;
  color: #000000;
  background-image: none;
  background-color: #4BD1FD;
}
body .filter-heading span {
  font-size:18px;
  font-weight:400;
  vertical-align: middle;
}
body .shipment-filter{
    background-color: #F7FDFF;
    color: #142862;
    border: 0.5px solid #F0F9FD;
    padding: 5px;

}
body .shipments-table table tr {
  height: 71px;
  /* UI Properties */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-top: 1px solid #E4EEF4;
  opacity: 1;
  margin-bottom:20px;
  display: inline-table;
  width:100%;
}
body .shipments-wrapper table tr:hover {
  border: 1px solid #8ccde0;
  background-color: #f7fcff;
}
body .shipments-table table tr th {
  color: #4BD1FD;
/*  opacity: 0.35;*/
  width:14.2%;
}
body .shipments-table table {
  width:100%;
    height: 100%;
    overflow: hidden;
    transition: 0.2s;
}
body .shipments-table table tr td {
  padding:14px;
  color:#041436;
  width:14.2%;
  text-align:left;
}
body .shipments-table.consignment-details table tr td {
  text-align:left;
/*  width:33%;*/
/*  border:1px solid #E4EEF4;*/
  padding:0 10px 0 0;
  font-size:13px;
}
body .shipments-table.consignment-details table tr th {
  text-align:left;
  padding:0 10px 0 0;
/*  width:33%;*/
}
body .shipment-details .col-6 {
  width:49%;
}
body .shipments-table {
  width:100%;
}
body .filter-btns {
  margin-top:20px;
}
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 30px;
  min-height: 100vh;
  min-width: 270px;
}
body #left-column .bottom {
  position: fixed;
  bottom: 10px;
}
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;
*/
}
.search-filter-container{
    padding-right: 34px;
}

.search-filter-container select{
    background-color:#F7FDFF;
    color:#112560;
    border: 1px solid #EDF7FD;
    min-width: 60px;
}

.search-form-input{
    border: 1px solid #4BD1FD;

}


.search-form-input input{
    border: none;
/*    width: 90%;*/
    color: #7681A3;


}

.search-form-input button{
    border: none;
    background: none;
    color: #4BD1FD;
    width: 210px;
    width: fit-content;
}

.search-form-input button i{
    font-size: 14px;
}
.shipment-wrapper{
    width: 100%;
}
/*
.shipment-wrapper:nth-child(odd) {
  padding-right: 22px;
}
*/
.shipment-details-container .detail-box{
    width: 100%;
}

@media screen and (min-width: 1450px) {
.shipment-wrapper{
    width: 50%;
}
    .shipment-details-container .detail-box{
    min-width: 252px;
    width: 48%;
}

}

.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;
  }
}
.flex.justify-between.flex-1{
    display: none;
}
