.btn-progress {
  position: relative;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQogd2lkdGg9IjQwcHgiIGhlaWdodD0iNDBweCIgdmlld0JveD0iMCAwIDUwIDUwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MCA1MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTQzLjkzNSwyNS4xNDVjMC0xMC4zMTgtOC4zNjQtMTguNjgzLTE4LjY4My0xOC42ODNjLTEwLjMxOCwwLTE4LjY4Myw4LjM2NS0xOC42ODMsMTguNjgzaDQuMDY4YzAtOC4wNzEsNi41NDMtMTQuNjE1LDE0LjYxNS0xNC42MTVjOC4wNzIsMCwxNC42MTUsNi41NDMsMTQuNjE1LDE0LjYxNUg0My45MzV6Ij4NCjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZVR5cGU9InhtbCINCiAgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIg0KICB0eXBlPSJyb3RhdGUiDQogIGZyb209IjAgMjUgMjUiDQogIHRvPSIzNjAgMjUgMjUiDQogIGR1cj0iMC42cyINCiAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4NCjwvcGF0aD4NCjwvc3ZnPg0K");
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 30px !important;
  color: transparent !important;
  pointer-events: none;
}

/* ---------------------------------------------------
    SELECTGROUP
----------------------------------------------------- */
.selectgroup {
  display: inline-flex;
}
.selectgroup .selectgroup-item {
  flex-grow: 1;
  position: relative;
  margin-right: 7px;
}
.selectgroup .selectgroup-item + .selectgroup-item {
  margin-left: -1px;
}
.selectgroup .selectgroup-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.selectgroup .selectgroup-button {
  border-radius: 5px !important;
  border-color: #e4e6fc;
  border-width: 1px;
  border-style: solid;
  display: block;
  text-align: center;
  padding: 0 1rem;
  height: 38px;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 13px;
  min-width: 2.375rem;
  line-height: 38px;
}
.selectgroup .selectgroup-button-icon {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.selectgroup .selectgroup-button-icon i {
  font-size: 14px;
}
.selectgroup .selectgroup-input:focus + .selectgroup-button,
.selectgroup .selectgroup-input:checked + .selectgroup-button {
  background-color: #ffffff;
  color: #D12C2C;
  border: 1px solid #D12C2C;
  z-index: 1;
}
.selectgroup .selectgroup-pills {
  display: block;
  flex-wrap: wrap;
  align-items: flex-start;
}
.selectgroup .selectgroup-pills .selectgroup-item {
  margin-right: 0.5rem;
  flex-grow: 0;
}
.selectgroup .selectgroup-pills .selectgroup-button {
  border-radius: 50px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* ---------------------------------------------------
    SELECT 2
----------------------------------------------------- */
.select2-container--default {
  width: 100% !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #cad1d7 !important;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  min-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 21px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  height: 38px !important;
}

.select2-dropdown {
  border: unset !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #EB1C23 !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #cad1d7 !important;
}
.select2-container--default .select2-selection--multiple .select2-search__field::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #cad1d7;
  opacity: 1;
}
.select2-container--default .select2-selection--multiple .select2-search__field::placeholder { /* Most modern browsers support this now. */
  color: #cad1d7;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #cad1d7 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: 0 !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #cad1d7 !important;
}

/* ---------------------------------------------------
    SWIPER
----------------------------------------------------- */
.box-swipe .swiper-slide {
  width: 35%;
  z-index: 1;
}

.swiper-line {
  border-top: 2px dashed #EB1C23;
  height: 2px;
  position: absolute;
  width: 118%;
  left: 19%;
  right: 0;
  top: 53px;
  z-index: 1;
}
