﻿body {
  padding-top: 150px;
  padding-bottom: 20px;
}

.select-card ul {
  list-style: none;
  text-indent: -3rem;
}

.container-fluid {
    padding: 2rem 8rem;
}

.chart {
    height: 400px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
  font-size: 20px;
  line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
  width: 100%;
}

/* QR code generator */
#qrCode {
  margin: 15px;
}

.error {
    color:red
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none;
  }
}

.input-validation-error {
  border: 1px solid red;
}

.color-switch {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.color-switch:hover {
  border: 1px solid #333 !important;
}

.color-switch:active {
  filter: contrast(3);
  -webkit-filter: contrast(3);
}

/* Multi Step Style */

.multistep-form {
  position: inherit;
}

.header__btn {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #2c2c2c;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
}
.header__btn:last-child {
  margin-right: 0;
}
.header__btn:hover,
.header__btn.js-active {
  color: #fff;
  background-color: #2c2c2c;
}

.multisteps-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}
@media (min-width: 500px) {
  .multisteps-form__progress-btn {
    text-indent: 0;
  }
}
.multisteps-form__progress-btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.15s linear 0s,
    -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s,
    transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s,
    transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s,
    -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 3;
}
.multisteps-form__progress-btn:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: currentColor;
  z-index: 1;
}
.multisteps-form__progress-btn:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active {
  color: #007bff;
}
.multisteps-form__progress-btn.js-active:before {
  -webkit-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}
.multistep-form-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.multistep-form-panel.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.multistep-form-panel {
  left: 50px;
}
.multistep-form-panel.js-active {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0;
  left: 0;
  position: relative;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.ml-auto {
  margin-left: auto;
}

.mt-3 {
  margin-top: 3rem;
}

.no-background {
  background-color: white;
  background-image: linear-gradient(45deg, #ccc 25%, transparent 25%),
    linear-gradient(-45deg, #ccc 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #ccc 75%),
    linear-gradient(-45deg, transparent 75%, #ccc 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

.custom-checkbox-group {
    display: grid;
    grid-template-columns: 15% 85%;
    line-height: 32px;
    padding-left: 0.5rem;
}

.custom-checkbox {
    width: 24px;
    height: 24px;
}

/* Multi Step Style */

.multistep-form {
    position: inherit;
}

.header__btn {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    padding: 10px 20px;
    display: inline-block;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #2c2c2c;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
  }
  .header__btn:last-child {
    margin-right: 0;
  }
  .header__btn:hover,
  .header__btn.js-active {
    color: #fff;
    background-color: #2c2c2c;
  }
  
  .multisteps-form__progress {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
  
  .multisteps-form__progress-btn {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    padding-top: 20px;
    color: rgba(108, 117, 125, 0.7);
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
  }
  @media (min-width: 500px) {
    .multisteps-form__progress-btn {
      text-indent: 0;
    }
  }
  .multisteps-form__progress-btn:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 13px;
    height: 13px;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.15s linear 0s,
      -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s,
      transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s,
      transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s,
      -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    border: 2px solid currentColor;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 3;
  }
  .multisteps-form__progress-btn:after {
    position: absolute;
    top: 5px;
    left: calc(-50% - 13px / 2);
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background-color: currentColor;
    z-index: 1;
  }
  .multisteps-form__progress-btn:first-child:after {
    display: none;
  }
  .multisteps-form__progress-btn.js-active {
    color: #007bff;
  }
  .multisteps-form__progress-btn.js-active:before {
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
    background-color: currentColor;
  }
  .multistep-form-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .multistep-form-panel.js-active {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .multistep-form-panel {
    left: 50px;
  }
  .multistep-form-panel.js-active {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
    transition-delay: 0;
    left: 0;
    position: relative;
  }

  .d-flex{
      display: flex;
  }

  .ml-auto {
      margin-left: auto;
  }
.grid {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem;
    list-style: none;
}

.grid-item {
    position: relative;
    display: inline-block;
    flex: 0 1 100px;
    background-color: white;
    padding: 0.2rem;
    min-width: 8rem;
    height: 8rem;
    margin: 0.2rem;
    overflow-wrap: break-word;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.chosen {
    background-color: #666;
}

.grid-item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
  
.grid-item:hover > .js-remove {
    display: -ms-grid;
    display: grid;
}

.js-remove {
    position: absolute;
    right: 0rem;
    top: 0rem;
    background-color: rgb(212, 34, 34);
    width: 24px;
    height: 24px;
    color: white;
    display: none;
    place-items: center;
    cursor: pointer;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem;
    list-style: none;
}

.grid-item {
    position: relative;
    display: inline-block;
    flex: 0 1 100px;
    background-color: white;
    padding: 0.2rem;
    min-width: 8rem;
    height: 8rem;
    margin: 0.2rem;
    overflow-wrap: break-word;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.chosen {
    background-color: #666;
}

.grid-item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
  
.grid-item:hover > .js-remove {
    display: -ms-grid;
    display: grid;
}

.sortable-item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
  
.sortable-item:hover > .js-remove {
    display: -ms-grid;
    display: grid;
}

.js-remove {
    position: absolute;
    right: 0rem;
    top: 0rem;
    background-color: rgb(212, 34, 34);
    width: 24px;
    height: 24px;
    color: white;
    display: none;
    place-items: center;
    cursor: pointer;
}

/* .filepond--item {
    width: calc(50% - 0.5em);
} */

textarea{
  resize: none;
}