/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  background: rgba(0, 0, 0, 0.25);
  color: #FFF;
  text-align: center;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  background: #fff;
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -30px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  font-size: 16px;
  line-height: 18px;
  color: #F4F4F4;
  font-weight: 400;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.white-popup.product-container {
  max-width: 1300px;
}
.white-popup.product-container .popupContent {
  padding: 2rem;
}
.white-popup.authenticate {
  max-width: 450px;
}
.white-popup.wd-400 {
  max-width: 400px;
}
.white-popup.wd-500 {
  max-width: 500px;
}
.white-popup.wd-600 {
  max-width: 600px;
}
.white-popup ._popup_title {
  margin: 0;
  padding: 25px;
  text-align: center;
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  border-bottom: 1px solid #DEDEDE;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.white-popup .popupContent {
  padding: 25px;
}
.white-popup .submission-handler {
  padding: 25px;
  margin: 0;
  background: #FAFAFA;
}

table {
  width: 100%;
  border: 1px solid #DEDEDE;
  border-spacing: 0;
  border-radius: 3px;
}
table thead tr th {
  font-weight: 600;
  background: #214fe0;
  color: #fff;
  padding: 25px 15px;
}
table tbody tr td, table tbody tr th {
  padding: 10px 15px;
  font-size: 0.9rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  background: #fff;
  border-bottom: 1px solid #DEDEDE;
}
table tbody tr td.manageColumn, table tbody tr th.manageColumn {
  width: 120px;
}
table tbody tr:hover td, table tbody tr:hover th {
  background: #f8faff;
}
table tbody tr th {
  font-weight: 600;
  color: #000;
  border-right: 1px solid #DEDEDE;
}
table tbody tr th.mega {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  background: #FAFAFA;
}
table tbody tr th[colspan] {
  border-right: 0;
}

.dataTables_info, .dataTables_filter {
  display: block;
  float: left;
  width: 50%;
  margin-bottom: 15px;
}

.dataTables_info {
  font-size: 1rem;
  line-height: 55px;
  height: 55px;
}

.breaker {
  display: block;
  width: 100%;
  clear: both;
  height: 1px;
}
.breaker.mb15 {
  margin-bottom: 15px;
}

.dataTables_filter {
  float: right;
}
.dataTables_filter::after {
  display: block;
  clear: both;
  content: "";
}
.dataTables_filter label {
  min-width: 350px;
  display: block;
  float: right;
}

.dataTables_paginate {
  margin: 1rem 0 0;
}
.dataTables_paginate span {
  display: inline-block;
}
.dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 5px;
  text-align: center;
  text-decoration: none !important;
  border-radius: 2px;
  color: #3B4851;
  border: 1px solid transparent;
  cursor: pointer;
}
.dataTables_paginate .paginate_button:hover {
  background: #F9F9F9;
  color: #000;
}
.dataTables_paginate .paginate_button.current {
  background: #D4E4FA;
  color: #1862CB;
  border-color: #D4E4FA;
}
.dataTables_paginate .paginate_button.previous, .dataTables_paginate .paginate_button.next {
  border-color: #ccc;
  margin-left: 0;
}
.dataTables_paginate .paginate_button.next {
  margin-left: 5px;
}
.dataTables_paginate .paginate_button.disabled {
  cursor: default;
  color: #ccc;
}
.dataTables_paginate .paginate_button.disabled:hover {
  background: #fff;
  color: #ccc;
}
.dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_processing {
  position: absolute;
  top: 73px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  text-align: center;
  font-size: 18px;
}

.hover:hover {
  text-decoration: underline;
}

a[disabled=disabled] {
  cursor: default;
  color: #ccc;
}

.text-danger {
  color: #E53935;
}

.text-warning {
  color: #FF5722;
}

.text-success {
  color: #26a69a;
}

.lr-auto {
  margin-left: auto;
  margin-right: auto;
}

.ta {
  font-family: "Anek Tamil", "Golos Text", sans-serif;
}

header {
  background: #F5F5FA;
  z-index: 1025 !important;
  width: 100%;
  position: relative;
  margin: 0;
}
header.entry {
  background: transparent;
}

footer {
  background: #fff;
  color: #000;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: 1rem;
  margin-top: 2rem;
  border-top: 1px dotted #DEDEDE;
  padding: 1.5rem 0;
  line-height: 1.75;
}

.error-container {
  width: 80%;
  max-width: 700px;
  margin: 25px auto;
}
.error-container .inner {
  background: #fff;
  border: 1px solid #DEDEDE;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 35px;
  border-radius: 2px;
}
.error-container .inner h1 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #E91E63;
  margin: 0 0 15px;
  padding: 15px 0 30px;
  text-align: center;
  border-bottom: 1px dotted #DEDEDE;
}
.error-container .inner .message {
  font-size: 18px;
  line-height: 1.75;
  color: #777;
  margin: 0;
  padding: 15px 0 0;
}
.error-container .last-update {
  margin: 0 0;
  padding: 20px 0;
  color: #888;
  font-size: 18px;
  text-align: center;
}
.error-container .bug-icon {
  font-size: 50px;
  color: #B0BEC5;
  margin: 20px 0;
  text-align: center;
}
.error-container .bug-icon.text {
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 30px;
  margin: 5px 0 20px;
}
.error-container .helper-links {
  margin: 0;
  text-align: center;
}
.error-container .helper-links a {
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
  color: #42A5F5;
}
.error-container .helper-links a:hover {
  color: #333;
  text-decoration: underline;
}

.working-area {
  min-height: calc(100vh - 100px - 91px);
}

.general-sticky-top {
  top: 115px;
}

.oneLineText {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.form-group {
  padding: 15px 0;
  margin: 0;
}
.form-group label:not(.btn) {
  color: #000;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 10px;
  display: block;
}

label.checkboxLabel {
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  margin: 0 0 0 8px;
  color: #000 !important;
  text-transform: none;
  display: inline !important;
  font-size: 1.15rem;
}

.fullWidth {
  width: 100%;
}

img {
  display: block;
  max-width: 100%;
}

.no-resize {
  resize: none;
}

strong {
  font-weight: 700;
}

.help-block {
  font-size: 14px;
  margin: 10px 0 0;
  font-weight: 400;
  color: #555;
  display: block;
}
.help-block a {
  text-decoration: underline;
}
.help-block a:hover {
  text-decoration: none;
}
.help-block strong {
  font-weight: 700;
}

.submission-handler {
  padding: 1rem 0;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.spacing-normal {
  letter-spacing: 0;
}

.spacing-mid {
  letter-spacing: -0.03em;
}

.spacing-inc {
  letter-spacing: -0.045em;
}

.spacing-tight {
  letter-spacing: -0.06em;
}

.spacing-wide {
  letter-spacing: 1px;
}

.separator {
  background: #444;
  display: table;
  height: 1px;
  width: 100px;
  margin: 25px 0;
}
.separator.lr-auto {
  margin-left: auto;
  margin-right: auto;
}

.lh-1 {
  line-height: 1;
}

.lh-16 {
  line-height: 1.6;
}

.lh-17 {
  line-height: 1.7;
}

.lh-18 {
  line-height: 1.8;
}

.lh-2 {
  line-height: 2;
}

.wt-400 {
  font-weight: 400 !important;
}

.wt-500 {
  font-weight: 500 !important;
}

.wt-600 {
  font-weight: 600 !important;
}

.wt-700 {
  font-weight: 700 !important;
}

.wt-800 {
  font-weight: 800 !important;
}

.wdth-0 {
  width: 0%;
}

.wdth-1 {
  width: 1%;
}

.wdth-2 {
  width: 2%;
}

.wdth-3 {
  width: 3%;
}

.wdth-4 {
  width: 4%;
}

.wdth-5 {
  width: 5%;
}

.wdth-6 {
  width: 6%;
}

.wdth-7 {
  width: 7%;
}

.wdth-8 {
  width: 8%;
}

.wdth-9 {
  width: 9%;
}

.wdth-10 {
  width: 10%;
}

.wdth-11 {
  width: 11%;
}

.wdth-12 {
  width: 12%;
}

.wdth-13 {
  width: 13%;
}

.wdth-14 {
  width: 14%;
}

.wdth-15 {
  width: 15%;
}

.wdth-16 {
  width: 16%;
}

.wdth-17 {
  width: 17%;
}

.wdth-18 {
  width: 18%;
}

.wdth-19 {
  width: 19%;
}

.wdth-20 {
  width: 20%;
}

.wdth-21 {
  width: 21%;
}

.wdth-22 {
  width: 22%;
}

.wdth-23 {
  width: 23%;
}

.wdth-24 {
  width: 24%;
}

.wdth-25 {
  width: 25%;
}

.wdth-26 {
  width: 26%;
}

.wdth-27 {
  width: 27%;
}

.wdth-28 {
  width: 28%;
}

.wdth-29 {
  width: 29%;
}

.wdth-30 {
  width: 30%;
}

.wdth-31 {
  width: 31%;
}

.wdth-32 {
  width: 32%;
}

.wdth-33 {
  width: 33%;
}

.wdth-34 {
  width: 34%;
}

.wdth-35 {
  width: 35%;
}

.wdth-36 {
  width: 36%;
}

.wdth-37 {
  width: 37%;
}

.wdth-38 {
  width: 38%;
}

.wdth-39 {
  width: 39%;
}

.wdth-40 {
  width: 40%;
}

.wdth-41 {
  width: 41%;
}

.wdth-42 {
  width: 42%;
}

.wdth-43 {
  width: 43%;
}

.wdth-44 {
  width: 44%;
}

.wdth-45 {
  width: 45%;
}

.wdth-46 {
  width: 46%;
}

.wdth-47 {
  width: 47%;
}

.wdth-48 {
  width: 48%;
}

.wdth-49 {
  width: 49%;
}

.wdth-50 {
  width: 50%;
}

.wdth-51 {
  width: 51%;
}

.wdth-52 {
  width: 52%;
}

.wdth-53 {
  width: 53%;
}

.wdth-54 {
  width: 54%;
}

.wdth-55 {
  width: 55%;
}

.wdth-56 {
  width: 56%;
}

.wdth-57 {
  width: 57%;
}

.wdth-58 {
  width: 58%;
}

.wdth-59 {
  width: 59%;
}

.wdth-60 {
  width: 60%;
}

.wdth-61 {
  width: 61%;
}

.wdth-62 {
  width: 62%;
}

.wdth-63 {
  width: 63%;
}

.wdth-64 {
  width: 64%;
}

.wdth-65 {
  width: 65%;
}

.wdth-66 {
  width: 66%;
}

.wdth-67 {
  width: 67%;
}

.wdth-68 {
  width: 68%;
}

.wdth-69 {
  width: 69%;
}

.wdth-70 {
  width: 70%;
}

.wdth-71 {
  width: 71%;
}

.wdth-72 {
  width: 72%;
}

.wdth-73 {
  width: 73%;
}

.wdth-74 {
  width: 74%;
}

.wdth-75 {
  width: 75%;
}

.wdth-76 {
  width: 76%;
}

.wdth-77 {
  width: 77%;
}

.wdth-78 {
  width: 78%;
}

.wdth-79 {
  width: 79%;
}

.wdth-80 {
  width: 80%;
}

.wdth-81 {
  width: 81%;
}

.wdth-82 {
  width: 82%;
}

.wdth-83 {
  width: 83%;
}

.wdth-84 {
  width: 84%;
}

.wdth-85 {
  width: 85%;
}

.wdth-86 {
  width: 86%;
}

.wdth-87 {
  width: 87%;
}

.wdth-88 {
  width: 88%;
}

.wdth-89 {
  width: 89%;
}

.wdth-90 {
  width: 90%;
}

.wdth-91 {
  width: 91%;
}

.wdth-92 {
  width: 92%;
}

.wdth-93 {
  width: 93%;
}

.wdth-94 {
  width: 94%;
}

.wdth-95 {
  width: 95%;
}

.wdth-96 {
  width: 96%;
}

.wdth-97 {
  width: 97%;
}

.wdth-98 {
  width: 98%;
}

.wdth-99 {
  width: 99%;
}

.wdth-100 {
  width: 100%;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-10 {
  opacity: 1;
}

.srnoty-container {
  position: fixed;
  width: 100%;
  top: 0;
  height: 1px;
  z-index: 1050;
  display: none;
}
.srnoty-container.active {
  display: block;
}
.srnoty-container .inner {
  display: table;
  margin: 15px auto 0;
  padding: 10px 25px;
  font-size: 20px;
  border-radius: 2px;
  max-width: 450px;
  line-height: 1.5;
  cursor: pointer;
}
.srnoty-container .inner:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.srnoty-container.loading .inner {
  background: #f9edbe;
  color: #000;
}
.srnoty-container.warning .inner {
  background: #ed723b;
  color: #fff;
}
.srnoty-container.success .inner {
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(5px);
  color: #fff;
}
.srnoty-container.information .inner {
  background: #0c36fb;
  color: #fff;
}
.srnoty-container.danger .inner, .srnoty-container.error .inner {
  background: #d53343;
  color: #fff;
}

.cursor_default {
  cursor: default;
}

.cursor_zoom_in {
  cursor: zoom-in !important;
}

.cursor-help {
  cursor: help !important;
}

.loading::after {
  display: inline-block;
  animation: dotty steps(1, end) 1s infinite;
  content: "";
}

@keyframes dotty {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "";
  }
}
.btn.am + .btn.am,
button.am + button.am,
input.am + input.am {
  margin-left: 12px;
}

.aligned-visually {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.u-progress {
  display: none;
}

.upload-bg {
  background: #333;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(20px);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2500;
}

.upload-progress {
  position: fixed;
  width: 100%;
  color: #F4F4F4;
  text-align: center;
  z-index: 2501;
  top: 50px;
}
.upload-progress span.helper-text {
  font-size: 1.25rem;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.5);
}
.upload-progress strong.helper-percentage {
  font-size: 110px;
  margin: 0;
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.active[data-prevent-active=true] {
  cursor: default;
}

ul.regular-list, ol.regular-list {
  padding-left: 25px;
}
ul.regular-list li, ol.regular-list li {
  list-style: disc;
  font-size: 0.9rem;
  padding: 5px 0 5px 10px;
}

ol.regular-list li {
  list-style: decimal;
}

.pointer, .ajaxLink, .image-link {
  cursor: pointer;
}

input.form-control.parsley-error, select.form-select.parsley-error, textarea.form-control.parsley-error, .input-group.parsley-error {
  border-color: #f44336;
}
input.form-control.parsley-error:focus, select.form-select.parsley-error:focus, textarea.form-control.parsley-error:focus, .input-group.parsley-error:focus {
  box-shadow: 0 0 0 0.25rem #FFEBEE;
}

.input-group.parsley-error:focus {
  box-shadow: 0 0 0 0.25rem #FFEBEE;
}
.input-group.parsley-error input.form-control:focus, .input-group.parsley-error select.form-select:focus, .input-group.parsley-error textarea.form-control:focus {
  box-shadow: none;
}

.parsley-errors-list {
  padding: 5px 0;
  margin: 0;
}
.parsley-errors-list li {
  list-style: none;
  font-size: 15px;
  color: #f45050;
}

.parsley-error input[type=checkbox] {
  border-color: #f44336;
}
.parsley-error label.checkboxLabel {
  color: #f44336;
}

input:disabled + label {
  color: #afafaf;
}

#errors_container .inner {
  background: #ffcdd2;
  padding: 20px;
  margin-bottom: 25px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2px;
  border: 1px solid #ef9a9a;
}
#errors_container .inner h5 {
  color: #c62828;
  font-weight: 600;
  margin: 0 0 5px;
  font-size: 1.3rem;
  letter-spacing: -0.03em;
}
#errors_container .inner p {
  padding: 5px 0;
  margin: 0;
}

.white-space-normal {
  white-space: normal;
}

.text-danger {
  color: #EF5350;
}

._p-waiting, ._p-pending {
  color: #FF5722;
}

._p-dispatched {
  color: #009688;
}

._p-cancelled {
  color: #F44336;
}

.text-blue {
  color: #2196F3;
}

.page-header {
  padding: 1.5rem 0;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 1rem;
}
.page-header h1 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.5rem;
}
.page-header .helper-text {
  font-weight: 500;
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
  color: #555;
}

.filter-dispatches-menu {
  background: #E3F2FD;
  padding: 1rem;
}
.filter-dispatches-menu .form-group {
  padding: 0 0 10px 0;
}
.filter-dispatches-menu .form-group label {
  font-size: 0.9rem;
  font-weight: 500;
}
.filter-dispatches-menu input.form-control {
  padding: 6px 12px;
  font-size: 0.9rem;
}

.sample {
  padding: 1rem;
  margin: 1rem 0 0;
  background: #FAFAFA;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.sample h6 {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 10px;
  letter-spacing: -0.03em;
}

.sort-entry {
  padding: 15px 20px;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: move;
  margin: 0 0 10px;
  display: block;
  width: 50%;
  background: #fff;
}
.sort-entry.ui-sortable-helper {
  background: #FFF3E0;
  color: #000;
}
.sort-entry:hover {
  border-color: rgba(3, 102, 214, 0.8);
  box-shadow: rgba(3, 102, 214, 0.3) 0 0 0 3px;
}
.sort-entry .sequence {
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  margin: 0 0 0 4px;
  font-size: 0.75rem;
  font-weight: 400;
  border-radius: 2px;
  display: inline-block;
  cursor: help;
}
.sort-entry .sequence.current {
  background: #536DFE;
  color: #fff;
}
.sort-entry .sequence.new {
  background: #FFC107;
  color: #000;
}

.save-badge {
  background: #214fe0;
  color: #fff;
  border-radius: 3px 0 0 3px;
  z-index: 2;
  width: 120px;
}
.save-badge::after {
  display: block;
  clear: both;
  content: "";
}
.save-badge .badge-icon, .save-badge .badge-text {
  float: left;
}
.save-badge .badge-icon {
  width: 30%;
  text-align: center;
  padding: 6px 10px;
}
.save-badge .badge-icon div {
  height: 20px;
  line-height: 20px;
}
.save-badge .badge-text {
  font-weight: 600;
  width: 70%;
  padding: 6px 10px;
  background: #000;
}
.save-badge .badge-text div {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}

.inner-page-menu {
  background: #FAFAFA;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
}

.mpg-image {
  padding-top: 100%;
  display: block;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
  margin: 0 0 1rem;
  border-radius: 4px;
}

ul.order-menu {
  border: 1px solid #DEDEDE;
  border-radius: 5px;
}
ul.order-menu li a {
  display: block;
  padding: 14px 25px;
  font-size: 0.9rem;
  color: #444;
  border-bottom: 1px solid #EDEDED;
}
ul.order-menu li a:hover {
  background: #FAFAFA;
  color: #000;
  text-decoration: none;
}

.stat-value {
  padding: 25px;
  height: 100%;
  font-size: 1rem;
  background: #DCE775;
  color: #000;
  border-radius: 6px;
}
.stat-value h5 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin: 0 0 5px 0;
}
.stat-value div {
  margin: 8px 0 0;
}

/*# sourceMappingURL=application.css.map */
