fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}.vbs-base .container,
.vbs-base .container-fluid,
.vbs-base .container-xl,
.vbs-base .container-lg,
.vbs-base .container-md,
.vbs-base .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .vbs-base .container-sm,
  .vbs-base .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .vbs-base .container-md,
  .vbs-base .container-sm,
  .vbs-base .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .vbs-base .container-lg,
  .vbs-base .container-md,
  .vbs-base .container-sm,
  .vbs-base .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .vbs-base .container-xl,
  .vbs-base .container-lg,
  .vbs-base .container-md,
  .vbs-base .container-sm,
  .vbs-base .container {
    max-width: 1140px;
  }
}

.vbs-base .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

.vbs-base .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.vbs-base .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.vbs-base .row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.vbs-base .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.vbs-base .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.vbs-base .row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.vbs-base .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.vbs-base .col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.vbs-base .col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.vbs-base .col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.vbs-base .col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.vbs-base .col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.vbs-base .col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.vbs-base .col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.vbs-base .col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.vbs-base .order-first {
  order: -1;
}

.vbs-base .order-last {
  order: 13;
}

.vbs-base .order-0 {
  order: 0;
}

.vbs-base .order-1 {
  order: 1;
}

.vbs-base .order-2 {
  order: 2;
}

.vbs-base .order-3 {
  order: 3;
}

.vbs-base .order-4 {
  order: 4;
}

.vbs-base .order-5 {
  order: 5;
}

.vbs-base .order-6 {
  order: 6;
}

.vbs-base .order-7 {
  order: 7;
}

.vbs-base .order-8 {
  order: 8;
}

.vbs-base .order-9 {
  order: 9;
}

.vbs-base .order-10 {
  order: 10;
}

.vbs-base .order-11 {
  order: 11;
}

.vbs-base .order-12 {
  order: 12;
}

.vbs-base .offset-1 {
  margin-left: 8.33333333%;
}

.vbs-base .offset-2 {
  margin-left: 16.66666667%;
}

.vbs-base .offset-3 {
  margin-left: 25%;
}

.vbs-base .offset-4 {
  margin-left: 33.33333333%;
}

.vbs-base .offset-5 {
  margin-left: 41.66666667%;
}

.vbs-base .offset-6 {
  margin-left: 50%;
}

.vbs-base .offset-7 {
  margin-left: 58.33333333%;
}

.vbs-base .offset-8 {
  margin-left: 66.66666667%;
}

.vbs-base .offset-9 {
  margin-left: 75%;
}

.vbs-base .offset-10 {
  margin-left: 83.33333333%;
}

.vbs-base .offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .vbs-base .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .vbs-base .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .vbs-base .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .vbs-base .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .vbs-base .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .vbs-base .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .vbs-base .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .vbs-base .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .vbs-base .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .vbs-base .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .vbs-base .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .vbs-base .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .vbs-base .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .vbs-base .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .vbs-base .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .vbs-base .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .vbs-base .order-sm-first {
    order: -1;
  }

  .vbs-base .order-sm-last {
    order: 13;
  }

  .vbs-base .order-sm-0 {
    order: 0;
  }

  .vbs-base .order-sm-1 {
    order: 1;
  }

  .vbs-base .order-sm-2 {
    order: 2;
  }

  .vbs-base .order-sm-3 {
    order: 3;
  }

  .vbs-base .order-sm-4 {
    order: 4;
  }

  .vbs-base .order-sm-5 {
    order: 5;
  }

  .vbs-base .order-sm-6 {
    order: 6;
  }

  .vbs-base .order-sm-7 {
    order: 7;
  }

  .vbs-base .order-sm-8 {
    order: 8;
  }

  .vbs-base .order-sm-9 {
    order: 9;
  }

  .vbs-base .order-sm-10 {
    order: 10;
  }

  .vbs-base .order-sm-11 {
    order: 11;
  }

  .vbs-base .order-sm-12 {
    order: 12;
  }

  .vbs-base .offset-sm-0 {
    margin-left: 0;
  }

  .vbs-base .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .vbs-base .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .vbs-base .offset-sm-3 {
    margin-left: 25%;
  }

  .vbs-base .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .vbs-base .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .vbs-base .offset-sm-6 {
    margin-left: 50%;
  }

  .vbs-base .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .vbs-base .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .vbs-base .offset-sm-9 {
    margin-left: 75%;
  }

  .vbs-base .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .vbs-base .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .vbs-base .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .vbs-base .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .vbs-base .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .vbs-base .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .vbs-base .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .vbs-base .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .vbs-base .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .vbs-base .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .vbs-base .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .vbs-base .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .vbs-base .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .vbs-base .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .vbs-base .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .vbs-base .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .vbs-base .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .vbs-base .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .vbs-base .order-md-first {
    order: -1;
  }

  .vbs-base .order-md-last {
    order: 13;
  }

  .vbs-base .order-md-0 {
    order: 0;
  }

  .vbs-base .order-md-1 {
    order: 1;
  }

  .vbs-base .order-md-2 {
    order: 2;
  }

  .vbs-base .order-md-3 {
    order: 3;
  }

  .vbs-base .order-md-4 {
    order: 4;
  }

  .vbs-base .order-md-5 {
    order: 5;
  }

  .vbs-base .order-md-6 {
    order: 6;
  }

  .vbs-base .order-md-7 {
    order: 7;
  }

  .vbs-base .order-md-8 {
    order: 8;
  }

  .vbs-base .order-md-9 {
    order: 9;
  }

  .vbs-base .order-md-10 {
    order: 10;
  }

  .vbs-base .order-md-11 {
    order: 11;
  }

  .vbs-base .order-md-12 {
    order: 12;
  }

  .vbs-base .offset-md-0 {
    margin-left: 0;
  }

  .vbs-base .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .vbs-base .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .vbs-base .offset-md-3 {
    margin-left: 25%;
  }

  .vbs-base .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .vbs-base .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .vbs-base .offset-md-6 {
    margin-left: 50%;
  }

  .vbs-base .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .vbs-base .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .vbs-base .offset-md-9 {
    margin-left: 75%;
  }

  .vbs-base .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .vbs-base .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .vbs-base .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .vbs-base .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .vbs-base .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .vbs-base .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .vbs-base .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .vbs-base .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .vbs-base .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .vbs-base .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .vbs-base .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .vbs-base .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .vbs-base .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .vbs-base .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .vbs-base .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .vbs-base .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .vbs-base .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .vbs-base .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .vbs-base .order-lg-first {
    order: -1;
  }

  .vbs-base .order-lg-last {
    order: 13;
  }

  .vbs-base .order-lg-0 {
    order: 0;
  }

  .vbs-base .order-lg-1 {
    order: 1;
  }

  .vbs-base .order-lg-2 {
    order: 2;
  }

  .vbs-base .order-lg-3 {
    order: 3;
  }

  .vbs-base .order-lg-4 {
    order: 4;
  }

  .vbs-base .order-lg-5 {
    order: 5;
  }

  .vbs-base .order-lg-6 {
    order: 6;
  }

  .vbs-base .order-lg-7 {
    order: 7;
  }

  .vbs-base .order-lg-8 {
    order: 8;
  }

  .vbs-base .order-lg-9 {
    order: 9;
  }

  .vbs-base .order-lg-10 {
    order: 10;
  }

  .vbs-base .order-lg-11 {
    order: 11;
  }

  .vbs-base .order-lg-12 {
    order: 12;
  }

  .vbs-base .offset-lg-0 {
    margin-left: 0;
  }

  .vbs-base .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .vbs-base .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .vbs-base .offset-lg-3 {
    margin-left: 25%;
  }

  .vbs-base .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .vbs-base .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .vbs-base .offset-lg-6 {
    margin-left: 50%;
  }

  .vbs-base .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .vbs-base .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .vbs-base .offset-lg-9 {
    margin-left: 75%;
  }

  .vbs-base .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .vbs-base .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .vbs-base .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .vbs-base .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .vbs-base .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .vbs-base .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .vbs-base .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .vbs-base .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .vbs-base .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .vbs-base .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .vbs-base .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .vbs-base .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .vbs-base .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .vbs-base .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .vbs-base .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .vbs-base .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .vbs-base .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .vbs-base .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .vbs-base .order-xl-first {
    order: -1;
  }

  .vbs-base .order-xl-last {
    order: 13;
  }

  .vbs-base .order-xl-0 {
    order: 0;
  }

  .vbs-base .order-xl-1 {
    order: 1;
  }

  .vbs-base .order-xl-2 {
    order: 2;
  }

  .vbs-base .order-xl-3 {
    order: 3;
  }

  .vbs-base .order-xl-4 {
    order: 4;
  }

  .vbs-base .order-xl-5 {
    order: 5;
  }

  .vbs-base .order-xl-6 {
    order: 6;
  }

  .vbs-base .order-xl-7 {
    order: 7;
  }

  .vbs-base .order-xl-8 {
    order: 8;
  }

  .vbs-base .order-xl-9 {
    order: 9;
  }

  .vbs-base .order-xl-10 {
    order: 10;
  }

  .vbs-base .order-xl-11 {
    order: 11;
  }

  .vbs-base .order-xl-12 {
    order: 12;
  }

  .vbs-base .offset-xl-0 {
    margin-left: 0;
  }

  .vbs-base .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .vbs-base .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .vbs-base .offset-xl-3 {
    margin-left: 25%;
  }

  .vbs-base .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .vbs-base .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .vbs-base .offset-xl-6 {
    margin-left: 50%;
  }

  .vbs-base .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .vbs-base .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .vbs-base .offset-xl-9 {
    margin-left: 75%;
  }

  .vbs-base .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .vbs-base .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.vbs-base .d-none {
  display: none !important;
}

.vbs-base .d-inline {
  display: inline !important;
}

.vbs-base .d-inline-block {
  display: inline-block !important;
}

.vbs-base .d-block {
  display: block !important;
}

.vbs-base .d-table {
  display: table !important;
}

.vbs-base .d-table-row {
  display: table-row !important;
}

.vbs-base .d-table-cell {
  display: table-cell !important;
}

.vbs-base .d-flex {
  display: flex !important;
}

.vbs-base .d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .vbs-base .d-sm-none {
    display: none !important;
  }

  .vbs-base .d-sm-inline {
    display: inline !important;
  }

  .vbs-base .d-sm-inline-block {
    display: inline-block !important;
  }

  .vbs-base .d-sm-block {
    display: block !important;
  }

  .vbs-base .d-sm-table {
    display: table !important;
  }

  .vbs-base .d-sm-table-row {
    display: table-row !important;
  }

  .vbs-base .d-sm-table-cell {
    display: table-cell !important;
  }

  .vbs-base .d-sm-flex {
    display: flex !important;
  }

  .vbs-base .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .vbs-base .d-md-none {
    display: none !important;
  }

  .vbs-base .d-md-inline {
    display: inline !important;
  }

  .vbs-base .d-md-inline-block {
    display: inline-block !important;
  }

  .vbs-base .d-md-block {
    display: block !important;
  }

  .vbs-base .d-md-table {
    display: table !important;
  }

  .vbs-base .d-md-table-row {
    display: table-row !important;
  }

  .vbs-base .d-md-table-cell {
    display: table-cell !important;
  }

  .vbs-base .d-md-flex {
    display: flex !important;
  }

  .vbs-base .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .vbs-base .d-lg-none {
    display: none !important;
  }

  .vbs-base .d-lg-inline {
    display: inline !important;
  }

  .vbs-base .d-lg-inline-block {
    display: inline-block !important;
  }

  .vbs-base .d-lg-block {
    display: block !important;
  }

  .vbs-base .d-lg-table {
    display: table !important;
  }

  .vbs-base .d-lg-table-row {
    display: table-row !important;
  }

  .vbs-base .d-lg-table-cell {
    display: table-cell !important;
  }

  .vbs-base .d-lg-flex {
    display: flex !important;
  }

  .vbs-base .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .vbs-base .d-xl-none {
    display: none !important;
  }

  .vbs-base .d-xl-inline {
    display: inline !important;
  }

  .vbs-base .d-xl-inline-block {
    display: inline-block !important;
  }

  .vbs-base .d-xl-block {
    display: block !important;
  }

  .vbs-base .d-xl-table {
    display: table !important;
  }

  .vbs-base .d-xl-table-row {
    display: table-row !important;
  }

  .vbs-base .d-xl-table-cell {
    display: table-cell !important;
  }

  .vbs-base .d-xl-flex {
    display: flex !important;
  }

  .vbs-base .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .vbs-base .d-print-none {
    display: none !important;
  }

  .vbs-base .d-print-inline {
    display: inline !important;
  }

  .vbs-base .d-print-inline-block {
    display: inline-block !important;
  }

  .vbs-base .d-print-block {
    display: block !important;
  }

  .vbs-base .d-print-table {
    display: table !important;
  }

  .vbs-base .d-print-table-row {
    display: table-row !important;
  }

  .vbs-base .d-print-table-cell {
    display: table-cell !important;
  }

  .vbs-base .d-print-flex {
    display: flex !important;
  }

  .vbs-base .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.vbs-base .flex-row {
  flex-direction: row !important;
}

.vbs-base .flex-column {
  flex-direction: column !important;
}

.vbs-base .flex-row-reverse {
  flex-direction: row-reverse !important;
}

.vbs-base .flex-column-reverse {
  flex-direction: column-reverse !important;
}

.vbs-base .flex-wrap {
  flex-wrap: wrap !important;
}

.vbs-base .flex-nowrap {
  flex-wrap: nowrap !important;
}

.vbs-base .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.vbs-base .flex-fill {
  flex: 1 1 auto !important;
}

.vbs-base .flex-grow-0 {
  flex-grow: 0 !important;
}

.vbs-base .flex-grow-1 {
  flex-grow: 1 !important;
}

.vbs-base .flex-shrink-0 {
  flex-shrink: 0 !important;
}

.vbs-base .flex-shrink-1 {
  flex-shrink: 1 !important;
}

.vbs-base .justify-content-start {
  justify-content: flex-start !important;
}

.vbs-base .justify-content-end {
  justify-content: flex-end !important;
}

.vbs-base .justify-content-center {
  justify-content: center !important;
}

.vbs-base .justify-content-between {
  justify-content: space-between !important;
}

.vbs-base .justify-content-around {
  justify-content: space-around !important;
}

.vbs-base .align-items-start {
  align-items: flex-start !important;
}

.vbs-base .align-items-end {
  align-items: flex-end !important;
}

.vbs-base .align-items-center {
  align-items: center !important;
}

.vbs-base .align-items-baseline {
  align-items: baseline !important;
}

.vbs-base .align-items-stretch {
  align-items: stretch !important;
}

.vbs-base .align-content-start {
  align-content: flex-start !important;
}

.vbs-base .align-content-end {
  align-content: flex-end !important;
}

.vbs-base .align-content-center {
  align-content: center !important;
}

.vbs-base .align-content-between {
  align-content: space-between !important;
}

.vbs-base .align-content-around {
  align-content: space-around !important;
}

.vbs-base .align-content-stretch {
  align-content: stretch !important;
}

.vbs-base .align-self-auto {
  align-self: auto !important;
}

.vbs-base .align-self-start {
  align-self: flex-start !important;
}

.vbs-base .align-self-end {
  align-self: flex-end !important;
}

.vbs-base .align-self-center {
  align-self: center !important;
}

.vbs-base .align-self-baseline {
  align-self: baseline !important;
}

.vbs-base .align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .vbs-base .flex-sm-row {
    flex-direction: row !important;
  }

  .vbs-base .flex-sm-column {
    flex-direction: column !important;
  }

  .vbs-base .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .vbs-base .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .vbs-base .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .vbs-base .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .vbs-base .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .vbs-base .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .vbs-base .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .vbs-base .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .vbs-base .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .vbs-base .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .vbs-base .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .vbs-base .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .vbs-base .justify-content-sm-center {
    justify-content: center !important;
  }

  .vbs-base .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .vbs-base .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .vbs-base .align-items-sm-start {
    align-items: flex-start !important;
  }

  .vbs-base .align-items-sm-end {
    align-items: flex-end !important;
  }

  .vbs-base .align-items-sm-center {
    align-items: center !important;
  }

  .vbs-base .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .vbs-base .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .vbs-base .align-content-sm-start {
    align-content: flex-start !important;
  }

  .vbs-base .align-content-sm-end {
    align-content: flex-end !important;
  }

  .vbs-base .align-content-sm-center {
    align-content: center !important;
  }

  .vbs-base .align-content-sm-between {
    align-content: space-between !important;
  }

  .vbs-base .align-content-sm-around {
    align-content: space-around !important;
  }

  .vbs-base .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .vbs-base .align-self-sm-auto {
    align-self: auto !important;
  }

  .vbs-base .align-self-sm-start {
    align-self: flex-start !important;
  }

  .vbs-base .align-self-sm-end {
    align-self: flex-end !important;
  }

  .vbs-base .align-self-sm-center {
    align-self: center !important;
  }

  .vbs-base .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .vbs-base .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .vbs-base .flex-md-row {
    flex-direction: row !important;
  }

  .vbs-base .flex-md-column {
    flex-direction: column !important;
  }

  .vbs-base .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .vbs-base .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .vbs-base .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .vbs-base .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .vbs-base .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .vbs-base .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .vbs-base .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .vbs-base .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .vbs-base .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .vbs-base .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .vbs-base .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .vbs-base .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .vbs-base .justify-content-md-center {
    justify-content: center !important;
  }

  .vbs-base .justify-content-md-between {
    justify-content: space-between !important;
  }

  .vbs-base .justify-content-md-around {
    justify-content: space-around !important;
  }

  .vbs-base .align-items-md-start {
    align-items: flex-start !important;
  }

  .vbs-base .align-items-md-end {
    align-items: flex-end !important;
  }

  .vbs-base .align-items-md-center {
    align-items: center !important;
  }

  .vbs-base .align-items-md-baseline {
    align-items: baseline !important;
  }

  .vbs-base .align-items-md-stretch {
    align-items: stretch !important;
  }

  .vbs-base .align-content-md-start {
    align-content: flex-start !important;
  }

  .vbs-base .align-content-md-end {
    align-content: flex-end !important;
  }

  .vbs-base .align-content-md-center {
    align-content: center !important;
  }

  .vbs-base .align-content-md-between {
    align-content: space-between !important;
  }

  .vbs-base .align-content-md-around {
    align-content: space-around !important;
  }

  .vbs-base .align-content-md-stretch {
    align-content: stretch !important;
  }

  .vbs-base .align-self-md-auto {
    align-self: auto !important;
  }

  .vbs-base .align-self-md-start {
    align-self: flex-start !important;
  }

  .vbs-base .align-self-md-end {
    align-self: flex-end !important;
  }

  .vbs-base .align-self-md-center {
    align-self: center !important;
  }

  .vbs-base .align-self-md-baseline {
    align-self: baseline !important;
  }

  .vbs-base .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .vbs-base .flex-lg-row {
    flex-direction: row !important;
  }

  .vbs-base .flex-lg-column {
    flex-direction: column !important;
  }

  .vbs-base .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .vbs-base .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .vbs-base .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .vbs-base .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .vbs-base .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .vbs-base .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .vbs-base .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .vbs-base .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .vbs-base .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .vbs-base .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .vbs-base .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .vbs-base .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .vbs-base .justify-content-lg-center {
    justify-content: center !important;
  }

  .vbs-base .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .vbs-base .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .vbs-base .align-items-lg-start {
    align-items: flex-start !important;
  }

  .vbs-base .align-items-lg-end {
    align-items: flex-end !important;
  }

  .vbs-base .align-items-lg-center {
    align-items: center !important;
  }

  .vbs-base .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .vbs-base .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .vbs-base .align-content-lg-start {
    align-content: flex-start !important;
  }

  .vbs-base .align-content-lg-end {
    align-content: flex-end !important;
  }

  .vbs-base .align-content-lg-center {
    align-content: center !important;
  }

  .vbs-base .align-content-lg-between {
    align-content: space-between !important;
  }

  .vbs-base .align-content-lg-around {
    align-content: space-around !important;
  }

  .vbs-base .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .vbs-base .align-self-lg-auto {
    align-self: auto !important;
  }

  .vbs-base .align-self-lg-start {
    align-self: flex-start !important;
  }

  .vbs-base .align-self-lg-end {
    align-self: flex-end !important;
  }

  .vbs-base .align-self-lg-center {
    align-self: center !important;
  }

  .vbs-base .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .vbs-base .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .vbs-base .flex-xl-row {
    flex-direction: row !important;
  }

  .vbs-base .flex-xl-column {
    flex-direction: column !important;
  }

  .vbs-base .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .vbs-base .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .vbs-base .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .vbs-base .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .vbs-base .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .vbs-base .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .vbs-base .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .vbs-base .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .vbs-base .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .vbs-base .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .vbs-base .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .vbs-base .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .vbs-base .justify-content-xl-center {
    justify-content: center !important;
  }

  .vbs-base .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .vbs-base .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .vbs-base .align-items-xl-start {
    align-items: flex-start !important;
  }

  .vbs-base .align-items-xl-end {
    align-items: flex-end !important;
  }

  .vbs-base .align-items-xl-center {
    align-items: center !important;
  }

  .vbs-base .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .vbs-base .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .vbs-base .align-content-xl-start {
    align-content: flex-start !important;
  }

  .vbs-base .align-content-xl-end {
    align-content: flex-end !important;
  }

  .vbs-base .align-content-xl-center {
    align-content: center !important;
  }

  .vbs-base .align-content-xl-between {
    align-content: space-between !important;
  }

  .vbs-base .align-content-xl-around {
    align-content: space-around !important;
  }

  .vbs-base .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .vbs-base .align-self-xl-auto {
    align-self: auto !important;
  }

  .vbs-base .align-self-xl-start {
    align-self: flex-start !important;
  }

  .vbs-base .align-self-xl-end {
    align-self: flex-end !important;
  }

  .vbs-base .align-self-xl-center {
    align-self: center !important;
  }

  .vbs-base .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .vbs-base .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.vbs-base .w-25 {
  width: 25% !important;
}

.vbs-base .w-50 {
  width: 50% !important;
}

.vbs-base .w-75 {
  width: 75% !important;
}

.vbs-base .w-100 {
  width: 100% !important;
}

.vbs-base .w-auto {
  width: auto !important;
}

.vbs-base .h-25 {
  height: 25% !important;
}

.vbs-base .h-50 {
  height: 50% !important;
}

.vbs-base .h-75 {
  height: 75% !important;
}

.vbs-base .h-100 {
  height: 100% !important;
}

.vbs-base .h-auto {
  height: auto !important;
}

.vbs-base .mw-100 {
  max-width: 100% !important;
}

.vbs-base .mh-100 {
  max-height: 100% !important;
}

.vbs-base .min-vw-100 {
  min-width: 100vw !important;
}

.vbs-base .min-vh-100 {
  min-height: 100vh !important;
}

.vbs-base .vw-100 {
  width: 100vw !important;
}

.vbs-base .vh-100 {
  height: 100vh !important;
}

.vbs-base .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.vbs-base .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.vbs-base .page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.vbs-base .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.vbs-base .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.vbs-base .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.vbs-base .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.vbs-base .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.vbs-base .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.vbs-base .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.vbs-base .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.vbs-base .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.vbs-base .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.vbs-base .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.tooltip {
  font-size: 12px;
}

@font-face {
  font-family: helvetica-neue;
  src: url(/fonts/HelveticaNeue.ttf?63cb96e883cf7b406525033eda1c30aa);
}

@font-face {
  font-family: helvetica-neue;
  font-weight: bold;
  src: url(/fonts/HelveticaNeueBd.ttf?8d0ae4ed54ccaadde1bfe0ad1b7ad00f);
}

.custom-row {
  width: 100%;
}

.visits_calendar .fc-center h2 {
  font-size: 30px !important;
}

.visits_calendar .fc-icon-x:before {
  position: absolute;
  right: 3px;
  top: 6px;
}

.visits_calendar .fc-icon-x:after {
  display: none;
}

.multiselect__content,
.multiselect__element {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.multiselect__tags {
  border: 1px solid #c2cad8;
  min-height: 35px !important;
  padding: 6px 40px 0 8px;
}

.multiselect__option {
  padding: 3px 14px;
  min-height: 22px;
  font-size: 12px;
}

.multiselect__option:after {
  line-height: 23px;
}

.multiselect__select {
  height: 36px;
}

.multiselect__input::-moz-placeholder {
  font-size: 12px;
  color: #4d6b8a;
}

.multiselect__placeholder,
.multiselect__input,
.multiselect__input::placeholder,
.multiselect__element,
.multiselect__single {
  font-size: 12px;
  color: #4d6b8a;
}

.multiselect__option--highlight,
.multiselect__option--highlight:after,
.multiselect__tag {
  background: #565656;
}

.multiselect__input {
  width: unset !important;
}

.multiselect__tag {
  background: transparent;
  color: #000 !important;
  font-size: 12px;
  padding: 4px 21px 4px 5px;
}

.multiselect__tag-icon {
  line-height: 18px;
}

.multiselect__tag-icon:after {
  color: #000 !important;
  line-height: 12px;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background: transparent;
}

.multiselect__tag .avatar {
  margin-left: 2px !important;
}

.multiselect__input::-moz-placeholder {
  color: #000;
}

.multiselect__placeholder,
.multiselect__input,
.multiselect__input::placeholder,
.multiselect__element,
.multiselect__single,
.multiselect__option--selected {
  color: #000;
}

.multiselect__content-wrapper {
  max-height: 160px !important;
}

.multiselect__spinner {
  height: 34px;
}

.multiselect--active .multiselect__tags {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.multiselect:not(.multiselect--active) .multiselect__input:not(:nth-child(2)) {
  display: none;
}

.vue-client-select .btn-danger {
  height: 35.5px;
}

.trix-button-group--file-tools {
  display: none !important;
}

.user_select.no-name {
  width: 70px;
}

.user_select.no-name .multiselect__tags {
  border: none;
  background: transparent;
}

.user_select.no-name .multiselect__single {
  background: transparent;
}

.user_select.no-name .multiselect__element::after {
  display: none;
}

.action_btn.vue-btn:not(.btn-icon) {
  width: unset;
}

.action_btn.btn-icon {
  width: 32px;
  padding-left: 7px !important;
}

.btn.btn-icon {
  width: 31px;
  padding-left: 9px !important;
}

.ck-toolbar-container {
  z-index: 1100;
}

.b-popover {
  display: block;
  max-height: 500px;
}

.b-popover .popover-body {
  overflow-y: auto;
  overflow-x: hidden;
}

.b-popover .bs-popover-left .arrow {
  right: -11px;
  border-width: 11px 0 11px 11px;
  border-color: transparent transparent transparent #fff;
}

.b-popover .bs-popover-right .arrow {
  left: -11px;
  border-width: 11px 11px 11px 0;
  border-color: transparent #fff transparent transparent;
}

.b-popover .bs-popover-top .arrow {
  bottom: -11px;
  border-width: 11px 11px 0 11px;
  border-color: #fff transparent transparent transparent;
}

.b-popover .bs-popover-top .arrow {
  top: -11px;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #fff transparent;
}

.b-popover .popover-header {
  margin: 5px 10px;
  font-size: 18px;
}

.b-tooltip {
  opacity: 1;
}

.vue-js-switch.toggled .v-switch-core {
  background-color: #26C281 !important;
}

.vue-js-switch .v-switch-core,
.vue-js-switch .v-switch-button {
  border-radius: 30px !important;
}

.vue-js-switch .v-switch-label {
  font-weight: normal !important;
}

.avatar {
  margin: 0 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50px !important;
}

.float-left {
  float: left;
}

input[type=date] {
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0px;
  left: 45px;
}

.dropdown-menu:focus {
  outline: none;
}

.page-toolbar .dropdown {
  height: 33px;
  width: 30px;
  display: inline-block !important;
  margin-right: 5px;
}

.page-toolbar .dropdown > .btn {
  float: right;
}

.slide-enter-active {
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}

.slide-leave-active {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide-enter-to,
.slide-leave {
  max-height: 100px;
  overflow: hidden;
}

.slide-enter,
.slide-leave-to {
  overflow: hidden;
  max-height: 0;
}

.dropdown-menu .dropdown-header {
  padding: 7px 16px 0;
  font-size: 10px;
  color: unset;
  text-transform: uppercase;
}

.dropdown-menu .dropdown-divider {
  margin: 5px 0;
}

.dropdown-menu-right::before {
  left: unset !important;
  right: 1px !important;
}

.dropdown-menu-right::after {
  left: unset !important;
  right: 4px !important;
}

.ck-bottom-btns {
  position: absolute;
  bottom: 0;
  width: calc(100% - 15px);
  padding: 5px;
  margin-left: 13px;
}

.ck-bottom-btns button {
  background: none;
  color: #666;
  border-radius: 5px !important;
  box-shadow: none;
  border: 1px solid #ddd;
  font-size: 15px;
  width: 30px;
  height: 30px;
  padding-bottom: 5px;
  padding-top: 3px;
  float: right;
}

.ck-bottom-btns button:not(:first-child) {
  margin-right: 3px;
}

.ck-bottom-btns button.btn-comment {
  width: unset;
  font-size: 12px;
  background: #26C281;
  border-color: #13ab6c;
  color: #fff;
  padding-top: 4px;
  padding-bottom: 2px;
  transition: all 0.4s;
}

.ck-bottom-btns button.btn-comment:disabled {
  opacity: 0.5;
  background: #15a96b;
}

.ck-bottom-btns button.btn-comment:focus {
  outline: none;
}

.editor-wrapper:not(.editor-focused) .ck-bottom-btns {
  display: none;
}

.editor-focused .trello-ck {
  padding-bottom: 40px !important;
}

#tlines-today a {
  color: #c0cddc;
  font-weight: bold;
  font-size: 20px;
  padding-left: 0;
  padding-right: 10px;
  padding-top: 21px;
}

.nav-tabs > li {
  margin-bottom: -2px;
}

.nav-tabs > li:first-child {
  margin-left: 15px;
}

.nav-tabs > li > a {
  transition: all 0.4s;
}

.nav-tabs > li > a.active {
  border: 1px solid #ddd;
  border-bottom: none;
  background: #fff;
}

.nav-tabs > li > a:hover {
  border-bottom: 0;
  background: #ddd;
}

.table-rescheduling th:first-child {
  border-top-left-radius: 5px !important;
}

.table-rescheduling th:last-child {
  border-top-right-radius: 5px !important;
}

.table-rescheduling tbody tr:nth-child(odd) td:nth-child(even),
.table-rescheduling tbody tbody tr:nth-child(even) td:nth-child(odd) {
  background: #eaeaea !important;
}

.table-rescheduling tbody tr:nth-child(odd) td:nth-child(odd),
.table-rescheduling tbody tr:nth-child(even) td:nth-child(even) {
  background: #fff !important;
}

.table-rescheduling td {
  width: 14.28%;
  padding: 0 !important;
}

.table-rescheduling td .rescheduler-day-cell {
  min-height: 200px;
}

.table-rescheduling td .rescheduler-day-cell .rescheduler-day-header {
  background: #aaa;
  padding: 2px 5px;
  color: #fff;
}

.table-rescheduling td .rescheduler-day-cell .rescheduler-day-header .pull-right {
  font-weight: bold;
}

.table-rescheduling td .rescheduler-day-cell .rescheduler-available-slot {
  margin: 10px;
  border-radius: 10px !important;
}

.table-rescheduling td .rescheduler-day-cell .rescheduler-available-slot.active {
  background: #00a651;
  color: #fff;
  border: 0;
}

.modal-xl {
  width: 90%;
}

.float-right {
  float: right;
}

