@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700);.el-message__closeBtn:focus,.el-message__content:focus{outline-width:0}.el-message{min-width:380px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;border-width:1px;border-style:solid;border-color:#ebeef5;position:fixed;left:50%;top:20px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#edf2fc;-webkit-transition:opacity .3s,-webkit-transform .4s;transition:opacity .3s,-webkit-transform .4s;transition:opacity .3s,transform .4s;transition:opacity .3s,transform .4s,-webkit-transform .4s;overflow:hidden;padding:15px 15px 15px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-message.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-message.is-closable .el-message__content{padding-right:16px}.el-message p{margin:0}.el-message--info .el-message__content{color:#909399}.el-message--success{background-color:#f0f9eb;border-color:#e1f3d8}.el-message--success .el-message__content{color:#67c23a}.el-message--warning{background-color:#fdf6ec;border-color:#faecd8}.el-message--warning .el-message__content{color:#e6a23c}.el-message--error{background-color:#fef0f0;border-color:#fde2e2}.el-message--error .el-message__content{color:#f56c6c}.el-message__icon{margin-right:10px}.el-message__content{padding:0;font-size:14px;line-height:1}.el-message__closeBtn{position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;color:#c0c4cc;font-size:16px}.el-message__closeBtn:hover{color:#909399}.el-message .el-icon-success{color:#67c23a}.el-message .el-icon-error{color:#f56c6c}.el-message .el-icon-info{color:#909399}.el-message .el-icon-warning{color:#e6a23c}.el-message-fade-enter,.el-message-fade-leave-active{opacity:0;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.header{
    top: 0px;
    color: #fff;
    background-color: #1782C5;
    z-index: 999;
    outline: none;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); */
    width: 100%;
    margin: 0px auto;
    height: 68px;
    display: flex;
    font-size: 15px;
    line-height: 20px;
}
.header--item{
    display: flex;
    flex: 1;
}
.header--item__left, .header--item__right{
    display: flex;
}
.header--item__left{

}
.header--item__right{
    margin-right: 5em;
}
.logo{
    height: 50px;
    display: inline-flex;
    align-self: center;
    margin-left: 5em;
}

nav ul ul {
	display: none;
}

nav ul li:hover > ul {
	display: block;
}

nav ul {
	list-style: none;
    margin: unset;
}
nav ul:after {
	content: ""; clear: both; display: block;
}

nav ul li {
	float: left;
}
nav ul li:hover {
	background: #144e64;
}
nav ul li:hover ul{


  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
nav ul li:hover a {
	color: #fff;
}

nav ul li a {
    display: block;
    padding: 1.5em 40px;
    color: #fff; text-decoration: none;
}

nav ul ul {
	background: #fff;
    border-radius: 0px;
    padding: 0;
	position: absolute;
    z-index: 100;
}
nav ul ul li {
	float: none;
    position: relative;
}
nav ul ul li:last-child{
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
nav ul ul li a {
	padding: 6px 6px 6px 20px;
    cursor: pointer;
    color: #555 !important;
}
nav ul ul li a:hover {
	background: #1782c5;
    color: #fff !important;
}

nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
nav ul li .router-link-active{
    border-bottom: unset;
    cursor: auto;
    font-weight: 400;
    color: #144e64 !important;

}
.header__menuitem--active{
    font-weight: normal;
    color:#1782c5;
    cursor: auto;
}
.nav--menu-dropdown-wrap {
    float: right;
    width: 164px;
}

.nav--menu-dropdown-title {
    color:#fff !important;
    font-size: 16px !important;
}
.nav--menu-dropdown-title span {
    display: block;
    padding: 1.5em 40px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.nav--menu-dropdown-list {

    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.nav--menu-dropdown-list li a {
    color: #555 !important;
    cursor: pointer;
    font-family: 'Rubik', sans-serif  !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav--menu-dropdown-list .menu--last-child{
    border-top: 1px solid #f5f5f5;
}
.nav--menu-inactive {
    cursor: default;
}
.nav--menu-inactive:hover, .nav--menu-inactive:focus  {
    background: #1782c5 !important;
}
.el-dropdown-menu__item .router-link-active {
    border-bottom: none !important;
    color:#1782c5  !important;
}

.nav--menu-dropdown{
 width: 210px;
}

.nav--menu-dropdown-list {
    width: 210px;
    top: 68px;
    border-radius: 0px 0px 4px 4px !important;
    border-top: 0px !important;
}
.nav--menu-dropdown{
    height: 68px;
}

.menu--last-child-link{  border-radius: 0px 0px 4px 4px !important; }

.nav--menu-dropdown-list .menu--last-child {
    border-top: 1px solid #f5f5f5;
    border-radius: 4px;
}

a.menu--last-child-link {
    border-radius: 0px 0px 4px 4px !important;
}

.nav--menu-dropdown-link {
    padding: 1.5em 31px;
}
.segmentation-header{
  cursor: pointer;
}
.active_segmentation_menu{
  background: #FFFFFF;
  border-radius: 6px;
  margin-top: 15%;
  width: 105%;
  margin-left: -1%;
  height: 8% !important;
}
.header--icon{
  display: flex;
}
.segmentation-align{
  margin-left: 3%;
  margin-left: 3%;
  padding: 1.5em 40px;
}
.disable_segmentation_menu{
  background: none;
  border-radius: 6px;
  margin-top: 15%;
  width: 105%;
  margin-left: -1%;
  height: 8% !important;
}
.logistics-tab{
  margin-right: 20%;
}
.segmentation-tab{
  color: #fff !important;
}

.external-header__img{
    cursor: pointer;
    width: 60%;
    padding-left: 40%;
}
@media (max-width: 500px) {
.external-header__img {
    width: 100%;
    padding-left: 30%;
}
.header--item__left {
    text-align: center;
}
.logo {
    margin: auto;
    padding: 0px;
}
}
















































.log-item[data-v-a3b6ad86] {
  text-align: center;
  border: 0px solid #ccc;
  margin: 5px;
}
.sign-inner[data-v-a3b6ad86] {
  max-width: 22rem;
  border: 1px solid #d8dfe6;
  border-radius: 4px;
  margin: 2rem auto;
  padding: 2rem;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
}
.sign-top[data-v-a3b6ad86] {
  font-size: 1.3rem;
  line-height: 1.7em;
  font-weight: 500;
  text-align: center;
  color: #666;
}
.sign-in-button[data-v-a3b6ad86] {
  width: 90%;
  margin: 1em;
  background-color: #30487b;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: initial;
  letter-spacing: 1.1px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.sign-text[data-v-a3b6ad86] {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: large;
  margin-bottom: 10px;
  text-align: center;
  color: #666;
}
.sign-holder[data-v-a3b6ad86] {
  margin: 1em;
  display: block;
}
.sign-holder input[data-v-a3b6ad86]:not([type='checkbox']) {
  width: 100%;
}
.sign-holder .sign-holder__input[data-v-a3b6ad86] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 30px;
}
.sign-smaller[data-v-a3b6ad86] {
  font-size: 14px;
  color: #999999;
}
.sign-forgot-pass[data-v-a3b6ad86],
.sign-in-sign-up[data-v-a3b6ad86] {
  text-align: center;
}
.sign-buttom__img[data-v-a3b6ad86] {
  vertical-align: middle;
  width: 14px;
  padding-bottom: 3px;
  margin-right: 10px;
}
.sign-holder__link[data-v-a3b6ad86] {
  color: #1782c5;
  text-decoration: none;
}
.dimen[data-v-a3b6ad86] {
  width: 83%;
}
.sign-holder__pointer[data-v-a3b6ad86] {
  cursor: pointer;
}
.sign-form[data-v-a3b6ad86] {
  height: 42px !important;
  width: 110% !important;
}
.sign-in-error[data-v-a3b6ad86] {
  color: #e08445;
  font-family: 'Rubik', sans-serif;
}
.sign-btn-color[data-v-a3b6ad86] {
  border-width: 0px !important;
}
.sign-up-content
{
  display: flex;
  flex-direction: row !important;
}
.column
{
  display: flex;
  flex-direction: column;
}
.col-help
{
  flex: 1;
}
.col-form
{
  flex: 2;
  padding-right: 40px;
}
.sign-up-card{
  -webkit-box-flex: 2;
  flex: 1;
  padding-right: 11%;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  border-right: 1px solid #d8dfe6;
}
.sign-up-logo {
  width: 83%;
  display: block;
  margin: auto;
}
.sign-up-help-card{
  -webkit-box-flex: 1;
  flex: 2;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  padding-right: 9%;
}
.sign-up-main{
  /* border: 1px solid #d8dfe6; */
  border-radius: 4px;
  margin: 1rem auto;
  padding: 2rem;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  width: 90% !important;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 1%;
}
.sign-up-text-inner{
 padding-left: 8%;
 width: 88%;
 font-style: normal;
 font-weight: normal;
 font-size: 14px;
 line-height: 20px;
 color: #979797;
 white-space: initial;
 font-weight: 300;
 margin-top: 3%;
}
.radio-options{
  width: 100%;
  margin-left: 0px !important;
  font-size: 40px;
  color: #000000;
  font-style: normal;
  margin-bottom: 5%;
  border: 1px solid #d8dfe6;
  border-radius: 0px;
  margin: 1rem auto;
  padding: 2rem;
  padding: 1rem;
  width: 102%;
  border-radius: 6px;
  padding-top: 1%;
}
.sign-up--extra{
  font-size: 19px;
  color: #000000;
  font-weight: 400;
}
.sign-up--label{
 font-weight: 500;
 font-size: 23px;
 line-height: 31px;
 color: #000000;
}
.business-benefits--header{
 margin-top: 8%;
 margin-bottom: 10%;
 font-weight: 500;
 font-size: 18px;
 line-height: 31px;
 color: #000000;
 margin-bottom: 0%;
}
.business-benefits--description{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #000000;
  font-weight: 300;
}
.sign-up-back {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: .3s;
    line-height: 50px !important;
    cursor: pointer;
    border: 1px solid #555;
    text-align: center;
    font-size: 23px;
    position: static;
}
.el-radio__input{
  border: none !important;
}
.is-checked{
  border: 2px solid #1B7FC3;
  background-color: #F8FAFF;
  border-radius: 6px;
}
.descript_active{
  color: #1B7FC3;
}
.vendor-types {
  height: 43px;
  min-width: 63px;
  padding: 20%;
  cursor: pointer;
}
.vendors-outerline{
  display: flex;
  justify-content: space-between;
  width: 67% ;
  margin-left: 2%;
  margin-top: 2%;
}
.vendor-cards{
  border: 1.0945px solid #D8D8D8;
  box-sizing: border-box;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  width: 41% !important;
  margin-right: 10% !important;
}
.vendor_active{
  background: #EDF8FF;
  border: 2px solid #1B7FC3;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  animation: flip-scale-down-diag-2 0.5s linear ;
}
@keyframes flip-scale-down-diag-2 {
  0% {
    transform: scale(1) rotate3d(-1, 1, 0, 0deg);
  }
  50% {
    transform: scale(0.4) rotate3d(-1, 1, 0, -90deg);
  }
  100% {
    transform: scale(1) rotate3d(-1, 1, 0, -180deg);
  }
}
.sign-up-terms{
  margin-bottom: 2%;
  font-size: 13px;
  font-weight: 200;
  display: flex;
  flex-direction: row;
  margin-top: 8%;
}
.info{
  font-size: 12px;
  margin-bottom: 6%;
}
.sign-up-data-error {
  margin-right: 3%;
  font-size: 13px;
  font-family: "Rubik", sans-serif;
  color: #e08445;
  text-align: left;
}
.active_tab{
  -webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
.sign-up-main--inner{
  padding-top: 0%;
}
.cards--align{
  margin-top: 2%;
}
.extra-text{
  font-weight: 600;
  font-size: 17px !important;
  text-align: center;
}
.benefits-text{
  padding-left: 5%;
}
.align-benefits{
  align-items:center;
}
.sign-up-btn-outer{
  margin-top: 9%;
  margin-left: 0;
}
.sign-up-order-type {
  margin-top: 15px;
  margin-bottom: 15px;
}
.unit-submit{
  width: 112% !important;
}
.sign-up--info{
 text-align: center !important;
 color: #827E7E;
 margin-top: 8%;
}
.signup-holder__link{
  color: #1B7FC3;
}
.account-details--wrapper{
  width: 100% !important;
}
.account-type--selector {
  display: flex;
}
.verify-code-btn{
  width: 100%;
}
.verify-code-holder{
  margin-top: 9%;
}
.input--label{
  margin-bottom: 2%;
  font-size: 12px;
  font-weight: 200;
  color: #000;
}
.radio--label {
  margin-right: 10px;
}
.verification-code-info{
  margin-bottom: 2%;
  font-size: 13px;
  font-weight: 200;
  margin-bottom: 8%;
}
.verify-acc-btn{
  width: 100%;
}
.verify-acc-holder{
  margin-top: 9%;
}
.primary-vehicle-details{
  margin-bottom: 2%;
  font-size: 14px;
  font-weight: 200;
  margin-top : 10%
}
.next-btn-holder{
  margin-top: 9%;
}
.next-btn{
  width: 100%;
}
.sign-up-terms{
  text-align:center;
}
.sign-up-container {
 width: 96%;
 margin: 0px auto;
 flex-direction: column;
 display: flex;
}
.sign-up-details-section{
 padding-left: 9%;
 border: 1px solid #d8dfe6;
 border-radius: 4px;
 margin: 4rem auto;
 padding: 3rem;
 font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
 width: 67% !important;
 padding-top: 1%;
 margin-top: 3%;
}
.el-radio.is-bordered{
 width: 47.5%;
}
.partners-brand-text{
 color: #1782C5;
}
.logo-display{
  height: 75px;
  margin: 0px 2.5% 0px 2.5%;
}
.logo-outer{
  width: 100%;
}
.verify-code-header{
 color: #000000;
 font-weight: 400;
 font-size: 13px;
}
.verification-code-recepient{
 color: #000000;
 font-weight: 400;
}
.el-checkbox__label,
.el-radio__label {
  font-size: 13px !important;
}

@media (max-width: 500px) {
  .el-radio.is-bordered {
    width: 45.5%;
    display: inline-block;
  }
  .sign-up-details-section {
    margin:20px auto;
    padding: 15px;
  }
  .sign-up--extra {
    text-align: center !important;
  }
  .sign-up-main {
    width: 80% !important;
    margin: 5% auto;
  }
  .sign-up-help-card {
    display: none;
  }
}
.cards--align > div > div > div:nth-child(3) > div:nth-child(1) > div > div[data-v-1fcb3018]{
  width: 182%;
}
body > div.el-select-dropdown.el-popper[data-v-1fcb3018]{
  width: 25%;
}
.button--signup-inactive[data-v-1fcb3018] {
  cursor: not-allowed !important;
  background: rgba(0,0,0,0.50) !important;
  transition: background-color 0.3s !important;
  color: #fff !important;
  color: #ecf0f1;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 4px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  pointer-events: none;
}
.sign-up-content
{
  display: flex;
  flex-direction: row !important;
}
.column
{
  display: flex;
  flex-direction: column;
}
.col-help
{
  flex: 1;
}
.col-form
{
  flex: 2;
  padding-right: 40px;
}
.sign-up-card{
  -webkit-box-flex: 2;
  flex: 1;
  padding-right: 11%;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  border-right: 1px solid #d8dfe6;
}
.sign-up-logo {
  width: 83%;
  display: block;
  margin: auto;
}
.sign-up-help-card{
  -webkit-box-flex: 1;
  flex: 2;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  padding-right: 9%;
}
.sign-up-main{
  /* border: 1px solid #d8dfe6; */
  border-radius: 4px;
  margin: 1rem auto;
  padding: 2rem;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  width: 90% !important;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 1%;
}
.sign-up-text-inner{
 padding-left: 8%;
 width: 88%;
 font-style: normal;
 font-weight: normal;
 font-size: 14px;
 line-height: 20px;
 color: #979797;
 white-space: initial;
 font-weight: 300;
 margin-top: 3%;
}
.radio-options{
  width: 100%;
  margin-left: 0px !important;
  font-size: 40px;
  color: #000000;
  font-style: normal;
  margin-bottom: 5%;
  border: 1px solid #d8dfe6;
  border-radius: 0px;
  margin: 1rem auto;
  padding: 2rem;
  padding: 1rem;
  width: 102%;
  border-radius: 6px;
  padding-top: 1%;
}
.sign-up--extra{
  font-size: 19px;
  color: #000000;
  font-weight: 400;
}
.sign-up--label{
 font-weight: 500;
 font-size: 23px;
 line-height: 31px;
 color: #000000;
}
.business-benefits--header{
 margin-top: 8%;
 margin-bottom: 10%;
 font-weight: 500;
 font-size: 18px;
 line-height: 31px;
 color: #000000;
 margin-bottom: 0%;
}
.business-benefits--description{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #000000;
  font-weight: 300;
}
.sign-up-back {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: .3s;
    line-height: 50px !important;
    cursor: pointer;
    border: 1px solid #555;
    text-align: center;
    font-size: 23px;
    position: static;
}
.el-radio__input{
  border: none !important;
}
.is-checked{
  border: 2px solid #1B7FC3;
  background-color: #F8FAFF;
  border-radius: 6px;
}
.descript_active{
  color: #1B7FC3;
}
.vendor-types {
  height: 43px;
  min-width: 63px;
  padding: 20%;
  cursor: pointer;
}
.vendors-outerline{
  display: flex;
  justify-content: space-between;
  width: 67% ;
  margin-left: 2%;
  margin-top: 2%;
}
.vendor-cards{
  border: 1.0945px solid #D8D8D8;
  box-sizing: border-box;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  width: 41% !important;
  margin-right: 10% !important;
}
.vendor_active{
  background: #EDF8FF;
  border: 2px solid #1B7FC3;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  animation: flip-scale-down-diag-2 0.5s linear ;
}
@keyframes flip-scale-down-diag-2 {
  0% {
    transform: scale(1) rotate3d(-1, 1, 0, 0deg);
  }
  50% {
    transform: scale(0.4) rotate3d(-1, 1, 0, -90deg);
  }
  100% {
    transform: scale(1) rotate3d(-1, 1, 0, -180deg);
  }
}
.sign-up-terms{
  margin-bottom: 2%;
  font-size: 13px;
  font-weight: 200;
  display: flex;
  flex-direction: row;
  margin-top: 8%;
}
.info{
  font-size: 12px;
  margin-bottom: 6%;
}
.sign-up-data-error {
  margin-right: 3%;
  font-size: 13px;
  font-family: "Rubik", sans-serif;
  color: #e08445;
  text-align: left;
}
.active_tab{
  -webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
.sign-up-main--inner{
  padding-top: 0%;
}
.cards--align{
  margin-top: 2%;
}
.extra-text{
  font-weight: 600;
  font-size: 17px !important;
  text-align: center;
}
.benefits-text{
  padding-left: 5%;
}
.align-benefits{
  align-items:center;
}
.sign-up-btn-outer{
  margin-top: 9%;
  margin-left: 0;
}
.sign-up-order-type {
  margin-top: 15px;
  margin-bottom: 15px;
}
.unit-submit{
  width: 112% !important;
}
.sign-up--info{
 text-align: center !important;
 color: #827E7E;
 margin-top: 8%;
}
.signup-holder__link{
  color: #1B7FC3;
}
.account-details--wrapper{
  width: 100% !important;
}
.account-type--selector {
  display: flex;
}
.verify-code-btn{
  width: 100%;
}
.verify-code-holder{
  margin-top: 9%;
}
.input--label{
  margin-bottom: 2%;
  font-size: 12px;
  font-weight: 200;
  color: #000;
}
.radio--label {
  margin-right: 10px;
}
.verification-code-info{
  margin-bottom: 2%;
  font-size: 13px;
  font-weight: 200;
  margin-bottom: 8%;
}
.verify-acc-btn{
  width: 100%;
}
.verify-acc-holder{
  margin-top: 9%;
}
.primary-vehicle-details{
  margin-bottom: 2%;
  font-size: 14px;
  font-weight: 200;
  margin-top : 10%
}
.next-btn-holder{
  margin-top: 9%;
}
.next-btn{
  width: 100%;
}
.sign-up-terms{
  text-align:center;
}
.sign-up-container {
 width: 96%;
 margin: 0px auto;
 flex-direction: column;
 display: flex;
}
.sign-up-details-section{
 padding-left: 9%;
 border: 1px solid #d8dfe6;
 border-radius: 4px;
 margin: 4rem auto;
 padding: 3rem;
 font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
 width: 67% !important;
 padding-top: 1%;
 margin-top: 3%;
}
.el-radio.is-bordered{
 width: 47.5%;
}
.partners-brand-text{
 color: #1782C5;
}
.logo-display{
  height: 75px;
  margin: 0px 2.5% 0px 2.5%;
}
.logo-outer{
  width: 100%;
}
.verify-code-header{
 color: #000000;
 font-weight: 400;
 font-size: 13px;
}
.verification-code-recepient{
 color: #000000;
 font-weight: 400;
}
.el-checkbox__label,
.el-radio__label {
  font-size: 13px !important;
}

@media (max-width: 500px) {
  .el-radio.is-bordered {
    width: 45.5%;
    display: inline-block;
  }
  .sign-up-details-section {
    margin:20px auto;
    padding: 15px;
  }
  .sign-up--extra {
    text-align: center !important;
  }
  .sign-up-main {
    width: 80% !important;
    margin: 5% auto;
  }
  .sign-up-help-card {
    display: none;
  }
}

.log-item[data-v-802b96dc]{
text-align: center;
border: 0px solid #ccc;
margin: 5px;
}
.sign-inner[data-v-802b96dc]{
max-width: 22rem;
border: 1px solid #D8DFE6;
border-radius: 4px;
margin: 2rem auto;
padding: 2rem;
font-family: "Helvetica Nueu", "Helvetica", "Arial", "sans-serif";
}
.sign-top[data-v-802b96dc]{
font-size: 1.3rem;
line-height: 1.7em;
font-weight: 500;
text-align: center;
color: #666;
}
.sign-holder[data-v-802b96dc]{
margin: 1em;
display: block;
}
.sign-holder input[data-v-802b96dc]:not([type="checkbox"]) {
 width: 100%;
}
.sign-holder .sign-holder__input[data-v-802b96dc] {
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 height: 30px;
}
.sign-holder input[type="submit"][data-v-802b96dc] {
 background-color: #1782c5;
 color: #fff;
 letter-spacing: 1.1px;
 font-weight: inherit;
 padding: 6px;
 height: 42px;
 border: 1px solid #1782c5;
 text-transform: uppercase;
 font-size: medium;
}
.dimen[data-v-802b96dc]{
width: 83%;
}
.sign-holder__link[data-v-802b96dc]{
color: #1782c5;
text-decoration:none;
}
.forgot-form[data-v-802b96dc]{
  height:42px!important;
  width: 110%!important;
}
.forgot-paswword-moreinfo[data-v-802b96dc]{
    font-family: "Rubik", sans-serif;
    font-size: 14px;
}
.reset-pass-link[data-v-802b96dc]{
  cursor: pointer;
  color: #1782c5;
  text-decoration: none;
}
.reset-link-details[data-v-802b96dc]{
  margin: 1em;
  display: block;
  text-align: center;
  font-size: 13px;
  color: #e08445;
  font-family: "Rubik", sans-serif;
}
.forgot-btn-color[data-v-802b96dc]{
  border-width: 0px !important;
}

.log-item {
  text-align: center;
  border: 0px solid #ccc;
  margin: 5px;
}
.form__longyy {
  max-width: 300px !important;
  margin-top: 5px !important;
  margin-bottom: 15px !important;
  margin-left: 0px;
  width: 300px;
  height: 30px;
  font-size: 13px;
  margin-right: 27%;
}
.form__input {
  padding: 5px;
  display: block;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.btn {
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}
.btn-primary {
  color: #fff;
  background-color: #1782c5;
  border-color: #357ebd;
  margin-right: 27%;
}
.form__input:focus {
  border-color: #1782c5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.reset-form {
  margin-left: 23%;
}
.reset-pass-new-pass{
  width:100%;
  border:0px;
  cellspacing :0px;
  cellpadding :0px;
}
.reset-pass-inner-text{
  color:#F90;
  height:20px;
}
.reset-pass-text{
  font-size:17px;
}
.reset-pass-cntxt{
  margin:0px auto;
}
.reset-pass-input{
  font-size:14px;
  width:310px;
  margin-top:10px;
}

.sign-up-verification {
  text-align: center;
  border: 0px solid #ccc;
  margin: 5px;
}
.sign-up-verification-inner {
  max-width: 27rem;
  border: 1px solid #d8dfe6;
  border-radius: 4px;
  margin: 2rem auto;
  padding: 2rem;
  font-family: "Rubik", sans-serif;
  margin-top: 7%;
}
.sign-up-verification-top {
  font-size: 1.3rem;
  line-height: 2.7em;
  font-weight: 400;
  text-align: center;
  color: #666;
}
.sign-up-verification-text {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: medium;
  margin-bottom: 10px;
  text-align: center;
  color: #666;
}
.sign-up-verification-holder {
  margin: 1em;
  display: block;
}
.sign-up-verification-holder .sign-up-verification-holder__input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 30px;
}
.dimen-sign-up2 {
  width: 83%;
}
.btn-sign-up-check {
  width: 28%;
  border-width: 0px !important;
}
.style-sign-btn {
  color: black !important;
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

.user--bypass-loader,
.user--bypass-loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.user--bypass-loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid #2c82c5;
  border-right: 1.1em solid #f3f3f3;
  border-bottom: 1.1em solid #f3f3f3;
  border-left: 1.1em solid #f3f3f3;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

.success--bypass-title {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  line-height: 34px;
}
.success--bypass-image {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.success--bypass-image img {
  width: 100px;
  height: 100px;
}
.log-item {
    text-align: center;
    border: 0px solid #ccc;
    margin: 5px;
}

.sign-inner {
    max-width: 22rem;
    border-radius: 4px;
    margin: 2rem auto;
    padding: 2rem;
    font-family: "Helvetica Nueu", "Helvetica", "Arial", "sans-serif";
}

.sign-top {
    font-size: 1.3rem;
    line-height: 1.7em;
    font-weight: 500;
    text-align: center;
    color: #333;
}

.sign-in-button {
    width: 90%;
    margin: 1em;
    background-color: #30487b;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: initial;
    letter-spacing: 1.1px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.sign-text {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: large;
    margin-bottom: 10px;
    text-align: center;
    color: #666;
}

.sign-holder {
    margin: 1em;
    display: block;
}

.sign-holder input:not([type="checkbox"]) {
    width: 100%;
}

.sign-holder .sign-holder__input {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 30px;
}

.sign-smaller {
    font-size: 14px;
    color: #999999;
}

.sign-forgot-pass,
.sign-in-sign-up {
    text-align: center;
}

.sign-buttom__img {
    vertical-align: middle;
    width: 14px;
    padding-bottom: 3px;
    margin-right: 10px;
}

.sign-holder__link {
    color: #1782c5;
    text-decoration: none;
}

.dimen {
    width: 83%;
}

.sign-holder__pointer {
    cursor: pointer;
}

.sign-form {
    height: 42px !important;
    width: 110% !important;
}

.sign-in-error {
    color: #e08445;
    font-family: "Rubik", sans-serif;
}

.sign-btn-color {
    border-width: 0px !important;
}
.bypass-verify-button{
  padding: 19px 20px 20px;
  margin-top: 16px;
  text-align: right;
}
.bypass-verify{
  color: #ecf0f1;
    background-color: #1782c5;
    border-color: #1b7fc3;
    cursor: pointer;
    border-radius: 4px;
    height: 40px;
    transition: background-color 0.3s;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
}
.bypass-cancel{
  color: #ecf0f1;
    background-color: #1782c5;
    border-color: #1b7fc3;
    cursor: pointer;
    border-radius: 4px;
    height: 40px;
    transition: background-color 0.3s;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
}
.signup-validation-description{
  font-size: 15px;
}

.header{
    top: 0px;
    color: #fff;
    background-color: #1782C5;
    z-index: 999;
    outline: none;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); */
    width: 100%;
    margin: 0px auto;
    height: 68px;
    display: flex;
    font-size: 15px;
    line-height: 20px;
}
.header--item{
    display: flex;
    flex: 1;
}
.header--item__left, .header--item__right{
    display: flex;
}
.header--item__left{

}
.header--item__right{
    margin-right: 5em;
}
.logo{
    height: 50px;
    display: inline-flex;
    align-self: center;
    margin-left: 5em;
}

nav ul ul {
	display: none;
}

nav ul li:hover > ul {
	display: block;
}

nav ul {
	list-style: none;
    margin: unset;
}
nav ul:after {
	content: ""; clear: both; display: block;
}

nav ul li {
	float: left;
}
nav ul li:hover {
	background: #144e64;
}
nav ul li:hover ul{


  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
nav ul li:hover a {
	color: #fff;
}

nav ul li a {
    display: block;
    padding: 1.5em 40px;
    color: #fff; text-decoration: none;
}

nav ul ul {
	background: #fff;
    border-radius: 0px;
    padding: 0;
	position: absolute;
    z-index: 100;
}
nav ul ul li {
	float: none;
    position: relative;
}
nav ul ul li:last-child{
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
nav ul ul li a {
	padding: 6px 6px 6px 20px;
    cursor: pointer;
    color: #555 !important;
}
nav ul ul li a:hover {
	background: #1782c5;
    color: #fff !important;
}

nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
nav ul li .router-link-active{
    border-bottom: unset;
    cursor: auto;
    font-weight: 400;
    color: #144e64 !important;

}
.header__menuitem--active{
    font-weight: normal;
    color:#1782c5;
    cursor: auto;
}
.nav--menu-dropdown-wrap {
    float: right;
    width: 164px;
}

.nav--menu-dropdown-title {
    color:#fff !important;
    font-size: 16px !important;
}
.nav--menu-dropdown-title span {
    display: block;
    padding: 1.5em 40px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.nav--menu-dropdown-list {

    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.nav--menu-dropdown-list li a {
    color: #555 !important;
    cursor: pointer;
    font-family: 'Rubik', sans-serif  !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav--menu-dropdown-list .menu--last-child{
    border-top: 1px solid #f5f5f5;
}
.nav--menu-inactive {
    cursor: default;
}
.nav--menu-inactive:hover, .nav--menu-inactive:focus  {
    background: #1782c5 !important;
}
.el-dropdown-menu__item .router-link-active {
    border-bottom: none !important;
    color:#1782c5  !important;
}

.nav--menu-dropdown{
 width: 210px;
}

.nav--menu-dropdown-list {
    width: 210px;
    top: 68px;
    border-radius: 0px 0px 4px 4px !important;
    border-top: 0px !important;
}
.nav--menu-dropdown{
    height: 68px;
}

.menu--last-child-link{  border-radius: 0px 0px 4px 4px !important; }

.nav--menu-dropdown-list .menu--last-child {
    border-top: 1px solid #f5f5f5;
    border-radius: 4px;
}

a.menu--last-child-link {
    border-radius: 0px 0px 4px 4px !important;
}

.nav--menu-dropdown-link {
    padding: 1.5em 31px;
}
.segmentation-header{
  cursor: pointer;
}
.active_segmentation_menu{
  background: #FFFFFF;
  border-radius: 6px;
  margin-top: 15%;
  width: 105%;
  margin-left: -1%;
  height: 8% !important;
}
.header--icon{
  display: flex;
}
.segmentation-align{
  margin-left: 3%;
  margin-left: 3%;
  padding: 1.5em 40px;
}
.disable_segmentation_menu{
  background: none;
  border-radius: 6px;
  margin-top: 15%;
  width: 105%;
  margin-left: -1%;
  height: 8% !important;
}
.logistics-tab{
  margin-right: 20%;
}
.segmentation-tab{
  color: #fff !important;
}


.nps-footer[data-v-1d6f9e70] {
    position: fixed;
    bottom: 0;
    width: 100%;
   left: 0;
    background-color: #fff;
    color: #555;
    font-size: 13px;
    min-height: 90px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
    border-radius: 3px;
  text-align: center;
}
.nps-header[data-v-1d6f9e70] {
    width: 100%;
    margin-top: 25px;
    font-size: 15px;
}
.nps-info[data-v-1d6f9e70] {
    width: 100%;
    margin-bottom: 6px;
    margin-left: 5em;
}
.btn-holder[data-v-1d6f9e70] {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    margin-right: 13px;
    cursor: pointer;
    transition-duration: 0.4s;
    padding: 0;
}
.btn-holder[data-v-1d6f9e70]:hover {
  background-color: #F57F20;
  color: white;
  font-weight: 700;
  border: none;
}
.score-holder[data-v-1d6f9e70] {
    margin-left: 10px;
    margin-right: 20px;
}
.side-btn[data-v-1d6f9e70] {
    color: #474747;
    border: none;
    font-size: 12px;
}
.dismiss[data-v-1d6f9e70] {
    color: #041F38;
    border: none;
    font-size: 19px;
    margin-left: 15px;
    cursor: pointer;
}
.nps-header h3[data-v-1d6f9e70] {
    color: #064773;
    font-weight: 500;
}
.reason-box[data-v-1d6f9e70] {
    width: 34%;
    height: 52px;
}
.action-button[data-v-1d6f9e70] {
    position: absolute;
    width: 7%;
    margin-top: 6px;
    background: #f57f20;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    line-height: 30px;
    height: 36px;
    outline: 0;
    padding: 0 15px;
    border: 1px solid #dcdfe6;
}
.clearfix[data-v-1d6f9e70] {
     margin-right: 7em;
}
.reason-dismiss[data-v-1d6f9e70] {
    background: #ffffff;
    border: none;
    color: #041F38;
    border: none;
    font-size: 28px;
    margin-left: 15px;
    cursor: pointer;
    width: 1%;
}
button span[data-v-1d6f9e70] {
    display: block;
    padding: 0;
}
.form-group[data-v-1d6f9e70] {
    margin-bottom: .3em;
}
.disabled[data-v-1d6f9e70] {
    cursor: not-allowed;
    opacity: 0.6;
}

.title{
    font-size: 22px;
    padding-bottom: 0px;

    border-bottom: 1px solid #ebeef5;
    color: #999;
    margin-bottom: 30px;
}
.title__text{
    font-weight: 300;
}
.section{
    padding-top: 20px;
    margin-bottom: 22px;
    padding-bottom: 2px;
    border-bottom: 0px solid #ebeef5 !important;
}


.section__link{
  color: #555 !important;
  text-transform: capitalize !important;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  text-decoration: none;
}

.section__link:hover {
    color: #1782c5 !important;
}
.router-link-active{
  font-weight: normal !important;
  border-bottom: 3px solid #1782c5;
  color: #1782c5 !important;
  margin-bottom: -3px;
}

.options-section__link{
  color: #555 !important;
  text-transform: capitalize !important;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.section--filter-wrap {
  margin-bottom: 8px;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
  border: none;
  display: block;
  position: relative;
  width: 100%;
  float: left;
}

.section--filter-input-wrap {
    width: 70%;
    display: inline-block;
    float: left;
}
.section--filter-input {
    margin-right: 20px;
    width: 30% !important;
    float: left;
    background-color: #ebeef5 !important;
}
.section--filter-action-wrap {
    float:right;
    text-align: right;
    width: 30%;
    display: inline-block;
}
.section--filter-action{
    float: right;
    font-size: 13px;
    letter-spacing: 0.01em;
    margin-left: 30px;
}
.section--filter-action-inactive {
    float: right;
    font-size: 13px;
    letter-spacing: 0.01em;
    margin-left: 30px;
    cursor: not-allowed;
    background: rgba(44, 130, 197, .7);
}

.section--filter-action-inactive:hover ,
.section--filter-action-inactive:focus  {
    float: right;
    font-size: 13px;
    letter-spacing: 0.01em;
    margin-left: 30px;
    cursor: not-allowed;
    background: rgba(44, 130, 197, .7);
}
.order_cost_amount{
  text-align: right;
}
.currency-selectors{
    width: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border: 1px solid #BFD1E3;
    font-size: 12px;
    cursor: pointer;
}
.currencies-section {
    display: inline-flex;
}
.active-currency {
    color: white;
    background: #1B7FC3;
    border: 1px solid #1B7FC3 !important;
}
.section--pagination-wrap {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}


.btn-order-hstry{
  border-width:0px !important;
}
.el-dropdown{
  float: right;
}
.body > div.el-picker-panel.el-date-picker.el-popper{
background-color: #fff !important;
}
#order_hist{
  color: #ecf0f1 !important;
  background-color: #ffffff !important;
  font-size: 13px;
  width: 10.5% !important;
}
.body > div.el-select-dropdown.el-popper > div.el-scrollbar > div.el-select-dropdown__wrap.el-scrollbar__wrap.el-scrollbar__wrap--hidden-default > ul > li{
background-color: #fff !important;
color:dimgray !important;
}
.order_details_wrap {
    width: 50%;
    display: inline-block;
    border-right: 1px solid #b7b8ba;
    padding-right: 20px;
}
.order_details_map {
    width: 50%;
    display: inline-block;
    float: left;
}
.order_details_desc {
    display: inline-block;
    width: 50%;
    padding-left: 20px;
    font-size: 14px;
}
.order_details_desc_item {
    margin-top: 10px;
}
.order_details_desc_item--no-space {
    margin-top: unset;
}
.order_details_desc_image {
    width: 13px;
    height: auto;
    margin-top: 10px;
    margin-right: 5px;
}
.order_details_price {
    margin-top: 10px;
    font-size: 25px;
    margin-bottom:10px;
}

.rider_details_wrap {
    width: 50%;
    float: right;
    display: inline-block;
    padding-left: 20px;
}
.rider_details_image {
        display: inline-block;
    width: 150px;
    height: 150px;
    object-fit: contain;
    float: left;
}
.rider_details_image img {
    width: 100%;
    max-height: 165%;
}
.rider_details_items {
    width: 70%;
    display: inline-block;
    float: right;
    font-size: 15px;
    padding-left: 10px;
}
.rider_details_item {
    margin-top: 10px;
}
.rider_details_item .rating{
   font-size:20px;
}

.rating_checked {
    color: #1782c5;
}
.rating_unchecked {
    color: #555;
}
.rider_details_actions {
    display: block;
    float: left;
    margin-top: 10px;
}
.rider_details_action {
    display: inline-block
}
.rider_details_rating {
    margin-top: 5px !important;
    padding: 5px !important;
    background: #f4f4f4;
}
.rider_details_rating .el-rate {
    display: inline-block;
}
.el-rate__icon {
    font-size: 30px;
}
.order_details_desc_item--wrapper{
padding: 10px 0 10px 0;
}
.rider_details--view-delivery-docs-btn{
margin-top: 20px;
}
.recepient-padded
{
  padding: 5px 0px 0px 20px;
}

.order-details-wrapper {
  width: 50%;
  display: inline-block;
  border-right: 1px solid #f0f0f0;
  padding-right: 20px;
}
.rating-star {
  background: transparent !important;
  color: inherit;
}
.rate--action-btn {
  display: inline-block;
  margin-left: 30px;
}
.delivery_documents_info {
  width: 50%;
  min-height: 310px;
  margin: 3%;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
}
.delivery_documents_img {
  min-height: 310px;
  margin: 3%;
  border-radius: 4px;
}
.delivery_documents_sign {
  min-height: 310px;
  margin: 3%;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
}
.delivery-image-content {
  width: 60%;
}
.delivery_image_details {
  margin-top: 7%;
  margin-left: 7%;
}
.dispute-delivery-button {
  margin-top: 20px;
  margin-left: 15%;
  width: 100% !important;
}
.dispute_type_select {
  width: 100% !important;
  margin-bottom: 10px;
  height: 35px;
}
.dispute_description {
  padding: 12px;
  margin-right: -6px;
  width: 100% !important;
  height: 100px;
}
.dispute-delivery-submit {
  margin-top: 20px;
  width: 320px;
}
.delivery_image_dialog {
  width: 100%;
  height: 100%;
}
.dispute_delivery_dialog {
  width: 83%;
  height: 100%;
  margin-left: 10%;
}
.dispute_documents_body {
  width: 60%;
  margin-left: 19%;
}
.el-rate__icon {
    font-size: 20px !important;
}

.btn-statement{
  border-width:0px !important;
}
.btn-order-hstry{
  border-width:0px !important;
}
.el-dropdown{
  float: right;
}

.btn-payment {
  border-width: 0px !important;
}
.title{
    font-size: 22px;
    padding-bottom: 0px;

    border-bottom: 1px solid #ebeef5;
    color: #999;
    margin-bottom: 30px;
}
.title__text{
    font-weight: 300;
}
.section{
    padding-top: 20px;
    margin-bottom: 22px;
    padding-bottom: 2px;
    border-bottom: 0px solid #ebeef5 !important;
}


.section__link{
  color: #555 !important;
  text-transform: capitalize !important;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  text-decoration: none;
}

.section__link:hover {
    color: #1782c5 !important;
}
.router-link-active{
  font-weight: normal !important;
  border-bottom: 3px solid #1782c5;
  color: #1782c5 !important;
  margin-bottom: -3px;
}

.options-section__link{
  color: #555 !important;
  text-transform: capitalize !important;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.section--filter-wrap {
  margin-bottom: 8px;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
  border: none;
  display: block;
  position: relative;
  width: 100%;
  float: left;
}

.section--filter-input-wrap {
    width: 70%;
    display: inline-block;
    float: left;
}
.section--filter-input {
    margin-right: 20px;
    width: 30% !important;
    float: left;
    background-color: #ebeef5 !important;
}
.section--filter-action-wrap {
    float:right;
    text-align: right;
    width: 30%;
    display: inline-block;
}
.section--filter-action{
    float: right;
    font-size: 13px;
    letter-spacing: 0.01em;
    margin-left: 30px;
}
.section--filter-action-inactive {
    float: right;
    font-size: 13px;
    letter-spacing: 0.01em;
    margin-left: 30px;
    cursor: not-allowed;
    background: rgba(44, 130, 197, .7);
}

.section--filter-action-inactive:hover ,
.section--filter-action-inactive:focus  {
    float: right;
    font-size: 13px;
    letter-spacing: 0.01em;
    margin-left: 30px;
    cursor: not-allowed;
    background: rgba(44, 130, 197, .7);
}
.order_cost_amount{
  text-align: right;
}
.currency-selectors{
    width: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border: 1px solid #BFD1E3;
    font-size: 12px;
    cursor: pointer;
}
.currencies-section {
    display: inline-flex;
}
.active-currency {
    color: white;
    background: #1B7FC3;
    border: 1px solid #1B7FC3 !important;
}
.section--pagination-wrap {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}


.input[type=text]:not(.browser-default){
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
    font-size: 14px;
}
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons);
.btn_users[data-v-6d75859a] {
    border-width: 0px !important;
}
.btn-edit-user[data-v-6d75859a] {
    cursor: pointer;
}

.many-flex {
    width: 50%;
}
.inviteMany--text {
    font-size: 14px;
    color: #555;
    margin-top: 20px;
}
.many--row {
    width: 100% !important;
    display: inline !important;
}
.btn-cancel {
    background-color: transparent !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
    color: #333 !important;
    border: none !important;
    width: 200px!important;
}
.btn-submit {
    font-size: 14px !important;
    width: 200px!important;
}
.inviteMany--textarea {
    width: 100% !important;
    height: 120px!important;
    margin-top: 0rem !important;
}
.inviteMany--textareabox {
    width: 100% !important;
    height: 120px!important;
    font-family: 'Rubik', sans-serif !important;
    font-size: 14px !important;
    color: #555 !important;
    border: 1px solid #dcdfe6 !important;
    border-radius: 4px !important;
    margin-top: 1.3rem !important;
}
.inviteMany--textareabox:focus{
    border: 1px solid #1782c5 !important;
    -webkit-box-shadow: none !important;
    outline:none;
    box-shadow: none !important;
}
.textarea--row{
    margin-bottom: 50px !important;
}
.hiddendiv {
    visibility: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-top: 1.2rem;
    position: absolute;
    top: 0;
    z-index: -1;
}
.many-action-buttons {
    float: right !important;
}

.end--button-return
{
  text-align: center;
  margin-left: 35px;
  position: relative;
  line-height: 40px;
}
.end--back-link{
  line-height: 40px;
}
.end-header
{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.end-text
{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 5% 0px;
  color: #555;
}
.end-btn
{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.addUser--select {
    width: 100%;
}
.addUser--submit {
    margin-right: 6.5%;
}
.btn-submit {
    font-size: 14px;
}
a {
    color: #039be5;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
i.right {
    float: right;
    margin: 5px 0 5px 15px;
}
.add-user-submit {
    /*margin-top: 40px;*/
    padding: 20px;
    margin: 30px !important;
}
.error {
    justify-content: center;
}
.inp > .column-flex {
    align-items: flex-start;
    margin-right: 5px;
}
.alright {
    align-items: flex-end;
}
.or-div {
    align-items: center;
    justify-content: center;
    font-size: xx-large;
}
.alleft {
    justify-content: flex-end;
    align-items: flex-start;
}
.inv-link {
    padding-top: 5%;
}
.flex {
    display: flex;
}
.alleft > div {
    display: flex;
    align-items: center;
}
.alleft span {
    padding-left: 5px;
    padding-right: 5px;
}
.add-anchor {
    display: flex;
    align-items: center;
    /*margin-left: 1.7%;*/
}
.inviteMany--anchor {
    margin-left: 1.7% !important;
}
.addUser--link {
    margin-left: 1.7%;
}
.add-anchor:hover {
    text-decoration: none !important;
    border-bottom: 1.5px solid !important;
    margin-bottom: -2px !important;
}
.plus-icon {
    font-size: 20px !important;
    padding-right: 3px;
}
.select-wrapper {
    width: 100%;
}
.inv-justify {
    margin-top: -1.29rem !important;
}
.inv-inputs {
    margin-top: 30px;
}

.end-btn {
    justify-content: center;
    align-items: flex-end;
    padding-right: 0px !important;
    flex: .5 !important;
}
.cancel-btn {
    min-width: 124px;
}
.mid-btn {
    flex: .5 !important;
    justify-content: space-evenly;
    align-items: center;
}
.input-spaced {
    margin: 30px 0px 30px 0px;
}
.up-flex {
    margin: 0 auto;
    width: 70%;
}
.side-desc {
    font-size: initial;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    font-size: 14px !important;
    color: #9e9e9e !important;
}
.many--link{
    margin-top: -1rem !important;
}

.inviteUser--text {
    padding: 0 0 15px;
    color: #555;
    font-size: 14px;
}
.btn-submit {
    padding: 10px !important;
}
.inviteUser--button {
    margin-top: 48px;
    margin-left: 20px;
}
.show-txt {
    display: flex;
    flex-direction: column;
    flex: 3;
}
.show-out {
    display: flex;
    flex-direction: row;
    padding: 40px;
}
.show-in {
    font-size: 14px !important;
    padding: 0px 40px;
    text-align: left;
    color: #555 !important;
}
.show--input {
    margin-top: 17px !important;
}
.show-button-justify {
    padding-top: 10px !important;
    color: #555 !important;
}
.show-link-justify {
    color: #555 !important;
    text-align: right !important;
    padding-top: 10px !important;
}

.cancel-btn
{
  background-color: transparent;
  color: #333;
}
.cancel-btn:hover
{
  background-color: transparent;
}
.inv-container
{
  width: 1080px;
  margin: 0 auto;
}
.side-flex
{
  padding: 10px;
  display: flex;
}
.up-flex
{
  flex-direction: column;
}
.column-flex
{
  display: flex;
  flex-direction: column;
  flex: 1.5;
}
.space-right
{
  margin-right: 10%;
}
.pad-flex
{
  padding-left: 5%;
  padding-right: 5%;
}
.dropdown-content li>a, .dropdown-content li>span
{
  color: #1782c5;
  font-size: 14px;
}
.blue
{
  background-color: #1782c5 !important;
}
.select-wrapper input.select-dropdown
{
  font-size: 14px !important;
}

/* input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea
{
  font-size: 14px;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly])
{
  border-bottom: 1px solid #1782c5;
  -webkit-box-shadow: 0 1px 0 0 #1782c5;
  box-shadow: 0 1px 0 0 #1782c5;
} */

.admin-edit-item {
    text-align: center;
    border: 0 solid #ccc;
    margin: 5px;
}
.admin-edit-inner {
    max-width: 60rem;
    border-radius: 4px;
    padding: 2rem;
    font-family: 'Rubik', sans-serif;
    display: flex;
}
.admin-edit2-details {
    font-size: 1.3rem;
    line-height: 1.7em;
    font-weight: 400;
    text-align: center;
    color: #666;
    /* margin-right: 20%; */
    margin-top: 18% !important;
    margin-left: 100px;
    margin-right: 60px;
}
.edit-holder {
    margin: 1em;
    display: block;
}
.edit-dimen {
    width: 83%;
}
.edit-form {
    height: 42px !important;
    width: 160% !important;
}
.edit-select {
    height: 42px !important;
    width: 155% !important;
}
.edit-back {
  width: 50px;
      height: 50px;
      border-radius: 50%;
      transition: .3s;
      /* box-shadow: 0 0 6px rgba(0, 0, 0, .12); */
      line-height: 50px !important;
      cursor: pointer;
      border: 1px solid #555;
      text-align: center;
      font-size: 23px;
}
.edit-position {
    border-left: 2px solid rgb(23, 130, 197);
    padding-left: 80px;
}
.btn-edit-user{
  border-width:0px !important;
  margin-left: 15px !important;
}
.datatable
{
  width: 100%;
  border: 1px solid #ccd3d9;
  border-spacing: 0;
  border-radius: 4px;
}
.datatable td
{
  padding: 8px;
  line-height: 18px;
  border-bottom: 1px solid #ccd3d9;
  color: #595d62;
  font-size: 15px;
}
.datatable th {
  background: #eaedef;
  color: #64727a;
  font-weight: 500;
  border-bottom: 1px solid #ccd3d9;
  padding: 8px;
  text-align: left;
}
.datatable td + td, .datatable th + th {
    border-left: 1px solid #ccd3d9;
}
.datatable--title
{
  text-align: center;
}

.button {
    float: right;
}
.button__element {
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
    background-color: #1782C5;
    border-color: #357ebd;
    text-decoration: none;
}
.menu {
    display: flow-root;
}
.btn-dprts{
  border-width:0px !important;
}
.btn-dpt-edit{
  cursor: pointer;
}

.position--details {
    margin-top: 7% !important;
}
.add_dept--btn{
    margin-left: 15px !important;
}
.admin-edit-item {
    text-align: center;
    border: 0 solid #ccc;
    margin: 5px;
}
.admin-edit-inner {
    max-width: 60rem;
    border-radius: 4px;
    padding: 2rem;
    font-family: 'Rubik', sans-serif;
    display: flex;
}
.admin-edit2-details {
    font-size: 1.3rem;
    line-height: 1.7em;
    font-weight: 400;
    text-align: center;
    color: #666;
    /* margin-right: 20%; */
    /*margin-top: 18% !important;*/
    margin-left: 100px;
    margin-right: 60px;
}
.edit-holder {
    margin: 1em;
    display: block;
}
.edit-dimen {
    width: 83%;
}
.edit-form {
    height: 42px !important;
    width: 160% !important;
}
.edit-select {
    height: 42px !important;
    width: 155% !important;
}
.edit-back {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: .3s;
    /* box-shadow: 0 0 6px rgba(0, 0, 0, .12); */
    line-height: 50px !important;
    cursor: pointer;
    border: 1px solid #555;
    text-align: center;
    font-size: 23px;
}
.edit-position {
    border-left: 2px solid rgb(23, 130, 197);
    padding-left: 80px;
}
.btn-edit-user{
    border-width:0px !important;
    margin-left: 15px !important;
}
.inactive-btn{
  background: rgba(0,0,0,0.50);
  border: 1px solid rgba(0,0,0,0.50);
}
.add-dept-holder{
  display: block;
}

.position--details {
    margin-top: 7% !important;
}
.dept--id-storetemp {
    display: none !important;
}
.btn-edit-dept{
   border-width: 0px !important;
    margin-left: 15px !important;
}
.admin-edit-item {
    text-align: center;
    border: 0 solid #ccc;
    margin: 5px;
}
.admin-edit-inner {
    max-width: 60rem;
    border-radius: 4px;
    padding: 2rem;
    font-family: 'Rubik', sans-serif;
    display: flex;
}
.admin-edit2-details {
    font-size: 1.3rem;
    line-height: 1.7em;
    font-weight: 400;
    text-align: center;
    color: #666;
    /* margin-right: 20%; */
    margin-top: 7% !important;
    margin-left: 100px;
    margin-right: 60px;
}
.edit-holder {
    margin: 1em;
    display: block;
}
.edit-dimen {
    width: 83%;
}
.edit-form {
    height: 42px !important;
    width: 160% !important;
}
.edit-select {
    height: 42px !important;
    width: 155% !important;
}
.edit-back {
    width: 40px;
    border-radius: 20px;
    transition: .3s;
    box-shadow: 0 0 6px rgba(0, 0, 0, .12);
    line-height: 40px !important;
    cursor: pointer;
}
.edit-position {
    border-left: 2px solid rgb(23, 130, 197);
    padding-left: 80px;
}
.btn-edit-user{
    border-width:0px !important;
}

.preferences{
    display: flex;
    flex-wrap: wrap;
    flex-basis: auto;
    justify-content: space-between;
    margin-right: 60px;
}
.preferences__item{
    width: 30%;
    align-content: space-around;
    padding-bottom: 1rem;
}
.card{
    position: relative;
    margin: 20px 0 1rem 0;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px;
    /* box-shadow: 1px 1px 0 0 rgba(0,0,0,0.16), 1px 1px 0 0 rgba(0,0,0,0.12); */
    box-shadow: none;
    border-left: 1px solid rgba(94, 94, 99, 0.11);
    border-top: 1px solid rgba(94, 94, 99, 0.11);
    border-right: 1px solid rgba(94, 94, 99, 0.11);
    border-bottom: 1px solid rgba(94, 94, 99, 0.11);
    /* border: 1px solid #626263; */
    min-height: 206px;
}
.card__paragraph{
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    color: #606266;
    font-weight: 300;
}
.image{
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.card__image{
    position: relative;
    font-size: 20px;
    height: 60px;
}
.card__image--title{
    font-size: 18px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #606266 !important;
    text-transform: capitalize !important;
    text-align: center;
    text-decoration: none;
    font-family: 'Rubik', sans-serif;
}
.card__content{
    padding: 20px;
    border-radius: 0 0 2px 2px;
    /* max-height: 83px; */
    max-height: 45px;
    color: #9e9e9e;
}
.card__action{
    border-top: 1px solid rgba(160,160,160,0.2);
    padding: 20px;
    border-style: none;
    text-align: center;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #1782c5;
}
input:focus + .slider {
  box-shadow: 0 0 1px #1782c5;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

.api--help-content {
  font-size: 14px;
  margin-top: 20px;
}
.api--help-content a {
  color: #2c82c5 !important;
}
.btn-api {
  border-width: 0px;
}
.fetchedDataLayout{
  width: 100%;
  margin-bottom: 2%;
}
.datatable
{
  width: 100%;
  border: 1px solid #ccd3d9;
  border-spacing: 0;
  border-radius: 4px;
}
.datatable td
{
  padding: 8px;
  line-height: 18px;
  border-bottom: 1px solid #ccd3d9;
  color: #595d62;
  font-size: 15px;
}
.datatable th {
  background: #eaedef;
  color: #64727a;
  font-weight: 500;
  border-bottom: 1px solid #ccd3d9;
  padding: 8px;
  text-align: left;
}
.datatable td + td, .datatable th + th {
    border-left: 1px solid #ccd3d9;
}
.datatable--title
{
  text-align: center;
}

.company-edit2-details {
  font-size: 1.3rem;
  line-height: 1.7em;
  font-weight: 400;
  text-align: center;
  color: #666;
  margin-top: 18% !important;
  margin-left: 100px;
  margin-right: 60px;
}
.edit-cop-info-position {
  border-left: 2px solid rgb(23, 130, 197);
  padding-left: 80px;
}
.cop-edit-holder {
  margin: 1em;
  display: block;
  width: 83%;
}
.cop-input-descript{
  margin: 0 0 .25rem;
  display: block;
  font-size: 15px;
  line-height: 1.5rem;
  font-weight: 400!important;
  margin-bottom: .5rem!important;
  width:140%;
}
.cop-edit-form {
  height: 42px !important;
  width: 140% !important;
}
.btn-edit-cop-info{
  border-width:0px !important;
  margin-left: 15px !important;
}
.cop-edit-inner {
  max-width: 60rem;
  border-radius: 4px;
  padding: 2rem;
  font-family: 'Rubik', sans-serif;
  display: flex;
}
.edit-cop-info-position > div:nth-child(4) > div > div > ul {
 z-index: 9;
 width: 326px;
 margin-top: 8px;
 margin-left: -15px;
}
.title{
    font-size: 22px;
    padding-bottom: 0px;

    border-bottom: 1px solid #ebeef5;
    color: #999;
    margin-bottom: 30px;
}
.title__text{
    font-weight: 300;
}
.section{
    padding-top: 20px;
    margin-bottom: 22px;
    padding-bottom: 2px;
    border-bottom: 0px solid #ebeef5 !important;
}


.section__link{
  color: #555 !important;
  text-transform: capitalize !important;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  text-decoration: none;
}

.section__link:hover {
    color: #1782c5 !important;
}
.router-link-active{
  font-weight: normal !important;
  border-bottom: 3px solid #1782c5;
  color: #1782c5 !important;
  margin-bottom: -3px;
}

.options-section__link{
  color: #555 !important;
  text-transform: capitalize !important;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.body--grey[data-v-57a1cd37]
{
  background-color: #F9FBFC;
}
.module-container[data-v-57a1cd37]
{
  width: 90%;
  margin: 0px auto;
  padding-top: 60px;
}
/* (ignored) *//* (ignored) *//* (ignored) *//* (ignored) */
.iframe{
  min-height: 142vh;
}
.dashboard{
    height: auto;
}
.body--grey{
  background-color: #FFFFFF !important;
}

.paytitle {
  display: flex;
  flex: 2;
  align-items: center;
  font-size: 16px;
  height: 40px;
  font-weight: 500;
  font-size: 24px;
}
.payinfo {
  display: flex;
  justify-content: flex-start;
  flex: 1;
  color: rgb(85, 85, 85);
  font-size: 14px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  width: 80%;
  margin: auto;
  height: 70px;
  margin-top: 10px;
}
.payinfo--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.payinfo--icon img {
  width: 25px;
}
.payinfo--balance {
  display: block;
}
.payinfo--balance-el {
  padding: 0px 5px;
}
.payinfo-currencies {
  position: absolute;
  bottom: 90px;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ebeef5;
}
.payinfo-container {
  height: 80px;
  width: 100%;
}
.currency-tabs {
  width: 60px;
  text-align: center;
  border: 1px solid #ebeef5;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: -1px;
  cursor: pointer;
}
.active-currency {
  color: white;
  background: #1B7FC3;
  border: 1px solid #1B7FC3 !important;
}
.payinfo-icon-container {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: #E8F3FC;
  margin: 10px 20px 10px 20px;
  color: #527CBD;
  font-size: 20px;
}
.account-balance-info-title {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #909399;
  font-size: 10px;
  margin: 15px 0px 0px 0px;
}
.account-balance-info-body {
  letter-spacing: 0.02em;
  color: #527CBD;
  font-weight: 500;
  font-size: 16px;
  margin: 7px 0px 0px 0px;
}











.menu-links{
  margin-bottom: -0.2rem !important;
}
a:hover {
 cursor: pointer;
}

.paymentbody {
  margin-top: 50px;
  position: relative;
}
.paymentbody--input-wrap
{
  display: flex;
  min-height: 4rem;
  margin: .5em;
}
.paymentbody--input {
  margin-top: 20px;
}
.paymentbody--input-spaced
{
  justify-content: space-between;
}
.paymentbody--input-button
{
  margin-top: 20px;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 1.1px;
  width: 100%;
  height: 45px;
}
.payment-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #ffffffb5;
  z-index: 200;
}
.container-small {
  width: 435px;
  margin: 5% auto;
}
.payment--header {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.paymethod {
  margin: 40px 0px 20px 0px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #ebeef5;
  margin-bottom: 20px;
  padding-bottom: 1px;
}
.paymethod--link {
  color: #555;
  text-transform: capitalize;
  font-size: 16px !important;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  flex: 1;
}
.paymethod--link:hover,
.paymethod--link:focus {
  color: #1782c5 !important;
}
.paymethod--link.router-link-active {
  color: #1782c5;
  font-weight: normal;
  border-bottom: 3px solid #1782c5;
}

.payment--loading-title {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  line-height: 34px;
}
.payment--loading-content {
  height: 200px;
  background: #3b8a87;
}
.paymemt--mpesa-loader-actions {
  margin-left: 25px;
  margin-right: 25px;
}
.payment--mpesa-image {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.payment--mpesa-image img {
  width: 100px;
  height: 100px;
}

.payment--mpesa-loader,
.payment--mpesa-loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.payment--mpesa-loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid #2c82c5;
  border-right: 1.1em solid #f3f3f3;
  border-bottom: 1.1em solid #f3f3f3;
  border-left: 1.1em solid #f3f3f3;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.payment--cvv-info-wrap {
  position: absolute;
  width: 20vw;
  left: 10vw;
  top: 0;
}
.paymentbody--input-small {
  min-height: 2rem;
}
.paymentbody .input-control-small {
  width: 30%;
  position: relative;
}
.paymentbody .input-control-big {
  width: 60%;
}
.paymentbody--input-checkbox {
  margin-right: 10px;
}

.savecard--desc-wrap {
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: -35px;
}
.savecard--desc-title {
  margin-left: 10px;
  font-size: 14px;
  margin-top: 5px;
  height: auto;
  line-height: 15px;
}
.sendy_payments_form_cvv_title {
  font-size: 14px;
}
.sendy_payments_form_cvv_description {
  font-size: 14px;
  margin-top: 20px;
}
.sendy_payments_form_cvv_body img {
  width: 200px;
}
.tracking-back-button{

    top: 25%;
    position: absolute;
    left: 20%;
    display: flex;

}


    .edit-back {
      width: 50px;
          height: 50px;
          border-radius: 50%;
          transition: .3s;
          /* box-shadow: 0 0 6px rgba(0, 0, 0, .12); */
          line-height: 50px !important;
          cursor: pointer;
          border: 1px solid #555;
          text-align: center;
          font-size: 23px;
    }














































































































































































































































































































































































































































































































.card--new-card {
  margin-top: 20px;
  width: 100%;
  padding: 16px 15px !important;
  height: 50px !important;
}
.card--saved-card {
  margin-top: 20px;
  width: 100%;
  padding: 16px 15px !important;
  height: 50px !important;
}
.card--saved-card-width {
  width: 100%;
}
.payments-orange {
  color: #f57f20;
}
.card--saved-expiry {
  margin-left: 43px;
}
.card--input {
  height: 50px !important;
  width: -webkit-fill-available;
  margin-top: 20px;
}
.card--delete {
  float: right;
}
.paymentbody--input-wrap-saved-cards{
  min-height: 4rem;
  margin: .5em;
}
.card-payment-disabled-notification {
  padding: 35px;
  border-radius: 5px;
  background-color: #E8F3FC;
  color: #0F4176;
  font-size: 14px;
}
.fake-input iframe {
  height: 40px;
  width: -webkit-fill-available;
  border-radius: 4px;
  padding-left: 20px;
  color: #606266;
  margin-top: 20px;
  border: 1px solid #909399;
}
#cc-save-card {
  height: 40px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.fake-checkbox iframe {
  height: 14px;
  width: 14px;
  margin-right: 10px;
  margin-bottom: -3px;
}
.fake-checkbox-label {
  font-size: 14px;
}
.paymentbody--form form {
  padding-left: 10px;
  padding-right: 10px;
}
.cvv-expire-fields {
  display: flex;
}
#cc-expiration-date {
  width: 60%;
}
#cc-cvc {
  width: 30%;
  padding-left: 10%;
}
.amount-input {
  display: flex;
  align-items: center;
}
.amount-input .fake-input {
  width: 90%;
}
.amount-input .fake-input iframe {
  border-radius: 0px 5px 5px 0px !important;
}
.prepend-currency {
  font-size: 13px;
  width: 13%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin-bottom: -16px;
  background: #EBEEF5;
  border: 1px solid #909399;
  border-radius: 5px 0px 0px 5px;
}
.card-payment-saved-cards-title {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  margin: 0px 0px 10px 0px;
  color: #527CBD;
}
.card-payment-saved-cards-label {
  color: #909399;
  letter-spacing: 0.03em;
  font-size: 14px;
}
.card-payment-saved-cards-icon {
  color: #EA7125;
  margin-right: 20px;
}
.card-payment-saved-card-radio {
  margin: 0px 10px 0px 10px;
}
.card-payment-remove-cards-icon {
  margin-left: auto;
  color: red;
  margin-right: 10px;
}
.card-payment-saved-cards-row {
  height: 35px;
  display: flex;
  align-items: center;
  color: #606266;
  letter-spacing: 0.03em;
  font-size: 14px;
  cursor: pointer;
}
.card-payment-add-card-holder {
  margin: 10px 0px 5px 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.card-payment-add-card {
  align-items: flex-end;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 14px;
  color: #527CBD;
  margin-left: 8px;
}
.card-payment-add-card-icon {
  color: #527CBD;
}
.saved-card-amount {
  display: flex;
  margin: 25px 0px 10px 0px;
}
.saved-card-amount-input {
  height: 38px;
  width: -webkit-fill-available;
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #527CBD;
  padding-left: 20px;
}
.saved-cards-container {
  width: 95%;
  margin: auto;
}
.saved-card-prepend {
  border: 1px solid #527CBD !important;
}
.card-payment-back-option {
  margin-left: 10px;
  color: #517cbd;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.card-payment-back-arrow {
  cursor: pointer;
}
.card-payment-amount-input {
  height: 38px;
  width: -webkit-fill-available;
  padding-left: 20px;
  color: #606266;
  border: 1px solid #909399;
  border-radius: 0px 5px 5px 0px;
}
.card-payment-flex {
  display: flex;
}
.inactive-payment-button {
  pointer-events: none;
}
.loader-height-override {
  height: 50px !important;
}
.saved-cards-delete-dialogue {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffffa8;
  display: flex;
  justify-content: center;
}
.saved-cards-delete-dialogue-container {
  width: 75%;
  background: #e8f3fc;
  height: 100px;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10%;
  color: #527CBD;
  text-align: center;
  font-size: 14px;
}
.delete-saved-card-dialogue-buttons {
  padding: 5px 10px 5px 10px;
  margin: 5px;
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
}























































































































































































































































































































































































































.outer_info_content {
  width: 275px;
}
.outer_info_content_trackers {
  max-width: 265px;
  min-height: 80px;
}
.outer_inner_content{
  display: inline-block;
  width: 70px;
  object-fit: contain;
  float: left;
}
.outer_inner_content_trackers{
  display: inline-block;
  width: 40px;
  object-fit: contain;
  float: left;
}
.info_window_img{
  height: 45px;
  padding-top: 10px;
}
.info_window_descript_inner{
  width: 70%;
  display: inline-block;
  float: left;
  padding-left: 10px;
  padding-top: 5%;
  padding-bottom: 5px;
}
.info_window_descript{
  width: 100%;
  display: inline-block;
  float: left;
  padding-left: 10px;
  padding-top: 10px;
}
.info_window_trackers_extra{
  font-size:9px;
  padding-top:5px;
}


.ongoing--outer
{
  position: absolute;
  margin-top: 10px;
  right: 10px;
  min-width: 25%;
  max-height: 55%;
  overflow-x: hidden;
  margin-right : 19px;
}
.ongoing--count
{
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  color: #1782c5;
  padding: 9px 18px 9px 60px;
  font-size: 13px;
  cursor: pointer;
  border: 0px solid #1782c5;
  border-radius: 2px;
  box-shadow: 0 3px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0,0.02);
}
.ongoing--card
{
    font-size: 13px;
    margin-top: 15px;
    border: 0px solid #1782C5;
    cursor: pointer;
    transition: all .5s ease-in-out;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0,0.02);
    border-radius: 2px !important;
    max-width: 100%;
}
.ongoing--card:hover,.ongoing--card.active
{
  border-color: #f57f20;
}
.ongoing--card-location
{
    padding: 25px 25px 11px 25px;
    background-color: #fff;
    border-radius: 3px 3px 0px 0px;
    font-size: 13px;
    line-height: 17px;
}
.ongoing--card-status
{
  display: flex;
justify-content: space-between;
padding: 14px;
background-color: #1782c5;
color: #fff;
transition: all .5s ease-in-out;
border-radius: 0px 0px 3px 3px;
}
.ongoing--card:hover .ongoing--card-status, .ongoing--card.active .ongoing--card-status
{
  background-color: #f57f20;
}
.ongoing--card-padded
{
  padding-bottom: 5px;
}
.rotate-transform
{
  transition: all 1s ease-in-out;
}
.rotate
{
  transform: rotate(180deg);
}
.ongoing--column{
  width: 105%;
}

.ongoing--outer
{
  position: absolute;
  margin-top: 10px;
  right: 10px;
  min-width: 345px;
  max-height: 55%;
  overflow-x: hidden;
}
.ongoing--count
{
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  color: #1782c5;
  padding: 9px 18px 9px 60px;
  font-size: 13px;
  cursor: pointer;
  border: 0px solid #1782c5;
  border-radius: 2px;
  box-shadow: 0 3px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0,0.02);
  max-width: 72%;
}
.ongoing--card
{
    font-size: 13px;
    margin-top: 15px;
    border: 0px solid #1782C5;
    cursor: pointer;
    transition: all .5s ease-in-out;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0,0.02);
    border-radius: 2px !important;
    max-width: 90%;
}
.ongoing--card:hover,.ongoing--card.active
{
  border-color: #f57f20;
}
.ongoing--card-location
{
  padding: 25px 25px 11px 25px;
  background-color: #fff;
  border-radius: 3px 3px 0px 0px;
  font-size: 13px;
  line-height: 17px;
}
.ongoing--card-parent-order-details {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ongoing--parent-locations-header {
  font-size: 11px;
  color: #757575;
}
.ongoing--parent-locations-body {
}
.card-status-override {
  display: flex;
  justify-content: space-between;
  padding: 14px;
  color: #fff;
  transition: all .5s ease-in-out;
  border-radius: 0px 0px 3px 3px;
  font-size: 11px;
}
.ongoing--parent-locations {
  width: 160px;
  margin-right: 10px;
}
.Pending {
  background-color: #f57f20;
}
.Ongoing {
  background-color: #1782c5;
}
.Delivered {
  background-color: #43A047;
}
.ongoing--card-padded
{
  padding-bottom: 5px;
}
.rotate-transform
{
  transition: all 1s ease-in-out;
}
.rotate
{
  transform: rotate(180deg);
}
.icon-width {
  width: 15px !important;
}
.title{
    font-size: 22px;
    padding-bottom: 0px;

    border-bottom: 1px solid #ebeef5;
    color: #999;
    margin-bottom: 30px;
}
.title__text{
    font-weight: 300;
}
.section{
    padding-top: 20px;
    margin-bottom: 22px;
    padding-bottom: 2px;
    border-bottom: 0px solid #ebeef5 !important;
}


.section__link{
  color: #555 !important;
  text-transform: capitalize !important;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  text-decoration: none;
}

.section__link:hover {
    color: #1782c5 !important;
}
.router-link-active{
  font-weight: normal !important;
  border-bottom: 3px solid #1782c5;
  color: #1782c5 !important;
  margin-bottom: -3px;
}

.options-section__link{
  color: #555 !important;
  text-transform: capitalize !important;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.module-container {
  margin: 8px;
}
.title {
  font-size: 22px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccc;
  color: #999;
  padding-top: 15px;
  margin-bottom: 30px;
}
.title__text {
  font-weight: 300;
}
.fade-enter-active,
.fade-leave-active {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease;
}
.fade-enter,
.fade-leave-active {
  opacity: 0;
}
.blinder-override {
  background: white !important;
}
.countdown-popup {
  justify-content: center;
  align-items: center;
  display: flex;
  height: inherit;
}
.countdown-img {
  width: 80vw;
  display: block;
  position: absolute;
  margin: auto;
  bottom: -100%;
  left: -100%;
  top: -100%;
  right: -100%;
}
.countdown-container {
  background: white;
  width: 30%;
  z-index: 80;
  padding: 40px;
  border-radius: 25px;
  text-align: center;
  margin-top: -50px;
}
.countdown-heading {
  font-weight: 500;
  font-size: 25px;
}
.countdown-par {
  font-size: 15px;
}
.countdown-par, .countdown-heading {
  text-align: center;
  color: #1B7FC3;
  margin: 10px;
}
.timer {
  display: flex;
  color: #1a7fc3;
}
.countdown-time {
  width: 25%;
}
.timer-digits {
  font-size: 50px;
  margin: 0;
  font-weight: 500;
  text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
}
.timer-description {
  margin: 0px;
  font-size: 10px;
  text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
}
.countdown-divider {
  margin-top: 10px;
  font-size: 25px;
  font-weight: 500;
  text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
}
.cancel-pop-up > div > div > div.el-dialog__header > button{
  display: none ;
}
.updateCrmDialog{
}
.cancel-pop-up > div > div > div.el-dialog__body{
  padding-top: 0 !important;
}
.crm-setup{
  font-size: 19px;
  color: #000000;
  font-weight: 400;
}
cancel-pop-up > div > div > div.el-dialog__header{
  padding-top: 0 !important;
}
.compliance-select-final{
  width: 100% !important;
}
.upgrade-final{
  width: 100% !important;
  margin-bottom: 2%;
}
.vendors-final-outerline{
  display: flex;
  justify-content: space-between;
  width: 89% ;
  margin-left: 2%;
  margin-top: 2%;
}
.vendor-final-cards{
  border: 1.0945px solid #D8D8D8;
  box-sizing: border-box;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  width: 31% ;
  margin-right: 7%;
}
.vendor-types-final {
  height: 43px;
  min-width: 63px;
  padding: 20%;
  cursor: pointer;
}
.vendor_active_final{
  background: #EDF8FF;
  border: 2px solid #1B7FC3;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  animation: flip-scale-down-diag-2 0.5s linear ;
}
@keyframes flip-scale-down-diag-2 {
0% {
    transform: scale(1) rotate3d(-1, 1, 0, 0deg);
}
50% {
    transform: scale(0.4) rotate3d(-1, 1, 0, -90deg);
}
100% {
    transform: scale(1) rotate3d(-1, 1, 0, -180deg);
}
}
.final-step-submit{
  margin-top: 6% !important;
  width: 100% !important;
}
.final-label{
 margin-bottom: 2%;
 font-size: 14px;
 font-weight: 200;
 color: #000;
}
.final-inner{
 font-size: 12px;
 color: #8F8F8F;
 margin-bottom: 0;
}
.invalid-kra {
  display: block;
  color: #f57f20;
  font-size: 14px;
}
.final-upper-padding{
  padding-top: 2%;
}
.finish-setup-outer{
  margin-left: 6%;
  margin-right: 6%;
}
.tour-pointer {
  width: 20px;
    height: 20px;
    background: #F44B54;
    border-radius: 20px;
    z-index: 2000;
    position: relative;
    box-shadow: 0px 0px 12px 2px rgba(253, 1, 1, 0.77);
}
.pointer-container {
  position: relative;
  display: flex;
  width: max-content;
  margin-top: -10px;
  margin-left: -10px;
}
.tour-actions {
  z-index: 2000;
  height: max-content;
  background: white;
  margin-left: 10px;
  box-shadow: 0px 0px 12px 2px rgba(142, 140, 140, 0.55);
  border-radius: 5px;
  padding: 10px 15px 10px 20px;
  font-size: 12px;
  width: max-content;
}
.tour-description {
  width: 200px;
  font-size: 13px;
}
.tour-title {
  color: #F28226;
  font-size: 14px;
}
.tour-popup-description {
  font-size: 15px;
  font-weight: 400;
  padding: 10px 30px 10px 30px;
}
.tour-popup-get-started {
  font-size: 15px;
  font-weight: 500;
  color: #1782c5;
  cursor: pointer;
  margin: 20px 0px 10px 0px;
}
.tour-popup-skip {
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  margin: 10px 0px 20px 0px;
}
.tour-end {
  font-weight: 500;
  color: #1782c5;
  cursor: pointer;
}
.home-view-actions--items:hover {
  color: #1782c5;
}

.home-view-notes-wrapper--item,
.home-view-notes-wrapper--item__option-div,
.home-view-notes-wrapper--item__option-svg,
.home-view-notes-wrapper--item__option {
  display: flex;
}

.home-view-notes-wrapper--item__option-div {
  padding-left: 29px;
  color: #555555ba;
}

.home-view-notes-wrapper--item__link:hover {
  color: #1782c5;
  cursor: pointer;
}

.card-option-disabled-notification {
  padding: 19px;
  border-radius: 5px;
  background-color: #E8F3FC;
  color: #0F4176;
  font-size: 12px;
}

.payment-options-alignment {
  display: flex;
  align-items: flex-end;
}

.payment-options-cards-title {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  margin: 0px 0px 10px 0px;
  color: #527CBD;
}
.back-option {
  cursor: pointer;
}

.no-saved-cards-label {
  margin: 30px 0px 30px 0px;
  font-size: 12px;
  color: #144577;
}

.payment-options-cards-container {
  padding: 10px 25px 10px 25px;
}

.payment-options-add-card {
  align-items: flex-end;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 12px;
  color: #527CBD;
  margin-left: 8px;
}

.payment-options-add-card-icon {
  color: #527CBD;
}

.payment-options-saved-card-radio {
  margin-right: 10px;
}

.payment-options-delete-card-icon {
  margin-left: auto;
  color: red;
  cursor: pointer;
}

.delete-saved-card-dialogue {
  height: 100px;
  padding: 10px;
}

.delete-saved-card-dialogue-label {
  text-align: center;
}
.delete-saved-card-dialogue-buttons {
  padding: 5px 10px 5px 10px;
  margin: 5px;
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
}

.payment-options-saved-cards-row {
  height: 30px;
  display: flex;
  align-items: center;
  color: #606266;
  letter-spacing: 0.03em;
  font-size: 13px;
  cursor: pointer;
}

.fake-input-1 iframe {
  height: 35px;
  width: -webkit-fill-available;
  border-radius: 4px;
  padding-left: 10px;
  color: #C0C4CC;
  margin-top: 5px;
  border: 1px solid #909399;
  background: white;
}
#cc-save-card-1 {
  height: 40px;
  display: flex;
  align-items: center;
}
#cc-amount-1 {
  display: none;
}
.fake-checkbox-1 iframe {
  height: 14px;
  width: 14px;
  margin-right: 2px;
  margin-bottom: -3px;
}
.fake-checkbox-label-1 {
  font-size: 12px;
  color: #303133;
}
.paymentbody--form form {
  padding-left: 10px;
  padding-right: 10px;
}
.cvv-expire-fields {
  display: flex;
}
#cc-expiration-date {
  width: 67%;
}
#cc-cvc {
  width: 30%;
  padding-left: 3%;
}
.amount-input {
  display: flex;
  align-items: center;
}
.amount-input .fake-input-1 {
  width: 90%;
}
.amount-input .fake-input-1 iframe {
  border-radius: 0px 5px 5px 0px !important;
}
#react {
  color: #C0C4CC;
  letter-spacing: 0.03em;
}

.VGS-form {
  width: 240px;
}

.payment-options-add-card-holder {
  margin: 10px 0px 5px 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.home-view-notes-wrapper--item__row {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  margin-top: -11px;
  font-size: 13px;
  padding-left: 29px;
}

.home-view-notes-wrapper--item {
  padding-left: unset;
}

.home-view-notes-wrapper--item__option {
  flex: 4;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
}

.home-view-notes-wrapper--item__value {
  flex: 1;
  display: flex;
  align-self: flex-end;
  flex-direction: row-reverse;
  justify-content: center;
  padding-right: 40px;
}

.home-view-notes-wrapper--item__balance {
  margin-bottom: 14px;
  font-size: 14px;
}

.home-view--seperator__mini {
  margin-left: 30px !important;
  margin-right: 30px !important;
  border-top: 1px solid #66666614 !important;
}

.home-view-notes-wrapper--item__option-svg {
  margin-right: 10px;
}

.home-view-actions__element-date {
  width: 100% !important;
}

.el-date-picker {
  left: 48px;
}

.home-view-notes-wrapper--item__value .el-radio__label {
  display: none !important;
}

.home-view-place-order--mpesa-cancel {
  margin-top: 20px;
}
.payment__radio-button {
  margin-top: 7% !important;
  margin-right: 7% !important;
}
.payment__radio-button-dedicated {
  margin-right: 7% !important;
}
.payment__radio-button-label {
  width: 100% !important;
}
.card-accounts-list {
  background: aliceblue !important;
}
.order_final_summary{
  margin-left: 6%;
  margin-right: 6%;
}
.confirm-label{
  font-size: 19px;
  font-weight: 400;
  color: #1B7FC3;
  letter-spacing: 0.02em;
}
ul.summary_timeline {
  list-style-type: none;
  position: relative;
  margin-left: -7%;
}
ul.summary_timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 82%;
  z-index: 400;
}
ul.summary_timeline > li {
  margin: 20px 0;
  padding-left: 20px;
  height: 35px;
  margin-bottom: 30px !important;
}
ul.summary_timeline > li:before {
  /* content: ' '; */
  background: #1B7FC3;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #1B7FC3;
  left: 20px;
  width: 14px;
  height: 14px;
  z-index: 400;
  content: '';
  font-size: 16px;
  color: white;
}
.order_summary_timeline li:first-child:before {
    background: #f57f20;
    border: 4px solid #f57f20;
    content: '';
}
.delivery_label{
  color: #3D5266;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 2% !important;
}
.delivery_points{
  margin-top: 0 !important;
  margin-bottom: 1% !important;
}
.order_summary__img{
  flex-basis: 11%;
}
.order_summary--vendor-wrapper{
 flex-direction: row;
 justify-content: flex-start;
 align-items: center;
 flex-basis: 43%;
}
.order_summary-types-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-top: 2%;
}
.order_summary-item__image {
  height: 30px;
  min-width: 30px;
}
.order_summary-wrapper__vendor {
  flex-direction: column;
  flex: 1;
}
.order_summary--vendor-formal-name{
  padding: 3px;
}
.order_summary--outline{
  margin-top: 3%;
}
.btn-edit-order{
  color: #FF7900 !important;
  background: #F5F7FA !important;
  border-color: #FF7900 !important;
  width: 45% !important;

}
.btn-submit-order{
  color: #FFFFFF !important;
  background: #F57F20 !important;
  border-color: #FF7900 !important;
  width: 45% !important;
}
.confirm_button_outer{
  display:flex;
  justify-content: space-between;
  margin-top: 10%;
}
.calender--icon{
  font-size: 30px;
}
.summary-button-outer{
  display: flex;
  justify-content: space-between;
  margin-top: 10%;
  margin: 1em;
  margin-right: 0% !important;
  margin-left: 0% !important;
}
.count_down_section{
  font-size: 15px;
  margin-top: 7%;
  margin-bottom: 6%;
}
.timeout_text{
  color: #000000;
}
.timeout_count{
  color: #1B7FC3;
}
.summary-pop-up > div.el-dialog__wrapper > div > div.el-dialog__header{
  padding-top: 0% !important;
}
.countdown_divider{
  border-bottom: 1px solid #74696942;
  margin-top: 6%;
}
.summary-pop-up > div.el-dialog__wrapper > div > div.el-dialog__body{
  padding-top: 2% !important;
}
.summary-pop-up > div.el-dialog__wrapper > div > div.el-dialog__header > button > i{
  display: none;
}
.summary-pop-up > div.v-modal{
  opacity: .5 !important;
  background: #000 !important;
  z-index: 2000 !important;
}
.instructions-notes{
  margin-top: 2%;
}
.visinity_point{
  font-size: 10px;
  color: #959090;
  margin-bottom: 5%;
}

.reset-font {
  font-family: 'Rubik', sans-serif;
}
.home-view--seperator {
  border-top: 1px solid #6663;
  margin-left: -20px;
  margin-right: -20px;
}
.home-view-vendor-classes--title {
  text-align: center;
  font-weight: normal;
  padding: 20px 20px 0px 20px;
  font-size: 14px;
}
.home-view-vendor-classes--icons,
.home-view-vendor-classes--label,
.home-view-vendor-classes-icons-item,
.home-view-vendor-classes-label-item {
  display: flex;
}
.home-view-vendor-classes-icons-item,
.home-view-vendor-classes-label-item {
  flex: 1;
  align-items: center;
}
.vendor__img_pstn {
  flex-basis: 11% !important;
}
.home-next-step {
  color: #1782c5;
}
.back-to-home-btn {
  padding-left: 6px;
  color: #000000;
  font-size: 25px;
  cursor: pointer;
}
.vendor_component-actions__element-date {
  background-color: white !important;
  width: 100% !important;
}
.vendor_component-actions__input-time {
  background-color: white !important;
  width: 45% !important;
  margin: auto;
  font-size: 12px;
}
.vendor_component-actions__title {
  text-align: center;
  font-weight: 500;
}
.vendor_component-actions__element-time {
  padding: 5%;
  box-shadow: 1px 0px 9px rgba(0, 0, 0, 0.21);
  margin-top: 10px;
  border-radius: 5px;
}
.vendor_component-actions__divider {
  margin-left: 3%;
  margin-right: 2%;
  color: #1782c5;
  font-size: 16px;
  font-weight: 600;
}
.pair_rider_section {
  width: 100%;
}
.home-view-vendor-classes--label {
  padding: 5px 0px;
  margin-top: 5px;
  padding-bottom: 1px;
}
.home-view--outline {
  border-bottom: 2px solid #ebeef5;
}
.home-view-vendor-classes-menu.section__link.router-link-active {
  width: 100%;
}
.home-view-vendor-classes-icons-item--img {
  width: 30px;
  max-height: 30px;
}
.home-view-vendor-classes-label-item {
  text-transform: uppercase;
  font-size: smaller;
}
.home-view-vendor-classes-label-item,
.home-view-vendor-classes-icons-item--img,
.home-view-actions--items__img,
.home-view-actions--items__span {
  cursor: pointer;
}
.home-view-vendor-types {
  margin-top: 20px;
}
.home-view-vendor-types--item {
  border-radius: 5px;
  margin: 13px 0;
  cursor: pointer;
  border: 2px solid #e1e3e8;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: transparent;
  color: #1782c5;
}
.home-view-vendor-types--item:hover,
.home-view-vendor-types--item:active,
.home-view-vendor-types--item__active {
  border: 2px solid #1782c5;
  background-color: #fff;
}

.home-view-vendor-types--item,
.home-view-vendor-types-item,
.home-view-vendor-types-item--cost-wrapper,
.home-view-vendor-types-item--vendor-wrapper,
.home-view-carrier-type {
  display: flex;
}
.home-view-vendor-types-item {
  justify-content: space-between;
  align-items: center;
}
.home-view-vendor-types-item {
  flex: 1;
}
.home-view-vendor-types-item--cost-wrapper {
  flex-direction: row;
  padding-right: 10px;
  align-items: center;
  /* flex-basis: 52%; */
}
.home-view-vendor-types-item--vendor-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  /* flex-basis: 43%; */
}
.home-view-vendor-types-item__image {
  height: 30px;
  min-width: 30px;
}
.home-view-vendor-types-item--cost-wrapper_time,
.home-view-vendor-types-item-vendor--vendor-local-name {
  font-size: xx-small;
}
.home-view-vendor-types-item--cost-wrapper__cost {
  font-size: smaller;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-view-vendor-types-item--vendor-wrapper__img {
  padding-left: 10px;
  flex-basis: 25%;
}
.home-view-vendor-types-item--cost-wrapper-left {
  flex-direction: column;
  flex-basis: 90%;
  align-items: flex-end;
  padding-right: 10px;
}
.home-view-vendor-types-item--cost-wrapper-right {
  align-self: center;
  justify-content: flex-end;
  flex-basis: 10%;
}
.home-view-vendor-types-item-wrap {
  flex-wrap: wrap;
}
.home-view-carrier-type {
  width: 100%;
  justify-content: space-evenly;
  padding: 10px 0 10px 0;
}
.home-view-carrier-type--left-aligned {
  justify-content: space-around;
}

/* --start vendor actions */

.home-view-actions,
.home-view-actions--items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-view-actions--items {
  flex: 1;
}
.home-view-place-order {
  margin: 20px 0px 0px 0px;
}
.home-view--place-order {
  width: 100%;
  text-transform: uppercase;
}
.home-view-actions--items__span {
  font-size: small;
  padding: 5px;
  cursor: pointer;
}
.home-view-actions {
  margin: 10px 0;
  border-bottom: 2px solid #ebeef5;
}
.home-view-actions--schedule {
  margin-bottom: 15px;
  color: #1782c5;
  font-size: small;
  margin-top: 20px;
}
.home-view-section__link {
  color: #555 !important;
  text-transform: capitalize !important;
  font-size: 14px;
  text-align: center;
  /* padding: 10px 25px; */
  text-decoration: none;
}

.home-view-section__link:hover {
  color: #1782c5 !important;
  cursor: pointer;
}
.home-view-section__link-active {
  font-weight: normal !important;
  color: #1782c5 !important;
  margin-bottom: -3px;
}
.home-view-actions__element-date .el-input__inner,
.home-view-actions__element-date .el-input__icon {
  color: #1782c5;
}
.home-view-actions--note {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 25px;
}

/* --end vendor actions */

/* start order actions */
.home-view-payments-wrapper,
.home-view-payments-wrapper--left,
.home-view-payments-wrapper--right,
.home-view-payments-wrapper--left__amount-label,
.home-view-payments-wrapper--left__amount-figure,
.home-view-payments-wrapper--right-label,
.home-view-payments-wrapper--right-amount,
.home-view-vendor-types-item--vendor-wrapper__vendor {
  display: flex;
}
.home-view-payments-wrapper {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  border: 1px solid #1782c5;
  border-radius: 5px;
  padding: 5px;
  margin-top: 20px;
}
.home-view-payments-wrapper--left,
.home-view-payments-wrapper--right,
.home-view-payments-wrapper--right-amount,
.home-view-payments-wrapper--right-label,
.home-view-payments-wrapper--left__amount-figure,
.home-view-payments-wrapper--left__amount-label {
  flex: 1;
}
.home-view-payments-wrapper--left,
.home-view-payments-wrapper--right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-view-payments-wrapper--left__amount-label,
.home-view-payments-wrapper--right-label {
  font-size: 10px;
}
.home-view-payments-wrapper--left__amount-figure,
.home-view-payments-wrapper--right-amount {
  font-size: 12px;
}
.home-view-payments--postpay {
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 20px;
  color: #1782c5;
  margin-bottom: -15px;
}

.pair_confirm_btn {
  margin: 20px 0px 0px 0px;
}
.pop-over-layout {
  background-color: #fff !important;
  width: 20% !important;
  min-height: 19% !important;
}
.pair-rider-name {
  padding: 8px;
  font-size: 13px;
}
.bottom-spacer {
  margin-bottom: 10px;
}
.recipient-section {
  display: none;
}
.el-popper[x-placement^='right'] .popper__arrow::after {
  bottom: 0px;
  border-right-color: #ffffff !important;
}
.display_paired_rider_img {
  height: 55px;
  vertical-align: middle;
  border-radius: 15%;
}
.display_rider_inline {
  border-right: 1px solid #74696942;
  width: 58% !important;
  text-align: center;
  padding-top: 14px;
}
.upper_scope_pair_text {
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 10px;
  text-transform: capitalize;
}
.pair_info_text_content {
  font-family: 'Rubik', sans-serif;
  color: #555;
  font-weight: 300;
}
.pair_right_more_info {
  width: 40% !important;
  text-align: center;
  padding-top: 20%;
}
.pair-model-info {
  font-size: 12px;
}

.home-view-actions--items__span .el-icon-goods,
.home-view-actions--items__span .el-icon-edit-outline,
.home-view-actions--items__span .el-icon-time {
  margin-left: -15px;
  margin-top: 2px;
}
/* end order actions */

/* start transitions */
.home-carrier-type-fade-enter-active,
.home-carrier-type-fade-leave-active {
  opacity: 0;
}
.home-carrier-type-fade-enter,
.home-carrier-type-fade-leave-to {
  opacity: 0;
}
.tier_description_background {
  background-color: #1782c5;
}
.extra_info_background {
  background-color: #fff;
}
.load-weight {
  width: 50% !important;
  font-style: italic;
}
.tonage-value-text {
  color: #555 !important;
  padding-left: 10px;
}
.tonnage-validate-error {
  color: #e08445;
  font-family: 'Rubik', sans-serif;
  text-align: left;
  font-size: 13px;
  width: 320px;
}
.load-weight-outer {
  padding-bottom: 0px;
}
.el-picker-panel__body-wrapper {
  background-color: white !important;
}
.el-time-panel {
  font-family: 'Rubik', sans-serif;
}
.home-view-vendor-types--item__unavailable {
  background: #fbfbfb;
  color: #808080;
  font-weight: 400 !important;
}
.home-view-vendor-types-carrier {
  width: 60px;
}
.home-view-vendor-types-carrier-container {
  display: -webkit-inline-box;
  width: 180px;
  overflow-x: hidden;
}
.home-view-vendor-types-item__image-dedicated {
  display: block;
  margin: auto;
}
.dedicated-vendor-select .el-input {
  font-size: 12px;
  width: 230px;
  margin-bottom: 10px;
}
.dedicated-vendor-popper-class {
  background: white !important;
  font-size: 12px;
  color: black;
}
.dedicated-vendor-icon {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.dedicated-vendor-container {
  padding-left: 10%;
}
.home-view-vendor-types-item-vendor--vendor-formal-name-dedicated {
  font-size: 11px;
  text-align: center;
}
.home-view-vendor-types--picker__unavailable {
  background: #fbfbfb;
  color: #808080;
  font-weight: 400 !important;
  pointer-events: none;
}
.home-view-vendor-types--icon__unavailable {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  color: #808080 !important;
}
.home-view-vendor-types-item--cost-wrapper-right > span > span {
  background-color: inherit;
}
.home-view-vendor-select-vendor-number .el-input {
  width: 70px;
}
.home-view-vendor-select-vendor-number .el-input__inner {
  color: #1b7fc3;
}
.home-view-vendor-types--extra__unavailable {
  background: rgba(173, 173, 173, 0.97) !important;
  color: #ffffff !important;
}
.vendor_component-schedule {
  font-size: 10px;
  color: #212120;
}
.dedicated-minus-icon, .dedicated-plus-icon {
  font-size: 9px;
  font-weight: 900;
  margin: 5px;
}
.dedicated-vendor-items-divider {
  border-right: solid 1px;
  margin-right: 3px;
}
.dedicated-vendor-items-select {
  padding-right: 3px !important;
}
.dedicated-wrapper-override {
  max-height: 37vh !important;
}
.pairing-alert{
  width: 20% !important;
  margin-top: 12%;
  border: none;
  text-align: center;
}
.pairing-alert-icon{
  font-size: 30px;
  color: #f57e20;
}
.pairing-error-display{
  width: 77% !important;
  padding-top: 4%;
}
.pairing-error-header{
  margin-bottom: 3%;
  text-transform: capitalize;
}
.vendorExtraInfo{
  background-color: #1782c5 !important;
}
/* end transitions */
.button-additional-notes{
background-color: #fff;
background-image: none;
border-radius: 4px;
border: 1px solid #dcdfe6;
box-sizing: border-box;
color: #606266;
display: inline-block;
font-size: 13px;;
height: 40px;
line-height: 40px;
outline: 0;
padding-left: 15px;
transition: background-color 0.3s;
width: 100%;
text-align: left;
cursor: pointer;
}
.align-instructions-icon{
  margin-left: 42% !important;
}
.instructions-holder{
  display: inline-block;
  width: 50%;
}
.add-instructions-submit{
  margin-top: 6% !important;
  width: 100% !important;
}
.add-instructions-setup{
  margin-top: 3%;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 8%;
  color: rgba(0, 0, 0, 0.72);
}
.add-instructions-setup-label{
  margin-top: 0;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 1%;
}
.add-instructions-setup-contact{
  margin-bottom: 1%;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.72);
  margin-top: 4%;
}
.add-instructions-outer{
  margin-left: 6%;
  margin-right: 6%;
}
.add-instructions-pop-up > div > div > div.el-dialog__header{
  padding-top: 0 !important;
}
.add-instructions-pop-up > div > div > div.el-dialog__body{
  padding-top: 0 !important;
}
.add-notes{
 font: inherit !important;
}
.instructions--inner-section{
  margin-bottom: 10%;
}
.notify_recipient{
 margin-top: 14px;
 font-size: 12px;
 line-height: 20px;
 display: flex;
 align-items: center;
 color: #878686;
}
.send_sms-checkbox{
 margin-left: 0;
}
.instructions-set{
  margin-left: 3%;
}

.collection_centre[data-v-2a12c9c2]{
min-height: 45px;
 background: rgba(231, 231, 231, 0.42);
 font-size: 11px;
 display: block;
 word-break: break-all;
 pointer-events: none;
}
.estimatetitle[data-v-2a12c9c2]{
 display: flex;
 flex: 2;
 align-items: center;
 height: 37px;
 font-weight: 400;
 font-size: 13px;
 color: #1782c5;
}
.delivery-estimate-info[data-v-2a12c9c2]{
 display: flex;
 justify-content: flex-start;
 flex: 1;
 color: rgb(85, 85, 85);
 font-size: 14px;
 box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
 border-radius: 6px;
 width: 100%;
 height: 64px;
}
.estimate-icon-container[data-v-2a12c9c2]{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin: 10px 7% 10px 20px;
  color: #527CBD;
  font-size: 14px;
}
.estimate-value[data-v-2a12c9c2] {
 display: block;
 margin: 10px 0% 10px 11px;
 width: 43%;
 text-align: center;
}
.estimate-currency-highlight[data-v-2a12c9c2]{
  padding: 0px 5px;
}
.estimate-info-body[data-v-2a12c9c2]{
  color: #000000;
  font-weight: 500;
}
.price-estimate-container[data-v-2a12c9c2]{
  margin-top: 5%;
}
.extra-intercounty-info[data-v-2a12c9c2]{
  margin-top: 3%;
  color: #3D3C3C;
  font-weight: 300;
  font-size: 12px;
}

.homeview--outer {
  position: absolute;
  margin-top: 10px;
  left: 10px;
  background-color: #fff;
  width: 400px;
  border-radius: 5px;
}
.homeview--inner {
  padding: 18px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
}
.homeview--child-orders {
  position: absolute;
  margin-bottom: 10px;
  display: block;
  justify-content: center;
  width: max-content;
  right: 25px;
  overflow-y: hidden;
}
.homeview--input-bundler {
  padding-bottom: 15px;
  display: flex;
}
.homeview--input-suggestions {
  position: absolute;
  margin-top: -15px;
  background: white;
  z-index: 10;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.homeview--input-suggestion-rows {
  height: 33px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 12px;
  cursor: pointer;
}
.homeview--input-suggetions-title {
  padding: 15px 15px 10px 15px;
  color: #4D4D4D;
}
.homeview--input-suggetions-link {
  color: #1B7FC3;
  text-align: center;
  padding: 15px 0px 15px 0px;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  justify-content: center;
}
.homeview--input-suggestion-rows-active {
  background: #80808014;
}
.homeview--input-suggestion-icon-holder {
  margin-right: 12px;
}
.homeview--input-suggestion-icon {
  font-size: 14px;
  color: #575454;
}
.homeview--input-suggestion-place-name {
  font-size: 13px;
  font-family: sans-serif;
  color: black;
}
.homeview--input-suggestion-address-name {
  font-size: 12px;
  font-family: sans-serif;
  color: rgba(0, 0, 0, 0.34);
  margin: 5px;
}
.homeview--input-spacer {
  width: 20px;
  margin-left: -20px;
}
.homeview--row__enter-region .el-input__inner::placeholder {
  color: #7a7a7a;
  font-size: 13px;
}
.homeview--freight {
  position: absolute;
}
.homeview--input-freight {
  display: block;
  padding-left: 20px;
}
.homeview--inner-override {
  padding: 0px !important;
}
.homeview--input-containers {
  padding-top: 0 !important;
  max-height: max-content !important;
}
.homeview--order-confirm-row__top {
 padding-bottom: 40px;
 font-weight: 500;
}
.homeview--order-confirm-row__middle {
  padding-bottom: 10px;
}
.homeview--order-confirm-row__bottom {
  padding-bottom: 10px;
}
.homeview--order-confirm-header {
  margin: 0px;
  color: gray;
}
.homeview--order-confirm__button {
  margin: auto;
  margin-bottom: 15px;
}
.homeview--order-confirm-body {
  margin: 0px;
  color: black;
}
.homeview--order-confirm {
  width: 100%;
}
.homeview--input-freight-locations {
  padding-bottom: 0 !important;
  max-height: 12.5rem !important;
}
.homeview--input-freight-containers {
  padding-bottom: 0px !important;
  max-height: max-content !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-right: 0px !important;
}
.homeview--input-container-details {
  margin-bottom: 10px;
}
.homeview--button-add-container {
  display: block;
  width: 75%;
  margin: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}
.bg-button-orange {
  background-color: #F57F20;
  border-color: #F57F20;
}
.color-blue {
 color: #1B7FC3;
}
.color-orange {
  color: #F57F20;
}
.inactive-1, .inactive-1:hover {
  background: #BDBDBD;
  border-color: #BDBDBD;
}
.inactive-2, .inactive-2:hover {
  background: #E1E1E1;
  border-color: #E1E1E1;
}
.homeview--input-pickup {
  padding: 0 !important;
}
.homeview--input-categories {
  width: 94%;
  margin-left: 6%;
  height: 36px;
}
.input-spacer {
  margin-bottom: 10px;
}
.ongoing--card-text {
  margin: auto;
}
.ongoing--order-count {
  padding: 10px 25px 10px 25px;
  border-bottom: 0.5px solid #BDBDBD;
  width: 80%;
  margin: auto;
  font-size: 11px;
  color: #757575;
}
.card-location-override {
  padding-top: 15px;
}
.bg-white {
  background: #ffffff;
}
.homeview--section {
  max-height: 13.5rem;
  overflow-y: auto;
}
.homeview--section__container {
  margin: 10px;
  border-radius: 5px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #E1E3E8;
  padding: 10px;
  width: auto;
}
.homeview--container-table {
  width: 100%;
  margin-left: 2%;
}
.homeview--remove__icon {
  margin-left: auto;
  display: flex;
  margin-right: 10%;
  cursor: pointer;
  color: #1B7FC3;
}
.homeview--edit__icon {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  color: #1B7FC3;
}
.homeview--edit__text {
  margin-top: 3px;
  margin-right: 5px;
  font-size: 10px;
  color: #1B7FC3;
  text-decoration: underline;
}
.homeview--heading {
  display: flex;
}

.homeview--heading__container {
  font-size: 11px;
  text-align: left;
  color: #1B7FC3;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ongoing--card-override {
  padding: 15px;
}
.card--override {
  max-width: max-content !important;
}
.ongoing--card-row {
  display: flex;
}
.homeview--heading__container-ongoing {
  margin-top: 0;
  font-size: 10px;
  margin-bottom: 0px;
  color: #1B7FC3;
  padding-right: 10px;
}
.homeview--outer-override {
  min-width: 400px;
  z-index: 10;
  min-height: fit-content;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 80vh;
}
.homeview--heading__container-details {
  font-size: 14px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}
.homeview--body__container-ongoing {
  font-size: 12px;
  text-align: left;
  color: #848383;
  padding-right: 10px;
}
.homeview--container-card {
  padding-right: 5px;
  padding-bottom: 5px;
}
.homeview--order-details {
  padding: 20px;
  width: 100%;
  background-color: #F2FAFF;
  padding-bottom: 5px;
}
.homeview--order-details-edit {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 12px;
  cursor: pointer;
}
.homeview--inputs-override {
  padding: 18px;
}
.homeview---top-details-left, .homeview---top-details-right {
  color: #1782c5;
}
.homeview---top-details-right {
  font-size: 13px;
}
.homeview--bottom-details {
  font-size: 11px;
}
.col-right {
  padding-left: 50px;
}
.col-left {
  padding-left: 20px;
}
.block {
  display: block;
}
.homeview--input-bundler__img,
.homeview--input-bundler__img-right,
.homeview--input-bundler__input {
  display: flex;
}
.homeview--input-bundler__img {
  max-width: 10px;
  height: 10px;
  position: relative;
  top: 15px;
  left: -15px;
}
.homeview--input-bundler__waypoints {
  margin-top: -10px;
  padding-left: 10px;
}
.homeview--stops {
  text-decoration: none;
  color: #1782c5;
  font-size: 13px;
  padding-top: 10px;
}
.homeview--row {
  padding: 10px 20px;
  font-size: 13px;
}
.homeview--row__more-destinations {
  padding-left: 5px;
  margin-top: -10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.homeview--row__font-awesome {
  padding-right: 10px;
  font-size: 13px;
}
.homeview--add {
  text-decoration: none;
  color: #1782c5;
  font-size: 13px;
  padding-left: 10px;
}
.row {
  display: flex;
  flex-direction: row;
}
.slide-fade-enter-active {
  transition: all 0.8s ease;
}
.slide-fade-leave-active {
  transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter {
  transform: translateX(20px);
  opacity: 0;
}
.slide-fade-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}
.slide-fade-move {
  transition: transform 1s;
}
.homeview--input-bundler__img-right {
  max-width: 10px;
  height: 10px;
  position: relative;
  top: 15px;
  left: 30px;
  cursor: pointer;
}
.homeview--row__font-awesome.homeview--input-bundler__img-right {
  visibility: visible;
}
.homeview--row__font-awesome.homeview--input-bundler__img-right:hover {
  visibility: visible !important;
}
.homeview--input-bundler__destination-input {
  margin-right: -20px;
}
.homeview--form__scrollable {
  margin-right: -20px;
  padding-right: 30px;
  max-height: 10rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.home-view-vendor-and-optins-wrappper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50vh;
  margin-right: -20px;
  padding-right: 10px;
}
.dedicated-vendors-wrapper {
  max-height: 33vh !important;
}
.homeview--input-bundler__destination-short-input {
  margin-right: unset;
}
.homeview--top-locations {
  color: grey;
}
.home-view-notes-wrapper {
  margin-bottom: 22px;
}
.orders-loading-container {
  height: 1rem;
  margin-bottom: 10px;
}
.orders-loading-container--completion {
  margin-bottom: 0px;
}
.homeview--form__header {
  color: #555;
  text-transform: uppercase;
  font-size: 10.2px;
  margin-bottom: 10px;
}
.homeview--form__header-lower {
  margin-top: 20px;
  margin-bottom: -10px;
}
.home-view--form__seperator {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 30px 20px 10px 40px;
}
.home-view--seperator__vendors {
  margin: unset;
}
.homeview--proceed {
  padding-left: 40px;
  padding-right: 10px;
}
.homeview--input-products {
  padding: 20px 30px 0px 35px;
}
.home-view-vendor-classes {
  margin-top: 25px;
}
.home-view-vendor-classes-menu--img,
.home-view-vendor-classes-menu--span {
  display: flex;
}
.home-view-vendor-classes-menu--img {
  max-width: 20px;
  padding: 0 5px;
}
.home-view-vendor-classes-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.homeview-locations-options {
  display: flex;
}
.homeview-locations-options-multi-destination-inactive {
  pointer-events: none;
  color: #BDBDBD;
}
.homeview-locations-options-multi-destination-active {
  cursor: pointer;
}
.homeview-locations-options--add-destination {
  flex: 2 2 auto;
}
.homeview-locations-options--set-return {
  flex: 1 1 auto;
  margin-left: 19px;
}
.payments-orange {
  color: #f57f20;
}
.home-view-vendor-types-item--vendor-wrapper__vendor {
  flex-direction: column;
  flex: 1;
}
.home-view-vendor-types-item-vendor--vendor-formal-name {
  font-size: 14px;
}
.home-view-vendor-types-item-vendor--vendor-local-name {
  font-weight: 500;
}
.home-view-vendor-types-item-vendor--vendor-formal-name,
.home-view-vendor-types-item-vendor--vendor-local-name,
.home-view-vendor-types-item--cost-wrapper__cost,
.home-view-vendor-types-item--cost-wrapper_time {
  padding: 3px;
  width: max-content;
}
.home-view-truck-options-wrapper {
  width: 100%;
  font-size: 13px;
}
.home-view-truck-options-inner-wrapper {
  padding: 10px;
}
.home-view-truck-options--load-units .el-input-group__append,
.home-view-truck-options--load-units .el-input-group__prepend {
  width: 70px !important;
}
.home-view-truck-options-divider {
  border: 1px solid #e1e3e8;
  margin: 0 10px 10px 10px;
}
.home-view-truck-options-dedicated-notes {
  border: 1px solid #dddfe7;
  border-radius: 5px;
  padding: 2% 7% 7% 7%;
}
.home-view-truck-options-dedicated-notes-icon {
  width: 10px;
  height: 10px;
  background: #1B7FC3;
  border-radius: 10px;
  margin: 2px;
  margin-right: 10px;
}
.home-view-truck-options-dedicated-notes-label {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.home-view-truck-options-label {
  color: #212120;
  font-weight: 300;
  padding: 5px 0;
}
.home-view-truck-options-vehicle-type {
  border: solid 1px #dddfe7;
  border-radius: 5px;
  align-items: center;
  padding-left: 5%;
  font-weight: 400;
}

.home-view-truck-options-vehicle-type-title {
  display: flex;
  align-items: center;
  height: 30px;
  cursor: pointer;
}

.home-view-truck-options-vehicle-arrow {
  margin-left: 67%;
  border-radius: 13px;
  height: 15px;
  width: 15px;
  background: #1b7fc3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 9px;
  font-weight: 800;
}
.home-view-truck-options-schedule-discounts {
  color: black;
}
.home-view-truck-options-discounts-popup {
  top: 0px !important;
  height: max-content;
  left: 350px;
  width: 250px !important;
  position: absolute;
  z-index: 2008;
  margin-left: 26px;
}
.relative {
  position: relative;
}
.discounts_popup {
  width: 300px;
  height: max-content;
}
.discounts_popup, .upload-popup, .tour-popup, .locations-popup {
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: white;
}
.upload-popup {
  width: 30%;
  height: max-content;
  border-radius: 0px;
}
.close-variant {
  margin-left: auto;
  cursor: pointer;
}
.tour-popup {
  width: 30%;
  height: max-content;
  border-radius: 10px;
}
.locations-popup {
  width: 350px;
  height: max-content;
  border-radius: 0px;
}
.locations-popup-title {
  display: flex;
  align-items: center;
  padding-right: 5px;
}
.locations-popup-button-inactive {
  margin: 15px 10px 10px 20px;
  width: -webkit-fill-available;
  height: 40px;
  background: #7F7F7F;
  color: white;
  border: none;
  border-radius: 5px;
  pointer-events: none;
}
.locations-popup-button-active {
  margin: 15px 10px 10px 20px;
  width: -webkit-fill-available;
  height: 40px;
  color: white;
  border: none;
  border-radius: 5px;
  background: #007ECB;
}
.locations-popup-title-text {
  margin-left: 20px;
  font-weight: 500;
  font-size: 17px;
}
.locations-popup-saved-title {
  border-top: 1px solid rgba(0, 0, 0, 0.28);
  padding: 15px 0px 0px 15px;
  display: flex;
  font-weight: 500;
  font-size: 15px;
}
.locations-popup-saved-list {
  max-height: 160px;
  overflow-y: auto;
  margin-bottom: 15px;
}
.locations-popup-saved-remove {
  margin-left: auto;
  font-size: 12px;
  color: #F57F20;
  margin-right: 15px;
}
.locations-popup-saved-name {
  text-overflow: ellipsis;
  width: 240px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.fa-icon-position-override {
  left: -5px !important;
}
.locations-popup-input {
  display: flex;
  padding-right: 10px;
}
.upload-photo {
  width: 140px;
  margin-top: 30px;
}
.upload-link {
  text-decoration: underline;
  cursor: pointer;
  color: #1782c5;
}
.upload-link:hover {
  color: #0d517b;
}
.upload-par {
  padding-top: 20px;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 20px;
  color: black;
}
.upload-text {
  font-size: 12px;
  margin-bottom: 5px;
  font-style: italic;
}
.upload-csv-button {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
#upload-input {
  width: 150px;
}
.close {
  float: right;
  margin-top: -25px;
  margin-right: -20px;
}
.discount-popup-dismiss {
  background-color: #1882c5;
  color: white;
  border: none;
  width: 70px;
  height: 30px;
  border-radius: 5px;
  margin: 10px;
}
.el-icon-circle-check-outline {
  color: #51a65b !important;
}
.el-icon-close {
  color: #bc5000 !important;
}
.el-icon-loading {
  color: #1b7fc3 !important;
}
#icon_override {
  width: 100%;
  height: 55%;
  zoom: 2;
  font-size: 35px;
}
.blinder {
  width: 100%;
  height: 100%;
  background-color: #00000070;
  z-index: 50;
}
.frown-icon-class {
  height: 85px;
  margin-top: 20px;
}
.el-date-table td.disabled div {
  background-color: #00000040 !important;
}
.el-popper[x-placement^='bottom'] {
  margin-top: 0px !important;
  background-color: #1782c5;
  border: 0px solid #1782c5;
}
.el-popper[x-placement^='bottom'] .popper__arrow {
  display: none;
}
.el-select-dropdown__item,
.el-select-dropdown__item.hover,
.el-select-dropdown__item.selected {
  color: #ffffff !important;
  background-color: #1782c5 !important;
}
.el-select-dropdown__list {
  padding: unset !important;
}
.home-view-truck-options-inner--load-weight {
  margin-right: 5px;
}
.body {
  overflow: hidden;
}
.home-view-truck-options-inner--load-weight .el-input-group__append,
.el-select-dropdown__list span {
  font-size: smaller !important;
}
.extended-options-wrappper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 70vh;
  margin-right: -20px;
  padding-right: 10px;
}
.home-pair-text {
  text-align: center;
  font-size: 14px;
  padding: 20px;
}
.home-view-pair-rider-wrapper {
  width: 90%;
  font-size: 14px;
}
.home-view-vendor-classes-menu-payment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: nowrap;
}
.homeview--childinfo {
  z-index: 10;
  width: 70%;
  left: 15%;
  position: absolute;
  bottom: 10px;
}
.homeview--childinfo-row {
  display: flex;
}
.homeview--childinfo-col-1 {
  margin-right: 5%;
  width: 50%;
  margin-bottom: 20px;
}
.homeview--childinfo-col-2 {
  margin-right: 5%;
  width: 50%;
}
.homeview--childinfo-card {
  display: flex;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  width: 100%;
  margin: auto;
}
.homeview--childinfo-cancel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15%;
}
.homeview--childinfo-order-status {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #F57F20;
  margin-bottom: 15px;
  margin-top: 10px;
}
.homeview--childinfo-order-details {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #1B7FC3;
  margin-bottom: 10px;
  margin-top: 5px;
}
.homeview--childinfo-rider-details {
  display: flex;
  align-items: center;
}
.homeview--childinfo-rider-photo {
  width: 20%;
  border-radius: 65px;
  overflow: hidden;
}
.homeview--childinfo-rider-col {
  width: 30%;
  padding-left: 5%;
}
.homeview--childinfo-order-actions {
  display: flex;
  margin-bottom: 18px;
  margin-top: 20px;
}
.childinfo-container {
  border-top: 0.5px solid #BDBDBD;
  padding-top: 5px;
  border-bottom: 0.5px solid #BDBDBD;
  margin-bottom: 5px;
}
.homeview-action-icon-divider {
  position: absolute;
  border-left: 0.5px solid #BDBDBD;
  height: 20px;
  width: 1px;
  margin-left: 5px;
  margin-top: 11px;
}
.no-margin {
  margin: 0;
}
.homeview--input-header {
  color: #1682c5;
  font-weight: 500;
}
.homeview--childinfo-card-right, .homeview--childinfo-card-left {
  font-size: 12px;
  line-height: 12px;
  width: 50%;
  padding: 20px;
  border-left: 0.5px solid #BDBDBD;
}
.homeview--childinfo-contact {
  width: 60px;
}
.full-width {
  width: 100%;
}
.homeview--icon-success, .homeview--icon-pending, .homeview--icon-ongoing {
  height: 10px;
  width: 10px;
}
.homeview--icon-success {
  color: #43A047;
  margin-right: 10px;
}
.homeview--icon-pending {
  color: #C4C4C4;
  margin-right: 10px;
  background: #C4C4C4;
  border-radius: 30px;
}
.homeview--icon-ongoing {
  color: #F57F20;
  margin-right: 10px;
  background: #F57F20;
  border-radius: 30px;
}
.homeview--field {
  color: #969494;
  margin-top: 5px;
}
.homeview--return-input {
  margin-top: 10px;
  font-style: italic;
  font-size: 12px;
}
.home-view--upload-par, .home-view--upload-button {
  text-align: center;
  color: #1682c5;
  font-weight: 500;
}
.home-view--upload-button {
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.homeview--return-destination {
  margin-top: 15px;
}
.homeview--input-freight-complete {
  padding-bottom: 0px !important;
  max-height: max-content !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-right: 0px !important;
}
.loading-override {
  height: 50px;
}
.input-container--size {
  font-weight: 400 !important;
}
.homeview--outer-selection-panel {
  height: 48px;
  border: solid 2px #E4E9F2;
  display: flex;
}
.homeview--input-return-location {
  margin-left: 20px;
}
.homeview--outer-selections {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #1B7FC3;
}
.homeview--outer-modes {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.homeview--outer-mode-options {
  text-align: center;
  width: 45%;
  color: #1b7fc3;
}
.homeview--outer-selections__active {
  color: white !important;
  background: #1B7FC3 !important;
}








































































































































































































































































































































































































































































































































































































































































































































































































































































/* unfortunately browser vendors dont care about BEM */
[data-v-3f7a28fe]::-webkit-scrollbar {
  width: 12px;
}
/* Track */
[data-v-3f7a28fe]::-webkit-scrollbar-track {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
/* Handle */
[data-v-3f7a28fe]::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #1782c5;
}
[data-v-3f7a28fe]::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(0, 0, 0, 0.2);
}
.homeview--outer {
  position: absolute;
  margin-top: 10px;
  left: 10px;
  background-color: #fff;
  width: 400px;
  border-radius: 5px;
}
.homeview--inner {
  padding: 18px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
}
.homeview--child-orders {
  position: absolute;
  margin-bottom: 10px;
  display: block;
  justify-content: center;
  width: max-content;
  right: 25px;
  overflow-y: hidden;
}
.homeview--input-bundler {
  padding-bottom: 15px;
  display: flex;
}
.homeview--input-suggestions {
  position: absolute;
  margin-top: -15px;
  background: white;
  z-index: 10;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.homeview--input-suggestion-rows {
  height: 33px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 12px;
  cursor: pointer;
}
.homeview--input-suggetions-title {
  padding: 15px 15px 10px 15px;
  color: #4D4D4D;
}
.homeview--input-suggetions-link {
  color: #1B7FC3;
  text-align: center;
  padding: 15px 0px 15px 0px;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  justify-content: center;
}
.homeview--input-suggestion-rows-active {
  background: #80808014;
}
.homeview--input-suggestion-icon-holder {
  margin-right: 12px;
}
.homeview--input-suggestion-icon {
  font-size: 14px;
  color: #575454;
}
.homeview--input-suggestion-place-name {
  font-size: 13px;
  font-family: sans-serif;
  color: black;
}
.homeview--input-suggestion-address-name {
  font-size: 12px;
  font-family: sans-serif;
  color: rgba(0, 0, 0, 0.34);
  margin: 5px;
}
.homeview--input-spacer {
  width: 20px;
  margin-left: -20px;
}
.homeview--row__enter-region .el-input__inner::placeholder {
  color: #7a7a7a;
  font-size: 13px;
}
.homeview--freight {
  position: absolute;
}
.homeview--input-freight {
  display: block;
  padding-left: 20px;
}
.homeview--inner-override {
  padding: 0px !important;
}
.homeview--input-containers {
  padding-top: 0 !important;
  max-height: max-content !important;
}
.homeview--order-confirm-row__top {
 padding-bottom: 40px;
 font-weight: 500;
}
.homeview--order-confirm-row__middle {
  padding-bottom: 10px;
}
.homeview--order-confirm-row__bottom {
  padding-bottom: 10px;
}
.homeview--order-confirm-header {
  margin: 0px;
  color: gray;
}
.homeview--order-confirm__button {
  margin: auto;
  margin-bottom: 15px;
}
.homeview--order-confirm-body {
  margin: 0px;
  color: black;
}
.homeview--order-confirm {
  width: 100%;
}
.homeview--input-freight-locations {
  padding-bottom: 0 !important;
  max-height: 12.5rem !important;
}
.homeview--input-freight-containers {
  padding-bottom: 0px !important;
  max-height: max-content !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-right: 0px !important;
}
.homeview--input-container-details {
  margin-bottom: 10px;
}
.homeview--button-add-container {
  display: block;
  width: 75%;
  margin: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}
.bg-button-orange {
  background-color: #F57F20;
  border-color: #F57F20;
}
.color-blue {
 color: #1B7FC3;
}
.color-orange {
  color: #F57F20;
}
.inactive-1, .inactive-1:hover {
  background: #BDBDBD;
  border-color: #BDBDBD;
}
.inactive-2, .inactive-2:hover {
  background: #E1E1E1;
  border-color: #E1E1E1;
}
.homeview--input-pickup {
  padding: 0 !important;
}
.homeview--input-categories {
  width: 94%;
  margin-left: 6%;
  height: 36px;
}
.input-spacer {
  margin-bottom: 10px;
}
.ongoing--card-text {
  margin: auto;
}
.ongoing--order-count {
  padding: 10px 25px 10px 25px;
  border-bottom: 0.5px solid #BDBDBD;
  width: 80%;
  margin: auto;
  font-size: 11px;
  color: #757575;
}
.card-location-override {
  padding-top: 15px;
}
.bg-white {
  background: #ffffff;
}
.homeview--section {
  max-height: 13.5rem;
  overflow-y: auto;
}
.homeview--section__container {
  margin: 10px;
  border-radius: 5px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #E1E3E8;
  padding: 10px;
  width: auto;
}
.homeview--container-table {
  width: 100%;
  margin-left: 2%;
}
.homeview--remove__icon {
  margin-left: auto;
  display: flex;
  margin-right: 10%;
  cursor: pointer;
  color: #1B7FC3;
}
.homeview--edit__icon {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  color: #1B7FC3;
}
.homeview--edit__text {
  margin-top: 3px;
  margin-right: 5px;
  font-size: 10px;
  color: #1B7FC3;
  text-decoration: underline;
}
.homeview--heading {
  display: flex;
}

.homeview--heading__container {
  font-size: 11px;
  text-align: left;
  color: #1B7FC3;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ongoing--card-override {
  padding: 15px;
}
.card--override {
  max-width: max-content !important;
}
.ongoing--card-row {
  display: flex;
}
.homeview--heading__container-ongoing {
  margin-top: 0;
  font-size: 10px;
  margin-bottom: 0px;
  color: #1B7FC3;
  padding-right: 10px;
}
.homeview--outer-override {
  min-width: 400px;
  z-index: 10;
  min-height: fit-content;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 80vh;
}
.homeview--heading__container-details {
  font-size: 14px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}
.homeview--body__container-ongoing {
  font-size: 12px;
  text-align: left;
  color: #848383;
  padding-right: 10px;
}
.homeview--container-card {
  padding-right: 5px;
  padding-bottom: 5px;
}
.homeview--order-details {
  padding: 20px;
  width: 100%;
  background-color: #F2FAFF;
  padding-bottom: 5px;
}
.homeview--order-details-edit {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 12px;
  cursor: pointer;
}
.homeview--inputs-override {
  padding: 18px;
}
.homeview---top-details-left, .homeview---top-details-right {
  color: #1782c5;
}
.homeview---top-details-right {
  font-size: 13px;
}
.homeview--bottom-details {
  font-size: 11px;
}
.col-right {
  padding-left: 50px;
}
.col-left {
  padding-left: 20px;
}
.block {
  display: block;
}
.homeview--input-bundler__img,
.homeview--input-bundler__img-right,
.homeview--input-bundler__input {
  display: flex;
}
.homeview--input-bundler__img {
  max-width: 10px;
  height: 10px;
  position: relative;
  top: 15px;
  left: -15px;
}
.homeview--input-bundler__waypoints {
  margin-top: -10px;
  padding-left: 10px;
}
.homeview--stops {
  text-decoration: none;
  color: #1782c5;
  font-size: 13px;
  padding-top: 10px;
}
.homeview--row {
  padding: 10px 20px;
  font-size: 13px;
}
.homeview--row__more-destinations {
  padding-left: 5px;
  margin-top: -10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.homeview--row__font-awesome {
  padding-right: 10px;
  font-size: 13px;
}
.homeview--add {
  text-decoration: none;
  color: #1782c5;
  font-size: 13px;
  padding-left: 10px;
}
.row {
  display: flex;
  flex-direction: row;
}
.slide-fade-enter-active {
  transition: all 0.8s ease;
}
.slide-fade-leave-active {
  transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter {
  transform: translateX(20px);
  opacity: 0;
}
.slide-fade-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}
.slide-fade-move {
  transition: transform 1s;
}
.homeview--input-bundler__img-right {
  max-width: 10px;
  height: 10px;
  position: relative;
  top: 15px;
  left: 30px;
  cursor: pointer;
}
.homeview--row__font-awesome.homeview--input-bundler__img-right {
  visibility: visible;
}
.homeview--row__font-awesome.homeview--input-bundler__img-right:hover {
  visibility: visible !important;
}
.homeview--input-bundler__destination-input {
  margin-right: -20px;
}
.homeview--form__scrollable {
  margin-right: -20px;
  padding-right: 30px;
  max-height: 10rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.home-view-vendor-and-optins-wrappper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50vh;
  margin-right: -20px;
  padding-right: 10px;
}
.dedicated-vendors-wrapper {
  max-height: 33vh !important;
}
.homeview--input-bundler__destination-short-input {
  margin-right: unset;
}
.homeview--top-locations {
  color: grey;
}
.home-view-notes-wrapper {
  margin-bottom: 22px;
}
.orders-loading-container {
  height: 1rem;
  margin-bottom: 10px;
}
.orders-loading-container--completion {
  margin-bottom: 0px;
}
.homeview--form__header {
  color: #555;
  text-transform: uppercase;
  font-size: 10.2px;
  margin-bottom: 10px;
}
.homeview--form__header-lower {
  margin-top: 20px;
  margin-bottom: -10px;
}
.home-view--form__seperator {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 30px 20px 10px 40px;
}
.home-view--seperator__vendors {
  margin: unset;
}
.homeview--proceed {
  padding-left: 40px;
  padding-right: 10px;
}
.homeview--input-products {
  padding: 20px 30px 0px 35px;
}
.home-view-vendor-classes {
  margin-top: 25px;
}
.home-view-vendor-classes-menu--img,
.home-view-vendor-classes-menu--span {
  display: flex;
}
.home-view-vendor-classes-menu--img {
  max-width: 20px;
  padding: 0 5px;
}
.home-view-vendor-classes-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.homeview-locations-options {
  display: flex;
}
.homeview-locations-options-multi-destination-inactive {
  pointer-events: none;
  color: #BDBDBD;
}
.homeview-locations-options-multi-destination-active {
  cursor: pointer;
}
.homeview-locations-options--add-destination {
  flex: 2 2 auto;
}
.homeview-locations-options--set-return {
  flex: 1 1 auto;
  margin-left: 19px;
}
.payments-orange {
  color: #f57f20;
}
.home-view-vendor-types-item--vendor-wrapper__vendor {
  flex-direction: column;
  flex: 1;
}
.home-view-vendor-types-item-vendor--vendor-formal-name {
  font-size: 14px;
}
.home-view-vendor-types-item-vendor--vendor-local-name {
  font-weight: 500;
}
.home-view-vendor-types-item-vendor--vendor-formal-name,
.home-view-vendor-types-item-vendor--vendor-local-name,
.home-view-vendor-types-item--cost-wrapper__cost,
.home-view-vendor-types-item--cost-wrapper_time {
  padding: 3px;
  width: max-content;
}
.home-view-truck-options-wrapper {
  width: 100%;
  font-size: 13px;
}
.home-view-truck-options-inner-wrapper {
  padding: 10px;
}
.home-view-truck-options--load-units .el-input-group__append,
.home-view-truck-options--load-units .el-input-group__prepend {
  width: 70px !important;
}
.home-view-truck-options-divider {
  border: 1px solid #e1e3e8;
  margin: 0 10px 10px 10px;
}
.home-view-truck-options-dedicated-notes {
  border: 1px solid #dddfe7;
  border-radius: 5px;
  padding: 2% 7% 7% 7%;
}
.home-view-truck-options-dedicated-notes-icon {
  width: 10px;
  height: 10px;
  background: #1B7FC3;
  border-radius: 10px;
  margin: 2px;
  margin-right: 10px;
}
.home-view-truck-options-dedicated-notes-label {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.home-view-truck-options-label {
  color: #212120;
  font-weight: 300;
  padding: 5px 0;
}
.home-view-truck-options-vehicle-type {
  border: solid 1px #dddfe7;
  border-radius: 5px;
  align-items: center;
  padding-left: 5%;
  font-weight: 400;
}

.home-view-truck-options-vehicle-type-title {
  display: flex;
  align-items: center;
  height: 30px;
  cursor: pointer;
}

.home-view-truck-options-vehicle-arrow {
  margin-left: 67%;
  border-radius: 13px;
  height: 15px;
  width: 15px;
  background: #1b7fc3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 9px;
  font-weight: 800;
}
.home-view-truck-options-schedule-discounts {
  color: black;
}
.home-view-truck-options-discounts-popup {
  top: 0px !important;
  height: max-content;
  left: 350px;
  width: 250px !important;
  position: absolute;
  z-index: 2008;
  margin-left: 26px;
}
.relative {
  position: relative;
}
.discounts_popup {
  width: 300px;
  height: max-content;
}
.discounts_popup, .upload-popup, .tour-popup, .locations-popup {
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: white;
}
.upload-popup {
  width: 30%;
  height: max-content;
  border-radius: 0px;
}
.close-variant {
  margin-left: auto;
  cursor: pointer;
}
.tour-popup {
  width: 30%;
  height: max-content;
  border-radius: 10px;
}
.locations-popup {
  width: 350px;
  height: max-content;
  border-radius: 0px;
}
.locations-popup-title {
  display: flex;
  align-items: center;
  padding-right: 5px;
}
.locations-popup-button-inactive {
  margin: 15px 10px 10px 20px;
  width: -webkit-fill-available;
  height: 40px;
  background: #7F7F7F;
  color: white;
  border: none;
  border-radius: 5px;
  pointer-events: none;
}
.locations-popup-button-active {
  margin: 15px 10px 10px 20px;
  width: -webkit-fill-available;
  height: 40px;
  color: white;
  border: none;
  border-radius: 5px;
  background: #007ECB;
}
.locations-popup-title-text {
  margin-left: 20px;
  font-weight: 500;
  font-size: 17px;
}
.locations-popup-saved-title {
  border-top: 1px solid rgba(0, 0, 0, 0.28);
  padding: 15px 0px 0px 15px;
  display: flex;
  font-weight: 500;
  font-size: 15px;
}
.locations-popup-saved-list {
  max-height: 160px;
  overflow-y: auto;
  margin-bottom: 15px;
}
.locations-popup-saved-remove {
  margin-left: auto;
  font-size: 12px;
  color: #F57F20;
  margin-right: 15px;
}
.locations-popup-saved-name {
  text-overflow: ellipsis;
  width: 240px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.fa-icon-position-override {
  left: -5px !important;
}
.locations-popup-input {
  display: flex;
  padding-right: 10px;
}
.upload-photo {
  width: 140px;
  margin-top: 30px;
}
.upload-link {
  text-decoration: underline;
  cursor: pointer;
  color: #1782c5;
}
.upload-link:hover {
  color: #0d517b;
}
.upload-par {
  padding-top: 20px;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 20px;
  color: black;
}
.upload-text {
  font-size: 12px;
  margin-bottom: 5px;
  font-style: italic;
}
.upload-csv-button {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
#upload-input {
  width: 150px;
}
.close {
  float: right;
  margin-top: -25px;
  margin-right: -20px;
}
.discount-popup-dismiss {
  background-color: #1882c5;
  color: white;
  border: none;
  width: 70px;
  height: 30px;
  border-radius: 5px;
  margin: 10px;
}
.el-icon-circle-check-outline {
  color: #51a65b !important;
}
.el-icon-close {
  color: #bc5000 !important;
}
.el-icon-loading {
  color: #1b7fc3 !important;
}
#icon_override {
  width: 100%;
  height: 55%;
  zoom: 2;
  font-size: 35px;
}
.blinder {
  width: 100%;
  height: 100%;
  background-color: #00000070;
  z-index: 50;
}
.frown-icon-class {
  height: 85px;
  margin-top: 20px;
}
.el-date-table td.disabled div {
  background-color: #00000040 !important;
}
.el-popper[x-placement^='bottom'] {
  margin-top: 0px !important;
  background-color: #1782c5;
  border: 0px solid #1782c5;
}
.el-popper[x-placement^='bottom'] .popper__arrow {
  display: none;
}
.el-select-dropdown__item,
.el-select-dropdown__item.hover,
.el-select-dropdown__item.selected {
  color: #ffffff !important;
  background-color: #1782c5 !important;
}
.el-select-dropdown__list {
  padding: unset !important;
}
.home-view-truck-options-inner--load-weight {
  margin-right: 5px;
}
.body {
  overflow: hidden;
}
.home-view-truck-options-inner--load-weight .el-input-group__append,
.el-select-dropdown__list span {
  font-size: smaller !important;
}
.extended-options-wrappper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 70vh;
  margin-right: -20px;
  padding-right: 10px;
}
.home-pair-text {
  text-align: center;
  font-size: 14px;
  padding: 20px;
}
.home-view-pair-rider-wrapper {
  width: 90%;
  font-size: 14px;
}
.home-view-vendor-classes-menu-payment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: nowrap;
}
.homeview--childinfo {
  z-index: 10;
  width: 70%;
  left: 15%;
  position: absolute;
  bottom: 10px;
}
.homeview--childinfo-row {
  display: flex;
}
.homeview--childinfo-col-1 {
  margin-right: 5%;
  width: 50%;
  margin-bottom: 20px;
}
.homeview--childinfo-col-2 {
  margin-right: 5%;
  width: 50%;
}
.homeview--childinfo-card {
  display: flex;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  width: 100%;
  margin: auto;
}
.homeview--childinfo-cancel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15%;
}
.homeview--childinfo-order-status {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #F57F20;
  margin-bottom: 15px;
  margin-top: 10px;
}
.homeview--childinfo-order-details {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #1B7FC3;
  margin-bottom: 10px;
  margin-top: 5px;
}
.homeview--childinfo-rider-details {
  display: flex;
  align-items: center;
}
.homeview--childinfo-rider-photo {
  width: 20%;
  border-radius: 65px;
  overflow: hidden;
}
.homeview--childinfo-rider-col {
  width: 30%;
  padding-left: 5%;
}
.homeview--childinfo-order-actions {
  display: flex;
  margin-bottom: 18px;
  margin-top: 20px;
}
.childinfo-container {
  border-top: 0.5px solid #BDBDBD;
  padding-top: 5px;
  border-bottom: 0.5px solid #BDBDBD;
  margin-bottom: 5px;
}
.homeview-action-icon-divider {
  position: absolute;
  border-left: 0.5px solid #BDBDBD;
  height: 20px;
  width: 1px;
  margin-left: 5px;
  margin-top: 11px;
}
.no-margin {
  margin: 0;
}
.homeview--input-header {
  color: #1682c5;
  font-weight: 500;
}
.homeview--childinfo-card-right, .homeview--childinfo-card-left {
  font-size: 12px;
  line-height: 12px;
  width: 50%;
  padding: 20px;
  border-left: 0.5px solid #BDBDBD;
}
.homeview--childinfo-contact {
  width: 60px;
}
.full-width {
  width: 100%;
}
.homeview--icon-success, .homeview--icon-pending, .homeview--icon-ongoing {
  height: 10px;
  width: 10px;
}
.homeview--icon-success {
  color: #43A047;
  margin-right: 10px;
}
.homeview--icon-pending {
  color: #C4C4C4;
  margin-right: 10px;
  background: #C4C4C4;
  border-radius: 30px;
}
.homeview--icon-ongoing {
  color: #F57F20;
  margin-right: 10px;
  background: #F57F20;
  border-radius: 30px;
}
.homeview--field {
  color: #969494;
  margin-top: 5px;
}
.homeview--return-input {
  margin-top: 10px;
  font-style: italic;
  font-size: 12px;
}
.home-view--upload-par, .home-view--upload-button {
  text-align: center;
  color: #1682c5;
  font-weight: 500;
}
.home-view--upload-button {
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.homeview--return-destination {
  margin-top: 15px;
}
.homeview--input-freight-complete {
  padding-bottom: 0px !important;
  max-height: max-content !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-right: 0px !important;
}
.loading-override {
  height: 50px;
}
.input-container--size {
  font-weight: 400 !important;
}
.homeview--outer-selection-panel {
  height: 48px;
  border: solid 2px #E4E9F2;
  display: flex;
}
.homeview--input-return-location {
  margin-left: 20px;
}
.homeview--outer-selections {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #1B7FC3;
}
.homeview--outer-modes {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.homeview--outer-mode-options {
  text-align: center;
  width: 45%;
  color: #1b7fc3;
}
.homeview--outer-selections__active {
  color: white !important;
  background: #1B7FC3 !important;
}


.tour-pointer-1 {
  position: relative;
  left: 20px;
}
.home-view-actions--items:hover {
  color: #1782c5;
}

.home-view-notes-wrapper--item,
.home-view-notes-wrapper--item__option-div,
.home-view-notes-wrapper--item__option-svg,
.home-view-notes-wrapper--item__option {
  display: flex;
}

.home-view-notes-wrapper--item__option-div {
  padding-left: 29px;
  color: #555555ba;
}

.home-view-notes-wrapper--item__link:hover {
  color: #1782c5;
  cursor: pointer;
}

.card-option-disabled-notification {
  padding: 19px;
  border-radius: 5px;
  background-color: #E8F3FC;
  color: #0F4176;
  font-size: 12px;
}

.payment-options-alignment {
  display: flex;
  align-items: flex-end;
}

.payment-options-cards-title {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  margin: 0px 0px 10px 0px;
  color: #527CBD;
}
.back-option {
  cursor: pointer;
}

.no-saved-cards-label {
  margin: 30px 0px 30px 0px;
  font-size: 12px;
  color: #144577;
}

.payment-options-cards-container {
  padding: 10px 25px 10px 25px;
}

.payment-options-add-card {
  align-items: flex-end;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 12px;
  color: #527CBD;
  margin-left: 8px;
}

.payment-options-add-card-icon {
  color: #527CBD;
}

.payment-options-saved-card-radio {
  margin-right: 10px;
}

.payment-options-delete-card-icon {
  margin-left: auto;
  color: red;
  cursor: pointer;
}

.delete-saved-card-dialogue {
  height: 100px;
  padding: 10px;
}

.delete-saved-card-dialogue-label {
  text-align: center;
}
.delete-saved-card-dialogue-buttons {
  padding: 5px 10px 5px 10px;
  margin: 5px;
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
}

.payment-options-saved-cards-row {
  height: 30px;
  display: flex;
  align-items: center;
  color: #606266;
  letter-spacing: 0.03em;
  font-size: 13px;
  cursor: pointer;
}

.fake-input-1 iframe {
  height: 35px;
  width: -webkit-fill-available;
  border-radius: 4px;
  padding-left: 10px;
  color: #C0C4CC;
  margin-top: 5px;
  border: 1px solid #909399;
  background: white;
}
#cc-save-card-1 {
  height: 40px;
  display: flex;
  align-items: center;
}
#cc-amount-1 {
  display: none;
}
.fake-checkbox-1 iframe {
  height: 14px;
  width: 14px;
  margin-right: 2px;
  margin-bottom: -3px;
}
.fake-checkbox-label-1 {
  font-size: 12px;
  color: #303133;
}
.paymentbody--form form {
  padding-left: 10px;
  padding-right: 10px;
}
.cvv-expire-fields {
  display: flex;
}
#cc-expiration-date {
  width: 67%;
}
#cc-cvc {
  width: 30%;
  padding-left: 3%;
}
.amount-input {
  display: flex;
  align-items: center;
}
.amount-input .fake-input-1 {
  width: 90%;
}
.amount-input .fake-input-1 iframe {
  border-radius: 0px 5px 5px 0px !important;
}
#react {
  color: #C0C4CC;
  letter-spacing: 0.03em;
}

.VGS-form {
  width: 240px;
}

.payment-options-add-card-holder {
  margin: 10px 0px 5px 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.home-view-notes-wrapper--item__row {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  margin-top: -11px;
  font-size: 13px;
  padding-left: 29px;
}

.home-view-notes-wrapper--item {
  padding-left: unset;
}

.home-view-notes-wrapper--item__option {
  flex: 4;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
}

.home-view-notes-wrapper--item__value {
  flex: 1;
  display: flex;
  align-self: flex-end;
  flex-direction: row-reverse;
  justify-content: center;
  padding-right: 40px;
}

.home-view-notes-wrapper--item__balance {
  margin-bottom: 14px;
  font-size: 14px;
}

.home-view--seperator__mini {
  margin-left: 30px !important;
  margin-right: 30px !important;
  border-top: 1px solid #66666614 !important;
}

.home-view-notes-wrapper--item__option-svg {
  margin-right: 10px;
}

.home-view-actions__element-date {
  width: 100% !important;
}

.el-date-picker {
  left: 48px;
}

.home-view-notes-wrapper--item__value .el-radio__label {
  display: none !important;
}

.home-view-place-order--mpesa-cancel {
  margin-top: 20px;
}
.payment__radio-button {
  margin-top: 7% !important;
  margin-right: 7% !important;
}
.payment__radio-button-dedicated {
  margin-right: 7% !important;
}
.payment__radio-button-label {
  width: 100% !important;
}
.card-accounts-list {
  background: aliceblue !important;
}
.order_final_summary{
  margin-left: 6%;
  margin-right: 6%;
}
.confirm-label{
  font-size: 19px;
  font-weight: 400;
  color: #1B7FC3;
  letter-spacing: 0.02em;
}
ul.summary_timeline {
  list-style-type: none;
  position: relative;
  margin-left: -7%;
}
ul.summary_timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 82%;
  z-index: 400;
}
ul.summary_timeline > li {
  margin: 20px 0;
  padding-left: 20px;
  height: 35px;
  margin-bottom: 30px !important;
}
ul.summary_timeline > li:before {
  /* content: ' '; */
  background: #1B7FC3;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #1B7FC3;
  left: 20px;
  width: 14px;
  height: 14px;
  z-index: 400;
  content: '';
  font-size: 16px;
  color: white;
}
.order_summary_timeline li:first-child:before {
    background: #f57f20;
    border: 4px solid #f57f20;
    content: '';
}
.delivery_label{
  color: #3D5266;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 2% !important;
}
.delivery_points{
  margin-top: 0 !important;
  margin-bottom: 1% !important;
}
.order_summary__img{
  flex-basis: 11%;
}
.order_summary--vendor-wrapper{
 flex-direction: row;
 justify-content: flex-start;
 align-items: center;
 flex-basis: 43%;
}
.order_summary-types-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-top: 2%;
}
.order_summary-item__image {
  height: 30px;
  min-width: 30px;
}
.order_summary-wrapper__vendor {
  flex-direction: column;
  flex: 1;
}
.order_summary--vendor-formal-name{
  padding: 3px;
}
.order_summary--outline{
  margin-top: 3%;
}
.btn-edit-order{
  color: #FF7900 !important;
  background: #F5F7FA !important;
  border-color: #FF7900 !important;
  width: 45% !important;

}
.btn-submit-order{
  color: #FFFFFF !important;
  background: #F57F20 !important;
  border-color: #FF7900 !important;
  width: 45% !important;
}
.confirm_button_outer{
  display:flex;
  justify-content: space-between;
  margin-top: 10%;
}
.calender--icon{
  font-size: 30px;
}
.summary-button-outer{
  display: flex;
  justify-content: space-between;
  margin-top: 10%;
  margin: 1em;
  margin-right: 0% !important;
  margin-left: 0% !important;
}
.count_down_section{
  font-size: 15px;
  margin-top: 7%;
  margin-bottom: 6%;
}
.timeout_text{
  color: #000000;
}
.timeout_count{
  color: #1B7FC3;
}
.summary-pop-up > div.el-dialog__wrapper > div > div.el-dialog__header{
  padding-top: 0% !important;
}
.countdown_divider{
  border-bottom: 1px solid #74696942;
  margin-top: 6%;
}
.summary-pop-up > div.el-dialog__wrapper > div > div.el-dialog__body{
  padding-top: 2% !important;
}
.summary-pop-up > div.el-dialog__wrapper > div > div.el-dialog__header > button > i{
  display: none;
}
.summary-pop-up > div.v-modal{
  opacity: .5 !important;
  background: #000 !important;
  z-index: 2000 !important;
}
.instructions-notes{
  margin-top: 2%;
}
.visinity_point{
  font-size: 10px;
  color: #959090;
  margin-bottom: 5%;
}

.reset-font {
  font-family: 'Rubik', sans-serif;
}
.home-view--seperator {
  border-top: 1px solid #6663;
  margin-left: -20px;
  margin-right: -20px;
}
.home-view-vendor-classes--title {
  text-align: center;
  font-weight: normal;
  padding: 20px 20px 0px 20px;
  font-size: 14px;
}
.home-view-vendor-classes--icons,
.home-view-vendor-classes--label,
.home-view-vendor-classes-icons-item,
.home-view-vendor-classes-label-item {
  display: flex;
}
.home-view-vendor-classes-icons-item,
.home-view-vendor-classes-label-item {
  flex: 1;
  align-items: center;
}
.vendor__img_pstn {
  flex-basis: 11% !important;
}
.home-next-step {
  color: #1782c5;
}
.back-to-home-btn {
  padding-left: 6px;
  color: #000000;
  font-size: 25px;
  cursor: pointer;
}
.vendor_component-actions__element-date {
  background-color: white !important;
  width: 100% !important;
}
.vendor_component-actions__input-time {
  background-color: white !important;
  width: 45% !important;
  margin: auto;
  font-size: 12px;
}
.vendor_component-actions__title {
  text-align: center;
  font-weight: 500;
}
.vendor_component-actions__element-time {
  padding: 5%;
  box-shadow: 1px 0px 9px rgba(0, 0, 0, 0.21);
  margin-top: 10px;
  border-radius: 5px;
}
.vendor_component-actions__divider {
  margin-left: 3%;
  margin-right: 2%;
  color: #1782c5;
  font-size: 16px;
  font-weight: 600;
}
.pair_rider_section {
  width: 100%;
}
.home-view-vendor-classes--label {
  padding: 5px 0px;
  margin-top: 5px;
  padding-bottom: 1px;
}
.home-view--outline {
  border-bottom: 2px solid #ebeef5;
}
.home-view-vendor-classes-menu.section__link.router-link-active {
  width: 100%;
}
.home-view-vendor-classes-icons-item--img {
  width: 30px;
  max-height: 30px;
}
.home-view-vendor-classes-label-item {
  text-transform: uppercase;
  font-size: smaller;
}
.home-view-vendor-classes-label-item,
.home-view-vendor-classes-icons-item--img,
.home-view-actions--items__img,
.home-view-actions--items__span {
  cursor: pointer;
}
.home-view-vendor-types {
  margin-top: 20px;
}
.home-view-vendor-types--item {
  border-radius: 5px;
  margin: 13px 0;
  cursor: pointer;
  border: 2px solid #e1e3e8;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: transparent;
  color: #1782c5;
}
.home-view-vendor-types--item:hover,
.home-view-vendor-types--item:active,
.home-view-vendor-types--item__active {
  border: 2px solid #1782c5;
  background-color: #fff;
}

.home-view-vendor-types--item,
.home-view-vendor-types-item,
.home-view-vendor-types-item--cost-wrapper,
.home-view-vendor-types-item--vendor-wrapper,
.home-view-carrier-type {
  display: flex;
}
.home-view-vendor-types-item {
  justify-content: space-between;
  align-items: center;
}
.home-view-vendor-types-item {
  flex: 1;
}
.home-view-vendor-types-item--cost-wrapper {
  flex-direction: row;
  padding-right: 10px;
  align-items: center;
  /* flex-basis: 52%; */
}
.home-view-vendor-types-item--vendor-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  /* flex-basis: 43%; */
}
.home-view-vendor-types-item__image {
  height: 30px;
  min-width: 30px;
}
.home-view-vendor-types-item--cost-wrapper_time,
.home-view-vendor-types-item-vendor--vendor-local-name {
  font-size: xx-small;
}
.home-view-vendor-types-item--cost-wrapper__cost {
  font-size: smaller;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-view-vendor-types-item--vendor-wrapper__img {
  padding-left: 10px;
  flex-basis: 25%;
}
.home-view-vendor-types-item--cost-wrapper-left {
  flex-direction: column;
  flex-basis: 90%;
  align-items: flex-end;
  padding-right: 10px;
}
.home-view-vendor-types-item--cost-wrapper-right {
  align-self: center;
  justify-content: flex-end;
  flex-basis: 10%;
}
.home-view-vendor-types-item-wrap {
  flex-wrap: wrap;
}
.home-view-carrier-type {
  width: 100%;
  justify-content: space-evenly;
  padding: 10px 0 10px 0;
}
.home-view-carrier-type--left-aligned {
  justify-content: space-around;
}

/* --start vendor actions */

.home-view-actions,
.home-view-actions--items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-view-actions--items {
  flex: 1;
}
.home-view-place-order {
  margin: 20px 0px 0px 0px;
}
.home-view--place-order {
  width: 100%;
  text-transform: uppercase;
}
.home-view-actions--items__span {
  font-size: small;
  padding: 5px;
  cursor: pointer;
}
.home-view-actions {
  margin: 10px 0;
  border-bottom: 2px solid #ebeef5;
}
.home-view-actions--schedule {
  margin-bottom: 15px;
  color: #1782c5;
  font-size: small;
  margin-top: 20px;
}
.home-view-section__link {
  color: #555 !important;
  text-transform: capitalize !important;
  font-size: 14px;
  text-align: center;
  /* padding: 10px 25px; */
  text-decoration: none;
}

.home-view-section__link:hover {
  color: #1782c5 !important;
  cursor: pointer;
}
.home-view-section__link-active {
  font-weight: normal !important;
  color: #1782c5 !important;
  margin-bottom: -3px;
}
.home-view-actions__element-date .el-input__inner,
.home-view-actions__element-date .el-input__icon {
  color: #1782c5;
}
.home-view-actions--note {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 25px;
}

/* --end vendor actions */

/* start order actions */
.home-view-payments-wrapper,
.home-view-payments-wrapper--left,
.home-view-payments-wrapper--right,
.home-view-payments-wrapper--left__amount-label,
.home-view-payments-wrapper--left__amount-figure,
.home-view-payments-wrapper--right-label,
.home-view-payments-wrapper--right-amount,
.home-view-vendor-types-item--vendor-wrapper__vendor {
  display: flex;
}
.home-view-payments-wrapper {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  border: 1px solid #1782c5;
  border-radius: 5px;
  padding: 5px;
  margin-top: 20px;
}
.home-view-payments-wrapper--left,
.home-view-payments-wrapper--right,
.home-view-payments-wrapper--right-amount,
.home-view-payments-wrapper--right-label,
.home-view-payments-wrapper--left__amount-figure,
.home-view-payments-wrapper--left__amount-label {
  flex: 1;
}
.home-view-payments-wrapper--left,
.home-view-payments-wrapper--right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-view-payments-wrapper--left__amount-label,
.home-view-payments-wrapper--right-label {
  font-size: 10px;
}
.home-view-payments-wrapper--left__amount-figure,
.home-view-payments-wrapper--right-amount {
  font-size: 12px;
}
.home-view-payments--postpay {
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 20px;
  color: #1782c5;
  margin-bottom: -15px;
}

.pair_confirm_btn {
  margin: 20px 0px 0px 0px;
}
.pop-over-layout {
  background-color: #fff !important;
  width: 20% !important;
  min-height: 19% !important;
}
.pair-rider-name {
  padding: 8px;
  font-size: 13px;
}
.bottom-spacer {
  margin-bottom: 10px;
}
.recipient-section {
  display: none;
}
.el-popper[x-placement^='right'] .popper__arrow::after {
  bottom: 0px;
  border-right-color: #ffffff !important;
}
.display_paired_rider_img {
  height: 55px;
  vertical-align: middle;
  border-radius: 15%;
}
.display_rider_inline {
  border-right: 1px solid #74696942;
  width: 58% !important;
  text-align: center;
  padding-top: 14px;
}
.upper_scope_pair_text {
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 10px;
  text-transform: capitalize;
}
.pair_info_text_content {
  font-family: 'Rubik', sans-serif;
  color: #555;
  font-weight: 300;
}
.pair_right_more_info {
  width: 40% !important;
  text-align: center;
  padding-top: 20%;
}
.pair-model-info {
  font-size: 12px;
}

.home-view-actions--items__span .el-icon-goods,
.home-view-actions--items__span .el-icon-edit-outline,
.home-view-actions--items__span .el-icon-time {
  margin-left: -15px;
  margin-top: 2px;
}
/* end order actions */

/* start transitions */
.home-carrier-type-fade-enter-active,
.home-carrier-type-fade-leave-active {
  opacity: 0;
}
.home-carrier-type-fade-enter,
.home-carrier-type-fade-leave-to {
  opacity: 0;
}
.tier_description_background {
  background-color: #1782c5;
}
.extra_info_background {
  background-color: #fff;
}
.load-weight {
  width: 50% !important;
  font-style: italic;
}
.tonage-value-text {
  color: #555 !important;
  padding-left: 10px;
}
.tonnage-validate-error {
  color: #e08445;
  font-family: 'Rubik', sans-serif;
  text-align: left;
  font-size: 13px;
  width: 320px;
}
.load-weight-outer {
  padding-bottom: 0px;
}
.el-picker-panel__body-wrapper {
  background-color: white !important;
}
.el-time-panel {
  font-family: 'Rubik', sans-serif;
}
.home-view-vendor-types--item__unavailable {
  background: #fbfbfb;
  color: #808080;
  font-weight: 400 !important;
}
.home-view-vendor-types-carrier {
  width: 60px;
}
.home-view-vendor-types-carrier-container {
  display: -webkit-inline-box;
  width: 180px;
  overflow-x: hidden;
}
.home-view-vendor-types-item__image-dedicated {
  display: block;
  margin: auto;
}
.dedicated-vendor-select .el-input {
  font-size: 12px;
  width: 230px;
  margin-bottom: 10px;
}
.dedicated-vendor-popper-class {
  background: white !important;
  font-size: 12px;
  color: black;
}
.dedicated-vendor-icon {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.dedicated-vendor-container {
  padding-left: 10%;
}
.home-view-vendor-types-item-vendor--vendor-formal-name-dedicated {
  font-size: 11px;
  text-align: center;
}
.home-view-vendor-types--picker__unavailable {
  background: #fbfbfb;
  color: #808080;
  font-weight: 400 !important;
  pointer-events: none;
}
.home-view-vendor-types--icon__unavailable {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  color: #808080 !important;
}
.home-view-vendor-types-item--cost-wrapper-right > span > span {
  background-color: inherit;
}
.home-view-vendor-select-vendor-number .el-input {
  width: 70px;
}
.home-view-vendor-select-vendor-number .el-input__inner {
  color: #1b7fc3;
}
.home-view-vendor-types--extra__unavailable {
  background: rgba(173, 173, 173, 0.97) !important;
  color: #ffffff !important;
}
.vendor_component-schedule {
  font-size: 10px;
  color: #212120;
}
.dedicated-minus-icon, .dedicated-plus-icon {
  font-size: 9px;
  font-weight: 900;
  margin: 5px;
}
.dedicated-vendor-items-divider {
  border-right: solid 1px;
  margin-right: 3px;
}
.dedicated-vendor-items-select {
  padding-right: 3px !important;
}
.dedicated-wrapper-override {
  max-height: 37vh !important;
}
.pairing-alert{
  width: 20% !important;
  margin-top: 12%;
  border: none;
  text-align: center;
}
.pairing-alert-icon{
  font-size: 30px;
  color: #f57e20;
}
.pairing-error-display{
  width: 77% !important;
  padding-top: 4%;
}
.pairing-error-header{
  margin-bottom: 3%;
  text-transform: capitalize;
}
.vendorExtraInfo{
  background-color: #1782c5 !important;
}
/* end transitions */
.button-additional-notes{
background-color: #fff;
background-image: none;
border-radius: 4px;
border: 1px solid #dcdfe6;
box-sizing: border-box;
color: #606266;
display: inline-block;
font-size: 13px;;
height: 40px;
line-height: 40px;
outline: 0;
padding-left: 15px;
transition: background-color 0.3s;
width: 100%;
text-align: left;
cursor: pointer;
}
.align-instructions-icon{
  margin-left: 42% !important;
}
.instructions-holder{
  display: inline-block;
  width: 50%;
}
.add-instructions-submit{
  margin-top: 6% !important;
  width: 100% !important;
}
.add-instructions-setup{
  margin-top: 3%;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 8%;
  color: rgba(0, 0, 0, 0.72);
}
.add-instructions-setup-label{
  margin-top: 0;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 1%;
}
.add-instructions-setup-contact{
  margin-bottom: 1%;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.72);
  margin-top: 4%;
}
.add-instructions-outer{
  margin-left: 6%;
  margin-right: 6%;
}
.add-instructions-pop-up > div > div > div.el-dialog__header{
  padding-top: 0 !important;
}
.add-instructions-pop-up > div > div > div.el-dialog__body{
  padding-top: 0 !important;
}
.add-notes{
 font: inherit !important;
}
.instructions--inner-section{
  margin-bottom: 10%;
}
.notify_recipient{
 margin-top: 14px;
 font-size: 12px;
 line-height: 20px;
 display: flex;
 align-items: center;
 color: #878686;
}
.send_sms-checkbox{
 margin-left: 0;
}
.instructions-set{
  margin-left: 3%;
}

.tour-pointer-3[data-v-1618b5a6] {
  float: right;
  position: relative;
  left: 10px;
}
.tour-pointer-4[data-v-1618b5a6] {
  float: right;
  position: relative;
  right: 5px;
  top: 5px;
}
.info-icon-spacer[data-v-1618b5a6] {
  padding: 0px 0px 0px 5px;
}
.homeview--outer {
  position: absolute;
  margin-top: 10px;
  left: 10px;
  background-color: #fff;
  width: 400px;
  border-radius: 5px;
}
.homeview--inner {
  padding: 18px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
}
.homeview--child-orders {
  position: absolute;
  margin-bottom: 10px;
  display: block;
  justify-content: center;
  width: max-content;
  right: 25px;
  overflow-y: hidden;
}
.homeview--input-bundler {
  padding-bottom: 15px;
  display: flex;
}
.homeview--input-suggestions {
  position: absolute;
  margin-top: -15px;
  background: white;
  z-index: 10;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.homeview--input-suggestion-rows {
  height: 33px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 12px;
  cursor: pointer;
}
.homeview--input-suggetions-title {
  padding: 15px 15px 10px 15px;
  color: #4D4D4D;
}
.homeview--input-suggetions-link {
  color: #1B7FC3;
  text-align: center;
  padding: 15px 0px 15px 0px;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  justify-content: center;
}
.homeview--input-suggestion-rows-active {
  background: #80808014;
}
.homeview--input-suggestion-icon-holder {
  margin-right: 12px;
}
.homeview--input-suggestion-icon {
  font-size: 14px;
  color: #575454;
}
.homeview--input-suggestion-place-name {
  font-size: 13px;
  font-family: sans-serif;
  color: black;
}
.homeview--input-suggestion-address-name {
  font-size: 12px;
  font-family: sans-serif;
  color: rgba(0, 0, 0, 0.34);
  margin: 5px;
}
.homeview--input-spacer {
  width: 20px;
  margin-left: -20px;
}
.homeview--row__enter-region .el-input__inner::placeholder {
  color: #7a7a7a;
  font-size: 13px;
}
.homeview--freight {
  position: absolute;
}
.homeview--input-freight {
  display: block;
  padding-left: 20px;
}
.homeview--inner-override {
  padding: 0px !important;
}
.homeview--input-containers {
  padding-top: 0 !important;
  max-height: max-content !important;
}
.homeview--order-confirm-row__top {
 padding-bottom: 40px;
 font-weight: 500;
}
.homeview--order-confirm-row__middle {
  padding-bottom: 10px;
}
.homeview--order-confirm-row__bottom {
  padding-bottom: 10px;
}
.homeview--order-confirm-header {
  margin: 0px;
  color: gray;
}
.homeview--order-confirm__button {
  margin: auto;
  margin-bottom: 15px;
}
.homeview--order-confirm-body {
  margin: 0px;
  color: black;
}
.homeview--order-confirm {
  width: 100%;
}
.homeview--input-freight-locations {
  padding-bottom: 0 !important;
  max-height: 12.5rem !important;
}
.homeview--input-freight-containers {
  padding-bottom: 0px !important;
  max-height: max-content !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-right: 0px !important;
}
.homeview--input-container-details {
  margin-bottom: 10px;
}
.homeview--button-add-container {
  display: block;
  width: 75%;
  margin: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}
.bg-button-orange {
  background-color: #F57F20;
  border-color: #F57F20;
}
.color-blue {
 color: #1B7FC3;
}
.color-orange {
  color: #F57F20;
}
.inactive-1, .inactive-1:hover {
  background: #BDBDBD;
  border-color: #BDBDBD;
}
.inactive-2, .inactive-2:hover {
  background: #E1E1E1;
  border-color: #E1E1E1;
}
.homeview--input-pickup {
  padding: 0 !important;
}
.homeview--input-categories {
  width: 94%;
  margin-left: 6%;
  height: 36px;
}
.input-spacer {
  margin-bottom: 10px;
}
.ongoing--card-text {
  margin: auto;
}
.ongoing--order-count {
  padding: 10px 25px 10px 25px;
  border-bottom: 0.5px solid #BDBDBD;
  width: 80%;
  margin: auto;
  font-size: 11px;
  color: #757575;
}
.card-location-override {
  padding-top: 15px;
}
.bg-white {
  background: #ffffff;
}
.homeview--section {
  max-height: 13.5rem;
  overflow-y: auto;
}
.homeview--section__container {
  margin: 10px;
  border-radius: 5px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #E1E3E8;
  padding: 10px;
  width: auto;
}
.homeview--container-table {
  width: 100%;
  margin-left: 2%;
}
.homeview--remove__icon {
  margin-left: auto;
  display: flex;
  margin-right: 10%;
  cursor: pointer;
  color: #1B7FC3;
}
.homeview--edit__icon {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  color: #1B7FC3;
}
.homeview--edit__text {
  margin-top: 3px;
  margin-right: 5px;
  font-size: 10px;
  color: #1B7FC3;
  text-decoration: underline;
}
.homeview--heading {
  display: flex;
}

.homeview--heading__container {
  font-size: 11px;
  text-align: left;
  color: #1B7FC3;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ongoing--card-override {
  padding: 15px;
}
.card--override {
  max-width: max-content !important;
}
.ongoing--card-row {
  display: flex;
}
.homeview--heading__container-ongoing {
  margin-top: 0;
  font-size: 10px;
  margin-bottom: 0px;
  color: #1B7FC3;
  padding-right: 10px;
}
.homeview--outer-override {
  min-width: 400px;
  z-index: 10;
  min-height: fit-content;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 80vh;
}
.homeview--heading__container-details {
  font-size: 14px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}
.homeview--body__container-ongoing {
  font-size: 12px;
  text-align: left;
  color: #848383;
  padding-right: 10px;
}
.homeview--container-card {
  padding-right: 5px;
  padding-bottom: 5px;
}
.homeview--order-details {
  padding: 20px;
  width: 100%;
  background-color: #F2FAFF;
  padding-bottom: 5px;
}
.homeview--order-details-edit {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 12px;
  cursor: pointer;
}
.homeview--inputs-override {
  padding: 18px;
}
.homeview---top-details-left, .homeview---top-details-right {
  color: #1782c5;
}
.homeview---top-details-right {
  font-size: 13px;
}
.homeview--bottom-details {
  font-size: 11px;
}
.col-right {
  padding-left: 50px;
}
.col-left {
  padding-left: 20px;
}
.block {
  display: block;
}
.homeview--input-bundler__img,
.homeview--input-bundler__img-right,
.homeview--input-bundler__input {
  display: flex;
}
.homeview--input-bundler__img {
  max-width: 10px;
  height: 10px;
  position: relative;
  top: 15px;
  left: -15px;
}
.homeview--input-bundler__waypoints {
  margin-top: -10px;
  padding-left: 10px;
}
.homeview--stops {
  text-decoration: none;
  color: #1782c5;
  font-size: 13px;
  padding-top: 10px;
}
.homeview--row {
  padding: 10px 20px;
  font-size: 13px;
}
.homeview--row__more-destinations {
  padding-left: 5px;
  margin-top: -10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.homeview--row__font-awesome {
  padding-right: 10px;
  font-size: 13px;
}
.homeview--add {
  text-decoration: none;
  color: #1782c5;
  font-size: 13px;
  padding-left: 10px;
}
.row {
  display: flex;
  flex-direction: row;
}
.slide-fade-enter-active {
  transition: all 0.8s ease;
}
.slide-fade-leave-active {
  transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter {
  transform: translateX(20px);
  opacity: 0;
}
.slide-fade-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}
.slide-fade-move {
  transition: transform 1s;
}
.homeview--input-bundler__img-right {
  max-width: 10px;
  height: 10px;
  position: relative;
  top: 15px;
  left: 30px;
  cursor: pointer;
}
.homeview--row__font-awesome.homeview--input-bundler__img-right {
  visibility: visible;
}
.homeview--row__font-awesome.homeview--input-bundler__img-right:hover {
  visibility: visible !important;
}
.homeview--input-bundler__destination-input {
  margin-right: -20px;
}
.homeview--form__scrollable {
  margin-right: -20px;
  padding-right: 30px;
  max-height: 10rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.home-view-vendor-and-optins-wrappper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50vh;
  margin-right: -20px;
  padding-right: 10px;
}
.dedicated-vendors-wrapper {
  max-height: 33vh !important;
}
.homeview--input-bundler__destination-short-input {
  margin-right: unset;
}
.homeview--top-locations {
  color: grey;
}
.home-view-notes-wrapper {
  margin-bottom: 22px;
}
.orders-loading-container {
  height: 1rem;
  margin-bottom: 10px;
}
.orders-loading-container--completion {
  margin-bottom: 0px;
}
.homeview--form__header {
  color: #555;
  text-transform: uppercase;
  font-size: 10.2px;
  margin-bottom: 10px;
}
.homeview--form__header-lower {
  margin-top: 20px;
  margin-bottom: -10px;
}
.home-view--form__seperator {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 30px 20px 10px 40px;
}
.home-view--seperator__vendors {
  margin: unset;
}
.homeview--proceed {
  padding-left: 40px;
  padding-right: 10px;
}
.homeview--input-products {
  padding: 20px 30px 0px 35px;
}
.home-view-vendor-classes {
  margin-top: 25px;
}
.home-view-vendor-classes-menu--img,
.home-view-vendor-classes-menu--span {
  display: flex;
}
.home-view-vendor-classes-menu--img {
  max-width: 20px;
  padding: 0 5px;
}
.home-view-vendor-classes-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.homeview-locations-options {
  display: flex;
}
.homeview-locations-options-multi-destination-inactive {
  pointer-events: none;
  color: #BDBDBD;
}
.homeview-locations-options-multi-destination-active {
  cursor: pointer;
}
.homeview-locations-options--add-destination {
  flex: 2 2 auto;
}
.homeview-locations-options--set-return {
  flex: 1 1 auto;
  margin-left: 19px;
}
.payments-orange {
  color: #f57f20;
}
.home-view-vendor-types-item--vendor-wrapper__vendor {
  flex-direction: column;
  flex: 1;
}
.home-view-vendor-types-item-vendor--vendor-formal-name {
  font-size: 14px;
}
.home-view-vendor-types-item-vendor--vendor-local-name {
  font-weight: 500;
}
.home-view-vendor-types-item-vendor--vendor-formal-name,
.home-view-vendor-types-item-vendor--vendor-local-name,
.home-view-vendor-types-item--cost-wrapper__cost,
.home-view-vendor-types-item--cost-wrapper_time {
  padding: 3px;
  width: max-content;
}
.home-view-truck-options-wrapper {
  width: 100%;
  font-size: 13px;
}
.home-view-truck-options-inner-wrapper {
  padding: 10px;
}
.home-view-truck-options--load-units .el-input-group__append,
.home-view-truck-options--load-units .el-input-group__prepend {
  width: 70px !important;
}
.home-view-truck-options-divider {
  border: 1px solid #e1e3e8;
  margin: 0 10px 10px 10px;
}
.home-view-truck-options-dedicated-notes {
  border: 1px solid #dddfe7;
  border-radius: 5px;
  padding: 2% 7% 7% 7%;
}
.home-view-truck-options-dedicated-notes-icon {
  width: 10px;
  height: 10px;
  background: #1B7FC3;
  border-radius: 10px;
  margin: 2px;
  margin-right: 10px;
}
.home-view-truck-options-dedicated-notes-label {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.home-view-truck-options-label {
  color: #212120;
  font-weight: 300;
  padding: 5px 0;
}
.home-view-truck-options-vehicle-type {
  border: solid 1px #dddfe7;
  border-radius: 5px;
  align-items: center;
  padding-left: 5%;
  font-weight: 400;
}

.home-view-truck-options-vehicle-type-title {
  display: flex;
  align-items: center;
  height: 30px;
  cursor: pointer;
}

.home-view-truck-options-vehicle-arrow {
  margin-left: 67%;
  border-radius: 13px;
  height: 15px;
  width: 15px;
  background: #1b7fc3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 9px;
  font-weight: 800;
}
.home-view-truck-options-schedule-discounts {
  color: black;
}
.home-view-truck-options-discounts-popup {
  top: 0px !important;
  height: max-content;
  left: 350px;
  width: 250px !important;
  position: absolute;
  z-index: 2008;
  margin-left: 26px;
}
.relative {
  position: relative;
}
.discounts_popup {
  width: 300px;
  height: max-content;
}
.discounts_popup, .upload-popup, .tour-popup, .locations-popup {
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: white;
}
.upload-popup {
  width: 30%;
  height: max-content;
  border-radius: 0px;
}
.close-variant {
  margin-left: auto;
  cursor: pointer;
}
.tour-popup {
  width: 30%;
  height: max-content;
  border-radius: 10px;
}
.locations-popup {
  width: 350px;
  height: max-content;
  border-radius: 0px;
}
.locations-popup-title {
  display: flex;
  align-items: center;
  padding-right: 5px;
}
.locations-popup-button-inactive {
  margin: 15px 10px 10px 20px;
  width: -webkit-fill-available;
  height: 40px;
  background: #7F7F7F;
  color: white;
  border: none;
  border-radius: 5px;
  pointer-events: none;
}
.locations-popup-button-active {
  margin: 15px 10px 10px 20px;
  width: -webkit-fill-available;
  height: 40px;
  color: white;
  border: none;
  border-radius: 5px;
  background: #007ECB;
}
.locations-popup-title-text {
  margin-left: 20px;
  font-weight: 500;
  font-size: 17px;
}
.locations-popup-saved-title {
  border-top: 1px solid rgba(0, 0, 0, 0.28);
  padding: 15px 0px 0px 15px;
  display: flex;
  font-weight: 500;
  font-size: 15px;
}
.locations-popup-saved-list {
  max-height: 160px;
  overflow-y: auto;
  margin-bottom: 15px;
}
.locations-popup-saved-remove {
  margin-left: auto;
  font-size: 12px;
  color: #F57F20;
  margin-right: 15px;
}
.locations-popup-saved-name {
  text-overflow: ellipsis;
  width: 240px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.fa-icon-position-override {
  left: -5px !important;
}
.locations-popup-input {
  display: flex;
  padding-right: 10px;
}
.upload-photo {
  width: 140px;
  margin-top: 30px;
}
.upload-link {
  text-decoration: underline;
  cursor: pointer;
  color: #1782c5;
}
.upload-link:hover {
  color: #0d517b;
}
.upload-par {
  padding-top: 20px;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 20px;
  color: black;
}
.upload-text {
  font-size: 12px;
  margin-bottom: 5px;
  font-style: italic;
}
.upload-csv-button {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
#upload-input {
  width: 150px;
}
.close {
  float: right;
  margin-top: -25px;
  margin-right: -20px;
}
.discount-popup-dismiss {
  background-color: #1882c5;
  color: white;
  border: none;
  width: 70px;
  height: 30px;
  border-radius: 5px;
  margin: 10px;
}
.el-icon-circle-check-outline {
  color: #51a65b !important;
}
.el-icon-close {
  color: #bc5000 !important;
}
.el-icon-loading {
  color: #1b7fc3 !important;
}
#icon_override {
  width: 100%;
  height: 55%;
  zoom: 2;
  font-size: 35px;
}
.blinder {
  width: 100%;
  height: 100%;
  background-color: #00000070;
  z-index: 50;
}
.frown-icon-class {
  height: 85px;
  margin-top: 20px;
}
.el-date-table td.disabled div {
  background-color: #00000040 !important;
}
.el-popper[x-placement^='bottom'] {
  margin-top: 0px !important;
  background-color: #1782c5;
  border: 0px solid #1782c5;
}
.el-popper[x-placement^='bottom'] .popper__arrow {
  display: none;
}
.el-select-dropdown__item,
.el-select-dropdown__item.hover,
.el-select-dropdown__item.selected {
  color: #ffffff !important;
  background-color: #1782c5 !important;
}
.el-select-dropdown__list {
  padding: unset !important;
}
.home-view-truck-options-inner--load-weight {
  margin-right: 5px;
}
.body {
  overflow: hidden;
}
.home-view-truck-options-inner--load-weight .el-input-group__append,
.el-select-dropdown__list span {
  font-size: smaller !important;
}
.extended-options-wrappper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 70vh;
  margin-right: -20px;
  padding-right: 10px;
}
.home-pair-text {
  text-align: center;
  font-size: 14px;
  padding: 20px;
}
.home-view-pair-rider-wrapper {
  width: 90%;
  font-size: 14px;
}
.home-view-vendor-classes-menu-payment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: nowrap;
}
.homeview--childinfo {
  z-index: 10;
  width: 70%;
  left: 15%;
  position: absolute;
  bottom: 10px;
}
.homeview--childinfo-row {
  display: flex;
}
.homeview--childinfo-col-1 {
  margin-right: 5%;
  width: 50%;
  margin-bottom: 20px;
}
.homeview--childinfo-col-2 {
  margin-right: 5%;
  width: 50%;
}
.homeview--childinfo-card {
  display: flex;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  width: 100%;
  margin: auto;
}
.homeview--childinfo-cancel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15%;
}
.homeview--childinfo-order-status {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #F57F20;
  margin-bottom: 15px;
  margin-top: 10px;
}
.homeview--childinfo-order-details {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #1B7FC3;
  margin-bottom: 10px;
  margin-top: 5px;
}
.homeview--childinfo-rider-details {
  display: flex;
  align-items: center;
}
.homeview--childinfo-rider-photo {
  width: 20%;
  border-radius: 65px;
  overflow: hidden;
}
.homeview--childinfo-rider-col {
  width: 30%;
  padding-left: 5%;
}
.homeview--childinfo-order-actions {
  display: flex;
  margin-bottom: 18px;
  margin-top: 20px;
}
.childinfo-container {
  border-top: 0.5px solid #BDBDBD;
  padding-top: 5px;
  border-bottom: 0.5px solid #BDBDBD;
  margin-bottom: 5px;
}
.homeview-action-icon-divider {
  position: absolute;
  border-left: 0.5px solid #BDBDBD;
  height: 20px;
  width: 1px;
  margin-left: 5px;
  margin-top: 11px;
}
.no-margin {
  margin: 0;
}
.homeview--input-header {
  color: #1682c5;
  font-weight: 500;
}
.homeview--childinfo-card-right, .homeview--childinfo-card-left {
  font-size: 12px;
  line-height: 12px;
  width: 50%;
  padding: 20px;
  border-left: 0.5px solid #BDBDBD;
}
.homeview--childinfo-contact {
  width: 60px;
}
.full-width {
  width: 100%;
}
.homeview--icon-success, .homeview--icon-pending, .homeview--icon-ongoing {
  height: 10px;
  width: 10px;
}
.homeview--icon-success {
  color: #43A047;
  margin-right: 10px;
}
.homeview--icon-pending {
  color: #C4C4C4;
  margin-right: 10px;
  background: #C4C4C4;
  border-radius: 30px;
}
.homeview--icon-ongoing {
  color: #F57F20;
  margin-right: 10px;
  background: #F57F20;
  border-radius: 30px;
}
.homeview--field {
  color: #969494;
  margin-top: 5px;
}
.homeview--return-input {
  margin-top: 10px;
  font-style: italic;
  font-size: 12px;
}
.home-view--upload-par, .home-view--upload-button {
  text-align: center;
  color: #1682c5;
  font-weight: 500;
}
.home-view--upload-button {
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.homeview--return-destination {
  margin-top: 15px;
}
.homeview--input-freight-complete {
  padding-bottom: 0px !important;
  max-height: max-content !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-right: 0px !important;
}
.loading-override {
  height: 50px;
}
.input-container--size {
  font-weight: 400 !important;
}
.homeview--outer-selection-panel {
  height: 48px;
  border: solid 2px #E4E9F2;
  display: flex;
}
.homeview--input-return-location {
  margin-left: 20px;
}
.homeview--outer-selections {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #1B7FC3;
}
.homeview--outer-modes {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.homeview--outer-mode-options {
  text-align: center;
  width: 45%;
  color: #1b7fc3;
}
.homeview--outer-selections__active {
  color: white !important;
  background: #1B7FC3 !important;
}























































































































































































































































































































































































































































































































































































































































































































































/* unfortunately browser vendors dont care about BEM */
[data-v-b6c5e5ee]::-webkit-scrollbar {
  width: 12px;
}
/* Track */
[data-v-b6c5e5ee]::-webkit-scrollbar-track {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
/* Handle */
[data-v-b6c5e5ee]::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #1782c5;
}
[data-v-b6c5e5ee]::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(0, 0, 0, 0.2);
}
.homeview--outer {
  position: absolute;
  margin-top: 10px;
  left: 10px;
  background-color: #fff;
  width: 400px;
  border-radius: 5px;
}
.homeview--inner {
  padding: 18px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
}
.homeview--child-orders {
  position: absolute;
  margin-bottom: 10px;
  display: block;
  justify-content: center;
  width: max-content;
  right: 25px;
  overflow-y: hidden;
}
.homeview--input-bundler {
  padding-bottom: 15px;
  display: flex;
}
.homeview--input-suggestions {
  position: absolute;
  margin-top: -15px;
  background: white;
  z-index: 10;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.homeview--input-suggestion-rows {
  height: 33px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 12px;
  cursor: pointer;
}
.homeview--input-suggetions-title {
  padding: 15px 15px 10px 15px;
  color: #4D4D4D;
}
.homeview--input-suggetions-link {
  color: #1B7FC3;
  text-align: center;
  padding: 15px 0px 15px 0px;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  justify-content: center;
}
.homeview--input-suggestion-rows-active {
  background: #80808014;
}
.homeview--input-suggestion-icon-holder {
  margin-right: 12px;
}
.homeview--input-suggestion-icon {
  font-size: 14px;
  color: #575454;
}
.homeview--input-suggestion-place-name {
  font-size: 13px;
  font-family: sans-serif;
  color: black;
}
.homeview--input-suggestion-address-name {
  font-size: 12px;
  font-family: sans-serif;
  color: rgba(0, 0, 0, 0.34);
  margin: 5px;
}
.homeview--input-spacer {
  width: 20px;
  margin-left: -20px;
}
.homeview--row__enter-region .el-input__inner::placeholder {
  color: #7a7a7a;
  font-size: 13px;
}
.homeview--freight {
  position: absolute;
}
.homeview--input-freight {
  display: block;
  padding-left: 20px;
}
.homeview--inner-override {
  padding: 0px !important;
}
.homeview--input-containers {
  padding-top: 0 !important;
  max-height: max-content !important;
}
.homeview--order-confirm-row__top {
 padding-bottom: 40px;
 font-weight: 500;
}
.homeview--order-confirm-row__middle {
  padding-bottom: 10px;
}
.homeview--order-confirm-row__bottom {
  padding-bottom: 10px;
}
.homeview--order-confirm-header {
  margin: 0px;
  color: gray;
}
.homeview--order-confirm__button {
  margin: auto;
  margin-bottom: 15px;
}
.homeview--order-confirm-body {
  margin: 0px;
  color: black;
}
.homeview--order-confirm {
  width: 100%;
}
.homeview--input-freight-locations {
  padding-bottom: 0 !important;
  max-height: 12.5rem !important;
}
.homeview--input-freight-containers {
  padding-bottom: 0px !important;
  max-height: max-content !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-right: 0px !important;
}
.homeview--input-container-details {
  margin-bottom: 10px;
}
.homeview--button-add-container {
  display: block;
  width: 75%;
  margin: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}
.bg-button-orange {
  background-color: #F57F20;
  border-color: #F57F20;
}
.color-blue {
 color: #1B7FC3;
}
.color-orange {
  color: #F57F20;
}
.inactive-1, .inactive-1:hover {
  background: #BDBDBD;
  border-color: #BDBDBD;
}
.inactive-2, .inactive-2:hover {
  background: #E1E1E1;
  border-color: #E1E1E1;
}
.homeview--input-pickup {
  padding: 0 !important;
}
.homeview--input-categories {
  width: 94%;
  margin-left: 6%;
  height: 36px;
}
.input-spacer {
  margin-bottom: 10px;
}
.ongoing--card-text {
  margin: auto;
}
.ongoing--order-count {
  padding: 10px 25px 10px 25px;
  border-bottom: 0.5px solid #BDBDBD;
  width: 80%;
  margin: auto;
  font-size: 11px;
  color: #757575;
}
.card-location-override {
  padding-top: 15px;
}
.bg-white {
  background: #ffffff;
}
.homeview--section {
  max-height: 13.5rem;
  overflow-y: auto;
}
.homeview--section__container {
  margin: 10px;
  border-radius: 5px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #E1E3E8;
  padding: 10px;
  width: auto;
}
.homeview--container-table {
  width: 100%;
  margin-left: 2%;
}
.homeview--remove__icon {
  margin-left: auto;
  display: flex;
  margin-right: 10%;
  cursor: pointer;
  color: #1B7FC3;
}
.homeview--edit__icon {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  color: #1B7FC3;
}
.homeview--edit__text {
  margin-top: 3px;
  margin-right: 5px;
  font-size: 10px;
  color: #1B7FC3;
  text-decoration: underline;
}
.homeview--heading {
  display: flex;
}

.homeview--heading__container {
  font-size: 11px;
  text-align: left;
  color: #1B7FC3;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ongoing--card-override {
  padding: 15px;
}
.card--override {
  max-width: max-content !important;
}
.ongoing--card-row {
  display: flex;
}
.homeview--heading__container-ongoing {
  margin-top: 0;
  font-size: 10px;
  margin-bottom: 0px;
  color: #1B7FC3;
  padding-right: 10px;
}
.homeview--outer-override {
  min-width: 400px;
  z-index: 10;
  min-height: fit-content;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 80vh;
}
.homeview--heading__container-details {
  font-size: 14px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}
.homeview--body__container-ongoing {
  font-size: 12px;
  text-align: left;
  color: #848383;
  padding-right: 10px;
}
.homeview--container-card {
  padding-right: 5px;
  padding-bottom: 5px;
}
.homeview--order-details {
  padding: 20px;
  width: 100%;
  background-color: #F2FAFF;
  padding-bottom: 5px;
}
.homeview--order-details-edit {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 12px;
  cursor: pointer;
}
.homeview--inputs-override {
  padding: 18px;
}
.homeview---top-details-left, .homeview---top-details-right {
  color: #1782c5;
}
.homeview---top-details-right {
  font-size: 13px;
}
.homeview--bottom-details {
  font-size: 11px;
}
.col-right {
  padding-left: 50px;
}
.col-left {
  padding-left: 20px;
}
.block {
  display: block;
}
.homeview--input-bundler__img,
.homeview--input-bundler__img-right,
.homeview--input-bundler__input {
  display: flex;
}
.homeview--input-bundler__img {
  max-width: 10px;
  height: 10px;
  position: relative;
  top: 15px;
  left: -15px;
}
.homeview--input-bundler__waypoints {
  margin-top: -10px;
  padding-left: 10px;
}
.homeview--stops {
  text-decoration: none;
  color: #1782c5;
  font-size: 13px;
  padding-top: 10px;
}
.homeview--row {
  padding: 10px 20px;
  font-size: 13px;
}
.homeview--row__more-destinations {
  padding-left: 5px;
  margin-top: -10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.homeview--row__font-awesome {
  padding-right: 10px;
  font-size: 13px;
}
.homeview--add {
  text-decoration: none;
  color: #1782c5;
  font-size: 13px;
  padding-left: 10px;
}
.row {
  display: flex;
  flex-direction: row;
}
.slide-fade-enter-active {
  transition: all 0.8s ease;
}
.slide-fade-leave-active {
  transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter {
  transform: translateX(20px);
  opacity: 0;
}
.slide-fade-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}
.slide-fade-move {
  transition: transform 1s;
}
.homeview--input-bundler__img-right {
  max-width: 10px;
  height: 10px;
  position: relative;
  top: 15px;
  left: 30px;
  cursor: pointer;
}
.homeview--row__font-awesome.homeview--input-bundler__img-right {
  visibility: visible;
}
.homeview--row__font-awesome.homeview--input-bundler__img-right:hover {
  visibility: visible !important;
}
.homeview--input-bundler__destination-input {
  margin-right: -20px;
}
.homeview--form__scrollable {
  margin-right: -20px;
  padding-right: 30px;
  max-height: 10rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.home-view-vendor-and-optins-wrappper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50vh;
  margin-right: -20px;
  padding-right: 10px;
}
.dedicated-vendors-wrapper {
  max-height: 33vh !important;
}
.homeview--input-bundler__destination-short-input {
  margin-right: unset;
}
.homeview--top-locations {
  color: grey;
}
.home-view-notes-wrapper {
  margin-bottom: 22px;
}
.orders-loading-container {
  height: 1rem;
  margin-bottom: 10px;
}
.orders-loading-container--completion {
  margin-bottom: 0px;
}
.homeview--form__header {
  color: #555;
  text-transform: uppercase;
  font-size: 10.2px;
  margin-bottom: 10px;
}
.homeview--form__header-lower {
  margin-top: 20px;
  margin-bottom: -10px;
}
.home-view--form__seperator {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 30px 20px 10px 40px;
}
.home-view--seperator__vendors {
  margin: unset;
}
.homeview--proceed {
  padding-left: 40px;
  padding-right: 10px;
}
.homeview--input-products {
  padding: 20px 30px 0px 35px;
}
.home-view-vendor-classes {
  margin-top: 25px;
}
.home-view-vendor-classes-menu--img,
.home-view-vendor-classes-menu--span {
  display: flex;
}
.home-view-vendor-classes-menu--img {
  max-width: 20px;
  padding: 0 5px;
}
.home-view-vendor-classes-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.homeview-locations-options {
  display: flex;
}
.homeview-locations-options-multi-destination-inactive {
  pointer-events: none;
  color: #BDBDBD;
}
.homeview-locations-options-multi-destination-active {
  cursor: pointer;
}
.homeview-locations-options--add-destination {
  flex: 2 2 auto;
}
.homeview-locations-options--set-return {
  flex: 1 1 auto;
  margin-left: 19px;
}
.payments-orange {
  color: #f57f20;
}
.home-view-vendor-types-item--vendor-wrapper__vendor {
  flex-direction: column;
  flex: 1;
}
.home-view-vendor-types-item-vendor--vendor-formal-name {
  font-size: 14px;
}
.home-view-vendor-types-item-vendor--vendor-local-name {
  font-weight: 500;
}
.home-view-vendor-types-item-vendor--vendor-formal-name,
.home-view-vendor-types-item-vendor--vendor-local-name,
.home-view-vendor-types-item--cost-wrapper__cost,
.home-view-vendor-types-item--cost-wrapper_time {
  padding: 3px;
  width: max-content;
}
.home-view-truck-options-wrapper {
  width: 100%;
  font-size: 13px;
}
.home-view-truck-options-inner-wrapper {
  padding: 10px;
}
.home-view-truck-options--load-units .el-input-group__append,
.home-view-truck-options--load-units .el-input-group__prepend {
  width: 70px !important;
}
.home-view-truck-options-divider {
  border: 1px solid #e1e3e8;
  margin: 0 10px 10px 10px;
}
.home-view-truck-options-dedicated-notes {
  border: 1px solid #dddfe7;
  border-radius: 5px;
  padding: 2% 7% 7% 7%;
}
.home-view-truck-options-dedicated-notes-icon {
  width: 10px;
  height: 10px;
  background: #1B7FC3;
  border-radius: 10px;
  margin: 2px;
  margin-right: 10px;
}
.home-view-truck-options-dedicated-notes-label {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.home-view-truck-options-label {
  color: #212120;
  font-weight: 300;
  padding: 5px 0;
}
.home-view-truck-options-vehicle-type {
  border: solid 1px #dddfe7;
  border-radius: 5px;
  align-items: center;
  padding-left: 5%;
  font-weight: 400;
}

.home-view-truck-options-vehicle-type-title {
  display: flex;
  align-items: center;
  height: 30px;
  cursor: pointer;
}

.home-view-truck-options-vehicle-arrow {
  margin-left: 67%;
  border-radius: 13px;
  height: 15px;
  width: 15px;
  background: #1b7fc3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 9px;
  font-weight: 800;
}
.home-view-truck-options-schedule-discounts {
  color: black;
}
.home-view-truck-options-discounts-popup {
  top: 0px !important;
  height: max-content;
  left: 350px;
  width: 250px !important;
  position: absolute;
  z-index: 2008;
  margin-left: 26px;
}
.relative {
  position: relative;
}
.discounts_popup {
  width: 300px;
  height: max-content;
}
.discounts_popup, .upload-popup, .tour-popup, .locations-popup {
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: white;
}
.upload-popup {
  width: 30%;
  height: max-content;
  border-radius: 0px;
}
.close-variant {
  margin-left: auto;
  cursor: pointer;
}
.tour-popup {
  width: 30%;
  height: max-content;
  border-radius: 10px;
}
.locations-popup {
  width: 350px;
  height: max-content;
  border-radius: 0px;
}
.locations-popup-title {
  display: flex;
  align-items: center;
  padding-right: 5px;
}
.locations-popup-button-inactive {
  margin: 15px 10px 10px 20px;
  width: -webkit-fill-available;
  height: 40px;
  background: #7F7F7F;
  color: white;
  border: none;
  border-radius: 5px;
  pointer-events: none;
}
.locations-popup-button-active {
  margin: 15px 10px 10px 20px;
  width: -webkit-fill-available;
  height: 40px;
  color: white;
  border: none;
  border-radius: 5px;
  background: #007ECB;
}
.locations-popup-title-text {
  margin-left: 20px;
  font-weight: 500;
  font-size: 17px;
}
.locations-popup-saved-title {
  border-top: 1px solid rgba(0, 0, 0, 0.28);
  padding: 15px 0px 0px 15px;
  display: flex;
  font-weight: 500;
  font-size: 15px;
}
.locations-popup-saved-list {
  max-height: 160px;
  overflow-y: auto;
  margin-bottom: 15px;
}
.locations-popup-saved-remove {
  margin-left: auto;
  font-size: 12px;
  color: #F57F20;
  margin-right: 15px;
}
.locations-popup-saved-name {
  text-overflow: ellipsis;
  width: 240px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.fa-icon-position-override {
  left: -5px !important;
}
.locations-popup-input {
  display: flex;
  padding-right: 10px;
}
.upload-photo {
  width: 140px;
  margin-top: 30px;
}
.upload-link {
  text-decoration: underline;
  cursor: pointer;
  color: #1782c5;
}
.upload-link:hover {
  color: #0d517b;
}
.upload-par {
  padding-top: 20px;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 20px;
  color: black;
}
.upload-text {
  font-size: 12px;
  margin-bottom: 5px;
  font-style: italic;
}
.upload-csv-button {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
#upload-input {
  width: 150px;
}
.close {
  float: right;
  margin-top: -25px;
  margin-right: -20px;
}
.discount-popup-dismiss {
  background-color: #1882c5;
  color: white;
  border: none;
  width: 70px;
  height: 30px;
  border-radius: 5px;
  margin: 10px;
}
.el-icon-circle-check-outline {
  color: #51a65b !important;
}
.el-icon-close {
  color: #bc5000 !important;
}
.el-icon-loading {
  color: #1b7fc3 !important;
}
#icon_override {
  width: 100%;
  height: 55%;
  zoom: 2;
  font-size: 35px;
}
.blinder {
  width: 100%;
  height: 100%;
  background-color: #00000070;
  z-index: 50;
}
.frown-icon-class {
  height: 85px;
  margin-top: 20px;
}
.el-date-table td.disabled div {
  background-color: #00000040 !important;
}
.el-popper[x-placement^='bottom'] {
  margin-top: 0px !important;
  background-color: #1782c5;
  border: 0px solid #1782c5;
}
.el-popper[x-placement^='bottom'] .popper__arrow {
  display: none;
}
.el-select-dropdown__item,
.el-select-dropdown__item.hover,
.el-select-dropdown__item.selected {
  color: #ffffff !important;
  background-color: #1782c5 !important;
}
.el-select-dropdown__list {
  padding: unset !important;
}
.home-view-truck-options-inner--load-weight {
  margin-right: 5px;
}
.body {
  overflow: hidden;
}
.home-view-truck-options-inner--load-weight .el-input-group__append,
.el-select-dropdown__list span {
  font-size: smaller !important;
}
.extended-options-wrappper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 70vh;
  margin-right: -20px;
  padding-right: 10px;
}
.home-pair-text {
  text-align: center;
  font-size: 14px;
  padding: 20px;
}
.home-view-pair-rider-wrapper {
  width: 90%;
  font-size: 14px;
}
.home-view-vendor-classes-menu-payment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: nowrap;
}
.homeview--childinfo {
  z-index: 10;
  width: 70%;
  left: 15%;
  position: absolute;
  bottom: 10px;
}
.homeview--childinfo-row {
  display: flex;
}
.homeview--childinfo-col-1 {
  margin-right: 5%;
  width: 50%;
  margin-bottom: 20px;
}
.homeview--childinfo-col-2 {
  margin-right: 5%;
  width: 50%;
}
.homeview--childinfo-card {
  display: flex;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  width: 100%;
  margin: auto;
}
.homeview--childinfo-cancel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15%;
}
.homeview--childinfo-order-status {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #F57F20;
  margin-bottom: 15px;
  margin-top: 10px;
}
.homeview--childinfo-order-details {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #1B7FC3;
  margin-bottom: 10px;
  margin-top: 5px;
}
.homeview--childinfo-rider-details {
  display: flex;
  align-items: center;
}
.homeview--childinfo-rider-photo {
  width: 20%;
  border-radius: 65px;
  overflow: hidden;
}
.homeview--childinfo-rider-col {
  width: 30%;
  padding-left: 5%;
}
.homeview--childinfo-order-actions {
  display: flex;
  margin-bottom: 18px;
  margin-top: 20px;
}
.childinfo-container {
  border-top: 0.5px solid #BDBDBD;
  padding-top: 5px;
  border-bottom: 0.5px solid #BDBDBD;
  margin-bottom: 5px;
}
.homeview-action-icon-divider {
  position: absolute;
  border-left: 0.5px solid #BDBDBD;
  height: 20px;
  width: 1px;
  margin-left: 5px;
  margin-top: 11px;
}
.no-margin {
  margin: 0;
}
.homeview--input-header {
  color: #1682c5;
  font-weight: 500;
}
.homeview--childinfo-card-right, .homeview--childinfo-card-left {
  font-size: 12px;
  line-height: 12px;
  width: 50%;
  padding: 20px;
  border-left: 0.5px solid #BDBDBD;
}
.homeview--childinfo-contact {
  width: 60px;
}
.full-width {
  width: 100%;
}
.homeview--icon-success, .homeview--icon-pending, .homeview--icon-ongoing {
  height: 10px;
  width: 10px;
}
.homeview--icon-success {
  color: #43A047;
  margin-right: 10px;
}
.homeview--icon-pending {
  color: #C4C4C4;
  margin-right: 10px;
  background: #C4C4C4;
  border-radius: 30px;
}
.homeview--icon-ongoing {
  color: #F57F20;
  margin-right: 10px;
  background: #F57F20;
  border-radius: 30px;
}
.homeview--field {
  color: #969494;
  margin-top: 5px;
}
.homeview--return-input {
  margin-top: 10px;
  font-style: italic;
  font-size: 12px;
}
.home-view--upload-par, .home-view--upload-button {
  text-align: center;
  color: #1682c5;
  font-weight: 500;
}
.home-view--upload-button {
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.homeview--return-destination {
  margin-top: 15px;
}
.homeview--input-freight-complete {
  padding-bottom: 0px !important;
  max-height: max-content !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-right: 0px !important;
}
.loading-override {
  height: 50px;
}
.input-container--size {
  font-weight: 400 !important;
}
.homeview--outer-selection-panel {
  height: 48px;
  border: solid 2px #E4E9F2;
  display: flex;
}
.homeview--input-return-location {
  margin-left: 20px;
}
.homeview--outer-selections {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #1B7FC3;
}
.homeview--outer-modes {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.homeview--outer-mode-options {
  text-align: center;
  width: 45%;
  color: #1b7fc3;
}
.homeview--outer-selections__active {
  color: white !important;
  background: #1B7FC3 !important;
}


.tour-pointer-2 {
  position: relative;
  left: 25px;
  top: 5px;
}
.homeview--outer {
  position: absolute;
  margin-top: 10px;
  left: 10px;
  background-color: #fff;
  width: 400px;
  border-radius: 5px;
}
.homeview--inner {
  padding: 18px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
}
.homeview--child-orders {
  position: absolute;
  margin-bottom: 10px;
  display: block;
  justify-content: center;
  width: max-content;
  right: 25px;
  overflow-y: hidden;
}
.homeview--input-bundler {
  padding-bottom: 15px;
  display: flex;
}
.homeview--input-suggestions {
  position: absolute;
  margin-top: -15px;
  background: white;
  z-index: 10;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.homeview--input-suggestion-rows {
  height: 33px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 12px;
  cursor: pointer;
}
.homeview--input-suggetions-title {
  padding: 15px 15px 10px 15px;
  color: #4D4D4D;
}
.homeview--input-suggetions-link {
  color: #1B7FC3;
  text-align: center;
  padding: 15px 0px 15px 0px;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  justify-content: center;
}
.homeview--input-suggestion-rows-active {
  background: #80808014;
}
.homeview--input-suggestion-icon-holder {
  margin-right: 12px;
}
.homeview--input-suggestion-icon {
  font-size: 14px;
  color: #575454;
}
.homeview--input-suggestion-place-name {
  font-size: 13px;
  font-family: sans-serif;
  color: black;
}
.homeview--input-suggestion-address-name {
  font-size: 12px;
  font-family: sans-serif;
  color: rgba(0, 0, 0, 0.34);
  margin: 5px;
}
.homeview--input-spacer {
  width: 20px;
  margin-left: -20px;
}
.homeview--row__enter-region .el-input__inner::placeholder {
  color: #7a7a7a;
  font-size: 13px;
}
.homeview--freight {
  position: absolute;
}
.homeview--input-freight {
  display: block;
  padding-left: 20px;
}
.homeview--inner-override {
  padding: 0px !important;
}
.homeview--input-containers {
  padding-top: 0 !important;
  max-height: max-content !important;
}
.homeview--order-confirm-row__top {
 padding-bottom: 40px;
 font-weight: 500;
}
.homeview--order-confirm-row__middle {
  padding-bottom: 10px;
}
.homeview--order-confirm-row__bottom {
  padding-bottom: 10px;
}
.homeview--order-confirm-header {
  margin: 0px;
  color: gray;
}
.homeview--order-confirm__button {
  margin: auto;
  margin-bottom: 15px;
}
.homeview--order-confirm-body {
  margin: 0px;
  color: black;
}
.homeview--order-confirm {
  width: 100%;
}
.homeview--input-freight-locations {
  padding-bottom: 0 !important;
  max-height: 12.5rem !important;
}
.homeview--input-freight-containers {
  padding-bottom: 0px !important;
  max-height: max-content !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-right: 0px !important;
}
.homeview--input-container-details {
  margin-bottom: 10px;
}
.homeview--button-add-container {
  display: block;
  width: 75%;
  margin: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}
.bg-button-orange {
  background-color: #F57F20;
  border-color: #F57F20;
}
.color-blue {
 color: #1B7FC3;
}
.color-orange {
  color: #F57F20;
}
.inactive-1, .inactive-1:hover {
  background: #BDBDBD;
  border-color: #BDBDBD;
}
.inactive-2, .inactive-2:hover {
  background: #E1E1E1;
  border-color: #E1E1E1;
}
.homeview--input-pickup {
  padding: 0 !important;
}
.homeview--input-categories {
  width: 94%;
  margin-left: 6%;
  height: 36px;
}
.input-spacer {
  margin-bottom: 10px;
}
.ongoing--card-text {
  margin: auto;
}
.ongoing--order-count {
  padding: 10px 25px 10px 25px;
  border-bottom: 0.5px solid #BDBDBD;
  width: 80%;
  margin: auto;
  font-size: 11px;
  color: #757575;
}
.card-location-override {
  padding-top: 15px;
}
.bg-white {
  background: #ffffff;
}
.homeview--section {
  max-height: 13.5rem;
  overflow-y: auto;
}
.homeview--section__container {
  margin: 10px;
  border-radius: 5px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #E1E3E8;
  padding: 10px;
  width: auto;
}
.homeview--container-table {
  width: 100%;
  margin-left: 2%;
}
.homeview--remove__icon {
  margin-left: auto;
  display: flex;
  margin-right: 10%;
  cursor: pointer;
  color: #1B7FC3;
}
.homeview--edit__icon {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  color: #1B7FC3;
}
.homeview--edit__text {
  margin-top: 3px;
  margin-right: 5px;
  font-size: 10px;
  color: #1B7FC3;
  text-decoration: underline;
}
.homeview--heading {
  display: flex;
}

.homeview--heading__container {
  font-size: 11px;
  text-align: left;
  color: #1B7FC3;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ongoing--card-override {
  padding: 15px;
}
.card--override {
  max-width: max-content !important;
}
.ongoing--card-row {
  display: flex;
}
.homeview--heading__container-ongoing {
  margin-top: 0;
  font-size: 10px;
  margin-bottom: 0px;
  color: #1B7FC3;
  padding-right: 10px;
}
.homeview--outer-override {
  min-width: 400px;
  z-index: 10;
  min-height: fit-content;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 80vh;
}
.homeview--heading__container-details {
  font-size: 14px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}
.homeview--body__container-ongoing {
  font-size: 12px;
  text-align: left;
  color: #848383;
  padding-right: 10px;
}
.homeview--container-card {
  padding-right: 5px;
  padding-bottom: 5px;
}
.homeview--order-details {
  padding: 20px;
  width: 100%;
  background-color: #F2FAFF;
  padding-bottom: 5px;
}
.homeview--order-details-edit {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 12px;
  cursor: pointer;
}
.homeview--inputs-override {
  padding: 18px;
}
.homeview---top-details-left, .homeview---top-details-right {
  color: #1782c5;
}
.homeview---top-details-right {
  font-size: 13px;
}
.homeview--bottom-details {
  font-size: 11px;
}
.col-right {
  padding-left: 50px;
}
.col-left {
  padding-left: 20px;
}
.block {
  display: block;
}
.homeview--input-bundler__img,
.homeview--input-bundler__img-right,
.homeview--input-bundler__input {
  display: flex;
}
.homeview--input-bundler__img {
  max-width: 10px;
  height: 10px;
  position: relative;
  top: 15px;
  left: -15px;
}
.homeview--input-bundler__waypoints {
  margin-top: -10px;
  padding-left: 10px;
}
.homeview--stops {
  text-decoration: none;
  color: #1782c5;
  font-size: 13px;
  padding-top: 10px;
}
.homeview--row {
  padding: 10px 20px;
  font-size: 13px;
}
.homeview--row__more-destinations {
  padding-left: 5px;
  margin-top: -10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.homeview--row__font-awesome {
  padding-right: 10px;
  font-size: 13px;
}
.homeview--add {
  text-decoration: none;
  color: #1782c5;
  font-size: 13px;
  padding-left: 10px;
}
.row {
  display: flex;
  flex-direction: row;
}
.slide-fade-enter-active {
  transition: all 0.8s ease;
}
.slide-fade-leave-active {
  transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter {
  transform: translateX(20px);
  opacity: 0;
}
.slide-fade-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}
.slide-fade-move {
  transition: transform 1s;
}
.homeview--input-bundler__img-right {
  max-width: 10px;
  height: 10px;
  position: relative;
  top: 15px;
  left: 30px;
  cursor: pointer;
}
.homeview--row__font-awesome.homeview--input-bundler__img-right {
  visibility: visible;
}
.homeview--row__font-awesome.homeview--input-bundler__img-right:hover {
  visibility: visible !important;
}
.homeview--input-bundler__destination-input {
  margin-right: -20px;
}
.homeview--form__scrollable {
  margin-right: -20px;
  padding-right: 30px;
  max-height: 10rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.home-view-vendor-and-optins-wrappper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50vh;
  margin-right: -20px;
  padding-right: 10px;
}
.dedicated-vendors-wrapper {
  max-height: 33vh !important;
}
.homeview--input-bundler__destination-short-input {
  margin-right: unset;
}
.homeview--top-locations {
  color: grey;
}
.home-view-notes-wrapper {
  margin-bottom: 22px;
}
.orders-loading-container {
  height: 1rem;
  margin-bottom: 10px;
}
.orders-loading-container--completion {
  margin-bottom: 0px;
}
.homeview--form__header {
  color: #555;
  text-transform: uppercase;
  font-size: 10.2px;
  margin-bottom: 10px;
}
.homeview--form__header-lower {
  margin-top: 20px;
  margin-bottom: -10px;
}
.home-view--form__seperator {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 30px 20px 10px 40px;
}
.home-view--seperator__vendors {
  margin: unset;
}
.homeview--proceed {
  padding-left: 40px;
  padding-right: 10px;
}
.homeview--input-products {
  padding: 20px 30px 0px 35px;
}
.home-view-vendor-classes {
  margin-top: 25px;
}
.home-view-vendor-classes-menu--img,
.home-view-vendor-classes-menu--span {
  display: flex;
}
.home-view-vendor-classes-menu--img {
  max-width: 20px;
  padding: 0 5px;
}
.home-view-vendor-classes-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.homeview-locations-options {
  display: flex;
}
.homeview-locations-options-multi-destination-inactive {
  pointer-events: none;
  color: #BDBDBD;
}
.homeview-locations-options-multi-destination-active {
  cursor: pointer;
}
.homeview-locations-options--add-destination {
  flex: 2 2 auto;
}
.homeview-locations-options--set-return {
  flex: 1 1 auto;
  margin-left: 19px;
}
.payments-orange {
  color: #f57f20;
}
.home-view-vendor-types-item--vendor-wrapper__vendor {
  flex-direction: column;
  flex: 1;
}
.home-view-vendor-types-item-vendor--vendor-formal-name {
  font-size: 14px;
}
.home-view-vendor-types-item-vendor--vendor-local-name {
  font-weight: 500;
}
.home-view-vendor-types-item-vendor--vendor-formal-name,
.home-view-vendor-types-item-vendor--vendor-local-name,
.home-view-vendor-types-item--cost-wrapper__cost,
.home-view-vendor-types-item--cost-wrapper_time {
  padding: 3px;
  width: max-content;
}
.home-view-truck-options-wrapper {
  width: 100%;
  font-size: 13px;
}
.home-view-truck-options-inner-wrapper {
  padding: 10px;
}
.home-view-truck-options--load-units .el-input-group__append,
.home-view-truck-options--load-units .el-input-group__prepend {
  width: 70px !important;
}
.home-view-truck-options-divider {
  border: 1px solid #e1e3e8;
  margin: 0 10px 10px 10px;
}
.home-view-truck-options-dedicated-notes {
  border: 1px solid #dddfe7;
  border-radius: 5px;
  padding: 2% 7% 7% 7%;
}
.home-view-truck-options-dedicated-notes-icon {
  width: 10px;
  height: 10px;
  background: #1B7FC3;
  border-radius: 10px;
  margin: 2px;
  margin-right: 10px;
}
.home-view-truck-options-dedicated-notes-label {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.home-view-truck-options-label {
  color: #212120;
  font-weight: 300;
  padding: 5px 0;
}
.home-view-truck-options-vehicle-type {
  border: solid 1px #dddfe7;
  border-radius: 5px;
  align-items: center;
  padding-left: 5%;
  font-weight: 400;
}

.home-view-truck-options-vehicle-type-title {
  display: flex;
  align-items: center;
  height: 30px;
  cursor: pointer;
}

.home-view-truck-options-vehicle-arrow {
  margin-left: 67%;
  border-radius: 13px;
  height: 15px;
  width: 15px;
  background: #1b7fc3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 9px;
  font-weight: 800;
}
.home-view-truck-options-schedule-discounts {
  color: black;
}
.home-view-truck-options-discounts-popup {
  top: 0px !important;
  height: max-content;
  left: 350px;
  width: 250px !important;
  position: absolute;
  z-index: 2008;
  margin-left: 26px;
}
.relative {
  position: relative;
}
.discounts_popup {
  width: 300px;
  height: max-content;
}
.discounts_popup, .upload-popup, .tour-popup, .locations-popup {
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: white;
}
.upload-popup {
  width: 30%;
  height: max-content;
  border-radius: 0px;
}
.close-variant {
  margin-left: auto;
  cursor: pointer;
}
.tour-popup {
  width: 30%;
  height: max-content;
  border-radius: 10px;
}
.locations-popup {
  width: 350px;
  height: max-content;
  border-radius: 0px;
}
.locations-popup-title {
  display: flex;
  align-items: center;
  padding-right: 5px;
}
.locations-popup-button-inactive {
  margin: 15px 10px 10px 20px;
  width: -webkit-fill-available;
  height: 40px;
  background: #7F7F7F;
  color: white;
  border: none;
  border-radius: 5px;
  pointer-events: none;
}
.locations-popup-button-active {
  margin: 15px 10px 10px 20px;
  width: -webkit-fill-available;
  height: 40px;
  color: white;
  border: none;
  border-radius: 5px;
  background: #007ECB;
}
.locations-popup-title-text {
  margin-left: 20px;
  font-weight: 500;
  font-size: 17px;
}
.locations-popup-saved-title {
  border-top: 1px solid rgba(0, 0, 0, 0.28);
  padding: 15px 0px 0px 15px;
  display: flex;
  font-weight: 500;
  font-size: 15px;
}
.locations-popup-saved-list {
  max-height: 160px;
  overflow-y: auto;
  margin-bottom: 15px;
}
.locations-popup-saved-remove {
  margin-left: auto;
  font-size: 12px;
  color: #F57F20;
  margin-right: 15px;
}
.locations-popup-saved-name {
  text-overflow: ellipsis;
  width: 240px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.fa-icon-position-override {
  left: -5px !important;
}
.locations-popup-input {
  display: flex;
  padding-right: 10px;
}
.upload-photo {
  width: 140px;
  margin-top: 30px;
}
.upload-link {
  text-decoration: underline;
  cursor: pointer;
  color: #1782c5;
}
.upload-link:hover {
  color: #0d517b;
}
.upload-par {
  padding-top: 20px;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 20px;
  color: black;
}
.upload-text {
  font-size: 12px;
  margin-bottom: 5px;
  font-style: italic;
}
.upload-csv-button {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
#upload-input {
  width: 150px;
}
.close {
  float: right;
  margin-top: -25px;
  margin-right: -20px;
}
.discount-popup-dismiss {
  background-color: #1882c5;
  color: white;
  border: none;
  width: 70px;
  height: 30px;
  border-radius: 5px;
  margin: 10px;
}
.el-icon-circle-check-outline {
  color: #51a65b !important;
}
.el-icon-close {
  color: #bc5000 !important;
}
.el-icon-loading {
  color: #1b7fc3 !important;
}
#icon_override {
  width: 100%;
  height: 55%;
  zoom: 2;
  font-size: 35px;
}
.blinder {
  width: 100%;
  height: 100%;
  background-color: #00000070;
  z-index: 50;
}
.frown-icon-class {
  height: 85px;
  margin-top: 20px;
}
.el-date-table td.disabled div {
  background-color: #00000040 !important;
}
.el-popper[x-placement^='bottom'] {
  margin-top: 0px !important;
  background-color: #1782c5;
  border: 0px solid #1782c5;
}
.el-popper[x-placement^='bottom'] .popper__arrow {
  display: none;
}
.el-select-dropdown__item,
.el-select-dropdown__item.hover,
.el-select-dropdown__item.selected {
  color: #ffffff !important;
  background-color: #1782c5 !important;
}
.el-select-dropdown__list {
  padding: unset !important;
}
.home-view-truck-options-inner--load-weight {
  margin-right: 5px;
}
.body {
  overflow: hidden;
}
.home-view-truck-options-inner--load-weight .el-input-group__append,
.el-select-dropdown__list span {
  font-size: smaller !important;
}
.extended-options-wrappper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 70vh;
  margin-right: -20px;
  padding-right: 10px;
}
.home-pair-text {
  text-align: center;
  font-size: 14px;
  padding: 20px;
}
.home-view-pair-rider-wrapper {
  width: 90%;
  font-size: 14px;
}
.home-view-vendor-classes-menu-payment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: nowrap;
}
.homeview--childinfo {
  z-index: 10;
  width: 70%;
  left: 15%;
  position: absolute;
  bottom: 10px;
}
.homeview--childinfo-row {
  display: flex;
}
.homeview--childinfo-col-1 {
  margin-right: 5%;
  width: 50%;
  margin-bottom: 20px;
}
.homeview--childinfo-col-2 {
  margin-right: 5%;
  width: 50%;
}
.homeview--childinfo-card {
  display: flex;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  width: 100%;
  margin: auto;
}
.homeview--childinfo-cancel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15%;
}
.homeview--childinfo-order-status {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #F57F20;
  margin-bottom: 15px;
  margin-top: 10px;
}
.homeview--childinfo-order-details {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #1B7FC3;
  margin-bottom: 10px;
  margin-top: 5px;
}
.homeview--childinfo-rider-details {
  display: flex;
  align-items: center;
}
.homeview--childinfo-rider-photo {
  width: 20%;
  border-radius: 65px;
  overflow: hidden;
}
.homeview--childinfo-rider-col {
  width: 30%;
  padding-left: 5%;
}
.homeview--childinfo-order-actions {
  display: flex;
  margin-bottom: 18px;
  margin-top: 20px;
}
.childinfo-container {
  border-top: 0.5px solid #BDBDBD;
  padding-top: 5px;
  border-bottom: 0.5px solid #BDBDBD;
  margin-bottom: 5px;
}
.homeview-action-icon-divider {
  position: absolute;
  border-left: 0.5px solid #BDBDBD;
  height: 20px;
  width: 1px;
  margin-left: 5px;
  margin-top: 11px;
}
.no-margin {
  margin: 0;
}
.homeview--input-header {
  color: #1682c5;
  font-weight: 500;
}
.homeview--childinfo-card-right, .homeview--childinfo-card-left {
  font-size: 12px;
  line-height: 12px;
  width: 50%;
  padding: 20px;
  border-left: 0.5px solid #BDBDBD;
}
.homeview--childinfo-contact {
  width: 60px;
}
.full-width {
  width: 100%;
}
.homeview--icon-success, .homeview--icon-pending, .homeview--icon-ongoing {
  height: 10px;
  width: 10px;
}
.homeview--icon-success {
  color: #43A047;
  margin-right: 10px;
}
.homeview--icon-pending {
  color: #C4C4C4;
  margin-right: 10px;
  background: #C4C4C4;
  border-radius: 30px;
}
.homeview--icon-ongoing {
  color: #F57F20;
  margin-right: 10px;
  background: #F57F20;
  border-radius: 30px;
}
.homeview--field {
  color: #969494;
  margin-top: 5px;
}
.homeview--return-input {
  margin-top: 10px;
  font-style: italic;
  font-size: 12px;
}
.home-view--upload-par, .home-view--upload-button {
  text-align: center;
  color: #1682c5;
  font-weight: 500;
}
.home-view--upload-button {
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.homeview--return-destination {
  margin-top: 15px;
}
.homeview--input-freight-complete {
  padding-bottom: 0px !important;
  max-height: max-content !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-right: 0px !important;
}
.loading-override {
  height: 50px;
}
.input-container--size {
  font-weight: 400 !important;
}
.homeview--outer-selection-panel {
  height: 48px;
  border: solid 2px #E4E9F2;
  display: flex;
}
.homeview--input-return-location {
  margin-left: 20px;
}
.homeview--outer-selections {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #1B7FC3;
}
.homeview--outer-modes {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.homeview--outer-mode-options {
  text-align: center;
  width: 45%;
  color: #1b7fc3;
}
.homeview--outer-selections__active {
  color: white !important;
  background: #1B7FC3 !important;
}


.homeview--outer {
  position: absolute;
  margin-top: 10px;
  left: 10px;
  background-color: #fff;
  width: 400px;
  border-radius: 5px;
}
.homeview--inner {
  padding: 18px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
}
.homeview--child-orders {
  position: absolute;
  margin-bottom: 10px;
  display: block;
  justify-content: center;
  width: max-content;
  right: 25px;
  overflow-y: hidden;
}
.homeview--input-bundler {
  padding-bottom: 15px;
  display: flex;
}
.homeview--input-suggestions {
  position: absolute;
  margin-top: -15px;
  background: white;
  z-index: 10;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.homeview--input-suggestion-rows {
  height: 33px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 12px;
  cursor: pointer;
}
.homeview--input-suggetions-title {
  padding: 15px 15px 10px 15px;
  color: #4D4D4D;
}
.homeview--input-suggetions-link {
  color: #1B7FC3;
  text-align: center;
  padding: 15px 0px 15px 0px;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  justify-content: center;
}
.homeview--input-suggestion-rows-active {
  background: #80808014;
}
.homeview--input-suggestion-icon-holder {
  margin-right: 12px;
}
.homeview--input-suggestion-icon {
  font-size: 14px;
  color: #575454;
}
.homeview--input-suggestion-place-name {
  font-size: 13px;
  font-family: sans-serif;
  color: black;
}
.homeview--input-suggestion-address-name {
  font-size: 12px;
  font-family: sans-serif;
  color: rgba(0, 0, 0, 0.34);
  margin: 5px;
}
.homeview--input-spacer {
  width: 20px;
  margin-left: -20px;
}
.homeview--row__enter-region .el-input__inner::placeholder {
  color: #7a7a7a;
  font-size: 13px;
}
.homeview--freight {
  position: absolute;
}
.homeview--input-freight {
  display: block;
  padding-left: 20px;
}
.homeview--inner-override {
  padding: 0px !important;
}
.homeview--input-containers {
  padding-top: 0 !important;
  max-height: max-content !important;
}
.homeview--order-confirm-row__top {
 padding-bottom: 40px;
 font-weight: 500;
}
.homeview--order-confirm-row__middle {
  padding-bottom: 10px;
}
.homeview--order-confirm-row__bottom {
  padding-bottom: 10px;
}
.homeview--order-confirm-header {
  margin: 0px;
  color: gray;
}
.homeview--order-confirm__button {
  margin: auto;
  margin-bottom: 15px;
}
.homeview--order-confirm-body {
  margin: 0px;
  color: black;
}
.homeview--order-confirm {
  width: 100%;
}
.homeview--input-freight-locations {
  padding-bottom: 0 !important;
  max-height: 12.5rem !important;
}
.homeview--input-freight-containers {
  padding-bottom: 0px !important;
  max-height: max-content !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-right: 0px !important;
}
.homeview--input-container-details {
  margin-bottom: 10px;
}
.homeview--button-add-container {
  display: block;
  width: 75%;
  margin: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}
.bg-button-orange {
  background-color: #F57F20;
  border-color: #F57F20;
}
.color-blue {
 color: #1B7FC3;
}
.color-orange {
  color: #F57F20;
}
.inactive-1, .inactive-1:hover {
  background: #BDBDBD;
  border-color: #BDBDBD;
}
.inactive-2, .inactive-2:hover {
  background: #E1E1E1;
  border-color: #E1E1E1;
}
.homeview--input-pickup {
  padding: 0 !important;
}
.homeview--input-categories {
  width: 94%;
  margin-left: 6%;
  height: 36px;
}
.input-spacer {
  margin-bottom: 10px;
}
.ongoing--card-text {
  margin: auto;
}
.ongoing--order-count {
  padding: 10px 25px 10px 25px;
  border-bottom: 0.5px solid #BDBDBD;
  width: 80%;
  margin: auto;
  font-size: 11px;
  color: #757575;
}
.card-location-override {
  padding-top: 15px;
}
.bg-white {
  background: #ffffff;
}
.homeview--section {
  max-height: 13.5rem;
  overflow-y: auto;
}
.homeview--section__container {
  margin: 10px;
  border-radius: 5px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #E1E3E8;
  padding: 10px;
  width: auto;
}
.homeview--container-table {
  width: 100%;
  margin-left: 2%;
}
.homeview--remove__icon {
  margin-left: auto;
  display: flex;
  margin-right: 10%;
  cursor: pointer;
  color: #1B7FC3;
}
.homeview--edit__icon {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  color: #1B7FC3;
}
.homeview--edit__text {
  margin-top: 3px;
  margin-right: 5px;
  font-size: 10px;
  color: #1B7FC3;
  text-decoration: underline;
}
.homeview--heading {
  display: flex;
}

.homeview--heading__container {
  font-size: 11px;
  text-align: left;
  color: #1B7FC3;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ongoing--card-override {
  padding: 15px;
}
.card--override {
  max-width: max-content !important;
}
.ongoing--card-row {
  display: flex;
}
.homeview--heading__container-ongoing {
  margin-top: 0;
  font-size: 10px;
  margin-bottom: 0px;
  color: #1B7FC3;
  padding-right: 10px;
}
.homeview--outer-override {
  min-width: 400px;
  z-index: 10;
  min-height: fit-content;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 80vh;
}
.homeview--heading__container-details {
  font-size: 14px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}
.homeview--body__container-ongoing {
  font-size: 12px;
  text-align: left;
  color: #848383;
  padding-right: 10px;
}
.homeview--container-card {
  padding-right: 5px;
  padding-bottom: 5px;
}
.homeview--order-details {
  padding: 20px;
  width: 100%;
  background-color: #F2FAFF;
  padding-bottom: 5px;
}
.homeview--order-details-edit {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 12px;
  cursor: pointer;
}
.homeview--inputs-override {
  padding: 18px;
}
.homeview---top-details-left, .homeview---top-details-right {
  color: #1782c5;
}
.homeview---top-details-right {
  font-size: 13px;
}
.homeview--bottom-details {
  font-size: 11px;
}
.col-right {
  padding-left: 50px;
}
.col-left {
  padding-left: 20px;
}
.block {
  display: block;
}
.homeview--input-bundler__img,
.homeview--input-bundler__img-right,
.homeview--input-bundler__input {
  display: flex;
}
.homeview--input-bundler__img {
  max-width: 10px;
  height: 10px;
  position: relative;
  top: 15px;
  left: -15px;
}
.homeview--input-bundler__waypoints {
  margin-top: -10px;
  padding-left: 10px;
}
.homeview--stops {
  text-decoration: none;
  color: #1782c5;
  font-size: 13px;
  padding-top: 10px;
}
.homeview--row {
  padding: 10px 20px;
  font-size: 13px;
}
.homeview--row__more-destinations {
  padding-left: 5px;
  margin-top: -10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.homeview--row__font-awesome {
  padding-right: 10px;
  font-size: 13px;
}
.homeview--add {
  text-decoration: none;
  color: #1782c5;
  font-size: 13px;
  padding-left: 10px;
}
.row {
  display: flex;
  flex-direction: row;
}
.slide-fade-enter-active {
  transition: all 0.8s ease;
}
.slide-fade-leave-active {
  transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter {
  transform: translateX(20px);
  opacity: 0;
}
.slide-fade-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}
.slide-fade-move {
  transition: transform 1s;
}
.homeview--input-bundler__img-right {
  max-width: 10px;
  height: 10px;
  position: relative;
  top: 15px;
  left: 30px;
  cursor: pointer;
}
.homeview--row__font-awesome.homeview--input-bundler__img-right {
  visibility: visible;
}
.homeview--row__font-awesome.homeview--input-bundler__img-right:hover {
  visibility: visible !important;
}
.homeview--input-bundler__destination-input {
  margin-right: -20px;
}
.homeview--form__scrollable {
  margin-right: -20px;
  padding-right: 30px;
  max-height: 10rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.home-view-vendor-and-optins-wrappper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50vh;
  margin-right: -20px;
  padding-right: 10px;
}
.dedicated-vendors-wrapper {
  max-height: 33vh !important;
}
.homeview--input-bundler__destination-short-input {
  margin-right: unset;
}
.homeview--top-locations {
  color: grey;
}
.home-view-notes-wrapper {
  margin-bottom: 22px;
}
.orders-loading-container {
  height: 1rem;
  margin-bottom: 10px;
}
.orders-loading-container--completion {
  margin-bottom: 0px;
}
.homeview--form__header {
  color: #555;
  text-transform: uppercase;
  font-size: 10.2px;
  margin-bottom: 10px;
}
.homeview--form__header-lower {
  margin-top: 20px;
  margin-bottom: -10px;
}
.home-view--form__seperator {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 30px 20px 10px 40px;
}
.home-view--seperator__vendors {
  margin: unset;
}
.homeview--proceed {
  padding-left: 40px;
  padding-right: 10px;
}
.homeview--input-products {
  padding: 20px 30px 0px 35px;
}
.home-view-vendor-classes {
  margin-top: 25px;
}
.home-view-vendor-classes-menu--img,
.home-view-vendor-classes-menu--span {
  display: flex;
}
.home-view-vendor-classes-menu--img {
  max-width: 20px;
  padding: 0 5px;
}
.home-view-vendor-classes-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.homeview-locations-options {
  display: flex;
}
.homeview-locations-options-multi-destination-inactive {
  pointer-events: none;
  color: #BDBDBD;
}
.homeview-locations-options-multi-destination-active {
  cursor: pointer;
}
.homeview-locations-options--add-destination {
  flex: 2 2 auto;
}
.homeview-locations-options--set-return {
  flex: 1 1 auto;
  margin-left: 19px;
}
.payments-orange {
  color: #f57f20;
}
.home-view-vendor-types-item--vendor-wrapper__vendor {
  flex-direction: column;
  flex: 1;
}
.home-view-vendor-types-item-vendor--vendor-formal-name {
  font-size: 14px;
}
.home-view-vendor-types-item-vendor--vendor-local-name {
  font-weight: 500;
}
.home-view-vendor-types-item-vendor--vendor-formal-name,
.home-view-vendor-types-item-vendor--vendor-local-name,
.home-view-vendor-types-item--cost-wrapper__cost,
.home-view-vendor-types-item--cost-wrapper_time {
  padding: 3px;
  width: max-content;
}
.home-view-truck-options-wrapper {
  width: 100%;
  font-size: 13px;
}
.home-view-truck-options-inner-wrapper {
  padding: 10px;
}
.home-view-truck-options--load-units .el-input-group__append,
.home-view-truck-options--load-units .el-input-group__prepend {
  width: 70px !important;
}
.home-view-truck-options-divider {
  border: 1px solid #e1e3e8;
  margin: 0 10px 10px 10px;
}
.home-view-truck-options-dedicated-notes {
  border: 1px solid #dddfe7;
  border-radius: 5px;
  padding: 2% 7% 7% 7%;
}
.home-view-truck-options-dedicated-notes-icon {
  width: 10px;
  height: 10px;
  background: #1B7FC3;
  border-radius: 10px;
  margin: 2px;
  margin-right: 10px;
}
.home-view-truck-options-dedicated-notes-label {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.home-view-truck-options-label {
  color: #212120;
  font-weight: 300;
  padding: 5px 0;
}
.home-view-truck-options-vehicle-type {
  border: solid 1px #dddfe7;
  border-radius: 5px;
  align-items: center;
  padding-left: 5%;
  font-weight: 400;
}

.home-view-truck-options-vehicle-type-title {
  display: flex;
  align-items: center;
  height: 30px;
  cursor: pointer;
}

.home-view-truck-options-vehicle-arrow {
  margin-left: 67%;
  border-radius: 13px;
  height: 15px;
  width: 15px;
  background: #1b7fc3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 9px;
  font-weight: 800;
}
.home-view-truck-options-schedule-discounts {
  color: black;
}
.home-view-truck-options-discounts-popup {
  top: 0px !important;
  height: max-content;
  left: 350px;
  width: 250px !important;
  position: absolute;
  z-index: 2008;
  margin-left: 26px;
}
.relative {
  position: relative;
}
.discounts_popup {
  width: 300px;
  height: max-content;
}
.discounts_popup, .upload-popup, .tour-popup, .locations-popup {
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: white;
}
.upload-popup {
  width: 30%;
  height: max-content;
  border-radius: 0px;
}
.close-variant {
  margin-left: auto;
  cursor: pointer;
}
.tour-popup {
  width: 30%;
  height: max-content;
  border-radius: 10px;
}
.locations-popup {
  width: 350px;
  height: max-content;
  border-radius: 0px;
}
.locations-popup-title {
  display: flex;
  align-items: center;
  padding-right: 5px;
}
.locations-popup-button-inactive {
  margin: 15px 10px 10px 20px;
  width: -webkit-fill-available;
  height: 40px;
  background: #7F7F7F;
  color: white;
  border: none;
  border-radius: 5px;
  pointer-events: none;
}
.locations-popup-button-active {
  margin: 15px 10px 10px 20px;
  width: -webkit-fill-available;
  height: 40px;
  color: white;
  border: none;
  border-radius: 5px;
  background: #007ECB;
}
.locations-popup-title-text {
  margin-left: 20px;
  font-weight: 500;
  font-size: 17px;
}
.locations-popup-saved-title {
  border-top: 1px solid rgba(0, 0, 0, 0.28);
  padding: 15px 0px 0px 15px;
  display: flex;
  font-weight: 500;
  font-size: 15px;
}
.locations-popup-saved-list {
  max-height: 160px;
  overflow-y: auto;
  margin-bottom: 15px;
}
.locations-popup-saved-remove {
  margin-left: auto;
  font-size: 12px;
  color: #F57F20;
  margin-right: 15px;
}
.locations-popup-saved-name {
  text-overflow: ellipsis;
  width: 240px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.fa-icon-position-override {
  left: -5px !important;
}
.locations-popup-input {
  display: flex;
  padding-right: 10px;
}
.upload-photo {
  width: 140px;
  margin-top: 30px;
}
.upload-link {
  text-decoration: underline;
  cursor: pointer;
  color: #1782c5;
}
.upload-link:hover {
  color: #0d517b;
}
.upload-par {
  padding-top: 20px;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 20px;
  color: black;
}
.upload-text {
  font-size: 12px;
  margin-bottom: 5px;
  font-style: italic;
}
.upload-csv-button {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
#upload-input {
  width: 150px;
}
.close {
  float: right;
  margin-top: -25px;
  margin-right: -20px;
}
.discount-popup-dismiss {
  background-color: #1882c5;
  color: white;
  border: none;
  width: 70px;
  height: 30px;
  border-radius: 5px;
  margin: 10px;
}
.el-icon-circle-check-outline {
  color: #51a65b !important;
}
.el-icon-close {
  color: #bc5000 !important;
}
.el-icon-loading {
  color: #1b7fc3 !important;
}
#icon_override {
  width: 100%;
  height: 55%;
  zoom: 2;
  font-size: 35px;
}
.blinder {
  width: 100%;
  height: 100%;
  background-color: #00000070;
  z-index: 50;
}
.frown-icon-class {
  height: 85px;
  margin-top: 20px;
}
.el-date-table td.disabled div {
  background-color: #00000040 !important;
}
.el-popper[x-placement^='bottom'] {
  margin-top: 0px !important;
  background-color: #1782c5;
  border: 0px solid #1782c5;
}
.el-popper[x-placement^='bottom'] .popper__arrow {
  display: none;
}
.el-select-dropdown__item,
.el-select-dropdown__item.hover,
.el-select-dropdown__item.selected {
  color: #ffffff !important;
  background-color: #1782c5 !important;
}
.el-select-dropdown__list {
  padding: unset !important;
}
.home-view-truck-options-inner--load-weight {
  margin-right: 5px;
}
.body {
  overflow: hidden;
}
.home-view-truck-options-inner--load-weight .el-input-group__append,
.el-select-dropdown__list span {
  font-size: smaller !important;
}
.extended-options-wrappper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 70vh;
  margin-right: -20px;
  padding-right: 10px;
}
.home-pair-text {
  text-align: center;
  font-size: 14px;
  padding: 20px;
}
.home-view-pair-rider-wrapper {
  width: 90%;
  font-size: 14px;
}
.home-view-vendor-classes-menu-payment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: nowrap;
}
.homeview--childinfo {
  z-index: 10;
  width: 70%;
  left: 15%;
  position: absolute;
  bottom: 10px;
}
.homeview--childinfo-row {
  display: flex;
}
.homeview--childinfo-col-1 {
  margin-right: 5%;
  width: 50%;
  margin-bottom: 20px;
}
.homeview--childinfo-col-2 {
  margin-right: 5%;
  width: 50%;
}
.homeview--childinfo-card {
  display: flex;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  width: 100%;
  margin: auto;
}
.homeview--childinfo-cancel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15%;
}
.homeview--childinfo-order-status {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #F57F20;
  margin-bottom: 15px;
  margin-top: 10px;
}
.homeview--childinfo-order-details {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #1B7FC3;
  margin-bottom: 10px;
  margin-top: 5px;
}
.homeview--childinfo-rider-details {
  display: flex;
  align-items: center;
}
.homeview--childinfo-rider-photo {
  width: 20%;
  border-radius: 65px;
  overflow: hidden;
}
.homeview--childinfo-rider-col {
  width: 30%;
  padding-left: 5%;
}
.homeview--childinfo-order-actions {
  display: flex;
  margin-bottom: 18px;
  margin-top: 20px;
}
.childinfo-container {
  border-top: 0.5px solid #BDBDBD;
  padding-top: 5px;
  border-bottom: 0.5px solid #BDBDBD;
  margin-bottom: 5px;
}
.homeview-action-icon-divider {
  position: absolute;
  border-left: 0.5px solid #BDBDBD;
  height: 20px;
  width: 1px;
  margin-left: 5px;
  margin-top: 11px;
}
.no-margin {
  margin: 0;
}
.homeview--input-header {
  color: #1682c5;
  font-weight: 500;
}
.homeview--childinfo-card-right, .homeview--childinfo-card-left {
  font-size: 12px;
  line-height: 12px;
  width: 50%;
  padding: 20px;
  border-left: 0.5px solid #BDBDBD;
}
.homeview--childinfo-contact {
  width: 60px;
}
.full-width {
  width: 100%;
}
.homeview--icon-success, .homeview--icon-pending, .homeview--icon-ongoing {
  height: 10px;
  width: 10px;
}
.homeview--icon-success {
  color: #43A047;
  margin-right: 10px;
}
.homeview--icon-pending {
  color: #C4C4C4;
  margin-right: 10px;
  background: #C4C4C4;
  border-radius: 30px;
}
.homeview--icon-ongoing {
  color: #F57F20;
  margin-right: 10px;
  background: #F57F20;
  border-radius: 30px;
}
.homeview--field {
  color: #969494;
  margin-top: 5px;
}
.homeview--return-input {
  margin-top: 10px;
  font-style: italic;
  font-size: 12px;
}
.home-view--upload-par, .home-view--upload-button {
  text-align: center;
  color: #1682c5;
  font-weight: 500;
}
.home-view--upload-button {
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.homeview--return-destination {
  margin-top: 15px;
}
.homeview--input-freight-complete {
  padding-bottom: 0px !important;
  max-height: max-content !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-right: 0px !important;
}
.loading-override {
  height: 50px;
}
.input-container--size {
  font-weight: 400 !important;
}
.homeview--outer-selection-panel {
  height: 48px;
  border: solid 2px #E4E9F2;
  display: flex;
}
.homeview--input-return-location {
  margin-left: 20px;
}
.homeview--outer-selections {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #1B7FC3;
}
.homeview--outer-modes {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.homeview--outer-mode-options {
  text-align: center;
  width: 45%;
  color: #1b7fc3;
}
.homeview--outer-selections__active {
  color: white !important;
  background: #1B7FC3 !important;
}

.reset-font {
  font-family: 'Rubik', sans-serif;
}
.home-view--seperator {
  border-top: 1px solid #6663;
  margin-left: -20px;
  margin-right: -20px;
}
.home-view-vendor-classes--title {
  text-align: center;
  font-weight: normal;
  padding: 20px 20px 0px 20px;
  font-size: 14px;
}
.home-view-vendor-classes--icons,
.home-view-vendor-classes--label,
.home-view-vendor-classes-icons-item,
.home-view-vendor-classes-label-item {
  display: flex;
}
.home-view-vendor-classes-icons-item,
.home-view-vendor-classes-label-item {
  flex: 1;
  align-items: center;
}
.vendor__img_pstn {
  flex-basis: 11% !important;
}
.home-next-step {
  color: #1782c5;
}
.back-to-home-btn {
  padding-left: 6px;
  color: #000000;
  font-size: 25px;
  cursor: pointer;
}
.vendor_component-actions__element-date {
  background-color: white !important;
  width: 100% !important;
}
.vendor_component-actions__input-time {
  background-color: white !important;
  width: 45% !important;
  margin: auto;
  font-size: 12px;
}
.vendor_component-actions__title {
  text-align: center;
  font-weight: 500;
}
.vendor_component-actions__element-time {
  padding: 5%;
  box-shadow: 1px 0px 9px rgba(0, 0, 0, 0.21);
  margin-top: 10px;
  border-radius: 5px;
}
.vendor_component-actions__divider {
  margin-left: 3%;
  margin-right: 2%;
  color: #1782c5;
  font-size: 16px;
  font-weight: 600;
}
.pair_rider_section {
  width: 100%;
}
.home-view-vendor-classes--label {
  padding: 5px 0px;
  margin-top: 5px;
  padding-bottom: 1px;
}
.home-view--outline {
  border-bottom: 2px solid #ebeef5;
}
.home-view-vendor-classes-menu.section__link.router-link-active {
  width: 100%;
}
.home-view-vendor-classes-icons-item--img {
  width: 30px;
  max-height: 30px;
}
.home-view-vendor-classes-label-item {
  text-transform: uppercase;
  font-size: smaller;
}
.home-view-vendor-classes-label-item,
.home-view-vendor-classes-icons-item--img,
.home-view-actions--items__img,
.home-view-actions--items__span {
  cursor: pointer;
}
.home-view-vendor-types {
  margin-top: 20px;
}
.home-view-vendor-types--item {
  border-radius: 5px;
  margin: 13px 0;
  cursor: pointer;
  border: 2px solid #e1e3e8;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: transparent;
  color: #1782c5;
}
.home-view-vendor-types--item:hover,
.home-view-vendor-types--item:active,
.home-view-vendor-types--item__active {
  border: 2px solid #1782c5;
  background-color: #fff;
}

.home-view-vendor-types--item,
.home-view-vendor-types-item,
.home-view-vendor-types-item--cost-wrapper,
.home-view-vendor-types-item--vendor-wrapper,
.home-view-carrier-type {
  display: flex;
}
.home-view-vendor-types-item {
  justify-content: space-between;
  align-items: center;
}
.home-view-vendor-types-item {
  flex: 1;
}
.home-view-vendor-types-item--cost-wrapper {
  flex-direction: row;
  padding-right: 10px;
  align-items: center;
  /* flex-basis: 52%; */
}
.home-view-vendor-types-item--vendor-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  /* flex-basis: 43%; */
}
.home-view-vendor-types-item__image {
  height: 30px;
  min-width: 30px;
}
.home-view-vendor-types-item--cost-wrapper_time,
.home-view-vendor-types-item-vendor--vendor-local-name {
  font-size: xx-small;
}
.home-view-vendor-types-item--cost-wrapper__cost {
  font-size: smaller;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-view-vendor-types-item--vendor-wrapper__img {
  padding-left: 10px;
  flex-basis: 25%;
}
.home-view-vendor-types-item--cost-wrapper-left {
  flex-direction: column;
  flex-basis: 90%;
  align-items: flex-end;
  padding-right: 10px;
}
.home-view-vendor-types-item--cost-wrapper-right {
  align-self: center;
  justify-content: flex-end;
  flex-basis: 10%;
}
.home-view-vendor-types-item-wrap {
  flex-wrap: wrap;
}
.home-view-carrier-type {
  width: 100%;
  justify-content: space-evenly;
  padding: 10px 0 10px 0;
}
.home-view-carrier-type--left-aligned {
  justify-content: space-around;
}

/* --start vendor actions */

.home-view-actions,
.home-view-actions--items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-view-actions--items {
  flex: 1;
}
.home-view-place-order {
  margin: 20px 0px 0px 0px;
}
.home-view--place-order {
  width: 100%;
  text-transform: uppercase;
}
.home-view-actions--items__span {
  font-size: small;
  padding: 5px;
  cursor: pointer;
}
.home-view-actions {
  margin: 10px 0;
  border-bottom: 2px solid #ebeef5;
}
.home-view-actions--schedule {
  margin-bottom: 15px;
  color: #1782c5;
  font-size: small;
  margin-top: 20px;
}
.home-view-section__link {
  color: #555 !important;
  text-transform: capitalize !important;
  font-size: 14px;
  text-align: center;
  /* padding: 10px 25px; */
  text-decoration: none;
}

.home-view-section__link:hover {
  color: #1782c5 !important;
  cursor: pointer;
}
.home-view-section__link-active {
  font-weight: normal !important;
  color: #1782c5 !important;
  margin-bottom: -3px;
}
.home-view-actions__element-date .el-input__inner,
.home-view-actions__element-date .el-input__icon {
  color: #1782c5;
}
.home-view-actions--note {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 25px;
}

/* --end vendor actions */

/* start order actions */
.home-view-payments-wrapper,
.home-view-payments-wrapper--left,
.home-view-payments-wrapper--right,
.home-view-payments-wrapper--left__amount-label,
.home-view-payments-wrapper--left__amount-figure,
.home-view-payments-wrapper--right-label,
.home-view-payments-wrapper--right-amount,
.home-view-vendor-types-item--vendor-wrapper__vendor {
  display: flex;
}
.home-view-payments-wrapper {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  border: 1px solid #1782c5;
  border-radius: 5px;
  padding: 5px;
  margin-top: 20px;
}
.home-view-payments-wrapper--left,
.home-view-payments-wrapper--right,
.home-view-payments-wrapper--right-amount,
.home-view-payments-wrapper--right-label,
.home-view-payments-wrapper--left__amount-figure,
.home-view-payments-wrapper--left__amount-label {
  flex: 1;
}
.home-view-payments-wrapper--left,
.home-view-payments-wrapper--right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-view-payments-wrapper--left__amount-label,
.home-view-payments-wrapper--right-label {
  font-size: 10px;
}
.home-view-payments-wrapper--left__amount-figure,
.home-view-payments-wrapper--right-amount {
  font-size: 12px;
}
.home-view-payments--postpay {
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 20px;
  color: #1782c5;
  margin-bottom: -15px;
}

.pair_confirm_btn {
  margin: 20px 0px 0px 0px;
}
.pop-over-layout {
  background-color: #fff !important;
  width: 20% !important;
  min-height: 19% !important;
}
.pair-rider-name {
  padding: 8px;
  font-size: 13px;
}
.bottom-spacer {
  margin-bottom: 10px;
}
.recipient-section {
  display: none;
}
.el-popper[x-placement^='right'] .popper__arrow::after {
  bottom: 0px;
  border-right-color: #ffffff !important;
}
.display_paired_rider_img {
  height: 55px;
  vertical-align: middle;
  border-radius: 15%;
}
.display_rider_inline {
  border-right: 1px solid #74696942;
  width: 58% !important;
  text-align: center;
  padding-top: 14px;
}
.upper_scope_pair_text {
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 10px;
  text-transform: capitalize;
}
.pair_info_text_content {
  font-family: 'Rubik', sans-serif;
  color: #555;
  font-weight: 300;
}
.pair_right_more_info {
  width: 40% !important;
  text-align: center;
  padding-top: 20%;
}
.pair-model-info {
  font-size: 12px;
}

.home-view-actions--items__span .el-icon-goods,
.home-view-actions--items__span .el-icon-edit-outline,
.home-view-actions--items__span .el-icon-time {
  margin-left: -15px;
  margin-top: 2px;
}
/* end order actions */

/* start transitions */
.home-carrier-type-fade-enter-active,
.home-carrier-type-fade-leave-active {
  opacity: 0;
}
.home-carrier-type-fade-enter,
.home-carrier-type-fade-leave-to {
  opacity: 0;
}
.tier_description_background {
  background-color: #1782c5;
}
.extra_info_background {
  background-color: #fff;
}
.load-weight {
  width: 50% !important;
  font-style: italic;
}
.tonage-value-text {
  color: #555 !important;
  padding-left: 10px;
}
.tonnage-validate-error {
  color: #e08445;
  font-family: 'Rubik', sans-serif;
  text-align: left;
  font-size: 13px;
  width: 320px;
}
.load-weight-outer {
  padding-bottom: 0px;
}
.el-picker-panel__body-wrapper {
  background-color: white !important;
}
.el-time-panel {
  font-family: 'Rubik', sans-serif;
}
.home-view-vendor-types--item__unavailable {
  background: #fbfbfb;
  color: #808080;
  font-weight: 400 !important;
}
.home-view-vendor-types-carrier {
  width: 60px;
}
.home-view-vendor-types-carrier-container {
  display: -webkit-inline-box;
  width: 180px;
  overflow-x: hidden;
}
.home-view-vendor-types-item__image-dedicated {
  display: block;
  margin: auto;
}
.dedicated-vendor-select .el-input {
  font-size: 12px;
  width: 230px;
  margin-bottom: 10px;
}
.dedicated-vendor-popper-class {
  background: white !important;
  font-size: 12px;
  color: black;
}
.dedicated-vendor-icon {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.dedicated-vendor-container {
  padding-left: 10%;
}
.home-view-vendor-types-item-vendor--vendor-formal-name-dedicated {
  font-size: 11px;
  text-align: center;
}
.home-view-vendor-types--picker__unavailable {
  background: #fbfbfb;
  color: #808080;
  font-weight: 400 !important;
  pointer-events: none;
}
.home-view-vendor-types--icon__unavailable {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  color: #808080 !important;
}
.home-view-vendor-types-item--cost-wrapper-right > span > span {
  background-color: inherit;
}
.home-view-vendor-select-vendor-number .el-input {
  width: 70px;
}
.home-view-vendor-select-vendor-number .el-input__inner {
  color: #1b7fc3;
}
.home-view-vendor-types--extra__unavailable {
  background: rgba(173, 173, 173, 0.97) !important;
  color: #ffffff !important;
}
.vendor_component-schedule {
  font-size: 10px;
  color: #212120;
}
.dedicated-minus-icon, .dedicated-plus-icon {
  font-size: 9px;
  font-weight: 900;
  margin: 5px;
}
.dedicated-vendor-items-divider {
  border-right: solid 1px;
  margin-right: 3px;
}
.dedicated-vendor-items-select {
  padding-right: 3px !important;
}
.dedicated-wrapper-override {
  max-height: 37vh !important;
}
.pairing-alert{
  width: 20% !important;
  margin-top: 12%;
  border: none;
  text-align: center;
}
.pairing-alert-icon{
  font-size: 30px;
  color: #f57e20;
}
.pairing-error-display{
  width: 77% !important;
  padding-top: 4%;
}
.pairing-error-header{
  margin-bottom: 3%;
  text-transform: capitalize;
}
.vendorExtraInfo{
  background-color: #1782c5 !important;
}
/* end transitions */
.button-additional-notes{
background-color: #fff;
background-image: none;
border-radius: 4px;
border: 1px solid #dcdfe6;
box-sizing: border-box;
color: #606266;
display: inline-block;
font-size: 13px;;
height: 40px;
line-height: 40px;
outline: 0;
padding-left: 15px;
transition: background-color 0.3s;
width: 100%;
text-align: left;
cursor: pointer;
}
.align-instructions-icon{
  margin-left: 42% !important;
}
.instructions-holder{
  display: inline-block;
  width: 50%;
}
.add-instructions-submit{
  margin-top: 6% !important;
  width: 100% !important;
}
.add-instructions-setup{
  margin-top: 3%;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 8%;
  color: rgba(0, 0, 0, 0.72);
}
.add-instructions-setup-label{
  margin-top: 0;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 1%;
}
.add-instructions-setup-contact{
  margin-bottom: 1%;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.72);
  margin-top: 4%;
}
.add-instructions-outer{
  margin-left: 6%;
  margin-right: 6%;
}
.add-instructions-pop-up > div > div > div.el-dialog__header{
  padding-top: 0 !important;
}
.add-instructions-pop-up > div > div > div.el-dialog__body{
  padding-top: 0 !important;
}
.add-notes{
 font: inherit !important;
}
.instructions--inner-section{
  margin-bottom: 10%;
}
.notify_recipient{
 margin-top: 14px;
 font-size: 12px;
 line-height: 20px;
 display: flex;
 align-items: center;
 color: #878686;
}
.send_sms-checkbox{
 margin-left: 0;
}
.instructions-set{
  margin-left: 3%;
}










































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































/* unfortunately browser vendors dont care about BEM */
[data-v-6368b708]::-webkit-scrollbar {
  width: 12px;
}
/* Track */
[data-v-6368b708]::-webkit-scrollbar-track {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
/* Handle */
[data-v-6368b708]::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #1782c5;
}
[data-v-6368b708]::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(0, 0, 0, 0.2);
}
.homeview--return-destination-input[data-v-6368b708], .homeview--input-bundler__destination-input[data-v-6368b708] {
  color: black;
  font-weight: 600;
}
.homeview--return-destination-input[data-v-6368b708]::-webkit-input-placeholder,
.homeview--input-bundler__destination-input[data-v-6368b708]::-webkit-input-placeholder {
  font-weight: 400;
}
.homeview--outer {
  position: absolute;
  margin-top: 10px;
  left: 10px;
  background-color: #fff;
  width: 400px;
  border-radius: 5px;
}
.homeview--inner {
  padding: 18px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
}
.homeview--child-orders {
  position: absolute;
  margin-bottom: 10px;
  display: block;
  justify-content: center;
  width: max-content;
  right: 25px;
  overflow-y: hidden;
}
.homeview--input-bundler {
  padding-bottom: 15px;
  display: flex;
}
.homeview--input-suggestions {
  position: absolute;
  margin-top: -15px;
  background: white;
  z-index: 10;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.homeview--input-suggestion-rows {
  height: 33px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 12px;
  cursor: pointer;
}
.homeview--input-suggetions-title {
  padding: 15px 15px 10px 15px;
  color: #4D4D4D;
}
.homeview--input-suggetions-link {
  color: #1B7FC3;
  text-align: center;
  padding: 15px 0px 15px 0px;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  justify-content: center;
}
.homeview--input-suggestion-rows-active {
  background: #80808014;
}
.homeview--input-suggestion-icon-holder {
  margin-right: 12px;
}
.homeview--input-suggestion-icon {
  font-size: 14px;
  color: #575454;
}
.homeview--input-suggestion-place-name {
  font-size: 13px;
  font-family: sans-serif;
  color: black;
}
.homeview--input-suggestion-address-name {
  font-size: 12px;
  font-family: sans-serif;
  color: rgba(0, 0, 0, 0.34);
  margin: 5px;
}
.homeview--input-spacer {
  width: 20px;
  margin-left: -20px;
}
.homeview--row__enter-region .el-input__inner::placeholder {
  color: #7a7a7a;
  font-size: 13px;
}
.homeview--freight {
  position: absolute;
}
.homeview--input-freight {
  display: block;
  padding-left: 20px;
}
.homeview--inner-override {
  padding: 0px !important;
}
.homeview--input-containers {
  padding-top: 0 !important;
  max-height: max-content !important;
}
.homeview--order-confirm-row__top {
 padding-bottom: 40px;
 font-weight: 500;
}
.homeview--order-confirm-row__middle {
  padding-bottom: 10px;
}
.homeview--order-confirm-row__bottom {
  padding-bottom: 10px;
}
.homeview--order-confirm-header {
  margin: 0px;
  color: gray;
}
.homeview--order-confirm__button {
  margin: auto;
  margin-bottom: 15px;
}
.homeview--order-confirm-body {
  margin: 0px;
  color: black;
}
.homeview--order-confirm {
  width: 100%;
}
.homeview--input-freight-locations {
  padding-bottom: 0 !important;
  max-height: 12.5rem !important;
}
.homeview--input-freight-containers {
  padding-bottom: 0px !important;
  max-height: max-content !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-right: 0px !important;
}
.homeview--input-container-details {
  margin-bottom: 10px;
}
.homeview--button-add-container {
  display: block;
  width: 75%;
  margin: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}
.bg-button-orange {
  background-color: #F57F20;
  border-color: #F57F20;
}
.color-blue {
 color: #1B7FC3;
}
.color-orange {
  color: #F57F20;
}
.inactive-1, .inactive-1:hover {
  background: #BDBDBD;
  border-color: #BDBDBD;
}
.inactive-2, .inactive-2:hover {
  background: #E1E1E1;
  border-color: #E1E1E1;
}
.homeview--input-pickup {
  padding: 0 !important;
}
.homeview--input-categories {
  width: 94%;
  margin-left: 6%;
  height: 36px;
}
.input-spacer {
  margin-bottom: 10px;
}
.ongoing--card-text {
  margin: auto;
}
.ongoing--order-count {
  padding: 10px 25px 10px 25px;
  border-bottom: 0.5px solid #BDBDBD;
  width: 80%;
  margin: auto;
  font-size: 11px;
  color: #757575;
}
.card-location-override {
  padding-top: 15px;
}
.bg-white {
  background: #ffffff;
}
.homeview--section {
  max-height: 13.5rem;
  overflow-y: auto;
}
.homeview--section__container {
  margin: 10px;
  border-radius: 5px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #E1E3E8;
  padding: 10px;
  width: auto;
}
.homeview--container-table {
  width: 100%;
  margin-left: 2%;
}
.homeview--remove__icon {
  margin-left: auto;
  display: flex;
  margin-right: 10%;
  cursor: pointer;
  color: #1B7FC3;
}
.homeview--edit__icon {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  color: #1B7FC3;
}
.homeview--edit__text {
  margin-top: 3px;
  margin-right: 5px;
  font-size: 10px;
  color: #1B7FC3;
  text-decoration: underline;
}
.homeview--heading {
  display: flex;
}

.homeview--heading__container {
  font-size: 11px;
  text-align: left;
  color: #1B7FC3;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ongoing--card-override {
  padding: 15px;
}
.card--override {
  max-width: max-content !important;
}
.ongoing--card-row {
  display: flex;
}
.homeview--heading__container-ongoing {
  margin-top: 0;
  font-size: 10px;
  margin-bottom: 0px;
  color: #1B7FC3;
  padding-right: 10px;
}
.homeview--outer-override {
  min-width: 400px;
  z-index: 10;
  min-height: fit-content;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 80vh;
}
.homeview--heading__container-details {
  font-size: 14px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}
.homeview--body__container-ongoing {
  font-size: 12px;
  text-align: left;
  color: #848383;
  padding-right: 10px;
}
.homeview--container-card {
  padding-right: 5px;
  padding-bottom: 5px;
}
.homeview--order-details {
  padding: 20px;
  width: 100%;
  background-color: #F2FAFF;
  padding-bottom: 5px;
}
.homeview--order-details-edit {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 12px;
  cursor: pointer;
}
.homeview--inputs-override {
  padding: 18px;
}
.homeview---top-details-left, .homeview---top-details-right {
  color: #1782c5;
}
.homeview---top-details-right {
  font-size: 13px;
}
.homeview--bottom-details {
  font-size: 11px;
}
.col-right {
  padding-left: 50px;
}
.col-left {
  padding-left: 20px;
}
.block {
  display: block;
}
.homeview--input-bundler__img,
.homeview--input-bundler__img-right,
.homeview--input-bundler__input {
  display: flex;
}
.homeview--input-bundler__img {
  max-width: 10px;
  height: 10px;
  position: relative;
  top: 15px;
  left: -15px;
}
.homeview--input-bundler__waypoints {
  margin-top: -10px;
  padding-left: 10px;
}
.homeview--stops {
  text-decoration: none;
  color: #1782c5;
  font-size: 13px;
  padding-top: 10px;
}
.homeview--row {
  padding: 10px 20px;
  font-size: 13px;
}
.homeview--row__more-destinations {
  padding-left: 5px;
  margin-top: -10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.homeview--row__font-awesome {
  padding-right: 10px;
  font-size: 13px;
}
.homeview--add {
  text-decoration: none;
  color: #1782c5;
  font-size: 13px;
  padding-left: 10px;
}
.row {
  display: flex;
  flex-direction: row;
}
.slide-fade-enter-active {
  transition: all 0.8s ease;
}
.slide-fade-leave-active {
  transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter {
  transform: translateX(20px);
  opacity: 0;
}
.slide-fade-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}
.slide-fade-move {
  transition: transform 1s;
}
.homeview--input-bundler__img-right {
  max-width: 10px;
  height: 10px;
  position: relative;
  top: 15px;
  left: 30px;
  cursor: pointer;
}
.homeview--row__font-awesome.homeview--input-bundler__img-right {
  visibility: visible;
}
.homeview--row__font-awesome.homeview--input-bundler__img-right:hover {
  visibility: visible !important;
}
.homeview--input-bundler__destination-input {
  margin-right: -20px;
}
.homeview--form__scrollable {
  margin-right: -20px;
  padding-right: 30px;
  max-height: 10rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.home-view-vendor-and-optins-wrappper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50vh;
  margin-right: -20px;
  padding-right: 10px;
}
.dedicated-vendors-wrapper {
  max-height: 33vh !important;
}
.homeview--input-bundler__destination-short-input {
  margin-right: unset;
}
.homeview--top-locations {
  color: grey;
}
.home-view-notes-wrapper {
  margin-bottom: 22px;
}
.orders-loading-container {
  height: 1rem;
  margin-bottom: 10px;
}
.orders-loading-container--completion {
  margin-bottom: 0px;
}
.homeview--form__header {
  color: #555;
  text-transform: uppercase;
  font-size: 10.2px;
  margin-bottom: 10px;
}
.homeview--form__header-lower {
  margin-top: 20px;
  margin-bottom: -10px;
}
.home-view--form__seperator {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 30px 20px 10px 40px;
}
.home-view--seperator__vendors {
  margin: unset;
}
.homeview--proceed {
  padding-left: 40px;
  padding-right: 10px;
}
.homeview--input-products {
  padding: 20px 30px 0px 35px;
}
.home-view-vendor-classes {
  margin-top: 25px;
}
.home-view-vendor-classes-menu--img,
.home-view-vendor-classes-menu--span {
  display: flex;
}
.home-view-vendor-classes-menu--img {
  max-width: 20px;
  padding: 0 5px;
}
.home-view-vendor-classes-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.homeview-locations-options {
  display: flex;
}
.homeview-locations-options-multi-destination-inactive {
  pointer-events: none;
  color: #BDBDBD;
}
.homeview-locations-options-multi-destination-active {
  cursor: pointer;
}
.homeview-locations-options--add-destination {
  flex: 2 2 auto;
}
.homeview-locations-options--set-return {
  flex: 1 1 auto;
  margin-left: 19px;
}
.payments-orange {
  color: #f57f20;
}
.home-view-vendor-types-item--vendor-wrapper__vendor {
  flex-direction: column;
  flex: 1;
}
.home-view-vendor-types-item-vendor--vendor-formal-name {
  font-size: 14px;
}
.home-view-vendor-types-item-vendor--vendor-local-name {
  font-weight: 500;
}
.home-view-vendor-types-item-vendor--vendor-formal-name,
.home-view-vendor-types-item-vendor--vendor-local-name,
.home-view-vendor-types-item--cost-wrapper__cost,
.home-view-vendor-types-item--cost-wrapper_time {
  padding: 3px;
  width: max-content;
}
.home-view-truck-options-wrapper {
  width: 100%;
  font-size: 13px;
}
.home-view-truck-options-inner-wrapper {
  padding: 10px;
}
.home-view-truck-options--load-units .el-input-group__append,
.home-view-truck-options--load-units .el-input-group__prepend {
  width: 70px !important;
}
.home-view-truck-options-divider {
  border: 1px solid #e1e3e8;
  margin: 0 10px 10px 10px;
}
.home-view-truck-options-dedicated-notes {
  border: 1px solid #dddfe7;
  border-radius: 5px;
  padding: 2% 7% 7% 7%;
}
.home-view-truck-options-dedicated-notes-icon {
  width: 10px;
  height: 10px;
  background: #1B7FC3;
  border-radius: 10px;
  margin: 2px;
  margin-right: 10px;
}
.home-view-truck-options-dedicated-notes-label {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.home-view-truck-options-label {
  color: #212120;
  font-weight: 300;
  padding: 5px 0;
}
.home-view-truck-options-vehicle-type {
  border: solid 1px #dddfe7;
  border-radius: 5px;
  align-items: center;
  padding-left: 5%;
  font-weight: 400;
}

.home-view-truck-options-vehicle-type-title {
  display: flex;
  align-items: center;
  height: 30px;
  cursor: pointer;
}

.home-view-truck-options-vehicle-arrow {
  margin-left: 67%;
  border-radius: 13px;
  height: 15px;
  width: 15px;
  background: #1b7fc3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 9px;
  font-weight: 800;
}
.home-view-truck-options-schedule-discounts {
  color: black;
}
.home-view-truck-options-discounts-popup {
  top: 0px !important;
  height: max-content;
  left: 350px;
  width: 250px !important;
  position: absolute;
  z-index: 2008;
  margin-left: 26px;
}
.relative {
  position: relative;
}
.discounts_popup {
  width: 300px;
  height: max-content;
}
.discounts_popup, .upload-popup, .tour-popup, .locations-popup {
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: white;
}
.upload-popup {
  width: 30%;
  height: max-content;
  border-radius: 0px;
}
.close-variant {
  margin-left: auto;
  cursor: pointer;
}
.tour-popup {
  width: 30%;
  height: max-content;
  border-radius: 10px;
}
.locations-popup {
  width: 350px;
  height: max-content;
  border-radius: 0px;
}
.locations-popup-title {
  display: flex;
  align-items: center;
  padding-right: 5px;
}
.locations-popup-button-inactive {
  margin: 15px 10px 10px 20px;
  width: -webkit-fill-available;
  height: 40px;
  background: #7F7F7F;
  color: white;
  border: none;
  border-radius: 5px;
  pointer-events: none;
}
.locations-popup-button-active {
  margin: 15px 10px 10px 20px;
  width: -webkit-fill-available;
  height: 40px;
  color: white;
  border: none;
  border-radius: 5px;
  background: #007ECB;
}
.locations-popup-title-text {
  margin-left: 20px;
  font-weight: 500;
  font-size: 17px;
}
.locations-popup-saved-title {
  border-top: 1px solid rgba(0, 0, 0, 0.28);
  padding: 15px 0px 0px 15px;
  display: flex;
  font-weight: 500;
  font-size: 15px;
}
.locations-popup-saved-list {
  max-height: 160px;
  overflow-y: auto;
  margin-bottom: 15px;
}
.locations-popup-saved-remove {
  margin-left: auto;
  font-size: 12px;
  color: #F57F20;
  margin-right: 15px;
}
.locations-popup-saved-name {
  text-overflow: ellipsis;
  width: 240px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.fa-icon-position-override {
  left: -5px !important;
}
.locations-popup-input {
  display: flex;
  padding-right: 10px;
}
.upload-photo {
  width: 140px;
  margin-top: 30px;
}
.upload-link {
  text-decoration: underline;
  cursor: pointer;
  color: #1782c5;
}
.upload-link:hover {
  color: #0d517b;
}
.upload-par {
  padding-top: 20px;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 20px;
  color: black;
}
.upload-text {
  font-size: 12px;
  margin-bottom: 5px;
  font-style: italic;
}
.upload-csv-button {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
#upload-input {
  width: 150px;
}
.close {
  float: right;
  margin-top: -25px;
  margin-right: -20px;
}
.discount-popup-dismiss {
  background-color: #1882c5;
  color: white;
  border: none;
  width: 70px;
  height: 30px;
  border-radius: 5px;
  margin: 10px;
}
.el-icon-circle-check-outline {
  color: #51a65b !important;
}
.el-icon-close {
  color: #bc5000 !important;
}
.el-icon-loading {
  color: #1b7fc3 !important;
}
#icon_override {
  width: 100%;
  height: 55%;
  zoom: 2;
  font-size: 35px;
}
.blinder {
  width: 100%;
  height: 100%;
  background-color: #00000070;
  z-index: 50;
}
.frown-icon-class {
  height: 85px;
  margin-top: 20px;
}
.el-date-table td.disabled div {
  background-color: #00000040 !important;
}
.el-popper[x-placement^='bottom'] {
  margin-top: 0px !important;
  background-color: #1782c5;
  border: 0px solid #1782c5;
}
.el-popper[x-placement^='bottom'] .popper__arrow {
  display: none;
}
.el-select-dropdown__item,
.el-select-dropdown__item.hover,
.el-select-dropdown__item.selected {
  color: #ffffff !important;
  background-color: #1782c5 !important;
}
.el-select-dropdown__list {
  padding: unset !important;
}
.home-view-truck-options-inner--load-weight {
  margin-right: 5px;
}
.body {
  overflow: hidden;
}
.home-view-truck-options-inner--load-weight .el-input-group__append,
.el-select-dropdown__list span {
  font-size: smaller !important;
}
.extended-options-wrappper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 70vh;
  margin-right: -20px;
  padding-right: 10px;
}
.home-pair-text {
  text-align: center;
  font-size: 14px;
  padding: 20px;
}
.home-view-pair-rider-wrapper {
  width: 90%;
  font-size: 14px;
}
.home-view-vendor-classes-menu-payment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: nowrap;
}
.homeview--childinfo {
  z-index: 10;
  width: 70%;
  left: 15%;
  position: absolute;
  bottom: 10px;
}
.homeview--childinfo-row {
  display: flex;
}
.homeview--childinfo-col-1 {
  margin-right: 5%;
  width: 50%;
  margin-bottom: 20px;
}
.homeview--childinfo-col-2 {
  margin-right: 5%;
  width: 50%;
}
.homeview--childinfo-card {
  display: flex;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  width: 100%;
  margin: auto;
}
.homeview--childinfo-cancel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15%;
}
.homeview--childinfo-order-status {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #F57F20;
  margin-bottom: 15px;
  margin-top: 10px;
}
.homeview--childinfo-order-details {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #1B7FC3;
  margin-bottom: 10px;
  margin-top: 5px;
}
.homeview--childinfo-rider-details {
  display: flex;
  align-items: center;
}
.homeview--childinfo-rider-photo {
  width: 20%;
  border-radius: 65px;
  overflow: hidden;
}
.homeview--childinfo-rider-col {
  width: 30%;
  padding-left: 5%;
}
.homeview--childinfo-order-actions {
  display: flex;
  margin-bottom: 18px;
  margin-top: 20px;
}
.childinfo-container {
  border-top: 0.5px solid #BDBDBD;
  padding-top: 5px;
  border-bottom: 0.5px solid #BDBDBD;
  margin-bottom: 5px;
}
.homeview-action-icon-divider {
  position: absolute;
  border-left: 0.5px solid #BDBDBD;
  height: 20px;
  width: 1px;
  margin-left: 5px;
  margin-top: 11px;
}
.no-margin {
  margin: 0;
}
.homeview--input-header {
  color: #1682c5;
  font-weight: 500;
}
.homeview--childinfo-card-right, .homeview--childinfo-card-left {
  font-size: 12px;
  line-height: 12px;
  width: 50%;
  padding: 20px;
  border-left: 0.5px solid #BDBDBD;
}
.homeview--childinfo-contact {
  width: 60px;
}
.full-width {
  width: 100%;
}
.homeview--icon-success, .homeview--icon-pending, .homeview--icon-ongoing {
  height: 10px;
  width: 10px;
}
.homeview--icon-success {
  color: #43A047;
  margin-right: 10px;
}
.homeview--icon-pending {
  color: #C4C4C4;
  margin-right: 10px;
  background: #C4C4C4;
  border-radius: 30px;
}
.homeview--icon-ongoing {
  color: #F57F20;
  margin-right: 10px;
  background: #F57F20;
  border-radius: 30px;
}
.homeview--field {
  color: #969494;
  margin-top: 5px;
}
.homeview--return-input {
  margin-top: 10px;
  font-style: italic;
  font-size: 12px;
}
.home-view--upload-par, .home-view--upload-button {
  text-align: center;
  color: #1682c5;
  font-weight: 500;
}
.home-view--upload-button {
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.homeview--return-destination {
  margin-top: 15px;
}
.homeview--input-freight-complete {
  padding-bottom: 0px !important;
  max-height: max-content !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-right: 0px !important;
}
.loading-override {
  height: 50px;
}
.input-container--size {
  font-weight: 400 !important;
}
.homeview--outer-selection-panel {
  height: 48px;
  border: solid 2px #E4E9F2;
  display: flex;
}
.homeview--input-return-location {
  margin-left: 20px;
}
.homeview--outer-selections {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #1B7FC3;
}
.homeview--outer-modes {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.homeview--outer-mode-options {
  text-align: center;
  width: 45%;
  color: #1b7fc3;
}
.homeview--outer-selections__active {
  color: white !important;
  background: #1B7FC3 !important;
}



















































































































































































































/* unfortunately browser vendors dont care about BEM */
[data-v-d090a192]::-webkit-scrollbar {
  width: 12px;
}
/* Track */
[data-v-d090a192]::-webkit-scrollbar-track {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
/* Handle */
[data-v-d090a192]::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #1782c5;
}
[data-v-d090a192]::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(0, 0, 0, 0.2);
}
.back--button[data-v-d090a192] {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #55555500;
  background-color: #fff;
  border-radius: 50%;
  padding: 15px;
  font-size: larger;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0,0.02);
  cursor: pointer;
  color: #555;
}
.homeview--outer {
  position: absolute;
  margin-top: 10px;
  left: 10px;
  background-color: #fff;
  width: 400px;
  border-radius: 5px;
}
.homeview--inner {
  padding: 18px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
}
.homeview--child-orders {
  position: absolute;
  margin-bottom: 10px;
  display: block;
  justify-content: center;
  width: max-content;
  right: 25px;
  overflow-y: hidden;
}
.homeview--input-bundler {
  padding-bottom: 15px;
  display: flex;
}
.homeview--input-suggestions {
  position: absolute;
  margin-top: -15px;
  background: white;
  z-index: 10;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.homeview--input-suggestion-rows {
  height: 33px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 12px;
  cursor: pointer;
}
.homeview--input-suggetions-title {
  padding: 15px 15px 10px 15px;
  color: #4D4D4D;
}
.homeview--input-suggetions-link {
  color: #1B7FC3;
  text-align: center;
  padding: 15px 0px 15px 0px;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  justify-content: center;
}
.homeview--input-suggestion-rows-active {
  background: #80808014;
}
.homeview--input-suggestion-icon-holder {
  margin-right: 12px;
}
.homeview--input-suggestion-icon {
  font-size: 14px;
  color: #575454;
}
.homeview--input-suggestion-place-name {
  font-size: 13px;
  font-family: sans-serif;
  color: black;
}
.homeview--input-suggestion-address-name {
  font-size: 12px;
  font-family: sans-serif;
  color: rgba(0, 0, 0, 0.34);
  margin: 5px;
}
.homeview--input-spacer {
  width: 20px;
  margin-left: -20px;
}
.homeview--row__enter-region .el-input__inner::placeholder {
  color: #7a7a7a;
  font-size: 13px;
}
.homeview--freight {
  position: absolute;
}
.homeview--input-freight {
  display: block;
  padding-left: 20px;
}
.homeview--inner-override {
  padding: 0px !important;
}
.homeview--input-containers {
  padding-top: 0 !important;
  max-height: max-content !important;
}
.homeview--order-confirm-row__top {
 padding-bottom: 40px;
 font-weight: 500;
}
.homeview--order-confirm-row__middle {
  padding-bottom: 10px;
}
.homeview--order-confirm-row__bottom {
  padding-bottom: 10px;
}
.homeview--order-confirm-header {
  margin: 0px;
  color: gray;
}
.homeview--order-confirm__button {
  margin: auto;
  margin-bottom: 15px;
}
.homeview--order-confirm-body {
  margin: 0px;
  color: black;
}
.homeview--order-confirm {
  width: 100%;
}
.homeview--input-freight-locations {
  padding-bottom: 0 !important;
  max-height: 12.5rem !important;
}
.homeview--input-freight-containers {
  padding-bottom: 0px !important;
  max-height: max-content !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-right: 0px !important;
}
.homeview--input-container-details {
  margin-bottom: 10px;
}
.homeview--button-add-container {
  display: block;
  width: 75%;
  margin: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}
.bg-button-orange {
  background-color: #F57F20;
  border-color: #F57F20;
}
.color-blue {
 color: #1B7FC3;
}
.color-orange {
  color: #F57F20;
}
.inactive-1, .inactive-1:hover {
  background: #BDBDBD;
  border-color: #BDBDBD;
}
.inactive-2, .inactive-2:hover {
  background: #E1E1E1;
  border-color: #E1E1E1;
}
.homeview--input-pickup {
  padding: 0 !important;
}
.homeview--input-categories {
  width: 94%;
  margin-left: 6%;
  height: 36px;
}
.input-spacer {
  margin-bottom: 10px;
}
.ongoing--card-text {
  margin: auto;
}
.ongoing--order-count {
  padding: 10px 25px 10px 25px;
  border-bottom: 0.5px solid #BDBDBD;
  width: 80%;
  margin: auto;
  font-size: 11px;
  color: #757575;
}
.card-location-override {
  padding-top: 15px;
}
.bg-white {
  background: #ffffff;
}
.homeview--section {
  max-height: 13.5rem;
  overflow-y: auto;
}
.homeview--section__container {
  margin: 10px;
  border-radius: 5px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #E1E3E8;
  padding: 10px;
  width: auto;
}
.homeview--container-table {
  width: 100%;
  margin-left: 2%;
}
.homeview--remove__icon {
  margin-left: auto;
  display: flex;
  margin-right: 10%;
  cursor: pointer;
  color: #1B7FC3;
}
.homeview--edit__icon {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  color: #1B7FC3;
}
.homeview--edit__text {
  margin-top: 3px;
  margin-right: 5px;
  font-size: 10px;
  color: #1B7FC3;
  text-decoration: underline;
}
.homeview--heading {
  display: flex;
}

.homeview--heading__container {
  font-size: 11px;
  text-align: left;
  color: #1B7FC3;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ongoing--card-override {
  padding: 15px;
}
.card--override {
  max-width: max-content !important;
}
.ongoing--card-row {
  display: flex;
}
.homeview--heading__container-ongoing {
  margin-top: 0;
  font-size: 10px;
  margin-bottom: 0px;
  color: #1B7FC3;
  padding-right: 10px;
}
.homeview--outer-override {
  min-width: 400px;
  z-index: 10;
  min-height: fit-content;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 80vh;
}
.homeview--heading__container-details {
  font-size: 14px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}
.homeview--body__container-ongoing {
  font-size: 12px;
  text-align: left;
  color: #848383;
  padding-right: 10px;
}
.homeview--container-card {
  padding-right: 5px;
  padding-bottom: 5px;
}
.homeview--order-details {
  padding: 20px;
  width: 100%;
  background-color: #F2FAFF;
  padding-bottom: 5px;
}
.homeview--order-details-edit {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 12px;
  cursor: pointer;
}
.homeview--inputs-override {
  padding: 18px;
}
.homeview---top-details-left, .homeview---top-details-right {
  color: #1782c5;
}
.homeview---top-details-right {
  font-size: 13px;
}
.homeview--bottom-details {
  font-size: 11px;
}
.col-right {
  padding-left: 50px;
}
.col-left {
  padding-left: 20px;
}
.block {
  display: block;
}
.homeview--input-bundler__img,
.homeview--input-bundler__img-right,
.homeview--input-bundler__input {
  display: flex;
}
.homeview--input-bundler__img {
  max-width: 10px;
  height: 10px;
  position: relative;
  top: 15px;
  left: -15px;
}
.homeview--input-bundler__waypoints {
  margin-top: -10px;
  padding-left: 10px;
}
.homeview--stops {
  text-decoration: none;
  color: #1782c5;
  font-size: 13px;
  padding-top: 10px;
}
.homeview--row {
  padding: 10px 20px;
  font-size: 13px;
}
.homeview--row__more-destinations {
  padding-left: 5px;
  margin-top: -10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.homeview--row__font-awesome {
  padding-right: 10px;
  font-size: 13px;
}
.homeview--add {
  text-decoration: none;
  color: #1782c5;
  font-size: 13px;
  padding-left: 10px;
}
.row {
  display: flex;
  flex-direction: row;
}
.slide-fade-enter-active {
  transition: all 0.8s ease;
}
.slide-fade-leave-active {
  transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter {
  transform: translateX(20px);
  opacity: 0;
}
.slide-fade-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}
.slide-fade-move {
  transition: transform 1s;
}
.homeview--input-bundler__img-right {
  max-width: 10px;
  height: 10px;
  position: relative;
  top: 15px;
  left: 30px;
  cursor: pointer;
}
.homeview--row__font-awesome.homeview--input-bundler__img-right {
  visibility: visible;
}
.homeview--row__font-awesome.homeview--input-bundler__img-right:hover {
  visibility: visible !important;
}
.homeview--input-bundler__destination-input {
  margin-right: -20px;
}
.homeview--form__scrollable {
  margin-right: -20px;
  padding-right: 30px;
  max-height: 10rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.home-view-vendor-and-optins-wrappper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50vh;
  margin-right: -20px;
  padding-right: 10px;
}
.dedicated-vendors-wrapper {
  max-height: 33vh !important;
}
.homeview--input-bundler__destination-short-input {
  margin-right: unset;
}
.homeview--top-locations {
  color: grey;
}
.home-view-notes-wrapper {
  margin-bottom: 22px;
}
.orders-loading-container {
  height: 1rem;
  margin-bottom: 10px;
}
.orders-loading-container--completion {
  margin-bottom: 0px;
}
.homeview--form__header {
  color: #555;
  text-transform: uppercase;
  font-size: 10.2px;
  margin-bottom: 10px;
}
.homeview--form__header-lower {
  margin-top: 20px;
  margin-bottom: -10px;
}
.home-view--form__seperator {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 30px 20px 10px 40px;
}
.home-view--seperator__vendors {
  margin: unset;
}
.homeview--proceed {
  padding-left: 40px;
  padding-right: 10px;
}
.homeview--input-products {
  padding: 20px 30px 0px 35px;
}
.home-view-vendor-classes {
  margin-top: 25px;
}
.home-view-vendor-classes-menu--img,
.home-view-vendor-classes-menu--span {
  display: flex;
}
.home-view-vendor-classes-menu--img {
  max-width: 20px;
  padding: 0 5px;
}
.home-view-vendor-classes-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.homeview-locations-options {
  display: flex;
}
.homeview-locations-options-multi-destination-inactive {
  pointer-events: none;
  color: #BDBDBD;
}
.homeview-locations-options-multi-destination-active {
  cursor: pointer;
}
.homeview-locations-options--add-destination {
  flex: 2 2 auto;
}
.homeview-locations-options--set-return {
  flex: 1 1 auto;
  margin-left: 19px;
}
.payments-orange {
  color: #f57f20;
}
.home-view-vendor-types-item--vendor-wrapper__vendor {
  flex-direction: column;
  flex: 1;
}
.home-view-vendor-types-item-vendor--vendor-formal-name {
  font-size: 14px;
}
.home-view-vendor-types-item-vendor--vendor-local-name {
  font-weight: 500;
}
.home-view-vendor-types-item-vendor--vendor-formal-name,
.home-view-vendor-types-item-vendor--vendor-local-name,
.home-view-vendor-types-item--cost-wrapper__cost,
.home-view-vendor-types-item--cost-wrapper_time {
  padding: 3px;
  width: max-content;
}
.home-view-truck-options-wrapper {
  width: 100%;
  font-size: 13px;
}
.home-view-truck-options-inner-wrapper {
  padding: 10px;
}
.home-view-truck-options--load-units .el-input-group__append,
.home-view-truck-options--load-units .el-input-group__prepend {
  width: 70px !important;
}
.home-view-truck-options-divider {
  border: 1px solid #e1e3e8;
  margin: 0 10px 10px 10px;
}
.home-view-truck-options-dedicated-notes {
  border: 1px solid #dddfe7;
  border-radius: 5px;
  padding: 2% 7% 7% 7%;
}
.home-view-truck-options-dedicated-notes-icon {
  width: 10px;
  height: 10px;
  background: #1B7FC3;
  border-radius: 10px;
  margin: 2px;
  margin-right: 10px;
}
.home-view-truck-options-dedicated-notes-label {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.home-view-truck-options-label {
  color: #212120;
  font-weight: 300;
  padding: 5px 0;
}
.home-view-truck-options-vehicle-type {
  border: solid 1px #dddfe7;
  border-radius: 5px;
  align-items: center;
  padding-left: 5%;
  font-weight: 400;
}

.home-view-truck-options-vehicle-type-title {
  display: flex;
  align-items: center;
  height: 30px;
  cursor: pointer;
}

.home-view-truck-options-vehicle-arrow {
  margin-left: 67%;
  border-radius: 13px;
  height: 15px;
  width: 15px;
  background: #1b7fc3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 9px;
  font-weight: 800;
}
.home-view-truck-options-schedule-discounts {
  color: black;
}
.home-view-truck-options-discounts-popup {
  top: 0px !important;
  height: max-content;
  left: 350px;
  width: 250px !important;
  position: absolute;
  z-index: 2008;
  margin-left: 26px;
}
.relative {
  position: relative;
}
.discounts_popup {
  width: 300px;
  height: max-content;
}
.discounts_popup, .upload-popup, .tour-popup, .locations-popup {
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: white;
}
.upload-popup {
  width: 30%;
  height: max-content;
  border-radius: 0px;
}
.close-variant {
  margin-left: auto;
  cursor: pointer;
}
.tour-popup {
  width: 30%;
  height: max-content;
  border-radius: 10px;
}
.locations-popup {
  width: 350px;
  height: max-content;
  border-radius: 0px;
}
.locations-popup-title {
  display: flex;
  align-items: center;
  padding-right: 5px;
}
.locations-popup-button-inactive {
  margin: 15px 10px 10px 20px;
  width: -webkit-fill-available;
  height: 40px;
  background: #7F7F7F;
  color: white;
  border: none;
  border-radius: 5px;
  pointer-events: none;
}
.locations-popup-button-active {
  margin: 15px 10px 10px 20px;
  width: -webkit-fill-available;
  height: 40px;
  color: white;
  border: none;
  border-radius: 5px;
  background: #007ECB;
}
.locations-popup-title-text {
  margin-left: 20px;
  font-weight: 500;
  font-size: 17px;
}
.locations-popup-saved-title {
  border-top: 1px solid rgba(0, 0, 0, 0.28);
  padding: 15px 0px 0px 15px;
  display: flex;
  font-weight: 500;
  font-size: 15px;
}
.locations-popup-saved-list {
  max-height: 160px;
  overflow-y: auto;
  margin-bottom: 15px;
}
.locations-popup-saved-remove {
  margin-left: auto;
  font-size: 12px;
  color: #F57F20;
  margin-right: 15px;
}
.locations-popup-saved-name {
  text-overflow: ellipsis;
  width: 240px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.fa-icon-position-override {
  left: -5px !important;
}
.locations-popup-input {
  display: flex;
  padding-right: 10px;
}
.upload-photo {
  width: 140px;
  margin-top: 30px;
}
.upload-link {
  text-decoration: underline;
  cursor: pointer;
  color: #1782c5;
}
.upload-link:hover {
  color: #0d517b;
}
.upload-par {
  padding-top: 20px;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 20px;
  color: black;
}
.upload-text {
  font-size: 12px;
  margin-bottom: 5px;
  font-style: italic;
}
.upload-csv-button {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
#upload-input {
  width: 150px;
}
.close {
  float: right;
  margin-top: -25px;
  margin-right: -20px;
}
.discount-popup-dismiss {
  background-color: #1882c5;
  color: white;
  border: none;
  width: 70px;
  height: 30px;
  border-radius: 5px;
  margin: 10px;
}
.el-icon-circle-check-outline {
  color: #51a65b !important;
}
.el-icon-close {
  color: #bc5000 !important;
}
.el-icon-loading {
  color: #1b7fc3 !important;
}
#icon_override {
  width: 100%;
  height: 55%;
  zoom: 2;
  font-size: 35px;
}
.blinder {
  width: 100%;
  height: 100%;
  background-color: #00000070;
  z-index: 50;
}
.frown-icon-class {
  height: 85px;
  margin-top: 20px;
}
.el-date-table td.disabled div {
  background-color: #00000040 !important;
}
.el-popper[x-placement^='bottom'] {
  margin-top: 0px !important;
  background-color: #1782c5;
  border: 0px solid #1782c5;
}
.el-popper[x-placement^='bottom'] .popper__arrow {
  display: none;
}
.el-select-dropdown__item,
.el-select-dropdown__item.hover,
.el-select-dropdown__item.selected {
  color: #ffffff !important;
  background-color: #1782c5 !important;
}
.el-select-dropdown__list {
  padding: unset !important;
}
.home-view-truck-options-inner--load-weight {
  margin-right: 5px;
}
.body {
  overflow: hidden;
}
.home-view-truck-options-inner--load-weight .el-input-group__append,
.el-select-dropdown__list span {
  font-size: smaller !important;
}
.extended-options-wrappper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 70vh;
  margin-right: -20px;
  padding-right: 10px;
}
.home-pair-text {
  text-align: center;
  font-size: 14px;
  padding: 20px;
}
.home-view-pair-rider-wrapper {
  width: 90%;
  font-size: 14px;
}
.home-view-vendor-classes-menu-payment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: nowrap;
}
.homeview--childinfo {
  z-index: 10;
  width: 70%;
  left: 15%;
  position: absolute;
  bottom: 10px;
}
.homeview--childinfo-row {
  display: flex;
}
.homeview--childinfo-col-1 {
  margin-right: 5%;
  width: 50%;
  margin-bottom: 20px;
}
.homeview--childinfo-col-2 {
  margin-right: 5%;
  width: 50%;
}
.homeview--childinfo-card {
  display: flex;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  width: 100%;
  margin: auto;
}
.homeview--childinfo-cancel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15%;
}
.homeview--childinfo-order-status {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #F57F20;
  margin-bottom: 15px;
  margin-top: 10px;
}
.homeview--childinfo-order-details {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #1B7FC3;
  margin-bottom: 10px;
  margin-top: 5px;
}
.homeview--childinfo-rider-details {
  display: flex;
  align-items: center;
}
.homeview--childinfo-rider-photo {
  width: 20%;
  border-radius: 65px;
  overflow: hidden;
}
.homeview--childinfo-rider-col {
  width: 30%;
  padding-left: 5%;
}
.homeview--childinfo-order-actions {
  display: flex;
  margin-bottom: 18px;
  margin-top: 20px;
}
.childinfo-container {
  border-top: 0.5px solid #BDBDBD;
  padding-top: 5px;
  border-bottom: 0.5px solid #BDBDBD;
  margin-bottom: 5px;
}
.homeview-action-icon-divider {
  position: absolute;
  border-left: 0.5px solid #BDBDBD;
  height: 20px;
  width: 1px;
  margin-left: 5px;
  margin-top: 11px;
}
.no-margin {
  margin: 0;
}
.homeview--input-header {
  color: #1682c5;
  font-weight: 500;
}
.homeview--childinfo-card-right, .homeview--childinfo-card-left {
  font-size: 12px;
  line-height: 12px;
  width: 50%;
  padding: 20px;
  border-left: 0.5px solid #BDBDBD;
}
.homeview--childinfo-contact {
  width: 60px;
}
.full-width {
  width: 100%;
}
.homeview--icon-success, .homeview--icon-pending, .homeview--icon-ongoing {
  height: 10px;
  width: 10px;
}
.homeview--icon-success {
  color: #43A047;
  margin-right: 10px;
}
.homeview--icon-pending {
  color: #C4C4C4;
  margin-right: 10px;
  background: #C4C4C4;
  border-radius: 30px;
}
.homeview--icon-ongoing {
  color: #F57F20;
  margin-right: 10px;
  background: #F57F20;
  border-radius: 30px;
}
.homeview--field {
  color: #969494;
  margin-top: 5px;
}
.homeview--return-input {
  margin-top: 10px;
  font-style: italic;
  font-size: 12px;
}
.home-view--upload-par, .home-view--upload-button {
  text-align: center;
  color: #1682c5;
  font-weight: 500;
}
.home-view--upload-button {
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.homeview--return-destination {
  margin-top: 15px;
}
.homeview--input-freight-complete {
  padding-bottom: 0px !important;
  max-height: max-content !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-right: 0px !important;
}
.loading-override {
  height: 50px;
}
.input-container--size {
  font-weight: 400 !important;
}
.homeview--outer-selection-panel {
  height: 48px;
  border: solid 2px #E4E9F2;
  display: flex;
}
.homeview--input-return-location {
  margin-left: 20px;
}
.homeview--outer-selections {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #1B7FC3;
}
.homeview--outer-modes {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.homeview--outer-mode-options {
  text-align: center;
  width: 45%;
  color: #1b7fc3;
}
.homeview--outer-selections__active {
  color: white !important;
  background: #1B7FC3 !important;
}


/* (ignored) *//* (ignored) */.homeview--outer {
  position: absolute;
  margin-top: 10px;
  left: 10px;
  background-color: #fff;
  width: 400px;
  border-radius: 5px;
}
.homeview--inner {
  padding: 18px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
}
.homeview--child-orders {
  position: absolute;
  margin-bottom: 10px;
  display: block;
  justify-content: center;
  width: max-content;
  right: 25px;
  overflow-y: hidden;
}
.homeview--input-bundler {
  padding-bottom: 15px;
  display: flex;
}
.homeview--input-suggestions {
  position: absolute;
  margin-top: -15px;
  background: white;
  z-index: 10;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.homeview--input-suggestion-rows {
  height: 33px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 12px;
  cursor: pointer;
}
.homeview--input-suggetions-title {
  padding: 15px 15px 10px 15px;
  color: #4D4D4D;
}
.homeview--input-suggetions-link {
  color: #1B7FC3;
  text-align: center;
  padding: 15px 0px 15px 0px;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  justify-content: center;
}
.homeview--input-suggestion-rows-active {
  background: #80808014;
}
.homeview--input-suggestion-icon-holder {
  margin-right: 12px;
}
.homeview--input-suggestion-icon {
  font-size: 14px;
  color: #575454;
}
.homeview--input-suggestion-place-name {
  font-size: 13px;
  font-family: sans-serif;
  color: black;
}
.homeview--input-suggestion-address-name {
  font-size: 12px;
  font-family: sans-serif;
  color: rgba(0, 0, 0, 0.34);
  margin: 5px;
}
.homeview--input-spacer {
  width: 20px;
  margin-left: -20px;
}
.homeview--row__enter-region .el-input__inner::placeholder {
  color: #7a7a7a;
  font-size: 13px;
}
.homeview--freight {
  position: absolute;
}
.homeview--input-freight {
  display: block;
  padding-left: 20px;
}
.homeview--inner-override {
  padding: 0px !important;
}
.homeview--input-containers {
  padding-top: 0 !important;
  max-height: max-content !important;
}
.homeview--order-confirm-row__top {
 padding-bottom: 40px;
 font-weight: 500;
}
.homeview--order-confirm-row__middle {
  padding-bottom: 10px;
}
.homeview--order-confirm-row__bottom {
  padding-bottom: 10px;
}
.homeview--order-confirm-header {
  margin: 0px;
  color: gray;
}
.homeview--order-confirm__button {
  margin: auto;
  margin-bottom: 15px;
}
.homeview--order-confirm-body {
  margin: 0px;
  color: black;
}
.homeview--order-confirm {
  width: 100%;
}
.homeview--input-freight-locations {
  padding-bottom: 0 !important;
  max-height: 12.5rem !important;
}
.homeview--input-freight-containers {
  padding-bottom: 0px !important;
  max-height: max-content !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-right: 0px !important;
}
.homeview--input-container-details {
  margin-bottom: 10px;
}
.homeview--button-add-container {
  display: block;
  width: 75%;
  margin: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}
.bg-button-orange {
  background-color: #F57F20;
  border-color: #F57F20;
}
.color-blue {
 color: #1B7FC3;
}
.color-orange {
  color: #F57F20;
}
.inactive-1, .inactive-1:hover {
  background: #BDBDBD;
  border-color: #BDBDBD;
}
.inactive-2, .inactive-2:hover {
  background: #E1E1E1;
  border-color: #E1E1E1;
}
.homeview--input-pickup {
  padding: 0 !important;
}
.homeview--input-categories {
  width: 94%;
  margin-left: 6%;
  height: 36px;
}
.input-spacer {
  margin-bottom: 10px;
}
.ongoing--card-text {
  margin: auto;
}
.ongoing--order-count {
  padding: 10px 25px 10px 25px;
  border-bottom: 0.5px solid #BDBDBD;
  width: 80%;
  margin: auto;
  font-size: 11px;
  color: #757575;
}
.card-location-override {
  padding-top: 15px;
}
.bg-white {
  background: #ffffff;
}
.homeview--section {
  max-height: 13.5rem;
  overflow-y: auto;
}
.homeview--section__container {
  margin: 10px;
  border-radius: 5px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #E1E3E8;
  padding: 10px;
  width: auto;
}
.homeview--container-table {
  width: 100%;
  margin-left: 2%;
}
.homeview--remove__icon {
  margin-left: auto;
  display: flex;
  margin-right: 10%;
  cursor: pointer;
  color: #1B7FC3;
}
.homeview--edit__icon {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  color: #1B7FC3;
}
.homeview--edit__text {
  margin-top: 3px;
  margin-right: 5px;
  font-size: 10px;
  color: #1B7FC3;
  text-decoration: underline;
}
.homeview--heading {
  display: flex;
}

.homeview--heading__container {
  font-size: 11px;
  text-align: left;
  color: #1B7FC3;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ongoing--card-override {
  padding: 15px;
}
.card--override {
  max-width: max-content !important;
}
.ongoing--card-row {
  display: flex;
}
.homeview--heading__container-ongoing {
  margin-top: 0;
  font-size: 10px;
  margin-bottom: 0px;
  color: #1B7FC3;
  padding-right: 10px;
}
.homeview--outer-override {
  min-width: 400px;
  z-index: 10;
  min-height: fit-content;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 80vh;
}
.homeview--heading__container-details {
  font-size: 14px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}
.homeview--body__container-ongoing {
  font-size: 12px;
  text-align: left;
  color: #848383;
  padding-right: 10px;
}
.homeview--container-card {
  padding-right: 5px;
  padding-bottom: 5px;
}
.homeview--order-details {
  padding: 20px;
  width: 100%;
  background-color: #F2FAFF;
  padding-bottom: 5px;
}
.homeview--order-details-edit {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 12px;
  cursor: pointer;
}
.homeview--inputs-override {
  padding: 18px;
}
.homeview---top-details-left, .homeview---top-details-right {
  color: #1782c5;
}
.homeview---top-details-right {
  font-size: 13px;
}
.homeview--bottom-details {
  font-size: 11px;
}
.col-right {
  padding-left: 50px;
}
.col-left {
  padding-left: 20px;
}
.block {
  display: block;
}
.homeview--input-bundler__img,
.homeview--input-bundler__img-right,
.homeview--input-bundler__input {
  display: flex;
}
.homeview--input-bundler__img {
  max-width: 10px;
  height: 10px;
  position: relative;
  top: 15px;
  left: -15px;
}
.homeview--input-bundler__waypoints {
  margin-top: -10px;
  padding-left: 10px;
}
.homeview--stops {
  text-decoration: none;
  color: #1782c5;
  font-size: 13px;
  padding-top: 10px;
}
.homeview--row {
  padding: 10px 20px;
  font-size: 13px;
}
.homeview--row__more-destinations {
  padding-left: 5px;
  margin-top: -10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.homeview--row__font-awesome {
  padding-right: 10px;
  font-size: 13px;
}
.homeview--add {
  text-decoration: none;
  color: #1782c5;
  font-size: 13px;
  padding-left: 10px;
}
.row {
  display: flex;
  flex-direction: row;
}
.slide-fade-enter-active {
  transition: all 0.8s ease;
}
.slide-fade-leave-active {
  transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter {
  transform: translateX(20px);
  opacity: 0;
}
.slide-fade-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}
.slide-fade-move {
  transition: transform 1s;
}
.homeview--input-bundler__img-right {
  max-width: 10px;
  height: 10px;
  position: relative;
  top: 15px;
  left: 30px;
  cursor: pointer;
}
.homeview--row__font-awesome.homeview--input-bundler__img-right {
  visibility: visible;
}
.homeview--row__font-awesome.homeview--input-bundler__img-right:hover {
  visibility: visible !important;
}
.homeview--input-bundler__destination-input {
  margin-right: -20px;
}
.homeview--form__scrollable {
  margin-right: -20px;
  padding-right: 30px;
  max-height: 10rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.home-view-vendor-and-optins-wrappper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50vh;
  margin-right: -20px;
  padding-right: 10px;
}
.dedicated-vendors-wrapper {
  max-height: 33vh !important;
}
.homeview--input-bundler__destination-short-input {
  margin-right: unset;
}
.homeview--top-locations {
  color: grey;
}
.home-view-notes-wrapper {
  margin-bottom: 22px;
}
.orders-loading-container {
  height: 1rem;
  margin-bottom: 10px;
}
.orders-loading-container--completion {
  margin-bottom: 0px;
}
.homeview--form__header {
  color: #555;
  text-transform: uppercase;
  font-size: 10.2px;
  margin-bottom: 10px;
}
.homeview--form__header-lower {
  margin-top: 20px;
  margin-bottom: -10px;
}
.home-view--form__seperator {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 30px 20px 10px 40px;
}
.home-view--seperator__vendors {
  margin: unset;
}
.homeview--proceed {
  padding-left: 40px;
  padding-right: 10px;
}
.homeview--input-products {
  padding: 20px 30px 0px 35px;
}
.home-view-vendor-classes {
  margin-top: 25px;
}
.home-view-vendor-classes-menu--img,
.home-view-vendor-classes-menu--span {
  display: flex;
}
.home-view-vendor-classes-menu--img {
  max-width: 20px;
  padding: 0 5px;
}
.home-view-vendor-classes-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.homeview-locations-options {
  display: flex;
}
.homeview-locations-options-multi-destination-inactive {
  pointer-events: none;
  color: #BDBDBD;
}
.homeview-locations-options-multi-destination-active {
  cursor: pointer;
}
.homeview-locations-options--add-destination {
  flex: 2 2 auto;
}
.homeview-locations-options--set-return {
  flex: 1 1 auto;
  margin-left: 19px;
}
.payments-orange {
  color: #f57f20;
}
.home-view-vendor-types-item--vendor-wrapper__vendor {
  flex-direction: column;
  flex: 1;
}
.home-view-vendor-types-item-vendor--vendor-formal-name {
  font-size: 14px;
}
.home-view-vendor-types-item-vendor--vendor-local-name {
  font-weight: 500;
}
.home-view-vendor-types-item-vendor--vendor-formal-name,
.home-view-vendor-types-item-vendor--vendor-local-name,
.home-view-vendor-types-item--cost-wrapper__cost,
.home-view-vendor-types-item--cost-wrapper_time {
  padding: 3px;
  width: max-content;
}
.home-view-truck-options-wrapper {
  width: 100%;
  font-size: 13px;
}
.home-view-truck-options-inner-wrapper {
  padding: 10px;
}
.home-view-truck-options--load-units .el-input-group__append,
.home-view-truck-options--load-units .el-input-group__prepend {
  width: 70px !important;
}
.home-view-truck-options-divider {
  border: 1px solid #e1e3e8;
  margin: 0 10px 10px 10px;
}
.home-view-truck-options-dedicated-notes {
  border: 1px solid #dddfe7;
  border-radius: 5px;
  padding: 2% 7% 7% 7%;
}
.home-view-truck-options-dedicated-notes-icon {
  width: 10px;
  height: 10px;
  background: #1B7FC3;
  border-radius: 10px;
  margin: 2px;
  margin-right: 10px;
}
.home-view-truck-options-dedicated-notes-label {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.home-view-truck-options-label {
  color: #212120;
  font-weight: 300;
  padding: 5px 0;
}
.home-view-truck-options-vehicle-type {
  border: solid 1px #dddfe7;
  border-radius: 5px;
  align-items: center;
  padding-left: 5%;
  font-weight: 400;
}

.home-view-truck-options-vehicle-type-title {
  display: flex;
  align-items: center;
  height: 30px;
  cursor: pointer;
}

.home-view-truck-options-vehicle-arrow {
  margin-left: 67%;
  border-radius: 13px;
  height: 15px;
  width: 15px;
  background: #1b7fc3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 9px;
  font-weight: 800;
}
.home-view-truck-options-schedule-discounts {
  color: black;
}
.home-view-truck-options-discounts-popup {
  top: 0px !important;
  height: max-content;
  left: 350px;
  width: 250px !important;
  position: absolute;
  z-index: 2008;
  margin-left: 26px;
}
.relative {
  position: relative;
}
.discounts_popup {
  width: 300px;
  height: max-content;
}
.discounts_popup, .upload-popup, .tour-popup, .locations-popup {
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: white;
}
.upload-popup {
  width: 30%;
  height: max-content;
  border-radius: 0px;
}
.close-variant {
  margin-left: auto;
  cursor: pointer;
}
.tour-popup {
  width: 30%;
  height: max-content;
  border-radius: 10px;
}
.locations-popup {
  width: 350px;
  height: max-content;
  border-radius: 0px;
}
.locations-popup-title {
  display: flex;
  align-items: center;
  padding-right: 5px;
}
.locations-popup-button-inactive {
  margin: 15px 10px 10px 20px;
  width: -webkit-fill-available;
  height: 40px;
  background: #7F7F7F;
  color: white;
  border: none;
  border-radius: 5px;
  pointer-events: none;
}
.locations-popup-button-active {
  margin: 15px 10px 10px 20px;
  width: -webkit-fill-available;
  height: 40px;
  color: white;
  border: none;
  border-radius: 5px;
  background: #007ECB;
}
.locations-popup-title-text {
  margin-left: 20px;
  font-weight: 500;
  font-size: 17px;
}
.locations-popup-saved-title {
  border-top: 1px solid rgba(0, 0, 0, 0.28);
  padding: 15px 0px 0px 15px;
  display: flex;
  font-weight: 500;
  font-size: 15px;
}
.locations-popup-saved-list {
  max-height: 160px;
  overflow-y: auto;
  margin-bottom: 15px;
}
.locations-popup-saved-remove {
  margin-left: auto;
  font-size: 12px;
  color: #F57F20;
  margin-right: 15px;
}
.locations-popup-saved-name {
  text-overflow: ellipsis;
  width: 240px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.fa-icon-position-override {
  left: -5px !important;
}
.locations-popup-input {
  display: flex;
  padding-right: 10px;
}
.upload-photo {
  width: 140px;
  margin-top: 30px;
}
.upload-link {
  text-decoration: underline;
  cursor: pointer;
  color: #1782c5;
}
.upload-link:hover {
  color: #0d517b;
}
.upload-par {
  padding-top: 20px;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 20px;
  color: black;
}
.upload-text {
  font-size: 12px;
  margin-bottom: 5px;
  font-style: italic;
}
.upload-csv-button {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
#upload-input {
  width: 150px;
}
.close {
  float: right;
  margin-top: -25px;
  margin-right: -20px;
}
.discount-popup-dismiss {
  background-color: #1882c5;
  color: white;
  border: none;
  width: 70px;
  height: 30px;
  border-radius: 5px;
  margin: 10px;
}
.el-icon-circle-check-outline {
  color: #51a65b !important;
}
.el-icon-close {
  color: #bc5000 !important;
}
.el-icon-loading {
  color: #1b7fc3 !important;
}
#icon_override {
  width: 100%;
  height: 55%;
  zoom: 2;
  font-size: 35px;
}
.blinder {
  width: 100%;
  height: 100%;
  background-color: #00000070;
  z-index: 50;
}
.frown-icon-class {
  height: 85px;
  margin-top: 20px;
}
.el-date-table td.disabled div {
  background-color: #00000040 !important;
}
.el-popper[x-placement^='bottom'] {
  margin-top: 0px !important;
  background-color: #1782c5;
  border: 0px solid #1782c5;
}
.el-popper[x-placement^='bottom'] .popper__arrow {
  display: none;
}
.el-select-dropdown__item,
.el-select-dropdown__item.hover,
.el-select-dropdown__item.selected {
  color: #ffffff !important;
  background-color: #1782c5 !important;
}
.el-select-dropdown__list {
  padding: unset !important;
}
.home-view-truck-options-inner--load-weight {
  margin-right: 5px;
}
.body {
  overflow: hidden;
}
.home-view-truck-options-inner--load-weight .el-input-group__append,
.el-select-dropdown__list span {
  font-size: smaller !important;
}
.extended-options-wrappper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 70vh;
  margin-right: -20px;
  padding-right: 10px;
}
.home-pair-text {
  text-align: center;
  font-size: 14px;
  padding: 20px;
}
.home-view-pair-rider-wrapper {
  width: 90%;
  font-size: 14px;
}
.home-view-vendor-classes-menu-payment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: nowrap;
}
.homeview--childinfo {
  z-index: 10;
  width: 70%;
  left: 15%;
  position: absolute;
  bottom: 10px;
}
.homeview--childinfo-row {
  display: flex;
}
.homeview--childinfo-col-1 {
  margin-right: 5%;
  width: 50%;
  margin-bottom: 20px;
}
.homeview--childinfo-col-2 {
  margin-right: 5%;
  width: 50%;
}
.homeview--childinfo-card {
  display: flex;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  width: 100%;
  margin: auto;
}
.homeview--childinfo-cancel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15%;
}
.homeview--childinfo-order-status {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #F57F20;
  margin-bottom: 15px;
  margin-top: 10px;
}
.homeview--childinfo-order-details {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #1B7FC3;
  margin-bottom: 10px;
  margin-top: 5px;
}
.homeview--childinfo-rider-details {
  display: flex;
  align-items: center;
}
.homeview--childinfo-rider-photo {
  width: 20%;
  border-radius: 65px;
  overflow: hidden;
}
.homeview--childinfo-rider-col {
  width: 30%;
  padding-left: 5%;
}
.homeview--childinfo-order-actions {
  display: flex;
  margin-bottom: 18px;
  margin-top: 20px;
}
.childinfo-container {
  border-top: 0.5px solid #BDBDBD;
  padding-top: 5px;
  border-bottom: 0.5px solid #BDBDBD;
  margin-bottom: 5px;
}
.homeview-action-icon-divider {
  position: absolute;
  border-left: 0.5px solid #BDBDBD;
  height: 20px;
  width: 1px;
  margin-left: 5px;
  margin-top: 11px;
}
.no-margin {
  margin: 0;
}
.homeview--input-header {
  color: #1682c5;
  font-weight: 500;
}
.homeview--childinfo-card-right, .homeview--childinfo-card-left {
  font-size: 12px;
  line-height: 12px;
  width: 50%;
  padding: 20px;
  border-left: 0.5px solid #BDBDBD;
}
.homeview--childinfo-contact {
  width: 60px;
}
.full-width {
  width: 100%;
}
.homeview--icon-success, .homeview--icon-pending, .homeview--icon-ongoing {
  height: 10px;
  width: 10px;
}
.homeview--icon-success {
  color: #43A047;
  margin-right: 10px;
}
.homeview--icon-pending {
  color: #C4C4C4;
  margin-right: 10px;
  background: #C4C4C4;
  border-radius: 30px;
}
.homeview--icon-ongoing {
  color: #F57F20;
  margin-right: 10px;
  background: #F57F20;
  border-radius: 30px;
}
.homeview--field {
  color: #969494;
  margin-top: 5px;
}
.homeview--return-input {
  margin-top: 10px;
  font-style: italic;
  font-size: 12px;
}
.home-view--upload-par, .home-view--upload-button {
  text-align: center;
  color: #1682c5;
  font-weight: 500;
}
.home-view--upload-button {
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.homeview--return-destination {
  margin-top: 15px;
}
.homeview--input-freight-complete {
  padding-bottom: 0px !important;
  max-height: max-content !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-right: 0px !important;
}
.loading-override {
  height: 50px;
}
.input-container--size {
  font-weight: 400 !important;
}
.homeview--outer-selection-panel {
  height: 48px;
  border: solid 2px #E4E9F2;
  display: flex;
}
.homeview--input-return-location {
  margin-left: 20px;
}
.homeview--outer-selections {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #1B7FC3;
}
.homeview--outer-modes {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.homeview--outer-mode-options {
  text-align: center;
  width: 45%;
  color: #1b7fc3;
}
.homeview--outer-selections__active {
  color: white !important;
  background: #1B7FC3 !important;
}

.reset-font {
  font-family: 'Rubik', sans-serif;
}
.home-view--seperator {
  border-top: 1px solid #6663;
  margin-left: -20px;
  margin-right: -20px;
}
.home-view-vendor-classes--title {
  text-align: center;
  font-weight: normal;
  padding: 20px 20px 0px 20px;
  font-size: 14px;
}
.home-view-vendor-classes--icons,
.home-view-vendor-classes--label,
.home-view-vendor-classes-icons-item,
.home-view-vendor-classes-label-item {
  display: flex;
}
.home-view-vendor-classes-icons-item,
.home-view-vendor-classes-label-item {
  flex: 1;
  align-items: center;
}
.vendor__img_pstn {
  flex-basis: 11% !important;
}
.home-next-step {
  color: #1782c5;
}
.back-to-home-btn {
  padding-left: 6px;
  color: #000000;
  font-size: 25px;
  cursor: pointer;
}
.vendor_component-actions__element-date {
  background-color: white !important;
  width: 100% !important;
}
.vendor_component-actions__input-time {
  background-color: white !important;
  width: 45% !important;
  margin: auto;
  font-size: 12px;
}
.vendor_component-actions__title {
  text-align: center;
  font-weight: 500;
}
.vendor_component-actions__element-time {
  padding: 5%;
  box-shadow: 1px 0px 9px rgba(0, 0, 0, 0.21);
  margin-top: 10px;
  border-radius: 5px;
}
.vendor_component-actions__divider {
  margin-left: 3%;
  margin-right: 2%;
  color: #1782c5;
  font-size: 16px;
  font-weight: 600;
}
.pair_rider_section {
  width: 100%;
}
.home-view-vendor-classes--label {
  padding: 5px 0px;
  margin-top: 5px;
  padding-bottom: 1px;
}
.home-view--outline {
  border-bottom: 2px solid #ebeef5;
}
.home-view-vendor-classes-menu.section__link.router-link-active {
  width: 100%;
}
.home-view-vendor-classes-icons-item--img {
  width: 30px;
  max-height: 30px;
}
.home-view-vendor-classes-label-item {
  text-transform: uppercase;
  font-size: smaller;
}
.home-view-vendor-classes-label-item,
.home-view-vendor-classes-icons-item--img,
.home-view-actions--items__img,
.home-view-actions--items__span {
  cursor: pointer;
}
.home-view-vendor-types {
  margin-top: 20px;
}
.home-view-vendor-types--item {
  border-radius: 5px;
  margin: 13px 0;
  cursor: pointer;
  border: 2px solid #e1e3e8;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: transparent;
  color: #1782c5;
}
.home-view-vendor-types--item:hover,
.home-view-vendor-types--item:active,
.home-view-vendor-types--item__active {
  border: 2px solid #1782c5;
  background-color: #fff;
}

.home-view-vendor-types--item,
.home-view-vendor-types-item,
.home-view-vendor-types-item--cost-wrapper,
.home-view-vendor-types-item--vendor-wrapper,
.home-view-carrier-type {
  display: flex;
}
.home-view-vendor-types-item {
  justify-content: space-between;
  align-items: center;
}
.home-view-vendor-types-item {
  flex: 1;
}
.home-view-vendor-types-item--cost-wrapper {
  flex-direction: row;
  padding-right: 10px;
  align-items: center;
  /* flex-basis: 52%; */
}
.home-view-vendor-types-item--vendor-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  /* flex-basis: 43%; */
}
.home-view-vendor-types-item__image {
  height: 30px;
  min-width: 30px;
}
.home-view-vendor-types-item--cost-wrapper_time,
.home-view-vendor-types-item-vendor--vendor-local-name {
  font-size: xx-small;
}
.home-view-vendor-types-item--cost-wrapper__cost {
  font-size: smaller;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-view-vendor-types-item--vendor-wrapper__img {
  padding-left: 10px;
  flex-basis: 25%;
}
.home-view-vendor-types-item--cost-wrapper-left {
  flex-direction: column;
  flex-basis: 90%;
  align-items: flex-end;
  padding-right: 10px;
}
.home-view-vendor-types-item--cost-wrapper-right {
  align-self: center;
  justify-content: flex-end;
  flex-basis: 10%;
}
.home-view-vendor-types-item-wrap {
  flex-wrap: wrap;
}
.home-view-carrier-type {
  width: 100%;
  justify-content: space-evenly;
  padding: 10px 0 10px 0;
}
.home-view-carrier-type--left-aligned {
  justify-content: space-around;
}

/* --start vendor actions */

.home-view-actions,
.home-view-actions--items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-view-actions--items {
  flex: 1;
}
.home-view-place-order {
  margin: 20px 0px 0px 0px;
}
.home-view--place-order {
  width: 100%;
  text-transform: uppercase;
}
.home-view-actions--items__span {
  font-size: small;
  padding: 5px;
  cursor: pointer;
}
.home-view-actions {
  margin: 10px 0;
  border-bottom: 2px solid #ebeef5;
}
.home-view-actions--schedule {
  margin-bottom: 15px;
  color: #1782c5;
  font-size: small;
  margin-top: 20px;
}
.home-view-section__link {
  color: #555 !important;
  text-transform: capitalize !important;
  font-size: 14px;
  text-align: center;
  /* padding: 10px 25px; */
  text-decoration: none;
}

.home-view-section__link:hover {
  color: #1782c5 !important;
  cursor: pointer;
}
.home-view-section__link-active {
  font-weight: normal !important;
  color: #1782c5 !important;
  margin-bottom: -3px;
}
.home-view-actions__element-date .el-input__inner,
.home-view-actions__element-date .el-input__icon {
  color: #1782c5;
}
.home-view-actions--note {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 25px;
}

/* --end vendor actions */

/* start order actions */
.home-view-payments-wrapper,
.home-view-payments-wrapper--left,
.home-view-payments-wrapper--right,
.home-view-payments-wrapper--left__amount-label,
.home-view-payments-wrapper--left__amount-figure,
.home-view-payments-wrapper--right-label,
.home-view-payments-wrapper--right-amount,
.home-view-vendor-types-item--vendor-wrapper__vendor {
  display: flex;
}
.home-view-payments-wrapper {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  border: 1px solid #1782c5;
  border-radius: 5px;
  padding: 5px;
  margin-top: 20px;
}
.home-view-payments-wrapper--left,
.home-view-payments-wrapper--right,
.home-view-payments-wrapper--right-amount,
.home-view-payments-wrapper--right-label,
.home-view-payments-wrapper--left__amount-figure,
.home-view-payments-wrapper--left__amount-label {
  flex: 1;
}
.home-view-payments-wrapper--left,
.home-view-payments-wrapper--right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-view-payments-wrapper--left__amount-label,
.home-view-payments-wrapper--right-label {
  font-size: 10px;
}
.home-view-payments-wrapper--left__amount-figure,
.home-view-payments-wrapper--right-amount {
  font-size: 12px;
}
.home-view-payments--postpay {
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 20px;
  color: #1782c5;
  margin-bottom: -15px;
}

.pair_confirm_btn {
  margin: 20px 0px 0px 0px;
}
.pop-over-layout {
  background-color: #fff !important;
  width: 20% !important;
  min-height: 19% !important;
}
.pair-rider-name {
  padding: 8px;
  font-size: 13px;
}
.bottom-spacer {
  margin-bottom: 10px;
}
.recipient-section {
  display: none;
}
.el-popper[x-placement^='right'] .popper__arrow::after {
  bottom: 0px;
  border-right-color: #ffffff !important;
}
.display_paired_rider_img {
  height: 55px;
  vertical-align: middle;
  border-radius: 15%;
}
.display_rider_inline {
  border-right: 1px solid #74696942;
  width: 58% !important;
  text-align: center;
  padding-top: 14px;
}
.upper_scope_pair_text {
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 10px;
  text-transform: capitalize;
}
.pair_info_text_content {
  font-family: 'Rubik', sans-serif;
  color: #555;
  font-weight: 300;
}
.pair_right_more_info {
  width: 40% !important;
  text-align: center;
  padding-top: 20%;
}
.pair-model-info {
  font-size: 12px;
}

.home-view-actions--items__span .el-icon-goods,
.home-view-actions--items__span .el-icon-edit-outline,
.home-view-actions--items__span .el-icon-time {
  margin-left: -15px;
  margin-top: 2px;
}
/* end order actions */

/* start transitions */
.home-carrier-type-fade-enter-active,
.home-carrier-type-fade-leave-active {
  opacity: 0;
}
.home-carrier-type-fade-enter,
.home-carrier-type-fade-leave-to {
  opacity: 0;
}
.tier_description_background {
  background-color: #1782c5;
}
.extra_info_background {
  background-color: #fff;
}
.load-weight {
  width: 50% !important;
  font-style: italic;
}
.tonage-value-text {
  color: #555 !important;
  padding-left: 10px;
}
.tonnage-validate-error {
  color: #e08445;
  font-family: 'Rubik', sans-serif;
  text-align: left;
  font-size: 13px;
  width: 320px;
}
.load-weight-outer {
  padding-bottom: 0px;
}
.el-picker-panel__body-wrapper {
  background-color: white !important;
}
.el-time-panel {
  font-family: 'Rubik', sans-serif;
}
.home-view-vendor-types--item__unavailable {
  background: #fbfbfb;
  color: #808080;
  font-weight: 400 !important;
}
.home-view-vendor-types-carrier {
  width: 60px;
}
.home-view-vendor-types-carrier-container {
  display: -webkit-inline-box;
  width: 180px;
  overflow-x: hidden;
}
.home-view-vendor-types-item__image-dedicated {
  display: block;
  margin: auto;
}
.dedicated-vendor-select .el-input {
  font-size: 12px;
  width: 230px;
  margin-bottom: 10px;
}
.dedicated-vendor-popper-class {
  background: white !important;
  font-size: 12px;
  color: black;
}
.dedicated-vendor-icon {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.dedicated-vendor-container {
  padding-left: 10%;
}
.home-view-vendor-types-item-vendor--vendor-formal-name-dedicated {
  font-size: 11px;
  text-align: center;
}
.home-view-vendor-types--picker__unavailable {
  background: #fbfbfb;
  color: #808080;
  font-weight: 400 !important;
  pointer-events: none;
}
.home-view-vendor-types--icon__unavailable {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  color: #808080 !important;
}
.home-view-vendor-types-item--cost-wrapper-right > span > span {
  background-color: inherit;
}
.home-view-vendor-select-vendor-number .el-input {
  width: 70px;
}
.home-view-vendor-select-vendor-number .el-input__inner {
  color: #1b7fc3;
}
.home-view-vendor-types--extra__unavailable {
  background: rgba(173, 173, 173, 0.97) !important;
  color: #ffffff !important;
}
.vendor_component-schedule {
  font-size: 10px;
  color: #212120;
}
.dedicated-minus-icon, .dedicated-plus-icon {
  font-size: 9px;
  font-weight: 900;
  margin: 5px;
}
.dedicated-vendor-items-divider {
  border-right: solid 1px;
  margin-right: 3px;
}
.dedicated-vendor-items-select {
  padding-right: 3px !important;
}
.dedicated-wrapper-override {
  max-height: 37vh !important;
}
.pairing-alert{
  width: 20% !important;
  margin-top: 12%;
  border: none;
  text-align: center;
}
.pairing-alert-icon{
  font-size: 30px;
  color: #f57e20;
}
.pairing-error-display{
  width: 77% !important;
  padding-top: 4%;
}
.pairing-error-header{
  margin-bottom: 3%;
  text-transform: capitalize;
}
.vendorExtraInfo{
  background-color: #1782c5 !important;
}
/* end transitions */
.button-additional-notes{
background-color: #fff;
background-image: none;
border-radius: 4px;
border: 1px solid #dcdfe6;
box-sizing: border-box;
color: #606266;
display: inline-block;
font-size: 13px;;
height: 40px;
line-height: 40px;
outline: 0;
padding-left: 15px;
transition: background-color 0.3s;
width: 100%;
text-align: left;
cursor: pointer;
}
.align-instructions-icon{
  margin-left: 42% !important;
}
.instructions-holder{
  display: inline-block;
  width: 50%;
}
.add-instructions-submit{
  margin-top: 6% !important;
  width: 100% !important;
}
.add-instructions-setup{
  margin-top: 3%;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 8%;
  color: rgba(0, 0, 0, 0.72);
}
.add-instructions-setup-label{
  margin-top: 0;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 1%;
}
.add-instructions-setup-contact{
  margin-bottom: 1%;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.72);
  margin-top: 4%;
}
.add-instructions-outer{
  margin-left: 6%;
  margin-right: 6%;
}
.add-instructions-pop-up > div > div > div.el-dialog__header{
  padding-top: 0 !important;
}
.add-instructions-pop-up > div > div > div.el-dialog__body{
  padding-top: 0 !important;
}
.add-notes{
 font: inherit !important;
}
.instructions--inner-section{
  margin-bottom: 10%;
}
.notify_recipient{
 margin-top: 14px;
 font-size: 12px;
 line-height: 20px;
 display: flex;
 align-items: center;
 color: #878686;
}
.send_sms-checkbox{
 margin-left: 0;
}
.instructions-set{
  margin-left: 3%;
}


.tracking-loading-spinner {
  font-size: 70px;
}
.loading-parent {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.back--button
{
  position: absolute;
  top: 80px;
  left: 10px;
  border: 1px solid #55555500;
  background-color: #fff;
  border-radius: 50%;
  padding: 15px;
  font-size: larger;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0,0.02);
  cursor: pointer;
  color: #555;
}
.cancelOptions .el-dialog {
  width: 350px;
}
.cancel-reason-option {
  text-align: center;
}
.action--slide-desc {
  display: flex;
  justify-content: center;
}
.cancel-reason-text {
  padding-left: 15%;
}
.action--slide-button {
  margin: 0px 10px 10px 10px;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 1.1px;
  background-color: #1782c5;
  color: #fff;
  width: 100%;
  height: 30px;
  cursor: pointer;
  border: 0px solid;
  border-radius: 2px;
}
.cancel-reason-text-input {
  display: none;
  width: 180px;
  height: 25px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #dbd8d8;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 599px) {
  .exceed_mobile {
    display: none !important;
  }
  .mobile-inforbar--outer {
    display: flex !important;
  }
  .cancelOptions > div {
    margin-top: 12vh !important;
    width: 95% !important;
  }
  .cancel-reason-text {
    padding-left: 25% !important;
  }
}
.mobile-inforbar--outer {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 90%;
  margin: 0 5%;
  background-color: #fff;
  color: #555;
  font-size: 13px;
  max-height: 100px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  border-radius: 3px;
  overflow: scroll;
}
.infobar--outer {
  display: flex;
  position: fixed;
  bottom: 20px;
  width: 96%;
  margin: 0 2%;
  background-color: #fff;
  color: #555;
  font-size: 13px;
  min-height: 90px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  border-radius: 3px;
}
.infobar--content {
  display: flex;
  flex: 1 1 auto;
}
.infobar--content-padded {
  padding: 15px 0;
}
.infobar--item {
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.infobar--item-bordered {
  border-right: 1px solid #74696942;
}
.infobar--item-start {
  align-items: flex-start;
}
.infobar--photo img {
  border-radius: 50%;
  padding: 4px;
  max-height: 80px;
  min-height: 75px;
  width: 75px;
}
.infobar--driver-details {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  flex: 1;
}
.infobar--driver a {
  color: #1782c5;
  text-decoration: none;
  font-size: 80%;
}
.infobar--actions {
  flex-direction: row;
  padding: 0 1rem;
  text-transform: capitalize;
  justify-content: space-around;
  text-align: center;
  position: relative;
}
.infobar--actions img {
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.infobar--actions-hover:hover {
  cursor: pointer;
  color: #1782c5;
}
.infobar--action-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #74696929;
  position: absolute;
  background-color: #fff;
  top: -255px;
  width: 100%;
  min-width: 215px;
  border-radius: 3px;
}
.actions--caret {
  width: 20px;
  height: 20px;
  z-index: 50;
  background-color: #fff;
  position: absolute;
  bottom: -11px;
  border-bottom: 1px solid #74696942;
  border-right: 1px solid #74696942;
  transform: rotate(45deg);
}
.infobar--terms {
  display: flex;
  flex: 1;
}
.infobar--actions-text {
  font-size: 13px;
  font-weight: 400;
  padding-top: 11px;
}
.action--slide-text {
  padding: 10px 0px;
  line-height: 1.5;
  text-transform: none;
}
.action--slide-text:hover {
  color: #333;
  cursor: auto;
}
.action--slide-desc {
  display: flex;
  justify-content: center;
  width: 94%;
}
.cancel-reason-input {
  width: 78%;
  margin-left: 11%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: max-content;
}
.cancel-reason-text-input {
  display: none;
  width: 180px;
  height: 25px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #dbd8d8;
  padding-left: 15px;
}
.action--slide-button {
  margin: 0px 10px 10px 10px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1.1px;
  background-color: #1782c5;
  color: #fff;
  width: 100%;
  height: 46px;
  cursor: pointer;
  border: 0px solid;
  border-radius: 2px;
  margin-top: 4%;
}
.infobar--actions-icon {
  font-size: 23px;
  margin-bottom: -10px;
}

.carets {
  width: 10px;
  margin-right: 4px;
}
.fade-enter-active,
.fade-leave-active {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}
.infobar--action-slide .el-radio {
  padding: 10px 0px;
  margin: 0px;
}
.infobar--action-slide .el-radio-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.infobar--truck-content {
  display: flex;
  flex: 1 1 auto;
}
.infobar--truck-content-padded {
  padding: 15px 0;
}
.infobar--truck-item {
  flex-direction: row;
  justify-content: space-evenly;
  padding-left: 8%;
}
.infobar-content {
  flex: 1 1 auto;
}
.infobar--item-truck-bordered {
  border-bottom: 1px solid #74696942;
}
.infobar--item-truck-bordered-top {
  border-top: 1px solid #74696942;
}
.infobar-content {
  flex: 1 1 auto;
}
.infobar--truck-cont-item {
  flex-direction: row;
  justify-content: space-evenly;
  padding-left: 8%;
}
.infobar--item-truck-cont-bordered {
  border-left: 1px solid #74696942;
}
.el-row {
  margin-bottom: 20px;
  &:last-child {
    margin-bottom: 0;
  }
}
.el-col {
  border-radius: 4px;
}
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
  margin-bottom: 30px !important;
}
ul.timeline > li:before {
  /* content: ' '; */
  background: #8a8a8a;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #8a8a8a;
  left: 20px;
  width: 14px;
  height: 14px;
  z-index: 400;
  content: '';
  font-size: 16px;
  color: white;
}
ul.timeline > li#timeline_right:before {
  content: '';
  background: #8a8a8a;
  border: 4px solid #8a8a8a;
}
ul.timeline > li#timeline_right.timelineConfirmed:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelinePicked:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelineDelivered:before {
  background: #51a65b;
  border: 4px solid #51a65b;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelineDeliveredExpress:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelinePay:before {
  background: #51a65b;
  border: 4px solid #51a65b;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.confirmedReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
}
ul.timeline > li#timeline_right.confirmedExpressReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.confirmedScheduled:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.pickedReached:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
ul.timeline > li#timeline_right.pickedExpressReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.deliveredReached:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
ul.timeline > li#timeline_right.deliveryEnrouteReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.payedReached:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
.inforbar_route_timeline li:first-child:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
.inforbar_order_timeline li:first-child:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 12px;
  padding-left: 3px;
}
.cancelOptions > div {
  margin-top: 15vh !important;
  width: 30% !important;
}
.infobar-truck-pstn {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.topbar-text {
  padding-bottom: 10px;
}
.top-bar-info {
  color: #1782c5;
  font-size: 15px;
}
.top-bar-img {
  height: 15px;
  vertical-align: middle;
}
.inforbar--item-scrollable {
  overflow-y: scroll;
  height: 190px;
  width: 130%;
  font-size: 12px;
}
.locations--item-scrollable {
  overflow-y: scroll;
  height: 190px;
  width: 130%;
  font-size: 12px;
}
.infobar-truck-img {
  height: 16px;
  vertical-align: middle;
  margin-bottom: 7px;
}
.timeline-date-disp {
  padding-left: 30px;
}
.info-text-transform {
  text-transform: uppercase;
}
.info-text-cursor {
  padding-top: 4px;
  cursor: pointer;
  text-decoration: underline;
  color: #8a8a8a;
}
.infobar--truck-cont-item {
  padding-bottom: 5px;
}
.cancel-reason-option {
  text-align: center;
}
.cancel-reason-text {
  padding-left: 9%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.share-option {
  padding-top: 20px;
  cursor: pointer;
}
.rimg-disp {
  border-radius: 50%;
  padding: 4px;
  max-height: 70px;
  min-height: 50px;
  width: 75px;
  vertical-align: middle;
}
.infobar--item-truck-options {
  padding-bottom: 5px;
  padding-top: 10px;
  text-align: center;
  max-width: 85%;
}
.infobar--item-truck-cancel {
  padding-bottom: 5px;
  padding-top: 10px;
  text-align: center;
  max-width: 70%;
  margin-left: -35px;
}
.info-payment-button {
  padding-left: 5px;
  padding-top: 10px;
  margin-bottom: 4%;
}
.button-tracking-payment {
  width: 200px;
}
.tracking-notes {
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 30px;
}
.tracking-loader {
  padding-bottom: 10px;
  width: 120%;
}
.tracking-loader-inner {
  padding-left: 19px;
}
.tracking-loader-outer {
  padding-left: 58px;
  padding-top: 12px;
}
.tracking-notes-inner {
  padding-top: 5px;
  max-width: 80% !important;
}
.mobile-inforbar--inner {
  width: 100%;
}
.mobile-inforbar-details {
  width: 100%;
  float: right;
  display: inline-block;
  padding-left: 20px;
  padding-bottom: 16px;
}
.mobile-inforbar-img {
  display: inline-block;
  width: 70px;
  object-fit: contain;
  float: left;
}
.mobile-img {
  height: 60px;
}
.mobile-inforbar-rider-name {
  width: 70%;
  display: inline-block;
  float: left;
  font-size: 15px;
  padding-left: 10px;
  padding-top: 10px;
}
.mobile-rider-name-inner {
  padding-bottom: 10px;
}
.mobile-rider-name {
  padding-right: 25px;
}
.mobile-order-amount {
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #74696942;
  padding-top: 10px;
}
.mobile-order-status {
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #74696942;
  padding-top: 10px;
}
.infobar--item-bordered > div {
  width: 77%;
}
.infobar--order-align {
  text-align: center;
}
.infobar--item-bordered > div > div:nth-child(3) {
  max-width: 18.3333% !important;
}
.el-step__title {
  font-size: 12px !important;
}
.el-step__description {
  font-size: 10px !important;
}
.el-step.is-horizontal {
  flex-basis: 160px !important;
}
.el-step__head.is-success {
  color: #c0c4cc !important;
  border-color: #c0c4cc !important;
}
.el-step__title.is-success {
  color: #c0c4cc !important;
}
.el-step__description.is-success {
  color: #c0c4cc !important;
}
.el-step__title.is-process {
  font-weight: 400 !important;
}
.el-step__head.is-process {
  color: #f57f20 !important;
  border-color: #f57f20 !important;
}
.infor-top-bar-text {
  color: #8a8a8a;
  margin-bottom: 7px;
}
.infor-top-bar-text-notes {
  margin: -5px 0px -20px 0px;
  font-style: italic;
}
.infor-top-bar-notes-section {
  height: max-content !important;
}
.cancel-text-option {
  width: 23% !important;
}
.steps-inner {
  font-size: 10px !important;
}
.el-step.is-vertical .el-step__title {
  font-size: 15px !important;
}
.el-step.is-vertical .el-step__description {
  font-size: 12px !important;
  /* width: 103px!important; */
}
.confirmedActive {
  color: #1b7fc3;
}
.pickedActive {
  color: #1b7fc3;
}
.deliveredActive {
  color: #1b7fc3;
}
.payedActive {
  color: #1b7fc3;
}
ul.inforbar_route_timeline:before {
  background: #1b7fc3 !important;
  height: 82% !important;
}
ul.inforbar_order_timeline:before {
  width: 2px;
  background: #8a8a8a !important;
  margin-left: 2px;
  height: 100%;
}
.inforbar_left_scrollable {
  padding-left: 0px !important;
}
.inforbar-vendor-icon {
  margin-bottom: 0px !important;
}
.status-text {
  width: 234px !important;
}
.minimise-icon {
  padding-left: 6% !important;
}
.saveDetailsDisable {
  display: none;
}
.share-order-option {
  line-height: 20px;
}
.share-text-option {
  text-align: left;
  margin: 0px 10px 10px 10px;
}
.input-phone {
  height: 40px !important;
  width: 30%;
}
.el-dialog__body {
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.share-notification-extend {
  padding-right: 20px;
  padding-left: 20px;
}
.share-eta-divider {
  border-bottom: 1px solid #74696942;
}
.share-eta-input-header {
  padding-top: 20px;
}
.share-eta-input {
  margin: 0px 10px 10px 10px;
}
.eta-button-align {
  text-align: right;
}

@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}
.stagePassed {
  color: #555;
  margin-bottom: 7px !important;
}
.eta_data {
  color: #8a8a8a;
  margin-top: 0px !important;
}
.inforbar--item-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
}

.inforbar--item-scrollable::-webkit-scrollbar:vertical {
  width: 11px;
}

.inforbar--item-scrollable::-webkit-scrollbar:horizontal {
  height: 5px !important;
}

.inforbar--item-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
.inforbar_order_content {
  padding-left: 5% !important;
}
.stagePending {
  margin-bottom: 7px !important;
}
.confirmationDelayActive {
  color: #555 !important;
}
.marketing-message-align {
  text-align: center;
}
.confirmedExpressReached {
  padding-bottom: 5%;
}

.cancelOptions--content-message {
    margin: 15px;
    margin-bottom: 30px;
}
.cancelOptions--content-buttons {
    text-align: center;
}
.cancelOptions--content-buttons button {
    margin: 0px auto;
    width: 80%;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
        height: 35px;
}
button.default.action--slide-button {
    color: #333;
    background-color: #f2f2f2;
}
.cancel-reason-title{
  color: #000000;
  margin-left: 9%;
  font-size: 18px;
  line-height: 3;
}
.cancel-reason-subtitle{
  color: #000000;
  margin-left: 1%;
  font-size: 13px;
  line-height: 25px;
  font-weight: 300;
  display: flex;
}
#cancel-reason-text > div > label > span.el-radio__label{
  line-height: 23px;
  color: #000000;
  font-size: 15px !important;
}
#cancel-reason-text > div > label > span.el-radio__input > span{
  border: 1px solid #000;
}
.action--slide-button:hover {
  background-color: #008CBA;
  color: white;
}
.pop_btn{
   width: 24% !important;
   background: #FFFFFF;
   border: 1px solid #1B7FC3;
   box-sizing: border-box;
   border-radius: 3px;
   color: #1B7FC3;
}
.pop-message{
   font-size: 18px;
   text-align: center;
   color: #000000;
}
.warning-icon{
  font-size: 57px !important;
  color: #1B7FC3 !important;
}
.warning-icon-pstn{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 14%;
}
.is-checked{
  border: none;
}
.cancellation-submit{
  margin-left: 9% !important;
  font-size: 12px !important;
  border-radius: 7px;
}
.accept-cancell-btn{
  background: #FFFFFF !important;
  color: #1B7FC3 !important;
  border: 1px solid #1B7FC3 !important;
}
.additional-notes-recipient{
  padding: 3px;
}
.additional-notes-outer {
  flex-direction: column;
  flex: 1;
}
.recipient_contact-icon{
  font-size: 23px;
}
.additional-instructions__image{
  height: 30px;
  min-width: 30px;
}
.additional-instructions__flex{
  flex-basis: 11%;
}
.additional-instructions-wrapper{
 flex-direction: row;
 justify-content: flex-start;
 align-items: center;
 flex-basis: 43%;
}
.additional-instructions-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-top: 2%;
}
.notes-scrollable{
  overflow-y: scroll;
  height: 190px;
  font-size: 12px;
}
.inter-county-infobar--photo{
  width: 46px;
  max-height: 56px;
  min-height: 53px;
}
.inter-county-img{
  height: 73%;
}
.payments-headline{
  color: #000;
}
.payments-cursor{
  cursor: pointer;
  font-size: 14px;
  font-weight: 200;
}
.show-options{
  margin-left: 5%;
  margin-top: 6%;
}
.options-section{
  margin-bottom: 5%;
}
.payments-wrap{
  margin: 4%;
}
.warning-cancellation-icon{
  font-size: 14px !important;
  color: #F57F20 !important;
  margin-top: 4%;
  margin-right: 2%;
}
.cancellation-info--outer{
  background: #FEF7D6;
  border-radius: 4px;
  margin-right: 3%;
  margin-left: 8%;
}
.cancellation-info--inner{
  padding: 1%;
}
.home-view-actions--items:hover {
  color: #1782c5;
}

.home-view-notes-wrapper--item,
.home-view-notes-wrapper--item__option-div,
.home-view-notes-wrapper--item__option-svg,
.home-view-notes-wrapper--item__option {
  display: flex;
}

.home-view-notes-wrapper--item__option-div {
  padding-left: 29px;
  color: #555555ba;
}

.home-view-notes-wrapper--item__link:hover {
  color: #1782c5;
  cursor: pointer;
}

.card-option-disabled-notification {
  padding: 19px;
  border-radius: 5px;
  background-color: #E8F3FC;
  color: #0F4176;
  font-size: 12px;
}

.payment-options-alignment {
  display: flex;
  align-items: flex-end;
}

.payment-options-cards-title {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  margin: 0px 0px 10px 0px;
  color: #527CBD;
}
.back-option {
  cursor: pointer;
}

.no-saved-cards-label {
  margin: 30px 0px 30px 0px;
  font-size: 12px;
  color: #144577;
}

.payment-options-cards-container {
  padding: 10px 25px 10px 25px;
}

.payment-options-add-card {
  align-items: flex-end;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 12px;
  color: #527CBD;
  margin-left: 8px;
}

.payment-options-add-card-icon {
  color: #527CBD;
}

.payment-options-saved-card-radio {
  margin-right: 10px;
}

.payment-options-delete-card-icon {
  margin-left: auto;
  color: red;
  cursor: pointer;
}

.delete-saved-card-dialogue {
  height: 100px;
  padding: 10px;
}

.delete-saved-card-dialogue-label {
  text-align: center;
}
.delete-saved-card-dialogue-buttons {
  padding: 5px 10px 5px 10px;
  margin: 5px;
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
}

.payment-options-saved-cards-row {
  height: 30px;
  display: flex;
  align-items: center;
  color: #606266;
  letter-spacing: 0.03em;
  font-size: 13px;
  cursor: pointer;
}

.fake-input-1 iframe {
  height: 35px;
  width: -webkit-fill-available;
  border-radius: 4px;
  padding-left: 10px;
  color: #C0C4CC;
  margin-top: 5px;
  border: 1px solid #909399;
  background: white;
}
#cc-save-card-1 {
  height: 40px;
  display: flex;
  align-items: center;
}
#cc-amount-1 {
  display: none;
}
.fake-checkbox-1 iframe {
  height: 14px;
  width: 14px;
  margin-right: 2px;
  margin-bottom: -3px;
}
.fake-checkbox-label-1 {
  font-size: 12px;
  color: #303133;
}
.paymentbody--form form {
  padding-left: 10px;
  padding-right: 10px;
}
.cvv-expire-fields {
  display: flex;
}
#cc-expiration-date {
  width: 67%;
}
#cc-cvc {
  width: 30%;
  padding-left: 3%;
}
.amount-input {
  display: flex;
  align-items: center;
}
.amount-input .fake-input-1 {
  width: 90%;
}
.amount-input .fake-input-1 iframe {
  border-radius: 0px 5px 5px 0px !important;
}
#react {
  color: #C0C4CC;
  letter-spacing: 0.03em;
}

.VGS-form {
  width: 240px;
}

.payment-options-add-card-holder {
  margin: 10px 0px 5px 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.home-view-notes-wrapper--item__row {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  margin-top: -11px;
  font-size: 13px;
  padding-left: 29px;
}

.home-view-notes-wrapper--item {
  padding-left: unset;
}

.home-view-notes-wrapper--item__option {
  flex: 4;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
}

.home-view-notes-wrapper--item__value {
  flex: 1;
  display: flex;
  align-self: flex-end;
  flex-direction: row-reverse;
  justify-content: center;
  padding-right: 40px;
}

.home-view-notes-wrapper--item__balance {
  margin-bottom: 14px;
  font-size: 14px;
}

.home-view--seperator__mini {
  margin-left: 30px !important;
  margin-right: 30px !important;
  border-top: 1px solid #66666614 !important;
}

.home-view-notes-wrapper--item__option-svg {
  margin-right: 10px;
}

.home-view-actions__element-date {
  width: 100% !important;
}

.el-date-picker {
  left: 48px;
}

.home-view-notes-wrapper--item__value .el-radio__label {
  display: none !important;
}

.home-view-place-order--mpesa-cancel {
  margin-top: 20px;
}
.payment__radio-button {
  margin-top: 7% !important;
  margin-right: 7% !important;
}
.payment__radio-button-dedicated {
  margin-right: 7% !important;
}
.payment__radio-button-label {
  width: 100% !important;
}
.card-accounts-list {
  background: aliceblue !important;
}
.order_final_summary{
  margin-left: 6%;
  margin-right: 6%;
}
.confirm-label{
  font-size: 19px;
  font-weight: 400;
  color: #1B7FC3;
  letter-spacing: 0.02em;
}
ul.summary_timeline {
  list-style-type: none;
  position: relative;
  margin-left: -7%;
}
ul.summary_timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 82%;
  z-index: 400;
}
ul.summary_timeline > li {
  margin: 20px 0;
  padding-left: 20px;
  height: 35px;
  margin-bottom: 30px !important;
}
ul.summary_timeline > li:before {
  /* content: ' '; */
  background: #1B7FC3;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #1B7FC3;
  left: 20px;
  width: 14px;
  height: 14px;
  z-index: 400;
  content: '';
  font-size: 16px;
  color: white;
}
.order_summary_timeline li:first-child:before {
    background: #f57f20;
    border: 4px solid #f57f20;
    content: '';
}
.delivery_label{
  color: #3D5266;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 2% !important;
}
.delivery_points{
  margin-top: 0 !important;
  margin-bottom: 1% !important;
}
.order_summary__img{
  flex-basis: 11%;
}
.order_summary--vendor-wrapper{
 flex-direction: row;
 justify-content: flex-start;
 align-items: center;
 flex-basis: 43%;
}
.order_summary-types-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-top: 2%;
}
.order_summary-item__image {
  height: 30px;
  min-width: 30px;
}
.order_summary-wrapper__vendor {
  flex-direction: column;
  flex: 1;
}
.order_summary--vendor-formal-name{
  padding: 3px;
}
.order_summary--outline{
  margin-top: 3%;
}
.btn-edit-order{
  color: #FF7900 !important;
  background: #F5F7FA !important;
  border-color: #FF7900 !important;
  width: 45% !important;

}
.btn-submit-order{
  color: #FFFFFF !important;
  background: #F57F20 !important;
  border-color: #FF7900 !important;
  width: 45% !important;
}
.confirm_button_outer{
  display:flex;
  justify-content: space-between;
  margin-top: 10%;
}
.calender--icon{
  font-size: 30px;
}
.summary-button-outer{
  display: flex;
  justify-content: space-between;
  margin-top: 10%;
  margin: 1em;
  margin-right: 0% !important;
  margin-left: 0% !important;
}
.count_down_section{
  font-size: 15px;
  margin-top: 7%;
  margin-bottom: 6%;
}
.timeout_text{
  color: #000000;
}
.timeout_count{
  color: #1B7FC3;
}
.summary-pop-up > div.el-dialog__wrapper > div > div.el-dialog__header{
  padding-top: 0% !important;
}
.countdown_divider{
  border-bottom: 1px solid #74696942;
  margin-top: 6%;
}
.summary-pop-up > div.el-dialog__wrapper > div > div.el-dialog__body{
  padding-top: 2% !important;
}
.summary-pop-up > div.el-dialog__wrapper > div > div.el-dialog__header > button > i{
  display: none;
}
.summary-pop-up > div.v-modal{
  opacity: .5 !important;
  background: #000 !important;
  z-index: 2000 !important;
}
.instructions-notes{
  margin-top: 2%;
}
.visinity_point{
  font-size: 10px;
  color: #959090;
  margin-bottom: 5%;
}

@media only screen and (max-width: 599px) {
  .exceed_mobile {
    display: none !important;
  }
  .mobile-inforbar--outer {
    display: flex !important;
  }
  .cancelOptions > div {
    margin-top: 12vh !important;
    width: 95% !important;
  }
  .cancel-reason-text {
    padding-left: 25% !important;
  }
}
.mobile-inforbar--outer {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 90%;
  margin: 0 5%;
  background-color: #fff;
  color: #555;
  font-size: 13px;
  max-height: 100px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  border-radius: 3px;
  overflow: scroll;
}
.infobar--outer {
  display: flex;
  position: fixed;
  bottom: 20px;
  width: 96%;
  margin: 0 2%;
  background-color: #fff;
  color: #555;
  font-size: 13px;
  min-height: 90px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  border-radius: 3px;
}
.infobar--content {
  display: flex;
  flex: 1 1 auto;
}
.infobar--content-padded {
  padding: 15px 0;
}
.infobar--item {
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.infobar--item-bordered {
  border-right: 1px solid #74696942;
}
.infobar--item-start {
  align-items: flex-start;
}
.infobar--photo img {
  border-radius: 50%;
  padding: 4px;
  max-height: 80px;
  min-height: 75px;
  width: 75px;
}
.infobar--driver-details {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  flex: 1;
}
.infobar--driver a {
  color: #1782c5;
  text-decoration: none;
  font-size: 80%;
}
.infobar--actions {
  flex-direction: row;
  padding: 0 1rem;
  text-transform: capitalize;
  justify-content: space-around;
  text-align: center;
  position: relative;
}
.infobar--actions img {
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.infobar--actions-hover:hover {
  cursor: pointer;
  color: #1782c5;
}
.infobar--action-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #74696929;
  position: absolute;
  background-color: #fff;
  top: -255px;
  width: 100%;
  min-width: 215px;
  border-radius: 3px;
}
.actions--caret {
  width: 20px;
  height: 20px;
  z-index: 50;
  background-color: #fff;
  position: absolute;
  bottom: -11px;
  border-bottom: 1px solid #74696942;
  border-right: 1px solid #74696942;
  transform: rotate(45deg);
}
.infobar--terms {
  display: flex;
  flex: 1;
}
.infobar--actions-text {
  font-size: 13px;
  font-weight: 400;
  padding-top: 11px;
}
.action--slide-text {
  padding: 10px 0px;
  line-height: 1.5;
  text-transform: none;
}
.action--slide-text:hover {
  color: #333;
  cursor: auto;
}
.action--slide-desc {
  display: flex;
  justify-content: center;
  width: 94%;
}
.cancel-reason-input {
  width: 78%;
  margin-left: 11%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: max-content;
}
.cancel-reason-text-input {
  display: none;
  width: 180px;
  height: 25px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #dbd8d8;
  padding-left: 15px;
}
.action--slide-button {
  margin: 0px 10px 10px 10px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1.1px;
  background-color: #1782c5;
  color: #fff;
  width: 100%;
  height: 46px;
  cursor: pointer;
  border: 0px solid;
  border-radius: 2px;
  margin-top: 4%;
}
.infobar--actions-icon {
  font-size: 23px;
  margin-bottom: -10px;
}

.carets {
  width: 10px;
  margin-right: 4px;
}
.fade-enter-active,
.fade-leave-active {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}
.infobar--action-slide .el-radio {
  padding: 10px 0px;
  margin: 0px;
}
.infobar--action-slide .el-radio-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.infobar--truck-content {
  display: flex;
  flex: 1 1 auto;
}
.infobar--truck-content-padded {
  padding: 15px 0;
}
.infobar--truck-item {
  flex-direction: row;
  justify-content: space-evenly;
  padding-left: 8%;
}
.infobar-content {
  flex: 1 1 auto;
}
.infobar--item-truck-bordered {
  border-bottom: 1px solid #74696942;
}
.infobar--item-truck-bordered-top {
  border-top: 1px solid #74696942;
}
.infobar-content {
  flex: 1 1 auto;
}
.infobar--truck-cont-item {
  flex-direction: row;
  justify-content: space-evenly;
  padding-left: 8%;
}
.infobar--item-truck-cont-bordered {
  border-left: 1px solid #74696942;
}
.el-row {
  margin-bottom: 20px;
  &:last-child {
    margin-bottom: 0;
  }
}
.el-col {
  border-radius: 4px;
}
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
  margin-bottom: 30px !important;
}
ul.timeline > li:before {
  /* content: ' '; */
  background: #8a8a8a;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #8a8a8a;
  left: 20px;
  width: 14px;
  height: 14px;
  z-index: 400;
  content: '';
  font-size: 16px;
  color: white;
}
ul.timeline > li#timeline_right:before {
  content: '';
  background: #8a8a8a;
  border: 4px solid #8a8a8a;
}
ul.timeline > li#timeline_right.timelineConfirmed:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelinePicked:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelineDelivered:before {
  background: #51a65b;
  border: 4px solid #51a65b;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelineDeliveredExpress:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelinePay:before {
  background: #51a65b;
  border: 4px solid #51a65b;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.confirmedReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
}
ul.timeline > li#timeline_right.confirmedExpressReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.confirmedScheduled:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.pickedReached:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
ul.timeline > li#timeline_right.pickedExpressReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.deliveredReached:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
ul.timeline > li#timeline_right.deliveryEnrouteReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.payedReached:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
.inforbar_route_timeline li:first-child:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
.inforbar_order_timeline li:first-child:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 12px;
  padding-left: 3px;
}
.cancelOptions > div {
  margin-top: 15vh !important;
  width: 30% !important;
}
.infobar-truck-pstn {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.topbar-text {
  padding-bottom: 10px;
}
.top-bar-info {
  color: #1782c5;
  font-size: 15px;
}
.top-bar-img {
  height: 15px;
  vertical-align: middle;
}
.inforbar--item-scrollable {
  overflow-y: scroll;
  height: 190px;
  width: 130%;
  font-size: 12px;
}
.locations--item-scrollable {
  overflow-y: scroll;
  height: 190px;
  width: 130%;
  font-size: 12px;
}
.infobar-truck-img {
  height: 16px;
  vertical-align: middle;
  margin-bottom: 7px;
}
.timeline-date-disp {
  padding-left: 30px;
}
.info-text-transform {
  text-transform: uppercase;
}
.info-text-cursor {
  padding-top: 4px;
  cursor: pointer;
  text-decoration: underline;
  color: #8a8a8a;
}
.infobar--truck-cont-item {
  padding-bottom: 5px;
}
.cancel-reason-option {
  text-align: center;
}
.cancel-reason-text {
  padding-left: 9%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.share-option {
  padding-top: 20px;
  cursor: pointer;
}
.rimg-disp {
  border-radius: 50%;
  padding: 4px;
  max-height: 70px;
  min-height: 50px;
  width: 75px;
  vertical-align: middle;
}
.infobar--item-truck-options {
  padding-bottom: 5px;
  padding-top: 10px;
  text-align: center;
  max-width: 85%;
}
.infobar--item-truck-cancel {
  padding-bottom: 5px;
  padding-top: 10px;
  text-align: center;
  max-width: 70%;
  margin-left: -35px;
}
.info-payment-button {
  padding-left: 5px;
  padding-top: 10px;
  margin-bottom: 4%;
}
.button-tracking-payment {
  width: 200px;
}
.tracking-notes {
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 30px;
}
.tracking-loader {
  padding-bottom: 10px;
  width: 120%;
}
.tracking-loader-inner {
  padding-left: 19px;
}
.tracking-loader-outer {
  padding-left: 58px;
  padding-top: 12px;
}
.tracking-notes-inner {
  padding-top: 5px;
  max-width: 80% !important;
}
.mobile-inforbar--inner {
  width: 100%;
}
.mobile-inforbar-details {
  width: 100%;
  float: right;
  display: inline-block;
  padding-left: 20px;
  padding-bottom: 16px;
}
.mobile-inforbar-img {
  display: inline-block;
  width: 70px;
  object-fit: contain;
  float: left;
}
.mobile-img {
  height: 60px;
}
.mobile-inforbar-rider-name {
  width: 70%;
  display: inline-block;
  float: left;
  font-size: 15px;
  padding-left: 10px;
  padding-top: 10px;
}
.mobile-rider-name-inner {
  padding-bottom: 10px;
}
.mobile-rider-name {
  padding-right: 25px;
}
.mobile-order-amount {
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #74696942;
  padding-top: 10px;
}
.mobile-order-status {
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #74696942;
  padding-top: 10px;
}
.infobar--item-bordered > div {
  width: 77%;
}
.infobar--order-align {
  text-align: center;
}
.infobar--item-bordered > div > div:nth-child(3) {
  max-width: 18.3333% !important;
}
.el-step__title {
  font-size: 12px !important;
}
.el-step__description {
  font-size: 10px !important;
}
.el-step.is-horizontal {
  flex-basis: 160px !important;
}
.el-step__head.is-success {
  color: #c0c4cc !important;
  border-color: #c0c4cc !important;
}
.el-step__title.is-success {
  color: #c0c4cc !important;
}
.el-step__description.is-success {
  color: #c0c4cc !important;
}
.el-step__title.is-process {
  font-weight: 400 !important;
}
.el-step__head.is-process {
  color: #f57f20 !important;
  border-color: #f57f20 !important;
}
.infor-top-bar-text {
  color: #8a8a8a;
  margin-bottom: 7px;
}
.infor-top-bar-text-notes {
  margin: -5px 0px -20px 0px;
  font-style: italic;
}
.infor-top-bar-notes-section {
  height: max-content !important;
}
.cancel-text-option {
  width: 23% !important;
}
.steps-inner {
  font-size: 10px !important;
}
.el-step.is-vertical .el-step__title {
  font-size: 15px !important;
}
.el-step.is-vertical .el-step__description {
  font-size: 12px !important;
  /* width: 103px!important; */
}
.confirmedActive {
  color: #1b7fc3;
}
.pickedActive {
  color: #1b7fc3;
}
.deliveredActive {
  color: #1b7fc3;
}
.payedActive {
  color: #1b7fc3;
}
ul.inforbar_route_timeline:before {
  background: #1b7fc3 !important;
  height: 82% !important;
}
ul.inforbar_order_timeline:before {
  width: 2px;
  background: #8a8a8a !important;
  margin-left: 2px;
  height: 100%;
}
.inforbar_left_scrollable {
  padding-left: 0px !important;
}
.inforbar-vendor-icon {
  margin-bottom: 0px !important;
}
.status-text {
  width: 234px !important;
}
.minimise-icon {
  padding-left: 6% !important;
}
.saveDetailsDisable {
  display: none;
}
.share-order-option {
  line-height: 20px;
}
.share-text-option {
  text-align: left;
  margin: 0px 10px 10px 10px;
}
.input-phone {
  height: 40px !important;
  width: 30%;
}
.el-dialog__body {
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.share-notification-extend {
  padding-right: 20px;
  padding-left: 20px;
}
.share-eta-divider {
  border-bottom: 1px solid #74696942;
}
.share-eta-input-header {
  padding-top: 20px;
}
.share-eta-input {
  margin: 0px 10px 10px 10px;
}
.eta-button-align {
  text-align: right;
}

@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}
.stagePassed {
  color: #555;
  margin-bottom: 7px !important;
}
.eta_data {
  color: #8a8a8a;
  margin-top: 0px !important;
}
.inforbar--item-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
}

.inforbar--item-scrollable::-webkit-scrollbar:vertical {
  width: 11px;
}

.inforbar--item-scrollable::-webkit-scrollbar:horizontal {
  height: 5px !important;
}

.inforbar--item-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
.inforbar_order_content {
  padding-left: 5% !important;
}
.stagePending {
  margin-bottom: 7px !important;
}
.confirmationDelayActive {
  color: #555 !important;
}
.marketing-message-align {
  text-align: center;
}
.confirmedExpressReached {
  padding-bottom: 5%;
}

.cancelOptions--content-message {
    margin: 15px;
    margin-bottom: 30px;
}
.cancelOptions--content-buttons {
    text-align: center;
}
.cancelOptions--content-buttons button {
    margin: 0px auto;
    width: 80%;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
        height: 35px;
}
button.default.action--slide-button {
    color: #333;
    background-color: #f2f2f2;
}
.cancel-reason-title{
  color: #000000;
  margin-left: 9%;
  font-size: 18px;
  line-height: 3;
}
.cancel-reason-subtitle{
  color: #000000;
  margin-left: 1%;
  font-size: 13px;
  line-height: 25px;
  font-weight: 300;
  display: flex;
}
#cancel-reason-text > div > label > span.el-radio__label{
  line-height: 23px;
  color: #000000;
  font-size: 15px !important;
}
#cancel-reason-text > div > label > span.el-radio__input > span{
  border: 1px solid #000;
}
.action--slide-button:hover {
  background-color: #008CBA;
  color: white;
}
.pop_btn{
   width: 24% !important;
   background: #FFFFFF;
   border: 1px solid #1B7FC3;
   box-sizing: border-box;
   border-radius: 3px;
   color: #1B7FC3;
}
.pop-message{
   font-size: 18px;
   text-align: center;
   color: #000000;
}
.warning-icon{
  font-size: 57px !important;
  color: #1B7FC3 !important;
}
.warning-icon-pstn{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 14%;
}
.is-checked{
  border: none;
}
.cancellation-submit{
  margin-left: 9% !important;
  font-size: 12px !important;
  border-radius: 7px;
}
.accept-cancell-btn{
  background: #FFFFFF !important;
  color: #1B7FC3 !important;
  border: 1px solid #1B7FC3 !important;
}
.additional-notes-recipient{
  padding: 3px;
}
.additional-notes-outer {
  flex-direction: column;
  flex: 1;
}
.recipient_contact-icon{
  font-size: 23px;
}
.additional-instructions__image{
  height: 30px;
  min-width: 30px;
}
.additional-instructions__flex{
  flex-basis: 11%;
}
.additional-instructions-wrapper{
 flex-direction: row;
 justify-content: flex-start;
 align-items: center;
 flex-basis: 43%;
}
.additional-instructions-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-top: 2%;
}
.notes-scrollable{
  overflow-y: scroll;
  height: 190px;
  font-size: 12px;
}
.inter-county-infobar--photo{
  width: 46px;
  max-height: 56px;
  min-height: 53px;
}
.inter-county-img{
  height: 73%;
}
.payments-headline{
  color: #000;
}
.payments-cursor{
  cursor: pointer;
  font-size: 14px;
  font-weight: 200;
}
.show-options{
  margin-left: 5%;
  margin-top: 6%;
}
.options-section{
  margin-bottom: 5%;
}
.payments-wrap{
  margin: 4%;
}
.warning-cancellation-icon{
  font-size: 14px !important;
  color: #F57F20 !important;
  margin-top: 4%;
  margin-right: 2%;
}
.cancellation-info--outer{
  background: #FEF7D6;
  border-radius: 4px;
  margin-right: 3%;
  margin-left: 8%;
}
.cancellation-info--inner{
  padding: 1%;
}

@media only screen and (max-width: 599px) {
  .exceed_mobile {
    display: none !important;
  }
  .mobile-inforbar--outer {
    display: flex !important;
  }
  .cancelOptions > div {
    margin-top: 12vh !important;
    width: 95% !important;
  }
  .cancel-reason-text {
    padding-left: 25% !important;
  }
}
.mobile-inforbar--outer {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 90%;
  margin: 0 5%;
  background-color: #fff;
  color: #555;
  font-size: 13px;
  max-height: 100px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  border-radius: 3px;
  overflow: scroll;
}
.infobar--outer {
  display: flex;
  position: fixed;
  bottom: 20px;
  width: 96%;
  margin: 0 2%;
  background-color: #fff;
  color: #555;
  font-size: 13px;
  min-height: 90px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  border-radius: 3px;
}
.infobar--content {
  display: flex;
  flex: 1 1 auto;
}
.infobar--content-padded {
  padding: 15px 0;
}
.infobar--item {
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.infobar--item-bordered {
  border-right: 1px solid #74696942;
}
.infobar--item-start {
  align-items: flex-start;
}
.infobar--photo img {
  border-radius: 50%;
  padding: 4px;
  max-height: 80px;
  min-height: 75px;
  width: 75px;
}
.infobar--driver-details {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  flex: 1;
}
.infobar--driver a {
  color: #1782c5;
  text-decoration: none;
  font-size: 80%;
}
.infobar--actions {
  flex-direction: row;
  padding: 0 1rem;
  text-transform: capitalize;
  justify-content: space-around;
  text-align: center;
  position: relative;
}
.infobar--actions img {
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.infobar--actions-hover:hover {
  cursor: pointer;
  color: #1782c5;
}
.infobar--action-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #74696929;
  position: absolute;
  background-color: #fff;
  top: -255px;
  width: 100%;
  min-width: 215px;
  border-radius: 3px;
}
.actions--caret {
  width: 20px;
  height: 20px;
  z-index: 50;
  background-color: #fff;
  position: absolute;
  bottom: -11px;
  border-bottom: 1px solid #74696942;
  border-right: 1px solid #74696942;
  transform: rotate(45deg);
}
.infobar--terms {
  display: flex;
  flex: 1;
}
.infobar--actions-text {
  font-size: 13px;
  font-weight: 400;
  padding-top: 11px;
}
.action--slide-text {
  padding: 10px 0px;
  line-height: 1.5;
  text-transform: none;
}
.action--slide-text:hover {
  color: #333;
  cursor: auto;
}
.action--slide-desc {
  display: flex;
  justify-content: center;
  width: 94%;
}
.cancel-reason-input {
  width: 78%;
  margin-left: 11%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: max-content;
}
.cancel-reason-text-input {
  display: none;
  width: 180px;
  height: 25px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #dbd8d8;
  padding-left: 15px;
}
.action--slide-button {
  margin: 0px 10px 10px 10px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1.1px;
  background-color: #1782c5;
  color: #fff;
  width: 100%;
  height: 46px;
  cursor: pointer;
  border: 0px solid;
  border-radius: 2px;
  margin-top: 4%;
}
.infobar--actions-icon {
  font-size: 23px;
  margin-bottom: -10px;
}

.carets {
  width: 10px;
  margin-right: 4px;
}
.fade-enter-active,
.fade-leave-active {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}
.infobar--action-slide .el-radio {
  padding: 10px 0px;
  margin: 0px;
}
.infobar--action-slide .el-radio-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.infobar--truck-content {
  display: flex;
  flex: 1 1 auto;
}
.infobar--truck-content-padded {
  padding: 15px 0;
}
.infobar--truck-item {
  flex-direction: row;
  justify-content: space-evenly;
  padding-left: 8%;
}
.infobar-content {
  flex: 1 1 auto;
}
.infobar--item-truck-bordered {
  border-bottom: 1px solid #74696942;
}
.infobar--item-truck-bordered-top {
  border-top: 1px solid #74696942;
}
.infobar-content {
  flex: 1 1 auto;
}
.infobar--truck-cont-item {
  flex-direction: row;
  justify-content: space-evenly;
  padding-left: 8%;
}
.infobar--item-truck-cont-bordered {
  border-left: 1px solid #74696942;
}
.el-row {
  margin-bottom: 20px;
  &:last-child {
    margin-bottom: 0;
  }
}
.el-col {
  border-radius: 4px;
}
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
  margin-bottom: 30px !important;
}
ul.timeline > li:before {
  /* content: ' '; */
  background: #8a8a8a;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #8a8a8a;
  left: 20px;
  width: 14px;
  height: 14px;
  z-index: 400;
  content: '';
  font-size: 16px;
  color: white;
}
ul.timeline > li#timeline_right:before {
  content: '';
  background: #8a8a8a;
  border: 4px solid #8a8a8a;
}
ul.timeline > li#timeline_right.timelineConfirmed:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelinePicked:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelineDelivered:before {
  background: #51a65b;
  border: 4px solid #51a65b;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelineDeliveredExpress:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelinePay:before {
  background: #51a65b;
  border: 4px solid #51a65b;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.confirmedReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
}
ul.timeline > li#timeline_right.confirmedExpressReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.confirmedScheduled:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.pickedReached:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
ul.timeline > li#timeline_right.pickedExpressReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.deliveredReached:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
ul.timeline > li#timeline_right.deliveryEnrouteReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.payedReached:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
.inforbar_route_timeline li:first-child:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
.inforbar_order_timeline li:first-child:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 12px;
  padding-left: 3px;
}
.cancelOptions > div {
  margin-top: 15vh !important;
  width: 30% !important;
}
.infobar-truck-pstn {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.topbar-text {
  padding-bottom: 10px;
}
.top-bar-info {
  color: #1782c5;
  font-size: 15px;
}
.top-bar-img {
  height: 15px;
  vertical-align: middle;
}
.inforbar--item-scrollable {
  overflow-y: scroll;
  height: 190px;
  width: 130%;
  font-size: 12px;
}
.locations--item-scrollable {
  overflow-y: scroll;
  height: 190px;
  width: 130%;
  font-size: 12px;
}
.infobar-truck-img {
  height: 16px;
  vertical-align: middle;
  margin-bottom: 7px;
}
.timeline-date-disp {
  padding-left: 30px;
}
.info-text-transform {
  text-transform: uppercase;
}
.info-text-cursor {
  padding-top: 4px;
  cursor: pointer;
  text-decoration: underline;
  color: #8a8a8a;
}
.infobar--truck-cont-item {
  padding-bottom: 5px;
}
.cancel-reason-option {
  text-align: center;
}
.cancel-reason-text {
  padding-left: 9%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.share-option {
  padding-top: 20px;
  cursor: pointer;
}
.rimg-disp {
  border-radius: 50%;
  padding: 4px;
  max-height: 70px;
  min-height: 50px;
  width: 75px;
  vertical-align: middle;
}
.infobar--item-truck-options {
  padding-bottom: 5px;
  padding-top: 10px;
  text-align: center;
  max-width: 85%;
}
.infobar--item-truck-cancel {
  padding-bottom: 5px;
  padding-top: 10px;
  text-align: center;
  max-width: 70%;
  margin-left: -35px;
}
.info-payment-button {
  padding-left: 5px;
  padding-top: 10px;
  margin-bottom: 4%;
}
.button-tracking-payment {
  width: 200px;
}
.tracking-notes {
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 30px;
}
.tracking-loader {
  padding-bottom: 10px;
  width: 120%;
}
.tracking-loader-inner {
  padding-left: 19px;
}
.tracking-loader-outer {
  padding-left: 58px;
  padding-top: 12px;
}
.tracking-notes-inner {
  padding-top: 5px;
  max-width: 80% !important;
}
.mobile-inforbar--inner {
  width: 100%;
}
.mobile-inforbar-details {
  width: 100%;
  float: right;
  display: inline-block;
  padding-left: 20px;
  padding-bottom: 16px;
}
.mobile-inforbar-img {
  display: inline-block;
  width: 70px;
  object-fit: contain;
  float: left;
}
.mobile-img {
  height: 60px;
}
.mobile-inforbar-rider-name {
  width: 70%;
  display: inline-block;
  float: left;
  font-size: 15px;
  padding-left: 10px;
  padding-top: 10px;
}
.mobile-rider-name-inner {
  padding-bottom: 10px;
}
.mobile-rider-name {
  padding-right: 25px;
}
.mobile-order-amount {
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #74696942;
  padding-top: 10px;
}
.mobile-order-status {
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #74696942;
  padding-top: 10px;
}
.infobar--item-bordered > div {
  width: 77%;
}
.infobar--order-align {
  text-align: center;
}
.infobar--item-bordered > div > div:nth-child(3) {
  max-width: 18.3333% !important;
}
.el-step__title {
  font-size: 12px !important;
}
.el-step__description {
  font-size: 10px !important;
}
.el-step.is-horizontal {
  flex-basis: 160px !important;
}
.el-step__head.is-success {
  color: #c0c4cc !important;
  border-color: #c0c4cc !important;
}
.el-step__title.is-success {
  color: #c0c4cc !important;
}
.el-step__description.is-success {
  color: #c0c4cc !important;
}
.el-step__title.is-process {
  font-weight: 400 !important;
}
.el-step__head.is-process {
  color: #f57f20 !important;
  border-color: #f57f20 !important;
}
.infor-top-bar-text {
  color: #8a8a8a;
  margin-bottom: 7px;
}
.infor-top-bar-text-notes {
  margin: -5px 0px -20px 0px;
  font-style: italic;
}
.infor-top-bar-notes-section {
  height: max-content !important;
}
.cancel-text-option {
  width: 23% !important;
}
.steps-inner {
  font-size: 10px !important;
}
.el-step.is-vertical .el-step__title {
  font-size: 15px !important;
}
.el-step.is-vertical .el-step__description {
  font-size: 12px !important;
  /* width: 103px!important; */
}
.confirmedActive {
  color: #1b7fc3;
}
.pickedActive {
  color: #1b7fc3;
}
.deliveredActive {
  color: #1b7fc3;
}
.payedActive {
  color: #1b7fc3;
}
ul.inforbar_route_timeline:before {
  background: #1b7fc3 !important;
  height: 82% !important;
}
ul.inforbar_order_timeline:before {
  width: 2px;
  background: #8a8a8a !important;
  margin-left: 2px;
  height: 100%;
}
.inforbar_left_scrollable {
  padding-left: 0px !important;
}
.inforbar-vendor-icon {
  margin-bottom: 0px !important;
}
.status-text {
  width: 234px !important;
}
.minimise-icon {
  padding-left: 6% !important;
}
.saveDetailsDisable {
  display: none;
}
.share-order-option {
  line-height: 20px;
}
.share-text-option {
  text-align: left;
  margin: 0px 10px 10px 10px;
}
.input-phone {
  height: 40px !important;
  width: 30%;
}
.el-dialog__body {
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.share-notification-extend {
  padding-right: 20px;
  padding-left: 20px;
}
.share-eta-divider {
  border-bottom: 1px solid #74696942;
}
.share-eta-input-header {
  padding-top: 20px;
}
.share-eta-input {
  margin: 0px 10px 10px 10px;
}
.eta-button-align {
  text-align: right;
}

@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}
.stagePassed {
  color: #555;
  margin-bottom: 7px !important;
}
.eta_data {
  color: #8a8a8a;
  margin-top: 0px !important;
}
.inforbar--item-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
}

.inforbar--item-scrollable::-webkit-scrollbar:vertical {
  width: 11px;
}

.inforbar--item-scrollable::-webkit-scrollbar:horizontal {
  height: 5px !important;
}

.inforbar--item-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
.inforbar_order_content {
  padding-left: 5% !important;
}
.stagePending {
  margin-bottom: 7px !important;
}
.confirmationDelayActive {
  color: #555 !important;
}
.marketing-message-align {
  text-align: center;
}
.confirmedExpressReached {
  padding-bottom: 5%;
}

.cancelOptions--content-message {
    margin: 15px;
    margin-bottom: 30px;
}
.cancelOptions--content-buttons {
    text-align: center;
}
.cancelOptions--content-buttons button {
    margin: 0px auto;
    width: 80%;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
        height: 35px;
}
button.default.action--slide-button {
    color: #333;
    background-color: #f2f2f2;
}
.cancel-reason-title{
  color: #000000;
  margin-left: 9%;
  font-size: 18px;
  line-height: 3;
}
.cancel-reason-subtitle{
  color: #000000;
  margin-left: 1%;
  font-size: 13px;
  line-height: 25px;
  font-weight: 300;
  display: flex;
}
#cancel-reason-text > div > label > span.el-radio__label{
  line-height: 23px;
  color: #000000;
  font-size: 15px !important;
}
#cancel-reason-text > div > label > span.el-radio__input > span{
  border: 1px solid #000;
}
.action--slide-button:hover {
  background-color: #008CBA;
  color: white;
}
.pop_btn{
   width: 24% !important;
   background: #FFFFFF;
   border: 1px solid #1B7FC3;
   box-sizing: border-box;
   border-radius: 3px;
   color: #1B7FC3;
}
.pop-message{
   font-size: 18px;
   text-align: center;
   color: #000000;
}
.warning-icon{
  font-size: 57px !important;
  color: #1B7FC3 !important;
}
.warning-icon-pstn{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 14%;
}
.is-checked{
  border: none;
}
.cancellation-submit{
  margin-left: 9% !important;
  font-size: 12px !important;
  border-radius: 7px;
}
.accept-cancell-btn{
  background: #FFFFFF !important;
  color: #1B7FC3 !important;
  border: 1px solid #1B7FC3 !important;
}
.additional-notes-recipient{
  padding: 3px;
}
.additional-notes-outer {
  flex-direction: column;
  flex: 1;
}
.recipient_contact-icon{
  font-size: 23px;
}
.additional-instructions__image{
  height: 30px;
  min-width: 30px;
}
.additional-instructions__flex{
  flex-basis: 11%;
}
.additional-instructions-wrapper{
 flex-direction: row;
 justify-content: flex-start;
 align-items: center;
 flex-basis: 43%;
}
.additional-instructions-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-top: 2%;
}
.notes-scrollable{
  overflow-y: scroll;
  height: 190px;
  font-size: 12px;
}
.inter-county-infobar--photo{
  width: 46px;
  max-height: 56px;
  min-height: 53px;
}
.inter-county-img{
  height: 73%;
}
.payments-headline{
  color: #000;
}
.payments-cursor{
  cursor: pointer;
  font-size: 14px;
  font-weight: 200;
}
.show-options{
  margin-left: 5%;
  margin-top: 6%;
}
.options-section{
  margin-bottom: 5%;
}
.payments-wrap{
  margin: 4%;
}
.warning-cancellation-icon{
  font-size: 14px !important;
  color: #F57F20 !important;
  margin-top: 4%;
  margin-right: 2%;
}
.cancellation-info--outer{
  background: #FEF7D6;
  border-radius: 4px;
  margin-right: 3%;
  margin-left: 8%;
}
.cancellation-info--inner{
  padding: 1%;
}

@media only screen and (max-width: 599px) {
  .exceed_mobile {
    display: none !important;
  }
  .mobile-inforbar--outer {
    display: flex !important;
  }
  .cancelOptions > div {
    margin-top: 12vh !important;
    width: 95% !important;
  }
  .cancel-reason-text {
    padding-left: 25% !important;
  }
}
.mobile-inforbar--outer {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 90%;
  margin: 0 5%;
  background-color: #fff;
  color: #555;
  font-size: 13px;
  max-height: 100px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  border-radius: 3px;
  overflow: scroll;
}
.infobar--outer {
  display: flex;
  position: fixed;
  bottom: 20px;
  width: 96%;
  margin: 0 2%;
  background-color: #fff;
  color: #555;
  font-size: 13px;
  min-height: 90px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  border-radius: 3px;
}
.infobar--content {
  display: flex;
  flex: 1 1 auto;
}
.infobar--content-padded {
  padding: 15px 0;
}
.infobar--item {
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.infobar--item-bordered {
  border-right: 1px solid #74696942;
}
.infobar--item-start {
  align-items: flex-start;
}
.infobar--photo img {
  border-radius: 50%;
  padding: 4px;
  max-height: 80px;
  min-height: 75px;
  width: 75px;
}
.infobar--driver-details {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  flex: 1;
}
.infobar--driver a {
  color: #1782c5;
  text-decoration: none;
  font-size: 80%;
}
.infobar--actions {
  flex-direction: row;
  padding: 0 1rem;
  text-transform: capitalize;
  justify-content: space-around;
  text-align: center;
  position: relative;
}
.infobar--actions img {
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.infobar--actions-hover:hover {
  cursor: pointer;
  color: #1782c5;
}
.infobar--action-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #74696929;
  position: absolute;
  background-color: #fff;
  top: -255px;
  width: 100%;
  min-width: 215px;
  border-radius: 3px;
}
.actions--caret {
  width: 20px;
  height: 20px;
  z-index: 50;
  background-color: #fff;
  position: absolute;
  bottom: -11px;
  border-bottom: 1px solid #74696942;
  border-right: 1px solid #74696942;
  transform: rotate(45deg);
}
.infobar--terms {
  display: flex;
  flex: 1;
}
.infobar--actions-text {
  font-size: 13px;
  font-weight: 400;
  padding-top: 11px;
}
.action--slide-text {
  padding: 10px 0px;
  line-height: 1.5;
  text-transform: none;
}
.action--slide-text:hover {
  color: #333;
  cursor: auto;
}
.action--slide-desc {
  display: flex;
  justify-content: center;
  width: 94%;
}
.cancel-reason-input {
  width: 78%;
  margin-left: 11%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: max-content;
}
.cancel-reason-text-input {
  display: none;
  width: 180px;
  height: 25px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #dbd8d8;
  padding-left: 15px;
}
.action--slide-button {
  margin: 0px 10px 10px 10px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1.1px;
  background-color: #1782c5;
  color: #fff;
  width: 100%;
  height: 46px;
  cursor: pointer;
  border: 0px solid;
  border-radius: 2px;
  margin-top: 4%;
}
.infobar--actions-icon {
  font-size: 23px;
  margin-bottom: -10px;
}

.carets {
  width: 10px;
  margin-right: 4px;
}
.fade-enter-active,
.fade-leave-active {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}
.infobar--action-slide .el-radio {
  padding: 10px 0px;
  margin: 0px;
}
.infobar--action-slide .el-radio-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.infobar--truck-content {
  display: flex;
  flex: 1 1 auto;
}
.infobar--truck-content-padded {
  padding: 15px 0;
}
.infobar--truck-item {
  flex-direction: row;
  justify-content: space-evenly;
  padding-left: 8%;
}
.infobar-content {
  flex: 1 1 auto;
}
.infobar--item-truck-bordered {
  border-bottom: 1px solid #74696942;
}
.infobar--item-truck-bordered-top {
  border-top: 1px solid #74696942;
}
.infobar-content {
  flex: 1 1 auto;
}
.infobar--truck-cont-item {
  flex-direction: row;
  justify-content: space-evenly;
  padding-left: 8%;
}
.infobar--item-truck-cont-bordered {
  border-left: 1px solid #74696942;
}
.el-row {
  margin-bottom: 20px;
  &:last-child {
    margin-bottom: 0;
  }
}
.el-col {
  border-radius: 4px;
}
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
  margin-bottom: 30px !important;
}
ul.timeline > li:before {
  /* content: ' '; */
  background: #8a8a8a;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #8a8a8a;
  left: 20px;
  width: 14px;
  height: 14px;
  z-index: 400;
  content: '';
  font-size: 16px;
  color: white;
}
ul.timeline > li#timeline_right:before {
  content: '';
  background: #8a8a8a;
  border: 4px solid #8a8a8a;
}
ul.timeline > li#timeline_right.timelineConfirmed:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelinePicked:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelineDelivered:before {
  background: #51a65b;
  border: 4px solid #51a65b;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelineDeliveredExpress:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelinePay:before {
  background: #51a65b;
  border: 4px solid #51a65b;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.confirmedReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
}
ul.timeline > li#timeline_right.confirmedExpressReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.confirmedScheduled:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.pickedReached:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
ul.timeline > li#timeline_right.pickedExpressReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.deliveredReached:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
ul.timeline > li#timeline_right.deliveryEnrouteReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.payedReached:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
.inforbar_route_timeline li:first-child:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
.inforbar_order_timeline li:first-child:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 12px;
  padding-left: 3px;
}
.cancelOptions > div {
  margin-top: 15vh !important;
  width: 30% !important;
}
.infobar-truck-pstn {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.topbar-text {
  padding-bottom: 10px;
}
.top-bar-info {
  color: #1782c5;
  font-size: 15px;
}
.top-bar-img {
  height: 15px;
  vertical-align: middle;
}
.inforbar--item-scrollable {
  overflow-y: scroll;
  height: 190px;
  width: 130%;
  font-size: 12px;
}
.locations--item-scrollable {
  overflow-y: scroll;
  height: 190px;
  width: 130%;
  font-size: 12px;
}
.infobar-truck-img {
  height: 16px;
  vertical-align: middle;
  margin-bottom: 7px;
}
.timeline-date-disp {
  padding-left: 30px;
}
.info-text-transform {
  text-transform: uppercase;
}
.info-text-cursor {
  padding-top: 4px;
  cursor: pointer;
  text-decoration: underline;
  color: #8a8a8a;
}
.infobar--truck-cont-item {
  padding-bottom: 5px;
}
.cancel-reason-option {
  text-align: center;
}
.cancel-reason-text {
  padding-left: 9%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.share-option {
  padding-top: 20px;
  cursor: pointer;
}
.rimg-disp {
  border-radius: 50%;
  padding: 4px;
  max-height: 70px;
  min-height: 50px;
  width: 75px;
  vertical-align: middle;
}
.infobar--item-truck-options {
  padding-bottom: 5px;
  padding-top: 10px;
  text-align: center;
  max-width: 85%;
}
.infobar--item-truck-cancel {
  padding-bottom: 5px;
  padding-top: 10px;
  text-align: center;
  max-width: 70%;
  margin-left: -35px;
}
.info-payment-button {
  padding-left: 5px;
  padding-top: 10px;
  margin-bottom: 4%;
}
.button-tracking-payment {
  width: 200px;
}
.tracking-notes {
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 30px;
}
.tracking-loader {
  padding-bottom: 10px;
  width: 120%;
}
.tracking-loader-inner {
  padding-left: 19px;
}
.tracking-loader-outer {
  padding-left: 58px;
  padding-top: 12px;
}
.tracking-notes-inner {
  padding-top: 5px;
  max-width: 80% !important;
}
.mobile-inforbar--inner {
  width: 100%;
}
.mobile-inforbar-details {
  width: 100%;
  float: right;
  display: inline-block;
  padding-left: 20px;
  padding-bottom: 16px;
}
.mobile-inforbar-img {
  display: inline-block;
  width: 70px;
  object-fit: contain;
  float: left;
}
.mobile-img {
  height: 60px;
}
.mobile-inforbar-rider-name {
  width: 70%;
  display: inline-block;
  float: left;
  font-size: 15px;
  padding-left: 10px;
  padding-top: 10px;
}
.mobile-rider-name-inner {
  padding-bottom: 10px;
}
.mobile-rider-name {
  padding-right: 25px;
}
.mobile-order-amount {
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #74696942;
  padding-top: 10px;
}
.mobile-order-status {
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #74696942;
  padding-top: 10px;
}
.infobar--item-bordered > div {
  width: 77%;
}
.infobar--order-align {
  text-align: center;
}
.infobar--item-bordered > div > div:nth-child(3) {
  max-width: 18.3333% !important;
}
.el-step__title {
  font-size: 12px !important;
}
.el-step__description {
  font-size: 10px !important;
}
.el-step.is-horizontal {
  flex-basis: 160px !important;
}
.el-step__head.is-success {
  color: #c0c4cc !important;
  border-color: #c0c4cc !important;
}
.el-step__title.is-success {
  color: #c0c4cc !important;
}
.el-step__description.is-success {
  color: #c0c4cc !important;
}
.el-step__title.is-process {
  font-weight: 400 !important;
}
.el-step__head.is-process {
  color: #f57f20 !important;
  border-color: #f57f20 !important;
}
.infor-top-bar-text {
  color: #8a8a8a;
  margin-bottom: 7px;
}
.infor-top-bar-text-notes {
  margin: -5px 0px -20px 0px;
  font-style: italic;
}
.infor-top-bar-notes-section {
  height: max-content !important;
}
.cancel-text-option {
  width: 23% !important;
}
.steps-inner {
  font-size: 10px !important;
}
.el-step.is-vertical .el-step__title {
  font-size: 15px !important;
}
.el-step.is-vertical .el-step__description {
  font-size: 12px !important;
  /* width: 103px!important; */
}
.confirmedActive {
  color: #1b7fc3;
}
.pickedActive {
  color: #1b7fc3;
}
.deliveredActive {
  color: #1b7fc3;
}
.payedActive {
  color: #1b7fc3;
}
ul.inforbar_route_timeline:before {
  background: #1b7fc3 !important;
  height: 82% !important;
}
ul.inforbar_order_timeline:before {
  width: 2px;
  background: #8a8a8a !important;
  margin-left: 2px;
  height: 100%;
}
.inforbar_left_scrollable {
  padding-left: 0px !important;
}
.inforbar-vendor-icon {
  margin-bottom: 0px !important;
}
.status-text {
  width: 234px !important;
}
.minimise-icon {
  padding-left: 6% !important;
}
.saveDetailsDisable {
  display: none;
}
.share-order-option {
  line-height: 20px;
}
.share-text-option {
  text-align: left;
  margin: 0px 10px 10px 10px;
}
.input-phone {
  height: 40px !important;
  width: 30%;
}
.el-dialog__body {
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.share-notification-extend {
  padding-right: 20px;
  padding-left: 20px;
}
.share-eta-divider {
  border-bottom: 1px solid #74696942;
}
.share-eta-input-header {
  padding-top: 20px;
}
.share-eta-input {
  margin: 0px 10px 10px 10px;
}
.eta-button-align {
  text-align: right;
}

@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}
.stagePassed {
  color: #555;
  margin-bottom: 7px !important;
}
.eta_data {
  color: #8a8a8a;
  margin-top: 0px !important;
}
.inforbar--item-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
}

.inforbar--item-scrollable::-webkit-scrollbar:vertical {
  width: 11px;
}

.inforbar--item-scrollable::-webkit-scrollbar:horizontal {
  height: 5px !important;
}

.inforbar--item-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
.inforbar_order_content {
  padding-left: 5% !important;
}
.stagePending {
  margin-bottom: 7px !important;
}
.confirmationDelayActive {
  color: #555 !important;
}
.marketing-message-align {
  text-align: center;
}
.confirmedExpressReached {
  padding-bottom: 5%;
}

.cancelOptions--content-message {
    margin: 15px;
    margin-bottom: 30px;
}
.cancelOptions--content-buttons {
    text-align: center;
}
.cancelOptions--content-buttons button {
    margin: 0px auto;
    width: 80%;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
        height: 35px;
}
button.default.action--slide-button {
    color: #333;
    background-color: #f2f2f2;
}
.cancel-reason-title{
  color: #000000;
  margin-left: 9%;
  font-size: 18px;
  line-height: 3;
}
.cancel-reason-subtitle{
  color: #000000;
  margin-left: 1%;
  font-size: 13px;
  line-height: 25px;
  font-weight: 300;
  display: flex;
}
#cancel-reason-text > div > label > span.el-radio__label{
  line-height: 23px;
  color: #000000;
  font-size: 15px !important;
}
#cancel-reason-text > div > label > span.el-radio__input > span{
  border: 1px solid #000;
}
.action--slide-button:hover {
  background-color: #008CBA;
  color: white;
}
.pop_btn{
   width: 24% !important;
   background: #FFFFFF;
   border: 1px solid #1B7FC3;
   box-sizing: border-box;
   border-radius: 3px;
   color: #1B7FC3;
}
.pop-message{
   font-size: 18px;
   text-align: center;
   color: #000000;
}
.warning-icon{
  font-size: 57px !important;
  color: #1B7FC3 !important;
}
.warning-icon-pstn{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 14%;
}
.is-checked{
  border: none;
}
.cancellation-submit{
  margin-left: 9% !important;
  font-size: 12px !important;
  border-radius: 7px;
}
.accept-cancell-btn{
  background: #FFFFFF !important;
  color: #1B7FC3 !important;
  border: 1px solid #1B7FC3 !important;
}
.additional-notes-recipient{
  padding: 3px;
}
.additional-notes-outer {
  flex-direction: column;
  flex: 1;
}
.recipient_contact-icon{
  font-size: 23px;
}
.additional-instructions__image{
  height: 30px;
  min-width: 30px;
}
.additional-instructions__flex{
  flex-basis: 11%;
}
.additional-instructions-wrapper{
 flex-direction: row;
 justify-content: flex-start;
 align-items: center;
 flex-basis: 43%;
}
.additional-instructions-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-top: 2%;
}
.notes-scrollable{
  overflow-y: scroll;
  height: 190px;
  font-size: 12px;
}
.inter-county-infobar--photo{
  width: 46px;
  max-height: 56px;
  min-height: 53px;
}
.inter-county-img{
  height: 73%;
}
.payments-headline{
  color: #000;
}
.payments-cursor{
  cursor: pointer;
  font-size: 14px;
  font-weight: 200;
}
.show-options{
  margin-left: 5%;
  margin-top: 6%;
}
.options-section{
  margin-bottom: 5%;
}
.payments-wrap{
  margin: 4%;
}
.warning-cancellation-icon{
  font-size: 14px !important;
  color: #F57F20 !important;
  margin-top: 4%;
  margin-right: 2%;
}
.cancellation-info--outer{
  background: #FEF7D6;
  border-radius: 4px;
  margin-right: 3%;
  margin-left: 8%;
}
.cancellation-info--inner{
  padding: 1%;
}

@media only screen and (max-width: 599px) {
  .exceed_mobile {
    display: none !important;
  }
  .mobile-inforbar--outer {
    display: flex !important;
  }
  .cancelOptions > div {
    margin-top: 12vh !important;
    width: 95% !important;
  }
  .cancel-reason-text {
    padding-left: 25% !important;
  }
}
.mobile-inforbar--outer {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 90%;
  margin: 0 5%;
  background-color: #fff;
  color: #555;
  font-size: 13px;
  max-height: 100px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  border-radius: 3px;
  overflow: scroll;
}
.infobar--outer {
  display: flex;
  position: fixed;
  bottom: 20px;
  width: 96%;
  margin: 0 2%;
  background-color: #fff;
  color: #555;
  font-size: 13px;
  min-height: 90px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  border-radius: 3px;
}
.infobar--content {
  display: flex;
  flex: 1 1 auto;
}
.infobar--content-padded {
  padding: 15px 0;
}
.infobar--item {
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.infobar--item-bordered {
  border-right: 1px solid #74696942;
}
.infobar--item-start {
  align-items: flex-start;
}
.infobar--photo img {
  border-radius: 50%;
  padding: 4px;
  max-height: 80px;
  min-height: 75px;
  width: 75px;
}
.infobar--driver-details {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  flex: 1;
}
.infobar--driver a {
  color: #1782c5;
  text-decoration: none;
  font-size: 80%;
}
.infobar--actions {
  flex-direction: row;
  padding: 0 1rem;
  text-transform: capitalize;
  justify-content: space-around;
  text-align: center;
  position: relative;
}
.infobar--actions img {
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.infobar--actions-hover:hover {
  cursor: pointer;
  color: #1782c5;
}
.infobar--action-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #74696929;
  position: absolute;
  background-color: #fff;
  top: -255px;
  width: 100%;
  min-width: 215px;
  border-radius: 3px;
}
.actions--caret {
  width: 20px;
  height: 20px;
  z-index: 50;
  background-color: #fff;
  position: absolute;
  bottom: -11px;
  border-bottom: 1px solid #74696942;
  border-right: 1px solid #74696942;
  transform: rotate(45deg);
}
.infobar--terms {
  display: flex;
  flex: 1;
}
.infobar--actions-text {
  font-size: 13px;
  font-weight: 400;
  padding-top: 11px;
}
.action--slide-text {
  padding: 10px 0px;
  line-height: 1.5;
  text-transform: none;
}
.action--slide-text:hover {
  color: #333;
  cursor: auto;
}
.action--slide-desc {
  display: flex;
  justify-content: center;
  width: 94%;
}
.cancel-reason-input {
  width: 78%;
  margin-left: 11%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: max-content;
}
.cancel-reason-text-input {
  display: none;
  width: 180px;
  height: 25px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #dbd8d8;
  padding-left: 15px;
}
.action--slide-button {
  margin: 0px 10px 10px 10px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1.1px;
  background-color: #1782c5;
  color: #fff;
  width: 100%;
  height: 46px;
  cursor: pointer;
  border: 0px solid;
  border-radius: 2px;
  margin-top: 4%;
}
.infobar--actions-icon {
  font-size: 23px;
  margin-bottom: -10px;
}

.carets {
  width: 10px;
  margin-right: 4px;
}
.fade-enter-active,
.fade-leave-active {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}
.infobar--action-slide .el-radio {
  padding: 10px 0px;
  margin: 0px;
}
.infobar--action-slide .el-radio-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.infobar--truck-content {
  display: flex;
  flex: 1 1 auto;
}
.infobar--truck-content-padded {
  padding: 15px 0;
}
.infobar--truck-item {
  flex-direction: row;
  justify-content: space-evenly;
  padding-left: 8%;
}
.infobar-content {
  flex: 1 1 auto;
}
.infobar--item-truck-bordered {
  border-bottom: 1px solid #74696942;
}
.infobar--item-truck-bordered-top {
  border-top: 1px solid #74696942;
}
.infobar-content {
  flex: 1 1 auto;
}
.infobar--truck-cont-item {
  flex-direction: row;
  justify-content: space-evenly;
  padding-left: 8%;
}
.infobar--item-truck-cont-bordered {
  border-left: 1px solid #74696942;
}
.el-row {
  margin-bottom: 20px;
  &:last-child {
    margin-bottom: 0;
  }
}
.el-col {
  border-radius: 4px;
}
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
  margin-bottom: 30px !important;
}
ul.timeline > li:before {
  /* content: ' '; */
  background: #8a8a8a;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #8a8a8a;
  left: 20px;
  width: 14px;
  height: 14px;
  z-index: 400;
  content: '';
  font-size: 16px;
  color: white;
}
ul.timeline > li#timeline_right:before {
  content: '';
  background: #8a8a8a;
  border: 4px solid #8a8a8a;
}
ul.timeline > li#timeline_right.timelineConfirmed:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelinePicked:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelineDelivered:before {
  background: #51a65b;
  border: 4px solid #51a65b;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelineDeliveredExpress:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelinePay:before {
  background: #51a65b;
  border: 4px solid #51a65b;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.confirmedReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
}
ul.timeline > li#timeline_right.confirmedExpressReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.confirmedScheduled:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.pickedReached:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
ul.timeline > li#timeline_right.pickedExpressReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.deliveredReached:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
ul.timeline > li#timeline_right.deliveryEnrouteReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.payedReached:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
.inforbar_route_timeline li:first-child:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
.inforbar_order_timeline li:first-child:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 12px;
  padding-left: 3px;
}
.cancelOptions > div {
  margin-top: 15vh !important;
  width: 30% !important;
}
.infobar-truck-pstn {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.topbar-text {
  padding-bottom: 10px;
}
.top-bar-info {
  color: #1782c5;
  font-size: 15px;
}
.top-bar-img {
  height: 15px;
  vertical-align: middle;
}
.inforbar--item-scrollable {
  overflow-y: scroll;
  height: 190px;
  width: 130%;
  font-size: 12px;
}
.locations--item-scrollable {
  overflow-y: scroll;
  height: 190px;
  width: 130%;
  font-size: 12px;
}
.infobar-truck-img {
  height: 16px;
  vertical-align: middle;
  margin-bottom: 7px;
}
.timeline-date-disp {
  padding-left: 30px;
}
.info-text-transform {
  text-transform: uppercase;
}
.info-text-cursor {
  padding-top: 4px;
  cursor: pointer;
  text-decoration: underline;
  color: #8a8a8a;
}
.infobar--truck-cont-item {
  padding-bottom: 5px;
}
.cancel-reason-option {
  text-align: center;
}
.cancel-reason-text {
  padding-left: 9%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.share-option {
  padding-top: 20px;
  cursor: pointer;
}
.rimg-disp {
  border-radius: 50%;
  padding: 4px;
  max-height: 70px;
  min-height: 50px;
  width: 75px;
  vertical-align: middle;
}
.infobar--item-truck-options {
  padding-bottom: 5px;
  padding-top: 10px;
  text-align: center;
  max-width: 85%;
}
.infobar--item-truck-cancel {
  padding-bottom: 5px;
  padding-top: 10px;
  text-align: center;
  max-width: 70%;
  margin-left: -35px;
}
.info-payment-button {
  padding-left: 5px;
  padding-top: 10px;
  margin-bottom: 4%;
}
.button-tracking-payment {
  width: 200px;
}
.tracking-notes {
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 30px;
}
.tracking-loader {
  padding-bottom: 10px;
  width: 120%;
}
.tracking-loader-inner {
  padding-left: 19px;
}
.tracking-loader-outer {
  padding-left: 58px;
  padding-top: 12px;
}
.tracking-notes-inner {
  padding-top: 5px;
  max-width: 80% !important;
}
.mobile-inforbar--inner {
  width: 100%;
}
.mobile-inforbar-details {
  width: 100%;
  float: right;
  display: inline-block;
  padding-left: 20px;
  padding-bottom: 16px;
}
.mobile-inforbar-img {
  display: inline-block;
  width: 70px;
  object-fit: contain;
  float: left;
}
.mobile-img {
  height: 60px;
}
.mobile-inforbar-rider-name {
  width: 70%;
  display: inline-block;
  float: left;
  font-size: 15px;
  padding-left: 10px;
  padding-top: 10px;
}
.mobile-rider-name-inner {
  padding-bottom: 10px;
}
.mobile-rider-name {
  padding-right: 25px;
}
.mobile-order-amount {
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #74696942;
  padding-top: 10px;
}
.mobile-order-status {
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #74696942;
  padding-top: 10px;
}
.infobar--item-bordered > div {
  width: 77%;
}
.infobar--order-align {
  text-align: center;
}
.infobar--item-bordered > div > div:nth-child(3) {
  max-width: 18.3333% !important;
}
.el-step__title {
  font-size: 12px !important;
}
.el-step__description {
  font-size: 10px !important;
}
.el-step.is-horizontal {
  flex-basis: 160px !important;
}
.el-step__head.is-success {
  color: #c0c4cc !important;
  border-color: #c0c4cc !important;
}
.el-step__title.is-success {
  color: #c0c4cc !important;
}
.el-step__description.is-success {
  color: #c0c4cc !important;
}
.el-step__title.is-process {
  font-weight: 400 !important;
}
.el-step__head.is-process {
  color: #f57f20 !important;
  border-color: #f57f20 !important;
}
.infor-top-bar-text {
  color: #8a8a8a;
  margin-bottom: 7px;
}
.infor-top-bar-text-notes {
  margin: -5px 0px -20px 0px;
  font-style: italic;
}
.infor-top-bar-notes-section {
  height: max-content !important;
}
.cancel-text-option {
  width: 23% !important;
}
.steps-inner {
  font-size: 10px !important;
}
.el-step.is-vertical .el-step__title {
  font-size: 15px !important;
}
.el-step.is-vertical .el-step__description {
  font-size: 12px !important;
  /* width: 103px!important; */
}
.confirmedActive {
  color: #1b7fc3;
}
.pickedActive {
  color: #1b7fc3;
}
.deliveredActive {
  color: #1b7fc3;
}
.payedActive {
  color: #1b7fc3;
}
ul.inforbar_route_timeline:before {
  background: #1b7fc3 !important;
  height: 82% !important;
}
ul.inforbar_order_timeline:before {
  width: 2px;
  background: #8a8a8a !important;
  margin-left: 2px;
  height: 100%;
}
.inforbar_left_scrollable {
  padding-left: 0px !important;
}
.inforbar-vendor-icon {
  margin-bottom: 0px !important;
}
.status-text {
  width: 234px !important;
}
.minimise-icon {
  padding-left: 6% !important;
}
.saveDetailsDisable {
  display: none;
}
.share-order-option {
  line-height: 20px;
}
.share-text-option {
  text-align: left;
  margin: 0px 10px 10px 10px;
}
.input-phone {
  height: 40px !important;
  width: 30%;
}
.el-dialog__body {
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.share-notification-extend {
  padding-right: 20px;
  padding-left: 20px;
}
.share-eta-divider {
  border-bottom: 1px solid #74696942;
}
.share-eta-input-header {
  padding-top: 20px;
}
.share-eta-input {
  margin: 0px 10px 10px 10px;
}
.eta-button-align {
  text-align: right;
}

@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}
.stagePassed {
  color: #555;
  margin-bottom: 7px !important;
}
.eta_data {
  color: #8a8a8a;
  margin-top: 0px !important;
}
.inforbar--item-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
}

.inforbar--item-scrollable::-webkit-scrollbar:vertical {
  width: 11px;
}

.inforbar--item-scrollable::-webkit-scrollbar:horizontal {
  height: 5px !important;
}

.inforbar--item-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
.inforbar_order_content {
  padding-left: 5% !important;
}
.stagePending {
  margin-bottom: 7px !important;
}
.confirmationDelayActive {
  color: #555 !important;
}
.marketing-message-align {
  text-align: center;
}
.confirmedExpressReached {
  padding-bottom: 5%;
}

.cancelOptions--content-message {
    margin: 15px;
    margin-bottom: 30px;
}
.cancelOptions--content-buttons {
    text-align: center;
}
.cancelOptions--content-buttons button {
    margin: 0px auto;
    width: 80%;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
        height: 35px;
}
button.default.action--slide-button {
    color: #333;
    background-color: #f2f2f2;
}
.cancel-reason-title{
  color: #000000;
  margin-left: 9%;
  font-size: 18px;
  line-height: 3;
}
.cancel-reason-subtitle{
  color: #000000;
  margin-left: 1%;
  font-size: 13px;
  line-height: 25px;
  font-weight: 300;
  display: flex;
}
#cancel-reason-text > div > label > span.el-radio__label{
  line-height: 23px;
  color: #000000;
  font-size: 15px !important;
}
#cancel-reason-text > div > label > span.el-radio__input > span{
  border: 1px solid #000;
}
.action--slide-button:hover {
  background-color: #008CBA;
  color: white;
}
.pop_btn{
   width: 24% !important;
   background: #FFFFFF;
   border: 1px solid #1B7FC3;
   box-sizing: border-box;
   border-radius: 3px;
   color: #1B7FC3;
}
.pop-message{
   font-size: 18px;
   text-align: center;
   color: #000000;
}
.warning-icon{
  font-size: 57px !important;
  color: #1B7FC3 !important;
}
.warning-icon-pstn{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 14%;
}
.is-checked{
  border: none;
}
.cancellation-submit{
  margin-left: 9% !important;
  font-size: 12px !important;
  border-radius: 7px;
}
.accept-cancell-btn{
  background: #FFFFFF !important;
  color: #1B7FC3 !important;
  border: 1px solid #1B7FC3 !important;
}
.additional-notes-recipient{
  padding: 3px;
}
.additional-notes-outer {
  flex-direction: column;
  flex: 1;
}
.recipient_contact-icon{
  font-size: 23px;
}
.additional-instructions__image{
  height: 30px;
  min-width: 30px;
}
.additional-instructions__flex{
  flex-basis: 11%;
}
.additional-instructions-wrapper{
 flex-direction: row;
 justify-content: flex-start;
 align-items: center;
 flex-basis: 43%;
}
.additional-instructions-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-top: 2%;
}
.notes-scrollable{
  overflow-y: scroll;
  height: 190px;
  font-size: 12px;
}
.inter-county-infobar--photo{
  width: 46px;
  max-height: 56px;
  min-height: 53px;
}
.inter-county-img{
  height: 73%;
}
.payments-headline{
  color: #000;
}
.payments-cursor{
  cursor: pointer;
  font-size: 14px;
  font-weight: 200;
}
.show-options{
  margin-left: 5%;
  margin-top: 6%;
}
.options-section{
  margin-bottom: 5%;
}
.payments-wrap{
  margin: 4%;
}
.warning-cancellation-icon{
  font-size: 14px !important;
  color: #F57F20 !important;
  margin-top: 4%;
  margin-right: 2%;
}
.cancellation-info--outer{
  background: #FEF7D6;
  border-radius: 4px;
  margin-right: 3%;
  margin-left: 8%;
}
.cancellation-info--inner{
  padding: 1%;
}

@media only screen and (max-width: 599px) {
  .exceed_mobile {
    display: none !important;
  }
  .mobile-inforbar--outer {
    display: flex !important;
  }
  .cancelOptions > div {
    margin-top: 12vh !important;
    width: 95% !important;
  }
  .cancel-reason-text {
    padding-left: 25% !important;
  }
}
.mobile-inforbar--outer {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 90%;
  margin: 0 5%;
  background-color: #fff;
  color: #555;
  font-size: 13px;
  max-height: 100px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  border-radius: 3px;
  overflow: scroll;
}
.infobar--outer {
  display: flex;
  position: fixed;
  bottom: 20px;
  width: 96%;
  margin: 0 2%;
  background-color: #fff;
  color: #555;
  font-size: 13px;
  min-height: 90px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  border-radius: 3px;
}
.infobar--content {
  display: flex;
  flex: 1 1 auto;
}
.infobar--content-padded {
  padding: 15px 0;
}
.infobar--item {
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.infobar--item-bordered {
  border-right: 1px solid #74696942;
}
.infobar--item-start {
  align-items: flex-start;
}
.infobar--photo img {
  border-radius: 50%;
  padding: 4px;
  max-height: 80px;
  min-height: 75px;
  width: 75px;
}
.infobar--driver-details {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  flex: 1;
}
.infobar--driver a {
  color: #1782c5;
  text-decoration: none;
  font-size: 80%;
}
.infobar--actions {
  flex-direction: row;
  padding: 0 1rem;
  text-transform: capitalize;
  justify-content: space-around;
  text-align: center;
  position: relative;
}
.infobar--actions img {
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.infobar--actions-hover:hover {
  cursor: pointer;
  color: #1782c5;
}
.infobar--action-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #74696929;
  position: absolute;
  background-color: #fff;
  top: -255px;
  width: 100%;
  min-width: 215px;
  border-radius: 3px;
}
.actions--caret {
  width: 20px;
  height: 20px;
  z-index: 50;
  background-color: #fff;
  position: absolute;
  bottom: -11px;
  border-bottom: 1px solid #74696942;
  border-right: 1px solid #74696942;
  transform: rotate(45deg);
}
.infobar--terms {
  display: flex;
  flex: 1;
}
.infobar--actions-text {
  font-size: 13px;
  font-weight: 400;
  padding-top: 11px;
}
.action--slide-text {
  padding: 10px 0px;
  line-height: 1.5;
  text-transform: none;
}
.action--slide-text:hover {
  color: #333;
  cursor: auto;
}
.action--slide-desc {
  display: flex;
  justify-content: center;
  width: 94%;
}
.cancel-reason-input {
  width: 78%;
  margin-left: 11%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: max-content;
}
.cancel-reason-text-input {
  display: none;
  width: 180px;
  height: 25px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #dbd8d8;
  padding-left: 15px;
}
.action--slide-button {
  margin: 0px 10px 10px 10px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1.1px;
  background-color: #1782c5;
  color: #fff;
  width: 100%;
  height: 46px;
  cursor: pointer;
  border: 0px solid;
  border-radius: 2px;
  margin-top: 4%;
}
.infobar--actions-icon {
  font-size: 23px;
  margin-bottom: -10px;
}

.carets {
  width: 10px;
  margin-right: 4px;
}
.fade-enter-active,
.fade-leave-active {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}
.infobar--action-slide .el-radio {
  padding: 10px 0px;
  margin: 0px;
}
.infobar--action-slide .el-radio-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.infobar--truck-content {
  display: flex;
  flex: 1 1 auto;
}
.infobar--truck-content-padded {
  padding: 15px 0;
}
.infobar--truck-item {
  flex-direction: row;
  justify-content: space-evenly;
  padding-left: 8%;
}
.infobar-content {
  flex: 1 1 auto;
}
.infobar--item-truck-bordered {
  border-bottom: 1px solid #74696942;
}
.infobar--item-truck-bordered-top {
  border-top: 1px solid #74696942;
}
.infobar-content {
  flex: 1 1 auto;
}
.infobar--truck-cont-item {
  flex-direction: row;
  justify-content: space-evenly;
  padding-left: 8%;
}
.infobar--item-truck-cont-bordered {
  border-left: 1px solid #74696942;
}
.el-row {
  margin-bottom: 20px;
  &:last-child {
    margin-bottom: 0;
  }
}
.el-col {
  border-radius: 4px;
}
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
  margin-bottom: 30px !important;
}
ul.timeline > li:before {
  /* content: ' '; */
  background: #8a8a8a;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #8a8a8a;
  left: 20px;
  width: 14px;
  height: 14px;
  z-index: 400;
  content: '';
  font-size: 16px;
  color: white;
}
ul.timeline > li#timeline_right:before {
  content: '';
  background: #8a8a8a;
  border: 4px solid #8a8a8a;
}
ul.timeline > li#timeline_right.timelineConfirmed:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelinePicked:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelineDelivered:before {
  background: #51a65b;
  border: 4px solid #51a65b;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelineDeliveredExpress:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelinePay:before {
  background: #51a65b;
  border: 4px solid #51a65b;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.confirmedReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
}
ul.timeline > li#timeline_right.confirmedExpressReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.confirmedScheduled:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.pickedReached:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
ul.timeline > li#timeline_right.pickedExpressReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.deliveredReached:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
ul.timeline > li#timeline_right.deliveryEnrouteReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.payedReached:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
.inforbar_route_timeline li:first-child:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
.inforbar_order_timeline li:first-child:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 12px;
  padding-left: 3px;
}
.cancelOptions > div {
  margin-top: 15vh !important;
  width: 30% !important;
}
.infobar-truck-pstn {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.topbar-text {
  padding-bottom: 10px;
}
.top-bar-info {
  color: #1782c5;
  font-size: 15px;
}
.top-bar-img {
  height: 15px;
  vertical-align: middle;
}
.inforbar--item-scrollable {
  overflow-y: scroll;
  height: 190px;
  width: 130%;
  font-size: 12px;
}
.locations--item-scrollable {
  overflow-y: scroll;
  height: 190px;
  width: 130%;
  font-size: 12px;
}
.infobar-truck-img {
  height: 16px;
  vertical-align: middle;
  margin-bottom: 7px;
}
.timeline-date-disp {
  padding-left: 30px;
}
.info-text-transform {
  text-transform: uppercase;
}
.info-text-cursor {
  padding-top: 4px;
  cursor: pointer;
  text-decoration: underline;
  color: #8a8a8a;
}
.infobar--truck-cont-item {
  padding-bottom: 5px;
}
.cancel-reason-option {
  text-align: center;
}
.cancel-reason-text {
  padding-left: 9%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.share-option {
  padding-top: 20px;
  cursor: pointer;
}
.rimg-disp {
  border-radius: 50%;
  padding: 4px;
  max-height: 70px;
  min-height: 50px;
  width: 75px;
  vertical-align: middle;
}
.infobar--item-truck-options {
  padding-bottom: 5px;
  padding-top: 10px;
  text-align: center;
  max-width: 85%;
}
.infobar--item-truck-cancel {
  padding-bottom: 5px;
  padding-top: 10px;
  text-align: center;
  max-width: 70%;
  margin-left: -35px;
}
.info-payment-button {
  padding-left: 5px;
  padding-top: 10px;
  margin-bottom: 4%;
}
.button-tracking-payment {
  width: 200px;
}
.tracking-notes {
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 30px;
}
.tracking-loader {
  padding-bottom: 10px;
  width: 120%;
}
.tracking-loader-inner {
  padding-left: 19px;
}
.tracking-loader-outer {
  padding-left: 58px;
  padding-top: 12px;
}
.tracking-notes-inner {
  padding-top: 5px;
  max-width: 80% !important;
}
.mobile-inforbar--inner {
  width: 100%;
}
.mobile-inforbar-details {
  width: 100%;
  float: right;
  display: inline-block;
  padding-left: 20px;
  padding-bottom: 16px;
}
.mobile-inforbar-img {
  display: inline-block;
  width: 70px;
  object-fit: contain;
  float: left;
}
.mobile-img {
  height: 60px;
}
.mobile-inforbar-rider-name {
  width: 70%;
  display: inline-block;
  float: left;
  font-size: 15px;
  padding-left: 10px;
  padding-top: 10px;
}
.mobile-rider-name-inner {
  padding-bottom: 10px;
}
.mobile-rider-name {
  padding-right: 25px;
}
.mobile-order-amount {
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #74696942;
  padding-top: 10px;
}
.mobile-order-status {
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #74696942;
  padding-top: 10px;
}
.infobar--item-bordered > div {
  width: 77%;
}
.infobar--order-align {
  text-align: center;
}
.infobar--item-bordered > div > div:nth-child(3) {
  max-width: 18.3333% !important;
}
.el-step__title {
  font-size: 12px !important;
}
.el-step__description {
  font-size: 10px !important;
}
.el-step.is-horizontal {
  flex-basis: 160px !important;
}
.el-step__head.is-success {
  color: #c0c4cc !important;
  border-color: #c0c4cc !important;
}
.el-step__title.is-success {
  color: #c0c4cc !important;
}
.el-step__description.is-success {
  color: #c0c4cc !important;
}
.el-step__title.is-process {
  font-weight: 400 !important;
}
.el-step__head.is-process {
  color: #f57f20 !important;
  border-color: #f57f20 !important;
}
.infor-top-bar-text {
  color: #8a8a8a;
  margin-bottom: 7px;
}
.infor-top-bar-text-notes {
  margin: -5px 0px -20px 0px;
  font-style: italic;
}
.infor-top-bar-notes-section {
  height: max-content !important;
}
.cancel-text-option {
  width: 23% !important;
}
.steps-inner {
  font-size: 10px !important;
}
.el-step.is-vertical .el-step__title {
  font-size: 15px !important;
}
.el-step.is-vertical .el-step__description {
  font-size: 12px !important;
  /* width: 103px!important; */
}
.confirmedActive {
  color: #1b7fc3;
}
.pickedActive {
  color: #1b7fc3;
}
.deliveredActive {
  color: #1b7fc3;
}
.payedActive {
  color: #1b7fc3;
}
ul.inforbar_route_timeline:before {
  background: #1b7fc3 !important;
  height: 82% !important;
}
ul.inforbar_order_timeline:before {
  width: 2px;
  background: #8a8a8a !important;
  margin-left: 2px;
  height: 100%;
}
.inforbar_left_scrollable {
  padding-left: 0px !important;
}
.inforbar-vendor-icon {
  margin-bottom: 0px !important;
}
.status-text {
  width: 234px !important;
}
.minimise-icon {
  padding-left: 6% !important;
}
.saveDetailsDisable {
  display: none;
}
.share-order-option {
  line-height: 20px;
}
.share-text-option {
  text-align: left;
  margin: 0px 10px 10px 10px;
}
.input-phone {
  height: 40px !important;
  width: 30%;
}
.el-dialog__body {
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.share-notification-extend {
  padding-right: 20px;
  padding-left: 20px;
}
.share-eta-divider {
  border-bottom: 1px solid #74696942;
}
.share-eta-input-header {
  padding-top: 20px;
}
.share-eta-input {
  margin: 0px 10px 10px 10px;
}
.eta-button-align {
  text-align: right;
}

@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}
.stagePassed {
  color: #555;
  margin-bottom: 7px !important;
}
.eta_data {
  color: #8a8a8a;
  margin-top: 0px !important;
}
.inforbar--item-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
}

.inforbar--item-scrollable::-webkit-scrollbar:vertical {
  width: 11px;
}

.inforbar--item-scrollable::-webkit-scrollbar:horizontal {
  height: 5px !important;
}

.inforbar--item-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
.inforbar_order_content {
  padding-left: 5% !important;
}
.stagePending {
  margin-bottom: 7px !important;
}
.confirmationDelayActive {
  color: #555 !important;
}
.marketing-message-align {
  text-align: center;
}
.confirmedExpressReached {
  padding-bottom: 5%;
}

.cancelOptions--content-message {
    margin: 15px;
    margin-bottom: 30px;
}
.cancelOptions--content-buttons {
    text-align: center;
}
.cancelOptions--content-buttons button {
    margin: 0px auto;
    width: 80%;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
        height: 35px;
}
button.default.action--slide-button {
    color: #333;
    background-color: #f2f2f2;
}
.cancel-reason-title{
  color: #000000;
  margin-left: 9%;
  font-size: 18px;
  line-height: 3;
}
.cancel-reason-subtitle{
  color: #000000;
  margin-left: 1%;
  font-size: 13px;
  line-height: 25px;
  font-weight: 300;
  display: flex;
}
#cancel-reason-text > div > label > span.el-radio__label{
  line-height: 23px;
  color: #000000;
  font-size: 15px !important;
}
#cancel-reason-text > div > label > span.el-radio__input > span{
  border: 1px solid #000;
}
.action--slide-button:hover {
  background-color: #008CBA;
  color: white;
}
.pop_btn{
   width: 24% !important;
   background: #FFFFFF;
   border: 1px solid #1B7FC3;
   box-sizing: border-box;
   border-radius: 3px;
   color: #1B7FC3;
}
.pop-message{
   font-size: 18px;
   text-align: center;
   color: #000000;
}
.warning-icon{
  font-size: 57px !important;
  color: #1B7FC3 !important;
}
.warning-icon-pstn{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 14%;
}
.is-checked{
  border: none;
}
.cancellation-submit{
  margin-left: 9% !important;
  font-size: 12px !important;
  border-radius: 7px;
}
.accept-cancell-btn{
  background: #FFFFFF !important;
  color: #1B7FC3 !important;
  border: 1px solid #1B7FC3 !important;
}
.additional-notes-recipient{
  padding: 3px;
}
.additional-notes-outer {
  flex-direction: column;
  flex: 1;
}
.recipient_contact-icon{
  font-size: 23px;
}
.additional-instructions__image{
  height: 30px;
  min-width: 30px;
}
.additional-instructions__flex{
  flex-basis: 11%;
}
.additional-instructions-wrapper{
 flex-direction: row;
 justify-content: flex-start;
 align-items: center;
 flex-basis: 43%;
}
.additional-instructions-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-top: 2%;
}
.notes-scrollable{
  overflow-y: scroll;
  height: 190px;
  font-size: 12px;
}
.inter-county-infobar--photo{
  width: 46px;
  max-height: 56px;
  min-height: 53px;
}
.inter-county-img{
  height: 73%;
}
.payments-headline{
  color: #000;
}
.payments-cursor{
  cursor: pointer;
  font-size: 14px;
  font-weight: 200;
}
.show-options{
  margin-left: 5%;
  margin-top: 6%;
}
.options-section{
  margin-bottom: 5%;
}
.payments-wrap{
  margin: 4%;
}
.warning-cancellation-icon{
  font-size: 14px !important;
  color: #F57F20 !important;
  margin-top: 4%;
  margin-right: 2%;
}
.cancellation-info--outer{
  background: #FEF7D6;
  border-radius: 4px;
  margin-right: 3%;
  margin-left: 8%;
}
.cancellation-info--inner{
  padding: 1%;
}

@media only screen and (max-width: 599px) {
  .exceed_mobile {
    display: none !important;
  }
  .mobile-inforbar--outer {
    display: flex !important;
  }
  .cancelOptions > div {
    margin-top: 12vh !important;
    width: 95% !important;
  }
  .cancel-reason-text {
    padding-left: 25% !important;
  }
}
.mobile-inforbar--outer {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 90%;
  margin: 0 5%;
  background-color: #fff;
  color: #555;
  font-size: 13px;
  max-height: 100px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  border-radius: 3px;
  overflow: scroll;
}
.infobar--outer {
  display: flex;
  position: fixed;
  bottom: 20px;
  width: 96%;
  margin: 0 2%;
  background-color: #fff;
  color: #555;
  font-size: 13px;
  min-height: 90px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  border-radius: 3px;
}
.infobar--content {
  display: flex;
  flex: 1 1 auto;
}
.infobar--content-padded {
  padding: 15px 0;
}
.infobar--item {
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.infobar--item-bordered {
  border-right: 1px solid #74696942;
}
.infobar--item-start {
  align-items: flex-start;
}
.infobar--photo img {
  border-radius: 50%;
  padding: 4px;
  max-height: 80px;
  min-height: 75px;
  width: 75px;
}
.infobar--driver-details {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  flex: 1;
}
.infobar--driver a {
  color: #1782c5;
  text-decoration: none;
  font-size: 80%;
}
.infobar--actions {
  flex-direction: row;
  padding: 0 1rem;
  text-transform: capitalize;
  justify-content: space-around;
  text-align: center;
  position: relative;
}
.infobar--actions img {
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.infobar--actions-hover:hover {
  cursor: pointer;
  color: #1782c5;
}
.infobar--action-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #74696929;
  position: absolute;
  background-color: #fff;
  top: -255px;
  width: 100%;
  min-width: 215px;
  border-radius: 3px;
}
.actions--caret {
  width: 20px;
  height: 20px;
  z-index: 50;
  background-color: #fff;
  position: absolute;
  bottom: -11px;
  border-bottom: 1px solid #74696942;
  border-right: 1px solid #74696942;
  transform: rotate(45deg);
}
.infobar--terms {
  display: flex;
  flex: 1;
}
.infobar--actions-text {
  font-size: 13px;
  font-weight: 400;
  padding-top: 11px;
}
.action--slide-text {
  padding: 10px 0px;
  line-height: 1.5;
  text-transform: none;
}
.action--slide-text:hover {
  color: #333;
  cursor: auto;
}
.action--slide-desc {
  display: flex;
  justify-content: center;
  width: 94%;
}
.cancel-reason-input {
  width: 78%;
  margin-left: 11%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: max-content;
}
.cancel-reason-text-input {
  display: none;
  width: 180px;
  height: 25px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #dbd8d8;
  padding-left: 15px;
}
.action--slide-button {
  margin: 0px 10px 10px 10px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1.1px;
  background-color: #1782c5;
  color: #fff;
  width: 100%;
  height: 46px;
  cursor: pointer;
  border: 0px solid;
  border-radius: 2px;
  margin-top: 4%;
}
.infobar--actions-icon {
  font-size: 23px;
  margin-bottom: -10px;
}

.carets {
  width: 10px;
  margin-right: 4px;
}
.fade-enter-active,
.fade-leave-active {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}
.infobar--action-slide .el-radio {
  padding: 10px 0px;
  margin: 0px;
}
.infobar--action-slide .el-radio-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.infobar--truck-content {
  display: flex;
  flex: 1 1 auto;
}
.infobar--truck-content-padded {
  padding: 15px 0;
}
.infobar--truck-item {
  flex-direction: row;
  justify-content: space-evenly;
  padding-left: 8%;
}
.infobar-content {
  flex: 1 1 auto;
}
.infobar--item-truck-bordered {
  border-bottom: 1px solid #74696942;
}
.infobar--item-truck-bordered-top {
  border-top: 1px solid #74696942;
}
.infobar-content {
  flex: 1 1 auto;
}
.infobar--truck-cont-item {
  flex-direction: row;
  justify-content: space-evenly;
  padding-left: 8%;
}
.infobar--item-truck-cont-bordered {
  border-left: 1px solid #74696942;
}
.el-row {
  margin-bottom: 20px;
  &:last-child {
    margin-bottom: 0;
  }
}
.el-col {
  border-radius: 4px;
}
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
  margin-bottom: 30px !important;
}
ul.timeline > li:before {
  /* content: ' '; */
  background: #8a8a8a;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #8a8a8a;
  left: 20px;
  width: 14px;
  height: 14px;
  z-index: 400;
  content: '';
  font-size: 16px;
  color: white;
}
ul.timeline > li#timeline_right:before {
  content: '';
  background: #8a8a8a;
  border: 4px solid #8a8a8a;
}
ul.timeline > li#timeline_right.timelineConfirmed:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelinePicked:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelineDelivered:before {
  background: #51a65b;
  border: 4px solid #51a65b;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelineDeliveredExpress:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.timelinePay:before {
  background: #51a65b;
  border: 4px solid #51a65b;
  content: '\2713';
  font-size: 11px;
  padding-left: 3px;
}
ul.timeline > li#timeline_right.confirmedReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
}
ul.timeline > li#timeline_right.confirmedExpressReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.confirmedScheduled:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.pickedReached:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
ul.timeline > li#timeline_right.pickedExpressReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.deliveredReached:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
ul.timeline > li#timeline_right.deliveryEnrouteReached:before {
  background: #1b7fc3;
  border: 4px solid #1b7fc3;
  content: '';
  animation: pulse-blue 2s infinite;
}
ul.timeline > li#timeline_right.payedReached:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
.inforbar_route_timeline li:first-child:before {
  background: #f57f20;
  border: 4px solid #f57f20;
  content: '';
}
.inforbar_order_timeline li:first-child:before {
  background: #ff7900;
  border: 4px solid #ff7900;
  content: '\2713';
  font-size: 12px;
  padding-left: 3px;
}
.cancelOptions > div {
  margin-top: 15vh !important;
  width: 30% !important;
}
.infobar-truck-pstn {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.topbar-text {
  padding-bottom: 10px;
}
.top-bar-info {
  color: #1782c5;
  font-size: 15px;
}
.top-bar-img {
  height: 15px;
  vertical-align: middle;
}
.inforbar--item-scrollable {
  overflow-y: scroll;
  height: 190px;
  width: 130%;
  font-size: 12px;
}
.locations--item-scrollable {
  overflow-y: scroll;
  height: 190px;
  width: 130%;
  font-size: 12px;
}
.infobar-truck-img {
  height: 16px;
  vertical-align: middle;
  margin-bottom: 7px;
}
.timeline-date-disp {
  padding-left: 30px;
}
.info-text-transform {
  text-transform: uppercase;
}
.info-text-cursor {
  padding-top: 4px;
  cursor: pointer;
  text-decoration: underline;
  color: #8a8a8a;
}
.infobar--truck-cont-item {
  padding-bottom: 5px;
}
.cancel-reason-option {
  text-align: center;
}
.cancel-reason-text {
  padding-left: 9%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.share-option {
  padding-top: 20px;
  cursor: pointer;
}
.rimg-disp {
  border-radius: 50%;
  padding: 4px;
  max-height: 70px;
  min-height: 50px;
  width: 75px;
  vertical-align: middle;
}
.infobar--item-truck-options {
  padding-bottom: 5px;
  padding-top: 10px;
  text-align: center;
  max-width: 85%;
}
.infobar--item-truck-cancel {
  padding-bottom: 5px;
  padding-top: 10px;
  text-align: center;
  max-width: 70%;
  margin-left: -35px;
}
.info-payment-button {
  padding-left: 5px;
  padding-top: 10px;
  margin-bottom: 4%;
}
.button-tracking-payment {
  width: 200px;
}
.tracking-notes {
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 30px;
}
.tracking-loader {
  padding-bottom: 10px;
  width: 120%;
}
.tracking-loader-inner {
  padding-left: 19px;
}
.tracking-loader-outer {
  padding-left: 58px;
  padding-top: 12px;
}
.tracking-notes-inner {
  padding-top: 5px;
  max-width: 80% !important;
}
.mobile-inforbar--inner {
  width: 100%;
}
.mobile-inforbar-details {
  width: 100%;
  float: right;
  display: inline-block;
  padding-left: 20px;
  padding-bottom: 16px;
}
.mobile-inforbar-img {
  display: inline-block;
  width: 70px;
  object-fit: contain;
  float: left;
}
.mobile-img {
  height: 60px;
}
.mobile-inforbar-rider-name {
  width: 70%;
  display: inline-block;
  float: left;
  font-size: 15px;
  padding-left: 10px;
  padding-top: 10px;
}
.mobile-rider-name-inner {
  padding-bottom: 10px;
}
.mobile-rider-name {
  padding-right: 25px;
}
.mobile-order-amount {
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #74696942;
  padding-top: 10px;
}
.mobile-order-status {
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #74696942;
  padding-top: 10px;
}
.infobar--item-bordered > div {
  width: 77%;
}
.infobar--order-align {
  text-align: center;
}
.infobar--item-bordered > div > div:nth-child(3) {
  max-width: 18.3333% !important;
}
.el-step__title {
  font-size: 12px !important;
}
.el-step__description {
  font-size: 10px !important;
}
.el-step.is-horizontal {
  flex-basis: 160px !important;
}
.el-step__head.is-success {
  color: #c0c4cc !important;
  border-color: #c0c4cc !important;
}
.el-step__title.is-success {
  color: #c0c4cc !important;
}
.el-step__description.is-success {
  color: #c0c4cc !important;
}
.el-step__title.is-process {
  font-weight: 400 !important;
}
.el-step__head.is-process {
  color: #f57f20 !important;
  border-color: #f57f20 !important;
}
.infor-top-bar-text {
  color: #8a8a8a;
  margin-bottom: 7px;
}
.infor-top-bar-text-notes {
  margin: -5px 0px -20px 0px;
  font-style: italic;
}
.infor-top-bar-notes-section {
  height: max-content !important;
}
.cancel-text-option {
  width: 23% !important;
}
.steps-inner {
  font-size: 10px !important;
}
.el-step.is-vertical .el-step__title {
  font-size: 15px !important;
}
.el-step.is-vertical .el-step__description {
  font-size: 12px !important;
  /* width: 103px!important; */
}
.confirmedActive {
  color: #1b7fc3;
}
.pickedActive {
  color: #1b7fc3;
}
.deliveredActive {
  color: #1b7fc3;
}
.payedActive {
  color: #1b7fc3;
}
ul.inforbar_route_timeline:before {
  background: #1b7fc3 !important;
  height: 82% !important;
}
ul.inforbar_order_timeline:before {
  width: 2px;
  background: #8a8a8a !important;
  margin-left: 2px;
  height: 100%;
}
.inforbar_left_scrollable {
  padding-left: 0px !important;
}
.inforbar-vendor-icon {
  margin-bottom: 0px !important;
}
.status-text {
  width: 234px !important;
}
.minimise-icon {
  padding-left: 6% !important;
}
.saveDetailsDisable {
  display: none;
}
.share-order-option {
  line-height: 20px;
}
.share-text-option {
  text-align: left;
  margin: 0px 10px 10px 10px;
}
.input-phone {
  height: 40px !important;
  width: 30%;
}
.el-dialog__body {
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.share-notification-extend {
  padding-right: 20px;
  padding-left: 20px;
}
.share-eta-divider {
  border-bottom: 1px solid #74696942;
}
.share-eta-input-header {
  padding-top: 20px;
}
.share-eta-input {
  margin: 0px 10px 10px 10px;
}
.eta-button-align {
  text-align: right;
}

@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}
.stagePassed {
  color: #555;
  margin-bottom: 7px !important;
}
.eta_data {
  color: #8a8a8a;
  margin-top: 0px !important;
}
.inforbar--item-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
}

.inforbar--item-scrollable::-webkit-scrollbar:vertical {
  width: 11px;
}

.inforbar--item-scrollable::-webkit-scrollbar:horizontal {
  height: 5px !important;
}

.inforbar--item-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
.inforbar_order_content {
  padding-left: 5% !important;
}
.stagePending {
  margin-bottom: 7px !important;
}
.confirmationDelayActive {
  color: #555 !important;
}
.marketing-message-align {
  text-align: center;
}
.confirmedExpressReached {
  padding-bottom: 5%;
}

.cancelOptions--content-message {
    margin: 15px;
    margin-bottom: 30px;
}
.cancelOptions--content-buttons {
    text-align: center;
}
.cancelOptions--content-buttons button {
    margin: 0px auto;
    width: 80%;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
        height: 35px;
}
button.default.action--slide-button {
    color: #333;
    background-color: #f2f2f2;
}
.cancel-reason-title{
  color: #000000;
  margin-left: 9%;
  font-size: 18px;
  line-height: 3;
}
.cancel-reason-subtitle{
  color: #000000;
  margin-left: 1%;
  font-size: 13px;
  line-height: 25px;
  font-weight: 300;
  display: flex;
}
#cancel-reason-text > div > label > span.el-radio__label{
  line-height: 23px;
  color: #000000;
  font-size: 15px !important;
}
#cancel-reason-text > div > label > span.el-radio__input > span{
  border: 1px solid #000;
}
.action--slide-button:hover {
  background-color: #008CBA;
  color: white;
}
.pop_btn{
   width: 24% !important;
   background: #FFFFFF;
   border: 1px solid #1B7FC3;
   box-sizing: border-box;
   border-radius: 3px;
   color: #1B7FC3;
}
.pop-message{
   font-size: 18px;
   text-align: center;
   color: #000000;
}
.warning-icon{
  font-size: 57px !important;
  color: #1B7FC3 !important;
}
.warning-icon-pstn{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 14%;
}
.is-checked{
  border: none;
}
.cancellation-submit{
  margin-left: 9% !important;
  font-size: 12px !important;
  border-radius: 7px;
}
.accept-cancell-btn{
  background: #FFFFFF !important;
  color: #1B7FC3 !important;
  border: 1px solid #1B7FC3 !important;
}
.additional-notes-recipient{
  padding: 3px;
}
.additional-notes-outer {
  flex-direction: column;
  flex: 1;
}
.recipient_contact-icon{
  font-size: 23px;
}
.additional-instructions__image{
  height: 30px;
  min-width: 30px;
}
.additional-instructions__flex{
  flex-basis: 11%;
}
.additional-instructions-wrapper{
 flex-direction: row;
 justify-content: flex-start;
 align-items: center;
 flex-basis: 43%;
}
.additional-instructions-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-top: 2%;
}
.notes-scrollable{
  overflow-y: scroll;
  height: 190px;
  font-size: 12px;
}
.inter-county-infobar--photo{
  width: 46px;
  max-height: 56px;
  min-height: 53px;
}
.inter-county-img{
  height: 73%;
}
.payments-headline{
  color: #000;
}
.payments-cursor{
  cursor: pointer;
  font-size: 14px;
  font-weight: 200;
}
.show-options{
  margin-left: 5%;
  margin-top: 6%;
}
.options-section{
  margin-bottom: 5%;
}
.payments-wrap{
  margin: 4%;
}
.warning-cancellation-icon{
  font-size: 14px !important;
  color: #F57F20 !important;
  margin-top: 4%;
  margin-right: 2%;
}
.cancellation-info--outer{
  background: #FEF7D6;
  border-radius: 4px;
  margin-right: 3%;
  margin-left: 8%;
}
.cancellation-info--inner{
  padding: 1%;
}


.back--button
{
  position: absolute;
  top: 80px;
  left: 10px;
  border: 1px solid #55555500;
  background-color: #fff;
  border-radius: 50%;
  padding: 15px;
  font-size: larger;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0,0.02);
  cursor: pointer;
  color: #555;
}

.rate-rider-image {
    width: 100px;
    height: 100px;
    border-radius: 70px;
    margin: 0px auto;
}
.rider-photo{
    max-width:100%;
    max-height:100%;
    border-radius: 50%;
}
.rate-rider-content {
    text-align: center;
    font-size: 15px;
    line-height: 1.42857143;
    color: #595d62 !important;
    margin-top: 20px;
    padding: 15px;
    font-family: 'Rubik', sans-serif;
}
.rate-rider-please {
}
.rate-rider-star {
    padding: 20px;
}
.rate-rider-primary {
    margin: 0 auto;
    color: #ecf0f1;
    background-color: #1782c5;
    border-color: #1b7fc3;
    cursor: pointer;
    position: relative;
    margin-top: 10px !important;
    display: block;
    border-radius: 4px;
    height: 40px;
    transition: background-color .3s;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}
.rate-rider-primary:focus, .button-primary:hover {
    background: #285e8e;
    border-color: #285e8e;
    color: #ecf0f1;
}
.submit-stars{
    text-align: center;
}
.rate-comment--textareabox {
    height: 50px!important;
    border: 1px solid #dcdfe6 !important;
    border-radius: 4px !important;
    text-align: center !important;
    margin-top: 40px!important;
    padding: 10px;
    font-size: 14px;
    color: #999999;
    width: 200px !important;
}
.rate-comment--textareabox:focus{
    border: 1px solid #1782c5 !important;
    -webkit-box-shadow: none !important;
    outline:none;
    box-shadow: none !important;
}
.submit-stars-container {
    display: flex;
    justify-content: center;
}
.rate-text {
    font-size: 9px;
    margin-top: 20px;
}
.rate-text-right {
    margin-right: -22px;
}
.rate-text-left {
    margin-left: -28px;
}

.post-rate{
    text-align: center !important;
}
.rate-rider-thank{
    margin-top: 30px;
}

.post-rate{
    text-align: center !important;
}
.rate-rider-thank{
    margin-top: 30px;
}

.rating {
  height: 100%;
  width: 100%;
  position: absolute;
  /*margin-left: 10px;*/
  background: white;
}
.rate-rider-footer {
  background: #f1f3f4;
  border-collapse: collapse;
  border-spacing: 0 !important;
  border-top-color: #e4e5e7;
  border-top-style: solid;
  border-width: 1px 0 0;
  margin: 0 auto !important;
  width: 100%;
  display: inline-block;
  text-rendering: optimizeLegibility !important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #595d62 !important;
  font-weight: normal;
  text-align: center;
  position: fixed;
  padding: 1em !important;
  bottom: 0;
}
.rate-rider-external1 {
  padding: 2em;
}
.container-image {
  margin-top: 10px;
}









































































































































.title{
    font-size: 22px;
    padding-bottom: 0px;

    border-bottom: 1px solid #ebeef5;
    color: #999;
    margin-bottom: 30px;
}
.title__text{
    font-weight: 300;
}
.section{
    padding-top: 20px;
    margin-bottom: 22px;
    padding-bottom: 2px;
    border-bottom: 0px solid #ebeef5 !important;
}


.section__link{
  color: #555 !important;
  text-transform: capitalize !important;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  text-decoration: none;
}

.section__link:hover {
    color: #1782c5 !important;
}
.router-link-active{
  font-weight: normal !important;
  border-bottom: 3px solid #1782c5;
  color: #1782c5 !important;
  margin-bottom: -3px;
}

.options-section__link{
  color: #555 !important;
  text-transform: capitalize !important;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.module-container {
  margin: 8px;
}
.title {
  font-size: 22px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccc;
  color: #999;
  padding-top: 15px;
  margin-bottom: 30px;
}
.updateCrmDialog{
}
.final-set-up-pop > div > div > div.el-dialog__body{
  padding-top: 0 !important;
}
.crm-setup{
  font-size: 19px;
  color: #000000;
  font-weight: 400;
}
final-set-up-pop > div > div > div.el-dialog__header{
  padding-top: 0 !important;
}
.compliance-select-final{
  width: 100% !important;
}
.upgrade-final{
  width: 100% !important;
  margin-bottom: 2%;
}
.final-step-submit{
  margin-top: 6% !important;
  width: 100% !important;
}
.final-label{
 margin-bottom: 2%;
 font-size: 14px;
 font-weight: 200;
 color: #000;
}
.final-inner{
 font-size: 12px;
 color: #8F8F8F;
 margin-bottom: 0;
}
.invalid-kra {
  display: block;
  color: #f57f20;
  font-size: 14px;
}
.final-upper-padding{
  padding-top: 2%;
}
.finish-setup-outer{
  margin-left: 6%;
  margin-right: 6%;
}

.terms-main {
  text-align: center;
  border: 0px solid #ccc;
  margin: 7%;
}
.terms-inner {
  border: 1px solid #A29D9D;
  border-radius: 4px;
  margin: 2rem auto;
  padding: 2rem;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  height: 25rem;
}
.terms-header {
  font-weight: 500;
  text-align: left;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 18px;
  line-height: 0px;
  display: flex;
  align-items: center;
  color: #000000;
}
.freight-terms{
  text-align: left;
  font-size: 14px;
  line-height: 5px;
  color: #000000;
}
.next-terms-holder-btn {
  margin-top: 2%;
  padding-bottom: 4% !important;
}
.terms-btn-color {
 border-width: 0px !important;
}
.next-freight-submit {
  width: 15%;
}
.approval-card{
  max-width: 24rem;
  border: 1px solid #d8dfe6;
  border-radius: 4px;
  margin: 1rem auto;
  padding: 2rem;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
}
.warning-icon{
  font-size: 57px !important;
  color: #1B7FC3 !important;
}
.warning-icon-pstn{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 14%;
}
.cancelOptions--content-message {
  margin: 15px;
  margin-bottom: 30px;
}
.verification-header{
  font-size: 16px;
  text-align: center;
  color: #000000;
}
.verification-description{
  font-size: 14px;
  text-align: center;
  color: #343232;
}
.title{
    font-size: 22px;
    padding-bottom: 0px;

    border-bottom: 1px solid #ebeef5;
    color: #999;
    margin-bottom: 30px;
}
.title__text{
    font-weight: 300;
}
.section{
    padding-top: 20px;
    margin-bottom: 22px;
    padding-bottom: 2px;
    border-bottom: 0px solid #ebeef5 !important;
}


.section__link{
  color: #555 !important;
  text-transform: capitalize !important;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  text-decoration: none;
}

.section__link:hover {
    color: #1782c5 !important;
}
.router-link-active{
  font-weight: normal !important;
  border-bottom: 3px solid #1782c5;
  color: #1782c5 !important;
  margin-bottom: -3px;
}

.options-section__link{
  color: #555 !important;
  text-transform: capitalize !important;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.section--filter-wrap {
  margin-bottom: 8px;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
  border: none;
  display: block;
  position: relative;
  width: 100%;
  float: left;
}

.section--filter-input-wrap {
    width: 70%;
    display: inline-block;
    float: left;
}
.section--filter-input {
    margin-right: 20px;
    width: 30% !important;
    float: left;
    background-color: #ebeef5 !important;
}
.section--filter-action-wrap {
    float:right;
    text-align: right;
    width: 30%;
    display: inline-block;
}
.section--filter-action{
    float: right;
    font-size: 13px;
    letter-spacing: 0.01em;
    margin-left: 30px;
}
.section--filter-action-inactive {
    float: right;
    font-size: 13px;
    letter-spacing: 0.01em;
    margin-left: 30px;
    cursor: not-allowed;
    background: rgba(44, 130, 197, .7);
}

.section--filter-action-inactive:hover ,
.section--filter-action-inactive:focus  {
    float: right;
    font-size: 13px;
    letter-spacing: 0.01em;
    margin-left: 30px;
    cursor: not-allowed;
    background: rgba(44, 130, 197, .7);
}
.order_cost_amount{
  text-align: right;
}
.currency-selectors{
    width: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border: 1px solid #BFD1E3;
    font-size: 12px;
    cursor: pointer;
}
.currencies-section {
    display: inline-flex;
}
.active-currency {
    color: white;
    background: #1B7FC3;
    border: 1px solid #1B7FC3 !important;
}
.section--pagination-wrap {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}


.loading-title {
  font-size: 14px;
  text-align: center;
  margin-top: 6%;
  line-height: 34px;
}
.data-loader,
.data-loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.data-loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid #2c82c5;
  border-right: 1.1em solid #f3f3f3;
  border-bottom: 1.1em solid #f3f3f3;
  border-left: 1.1em solid #f3f3f3;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.loader--title {
  font-size: 19px;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 300;
}
.transporters-main{
  border-radius: 4px;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  width: 97% !important;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 3%;
}
.transporters-container {
 width: 96%;
 margin: 0px auto;
 flex-direction: column;
 display: flex;
}
.transporters-main--inner{
  padding-top: 0%;
}
.transporters-content
{
  display: flex;
  flex-direction: row !important;
}
.transporters-find-section{
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  margin-right: 2%;
  border: 1px solid #d8dfe6;
  padding: 2rem;
}
.transporters-results-section{
  -webkit-box-flex: 2;
  flex: 1;
  padding-right: 11%;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
}
.transporters-details-section{
  -webkit-box-flex: 2;
  flex: 2;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  border-radius: 4px;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  padding-left: 2rem;
  padding-right: 0rem;
}
.freight-input--label{
  margin-bottom: 2%;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.next-terms-holder {
  margin-top: 6%;
}
.terms-btn-color {
 border-width: 0px !important;
}
.next-freight-btn {
  width: 100%;
}
.transporters-pickup-time {
  background-color: white !important;
  width: 100% !important;
}
.transporters-select .el-select{
  width: 100%;
}
.transporters-select .el-input__inner{
  color: #1782c5;
}
.freight-load-weight{

}
.tonage-value-text{
  color: #555 !important;
  padding-left: 10px;
  width: 20% !important;
  font-size: 12px;
  font-style: italic;
}
.freight-load-weight{
  width: 75% !important;
  font-style: italic;
}
.transporters-filters {
  display: flex;
}
.quote-flex{
  flex: 1;
}
.search-flex{
  flex: 1;
}
.request-quote-btn{
  width: 53%;
}
.request-quote-btn-color {
  color: #1B7FC3;
  border-width: 1px !important;
  background-color: white;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 4px;
  height: 40px;
  transition: background-color 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  border-color: #1B7FC3;
}
.freight-terms{
  margin-top: 6%;
  font-size: 14px;
  font-weight: 200;
  color: #000;
}
.transporter-listing{
  margin-top: 3%;
}
.transporter-detail{
  border: 1px solid #d8dfe6;
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 3%;
}
.transporter-name{
  color: #1B7FC3;
  margin-left: 5%;
}
.verification-success{
  color: #EA7125;
  margin-left: 1%;
}
.select-transporter{
  margin-right: 1.5%;
}
.transporters-highlight{
  margin-top: 2%;
  font-size: 12px;
  font-weight: 200;
  color: #000;
}
.highlight-icon{
  color: #000000;
  margin-right: 3%;
}
.truck-add-info{
  margin-top: 0.5%;
}
.truck-add-info-align{
  width: 24%;
  margin-left: 4%;
}
.trans-completed_orders{
  width: 61%;
}
.view-transporter-info{
  color: #1B7FC3;
  font-weight: bold;
}
.truck-add-rating-align{
  margin-left: 4.3%;
  width: 30%;
}
.transporters-img {
  height: 45%;
  vertical-align: middle;
  margin-bottom: 7px;
}
.transporters-quotes-input--label{
  margin-bottom: 3%;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  width: 66%;
}
.logistics-tab{
  margin-right: 35%;
}
.declineDocumentOptions > div {
  margin-top: 30vh !important;
  width: 28% !important;
}
.decline-documemt-input {
  margin: 0px 10px 10px 10px;
}
.decline-documemt-extend {
  padding-right: 20px;
}
.decline-button-align {
  text-align: right;
}
.decline-input{
  height: 40px !important;
  width: 30%;
}
.decline-action--slide-button {
  margin: 0px 10px 10px 10px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1.1px;
  background-color: #EA7125;
  color: #fff;
  width: 100%;
  height: 46px;
  cursor: pointer;
  border: 0px solid;
  border-radius: 2px;
  margin-top: 4%;
  margin-right: 6%;
}
.decline-text-option{
  margin-bottom: 8%;
  margin-left: 3%;
}
.transporter-listing .el-checkbox__input {
    padding-bottom: 8% !important;
}
.transporter-listing .el-checkbox__label {
    width: 100%;
}
.request-quote-header{
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #000000;
}
.transporters-no-highlight{
  color: #000000;
}
.quote-action--slide-button {
  margin: 0px 10px 10px 10px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1.1px;
  background-color: #1B7FC3;;
  color: #fff;
  width: 94%;
  height: 46px;
  cursor: pointer;
  border: 0px solid;
  border-radius: 2px;
  margin-top: 4%;
  margin-right: 6%;
}
.transporters-content .el-dialog__body{
  padding: 30px 30px !important;
}
.transporters-segment{
  width: 94% !important;
  margin-left: 0% !important;
}
.back-freight-btn{
  font-size: 14px;
  font-weight: 200;
  color: #000;
  cursor: pointer;
}
.transporter-summary-data{
  width: 89%;
  background: #F1F1F1;
}
.align-contacts-data{
  margin-top: 6%;
}
.quote-btn{
  width: 72%;
  margin-bottom: 6%;
}
.financing-btn{
  width: 72%;
  background-color: #EA7125 !important;
  border-color: #EA7125 !important;
}
.transporters-quote-section{
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  margin-right: 2%;
  padding: 2rem;
  width: 2%;
}
.check-tranporters{
  color: #1B7FC3;
}
.transporter-doucuments-title{
  color: #1B7FC3;
}
.truck-title-info{
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-top: 2%;
}
.transporter-vehicle-info{
  font-size: 12px;
  font-weight: 200;
  color: #000;
  margin-top: 2%;
}
.vehicles-split{
  border-bottom: 1px solid #BBB9B9;
  width: 90%;
  margin-top: 3%;
}
.transporter-name-inner{
  margin-top: 4%;
  font-size: 15px;
}
.reviews-section{
  margin-bottom: 2%;
}
.reviews-outer{
  width: 85%;
}
.freight-order-details-wrapper {
  width: 64%;
  display: inline-block;
}
.order_details_map {
  width: 38%;
  display: inline-block;
  float: left;
}
.back-freight-orders{
  margin-bottom: 3%;
}
.order_details_desc {
  display: inline-block;
  padding-left: 48px;
  font-size: 14px;
}
.order_details_price {
  margin-top: 1%;
  font-size: 15px;
  margin-bottom: 6%;
  color: #000000;
}
.order_details_desc_item {
  margin-top: 10px;
}
.order_details_desc_item--no-space {
  margin-top: unset;
}
.order_details_desc_image {
  width: 13px;
  height: auto;
  margin-top: 10px;
  margin-right: 5px;
}
.order-details-schedule-time{
  margin-top: 10%;
}
.freight-order-info-extra{
  margin-left: 6%;
  margin-top: 5%;
  margin-bottom: 2%;
}
.order-info-header{
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.rider_details_wrap {
  width: 34%;
  float: right;
  display: inline-block;
}
.transporter-info-extra{
  margin-bottom: 2%;
  font-size: 14px;
}
.transporter-infor--header{
  margin-top: 1%;
  font-size: 15px;
  margin-bottom: 4%;
  color: #000000;
}
.view-transporter-mark{
  margin-top: 6%;
  color: #1B7FC3;
  cursor: pointer;
}
.freight-border-line{
  border-bottom: 1px solid #f0f0f0;
  width: 94%;
}
.freight-orders-main-summary{
  margin-bottom: 2%;
  height: 300px;
}
.order-order-documents{
  width: 94%;
}
.align-documents-data{
  margin-top: 4%;
  margin-bottom: 2%
}
.orders-freight-documents{
  margin-left: 5%;
}
.freight-documents-name{
  width: 20%;
  font-size: 15px;
  margin-top: 1%;
}
.freight-documents-approve{
  width: 45%;
  font-size: 15px;
}
.freight-documents-date{
  width: 20%;
  font-size: 15px;
  margin-top: 1%;
}
.freight-documents-title{
  width: 20%;
  font-size: 15px;
  margin-top: 1%;
}
.documents-highlight{
  font-size: 12px;
  font-weight: 200;
  color: #000;
  margin: 2%;
}
.view-freight-document{
  color: #1B7FC3;
  cursor: pointer;
}
.freight-create-order{

}
.freight-approve-doc{
  border-width: 0px !important;
  width: 60%;
  background-color: #EA7125 !important;
  border: #EA7125 !important;
}
.freight-decline-doc{
  color: #EA7125;
  width: 60%;
  border-width: 1px !important;
  background-color: white;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 4px;
  height: 40px;
  transition: background-color 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  border-color: #EA7125;
}
.doc-detail{
  border: 1px solid #d8dfe6;
  border-radius: 1px;
}
.document-text-option {
  text-align: left;
  margin: 0px 10px 10px 10px;
  line-height: 20px;
}
.document-view-inner{
  height: 500px !important;
}
.freight-approval-reason{
  margin-top: 2%;
  margin-left: 6%;
}
.freight-decline-reason{
  margin-top: 7%;
  color: #F44B54;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
}
.transporter-detail--info{
  border: 1px solid #d8dfe6;
  padding: 1rem;
  border-radius: 4px;
}
.sendQuoteOption > div {
    margin-top: 30vh !important;
    width: 33% !important;
}
.declineDocumentOptions >.el-dialog >.el-dialog__body {
  margin: 4% !important;
}
.uploadDocumentOptions >.el-dialog >.el-dialog__body {
    margin: 4% !important;
    margin-top: 0% !important;
}
.uploadDocumentOptions > div {
  margin-top: 10vh !important;
  width: 28% !important;
}
.add-upload-demo > .el-upload > .el-upload-dragger{
  width: 94% !important;
  margin-left: 3%;
}
.upload-new-doc--outer{
  margin-bottom: 9%;
}
.search-results-ul {
  position: absolute;
  padding: 0;
  margin-top: 8px;
  width: 25%;
  background-color: #fff;
  list-style: none;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0, 0.25);
  z-index: 1000;
}
.active {
  background-color: #1E7FC3;
}
.active span {
  color: white;
}
.name {
  font-weight: 400;
  font-size: 15px;
  display: block;
  margin-bottom: 2%;
  color: #000;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
}
.screen-name {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  display: block;
  margin-bottom: 1%;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  
}
.screen-no-details-found {
  font-style: italic;
  display: block;
  padding: 30px;
  color: #555;
}
.searching-results {
  text-align: center;
  color: #f57f20;
  font-size: 14px;
  margin-top: -20px;
}
.search-transporter-ul{
  padding: 0;
  margin-top: 8px;
  width: 100%;
  background-color: #fff;
  list-style: none;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0, 0.25);
  z-index: 1000;
}
.screen-no-details-found{
  font-style: italic;
  display: block;
  padding: 30px;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 400;
  font-size: 13px;
  color: #000;
}
li.suggestions_solr {
  padding: 10px 16px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
li.suggestions_solr:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
li.suggestions_solr:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 0;
}

.no-activity-img[data-v-0b023707] {
  width: 35%;
  display: block;
  margin: auto;
}
.no-activity-label[data-v-0b023707]{
  text-align: center;
}
.freight-dashboard-outer[data-v-0b023707]{
  width: 64%;
  margin-top: 3%;
  height: 587px;
  margin: 0em;
  overflow-y: auto;
  margin-top: 4%;
}
.dashboard-align-inner[data-v-0b023707] {
  margin-left: 5.3%;
}
.view-document[data-v-0b023707]{
  color: #1B7FC3;
  font-weight: 400;
  cursor: pointer;
}
.dashboard-name[data-v-0b023707]{
  color: #000000;
  margin-left: 5%;
}
.dashboard-decline-doc[data-v-0b023707]{
  color:#EA7125;
  width: 80%;
  border-width: 1px !important;
  background: #FFFFFF;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 4px;
  height: 40px;
  transition: background-color 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  border-color: #EA7125;
}
.dashboard-approve-doc[data-v-0b023707]{
  color: #fff;
  width: 80%;
  border-width: 1px !important;
  background-color: #EA7125;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 4px;
  height: 40px;
  transition: background-color 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  border-color: #EA7125;
}
.dashboard-approvals[data-v-0b023707]{
  margin-bottom: 3%;
}
.dashboard-detail[data-v-0b023707]{
  border: 1px solid #d8dfe6;
  padding: 1rem;
}
.transporters-main{
  border-radius: 4px;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  width: 97% !important;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 3%;
}
.transporters-container {
 width: 96%;
 margin: 0px auto;
 flex-direction: column;
 display: flex;
}
.transporters-main--inner{
  padding-top: 0%;
}
.transporters-content
{
  display: flex;
  flex-direction: row !important;
}
.transporters-find-section{
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  margin-right: 2%;
  border: 1px solid #d8dfe6;
  padding: 2rem;
}
.transporters-results-section{
  -webkit-box-flex: 2;
  flex: 1;
  padding-right: 11%;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
}
.transporters-details-section{
  -webkit-box-flex: 2;
  flex: 2;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  border-radius: 4px;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  padding-left: 2rem;
  padding-right: 0rem;
}
.freight-input--label{
  margin-bottom: 2%;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.next-terms-holder {
  margin-top: 6%;
}
.terms-btn-color {
 border-width: 0px !important;
}
.next-freight-btn {
  width: 100%;
}
.transporters-pickup-time {
  background-color: white !important;
  width: 100% !important;
}
.transporters-select .el-select{
  width: 100%;
}
.transporters-select .el-input__inner{
  color: #1782c5;
}
.freight-load-weight{

}
.tonage-value-text{
  color: #555 !important;
  padding-left: 10px;
  width: 20% !important;
  font-size: 12px;
  font-style: italic;
}
.freight-load-weight{
  width: 75% !important;
  font-style: italic;
}
.transporters-filters {
  display: flex;
}
.quote-flex{
  flex: 1;
}
.search-flex{
  flex: 1;
}
.request-quote-btn{
  width: 53%;
}
.request-quote-btn-color {
  color: #1B7FC3;
  border-width: 1px !important;
  background-color: white;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 4px;
  height: 40px;
  transition: background-color 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  border-color: #1B7FC3;
}
.freight-terms{
  margin-top: 6%;
  font-size: 14px;
  font-weight: 200;
  color: #000;
}
.transporter-listing{
  margin-top: 3%;
}
.transporter-detail{
  border: 1px solid #d8dfe6;
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 3%;
}
.transporter-name{
  color: #1B7FC3;
  margin-left: 5%;
}
.verification-success{
  color: #EA7125;
  margin-left: 1%;
}
.select-transporter{
  margin-right: 1.5%;
}
.transporters-highlight{
  margin-top: 2%;
  font-size: 12px;
  font-weight: 200;
  color: #000;
}
.highlight-icon{
  color: #000000;
  margin-right: 3%;
}
.truck-add-info{
  margin-top: 0.5%;
}
.truck-add-info-align{
  width: 24%;
  margin-left: 4%;
}
.trans-completed_orders{
  width: 61%;
}
.view-transporter-info{
  color: #1B7FC3;
  font-weight: bold;
}
.truck-add-rating-align{
  margin-left: 4.3%;
  width: 30%;
}
.transporters-img {
  height: 45%;
  vertical-align: middle;
  margin-bottom: 7px;
}
.transporters-quotes-input--label{
  margin-bottom: 3%;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  width: 66%;
}
.logistics-tab{
  margin-right: 35%;
}
.declineDocumentOptions > div {
  margin-top: 30vh !important;
  width: 28% !important;
}
.decline-documemt-input {
  margin: 0px 10px 10px 10px;
}
.decline-documemt-extend {
  padding-right: 20px;
}
.decline-button-align {
  text-align: right;
}
.decline-input{
  height: 40px !important;
  width: 30%;
}
.decline-action--slide-button {
  margin: 0px 10px 10px 10px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1.1px;
  background-color: #EA7125;
  color: #fff;
  width: 100%;
  height: 46px;
  cursor: pointer;
  border: 0px solid;
  border-radius: 2px;
  margin-top: 4%;
  margin-right: 6%;
}
.decline-text-option{
  margin-bottom: 8%;
  margin-left: 3%;
}
.transporter-listing .el-checkbox__input {
    padding-bottom: 8% !important;
}
.transporter-listing .el-checkbox__label {
    width: 100%;
}
.request-quote-header{
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #000000;
}
.transporters-no-highlight{
  color: #000000;
}
.quote-action--slide-button {
  margin: 0px 10px 10px 10px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1.1px;
  background-color: #1B7FC3;;
  color: #fff;
  width: 94%;
  height: 46px;
  cursor: pointer;
  border: 0px solid;
  border-radius: 2px;
  margin-top: 4%;
  margin-right: 6%;
}
.transporters-content .el-dialog__body{
  padding: 30px 30px !important;
}
.transporters-segment{
  width: 94% !important;
  margin-left: 0% !important;
}
.back-freight-btn{
  font-size: 14px;
  font-weight: 200;
  color: #000;
  cursor: pointer;
}
.transporter-summary-data{
  width: 89%;
  background: #F1F1F1;
}
.align-contacts-data{
  margin-top: 6%;
}
.quote-btn{
  width: 72%;
  margin-bottom: 6%;
}
.financing-btn{
  width: 72%;
  background-color: #EA7125 !important;
  border-color: #EA7125 !important;
}
.transporters-quote-section{
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  margin-right: 2%;
  padding: 2rem;
  width: 2%;
}
.check-tranporters{
  color: #1B7FC3;
}
.transporter-doucuments-title{
  color: #1B7FC3;
}
.truck-title-info{
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-top: 2%;
}
.transporter-vehicle-info{
  font-size: 12px;
  font-weight: 200;
  color: #000;
  margin-top: 2%;
}
.vehicles-split{
  border-bottom: 1px solid #BBB9B9;
  width: 90%;
  margin-top: 3%;
}
.transporter-name-inner{
  margin-top: 4%;
  font-size: 15px;
}
.reviews-section{
  margin-bottom: 2%;
}
.reviews-outer{
  width: 85%;
}
.freight-order-details-wrapper {
  width: 64%;
  display: inline-block;
}
.order_details_map {
  width: 38%;
  display: inline-block;
  float: left;
}
.back-freight-orders{
  margin-bottom: 3%;
}
.order_details_desc {
  display: inline-block;
  padding-left: 48px;
  font-size: 14px;
}
.order_details_price {
  margin-top: 1%;
  font-size: 15px;
  margin-bottom: 6%;
  color: #000000;
}
.order_details_desc_item {
  margin-top: 10px;
}
.order_details_desc_item--no-space {
  margin-top: unset;
}
.order_details_desc_image {
  width: 13px;
  height: auto;
  margin-top: 10px;
  margin-right: 5px;
}
.order-details-schedule-time{
  margin-top: 10%;
}
.freight-order-info-extra{
  margin-left: 6%;
  margin-top: 5%;
  margin-bottom: 2%;
}
.order-info-header{
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.rider_details_wrap {
  width: 34%;
  float: right;
  display: inline-block;
}
.transporter-info-extra{
  margin-bottom: 2%;
  font-size: 14px;
}
.transporter-infor--header{
  margin-top: 1%;
  font-size: 15px;
  margin-bottom: 4%;
  color: #000000;
}
.view-transporter-mark{
  margin-top: 6%;
  color: #1B7FC3;
  cursor: pointer;
}
.freight-border-line{
  border-bottom: 1px solid #f0f0f0;
  width: 94%;
}
.freight-orders-main-summary{
  margin-bottom: 2%;
  height: 300px;
}
.order-order-documents{
  width: 94%;
}
.align-documents-data{
  margin-top: 4%;
  margin-bottom: 2%
}
.orders-freight-documents{
  margin-left: 5%;
}
.freight-documents-name{
  width: 20%;
  font-size: 15px;
  margin-top: 1%;
}
.freight-documents-approve{
  width: 45%;
  font-size: 15px;
}
.freight-documents-date{
  width: 20%;
  font-size: 15px;
  margin-top: 1%;
}
.freight-documents-title{
  width: 20%;
  font-size: 15px;
  margin-top: 1%;
}
.documents-highlight{
  font-size: 12px;
  font-weight: 200;
  color: #000;
  margin: 2%;
}
.view-freight-document{
  color: #1B7FC3;
  cursor: pointer;
}
.freight-create-order{

}
.freight-approve-doc{
  border-width: 0px !important;
  width: 60%;
  background-color: #EA7125 !important;
  border: #EA7125 !important;
}
.freight-decline-doc{
  color: #EA7125;
  width: 60%;
  border-width: 1px !important;
  background-color: white;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 4px;
  height: 40px;
  transition: background-color 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  border-color: #EA7125;
}
.doc-detail{
  border: 1px solid #d8dfe6;
  border-radius: 1px;
}
.document-text-option {
  text-align: left;
  margin: 0px 10px 10px 10px;
  line-height: 20px;
}
.document-view-inner{
  height: 500px !important;
}
.freight-approval-reason{
  margin-top: 2%;
  margin-left: 6%;
}
.freight-decline-reason{
  margin-top: 7%;
  color: #F44B54;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
}
.transporter-detail--info{
  border: 1px solid #d8dfe6;
  padding: 1rem;
  border-radius: 4px;
}
.sendQuoteOption > div {
    margin-top: 30vh !important;
    width: 33% !important;
}
.declineDocumentOptions >.el-dialog >.el-dialog__body {
  margin: 4% !important;
}
.uploadDocumentOptions >.el-dialog >.el-dialog__body {
    margin: 4% !important;
    margin-top: 0% !important;
}
.uploadDocumentOptions > div {
  margin-top: 10vh !important;
  width: 28% !important;
}
.add-upload-demo > .el-upload > .el-upload-dragger{
  width: 94% !important;
  margin-left: 3%;
}
.upload-new-doc--outer{
  margin-bottom: 9%;
}
.search-results-ul {
  position: absolute;
  padding: 0;
  margin-top: 8px;
  width: 25%;
  background-color: #fff;
  list-style: none;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0, 0.25);
  z-index: 1000;
}
.active {
  background-color: #1E7FC3;
}
.active span {
  color: white;
}
.name {
  font-weight: 400;
  font-size: 15px;
  display: block;
  margin-bottom: 2%;
  color: #000;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
}
.screen-name {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  display: block;
  margin-bottom: 1%;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  
}
.screen-no-details-found {
  font-style: italic;
  display: block;
  padding: 30px;
  color: #555;
}
.searching-results {
  text-align: center;
  color: #f57f20;
  font-size: 14px;
  margin-top: -20px;
}
.search-transporter-ul{
  padding: 0;
  margin-top: 8px;
  width: 100%;
  background-color: #fff;
  list-style: none;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0, 0.25);
  z-index: 1000;
}
.screen-no-details-found{
  font-style: italic;
  display: block;
  padding: 30px;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 400;
  font-size: 13px;
  color: #000;
}
li.suggestions_solr {
  padding: 10px 16px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
li.suggestions_solr:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
li.suggestions_solr:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 0;
}

.view-transporter-info[data-v-41a76034]{
  cursor :pointer ;
}
.search-transporter[data-v-41a76034]{
  width: 100%;
  margin-top: 4%;
}
.transporter-outer[data-v-41a76034]{
  height: 455px;
  margin: 0em;
  overflow-y: auto;
}
.freight-select[data-v-41a76034]{
  margin-bottom: 3%;
}
.bids-time[data-v-41a76034]{
  width: 100%;
}
.transporters-main{
  border-radius: 4px;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  width: 97% !important;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 3%;
}
.transporters-container {
 width: 96%;
 margin: 0px auto;
 flex-direction: column;
 display: flex;
}
.transporters-main--inner{
  padding-top: 0%;
}
.transporters-content
{
  display: flex;
  flex-direction: row !important;
}
.transporters-find-section{
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  margin-right: 2%;
  border: 1px solid #d8dfe6;
  padding: 2rem;
}
.transporters-results-section{
  -webkit-box-flex: 2;
  flex: 1;
  padding-right: 11%;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
}
.transporters-details-section{
  -webkit-box-flex: 2;
  flex: 2;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  border-radius: 4px;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  padding-left: 2rem;
  padding-right: 0rem;
}
.freight-input--label{
  margin-bottom: 2%;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.next-terms-holder {
  margin-top: 6%;
}
.terms-btn-color {
 border-width: 0px !important;
}
.next-freight-btn {
  width: 100%;
}
.transporters-pickup-time {
  background-color: white !important;
  width: 100% !important;
}
.transporters-select .el-select{
  width: 100%;
}
.transporters-select .el-input__inner{
  color: #1782c5;
}
.freight-load-weight{

}
.tonage-value-text{
  color: #555 !important;
  padding-left: 10px;
  width: 20% !important;
  font-size: 12px;
  font-style: italic;
}
.freight-load-weight{
  width: 75% !important;
  font-style: italic;
}
.transporters-filters {
  display: flex;
}
.quote-flex{
  flex: 1;
}
.search-flex{
  flex: 1;
}
.request-quote-btn{
  width: 53%;
}
.request-quote-btn-color {
  color: #1B7FC3;
  border-width: 1px !important;
  background-color: white;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 4px;
  height: 40px;
  transition: background-color 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  border-color: #1B7FC3;
}
.freight-terms{
  margin-top: 6%;
  font-size: 14px;
  font-weight: 200;
  color: #000;
}
.transporter-listing{
  margin-top: 3%;
}
.transporter-detail{
  border: 1px solid #d8dfe6;
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 3%;
}
.transporter-name{
  color: #1B7FC3;
  margin-left: 5%;
}
.verification-success{
  color: #EA7125;
  margin-left: 1%;
}
.select-transporter{
  margin-right: 1.5%;
}
.transporters-highlight{
  margin-top: 2%;
  font-size: 12px;
  font-weight: 200;
  color: #000;
}
.highlight-icon{
  color: #000000;
  margin-right: 3%;
}
.truck-add-info{
  margin-top: 0.5%;
}
.truck-add-info-align{
  width: 24%;
  margin-left: 4%;
}
.trans-completed_orders{
  width: 61%;
}
.view-transporter-info{
  color: #1B7FC3;
  font-weight: bold;
}
.truck-add-rating-align{
  margin-left: 4.3%;
  width: 30%;
}
.transporters-img {
  height: 45%;
  vertical-align: middle;
  margin-bottom: 7px;
}
.transporters-quotes-input--label{
  margin-bottom: 3%;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  width: 66%;
}
.logistics-tab{
  margin-right: 35%;
}
.declineDocumentOptions > div {
  margin-top: 30vh !important;
  width: 28% !important;
}
.decline-documemt-input {
  margin: 0px 10px 10px 10px;
}
.decline-documemt-extend {
  padding-right: 20px;
}
.decline-button-align {
  text-align: right;
}
.decline-input{
  height: 40px !important;
  width: 30%;
}
.decline-action--slide-button {
  margin: 0px 10px 10px 10px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1.1px;
  background-color: #EA7125;
  color: #fff;
  width: 100%;
  height: 46px;
  cursor: pointer;
  border: 0px solid;
  border-radius: 2px;
  margin-top: 4%;
  margin-right: 6%;
}
.decline-text-option{
  margin-bottom: 8%;
  margin-left: 3%;
}
.transporter-listing .el-checkbox__input {
    padding-bottom: 8% !important;
}
.transporter-listing .el-checkbox__label {
    width: 100%;
}
.request-quote-header{
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #000000;
}
.transporters-no-highlight{
  color: #000000;
}
.quote-action--slide-button {
  margin: 0px 10px 10px 10px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1.1px;
  background-color: #1B7FC3;;
  color: #fff;
  width: 94%;
  height: 46px;
  cursor: pointer;
  border: 0px solid;
  border-radius: 2px;
  margin-top: 4%;
  margin-right: 6%;
}
.transporters-content .el-dialog__body{
  padding: 30px 30px !important;
}
.transporters-segment{
  width: 94% !important;
  margin-left: 0% !important;
}
.back-freight-btn{
  font-size: 14px;
  font-weight: 200;
  color: #000;
  cursor: pointer;
}
.transporter-summary-data{
  width: 89%;
  background: #F1F1F1;
}
.align-contacts-data{
  margin-top: 6%;
}
.quote-btn{
  width: 72%;
  margin-bottom: 6%;
}
.financing-btn{
  width: 72%;
  background-color: #EA7125 !important;
  border-color: #EA7125 !important;
}
.transporters-quote-section{
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  margin-right: 2%;
  padding: 2rem;
  width: 2%;
}
.check-tranporters{
  color: #1B7FC3;
}
.transporter-doucuments-title{
  color: #1B7FC3;
}
.truck-title-info{
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-top: 2%;
}
.transporter-vehicle-info{
  font-size: 12px;
  font-weight: 200;
  color: #000;
  margin-top: 2%;
}
.vehicles-split{
  border-bottom: 1px solid #BBB9B9;
  width: 90%;
  margin-top: 3%;
}
.transporter-name-inner{
  margin-top: 4%;
  font-size: 15px;
}
.reviews-section{
  margin-bottom: 2%;
}
.reviews-outer{
  width: 85%;
}
.freight-order-details-wrapper {
  width: 64%;
  display: inline-block;
}
.order_details_map {
  width: 38%;
  display: inline-block;
  float: left;
}
.back-freight-orders{
  margin-bottom: 3%;
}
.order_details_desc {
  display: inline-block;
  padding-left: 48px;
  font-size: 14px;
}
.order_details_price {
  margin-top: 1%;
  font-size: 15px;
  margin-bottom: 6%;
  color: #000000;
}
.order_details_desc_item {
  margin-top: 10px;
}
.order_details_desc_item--no-space {
  margin-top: unset;
}
.order_details_desc_image {
  width: 13px;
  height: auto;
  margin-top: 10px;
  margin-right: 5px;
}
.order-details-schedule-time{
  margin-top: 10%;
}
.freight-order-info-extra{
  margin-left: 6%;
  margin-top: 5%;
  margin-bottom: 2%;
}
.order-info-header{
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.rider_details_wrap {
  width: 34%;
  float: right;
  display: inline-block;
}
.transporter-info-extra{
  margin-bottom: 2%;
  font-size: 14px;
}
.transporter-infor--header{
  margin-top: 1%;
  font-size: 15px;
  margin-bottom: 4%;
  color: #000000;
}
.view-transporter-mark{
  margin-top: 6%;
  color: #1B7FC3;
  cursor: pointer;
}
.freight-border-line{
  border-bottom: 1px solid #f0f0f0;
  width: 94%;
}
.freight-orders-main-summary{
  margin-bottom: 2%;
  height: 300px;
}
.order-order-documents{
  width: 94%;
}
.align-documents-data{
  margin-top: 4%;
  margin-bottom: 2%
}
.orders-freight-documents{
  margin-left: 5%;
}
.freight-documents-name{
  width: 20%;
  font-size: 15px;
  margin-top: 1%;
}
.freight-documents-approve{
  width: 45%;
  font-size: 15px;
}
.freight-documents-date{
  width: 20%;
  font-size: 15px;
  margin-top: 1%;
}
.freight-documents-title{
  width: 20%;
  font-size: 15px;
  margin-top: 1%;
}
.documents-highlight{
  font-size: 12px;
  font-weight: 200;
  color: #000;
  margin: 2%;
}
.view-freight-document{
  color: #1B7FC3;
  cursor: pointer;
}
.freight-create-order{

}
.freight-approve-doc{
  border-width: 0px !important;
  width: 60%;
  background-color: #EA7125 !important;
  border: #EA7125 !important;
}
.freight-decline-doc{
  color: #EA7125;
  width: 60%;
  border-width: 1px !important;
  background-color: white;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 4px;
  height: 40px;
  transition: background-color 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  border-color: #EA7125;
}
.doc-detail{
  border: 1px solid #d8dfe6;
  border-radius: 1px;
}
.document-text-option {
  text-align: left;
  margin: 0px 10px 10px 10px;
  line-height: 20px;
}
.document-view-inner{
  height: 500px !important;
}
.freight-approval-reason{
  margin-top: 2%;
  margin-left: 6%;
}
.freight-decline-reason{
  margin-top: 7%;
  color: #F44B54;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
}
.transporter-detail--info{
  border: 1px solid #d8dfe6;
  padding: 1rem;
  border-radius: 4px;
}
.sendQuoteOption > div {
    margin-top: 30vh !important;
    width: 33% !important;
}
.declineDocumentOptions >.el-dialog >.el-dialog__body {
  margin: 4% !important;
}
.uploadDocumentOptions >.el-dialog >.el-dialog__body {
    margin: 4% !important;
    margin-top: 0% !important;
}
.uploadDocumentOptions > div {
  margin-top: 10vh !important;
  width: 28% !important;
}
.add-upload-demo > .el-upload > .el-upload-dragger{
  width: 94% !important;
  margin-left: 3%;
}
.upload-new-doc--outer{
  margin-bottom: 9%;
}

.back-freight-btn{
  font-size: 14px;
  font-weight: 200;
  color: #000;
  cursor: pointer;
}
.transporter-summary-data{
  width: 89%;
  background: #F1F1F1;
}
.align-contacts-data{
  margin-top: 6%;
}
.quote-btn{
  width: 72%;
  margin-bottom: 6%;
}
.financing-btn{
  width: 72%;
  background-color: #EA7125 !important;
  border-color: #EA7125 !important;
}
.transporters-quote-section{
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  margin-right: 2%;
  padding: 2rem;
  width: 2%;
}
.check-tranporters{
  color: #1B7FC3;
}
.transporter-doucuments-title{
  color: #1B7FC3;
}
.truck-title-info{
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-top: 2%;
  text-transform: capitalize;
}
.transporter-vehicle-info{
  font-size: 12px;
  font-weight: 200;
  color: #000;
  margin-top: 2%;
}
.vehicles-split{
  border-bottom: 1px solid #BBB9B9;
  width: 90%;
  margin-top: 3%;
}
.transporter-name-inner{
  margin-top: 4%;
  font-size: 15px;
}
.reviews-section{
  margin-bottom: 2%;
}
.reviews-outer{
  width: 85%;
}
.quote-find-section{
  -webkit-box-flex: 1;
flex: 1;
-webkit-box-orient: vertical;
flex-direction: column;
display: flex;
-webkit-box-direction: normal;
margin-right: 2%;
padding: 1rem;
}
.quote-text-option{
  margin-bottom: 0%;
  margin-left: 3%;
  color: #000000;
  font-size: 20px;
}
.bids-time{
  width: 100% !important;
}
.no-reviews-outer{
  width: 73%;
}
.transporter-detail-rating{
  border: 1px solid #d8dfe6;
  padding: 4rem;
  border-radius: 4px;
  margin-bottom: 3%;
}
.transporter-vehicle-rating{
  font-size: 17px;
  font-weight: 200;
  color: #000;
  margin-top: 2%;
}
.transporters-main{
  border-radius: 4px;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  width: 97% !important;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 3%;
}
.transporters-container {
 width: 96%;
 margin: 0px auto;
 flex-direction: column;
 display: flex;
}
.transporters-main--inner{
  padding-top: 0%;
}
.transporters-content
{
  display: flex;
  flex-direction: row !important;
}
.transporters-find-section{
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  margin-right: 2%;
  border: 1px solid #d8dfe6;
  padding: 2rem;
}
.transporters-results-section{
  -webkit-box-flex: 2;
  flex: 1;
  padding-right: 11%;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
}
.transporters-details-section{
  -webkit-box-flex: 2;
  flex: 2;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  border-radius: 4px;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  padding-left: 2rem;
  padding-right: 0rem;
}
.freight-input--label{
  margin-bottom: 2%;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.next-terms-holder {
  margin-top: 6%;
}
.terms-btn-color {
 border-width: 0px !important;
}
.next-freight-btn {
  width: 100%;
}
.transporters-pickup-time {
  background-color: white !important;
  width: 100% !important;
}
.transporters-select .el-select{
  width: 100%;
}
.transporters-select .el-input__inner{
  color: #1782c5;
}
.freight-load-weight{

}
.tonage-value-text{
  color: #555 !important;
  padding-left: 10px;
  width: 20% !important;
  font-size: 12px;
  font-style: italic;
}
.freight-load-weight{
  width: 75% !important;
  font-style: italic;
}
.transporters-filters {
  display: flex;
}
.quote-flex{
  flex: 1;
}
.search-flex{
  flex: 1;
}
.request-quote-btn{
  width: 53%;
}
.request-quote-btn-color {
  color: #1B7FC3;
  border-width: 1px !important;
  background-color: white;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 4px;
  height: 40px;
  transition: background-color 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  border-color: #1B7FC3;
}
.freight-terms{
  margin-top: 6%;
  font-size: 14px;
  font-weight: 200;
  color: #000;
}
.transporter-listing{
  margin-top: 3%;
}
.transporter-detail{
  border: 1px solid #d8dfe6;
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 3%;
}
.transporter-name{
  color: #1B7FC3;
  margin-left: 5%;
}
.verification-success{
  color: #EA7125;
  margin-left: 1%;
}
.select-transporter{
  margin-right: 1.5%;
}
.transporters-highlight{
  margin-top: 2%;
  font-size: 12px;
  font-weight: 200;
  color: #000;
}
.highlight-icon{
  color: #000000;
  margin-right: 3%;
}
.truck-add-info{
  margin-top: 0.5%;
}
.truck-add-info-align{
  width: 24%;
  margin-left: 4%;
}
.trans-completed_orders{
  width: 61%;
}
.view-transporter-info{
  color: #1B7FC3;
  font-weight: bold;
}
.truck-add-rating-align{
  margin-left: 4.3%;
  width: 30%;
}
.transporters-img {
  height: 45%;
  vertical-align: middle;
  margin-bottom: 7px;
}
.transporters-quotes-input--label{
  margin-bottom: 3%;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  width: 66%;
}
.logistics-tab{
  margin-right: 35%;
}
.declineDocumentOptions > div {
  margin-top: 30vh !important;
  width: 28% !important;
}
.decline-documemt-input {
  margin: 0px 10px 10px 10px;
}
.decline-documemt-extend {
  padding-right: 20px;
}
.decline-button-align {
  text-align: right;
}
.decline-input{
  height: 40px !important;
  width: 30%;
}
.decline-action--slide-button {
  margin: 0px 10px 10px 10px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1.1px;
  background-color: #EA7125;
  color: #fff;
  width: 100%;
  height: 46px;
  cursor: pointer;
  border: 0px solid;
  border-radius: 2px;
  margin-top: 4%;
  margin-right: 6%;
}
.decline-text-option{
  margin-bottom: 8%;
  margin-left: 3%;
}
.transporter-listing .el-checkbox__input {
    padding-bottom: 8% !important;
}
.transporter-listing .el-checkbox__label {
    width: 100%;
}
.request-quote-header{
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #000000;
}
.transporters-no-highlight{
  color: #000000;
}
.quote-action--slide-button {
  margin: 0px 10px 10px 10px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1.1px;
  background-color: #1B7FC3;;
  color: #fff;
  width: 94%;
  height: 46px;
  cursor: pointer;
  border: 0px solid;
  border-radius: 2px;
  margin-top: 4%;
  margin-right: 6%;
}
.transporters-content .el-dialog__body{
  padding: 30px 30px !important;
}
.transporters-segment{
  width: 94% !important;
  margin-left: 0% !important;
}
.back-freight-btn{
  font-size: 14px;
  font-weight: 200;
  color: #000;
  cursor: pointer;
}
.transporter-summary-data{
  width: 89%;
  background: #F1F1F1;
}
.align-contacts-data{
  margin-top: 6%;
}
.quote-btn{
  width: 72%;
  margin-bottom: 6%;
}
.financing-btn{
  width: 72%;
  background-color: #EA7125 !important;
  border-color: #EA7125 !important;
}
.transporters-quote-section{
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  margin-right: 2%;
  padding: 2rem;
  width: 2%;
}
.check-tranporters{
  color: #1B7FC3;
}
.transporter-doucuments-title{
  color: #1B7FC3;
}
.truck-title-info{
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-top: 2%;
}
.transporter-vehicle-info{
  font-size: 12px;
  font-weight: 200;
  color: #000;
  margin-top: 2%;
}
.vehicles-split{
  border-bottom: 1px solid #BBB9B9;
  width: 90%;
  margin-top: 3%;
}
.transporter-name-inner{
  margin-top: 4%;
  font-size: 15px;
}
.reviews-section{
  margin-bottom: 2%;
}
.reviews-outer{
  width: 85%;
}
.freight-order-details-wrapper {
  width: 64%;
  display: inline-block;
}
.order_details_map {
  width: 38%;
  display: inline-block;
  float: left;
}
.back-freight-orders{
  margin-bottom: 3%;
}
.order_details_desc {
  display: inline-block;
  padding-left: 48px;
  font-size: 14px;
}
.order_details_price {
  margin-top: 1%;
  font-size: 15px;
  margin-bottom: 6%;
  color: #000000;
}
.order_details_desc_item {
  margin-top: 10px;
}
.order_details_desc_item--no-space {
  margin-top: unset;
}
.order_details_desc_image {
  width: 13px;
  height: auto;
  margin-top: 10px;
  margin-right: 5px;
}
.order-details-schedule-time{
  margin-top: 10%;
}
.freight-order-info-extra{
  margin-left: 6%;
  margin-top: 5%;
  margin-bottom: 2%;
}
.order-info-header{
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.rider_details_wrap {
  width: 34%;
  float: right;
  display: inline-block;
}
.transporter-info-extra{
  margin-bottom: 2%;
  font-size: 14px;
}
.transporter-infor--header{
  margin-top: 1%;
  font-size: 15px;
  margin-bottom: 4%;
  color: #000000;
}
.view-transporter-mark{
  margin-top: 6%;
  color: #1B7FC3;
  cursor: pointer;
}
.freight-border-line{
  border-bottom: 1px solid #f0f0f0;
  width: 94%;
}
.freight-orders-main-summary{
  margin-bottom: 2%;
  height: 300px;
}
.order-order-documents{
  width: 94%;
}
.align-documents-data{
  margin-top: 4%;
  margin-bottom: 2%
}
.orders-freight-documents{
  margin-left: 5%;
}
.freight-documents-name{
  width: 20%;
  font-size: 15px;
  margin-top: 1%;
}
.freight-documents-approve{
  width: 45%;
  font-size: 15px;
}
.freight-documents-date{
  width: 20%;
  font-size: 15px;
  margin-top: 1%;
}
.freight-documents-title{
  width: 20%;
  font-size: 15px;
  margin-top: 1%;
}
.documents-highlight{
  font-size: 12px;
  font-weight: 200;
  color: #000;
  margin: 2%;
}
.view-freight-document{
  color: #1B7FC3;
  cursor: pointer;
}
.freight-create-order{

}
.freight-approve-doc{
  border-width: 0px !important;
  width: 60%;
  background-color: #EA7125 !important;
  border: #EA7125 !important;
}
.freight-decline-doc{
  color: #EA7125;
  width: 60%;
  border-width: 1px !important;
  background-color: white;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 4px;
  height: 40px;
  transition: background-color 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  border-color: #EA7125;
}
.doc-detail{
  border: 1px solid #d8dfe6;
  border-radius: 1px;
}
.document-text-option {
  text-align: left;
  margin: 0px 10px 10px 10px;
  line-height: 20px;
}
.document-view-inner{
  height: 500px !important;
}
.freight-approval-reason{
  margin-top: 2%;
  margin-left: 6%;
}
.freight-decline-reason{
  margin-top: 7%;
  color: #F44B54;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
}
.transporter-detail--info{
  border: 1px solid #d8dfe6;
  padding: 1rem;
  border-radius: 4px;
}
.sendQuoteOption > div {
    margin-top: 30vh !important;
    width: 33% !important;
}
.declineDocumentOptions >.el-dialog >.el-dialog__body {
  margin: 4% !important;
}
.uploadDocumentOptions >.el-dialog >.el-dialog__body {
    margin: 4% !important;
    margin-top: 0% !important;
}
.uploadDocumentOptions > div {
  margin-top: 10vh !important;
  width: 28% !important;
}
.add-upload-demo > .el-upload > .el-upload-dragger{
  width: 94% !important;
  margin-left: 3%;
}
.upload-new-doc--outer{
  margin-bottom: 9%;
}

.freight-orders-search{
  width: 37% !important;
}
.freight-create-order{
  border-width: 0px !important;
  width: 50%;
}
.freight-orders--filter-wrap{
  margin-bottom: 8px;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 38px;
  border: none;
  display: block;
  position: relative;
  width: 100%;
  float: left;
}
div > button > span{
  padding: 0 !important
}
.freight-status{
  padding: 0 !important;
  width: 43%;
  height: 23px;
  font-size: 12px;
  cursor: default;
}
.view-orders-transporter-info{
  cursor: pointer;
}
.freight-orders-status{
  display: flex;
}
.transporters-main{
  border-radius: 4px;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  width: 97% !important;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 3%;
}
.transporters-container {
 width: 96%;
 margin: 0px auto;
 flex-direction: column;
 display: flex;
}
.transporters-main--inner{
  padding-top: 0%;
}
.transporters-content
{
  display: flex;
  flex-direction: row !important;
}
.transporters-find-section{
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  margin-right: 2%;
  border: 1px solid #d8dfe6;
  padding: 2rem;
}
.transporters-results-section{
  -webkit-box-flex: 2;
  flex: 1;
  padding-right: 11%;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
}
.transporters-details-section{
  -webkit-box-flex: 2;
  flex: 2;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  border-radius: 4px;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  padding-left: 2rem;
  padding-right: 0rem;
}
.freight-input--label{
  margin-bottom: 2%;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.next-terms-holder {
  margin-top: 6%;
}
.terms-btn-color {
 border-width: 0px !important;
}
.next-freight-btn {
  width: 100%;
}
.transporters-pickup-time {
  background-color: white !important;
  width: 100% !important;
}
.transporters-select .el-select{
  width: 100%;
}
.transporters-select .el-input__inner{
  color: #1782c5;
}
.freight-load-weight{

}
.tonage-value-text{
  color: #555 !important;
  padding-left: 10px;
  width: 20% !important;
  font-size: 12px;
  font-style: italic;
}
.freight-load-weight{
  width: 75% !important;
  font-style: italic;
}
.transporters-filters {
  display: flex;
}
.quote-flex{
  flex: 1;
}
.search-flex{
  flex: 1;
}
.request-quote-btn{
  width: 53%;
}
.request-quote-btn-color {
  color: #1B7FC3;
  border-width: 1px !important;
  background-color: white;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 4px;
  height: 40px;
  transition: background-color 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  border-color: #1B7FC3;
}
.freight-terms{
  margin-top: 6%;
  font-size: 14px;
  font-weight: 200;
  color: #000;
}
.transporter-listing{
  margin-top: 3%;
}
.transporter-detail{
  border: 1px solid #d8dfe6;
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 3%;
}
.transporter-name{
  color: #1B7FC3;
  margin-left: 5%;
}
.verification-success{
  color: #EA7125;
  margin-left: 1%;
}
.select-transporter{
  margin-right: 1.5%;
}
.transporters-highlight{
  margin-top: 2%;
  font-size: 12px;
  font-weight: 200;
  color: #000;
}
.highlight-icon{
  color: #000000;
  margin-right: 3%;
}
.truck-add-info{
  margin-top: 0.5%;
}
.truck-add-info-align{
  width: 24%;
  margin-left: 4%;
}
.trans-completed_orders{
  width: 61%;
}
.view-transporter-info{
  color: #1B7FC3;
  font-weight: bold;
}
.truck-add-rating-align{
  margin-left: 4.3%;
  width: 30%;
}
.transporters-img {
  height: 45%;
  vertical-align: middle;
  margin-bottom: 7px;
}
.transporters-quotes-input--label{
  margin-bottom: 3%;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  width: 66%;
}
.logistics-tab{
  margin-right: 35%;
}
.declineDocumentOptions > div {
  margin-top: 30vh !important;
  width: 28% !important;
}
.decline-documemt-input {
  margin: 0px 10px 10px 10px;
}
.decline-documemt-extend {
  padding-right: 20px;
}
.decline-button-align {
  text-align: right;
}
.decline-input{
  height: 40px !important;
  width: 30%;
}
.decline-action--slide-button {
  margin: 0px 10px 10px 10px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1.1px;
  background-color: #EA7125;
  color: #fff;
  width: 100%;
  height: 46px;
  cursor: pointer;
  border: 0px solid;
  border-radius: 2px;
  margin-top: 4%;
  margin-right: 6%;
}
.decline-text-option{
  margin-bottom: 8%;
  margin-left: 3%;
}
.transporter-listing .el-checkbox__input {
    padding-bottom: 8% !important;
}
.transporter-listing .el-checkbox__label {
    width: 100%;
}
.request-quote-header{
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #000000;
}
.transporters-no-highlight{
  color: #000000;
}
.quote-action--slide-button {
  margin: 0px 10px 10px 10px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1.1px;
  background-color: #1B7FC3;;
  color: #fff;
  width: 94%;
  height: 46px;
  cursor: pointer;
  border: 0px solid;
  border-radius: 2px;
  margin-top: 4%;
  margin-right: 6%;
}
.transporters-content .el-dialog__body{
  padding: 30px 30px !important;
}
.transporters-segment{
  width: 94% !important;
  margin-left: 0% !important;
}
.back-freight-btn{
  font-size: 14px;
  font-weight: 200;
  color: #000;
  cursor: pointer;
}
.transporter-summary-data{
  width: 89%;
  background: #F1F1F1;
}
.align-contacts-data{
  margin-top: 6%;
}
.quote-btn{
  width: 72%;
  margin-bottom: 6%;
}
.financing-btn{
  width: 72%;
  background-color: #EA7125 !important;
  border-color: #EA7125 !important;
}
.transporters-quote-section{
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  margin-right: 2%;
  padding: 2rem;
  width: 2%;
}
.check-tranporters{
  color: #1B7FC3;
}
.transporter-doucuments-title{
  color: #1B7FC3;
}
.truck-title-info{
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-top: 2%;
}
.transporter-vehicle-info{
  font-size: 12px;
  font-weight: 200;
  color: #000;
  margin-top: 2%;
}
.vehicles-split{
  border-bottom: 1px solid #BBB9B9;
  width: 90%;
  margin-top: 3%;
}
.transporter-name-inner{
  margin-top: 4%;
  font-size: 15px;
}
.reviews-section{
  margin-bottom: 2%;
}
.reviews-outer{
  width: 85%;
}
.freight-order-details-wrapper {
  width: 64%;
  display: inline-block;
}
.order_details_map {
  width: 38%;
  display: inline-block;
  float: left;
}
.back-freight-orders{
  margin-bottom: 3%;
}
.order_details_desc {
  display: inline-block;
  padding-left: 48px;
  font-size: 14px;
}
.order_details_price {
  margin-top: 1%;
  font-size: 15px;
  margin-bottom: 6%;
  color: #000000;
}
.order_details_desc_item {
  margin-top: 10px;
}
.order_details_desc_item--no-space {
  margin-top: unset;
}
.order_details_desc_image {
  width: 13px;
  height: auto;
  margin-top: 10px;
  margin-right: 5px;
}
.order-details-schedule-time{
  margin-top: 10%;
}
.freight-order-info-extra{
  margin-left: 6%;
  margin-top: 5%;
  margin-bottom: 2%;
}
.order-info-header{
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.rider_details_wrap {
  width: 34%;
  float: right;
  display: inline-block;
}
.transporter-info-extra{
  margin-bottom: 2%;
  font-size: 14px;
}
.transporter-infor--header{
  margin-top: 1%;
  font-size: 15px;
  margin-bottom: 4%;
  color: #000000;
}
.view-transporter-mark{
  margin-top: 6%;
  color: #1B7FC3;
  cursor: pointer;
}
.freight-border-line{
  border-bottom: 1px solid #f0f0f0;
  width: 94%;
}
.freight-orders-main-summary{
  margin-bottom: 2%;
  height: 300px;
}
.order-order-documents{
  width: 94%;
}
.align-documents-data{
  margin-top: 4%;
  margin-bottom: 2%
}
.orders-freight-documents{
  margin-left: 5%;
}
.freight-documents-name{
  width: 20%;
  font-size: 15px;
  margin-top: 1%;
}
.freight-documents-approve{
  width: 45%;
  font-size: 15px;
}
.freight-documents-date{
  width: 20%;
  font-size: 15px;
  margin-top: 1%;
}
.freight-documents-title{
  width: 20%;
  font-size: 15px;
  margin-top: 1%;
}
.documents-highlight{
  font-size: 12px;
  font-weight: 200;
  color: #000;
  margin: 2%;
}
.view-freight-document{
  color: #1B7FC3;
  cursor: pointer;
}
.freight-create-order{

}
.freight-approve-doc{
  border-width: 0px !important;
  width: 60%;
  background-color: #EA7125 !important;
  border: #EA7125 !important;
}
.freight-decline-doc{
  color: #EA7125;
  width: 60%;
  border-width: 1px !important;
  background-color: white;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 4px;
  height: 40px;
  transition: background-color 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  border-color: #EA7125;
}
.doc-detail{
  border: 1px solid #d8dfe6;
  border-radius: 1px;
}
.document-text-option {
  text-align: left;
  margin: 0px 10px 10px 10px;
  line-height: 20px;
}
.document-view-inner{
  height: 500px !important;
}
.freight-approval-reason{
  margin-top: 2%;
  margin-left: 6%;
}
.freight-decline-reason{
  margin-top: 7%;
  color: #F44B54;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
}
.transporter-detail--info{
  border: 1px solid #d8dfe6;
  padding: 1rem;
  border-radius: 4px;
}
.sendQuoteOption > div {
    margin-top: 30vh !important;
    width: 33% !important;
}
.declineDocumentOptions >.el-dialog >.el-dialog__body {
  margin: 4% !important;
}
.uploadDocumentOptions >.el-dialog >.el-dialog__body {
    margin: 4% !important;
    margin-top: 0% !important;
}
.uploadDocumentOptions > div {
  margin-top: 10vh !important;
  width: 28% !important;
}
.add-upload-demo > .el-upload > .el-upload-dragger{
  width: 94% !important;
  margin-left: 3%;
}
.upload-new-doc--outer{
  margin-bottom: 9%;
}
.search-results-ul {
  position: absolute;
  padding: 0;
  margin-top: 8px;
  width: 25%;
  background-color: #fff;
  list-style: none;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0, 0.25);
  z-index: 1000;
}
.active {
  background-color: #1E7FC3;
}
.active span {
  color: white;
}
.name {
  font-weight: 400;
  font-size: 15px;
  display: block;
  margin-bottom: 2%;
  color: #000;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
}
.screen-name {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  display: block;
  margin-bottom: 1%;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  
}
.screen-no-details-found {
  font-style: italic;
  display: block;
  padding: 30px;
  color: #555;
}
.searching-results {
  text-align: center;
  color: #f57f20;
  font-size: 14px;
  margin-top: -20px;
}
.search-transporter-ul{
  padding: 0;
  margin-top: 8px;
  width: 100%;
  background-color: #fff;
  list-style: none;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0, 0.25);
  z-index: 1000;
}
.screen-no-details-found{
  font-style: italic;
  display: block;
  padding: 30px;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 400;
  font-size: 13px;
  color: #000;
}
li.suggestions_solr {
  padding: 10px 16px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
li.suggestions_solr:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
li.suggestions_solr:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 0;
}

.view-transporter-info[data-v-c9876c12]{
  cursor :pointer ;
}
.create-order-submit[data-v-c9876c12]{
  width: 100%;
  margin-top: 4%;
}
.create-order-upper[data-v-c9876c12]{
  color: #000000;
  margin-left: 7%;
}
.create-order-section[data-v-c9876c12]{
   padding-top: 1% !important;
  -webkit-box-flex: 1;
   flex: 1;
   -webkit-box-orient: vertical;
   flex-direction: column;
   display: flex;
   -webkit-box-direction: normal;
   margin-right: 2%;
   padding: 2rem;
}
.create-order-main[data-v-c9876c12]{
   border-radius: 4px;
   font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
   width: 44% !important;
   padding-bottom: 0;
   margin-top: 0;
   padding-top: 3%;
}
.back-order-btn[data-v-c9876c12]{
   margin-left: 7%;
   font-size: 13px;
   margin-bottom: 6%;
   cursor: pointer;
}
.freight-input[data-v-c9876c12] {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.freight-input>div[data-v-c9876c12] {
  display: table-cell;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.freight-input-icon[data-v-c9876c12] {
  padding: 3%;
  border-radius: .25rem 0 0 .25rem;
  background: #eee;
  color: #777;
  width: 11%;
  text-align: center;
  font-size: 12px;
}
.freight-input-area[data-v-c9876c12] {
  width: 90%;
  border-radius: 0 .25rem .25rem 0;
}
.freight-selector[data-v-c9876c12]{
  border: 0px solid #dcdfe6;
}
.freight-create-load-weight[data-v-c9876c12]{
  width: 80% !important;
  font-style: italic;
}
.freight-tonage-value-text[data-v-c9876c12]{
  color: #555 !important;
  padding-left: 36px;
  width: 20% !important;
  font-size: 12px;
  font-style: italic;
}
.drag-image > div > div:nth-child(1) > div > input[data-v-c9876c12] {
  display: none;
}
.document-image> div > div:nth-child(1) > div > input[data-v-c9876c12] {
  display: none;
}
.add-document-image> div > div:nth-child(1) > div > input[data-v-c9876c12] {
  display: none;
}
.download-uploaded-img[data-v-c9876c12] {
  height: 200px;
}
.add-download-uploaded-img[data-v-c9876c12]{
  height: 200px;
}
.el-icon-upload[data-v-c9876c12] {
  font-size: 15px!important;
  margin: 0!important;
  line-height: 0!important;
}
.upload_image[data-v-c9876c12] {
  width: 100%;
  height: 132px;
  margin-top: 2%;
  margin-bottom: 2%;
}
.add-upload-image[data-v-c9876c12]{
  width: 100%;
  height: 132px;
  margin-top: 2%;
  margin-bottom: 2%;
}
.document-upload-label[data-v-c9876c12] {
  font-style: italic;
  font-size: 14px;
  color: #f18327;
  font-weight: 700;
  cursor: pointer;
}
.upload-demo[data-v-c9876c12]{
  font-size: 13px !important;
}
.add-upload-demo[data-v-c9876c12]{
  font-size: 13px !important;
}
.upload-landing[data-v-c9876c12]{
  margin-top: 12%;
}
.transporter-input-name[data-v-c9876c12]{
  pointer-events: none;
}
.hide[data-v-c9876c12] {
  display: none!important;
}
li.suggestions_solr[data-v-c9876c12] {
  padding: 10px 16px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
li.suggestions_solr[data-v-c9876c12]:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
li.suggestions_solr[data-v-c9876c12]:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 0;
}
.document-upload-extra[data-v-c9876c12]{
  font-size: 14px;
  color: #1B7FC3;
  font-weight: 500;
  cursor: pointer;
  margin-top: 11%;
}
.upload-document-header[data-v-c9876c12]{
  font-weight: 100;
  font-size: 20px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #000000;
}
.documents-highlight-label[data-v-c9876c12]{
  margin-left: 2%;
  margin-bottom: 2%;
  color: #000000;
  font-weight : 200;
}
.select-documents[data-v-c9876c12]{
  width: 95%;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 8%;
}
.align-new-doc[data-v-c9876c12]{
  margin-left: 4%;
  margin-top: 5%;
}
.download-uploaded-img-extra[data-v-c9876c12]{
  border: 1px solid #d8dfe6;
  height: 200px;
  margin-bottom: 9%;
  margin-right: 5%;
}
.upload_image-extra[data-v-c9876c12]{
  width: 100%;
  height: 132px;
  margin-top: 6%;
  margin-bottom: 2%;
}
.success-extra[data-v-c9876c12]{
  margin-top: 13%;
}
.documents--flex[data-v-c9876c12]{
  display: flex;
  width: 82%;
}
.document-image-extra[data-v-c9876c12]{
  flex: 1;
}
.delete-upload[data-v-c9876c12]{
  margin-top: 22%;
  cursor: pointer;
  color :#ff0000;
}
.transporters-main{
  border-radius: 4px;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  width: 97% !important;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 3%;
}
.transporters-container {
 width: 96%;
 margin: 0px auto;
 flex-direction: column;
 display: flex;
}
.transporters-main--inner{
  padding-top: 0%;
}
.transporters-content
{
  display: flex;
  flex-direction: row !important;
}
.transporters-find-section{
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  margin-right: 2%;
  border: 1px solid #d8dfe6;
  padding: 2rem;
}
.transporters-results-section{
  -webkit-box-flex: 2;
  flex: 1;
  padding-right: 11%;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
}
.transporters-details-section{
  -webkit-box-flex: 2;
  flex: 2;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  border-radius: 4px;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  padding-left: 2rem;
  padding-right: 0rem;
}
.freight-input--label{
  margin-bottom: 2%;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.next-terms-holder {
  margin-top: 6%;
}
.terms-btn-color {
 border-width: 0px !important;
}
.next-freight-btn {
  width: 100%;
}
.transporters-pickup-time {
  background-color: white !important;
  width: 100% !important;
}
.transporters-select .el-select{
  width: 100%;
}
.transporters-select .el-input__inner{
  color: #1782c5;
}
.freight-load-weight{

}
.tonage-value-text{
  color: #555 !important;
  padding-left: 10px;
  width: 20% !important;
  font-size: 12px;
  font-style: italic;
}
.freight-load-weight{
  width: 75% !important;
  font-style: italic;
}
.transporters-filters {
  display: flex;
}
.quote-flex{
  flex: 1;
}
.search-flex{
  flex: 1;
}
.request-quote-btn{
  width: 53%;
}
.request-quote-btn-color {
  color: #1B7FC3;
  border-width: 1px !important;
  background-color: white;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 4px;
  height: 40px;
  transition: background-color 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  border-color: #1B7FC3;
}
.freight-terms{
  margin-top: 6%;
  font-size: 14px;
  font-weight: 200;
  color: #000;
}
.transporter-listing{
  margin-top: 3%;
}
.transporter-detail{
  border: 1px solid #d8dfe6;
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 3%;
}
.transporter-name{
  color: #1B7FC3;
  margin-left: 5%;
}
.verification-success{
  color: #EA7125;
  margin-left: 1%;
}
.select-transporter{
  margin-right: 1.5%;
}
.transporters-highlight{
  margin-top: 2%;
  font-size: 12px;
  font-weight: 200;
  color: #000;
}
.highlight-icon{
  color: #000000;
  margin-right: 3%;
}
.truck-add-info{
  margin-top: 0.5%;
}
.truck-add-info-align{
  width: 24%;
  margin-left: 4%;
}
.trans-completed_orders{
  width: 61%;
}
.view-transporter-info{
  color: #1B7FC3;
  font-weight: bold;
}
.truck-add-rating-align{
  margin-left: 4.3%;
  width: 30%;
}
.transporters-img {
  height: 45%;
  vertical-align: middle;
  margin-bottom: 7px;
}
.transporters-quotes-input--label{
  margin-bottom: 3%;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  width: 66%;
}
.logistics-tab{
  margin-right: 35%;
}
.declineDocumentOptions > div {
  margin-top: 30vh !important;
  width: 28% !important;
}
.decline-documemt-input {
  margin: 0px 10px 10px 10px;
}
.decline-documemt-extend {
  padding-right: 20px;
}
.decline-button-align {
  text-align: right;
}
.decline-input{
  height: 40px !important;
  width: 30%;
}
.decline-action--slide-button {
  margin: 0px 10px 10px 10px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1.1px;
  background-color: #EA7125;
  color: #fff;
  width: 100%;
  height: 46px;
  cursor: pointer;
  border: 0px solid;
  border-radius: 2px;
  margin-top: 4%;
  margin-right: 6%;
}
.decline-text-option{
  margin-bottom: 8%;
  margin-left: 3%;
}
.transporter-listing .el-checkbox__input {
    padding-bottom: 8% !important;
}
.transporter-listing .el-checkbox__label {
    width: 100%;
}
.request-quote-header{
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #000000;
}
.transporters-no-highlight{
  color: #000000;
}
.quote-action--slide-button {
  margin: 0px 10px 10px 10px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1.1px;
  background-color: #1B7FC3;;
  color: #fff;
  width: 94%;
  height: 46px;
  cursor: pointer;
  border: 0px solid;
  border-radius: 2px;
  margin-top: 4%;
  margin-right: 6%;
}
.transporters-content .el-dialog__body{
  padding: 30px 30px !important;
}
.transporters-segment{
  width: 94% !important;
  margin-left: 0% !important;
}
.back-freight-btn{
  font-size: 14px;
  font-weight: 200;
  color: #000;
  cursor: pointer;
}
.transporter-summary-data{
  width: 89%;
  background: #F1F1F1;
}
.align-contacts-data{
  margin-top: 6%;
}
.quote-btn{
  width: 72%;
  margin-bottom: 6%;
}
.financing-btn{
  width: 72%;
  background-color: #EA7125 !important;
  border-color: #EA7125 !important;
}
.transporters-quote-section{
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  margin-right: 2%;
  padding: 2rem;
  width: 2%;
}
.check-tranporters{
  color: #1B7FC3;
}
.transporter-doucuments-title{
  color: #1B7FC3;
}
.truck-title-info{
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-top: 2%;
}
.transporter-vehicle-info{
  font-size: 12px;
  font-weight: 200;
  color: #000;
  margin-top: 2%;
}
.vehicles-split{
  border-bottom: 1px solid #BBB9B9;
  width: 90%;
  margin-top: 3%;
}
.transporter-name-inner{
  margin-top: 4%;
  font-size: 15px;
}
.reviews-section{
  margin-bottom: 2%;
}
.reviews-outer{
  width: 85%;
}
.freight-order-details-wrapper {
  width: 64%;
  display: inline-block;
}
.order_details_map {
  width: 38%;
  display: inline-block;
  float: left;
}
.back-freight-orders{
  margin-bottom: 3%;
}
.order_details_desc {
  display: inline-block;
  padding-left: 48px;
  font-size: 14px;
}
.order_details_price {
  margin-top: 1%;
  font-size: 15px;
  margin-bottom: 6%;
  color: #000000;
}
.order_details_desc_item {
  margin-top: 10px;
}
.order_details_desc_item--no-space {
  margin-top: unset;
}
.order_details_desc_image {
  width: 13px;
  height: auto;
  margin-top: 10px;
  margin-right: 5px;
}
.order-details-schedule-time{
  margin-top: 10%;
}
.freight-order-info-extra{
  margin-left: 6%;
  margin-top: 5%;
  margin-bottom: 2%;
}
.order-info-header{
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.rider_details_wrap {
  width: 34%;
  float: right;
  display: inline-block;
}
.transporter-info-extra{
  margin-bottom: 2%;
  font-size: 14px;
}
.transporter-infor--header{
  margin-top: 1%;
  font-size: 15px;
  margin-bottom: 4%;
  color: #000000;
}
.view-transporter-mark{
  margin-top: 6%;
  color: #1B7FC3;
  cursor: pointer;
}
.freight-border-line{
  border-bottom: 1px solid #f0f0f0;
  width: 94%;
}
.freight-orders-main-summary{
  margin-bottom: 2%;
  height: 300px;
}
.order-order-documents{
  width: 94%;
}
.align-documents-data{
  margin-top: 4%;
  margin-bottom: 2%
}
.orders-freight-documents{
  margin-left: 5%;
}
.freight-documents-name{
  width: 20%;
  font-size: 15px;
  margin-top: 1%;
}
.freight-documents-approve{
  width: 45%;
  font-size: 15px;
}
.freight-documents-date{
  width: 20%;
  font-size: 15px;
  margin-top: 1%;
}
.freight-documents-title{
  width: 20%;
  font-size: 15px;
  margin-top: 1%;
}
.documents-highlight{
  font-size: 12px;
  font-weight: 200;
  color: #000;
  margin: 2%;
}
.view-freight-document{
  color: #1B7FC3;
  cursor: pointer;
}
.freight-create-order{

}
.freight-approve-doc{
  border-width: 0px !important;
  width: 60%;
  background-color: #EA7125 !important;
  border: #EA7125 !important;
}
.freight-decline-doc{
  color: #EA7125;
  width: 60%;
  border-width: 1px !important;
  background-color: white;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 4px;
  height: 40px;
  transition: background-color 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  border-color: #EA7125;
}
.doc-detail{
  border: 1px solid #d8dfe6;
  border-radius: 1px;
}
.document-text-option {
  text-align: left;
  margin: 0px 10px 10px 10px;
  line-height: 20px;
}
.document-view-inner{
  height: 500px !important;
}
.freight-approval-reason{
  margin-top: 2%;
  margin-left: 6%;
}
.freight-decline-reason{
  margin-top: 7%;
  color: #F44B54;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
}
.transporter-detail--info{
  border: 1px solid #d8dfe6;
  padding: 1rem;
  border-radius: 4px;
}
.sendQuoteOption > div {
    margin-top: 30vh !important;
    width: 33% !important;
}
.declineDocumentOptions >.el-dialog >.el-dialog__body {
  margin: 4% !important;
}
.uploadDocumentOptions >.el-dialog >.el-dialog__body {
    margin: 4% !important;
    margin-top: 0% !important;
}
.uploadDocumentOptions > div {
  margin-top: 10vh !important;
  width: 28% !important;
}
.add-upload-demo > .el-upload > .el-upload-dragger{
  width: 94% !important;
  margin-left: 3%;
}
.upload-new-doc--outer{
  margin-bottom: 9%;
}

.rating-section[data-v-7b262f15]{
  background: #FBFBFB;
  border: 1px solid #d8dfe6;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 4px;
  width: 66%;
  margin-top: 7%;
  min-height: 138px;
}
.rating-title[data-v-7b262f15]{
  font-size: 13px;
  margin-top: 1%;
}
.rate-freight-order[data-v-7b262f15]{
  margin-left: 0 !important;
  height: 40px !important;
  margin-top: 9% !important;
  width: 61% !important;
}
.rating-header[data-v-7b262f15]{
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #000000;
}
.freight-stars-container[data-v-7b262f15] {
  display: flex;
  justify-content: center;
  margin-bottom: 17%;
}
.freight-ratings-section[data-v-7b262f15]{
  margin-top: 14%;
  margin-bottom: 10%;
  font-weight: 500;
}
.transporters-main{
  border-radius: 4px;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  width: 97% !important;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 3%;
}
.transporters-container {
 width: 96%;
 margin: 0px auto;
 flex-direction: column;
 display: flex;
}
.transporters-main--inner{
  padding-top: 0%;
}
.transporters-content
{
  display: flex;
  flex-direction: row !important;
}
.transporters-find-section{
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  margin-right: 2%;
  border: 1px solid #d8dfe6;
  padding: 2rem;
}
.transporters-results-section{
  -webkit-box-flex: 2;
  flex: 1;
  padding-right: 11%;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
}
.transporters-details-section{
  -webkit-box-flex: 2;
  flex: 2;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  border-radius: 4px;
  font-family: 'Helvetica Nueu', 'Helvetica', 'Arial', 'sans-serif';
  padding-left: 2rem;
  padding-right: 0rem;
}
.freight-input--label{
  margin-bottom: 2%;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.next-terms-holder {
  margin-top: 6%;
}
.terms-btn-color {
 border-width: 0px !important;
}
.next-freight-btn {
  width: 100%;
}
.transporters-pickup-time {
  background-color: white !important;
  width: 100% !important;
}
.transporters-select .el-select{
  width: 100%;
}
.transporters-select .el-input__inner{
  color: #1782c5;
}
.freight-load-weight{

}
.tonage-value-text{
  color: #555 !important;
  padding-left: 10px;
  width: 20% !important;
  font-size: 12px;
  font-style: italic;
}
.freight-load-weight{
  width: 75% !important;
  font-style: italic;
}
.transporters-filters {
  display: flex;
}
.quote-flex{
  flex: 1;
}
.search-flex{
  flex: 1;
}
.request-quote-btn{
  width: 53%;
}
.request-quote-btn-color {
  color: #1B7FC3;
  border-width: 1px !important;
  background-color: white;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 4px;
  height: 40px;
  transition: background-color 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  border-color: #1B7FC3;
}
.freight-terms{
  margin-top: 6%;
  font-size: 14px;
  font-weight: 200;
  color: #000;
}
.transporter-listing{
  margin-top: 3%;
}
.transporter-detail{
  border: 1px solid #d8dfe6;
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 3%;
}
.transporter-name{
  color: #1B7FC3;
  margin-left: 5%;
}
.verification-success{
  color: #EA7125;
  margin-left: 1%;
}
.select-transporter{
  margin-right: 1.5%;
}
.transporters-highlight{
  margin-top: 2%;
  font-size: 12px;
  font-weight: 200;
  color: #000;
}
.highlight-icon{
  color: #000000;
  margin-right: 3%;
}
.truck-add-info{
  margin-top: 0.5%;
}
.truck-add-info-align{
  width: 24%;
  margin-left: 4%;
}
.trans-completed_orders{
  width: 61%;
}
.view-transporter-info{
  color: #1B7FC3;
  font-weight: bold;
}
.truck-add-rating-align{
  margin-left: 4.3%;
  width: 30%;
}
.transporters-img {
  height: 45%;
  vertical-align: middle;
  margin-bottom: 7px;
}
.transporters-quotes-input--label{
  margin-bottom: 3%;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  width: 66%;
}
.logistics-tab{
  margin-right: 35%;
}
.declineDocumentOptions > div {
  margin-top: 30vh !important;
  width: 28% !important;
}
.decline-documemt-input {
  margin: 0px 10px 10px 10px;
}
.decline-documemt-extend {
  padding-right: 20px;
}
.decline-button-align {
  text-align: right;
}
.decline-input{
  height: 40px !important;
  width: 30%;
}
.decline-action--slide-button {
  margin: 0px 10px 10px 10px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1.1px;
  background-color: #EA7125;
  color: #fff;
  width: 100%;
  height: 46px;
  cursor: pointer;
  border: 0px solid;
  border-radius: 2px;
  margin-top: 4%;
  margin-right: 6%;
}
.decline-text-option{
  margin-bottom: 8%;
  margin-left: 3%;
}
.transporter-listing .el-checkbox__input {
    padding-bottom: 8% !important;
}
.transporter-listing .el-checkbox__label {
    width: 100%;
}
.request-quote-header{
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #000000;
}
.transporters-no-highlight{
  color: #000000;
}
.quote-action--slide-button {
  margin: 0px 10px 10px 10px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1.1px;
  background-color: #1B7FC3;;
  color: #fff;
  width: 94%;
  height: 46px;
  cursor: pointer;
  border: 0px solid;
  border-radius: 2px;
  margin-top: 4%;
  margin-right: 6%;
}
.transporters-content .el-dialog__body{
  padding: 30px 30px !important;
}
.transporters-segment{
  width: 94% !important;
  margin-left: 0% !important;
}
.back-freight-btn{
  font-size: 14px;
  font-weight: 200;
  color: #000;
  cursor: pointer;
}
.transporter-summary-data{
  width: 89%;
  background: #F1F1F1;
}
.align-contacts-data{
  margin-top: 6%;
}
.quote-btn{
  width: 72%;
  margin-bottom: 6%;
}
.financing-btn{
  width: 72%;
  background-color: #EA7125 !important;
  border-color: #EA7125 !important;
}
.transporters-quote-section{
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  margin-right: 2%;
  padding: 2rem;
  width: 2%;
}
.check-tranporters{
  color: #1B7FC3;
}
.transporter-doucuments-title{
  color: #1B7FC3;
}
.truck-title-info{
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-top: 2%;
}
.transporter-vehicle-info{
  font-size: 12px;
  font-weight: 200;
  color: #000;
  margin-top: 2%;
}
.vehicles-split{
  border-bottom: 1px solid #BBB9B9;
  width: 90%;
  margin-top: 3%;
}
.transporter-name-inner{
  margin-top: 4%;
  font-size: 15px;
}
.reviews-section{
  margin-bottom: 2%;
}
.reviews-outer{
  width: 85%;
}
.freight-order-details-wrapper {
  width: 64%;
  display: inline-block;
}
.order_details_map {
  width: 38%;
  display: inline-block;
  float: left;
}
.back-freight-orders{
  margin-bottom: 3%;
}
.order_details_desc {
  display: inline-block;
  padding-left: 48px;
  font-size: 14px;
}
.order_details_price {
  margin-top: 1%;
  font-size: 15px;
  margin-bottom: 6%;
  color: #000000;
}
.order_details_desc_item {
  margin-top: 10px;
}
.order_details_desc_item--no-space {
  margin-top: unset;
}
.order_details_desc_image {
  width: 13px;
  height: auto;
  margin-top: 10px;
  margin-right: 5px;
}
.order-details-schedule-time{
  margin-top: 10%;
}
.freight-order-info-extra{
  margin-left: 6%;
  margin-top: 5%;
  margin-bottom: 2%;
}
.order-info-header{
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.rider_details_wrap {
  width: 34%;
  float: right;
  display: inline-block;
}
.transporter-info-extra{
  margin-bottom: 2%;
  font-size: 14px;
}
.transporter-infor--header{
  margin-top: 1%;
  font-size: 15px;
  margin-bottom: 4%;
  color: #000000;
}
.view-transporter-mark{
  margin-top: 6%;
  color: #1B7FC3;
  cursor: pointer;
}
.freight-border-line{
  border-bottom: 1px solid #f0f0f0;
  width: 94%;
}
.freight-orders-main-summary{
  margin-bottom: 2%;
  height: 300px;
}
.order-order-documents{
  width: 94%;
}
.align-documents-data{
  margin-top: 4%;
  margin-bottom: 2%
}
.orders-freight-documents{
  margin-left: 5%;
}
.freight-documents-name{
  width: 20%;
  font-size: 15px;
  margin-top: 1%;
}
.freight-documents-approve{
  width: 45%;
  font-size: 15px;
}
.freight-documents-date{
  width: 20%;
  font-size: 15px;
  margin-top: 1%;
}
.freight-documents-title{
  width: 20%;
  font-size: 15px;
  margin-top: 1%;
}
.documents-highlight{
  font-size: 12px;
  font-weight: 200;
  color: #000;
  margin: 2%;
}
.view-freight-document{
  color: #1B7FC3;
  cursor: pointer;
}
.freight-create-order{

}
.freight-approve-doc{
  border-width: 0px !important;
  width: 60%;
  background-color: #EA7125 !important;
  border: #EA7125 !important;
}
.freight-decline-doc{
  color: #EA7125;
  width: 60%;
  border-width: 1px !important;
  background-color: white;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 4px;
  height: 40px;
  transition: background-color 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  border-color: #EA7125;
}
.doc-detail{
  border: 1px solid #d8dfe6;
  border-radius: 1px;
}
.document-text-option {
  text-align: left;
  margin: 0px 10px 10px 10px;
  line-height: 20px;
}
.document-view-inner{
  height: 500px !important;
}
.freight-approval-reason{
  margin-top: 2%;
  margin-left: 6%;
}
.freight-decline-reason{
  margin-top: 7%;
  color: #F44B54;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
}
.transporter-detail--info{
  border: 1px solid #d8dfe6;
  padding: 1rem;
  border-radius: 4px;
}
.sendQuoteOption > div {
    margin-top: 30vh !important;
    width: 33% !important;
}
.declineDocumentOptions >.el-dialog >.el-dialog__body {
  margin: 4% !important;
}
.uploadDocumentOptions >.el-dialog >.el-dialog__body {
    margin: 4% !important;
    margin-top: 0% !important;
}
.uploadDocumentOptions > div {
  margin-top: 10vh !important;
  width: 28% !important;
}
.add-upload-demo > .el-upload > .el-upload-dragger{
  width: 94% !important;
  margin-left: 3%;
}
.upload-new-doc--outer{
  margin-bottom: 9%;
}

.manage-approvers {
  font-size: 13px;
  letter-spacing: 0.01em;
  border-width: 0px !important;
  margin-top: 2%;
}
.freight-settings{
  margin-left: 2%;
  margin-top: 3%;
}
.approver-header{
  font-size: 17px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #000000;
}
.select-approver{
  width: 95%;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 8%;
}
.approver-highlight{
  margin-left: 2%;
  margin-bottom: 2%;
  color: #000000;
  font-weight : 200;
}
.list-freight-approvers{
  margin-top: 5%;
  width: 86%;
}
.remove-approver{
  color: #1B7FC3;
  cursor: pointer;
}




















































































.my-profile__adj[data-v-36a591fa]{
  font-size: 22px;
  padding-bottom: 0px;
  /* border-bottom: 1px solid #ccc; */
  border-bottom: none !important;
  color: #999;
  /*padding-top: 15px;*/
  /*margin-bottom: 30px; */
}
.panel-card[data-v-36a591fa]{
  -webkit-box-flex: 2;
  flex: 2;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
}
.new-card[data-v-36a591fa]{
  -webkit-box-flex: 1;
  flex: 0.3;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  padding-top: 3px ! important;
}
.profile-container[data-v-36a591fa]{
  display: flex;
}
.profile--link[data-v-36a591fa]
{
  color: #555;
  font-family: Slack-Lato,appleLogo,sans-serif;
  /* font-size: 1rem !important; */
  text-align: center;
  padding: 2px;
  text-decoration: none;
  flex: 1;
  letter-spacing: 0;
  font-size: 16px !important;
  font-weight: 200 !important;
  display: block;
  padding: 20px;
}
.profile--link.router-link-active[data-v-36a591fa]
{
  /* font-weight: bold !important; */
  font-weight: 500 !important;
  border-bottom: none!important;
  background-color: #1782C5;;
  color: #fff !important;

  /* background-color: red; */
}

#auth_container > div > div:nth-child(2) > div > div > p:nth-child(3) > div > div > ul{
      z-index: 9;
      width: 357px;
      margin-top: 9px;
      margin-left: -15px;
}
.my-profile {
        padding-top: 45px;
        width: 90%;
        margin: 0px auto;
}
.my-profile__menu {
        font-size: 22px;
        padding-bottom: 0px;
        border-bottom: 1px solid #ccc;
        color: #999;
        padding-top: 15px;
        margin-bottom: 30px;
}
.my-profile__menu__balance {
        float: right;
        font-size: 14px;
        color: #1782C5;
}
.my-profile__inner__menu {
        margin-bottom: 50px;
        border-bottom: 1px solid #1782c5;
        padding-bottom: 2px;
}
.my-profile__inner__menu__link {
        color: #1782c5;
        text-transform: uppercase;
        text-align: center;
        padding: 2px 25px;
        font-size: 17px;
}
.my-profile__inner__menu__selected {
        font-weight: 400;
        border-bottom: 3px solid #1782c5;
        text-decoration: none;
}
.my-profile__main__header__2 {
        font-size: 16px;
        padding-bottom: 3px;
        border-bottom: 1px solid #ccc;
        text-transform: uppercase;
        color: #999;
}
.my-profile__input {
        background-color: transparent;
        border: 0px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 10px;
        width: 300px;
        margin-top: 9px;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        color: #575757;
}
.my-profile__phone_input {
        height: 50px;
        display: flex;
        margin: 0 0 10px;
}
.my-profile__btn {
        font-size: 14px;
        width: 320px;
        -webkit-appearance: button;
        cursor: pointer;
        padding: 10px 16px;
        line-height: 1.33;
        border-radius: 3px;
        color: #fff;
        background-color: #1782C5;
        border-color: #357ebd;
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        text-transform: uppercase;
}
.input-descript {
        margin: 0 0 .25rem;
        display: block;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400 !important;
        margin-bottom: .5rem !important;
}
.profile1-dimen {
        width: 90% !important;
}
.input-descript {
        margin: 0 0 .25rem;
        display: block;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400 !important;
        margin-bottom: .5rem !important;
}
.btn-content {
        height: 40px;
        width: 35%;
        font-size: medium;
        letter-spacing: 1.1px;
        border-width:0px !important;
}
.panel-card {
        -webkit-box-flex: 2;
        flex: 2;
        padding-right: 40px;
        -webkit-box-orient: vertical;
        flex-direction: column;
        display: flex;
        -webkit-box-direction: normal;
}
.help-card {
        -webkit-box-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        flex-direction: column;
        display: flex;
        -webkit-box-direction: normal;
        padding-top: 30px;
        margin: -9% auto;
        max-width: 32rem;
}
.new-card2 {
        -webkit-box-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        flex-direction: column;
        display: flex;
        -webkit-box-direction: normal;
        padding-top: 3px ! important;
}
.personal-info-padding{
      margin-bottom: 20px;
}
.personal-info-phone-validation > div
    {
      margin-top: 12em !important;
      margin-right: 23em !important;
      width: 35% !important;
}
.phone-validation-description{
      text-align: left;
      line-height: 1.5;
      padding: 10px 0px;
      font-family: "Rubik", sans-serif;
}
.phone-verification-input{
      display: flex;
      margin-top: 25px;
}
#phone-validation-verify--input{
      border: none;
      padding: 2px;
      border-bottom: 1px solid #ccc;
      width: 50%;
      font-family: "Rubik", sans-serif;
      font-size: 16px;
}
.phone-validation-verify--button{
      padding: 19px 20px 20px;
      margin-top: 33px;
      text-align: right;
      border-top: 1px solid #e5e5e5;
}
.phone-validation-verify{
      color: #ecf0f1;
        background-color: #1782c5;
        border-color: #1b7fc3;
        cursor: pointer;
        border-radius: 4px;
        height: 40px;
        transition: background-color 0.3s;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 13px;
}
.phone-validation-cancel{
      color: #ecf0f1;
        background-color: #1782c5;
        border-color: #1b7fc3;
        cursor: pointer;
        border-radius: 4px;
        height: 40px;
        transition: background-color 0.3s;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 13px;
}
.signup-sendy-logo{
        width:85px;
}
#auth_container > div > div:nth-child(2) > div > div > div > div > div.el-dialog__header{
      background-color: #1782c5;
}

.my-profile {
    padding-top: 45px;
    width: 90%;
    margin: 0px auto;
}
.my-profile__menu {
    font-size: 22px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ccc;
    color: #999;
    padding-top: 15px;
    margin-bottom: 30px;
}
.my-profile__menu__balance {
    float: right;
    font-size: 14px;
    color: #1782C5;
}
.my-profile__inner__menu {
    margin-bottom: 50px;
    border-bottom: 1px solid #1782c5;
    padding-bottom: 2px;
}
.my-profile__inner__menu__link {
    color: #1782c5;
    text-transform: uppercase;
    text-align: center;
    padding: 2px 25px;
    font-size: 17px;
}
.my-profile__inner__menu__selected {
    font-weight: 400;
    border-bottom: 3px solid #1782c5;
    text-decoration: none;
}
.my-profile__main__header__2 {
    font-size: 16px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    color: #999;
}
.my-profile__input {
    background-color: transparent;
    border: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    width: 300px;
    margin-top: 9px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #575757;
}
.my-profile__phone_input {
    height: 50px;
    display: flex;
    margin: 0 0 10px;
}
.my-profile__btn {
    font-size: 14px;
    width: 320px;
    -webkit-appearance: button;
    cursor: pointer;
    padding: 10px 16px;
    line-height: 1.33;
    border-radius: 3px;
    color: #fff;
    background-color: #1782C5;
    border-color: #357ebd;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    text-transform: uppercase;
}
.input-descript {
    margin: 0 0 .25rem;
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400 !important;
    margin-bottom: .5rem !important;
}
.profile-dimen {
    width: 90% !important;
}
.input-descript {
    margin: 0 0 .25rem;
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400 !important;
    margin-bottom: .5rem !important;
}
.btn-content {
    height: 40px;
    width: 35%;
    font-size: medium;
    letter-spacing: 1.1px;
    border-width: 0px !important;
}
.panel-card {
    -webkit-box-flex: 2;
    flex: 2;
    padding-right: 40px;
    -webkit-box-orient: vertical;
    flex-direction: column;
    display: flex;
    -webkit-box-direction: normal;
}
.help-card {
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    flex-direction: column;
    display: flex;
    -webkit-box-direction: normal;
    padding-top: 30px;
    margin: -9% auto;
    max-width: 32rem;
}
.new-card2 {
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    flex-direction: column;
    display: flex;
    -webkit-box-direction: normal;
    padding-top: 3px ! important;
}
.change-password-error {
    height: 0px;
}

.free-delivery-container {
    margin: 0 100px 8px 100px !important;
    padding-top: 60px;
}
.free-text--hidden{
    display: none;
}
.free-display{
    display: table-cell
}
.free-deliveries--background {
    width: 100%;
    height: 270px;
    background-color: #fff;
}
.free-deliveries--inner {
    width: 1000px;
    margin-top: 20px;
    height: 230px;
    background-color: transparent;
    margin-left: 18%;
    position: absolute;
}
.separing-line {
    color: #dcdfe6;
    margin-top: 180px;
}
.show-txt {
    width: 100%;
    margin: 0px auto;
    height: 65px;
    display: table;
    box-sizing: border-box;
    text-align: center;
    color: #595d62 !important;
}
.btn-submit {
    padding: 11px !important;
    width: 200px !important;
}
.free-delivery--button {
    display: inline-block;
    margin: 10px;
    margin-left: -37px;
}
.free-delivery--title1 {
    color: #333;
    font-size: 15px;
    padding-top: 15px;
}
.share_img {
    float: left;
    background-color: #CCC;
    background-image: url(https://images.sendyit.com/web_platform/social/white_social/email_50.png);
    width: 20px;
    height: 20px;
    padding: 12px;
    display: inline-block;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
}
.share_img1 {
    float: left;
    background-color: #CCC;
    background-image: url(https://images.sendyit.com/web_platform/social/white_social/link_50.png);
    width: 20px;
    height: 20px;
    padding: 12px;
    display: inline-block;
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
}
.custom_mail {
    color: #FFF;
    background-color: #666;
    padding: 12px;
    margin-right: 30px;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    width: 149px;
    height: 20px;
    display: inline-block;
    margin-left: 0;
}
.share_img2 {
    float: left;
    background-color: rgba(0, 172, 237, 0.77);
    background-image: url(https://images.sendyit.com/web_platform/social/white_social/twitter_50.png);
    width: 20px;
    height: 20px;
    padding: 12px;
    display: inline-block;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
}
.custom_fb {
    color: #FFF;
    background-color: #3B5998;
    padding: 12px;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    width: 149px;
    height: 20px;
    margin-right: 30px;
    display: inline-block;
    margin-left: 0;
}
.share_img3 {
    float: left;
    background-color: rgba(59, 89, 152, 0.77);
    background-image: url(https://images.sendyit.com/web_platform/social/white_social/facebook_50.png);
    width: 20px;
    height: 20px;
    padding: 12px;
    display: inline-block;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
}
.custom_tw {
    color: #FFF;
    background-color: #00aced;
    padding: 12px;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    width: 149px;
    height: 20px;
    margin-right: 0px;
    display: inline-block;
    margin-left: 0;
}
.custom_copy {
    display: inline-block;
    width: 149px;
    color: #FFF;
    background-color: #666;
    padding: 12px;
    text-align: center;
    height: 20px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    float: left;
}
.delivery-link {
    display: table-cell;
}
.free-delivery--text {
    font-size: 14px;
    padding-top: 15px;
    line-height: 1.6;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #555;
}
.my_field_section {
    width: 470px;
    float: left;
    padding: 11px;
    height: 20px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid #CCC;
}
.free-delivery--social {
    height: 80px;
    margin-bottom: 10px;
    margin-top: 20px
}
.free-delivery--stats {
    margin: 34px;
    height: 80px;
    margin-top: 0px;
    text-align: center;
    width: 50%;
    background-color: white;
    margin-left: 18%;
    position: absolute;
}
.free-delivery--intro {
    height: 120px;
    text-align: center;
    width: 58%;
    margin-left: 21%;
}
.deliver--copy-link {
    display: table-cell;
    float: left;
}
.tweet-button {
    /*margin-right: 0px !important;*/
}
div.stats {
    padding-top: 25px;
    display: table;
    width: 100%;
}
div.stats span {
    display: table-cell;
    text-align: center;
}

.upgrade-account {
  border: 0px solid #ccc;
  margin: 5px;
}
.upgrade-account-inner {
  max-width: 33rem;
  border-radius: 4px;
  margin: 2rem auto;
  padding: 2rem;
  font-family: "Rubik", sans-serif;
  margin-top: 5%;
}
.upgrade-account-top {
  line-height: 2.7em;
  font-weight: 400;
  width: 591px;
  height: 30px;
  top: 162px;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
}
.upgrade-account-text {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 300;
}
.upgrade-account-holder {
  margin: 1em;
  display: block;
}
.upgrade-account-holder .upgrade-account-holder__input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 30px;
}
.dimen-sign-up2 {
  width: 73%;
}
.btn-upgrade-acc-check {
  width: 28%;
  border-width: 0px !important;
}
.btn-upgrade-acc-submit {
  border-width: 0px !important;
  width: 100% !important;
}
.radio-options{
  width: 100%;
  margin-left: 0px !important;
  font-size: 40px;
  color: #000000;
  font-style: normal;
  margin-bottom: 5%;
}
.upgrade-account-text--inner{
 padding-left: 5%;
 width: 100%;
 font-style: normal;
 font-weight: normal;
 font-size: 14px;
 line-height: 20px;
 color: rgba(0, 0, 0, 0.71) !important;
 white-space: initial;
 font-weight: 300;
}
.el-checkbox__label, .el-radio__label {
    font-size: 16px !important;
}
.el-radio__inner{
  border: 1px solid #000000 !important;
}
.upgrade-input{
  margin-top: 2%;
  padding-left: 6%;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
}
.upgrade-form{
  margin-top: 2%;
  margin-bottom: 5%;
}
.edit-back {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: .3s;
    line-height: 50px !important;
    cursor: pointer;
    border: 1px solid #555;
    text-align: center;
    font-size: 23px;
}
.tracking-back-button{
  top: 25%;
  position: absolute;
  left: 20%;
  display: flex;
}
.compliance-select{
  width:100% !important ;
  margin-top: 2%;
  margin-bottom: 5%;
}
.invalid-pin {
  display: block;
  color: #f57f20;
  font-size: 14px;
}
.upgrade-margin{
  margin-left: 6%;
}
.upgrade-submit{
  justify-content: space-between;
  width: 73%;
  margin-left: 3% !important;
}
.upgrade-verification{
  border: 0px solid #ccc;
  margin: 5px;
}
.deactivate-details{
 color: #007ECB !important;
 font-weight: 400;
 padding-left: 1%;
}
.vendor-types {
  height: 43px;
  min-width: 63px;
  padding: 20%;
  cursor: pointer;
}
.vendors-outerline{
  display: flex;
  justify-content: space-between;
  width: 67% ;
  margin-left: 2%;
  margin-top: 2%;
}
.summary-ouline{
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  font-weight: 300;
}
.user_details{
  margin: 0;
  font-size: 15px;
  line-height: 30px;
  color: #888888;
}
.vendor-cards{
  border: 1.0945px solid #D8D8D8;
  box-sizing: border-box;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  width: 31% ;
  margin-right: 7%;
}
.extra-info{
 margin-top: 0;
 font-size: 13px;
 line-height: 30px;
 color: #8F8F8F;
 padding-left: 1%;
}
.vendor_active{
  background: #EDF8FF;
  border: 2px solid #1B7FC3;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  animation: flip-scale-down-diag-2 0.5s linear ;
}
@keyframes flip-scale-down-diag-2 {
0% {
    transform: scale(1) rotate3d(-1, 1, 0, 0deg);
}
50% {
    transform: scale(0.4) rotate3d(-1, 1, 0, -90deg);
}
100% {
    transform: scale(1) rotate3d(-1, 1, 0, -180deg);
}
}
.highlight-frame{
  border: 1.0945px solid #D8D8D8;
  box-sizing: border-box
}
.final-upgrade-submit{
  width: 46% !important;
  margin-top: 5%;
}
.primary-vehicle-selected{
  padding: 0 !important;
}
.vehicle-selected-wrapper{
  display: flex;
  align-items:center;
}
.primary-vehicle-wrapper{
  width: 50%;
  margin: 0;
}
.upgrade-details-header{
  font-size: 20px;
}
.upgrade-submit-wrapper{
  display:flex;
  justify-content: space-between;
}
.primary-vehicle-name{
  margin-top: 8%;
}
.primary-vehicle-outline{
  margin-left: 3%;
}

.header-logo {
  max-height: 50px;
}
.determinate {
  background-color: orange !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.head {
  margin-bottom: 0px !important;
}
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #fff !important;
  border-radius: 2px;
  margin: 0 0 1rem 0;
  overflow: hidden;
}

.form-inputs > div:nth-child(3) > div > div > div > ul {
    z-index: 9;
    width: 354px;
    margin-top: 9px;
    margin-left: -15px;
}
.onboarding-user-header{
  word-wrap: break-word;
  line-height: 38px !important;
  letter-spacing: 0;
  font-size: 28px !important;
  font-weight: 300 !important;
  margin-bottom: 2rem;
  font-family: Slack-Lato,appleLogo,sans-serif;
  margin: 0 0 1rem;
  display: block;
  -webkit-margin-after: 0.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  max-width: 600px;
}
.input-field{
  width: 50%;
  left: auto;
  right: auto;
  padding: 0 .75rem;
  min-height: 1px;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.input-field2{
  width: 50% !important;
  left: auto;
  right: auto;
  padding: 0 .75rem;
  min-height: 1px;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.input-classy{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
}
.input-classy2{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
}
.waves-effect{
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out;
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
}
.row-defined{
  flex-direction: row;
  display: flex;
  width: 120%;
}
.row{
  width: 100%
}
.input-descript{
  margin: 0 0 .25rem;
 display: block;
 font-size: 1rem;
 line-height: 1.5rem;
 font-weight: 400!important;
 margin-bottom: .5rem!important;
}
.onboarding-email-error{
  margin-right: 45%;
  font-size: 13px;
  font-family: 'Rubik', sans-serif;
  color: #e08445;
}
.onboard-error{
  color: #e08445;
  font-family: 'Rubik', sans-serif;
}
#app > div > div.user-invite-body > div > div > div.panel-card > div > div > div.el-dialog__wrapper.onboarding-phone-validation > div > div.el-dialog__header{
  background-color: #1782c5;
  text-align: center;
}
.onboarding-phone-validation > div
{
  margin-top: 18em !important;
  width: 35% !important;
}
.onboarding-validation-description{
  text-align: left;
  line-height: 1.5;
  padding: 10px 0px;
  font-family: "Rubik", sans-serif;
}
.onboarding-verification-input{
  display: flex;
  margin-top: 10px;
}
#onboarding-verif_input{
  border: none;
  padding: 2px;
  border-bottom: 1px solid #ccc;
  width: 50%;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
}
.onboarding-verif-button{
  padding: 19px 20px 20px;
  margin-top: 16px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.onboarding-verify{
    color: #ecf0f1;
    background-color: #1782c5;
    border-color: #1b7fc3;
    cursor: pointer;
    border-radius: 4px;
    height: 40px;
    transition: background-color 0.3s;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
}
.onboarding-cancel{
    cursor: pointer;
    border-radius: 4px;
    height: 40px;
    transition: background-color 0.3s;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    border:none;
    font-family: "Rubik", sans-serif;
}

.onboarding-user-header{
  word-wrap: break-word;
  line-height: 38px !important;
  letter-spacing: 0;
  font-size: 28px !important;
  font-weight: 300 !important;
  margin-bottom: 2rem;
  font-family: Slack-Lato,appleLogo,sans-serif;
  margin: 0 0 1rem;
  display: block;
  -webkit-margin-after: 0.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  max-width: 600px;
}
.input-field2{
  width: 76%;
  left: auto;
  right: auto;
  padding: 0 .75rem;
  min-height: 1px;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.input-classy{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 80%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
}
.input-descript{
  margin: 0 0 .25rem;
 display: block;
 font-size: 1rem;
 line-height: 1.5rem;
 font-weight: 400!important;
 margin-bottom: .5rem!important;
}

.onboarding-user-header{
  word-wrap: break-word;
  line-height: 38px !important;
  letter-spacing: 0;
  font-size: 28px !important;
  font-weight: 300 !important;
  margin-bottom: 2rem;
  font-family: Slack-Lato,appleLogo,sans-serif;
  margin: 0 0 1rem;
  display: block;
  -webkit-margin-after: 0.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  max-width: 600px;
}
.input-field2{
  width: 76%;
  left: auto;
  right: auto;
  padding: 0 .75rem;
  min-height: 1px;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.input-classy{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 80%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
}
.input-descript{
  margin: 0 0 .25rem;
 display: block;
 font-size: 1rem;
 line-height: 1.5rem;
 font-weight: 400!important;
 margin-bottom: .5rem!important;
}

.complete-outer
{
  margin: 1% 10%;
}
.complete-header
{
  font-size: 28px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.complete-contents
{
  font-size: initial;
  text-align: center;
}
.complete-pair
{
  margin-bottom: 30px;
}
.complete-continue
{
  display: flex;
  margin-top: 5%;
  padding-top: 5%;
  border-top: 1px solid #c2c3c4;
  align-items: center;
  justify-content: center;
}
.mid
{
  text-align: center;
  height: 40px;
  padding-top: 1%;
}

.onboarding-user-header
{
  font-size: 28px;
  color: #333;
  line-height: 36px;
  font-weight: 700;
}
.form-inputs
{
  padding: 24px 0 6px;
  padding-right: 15%;
  padding-bottom: 40px;
  padding-top: 0px;
}
.divide
{
  width: 65%;
  border-top: 1px solid hsla(0,0%,73%,0);
  box-shadow: 0 -1px 0 rgba(0,0,0,.08);
  padding: 12px;
}
.form-submits
{
  display: flex;
  justify-content: space-between;
  width: 60%;
}

.card-text
{
  line-height: 200%;
}
.card-title
{
  color: #333;
}
.card-panel{
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  padding: 24px;
  margin: .5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #D8DFF0;
}

.content
{
  display: flex;
  /* padding: 30px; */
  flex-direction: row !important;
}
.column
{
  display: flex;
  flex-direction: column;
}
.col-help
{
  flex: 1;
}
.col-form
{
  flex: 2;
  padding-right: 40px;
}
.panel-card{
  -webkit-box-flex: 2;
  flex: 2;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
}
.help-card{
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: flex;
  -webkit-box-direction: normal;
  padding-top: 30px;
}
.user-invite-body{
  background-color: #fcfcfc;
}

.user-invite-outer{
  background-color: #fcfcfc;
}
.title{
    font-size: 22px;
    padding-bottom: 0px;

    border-bottom: 1px solid #ebeef5;
    color: #999;
    margin-bottom: 30px;
}
.title__text{
    font-weight: 300;
}
.section{
    padding-top: 20px;
    margin-bottom: 22px;
    padding-bottom: 2px;
    border-bottom: 0px solid #ebeef5 !important;
}


.section__link{
  color: #555 !important;
  text-transform: capitalize !important;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  text-decoration: none;
}

.section__link:hover {
    color: #1782c5 !important;
}
.router-link-active{
  font-weight: normal !important;
  border-bottom: 3px solid #1782c5;
  color: #1782c5 !important;
  margin-bottom: -3px;
}

.options-section__link{
  color: #555 !important;
  text-transform: capitalize !important;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.module-container {
    margin: 8px;
}
.title {
    font-size: 22px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ccc;
    color: #999;
    padding-top: 15px;
    margin-bottom: 30px;
}
.title__text {
    font-weight: 300;
}
.fade-enter-active,
.fade-leave-active {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease;
}
.fade-enter,
.fade-leave-active {
  opacity: 0
}
.el-fade-in-enter,.el-fade-in-leave-active,.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active,.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.fade-in-linear-enter-active,.fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-enter-active,.el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55,0,.1,1);transition:opacity .3s cubic-bezier(.55,0,.1,1)}@font-face{font-family:element-icons;src:url(/dist/fonts/element-icons.woff) format("woff"),url(/dist/fonts/element-icons.ttf) format("truetype");font-weight:400;font-style:normal}[class*=" el-icon-"],[class^=el-icon-]{font-family:element-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-icon-info:before{content:"\E61A"}.el-icon-error:before{content:"\E62C"}.el-icon-success:before{content:"\E62D"}.el-icon-warning:before{content:"\E62E"}.el-icon-question:before{content:"\E634"}.el-icon-back:before{content:"\E606"}.el-icon-arrow-left:before{content:"\E600"}.el-icon-arrow-down:before{content:"\E603"}.el-icon-arrow-right:before{content:"\E604"}.el-icon-arrow-up:before{content:"\E605"}.el-icon-caret-left:before{content:"\E60A"}.el-icon-caret-bottom:before{content:"\E60B"}.el-icon-caret-top:before{content:"\E60C"}.el-icon-caret-right:before{content:"\E60E"}.el-icon-d-arrow-left:before{content:"\E610"}.el-icon-d-arrow-right:before{content:"\E613"}.el-icon-minus:before{content:"\E621"}.el-icon-plus:before{content:"\E62B"}.el-icon-remove:before{content:"\E635"}.el-icon-circle-plus:before{content:"\E601"}.el-icon-remove-outline:before{content:"\E63C"}.el-icon-circle-plus-outline:before{content:"\E602"}.el-icon-close:before{content:"\E60F"}.el-icon-check:before{content:"\E611"}.el-icon-circle-close:before{content:"\E607"}.el-icon-circle-check:before{content:"\E639"}.el-icon-circle-close-outline:before{content:"\E609"}.el-icon-circle-check-outline:before{content:"\E63E"}.el-icon-zoom-out:before{content:"\E645"}.el-icon-zoom-in:before{content:"\E641"}.el-icon-d-caret:before{content:"\E615"}.el-icon-sort:before{content:"\E640"}.el-icon-sort-down:before{content:"\E630"}.el-icon-sort-up:before{content:"\E631"}.el-icon-tickets:before{content:"\E63F"}.el-icon-document:before{content:"\E614"}.el-icon-goods:before{content:"\E618"}.el-icon-sold-out:before{content:"\E63B"}.el-icon-news:before{content:"\E625"}.el-icon-message:before{content:"\E61B"}.el-icon-date:before{content:"\E608"}.el-icon-printer:before{content:"\E62F"}.el-icon-time:before{content:"\E642"}.el-icon-bell:before{content:"\E622"}.el-icon-mobile-phone:before{content:"\E624"}.el-icon-service:before{content:"\E63A"}.el-icon-view:before{content:"\E643"}.el-icon-menu:before{content:"\E620"}.el-icon-more:before{content:"\E646"}.el-icon-more-outline:before{content:"\E626"}.el-icon-star-on:before{content:"\E637"}.el-icon-star-off:before{content:"\E63D"}.el-icon-location:before{content:"\E61D"}.el-icon-location-outline:before{content:"\E61F"}.el-icon-phone:before{content:"\E627"}.el-icon-phone-outline:before{content:"\E628"}.el-icon-picture:before{content:"\E629"}.el-icon-picture-outline:before{content:"\E62A"}.el-icon-delete:before{content:"\E612"}.el-icon-search:before{content:"\E619"}.el-icon-edit:before{content:"\E61C"}.el-icon-edit-outline:before{content:"\E616"}.el-icon-rank:before{content:"\E632"}.el-icon-refresh:before{content:"\E633"}.el-icon-share:before{content:"\E636"}.el-icon-setting:before{content:"\E638"}.el-icon-upload:before{content:"\E60D"}.el-icon-upload2:before{content:"\E644"}.el-icon-download:before{content:"\E617"}.el-icon-loading:before{content:"\E61E"}.el-icon-loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@-webkit-keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}button > * {
  position: relative;
}

button span {
  display: block;
  padding: 12px 24px;
}

.button-primary {
  color: #ecf0f1;
  background-color: #1782c5;
  border-color: #1b7fc3;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 4px;
  height: 40px;
  transition: background-color 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
}

.button-primary:focus,
.button-primary:hover {
  background: #285e8e;
  border-color: #285e8e;
  color: #ecf0f1;
  cursor: pointer;
}

.button--primary-inactive {
  font-size: 13px;
  letter-spacing: 0.01em;
  cursor: not-allowed;
  /* background: rgba(44, 130, 197, 0.7); */
  background: rgba(0,0,0,0.50);
  position: relative;
  display: block;
  border-radius: 4px;
  height: 40px;
  transition: background-color 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  border: 1px solid #69a6d8;
  border: 1px solid rgba(0,0,0,0.50);
}
.inactive-1 {
  background: #BDBDBD !important;
  border: 1px solid #BDBDBD !important;
}
.inactive-2 {
  background: #dedbdb !important;
  border: 1px solid #dedbdb !important;
}
.button-primary--naked {
  color: #1782c5;
  background-color: #fff;
  border-color: #f6f6f6;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 4px;
  height: 40px;
  transition: background-color 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
}

.button-primary--naked:focus,
.button-primary--naked:hover {
  background: #285e8e;
  border-color: #285e8e;
  color: #ecf0f1;
}

.form-control {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  position: relative;
  font-size: 13px;
  margin-right: 30px;
}
.form-control:focus {
  border-color: #1782c5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-control {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  position: relative;
  font-size: 13px;
}

.input-control:focus {
  border-color: #1782c5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.textarea-control {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  outline: 0;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  position: relative;
  font-size: 13px;
}
.textarea-control:focus,
.textarea-control:hover,
.textarea-control:active {
  border: 1px solid #1782c5;
}
.input-checkbox,
.input-radio {
  height: 20px;
  width: 20px;
  position: relative;
}

.input-checkbox:after,
.input-radio:after {
  content: "\D7";
  display: block;
  background: #ecf0f1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfiCw8LGgFzlBTCAAAAdElEQVQoz53RoQ2EQBRF0Uc2sG5R42iCeiiAfvA4NAZCA3QwFkdoAIfaixkBCfMFT/5z3Zfej4SfxQWegzrOCwCbzdDY3PGRRGpzxc6Mi7DECoDHPbJEG06e8oElMgbuu3JIRoMliS+TwSHp+dNGOET5q5+enrKlSPqow8EAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTgtMTEtMTVUMTE6MjY6MDErMDE6MDCHYEkgAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE4LTExLTE1VDExOjI2OjAxKzAxOjAw9j3xnAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=);
  pointer-events: none;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  color: transparent;
  transition: 0.25s all ease-in-out;
  border-radius: 3px;
  line-height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  border-width: 4px;
  border: 1px solid #dcdfe6;
}

.input-radio:after {
  border-radius: 50%;
}
.input-checkbox:checked:after,
.input-radio:checked:after {
  background-color: #1782c5;
  border: 1px solid #1782c5;
  color: transparent;
  background-position: center;
}
.input-checkbox:hover:after,
.input-radio:hover:after {
  border-color: #1782c5;
}

.btn-save {
  font-size: 13px;
  letter-spacing: 0.01em;
  margin-left: 30px;
  margin-top: 20px;
  width: 68px;
  height: 27px;
  background-color: white;
  border-radius: 4px;
  margin-bottom: 5px;
  float: right;
  margin-right: 5px;
  font-size: 11px;
}

.btn-save:hover{
  cursor: pointer;
}

.btn-submit {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  position: relative;
  font-size: 13px;
}
.btn-submit:focus,
.btn-submit:hover {
  background: #285e8e;
  border-color: #285e8e;
  color: #ecf0f1;
}

.btn-cancel {
  background-color: transparent !important;
  -webkit-appearance: none;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  position: relative;
  font-size: 13px;
}

.btn-cancel:focus,
.btn-cancel:hover {
  background: #fff;
  background: #285e8e;
  border-color: #285e8e;
}

.amount--table-format {
  text-align: right !important;
}
.amount--table-format .cell {
  text-align: right !important;
}

/* element table css overiden */
.el-table--border {
  border-radius: 5px;
}
.el-table--striped .el-table__body tr.el-table__row--striped td {
  background: #fdfdfd !important;
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #f6f6f6 !important;
}
.el-table,
.el-table__expanded-cell {
  background-color: #f9f9f9 !important;
}
.el-table__row a {
  color: #1782c5 !important;
}
.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: #1782c5 !important;
  color: #fff !important;
}
.el-dropdown-menu__item:focus a,
.el-dropdown-menu__item:not(.is-disabled):hover a {
  color: #fff !important;
}
.el-table th > .cell {
  font-weight: normal;
}

.el-pagination {
  white-space: nowrap;
  padding: 20px;
  color: #555 !important;
  font-weight: 400 !important;
}

.el-pagination button,
.el-pagination span:not([class*="suffix"]) {
  height: 40px !important;
  color: #555 !important;
}
.el-pagination__total {
  font-size: 14px !important;
  margin-right: 10px !important;
  font-weight: normal !important;
  color: #555 !important;
}
.el-pagination .el-select .el-input .el-input__inner {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  position: relative;
  font-size: 13px;
}
.el-pagination__sizes .el-input .el-input__inner:hover,
.el-pagination__sizes .el-input .el-input__inner:focus {
  border-color: #1782c5;
}
.el-pagination__editor.el-input {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  height: 40px !important;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  position: relative;
  font-size: 13px;
}
.el-pagination__editor.el-input:hover,
.el-pagination__editor.el-input:focus {
  border-color: #1782c5;
}

.el-pagination__editor.el-input .el-input__inner {
  border: none !important;
}

.el-select-dropdown__item.selected {
  color: #1782c5 !important;
  font-weight: normal !important;
  background: #fff !important;
}

.el-select-dropdown__item:hover,
.el-select-dropdown__item:focus {
  color: #fff !important;
  background: #1782c5 !important;
  font-weight: normal !important;
}

.el-select-dropdown__item {
  font-family: "Rubik", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #555 !important;
}

.el-pagination__total {
  padding-top: 6px;
  padding-right: 20px;
  color: #1782c5 !important;
  padding-left: 20px;
  padding-bottom: 6px;
}
span.el-pagination__jump {
  padding-right: 20px;
  color: #1782c5 !important;
  padding-left: 20px;
}
.el-pagination__editor.el-input {
  margin-left: 20px;
}

.el-pager {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.el-pager li.active {
  font-size: 16px !important;
  color: #1782c5 !important;
}

.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {
  font-size: 16px !important;
}

.el-table thead {
  color: #606266 !important;
}

.el-date-table td.today span {
  color: #2c82c5 !important;
  font-weight: 700;
}

.el-date-picker__header-label.active,
.el-date-picker__header-label:hover {
  color: #555 !important;
  font-size: 15px !important;
  font-weight: normal !important;
}

.el-picker-panel {
  color: #2c82c5 !important;
  border: 1px solid #e4e7ed;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 4px;
  line-height: 30px;
  margin: 5px 0;
  font-family: "Rubik", sans-serif !important;
}
.el-date-table td span {
  color: #555;
}

.el-date-table td.next-month,
.el-date-table td.prev-month .el-date-table td span {
  color: #f1f1f1 !important;
}
.el-date-table td.current:not(.disabled) span {
  color: #fff !important;
  background-color: #2c82c5 !important;
  font-weight: normal !important;
}

.el-table {
  color: #555 !important;
  font-size: 13px !important;
}

.el-table .cell {
  line-height: 20px !important;
}

.el-table td,
.el-table th {
  padding: 10px 0 !important;
}

.el-pagination__total {
  font-size: 13px !important;
}

.el-date-picker {
  width: 270px !important;
}

.el-date-picker table {
  table-layout: fixed;
  width: 244px !important;
}

.el-date-table td div {
  height: 0px !important;
}

.el-table--border td,
.el-table th.is-leaf {
  border-bottom: 1px solid #dcdfe6 !important;
}

.el-table--border td,
.el-table--border th,
.el-table--border th {
  border-right: 1px solid #dcdfe6 !important;
}

.el-table--border,
.el-table--group {
  border: 1px solid #dcdfe6 !important;
}

.el-date-picker__header-label {
  font-size: 15px !important;
  font-weight: normal !important;
}
*:focus {
  outline: none;
}

.el-checkbox,
.el-radio {
  font-weight: normal !important;
}

.el-checkbox__label,
.el-radio__label {
  font-size: 13px !important;
}

.el-notification__title {
  font-size: 14px !important;
  font-family: "Rubik", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333 !important;
  font-weight: 400 !important;
}
.el-notification__content {
  font-size: 13px !important;
  font-family: "Rubik", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #555 !important;
}

.el-radio__input.is-checked + .el-radio__label {
  color: #1782c5 !important;
}

.el-radio__input.is-checked .el-radio__inner {
  border-color: #1782c5 !important;
  background: #1782c5 !important;
}

.home-view-truck-options-inner--load-weight .el-input-group__append{
  width: 28%;
  background-color: #1782c5 !important;
  color: #ffffff !important;
  border-color: transparent !important;
  border-left: 1px solid transparent !important;
  border-radius: 0px;
}
.home-view-truck-options-inner--load-weight .el-select .el-input__inner{
  border-radius: 0;
}
.home-view-truck-options-inner--load-weight .el-input-group--append .el-select .el-input.is-focus .el-input__inner,
.home-view-truck-options-inner--load-weight .el-input-group__append div.el-select .el-input__inner, .el-input-group__append div.el-select:hover .el-input__inner{
  border: 5px solid #1782C5;
}

.el-input-group__append,
.el-input-group__prepend {
  background-color: #fff !important;
  color: #555 !important;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #dcdfe6 !important;
  border-radius: 4px;
  padding: 0 14px !important;
  width: 1px;
  white-space: nowrap;
}

.el-notification__content p {
  margin: 0;
  text-align: left;
  padding-right: 10px;
}

.el-popover{
    background-color: #1782c5;
    color: #fff !important;
}
.el-popper[x-placement^=right] .popper__arrow::after{
    border-right-color: #1782c5 !important;
}
.el-popover__title{
    color: #fff !important;
}
.bg-grey{
    width: 100%;
    height: 40px;
    display: inline-table;
    background-color: #f3f4f5;
    padding-bottom: 5px;
}

.el-checkbox__input.is-checked+.el-checkbox__label{
  color:#f57f20 !important;
}
.home-view-truck-options-inner--full-select .el-select{
  width: 100%;
}
.home-view-truck-options-inner--load-weight .el-select-dropdown__list{
  padding: unset;
}
.home-view-truck-options-inner--number-of-loaders .el-input-number__decrease, .home-view-truck-options-inner--number-of-loaders .el-input-number__increase{
  background-color: #1782c5;
  color:#ffffff !important;
}
.home-view-truck-options-inner--number-of-loaders .el-input-number{
  width: 37%;
}
.home-view-truck-options-inner--full-select .el-input__inner{
  color: #1782c5;
}
.home-view-truck-options-inner--number-of-loaders .el-input-number .el-input__inner{
  border: 1px solid #1782c5;
}
.el-button.download_history{
  color: #ecf0f1 !important;
  background-color: #1782c5 !important;
  border-color: #1b7fc3 !important;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 4px;
  height: 50px;
  transition: background-color 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  width: 90% !important;
}
.updateNotificationsDialog > div > div.el-dialog__body{
  padding-top: 2% !important;
}
.updateNotificationsDialog > div > div.el-dialog__header{
  padding: 0px 20px 10px !important;
}
.el-dialog{
  max-height: 75%;
  overflow-y: auto;
  overflow-x: hidden;
}
.el-dialog::-webkit-scrollbar-track {
  border: 1px solid #000;
  padding: 2px 0;
  background-color: #878787;
}

.el-dialog::-webkit-scrollbar {
  width: 10px;
}

.el-dialog::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #1782C5;
  border: 1px solid #000;
}
.el-upload--picture-card {
  width: 96% !important;
  height: 227px !important;
}
.el-upload-dragger {
  height: 200px !important;
}
.el-upload-list__item-name {
  display: none;
}
.el-upload-list__item{
  margin-top: 0;
  margin-bottom: -2%;
}
.documentOptions > div {
  margin-top: 8% !important;
  width: 80% !important;
  height: 900px;
}
div.pac-container {
  z-index: 99999999999 !important;
}
.freight-rating > .el-rate__item > .el-rate__icon{
  font-size: 45px !important;
}
.el-upload-list__item-name{
  display: none !important;
}
html, .body{
    margin: 0;
    height: 100%;
}
.app-overflow{
  overflow: scroll !important;
}
.app {
  font-family: 'Rubik', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #555;
}
.container
{
  width: 90%;
  margin: 0px auto;
  padding-top: 40px;
  margin-bottom: 100px;
  flex-direction: column;
  display: flex;
}
.box
{
  display: flex;
  flex-flow: column;
  height: 100%;
}

.box .header
{
  min-height: 68px;
  flex: 0 1 auto;
}

.box .content
{
  display: flex;
  flex-flow: column;
  flex: 1 1 auto;
  overflow-y: auto;
}
.sendy-blue{
    color: #1782c5;
}
.sendy-orange{
    color: #f57f20;
}
.align-left {
  float: left !important;
}
.align-right {
  float: right !important;
}
.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#ebeef5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#ebeef5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#ebeef5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#ebeef5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.el-select-dropdown{position:absolute;z-index:1001;border:1px solid #e4e7ed;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:5px 0}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#409EFF;background-color:#fff}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover{background-color:#f5f7fa}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{position:absolute;right:20px;font-family:element-icons;content:"\E611";font-size:12px;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list{padding:0}.el-select-dropdown__empty{padding:10px 0;margin:0;text-align:center;color:#999;font-size:14px}.el-select-dropdown__wrap{max-height:274px}.el-select-dropdown__list{list-style:none;padding:6px 0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-textarea{display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#fff;background-image:none;border:1px solid #dcdfe6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-input__inner,.el-tag{-webkit-box-sizing:border-box}.el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea__inner:hover{border-color:#c0c4cc}.el-textarea__inner:focus{outline:0;border-color:#409EFF}.el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#c0c4cc}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#c0c4cc;font-size:14px;line-height:16px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-input .el-input__clear:hover{color:#909399}.el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.el-input__prefix,.el-input__suffix{position:absolute;top:0;-webkit-transition:all .3s;height:100%;color:#c0c4cc;text-align:center}.el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input__inner::placeholder{color:#c0c4cc}.el-input__inner:hover{border-color:#c0c4cc}.el-input.is-active .el-input__inner,.el-input__inner:focus{border-color:#409EFF;outline:0}.el-input__suffix{right:5px;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{left:5px;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#f5f7fa;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #dcdfe6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group--prepend .el-input__inner,.el-input-group__append{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--append .el-input__inner,.el-input-group__prepend{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0}.el-input-group__append{border-left:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner,.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-tag{background-color:rgba(64,158,255,.1);display:inline-block;padding:0 10px;height:32px;line-height:30px;font-size:12px;color:#409EFF;border-radius:4px;box-sizing:border-box;border:1px solid rgba(64,158,255,.2);white-space:nowrap}.el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:16px;width:16px;line-height:16px;vertical-align:middle;top:-1px;right:-5px;color:#409EFF}.el-tag .el-icon-close::before{display:block}.el-tag .el-icon-close:hover{background-color:#409EFF;color:#fff}.el-tag--info,.el-tag--info .el-tag__close{color:#909399}.el-tag--info{background-color:rgba(144,147,153,.1);border-color:rgba(144,147,153,.2)}.el-tag--info.is-hit{border-color:#909399}.el-tag--info .el-tag__close:hover{background-color:#909399;color:#fff}.el-tag--success{background-color:rgba(103,194,58,.1);border-color:rgba(103,194,58,.2);color:#67c23a}.el-tag--success.is-hit{border-color:#67c23a}.el-tag--success .el-tag__close{color:#67c23a}.el-tag--success .el-tag__close:hover{background-color:#67c23a;color:#fff}.el-tag--warning{background-color:rgba(230,162,60,.1);border-color:rgba(230,162,60,.2);color:#e6a23c}.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag--warning .el-tag__close:hover{background-color:#e6a23c;color:#fff}.el-tag--danger{background-color:rgba(245,108,108,.1);border-color:rgba(245,108,108,.2);color:#f56c6c}.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag--danger .el-tag__close:hover{background-color:#f56c6c;color:#fff}.el-tag--medium{height:28px;line-height:26px}.el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--small{height:24px;padding:0 8px;line-height:22px}.el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--mini{height:20px;padding:0 5px;line-height:19px}.el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.el-select-dropdown__item{font-size:14px;padding:0 20px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#606266;height:34px;line-height:34px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.el-select-dropdown__item.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-select-dropdown__item.is-disabled:hover{background-color:#fff}.el-select-dropdown__item.hover,.el-select-dropdown__item:hover{background-color:#f5f7fa}.el-select-dropdown__item.selected{color:#409EFF;font-weight:700}.el-select-group{margin:0;padding:0}.el-select-group__wrap{position:relative;list-style:none;margin:0;padding:0}.el-select-group__wrap:not(:last-of-type){padding-bottom:24px}.el-select-group__wrap:not(:last-of-type)::after{content:'';position:absolute;display:block;left:20px;right:20px;bottom:12px;height:1px;background:#e4e7ed}.el-select-group__title{padding-left:20px;font-size:12px;color:#909399;line-height:30px}.el-select-group .el-select-dropdown__item{padding-left:20px}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-select{display:inline-block;position:relative}.el-select .el-select__tags>span{display:contents}.el-select:hover .el-input__inner{border-color:#c0c4cc}.el-select .el-input__inner{cursor:pointer;padding-right:35px}.el-select .el-input__inner:focus{border-color:#409EFF}.el-select .el-input .el-select__caret{color:#c0c4cc;font-size:14px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);cursor:pointer}.el-select .el-input .el-select__caret.is-reverse{-webkit-transform:rotateZ(0);transform:rotateZ(0)}.el-select .el-input .el-select__caret.is-show-close{font-size:14px;text-align:center;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);border-radius:100%;color:#c0c4cc;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-select .el-input .el-select__caret.is-show-close:hover{color:#909399}.el-select .el-input.is-disabled .el-input__inner{cursor:not-allowed}.el-select .el-input.is-disabled .el-input__inner:hover{border-color:#e4e7ed}.el-select .el-input.is-focus .el-input__inner{border-color:#409EFF}.el-select>.el-input{display:block}.el-select__input{border:none;outline:0;padding:0;margin-left:15px;color:#666;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:28px;background-color:transparent}.el-select__input.is-mini{height:14px}.el-select__close{cursor:pointer;position:absolute;top:8px;z-index:1000;right:25px;color:#c0c4cc;line-height:18px;font-size:14px}.el-select__close:hover{color:#909399}.el-select__tags{position:absolute;line-height:normal;white-space:normal;z-index:1;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.el-select .el-tag__close{margin-top:-2px}.el-select .el-tag{-webkit-box-sizing:border-box;box-sizing:border-box;border-color:transparent;margin:2px 0 2px 6px;background-color:#f0f2f5}.el-select .el-tag__close.el-icon-close{background-color:#c0c4cc;right:-7px;top:0;color:#fff}.el-select .el-tag__close.el-icon-close:hover{background-color:#909399}.el-select .el-tag__close.el-icon-close::before{display:block;-webkit-transform:translate(0,.5px);transform:translate(0,.5px)}.el-pagination{white-space:nowrap;padding:2px 5px;color:#303133;font-weight:700}.el-pagination::after,.el-pagination::before{display:table;content:""}.el-pagination::after{clear:both}.el-pagination button,.el-pagination span:not([class*=suffix]){display:inline-block;font-size:13px;min-width:35.5px;height:28px;line-height:28px;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box}.el-pagination .el-input__inner{text-align:center;-moz-appearance:textfield;line-height:normal}.el-pagination .el-input__suffix{right:0;-webkit-transform:scale(.8);transform:scale(.8)}.el-pagination .el-select .el-input{width:100px;margin:0 5px}.el-pagination .el-select .el-input .el-input__inner{padding-right:25px;border-radius:3px}.el-pagination button{border:none;padding:0 6px;background:0 0}.el-pagination button:focus{outline:0}.el-pagination button:hover{color:#409EFF}.el-pagination button:disabled{color:#c0c4cc;background-color:#fff;cursor:not-allowed}.el-pagination .btn-next,.el-pagination .btn-prev{background:center center no-repeat #fff;background-size:16px;cursor:pointer;margin:0;color:#303133}.el-pagination .btn-next .el-icon,.el-pagination .btn-prev .el-icon{display:block;font-size:12px;font-weight:700}.el-pagination .btn-prev{padding-right:12px}.el-pagination .btn-next{padding-left:12px}.el-pagination .el-pager li.disabled{color:#c0c4cc;cursor:not-allowed}.el-pager li,.el-pager li.btn-quicknext:hover,.el-pager li.btn-quickprev:hover{cursor:pointer}.el-pagination--small .btn-next,.el-pagination--small .btn-prev,.el-pagination--small .el-pager li,.el-pagination--small .el-pager li.btn-quicknext,.el-pagination--small .el-pager li.btn-quickprev,.el-pagination--small .el-pager li:last-child{border-color:transparent;font-size:12px;line-height:22px;height:22px;min-width:22px}.el-pagination--small .arrow.disabled{visibility:hidden}.el-pagination--small .more::before,.el-pagination--small li.more::before{line-height:24px}.el-pagination--small button,.el-pagination--small span:not([class*=suffix]){height:22px;line-height:22px}.el-pagination--small .el-pagination__editor,.el-pagination--small .el-pagination__editor.el-input .el-input__inner{height:22px}.el-pagination__sizes{margin:0 10px 0 0;font-weight:400;color:#606266}.el-pagination__sizes .el-input .el-input__inner{font-size:13px;padding-left:8px}.el-pagination__sizes .el-input .el-input__inner:hover{border-color:#409EFF}.el-pagination__total{margin-right:10px;font-weight:400;color:#606266}.el-pagination__jump{margin-left:24px;font-weight:400;color:#606266}.el-pagination__jump .el-input__inner{padding:0 3px}.el-pagination__rightwrapper{float:right}.el-pagination__editor{line-height:18px;padding:0 2px;height:28px;text-align:center;margin:0 2px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px}.el-pager,.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev{padding:0}.el-pagination__editor.el-input{width:50px}.el-pagination__editor.el-input .el-input__inner{height:28px}.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,.el-pagination__editor .el-input__inner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev,.el-pagination.is-background .el-pager li{margin:0 5px;background-color:#f4f4f5;color:#606266;min-width:30px;border-radius:2px}.el-pagination.is-background .btn-next.disabled,.el-pagination.is-background .btn-next:disabled,.el-pagination.is-background .btn-prev.disabled,.el-pagination.is-background .btn-prev:disabled,.el-pagination.is-background .el-pager li.disabled{color:#c0c4cc}.el-pagination.is-background .el-pager li:not(.disabled):hover{color:#409EFF}.el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#409EFF;color:#fff}.el-pagination.is-background.el-pagination--small .btn-next,.el-pagination.is-background.el-pagination--small .btn-prev,.el-pagination.is-background.el-pagination--small .el-pager li{margin:0 3px;min-width:22px}.el-pager,.el-pager li{vertical-align:top;display:inline-block;margin:0}.el-pager{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;list-style:none;font-size:0}.el-pager .more::before{line-height:30px}.el-pager li{padding:0 4px;background:#fff;font-size:13px;min-width:35.5px;height:28px;line-height:28px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}.el-pager li.btn-quicknext,.el-pager li.btn-quickprev{line-height:28px;color:#303133}.el-pager li.btn-quicknext.disabled,.el-pager li.btn-quickprev.disabled{color:#c0c4cc}.el-pager li.active+li{border-left:0}.el-pager li:hover{color:#409EFF}.el-pager li.active{color:#409EFF;cursor:default}.el-radio-group{display:inline-block;line-height:1;vertical-align:middle;font-size:0}@charset "UTF-8";.el-radio-button,.el-radio-button__inner{display:inline-block;position:relative;outline:0}.el-radio-button__inner{line-height:1;white-space:nowrap;vertical-align:middle;background:#fff;border:1px solid #dcdfe6;font-weight:500;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;cursor:pointer;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);padding:12px 20px;font-size:14px;border-radius:0}.el-radio-button__inner.is-round{padding:12px 20px}.el-radio-button__inner:hover{color:#409EFF}.el-radio-button__inner [class*=el-icon-]{line-height:.9}.el-radio-button__inner [class*=el-icon-]+span{margin-left:5px}.el-radio-button:first-child .el-radio-button__inner{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-radio-button__orig-radio{opacity:0;outline:0;position:absolute;z-index:-1}.el-radio-button__orig-radio:checked+.el-radio-button__inner{color:#fff;background-color:#409EFF;border-color:#409EFF;-webkit-box-shadow:-1px 0 0 0 #409EFF;box-shadow:-1px 0 0 0 #409EFF}.el-radio-button__orig-radio:disabled+.el-radio-button__inner{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5;-webkit-box-shadow:none;box-shadow:none}.el-radio-button__orig-radio:disabled:checked+.el-radio-button__inner{background-color:#f2f6fc}.el-radio-button:last-child .el-radio-button__inner{border-radius:0 4px 4px 0}.el-radio-button:first-child:last-child .el-radio-button__inner{border-radius:4px}.el-radio-button--medium .el-radio-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-radio-button--medium .el-radio-button__inner.is-round{padding:10px 20px}.el-radio-button--small .el-radio-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-radio-button--small .el-radio-button__inner.is-round{padding:9px 15px}.el-radio-button--mini .el-radio-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-radio-button--mini .el-radio-button__inner.is-round{padding:7px 15px}.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #409EFF;box-shadow:0 0 2px 2px #409EFF}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dcdfe6;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button:focus,.el-button:hover{color:#409EFF;border-color:#c6e2ff;background-color:#ecf5ff}.el-button:active{color:#3a8ee6;border-color:#3a8ee6;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#fff;border-color:#409EFF;color:#409EFF}.el-button.is-active,.el-button.is-plain:active{color:#3a8ee6;border-color:#3a8ee6}.el-button.is-plain:active{background:#fff;outline:0}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button.is-circle{border-radius:50%;padding:12px}.el-button--primary{color:#fff;background-color:#409EFF;border-color:#409EFF}.el-button--primary:focus,.el-button--primary:hover{background:#66b1ff;border-color:#66b1ff;color:#fff}.el-button--primary.is-active,.el-button--primary:active{background:#3a8ee6;border-color:#3a8ee6;color:#fff}.el-button--primary:active{outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#fff;background-color:#a0cfff;border-color:#a0cfff}.el-button--primary.is-plain{color:#409EFF;background:#ecf5ff;border-color:#b3d8ff}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#409EFF;border-color:#409EFF;color:#fff}.el-button--primary.is-plain:active{background:#3a8ee6;border-color:#3a8ee6;color:#fff;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#8cc5ff;background-color:#ecf5ff;border-color:#d9ecff}.el-button--success{color:#fff;background-color:#67c23a;border-color:#67c23a}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#fff}.el-button--success.is-active,.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#fff}.el-button--success:active{outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#fff;background-color:#b3e19d;border-color:#b3e19d}.el-button--success.is-plain{color:#67c23a;background:#f0f9eb;border-color:#c2e7b0}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67c23a;border-color:#67c23a;color:#fff}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#fff;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#a4da89;background-color:#f0f9eb;border-color:#e1f3d8}.el-button--warning{color:#fff;background-color:#e6a23c;border-color:#e6a23c}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#fff}.el-button--warning.is-active,.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#fff}.el-button--warning:active{outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#fff;background-color:#f3d19e;border-color:#f3d19e}.el-button--warning.is-plain{color:#e6a23c;background:#fdf6ec;border-color:#f5dab1}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#e6a23c;border-color:#e6a23c;color:#fff}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#fff;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#f0c78a;background-color:#fdf6ec;border-color:#faecd8}.el-button--danger{color:#fff;background-color:#f56c6c;border-color:#f56c6c}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#fff}.el-button--danger.is-active,.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#fff}.el-button--danger:active{outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#fff;background-color:#fab6b6;border-color:#fab6b6}.el-button--danger.is-plain{color:#f56c6c;background:#fef0f0;border-color:#fbc4c4}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#f56c6c;border-color:#f56c6c;color:#fff}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#fff;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f9a7a7;background-color:#fef0f0;border-color:#fde2e2}.el-button--info{color:#fff;background-color:#909399;border-color:#909399}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#fff}.el-button--info.is-active,.el-button--info:active{background:#82848a;border-color:#82848a;color:#fff}.el-button--info:active{outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#fff;background-color:#c8c9cc;border-color:#c8c9cc}.el-button--info.is-plain{color:#909399;background:#f4f4f5;border-color:#d3d4d6}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#fff}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#fff;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#bcbec2;background-color:#f4f4f5;border-color:#e9e9eb}.el-button--text,.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover,.el-button--text:active{border-color:transparent}.el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.el-button--mini,.el-button--small{font-size:12px;border-radius:3px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--small,.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini,.el-button--mini.is-round{padding:7px 15px}.el-button--mini.is-circle{padding:7px}.el-button--text{color:#409EFF;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#66b1ff;border-color:transparent;background-color:transparent}.el-button--text:active{color:#3a8ee6;background-color:transparent}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{display:table;content:""}.el-button-group::after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-button.is-active,.el-button-group>.el-button:active,.el-button-group>.el-button:focus,.el-button-group>.el-button:hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#ebeef5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#ebeef5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#ebeef5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#ebeef5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.el-dropdown{display:inline-block;position:relative;color:#606266;font-size:14px}.el-dropdown .el-button-group{display:block}.el-dropdown .el-button-group .el-button{float:none}.el-dropdown .el-dropdown__caret-button{padding-left:5px;padding-right:5px;position:relative;border-left:none}.el-dropdown .el-dropdown__caret-button::before{content:'';position:absolute;display:block;width:1px;top:5px;bottom:5px;left:0;background:rgba(255,255,255,.5)}.el-dropdown .el-dropdown__caret-button:hover::before{top:0;bottom:0}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{padding-left:0}.el-dropdown__icon{font-size:12px;margin:0 3px}.el-dropdown .el-dropdown-selfdefine:focus:active,.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing){outline-width:0}.el-dropdown-menu{position:absolute;top:0;left:0;z-index:10;padding:10px 0;margin:5px 0;background-color:#fff;border:1px solid #ebeef5;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-dropdown-menu__item{list-style:none;line-height:36px;padding:0 20px;margin:0;font-size:14px;color:#606266;cursor:pointer;outline:0}.el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover{background-color:#ecf5ff;color:#66b1ff}.el-dropdown-menu__item--divided{position:relative;margin-top:6px;border-top:1px solid #ebeef5}.el-dropdown-menu__item--divided:before{content:'';height:6px;display:block;margin:0 -20px;background-color:#fff}.el-dropdown-menu__item.is-disabled{cursor:default;color:#bbb;pointer-events:none}.el-dropdown-menu--medium{padding:6px 0}.el-dropdown-menu--medium .el-dropdown-menu__item{line-height:30px;padding:0 17px;font-size:14px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:6px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:6px;margin:0 -17px}.el-dropdown-menu--small{padding:6px 0}.el-dropdown-menu--small .el-dropdown-menu__item{line-height:27px;padding:0 15px;font-size:13px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:4px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:4px;margin:0 -15px}.el-dropdown-menu--mini{padding:3px 0}.el-dropdown-menu--mini .el-dropdown-menu__item{line-height:24px;padding:0 10px;font-size:12px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:3px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:3px;margin:0 -10px}.v-modal-enter{-webkit-animation:v-modal-in .2s ease;animation:v-modal-in .2s ease}.v-modal-leave{-webkit-animation:v-modal-out .2s ease forwards;animation:v-modal-out .2s ease forwards}@-webkit-keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-in{0%{opacity:0}}@-webkit-keyframes v-modal-out{100%{opacity:0}}@keyframes v-modal-out{100%{opacity:0}}.v-modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000}.el-popup-parent--hidden{overflow:hidden}.el-dialog{position:relative;margin:0 auto 50px;background:#fff;border-radius:2px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3);-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.el-dialog.is-fullscreen{width:100%;margin-top:0;margin-bottom:0;height:100%;overflow:auto}.el-dialog__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;margin:0}.el-dialog__header{padding:20px 20px 10px}.el-dialog__headerbtn{position:absolute;top:20px;right:20px;padding:0;background:0 0;border:none;outline:0;cursor:pointer;font-size:16px}.el-dialog__headerbtn .el-dialog__close{color:#909399}.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close{color:#409EFF}.el-dialog__title{line-height:24px;font-size:18px;color:#303133}.el-dialog__body{padding:30px 20px;color:#606266;font-size:14px}.el-dialog__footer{padding:10px 20px 20px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-dialog--center{text-align:center}.el-dialog--center .el-dialog__body{text-align:initial;padding:25px 25px 30px}.el-dialog--center .el-dialog__footer{text-align:inherit}.dialog-fade-enter-active{-webkit-animation:dialog-fade-in .3s;animation:dialog-fade-in .3s}.dialog-fade-leave-active{-webkit-animation:dialog-fade-out .3s;animation:dialog-fade-out .3s}@-webkit-keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes dialog-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes dialog-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-textarea{display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#fff;background-image:none;border:1px solid #dcdfe6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea__inner:hover{border-color:#c0c4cc}.el-textarea__inner:focus{outline:0;border-color:#409EFF}.el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#c0c4cc}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#c0c4cc;font-size:14px;line-height:16px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-input .el-input__clear:hover{color:#909399}.el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.el-input__prefix,.el-input__suffix{position:absolute;top:0;-webkit-transition:all .3s;text-align:center;height:100%;color:#c0c4cc}.el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input__inner::placeholder{color:#c0c4cc}.el-input__inner:hover{border-color:#c0c4cc}.el-input.is-active .el-input__inner,.el-input__inner:focus{border-color:#409EFF;outline:0}.el-input__suffix{right:5px;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{left:5px;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#f5f7fa;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #dcdfe6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group--prepend .el-input__inner,.el-input-group__append{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--append .el-input__inner,.el-input-group__prepend{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0}.el-input-group__append{border-left:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner,.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-textarea{display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#fff;background-image:none;border:1px solid #dcdfe6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea__inner:hover{border-color:#c0c4cc}.el-textarea__inner:focus{outline:0;border-color:#409EFF}.el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#c0c4cc}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#c0c4cc;font-size:14px;line-height:16px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-input .el-input__clear:hover{color:#909399}.el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.el-input__prefix,.el-input__suffix{position:absolute;top:0;-webkit-transition:all .3s;height:100%;color:#c0c4cc;text-align:center}.el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input__inner::placeholder{color:#c0c4cc}.el-input__inner:hover{border-color:#c0c4cc}.el-input.is-active .el-input__inner,.el-input__inner:focus{border-color:#409EFF;outline:0}.el-input__suffix{right:5px;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{left:5px;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#f5f7fa;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #dcdfe6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group--prepend .el-input__inner,.el-input-group__append{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--append .el-input__inner,.el-input-group__prepend{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0}.el-input-group__append{border-left:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner,.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-input-number{position:relative;display:inline-block;width:180px;line-height:38px}.el-input-number .el-input{display:block}.el-input-number .el-input__inner{-webkit-appearance:none;padding-left:50px;padding-right:50px;text-align:center}.el-input-number__decrease,.el-input-number__increase{position:absolute;z-index:1;top:1px;width:40px;height:auto;text-align:center;background:#f5f7fa;color:#606266;cursor:pointer;font-size:13px}.el-input-number__decrease:hover,.el-input-number__increase:hover{color:#409EFF}.el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),.el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled){border-color:#409EFF}.el-input-number__decrease.is-disabled,.el-input-number__increase.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-input-number__increase{right:1px;border-radius:0 4px 4px 0;border-left:1px solid #dcdfe6}.el-input-number__decrease{left:1px;border-radius:4px 0 0 4px;border-right:1px solid #dcdfe6}.el-input-number.is-disabled .el-input-number__decrease,.el-input-number.is-disabled .el-input-number__increase{border-color:#e4e7ed;color:#e4e7ed}.el-input-number.is-disabled .el-input-number__decrease:hover,.el-input-number.is-disabled .el-input-number__increase:hover{color:#e4e7ed;cursor:not-allowed}.el-input-number--medium{width:200px;line-height:34px}.el-input-number--medium .el-input-number__decrease,.el-input-number--medium .el-input-number__increase{width:36px;font-size:14px}.el-input-number--medium .el-input__inner{padding-left:43px;padding-right:43px}.el-input-number--small{width:130px;line-height:30px}.el-input-number--small .el-input-number__decrease,.el-input-number--small .el-input-number__increase{width:32px;font-size:13px}.el-input-number--small .el-input-number__decrease [class*=el-icon],.el-input-number--small .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.9);transform:scale(.9)}.el-input-number--small .el-input__inner{padding-left:39px;padding-right:39px}.el-input-number--mini{width:130px;line-height:26px}.el-input-number--mini .el-input-number__decrease,.el-input-number--mini .el-input-number__increase{width:28px;font-size:12px}.el-input-number--mini .el-input-number__decrease [class*=el-icon],.el-input-number--mini .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number--mini .el-input__inner{padding-left:35px;padding-right:35px}.el-input-number.is-without-controls .el-input__inner{padding-left:15px;padding-right:15px}.el-input-number.is-controls-right .el-input__inner{padding-left:15px;padding-right:50px}.el-input-number.is-controls-right .el-input-number__decrease,.el-input-number.is-controls-right .el-input-number__increase{height:auto;line-height:19px}.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number.is-controls-right .el-input-number__increase{border-radius:0 4px 0 0;border-bottom:1px solid #dcdfe6}.el-input-number.is-controls-right .el-input-number__decrease{right:1px;bottom:1px;top:auto;left:auto;border-right:none;border-left:1px solid #dcdfe6;border-radius:0 0 4px}.el-input-number.is-controls-right[class*=medium] [class*=decrease],.el-input-number.is-controls-right[class*=medium] [class*=increase]{line-height:17px}.el-input-number.is-controls-right[class*=small] [class*=decrease],.el-input-number.is-controls-right[class*=small] [class*=increase]{line-height:15px}.el-input-number.is-controls-right[class*=mini] [class*=decrease],.el-input-number.is-controls-right[class*=mini] [class*=increase]{line-height:13px}@charset "UTF-8";.el-radio,.el-radio--medium.is-bordered .el-radio__label{font-size:14px}.el-radio,.el-radio__input{white-space:nowrap;line-height:1;outline:0}.el-radio,.el-radio__inner,.el-radio__input{position:relative;display:inline-block}.el-radio{color:#606266;font-weight:500;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-radio.is-bordered{padding:12px 20px 0 10px;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.el-radio.is-bordered.is-checked{border-color:#409EFF}.el-radio.is-bordered.is-disabled{cursor:not-allowed;border-color:#ebeef5}.el-radio__input.is-disabled .el-radio__inner,.el-radio__input.is-disabled.is-checked .el-radio__inner{background-color:#f5f7fa;border-color:#e4e7ed}.el-radio.is-bordered+.el-radio.is-bordered{margin-left:10px}.el-radio--medium.is-bordered{padding:10px 20px 0 10px;border-radius:4px;height:36px}.el-radio--mini.is-bordered .el-radio__label,.el-radio--small.is-bordered .el-radio__label{font-size:12px}.el-radio--medium.is-bordered .el-radio__inner{height:14px;width:14px}.el-radio--small.is-bordered{padding:8px 15px 0 10px;border-radius:3px;height:32px}.el-radio--small.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio--mini.is-bordered{padding:6px 15px 0 10px;border-radius:3px;height:28px}.el-radio--mini.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio+.el-radio{margin-left:30px}.el-radio__input{cursor:pointer;vertical-align:middle}.el-radio__input.is-disabled .el-radio__inner{cursor:not-allowed}.el-radio__input.is-disabled .el-radio__inner::after{cursor:not-allowed;background-color:#f5f7fa}.el-radio__input.is-disabled .el-radio__inner+.el-radio__label{cursor:not-allowed}.el-radio__input.is-disabled.is-checked .el-radio__inner::after{background-color:#c0c4cc}.el-radio__input.is-disabled+span.el-radio__label{color:#c0c4cc;cursor:not-allowed}.el-radio__input.is-checked .el-radio__inner{border-color:#409EFF;background:#409EFF}.el-radio__input.is-checked .el-radio__inner::after{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.el-radio__input.is-checked+.el-radio__label{color:#409EFF}.el-radio__input.is-focus .el-radio__inner{border-color:#409EFF}.el-radio__inner{border:1px solid #dcdfe6;border-radius:100%;width:14px;height:14px;background-color:#fff;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.el-radio__inner:hover{border-color:#409EFF}.el-radio__inner::after{width:4px;height:4px;border-radius:100%;background-color:#fff;content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:-webkit-transform .15s ease-in;transition:-webkit-transform .15s ease-in;transition:transform .15s ease-in;transition:transform .15s ease-in,-webkit-transform .15s ease-in}.el-radio__original{opacity:0;outline:0;position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;margin:0}.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #409EFF;box-shadow:0 0 2px 2px #409EFF}.el-radio__label{font-size:14px;padding-left:10px}@charset "UTF-8";.el-checkbox,.el-checkbox__input{display:inline-block;position:relative}.el-checkbox-button__inner,.el-checkbox__input{white-space:nowrap;vertical-align:middle;outline:0}.el-checkbox{color:#606266;font-weight:500;font-size:14px;cursor:pointer;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:normal;height:40px}.el-checkbox.is-bordered.is-checked{border-color:#409EFF}.el-checkbox.is-bordered.is-disabled{border-color:#ebeef5;cursor:not-allowed}.el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.el-checkbox.is-bordered.el-checkbox--medium{padding:7px 20px 7px 10px;border-radius:4px;height:36px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{padding:5px 15px 5px 10px;border-radius:3px;height:32px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox.is-bordered.el-checkbox--mini{padding:3px 15px 3px 10px;border-radius:3px;height:28px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox__input{cursor:pointer;line-height:1}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#dcdfe6;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner::after{cursor:not-allowed;border-color:#c0c4cc}.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#c0c4cc}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before{background-color:#c0c4cc;border-color:#c0c4cc}.el-checkbox__input.is-checked .el-checkbox__inner,.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#409EFF;border-color:#409EFF}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:#c0c4cc;cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner::after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:#409EFF}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#409EFF}.el-checkbox__input.is-indeterminate .el-checkbox__inner::before{content:'';position:absolute;display:block;background-color:#fff;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.el-checkbox__input.is-indeterminate .el-checkbox__inner::after{display:none}.el-checkbox__inner{display:inline-block;position:relative;border:1px solid #dcdfe6;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.el-checkbox__inner:hover{border-color:#409EFF}.el-checkbox__inner::after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;-webkit-transition:-webkit-transform .15s ease-in .05s;transition:-webkit-transform .15s ease-in .05s;transition:transform .15s ease-in .05s;transition:transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;-webkit-transform-origin:center;transform-origin:center}.el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.el-checkbox-button,.el-checkbox-button__inner{display:inline-block;position:relative}.el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.el-checkbox+.el-checkbox{margin-left:30px}.el-checkbox-button__inner{line-height:1;font-weight:500;cursor:pointer;background:#fff;border:1px solid #dcdfe6;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:0}.el-checkbox-button__inner.is-round{padding:12px 20px}.el-checkbox-button__inner:hover{color:#409EFF}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:#fff;background-color:#409EFF;border-color:#409EFF;-webkit-box-shadow:-1px 0 0 0 #8cc5ff;box-shadow:-1px 0 0 0 #8cc5ff}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#409EFF}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5;-webkit-box-shadow:none;box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:#ebeef5}.el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#409EFF}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.el-checkbox-group{font-size:0}.el-steps{display:-webkit-box;display:-ms-flexbox;display:flex}.el-steps--simple{padding:13px 8%;border-radius:4px;background:#f5f7fa}.el-steps--horizontal{white-space:nowrap}.el-steps--vertical{height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.el-step{position:relative;-ms-flex-negative:1;flex-shrink:1}.el-step:last-of-type .el-step__line{display:none}.el-step:last-of-type.is-flex{-ms-flex-preferred-size:auto!important;flex-basis:auto!important;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.el-step:last-of-type .el-step__description,.el-step:last-of-type .el-step__main{padding-right:0}.el-step__head{position:relative;width:100%}.el-step__head.is-process{color:#303133;border-color:#303133}.el-step__head.is-wait{color:#c0c4cc;border-color:#c0c4cc}.el-step__head.is-success{color:#67c23a;border-color:#67c23a}.el-step__head.is-error{color:#f56c6c;border-color:#f56c6c}.el-step__head.is-finish{color:#409EFF;border-color:#409EFF}.el-step__icon{position:relative;z-index:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:24px;height:24px;font-size:14px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;-webkit-transition:.15s ease-out;transition:.15s ease-out}.el-step__icon.is-text{border-radius:50%;border:2px solid;border-color:inherit}.el-step__icon.is-icon{width:40px}.el-step__icon-inner{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;font-weight:700;line-height:1;color:inherit}.el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:25px;font-weight:400}.el-step__icon-inner.is-status{-webkit-transform:translateY(1px);transform:translateY(1px)}.el-step__line{position:absolute;border-color:inherit;background-color:#c0c4cc}.el-step__line-inner{display:block;border-width:1px;border-style:solid;border-color:inherit;-webkit-transition:.15s ease-out;transition:.15s ease-out;-webkit-box-sizing:border-box;box-sizing:border-box;width:0;height:0}.el-step__main{white-space:normal;text-align:left}.el-step__title{font-size:16px;line-height:38px}.el-step__title.is-process{font-weight:700;color:#303133}.el-step__title.is-wait{color:#c0c4cc}.el-step__title.is-success{color:#67c23a}.el-step__title.is-error{color:#f56c6c}.el-step__title.is-finish{color:#409EFF}.el-step__description{padding-right:10%;margin-top:-5px;font-size:12px;line-height:20px;font-weight:400}.el-step__description.is-process{color:#303133}.el-step__description.is-wait{color:#c0c4cc}.el-step__description.is-success{color:#67c23a}.el-step__description.is-error{color:#f56c6c}.el-step__description.is-finish{color:#409EFF}.el-step.is-horizontal{display:inline-block}.el-step.is-horizontal .el-step__line{height:2px;top:11px;left:0;right:0}.el-step.is-vertical{display:-webkit-box;display:-ms-flexbox;display:flex}.el-step.is-vertical .el-step__head{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:24px}.el-step.is-vertical .el-step__main{padding-left:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.el-step.is-vertical .el-step__title{line-height:24px;padding-bottom:8px}.el-step.is-vertical .el-step__line{width:2px;top:0;bottom:0;left:11px}.el-step.is-vertical .el-step__icon.is-icon{width:24px}.el-step.is-center .el-step__head,.el-step.is-center .el-step__main{text-align:center}.el-step.is-center .el-step__description{padding-left:20%;padding-right:20%}.el-step.is-center .el-step__line{left:50%;right:-50%}.el-step.is-simple{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-step.is-simple .el-step__head{width:auto;font-size:0;padding-right:10px}.el-step.is-simple .el-step__icon{background:0 0;width:16px;height:16px;font-size:12px}.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:18px}.el-step.is-simple .el-step__icon-inner.is-status{-webkit-transform:scale(.8) translateY(1px);transform:scale(.8) translateY(1px)}.el-step.is-simple .el-step__main{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.el-step.is-simple .el-step__title{font-size:16px;line-height:20px}.el-step.is-simple:not(:last-of-type) .el-step__title{max-width:50%;word-break:break-all}.el-step.is-simple .el-step__arrow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-step.is-simple .el-step__arrow::after,.el-step.is-simple .el-step__arrow::before{content:'';display:inline-block;position:absolute;height:15px;width:1px;background:#c0c4cc}.el-step.is-simple .el-step__arrow::before{-webkit-transform:rotate(-45deg) translateY(-4px);transform:rotate(-45deg) translateY(-4px);-webkit-transform-origin:0 0;transform-origin:0 0}.el-step.is-simple .el-step__arrow::after{-webkit-transform:rotate(45deg) translateY(4px);transform:rotate(45deg) translateY(4px);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.el-step.is-simple:last-of-type .el-step__arrow{display:none}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#ebeef5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#ebeef5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#ebeef5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#ebeef5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.el-select-dropdown{position:absolute;z-index:1001;border:1px solid #e4e7ed;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:5px 0}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#409EFF;background-color:#fff}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover{background-color:#f5f7fa}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{position:absolute;right:20px;font-family:element-icons;content:"\E611";font-size:12px;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list{padding:0}.el-select-dropdown__empty{padding:10px 0;margin:0;text-align:center;color:#999;font-size:14px}.el-select-dropdown__wrap{max-height:274px}.el-select-dropdown__list{list-style:none;padding:6px 0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-textarea{display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#fff;background-image:none;border:1px solid #dcdfe6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea__inner:hover{border-color:#c0c4cc}.el-textarea__inner:focus{outline:0;border-color:#409EFF}.el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#c0c4cc}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#c0c4cc;font-size:14px;line-height:16px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-input .el-input__clear:hover{color:#909399}.el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.el-select-dropdown__item,.el-tag{white-space:nowrap;-webkit-box-sizing:border-box}.el-input__prefix,.el-input__suffix{position:absolute;top:0;-webkit-transition:all .3s;height:100%;color:#c0c4cc;text-align:center}.el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input__inner::placeholder{color:#c0c4cc}.el-input__inner:hover{border-color:#c0c4cc}.el-input.is-active .el-input__inner,.el-input__inner:focus{border-color:#409EFF;outline:0}.el-input__suffix{right:5px;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{left:5px;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#f5f7fa;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #dcdfe6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group--prepend .el-input__inner,.el-input-group__append{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--append .el-input__inner,.el-input-group__prepend{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0}.el-input-group__append{border-left:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner,.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-tag{background-color:rgba(64,158,255,.1);display:inline-block;padding:0 10px;height:32px;line-height:30px;font-size:12px;color:#409EFF;border-radius:4px;box-sizing:border-box;border:1px solid rgba(64,158,255,.2)}.el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:16px;width:16px;line-height:16px;vertical-align:middle;top:-1px;right:-5px;color:#409EFF}.el-tag .el-icon-close::before{display:block}.el-tag .el-icon-close:hover{background-color:#409EFF;color:#fff}.el-tag--info,.el-tag--info .el-tag__close{color:#909399}.el-tag--info{background-color:rgba(144,147,153,.1);border-color:rgba(144,147,153,.2)}.el-tag--info.is-hit{border-color:#909399}.el-tag--info .el-tag__close:hover{background-color:#909399;color:#fff}.el-tag--success{background-color:rgba(103,194,58,.1);border-color:rgba(103,194,58,.2);color:#67c23a}.el-tag--success.is-hit{border-color:#67c23a}.el-tag--success .el-tag__close{color:#67c23a}.el-tag--success .el-tag__close:hover{background-color:#67c23a;color:#fff}.el-tag--warning{background-color:rgba(230,162,60,.1);border-color:rgba(230,162,60,.2);color:#e6a23c}.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag--warning .el-tag__close:hover{background-color:#e6a23c;color:#fff}.el-tag--danger{background-color:rgba(245,108,108,.1);border-color:rgba(245,108,108,.2);color:#f56c6c}.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag--danger .el-tag__close:hover{background-color:#f56c6c;color:#fff}.el-tag--medium{height:28px;line-height:26px}.el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--small{height:24px;padding:0 8px;line-height:22px}.el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--mini{height:20px;padding:0 5px;line-height:19px}.el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.el-select-dropdown__item{font-size:14px;padding:0 20px;position:relative;overflow:hidden;text-overflow:ellipsis;color:#606266;height:34px;line-height:34px;box-sizing:border-box;cursor:pointer}.el-select-dropdown__item.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-select-dropdown__item.is-disabled:hover{background-color:#fff}.el-select-dropdown__item.hover,.el-select-dropdown__item:hover{background-color:#f5f7fa}.el-select-dropdown__item.selected{color:#409EFF;font-weight:700}.el-select-group{margin:0;padding:0}.el-select-group__wrap{position:relative;list-style:none;margin:0;padding:0}.el-select-group__wrap:not(:last-of-type){padding-bottom:24px}.el-select-group__wrap:not(:last-of-type)::after{content:'';position:absolute;display:block;left:20px;right:20px;bottom:12px;height:1px;background:#e4e7ed}.el-select-group__title{padding-left:20px;font-size:12px;color:#909399;line-height:30px}.el-select-group .el-select-dropdown__item{padding-left:20px}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-select{display:inline-block;position:relative}.el-select .el-select__tags>span{display:contents}.el-select:hover .el-input__inner{border-color:#c0c4cc}.el-select .el-input__inner{cursor:pointer;padding-right:35px}.el-select .el-input__inner:focus{border-color:#409EFF}.el-select .el-input .el-select__caret{color:#c0c4cc;font-size:14px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);cursor:pointer}.el-select .el-input .el-select__caret.is-reverse{-webkit-transform:rotateZ(0);transform:rotateZ(0)}.el-select .el-input .el-select__caret.is-show-close{font-size:14px;text-align:center;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);border-radius:100%;color:#c0c4cc;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-select .el-input .el-select__caret.is-show-close:hover{color:#909399}.el-select .el-input.is-disabled .el-input__inner{cursor:not-allowed}.el-select .el-input.is-disabled .el-input__inner:hover{border-color:#e4e7ed}.el-select .el-input.is-focus .el-input__inner{border-color:#409EFF}.el-select>.el-input{display:block}.el-select__input{border:none;outline:0;padding:0;margin-left:15px;color:#666;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:28px;background-color:transparent}.el-select__input.is-mini{height:14px}.el-select__close{cursor:pointer;position:absolute;top:8px;z-index:1000;right:25px;color:#c0c4cc;line-height:18px;font-size:14px}.el-select__close:hover{color:#909399}.el-select__tags{position:absolute;line-height:normal;white-space:normal;z-index:1;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.el-select .el-tag__close{margin-top:-2px}.el-select .el-tag{-webkit-box-sizing:border-box;box-sizing:border-box;border-color:transparent;margin:2px 0 2px 6px;background-color:#f0f2f5}.el-select .el-tag__close.el-icon-close{background-color:#c0c4cc;right:-7px;top:0;color:#fff}.el-select .el-tag__close.el-icon-close:hover{background-color:#909399}.el-select .el-tag__close.el-icon-close::before{display:block;-webkit-transform:translate(0,.5px);transform:translate(0,.5px)}
.el-col-pull-0,.el-col-pull-1,.el-col-pull-10,.el-col-pull-11,.el-col-pull-13,.el-col-pull-14,.el-col-pull-15,.el-col-pull-16,.el-col-pull-17,.el-col-pull-18,.el-col-pull-19,.el-col-pull-2,.el-col-pull-20,.el-col-pull-21,.el-col-pull-22,.el-col-pull-23,.el-col-pull-24,.el-col-pull-3,.el-col-pull-4,.el-col-pull-5,.el-col-pull-6,.el-col-pull-7,.el-col-pull-8,.el-col-pull-9,.el-col-push-0,.el-col-push-1,.el-col-push-10,.el-col-push-11,.el-col-push-12,.el-col-push-13,.el-col-push-14,.el-col-push-15,.el-col-push-16,.el-col-push-17,.el-col-push-18,.el-col-push-19,.el-col-push-2,.el-col-push-20,.el-col-push-21,.el-col-push-22,.el-col-push-23,.el-col-push-24,.el-col-push-3,.el-col-push-4,.el-col-push-5,.el-col-push-6,.el-col-push-7,.el-col-push-8,.el-col-push-9{position:relative}[class*=el-col-]{float:left;-webkit-box-sizing:border-box;box-sizing:border-box}.el-col-0{display:none;width:0}.el-col-offset-0{margin-left:0}.el-col-pull-0{right:0}.el-col-push-0{left:0}.el-col-1{width:4.16667%}.el-col-offset-1{margin-left:4.16667%}.el-col-pull-1{right:4.16667%}.el-col-push-1{left:4.16667%}.el-col-2{width:8.33333%}.el-col-offset-2{margin-left:8.33333%}.el-col-pull-2{right:8.33333%}.el-col-push-2{left:8.33333%}.el-col-3{width:12.5%}.el-col-offset-3{margin-left:12.5%}.el-col-pull-3{right:12.5%}.el-col-push-3{left:12.5%}.el-col-4{width:16.66667%}.el-col-offset-4{margin-left:16.66667%}.el-col-pull-4{right:16.66667%}.el-col-push-4{left:16.66667%}.el-col-5{width:20.83333%}.el-col-offset-5{margin-left:20.83333%}.el-col-pull-5{right:20.83333%}.el-col-push-5{left:20.83333%}.el-col-6{width:25%}.el-col-offset-6{margin-left:25%}.el-col-pull-6{right:25%}.el-col-push-6{left:25%}.el-col-7{width:29.16667%}.el-col-offset-7{margin-left:29.16667%}.el-col-pull-7{right:29.16667%}.el-col-push-7{left:29.16667%}.el-col-8{width:33.33333%}.el-col-offset-8{margin-left:33.33333%}.el-col-pull-8{right:33.33333%}.el-col-push-8{left:33.33333%}.el-col-9{width:37.5%}.el-col-offset-9{margin-left:37.5%}.el-col-pull-9{right:37.5%}.el-col-push-9{left:37.5%}.el-col-10{width:41.66667%}.el-col-offset-10{margin-left:41.66667%}.el-col-pull-10{right:41.66667%}.el-col-push-10{left:41.66667%}.el-col-11{width:45.83333%}.el-col-offset-11{margin-left:45.83333%}.el-col-pull-11{right:45.83333%}.el-col-push-11{left:45.83333%}.el-col-12{width:50%}.el-col-offset-12{margin-left:50%}.el-col-pull-12{position:relative;right:50%}.el-col-push-12{left:50%}.el-col-13{width:54.16667%}.el-col-offset-13{margin-left:54.16667%}.el-col-pull-13{right:54.16667%}.el-col-push-13{left:54.16667%}.el-col-14{width:58.33333%}.el-col-offset-14{margin-left:58.33333%}.el-col-pull-14{right:58.33333%}.el-col-push-14{left:58.33333%}.el-col-15{width:62.5%}.el-col-offset-15{margin-left:62.5%}.el-col-pull-15{right:62.5%}.el-col-push-15{left:62.5%}.el-col-16{width:66.66667%}.el-col-offset-16{margin-left:66.66667%}.el-col-pull-16{right:66.66667%}.el-col-push-16{left:66.66667%}.el-col-17{width:70.83333%}.el-col-offset-17{margin-left:70.83333%}.el-col-pull-17{right:70.83333%}.el-col-push-17{left:70.83333%}.el-col-18{width:75%}.el-col-offset-18{margin-left:75%}.el-col-pull-18{right:75%}.el-col-push-18{left:75%}.el-col-19{width:79.16667%}.el-col-offset-19{margin-left:79.16667%}.el-col-pull-19{right:79.16667%}.el-col-push-19{left:79.16667%}.el-col-20{width:83.33333%}.el-col-offset-20{margin-left:83.33333%}.el-col-pull-20{right:83.33333%}.el-col-push-20{left:83.33333%}.el-col-21{width:87.5%}.el-col-offset-21{margin-left:87.5%}.el-col-pull-21{right:87.5%}.el-col-push-21{left:87.5%}.el-col-22{width:91.66667%}.el-col-offset-22{margin-left:91.66667%}.el-col-pull-22{right:91.66667%}.el-col-push-22{left:91.66667%}.el-col-23{width:95.83333%}.el-col-offset-23{margin-left:95.83333%}.el-col-pull-23{right:95.83333%}.el-col-push-23{left:95.83333%}.el-col-24{width:100%}.el-col-offset-24{margin-left:100%}.el-col-pull-24{right:100%}.el-col-push-24{left:100%}@media only screen and (max-width:768px){.el-col-xs-0{display:none;width:0}.el-col-xs-offset-0{margin-left:0}.el-col-xs-pull-0{position:relative;right:0}.el-col-xs-push-0{position:relative;left:0}.el-col-xs-1{width:4.16667%}.el-col-xs-offset-1{margin-left:4.16667%}.el-col-xs-pull-1{position:relative;right:4.16667%}.el-col-xs-push-1{position:relative;left:4.16667%}.el-col-xs-2{width:8.33333%}.el-col-xs-offset-2{margin-left:8.33333%}.el-col-xs-pull-2{position:relative;right:8.33333%}.el-col-xs-push-2{position:relative;left:8.33333%}.el-col-xs-3{width:12.5%}.el-col-xs-offset-3{margin-left:12.5%}.el-col-xs-pull-3{position:relative;right:12.5%}.el-col-xs-push-3{position:relative;left:12.5%}.el-col-xs-4{width:16.66667%}.el-col-xs-offset-4{margin-left:16.66667%}.el-col-xs-pull-4{position:relative;right:16.66667%}.el-col-xs-push-4{position:relative;left:16.66667%}.el-col-xs-5{width:20.83333%}.el-col-xs-offset-5{margin-left:20.83333%}.el-col-xs-pull-5{position:relative;right:20.83333%}.el-col-xs-push-5{position:relative;left:20.83333%}.el-col-xs-6{width:25%}.el-col-xs-offset-6{margin-left:25%}.el-col-xs-pull-6{position:relative;right:25%}.el-col-xs-push-6{position:relative;left:25%}.el-col-xs-7{width:29.16667%}.el-col-xs-offset-7{margin-left:29.16667%}.el-col-xs-pull-7{position:relative;right:29.16667%}.el-col-xs-push-7{position:relative;left:29.16667%}.el-col-xs-8{width:33.33333%}.el-col-xs-offset-8{margin-left:33.33333%}.el-col-xs-pull-8{position:relative;right:33.33333%}.el-col-xs-push-8{position:relative;left:33.33333%}.el-col-xs-9{width:37.5%}.el-col-xs-offset-9{margin-left:37.5%}.el-col-xs-pull-9{position:relative;right:37.5%}.el-col-xs-push-9{position:relative;left:37.5%}.el-col-xs-10{width:41.66667%}.el-col-xs-offset-10{margin-left:41.66667%}.el-col-xs-pull-10{position:relative;right:41.66667%}.el-col-xs-push-10{position:relative;left:41.66667%}.el-col-xs-11{width:45.83333%}.el-col-xs-offset-11{margin-left:45.83333%}.el-col-xs-pull-11{position:relative;right:45.83333%}.el-col-xs-push-11{position:relative;left:45.83333%}.el-col-xs-12{width:50%}.el-col-xs-offset-12{margin-left:50%}.el-col-xs-pull-12{position:relative;right:50%}.el-col-xs-push-12{position:relative;left:50%}.el-col-xs-13{width:54.16667%}.el-col-xs-offset-13{margin-left:54.16667%}.el-col-xs-pull-13{position:relative;right:54.16667%}.el-col-xs-push-13{position:relative;left:54.16667%}.el-col-xs-14{width:58.33333%}.el-col-xs-offset-14{margin-left:58.33333%}.el-col-xs-pull-14{position:relative;right:58.33333%}.el-col-xs-push-14{position:relative;left:58.33333%}.el-col-xs-15{width:62.5%}.el-col-xs-offset-15{margin-left:62.5%}.el-col-xs-pull-15{position:relative;right:62.5%}.el-col-xs-push-15{position:relative;left:62.5%}.el-col-xs-16{width:66.66667%}.el-col-xs-offset-16{margin-left:66.66667%}.el-col-xs-pull-16{position:relative;right:66.66667%}.el-col-xs-push-16{position:relative;left:66.66667%}.el-col-xs-17{width:70.83333%}.el-col-xs-offset-17{margin-left:70.83333%}.el-col-xs-pull-17{position:relative;right:70.83333%}.el-col-xs-push-17{position:relative;left:70.83333%}.el-col-xs-18{width:75%}.el-col-xs-offset-18{margin-left:75%}.el-col-xs-pull-18{position:relative;right:75%}.el-col-xs-push-18{position:relative;left:75%}.el-col-xs-19{width:79.16667%}.el-col-xs-offset-19{margin-left:79.16667%}.el-col-xs-pull-19{position:relative;right:79.16667%}.el-col-xs-push-19{position:relative;left:79.16667%}.el-col-xs-20{width:83.33333%}.el-col-xs-offset-20{margin-left:83.33333%}.el-col-xs-pull-20{position:relative;right:83.33333%}.el-col-xs-push-20{position:relative;left:83.33333%}.el-col-xs-21{width:87.5%}.el-col-xs-offset-21{margin-left:87.5%}.el-col-xs-pull-21{position:relative;right:87.5%}.el-col-xs-push-21{position:relative;left:87.5%}.el-col-xs-22{width:91.66667%}.el-col-xs-offset-22{margin-left:91.66667%}.el-col-xs-pull-22{position:relative;right:91.66667%}.el-col-xs-push-22{position:relative;left:91.66667%}.el-col-xs-23{width:95.83333%}.el-col-xs-offset-23{margin-left:95.83333%}.el-col-xs-pull-23{position:relative;right:95.83333%}.el-col-xs-push-23{position:relative;left:95.83333%}.el-col-xs-24{width:100%}.el-col-xs-offset-24{margin-left:100%}.el-col-xs-pull-24{position:relative;right:100%}.el-col-xs-push-24{position:relative;left:100%}}@media only screen and (min-width:768px){.el-col-sm-0{display:none;width:0}.el-col-sm-offset-0{margin-left:0}.el-col-sm-pull-0{position:relative;right:0}.el-col-sm-push-0{position:relative;left:0}.el-col-sm-1{width:4.16667%}.el-col-sm-offset-1{margin-left:4.16667%}.el-col-sm-pull-1{position:relative;right:4.16667%}.el-col-sm-push-1{position:relative;left:4.16667%}.el-col-sm-2{width:8.33333%}.el-col-sm-offset-2{margin-left:8.33333%}.el-col-sm-pull-2{position:relative;right:8.33333%}.el-col-sm-push-2{position:relative;left:8.33333%}.el-col-sm-3{width:12.5%}.el-col-sm-offset-3{margin-left:12.5%}.el-col-sm-pull-3{position:relative;right:12.5%}.el-col-sm-push-3{position:relative;left:12.5%}.el-col-sm-4{width:16.66667%}.el-col-sm-offset-4{margin-left:16.66667%}.el-col-sm-pull-4{position:relative;right:16.66667%}.el-col-sm-push-4{position:relative;left:16.66667%}.el-col-sm-5{width:20.83333%}.el-col-sm-offset-5{margin-left:20.83333%}.el-col-sm-pull-5{position:relative;right:20.83333%}.el-col-sm-push-5{position:relative;left:20.83333%}.el-col-sm-6{width:25%}.el-col-sm-offset-6{margin-left:25%}.el-col-sm-pull-6{position:relative;right:25%}.el-col-sm-push-6{position:relative;left:25%}.el-col-sm-7{width:29.16667%}.el-col-sm-offset-7{margin-left:29.16667%}.el-col-sm-pull-7{position:relative;right:29.16667%}.el-col-sm-push-7{position:relative;left:29.16667%}.el-col-sm-8{width:33.33333%}.el-col-sm-offset-8{margin-left:33.33333%}.el-col-sm-pull-8{position:relative;right:33.33333%}.el-col-sm-push-8{position:relative;left:33.33333%}.el-col-sm-9{width:37.5%}.el-col-sm-offset-9{margin-left:37.5%}.el-col-sm-pull-9{position:relative;right:37.5%}.el-col-sm-push-9{position:relative;left:37.5%}.el-col-sm-10{width:41.66667%}.el-col-sm-offset-10{margin-left:41.66667%}.el-col-sm-pull-10{position:relative;right:41.66667%}.el-col-sm-push-10{position:relative;left:41.66667%}.el-col-sm-11{width:45.83333%}.el-col-sm-offset-11{margin-left:45.83333%}.el-col-sm-pull-11{position:relative;right:45.83333%}.el-col-sm-push-11{position:relative;left:45.83333%}.el-col-sm-12{width:50%}.el-col-sm-offset-12{margin-left:50%}.el-col-sm-pull-12{position:relative;right:50%}.el-col-sm-push-12{position:relative;left:50%}.el-col-sm-13{width:54.16667%}.el-col-sm-offset-13{margin-left:54.16667%}.el-col-sm-pull-13{position:relative;right:54.16667%}.el-col-sm-push-13{position:relative;left:54.16667%}.el-col-sm-14{width:58.33333%}.el-col-sm-offset-14{margin-left:58.33333%}.el-col-sm-pull-14{position:relative;right:58.33333%}.el-col-sm-push-14{position:relative;left:58.33333%}.el-col-sm-15{width:62.5%}.el-col-sm-offset-15{margin-left:62.5%}.el-col-sm-pull-15{position:relative;right:62.5%}.el-col-sm-push-15{position:relative;left:62.5%}.el-col-sm-16{width:66.66667%}.el-col-sm-offset-16{margin-left:66.66667%}.el-col-sm-pull-16{position:relative;right:66.66667%}.el-col-sm-push-16{position:relative;left:66.66667%}.el-col-sm-17{width:70.83333%}.el-col-sm-offset-17{margin-left:70.83333%}.el-col-sm-pull-17{position:relative;right:70.83333%}.el-col-sm-push-17{position:relative;left:70.83333%}.el-col-sm-18{width:75%}.el-col-sm-offset-18{margin-left:75%}.el-col-sm-pull-18{position:relative;right:75%}.el-col-sm-push-18{position:relative;left:75%}.el-col-sm-19{width:79.16667%}.el-col-sm-offset-19{margin-left:79.16667%}.el-col-sm-pull-19{position:relative;right:79.16667%}.el-col-sm-push-19{position:relative;left:79.16667%}.el-col-sm-20{width:83.33333%}.el-col-sm-offset-20{margin-left:83.33333%}.el-col-sm-pull-20{position:relative;right:83.33333%}.el-col-sm-push-20{position:relative;left:83.33333%}.el-col-sm-21{width:87.5%}.el-col-sm-offset-21{margin-left:87.5%}.el-col-sm-pull-21{position:relative;right:87.5%}.el-col-sm-push-21{position:relative;left:87.5%}.el-col-sm-22{width:91.66667%}.el-col-sm-offset-22{margin-left:91.66667%}.el-col-sm-pull-22{position:relative;right:91.66667%}.el-col-sm-push-22{position:relative;left:91.66667%}.el-col-sm-23{width:95.83333%}.el-col-sm-offset-23{margin-left:95.83333%}.el-col-sm-pull-23{position:relative;right:95.83333%}.el-col-sm-push-23{position:relative;left:95.83333%}.el-col-sm-24{width:100%}.el-col-sm-offset-24{margin-left:100%}.el-col-sm-pull-24{position:relative;right:100%}.el-col-sm-push-24{position:relative;left:100%}}@media only screen and (min-width:992px){.el-col-md-0{display:none;width:0}.el-col-md-offset-0{margin-left:0}.el-col-md-pull-0{position:relative;right:0}.el-col-md-push-0{position:relative;left:0}.el-col-md-1{width:4.16667%}.el-col-md-offset-1{margin-left:4.16667%}.el-col-md-pull-1{position:relative;right:4.16667%}.el-col-md-push-1{position:relative;left:4.16667%}.el-col-md-2{width:8.33333%}.el-col-md-offset-2{margin-left:8.33333%}.el-col-md-pull-2{position:relative;right:8.33333%}.el-col-md-push-2{position:relative;left:8.33333%}.el-col-md-3{width:12.5%}.el-col-md-offset-3{margin-left:12.5%}.el-col-md-pull-3{position:relative;right:12.5%}.el-col-md-push-3{position:relative;left:12.5%}.el-col-md-4{width:16.66667%}.el-col-md-offset-4{margin-left:16.66667%}.el-col-md-pull-4{position:relative;right:16.66667%}.el-col-md-push-4{position:relative;left:16.66667%}.el-col-md-5{width:20.83333%}.el-col-md-offset-5{margin-left:20.83333%}.el-col-md-pull-5{position:relative;right:20.83333%}.el-col-md-push-5{position:relative;left:20.83333%}.el-col-md-6{width:25%}.el-col-md-offset-6{margin-left:25%}.el-col-md-pull-6{position:relative;right:25%}.el-col-md-push-6{position:relative;left:25%}.el-col-md-7{width:29.16667%}.el-col-md-offset-7{margin-left:29.16667%}.el-col-md-pull-7{position:relative;right:29.16667%}.el-col-md-push-7{position:relative;left:29.16667%}.el-col-md-8{width:33.33333%}.el-col-md-offset-8{margin-left:33.33333%}.el-col-md-pull-8{position:relative;right:33.33333%}.el-col-md-push-8{position:relative;left:33.33333%}.el-col-md-9{width:37.5%}.el-col-md-offset-9{margin-left:37.5%}.el-col-md-pull-9{position:relative;right:37.5%}.el-col-md-push-9{position:relative;left:37.5%}.el-col-md-10{width:41.66667%}.el-col-md-offset-10{margin-left:41.66667%}.el-col-md-pull-10{position:relative;right:41.66667%}.el-col-md-push-10{position:relative;left:41.66667%}.el-col-md-11{width:45.83333%}.el-col-md-offset-11{margin-left:45.83333%}.el-col-md-pull-11{position:relative;right:45.83333%}.el-col-md-push-11{position:relative;left:45.83333%}.el-col-md-12{width:50%}.el-col-md-offset-12{margin-left:50%}.el-col-md-pull-12{position:relative;right:50%}.el-col-md-push-12{position:relative;left:50%}.el-col-md-13{width:54.16667%}.el-col-md-offset-13{margin-left:54.16667%}.el-col-md-pull-13{position:relative;right:54.16667%}.el-col-md-push-13{position:relative;left:54.16667%}.el-col-md-14{width:58.33333%}.el-col-md-offset-14{margin-left:58.33333%}.el-col-md-pull-14{position:relative;right:58.33333%}.el-col-md-push-14{position:relative;left:58.33333%}.el-col-md-15{width:62.5%}.el-col-md-offset-15{margin-left:62.5%}.el-col-md-pull-15{position:relative;right:62.5%}.el-col-md-push-15{position:relative;left:62.5%}.el-col-md-16{width:66.66667%}.el-col-md-offset-16{margin-left:66.66667%}.el-col-md-pull-16{position:relative;right:66.66667%}.el-col-md-push-16{position:relative;left:66.66667%}.el-col-md-17{width:70.83333%}.el-col-md-offset-17{margin-left:70.83333%}.el-col-md-pull-17{position:relative;right:70.83333%}.el-col-md-push-17{position:relative;left:70.83333%}.el-col-md-18{width:75%}.el-col-md-offset-18{margin-left:75%}.el-col-md-pull-18{position:relative;right:75%}.el-col-md-push-18{position:relative;left:75%}.el-col-md-19{width:79.16667%}.el-col-md-offset-19{margin-left:79.16667%}.el-col-md-pull-19{position:relative;right:79.16667%}.el-col-md-push-19{position:relative;left:79.16667%}.el-col-md-20{width:83.33333%}.el-col-md-offset-20{margin-left:83.33333%}.el-col-md-pull-20{position:relative;right:83.33333%}.el-col-md-push-20{position:relative;left:83.33333%}.el-col-md-21{width:87.5%}.el-col-md-offset-21{margin-left:87.5%}.el-col-md-pull-21{position:relative;right:87.5%}.el-col-md-push-21{position:relative;left:87.5%}.el-col-md-22{width:91.66667%}.el-col-md-offset-22{margin-left:91.66667%}.el-col-md-pull-22{position:relative;right:91.66667%}.el-col-md-push-22{position:relative;left:91.66667%}.el-col-md-23{width:95.83333%}.el-col-md-offset-23{margin-left:95.83333%}.el-col-md-pull-23{position:relative;right:95.83333%}.el-col-md-push-23{position:relative;left:95.83333%}.el-col-md-24{width:100%}.el-col-md-offset-24{margin-left:100%}.el-col-md-pull-24{position:relative;right:100%}.el-col-md-push-24{position:relative;left:100%}}@media only screen and (min-width:1200px){.el-col-lg-0{display:none;width:0}.el-col-lg-offset-0{margin-left:0}.el-col-lg-pull-0{position:relative;right:0}.el-col-lg-push-0{position:relative;left:0}.el-col-lg-1{width:4.16667%}.el-col-lg-offset-1{margin-left:4.16667%}.el-col-lg-pull-1{position:relative;right:4.16667%}.el-col-lg-push-1{position:relative;left:4.16667%}.el-col-lg-2{width:8.33333%}.el-col-lg-offset-2{margin-left:8.33333%}.el-col-lg-pull-2{position:relative;right:8.33333%}.el-col-lg-push-2{position:relative;left:8.33333%}.el-col-lg-3{width:12.5%}.el-col-lg-offset-3{margin-left:12.5%}.el-col-lg-pull-3{position:relative;right:12.5%}.el-col-lg-push-3{position:relative;left:12.5%}.el-col-lg-4{width:16.66667%}.el-col-lg-offset-4{margin-left:16.66667%}.el-col-lg-pull-4{position:relative;right:16.66667%}.el-col-lg-push-4{position:relative;left:16.66667%}.el-col-lg-5{width:20.83333%}.el-col-lg-offset-5{margin-left:20.83333%}.el-col-lg-pull-5{position:relative;right:20.83333%}.el-col-lg-push-5{position:relative;left:20.83333%}.el-col-lg-6{width:25%}.el-col-lg-offset-6{margin-left:25%}.el-col-lg-pull-6{position:relative;right:25%}.el-col-lg-push-6{position:relative;left:25%}.el-col-lg-7{width:29.16667%}.el-col-lg-offset-7{margin-left:29.16667%}.el-col-lg-pull-7{position:relative;right:29.16667%}.el-col-lg-push-7{position:relative;left:29.16667%}.el-col-lg-8{width:33.33333%}.el-col-lg-offset-8{margin-left:33.33333%}.el-col-lg-pull-8{position:relative;right:33.33333%}.el-col-lg-push-8{position:relative;left:33.33333%}.el-col-lg-9{width:37.5%}.el-col-lg-offset-9{margin-left:37.5%}.el-col-lg-pull-9{position:relative;right:37.5%}.el-col-lg-push-9{position:relative;left:37.5%}.el-col-lg-10{width:41.66667%}.el-col-lg-offset-10{margin-left:41.66667%}.el-col-lg-pull-10{position:relative;right:41.66667%}.el-col-lg-push-10{position:relative;left:41.66667%}.el-col-lg-11{width:45.83333%}.el-col-lg-offset-11{margin-left:45.83333%}.el-col-lg-pull-11{position:relative;right:45.83333%}.el-col-lg-push-11{position:relative;left:45.83333%}.el-col-lg-12{width:50%}.el-col-lg-offset-12{margin-left:50%}.el-col-lg-pull-12{position:relative;right:50%}.el-col-lg-push-12{position:relative;left:50%}.el-col-lg-13{width:54.16667%}.el-col-lg-offset-13{margin-left:54.16667%}.el-col-lg-pull-13{position:relative;right:54.16667%}.el-col-lg-push-13{position:relative;left:54.16667%}.el-col-lg-14{width:58.33333%}.el-col-lg-offset-14{margin-left:58.33333%}.el-col-lg-pull-14{position:relative;right:58.33333%}.el-col-lg-push-14{position:relative;left:58.33333%}.el-col-lg-15{width:62.5%}.el-col-lg-offset-15{margin-left:62.5%}.el-col-lg-pull-15{position:relative;right:62.5%}.el-col-lg-push-15{position:relative;left:62.5%}.el-col-lg-16{width:66.66667%}.el-col-lg-offset-16{margin-left:66.66667%}.el-col-lg-pull-16{position:relative;right:66.66667%}.el-col-lg-push-16{position:relative;left:66.66667%}.el-col-lg-17{width:70.83333%}.el-col-lg-offset-17{margin-left:70.83333%}.el-col-lg-pull-17{position:relative;right:70.83333%}.el-col-lg-push-17{position:relative;left:70.83333%}.el-col-lg-18{width:75%}.el-col-lg-offset-18{margin-left:75%}.el-col-lg-pull-18{position:relative;right:75%}.el-col-lg-push-18{position:relative;left:75%}.el-col-lg-19{width:79.16667%}.el-col-lg-offset-19{margin-left:79.16667%}.el-col-lg-pull-19{position:relative;right:79.16667%}.el-col-lg-push-19{position:relative;left:79.16667%}.el-col-lg-20{width:83.33333%}.el-col-lg-offset-20{margin-left:83.33333%}.el-col-lg-pull-20{position:relative;right:83.33333%}.el-col-lg-push-20{position:relative;left:83.33333%}.el-col-lg-21{width:87.5%}.el-col-lg-offset-21{margin-left:87.5%}.el-col-lg-pull-21{position:relative;right:87.5%}.el-col-lg-push-21{position:relative;left:87.5%}.el-col-lg-22{width:91.66667%}.el-col-lg-offset-22{margin-left:91.66667%}.el-col-lg-pull-22{position:relative;right:91.66667%}.el-col-lg-push-22{position:relative;left:91.66667%}.el-col-lg-23{width:95.83333%}.el-col-lg-offset-23{margin-left:95.83333%}.el-col-lg-pull-23{position:relative;right:95.83333%}.el-col-lg-push-23{position:relative;left:95.83333%}.el-col-lg-24{width:100%}.el-col-lg-offset-24{margin-left:100%}.el-col-lg-pull-24{position:relative;right:100%}.el-col-lg-push-24{position:relative;left:100%}}@media only screen and (min-width:1920px){.el-col-xl-0{display:none;width:0}.el-col-xl-offset-0{margin-left:0}.el-col-xl-pull-0{position:relative;right:0}.el-col-xl-push-0{position:relative;left:0}.el-col-xl-1{width:4.16667%}.el-col-xl-offset-1{margin-left:4.16667%}.el-col-xl-pull-1{position:relative;right:4.16667%}.el-col-xl-push-1{position:relative;left:4.16667%}.el-col-xl-2{width:8.33333%}.el-col-xl-offset-2{margin-left:8.33333%}.el-col-xl-pull-2{position:relative;right:8.33333%}.el-col-xl-push-2{position:relative;left:8.33333%}.el-col-xl-3{width:12.5%}.el-col-xl-offset-3{margin-left:12.5%}.el-col-xl-pull-3{position:relative;right:12.5%}.el-col-xl-push-3{position:relative;left:12.5%}.el-col-xl-4{width:16.66667%}.el-col-xl-offset-4{margin-left:16.66667%}.el-col-xl-pull-4{position:relative;right:16.66667%}.el-col-xl-push-4{position:relative;left:16.66667%}.el-col-xl-5{width:20.83333%}.el-col-xl-offset-5{margin-left:20.83333%}.el-col-xl-pull-5{position:relative;right:20.83333%}.el-col-xl-push-5{position:relative;left:20.83333%}.el-col-xl-6{width:25%}.el-col-xl-offset-6{margin-left:25%}.el-col-xl-pull-6{position:relative;right:25%}.el-col-xl-push-6{position:relative;left:25%}.el-col-xl-7{width:29.16667%}.el-col-xl-offset-7{margin-left:29.16667%}.el-col-xl-pull-7{position:relative;right:29.16667%}.el-col-xl-push-7{position:relative;left:29.16667%}.el-col-xl-8{width:33.33333%}.el-col-xl-offset-8{margin-left:33.33333%}.el-col-xl-pull-8{position:relative;right:33.33333%}.el-col-xl-push-8{position:relative;left:33.33333%}.el-col-xl-9{width:37.5%}.el-col-xl-offset-9{margin-left:37.5%}.el-col-xl-pull-9{position:relative;right:37.5%}.el-col-xl-push-9{position:relative;left:37.5%}.el-col-xl-10{width:41.66667%}.el-col-xl-offset-10{margin-left:41.66667%}.el-col-xl-pull-10{position:relative;right:41.66667%}.el-col-xl-push-10{position:relative;left:41.66667%}.el-col-xl-11{width:45.83333%}.el-col-xl-offset-11{margin-left:45.83333%}.el-col-xl-pull-11{position:relative;right:45.83333%}.el-col-xl-push-11{position:relative;left:45.83333%}.el-col-xl-12{width:50%}.el-col-xl-offset-12{margin-left:50%}.el-col-xl-pull-12{position:relative;right:50%}.el-col-xl-push-12{position:relative;left:50%}.el-col-xl-13{width:54.16667%}.el-col-xl-offset-13{margin-left:54.16667%}.el-col-xl-pull-13{position:relative;right:54.16667%}.el-col-xl-push-13{position:relative;left:54.16667%}.el-col-xl-14{width:58.33333%}.el-col-xl-offset-14{margin-left:58.33333%}.el-col-xl-pull-14{position:relative;right:58.33333%}.el-col-xl-push-14{position:relative;left:58.33333%}.el-col-xl-15{width:62.5%}.el-col-xl-offset-15{margin-left:62.5%}.el-col-xl-pull-15{position:relative;right:62.5%}.el-col-xl-push-15{position:relative;left:62.5%}.el-col-xl-16{width:66.66667%}.el-col-xl-offset-16{margin-left:66.66667%}.el-col-xl-pull-16{position:relative;right:66.66667%}.el-col-xl-push-16{position:relative;left:66.66667%}.el-col-xl-17{width:70.83333%}.el-col-xl-offset-17{margin-left:70.83333%}.el-col-xl-pull-17{position:relative;right:70.83333%}.el-col-xl-push-17{position:relative;left:70.83333%}.el-col-xl-18{width:75%}.el-col-xl-offset-18{margin-left:75%}.el-col-xl-pull-18{position:relative;right:75%}.el-col-xl-push-18{position:relative;left:75%}.el-col-xl-19{width:79.16667%}.el-col-xl-offset-19{margin-left:79.16667%}.el-col-xl-pull-19{position:relative;right:79.16667%}.el-col-xl-push-19{position:relative;left:79.16667%}.el-col-xl-20{width:83.33333%}.el-col-xl-offset-20{margin-left:83.33333%}.el-col-xl-pull-20{position:relative;right:83.33333%}.el-col-xl-push-20{position:relative;left:83.33333%}.el-col-xl-21{width:87.5%}.el-col-xl-offset-21{margin-left:87.5%}.el-col-xl-pull-21{position:relative;right:87.5%}.el-col-xl-push-21{position:relative;left:87.5%}.el-col-xl-22{width:91.66667%}.el-col-xl-offset-22{margin-left:91.66667%}.el-col-xl-pull-22{position:relative;right:91.66667%}.el-col-xl-push-22{position:relative;left:91.66667%}.el-col-xl-23{width:95.83333%}.el-col-xl-offset-23{margin-left:95.83333%}.el-col-xl-pull-23{position:relative;right:95.83333%}.el-col-xl-push-23{position:relative;left:95.83333%}.el-col-xl-24{width:100%}.el-col-xl-offset-24{margin-left:100%}.el-col-xl-pull-24{position:relative;right:100%}.el-col-xl-push-24{position:relative;left:100%}}.el-select-dropdown__item{font-size:14px;padding:0 20px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#606266;height:34px;line-height:34px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.el-select-dropdown__item.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-select-dropdown__item.is-disabled:hover{background-color:#fff}.el-select-dropdown__item.hover,.el-select-dropdown__item:hover{background-color:#f5f7fa}.el-select-dropdown__item.selected{color:#409EFF;font-weight:700}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dcdfe6;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button:focus,.el-button:hover{color:#409EFF;border-color:#c6e2ff;background-color:#ecf5ff}.el-button:active{color:#3a8ee6;border-color:#3a8ee6;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#fff;border-color:#409EFF;color:#409EFF}.el-button.is-active,.el-button.is-plain:active{color:#3a8ee6;border-color:#3a8ee6}.el-button.is-plain:active{background:#fff;outline:0}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button.is-circle{border-radius:50%;padding:12px}.el-button--primary{color:#fff;background-color:#409EFF;border-color:#409EFF}.el-button--primary:focus,.el-button--primary:hover{background:#66b1ff;border-color:#66b1ff;color:#fff}.el-button--primary.is-active,.el-button--primary:active{background:#3a8ee6;border-color:#3a8ee6;color:#fff}.el-button--primary:active{outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#fff;background-color:#a0cfff;border-color:#a0cfff}.el-button--primary.is-plain{color:#409EFF;background:#ecf5ff;border-color:#b3d8ff}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#409EFF;border-color:#409EFF;color:#fff}.el-button--primary.is-plain:active{background:#3a8ee6;border-color:#3a8ee6;color:#fff;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#8cc5ff;background-color:#ecf5ff;border-color:#d9ecff}.el-button--success{color:#fff;background-color:#67c23a;border-color:#67c23a}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#fff}.el-button--success.is-active,.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#fff}.el-button--success:active{outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#fff;background-color:#b3e19d;border-color:#b3e19d}.el-button--success.is-plain{color:#67c23a;background:#f0f9eb;border-color:#c2e7b0}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67c23a;border-color:#67c23a;color:#fff}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#fff;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#a4da89;background-color:#f0f9eb;border-color:#e1f3d8}.el-button--warning{color:#fff;background-color:#e6a23c;border-color:#e6a23c}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#fff}.el-button--warning.is-active,.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#fff}.el-button--warning:active{outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#fff;background-color:#f3d19e;border-color:#f3d19e}.el-button--warning.is-plain{color:#e6a23c;background:#fdf6ec;border-color:#f5dab1}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#e6a23c;border-color:#e6a23c;color:#fff}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#fff;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#f0c78a;background-color:#fdf6ec;border-color:#faecd8}.el-button--danger{color:#fff;background-color:#f56c6c;border-color:#f56c6c}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#fff}.el-button--danger.is-active,.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#fff}.el-button--danger:active{outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#fff;background-color:#fab6b6;border-color:#fab6b6}.el-button--danger.is-plain{color:#f56c6c;background:#fef0f0;border-color:#fbc4c4}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#f56c6c;border-color:#f56c6c;color:#fff}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#fff;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f9a7a7;background-color:#fef0f0;border-color:#fde2e2}.el-button--info{color:#fff;background-color:#909399;border-color:#909399}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#fff}.el-button--info.is-active,.el-button--info:active{background:#82848a;border-color:#82848a;color:#fff}.el-button--info:active{outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#fff;background-color:#c8c9cc;border-color:#c8c9cc}.el-button--info.is-plain{color:#909399;background:#f4f4f5;border-color:#d3d4d6}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#fff}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#fff;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#bcbec2;background-color:#f4f4f5;border-color:#e9e9eb}.el-button--text,.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover,.el-button--text:active{border-color:transparent}.el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.el-button--mini,.el-button--small{font-size:12px;border-radius:3px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--small,.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini,.el-button--mini.is-round{padding:7px 15px}.el-button--mini.is-circle{padding:7px}.el-button--text{color:#409EFF;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#66b1ff;border-color:transparent;background-color:transparent}.el-button--text:active{color:#3a8ee6;background-color:transparent}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{display:table;content:""}.el-button-group::after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-button.is-active,.el-button-group>.el-button:active,.el-button-group>.el-button:focus,.el-button-group>.el-button:hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}@charset "UTF-8";.el-checkbox,.el-checkbox__input{display:inline-block;position:relative}.el-table td.is-hidden>*,.el-table th.is-hidden>*,.el-table--hidden{visibility:hidden}.el-checkbox{color:#606266;font-weight:500;font-size:14px;cursor:pointer;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-checkbox-button__inner,.el-table th{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;white-space:nowrap}.el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:normal;height:40px}.el-checkbox.is-bordered.is-checked{border-color:#409EFF}.el-checkbox.is-bordered.is-disabled{border-color:#ebeef5;cursor:not-allowed}.el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.el-checkbox.is-bordered.el-checkbox--medium{padding:7px 20px 7px 10px;border-radius:4px;height:36px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{padding:5px 15px 5px 10px;border-radius:3px;height:32px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox.is-bordered.el-checkbox--mini{padding:3px 15px 3px 10px;border-radius:3px;height:28px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox__input{white-space:nowrap;cursor:pointer;outline:0;line-height:1;vertical-align:middle}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#dcdfe6;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner::after{cursor:not-allowed;border-color:#c0c4cc}.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#c0c4cc}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before{background-color:#c0c4cc;border-color:#c0c4cc}.el-checkbox__input.is-checked .el-checkbox__inner,.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#409EFF;border-color:#409EFF}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:#c0c4cc;cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner::after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:#409EFF}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#409EFF}.el-checkbox__input.is-indeterminate .el-checkbox__inner::before{content:'';position:absolute;display:block;background-color:#fff;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.el-checkbox__input.is-indeterminate .el-checkbox__inner::after{display:none}.el-checkbox__inner{display:inline-block;position:relative;border:1px solid #dcdfe6;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.el-checkbox__inner:hover{border-color:#409EFF}.el-checkbox__inner::after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;-webkit-transition:-webkit-transform .15s ease-in .05s;transition:-webkit-transform .15s ease-in .05s;transition:transform .15s ease-in .05s;transition:transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;-webkit-transform-origin:center;transform-origin:center}.el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.el-checkbox-button,.el-checkbox-button__inner{position:relative;display:inline-block}.el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.el-checkbox+.el-checkbox{margin-left:30px}.el-checkbox-button__inner{line-height:1;font-weight:500;vertical-align:middle;cursor:pointer;background:#fff;border:1px solid #dcdfe6;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);padding:12px 20px;font-size:14px;border-radius:0}.el-table,.el-tag{-webkit-box-sizing:border-box}.el-checkbox-button__inner.is-round{padding:12px 20px}.el-checkbox-button__inner:hover{color:#409EFF}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:#fff;background-color:#409EFF;border-color:#409EFF;-webkit-box-shadow:-1px 0 0 0 #8cc5ff;box-shadow:-1px 0 0 0 #8cc5ff}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#409EFF}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5;-webkit-box-shadow:none;box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:#ebeef5}.el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#409EFF}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.el-checkbox-group{font-size:0}.el-tag{background-color:rgba(64,158,255,.1);display:inline-block;padding:0 10px;height:32px;line-height:30px;font-size:12px;color:#409EFF;border-radius:4px;box-sizing:border-box;border:1px solid rgba(64,158,255,.2);white-space:nowrap}.el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:16px;width:16px;line-height:16px;vertical-align:middle;top:-1px;right:-5px;color:#409EFF}.el-tag .el-icon-close::before{display:block}.el-tag .el-icon-close:hover{background-color:#409EFF;color:#fff}.el-tag--info,.el-tag--info .el-tag__close{color:#909399}.el-tag--info{background-color:rgba(144,147,153,.1);border-color:rgba(144,147,153,.2)}.el-tag--info.is-hit{border-color:#909399}.el-tag--info .el-tag__close:hover{background-color:#909399;color:#fff}.el-tag--success{background-color:rgba(103,194,58,.1);border-color:rgba(103,194,58,.2);color:#67c23a}.el-tag--success.is-hit{border-color:#67c23a}.el-tag--success .el-tag__close{color:#67c23a}.el-tag--success .el-tag__close:hover{background-color:#67c23a;color:#fff}.el-tag--warning{background-color:rgba(230,162,60,.1);border-color:rgba(230,162,60,.2);color:#e6a23c}.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag--warning .el-tag__close:hover{background-color:#e6a23c;color:#fff}.el-tag--danger{background-color:rgba(245,108,108,.1);border-color:rgba(245,108,108,.2);color:#f56c6c}.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag--danger .el-tag__close:hover{background-color:#f56c6c;color:#fff}.el-tag--medium{height:28px;line-height:26px}.el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--small{height:24px;padding:0 8px;line-height:22px}.el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--mini{height:20px;padding:0 5px;line-height:19px}.el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing){outline-width:0}.el-tooltip__popper{position:absolute;border-radius:4px;padding:10px;z-index:2000;font-size:12px;line-height:1.2;min-width:10px}.el-tooltip__popper .popper__arrow,.el-tooltip__popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-tooltip__popper .popper__arrow{border-width:6px}.el-tooltip__popper .popper__arrow::after{content:" ";border-width:5px}.el-tooltip__popper[x-placement^=top]{margin-bottom:12px}.el-tooltip__popper[x-placement^=top] .popper__arrow{bottom:-6px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-5px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=bottom]{margin-top:12px}.el-tooltip__popper[x-placement^=bottom] .popper__arrow{top:-6px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-5px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=right]{margin-left:12px}.el-tooltip__popper[x-placement^=right] .popper__arrow{left:-6px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=right] .popper__arrow::after{bottom:-5px;left:1px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=left]{margin-right:12px}.el-tooltip__popper[x-placement^=left] .popper__arrow{right:-6px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-5px;margin-left:-5px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper.is-dark{background:#303133;color:#fff}.el-table,.el-table__expanded-cell{background-color:#fff}.el-tooltip__popper.is-light{background:#fff;border:1px solid #303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:#303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow::after{border-top-color:#fff}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:#303133}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow::after{border-bottom-color:#fff}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:#303133}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow::after{border-left-color:#fff}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:#303133}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow::after{border-right-color:#fff}.el-table{position:relative;overflow:hidden;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;max-width:100%;font-size:14px;color:#606266}.el-table--mini,.el-table--small,.el-table__expand-icon{font-size:12px}.el-table__empty-block{min-height:60px;text-align:center;width:100%;height:100%;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}.el-table__empty-text{width:50%;color:#909399}.el-table__expand-column .cell{padding:0;text-align:center}.el-table__expand-icon{position:relative;cursor:pointer;color:#666;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;height:20px}.el-table__expand-icon--expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-table__expand-icon>.el-icon{position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-5px}.el-table__expanded-cell[class*=cell]{padding:20px 50px}.el-table__expanded-cell:hover{background-color:transparent!important}.el-table--fit{border-right:0;border-bottom:0}.el-table--fit td.gutter,.el-table--fit th.gutter{border-right-width:1px}.el-table--scrollable-x .el-table__body-wrapper{overflow-x:auto}.el-table--scrollable-y .el-table__body-wrapper{overflow-y:auto}.el-table thead{color:#909399;font-weight:500}.el-table thead.is-group th{background:#f5f7fa}.el-table th,.el-table tr{background-color:#fff}.el-table td,.el-table th{padding:12px 0;min-width:0;-webkit-box-sizing:border-box;box-sizing:border-box;text-overflow:ellipsis;vertical-align:middle;position:relative;text-align:left}.el-table td.is-center,.el-table th.is-center{text-align:center}.el-table td.is-right,.el-table th.is-right{text-align:right}.el-table td.gutter,.el-table th.gutter{width:15px;border-right-width:0;border-bottom-width:0;padding:0}.el-table--medium td,.el-table--medium th{padding:10px 0}.el-table--small td,.el-table--small th{padding:8px 0}.el-table--mini td,.el-table--mini th{padding:6px 0}.el-table .cell,.el-table th div{text-overflow:ellipsis;padding-right:10px;overflow:hidden}.el-table .cell,.el-table th div,.el-table--border td:first-child .cell,.el-table--border th:first-child .cell{padding-left:10px}.el-table tr input[type=checkbox]{margin:0}.el-table td,.el-table th.is-leaf{border-bottom:1px solid #ebeef5}.el-table th.is-sortable{cursor:pointer}.el-table th{overflow:hidden;user-select:none}.el-table th div{display:inline-block;line-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-table th>.cell{position:relative;word-wrap:normal;text-overflow:ellipsis;display:inline-block;vertical-align:middle;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-table th>.cell.highlight{color:#409EFF}.el-table th.required>div::before{display:inline-block;content:"";width:8px;height:8px;border-radius:50%;background:#ff4d51;margin-right:5px;vertical-align:middle}.el-table td div{-webkit-box-sizing:border-box;box-sizing:border-box}.el-table td.gutter{width:0}.el-table .cell{-webkit-box-sizing:border-box;box-sizing:border-box;white-space:normal;word-break:break-all;line-height:23px}.el-table .cell.el-tooltip{white-space:nowrap;min-width:50px}.el-table--border,.el-table--group{border:1px solid #ebeef5}.el-table--border::after,.el-table--group::after,.el-table::before{content:'';position:absolute;background-color:#ebeef5;z-index:1}.el-table--border::after,.el-table--group::after{top:0;right:0;width:1px;height:100%}.el-table::before{left:0;bottom:0;width:100%;height:1px}.el-table--border{border-right:none;border-bottom:none}.el-table--border.el-loading-parent--relative{border-color:transparent}.el-table--border td,.el-table--border th,.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{border-right:1px solid #ebeef5}.el-table--border th.gutter:last-of-type{border-bottom:1px solid #ebeef5;border-bottom-width:1px}.el-table--border th,.el-table__fixed-right-patch{border-bottom:1px solid #ebeef5}.el-table__fixed,.el-table__fixed-right{position:absolute;top:0;left:0;overflow-x:hidden;overflow-y:hidden;-webkit-box-shadow:0 0 10px rgba(0,0,0,.12);box-shadow:0 0 10px rgba(0,0,0,.12)}.el-table__fixed-right::before,.el-table__fixed::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#ebeef5;z-index:4}.el-table__fixed-right-patch{position:absolute;top:-1px;right:0;background-color:#fff}.el-table__fixed-right{top:0;left:auto;right:0}.el-table__fixed-right .el-table__fixed-body-wrapper,.el-table__fixed-right .el-table__fixed-footer-wrapper,.el-table__fixed-right .el-table__fixed-header-wrapper{left:auto;right:0}.el-table__fixed-header-wrapper{position:absolute;left:0;top:0;z-index:3}.el-table__fixed-footer-wrapper{position:absolute;left:0;bottom:0;z-index:3}.el-table__fixed-footer-wrapper tbody td{border-top:1px solid #ebeef5;background-color:#f5f7fa;color:#606266}.el-table__fixed-body-wrapper{position:absolute;left:0;top:37px;overflow:hidden;z-index:3}.el-table__body-wrapper,.el-table__footer-wrapper,.el-table__header-wrapper{width:100%}.el-table__footer-wrapper{margin-top:-1px}.el-table__footer-wrapper td{border-top:1px solid #ebeef5}.el-table__body,.el-table__footer,.el-table__header{table-layout:fixed;border-collapse:separate}.el-table__footer-wrapper,.el-table__header-wrapper{overflow:hidden}.el-table__footer-wrapper tbody td,.el-table__header-wrapper tbody td{background-color:#f5f7fa;color:#606266}.el-table__body-wrapper{overflow:hidden;position:relative}.el-table__body-wrapper.is-scrolling-left~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed-right,.el-table__body-wrapper.is-scrolling-right~.el-table__fixed-right{-webkit-box-shadow:none;box-shadow:none}.el-table__body-wrapper .el-table--border.is-scrolling-right~.el-table__fixed-right{border-left:1px solid #ebeef5}.el-table .caret-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px;width:24px;vertical-align:middle;cursor:pointer;overflow:initial;position:relative}.el-table .sort-caret{width:0;height:0;border:5px solid transparent;position:absolute;left:7px}.el-table .sort-caret.ascending{border-bottom-color:#c0c4cc;top:5px}.el-table .sort-caret.descending{border-top-color:#c0c4cc;bottom:7px}.el-table .ascending .sort-caret.ascending{border-bottom-color:#409EFF}.el-table .descending .sort-caret.descending{border-top-color:#409EFF}.el-table .hidden-columns{visibility:hidden;position:absolute;z-index:-1}.el-table--striped .el-table__body tr.el-table__row--striped td{background:#FAFAFA}.el-table--striped .el-table__body tr.el-table__row--striped.current-row td,.el-table__body tr.current-row>td,.el-table__body tr.hover-row.current-row>td,.el-table__body tr.hover-row.el-table__row--striped.current-row>td,.el-table__body tr.hover-row.el-table__row--striped>td,.el-table__body tr.hover-row>td{background-color:#ecf5ff}.el-table__column-resize-proxy{position:absolute;left:200px;top:0;bottom:0;width:0;border-left:1px solid #ebeef5;z-index:10}.el-table__column-filter-trigger{display:inline-block;line-height:34px;cursor:pointer}.el-table__column-filter-trigger i{color:#909399;font-size:12px;-webkit-transform:scale(.75);transform:scale(.75)}.el-table--enable-row-transition .el-table__body td{-webkit-transition:background-color .25s ease;transition:background-color .25s ease}.el-table--enable-row-hover .el-table__body tr:hover>td{background-color:#f5f7fa}.el-table--fluid-height .el-table__fixed,.el-table--fluid-height .el-table__fixed-right{bottom:0;overflow:hidden}@charset "UTF-8";.el-checkbox,.el-checkbox__input{white-space:nowrap;display:inline-block;position:relative}.el-checkbox{color:#606266;font-weight:500;font-size:14px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:normal;height:40px}.el-checkbox.is-bordered.is-checked{border-color:#409EFF}.el-checkbox.is-bordered.is-disabled{border-color:#ebeef5;cursor:not-allowed}.el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.el-checkbox.is-bordered.el-checkbox--medium{padding:7px 20px 7px 10px;border-radius:4px;height:36px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{padding:5px 15px 5px 10px;border-radius:3px;height:32px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox.is-bordered.el-checkbox--mini{padding:3px 15px 3px 10px;border-radius:3px;height:28px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox__input{cursor:pointer;outline:0;line-height:1;vertical-align:middle}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#dcdfe6;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner::after{cursor:not-allowed;border-color:#c0c4cc}.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#c0c4cc}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before{background-color:#c0c4cc;border-color:#c0c4cc}.el-checkbox__input.is-checked .el-checkbox__inner,.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#409EFF;border-color:#409EFF}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:#c0c4cc;cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner::after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:#409EFF}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#409EFF}.el-checkbox__input.is-indeterminate .el-checkbox__inner::before{content:'';position:absolute;display:block;background-color:#fff;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.el-checkbox__input.is-indeterminate .el-checkbox__inner::after{display:none}.el-checkbox__inner{display:inline-block;position:relative;border:1px solid #dcdfe6;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.el-checkbox__inner:hover{border-color:#409EFF}.el-checkbox__inner::after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;-webkit-transition:-webkit-transform .15s ease-in .05s;transition:-webkit-transform .15s ease-in .05s;transition:transform .15s ease-in .05s;transition:transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;-webkit-transform-origin:center;transform-origin:center}.el-checkbox-button__inner,.el-tag{-webkit-box-sizing:border-box;white-space:nowrap}.el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.el-checkbox-button,.el-checkbox-button__inner{position:relative;display:inline-block}.el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.el-checkbox+.el-checkbox{margin-left:30px}.el-checkbox-button__inner{line-height:1;font-weight:500;vertical-align:middle;cursor:pointer;background:#fff;border:1px solid #dcdfe6;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;box-sizing:border-box;outline:0;margin:0;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:0}.el-checkbox-button__inner.is-round{padding:12px 20px}.el-checkbox-button__inner:hover{color:#409EFF}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:#fff;background-color:#409EFF;border-color:#409EFF;-webkit-box-shadow:-1px 0 0 0 #8cc5ff;box-shadow:-1px 0 0 0 #8cc5ff}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#409EFF}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5;-webkit-box-shadow:none;box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:#ebeef5}.el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#409EFF}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.el-checkbox-group{font-size:0}.el-tag{background-color:rgba(64,158,255,.1);display:inline-block;padding:0 10px;height:32px;line-height:30px;font-size:12px;color:#409EFF;border-radius:4px;box-sizing:border-box;border:1px solid rgba(64,158,255,.2)}.el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:16px;width:16px;line-height:16px;vertical-align:middle;top:-1px;right:-5px;color:#409EFF}.el-tag .el-icon-close::before{display:block}.el-tag .el-icon-close:hover{background-color:#409EFF;color:#fff}.el-tag--info,.el-tag--info .el-tag__close{color:#909399}.el-tag--info{background-color:rgba(144,147,153,.1);border-color:rgba(144,147,153,.2)}.el-tag--info.is-hit{border-color:#909399}.el-tag--info .el-tag__close:hover{background-color:#909399;color:#fff}.el-tag--success{background-color:rgba(103,194,58,.1);border-color:rgba(103,194,58,.2);color:#67c23a}.el-tag--success.is-hit{border-color:#67c23a}.el-tag--success .el-tag__close{color:#67c23a}.el-tag--success .el-tag__close:hover{background-color:#67c23a;color:#fff}.el-tag--warning{background-color:rgba(230,162,60,.1);border-color:rgba(230,162,60,.2);color:#e6a23c}.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag--warning .el-tag__close:hover{background-color:#e6a23c;color:#fff}.el-tag--danger{background-color:rgba(245,108,108,.1);border-color:rgba(245,108,108,.2);color:#f56c6c}.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag--danger .el-tag__close:hover{background-color:#f56c6c;color:#fff}.el-tag--medium{height:28px;line-height:26px}.el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--small{height:24px;padding:0 8px;line-height:22px}.el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--mini{height:20px;padding:0 5px;line-height:19px}.el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.el-table-column--selection .cell{padding-left:14px;padding-right:14px}.el-table-filter{border:1px solid #ebeef5;border-radius:2px;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:2px 0}.el-table-filter__list{padding:5px 0;margin:0;list-style:none;min-width:100px}.el-table-filter__list-item{line-height:36px;padding:0 10px;cursor:pointer;font-size:14px}.el-table-filter__list-item:hover{background-color:#ecf5ff;color:#66b1ff}.el-table-filter__list-item.is-active{background-color:#409EFF;color:#fff}.el-table-filter__content{min-width:100px}.el-table-filter__bottom{border-top:1px solid #ebeef5;padding:8px}.el-table-filter__bottom button{background:0 0;border:none;color:#606266;cursor:pointer;font-size:13px;padding:0 3px}.el-table-filter__bottom button:hover{color:#409EFF}.el-table-filter__bottom button:focus{outline:0}.el-table-filter__bottom button.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-table-filter__wrap{max-height:280px}.el-table-filter__checkbox-group{padding:10px}.el-table-filter__checkbox-group label.el-checkbox{display:block;margin-right:5px;margin-bottom:8px;margin-left:5px}.el-table-filter__checkbox-group .el-checkbox:last-child{margin-bottom:0}.el-date-table td.in-range div,.el-date-table td.in-range div:hover,.el-date-table.is-week-mode .el-date-table__row.current div,.el-date-table.is-week-mode .el-date-table__row:hover div{background-color:#f2f6fc}.el-date-table{font-size:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover{color:#606266}.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table td{width:32px;height:30px;padding:4px 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;cursor:pointer;position:relative}.el-date-table td div{height:30px;padding:3px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-table td span{width:24px;height:24px;display:block;margin:0 auto;line-height:24px;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:50%}.el-month-table td .cell,.el-year-table td .cell{width:48px;height:32px;display:block;line-height:32px}.el-date-table td.next-month,.el-date-table td.prev-month{color:#c0c4cc}.el-date-table td.today{position:relative}.el-date-table td.today span{color:#409EFF;font-weight:700}.el-date-table td.today.end-date span,.el-date-table td.today.start-date span{color:#fff}.el-date-table td.available:hover{color:#409EFF}.el-date-table td.current:not(.disabled) span{color:#fff;background-color:#409EFF}.el-date-table td.end-date div,.el-date-table td.start-date div{color:#fff}.el-date-table td.end-date span,.el-date-table td.start-date span{background-color:#409EFF}.el-date-table td.start-date div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table td.end-date div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table td.disabled div{background-color:#f5f7fa;opacity:1;cursor:not-allowed;color:#c0c4cc}.el-fade-in-enter,.el-fade-in-leave-active,.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active,.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.el-date-table td.selected div{margin-left:5px;margin-right:5px;background-color:#f2f6fc;border-radius:15px}.el-date-table td.selected div:hover{background-color:#f2f6fc}.el-date-table td.selected span{background-color:#409EFF;color:#fff;border-radius:15px}.el-date-table td.week{font-size:80%;color:#606266}.el-date-table th{padding:5px;color:#606266;font-weight:400;border-bottom:solid 1px #ebeef5}.el-month-table{font-size:12px;margin:-1px;border-collapse:collapse}.el-month-table td{text-align:center;padding:20px 3px;cursor:pointer}.el-month-table td.disabled .cell{background-color:#f5f7fa;cursor:not-allowed;color:#c0c4cc}.el-month-table td.disabled .cell:hover{color:#c0c4cc}.el-month-table td .cell{color:#606266;margin:0 auto}.el-month-table td .cell:hover,.el-month-table td.current:not(.disabled) .cell{color:#409EFF}.el-year-table{font-size:12px;margin:-1px;border-collapse:collapse}.el-year-table .el-icon{color:#303133}.el-year-table td{text-align:center;padding:20px 3px;cursor:pointer}.el-year-table td.disabled .cell{background-color:#f5f7fa;cursor:not-allowed;color:#c0c4cc}.el-year-table td.disabled .cell:hover{color:#c0c4cc}.el-year-table td .cell{color:#606266;margin:0 auto}.el-year-table td .cell:hover,.el-year-table td.current:not(.disabled) .cell{color:#409EFF}.el-time-spinner.has-seconds .el-time-spinner__wrapper{width:33.3%}.el-time-spinner__wrapper{max-height:190px;overflow:auto;display:inline-block;width:50%;vertical-align:top;position:relative}.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default){padding-bottom:15px}.el-time-spinner__wrapper.is-arrow{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden}.el-time-spinner__wrapper.is-arrow .el-time-spinner__list{-webkit-transform:translateY(-32px);transform:translateY(-32px)}.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active){background:#fff;cursor:default}.el-time-spinner__arrow{font-size:12px;color:#909399;position:absolute;left:0;width:100%;z-index:1;text-align:center;height:30px;line-height:30px;cursor:pointer}.el-time-spinner__arrow:hover{color:#409EFF}.el-time-spinner__arrow.el-icon-arrow-up{top:10px}.el-time-spinner__arrow.el-icon-arrow-down{bottom:10px}.el-time-spinner__input.el-input{width:70%}.el-time-spinner__input.el-input .el-input__inner{padding:0;text-align:center}.el-time-spinner__list{padding:0;margin:0;list-style:none;text-align:center}.el-time-spinner__list::after,.el-time-spinner__list::before{content:'';display:block;width:100%;height:80px}.el-time-spinner__item{height:32px;line-height:32px;font-size:12px;color:#606266}.el-time-spinner__item:hover:not(.disabled):not(.active){background:#f5f7fa;cursor:pointer}.el-time-spinner__item.active:not(.disabled){color:#303133;font-weight:700}.el-time-spinner__item.disabled{color:#c0c4cc;cursor:not-allowed}.fade-in-linear-enter-active,.fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-enter-active,.el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55,0,.1,1);transition:opacity .3s cubic-bezier(.55,0,.1,1)}.el-date-editor{position:relative;display:inline-block;text-align:left}.el-date-editor.el-input,.el-date-editor.el-input__inner{width:220px}.el-date-editor--daterange.el-input,.el-date-editor--daterange.el-input__inner,.el-date-editor--timerange.el-input,.el-date-editor--timerange.el-input__inner{width:350px}.el-date-editor--datetimerange.el-input,.el-date-editor--datetimerange.el-input__inner{width:400px}.el-date-editor--dates .el-input__inner{text-overflow:ellipsis;white-space:nowrap}.el-date-editor .el-icon-circle-close{cursor:pointer}.el-date-editor .el-range__icon{font-size:14px;margin-left:-5px;color:#c0c4cc;float:left;line-height:32px}.el-date-editor .el-range-input,.el-date-editor .el-range-separator{height:100%;margin:0;text-align:center;display:inline-block;font-size:14px}.el-date-editor .el-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:0;padding:0;width:39%;color:#606266}.el-date-editor .el-range-input::-webkit-input-placeholder{color:#c0c4cc}.el-date-editor .el-range-input:-ms-input-placeholder{color:#c0c4cc}.el-date-editor .el-range-input::placeholder{color:#c0c4cc}.el-date-editor .el-range-separator{padding:0 5px;line-height:32px;width:5%;color:#303133}.el-date-editor .el-range__close-icon{font-size:14px;color:#c0c4cc;width:25px;display:inline-block;float:right;line-height:32px}.el-range-editor.el-input__inner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 10px}.el-range-editor .el-range-input{line-height:1}.el-range-editor.is-active,.el-range-editor.is-active:hover{border-color:#409EFF}.el-range-editor--medium.el-input__inner{height:36px}.el-range-editor--medium .el-range-separator{line-height:28px;font-size:14px}.el-range-editor--medium .el-range-input{font-size:14px}.el-range-editor--medium .el-range__close-icon,.el-range-editor--medium .el-range__icon{line-height:28px}.el-range-editor--small.el-input__inner{height:32px}.el-range-editor--small .el-range-separator{line-height:24px;font-size:13px}.el-range-editor--small .el-range-input{font-size:13px}.el-range-editor--small .el-range__close-icon,.el-range-editor--small .el-range__icon{line-height:24px}.el-range-editor--mini.el-input__inner{height:28px}.el-range-editor--mini .el-range-separator{line-height:20px;font-size:12px}.el-range-editor--mini .el-range-input{font-size:12px}.el-range-editor--mini .el-range__close-icon,.el-range-editor--mini .el-range__icon{line-height:20px}.el-range-editor.is-disabled{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-range-editor.is-disabled:focus,.el-range-editor.is-disabled:hover{border-color:#e4e7ed}.el-range-editor.is-disabled input{background-color:#f5f7fa;color:#c0c4cc;cursor:not-allowed}.el-range-editor.is-disabled input::-webkit-input-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input:-ms-input-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input::placeholder{color:#c0c4cc}.el-range-editor.is-disabled .el-range-separator{color:#c0c4cc}.el-picker-panel{color:#606266;border:1px solid #e4e7ed;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);background:#fff;border-radius:4px;line-height:30px;margin:5px 0}.el-picker-panel__body-wrapper::after,.el-picker-panel__body::after{content:"";display:table;clear:both}.el-picker-panel__content{position:relative;margin:15px}.el-picker-panel__footer{border-top:1px solid #e4e4e4;padding:4px;text-align:right;background-color:#fff;position:relative;font-size:0}.el-picker-panel__shortcut{display:block;width:100%;border:0;background-color:transparent;line-height:28px;font-size:14px;color:#606266;padding-left:12px;text-align:left;outline:0;cursor:pointer}.el-picker-panel__shortcut:hover{color:#409EFF}.el-picker-panel__shortcut.active{background-color:#e6f1fe;color:#409EFF}.el-picker-panel__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-picker-panel__btn[disabled]{color:#ccc;cursor:not-allowed}.el-picker-panel__icon-btn{font-size:12px;color:#303133;border:0;background:0 0;cursor:pointer;outline:0;margin-top:8px}.el-picker-panel__icon-btn:hover{color:#409EFF}.el-picker-panel__icon-btn.is-disabled{color:#bbb}.el-picker-panel__icon-btn.is-disabled:hover{cursor:not-allowed}.el-picker-panel__link-btn{vertical-align:middle}.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar{position:absolute;top:0;bottom:0;width:110px;border-right:1px solid #e4e4e4;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;background-color:#fff;overflow:auto}.el-picker-panel [slot=sidebar]+.el-picker-panel__body,.el-picker-panel__sidebar+.el-picker-panel__body{margin-left:110px}.el-date-picker{width:322px}.el-date-picker.has-sidebar.has-time{width:434px}.el-date-picker.has-sidebar{width:438px}.el-date-picker.has-time .el-picker-panel__body-wrapper{position:relative}.el-date-picker .el-picker-panel__content{width:292px}.el-date-picker table{table-layout:fixed;width:100%}.el-date-picker__editor-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-picker__header{margin:12px;text-align:center}.el-date-picker__header--bordered{margin-bottom:0;padding-bottom:12px;border-bottom:solid 1px #ebeef5}.el-date-picker__header--bordered+.el-picker-panel__content{margin-top:0}.el-date-picker__header-label{font-size:16px;font-weight:500;padding:0 5px;line-height:22px;text-align:center;cursor:pointer;color:#606266}.el-date-picker__header-label.active,.el-date-picker__header-label:hover{color:#409EFF}.el-date-picker__prev-btn{float:left}.el-date-picker__next-btn{float:right}.el-date-picker__time-wrap{padding:10px;text-align:center}.el-date-picker__time-label{float:left;cursor:pointer;line-height:30px;margin-left:10px}.el-date-range-picker{width:646px}.el-date-range-picker.has-sidebar{width:756px}.el-date-range-picker table{table-layout:fixed;width:100%}.el-date-range-picker .el-picker-panel__body{min-width:513px}.el-date-range-picker .el-picker-panel__content{margin:0}.el-date-range-picker__header{position:relative;text-align:center;height:28px}.el-date-range-picker__header [class*=arrow-left]{float:left}.el-date-range-picker__header [class*=arrow-right]{float:right}.el-date-range-picker__header div{font-size:16px;font-weight:500;margin-right:50px}.el-date-range-picker__content{float:left;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:16px}.el-date-range-picker__content.is-left{border-right:1px solid #e4e4e4}.el-date-range-picker__content.is-right .el-date-range-picker__header div{margin-left:50px;margin-right:50px}.el-date-range-picker__editors-wrap{-webkit-box-sizing:border-box;box-sizing:border-box;display:table-cell}.el-date-range-picker__editors-wrap.is-right{text-align:right}.el-date-range-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-range-picker__time-header>.el-icon-arrow-right{font-size:20px;vertical-align:middle;display:table-cell;color:#303133}.el-date-range-picker__time-picker-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-range-picker__time-picker-wrap .el-picker-panel{position:absolute;top:13px;right:0;z-index:1;background:#fff}.el-time-range-picker{width:354px;overflow:visible}.el-time-range-picker__content{position:relative;text-align:center;padding:10px}.el-time-range-picker__cell{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:4px 7px 7px;width:50%;display:inline-block}.el-time-range-picker__header{margin-bottom:5px;text-align:center;font-size:14px}.el-time-range-picker__body{border-radius:2px;border:1px solid #e4e7ed}.el-time-panel{margin:5px 0;border:1px solid #e4e7ed;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:2px;position:absolute;width:180px;left:0;z-index:1000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-time-panel__content{font-size:0;position:relative;overflow:hidden}.el-time-panel__content::after,.el-time-panel__content::before{content:"";top:50%;position:absolute;margin-top:-15px;height:32px;z-index:-1;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;text-align:left;border-top:1px solid #e4e7ed;border-bottom:1px solid #e4e7ed}.el-time-panel__content::after{left:50%;margin-left:12%;margin-right:12%}.el-time-panel__content::before{padding-left:50%;margin-right:12%;margin-left:12%}.el-time-panel__content.has-seconds::after{left:calc(100% / 3 * 2)}.el-time-panel__content.has-seconds::before{padding-left:calc(100% / 3)}.el-time-panel__footer{border-top:1px solid #e4e4e4;padding:4px;height:36px;line-height:25px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-time-panel__btn{border:none;line-height:28px;padding:0 5px;margin:0 5px;cursor:pointer;background-color:transparent;outline:0;font-size:12px;color:#303133}.el-time-panel__btn.confirm{font-weight:800;color:#409EFF}.el-textarea{display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#fff;background-image:none;border:1px solid #dcdfe6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea__inner:hover{border-color:#c0c4cc}.el-textarea__inner:focus{outline:0;border-color:#409EFF}.el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#c0c4cc}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#c0c4cc;font-size:14px;line-height:16px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-input .el-input__clear:hover{color:#909399}.el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.el-input__prefix,.el-input__suffix{position:absolute;top:0;-webkit-transition:all .3s;text-align:center;height:100%;color:#c0c4cc}.el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input__inner::placeholder{color:#c0c4cc}.el-input__inner:hover{border-color:#c0c4cc}.el-input.is-active .el-input__inner,.el-input__inner:focus{border-color:#409EFF;outline:0}.el-input__suffix{right:5px;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{left:5px;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#f5f7fa;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #dcdfe6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group--prepend .el-input__inner,.el-input-group__append{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--append .el-input__inner,.el-input-group__prepend{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0}.el-input-group__append{border-left:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner,.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#ebeef5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#ebeef5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#ebeef5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#ebeef5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.el-fade-in-enter,.el-fade-in-leave-active,.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active,.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.fade-in-linear-enter-active,.fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-enter-active,.el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55,0,.1,1);transition:opacity .3s cubic-bezier(.55,0,.1,1)}.el-date-editor{position:relative;display:inline-block;text-align:left}.el-date-editor.el-input,.el-date-editor.el-input__inner{width:220px}.el-date-editor--daterange.el-input,.el-date-editor--daterange.el-input__inner,.el-date-editor--timerange.el-input,.el-date-editor--timerange.el-input__inner{width:350px}.el-date-editor--datetimerange.el-input,.el-date-editor--datetimerange.el-input__inner{width:400px}.el-date-editor--dates .el-input__inner{text-overflow:ellipsis;white-space:nowrap}.el-date-editor .el-icon-circle-close{cursor:pointer}.el-date-editor .el-range__icon{font-size:14px;margin-left:-5px;color:#c0c4cc;float:left;line-height:32px}.el-date-editor .el-range-input,.el-date-editor .el-range-separator{height:100%;margin:0;text-align:center;display:inline-block;font-size:14px}.el-date-editor .el-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:0;padding:0;width:39%;color:#606266}.el-date-editor .el-range-input::-webkit-input-placeholder{color:#c0c4cc}.el-date-editor .el-range-input:-ms-input-placeholder{color:#c0c4cc}.el-date-editor .el-range-input::placeholder{color:#c0c4cc}.el-date-editor .el-range-separator{padding:0 5px;line-height:32px;width:5%;color:#303133}.el-date-editor .el-range__close-icon{font-size:14px;color:#c0c4cc;width:25px;display:inline-block;float:right;line-height:32px}.el-range-editor.el-input__inner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 10px}.el-range-editor .el-range-input{line-height:1}.el-range-editor.is-active,.el-range-editor.is-active:hover{border-color:#409EFF}.el-range-editor--medium.el-input__inner{height:36px}.el-range-editor--medium .el-range-separator{line-height:28px;font-size:14px}.el-range-editor--medium .el-range-input{font-size:14px}.el-range-editor--medium .el-range__close-icon,.el-range-editor--medium .el-range__icon{line-height:28px}.el-range-editor--small.el-input__inner{height:32px}.el-range-editor--small .el-range-separator{line-height:24px;font-size:13px}.el-range-editor--small .el-range-input{font-size:13px}.el-range-editor--small .el-range__close-icon,.el-range-editor--small .el-range__icon{line-height:24px}.el-range-editor--mini.el-input__inner{height:28px}.el-range-editor--mini .el-range-separator{line-height:20px;font-size:12px}.el-range-editor--mini .el-range-input{font-size:12px}.el-range-editor--mini .el-range__close-icon,.el-range-editor--mini .el-range__icon{line-height:20px}.el-range-editor.is-disabled{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-range-editor.is-disabled:focus,.el-range-editor.is-disabled:hover{border-color:#e4e7ed}.el-range-editor.is-disabled input{background-color:#f5f7fa;color:#c0c4cc;cursor:not-allowed}.el-range-editor.is-disabled input::-webkit-input-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input:-ms-input-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input::placeholder{color:#c0c4cc}.el-range-editor.is-disabled .el-range-separator{color:#c0c4cc}.el-picker-panel{color:#606266;border:1px solid #e4e7ed;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);background:#fff;border-radius:4px;line-height:30px;margin:5px 0}.el-picker-panel__body-wrapper::after,.el-picker-panel__body::after{content:"";display:table;clear:both}.el-picker-panel__content{position:relative;margin:15px}.el-picker-panel__footer{border-top:1px solid #e4e4e4;padding:4px;text-align:right;background-color:#fff;position:relative;font-size:0}.el-picker-panel__shortcut{display:block;width:100%;border:0;background-color:transparent;line-height:28px;font-size:14px;color:#606266;padding-left:12px;text-align:left;outline:0;cursor:pointer}.el-picker-panel__shortcut:hover{color:#409EFF}.el-picker-panel__shortcut.active{background-color:#e6f1fe;color:#409EFF}.el-picker-panel__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-picker-panel__btn[disabled]{color:#ccc;cursor:not-allowed}.el-picker-panel__icon-btn{font-size:12px;color:#303133;border:0;background:0 0;cursor:pointer;outline:0;margin-top:8px}.el-picker-panel__icon-btn:hover{color:#409EFF}.el-picker-panel__icon-btn.is-disabled{color:#bbb}.el-picker-panel__icon-btn.is-disabled:hover{cursor:not-allowed}.el-picker-panel__link-btn{vertical-align:middle}.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar{position:absolute;top:0;bottom:0;width:110px;border-right:1px solid #e4e4e4;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;background-color:#fff;overflow:auto}.el-picker-panel [slot=sidebar]+.el-picker-panel__body,.el-picker-panel__sidebar+.el-picker-panel__body{margin-left:110px}.el-date-picker{width:322px}.el-date-picker.has-sidebar.has-time{width:434px}.el-date-picker.has-sidebar{width:438px}.el-date-picker.has-time .el-picker-panel__body-wrapper{position:relative}.el-date-picker .el-picker-panel__content{width:292px}.el-date-picker table{table-layout:fixed;width:100%}.el-date-picker__editor-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-picker__header{margin:12px;text-align:center}.el-date-picker__header--bordered{margin-bottom:0;padding-bottom:12px;border-bottom:solid 1px #ebeef5}.el-date-picker__header--bordered+.el-picker-panel__content{margin-top:0}.el-date-picker__header-label{font-size:16px;font-weight:500;padding:0 5px;line-height:22px;text-align:center;cursor:pointer;color:#606266}.el-date-picker__header-label.active,.el-date-picker__header-label:hover{color:#409EFF}.el-date-picker__prev-btn{float:left}.el-date-picker__next-btn{float:right}.el-date-picker__time-wrap{padding:10px;text-align:center}.el-date-picker__time-label{float:left;cursor:pointer;line-height:30px;margin-left:10px}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#ebeef5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#ebeef5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#ebeef5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#ebeef5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.time-select{margin:5px 0;min-width:0}.time-select .el-picker-panel__content{max-height:200px;margin:0}.time-select-item{padding:8px 10px;font-size:14px;line-height:20px}.time-select-item.selected:not(.disabled){color:#409EFF;font-weight:700}.time-select-item.disabled{color:#e4e7ed;cursor:not-allowed}.time-select-item:hover{background-color:#f5f7fa;font-weight:700;cursor:pointer}.el-fade-in-enter,.el-fade-in-leave-active,.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active,.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.fade-in-linear-enter-active,.fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-enter-active,.el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55,0,.1,1);transition:opacity .3s cubic-bezier(.55,0,.1,1)}.el-date-editor{position:relative;display:inline-block;text-align:left}.el-date-editor.el-input,.el-date-editor.el-input__inner{width:220px}.el-date-editor--daterange.el-input,.el-date-editor--daterange.el-input__inner,.el-date-editor--timerange.el-input,.el-date-editor--timerange.el-input__inner{width:350px}.el-date-editor--datetimerange.el-input,.el-date-editor--datetimerange.el-input__inner{width:400px}.el-date-editor--dates .el-input__inner{text-overflow:ellipsis;white-space:nowrap}.el-date-editor .el-icon-circle-close{cursor:pointer}.el-date-editor .el-range__icon{font-size:14px;margin-left:-5px;color:#c0c4cc;float:left;line-height:32px}.el-date-editor .el-range-input,.el-date-editor .el-range-separator{height:100%;margin:0;text-align:center;display:inline-block;font-size:14px}.el-date-editor .el-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:0;padding:0;width:39%;color:#606266}.el-date-editor .el-range-input::-webkit-input-placeholder{color:#c0c4cc}.el-date-editor .el-range-input:-ms-input-placeholder{color:#c0c4cc}.el-date-editor .el-range-input::placeholder{color:#c0c4cc}.el-date-editor .el-range-separator{padding:0 5px;line-height:32px;width:5%;color:#303133}.el-date-editor .el-range__close-icon{font-size:14px;color:#c0c4cc;width:25px;display:inline-block;float:right;line-height:32px}.el-range-editor.el-input__inner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 10px}.el-range-editor .el-range-input{line-height:1}.el-range-editor.is-active,.el-range-editor.is-active:hover{border-color:#409EFF}.el-range-editor--medium.el-input__inner{height:36px}.el-range-editor--medium .el-range-separator{line-height:28px;font-size:14px}.el-range-editor--medium .el-range-input{font-size:14px}.el-range-editor--medium .el-range__close-icon,.el-range-editor--medium .el-range__icon{line-height:28px}.el-range-editor--small.el-input__inner{height:32px}.el-range-editor--small .el-range-separator{line-height:24px;font-size:13px}.el-range-editor--small .el-range-input{font-size:13px}.el-range-editor--small .el-range__close-icon,.el-range-editor--small .el-range__icon{line-height:24px}.el-range-editor--mini.el-input__inner{height:28px}.el-range-editor--mini .el-range-separator{line-height:20px;font-size:12px}.el-range-editor--mini .el-range-input{font-size:12px}.el-range-editor--mini .el-range__close-icon,.el-range-editor--mini .el-range__icon{line-height:20px}.el-range-editor.is-disabled{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-range-editor.is-disabled:focus,.el-range-editor.is-disabled:hover{border-color:#e4e7ed}.el-range-editor.is-disabled input{background-color:#f5f7fa;color:#c0c4cc;cursor:not-allowed}.el-range-editor.is-disabled input::-webkit-input-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input:-ms-input-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input::placeholder{color:#c0c4cc}.el-range-editor.is-disabled .el-range-separator{color:#c0c4cc}.el-picker-panel{color:#606266;border:1px solid #e4e7ed;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);background:#fff;border-radius:4px;line-height:30px;margin:5px 0}.el-picker-panel__body-wrapper::after,.el-picker-panel__body::after{content:"";display:table;clear:both}.el-picker-panel__content{position:relative;margin:15px}.el-picker-panel__footer{border-top:1px solid #e4e4e4;padding:4px;text-align:right;background-color:#fff;position:relative;font-size:0}.el-picker-panel__shortcut{display:block;width:100%;border:0;background-color:transparent;line-height:28px;font-size:14px;color:#606266;padding-left:12px;text-align:left;outline:0;cursor:pointer}.el-picker-panel__shortcut:hover{color:#409EFF}.el-picker-panel__shortcut.active{background-color:#e6f1fe;color:#409EFF}.el-picker-panel__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-picker-panel__btn[disabled]{color:#ccc;cursor:not-allowed}.el-picker-panel__icon-btn{font-size:12px;color:#303133;border:0;background:0 0;cursor:pointer;outline:0;margin-top:8px}.el-picker-panel__icon-btn:hover{color:#409EFF}.el-picker-panel__icon-btn.is-disabled{color:#bbb}.el-picker-panel__icon-btn.is-disabled:hover{cursor:not-allowed}.el-picker-panel__link-btn{vertical-align:middle}.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar{position:absolute;top:0;bottom:0;width:110px;border-right:1px solid #e4e4e4;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;background-color:#fff;overflow:auto}.el-picker-panel [slot=sidebar]+.el-picker-panel__body,.el-picker-panel__sidebar+.el-picker-panel__body{margin-left:110px}.el-time-spinner.has-seconds .el-time-spinner__wrapper{width:33.3%}.el-time-spinner__wrapper{max-height:190px;overflow:auto;display:inline-block;width:50%;vertical-align:top;position:relative}.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default){padding-bottom:15px}.el-time-spinner__input.el-input .el-input__inner,.el-time-spinner__list{padding:0;text-align:center}.el-time-spinner__wrapper.is-arrow{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden}.el-time-spinner__wrapper.is-arrow .el-time-spinner__list{-webkit-transform:translateY(-32px);transform:translateY(-32px)}.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active){background:#fff;cursor:default}.el-time-spinner__arrow{font-size:12px;color:#909399;position:absolute;left:0;width:100%;z-index:1;text-align:center;height:30px;line-height:30px;cursor:pointer}.el-time-spinner__arrow:hover{color:#409EFF}.el-time-spinner__arrow.el-icon-arrow-up{top:10px}.el-time-spinner__arrow.el-icon-arrow-down{bottom:10px}.el-time-spinner__input.el-input{width:70%}.el-time-spinner__list{margin:0;list-style:none}.el-time-spinner__list::after,.el-time-spinner__list::before{content:'';display:block;width:100%;height:80px}.el-time-spinner__item{height:32px;line-height:32px;font-size:12px;color:#606266}.el-time-spinner__item:hover:not(.disabled):not(.active){background:#f5f7fa;cursor:pointer}.el-time-spinner__item.active:not(.disabled){color:#303133;font-weight:700}.el-time-spinner__item.disabled{color:#c0c4cc;cursor:not-allowed}.el-time-panel{margin:5px 0;border:1px solid #e4e7ed;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:2px;position:absolute;width:180px;left:0;z-index:1000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-time-panel__content{font-size:0;position:relative;overflow:hidden}.el-time-panel__content::after,.el-time-panel__content::before{content:"";top:50%;position:absolute;margin-top:-15px;height:32px;z-index:-1;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;text-align:left;border-top:1px solid #e4e7ed;border-bottom:1px solid #e4e7ed}.el-time-panel__content::after{left:50%;margin-left:12%;margin-right:12%}.el-time-panel__content::before{padding-left:50%;margin-right:12%;margin-left:12%}.el-time-panel__content.has-seconds::after{left:calc(100% / 3 * 2)}.el-time-panel__content.has-seconds::before{padding-left:calc(100% / 3)}.el-time-panel__footer{border-top:1px solid #e4e4e4;padding:4px;height:36px;line-height:25px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-time-panel__btn{border:none;line-height:28px;padding:0 5px;margin:0 5px;cursor:pointer;background-color:transparent;outline:0;font-size:12px;color:#303133}.el-time-panel__btn.confirm{font-weight:800;color:#409EFF}.el-time-range-picker{width:354px;overflow:visible}.el-time-range-picker__content{position:relative;text-align:center;padding:10px}.el-time-range-picker__cell{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:4px 7px 7px;width:50%;display:inline-block}.el-time-range-picker__header{margin-bottom:5px;text-align:center;font-size:14px}.el-time-range-picker__body{border-radius:2px;border:1px solid #e4e7ed}.el-textarea{display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#fff;background-image:none;border:1px solid #dcdfe6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea__inner:hover{border-color:#c0c4cc}.el-textarea__inner:focus{outline:0;border-color:#409EFF}.el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#c0c4cc}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#c0c4cc;font-size:14px;line-height:16px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-input .el-input__clear:hover{color:#909399}.el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.el-input__prefix,.el-input__suffix{position:absolute;top:0;-webkit-transition:all .3s;text-align:center;height:100%;color:#c0c4cc}.el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input__inner::placeholder{color:#c0c4cc}.el-input__inner:hover{border-color:#c0c4cc}.el-input.is-active .el-input__inner,.el-input__inner:focus{border-color:#409EFF;outline:0}.el-input__suffix{right:5px;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{left:5px;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#f5f7fa;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #dcdfe6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group--prepend .el-input__inner,.el-input-group__append{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--append .el-input__inner,.el-input-group__prepend{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0}.el-input-group__append{border-left:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner,.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#ebeef5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#ebeef5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#ebeef5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#ebeef5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}@font-face{font-family:element-icons;src:url(/dist/fonts/element-icons.woff) format("woff"),url(/dist/fonts/element-icons.ttf) format("truetype");font-weight:400;font-style:normal}[class*=" el-icon-"],[class^=el-icon-]{font-family:element-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-icon-info:before{content:"\E61A"}.el-icon-error:before{content:"\E62C"}.el-icon-success:before{content:"\E62D"}.el-icon-warning:before{content:"\E62E"}.el-icon-question:before{content:"\E634"}.el-icon-back:before{content:"\E606"}.el-icon-arrow-left:before{content:"\E600"}.el-icon-arrow-down:before{content:"\E603"}.el-icon-arrow-right:before{content:"\E604"}.el-icon-arrow-up:before{content:"\E605"}.el-icon-caret-left:before{content:"\E60A"}.el-icon-caret-bottom:before{content:"\E60B"}.el-icon-caret-top:before{content:"\E60C"}.el-icon-caret-right:before{content:"\E60E"}.el-icon-d-arrow-left:before{content:"\E610"}.el-icon-d-arrow-right:before{content:"\E613"}.el-icon-minus:before{content:"\E621"}.el-icon-plus:before{content:"\E62B"}.el-icon-remove:before{content:"\E635"}.el-icon-circle-plus:before{content:"\E601"}.el-icon-remove-outline:before{content:"\E63C"}.el-icon-circle-plus-outline:before{content:"\E602"}.el-icon-close:before{content:"\E60F"}.el-icon-check:before{content:"\E611"}.el-icon-circle-close:before{content:"\E607"}.el-icon-circle-check:before{content:"\E639"}.el-icon-circle-close-outline:before{content:"\E609"}.el-icon-circle-check-outline:before{content:"\E63E"}.el-icon-zoom-out:before{content:"\E645"}.el-icon-zoom-in:before{content:"\E641"}.el-icon-d-caret:before{content:"\E615"}.el-icon-sort:before{content:"\E640"}.el-icon-sort-down:before{content:"\E630"}.el-icon-sort-up:before{content:"\E631"}.el-icon-tickets:before{content:"\E63F"}.el-icon-document:before{content:"\E614"}.el-icon-goods:before{content:"\E618"}.el-icon-sold-out:before{content:"\E63B"}.el-icon-news:before{content:"\E625"}.el-icon-message:before{content:"\E61B"}.el-icon-date:before{content:"\E608"}.el-icon-printer:before{content:"\E62F"}.el-icon-time:before{content:"\E642"}.el-icon-bell:before{content:"\E622"}.el-icon-mobile-phone:before{content:"\E624"}.el-icon-service:before{content:"\E63A"}.el-icon-view:before{content:"\E643"}.el-icon-menu:before{content:"\E620"}.el-icon-more:before{content:"\E646"}.el-icon-more-outline:before{content:"\E626"}.el-icon-star-on:before{content:"\E637"}.el-icon-star-off:before{content:"\E63D"}.el-icon-location:before{content:"\E61D"}.el-icon-location-outline:before{content:"\E61F"}.el-icon-phone:before{content:"\E627"}.el-icon-phone-outline:before{content:"\E628"}.el-icon-picture:before{content:"\E629"}.el-icon-picture-outline:before{content:"\E62A"}.el-icon-delete:before{content:"\E612"}.el-icon-search:before{content:"\E619"}.el-icon-edit:before{content:"\E61C"}.el-icon-edit-outline:before{content:"\E616"}.el-icon-rank:before{content:"\E632"}.el-icon-refresh:before{content:"\E633"}.el-icon-share:before{content:"\E636"}.el-icon-setting:before{content:"\E638"}.el-icon-upload:before{content:"\E60D"}.el-icon-upload2:before{content:"\E644"}.el-icon-download:before{content:"\E617"}.el-icon-loading:before{content:"\E61E"}.el-icon-loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@-webkit-keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}.el-rate__icon,.el-rate__item{position:relative;display:inline-block}.el-rate{height:20px;line-height:1}.el-rate:active,.el-rate:focus{outline-width:0}.el-rate__item{font-size:0;vertical-align:middle}.el-rate__icon{font-size:18px;margin-right:6px;color:#c0c4cc;-webkit-transition:.3s;transition:.3s}.el-rate__decimal,.el-rate__icon .path2{position:absolute;top:0;left:0}.el-rate__icon.hover{-webkit-transform:scale(1.15);transform:scale(1.15)}.el-rate__decimal{display:inline-block;overflow:hidden}.el-rate__text{font-size:14px;vertical-align:middle}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#ebeef5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#ebeef5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#ebeef5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#ebeef5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.el-popover{position:absolute;background:#fff;min-width:150px;border-radius:4px;border:1px solid #ebeef5;padding:12px;z-index:2000;color:#606266;line-height:1.4;text-align:justify;font-size:14px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-popover--plain{padding:18px 20px}.el-popover__title{color:#303133;font-size:16px;line-height:1;margin-bottom:12px}.el-popover:focus,.el-popover:focus:active,.el-popover__reference:focus:hover,.el-popover__reference:focus:not(.focusing){outline-width:0}.el-textarea{display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#fff;background-image:none;border:1px solid #dcdfe6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea__inner:hover{border-color:#c0c4cc}.el-textarea__inner:focus{outline:0;border-color:#409EFF}.el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#c0c4cc}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#c0c4cc;font-size:14px;line-height:16px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-input .el-input__clear:hover{color:#909399}.el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.el-input__prefix,.el-input__suffix{position:absolute;top:0;-webkit-transition:all .3s;height:100%;color:#c0c4cc;text-align:center}.el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input__inner::placeholder{color:#c0c4cc}.el-input__inner:hover{border-color:#c0c4cc}.el-input.is-active .el-input__inner,.el-input__inner:focus{border-color:#409EFF;outline:0}.el-input__suffix{right:5px;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{left:5px;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#f5f7fa;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #dcdfe6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group--prepend .el-input__inner,.el-input-group__append{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--append .el-input__inner,.el-input-group__prepend{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0}.el-input-group__append{border-left:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner,.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#ebeef5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#ebeef5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#ebeef5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#ebeef5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.el-autocomplete{position:relative;display:inline-block}.el-autocomplete-suggestion{margin:5px 0;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:4px}.el-autocomplete-suggestion__wrap{max-height:280px;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:auto;background-color:#fff;border:1px solid #e4e7ed;border-radius:4px}.el-autocomplete-suggestion__list{margin:0;padding:0}.el-autocomplete-suggestion li{padding:0 20px;margin:0;line-height:34px;cursor:pointer;color:#606266;font-size:14px;list-style:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-autocomplete-suggestion li.highlighted,.el-autocomplete-suggestion li:hover{background-color:#f5f7fa}.el-autocomplete-suggestion li.divider{margin-top:6px;border-top:1px solid #000}.el-autocomplete-suggestion li.divider:last-child{margin-bottom:-6px}.el-autocomplete-suggestion.is-loading li{text-align:center;height:100px;line-height:100px;font-size:20px;color:#999}.el-autocomplete-suggestion.is-loading li::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-autocomplete-suggestion.is-loading li:hover{background-color:#fff}.el-autocomplete-suggestion.is-loading .el-icon-loading{vertical-align:middle}.el-loading-parent--relative{position:relative!important}.el-loading-parent--hidden{overflow:hidden!important}.el-loading-mask{position:absolute;z-index:2000;background-color:rgba(255,255,255,.9);margin:0;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .3s;transition:opacity .3s}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:-25px}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:50px;width:50px}.el-loading-spinner{top:50%;margin-top:-21px;width:100%;text-align:center;position:absolute}.el-loading-spinner .el-loading-text{color:#409EFF;margin:3px 0;font-size:14px}.el-loading-spinner .circular{height:42px;width:42px;-webkit-animation:loading-rotate 2s linear infinite;animation:loading-rotate 2s linear infinite}.el-loading-spinner .path{-webkit-animation:loading-dash 1.5s ease-in-out infinite;animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:#409EFF;stroke-linecap:round}.el-loading-spinner i{color:#409EFF}.el-loading-fade-enter,.el-loading-fade-leave-active{opacity:0}@-webkit-keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@charset "UTF-8";.el-upload-cover__title,.el-upload-list__item-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.el-progress{position:relative;line-height:1}.el-progress__text{font-size:14px;color:#606266;display:inline-block;vertical-align:middle;margin-left:10px;line-height:1}.el-progress__text i{vertical-align:middle;display:block}.el-progress--circle{display:inline-block}.el-progress--circle .el-progress__text{position:absolute;top:50%;left:0;width:100%;text-align:center;margin:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.el-progress--circle .el-progress__text i{vertical-align:middle;display:inline-block}.el-progress--without-text .el-progress__text{display:none}.el-progress--without-text .el-progress-bar{padding-right:0;margin-right:0;display:block}.el-progress--text-inside .el-progress-bar{padding-right:0;margin-right:0}.el-progress.is-success .el-progress-bar__inner{background-color:#67c23a}.el-progress.is-success .el-progress__text{color:#67c23a}.el-progress.is-exception .el-progress-bar__inner{background-color:#f56c6c}.el-progress.is-exception .el-progress__text{color:#f56c6c}.el-progress-bar{padding-right:50px;display:inline-block;vertical-align:middle;width:100%;margin-right:-55px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-upload--picture-card,.el-upload-dragger{-webkit-box-sizing:border-box;cursor:pointer}.el-progress-bar__outer{height:6px;border-radius:100px;background-color:#ebeef5;overflow:hidden;position:relative;vertical-align:middle}.el-progress-bar__inner{position:absolute;left:0;top:0;height:100%;background-color:#409EFF;text-align:right;border-radius:100px;line-height:1;white-space:nowrap}.el-progress-bar__inner::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-progress-bar__innerText{display:inline-block;vertical-align:middle;color:#fff;font-size:12px;margin:0 5px}@-webkit-keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}@keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}.el-upload{display:inline-block;text-align:center;cursor:pointer;outline:0}.el-upload__input{display:none}.el-upload__tip{font-size:12px;color:#606266;margin-top:7px}.el-upload iframe{position:absolute;z-index:-1;top:0;left:0;opacity:0;filter:alpha(opacity=0)}.el-upload--picture-card{background-color:#fbfdff;border:1px dashed #c0ccda;border-radius:6px;box-sizing:border-box;width:148px;height:148px;line-height:146px;vertical-align:top}.el-upload--picture-card i{font-size:28px;color:#8c939d}.el-upload--picture-card:hover,.el-upload:focus{border-color:#409EFF;color:#409EFF}.el-upload:focus .el-upload-dragger{border-color:#409EFF}.el-upload-dragger{background-color:#fff;border:1px dashed #d9d9d9;border-radius:6px;box-sizing:border-box;width:360px;height:180px;text-align:center;position:relative;overflow:hidden}.el-upload-dragger .el-icon-upload{font-size:67px;color:#c0c4cc;margin:40px 0 16px;line-height:50px}.el-upload-dragger+.el-upload__tip{text-align:center}.el-upload-dragger~.el-upload__files{border-top:1px solid #dcdfe6;margin-top:7px;padding-top:5px}.el-upload-dragger .el-upload__text{color:#606266;font-size:14px;text-align:center}.el-upload-dragger .el-upload__text em{color:#409EFF;font-style:normal}.el-upload-dragger:hover{border-color:#409EFF}.el-upload-dragger.is-dragover{background-color:rgba(32,159,255,.06);border:2px dashed #409EFF}.el-upload-list{margin:0;padding:0;list-style:none}.el-upload-list__item{-webkit-transition:all .5s cubic-bezier(.55,0,.1,1);transition:all .5s cubic-bezier(.55,0,.1,1);font-size:14px;color:#606266;line-height:1.8;margin-top:5px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;width:100%}.el-upload-list__item .el-progress{position:absolute;top:20px;width:100%}.el-upload-list__item .el-progress__text{position:absolute;right:0;top:-13px}.el-upload-list__item .el-progress-bar{margin-right:0;padding-right:0}.el-upload-list__item:first-child{margin-top:10px}.el-upload-list__item .el-icon-upload-success{color:#67c23a}.el-upload-list__item .el-icon-close{display:none;position:absolute;top:5px;right:5px;cursor:pointer;opacity:.75;color:#606266}.el-upload-list__item .el-icon-close:hover{opacity:1}.el-upload-list__item .el-icon-close-tip{display:none;position:absolute;top:5px;right:5px;font-size:12px;cursor:pointer;opacity:1;color:#409EFF}.el-upload-list__item:hover{background-color:#f5f7fa}.el-upload-list__item:hover .el-icon-close{display:inline-block}.el-upload-list__item:hover .el-progress__text{display:none}.el-upload-list__item.is-success .el-upload-list__item-status-label{display:block}.el-upload-list__item.is-success .el-upload-list__item-name:focus,.el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#409EFF;cursor:pointer}.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip{display:inline-block}.el-upload-list__item.is-success:active,.el-upload-list__item.is-success:not(.focusing):focus{outline-width:0}.el-upload-list__item.is-success:active .el-icon-close-tip,.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,.el-upload-list__item.is-success:hover .el-upload-list__item-status-label,.el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip{display:none}.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label{display:block}.el-upload-list__item-name{color:#606266;display:block;margin-right:40px;padding-left:4px;-webkit-transition:color .3s;transition:color .3s}.el-upload-list__item-name [class^=el-icon]{height:100%;margin-right:7px;color:#909399;line-height:inherit}.el-upload-list__item-status-label{position:absolute;right:5px;top:0;line-height:inherit;display:none}.el-upload-list__item-delete{position:absolute;right:10px;top:0;font-size:12px;color:#606266;display:none}.el-upload-list__item-delete:hover{color:#409EFF}.el-upload-list--picture-card{margin:0;display:inline;vertical-align:top}.el-upload-list--picture-card .el-upload-list__item{overflow:hidden;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:148px;height:148px;margin:0 8px 8px 0;display:inline-block}.el-upload-list--picture-card .el-upload-list__item .el-icon-check,.el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check{color:#fff}.el-upload-list--picture-card .el-upload-list__item .el-icon-close,.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label{display:none}.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture-card .el-upload-list__item-name{display:none}.el-upload-list--picture-card .el-upload-list__item-thumbnail{width:100%;height:100%}.el-upload-list--picture-card .el-upload-list__item-status-label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-list--picture-card .el-upload-list__item-status-label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture-card .el-upload-list__item-actions{position:absolute;width:100%;height:100%;left:0;top:0;cursor:default;text-align:center;color:#fff;opacity:0;font-size:20px;background-color:rgba(0,0,0,.5);-webkit-transition:opacity .3s;transition:opacity .3s}.el-upload-list--picture-card .el-upload-list__item-actions::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-upload-list--picture-card .el-upload-list__item-actions span{display:none;cursor:pointer}.el-upload-list--picture-card .el-upload-list__item-actions span+span{margin-left:15px}.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete{position:static;font-size:inherit;color:inherit}.el-upload-list--picture-card .el-upload-list__item-actions:hover{opacity:1}.el-upload-list--picture-card .el-upload-list__item-actions:hover span{display:inline-block}.el-upload-list--picture-card .el-progress{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);bottom:auto;width:126px}.el-upload-list--picture-card .el-progress .el-progress__text{top:50%}.el-upload-list--picture .el-upload-list__item{overflow:hidden;z-index:0;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:10px;padding:10px 10px 10px 90px;height:92px}.el-upload-list--picture .el-upload-list__item .el-icon-check,.el-upload-list--picture .el-upload-list__item .el-icon-circle-check{color:#fff}.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label{background:0 0;-webkit-box-shadow:none;box-shadow:none;top:-2px;right:-12px}.el-upload-list--picture .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name{line-height:70px;margin-top:0}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i{display:none}.el-upload-list--picture .el-upload-list__item-thumbnail{vertical-align:middle;display:inline-block;width:70px;height:70px;float:left;position:relative;z-index:1;margin-left:-80px}.el-upload-list--picture .el-upload-list__item-name{display:block;margin-top:20px}.el-upload-list--picture .el-upload-list__item-name i{font-size:70px;line-height:1;position:absolute;left:9px;top:10px}.el-upload-list--picture .el-upload-list__item-status-label{position:absolute;right:-17px;top:-7px;width:46px;height:26px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc}.el-upload-list--picture .el-upload-list__item-status-label i{font-size:12px;margin-top:12px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture .el-progress{position:relative;top:-7px}.el-upload-cover{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;z-index:10;cursor:default}.el-upload-cover::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-upload-cover img{display:block;width:100%;height:100%}.el-upload-cover__label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-cover__label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);color:#fff}.el-upload-cover__progress{display:inline-block;vertical-align:middle;position:static;width:243px}.el-upload-cover__progress+.el-upload__inner{opacity:0}.el-upload-cover__content{position:absolute;top:0;left:0;width:100%;height:100%}.el-upload-cover__interact{position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.72);text-align:center}.el-upload-cover__interact .btn{display:inline-block;color:#fff;font-size:14px;cursor:pointer;vertical-align:middle;-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);margin-top:60px}.el-upload-cover__interact .btn span{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.el-upload-cover__interact .btn:not(:first-child){margin-left:35px}.el-upload-cover__interact .btn:hover{-webkit-transform:translateY(-13px);transform:translateY(-13px)}.el-upload-cover__interact .btn:hover span{opacity:1}.el-upload-cover__interact .btn i{color:#fff;display:block;font-size:24px;line-height:inherit;margin:0 auto 5px}.el-upload-cover__title{position:absolute;bottom:0;left:0;background-color:#fff;height:36px;width:100%;font-weight:400;text-align:left;padding:0 10px;margin:0;line-height:36px;font-size:14px;color:#303133}.el-upload-cover+.el-upload__inner{opacity:0;position:relative;z-index:1}.el-button,.el-input__inner{-webkit-appearance:none;outline:0}.el-message-box,.el-popup-parent--hidden{overflow:hidden}.v-modal-enter{-webkit-animation:v-modal-in .2s ease;animation:v-modal-in .2s ease}.v-modal-leave{-webkit-animation:v-modal-out .2s ease forwards;animation:v-modal-out .2s ease forwards}@-webkit-keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-in{0%{opacity:0}}@-webkit-keyframes v-modal-out{100%{opacity:0}}@keyframes v-modal-out{100%{opacity:0}}.v-modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dcdfe6;color:#606266;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button:focus,.el-button:hover{color:#409EFF;border-color:#c6e2ff;background-color:#ecf5ff}.el-button:active{color:#3a8ee6;border-color:#3a8ee6;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#fff;border-color:#409EFF;color:#409EFF}.el-button.is-active,.el-button.is-plain:active{color:#3a8ee6;border-color:#3a8ee6}.el-button.is-plain:active{background:#fff;outline:0}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button.is-circle{border-radius:50%;padding:12px}.el-button--primary{color:#fff;background-color:#409EFF;border-color:#409EFF}.el-button--primary:focus,.el-button--primary:hover{background:#66b1ff;border-color:#66b1ff;color:#fff}.el-button--primary.is-active,.el-button--primary:active{background:#3a8ee6;border-color:#3a8ee6;color:#fff}.el-button--primary:active{outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#fff;background-color:#a0cfff;border-color:#a0cfff}.el-button--primary.is-plain{color:#409EFF;background:#ecf5ff;border-color:#b3d8ff}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#409EFF;border-color:#409EFF;color:#fff}.el-button--primary.is-plain:active{background:#3a8ee6;border-color:#3a8ee6;color:#fff;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#8cc5ff;background-color:#ecf5ff;border-color:#d9ecff}.el-button--success{color:#fff;background-color:#67c23a;border-color:#67c23a}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#fff}.el-button--success.is-active,.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#fff}.el-button--success:active{outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#fff;background-color:#b3e19d;border-color:#b3e19d}.el-button--success.is-plain{color:#67c23a;background:#f0f9eb;border-color:#c2e7b0}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67c23a;border-color:#67c23a;color:#fff}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#fff;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#a4da89;background-color:#f0f9eb;border-color:#e1f3d8}.el-button--warning{color:#fff;background-color:#e6a23c;border-color:#e6a23c}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#fff}.el-button--warning.is-active,.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#fff}.el-button--warning:active{outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#fff;background-color:#f3d19e;border-color:#f3d19e}.el-button--warning.is-plain{color:#e6a23c;background:#fdf6ec;border-color:#f5dab1}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#e6a23c;border-color:#e6a23c;color:#fff}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#fff;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#f0c78a;background-color:#fdf6ec;border-color:#faecd8}.el-button--danger{color:#fff;background-color:#f56c6c;border-color:#f56c6c}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#fff}.el-button--danger.is-active,.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#fff}.el-button--danger:active{outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#fff;background-color:#fab6b6;border-color:#fab6b6}.el-button--danger.is-plain{color:#f56c6c;background:#fef0f0;border-color:#fbc4c4}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#f56c6c;border-color:#f56c6c;color:#fff}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#fff;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f9a7a7;background-color:#fef0f0;border-color:#fde2e2}.el-button--info{color:#fff;background-color:#909399;border-color:#909399}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#fff}.el-button--info.is-active,.el-button--info:active{background:#82848a;border-color:#82848a;color:#fff}.el-button--info:active{outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#fff;background-color:#c8c9cc;border-color:#c8c9cc}.el-button--info.is-plain{color:#909399;background:#f4f4f5;border-color:#d3d4d6}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#fff}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#fff;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#bcbec2;background-color:#f4f4f5;border-color:#e9e9eb}.el-button--text,.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover,.el-button--text:active{border-color:transparent}.el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.el-button--mini,.el-button--small{font-size:12px;border-radius:3px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--small,.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini,.el-button--mini.is-round{padding:7px 15px}.el-button--mini.is-circle{padding:7px}.el-button--text{color:#409EFF;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#66b1ff;border-color:transparent;background-color:transparent}.el-button--text:active{color:#3a8ee6;background-color:transparent}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{display:table;content:""}.el-button-group::after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-button.is-active,.el-button-group>.el-button:active,.el-button-group>.el-button:focus,.el-button-group>.el-button:hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-textarea{display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#fff;background-image:none;border:1px solid #dcdfe6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea__inner:hover{border-color:#c0c4cc}.el-textarea__inner:focus{outline:0;border-color:#409EFF}.el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#c0c4cc}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#c0c4cc;font-size:14px;line-height:16px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-input .el-input__clear:hover{color:#909399}.el-input__inner{background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.el-input__prefix,.el-input__suffix{position:absolute;-webkit-transition:all .3s;text-align:center;height:100%;color:#c0c4cc;top:0}.el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input__inner::placeholder{color:#c0c4cc}.el-input__inner:hover{border-color:#c0c4cc}.el-input.is-active .el-input__inner,.el-input__inner:focus{border-color:#409EFF;outline:0}.el-input__suffix{right:5px;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{left:5px;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#f5f7fa;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #dcdfe6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group--prepend .el-input__inner,.el-input-group__append{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--append .el-input__inner,.el-input-group__prepend{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0}.el-input-group__append{border-left:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner,.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-message-box{display:inline-block;width:420px;padding-bottom:10px;vertical-align:middle;background-color:#fff;border-radius:4px;border:1px solid #ebeef5;font-size:18px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);text-align:left;-webkit-backface-visibility:hidden;backface-visibility:hidden}.el-message-box__wrapper{position:fixed;top:0;bottom:0;left:0;right:0;text-align:center}.el-message-box__wrapper::after{content:"";display:inline-block;height:100%;width:0;vertical-align:middle}.el-message-box__header{position:relative;padding:15px 15px 10px}.el-message-box__title{padding-left:0;margin-bottom:0;font-size:18px;line-height:1;color:#303133}.el-message-box__headerbtn{position:absolute;top:15px;right:15px;padding:0;border:none;outline:0;background:0 0;font-size:16px;cursor:pointer}.el-message-box__headerbtn .el-message-box__close{color:#909399}.el-message-box__headerbtn:focus .el-message-box__close,.el-message-box__headerbtn:hover .el-message-box__close{color:#409EFF}.el-message-box__content{position:relative;padding:10px 15px;color:#606266;font-size:14px}.el-message-box__input{padding-top:15px}.el-message-box__input input.invalid,.el-message-box__input input.invalid:focus{border-color:#f56c6c}.el-message-box__status{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:24px!important}.el-message-box__status::before{padding-left:1px}.el-message-box__status+.el-message-box__message{padding-left:36px;padding-right:12px}.el-message-box__status.el-icon-success{color:#67c23a}.el-message-box__status.el-icon-info{color:#909399}.el-message-box__status.el-icon-warning{color:#e6a23c}.el-message-box__status.el-icon-error{color:#f56c6c}.el-message-box__message{margin:0}.el-message-box__message p{margin:0;line-height:24px}.el-message-box__errormsg{color:#f56c6c;font-size:12px;min-height:18px;margin-top:2px}.el-message-box__btns{padding:5px 15px 0;text-align:right}.el-message-box__btns button:nth-child(2){margin-left:10px}.el-message-box__btns-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.el-message-box--center{padding-bottom:30px}.el-message-box--center .el-message-box__header{padding-top:30px}.el-message-box--center .el-message-box__title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-message-box--center .el-message-box__status{position:relative;top:auto;padding-right:5px;text-align:center;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.el-message-box--center .el-message-box__message{margin-left:0}.el-message-box--center .el-message-box__btns,.el-message-box--center .el-message-box__content{text-align:center}.el-message-box--center .el-message-box__content{padding-left:27px;padding-right:27px}.msgbox-fade-enter-active{-webkit-animation:msgbox-fade-in .3s;animation:msgbox-fade-in .3s}.msgbox-fade-leave-active{-webkit-animation:msgbox-fade-out .3s;animation:msgbox-fade-out .3s}@-webkit-keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes msgbox-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes msgbox-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-notification{display:-webkit-box;display:-ms-flexbox;display:flex;width:330px;padding:14px 26px 14px 13px;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #ebeef5;position:fixed;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;overflow:hidden}.el-notification.right{right:16px}.el-notification.left{left:16px}.el-notification__group{margin-left:13px}.el-notification__title{font-weight:700;font-size:16px;color:#303133;margin:0}.el-notification__content{font-size:14px;line-height:21px;margin:6px 0 0;color:#606266;text-align:justify}.el-notification__content p{margin:0}.el-notification__icon{height:24px;width:24px;font-size:24px}.el-notification__closeBtn{position:absolute;top:18px;right:15px;cursor:pointer;color:#909399;font-size:16px}.el-notification__closeBtn:hover{color:#606266}.el-notification .el-icon-success{color:#67c23a}.el-notification .el-icon-error{color:#f56c6c}.el-notification .el-icon-info{color:#909399}.el-notification .el-icon-warning{color:#e6a23c}.el-notification-fade-enter.right{right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.el-notification-fade-enter.left{left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.el-notification-fade-leave-active{opacity:0}.el-row{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.el-row::after,.el-row::before{display:table;content:""}.el-row::after{clear:both}.el-row--flex{display:-webkit-box;display:-ms-flexbox;display:flex}.el-row--flex:after,.el-row--flex:before{display:none}.el-row--flex.is-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-row--flex.is-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.el-row--flex.is-justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.el-row--flex.is-justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.el-row--flex.is-align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-row--flex.is-align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}