/*
Fonts & General Styles
--------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,button,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
#yui3-css-stamp.cssreset{display:none;}

@media print{*{color:#000 !important;text-shadow:none !important;background:transparent !important;-webkit-box-shadow:none !important;box-shadow:none !important;}
a[href]:after{content:" (" attr(href) ")";}
abbr[title]:after{content:" (" attr(title) ")";}
a[href^="javascript:"]:after,
a[href^="#"]:after{content:"";}
pre,
blockquote{border:1px solid #999;page-break-inside:avoid;}
thead{display:table-header-group;}
tr,
img{page-break-inside:avoid;}
img{max-width:100% !important; height: auto;}
p,
h2,
h3{orphans:3;widows:3;}
h2,
h3{page-break-after:avoid;}
select{background:#fff !important;}
.navbar{display:none;}
.table td,
.table th{background-color:#fff !important;}
.btn > .caret,
.dropup > .btn > .caret{border-top-color:#000 !important;}
.label{border:1px solid #000;}
.table{border-collapse:collapse !important;}
.table-bordered th,
.table-bordered td{border:1px solid #ddd !important;}
}
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  /* Removes padding behaviour on widths */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fw-semibold{
  font-weight: 600;
}

/* CUSTOMIZE THIS */
body {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color: #537f95;
  background: #ffffff;
}
a {
  color: #666666;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #666666;
  text-decoration: underline;
}
a:focus {
  outline: 0;
}
h1,.h1 {
  font-size: 42px;
}
h2,.h2 {
  font-size: 34px;
}
h3,.h3 {
  font-size: 28px;
}
h4,.h4 {
  font-size: 22px;
}
h5,.h5 {
  font-size: 20px;
}
h6,.h6 {
  font-size: 1em;
}
p {
  margin: 0 0 20px;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #666;
  opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #666;
  opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #666;
}
/* /CUSTOMIZE THIS */

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.clearfix {
  clear: both;
}
img {
  vertical-align: top;
}
input[type=submit],input[type=button]{
	-webkit-appearance: none;	
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*
Grids
--------------------------------*/
.row:before, .row:after {
  content: "";
  display: table ;
  clear: both;
}
/*
Header
--------------------------------*/
.dispatch-left {
  height: 100vh;
  background: #e4f0ff;
  padding: 50px 0px;
} 
.dispatch-right {
  position: relative;
  padding: 25px 30px;
} 
.dispatch-content h5 {
  font-size: 20px;
  font-family: "Segoe UI";
  color: #171D4A;
  line-height: 1.6;
  margin-bottom: 25px;
}
.dispatch-content {
  margin-top: 40px;
}
.dispatch-content > a {
  margin-right: 6px;
  display: inline-block;
}
.dispatch-right-top h6 {
  font-size: 18px;
  margin-top: 15px;
}
.dispatch-right-top a {
  display: inline-block;
}
.dispatch-right-box {
  background: #ECF5FF;
  border-radius: 5px;
  padding: 18px;
  position: relative;
  margin: 25px 0px 20px;
}
.dispatch-right-box h5 {
  font-size: 16px;
  color: #268CFF;
  margin: 0px;
  line-height: 1;
}
.dispatch-right-box span {
  font-size: 12px;
  color: #607695;
}
.phone-link, .email-link {
  background: #278CFF;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  border-radius: 15px;
  min-width: 60px;
  padding: 7px 15px 7px 29px;
  transition: 0.3s all ease 0s;
  position: relative;
  display: flex;
  align-items: center;
  height: 30px;
  margin-left: 10px;
}
.phone-link span, .email-link span{
  color:#FFFFFF !important;
  text-decoration: none !important;
}
.phone-link:hover, .email-link:hover, .phone-link:focus, .email-link:focus {
  text-decoration: none !important;
  background: #1966bd;
  color: #fff !important;
  transition: 0.3s all ease 0s;
}
.phone-link:before, .email-link:before {
  content: "";
  position: absolute;
  background: url(../images/phone.svg) no-repeat left / cover;
  width: 12px;
  height: 12px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.email-link:before{
  background: url(../images/email.svg) no-repeat left / cover; 
  font-size: 16px;
  width: 16px;
  height: 16px; 
}
.dispatch-right-box h4 {
  font-size: 14px;
  color: #171D4A;
  position: relative;
  padding-left: 32px;
  margin: 22px 0px 0px;
}
.dispatch-right-box h4::before {
  content: "";
  position: absolute;
  left: 0px;
  background: url(../images/truck.svg) no-repeat left / cover;
  width: 24px;
  height: 24px;
  top: -4px;
}
.dispatch-right-inner form label {
  color: #949494;
  font-size: 14px;
  line-height: 1.3;
}
.upload-box {
  margin: 8px 0px 35px;
  border: 1px solid #F5F5F5;
  border-radius: 5px;
  box-shadow: 0px 5px 7px 1px rgb(0 0 0 / 2%);
}
.file-box {
  padding: 10px;
  border-bottom: 1px solid #F5F5F5;
  background: #fff;
}
.file-box .before-up {
  min-width: 165px;
    position: relative;
    border-radius: 5px;
    font-weight: 600;
    margin-right: 10px;
    background-color: #F5F5F5;
    padding: 7px 5px 7px 32px;
    font-size: 13px;
}

.file-box input[type="file"]{
  font-size: 13px;
  margin-right: 25px;
}

/*
Body Styles
--------------------------------*/
.file-upload {
  position: relative;
}
.file-upload .file-select {
  display:block;
  color: #34495e;
  cursor:pointer;
  text-align:left;
  background:#FFFFFF;
  overflow:hidden;
  position:relative;
}
.file-upload .file-select .file-select-button {
  background: #F8F8F8;
    display: inline-block;
    font-size: 12px;
    color: #303030;
    font-weight: 500;
    position: relative;
    width: 170px;
    border-radius: 5px;
    padding: 10px 10px 10px 45px;
}
.file-upload .file-select .file-select-button::before{
  content: "";
  position: absolute;
  left: 12px;
  background: url(../images/progress.svg) no-repeat left / cover;
  width: 24px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.file-box .before-up::before{
  background: url(../images/progress.svg) no-repeat left / cover;
  position: absolute;
  left: 2px;
  content: "";
  width: 24px;
  height: 20px
}
.file-upload .file-select .file-select-name {
  max-width: 200px;
  display: inline-block;
  padding: 0px 0px 0px 25px;
  font-size: 14px;
  color: #b1afaf;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
}
.file-upload .file-select input[type=file] {
  z-index:100;
  cursor:pointer;
  position:absolute;
  height:100%;
  width:100%;
  top:0;
  left:0;
  opacity:0;
  filter:alpha(opacity=0);
  font-size: 12px;
}
.close-icon {
  position: absolute;
  right: 0px;
  top: 7px;
  cursor: pointer;
  z-index: 8;
  display: block;
  background: url(../images/close-circle.svg) no-repeat left;
  width: 20px;
  height: 20px;
  left:unset;
}
.file-upload.active .close-icon {
  display: block;
}
.file-upload.active .file-select .file-select-name {
  color: #000;  
} 
.dispatch-right-inner form input[type="submit"] {
  max-width: 300px;
  min-width: 135px;
  margin: 0 auto;
  display: block;
  border: none;
  background: #3F92FE;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  padding: 13px 10px;
  box-shadow: 0px 0px 11px 3px rgba(0,0,0,0.1);
  transition: 0.3s all ease 0s;
} 
.dispatch-right-inner form input[type="submit"]:hover {
  background: #1966bd;
  color: #fff;
  transition: 0.3s all ease 0s;
}
.dispatch-right-inner form {
  position: relative;
  min-height: 303px;
}
.dispatch-img img {
  width: 66%;
}
.form-send .form-top, 
.form-send .submit-btn {
  display: none;
}
.success-msg {
  position: relative !important;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    padding-left: 58px;
    margin: 40px 0px 0px;
    text-align: left;
  /* display: none; */
}
.form-send .success-msg {
  display: block;
}
.success-msg::before {
  content: "";
  background: url(../images/success-icon.svg) no-repeat left / cover;
  width: 41px;
  height: 41px;
  position: absolute; 
  top: 5px;
  left: 0px;
}
.success-popup {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #fff;
  width: 424px;
  box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.1);
  padding: 21px 80px 21px 86px;
  border-radius: 4px;
  /* display: none; */
}
.success-popup::before {
  background: #77D73D;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 64px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.success-popup::after {
  content: "";
  position: absolute;
  background: url(../images/tick.svg) no-repeat left / cover;
  left: 14px;
  top: 50%;  
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
}
.form-send + .success-popup {
  display: block;
}
.success-popup h5 {
  font-size: 14px;
  margin: 0px 0px 3px;
  color: #707070;
  font-weight: 700;
  line-height: 1;
}
.success-popup h6 {
  color: #BCBCBC;
  font-weight: normal;
  font-size: 12px;
  margin: 0px;
}
.popup-close {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.popup-close {
  position: absolute;
  cursor: pointer;
  right: 0px;
  top: 0px;
  bottom: 0px;
  color: #BCBCBC;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  align-items: center;
  border-left: 1px solid #F0F0F0;
  width: 70px;
  justify-content: center;
}
.mobile-header {
  display: none;
  position: relative;
  z-index: 9;
}
.mobile-logo {
  width: 50%;
}
.mobile-header {
  padding: 10px 20px;
  background: #fff;
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);
  /*box-shadow: 0 6px 6px -6px rgb(0 0 0 / 10%);
  border-left: 1px solid rgba(0,0,0,0.1);
  border-right: 1px solid rgba(0,0,0,0.1);*/
}
.help-icon {
  width: 50%;
  text-align: right;
}
.help-icon a {
  min-width: 64px;
  text-align: left;
  border: 1px solid #3F92FE;
  border-radius: 25px;
  font-size: 12px;
  color: #7E7E7E;
  text-decoration: none;
  display: inline-block;
  padding: 5px 9px;
  position: relative;
}
.help-icon a::before {
  content: "";
  background: url(../images/help-icon.svg) no-repeat left / cover;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 6px;
}
.mobile-logo img {
  max-width: 111px;
}
.only-for-mobile .dispatch-right {
  width: 100%;
  padding: 18px 30px 15px;
  display: block !important;
}
.only-for-mobile .dispatch-right-inner {
  width: 100%;
}
.only-for-mobile .dispatch-right .dispatch-right-box {
  width: 100%;
  margin: 15px 0px 22px 0px;
  background: #171D4A;
}
.page-wrapper .dispatch-section.only-for-mobile {
  display: block !important;
  margin: 0 auto;
  background: #F5F5F5;
}
.only-for-mobile .mobile-header {
  display: block;  
}
.only-for-mobile .dispatch-right-top {
  display: none;
}
.page-wrapper .dispatch-section.only-for-mobile .copyright-text {
  position: static;
  margin-top: 15px;
  color: #3F92FE;
}
.intro-text h6 {
  color: #607695;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}
.intro-text h5 {
  color: #171D4A;
  font-size: 16px;
  font-weight: 700;
}
.dispatch-section.only-for-mobile .dispatch-right-box h4 {
  color: #fff;
}
.dispatch-right-inner form .radio-btn label {
  background: #9254FF;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  padding: 17px 15px;
  font-size: 13px;
}
.dispatch-right-inner form .radio-btn.light-blue label {
  background: #4AC1FF; 
}
.dispatch-right-inner form .radio-btn.green label {
  background: #68E285;
}
.dispatch-right-inner form .radio-btn.red label {
  background: #FF5D83;
}
.radio-box .radio-btn {
  position: relative;
  margin-bottom: 10px;
}
.radio-box .radio-btn input[type="radio"] {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.radio-box {
  margin-top: 12px;
}
.tick-icon {
  background: url(../images/tick-icon.png) no-repeat left / cover;
  display: inline-block;
  width: 12px;
  height: 9px;
  margin-left: 4px;
  opacity: 0;
  visibility: hidden;
}
.radio-box .radio-btn input[type="radio"]:checked + label .tick-icon {
  opacity: 1;
  visibility: visible;
}
.info-msg {
  position: relative;
  padding-left: 30px;
  line-height: 1.38;
  font-size: 13px;
  margin: 40px 0px 60px;
}
.info-msg::before {
  content: "";
  background: url(../images/info-icon.svg) no-repeat left / cover;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0px;
  top: 3px;
}
.only-for-mobile .radio-box {
  padding-bottom: 50px;
}
.success-content h4 {
  font-size: 24px;
  color: #171D4A;
  line-height: 1.5;
}
.success-content {
  padding: 8px 0px 60px;
}
.status-update h6 {
  color: #949494;
  font-size: 13px;
  margin-bottom: 3px;
}
.status-update h5 {
  font-size: 14px;
  color: #171D4A;
  line-height: 1.5;
}
.status-update {
  margin-top: 30px;
  padding-left: 40px;
  position: relative;
}
.status-update::before {
  content: "";
  background: url(../images/bulb.svg) no-repeat left / cover;
  width: 26px;
  height: 29px;
  position: absolute;
  left: 0px;
  top: 3px;
}
.clock-timer {
  color: #949494;
  font-size: 14px;
  font-style: italic;
  line-height: 1.42;
  text-align: center;
  margin-top: 20px;
}



/*

Footer
--------------------------------*/
.clock {
  position: relative;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  top: 50%;
  background: url(../images/clock-icon.png) no-repeat left / cover;
  margin: 0 auto;
}
.clock span {
  background: url(../images/clock-top.png) no-repeat left / cover;
  width: 86px;
  height: 36px;
  position: absolute;
  top: -24px;
  left: -2px;
  right: 0px;
  margin: 0 auto;
}
.clock::before {
  position: absolute;
  content: '';
  height: 24px;
  width: 8px;
  background: url(../images/clock-rotate.png) no-repeat left / cover;
  top: 50%;
  left: calc(50% - 4px);
  border-radius: 5px;
  animation: spin 30s linear infinite;
  transform-origin: top;
}
.clock::after {
  content: '';
  position: absolute;
  background: #278cff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@keyframes spin {
    0% {
        transform: rotate(-180deg)
    }
    100% {
        transform: rotate(180deg)
    }
}



.dp-left{
  position: fixed;
  height: 100%;
  background-color: #E4F0FF;
}

.dp-right{
  position: fixed;
  height: 100%;
  overflow: auto;
}

.btn-primary {
  background-color: #3F92FE !important;
  border-color: #3F92FE !important;
  vertical-align: bottom;
  border: 0;
  -webkit-box-shadow: 0 2px 6px 0 rgb(184 226 255 / 50%), 0 2px 6px 0 rgb(159 215 255 / 80%);
  box-shadow: 0 2px 6px 0 rgb(184 226 255 / 50%), 0 2px 6px 0 rgb(159 215 255 / 80%);
  font-weight: normal;
  padding: 0.65rem 2.5rem !important;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600 !important;
}
.landing-set {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 50px 30px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(171, 209, 255, 0.2);
  -moz-box-shadow: 0px 2px 5px 0px rgba(171, 209, 255, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(171, 209, 255, 0.2);
}
.landing-set svg {
  height: 100px;
  margin: 30px 0;
}
.landing-set span {
  font-size: 20px;
}
.lds-bgimage{
  background: url("../images/bg-image.jpg") no-repeat center;
  background-size: cover;
  width:100%;
  height: 100%;
}





/*Driver Tracking*/
.m-r-5px {
  margin-right: 5px;
}

.m-r-10px {
  margin-right: 10px;
}

.driverlnd-bg{
  background-color: #08204d;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.truck-bg {
  background: linear-gradient(rgb(8 32 77 / 100%), rgb(8 32 77 / 100%), rgb(8 32 77 / 40%), rgb(8 32 77 / 10%)), url(../images/truck.jpg) no-repeat center bottom;
  background-size: contain;
  width: 100%;
  height: 100vh;
  z-index: -1;
  filter: blur(0px);
}

.truck-bg img {
  width: calc(100% - 280px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-top: 15%;
}

.logo {
  margin-top: 8px;
}

.map-navbar {
  z-index: 999;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    padding: 5px 10px;
    -webkit-box-shadow: 0 1px 2px rgb(227 227 227 / 50%);
    box-shadow: 0 1px 2px rgb(227 227 227 / 50%);
}

.btn-white {
  background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 50px;
}

.btn-pickup {
  background: #06C619;
    border: transparent;
    padding: 4px 12px 5px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
}

.dispatcher-name {
  text-align: left;
  padding: 2px 15px 2px 15px;
}

.dispatcher-name span:nth-child(1) {
  display: block;
  font-size: 12px;
  color: #278cff;
}

.dispatcher-name span:nth-child(2) {
  display: block;
    font-size: 11px;
    color: #4c4c4c;
    line-height: 14px;
}

.map-container {
  padding-bottom: 26.25%;
  height: 100%;
  overflow: hidden;
}

.map-container iframe,
.map-container object,
.map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
} */

.map-content-wrapper {
  width: 100%;
  height: 100vh;
}

.geo-location, .geo-access {
  background: #0A1627;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0px;
    z-index: 9;
    width: 100%;
    color: #fff;
    padding: 10px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    transition: 0.5s ease;
}

.geo-location.visible {
  bottom: -240px;
  transition: 0.7s ease;
}

.geo-access-2.geo-location.visible {
  bottom: -306px;
  transition: 0.7s ease;
}

.geo-location .geo-close::after {
  content: ".";
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  background: #278cff;
  color: #278cff;
  width: 20%;
  height: 8px;
  margin: 0 auto;
  z-index: 999;
  border-radius: 50px;
  display:none;
}

.geo-access {
  background: #fff;
  color: #2d2d2d;
  text-align: center;
}

.geo-access h4 {
  font-size: 20px;
  margin: 14px;
}

.geo-location h5 {
  font-size: 11px;
}

.geo-location p, .shipment-pickup .afs-id, .geo-access p {
  font-size: 11px;
  font-family: 'Nunito Sans', sans-serif;
  margin-bottom: 0;
}

.geo-access p {
  line-height: 20px;
}

.pickup-stop, .shipment-pickup, .estimated-time, .appointment-time {
  margin-bottom: 4px;
}

.estimated-time {
  background: #3F92FE;
  padding: 5px 8px;
  border-radius: 4px;
}

.blue-c {
  color: #3f92fe
}

.red-c {
  color: #ff6161;
}

@media only screen and (min-width: 768px) {
  .truck-bg {
    background-size: contain !important;
    background: linear-gradient(rgb(8 32 77 / 100%), rgb(8 32 77 / 95%), rgb(8 32 77 / 30%), rgb(8 32 77 / 10%)), url(../images/truck.jpg) no-repeat center 100px;
  }

  .truck-bg img {
    width: 225px;
    padding-top: 6%;
  }

  .geo-location .geo-close::after {
      width: 10%;
  }

  .geo-access-2.geo-location.visible {
      bottom: -290px;
  }

  .geo-location.visible {
      bottom: -218px;
  }

}

/* Alert */
.alert {
  width: auto;
  position: fixed !important;
  z-index: 99;
  right: 20px;
  top: 20px;
  font-size: 14px;
  padding: 10px 15px !important;
  display: flex;
  align-items: center;
}
.alert.alert-warning:before, .alert.alert-success:before, .alert.alert-danger:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
  margin-right: 3px;
}
.alert.alert-warning:before {
  content: "\F0029";
  color:#e1801c;
}
.alert-success {
  background-color: #c5ffc9 !important;
  border-color: #b3feb8 !important;
}
.alert.alert-success:before {
  content: "\F05E0";
  color:#00af09;
}
.alert.alert-danger:before {
  content: "\F015C";
  color:#e91607;
}
.animated {
  -webkit-animation-duration: 10s;animation-duration: 10s;
  -webkit-animation-fill-mode: both;animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  40% {opacity: 1;}
  80% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  40% {opacity: 1;}
  80% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  20% {opacity: 1;}
  80% {opacity: 1;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  20% {opacity: 1;}
  80% {opacity: 1;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.alertcustom{
   float:right;
   width: auto;
}

#confirmModal:before {
  position: fixed;
  content: "";
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  top:0;
}

/* .map.mapboxgl-map, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  height: 100vh !important;
} */
.mapboxgl-canvas {
  position: relative;
  left: 0;
  top: 0;
}
.marker {
  background-image: url('mapbox-icon.png');
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  }
.truckImage
{
  background-image: url('/assets/images/truck.png');
  background-size: cover;
  border-radius: 0%;
  cursor: pointer;
  width:30px!important;height:33px!important;
}
  .mapboxgl-popup {
  max-width: 200px;
  }
  .mapboxgl-popup-content {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  }
  .teststyle
  {
  background: beige;
  left: 18px;
  position: relative;
  text-align: center;
  top: 14px;
  border-radius: 8px;
  color: black;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  }

  .track-refresh{
    padding: 10px;
    right: 20px;
    background-color: #6c84a3;
    border-radius: 50px;
    width: 52px;
    height: 52px;
  }
  /* .mapboxgl-marker {

    width:
    15px
    
     !important;
    height:
    24px
    
     !important;
    } */
  
  @media (max-width: 768px){
    .dispatcher-name span:nth-child(1) {
      white-space: nowrap;
      max-width: 150px;
      text-overflow: ellipsis;
      float: left;
      overflow: hidden;
  }
  .disp-call{
    width: 30px !important;
  }
  }
@media (max-width: 340px){
  .dispatcher-name span:nth-child(1) {
    white-space: nowrap;
    max-width: 60px;
    text-overflow: ellipsis;
    float: left;
    overflow: hidden;
}
.disp-call{
  width: 28px !important;
}
.disp-logo{
  height: 38px !important;
}
}