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)}}td[data-v-aab6e828],th[data-v-aab6e828]{padding:2px;background-color:#fff}td.today[data-v-aab6e828]{font-weight:700}td.disabled[data-v-aab6e828]{pointer-events:none;background-color:#eee;border-radius:0;opacity:.6}.fa[data-v-aab6e828]{display:inline-block;width:100%;height:100%;background:transparent no-repeat 50%;background-size:100% 100%;fill:#ccc}.next[data-v-aab6e828]:hover,.prev[data-v-aab6e828]:hover{background-color:transparent!important}.next .fa[data-v-aab6e828]:hover,.prev .fa[data-v-aab6e828]:hover{opacity:.6}.chevron-left[data-v-aab6e828]{width:16px;height:16px;display:block;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 10 10'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.chevron-right[data-v-aab6e828]{width:16px;height:16px;display:block;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 10 10'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.yearselect[data-v-aab6e828]{padding-right:1px;border:none;-webkit-appearance:menulist;-moz-appearance:menulist;appearance:menulist}.monthselect[data-v-aab6e828]{border:none}.daterangepicker.hide-calendars.show-ranges .ranges,.daterangepicker.hide-calendars.show-ranges .ranges ul{width:100%}.daterangepicker .calendars-container{display:-webkit-box;display:-ms-flexbox;display:flex}.daterangepicker{position:absolute;color:inherit;background-color:#fff;border-radius:4px;border:1px solid #ddd;width:278px;max-width:none;padding:0;margin-top:7px;top:100px;left:20px;z-index:3001;display:none;font-size:15px;line-height:1em}.daterangepicker:after,.daterangepicker:before{position:absolute;display:inline-block;border-bottom-color:rgba(0,0,0,.2);content:""}.daterangepicker:before{top:-7px;border-right:7px solid transparent;border-left:7px solid transparent;border-bottom:7px solid #ccc}.daterangepicker:after{top:-6px;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent}.daterangepicker.opensleft:before{right:9px}.daterangepicker.opensleft:after{right:10px}.daterangepicker.openscenter:after,.daterangepicker.openscenter:before{left:0;right:0;width:0;margin-left:auto;margin-right:auto}.daterangepicker.opensright:before{left:9px}.daterangepicker.opensright:after{left:10px}.daterangepicker.drop-up{margin-top:-7px}.daterangepicker.drop-up:before{top:auto;bottom:-7px;border-bottom:initial;border-top:7px solid #ccc}.daterangepicker.drop-up:after{top:auto;bottom:-6px;border-bottom:initial;border-top:6px solid #fff}.daterangepicker.single .drp-selected{display:none}.daterangepicker.show-calendar .drp-buttons,.daterangepicker.show-calendar .drp-calendar{display:block}.daterangepicker.auto-apply .drp-buttons{display:none}.daterangepicker .drp-calendar{display:none;max-width:270px;width:270px}.daterangepicker .drp-calendar.left{padding:8px 0 8px 8px}.daterangepicker .drp-calendar.right{padding:8px}.daterangepicker .drp-calendar.single .calendar-table{border:none}.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span{color:#fff;border:solid #000;border-width:0 2px 2px 0;border-radius:0;display:inline-block;padding:3px}.daterangepicker .calendar-table .next span{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.daterangepicker .calendar-table .prev span{transform:rotate(135deg);-webkit-transform:rotate(135deg)}.daterangepicker .calendar-table td,.daterangepicker .calendar-table th{white-space:nowrap;text-align:center;vertical-align:middle;min-width:32px;width:32px;height:24px;line-height:24px;font-size:12px;border-radius:4px;border:1px solid transparent;cursor:pointer}.daterangepicker .calendar-table{border:1px solid #fff;border-radius:4px;background-color:#fff}.daterangepicker .calendar-table table{width:100%;margin:0;border-spacing:0;border-collapse:collapse;display:table}.daterangepicker td.available:hover,.daterangepicker th.available:hover{background-color:#eee;border-color:transparent;color:inherit}.daterangepicker td.week,.daterangepicker th.week{font-size:80%;color:#ccc}.daterangepicker td.off,.daterangepicker td.off.end-date,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date{background-color:#fff;border-color:transparent;color:#999}.daterangepicker td.in-range{background-color:#ebf4f8;border-color:transparent;color:#000;border-radius:0}.daterangepicker td.start-date{border-radius:4px 0 0 4px}.daterangepicker td.end-date{border-radius:0 4px 4px 0}.daterangepicker td.start-date.end-date{border-radius:4px}.daterangepicker td.active,.daterangepicker td.active:hover{background-color:#357ebd;border-color:transparent;color:#fff}.daterangepicker th.month{width:auto}.daterangepicker option.disabled,.daterangepicker td.disabled{color:#999;cursor:not-allowed;text-decoration:line-through}.daterangepicker select.monthselect,.daterangepicker select.yearselect{font-size:12px;padding:1px;height:auto;margin:0;cursor:default}.daterangepicker select.monthselect{margin-right:2%;width:56%}.daterangepicker select.yearselect{width:40%}.daterangepicker select.ampmselect,.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect{width:50px;margin:0 auto;background:#eee;border:1px solid #eee;padding:2px;outline:0;font-size:12px}.daterangepicker .calendar-time{text-align:center;margin:4px auto 0 auto;line-height:30px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.daterangepicker .calendar-time select.disabled{color:#ccc;cursor:not-allowed}.daterangepicker .drp-buttons{clear:both;text-align:right;padding:8px;border-top:1px solid #ddd;display:none;line-height:12px;vertical-align:middle}.daterangepicker .drp-selected{display:inline-block;font-size:12px;padding-right:8px}.daterangepicker .drp-buttons .btn{margin-left:8px;font-size:12px;font-weight:700;padding:4px 8px}.daterangepicker.show-ranges .drp-calendar.left{border-left:1px solid #ddd}.daterangepicker .ranges{text-align:left;margin:0}.daterangepicker.show-calendar .ranges{margin-top:8px}.daterangepicker .ranges ul{list-style:none;margin:0 auto;padding:0;width:100%}.daterangepicker .ranges li{font-size:12px;padding:8px 12px;cursor:pointer}.daterangepicker .ranges li:hover{background-color:#eee}.daterangepicker .ranges li.active{background-color:#08c;color:#fff}@media (min-width:564px){.daterangepicker{width:auto}.daterangepicker .ranges ul{width:140px}.daterangepicker.single .ranges ul{width:100%}.daterangepicker.single .drp-calendar.left{clear:none}.daterangepicker.ltr{direction:ltr;text-align:left}.daterangepicker.ltr .drp-calendar.left{clear:left;margin-right:0}.daterangepicker.ltr .drp-calendar.left .calendar-table{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.daterangepicker.ltr .drp-calendar.right{margin-left:0}.daterangepicker.ltr .drp-calendar.right .calendar-table{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.daterangepicker.ltr .drp-calendar.left .calendar-table{padding-right:8px}.daterangepicker.rtl{direction:rtl;text-align:right}.daterangepicker.rtl .drp-calendar.left{clear:right;margin-left:0}.daterangepicker.rtl .drp-calendar.left .calendar-table{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.daterangepicker.rtl .drp-calendar.right{margin-right:0}.daterangepicker.rtl .drp-calendar.right .calendar-table{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.daterangepicker.rtl .drp-calendar.left .calendar-table{padding-left:12px}.daterangepicker.rtl .drp-calendar,.daterangepicker.rtl .ranges{text-align:right}}@media (min-width:730px){.daterangepicker .ranges{width:auto}.daterangepicker .drp-calendar.left{clear:none!important}}.reportrange-text[data-v-267f4ee2]{background:#fff;cursor:pointer;padding:5px 10px;border:1px solid #ccc;width:100%}.daterangepicker[data-v-267f4ee2]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}@media screen and (max-width:768px){.daterangepicker.show-ranges .drp-calendar.left[data-v-267f4ee2]{border-left:0}.daterangepicker.show-ranges .ranges[data-v-267f4ee2]{border-bottom:1px solid #ddd}.daterangepicker.show-ranges .ranges[data-v-267f4ee2] ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:auto}}@media screen and (min-width:540px){.daterangepicker.show-weeknumbers[data-v-267f4ee2],.daterangepicker[data-v-267f4ee2]{min-width:486px}}@media screen and (min-width:768px){.daterangepicker.show-ranges.show-weeknumbers[data-v-267f4ee2],.daterangepicker.show-ranges[data-v-267f4ee2]{min-width:682px}}@media screen and (max-width:340px){.daterangepicker.single.show-weeknumbers[data-v-267f4ee2],.daterangepicker.single[data-v-267f4ee2]{min-width:250px}}@media screen and (min-width:339px){.daterangepicker.single[data-v-267f4ee2]{min-width:auto}.daterangepicker.single.show-ranges.show-weeknumbers[data-v-267f4ee2],.daterangepicker.single.show-ranges[data-v-267f4ee2]{min-width:356px}.daterangepicker.single.show-ranges .drp-calendar.left[data-v-267f4ee2]{border-left:1px solid #ddd}.daterangepicker.single.show-ranges .ranges[data-v-267f4ee2]{width:auto;max-width:none;-ms-flex-preferred-size:auto;flex-basis:auto;border-bottom:0}.daterangepicker.single.show-ranges .ranges[data-v-267f4ee2] ul{display:block;width:100%}}.daterangepicker.show-calendar[data-v-267f4ee2]{display:block}.daterangepicker.opensleft[data-v-267f4ee2]{right:10px;left:auto}.daterangepicker.openscenter[data-v-267f4ee2]{right:auto;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.daterangepicker.opensright[data-v-267f4ee2]{left:10px;right:auto}.slide-fade-enter-active[data-v-267f4ee2]{-webkit-transition:all .2s ease;transition:all .2s ease}.slide-fade-leave-active[data-v-267f4ee2]{-webkit-transition:all .1s cubic-bezier(1,.5,.8,1);transition:all .1s cubic-bezier(1,.5,.8,1)}.slide-fade-enter[data-v-267f4ee2],.slide-fade-leave-to[data-v-267f4ee2]{-webkit-transform:translateX(10px);transform:translateX(10px);opacity:0}.vue-daterange-picker[data-v-267f4ee2]{position:relative;display:inline-block;min-width:60px}.vue-daterange-picker .dropdown-menu[data-v-267f4ee2]{padding:0}.vue-daterange-picker .show-ranges.hide-calendars[data-v-267f4ee2]{width:150px;min-width:150px}.inline .daterangepicker[data-v-267f4ee2]{position:static}.inline .daterangepicker[data-v-267f4ee2]:after,.inline .daterangepicker[data-v-267f4ee2]:before{display:none}.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 .custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

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

.vbs-base .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.vbs-base .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.vbs-base .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.vbs-base .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}

.vbs-base .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}

.vbs-base .custom-control-input[disabled] ~ .custom-control-label,
.vbs-base .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.vbs-base .custom-control-input[disabled] ~ .custom-control-label::before,
.vbs-base .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.vbs-base .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.vbs-base .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.vbs-base .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.vbs-base .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.vbs-base .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.vbs-base .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.vbs-base .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.vbs-base .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.vbs-base .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

.vbs-base .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.vbs-base .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.vbs-base .custom-switch {
  padding-left: 2.25rem;
}

.vbs-base .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.vbs-base .custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .vbs-base .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.vbs-base .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.vbs-base .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.vbs-base .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.vbs-base .custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

.vbs-base .custom-select::-ms-expand {
  display: none;
}

.vbs-base .custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.vbs-base .custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.vbs-base .custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

.vbs-base .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.vbs-base .custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.vbs-base .custom-file-input[disabled] ~ .custom-file-label,
.vbs-base .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

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

.vbs-base .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.vbs-base .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.vbs-base .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.vbs-base .custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.vbs-base .custom-range:focus {
  outline: 0;
}

.vbs-base .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.vbs-base .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.vbs-base .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.vbs-base .custom-range::-moz-focus-outer {
  border: 0;
}

.vbs-base .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .vbs-base .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.vbs-base .custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}

.vbs-base .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.vbs-base .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .vbs-base .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.vbs-base .custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}

.vbs-base .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.vbs-base .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .vbs-base .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.vbs-base .custom-range::-ms-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}

.vbs-base .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.vbs-base .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.vbs-base .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.vbs-base .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.vbs-base .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.vbs-base .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.vbs-base .custom-range:disabled::-moz-range-track {
  cursor: default;
}

.vbs-base .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.vbs-base .custom-control-label::before,
.vbs-base .custom-file-label,
.vbs-base .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .vbs-base .custom-control-label::before,
  .vbs-base .custom-file-label,
  .vbs-base .custom-select {
    transition: none;
  }
}

.vbs-base .list-group-item:first-child {
  border-top-right-radius: 5px !important;
  border-top-left-radius: 5px !important;
}

.vbs-base .list-group-item:last-child {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.vbs-base .list-group-item-success {
  color: rgb(205.2351778656, 230.2648221344, 209.652173913);
  border-color: rgb(76.8616600791, 154.6383399209, 90.5869565217);
  background: #56ab65;
}

.vbs-base .list-group-item-warning {
  color: rgb(253.952970297, 246.5074257426, 232.547029703);
  border-color: rgb(244.8638613861, 172.7846534653, 37.6361386139);
  background: #f6b63e;
}

.vbs-base .list-group-item-danger {
  color: rgb(228.9329268293, 195.5670731707, 195.5670731707);
  border-color: rgb(153.2743902439, 67.2256097561, 67.2256097561);
  background: #ab4b4b;
}

.vbs-base .b-form-tag {
  position: relative;
  padding-right: 20px;
}

.vbs-base .b-form-tags {
  padding-top: 1px;
  padding-bottom: 1px;
}

.vbs-base .b-form-tags-list {
  margin-bottom: 0;
}

.vbs-base .b-form-tags-input {
  border: 0;
}

.vbs-base .b-form-tag-remove {
  position: absolute;
  right: 6px;
  top: 5px;
  width: 7px;
  height: 7px;
  background-size: contain;
}

.vbs-base .custom-control-label {
  vertical-align: top;
  margin: 2px 0 0 5px;
}

.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: 0;
  right: 5px;
}

.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;
}

#app .vue-daterange-picker {
  display: block;
  min-width: 180px;
}

#app .vue-daterange-picker .caret {
  float: right;
  margin-top: 9px;
}

#app .vue-daterange-picker .dropdown-menu {
  top: 35px;
}

#app .vue-daterange-picker .calendars-container {
  flex: 1;
}

.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;
}

