/**
 * importer.less
 *
 * By default, new Sails projects are configured to compile this file
 * from LESS to CSS.  Unlike CSS files, LESS files are not compiled and
 * included automatically unless they are imported below.
 *
 * For more information see:
 *   https://sailsjs.com/anatomy/assets/styles/importer-less
 */
/**
 * Color Variables
 */
/**
 * This file is for overriding some default bootstrap styles.
 *
 * > NOTE THAT THIS FILE AFFECTS GLOBAL STYLES.
 */
.btn,
[type='button'] {
  -webkit-appearance: none;
}
.modal-backdrop {
  background-color: black;
}
.modal-backdrop.show {
  opacity: 0.4;
}
.modal {
  -webkit-overflow-scrolling: touch;
}
.modal .petticoat {
  width: 100%;
  height: 75px;
  z-index: 50;
  left: 0px;
  top: 0px;
  background-color: #fff;
}
.modal .modal-dialog {
  z-index: 100;
  max-width: 700px;
}
.modal .modal-content {
  max-width: 700px;
  border-radius: 0px;
  border-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: -50px;
}
.modal .modal-content .modal-header {
  border-bottom: none;
  display: block;
  text-align: center;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
.modal .modal-content .modal-header a:hover {
  opacity: 0.8;
}
.modal .modal-content .modal-header .modal-close-button {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 6px;
  position: absolute;
  right: -5px;
  top: -5px;
  background-image: url('/images/icon-close.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
}
.modal .modal-content .modal-header .modal-close-button:focus {
  border-image: none;
  outline: none;
}
.modal .modal-content .modal-header .modal-close-button:hover {
  opacity: 1;
}
.modal .modal-content .modal-header .modal-title {
  font-weight: 700;
}
.modal .modal-content .modal-header .modal-intro {
  margin-left: auto;
  margin-right: auto;
  color: #999999;
  margin-bottom: 20px;
}
.modal .modal-content .modal-header hr {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 100px;
  height: 2px;
  border-top: 2px solid #14acc2;
}
.modal .modal-content .modal-body {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
.modal .modal-content .modal-body .section-heading {
  margin-top: 25px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e4e4e4;
}
.modal .modal-content .modal-footer {
  /*padding-top: 25px;
      padding-bottom: 0px;
      padding-left: 0px;
      padding-right: 0px;
      border-top: 1px solid @border-lt-gray;
      margin-top: 10px;
      &.no-border {
        border-top: 0px;
        padding-top: 10px;
        margin-top: 0px;
      }*/
}
@media screen and (max-width: 600px) {
  .modal .modal-content .modal-header .modal-close-button {
    right: -20px;
    top: -45px;
  }
}
.badge-orange {
  background-color: #FF6600!important;
}
.badge-purple {
  background-color: #9C7AAF!important;
}
.show-td {
  display: none;
}
@media screen and (max-width: 600px) {
  .hiden-td {
    display: none;
  }
  .show-td {
    display: block;
  }
}
.blank-modal .modal-content {
  margin-top: 320px !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.blank-modal .petticoat {
  display: none;
}
.blank-modal.modal-backdrop.show {
  opacity: 0 !important;
}
.cc-modal .petticoat {
  opacity: 0;
}
.cc-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.cc-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.cc-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.cc-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.cc-modal .modal-header a:active {
  transform: scale(1.02);
}
.cc-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.cc-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.cc-modal .modal-dialog {
  max-width: 1400px;
}
.cc-modal .modal-content {
  margin-left: auto;
  margin-right: auto;
}
.base-modal .petticoat {
  opacity: 0;
}
.base-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.base-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.base-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.base-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.base-modal .modal-header a:active {
  transform: scale(1.02);
}
.base-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.base-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.large-modal .petticoat {
  opacity: 0;
}
.large-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.large-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.large-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.large-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.large-modal .modal-header a:active {
  transform: scale(1.02);
}
.large-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.large-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.large-modal .modal-dialog {
  max-width: 1250px;
}
.galery-modal .petticoat {
  opacity: 0;
}
.galery-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.galery-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.galery-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.galery-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.galery-modal .modal-header a:active {
  transform: scale(1.02);
}
.galery-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.galery-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.galery-modal .modal-dialog {
  max-width: 1050px;
}
.standard-modal .petticoat {
  opacity: 0;
}
.standard-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.standard-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.standard-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.standard-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.standard-modal .modal-header a:active {
  transform: scale(1.02);
}
.standard-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.standard-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.checkout-modal .petticoat {
  opacity: 0;
}
.checkout-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.checkout-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.checkout-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.checkout-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.checkout-modal .modal-header a:active {
  transform: scale(1.02);
}
.checkout-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.checkout-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.checkout-modal .modal-dialog {
  max-width: 500px;
}
.card-modal .modal-content {
  background-color: transparent;
  border-color: transparent;
}
.card-modal .petticoat {
  background-color: transparent;
  border-color: transparent;
}
.card-modal .modal-dialog {
  max-width: 500px;
}
.error-modal .petticoat {
  opacity: 0;
}
.error-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.error-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.error-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.error-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.error-modal .modal-header a:active {
  transform: scale(1.02);
}
.error-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.error-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.error-modal .modal-dialog {
  max-width: 600px;
}
.midsize-modal .petticoat {
  opacity: 0;
}
.midsize-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.midsize-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.midsize-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.midsize-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.midsize-modal .modal-header a:active {
  transform: scale(1.02);
}
.midsize-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.midsize-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.midsize-modal .modal-dialog {
  max-width: 1100px;
}
.size1150-modal .petticoat {
  opacity: 0;
}
.size1150-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.size1150-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.size1150-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.size1150-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.size1150-modal .modal-header a:active {
  transform: scale(1.02);
}
.size1150-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.size1150-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.size1150-modal .modal-dialog {
  max-width: 1150px;
}
.size1050-modal .petticoat {
  opacity: 0;
}
.size1050-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.size1050-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.size1050-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.size1050-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.size1050-modal .modal-header a:active {
  transform: scale(1.02);
}
.size1050-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.size1050-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.size1050-modal .modal-dialog {
  max-width: 1050px;
}
.size1000-modal .petticoat {
  opacity: 0;
}
.size1000-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.size1000-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.size1000-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.size1000-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.size1000-modal .modal-header a:active {
  transform: scale(1.02);
}
.size1000-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.size1000-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.size1000-modal .modal-dialog {
  max-width: 1000px;
}
.size950-modal .petticoat {
  opacity: 0;
}
.size950-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.size950-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.size950-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.size950-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.size950-modal .modal-header a:active {
  transform: scale(1.02);
}
.size950-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.size950-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.size950-modal .modal-dialog {
  max-width: 950px;
}
.size800-modal .petticoat {
  opacity: 0;
}
.size800-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.size800-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.size800-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.size800-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.size800-modal .modal-header a:active {
  transform: scale(1.02);
}
.size800-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.size800-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.size800-modal .modal-dialog {
  max-width: 800px;
}
.size700-modal .petticoat {
  opacity: 0;
}
.size700-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.size700-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.size700-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.size700-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.size700-modal .modal-header a:active {
  transform: scale(1.02);
}
.size700-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.size700-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.size700-modal .modal-dialog {
  max-width: 700px;
}
.note-modal .petticoat {
  opacity: 0;
}
.note-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.note-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.note-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.note-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.note-modal .modal-header a:active {
  transform: scale(1.02);
}
.note-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.note-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.note-modal .modal-dialog {
  max-width: 700px;
}
.mini-modal .petticoat {
  opacity: 0;
}
.mini-modal .modal-header {
  margin: 15px solid white;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 60px;
  border: 1px solid white;
}
.mini-modal .modal-header h4 {
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}
.mini-modal .modal-header a {
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}
.mini-modal .modal-header a:hover {
  cursor: pointer;
  color: #fffafa;
}
.mini-modal .modal-header a:active {
  transform: scale(1.02);
}
.mini-modal .modal-header div {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 60px;
}
.mini-modal .modal-content {
  max-width: 1250px;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px;
}
.mini-modal .modal-dialog {
  max-width: 300px;
}
.level-1 .modal-content {
  margin-top: 25px;
}
.level-2 .modal-content {
  margin-top: 50px;
}
.level-3 .modal-content {
  margin-top: 75px;
}
.level-4 .modal-content {
  margin-top: 100px;
}
.text-error {
  color: red;
}
.tree-menu .label-wrapper {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tree-menu .label-wrapper .fa-plus-circle {
  cursor: pointer;
}
.tree-menu .label-wrapper .fa-minus-circle {
  cursor: pointer;
}
.tree-menu .treeContent {
  display: flex;
  height: 50px;
  align-items: center;
  border-bottom: 1px solid gainsboro;
  border-left: 1px solid gainsboro;
  padding-left: 8px;
  border-bottom-left-radius: 15px;
  width: 90%;
}
.tree-category .label-wrapper {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tree-category .label-wrapper .fa-plus-circle {
  cursor: pointer;
}
.tree-category .label-wrapper .fa-minus-circle {
  cursor: pointer;
}
.tree-category .treeContent {
  display: flex;
  height: 50px;
  align-items: center;
  border-bottom: 1px solid gainsboro;
  border-left: 1px solid gainsboro;
  padding-left: 8px;
  border-bottom-left-radius: 15px;
  width: 90%;
}
.tree-category .arrow {
  font-size: 30px;
  margin-top: -22px;
  margin-left: -10px;
  font-weight: bold;
  margin-right: 5px;
}
.tree-item .label-wrapper {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tree-item .label-wrapper .fa-plus-circle {
  cursor: pointer;
}
.tree-item .label-wrapper .fa-minus-circle {
  cursor: pointer;
}
.tree-item .treeContent {
  display: flex;
  height: 50px;
  align-items: center;
  border-bottom: 1px solid gainsboro;
  border-left: 1px solid gainsboro;
  padding-left: 8px;
  border-bottom-left-radius: 15px;
  width: 90%;
}
.shadow {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
}
.round-shadow {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 300px;
}
.square-shadow {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.bottom-shadow {
  -webkit-box-shadow: 0px -2px 19px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -2px 19px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -2px 19px 2px rgba(0, 0, 0, 0.75);
}
.top-shadow {
  -webkit-box-shadow: 0px 10px 18px 4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 18px 4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 18px 4px rgba(0, 0, 0, 0.75);
}
.border-primary {
  border-color: #232f3e !important;
}
.btn-primary {
  color: #fff;
  background-color: #232f3e;
  border-color: #232f3e;
}
.btn-primary:hover {
  color: #fff;
  background-color: #FF6600;
  border-color: #FF6600;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 149, 6, 0.5);
  background-color: #f09834;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #f09834;
  border-color: #f09834;
}
.btn-primary.active,
.btn-primary:active {
  border-color: #f09834;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f09834;
  border-color: #f09834;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 149, 6, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #FF6600;
  border-color: #FF6600;
}
.btn-danger:hover {
  color: #fff;
  background-color: #f09834;
  border-color: #f09834;
}
.btn-danger:hover {
  color: #fff;
  background-color: #FF6600;
  border-color: #FF6600;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 153, 28, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #FF6600;
  border-color: #FF6600;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #FF6600;
  border-color: #FF6600;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 153, 28, 0.5);
}
.bg-primary {
  background-color: #232f3e !important;
}
.bg-danger {
  background-color: #FF6600 !important;
}
.text-primary {
  color: #232f3e !important;
}
.text-danger {
  color: #FF6600 !important;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5aa63;
}
.table-hover .table-danger:hover {
  background-color: #f5aa63;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f5aa63;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #FF6600;
}
.fa-login {
  background-color: white;
  border-radius: 250px;
}
.btn {
  overflow: hidden;
}
.fa-search-rigth {
  font-size: 20px;
  margin-top: -29px;
  margin-right: 7px;
  float: right;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #232f3e;
  border-color: #232f3e;
}
.table-responsive {
  min-height: 200px;
}
.custom-file-label {
  overflow: hidden;
}
.card-show-image {
  margin-bottom: 10px;
}
.card-show-image .card-header {
  height: 40px;
}
.card-show-image .card-header div {
  margin-top: -4px;
}
.card-show-image .card-header i {
  cursor: pointer;
}
.card-show-image .card-header i:hover {
  transform: scale(1.1);
}
.card-show-image .card-header i:active {
  transform: scale(1.3);
}
.card-show-image .card-body {
  padding: 5px;
}
.btn-size {
  width: 120px;
}
.tree-menu .label-wrapper {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.tree-menu .label-wrapper .has-children {
  cursor: pointer;
}
.table-custom {
  background-color: #f2f2f2;
}
.dropdown-item:active {
  color: white;
}
.dropdown-item:hover {
  cursor: pointer;
}
.bar-fixed {
  height: 104px;
}
.bar-fixed .left-fixed {
  width: 294px;
}
.bar-fixed .right-fixed {
  background-color: white;
}
.bar-fixed .barCont {
  margin-top: 5px;
  margin-left: -15px;
}
[v-cloak] {
  display: none;
}
html,
body {
  height: 100%;
  margin: 0;
  background-color: white;
}
.navbar {
  display: none;
}
#loading2 {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  align-items: center;
  display: none;
  background: rgba(31, 30, 46, 0.6) no-repeat 0 50%;
}
.zoomContainer {
  z-index: 9999;
}
.zoomWindow {
  z-index: 9999;
}
.btn-toggle {
  display: none !important;
  padding-left: initial;
}
button:focus {
  outline: 0;
}
.btn-disarm {
  display: block !important;
  outline: none;
  cursor: pointer;
  padding-left: initial;
}
.btn-disarm .navbar-toggler-bar {
  height: 1px;
  width: 25px;
  background-color: #ffffff;
  margin-top: 8px;
  display: block;
}
.btn-disarm .navbar-toggler-bar.bar1 {
  transition: all .3s ease;
  transition-delay: .5s;
}
.btn-disarm .navbar-toggler-bar.bar2 {
  width: 15px;
  transition: all .3s ease;
  transition-delay: .5s;
}
.btn-disarm .navbar-toggler-bar.bar3 {
  transition: all .3s ease;
  transition-delay: .5s;
}
.btn-disarm.expanded .navbar-toggler-bar span {
  margin-top: 0;
}
.btn-disarm.expanded .navbar-toggler-bar.bar1 {
  transform: rotate(135deg);
}
.btn-disarm.expanded .navbar-toggler-bar.bar2 {
  display: none;
}
.btn-disarm.expanded .navbar-toggler-bar.bar3 {
  transform: rotate(45deg);
  margin-top: 0;
}
#page-wrap {
  height: 100%;
  height: auto !important;
  min-height: 100%;
  position: relative;
  padding-bottom: 40px;
}
#page-wrap header {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
#page-wrap #menu-left:hover #nav-footer {
  width: 230px;
}
#page-wrap #menu-left:hover .left-fixed {
  width: 230px;
}
#page-wrap #menu-left:hover .left-fixed-view {
  width: 230px;
}
#page-wrap #nav-footer {
  transition: all .3s ease;
}
#page-wrap #nav-footer.expanded {
  width: 80px;
}
#page-wrap #nav-footer.expanded small span {
  display: none;
}
#page-wrap #nav-footer.expanded small a {
  display: none;
}
#page-wrap .nav-link {
  display: flex;
  align-items: center;
  padding: 0.5rem 2rem;
  color: #212529;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
#page-wrap .menu-text {
  padding-left: 6px;
  transition: all .9s ease;
}
#page-wrap #menu-left {
  background-color: #232F3E;
  height: 100%;
  z-index: 2;
  transition: all .3s ease;
}
#page-wrap #menu-left:hover.expanded {
  width: 230px;
}
#page-wrap #menu-left:hover.expanded .menu-text {
  display: inline;
}
#page-wrap #menu-left:hover.expanded a span {
  display: block;
}
#page-wrap #menu-left:hover.expanded .nav-link {
  height: 40px;
  text-align: left;
}
#page-wrap #menu-left:hover.expanded #pedacito {
  width: 230px;
}
#page-wrap #menu-left:hover.expanded .left-fixed-view {
  width: 230px;
}
#page-wrap #menu-left.expanded {
  width: 80px;
}
#page-wrap #menu-left.expanded a span {
  display: none;
}
#page-wrap #menu-left.expanded .nav-link {
  height: 40px;
  text-align: center;
}
#page-wrap .selected-btn {
  border-radius: 3px;
  background-color: #2e3e4b;
  color: white;
  border-left: 2mm ridge rgba(255, 102, 0, 0.6);
}
#page-wrap .selected-btn i {
  margin-left: -8px;
}
#page-wrap .user-panel img {
  display: block!important;
  margin-left: 21px!important;
  height: auto;
  width: 2.6rem;
  border: 2px solid #ff6600;
}
#page-wrap .elevation-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}
#page-wrap .img-circle {
  border-radius: 50%;
}
#page-wrap img {
  vertical-align: middle;
  border-style: none;
}
#page-wrap #container-layout {
  padding-left: 0 !important;
}
#page-wrap .left-fixed {
  height: 110px!important;
  width: 230px;
  background-color: beige;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  transition: all .3s ease;
}
#page-wrap .left-fixed.expanded {
  width: 80px;
}
#page-wrap .left-fixed-view {
  height: 130px!important;
  width: 245px;
  background-color: beige;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  transition: all .3s ease;
}
#page-wrap .left-fixed-view.expanded {
  width: 95px;
}
#page-wrap .form-control:disabled {
  background-color: #fff !important;
}
#page-wrap .ajax-button .button-loader,
#page-wrap .ajax-button .button-loading {
  display: inline-block;
  margin: auto;
  display: none;
}
#page-wrap .ajax-button .button-loader .loading-dot,
#page-wrap .ajax-button .button-loading .loading-dot {
  border-radius: 50%;
  background-color: #fff;
  float: left;
  opacity: 0;
  width: 16px;
  height: 16px;
  margin: 5px;
  -moz-animation-name: fade-in;
  -webkit-animation-name: fade-in;
  -ms-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-animation-direction: linear;
  -ms-animation-direction: linear;
  -o-animation-direction: linear;
  animation-direction: linear;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#page-wrap .ajax-button .button-loader .loading-dot.dot1,
#page-wrap .ajax-button .button-loading .loading-dot.dot1 {
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#page-wrap .ajax-button .button-loader .loading-dot.dot2,
#page-wrap .ajax-button .button-loading .loading-dot.dot2 {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#page-wrap .ajax-button .button-loader .loading-dot.dot3,
#page-wrap .ajax-button .button-loading .loading-dot.dot3 {
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
#page-wrap .ajax-button .button-loader .loading-dot.dot4,
#page-wrap .ajax-button .button-loading .loading-dot.dot4 {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
#page-wrap .ajax-button .button-loader .loading-dot,
#page-wrap .ajax-button .button-loading .loading-dot {
  width: 7px;
  height: 7px;
  margin: 0px 3px;
  display: inline;
}
#page-wrap .ajax-button.syncing .button-loader,
#page-wrap .ajax-button.syncing .button-loading {
  display: inline-block;
}
#page-wrap .ajax-button.syncing .button-text {
  display: none;
}
#page-wrap .max-login .closed-login {
  position: absolute;
  right: -1px;
  top: -12px;
  padding: 1rem .7rem;
  font-size: 1.5em;
  border-top-right-radius: 5px;
  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;
  line-height: 0;
  color: #fff;
  border: 0;
  background-color: #d8890a;
  outline: 0;
  cursor: pointer;
  z-index: 5000;
}
#page-wrap1 {
  height: 100%;
  height: auto !important;
  min-height: 100%;
  position: relative;
  padding-bottom: 40px;
}
#page-wrap1 .loading {
  display: block;
  margin-left: auto;
  background-color: goldenrod;
  border-radius: 10px;
  margin-top: 330px;
  margin-right: auto;
  width: 60px;
  height: 60px;
}
#page-wrap1 #menuNav {
  position: fixed;
  width: 100%;
  background-color: white;
  margin-top: 89px;
  z-index: 400;
}
#page-wrap1 #body-content {
  padding-top: 120px;
  background-color: whitesmoke;
}
#page-wrap1 .search1 {
  margin-top: 70px;
  position: fixed;
  z-index: 401;
  width: 100%;
  background-color: white;
  height: 60px;
}
#page-wrap1 .search1 .input-group {
  margin: auto;
  width: 95%!important;
  padding: 20px;
}
#page-wrap1 header {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
#page-wrap1 header .dropdown-menu {
  background-color: #514931;
  margin-left: -60px !important;
}
#page-wrap1 .navbar-menu {
  padding-top: 90px;
}
@media only screen and (max-width: 400px) {
  #page-wrap1 .loging_div {
    width: auto;
  }
  #page-wrap1 .shopping_cart {
    width: auto;
  }
}
#href-logout {
  text-decoration: none;
  color: #d8890a!important;
}
#href-account {
  text-decoration: none;
  color: white!important;
}
#page-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: white;
}
#page-footer .xs-only {
  display: none;
}
@media only screen and (max-width: 800px) {
  #page-wrap,
  #page-wrap1 {
    padding-bottom: 85px;
  }
  #page-wrap header,
  #page-wrap1 header {
    height: 85px;
    margin-top: 5px;
  }
  #page-wrap header #big-logo,
  #page-wrap1 header #big-logo {
    top: 0;
    position: absolute;
    margin-top: 15px;
  }
  #page-wrap #page-footer,
  #page-wrap1 #page-footer {
    height: 75px;
  }
  #page-wrap #page-footer .copy,
  #page-wrap1 #page-footer .copy,
  #page-wrap #page-footer .nav,
  #page-wrap1 #page-footer .nav {
    width: 100%;
    display: block;
    text-align: center;
  }
  #page-wrap #page-footer .copy .nav-item,
  #page-wrap1 #page-footer .copy .nav-item,
  #page-wrap #page-footer .nav .nav-item,
  #page-wrap1 #page-footer .nav .nav-item {
    display: inline-block;
  }
  #page-wrap #page-footer .copy .nav-item a,
  #page-wrap1 #page-footer .copy .nav-item a,
  #page-wrap #page-footer .nav .nav-item a,
  #page-wrap1 #page-footer .nav .nav-item a {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  #page-wrap {
    padding-bottom: 85px;
  }
  #page-wrap #page-footer {
    height: 85px;
  }
  #page-wrap #page-footer .xs-only {
    display: block;
  }
  #page-wrap1 {
    padding-bottom: 85px;
  }
  #page-wrap1 #page-footer {
    height: 85px;
  }
  #page-wrap1 #page-footer .xs-only {
    display: block;
  }
  #page-wrap1 .navbar-brand {
    display: none;
  }
  #page-wrap1 .navbar-nav {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #page-wrap1 .navbar-brand {
    display: none;
  }
  #page-wrap1 .navbar-nav {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  #page-wrap header,
  #page-wrap1 header {
    height: 85px;
    margin-top: 5px;
  }
  #page-wrap header #big-logo,
  #page-wrap1 header #big-logo {
    top: 0;
    position: absolute;
    margin-top: 2px;
  }
  #page-wrap header #text,
  #page-wrap1 header #text {
    top: 0;
    position: absolute;
    font-size: 27px;
    color: white;
    margin-top: 30px;
    margin-left: 110px;
  }
  #pagination .pagination {
    float: right;
  }
}
@media only screen and (max-width: 1200px) {
  #page-wrap header,
  #page-wrap1 header {
    height: 70px;
    margin-top: 0px;
  }
  #page-wrap header #text,
  #page-wrap1 header #text {
    font-size: 20px;
    color: white;
    margin-left: -6px;
  }
  #page-wrap header #small-img,
  #page-wrap1 header #small-img {
    margin-left: -5px;
  }
  #page-wrap header button,
  #page-wrap1 header button {
    background-color: #232f3e;
    border: 1px solid white;
  }
  #page-wrap1 .search-nav {
    width: 300px!important;
  }
  #page-wrap1 #menuNav {
    margin-top: 69px;
  }
  #menu-left {
    display: none;
    margin-top: 110px;
  }
  #nav-footer {
    border-top: 1px solid white;
  }
  #pagination {
    text-align: center;
  }
  #pagination .pagination {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media only screen and (min-width: 1200px) {
  #nav-footer2 {
    display: none;
  }
  #menu-left {
    position: fixed;
    top: 0;
    width: 230px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  #menu-right {
    margin-left: 245px;
  }
  #menu-right.expanded {
    margin-left: 85px;
  }
  #nav-footer {
    border-top: 1px solid gainsboro;
    border-right: 1px solid gainsboro;
    width: 231px;
    text-align: center;
    border-top-right-radius: 5px;
  }
}
@media only screen and (max-width: 1200px) {
  .left-fixed {
    display: none;
  }
  .navbar {
    display: flex!important;
  }
  #container-layout {
    padding-right: 0px!important;
  }
  #page-wrap {
    margin-top: 80px!important;
  }
  #menu-left {
    margin-top: -60px !important;
  }
  #menu-bar {
    margin-left: 10px!important;
  }
}
@media only screen and (max-width: 990px) {
  #page-wrap1 #menuNav {
    margin-top: 130px;
  }
  #page-wrap1 #body-content {
    padding-top: 145px;
  }
}
#nav-footer {
  color: white;
}
#nav-footer2 {
  border-top: 1px solid white;
  background-color: white;
}
#footer-init {
  border-top: 1px solid white;
  background-color: white;
}
#homepage .tagOferta {
  display: block;
  height: 30px;
  position: absolute;
  top: 8px;
  left: -6px;
  text-transform: uppercase;
  color: #000;
  padding: 4px 15px;
  background-size: 150px 30px;
  background-repeat: no-repeat;
  background-image: url(../images/tag.svg);
  font-size: 12px !important;
  text-align: center;
  z-index: 5;
}
#homepage .product-card {
  color: black;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}
#homepage .product-card:hover {
  cursor: pointer;
}
#homepage .product-card:hover .item-image {
  opacity: 0.6;
}
#homepage .product-card {
  max-height: 400px;
  min-height: 400px;
}
#homepage .item-image {
  max-width: 100%;
  align-items: center;
}
#homepage .description-text {
  text-align: left;
  max-height: 100px;
  overflow-y: auto;
  overflow: hidden;
}
#homepage .content_price_fil {
  padding-left: 1.4rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#homepage .content_price_fil .price_title {
  color: #514931;
  font-weight: 700;
  padding: 4px 5px;
  margin-right: 4px;
  text-transform: uppercase;
  font-size: .65rem;
  width: 45%;
  border: 2px solid #ffc107;
  text-align: center;
  line-height: 1;
}
#homepage .image-col {
  text-align: center;
}
#homepage .image-col .image-cmp {
  max-height: 500px;
  width: auto;
}
#homepage .info-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#homepage a:hover {
  text-decoration: none;
}
#homepage .container__ad {
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://res.cloudinary.com/insoft/image/upload/v1590275820/package/Sin_t%C3%ADtulo-2.webp");
  flex-direction: column;
  margin-top: 80px;
  height: 600px;
}
#homepage .container__ad .container__ad__bg .container__ad__t3 {
  margin-top: 90px;
}
#homepage .container__ad .container__ad__bg .container__ad__t3 .container__ad_text1 {
  color: #ffffff;
  font-size: 54px;
  margin-left: 22px;
  font-family: Arial;
  font-weight: bold;
  line-height: 75px;
}
#homepage .container__ad .container__ad__bg .container__ad__t3 .btn-1 {
  background: #FCA901;
  color: white;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: 40%;
}
#homepage .container__ad .container__ad__bg .container__ad__t3 .btn-1:hover {
  background-color: #FFBD39;
}
#homepage .container__ad2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #232f3e;
  border-top: 1px solid white;
  height: auto;
}
#homepage .container__ad2 .container__ad__bg2 .container__ad__tb3 {
  margin-top: 20px;
}
#homepage .container__ad2 .container__ad__bg2 .container__ad__tb3 .container__ad_textb1 {
  color: #FCA901;
  font-size: 30px;
  margin-left: 22px;
  font-family: Arial;
  font-weight: bold;
  line-height: 75px;
}
#homepage .container__ad2 .container__ad__bg2 .container__ad__tb3 .btn-2 {
  background: #FCA901;
  color: white;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: 20%;
}
#homepage .container__ad2 .container__ad__bg2 .container__ad__tb4 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
#homepage .container__ad2 .container__ad__bg2 .container__ad__tb4 .card {
  background: #232f3e;
  border-top: 1px solid #FCA901;
  border-bottom: 1px solid #FCA901;
  border-left: 1px solid #FCA901;
  border-right: 1px solid #FCA901;
  margin-left: 40px;
  margin-right: 40px;
}
#homepage .container__ad2 .container__ad__bg2 .container__ad__tb4 .card .btn-33 {
  background: #FCA901;
  color: white;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: 55%;
}
#homepage .container__ad2 .container__ad__bg2 .container__ad__tb4 .card .btn-33:hover {
  background-color: #FFBD39;
}
#homepage .container__ad2 .container__ad__bg2 .container__ad__tb4 .container__ad_textb1 {
  color: #FCA901;
  font-size: 30px;
  margin-left: 22px;
  font-family: Arial;
  font-weight: bold;
  line-height: 75px;
}
#homepage .container__ad2 .container__ad__bg2 .container__ad__tb4 .btn-2 {
  background: #FCA901;
  color: white;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: 55%;
}
#homepage .container__ad2 .container__ad__bg2 .container__ad__tb4 .btn-2:hover {
  background-color: #FFBD39;
}
#homepage .container__line01 {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
#homepage .container__line01 .container__line01__bg {
  max-width: 1200px;
  width: 100%;
  min-height: 100px;
  height: auto;
  background-color: #FCA901;
}
#homepage .container__line01 .container__line01__bg .container__line01__bg__text1 {
  width: 90%;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
#homepage .container__line0 {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
#homepage .container__line0 .container__line0__bg {
  max-width: 1200px;
  width: 100%;
  min-height: 100px;
  height: auto;
  background-color: #FCA901;
}
#homepage .container__line0 .container__line0__bg .container__line0__bg__text1 {
  width: 90%;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}
#homepage .container__line1 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#homepage .container__line1 .container__line1__bg {
  max-width: 1200px;
  width: 100%;
  height: auto;
  background-color: white;
}
#homepage .container__line1 .container__line1__bg .container__line1__bg__text1 {
  width: 90%;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
#homepage #container__line1__bg__text3 {
  width: 95%;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: black;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
#homepage #container__line1__bg__text3 .card__component {
  border: 0px;
}
#homepage #container__line1__bg__text4 {
  width: 95%;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: black;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
#homepage #container__line1__bg__text4 .card__component {
  border: 0px;
}
@media (max-width: 550px) {
  #homepage #prodBtn {
    width: 70%!important;
  }
  #homepage #trcBtn {
    width: 70%!important;
  }
}
#welcome {
  height: 800px;
  overflow: hidden;
  margin-top: -40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://res.cloudinary.com/insoft/image/upload/v1751048920/package/FG2025.png");
}
#welcome .col-m-top {
  margin-top: 100px;
  border-bottom: 1px solid gainsboro;
}
#signup {
  padding-top: 75px;
  padding-bottom: 75px;
}
#signup .signup-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#signup .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#confirmed-email {
  padding-top: 75px;
  padding-bottom: 75px;
}
#confirmed-email .confirmation-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#login {
  position: fixed;
  z-index: 6!important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://res.cloudinary.com/insoft/image/upload/v1751404982/2_hvd43k.jpg');
  background-size: cover;
  background-position: center;
  z-index: -1;
  padding-top: 75px;
  padding-bottom: 75px;
}
#login .login-form-container {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  padding: 10px;
  padding-top: 25px;
  padding-bottom: 5px;
}
@media (max-width: 1200px) {
  .login-form-container {
    margin-top: 50px;
  }
}
@media (max-width: 800px) {
  #login {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  #video1 {
    display: none;
  }
}
#forgot-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#forgot-password .forgot-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#forgot-password .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#new-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#new-password .new-password-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#account-overview {
  padding-top: 75px;
  padding-bottom: 75px;
}
#account-overview .account-settings-button {
  width: 150px;
}
#account-overview .remove-button {
  color: #14acc2;
  text-decoration: underline;
  cursor: pointer;
}
#account-overview .remove-button:hover {
  color: #000;
}
#edit-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#edit-profile {
  padding-top: 75px;
  padding-bottom: 75px;
}
#terms {
  padding-top: 75px;
  padding-bottom: 75px;
}
#privacy {
  padding-top: 75px;
  padding-bottom: 75px;
}
#faq {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 500px) {
  #faq code {
    word-break: break-all;
  }
}
#contact {
  padding-top: 75px;
  padding-bottom: 75px;
}
#contact .contact-form {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#contact .contact-form textarea {
  height: 100px;
}
#contact .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
[id='404'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='404'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='404'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='404'] br {
    display: none;
  }
  [id='404'] .mobile-spacer {
    display: inline;
  }
}
[id='500'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='500'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='500'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='500'] br {
    display: none;
  }
  [id='500'] .mobile-spacer {
    display: inline;
  }
}
[id='498'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='498'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='498'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='498'] br {
    display: none;
  }
  [id='498'] .mobile-spacer {
    display: inline;
  }
}
#user-view .container-fluid .table-responsive {
  margin-top: 50px;
}
#user-view .container-fluid .row .barCont {
  height: 3px;
}
#user-view .container-fluid .row table {
  margin-top: 75px;
}
#user-view .container-fluid .row table thead {
  background-color: white;
}
#user-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
#user-view .rounded-circle {
  border-radius: 50% !important;
}
#user-view .img-thumbnail {
  padding: .3125rem;
  background-color: #fff;
  border: 1px solid #e3e9ef;
  border-radius: .3125rem;
  box-shadow: none;
  max-width: 5.1rem;
  height: auto;
}
#user-view .font-size-base {
  font-size: 1rem !important;
}
#user-view .img-thumbnail.rounded-circle .badge {
  position: absolute;
  top: -0.3125rem;
  right: 0;
  cursor: default;
}
@media (max-width: 992px) {
  .first-panel {
    margin-top: 90px;
  }
  .table-responsive {
    margin-top: 0px!important;
  }
}
#store-view .container-fluid .table-responsive {
  margin-top: 50px;
}
#store-view .container-fluid .row .barCont {
  height: 3px;
}
#store-view .container-fluid .row table {
  margin-top: 75px;
}
#store-view .container-fluid .row table thead {
  background-color: white;
}
#store-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
#store-view .stockItems-body {
  height: 500px;
}
@media (max-width: 992px) {
  .first-panel {
    margin-top: 0px!important;
  }
  .table-responsive {
    margin-top: 0px!important;
  }
  .container-fluid .row table {
    margin-top: 0px!important;
  }
}
.responsive {
  overflow: auto;
  height: 600px;
}
#stat-view .container-fluid .bg-blue {
  background-color: #9AD0F5;
}
#stat-view .container-fluid .info-box {
  display: inline-flex;
}
#stat-view .container-fluid .info-box-icon {
  border-radius: .25rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 70px;
}
#stat-view .container-fluid .info-box-number {
  display: block;
  margin-top: .25rem;
  font-weight: 700;
}
#stat-view .container-fluid .elevation-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}
#stat-view .container-fluid .info-box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.8;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  overflow: hidden;
}
#stat-view .container-fluid .barCont {
  height: 3px;
  background-color: #ece9e9;
  margin-bottom: 15px;
}
#stat-view .container-fluid .row .table-responsive {
  min-height: 250px;
}
#stat-view .container-fluid .row table thead {
  background-color: white;
}
#cargotransfer-view .container-fluid .bg-blue {
  background-color: #9AD0F5;
}
#cargotransfer-view .container-fluid .bg-warm {
  background-color: #ffcd56;
}
#cargotransfer-view .container-fluid .info-box {
  display: inline-flex;
}
#cargotransfer-view .container-fluid .info-box-icon {
  border-radius: .25rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 70px;
  height: 70px;
}
#cargotransfer-view .container-fluid .info-box-number {
  display: block;
  margin-top: .25rem;
  font-weight: 700;
}
#cargotransfer-view .container-fluid .elevation-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}
#cargotransfer-view .container-fluid .info-box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.8;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  overflow: hidden;
}
#cargotransfer-view .container-fluid .barCont {
  height: 3px;
  background-color: #ece9e9;
  margin-bottom: 15px;
}
#cargotransfer-view .container-fluid .numbers {
  text-align-last: right;
}
#cargotransfer-view .container-fluid .card-transfer {
  height: 380px;
}
#cargotransfer-view .container-fluid .card-transfer .card-body {
  padding-top: 0;
}
#cargotransfer-view .container-fluid .card-stats {
  height: 245px;
}
#cargotransfer-view .container-fluid .move-end {
  text-align-last: end;
}
#cargotransfer-view .container-fluid .confirmed-icon {
  width: 160%;
  max-width: 105px;
  background: 0 6px url(../images/icons/port.avif) no-repeat;
  background-size: contain;
  height: 100%;
}
#cargotransfer-view .container-fluid .confirmed-icon span {
  margin-left: 20px;
  color: white;
}
#cargotransfer-view .container-fluid .container-icon {
  width: 160%;
  max-width: 105px;
  background: 0 6px url(../images/icons/container.svg) no-repeat;
  background-size: contain;
  height: 100%;
}
#cargotransfer-view .container-fluid .container-icon span {
  margin-left: 20px;
  color: white;
}
#cargotransfer-view .container-fluid .opencontainer-icon {
  width: 160%;
  max-width: 105px;
  background: 0 6px url(../images/icons/openct.png) no-repeat;
  background-size: contain;
  height: 100%;
}
#cargotransfer-view .container-fluid .opencontainer-icon span {
  margin-left: 20px;
  color: white;
}
#cargotransfer-view .container-fluid .closecontainer-icon {
  width: 130%;
  max-width: 85px;
  background: 0 6px url(../images/icons/closect.png) no-repeat;
  background-size: contain;
  height: 90%;
}
#cargotransfer-view .container-fluid .closecontainer-icon span {
  margin-left: 20px;
  color: white;
}
#cargotransfer-view .container-fluid .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #eb9f2e!important;
  background-color: #eb9f2e!important;
}
#cargotransfer-view .container-fluid .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.75rem);
}
#cargotransfer-view .container-fluid .checkbox-lg .custom-control-label::before,
#cargotransfer-view .container-fluid .checkbox-lg .custom-control-label::after {
  top: .8rem;
  width: 1.50rem;
  height: 1.50rem;
}
#cargotransfer-view .container-fluid .checkbox-lg .custom-control-label {
  padding-top: 13px;
  padding-left: 6px;
}
#cargotransfer-view .container-fluid .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 3.75rem;
  pointer-events: all;
  border-radius: .5rem;
}
#cargotransfer-view .container-fluid .row .table-responsive {
  min-height: 700px;
}
#cargotransfer-view .container-fluid .row .barCont {
  height: 3px;
}
#cargotransfer-view .container-fluid .row table {
  margin-top: 275px;
}
#cargotransfer-view .container-fluid .row table thead {
  background-color: white;
}
#cargotransfer-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
#cargotransfer-view .chart-body {
  min-height: 500px;
}
#cargotransfer-view .invoices-body {
  height: 500px;
  background-color: white;
}
@media (max-width: 992px) {
  #cargotransfer-view .first-panel {
    margin-top: 0px!important;
  }
}
#cargotransfer-view .responsive {
  overflow: auto;
  height: 600px;
}
#cargotransfer-view .hand:hover {
  cursor: pointer;
}
#cargotransfer-view .arrow {
  color: #232f3e;
}
#cargotransfer-view .arrow:hover {
  transform: scale(1.2);
  cursor: pointer;
}
#cargotransfer-view .arrow:active {
  transform: scale(1.3);
}
#cargotransfer-view .left-side {
  position: absolute;
  width: 40px;
  margin-left: 10px;
  z-index: 300;
}
#cargotransfer-view .right-side {
  position: absolute;
  width: 40px;
  right: 10px;
  z-index: 300;
}
#cargotransfer-view .bottom-side {
  margin-top: -15px;
  position: absolute;
  z-index: 300;
  margin-left: 45%;
}
#cargotransfer-view .s-point {
  border-radius: 150px;
  background-color: #232f3e;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
#cargotransfer-view .s-point:hover {
  opacity: 1;
  cursor: pointer;
}
#cargotransfer-view .u-point {
  border-radius: 150px;
  background-color: gainsboro;
  width: 10px;
  height: 10px;
  opacity: 0.7;
}
#cargotransfer-view .u-point:hover {
  opacity: 1;
  cursor: pointer;
}
#cargotransfer-view .stat-width-t {
  width: 990px;
}
#cargotransfer-view .stat-width-pc {
  width: 1210px;
}
#package-view .container-fluid .numbers {
  text-align-last: right;
}
#package-view .container-fluid .card-stats {
  height: 95%;
}
#package-view .container-fluid .aduana-icon {
  width: 50px;
  max-width: 105px;
  background: 0 6px url(../images/icons/aduana.png) no-repeat;
  background-size: contain;
  height: 100%;
}
#package-view .container-fluid .aduana-icon span {
  margin-left: 20px;
  color: white;
}
#package-view .container-fluid .wharehouse-icon {
  width: 50px;
  max-width: 105px;
  background: 0 6px url(../images/icons/full-warehouse.jpg) no-repeat;
  background-size: contain;
  height: 100%;
}
#package-view .container-fluid .wharehouse-icon span {
  margin-left: 20px;
  color: white;
}
#package-view .container-fluid .route-icon {
  width: 50px;
  max-width: 105px;
  background: 0 6px url(../images/icons/truck.jpg) no-repeat;
  background-size: contain;
  height: 100%;
}
#package-view .container-fluid .route-icon span {
  margin-left: 20px;
  color: white;
}
#package-view .container-fluid .missing-icon {
  width: 50px;
  max-width: 105px;
  background: 0 6px url(../images/icons/missing.png) no-repeat;
  background-size: contain;
  height: 100%;
}
#package-view .container-fluid .missing-icon span {
  margin-left: 20px;
  color: white;
}
#package-view .container-fluid .row .table-responsive {
  margin-top: 280px;
  min-height: 250px;
}
#package-view .container-fluid .row .barCont {
  height: 3px;
}
#package-view .container-fluid .row table thead {
  background-color: white;
}
#package-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
#package-view .chart-body {
  min-height: 500px;
}
#package-view .invoices-body {
  height: 500px;
  background-color: white;
}
@media (max-width: 992px) {
  #package-view .first-panel {
    margin-top: 0px!important;
  }
  #package-view .table-responsive {
    margin-top: 0px! important;
  }
}
@media (max-width: 1200px) {
  #package-view .first-panel {
    margin-top: 0px!important;
  }
  #package-view .table-responsive {
    margin-top: 0px! important;
  }
}
#package-view .responsive {
  overflow: auto;
  height: 600px;
}
#package-view .border-danger {
  border: 2px solid red;
}
#package-view .loko {
  background: red;
  height: 200px;
  font-size: 40px;
  padding: 20px;
  color: white;
  text-align: center;
  display: flex;
  vertical-align: middle;
  justify-content: center;
}
#package-view .hand:hover {
  cursor: pointer;
}
#package-view .arrow {
  color: #232f3e;
}
#package-view .arrow:hover {
  transform: scale(1.2);
  cursor: pointer;
}
#package-view .arrow:active {
  transform: scale(1.3);
}
#package-view .left-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  margin-left: 10px;
  z-index: 300;
}
#package-view .left-side:hover {
  opacity: 0.6;
}
#package-view .right-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  right: 10px;
  z-index: 300;
}
#package-view .right-side:hover {
  opacity: 0.6;
}
#package-view .bottom-side {
  margin-top: -15px;
  position: absolute;
  z-index: 300;
  margin-left: 45%;
}
#package-view .s-point {
  border-radius: 150px;
  background-color: #232f3e;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
#package-view .s-point:hover {
  opacity: 1;
  cursor: pointer;
}
#package-view .u-point {
  border-radius: 150px;
  background-color: gainsboro;
  width: 10px;
  height: 10px;
  opacity: 0.7;
}
#package-view .u-point:hover {
  opacity: 1;
  cursor: pointer;
}
#package-view .stat-width-t {
  width: 990px;
}
#package-view .stat-width-pc {
  width: 1210px;
}
#scanner-view {
  overflow: hidden;
}
#scanner-view .container-fluid a {
  text-decoration: none;
  cursor: pointer;
}
#scanner-view .container-fluid .aduana-icon {
  width: 60px;
  max-width: 105px;
  background: 0 6px url(../images/icons/aduana.png) no-repeat;
  background-size: contain;
  height: 60px;
}
#scanner-view .container-fluid .aduana-icon span {
  margin-left: 20px;
  color: white;
}
#scanner-view .container-fluid .wharehouse-icon {
  width: 60px;
  max-width: 105px;
  background: 0 6px url(../images/icons/full-warehouse.png) no-repeat;
  background-size: contain;
  height: 60px;
}
#scanner-view .container-fluid .wharehouse-icon span {
  margin-left: 20px;
  color: white;
}
#scanner-view .container-fluid .route-icon {
  width: 50px;
  max-width: 105px;
  background: 0 6px url(../images/icons/truck.png) no-repeat;
  background-size: contain;
  height: 50px;
}
#scanner-view .container-fluid .route-icon span {
  margin-left: 20px;
  color: white;
}
#scanner-view .container-fluid .delivered-icon {
  width: 60px;
  max-width: 105px;
  background: 0 6px url(../images/icons/delivered.png) no-repeat;
  background-size: contain;
  height: 60px;
}
#scanner-view .container-fluid .delivered-icon span {
  margin-left: 20px;
  color: white;
}
#scanner-view .container-fluid .card {
  max-height: 110px;
}
#scanner-view .container-fluid .card-body {
  display: flex;
  align-items: center;
}
#scanner-view .container-fluid .fa-circle-o-notch {
  float: right;
  margin-top: -40px;
}
#scanner-view .container-fluid .bg-blue {
  background-color: #9AD0F5;
}
#scanner-view .container-fluid .info-box {
  display: inline-flex;
}
#scanner-view .container-fluid .info-box-icon {
  border-radius: .25rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 70px;
  min-height: 60px;
}
#scanner-view .container-fluid .info-box-number {
  display: block;
  margin-top: .25rem;
  font-weight: 700;
}
#scanner-view .container-fluid .elevation-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}
#scanner-view .container-fluid .info-box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.8;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  overflow: hidden;
}
#containerized-view .container-fluid .fa-circle-o-notch {
  float: right;
  margin-top: -40px;
}
#containerized-view .border-danger {
  border: 1px solid rgba(233, 135, 7, 0.125);
}
#containerized-view .border-sucess {
  border: 1px solid rgba(6, 175, 43, 0.125);
}
@media (max-width: 992px) {
  #containerized-view {
    margin-top: 100px;
  }
  .gif_rfid {
    display: none;
  }
}
#deliver-view .hand {
  cursor: pointer;
}
#deliver-view #html5-qrcode-anchor-scan-type-change {
  display: none;
}
#deliver-view #sound {
  display: none;
}
#deliver-view .btn-more {
  width: 25%;
}
#deliver-view .dark-head {
  align-items: baseline;
}
#deliver-view .bg-dark {
  background-color: #151c25!important;
}
#deliver-view .breadcrumb-light .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}
#deliver-view .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .425rem;
  color: #a6acb7;
}
#deliver-view .breadcrumb-item::before {
  vertical-align: middle;
}
#deliver-view #nav-menu {
  background-color: transparent!important;
}
#deliver-view .breadcrumb-item > a {
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
  color: #adaeb1;
}
#deliver-view .font-weight-medium {
  font-weight: 500 !important;
}
#deliver-view .text-dark {
  color: #373f50 !important;
}
#troute-view .container-fluid .bg-blue {
  background-color: #9AD0F5;
}
#troute-view .container-fluid .bg-warm {
  background-color: #ffcd56;
}
#troute-view .container-fluid .info-box {
  display: inline-flex;
}
#troute-view .container-fluid .info-box-icon {
  border-radius: .25rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 70px;
  height: 70px;
}
#troute-view .container-fluid .info-box-number {
  display: block;
  margin-top: .25rem;
  font-weight: 700;
}
#troute-view .container-fluid .elevation-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}
#troute-view .container-fluid .info-box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.8;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  overflow: hidden;
}
#troute-view .container-fluid .barCont {
  height: 3px;
  background-color: #ece9e9;
  margin-bottom: 15px;
}
#troute-view .container-fluid .numbers {
  text-align-last: right;
}
#troute-view .container-fluid .route1-icon {
  width: 50px;
  max-width: 105px;
  background: 0 6px url(../images/icons/route-icon.jpg) no-repeat;
  background-size: contain;
  height: 100%;
}
#troute-view .container-fluid .route1-icon span {
  margin-left: 20px;
  color: white;
}
#troute-view .container-fluid .loaded-icon {
  width: 50px;
  max-width: 105px;
  background: 0 6px url(../images/icons/loaddd.png) no-repeat;
  background-size: contain;
  height: 100%;
}
#troute-view .container-fluid .loaded-icon span {
  margin-left: 20px;
  color: white;
}
#troute-view .container-fluid .route-icon {
  width: 50px;
  max-width: 105px;
  background: 0 6px url(../images/icons/truck.jpg) no-repeat;
  background-size: contain;
  height: 100%;
}
#troute-view .container-fluid .route-icon span {
  margin-left: 20px;
  color: white;
}
#troute-view .container-fluid .delivered-icon {
  width: 50px;
  max-width: 105px;
  background: 0 6px url(../images/icons/delivered.png) no-repeat;
  background-size: contain;
  height: 100%;
}
#troute-view .container-fluid .delivered-icon span {
  margin-left: 20px;
  color: white;
}
#troute-view .container-fluid .card-transfer {
  height: 380px;
}
#troute-view .container-fluid .card-transfer .card-body {
  padding-top: 0;
}
#troute-view .container-fluid .card-stats {
  height: 100%;
}
#troute-view .container-fluid .move-end {
  text-align-last: end;
}
#troute-view .container-fluid .confirmed-icon {
  width: 160%;
  max-width: 105px;
  background: 0 6px url(../images/icons/port.avif) no-repeat;
  background-size: contain;
  height: 100%;
}
#troute-view .container-fluid .confirmed-icon span {
  margin-left: 20px;
  color: white;
}
#troute-view .container-fluid .container-icon {
  width: 160%;
  max-width: 105px;
  background: 0 6px url(../images/icons/container.svg) no-repeat;
  background-size: contain;
  height: 100%;
}
#troute-view .container-fluid .container-icon span {
  margin-left: 20px;
  color: white;
}
#troute-view .container-fluid .opencontainer-icon {
  width: 160%;
  max-width: 105px;
  background: 0 6px url(../images/icons/openct.png) no-repeat;
  background-size: contain;
  height: 100%;
}
#troute-view .container-fluid .opencontainer-icon span {
  margin-left: 20px;
  color: white;
}
#troute-view .container-fluid .closecontainer-icon {
  width: 130%;
  max-width: 85px;
  background: 0 6px url(../images/icons/closect.png) no-repeat;
  background-size: contain;
  height: 90%;
}
#troute-view .container-fluid .closecontainer-icon span {
  margin-left: 20px;
  color: white;
}
#troute-view .container-fluid .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #eb9f2e!important;
  background-color: #eb9f2e!important;
}
#troute-view .container-fluid .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.75rem);
}
#troute-view .container-fluid .checkbox-lg .custom-control-label::before,
#troute-view .container-fluid .checkbox-lg .custom-control-label::after {
  top: .8rem;
  width: 1.50rem;
  height: 1.50rem;
}
#troute-view .container-fluid .checkbox-lg .custom-control-label {
  padding-top: 13px;
  padding-left: 6px;
}
#troute-view .container-fluid .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 3.75rem;
  pointer-events: all;
  border-radius: .5rem;
}
#troute-view .container-fluid .row .table-responsive {
  min-height: 700px;
}
#troute-view .container-fluid .row .barCont {
  height: 3px;
}
#troute-view .container-fluid .row table {
  margin-top: 200px;
}
#troute-view .container-fluid .row table thead {
  background-color: white;
}
#troute-view .container-fluid .row .pag {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
#troute-view .chart-body {
  min-height: 500px;
}
#troute-view .invoices-body {
  height: 500px;
  background-color: white;
}
@media (max-width: 992px) {
  #troute-view .first-panel {
    margin-top: 0px!important;
  }
  #troute-view .bars-route-chart {
    display: none;
  }
}
#troute-view .responsive {
  overflow: auto;
  height: 600px;
}
#troute-view .hand:hover {
  cursor: pointer;
}
#troute-view .arrow {
  color: #232f3e;
}
#troute-view .arrow:hover {
  transform: scale(1.2);
  cursor: pointer;
}
#troute-view .arrow:active {
  transform: scale(1.3);
}
#troute-view .left-side {
  position: absolute;
  width: 40px;
  margin-left: 10px;
  z-index: 300;
}
#troute-view .right-side {
  position: absolute;
  width: 40px;
  right: 10px;
  z-index: 300;
}
#troute-view .bottom-side {
  margin-top: -15px;
  position: absolute;
  z-index: 300;
  margin-left: 45%;
}
#troute-view .s-point {
  border-radius: 150px;
  background-color: #232f3e;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
#troute-view .s-point:hover {
  opacity: 1;
  cursor: pointer;
}
#troute-view .u-point {
  border-radius: 150px;
  background-color: gainsboro;
  width: 10px;
  height: 10px;
  opacity: 0.7;
}
#troute-view .u-point:hover {
  opacity: 1;
  cursor: pointer;
}
#troute-view .stat-width-t {
  width: 990px;
}
#troute-view .stat-width-pc {
  width: 1210px;
}
#history-view .courier-updt {
  position: absolute;
  right: 0;
  padding-right: 0px;
  cursor: pointer;
}
#history-view .courier-img {
  position: absolute;
  right: 0;
  padding-right: 60px;
  cursor: pointer;
}
#history-view .more-btns {
  display: none;
}
#history-view .loading-bar,
#history-view .loading-block,
#history-view .loading-progress,
#history-view .loading-text,
#history-view .status-bar,
#history-view .status-block,
#history-view .status-label,
#history-view .status-progress,
#history-view .status-progress span,
#history-view .status-sublabel,
#history-view .status-text {
  display: block;
  width: 100%;
}
#history-view .status-text {
  display: block;
  width: 100%;
  line-height: 1.1;
}
#history-view .km {
  flex: 1;
  padding: 0 calc(22px);
}
#history-view .status-block.delivered .status-icon {
  background: #2ecc71;
}
#history-view .status-block .onway {
  background: #ff6600;
}
#history-view .status-icon {
  display: inline-block;
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  padding: 8px;
  border-radius: 50px;
  vertical-align: super;
  margin-right: 10px;
  width: 42px;
  text-align: center;
}
#history-view .status-content,
#history-view .status-icon {
  display: inline-block;
}
#history-view .status-label {
  font-size: 15px;
  font-weight: 700;
}
#history-view .status-sublabel {
  margin-top: 5px;
  font-weight: 320;
  font-size: 15px;
}
#history-view .more-btns {
  position: absolute;
  top: 0;
  right: 0;
}
#history-view .extend-btn,
#history-view .extend-step-btn,
#history-view .opts-btn {
  cursor: pointer;
  margin-left: 10px;
  width: 30px;
  transition: .2s;
}
#history-view .status-bar {
  margin-top: 8px;
  background: #e7e9f4;
}
#history-view .status-block.delivered .status-progress {
  background: #7bed9f;
}
#history-view .status-bar,
#history-view .status-progress,
#history-view .status-progress span {
  height: 8px;
  border-radius: 20px;
  transition: .5s;
}
#history-view .status-block.delivered .status-progress span {
  float: right;
  width: 8px;
  background: #009432;
}
#history-view .km ul {
  margin-top: -5px;
}
#history-view .km li {
  display: flex;
  width: 100%;
}
#history-view #k .km .d {
  font-size: 11px;
  width: 80px;
  max-width: 80px;
  flex-basis: 80px;
  text-align: center;
}
#history-view .km li > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
#history-view .km li:first-child .l {
  background: linear-gradient(to top, #f3f5fc, rgba(255, 255, 255, 0));
}
#history-view .km .l {
  margin: 0 25px;
  width: 10px;
  max-width: 10px;
  flex-basis: 10px;
  background: #f3f5fc;
}
#history-view .km .r {
  margin: 5px 0;
  font-size: 12px;
  background: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  flex: 1;
  justify-content: flex-start;
}
#history-view .km .r > div:not(.courier-img) {
  padding: 10px 17px 10px;
}
#history-view .km .r > div > address {
  font-size: 13px;
  font-weight: 500;
}
#history-view .courier-name {
  display: block;
  margin-bottom: 10px;
}
#history-view .courier-name span {
  display: inline-block;
  border-radius: 3px;
  padding: 4px 8px;
  font-weight: 500;
  background: #f3f0ea;
  color: #807d89;
  text-transform: uppercase;
}
#history-view .km .r > div.courier-img img:not(.extend-step-btn) {
  width: 25px;
  min-width: 25px;
  float: right;
  border-radius: 3px;
}
#history-view .courier-time,
#history-view .hint-line {
  font-size: 10.5px;
  font-weight: 500;
  color: #adadad;
}
#history-view .courier-time {
  display: none;
  margin-bottom: 10px;
}
#history-view .step-meaning {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
#history-view .step-line {
  display: block;
  line-height: 15px;
  font-size: 13px;
  font-weight: 500;
  color: #adadad;
  padding-right: 40px;
}
#history-view .km .l {
  position: relative;
}
#history-view .km .d strong {
  display: block;
  font-size: 13px;
  margin-bottom: 3px;
}
#history-view .km .d {
  font-size: 11px;
  width: 80px;
  max-width: 80px;
  flex-basis: 80px;
  text-align: center;
}
#history-view .km .l span {
  z-index: 10;
  margin-bottom: 14px;
  background: #e7e9ef;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
}
#history-view .km .l:before {
  background: #f3f5fc;
  content: '';
  border-radius: 50%;
  width: 25px;
  height: 25px;
  z-index: 1;
  position: absolute;
  margin-top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}
#history-view .km .l:after {
  content: '';
  position: absolute;
  height: 100%;
  background: #e7e9ef;
  width: 4px;
  left: 3px;
  z-index: 5;
}
#history-view .km li:first-child .l:after {
  top: calc(42%);
  height: calc(58%);
}
#history-view .km .l:after {
  content: '';
  height: 100%;
  background: #e7e9ef;
  width: 4px;
  left: 3px;
  z-index: 5;
}
#history-view .btn-pulsing {
  background: #FF6600!important;
  animation: pulse 2s infinite;
}
#history-view .km li:first-child .l-regular:after {
  background: linear-gradient(to top, #e7e9ef, #FF6600);
}
#history-view .btn-pulsing :after {
  background: linear-gradient(to top, #e7e9ef, #FF6600) !important;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: rgba(233, 145, 5, 0.275) 0px 0px 0px 1.40301px;
  }
  25% {
    transform: scale(1.1);
    box-shadow: rgba(199, 163, 5, 0.243) 0px 0px 0px 2.862px;
  }
  50% {
    transform: scale(1);
    box-shadow: rgba(182, 129, 6, 0.07) 0px 0px 0px 5.5725px;
  }
  75% {
    transform: scale(1);
    box-shadow: rgba(146, 114, 17, 0.1) 0px 0px 0px 9.87879px;
  }
  100% {
    transform: scale(1);
    box-shadow: rgba(214, 177, 27, 0.07) 0px 0px 0px 14.5725px;
  }
}
#history-view .btn-pulsing-success {
  background: #2ecc71!important;
  animation: pulse-success 2s infinite;
  background: linear-gradient(to top, #e7e9ef, #2ecc71);
}
#history-view .km li:first-child .l-success:after {
  background: linear-gradient(to top, #e7e9ef, #2ecc71);
}
@keyframes pulse-success {
  0% {
    transform: scale(1);
    box-shadow: rgba(4, 193, 68, 0.275) 0px 0px 0px 1.40301px;
  }
  25% {
    transform: scale(1.1);
    box-shadow: rgba(4, 193, 68, 0.243) 0px 0px 0px 2.862px;
  }
  50% {
    transform: scale(1);
    box-shadow: rgba(4, 193, 68, 0.07) 0px 0px 0px 5.5725px;
  }
  75% {
    transform: scale(1);
    box-shadow: rgba(4, 193, 68, 0.1) 0px 0px 0px 9.87879px;
  }
  100% {
    transform: scale(1);
    box-shadow: rgba(4, 193, 68, 0.07) 0px 0px 0px 14.5725px;
  }
}
/********************************************************************/
.arrow {
  color: #232f3e;
}
.arrow:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.arrow:active {
  transform: scale(1.3);
}
.left-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  margin-left: 10px;
  z-index: 300;
}
.left-side:hover {
  opacity: 0.6;
}
.right-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  right: 10px;
  z-index: 300;
}
.right-side:hover {
  opacity: 0.6;
}
.bottom-side {
  margin-top: -15px;
  position: absolute;
  z-index: 300;
  margin-left: 45%;
}
.s-point {
  border-radius: 150px;
  background-color: #232f3e;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
.s-point:hover {
  opacity: 1;
  cursor: pointer;
}
.u-point {
  border-radius: 150px;
  background-color: gainsboro;
  width: 10px;
  height: 10px;
  opacity: 0.7;
}
.u-point:hover {
  opacity: 1;
  cursor: pointer;
}
.stat-width-t {
  width: 990px;
}
.stat-width-pc {
  width: 1210px;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
/*******************************************************************/
.rounded-circle {
  border-radius: 50% !important;
}
.img-thumbnail {
  padding: .3125rem!important;
  background-color: #fff;
  border: 1px solid #e3e9ef;
  border-radius: .3125rem;
  box-shadow: none;
  max-width: 5.1rem;
  height: auto;
}
.font-size-base {
  font-size: 1rem !important;
}
.img-thumbnail.rounded-circle .badge {
  position: absolute;
  top: -0.3125rem;
  right: 0;
  cursor: default;
}
@media (max-width: 470px) {
  .left-date {
    display: none!important;
  }
  .delivered {
    padding-left: 0px;
  }
  .courier-time {
    display: block! important;
  }
}
@media (max-width: 750px) {
  .courier-img {
    display: none!important;
  }
}
#addhistory-view .container-fluid .fa-circle-o-notch {
  float: right;
  margin-top: -40px;
}
#addhistory-view .border-danger {
  border: 1px solid rgba(233, 135, 7, 0.125);
}
#addhistory-view .border-sucess {
  border: 1px solid rgba(6, 175, 43, 0.125);
}
@media (max-width: 992px) {
  #containerized-view {
    margin-top: 100px;
  }
  .gif_rfid {
    display: none;
  }
}
#public-history-view {
  /**************************************************************/
}
#public-history-view .navbar1 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
  background-color: #232F3E;
}
#public-history-view .navbar-brand {
  width: 30%;
  transition: filter .6s;
  filter: brightness(100%) invert(0);
}
#public-history-view .courier-updt {
  position: absolute;
  right: 0;
  padding-right: 0px;
  cursor: pointer;
}
#public-history-view .courier-img {
  position: absolute;
  right: 0;
  padding-right: 60px;
  cursor: pointer;
}
#public-history-view .more-btns {
  display: none;
}
#public-history-view .loading-bar,
#public-history-view .loading-block,
#public-history-view .loading-progress,
#public-history-view .loading-text,
#public-history-view .status-bar,
#public-history-view .status-block,
#public-history-view .status-label,
#public-history-view .status-progress,
#public-history-view .status-progress span,
#public-history-view .status-sublabel,
#public-history-view .status-text {
  display: block;
  width: 100%;
}
#public-history-view .status-text {
  display: block;
  width: 100%;
  line-height: 1.1;
}
#public-history-view .km {
  flex: 1;
  padding: 0 calc(182px);
}
#public-history-view .status-block.delivered .status-icon {
  background: #2ecc71;
}
#public-history-view .status-block .onway {
  background: #ff6600;
}
#public-history-view .status-icon {
  display: inline-block;
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  padding: 8px;
  border-radius: 50px;
  vertical-align: super;
  margin-right: 10px;
  width: 42px;
  text-align: center;
}
#public-history-view .status-content,
#public-history-view .status-icon {
  display: inline-block;
}
#public-history-view .status-label {
  font-size: 15px;
  font-weight: 700;
}
#public-history-view .status-sublabel {
  margin-top: 5px;
  font-weight: 320;
  font-size: 15px;
}
#public-history-view .more-btns {
  position: absolute;
  top: 0;
  right: 0;
}
#public-history-view .extend-btn,
#public-history-view .extend-step-btn,
#public-history-view .opts-btn {
  cursor: pointer;
  margin-left: 10px;
  width: 30px;
  transition: .2s;
}
#public-history-view .status-bar {
  margin-top: 8px;
  background: #e7e9f4;
}
#public-history-view .status-block.delivered .status-progress {
  background: #7bed9f;
}
#public-history-view .status-bar,
#public-history-view .status-progress,
#public-history-view .status-progress span {
  height: 8px;
  border-radius: 20px;
  transition: .5s;
}
#public-history-view .status-block.delivered .status-progress span {
  float: right;
  width: 8px;
  background: #009432;
}
#public-history-view .km ul {
  margin-top: -5px;
}
#public-history-view .km li {
  display: flex;
  width: 100%;
}
#public-history-view #k .km .d {
  font-size: 11px;
  width: 80px;
  max-width: 80px;
  flex-basis: 80px;
  text-align: center;
}
#public-history-view .km li > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
#public-history-view .km li:first-child .l {
  background: linear-gradient(to top, #f3f5fc, rgba(255, 255, 255, 0));
}
#public-history-view .km .l {
  margin: 0 25px;
  width: 10px;
  max-width: 10px;
  flex-basis: 10px;
  background: #f3f5fc;
}
#public-history-view .km .r {
  margin: 5px 0;
  font-size: 12px;
  background: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  flex: 1;
  justify-content: flex-start;
}
#public-history-view .km .r > div:not(.courier-img) {
  padding: 10px 17px 10px;
}
#public-history-view .km .r > div > address {
  font-size: 13px;
  font-weight: 500;
}
#public-history-view .courier-name {
  display: block;
  margin-bottom: 10px;
}
#public-history-view .courier-name span {
  display: inline-block;
  border-radius: 3px;
  padding: 4px 8px;
  font-weight: 500;
  background: #f3f0ea;
  color: #807d89;
  text-transform: uppercase;
}
#public-history-view .km .r > div.courier-img img:not(.extend-step-btn) {
  width: 25px;
  min-width: 25px;
  float: right;
  border-radius: 3px;
}
#public-history-view .courier-time,
#public-history-view .hint-line {
  font-size: 10.5px;
  font-weight: 500;
  color: #adadad;
}
#public-history-view .courier-time {
  display: none;
  margin-bottom: 10px;
}
#public-history-view .step-meaning {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
#public-history-view .step-line {
  display: block;
  line-height: 15px;
  font-size: 13px;
  font-weight: 500;
  color: #adadad;
  padding-right: 40px;
}
#public-history-view .km .l {
  position: relative;
}
#public-history-view .km .d strong {
  display: block;
  font-size: 13px;
  margin-bottom: 3px;
}
#public-history-view .km .d {
  font-size: 11px;
  width: 80px;
  max-width: 80px;
  flex-basis: 80px;
  text-align: center;
}
#public-history-view .km .l span {
  z-index: 10;
  margin-bottom: 14px;
  background: #e7e9ef;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
}
#public-history-view .km .l:before {
  background: #f3f5fc;
  content: '';
  border-radius: 50%;
  width: 25px;
  height: 25px;
  z-index: 1;
  position: absolute;
  margin-top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}
#public-history-view .km .l:after {
  content: '';
  position: absolute;
  height: 100%;
  background: #e7e9ef;
  width: 4px;
  left: 3px;
  z-index: 5;
}
#public-history-view .km li:first-child .l:after {
  top: calc(42%);
  height: calc(58%);
}
#public-history-view .km .l:after {
  content: '';
  height: 100%;
  background: #e7e9ef;
  width: 4px;
  left: 3px;
  z-index: 5;
}
#public-history-view .btn-pulsing {
  background: #FF6600!important;
  animation: pulse 2s infinite;
}
#public-history-view .km li:first-child .l-regular:after {
  background: linear-gradient(to top, #e7e9ef, #FF6600);
}
#public-history-view .btn-pulsing :after {
  background: linear-gradient(to top, #e7e9ef, #FF6600) !important;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: rgba(233, 145, 5, 0.275) 0px 0px 0px 1.40301px;
  }
  25% {
    transform: scale(1.1);
    box-shadow: rgba(199, 163, 5, 0.243) 0px 0px 0px 2.862px;
  }
  50% {
    transform: scale(1);
    box-shadow: rgba(182, 129, 6, 0.07) 0px 0px 0px 5.5725px;
  }
  75% {
    transform: scale(1);
    box-shadow: rgba(146, 114, 17, 0.1) 0px 0px 0px 9.87879px;
  }
  100% {
    transform: scale(1);
    box-shadow: rgba(214, 177, 27, 0.07) 0px 0px 0px 14.5725px;
  }
}
#public-history-view .btn-pulsing-success {
  background: #2ecc71!important;
  animation: pulse-success 2s infinite;
  background: linear-gradient(to top, #e7e9ef, #2ecc71);
}
#public-history-view .km li:first-child .l-success:after {
  background: linear-gradient(to top, #e7e9ef, #2ecc71);
}
@keyframes pulse-success {
  0% {
    transform: scale(1);
    box-shadow: rgba(4, 193, 68, 0.275) 0px 0px 0px 1.40301px;
  }
  25% {
    transform: scale(1.1);
    box-shadow: rgba(4, 193, 68, 0.243) 0px 0px 0px 2.862px;
  }
  50% {
    transform: scale(1);
    box-shadow: rgba(4, 193, 68, 0.07) 0px 0px 0px 5.5725px;
  }
  75% {
    transform: scale(1);
    box-shadow: rgba(4, 193, 68, 0.1) 0px 0px 0px 9.87879px;
  }
  100% {
    transform: scale(1);
    box-shadow: rgba(4, 193, 68, 0.07) 0px 0px 0px 14.5725px;
  }
}
/********************************************************************/
.arrow {
  color: #232f3e;
}
.arrow:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.arrow:active {
  transform: scale(1.3);
}
.left-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  margin-left: 10px;
  z-index: 300;
}
.left-side:hover {
  opacity: 0.6;
}
.right-side {
  position: absolute;
  width: 40px;
  opacity: 0.2;
  right: 10px;
  z-index: 300;
}
.right-side:hover {
  opacity: 0.6;
}
.bottom-side {
  margin-top: -15px;
  position: absolute;
  z-index: 300;
  margin-left: 45%;
}
.s-point {
  border-radius: 150px;
  background-color: #232f3e;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
.s-point:hover {
  opacity: 1;
  cursor: pointer;
}
.u-point {
  border-radius: 150px;
  background-color: gainsboro;
  width: 10px;
  height: 10px;
  opacity: 0.7;
}
.u-point:hover {
  opacity: 1;
  cursor: pointer;
}
.stat-width-t {
  width: 990px;
}
.stat-width-pc {
  width: 1210px;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
/*******************************************************************/
.rounded-circle {
  border-radius: 50% !important;
}
.img-thumbnail {
  padding: .3125rem!important;
  background-color: #fff;
  border: 1px solid #e3e9ef;
  border-radius: .3125rem;
  box-shadow: none;
  max-width: 5.1rem;
  height: auto;
  width: min-content;
}
.font-size-base {
  font-size: 1rem !important;
}
.img-thumbnail.rounded-circle .badge {
  position: absolute;
  top: -0.3125rem;
  right: 0;
  cursor: default;
}
@media (max-width: 470px) {
  .left-date {
    display: none!important;
  }
  .delivered {
    padding-left: 0px;
  }
  .courier-time {
    display: block! important;
  }
}
@media (max-width: 750px) {
  .courier-img {
    display: none!important;
  }
}
@media (max-width: 750px) {
  .courier-img {
    display: none!important;
  }
  .driver-div {
    display: none!important;
  }
}
@media (max-width: 1050px) {
  .phistory-summary {
    padding: 0 calc(22px) !important;
  }
}
#membership-view {
  /*************************New Card modal******************************/
  /*****************alert info****************************/
}
#membership-view .card {
  background-color: #232F3E;
}
#membership-view .custom-control {
  padding-left: 0!important;
}
#membership-view .card-pricing .card-body {
  overflow: hidden;
  padding: 0;
}
#membership-view .card-pricing .card-body .card-title {
  position: relative;
  margin-top: -20px;
  font-size: 5em;
  font-weight: 900;
  color: #222a42;
  text-transform: lowercase;
  margin-left: -5px;
  z-index: 1;
}
#membership-view .card-pricing .card-body .card-title2 {
  position: relative;
  font-weight: 900;
  color: #222a42;
  text-transform: lowercase;
  margin-top: -10px;
  z-index: 1;
}
#membership-view .card-pricing .card-body img {
  position: absolute;
  border-radius: 0.2857rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
#membership-view .card-pricing ul {
  list-style: none;
  padding: 0;
  max-width: 240px;
  margin: 80px auto 40px;
}
#membership-view .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
#membership-view .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
#membership-view .card-pricing ul li {
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  padding: 5px 0;
  border: none;
}
#membership-view .list-group-item {
  position: relative;
  display: block;
  padding: 1rem;
  margin-bottom: -0.0625rem;
  background-color: #fff;
  border: 0.0625rem solid #e9ecef;
}
#membership-view .card-pricing .card-body .card-prices .text-on-front {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.9);
  font-size: 3.6em;
  font-weight: 900;
  text-align: center;
}
#membership-view .card-pricing.card-primary .card-body .card-prices .text-on-back {
  color: rgba(135, 194, 50, 0.1);
}
#membership-view .card {
  min-height: 602px;
}
#membership-view .card-pricing .card-body .card-prices .text-on-back {
  position: relative;
  z-index: 1;
  font-size: 9.5em;
  text-align: center;
  margin-top: -130px;
  font-weight: 900;
  color: rgba(38, 49, 72, 0.1);
}
#membership-view .card-pricing .card-body .card-prices .plan {
  font-weight: 600;
  font-size: .8em;
  margin-top: -80px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
#membership-view .card-pricing .card-body .card-prices .text-on-front span {
  font-size: .7em;
}
#membership-view h5 {
  line-height: 1.4em;
  margin-bottom: 15px;
}
#membership-view .small {
  font-size: .375em!important;
}
#membership-view .card .card-footer {
  background-color: transparent;
  border: 0;
  padding: 15px;
}
#membership-view .btn-primary2 {
  background: #FF6600;
  background-image: linear-gradient(to bottom left, #FF6600, #e96106, #c7580f);
  background-size: 210% 210%;
  background-position: 100% 0;
  background-color: #FF6600;
  transition: all .15s ease;
  box-shadow: none;
  color: #fff;
}
#membership-view .btn1 {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 11px 40px;
  font-size: .875rem;
  line-height: 1.35em;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#membership-view .card .card-header {
  padding: 15px 15px 15px;
  border: 0;
  color: rgba(255, 255, 255, 0.8);
  background-color: #243447;
}
#membership-view .card-tasks .card-header .title {
  margin-right: 20px;
  font-weight: 400;
}
#membership-view .card h6 {
  color: rgba(255, 255, 255, 0.8);
}
#membership-view .card .card-header .card-category {
  color: #9a9a9a;
  margin-bottom: 5px;
  font-weight: 300;
}
#membership-view .card-tasks .card-header .dropdown {
  float: right;
  color: #ccc;
}
#membership-view .btn.btn-link.dropdown-toggle {
  height: 22px;
  padding: 0;
  margin-right: 5px;
}
#membership-view .card-tasks .table-full-width {
  max-height: 410px;
  position: relative;
}
#membership-view .ps {
  overflow: auto!important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
#membership-view .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #525f7f;
  background-color: transparent;
  border: 0px;
}
#membership-view table {
  border-collapse: collapse;
}
#membership-view .form-check input[type=checkbox] + .form-check-sign:after {
  opacity: 0;
  font-size: 10px;
  margin-top: 0;
}
#membership-view .table .form-check label .form-check-sign:after,
#membership-view .table .form-check label .form-check-sign:before {
  top: -17px;
  left: 4px;
}
#membership-view .form-check .form-check-sign:after {
  font-family: nucleo;
  content: "\ea1b";
  top: 0;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  color: #fff;
  font-weight: 600;
  border: 0;
  background-color: inherit;
}
#membership-view .form-check .form-check-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  line-height: 18px;
  margin-bottom: 0;
  transition: color .3s linear;
}
#membership-view .form-check input[type=checkbox]:checked + .form-check-sign:before {
  border: none;
  background-color: #87c232;
}
#membership-view .table .form-check label .form-check-sign:after,
#membership-view .table .form-check label .form-check-sign:before {
  top: -17px;
  left: 4px;
}
#membership-view .form-check .form-check-sign:after,
#membership-view .form-check .form-check-sign:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  cursor: pointer;
  border-radius: 3px;
  top: 0;
  border: 1px solid #818181;
  transition: opacity .3s linear;
}
#membership-view .form-check .form-check-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  line-height: 18px;
  margin-bottom: 0;
  transition: color .3s linear;
}
#membership-view .form-check .form-check-sign:after {
  font-family: nucleo;
  content: "\ea1b";
  top: 0;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  color: #fff;
  font-weight: 600;
  border: 0;
  background-color: inherit;
}
#membership-view .form-check .form-check-sign:after,
#membership-view .form-check .form-check-sign:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  cursor: pointer;
  border-radius: 3px;
  top: 0;
  border: 1px solid #818181;
  transition: opacity .3s linear;
}
#membership-view .form-check input[type=checkbox],
#membership-view .radio input[type=radio] {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
#membership-view .form-check .form-check-sign:after {
  font-family: "Font Awesome 4 Free";
  content: "\f00c";
  top: 0;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  color: #fff;
  font-weight: 600;
  border: 0;
  background-color: inherit;
}
#membership-view .table .form-check label .form-check-sign:after,
#membership-view .table .form-check label .form-check-sign:before {
  top: -17px;
  left: 4px;
}
#membership-view .table th,
#membership-view .table td {
  border-top: 0px;
  padding: 0.75rem;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#membership-view .title {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0px;
}
#membership-view a {
  text-decoration: none;
}
#membership-view .nav-link-style {
  color: #4b566b!important;
}
#membership-view .page-title-overlap + * {
  position: relative;
  margin-top: -4.875rem;
  z-index: 5;
}
#membership-view .page-title-overlap {
  padding-bottom: 6.375rem;
}
#membership-view .text-light {
  color: #fff !important;
}
#membership-view .rounded-lg {
  border-radius: .4375rem;
}
#membership-view .box-shadow-lg {
  box-shadow: 0 0.3rem 1.525rem -0.375rem #000000 !important;
}
#membership-view .cz-sidebar-static {
  padding: 1.875rem 1.875rem;
}
#membership-view .cz-sidebar,
#membership-view .cz-sidebar-static {
  width: 100%;
  background-color: #fff;
}
#membership-view .widget-title {
  margin-bottom: 1.125rem;
  font-size: 1.0625rem;
  font-weight: 500;
}
#membership-view .widget-product-title > a {
  color: #373f50;
}
#membership-view .widget-product-meta {
  font-size: .875rem;
}
#membership-view .font-weight-normal {
  font-weight: 400 !important;
}
#membership-view .btn-outline-primary {
  border-color: #232f3e;
  color: #232f3e;
}
#membership-view .btn-outline-primary:hover {
  border-color: #FF6600;
  background-color: #FF6600;
  color: #fff;
}
#membership-view .btn > i {
  margin-top: -0.1875rem;
  vertical-align: middle;
}
#membership-view .breadcrumb-light .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}
#membership-view .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .425rem;
  color: #a6acb7;
}
#membership-view .breadcrumb-item::before {
  vertical-align: middle;
}
#membership-view #nav-menu {
  background-color: transparent!important;
}
#membership-view .breadcrumb-item > a {
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
  color: #adaeb1;
}
#membership-view .font-size-sm {
  font-size: .875rem !important;
  font-family: "Rubik";
}
#membership-view .font-size-lg {
  font-size: 1.125rem !important;
  font-family: "Rubik";
}
#membership-view .text-sm-left {
  text-align: left !important;
}
#membership-view .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
#membership-view .rounded-circle {
  border-radius: 50% !important;
}
#membership-view .img-thumbnail {
  padding: .3125rem;
  background-color: #fff;
  border: 1px solid #e3e9ef;
  border-radius: .3125rem;
  box-shadow: none;
  max-width: 100%;
  height: auto;
}
#membership-view .font-size-base {
  font-size: 1rem !important;
}
#membership-view .img-thumbnail.rounded-circle .badge {
  position: absolute;
  top: -0.3125rem;
  right: 0;
  cursor: default;
}
#membership-view .badge-warning {
  color: #2b3445;
  background-color: #fea569;
}
#membership-view .badge {
  display: inline-block;
  padding: .25em .625em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .175rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
}
#membership-view .sec-text {
  margin-bottom: 0px;
}
#membership-view .modal .modal-content {
  border: 0px!important;
}
#membership-view .card-modal fieldset {
  border-style: solid;
  border: 1px;
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
  background: #27293d;
  border-radius: 8px;
}
#membership-view .strip-container {
  padding: 10px;
  background-color: #27293d!important;
  box-shadow: none;
}
#membership-view .card-modal #close-icon {
  padding: 2px 5px 5px 0;
  z-index: 1000;
  color: #fff;
}
#membership-view .card-modal #card-description {
  font-size: 20px;
  position: absolute;
  text-align: left;
}
#membership-view .card-modal fieldset legend + * {
  clear: both;
}
#membership-view .card-modal fieldset legend {
  float: left;
  width: 50% !important;
  text-align: center;
  font-size: 13px;
  color: #fff;
  padding: 3px 10px 7px;
}
#membership-view .card-modal .StripeElement {
  box-sizing: border-box;
  color: white;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: lightyellow;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
#membership-view .ElementsApp .InputElement {
  color: #fff!important;
}
#membership-view .alert-info {
  color: #1c1c2a;
  background-color: #ededee;
  border-color: #c9c9cd;
}
#membership-view .alert {
  position: relative;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
}
#membership-view .custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #ff6600;
  background-color: #ff6600;
  box-shadow: none;
  cursor: pointer;
}
#membership-view .custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  transform: translateX(1.1875rem);
  background-color: #fff;
  cursor: pointer;
}
#membership-view .custom-switch .custom-control-label:after {
  top: 0;
  border: 1px solid #e9e9f2;
  border-radius: 50%;
  cursor: pointer;
}
#membership-view .custom-switch .custom-control-label:after {
  left: -3rem;
  width: 1.375rem;
  height: 1.375rem;
  background-color: #777;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
#membership-view .custom-switch .custom-control-label:before {
  left: -3rem;
  width: 2.5rem;
  pointer-events: all;
  border-radius: 0.5rem;
  cursor: pointer;
}
#membership-view .saleTag-module--container--d093f {
  background: #fff;
  border-radius: 15px;
  box-shadow: 1px 7px 20px 0 rgba(0, 0, 0, 0.15);
  height: 160px;
  margin-top: 100px!important;
  position: absolute;
  transform-origin: bottom left;
  width: 160px;
  z-index: 4;
}
#membership-view svg.heroPerson-module--outerRing--5cb4d .heroPerson-module--outerRingPath--da9bb {
  fill: transparent;
  stroke-width: 1;
  stroke-linecap: round;
}
#membership-view .saleTag-module--saleLabel--f1d06 {
  color: #858794;
  font-size: 15px;
  font-weight: 400;
  left: 0;
  line-height: 18px;
  margin: 0;
  position: absolute;
  top: 27px;
  width: 100%;
}
#membership-view .saleTag-module--price--fef81 {
  color: #19235a;
  font-size: 26px;
  font-weight: 600;
  left: 0;
  letter-spacing: -0.6px;
  line-height: 31px;
  margin: 0;
  position: absolute;
  top: 50px;
  width: 100%;
}
#membership-view .saleTag-module--cardNumber--28ef4 {
  color: #19235a;
  font-size: 15px;
  font-weight: 400;
  left: 54px;
  line-height: 18px;
  position: absolute;
  top: 115px;
}
#membership-view .saleTag-module--visa--c0445 {
  width: 100%;
  padding-top: 110px;
}
#membership-view .nameTag-module--container--43731 {
  background: #fff;
  border-radius: 15px;
  box-shadow: 1px 7px 20px 0 rgba(0, 0, 0, 0.15);
  height: 80px;
  position: absolute;
  transform-origin: top right;
  width: 275px;
  z-index: 4;
}
#membership-view .nameTag-module--name--83242 {
  color: #191e49;
  font-size: 17px;
  font-weight: 600;
  left: 40px;
  line-height: 20px;
  max-width: 150px;
  min-width: 45px;
  position: absolute;
  top: 21px;
  width: 100%;
}
#membership-view .nameTag-module--description--01d9c {
  color: #727fa1;
  font-size: 15px;
  font-weight: 500;
  left: 40px;
  line-height: 18px;
  margin: 0;
  max-width: 150px;
  min-width: 45px;
  position: absolute;
  top: 42px;
  width: 100%;
}
#membership-view .nameTag-module--checkmarkCircle--c78af {
  background-color: #16c09f;
  border-radius: 50%;
  display: block;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 28px;
  width: 24px;
}
#membership-view .nameTag-module--photo-container--6335f {
  height: 50px;
  left: 15px;
  position: absolute;
  top: 10px;
  transform-origin: center center;
  width: 50px;
}
#membership-view .nameTag-module--photo-container--6335f .nameTag-module--photo--38098 {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
#membership-view .gatsby-image-wrapper-constrained {
  display: inline-block;
  vertical-align: top;
}
#membership-view .gatsby-image-wrapper {
  overflow: hidden;
}
#membership-view .nameTag-module--checkmarkCircle--c78af .nameTag-module--checkmarkIcon--73477 {
  left: 6px;
  position: absolute;
  top: 8px;
  width: 11px;
}
