@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
	font-family: 'Montserrat', sans-serif;
	color: #1F2B37;
	background: #f0f3f7;
}

a {
	color: #1F2B37;
	text-decoration: none;
	transition: all .3s !important;
}

a:hover {
	color: #1F2B37;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

.header-w {
	transition: all 0.5s;
	z-index: 997;
	box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
	background-color: #fff;
	padding-left: 20px;
}

.position-set {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 15px 15px 0px;
}

.my-ship {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	height: 52px;
}

.my-ship a {
	background: #003C79;
	color: #fff;
	font-size: 16px;
	padding: 15px 20px;
	border-radius: 8px;
	font-weight: 500;
}

.my-ship a:hover {
	background: #064d95;
}

.my-ship h4 {
	font-size: 32px;
	font-weight: 700;
}

.home-mrg h6 {
	margin-top: 40px;
	color: #1D62A9;
	font-size: 12px;
	font-weight: 700;
	padding: 4px;
}

.table-sec tr {
	font-size: 14px;
}

.table-sec th {
	font-size: 12px;
	color: #003C79;
	font-weight: 600;
	padding: 16px;
	vertical-align: top;
}

.table-sec tr td {
	padding: 10px 16px 10px 16px;
	vertical-align: middle;
}

.table-sec .card-body {
	padding: 10px 0px;
}

.green-b {
	color: #0E6D3C;
	fill: #0E6D3C;
	background-color: #C7FFE3;
	border: none;
	padding: 8px;
	border-radius: 4px;
	font-weight: 600;
}

.red-b {
	color: #991212;
	fill: #991212;
	background-color: #FFCCCC;
	border: none;
	padding: 8px;
	border-radius: 4px;
	font-weight: 600;
}

.yellow-b {
	color: #8F6503;
	fill: #8F6503;
	background-color: #FFEEC7;
	border: none;
	padding: 8px;
	border-radius: 4px;
	font-weight: 600;
}

.table-sec .table {
	margin-bottom: 0px;
}

.table-sec tr {
	border-color: #f0f3f7;
}

.table-sec thead tr:first-child {
	border-color: #fff;
}

.table-sec tbody tr:last-child {
	border-color: #fff;
}

.table-sec tbody tr:last-child td {
	padding-bottom: 0px !important;
}

.table-sec .dropdown-menu {
	border-radius: 4px;
	padding: 3px 0;
}

.table-sec .dropdown-menu-arrow::before {
	display: none;
}

.table-sec .dropdown-menu .dropdown-item {
	color: #003C79;
	font-weight: 600;
}

.Create-shipment-pop .modal-body {
	background-color: #F0F3F7;
}

.cs-bg {
	background: #fff;
	padding: 15px;
	border-radius: 5px;
}

.cs-bg label {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}

.cs-bg input {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #D3DCE5;
	margin-bottom: 25px;
	outline: none;
}


.cs-bg input.check-b {
	width: auto;
	border: 2px solid #687684;
	float: unset;
}

.cs-bg input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #687684;
	opacity: 1;
	/* Firefox */
}

.cs-bg input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #687684;
}

.cs-bg input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #687684;
}


.Create-shipment-pop .modal-footer-fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #f0f3f7;
	border-radius: 0;
	border-top: unset;
	display: inline;
    text-align: center;
}

.Create-shipment-pop .modal-header {
	display: flex;
	justify-content: flex-start;
}

.Create-shipment-pop .modal-header button {
	border: none;
	background: unset;
	padding: 0px 7px 0px 0px;
}

.Create-shipment-pop .modal-header button i {
	font-size: 34px;
	position: relative;
	top: 3px;
}

.Create-shipment-pop .btn {
	width: 42%;
	padding: 10px;
	font-weight: 500;
/*	margin-left: 20px;*/
}

.Create-shipment-pop .modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog {
	width: 410px !important;
}

.Create-shipment-pop .cre {
	background-color: #003C79;
	border: 1px solid #003C79;
	color: #fff;
}

.Create-shipment-pop .can {
	border: 1px solid #003C79;
	color: #003C79;
}

.Create-shipment-pop .cre:hover {
	background-color: unset;
	border: 1px solid #003C79;
	color: #003C79;
}

.Create-shipment-pop .can:hover {

	background-color: #003C79;
	color: #fff;
}

.close-b {
	position: absolute;
	right: 38px;
	margin-bottom: 25px;
	border: none;
	background: unset;
}

.cs-input {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	align-content: center;
}

.home-mrg {
	margin: 30px 0px 15px;
}

.breadcrumb .active {
	color: #1d62a9;
	font-weight: 700;
}

.breadcrumb a {
	color: #1d62a9;
}

.breadcrumb .breadcrumb-item::before {
	color: #7e7e7e;
}

.ship-not-bg {
	display: flex;
	width: 788px;
}

.ship-not-bg .lf {
	background-color: #003C79;
	color: #fff;
	width: 38%;
	border-radius: 10px 0px 0px 10px;
}

.ship-not-bg .rt {
	background-color: #ffffff;
	color: #212529;
	width: 62%;
	padding: 21px 0px 5px 0px;
    /* border: 1px solid #003C79; */
    /* border-radius: 0px 10px 10px 0px; */
}

.ship-not-bg .lf ul {
	padding: 20px 0px 30px 30px;
}

.ship-not-bg .lf ul li {
	list-style-type: none;
	border-bottom: 1px solid #f0f5fa7a;
	padding: 12px 0px;
}

.ship-not-bg .rt ul {
	padding-left: 0pc;
}

.break-word {
    word-break: break-all;
}

.ship-not-bg .rt ul li {
	list-style-type: none;
	border-bottom: 1px solid #f0f5fa;
	padding: 12px 30px;
	color: #1F2B37;
}

.ship-not-bg .lf .qr-code {
    padding-bottom: 92px;
}

.ship-not-bg .lf ul li:last-child {
	border-bottom: 0;
}

.ship-not-bg .rt ul li:last-child {
    border-bottom: 0;
}

.ship-not-bg .lf ul li:has(.qr-code),
.ship-not-bg .rt ul li:last-child:has(.qr-code) {
	padding-top: 30px;
}

.cs-sec .form-check label {
	font-weight: 400;
	font-size: 16px;
	margin-left: 10px;
	padding-top: 4px;
}

.cs-sec .form-check {
	margin-bottom: -5px;
}

.cs-sec .form-check-input:checked {
	background-color: #003c79;
	border-color: #003c79;
}
.breadcrumb {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #899bbd;
	font-weight: 500;
}

.breadcrumb a {
	color: #899bbd;
	transition: 0.3s;
}

.breadcrumb a:hover {
	color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
	color: #899bbd;
}

.breadcrumb .active {
	color: #51678f;
	font-weight: 600;
}
.card {
	margin-bottom: 30px;
	border: none;
	border-radius: 5px;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
	border-color: #ebeef4;
	background-color: #fff;
	color: #798eb3;
	padding: 15px;
}

.card-title {
	padding: 20px 0 15px 0;
	font-size: 18px;
	font-weight: 500;
	color: #012970;
	font-family: "Poppins", sans-serif;
}

.card-title span {
	color: #899bbd;
	font-size: 14px;
	font-weight: 400;
}

.card-body {
	padding: 0 20px 20px 20px;
}

.card-img-overlay {
	background-color: rgba(255, 255, 255, 0.6);
}
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}
.btm-space{
  padding-bottom: 125px
}
.consignment_created{
    color: #0E6D3C;
    background-color: #C7FFE3;
    border: none;
    padding: 8px;
    border-radius: 4px;
    font-weight: 600;
}
.job_accepted{
    color: #0E6D3C;
    background-color: #C7FFE3;
    border: none;
    padding: 8px;
    border-radius: 4px;
    font-weight: 600;
}
.job_declined {
    color: #991212;
    background-color: #FFCCCC;
    border: none;
    padding: 8px;
    border-radius: 4px;
    font-weight: 600;
}
.job_canceled {
    color: #991212;
    background-color: #FFCCCC;
    border: none;
    padding: 8px;
    border-radius: 4px;
    font-weight: 600;
}
.carrier_not_authorised {
    color: #8F6503;
    background-color: #FFEEC7;
    border: none;
    padding: 8px;
    border-radius: 4px;
    font-weight: 600;
}
.check_in_successfull{
    color: #0E6D3C;
    background-color: #C7FFE3;
    border: none;
    padding: 8px;
    border-radius: 4px;
    font-weight: 600;
}
.check_in_unsuccessfull{
    color: #991212;
    background-color: #FFCCCC;
    border: none;
    padding: 8px;
    border-radius: 4px;
    font-weight: 600;
}
.consignment_collected{
    color: #0E6D3C;
    background-color: #C7FFE3;
    border: none;
    padding: 8px;
    border-radius: 4px;
    font-weight: 600;
}
.job_expired{
    color: #8F6503;
    background-color: #FFEEC7;
    border: none;
    padding: 8px;
    border-radius: 4px;
    font-weight: 600;
}

.position-set {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px 15px 0px;
}

@media (min-width: 1200px)
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px !important;
}
@media (min-width: 992px)
.container, .container-lg, .container-md, .container-sm {
    max-width: 960px !important;
}
@media (min-width: 768px)
.container, .container-md, .container-sm {
    max-width: 720px !important;
}
@media (min-width: 576px)
.container, .container-sm {
    max-width: 540px !important;
}
div#login-alert.hidden {
	display: none;
}

.cre-sign {
	background-color: #003C79;
	border: 1px solid #003C79;
	color: #fff;
	border-radius: 8px;
}

.cre-sign :hover {
	background-color: unset;
	border: 1px solid #003C79;
	color: #003C79;
}

.btn-sign {
    width: 100%;
    padding: 10px;
    font-weight: 500;
    margin-left: 0px;

}

.download-pdf {
    background-color: #003C79;
    border: 1px solid #003C79;
    color: #fff;
    border-radius: 8px;
    padding: 10px;
    font-weight: 500;
}

.download-pdf:hover {
    background-color: unset;
    border: 1px solid #003C79;
    color: #003C79;
}

.sec-login {
	margin: 0 auto;
}

.cs-bg-login {
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
}
.cs-login-form {
	padding: 35px 40px;
}
.my-ship-form {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    height: 50px;
    text-align: center;
}

.my-ship-form h4 {
    font-size: 30px;
    font-weight: 700;
}
.flex-shrink-0-log {
	width: 24px;
	position: absolute;
    left: 0;
}

div#login-alert {
    display: flex;
    position: relative;
    background-color: #fce4e4;
    border: 1px solid #fcc2c3;
    float: left;
    padding: 10px 20px !important;
    width: 100%;
    font-size: 12px;
}
.alertbox {
    padding: 10px 5px 0px;
}


button#dismiss-alert {
    display: block;
    position: absolute;
    right: 5px;
    width: 25px;
    border: none;
    background: no-repeat;
}

.selectize-control {
    padding: 0px;
}

.selectize-input.items.full.has-options.has-items {
    padding: 10px;
    border: none;
    height: 38px;
}

a.remove-single {
    background: #8996a3;
    color: #fff;
    padding: 4px 6.5px;
    border-radius: 18px;
    margin: 10px;
    right: 25px !important;
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: unset !important; 
    z-index: 1;
    box-sizing: border-box;
    box-shadow: none !important;
    border-radius: 3px;
}
.selectize-input.focus {
    box-shadow: none !important;
}

.selectize-input.items.has-options.full.has-items span {
    padding: 2px 8px;
    background: #003c79;
    color: #fff;
    border-radius: 3px;
}

span[data-value="Select Carrier"] {
    padding: 0 !important;
    background: unset !important;
    color: #303030 !important;
}

@media (max-width: 768px), (max-width: 992px)
.sec-login .card {
    width: 100%;
    overflow: hidden !important;
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #aba8a875;
    z-index: 99999;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.hidden {
	display: none;
}

.cs-sec-col-2 .cs-sec {
    width: 48%;
}
.cs-sec-col-2 {
    display: flex;
    justify-content: space-between;
}

.my-ship-form h4 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.cs-time-date .cs-sec i {
    position: absolute;
    right: 6%;
    top: 17%;
}

.cs-time-date .cs-sec .cs-input {
    position: relative;
}

.cs-input .selectize-input {
    border: none;
    border-radius:10px;
    padding: 12px 10px 5px;
}

.cs-input .selectize-control {
    margin-bottom: 20px;
}

.cs-input #carrier_box-selectized {
    font-size: 16px;
    width: 177.9844px !important;
}

.blue-b {
    color: #1d62a9;
    fill: #1d62a9;
    background-color: #caf6fa;
    border: none;
    padding: 8px;
    border-radius: 4px;
    font-weight: 600;
}
.table-sec tr td:first-child {
    max-width: 120px;
}
.table-sec tr td:nth-child(6) {
    min-width: 220px;
}

input#order_reference:read-only {
    background: #d6e6f6;
}


.white-bg {
    width: auto;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.arrow-text {
    padding: 10px 10px;
    display: block;
}

.num {
    font-size: 14px;
    font-weight: 800;
}

.icon-chevron i {
    color: #12c3aa;
    font-size: 13px;
    cursor: pointer;
    position: unset !important;
} 
.bg-width {
    width: 135px;
}

.done {
        
    text-align: center;
    margin: 0 auto;
    padding-bottom: 15px;
}

.done button {
    border: none;
    border-radius: 5px;
    background: #003c79;
    color: #fff;
    font-size: 14px;
}

#dute_time {

}

section#date-container {
    position: absolute;
    top: 45px;
    background: #fff;
    margin: 4px 0.1875em;
    border: 1px solid #ded8d8;
    border-radius: 10px;
}

.bi-chevron-up::before, .bi-chevron-down::before {
    font-size: 15px;
    font-weight: 900 !important;
}

.num input#hour,  .num input#minute {
    margin-bottom: 5px;
    border: none;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 0 5pt 0.5pt #D3D3D3;
}

.num input#hour:hover, .num input#minute:hover, {
  box-shadow: 0 0 5pt 0.5pt #D3D3D3;
}
.num input#hour:focus , .num input#minute:focus {
  box-shadow: 0 0 5pt 2pt #D3D3D3;
  outline-width: 0px;
}

.marker-icon {
  background-color: transparent;
  top: -50px;
  left: -21px;
  padding: 0;
}