/* line 3, rlg.scss */
.hidden-field {
  display: none !important;
}

/* line 6, rlg.scss */
.route-package, .open-routes-list {
  display: inline-flex;
}

/* line 9, rlg.scss */
.show-route-modal {
  background: #007cba;
  padding: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 17, rlg.scss */
.show-route-modal-disabled {
  border: #dedede;
  font-style: italic;
  color: #333;
  background: #ebebeb;
  padding: 5px;
  border-radius: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  cursor: not-allowed;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
/* line 32, rlg.scss */
.show-route-modal-disabled:before {
  content: '!';
  border: 1px solid #333;
  margin-bottom: 5px;
  width: 18px;
  height: 18px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* line 45, rlg.scss */
.route-modal-container {
  position: fixed;
  z-index: 99999999999999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 56, rlg.scss */
.route-modal-container .route-modal {
  background: #fff;
  width: 40%;
  display: flex;
  align-items: center;
  padding: 50px;
  border: 5px solid #007cba;
  position: relative;
}
/* line 64, rlg.scss */
.route-modal-container .route-modal .close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #007cba;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
}
/* line 78, rlg.scss */
.route-modal-container .route-modal .open-routes {
  width: 100%;
}
/* line 81, rlg.scss */
.route-modal-container .route-modal .open-routes ul li {
  width: 100%;
  padding: 6px;
  border-bottom: 1px solid #ccc;
  display: flex;
}
/* line 86, rlg.scss */
.route-modal-container .route-modal .open-routes ul li > .right {
  margin-left: auto;
}
/* line 88, rlg.scss */
.route-modal-container .route-modal .open-routes ul li > .right label.recipient {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
/* line 92, rlg.scss */
.route-modal-container .route-modal .open-routes ul li > .right label.recipient input {
  margin-right: 4px;
}
/* line 96, rlg.scss */
.route-modal-container .route-modal .open-routes ul li > .right a {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
}
