@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.eot');
    src: url('../fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff'),
        url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.eot');
    src: url('../fonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Medium.woff') format('woff'),
        url('../fonts/SFProDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Semibold.eot');
    src: url('../fonts/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Semibold.woff') format('woff'),
        url('../fonts/SFProDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Bold.eot');
    src: url('../fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Bold.woff') format('woff'),
        url('../fonts/SFProDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Black.eot');
    src: url('../fonts/SFProDisplay-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Black.woff') format('woff'),
        url('../fonts/SFProDisplay-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
	
	* {
	 -webkit-appearance: none;
	}

	body,
	p,
	h1,
	h2,
	h3,
	h4,
	h5 {
	    margin: 0;
	    padding: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5 {
		font-weight: normal;
	}
	ul {
	    margin: 0;
	    padding: 0;
	    list-style-type: none;
	}
	input:focus, button:focus {
		outline: none;
	}
	textarea:focus {
		outline: none;
	}
	body {
	    color: #000;
	    font-family: 'SF Pro Display';
	    font-size: 14px;
	    margin: 0 auto;
	    width: 100%;
	    font-weight: 400;
	    background: #f7f7f7;
	}
	*, :before, :after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
	
.contain {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
.lk-menu {
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    width: 25%;
    padding: 0 6%;
    padding-top: 25px;
    min-height: 575px;
    height: 100%;
    position: absolute;
}
.lk-logo {
	margin-bottom: 80px;
}
.lk-logo img {
	display: block;
}
#lk {
    background: #f7f7f7;
    padding-bottom: 75px;
}
.menu-lk ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: rgba(47, 47, 47, 0.5);
    text-decoration: none;
    position: relative;
    display: block;
    padding-left: 40px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.menu-lk ul li {
    margin-bottom: 40px;
}
.menu-lk ul li a:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    left: 0;
    top: -2px;
    opacity: 0.5;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.menu-lk ul li.menu-one a:before {
    background: url(../img/menu1.svg) center no-repeat;
}
.menu-lk ul li.menu-two a:before {
    background: url(../img/menu2.svg) center no-repeat;
}
.menu-lk ul li.menu-tree a:before {
    background: url(../img/menu3.svg) center no-repeat;
}
.menu-lk ul li.menu-four a:before {
    background: url(../img/menu4.svg) center no-repeat;
}
.menu-lk ul li.menu-five a:before {
    background: url(../img/menu5.svg) center no-repeat;
}
.menu-lk ul li:hover a:before {
    opacity: 1;
}
.menu-lk ul li:hover a {
    color: #2F2F2F;
}
.menu-lk ul li.active a:before {
    opacity: 1;
}
.menu-lk ul li.active a {
    color: #2F2F2F;
	font-weight: bold;
}
.lk-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    /* min-height: 100vh; */
}
.lk-contain {
    width: 75%;
    margin-left: auto;
}
.lk-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 25px;
}
.lk-datatime {
    margin-left: auto;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: rgba(47, 47, 47, 0.5);
}
.lk-user {
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 2px;
    width: 295px;
    margin-left: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 20px;
    min-height: 65px;
}
.user-name {
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: rgba(47, 47, 47, 0.5);
}
.user-name:before {
    position: absolute;
    content: '';
    left: 0;
    top: -1px;
    width: 24px;
    height: 24px;
    background: url(../img/user.svg) center no-repeat;
}
.user-exit {
    margin-left: auto;
    cursor: pointer;
    text-decoration: none;
}
.lk-content {
	margin: 0 auto;
	width: 927px;
}
.checkbox-lk + label {
  cursor: pointer;
}
.checkbox-lk:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox-lk:not(checked) + label {
    position: relative;
    padding: 0 0 0 45px;
    clear: both;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #2F2F2F;
    background: rgba(255, 107, 0, 0.2);
    border-radius: 2px;
    display: block;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.checkbox-lk:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  width: 12px;
  height: 12px;
  background: #FF6B00;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  bottom: 0;
  margin: auto;
}
.checkbox-lk:checked + label:after {
  background: #2F2F2F;
  content: '';
  position: absolute;
  top: 0;
  left: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  bottom: 0;
  margin: auto;
}
.deshbord-list {
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 2px;
    width: 430px;
    padding: 20px;
    padding-right: 35px;
}
.deshbord-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.name-pages {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #2F2F2F;
    margin-bottom: 30px;
    margin-top: -30px;
}
.zagg {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2F2F2F;
    display: block;
    margin-bottom: 20px;
}
.deshbord-listbox > p {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #FF6B00;
    margin-bottom: 14px;
}
.deshbord-listbox.hot > p {
    color: #FF0000;
}
.deshbord-listbox {
    margin-bottom: 30px;
}
.deshbord-listbox:last-child {
    margin-bottom: 0;
}
.check-boxing {
    margin-bottom: 20px;
}
.hot .checkbox-lk:not(checked) + label {
    background: rgba(247, 229, 233, 0.7);
}
.hot .checkbox-lk:not(checked) + label:before {
    background: #fd5f60;
}
.deshbord-right {
    width: 430px;
    margin-left: auto;
}
.deshbord-location {
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 2px;
    width: 100%;
    min-height: 265px;
    margin-bottom: 20px;
    padding: 20px;
    padding-top: 15px;
}
.location-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.location-top .zagg {
    margin-bottom: 0;
}
.location-live {
    margin-left: auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2F2F2F;
    position: relative;
    background: rgba(126, 224, 0, 0.05);
    border-radius: 2px;
    width: 71px;
    height: 33px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 10px;
}
.location-live:before {
    position: absolute;
    content: '';
    background: #FF6B00;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: pulsing 2s infinite;
    animation: pulsing 2s infinite;
}
@-webkit-keyframes pulsing {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes pulsing {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.location-step {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 35px;
}
.location-a {
    display: block;
    position: relative;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: rgba(47, 47, 47, 0.5);
    padding-left: 30px;
    margin-right: 5px;
}
.location-step img {
    display: block;
}
.location-a:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sea:before {
    background: url(../img/sea.svg) center no-repeat;
}
.car:before {
    background: url(../img/car.svg) center no-repeat;
}
.deshbord-route {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 10px;
}
.route-box > span {
    display: block;
    position: relative;
    padding-left: 25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2F2F2F;
    margin-bottom: 10px;
}
.route-box {
    margin-right: 10px;
}
.route-box > span:before {
    position: absolute;
    content: '';
    width: 20px;
    left: 0;
    top: -2px;
    height: 20px;
}
.up:before {
    background: url(../img/upward.svg) center no-repeat;
}
.down:before {
    background: url(../img/downward.svg) center no-repeat;
}
.route-time p {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #2F2F2F;
    position: relative;
    padding-left: 30px;
}
.route-time {
    margin-left: auto;
}
.route-time p:before {
    position: absolute;
    content: '';
    width: 20px;
    left: 0;
    top: -2px;
    height: 20px;
    background: url(../img/timer.svg) center no-repeat;
}
.route-box p {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #2F2F2F;
    margin-bottom: 10px;
    margin-left: 25px;
}
.deshbord-status > p {
    position: relative;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #2F2F2F;
    padding-left: 25px;
}
.deshbord-status > p:before {
    position: absolute;
    content: '';
    width: 20px;
    left: 0;
    top: -2px;
    height: 20px;
    background: url(../img/done_all.svg) center no-repeat;
}
.deshbord-status {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.status-row {
    position: relative;
    margin-left: auto;
    width: 305px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding: 20px 0;
}
.status-row:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #979797;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.status-row > span {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #FF6B00;
    position: relative;
}
.status-row > span:nth-child(3) {
    margin-right: 15px;
}
.status-row > span:nth-child(2) {
    margin-left: 15px;
}
.status-row > span span {
    position: absolute;
    top: -20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #2F2F2F;
    width: 100px;
}
.status-row > span.active  {
    background: #FF6B00;
}
.status-row > span.active:before {
    position: absolute;
    content: '';
    width: 305px;
    height: 1px;
    border-top: 1px dashed rgba(47, 47, 47, 0.5);
    left: 8px;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #fff;
}
.deshbord-control {
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 2px;
    width: 100%;
    min-height: 100px;
    margin-bottom: 20px;
    padding: 20px;
}
.deshbord-control p {
    position: relative;
    padding-left: 20px;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #2F2F2F;
}
.deshbord-control p:before {
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    background: #FF6B00;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.deshbord-company {
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 2px;
    width: 100%;
    min-height: 100px;
    padding: 20px;
}
.company-row img {
    display: block;
}
.company-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.deshbord-company .zagg {
    margin-bottom: 0;
}
.work-step {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 2px;
    min-height: 94px;
    padding: 0 70px;
    margin-bottom: 30px;
}
.work-step-row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 45px;
	position: relative;
	padding-bottom: 40px;
}
.work-step-row:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #979797;
    left: 0;
    top: 50px;
    margin: auto;
}
.work-box {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #FF6B00;
    position: relative;
}
.work-box.active {
    background: #FF6B00;
}
.work-box p {
    position: absolute;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #2F2F2F;
    width: 120px;
    left: -55px;
    right: 0;
    margin: auto;
    bottom: -25px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.work-box img {
    position: absolute;
    display: block;
    top: -35px;
    left: -8px;
}
.work-organozation {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.organozation-btn {
    text-decoration: none;
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 2px;
    width: 152px;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #2F2F2F;
}
.organozation-btn span {
    position: relative;
    padding-left: 20px;
}
.organozation-btn span:before {
    background: #FF6B00;
    border-radius: 2px;
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.work-left {
    width: 430px;
}
.work-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.work-list {
    min-height: 300px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 2px;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
}
.work-doc:last-child {
    margin-bottom: 0;
}
.work-doc {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    background: rgba(255, 107, 0, 0.2);
    border-radius: 2px;
    min-height: 40px;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #d5d5d5;
    padding-left: 10px;
    position: relative;
}
.proc {
    background: rgba(255, 216, 78, 0.7);
    color: #2F2F2F;
}
.yes {
    background: rgba(255, 107, 0, 0.2);
    color: #2F2F2F;
}
.fin:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/done_all2.svg) center no-repeat;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.blockchain-container p {
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #2F2F2F;
    margin-bottom: 10px;
}
.blockchain-container {
    background: #F7F7F7;
    border-radius: 2px;
    padding: 20px;
}
.blockchain-container p span, .blockchain-container p a {
    color: #FF6B00;
}
.blockchain-container p span:first-child {
    color: #2F2F2F;
	font-weight: bold;
}
.work-blockchain {
    min-height: 259px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 2px;
    padding: 20px;
    position: relative;
}
.work-right {
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 2px;
    padding: 20px;
    margin-left: auto;
    width: 430px;
    position: relative;
}
.work-namedoc {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 25px;
    padding-right: 15px;
}
.namedoc {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 178px;
    margin-bottom: 20px;
    min-height: 40px;
    font-weight: normal;
    padding-left: 10px;
    position: relative;
    font-size: 12px;
    line-height: 14px;
    color: #2F2F2F;
    background: rgba(255, 107, 0, 0.2);
    border-radius: 2px;
    padding-bottom: 5px;
}
.document-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    min-height: 320px;
}
.document-img img {
    display: block;
    width: 100%;
}
.document-img {
    max-width: 218px;
}
.document-text {
    margin-left: auto;
    max-width: 130px;
}
.document-text p {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #2F2F2F;
    margin-bottom: 20px;
}
.document-text p span {
    font-weight: 600;
    display: block;
}
.document-text a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: underline;
    color: #FF6B00;
}
.document-text a:hover {
    text-decoration: none;
}
.road-container .work-step-row {
    padding-bottom: 80px;
}
.work-box p span {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #2F2F2F;
    display: block;
    margin-bottom: 8px;
    width: 96%;
    text-align: center;
}
.work-box p span:first-child {
    margin-top: 12px;
}
.road-container .work-step {
    min-height: 156px;
}
.road-container .work-box p {
    bottom: -81px;
}
.road-step {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 2px;
    min-height: 98px;
    padding: 0 70px;
    margin-bottom: 30px;
}
.road-box p {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #2F2F2F;
    position: absolute;
    width: 105px;
    left: -50px;
    text-align: center;
    bottom: -25px;
}
.road-box {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #FF6B00;
    position: relative;
}
.road-box.active {
    background: #FF6B00;
}
.road-step-row:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #979797;
    left: 0;
    top: 35px;
    margin: auto;
}
.road-step-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    position: relative;
    padding-bottom: 40px;
}
.road-step-arrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    bottom: 15px;
    right: 10px;
}
.road-step-arrow img {
    display: block;
}
.road-arrow-left {
    margin-right: 13px;
}
.road-step-arrow a {
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.road-step-arrow a:hover {
	opacity: 0.6;
}
.road-top {
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 2px;
    width: 152px;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 15px;
    margin-bottom: 30px;
    position: relative;
}
.road-top p {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #2F2F2F;
}
.road-top-arrow {
    position: absolute;
    right: 15px;
    top: 0;
    height: 22px;
    bottom: 0;
    margin: auto;
    width: 12px;
}
.road-top-arrow a {
    display: block;
    width: 100%;
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.road-top-arrow img {
    display: block;
}
.road-top-arrow a:hover {
	opacity: 0.6;
}
.road-arrow-up {
    margin-bottom: 2px;
}
.road-table {
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 2px;
    min-height: 460px;
    padding: 20px;
    position: relative;
}
.road-table-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.road-table-top p {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2F2F2F;
}
.table-td:first-child {
    width: 78px;
    padding-left: 10px;
}
.table-td {
    width: 256px;
    padding-left: 10px;
    margin-right: 10px;
}
.road-table-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}
.table-td:last-child {
    margin-right: 0;
}
.road-table-box .table-td {
    background: #F7F7F7;
    border-radius: 2px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #2F2F2F;
}
.road-table-box .table-td a {
    color: #2F2F2F;
    text-decoration: none;
    border-bottom: 1px solid #2F2F2F;
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.road-table-box .table-td a:hover {
    border-bottom: 1px solid transparent;
}
.road-table-box .table-td:first-child {
    background: rgba(255, 107, 0, 0.2);
    padding: 5px 0;
    padding-left: 10px;
}
.doc-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.document-box:nth-child(6n) {
    margin-right: 0;
}
.document-box {
    width: 110px;
    margin-right: 53px;
    margin-bottom: 30px;
}
.document-info {
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 2px;
    min-height: 140px;
    padding: 10px;
    margin-bottom: 10px;
}
.document-top p {
    position: relative;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #2F2F2F;
    padding-left: 15px;
}
.document-top {
    background: transparent;
    margin-bottom: 15px;
}
.document-top p:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.document-top.yes p:before {
    background: #FF6B00;
}
.document-top.no p:before {
    background: #ff0000;
}
.document-top.proc p:before {
    background: #ffd84e;
}
.document-icon img {
    display: block;
}
.document-icon {
    margin-bottom: 15px;
}
.document-info > p {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #2F2F2F;
    margin-bottom: 5px;
}
.document-info > span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #2F2F2F;
}
.document-down {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #323232;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 2px;
    height: 33px;
    justify-content: space-between;
    padding: 0 10px;
}
.document-down a {
    display: block;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.document-down a:hover {
    opacity: 0.75;
}
.icon-lk {
    display: none;
}



@media only screen and (max-width: 1300px) {
.lk-menu {
    width: 100%;
    padding: 10px 15px;
    min-height: auto;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.icon-lk {
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: block;
  margin-left: 0;
  position: relative;
  border: 1px solid #FF6B00;
  background: #fff;
  margin-right: 45px;
}
.burger-lk {
  width: 60%;
  height: 2px;
  background-color: #FF6B00;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: 0.5s;
  border-radius: 5px;
}
.burger-lk::before,
.burger-lk::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FF6B00;
  transition: 0.5s;
  border-radius: 5px;
}
.burger-lk::before{
  top: -8px;
}
.burger-lk::after{
  top: 8px;
}
.icon-lk.active .burger-lk {
  background: rgba(0,0,0,0);
}
.icon-lk.active .burger-lk::before{
  top: 0;
  transform: rotate(45deg);
}
.icon-lk.active .burger-lk::after{
  top: 0;
  transform: rotate(135deg);
}
.menu-lk {
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 100%;
    padding: 15px;
    display: none;
    z-index: 9;
    padding-bottom: 0;
    box-shadow: 0 10px 10px 1px rgba(0, 0, 0, 0.1);
}
.lk-logo {
    margin-bottom: 0;
    margin-left: auto;
}
.lk-logo img {
    width: 100px;
}
.lk-contain {
    width: 100%;
    margin-left: 0;
    position: relative;
}



}


@media only screen and (max-width: 1000px) {
.lk-content {
    width: 100%;
    padding: 0 15px;
}
.name-pages {
    margin-bottom: 50px;
    margin-top: -46px;
}
.deshbord-list {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}
.deshbord-right {
    width: 100%;
    margin-left: 0;
}
.status-row {
    margin-left: 45px;
}
.route-time {
    margin-left: 25px;
}
.deshbord-company .zagg {
    margin-bottom: 10px;
}
.organozation-btn {
    width: 140px;
}
.organozation-btn span {
    padding-left: 15px;
}
.work-left {
    width: 100%;
}
.work-step {
    margin-bottom: 20px;
}
.work-organozation {
    margin-bottom: 20px;
}
.work-left {
    width: 100%;
    margin-bottom: 20px;
}
.work-right {
    width: 100%;
}
.work-namedoc {
    justify-content: initial;
    padding-right: 0;
	padding-bottom: 0;
}
.namedoc:nth-child(3n) {
    margin-right: 0;
}
.namedoc {
    width: 32%;
    margin-right: 2%;
}
.road-box p {
    width: 75px;
    left: -35px;
    bottom: -35px;
    min-height: 28px;
}
.road-table-top p {
    font-size: 13px;
    line-height: 15px;
}
.table-td {
    width: 28%;
    padding-left: 5px;
}
.table-td:first-child {
    width: 11%;
    padding-left: 5px;
}
.document-box {
    width: 15%;
    margin-right: 2%;
}



}


@media only screen and (max-width: 768px) {
.name-pages {
    margin-bottom: 25px;
    margin-top: 25px;
}
.lk-datatime {
    margin-left: 0;
}
.lk-user {
    margin-left: auto;
}
.status-row {
    margin-left: 25px;
}
.menu-lk ul li {
    margin-bottom: 25px;
}
.work-box p {
    font-size: 12px;
    line-height: 15px;
    width: 70px;
    left: -30px;
    bottom: -35px;
    justify-content: center;
    text-align: center;
    min-height: 30px;
}
.work-step {
    padding: 0 45px;
}
.work-organozation {
    justify-content: initial;
}
.organozation-btn:nth-child(3n) {
    margin-right: 0;
}
.organozation-btn {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
}
.work-list {
    margin-bottom: 20px;
}
.work-box p span {
    font-size: 11px;
    margin-bottom: 0px;
    text-align: center;
}
.road-step {
    padding: 0 40px;
    overflow-x: scroll;
    padding-bottom: 35px;
	margin-bottom: 20px;
}
.road-step-row {
    width: 600px;
}
.road-step-arrow {
    right: initial;
    left: 15px;
}
.road-table-box .table-td a {
    text-decoration: underline;
    border-bottom: 0;
}
.table-td {
    width: 25%;
}
.table-td:first-child {
    width: 18%;
}
.document-box:nth-child(6n) {
    margin-right: 2%;
}
.document-box:nth-child(4n) {
    margin-right: 0;
}
.document-box {
    width: 23.5%;
    margin-right: 2%;
}




}


@media only screen and (max-width: 500px) {
.user-name {
    padding-left: 25px;
    font-size: 14px;
	max-width: 80%;
}
.user-name:before {
    top: 1px;
    width: 18px;
    height: 18px;
    background-size: cover;
	bottom: 0;
    margin: auto;
}
.lk-user {
    width: 175px;
    padding: 0 10px;
}
.deshbord-list {
    padding: 10px;
	margin-bottom: 15px;
}
.deshbord-location {
    padding: 10px;
}
.zagg {
    font-size: 14px;
}
.location-a {
    margin-bottom: 5px;
}
.status-row {
    margin-left: 0;
    width: 100%;
}
.status-row > span.active:before {
    width: 500px;
}
.company-row {
    justify-content: center;
}
.company-row img {
    margin: 0 1px;
    margin-bottom: 10px;
}
.route-time {
    margin-left: 0;
    width: 100%;
    margin: 10px 0;
}
.company-row img:last-child {
    margin-right: 0;
}
.work-box img {
    top: -30px;
    left: -6px;
    width: 20px;
}
.work-box p {
    font-size: 10px;
    line-height: 15px;
    width: 58px;
    left: -25px;
    bottom: -35px;
    letter-spacing: -0.2px;
}
.organozation-btn:nth-child(3n) {
    margin-right: 2%;
}
.organozation-btn:nth-child(2n) {
    margin-right: 0;
}
.organozation-btn {
    width: 49%;
    margin-bottom: 5px;
}
.work-step {
    margin-bottom: 15px;
}
.work-organozation {
    margin-bottom: 15px;
}
.work-list {
    padding: 10px;
    margin-bottom: 15px;
}
.work-blockchain {
    padding: 10px;
}
.blockchain-container {
    padding: 10px;
}
.work-right {
    padding: 10px;
}
.namedoc:nth-child(3n) {
    margin-right: 2%;
}
.namedoc:nth-child(2n) {
    margin-right: 0;
}
.namedoc {
    width: 49%;
    margin-bottom: 5px;
}
.document-img {
    max-width: 100%;
    width: 200px;
    margin: 0 auto;
}
.document-text {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
	padding-bottom: 10px;
}
.document-text p {
    margin-bottom: 10px;
}
.work-step {
    padding: 0 30px;
}
.work-box p span {
    font-size: 10px;
}
.work-box p span:first-child {
    margin-top: 5px;
}
.road-container .work-box p {
    bottom: -70px;
}
.table-box {
    width: 450px;
    padding-right: 10px;
}
.road-table {
    padding: 10px;
    overflow-x: scroll;
}
.document-box:nth-child(2n) {
    margin-right: 0;
}
.document-box {
    width: 48%;
    margin-right: 4%;
}




}