/* TOGA WordPress */

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  background-color: #C99200
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(201, 146, 0, 0.25)
}

.custom-control-input:active~.custom-control-label::before {
  color: #fff;
  background-color: #ffdb7d
}

.custom-control-input:disabled~.custom-control-label {
  color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef
}

.custom-control-label {
  margin-bottom: 0
}

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6
}

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #C99200
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  background-color: #C99200
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(201, 146, 0, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(201, 146, 0, 0.5)
}

.custom-radio .custom-control-label::before {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #C99200
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(201, 146, 0, 0.5)
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  appearance: none
}

.custom-select:focus {
  border-color: #ffcd4a;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 205, 74, 0.5)
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}

.custom-select::-ms-expand {
  opacity: 0
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 125%
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0
}

.custom-file-input:focus~.custom-file-control {
  border-color: #ffcd4a;
  box-shadow: 0 0 0 .2rem rgba(201, 146, 0, 0.25)
}

.custom-file-input:focus~.custom-file-control::before {
  border-color: #ffcd4a
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse"
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0
}

.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px
  }
}

.container-fluid {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col, .no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  order: -1
}

.order-last {
  order: 13
}

.order-0 {
  order: 0
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.order-7 {
  order: 7
}

.order-8 {
  order: 8
}

.order-9 {
  order: 9
}

.order-10 {
  order: 10
}

.order-11 {
  order: 11
}

.order-12 {
  order: 12
}

.offset-1 {
  margin-left: 8.33333%
}

.offset-2 {
  margin-left: 16.66667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.33333%
}

.offset-5 {
  margin-left: 41.66667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.33333%
}

.offset-8 {
  margin-left: 66.66667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.33333%
}

.offset-11 {
  margin-left: 91.66667%
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    order: -1
  }
  .order-sm-last {
    order: 13
  }
  .order-sm-0 {
    order: 0
  }
  .order-sm-1 {
    order: 1
  }
  .order-sm-2 {
    order: 2
  }
  .order-sm-3 {
    order: 3
  }
  .order-sm-4 {
    order: 4
  }
  .order-sm-5 {
    order: 5
  }
  .order-sm-6 {
    order: 6
  }
  .order-sm-7 {
    order: 7
  }
  .order-sm-8 {
    order: 8
  }
  .order-sm-9 {
    order: 9
  }
  .order-sm-10 {
    order: 10
  }
  .order-sm-11 {
    order: 11
  }
  .order-sm-12 {
    order: 12
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.33333%
  }
  .offset-sm-2 {
    margin-left: 16.66667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.33333%
  }
  .offset-sm-5 {
    margin-left: 41.66667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.33333%
  }
  .offset-sm-8 {
    margin-left: 66.66667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.33333%
  }
  .offset-sm-11 {
    margin-left: 91.66667%
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-md-first {
    order: -1
  }
  .order-md-last {
    order: 13
  }
  .order-md-0 {
    order: 0
  }
  .order-md-1 {
    order: 1
  }
  .order-md-2 {
    order: 2
  }
  .order-md-3 {
    order: 3
  }
  .order-md-4 {
    order: 4
  }
  .order-md-5 {
    order: 5
  }
  .order-md-6 {
    order: 6
  }
  .order-md-7 {
    order: 7
  }
  .order-md-8 {
    order: 8
  }
  .order-md-9 {
    order: 9
  }
  .order-md-10 {
    order: 10
  }
  .order-md-11 {
    order: 11
  }
  .order-md-12 {
    order: 12
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 8.33333%
  }
  .offset-md-2 {
    margin-left: 16.66667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.33333%
  }
  .offset-md-5 {
    margin-left: 41.66667%
  }
  .offset-md-6 {
    margin-left: 50%
  }
  .offset-md-7 {
    margin-left: 58.33333%
  }
  .offset-md-8 {
    margin-left: 66.66667%
  }
  .offset-md-9 {
    margin-left: 75%
  }
  .offset-md-10 {
    margin-left: 83.33333%
  }
  .offset-md-11 {
    margin-left: 91.66667%
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-lg-first {
    order: -1
  }
  .order-lg-last {
    order: 13
  }
  .order-lg-0 {
    order: 0
  }
  .order-lg-1 {
    order: 1
  }
  .order-lg-2 {
    order: 2
  }
  .order-lg-3 {
    order: 3
  }
  .order-lg-4 {
    order: 4
  }
  .order-lg-5 {
    order: 5
  }
  .order-lg-6 {
    order: 6
  }
  .order-lg-7 {
    order: 7
  }
  .order-lg-8 {
    order: 8
  }
  .order-lg-9 {
    order: 9
  }
  .order-lg-10 {
    order: 10
  }
  .order-lg-11 {
    order: 11
  }
  .order-lg-12 {
    order: 12
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.33333%
  }
  .offset-lg-2 {
    margin-left: 16.66667%
  }
  .offset-lg-3 {
    margin-left: 25%
  }
  .offset-lg-4 {
    margin-left: 33.33333%
  }
  .offset-lg-5 {
    margin-left: 41.66667%
  }
  .offset-lg-6 {
    margin-left: 50%
  }
  .offset-lg-7 {
    margin-left: 58.33333%
  }
  .offset-lg-8 {
    margin-left: 66.66667%
  }
  .offset-lg-9 {
    margin-left: 75%
  }
  .offset-lg-10 {
    margin-left: 83.33333%
  }
  .offset-lg-11 {
    margin-left: 91.66667%
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xl-first {
    order: -1
  }
  .order-xl-last {
    order: 13
  }
  .order-xl-0 {
    order: 0
  }
  .order-xl-1 {
    order: 1
  }
  .order-xl-2 {
    order: 2
  }
  .order-xl-3 {
    order: 3
  }
  .order-xl-4 {
    order: 4
  }
  .order-xl-5 {
    order: 5
  }
  .order-xl-6 {
    order: 6
  }
  .order-xl-7 {
    order: 7
  }
  .order-xl-8 {
    order: 8
  }
  .order-xl-9 {
    order: 9
  }
  .order-xl-10 {
    order: 10
  }
  .order-xl-11 {
    order: 11
  }
  .order-xl-12 {
    order: 12
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.33333%
  }
  .offset-xl-2 {
    margin-left: 16.66667%
  }
  .offset-xl-3 {
    margin-left: 25%
  }
  .offset-xl-4 {
    margin-left: 33.33333%
  }
  .offset-xl-5 {
    margin-left: 41.66667%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
  .offset-xl-7 {
    margin-left: 58.33333%
  }
  .offset-xl-8 {
    margin-left: 66.66667%
  }
  .offset-xl-9 {
    margin-left: 75%
  }
  .offset-xl-10 {
    margin-left: 83.33333%
  }
  .offset-xl-11 {
    margin-left: 91.66667%
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ffcd4a;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(201, 146, 0, 0.25)
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.form-control-file, .form-control-range {
  display: block;
  width: 100%
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-plaintext.form-control-sm, .input-group-sm>.form-control-plaintext.form-control, .input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text, .input-group-sm>.input-group-append>.form-control-plaintext.input-group-text, .input-group-sm>.input-group-prepend>.form-control-plaintext.btn, .input-group-sm>.input-group-append>.form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg>.form-control-plaintext.form-control, .input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text, .input-group-lg>.input-group-append>.form-control-plaintext.input-group-text, .input-group-lg>.input-group-prepend>.form-control-plaintext.btn, .input-group-lg>.input-group-append>.form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-prepend>.input-group-text, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-append>.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm>select.form-control:not([size]):not([multiple]), .input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]), .input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]), .input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]), .input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px)
}

.form-control-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-prepend>.input-group-text, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-append>.btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg>select.form-control:not([size]):not([multiple]), .input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]), .input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]), .input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]), .input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px)
}

.form-group {
  margin-bottom: 1rem
}

.form-text {
  display: block;
  margin-top: .25rem
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

.form-row>.col, .form-row>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
  color: #6c757d
}

.form-check-label {
  margin-bottom: 0
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #379A49
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(55, 154, 73, 0.8);
  border-radius: .2rem
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #379A49
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #379A49;
  box-shadow: 0 0 0 .2rem rgba(55, 154, 73, 0.25)
}

.was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip, .form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip, .was-validated .custom-select:valid~.valid-feedback, .was-validated .custom-select:valid~.valid-tooltip, .custom-select.is-valid~.valid-feedback, .custom-select.is-valid~.valid-tooltip {
  display: block
}

.was-validated .form-check-input:valid~.form-check-label, .form-check-input.is-valid~.form-check-label {
  color: #379A49
}

.was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip, .form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip {
  display: block
}

.was-validated .custom-control-input:valid~.custom-control-label, .custom-control-input.is-valid~.custom-control-label {
  color: #379A49
}

.was-validated .custom-control-input:valid~.custom-control-label::before, .custom-control-input.is-valid~.custom-control-label::before {
  background-color: #7fd18e
}

.was-validated .custom-control-input:valid~.valid-feedback, .was-validated .custom-control-input:valid~.valid-tooltip, .custom-control-input.is-valid~.valid-feedback, .custom-control-input.is-valid~.valid-tooltip {
  display: block
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before, .custom-control-input.is-valid:checked~.custom-control-label::before {
  background-color: #47bd5c
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before, .custom-control-input.is-valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(55, 154, 73, 0.25)
}

.was-validated .custom-file-input:valid~.custom-file-label, .custom-file-input.is-valid~.custom-file-label {
  border-color: #379A49
}

.was-validated .custom-file-input:valid~.custom-file-label::before, .custom-file-input.is-valid~.custom-file-label::before {
  border-color: inherit
}

.was-validated .custom-file-input:valid~.valid-feedback, .was-validated .custom-file-input:valid~.valid-tooltip, .custom-file-input.is-valid~.valid-feedback, .custom-file-input.is-valid~.valid-tooltip {
  display: block
}

.was-validated .custom-file-input:valid:focus~.custom-file-label, .custom-file-input.is-valid:focus~.custom-file-label {
  box-shadow: 0 0 0 .2rem rgba(55, 154, 73, 0.25)
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #D83232
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(216, 50, 50, 0.8);
  border-radius: .2rem
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #D83232
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #D83232;
  box-shadow: 0 0 0 .2rem rgba(216, 50, 50, 0.25)
}

.was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip, .form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip, .was-validated .custom-select:invalid~.invalid-feedback, .was-validated .custom-select:invalid~.invalid-tooltip, .custom-select.is-invalid~.invalid-feedback, .custom-select.is-invalid~.invalid-tooltip {
  display: block
}

.was-validated .form-check-input:invalid~.form-check-label, .form-check-input.is-invalid~.form-check-label {
  color: #D83232
}

.was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip, .form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip {
  display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label, .custom-control-input.is-invalid~.custom-control-label {
  color: #D83232
}

.was-validated .custom-control-input:invalid~.custom-control-label::before, .custom-control-input.is-invalid~.custom-control-label::before {
  background-color: #ec9d9d
}

.was-validated .custom-control-input:invalid~.invalid-feedback, .was-validated .custom-control-input:invalid~.invalid-tooltip, .custom-control-input.is-invalid~.invalid-feedback, .custom-control-input.is-invalid~.invalid-tooltip {
  display: block
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before, .custom-control-input.is-invalid:checked~.custom-control-label::before {
  background-color: #e05d5d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before, .custom-control-input.is-invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(216, 50, 50, 0.25)
}

.was-validated .custom-file-input:invalid~.custom-file-label, .custom-file-input.is-invalid~.custom-file-label {
  border-color: #D83232
}

.was-validated .custom-file-input:invalid~.custom-file-label::before, .custom-file-input.is-invalid~.custom-file-label::before {
  border-color: inherit
}

.was-validated .custom-file-input:invalid~.invalid-feedback, .was-validated .custom-file-input:invalid~.invalid-tooltip, .custom-file-input.is-invalid~.invalid-feedback, .custom-file-input.is-invalid~.invalid-tooltip {
  display: block
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label, .custom-file-input.is-invalid:focus~.custom-file-label {
  box-shadow: 0 0 0 .2rem rgba(216, 50, 50, 0.25)
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .form-inline .form-control-plaintext {
    display: inline-block
  }
  .form-inline .input-group {
    width: auto
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center
  }
  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%
}

.input-group>.form-control, .input-group>.custom-select, .input-group>.custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0
}

.input-group>.form-control:focus, .input-group>.custom-select:focus, .input-group>.custom-file:focus {
  z-index: 3
}

.input-group>.form-control+.form-control, .input-group>.form-control+.custom-select, .input-group>.form-control+.custom-file, .input-group>.custom-select+.form-control, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.custom-file, .input-group>.custom-file+.form-control, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.custom-file {
  margin-left: -1px
}

.input-group>.form-control:not(:last-child), .input-group>.custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child), .input-group>.custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>.custom-file {
  display: flex;
  align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label, .input-group>.custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-prepend, .input-group-append {
  display: flex
}

.input-group-prepend .btn, .input-group-append .btn {
  position: relative;
  z-index: 2
}

.input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.input-group-text, .input-group-append .input-group-text+.btn {
  margin-left: -1px
}

.input-group-prepend {
  margin-right: -1px
}

.input-group-append {
  margin-left: -1px
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
  margin-top: 0
}

.input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text, .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.thnk-modal-open {
  overflow: hidden
}

.thnk-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0
}

.thnk-modal-open .thnk-modal {
  overflow-x: hidden;
  overflow-y: auto
}

.thnk-modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.thnk-modal.fade .thnk-modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%)
}

.thnk-modal.show .thnk-modal-dialog {
  transform: translate(0, 0)
}

.thnk-modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (.5rem * 2))
}

.thnk-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0
}

.thnk-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.thnk-modal-backdrop.fade {
  opacity: 0
}

.thnk-modal-backdrop.show {
  opacity: .5
}

.thnk-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem
}

.thnk-modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto
}

.thnk-modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.thnk-modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem
}

.thnk-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef
}

.thnk-modal-footer>:not(:first-child) {
  margin-left: .25rem
}

.thnk-modal-footer>:not(:last-child) {
  margin-right: .25rem
}

.thnk-modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width: 576px) {
  .thnk-modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }
  .thnk-modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2))
  }
  .thnk-modal-sm {
    max-width: 300px
  }
}

@media (min-width: 992px) {
  .thnk-modal-lg {
    max-width: 800px
  }
}

.thnk-h1, .thnk-h2, .thnk-h3, .thnk-h4, .thnk-h5, .thnk-h6 {
  margin: 0
}

.thnk-h1 {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 3rem
}

@media (min-width: 1025px) {
  .thnk-h1 {
    font-size: 3rem;
    line-height: 3.5rem
  }
}

.thnk-h2 {
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.5rem
}

@media (min-width: 1025px) {
  .thnk-h2 {
    font-size: 2rem;
    line-height: 2.5rem
  }
}

.thnk-h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem
}

.thnk-h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem
}

.thnk-h5 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem
}

.thnk-h6 {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-transform: uppercase
}

button, [type="button"], [type="reset"], [type="submit"] {
  background: none;
  appearance: none
}

.thnk-button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  color: #36404D;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-transform: uppercase;
  cursor: pointer
}

.thnk-button:active, .thnk-button.pressed, .thnk-button:focus, .thnk-button.focused, .thnk-button.active {
  outline: none;
  box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.2)
}

.thnk-button:disabled {
  cursor: pointer;
  opacity: 0.3
}

.thnk-button--primary {
  background-color: #36404D;
  color: #fff
}

.thnk-button--primary:focus, .thnk-button--primary.focused, .thnk-button--primary.active {
  color: #C99200
}

.thnk-button--primary:hover, .thnk-button--primary.hovered {
  background-color: #000;
  color: #fff
}

.thnk-button--secondary {
  border-color: #C1C4C7;
  background-color: #fff;
  color: #36404D
}

.thnk-button--secondary:active, .thnk-button--secondary.pressed {
  background-color: #fff
}

.thnk-button--secondary:focus, .thnk-button--secondary.focused, .thnk-button--secondary.active {
  color: #C99200
}

.thnk-button--secondary:hover, .thnk-button--secondary.hovered {
  border-color: #36404D;
  color: #36404D
}

.thnk-button--knockout {
  background-color: transparent;
  color: #36404D
}

.thnk-button--knockout:active, .thnk-button--knockout.pressed {
  border-color: #C1C4C7;
  background-color: #fff
}

.thnk-button--knockout:focus, .thnk-button--knockout.focused, .thnk-button--knockout.active {
  border-color: #C1C4C7;
  background-color: #fff;
  color: #C99200
}

.thnk-button--knockout:hover, .thnk-button--knockout.hovered {
  border-color: #36404D;
  background-color: #fff;
  color: #36404D
}

.thnk-button--critical {
  background-color: #D83232;
  color: #fff
}

.thnk-button--critical:hover, .thnk-button--critical.hovered {
  background-color: #A62626;
  color: #fff
}

.thnk-button--upgrade {
  background-color: #4FA89F;
  color: #fff
}

.thnk-button--upgrade:hover, .thnk-button--upgrade.hovered {
  background-color: #2D756E;
  color: #fff
}

.thnk-button--link {
  background-color: transparent;
  color: #C99200;
  font-weight: 400;
  text-transform: none
}

.thnk-button--link:active, .thnk-button--link.pressed {
  font-weight: 600;
  box-shadow: none
}

.thnk-button--link:hover, .thnk-button--link.hovered {
  color: #C99200;
  text-decoration: underline
}

.thnk-button--icon {
  padding: 0 16px;
  text-align: center
}

.thnk-button--icon [class*="icon-"] {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  font-size: 1.5rem;
  line-height: 24px
}

.thnk-button--icon-only {
  padding: 0 16px;
  text-align: center;
  width: 40px;
  padding: 0
}

.thnk-button--icon-only [class*="icon-"] {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  font-size: 1.5rem;
  line-height: 24px
}

.thnk-button--icon-only [class*="icon-"] {
  margin: 0 auto
}

.thnk-button--block {
  width: 100%
}

.thnk-button--x-small {
  height: 24px;
  padding: 0 8px
}

.thnk-button--small {
  height: 32px;
  padding: 0 16px
}

.thnk-button--large {
  height: 48px;
  padding: 0 32px
}

.thnk-button--naked {
  border-color: transparent
}

.thnk-button--naked:hover .thnk-button--naked:active {
  border-color: transparent
}

.form-row input.error, .form-inline input.error {
  border-color: #D83232
}

.form-row input.error~.input-group-append .input-group-currency, .form-inline input.error~.input-group-append .input-group-currency {
  border-color: #D83232
}

.form-row input.valid, .form-inline input.valid {
  border-color: #379A49
}

.form-row input.valid~.input-group-append .input-group-currency, .form-inline input.valid~.input-group-append .input-group-currency {
  border-color: #379A49
}

.form-row select.error~.select2-container .select2-selection--multiple, .form-inline select.error~.select2-container .select2-selection--multiple {
  border-color: #D83232
}

.form-row select.valid~.select2-container .select2-selection--multiple, .form-inline select.valid~.select2-container .select2-selection--multiple {
  border-color: #379A49
}

.form-row label, .form-inline label {
  font-size: 0.875rem;
  line-height: 1.25rem
}

.form-row label.error, .form-inline label.error {
  position: absolute;
  color: #D83232
}

.form-row label.valid, .form-inline label.valid {
  color: #379A49
}

.form-row {
  margin-right: -8px;
  margin-bottom: 16px;
  margin-left: -8px
}

.form-row>.col, .form-row>[class*="col-"] {
  padding-right: 8px;
  padding-left: 8px
}

.form-row label.error {
  bottom: 0;
  left: 8px
}

.form-row label.error~small {
  visibility: hidden
}

.form-inline label.error {
  bottom: -24px
}

.form-inline label.error~small {
  display: none
}

.form-inline~.form-inline {
  margin-top: 32px
}

.form-control {
  padding: 8px 16px;
  border-color: #C1C4C7
}

.form-control:focus {
  border-color: #36404D
}

.form-control.is-invalid, .form-control.is-invalid:focus {
  border-color: #D83232
}

.form-control.is-valid, .form-control.is-valid:focus {
  border-color: #379A49
}

.form-control:focus, .form-control.is-invalid:focus, .form-control.is-valid:focus {
  box-shadow: none
}

.field_with_errors input, .field_with_errors select, .field_with_errors textarea, .field_with_errors input:focus, .field_with_errors select:focus, .field_with_errors textarea:focus {
  border-color: #D83232
}

.form-text, .input-group-text {
  color: #36404D
}

.input-group {
  height: 40px
}

.input-group-text {
  border-color: #C1C4C7;
  background: #f5f5f5
}

.input-group-currency {
  position: relative;
  width: 65px;
  border: 1px solid #C1C4C7;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.input-group-currency select {
  width: 100% !important;
  height: 100% !important;
  padding-left: 24px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.input-group-currency:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-width: 5px 4px 0;
  border-style: solid;
  border-color: #888 transparent transparent transparent;
  content: ' '
}

.valid-feedback, .invalid-feedback, .form-text {
  margin: 8px 0 4px 4px;
  font-size: 0.875rem
}

.invalid-feedback {
  color: #D83232
}

.valid-feedback {
  color: #379A49
}

.label {
  display: inline-block;
  margin: 0 0 4px 4px;
  font-size: 0.875rem;
  font-weight: 700
}

.custom-control-label {
  color: #36404D;
  font-size: 1rem;
  line-height: 24px
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none
}

.custom-checkbox .custom-control-input~.custom-control-label::before {
  border: 1px solid #36404D;
  border-radius: 4px;
  background: none
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  border: 0;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5Gb3VuZGF0aW9ucy9JY29ucy8xNi9jaGVja2JveC1jaGVja2VkPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPiAgICAgICAgPHBhdGggZD0iTS0wLjUsMS45OTQwNjAyOCBDLTAuNSwwLjYxNzE2MjcyNCAwLjYxNzgzNzA3LC0wLjUgMS45OTQwNjAyOCwtMC41IEwxNC4wMDU5Mzk3LC0wLjUgQzE1LjM4MjgzNzMsLTAuNSAxNi41LDAuNjE3ODM3MDcgMTYuNSwxLjk5NDA2MDI4IEwxNi41LDE0LjAwNTkzOTcgQzE2LjUsMTUuMzgyODM3MyAxNS4zODIxNjI5LDE2LjUgMTQuMDA1OTM5NywxNi41IEwxLjk5NDA2MDI4LDE2LjUgQzAuNjE3MTYyNzI0LDE2LjUgLTAuNSwxNS4zODIxNjI5IC0wLjUsMTQuMDA1OTM5NyBMLTAuNSwxLjk5NDA2MDI4IFogTTE0LDUuMDU2IEMxNC4zNzkwMjE2LDQuNTM3OTQxNDkgMTQuMzc5MDIxNiw0LjA4NjU2OTU2IDE0LDMuNzAxODg0MiBDMTMuNjIwOTc4NCwzLjMxNzE5ODg1IDEzLjE5MjI1MTYsMy4yMzc2OTc0NSAxMi43MTM4MTk3LDMuNDYzMzgwMDEgTDYsMTAuMTg0IEwzLjY2MTk4MDY4LDcuODEzOTk2NzYgQzMuMTI5NjY0NzcsNy41OTA4NzE4OCAyLjcwMTUxOTk4LDcuNjUyODcyOTYgMi4zNzc1NDYzLDggQzIuMDUzNTcyNjIsOC4zNDcxMjcwNCAyLjAyMzcyMzg1LDguNzk1MTI3MDQgMi4yODgsOS4zNDQgTDUuMjkyODkzMjIsMTIuMzQ4ODkzMiBDNS42ODM0MTc1MSwxMi43Mzk0MTc1IDYuMzE2NTgyNDksMTIuNzM5NDE3NSA2LjcwNzEwNjc4LDEyLjM0ODg5MzIgTDE0LDUuMDU2IFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iRm91bmRhdGlvbnMvSWNvbnMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9IkZvdW5kYXRpb25zL0ljb25zLzE2L2NoZWNrYm94LWNoZWNrZWQiPiAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4gICAgICAgICAgICA8L21hc2s+ICAgICAgICAgICAgPHVzZSBpZD0iUmVjdGFuZ2xlLTIiIGZpbGw9IiM0MzQ3NEQiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+ICAgICAgICAgICAgPGcgaWQ9IkZvdW5kYXRpb25zL0NvbG9ycy9Qcm9kdWN0L05ldXRyYWwvR3JheSIgbWFzaz0idXJsKCNtYXNrLTIpIj4gICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuMDAwMDAwLCAtMS4wMDAwMDApIiBpZD0iRm91bmRhdGlvbnMvQ29sb3JzL0NvbG9ycy9HcmF5L0dyYXktODAwIj4gICAgICAgICAgICAgICAgICAgIDxnPiAgICAgICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJUaGlua2ljLUJsdWUtQ29weSIgZmlsbD0iIzJDMzg0MiIgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4Ij48L3JlY3Q+ICAgICAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=")
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  opacity: 0
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5Gb3VuZGF0aW9ucy9JY29ucy8xNi9yZW1vdmU8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iRm91bmRhdGlvbnMvSWNvbnMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9IkZvdW5kYXRpb25zL0ljb25zLzE2L3JlbW92ZSIgZmlsbD0iIzQzNDc0RCI+ICAgICAgICAgICAgPHBvbHlnb24gaWQ9InJlbW92ZS0tLW1hdGVyaWFsIiBwb2ludHM9IjEzLjgyIDguODIgMi4xOCA4LjgyIDIuMTggNy4xOCAxMy44MiA3LjE4Ij48L3BvbHlnb24+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  opacity: 0
}

.custom-radio .custom-control-input~.custom-control-label::before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5PdmFsPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPiAgICAgICAgPGNpcmNsZSBpZD0icGF0aC0xIiBjeD0iOCIgY3k9IjgiIHI9IjgiPjwvY2lyY2xlPiAgICA8L2RlZnM+ICAgIDxnIGlkPSJGb3VuZGF0aW9ucy9JY29ucy8xNi9SYWRpbyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iT3ZhbCI+ICAgICAgICAgICAgPHVzZSBmaWxsPSIjRkZGRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgICAgIDxjaXJjbGUgc3Ryb2tlPSIjNDM0NzREIiBzdHJva2Utd2lkdGg9IjEiIGN4PSI4IiBjeT0iOCIgcj0iNy41Ij48L2NpcmNsZT4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==")
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAFfKj/FAAAARVBMVEUAAABmZmZLS1FGSlFGS1BITFNLT1VGSlFucndvc3hKTVOipKcsOEI+SVJrdHtsdXyXnaLJzM/c3d7p6eru7/D39/f///8IHTKeAAAADHRSTlMABSyRlsLe9/f3+PylUF3IAAAApUlEQVQY0zXIN2LAIAAEwSUILDiUgPv/U93YUw5Uqoigm/jK4MtQEkyNhqXN+awMx7R9Bool6flIHpJWh9C+3TNAqiUC4bQ9D2ge0jsj3yNJLuxbklzpS9JwIntdj3+A3PfXAkDIrX97f73lAJBPez33/Sz7zJC615AkaSz3RN2+9OfyrpTPz388/gqxTb9Dksbr2SKE45y2bc/zCAAQU6m1pAjwCy2AC1TaiPZ5AAAAAElFTkSuQmCC")
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  opacity: 0
}

.checkbox--toggle__container {
  display: inline-flex;
  align-items: center
}

.checkbox--toggle {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 24px;
  margin: 8px 0;
  border-radius: 100px;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden
}

.checkbox--toggle input {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 6
}

.checkbox--toggle input:checked~.track {
  border-color: #E2AF2A;
  background-color: #E2AF2A
}

.checkbox--toggle input:checked~.switch {
  right: 3px;
  left: 19px;
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: 0.05s, 0s;
  transition-property: left, right
}

.checkbox--toggle input:disabled~.switch, .checkbox--toggle input:disabled~.track {
  opacity: 0.3
}

.checkbox--toggle .switch {
  position: absolute;
  top: 3px;
  right: 19px;
  bottom: 3px;
  left: 3px;
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: 0s, 0.05s;
  transition-property: left, right;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  z-index: 1
}

.checkbox--toggle .track {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  border: 1px solid #8B8F94;
  border-radius: 30px;
  background-color: #C1C4C7
}

.checkbox--toggle~label {
  margin-left: 8px
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.thnk-section {
  padding: 16px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.06)
}

.thnk-section .section__line {
  margin: 24px -16px
}

.thnk-section~.thnk-section {
  margin-top: 16px
}

.thnk-section--raised {
  padding: 16px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 14px 28px 0 rgba(0, 0, 0, 0.25), 0 10px 10px 0 rgba(0, 0, 0, 0.22)
}

.thnk-section--raised .section__line {
  margin: 24px -16px
}

.thnk-title-bar {
  display: none;
  align-items: center;
  margin-bottom: 8px
}

@media (min-width: 1025px) {
  .thnk-title-bar {
    display: flex
  }
}

.thnk-title-bar h1 {
  margin-right: 8px;
  font-size: 2.625rem
}

.thnk-title-bar__actions {
  display: flex;
  flex-grow: 1;
  align-self: flex-start;
  justify-content: flex-end
}

.thnk-title-bar__actions>.button+.button, .thnk-title-bar__actions>.button+.dropdown {
  margin-left: 8px
}

.thnk-title-bar--bordered {
  margin-bottom: 32px;
  padding-bottom: 8px;
  border-bottom: 1px solid #C1C4C7
}

.thnk-modal .fade.show {
  background: rgba(0, 0, 0, 0.5)
}

.thnk-modal .thnk-modal-dialog {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto
}

@media (min-width: 576px) {
  .thnk-modal .thnk-modal-dialog {
    min-width: 560px;
    max-width: auto
  }
}

.thnk-modal .thnk-modal-dialog .thnk-modal-content {
  max-height: 80vh;
  margin: 12px
}

.thnk-modal .thnk-modal-dialog .thnk-modal-content .thnk-modal-header {
  flex-shrink: 0;
  align-items: center;
  padding: 16px 16px 16px 24px
}

.thnk-modal .thnk-modal-dialog .thnk-modal-content .thnk-modal-body {
  padding: 24px 24px 32px;
  background: #FCFCFC;
  overflow-y: scroll
}

.thnk-modal .thnk-modal-dialog .thnk-modal-content .thnk-modal-body--nopadding {
  padding: 0
}

.thnk-modal .thnk-modal-dialog .thnk-modal-content .thnk-modal-footer {
  flex-shrink: 0;
  padding: 16px 24px
}

.thnk-modal .thnk-modal-dialog .thnk-modal-content .thnk-modal-footer>:not(:first-child) {
  margin-left: 8px
}

.thnk-modal .thnk-modal-dialog .thnk-modal-content .thnk-modal-footer>:not(:last-child) {
  margin-right: 8px
}

@media (min-width: 1025px) {
  .thnk-modal .thnk-modal-dialog .thnk-modal-content {
    margin: 0
  }
}

.select2-container {
  display: inline-block;
  position: relative;
  margin: 0;
  font: 1rem "Source Sans Pro", sans-serif;
  vertical-align: middle;
  box-sizing: border-box
}

.select2-container .select2-selection--single {
  display: block;
  height: 28px;
  cursor: pointer;
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding-right: 20px;
  padding-left: 8px
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}

.select2-container .select2-selection--multiple {
  display: block;
  min-height: 32px;
  cursor: pointer;
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  padding-left: 8px
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  font-weight: 400 !important
}

.select2-container .select2-search--inline {
  margin-left: -8px;
  float: left
}

.select2-container .select2-search--inline .select2-search__field {
  padding: 0 16px;
  border: 0;
  font-size: 100%;
  box-sizing: border-box
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

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

.select2-results {
  display: block
}

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

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

.select2-results__option[aria-selected] {
  cursor: pointer
}

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

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

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

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  width: 100%;
  padding: 4px;
  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 {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #fff;
  opacity: 0;
  z-index: 99;
  filter: alpha(opacity=0)
}

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #C1C4C7;
  border-radius: 4px;
  height: 40px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  padding-left: 16px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #C1C4C7
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  position: absolute;
  top: 1px;
  right: 8px;
  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 #C1C4C7 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #C1C4C7;
  border-radius: 4px;
  cursor: text;
  min-height: 40px;
  display: flex
}

.select2-container--default .select2-selection--multiple:before {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 16px;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
  content: ' ';
  display: block
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  min-height: 38px;
  width: 100%;
  display: flex;
  align-items: center
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f5f5f5;
  font-size: 0.875rem;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 8px 8px 8px 0;
  display: flex;
  align-items: center;
  padding: 0 0 0 8px;
  font-weight: 700;
  color: #36404D
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #8B8F94;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  width: 24px;
  font-size: 1rem;
  line-height: 0.875rem;
  order: 1
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #D83232
}

.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-selection--multiple:before {
  border-color: transparent transparent #C1C4C7 transparent;
  border-width: 0 4px 5px 4px
}

.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 #C1C4C7
}

.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[role=group] {
  padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #C1C4C7
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #FFF8E6
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 24px
}

.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--highlighted[aria-selected] {
  background-color: #f5f5f5
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: flex;
  padding: 0 16px;
  height: 40px;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600
}

.form-control {
  margin: 0
}

/* Overrides */

*, *::before, *::after {
  box-sizing: border-box;
}

.thnk {
  font-family: 'Source Sans Pro', sans-serif;
}

.thnk-modal-open .thnk-modal {
  display: block;
  z-index: 160000;
}

.thnk-modal .thnk-modal-content {
  overflow: hidden;
}

.thnk-modal .form-row label, .thnk-modal .form-inline label, .thnk-modal .custom-control-label {
  font-size: 1rem;
  line-height: 24px;
}

.thnk-modal .form-row {
  margin-right: -16px;
  margin-left: -16px;
}

.thnk .select2-container, .thnk-modal .select2-container {
  width: 100% !important;
}

.thnk-modal {
  z-index: -160000;
}

.thnk-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 159900;
}

.thnk-modal-dialog {
  z-index: 160001;
}

.thnk-modal-title {
  margin-top: 0;
}

.thnk-modal-copy-link {
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: auto !important;
}

.thnk-modal-copy-link .thnk-button--icon-only {
  width: 32px;
}

.thnk-modal-copy-link .thnk-button {
  height: 32px;
}

.thnk-form-product-select.form-row {
  margin-right: -32px;
  margin-left: -32px;
  border-bottom: 1px solid #e9ecef;
}

.thnk-form-product-select.form-row>[class*="col-"]:first-child {
  padding-left: 24px;
}

.thnk-form-product-select.form-row>[class*="col-"]:last-child {
  padding-right: 24px;
}

.thnk-plugin-display-container {
  padding-right: 15px;
  padding-left: 15px;
}

.thnk-plugin-form-container {
  padding-right: 8px;
  padding-left: 8px;
}

.thinkific-post-container {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  padding: 20px;
  margin-right: 20px;
}

.thnk-h2 {
  margin: 0 0 20px;
}

.thinkfic-entry-content {
  font-size: 16px;
}

.toga-icon-link {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5Gb3VuZGF0aW9ucy9JY29ucy8yNC9saW5rPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IkZvdW5kYXRpb25zL0ljb25zLzI0L2xpbmsiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPHBhdGggZD0iTTE2LjE4LDcuODIgQzE2LjkyNjY3MDQsNy44MiAxNy42MTk5OTY4LDguMDA2NjY0OCAxOC4yNiw4LjM4IEMxOC45MDAwMDMyLDguNzUzMzM1MiAxOS40MDMzMzE1LDkuMjU5OTk2OCAxOS43Nyw5LjkgQzIwLjEzNjY2ODUsMTAuNTQwMDAzMiAyMC4zMiwxMS4yMzk5OTYyIDIwLjMyLDEyIEMyMC4zMiwxMi43NjAwMDM4IDIwLjEzNjY2ODUsMTMuNDU5OTk2OCAxOS43NywxNC4xIEMxOS40MDMzMzE1LDE0Ljc0MDAwMzIgMTguOTAwMDAzMiwxNS4yNDY2NjQ4IDE4LjI2LDE1LjYyIEMxNy42MTk5OTY4LDE1Ljk5MzMzNTIgMTYuOTI2NjcwNCwxNi4xOCAxNi4xOCwxNi4xOCBMMTIuODIsMTYuMTggTDEyLjgyLDE0LjU4IEwxNi4xOCwxNC41OCBDMTYuNjMzMzM1NiwxNC41OCAxNy4wNTk5OTgsMTQuNDYzMzM0NSAxNy40NiwxNC4yMyBDMTcuODYwMDAyLDEzLjk5NjY2NTUgMTguMTc2NjY1NSwxMy42ODAwMDIgMTguNDEsMTMuMjggQzE4LjY0MzMzNDUsMTIuODc5OTk4IDE4Ljc2LDEyLjQ1MzMzNTYgMTguNzYsMTIgQzE4Ljc2LDExLjU0NjY2NDQgMTguNjQzMzM0NSwxMS4xMjAwMDIgMTguNDEsMTAuNzIgQzE4LjE3NjY2NTUsMTAuMzE5OTk4IDE3Ljg2MDAwMiwxMC4wMDMzMzQ1IDE3LjQ2LDkuNzcgQzE3LjA1OTk5OCw5LjUzNjY2NTUgMTYuNjMzMzM1Niw5LjQyIDE2LjE4LDkuNDIgTDEyLjgyLDkuNDIgTDEyLjgyLDcuODIgTDE2LjE4LDcuODIgWiBNOC42OCwxMi44MiBMOC42OCwxMS4xOCBMMTUuMzIsMTEuMTggTDE1LjMyLDEyLjgyIEw4LjY4LDEyLjgyIFogTTUuMjQsMTIgQzUuMjQsMTIuNDUzMzM1NiA1LjM1NjY2NTUsMTIuODc5OTk4IDUuNTksMTMuMjggQzUuODIzMzM0NSwxMy42ODAwMDIgNi4xMzk5OTgsMTMuOTk2NjY1NSA2LjU0LDE0LjIzIEM2Ljk0MDAwMiwxNC40NjMzMzQ1IDcuMzY2NjY0NCwxNC41OCA3LjgyLDE0LjU4IEwxMS4xOCwxNC41OCBMMTEuMTgsMTYuMTggTDcuODIsMTYuMTggQzcuMDczMzI5NiwxNi4xOCA2LjM4MDAwMzIsMTUuOTkzMzM1MiA1Ljc0LDE1LjYyIEM1LjA5OTk5NjgsMTUuMjQ2NjY0OCA0LjU5NjY2ODUsMTQuNzQwMDAzMiA0LjIzLDE0LjEgQzMuODYzMzMxNSwxMy40NTk5OTY4IDMuNjgsMTIuNzYwMDAzOCAzLjY4LDEyIEMzLjY4LDExLjIzOTk5NjIgMy44NjMzMzE1LDEwLjU0MDAwMzIgNC4yMyw5LjkgQzQuNTk2NjY4NSw5LjI1OTk5NjggNS4wOTk5OTY4LDguNzUzMzM1MiA1Ljc0LDguMzggQzYuMzgwMDAzMiw4LjAwNjY2NDggNy4wNzMzMjk2LDcuODIgNy44Miw3LjgyIEwxMS4xOCw3LjgyIEwxMS4xOCw5LjQyIEw3LjgyLDkuNDIgQzcuMzY2NjY0NCw5LjQyIDYuOTQwMDAyLDkuNTM2NjY1NSA2LjU0LDkuNzcgQzYuMTM5OTk4LDEwLjAwMzMzNDUgNS44MjMzMzQ1LDEwLjMxOTk5OCA1LjU5LDEwLjcyIEM1LjM1NjY2NTUsMTEuMTIwMDAyIDUuMjQsMTEuNTQ2NjY0NCA1LjI0LDEyIFoiIGlkPSJpbnNlcnRfbGluay0tLW1hdGVyaWFsIiBmaWxsPSIjMDAwMDAwIj48L3BhdGg+ICAgIDwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.toga-icon-x {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5Gb3VuZGF0aW9ucy9JY29ucy8yNC9jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz4gICAgICAgIDxwYXRoIGQ9Ik0xMy4yMTU1OTc0LDEyLjAwMTA1NzYgTDE3Ljc0ODk0OTksNy40Njc3MDUxNSBDMTcuOTA0NTQ3Myw3LjMxMjEwNzY3IDE4LjAwMDc3NDgsNy4wOTcxODIxMSAxOC4wMDA3NzQ4LDYuODU5NzY1MDcgQzE4LjAwMDc3NDgsNi4zODQ5MzA5OSAxNy42MTU4NDM5LDYgMTcuMTQxMDA5OCw2IEMxNi45MDM1OTI3LDYgMTYuNjg4NjQ2Miw2LjA5NjIyNzUxIDE2LjUzMzA2OTcsNi4yNTE4MjQ5OSBMMTIuMDAxODc0MywxMC43OTU4OTk2IEw3LjQ2ODUyMTg4LDYuMjUxODI0OTkgQzcuMzEyOTI0NCw2LjA5NjIyNzUxIDcuMDk3OTk4ODQsNiA2Ljg2MDU4MTgsNiBDNi4zODU3NDc3Miw2IDYuMDAwODE2NzMsNi4zODQ5MzA5OSA2LjAwMDgxNjczLDYuODU5NzY1MDcgQzYuMDAwODE2NzMsNy4wOTcxODIxMSA2LjA5NzA0NDI0LDcuMzEyMTI4NjEgNi4yNTI2NDE3Miw3LjQ2NzcwNTE1IEwxMC43ODU5OTQxLDEyLjAwMTA1NzYgTDYuMjUyNjQxNzIsMTYuNTM0NDEgQzYuMDk2NTYyNTgsMTYuNjg5Nzc3MSA2LDE2LjkwNDc4NjQgNiwxNy4xNDIzNTAxIEM2LDE3LjM3OTkxMzcgNi4wOTY1ODM1MiwxNy41OTQ5MjMgNi4yNTI2MjA3OCwxNy43NTAyNjkyIEM2LjQxMDI3MDU1LDE3LjkwMTM2NDIgNi42MjQ1Njc4NiwxNy45OTQzNjY3IDYuODYwNjAyNzQsMTcuOTk0MzY2NyBDNy4wOTY2Mzc2MiwxNy45OTQzNjY3IDcuMzEwOTM0OTMsMTcuOTAxMzY0MiA3LjQ2ODg1Njk0LDE3Ljc1MDAxNzkgTDEyLjAwMTg5NTIsMTMuMjE0ODIyNiBMMTYuNTM1MjQ3NiwxNy43NDgxNzUgQzE2LjY5MDg0NTEsMTcuOTAzNzcyNSAxNi45MDU3NzA3LDE4IDE3LjE0MzE4NzcsMTggQzE3LjYxODAyMTgsMTggMTguMDAyOTUyOCwxNy42MTUwNjkgMTguMDAyOTUyOCwxNy4xNDAyMzQ5IEMxOC4wMDI5NTI4LDE2LjkwMjgxNzkgMTcuOTA2NzI1MywxNi42ODc4NzE0IDE3Ljc1MTEyNzgsMTYuNTMyMjk0OSBMMTMuMjE1NTk3NCwxMi4wMDEwNTc2IFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iRm91bmRhdGlvbnMvSWNvbnMvMjQvY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPiAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+ICAgICAgICA8L21hc2s+ICAgICAgICA8dXNlIGlkPSJTaGFwZSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4gICAgPC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.select2-container.select2-container--default.select2-container--open {
  z-index: 160002;
}

input[type=checkbox]:disabled {
  opacity: 0 !important;
}

@media (min-width: 992px) {
  .thnk-modal .thnk-modal-dialog {
    min-width: 60%;
  }
}

@media (max-width: 991px) {
  .thnk-modal .thnk-modal-dialog {
    min-width: 90%;
  }
}

@media (max-width: 768px) {
  .thnk-form-product-select.form-row>[class*="col-"]:first-child {
    padding-right: 24px;
  }
  .thnk-form-product-select.form-row>[class*="col-"]:last-child {
    padding-left: 24px;
  }
}

@media (max-width: 540px) {
  .thnk-modal-copy-link .hidden-sm {
    display: none;
  }
  .thnk-button--copy-link {
    text-align: center;
  }
  .thnk-modal-footer .thnk-button--primary {
    flex-shrink: 0;
  }
}
