/* font added */

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
      url('../fonts/ProximaNova-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
      url('../fonts/ProximaNova-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Alt Lt';
  src: url('../fonts/ProximaNovaA-Light.woff2') format('woff2'),
      url('../fonts/ProximaNovaA-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body{
     margin: 0 !important;

  padding: 0;
  font-family: 'Proxima Nova Rg' !important;
  font-weight: normal;
  font-style: normal;
  box-sizing: border-box;
}
ul{
     margin: 0 !important;

  padding: 0;
  list-style-type: none;
}


body {
  overflow-x: hidden;
}
.logo img {
  width: 80px;
}
.logo {
  display: inline-block;
}
/* Toggle Styles */

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 250px;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  margin-top: 67px;
  width: 100%;
  /* position: absolute;
  padding: 15px 0;
  border-top: 25px solid #f7f7f7;
  left: 0;
    right: 0; */

}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}
a#menu-toggle {
  display: none;
}

/*------------OTP --------------*/
.form-wrp {
  width: 100%;
  position: relative;
  height: 100vh;
}
.container.custom-box:after {
  content: "";
  background: #00000082;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.yellow-line:after{
content: "";
position: fixed;
top: 0;
z-index: 1;
background: url(../img/construction-company.jpg) center center no-repeat;
left: 0;
right: 0;
bottom: 0;
background-size: cover;
}
.yellow-line:before{
  content: "";
background: #fcf344;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 254px;
    right: 5%;
}

.otp-login {
  position: absolute;
  top: 60%;
  right: 0;
  overflow: hidden;
  z-index: 2;
  background: #ffffff;
  border-radius: 10px;
  padding: 35px 35px 50px 35px;
  width: 370px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  margin-top: -187px;
}

.otp-login h1 {
font-size: 30px;
}
.otp-login h1:after {
width: 40px;
height: 2px;
background: #f06c02;
position: absolute;
left: 0;
bottom: 0;
content: "";
}
.otp-login h1 {
  font-size: 30px;
  position: relative;
  color: #f06c02;
  margin-bottom: 30px;
}
.otp-inner {
text-align: center;
}

.d-flex.flex-row.otp-input {
  width: 82%;
  margin: 0 auto !important;
  display: flex !important;
}
.otp-inner input {
  border-bottom: 2px solid #aeaeae !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  margin: 5px !important;
  box-shadow: none !important;
  width: 10% !important;
  border-color: #aeaeae;
  margin: 0 5px auto !important;
}
.d-flex.flex-row.otp-input input {
  width: 15%;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #ddd;
  height: 28px;
  margin-top: 20px !important;
}


*:focus{
outline: none;
outline-style: none;
}
.otp-inner .resend-link {
display: block;
margin: 15px 0;
color:  #f06c02 !important;
font-weight: 600;
font-size: 16px;
cursor: pointer;
}
.form-control:focus {
color:  #f06c02;;
background-color: #fff;
border-color:  #f06c02 !important;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
button#btSubmit:disabled {
background-color: #888888 !important;}
button#btSubmit {
  width: 100%;
  font-size: 24px;
  background: #231f20;
  color: #fff;
  border: 0;
  cursor: pointer;
  padding: 25px;
  line-height: 0;
  font-weight: 600;
}

.orange {
border-bottom: 2px solid #f06c02 !important;
color: #f06c02 !important;
}
.brand-logo {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  width: 200px;
}
.brand-logo img {
  max-width: 100%;
}
.brand-sm-logo {
  z-index: 11;
  position: absolute;
  top: 29px;
  right: 0;
  width: 370px;
  text-align: center;
}
.brand-sm-logo img {
  width: 100px;
}
.otp-inner p {
  font-size: 12px;
  color: #aeaeae;
  max-width: 240px;
  margin: 0 auto !important;
}

/*End otp page css*/

/*Dispatched list page css*/
.header {
  background: #f7f7f7;
  padding: 6px 0;
  position: fixed;
  z-index: 3;
  width: 100%;
  top: 0;
}
.top-heading{    
  position: relative;
  font-size: 22px !important;
  margin: 0 !important;
  padding: 0 15px !important;
  font-weight: 600 !important;}
.top-heading:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  background: #f06c02;
  left: 0px;
}


.responsive-tabs .mat-tab-header{
  margin-top: 10px;
  border-bottom: 0;
  background: #f7f7f7;
}

.responsive-tabs-container .tab-content {
  border-top:none;
}

.responsive-tabs-container[class*="accordion-"] .tab-pane {
  margin-bottom: 15px;
}

.responsive-tabs-container[class*="accordion-"] .accordion-link {
  display: none;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #333;
}

.responsive-tabs-container[class*="accordion-"] .accordion-link.active {
    border-bottom: medium none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #ff6600;
}

.card-half li {
  text-align: left;
  position: relative;
  padding: 0 5px;
  align-items: center;
  justify-content: left;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #282828;
}
ul.list-order li:first-child {
  width: 171px;
}

ul.list-order li:nth-child(2), ul.list-order li:nth-child(3) {
  display: flex;
  width: 157px;
}
ul.list-order li:last-child{
  border: 0;
}
.cell-1 {
  display: inline-block;
  vertical-align: top;
}
table.table.card-table-grid p {
  font-size: 12px;
  margin: 0;
  font-weight: 300;
}
table.table.card-table-grid p b{
  font-weight: 700;
}
.geofence p {
  font-weight: 700 !important;
}
.geofence.child3 span{
  font-weight: 300 !important;
  /* padding-right: 7px; */
}
tbody:before {
  content:"@";
  display:block;
  line-height:10px;
  text-indent:-99999px;
}
table.table.card-table-grid thead tr {
  border-top: 5px solid #fff200;
  border-bottom: 5px solid #fff200;
  cursor: pointer;
}
.cell-1 img{
  width: 50px;
}
.mat-tab-label-content {
  background: #f7f7f7;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  color: #888888;
  font-weight: 600;
}
ul.nav.nav-tabs.responsive-tabs .mat-tab-label{
  width: 33.33%;
  text-align: center;
}
mat-ink-bar.mat-ink-bar {
  display: none;
}
.mat-tab-label-active:after{
  content: "";
  position: absolute;
  background: #ff6600;
  width: 15%;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mat-tab-label:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  background: #aeaeae;
}

.mat-tab-label:last-child:before{
  display: none;
}
li.active a {
  position: relative;
}
li.active a:after {
  content: "";
  position: absolute;
  background: #ff6600;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.card-head {
  background: #fff200;
}
.invoice p, .order p {
  font-size: 12px;
  margin: 0 !important;
}
.invoice span, .order span, .year-space span {
  color: #888888;
  font-size: 12px;
  padding-right: 7px;
  position: relative;

}

.geofence.child3 span{
  position: relative;
}
/* .invoice > span:after, .order > span:after, .line-right:after, .year-space span:after{
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  background: #888888;
  top: 2px;
  right: 2px;
} */
.invoice span:last-child::after,.order span:last-child::after, .year-space span:last-child::after{
  display: none;
}

.geofence p {
  font-size: 12px;

  font-weight: 600;
     margin: 0 !important;

}
.geofence span{
  font-size: 12px;

}
.geofence {
  background: #f7f7f7;
  padding: 5px;
  position: relative;
}
.card-head {
  background: #fff200;
  position: relative;
  padding: 6px 0 6px 6px;
  border-radius: 6px 6px 0px 0px;
}
.card-head.parent{
  display: flex;

}
.card-head.parent > div{
  padding: 0 5px;
}
.icon-geofence {
  display: inline-block;
  width: 22px;
  align-items: unset;
  position: absolute;
  right: 0;
  top: 2px;

}
td.year-space span {
  color: #212529;
}
.card-half {
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px 1px 10px 1px #ddd;
  border-bottom: 2px solid #f06c02;
  border-radius: 6px 6px 0px 0px;
}
ul.list-order {
  display: flex;
  padding: 6px;

}
ul.list-order p {
  font-size: 13px;
     margin: 0 !important;

}
ul.list-order span, ul.list-order b {
  font-size: 12px;
}
ul.list-order li{
  position: relative;
}
/* ul.list-order li:after {
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  background: #aeaeae;
  top: 0;
  right: 0;
} */
ul.list-order li:last-child::after{
  display: none;
}
.rating-box img {
  width: 17px;
}
.card-bottom {
  border-top: 1px solid #aeaeae;
  text-align: right;
  margin: 0 10px;
  padding: 15px 0;
 
}
a.btn-epod {
  background: #231f20;
  color: #fff !important;
  text-align: center;
  padding: 6px 35px;
  cursor: pointer;
}
.tab-content {
  margin-top: 15px;
}
.card-tex-botton p,.card-tex-botton span {
  font-size: 12px;

     margin: 0 !important;

}
.card-tex-botton {
  padding: 6px;
  text-align: left;
  border-top: 1px solid #aeaeae;
}
.short-dropdown {
  text-align: right;
  margin-bottom: 15px;
}
.dropdown.short-dropdown:after {
  content: "";
  display: block;
  clear: both;
}
button#dropdownMenuButton {
  background: transparent;
  color: #f06c02;
  font-weight: 600;
}
.short-dropdown  .dropdown-item {
  border-bottom: 1px solid #aeaeae !important;
}

.short-dropdown a:last-child{
border: 0;
}
/* .invoice:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #aeaeae;
  top: 0;
  right: 0;

} */
.invoice {
  position: relative;
  cursor: pointer;
}
.btn.focus, .btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
/*Dispatched order track*/
.yellow-wrp ul, .yellow-wrp-box ul{
  display: flex;
  justify-content: space-evenly;
}
.yellow-wrp, .yellow-wrp-box {
  background: #fff200;
  margin: 10px 0;
  text-align: center;
  padding: 15px 15px;
}
.yellow-wrp ul li , .yellow-wrp-box ul li p {
     margin: 0 !important;

  color: #231f20;
  font-size: 12px;

}
.yellow-wrp ul li h5, .yellow-wrp-box ul li h5 {
     margin: 0 !important;

  font-size: 12px;

  font-weight: 600;
}
.yellow-wrp ul li, .yellow-wrp-box ul li {
  position: relative;
}
.yellow-wrp-box ul li {
  flex: 1 1 13%;
  padding: 0 8px;
}
.yellow-wrp ul li:after, .yellow-wrp-box ul li:after{
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: -25px;
  background: #888888;

}
.yellow-wrp-box ul li:after{
  right: 0;
}
.yellow-wrp ul li:last-child::after, .yellow-wrp-box ul li:last-child::after{
  display: none;
}
/*Order progress*/
.progress-tracker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto;
  padding: 0;
  list-style: none;
}

.progress-step {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
     margin: 0 !important;

  padding: 0;
  min-width: 24px;
}

.progress-step:last-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.progress-step:last-child .progress-marker::after {
  display: none;
}

.progress-link {
  display: block;
  position: relative;
}

.progress-marker {
  display: block;
  position: relative;
}

.progress-marker::before {
  content: attr(data-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 28px;
  height: 24px;
  padding-bottom: 2px;
  border-radius: 50%;
  -webkit-transition: background-color, border-color;
  transition: background-color, border-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-right: 2px solid white;
  border-left: 2px solid #fff;
}

.progress-marker::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -10;
  top: 11px;
  right: -12px;
  width: 100%;
  height: 2px;
  -webkit-transition: background-color 0.3s, background-position 0.3s;
  transition: background-color 0.3s, background-position 0.3s;
}

.progress-text {
  display: block;
  padding: 8px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 65px;
}

.progress-title {
  margin-top: 0;
}

.progress-step .progress-marker {
  color: #fff;
}

.progress-step .progress-marker::before {
  /* background: url(file:///D:/Key-account/Key-Account-non-trade/assets/img/circle-check.webp) no-repeat; */
  background: url(../img/circle-check.webp) no-repeat;

  background-size: 100%;
  background-color: #fff200;
}

.progress-step .progress-marker::after {
  background-color: #f06c02;
}


.progress-tracker--text .progress-step:last-child, .progress-tracker--center .progress-step:last-child, .progress-tracker--right .progress-step:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.progress-tracker--center {
  text-align: center;
}

.progress-tracker--center .progress-marker::before, .progress-tracker--center .progress-text--dotted::before {
  margin-left: auto;
  margin-right: auto;
}

.progress-tracker--center .progress-marker::after {
  right: -50%;
}

.progress-tracker--right {
  text-align: right;
}

.progress-tracker--right .progress-marker::before, .progress-tracker--right .progress-text--dotted::before {
  margin-left: auto;
}

.progress-tracker--right .progress-marker::after {
  right: calc(-100% + 12px);
}

.progress-tracker--spaced .progress-marker::after {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}

.progress-tracker--border {
  padding: 4px;
  border: 2px solid #333;
  border-radius: 32px;
}



.progress-text--dotted::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin: 6px -2px;
  background-size: 12px 18px;
  background-image: repeating-radial-gradient(circle at center 6px, #b6b6b6, #b6b6b6 5px, rgba(182, 182, 182, 0.5) 5.5px, rgba(182, 182, 182, 0.01) 6px, transparent 100%);
}

.progress-text--dotted-1::before {
  height: 12px;
}

.progress-text--dotted-2::before {
  height: 30px;
}

.progress-text--dotted-3::before {
  height: 48px;
}

.progress-text--dotted-4::before {
  height: 66px;
}

.progress-text--dotted-5::before {
  height: 84px;
}

.progress-text--dotted-6::before {
  height: 102px;
}

.progress-text--dotted-7::before {
  height: 120px;
}

.progress-text--dotted-8::before {
  height: 138px;
}

.progress-text--dotted-9::before {
  height: 156px;
}

.progress-text--dotted-10::before {
  height: 174px;
}

.progress-text--dotted-11::before {
  height: 192px;
}

.progress-text--dotted-12::before {
  height: 210px;
}

.progress-tracker--text-top .progress-text {
  height: 100%;
}

.progress-tracker--text-top .progress-marker {
  top: -24px;
}

.progress-tracker--text-inline {
  overflow: hidden;
}

.progress-tracker--text-inline .progress-step, .progress-tracker--text-inline .progress-marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.progress-tracker--text-inline .progress-marker {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.progress-tracker--text-inline .progress-marker::after {
  top: auto;
}

.progress-tracker--text-inline .progress-text {
  position: relative;
  z-index: 30;
  max-width: 70%;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}

.progress-tracker--text-inline .progress-marker .progress-text {
  display: inline-block;
}

.progress-tracker--text-inline .progress-title {
     margin: 0 !important;

}

.progress-tracker--square .progress-marker::before {
  border-radius: 0;
}

.progress-tracker--square .progress-marker::after {
  top: auto;
  bottom: 0;
}

@media (max-width: 575px) {
  .progress-tracker-wrapper {
    overflow-x: auto;
    -ms-scroll-snap-type: x proximity;
        scroll-snap-type: x proximity;
  }
  .progress-tracker-wrapper .progress-step {
    min-width: 50%;
    scroll-snap-align: start;
  }
}

.progress-tracker--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.progress-tracker--vertical .progress-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.progress-tracker--vertical.progress-tracker--right .progress-step {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.progress-tracker--vertical .progress-marker::after {
  right: auto;
  top: 12px;
  left: 10px;
  width: 4px;
  height: 100%;
}

.progress-tracker--vertical .progress-text {
  padding: 0 12px 24px 12px;
}

@-webkit-keyframes scale-up {
  from {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes scale-up {
  from {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

.anim-ripple .progress-link::before, .anim-ripple-large .progress-link::before, .anim-ripple-splash .progress-link::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 30;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  visibility: hidden;
}

.anim-ripple .progress-link:not(:active)::before, .anim-ripple-large .progress-link:not(:active)::before, .anim-ripple-splash .progress-link:not(:active)::before {
  -webkit-animation: scale-up 0.3s ease-out;
          animation: scale-up 0.3s ease-out;
}

.anim-ripple .progress-link:focus::before, .anim-ripple-large .progress-link:focus::before, .anim-ripple-splash .progress-link:focus::before {
  visibility: visible;
}

.anim-ripple.progress-tracker--center .progress-link::before, .anim-ripple.progress-tracker--center .progress-link::after, .progress-tracker--center .anim-ripple .progress-link::before, .progress-tracker--center .anim-ripple .progress-link::after, .anim-ripple-large.progress-tracker--center .progress-link::before, .anim-ripple-large.progress-tracker--center .progress-link::after, .progress-tracker--center .anim-ripple-large .progress-link::before, .progress-tracker--center .anim-ripple-large .progress-link::after, .anim-ripple-splash.progress-tracker--center .progress-link::before, .anim-ripple-splash.progress-tracker--center .progress-link::after, .progress-tracker--center .anim-ripple-splash .progress-link::before, .progress-tracker--center .anim-ripple-splash .progress-link::after, .anim-ripple-double.progress-tracker--center .progress-link::before, .anim-ripple-double.progress-tracker--center .progress-link::after, .progress-tracker--center .anim-ripple-double .progress-link::before, .progress-tracker--center .anim-ripple-double .progress-link::after {
  left: 50%;
}

.anim-ripple.progress-tracker--right .progress-link::before, .anim-ripple.progress-tracker--right .progress-link::after, .progress-tracker--right .anim-ripple .progress-link::before, .progress-tracker--right .anim-ripple .progress-link::after, .anim-ripple-large.progress-tracker--right .progress-link::before, .anim-ripple-large.progress-tracker--right .progress-link::after, .progress-tracker--right .anim-ripple-large .progress-link::before, .progress-tracker--right .anim-ripple-large .progress-link::after, .anim-ripple-splash.progress-tracker--right .progress-link::before, .anim-ripple-splash.progress-tracker--right .progress-link::after, .progress-tracker--right .anim-ripple-splash .progress-link::before, .progress-tracker--right .anim-ripple-splash .progress-link::after, .anim-ripple-double.progress-tracker--right .progress-link::before, .anim-ripple-double.progress-tracker--right .progress-link::after, .progress-tracker--right .anim-ripple-double .progress-link::before, .progress-tracker--right .anim-ripple-double .progress-link::after {
  left: calc(100% - 12px);
}

.anim-ripple-splash .progress-link::before {
  width: 48px;
  height: 48px;
  -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.35);
}

.anim-ripple-double .progress-link::before, .anim-ripple-double .progress-link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 30;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  visibility: hidden;
  background: none;
  border: 3px solid rgba(0, 0, 0, 0.3);
}

.anim-ripple-double .progress-link:not(:active)::before, .anim-ripple-double .progress-link:not(:active)::after {
  -webkit-animation: scale-up 0.3s ease-out 0s;
          animation: scale-up 0.3s ease-out 0s;
}

.anim-ripple-double .progress-link:not(:active)::after {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.anim-ripple-double .progress-link:focus::before, .anim-ripple-double .progress-link:focus::after {
  visibility: visible;
}

.anim--large .progress-link::before, .anim--large .progress-link::after {
  width: 48px;
  height: 48px;
}

.anim--path .progress-marker::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #b6b6b6), color-stop(50%, #868686));
  background-image: linear-gradient(to right, #b6b6b6 50%, #868686 50%);
  background-size: 200% 100%;
  background-position: 0% 100%;
  -webkit-transition: background-position 0.3s ease-out;
  transition: background-position 0.3s ease-out;
}

.progress-step.is-complete .anim--path .progress-marker::after {
  background-position: -100% 100%;
}

.anim--path .progress-step.is-complete .progress-marker::after {
  background-position: -100% 100%;
}

[dir="rtl"] .progress-marker::after {
  right: auto;
  left: -12px;
}

[dir="rtl"] .progress-tracker--center .progress-marker::after {
  left: -50%;
}

h4.progress-title {
  font-size: 12px !important;
  font-weight: 600 !important;
  margin: 0 !important;

}

.progress-text p {
  font-size: 13px;
     margin: 0 !important;

}
a.blk-epod-btn {
  background: #231f20;
  color: #fff;
  align-items: normal;
  display: inline-block;
  text-align: center;
  padding: 5px;
  text-decoration: none;
}
.btn-topspace {
  margin-top: 109px;
}
.gry-box {
  background: #f7f7f7;
  padding: 30px 0;
}
p.right-hrs-text {
  text-align: right;
     margin: 0 !important;
     line-height: 24px;
  font-size: 15px;
  font-weight: 600;
}
.input-group-custom{
  position: relative;
  margin-bottom: 15px;
}

.input-group-custom span {
  position: absolute;
  right: 15px;
  top: 25px;
}
.input-custon {
  display: block;
  width: 100%;
  padding: 10px 45px 10px 10px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: transparent;
  background-clip: padding-box;
  border-bottom: 2px solid #ced4da;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
label.custom-control-label {
  padding:0;
  display: block;
  margin: 0 !important;

}
.details-fill {
  background: #fff;
  padding: 20px;
}
/* .details-fill:after {
  content: "";
  position: absolute;
  background-color: #f06c02;
    -webkit-mask-image: url("../img/bookmark-star-fill.svg") ;
    mask-image: url("../img/bookmark-star-fill.svg");
  right: 40px;
  width: 16px;
  height: 16px;
  top: 0;
} */

.special-text h2 {
  font-size: 12px;

  color: #aeaeae;
}
.special-text {
  margin-top: 30px;
}
.document-upload{
  background: #fff;
  padding: 20px;
}
.document-upload ul li span {
  position: absolute;
  right: 0;
  color: #f06c02;

}
.document-upload ul li {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.document-upload h2 {
  font-size: 18px;
  font-weight: 600;
}
.doc-btn a {
  font-size: 12px;

  padding: 10px 20px;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 15px;
  border: 1px solid #231f20;
}
a.blk-btn {
  background: #231f20;
  color: #fff;
  cursor: pointer;
}
a.Bmt-btn {
  border: 1px solid #f06c02;
  color: #f06c02;
}
.doc-btn {
  margin-top: 75px;
}
.details-space {
  padding-bottom: 30px;
}
/*ePOd-popup*/
div#epod-popup .modal-header, div#epod-popup .modal-footer {
  border: 0;
}
h5#epod-popupLabel {
  position: relative;
  padding-left: 15px;
  font-size: 21px;
     margin: 0 !important;

}
h5#epod-popupLabel::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  background: #f06c02;
  left: 0px;
}
.form-box {
  text-align: center;
}
.form-box h3{
  font-size: 12px;

}
.form-box {
  width: 60%;
  margin: 0 auto;
}
 .form-box input {
  border: 0;
  border-bottom: 2px solid #ddd;
  border-radius: 0;
  margin: 5px;
}
.form-box a{
  margin: 15px 0;
  display: block;
  text-decoration: none !important;
  font-weight: 600 !important;
  color: #f06c02 !important;
  font-size: 18px;
}
/*epod2*/
.time-box {
  text-align: right;
}
.time-box a {
  font-size: 22px;
  color: #f06c02 !important;
  font-weight: 600;
  display: block;
  text-decoration: none !important;
  margin-top: 12px;

}
.epod-gry h2 {
  font-size: 18px !important;
  margin: 0 !important;
  font-weight: 600 !important;
}
.epod-gry {
  background: #f7f7f7;
  padding: 5px 0;
  margin-bottom: 5px;
  margin-top: 15px;
}
.card-head-strp {
  background: #fff200;
  padding: 10px;
}
.card-head-strp p {
     margin: 0 !important;

}
.left-text {
  float: left;
  width: 40%;
}
.right-text {
  float: right;
  text-align: right;
 
}
.right-text .custom-file{
  text-align: left;
}
.right-text.upload-right{
  width: 55%;
}
input.mt-input {
  text-align: right;
  border: 0;
  border-bottom: 2px solid #212529;
  font-size: 14px;
  font-weight: 600;
  color: #212529 !important;
}
.card-head-strp:after, .crad-box ul li:after {
  content: "";
  display: block;
  clear: both;
}
.crad-box {
  background: #fff;
}
.crad-box ul {
  padding: 10px;
}
.progress-marker.doneepod:before {
  background-color: #00ff1f;
}
.back-btn-box a {
  font-size: 12px;

  padding: 6px 35px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #231f20;
  background: #231f20;
  color: #fff;
}
.back-btn-box {
  text-align: right;
  margin: 30px 0;
}
.custom-file .custom-file-label::after {

  color: #ffffff !important;
  content: "Browse";
  background-color: #000000 !important;
  border-left: 1px solid #000000 !important;
  border-radius: 0 !important;
  border: 0 !important;
}
label.custom-file-label {
  border: 0 !important;
}
.bottom-btn-box {

  text-align: right;
  padding: 25px 0;

}
.bottom-btn-box button{
  padding: 10px 20px;
  border: 1px solid #231f20;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.org-btn {
  margin-right: 15px;
  border: 1px solid #f48302 !important;
  color: #f48302 !important;
  background: #fff;
  cursor: pointer;

}
button.blk-btn {
  background:   #212529;
  color: #fff;
  cursor: pointer;
}
.right-text h4 {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #212529;
}
.crad-box li {
  padding: 10px 0;
}
/*epod sucessfull*/
.stip-box {
  position: relative;
  margin: 130px 0;

}
.stip-box:after{
  content: "";
  width: 100%;
  background:red;
padding:20px;
}
.stip-box:after {
  content: "";
  width: 100%;
  background: #f06c02;
  padding: 25px;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
}
.stip-box:before {
  content: "";
  width: 100%;
  background: #fff200;
  padding: 25px;
  left: 0;
  right: 0;
  position: absolute;
  top: 55px;
}
.card-sucess {
  position: absolute;
  background: #fff;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  width: 37%;
  left: 0;
  right: 0;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  padding: 50px;
  top: 30px;
}
.invoice-mid p {
     margin: 0 !important;

  font-size: 12px;

}
.card-sucess:after {
  content: "";
  background: url("../img/Confitti.svg") no-repeat;
  position: absolute;
  top: 0;
  background-size: auto;
  background-position: right;
  height: 100%;
  right: 0;
  width: 100%;
}
.card-sucess:before{
  content: "";
  background: url("../img/Confitti.svg") no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.invoice-mid {
  width: 65%;
  margin: 0 auto;
}
.rating-card {
  position: relative;
  background: #fff;
  z-index: 1;
  margin: 15px auto;
  text-align: center;
  width: 30%;
  left: 0;
  right: 0;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  padding: 15px;
  top: 34px;
}
  .rating-card p {
       margin: 0 !important;

    font-size: 12px;

}
.rate-star span img {
  max-width: 100%;
  width: 25px;
}
.rate-star {
  display: flex;
  justify-content: center;
}
.strip-gry {
  background: #f7f7f7;
  padding: 30px 0;
  margin: 110px 0 0;
}
.form-inner-wrp {
  text-align: center;
}
.btn-groups {
  text-align: center;
  width: 40%;
  margin: 0 auto;
}
button.uncheck-btn:focus {
  outline: 0 !important;
}
.uncheck-btn{
  font-size: 15px;
  font-weight: 600;
  border: 2px solid #aeaeae;
  margin: 5px;
  padding: 5px 11px;
  background: #fff; 
}
.check-btn{
    font-size: 15px !important;
    font-weight: 600 !important;
    border: 2px solid #f06c02 !important;
    margin: 5px !important;
    padding: 5px 11px !important;
    background: #fff !important;
    color: #f06c02;
}
.btn-groups textarea {
  width: 100%;
  min-height: 130px;
  margin: 15px 0;
  border: 1px solid #b3b3b3;
}
button.full-blk-btn {
  width: 50%;
  padding: 12px;
  background: #231f20;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
}
.sucess-form-box {
  margin: 15px 0;
}
.disabled-field {
  background-color: #888888 !important;
 padding: 20px;
    width: 100%;
    font-size: 20px;
    color: #fff;
    border: 0;
    line-height: 0;
  }

  .enabled-field {
    background-color:#231f20 !important;
    padding: 20px;
    width: 100%;
    font-size: 20px;
    color: #fff;
    border: 0;
    line-height: 0;
    }
    .dropdown.short-dropdown > a:after, .dropdown.short-dropdown > button:after {
      background: url(../img/Sort.svg) no-repeat;
    border: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    content: "";
    right: 0;
    top: -12px;
    background-size: cover;
  }
  .dropdown.short-dropdown > a, .dropdown.short-dropdown > button{
    padding: 0px 40px;
    font-size: 15px;  
    color: #f06c02 !important;
    font-weight: 600;
}
.short-dropdown .dropdown-item:focus, .short-dropdown .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa !important;
}
.top-green-check img {
  width: 125px;
  position: relative;
  z-index: 2;
}
.top-green-check {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
a.Bmt-btn i {
  padding-left: 6px;
}


table.table.card-table-grid thead {
  background: #fff200;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}


table.table.card-table-grid  th  {
  padding: 6px 0 6px 6px;
  margin: 0;
  vertical-align: middle;
  border: 0 !important;}
  table.table.card-table-grid {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 1px 10px 1px #ddd;
    border-bottom: 2px solid #f06c02;
    border-radius: 6px 6px 0px 0px;
}
table.table.card-table-grid th:first-child, table.table.card-table-grid th:nth-child(2), table.table.card-table-grid td:first-child, table.table.card-table-grid td:nth-child(2){
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #2828281c !important;

}
table.table.card-table-grid td{
  border-top:0px !important;
  padding-bottom: 0;
}
table.table.card-table-grid td:last-child{
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid #2828281c !important;

}
td.space-out {
  margin: 0;
  padding: 0;
}
table.table.card-table-grid td, table.table.card-table-grid th {
  padding-top: 5px;}
  table.table.card-table-grid td.space-out {
    border-left: 0 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #f06c02  !important;
  background-color: #f06c02 !important;
}
.custom-control.custom-radio.custom-control-inline {
  font-size: 12px;

}

input.seal-inputfield {
  border: 0;
  background: #f7f7f7;
  padding: 5px;
  width: 100%;
}
.right-text.Seal-details ul {
  padding: 0;
  display: flex;
  vertical-align: top;
}
.right-text.Seal-details ul li {
  margin: 0;
  margin-left: 15px;
  padding: 0;
}
.seal-heading h2 {
  position: relative;
}
.seal-heading h2:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #f06c02;
  position: absolute;
  bottom: 0;
  left: 0;
}
.seal-heading {
  margin-bottom: 30px;
}
.right-text span {
  display: inline-block;
  padding-left: 10px;
}
.mat-sort .dropdown-menu {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  float: right;
  min-width: 10rem !important;
  padding: 0;
  margin: .125rem 0 0 !important;
  font-size: 14px !important;
  color: #212529 !important;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  width: 200px;

}

.itrack-map img{
  width: 100%;
}
.itrack-map img {
  width: 20px;
}
.custom-control.custom-radio.custom-control-inline {
  margin-right: 0;
}

/* rating css */

label.star:hover {
  -webkit-transform:none !important; 
   transform: none !important;
}

input.star:checked ~ label.star:before{
  color: #f06c02 !important;
  text-shadow:none !important;
}


label.star {  
    font-size: 25px !important;  
}

table.mat-sort {
    width: 100%;
}
mat-tab-group.mat-tab-group.mat-primary {
    width: 100%;
}
span.bs-rating-star.active{
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  cursor: none;
  margin: 2px;
  text-align: center !important;
  font-size: 14px;
  line-height: 16px;
  background-image: linear-gradient(to right top, #fe9000, #ffa300, #ffb600, #ffc900, #ffdc0f);

}
span.bs-rating-star{
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  cursor: none;
  margin: 2px;
  text-align: center !important;
  font-size: 14px;
  line-height: 16px;
  background-image: linear-gradient(to right top, #dddddd, #d4d4d4, #cccccc, #c3c3c3, #bbbbbb);
}
.progress-step .progress-text.responsive-right > p{
  width: 80px;
  margin: 0px auto !important;
  white-space: break-spaces !important;
  overflow: visible !important;
}
.progress-text > p{
  width: 80px;
  margin: 0px auto !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.errorMsg{
  color: red;
  text-align: right;
}
.color-red{
  color: red;
}
.cell-hold {
  display: flex;
}

.process-btn-right {
  margin-top: 65px;
}
.color-Red{
  color: red;
}
.color-orange{
  color:orange;
}
.mat-tab-label-content {
  opacity: 1 !important;
  color: black;
}

.cursor-add{
cursor:pointer;
}
.toast-success {
  background-image: none !important;
}
button:focus {
  outline: 0 !important;
}
button{
  cursor: pointer !important;
}
.display-none{
  display: none;  
}
.required{
color:red;
}
.icon-whatsapp {
  position: absolute;
  top: 50px;
  z-index: 9999;
  right: 20px;
}
.box-gry{
  pointer-events: none;
  opacity: 0.4;
}
.brand-logo img.logo-dsk {
  display: block;
}
.brand-logo img.logo-mob {
  display: none;
}

.a-Enabled{
  color: #f06c02; 
  cursor: pointer;
}
a.resend-link.a-disabled , .a-disabled {
  text-decoration: none;
  cursor: default;
  color: grey !important;
  pointer-events: none;
}
.otp-background:after {
    content: "";
    width: 100%;
    height: 100vh;
    background: #2a29298f;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.cursor-p{
  cursor: pointer;
}

.msgStyle{
  position: relative;
  bottom: 15px;
}
.active {
	display: block;
}
.tab-01 input {
  width: 99% !important;
  border: 0;
  border-bottom: 1px solid #aeaeae !important;
  text-align: center;
  font-size: 18px;
  color: #aeaeae;
  font-weight: 300;
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.form-tab-inner input::placeholder {
	color: #231f20;
	opacity: 1;
	/* Firefox */
}