/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./scss/main.scss ***!
  \*******************************************************************************************************************************************************************************/
@keyframes png_rotating {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
* {
  box-sizing: border-box;
}

#png-calculator {
  width: 100%;
  max-width: unset;
  position: relative;
}
#png-calculator .container {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
#png-calculator h1 {
  text-align: center;
}
#png-calculator .png-calculator__loading {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#png-calculator .png-calculator__loading.active {
  opacity: 1;
  visibility: visible;
}
#png-calculator .png-calculator__loading svg {
  animation: png_rotating 2s infinite;
  margin-bottom: 8px;
}
#png-calculator .png-calculator__loading p {
  text-align: center;
  font-size: 14px;
}

.pngcalc select:focus {
  pointer-events: none !important; /* Prevents Safari from opening native dropdown */
}
.pngcalc .pngcalc_title {
  width: 100%;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 24px;
}
.pngcalc .pngcalc__step {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  background-color: #fafafa;
  padding: 24px;
  border-radius: 20px;
  overflow: hidden;
  max-height: 3000px;
  transition: all 0.3s;
}
@media screen and (max-width: 920px) {
  .pngcalc .pngcalc__step {
    padding: 24px 12px;
  }
}
.pngcalc .pngcalc__step .user-step .pngcalc__block {
  padding-bottom: 0;
  border: none;
}
.pngcalc .pngcalc__step.hidden {
  max-height: 0;
  padding: 0 24px;
}
.pngcalc .pngcalc__step.user-step {
  align-items: center;
  justify-content: center;
}
.pngcalc .pngcalc__step.user-step input {
  max-width: 200px;
  height: auto !important;
  background-color: #fff;
  width: 200px;
}
@media screen and (max-width: 920px) {
  .pngcalc .pngcalc__step.user-step input {
    max-width: 200px;
  }
}
.pngcalc .pngcalc__step.user-step textarea {
  resize: none !important;
  max-width: 200px;
  height: 75px;
  border-radius: 12px;
  background-color: #fff;
}
@media screen and (max-width: 920px) {
  .pngcalc .pngcalc__step.user-step textarea {
    max-width: 200px;
  }
}
.pngcalc .pngcalc__block {
  width: 100%;
  max-width: calc(50% - 12px);
  padding: 18px 0;
  border: none;
}
@media screen and (max-width: 920px) {
  .pngcalc .pngcalc__block {
    max-width: 100%;
    padding: 24px 0 18px 0;
    border-bottom: 1px solid color(srgb 0.6627 0.6628 0.6628);
    border-radius: 0;
  }
}
.pngcalc .pngcalc__block__title {
  font-size: 16px;
  line-height: 18px;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  margin: 0 0 20px;
  font-weight: 600;
}
.pngcalc .pngcalc__block__group {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pngcalc .pngcalc__block__group .select {
  width: 100%;
  max-width: calc(50% - 4px);
}
@media screen and (max-width: 920px) {
  .pngcalc .pngcalc__block__group .select {
    max-width: 100%;
    margin-bottom: 12px;
  }
}
.pngcalc .pngcalc__block__group .select > span.hidden {
  display: none;
}
.pngcalc .pngcalc__block__group .select select {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
}
.pngcalc .pngcalc_label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.pngcalc .pngcalc_label > span {
  display: inline-block;
  font-weight: 100;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media screen and (max-width: 980px) {
  .pngcalc .pngcalc_label > span {
    margin-bottom: 0;
    margin-left: 0;
  }
}
.pngcalc .pngcalc_label .not-val-tip {
  display: none;
  color: red;
  line-height: 1.2;
  font-size: 10px;
  margin-top: 4px;
}
.pngcalc .pngcalc_label.sizes_inputs {
  width: 100%;
  max-width: calc(50% - 4px);
}
.pngcalc .pngcalc_label.sizes_inputs input {
  width: 100%;
  max-width: 100%;
}
.pngcalc .pngcalc_label.sizes_inputs input.hidden {
  display: none;
}
.pngcalc .pngcalc_label input,
.pngcalc .pngcalc_label textarea {
  resize: none !important;
  display: block;
  width: 100%;
  max-width: 150px;
  margin-bottom: 10px;
  border-radius: 50px;
  padding: 5px 15px;
  background: #fff;
  border: 1px solid #e1e1e1;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box;
  font-family: inherit;
}
@media screen and (max-width: 980px) {
  .pngcalc .pngcalc_label input,
  .pngcalc .pngcalc_label textarea {
    max-width: 90px;
    margin-bottom: 0;
  }
}
.pngcalc .pngcalc_label input.invalid,
.pngcalc .pngcalc_label textarea.invalid {
  border-color: red;
}
.pngcalc .pngcalc_label input.invalid + .not-val-tip,
.pngcalc .pngcalc_label textarea.invalid + .not-val-tip {
  display: block;
  margin-top: -8px;
  text-align: left;
  padding-left: 8px;
}
.pngcalc .pngcalc_label input:-moz-read-only, .pngcalc .pngcalc_label textarea:-moz-read-only {
  display: inline;
  width: auto;
  border: none;
  font-size: 14px;
  line-height: 16px;
  resize: none;
  counter-increment: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  text-align: left;
  background: none;
}
.pngcalc .pngcalc_label input:read-only,
.pngcalc .pngcalc_label textarea:read-only {
  display: inline;
  width: auto;
  border: none;
  font-size: 14px;
  line-height: 16px;
  resize: none;
  counter-increment: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  text-align: left;
  background: none;
}
@media screen and (max-width: 980px) {
  .pngcalc .pngcalc_label input:-moz-read-only, .pngcalc .pngcalc_label textarea:-moz-read-only {
    width: 180px;
    display: inline-block;
  }
  .pngcalc .pngcalc_label input:read-only,
  .pngcalc .pngcalc_label textarea:read-only {
    width: 180px;
    display: inline-block;
  }
}
.pngcalc .pngcalc_label input:read-only::-webkit-outer-spin-button, .pngcalc .pngcalc_label input:read-only::-webkit-inner-spin-button,
.pngcalc .pngcalc_label textarea:read-only::-webkit-outer-spin-button,
.pngcalc .pngcalc_label textarea:read-only::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.pngcalc .pngcalc_label.checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.pngcalc .pngcalc_label.checkbox input[type=checkbox] {
  display: inline-block;
  margin: 0 12px 0 0;
  position: relative;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  border-radius: 50%;
  visibility: hidden;
  background-color: #fff;
}
.pngcalc .pngcalc_label.checkbox input[type=checkbox]:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  visibility: visible;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 6px), -50%);
  background-color: #a9a9a9;
}
.pngcalc .pngcalc_label.checkbox input[type=checkbox]:checked:after {
  background-color: #76B00A;
  transform: translate(calc(-50% + 6px), -50%);
}
.pngcalc .pngcalc_label.checkbox input[type=checkbox]:before {
  content: "";
  width: 32px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #a9a9a9;
  position: absolute;
  visibility: visible;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.pngcalc .pngcalc_label.checkbox span {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  margin-bottom: 0;
  min-width: unset;
}
.pngcalc .pngcalc_label.discountGroup .select2-container, .pngcalc .pngcalc_label.discountProd .select2-container {
  max-width: 150px;
}
.pngcalc .pngcalc_label .select2-selection--single {
  border-radius: 50px !important;
  height: auto !important;
}
.pngcalc .pngcalc_label .select2-selection--single .select2-selection__rendered {
  padding: 0 0 0 4px !important;
  height: auto !important;
  line-height: 16px !important;
}
.pngcalc .pngcalc_label .select2-selection--single .select2-selection__clear {
  margin-right: 0;
  background-color: transparent !important;
  background: transparent !important;
  letter-spacing: 0 !important;
  border: none !important;
  font-size: 1em !important;
  padding: 0 !important;
}
.pngcalc .pngcalc_label .select2-selection--single .select2-selection__clear span {
  color: #000 !important;
}

.select-search__field {
  -webkit-appearance: textfield !important;
}

.pngcalc_button--wrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .pngcalc_button--wrap {
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 980px) {
  .pngcalc_button--wrap .pngcalc_button {
    width: 100%;
    max-width: calc(50% - 2px);
    font-size: 12px;
    padding: 6px 8px;
  }
}
.pngcalc_button--wrap p {
  display: block;
  font-weight: 100;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px !important;
  margin-top: 0;
}

.pngcalc_button {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #76B00A;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #76B00A;
  border-radius: 50px 50px 50px 50px;
  box-shadow: 19px 19px 40px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  cursor: pointer;
  text-align: center;
}
.pngcalc_button.png-calculator-popup-trigger {
  display: inline-block;
  border: 1px solid;
  padding: 10px 15px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  margin-left: 6px;
  background-color: transparent;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 980px) {
  .pngcalc_button.png-calculator-popup-trigger {
    width: auto;
    margin-bottom: 0;
  }
}
.pngcalc_button.grey {
  background-color: #bbb;
  color: #fff;
  border-color: #bbb;
}
@media screen and (max-width: 980px) {
  .pngcalc_button {
    width: 100%;
    margin-bottom: 8px;
  }
}
.pngcalc_button:hover {
  color: #fff;
  background-color: #76B00A;
}

.pngcalc .select2-container--default {
  margin-bottom: 0 !important;
}
.pngcalc .select2-container--default .select2-selection--single {
  margin-bottom: 0;
  border-radius: 50px;
  padding: 5px 15px;
  background: #fff;
  border: 1px solid #e1e1e1;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box;
  font-family: inherit;
  display: flex;
  align-items: center;
}
.pngcalc .select2-container--default .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
}
.pngcalc .select2-container--default.select2-container--open .select2-selection--single {
  border-radius: 50px !important;
}
.pngcalc .pngcalc__footer {
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 24px;
}
@media screen and (max-width: 980px) {
  .pngcalc .pngcalc__footer {
    width: 100%;
    flex-direction: column;
  }
}
.pngcalc .pngcalc__footer__message {
  max-width: 50%;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  color: #c90000;
}
@media screen and (max-width: 980px) {
  .pngcalc .pngcalc__footer__message {
    max-width: 100%;
  }
}
.pngcalc .pngcalc__footer__totals {
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0 0 0 auto;
}
.pngcalc .pngcalc__footer__row {
  margin-bottom: 8px !important;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .pngcalc .pngcalc__footer__row {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 8px;
  }
}
.pngcalc .pngcalc__footer__row span {
  font-weight: 600;
}
.pngcalc .pngcalc__footer__row span:first-child {
  display: block;
  font-weight: 400;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 980px) {
  .pngcalc .pngcalc__footer__row span:first-child {
    margin: 0 auto 0 0;
  }
}
.pngcalc .pngcalc__footer__row span:nth-child(2) {
  margin-left: 8px;
}
.pngcalc .pngcalc__footer__row span.green {
  color: #76B00A;
}
.pngcalc .pngcalc__footer .pngcalc_button {
  margin-top: 12px;
}

.select2-dropdown {
  top: 8px !important;
  border-radius: 8px !important;
  border: 1px solid #e1e1e1 !important;
}
.select2-dropdown .select2-results__option {
  font-size: 14px;
  line-height: 16px;
  font-family: inherit;
}
.select2-dropdown .select2-results__option--highlighted {
  background-color: #76B00A !important;
}

.select2-container {
  z-index: 9999 !important;
}

.select2-hidden-accessible {
  pointer-events: none;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  display: none !important;
  visibility: hidden !important;
}

.modal-closer {
  display: none;
}

#png-calculator-popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  align-items: center;
  justify-content: center;
  max-width: 100vw;
  margin: 0;
  z-index: 9998;
  padding: 48px 0;
  transition: all 0.6s;
}
@media screen and (max-width: 1280px) {
  #png-calculator-popup {
    align-items: flex-start;
  }
}
#png-calculator-popup.active {
  opacity: 1;
  visibility: visible;
}
#png-calculator-popup .container {
  padding: 0 !important;
}
#png-calculator-popup .modal-closer {
  display: block;
  position: absolute;
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  top: 8px;
  right: 8px;
  padding: 0 !important;
}
#png-calculator-popup .modal-closer span {
  display: block;
  position: absolute;
  width: 80%;
  height: 2px;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#png-calculator-popup .modal-closer span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#png-calculator-popup #png-calculator {
  width: 100%;
  max-width: 1000px;
  position: relative;
  overflow: auto;
}
@media screen and (max-width: 1280px) {
  #png-calculator-popup #png-calculator {
    max-width: calc(100% - 32px);
  }
}

.single-product .ywctm-inquiry-form-wrapper {
  display: inline-block !important;
}

.tape-calculator-block .container {
  max-width: 1000px;
}

.tape-calculator {
  width: 100%;
  padding: 32px 0;
}
@media screen and (max-width: 980px) {
  .tape-calculator {
    padding: 24px 0;
  }
}
.tape-calculator__head {
  margin-bottom: 14px;
}
.tape-calculator__head h3 {
  font-weight: 600;
}
.tape-calculator__body {
  width: 100%;
  margin-bottom: 14px;
}
.tape-calculator__row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media screen and (max-width: 980px) {
  .tape-calculator__row {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.tape-calculator__row .pngcalc_label span {
  margin-right: 4px;
}
.tape-calculator__footer {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 980px) {
  .tape-calculator__footer {
    width: 100%;
  }
}
.tape-calculator__footer .pngcalc_label.total_label {
  margin-bottom: 4px;
  font-size: 18px;
  width: 100%;
}
.tape-calculator__footer .pngcalc_label.total_label span {
  display: inline-block;
  margin-right: 8px;
}
.tape-calculator__footer .pngcalc_label.total_label .total-input {
  text-align: right;
  font-weight: 600;
  width: 100px;
  padding: 0;
  height: auto;
}
/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/select2/dist/css/select2.css ***!
  \*************************************************************************************************************************/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

