/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/nprogress/nprogress.css ***!
  \**********************************************************************************************************************************************************************************************************/
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}


/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/select2/dist/css/select2.min.css ***!
  \*******************************************************************************************************************************************************************************************************************/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/bootstrap4c-dropzone/dist/css/component-dropzone.min.css ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@-webkit-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);transform:scale(1)}}.dropzone{box-sizing:border-box;min-height:9.75rem;padding:.5rem;border:.125rem dashed #007bff;border-radius:.3rem;background:0 0}.dropzone *{box-sizing:border-box}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message{cursor:pointer}.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-color:#28a745;background:rgba(40,167,69,.15)}.dropzone.dz-drag-hover .dz-message{opacity:.5;color:#28a745}.dropzone.dz-drag-hover .dz-message span:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%2328a745%27 d=%27M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z%27/%3E%3C/svg%3E")}.dropzone.is-valid{border-color:#28a745}.dropzone.is-valid .dz-message{color:#28a745}.dropzone.is-valid .dz-message span:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%2328a745%27 d=%27M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM10 17l-3.5-3.5 1.41-1.41L10 14.17 15.18 9l1.41 1.41L10 17z%27/%3E%3C/svg%3E")}.dropzone.is-invalid{border-color:#dc3545}.dropzone.is-invalid .dz-message{color:#dc3545}.dropzone.is-invalid .dz-message span:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%23dc3545%27 d=%27M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h.71C7.37 7.69 9.48 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3s-1.34 3-3 3z%27/%3E%3C/svg%3E")}.dropzone .dz-message{margin-top:2.25rem;font-size:.875rem;text-align:center;line-height:1;color:#007bff}.dropzone .dz-message span:before{display:block;position:relative;top:0;left:calc(50% - (2.5rem / 2));width:2.5rem;height:2.5rem;content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%23007bff%27 d=%27M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z%27/%3E%3C/svg%3E");background-size:2.5rem 2.5rem;background-position:center center;background-repeat:no-repeat}.dropzone .dz-preview{position:relative;display:inline-block;min-height:5rem;margin:.5rem;vertical-align:top}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{background-color:#54a7ff}.dropzone .dz-preview.dz-file-preview .dz-image:hover{background-color:#007bff}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:0 0}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{display:block;cursor:pointer;border:none;text-align:center}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;min-width:100%;max-width:100%;height:auto;padding:.5rem;font-size:.75rem;text-align:center;line-height:150%;color:#fff;opacity:0}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:4.5rem;font-size:.875rem}.dropzone .dz-preview .dz-details .dz-filename,.dropzone .dz-preview .dz-details .dz-size{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover:before,.dropzone .dz-preview .dz-details .dz-size:hover:before{content:"";margin-left:-100%}.dropzone .dz-preview .dz-details .dz-filename:hover:after,.dropzone .dz-preview .dz-details .dz-size:hover:after{content:"";margin-right:-100%}.dropzone .dz-preview .dz-details .dz-filename:hover span,.dropzone .dz-preview .dz-details .dz-size:hover span{padding:.125rem .375rem;background-color:rgba(0,0,0,.8);border-radius:.2rem}.dropzone .dz-preview .dz-details .dz-filename:not(:hover),.dropzone .dz-preview .dz-details .dz-size:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-image{overflow:hidden;width:7.5rem;height:7.5rem;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through .3s cubic-bezier(.77,0,.175,1);animation:passing-through .3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in .3s cubic-bezier(.77,0,.175,1);animation:slide-in .3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-top:-1.5rem;margin-left:-1.5rem}.dropzone .dz-preview .dz-error-mark svg,.dropzone .dz-preview .dz-success-mark svg{display:block;width:3rem;height:3rem}.dropzone .dz-preview .dz-success-mark svg *{fill:#28a745;fill-opacity:1}.dropzone .dz-preview .dz-error-mark svg *{fill:#dc3545;fill-opacity:1}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;left:50%;top:50%;width:5rem;height:1rem;margin-top:-.5rem;margin-left:-2.5rem;border-radius:.2rem;background:rgba(255,255,255,.6);-webkit-transform:scale(1);overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#28a745;background:linear-gradient(to bottom,#28a745,#1e7d34);position:absolute;top:0;left:0;bottom:0;width:0;transition:width .3s ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;top:8rem;left:-.5rem;width:8.5rem;padding:.25rem .5rem;border-radius:.25rem;background:#dc3545;font-size:.875rem;color:#fff;opacity:0;transition:opacity .3s ease}.dropzone .dz-preview .dz-error-message:after{content:'';position:absolute;top:-.5rem;left:3.75rem;width:0;height:0;border-left:.5rem solid transparent;border-right:.5rem solid transparent;border-bottom:.5rem solid #dc3545}.has-success .dropzone{border-color:#28a745}.has-success .dropzone .dz-message{color:#28a745}.has-success .dropzone .dz-message span:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%2328a745%27 d=%27M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM10 17l-3.5-3.5 1.41-1.41L10 14.17 15.18 9l1.41 1.41L10 17z%27/%3E%3C/svg%3E")}.has-danger .dropzone{border-color:#dc3545}.has-danger .dropzone .dz-message{color:#dc3545}.has-danger .dropzone .dz-message span:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%23dc3545%27 d=%27M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h.71C7.37 7.69 9.48 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3s-1.34 3-3 3z%27/%3E%3C/svg%3E")}
/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/animate.css/animate.min.css ***!
  \**************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}
/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/cropperjs/dist/cropper.css ***!
  \*************************************************************************************************************************************************************************************************************/
/*!
 * Cropper.js v1.5.11
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-02-17T11:53:21.992Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}

.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/easy-autocomplete/dist/easy-autocomplete.min.css ***!
  \***********************************************************************************************************************************************************************************************************************************/
/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */

.easy-autocomplete{position:relative}.easy-autocomplete input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;box-shadow:0 1px 2px rgba(0,0,0,0.1) inset;color:#555;float:none;padding:6px 12px}.easy-autocomplete input:hover,.easy-autocomplete input:focus{box-shadow:none}.easy-autocomplete a{display:block}.easy-autocomplete.eac-blue-light input:hover,.easy-autocomplete.eac-blue-light input:focus{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul li,.easy-autocomplete.eac-blue-light ul .eac-category{border-color:#66afe9}.easy-autocomplete.eac-blue-light ul li.selected,.easy-autocomplete.eac-blue-light ul .eac-category.selected{background-color:#ecf5fc}.easy-autocomplete.eac-green-light input:hover,.easy-autocomplete.eac-green-light input:focus{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul li,.easy-autocomplete.eac-green-light ul .eac-category{border-color:#41DB00}.easy-autocomplete.eac-green-light ul li.selected,.easy-autocomplete.eac-green-light ul .eac-category.selected{background-color:#9eff75}.easy-autocomplete.eac-red-light input:hover,.easy-autocomplete.eac-red-light input:focus{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul li,.easy-autocomplete.eac-red-light ul .eac-category{border-color:#ff5b5b}.easy-autocomplete.eac-red-light ul li.selected,.easy-autocomplete.eac-red-light ul .eac-category.selected{background-color:#ff8e8e}.easy-autocomplete.eac-yellow-light input:hover,.easy-autocomplete.eac-yellow-light input:focus{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul li,.easy-autocomplete.eac-yellow-light ul .eac-category{border-color:#ffdb00}.easy-autocomplete.eac-yellow-light ul li.selected,.easy-autocomplete.eac-yellow-light ul .eac-category.selected{background-color:#ffe233}.easy-autocomplete.eac-dark-light input:hover,.easy-autocomplete.eac-dark-light input:focus{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul li,.easy-autocomplete.eac-dark-light ul .eac-category{border-color:#333}.easy-autocomplete.eac-dark-light ul li.selected,.easy-autocomplete.eac-dark-light ul .eac-category.selected{background-color:#4d4d4d;color:#fff}.easy-autocomplete.eac-dark{color:#fff}.easy-autocomplete.eac-dark input{background-color:#404040;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark input:hover,.easy-autocomplete.eac-dark input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-dark ul{border-color:#333}.easy-autocomplete.eac-dark ul li,.easy-autocomplete.eac-dark ul .eac-category{background-color:#404040;border-color:#333}.easy-autocomplete.eac-dark ul li.selected,.easy-autocomplete.eac-dark ul .eac-category.selected{background-color:#737373;color:#f6f6f6}.easy-autocomplete.eac-dark-glass{color:#fff}.easy-autocomplete.eac-dark-glass input{background-color:rgba(0,0,0,0.8);border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark-glass input:hover,.easy-autocomplete.eac-dark-glass input:focus{border-color:rgba(0,0,0,0.8);box-shadow:0}.easy-autocomplete.eac-dark-glass ul{border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li,.easy-autocomplete.eac-dark-glass ul .eac-category{background-color:rgba(0,0,0,0.8);border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li.selected,.easy-autocomplete.eac-dark-glass ul .eac-category.selected{background-color:rgba(64,64,64,0.8);color:#f6f6f6}.easy-autocomplete.eac-dark-glass ul li:last-child,.easy-autocomplete.eac-dark-glass ul .eac-category:last-child{border-radius:0 0 4px 4px}.easy-autocomplete.eac-blue{color:#fff}.easy-autocomplete.eac-blue input{background-color:#6d9ed1;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-blue input::-webkit-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input::-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-ms-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:hover,.easy-autocomplete.eac-blue input:focus{border-color:#5A91CB;box-shadow:0}.easy-autocomplete.eac-blue ul{border-color:#5A91CB}.easy-autocomplete.eac-blue ul li,.easy-autocomplete.eac-blue ul .eac-category{background-color:#6d9ed1;border-color:#5A91CB}.easy-autocomplete.eac-blue ul li.selected,.easy-autocomplete.eac-blue ul .eac-category.selected{background-color:#94b8dd;color:#f6f6f6}.easy-autocomplete.eac-yellow{color:#333}.easy-autocomplete.eac-yellow input{background-color:#ffdb7e;border-color:#333;border-radius:4px;box-shadow:0;color:#333}.easy-autocomplete.eac-yellow input:hover,.easy-autocomplete.eac-yellow input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-yellow ul{border-color:#333}.easy-autocomplete.eac-yellow ul li,.easy-autocomplete.eac-yellow ul .eac-category{background-color:#ffdb7e;border-color:#333}.easy-autocomplete.eac-yellow ul li.selected,.easy-autocomplete.eac-yellow ul .eac-category.selected{background-color:#ffe9b1;color:#333}.easy-autocomplete.eac-purple{color:#333}.easy-autocomplete.eac-purple input{background-color:#d6d1e7;border-color:#b8afd5;box-shadow:0;color:#333}.easy-autocomplete.eac-purple input:hover,.easy-autocomplete.eac-purple input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-purple ul{border-color:#333}.easy-autocomplete.eac-purple ul li,.easy-autocomplete.eac-purple ul .eac-category{background-color:#d6d1e7;border-color:#333}.easy-autocomplete.eac-purple ul li.selected,.easy-autocomplete.eac-purple ul .eac-category.selected{background-color:#ebe8f3;color:#333}.easy-autocomplete.eac-bootstrap input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;color:#555;padding:6px 12px}.easy-autocomplete-container{left:0;position:absolute;width:100%;z-index:2}.easy-autocomplete-container ul{background:none repeat scroll 0 0 #ffffff;border-top:1px dotted #ccc;display:none;margin-top:0;padding-bottom:0;padding-left:0;position:relative;top:-1px}.easy-autocomplete-container ul li,.easy-autocomplete-container ul .eac-category{background:inherit;border-color:#ccc;-o-border-image:none;border-image:none;border-style:solid;border-width:0 1px;display:block;font-size:14px;font-weight:normal;padding:4px 12px}.easy-autocomplete-container ul li:last-child{border-radius:0 0 2px 2px;border-width:0 1px 1px}.easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #ebebeb;cursor:pointer}.easy-autocomplete-container ul li.selected div{font-weight:normal}.easy-autocomplete-container ul li div{display:block;font-weight:normal;word-break:break-all}.easy-autocomplete-container ul li b{font-weight:bold}.easy-autocomplete-container ul .eac-category{font-color:#aaa;font-style:italic}.eac-description .eac-item span{color:#aaa;font-style:italic;font-size:0.9em}.eac-icon-left .eac-item img{margin-right:4px;max-height:30px}.eac-icon-right .eac-item{margin-top:8px;min-height:24px;position:relative}.eac-icon-right .eac-item img{margin-left:4px;max-height:30px;position:absolute;right:-4px;top:-8px}
/*# sourceMappingURL=easy-autocomplete.min.css.map */

/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{padding:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:400;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}
/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.min.css ***!
  \***********************************************************************************************************************************************************************************************************************************************/
/*!
 * Bootstrap Colorpicker - Bootstrap Colorpicker is a modular color picker plugin for Bootstrap 4.
 * @package bootstrap-colorpicker
 * @version v3.4.0
 * @license MIT
 * @link https://itsjavi.com/bootstrap-colorpicker/
 * @link https://github.com/itsjavi/bootstrap-colorpicker.git
 */
.colorpicker{position:relative;display:none;font-size:inherit;color:inherit;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);padding:.75rem .75rem;width:148px;border-radius:4px;box-sizing:content-box}.colorpicker.colorpicker-disabled,.colorpicker.colorpicker-disabled *{cursor:default!important}.colorpicker div{position:relative}.colorpicker-popup{position:absolute;top:100%;left:0;float:left;margin-top:1px;z-index:1060}.colorpicker-popup.colorpicker-bs-popover-content{position:relative;top:auto;left:auto;float:none;margin:0;z-index:auto;z-index:initial;border:none;padding:.25rem 0;border-radius:0;background:0 0;box-shadow:none}.colorpicker:after,.colorpicker:before{content:"";display:table;clear:both;line-height:0}.colorpicker-clear{clear:both;display:block}.colorpicker:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;top:-7px;left:auto;right:6px}.colorpicker:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:auto;right:7px}.colorpicker.colorpicker-with-alpha{width:170px}.colorpicker.colorpicker-with-alpha .colorpicker-alpha{display:block}.colorpicker-saturation{position:relative;width:126px;height:126px;background:linear-gradient(to bottom,transparent 0,#000 100%),linear-gradient(to right,#fff 0,rgba(255,255,255,0) 100%);cursor:crosshair;float:left;box-shadow:0 0 0 1px rgba(0,0,0,.2);margin-bottom:6px}.colorpicker-saturation .colorpicker-guide{display:block;height:6px;width:6px;border-radius:6px;border:1px solid #000;box-shadow:0 0 0 1px rgba(255,255,255,.8);position:absolute;top:0;left:0;margin:-3px 0 0 -3px}.colorpicker-alpha,.colorpicker-hue{position:relative;width:16px;height:126px;float:left;cursor:row-resize;margin-left:6px;margin-bottom:6px}.colorpicker-alpha-color{position:absolute;top:0;left:0;width:100%;height:100%}.colorpicker-alpha-color,.colorpicker-hue{box-shadow:0 0 0 1px rgba(0,0,0,.2)}.colorpicker-alpha .colorpicker-guide,.colorpicker-hue .colorpicker-guide{display:block;height:4px;background:rgba(255,255,255,.8);border:1px solid rgba(0,0,0,.4);position:absolute;top:0;left:0;margin-left:-2px;margin-top:-2px;right:-2px;z-index:1}.colorpicker-hue{background:linear-gradient(to top,red 0,#ff8000 8%,#ff0 17%,#80ff00 25%,#0f0 33%,#00ff80 42%,#0ff 50%,#0080ff 58%,#00f 67%,#8000ff 75%,#ff00ff 83%,#ff0080 92%,red 100%)}.colorpicker-alpha{background:linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),#fff;background-size:10px 10px;background-position:0 0,5px 5px;display:none}.colorpicker-bar{min-height:16px;margin:6px 0 0 0;clear:both;text-align:center;font-size:10px;line-height:normal;max-width:100%;box-shadow:0 0 0 1px rgba(0,0,0,.2)}.colorpicker-bar:before{content:"";display:table;clear:both}.colorpicker-bar.colorpicker-bar-horizontal{height:126px;width:16px;margin:0 0 6px 0;float:left}.colorpicker-input-addon{position:relative}.colorpicker-input-addon i{display:inline-block;cursor:pointer;vertical-align:text-top;height:16px;width:16px;position:relative}.colorpicker-input-addon:before{content:"";position:absolute;width:16px;height:16px;display:inline-block;vertical-align:text-top;background:linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),#fff;background-size:10px 10px;background-position:0 0,5px 5px}.colorpicker.colorpicker-inline{position:relative;display:inline-block;float:none;z-index:auto;vertical-align:text-bottom}.colorpicker.colorpicker-horizontal{width:126px;height:auto}.colorpicker.colorpicker-horizontal .colorpicker-bar{width:126px}.colorpicker.colorpicker-horizontal .colorpicker-saturation{float:none;margin-bottom:0}.colorpicker.colorpicker-horizontal .colorpicker-alpha,.colorpicker.colorpicker-horizontal .colorpicker-hue{float:none;width:126px;height:16px;cursor:col-resize;margin-left:0;margin-top:6px;margin-bottom:0}.colorpicker.colorpicker-horizontal .colorpicker-alpha .colorpicker-guide,.colorpicker.colorpicker-horizontal .colorpicker-hue .colorpicker-guide{position:absolute;display:block;bottom:-2px;left:0;right:auto;height:auto;width:4px}.colorpicker.colorpicker-horizontal .colorpicker-hue{background:linear-gradient(to left,red 0,#ff8000 8%,#ff0 17%,#80ff00 25%,#0f0 33%,#00ff80 42%,#0ff 50%,#0080ff 58%,#00f 67%,#8000ff 75%,#ff00ff 83%,#ff0080 92%,red 100%)}.colorpicker.colorpicker-horizontal .colorpicker-alpha{background:linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),#fff;background-size:10px 10px;background-position:0 0,5px 5px}.colorpicker-inline:before,.colorpicker-no-arrow:before,.colorpicker-popup.colorpicker-bs-popover-content:before{content:none;display:none}.colorpicker-inline:after,.colorpicker-no-arrow:after,.colorpicker-popup.colorpicker-bs-popover-content:after{content:none;display:none}.colorpicker-alpha,.colorpicker-hue,.colorpicker-saturation{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.colorpicker-alpha.colorpicker-visible,.colorpicker-bar.colorpicker-visible,.colorpicker-hue.colorpicker-visible,.colorpicker-saturation.colorpicker-visible,.colorpicker.colorpicker-visible{display:block}.colorpicker-alpha.colorpicker-hidden,.colorpicker-bar.colorpicker-hidden,.colorpicker-hue.colorpicker-hidden,.colorpicker-saturation.colorpicker-hidden,.colorpicker.colorpicker-hidden{display:none}.colorpicker-inline.colorpicker-visible{display:inline-block}.colorpicker.colorpicker-disabled:after{border:none;content:'';display:block;width:100%;height:100%;background:rgba(233,236,239,.33);top:0;left:0;right:auto;z-index:2;position:absolute}.colorpicker.colorpicker-disabled .colorpicker-guide{display:none}.colorpicker-preview{background:linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),#fff;background-size:10px 10px;background-position:0 0,5px 5px}.colorpicker-preview>div{position:absolute;left:0;top:0;width:100%;height:100%}.colorpicker-bar.colorpicker-swatches{box-shadow:none;height:auto}.colorpicker-swatches--inner{clear:both;margin-top:-6px}.colorpicker-swatch{position:relative;cursor:pointer;float:left;height:16px;width:16px;margin-right:6px;margin-top:6px;margin-left:0;display:block;box-shadow:0 0 0 1px rgba(0,0,0,.2);background:linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),#fff;background-size:10px 10px;background-position:0 0,5px 5px}.colorpicker-swatch--inner{position:absolute;top:0;left:0;width:100%;height:100%}.colorpicker-swatch:nth-of-type(7n+0){margin-right:0}.colorpicker-with-alpha .colorpicker-swatch:nth-of-type(7n+0){margin-right:6px}.colorpicker-with-alpha .colorpicker-swatch:nth-of-type(8n+0){margin-right:0}.colorpicker-horizontal .colorpicker-swatch:nth-of-type(6n+0){margin-right:0}.colorpicker-horizontal .colorpicker-swatch:nth-of-type(7n+0){margin-right:6px}.colorpicker-horizontal .colorpicker-swatch:nth-of-type(8n+0){margin-right:6px}.colorpicker-swatch:last-of-type:after{content:"";display:table;clear:both}.colorpicker-element input[dir=rtl],.colorpicker-element[dir=rtl] input,[dir=rtl] .colorpicker-element input{direction:ltr;text-align:right}
/*# sourceMappingURL=bootstrap-colorpicker.min.css.map */

/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/pretty-checkbox/dist/pretty-checkbox.min.css ***!
  \*******************************************************************************************************************************************************************************************************************************/
/**
 * pretty-checkbox.css
 *
 * A pure CSS library to beautify checkbox and radio buttons
 *
 * Source: https://github.com/lokesh-coder/pretty-checkbox
 * Demo: https://lokesh-coder.github.io/pretty-checkbox
 *
 * Copyright (c) 2017 Lokesh rajendran
 */

.pretty *{box-sizing:border-box}.pretty input:not([type=checkbox]):not([type=radio]){display:none}.pretty{position:relative;display:inline-block;margin-right:1em;white-space:nowrap;line-height:1}.pretty input{position:absolute;left:0;top:0;min-width:1em;width:100%;height:100%;z-index:2;opacity:0;margin:0;padding:0;cursor:pointer}.pretty .state label{position:static;position:initial;display:inline-block;font-weight:400;margin:0;text-indent:1.5em;min-width:calc(1em + 2px)}.pretty .state label:after,.pretty .state label:before{content:'';width:calc(1em + 2px);height:calc(1em + 2px);display:block;box-sizing:border-box;border-radius:0;border:1px solid transparent;z-index:0;position:absolute;left:0;top:calc((0% - (100% - 1em)) - 8%);background-color:transparent}.pretty .state label:before{border-color:#bdc3c7}.pretty .state.p-is-hover,.pretty .state.p-is-indeterminate{display:none}@-webkit-keyframes zoom{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes zoom{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@-webkit-keyframes tada{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:scale(7);transform:scale(7)}38%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1;-webkit-transform:scale(1);transform:scale(1)}55%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.5);transform:scale(1.5)}72%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}81%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.24);transform:scale(1.24)}89%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}95%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.04);transform:scale(1.04)}100%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}}@keyframes tada{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:scale(7);transform:scale(7)}38%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1;-webkit-transform:scale(1);transform:scale(1)}55%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.5);transform:scale(1.5)}72%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}81%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.24);transform:scale(1.24)}89%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}95%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.04);transform:scale(1.04)}100%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes jelly{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}40%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}50%{-webkit-transform:scale3d(.85,1.15,1);transform:scale3d(.85,1.15,1)}65%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}75%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes jelly{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}40%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}50%{-webkit-transform:scale3d(.85,1.15,1);transform:scale3d(.85,1.15,1)}65%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}75%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes rotate{0%{opacity:0;-webkit-transform:translateZ(-200px) rotate(-45deg);transform:translateZ(-200px) rotate(-45deg)}100%{opacity:1;-webkit-transform:translateZ(0) rotate(0);transform:translateZ(0) rotate(0)}}@keyframes rotate{0%{opacity:0;-webkit-transform:translateZ(-200px) rotate(-45deg);transform:translateZ(-200px) rotate(-45deg)}100%{opacity:1;-webkit-transform:translateZ(0) rotate(0);transform:translateZ(0) rotate(0)}}@-webkit-keyframes pulse{0%{box-shadow:0 0 0 0 #bdc3c7}100%{box-shadow:0 0 0 1.5em rgba(189,195,199,0)}}@keyframes pulse{0%{box-shadow:0 0 0 0 #bdc3c7}100%{box-shadow:0 0 0 1.5em rgba(189,195,199,0)}}.pretty.p-default.p-fill .state label:after{-webkit-transform:scale(1);transform:scale(1)}.pretty.p-default .state label:after{-webkit-transform:scale(.6);transform:scale(.6)}.pretty.p-default input:checked~.state label:after{background-color:#bdc3c7!important}.pretty.p-default.p-thick .state label:after,.pretty.p-default.p-thick .state label:before{border-width:calc(1em / 7)}.pretty.p-default.p-thick .state label:after{-webkit-transform:scale(.4)!important;transform:scale(.4)!important}.pretty.p-icon .state .icon{position:absolute;font-size:1em;width:calc(1em + 2px);height:calc(1em + 2px);left:0;z-index:1;text-align:center;line-height:normal;top:calc((0% - (100% - 1em)) - 8%);border:1px solid transparent;opacity:0}.pretty.p-icon .state .icon:before{margin:0;width:100%;height:100%;text-align:center;display:flex;flex:1;justify-content:center;align-items:center;line-height:1}.pretty.p-icon input:checked~.state .icon{opacity:1}.pretty.p-icon input:checked~.state label:before{border-color:#5a656b}.pretty.p-svg .state .svg{position:absolute;font-size:1em;width:calc(1em + 2px);height:calc(1em + 2px);left:0;z-index:1;text-align:center;line-height:normal;top:calc((0% - (100% - 1em)) - 8%);border:1px solid transparent;opacity:0}.pretty.p-svg .state svg{margin:0;width:100%;height:100%;text-align:center;display:flex;flex:1;justify-content:center;align-items:center;line-height:1}.pretty.p-svg input:checked~.state .svg{opacity:1}.pretty.p-image .state img{opacity:0;position:absolute;width:calc(1em + 2px);height:calc(1em + 2px);top:0;top:calc((0% - (100% - 1em)) - 8%);left:0;z-index:0;text-align:center;line-height:normal;-webkit-transform:scale(.8);transform:scale(.8)}.pretty.p-image input:checked~.state img{opacity:1}.pretty.p-switch input{min-width:2em}.pretty.p-switch .state{position:relative}.pretty.p-switch .state:before{content:'';border:1px solid #bdc3c7;border-radius:60px;width:2em;box-sizing:unset;height:calc(1em + 2px);position:absolute;top:0;top:calc((0% - (100% - 1em)) - 16%);z-index:0;transition:all .5s ease}.pretty.p-switch .state label{text-indent:2.5em}.pretty.p-switch .state label:after,.pretty.p-switch .state label:before{transition:all .5s ease;border-radius:100%;left:0;border-color:transparent;-webkit-transform:scale(.8);transform:scale(.8)}.pretty.p-switch .state label:after{background-color:#bdc3c7!important}.pretty.p-switch input:checked~.state:before{border-color:#5a656b}.pretty.p-switch input:checked~.state label:before{opacity:0}.pretty.p-switch input:checked~.state label:after{background-color:#5a656b!important;left:1em}.pretty.p-switch.p-fill input:checked~.state:before{border-color:#5a656b;background-color:#5a656b!important}.pretty.p-switch.p-fill input:checked~.state label:before{opacity:0}.pretty.p-switch.p-fill input:checked~.state label:after{background-color:#fff!important;left:1em}.pretty.p-switch.p-slim .state:before{height:.1em;background:#bdc3c7!important;top:calc(50% - .1em)}.pretty.p-switch.p-slim input:checked~.state:before{border-color:#5a656b;background-color:#5a656b!important}.pretty.p-has-hover input:hover~.state:not(.p-is-hover){display:none}.pretty.p-has-hover input:hover~.state.p-is-hover{display:block}.pretty.p-has-hover input:hover~.state.p-is-hover .icon{display:block}.pretty.p-has-focus input:focus~.state label:before{box-shadow:0 0 3px 0 #bdc3c7}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state:not(.p-is-indeterminate){display:none}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate{display:block}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate .icon{display:block;opacity:1}.pretty.p-toggle .state.p-on{opacity:0;display:none}.pretty.p-toggle .state .icon,.pretty.p-toggle .state .svg,.pretty.p-toggle .state img,.pretty.p-toggle .state.p-off{opacity:1;display:inherit}.pretty.p-toggle .state.p-off .icon{color:#bdc3c7}.pretty.p-toggle input:checked~.state.p-on{opacity:1;display:inherit}.pretty.p-toggle input:checked~.state.p-off{opacity:0;display:none}.pretty.p-plain input:checked~.state label:before,.pretty.p-plain.p-toggle .state label:before{content:none}.pretty.p-plain.p-plain .icon{-webkit-transform:scale(1.1);transform:scale(1.1)}.pretty.p-round .state label:after,.pretty.p-round .state label:before{border-radius:100%}.pretty.p-round.p-icon .state .icon{border-radius:100%;overflow:hidden}.pretty.p-round.p-icon .state .icon:before{-webkit-transform:scale(.8);transform:scale(.8)}.pretty.p-curve .state label:after,.pretty.p-curve .state label:before{border-radius:20%}.pretty.p-smooth .icon,.pretty.p-smooth .svg,.pretty.p-smooth label:after,.pretty.p-smooth label:before{transition:all .5s ease}.pretty.p-smooth input:checked+.state label:after{transition:all .3s ease}.pretty.p-smooth input:checked+.state .icon,.pretty.p-smooth input:checked+.state .svg,.pretty.p-smooth input:checked+.state img{-webkit-animation:zoom .2s ease;animation:zoom .2s ease}.pretty.p-smooth.p-default input:checked+.state label:after{-webkit-animation:zoom .2s ease;animation:zoom .2s ease}.pretty.p-smooth.p-plain input:checked+.state label:before{content:'';-webkit-transform:scale(0);transform:scale(0);transition:all .5s ease}.pretty.p-tada:not(.p-default) input:checked+.state .icon,.pretty.p-tada:not(.p-default) input:checked+.state .svg,.pretty.p-tada:not(.p-default) input:checked+.state img,.pretty.p-tada:not(.p-default) input:checked+.state label:after,.pretty.p-tada:not(.p-default) input:checked+.state label:before{-webkit-animation:tada .7s cubic-bezier(.25,.46,.45,.94) 1 alternate;animation:tada .7s cubic-bezier(.25,.46,.45,.94) 1 alternate;opacity:1}.pretty.p-jelly:not(.p-default) input:checked+.state .icon,.pretty.p-jelly:not(.p-default) input:checked+.state .svg,.pretty.p-jelly:not(.p-default) input:checked+.state img,.pretty.p-jelly:not(.p-default) input:checked+.state label:after,.pretty.p-jelly:not(.p-default) input:checked+.state label:before{-webkit-animation:jelly .7s cubic-bezier(.25,.46,.45,.94);animation:jelly .7s cubic-bezier(.25,.46,.45,.94);opacity:1}.pretty.p-jelly:not(.p-default) input:checked+.state label:before{border-color:transparent}.pretty.p-rotate:not(.p-default) input:checked~.state .icon,.pretty.p-rotate:not(.p-default) input:checked~.state .svg,.pretty.p-rotate:not(.p-default) input:checked~.state img,.pretty.p-rotate:not(.p-default) input:checked~.state label:after,.pretty.p-rotate:not(.p-default) input:checked~.state label:before{-webkit-animation:rotate .7s cubic-bezier(.25,.46,.45,.94);animation:rotate .7s cubic-bezier(.25,.46,.45,.94);opacity:1}.pretty.p-rotate:not(.p-default) input:checked~.state label:before{border-color:transparent}.pretty.p-pulse:not(.p-switch) input:checked~.state label:before{-webkit-animation:pulse 1s;animation:pulse 1s}.pretty input[disabled]{cursor:not-allowed;display:none}.pretty input[disabled]~*{opacity:.5}.pretty.p-locked input{display:none;cursor:not-allowed}.pretty input:checked~.state.p-primary label:after,.pretty.p-toggle .state.p-primary label:after{background-color:#428bca!important}.pretty input:checked~.state.p-primary .icon,.pretty input:checked~.state.p-primary .svg,.pretty.p-toggle .state.p-primary .icon,.pretty.p-toggle .state.p-primary .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-primary-o label:before,.pretty.p-toggle .state.p-primary-o label:before{border-color:#428bca}.pretty input:checked~.state.p-primary-o label:after,.pretty.p-toggle .state.p-primary-o label:after{background-color:transparent}.pretty input:checked~.state.p-primary-o .icon,.pretty input:checked~.state.p-primary-o .svg,.pretty input:checked~.state.p-primary-o svg,.pretty.p-toggle .state.p-primary-o .icon,.pretty.p-toggle .state.p-primary-o .svg,.pretty.p-toggle .state.p-primary-o svg{color:#428bca;stroke:#428bca}.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after{background-color:#428bca!important}.pretty.p-switch input:checked~.state.p-primary:before{border-color:#428bca}.pretty.p-switch.p-fill input:checked~.state.p-primary:before{background-color:#428bca!important}.pretty.p-switch.p-slim input:checked~.state.p-primary:before{border-color:#245682;background-color:#245682!important}.pretty input:checked~.state.p-info label:after,.pretty.p-toggle .state.p-info label:after{background-color:#5bc0de!important}.pretty input:checked~.state.p-info .icon,.pretty input:checked~.state.p-info .svg,.pretty.p-toggle .state.p-info .icon,.pretty.p-toggle .state.p-info .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-info-o label:before,.pretty.p-toggle .state.p-info-o label:before{border-color:#5bc0de}.pretty input:checked~.state.p-info-o label:after,.pretty.p-toggle .state.p-info-o label:after{background-color:transparent}.pretty input:checked~.state.p-info-o .icon,.pretty input:checked~.state.p-info-o .svg,.pretty input:checked~.state.p-info-o svg,.pretty.p-toggle .state.p-info-o .icon,.pretty.p-toggle .state.p-info-o .svg,.pretty.p-toggle .state.p-info-o svg{color:#5bc0de;stroke:#5bc0de}.pretty.p-default:not(.p-fill) input:checked~.state.p-info-o label:after{background-color:#5bc0de!important}.pretty.p-switch input:checked~.state.p-info:before{border-color:#5bc0de}.pretty.p-switch.p-fill input:checked~.state.p-info:before{background-color:#5bc0de!important}.pretty.p-switch.p-slim input:checked~.state.p-info:before{border-color:#2390b0;background-color:#2390b0!important}.pretty input:checked~.state.p-success label:after,.pretty.p-toggle .state.p-success label:after{background-color:#5cb85c!important}.pretty input:checked~.state.p-success .icon,.pretty input:checked~.state.p-success .svg,.pretty.p-toggle .state.p-success .icon,.pretty.p-toggle .state.p-success .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-success-o label:before,.pretty.p-toggle .state.p-success-o label:before{border-color:#5cb85c}.pretty input:checked~.state.p-success-o label:after,.pretty.p-toggle .state.p-success-o label:after{background-color:transparent}.pretty input:checked~.state.p-success-o .icon,.pretty input:checked~.state.p-success-o .svg,.pretty input:checked~.state.p-success-o svg,.pretty.p-toggle .state.p-success-o .icon,.pretty.p-toggle .state.p-success-o .svg,.pretty.p-toggle .state.p-success-o svg{color:#5cb85c;stroke:#5cb85c}.pretty.p-default:not(.p-fill) input:checked~.state.p-success-o label:after{background-color:#5cb85c!important}.pretty.p-switch input:checked~.state.p-success:before{border-color:#5cb85c}.pretty.p-switch.p-fill input:checked~.state.p-success:before{background-color:#5cb85c!important}.pretty.p-switch.p-slim input:checked~.state.p-success:before{border-color:#357935;background-color:#357935!important}.pretty input:checked~.state.p-warning label:after,.pretty.p-toggle .state.p-warning label:after{background-color:#f0ad4e!important}.pretty input:checked~.state.p-warning .icon,.pretty input:checked~.state.p-warning .svg,.pretty.p-toggle .state.p-warning .icon,.pretty.p-toggle .state.p-warning .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-warning-o label:before,.pretty.p-toggle .state.p-warning-o label:before{border-color:#f0ad4e}.pretty input:checked~.state.p-warning-o label:after,.pretty.p-toggle .state.p-warning-o label:after{background-color:transparent}.pretty input:checked~.state.p-warning-o .icon,.pretty input:checked~.state.p-warning-o .svg,.pretty input:checked~.state.p-warning-o svg,.pretty.p-toggle .state.p-warning-o .icon,.pretty.p-toggle .state.p-warning-o .svg,.pretty.p-toggle .state.p-warning-o svg{color:#f0ad4e;stroke:#f0ad4e}.pretty.p-default:not(.p-fill) input:checked~.state.p-warning-o label:after{background-color:#f0ad4e!important}.pretty.p-switch input:checked~.state.p-warning:before{border-color:#f0ad4e}.pretty.p-switch.p-fill input:checked~.state.p-warning:before{background-color:#f0ad4e!important}.pretty.p-switch.p-slim input:checked~.state.p-warning:before{border-color:#c77c11;background-color:#c77c11!important}.pretty input:checked~.state.p-danger label:after,.pretty.p-toggle .state.p-danger label:after{background-color:#d9534f!important}.pretty input:checked~.state.p-danger .icon,.pretty input:checked~.state.p-danger .svg,.pretty.p-toggle .state.p-danger .icon,.pretty.p-toggle .state.p-danger .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-danger-o label:before,.pretty.p-toggle .state.p-danger-o label:before{border-color:#d9534f}.pretty input:checked~.state.p-danger-o label:after,.pretty.p-toggle .state.p-danger-o label:after{background-color:transparent}.pretty input:checked~.state.p-danger-o .icon,.pretty input:checked~.state.p-danger-o .svg,.pretty input:checked~.state.p-danger-o svg,.pretty.p-toggle .state.p-danger-o .icon,.pretty.p-toggle .state.p-danger-o .svg,.pretty.p-toggle .state.p-danger-o svg{color:#d9534f;stroke:#d9534f}.pretty.p-default:not(.p-fill) input:checked~.state.p-danger-o label:after{background-color:#d9534f!important}.pretty.p-switch input:checked~.state.p-danger:before{border-color:#d9534f}.pretty.p-switch.p-fill input:checked~.state.p-danger:before{background-color:#d9534f!important}.pretty.p-switch.p-slim input:checked~.state.p-danger:before{border-color:#a02622;background-color:#a02622!important}.pretty.p-bigger .icon,.pretty.p-bigger .img,.pretty.p-bigger .svg,.pretty.p-bigger label:after,.pretty.p-bigger label:before{font-size:1.2em!important;top:calc((0% - (100% - 1em)) - 35%)!important}.pretty.p-bigger label{text-indent:1.7em}@media print{.pretty .state .icon,.pretty .state label:after,.pretty .state label:before,.pretty .state:before{color-adjust:exact;-webkit-print-color-adjust:exact;print-color-adjust:exact}}

/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./src/shared/styles/scss/loading.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
.ld.reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse; }

.ld.xhalf {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.ld.x1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.ld.x2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.ld.x4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s; }

.ld.running {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.ld.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.ld.f00 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.ld.f01 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

.ld.f02 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.ld.f03 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.ld.f04 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.ld.f05 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.ld.f06 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.ld.f07 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.ld.f08 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.ld.f09 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.ld.f10 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.ld-ball,
.ld-ring,
.ld-hourglass,
.ld-loader,
.ld-cross,
.ld-square,
.ld-pie,
.ld-spinner {
  width: 50px;
  height: 50px;
  position: relative;
  color: inherit;
  display: inline-block;
  /*
  &:before
    content: "◎"
    display: block
    visibility: hidden
  */ }

.ld-ball:after,
.ld-ring:after,
.ld-hourglass:after,
.ld-loader:after,
.ld-cross:after,
.ld-square:after,
.ld-pie:after,
.ld-spinner:after {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: inline-block;
  background: center center no-repeat;
  background-size: cover; }

.ld-ball:after {
  border-radius: 50%;
  background: currentColor; }

.ld-pie:after {
  width: 0;
  height: 0;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.5em;
  -webkit-background-clip: padding-box;
  border-color: currentColor currentColor currentColor transparent; }

.ld-ring:after {
  border-radius: 50%;
  border-style: solid;
  border-width: 0.3em;
  -webkit-background-clip: padding-box;
  border-color: currentColor currentColor currentColor transparent;
  box-sizing: border-box; }

.ld-hourglass:after {
  width: 0;
  height: 0;
  background: none;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.5em;
  border-color: currentColor transparent currentColor transparent; }

.ld-cross:after {
  width: 18%;
  height: 18%;
  background: currentColor;
  box-shadow: 0 0.18em 0 1px currentColor, 0 -0.18em 0 1px currentColor, 0.18em 0 0 1px currentColor, -0.18em 0 0 1px currentColor, 0 0.36em 0 1px currentColor, 0 -0.36em 0 1px currentColor, 0.36em 0 0 1px currentColor, -0.36em 0 0 1px currentColor; }

.ld-square:after {
  width: 90%;
  height: 90%;
  background: currentColor; }

.ld-spinner:after {
  width: 20%;
  height: 20%;
  border-radius: 50%;
  background: none;
  box-shadow: 0 0.5em 0 0 currentColor, 0 -.5em 0 0 currentColor, .5em 0 0 0 currentColor, -.5em 0 0 0 currentColor, .35355339059327373em .35355339059327373em 0 0 currentColor, -.35355339059327373em .35355339059327373em 0 0 currentColor, .35355339059327373em -.35355339059327373em 0 0 currentColor, -.35355339059327373em -.35355339059327373em 0 0 currentColor; }

.ld-loader {
  background-size: cover; }

@keyframes ld-blink {
  0% {
    opacity: 1; }
  49% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes ld-blink {
  0% {
    opacity: 1; }
  49% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.ld.ld-blink {
  -webkit-animation: ld-blink 1s infinite linear;
  animation: ld-blink 1s infinite linear; }

@keyframes ld-blur {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0); }
  50% {
    -webkit-filter: blur(5px);
            filter: blur(5px); }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0); } }

@-webkit-keyframes ld-blur {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0); }
  50% {
    -webkit-filter: blur(5px);
            filter: blur(5px); }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0); } }

.ld.ld-blur {
  -webkit-animation: ld-blur 1s infinite;
  animation: ld-blur 1s infinite; }

@keyframes ld-breath {
  0% {
    -webkit-transform: scale(0.86);
    transform: scale(0.86); }
  50% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06); }
  100% {
    -webkit-transform: scale(0.86);
    transform: scale(0.86); } }

@-webkit-keyframes ld-breath {
  0% {
    -webkit-transform: scale(0.86);
    transform: scale(0.86); }
  50% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06); }
  100% {
    -webkit-transform: scale(0.86);
    transform: scale(0.86); } }

.ld.ld-breath {
  -webkit-animation: ld-breath 1s infinite;
  animation: ld-breath 1s infinite; }

@keyframes ld-broadcast {
  0% {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.9); }
  19% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.7); }
  20% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.8); }
  39% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.6); }
  40% {
    box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.7); }
  60% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.6);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  100% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); } }

@-webkit-keyframes ld-broadcast {
  0% {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.9); }
  19% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.7); }
  20% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.8); }
  39% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.6); }
  40% {
    box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.7); }
  60% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.6);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  100% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); } }

.ld.ld-broadcast {
  -webkit-animation: ld-broadcast 1s infinite ease-out;
  animation: ld-broadcast 1s infinite ease-out;
  border-radius: 50%; }

@keyframes ld-clock {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  8.333% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  16.667% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  33.333% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg); }
  41.667% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  58.333% {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg); }
  66.667% {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg); }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  83.333% {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg); }
  91.667% {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes ld-clock {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  8.333% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  16.667% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  33.333% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg); }
  41.667% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  58.333% {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg); }
  66.667% {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg); }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  83.333% {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg); }
  91.667% {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ld.ld-clock {
  -webkit-animation: ld-clock 9s infinite cubic-bezier(0, 0.7, 0.3, 1);
  animation: ld-clock 9s infinite cubic-bezier(0, 0.7, 0.3, 1); }

@keyframes ld-cycle {
  0%,
  50%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5); }
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes ld-cycle {
  0%,
  50%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5); }
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ld.ld-cycle {
  -webkit-animation: ld-cycle 1s infinite linear;
  animation: ld-cycle 1s infinite linear; }

@keyframes ld-fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes ld-fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.ld.ld-fade {
  -webkit-animation: ld-fade 1s infinite linear;
  animation: ld-fade 1s infinite linear; }

@keyframes ld-flip {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg); }
  25% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
    transform: rotateY(180deg) rotateX(0deg); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg); }
  75% {
    -webkit-transform: rotateY(0deg) rotateX(180deg);
    transform: rotateY(0deg) rotateX(180deg); }
  100% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg); } }

@-webkit-keyframes ld-flip {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg); }
  25% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
    transform: rotateY(180deg) rotateX(0deg); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg); }
  75% {
    -webkit-transform: rotateY(0deg) rotateX(180deg);
    transform: rotateY(0deg) rotateX(180deg); }
  100% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg); } }

.ld.ld-flip {
  -webkit-animation: ld-flip 2s infinite;
  animation: ld-flip 2s infinite; }

@keyframes ld-flip-v {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: rotateX(180deg) rotateY(0deg);
    transform: rotateX(180deg) rotateY(0deg); }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg); } }

@-webkit-keyframes ld-flip-v {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: rotateX(180deg) rotateY(0deg);
    transform: rotateX(180deg) rotateY(0deg); }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg); } }

.ld.ld-flip-v {
  -webkit-animation: ld-flip-v 1s infinite;
  animation: ld-flip-v 1s infinite; }

@keyframes ld-flip-h {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
    transform: rotateY(180deg) rotateX(0deg); }
  100% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg); } }

@-webkit-keyframes ld-flip-h {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
    transform: rotateY(180deg) rotateX(0deg); }
  100% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg); } }

.ld.ld-flip-h {
  -webkit-animation: ld-flip-h 1s infinite;
  animation: ld-flip-h 1s infinite; }

@keyframes ld-coin-v {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  50% {
    -webkit-transform: rotateX(1800deg);
    transform: rotateX(1800deg); }
  100% {
    -webkit-transform: rotateX(3600deg);
    transform: rotateX(3600deg); } }

@-webkit-keyframes ld-coin-v {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  50% {
    -webkit-transform: rotateX(1800deg);
    transform: rotateX(1800deg); }
  100% {
    -webkit-transform: rotateX(3600deg);
    transform: rotateX(3600deg); } }

.ld.ld-coin-v {
  -webkit-animation: ld-coin-v 2s infinite;
  animation: ld-coin-v 2s infinite; }

@keyframes ld-coin-h {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg); }
  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg); } }

@-webkit-keyframes ld-coin-h {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg); }
  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg); } }

.ld.ld-coin-h {
  -webkit-animation: ld-coin-h 2s infinite;
  animation: ld-coin-h 2s infinite; }

@keyframes ld-heartbeat {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  5% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  39% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  45% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes ld-heartbeat {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  5% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  39% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  45% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.ld.ld-heartbeat {
  -webkit-animation: ld-heartbeat 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: ld-heartbeat 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

@keyframes ld-radio {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.13, 1);
            animation-timing-function: cubic-bezier(0.3, 0.27, 0.13, 1); }
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }

@-webkit-keyframes ld-radio {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.13, 1);
            animation-timing-function: cubic-bezier(0.3, 0.27, 0.13, 1); }
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }

.ld.ld-radio {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0; }

.ld.ld-radio:after {
  -webkit-animation: ld-radio 1s infinite;
  animation: ld-radio 1s infinite;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #000;
  border-radius: 50%;
  background: none; }

.ld.ld-radio.square:after {
  border-radius: 0; }

@keyframes ld-rotate {
  0%,
  33%,
  66%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  16%,
  50%,
  83% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
    transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5); }
  16% {
    -webkit-transform: skewX(45deg) skewY(0deg) scaleX(1) scaleY(1);
    transform: skewX(45deg) skewY(0deg) scaleX(1) scaleY(1); }
  33% {
    -webkit-transform: skewX(0deg) skewY(45deg) scaleX(1) scaleY(1);
    transform: skewX(0deg) skewY(45deg) scaleX(1) scaleY(1); }
  50% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(0.5) scaleY(2);
    transform: skewX(0deg) skewY(0deg) scaleX(0.5) scaleY(2); }
  66% {
    -webkit-transform: skewX(0deg) skewY(-45deg) scaleX(1) scaleY(1);
    transform: skewX(0deg) skewY(-45deg) scaleX(1) scaleY(1); }
  83% {
    -webkit-transform: skewX(-45deg) skewY(0deg) scaleX(1) scaleY(1);
    transform: skewX(-45deg) skewY(0deg) scaleX(1) scaleY(1); }
  100% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
    transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5); } }

@-webkit-keyframes ld-rotate {
  0%,
  33%,
  66%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  16%,
  50%,
  83% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
    transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5); }
  16% {
    -webkit-transform: skewX(45deg) skewY(0deg) scaleX(1) scaleY(1);
    transform: skewX(45deg) skewY(0deg) scaleX(1) scaleY(1); }
  33% {
    -webkit-transform: skewX(0deg) skewY(45deg) scaleX(1) scaleY(1);
    transform: skewX(0deg) skewY(45deg) scaleX(1) scaleY(1); }
  50% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(0.5) scaleY(2);
    transform: skewX(0deg) skewY(0deg) scaleX(0.5) scaleY(2); }
  66% {
    -webkit-transform: skewX(0deg) skewY(-45deg) scaleX(1) scaleY(1);
    transform: skewX(0deg) skewY(-45deg) scaleX(1) scaleY(1); }
  83% {
    -webkit-transform: skewX(-45deg) skewY(0deg) scaleX(1) scaleY(1);
    transform: skewX(-45deg) skewY(0deg) scaleX(1) scaleY(1); }
  100% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
    transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5); } }

.ld.ld-rotate {
  -webkit-animation: ld-rotate 1s infinite;
  animation: ld-rotate 1s infinite; }

@keyframes ld-rubber {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  20% {
    -webkit-transform: scale(1.5, 1);
    transform: scale(1.5, 1); }
  30% {
    -webkit-transform: scale(0.8, 1);
    transform: scale(0.8, 1); }
  40% {
    -webkit-transform: scale(1.3, 1);
    transform: scale(1.3, 1); }
  50% {
    -webkit-transform: scale(0.85, 1);
    transform: scale(0.85, 1); }
  60% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1); }
  70% {
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1); }
  80% {
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1); }
  90% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-webkit-keyframes ld-rubber {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  20% {
    -webkit-transform: scale(1.5, 1);
    transform: scale(1.5, 1); }
  30% {
    -webkit-transform: scale(0.8, 1);
    transform: scale(0.8, 1); }
  40% {
    -webkit-transform: scale(1.3, 1);
    transform: scale(1.3, 1); }
  50% {
    -webkit-transform: scale(0.85, 1);
    transform: scale(0.85, 1); }
  60% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1); }
  70% {
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1); }
  80% {
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1); }
  90% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

.ld.ld-rubber {
  -webkit-animation: ld-rubber 1s ease-out infinite;
  animation: ld-rubber 1s ease-out infinite; }

@keyframes ld-shadow {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
            animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
            animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.9); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

@-webkit-keyframes ld-shadow {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
            animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
            animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.9); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

.ld.ld-shadow {
  -webkit-animation: ld-shadow 1s infinite;
  animation: ld-shadow 1s infinite;
  border-radius: 50%; }

@keyframes ld-shadow-a {
  0% {
    box-shadow: 3px 0px 0 6px rgba(0, 0, 0, 0.5); }
  8.33% {
    box-shadow: 3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  16.67% {
    box-shadow: 2px 3px 0 6px rgba(0, 0, 0, 0.5); }
  25% {
    box-shadow: 0px 3px 0 6px rgba(0, 0, 0, 0.5); }
  33.33% {
    box-shadow: -1px 3px 0 6px rgba(0, 0, 0, 0.5); }
  41.67% {
    box-shadow: -3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  50% {
    box-shadow: -3px 0px 0 6px rgba(0, 0, 0, 0.5); }
  58.33% {
    box-shadow: -3px -1px 0 6px rgba(0, 0, 0, 0.5); }
  66.67% {
    box-shadow: -2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  75% {
    box-shadow: 0px -3px 0 6px rgba(0, 0, 0, 0.5); }
  83.33% {
    box-shadow: 2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  91.67% {
    box-shadow: 3px -2px 0 6px rgba(0, 0, 0, 0.5); }
  100% {
    box-shadow: 3px 0px 0 6px rgba(0, 0, 0, 0.5); } }

@-webkit-keyframes ld-shadow-a {
  0% {
    box-shadow: 3px 0px 0 6px rgba(0, 0, 0, 0.5); }
  8.33% {
    box-shadow: 3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  16.67% {
    box-shadow: 2px 3px 0 6px rgba(0, 0, 0, 0.5); }
  25% {
    box-shadow: 0px 3px 0 6px rgba(0, 0, 0, 0.5); }
  33.33% {
    box-shadow: -1px 3px 0 6px rgba(0, 0, 0, 0.5); }
  41.67% {
    box-shadow: -3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  50% {
    box-shadow: -3px 0px 0 6px rgba(0, 0, 0, 0.5); }
  58.33% {
    box-shadow: -3px -1px 0 6px rgba(0, 0, 0, 0.5); }
  66.67% {
    box-shadow: -2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  75% {
    box-shadow: 0px -3px 0 6px rgba(0, 0, 0, 0.5); }
  83.33% {
    box-shadow: 2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  91.67% {
    box-shadow: 3px -2px 0 6px rgba(0, 0, 0, 0.5); }
  100% {
    box-shadow: 3px 0px 0 6px rgba(0, 0, 0, 0.5); } }

.ld.ld-shadow-a {
  -webkit-animation: ld-shadow-a 0.5s infinite;
  animation: ld-shadow-a 0.5s infinite;
  box-shadow: 3px 0px 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 50%; }

@keyframes ld-skew {
  0%,
  50%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  25%,
  75% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  0% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); }
  25% {
    -webkit-transform: skewX(0deg) scale(0.9);
    transform: skewX(0deg) scale(0.9); }
  50% {
    -webkit-transform: skewX(-20deg) scale(1);
    transform: skewX(-20deg) scale(1); }
  75% {
    -webkit-transform: skewX(0deg) scale(0.9);
    transform: skewX(0deg) scale(0.9); }
  100% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); } }

@-webkit-keyframes ld-skew {
  0%,
  50%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  25%,
  75% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  0% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); }
  25% {
    -webkit-transform: skewX(0deg) scale(0.9);
    transform: skewX(0deg) scale(0.9); }
  50% {
    -webkit-transform: skewX(-20deg) scale(1);
    transform: skewX(-20deg) scale(1); }
  75% {
    -webkit-transform: skewX(0deg) scale(0.9);
    transform: skewX(0deg) scale(0.9); }
  100% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); } }

.ld.ld-skew {
  -webkit-animation: ld-skew 1s infinite;
  animation: ld-skew 1s infinite; }

@keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ld.ld-spin {
  -webkit-animation: ld-spin 1s infinite;
  animation: ld-spin 1s infinite; }

@keyframes ld-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg); } }

@-webkit-keyframes ld-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg); } }

.ld.ld-spin-fast {
  -webkit-animation: ld-spin-fast 2s infinite;
  animation: ld-spin-fast 2s infinite; }

@keyframes ld-squeeze {
  0% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); }
  50% {
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1); }
  100% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); } }

@-webkit-keyframes ld-squeeze {
  0% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); }
  50% {
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1); }
  100% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); } }

.ld.ld-squeeze {
  -webkit-animation: ld-squeeze 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: ld-squeeze 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

@keyframes ld-surprise {
  0% {
    -webkit-transform: skewX(0deg) scale(1);
    transform: skewX(0deg) scale(1); }
  10% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  20% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  30% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  40% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  50% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  60% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  70% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  80% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  90% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  100% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); } }

@-webkit-keyframes ld-surprise {
  0% {
    -webkit-transform: skewX(0deg) scale(1);
    transform: skewX(0deg) scale(1); }
  10% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  20% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  30% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  40% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  50% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  60% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  70% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  80% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  90% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  100% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); } }

.ld.ld-surprise {
  -webkit-animation: ld-surprise 1s infinite linear;
  animation: ld-surprise 1s infinite linear; }

@keyframes ld-tick {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  20% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  30% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  40% {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg); }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg); }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes ld-tick {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  20% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  30% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  40% {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg); }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg); }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.ld.ld-tick {
  -webkit-animation: ld-tick 1s ease-out infinite;
  animation: ld-tick 1s ease-out infinite; }

@keyframes ld-vortex-in {
  0% {
    -webkit-transform: rotate(1800deg) scale(3);
    transform: rotate(1800deg) scale(3);
    opacity: 0; }
  60% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes ld-vortex-in {
  0% {
    -webkit-transform: rotate(1800deg) scale(3);
    transform: rotate(1800deg) scale(3);
    opacity: 0; }
  60% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }

.ld.ld-vortex-in {
  -webkit-animation: ld-vortex-in 2s infinite;
  animation: ld-vortex-in 2s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.3, 0, 1, 0.7);
          animation-timing-function: cubic-bezier(0.3, 0, 1, 0.7); }

@keyframes ld-vortex-out {
  0% {
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity: 1; }
  60% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 0; } }

@-webkit-keyframes ld-vortex-out {
  0% {
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity: 1; }
  60% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 0; } }

.ld.ld-vortex-out {
  -webkit-animation: ld-vortex-out 2s infinite;
  animation: ld-vortex-out 2s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
          animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }

@keyframes ld-wrench {
  20%,
  36%,
  70%,
  86% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  0%,
  50%,
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }

@-webkit-keyframes ld-wrench {
  20%,
  36%,
  70%,
  86% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  0%,
  50%,
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }

.ld.ld-wrench {
  -webkit-animation: ld-wrench 1s infinite;
  animation: ld-wrench 1s infinite; }

@keyframes ld-pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  51% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@-webkit-keyframes ld-pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  51% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

.ld.ld-pulse {
  -webkit-animation: ld-pulse 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: ld-pulse 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

@keyframes ld-bounce {
  0%,
  90% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  10% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0%, 30%) scaleY(0.5);
    transform: translate(0%, 30%) scaleY(0.5); }
  10% {
    -webkit-transform: translate(0%, 5%) scaleY(1.1);
    transform: translate(0%, 5%) scaleY(1.1); }
  50% {
    -webkit-transform: translate(0%, -37%) scaleY(1.1);
    transform: translate(0%, -37%) scaleY(1.1); }
  90% {
    -webkit-transform: translate(0%, 5%) scaleY(1.1);
    transform: translate(0%, 5%) scaleY(1.1); }
  100% {
    -webkit-transform: translate(0%, 30%) scaleY(0.5);
    transform: translate(0%, 30%) scaleY(0.5); } }

@-webkit-keyframes ld-bounce {
  0%,
  90% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  10% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0%, 30%) scaleY(0.5);
    transform: translate(0%, 30%) scaleY(0.5); }
  10% {
    -webkit-transform: translate(0%, 5%) scaleY(1.1);
    transform: translate(0%, 5%) scaleY(1.1); }
  50% {
    -webkit-transform: translate(0%, -37%) scaleY(1.1);
    transform: translate(0%, -37%) scaleY(1.1); }
  90% {
    -webkit-transform: translate(0%, 5%) scaleY(1.1);
    transform: translate(0%, 5%) scaleY(1.1); }
  100% {
    -webkit-transform: translate(0%, 30%) scaleY(0.5);
    transform: translate(0%, 30%) scaleY(0.5); } }

.ld.ld-bounce {
  -webkit-animation: ld-bounce 1s infinite;
  animation: ld-bounce 1s infinite; }

@keyframes ld-bounce-rtl {
  0% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); }
  12.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  25% {
    -webkit-transform: translate(80%, 0%);
    transform: translate(80%, 0%); }
  37.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  50% {
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%); }
  62.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  75% {
    -webkit-transform: translate(-80%, 0%);
    transform: translate(-80%, 0%); }
  87.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  100% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); } }

@-webkit-keyframes ld-bounce-rtl {
  0% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); }
  12.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  25% {
    -webkit-transform: translate(80%, 0%);
    transform: translate(80%, 0%); }
  37.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  50% {
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%); }
  62.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  75% {
    -webkit-transform: translate(-80%, 0%);
    transform: translate(-80%, 0%); }
  87.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  100% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); } }

.ld.ld-bounce-rtl {
  -webkit-animation: ld-bounce-rtl 1s infinite linear;
  animation: ld-bounce-rtl 1s infinite linear; }

@keyframes ld-bounce-ltr {
  0% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); }
  12.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  25% {
    -webkit-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%); }
  37.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  50% {
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%); }
  62.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  75% {
    -webkit-transform: translate(100%, 0%);
    transform: translate(100%, 0%); }
  87.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  100% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); } }

@-webkit-keyframes ld-bounce-ltr {
  0% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); }
  12.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  25% {
    -webkit-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%); }
  37.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  50% {
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%); }
  62.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  75% {
    -webkit-transform: translate(100%, 0%);
    transform: translate(100%, 0%); }
  87.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  100% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); } }

.ld.ld-bounce-ltr {
  -webkit-animation: ld-bounce-ltr 1s infinite linear;
  animation: ld-bounce-ltr 1s infinite linear; }

@keyframes ld-bounce-a-px {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  12.5%,
  37.5%,
  62.5%,
  87.5% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  12.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  25% {
    -webkit-transform: translate(10%, 0%);
    transform: translate(10%, 0%); }
  37.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  50% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  62.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  75% {
    -webkit-transform: translate(-10%, 0%);
    transform: translate(-10%, 0%); }
  87.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); } }

@-webkit-keyframes ld-bounce-a-px {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  12.5%,
  37.5%,
  62.5%,
  87.5% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  12.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  25% {
    -webkit-transform: translate(10%, 0%);
    transform: translate(10%, 0%); }
  37.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  50% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  62.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  75% {
    -webkit-transform: translate(-10%, 0%);
    transform: translate(-10%, 0%); }
  87.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); } }

.ld.ld-bounce-a-px {
  -webkit-animation: ld-bounce-a-px 2s infinite;
  animation: ld-bounce-a-px 2s infinite; }

@keyframes ld-float {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); }
  30% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  50% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); } }

@-webkit-keyframes ld-float {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); }
  30% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  50% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); } }

.ld.ld-float {
  -webkit-animation: ld-float 1s infinite;
  animation: ld-float 1s infinite; }

@keyframes ld-hit {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0); }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  100% {
    -webkit-transform: scale(1) translate(0, 200%) skewX(20deg);
    transform: scale(1) translate(0, 200%) skewX(20deg); } }

@-webkit-keyframes ld-hit {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0); }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  100% {
    -webkit-transform: scale(1) translate(0, 200%) skewX(20deg);
    transform: scale(1) translate(0, 200%) skewX(20deg); } }

.ld.ld-hit {
  -webkit-animation: ld-hit 2s infinite;
  animation: ld-hit 2s infinite; }

@keyframes ld-jelly {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); }
  16.6% {
    -webkit-transform: translate(-30%, 0) skewX(30deg);
    transform: translate(-30%, 0) skewX(30deg); }
  33.3% {
    -webkit-transform: translate(25%, 0) skewX(-20deg);
    transform: translate(25%, 0) skewX(-20deg); }
  50% {
    -webkit-transform: translate(-12%, 0) skewX(10deg);
    transform: translate(-12%, 0) skewX(10deg); }
  66.6% {
    -webkit-transform: translate(6%, 0) skewX(-5deg);
    transform: translate(6%, 0) skewX(-5deg); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0) skewX(2deg);
    transform: translate(-2.5%, 0) skewX(2deg); }
  100% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); } }

@-webkit-keyframes ld-jelly {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); }
  16.6% {
    -webkit-transform: translate(-30%, 0) skewX(30deg);
    transform: translate(-30%, 0) skewX(30deg); }
  33.3% {
    -webkit-transform: translate(25%, 0) skewX(-20deg);
    transform: translate(25%, 0) skewX(-20deg); }
  50% {
    -webkit-transform: translate(-12%, 0) skewX(10deg);
    transform: translate(-12%, 0) skewX(10deg); }
  66.6% {
    -webkit-transform: translate(6%, 0) skewX(-5deg);
    transform: translate(6%, 0) skewX(-5deg); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0) skewX(2deg);
    transform: translate(-2.5%, 0) skewX(2deg); }
  100% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); } }

.ld.ld-jelly {
  -webkit-animation: ld-jelly 1s infinite linear;
  animation: ld-jelly 1s infinite linear; }

@keyframes ld-jump {
  0%,
  28%,
  48%,
  64%,
  76%,
  86%,
  93%,
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  14%,
  38%,
  56%,
  70%,
  81%,
  90%,
  97% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  14% {
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%); }
  28% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  38% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
  48% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  56% {
    -webkit-transform: translateY(-16%);
    transform: translateY(-16%); }
  64% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  70% {
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%); }
  76% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  81% {
    -webkit-transform: translateY(-7.5%);
    transform: translateY(-7.5%); }
  86% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  90% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%); }
  93% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  97% {
    -webkit-transform: translateY(-1.5%);
    transform: translateY(-1.5%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes ld-jump {
  0%,
  28%,
  48%,
  64%,
  76%,
  86%,
  93%,
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  14%,
  38%,
  56%,
  70%,
  81%,
  90%,
  97% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  14% {
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%); }
  28% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  38% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
  48% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  56% {
    -webkit-transform: translateY(-16%);
    transform: translateY(-16%); }
  64% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  70% {
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%); }
  76% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  81% {
    -webkit-transform: translateY(-7.5%);
    transform: translateY(-7.5%); }
  86% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  90% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%); }
  93% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  97% {
    -webkit-transform: translateY(-1.5%);
    transform: translateY(-1.5%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

.ld.ld-jump {
  -webkit-animation: ld-jump 1.5s ease-in infinite;
  animation: ld-jump 1.5s ease-in infinite; }

@keyframes ld-orbit {
  0% {
    -webkit-transform: translate(30%, 0%) rotate(0deg);
    transform: translate(30%, 0%) rotate(0deg); }
  12.5% {
    -webkit-transform: translate(21%, 21%) rotate(45deg);
    transform: translate(21%, 21%) rotate(45deg); }
  25% {
    -webkit-transform: translate(0%, 30%) rotate(90deg);
    transform: translate(0%, 30%) rotate(90deg); }
  37.5% {
    -webkit-transform: translate(-21%, 21%) rotate(135deg);
    transform: translate(-21%, 21%) rotate(135deg); }
  50% {
    -webkit-transform: translate(-30%, 0%) rotate(180deg);
    transform: translate(-30%, 0%) rotate(180deg); }
  62.5% {
    -webkit-transform: translate(-21%, -21%) rotate(225deg);
    transform: translate(-21%, -21%) rotate(225deg); }
  75% {
    -webkit-transform: translate(0%, -30%) rotate(270deg);
    transform: translate(0%, -30%) rotate(270deg); }
  87.5% {
    -webkit-transform: translate(21%, -21%) rotate(315deg);
    transform: translate(21%, -21%) rotate(315deg); }
  100% {
    -webkit-transform: translate(30%, 0%) rotate(360deg);
    transform: translate(30%, 0%) rotate(360deg); } }

@-webkit-keyframes ld-orbit {
  0% {
    -webkit-transform: translate(30%, 0%) rotate(0deg);
    transform: translate(30%, 0%) rotate(0deg); }
  12.5% {
    -webkit-transform: translate(21%, 21%) rotate(45deg);
    transform: translate(21%, 21%) rotate(45deg); }
  25% {
    -webkit-transform: translate(0%, 30%) rotate(90deg);
    transform: translate(0%, 30%) rotate(90deg); }
  37.5% {
    -webkit-transform: translate(-21%, 21%) rotate(135deg);
    transform: translate(-21%, 21%) rotate(135deg); }
  50% {
    -webkit-transform: translate(-30%, 0%) rotate(180deg);
    transform: translate(-30%, 0%) rotate(180deg); }
  62.5% {
    -webkit-transform: translate(-21%, -21%) rotate(225deg);
    transform: translate(-21%, -21%) rotate(225deg); }
  75% {
    -webkit-transform: translate(0%, -30%) rotate(270deg);
    transform: translate(0%, -30%) rotate(270deg); }
  87.5% {
    -webkit-transform: translate(21%, -21%) rotate(315deg);
    transform: translate(21%, -21%) rotate(315deg); }
  100% {
    -webkit-transform: translate(30%, 0%) rotate(360deg);
    transform: translate(30%, 0%) rotate(360deg); } }

.ld.ld-orbit {
  -webkit-animation: ld-orbit 1s infinite linear;
  animation: ld-orbit 1s infinite linear; }

@keyframes ld-rush-rtl {
  0% {
    -webkit-transform: translate(200%, 0) skewX(-45deg);
    transform: translate(200%, 0) skewX(-45deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(-40%, 0) skewX(35deg);
    transform: translate(-40%, 0) skewX(35deg); }
  45% {
    -webkit-transform: translate(20%, 0) skewX(-15deg);
    transform: translate(20%, 0) skewX(-15deg); }
  60% {
    -webkit-transform: translate(-10%, 0) skewX(7deg);
    transform: translate(-10%, 0) skewX(7deg); }
  80% {
    -webkit-transform: translate(0%, 0) skewX(0deg);
    transform: translate(0%, 0) skewX(0deg); }
  100% {
    -webkit-transform: translate(-250%, 0) skewX(-45deg);
    transform: translate(-250%, 0) skewX(-45deg); } }

@-webkit-keyframes ld-rush-rtl {
  0% {
    -webkit-transform: translate(200%, 0) skewX(-45deg);
    transform: translate(200%, 0) skewX(-45deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(-40%, 0) skewX(35deg);
    transform: translate(-40%, 0) skewX(35deg); }
  45% {
    -webkit-transform: translate(20%, 0) skewX(-15deg);
    transform: translate(20%, 0) skewX(-15deg); }
  60% {
    -webkit-transform: translate(-10%, 0) skewX(7deg);
    transform: translate(-10%, 0) skewX(7deg); }
  80% {
    -webkit-transform: translate(0%, 0) skewX(0deg);
    transform: translate(0%, 0) skewX(0deg); }
  100% {
    -webkit-transform: translate(-250%, 0) skewX(-45deg);
    transform: translate(-250%, 0) skewX(-45deg); } }

.ld.ld-rush-rtl {
  -webkit-animation: ld-rush-rtl 1.5s infinite linear;
  animation: ld-rush-rtl 1.5s infinite linear; }

@keyframes ld-rush-ltr {
  0% {
    -webkit-transform: translate(-200%, 0) skewX(45deg);
    transform: translate(-200%, 0) skewX(45deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(40%, 0) skewX(-35deg);
    transform: translate(40%, 0) skewX(-35deg); }
  45% {
    -webkit-transform: translate(-20%, 0) skewX(15deg);
    transform: translate(-20%, 0) skewX(15deg); }
  60% {
    -webkit-transform: translate(10%, 0) skewX(-7deg);
    transform: translate(10%, 0) skewX(-7deg); }
  80% {
    -webkit-transform: translate(0%, 0) skewX(0deg);
    transform: translate(0%, 0) skewX(0deg); }
  100% {
    -webkit-transform: translate(250%, 0) skewX(45deg);
    transform: translate(250%, 0) skewX(45deg); } }

@-webkit-keyframes ld-rush-ltr {
  0% {
    -webkit-transform: translate(-200%, 0) skewX(45deg);
    transform: translate(-200%, 0) skewX(45deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(40%, 0) skewX(-35deg);
    transform: translate(40%, 0) skewX(-35deg); }
  45% {
    -webkit-transform: translate(-20%, 0) skewX(15deg);
    transform: translate(-20%, 0) skewX(15deg); }
  60% {
    -webkit-transform: translate(10%, 0) skewX(-7deg);
    transform: translate(10%, 0) skewX(-7deg); }
  80% {
    -webkit-transform: translate(0%, 0) skewX(0deg);
    transform: translate(0%, 0) skewX(0deg); }
  100% {
    -webkit-transform: translate(250%, 0) skewX(45deg);
    transform: translate(250%, 0) skewX(45deg); } }

.ld.ld-rush-ltr {
  -webkit-animation: ld-rush-ltr 1.5s infinite linear;
  animation: ld-rush-ltr 1.5s infinite linear; }

@keyframes ld-shake {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  16.6% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  33.3% {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0); }
  50% {
    -webkit-transform: translate(-12%, 0);
    transform: translate(-12%, 0); }
  66.6% {
    -webkit-transform: translate(6%, 0);
    transform: translate(6%, 0); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0);
    transform: translate(-2.5%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-shake {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  16.6% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  33.3% {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0); }
  50% {
    -webkit-transform: translate(-12%, 0);
    transform: translate(-12%, 0); }
  66.6% {
    -webkit-transform: translate(6%, 0);
    transform: translate(6%, 0); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0);
    transform: translate(-2.5%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-shake {
  -webkit-animation: ld-shake 1s infinite linear;
  animation: ld-shake 1s infinite linear; }

@keyframes ld-slide-ltr {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  50% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-ltr {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  50% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-ltr {
  -webkit-animation: ld-slide-ltr 1s infinite;
  animation: ld-slide-ltr 1s infinite; }

@keyframes ld-slide-rtl {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  50% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-rtl {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  50% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-rtl {
  -webkit-animation: ld-slide-rtl 1s infinite;
  animation: ld-slide-rtl 1s infinite; }

@keyframes ld-slide-btt {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  50% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-btt {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  50% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-btt {
  -webkit-animation: ld-slide-btt 1s infinite;
  animation: ld-slide-btt 1s infinite; }

@keyframes ld-slide-ttb {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  50% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-ttb {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  50% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-ttb {
  -webkit-animation: ld-slide-ttb 1s infinite;
  animation: ld-slide-ttb 1s infinite; }

@keyframes ld-tremble {
  0% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  5% {
    -webkit-transform: translate(0%, 1%);
    transform: translate(0%, 1%); }
  10% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  15% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  20% {
    -webkit-transform: translate(3%, 0%);
    transform: translate(3%, 0%); }
  25% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  30% {
    -webkit-transform: translate(1%, 3%);
    transform: translate(1%, 3%); }
  35% {
    -webkit-transform: translate(0%, 1%);
    transform: translate(0%, 1%); }
  40% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  45% {
    -webkit-transform: translate(1%, 0%);
    transform: translate(1%, 0%); }
  50% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  55% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  60% {
    -webkit-transform: translate(3%, 1%);
    transform: translate(3%, 1%); }
  65% {
    -webkit-transform: translate(0%, 2%);
    transform: translate(0%, 2%); }
  70% {
    -webkit-transform: translate(3%, 0%);
    transform: translate(3%, 0%); }
  75% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  80% {
    -webkit-transform: translate(2%, 3%);
    transform: translate(2%, 3%); }
  85% {
    -webkit-transform: translate(1%, 0%);
    transform: translate(1%, 0%); }
  90% {
    -webkit-transform: translate(0%, 2%);
    transform: translate(0%, 2%); }
  95% {
    -webkit-transform: translate(3%, 2%);
    transform: translate(3%, 2%); } }

@-webkit-keyframes ld-tremble {
  0% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  5% {
    -webkit-transform: translate(0%, 1%);
    transform: translate(0%, 1%); }
  10% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  15% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  20% {
    -webkit-transform: translate(3%, 0%);
    transform: translate(3%, 0%); }
  25% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  30% {
    -webkit-transform: translate(1%, 3%);
    transform: translate(1%, 3%); }
  35% {
    -webkit-transform: translate(0%, 1%);
    transform: translate(0%, 1%); }
  40% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  45% {
    -webkit-transform: translate(1%, 0%);
    transform: translate(1%, 0%); }
  50% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  55% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  60% {
    -webkit-transform: translate(3%, 1%);
    transform: translate(3%, 1%); }
  65% {
    -webkit-transform: translate(0%, 2%);
    transform: translate(0%, 2%); }
  70% {
    -webkit-transform: translate(3%, 0%);
    transform: translate(3%, 0%); }
  75% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  80% {
    -webkit-transform: translate(2%, 3%);
    transform: translate(2%, 3%); }
  85% {
    -webkit-transform: translate(1%, 0%);
    transform: translate(1%, 0%); }
  90% {
    -webkit-transform: translate(0%, 2%);
    transform: translate(0%, 2%); }
  95% {
    -webkit-transform: translate(3%, 2%);
    transform: translate(3%, 2%); } }

.ld.ld-tremble {
  -webkit-animation: ld-tremble 1s infinite;
  animation: ld-tremble 1s infinite; }

@keyframes ld-wander-h {
  0% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  50% {
    -webkit-transform: translate(35%, 0);
    transform: translate(35%, 0); }
  100% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); } }

@-webkit-keyframes ld-wander-h {
  0% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  50% {
    -webkit-transform: translate(35%, 0);
    transform: translate(35%, 0); }
  100% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); } }

.ld.ld-wander-h {
  -webkit-animation: ld-wander-h 1s infinite ease-out;
  animation: ld-wander-h 1s infinite ease-out; }

@keyframes ld-wander-v {
  0% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); }
  50% {
    -webkit-transform: translate(0, 35%);
    transform: translate(0, 35%); }
  100% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); } }

@-webkit-keyframes ld-wander-v {
  0% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); }
  50% {
    -webkit-transform: translate(0, 35%);
    transform: translate(0, 35%); }
  100% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); } }

.ld.ld-wander-v {
  -webkit-animation: ld-wander-v 1s infinite ease-out;
  animation: ld-wander-v 1s infinite ease-out; }

@keyframes ld-jingle {
  0% {
    -webkit-transform: translate(0, -40%) rotate(0deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(0deg) translate(0, 40%); }
  4% {
    -webkit-transform: translate(0, -40%) rotate(11deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(11deg) translate(0, 40%); }
  10% {
    -webkit-transform: translate(0, -40%) rotate(15deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(15deg) translate(0, 40%); }
  18% {
    -webkit-transform: translate(0, -40%) rotate(-11deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-11deg) translate(0, 40%); }
  20% {
    -webkit-transform: translate(0, -40%) rotate(-13deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-13deg) translate(0, 40%); }
  21% {
    -webkit-transform: translate(0, -40%) rotate(-12deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-12deg) translate(0, 40%); }
  22% {
    -webkit-transform: translate(0, -40%) rotate(-10deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-10deg) translate(0, 40%); }
  24% {
    -webkit-transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-5deg) translate(0, 40%); }
  26% {
    -webkit-transform: translate(0, -40%) rotate(3deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(3deg) translate(0, 40%); }
  28% {
    -webkit-transform: translate(0, -40%) rotate(9deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(9deg) translate(0, 40%); }
  30% {
    -webkit-transform: translate(0, -40%) rotate(10deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(10deg) translate(0, 40%); }
  31% {
    -webkit-transform: translate(0, -40%) rotate(9deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(9deg) translate(0, 40%); }
  33% {
    -webkit-transform: translate(0, -40%) rotate(5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(5deg) translate(0, 40%); }
  34% {
    -webkit-transform: translate(0, -40%) rotate(1deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(1deg) translate(0, 40%); }
  36% {
    -webkit-transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-5deg) translate(0, 40%); }
  39% {
    -webkit-transform: translate(0, -40%) rotate(-8deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-8deg) translate(0, 40%); }
  40% {
    -webkit-transform: translate(0, -40%) rotate(-7deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-7deg) translate(0, 40%); }
  44% {
    -webkit-transform: translate(0, -40%) rotate(3deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(3deg) translate(0, 40%); }
  47% {
    -webkit-transform: translate(0, -40%) rotate(7deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(7deg) translate(0, 40%); }
  56% {
    -webkit-transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-5deg) translate(0, 40%); }
  63% {
    -webkit-transform: translate(0, -40%) rotate(1deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(1deg) translate(0, 40%); }
  75% {
    -webkit-transform: translate(0, -40%) rotate(-1deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-1deg) translate(0, 40%); }
  100% {
    -webkit-transform: translate(0, -40%) rotate(0deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(0deg) translate(0, 40%); } }

@-webkit-keyframes ld-jingle {
  0% {
    -webkit-transform: translate(0, -40%) rotate(0deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(0deg) translate(0, 40%); }
  4% {
    -webkit-transform: translate(0, -40%) rotate(11deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(11deg) translate(0, 40%); }
  10% {
    -webkit-transform: translate(0, -40%) rotate(15deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(15deg) translate(0, 40%); }
  18% {
    -webkit-transform: translate(0, -40%) rotate(-11deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-11deg) translate(0, 40%); }
  20% {
    -webkit-transform: translate(0, -40%) rotate(-13deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-13deg) translate(0, 40%); }
  21% {
    -webkit-transform: translate(0, -40%) rotate(-12deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-12deg) translate(0, 40%); }
  22% {
    -webkit-transform: translate(0, -40%) rotate(-10deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-10deg) translate(0, 40%); }
  24% {
    -webkit-transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-5deg) translate(0, 40%); }
  26% {
    -webkit-transform: translate(0, -40%) rotate(3deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(3deg) translate(0, 40%); }
  28% {
    -webkit-transform: translate(0, -40%) rotate(9deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(9deg) translate(0, 40%); }
  30% {
    -webkit-transform: translate(0, -40%) rotate(10deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(10deg) translate(0, 40%); }
  31% {
    -webkit-transform: translate(0, -40%) rotate(9deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(9deg) translate(0, 40%); }
  33% {
    -webkit-transform: translate(0, -40%) rotate(5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(5deg) translate(0, 40%); }
  34% {
    -webkit-transform: translate(0, -40%) rotate(1deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(1deg) translate(0, 40%); }
  36% {
    -webkit-transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-5deg) translate(0, 40%); }
  39% {
    -webkit-transform: translate(0, -40%) rotate(-8deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-8deg) translate(0, 40%); }
  40% {
    -webkit-transform: translate(0, -40%) rotate(-7deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-7deg) translate(0, 40%); }
  44% {
    -webkit-transform: translate(0, -40%) rotate(3deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(3deg) translate(0, 40%); }
  47% {
    -webkit-transform: translate(0, -40%) rotate(7deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(7deg) translate(0, 40%); }
  56% {
    -webkit-transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-5deg) translate(0, 40%); }
  63% {
    -webkit-transform: translate(0, -40%) rotate(1deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(1deg) translate(0, 40%); }
  75% {
    -webkit-transform: translate(0, -40%) rotate(-1deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-1deg) translate(0, 40%); }
  100% {
    -webkit-transform: translate(0, -40%) rotate(0deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(0deg) translate(0, 40%); } }

.ld.ld-jingle {
  -webkit-animation: ld-jingle 1s infinite;
  animation: ld-jingle 1s infinite; }

@keyframes ld-swim {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); }
  12.5% {
    -webkit-transform: translate(5%, -10%) rotate(3deg);
    transform: translate(5%, -10%) rotate(3deg); }
  25% {
    -webkit-transform: translate(0, -15%) rotate(6deg);
    transform: translate(0, -15%) rotate(6deg); }
  37.5% {
    -webkit-transform: translate(-5%, -10%) rotate(3deg);
    transform: translate(-5%, -10%) rotate(3deg); }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); }
  62.5% {
    -webkit-transform: translate(5%, 10%) rotate(-3deg);
    transform: translate(5%, 10%) rotate(-3deg); }
  75% {
    -webkit-transform: translate(0, 15%) rotate(-6deg);
    transform: translate(0, 15%) rotate(-6deg); }
  87.5% {
    -webkit-transform: translate(-5%, 10%) rotate(-3deg);
    transform: translate(-5%, 10%) rotate(-3deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); } }

@-webkit-keyframes ld-swim {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); }
  12.5% {
    -webkit-transform: translate(5%, -10%) rotate(3deg);
    transform: translate(5%, -10%) rotate(3deg); }
  25% {
    -webkit-transform: translate(0, -15%) rotate(6deg);
    transform: translate(0, -15%) rotate(6deg); }
  37.5% {
    -webkit-transform: translate(-5%, -10%) rotate(3deg);
    transform: translate(-5%, -10%) rotate(3deg); }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); }
  62.5% {
    -webkit-transform: translate(5%, 10%) rotate(-3deg);
    transform: translate(5%, 10%) rotate(-3deg); }
  75% {
    -webkit-transform: translate(0, 15%) rotate(-6deg);
    transform: translate(0, 15%) rotate(-6deg); }
  87.5% {
    -webkit-transform: translate(-5%, 10%) rotate(-3deg);
    transform: translate(-5%, 10%) rotate(-3deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); } }

.ld.ld-swim {
  -webkit-animation: ld-swim 3s infinite linear;
  animation: ld-swim 3s infinite linear; }

@keyframes ld-leaf {
  0% {
    -webkit-transform: translate(-14.7%, -117%) rotate(-0.3deg);
    transform: translate(-14.7%, -117%) rotate(-0.3deg); }
  1% {
    -webkit-transform: translate(-14.4%, -112.5%) rotate(-0.6deg);
    transform: translate(-14.4%, -112.5%) rotate(-0.6deg); }
  2% {
    -webkit-transform: translate(-13.8%, -102%) rotate(-1.2deg);
    transform: translate(-13.8%, -102%) rotate(-1.2deg); }
  3% {
    -webkit-transform: translate(-13.5%, -100.5%) rotate(-1.5deg);
    transform: translate(-13.5%, -100.5%) rotate(-1.5deg); }
  5% {
    -webkit-transform: translate(-7.2%, -87%) rotate(-7.8deg);
    transform: translate(-7.2%, -87%) rotate(-7.8deg); }
  7% {
    -webkit-transform: translate(5.4%, -79.5%) rotate(-20.4deg);
    transform: translate(5.4%, -79.5%) rotate(-20.4deg); }
  10% {
    -webkit-transform: translate(12.9%, -76.5%) rotate(-27.9deg);
    transform: translate(12.9%, -76.5%) rotate(-27.9deg); }
  12% {
    -webkit-transform: translate(14.4%, -75%) rotate(-29.4deg);
    transform: translate(14.4%, -75%) rotate(-29.4deg); }
  13% {
    -webkit-transform: translate(14.7%, -75%) rotate(-29.7deg);
    transform: translate(14.7%, -75%) rotate(-29.7deg); }
  14% {
    -webkit-transform: translate(15%, -75%) rotate(-30deg);
    transform: translate(15%, -75%) rotate(-30deg); }
  15% {
    -webkit-transform: translate(14.4%, -69%) rotate(0.6deg);
    transform: translate(14.4%, -69%) rotate(0.6deg); }
  16% {
    -webkit-transform: translate(13.8%, -58.5%) rotate(1.2deg);
    transform: translate(13.8%, -58.5%) rotate(1.2deg); }
  19% {
    -webkit-transform: translate(7.2%, -45%) rotate(7.8deg);
    transform: translate(7.2%, -45%) rotate(7.8deg); }
  21% {
    -webkit-transform: translate(-5.4%, -37.5%) rotate(20.4deg);
    transform: translate(-5.4%, -37.5%) rotate(20.4deg); }
  24% {
    -webkit-transform: translate(-12.9%, -33%) rotate(27.9deg);
    transform: translate(-12.9%, -33%) rotate(27.9deg); }
  26% {
    -webkit-transform: translate(-14.4%, -33%) rotate(29.4deg);
    transform: translate(-14.4%, -33%) rotate(29.4deg); }
  27% {
    -webkit-transform: translate(-14.7%, -31.5%) rotate(29.7deg);
    transform: translate(-14.7%, -31.5%) rotate(29.7deg); }
  28% {
    -webkit-transform: translate(-15%, -31.5%) rotate(30deg);
    transform: translate(-15%, -31.5%) rotate(30deg); }
  29% {
    -webkit-transform: translate(-14.4%, -27%) rotate(-0.6deg);
    transform: translate(-14.4%, -27%) rotate(-0.6deg); }
  30% {
    -webkit-transform: translate(-13.8%, -16.5%) rotate(-1.2deg);
    transform: translate(-13.8%, -16.5%) rotate(-1.2deg); }
  31% {
    -webkit-transform: translate(-13.5%, -15%) rotate(-1.5deg);
    transform: translate(-13.5%, -15%) rotate(-1.5deg); }
  33% {
    -webkit-transform: translate(-7.2%, -1.5%) rotate(-7.8deg);
    transform: translate(-7.2%, -1.5%) rotate(-7.8deg); }
  36% {
    -webkit-transform: translate(5.4%, 4.5%) rotate(-20.4deg);
    transform: translate(5.4%, 4.5%) rotate(-20.4deg); }
  38% {
    -webkit-transform: translate(12.9%, 9%) rotate(-27.9deg);
    transform: translate(12.9%, 9%) rotate(-27.9deg); }
  40% {
    -webkit-transform: translate(14.4%, 10.5%) rotate(-29.4deg);
    transform: translate(14.4%, 10.5%) rotate(-29.4deg); }
  41% {
    -webkit-transform: translate(14.7%, 10.5%) rotate(-29.7deg);
    transform: translate(14.7%, 10.5%) rotate(-29.7deg); }
  42% {
    -webkit-transform: translate(15%, 10.5%) rotate(-30deg);
    transform: translate(15%, 10.5%) rotate(-30deg); }
  43% {
    -webkit-transform: translate(15%, 10.5%) rotate(-30deg);
    transform: translate(15%, 10.5%) rotate(-30deg); }
  43% {
    -webkit-transform: translate(14.7%, 10.5%) rotate(0.3deg);
    transform: translate(14.7%, 10.5%) rotate(0.3deg); }
  43% {
    -webkit-transform: translate(14.4%, 16.5%) rotate(0.6deg);
    transform: translate(14.4%, 16.5%) rotate(0.6deg); }
  45% {
    -webkit-transform: translate(13.8%, 25.5%) rotate(1.2deg);
    transform: translate(13.8%, 25.5%) rotate(1.2deg); }
  45% {
    -webkit-transform: translate(13.5%, 27%) rotate(1.5deg);
    transform: translate(13.5%, 27%) rotate(1.5deg); }
  48% {
    -webkit-transform: translate(7.2%, 40.5%) rotate(7.8deg);
    transform: translate(7.2%, 40.5%) rotate(7.8deg); }
  50% {
    -webkit-transform: translate(-5.4%, 48%) rotate(20.4deg);
    transform: translate(-5.4%, 48%) rotate(20.4deg); }
  52% {
    -webkit-transform: translate(-12.9%, 51%) rotate(27.9deg);
    transform: translate(-12.9%, 51%) rotate(27.9deg); }
  54% {
    -webkit-transform: translate(-14.4%, 52.5%) rotate(29.4deg);
    transform: translate(-14.4%, 52.5%) rotate(29.4deg); }
  56% {
    -webkit-transform: translate(-14.7%, 54%) rotate(29.7deg);
    transform: translate(-14.7%, 54%) rotate(29.7deg); }
  57% {
    -webkit-transform: translate(-14.7%, 54%) rotate(-0.3deg);
    transform: translate(-14.7%, 54%) rotate(-0.3deg); }
  58% {
    -webkit-transform: translate(-14.4%, 58.5%) rotate(-0.6deg);
    transform: translate(-14.4%, 58.5%) rotate(-0.6deg); }
  59% {
    -webkit-transform: translate(-13.5%, 70.5%) rotate(-1.5deg);
    transform: translate(-13.5%, 70.5%) rotate(-1.5deg); }
  62% {
    -webkit-transform: translate(-7.2%, 84%) rotate(-7.8deg);
    transform: translate(-7.2%, 84%) rotate(-7.8deg); }
  64% {
    -webkit-transform: translate(5.4%, 91.5%) rotate(-20.4deg);
    transform: translate(5.4%, 91.5%) rotate(-20.4deg); }
  67% {
    -webkit-transform: translate(12.9%, 94.5%) rotate(-27.9deg);
    transform: translate(12.9%, 94.5%) rotate(-27.9deg); }
  69% {
    -webkit-transform: translate(14.4%, 96%) rotate(-29.4deg);
    transform: translate(14.4%, 96%) rotate(-29.4deg); }
  70% {
    -webkit-transform: translate(14.7%, 96%) rotate(-29.7deg);
    transform: translate(14.7%, 96%) rotate(-29.7deg); }
  71% {
    -webkit-transform: translate(15%, 96%) rotate(-30deg);
    transform: translate(15%, 96%) rotate(-30deg); }
  72% {
    -webkit-transform: translate(14.4%, 102%) rotate(0.6deg);
    transform: translate(14.4%, 102%) rotate(0.6deg); }
  73% {
    -webkit-transform: translate(13.8%, 111%) rotate(1.2deg);
    transform: translate(13.8%, 111%) rotate(1.2deg); }
  74% {
    -webkit-transform: translate(13.5%, 112.5%) rotate(1.5deg);
    transform: translate(13.5%, 112.5%) rotate(1.5deg); }
  76% {
    -webkit-transform: translate(7.2%, 126%) rotate(7.8deg);
    transform: translate(7.2%, 126%) rotate(7.8deg); }
  79% {
    -webkit-transform: translate(-5.4%, 133.5%) rotate(20.4deg);
    transform: translate(-5.4%, 133.5%) rotate(20.4deg); }
  81% {
    -webkit-transform: translate(-12.9%, 138%) rotate(27.9deg);
    transform: translate(-12.9%, 138%) rotate(27.9deg); }
  83% {
    -webkit-transform: translate(-14.4%, 139.5%) rotate(29.4deg);
    transform: translate(-14.4%, 139.5%) rotate(29.4deg); }
  84% {
    -webkit-transform: translate(-14.7%, 139.5%) rotate(29.7deg);
    transform: translate(-14.7%, 139.5%) rotate(29.7deg); }
  85% {
    -webkit-transform: translate(-15%, 139.5%) rotate(30deg);
    transform: translate(-15%, 139.5%) rotate(30deg); }
  86% {
    -webkit-transform: translate(-14.7%, 139.5%) rotate(-0.3deg);
    transform: translate(-14.7%, 139.5%) rotate(-0.3deg); }
  86% {
    -webkit-transform: translate(-14.4%, 144%) rotate(-0.6deg);
    transform: translate(-14.4%, 144%) rotate(-0.6deg); }
  88% {
    -webkit-transform: translate(-13.5%, 156%) rotate(-1.5deg);
    transform: translate(-13.5%, 156%) rotate(-1.5deg); }
  90% {
    -webkit-transform: translate(-7.2%, 169.5%) rotate(-7.8deg);
    transform: translate(-7.2%, 169.5%) rotate(-7.8deg); }
  93% {
    -webkit-transform: translate(5.4%, 177%) rotate(-20.4deg);
    transform: translate(5.4%, 177%) rotate(-20.4deg); }
  95% {
    -webkit-transform: translate(12.9%, 180%) rotate(-27.9deg);
    transform: translate(12.9%, 180%) rotate(-27.9deg); }
  97% {
    -webkit-transform: translate(14.4%, 181.5%) rotate(-29.4deg);
    transform: translate(14.4%, 181.5%) rotate(-29.4deg); }
  99% {
    -webkit-transform: translate(14.7%, 181.5%) rotate(-29.7deg);
    transform: translate(14.7%, 181.5%) rotate(-29.7deg); }
  100% {
    -webkit-transform: translate(15%, 181.5%) rotate(-30deg);
    transform: translate(15%, 181.5%) rotate(-30deg); } }

@-webkit-keyframes ld-leaf {
  0% {
    -webkit-transform: translate(-14.7%, -117%) rotate(-0.3deg);
    transform: translate(-14.7%, -117%) rotate(-0.3deg); }
  1% {
    -webkit-transform: translate(-14.4%, -112.5%) rotate(-0.6deg);
    transform: translate(-14.4%, -112.5%) rotate(-0.6deg); }
  2% {
    -webkit-transform: translate(-13.8%, -102%) rotate(-1.2deg);
    transform: translate(-13.8%, -102%) rotate(-1.2deg); }
  3% {
    -webkit-transform: translate(-13.5%, -100.5%) rotate(-1.5deg);
    transform: translate(-13.5%, -100.5%) rotate(-1.5deg); }
  5% {
    -webkit-transform: translate(-7.2%, -87%) rotate(-7.8deg);
    transform: translate(-7.2%, -87%) rotate(-7.8deg); }
  7% {
    -webkit-transform: translate(5.4%, -79.5%) rotate(-20.4deg);
    transform: translate(5.4%, -79.5%) rotate(-20.4deg); }
  10% {
    -webkit-transform: translate(12.9%, -76.5%) rotate(-27.9deg);
    transform: translate(12.9%, -76.5%) rotate(-27.9deg); }
  12% {
    -webkit-transform: translate(14.4%, -75%) rotate(-29.4deg);
    transform: translate(14.4%, -75%) rotate(-29.4deg); }
  13% {
    -webkit-transform: translate(14.7%, -75%) rotate(-29.7deg);
    transform: translate(14.7%, -75%) rotate(-29.7deg); }
  14% {
    -webkit-transform: translate(15%, -75%) rotate(-30deg);
    transform: translate(15%, -75%) rotate(-30deg); }
  15% {
    -webkit-transform: translate(14.4%, -69%) rotate(0.6deg);
    transform: translate(14.4%, -69%) rotate(0.6deg); }
  16% {
    -webkit-transform: translate(13.8%, -58.5%) rotate(1.2deg);
    transform: translate(13.8%, -58.5%) rotate(1.2deg); }
  19% {
    -webkit-transform: translate(7.2%, -45%) rotate(7.8deg);
    transform: translate(7.2%, -45%) rotate(7.8deg); }
  21% {
    -webkit-transform: translate(-5.4%, -37.5%) rotate(20.4deg);
    transform: translate(-5.4%, -37.5%) rotate(20.4deg); }
  24% {
    -webkit-transform: translate(-12.9%, -33%) rotate(27.9deg);
    transform: translate(-12.9%, -33%) rotate(27.9deg); }
  26% {
    -webkit-transform: translate(-14.4%, -33%) rotate(29.4deg);
    transform: translate(-14.4%, -33%) rotate(29.4deg); }
  27% {
    -webkit-transform: translate(-14.7%, -31.5%) rotate(29.7deg);
    transform: translate(-14.7%, -31.5%) rotate(29.7deg); }
  28% {
    -webkit-transform: translate(-15%, -31.5%) rotate(30deg);
    transform: translate(-15%, -31.5%) rotate(30deg); }
  29% {
    -webkit-transform: translate(-14.4%, -27%) rotate(-0.6deg);
    transform: translate(-14.4%, -27%) rotate(-0.6deg); }
  30% {
    -webkit-transform: translate(-13.8%, -16.5%) rotate(-1.2deg);
    transform: translate(-13.8%, -16.5%) rotate(-1.2deg); }
  31% {
    -webkit-transform: translate(-13.5%, -15%) rotate(-1.5deg);
    transform: translate(-13.5%, -15%) rotate(-1.5deg); }
  33% {
    -webkit-transform: translate(-7.2%, -1.5%) rotate(-7.8deg);
    transform: translate(-7.2%, -1.5%) rotate(-7.8deg); }
  36% {
    -webkit-transform: translate(5.4%, 4.5%) rotate(-20.4deg);
    transform: translate(5.4%, 4.5%) rotate(-20.4deg); }
  38% {
    -webkit-transform: translate(12.9%, 9%) rotate(-27.9deg);
    transform: translate(12.9%, 9%) rotate(-27.9deg); }
  40% {
    -webkit-transform: translate(14.4%, 10.5%) rotate(-29.4deg);
    transform: translate(14.4%, 10.5%) rotate(-29.4deg); }
  41% {
    -webkit-transform: translate(14.7%, 10.5%) rotate(-29.7deg);
    transform: translate(14.7%, 10.5%) rotate(-29.7deg); }
  42% {
    -webkit-transform: translate(15%, 10.5%) rotate(-30deg);
    transform: translate(15%, 10.5%) rotate(-30deg); }
  43% {
    -webkit-transform: translate(15%, 10.5%) rotate(-30deg);
    transform: translate(15%, 10.5%) rotate(-30deg); }
  43% {
    -webkit-transform: translate(14.7%, 10.5%) rotate(0.3deg);
    transform: translate(14.7%, 10.5%) rotate(0.3deg); }
  43% {
    -webkit-transform: translate(14.4%, 16.5%) rotate(0.6deg);
    transform: translate(14.4%, 16.5%) rotate(0.6deg); }
  45% {
    -webkit-transform: translate(13.8%, 25.5%) rotate(1.2deg);
    transform: translate(13.8%, 25.5%) rotate(1.2deg); }
  45% {
    -webkit-transform: translate(13.5%, 27%) rotate(1.5deg);
    transform: translate(13.5%, 27%) rotate(1.5deg); }
  48% {
    -webkit-transform: translate(7.2%, 40.5%) rotate(7.8deg);
    transform: translate(7.2%, 40.5%) rotate(7.8deg); }
  50% {
    -webkit-transform: translate(-5.4%, 48%) rotate(20.4deg);
    transform: translate(-5.4%, 48%) rotate(20.4deg); }
  52% {
    -webkit-transform: translate(-12.9%, 51%) rotate(27.9deg);
    transform: translate(-12.9%, 51%) rotate(27.9deg); }
  54% {
    -webkit-transform: translate(-14.4%, 52.5%) rotate(29.4deg);
    transform: translate(-14.4%, 52.5%) rotate(29.4deg); }
  56% {
    -webkit-transform: translate(-14.7%, 54%) rotate(29.7deg);
    transform: translate(-14.7%, 54%) rotate(29.7deg); }
  57% {
    -webkit-transform: translate(-14.7%, 54%) rotate(-0.3deg);
    transform: translate(-14.7%, 54%) rotate(-0.3deg); }
  58% {
    -webkit-transform: translate(-14.4%, 58.5%) rotate(-0.6deg);
    transform: translate(-14.4%, 58.5%) rotate(-0.6deg); }
  59% {
    -webkit-transform: translate(-13.5%, 70.5%) rotate(-1.5deg);
    transform: translate(-13.5%, 70.5%) rotate(-1.5deg); }
  62% {
    -webkit-transform: translate(-7.2%, 84%) rotate(-7.8deg);
    transform: translate(-7.2%, 84%) rotate(-7.8deg); }
  64% {
    -webkit-transform: translate(5.4%, 91.5%) rotate(-20.4deg);
    transform: translate(5.4%, 91.5%) rotate(-20.4deg); }
  67% {
    -webkit-transform: translate(12.9%, 94.5%) rotate(-27.9deg);
    transform: translate(12.9%, 94.5%) rotate(-27.9deg); }
  69% {
    -webkit-transform: translate(14.4%, 96%) rotate(-29.4deg);
    transform: translate(14.4%, 96%) rotate(-29.4deg); }
  70% {
    -webkit-transform: translate(14.7%, 96%) rotate(-29.7deg);
    transform: translate(14.7%, 96%) rotate(-29.7deg); }
  71% {
    -webkit-transform: translate(15%, 96%) rotate(-30deg);
    transform: translate(15%, 96%) rotate(-30deg); }
  72% {
    -webkit-transform: translate(14.4%, 102%) rotate(0.6deg);
    transform: translate(14.4%, 102%) rotate(0.6deg); }
  73% {
    -webkit-transform: translate(13.8%, 111%) rotate(1.2deg);
    transform: translate(13.8%, 111%) rotate(1.2deg); }
  74% {
    -webkit-transform: translate(13.5%, 112.5%) rotate(1.5deg);
    transform: translate(13.5%, 112.5%) rotate(1.5deg); }
  76% {
    -webkit-transform: translate(7.2%, 126%) rotate(7.8deg);
    transform: translate(7.2%, 126%) rotate(7.8deg); }
  79% {
    -webkit-transform: translate(-5.4%, 133.5%) rotate(20.4deg);
    transform: translate(-5.4%, 133.5%) rotate(20.4deg); }
  81% {
    -webkit-transform: translate(-12.9%, 138%) rotate(27.9deg);
    transform: translate(-12.9%, 138%) rotate(27.9deg); }
  83% {
    -webkit-transform: translate(-14.4%, 139.5%) rotate(29.4deg);
    transform: translate(-14.4%, 139.5%) rotate(29.4deg); }
  84% {
    -webkit-transform: translate(-14.7%, 139.5%) rotate(29.7deg);
    transform: translate(-14.7%, 139.5%) rotate(29.7deg); }
  85% {
    -webkit-transform: translate(-15%, 139.5%) rotate(30deg);
    transform: translate(-15%, 139.5%) rotate(30deg); }
  86% {
    -webkit-transform: translate(-14.7%, 139.5%) rotate(-0.3deg);
    transform: translate(-14.7%, 139.5%) rotate(-0.3deg); }
  86% {
    -webkit-transform: translate(-14.4%, 144%) rotate(-0.6deg);
    transform: translate(-14.4%, 144%) rotate(-0.6deg); }
  88% {
    -webkit-transform: translate(-13.5%, 156%) rotate(-1.5deg);
    transform: translate(-13.5%, 156%) rotate(-1.5deg); }
  90% {
    -webkit-transform: translate(-7.2%, 169.5%) rotate(-7.8deg);
    transform: translate(-7.2%, 169.5%) rotate(-7.8deg); }
  93% {
    -webkit-transform: translate(5.4%, 177%) rotate(-20.4deg);
    transform: translate(5.4%, 177%) rotate(-20.4deg); }
  95% {
    -webkit-transform: translate(12.9%, 180%) rotate(-27.9deg);
    transform: translate(12.9%, 180%) rotate(-27.9deg); }
  97% {
    -webkit-transform: translate(14.4%, 181.5%) rotate(-29.4deg);
    transform: translate(14.4%, 181.5%) rotate(-29.4deg); }
  99% {
    -webkit-transform: translate(14.7%, 181.5%) rotate(-29.7deg);
    transform: translate(14.7%, 181.5%) rotate(-29.7deg); }
  100% {
    -webkit-transform: translate(15%, 181.5%) rotate(-30deg);
    transform: translate(15%, 181.5%) rotate(-30deg); } }

.ld.ld-leaf {
  -webkit-animation: ld-leaf 4s infinite cubic-bezier(0.1, 0.5, 0.1, 0.5);
  animation: ld-leaf 4s infinite cubic-bezier(0.1, 0.5, 0.1, 0.5); }

@keyframes ld-slot {
  0% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  9.09% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  9.1% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  16.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  17% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  23.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  23.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  29.59% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  29.6% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  34.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  34.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  38.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  38.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  41.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  41.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  44.39% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  44.4% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  46.29% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  46.3% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  47.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  47.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  48.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  48.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.39% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  49.4% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  49.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  50.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  50.59% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50.6% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  51.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  51.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  52.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  52.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  53.690000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  53.7% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  55.59% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  55.6% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  58.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  58.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  61.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  61.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  65.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  65.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  70.39% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  70.4% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  76.19% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  76.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  82.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  83% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  90.89% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  90.9% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  99.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  100% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); } }

@-webkit-keyframes ld-slot {
  0% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  9.09% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  9.1% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  16.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  17% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  23.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  23.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  29.59% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  29.6% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  34.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  34.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  38.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  38.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  41.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  41.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  44.39% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  44.4% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  46.29% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  46.3% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  47.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  47.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  48.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  48.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.39% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  49.4% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  49.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  50.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  50.59% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  50.6% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  51.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  51.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  52.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  52.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  53.690000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  53.7% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  55.59% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  55.6% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  58.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  58.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  61.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  61.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  65.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  65.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  70.39% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  70.4% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  76.19% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  76.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  82.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  83% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  90.89% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  90.9% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); }
  99.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); }
  100% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%); } }

.ld.ld-slot {
  -webkit-animation: ld-slot 6s infinite linear;
  animation: ld-slot 6s infinite linear; }

@keyframes ld-bounce-px {
  0%,
  90% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  10% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 30px) scaleY(0.5);
    transform: translate(0, 30px) scaleY(0.5); }
  10% {
    -webkit-transform: translate(0, 5px) scaleY(1.1);
    transform: translate(0, 5px) scaleY(1.1); }
  50% {
    -webkit-transform: translate(0, -37px) scaleY(1.1);
    transform: translate(0, -37px) scaleY(1.1); }
  90% {
    -webkit-transform: translate(0, 5px) scaleY(1.1);
    transform: translate(0, 5px) scaleY(1.1); }
  100% {
    -webkit-transform: translate(0, 30px) scaleY(0.5);
    transform: translate(0, 30px) scaleY(0.5); } }

@-webkit-keyframes ld-bounce-px {
  0%,
  90% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  10% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 30px) scaleY(0.5);
    transform: translate(0, 30px) scaleY(0.5); }
  10% {
    -webkit-transform: translate(0, 5px) scaleY(1.1);
    transform: translate(0, 5px) scaleY(1.1); }
  50% {
    -webkit-transform: translate(0, -37px) scaleY(1.1);
    transform: translate(0, -37px) scaleY(1.1); }
  90% {
    -webkit-transform: translate(0, 5px) scaleY(1.1);
    transform: translate(0, 5px) scaleY(1.1); }
  100% {
    -webkit-transform: translate(0, 30px) scaleY(0.5);
    transform: translate(0, 30px) scaleY(0.5); } }

.ld.ld-bounce-px {
  -webkit-animation: ld-bounce-px 1s infinite;
  animation: ld-bounce-px 1s infinite; }

@keyframes ld-bounce-px-rtl {
  0% {
    -webkit-transform: translate(80px, -20px);
    transform: translate(80px, -20px); }
  12.5% {
    -webkit-transform: translate(60px, -12px);
    transform: translate(60px, -12px); }
  25% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0); }
  37.5% {
    -webkit-transform: translate(25px, -12px);
    transform: translate(25px, -12px); }
  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px); }
  62.5% {
    -webkit-transform: translate(-25px, -12px);
    transform: translate(-25px, -12px); }
  75% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0); }
  87.5% {
    -webkit-transform: translate(-60px, -12px);
    transform: translate(-60px, -12px); }
  100% {
    -webkit-transform: translate(-80px, -20px);
    transform: translate(-80px, -20px); } }

@-webkit-keyframes ld-bounce-px-rtl {
  0% {
    -webkit-transform: translate(80px, -20px);
    transform: translate(80px, -20px); }
  12.5% {
    -webkit-transform: translate(60px, -12px);
    transform: translate(60px, -12px); }
  25% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0); }
  37.5% {
    -webkit-transform: translate(25px, -12px);
    transform: translate(25px, -12px); }
  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px); }
  62.5% {
    -webkit-transform: translate(-25px, -12px);
    transform: translate(-25px, -12px); }
  75% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0); }
  87.5% {
    -webkit-transform: translate(-60px, -12px);
    transform: translate(-60px, -12px); }
  100% {
    -webkit-transform: translate(-80px, -20px);
    transform: translate(-80px, -20px); } }

.ld.ld-bounce-px-rtl {
  -webkit-animation: ld-bounce-px-rtl 1s infinite linear;
  animation: ld-bounce-px-rtl 1s infinite linear; }

@keyframes ld-bounce-px-ltr {
  0% {
    -webkit-transform: translate(-80px, -20px);
    transform: translate(-80px, -20px); }
  12.5% {
    -webkit-transform: translate(-60px, -12px);
    transform: translate(-60px, -12px); }
  25% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0); }
  37.5% {
    -webkit-transform: translate(-25px, -12px);
    transform: translate(-25px, -12px); }
  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px); }
  62.5% {
    -webkit-transform: translate(25px, -12px);
    transform: translate(25px, -12px); }
  75% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0); }
  87.5% {
    -webkit-transform: translate(60px, -12px);
    transform: translate(60px, -12px); }
  100% {
    -webkit-transform: translate(80px, -20px);
    transform: translate(80px, -20px); } }

@-webkit-keyframes ld-bounce-px-ltr {
  0% {
    -webkit-transform: translate(-80px, -20px);
    transform: translate(-80px, -20px); }
  12.5% {
    -webkit-transform: translate(-60px, -12px);
    transform: translate(-60px, -12px); }
  25% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0); }
  37.5% {
    -webkit-transform: translate(-25px, -12px);
    transform: translate(-25px, -12px); }
  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px); }
  62.5% {
    -webkit-transform: translate(25px, -12px);
    transform: translate(25px, -12px); }
  75% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0); }
  87.5% {
    -webkit-transform: translate(60px, -12px);
    transform: translate(60px, -12px); }
  100% {
    -webkit-transform: translate(80px, -20px);
    transform: translate(80px, -20px); } }

.ld.ld-bounce-px-ltr {
  -webkit-animation: ld-bounce-px-ltr 1s infinite linear;
  animation: ld-bounce-px-ltr 1s infinite linear; }

@keyframes ld-bounce-a-px {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  12.5%,
  37.5%,
  62.5%,
  87.5% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  12.5% {
    -webkit-transform: translate(5px, -28px);
    transform: translate(5px, -28px); }
  25% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0); }
  37.5% {
    -webkit-transform: translate(5px, -28px);
    transform: translate(5px, -28px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  62.5% {
    -webkit-transform: translate(-5px, -28px);
    transform: translate(-5px, -28px); }
  75% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0); }
  87.5% {
    -webkit-transform: translate(-5px, -28px);
    transform: translate(-5px, -28px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-bounce-a-px {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  12.5%,
  37.5%,
  62.5%,
  87.5% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  12.5% {
    -webkit-transform: translate(5px, -28px);
    transform: translate(5px, -28px); }
  25% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0); }
  37.5% {
    -webkit-transform: translate(5px, -28px);
    transform: translate(5px, -28px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  62.5% {
    -webkit-transform: translate(-5px, -28px);
    transform: translate(-5px, -28px); }
  75% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0); }
  87.5% {
    -webkit-transform: translate(-5px, -28px);
    transform: translate(-5px, -28px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-bounce-a-px {
  -webkit-animation: ld-bounce-a-px 2s infinite;
  animation: ld-bounce-a-px 2s infinite; }

@keyframes ld-float-px {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); }
  30% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  50% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); } }

@-webkit-keyframes ld-float-px {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); }
  30% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  50% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); } }

.ld.ld-float-px {
  -webkit-animation: ld-float-px 1s infinite;
  animation: ld-float-px 1s infinite; }

@keyframes ld-hit-px {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0); }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  100% {
    -webkit-transform: scale(1) translate(0, 150px) skewX(20deg);
    transform: scale(1) translate(0, 150px) skewX(20deg); } }

@-webkit-keyframes ld-hit-px {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0); }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  100% {
    -webkit-transform: scale(1) translate(0, 150px) skewX(20deg);
    transform: scale(1) translate(0, 150px) skewX(20deg); } }

.ld.ld-hit-px {
  -webkit-animation: ld-hit-px 2s infinite;
  animation: ld-hit-px 2s infinite; }

@keyframes ld-jelly-px {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); }
  16.6% {
    -webkit-transform: translate(-30px, 0) skewX(30deg);
    transform: translate(-30px, 0) skewX(30deg); }
  33.3% {
    -webkit-transform: translate(25px, 0) skewX(-20deg);
    transform: translate(25px, 0) skewX(-20deg); }
  50% {
    -webkit-transform: translate(-12px, 0) skewX(10deg);
    transform: translate(-12px, 0) skewX(10deg); }
  66.6% {
    -webkit-transform: translate(6px, 0) skewX(-5deg);
    transform: translate(6px, 0) skewX(-5deg); }
  83.3% {
    -webkit-transform: translate(-2.5px, 0) skewX(2deg);
    transform: translate(-2.5px, 0) skewX(2deg); }
  100% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); } }

@-webkit-keyframes ld-jelly-px {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); }
  16.6% {
    -webkit-transform: translate(-30px, 0) skewX(30deg);
    transform: translate(-30px, 0) skewX(30deg); }
  33.3% {
    -webkit-transform: translate(25px, 0) skewX(-20deg);
    transform: translate(25px, 0) skewX(-20deg); }
  50% {
    -webkit-transform: translate(-12px, 0) skewX(10deg);
    transform: translate(-12px, 0) skewX(10deg); }
  66.6% {
    -webkit-transform: translate(6px, 0) skewX(-5deg);
    transform: translate(6px, 0) skewX(-5deg); }
  83.3% {
    -webkit-transform: translate(-2.5px, 0) skewX(2deg);
    transform: translate(-2.5px, 0) skewX(2deg); }
  100% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); } }

.ld.ld-jelly-px {
  -webkit-animation: ld-jelly-px 1s infinite linear;
  animation: ld-jelly-px 1s infinite linear; }

@keyframes ld-jump-px {
  0%,
  28%,
  48%,
  64%,
  76%,
  86%,
  93%,
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  14%,
  38%,
  56%,
  70%,
  81%,
  90%,
  97% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  14% {
    -webkit-transform: translateY(-27px);
    transform: translateY(-27px); }
  28% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  38% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  48% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  56% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px); }
  64% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  70% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); }
  76% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  81% {
    -webkit-transform: translateY(-7.5px);
    transform: translateY(-7.5px); }
  86% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  90% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); }
  93% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  97% {
    -webkit-transform: translateY(-1.5px);
    transform: translateY(-1.5px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes ld-jump-px {
  0%,
  28%,
  48%,
  64%,
  76%,
  86%,
  93%,
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  14%,
  38%,
  56%,
  70%,
  81%,
  90%,
  97% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  14% {
    -webkit-transform: translateY(-27px);
    transform: translateY(-27px); }
  28% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  38% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  48% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  56% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px); }
  64% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  70% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); }
  76% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  81% {
    -webkit-transform: translateY(-7.5px);
    transform: translateY(-7.5px); }
  86% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  90% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); }
  93% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  97% {
    -webkit-transform: translateY(-1.5px);
    transform: translateY(-1.5px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

.ld.ld-jump-px {
  -webkit-animation: ld-jump-px 1.5s ease-in infinite;
  animation: ld-jump-px 1.5s ease-in infinite; }

@keyframes ld-orbit-px {
  0% {
    -webkit-transform: translate(30px, 0) rotate(0deg);
    transform: translate(30px, 0) rotate(0deg); }
  12.5% {
    -webkit-transform: translate(21px, 21px) rotate(45deg);
    transform: translate(21px, 21px) rotate(45deg); }
  25% {
    -webkit-transform: translate(0, 30px) rotate(90deg);
    transform: translate(0, 30px) rotate(90deg); }
  37.5% {
    -webkit-transform: translate(-21px, 21px) rotate(135deg);
    transform: translate(-21px, 21px) rotate(135deg); }
  50% {
    -webkit-transform: translate(-30px, 0) rotate(180deg);
    transform: translate(-30px, 0) rotate(180deg); }
  62.5% {
    -webkit-transform: translate(-21px, -21px) rotate(225deg);
    transform: translate(-21px, -21px) rotate(225deg); }
  75% {
    -webkit-transform: translate(0, -30px) rotate(270deg);
    transform: translate(0, -30px) rotate(270deg); }
  87.5% {
    -webkit-transform: translate(21px, -21px) rotate(315deg);
    transform: translate(21px, -21px) rotate(315deg); }
  100% {
    -webkit-transform: translate(30px, 0) rotate(360deg);
    transform: translate(30px, 0) rotate(360deg); } }

@-webkit-keyframes ld-orbit-px {
  0% {
    -webkit-transform: translate(30px, 0) rotate(0deg);
    transform: translate(30px, 0) rotate(0deg); }
  12.5% {
    -webkit-transform: translate(21px, 21px) rotate(45deg);
    transform: translate(21px, 21px) rotate(45deg); }
  25% {
    -webkit-transform: translate(0, 30px) rotate(90deg);
    transform: translate(0, 30px) rotate(90deg); }
  37.5% {
    -webkit-transform: translate(-21px, 21px) rotate(135deg);
    transform: translate(-21px, 21px) rotate(135deg); }
  50% {
    -webkit-transform: translate(-30px, 0) rotate(180deg);
    transform: translate(-30px, 0) rotate(180deg); }
  62.5% {
    -webkit-transform: translate(-21px, -21px) rotate(225deg);
    transform: translate(-21px, -21px) rotate(225deg); }
  75% {
    -webkit-transform: translate(0, -30px) rotate(270deg);
    transform: translate(0, -30px) rotate(270deg); }
  87.5% {
    -webkit-transform: translate(21px, -21px) rotate(315deg);
    transform: translate(21px, -21px) rotate(315deg); }
  100% {
    -webkit-transform: translate(30px, 0) rotate(360deg);
    transform: translate(30px, 0) rotate(360deg); } }

.ld.ld-orbit-px {
  -webkit-animation: ld-orbit-px 1s infinite linear;
  animation: ld-orbit-px 1s infinite linear; }

@keyframes ld-rush-px-rtl {
  0% {
    -webkit-transform: translate(100px, 0) skewX(-45deg);
    transform: translate(100px, 0) skewX(-45deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(-20px, 0) skewX(35deg);
    transform: translate(-20px, 0) skewX(35deg); }
  45% {
    -webkit-transform: translate(10px, 0) skewX(-15deg);
    transform: translate(10px, 0) skewX(-15deg); }
  60% {
    -webkit-transform: translate(-5px, 0) skewX(7deg);
    transform: translate(-5px, 0) skewX(7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); }
  100% {
    -webkit-transform: translate(-150px, 0) skewX(-45deg);
    transform: translate(-150px, 0) skewX(-45deg); } }

@-webkit-keyframes ld-rush-px-rtl {
  0% {
    -webkit-transform: translate(100px, 0) skewX(-45deg);
    transform: translate(100px, 0) skewX(-45deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(-20px, 0) skewX(35deg);
    transform: translate(-20px, 0) skewX(35deg); }
  45% {
    -webkit-transform: translate(10px, 0) skewX(-15deg);
    transform: translate(10px, 0) skewX(-15deg); }
  60% {
    -webkit-transform: translate(-5px, 0) skewX(7deg);
    transform: translate(-5px, 0) skewX(7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); }
  100% {
    -webkit-transform: translate(-150px, 0) skewX(-45deg);
    transform: translate(-150px, 0) skewX(-45deg); } }

.ld.ld-rush-px-rtl {
  -webkit-animation: ld-rush-px-rtl 1.5s infinite linear;
  animation: ld-rush-px-rtl 1.5s infinite linear; }

@keyframes ld-rush-px-ltr {
  0% {
    -webkit-transform: translate(-100px, 0) skewX(45deg);
    transform: translate(-100px, 0) skewX(45deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(20px, 0) skewX(-35deg);
    transform: translate(20px, 0) skewX(-35deg); }
  45% {
    -webkit-transform: translate(-10px, 0) skewX(15deg);
    transform: translate(-10px, 0) skewX(15deg); }
  60% {
    -webkit-transform: translate(5px, 0) skewX(-7deg);
    transform: translate(5px, 0) skewX(-7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); }
  100% {
    -webkit-transform: translate(150px, 0) skewX(45deg);
    transform: translate(150px, 0) skewX(45deg); } }

@-webkit-keyframes ld-rush-px-ltr {
  0% {
    -webkit-transform: translate(-100px, 0) skewX(45deg);
    transform: translate(-100px, 0) skewX(45deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(20px, 0) skewX(-35deg);
    transform: translate(20px, 0) skewX(-35deg); }
  45% {
    -webkit-transform: translate(-10px, 0) skewX(15deg);
    transform: translate(-10px, 0) skewX(15deg); }
  60% {
    -webkit-transform: translate(5px, 0) skewX(-7deg);
    transform: translate(5px, 0) skewX(-7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg); }
  100% {
    -webkit-transform: translate(150px, 0) skewX(45deg);
    transform: translate(150px, 0) skewX(45deg); } }

.ld.ld-rush-px-ltr {
  -webkit-animation: ld-rush-px-ltr 1.5s infinite linear;
  animation: ld-rush-px-ltr 1.5s infinite linear; }

@keyframes ld-shake-px {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  16.6% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0); }
  33.3% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0); }
  50% {
    -webkit-transform: translate(-12px, 0);
    transform: translate(-12px, 0); }
  66.6% {
    -webkit-transform: translate(6px, 0);
    transform: translate(6px, 0); }
  83.3% {
    -webkit-transform: translate(-2.5px, 0);
    transform: translate(-2.5px, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-shake-px {
  0%,
  16.6%,
  33.3%,
  50%,
  66.6%,
  83.3% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  16.6% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0); }
  33.3% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0); }
  50% {
    -webkit-transform: translate(-12px, 0);
    transform: translate(-12px, 0); }
  66.6% {
    -webkit-transform: translate(6px, 0);
    transform: translate(6px, 0); }
  83.3% {
    -webkit-transform: translate(-2.5px, 0);
    transform: translate(-2.5px, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-shake-px {
  -webkit-animation: ld-shake-px 1s infinite linear;
  animation: ld-shake-px 1s infinite linear; }

@keyframes ld-slide-px-ltr {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0); }
  50% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-px-ltr {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0); }
  50% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-px-ltr {
  -webkit-animation: ld-slide-px-ltr 1s infinite;
  animation: ld-slide-px-ltr 1s infinite; }

@keyframes ld-slide-px-rtl {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0); }
  50% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-px-rtl {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0); }
  50% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-px-rtl {
  -webkit-animation: ld-slide-px-rtl 1s infinite;
  animation: ld-slide-px-rtl 1s infinite; }

@keyframes ld-slide-px-btt {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  50% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-px-btt {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  50% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-px-btt {
  -webkit-animation: ld-slide-px-btt 1s infinite;
  animation: ld-slide-px-btt 1s infinite; }

@keyframes ld-slide-px-ttb {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-px-ttb {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-px-ttb {
  -webkit-animation: ld-slide-px-ttb 1s infinite;
  animation: ld-slide-px-ttb 1s infinite; }

@keyframes ld-tremble-px {
  0% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  5% {
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px); }
  10% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px); }
  15% {
    -webkit-transform: translate(2px, 1px);
    transform: translate(2px, 1px); }
  20% {
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0); }
  25% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px); }
  30% {
    -webkit-transform: translate(1px, 3px);
    transform: translate(1px, 3px); }
  35% {
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px); }
  40% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  45% {
    -webkit-transform: translate(1px, 0);
    transform: translate(1px, 0); }
  50% {
    -webkit-transform: translate(2px, 1px);
    transform: translate(2px, 1px); }
  55% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px); }
  60% {
    -webkit-transform: translate(3px, 1px);
    transform: translate(3px, 1px); }
  65% {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px); }
  70% {
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0); }
  75% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  80% {
    -webkit-transform: translate(2px, 3px);
    transform: translate(2px, 3px); }
  85% {
    -webkit-transform: translate(1px, 0);
    transform: translate(1px, 0); }
  90% {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px); }
  95% {
    -webkit-transform: translate(3px, 2px);
    transform: translate(3px, 2px); } }

@-webkit-keyframes ld-tremble-px {
  0% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  5% {
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px); }
  10% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px); }
  15% {
    -webkit-transform: translate(2px, 1px);
    transform: translate(2px, 1px); }
  20% {
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0); }
  25% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px); }
  30% {
    -webkit-transform: translate(1px, 3px);
    transform: translate(1px, 3px); }
  35% {
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px); }
  40% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  45% {
    -webkit-transform: translate(1px, 0);
    transform: translate(1px, 0); }
  50% {
    -webkit-transform: translate(2px, 1px);
    transform: translate(2px, 1px); }
  55% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px); }
  60% {
    -webkit-transform: translate(3px, 1px);
    transform: translate(3px, 1px); }
  65% {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px); }
  70% {
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0); }
  75% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  80% {
    -webkit-transform: translate(2px, 3px);
    transform: translate(2px, 3px); }
  85% {
    -webkit-transform: translate(1px, 0);
    transform: translate(1px, 0); }
  90% {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px); }
  95% {
    -webkit-transform: translate(3px, 2px);
    transform: translate(3px, 2px); } }

.ld.ld-tremble-px {
  -webkit-animation: ld-tremble-px 1s infinite;
  animation: ld-tremble-px 1s infinite; }

@keyframes ld-wander-px-h {
  0% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0); }
  50% {
    -webkit-transform: translate(35px, 0);
    transform: translate(35px, 0); }
  100% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0); } }

@-webkit-keyframes ld-wander-px-h {
  0% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0); }
  50% {
    -webkit-transform: translate(35px, 0);
    transform: translate(35px, 0); }
  100% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0); } }

.ld.ld-wander-px-h {
  -webkit-animation: ld-wander-px-h 1s infinite ease-out;
  animation: ld-wander-px-h 1s infinite ease-out; }

@keyframes ld-wander-px-v {
  0% {
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px); }
  50% {
    -webkit-transform: translate(0, 35px);
    transform: translate(0, 35px); }
  100% {
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px); } }

@-webkit-keyframes ld-wander-px-v {
  0% {
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px); }
  50% {
    -webkit-transform: translate(0, 35px);
    transform: translate(0, 35px); }
  100% {
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px); } }

.ld.ld-wander-px-v {
  -webkit-animation: ld-wander-px-v 1s infinite ease-out;
  animation: ld-wander-px-v 1s infinite ease-out; }

@keyframes ld-jingle-px {
  0% {
    -webkit-transform: translate(0, -40px) rotate(0deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(0deg) translate(0, 40px); }
  4% {
    -webkit-transform: translate(0, -40px) rotate(11deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(11deg) translate(0, 40px); }
  10% {
    -webkit-transform: translate(0, -40px) rotate(15deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(15deg) translate(0, 40px); }
  18% {
    -webkit-transform: translate(0, -40px) rotate(-11deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-11deg) translate(0, 40px); }
  20% {
    -webkit-transform: translate(0, -40px) rotate(-13deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-13deg) translate(0, 40px); }
  21% {
    -webkit-transform: translate(0, -40px) rotate(-12deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-12deg) translate(0, 40px); }
  22% {
    -webkit-transform: translate(0, -40px) rotate(-10deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-10deg) translate(0, 40px); }
  24% {
    -webkit-transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-5deg) translate(0, 40px); }
  26% {
    -webkit-transform: translate(0, -40px) rotate(3deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(3deg) translate(0, 40px); }
  28% {
    -webkit-transform: translate(0, -40px) rotate(9deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(9deg) translate(0, 40px); }
  30% {
    -webkit-transform: translate(0, -40px) rotate(10deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(10deg) translate(0, 40px); }
  31% {
    -webkit-transform: translate(0, -40px) rotate(9deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(9deg) translate(0, 40px); }
  33% {
    -webkit-transform: translate(0, -40px) rotate(5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(5deg) translate(0, 40px); }
  34% {
    -webkit-transform: translate(0, -40px) rotate(1deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(1deg) translate(0, 40px); }
  36% {
    -webkit-transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-5deg) translate(0, 40px); }
  39% {
    -webkit-transform: translate(0, -40px) rotate(-8deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-8deg) translate(0, 40px); }
  40% {
    -webkit-transform: translate(0, -40px) rotate(-7deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-7deg) translate(0, 40px); }
  44% {
    -webkit-transform: translate(0, -40px) rotate(3deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(3deg) translate(0, 40px); }
  47% {
    -webkit-transform: translate(0, -40px) rotate(7deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(7deg) translate(0, 40px); }
  56% {
    -webkit-transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-5deg) translate(0, 40px); }
  63% {
    -webkit-transform: translate(0, -40px) rotate(1deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(1deg) translate(0, 40px); }
  75% {
    -webkit-transform: translate(0, -40px) rotate(-1deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-1deg) translate(0, 40px); }
  100% {
    -webkit-transform: translate(0, -40px) rotate(0deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(0deg) translate(0, 40px); } }

@-webkit-keyframes ld-jingle-px {
  0% {
    -webkit-transform: translate(0, -40px) rotate(0deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(0deg) translate(0, 40px); }
  4% {
    -webkit-transform: translate(0, -40px) rotate(11deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(11deg) translate(0, 40px); }
  10% {
    -webkit-transform: translate(0, -40px) rotate(15deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(15deg) translate(0, 40px); }
  18% {
    -webkit-transform: translate(0, -40px) rotate(-11deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-11deg) translate(0, 40px); }
  20% {
    -webkit-transform: translate(0, -40px) rotate(-13deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-13deg) translate(0, 40px); }
  21% {
    -webkit-transform: translate(0, -40px) rotate(-12deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-12deg) translate(0, 40px); }
  22% {
    -webkit-transform: translate(0, -40px) rotate(-10deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-10deg) translate(0, 40px); }
  24% {
    -webkit-transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-5deg) translate(0, 40px); }
  26% {
    -webkit-transform: translate(0, -40px) rotate(3deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(3deg) translate(0, 40px); }
  28% {
    -webkit-transform: translate(0, -40px) rotate(9deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(9deg) translate(0, 40px); }
  30% {
    -webkit-transform: translate(0, -40px) rotate(10deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(10deg) translate(0, 40px); }
  31% {
    -webkit-transform: translate(0, -40px) rotate(9deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(9deg) translate(0, 40px); }
  33% {
    -webkit-transform: translate(0, -40px) rotate(5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(5deg) translate(0, 40px); }
  34% {
    -webkit-transform: translate(0, -40px) rotate(1deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(1deg) translate(0, 40px); }
  36% {
    -webkit-transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-5deg) translate(0, 40px); }
  39% {
    -webkit-transform: translate(0, -40px) rotate(-8deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-8deg) translate(0, 40px); }
  40% {
    -webkit-transform: translate(0, -40px) rotate(-7deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-7deg) translate(0, 40px); }
  44% {
    -webkit-transform: translate(0, -40px) rotate(3deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(3deg) translate(0, 40px); }
  47% {
    -webkit-transform: translate(0, -40px) rotate(7deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(7deg) translate(0, 40px); }
  56% {
    -webkit-transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-5deg) translate(0, 40px); }
  63% {
    -webkit-transform: translate(0, -40px) rotate(1deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(1deg) translate(0, 40px); }
  75% {
    -webkit-transform: translate(0, -40px) rotate(-1deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-1deg) translate(0, 40px); }
  100% {
    -webkit-transform: translate(0, -40px) rotate(0deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(0deg) translate(0, 40px); } }

.ld.ld-jingle-px {
  -webkit-animation: ld-jingle-px 1s infinite;
  animation: ld-jingle-px 1s infinite; }

@keyframes ld-swim-px {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); }
  12.5% {
    -webkit-transform: translate(1px, -2px) rotate(3deg);
    transform: translate(1px, -2px) rotate(3deg); }
  25% {
    -webkit-transform: translate(0, -3px) rotate(6deg);
    transform: translate(0, -3px) rotate(6deg); }
  37.5% {
    -webkit-transform: translate(-1px, -2px) rotate(3deg);
    transform: translate(-1px, -2px) rotate(3deg); }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); }
  62.5% {
    -webkit-transform: translate(1px, 2px) rotate(-3deg);
    transform: translate(1px, 2px) rotate(-3deg); }
  75% {
    -webkit-transform: translate(0, 3px) rotate(-6deg);
    transform: translate(0, 3px) rotate(-6deg); }
  87.5% {
    -webkit-transform: translate(-1px, 2px) rotate(-3deg);
    transform: translate(-1px, 2px) rotate(-3deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); } }

@-webkit-keyframes ld-swim-px {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); }
  12.5% {
    -webkit-transform: translate(1px, -2px) rotate(3deg);
    transform: translate(1px, -2px) rotate(3deg); }
  25% {
    -webkit-transform: translate(0, -3px) rotate(6deg);
    transform: translate(0, -3px) rotate(6deg); }
  37.5% {
    -webkit-transform: translate(-1px, -2px) rotate(3deg);
    transform: translate(-1px, -2px) rotate(3deg); }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); }
  62.5% {
    -webkit-transform: translate(1px, 2px) rotate(-3deg);
    transform: translate(1px, 2px) rotate(-3deg); }
  75% {
    -webkit-transform: translate(0, 3px) rotate(-6deg);
    transform: translate(0, 3px) rotate(-6deg); }
  87.5% {
    -webkit-transform: translate(-1px, 2px) rotate(-3deg);
    transform: translate(-1px, 2px) rotate(-3deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); } }

.ld.ld-swim-px {
  -webkit-animation: ld-swim-px 3s infinite linear;
  animation: ld-swim-px 3s infinite linear; }

@keyframes ld-leaf-px {
  0% {
    -webkit-transform: translate(-14.7px, -117px) rotate(-0.3deg);
    transform: translate(-14.7px, -117px) rotate(-0.3deg); }
  1% {
    -webkit-transform: translate(-14.4px, -112.5px) rotate(-0.6deg);
    transform: translate(-14.4px, -112.5px) rotate(-0.6deg); }
  2% {
    -webkit-transform: translate(-13.8px, -102px) rotate(-1.2deg);
    transform: translate(-13.8px, -102px) rotate(-1.2deg); }
  3% {
    -webkit-transform: translate(-13.5px, -100.5px) rotate(-1.5deg);
    transform: translate(-13.5px, -100.5px) rotate(-1.5deg); }
  5% {
    -webkit-transform: translate(-7.2px, -87px) rotate(-7.8deg);
    transform: translate(-7.2px, -87px) rotate(-7.8deg); }
  7% {
    -webkit-transform: translate(5.4px, -79.5px) rotate(-20.4deg);
    transform: translate(5.4px, -79.5px) rotate(-20.4deg); }
  10% {
    -webkit-transform: translate(12.9px, -76.5px) rotate(-27.9deg);
    transform: translate(12.9px, -76.5px) rotate(-27.9deg); }
  12% {
    -webkit-transform: translate(14.4px, -75px) rotate(-29.4deg);
    transform: translate(14.4px, -75px) rotate(-29.4deg); }
  13% {
    -webkit-transform: translate(14.7px, -75px) rotate(-29.7deg);
    transform: translate(14.7px, -75px) rotate(-29.7deg); }
  14% {
    -webkit-transform: translate(15px, -75px) rotate(-30deg);
    transform: translate(15px, -75px) rotate(-30deg); }
  15% {
    -webkit-transform: translate(14.4px, -69px) rotate(0.6deg);
    transform: translate(14.4px, -69px) rotate(0.6deg); }
  16% {
    -webkit-transform: translate(13.8px, -58.5px) rotate(1.2deg);
    transform: translate(13.8px, -58.5px) rotate(1.2deg); }
  19% {
    -webkit-transform: translate(7.2px, -45px) rotate(7.8deg);
    transform: translate(7.2px, -45px) rotate(7.8deg); }
  21% {
    -webkit-transform: translate(-5.4px, -37.5px) rotate(20.4deg);
    transform: translate(-5.4px, -37.5px) rotate(20.4deg); }
  24% {
    -webkit-transform: translate(-12.9px, -33px) rotate(27.9deg);
    transform: translate(-12.9px, -33px) rotate(27.9deg); }
  26% {
    -webkit-transform: translate(-14.4px, -33px) rotate(29.4deg);
    transform: translate(-14.4px, -33px) rotate(29.4deg); }
  27% {
    -webkit-transform: translate(-14.7px, -31.5px) rotate(29.7deg);
    transform: translate(-14.7px, -31.5px) rotate(29.7deg); }
  28% {
    -webkit-transform: translate(-15px, -31.5px) rotate(30deg);
    transform: translate(-15px, -31.5px) rotate(30deg); }
  29% {
    -webkit-transform: translate(-14.4px, -27px) rotate(-0.6deg);
    transform: translate(-14.4px, -27px) rotate(-0.6deg); }
  30% {
    -webkit-transform: translate(-13.8px, -16.5px) rotate(-1.2deg);
    transform: translate(-13.8px, -16.5px) rotate(-1.2deg); }
  31% {
    -webkit-transform: translate(-13.5px, -15px) rotate(-1.5deg);
    transform: translate(-13.5px, -15px) rotate(-1.5deg); }
  33% {
    -webkit-transform: translate(-7.2px, -1.5px) rotate(-7.8deg);
    transform: translate(-7.2px, -1.5px) rotate(-7.8deg); }
  36% {
    -webkit-transform: translate(5.4px, 4.5px) rotate(-20.4deg);
    transform: translate(5.4px, 4.5px) rotate(-20.4deg); }
  38% {
    -webkit-transform: translate(12.9px, 9px) rotate(-27.9deg);
    transform: translate(12.9px, 9px) rotate(-27.9deg); }
  40% {
    -webkit-transform: translate(14.4px, 10.5px) rotate(-29.4deg);
    transform: translate(14.4px, 10.5px) rotate(-29.4deg); }
  41% {
    -webkit-transform: translate(14.7px, 10.5px) rotate(-29.7deg);
    transform: translate(14.7px, 10.5px) rotate(-29.7deg); }
  42% {
    -webkit-transform: translate(15px, 10.5px) rotate(-30deg);
    transform: translate(15px, 10.5px) rotate(-30deg); }
  43% {
    -webkit-transform: translate(15px, 10.5px) rotate(-30deg);
    transform: translate(15px, 10.5px) rotate(-30deg); }
  43% {
    -webkit-transform: translate(14.7px, 10.5px) rotate(0.3deg);
    transform: translate(14.7px, 10.5px) rotate(0.3deg); }
  43% {
    -webkit-transform: translate(14.4px, 16.5px) rotate(0.6deg);
    transform: translate(14.4px, 16.5px) rotate(0.6deg); }
  45% {
    -webkit-transform: translate(13.8px, 25.5px) rotate(1.2deg);
    transform: translate(13.8px, 25.5px) rotate(1.2deg); }
  45% {
    -webkit-transform: translate(13.5px, 27px) rotate(1.5deg);
    transform: translate(13.5px, 27px) rotate(1.5deg); }
  48% {
    -webkit-transform: translate(7.2px, 40.5px) rotate(7.8deg);
    transform: translate(7.2px, 40.5px) rotate(7.8deg); }
  50% {
    -webkit-transform: translate(-5.4px, 48px) rotate(20.4deg);
    transform: translate(-5.4px, 48px) rotate(20.4deg); }
  52% {
    -webkit-transform: translate(-12.9px, 51px) rotate(27.9deg);
    transform: translate(-12.9px, 51px) rotate(27.9deg); }
  54% {
    -webkit-transform: translate(-14.4px, 52.5px) rotate(29.4deg);
    transform: translate(-14.4px, 52.5px) rotate(29.4deg); }
  56% {
    -webkit-transform: translate(-14.7px, 54px) rotate(29.7deg);
    transform: translate(-14.7px, 54px) rotate(29.7deg); }
  57% {
    -webkit-transform: translate(-14.7px, 54px) rotate(-0.3deg);
    transform: translate(-14.7px, 54px) rotate(-0.3deg); }
  58% {
    -webkit-transform: translate(-14.4px, 58.5px) rotate(-0.6deg);
    transform: translate(-14.4px, 58.5px) rotate(-0.6deg); }
  59% {
    -webkit-transform: translate(-13.5px, 70.5px) rotate(-1.5deg);
    transform: translate(-13.5px, 70.5px) rotate(-1.5deg); }
  62% {
    -webkit-transform: translate(-7.2px, 84px) rotate(-7.8deg);
    transform: translate(-7.2px, 84px) rotate(-7.8deg); }
  64% {
    -webkit-transform: translate(5.4px, 91.5px) rotate(-20.4deg);
    transform: translate(5.4px, 91.5px) rotate(-20.4deg); }
  67% {
    -webkit-transform: translate(12.9px, 94.5px) rotate(-27.9deg);
    transform: translate(12.9px, 94.5px) rotate(-27.9deg); }
  69% {
    -webkit-transform: translate(14.4px, 96px) rotate(-29.4deg);
    transform: translate(14.4px, 96px) rotate(-29.4deg); }
  70% {
    -webkit-transform: translate(14.7px, 96px) rotate(-29.7deg);
    transform: translate(14.7px, 96px) rotate(-29.7deg); }
  71% {
    -webkit-transform: translate(15px, 96px) rotate(-30deg);
    transform: translate(15px, 96px) rotate(-30deg); }
  72% {
    -webkit-transform: translate(14.4px, 102px) rotate(0.6deg);
    transform: translate(14.4px, 102px) rotate(0.6deg); }
  73% {
    -webkit-transform: translate(13.8px, 111px) rotate(1.2deg);
    transform: translate(13.8px, 111px) rotate(1.2deg); }
  74% {
    -webkit-transform: translate(13.5px, 112.5px) rotate(1.5deg);
    transform: translate(13.5px, 112.5px) rotate(1.5deg); }
  76% {
    -webkit-transform: translate(7.2px, 126px) rotate(7.8deg);
    transform: translate(7.2px, 126px) rotate(7.8deg); }
  79% {
    -webkit-transform: translate(-5.4px, 133.5px) rotate(20.4deg);
    transform: translate(-5.4px, 133.5px) rotate(20.4deg); }
  81% {
    -webkit-transform: translate(-12.9px, 138px) rotate(27.9deg);
    transform: translate(-12.9px, 138px) rotate(27.9deg); }
  83% {
    -webkit-transform: translate(-14.4px, 139.5px) rotate(29.4deg);
    transform: translate(-14.4px, 139.5px) rotate(29.4deg); }
  84% {
    -webkit-transform: translate(-14.7px, 139.5px) rotate(29.7deg);
    transform: translate(-14.7px, 139.5px) rotate(29.7deg); }
  85% {
    -webkit-transform: translate(-15px, 139.5px) rotate(30deg);
    transform: translate(-15px, 139.5px) rotate(30deg); }
  86% {
    -webkit-transform: translate(-14.7px, 139.5px) rotate(-0.3deg);
    transform: translate(-14.7px, 139.5px) rotate(-0.3deg); }
  86% {
    -webkit-transform: translate(-14.4px, 144px) rotate(-0.6deg);
    transform: translate(-14.4px, 144px) rotate(-0.6deg); }
  88% {
    -webkit-transform: translate(-13.5px, 156px) rotate(-1.5deg);
    transform: translate(-13.5px, 156px) rotate(-1.5deg); }
  90% {
    -webkit-transform: translate(-7.2px, 169.5px) rotate(-7.8deg);
    transform: translate(-7.2px, 169.5px) rotate(-7.8deg); }
  93% {
    -webkit-transform: translate(5.4px, 177px) rotate(-20.4deg);
    transform: translate(5.4px, 177px) rotate(-20.4deg); }
  95% {
    -webkit-transform: translate(12.9px, 180px) rotate(-27.9deg);
    transform: translate(12.9px, 180px) rotate(-27.9deg); }
  97% {
    -webkit-transform: translate(14.4px, 181.5px) rotate(-29.4deg);
    transform: translate(14.4px, 181.5px) rotate(-29.4deg); }
  99% {
    -webkit-transform: translate(14.7px, 181.5px) rotate(-29.7deg);
    transform: translate(14.7px, 181.5px) rotate(-29.7deg); }
  100% {
    -webkit-transform: translate(15px, 181.5px) rotate(-30deg);
    transform: translate(15px, 181.5px) rotate(-30deg); } }

@-webkit-keyframes ld-leaf-px {
  0% {
    -webkit-transform: translate(-14.7px, -117px) rotate(-0.3deg);
    transform: translate(-14.7px, -117px) rotate(-0.3deg); }
  1% {
    -webkit-transform: translate(-14.4px, -112.5px) rotate(-0.6deg);
    transform: translate(-14.4px, -112.5px) rotate(-0.6deg); }
  2% {
    -webkit-transform: translate(-13.8px, -102px) rotate(-1.2deg);
    transform: translate(-13.8px, -102px) rotate(-1.2deg); }
  3% {
    -webkit-transform: translate(-13.5px, -100.5px) rotate(-1.5deg);
    transform: translate(-13.5px, -100.5px) rotate(-1.5deg); }
  5% {
    -webkit-transform: translate(-7.2px, -87px) rotate(-7.8deg);
    transform: translate(-7.2px, -87px) rotate(-7.8deg); }
  7% {
    -webkit-transform: translate(5.4px, -79.5px) rotate(-20.4deg);
    transform: translate(5.4px, -79.5px) rotate(-20.4deg); }
  10% {
    -webkit-transform: translate(12.9px, -76.5px) rotate(-27.9deg);
    transform: translate(12.9px, -76.5px) rotate(-27.9deg); }
  12% {
    -webkit-transform: translate(14.4px, -75px) rotate(-29.4deg);
    transform: translate(14.4px, -75px) rotate(-29.4deg); }
  13% {
    -webkit-transform: translate(14.7px, -75px) rotate(-29.7deg);
    transform: translate(14.7px, -75px) rotate(-29.7deg); }
  14% {
    -webkit-transform: translate(15px, -75px) rotate(-30deg);
    transform: translate(15px, -75px) rotate(-30deg); }
  15% {
    -webkit-transform: translate(14.4px, -69px) rotate(0.6deg);
    transform: translate(14.4px, -69px) rotate(0.6deg); }
  16% {
    -webkit-transform: translate(13.8px, -58.5px) rotate(1.2deg);
    transform: translate(13.8px, -58.5px) rotate(1.2deg); }
  19% {
    -webkit-transform: translate(7.2px, -45px) rotate(7.8deg);
    transform: translate(7.2px, -45px) rotate(7.8deg); }
  21% {
    -webkit-transform: translate(-5.4px, -37.5px) rotate(20.4deg);
    transform: translate(-5.4px, -37.5px) rotate(20.4deg); }
  24% {
    -webkit-transform: translate(-12.9px, -33px) rotate(27.9deg);
    transform: translate(-12.9px, -33px) rotate(27.9deg); }
  26% {
    -webkit-transform: translate(-14.4px, -33px) rotate(29.4deg);
    transform: translate(-14.4px, -33px) rotate(29.4deg); }
  27% {
    -webkit-transform: translate(-14.7px, -31.5px) rotate(29.7deg);
    transform: translate(-14.7px, -31.5px) rotate(29.7deg); }
  28% {
    -webkit-transform: translate(-15px, -31.5px) rotate(30deg);
    transform: translate(-15px, -31.5px) rotate(30deg); }
  29% {
    -webkit-transform: translate(-14.4px, -27px) rotate(-0.6deg);
    transform: translate(-14.4px, -27px) rotate(-0.6deg); }
  30% {
    -webkit-transform: translate(-13.8px, -16.5px) rotate(-1.2deg);
    transform: translate(-13.8px, -16.5px) rotate(-1.2deg); }
  31% {
    -webkit-transform: translate(-13.5px, -15px) rotate(-1.5deg);
    transform: translate(-13.5px, -15px) rotate(-1.5deg); }
  33% {
    -webkit-transform: translate(-7.2px, -1.5px) rotate(-7.8deg);
    transform: translate(-7.2px, -1.5px) rotate(-7.8deg); }
  36% {
    -webkit-transform: translate(5.4px, 4.5px) rotate(-20.4deg);
    transform: translate(5.4px, 4.5px) rotate(-20.4deg); }
  38% {
    -webkit-transform: translate(12.9px, 9px) rotate(-27.9deg);
    transform: translate(12.9px, 9px) rotate(-27.9deg); }
  40% {
    -webkit-transform: translate(14.4px, 10.5px) rotate(-29.4deg);
    transform: translate(14.4px, 10.5px) rotate(-29.4deg); }
  41% {
    -webkit-transform: translate(14.7px, 10.5px) rotate(-29.7deg);
    transform: translate(14.7px, 10.5px) rotate(-29.7deg); }
  42% {
    -webkit-transform: translate(15px, 10.5px) rotate(-30deg);
    transform: translate(15px, 10.5px) rotate(-30deg); }
  43% {
    -webkit-transform: translate(15px, 10.5px) rotate(-30deg);
    transform: translate(15px, 10.5px) rotate(-30deg); }
  43% {
    -webkit-transform: translate(14.7px, 10.5px) rotate(0.3deg);
    transform: translate(14.7px, 10.5px) rotate(0.3deg); }
  43% {
    -webkit-transform: translate(14.4px, 16.5px) rotate(0.6deg);
    transform: translate(14.4px, 16.5px) rotate(0.6deg); }
  45% {
    -webkit-transform: translate(13.8px, 25.5px) rotate(1.2deg);
    transform: translate(13.8px, 25.5px) rotate(1.2deg); }
  45% {
    -webkit-transform: translate(13.5px, 27px) rotate(1.5deg);
    transform: translate(13.5px, 27px) rotate(1.5deg); }
  48% {
    -webkit-transform: translate(7.2px, 40.5px) rotate(7.8deg);
    transform: translate(7.2px, 40.5px) rotate(7.8deg); }
  50% {
    -webkit-transform: translate(-5.4px, 48px) rotate(20.4deg);
    transform: translate(-5.4px, 48px) rotate(20.4deg); }
  52% {
    -webkit-transform: translate(-12.9px, 51px) rotate(27.9deg);
    transform: translate(-12.9px, 51px) rotate(27.9deg); }
  54% {
    -webkit-transform: translate(-14.4px, 52.5px) rotate(29.4deg);
    transform: translate(-14.4px, 52.5px) rotate(29.4deg); }
  56% {
    -webkit-transform: translate(-14.7px, 54px) rotate(29.7deg);
    transform: translate(-14.7px, 54px) rotate(29.7deg); }
  57% {
    -webkit-transform: translate(-14.7px, 54px) rotate(-0.3deg);
    transform: translate(-14.7px, 54px) rotate(-0.3deg); }
  58% {
    -webkit-transform: translate(-14.4px, 58.5px) rotate(-0.6deg);
    transform: translate(-14.4px, 58.5px) rotate(-0.6deg); }
  59% {
    -webkit-transform: translate(-13.5px, 70.5px) rotate(-1.5deg);
    transform: translate(-13.5px, 70.5px) rotate(-1.5deg); }
  62% {
    -webkit-transform: translate(-7.2px, 84px) rotate(-7.8deg);
    transform: translate(-7.2px, 84px) rotate(-7.8deg); }
  64% {
    -webkit-transform: translate(5.4px, 91.5px) rotate(-20.4deg);
    transform: translate(5.4px, 91.5px) rotate(-20.4deg); }
  67% {
    -webkit-transform: translate(12.9px, 94.5px) rotate(-27.9deg);
    transform: translate(12.9px, 94.5px) rotate(-27.9deg); }
  69% {
    -webkit-transform: translate(14.4px, 96px) rotate(-29.4deg);
    transform: translate(14.4px, 96px) rotate(-29.4deg); }
  70% {
    -webkit-transform: translate(14.7px, 96px) rotate(-29.7deg);
    transform: translate(14.7px, 96px) rotate(-29.7deg); }
  71% {
    -webkit-transform: translate(15px, 96px) rotate(-30deg);
    transform: translate(15px, 96px) rotate(-30deg); }
  72% {
    -webkit-transform: translate(14.4px, 102px) rotate(0.6deg);
    transform: translate(14.4px, 102px) rotate(0.6deg); }
  73% {
    -webkit-transform: translate(13.8px, 111px) rotate(1.2deg);
    transform: translate(13.8px, 111px) rotate(1.2deg); }
  74% {
    -webkit-transform: translate(13.5px, 112.5px) rotate(1.5deg);
    transform: translate(13.5px, 112.5px) rotate(1.5deg); }
  76% {
    -webkit-transform: translate(7.2px, 126px) rotate(7.8deg);
    transform: translate(7.2px, 126px) rotate(7.8deg); }
  79% {
    -webkit-transform: translate(-5.4px, 133.5px) rotate(20.4deg);
    transform: translate(-5.4px, 133.5px) rotate(20.4deg); }
  81% {
    -webkit-transform: translate(-12.9px, 138px) rotate(27.9deg);
    transform: translate(-12.9px, 138px) rotate(27.9deg); }
  83% {
    -webkit-transform: translate(-14.4px, 139.5px) rotate(29.4deg);
    transform: translate(-14.4px, 139.5px) rotate(29.4deg); }
  84% {
    -webkit-transform: translate(-14.7px, 139.5px) rotate(29.7deg);
    transform: translate(-14.7px, 139.5px) rotate(29.7deg); }
  85% {
    -webkit-transform: translate(-15px, 139.5px) rotate(30deg);
    transform: translate(-15px, 139.5px) rotate(30deg); }
  86% {
    -webkit-transform: translate(-14.7px, 139.5px) rotate(-0.3deg);
    transform: translate(-14.7px, 139.5px) rotate(-0.3deg); }
  86% {
    -webkit-transform: translate(-14.4px, 144px) rotate(-0.6deg);
    transform: translate(-14.4px, 144px) rotate(-0.6deg); }
  88% {
    -webkit-transform: translate(-13.5px, 156px) rotate(-1.5deg);
    transform: translate(-13.5px, 156px) rotate(-1.5deg); }
  90% {
    -webkit-transform: translate(-7.2px, 169.5px) rotate(-7.8deg);
    transform: translate(-7.2px, 169.5px) rotate(-7.8deg); }
  93% {
    -webkit-transform: translate(5.4px, 177px) rotate(-20.4deg);
    transform: translate(5.4px, 177px) rotate(-20.4deg); }
  95% {
    -webkit-transform: translate(12.9px, 180px) rotate(-27.9deg);
    transform: translate(12.9px, 180px) rotate(-27.9deg); }
  97% {
    -webkit-transform: translate(14.4px, 181.5px) rotate(-29.4deg);
    transform: translate(14.4px, 181.5px) rotate(-29.4deg); }
  99% {
    -webkit-transform: translate(14.7px, 181.5px) rotate(-29.7deg);
    transform: translate(14.7px, 181.5px) rotate(-29.7deg); }
  100% {
    -webkit-transform: translate(15px, 181.5px) rotate(-30deg);
    transform: translate(15px, 181.5px) rotate(-30deg); } }

.ld.ld-leaf-px {
  -webkit-animation: ld-leaf-px 4s infinite cubic-bezier(0.1, 0.5, 0.1, 0.5);
  animation: ld-leaf-px 4s infinite cubic-bezier(0.1, 0.5, 0.1, 0.5); }

@keyframes ld-slot-px {
  0% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  9.09% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  9.1% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  16.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  17% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  23.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  23.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  29.59% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  29.6% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  34.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  34.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  38.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  38.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  41.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  41.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  44.39% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  44.4% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  46.29% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  46.3% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  47.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  47.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  48.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  48.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.39% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  49.4% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  49.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  50.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  50.59% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50.6% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  51.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  51.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  52.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  52.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  53.690000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  53.7% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  55.59% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  55.6% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  58.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  58.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  61.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  61.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  65.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  65.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  70.39% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  70.4% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  76.19% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  76.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  82.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  83% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  90.89% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  90.9% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  99.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  100% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); } }

@-webkit-keyframes ld-slot-px {
  0% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  9.09% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  9.1% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  16.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  17% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  23.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  23.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  29.59% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  29.6% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  34.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  34.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  38.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  38.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  41.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  41.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  44.39% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  44.4% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  46.29% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  46.3% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  47.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  47.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  48.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  48.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.39% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  49.4% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  49.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  50.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  50.59% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50.6% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  51.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  51.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  52.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  52.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  53.690000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  53.7% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  55.59% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  55.6% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  58.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  58.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  61.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  61.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  65.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  65.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  70.39% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  70.4% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  76.19% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  76.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  82.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  83% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  90.89% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  90.9% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  99.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  100% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); } }

.ld.ld-slot-px {
  -webkit-animation: ld-slot-px 6s infinite linear;
  animation: ld-slot-px 6s infinite linear; }

/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/summernote/dist/summernote-bs4.css ***!
  \*********************************************************************************************************************************************************************************************************************/
/*!
 * 
 * Super simple WYSIWYG editor v0.9.1
 * https://summernote.org
 *
 * Copyright 2013~ Hackerwins and contributors
 * Summernote may be freely distributed under the MIT license.
 *
 * Date: 2024-10-09T10:28Z
 *
 */
@font-face {
    font-family: "summernote";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(/assets/fonts/5aea53ce2e51f1dc4694.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/f5bf9564443de5f5237a.woff2) format("woff2"), url(/assets/fonts/93f401f568b4fc5806b1.woff) format("woff"), url(/assets/fonts/6587bce42b8e86c39091.ttf) format("truetype");
}
[class^=note-icon]:before,
[class*=" note-icon"]:before {
    display: inline-block;
    font-family: "summernote";
    font-style: normal;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
}

.note-icon-fw {
    text-align: center;
    width: 1.25em;
}

.note-icon-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.note-icon-pull-left {
    float: left;
}

.note-icon-pull-right {
    float: right;
}

.note-icon.note-icon-pull-left {
    margin-right: 0.3em;
}
.note-icon.note-icon-pull-right {
    margin-left: 0.3em;
}

.note-icon-align::before {
    content: "\ea01";
}

.note-icon-align-center::before {
    content: "\ea02";
}

.note-icon-align-indent::before {
    content: "\ea03";
}

.note-icon-align-justify::before {
    content: "\ea04";
}

.note-icon-align-left::before {
    content: "\ea05";
}

.note-icon-align-outdent::before {
    content: "\ea06";
}

.note-icon-align-right::before {
    content: "\ea07";
}

.note-icon-arrow-circle-down::before {
    content: "\ea08";
}

.note-icon-arrow-circle-left::before {
    content: "\ea09";
}

.note-icon-arrow-circle-right::before {
    content: "\ea0a";
}

.note-icon-arrow-circle-up::before {
    content: "\ea0b";
}

.note-icon-arrows-alt::before {
    content: "\ea0c";
}

.note-icon-arrows-h::before {
    content: "\ea0d";
}

.note-icon-arrows-v::before {
    content: "\ea0e";
}

.note-icon-bold::before {
    content: "\ea0f";
}

.note-icon-caret::before {
    content: "\ea10";
}

.note-icon-chain-broken::before {
    content: "\ea11";
}

.note-icon-circle::before {
    content: "\ea12";
}

.note-icon-close::before {
    content: "\ea13";
}

.note-icon-code::before {
    content: "\ea14";
}

.note-icon-col-after::before {
    content: "\ea15";
}

.note-icon-col-before::before {
    content: "\ea16";
}

.note-icon-col-remove::before {
    content: "\ea17";
}

.note-icon-eraser::before {
    content: "\ea18";
}

.note-icon-float-left::before {
    content: "\ea19";
}

.note-icon-float-none::before {
    content: "\ea1a";
}

.note-icon-float-right::before {
    content: "\ea1b";
}

.note-icon-font::before {
    content: "\ea1c";
}

.note-icon-frame::before {
    content: "\ea1d";
}

.note-icon-italic::before {
    content: "\ea1e";
}

.note-icon-link::before {
    content: "\ea1f";
}

.note-icon-magic::before {
    content: "\ea20";
}

.note-icon-menu-check::before {
    content: "\ea21";
}

.note-icon-minus::before {
    content: "\ea22";
}

.note-icon-orderedlist::before {
    content: "\ea23";
}

.note-icon-pencil::before {
    content: "\ea24";
}

.note-icon-picture::before {
    content: "\ea25";
}

.note-icon-question::before {
    content: "\ea26";
}

.note-icon-redo::before {
    content: "\ea27";
}

.note-icon-rollback::before {
    content: "\ea28";
}

.note-icon-row-above::before {
    content: "\ea29";
}

.note-icon-row-below::before {
    content: "\ea2a";
}

.note-icon-row-remove::before {
    content: "\ea2b";
}

.note-icon-special-character::before {
    content: "\ea2c";
}

.note-icon-square::before {
    content: "\ea2d";
}

.note-icon-strikethrough::before {
    content: "\ea2e";
}

.note-icon-subscript::before {
    content: "\ea2f";
}

.note-icon-summernote::before {
    content: "\ea30";
}

.note-icon-superscript::before {
    content: "\ea31";
}

.note-icon-table::before {
    content: "\ea32";
}

.note-icon-text-height::before {
    content: "\ea33";
}

.note-icon-trash::before {
    content: "\ea34";
}

.note-icon-underline::before {
    content: "\ea35";
}

.note-icon-undo::before {
    content: "\ea36";
}

.note-icon-unorderedlist::before {
    content: "\ea37";
}

.note-icon-video::before {
    content: "\ea38";
}

/* Theme Variables
 ------------------------------------------ */
/* Layout
 ------------------------------------------ */
.note-editor {
    position: relative;
}
.note-editor .note-dropzone {
    position: absolute;
    display: none;
    z-index: 100;
    color: lightskyblue;
    background-color: #fff;
    opacity: 0.95;
}
.note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}
.note-editor .note-dropzone.hover {
    color: #098ddf;
}
.note-editor.dragover .note-dropzone {
    display: table;
}
.note-editor .note-editing-area {
    position: relative;
}
.note-editor .note-editing-area .note-editable {
    outline: none;
}
.note-editor .note-editing-area .note-editable sup {
    vertical-align: super;
}
.note-editor .note-editing-area .note-editable sub {
    vertical-align: sub;
}
.note-editor .note-editing-area .note-editable img.note-float-left {
    margin-right: 10px;
}
.note-editor .note-editing-area .note-editable img.note-float-right {
    margin-left: 10px;
}

/* Frame mode layout
 ------------------------------------------ */
.note-editor.note-frame,
.note-editor.note-airframe {
    border: 1px solid rgba(0, 0, 0, 0.1960784314);
}
.note-editor.note-frame.codeview .note-editing-area .note-editable,
.note-editor.note-airframe.codeview .note-editing-area .note-editable {
    display: none;
}
.note-editor.note-frame.codeview .note-editing-area .note-codable,
.note-editor.note-airframe.codeview .note-editing-area .note-codable {
    display: block;
}
.note-editor.note-frame .note-editing-area,
.note-editor.note-airframe .note-editing-area {
    overflow: hidden;
}
.note-editor.note-frame .note-editing-area .note-editable,
.note-editor.note-airframe .note-editing-area .note-editable {
    padding: 10px;
    overflow: auto;
    word-wrap: break-word;
}
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false],
.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false] {
    background-color: rgba(128, 128, 128, 0.1137254902);
}
.note-editor.note-frame .note-editing-area .note-codable,
.note-editor.note-airframe .note-editing-area .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    border: none;
    box-shadow: none;
    font-family: Menlo, Monaco, monospace, sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    resize: none;
    outline: none;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    margin-bottom: 0;
}
.note-editor.note-frame.fullscreen,
.note-editor.note-airframe.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 1050;
}
.note-editor.note-frame.fullscreen .note-resizebar,
.note-editor.note-airframe.fullscreen .note-resizebar {
    display: none;
}
.note-editor.note-frame .note-status-output,
.note-editor.note-airframe .note-status-output {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    height: 20px;
    margin-bottom: 0;
    color: #000;
    border: 0;
    border-top: 1px solid #e2e2e2;
}
.note-editor.note-frame .note-status-output:empty,
.note-editor.note-airframe .note-status-output:empty {
    height: 0;
    border-top: 0 solid transparent;
}
.note-editor.note-frame .note-status-output .pull-right,
.note-editor.note-airframe .note-status-output .pull-right {
    float: right !important;
}
.note-editor.note-frame .note-status-output .text-muted,
.note-editor.note-airframe .note-status-output .text-muted {
    color: #777;
}
.note-editor.note-frame .note-status-output .text-primary,
.note-editor.note-airframe .note-status-output .text-primary {
    color: #286090;
}
.note-editor.note-frame .note-status-output .text-success,
.note-editor.note-airframe .note-status-output .text-success {
    color: #3c763d;
}
.note-editor.note-frame .note-status-output .text-info,
.note-editor.note-airframe .note-status-output .text-info {
    color: #31708f;
}
.note-editor.note-frame .note-status-output .text-warning,
.note-editor.note-airframe .note-status-output .text-warning {
    color: #8a6d3b;
}
.note-editor.note-frame .note-status-output .text-danger,
.note-editor.note-airframe .note-status-output .text-danger {
    color: #a94442;
}
.note-editor.note-frame .note-status-output .alert,
.note-editor.note-airframe .note-status-output .alert {
    margin: -7px 0 0 0;
    padding: 7px 10px 2px 10px;
    border-radius: 0;
    color: #000;
    background-color: #f5f5f5;
}
.note-editor.note-frame .note-status-output .alert .note-icon,
.note-editor.note-airframe .note-status-output .alert .note-icon {
    margin-right: 5px;
}
.note-editor.note-frame .note-status-output .alert-success,
.note-editor.note-airframe .note-status-output .alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
}
.note-editor.note-frame .note-status-output .alert-info,
.note-editor.note-airframe .note-status-output .alert-info {
    color: #31708f !important;
    background-color: #d9edf7 !important;
}
.note-editor.note-frame .note-status-output .alert-warning,
.note-editor.note-airframe .note-status-output .alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
}
.note-editor.note-frame .note-status-output .alert-danger,
.note-editor.note-airframe .note-status-output .alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
}
.note-editor.note-frame .note-statusbar,
.note-editor.note-airframe .note-statusbar {
    background-color: rgba(128, 128, 128, 0.1137254902);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid rgba(0, 0, 0, 0.1960784314);
}
.note-editor.note-frame .note-statusbar .note-resizebar,
.note-editor.note-airframe .note-statusbar .note-resizebar {
    padding-top: 1px;
    height: 9px;
    width: 100%;
    cursor: ns-resize;
}
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar,
.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1960784314);
}
.note-editor.note-frame .note-statusbar.locked .note-resizebar,
.note-editor.note-airframe .note-statusbar.locked .note-resizebar {
    cursor: default;
}
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar,
.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar {
    display: none;
}
.note-editor.note-frame .note-placeholder,
.note-editor.note-airframe .note-placeholder {
    padding: 10px;
}

.note-editor.note-airframe {
    border: 0;
}
.note-editor.note-airframe .note-editing-area .note-editable {
    padding: 0;
}

/* Popover
 ------------------------------------------ */
.note-popover.popover {
    display: none;
    max-width: none;
}
.note-popover.popover .popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.note-popover.popover .arrow {
    left: 20px !important;
}

/* Popover and Toolbar (Button container)
 ------------------------------------------ */
.note-toolbar {
    position: relative;
}

.note-popover .popover-content, .note-editor .note-toolbar {
    margin: 0;
    padding: 0 0 5px 5px;
}
.note-popover .popover-content > .note-btn-group, .note-editor .note-toolbar > .note-btn-group {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 5px;
}
.note-popover .popover-content .note-btn-group .note-table, .note-editor .note-toolbar .note-btn-group .note-table {
    min-width: 0;
    padding: 5px;
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker {
    font-size: 18px;
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
    position: absolute !important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer;
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
    position: relative !important;
    z-index: 1;
    width: 5em;
    height: 5em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat;
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
    position: absolute !important;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat;
}
.note-popover .popover-content .note-style .dropdown-style blockquote, .note-popover .popover-content .note-style .dropdown-style pre, .note-editor .note-toolbar .note-style .dropdown-style blockquote, .note-editor .note-toolbar .note-style .dropdown-style pre {
    margin: 0;
    padding: 5px 10px;
}
.note-popover .popover-content .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p, .note-editor .note-toolbar .note-style .dropdown-style h1, .note-editor .note-toolbar .note-style .dropdown-style h2, .note-editor .note-toolbar .note-style .dropdown-style h3, .note-editor .note-toolbar .note-style .dropdown-style h4, .note-editor .note-toolbar .note-style .dropdown-style h5, .note-editor .note-toolbar .note-style .dropdown-style h6, .note-editor .note-toolbar .note-style .dropdown-style p {
    margin: 0;
    padding: 0;
}
.note-popover .popover-content .note-color-all .note-dropdown-menu, .note-editor .note-toolbar .note-color-all .note-dropdown-menu {
    min-width: 337px;
}
.note-popover .popover-content .note-color .dropdown-toggle, .note-editor .note-toolbar .note-color .dropdown-toggle {
    width: 20px;
    padding-left: 5px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette {
    display: inline-block;
    margin: 0;
    width: 160px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {
    margin: 0 5px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title {
    font-size: 12px;
    margin: 2px 7px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select {
    font-size: 11px;
    margin: 3px;
    padding: 0 3px;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
    background: #eee;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row {
    height: 20px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
    display: none;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
    border: 1px solid #eee;
}
.note-popover .popover-content .note-para .note-dropdown-menu, .note-editor .note-toolbar .note-para .note-dropdown-menu {
    min-width: 228px;
    padding: 5px;
}
.note-popover .popover-content .note-para .note-dropdown-menu > div + div, .note-editor .note-toolbar .note-para .note-dropdown-menu > div + div {
    margin-left: 5px;
}
.note-popover .popover-content .note-dropdown-menu, .note-editor .note-toolbar .note-dropdown-menu {
    min-width: 160px;
}
.note-popover .popover-content .note-dropdown-menu.right, .note-editor .note-toolbar .note-dropdown-menu.right {
    right: 0;
    left: auto;
}
.note-popover .popover-content .note-dropdown-menu.right::before, .note-editor .note-toolbar .note-dropdown-menu.right::before {
    right: 9px;
    left: auto !important;
}
.note-popover .popover-content .note-dropdown-menu.right::after, .note-editor .note-toolbar .note-dropdown-menu.right::after {
    right: 10px;
    left: auto !important;
}
.note-popover .popover-content .note-dropdown-menu.note-check a i, .note-editor .note-toolbar .note-dropdown-menu.note-check a i {
    color: deepskyblue;
    visibility: hidden;
}
.note-popover .popover-content .note-dropdown-menu.note-check a.checked i, .note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i {
    visibility: visible;
}
.note-popover .popover-content .note-fontsize-10, .note-editor .note-toolbar .note-fontsize-10 {
    font-size: 10px;
}
.note-popover .popover-content .note-color-palette, .note-editor .note-toolbar .note-color-palette {
    line-height: 1;
}
.note-popover .popover-content .note-color-palette div .note-color-btn, .note-editor .note-toolbar .note-color-palette div .note-color-btn {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}
.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .note-editor .note-toolbar .note-color-palette div .note-color-btn:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    transition: all 0.2s;
}

/* Dialog
 ------------------------------------------ */
.note-modal .modal-dialog {
    outline: 0;
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.note-modal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.note-modal .note-modal-form {
    margin: 0;
}
.note-modal .note-image-dialog .note-dropzone {
    min-height: 100px;
    font-size: 30px;
    line-height: 4;
    color: lightgray;
    text-align: center;
    border: 4px dashed lightgray;
    margin-bottom: 10px;
}
@-moz-document url-prefix() {
    .note-modal .note-image-input {
        height: auto;
    }
}

/* Placeholder
 ------------------------------------------ */
.note-placeholder {
    position: absolute;
    display: none;
    color: gray;
}

/* Handle
 ------------------------------------------ */
.note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid #000;
}
.note-handle .note-control-selection > div {
    position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
}
.note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-sizing, .note-handle .note-control-selection .note-control-holder {
    width: 7px;
    height: 7px;
    border: 1px solid #000;
}
.note-handle .note-control-selection .note-control-sizing {
    background-color: #000;
}
.note-handle .note-control-selection .note-control-nw {
    top: -5px;
    left: -5px;
    border-right: none;
    border-bottom: none;
}
.note-handle .note-control-selection .note-control-ne {
    top: -5px;
    right: -5px;
    border-bottom: none;
    border-left: none;
}
.note-handle .note-control-selection .note-control-sw {
    bottom: -5px;
    left: -5px;
    border-top: none;
    border-right: none;
}
.note-handle .note-control-selection .note-control-se {
    right: -5px;
    bottom: -5px;
    cursor: se-resize;
}
.note-handle .note-control-selection .note-control-se.note-control-holder {
    cursor: default;
    border-top: none;
    border-left: none;
}
.note-handle .note-control-selection .note-control-selection-info {
    right: 0;
    bottom: 0;
    padding: 5px;
    margin: 5px;
    color: #fff;
    background-color: #000;
    font-size: 12px;
    border-radius: 5px;
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
}

.note-hint-popover {
    min-width: 100px;
    padding: 2px;
}
.note-hint-popover .popover-content {
    padding: 3px;
    max-height: 150px;
    overflow: auto;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
    display: block !important;
    padding: 3px;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.4;
    color: white;
    white-space: nowrap;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
    cursor: pointer;
}

/* Handle
 ------------------------------------------ */
html .note-fullscreen-body, body .note-fullscreen-body {
    overflow: hidden !important;
}

.note-editable ul li, .note-editable ol li {
    list-style-position: inside;
}

.note-toolbar {
    background: rgba(128, 128, 128, 0.1137254902);
}

.note-btn-group .note-btn {
    border-color: rgba(0, 0, 0, 0.1960784314);
    padding: 0.28rem 0.65rem;
    font-size: 13px;
}

/*# sourceMappingURL=summernote-bs4.css.map*/
/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./src/broker-portal/styles/scss/custom.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
/** startlookforme **/
:root {
  --primary-rgb: rgba(33, 204, 153, 0.25); }

:root {
  --primary-rgb: rgba(33, 204, 153, 0.25);
  --primary-clear: #f4f8f7;
  --primary-1: hsl(162, 36%, 95%);
  --primary-2: hsl(163, 40%, 85%);
  --primary-3: hsl(163, 40%, 75%);
  --primary-4: hsl(163, 42%, 63%);
  --primary-5: hsl(163, 42%, 53%);
  --primary-6: hsl(186, 100%, 33%); }

/** importbootstrap **/
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #b5580d;
  --yellow: #946f00;
  --green: #208337;
  --teal: #20c997;
  --cyan: #128091;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #c137a2;
  --secondary: #694ed6;
  --success: #208337;
  --info: #128091;
  --warning: #946f00;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --primary-alt: #694ed6;
  --aqua: #39a2ac;
  --clear-gray: #d3d4db;
  --gray: #555555;
  --dark-gray: #434343;
  --light-gray: #767676;
  --regular-gray: #b7b7b7;
  --black: #000000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1600px;
  --font-family-sans-serif: -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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  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-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(.focus-visible) {
  outline: 0 !important; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #c137a2;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #852670;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(.focus-visible) {
  outline: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
  @media (max-width: 1200px) {
    legend {
      font-size: calc(1.275rem + 0.3vw) ; } }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }
  @media (max-width: 1200px) {
    h1, .h1 {
      font-size: calc(1.375rem + 1.5vw) ; } }

h2, .h2 {
  font-size: 2rem; }
  @media (max-width: 1200px) {
    h2, .h2 {
      font-size: calc(1.325rem + 0.9vw) ; } }

h3, .h3 {
  font-size: 1.75rem; }
  @media (max-width: 1200px) {
    h3, .h3 {
      font-size: calc(1.3rem + 0.6vw) ; } }

h4, .h4 {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    h4, .h4 {
      font-size: calc(1.275rem + 0.3vw) ; } }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-1 {
      font-size: calc(1.725rem + 5.7vw) ; } }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-2 {
      font-size: calc(1.675rem + 5.1vw) ; } }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-3 {
      font-size: calc(1.575rem + 3.9vw) ; } }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-4 {
      font-size: calc(1.475rem + 2.7vw) ; } }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #eec7e5; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #df97cf; }

.table-hover .table-primary:hover {
  background-color: #e8b3dc; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #e8b3dc; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d5cdf4; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b1a3ea; }

.table-hover .table-secondary:hover {
  background-color: #c3b8ef; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c3b8ef; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c1dcc7; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8bbf97; }

.table-hover .table-success:hover {
  background-color: #b1d3b8; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1d3b8; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bddbe0; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #84bdc6; }

.table-hover .table-info:hover {
  background-color: #acd2d8; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #acd2d8; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #e1d7b8; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #c7b47a; }

.table-hover .table-warning:hover {
  background-color: #d9cda6; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #d9cda6; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-primary-alt,
.table-primary-alt > th,
.table-primary-alt > td {
  background-color: #d5cdf4; }

.table-primary-alt th,
.table-primary-alt td,
.table-primary-alt thead th,
.table-primary-alt tbody + tbody {
  border-color: #b1a3ea; }

.table-hover .table-primary-alt:hover {
  background-color: #c3b8ef; }
  .table-hover .table-primary-alt:hover > td,
  .table-hover .table-primary-alt:hover > th {
    background-color: #c3b8ef; }

.table-aqua,
.table-aqua > th,
.table-aqua > td {
  background-color: #c8e5e8; }

.table-aqua th,
.table-aqua td,
.table-aqua thead th,
.table-aqua tbody + tbody {
  border-color: #98cfd4; }

.table-hover .table-aqua:hover {
  background-color: #b6dde0; }
  .table-hover .table-aqua:hover > td,
  .table-hover .table-aqua:hover > th {
    background-color: #b6dde0; }

.table-clear-gray,
.table-clear-gray > th,
.table-clear-gray > td {
  background-color: #f3f3f5; }

.table-clear-gray th,
.table-clear-gray td,
.table-clear-gray thead th,
.table-clear-gray tbody + tbody {
  border-color: #e8e9ec; }

.table-hover .table-clear-gray:hover {
  background-color: #e5e5e9; }
  .table-hover .table-clear-gray:hover > td,
  .table-hover .table-clear-gray:hover > th {
    background-color: #e5e5e9; }

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #cfcfcf; }

.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
  border-color: #a7a7a7; }

.table-hover .table-gray:hover {
  background-color: #c2c2c2; }
  .table-hover .table-gray:hover > td,
  .table-hover .table-gray:hover > th {
    background-color: #c2c2c2; }

.table-dark-gray,
.table-dark-gray > th,
.table-dark-gray > td {
  background-color: #cacaca; }

.table-dark-gray th,
.table-dark-gray td,
.table-dark-gray thead th,
.table-dark-gray tbody + tbody {
  border-color: #9d9d9d; }

.table-hover .table-dark-gray:hover {
  background-color: #bdbdbd; }
  .table-hover .table-dark-gray:hover > td,
  .table-hover .table-dark-gray:hover > th {
    background-color: #bdbdbd; }

.table-light-gray,
.table-light-gray > th,
.table-light-gray > td {
  background-color: #d9d9d9; }

.table-light-gray th,
.table-light-gray td,
.table-light-gray thead th,
.table-light-gray tbody + tbody {
  border-color: #b8b8b8; }

.table-hover .table-light-gray:hover {
  background-color: #cccccc; }
  .table-hover .table-light-gray:hover > td,
  .table-hover .table-light-gray:hover > th {
    background-color: #cccccc; }

.table-regular-gray,
.table-regular-gray > th,
.table-regular-gray > td {
  background-color: #ebebeb; }

.table-regular-gray th,
.table-regular-gray td,
.table-regular-gray thead th,
.table-regular-gray tbody + tbody {
  border-color: #dadada; }

.table-hover .table-regular-gray:hover {
  background-color: #dedede; }
  .table-hover .table-regular-gray:hover > td,
  .table-hover .table-regular-gray:hover > th {
    background-color: #dedede; }

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8; }

.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #7a7a7a; }

.table-hover .table-black:hover {
  background-color: #ababab; }
  .table-hover .table-black:hover > td,
  .table-hover .table-black:hover > th {
    background-color: #ababab; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e196d0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(32, 131, 55, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #208337;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23208337%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #208337;
    box-shadow: 0 0 0 0.2rem rgba(32, 131, 55, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #208337;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23208337%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #208337;
    box-shadow: 0 0 0 0.2rem rgba(32, 131, 55, 0.25); }

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #208337; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #208337; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #2aac48;
  background-color: #2aac48; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(32, 131, 55, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #208337; }

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #208337;
  box-shadow: 0 0 0 0.2rem rgba(32, 131, 55, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 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) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #c137a2;
  border-color: #c137a2; }
  .btn-primary:hover {
    color: #fff;
    background-color: #a32f89;
    border-color: #992c81; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #a32f89;
    border-color: #992c81;
    box-shadow: 0 0 0 0.2rem rgba(202, 85, 176, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #c137a2;
    border-color: #c137a2; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #992c81;
    border-color: #8f2978; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(202, 85, 176, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #694ed6;
  border-color: #694ed6; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #4f30ce;
    border-color: #4b2dc4; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #4f30ce;
    border-color: #4b2dc4;
    box-shadow: 0 0 0 0.2rem rgba(128, 105, 220, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #694ed6;
    border-color: #694ed6; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #4b2dc4;
    border-color: #472bb9; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(128, 105, 220, 0.5); }

.btn-success {
  color: #fff;
  background-color: #208337;
  border-color: #208337; }
  .btn-success:hover {
    color: #fff;
    background-color: #18642a;
    border-color: #165a26; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #18642a;
    border-color: #165a26;
    box-shadow: 0 0 0 0.2rem rgba(65, 150, 85, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #208337;
    border-color: #208337; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #165a26;
    border-color: #135021; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(65, 150, 85, 0.5); }

.btn-info {
  color: #fff;
  background-color: #128091;
  border-color: #128091; }
  .btn-info:hover {
    color: #fff;
    background-color: #0e626f;
    border-color: #0c5864; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #0e626f;
    border-color: #0c5864;
    box-shadow: 0 0 0 0.2rem rgba(54, 147, 162, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #128091;
    border-color: #128091; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0c5864;
    border-color: #0b4e58; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(54, 147, 162, 0.5); }

.btn-warning {
  color: #fff;
  background-color: #946f00;
  border-color: #946f00; }
  .btn-warning:hover {
    color: #fff;
    background-color: #6e5200;
    border-color: #614900; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #6e5200;
    border-color: #614900;
    box-shadow: 0 0 0 0.2rem rgba(164, 133, 38, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #946f00;
    border-color: #946f00; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #614900;
    border-color: #543f00; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(164, 133, 38, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-primary-alt {
  color: #fff;
  background-color: #694ed6;
  border-color: #694ed6; }
  .btn-primary-alt:hover {
    color: #fff;
    background-color: #4f30ce;
    border-color: #4b2dc4; }
  .btn-primary-alt:focus, .btn-primary-alt.focus {
    color: #fff;
    background-color: #4f30ce;
    border-color: #4b2dc4;
    box-shadow: 0 0 0 0.2rem rgba(128, 105, 220, 0.5); }
  .btn-primary-alt.disabled, .btn-primary-alt:disabled {
    color: #fff;
    background-color: #694ed6;
    border-color: #694ed6; }
  .btn-primary-alt:not(:disabled):not(.disabled):active, .btn-primary-alt:not(:disabled):not(.disabled).active,
  .show > .btn-primary-alt.dropdown-toggle {
    color: #fff;
    background-color: #4b2dc4;
    border-color: #472bb9; }
    .btn-primary-alt:not(:disabled):not(.disabled):active:focus, .btn-primary-alt:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary-alt.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(128, 105, 220, 0.5); }

.btn-aqua {
  color: #fff;
  background-color: #39a2ac;
  border-color: #39a2ac; }
  .btn-aqua:hover {
    color: #fff;
    background-color: #2f878f;
    border-color: #2c7e86; }
  .btn-aqua:focus, .btn-aqua.focus {
    color: #fff;
    background-color: #2f878f;
    border-color: #2c7e86;
    box-shadow: 0 0 0 0.2rem rgba(87, 176, 184, 0.5); }
  .btn-aqua.disabled, .btn-aqua:disabled {
    color: #fff;
    background-color: #39a2ac;
    border-color: #39a2ac; }
  .btn-aqua:not(:disabled):not(.disabled):active, .btn-aqua:not(:disabled):not(.disabled).active,
  .show > .btn-aqua.dropdown-toggle {
    color: #fff;
    background-color: #2c7e86;
    border-color: #29757c; }
    .btn-aqua:not(:disabled):not(.disabled):active:focus, .btn-aqua:not(:disabled):not(.disabled).active:focus,
    .show > .btn-aqua.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(87, 176, 184, 0.5); }

.btn-clear-gray {
  color: #212529;
  background-color: #d3d4db;
  border-color: #d3d4db; }
  .btn-clear-gray:hover {
    color: #212529;
    background-color: #bebfca;
    border-color: #b7b9c4; }
  .btn-clear-gray:focus, .btn-clear-gray.focus {
    color: #212529;
    background-color: #bebfca;
    border-color: #b7b9c4;
    box-shadow: 0 0 0 0.2rem rgba(184, 186, 192, 0.5); }
  .btn-clear-gray.disabled, .btn-clear-gray:disabled {
    color: #212529;
    background-color: #d3d4db;
    border-color: #d3d4db; }
  .btn-clear-gray:not(:disabled):not(.disabled):active, .btn-clear-gray:not(:disabled):not(.disabled).active,
  .show > .btn-clear-gray.dropdown-toggle {
    color: #212529;
    background-color: #b7b9c4;
    border-color: #b0b2be; }
    .btn-clear-gray:not(:disabled):not(.disabled):active:focus, .btn-clear-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-clear-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(184, 186, 192, 0.5); }

.btn-gray {
  color: #fff;
  background-color: #555555;
  border-color: #555555; }
  .btn-gray:hover {
    color: #fff;
    background-color: #424242;
    border-color: #3c3c3c; }
  .btn-gray:focus, .btn-gray.focus {
    color: #fff;
    background-color: #424242;
    border-color: #3c3c3c;
    box-shadow: 0 0 0 0.2rem rgba(111, 111, 111, 0.5); }
  .btn-gray.disabled, .btn-gray:disabled {
    color: #fff;
    background-color: #555555;
    border-color: #555555; }
  .btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
  .show > .btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #353535; }
    .btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(111, 111, 111, 0.5); }

.btn-dark-gray {
  color: #fff;
  background-color: #434343;
  border-color: #434343; }
  .btn-dark-gray:hover {
    color: #fff;
    background-color: #303030;
    border-color: #2a2a2a; }
  .btn-dark-gray:focus, .btn-dark-gray.focus {
    color: #fff;
    background-color: #303030;
    border-color: #2a2a2a;
    box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5); }
  .btn-dark-gray.disabled, .btn-dark-gray:disabled {
    color: #fff;
    background-color: #434343;
    border-color: #434343; }
  .btn-dark-gray:not(:disabled):not(.disabled):active, .btn-dark-gray:not(:disabled):not(.disabled).active,
  .show > .btn-dark-gray.dropdown-toggle {
    color: #fff;
    background-color: #2a2a2a;
    border-color: #232323; }
    .btn-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-dark-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5); }

.btn-light-gray {
  color: #fff;
  background-color: #767676;
  border-color: #767676; }
  .btn-light-gray:hover {
    color: #fff;
    background-color: #636363;
    border-color: #5d5d5d; }
  .btn-light-gray:focus, .btn-light-gray.focus {
    color: #fff;
    background-color: #636363;
    border-color: #5d5d5d;
    box-shadow: 0 0 0 0.2rem rgba(139, 139, 139, 0.5); }
  .btn-light-gray.disabled, .btn-light-gray:disabled {
    color: #fff;
    background-color: #767676;
    border-color: #767676; }
  .btn-light-gray:not(:disabled):not(.disabled):active, .btn-light-gray:not(:disabled):not(.disabled).active,
  .show > .btn-light-gray.dropdown-toggle {
    color: #fff;
    background-color: #5d5d5d;
    border-color: #565656; }
    .btn-light-gray:not(:disabled):not(.disabled):active:focus, .btn-light-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(139, 139, 139, 0.5); }

.btn-regular-gray {
  color: #212529;
  background-color: #b7b7b7;
  border-color: #b7b7b7; }
  .btn-regular-gray:hover {
    color: #212529;
    background-color: #a4a4a4;
    border-color: #9e9e9e; }
  .btn-regular-gray:focus, .btn-regular-gray.focus {
    color: #212529;
    background-color: #a4a4a4;
    border-color: #9e9e9e;
    box-shadow: 0 0 0 0.2rem rgba(161, 161, 162, 0.5); }
  .btn-regular-gray.disabled, .btn-regular-gray:disabled {
    color: #212529;
    background-color: #b7b7b7;
    border-color: #b7b7b7; }
  .btn-regular-gray:not(:disabled):not(.disabled):active, .btn-regular-gray:not(:disabled):not(.disabled).active,
  .show > .btn-regular-gray.dropdown-toggle {
    color: #212529;
    background-color: #9e9e9e;
    border-color: #979797; }
    .btn-regular-gray:not(:disabled):not(.disabled):active:focus, .btn-regular-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-regular-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(161, 161, 162, 0.5); }

.btn-black {
  color: #fff;
  background-color: #000000;
  border-color: #000000; }
  .btn-black:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-outline-primary {
  color: #c137a2;
  border-color: #c137a2; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #c137a2;
    border-color: #c137a2; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #c137a2;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #c137a2;
    border-color: #c137a2; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.5); }

.btn-outline-secondary {
  color: #694ed6;
  border-color: #694ed6; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #694ed6;
    border-color: #694ed6; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(105, 78, 214, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #694ed6;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #694ed6;
    border-color: #694ed6; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(105, 78, 214, 0.5); }

.btn-outline-success {
  color: #208337;
  border-color: #208337; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #208337;
    border-color: #208337; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 131, 55, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #208337;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #208337;
    border-color: #208337; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(32, 131, 55, 0.5); }

.btn-outline-info {
  color: #128091;
  border-color: #128091; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #128091;
    border-color: #128091; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(18, 128, 145, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #128091;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #128091;
    border-color: #128091; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(18, 128, 145, 0.5); }

.btn-outline-warning {
  color: #946f00;
  border-color: #946f00; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #946f00;
    border-color: #946f00; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(148, 111, 0, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #946f00;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #946f00;
    border-color: #946f00; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(148, 111, 0, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary-alt {
  color: #694ed6;
  border-color: #694ed6; }
  .btn-outline-primary-alt:hover {
    color: #fff;
    background-color: #694ed6;
    border-color: #694ed6; }
  .btn-outline-primary-alt:focus, .btn-outline-primary-alt.focus {
    box-shadow: 0 0 0 0.2rem rgba(105, 78, 214, 0.5); }
  .btn-outline-primary-alt.disabled, .btn-outline-primary-alt:disabled {
    color: #694ed6;
    background-color: transparent; }
  .btn-outline-primary-alt:not(:disabled):not(.disabled):active, .btn-outline-primary-alt:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary-alt.dropdown-toggle {
    color: #fff;
    background-color: #694ed6;
    border-color: #694ed6; }
    .btn-outline-primary-alt:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-alt:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary-alt.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(105, 78, 214, 0.5); }

.btn-outline-aqua {
  color: #39a2ac;
  border-color: #39a2ac; }
  .btn-outline-aqua:hover {
    color: #fff;
    background-color: #39a2ac;
    border-color: #39a2ac; }
  .btn-outline-aqua:focus, .btn-outline-aqua.focus {
    box-shadow: 0 0 0 0.2rem rgba(57, 162, 172, 0.5); }
  .btn-outline-aqua.disabled, .btn-outline-aqua:disabled {
    color: #39a2ac;
    background-color: transparent; }
  .btn-outline-aqua:not(:disabled):not(.disabled):active, .btn-outline-aqua:not(:disabled):not(.disabled).active,
  .show > .btn-outline-aqua.dropdown-toggle {
    color: #fff;
    background-color: #39a2ac;
    border-color: #39a2ac; }
    .btn-outline-aqua:not(:disabled):not(.disabled):active:focus, .btn-outline-aqua:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-aqua.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(57, 162, 172, 0.5); }

.btn-outline-clear-gray {
  color: #d3d4db;
  border-color: #d3d4db; }
  .btn-outline-clear-gray:hover {
    color: #212529;
    background-color: #d3d4db;
    border-color: #d3d4db; }
  .btn-outline-clear-gray:focus, .btn-outline-clear-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 212, 219, 0.5); }
  .btn-outline-clear-gray.disabled, .btn-outline-clear-gray:disabled {
    color: #d3d4db;
    background-color: transparent; }
  .btn-outline-clear-gray:not(:disabled):not(.disabled):active, .btn-outline-clear-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-clear-gray.dropdown-toggle {
    color: #212529;
    background-color: #d3d4db;
    border-color: #d3d4db; }
    .btn-outline-clear-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-clear-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-clear-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(211, 212, 219, 0.5); }

.btn-outline-gray {
  color: #555555;
  border-color: #555555; }
  .btn-outline-gray:hover {
    color: #fff;
    background-color: #555555;
    border-color: #555555; }
  .btn-outline-gray:focus, .btn-outline-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5); }
  .btn-outline-gray.disabled, .btn-outline-gray:disabled {
    color: #555555;
    background-color: transparent; }
  .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray.dropdown-toggle {
    color: #fff;
    background-color: #555555;
    border-color: #555555; }
    .btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5); }

.btn-outline-dark-gray {
  color: #434343;
  border-color: #434343; }
  .btn-outline-dark-gray:hover {
    color: #fff;
    background-color: #434343;
    border-color: #434343; }
  .btn-outline-dark-gray:focus, .btn-outline-dark-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5); }
  .btn-outline-dark-gray.disabled, .btn-outline-dark-gray:disabled {
    color: #434343;
    background-color: transparent; }
  .btn-outline-dark-gray:not(:disabled):not(.disabled):active, .btn-outline-dark-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark-gray.dropdown-toggle {
    color: #fff;
    background-color: #434343;
    border-color: #434343; }
    .btn-outline-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5); }

.btn-outline-light-gray {
  color: #767676;
  border-color: #767676; }
  .btn-outline-light-gray:hover {
    color: #fff;
    background-color: #767676;
    border-color: #767676; }
  .btn-outline-light-gray:focus, .btn-outline-light-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(118, 118, 118, 0.5); }
  .btn-outline-light-gray.disabled, .btn-outline-light-gray:disabled {
    color: #767676;
    background-color: transparent; }
  .btn-outline-light-gray:not(:disabled):not(.disabled):active, .btn-outline-light-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-gray.dropdown-toggle {
    color: #fff;
    background-color: #767676;
    border-color: #767676; }
    .btn-outline-light-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-light-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(118, 118, 118, 0.5); }

.btn-outline-regular-gray {
  color: #b7b7b7;
  border-color: #b7b7b7; }
  .btn-outline-regular-gray:hover {
    color: #212529;
    background-color: #b7b7b7;
    border-color: #b7b7b7; }
  .btn-outline-regular-gray:focus, .btn-outline-regular-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(183, 183, 183, 0.5); }
  .btn-outline-regular-gray.disabled, .btn-outline-regular-gray:disabled {
    color: #b7b7b7;
    background-color: transparent; }
  .btn-outline-regular-gray:not(:disabled):not(.disabled):active, .btn-outline-regular-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-regular-gray.dropdown-toggle {
    color: #212529;
    background-color: #b7b7b7;
    border-color: #b7b7b7; }
    .btn-outline-regular-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-regular-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-regular-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(183, 183, 183, 0.5); }

.btn-outline-black {
  color: #000000;
  border-color: #000000; }
  .btn-outline-black:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000000;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-link {
  font-weight: 400;
  color: #c137a2;
  text-decoration: none; }
  .btn-link:hover {
    color: #852670;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1600px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #c137a2; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

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

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact; }

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #c137a2;
    background-color: #c137a2; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #e196d0; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #ecbee2;
    border-color: #ecbee2; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .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: #adb5bd solid 1px; }
  .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; }

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

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

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

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(193, 55, 162, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(193, 55, 162, 0.5); }

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

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(193, 55, 162, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .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: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    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;
    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, -webkit-transform 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(193, 55, 162, 0.5); }

.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=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%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; }
  .custom-select:focus {
    border-color: #e196d0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #e196d0;
    box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #c137a2;
    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) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #ecbee2; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #c137a2;
    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) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #ecbee2; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #c137a2;
    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) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #ecbee2; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.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) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #c137a2; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1599.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1600px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #c137a2;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #852670;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #c137a2;
  border-color: #c137a2; }

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 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) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #c137a2; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #992c81; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #694ed6; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #4b2dc4; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 78, 214, 0.5); }

.badge-success {
  color: #fff;
  background-color: #208337; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #165a26; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 131, 55, 0.5); }

.badge-info {
  color: #fff;
  background-color: #128091; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #0c5864; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(18, 128, 145, 0.5); }

.badge-warning {
  color: #fff;
  background-color: #946f00; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #fff;
    background-color: #614900; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(148, 111, 0, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.badge-primary-alt {
  color: #fff;
  background-color: #694ed6; }
  a.badge-primary-alt:hover, a.badge-primary-alt:focus {
    color: #fff;
    background-color: #4b2dc4; }
  a.badge-primary-alt:focus, a.badge-primary-alt.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 78, 214, 0.5); }

.badge-aqua {
  color: #fff;
  background-color: #39a2ac; }
  a.badge-aqua:hover, a.badge-aqua:focus {
    color: #fff;
    background-color: #2c7e86; }
  a.badge-aqua:focus, a.badge-aqua.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(57, 162, 172, 0.5); }

.badge-clear-gray {
  color: #212529;
  background-color: #d3d4db; }
  a.badge-clear-gray:hover, a.badge-clear-gray:focus {
    color: #212529;
    background-color: #b7b9c4; }
  a.badge-clear-gray:focus, a.badge-clear-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(211, 212, 219, 0.5); }

.badge-gray {
  color: #fff;
  background-color: #555555; }
  a.badge-gray:hover, a.badge-gray:focus {
    color: #fff;
    background-color: #3c3c3c; }
  a.badge-gray:focus, a.badge-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5); }

.badge-dark-gray {
  color: #fff;
  background-color: #434343; }
  a.badge-dark-gray:hover, a.badge-dark-gray:focus {
    color: #fff;
    background-color: #2a2a2a; }
  a.badge-dark-gray:focus, a.badge-dark-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5); }

.badge-light-gray {
  color: #fff;
  background-color: #767676; }
  a.badge-light-gray:hover, a.badge-light-gray:focus {
    color: #fff;
    background-color: #5d5d5d; }
  a.badge-light-gray:focus, a.badge-light-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(118, 118, 118, 0.5); }

.badge-regular-gray {
  color: #212529;
  background-color: #b7b7b7; }
  a.badge-regular-gray:hover, a.badge-regular-gray:focus {
    color: #212529;
    background-color: #9e9e9e; }
  a.badge-regular-gray:focus, a.badge-regular-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(183, 183, 183, 0.5); }

.badge-black {
  color: #fff;
  background-color: #000000; }
  a.badge-black:hover, a.badge-black:focus {
    color: #fff;
    background-color: black; }
  a.badge-black:focus, a.badge-black.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #641d54;
  background-color: #f3d7ec;
  border-color: #eec7e5; }
  .alert-primary hr {
    border-top-color: #e8b3dc; }
  .alert-primary .alert-link {
    color: #3c1233; }

.alert-secondary {
  color: #37296f;
  background-color: #e1dcf7;
  border-color: #d5cdf4; }
  .alert-secondary hr {
    border-top-color: #c3b8ef; }
  .alert-secondary .alert-link {
    color: #251b4a; }

.alert-success {
  color: #11441d;
  background-color: #d2e6d7;
  border-color: #c1dcc7; }
  .alert-success hr {
    border-top-color: #b1d3b8; }
  .alert-success .alert-link {
    color: #071b0c; }

.alert-info {
  color: #09434b;
  background-color: #d0e6e9;
  border-color: #bddbe0; }
  .alert-info hr {
    border-top-color: #acd2d8; }
  .alert-info .alert-link {
    color: #041a1d; }

.alert-warning {
  color: #4d3a00;
  background-color: #eae2cc;
  border-color: #e1d7b8; }
  .alert-warning hr {
    border-top-color: #d9cda6; }
  .alert-warning .alert-link {
    color: #1a1400; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.alert-primary-alt {
  color: #37296f;
  background-color: #e1dcf7;
  border-color: #d5cdf4; }
  .alert-primary-alt hr {
    border-top-color: #c3b8ef; }
  .alert-primary-alt .alert-link {
    color: #251b4a; }

.alert-aqua {
  color: #1e5459;
  background-color: #d7ecee;
  border-color: #c8e5e8; }
  .alert-aqua hr {
    border-top-color: #b6dde0; }
  .alert-aqua .alert-link {
    color: #113033; }

.alert-clear-gray {
  color: #6e6e72;
  background-color: #f6f6f8;
  border-color: #f3f3f5; }
  .alert-clear-gray hr {
    border-top-color: #e5e5e9; }
  .alert-clear-gray .alert-link {
    color: #555558; }

.alert-gray {
  color: #2c2c2c;
  background-color: #dddddd;
  border-color: #cfcfcf; }
  .alert-gray hr {
    border-top-color: #c2c2c2; }
  .alert-gray .alert-link {
    color: #131313; }

.alert-dark-gray {
  color: #232323;
  background-color: #d9d9d9;
  border-color: #cacaca; }
  .alert-dark-gray hr {
    border-top-color: #bdbdbd; }
  .alert-dark-gray .alert-link {
    color: #0a0a0a; }

.alert-light-gray {
  color: #3d3d3d;
  background-color: #e4e4e4;
  border-color: #d9d9d9; }
  .alert-light-gray hr {
    border-top-color: #cccccc; }
  .alert-light-gray .alert-link {
    color: #242424; }

.alert-regular-gray {
  color: #5f5f5f;
  background-color: #f1f1f1;
  border-color: #ebebeb; }
  .alert-regular-gray hr {
    border-top-color: #dedede; }
  .alert-regular-gray .alert-link {
    color: #464646; }

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-black hr {
    border-top-color: #ababab; }
  .alert-black .alert-link {
    color: black; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #c137a2;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #c137a2;
    border-color: #c137a2; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1600px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #641d54;
  background-color: #eec7e5; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #641d54;
    background-color: #e8b3dc; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #641d54;
    border-color: #641d54; }

.list-group-item-secondary {
  color: #37296f;
  background-color: #d5cdf4; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #37296f;
    background-color: #c3b8ef; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #37296f;
    border-color: #37296f; }

.list-group-item-success {
  color: #11441d;
  background-color: #c1dcc7; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #11441d;
    background-color: #b1d3b8; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #11441d;
    border-color: #11441d; }

.list-group-item-info {
  color: #09434b;
  background-color: #bddbe0; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #09434b;
    background-color: #acd2d8; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #09434b;
    border-color: #09434b; }

.list-group-item-warning {
  color: #4d3a00;
  background-color: #e1d7b8; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #4d3a00;
    background-color: #d9cda6; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #4d3a00;
    border-color: #4d3a00; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.list-group-item-primary-alt {
  color: #37296f;
  background-color: #d5cdf4; }
  .list-group-item-primary-alt.list-group-item-action:hover, .list-group-item-primary-alt.list-group-item-action:focus {
    color: #37296f;
    background-color: #c3b8ef; }
  .list-group-item-primary-alt.list-group-item-action.active {
    color: #fff;
    background-color: #37296f;
    border-color: #37296f; }

.list-group-item-aqua {
  color: #1e5459;
  background-color: #c8e5e8; }
  .list-group-item-aqua.list-group-item-action:hover, .list-group-item-aqua.list-group-item-action:focus {
    color: #1e5459;
    background-color: #b6dde0; }
  .list-group-item-aqua.list-group-item-action.active {
    color: #fff;
    background-color: #1e5459;
    border-color: #1e5459; }

.list-group-item-clear-gray {
  color: #6e6e72;
  background-color: #f3f3f5; }
  .list-group-item-clear-gray.list-group-item-action:hover, .list-group-item-clear-gray.list-group-item-action:focus {
    color: #6e6e72;
    background-color: #e5e5e9; }
  .list-group-item-clear-gray.list-group-item-action.active {
    color: #fff;
    background-color: #6e6e72;
    border-color: #6e6e72; }

.list-group-item-gray {
  color: #2c2c2c;
  background-color: #cfcfcf; }
  .list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
    color: #2c2c2c;
    background-color: #c2c2c2; }
  .list-group-item-gray.list-group-item-action.active {
    color: #fff;
    background-color: #2c2c2c;
    border-color: #2c2c2c; }

.list-group-item-dark-gray {
  color: #232323;
  background-color: #cacaca; }
  .list-group-item-dark-gray.list-group-item-action:hover, .list-group-item-dark-gray.list-group-item-action:focus {
    color: #232323;
    background-color: #bdbdbd; }
  .list-group-item-dark-gray.list-group-item-action.active {
    color: #fff;
    background-color: #232323;
    border-color: #232323; }

.list-group-item-light-gray {
  color: #3d3d3d;
  background-color: #d9d9d9; }
  .list-group-item-light-gray.list-group-item-action:hover, .list-group-item-light-gray.list-group-item-action:focus {
    color: #3d3d3d;
    background-color: #cccccc; }
  .list-group-item-light-gray.list-group-item-action.active {
    color: #fff;
    background-color: #3d3d3d;
    border-color: #3d3d3d; }

.list-group-item-regular-gray {
  color: #5f5f5f;
  background-color: #ebebeb; }
  .list-group-item-regular-gray.list-group-item-action:hover, .list-group-item-regular-gray.list-group-item-action:focus {
    color: #5f5f5f;
    background-color: #dedede; }
  .list-group-item-regular-gray.list-group-item-action.active {
    color: #fff;
    background-color: #5f5f5f;
    border-color: #5f5f5f; }

.list-group-item-black {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: black;
    border-color: black; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  @media (max-width: 1200px) {
    .close {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

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

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

[dir="ltr"] .tooltip {
  text-align: left; }

[dir="rtl"] .tooltip {
  text-align: right; }

.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-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: 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"], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #777777; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-black.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, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #777777; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #777777; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-black.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, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #777777; }

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

[dir="ltr"] .popover {
  text-align: left; }

[dir="rtl"] .popover {
  text-align: right; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  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-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"], .b-popover-primary.bs-popover-auto[x-placement^="top"], .b-popover-secondary.bs-popover-auto[x-placement^="top"], .b-popover-success.bs-popover-auto[x-placement^="top"], .b-popover-info.bs-popover-auto[x-placement^="top"], .b-popover-warning.bs-popover-auto[x-placement^="top"], .b-popover-danger.bs-popover-auto[x-placement^="top"], .b-popover-light.bs-popover-auto[x-placement^="top"], .b-popover-dark.bs-popover-auto[x-placement^="top"], .b-popover-primary-alt.bs-popover-auto[x-placement^="top"], .b-popover-aqua.bs-popover-auto[x-placement^="top"], .b-popover-clear-gray.bs-popover-auto[x-placement^="top"], .b-popover-gray.bs-popover-auto[x-placement^="top"], .b-popover-dark-gray.bs-popover-auto[x-placement^="top"], .b-popover-light-gray.bs-popover-auto[x-placement^="top"], .b-popover-regular-gray.bs-popover-auto[x-placement^="top"], .b-popover-black.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"], .b-popover-primary.bs-popover-auto[x-placement^="right"], .b-popover-secondary.bs-popover-auto[x-placement^="right"], .b-popover-success.bs-popover-auto[x-placement^="right"], .b-popover-info.bs-popover-auto[x-placement^="right"], .b-popover-warning.bs-popover-auto[x-placement^="right"], .b-popover-danger.bs-popover-auto[x-placement^="right"], .b-popover-light.bs-popover-auto[x-placement^="right"], .b-popover-dark.bs-popover-auto[x-placement^="right"], .b-popover-primary-alt.bs-popover-auto[x-placement^="right"], .b-popover-aqua.bs-popover-auto[x-placement^="right"], .b-popover-clear-gray.bs-popover-auto[x-placement^="right"], .b-popover-gray.bs-popover-auto[x-placement^="right"], .b-popover-dark-gray.bs-popover-auto[x-placement^="right"], .b-popover-light-gray.bs-popover-auto[x-placement^="right"], .b-popover-regular-gray.bs-popover-auto[x-placement^="right"], .b-popover-black.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"], .b-popover-primary.bs-popover-auto[x-placement^="bottom"], .b-popover-secondary.bs-popover-auto[x-placement^="bottom"], .b-popover-success.bs-popover-auto[x-placement^="bottom"], .b-popover-info.bs-popover-auto[x-placement^="bottom"], .b-popover-warning.bs-popover-auto[x-placement^="bottom"], .b-popover-danger.bs-popover-auto[x-placement^="bottom"], .b-popover-light.bs-popover-auto[x-placement^="bottom"], .b-popover-dark.bs-popover-auto[x-placement^="bottom"], .b-popover-primary-alt.bs-popover-auto[x-placement^="bottom"], .b-popover-aqua.bs-popover-auto[x-placement^="bottom"], .b-popover-clear-gray.bs-popover-auto[x-placement^="bottom"], .b-popover-gray.bs-popover-auto[x-placement^="bottom"], .b-popover-dark-gray.bs-popover-auto[x-placement^="bottom"], .b-popover-light-gray.bs-popover-auto[x-placement^="bottom"], .b-popover-regular-gray.bs-popover-auto[x-placement^="bottom"], .b-popover-black.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"], .b-popover-primary.bs-popover-auto[x-placement^="left"], .b-popover-secondary.bs-popover-auto[x-placement^="left"], .b-popover-success.bs-popover-auto[x-placement^="left"], .b-popover-info.bs-popover-auto[x-placement^="left"], .b-popover-warning.bs-popover-auto[x-placement^="left"], .b-popover-danger.bs-popover-auto[x-placement^="left"], .b-popover-light.bs-popover-auto[x-placement^="left"], .b-popover-dark.bs-popover-auto[x-placement^="left"], .b-popover-primary-alt.bs-popover-auto[x-placement^="left"], .b-popover-aqua.bs-popover-auto[x-placement^="left"], .b-popover-clear-gray.bs-popover-auto[x-placement^="left"], .b-popover-gray.bs-popover-auto[x-placement^="left"], .b-popover-dark-gray.bs-popover-auto[x-placement^="left"], .b-popover-light-gray.bs-popover-auto[x-placement^="left"], .b-popover-regular-gray.bs-popover-auto[x-placement^="left"], .b-popover-black.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z%27/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z%27/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle, #saved .checklist-item .material-icons, #delete-modal .checklist-item .material-icons {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #c137a2 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #992c81 !important; }

.bg-secondary {
  background-color: #694ed6 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #4b2dc4 !important; }

.bg-success {
  background-color: #208337 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #165a26 !important; }

.bg-info {
  background-color: #128091 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0c5864 !important; }

.bg-warning {
  background-color: #946f00 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #614900 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-primary-alt {
  background-color: #694ed6 !important; }

a.bg-primary-alt:hover, a.bg-primary-alt:focus,
button.bg-primary-alt:hover,
button.bg-primary-alt:focus {
  background-color: #4b2dc4 !important; }

.bg-aqua {
  background-color: #39a2ac !important; }

a.bg-aqua:hover, a.bg-aqua:focus,
button.bg-aqua:hover,
button.bg-aqua:focus {
  background-color: #2c7e86 !important; }

.bg-clear-gray {
  background-color: #d3d4db !important; }

a.bg-clear-gray:hover, a.bg-clear-gray:focus,
button.bg-clear-gray:hover,
button.bg-clear-gray:focus {
  background-color: #b7b9c4 !important; }

.bg-gray {
  background-color: #555555 !important; }

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #3c3c3c !important; }

.bg-dark-gray {
  background-color: #434343 !important; }

a.bg-dark-gray:hover, a.bg-dark-gray:focus,
button.bg-dark-gray:hover,
button.bg-dark-gray:focus {
  background-color: #2a2a2a !important; }

.bg-light-gray {
  background-color: #767676 !important; }

a.bg-light-gray:hover, a.bg-light-gray:focus,
button.bg-light-gray:hover,
button.bg-light-gray:focus {
  background-color: #5d5d5d !important; }

.bg-regular-gray {
  background-color: #b7b7b7 !important; }

a.bg-regular-gray:hover, a.bg-regular-gray:focus,
button.bg-regular-gray:hover,
button.bg-regular-gray:focus {
  background-color: #9e9e9e !important; }

.bg-black {
  background-color: #000000 !important; }

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #c137a2 !important; }

.border-secondary {
  border-color: #694ed6 !important; }

.border-success {
  border-color: #208337 !important; }

.border-info {
  border-color: #128091 !important; }

.border-warning {
  border-color: #946f00 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-primary-alt {
  border-color: #694ed6 !important; }

.border-aqua {
  border-color: #39a2ac !important; }

.border-clear-gray {
  border-color: #d3d4db !important; }

.border-gray {
  border-color: #555555 !important; }

.border-dark-gray {
  border-color: #434343 !important; }

.border-light-gray {
  border-color: #767676 !important; }

.border-regular-gray {
  border-color: #b7b7b7 !important; }

.border-black {
  border-color: #000000 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1600px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1600px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

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

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

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

.w-100, .argument-checklist, .text-wrap-all {
  width: 100% !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #c137a2 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #852670 !important; }

.text-secondary {
  color: #694ed6 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #4329af !important; }

.text-success, .search-container .active {
  color: #208337 !important; }

a.text-success:hover, .search-container a.active:hover, a.text-success:focus, .search-container a.active:focus {
  color: #11461d !important; }

.text-info {
  color: #128091 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0a444d !important; }

.text-warning {
  color: #946f00 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #483600 !important; }

.text-danger, .search-container .past-due {
  color: #dc3545 !important; }

a.text-danger:hover, .search-container a.past-due:hover, a.text-danger:focus, .search-container a.past-due:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-primary-alt {
  color: #694ed6 !important; }

a.text-primary-alt:hover, a.text-primary-alt:focus {
  color: #4329af !important; }

.text-aqua {
  color: #39a2ac !important; }

a.text-aqua:hover, a.text-aqua:focus {
  color: #266c73 !important; }

.text-clear-gray {
  color: #d3d4db !important; }

a.text-clear-gray:hover, a.text-clear-gray:focus {
  color: #a9abb9 !important; }

.text-gray, .search-container .upcoming, .search-container .planned {
  color: #555555 !important; }

a.text-gray:hover, .search-container a.upcoming:hover, .search-container a.planned:hover, a.text-gray:focus, .search-container a.upcoming:focus, .search-container a.planned:focus {
  color: #2f2f2f !important; }

.text-dark-gray {
  color: #434343 !important; }

a.text-dark-gray:hover, a.text-dark-gray:focus {
  color: #1d1d1d !important; }

.text-light-gray {
  color: #767676 !important; }

a.text-light-gray:hover, a.text-light-gray:focus {
  color: #505050 !important; }

.text-regular-gray {
  color: #b7b7b7 !important; }

a.text-regular-gray:hover, a.text-regular-gray:focus {
  color: #919191 !important; }

.text-black {
  color: #000000 !important; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

.bv-no-focus-ring:focus {
  outline: none; }

@media (max-width: 575.98px) {
  .bv-d-xs-down-none {
    display: none !important; } }

@media (max-width: 767.98px) {
  .bv-d-sm-down-none {
    display: none !important; } }

@media (max-width: 991.98px) {
  .bv-d-md-down-none {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .bv-d-lg-down-none {
    display: none !important; } }

@media (max-width: 1599.98px) {
  .bv-d-xl-down-none {
    display: none !important; } }

.bv-d-xxl-down-none {
  display: none !important; }

.form-control.focus {
  color: #495057;
  background-color: #fff;
  border-color: #e196d0;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }
  .form-control.focus.is-valid {
    border-color: #208337;
    box-shadow: 0 0 0 0.2rem rgba(32, 131, 55, 0.25); }
  .form-control.focus.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.b-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  max-width: 100%;
  max-height: auto;
  text-align: center;
  overflow: visible;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .b-avatar:focus {
    outline: 0; }
  .b-avatar.btn, .b-avatar[href] {
    padding: 0;
    border: 0; }
    .b-avatar.btn .b-avatar-img img, .b-avatar[href] .b-avatar-img img {
      transition: -webkit-transform 0.15s ease-in-out;
      transition: transform 0.15s ease-in-out;
      transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
    .b-avatar.btn:not(:disabled):not(.disabled), .b-avatar[href]:not(:disabled):not(.disabled) {
      cursor: pointer; }
      .b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img, .b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img {
        -webkit-transform: scale(1.15);
                transform: scale(1.15); }
  .b-avatar.disabled, .b-avatar:disabled, .b-avatar[disabled] {
    opacity: 0.65;
    pointer-events: none; }
  .b-avatar .b-avatar-custom,
  .b-avatar .b-avatar-text,
  .b-avatar .b-avatar-img {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-mask-image: radial-gradient(white, black);
            mask-image: radial-gradient(white, black); }
  .b-avatar .b-avatar-text {
    text-transform: uppercase;
    white-space: nowrap; }
  .b-avatar[href] {
    text-decoration: none; }
  .b-avatar > .b-icon {
    width: 60%;
    height: auto;
    max-width: 100%; }
  .b-avatar .b-avatar-img img {
    width: 100%;
    height: 100%;
    max-height: auto;
    border-radius: inherit;
    -o-object-fit: cover;
       object-fit: cover; }
  .b-avatar .b-avatar-badge {
    position: absolute;
    min-height: 1.5em;
    min-width: 1.5em;
    padding: 0.25em;
    line-height: 1;
    border-radius: 10em;
    font-size: 70%;
    font-weight: 700;
    z-index: 1; }

.b-avatar-sm {
  width: 1.5rem;
  height: 1.5rem; }
  .b-avatar-sm .b-avatar-text {
    font-size: calc(0.6rem); }
  .b-avatar-sm .b-avatar-badge {
    font-size: calc(0.42rem); }

.b-avatar-lg {
  width: 3.5rem;
  height: 3.5rem; }
  .b-avatar-lg .b-avatar-text {
    font-size: calc(1.4rem); }
  .b-avatar-lg .b-avatar-badge {
    font-size: calc(0.98rem); }

.b-avatar-group .b-avatar-group-inner {
  display: flex;
  flex-wrap: wrap; }

.b-avatar-group .b-avatar {
  border: 1px solid #dee2e6; }

.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled),
.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled) {
  z-index: 1; }

.b-calendar {
  display: inline-flex; }
  .b-calendar .b-calendar-inner {
    min-width: 250px; }
  .b-calendar .b-calendar-header,
  .b-calendar .b-calendar-nav {
    margin-bottom: 0.25rem; }
  .b-calendar .b-calendar-nav .btn {
    padding: 0.25rem; }
  .b-calendar output {
    padding: 0.25rem;
    font-size: 80%; }
    .b-calendar output.readonly {
      background-color: #e9ecef;
      opacity: 1; }
  .b-calendar .b-calendar-footer {
    margin-top: 0.5rem; }
  .b-calendar .b-calendar-grid {
    padding: 0;
    margin: 0;
    overflow: hidden; }
    .b-calendar .b-calendar-grid .row {
      flex-wrap: nowrap; }
  .b-calendar .b-calendar-grid-caption {
    padding: 0.25rem; }
  .b-calendar .b-calendar-grid-body .col[data-date] .btn {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 1;
    margin: 3px auto;
    padding: 9px 0; }
  .b-calendar .btn:disabled, .b-calendar .btn.disabled, .b-calendar .btn[aria-disabled="true"] {
    cursor: default;
    pointer-events: none; }

.card-img-left {
  border-top-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-img-right {
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px); }

.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important; }

.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important; }

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

.b-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400; }
  .b-dropdown-form:focus {
    outline: 1px dotted !important;
    outline: 5px auto -webkit-focus-ring-color !important; }
  .b-dropdown-form.disabled, .b-dropdown-form:disabled {
    outline: 0 !important;
    color: #adb5bd;
    pointer-events: none; }

.b-dropdown-text {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter; }

.custom-checkbox.b-custom-control-lg,
.input-group-lg .custom-checkbox {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem; }
  .custom-checkbox.b-custom-control-lg .custom-control-label::before,
  .input-group-lg .custom-checkbox .custom-control-label::before {
    top: 0.3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.3rem; }
  .custom-checkbox.b-custom-control-lg .custom-control-label::after,
  .input-group-lg .custom-checkbox .custom-control-label::after {
    top: 0.3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    background-size: 50% 50%; }

.custom-checkbox.b-custom-control-sm,
.input-group-sm .custom-checkbox {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem; }
  .custom-checkbox.b-custom-control-sm .custom-control-label::before,
  .input-group-sm .custom-checkbox .custom-control-label::before {
    top: 0.21875rem;
    left: -1.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 0.2rem; }
  .custom-checkbox.b-custom-control-sm .custom-control-label::after,
  .input-group-sm .custom-checkbox .custom-control-label::after {
    top: 0.21875rem;
    left: -1.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    background-size: 50% 50%; }

.custom-switch.b-custom-control-lg,
.input-group-lg .custom-switch {
  padding-left: 2.8125rem; }
  .custom-switch.b-custom-control-lg .custom-control-label,
  .input-group-lg .custom-switch .custom-control-label {
    font-size: 1.25rem;
    line-height: 1.5; }
    .custom-switch.b-custom-control-lg .custom-control-label::before,
    .input-group-lg .custom-switch .custom-control-label::before {
      top: 0.3125rem;
      height: 1.25rem;
      left: -2.8125rem;
      width: 2.1875rem;
      border-radius: 0.625rem; }
    .custom-switch.b-custom-control-lg .custom-control-label::after,
    .input-group-lg .custom-switch .custom-control-label::after {
      top: calc( 0.3125rem + 2px);
      left: calc( -2.8125rem + 2px);
      width: calc( 1.25rem - 4px);
      height: calc( 1.25rem - 4px);
      border-radius: 0.625rem;
      background-size: 50% 50%; }
  .custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after,
  .input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    -webkit-transform: translateX(0.9375rem);
            transform: translateX(0.9375rem); }

.custom-switch.b-custom-control-sm,
.input-group-sm .custom-switch {
  padding-left: 1.96875rem; }
  .custom-switch.b-custom-control-sm .custom-control-label,
  .input-group-sm .custom-switch .custom-control-label {
    font-size: 0.875rem;
    line-height: 1.5; }
    .custom-switch.b-custom-control-sm .custom-control-label::before,
    .input-group-sm .custom-switch .custom-control-label::before {
      top: 0.21875rem;
      left: -1.96875rem;
      width: 1.53125rem;
      height: 0.875rem;
      border-radius: 0.4375rem; }
    .custom-switch.b-custom-control-sm .custom-control-label::after,
    .input-group-sm .custom-switch .custom-control-label::after {
      top: calc( 0.21875rem + 2px);
      left: calc( -1.96875rem + 2px);
      width: calc( 0.875rem - 4px);
      height: calc( 0.875rem - 4px);
      border-radius: 0.4375rem;
      background-size: 50% 50%; }
  .custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after,
  .input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    -webkit-transform: translateX(0.65625rem);
            transform: translateX(0.65625rem); }

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

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

.b-form-btn-label-control.form-control {
  display: flex;
  align-items: stretch;
  height: auto;
  padding: 0;
  background-image: none; }
  .input-group .b-form-btn-label-control.form-control {
    padding: 0; }
  [dir="rtl"] .b-form-btn-label-control.form-control, .b-form-btn-label-control.form-control[dir="rtl"] {
    flex-direction: row-reverse; }
    [dir="rtl"] .b-form-btn-label-control.form-control > label, .b-form-btn-label-control.form-control[dir="rtl"] > label {
      text-align: right; }
  .b-form-btn-label-control.form-control > .btn {
    line-height: 1;
    font-size: inherit;
    box-shadow: none !important;
    border: 0; }
    .b-form-btn-label-control.form-control > .btn:disabled {
      pointer-events: none; }
  .b-form-btn-label-control.form-control.is-valid > .btn {
    color: #208337; }
  .b-form-btn-label-control.form-control.is-invalid > .btn {
    color: #dc3545; }
  .b-form-btn-label-control.form-control > .dropdown-menu {
    padding: 0.5rem; }
  .b-form-btn-label-control.form-control > .form-control {
    height: auto;
    min-height: calc(calc(1.5em + 0.75rem + 2px) - 2px);
    padding-left: 0.25rem;
    margin: 0;
    border: 0;
    outline: 0;
    background: transparent;
    word-break: break-word;
    font-size: inherit;
    white-space: normal;
    cursor: pointer; }
    .b-form-btn-label-control.form-control > .form-control.form-control-sm {
      min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px); }
    .b-form-btn-label-control.form-control > .form-control.form-control-lg {
      min-height: calc(calc(1.5em + 1rem + 2px) - 2px); }
    .input-group.input-group-sm .b-form-btn-label-control.form-control > .form-control {
      min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
      padding-top: 0.25rem;
      padding-bottom: 0.25rem; }
    .input-group.input-group-lg .b-form-btn-label-control.form-control > .form-control {
      min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
  .b-form-btn-label-control.form-control[aria-disabled="true"], .b-form-btn-label-control.form-control[aria-readonly="true"] {
    background-color: #e9ecef;
    opacity: 1; }
  .b-form-btn-label-control.form-control[aria-disabled="true"] {
    pointer-events: none; }
    .b-form-btn-label-control.form-control[aria-disabled="true"] > label {
      cursor: default; }

.b-form-btn-label-control.btn-group > .dropdown-menu {
  padding: 0.5rem; }

.custom-file-label {
  white-space: nowrap;
  overflow-x: hidden; }

.b-custom-control-lg.custom-file,
.b-custom-control-lg .custom-file-input,
.b-custom-control-lg .custom-file-label,
.input-group-lg.custom-file,
.input-group-lg .custom-file-input,
.input-group-lg .custom-file-label {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px); }

.b-custom-control-lg .custom-file-label,
.b-custom-control-lg .custom-file-label:after,
.input-group-lg .custom-file-label,
.input-group-lg .custom-file-label:after {
  padding: 0.5rem 1rem;
  line-height: 1.5; }

.b-custom-control-lg .custom-file-label,
.input-group-lg .custom-file-label {
  border-radius: 0.3rem; }
  .b-custom-control-lg .custom-file-label::after,
  .input-group-lg .custom-file-label::after {
    font-size: inherit;
    height: calc( 1.5em + 1rem);
    border-radius: 0 0.3rem 0.3rem 0; }

.b-custom-control-sm.custom-file,
.b-custom-control-sm .custom-file-input,
.b-custom-control-sm .custom-file-label,
.input-group-sm.custom-file,
.input-group-sm .custom-file-input,
.input-group-sm .custom-file-label {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px); }

.b-custom-control-sm .custom-file-label,
.b-custom-control-sm .custom-file-label:after,
.input-group-sm .custom-file-label,
.input-group-sm .custom-file-label:after {
  padding: 0.25rem 0.5rem;
  line-height: 1.5; }

.b-custom-control-sm .custom-file-label,
.input-group-sm .custom-file-label {
  border-radius: 0.2rem; }
  .b-custom-control-sm .custom-file-label::after,
  .input-group-sm .custom-file-label::after {
    font-size: inherit;
    height: calc( 1.5em + 0.5rem);
    border-radius: 0 0.2rem 0.2rem 0; }

.was-validated .form-control:invalid,
.was-validated .form-control:valid, .form-control.is-invalid, .form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center; }

input[type="color"].form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.125rem 0.25rem; }

input[type="color"].form-control.form-control-sm,
.input-group-sm input[type="color"].form-control {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.125rem 0.25rem; }

input[type="color"].form-control.form-control-lg,
.input-group-lg input[type="color"].form-control {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.125rem 0.25rem; }

input[type="color"].form-control:disabled {
  background-color: #adb5bd;
  opacity: 0.65; }

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

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

.input-group > .custom-range:focus {
  z-index: 3; }

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

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

.input-group > .custom-range {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .input-group > .custom-range {
      transition: none; } }
  .input-group > .custom-range:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e196d0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }
  .input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {
    background-color: #e9ecef; }

.input-group-lg > .custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1rem;
  border-radius: 0.3rem; }

.input-group-sm > .custom-range {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.5rem;
  border-radius: 0.2rem; }

.was-validated .input-group .custom-range:valid, .input-group .custom-range.is-valid {
  border-color: #208337; }
  .was-validated .input-group .custom-range:valid:focus, .input-group .custom-range.is-valid:focus {
    border-color: #208337;
    box-shadow: 0 0 0 0.2rem rgba(32, 131, 55, 0.25); }

.was-validated .custom-range:valid:focus::-webkit-slider-thumb, .custom-range.is-valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #78de8f; }

.was-validated .custom-range:valid:focus::-moz-range-thumb, .custom-range.is-valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #78de8f; }

.was-validated .custom-range:valid:focus::-ms-thumb, .custom-range.is-valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #78de8f; }

.was-validated .custom-range:valid::-webkit-slider-thumb, .custom-range.is-valid::-webkit-slider-thumb {
  background-color: #208337;
  background-image: none; }
  .was-validated .custom-range:valid::-webkit-slider-thumb:active, .custom-range.is-valid::-webkit-slider-thumb:active {
    background-color: #78de8f;
    background-image: none; }

.was-validated .custom-range:valid::-webkit-slider-runnable-track, .custom-range.is-valid::-webkit-slider-runnable-track {
  background-color: rgba(32, 131, 55, 0.35); }

.was-validated .custom-range:valid::-moz-range-thumb, .custom-range.is-valid::-moz-range-thumb {
  background-color: #208337;
  background-image: none; }
  .was-validated .custom-range:valid::-moz-range-thumb:active, .custom-range.is-valid::-moz-range-thumb:active {
    background-color: #78de8f;
    background-image: none; }

.was-validated .custom-range:valid::-moz-range-track, .custom-range.is-valid::-moz-range-track {
  background: rgba(32, 131, 55, 0.35); }

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

.was-validated .custom-range:valid::-ms-thumb, .custom-range.is-valid::-ms-thumb {
  background-color: #208337;
  background-image: none; }
  .was-validated .custom-range:valid::-ms-thumb:active, .custom-range.is-valid::-ms-thumb:active {
    background-color: #78de8f;
    background-image: none; }

.was-validated .custom-range:valid::-ms-track-lower, .custom-range.is-valid::-ms-track-lower {
  background: rgba(32, 131, 55, 0.35); }

.was-validated .custom-range:valid::-ms-track-upper, .custom-range.is-valid::-ms-track-upper {
  background: rgba(32, 131, 55, 0.35); }

.was-validated .input-group .custom-range:invalid, .input-group .custom-range.is-invalid {
  border-color: #dc3545; }
  .was-validated .input-group .custom-range:invalid:focus, .input-group .custom-range.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-range:invalid:focus::-webkit-slider-thumb, .custom-range.is-invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1; }

.was-validated .custom-range:invalid:focus::-moz-range-thumb, .custom-range.is-invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1; }

.was-validated .custom-range:invalid:focus::-ms-thumb, .custom-range.is-invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1; }

.was-validated .custom-range:invalid::-webkit-slider-thumb, .custom-range.is-invalid::-webkit-slider-thumb {
  background-color: #dc3545;
  background-image: none; }
  .was-validated .custom-range:invalid::-webkit-slider-thumb:active, .custom-range.is-invalid::-webkit-slider-thumb:active {
    background-color: #f6cdd1;
    background-image: none; }

.was-validated .custom-range:invalid::-webkit-slider-runnable-track, .custom-range.is-invalid::-webkit-slider-runnable-track {
  background-color: rgba(220, 53, 69, 0.35); }

.was-validated .custom-range:invalid::-moz-range-thumb, .custom-range.is-invalid::-moz-range-thumb {
  background-color: #dc3545;
  background-image: none; }
  .was-validated .custom-range:invalid::-moz-range-thumb:active, .custom-range.is-invalid::-moz-range-thumb:active {
    background-color: #f6cdd1;
    background-image: none; }

.was-validated .custom-range:invalid::-moz-range-track, .custom-range.is-invalid::-moz-range-track {
  background: rgba(220, 53, 69, 0.35); }

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

.was-validated .custom-range:invalid::-ms-thumb, .custom-range.is-invalid::-ms-thumb {
  background-color: #dc3545;
  background-image: none; }
  .was-validated .custom-range:invalid::-ms-thumb:active, .custom-range.is-invalid::-ms-thumb:active {
    background-color: #f6cdd1;
    background-image: none; }

.was-validated .custom-range:invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-lower {
  background: rgba(220, 53, 69, 0.35); }

.was-validated .custom-range:invalid::-ms-track-upper, .custom-range.is-invalid::-ms-track-upper {
  background: rgba(220, 53, 69, 0.35); }

.custom-radio.b-custom-control-lg,
.input-group-lg .custom-radio {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem; }
  .custom-radio.b-custom-control-lg .custom-control-label::before,
  .input-group-lg .custom-radio .custom-control-label::before {
    top: 0.3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%; }
  .custom-radio.b-custom-control-lg .custom-control-label::after,
  .input-group-lg .custom-radio .custom-control-label::after {
    top: 0.3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    background: no-repeat 50% / 50% 50%; }

.custom-radio.b-custom-control-sm,
.input-group-sm .custom-radio {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem; }
  .custom-radio.b-custom-control-sm .custom-control-label::before,
  .input-group-sm .custom-radio .custom-control-label::before {
    top: 0.21875rem;
    left: -1.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%; }
  .custom-radio.b-custom-control-sm .custom-control-label::after,
  .input-group-sm .custom-radio .custom-control-label::after {
    top: 0.21875rem;
    left: -1.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    background: no-repeat 50% / 50% 50%; }

.b-rating {
  text-align: center; }
  .b-rating.d-inline-flex {
    width: auto; }
  .b-rating .b-rating-star,
  .b-rating .b-rating-value {
    padding: 0 0.25em; }
  .b-rating .b-rating-value {
    min-width: 2.5em; }
  .b-rating .b-rating-star {
    display: inline-flex;
    justify-content: center;
    outline: 0; }
    .b-rating .b-rating-star .b-rating-icon {
      display: inline-flex;
      transition: all 0.15s ease-in-out; }
  .b-rating.disabled, .b-rating:disabled {
    background-color: #e9ecef;
    color: #6c757d; }
  .b-rating:not(.disabled):not(.readonly) .b-rating-star {
    cursor: pointer; }
  .b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon,
  .b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  .b-rating[dir="rtl"] .b-rating-star-half {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }

.b-form-spinbutton {
  text-align: center;
  overflow: hidden;
  background-image: none;
  padding: 0; }
  [dir="rtl"] .b-form-spinbutton:not(.flex-column), .b-form-spinbutton[dir="rtl"]:not(.flex-column) {
    flex-direction: row-reverse; }
  .b-form-spinbutton output {
    font-size: inherit;
    outline: 0;
    border: 0;
    background-color: transparent;
    width: auto;
    margin: 0;
    padding: 0 0.25rem; }
    .b-form-spinbutton output > div,
    .b-form-spinbutton output > bdi {
      display: block;
      min-width: 2.25em;
      height: 1.5em; }
  .b-form-spinbutton.flex-column {
    height: auto;
    width: auto; }
    .b-form-spinbutton.flex-column output {
      margin: 0 0.25rem;
      padding: 0.25rem 0; }
  .b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {
    output-width: 100%; }
  .b-form-spinbutton.d-inline-flex:not(.flex-column) {
    width: auto; }
  .b-form-spinbutton .btn {
    line-height: 1;
    box-shadow: none !important; }
    .b-form-spinbutton .btn:disabled {
      pointer-events: none; }
    .b-form-spinbutton .btn:hover:not(:disabled) > div > .b-icon {
      -webkit-transform: scale(1.25);
              transform: scale(1.25); }
  .b-form-spinbutton.disabled, .b-form-spinbutton.readonly {
    background-color: #e9ecef; }
  .b-form-spinbutton.disabled {
    pointer-events: none; }

.b-form-tags .b-form-tags-list {
  margin-top: -0.25rem; }
  .b-form-tags .b-form-tags-list .b-from-tags-field,
  .b-form-tags .b-form-tags-list .b-form-tag {
    margin-top: 0.25rem; }

.b-form-tags.focus {
  color: #495057;
  background-color: #fff;
  border-color: #e196d0;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(193, 55, 162, 0.25); }
  .b-form-tags.focus.is-valid {
    border-color: #208337;
    box-shadow: 0 0 0 0.2rem rgba(32, 131, 55, 0.25); }
  .b-form-tags.focus.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.b-form-tags.disabled {
  background-color: #e9ecef; }

.b-form-tag {
  font-size: 75%;
  font-weight: normal;
  line-height: 1.5;
  margin-right: 0.25rem; }
  .b-form-tag.disabled {
    opacity: 0.75; }
  .b-form-tag > button.b-form-tag-remove {
    color: inherit;
    font-size: 125%;
    line-height: 1;
    float: none;
    margin-left: 0.25rem; }

.form-control-sm .b-form-tag {
  line-height: 1.5; }

.form-control-lg .b-form-tag {
  line-height: 1.5; }

.media-aside {
  display: flex;
  margin-right: 1rem; }

.media-aside-right {
  margin-right: 0;
  margin-left: 1rem; }

.modal-backdrop {
  opacity: 0.5; }

.b-pagination-pills .page-item .page-link {
  border-radius: 50rem !important;
  margin-left: 0.25rem;
  line-height: 1; }

.b-pagination-pills .page-item:first-child .page-link {
  margin-left: 0; }

.popover.b-popover {
  display: block;
  opacity: 1;
  outline: 0; }
  .popover.b-popover.fade:not(.show) {
    opacity: 0; }
  .popover.b-popover.show {
    opacity: 1; }

.b-popover-primary.popover {
  background-color: #f3d7ec;
  border-color: #eec7e5; }

.b-popover-primary.bs-popover-top > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #eec7e5; }

.b-popover-primary.bs-popover-top > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f3d7ec; }

.b-popover-primary.bs-popover-right > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #eec7e5; }

.b-popover-primary.bs-popover-right > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f3d7ec; }

.b-popover-primary.bs-popover-bottom > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #eec7e5; }

.b-popover-primary.bs-popover-bottom > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #efcbe6; }

.b-popover-primary.bs-popover-bottom .popover-header::before, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #efcbe6; }

.b-popover-primary.bs-popover-left > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #eec7e5; }

.b-popover-primary.bs-popover-left > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f3d7ec; }

.b-popover-primary .popover-header {
  color: #212529;
  background-color: #efcbe6;
  border-bottom-color: #eab8dd; }

.b-popover-primary .popover-body {
  color: #641d54; }

.b-popover-secondary.popover {
  background-color: #e1dcf7;
  border-color: #d5cdf4; }

.b-popover-secondary.bs-popover-top > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #d5cdf4; }

.b-popover-secondary.bs-popover-top > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #e1dcf7; }

.b-popover-secondary.bs-popover-right > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #d5cdf4; }

.b-popover-secondary.bs-popover-right > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #e1dcf7; }

.b-popover-secondary.bs-popover-bottom > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #d5cdf4; }

.b-popover-secondary.bs-popover-bottom > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d6d0f4; }

.b-popover-secondary.bs-popover-bottom .popover-header::before, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d6d0f4; }

.b-popover-secondary.bs-popover-left > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #d5cdf4; }

.b-popover-secondary.bs-popover-left > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #e1dcf7; }

.b-popover-secondary .popover-header {
  color: #212529;
  background-color: #d6d0f4;
  border-bottom-color: #c5bbef; }

.b-popover-secondary .popover-body {
  color: #37296f; }

.b-popover-success.popover {
  background-color: #d2e6d7;
  border-color: #c1dcc7; }

.b-popover-success.bs-popover-top > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c1dcc7; }

.b-popover-success.bs-popover-top > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d2e6d7; }

.b-popover-success.bs-popover-right > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c1dcc7; }

.b-popover-success.bs-popover-right > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d2e6d7; }

.b-popover-success.bs-popover-bottom > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c1dcc7; }

.b-popover-success.bs-popover-bottom > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c8e1ce; }

.b-popover-success.bs-popover-bottom .popover-header::before, .b-popover-success.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #c8e1ce; }

.b-popover-success.bs-popover-left > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c1dcc7; }

.b-popover-success.bs-popover-left > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d2e6d7; }

.b-popover-success .popover-header {
  color: #212529;
  background-color: #c8e1ce;
  border-bottom-color: #b8d7c0; }

.b-popover-success .popover-body {
  color: #11441d; }

.b-popover-info.popover {
  background-color: #d0e6e9;
  border-color: #bddbe0; }

.b-popover-info.bs-popover-top > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #bddbe0; }

.b-popover-info.bs-popover-top > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d0e6e9; }

.b-popover-info.bs-popover-right > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #bddbe0; }

.b-popover-info.bs-popover-right > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d0e6e9; }

.b-popover-info.bs-popover-bottom > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #bddbe0; }

.b-popover-info.bs-popover-bottom > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c6e0e4; }

.b-popover-info.bs-popover-bottom .popover-header::before, .b-popover-info.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #c6e0e4; }

.b-popover-info.bs-popover-left > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #bddbe0; }

.b-popover-info.bs-popover-left > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d0e6e9; }

.b-popover-info .popover-header {
  color: #212529;
  background-color: #c6e0e4;
  border-bottom-color: #b4d7dc; }

.b-popover-info .popover-body {
  color: #09434b; }

.b-popover-warning.popover {
  background-color: #eae2cc;
  border-color: #e1d7b8; }

.b-popover-warning.bs-popover-top > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #e1d7b8; }

.b-popover-warning.bs-popover-top > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #eae2cc; }

.b-popover-warning.bs-popover-right > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #e1d7b8; }

.b-popover-warning.bs-popover-right > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #eae2cc; }

.b-popover-warning.bs-popover-bottom > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #e1d7b8; }

.b-popover-warning.bs-popover-bottom > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #e6dcc1; }

.b-popover-warning.bs-popover-bottom .popover-header::before, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #e6dcc1; }

.b-popover-warning.bs-popover-left > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #e1d7b8; }

.b-popover-warning.bs-popover-left > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #eae2cc; }

.b-popover-warning .popover-header {
  color: #212529;
  background-color: #e6dcc1;
  border-bottom-color: #ded2af; }

.b-popover-warning .popover-body {
  color: #4d3a00; }

.b-popover-danger.popover {
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.b-popover-danger.bs-popover-top > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f5c6cb; }

.b-popover-danger.bs-popover-top > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f8d7da; }

.b-popover-danger.bs-popover-right > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f5c6cb; }

.b-popover-danger.bs-popover-right > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f8d7da; }

.b-popover-danger.bs-popover-bottom > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f5c6cb; }

.b-popover-danger.bs-popover-bottom > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6cace; }

.b-popover-danger.bs-popover-bottom .popover-header::before, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f6cace; }

.b-popover-danger.bs-popover-left > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f5c6cb; }

.b-popover-danger.bs-popover-left > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f8d7da; }

.b-popover-danger .popover-header {
  color: #212529;
  background-color: #f6cace;
  border-bottom-color: #f2b4ba; }

.b-popover-danger .popover-body {
  color: #721c24; }

.b-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe; }

.b-popover-light.bs-popover-top > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #fdfdfe; }

.b-popover-light.bs-popover-top > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fefefe; }

.b-popover-light.bs-popover-right > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #fdfdfe; }

.b-popover-light.bs-popover-right > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fefefe; }

.b-popover-light.bs-popover-bottom > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #fdfdfe; }

.b-popover-light.bs-popover-bottom > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6f6f6; }

.b-popover-light.bs-popover-bottom .popover-header::before, .b-popover-light.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f6f6f6; }

.b-popover-light.bs-popover-left > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #fdfdfe; }

.b-popover-light.bs-popover-left > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #fefefe; }

.b-popover-light .popover-header {
  color: #212529;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea; }

.b-popover-light .popover-body {
  color: #818182; }

.b-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.b-popover-dark.bs-popover-top > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c6c8ca; }

.b-popover-dark.bs-popover-top > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d6d8d9; }

.b-popover-dark.bs-popover-right > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c6c8ca; }

.b-popover-dark.bs-popover-right > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d6d8d9; }

.b-popover-dark.bs-popover-bottom > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c6c8ca; }

.b-popover-dark.bs-popover-bottom > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ced0d2; }

.b-popover-dark.bs-popover-bottom .popover-header::before, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ced0d2; }

.b-popover-dark.bs-popover-left > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c6c8ca; }

.b-popover-dark.bs-popover-left > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d6d8d9; }

.b-popover-dark .popover-header {
  color: #212529;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5; }

.b-popover-dark .popover-body {
  color: #1b1e21; }

.b-popover-primary-alt.popover {
  background-color: #e1dcf7;
  border-color: #d5cdf4; }

.b-popover-primary-alt.bs-popover-top > .arrow::before, .b-popover-primary-alt.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #d5cdf4; }

.b-popover-primary-alt.bs-popover-top > .arrow::after, .b-popover-primary-alt.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #e1dcf7; }

.b-popover-primary-alt.bs-popover-right > .arrow::before, .b-popover-primary-alt.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #d5cdf4; }

.b-popover-primary-alt.bs-popover-right > .arrow::after, .b-popover-primary-alt.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #e1dcf7; }

.b-popover-primary-alt.bs-popover-bottom > .arrow::before, .b-popover-primary-alt.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #d5cdf4; }

.b-popover-primary-alt.bs-popover-bottom > .arrow::after, .b-popover-primary-alt.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d6d0f4; }

.b-popover-primary-alt.bs-popover-bottom .popover-header::before, .b-popover-primary-alt.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d6d0f4; }

.b-popover-primary-alt.bs-popover-left > .arrow::before, .b-popover-primary-alt.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #d5cdf4; }

.b-popover-primary-alt.bs-popover-left > .arrow::after, .b-popover-primary-alt.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #e1dcf7; }

.b-popover-primary-alt .popover-header {
  color: #212529;
  background-color: #d6d0f4;
  border-bottom-color: #c5bbef; }

.b-popover-primary-alt .popover-body {
  color: #37296f; }

.b-popover-aqua.popover {
  background-color: #d7ecee;
  border-color: #c8e5e8; }

.b-popover-aqua.bs-popover-top > .arrow::before, .b-popover-aqua.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c8e5e8; }

.b-popover-aqua.bs-popover-top > .arrow::after, .b-popover-aqua.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d7ecee; }

.b-popover-aqua.bs-popover-right > .arrow::before, .b-popover-aqua.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c8e5e8; }

.b-popover-aqua.bs-popover-right > .arrow::after, .b-popover-aqua.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d7ecee; }

.b-popover-aqua.bs-popover-bottom > .arrow::before, .b-popover-aqua.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c8e5e8; }

.b-popover-aqua.bs-popover-bottom > .arrow::after, .b-popover-aqua.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #cce7e9; }

.b-popover-aqua.bs-popover-bottom .popover-header::before, .b-popover-aqua.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #cce7e9; }

.b-popover-aqua.bs-popover-left > .arrow::before, .b-popover-aqua.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c8e5e8; }

.b-popover-aqua.bs-popover-left > .arrow::after, .b-popover-aqua.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d7ecee; }

.b-popover-aqua .popover-header {
  color: #212529;
  background-color: #cce7e9;
  border-bottom-color: #badee2; }

.b-popover-aqua .popover-body {
  color: #1e5459; }

.b-popover-clear-gray.popover {
  background-color: #f6f6f8;
  border-color: #f3f3f5; }

.b-popover-clear-gray.bs-popover-top > .arrow::before, .b-popover-clear-gray.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f3f3f5; }

.b-popover-clear-gray.bs-popover-top > .arrow::after, .b-popover-clear-gray.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f6f6f8; }

.b-popover-clear-gray.bs-popover-right > .arrow::before, .b-popover-clear-gray.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f3f3f5; }

.b-popover-clear-gray.bs-popover-right > .arrow::after, .b-popover-clear-gray.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f6f6f8; }

.b-popover-clear-gray.bs-popover-bottom > .arrow::before, .b-popover-clear-gray.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f3f3f5; }

.b-popover-clear-gray.bs-popover-bottom > .arrow::after, .b-popover-clear-gray.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ededf1; }

.b-popover-clear-gray.bs-popover-bottom .popover-header::before, .b-popover-clear-gray.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ededf1; }

.b-popover-clear-gray.bs-popover-left > .arrow::before, .b-popover-clear-gray.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f3f3f5; }

.b-popover-clear-gray.bs-popover-left > .arrow::after, .b-popover-clear-gray.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f6f6f8; }

.b-popover-clear-gray .popover-header {
  color: #212529;
  background-color: #ededf1;
  border-bottom-color: #dfdfe6; }

.b-popover-clear-gray .popover-body {
  color: #6e6e72; }

.b-popover-gray.popover {
  background-color: #dddddd;
  border-color: #cfcfcf; }

.b-popover-gray.bs-popover-top > .arrow::before, .b-popover-gray.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #cfcfcf; }

.b-popover-gray.bs-popover-top > .arrow::after, .b-popover-gray.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #dddddd; }

.b-popover-gray.bs-popover-right > .arrow::before, .b-popover-gray.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #cfcfcf; }

.b-popover-gray.bs-popover-right > .arrow::after, .b-popover-gray.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #dddddd; }

.b-popover-gray.bs-popover-bottom > .arrow::before, .b-popover-gray.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #cfcfcf; }

.b-popover-gray.bs-popover-bottom > .arrow::after, .b-popover-gray.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d5d5d5; }

.b-popover-gray.bs-popover-bottom .popover-header::before, .b-popover-gray.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d5d5d5; }

.b-popover-gray.bs-popover-left > .arrow::before, .b-popover-gray.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #cfcfcf; }

.b-popover-gray.bs-popover-left > .arrow::after, .b-popover-gray.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #dddddd; }

.b-popover-gray .popover-header {
  color: #212529;
  background-color: #d5d5d5;
  border-bottom-color: #c9c9c9; }

.b-popover-gray .popover-body {
  color: #2c2c2c; }

.b-popover-dark-gray.popover {
  background-color: #d9d9d9;
  border-color: #cacaca; }

.b-popover-dark-gray.bs-popover-top > .arrow::before, .b-popover-dark-gray.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #cacaca; }

.b-popover-dark-gray.bs-popover-top > .arrow::after, .b-popover-dark-gray.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d9d9d9; }

.b-popover-dark-gray.bs-popover-right > .arrow::before, .b-popover-dark-gray.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #cacaca; }

.b-popover-dark-gray.bs-popover-right > .arrow::after, .b-popover-dark-gray.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d9d9d9; }

.b-popover-dark-gray.bs-popover-bottom > .arrow::before, .b-popover-dark-gray.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #cacaca; }

.b-popover-dark-gray.bs-popover-bottom > .arrow::after, .b-popover-dark-gray.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d1d1d1; }

.b-popover-dark-gray.bs-popover-bottom .popover-header::before, .b-popover-dark-gray.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d1d1d1; }

.b-popover-dark-gray.bs-popover-left > .arrow::before, .b-popover-dark-gray.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #cacaca; }

.b-popover-dark-gray.bs-popover-left > .arrow::after, .b-popover-dark-gray.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d9d9d9; }

.b-popover-dark-gray .popover-header {
  color: #212529;
  background-color: #d1d1d1;
  border-bottom-color: #c5c5c5; }

.b-popover-dark-gray .popover-body {
  color: #232323; }

.b-popover-light-gray.popover {
  background-color: #e4e4e4;
  border-color: #d9d9d9; }

.b-popover-light-gray.bs-popover-top > .arrow::before, .b-popover-light-gray.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #d9d9d9; }

.b-popover-light-gray.bs-popover-top > .arrow::after, .b-popover-light-gray.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #e4e4e4; }

.b-popover-light-gray.bs-popover-right > .arrow::before, .b-popover-light-gray.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #d9d9d9; }

.b-popover-light-gray.bs-popover-right > .arrow::after, .b-popover-light-gray.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #e4e4e4; }

.b-popover-light-gray.bs-popover-bottom > .arrow::before, .b-popover-light-gray.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #d9d9d9; }

.b-popover-light-gray.bs-popover-bottom > .arrow::after, .b-popover-light-gray.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: gainsboro; }

.b-popover-light-gray.bs-popover-bottom .popover-header::before, .b-popover-light-gray.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: gainsboro; }

.b-popover-light-gray.bs-popover-left > .arrow::before, .b-popover-light-gray.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #d9d9d9; }

.b-popover-light-gray.bs-popover-left > .arrow::after, .b-popover-light-gray.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #e4e4e4; }

.b-popover-light-gray .popover-header {
  color: #212529;
  background-color: gainsboro;
  border-bottom-color: #d0d0d0; }

.b-popover-light-gray .popover-body {
  color: #3d3d3d; }

.b-popover-regular-gray.popover {
  background-color: #f1f1f1;
  border-color: #ebebeb; }

.b-popover-regular-gray.bs-popover-top > .arrow::before, .b-popover-regular-gray.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #ebebeb; }

.b-popover-regular-gray.bs-popover-top > .arrow::after, .b-popover-regular-gray.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f1f1f1; }

.b-popover-regular-gray.bs-popover-right > .arrow::before, .b-popover-regular-gray.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #ebebeb; }

.b-popover-regular-gray.bs-popover-right > .arrow::after, .b-popover-regular-gray.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f1f1f1; }

.b-popover-regular-gray.bs-popover-bottom > .arrow::before, .b-popover-regular-gray.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #ebebeb; }

.b-popover-regular-gray.bs-popover-bottom > .arrow::after, .b-popover-regular-gray.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #e9e9e9; }

.b-popover-regular-gray.bs-popover-bottom .popover-header::before, .b-popover-regular-gray.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #e9e9e9; }

.b-popover-regular-gray.bs-popover-left > .arrow::before, .b-popover-regular-gray.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #ebebeb; }

.b-popover-regular-gray.bs-popover-left > .arrow::after, .b-popover-regular-gray.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f1f1f1; }

.b-popover-regular-gray .popover-header {
  color: #212529;
  background-color: #e9e9e9;
  border-bottom-color: #dddddd; }

.b-popover-regular-gray .popover-body {
  color: #5f5f5f; }

.b-popover-black.popover {
  background-color: #cccccc;
  border-color: #b8b8b8; }

.b-popover-black.bs-popover-top > .arrow::before, .b-popover-black.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #b8b8b8; }

.b-popover-black.bs-popover-top > .arrow::after, .b-popover-black.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #cccccc; }

.b-popover-black.bs-popover-right > .arrow::before, .b-popover-black.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #b8b8b8; }

.b-popover-black.bs-popover-right > .arrow::after, .b-popover-black.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #cccccc; }

.b-popover-black.bs-popover-bottom > .arrow::before, .b-popover-black.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #b8b8b8; }

.b-popover-black.bs-popover-bottom > .arrow::after, .b-popover-black.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c4c4c4; }

.b-popover-black.bs-popover-bottom .popover-header::before, .b-popover-black.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #c4c4c4; }

.b-popover-black.bs-popover-left > .arrow::before, .b-popover-black.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #b8b8b8; }

.b-popover-black.bs-popover-left > .arrow::after, .b-popover-black.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #cccccc; }

.b-popover-black .popover-header {
  color: #212529;
  background-color: #c4c4c4;
  border-bottom-color: #b8b8b8; }

.b-popover-black .popover-body {
  color: black; }

.b-sidebar-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
  z-index: calc(1030 + 5); }

.b-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: 0.6; }

.b-sidebar {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 320px;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin: 0;
  outline: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  .b-sidebar.slide {
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .b-sidebar.slide {
        transition: none; } }
  .b-sidebar:not(.b-sidebar-right) {
    left: 0;
    right: auto; }
    .b-sidebar:not(.b-sidebar-right).slide:not(.show) {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
    .b-sidebar:not(.b-sidebar-right) > .b-sidebar-header .close {
      margin-left: auto; }
  .b-sidebar.b-sidebar-right {
    left: auto;
    right: 0; }
    .b-sidebar.b-sidebar-right.slide:not(.show) {
      -webkit-transform: translateX(100%);
              transform: translateX(100%); }
    .b-sidebar.b-sidebar-right > .b-sidebar-header .close {
      margin-right: auto; }
  .b-sidebar > .b-sidebar-header {
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    align-items: center; }
    [dir="rtl"] .b-sidebar > .b-sidebar-header {
      flex-direction: row-reverse; }
    .b-sidebar > .b-sidebar-header .close {
      float: none;
      font-size: 1.5rem; }
  .b-sidebar > .b-sidebar-body {
    flex-grow: 1;
    height: 100%;
    overflow-y: auto; }
  .b-sidebar > .b-sidebar-footer {
    flex-grow: 0; }

.b-skeleton-wrapper {
  cursor: wait; }

.b-skeleton {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
  cursor: wait;
  -webkit-mask-image: radial-gradient(white, black);
          mask-image: radial-gradient(white, black); }
  .b-skeleton::before {
    content: "\00a0"; }

.b-skeleton-text {
  height: 1rem;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem; }

.b-skeleton-button {
  width: 75px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem; }

.b-skeleton-avatar {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%; }

.b-skeleton-input {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border: #ced4da solid 1px;
  border-radius: 0.25rem; }

.b-skeleton-icon-wrapper svg {
  color: rgba(0, 0, 0, 0.12); }

.b-skeleton-img {
  height: 100%;
  width: 100%; }

.b-skeleton-animate-wave::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  -webkit-animation: b-skeleton-animate-wave 1.75s linear infinite;
          animation: b-skeleton-animate-wave 1.75s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .b-skeleton-animate-wave::after {
      background: none;
      -webkit-animation: none;
              animation: none; } }

@-webkit-keyframes b-skeleton-animate-wave {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes b-skeleton-animate-wave {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

.b-skeleton-animate-fade {
  -webkit-animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;
          animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite; }
  @media (prefers-reduced-motion: reduce) {
    .b-skeleton-animate-fade {
      -webkit-animation: none;
              animation: none; } }

@-webkit-keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.4; } }

@keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.4; } }

.b-skeleton-animate-throb {
  -webkit-animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;
          animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite; }
  @media (prefers-reduced-motion: reduce) {
    .b-skeleton-animate-throb {
      -webkit-animation: none;
              animation: none; } }

@-webkit-keyframes b-skeleton-animate-throb {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.975);
            transform: scale(0.975); } }

@keyframes b-skeleton-animate-throb {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.975);
            transform: scale(0.975); } }

.table.b-table.b-table-fixed {
  table-layout: fixed; }

.table.b-table.b-table-no-border-collapse {
  border-collapse: separate;
  border-spacing: 0; }

.table.b-table[aria-busy="true"] {
  opacity: 0.55; }

.table.b-table > tbody > tr.b-table-details > td {
  border-top: none !important; }

.table.b-table > caption {
  caption-side: bottom; }

.table.b-table.b-table-caption-top > caption {
  caption-side: top !important; }

.table.b-table > tbody > .table-active,
.table.b-table > tbody > .table-active > th,
.table.b-table > tbody > .table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table.b-table.table-hover > tbody > tr.table-active:hover td,
.table.b-table.table-hover > tbody > tr.table-active:hover th {
  color: #212529;
  background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
  background-repeat: no-repeat; }

.table.b-table > tbody > .bg-active,
.table.b-table > tbody > .bg-active > th,
.table.b-table > tbody > .bg-active > td {
  background-color: rgba(255, 255, 255, 0.075) !important; }

.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td,
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
  background-repeat: no-repeat; }

.b-table-sticky-header,
.table-responsive,
[class*="table-responsive-"] {
  margin-bottom: 1rem; }
  .b-table-sticky-header > .table,
  .table-responsive > .table,
  [class*="table-responsive-"] > .table {
    margin-bottom: 0; }

.b-table-sticky-header {
  overflow-y: auto;
  max-height: 300px; }

@media print {
  .b-table-sticky-header {
    overflow-y: visible !important;
    max-height: none !important; } }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .b-table-sticky-header > .table.b-table > thead > tr > th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2; }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > thead > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tbody > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0; }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > thead > tr > .b-table-sticky-column {
    z-index: 5; }
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tbody > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    z-index: 2; }
  .table.b-table > thead > tr > .table-b-table-default,
  .table.b-table > tbody > tr > .table-b-table-default,
  .table.b-table > tfoot > tr > .table-b-table-default {
    color: #212529;
    background-color: #fff; }
  .table.b-table.table-dark > thead > tr > .bg-b-table-default,
  .table.b-table.table-dark > tbody > tr > .bg-b-table-default,
  .table.b-table.table-dark > tfoot > tr > .bg-b-table-default {
    color: #fff;
    background-color: #343a40; }
  .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
    background-repeat: no-repeat; }
  .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background-repeat: no-repeat; }
  .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
    color: #212529;
    background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
    background-repeat: no-repeat; }
  .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
    color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
    background-repeat: no-repeat; } }

.table.b-table > thead > tr > [aria-sort],
.table.b-table > tfoot > tr > [aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0.65em 1em; }
  .table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
  .table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
    background-position: right calc(0.75rem / 2) center;
    padding-right: calc(0.75rem + 0.65em); }
  .table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left,
  .table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left {
    background-position: left calc(0.75rem / 2) center;
    padding-left: calc(0.75rem + 0.65em); }

.table.b-table > thead > tr > [aria-sort="none"],
.table.b-table > tfoot > tr > [aria-sort="none"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27black%27 opacity=%27.3%27 d=%27M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e"); }

.table.b-table > thead > tr > [aria-sort="ascending"],
.table.b-table > tfoot > tr > [aria-sort="ascending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27black%27 d=%27M51 1l25 23 24 22H1l25-22z%27/%3e%3cpath fill=%27black%27 opacity=%27.3%27 d=%27M51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e"); }

.table.b-table > thead > tr > [aria-sort="descending"],
.table.b-table > tfoot > tr > [aria-sort="descending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27black%27 opacity=%27.3%27 d=%27M51 1l25 23 24 22H1l25-22z%27/%3e%3cpath fill=%27black%27 d=%27M51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e"); }

.table.b-table.table-dark > thead > tr > [aria-sort="none"],
.table.b-table.table-dark > tfoot > tr > [aria-sort="none"],
.table.b-table > .thead-dark > tr > [aria-sort="none"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27white%27 opacity=%27.3%27 d=%27M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e"); }

.table.b-table.table-dark > thead > tr > [aria-sort="ascending"],
.table.b-table.table-dark > tfoot > tr > [aria-sort="ascending"],
.table.b-table > .thead-dark > tr > [aria-sort="ascending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27white%27 d=%27M51 1l25 23 24 22H1l25-22z%27/%3e%3cpath fill=%27white%27 opacity=%27.3%27 d=%27M51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e"); }

.table.b-table.table-dark > thead > tr > [aria-sort="descending"],
.table.b-table.table-dark > tfoot > tr > [aria-sort="descending"],
.table.b-table > .thead-dark > tr > [aria-sort="descending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27white%27 opacity=%27.3%27 d=%27M51 1l25 23 24 22H1l25-22z%27/%3e%3cpath fill=%27white%27 d=%27M51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e"); }

.table.b-table > thead > tr > .table-dark[aria-sort="none"],
.table.b-table > tfoot > tr > .table-dark[aria-sort="none"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27white%27 opacity=%27.3%27 d=%27M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e"); }

.table.b-table > thead > tr > .table-dark[aria-sort="ascending"],
.table.b-table > tfoot > tr > .table-dark[aria-sort="ascending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27white%27 d=%27M51 1l25 23 24 22H1l25-22z%27/%3e%3cpath fill=%27white%27 opacity=%27.3%27 d=%27M51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e"); }

.table.b-table > thead > tr > .table-dark[aria-sort="descending"],
.table.b-table > tfoot > tr > .table-dark[aria-sort="descending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27white%27 opacity=%27.3%27 d=%27M51 1l25 23 24 22H1l25-22z%27/%3e%3cpath fill=%27white%27 d=%27M51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e"); }

.table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.3rem / 2) center;
  padding-right: calc(0.3rem + 0.65em); }

.table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.3rem / 2) center;
  padding-left: calc(0.3rem + 0.65em); }

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr {
  cursor: pointer; }

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

@media (max-width: 575.98px) {
  .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%; }
    .table.b-table.b-table-stacked-sm > caption,
    .table.b-table.b-table-stacked-sm > tbody,
    .table.b-table.b-table-stacked-sm > tbody > tr,
    .table.b-table.b-table-stacked-sm > tbody > tr > td,
    .table.b-table.b-table-stacked-sm > tbody > tr > th {
      display: block; }
    .table.b-table.b-table-stacked-sm > thead,
    .table.b-table.b-table-stacked-sm > tfoot {
      display: none; }
      .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
      .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
      .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {
        display: none; }
    .table.b-table.b-table-stacked-sm > caption {
      caption-side: top !important; }
    .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
      content: attr(data-label);
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: bold;
      font-style: normal;
      padding: 0 calc(1rem / 2) 0 0;
      margin: 0; }
    .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {
      display: block;
      clear: both;
      content: ""; }
    .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
      display: inline-block;
      width: calc(100% - 40%);
      padding: 0 0 0 calc(1rem / 2);
      margin: 0; }
    .table.b-table.b-table-stacked-sm > tbody > tr.top-row, .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row {
      display: none; }
    .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
      border-top-width: 3px; }
    .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td,
    .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th {
      border-top-width: 3px; } }

@media (max-width: 767.98px) {
  .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%; }
    .table.b-table.b-table-stacked-md > caption,
    .table.b-table.b-table-stacked-md > tbody,
    .table.b-table.b-table-stacked-md > tbody > tr,
    .table.b-table.b-table-stacked-md > tbody > tr > td,
    .table.b-table.b-table-stacked-md > tbody > tr > th {
      display: block; }
    .table.b-table.b-table-stacked-md > thead,
    .table.b-table.b-table-stacked-md > tfoot {
      display: none; }
      .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
      .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
      .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {
        display: none; }
    .table.b-table.b-table-stacked-md > caption {
      caption-side: top !important; }
    .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
      content: attr(data-label);
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: bold;
      font-style: normal;
      padding: 0 calc(1rem / 2) 0 0;
      margin: 0; }
    .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {
      display: block;
      clear: both;
      content: ""; }
    .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
      display: inline-block;
      width: calc(100% - 40%);
      padding: 0 0 0 calc(1rem / 2);
      margin: 0; }
    .table.b-table.b-table-stacked-md > tbody > tr.top-row, .table.b-table.b-table-stacked-md > tbody > tr.bottom-row {
      display: none; }
    .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
      border-top-width: 3px; }
    .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td,
    .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th {
      border-top-width: 3px; } }

@media (max-width: 991.98px) {
  .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%; }
    .table.b-table.b-table-stacked-lg > caption,
    .table.b-table.b-table-stacked-lg > tbody,
    .table.b-table.b-table-stacked-lg > tbody > tr,
    .table.b-table.b-table-stacked-lg > tbody > tr > td,
    .table.b-table.b-table-stacked-lg > tbody > tr > th {
      display: block; }
    .table.b-table.b-table-stacked-lg > thead,
    .table.b-table.b-table-stacked-lg > tfoot {
      display: none; }
      .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
      .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
      .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {
        display: none; }
    .table.b-table.b-table-stacked-lg > caption {
      caption-side: top !important; }
    .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
      content: attr(data-label);
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: bold;
      font-style: normal;
      padding: 0 calc(1rem / 2) 0 0;
      margin: 0; }
    .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {
      display: block;
      clear: both;
      content: ""; }
    .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
      display: inline-block;
      width: calc(100% - 40%);
      padding: 0 0 0 calc(1rem / 2);
      margin: 0; }
    .table.b-table.b-table-stacked-lg > tbody > tr.top-row, .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row {
      display: none; }
    .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
      border-top-width: 3px; }
    .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td,
    .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th {
      border-top-width: 3px; } }

@media (max-width: 1199.98px) {
  .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%; }
    .table.b-table.b-table-stacked-xl > caption,
    .table.b-table.b-table-stacked-xl > tbody,
    .table.b-table.b-table-stacked-xl > tbody > tr,
    .table.b-table.b-table-stacked-xl > tbody > tr > td,
    .table.b-table.b-table-stacked-xl > tbody > tr > th {
      display: block; }
    .table.b-table.b-table-stacked-xl > thead,
    .table.b-table.b-table-stacked-xl > tfoot {
      display: none; }
      .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
      .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
      .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {
        display: none; }
    .table.b-table.b-table-stacked-xl > caption {
      caption-side: top !important; }
    .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
      content: attr(data-label);
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: bold;
      font-style: normal;
      padding: 0 calc(1rem / 2) 0 0;
      margin: 0; }
    .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {
      display: block;
      clear: both;
      content: ""; }
    .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
      display: inline-block;
      width: calc(100% - 40%);
      padding: 0 0 0 calc(1rem / 2);
      margin: 0; }
    .table.b-table.b-table-stacked-xl > tbody > tr.top-row, .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row {
      display: none; }
    .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
      border-top-width: 3px; }
    .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td,
    .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th {
      border-top-width: 3px; } }

@media (max-width: 1599.98px) {
  .table.b-table.b-table-stacked-xxl {
    display: block;
    width: 100%; }
    .table.b-table.b-table-stacked-xxl > caption,
    .table.b-table.b-table-stacked-xxl > tbody,
    .table.b-table.b-table-stacked-xxl > tbody > tr,
    .table.b-table.b-table-stacked-xxl > tbody > tr > td,
    .table.b-table.b-table-stacked-xxl > tbody > tr > th {
      display: block; }
    .table.b-table.b-table-stacked-xxl > thead,
    .table.b-table.b-table-stacked-xxl > tfoot {
      display: none; }
      .table.b-table.b-table-stacked-xxl > thead > tr.b-table-top-row,
      .table.b-table.b-table-stacked-xxl > thead > tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-xxl > tfoot > tr.b-table-top-row,
      .table.b-table.b-table-stacked-xxl > tfoot > tr.b-table-bottom-row {
        display: none; }
    .table.b-table.b-table-stacked-xxl > caption {
      caption-side: top !important; }
    .table.b-table.b-table-stacked-xxl > tbody > tr > [data-label]::before {
      content: attr(data-label);
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: bold;
      font-style: normal;
      padding: 0 calc(1rem / 2) 0 0;
      margin: 0; }
    .table.b-table.b-table-stacked-xxl > tbody > tr > [data-label]::after {
      display: block;
      clear: both;
      content: ""; }
    .table.b-table.b-table-stacked-xxl > tbody > tr > [data-label] > div {
      display: inline-block;
      width: calc(100% - 40%);
      padding: 0 0 0 calc(1rem / 2);
      margin: 0; }
    .table.b-table.b-table-stacked-xxl > tbody > tr.top-row, .table.b-table.b-table-stacked-xxl > tbody > tr.bottom-row {
      display: none; }
    .table.b-table.b-table-stacked-xxl > tbody > tr > :first-child {
      border-top-width: 3px; }
    .table.b-table.b-table-stacked-xxl > tbody > tr > [rowspan] + td,
    .table.b-table.b-table-stacked-xxl > tbody > tr > [rowspan] + th {
      border-top-width: 3px; } }

.table.b-table.b-table-stacked {
  display: block;
  width: 100%; }
  .table.b-table.b-table-stacked > caption,
  .table.b-table.b-table-stacked > tbody,
  .table.b-table.b-table-stacked > tbody > tr,
  .table.b-table.b-table-stacked > tbody > tr > td,
  .table.b-table.b-table-stacked > tbody > tr > th {
    display: block; }
  .table.b-table.b-table-stacked > thead,
  .table.b-table.b-table-stacked > tfoot {
    display: none; }
    .table.b-table.b-table-stacked > thead > tr.b-table-top-row,
    .table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
    .table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
    .table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row {
      display: none; }
  .table.b-table.b-table-stacked > caption {
    caption-side: top !important; }
  .table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    word-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0; }
  .table.b-table.b-table-stacked > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: ""; }
  .table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0; }
  .table.b-table.b-table-stacked > tbody > tr.top-row, .table.b-table.b-table-stacked > tbody > tr.bottom-row {
    display: none; }
  .table.b-table.b-table-stacked > tbody > tr > :first-child {
    border-top-width: 3px; }
  .table.b-table.b-table-stacked > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked > tbody > tr > [rowspan] + th {
    border-top-width: 3px; }

.b-time {
  min-width: 150px; }
  .b-time[aria-disabled="true"] output,
  .b-time[aria-readonly="true"] output,
  .b-time output.disabled {
    background-color: #e9ecef;
    opacity: 1; }
  .b-time[aria-disabled="true"] output {
    pointer-events: none; }
  [dir="rtl"] .b-time > .d-flex:not(.flex-column) {
    flex-direction: row-reverse; }
  .b-time .b-time-header {
    margin-bottom: 0.5rem; }
    .b-time .b-time-header output {
      padding: 0.25rem;
      font-size: 80%; }
  .b-time .b-time-footer {
    margin-top: 0.5rem; }
  .b-time .b-time-ampm {
    margin-left: 0.5rem; }

.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: 0.25rem; }
  .b-toast .toast {
    background-color: rgba(255, 255, 255, 0.85); }
  .b-toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .b-toast.b-toast-solid .toast {
    background-color: white; }
  .b-toast .toast {
    opacity: 1; }
    .b-toast .toast.fade:not(.show) {
      opacity: 0; }
    .b-toast .toast .toast-body {
      display: block; }

.b-toast-primary .toast {
  background-color: rgba(249, 235, 245, 0.85);
  border-color: rgba(238, 199, 229, 0.85);
  color: #641d54; }
  .b-toast-primary .toast .toast-header {
    color: #641d54;
    background-color: rgba(243, 215, 236, 0.85);
    border-bottom-color: rgba(238, 199, 229, 0.85); }

.b-toast-primary.b-toast-solid .toast {
  background-color: #f9ebf5; }

.b-toast-secondary .toast {
  background-color: rgba(243, 241, 252, 0.85);
  border-color: rgba(213, 205, 244, 0.85);
  color: #37296f; }
  .b-toast-secondary .toast .toast-header {
    color: #37296f;
    background-color: rgba(225, 220, 247, 0.85);
    border-bottom-color: rgba(213, 205, 244, 0.85); }

.b-toast-secondary.b-toast-solid .toast {
  background-color: #f3f1fc; }

.b-toast-success .toast {
  background-color: rgba(226, 239, 230, 0.85);
  border-color: rgba(193, 220, 199, 0.85);
  color: #11441d; }
  .b-toast-success .toast .toast-header {
    color: #11441d;
    background-color: rgba(210, 230, 215, 0.85);
    border-bottom-color: rgba(193, 220, 199, 0.85); }

.b-toast-success.b-toast-solid .toast {
  background-color: #e2efe6; }

.b-toast-info .toast {
  background-color: rgba(225, 239, 241, 0.85);
  border-color: rgba(189, 219, 224, 0.85);
  color: #09434b; }
  .b-toast-info .toast .toast-header {
    color: #09434b;
    background-color: rgba(208, 230, 233, 0.85);
    border-bottom-color: rgba(189, 219, 224, 0.85); }

.b-toast-info.b-toast-solid .toast {
  background-color: #e1eff1; }

.b-toast-warning .toast {
  background-color: rgba(241, 236, 222, 0.85);
  border-color: rgba(225, 215, 184, 0.85);
  color: #4d3a00; }
  .b-toast-warning .toast .toast-header {
    color: #4d3a00;
    background-color: rgba(234, 226, 204, 0.85);
    border-bottom-color: rgba(225, 215, 184, 0.85); }

.b-toast-warning.b-toast-solid .toast {
  background-color: #f1ecde; }

.b-toast-danger .toast {
  background-color: rgba(252, 237, 238, 0.85);
  border-color: rgba(245, 198, 203, 0.85);
  color: #721c24; }
  .b-toast-danger .toast .toast-header {
    color: #721c24;
    background-color: rgba(248, 215, 218, 0.85);
    border-bottom-color: rgba(245, 198, 203, 0.85); }

.b-toast-danger.b-toast-solid .toast {
  background-color: #fcedee; }

.b-toast-light .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 254, 0.85);
  color: #818182; }
  .b-toast-light .toast .toast-header {
    color: #818182;
    background-color: rgba(254, 254, 254, 0.85);
    border-bottom-color: rgba(253, 253, 254, 0.85); }

.b-toast-light.b-toast-solid .toast {
  background-color: white; }

.b-toast-dark .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
  color: #1b1e21; }
  .b-toast-dark .toast .toast-header {
    color: #1b1e21;
    background-color: rgba(214, 216, 217, 0.85);
    border-bottom-color: rgba(198, 200, 202, 0.85); }

.b-toast-dark.b-toast-solid .toast {
  background-color: #e3e5e5; }

.b-toast-primary-alt .toast {
  background-color: rgba(243, 241, 252, 0.85);
  border-color: rgba(213, 205, 244, 0.85);
  color: #37296f; }
  .b-toast-primary-alt .toast .toast-header {
    color: #37296f;
    background-color: rgba(225, 220, 247, 0.85);
    border-bottom-color: rgba(213, 205, 244, 0.85); }

.b-toast-primary-alt.b-toast-solid .toast {
  background-color: #f3f1fc; }

.b-toast-aqua .toast {
  background-color: rgba(233, 245, 246, 0.85);
  border-color: rgba(200, 229, 232, 0.85);
  color: #1e5459; }
  .b-toast-aqua .toast .toast-header {
    color: #1e5459;
    background-color: rgba(215, 236, 238, 0.85);
    border-bottom-color: rgba(200, 229, 232, 0.85); }

.b-toast-aqua.b-toast-solid .toast {
  background-color: #e9f5f6; }

.b-toast-clear-gray .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(243, 243, 245, 0.85);
  color: #6e6e72; }
  .b-toast-clear-gray .toast .toast-header {
    color: #6e6e72;
    background-color: rgba(246, 246, 248, 0.85);
    border-bottom-color: rgba(243, 243, 245, 0.85); }

.b-toast-clear-gray.b-toast-solid .toast {
  background-color: white; }

.b-toast-gray .toast {
  background-color: rgba(234, 234, 234, 0.85);
  border-color: rgba(207, 207, 207, 0.85);
  color: #2c2c2c; }
  .b-toast-gray .toast .toast-header {
    color: #2c2c2c;
    background-color: rgba(221, 221, 221, 0.85);
    border-bottom-color: rgba(207, 207, 207, 0.85); }

.b-toast-gray.b-toast-solid .toast {
  background-color: #eaeaea; }

.b-toast-dark-gray .toast {
  background-color: rgba(230, 230, 230, 0.85);
  border-color: rgba(202, 202, 202, 0.85);
  color: #232323; }
  .b-toast-dark-gray .toast .toast-header {
    color: #232323;
    background-color: rgba(217, 217, 217, 0.85);
    border-bottom-color: rgba(202, 202, 202, 0.85); }

.b-toast-dark-gray.b-toast-solid .toast {
  background-color: #e6e6e6; }

.b-toast-light-gray .toast {
  background-color: rgba(241, 241, 241, 0.85);
  border-color: rgba(217, 217, 217, 0.85);
  color: #3d3d3d; }
  .b-toast-light-gray .toast .toast-header {
    color: #3d3d3d;
    background-color: rgba(228, 228, 228, 0.85);
    border-bottom-color: rgba(217, 217, 217, 0.85); }

.b-toast-light-gray.b-toast-solid .toast {
  background-color: #f1f1f1; }

.b-toast-regular-gray .toast {
  background-color: rgba(254, 254, 254, 0.85);
  border-color: rgba(235, 235, 235, 0.85);
  color: #5f5f5f; }
  .b-toast-regular-gray .toast .toast-header {
    color: #5f5f5f;
    background-color: rgba(241, 241, 241, 0.85);
    border-bottom-color: rgba(235, 235, 235, 0.85); }

.b-toast-regular-gray.b-toast-solid .toast {
  background-color: #fefefe; }

.b-toast-black .toast {
  background-color: rgba(217, 217, 217, 0.85);
  border-color: rgba(184, 184, 184, 0.85);
  color: black; }
  .b-toast-black .toast .toast-header {
    color: black;
    background-color: rgba(204, 204, 204, 0.85);
    border-bottom-color: rgba(184, 184, 184, 0.85); }

.b-toast-black.b-toast-solid .toast {
  background-color: #d9d9d9; }

.b-toaster {
  z-index: 1100; }
  .b-toaster .b-toaster-slot {
    position: relative;
    display: block; }
    .b-toaster .b-toaster-slot:empty {
      display: none !important; }

.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible; }
  .b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
    position: absolute;
    max-width: 350px;
    width: 100%;
    /* IE 11 fix */
    left: 0;
    right: 0;
    padding: 0;
    margin: 0; }

.b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  width: 100%;
  max-width: 100%; }
  .b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
  .b-toaster.b-toaster-top-full .b-toaster-slot .toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
  .b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
    width: 100%;
    max-width: 100%; }

.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full {
  top: 0; }
  .b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot {
    top: 0.5rem; }

.b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  bottom: 0; }
  .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
    bottom: 0.5rem; }

.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-left: auto; }

.b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-right: auto; }

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
  transition: -webkit-transform 0.175s;
  transition: transform 0.175s;
  transition: transform 0.175s, -webkit-transform 0.175s; }

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
  transition-delay: 0.175s; }

.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
  position: absolute;
  transition-delay: 0.175s; }
  .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
    transition-delay: 0s; }

.tooltip.b-tooltip {
  display: block;
  opacity: 0.9;
  outline: 0; }
  .tooltip.b-tooltip.fade:not(.show) {
    opacity: 0; }
  .tooltip.b-tooltip.show {
    opacity: 0.9; }
  .tooltip.b-tooltip.noninteractive {
    pointer-events: none; }
  .tooltip.b-tooltip .arrow {
    margin: 0 0.25rem; }
  .tooltip.b-tooltip.bs-tooltip-right .arrow, .tooltip.b-tooltip.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .tooltip.b-tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
    margin: 0.25rem 0; }

.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #c137a2; }

.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #c137a2; }

.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #c137a2; }

.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #c137a2; }

.tooltip.b-tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #c137a2; }

.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #694ed6; }

.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #694ed6; }

.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #694ed6; }

.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #694ed6; }

.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #fff;
  background-color: #694ed6; }

.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #208337; }

.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #208337; }

.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #208337; }

.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #208337; }

.tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #208337; }

.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #128091; }

.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #128091; }

.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #128091; }

.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #128091; }

.tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #128091; }

.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #946f00; }

.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #946f00; }

.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #946f00; }

.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #946f00; }

.tooltip.b-tooltip-warning .tooltip-inner {
  color: #fff;
  background-color: #946f00; }

.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #dc3545; }

.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #dc3545; }

.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #dc3545; }

.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #dc3545; }

.tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #dc3545; }

.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #f8f9fa; }

.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #f8f9fa; }

.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #f8f9fa; }

.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #f8f9fa; }

.tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: #f8f9fa; }

.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #343a40; }

.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #343a40; }

.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #343a40; }

.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #343a40; }

.tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #343a40; }

.tooltip.b-tooltip-primary-alt.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #694ed6; }

.tooltip.b-tooltip-primary-alt.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #694ed6; }

.tooltip.b-tooltip-primary-alt.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #694ed6; }

.tooltip.b-tooltip-primary-alt.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-primary-alt.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #694ed6; }

.tooltip.b-tooltip-primary-alt .tooltip-inner {
  color: #fff;
  background-color: #694ed6; }

.tooltip.b-tooltip-aqua.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #39a2ac; }

.tooltip.b-tooltip-aqua.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #39a2ac; }

.tooltip.b-tooltip-aqua.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #39a2ac; }

.tooltip.b-tooltip-aqua.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-aqua.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #39a2ac; }

.tooltip.b-tooltip-aqua .tooltip-inner {
  color: #fff;
  background-color: #39a2ac; }

.tooltip.b-tooltip-clear-gray.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #d3d4db; }

.tooltip.b-tooltip-clear-gray.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #d3d4db; }

.tooltip.b-tooltip-clear-gray.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #d3d4db; }

.tooltip.b-tooltip-clear-gray.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-clear-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #d3d4db; }

.tooltip.b-tooltip-clear-gray .tooltip-inner {
  color: #212529;
  background-color: #d3d4db; }

.tooltip.b-tooltip-gray.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #555555; }

.tooltip.b-tooltip-gray.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #555555; }

.tooltip.b-tooltip-gray.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #555555; }

.tooltip.b-tooltip-gray.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #555555; }

.tooltip.b-tooltip-gray .tooltip-inner {
  color: #fff;
  background-color: #555555; }

.tooltip.b-tooltip-dark-gray.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #434343; }

.tooltip.b-tooltip-dark-gray.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #434343; }

.tooltip.b-tooltip-dark-gray.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #434343; }

.tooltip.b-tooltip-dark-gray.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #434343; }

.tooltip.b-tooltip-dark-gray .tooltip-inner {
  color: #fff;
  background-color: #434343; }

.tooltip.b-tooltip-light-gray.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #767676; }

.tooltip.b-tooltip-light-gray.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #767676; }

.tooltip.b-tooltip-light-gray.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #767676; }

.tooltip.b-tooltip-light-gray.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-light-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #767676; }

.tooltip.b-tooltip-light-gray .tooltip-inner {
  color: #fff;
  background-color: #767676; }

.tooltip.b-tooltip-regular-gray.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #b7b7b7; }

.tooltip.b-tooltip-regular-gray.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #b7b7b7; }

.tooltip.b-tooltip-regular-gray.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #b7b7b7; }

.tooltip.b-tooltip-regular-gray.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-regular-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #b7b7b7; }

.tooltip.b-tooltip-regular-gray .tooltip-inner {
  color: #212529;
  background-color: #b7b7b7; }

.tooltip.b-tooltip-black.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: black; }

.tooltip.b-tooltip-black.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: black; }

.tooltip.b-tooltip-black.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: black; }

.tooltip.b-tooltip-black.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: black; }

.tooltip.b-tooltip-black .tooltip-inner {
  color: #fff;
  background-color: black; }

.b-icon.bi {
  display: inline-block;
  overflow: visible;
  vertical-align: -0.15em; }

.b-icon.b-icon-animation-cylon,
.b-icon.b-iconstack .b-icon-animation-cylon > g {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;
          animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon; }
  @media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-cylon,
    .b-icon.b-iconstack .b-icon-animation-cylon > g {
      -webkit-animation: none;
              animation: none; } }

.b-icon.b-icon-animation-cylon-vertical,
.b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;
          animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical; }
  @media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-cylon-vertical,
    .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
      -webkit-animation: none;
              animation: none; } }

.b-icon.b-icon-animation-fade,
.b-icon.b-iconstack .b-icon-animation-fade > g {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;
          animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade; }
  @media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-fade,
    .b-icon.b-iconstack .b-icon-animation-fade > g {
      -webkit-animation: none;
              animation: none; } }

.b-icon.b-icon-animation-spin,
.b-icon.b-iconstack .b-icon-animation-spin > g {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: 2s infinite linear normal b-icon-animation-spin;
          animation: 2s infinite linear normal b-icon-animation-spin; }
  @media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-spin,
    .b-icon.b-iconstack .b-icon-animation-spin > g {
      -webkit-animation: none;
              animation: none; } }

.b-icon.b-icon-animation-spin-reverse,
.b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
  -webkit-transform-origin: center;
          transform-origin: center;
  animation: 2s infinite linear reverse b-icon-animation-spin; }
  @media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-spin-reverse,
    .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
      -webkit-animation: none;
              animation: none; } }

.b-icon.b-icon-animation-spin-pulse,
.b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: 1s infinite steps(8) normal b-icon-animation-spin;
          animation: 1s infinite steps(8) normal b-icon-animation-spin; }
  @media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-spin-pulse,
    .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
      -webkit-animation: none;
              animation: none; } }

.b-icon.b-icon-animation-spin-reverse-pulse,
.b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
  -webkit-transform-origin: center;
          transform-origin: center;
  animation: 1s infinite steps(8) reverse b-icon-animation-spin; }
  @media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-spin-reverse-pulse,
    .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
      -webkit-animation: none;
              animation: none; } }

.b-icon.b-icon-animation-throb,
.b-icon.b-iconstack .b-icon-animation-throb > g {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;
          animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb; }
  @media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-throb,
    .b-icon.b-iconstack .b-icon-animation-throb > g {
      -webkit-animation: none;
              animation: none; } }

@-webkit-keyframes b-icon-animation-cylon {
  0% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%); }
  100% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%); } }

@keyframes b-icon-animation-cylon {
  0% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%); }
  100% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%); } }

@-webkit-keyframes b-icon-animation-cylon-vertical {
  0% {
    -webkit-transform: translateY(25%);
            transform: translateY(25%); }
  100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%); } }

@keyframes b-icon-animation-cylon-vertical {
  0% {
    -webkit-transform: translateY(25%);
            transform: translateY(25%); }
  100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%); } }

@-webkit-keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }

@keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes b-icon-animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes b-icon-animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@-webkit-keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.btn .b-icon.bi,
.nav-link .b-icon.bi,
.dropdown-toggle .b-icon.bi,
.dropdown-item .b-icon.bi,
.input-group-text .b-icon.bi {
  font-size: 125%;
  vertical-align: text-bottom; }

.col-1-5 {
  flex: 0 0 calc(100% / 5);
  max-width: calc(100% / 5); }

/* custom widths */
.w-10 {
  width: 10% !important; }

.w-20 {
  width: 20% !important; }

.w-30 {
  width: 30% !important; }

.w-40 {
  width: 40% !important; }

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

.w-60 {
  width: 60% !important; }

.w-70 {
  width: 70% !important; }

.w-80 {
  width: 80% !important; }

.w-90 {
  width: 90% !important; }

/* custom responsive widths */
/* no borders */
.b-0 {
  border: none !important; }

.bl-0 {
  border-left: none !important; }

.br-0 {
  border-right: none !important; }

.bt-0 {
  border-top: none !important; }

.bb-0 {
  border-bottom: none !important; }

.column-divider-left {
  border-left: 1px solid #e0e0e0 !important; }

.column-divider-right {
  border-right: 1px solid #e0e0e0 !important; }

.column-divider-top {
  border-top: 1px solid #e0e0e0 !important; }

.column-divider-bottom {
  border-bottom: 1px solid #e0e0e0 !important; }

@media (min-width: 576px) {
  .col-sm-1-5 {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5); }
  /* custom widths */
  .w-sm-10 {
    width: 10% !important; }
  .w-sm-20 {
    width: 20% !important; }
  .w-sm-30 {
    width: 30% !important; }
  .w-sm-40 {
    width: 40% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-70 {
    width: 70% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-90 {
    width: 90% !important; }
  /* custom responsive widths */
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-auto {
    width: auto !important; }
  /* no borders */
  .b-sm-0 {
    border: none !important; }
  .bl-sm-0 {
    border-left: none !important; }
  .br-sm-0 {
    border-right: none !important; }
  .bt-sm-0 {
    border-top: none !important; }
  .bb-sm-0 {
    border-bottom: none !important; }
  .column-divider-sm-left {
    border-left: 1px solid #e0e0e0 !important; }
  .column-divider-sm-right {
    border-right: 1px solid #e0e0e0 !important; }
  .column-divider-sm-top {
    border-top: 1px solid #e0e0e0 !important; }
  .column-divider-sm-bottom {
    border-bottom: 1px solid #e0e0e0 !important; } }

@media (min-width: 768px) {
  .col-md-1-5 {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5); }
  /* custom widths */
  .w-md-10 {
    width: 10% !important; }
  .w-md-20 {
    width: 20% !important; }
  .w-md-30 {
    width: 30% !important; }
  .w-md-40 {
    width: 40% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-70 {
    width: 70% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-90 {
    width: 90% !important; }
  /* custom responsive widths */
  .w-md-100 {
    width: 100% !important; }
  .w-md-auto {
    width: auto !important; }
  /* no borders */
  .b-md-0 {
    border: none !important; }
  .bl-md-0 {
    border-left: none !important; }
  .br-md-0 {
    border-right: none !important; }
  .bt-md-0 {
    border-top: none !important; }
  .bb-md-0 {
    border-bottom: none !important; }
  .column-divider-md-left {
    border-left: 1px solid #e0e0e0 !important; }
  .column-divider-md-right {
    border-right: 1px solid #e0e0e0 !important; }
  .column-divider-md-top {
    border-top: 1px solid #e0e0e0 !important; }
  .column-divider-md-bottom {
    border-bottom: 1px solid #e0e0e0 !important; } }

@media (min-width: 992px) {
  .col-lg-1-5 {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5); }
  /* custom widths */
  .w-lg-10 {
    width: 10% !important; }
  .w-lg-20 {
    width: 20% !important; }
  .w-lg-30 {
    width: 30% !important; }
  .w-lg-40 {
    width: 40% !important; }
  .w-lg-50 {
    width: 50% !important; }
  .w-lg-60 {
    width: 60% !important; }
  .w-lg-70 {
    width: 70% !important; }
  .w-lg-80 {
    width: 80% !important; }
  .w-lg-90 {
    width: 90% !important; }
  /* custom responsive widths */
  .w-lg-100 {
    width: 100% !important; }
  .w-lg-auto {
    width: auto !important; }
  /* no borders */
  .b-lg-0 {
    border: none !important; }
  .bl-lg-0 {
    border-left: none !important; }
  .br-lg-0 {
    border-right: none !important; }
  .bt-lg-0 {
    border-top: none !important; }
  .bb-lg-0 {
    border-bottom: none !important; }
  .column-divider-lg-left {
    border-left: 1px solid #e0e0e0 !important; }
  .column-divider-lg-right {
    border-right: 1px solid #e0e0e0 !important; }
  .column-divider-lg-top {
    border-top: 1px solid #e0e0e0 !important; }
  .column-divider-lg-bottom {
    border-bottom: 1px solid #e0e0e0 !important; } }

@media (min-width: 1200px) {
  .col-xl-1-5 {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5); }
  /* custom widths */
  .w-xl-10 {
    width: 10% !important; }
  .w-xl-20 {
    width: 20% !important; }
  .w-xl-30 {
    width: 30% !important; }
  .w-xl-40 {
    width: 40% !important; }
  .w-xl-50 {
    width: 50% !important; }
  .w-xl-60 {
    width: 60% !important; }
  .w-xl-70 {
    width: 70% !important; }
  .w-xl-80 {
    width: 80% !important; }
  .w-xl-90 {
    width: 90% !important; }
  /* custom responsive widths */
  .w-xl-100 {
    width: 100% !important; }
  .w-xl-auto {
    width: auto !important; }
  /* no borders */
  .b-xl-0 {
    border: none !important; }
  .bl-xl-0 {
    border-left: none !important; }
  .br-xl-0 {
    border-right: none !important; }
  .bt-xl-0 {
    border-top: none !important; }
  .bb-xl-0 {
    border-bottom: none !important; }
  .column-divider-xl-left {
    border-left: 1px solid #e0e0e0 !important; }
  .column-divider-xl-right {
    border-right: 1px solid #e0e0e0 !important; }
  .column-divider-xl-top {
    border-top: 1px solid #e0e0e0 !important; }
  .column-divider-xl-bottom {
    border-bottom: 1px solid #e0e0e0 !important; } }

@media (min-width: 1600px) {
  .col-xxl-1-5 {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5); }
  /* custom widths */
  .w-xxl-10 {
    width: 10% !important; }
  .w-xxl-20 {
    width: 20% !important; }
  .w-xxl-30 {
    width: 30% !important; }
  .w-xxl-40 {
    width: 40% !important; }
  .w-xxl-50 {
    width: 50% !important; }
  .w-xxl-60 {
    width: 60% !important; }
  .w-xxl-70 {
    width: 70% !important; }
  .w-xxl-80 {
    width: 80% !important; }
  .w-xxl-90 {
    width: 90% !important; }
  /* custom responsive widths */
  .w-xxl-100 {
    width: 100% !important; }
  .w-xxl-auto {
    width: auto !important; }
  /* no borders */
  .b-xxl-0 {
    border: none !important; }
  .bl-xxl-0 {
    border-left: none !important; }
  .br-xxl-0 {
    border-right: none !important; }
  .bt-xxl-0 {
    border-top: none !important; }
  .bb-xxl-0 {
    border-bottom: none !important; }
  .column-divider-xxl-left {
    border-left: 1px solid #e0e0e0 !important; }
  .column-divider-xxl-right {
    border-right: 1px solid #e0e0e0 !important; }
  .column-divider-xxl-top {
    border-top: 1px solid #e0e0e0 !important; }
  .column-divider-xxl-bottom {
    border-bottom: 1px solid #e0e0e0 !important; } }

/* no box-shadow */
.bs-0 {
  box-shadow: none !important; }

.text-break-all {
  word-break: break-all; }

.w-33 {
  width: 33.33333% !important; }

.w-66 {
  width: 66.66667% !important; }

.no-flex-col {
  flex: auto !important;
  flex-basis: 0 0 auto !important; }

.vh-50 {
  height: 50vh !important; }

.overflow-y-auto {
  overflow-y: auto; }

.overflow-x-auto {
  overflow-x: auto; }

/** lookforme **/
.feature-discovery {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.45); }
  .feature-discovery .feature-discovery-wrapper {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    width: 95vw;
    height: 80vh;
    -webkit-transform: scale(0.05);
            transform: scale(0.05);
    opacity: 0;
    transition: opacity 1s ease-in-out, -webkit-transform 0.7s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.7s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 1s ease-in-out;
    transition: transform 0.7s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 1s ease-in-out, -webkit-transform 0.7s cubic-bezier(0.65, 0.05, 0.36, 1);
    box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.24); }
    .feature-discovery .feature-discovery-wrapper.open {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1; }
    .feature-discovery .feature-discovery-wrapper .carousel .carousel-inner > .carousel-item {
      width: 95vw;
      height: 80vh;
      text-align: center; }
    .feature-discovery .feature-discovery-wrapper button.close {
      position: absolute;
      top: 10px;
      right: 15px;
      z-index: 101;
      color: #000;
      background-color: #fff;
      border-radius: 50%;
      width: 3rem;
      height: 3rem;
      font-size: 2.5rem;
      display: flex;
      align-items: center;
      justify-content: center; }
  .feature-discovery .feature-item.feature-item-intro .feature-box-top {
    height: 100%; }
  .feature-discovery .feature-item.feature-item-intro .feature-box-bottom {
    height: 20%;
    display: none; }
  .feature-discovery .feature-item.feature-item-intro .feature-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 3.5rem;
    line-height: 3.8rem;
    z-index: 1; }
  .feature-discovery .feature-item.feature-item-intro .feature-subtitle {
    font-size: 2rem; }
  .feature-discovery .feature-item .feature-box-top {
    height: 100%;
    position: relative;
    padding: 1rem 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .feature-discovery .feature-item .feature-box-bottom {
    display: none;
    height: 35%;
    position: relative;
    padding: 5px; }
  .feature-discovery .feature-item .feature-title {
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
    color: #fff;
    font-size: 2rem; }
  .feature-discovery .feature-item .feature-subtitle {
    font-size: 1.2rem;
    color: #fff; }
  .feature-discovery .feature-item .feature-image.feature-image-left, .feature-discovery .feature-item .feature-image.feature-image-right {
    display: block;
    position: relative;
    -webkit-transform: unset !important;
            transform: unset !important;
    width: 100%;
    height: auto; }
  .feature-discovery .carousel-control-next-icon::after {
    content: ""; }
  .feature-discovery .feature-discovery-single-image-wrapper {
    position: relative; }
    .feature-discovery .feature-discovery-single-image-wrapper img {
      width: 100%;
      height: auto; }
    .feature-discovery .feature-discovery-single-image-wrapper .feature-button {
      position: absolute;
      left: 50%;
      bottom: calc(4vw - 1rem);
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33); }
  80%,
  100% {
    opacity: 0; } }

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33); }
  80%,
  100% {
    opacity: 0; } }

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(0.02);
            transform: translateX(0.02); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(0.02);
            transform: translateX(0.02); } }

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(0.02);
            transform: translateX(0.02); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(0.02);
            transform: translateX(0.02); } }

body {
  overflow-x: visible;
  overflow-x: initial; }

.form-control {
  border: 0.063em solid #aaaaaa;
  border-radius: 0.125em;
  min-height: 2.5em; }

.form-check {
  padding-left: 0rem; }

.btn-primary,
.btn-primary:hover {
  color: #fff; }

.btn-outline-light {
  color: #212529;
  background-color: #fff;
  border-color: #e2e2e2; }

.g-icon:before {
  background-image: url(/assets/3f335b3986f69cb8e33e.png); }

.button-icon:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-top;
  background-color: "#000";
  background-position: center center;
  background-repeat: no-repeat; }

.btn-img {
  margin-right: 0.2em; }

.navbar.navbar-expand-lg {
  background: #fff;
  box-shadow: 0 0.063em 0 0 rgba(193, 192, 192, 0.5); }

.navbar-brand {
  margin-left: 1em; }

.navbar.vertical {
  border-right: 0.063em solid #dedede;
  padding: 0rem; }

.nav-link.tab {
  line-height: 0.5em;
  margin-top: 0.9em;
  color: #454545; }

.nav-link.htab {
  color: #5e5e5e; }

.card-header {
  background-color: #fff; }

.big-checkbox {
  width: 1.25em;
  height: 1.25em; }

.btn-lg, .btn-group-lg > .btn,
.btn-group-lg > .btn {
  border-radius: 6.25em; }

.btn-sm.white, .btn-group-sm > .white.btn {
  background: #ffffff;
  border: 1px solid #e9e9e9; }

.chart {
  margin-top: 0.9em;
  margin-bottom: 0.9em; }

.box {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }

.box.bg {
  background: url(/assets/2e2493070df0126a49cf.jpg);
  min-height: 9.25em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

/* enable absolute positioning */
.inner-addon {
  position: relative; }

/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 12px; }

.left-addon .fa {
  left: 0px; }

.right-addon .fa {
  right: 4%; }

.right-addon .fa.right-0 {
  right: 0%; }

/* add padding  */
.left-addon input {
  padding-left: 30px; }

.right-addon input {
  padding-right: 30px; }

.fa-search::before {
  content: "\f002"; }

.fa-search::before {
  content: "\f002"; }

.right-inner-addon.mv i {
  padding: 15px 12px; }

.form-box {
  background: #ffffff; }

.card-header.doc-list {
  padding: 0rem; }

.card.doc {
  border: none; }

[data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none; }

[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none; }

#documents:not(.nav-item) {
  border-right: 1px solid #ececec; }

.theader, .theader.theader-big {
  font-size: 11px ;
  /* Fallback in px */
  font-size: 0.6875rem ;
  color: #767676;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .theader:hover {
    cursor: pointer; }

.hidden-text {
  color: white;
  text-indent: -1000px !important;
  white-space: nowrap;
  overflow: hidden; }

th[aria-sort="descending"] .fa-caret-down::before {
  content: "\f0d7"; }
  th[aria-sort="descending"] .fa-caret-down::before.invert {
    content: "\f0d8"; }

th[aria-sort="ascending"] .fa-caret-down::before {
  content: "\f0d8"; }
  th[aria-sort="ascending"] .fa-caret-down::before.invert {
    content: "\f0d7"; }

th:not([aria-sort]) .fa-caret-down::before {
  content: "" !important; }

.table thead th {
  border-bottom: 0;
  vertical-align: middle; }

.form-control.form-control-box-lg {
  min-height: 3.3em; }

.card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }

.card.doc {
  box-shadow: none; }

tspan {
  font-family: "Lato", sans-serif !important;
  color: #454545;
  font-size: 11px;
  line-height: 36px; }

@media screen and (min-width: 1200px) {
  #applications-chart {
    height: 24.3vh; } }

.tr-big {
  line-height: 3.5em; }

.marketing-badge, .upcoming-label,
.live-label {
  overflow: hidden;
  color: #ffffff;
  font-size: 12px ;
  /* Fallback in px */
  font-size: 0.75rem ;
  line-height: 22px ;
  /* Fallback in px */
  line-height: 1.375rem ;
  font-weight: bold;
  border-radius: 2px;
  text-align: center !important; }

.marketing-badge {
  border-radius: 4px;
  width: 6rem !important; }

.marketing-badge > button {
  font-size: 0.75rem;
  width: 6rem !important;
  white-space: nowrap; }

.btn-toolbar {
  flex-wrap: nowrap; }

.noborder {
  border: none !important;
  border-right: none !important; }

.templates {
  overflow-y: scroll;
  max-height: 500px; }

.nav-tabs {
  margin-bottom: 0.1875em;
  padding-left: 1.25em;
  padding-right: 1.25em; }

.nav-tabs .nav-item {
  margin-bottom: -1px;
  margin-right: 1.25em;
  text-align: center; }
  .coupled .nav-tabs .nav-item {
    margin-right: 0; }

.nav-item.dropdown-nav {
  display: block;
  padding: 0.5rem 1rem; }

.nav-tabs .nav-link {
  margin-bottom: 0 !important;
  border: none !important;
  border-top-left-radius: none !important;
  border-top-right-radius: none !important; }

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: none; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-bottom: 4px solid #694ed6 !important;
  border-bottom: 4px solid var(--secondary) !important; }

.container-accordion {
  margin-top: 20px;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 10px; }

.collapsible-m {
  border-bottom: 1px solid #e0e0e0; }

.collapsible-header {
  padding-top: 10px ;
  /* Fallback in px */
  padding-top: 0.625rem ;
  padding-bottom: 10px ;
  /* Fallback in px */
  padding-bottom: 0.625rem ; }

.nav-tabs {
  margin-bottom: 0px !important;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e0e0e0; }

.support-q {
  color: #495057 !important; }

tr.list-group-item {
  flex-direction: row;
  justify-content: space-between;
  display: flex; }

tr.list-group-item td {
  align-self: center; }

.easy-autocomplete {
  width: 100% !important; }

.paging-number {
  border: 2px solid #c137a2;
  border: 2px solid var(--primary);
  border-radius: 2px;
  padding: 1px 4px 1px 4px; }

.paging-number:hover {
  cursor: pointer;
  justify-content: center !important; }

a.next {
  justify-content: flex-end !important; }

.next:hover {
  cursor: pointer; }

a.previous {
  justify-content: start !important; }

.previous:hover {
  cursor: pointer; }

.dataTables_wrapper .dataTables_filter {
  display: none; }

.dataTables_wrapper table.clients-table thead {
  display: none; }

.dataTables_info {
  font-size: 15px ;
  /* Fallback in px */
  font-size: 0.9375rem ;
  color: #777777;
  margin-bottom: 20px;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }
  .dataTables_info:empty {
    display: none; }

.dataTables_paginate {
  margin-bottom: 20px;
  display: none; }

tbody.card.box tr:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

tbody.card.box tr {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: relative;
  padding: 0.75rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

tr td {
  align-self: center; }

td .img-fluid.rounded-circle.lg {
  max-width: 52px ;
  /* Fallback in px */
  max-width: 3.25rem ;
  max-height: 52px ;
  /* Fallback in px */
  max-height: 3.25rem ;
  width: 52px ;
  /* Fallback in px */
  width: 3.25rem ;
  height: 52px ;
  /* Fallback in px */
  height: 3.25rem ; }

.dataTables_paginate {
  display: none;
  align-items: center;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  justify-content: flex-end; }

.dataTables_wrapper .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center !important; }

.paginate-info {
  font-size: 0.9375rem;
  color: #767676; }

.paginate-button-ellipsis {
  margin-right: 10px; }

.paginate_button {
  margin-right: 10px; }

.paginate_button:not(.previous):not(.next) {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0.175rem 0.55rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 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; }

.paginate_button:not(:disabled):not(.disabled) {
  cursor: pointer; }

.paginate_button i.fa-2x {
  font-size: 1.5em !important; }

.paginate_button.disabled {
  color: #d3d4db !important;
  cursor: auto;
  cursor: initial; }

.datepicker {
  background-color: #fff !important;
  color: #c137a2 !important;
  color: var(--primary) !important; }
  .datepicker .day {
    padding: 0.3125em;
    padding-left: 10px;
    padding-right: 10px; }
  .datepicker td.active.day {
    background-color: #0f656d !important;
    border-color: white !important;
    background-image: none !important; }

.ui-datepicker {
  background-color: #f4f8f7 !important; }
  .ui-datepicker a {
    color: #1194a0; }
  .ui-datepicker a:hover {
    color: black; }

.cursive {
  color: #e0e0e0;
  font-style: oblique; }

.badge {
  margin-left: 1em;
  margin-bottom: 3px;
  text-transform: uppercase;
  border-radius: 0 !important;
  padding: 0.35em 0.4em !important; }

.badge.status-badge {
  padding-left: 8px !important;
  padding-right: 8px !important;
  outline: unset !important;
  box-shadow: none;
  border: none; }
  .badge.status-badge.current-filter-badge {
    cursor: default;
    background: #c137a2;
    background: var(--primary);
    color: white;
    -webkit-filter: hue-rotate(var(--progress-item-variation));
            filter: hue-rotate(var(--progress-item-variation)); }

.greyed-out {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1031; }

.documents-container {
  padding: 40px; }

.column-divider {
  border-left: 1px solid #e0e0e0; }

.odd {
  border-bottom: 1px solid #e7e7e7; }

tbody.client-tab {
  box-shadow: none !important;
  border: none !important; }

.steps .step {
  padding: 1rem 1rem 0rem; }
  .steps .step .step-count {
    font-family: "Lato", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #dddddd;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
    line-height: 5px; }
  .steps .step .step-count.mini {
    font-size: 10px !important; }
  .steps .step .step-title {
    font-family: "Lato", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #aaaaaa;
    font-size: 16px;
    padding: 0;
    margin-bottom: 0;
    font-weight: normal; }
  .steps .step.selected .step-count {
    color: #aaaaaa; }
  .steps .step.selected .step-title {
    color: #555555;
    font-weight: bold; }

.nav-link.active.thin {
  border-bottom: 3px solid #694ed6 !important;
  border-bottom: 3px solid var(--secondary) !important;
  font-weight: bold;
  color: #212121 !important; }

.btn-flow-choice {
  background-color: transparent;
  border: none;
  font-weight: bold;
  font-size: 16px ;
  /* Fallback in px */
  font-size: 1rem ;
  color: #694ed6;
  color: var(--secondary); }

.card.simple {
  box-shadow: none !important;
  padding: 2rem 5rem 1rem 5rem !important; }
  .card.simple a:hover {
    color: #777777 !important; }
  .card.simple article#income-property .container {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .card.simple article#monthly-maintenance .container {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .card.simple article#coapp .container {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .card.simple label#kids-label {
    display: none !important; }
  .card.simple article {
    margin-bottom: 10px !important; }
    .card.simple article .title {
      font-size: 1em !important; }
    .card.simple article .fe-option label.taxes-responsible {
      font-size: 13px !important; }
    .card.simple article .right-slider {
      margin-left: 20px !important; }
    .card.simple article .right-slider label {
      padding-right: 15px !important; }
    .card.simple article .fa-calendar {
      font-size: 18px !important; }
    .card.simple article .property-option,
    .card.simple article .img-checkbox img {
      width: 109px !important;
      height: 109px !important; }
    .card.simple article label {
      font-size: 1em !important; }
    .card.simple article input {
      transition: background-color 0.5s ease; }
    .card.simple article input.form-control {
      height: 1.9375em !important; }
    .card.simple article input[type="email"]::-webkit-input-placeholder {
      font-size: 12px !important;
      height: 30px !important; }
    .card.simple article input[type="email"]::-moz-placeholder {
      font-size: 12px !important;
      height: 30px !important; }
    .card.simple article input[type="email"]:-ms-input-placeholder {
      font-size: 12px !important;
      height: 30px !important; }
    .card.simple article input[type="email"]::-ms-input-placeholder {
      font-size: 12px !important;
      height: 30px !important; }
    .card.simple article input[type="text"],
    .card.simple article input[type="email"]::placeholder {
      font-size: 12px !important;
      height: 30px !important; }
    .card.simple article input[type="text"],
    .card.simple article input[type="email"] {
      height: 30px !important; }
    .card.simple article input[type="number"] {
      border: none !important; }
    .card.simple article select {
      color: #e0e0e0;
      height: 30px !important;
      font-size: 12px !important; }

.tiny-f {
  font-size: 14px !important;
  /* Fallback in px */
  font-size: 0.875rem !important;
  color: #767676 !important; }

.vue__time-picker-dropdown ul,
.vue__time-picker .dropdown ul {
  color: #767676; }

.btn-circled {
  border-radius: 50% !important; }

.note-placeholder {
  color: #767676; }

.no-border:focus,
.no-border:active {
  outline: none !important;
  box-shadow: none !important; }

.disclaimers-container {
  padding: 2em;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }

.add-disclaimer {
  color: #c137a2 !important;
  color: var(--primary) !important; }

input.disclaimer-message::-webkit-input-placeholder {
  font-size: 13px; }

input.disclaimer-message::-moz-placeholder {
  font-size: 13px; }

input.disclaimer-message:-ms-input-placeholder {
  font-size: 13px; }

input.disclaimer-message::-ms-input-placeholder {
  font-size: 13px; }

input.disclaimer-message::placeholder {
  font-size: 13px; }

h6.font-xs {
  font-size: 0.7rem;
  margin-left: 9px; }

p.font-xs {
  font-size: 12px;
  color: #9e9e9e !important; }

.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

textarea {
  resize: none; }

div.questions {
  margin-bottom: 20px; }

.settings-questions {
  font-weight: bold; }

.overlay.clear {
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 45; }

.input-clear {
  background-color: rgba(178,178,178,0.10196); }

.card.simple article .property-option svg {
  width: 104px !important;
  height: 80px !important; }

.remove-disclaimer,
.remove-question {
  color: #9e9e9e;
  cursor: pointer !important; }

.uploaded-disclaimers {
  max-height: 280px ;
  /* Fallback in px */
  max-height: 17.5rem ;
  overflow-y: auto;
  overflow-x: hidden;
  border-left: none !important; }

.oblique {
  font-style: oblique; }

.right-slider {
  margin-left: 1em !important; }
  .right-slider input {
    border: none !important; }

.disabled-input {
  background-color: #9e9e9e; }

.enabled-input {
  background-color: #ffffff; }

.row.header .forward .app-flow-buttons .forward .move-on {
  width: 85% !important; }

.back-upload {
  color: #694ed6 !important;
  color: var(--primary-alt) !important; }

#settings-container .form-container.slider-form .form-box {
  height: 30px; }
  #settings-container .form-container.slider-form .form-box input {
    height: 100%; }

#settings-container .form-container.slider-form .slide-container,
#settings-container .form-container.slider-form .text-before,
#settings-container .form-container.slider-form .label-after {
  height: 30px;
  line-height: 30px; }

#settings-container .form-container.slider-form .slide-container .slider::-webkit-slider-thumb {
  width: 20px;
  height: 20px; }

#settings-container .form-container.slider-form .slide-container input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px; }

.trial-message.card {
  padding: 1.5rem 2.5rem; }

.card.plan.plan.card.current-plan,
.card.plan.plan.card.current-plan .card-header,
.card.plan.plan.card.current-plan .fa {
  background-color: hsl(162, 36%, 95%);
  background-color: var(--primary-1); }

.card.plan.plan.card.grayout {
  opacity: 0.5;
  touch-action: none;
  pointer-events: none; }

.card.plan .card-header {
  padding-top: 1.25rem; }
  .card.plan .card-header * {
    text-transform: capitalize; }

.card.plan .card-block {
  padding: 0.75rem calc(1.25rem + 15px); }
  .card.plan .card-block p:first-letter {
    text-transform: uppercase; }

.card.plan .row {
  justify-content: center;
  text-align: center; }

.card.plan .details-list {
  padding-left: 0;
  margin: 1rem 0; }
  .card.plan .details-list li:first-letter {
    text-transform: uppercase; }
  .card.plan .details-list li {
    font-size: 0.9rem; }

.card.plan .price-tag {
  margin-bottom: 0;
  font-weight: bold !important;
  font-size: 2.5rem;
  line-height: 1em;
  display: flex; }
  .card.plan .price-tag .original-amount {
    font-size: 0.4em;
    line-height: calc(0.5em + 1rem);
    color: #dc3545;
    color: var(--danger);
    text-decoration: line-through;
    opacity: 0.8 !important; }
  .card.plan .price-tag .currency {
    font-weight: bolder;
    font-size: 0.6em;
    line-height: calc(0.5em + 1rem); }
  .card.plan .price-tag .amount {
    font-weight: bolder;
    font-size: 1em; }
  .card.plan .price-tag .regularity {
    font-size: 0.4em;
    line-height: calc(0.4em + 100% + 2rem); }

#application-form-form .tab-pane {
  padding: 1rem;
  width: 100%; }

.navbar-active {
  font-weight: bold; }

.data-name {
  padding-top: 15px;
  padding-bottom: 15px; }

.form-control {
  color: #212121 !important; }

.nav-tabs {
  padding-top: 10px !important; }

ul.list-group-flush.finastra-steps {
  position: relative; }
  ul.list-group-flush.finastra-steps .list-group-item {
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    background-color: transparent;
    background-color: initial;
    padding: 0.75rem 0rem; }
  ul.list-group-flush.finastra-steps .list-highlight {
    color: #c137a2;
    color: var(--primary);
    font-weight: bold;
    cursor: pointer; }
  ul.list-group-flush.finastra-steps li:before {
    position: absolute;
    left: -2em;
    box-sizing: border-box;
    margin-right: 8px;
    padding: 4px;
    color: #000;
    font-weight: bold;
    text-align: center;
    top: 9%; }

ol ol li:last-child {
  margin-bottom: 0; }

.btn.split {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
  .btn.split.dropdown-toggle-split {
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-filter: brightness(75%);
            filter: brightness(75%); }
    .btn.split.dropdown-toggle-split.full-brightness {
      -webkit-filter: initial;
              filter: initial; }

.btn.dropdown-toggle {
  color: #fff; }
  .btn.dropdown-toggle.btn-in-progress {
    background-color: #343a40;
    border-color: #343a40; }
  .btn.dropdown-toggle.btn-closed {
    background-color: #c137a2;
    background-color: var(--primary);
    border-color: #c137a2;
    border-color: var(--primary); }
  .btn.dropdown-toggle.btn-accepted {
    background-color: #1194a0;
    background-color: #1194a0; }
  .btn.dropdown-toggle.btn-approved {
    background-color: #0e6870;
    border-color: #0e6870; }
  .btn.dropdown-toggle.btn-confirmed {
    background-color: hsl(186, 100%, 33%);
    background-color: var(--primary-6);
    border-color: hsl(186, 100%, 33%);
    border-color: var(--primary-6); }
  .btn.dropdown-toggle.btn-declined {
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn.dropdown-toggle.btn-cancelled {
    background-color: #cc1d1d;
    border-color: #cc1d1d; }
  .btn.dropdown-toggle.btn-ready-to-close {
    background-color: #c137a2;
    border-color: #c137a2; }
  .btn.dropdown-toggle.btn-failed {
    background-color: #949494;
    border-color: #949494; }
  .btn.dropdown-toggle.btn-paid {
    background-color: #2e454d;
    border-color: #2e454d; }

.dropdown .board-selection-container.dropdown-toggle,
.applications-client-profile-controls.view-on-board {
  padding-left: 0.88rem;
  padding-right: 0.88rem; }

.input-small {
  height: 2rem;
  min-height: 2rem; }

.search-clients {
  background-color: #f8f9fa !important;
  height: 2.5625em !important;
  font-size: 14px; }

.right {
  float: right; }

.upload-resp-btn,
.request-document {
  width: 11rem; }

.hint {
  color: #767676 !important; }

.tooltip.vis-forbidden > .tooltip-inner {
  background-color: #e53935 !important;
  color: white !important; }

.tooltip.vis-forbidden > .arrow:before {
  border-right-color: #e53935 !important; }

.vis-forbidden {
  opacity: 0.7 !important; }

.form-control[readonly]:not(.display-time) {
  pointer-events: none; }

.subscribed-tooltip {
  background-color: #9e9e9e; }

.segment-name {
  display: flex;
  justify-content: center; }
  .segment-name .edit-name {
    display: none; }
  .segment-name:hover .edit-name {
    display: flex;
    margin-right: -20.5667px; }
  .segment-name:hover:after {
    right: -15px !important; }
  .segment-name .edit-name-wrapper {
    display: flex; }
    .segment-name .edit-name-wrapper .edit-name-input {
      border: none;
      padding: 0 !important;
      min-height: unset !important;
      height: 100%;
      min-width: 1px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      background-color: transparent;
      display: block; }
    .segment-name .edit-name-wrapper .save-name,
    .segment-name .edit-name-wrapper .close-edit {
      background: none !important;
      border: none !important;
      padding: 0;
      outline: none !important;
      box-shadow: none !important;
      display: flex; }
    .segment-name .edit-name-wrapper .close-edit {
      right: -1.5rem; }

.statistics-item {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  transition: all 0.5s ease-in-out;
  padding-bottom: 0.5rem; }
  .client-profiles-dynamic .statistics-item {
    border-bottom: 1px solid rgba(220, 220, 220, 0.85); }
  .client-profiles-classic .statistics-item .state-name {
    display: block;
    white-space: normal;
    word-break: break-word;
    width: 100%; }
  .statistics-item .state-name .edit-state {
    position: absolute;
    top: 0px;
    left: unset;
    right: 0;
    display: none;
    line-height: inherit;
    height: 100%;
    padding-left: 0.4rem;
    align-items: center; }
  .statistics-item .state-name:hover .edit-state {
    display: flex; }
  .statistics-item .state-name:hover:after {
    right: -15px !important; }
  .status.current .statistics-item * {
    font-weight: 800 !important; }
  .statistics-item :not(.client-profiles-dynamic) .statistics-item:not(.editing) .active,
  .statistics-item :not(.client-profiles-dynamic) .statistics-item:not(.editing) :hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    transition: all 0.5s ease-in-out; }
  .statistics-item .state-total {
    font-size: 1rem; }
  .statistics-item .state-name,
  .statistics-item .state-total,
  .statistics-item .state-count {
    margin: 0;
    position: relative; }
  .statistics-item .edit-state-wrapper {
    display: inline-block; }
    .statistics-item .edit-state-wrapper .edit-state-input {
      border: none;
      padding: 0 !important;
      min-height: unset !important;
      height: 100%;
      min-width: 1px;
      width: 5rem;
      background-color: transparent;
      display: block; }
    .statistics-item .edit-state-wrapper .save-state,
    .statistics-item .edit-state-wrapper .close-edit {
      position: absolute;
      right: 0;
      top: 0;
      background: none !important;
      border: none !important;
      padding: 0;
      outline: none !important;
      box-shadow: none !important;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      display: flex; }
    .statistics-item .edit-state-wrapper .close-edit {
      right: -1.5rem; }

.client-profiles-classic .progressbar.pb-no-progress {
  margin-bottom: 6rem; }

.client-profiles-classic .state-name .edit-state {
  right: -1rem; }

#personal-details-container .button-side {
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -1.5rem;
  top: 0;
  background: none;
  border: none !important;
  outline: none !important;
  box-shadow: none !important; }
  #personal-details-container .button-side.button-quit.editing {
    right: -3rem !important; }

#personal-details-container .hide-row-actions .btn-hide:not(.editing),
#personal-details-container .hide-row-actions .button-side:not(.editing) {
  display: none; }

#personal-details-container .hide-row-actions:hover .btn-hide,
#personal-details-container .hide-row-actions:hover .button-side {
  display: flex; }

#personal-details-container .not-editable-row {
  opacity: 0.4;
  pointer-events: none; }

.button-transparent {
  background: none;
  border: none !important;
  box-shadow: none !important; }

.background-transparent {
  background: transparent !important; }

.btn:focus:not(.btn-link),
.btn.focus:not(.btn-link) {
  box-shadow: 0 0 0 0.2rem rgba(33, 204, 153, 0.25);
  box-shadow: 0 0 0 0.2rem var(--primary-rgb); }

.btn.move-on {
  background-color: rgba(33, 204, 153, 0.25);
  background-color: var(--primary-rgb); }

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.beta-ribbon {
  padding-right: 1.5rem;
  position: relative; }
  .beta-ribbon:after {
    content: "beta";
    position: absolute;
    top: 10px ;
    /* Fallback in px */
    top: 0.625rem ;
    left: 60%;
    width: 100px ;
    /* Fallback in px */
    width: 6.25rem ;
    background: #694ed6;
    background: var(--secondary);
    text-align: center;
    font-size: 12px ;
    /* Fallback in px */
    font-size: 0.75rem ;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    line-height: 16px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(55deg); }
    #filogix .beta-ribbon:after {
      left: 26px ;
      /* Fallback in px */
      left: 1.625rem ; }
  .beta-ribbon.custom-popover {
    padding-right: 0; }
    .beta-ribbon.custom-popover:after {
      top: unset;
      bottom: 15px;
      z-index: 1;
      left: -30px; }

@-webkit-keyframes till {
  0% {
    -webkit-transform: rotate(0.7deg);
            transform: rotate(0.7deg); }
  50% {
    -webkit-transform: rotate(-0.7deg);
            transform: rotate(-0.7deg); }
  100% {
    -webkit-transform: rotate(0.7deg);
            transform: rotate(0.7deg); } }

@keyframes till {
  0% {
    -webkit-transform: rotate(0.7deg);
            transform: rotate(0.7deg); }
  50% {
    -webkit-transform: rotate(-0.7deg);
            transform: rotate(-0.7deg); }
  100% {
    -webkit-transform: rotate(0.7deg);
            transform: rotate(0.7deg); } }

.client-profiles-dynamic .sortable-empty:empty:before {
  content: "No clients in this status";
  width: 100%;
  font-style: oblique !important;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  font-size: 14px !important;
  /* Fallback in px */
  font-size: 0.875rem !important;
  color: #9e9e9e !important; }

.client-profiles-dynamic .state-total {
  line-height: 100%; }

.client-profiles-dynamic .close-edit {
  right: -20px !important; }

.client-profiles-dynamic .edit-state-wrapper {
  width: calc(100% - 2.1875rem) !important; }

.client-profiles-dynamic .state-name {
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  width: max-content;
  font-size: 1.1rem;
  max-width: 100%;
  padding-right: 1.5rem;
  width: 225px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.client-profiles-dynamic .edit-state-input {
  line-height: 24px;
  background-color: transparent !important; }

.client-profiles-dynamic .client-profiles-chart > *:first-child {
  height: calc(85vh - 40px - 1rem) !important; }

.client-profiles-dynamic > *:first-child {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 40px - 1rem); }
  .client-profiles-dynamic > *:first-child > .row {
    height: 100%; }

.client-profiles-dynamic .draggable-container:not(:last-child) {
  border-right: 1px solid rgba(220, 220, 220, 0.85); }

.client-profiles-dynamic .form-page .header,
.client-profiles-dynamic .form-page .draggable-statistics {
  flex: 0 0;
  flex-basis: auto; }

.client-profiles-dynamic .form-page .client-profiles-container {
  position: relative;
  padding-bottom: 5px; }
  .client-profiles-dynamic .form-page .client-profiles-container,
  .client-profiles-dynamic .form-page .client-profiles-container .draggable-items-scroll-wrapper {
    flex-basis: 0;
    flex-grow: 1; }
  .client-profiles-dynamic .form-page .client-profiles-container .draggable-items-scroll-wrapper {
    overflow: hidden;
    padding-top: 0.5rem; }

.client-profiles-dynamic .drag-wrapper {
  padding-top: 1.5em;
  flex-wrap: nowrap;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: move; }
  .client-profiles-dynamic .drag-wrapper .draggable-container,
  .client-profiles-dynamic .drag-wrapper .add-client-profile-state-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
    flex: 1 1 0%;
    min-width: 110px;
    position: relative; }
    .client-profiles-dynamic .drag-wrapper .draggable-container:last-child,
    .client-profiles-dynamic .drag-wrapper .add-client-profile-state-container:last-child {
      margin-right: 0; }
  .client-profiles-dynamic .drag-wrapper .add-client-profile-state-container {
    padding: 0.5rem 0.25rem !important;
    height: -moz-min-content;
    /* Firefox/Gecko */
    height: -webkit-min-content;
    height: min-content; }
    .client-profiles-dynamic .drag-wrapper .add-client-profile-state-container .add-state-button {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      text-align: left; }
  .client-profiles-dynamic .drag-wrapper .draggable-container:not(:first-child) .board-column-move .move-left-empty,
  .client-profiles-dynamic .drag-wrapper .draggable-container:not(:first-child) .board-column-move .move-right-empty {
    display: none; }
  .client-profiles-dynamic .drag-wrapper .draggable-container:first-child .remove-state-column {
    display: none; }
  .client-profiles-dynamic .drag-wrapper .draggable-container:first-child .board-column-move .move-left,
  .client-profiles-dynamic .drag-wrapper .draggable-container:first-child .board-column-move .move-right-empty {
    display: none !important; }
  .client-profiles-dynamic .drag-wrapper .draggable-container:last-child .board-column-move .move-right,
  .client-profiles-dynamic .drag-wrapper .draggable-container:last-child .board-column-move .move-left-empty {
    display: none !important; }
  .client-profiles-dynamic .drag-wrapper .draggable-container:last-child .board-column-move .move-right-empty {
    display: inline-block !important; }

.client-profiles-dynamic .uk-sortable-empty {
  min-height: 100px; }

.client-profiles-dynamic .no-items {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  text-align: center; }

.client-profiles-dynamic .draggable-items.card {
  background-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  box-shadow: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }
  .client-profiles-dynamic .draggable-items.card [role="group"],
  .client-profiles-dynamic .draggable-items.card [role="group"] > div {
    height: 100%; }

.drag-item {
  z-index: auto;
  display: block; }
  .drag-item .card-delete {
    display: none !important; }
  .drag-item:hover {
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
    transition: border-left 0.2s ease-in-out, padding-left 0.2s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, border-left 0.2s ease-in-out, padding-left 0.2s ease-in-out;
    transition: transform 0.5s ease-in-out, border-left 0.2s ease-in-out, padding-left 0.2s ease-in-out, -webkit-transform 0.5s ease-in-out;
    border-left: 4px solid hsl(186, 100%, 33%);
    border-left: 4px solid var(--primary-6);
    z-index: 2;
    padding-left: calc(1rem - 4px) !important; }
    .drag-item:hover .mark-inactive,
    .drag-item:hover .card-delete {
      display: flex !important; }
  .drag-item:hover {
    cursor: -webkit-grab;
    cursor: grab; }
  .drag-item:active {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
  .sortable-ghost .drag-item {
    background-color: #fff;
    transition: -webkit-transform 0.5s ease-in-out !important;
    transition: transform 0.5s ease-in-out !important;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out !important;
    opacity: 0.4;
    border: 3px dashed rgba(0, 0, 0, 0.125) !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transform: initial !important;
            transform: initial !important;
    -webkit-animation: unset;
            animation: unset; }
    .sortable-ghost .drag-item .reminders-icon {
      display: none; }
  .drag-item.uk-sortable-drag {
    -webkit-transform: rotate(0.9deg);
            transform: rotate(0.9deg);
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    border-left: 5px solid hsl(186, 100%, 33%);
    border-left: 5px solid var(--primary-6); }
  .drag-item .card-content > div > *:not(:last-child) {
    margin-bottom: 3px; }
  .drag-item .referrer-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .drag-item .client-profile-name {
    transition: color 0.3s ease;
    color: #555555;
    line-height: 1.2;
    margin-top: 2px !important;
    margin-bottom: 2px !important; }
  .drag-item .important-date {
    font-size: 0.75rem; }
  .drag-item .client-profile-referrer {
    display: flex;
    justify-content: space-between;
    flex-direction: row; }
  .drag-item .client-profile-action {
    border-top: solid 2px hsl(162, 36%, 95%);
    border-top: solid 2px var(--primary-1);
    padding-top: 0.2rem;
    width: 100%;
    margin-top: 0.5rem;
    text-align: center;
    display: block; }
  .drag-item .reminders-icon {
    font-size: 1rem;
    position: relative; }
    .drag-item .reminders-icon .counter {
      position: absolute;
      font-size: 0.7rem;
      bottom: 0px;
      right: 0;
      width: 0.9rem;
      height: 0.9rem;
      display: flex;
      align-items: center;
      justify-content: center;
      background: transparent;
      border-radius: 50%;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      font-weight: bold;
      text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }
    .drag-item .reminders-icon a {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .drag-item .reminders-icon a:hover {
        color: black !important;
        text-decoration: none !important; }
    .drag-item .reminders-icon .clickable:hover {
      color: inherit !important;
      text-decoration: none !important; }

.drag-item-dragging {
  background: #ffffff !important;
  opacity: 1 !important;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important; }

.popover.followup-date .datepicker-inline {
  width: auto; }

.popover.followup-date .arrow {
  display: none; }

.color-picker-popover .popover-body {
  padding: 0; }

.strikethrough,
.strikethrough * {
  text-decoration: line-through !important; }

.followup-popover-menu .row {
  margin-right: 0;
  margin-left: 0; }

.followup-popover-menu .col {
  padding-right: 0;
  padding-left: 0; }

.followup-popover-menu .followup-list li {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem; }
  .followup-popover-menu .followup-list li .followup-mark-as-completed {
    display: flex;
    align-items: flex-start;
    margin-right: 1rem;
    padding-top: 0.3rem; }
  .followup-popover-menu .followup-list li .followup-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
    .followup-popover-menu .followup-list li .followup-content .description {
      max-height: 2rem;
      overflow: hidden;
      line-height: 1rem;
      max-width: 340px !important;
      /* Fallback in px */
      max-width: 21.25rem !important; }
      .followup-popover-menu .followup-list li .followup-content .description > * {
        margin-bottom: 0 !important; }

#followup-inline-menu-overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 1030; }

.column-divider-before {
  position: relative; }
  .column-divider-before:before {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    background-color: #e0e0e0;
    position: absolute;
    top: 0;
    left: 15px; }

a.template-action-btn.clickable,
a.template-action-btn.clickable:hover {
  color: #ffffff !important; }

a.template-btn-preview.clickable,
a.template-btn-preview.clickable:hover {
  color: #767676 !important; }

p.csv {
  background-color: hsl(162, 36%, 95%);
  background-color: var(--primary-1);
  border-radius: 3px;
  border: 2px solid;
  border-color: #343a40;
  border-color: var(--gray-dark); }

.template-action-btn.disabled {
  background-color: #767676 !important;
  background-color: var(--light-gray) !important;
  border-color: #767676 !important;
  border-color: var(--light-gray) !important;
  opacity: 0.4; }

.list-group {
  padding-left: 0 !important; }

tbody tr.odd, tbody tr.even {
  border-bottom: none; }

.btn-flat {
  background: none !important;
  border: none !important;
  padding: 0;
  outline: none !important;
  box-shadow: none !important; }

.hidden-row {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: none !important; }

.multi-collapse:not(.collapse-results) {
  padding: 0.75rem 1.25rem; }
  .multi-collapse:not(.collapse-results) .row-loader {
    height: 100%;
    min-height: calc(114px - 40px); }

input:disabled,
input[readonly]:not(.display-time),
select[readonly],
select:disabled {
  opacity: 0.9;
  background-color: #f3f3f3 !important;
  cursor: auto !important;
  cursor: initial !important; }
  .form-page .property-option input:disabled:checked ~ svg, .form-page .property-option
  input[readonly]:not(.display-time):checked ~ svg, .form-page .property-option
  select[readonly]:checked ~ svg, .form-page .property-option
  select:disabled:checked ~ svg {
    border-color: #9a9a9a !important; }
  input:disabled ~ svg .stroke-regular,
  input[readonly]:not(.display-time) ~ svg .stroke-regular,
  select[readonly] ~ svg .stroke-regular,
  select:disabled ~ svg .stroke-regular {
    stroke: #f3f3f3 !important; }
  input:disabled ~ svg .fill-clear,
  input[readonly]:not(.display-time) ~ svg .fill-clear,
  select[readonly] ~ svg .fill-clear,
  select:disabled ~ svg .fill-clear {
    fill: #f3f3f3 !important; }
  input:disabled ~ svg .fill-strong,
  input[readonly]:not(.display-time) ~ svg .fill-strong,
  select[readonly] ~ svg .fill-strong,
  select:disabled ~ svg .fill-strong {
    fill: #9a9a9a !important; }
  input:disabled ~ svg .fill-regular,
  input[readonly]:not(.display-time) ~ svg .fill-regular,
  select[readonly] ~ svg .fill-regular,
  select:disabled ~ svg .fill-regular {
    fill: #f3f3f3 !important; }
  input:disabled ~ label,
  input[readonly]:not(.display-time) ~ label,
  select[readonly] ~ label,
  select:disabled ~ label {
    opacity: 0.5;
    cursor: inherit !important; }
  input:disabled ~ span,
  input[readonly]:not(.display-time) ~ span,
  select[readonly] ~ span,
  select:disabled ~ span {
    opacity: 0.5 !important;
    cursor: inherit !important; }

.carousel-control-prev,
.carousel-control-next {
  width: 8%; }

.pretty[disabled] {
  pointer-events: none; }

.colorpicker .colorpicker-swatches--inner {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .colorpicker .colorpicker-swatches--inner .colorpicker-swatch {
    display: flex;
    flex-wrap: wrap;
    margin-right: 4px !important;
    margin-left: 4px !important;
    width: 1rem;
    height: 1rem; }

.colorpicker.colorpicker-inline {
  padding: 0 !important;
  padding-bottom: 5px !important; }

#personal-details-container #notes-table button.btn-edit.button-side {
  right: unset !important; }

#personal-details-container #notes-table button.button-quit.button-side {
  right: -0.5rem !important; }

#link-application-modal .easy-autocomplete-container ul {
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto; }

#client-profile-actions-container {
  min-height: 150px; }

.remove-state-column {
  height: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #ffffff; }
  .remove-state-column.remove-state-column--opened {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    cursor: auto;
    cursor: initial;
    padding-bottom: 1rem; }
    .remove-state-column.remove-state-column--opened .inline-prompt {
      order: 3; }
  .remove-state-column .prompt-link {
    margin-left: 0 !important;
    margin-right: 0.5rem !important; }
  .remove-state-column i {
    font-size: 0.8rem; }

.external-communications .p,
.external-communications .p-switch.p-bigger:not(label) {
  font-size: 1.1rem; }

#referrer-select ~ .select2-container .select2-selection__clear,
#submission-agent-select ~ .select2-container .select2-selection__clear {
  margin-right: 21px;
  transition: margin-right 0.5s ease-in-out; }

#referrer-select ~ .select2-container.select2-container--open .select2-selection__clear,
#submission-agent-select ~ .select2-container.select2-container--open .select2-selection__clear {
  margin-right: 10px;
  transition: margin-right 0.5s ease-in-out; }

#linked-apps-card,
#uploaded-documents-card,
#client-profile-lists,
#client-profile-campaigns {
  min-height: 6rem;
  max-height: 38rem;
  overflow-x: hidden;
  overflow-y: auto; }
  #linked-apps-card .sticky-controls,
  #uploaded-documents-card .sticky-controls,
  #client-profile-lists .sticky-controls,
  #client-profile-campaigns .sticky-controls {
    position: -webkit-sticky;
    position: sticky;
    bottom: -1px;
    background-color: #fff;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }

#actions-pane-container {
  min-height: 8rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0; }
  #actions-pane-container .nav-tabs-wrapper {
    padding-left: 1rem !important; }
  #actions-pane-container .close-action {
    position: absolute;
    color: #3e3e3e;
    top: 0.3rem;
    right: 0.8rem; }
    #actions-pane-container .close-action:hover {
      color: gray;
      background-color: #eee; }

.pre-selected-area {
  padding: 1rem 1rem 0 1rem !important;
  color: #b9babb; }

.action-pane-wrapper {
  height: 15rem;
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 0 1rem !important; }
  .action-pane-wrapper#follow-up-tab {
    padding-bottom: 2rem !important;
    padding-right: 2rem !important; }
  .action-pane-wrapper .form-group-wide {
    height: 75%;
    width: 100%; }
  .action-pane-wrapper .form-group-material .invalid-feedback {
    left: 0; }
  .action-pane-wrapper .form-group-material textarea {
    height: 100%;
    border: 0;
    outline: 0; }
    .action-pane-wrapper .form-group-material textarea .invalid-feedback {
      left: 0; }

#email-tab {
  height: auto; }

#timeline-container {
  min-height: 10rem; }
  #timeline-container .month-tag {
    padding-left: 80px; }

.email-preload {
  position: relative; }

.card.email-card {
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  position: relative;
  transition: box-shadow 0.3s ease-out;
  border-bottom: 0; }
  .card.email-card .card-header {
    cursor: pointer !important; }
  .card.email-card:last-child {
    border-bottom: 0; }
  .card.email-card.card-closed {
    margin-top: 0 !important; }
    .card.email-card.card-closed .card-body {
      overflow: hidden; }
    .card.email-card.card-closed .card-header {
      background-color: rgba(211, 211, 211, 0.25); }
  .card.email-card .card-footer:empty {
    display: none; }
  .card.email-card:not(.card-closed) .card-body {
    overflow: hidden; }
  .card.email-card:not(.card-closed):hover {
    border-radius: 2px;
    transition: box-shadow 0.3s ease-in;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1); }

.reply-email,
.reply-all-email {
  cursor: pointer; }

.email-thread-progress-item {
  position: absolute;
  top: 10px;
  left: -54px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: 2;
  font-size: 0.7rem;
  background-color: #c137a2;
  background-color: var(--primary);
  color: #fff; }

.email-card .show-more {
  display: none; }
  .email-card .show-more > a {
    font-size: 1rem; }

.email-card .show-more-visible {
  max-height: 200px;
  overflow: hidden; }
  .email-card .show-more-visible .show-more {
    height: 25%;
    box-shadow: inset 0px -60px 30px -10px rgba(97, 97, 97, 0.15); }

.email-card .show-more-hidden {
  padding-bottom: 2rem !important; }
  .email-card .show-more-hidden .show-more {
    box-shadow: none;
    height: auto; }

.email-card .show-more-hidden .show-more,
.email-card .show-more-visible .show-more {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 5px 0; }

#timeline-tabs-container .email-card:not(.card-closed) .card-body {
  min-height: 0 !important;
  padding: 0 !important; }

#email-editor-wrapper {
  display: flex;
  flex-flow: column;
  height: 100%; }

#uploaded-documents-container {
  min-height: 150px;
  max-height: 38rem;
  overflow-x: hidden;
  overflow-y: auto; }
  #uploaded-documents-container .num-comments {
    background-color: #9e9e9e;
    color: #ffffff;
    width: 1rem;
    height: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 5px;
    text-align: center; }

.applications-client-profile-controls {
  width: 10em;
  margin: 0 !important; }

.dropdown-toggle.badge::after {
  margin-left: 0.6em;
  border-top: 0.5em solid;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent; }

.visibility-wrapper {
  position: absolute;
  top: 25px;
  right: -35px;
  z-index: 15; }
  .visibility-wrapper .btn-circled {
    width: 35px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    padding: 0;
    padding-top: 1px; }

#faq-form .nav-item {
  padding-top: 20px !important;
  min-width: 150px;
  width: 50%; }

#faq-form .nav-item {
  padding-top: 20px !important;
  min-width: 150px;
  width: 50%; }

#faq-form .full-width-nav-item {
  padding-top: 20px !important;
  /* Fallback in px */
  padding-top: 1.25rem !important;
  min-width: 150px;
  width: 100%;
  text-align: center; }

.settings-container #email-editor-wrapper #email-editor {
  overflow: auto;
  min-height: 15rem; }

.sent-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.sent-check {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1rem !important;
  -webkit-transform: translate3D(45%, -15%, 0);
          transform: translate3D(45%, -15%, 0);
  font-weight: bold !important;
  background: #ffffff;
  border-radius: 50%; }

@-webkit-keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4); }
  70% {
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }

.pulse {
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4); }

.scale-down-disappear {
  -webkit-animation: scale-down-center 1s cubic-bezier(0.6, -0.28, 0.735, 0.045) both;
  animation: scale-down-center 1s cubic-bezier(0.6, -0.28, 0.735, 0.045) both; }

.new-email-badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  z-index: 100;
  top: 0;
  right: -3px;
  width: 10px;
  height: 10px;
  padding: 2px;
  border-radius: 50%;
  font-size: 14px !important; }

.card > .new-email-badge {
  right: -8px;
  top: -8px;
  width: 16px;
  height: 16px;
  padding: 0;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4); }

.email-badge-table {
  width: 16px;
  height: 16px;
  padding: 0;
  position: absolute;
  left: -8px;
  top: calc(50% - 8px);
  border-radius: 50%; }

svg.referrer-icon {
  width: 0.8rem;
  height: auto; }
  svg.referrer-icon path {
    fill: #555555 !important; }

#new-trigger > div {
  margin-right: 5px; }

#new-trigger > * {
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-animation: slide-up 0.4s ease;
          animation: slide-up 0.4s ease; }

#new-trigger .trigger-number {
  width: 50px;
  padding-bottom: 0px; }

#saved p {
  margin-bottom: 0; }

#saved [data-toggle="dropdown"] {
  height: 25px; }

#saved .checklist-item .checklist-item-drag-handle,
#saved .checklist-item .checklist-delete-item {
  display: none; }

#saved .checklist-item * {
  cursor: default; }

#saved .option-dropdown {
  right: 15px; }

.text-action {
  border-bottom: 2px gray dashed;
  font-weight: bold; }

.slide-up {
  -webkit-animation: slide-up 0.4s ease;
          animation: slide-up 0.4s ease; }

#actions > * {
  -webkit-animation: slide-up 0.4s ease;
          animation: slide-up 0.4s ease; }

@-webkit-keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.trigger-select {
  background-color: gainsboro;
  cursor: pointer;
  transition: all 1s ease; }

#new-trigger .dropdown-toggle::after {
  content: normal !important;
  content: initial !important; }

#new-trigger .dropdown-menu {
  max-height: 200px ;
  /* Fallback in px */
  max-height: 12.5rem ;
  overflow: hidden;
  overflow-y: scroll; }

#new-trigger .dropdown-item {
  font-size: 1rem; }

#trigger > a {
  color: black; }

.action-argument:not(:last-child) {
  margin-right: 10px; }

#currentState i {
  font-size: 30px;
  vertical-align: bottom;
  cursor: pointer; }

.dropdown-item > i.material-icons {
  font-size: 17px;
  top: 2px;
  margin-right: 6px;
  position: relative; }

.dropdown-item .dropdown-item-drag-handle {
  cursor: move; }

.board-action-new-badge {
  left: -20px;
  top: -4px;
  position: absolute;
  z-index: 1;
  font-size: 9px !important; }

.delete-automation {
  --animate-bg-color: #dc3545 !important;
  --animate-color: white !important; }

#delete-modal .checklist-item .checklist-item-drag-handle,
#delete-modal .checklist-item .checklist-delete-item {
  display: none; }

#delete-modal .checklist-item * {
  cursor: default; }

#delete-modal .option-dropdown {
  display: none; }

#delete-modal .text-wrap-all {
  display: inline !important; }

.argument-text {
  flex-grow: 1;
  flex-basis: 100%; }
  .argument-text textarea {
    resize: vertical !important; }
  .argument-text .textarea {
    flex-grow: 1; }

.text-wrap-all {
  word-break: break-all; }

.automation-preview {
  border-radius: 5px;
  background-color: #f3f3f3; }

#contacts-table_wrapper .dataTables_scrollHeadInner,
#marketing-segments-page .dataTables_scrollHeadInner {
  width: 100% !important; }

.arguments-note b:nth-child(1),
.arguments-follow-up b:nth-child(2) {
  white-space: pre-line; }

.follow-up-description {
  white-space: pre-line; }

.filter-controls {
  display: flex;
  align-items: center; }

#clients-activity-wrapper .list-group,
#clients-activity-wrapper #preload {
  height: calc(65vh + 0.75rem * 2); }

#clients-activity-wrapper .list-group {
  overflow: hidden;
  overflow-y: scroll; }
  #clients-activity-wrapper .list-group li:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 1; }

#submissions-activity-wrapper .list-group,
#submissions-activity-wrapper #preload {
  height: calc(32.5vh + 2px); }

#submissions-activity-wrapper .list-group {
  overflow: hidden;
  overflow-y: scroll; }
  #submissions-activity-wrapper .list-group li:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 1; }

.primary-color {
  color: #c137a2 !important;
  color: var(--primary) !important; }

#closes-chart-container {
  top: 54px !important;
  /* Fallback in px */
  top: 3.375rem !important; }

.client-profile-owner-avatar,
.client-profile-owner-avatar--board,
.client-profile-owner-avatar--list {
  height: 1.3rem;
  width: 1.3rem;
  border-radius: 50%; }

.client-profile-owner-avatar--board {
  position: relative; }

.dropdown-menu {
  z-index: 1001; }

#scheduled-delivery-article .parsley-success:after {
  right: 2px !important;
  bottom: -2px !important; }

#list-details-form #administrative_area_level_1,
#list-details-form .administrative_area_level_1 {
  padding: 1px !important;
  height: calc(2.25rem + 3px) !important; }

.calculations-title {
  border-bottom: 1.5px solid #c137a2;
  border-bottom: 1.5px solid var(--primary);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 7px !important; }

.arrow-consent-dropdown {
  left: -4px;
  position: relative;
  top: -2px; }

/* Checklist component */
#delete-checklist-modal .modal-body {
  max-height: 300px ;
  /* Fallback in px */
  max-height: 18.75rem ;
  overflow-y: scroll; }

#delete-checklist-modal .checklist-delete-item {
  display: none; }

#submit-checklist {
  width: 150px ;
  /* Fallback in px */
  width: 9.375rem ; }

.checklist-item-completed {
  text-decoration: line-through;
  color: #767676; }

.checklist {
  font-size: 13px; }
  .checklist .progress {
    height: 20px; }
    .checklist .progress .progress-bar {
      background-color: #c137a2;
      background-color: var(--primary); }
  .checklist .sortable-ghost {
    background-color: #f4f4f4; }
    .checklist .sortable-ghost * {
      visibility: hidden; }
  .checklist .sortable-chosen {
    background-color: #f4f4f4;
    border-radius: 5px; }
  .checklist .checklist-item:not(:hover) .checklist-delete-item {
    display: none; }
  .checklist .checklist-item .checklist-item-drag-handle {
    cursor: move; }
  .checklist .checklist-item span[contenteditable] {
    padding: 3px;
    border: 1px solid black; }
  .checklist .checklist-item .material-icons {
    vertical-align: sub; }
  .checklist .checklist-item:hover {
    background-color: #f4f4f4;
    border-radius: 5px; }

#checklist-tab {
  height: inherit; }

.sn-checkbox-open-in-new-window,
.sn-checkbox-use-protocol {
  padding-left: 1.5rem !important; }

.rich-text-editor {
  display: none !important; }
  .rich-text-editor ~ .note-editor {
    margin-bottom: 0 !important; }
    .rich-text-editor ~ .note-editor .btn-light {
      color: #212529;
      background-color: #f8f9fa;
      border-color: #f8f9fa; }
    .rich-text-editor ~ .note-editor ul {
      list-style-type: disc !important; }
      .rich-text-editor ~ .note-editor ul ul {
        list-style-type: circle !important; }
        .rich-text-editor ~ .note-editor ul ul ul {
          list-style-type: square !important; }

/* styles to reset editor preview styles */
.rich-text-editor--reset {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word; }
  .rich-text-editor--reset > * {
    cursor: text; }
  .rich-text-editor--reset p,
  .rich-text-editor--reset ol,
  .rich-text-editor--reset ul,
  .rich-text-editor--reset pre,
  .rich-text-editor--reset blockquote,
  .rich-text-editor--reset h1,
  .rich-text-editor--reset h2,
  .rich-text-editor--reset h3,
  .rich-text-editor--reset h4,
  .rich-text-editor--reset h5,
  .rich-text-editor--reset h6 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }
  .rich-text-editor--reset ol,
  .rich-text-editor--reset ul {
    padding-left: 1.5em; }
  .rich-text-editor--reset ol > li {
    list-style-type: none; }
  .rich-text-editor--reset ul > li {
    list-style-type: disc !important; }
  .rich-text-editor--reset ul[data-checked="true"], .rich-text-editor--reset ul[data-checked="false"] {
    pointer-events: none; }
  .rich-text-editor--reset ul[data-checked="true"] > li *,
  .rich-text-editor--reset ul[data-checked="false"] > li * {
    pointer-events: all; }
  .rich-text-editor--reset ul[data-checked="true"] > li::before,
  .rich-text-editor--reset ul[data-checked="false"] > li::before {
    color: #777;
    cursor: pointer;
    pointer-events: all; }
  .rich-text-editor--reset ul[data-checked="true"] > li::before {
    content: "\2611"; }
  .rich-text-editor--reset ul[data-checked="false"] > li::before {
    content: "\2610"; }
  .rich-text-editor--reset li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em; }
  .rich-text-editor--reset li::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right; }
  .rich-text-editor--reset ol li,
  .rich-text-editor--reset ul li {
    padding-left: 1.5em; }
  .rich-text-editor--reset ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0; }
    .rich-text-editor--reset ol li:before {
      content: counter(list-0, decimal) ". "; }

.note-description[contenteditable="true"] {
  padding: 1rem; }

.edit-followup-date {
  width: 100px !important;
  /* Fallback in px */
  width: 6.25rem !important;
  display: inline !important; }

#password-sent-form .form-group-material.error {
  margin-bottom: 2.5rem !important; }

.border-focus {
  border: 1px solid gray;
  border-radius: 3px;
  padding: 4px; }

.registered-tooltip {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  table .registered-tooltip {
    position: absolute;
    left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.method-selection .fe-option {
  height: 6.5rem !important; }
  .method-selection .fe-option .checkmark {
    top: calc(20% + 1vw) !important; }

#client-profile-pinned.nav-item-active {
  border-bottom-color: transparent !important; }
  #client-profile-pinned.nav-item-active .nav-link {
    color: #c137a2 !important;
    color: var(--primary) !important; }

.pin-item {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  margin: 0 !important;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 1rem; }
  .pin-item i {
    transition: all 0.3s ease-in-out; }
  .pin-item.pinned {
    color: #c137a2;
    color: var(--primary); }
  .pin-item:hover i, .pin-item.pinned i {
    -webkit-transform: rotate(45deg) translateX(0);
            transform: rotate(45deg) translateX(0); }

.pin-app i {
  transition: all 0.3s ease-in-out; }

.pin-app.pinned {
  color: #c137a2;
  color: var(--primary); }

.pin-app:hover i, .pin-app.pinned i {
  -webkit-transform: rotate(45deg) translateX(0);
          transform: rotate(45deg) translateX(0); }

.text-warning-darker {
  color: #ad6500 !important; }
  .text-warning-darker:hover {
    color: #ad6500 !important; }

.email-opened-badge {
  font-size: 1.3rem !important; }

#save-email-preview {
  max-height: 20rem; }

.loaded-template-text {
  display: flex;
  max-width: 40%; }

#dropdown-filters-wrapper,
#dropdown-sort-wrapper {
  display: flex;
  align-items: center; }

#dropdown-filters-content {
  width: 75vw;
  max-height: 65vh; }

#dropdown-sort-content {
  width: 255px !important;
  /* Fallback in px */
  width: 15.9375rem !important; }

#board-sort--activity-at-top {
  margin-top: 5px !important;
  width: 20px !important; }

label[for="board-sort--activity-at-top"] {
  font-size: 12px !important;
  /* Fallback in px */
  font-size: 0.75rem !important;
  text-align: right; }

#dropdown-filters-content,
#dropdown-sort-content {
  padding: 5px 15px;
  overflow: unset; }
  #dropdown-filters-content .form-check > *,
  #dropdown-sort-content .form-check > * {
    margin-bottom: 5px; }
  #dropdown-filters-content .form-check-input,
  #dropdown-sort-content .form-check-input {
    margin-top: 0.1rem; }
  #dropdown-filters-content .filter-title,
  #dropdown-filters-content .sort-title,
  #dropdown-sort-content .filter-title,
  #dropdown-sort-content .sort-title {
    border-bottom: 1px solid gainsboro;
    font-size: 1rem; }

.radio-field .edit-visibility {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .radio-field .edit-visibility article {
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
    .radio-field .edit-visibility article .fe-radio-form {
      display: inline-block;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }

.edit-visibility .required-asterisk {
  font-size: 5px !important;
  padding: 4px 5px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%; }

.edit-visibility .fa-calendar {
  display: none !important; }

.edit-visibility .select-field {
  background: none; }

.edit-visibility .vis-mark {
  z-index: 50;
  position: absolute;
  width: 22px;
  top: 0;
  height: 17px;
  border-radius: 50%;
  text-align: center;
  line-height: 14px;
  vertical-align: middle;
  padding: 0 !important;
  margin-left: 6px;
  color: #555555;
  color: var(--gray); }
  .edit-visibility .vis-mark:focus, .edit-visibility .vis-mark:active {
    outline: none !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) !important; }
  .edit-visibility .vis-mark i {
    font-size: 12px; }

.edit-visibility .required-mark {
  position: absolute;
  top: 12px;
  right: 0;
  padding: 0 !important;
  z-index: 15;
  height: 14px;
  width: 19px; }
  .edit-visibility .required-mark.radio, .edit-visibility .required-mark.slide {
    position: static;
    position: initial; }

.search-container .past-due {
  opacity: 1; }

.search-container .active {
  opacity: 1; }

.card.drag-item span.activity i.planned {
  color: #555555 !important;
  color: var(--gray) !important;
  opacity: 0.5; }

.card.drag-item span.activity i.upcoming {
  color: #555555 !important;
  color: var(--gray) !important;
  opacity: 0.5; }

.card.drag-item span.activity i.active {
  color: #208337 !important;
  color: var(--success) !important;
  opacity: 1; }

.card.drag-item span.activity i.past-due {
  color: #dc3545 !important;
  color: var(--danger) !important;
  opacity: 1; }

#documents-container,
.filogix-wrapper {
  padding-right: 0; }
  #documents-container > .card,
  .filogix-wrapper > .card {
    width: calc(100% + 10px) !important; }
  #documents-container > svg,
  .filogix-wrapper > svg {
    height: 100%; }

#documents-container > .card .document-container-body,
#documents-template-list-modal > .card .document-container-body,
#upload-document-modal > .card .document-container-body {
  padding-top: 0;
  max-height: calc(65vh - 5rem); }

#documents-container #document-list-container,
#documents-template-list-modal #document-list-container,
#upload-document-modal #document-list-container {
  overflow: auto;
  max-height: calc(50vh - 5rem); }

#documents-container .collapsee-body,
#documents-template-list-modal .collapsee-body,
#upload-document-modal .collapsee-body {
  margin-left: 3.1rem; }

#documents-container .editable-description,
#documents-template-list-modal .editable-description,
#upload-document-modal .editable-description {
  margin: auto; }
  #documents-container .editable-description input.material-input,
  #documents-template-list-modal .editable-description input.material-input,
  #upload-document-modal .editable-description input.material-input {
    font-size: 0.8rem;
    padding-bottom: 0 !important; }
  #documents-container .editable-description .form-group-material,
  #documents-template-list-modal .editable-description .form-group-material,
  #upload-document-modal .editable-description .form-group-material {
    -webkit-transform: translateY(-0.3rem) !important;
            transform: translateY(-0.3rem) !important;
    margin-bottom: 0 !important; }
  #documents-container .editable-description .input-loader,
  #documents-template-list-modal .editable-description .input-loader,
  #upload-document-modal .editable-description .input-loader {
    margin-left: -18px; }

#documents-container .collapse-m,
#documents-container .soft-bordered,
#documents-template-list-modal .collapse-m,
#documents-template-list-modal .soft-bordered,
#upload-document-modal .collapse-m,
#upload-document-modal .soft-bordered {
  border-right: none !important;
  border-left: none !important; }

#documents-container .soft-bordered,
#documents-template-list-modal .soft-bordered,
#upload-document-modal .soft-bordered {
  border-top: none !important; }

.document-request-collapse {
  top: 4.6rem !important;
  z-index: 98 !important;
  padding-bottom: 0.1rem !important; }
  .document-request-collapse:hover .request-trash:not(.sent) {
    display: block;
    cursor: pointer;
    z-index: 15; }

.modal-fullscreen {
  padding: 35px !important; }
  .modal-fullscreen .modal-dialog {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100% !important; }
  .modal-fullscreen .modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0; }

@-webkit-keyframes expand {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    background: #5470b0; } }

@keyframes expand {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    background: #5470b0; } }

.preview-page {
  height: 95vh;
  width: 74vh;
  background-size: contain;
  background-repeat: no-repeat; }

#pdf-editor-modal .page-row {
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 100% !important;
  height: 70vh; }

#pdf-editor-modal #page-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 190px);
  grid-gap: 1rem;
  justify-content: space-around;
  align-content: space-around; }

#pdf-editor-modal .page > canvas {
  width: 180px !important;
  height: 230px !important; }
  #pdf-editor-modal .page > canvas.horizontal {
    height: 115px !important; }

#pdf-editor-modal .page {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  margin-bottom: 5px;
  background-color: #edf2f7;
  border-color: #a0aec0;
  transition: opacity 0.3s cubic-bezier(1, 0.5, 0.8, 1); }
  #pdf-editor-modal .page canvas {
    cursor: -webkit-grab;
    cursor: grab; }
  #pdf-editor-modal .page .page-number,
  #pdf-editor-modal .page .actions {
    width: 50%; }

#pdf-editor-modal .page.sortable-ghost {
  opacity: 0; }

#pdf-editor-modal .page.hidden {
  background-color: #f9f9f9; }
  #pdf-editor-modal .page.hidden canvas {
    opacity: 0.5; }

#pdf-editor-modal .sortable-ghost {
  outline: 4px solid black; }

#pdf-editor-modal .sortable-chosen {
  outline: 4px solid blue; }

#pdf-editor-modal .sortable-selected {
  outline: 4px solid #c137a2;
  outline: 4px solid var(--primary); }

#document-list-select + .select2 span.select2-selection__placeholder {
  font-size: 0.875rem !important;
  font-weight: bold; }

.button-collapse-description {
  display: inline-block;
  text-align: left; }

.popover.inline-followup {
  max-width: inherit;
  width: 400px !important;
  /* Fallback in px */
  width: 25rem !important; }

.popover.application-filters-just-clients {
  max-width: inherit;
  width: 225px !important;
  /* Fallback in px */
  width: 14.0625rem !important; }

.filter-title {
  font-size: 1rem;
  font-family: "Lato", sans-serif !important;
  color: #3f3f3f; }

#profile-filters-form label:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9); }

.drag-item .fa-calendar {
  cursor: unset;
  padding: 0 !important;
  color: #555555;
  font-size: 0.8rem; }

.VueCarousel-navigation {
  position: relative;
  display: flex;
  justify-content: space-between; }

.VueCarousel-navigation-button {
  position: relative !important;
  -webkit-transform: unset !important;
          transform: unset !important;
  color: #c137a2 !important;
  color: var(--primary) !important;
  font-size: 11px;
  display: flex;
  align-items: center; }
  .VueCarousel-navigation-button::before {
    font: normal normal normal 14px/1 FontAwesome; }
  .VueCarousel-navigation-button.VueCarousel-navigation-prev::before {
    content: "\f053";
    margin-right: 4px; }
  .VueCarousel-navigation-button.VueCarousel-navigation-next::after {
    content: "\f054";
    margin-left: 4px;
    font: normal normal normal 14px/1 FontAwesome; }

.drip-campaign-wrapper .tab-pane {
  padding: 0; }

.drip-campaign-wrapper .name p {
  margin-bottom: 0; }

.drip-campaign-wrapper .drip-campaign-table-wrapper .drip-campaign-table-item:last-of-type {
  padding-bottom: 10px; }

.drip-campaign-wrapper .drip-campaign-table-wrapper .drip-campaign-table-item:first-child {
  padding-top: 20px ;
  /* Fallback in px */
  padding-top: 1.25rem ; }

.drip-campaign-wrapper .drip-campaign-table-wrapper .drip-campaign-table-item {
  display: flex;
  padding-left: 20px ;
  /* Fallback in px */
  padding-left: 1.25rem ; }
  .drip-campaign-wrapper .drip-campaign-table-wrapper .drip-campaign-table-item > * {
    display: flex;
    align-items: center; }
  .drip-campaign-wrapper .drip-campaign-table-wrapper .drip-campaign-table-item .logo {
    padding-left: 23px; }
  .drip-campaign-wrapper .drip-campaign-table-wrapper .drip-campaign-table-item .actions div {
    display: flex;
    justify-content: flex-end;
    width: 100%; }

.drip-campaign-wrapper .drip-campaign-table-wrapper hr:last-of-type {
  display: none; }

.drip-campaign-edit-wrapper .header-buttons,
.step-circle-container .header-buttons {
  position: fixed;
  z-index: 2; }
  .drip-campaign-edit-wrapper .header-buttons button,
  .step-circle-container .header-buttons button {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.drip-campaign-edit-wrapper .step,
.step-circle-container .step {
  border: 1px solid gainsboro;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding-top: 0.3rem;
  font-size: 12px;
  text-align: center;
  padding-right: 1px; }

.drip-campaign-edit-wrapper .top-notification .ld-ring::after,
.step-circle-container .top-notification .ld-ring::after {
  border-width: 2px; }

.drip-campaign-edit-wrapper .top-notification .ld-ring,
.step-circle-container .top-notification .ld-ring {
  width: 10px;
  height: 10px;
  color: black; }

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

.trigger-criteria-wrapper {
  border: 1px solid gainsboro;
  border-radius: 5px;
  padding: 10px; }

#triggers-wrapper .trigger {
  border: 1px solid gainsboro;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  #triggers-wrapper .trigger > * {
    margin-right: 10px; }
  #triggers-wrapper .trigger .dropdown-toggle::after {
    content: normal !important;
    content: initial !important; }
  #triggers-wrapper .trigger .delete-trigger {
    cursor: pointer;
    position: absolute;
    right: -5px;
    margin-top: -21px; }

.email-template-wrapper .vertical-line,
.add-new-wrapper .vertical-line {
  height: 50px;
  display: flex;
  justify-content: space-between; }
  .email-template-wrapper .vertical-line > *,
  .add-new-wrapper .vertical-line > * {
    flex-grow: 1; }
  .email-template-wrapper .vertical-line .right-half,
  .add-new-wrapper .vertical-line .right-half {
    border-left: 1px solid gainsboro; }

.email-template-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .email-template-wrapper .days-select {
    border-radius: 5px !important; }
  .email-template-wrapper .email-action-select > div,
  .email-template-wrapper .email-template-select {
    border: 1px solid gainsboro;
    border-radius: 5px; }
  .email-template-wrapper .email-action-select > div {
    padding: 10px 50px;
    display: flex;
    align-items: center; }
  .email-template-wrapper .email-action-select {
    display: flex;
    justify-content: center; }
  .email-template-wrapper .email-template-select .select-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
  .email-template-wrapper .email-template-select .select-fields-wrapper {
    display: flex;
    flex-wrap: wrap; }
  .email-template-wrapper .email-template-select .statistics {
    border-bottom: 1px solid gainsboro; }
    .email-template-wrapper .email-template-select .statistics .unique-opens {
      padding: 5px 20px;
      border-right: 1px solid gainsboro; }
      .email-template-wrapper .email-template-select .statistics .unique-opens .unique-opens-title {
        display: flex;
        align-items: center;
        margin-right: 20px; }
      .email-template-wrapper .email-template-select .statistics .unique-opens .unique-opens-values {
        display: flex;
        flex-direction: column;
        align-items: center; }
    .email-template-wrapper .email-template-select .statistics .sent,
    .email-template-wrapper .email-template-select .statistics .delivered,
    .email-template-wrapper .email-template-select .statistics .clicks {
      padding: 5px 20px; }
    .email-template-wrapper .email-template-select .statistics .sent,
    .email-template-wrapper .email-template-select .statistics .delivered {
      border-right: 1px solid gainsboro; }
  .email-template-wrapper .email-template-select .email-counter {
    border-right: 1px solid gainsboro; }
    .email-template-wrapper .email-template-select .email-counter h4 {
      display: inline-block;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  .email-template-wrapper .email-template-select .template-selector {
    display: flex;
    padding: 20px; }
    .email-template-wrapper .email-template-select .template-selector .selector {
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px dashed #c137a2;
      border: 1px dashed var(--primary);
      padding: 10px; }
      .email-template-wrapper .email-template-select .template-selector .selector p {
        font-size: 1.1rem; }
    .email-template-wrapper .email-template-select .template-selector .selector-error {
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px dashed red;
      padding: 10px; }
      .email-template-wrapper .email-template-select .template-selector .selector-error p {
        font-size: 1.1rem; }
  .email-template-wrapper .email-template-select .email-info {
    display: flex;
    align-items: center;
    flex-grow: 1; }
  .email-template-wrapper .email-template-select .delete-email {
    width: 13px;
    color: red; }

#drip-campaign-clients .modal-body {
  max-height: 45vh;
  overflow-y: auto; }

#drip-campaign-clients .top {
  justify-content: flex-end; }

#drip-campaign-clients .dataTables_info {
  margin: 0;
  text-align: right; }

#drip-campaign-clients .remove-drip-campaign-client {
  color: red; }

.add-new-wrapper .add-new-email {
  display: flex;
  justify-content: center; }
  .add-new-wrapper .add-new-email > div {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #c137a2;
    border: 1px dashed var(--primary);
    padding: 10px; }
    .add-new-wrapper .add-new-email > div p {
      font-size: 1.1rem; }

.bg-green {
  background-color: #c137a2; }

.argument .dropdown-menu {
  max-height: 200px ;
  /* Fallback in px */
  max-height: 12.5rem ;
  overflow: hidden;
  overflow-y: scroll; }

.drip-campaign-time-picker.parsley-success:after {
  right: -13px !important; }

.statistics-left {
  display: flex;
  align-items: center; }

.settings {
  z-index: 2;
  height: 100%;
  width: 98%;
  background-color: white; }

.dropdown-menu.scrollable {
  max-height: 200px ;
  /* Fallback in px */
  max-height: 12.5rem ;
  overflow: hidden;
  overflow-y: scroll; }

.rotten {
  background-color: #fdefef !important; }
  .rotten,
  .rotten .profile-actions-menu,
  .rotten .colorpicker,
  .rotten .card-delete {
    background-color: #fdefef !important; }

.card-delete * {
  color: inherit !important; }

#add-state-modal-form .parsley-success:after {
  display: none; }

.flex-spacer {
  flex-grow: 1; }

.section-separator-title {
  margin: 0.5rem 0 0.1rem 0;
  font-weight: 700 !important;
  color: #3f3f3f;
  line-height: 1; }
  #h2.section-separator-title {
    font-size: 19px ;
    /* Fallback in px */
    font-size: 1.1875rem ;
    margin-bottom: 5px; }
  #h3.section-separator-title {
    text-transform: uppercase;
    font-size: 12px ;
    /* Fallback in px */
    font-size: 0.75rem ;
    margin-top: 0;
    margin-bottom: 5px; }
    #h3.section-separator-title:empty,
    #h3.section-separator-title *:empty {
      display: none; }
  #h4.section-separator-title {
    font-size: 12px ;
    /* Fallback in px */
    font-size: 0.75rem ;
    text-transform: uppercase;
    color: #767676 !important;
    font-weight: 600 !important;
    margin-top: 0;
    margin-bottom: 5px; }
    #h4.section-separator-title:empty {
      display: none !important; }
  h2.section-separator-title {
    font-size: 19px ;
    /* Fallback in px */
    font-size: 1.1875rem ;
    margin-bottom: 5px; }
  h3.section-separator-title {
    text-transform: uppercase;
    font-size: 12px ;
    /* Fallback in px */
    font-size: 0.75rem ;
    margin-top: 0;
    margin-bottom: 5px; }
    h3.section-separator-title:empty,
    h3.section-separator-title *:empty {
      display: none; }
  h4.section-separator-title {
    font-size: 12px ;
    /* Fallback in px */
    font-size: 0.75rem ;
    text-transform: uppercase;
    color: #767676 !important;
    font-weight: 600 !important;
    margin-top: 0;
    margin-bottom: 5px; }
    h4.section-separator-title:empty {
      display: none !important; }

.section-separator-title-status {
  font-size: 1.3rem;
  padding: 0px 10px;
  margin-left: 0.5rem; }

.card-separator {
  border-left-color: #c137a2;
  border-left-color: var(--primary); }

.hidden-heading .VueTables__heading {
  display: none !important; }

.hidden-heading .theader {
  display: none !important; }

.section-separator-subtitle {
  font-size: 1rem; }

.application-dropdown-navigation {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: hsl(162, 36%, 95%);
  background-color: var(--primary-1);
  border-radius: 0.25rem; }
  .application-dropdown-navigation .dropdown-toggle::after {
    display: none; }

.form-title-removable {
  font-size: 16px !important;
  /* Fallback in px */
  font-size: 1rem !important; }

.nav-tabs-multiple.nav-tabs-wrapper > .nav-tabs {
  padding-bottom: 0 !important;
  display: flex !important;
  align-items: center;
  height: 100%; }
  .nav-tabs-multiple.nav-tabs-wrapper > .nav-tabs > .nav-item {
    padding-top: 0 !important;
    height: 100%;
    display: flex;
    align-items: center; }
    .nav-tabs-multiple.nav-tabs-wrapper > .nav-tabs > .nav-item.secondary.show a.nav-link {
      color: inherit;
      background-color: #fff;
      border-bottom: none !important; }

.nav-tabs-multiple.nav-tabs-wrapper .dropdown-submenu {
  position: relative !important; }
  .nav-tabs-multiple.nav-tabs-wrapper .dropdown-submenu.force-relative {
    position: relative !important; }

.nav-tabs-multiple.nav-tabs-wrapper .nav-tabs ul.dropdown-menu.menu-item {
  width: 100% !important;
  padding-right: 1.875rem; }

.nav-tabs-multiple.nav-tabs-wrapper .dropdown-toggle::after {
  vertical-align: middle;
  border: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-submenu > .dropdown-menu {
  top: 0 !important; }

.dropdown-submenu.dropdown > .dropdown-menu {
  left: 100%;
  margin-top: -6px !important;
  padding-left: 0 !important; }

.dropdown-submenu.dropleft > .dropdown-menu {
  right: 100%;
  padding-right: 0 !important;
  margin-right: 0 !important; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu:hover > a:after {
  border-left-color: transparent; }

.dropdown-submenu > a:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  color: #212529; }

.dropdown-submenu.pull-left {
  float: none; }
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px; }

.card.card-separator {
  border-left-color: #c137a2;
  border-left-color: var(--primary);
  border-left-width: 5px !important; }
  .card.card-separator .card-header {
    background-color: #f4f8f7;
    background-color: var(--primary-clear); }

.card.flow-dropdown {
  height: 53px ;
  /* Fallback in px */
  height: 3.3125rem ; }

#filogix-table tr {
  border-bottom: 1px solid gainsboro;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: relative; }
  #filogix-table tr > td:first-child {
    padding-top: 10px; }
  #filogix-table tr > td.deal-date {
    padding-bottom: 10px; }

#filogix-table tr:last-child td:first-child {
  padding-bottom: 20px; }

#filogix-table .content_empty {
  padding-bottom: 10px; }

#modal-document-list-container {
  max-height: 32vh;
  overflow: hidden;
  overflow-y: auto; }

#document-list-container .document-type-list:first-child .document-request-collapse {
  border-top: 0 !important; }

#document-list-container .document-type-list:last-child .document-request-collapse {
  border-bottom: 0 !important; }

#document-list-container .document-type-list .collapsee-body:last-child .document-box {
  border: 0 !important; }

.thumbnail-group {
  display: flex;
  flex-direction: row-reverse;
  align-items: center; }
  .thumbnail-group .thumbnail-item:not(:last-child) {
    margin-left: -1rem; }

.condition-select-item .select2-results__option {
  padding-left: 2rem !important; }

.tags-select .select2-results__options[aria-multiselectable="true"] .select2-results__option[aria-selected="true"]::after {
  content: "\f00c "; }

.tags-select .select2-results__option {
  padding-left: 1.7rem !important; }

#assignee-select-container .select2-selection__choice,
#collaborators-select-container .select2-selection__choice,
.hide-selection-choice .select2-selection__choice {
  display: none !important; }

#follow-up-tab-assignees ul {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important; }

.segment-value-select {
  margin-bottom: 0 !important; }
  .segment-value-select .select2-selection.select2-selection--multiple.sm {
    padding-top: 0 !important; }

.progress-bar {
  transition: all 0.5s ease; }

#automation-container .automation .card {
  background-color: transparent; }

#automation-container .list-animation {
  transition: all 1s; }
  #automation-container .list-animation > * {
    transition: all 1s; }
  #automation-container .list-animation .list-complete-enter,
  #automation-container .list-animation .list-complete-leave-to {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  #automation-container .list-animation .list-complete-leave-active {
    position: absolute; }

#automation-container .automation-email-content-preview {
  border: 1px solid #e0e0e0;
  max-height: 40vh;
  overflow-y: scroll; }

#automation-container .automation-email .email-tags ul,
#automation-container .automation-package .email-tags ul {
  padding: 5px 25px 0px 5px; }

#automation-container .automation-email .email-tags li,
#automation-container .automation-package .email-tags li {
  margin-top: 5px; }

#automation-container .automation-email .email-tags button,
#automation-container .automation-package .email-tags button {
  border: 0;
  box-shadow: none;
  color: black;
  font-weight: bolder;
  background-color: gainsboro;
  padding: 3px 6px;
  border-radius: 6px; }

#automation-container .automation-email .side-controls,
#automation-container .automation-package .side-controls {
  padding: 10px;
  flex-grow: 1;
  max-width: 40%; }

#automation-container .automation-email .note-editor,
#automation-container .automation-package .note-editor {
  flex-basis: 70%; }

.time-bomb-tooltip {
  visibility: hidden;
  height: 100%;
  float: left; }

#contacts-table_wrapper .dataTables_paginate,
#marketing-segments-page .dataTables_paginate {
  display: flex !important;
  align-items: flex-end !important;
  width: 100%; }

.board-column-move .move {
  padding: 1px 3px;
  color: gainsboro; }
  .board-column-move .move .fa {
    font-size: 15px;
    font-weight: bolder; }

.board-column-move .move:hover {
  color: black; }

.no-scroll {
  overflow: hidden !important; }

.automation-email-defined img {
  height: 20px; }

#sort-info-tooltip {
  width: 1rem;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden; }

.generic--body {
  background-color: #f3f3f3; }
  .generic--body .generate--old-item {
    opacity: 0.8;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-bottom: 0; }
    .generic--body .generate--old-item [data-toggle="tooltip"] {
      display: none; }
    .generic--body .generate--old-item .pin-item {
      display: none; }
    .generic--body .generate--old-item .card-header {
      pointer-events: none; }
    .generic--body .generate--old-item .card-body {
      max-height: 10rem;
      overflow-y: auto;
      padding: 1.25rem !important; }
    .generic--body .generate--old-item .convert-icon {
      display: none; }
  .generic--body .action-pane-wrapper {
    padding: 0 !important; }
    .generic--body .action-pane-wrapper .form-group-material textarea {
      padding-left: 0 !important;
      padding-right: 0 !important; }
  .generic--body .generate--separator {
    font-size: 2rem; }

#list-details-form .form-group-material.form-group-material-no-label {
  margin-bottom: 1rem !important; }

.agents-vue-select .client-profile-owner-avatar,
.collaborators-vue-select .client-profile-owner-avatar,
.link-app-select .client-profile-owner-avatar {
  height: 2.35rem;
  width: 2.35rem; }

#document-user-mesage-modal .modal-body {
  padding-right: 5px;
  padding-left: 5px; }

#documents-email-message {
  border: 10px solid #ededed;
  padding: 20px;
  color: #545454 !important; }
  #documents-email-message h3 {
    font-weight: bolder; }
  #documents-email-message ul.document-list {
    list-style-type: disc;
    font-size: 1.1rem;
    font-weight: bolder; }
  #documents-email-message .btn-upload-documents {
    font-size: 0.9rem; }

.select2-selection--multiple span.select2-selection__clear {
  position: absolute; }

#activity-time-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  line-height: 0;
  font-size: 0.9rem; }

.note-popover.popover.in.note-hint-popover {
  background: rgba(255, 255, 255, 0.9) !important;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 0.5rem !important;
  border-radius: 5px; }

.popover-content.note-children-container {
  background: transparent !important; }

.note-hint-item.active,
.note-hint-item:hover {
  background-color: transparent !important;
  color: rgba(0,0,0,0.8) !important;
  opacity: 1;
  font-weight: bold !important; }

.note-hint-item {
  opacity: 0.5; }

.sample-document-icon {
  color: #bdc3c7;
  font-size: 1.6rem !important;
  margin-right: 5px !important; }

.ratios-container .ratios-scroll-wrapper {
  height: 100%;
  max-height: 62vh;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto; }

.ratios-container #finastra-close-dropdown {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  background: #f6f6f6; }

.ratios-container .ratios-title {
  top: 0px;
  background: #f6f6f6 !important;
  padding-bottom: 0.5rem;
  margin-bottom: 0 !important;
  z-index: 2; }

.has-badge {
  position: relative; }
  .has-badge::after {
    content: attr(data-count);
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.5rem;
    border-radius: 50%;
    color: white;
    background: rgba(255, 0, 0, 0.9);
    text-align: center;
    width: 1rem;
    height: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%); }

.activity-center-popover {
  position: absolute;
  bottom: 0;
  right: -2px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow: hidden; }
  .activity-center-popover #all-activity-header,
  .activity-center-popover #all-activity-footer {
    z-index: 1;
    background: white; }
  .activity-center-popover #all-activity-header {
    top: 0; }
  .activity-center-popover #all-activity-footer {
    bottom: 0; }
    .activity-center-popover #all-activity-footer .activity-filter .form-group-material-number {
      width: 3rem;
      margin-bottom: 0;
      min-height: unset !important;
      height: 2rem !important; }
    .activity-center-popover #all-activity-footer .activity-filter .form-group-material-number input[type="number"] {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      min-height: unset !important;
      height: 2rem !important; }
  .activity-center-popover .nav-item:not(.nav-item-active) {
    background: rgba(153, 153, 153, 0.2); }
  .activity-center-popover .nav-item {
    padding: 0 !important;
    border-bottom: 0 !important; }
  .activity-center-popover .tab-container {
    overflow-x: hidden;
    overflow-y: auto;
    overflow: hidden auto; }
  .activity-center-popover .activity-avatar {
    width: 2rem !important;
    height: 2rem !important; }
  .activity-center-popover .activity-title {
    margin-bottom: 0;
    font-size: 0.8rem; }
  .activity-center-popover .activity-options {
    text-align: left !important; }
  .activity-center-popover .activity-avatar.activity-owner {
    width: 1rem !important;
    height: 1rem !important; }
  .activity-center-popover .list-group-item.activity-item:empty {
    display: none; }
  .activity-center-popover .activity-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    overflow: hidden auto; }
  .activity-center-popover .activity-item {
    margin-bottom: 2px !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important; }
    .activity-center-popover .activity-item.unread {
      background-color: #eff3f6;
      border-left: 3px #c137a2 solid;
      border-left: 3px var(--primary) solid; }
    .activity-center-popover .activity-item.completed .activity-title,
    .activity-center-popover .activity-item.completed .activity-subtitle {
      text-decoration: line-through; }
  .activity-center-popover .empty-notifications {
    text-align: center;
    font-size: 4rem;
    color: #d3d4db;
    color: var(--clear-gray);
    opacity: 0.4; }
  .activity-center-popover .inactive-notifications {
    text-align: center;
    font-size: 4rem;
    color: #dc3545;
    color: var(--danger); }
    .activity-center-popover .inactive-notifications .text-separator {
      padding: 1rem;
      position: relative;
      width: 100%;
      z-index: 3; }
      .activity-center-popover .inactive-notifications .text-separator:before {
        content: "";
        position: absolute;
        width: 60%;
        height: 2px;
        background-color: #767676;
        background-color: var(--light-gray);
        left: 20%;
        top: calc(50% - 1px);
        opacity: 0.2;
        z-index: -2; }
      .activity-center-popover .inactive-notifications .text-separator:after {
        content: "";
        position: absolute;
        width: 2rem;
        height: 1rem;
        background-color: #fff;
        left: 50%;
        bottom: 50%;
        -webkit-transform: translate(-50%, 50%);
                transform: translate(-50%, 50%);
        z-index: -1; }
    .activity-center-popover .inactive-notifications .inactive-footer-text {
      position: absolute;
      margin-bottom: 0;
      bottom: 2rem;
      left: 12.5%;
      width: 75%;
      font-size: 0.8rem; }

.w-95 {
  width: 95% !important; }

#documents-user-mesage-modal .modal-body {
  padding: 15px; }

#documents-user-mesage-modal .modal-dialog {
  width: 60%;
  margin: 0 auto;
  padding: 0;
  max-width: 60% !important; }

#documents-user-mesage-modal .modal-content {
  height: auto;
  min-height: 100%;
  border: 0 none;
  border-radius: 0; }

.w-95 {
  width: 95% !important; }

.collaborators-dropdown .client-profile-owner-avatar {
  height: 1.6rem;
  width: 1.6rem; }

.client-profile-collaborators-dropdown {
  width: 30rem; }
  .client-profile-collaborators-dropdown #collaborators-select + .select2-container .select2-selection__choice {
    display: none; }

.upload-file-info .upload-file-icon {
  background-color: #c137a2;
  background-color: var(--primary);
  opacity: 0.4;
  color: #fff;
  font-size: 43px ;
  /* Fallback in px */
  font-size: 2.6875rem ;
  padding: 0.35rem 1.05rem;
  border-radius: 50%;
  margin: 0;
  width: 4.55rem;
  height: 4.55rem;
  text-align: center; }

#client-profiles-table thead tr {
  width: 100%;
  align-items: center; }
  #client-profiles-table thead tr .dropdown-filters-wrapper {
    display: inline-flex; }

#client-profiles-table thead.theader-big {
  height: 80px ;
  /* Fallback in px */
  height: 5rem ; }

#client-profiles-table thead,
#client-profiles-table th,
#client-profiles-table td {
  text-align: center;
  vertical-align: middle; }
  #client-profiles-table thead img.avatar,
  #client-profiles-table th img.avatar,
  #client-profiles-table td img.avatar {
    height: 2.5rem;
    width: 2.5rem; }

.lender-submit-wrapper .top {
  display: none; }

.lender-submit-wrapper table td,
.lender-submit-wrapper table th {
  text-align: center; }

.cursor-auto {
  cursor: auto !important; }

#personal-address label.title {
  color: #757575 !important;
  font-weight: normal !important;
  font-size: 0.7rem !important;
  line-height: 10px !important;
  margin-bottom: 0 !important; }

.board-options-dropdown {
  width: 15rem; }

#marketing-templates-container #mortgage-container {
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto; }

#forms .small-loader {
  width: 15px;
  height: 15px;
  font-size: 0.4rem;
  top: 2px; }

#referrer-select-container.label-visible .select2-container {
  opacity: 1; }

#referrer-select-container.label-visible .select2-selection--single {
  opacity: 0.5; }
  #referrer-select-container.label-visible .select2-selection--single[aria-expanded="true"] {
    opacity: 1 !important; }

#referrer-select-container .vs__dropdown-menu {
  max-height: 160px !important; }

#agents-select-container .select2-selection--single {
  padding: 0.65rem 1.125rem 0.65rem 0.375rem; }

.inline-followup .popover-body,
.inline-followup .popover-inner {
  max-height: 55vh;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
  padding: 0 !important; }

.inline-followup .thumbnail-group .thumbnail-item:not(:last-child) {
  margin-left: -0.7rem; }

.description-tooltip .tooltip-inner {
  max-width: 30vw;
  text-align: unset; }

/* Add Client board page will disappear soon, so we can remove this later. */
#selected-owner ~ div#preload .ld-ring {
  width: 2rem;
  height: 2rem; }

#selected-owner ~ div#preload h6 {
  margin: 0 !important; }

.informational-card {
  min-height: 7rem; }

#client-profiles-table_wrapper .top {
  display: none; }

.boards-dropdown {
  max-width: 20rem !important; }

textarea.user-message-textarea {
  background-color: gainsboro;
  padding: 10px;
  border-radius: 5px;
  border: none; }

.drip-campaign-table,
.marketing-campaign-table {
  margin-top: -4px; }
  .drip-campaign-table thead,
  .marketing-campaign-table thead {
    display: none !important; }

.marketing-campaign-table .VueTables__child-row > td,
.document-tags-table .VueTables__child-row > td {
  border-top: 0; }

.vue-custom-table th,
.vue-custom-table td {
  border-left: unset;
  border-right: unset;
  z-index: 10; }

.vue-custom-table .VueTables__heading {
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #757575 !important; }
  .vue-custom-table .VueTables__heading .pretty {
    font-size: 1rem !important; }

.vue-custom-table .VueTables__sortable .VueTables__sort-icon {
  margin-top: 0.4rem;
  float: none !important;
  margin-left: 0.5rem !important;
  cursor: pointer; }

.vue-custom-table .VueTables__row {
  background: #ffffff !important; }
  .vue-custom-table .VueTables__row td {
    vertical-align: middle !important;
    padding: 0.5rem 0.75rem; }
    .vue-custom-table .VueTables__row td.w-15 {
      width: 15%; }
    .vue-custom-table .VueTables__row td pre {
      font-family: "Lato", sans-serif; }

.vue-custom-table.no-pagination .VuePagination,
.vue-custom-table.no-pagination .VueTables__limit {
  display: none; }

.vue-custom-table .VueTables__child-row, .vue-custom-table .VueTables__child-row:hover {
  background-color: #ffffff !important; }

.vue-custom-table .VueTables__sort-icon {
  color: #b0b0b0; }

.vue-custom-table .table-responsive {
  overflow-x: unset !important;
  margin-bottom: 0 !important; }

.vue-custom-table.scrollable-table.document-tags-table .table-responsive {
  max-height: 16em;
  min-height: 16em; }

.vue-custom-table.scrollable-table .table-responsive {
  overflow-y: auto;
  overflow-x: hidden !important; }

.vue-custom-table.no-head-table table thead {
  display: none; }

.vue-custom-table.no-head-table table tr:first-child td {
  border: none; }

.table-clients *:focus,
table *:focus {
  outline: none; }

.table-clients .moveButton,
table .moveButton {
  display: none; }

.table-clients .VuePagination,
.table-clients .VueTables__limit,
table .VuePagination,
table .VueTables__limit {
  display: none; }

.table-clients .VueTables__row.starred,
table .VueTables__row.starred {
  background-color: rgba(255, 193, 7, 0.04) !important;
  border-left: 5px solid #ffc107; }

.table-clients i.registered-client,
table i.registered-client {
  cursor: default; }

.table-clients .client-avatar,
table .client-avatar {
  border-radius: 50%;
  max-width: 2.85rem;
  max-height: 2.85rem;
  width: 2.85rem;
  height: 2.85rem; }

.disclaimers-table .VuePagination,
.disclaimers-table .VueTables__limit {
  display: none; }

.disclaimers-table pre {
  max-height: 9rem;
  overflow-y: auto;
  white-space: pre-line; }

.clients-table-wrapper .table-responsive {
  overflow: unset; }
  .clients-table-wrapper .table-responsive table.VueTables__table {
    overflow: unset !important; }
    .clients-table-wrapper .table-responsive table.VueTables__table .resize-handle {
      display: none !important; }

#e-sign-modal .vue-custom-table,
#e-sign-modal #e-sign-order-files-container {
  max-height: 30vh;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: -6px; }

#e-sign-modal .vue-custom-table table {
  overflow: hidden; }

#bulk-request-modal .vue-custom-table.requested-packages,
#reset-secure-details-modal .vue-custom-table.requested-packages {
  max-height: 40vh;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: -6px; }

#bulk-request-modal .vue-custom-table.requested-packages table,
#reset-secure-details-modal .vue-custom-table.requested-packages table {
  overflow: hidden; }

.new-badge {
  position: relative !important; }
  .vue-custom-table .new-badge[data-count]:after {
    top: -2rem; }
  .create-request-package .new-badge[data-count]:after {
    top: -0.1rem;
    right: 0.18rem;
    left: auto; }
  .new-badge[data-count]:after {
    position: absolute;
    top: -1.3rem;
    content: attr(data-count);
    font-size: 0.65rem;
    padding: 0.6em;
    border-radius: 999px;
    line-height: 0.75em;
    color: white;
    background: rgba(255, 0, 0, 0.9);
    text-align: center;
    min-width: 2em;
    font-weight: bold;
    left: 2rem;
    white-space: nowrap; }
  .new-badge.dropdown:after {
    left: unset;
    right: 0;
    top: 0;
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0); }

.validation-button {
  position: relative; }
  .validation-button .validation-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    background-color: #fff;
    border-radius: 50%;
    width: 1rem;
    height: 1rem; }
    .validation-button .validation-icon i {
      display: block; }
    .validation-button .validation-icon .input-loader {
      width: 0.9rem !important;
      height: 0.9rem !important; }

.timeline-signer-item:first-child .timeline-signer {
  border-left: 0; }

.timeline-signer-item .timeline-signer {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.1rem 0.5rem;
  border-radius: 3px; }

select.board-name {
  width: 100%;
  height: calc(2.25rem + 2px);
  border: 1px dashed #ced4da;
  border-radius: 0.25rem; }

.drag-item .client-profile-value,
.drag-item .important-date,
.drag-item .drag-subtitle {
  color: #555555; }

.drag-item .client-profile-owner-avatar--board {
  position: relative;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.6; }

.draggable-container .settings {
  border-radius: 5px;
  padding: 0.5rem 1rem 0 1rem !important;
  margin-right: 0;
  width: 100%; }

.draggable-container .colorpicker .colorpicker-swatches--inner .colorpicker-swatch {
  margin-right: 2px !important;
  margin-left: 2px !important;
  width: 0.8rem;
  height: 0.8rem; }

#dropdown-filters-wrapper .select2-selection.select2-selection--multiple {
  padding-top: 0 !important; }

span.status-filter-select {
  z-index: 2000; }

div.color-identifier {
  background: #c137a2;
  background: var(--primary);
  -webkit-filter: hue-rotate(var(--progress-item-variation));
          filter: hue-rotate(var(--progress-item-variation));
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%; }

.automation-type-container .card.card-separator .card-header {
  background-color: transparent !important; }

.add-to-board-dropdown {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 10rem;
  height: 10rem;
  background-color: #000; }

/** cards spacing **/
/** Input Labels */
/** material input spacing **/
/** font-sizes **/
/** Bootstrap gutters **/
/** Colors **/
.broker-application-container {
  height: calc(97vh - (20px + 1rem));
  overflow: hidden; }
  .broker-application-container form#application-form .disable-coapp-checkbox {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0 !important; }
    .broker-application-container form#application-form .disable-coapp-checkbox label {
      margin-left: 0 !important;
      padding-left: 1.5em !important;
      cursor: pointer; }
  .broker-application-container form#application-form .add-additional-coapps,
  .broker-application-container form#application-form .need-additional-banner {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
    .broker-application-container form#application-form .add-additional-coapps h3,
    .broker-application-container form#application-form .add-additional-coapps h4,
    .broker-application-container form#application-form .need-additional-banner h3,
    .broker-application-container form#application-form .need-additional-banner h4 {
      font-size: calc(0.85rem + 0.5rem) !important; }
    .broker-application-container form#application-form .add-additional-coapps button,
    .broker-application-container form#application-form .need-additional-banner button {
      font-size: 0.85rem !important;
      padding: 0.3rem 0.7rem !important; }
  .broker-application-container form#application-form button.btn-sm, .broker-application-container form#application-form .btn-group-sm > button.btn {
    font-size: 0.85rem !important;
    padding: 0.3rem 0.7rem !important; }
  .broker-application-container form#application-form button.btn-sm.no-padding, .broker-application-container form#application-form .btn-group-sm > button.no-padding.btn {
    font-size: 0.85rem !important;
    padding: 0.2rem 0.2rem !important; }
  .broker-application-container form#application-form .card-header,
  .broker-application-container form#application-form .card-body {
    padding: 0.7rem 1rem !important; }
  .broker-application-container form#application-form .card-header .pretty {
    font-size: 0.9rem !important; }
  .broker-application-container form#application-form .form-container .form-group-material,
  .broker-application-container form#application-form .form-container .form-group-checkbox {
    margin-bottom: 0.55rem !important; }
    .broker-application-container form#application-form .form-container .form-group-material label,
    .broker-application-container form#application-form .form-container .form-group-checkbox label {
      cursor: pointer; }
  .broker-application-container form#application-form .form-container.form-container-side-label {
    margin-bottom: 0; }
    .broker-application-container form#application-form .form-container.form-container-side-label .form-group-material {
      border-top: 0 !important;
      padding-top: 0 !important; }
  .broker-application-container form#application-form .card-header .form-container .form-group-material,
  .broker-application-container form#application-form .card-header .form-container .form-group-checkbox,
  .broker-application-container form#application-form .card-footer .form-container .form-group-material,
  .broker-application-container form#application-form .card-footer .form-container .form-group-checkbox {
    margin-bottom: 0 !important;
    font-size: 0 !important; }
  .broker-application-container form#application-form .card-header .form-container.form-container-side-label,
  .broker-application-container form#application-form .card-footer .form-container.form-container-side-label {
    margin-bottom: 0 !important; }
    .broker-application-container form#application-form .card-header .form-container.form-container-side-label .form-group-material,
    .broker-application-container form#application-form .card-footer .form-container.form-container-side-label .form-group-material {
      margin-bottom: 0 !important; }
  .broker-application-container form#application-form .form-group-material input:not([type="hidden"]),
  .broker-application-container form#application-form .form-group-material .material-input:not([type="hidden"]),
  .broker-application-container form#application-form .form-group-material .select2-container--bootstrap4 .select2-selection--single,
  .broker-application-container form#application-form .form-group-material .select2-container--bootstrap4 .select2-selection--multiple {
    font-size: 0.85rem;
    padding: 0.1em 0.4em 0em 0.4em !important;
    line-height: 2 !important;
    min-height: unset !important;
    height: 1.8rem !important;
    white-space: nowrap !important;
    border-bottom-color: rgba(59, 60, 96, 0.1) !important; }
  .broker-application-container form#application-form .form-group-material .select2-selection__rendered {
    font-size: 0.85rem; }
  .broker-application-container form#application-form .form-group-material select.material-input:not([type="hidden"]) {
    padding-right: calc(1.25rem + 2px) !important; }
  .broker-application-container form#application-form .form-group-material.parsley-success::after {
    bottom: -5px !important; }
  .broker-application-container form#application-form .form-group-material.parsley-success input:not([type="hidden"]),
  .broker-application-container form#application-form .form-group-material.parsley-success .material-input:not([type="hidden"]),
  .broker-application-container form#application-form .form-group-material.parsley-success .select2-container--bootstrap4 .select2-selection--single,
  .broker-application-container form#application-form .form-group-material.parsley-success .select2-container--bootstrap4 .select2-selection--multiple {
    padding-right: calc(1.25rem + 2px) !important; }
  .broker-application-container form#application-form article .fe-radio-form {
    margin-top: 0.2rem !important;
    margin-bottom: 0.55rem !important; }
    .broker-application-container form#application-form article .fe-radio-form[data-options-count="2"] {
      display: flex;
      flex-direction: row; }
      .broker-application-container form#application-form article .fe-radio-form[data-options-count="2"] .fe-option label {
        width: auto !important;
        padding-left: 1.5rem !important;
        padding-right: 0 !important; }
    .broker-application-container form#application-form article .fe-radio-form .fe-option {
      height: 1.8rem !important; }
      .broker-application-container form#application-form article .fe-radio-form .fe-option .checkmark {
        border: 2px solid #dddddd !important; }
      .broker-application-container form#application-form article .fe-radio-form .fe-option input:checked ~ .checkmark::after {
        color: #694ed6 !important;
        color: var(--primary-alt) !important;
        font-size: 0.85rem;
        font-weight: bold; }
      .broker-application-container form#application-form article .fe-radio-form .fe-option input:checked ~ label {
        background-color: transparent !important;
        border-color: transparent !important;
        border-bottom-color: transparent !important; }
      .broker-application-container form#application-form article .fe-radio-form .fe-option label {
        font-size: 0.85rem !important;
        color: #6b6b6b !important;
        padding-left: 2rem !important; }
  .broker-application-container form#application-form .pretty.multi-line .state label {
    font-size: 0.85rem !important; }
  .broker-application-container form#application-form .application-card-wrapper,
  .broker-application-container form#application-form .application-card.card,
  .broker-application-container form#application-form .section-wrapper > .card,
  .broker-application-container form#application-form [class*="-group"] > div {
    margin-bottom: 0.55rem !important; }
  .broker-application-container form#application-form h2.section-separator-title {
    font-size: 1.1rem;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: #c137a2 !important;
    color: var(--primary) !important; }
  .broker-application-container form#application-form h3.section-separator-title {
    font-size: 0.75rem !important;
    margin-top: 5px !important;
    margin-bottom: 0 !important; }
  .broker-application-container form#application-form h4.section-separator-title {
    font-size: 0.75rem !important;
    margin-top: 5px !important;
    margin-bottom: 0 !important; }
  .broker-application-container form#application-form .dollar-prepend.calculated::before {
    padding: 0.35rem 0.75rem !important;
    padding-left: 0 !important; }
  .broker-application-container form#application-form .dollar-prepend.dollar-prepend::before {
    padding: 0.25rem 0.75rem !important;
    padding-left: 0 !important; }
  .broker-application-container #app-data-container form#application-form .form-title,
  .broker-application-container #app-data-container form#application-form .form-sub-title {
    font-size: 0.85rem !important;
    line-height: 0.9 !important;
    margin-bottom: 0 !important;
    color: #3f3f3f; }
  .broker-application-container #app-data-container form#application-form .form-title-removable {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0.55rem !important;
    line-height: 1 !important; }
    .broker-application-container #app-data-container form#application-form .form-title-removable .v-popover {
      margin-left: 0.5rem; }
  .broker-application-container #app-data-container form#application-form .dollar-prepend {
    padding-left: 1rem; }
    .broker-application-container #app-data-container form#application-form .dollar-prepend::before {
      font-size: 1rem !important; }
  .broker-application-container #app-data-container form#application-form .perc-append {
    padding-right: 1rem; }
    .broker-application-container #app-data-container form#application-form .perc-append::after {
      font-size: 1rem !important; }
  .broker-application-container #app-data-container form#application-form .replicate-section {
    margin-left: 0.5rem !important;
    font-size: 0.9rem !important; }
  .broker-application-container #app-data-container form#application-form .form-title.text-secondary {
    font-size: calc(0.85rem + 0.15rem) !important; }
  .broker-application-container #app-data-container form#application-form .single-card {
    padding-bottom: 0 !important; }
  .broker-application-container #app-data-container form#application-form .row {
    margin-left: -10px;
    margin-right: -10px; }
  .broker-application-container #app-data-container form#application-form [class*="col"] {
    padding-left: 10px;
    padding-right: 10px; }
  .broker-application-container #app-data-container form#application-form .form-group-material input:not([type="hidden"])::-webkit-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material input:not([type="hidden"]):focus::-webkit-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material input:not([type="hidden"]):required:valid::-webkit-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .material-input:not([type="hidden"])::-webkit-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .material-input:not([type="hidden"]):focus::-webkit-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .material-input:not([type="hidden"]):required:valid::-webkit-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .select2-container--bootstrap4 .select2-selection--single::-webkit-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .select2-container--bootstrap4 .select2-selection--single:focus::-webkit-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .select2-container--bootstrap4 .select2-selection--single:required:valid::-webkit-input-placeholder {
    color: #bdbdbd !important; }
  .broker-application-container #app-data-container form#application-form .form-group-material input:not([type="hidden"])::-moz-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material input:not([type="hidden"]):focus::-moz-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material input:not([type="hidden"]):required:valid::-moz-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .material-input:not([type="hidden"])::-moz-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .material-input:not([type="hidden"]):focus::-moz-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .material-input:not([type="hidden"]):required:valid::-moz-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .select2-container--bootstrap4 .select2-selection--single::-moz-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .select2-container--bootstrap4 .select2-selection--single:focus::-moz-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .select2-container--bootstrap4 .select2-selection--single:required:valid::-moz-placeholder {
    color: #bdbdbd !important; }
  .broker-application-container #app-data-container form#application-form .form-group-material input:not([type="hidden"]):-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material input:not([type="hidden"]):focus:-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material input:not([type="hidden"]):required:valid:-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .material-input:not([type="hidden"]):-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .material-input:not([type="hidden"]):focus:-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .material-input:not([type="hidden"]):required:valid:-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .select2-container--bootstrap4 .select2-selection--single:-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .select2-container--bootstrap4 .select2-selection--single:focus:-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .select2-container--bootstrap4 .select2-selection--single:required:valid:-ms-input-placeholder {
    color: #bdbdbd !important; }
  .broker-application-container #app-data-container form#application-form .form-group-material input:not([type="hidden"])::-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material input:not([type="hidden"]):focus::-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material input:not([type="hidden"]):required:valid::-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .material-input:not([type="hidden"])::-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .material-input:not([type="hidden"]):focus::-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .material-input:not([type="hidden"]):required:valid::-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .select2-container--bootstrap4 .select2-selection--single::-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .select2-container--bootstrap4 .select2-selection--single:focus::-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material .select2-container--bootstrap4 .select2-selection--single:required:valid::-ms-input-placeholder {
    color: #bdbdbd !important; }
  .broker-application-container #app-data-container form#application-form .form-group-material input:not([type="hidden"])::placeholder, .broker-application-container #app-data-container form#application-form .form-group-material input:not([type="hidden"]):focus::placeholder, .broker-application-container #app-data-container form#application-form .form-group-material input:not([type="hidden"]):required:valid::placeholder,
  .broker-application-container #app-data-container form#application-form .form-group-material .material-input:not([type="hidden"])::placeholder,
  .broker-application-container #app-data-container form#application-form .form-group-material .material-input:not([type="hidden"]):focus::placeholder,
  .broker-application-container #app-data-container form#application-form .form-group-material .material-input:not([type="hidden"]):required:valid::placeholder,
  .broker-application-container #app-data-container form#application-form .form-group-material .select2-container--bootstrap4 .select2-selection--single::placeholder,
  .broker-application-container #app-data-container form#application-form .form-group-material .select2-container--bootstrap4 .select2-selection--single:focus::placeholder,
  .broker-application-container #app-data-container form#application-form .form-group-material .select2-container--bootstrap4 .select2-selection--single:required:valid::placeholder {
    color: #bdbdbd !important; }
  .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.form-control-filled input::-webkit-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.form-control-filled select::-webkit-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.form-group-material-focused input::-webkit-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.form-group-material-focused select::-webkit-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.material-input-static-label input::-webkit-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.material-input-static-label select::-webkit-input-placeholder {
    color: #bdbdbd !important; }
  .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.form-control-filled input::-moz-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.form-control-filled select::-moz-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.form-group-material-focused input::-moz-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.form-group-material-focused select::-moz-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.material-input-static-label input::-moz-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.material-input-static-label select::-moz-placeholder {
    color: #bdbdbd !important; }
  .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.form-control-filled input:-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.form-control-filled select:-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.form-group-material-focused input:-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.form-group-material-focused select:-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.material-input-static-label input:-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.material-input-static-label select:-ms-input-placeholder {
    color: #bdbdbd !important; }
  .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.form-control-filled input::-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.form-control-filled select::-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.form-group-material-focused input::-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.form-group-material-focused select::-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.material-input-static-label input::-ms-input-placeholder, .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.material-input-static-label select::-ms-input-placeholder {
    color: #bdbdbd !important; }
  .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.form-control-filled input::placeholder,
  .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.form-control-filled select::placeholder, .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.form-group-material-focused input::placeholder,
  .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.form-group-material-focused select::placeholder, .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.material-input-static-label input::placeholder,
  .broker-application-container #app-data-container form#application-form .form-group-material.material-input-slot-wrapper.material-input-static-label select::placeholder {
    color: #bdbdbd !important; }
  .broker-application-container #app-data-container form#application-form .drop-down-additions {
    font-size: 0.85rem !important;
    width: 3rem !important;
    height: 2em !important;
    margin: 0 !important;
    margin-right: 0.5rem !important;
    padding: 0.1em 0.4em 0em 0.4em !important;
    border-radius: 0 !important; }
  .broker-application-container #app-data-container form#application-form .address-wrapper,
  .broker-application-container #app-data-container form#application-form .employment-wrapper,
  .broker-application-container #app-data-container form#application-form [class*="-group"] > div {
    margin-bottom: 0.55rem !important; }
    .broker-application-container #app-data-container form#application-form .address-wrapper:last-child,
    .broker-application-container #app-data-container form#application-form .employment-wrapper:last-child,
    .broker-application-container #app-data-container form#application-form [class*="-group"] > div:last-child {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    .broker-application-container #app-data-container form#application-form .address-wrapper a.clickable,
    .broker-application-container #app-data-container form#application-form .employment-wrapper a.clickable,
    .broker-application-container #app-data-container form#application-form [class*="-group"] > div a.clickable {
      font-size: 0.9rem !important;
      padding: 0.3rem 0.7rem !important; }
      .broker-application-container #app-data-container form#application-form .address-wrapper a.clickable.btn-sm, .broker-application-container #app-data-container form#application-form .address-wrapper .btn-group-sm > a.clickable.btn,
      .broker-application-container #app-data-container form#application-form .employment-wrapper a.clickable.btn-sm,
      .broker-application-container #app-data-container form#application-form .employment-wrapper .btn-group-sm > a.clickable.btn,
      .broker-application-container #app-data-container form#application-form [class*="-group"] > div a.clickable.btn-sm,
      .broker-application-container #app-data-container form#application-form [class*="-group"] > div .btn-group-sm > a.clickable.btn {
        background: transparent !important;
        color: #c137a2 !important;
        color: var(--primary) !important;
        box-shadow: unset !important;
        font-size: 0.9rem !important;
        font-weight: bold !important;
        padding-left: 0px !important;
        padding-right: 0px !important; }
    .broker-application-container #app-data-container form#application-form .address-wrapper .google-maps-street-view-link,
    .broker-application-container #app-data-container form#application-form .employment-wrapper .google-maps-street-view-link,
    .broker-application-container #app-data-container form#application-form [class*="-group"] > div .google-maps-street-view-link {
      padding: 0 !important; }
      .broker-application-container #app-data-container form#application-form .address-wrapper .google-maps-street-view-link .google-maps-icon,
      .broker-application-container #app-data-container form#application-form .employment-wrapper .google-maps-street-view-link .google-maps-icon,
      .broker-application-container #app-data-container form#application-form [class*="-group"] > div .google-maps-street-view-link .google-maps-icon {
        width: 2rem; }
    .broker-application-container #app-data-container form#application-form .address-wrapper .address-label,
    .broker-application-container #app-data-container form#application-form .employment-wrapper .address-label,
    .broker-application-container #app-data-container form#application-form [class*="-group"] > div .address-label {
      margin-bottom: 0.55rem !important; }
  .broker-application-container .nav-tabs-wrapper:not(.nav-tabs-multiple) .scroll-container:not(.scroll-visible) {
    margin-left: 0 !important;
    margin-right: 0 !important; }

@-webkit-keyframes highlightColorAnimation {
  0% {
    background: #feffd4; }
  33% {
    background: #fcff8f; }
  66% {
    background: #fcff8f; }
  100% {
    background: #feffd4; } }

@keyframes highlightColorAnimation {
  0% {
    background: #feffd4; }
  33% {
    background: #fcff8f; }
  66% {
    background: #fcff8f; }
  100% {
    background: #feffd4; } }

@-webkit-keyframes highlightInputAnimation {
  0% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  33% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px); }
  66% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes highlightInputAnimation {
  0% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  33% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px); }
  66% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes highlightSectionAnimation {
  0% {
    -webkit-transform: scale(0.9995);
            transform: scale(0.9995); }
  33% {
    -webkit-transform: scale(1.0005);
            transform: scale(1.0005); }
  66% {
    -webkit-transform: scale(0.9995);
            transform: scale(0.9995); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes highlightSectionAnimation {
  0% {
    -webkit-transform: scale(0.9995);
            transform: scale(0.9995); }
  33% {
    -webkit-transform: scale(1.0005);
            transform: scale(1.0005); }
  66% {
    -webkit-transform: scale(0.9995);
            transform: scale(0.9995); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.application-highlight.card-header {
  -webkit-animation: highlightColorAnimation 5s ease;
          animation: highlightColorAnimation 5s ease; }
  .application-highlight.card-header * {
    -webkit-animation: highlightSectionAnimation 5s ease;
            animation: highlightSectionAnimation 5s ease; }

.application-highlight.form-container .form-group-material {
  border-radius: 3px;
  -webkit-animation: highlightColorAnimation 5s ease, highlightInputAnimation 5s ease;
          animation: highlightColorAnimation 5s ease, highlightInputAnimation 5s ease; }

.application-highlight.form-group-material, .application-highlight.form-control {
  border-radius: 3px;
  -webkit-animation: highlightColorAnimation 5s ease, highlightInputAnimation 5s ease;
          animation: highlightColorAnimation 5s ease, highlightInputAnimation 5s ease; }

span[icon-class="purchase-date-icon"] .fe-dp-icon {
  right: 6px !important; }

.dropdown-small-height ~ .dropdown-menu {
  max-height: 15rem !important; }

.inactive-client-board-dropdown {
  width: 120px ;
  /* Fallback in px */
  width: 7.5rem ;
  overflow: hidden;
  text-overflow: ellipsis; }

.inactive-client-board-dropdown-menu.dropdown-menu {
  max-height: 242px ;
  /* Fallback in px */
  max-height: 15.125rem ;
  overflow: auto; }

.document-description {
  max-height: 4rem;
  overflow-y: auto; }

.selector-color-container .color-selector-item {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 2px; }

.e-sign-reminder .fa-bell::before {
  text-shadow: 0 0 1px grey; }

#manage-document-types-modal .modal-body {
  max-height: 40vh; }

.email-logo {
  max-width: 5rem !important; }

#manual-response-modal .modal-body {
  max-height: 60vh; }

#manual-response-modal .vue__time-picker {
  width: auto; }

#document-previewer .previewer-container {
  position: relative; }
  #document-previewer .previewer-container::after {
    content: "";
    position: absolute;
    top: 0.5rem;
    right: 0.8rem;
    width: 2rem;
    height: 4rem;
    background-color: transparent; }

.fa-stack {
  font-size: 9px !important; }

.badge-pill {
  border-radius: 10rem !important; }

.nav-tabs-multiple.nav-tabs-wrapper li.dropdown-submenu {
  top: 0 !important;
  position: absolute !important;
  left: 100%; }

#hellosign-iframe-wrapper {
  height: 40rem; }

.vue-custom-table-infinite .table-responsive {
  max-height: 300px; }
  .vue-custom-table-infinite .table-responsive table > thead > tr > th {
    background-color: #fff; }

.vue-custom-table-infinite > p {
  display: none; }

.vue-custom-table-with-filters .table-responsive {
  min-height: 250px; }

.vue-custom-table-with-filters .VueTables__no-results {
  height: 200px; }
  .vue-custom-table-with-filters .VueTables__no-results td {
    vertical-align: middle; }

.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  transition: box-shadow 150ms ease; }

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df; }

.StripeElement--invalid {
  border-color: #dc3545; }

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important; }

.stripe-payment-element {
  min-height: 60px !important; }

#stripe-card-errors {
  color: #dc3545; }

#automation-wrapper .pretty {
  margin: 0.35em 1em 0em 0.4em; }

.payment-info-modal .card-info {
  margin-bottom: 15px; }

.payment-info-modal .field {
  height: 41px; }

.payment-info-modal .baseline {
  position: absolute;
  width: 99%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: rgba(59, 60, 96, 0.25);
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.payment-info-modal label {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px;
  color: #777777;
  overflow: hidden;
  text-align: left !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  cursor: text;
  pointer-events: none;
  margin: 5px;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

.payment-info-modal .input {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 7px;
  color: #32325d;
  background-color: transparent; }

.payment-info-modal .input.StripeElement {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity;
  box-shadow: none;
  padding: 15px 5px !important; }

.payment-info-modal .input.focused,
.payment-info-modal .input:not(.empty) {
  opacity: 1; }

.payment-info-modal .input.focused + label,
.payment-info-modal .input:not(.empty) + label {
  color: #777777;
  -webkit-transform: scale(0.7) translateY(-25px);
          transform: scale(0.7) translateY(-25px);
  cursor: default; }

.payment-info-modal .input.focused + label + .baseline {
  background-color: #c137a2 !important;
  background-color: var(--primary) !important; }

.payment-info-modal .input.focused.invalid + label + .baseline {
  background-color: #e25950; }

.payment-info-modal .payment-card-error {
  min-height: 20px;
  margin-top: 10px;
  color: #e25950; }

.payment-info-modal .billing-info {
  text-align: left !important; }

.is-default {
  margin-top: 4px !important;
  margin-left: 36px !important; }

.account-plan-message-modal .modal-header {
  height: 9rem;
  background-image: linear-gradient(90deg, #c137a2 0%, #694ed6 100%);
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end; }

.account-plan-message-modal .modal-content {
  position: relative; }

#swap-applicants-dropdown .popover-body {
  width: 18rem; }

.select2-dropdown.tags-select {
  z-index: 1080; }

.event-icon-col {
  width: 2rem; }

.client-profile-scroll-card {
  max-height: 40vh;
  overflow-y: auto;
  overflow-x: hidden; }

.dropdown-menu[x-out-of-boundaries] {
  visibility: hidden;
  pointer-events: none; }
  .dropdown-menu[x-out-of-boundaries] > .dropdown-item,
  .dropdown-menu[x-out-of-boundaries] div {
    display: none; }

.documents-dropzone .dz-preview.dz-file-preview,
.dz-preview.dz-image-preview {
  display: none; }

#recurring-reminders-form .card-body {
  padding: 0 !important; }

.assignee-select-single .select2-container .sm.select2-selection .select2-selection__rendered {
  min-width: 11rem; }

#document-automations-container .active-status {
  position: absolute;
  top: 0.5rem;
  right: 0;
  z-index: 1; }

#document-automations-container .document-description {
  overflow: hidden;
  text-align: left; }

#document-automations-container .editable-description {
  max-width: 93%; }

#document-automations-container .document-description-wrapper.truncated-document-description .document-description {
  text-overflow: ellipsis; }

#document-automations-container .document-description-wrapper:not(.truncated-document-description) .document-description {
  white-space: normal;
  max-height: unset; }

#document-automations-container .document-description-wrapper .show-more-button {
  align-self: flex-start; }

#document-automations-container .document-automation-select .form-group-material {
  margin-bottom: 0; }
  #document-automations-container .document-automation-select .form-group-material .select2-container--bootstrap4 .select2-selection--single {
    padding-top: 7px !important; }

#document-automations-container .document-rows .document-badge {
  font-size: 0.9rem;
  padding: 10px !important; }

#document-automations-container .document-rows .document-badge-editing.document-badge {
  width: 100%;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.125); }

#document-automations-container .document-rows .document-badge-editing .document-description-wrapper .editable-description {
  width: 100%; }

#document-automations-container .document-rows .document-description,
#document-automations-container .document-rows .description-input {
  font-size: 0.85rem; }

.single-line-height {
  line-height: 1; }

.applicant-avatar-container {
  position: relative; }
  .applicant-avatar-container .registered-tooltip-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translate3d(calc(50% - 0.5rem), calc(50% - 0.5rem), 0);
            transform: translate3d(calc(50% - 0.5rem), calc(50% - 0.5rem), 0);
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.3rem;
    height: 1.3rem; }
    .applicant-avatar-container .registered-tooltip-wrapper .registered-tooltip {
      font-size: 1.2rem !important; }

@-webkit-keyframes pulse-slow {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  50% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99); }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); } }

@keyframes pulse-slow {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  50% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99); }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); } }

@-webkit-keyframes bright {
  40% {
    width: 50%; }
  80% {
    width: 0%;
    left: 100%; } }

@keyframes bright {
  40% {
    width: 50%; }
  80% {
    width: 0%;
    left: 100%; } }

@-webkit-keyframes side-jiggle-slow {
  9% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  10% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px); }
  13% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  16% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px); }
  19% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes side-jiggle-slow {
  9% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  10% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px); }
  13% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  16% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px); }
  19% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.sync-badge-status:hover {
  -webkit-animation: unset !important;
          animation: unset !important; }

.sync-badge-status.sync-badge-status-loading {
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-animation: pulse-slow 2s infinite;
          animation: pulse-slow 2s infinite; }
  .sync-badge-status.sync-badge-status-loading::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: white;
    -webkit-animation: bright 3s linear infinite;
            animation: bright 3s linear infinite;
    -webkit-filter: blur(8px);
            filter: blur(8px); }

.sync-badge-status.sync-badge-status-error {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: side-jiggle-slow 4s linear infinite;
          animation: side-jiggle-slow 4s linear infinite; }

.collapsible-card .collapsing,
.collapsible-card .collapsing * {
  overflow: hidden !important; }

#referrer-linked-applications .card-body,
#referrer-linked-profiles .card-body {
  padding-bottom: 0 !important; }

.agent-split-row .invalid-feedback .filled {
  display: none !important; }

@media (max-width: 767px) {
  .applicant-avatar-container .registered-tooltip-wrapper {
    left: 0px !important; }
  #applications-list-container .applications-mobile {
    white-space: nowrap;
    font-size: 1.6rem; }
  #applications-list-container .select2-selection__arrow b {
    border-color: #c137a2 transparent transparent transparent !important;
    border-color: var(--primary) transparent transparent transparent !important; }
  #applications-list-container #agent-filter {
    margin: 0 auto; }
    #applications-list-container #agent-filter .select2-selection {
      border: 1px solid #c137a2 !important;
      border: 1px solid var(--primary) !important; }
  #applications-list-container .search-side {
    margin: 0 auto;
    justify-content: space-between !important; }
    #applications-list-container .search-side .filter-dropdown {
      position: absolute !important;
      top: -6.5rem;
      right: -0.5rem; }
    #applications-list-container .search-side .filters {
      display: block;
      order: 2;
      margin: 0 auto; }
      #applications-list-container .search-side .filters #dropdown-filters-content {
        top: 100% !important; }
      #applications-list-container .search-side .filters #dropdown-filters-content {
        top: 2em !important; }
    #applications-list-container .search-side .right-inner-addon {
      order: 1; }
  #applications-list-container .clients-table-wrapper h6 {
    display: block;
    margin: 0 auto;
    font-size: 0.95rem; }
  #applications-list-container #clients-table {
    width: 100%;
    overflow-x: scroll;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg); }
    #applications-list-container #clients-table .table-clients {
      width: 150%;
      -webkit-transform: rotateX(180deg);
              transform: rotateX(180deg); }
  .broker-application-container .client-name-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; }
  .broker-application-container .application-last-saved-message {
    font-size: 0.8em; }
  .broker-application-container .scroll-control {
    color: #c137a2;
    color: var(--primary); }
  .broker-application-container .selection {
    display: inline-block;
    width: 10rem; }
    .broker-application-container .selection .select2-selection__placeholder {
      font-size: 0.9em !important; }
  .broker-application-container #classification-select-container {
    flex-grow: inherit;
    display: inline-block;
    padding: 10px; }
    .broker-application-container #classification-select-container b {
      border-color: #868e96 transparent transparent transparent !important; }
  .broker-application-container .font-sm {
    font-size: 80% !important; }
  .broker-application-container #app-data-container #fees .fees-table {
    width: 100%;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    overflow-x: scroll; }
    .broker-application-container #app-data-container #fees .fees-table .card-header {
      width: 90%; }
    .broker-application-container #app-data-container #fees .fees-table .fees-costs-wrapper {
      -webkit-transform: rotateX(180deg);
              transform: rotateX(180deg);
      width: 180%; }
  .broker-application-container #app-data-container::-webkit-scrollbar {
    width: 0;
    height: 0; }
  .broker-application-container #documents-container h2 {
    font-size: 1.3;
    line-height: 1.4; }
  .broker-application-container #documents-container button {
    max-width: 8em; }
  .broker-application-container #documents-container .sticky-top {
    padding-top: 1em !important; }
  .broker-application-container .documents-list {
    width: 100%;
    overflow-x: scroll; }
  .broker-application-container .forms-table {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    overflow-x: scroll; }
    .broker-application-container .forms-table .vue-custom-table {
      -webkit-transform: rotateX(180deg);
              transform: rotateX(180deg); } }

.drip-campaign-modal-table .table-responsive .VueTables__table th:first-child span,
#referrersTableId th:last-child,
#consent-table-id .table-responsive .VueTables__table th:last-child span,
#disclaimers-table-id .table-responsive .VueTables__table th:last-child span {
  display: none; }

.placeholder-danger #select2--container > span {
  color: #dc3545 !important;
  color: var(--danger) !important; }

.drip-campaign-edit-wrapper .text-regular-gray,
.select2-selection__placeholder,
#account-preferences-form .text-regular-gray,
#email-preferences .text-regular-gray,
.email-action-select .select-list .hint,
.vc-weekday {
  color: #757575 !important; }

#filogix-details-tooltip {
  position: absolute;
  right: 16px;
  bottom: 0.5rem;
  transition: margin-right 0.2s; }

.select2-container .select2-selection--single span.select2-selection__clear {
  color: #6d787e !important; }

.vt-select-row:disabled {
  visibility: hidden; }

.scrollbar-fix {
  margin-right: -1rem !important;
  scrollbar-gutter: stable;
  padding-right: 0.75rem !important; }

@-moz-document url-prefix() {
  .scrollbar-fix {
    padding-right: 1.5rem !important; } }

body[data-modal-open-count]:not([data-modal-open-count="0"]) > .modal-backdrop {
  display: none !important; }

/*!***********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/vue-select/dist/vue-select.css ***!
  \***********************************************************************************************************************************/
:root{--vs-colors--lightest:rgba(60,60,60,0.26);--vs-colors--light:rgba(60,60,60,0.5);--vs-colors--dark:#333;--vs-colors--darkest:rgba(0,0,0,0.15);--vs-search-input-color:inherit;--vs-search-input-bg:#fff;--vs-search-input-placeholder-color:inherit;--vs-font-size:1rem;--vs-line-height:1.4;--vs-state-disabled-bg:#f8f8f8;--vs-state-disabled-color:var(--vs-colors--light);--vs-state-disabled-controls-color:var(--vs-colors--light);--vs-state-disabled-cursor:not-allowed;--vs-border-color:var(--vs-colors--lightest);--vs-border-width:1px;--vs-border-style:solid;--vs-border-radius:4px;--vs-actions-padding:4px 6px 0 3px;--vs-controls-color:var(--vs-colors--light);--vs-controls-size:1;--vs-controls--deselect-text-shadow:0 1px 0 #fff;--vs-selected-bg:#f0f0f0;--vs-selected-color:var(--vs-colors--dark);--vs-selected-border-color:var(--vs-border-color);--vs-selected-border-style:var(--vs-border-style);--vs-selected-border-width:var(--vs-border-width);--vs-dropdown-bg:#fff;--vs-dropdown-color:inherit;--vs-dropdown-z-index:1000;--vs-dropdown-min-width:160px;--vs-dropdown-max-height:350px;--vs-dropdown-box-shadow:0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg:#000;--vs-dropdown-option-color:var(--vs-dropdown-color);--vs-dropdown-option-padding:3px 20px;--vs-dropdown-option--active-bg:#5897fb;--vs-dropdown-option--active-color:#fff;--vs-dropdown-option--deselect-bg:#fb5858;--vs-dropdown-option--deselect-color:#fff;--vs-transition-timing-function:cubic-bezier(1,-0.115,0.975,0.855);--vs-transition-duration:150ms}.v-select{font-family:inherit;position:relative}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function:cubic-bezier(1,0.5,0.8,1);--vs-transition-duration:0.15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg:var(--vs-state-disabled-bg);--vs-disabled-color:var(--vs-state-disabled-color);--vs-disabled-cursor:var(--vs-state-disabled-cursor)}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{background-color:var(--vs-disabled-bg);cursor:var(--vs-disabled-cursor)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--vs-search-input-bg);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);display:flex;padding:0 0 4px;white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{align-items:center;display:flex;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);background-color:transparent;border:0;cursor:pointer;margin-right:8px;padding:0}.vs__dropdown-menu{background:var(--vs-dropdown-bg);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);border-top-style:none;box-shadow:var(--vs-dropdown-box-shadow);box-sizing:border-box;color:var(--vs-dropdown-color);display:block;left:0;list-style:none;margin:0;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;padding:5px 0;position:absolute;text-align:left;top:calc(100% - var(--vs-border-width));width:100%;z-index:var(--vs-dropdown-z-index)}.vs__no-options{text-align:center}.vs__dropdown-option{clear:both;color:var(--vs-dropdown-option-color);cursor:pointer;display:block;line-height:1.42857143;padding:var(--vs-dropdown-option-padding);white-space:nowrap}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);display:flex;line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{fill:var(--vs-controls-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;margin-left:4px;padding:0;text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--loading .vs__selected,.vs--single.vs--open .vs__selected{opacity:.4;position:absolute}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:1px solid transparent;border-left:none;box-shadow:none;color:var(--vs-search-input-color);flex-grow:1;font-size:var(--vs-font-size);line-height:var(--vs-line-height);margin:4px 0 0;max-width:100%;outline:none;padding:0 7px;width:0;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search:-ms-input-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;-webkit-animation:vSelectSpinner 1.1s linear infinite;animation:vSelectSpinner 1.1s linear infinite;border:.9em solid hsla(0,0%,39%,.1);border-left-color:rgba(60,60,60,.45);font-size:5px;opacity:0;overflow:hidden;text-indent:-9999em;transform:translateZ(0) scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;height:5em;transform:scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));width:5em}.vs--loading .vs__spinner{opacity:1}

/*# sourceMappingURL=vue-select.css.map*/
/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./src/shared/styles/scss/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
.toast-title {
  font-weight: 700; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a, .toast-message label {
  color: #FFF; }

.toast-message a:hover {
  color: #CCC;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1; }

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em; }

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none; }

#toast-container * {
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center; }

#toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important; }

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important; }

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51A351; }

.toast-error {
  background-color: #BD362F; }

.toast-info {
  background-color: #2F96B4; }

.toast-warning {
  background-color: #F89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; }
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; }
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px; } }

/* Basic toastr styles */
#toast-container.toast-top-center {
  margin-top: 1rem; }

#toast-container > div {
  opacity: 1;
  box-shadow: 0 0 12px #bfb6b6 !important; }

#toast-container > .toast {
  background-image: none !important; }
  #toast-container > .toast::before {
    position: fixed;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 18px;
    float: left;
    color: #fff;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em; }

#toast-container .toast-error {
  background-color: var(--danger) !important; }
  #toast-container .toast-error:before {
    content: "\f06a"; }

#toast-container .toast-success {
  background-color: var(--success) !important; }
  #toast-container .toast-success:before {
    content: "\f058"; }

#toast-container .toast-info {
  background-color: var(--info) !important; }
  #toast-container .toast-info:before {
    content: "\f05a"; }

.pendo--badge-target-wrapper {
  display: flex;
  align-items: center; }

.pendo--badge-target {
  min-width: 2rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .pendo--badge-target.pendo--badge-right {
    margin-left: 0.5rem; }

.pendo--input-icon {
  position: absolute;
  right: 0;
  bottom: 0.7rem;
  transition: margin-right 0.2s; }

html,
body {
  -webkit-font-smoothing: antialised;
  font-family: "Lato", sans-serif !important;
  width: 100%;
  display: inline-block;
  overflow-x: hidden !important;
  height: 100%; }

:root {
  --page-background: #fff;
  --body-background: transparent;
  --background-base: #fff;
  --font-color-base: #212529;
  --font-dark-gray: #434343;
  --font-color-tiny: #9e9e9e;
  --light-border-color: #e0e0e0;
  --font-text-gray: #555555;
  --input-color: initial;
  --input-placeholder-color: initial;
  --input-material-border: rgba(59, 60, 96, 0.25);
  --counter-text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
  --input-form-control-background: #fff;
  --current-plan-background: var(--primary-1);
  --img-checkbox-background: var(--primary-2);
  --overlay-clear-background: rgba(255, 255, 255, 0.75);
  --hover-background: #f4f4f4;
  --bg-light-color: #f8f9fa;
  --loader-darker-transparency: rgba(0, 0, 0, 0.2);
  --vs-dropdown-option--active-bg: var(--primary);
  --vs-dropdown-option--deselect-bg: var(--secondary); }

:root.dark-mode {
  --page-background: #111;
  --body-background: #111;
  --background-base: #3a3a3a;
  --font-color-base: #fff;
  --font-dark-gray: #fff;
  --font-color-tiny: #fff;
  --light-border-color: black;
  --font-text-gray: #fff;
  --input-color: #fff;
  --input-placeholder-color: #eeeeee;
  --input-material-border: #111;
  --counter-text-shadow: none;
  --input-form-control-background: transparent;
  --current-plan-background: var(--primary-4);
  --img-checkbox-background: var(--primary-4);
  --overlay-clear-background: var(--background-base);
  --hover-background: var(--page-background);
  --bg-light-color: #343434; }

body {
  display: flex;
  flex-direction: column; }

.dark-mode body {
  background-color: transparent;
  background-color: var(--body-background); }
  .dark-mode body .bg-white {
    background-color: #fff !important;
    background-color: var(--background-base) !important; }
  .dark-mode body .badge-light {
    background-color: #f8f9fa !important;
    background-color: var(--bg-light-color) !important; }
  .dark-mode body .popover-inner {
    background-color: #fff !important;
    background-color: var(--background-base) !important; }
  .dark-mode body .note-editor {
    background-color: #fff !important;
    background-color: var(--page-background) !important; }
  .dark-mode body .bg-light {
    background-color: #f8f9fa !important;
    background-color: var(--bg-light-color) !important; }
  .dark-mode body p:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body *:not(.pac-item) > span:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body pre:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body li:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body a:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body label:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body div:not(.toast-message):not(.note-editing-area):not(.note-editable):not(.plan.card.current-plan):not(.pac-item):not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body b:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body td:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body h1:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body h2:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body h3:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body h4:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body h5:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item),
  .dark-mode body h6:not(.text-primary):not(.text-secondary):not(.text-danger):not(.text-success):not(.pin-item) {
    color: #212529 !important;
    color: var(--font-color-base) !important; }
  .dark-mode body input.form-control,
  .dark-mode body select.form-control,
  .dark-mode body textarea.form-control {
    background-color: #fff !important;
    background-color: var(--input-form-control-background) !important;
    color: #212529 !important;
    color: var(--font-color-base) !important; }
  .dark-mode body .v-select .vs__dropdown-toggle {
    background-color: #fff !important;
    background-color: var(--background-base) !important;
    border-color: rgba(59, 60, 96, 0.25) !important;
    border-color: var(--input-material-border) !important; }
  .dark-mode body .v-select .vs__dropdown-menu {
    background-color: #fff !important;
    background-color: var(--background-base) !important;
    border-color: rgba(59, 60, 96, 0.25) !important;
    border-color: var(--input-material-border) !important; }
  .dark-mode body [type="search"] {
    background-color: #fff !important;
    background-color: var(--background-base) !important; }
  .dark-mode body .select2-container--bootstrap4 .select2-selection {
    background-color: #fff !important;
    background-color: var(--background-base) !important;
    color: #212529 !important;
    color: var(--font-color-base) !important; }
  .dark-mode body .select2-container--bootstrap4 .select2-dropdown {
    background-color: #fff !important;
    background-color: var(--background-base) !important;
    color: #212529 !important;
    color: var(--font-color-base) !important; }
  .dark-mode body .select2-container--bootstrap4 .select2-results__option[aria-selected="true"] {
    background-color: #fff;
    background-color: var(--page-background); }
  .dark-mode body .form-group-material input,
  .dark-mode body .form-group-material textarea,
  .dark-mode body .form-group-material select,
  .dark-mode body .select2 input,
  .dark-mode body .select2 textarea,
  .dark-mode body .select2 select {
    color: initial !important;
    color: var(--input-color) !important; }
    .dark-mode body .form-group-material input::-webkit-input-placeholder, .dark-mode body .form-group-material textarea::-webkit-input-placeholder, .dark-mode body .form-group-material select::-webkit-input-placeholder, .dark-mode body .select2 input::-webkit-input-placeholder, .dark-mode body .select2 textarea::-webkit-input-placeholder, .dark-mode body .select2 select::-webkit-input-placeholder {
      color: initial !important;
      color: var(--input-placeholder-color) !important; }
    .dark-mode body .form-group-material input::-moz-placeholder, .dark-mode body .form-group-material textarea::-moz-placeholder, .dark-mode body .form-group-material select::-moz-placeholder, .dark-mode body .select2 input::-moz-placeholder, .dark-mode body .select2 textarea::-moz-placeholder, .dark-mode body .select2 select::-moz-placeholder {
      color: initial !important;
      color: var(--input-placeholder-color) !important; }
    .dark-mode body .form-group-material input:-ms-input-placeholder, .dark-mode body .form-group-material textarea:-ms-input-placeholder, .dark-mode body .form-group-material select:-ms-input-placeholder, .dark-mode body .select2 input:-ms-input-placeholder, .dark-mode body .select2 textarea:-ms-input-placeholder, .dark-mode body .select2 select:-ms-input-placeholder {
      color: initial !important;
      color: var(--input-placeholder-color) !important; }
    .dark-mode body .form-group-material input::-ms-input-placeholder, .dark-mode body .form-group-material textarea::-ms-input-placeholder, .dark-mode body .form-group-material select::-ms-input-placeholder, .dark-mode body .select2 input::-ms-input-placeholder, .dark-mode body .select2 textarea::-ms-input-placeholder, .dark-mode body .select2 select::-ms-input-placeholder {
      color: initial !important;
      color: var(--input-placeholder-color) !important; }
    .dark-mode body .form-group-material input::placeholder,
    .dark-mode body .form-group-material textarea::placeholder,
    .dark-mode body .form-group-material select::placeholder,
    .dark-mode body .select2 input::placeholder,
    .dark-mode body .select2 textarea::placeholder,
    .dark-mode body .select2 select::placeholder {
      color: initial !important;
      color: var(--input-placeholder-color) !important; }
  .dark-mode body .select2 input::-webkit-input-placeholder {
    color: red !important; }
  .dark-mode body .select2 input::-moz-placeholder {
    color: red !important; }
  .dark-mode body .select2 input:-ms-input-placeholder {
    color: red !important; }
  .dark-mode body .select2 input::-ms-input-placeholder {
    color: red !important; }
  .dark-mode body .select2 input::placeholder {
    color: red !important; }
  .dark-mode body .text-dark-gray {
    color: #434343 !important;
    color: var(--font-dark-gray) !important; }
  .dark-mode body .list-group-item {
    background-color: #fff;
    background-color: var(--background-base); }
  .dark-mode body .tiny {
    color: #9e9e9e;
    color: var(--font-color-tiny); }
  .dark-mode body .modal-content,
  .dark-mode body .modal-footer {
    background-color: #fff !important;
    background-color: var(--background-base) !important; }
  .dark-mode body .text-gray {
    color: var(font-text-gray) !important; }
  .dark-mode body ._pendo-step-container-styles {
    background-color: #fff !important;
    background-color: var(--background-base) !important; }

.dark-mode .custom-select,
.dark-mode .select-field {
  background: #fff url(/assets/cfa479927c731a09877b.svg) no-repeat right 0.75rem center;
  background: var(--background-base) url(/assets/cfa479927c731a09877b.svg) no-repeat right 0.75rem center; }

.dark-mode .progress,
.dark-mode .page-bg-dark {
  background-color: #fff !important;
  background-color: var(--page-background) !important; }

#body {
  display: flex;
  flex-direction: column;
  margin-top: 0 !important;
  height: 100%; }

.greyed-out {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1031; }

.btn-moregage-login {
  text-transform: none;
  box-shadow: none;
  width: 35% !important;
  border-radius: 28px; }

.btn-no-border {
  border: none !important;
  background-color: white; }

.btn-moregage-login {
  text-transform: none;
  box-shadow: none;
  width: 35% !important;
  border-radius: 28px; }

#container {
  width: 100%;
  margin: 0;
  flex: 1 0 auto; }

p.doc-name {
  font-size: 13px !important;
  color: #9e9e9e !important;
  font-style: oblique;
  font-weight: bold; }

.col-10.form-page {
  flex: 0 0 87.33333%;
  max-width: 87.33333%; }

.clickable {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.cursor-initial {
  cursor: auto !important;
  cursor: initial !important; }

.no-pointer {
  pointer-events: none; }

.dropdown-item {
  font-size: 14px ;
  /* Fallback in px */
  font-size: 0.875rem ; }
  .dropdown-item.clickable:active {
    color: #fff !important; }
  .dropdown-item.btn-danger {
    box-shadow: unset !important; }

.dropdown-item:hover {
  cursor: pointer; }

h2 {
  font-weight: bold;
  color: #3f3f3f; }

.big-link {
  font-size: 30px ;
  /* Fallback in px */
  font-size: 1.875rem ;
  font-weight: bold;
  color: #3f3f3f; }

.medium-link {
  font-size: 28px ;
  /* Fallback in px */
  font-size: 1.75rem ;
  font-weight: bold;
  color: #3f3f3f; }

.big-dropdown {
  max-height: 80vh;
  overflow-y: auto; }
  .big-dropdown a {
    font-size: 14px !important;
    /* Fallback in px */
    font-size: 0.875rem !important; }

.primary-arrow::after {
  color: var(--primary) !important; }

.scrollable-dropdown {
  max-height: 11em !important;
  height: auto;
  overflow-y: auto;
  max-width: 13rem !important; }

.image-cropper-xlg {
  width: 110px;
  height: 110px;
  position: relative;
  overflow: hidden;
  border-radius: 50%; }

.settings-container {
  margin-top: 5px;
  margin-left: 30px;
  margin-right: 100px;
  margin-bottom: 5px; }

.card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  width: 100%; }

.form-page .app-flow-buttons.client .forward .move-on {
  float: right;
  width: 100% !important;
  border-radius: 5px !important;
  color: white;
  font-weight: normal;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  height: 38px;
  width: initial; }

.form-page .app-flow-buttons.client {
  margin: 0;
  height: auto;
  height: initial; }

.form-page .app-flow-buttons {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 75px;
  padding: 0;
  text-align: center;
  height: 45px; }

.form-page .app-flow-buttons .forward {
  width: 100%;
  height: 45px;
  padding: 0;
  margin: 0; }

.moregage-form {
  margin-bottom: 15px;
  margin-top: 15px; }

.nav-tabs {
  padding-top: 10px !important; }

.nav-tabs {
  margin-bottom: 0px !important;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e0e0e0; }

.nav-tabs .nav-link {
  border: none !important;
  border-top-left-radius: none !important;
  border-top-right-radius: none !important; }

#personal-details-container {
  margin-top: 2em; }

.data-name {
  padding-top: 15px;
  padding-bottom: 15px; }

.vertical-center {
  display: flex;
  align-items: center;
  flex-direction: row; }

.vertical-center > * {
  margin-top: 0;
  margin-bottom: 0; }

div .moregage-input-group {
  padding-right: 0; }

.moregage-data {
  margin-bottom: 15px;
  margin-top: 15px; }

img .profilepic {
  display: inline;
  margin: 0 auto;
  padding: 0;
  margin: 0; }

.image-cropper-xs {
  width: 28px;
  height: 28px;
  position: relative;
  overflow: hidden;
  border-radius: 50%; }

.badge {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.15rem !important;
  transition: background-color 0.8s ease-in-out; }

.status-badge, .badge-notification {
  font-size: 10px ;
  /* Fallback in px */
  font-size: 0.625rem ;
  color: white;
  font-weight: bold;
  text-align: center; }

.badge-notification {
  float: right; }

.badge-notification {
  float: right;
  font-size: 10px ;
  /* Fallback in px */
  font-size: 0.625rem ;
  color: white;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.8s ease-in-out; }

.badge-notification.outstanding {
  color: #898989;
  background-color: #f9f9f9;
  border: 1px solid #898989; }

.badge-notification.complete {
  color: #fff;
  background-color: #0097a7;
  transition: background-color 0.8s ease-in-out; }

.status-badge.complete, .complete.badge-notification {
  color: #fff;
  background-color: #0097a7;
  transition: background-color 0.8s ease-in-out; }

p.badge-notification {
  margin: 0; }

.colorpicker-component {
  height: 100%;
  border: 1px solid #ced4da; }

.colorpicker-component .input-group-addon i {
  width: 100% !important;
  height: 100% !important;
  vertical-align: unset !important;
  border-radius: 1px; }

.colorpicker-component .input-group-addon {
  padding: 0.2em;
  width: 3em;
  height: 100% !important; }

.colorpicker-component .form-control {
  min-height: 100%;
  border: none;
  text-transform: uppercase; }

.colorpicker-component .color-picker-input {
  flex: 1 1 auto;
  width: 1%; }

.client-profile-colour.colorpicker-component {
  border: none; }

.client-profile-colour .colorpicker-saturation,
.client-profile-colour .colorpicker-hue,
.client-profile-colour .colorpicker-alpha {
  display: none !important; }

.client-profile-colour .colorpicker-visible {
  border: none; }

.client-profile-colour .input-group-text {
  color: #000;
  color: initial;
  border: none;
  background-color: #fff !important; }

.client-profile-colour .colorpicker-input-addon i {
  width: 1em !important;
  height: 1em !important; }

.client-profile-colour .colorpicker-input-addon::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em; }

#mortgage-container,
#main-content,
#settings-container {
  position: relative; }

#main-content {
  min-height: 70vh; }

.tiny-divider {
  font-size: 14px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 13px; }

.red-action {
  color: var(--danger) !important; }

.custom-select.small, .custom-select.red-action {
  height: 2rem; }

.select2-container .sm.select2-selection .select2-selection__rendered {
  font-size: 1rem;
  overflow: hidden;
  color: #3e3e3e !important; }

.select2-container .sm.select2-dropdown .select2-results__option,
.select2-container .sm.select2-dropdown .select2-results__option--highlighted {
  font-size: 0.875rem !important;
  min-height: 2.5rem; }

.custom-select,
.select-field {
  background: #fff url(/assets/a08989ff61e99118472e.svg) no-repeat right 0.75rem center;
  background: var(--background-base) url(/assets/a08989ff61e99118472e.svg) no-repeat right 0.75rem center; }
  .form-group-material.error .custom-select, .custom-select.error, .form-group-material.error
  .select-field,
  .select-field.error {
    background-position-x: calc(100% - 1.5rem) !important; }

.tab-pane {
  padding: 2em; }

.dropdown-toggle.btn-flow-choice {
  color: var(--secondary) !important; }

.submit-changes.move-on {
  opacity: 0.65;
  pointer-events: none; }

.submit-changes.move-on.form-finish {
  opacity: 1;
  pointer-events: all; }

.horizontal-scrollable {
  overflow-x: auto;
  overflow-y: hidden; }
  .horizontal-scrollable ul.progressbar {
    margin-left: 1rem; }

ul.progressbar {
  height: auto;
  padding: 0 !important;
  counter-reset: step;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative; }

ul.progressbar.pb-interactive .status {
  cursor: pointer; }

ul.progressbar li.placeholder-bar {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  background: #eeeeee;
  height: 6px;
  z-index: 1; }

ul.progressbar li.fill-bar {
  background: var(--primary);
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  height: 6px;
  z-index: 1;
  transition: width 0.5s ease-in-out; }

ul.progressbar .status .status-inner-wrapper {
  position: relative;
  height: 25px; }
  ul.progressbar .status .status-inner-wrapper .status-inner {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    word-break: break-word;
    width: 100px ;
    /* Fallback in px */
    width: 6.25rem ;
    left: 14px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%); }
    ul.progressbar .status .status-inner-wrapper .status-inner span {
      font-size: 14px ;
      /* Fallback in px */
      font-size: 0.875rem ;
      white-space: normal; }
    ul.progressbar .status .status-inner-wrapper .status-inner *:not(input) {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }

ul.progressbar .status {
  list-style-type: none;
  color: #757575;
  float: left;
  position: relative;
  text-align: center;
  font-size: 14px; }

ul.progressbar .status:before {
  content: counter(step);
  counter-increment: step;
  color: #a5a5a5;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background: #fff;
  border: 1px solid #bdbdbd;
  z-index: 2;
  position: relative;
  font-size: 12px !important; }

ul.progressbar .status:last-child:after {
  content: none; }

ul.progressbar li.done:before {
  background: var(--primary);
  color: #fff;
  border: none !important; }

ul.progressbar .status.current:before {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff; }

ul.progressbar.pb-interactive .status.current::before,
ul.progressbar.pb-interactive .status:not(.done)::before {
  content: "\f111";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0.8em !important;
  line-height: 0em;
  display: flex;
  align-items: center;
  justify-content: center; }

ul.progressbar .status.current {
  font-weight: bold;
  color: #424242 !important; }

ul.progressbar .status.done {
  font-weight: bold;
  color: var(--primary) !important; }

ul.progressbar .status.done:before {
  font-family: FontAwesome;
  content: "\f00c";
  font-weight: normal; }

ul.progressbar .status.fail:before {
  background: #dc3545;
  color: white;
  border: none !important; }

ul.progressbar .status.fail {
  font-weight: bold;
  color: #dc3545 !important;
  content: "Application Cancelled"; }

ul.progressbar .status.fail:before {
  font-family: FontAwesome;
  content: "\f00d";
  font-weight: normal; }

ul.progressbar li.fail:after {
  background: #dc3545;
  color: #fff;
  border: none !important; }

ul.progressbar .status.readRoad:after {
  background: linear-gradient(to right, var(--primary) 0%, var(--primary) 46%, #dc3545 55%, #dc3545 100%) !important; }

.right-inner-addon {
  position: relative; }

.right-inner-addon input {
  padding-left: 2.5em;
  font-size: 0.875em; }

.right-inner-addon i {
  position: absolute;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  pointer-events: none; }

a.nav-link:hover {
  color: #495057 !important; }

.capitalize {
  text-transform: capitalize !important; }

.oblique {
  font-style: oblique !important; }

.rounded-circle {
  overflow: hidden; }

.img-fluid.rounded-circle.lg {
  max-width: 56px ;
  /* Fallback in px */
  max-width: 3.5rem ;
  max-height: 56px ;
  /* Fallback in px */
  max-height: 3.5rem ;
  width: 56px ;
  /* Fallback in px */
  width: 3.5rem ;
  height: 56px ;
  /* Fallback in px */
  height: 3.5rem ; }

.img-fluid.rounded-circle.ex-lg {
  width: 111px;
  height: 111px;
  max-width: 111px;
  max-height: 111px; }

.img-fluid.rounded-circle.md {
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px; }

.img-fluid.rounded-circle.sm {
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px; }

.img-fluid.rounded-circle.ex-sm {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px; }

.profilepic {
  height: 100%;
  width: 100%; }

.btn-sm {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 0.375rem 0.75rem; }

.btn-xs {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 0.175rem 0.75rem;
  white-space: nowrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .btn-xs.font-small {
    font-size: 0.8em; }

.nav-link.disabled {
  pointer-events: none; }

.p-switch.p-bigger:not(label) {
  font-size: 22px ;
  /* Fallback in px */
  font-size: 1.375rem ; }

.pretty.p-switch .state::before {
  width: 2.2em !important;
  height: calc(1.1em + 2px) !important; }

.pretty.p-slide .label-inside {
  position: absolute;
  left: 10%;
  color: #fff;
  z-index: 1;
  font-size: 1rem;
  top: calc((60% - (100% - 1em)) - 15%);
  transition: all 0.5s ease; }

.pretty.p-slide.wider {
  top: 4px; }

.pretty.p-slide input.wider {
  min-width: 5em !important; }

.client-profiles-page .pretty.p-slide.p-switch input:checked ~ .state label:after,
.client-profiles-page .pretty.p-slide.p-switch input:checked ~ .state label:before {
  top: calc((60% - (100% - 1em)) - 31%) !important;
  left: 4.4em !important; }

.pretty.p-slide.p-switch input:checked ~ .label-inside {
  left: -10%;
  color: #fff; }

.pretty.p-slide.p-switch .state:before {
  top: calc((0% - (100% - 1em)) - 16% + 0.1em);
  border-color: var(--primary) !important;
  background-color: #ffffff !important; }

.pretty.p-slide.p-switch .state.wider:before {
  width: 5em !important; }

.pretty.p-slide.p-switch .state label {
  font-size: 0.7em;
  text-indent: 3.5em;
  font-weight: bold; }
  .pretty.p-slide.p-switch .state label:before {
    left: 3.1em; }

.client-profiles-page .pretty.p-slide.p-switch .state label:after,
.client-profiles-page .pretty.p-slide.p-switch .state label:before {
  top: calc((60% - (100% - 1em)) - 31%) !important;
  left: 0.5em !important;
  background-color: var(--primary) !important; }

.pretty.p-slide.p-switch .state ~ .label-inside {
  color: var(--primary); }

.pretty-custom form#email-center-form .p-switch.p-bigger:not(label) {
  font-size: 20px ;
  /* Fallback in px */
  font-size: 1.25rem ; }

.pretty-custom .pretty .label-before {
  display: inline-block;
  font-size: 0.7em;
  font-weight: bold;
  text-indent: 0 !important;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(calc(-100% - 5px));
          transform: translateX(calc(-100% - 5px));
  top: 0.35em; }

.pretty-custom .pretty .icon,
.pretty-custom .pretty .img,
.pretty-custom .pretty .svg,
.pretty-custom .pretty label:after,
.pretty-custom .pretty label:before {
  top: calc((0% - (100% - 1.8em)) - 8%);
  left: 9em; }

.pretty-custom .pretty.p-bigger .icon,
.pretty-custom .pretty.p-bigger .img,
.pretty-custom .pretty.p-bigger .svg,
.pretty-custom .pretty.p-bigger label:after,
.pretty-custom .pretty.p-bigger label:before {
  font-size: 1.7em !important;
  top: calc((0% - (100% - 1em)) - 35% + 0.1em) !important; }

.pretty-custom .pretty.p-switch .state:before {
  top: calc((0% - (100% - 1em)) - 16% + 0.1em); }

.pretty-custom .pretty.p-switch .state label {
  font-size: 0.7em;
  text-indent: 3.5em;
  font-weight: bold; }
  .pretty-custom .pretty.p-switch .state label:before {
    left: 3.1em; }

.highlight {
  background-color: rgba(255,243,152,0.6) !important;
  transition: background-color 700ms ease-in-out; }

.highlight-animation {
  transition: background-color 300ms ease-in-out; }

.dropdown-menu .wide {
  padding-left: 0;
  padding-right: 0; }
  .dropdown-menu .wide .btn {
    width: 100%;
    border-radius: 0;
    box-shadow: none !important;
    border: none;
    background: transparent !important;
    color: #212529 !important; }

.separator-top {
  border-top: 1px solid #e0e0e0; }

.separator-bottom {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1rem; }

.app-section-header > p {
  font-size: 1.2rem; }

.dollar-prepend {
  padding-left: 1.2rem;
  position: relative; }
  .dollar-prepend:before {
    content: "$";
    font-weight: 500;
    line-height: 1.3;
    font-size: 1.3rem;
    padding: 0.375rem 0.75rem;
    padding-left: 0;
    left: 0;
    position: absolute;
    height: 100%; }

.perc-append:not(.edit-visibility) {
  padding-right: 1.2rem;
  position: relative;
  height: auto; }
  .perc-append:not(.edit-visibility):after {
    content: "%";
    font-weight: 500;
    line-height: 1.3;
    font-size: 1.3rem;
    padding: 0.375rem 0.75rem;
    padding-right: 0;
    top: 0;
    right: -0.2rem;
    position: absolute;
    height: 100%; }
  .perc-append:not(.edit-visibility) input {
    width: 100% !important; }

.b4b {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  font-size: 14px ;
  /* Fallback in px */
  font-size: 0.875rem ;
  transition: ease-in-out 1s;
  background-color: #a9a9a9 !important; }

.application-disclaimers span a.clickable:hover:not(.download-disclaimer) {
  color: #fff;
  text-decoration: underline; }

.application-disclaimers a.clickable.download-disclaimer {
  color: var(--primary-alt) !important; }

p.disabled,
p:disabled,
a.disabled,
a:disabled,
a.disabled {
  pointer-events: none;
  opacity: 0.65; }

div.marketing-badge.disabled {
  opacity: 0.65;
  cursor: default; }

div.marketing-badge a {
  opacity: 1; }
  div.marketing-badge a:hover {
    color: #fff !important; }

.theme-option img {
  border: 1px solid #d3d4db;
  border-radius: 5px; }

.scroll-fixed.position-fixed {
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateX(-10%) translateY(-1.5rem);
          transform: translateX(-10%) translateY(-1.5rem); }

.scroll-fixed {
  z-index: 999;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.dropzone .dz-message span::before {
  display: none !important; }

.pretty input:checked ~ .state.p-success label::after,
.pretty.p-toggle .state.p-success label::after {
  background-color: var(--primary-alt) !important; }

.btn.split {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
  .btn.split.dropdown-toggle-split {
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-filter: brightness(75%);
            filter: brightness(75%); }

.broker-registration-content,
.registration-content {
  flex: 1 0 auto; }

.fw-normal {
  font-weight: normal !important; }

.finastra-expand-button,
.template-help-button {
  position: fixed;
  top: 9px;
  right: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--primary);
  border: solid var(--primary-4);
  color: #ffffff;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 1031; }

.finastra-expand-button {
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  top: 7rem;
  right: 4rem;
  transition: top 0.5s ease-in-out; }
  .form-page.finastra.in ~ .finastra-expand-button {
    top: 1.2rem !important; }

.template-help-button {
  background: transparent;
  border: unset;
  width: auto;
  right: 28rem; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); } }

#personal-details-container #downpayment-question {
  padding-top: 22px !important; }

.preload {
  color: #212529; }

.preload-fix {
  max-height: 70vh;
  overflow: hidden; }

#page.popup-window {
  padding-top: 3rem !important;
  margin-left: 0 !important;
  width: 100vw !important; }

#page #main-content .preload-fix .preload {
  background: #f6f6f6;
  opacity: 0.95; }

#page #main-content .card .preload-fix .preload {
  background: #ffffff; }

.flex-table tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset !important; }

.flex-table.table th,
.flex-table.table td {
  border-top: none; }

.flex-table.table tr {
  position: relative;
  border-top: 1px solid #dee2e6; }

#autosave-infobox {
  position: absolute;
  right: 0;
  text-align: right;
  font-style: italic;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: -10px;
  font-size: 1.03rem; }

.pretty.p-icon input:checked ~ .state label:before {
  border-color: transparent !important; }

.select2-container .sm.select2-dropdown .select2-results__option {
  min-height: 3.5rem !important;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.tiny-font {
  font-size: 14px !important;
  /* Fallback in px */
  font-size: 0.875rem !important; }

.terms h2 {
  font-size: 17px;
  font-weight: bolder;
  text-transform: uppercase; }

.terms p:first-of-type {
  font-weight: bold; }

.terms h2 {
  font-size: 17px;
  font-weight: bolder;
  text-transform: uppercase; }

.terms p:first-of-type {
  font-weight: bold; }

#add-client-modal > .modal-lg {
  max-width: 1100px !important; }

.my-automations-left-column:before {
  content: "";
  height: calc(98% - 8rem);
  position: absolute;
  right: 0;
  bottom: 2rem;
  width: 1px;
  background: #e0e0e0; }

[type="checkbox"] ~ .invalid-feedback {
  display: none !important; }

.dropdown-disabled:after {
  display: none !important; }

.complete-row {
  max-width: 6rem; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 101%;
  z-index: 10;
  transition: background-color 0.5s ease;
  background-color: transparent;
  border-radius: 10px; }

.comment-status.error {
  color: var(--danger) !important; }

.preload.overlay {
  background: transparent; }

.stackable-navs .nav-link {
  border: 1px solid #e0e0e0 !important;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  background-color: #fafafa !important; }

.stackable-navs .nav-item {
  width: 18%;
  min-width: 200px;
  max-width: 250px;
  margin-right: 0.2em; }

.stackable-navs .nav-link.first {
  border-top-left-radius: 0px !important; }

.stackable-navs .nav-item.plus {
  width: 3rem !important;
  min-width: unset;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px; }

.stackable-navs .nav-link.active {
  border-bottom: none !important;
  font-weight: bolder;
  background-color: #eeeeee !important; }

select.segment-select {
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-collapse: separate;
  padding: 0 39px 0 18px;
  background-color: #fafafa;
  border-radius: 3px;
  transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s; }

select.segment-select:hover {
  cursor: pointer;
  background-color: #e0e0e0; }

select.segment-select:active,
select.segment-select:focus {
  background-color: #fafafa !important; }

button#dropdown-condition {
  transition: box-shadow 0.2s ease-in-out 0s; }

button#dropdown-condition:active,
button#dropdown-condition:focus,
button#dropdown-condition:hover {
  outline: none !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1); }

.no-outline {
  outline: none !important; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

.overflow-dropdown {
  overflow: auto !important;
  max-height: 200px !important;
  overflow-x: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

button.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.segment-multioption:hover,
.multioption-item:hover {
  cursor: pointer; }

.card .card-header.card-image {
  overflow: hidden;
  padding: 0;
  width: 100%;
  padding-bottom: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.card .card-delete {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
  .card .card-delete:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
  .card .card-delete.delete-template {
    border-radius: 0 0 0 calc(0.25rem - 1px); }

.single-template.card {
  margin-bottom: 0;
  height: 100%; }
  .single-template.card .card-actions .btn {
    font-size: 0.7rem;
    padding: 0.275rem 0.55rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem; }

.add-template.card {
  height: 100%; }
  .add-template.card i {
    font-size: 2.7rem;
    color: #3f3f3f; }
  .add-template.card .add-text {
    font-size: 1.2rem;
    color: #3f3f3f; }

.add-template-col .add-template {
  padding-bottom: calc(100% + 6rem); }

.bee-full-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1020;
  font-family: Frutiger Next W01, Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-weight: 300;
  font-size: 13px;
  padding: 0;
  top: 0;
  left: 0; }
  .bee-full-screen iframe {
    min-width: unset !important; }

.bee-header {
  top: 0;
  position: absolute;
  height: 55px;
  display: flex;
  align-items: center;
  z-index: 10; }
  .preview-bee-page .bee-header {
    display: none; }

.bee-text {
  color: #ffffff;
  font-weight: 300;
  font-size: 13px;
  padding: 3px 25px;
  background-color: #515658; }

#send-email-button {
  right: 35rem; }

#exit-bee {
  right: 21rem; }

#bee-template-name {
  width: 20%;
  left: 312px; }
  #bee-template-name .bee-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

#hide-nav {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: transparent; }

#hide-preview-exit {
  position: absolute;
  width: 35px;
  height: 58px;
  background: #fff;
  right: 14px;
  top: 0;
  z-index: 10; }
  #hide-preview-exit .close-icon {
    background-color: var(--primary);
    color: #ffffff !important;
    width: 20px;
    height: 20px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    cursor: pointer; }

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

.w-5 {
  width: 5% !important; }

.select2-container--bootstrap4 .select2-results > .select2-results__options {
  overflow-x: hidden;
  padding: 0; }

.chart-wrapper {
  position: relative;
  height: 250px; }

.config-chart-type {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.config-chart-type:not(.selected) i {
  display: none; }

.ld-ring.small, .ld-ring.red-action {
  width: 30px !important;
  height: 30px !important; }

.ld-ring.mini {
  width: 20px !important;
  height: 20px !important; }

.ld-ring.white {
  border-color: white !important;
  color: white !important; }

.segment-multioption.error {
  border-color: #dc3545; }

.scrollable-container {
  overflow: auto;
  overflow-x: hidden;
  max-height: 20rem;
  border: 1px solid #e0e0e0; }

.scrollable-container::-webkit-scrollbar {
  width: 12px; }

.scrollable-container::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 10px; }

.scrollable-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #bdbdbd; }

.onresize {
  max-width: unset;
  min-width: unset; }

.card-body.reduced-padding {
  padding: 0.75rem; }

.add-template #new-template {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

#marketing-terms-modal .modal-body {
  overflow-y: auto;
  max-height: 60vh; }

.ln-40 {
  line-height: 40px !important; }

.big-text {
  font-size: 20px !important; }

.bg-secondary {
  background-color: var(--secondary); }

.text-white {
  color: white !important; }

.row-card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #e0e0e0; }

.hide-bee-content > *:not(.preload) {
  display: none; }

.red-text {
  color: #dc3545 !important; }

.dataTables_empty {
  width: 100% !important; }

.bg-grey {
  background-color: #f8f9fa !important; }

tbody.card.no-borders {
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 0; }

tbody.card.no-borders tr:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

tbody.card.no-borders tr:last-child {
  border-bottom: none !important; }

tbody.card.no-borders tr {
  border-left: none !important;
  border-right: none !important; }

.easy-autocomplete-container ul {
  padding-left: 0 !important; }

.select2-results__options {
  padding-left: 0 !important; }

.clickable.cancel-campaign {
  position: absolute;
  right: -0.5rem;
  top: 0;
  height: 100%;
  display: none;
  align-items: center; }

.campaign-item:hover .cancel-campaign {
  background: transparent; }

#lists-table_wrapper .top,
#campaigns-table_wrapper .top {
  display: none; }

#campaigns-table_wrapper tr:first-child td {
  padding-top: 1rem;
  border-top: none; }

table th {
  border-top: none !important; }

.px-4-5 {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.card-brand {
  font-size: 2.3em; }

#parent-iframe {
  overflow-y: auto !important;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  display: flex; }

.word-break-all {
  word-break: break-all; }

.modal-blurred .modal-dialog {
  -webkit-filter: blur(1.5px) brightness(0.5);
          filter: blur(1.5px) brightness(0.5); }

.confirmation-modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 1051; }

.no-bg-hover:hover {
  background-color: unset; }

.clickable.no-bg-active:active {
  color: unset !important;
  background-color: unset !important; }

.drag-subtitle {
  color: var(--gray) !important;
  font-weight: normal;
  font-size: 0.8rem; }

.drag-item .client-profile-referrer,
.drag-item .client-profile-created-at {
  font-size: 0.8rem;
  line-height: 1rem; }

.drag-item .client-profile-value {
  font-weight: normal;
  font-size: 0.85rem; }

.no-hover-animation:hover {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: none;
          transform: none; }

#app-left-side-client {
  background: #f5f5f7;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  left: -9px;
  top: 0px;
  z-index: 1; }
  #app-left-side-client .logo-login {
    padding-left: 15px !important;
    width: 200px;
    height: 70px;
    top: 100px; }
  #app-left-side-client .left-side-laptop {
    position: absolute;
    top: 0;
    z-index: -1;
    width: auto;
    height: 75vh;
    -webkit-transform: translateY(-100%) translateY(155px);
            transform: translateY(-100%) translateY(155px); }
  #app-left-side-client .subtitle {
    font-size: 1.2rem;
    text-align: center; }
  #app-left-side-client .title-client {
    font-size: 2.5rem;
    text-align: center; }
  #app-left-side-client .img-responsive {
    height: 23rem;
    top: -230px; }
  #app-left-side-client .image-cropper {
    width: 100px;
    height: 100px;
    margin-left: 20px; }
  #app-left-side-client .description {
    margin-bottom: 30px; }

.title-broker {
  font-size: 3rem; }

#app-left-side {
  background-color: var(--primary-clear);
  height: 100vh;
  position: fixed;
  overflow: hidden; }

.left-side-laptop {
  position: absolute;
  top: 0;
  z-index: -1;
  width: auto;
  height: 75vh;
  -webkit-transform: translateY(-100%) translateY(155px);
          transform: translateY(-100%) translateY(155px); }

.pretty.multi-line {
  white-space: inherit;
  width: 100%;
  line-height: 1.2; }
  .pretty.multi-line .icon {
    top: 0 !important; }

.pretty.multi-line .state label {
  text-indent: 0;
  padding-left: 2rem; }
  #follow-up-tab .pretty.multi-line .state label {
    padding-left: 0.5rem; }

.pretty.multi-line .state label:after,
.pretty.multi-line .state label:before {
  top: 0; }

#widget-wizard-container {
  min-height: 100vh; }
  #widget-wizard-container #app-container {
    padding: 3rem 2rem; }
  #widget-wizard-container .step:not(.current) {
    display: none; }
  #widget-wizard-container .left-side-laptop-mobile {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: auto;
    height: 75vh;
    -webkit-transform: translateX(25%) translateY(150px);
            transform: translateX(25%) translateY(150px); }
  #widget-wizard-container .app-nav .logo-login {
    width: 170px;
    height: 55px; }
  #widget-wizard-container .image-cropper-lg {
    width: 90px;
    height: 90px;
    position: relative;
    overflow: hidden;
    border-radius: 50%; }
  #widget-wizard-container .form-page article .fe-radio-form .fe-option label {
    border: none;
    border-radius: 0; }

#map,
.map-wrapper {
  height: 30vh;
  overflow: hidden; }

.map-page {
  height: 100%;
  overflow: hidden; }

#add-client-modal .method-selection-screen {
  position: relative !important; }

#add-client-modal #add-client-modal .modal-dialog {
  max-width: 600px; }

.form-page article .fe-radio-form.auto-height-radio .fe-option {
  height: auto;
  min-height: 40px; }
  .form-page article .fe-radio-form.auto-height-radio .fe-option label {
    position: static;
    position: initial;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem; }

.form-page article .fe-radio-form .fe-option input:checked ~ .radio-help {
  color: #fff !important; }

.radio-help {
  position: absolute;
  top: 13px;
  right: 10px;
  font-size: 1em !important;
  z-index: 500;
  cursor: pointer; }

.modal-page .slide-row {
  flex-wrap: nowrap;
  overflow: hidden; }

.modal-page .modal-slide-left,
.modal-page .modal-slide-right {
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }

.modal-page .modal-slide-left {
  max-height: 2000px; }

.modal-page .modal-slide-right {
  max-height: 0; }

.modal-page.modal-slide-open .modal-slide-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  max-height: 0; }

.modal-page.modal-slide-open .modal-slide-right {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  max-height: 2000px; }

.sidebar-body .sidetab-active {
  margin-left: -30px !important;
  /* Fallback in px */
  margin-left: -1.875rem !important;
  padding-left: calc(1.875rem - 0.25em);
  border-left: 0.25em solid var(--primary-alt);
  border-right: 0; }

.sidebar-body ul ul {
  font-size: 0.9rem; }

/* Scroll bar look and feel */
/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

.progress-vertical {
  position: relative; }
  .progress-vertical::before {
    content: "";
    position: absolute;
    top: 4rem;
    left: 23px;
    width: 3px;
    height: calc(100% - 5rem);
    z-index: 2;
    background: var(--primary); }
  .progress-vertical.white::before {
    background: #e0e0e0; }
  .progress-vertical.vertical-progress-wrapper > .row:last-child {
    background-color: #f6f6f6;
    z-index: 10;
    position: relative;
    margin-top: 0px; }
    .progress-vertical.vertical-progress-wrapper > .row:last-child .progress-item {
      padding-top: 0 !important; }
  .progress-vertical .progress-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 65px;
    min-width: 65px;
    height: auto;
    padding-top: 5px; }
    .progress-vertical .progress-item > .progress-item-circle {
      width: 35px;
      height: 35px;
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #f6f6f6;
      border-radius: 100%;
      z-index: 2; }
      .progress-vertical .progress-item > .progress-item-circle.white {
        border: 1px solid #e0e0e0; }
      .progress-vertical .progress-item > .progress-item-circle.white::before {
        background-color: #fff; }
      .progress-vertical .progress-item > .progress-item-circle::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: var(--primary);
        border-radius: 100%;
        -webkit-filter: hue-rotate(var(--progress-item-variation));
                filter: hue-rotate(var(--progress-item-variation)); }
      .progress-vertical .progress-item > .progress-item-circle .progress-item-image,
      .progress-vertical .progress-item > .progress-item-circle .dot-icon {
        position: absolute;
        width: 40%;
        height: 40%;
        z-index: 2; }
      .progress-vertical .progress-item > .progress-item-circle .progress-item-image {
        fill: #fff; }
      .progress-vertical .progress-item > .progress-item-circle .dot-icon {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center; }
        .progress-vertical .progress-item > .progress-item-circle .dot-icon::before {
          content: "\f111";
          font: normal normal normal 14px/1 FontAwesome; }

.connect-email-list img {
  width: 100%;
  max-width: 4rem;
  height: auto; }

.status-text {
  padding-left: 1rem;
  position: relative;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  width: max-content; }
  .status-text::before {
    content: "";
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    background-color: var(--success);
    opacity: 0.8;
    left: 0rem;
    top: calc(0.6rem / 2);
    border-radius: 50%; }

.select-field {
  cursor: pointer; }

.step-content select.form-control:not([size]):not([multiple]):not(.error):not(.parsley-success):not(.form-control-filled) {
  color: #ddd !important; }

/* material form stylings ------------------------------- */
.form-group-material {
  margin-bottom: 1rem;
  width: 100%; }
  .form-group-material:not(.select2-dropdown) {
    position: relative; }
  .form-group-material.parsley-success {
    /* For IE10 */ }
    .form-group-material.parsley-success:after {
      display: inline-block;
      font: normal normal normal 16px/1 FontAwesome;
      font-size: 20px ;
      /* Fallback in px */
      font-size: 1.25rem ;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f058";
      position: absolute;
      right: 3px;
      bottom: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #21cc99; }
    .form-group-material.parsley-success .fa-calendar,
    .form-group-material.parsley-success .fa-calculator,
    .form-group-material.parsley-success .floating-validation,
    .form-group-material.parsley-success .reveal-password,
    .form-group-material.parsley-success .v-reveal-password,
    .form-group-material.parsley-success .material-input-icon {
      margin-right: 20px; }
    .form-group-material.parsley-success .select2-selection__arrow {
      display: none; }
    .form-group-material.parsley-success select {
      /* for Firefox */
      -moz-appearance: none;
      /* for Chrome */
      -webkit-appearance: none; }
      .form-group-material.parsley-success select.select-field {
        background: none;
        padding-right: calc(1.25rem + 2px) !important; }
    .form-group-material.parsley-success input.material-input.form-control {
      padding-right: calc(1.25rem + 2px) !important; }
    .form-group-material.parsley-success select::-ms-expand {
      display: none; }
  .form-group-material.error .reveal-password,
  .form-group-material.error .v-reveal-password,
  .form-group-material.error .floating-validation,
  .form-group-material.error .material-input-icon, .form-group-material.error.client-application-form-container .reveal-password,
  .form-group-material.error.client-application-form-container .v-reveal-password,
  .form-group-material.error.client-application-form-container .floating-validation,
  .form-group-material.error.client-application-form-container .material-input-icon {
    margin-right: 20px; }
  .form-group-material .error .select2-selection__arrow, .form-group-material.error .select2-selection__arrow {
    right: 1.5rem !important; }
  .form-group-material input:not([type="hidden"]),
  .form-group-material .material-input:not([type="hidden"]),
  .form-group-material .select2-container--bootstrap4 .select2-selection--single,
  .form-group-material .select2-container--bootstrap4 .select2-selection--multiple {
    padding: 10px 5px 5px 5px;
    display: block;
    width: 100%;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 2px solid rgba(59, 60, 96, 0.25) !important;
    margin: 0 !important;
    box-shadow: none !important;
    font-size: 1rem;
    background-color: transparent !important;
    outline: none !important; }
    .form-group-material input:not([type="hidden"]).max-length-label,
    .form-group-material .material-input:not([type="hidden"]).max-length-label,
    .form-group-material .select2-container--bootstrap4 .select2-selection--single.max-length-label,
    .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.max-length-label {
      padding: 10px 30px 5px 5px !important; }
    .form-group-material input:not([type="hidden"]):not(input):focus,
    .form-group-material .material-input:not([type="hidden"]):not(input):focus,
    .form-group-material .select2-container--bootstrap4 .select2-selection--single:not(input):focus,
    .form-group-material .select2-container--bootstrap4 .select2-selection--multiple:not(input):focus {
      box-shadow: 0 0 0 3px var(--primary-3);
      outline: none !important; }
    .form-group-material input:not([type="hidden"]).error,
    .client-application-form-container .form-group-material input:not([type="hidden"]).error,
    .form-group-material .material-input:not([type="hidden"]).error,
    .client-application-form-container
    .form-group-material .material-input:not([type="hidden"]).error,
    .form-group-material .select2-container--bootstrap4 .select2-selection--single.error,
    .client-application-form-container
    .form-group-material .select2-container--bootstrap4 .select2-selection--single.error,
    .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error,
    .client-application-form-container
    .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error {
      border-color: var(--danger) !important; }
      .form-group-material input:not([type="hidden"]).error.soft,
      .client-application-form-container .form-group-material input:not([type="hidden"]).error.soft,
      .form-group-material .material-input:not([type="hidden"]).error.soft,
      .client-application-form-container
      .form-group-material .material-input:not([type="hidden"]).error.soft,
      .form-group-material .select2-container--bootstrap4 .select2-selection--single.error.soft,
      .client-application-form-container
      .form-group-material .select2-container--bootstrap4 .select2-selection--single.error.soft,
      .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error.soft,
      .client-application-form-container
      .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error.soft {
        border-color: rgba(59, 60, 96, 0.25) !important; }
      .form-group-material input:not([type="hidden"]).error,
      .form-group-material input:not([type="hidden"]).error ~ label,
      .client-application-form-container .form-group-material input:not([type="hidden"]).error,
      .client-application-form-container .form-group-material input:not([type="hidden"]).error ~ label,
      .form-group-material .material-input:not([type="hidden"]).error,
      .form-group-material .material-input:not([type="hidden"]).error ~ label,
      .client-application-form-container
      .form-group-material .material-input:not([type="hidden"]).error,
      .client-application-form-container
      .form-group-material .material-input:not([type="hidden"]).error ~ label,
      .form-group-material .select2-container--bootstrap4 .select2-selection--single.error,
      .form-group-material .select2-container--bootstrap4 .select2-selection--single.error ~ label,
      .client-application-form-container
      .form-group-material .select2-container--bootstrap4 .select2-selection--single.error,
      .client-application-form-container
      .form-group-material .select2-container--bootstrap4 .select2-selection--single.error ~ label,
      .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error,
      .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error ~ label,
      .client-application-form-container
      .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error,
      .client-application-form-container
      .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error ~ label {
        color: var(--danger) !important;
        font-weight: normal; }
        .form-group-material input:not([type="hidden"]).error.soft,
        .form-group-material input:not([type="hidden"]).error ~ label.soft,
        .client-application-form-container .form-group-material input:not([type="hidden"]).error.soft,
        .client-application-form-container .form-group-material input:not([type="hidden"]).error ~ label.soft,
        .form-group-material .material-input:not([type="hidden"]).error.soft,
        .form-group-material .material-input:not([type="hidden"]).error ~ label.soft,
        .client-application-form-container
        .form-group-material .material-input:not([type="hidden"]).error.soft,
        .client-application-form-container
        .form-group-material .material-input:not([type="hidden"]).error ~ label.soft,
        .form-group-material .select2-container--bootstrap4 .select2-selection--single.error.soft,
        .form-group-material .select2-container--bootstrap4 .select2-selection--single.error ~ label.soft,
        .client-application-form-container
        .form-group-material .select2-container--bootstrap4 .select2-selection--single.error.soft,
        .client-application-form-container
        .form-group-material .select2-container--bootstrap4 .select2-selection--single.error ~ label.soft,
        .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error.soft,
        .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error ~ label.soft,
        .client-application-form-container
        .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error.soft,
        .client-application-form-container
        .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.error ~ label.soft {
          color: #3e3e3e !important; }
    .form-group-material input:not([type="hidden"])[disabled]:not(.calculated), .form-group-material input:not([type="hidden"])[readonly]:not(.calculated):not(.display-time), .form-group-material input:not([type="hidden"]):display-time,
    .form-group-material .material-input:not([type="hidden"])[disabled]:not(.calculated),
    .form-group-material .material-input:not([type="hidden"])[readonly]:not(.calculated):not(.display-time),
    .form-group-material .material-input:not([type="hidden"]):display-time,
    .form-group-material .select2-container--bootstrap4 .select2-selection--single[disabled]:not(.calculated),
    .form-group-material .select2-container--bootstrap4 .select2-selection--single[readonly]:not(.calculated):not(.display-time),
    .form-group-material .select2-container--bootstrap4 .select2-selection--single:display-time,
    .form-group-material .select2-container--bootstrap4 .select2-selection--multiple[disabled]:not(.calculated),
    .form-group-material .select2-container--bootstrap4 .select2-selection--multiple[readonly]:not(.calculated):not(.display-time),
    .form-group-material .select2-container--bootstrap4 .select2-selection--multiple:display-time {
      background-color: transparent !important;
      border-bottom-style: dashed !important; }
    .form-group-material input:not([type="hidden"]).select2-selection--multiple ul li input.select2-search__field::-webkit-input-placeholder, .form-group-material .material-input:not([type="hidden"]).select2-selection--multiple ul li input.select2-search__field::-webkit-input-placeholder, .form-group-material .select2-container--bootstrap4 .select2-selection--single.select2-selection--multiple ul li input.select2-search__field::-webkit-input-placeholder, .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.select2-selection--multiple ul li input.select2-search__field::-webkit-input-placeholder {
      color: #6c757d !important; }
    .form-group-material input:not([type="hidden"]).select2-selection--multiple ul li input.select2-search__field::-moz-placeholder, .form-group-material .material-input:not([type="hidden"]).select2-selection--multiple ul li input.select2-search__field::-moz-placeholder, .form-group-material .select2-container--bootstrap4 .select2-selection--single.select2-selection--multiple ul li input.select2-search__field::-moz-placeholder, .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.select2-selection--multiple ul li input.select2-search__field::-moz-placeholder {
      color: #6c757d !important; }
    .form-group-material input:not([type="hidden"]).select2-selection--multiple ul li input.select2-search__field:-ms-input-placeholder, .form-group-material .material-input:not([type="hidden"]).select2-selection--multiple ul li input.select2-search__field:-ms-input-placeholder, .form-group-material .select2-container--bootstrap4 .select2-selection--single.select2-selection--multiple ul li input.select2-search__field:-ms-input-placeholder, .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.select2-selection--multiple ul li input.select2-search__field:-ms-input-placeholder {
      color: #6c757d !important; }
    .form-group-material input:not([type="hidden"]).select2-selection--multiple ul li input.select2-search__field::-ms-input-placeholder, .form-group-material .material-input:not([type="hidden"]).select2-selection--multiple ul li input.select2-search__field::-ms-input-placeholder, .form-group-material .select2-container--bootstrap4 .select2-selection--single.select2-selection--multiple ul li input.select2-search__field::-ms-input-placeholder, .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.select2-selection--multiple ul li input.select2-search__field::-ms-input-placeholder {
      color: #6c757d !important; }
    .form-group-material input:not([type="hidden"]).select2-selection--multiple ul li input.select2-search__field::placeholder,
    .form-group-material .material-input:not([type="hidden"]).select2-selection--multiple ul li input.select2-search__field::placeholder,
    .form-group-material .select2-container--bootstrap4 .select2-selection--single.select2-selection--multiple ul li input.select2-search__field::placeholder,
    .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.select2-selection--multiple ul li input.select2-search__field::placeholder {
      color: #6c757d !important; }
    .form-group-material input:not([type="hidden"]).select2-selection--multiple,
    .form-group-material .material-input:not([type="hidden"]).select2-selection--multiple,
    .form-group-material .select2-container--bootstrap4 .select2-selection--single.select2-selection--multiple,
    .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.select2-selection--multiple {
      border-bottom: none !important;
      height: auto !important;
      min-height: calc(2.25rem + 5px) !important; }
      .form-group-material input:not([type="hidden"]).select2-selection--multiple .select2-selection__choice,
      .form-group-material .material-input:not([type="hidden"]).select2-selection--multiple .select2-selection__choice,
      .form-group-material .select2-container--bootstrap4 .select2-selection--single.select2-selection--multiple .select2-selection__choice,
      .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.select2-selection--multiple .select2-selection__choice {
        padding: 0.3rem 0.5rem;
        background-color: var(--primary);
        color: #fff;
        border: none !important;
        margin-top: 0.35rem;
        order: 2; }
        .form-group-material input:not([type="hidden"]).select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
        .form-group-material .material-input:not([type="hidden"]).select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
        .form-group-material .select2-container--bootstrap4 .select2-selection--single.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
        .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
          color: #fff; }
      .form-group-material input:not([type="hidden"]).select2-selection--multiple .select2-selection__rendered,
      .form-group-material .material-input:not([type="hidden"]).select2-selection--multiple .select2-selection__rendered,
      .form-group-material .select2-container--bootstrap4 .select2-selection--single.select2-selection--multiple .select2-selection__rendered,
      .form-group-material .select2-container--bootstrap4 .select2-selection--multiple.select2-selection--multiple .select2-selection__rendered {
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 10rem;
        padding: 0 !important;
        display: flex;
        flex-wrap: wrap; }
  .form-group-material.bordered-input input:not([type="hidden"]),
  .form-group-material.bordered-input .material-input:not([type="hidden"]) {
    background-color: #f5f5f5 !important;
    border: 2px solid #e0e0e0 !important;
    margin-right: -0.3em !important; }
  .form-group-material.bordered-input input:not([type="hidden"]).error,
  .form-group-material.bordered-input .material-input:not([type="hidden"]).error {
    border: 2px solid var(--danger) !important;
    border-radius: 2px; }
  .form-group-material.bordered-input input:not([type="hidden"]).calculated,
  .form-group-material.bordered-input .material-input:not([type="hidden"]).calculated {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    .form-group-material.bordered-input input:not([type="hidden"]).calculated[disabled], .form-group-material.bordered-input input:not([type="hidden"]).calculated[readonly]:not(.display-time),
    .form-group-material.bordered-input .material-input:not([type="hidden"]).calculated[disabled],
    .form-group-material.bordered-input .material-input:not([type="hidden"]).calculated[readonly]:not(.display-time) {
      color: #000 !important; }
  .form-group-material.bordered-input.calculated-input .bar {
    display: none !important; }
  .card-footer .form-group-material.bordered-input input:not([type="hidden"]).calculated,
  .card-footer .form-group-material.bordered-input .material-input:not([type="hidden"]).calculated {
    background-color: transparent !important;
    border-color: transparent !important;
    border: unset !important;
    font-weight: bold !important; }
  .form-group-material.form-group-material-no-label {
    margin: 0; }
    .form-group-material.form-group-material-no-label .select2-selection--multiple {
      padding-top: 0 !important; }
  .form-group-material:not(.form-group-material-no-label) label {
    position: absolute;
    top: 10px ;
    /* Fallback in px */
    top: 0.625rem ;
    left: 0;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    pointer-events: none;
    font-size: 1.1rem;
    width: 100%;
    margin: 0 !important;
    padding-left: 5px !important;
    padding-right: 5px !important; }
    .form-group-material:not(.form-group-material-no-label) label.title {
      font-size: 1rem !important;
      font-weight: normal !important;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"])::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"])::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single::-webkit-input-placeholder {
    color: transparent !important; }
  .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"])::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"])::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single::-moz-placeholder {
    color: transparent !important; }
  .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:-ms-input-placeholder {
    color: transparent !important; }
  .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"])::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"])::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single::-ms-input-placeholder {
    color: transparent !important; }
  .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"])::placeholder,
  .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"])::placeholder,
  .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single::placeholder {
    color: transparent !important; }
  .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):focus::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):required:valid::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).form-control-filled::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).material-input-static-label::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):focus::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):required:valid::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).form-control-filled::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).material-input-static-label::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:focus::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:required:valid::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.form-control-filled::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.material-input-static-label::-webkit-input-placeholder {
    color: #dddddd !important; }
  .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):focus::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):required:valid::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).form-control-filled::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).material-input-static-label::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):focus::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):required:valid::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).form-control-filled::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).material-input-static-label::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:focus::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:required:valid::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.form-control-filled::-moz-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.material-input-static-label::-moz-placeholder {
    color: #dddddd !important; }
  .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):focus:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):required:valid:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).form-control-filled:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).material-input-static-label:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):focus:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):required:valid:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).form-control-filled:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).material-input-static-label:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:focus:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:required:valid:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.form-control-filled:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.material-input-static-label:-ms-input-placeholder {
    color: #dddddd !important; }
  .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):focus::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):required:valid::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).form-control-filled::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).material-input-static-label::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):focus::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):required:valid::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).form-control-filled::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).material-input-static-label::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:focus::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:required:valid::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.form-control-filled::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.material-input-static-label::-ms-input-placeholder {
    color: #dddddd !important; }
  .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):focus::placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):required:valid::placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).form-control-filled::placeholder, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).material-input-static-label::placeholder,
  .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):focus::placeholder,
  .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):required:valid::placeholder,
  .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).form-control-filled::placeholder,
  .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).material-input-static-label::placeholder,
  .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:focus::placeholder,
  .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:required:valid::placeholder,
  .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.form-control-filled::placeholder,
  .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.material-input-static-label::placeholder {
    color: #dddddd !important; }
  .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):focus ~ label, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]):required:valid ~ label, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).form-control-filled ~ label, .form-group-material:not(.form-group-material-no-label) input:not([type="hidden"]).material-input-static-label ~ label,
  .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):focus ~ label,
  .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]):required:valid ~ label,
  .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).form-control-filled ~ label,
  .form-group-material:not(.form-group-material-no-label) .material-input:not([type="hidden"]).material-input-static-label ~ label,
  .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:focus ~ label,
  .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single:required:valid ~ label,
  .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.form-control-filled ~ label,
  .form-group-material:not(.form-group-material-no-label) .select2-container--bootstrap4 .select2-selection--single.material-input-static-label ~ label {
    top: 0 !important;
    font-size: 0.7rem !important;
    line-height: 10px; }
  .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-control-filled input::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-group-material-focused input::-webkit-input-placeholder, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.material-input-static-label input::-webkit-input-placeholder {
    color: #dddddd !important; }
  .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-control-filled input::-moz-placeholder, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-group-material-focused input::-moz-placeholder, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.material-input-static-label input::-moz-placeholder {
    color: #dddddd !important; }
  .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-control-filled input:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-group-material-focused input:-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.material-input-static-label input:-ms-input-placeholder {
    color: #dddddd !important; }
  .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-control-filled input::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-group-material-focused input::-ms-input-placeholder, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.material-input-static-label input::-ms-input-placeholder {
    color: #dddddd !important; }
  .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-control-filled input::placeholder, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-group-material-focused input::placeholder, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.material-input-static-label input::placeholder {
    color: #dddddd !important; }
  .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-control-filled input ~ label, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-group-material-focused input ~ label, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.material-input-static-label input ~ label {
    top: 0 !important;
    font-size: 0.7rem !important;
    line-height: 10px; }
  .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-control-filled input:focus ~ label, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-group-material-focused input:focus ~ label, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.material-input-static-label input:focus ~ label {
    top: 0 !important;
    font-size: 0.7rem !important;
    line-height: 10px; }
  .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-control-filled label, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.form-group-material-focused label, .form-group-material:not(.form-group-material-no-label).material-input-slot-wrapper.material-input-static-label label {
    top: 0 !important;
    font-size: 0.7rem !important;
    line-height: 10px; }
  .form-group-material select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 4px); }
  .form-group-material li.select2-search.select2-search--inline {
    width: 100%;
    order: 1; }
  .form-group-material li.select2-search.select2-search--inline input.select2-search__field {
    width: 100% !important; }
  .form-group-material .bar {
    position: relative;
    display: block;
    width: 100%; }
    .form-group-material .bar:before, .form-group-material .bar:after {
      content: "";
      height: 2px;
      width: 0;
      bottom: 0px;
      position: absolute;
      background: var(--primary);
      transition: 0.2s ease all;
      -moz-transition: 0.2s ease all;
      -webkit-transition: 0.2s ease all; }
    .form-group-material .bar:before {
      left: 50%; }
    .form-group-material .bar:after {
      right: 50%; }
  .form-group-material input:not([type="hidden"]):not(.error):focus ~ .bar:before,
  .form-group-material input:not([type="hidden"]):not(.error):focus ~ .bar:after,
  .form-group-material .material-input:not([type="hidden"]):not(.error):focus ~ .bar:before,
  .form-group-material .material-input:not([type="hidden"]):not(.error):focus ~ .bar:after {
    width: 50%; }
  .form-group-material.form-group-material-focused .bar:before,
  .form-group-material.form-group-material-focused .bar:after {
    width: 50%; }
  .form-group-material .invalid-feedback,
  .form-group-material .loading-feedback {
    position: absolute !important;
    top: 100% !important;
    right: 0;
    margin: 0;
    padding-top: 0.2rem;
    width: auto !important;
    line-height: 10px; }
    .form-group-material .invalid-feedback label,
    .form-group-material .loading-feedback label {
      font-size: 0.7rem;
      position: static !important;
      margin: 0;
      -webkit-transform: none !important;
              transform: none !important;
      line-height: 10px; }
    .form-group-material .invalid-feedback .invalid-icon,
    .form-group-material .invalid-feedback .loading-icon > svg,
    .form-group-material .loading-feedback .invalid-icon,
    .form-group-material .loading-feedback .loading-icon > svg {
      position: absolute;
      top: -1.7rem;
      right: 0; }
    .form-group-material .invalid-feedback .invalid-icon,
    .form-group-material .loading-feedback .invalid-icon {
      width: 1.2rem;
      height: 1.2rem;
      color: var(--danger);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px ;
      /* Fallback in px */
      font-size: 1.25rem ; }
      .form-group-material .invalid-feedback .invalid-icon.soft,
      .form-group-material .loading-feedback .invalid-icon.soft {
        color: var(--orange); }
      .form-group-material .invalid-feedback .invalid-icon ~ ul,
      .form-group-material .loading-feedback .invalid-icon ~ ul {
        text-align: right; }
        .form-group-material .invalid-feedback .invalid-icon ~ ul li,
        .form-group-material .loading-feedback .invalid-icon ~ ul li {
          font-size: 0.75rem; }
    .form-group-material .invalid-feedback .loading-icon > svg,
    .form-group-material .loading-feedback .loading-icon > svg {
      width: 4rem;
      height: 2rem; }
  .form-group-material .select2-container--open .select2-selection {
    transition: none !important;
    border: 1px solid var(--primary-rgb) !important; }
  .form-group-material .select2-container--open.select2-container--below .select2-selection {
    border-bottom: none !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important; }
  .form-group-material .select2-container--open.select2-container--above .select2-selection {
    border-top: none !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important; }
  .form-group-material .select2-container--open ~ label {
    visibility: hidden;
    display: none; }
  .form-group-material .select2-container--bootstrap4 .select2-selection--single,
  .form-group-material .select2-container--bootstrap4 .select2-selection--multiple {
    height: calc(2.25rem + 5px);
    line-height: 1.5rem; }
  .form-group-material.same-line .select2-container--bootstrap4 .select2-selection--single,
  .form-group-material.same-line .select2-container--bootstrap4 .select2-selection--multiple {
    line-height: 2.2; }
  .form-group-material.same-line .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    top: 10px; }
  .form-group-material.select2-dropdown {
    border-radius: 0 !important; }
    .form-group-material.select2-dropdown input.select2-search__field:focus {
      border-bottom: 2px solid var(--primary) !important;
      transition: border 0.2s ease-in-out; }
    .form-group-material.select2-dropdown.select2-dropdown--below {
      border: 1px solid var(--primary-rgb) !important;
      border-top: none !important;
      border-bottom-left-radius: 3px !important;
      border-bottom-right-radius: 3px !important; }
    .form-group-material.select2-dropdown.select2-dropdown--above {
      border: 1px solid var(--primary-rgb) !important;
      border-bottom: none !important;
      border-top-left-radius: 3px !important;
      border-top-right-radius: 3px !important; }
  .form-group-material select.form-control-filled ~ label,
  .form-group-material select.material-input-static-label ~ label {
    top: -1.5rem !important; }
  .form-group-material .fe-dp-icon {
    width: 2rem !important;
    height: 100% !important;
    font-size: 1.3rem !important;
    margin-bottom: 0;
    transition: margin-right 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important; }
  .form-group-material .fe-dp-input.error ~ .fe-dp-icon {
    margin-right: 1.2rem;
    color: var(--danger) !important; }
  .form-group-material.form-group-material-number input::-webkit-outer-spin-button,
  .form-group-material.form-group-material-number input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .form-group-material.form-group-material-number input[type="number"] {
    -moz-appearance: textfield; }

.form-control.form-control.error,
.error .form-control.form-control {
  border-bottom-color: var(--danger) !important; }
  .form-control.form-control.error.soft,
  .error .form-control.form-control.soft {
    border-color: currentColor !important;
    border-color: initial !important; }
  .form-control.form-control.error ~ label,
  .form-control.form-control.error label,
  .error .form-control.form-control ~ label,
  .error .form-control.form-control label {
    color: var(--danger) !important; }

.client-application-form-container .invalid-feedback,
.client-application-form-container .loading-feedback {
  position: absolute !important;
  top: 100% !important;
  right: 0;
  margin: 0;
  padding-top: 0.2rem;
  width: auto !important;
  line-height: 10px; }
  .client-application-form-container .invalid-feedback label,
  .client-application-form-container .loading-feedback label {
    font-size: 0.7rem;
    position: static !important;
    margin: 0;
    -webkit-transform: none !important;
            transform: none !important;
    line-height: 10px; }
  .client-application-form-container .invalid-feedback .invalid-icon,
  .client-application-form-container .invalid-feedback .loading-icon > svg,
  .client-application-form-container .loading-feedback .invalid-icon,
  .client-application-form-container .loading-feedback .loading-icon > svg {
    position: absolute;
    top: -1.7rem;
    right: 0; }
  .client-application-form-container .invalid-feedback .invalid-icon,
  .client-application-form-container .loading-feedback .invalid-icon {
    width: 1.2rem;
    height: 1.2rem;
    color: var(--danger);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px ;
    /* Fallback in px */
    font-size: 1.25rem ; }
    .client-application-form-container .invalid-feedback .invalid-icon.soft,
    .client-application-form-container .loading-feedback .invalid-icon.soft {
      color: var(--orange); }
    .client-application-form-container .invalid-feedback .invalid-icon ~ ul li,
    .client-application-form-container .loading-feedback .invalid-icon ~ ul li {
      font-size: 0.75rem; }
  .client-application-form-container .invalid-feedback .loading-icon > svg,
  .client-application-form-container .loading-feedback .loading-icon > svg {
    width: 4rem;
    height: 2rem; }

[type="radio"] .invalid-feedback,
[type="grid"] .invalid-feedback {
  display: block;
  position: absolute !important;
  top: 100% !important;
  left: 0;
  margin: 0;
  padding-top: 0.2rem;
  width: auto !important;
  line-height: 10px;
  z-index: 1; }

[type="grid"] .invalid-feedback {
  top: -0.5rem !important; }

.form-group-material-flex {
  display: flex;
  flex-wrap: wrap; }
  .form-group-material-flex > .form-group-material-grow {
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

[type="search"] {
  background-color: #fff !important; }

.preload-error-icon {
  font-size: 60px;
  color: var(--danger); }

.app-navigation {
  height: 100vh;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 60px;
  border-right: 1px solid #e0e0e0;
  background: #fff;
  padding-top: 6em !important;
  overflow: auto;
  width: 280px; }
  .app-navigation a.active {
    font-weight: bold;
    color: var(--secondary) !important; }

#client-app-nav .steps .step.completed .step-title {
  color: var(--primary) !important;
  font-weight: bold; }
  #client-app-nav .steps .step.completed .step-title:not(.step-title-inline-icon)::after {
    font-family: FontAwesome;
    content: "\f00c";
    margin-left: 5px;
    position: absolute;
    right: 0;
    -webkit-transform: translateX(150%);
            transform: translateX(150%); }
  #client-app-nav .steps .step.completed .step-title.step-title-inline-icon .step-title-icon {
    display: inline !important; }

#sync-email-terms-modal .modal-header,
#add-payment-modal .modal-header,
#payment-details-modal .modal-header {
  height: 7rem;
  background-color: #c137a2;
  position: relative; }
  #sync-email-terms-modal .modal-header::before,
  #add-payment-modal .modal-header::before,
  #payment-details-modal .modal-header::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #694ed6;
    -webkit-clip-path: polygon(0 0, 0 70%, 80% 0);
            clip-path: polygon(0 0, 0 70%, 80% 0);
    z-index: 36; }
  #sync-email-terms-modal .modal-header .header-logos,
  #add-payment-modal .modal-header .header-logos,
  #payment-details-modal .modal-header .header-logos {
    height: 100%;
    background: transparent;
    -webkit-transform: translateY(calc(50% + 1rem));
            transform: translateY(calc(50% + 1rem));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
  #sync-email-terms-modal .modal-header .logo-wrapper,
  #add-payment-modal .modal-header .logo-wrapper,
  #payment-details-modal .modal-header .logo-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    max-width: 5rem;
    height: 5rem;
    margin: 0px -3px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    z-index: 1; }

#sync-email-terms-modal .modal-dialog,
#add-payment-modal .modal-dialog,
#payment-details-modal .modal-dialog {
  max-width: 400px ;
  /* Fallback in px */
  max-width: 25rem ; }

.modal .modal-section {
  text-align: center;
  padding: 1rem 2rem;
  border-bottom: 1px solid #e9ecef; }
  .modal .modal-section:last-child {
    border-bottom: none; }

.scroll-control {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  z-index: 1;
  cursor: pointer; }
  .scroll-control.scroll-left {
    left: -3rem; }
  .scroll-control.scroll-right {
    right: -3rem; }

.nav-tabs-wrapper {
  position: relative;
  height: 53px ;
  /* Fallback in px */
  height: 3.3125rem ;
  padding: 0 !important;
  border-bottom: 1px solid #e0e0e0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden !important; }
  .nav-tabs-wrapper.coupled {
    padding: 0 0px; }
  .nav-tabs-wrapper .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 0 2rem 0 !important;
    border-bottom: none !important; }
    .nav-tabs-wrapper .nav-tabs ~ .scroll-control.scroll-left {
      left: 0;
      color: var(--primary); }
    .nav-tabs-wrapper .nav-tabs ~ .scroll-control.scroll-right {
      right: 0;
      color: var(--primary); }
    .nav-tabs-wrapper .nav-tabs.scroll-container ~ .scroll-control {
      height: 53px ;
      /* Fallback in px */
      height: 3.3125rem ; }
  .nav-tabs-wrapper .nav-item {
    display: inline-block;
    padding-top: 7px !important;
    padding-left: 0; }
    .nav-tabs-wrapper .nav-item.dropdown-nav {
      padding-top: 16px !important;
      /* Fallback in px */
      padding-top: 1rem !important; }

.scroll-container {
  margin-left: 2.1875rem !important;
  margin-right: 2.1875rem !important; }
  .scroll-container:not(.scroll-visible) ~ .scroll-control {
    display: none !important; }

.small-nav-wrapper .scroll-container {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important; }

.scroll-container.centered-scroll-container:not(.scroll-visible) {
  justify-content: space-around; }

.nav-tabs-container .nav-tabs-wrapper {
  padding-left: 2.1875rem !important;
  padding-right: 2.1875rem !important; }

.nav-tabs-wrapper.nav-stackable {
  padding: 0 10px !important;
  border: 0 !important;
  margin-left: -2.1875rem !important;
  margin-right: -2.1875rem !important; }

span.fe-dp-input-placeholder {
  position: absolute;
  bottom: 7px;
  left: 0;
  padding-left: 11px;
  color: #dddddd;
  pointer-events: none; }

input.fe-dp-input:not(.fe-dp-no-format)::-webkit-input-placeholder {
  color: transparent !important; }

input.fe-dp-input:not(.fe-dp-no-format)::-moz-placeholder {
  color: transparent !important; }

input.fe-dp-input:not(.fe-dp-no-format):-ms-input-placeholder {
  color: transparent !important; }

input.fe-dp-input:not(.fe-dp-no-format)::-ms-input-placeholder {
  color: transparent !important; }

input.fe-dp-input:not(.fe-dp-no-format)::placeholder {
  color: transparent !important; }

#support-tabs .nav-item {
  padding-top: 17px !important;
  /* Fallback in px */
  padding-top: 1.0625rem !important; }

ul.progressbar.progressbar-contain, ul.progressbar.pb-contain {
  padding: 0 7% !important;
  height: 7rem !important; }
  ul.progressbar.progressbar-contain .placeholder-bar,
  ul.progressbar.progressbar-contain .fill-bar, ul.progressbar.pb-contain .placeholder-bar,
  ul.progressbar.pb-contain .fill-bar {
    left: 7% !important;
    width: 85%; }
  ul.progressbar.progressbar-contain .status .status-inner, ul.progressbar.pb-contain .status .status-inner {
    word-spacing: 50rem;
    white-space: normal;
    line-height: 1.4; }

ul.progressbar.pb-no-progress li.fill-bar {
  width: 0 !important; }

.app-flow-content .invalid-icon {
  display: none !important; }

.app-flow-content .fe-dp-input.error ~ .fe-dp-icon {
  margin-right: 0 !important; }

.app-navigation li > a.valid {
  transition: all 0.5s ease; }
  .app-navigation li > a.valid + i.text-danger {
    display: none; }
  .app-navigation li > a.valid:not(.active) {
    color: var(--primary) !important; }
  .app-navigation li > a.valid.active {
    color: var(--secondary) !important; }

.app-navigation ul > ul > li > a.valid:not(.active) {
  color: #212121 !important; }

.app-navigation ul > ul > li > a.valid.active {
  color: var(--primary) !important; }

.pretty.pretty-long-text {
  margin-right: 0 !important;
  white-space: normal; }
  .pretty.pretty-long-text .state label {
    text-indent: 0; }
    .pretty.pretty-long-text .state label > span {
      display: inline-block;
      padding-left: 1.8em;
      line-height: 1.3;
      text-align: left; }

.vertical-flex-container {
  display: flex;
  flex-direction: column; }
  .vertical-flex-container .vertical-flex-auto {
    flex: 0 0;
    flex-basis: auto; }
  .vertical-flex-container .vertical-flex-fit {
    flex-grow: 1;
    flex-basis: 0; }
  .vertical-flex-container.form-page {
    height: calc(100vh - 45px + 1rem); }

.select2-results__options[aria-multiselectable="true"] .select2-results__option {
  position: relative;
  padding-left: 0.875rem; }
  .select2-results__options[aria-multiselectable="true"] .select2-results__option[aria-selected="true"]::after {
    content: "\f058";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.875rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }

.requested-document-text {
  padding: 10px 5px 5px 5px !important;
  margin: 0.5rem 0;
  word-break: break-word; }

#requested-content-form {
  max-height: 30vh;
  overflow: hidden;
  overflow-y: auto; }

#contacts-table table tbody,
#marketing-segments-page table tbody {
  font-size: 12px !important; }

#contacts-table .dataTables_scrollBody,
#marketing-segments-page .dataTables_scrollBody {
  min-height: 2rem; }

#document-previewer .modal-content img {
  max-height: 80vh;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

#document-previewer .modal-content iframe,
#document-previewer .modal-content .iframe-container {
  height: 80vh;
  width: 99%; }

#document-previewer .filename {
  flex-grow: 1; }

.dropzone.disabled {
  pointer-events: none !important; }

.trophy {
  width: 35%;
  max-width: 38px; }

.open-profile-actions.card-delete {
  z-index: 90;
  background: transparent !important;
  -webkit-transform: none !important;
          transform: none !important; }
  .card-settings-open .open-profile-actions.card-delete {
    display: flex !important; }

.profile-actions-menu {
  position: static; }

.btn-white {
  border: 1px solid #e9e9e9;
  color: #212529 !important;
  color: var(--font-color-base) !important;
  border-radius: 4px;
  background-color: #fff;
  background-color: var(--background-base); }

#task-calendar-wrapper {
  min-height: 15rem;
  height: 65vh;
  max-height: 70vh;
  overflow: hidden;
  font-size: 12px;
  /*  Calendar adaptive font size */ }
  #task-calendar-wrapper .fc-toolbar {
    flex-wrap: wrap; }
  #task-calendar-wrapper .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0.5rem; }
    #task-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(1) {
      order: 2; }
    #task-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
      order: 1;
      width: 100%;
      text-align: center;
      margin-bottom: 1em; }
      #task-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) h2 {
        font-size: 1.2rem;
        font-weight: normal; }
    #task-calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(3) {
      order: 3; }
  #task-calendar-wrapper .fc-event:not(.fc-list-event),
  #task-calendar-wrapper .fc-event:hover:not(.fc-list-event) {
    color: #fff;
    text-decoration: none;
    background-color: var(--primary);
    border-color: white; }
  #task-calendar-wrapper .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0.5rem; }
  #task-calendar-wrapper .btn-group .btn.btn-primary.active,
  #task-calendar-wrapper .btn-group .btn.btn-primary:hover {
    background-color: var(--primary-alt);
    -webkit-filter: brightness(0.8) grayscale(0.1);
            filter: brightness(0.8) grayscale(0.1); }
  #task-calendar-wrapper .fc-event.fc-daygrid-event {
    padding: 2px 5px 2px 15px !important;
    border-color: transparent; }
    #task-calendar-wrapper .fc-event.fc-daygrid-event:not(.long-day) {
      color: var(--dark-gray);
      box-shadow: unset; }
      #task-calendar-wrapper .fc-event.fc-daygrid-event:not(.long-day) .fc-daygrid-event-dot {
        content: "";
        position: absolute;
        background-color: var(--primary);
        left: 0;
        top: 50%;
        border-radius: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0);
        box-shadow: 2px 2px 3px 0px var(--primary-6);
        border: 0; }
  #task-calendar-wrapper .fc-event-dot {
    background-color: var(--primary); }
  #task-calendar-wrapper .fc-list-event-dot {
    border-color: var(--primary); }
  #task-calendar-wrapper th.fc-col-header-cell.fc-day {
    text-align: right;
    color: var(--primary);
    font-weight: bold;
    border-bottom-width: 1px;
    border-left: 0;
    border-right: 0; }
  #task-calendar-wrapper table.fc-scrollgrid.fc-scrollgrid-liquid {
    border-top: 0;
    border-left: 0; }
    #task-calendar-wrapper table.fc-scrollgrid.fc-scrollgrid-liquid .fc-scroller {
      overflow: hidden; }
    #task-calendar-wrapper table.fc-scrollgrid.fc-scrollgrid-liquid .fc-scroller-harness-liquid {
      border-left: 1px solid rgba(0, 0, 0, 0.125); }
  #task-calendar-wrapper .fc-header-toolbar .btn {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 0.375rem 0.75rem;
    line-height: 1.5; }
    #task-calendar-wrapper .fc-header-toolbar .btn .fc-icon {
      font-size: inherit !important; }
  #task-calendar-wrapper .fc .fc-timegrid-axis-frame {
    border-left: 1px solid rgba(0, 0, 0, 0.125); }
  #task-calendar-wrapper .fc .fc-scrollgrid-section-header > * {
    border-right: 0; }
  #task-calendar-wrapper th.fc-timegrid-axis {
    border-left: 0;
    border-right: 0;
    border-bottom-width: 1px !important; }
  #task-calendar-wrapper span.fc-day-number {
    font-weight: bold;
    color: var(--gray); }
  #task-calendar-wrapper span.missing-field-icon-wrapper > svg {
    max-width: 6rem;
    margin-bottom: 1rem; }
  #task-calendar-wrapper .fc-dayGridMonth-button,
  #task-calendar-wrapper .fc-timeGridWeek-button {
    display: none; }
  #task-calendar-wrapper .fc-timeGridDay-button {
    border-top-left-radius: 0.25em;
    border-bottom-left-radius: 0.25em; }
  #task-calendar-wrapper .fc-header-toolbar .btn {
    font-size: 0.9em; }
  #task-calendar-wrapper .fc-day-header.fc-widget-header {
    font-size: 1em; }
  #task-calendar-wrapper .fc-day-number {
    font-size: 1.06em; }
  #task-calendar-wrapper .fc-event {
    font-size: 0.8em; }
  #task-calendar-wrapper .fc-event.fc-daygrid-event:not(.long-day) .fc-daygrid-event-dot {
    width: 0.7em !important;
    height: 0.7em !important; }

.calendar-popover {
  min-width: 25rem;
  width: auto;
  max-width: 35rem; }
  .calendar-popover .task-calendar-icon {
    font-size: 1.3rem;
    line-height: 1.3; }
  .calendar-popover .task-description-container {
    max-height: 12rem;
    overflow-x: hidden;
    overflow-y: auto; }
  .calendar-popover .calendar-popover-body {
    max-height: 35rem;
    overflow-x: hidden;
    overflow-y: scroll; }

.missing-field-icon-wrapper > img {
  width: auto;
  max-width: 15rem;
  margin-top: -2rem; }

.small-wrapper {
  height: 26rem !important; }

div.error .invalid-feedback,
div.soft .invalid-feedback {
  display: block;
  font-size: 12px; }

div.error.soft .invalid-feedback,
div.soft.soft .invalid-feedback {
  color: var(--orange) !important; }

.validation-error {
  color: var(--danger);
  font-size: 12px; }
  .validation-error.soft-error {
    color: var(--orange); }

.form-group-material.no-validation-icons .invalid-feedback {
  display: none !important; }

.form-group-material.no-validation-icons.parsley-success::after {
  display: none !important; }

.underline {
  text-decoration: underline !important; }

.hover-underline:hover {
  text-decoration: underline !important; }

.informational-card h1 {
  font-size: 60px ;
  /* Fallback in px */
  font-size: 3.75rem ; }

.informational-card h3 {
  font-size: 1.5rem; }

.informational-card .informational-count.plus99::after {
  content: "+";
  font-size: 28px ;
  /* Fallback in px */
  font-size: 1.75rem ; }

.results-modal .modal-body {
  max-height: 350px;
  overflow: hidden;
  overflow-y: auto; }

.results-modal .modal-title {
  display: inline-flex;
  width: 85%; }
  .results-modal .modal-title .form-group-material {
    width: 10% !important; }

.material-icons {
  font-size: 24px !important;
  /* Fallback in px */
  font-size: 1.5rem !important; }
  .material-icons.small-icon {
    font-size: 19px !important;
    /* Fallback in px */
    font-size: 1.1875rem !important; }

.overrides-msg .override-title {
  font-size: 18px !important;
  /* Fallback in px */
  font-size: 1.125rem !important; }

#one-clients-table_info {
  margin-bottom: 0.5rem !important;
  margin-top: 1rem !important; }

table.table-clients {
  min-height: 8rem;
  overflow: unset !important; }
  table.table-clients.preload-fix {
    max-height: unset !important; }
    table.table-clients.preload-fix #preload {
      background: #fff !important; }

#child-label {
  padding-left: 3rem !important; }

#board-selection-container {
  max-height: 242px ;
  /* Fallback in px */
  max-height: 15.125rem ;
  overflow: auto; }

.referrers-select .select2-results__option.select2-results__message,
.submission-agent-select .select2-results__option.select2-results__message {
  padding: 0px;
  min-height: 3.5rem !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff; }
  .referrers-select .select2-results__option.select2-results__message button#no-results-btn,
  .submission-agent-select .select2-results__option.select2-results__message button#no-results-btn {
    width: 100%;
    height: 100%;
    padding: 6px;
    border: 0;
    background-color: white;
    text-align: left; }
  .referrers-select .select2-results__option.select2-results__message:hover,
  .submission-agent-select .select2-results__option.select2-results__message:hover {
    background-color: var(--primary); }
    .referrers-select .select2-results__option.select2-results__message:hover button#no-results-btn,
    .submission-agent-select .select2-results__option.select2-results__message:hover button#no-results-btn {
      background-color: var(--primary);
      color: white;
      cursor: pointer; }

.client-profile-referrer-select button#no-results-btn {
  width: 100%;
  height: 100%;
  padding: 6px;
  border: 0;
  background-color: white;
  text-align: left; }
  .client-profile-referrer-select button#no-results-btn:hover {
    background-color: var(--primary);
    background-color: var(--primary);
    color: white;
    cursor: pointer; }

.section-wrapper select {
  white-space: normal; }

#co-applicants-info-container {
  min-height: 170px ;
  /* Fallback in px */
  min-height: 10.625rem ; }

.action-button {
  min-width: 180px ;
  /* Fallback in px */
  min-width: 11.25rem ; }

.all-disclaimers input[type="text"] {
  padding-right: 30px !important; }

.input-icon {
  position: absolute;
  right: 0;
  bottom: 28%;
  margin-right: 0;
  transition: margin-right 0.5s ease-in-out; }

div.parsley-success .input-icon {
  margin-right: 25px ;
  /* Fallback in px */
  margin-right: 1.5625rem ; }

.form-group-material label.title:only-child {
  font-size: 0.7rem !important;
  line-height: 10px !important; }

.cursor-move {
  cursor: move !important; }
  .cursor-move:active {
    cursor: move; }

.soft-bordered {
  border: 1px solid #e0e0e0; }

.create-new-document-type {
  padding-right: 2rem !important; }

#app-data-container {
  overflow: auto;
  overflow-x: hidden;
  position: relative; }
  #app-data-container .section-wrapper > .card:last-child {
    margin-bottom: 0; }
  #app-data-container .form-container:not(.form-container-side-label) .form-group-material,
  #app-data-container .form-container:not(.form-container-side-label) .fe-radio-form,
  #app-data-container .form-container:not(.form-container-side-label) .form-group-checkbox {
    margin-bottom: 1.5rem; }
  #app-data-container .form-container.form-container-side-label {
    margin-bottom: 1.5rem; }
  #app-data-container .form-title {
    line-height: 1.5rem !important; }
  #app-data-container .form-group-material input:not([type="hidden"]),
  #app-data-container .form-group-material .material-input:not([type="hidden"]),
  #app-data-container .form-group-material .select2-container--bootstrap4 .select2-selection--single,
  #app-data-container .form-group-material .select2-container--bootstrap4 .select2-selection--multiple {
    border-bottom-width: 1px !important; }
  #app-data-container .form-group-material .bar:before, #app-data-container .form-group-material .bar:after {
    height: 1px !important; }

p.title {
  font-size: 15px ;
  /* Fallback in px */
  font-size: 0.9375rem ;
  padding: 0;
  margin-right: 10px;
  height: auto; }

.form-title {
  font-size: 15px ;
  /* Fallback in px */
  font-size: 0.9375rem ;
  padding: 0;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2em; }

.form-container {
  height: auto; }

a.remove-field:hover {
  color: #ce2140; }
  a.remove-field:hover i {
    color: #ce2140; }

.slide-fade-enter-active {
  transition: all 0.3s ease; }

.slide-fade-leave-active {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1); }

.slide-fade-enter,
.slide-fade-leave-to {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0; }

.collapse-expand {
  will-change: height;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

.expand-enter-active,
.expand-leave-active {
  transition: height 0.3s ease-in-out;
  overflow: hidden; }

.expand-enter,
.expand-leave-to {
  height: 0; }

.small.uppercase, .uppercase.red-action {
  font-size: 0.9rem; }

.section-divider-primary {
  height: 1px;
  background-color: var(--primary);
  overflow: hidden; }

.dollar-prepend.calculated::before {
  color: var(--danger) !important; }

.nav-tabs .dropdown-menu .menu-item {
  width: 100% !important;
  padding-right: 1.875rem; }

a.btn-primary:focus, a.btn-secondary:focus {
  box-shadow: none;
  outline-style: dotted;
  outline-color: var(--primary) !important;
  outline-offset: 1px; }

.un-selectable, .dollar-prepend:before, .perc-append:not(.edit-visibility):after {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  touch-action: none;
  user-select: none; }

.calculated, .calculated.perc-append::before, .calculated.dollar-prepend::before {
  color: #000 !important; }

.card-footer .form-container.form-container-side-label {
  margin-bottom: 0 !important; }

.full-height-page {
  height: calc(99vh - (20px + 1rem)); }

.content_empty {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center !important;
  width: 100%; }
  .dataTables_empty .content_empty {
    width: auto; }

.card-header-bg {
  height: 7rem;
  background-color: var(--primary);
  position: relative; }
  .card-header-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--primary-6);
    -webkit-clip-path: polygon(0 0, 0 70%, 80% 0);
            clip-path: polygon(0 0, 0 70%, 80% 0);
    z-index: 36; }
  .card-header-bg .header-logos {
    height: 100%;
    background: transparent;
    -webkit-transform: translateY(calc(50% + 1rem));
            transform: translateY(calc(50% + 1rem));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 40;
    position: absolute;
    top: 0;
    left: 0; }
  .card-header-bg .logo-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    max-width: 8rem;
    height: 8rem;
    margin: 0px -3px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    z-index: 1;
    overflow: hidden; }
  .card-header-bg ~ .card-body {
    padding-top: 6rem !important; }

.card-header-guest-lender-bg {
  height: 7rem;
  position: relative;
  background-image: url(/assets/9b2515a89949a0266836.png); }
  .card-header-guest-lender-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 0 70%, 80% 0);
            clip-path: polygon(0 0, 0 70%, 80% 0);
    z-index: 36; }
  .card-header-guest-lender-bg .header-logos {
    height: 100%;
    background: transparent;
    -webkit-transform: translateY(calc(50% + 1rem));
            transform: translateY(calc(50% + 1rem));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 40;
    position: absolute;
    top: 0;
    left: 0; }
  .card-header-guest-lender-bg .logo-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    max-width: 8rem;
    height: 8rem;
    margin: 0px -3px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    z-index: 1;
    overflow: hidden; }
  .card-header-guest-lender-bg ~ .card-body {
    padding-top: 6rem !important; }

.card-header-guest-lender-bg {
  height: 7rem;
  position: relative;
  background-image: url(/assets/9b2515a89949a0266836.png); }
  .card-header-guest-lender-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 0 70%, 80% 0);
            clip-path: polygon(0 0, 0 70%, 80% 0);
    z-index: 36; }
  .card-header-guest-lender-bg .header-logos {
    height: 100%;
    background: transparent;
    -webkit-transform: translateY(calc(50% + 1rem));
            transform: translateY(calc(50% + 1rem));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 40;
    position: absolute;
    top: 0;
    left: 0; }
  .card-header-guest-lender-bg .logo-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    max-width: 8rem;
    height: 8rem;
    margin: 0px -3px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    z-index: 1;
    overflow: hidden; }
  .card-header-guest-lender-bg ~ .card-body {
    padding-top: 6rem !important; }

.card-header-guest-lender-bg {
  height: 7rem;
  position: relative;
  background-image: url(/assets/9b2515a89949a0266836.png); }
  .card-header-guest-lender-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 0 70%, 80% 0);
            clip-path: polygon(0 0, 0 70%, 80% 0);
    z-index: 36; }
  .card-header-guest-lender-bg .header-logos {
    height: 100%;
    background: transparent;
    -webkit-transform: translateY(calc(50% + 1rem));
            transform: translateY(calc(50% + 1rem));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 40;
    position: absolute;
    top: 0;
    left: 0; }
  .card-header-guest-lender-bg .logo-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    max-width: 8rem;
    height: 8rem;
    margin: 0px -3px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    z-index: 1;
    overflow: hidden; }
  .card-header-guest-lender-bg ~ .card-body {
    padding-top: 6rem !important; }

.card-header-guest-lender-bg {
  height: 7rem;
  position: relative;
  background-image: url(/assets/9b2515a89949a0266836.png); }
  .card-header-guest-lender-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 0 70%, 80% 0);
            clip-path: polygon(0 0, 0 70%, 80% 0);
    z-index: 36; }
  .card-header-guest-lender-bg .header-logos {
    height: 100%;
    background: transparent;
    -webkit-transform: translateY(calc(50% + 1rem));
            transform: translateY(calc(50% + 1rem));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 40;
    position: absolute;
    top: 0;
    left: 0; }
  .card-header-guest-lender-bg .logo-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    max-width: 8rem;
    height: 8rem;
    margin: 0px -3px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    z-index: 1;
    overflow: hidden; }
  .card-header-guest-lender-bg ~ .card-body {
    padding-top: 6rem !important; }

.card-header-guest-lender-bg {
  height: 7rem;
  position: relative;
  background-image: url(/assets/9b2515a89949a0266836.png); }
  .card-header-guest-lender-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 0 70%, 80% 0);
            clip-path: polygon(0 0, 0 70%, 80% 0);
    z-index: 36; }
  .card-header-guest-lender-bg .header-logos {
    height: 100%;
    background: transparent;
    -webkit-transform: translateY(calc(50% + 1rem));
            transform: translateY(calc(50% + 1rem));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 40;
    position: absolute;
    top: 0;
    left: 0; }
  .card-header-guest-lender-bg .logo-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    max-width: 8rem;
    height: 8rem;
    margin: 0px -3px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    z-index: 1;
    overflow: hidden; }
  .card-header-guest-lender-bg ~ .card-body {
    padding-top: 6rem !important; }

.card-header-guest-lender-bg {
  height: 7rem;
  position: relative;
  background-image: url(/assets/9b2515a89949a0266836.png); }
  .card-header-guest-lender-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 0 70%, 80% 0);
            clip-path: polygon(0 0, 0 70%, 80% 0);
    z-index: 36; }
  .card-header-guest-lender-bg .header-logos {
    height: 100%;
    background: transparent;
    -webkit-transform: translateY(calc(50% + 1rem));
            transform: translateY(calc(50% + 1rem));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 40;
    position: absolute;
    top: 0;
    left: 0; }
  .card-header-guest-lender-bg .logo-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    max-width: 8rem;
    height: 8rem;
    margin: 0px -3px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    z-index: 1;
    overflow: hidden; }
  .card-header-guest-lender-bg ~ .card-body {
    padding-top: 6rem !important; }

.card-header-guest-lender-bg {
  height: 7rem;
  position: relative;
  background-image: url(/assets/9b2515a89949a0266836.png); }
  .card-header-guest-lender-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 0 70%, 80% 0);
            clip-path: polygon(0 0, 0 70%, 80% 0);
    z-index: 36; }
  .card-header-guest-lender-bg .header-logos {
    height: 100%;
    background: transparent;
    -webkit-transform: translateY(calc(50% + 1rem));
            transform: translateY(calc(50% + 1rem));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 40;
    position: absolute;
    top: 0;
    left: 0; }
  .card-header-guest-lender-bg .logo-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    max-width: 8rem;
    height: 8rem;
    margin: 0px -3px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    z-index: 1;
    overflow: hidden; }
  .card-header-guest-lender-bg ~ .card-body {
    padding-top: 6rem !important; }

.card-header-guest-lender-bg {
  height: 7rem;
  position: relative;
  background-image: url(/assets/9b2515a89949a0266836.png); }
  .card-header-guest-lender-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 0 70%, 80% 0);
            clip-path: polygon(0 0, 0 70%, 80% 0);
    z-index: 36; }
  .card-header-guest-lender-bg .header-logos {
    height: 100%;
    background: transparent;
    -webkit-transform: translateY(calc(50% + 1rem));
            transform: translateY(calc(50% + 1rem));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 40;
    position: absolute;
    top: 0;
    left: 0; }
  .card-header-guest-lender-bg .logo-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    max-width: 8rem;
    height: 8rem;
    margin: 0px -3px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    z-index: 1;
    overflow: hidden; }
  .card-header-guest-lender-bg ~ .card-body {
    padding-top: 6rem !important; }

.doc-toolbar > * {
  margin-right: 1rem; }

.pretty.toggle-document-complete {
  font-size: 1.6rem; }

.fixed-to-bottom {
  position: absolute;
  bottom: 5%;
  left: 10%; }

.fixed-to-top {
  position: fixed;
  top: 0;
  z-index: 1051;
  overflow: hidden;
  display: block; }

.ie-style [class*="col-"] {
  flex: auto !important;
  flex-basis: 0 0 auto !important; }

.pretty.p-centered .state label:after,
.pretty.p-centered .state label:before {
  top: calc(50% - (1em + 2px) / 2) !important; }

.pretty.p-centered .state label {
  white-space: pre-wrap;
  text-indent: 0;
  padding-left: calc(1.5em); }

.pretty.pretty-rtl {
  margin-right: 0 !important;
  margin-left: 1em !important; }
  .pretty.pretty-rtl .state label:before, .pretty.pretty-rtl .state label:after {
    left: auto !important;
    right: 0 !important; }

.notification-settings-row:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important; }

.notification-settings-row .fs-inherited {
  font-size: inherit !important; }

.notification-settings-row:empty {
  display: none; }

#saved-automations-container {
  max-height: calc(100vh - 35rem);
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto; }

#note-tab .note-editable,
#automation-container .note-editable {
  height: 10rem;
  overflow: auto; }

#timeline-container .air-mode.note-editor .note-editable {
  min-height: 15rem; }

.note-popover.popover.in.note-air-popover i,
.note-popover.popover.in.note-air-popover button::after {
  color: #000; }

.sticky-top,
.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  z-index: 99; }

.sticky-top {
  top: 0; }

.sticky-bottom {
  bottom: 0; }

.custom-popover {
  position: absolute;
  right: -2px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow: hidden;
  box-shadow: 2px 2px 6px rgba(0, 21, 41, 0.16);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  background-color: #fff; }
  .custom-popover[data-placement="top"] {
    top: 0; }
  .custom-popover[data-placement="bottom"] {
    bottom: 0; }
  .custom-popover > *:first-child {
    width: 30rem;
    max-height: 35rem;
    overflow-x: hidden;
    overflow-y: auto;
    overflow: hidden auto;
    margin-bottom: 0 !important;
    border: none !important;
    box-shadow: none !important; }

#global-search-container .right-inner-addon i {
  pointer-events: all; }

#global-search-container #global-search-card {
  width: 30rem;
  max-height: 35rem;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto; }
  #global-search-container #global-search-card .activity-avatar {
    width: 2rem;
    height: 2rem; }
  #global-search-container #global-search-card .badge {
    font-size: 0.6rem !important;
    text-transform: capitalize !important; }
  #global-search-container #global-search-card .activity-title a {
    line-height: 1; }
  #global-search-container #global-search-card .activity-subtitle {
    font-size: 0.8rem; }
  #global-search-container #global-search-card .client-profile-owner-avatar {
    height: 1rem;
    width: 1rem; }
  #global-search-container #global-search-card .result-row:first-of-type .result-header {
    border-top: 0; }
  #global-search-container #global-search-card .result-header {
    background-color: var(--light) !important;
    text-transform: uppercase; }

.inline-prompt,
.deletion-container {
  font-size: 1rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
  .inline-prompt .confirmation-text,
  .inline-prompt .pre-confirmation-content,
  .deletion-container .confirmation-text,
  .deletion-container .pre-confirmation-content {
    font-size: 0.9em; }
  .inline-prompt .prompt-link.accept-link,
  .deletion-container .prompt-link.accept-link {
    background: var(--danger);
    color: #fff !important;
    padding: 0.2em 0.5em;
    border-radius: 3px; }
  .inline-prompt .prompt-link,
  .deletion-container .prompt-link {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .inline-prompt i,
  .deletion-container i {
    font-size: 0.8em; }

#activity-center-pane-container {
  width: 28rem;
  height: 38rem;
  max-height: unset; }
  #activity-center-pane-container .activity-subtitle {
    font-size: 0.7rem; }
  #activity-center-pane-container .client-profile-owner-avatar {
    height: 1rem;
    width: 1rem; }
    #activity-center-pane-container .client-profile-owner-avatar.lg {
      width: 2rem;
      height: 2rem; }
  #activity-center-pane-container .release-version-title {
    font-size: 1.15rem; }
  #activity-center-pane-container .release-description {
    font-size: 0.9rem; }

.air-mode.note-editor {
  border: none !important;
  box-shadow: none; }
  .air-mode.note-editor .note-statusbar {
    border-radius: 2px;
    border-top: 0; }
  .air-mode.note-editor .note-toolbar.card-header {
    background: #fff !important;
    border: none !important;
    z-index: 9; }
    .air-mode.note-editor .note-toolbar.card-header button {
      font-size: 0.8rem;
      border: none !important;
      box-shadow: none;
      background: none; }
    .air-mode.note-editor .note-toolbar.card-header > .note-btn-group {
      border: 1px solid rgba(0, 0, 0, 0.07);
      border-radius: 4px; }

.dropdown-menu {
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto; }
  .nav-tabs-wrapper .dropdown-menu {
    max-height: unset;
    overflow: unset !important; }

ul.dropdown-menu {
  padding-left: 0 !important; }

/*
  Here we should have all global declarations regarding font changes, only global
  Global and reusable declarations
*/
/*
  Reusable variables to be used in the fonts main partial
*/
html {
  font-size: 1rem; }

/*  Default styles for v-popover plugin */
.tooltip:not([class*="bs-tooltip"]) {
  display: block !important;
  z-index: 1075;
  outline: none !important; }
  .tooltip:not([class*="bs-tooltip"]) .tooltip-inner {
    background: black;
    color: white;
    border-radius: 16px;
    padding: 5px 10px 4px; }
  .tooltip:not([class*="bs-tooltip"]) .tooltip-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
    z-index: 1; }
    .tooltip:not([class*="bs-tooltip"]) .tooltip-arrow:after, .tooltip:not([class*="bs-tooltip"]) .tooltip-arrow:before {
      position: absolute;
      display: block;
      content: "";
      border-color: rgba(0, 0, 0, 0);
      border-style: solid;
      width: 0;
      height: 0; }
  .tooltip:not([class*="bs-tooltip"])[x-placement^="left"] .tooltip-arrow, .tooltip:not([class*="bs-tooltip"])[x-placement^="right"] .tooltip-arrow {
    width: 0.5rem;
    height: 1rem; }
  .tooltip:not([class*="bs-tooltip"])[x-placement^="top"] {
    margin-bottom: 5px; }
    .tooltip:not([class*="bs-tooltip"])[x-placement^="top"] .tooltip-arrow {
      bottom: -0.5rem;
      left: calc(50% - 5px);
      margin-top: 0;
      margin-bottom: 0; }
      .tooltip:not([class*="bs-tooltip"])[x-placement^="top"] .tooltip-arrow::before {
        border-top-color: rgba(0, 0, 0, 0.25);
        border-width: 0.5rem 0.5rem 0rem 0.5rem;
        bottom: -1px; }
      .tooltip:not([class*="bs-tooltip"])[x-placement^="top"] .tooltip-arrow:after {
        border-top-color: #fff;
        border-width: 0.5rem 0.5rem 0rem 0.5rem;
        bottom: 0; }
  .tooltip:not([class*="bs-tooltip"])[x-placement^="bottom"] {
    margin-top: 5px; }
    .tooltip:not([class*="bs-tooltip"])[x-placement^="bottom"] .tooltip-arrow {
      top: -0.5rem;
      left: calc(50% - 5px);
      margin-top: 0;
      margin-bottom: 0; }
      .tooltip:not([class*="bs-tooltip"])[x-placement^="bottom"] .tooltip-arrow::before {
        border-bottom-color: rgba(0, 0, 0, 0.25);
        border-width: 0rem 0.5rem 0.5rem 0.5rem;
        top: -1px; }
      .tooltip:not([class*="bs-tooltip"])[x-placement^="bottom"] .tooltip-arrow:after {
        border-bottom-color: #fff;
        border-width: 0rem 0.5rem 0.5rem 0.5rem;
        top: 0; }
  .tooltip:not([class*="bs-tooltip"])[x-placement^="right"] {
    margin-left: 5px; }
    .tooltip:not([class*="bs-tooltip"])[x-placement^="right"] .tooltip-arrow {
      left: -0.5rem;
      top: calc(50% - 5px);
      margin-left: 0;
      margin-right: 0; }
      .tooltip:not([class*="bs-tooltip"])[x-placement^="right"] .tooltip-arrow::before {
        border-right-color: rgba(0, 0, 0, 0.25);
        border-width: 0.5rem 0.5rem 0.5rem 0;
        left: -1px; }
      .tooltip:not([class*="bs-tooltip"])[x-placement^="right"] .tooltip-arrow:after {
        border-right-color: #fff;
        border-width: 0.5rem 0.5rem 0.5rem 0;
        left: 0; }
  .tooltip:not([class*="bs-tooltip"])[x-placement^="left"] {
    margin-right: 5px; }
    .tooltip:not([class*="bs-tooltip"])[x-placement^="left"] .tooltip-arrow {
      right: -0.5rem;
      top: calc(50% - 5px);
      margin-left: 0;
      margin-right: 0; }
      .tooltip:not([class*="bs-tooltip"])[x-placement^="left"] .tooltip-arrow::before {
        border-left-color: rgba(0, 0, 0, 0.25);
        border-width: 0.5rem 0rem 0.5rem 0.5rem;
        right: -1px; }
      .tooltip:not([class*="bs-tooltip"])[x-placement^="left"] .tooltip-arrow:after {
        border-left-color: #fff;
        border-width: 0.5rem 0rem 0.5rem 0.5rem;
        right: 0; }
  .tooltip:not([class*="bs-tooltip"]).popover .popover-inner {
    background: #ffffff;
    color: black;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 100%;
    text-align: left;
    text-align: initial; }
  .tooltip:not([class*="bs-tooltip"]).popover .popover-arrow {
    border-color: #ffffff; }
  .tooltip:not([class*="bs-tooltip"])[aria-hidden="true"] {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s, visibility 0.15s; }
  .tooltip:not([class*="bs-tooltip"])[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.15s; }

.v-popover .trigger {
  width: 100%; }

/* Styles for old button-loader.js */
.animate-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: unset !important; }
  .animate-button .animation-content {
    background-color: inherit;
    width: 100%;
    height: inherit !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 4px var(--animate-bg-color);
    border-radius: inherit;
    position: absolute;
    transition: border-color 0.1 0.5s ease-in-out 0.7s, width 0.25s ease-in-out, background-color 0.25s ease-in-out, border-radius 0.25s ease-in-out !important; }
  .animate-button .animation-loader {
    color: #fff;
    height: 30px;
    width: 30px;
    opacity: 0;
    transition: opacity 0.1s ease-in-out 0.4s; }
  .animate-button.animation-started {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    pointer-events: none; }
    .animate-button.animation-started:hover {
      background: none !important;
      border-color: transparent !important;
      outline: none !important;
      cursor: auto; }
    .animate-button.animation-started .animation-content {
      width: 0;
      min-width: -moz-min-content;
      min-width: -webkit-min-content;
      min-width: min-content;
      padding: 0;
      background-color: transparent !important;
      box-shadow: none;
      margin: 0;
      border-radius: 100px;
      border-color: transparent;
      transition: border-color 0.15s ease-in-out 0.35s, width 0.5s ease-in-out, background-color 0.25s ease-in-out, border-radius 0.25s ease-in-out !important; }
    .animate-button.animation-started .animation-loader {
      color: var(--animate-bg-color) !important;
      margin: -4px;
      opacity: 1;
      transition: opacity 0.1s ease-in-out 0.4s; }
  .animate-button.animation-finished {
    padding: 0 !important; }
    .animate-button.animation-finished .animation-content {
      width: 100%;
      border-color: var(--animate-bg-color) !important;
      background-color: var(--animate-bg-color) !important;
      transition: border-color 0.15s ease-in-out, width 0.5s ease-in-out, background-color 0.25s ease-in-out, border-radius 0.25s ease-in-out 0.5s !important;
      border-radius: inherit; }
  .animate-button .animation-content.animation-content-error {
    background-color: var(--danger) !important;
    border-color: var(--danger) !important; }
  .animate-button .animation-icon i {
    font-size: 130%;
    color: var(--animate-color); }

/* Styles for the new  button-loader.vue */
.v-animate-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: unset !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .v-animate-button .animation-content {
    background-color: inherit;
    width: 100%;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 4px var(--animate-bg-color);
    border-radius: 5px;
    position: absolute;
    transition: border-color 0.1 0.5s ease-in-out 0.7s, width 0.25s ease-in-out, background-color 0.25s ease-in-out, border-radius 0.25s ease-in-out !important; }
  .v-animate-button .animation-loader {
    color: #fff;
    height: 30px;
    width: 30px;
    opacity: 0;
    transition: opacity 0.1s ease-in-out 0.4s; }
  .v-animate-button.animation-started {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    pointer-events: none; }
    .v-animate-button.animation-started:hover {
      background: none !important;
      border-color: transparent !important;
      outline: none !important;
      cursor: auto; }
    .v-animate-button.animation-started .animation-content {
      width: 0;
      min-width: -moz-min-content;
      min-width: -webkit-min-content;
      min-width: min-content;
      padding: 0;
      background-color: transparent !important;
      box-shadow: none;
      margin: 0;
      border-radius: 100px;
      border-color: transparent;
      transition: border-color 0.15s ease-in-out 0.35s, width 0.5s ease-in-out, background-color 0.25s ease-in-out, border-radius 0.5s ease-in-out !important; }
    .v-animate-button.animation-started .animation-loader {
      color: var(--animate-bg-color) !important;
      margin: -4px;
      opacity: 1;
      transition: opacity 0.1s ease-in-out 0.4s; }
  .v-animate-button.animation-finished {
    padding: 0 !important; }
    .v-animate-button.animation-finished .animation-content {
      width: 100%;
      border-color: var(--animate-bg-color) !important;
      background-color: var(--animate-bg-color) !important;
      transition: border-color 0.15s ease-in-out, width 0.5s ease-in-out, background-color 0.25s ease-in-out, border-radius 0.5s ease-in-out !important;
      border-radius: 5px; }
  .v-animate-button .animation-content.animation-content-error {
    background-color: var(--danger) !important;
    border-color: var(--danger) !important; }
    .v-animate-button .animation-content.animation-content-error .animation-loader {
      color: var(--danger) !important; }
  .v-animate-button .animation-icon i {
    font-size: 130%;
    color: var(--animate-color); }

#body[locale="fr-CA"] {
  /*
    Move $ sign to the right when in french: | 200 $ |
  */ }
  #body[locale="fr-CA"] .dollar-prepend {
    padding-left: 0 !important;
    padding-right: 1.5rem !important; }
    #body[locale="fr-CA"] .dollar-prepend::before {
      left: unset !important;
      right: 0 !important; }

#body[locale="en-CA"] #application-form h6.form-title {
  text-transform: capitalize; }

.shuffle-move {
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

.no-transition {
  transition: unset !important; }

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  background-color: var(--primary-1) !important;
  background-image: none !important;
  border-color: var(--primary-1) !important;
  color: var(--primary) !important; }

.datepicker table tr td.active {
  color: #fff !important; }

#picture-cropper-container {
  min-height: 400px; }

button:disabled,
.btn:disabled,
.disabled {
  opacity: 0.65 !important;
  pointer-events: none !important; }

.dropdown-item-fake {
  background-color: transparent !important; }

table.preload-fix {
  min-height: 15vh !important;
  display: block !important; }

.select2-results__option--load-more {
  color: #767676 !important; }

.inline-scheduled-date {
  font-size: 1rem;
  width: auto !important;
  max-width: unset !important; }
  .inline-scheduled-date .tooltip-inner {
    padding: 0 !important; }
  .inline-scheduled-date .datepicker-inline {
    width: auto !important; }
  .inline-scheduled-date .tooltip-arrow {
    display: none !important; }

[data-toggle="popover"] {
  outline: none !important; }

[class*="bs-tooltip-"] {
  z-index: 1080 !important; }

.automation-type-container .automation-separator-title-big {
  font-size: 20px ;
  /* Fallback in px */
  font-size: 1.25rem ; }

.automation-type-container h3.separator-subtitle {
  font-size: 12.6px ;
  /* Fallback in px */
  font-size: 0.7875rem ; }

.automation-type-container .automation-subtitle {
  font-size: 12px ;
  /* Fallback in px */
  font-size: 0.75rem ; }

.application-automation-single .app-automation-title {
  font-size: 13px ;
  /* Fallback in px */
  font-size: 0.8125rem ; }

.application-automation-single .app-automation-subtitle {
  font-size: 13px ;
  /* Fallback in px */
  font-size: 0.8125rem ; }

.slide-enter-active {
  transition-duration: 0.15s;
  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; }

.by-1 {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }

.bt-1 {
  border-top: 1px solid #e0e0e0; }

.vue__time-picker {
  z-index: 100; }
  .vue__time-picker .select-list .active {
    background: var(--primary) !important; }

.mid-opacity {
  opacity: 0.5; }

.left-all-box {
  min-width: 75px; }

.right-all-box {
  min-width: 55px; }

.v-reveal-password,
.reveal-password,
.material-input-icon {
  position: absolute;
  right: 0.3rem;
  bottom: 0.7rem;
  transition: margin-right 0.2s; }

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: #555555;
  text-align: center;
  height: 1.5em;
  opacity: 0.5; }
  .hr-text:before {
    content: "";
    background: #9e9e9e;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px; }
  .hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #9e9e9e;
    font-size: 13px;
    background-color: rgba(255,255,255,1); }

.form-group-material .select2-container--bootstrap4 .select2-selection--multiple {
  padding-bottom: 0 !important;
  padding-left: 0 !important; }

.vue-avatar--wrapper {
  background-size: 100% 100% !important;
  font-size: 100% !important; }
  .vue-avatar--wrapper span {
    display: inline-flex;
    width: 100%;
    height: 100%;
    font-size: 1em;
    align-items: center;
    justify-content: center; }

#tutorial-carousel.carousel .carousel-control-prev,
#tutorial-carousel.carousel .carousel-control-next {
  width: 8%; }

#tutorial-carousel.carousel .carousel-inner > .carousel-item {
  height: 320px; }
  #tutorial-carousel.carousel .carousel-inner > .carousel-item div.row {
    position: absolute;
    top: 5%;
    max-height: 320px;
    width: 100%; }
    #tutorial-carousel.carousel .carousel-inner > .carousel-item div.row h4 {
      font-size: 2.5rem; }
    #tutorial-carousel.carousel .carousel-inner > .carousel-item div.row h6 {
      font-size: 1.3rem; }
    #tutorial-carousel.carousel .carousel-inner > .carousel-item div.row img {
      max-height: 300px;
      top: 50%;
      left: 50%; }

footer.modal-footer {
  background-color: #ffffff; }

.modal-footer > * {
  margin: unset; }

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

.document-preview-loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: white; }

#bulk-request-modal .preview-email-step {
  max-height: 35em; }

.user-message {
  padding: 10px;
  border-radius: 5px;
  border: none; }

.show-disclaimers-container .disclaimer-description {
  max-height: 9rem;
  overflow-y: auto; }

.show-disclaimers-container .state.p-primary .icon.material-icons {
  top: 0.65em !important; }

.show-disclaimers-container .state.p-primary label:before {
  top: 0.65em !important; }

.show-disclaimers-container .state.p-primary label:after {
  top: 0.65em !important; }

.floating-validation-container input {
  padding-right: 2.5rem !important;
  transition: padding-right 0.5s ease-in-out; }
  .floating-validation-container input.parsley-success, .floating-validation-container input.error {
    padding-right: 65px !important;
    /* Fallback in px */
    padding-right: 4.0625rem !important; }

.floating-validation-container span.floating-validation {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  font-size: 0.6rem;
  transition: margin-right 0.5s ease-in-out;
  color: var(--light-gray); }
  .error .floating-validation-container span.floating-validation {
    display: none; }

.edit-visibility span.floating-validation {
  display: none !important; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

.app-nav.app-nav-locked {
  margin-top: 1.7rem; }

pre {
  font-family: inherit !important; }

.scroll-wrapper-v {
  max-height: 40vh;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto; }

select.table-select {
  padding-bottom: 0 !important;
  height: 2.2rem !important;
  min-height: unset !important;
  padding-top: 0.5rem !important;
  font-size: 0.875rem !important; }

#e-sign-modal .modal-body {
  overflow: unset; }

#e-sign-modal select option[disabled] {
  color: #aaaaaa !important; }

#e-sign-modal .scrollable-table-text {
  max-height: 75px ;
  /* Fallback in px */
  max-height: 4.6875rem ; }

ul.list-style-disc li {
  list-style-type: disc; }

#custom-fields-form-container input.material-input {
  padding-left: 1.2rem !important; }

.floating-icon {
  position: absolute;
  top: 0; }
  .floating-icon.floating-icon-left {
    left: -1.5rem;
    width: 1rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

.b-popover.generic-popover-error {
  background: var(--danger) !important; }
  .b-popover.generic-popover-error .popover-header {
    background: var(--danger) !important;
    border-bottom: none !important;
    color: white !important; }
  .b-popover.generic-popover-error .popover-body {
    color: white !important; }
  .b-popover.generic-popover-error.bs-popover-top > .arrow::after,
  .b-popover.generic-popover-error.bs-popover-auto[x-placement^="top"] > .arrow::after {
    border-top-color: var(--danger); }
  .b-popover.generic-popover-error.bs-popover-right > .arrow::after,
  .b-popover.generic-popover-error.bs-popover-auto[x-placement^="right"] > .arrow::after {
    border-right-color: var(--danger); }
  .b-popover.generic-popover-error.bs-popover-bottom > .arrow::after,
  .b-popover.generic-popover-error.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    border-bottom-color: var(--danger); }
  .b-popover.generic-popover-error.bs-popover-bottom .popover-header::before,
  .b-popover.generic-popover-error.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    border-bottom: 1px solid var(--danger); }
  .b-popover.generic-popover-error.bs-popover-left > .arrow::after,
  .b-popover.generic-popover-error.bs-popover-auto[x-placement^="left"] > .arrow::after {
    border-left-color: var(--danger); }

.b-popover.generic-popover-success .popover-header {
  background-color: var(--success);
  color: white; }

.b-popover.generic-popover-success .popover-body {
  background-color: var(--success);
  color: white; }

.b-popover.generic-popover-success.bs-popover-top > .arrow::after,
.b-popover.generic-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: var(--success); }

.b-popover.generic-popover-success.bs-popover-right > .arrow::after,
.b-popover.generic-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: var(--success); }

.b-popover.generic-popover-success.bs-popover-bottom > .arrow::after,
.b-popover.generic-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: var(--success); }

.b-popover.generic-popover-success.bs-popover-bottom .popover-header::before,
.b-popover.generic-popover-success.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom: 1px solid var(--success); }

.b-popover.generic-popover-success.bs-popover-left > .arrow::after,
.b-popover.generic-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: var(--success); }

.b-popover.generic-popover-warning .popover-header {
  background-color: #ffc107;
  color: white; }

.b-popover.generic-popover-warning .popover-body {
  background-color: #ffc107;
  color: white; }

.b-popover.generic-popover-warning.bs-popover-top > .arrow::after,
.b-popover.generic-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #ffc107; }

.b-popover.generic-popover-warning.bs-popover-right > .arrow::after,
.b-popover.generic-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #ffc107; }

.b-popover.generic-popover-warning.bs-popover-bottom > .arrow::after,
.b-popover.generic-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ffc107; }

.b-popover.generic-popover-warning.bs-popover-bottom .popover-header::before,
.b-popover.generic-popover-warning.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom: 1px solid #ffc107; }

.b-popover.generic-popover-warning.bs-popover-left > .arrow::after,
.b-popover.generic-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #ffc107; }

.b-popover.generic-popover-info .popover-header {
  background-color: #848484;
  color: white; }

.b-popover.generic-popover-info .popover-body {
  background-color: #767676;
  color: white; }

.b-popover.generic-popover-info.bs-popover-top > .arrow::after,
.b-popover.generic-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #848484; }

.b-popover.generic-popover-info.bs-popover-right > .arrow::after,
.b-popover.generic-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #848484; }

.b-popover.generic-popover-info.bs-popover-bottom > .arrow::after,
.b-popover.generic-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #848484; }

.b-popover.generic-popover-info.bs-popover-bottom .popover-header::before,
.b-popover.generic-popover-info.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom: 1px solid #848484; }

.b-popover.generic-popover-info.bs-popover-left > .arrow::after,
.b-popover.generic-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #848484; }

.b-popover .popover-header {
  color: #5e5e5e;
  font-size: 1.25rem;
  background-color: white;
  border-bottom: none;
  font-weight: bold;
  line-height: 1.2; }

#timeline-tabs-container .card-body {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

#timeline-tabs-container .card-footer {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
  border-top: none; }
  #timeline-tabs-container .card-footer p {
    font-size: 0.8rem !important; }
  #timeline-tabs-container .card-footer,
  #timeline-tabs-container .card-footer .send-to-referrer {
    font-size: 0.8rem !important; }

#timeline-tabs-container .complete-check {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 !important;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 1rem; }

#timeline-tabs-container .rich-text-editor--reset {
  margin-bottom: 0; }

#timeline-tabs-container .faded-card,
#timeline-tabs-container .empty-card {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.1); }
  #timeline-tabs-container .faded-card,
  #timeline-tabs-container .faded-card > *,
  #timeline-tabs-container .empty-card,
  #timeline-tabs-container .empty-card > * {
    background-color: transparent !important; }

#timeline-tabs-container .empty-card,
#timeline-tabs-container .empty-card * {
  border: none; }

#timeline-tabs-container .card-body:empty,
#timeline-tabs-container .card-footer:empty {
  display: none; }

.text-decoration-line-through {
  text-decoration: line-through; }

#boards-actions-dropdown * {
  font-size: 0.875rem !important; }

.language-selector-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  font-size: 1rem; }
  .language-selector-container .dropdown-toggle {
    color: #3f3f3f !important; }
  .language-selector-container.language-selector-container--default-styles {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 1031; }

.popover-header {
  font-size: 1rem !important; }

.header .client-avatar {
  max-width: 3rem;
  max-height: 3rem;
  width: 3rem;
  height: 3rem; }

.pac-container {
  z-index: 1045; }

.card.card-table-loader {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: 0 !important; }

.b-skeleton {
  cursor: unset !important; }

.not-found-container {
  width: 100vw;
  height: 100vh; }

#nprogress {
  z-index: 1029; }
  #nprogress .bar {
    background: var(--primary); }

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s; }

.fade-enter,
.fade-leave-to {
  opacity: 0; }

#add-payment-modal .modal-dialog,
#payment-details-modal .modal-dialog {
  max-width: 550px ;
  /* Fallback in px */
  max-width: 34.375rem ; }

.modal .top-notification {
  margin: -0.5rem -1.5rem 1.5rem -1.5rem; }

.theme-colorpicker {
  position: relative; }
  .theme-colorpicker .vc-chrome {
    max-width: 12rem; }
  .theme-colorpicker .vc-chrome-alpha-wrap,
  .theme-colorpicker .vc-chrome-fields-wrap {
    display: none !important; }
  .theme-colorpicker .vc-chrome-sliders {
    display: flex;
    width: 100%; }
  .theme-colorpicker .vc-chrome-hue-wrap {
    width: 100%;
    align-self: center;
    margin-bottom: 0 !important; }

.plan-tooltip {
  opacity: 1 !important; }

.vc-container {
  --font-medium: 400 !important;
  --font-semibold: 400 !important;
  --font-bold: 400 !important;
  --primary-100: var(--primary-1);
  --primary-200: var(--primary-2);
  --primary-300: var(--primary-3);
  --primary-400: var(--primary-4);
  --primary-500: var(--primary-5);
  --primary-600: var(--primary);
  --primary-700: var(--primary);
  --primary-800: var(--primary);
  --primary-900: var(--primary); }
  .vc-container .vc-day-content {
    color: var(--primary); }
    .vc-container .vc-day-content.is-disabled {
      background-color: #fff;
      background-color: var(--background-base);
      color: #5c7899 !important;
      cursor: auto; }
  .vc-container .vc-weekday {
    color: #627793 !important; }

.applicant-select-simple ~ .select2-container .select2-selection--multiple .select2-selection__choice {
  padding: 0.3rem 0.5rem;
  background-color: var(--primary);
  color: #fff;
  border: none !important;
  margin-bottom: 0.35rem; }
  .applicant-select-simple ~ .select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: #fff; }

.applicant-select-simple:disabled + .select2 .select2-selection__choice {
  background-color: var(--primary) !important;
  opacity: 0.5; }

.applicant-select-simple:disabled + .select2 .select2-search__field {
  display: none; }

.applicant-select-simple.request-application-step ~ .select2-container .select2-selection--multiple .select2-selection__choice {
  display: none; }

.applicant-selection__choice {
  padding: 0.3rem 0.5rem;
  background-color: var(--primary);
  color: #fff;
  border: none !important;
  margin-bottom: 0.35rem;
  border-radius: 0.25rem;
  line-height: 1;
  list-style-type: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .applicant-selection__choice .applicant-selection__choice__remove {
    color: #fff; }

.vc-popover-content-wrapper {
  z-index: 110 !important; }

.datepicker-popover .vc-container {
  border: none; }

.vc-container.only-months {
  border: none;
  font-family: inherit; }
  .vc-container.only-months .vc-weeks,
  .vc-container.only-months .vc-weekday {
    color: blue; }
  .vc-container.only-months .vc-arrows-container {
    display: none; }
  .vc-container.only-months .vc-header {
    padding: 0; }
  .vc-container.only-months .vc-title {
    color: var(--primary) !important;
    line-height: 0;
    font-size: inherit;
    font-weight: bold; }
  .vc-container.only-months .vc-pane {
    min-width: auto; }

.select2-results__options[aria-multiselectable="true"] .select2-results__option[aria-selected="true"] {
  padding-left: 1.7rem; }

.select-e-sign-signers .form-group-material .material-input:not([type="hidden"]) {
  padding-bottom: 0px !important; }

.simple-autocomplete {
  position: relative;
  box-sizing: border-box; }
  .simple-autocomplete .suggestions {
    border: 1px solid #e0e0e0 !important;
    padding: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    top: calc(100% + 5px);
    border-radius: 3px;
    background-color: #fff;
    opacity: 1;
    z-index: 1000; }
    .simple-autocomplete .suggestions .simple-autocomplete-suggest-item {
      font-size: 13px !important;
      /* Fallback in px */
      font-size: 0.8125rem !important;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      padding: 5px 10px; }
      .simple-autocomplete .suggestions .simple-autocomplete-suggest-item.hover {
        background-color: #eeeeee !important; }

.default-avatar-size {
  max-width: 1.6em;
  max-height: 1.6em;
  width: 1.6em;
  height: 1.6em; }

#board-changelog-summary {
  box-shadow: 2px 2px 6px rgba(0, 21, 41, 0.16);
  width: 23rem; }
  #board-changelog-summary .popover-body {
    padding: 0 !important; }
  #board-changelog-summary .client-profile-owner-avatar.changelog-owner {
    height: 1.6rem;
    width: 1.6rem; }
  #board-changelog-summary .changelog-details-tooltip:hover {
    background: #f5f5f5;
    transition: all 0.5s ease-in-out; }

.changelog-popover {
  font-size: unset; }
  .changelog-popover .card {
    border: none;
    box-shadow: none; }

.collapse-toggle.collapsed .when-not-collapsed {
  display: none; }

.collapse-toggle.not-collapsed .when-collapsed {
  display: none; }

.board-changelog-details-popover {
  font-size: 0.9rem !important;
  width: 390px; }
  .board-changelog-details-popover .popover-body {
    padding: 0; }
  .board-changelog-details-popover .small, .board-changelog-details-popover .red-action {
    font-size: 0.9rem; }
  .board-changelog-details-popover .card-footer {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
    border-top: none; }
    .board-changelog-details-popover .card-footer p {
      font-size: 0.8rem !important; }
  .board-changelog-details-popover .card-body {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
    overflow: auto;
    overflow-x: hidden;
    max-height: 22em; }

.latest-changelog-popover {
  max-width: 20rem !important; }

.timeline-item .timeline-item-content-wrapper {
  max-width: calc(100% - 65px); }

#BoardChangelogPopover .popover-body {
  padding: 0 !important; }

.timeline-item-show-more .timeline-item-content-wrapper hr {
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
  height: 2px;
  width: 100%; }

.timeline-item-show-more .progress-item > .progress-item-circle, .timeline-item-show-more .progress-item > .progress-item-circle::before {
  background-color: transparent; }

.timeline-item-show-more .progress-item > .progress-item-circle .progress-item-icon {
  color: #f6f6f6 !important;
  font-size: 40px; }

th.VueTables__sortable .VueTables__heading {
  cursor: pointer; }

.add-deduction-btn {
  background: transparent !important;
  color: var(--primary) !important; }

.form-page .radio-form-transparent .fe-radio-form .fe-option input:checked ~ label {
  color: #6b6b6b !important;
  background-color: transparent !important;
  border-color: transparent !important;
  border-bottom-color: transparent !important; }

.form-page .radio-form-transparent .fe-radio-form .fe-option input:checked ~ .checkmark {
  border: 2px solid #dddddd !important; }

.form-page .radio-form-transparent .fe-radio-form .fe-option input:checked ~ .checkmark::after {
  color: var(--primary-alt) !important;
  font-size: 0.85rem;
  font-weight: bold; }

.application-badges-container .badge-notification {
  font-size: 0.7rem;
  padding: 4px !important; }

#reports-layout .select2-selection--multiple ul.select2-selection__rendered:only-child:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 22%;
  border-top: 0.4rem solid #495057;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent; }

.reordable-item {
  transition: all 1s;
  background-color: white;
  border-radius: 5px; }

.list-enter,
.list-leave-to {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px); }

.list-leave-active {
  position: absolute; }

.google-maps-icon {
  width: 35px; }

.google-maps-street-view-link {
  z-index: 1;
  position: absolute;
  right: 0;
  top: -10px; }

#map,
#pano {
  float: left;
  height: 100%;
  width: 50%; }

.google-maps-icon-disabled {
  opacity: 0.6;
  padding: 0.3rem 0.7rem !important; }

.add-button-additions {
  padding-top: 7px !important;
  margin-left: 5px; }

.drop-down-additions {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  font-size: 9px !important;
  width: 45px !important;
  height: 4px !important; }

input.search-input {
  background: #fff url(/assets/f15649076c4ed66f7263.svg) no-repeat left 0 center !important;
  padding-left: 0 !important; }

#fc_frame {
  max-width: 70px; }
  #fc_frame.h-open-container {
    max-width: inherit; }

.tooltip-info {
  margin-left: 0.5rem;
  color: #c137a2; }

#drip-campaign-tooltip .fa,
#create-drip-campaign-tooltip .fa,
#filogix-details-tooltip .fa,
#import-applications .fa,
#campaign-tooltip .fa,
#automation-tooltip,
#documents-automation-tooltip .fa,
#e-sign-tooltip .fa {
  font-size: medium;
  font-size: initial; }

.note-editing-area .note-placeholder {
  color: #767676 !important; }

.vs__dropdown-menu {
  padding-left: 0px !important; }

.v-select.search-input .vs__dropdown-toggle {
  border: none !important;
  background: #fff url(/assets/f15649076c4ed66f7263.svg) no-repeat left 0 center;
  padding-left: 1.575rem; }

.input.vs__search {
  color: black !important; }

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: 1 !important; }

.vSelectMultiple .vs__selected {
  background-color: var(--primary);
  color: #fff;
  border: none;
  max-height: 10rem;
  position: relative;
  height: 22px;
  padding: 0 0.5em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.simple-select .vs__selected-options {
  flex-direction: inherit !important; }

.simple-dd .vs__selected-options {
  flex-wrap: wrap !important;
  top: -5px; }

.simple-dd .vs__selected {
  margin-bottom: -40px;
  position: relative !important; }

#cobroker-select {
  border: 1px solid #ced4da; }
  #cobroker-select .vs__selected-options {
    flex-flow: nowrap !important;
    overflow: hidden !important; }

.v-select .vs__open-indicator {
  fill: var(--primary) !important;
  cursor: pointer; }

.v-select .vs__dropdown-toggle {
  border-style: none; }

.v-select input::-webkit-input-placeholder {
  color: #dddddd !important;
  text-transform: capitalize !important; }

.v-select input::-moz-placeholder {
  color: #dddddd !important;
  text-transform: capitalize !important; }

.v-select input:-ms-input-placeholder {
  color: #dddddd !important;
  text-transform: capitalize !important; }

.v-select input::-ms-input-placeholder {
  color: #dddddd !important;
  text-transform: capitalize !important; }

.v-select input::placeholder {
  color: #dddddd !important;
  text-transform: capitalize !important; }

.v-select .vs__selected-options {
  flex-direction: inherit !important; }

.simple-dd .vs__selected-options {
  flex-wrap: wrap !important; }

.simple-dd .vs__selected-options > input {
  display: block; }

.simple-dd .vs__selected-options > span {
  flex-flow: wrap-reverse; }

.simple-dd .vs__selected-options > .vs__selected {
  flex-direction: row-reverse; }

.simple-dd .vs__deselect {
  margin-right: 5px;
  margin-left: 0px;
  text-shadow: none; }
  .simple-dd .vs__deselect span {
    color: #fff !important;
    font-size: smaller; }

.simple-dd .vs__actions {
  display: block; }
  .simple-dd .vs__actions button {
    display: none !important; }

.simple-dd ul {
  width: 100% !important; }

.simple-dd li {
  min-height: 3.5rem !important;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.input-group .v-select {
  width: 100%;
  height: 100% !important; }
  .input-group .v-select .vs__dropdown-toggle {
    padding-bottom: 0px !important;
    height: 100% !important;
    border-style: none; }

#referrers-select-container .vs__actions {
  display: flex; }
  #referrers-select-container .vs__actions button {
    display: block !important; }

.v-select.search-input .vs__dropdown-toggle {
  border-radius: 0 !important;
  border-bottom: 2px solid rgba(59, 60, 96, 0.25) !important; }

.no-border .v-select.search-input .vs__dropdown-toggle {
  border: none !important; }

.vue__time-picker .dropdown .hint,
.vue__time-picker-dropdown .hint {
  color: #767676 !important; }

.my-tooltip-class .tooltip-inner {
  max-width: 400px !important; }

#password-sent-form .form-group-material.error {
  margin-bottom: 2.5rem !important; }

.vsSelectedCheckboxes .vs__dropdown-toggle {
  border: none !important; }

.vsSelectedCheckboxes .vs__selected-options {
  overflow-x: inherit !important; }

.vsSelectedCheckboxes .vs__selected {
  background-color: var(--primary) !important;
  color: white !important;
  border: none !important;
  max-height: 10rem;
  position: relative;
  height: 22px;
  padding: 0 0.5em; }

.vsSelectedCheckboxes .vs__dropdown-menu {
  padding-left: 0px !important;
  min-width: 100%;
  flex-flow: nowrap !important;
  flex-direction: row-reverse !important;
  font-size: 1.1em; }
  .vsSelectedCheckboxes .vs__dropdown-menu .vs__dropdown-option {
    padding-top: 1px !important;
    padding-bottom: 10px !important; }
    .vsSelectedCheckboxes .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--highlight {
      width: 100%; }
      .vsSelectedCheckboxes .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--highlight .icon {
        background-color: var(--primary);
        color: var(--primary) !important;
        transition: none !important; }
    .vsSelectedCheckboxes .vs__dropdown-menu .vs__dropdown-option .icon {
      background-color: rgba(255,255,255,1);
      color: rgba(255,255,255,1);
      transition: none !important; }
    .vsSelectedCheckboxes .vs__dropdown-menu .vs__dropdown-option label::before {
      border-color: transparent !important; }
  .vsSelectedCheckboxes .vs__dropdown-menu .vs__dropdown-option--selected .icon {
    -webkit-animation: zoom 0.2s ease;
    animation: zoom 0.2s ease;
    background-color: var(--primary);
    border-radius: 5px !important;
    color: rgba(255,255,255,1);
    opacity: 1 !important; }
  .vsSelectedCheckboxes .vs__dropdown-menu .vs__dropdown-option--deselect {
    background: var(--primary) !important; }
    .vsSelectedCheckboxes .vs__dropdown-menu .vs__dropdown-option--deselect .pretty input:checked ~ .state.p-primary i .icon,
    .vsSelectedCheckboxes .vs__dropdown-menu .vs__dropdown-option--deselect .pretty.p-icon .state.p-primary .icon {
      color: var(--primary) !important;
      background-color: rgba(255,255,255,1) !important;
      opacity: 1 !important;
      border-radius: 5px; }
    .vsSelectedCheckboxes .vs__dropdown-menu .vs__dropdown-option--deselect .pretty input:checked ~ .state.p-primary i label::after,
    .vsSelectedCheckboxes .vs__dropdown-menu .vs__dropdown-option--deselect .pretty.p-icon .state.p-primary label::after {
      background-color: white !important; }

#agents-select-container .v-select ul {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important; }

.v-select .vs__open-indicator {
  fill: var(--primary) !important;
  cursor: pointer; }

.v-select .vs__dropdown-toggle {
  border-style: none; }

.v-select .vs__dropdown-menu {
  width: inherit; }
  .v-select .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--highlight {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content; }

.v-select input::-webkit-input-placeholder {
  color: #dddddd !important;
  text-transform: capitalize !important; }

.v-select input::-moz-placeholder {
  color: #dddddd !important;
  text-transform: capitalize !important; }

.v-select input:-ms-input-placeholder {
  color: #dddddd !important;
  text-transform: capitalize !important; }

.v-select input::-ms-input-placeholder {
  color: #dddddd !important;
  text-transform: capitalize !important; }

.v-select input::placeholder {
  color: #dddddd !important;
  text-transform: capitalize !important; }

.v-select .vs__selected-options {
  white-space: nowrap;
  padding-bottom: 2px;
  flex-flow: wrap-reverse; }

.v-select .vs__selected-options > input {
  display: block; }

.v-select .vs__selected-options > span {
  flex-flow: wrap-reverse; }

.v-select .vs__selected-options > .vs__selected {
  flex-direction: row-reverse; }

.v-select .vs__deselect {
  margin-right: 5px;
  margin-left: 0px;
  text-shadow: none; }
  .v-select .vs__deselect span {
    color: #fff !important;
    font-size: smaller; }

.v-select ul {
  width: 100% !important; }

.v-select li {
  min-height: 3.5rem !important;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.material-symbols-outlined {
  color: var(--primary); }

.vue-custom-table-infinite .table-responsive table > thead > tr > th {
  background-color: #fff; }

.vue-custom-table-infinite > p {
  display: none; }

.expert-sync-history .table-responsive {
  overflow-y: unset !important; }

.VueTables__table .vue-custom-table .table-responsive.table .vue-custom-table .table-responsive.table-hover.no-header thead {
  display: none; }

.vue-custom-table th,
.vue-custom-table td {
  border-left: unset;
  border-right: unset;
  z-index: 10; }

.vue-custom-table .VueTables__heading {
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #b0b0b0 !important; }
  .vue-custom-table .VueTables__heading .pretty {
    font-size: 1rem !important; }

.vue-custom-table .VueTables__sortable .VueTables__sort-icon {
  margin-top: 0.4rem;
  float: none !important;
  margin-left: 0.5rem !important;
  cursor: pointer; }

.vue-custom-table .VueTables__row {
  background: #ffffff !important; }
  .vue-custom-table .VueTables__row td {
    vertical-align: middle !important;
    padding: 0.5rem 0.75rem; }
    .vue-custom-table .VueTables__row td.w-15 {
      width: 15%; }
    .vue-custom-table .VueTables__row td pre {
      font-family: "Lato", sans-serif; }

.vue-custom-table.no-pagination .VuePagination,
.vue-custom-table.no-pagination .VueTables__limit,
.vue-custom-table.no-pagination .VuePagination__count {
  display: none; }

.vue-custom-table .VueTables__child-row, .vue-custom-table .VueTables__child-row:hover {
  background-color: #ffffff !important; }

.vue-custom-table .VueTables__sort-icon {
  color: #b0b0b0; }

.vue-custom-table .table-responsive {
  overflow-x: unset !important;
  margin-bottom: 0 !important; }

.vue-custom-table.scrollable-table.document-tags-table .table-responsive {
  max-height: 16em;
  min-height: 16em; }

.vue-custom-table.scrollable-table .table-responsive {
  overflow-y: auto;
  overflow-x: hidden !important; }

.vue-custom-table.no-head-table table thead {
  display: none; }

.vue-custom-table.no-head-table table tr:first-child td {
  border: none; }

.hidden-heading .VueTables__heading {
  display: none !important; }

.hidden-heading .theader {
  display: none !important; }

.hidden-text {
  color: white;
  text-indent: -1000px !important;
  white-space: nowrap; }

.form-group-material .referrerSelect .v-select.search-input .vs__dropdown-toggle {
  background: #fff url(/assets/f15649076c4ed66f7263.svg) no-repeat left 0 center;
  padding-left: 0; }
  .form-group-material .referrerSelect .v-select.search-input .vs__dropdown-toggle span.vs__selected {
    padding-left: 20px !important; }
  .form-group-material .referrerSelect .v-select.search-input .vs__dropdown-toggle input.vs__search {
    padding-left: 20px !important; }

.no-span ul {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important; }
  .no-span ul > span {
    display: none; }

.chat-message-text {
  white-space: break-spaces; }

.max-w-60 {
  max-width: 75%; }

.chat-message-left,
.chat-message-right {
  display: flex;
  flex-shrink: 0; }

.chat-message-left {
  margin-right: auto; }

.chat-message-right {
  flex-direction: row-reverse;
  margin-left: auto; }

.guest-lender-support {
  position: absolute;
  bottom: 10%;
  right: 5%; }

.my-tooltip-class .tooltip-inner {
  max-width: 400px !important; }

/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./src/shared/styles/scss/navbars.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
#mobile-topbar {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 0;
  padding-bottom: 20px;
  overflow: visible;
  width: inherit;
  justify-content: initial;
  height: 4rem; }

.logo {
  float: left;
  width: 176px;
  height: 40px;
  margin-left: 0 !important; }
  .logo a {
    width: 100%;
    height: 100%; }
  .logo .logo-img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%; }

.btn-profile-options {
  background-color: transparent;
  border: none;
  font-weight: bold;
  font-size: 14px ;
  /* Fallback in px */
  font-size: 0.875rem ;
  color: #494949; }

.notifications-i {
  margin-right: 16px;
  padding: 10px; }

.profilepic-options {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  border-radius: 50%; }

.sidetab {
  line-height: 1.2rem;
  margin-top: 0.6em;
  display: inline-block;
  text-decoration: none;
  padding: 0.4rem;
  padding-right: 0.5rem;
  padding-left: 0;
  margin-right: 0;
  color: var(--gray);
  width: 100%; }

.sidetab:hover {
  color: #424242; }

.sidetab-divider {
  margin-top: 20px; }

.sidetab-active {
  width: 100%;
  font-weight: bold; }

.sidetab.sub-tab {
  margin-top: -1rem !important; }

.user-options {
  float: right;
  height: inherit;
  position: relative; }
  .user-options .dropdown-menu.show {
    left: -50%; }

p {
  font-size: 16px ;
  /* Fallback in px */
  font-size: 1rem ; }

.font-sm {
  font-size: 14px !important;
  /* Fallback in px */
  font-size: 0.875rem !important; }

.font-xsm {
  font-size: 13px ;
  /* Fallback in px */
  font-size: 0.8125rem ;
  margin: 0; }

.bold {
  font-weight: bold; }

/* For the little subtitles */
.tiny {
  font-size: 10px ;
  /* Fallback in px */
  font-size: 0.625rem ;
  margin-top: 15px;
  margin-bottom: 0;
  color: #767676 !important; }

.followup-tab-content {
  color: #767676 !important; }

.bolder {
  font-weight: 900 !important; }

ul:not(.bullet) {
  list-style-type: none;
  width: inherit;
  padding-left: 30px ;
  /* Fallback in px */
  padding-left: 1.875rem ; }

p.justified {
  text-align: justify; }

#sidebar {
  padding: 0;
  border-right: 1px solid #e0e0e0;
  background-color: rgba(255,255,255,1);
  flex-direction: column;
  z-index: 1030;
  box-shadow: 2px 2px 6px rgba(0, 21, 41, 0.16); }
  #sidebar .sidebar-logo {
    flex-grow: 1;
    min-height: calc(40px + 1rem);
    max-height: calc(40px + 1rem); }
  #sidebar .sidebar-header {
    flex-grow: 1;
    min-height: 180px;
    max-height: 180px; }
    #sidebar .sidebar-header .profilepic-options {
      width: 100px;
      height: 100px;
      border-radius: 50%; }
  #sidebar .sidebar-agent .profilepic-options {
    width: 100px;
    height: 100px;
    border-radius: 50%; }
  #sidebar .sidebar-body {
    width: 100%;
    height: calc(100vh - 25rem);
    flex-grow: 2;
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 50px; }
  #sidebar .sidebar-footer {
    min-height: 50px;
    max-height: 50px;
    width: 100%;
    padding-left: 30px ;
    /* Fallback in px */
    padding-left: 1.875rem ;
    padding-right: 15px;
    position: absolute;
    bottom: 0;
    left: 0; }

.sidetab-section {
  font-size: 1rem;
  color: var(--primary);
  font-weight: bold; }

/*-----------*/
#page {
  height: 100%;
  min-height: 100vh;
  padding-top: calc(20px + 1rem);
  background-color: #fff;
  overflow: auto; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1028; }

.absolute-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%; }

.fixed-left {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1030; }

.fixed-right {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.account-type {
  color: #757575 !important; }

/* sm */
@media (max-width: 767px) {
  .sidebar-header .account-type {
    color: rgba(255,255,255,1); }
  .sidebar-row {
    flex-wrap: nowrap !important; }
  .sidebar-columns {
    flex: 0 0 100% !important;
    max-width: 100% !important; }
  #page {
    padding-top: calc(61px + 20px + 1rem); }
    #page.interstitial-container {
      padding-top: 3rem; }
  #mobile-topbar .logo-img {
    margin-left: 0px; }
  #sidebar {
    height: calc(100vh - 61px);
    margin-top: 61px;
    position: fixed; }
    #sidebar .mobile-wrapper {
      height: 100%;
      overflow: hidden; }
    #sidebar .container-sidebar {
      margin-top: 0px;
      height: 65%;
      overflow-y: auto; }
      #sidebar .container-sidebar > ul {
        padding-bottom: 3rem;
        margin-bottom: 0; }
    #sidebar .sidebar-header {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 4.5rem 2rem;
      background: var(--primary-alt);
      color: #fff;
      min-height: 170px;
      max-height: unset; }
      #sidebar .sidebar-header * {
        font-weight: 300; }
      #sidebar .sidebar-header .logout-btn {
        color: #fff; }
    #sidebar .side-bar-footer {
      padding-left: 30px;
      position: absolute;
      bottom: 0;
      height: 3rem; } }

/* NAVBARS responsive */
.side-left {
  width: 90%; }

.side-right {
  transition: width 0.5s ease-in-out, margin-left 0.5s ease-in-out;
  width: 100%; }

.appflow-side-right {
  width: 100%; }

@media (max-width: 767.98px) {
  .has-banner #page {
    padding-top: calc(100px + 1rem); } }

@media (min-width: 576px) {
  .has-banner #page {
    padding-top: calc(50 + 1rem) !important; } }

@media (min-width: 768px) {
  #sidebar.collapse {
    display: flex !important; }
  .side-left {
    width: 17rem; }
  .side-right {
    width: calc(100vw - 17rem) !important;
    margin-left: 17rem; }
  .app-standalone.side-right {
    width: calc(100vw - 17rem) !important;
    margin-left: 17rem; }
  .appflow-side-right:not(#summary-form) {
    width: calc(100vw - 280px) !important;
    margin-left: 280px; } }

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./src/shared/styles/scss/dashboard.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
.welcome {
  padding-top: 20px ;
  /* Fallback in px */
  padding-top: 1.25rem ;
  padding-bottom: 30px ;
  /* Fallback in px */
  padding-bottom: 1.875rem ; }

.page-header {
  font-size: 30px ;
  /* Fallback in px */
  font-size: 1.875rem ; }

h2.header {
  margin-bottom: 6px ;
  /* Fallback in px */
  margin-bottom: 0.375rem ; }

.subtitle {
  margin-top: 10px ;
  /* Fallback in px */
  margin-top: 0.625rem ;
  font-size: 21px !important;
  /* Fallback in px */
  font-size: 1.3125rem !important;
  color: #3f3f3f; }

.time-ago {
  padding-bottom: 1px ;
  /* Fallback in px */
  padding-bottom: 0.0625rem ;
  font-size: 12px ;
  /* Fallback in px */
  font-size: 0.75rem ; }

.activity-options {
  text-align: right; }

.view-comment {
  font-size: 14px ;
  /* Fallback in px */
  font-size: 0.875rem ; }

i.help {
  float: right;
  font-size: 21px;
  color: #b7b7b7; }

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./src/shared/styles/scss/documents.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
.collapse-m {
  margin: 1px;
  margin-left: 0px;
  background-color: transparent; }
  .collapse-m.collapse-grid {
    border: 1px solid #e0e0e0 !important;
    border-top: none !important; }
  .collapse-m.no-border {
    border: none;
    margin: 0;
    width: 100%; }
    .collapse-m.no-border .collapsee-body {
      margin: 0 !important; }

.collapse-m-header {
  background-color: transparent;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-right: 20px; }

.collapsee-body {
  margin-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-left: 40px;
  text-align: justify; }

i.arrow {
  padding-right: 10px; }

.dropzone {
  border: 1px dotted #8f96a4;
  border-radius: 3px;
  min-height: 88px;
  padding: 0; }

.dropzone.dz-clickable {
  display: flex;
  justify-content: center; }

.dropzone.dz-clickable:not(.dz-max-files-reached):not(.dz-started) .dz-message {
  display: flex;
  align-self: center; }

.dropzone .dz-preview:hover .dz-details {
  background: white; }

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1rem;
  font-size: 0.875rem; }

.dropzone .dz-message {
  text-align: left;
  margin: 0;
  color: #757575;
  padding: 20px; }

.dropzone .dz-preview {
  height: 2rem;
  width: 11em; }

.dropzone .dz-preview .dz-details {
  height: 60px;
  color: #757575;
  font-size: 0.8rem; }

.dropzone .dz-preview .dz-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -0.5rem; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  background-color: #fff; }

.dropzone .dz-preview .dz-details .dz-size:hover span {
  padding: 0.125rem 0.375rem;
  background-color: #21ce99;
  border-radius: 0.2rem;
  color: #fff; }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  padding: 0.125rem 0.375rem;
  background-color: #21ce99;
  border-radius: 0.2rem;
  color: #fff; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #21ce99;
  background: linear-gradient(to bottom, #21ce99, #21ce99); }

.dropzone .dz-preview .dz-error-mark svg,
.dropzone .dz-preview .dz-success-mark svg {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.6rem;
  margin-left: 0.7rem; }

.dropzone .dz-preview .dz-success-mark svg * {
  fill: #21ce99;
  fill-opacity: 1; }

.dropzone .dz-preview .dz-progress {
  height: 0.5rem;
  display: none; }

.btn-link {
  font-weight: bold !important;
  color: #757575;
  text-decoration: none !important; }

.btn-link:hover {
  color: #757575 !important;
  text-decoration: none !important; }

.date.small {
  font-size: 0.7rem;
  letter-spacing: -0.4px; }

p.date {
  font-size: 0.8rem; }

input.comment {
  border-radius: 50px;
  height: 37px ;
  /* Fallback in px */
  height: 2.3125rem ;
  min-height: 37px ;
  /* Fallback in px */
  min-height: 2.3125rem ; }
  input.comment::-moz-placeholder, input.comment::-webkit-input-placeholder {
    font-size: 14px !important;
    /* Fallback in px */
    font-size: 0.875rem !important; }

.document-box {
  border-top: 1px solid #e0e0e0;
  max-height: 18rem;
  min-height: 4rem;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative; }

.comment-form {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 4rem;
  bottom: 0;
  left: 0;
  background-color: var(--white); }

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./src/shared/styles/scss/login.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
html,
body {
  margin-top: 0 !important;
  min-height: 100vh; }

#one-side-login {
  padding: 0 4%;
  height: 100vh;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden; }

#two-side-login {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position-x: center; }
  #two-side-login:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(to bottom, 72%,, 101%, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.11) 100%);
    background-image: radial-gradient(to bottom, 72% 101%, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.11) 100%); }

#broker-portal #two-side-login {
  background-image: url(/assets/d103358cbd4c1b2da182.png);
  background-position-x: 100%; }

#client-portal #two-side-login {
  background-image: url(/assets/f96af0433c2c30528abc.png);
  background-size: auto 100%; }

#client-portal #two-side-login.ellipse-left-in {
  background-size: 110%;
  background-position-y: 40%; }

.logo-login .logo-img {
  height: 10vh;
  margin-left: -1.7rem; }

.title-login {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem; }

.sign-in {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: 1em; }

#one-side-login #email-icon, #one-side-login #password-icon, #one-side-login #code-icon {
  position: absolute;
  float: left;
  bottom: 1.2rem;
  left: 0.8rem;
  font-size: 1.7rem !important; }

#one-side-login #email, #one-side-login #password, #one-side-login #code {
  background-color: var(--primary-clear);
  border-radius: 4px 4px 0px 0px;
  max-width: 388px; }
  #one-side-login #email > input, #one-side-login #password > input, #one-side-login #code > input {
    height: 4.1rem;
    padding-left: 3.5rem !important;
    padding-bottom: 0.8rem !important;
    font-size: 1.2rem !important; }

#one-side-login #email {
  margin: 0; }

#sign-in-button {
  width: 100%;
  max-width: 388px;
  min-width: 150px;
  padding: 0 !important;
  height: 2.5rem;
  border-radius: 0.5rem;
  font-size: 110%; }

.footer-login {
  margin-top: 3rem;
  bottom: 0; }
  .footer-login p {
    text-align: center; }
    .footer-login p a {
      display: block;
      margin: 0 auto;
      text-align: center; }
  .footer-login a {
    color: var(--primary) !important; }

.subtitle-login {
  margin: 3rem 0 0 0; }

.centered {
  margin: auto;
  padding: 1rem; }

.moregage-data {
  margin-bottom: 15px;
  margin-top: 15px; }

.btn-social {
  text-transform: none;
  box-shadow: none;
  width: 60%;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 28px;
  margin: 10px;
  height: 40px;
  padding-top: 5px;
  padding-bottom: 5px; }

.btn-social:hover {
  background-color: #f5f5f5 !important;
  transition: background-color 300ms linear;
  border: none;
  cursor: pointer; }

.btn-social:focus {
  background-color: #bdbdbd !important;
  color: white; }

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
  margin: 12px; }

.no-overflow {
  overflow-y: hidden !important; }

.btn-moregage-login.move-on {
  opacity: 0.6;
  transition: 1s all;
  pointer-events: none; }

.btn-moregage-login.move-on.form-finish {
  opacity: 1;
  pointer-events: all; }

.ellipse-right-in {
  -webkit-clip-path: ellipse(100% 110% at 0% 50%);
          clip-path: ellipse(100% 110% at 0% 50%); }

.ellipse-left-in {
  -webkit-clip-path: ellipse(100% 120% at 100% 50%);
          clip-path: ellipse(100% 120% at 100% 50%); }

.original-content {
  width: 100% !important; }

#forgot-password {
  font-style: normal;
  font-size: 0.9rem;
  letter-spacing: 0.05rem; }

#reveal-password-controller {
  color: var(--pink); }

#reveal-password-controller {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.5rem; }

#forgot-form #email, #forgot-form #password, #forgot-form #code {
  max-width: 50rem; }

#forgot-form .rounded-pill {
  display: block;
  margin: 0 auto;
  width: 50%;
  min-width: 230px;
  font-size: 110%; }

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./src/shared/styles/scss/application.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
/* Gets darker the larger you go */
nav.app-nav {
  max-height: 180px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e0e0e0; }

.navbar {
  border-bottom: 1px solid #e0e0e0;
  padding: 0.3rem 1rem 0rem;
  padding-top: 2px;
  padding-bottom: 2px; }

.login {
  font-size: 18px;
  text-decoration: none !important;
  float: right;
  padding-top: 0.9375em; }

.app-nav .logout {
  font-size: 18px ;
  /* Fallback in px */
  font-size: 1.125rem ;
  text-decoration: none !important;
  margin-right: 15px; }

.m-head {
  margin-bottom: 40px; }

.bg {
  padding-top: 5.375em; }

.ui-datepicker {
  background-color: #f4f8f7 !important; }
  .ui-datepicker a {
    color: #1194a0; }
  .ui-datepicker a:hover {
    color: black; }

a.terms {
  color: #1696a2; }

.logoLogin a.create-account {
  font-size: 16px;
  float: right; }

/*.password-nav {
  margin-bottom: 10em;
}*/
.description-op {
  color: #777777;
  margin-top: 5px; }

.go-to-portal {
  height: 43px;
  width: 245px;
  border-radius: 20px;
  color: white; }

.verified-c {
  color: #aaaaaa;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold; }

.veri-description {
  margin-bottom: 30px !important; }

.fa-calendar:not(.custom-field-calendar) {
  cursor: pointer;
  color: #ddd;
  bottom: 1px; }

.datepicker {
  background-color: #fff !important;
  color: #1696a2 !important; }
  .datepicker .day {
    padding: 0.3125em;
    padding-left: 10px;
    padding-right: 10px; }
  .datepicker td.active.day {
    background-color: #0f656d !important;
    border-color: white !important;
    background-image: none !important; }

.almost-description {
  font-size: 20px;
  color: #434343;
  margin-top: 20px;
  font-weight: bold; }

.pac-item {
  font-family: "Lato", sans-serif !important;
  font-size: 13px !important; }

.btn-moregidge {
  color: white;
  font-weight: bold;
  background-color: #21ce99; }

.eye-pass {
  font-size: 15px !important;
  top: 7px;
  cursor: pointer;
  position: absolute; }

.col-md-2.col-lg-2.img-checked {
  max-width: 13.3333%; }

.img-verified {
  margin-bottom: 1.25em; }

.app-form.form-control:focus {
  box-shadow: none !important;
  border-color: #36939d !important; }

.greyed-out, .preload-moregidge, .preload {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1051;
  overflow: hidden; }

.hidden-text {
  color: black;
  text-indent: -1000px !important;
  white-space: nowrap;
  overflow: hidden; }

.preload-moregidge {
  z-index: 5;
  background: rgba(255, 255, 255, 0.8) url(/assets/ab77a32bec54ae586f82.gif) 50% 50% no-repeat; }

.preloader {
  background: url(/assets/ab77a32bec54ae586f82.gif) center center no-repeat #ffffff;
  display: inline-block; }

.preload {
  z-index: 1000;
  position: absolute;
  max-height: 100%; }

.ap-input-icon svg {
  top: 40%; }

.ap-footer {
  display: none !important; }

.footer-container {
  border-top: 1px solid #e0e0e0;
  bottom: 0; }
  .footer-container #footer {
    padding: 59px 160px 50px 160px; }
  .footer-container #footer-rights {
    background-color: #fcfcfc;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
  .footer-container h5 {
    font-weight: bold; }
  .footer-container .icon-footer {
    height: 65.68px;
    width: 85.51px; }
  .footer-container .social-logo {
    margin-right: 5px;
    border-radius: 2px; }
  .footer-container .font-tiny {
    font-size: 12px;
    color: #3f3f3f;
    line-height: 24px; }

.card.app-card {
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 2.825em 3.825em 2.125em; }

.row.main:not(:last-child) .card.app-card {
  margin-bottom: 1rem; }

.row.main:last-child .card.app-card {
  margin-bottom: 0 !important; }

.container-main {
  background: linear-gradient(180deg, #f4f8f7 58%, #fffeff 0);
  display: flex;
  flex-direction: column;
  min-height: 50vh; }

ul:not(.bullet) {
  list-style-type: none; }

a.app-link {
  color: #3f3f3f;
  font-family: Lato;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all; }

.app-flow-content,
.registration-content {
  width: 100%;
  min-height: calc(100vh - 61px);
  padding-bottom: 100px; }
  .app-flow-content .form-group-material.form-group-material-no-label,
  .registration-content .form-group-material.form-group-material-no-label {
    margin-bottom: 1rem; }

.has-banner.container-fluid {
  margin-top: 30px; }

.has-banner #client-app-nav {
  margin-top: 25px; }

#client-app-nav {
  flex: 0 0 auto; }
  #client-app-nav .nav-image {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    margin-right: 20px; }
  #client-app-nav .nav-logo {
    max-width: 79%;
    max-height: 60px; }
  #client-app-nav .step.col-md-2 {
    flex: 0 0 20.667%;
    max-width: 20.667%; }
  #client-app-nav .steps .step {
    padding: 1rem 1rem 0rem; }
    #client-app-nav .steps .step .step-count {
      font-family: "Lato", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 14px ;
      /* Fallback in px */
      font-size: 0.875rem ;
      color: #757575;
      text-transform: uppercase;
      font-size: 12px ;
      /* Fallback in px */
      font-size: 0.75rem ;
      font-weight: bold;
      margin-bottom: 3px;
      line-height: 5px; }
    #client-app-nav .steps .step .step-title {
      font-family: "Lato", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 14px ;
      /* Fallback in px */
      font-size: 0.875rem ;
      color: #696969;
      font-size: 16px ;
      /* Fallback in px */
      font-size: 1rem ;
      padding: 0;
      margin-bottom: 0;
      font-weight: normal; }
    #client-app-nav .steps .step.selected .step-count {
      color: #696969; }
    #client-app-nav .steps .step.selected .step-title {
      color: #474747;
      font-weight: bold; }
  #client-app-nav .progress-bar {
    height: 2px;
    padding: 0;
    border-radius: 100px;
    background-color: #ffffff;
    overflow: hidden; }
    #client-app-nav .progress-bar .fill-bar {
      background-color: #21ce99;
      padding: 0;
      height: 100%;
      width: 100%;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }

#app-container {
  padding: 10px !important; }

#heading {
  width: 437px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  margin-top: 3.5rem;
  margin-bottom: 3rem;
  color: #000000;
  font-size: 40px; }

.description-client {
  width: 845px;
  left: 610px;
  top: 96px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 2.3;
  color: #000000; }

#email-signup {
  background-image: url(/assets/c3d637566a42b8bdd10b.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
  padding-left: 50px !important;
  padding-bottom: 5px !important;
  height: 44px;
  font-size: 16px !important; }

#name-section .material-layout--label {
  font-size: 20px !important;
  font-weight: bold !important;
  margin-bottom: 20px; }

#name-section #first-name {
  padding-left: 20px !important;
  padding-bottom: 5px !important;
  height: 44px;
  font-size: 16px !important; }

#name-section #last-name {
  padding-left: 20px !important;
  padding-bottom: 5px !important;
  height: 44px;
  font-size: 16px; }

#contact-section .material-layout--label {
  font-size: 20px !important;
  font-weight: bold !important;
  margin-bottom: 20px; }

#contact-section #email-client {
  background-image: url(/assets/c3d637566a42b8bdd10b.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
  padding-left: 50px !important;
  padding-bottom: 5px !important;
  height: 44px;
  font-size: 16px !important; }

#contact-section #phone-no {
  background-image: url(/assets/9413e56497e1f397bedb.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
  padding-left: 50px !important;
  padding-bottom: 5px !important;
  height: 44px;
  font-size: 16px !important; }

#time-zone #timezone-select {
  background-color: var(--primary-clear) !important;
  font-size: 15px !important;
  border-radius: 4px 4px 0px 0px;
  height: 44px; }

#time-zone span {
  height: 44px !important;
  line-height: 2rem;
  font-size: 16px; }

#time-zone label {
  font-size: 20px !important;
  font-weight: bold !important; }

#password-section {
  margin-top: 50px; }
  #password-section article {
    font-size: 20px; }
    #password-section article label {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 0 !important;
      height: 20px; }
    #password-section article #password {
      background-color: transparent; }
      #password-section article #password input {
        padding-left: 20px !important;
        padding-bottom: 5px !important;
        font-size: 15px !important;
        height: 40px; }
    #password-section article .material-layout--container {
      display: flex;
      justify-content: space-between; }
      #password-section article .material-layout--container label {
        height: 100%; }
    #password-section article .material-layout--input-container {
      background-color: transparent !important; }
    #password-section article .material-layout--label {
      line-height: 1.4em !important; }
    #password-section article #repeat-password {
      padding-left: 20px !important;
      padding-bottom: 5px !important;
      margin-top: 0.1rem;
      font-size: 15px !important;
      height: 40px; }

.text-input > .materia-layout--content-wrapper {
  background-color: var(--primary-clear) !important;
  font-size: 15px !important;
  border-radius: 4px 4px 0px 0px; }

.app-flow-buttons span {
  width: 100%;
  padding: 10px; }

#btn-next {
  width: 111px;
  height: 37px;
  background: var(--primary);
  border-radius: 30px;
  font-size: 18px;
  line-height: 15px;
  padding: 0 2rem !important;
  float: right; }

#create-account {
  background: var(--primary-clear);
  border-radius: 30px;
  font-size: 16px;
  line-height: 10px;
  padding: 0 2rem !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px; }

.form-page .main-title {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 30px;
  font-size: 30px ;
  /* Fallback in px */
  font-size: 1.875rem ;
  line-height: 32px;
  margin-bottom: 9px; }
  .form-page .main-title .icon {
    color: #696969; }

.form-page .title-link:link,
.form-page .title-link:visited {
  color: #1696a2;
  text-decoration: none;
  transition: all 0.7s;
  font-size: 30px ;
  /* Fallback in px */
  font-size: 1.875rem ; }

.form-page .title-link:hover {
  color: #21ce99; }

.form-page .title-link:active {
  color: #1da77e; }

.form-page .description {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px ;
  /* Fallback in px */
  font-size: 1.125rem ;
  line-height: 19px;
  line-height: 26px ;
  /* Fallback in px */
  line-height: 1.625rem ;
  margin-bottom: 30px; }
  .form-page .description a:link,
  .form-page .description a:visited {
    color: #21ce99;
    text-decoration: none;
    transition: all 0.5s; }
  .form-page .description a:hover {
    color: #0072b6; }
  .form-page .description a:active {
    color: #1696a2; }
  .form-page .description.bold-description,
  .form-page .description .bold-description {
    color: #474747; }
  .form-page .description.bold-description {
    width: 100%; }

.form-page .address-wrapper {
  padding-top: 0 !important; }
  .form-page .address-wrapper:not(.regular-margin) {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important; }
  .form-page .address-wrapper .title {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px ;
    /* Fallback in px */
    font-size: 1.125rem ;
    line-height: 19px;
    font-weight: bold;
    color: #555555;
    margin-bottom: 5px;
    padding: 0;
    margin-right: 10px;
    font-size: 15px ;
    /* Fallback in px */
    font-size: 0.9375rem ;
    height: auto; }

.form-page :not(.app-flow-content) article:not(#current-address):not(.job-wrapper) .address-wrapper,
.form-page #additional-addresses .address-wrapper,
.form-page .job-wrapper {
  margin-top: 1rem;
  margin-bottom: 0; }

.form-page .collapse-m button.btn-link:focus > span::after {
  content: "\f111";
  font: normal normal normal 10px/1 FontAwesome;
  margin-left: 5px;
  color: var(--primary); }

.form-page article {
  margin-bottom: 2rem;
  /*  ############ BASIC TEXT FIELD FORMS ############################ */
  /*  ############ SELECT FORMS - TYPICALLY DATE ############################ */
  /*  ############ RADIO BUTTON FORMS ############################ */
  /*  ############ SLIDER BAR FORMS ############################ */
  /* ############ EXTRAS MISC ############################ */ }
  .form-page article.negative-article {
    margin-top: -10%; }
  .form-page article .title {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px ;
    /* Fallback in px */
    font-size: 1.125rem ;
    line-height: 19px;
    font-weight: bold;
    color: #555555;
    margin-bottom: 5px;
    padding: 0;
    margin-right: 10px;
    height: auto;
    font-size: 15px ;
    /* Fallback in px */
    font-size: 0.9375rem ; }
  .form-page article .sub-title {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px ;
    /* Fallback in px */
    font-size: 0.875rem ;
    color: #696969; }
  .form-page article a {
    color: #21ce99; }
  .form-page article .expander {
    padding: 0;
    margin: 0;
    line-height: 19px; }
    .form-page article .expander .expandable,
    .form-page article .expander .expanded {
      color: #21ce99;
      transition: all 0.5s;
      cursor: pointer;
      font-family: "Lato", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px ;
      /* Fallback in px */
      font-size: 1rem ; }
      .form-page article .expander .expandable.expanded,
      .form-page article .expander .expanded.expanded {
        display: none; }
      .form-page article .expander .expandable i,
      .form-page article .expander .expanded i {
        font-size: 12px ;
        /* Fallback in px */
        font-size: 0.75rem ;
        padding: 0 0 0 5px; }
    .form-page article .expander .expandable:hover,
    .form-page article .expander .expanded:hover {
      color: #0072b6; }
  .form-page article .description {
    display: none;
    margin-bottom: 15px;
    position: relative;
    width: 100vh; }
  .form-page article .form-container,
  .form-page article .select-form,
  .form-page article .address-wrapper {
    height: auto;
    padding: 0 5px; }
    .form-page article .form-container input,
    .form-page article .form-container input[type="numbers"],
    .form-page article .select-form input,
    .form-page article .select-form input[type="numbers"],
    .form-page article .address-wrapper input,
    .form-page article .address-wrapper input[type="numbers"] {
      outline: none;
      border: none;
      box-shadow: none;
      border-radius: 3px; }
    .form-page article .form-container input[type="text"]:focus,
    .form-page article .form-container input[type="number"]:focus,
    .form-page article .form-container input[type="email"]:focus,
    .form-page article .form-container input[type="date"]:focus,
    .form-page article .select-form input[type="text"]:focus,
    .form-page article .select-form input[type="number"]:focus,
    .form-page article .select-form input[type="email"]:focus,
    .form-page article .select-form input[type="date"]:focus,
    .form-page article .address-wrapper input[type="text"]:focus,
    .form-page article .address-wrapper input[type="number"]:focus,
    .form-page article .address-wrapper input[type="email"]:focus,
    .form-page article .address-wrapper input[type="date"]:focus {
      box-shadow: none !important;
      border-color: #36939d; }
    .form-page article .form-container input[type="number"]::-webkit-outer-spin-button,
    .form-page article .form-container input[type="number"]::-webkit-inner-spin-button,
    .form-page article .select-form input[type="number"]::-webkit-outer-spin-button,
    .form-page article .select-form input[type="number"]::-webkit-inner-spin-button,
    .form-page article .address-wrapper input[type="number"]::-webkit-outer-spin-button,
    .form-page article .address-wrapper input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .form-page article .form-container input[type="number"],
    .form-page article .select-form input[type="number"],
    .form-page article .address-wrapper input[type="number"] {
      -moz-appearance: textfield; }
    .form-page article .form-container .icon,
    .form-page article .select-form .icon,
    .form-page article .address-wrapper .icon {
      height: 40px ;
      /* Fallback in px */
      height: 2.5rem ;
      font-size: 30px ;
      /* Fallback in px */
      font-size: 1.875rem ;
      text-align: center;
      line-height: 35px ;
      /* Fallback in px */
      line-height: 2.1875rem ;
      color: #757575; }
    .form-page article .form-container .form,
    .form-page article .form-container .form-control,
    .form-page article .form-container .select-field,
    .form-page article .select-form .form,
    .form-page article .select-form .form-control,
    .form-page article .select-form .select-field,
    .form-page article .address-wrapper .form,
    .form-page article .address-wrapper .form-control,
    .form-page article .address-wrapper .select-field {
      min-height: 40px ;
      /* Fallback in px */
      min-height: 2.5rem ;
      width: 100%;
      padding: 10px;
      border: 1px solid #757575; }
    .form-page article .form-container.half .form,
    .form-page article .select-form.half .form,
    .form-page article .address-wrapper.half .form {
      width: 99%; }
    .form-page article .form-container.third:not(:last-child) .form,
    .form-page article .select-form.third:not(:last-child) .form,
    .form-page article .address-wrapper.third:not(:last-child) .form {
      width: 98%; }
  .form-page article .form-container.half:nth-child(even) .form {
    float: right; }
  .form-page article .form-container.triples .form {
    border-radius: 3px;
    width: 97%; }
  .form-page article .form-container.triples:last-child .form {
    width: 100%; }
  .form-page article .select-form {
    margin-top: 20px;
    height: 40px;
    padding: 0; }
    .form-page article .select-form .day,
    .form-page article .select-form .month,
    .form-page article .select-form .year {
      padding: 0;
      height: 40px;
      width: 100%;
      border-radius: 3px;
      position: relative; }
      .form-page article .select-form .day select,
      .form-page article .select-form .month select,
      .form-page article .select-form .year select {
        line-height: inherit;
        position: absolute;
        border: none;
        border-radius: 3px;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 5px; }
        .form-page article .select-form .day select:focus,
        .form-page article .select-form .month select:focus,
        .form-page article .select-form .year select:focus {
          border: 1px solid #36939d;
          outline: none; }
        .form-page article .select-form .day select:-moz-focusring,
        .form-page article .select-form .month select:-moz-focusring,
        .form-page article .select-form .year select:-moz-focusring {
          color: transparent;
          outline: none;
          text-shadow: 0 0 0 #000;
          -moz-appearance: none; }
      .form-page article .select-form .day .date-select,
      .form-page article .select-form .month .date-select,
      .form-page article .select-form .year .date-select {
        border: 1px solid #757575;
        height: 100%;
        width: 97%;
        color: #696969;
        padding-left: 10px; }
      .form-page article .select-form .day:last-child .date-select,
      .form-page article .select-form .month:last-child .date-select,
      .form-page article .select-form .year:last-child .date-select {
        width: 100%; }
      .form-page article .select-form .day i,
      .form-page article .select-form .month i,
      .form-page article .select-form .year i {
        color: #696969;
        position: absolute;
        top: 40%;
        left: 95%;
        -webkit-transform: translate(-200%, -50%);
                transform: translate(-200%, -50%); }
  .form-page article .fe-radio-form {
    width: intrinsic;
    /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content;
    /* Firefox/Gecko */
    width: -webkit-max-content;
    width: max-content;
    height: auto; }
    .form-page article .fe-radio-form .fe-option {
      height: 40px ;
      /* Fallback in px */
      height: 2.5rem ;
      position: relative;
      background-color: white; }
      .form-page article .fe-radio-form .fe-option[focus-within] {
        border-color: var(--primary);
        border: 1px dotted var(--primary); }
      .form-page article .fe-radio-form .fe-option:focus-within {
        border-color: var(--primary);
        border: 1px dotted var(--primary); }
      .form-page article .fe-radio-form .fe-option input {
        position: absolute;
        opacity: 0;
        height: 100%;
        width: 45px ;
        /* Fallback in px */
        width: 2.8125rem ;
        top: 0;
        left: 0;
        z-index: 3;
        cursor: pointer;
        cursor: pointer; }
        .form-page article .fe-radio-form .fe-option input:checked {
          background-color: #1696a2;
          border-color: #1696a2; }
          .form-page article .fe-radio-form .fe-option input:checked ~ .checkmark {
            border: 2px solid white; }
            .form-page article .fe-radio-form .fe-option input:checked ~ .checkmark::after {
              content: "✔";
              display: block;
              top: 30%;
              left: 70%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              color: white;
              font-size: 15px ;
              /* Fallback in px */
              font-size: 0.9375rem ;
              font-weight: 300; }
          .form-page article .fe-radio-form .fe-option input:checked ~ label {
            color: white;
            border: 2px solid var(--primary-2) !important; }
          .form-page article .fe-radio-form .fe-option input:checked ~ i {
            color: white; }
      .form-page article .fe-radio-form .fe-option label {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        margin-bottom: 0;
        padding-left: 45px ;
        /* Fallback in px */
        padding-left: 2.8125rem ;
        padding-right: 45px ;
        /* Fallback in px */
        padding-right: 2.8125rem ;
        font-size: 16px ;
        /* Fallback in px */
        font-size: 1rem ;
        color: #595959;
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        z-index: 1;
        border-radius: 3px; }
      .form-page article .fe-radio-form .fe-option .checkmark {
        position: absolute;
        height: 15px ;
        /* Fallback in px */
        height: 0.9375rem ;
        width: 15px ;
        /* Fallback in px */
        width: 0.9375rem ;
        top: 50%;
        left: 20px ;
        /* Fallback in px */
        left: 1.25rem ;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border: 2px solid #757575;
        border-radius: 10px;
        z-index: 2; }
        .form-page article .fe-radio-form .fe-option .checkmark.no-identation {
          left: 4px !important;
          /* Fallback in px */
          left: 0.25rem !important; }
      .form-page article .fe-radio-form .fe-option .checkmark:after {
        content: "";
        position: absolute;
        display: none; }
      .form-page article .fe-radio-form .fe-option.checked {
        background-color: #1696a2;
        border-color: #1696a2; }
        .form-page article .fe-radio-form .fe-option.checked .checkmark {
          border: 2px solid white; }
        .form-page article .fe-radio-form .fe-option.checked .checkmark:after {
          content: "\2713";
          display: block;
          top: 30%;
          left: 70%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          color: white;
          font-size: 15px ;
          /* Fallback in px */
          font-size: 0.9375rem ;
          font-weight: bolder !important; }
        .form-page article .fe-radio-form .fe-option.checked label {
          color: white; }
    .form-page article .fe-radio-form.small-radio .fe-option:not(:first-child) label, .form-page article .fe-radio-form.large-radio .fe-option:not(:first-child) label {
      border-top: 0; }
  .form-page article .property-option,
  .form-page article .img-checkbox {
    padding: 10px 0 0 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .form-page article .property-option.img-checkbox,
    .form-page article .img-checkbox.img-checkbox {
      padding: 0 !important; }
    .form-page article .property-option:not(:last-child),
    .form-page article .img-checkbox:not(:last-child) {
      padding-right: 10px; }
    .form-page article .property-option input,
    .form-page article .img-checkbox input {
      position: absolute;
      opacity: 0;
      height: 100%;
      width: 150px;
      cursor: pointer;
      z-index: 3; }
    .form-page article .property-option input:hover ~ img,
    .form-page article .property-option input:hover ~ svg,
    .form-page article .img-checkbox input:hover ~ img,
    .form-page article .img-checkbox input:hover ~ svg {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); }
    .form-page article .property-option input:hover:disabled ~ img,
    .form-page article .property-option input:hover:disabled ~ svg,
    .form-page article .img-checkbox input:hover:disabled ~ img,
    .form-page article .img-checkbox input:hover:disabled ~ svg {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
    .form-page article .property-option input:checked ~ img,
    .form-page article .property-option input:checked ~ svg,
    .form-page article .img-checkbox input:checked ~ img,
    .form-page article .img-checkbox input:checked ~ svg {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%);
      background-color: var(--primary-2); }
    .form-page article .property-option input:checked:disabled ~ img,
    .form-page article .property-option input:checked:disabled ~ svg,
    .form-page article .img-checkbox input:checked:disabled ~ img,
    .form-page article .img-checkbox input:checked:disabled ~ svg {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      background-color: var(--primary-2); }
    .form-page article .property-option label,
    .form-page article .img-checkbox label {
      width: 120px;
      text-align: center;
      font-family: "Lato", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 14px ;
      /* Fallback in px */
      font-size: 0.875rem ;
      color: #696969;
      margin: 0; }
      .form-page article .property-option label.inside-box,
      .form-page article .img-checkbox label.inside-box {
        position: absolute !important;
        bottom: 3.5rem !important;
        -webkit-transform: translateY(100%) !important;
                transform: translateY(100%) !important;
        font-weight: bold;
        z-index: 5;
        color: #616161 !important;
        font-size: 0.799rem !important; }
    .form-page article .property-option input:checked ~ label,
    .form-page article .img-checkbox input:checked ~ label {
      color: var(--primary); }
    .form-page article .property-option input:checked:disabled ~ label,
    .form-page article .img-checkbox input:checked:disabled ~ label {
      color: var(--gray); }
    .form-page article .property-option img,
    .form-page article .property-option svg,
    .form-page article .img-checkbox img,
    .form-page article .img-checkbox svg {
      width: 120px;
      height: 120px;
      padding: 10px;
      border-radius: 25px;
      display: inline-block;
      text-align: center;
      margin-bottom: 8px;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s;
      z-index: 2;
      border: 2px solid #eeeeee;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
    .form-page article .property-option img.big,
    .form-page article .property-option svg.big,
    .form-page article .img-checkbox img.big,
    .form-page article .img-checkbox svg.big {
      width: 160px;
      height: 160px; }
    .form-page article .property-option img.small,
    .form-page article .property-option svg.small,
    .form-page article .img-checkbox img.small,
    .form-page article .img-checkbox svg.small {
      width: 80px;
      height: 80px; }
    .form-page article .property-option img ~ label,
    .form-page article .property-option svg ~ label,
    .form-page article .img-checkbox img ~ label,
    .form-page article .img-checkbox svg ~ label {
      width: 160px; }
  .form-page article .slider-form {
    height: auto; }
    .form-page article .slider-form .text-before {
      padding: 0 5px 0 0;
      height: 40px;
      line-height: 40px;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 22px ;
      /* Fallback in px */
      font-size: 1.375rem ;
      color: #595959;
      font-weight: normal; }
    .form-page article .slider-form .form-box {
      position: relative;
      max-width: 11rem;
      min-width: 9rem; }
      .form-page article .slider-form .form-box input {
        width: 100%;
        height: 40px ;
        /* Fallback in px */
        height: 2.5rem ;
        padding-left: 10px ;
        /* Fallback in px */
        padding-left: 0.625rem ; }
        .form-page article .slider-form .form-box input:not(.material-input) {
          border: 1px solid #757575 !important; }
      .form-page article .slider-form .form-box label {
        text-transform: lowercase;
        position: absolute;
        top: 50%;
        left: 105px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        .form-page article .slider-form .form-box label.error {
          -webkit-transform: translateY(-100%);
                  transform: translateY(-100%); }
      .form-page article .slider-form .form-box.right-slider {
        position: relative;
        max-width: 9rem; }
        .form-page article .slider-form .form-box.right-slider input {
          width: 70px; }
        .form-page article .slider-form .form-box.right-slider label:not(.error) {
          position: absolute;
          top: 50%;
          left: 110px;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          height: 40px;
          font-family: "Lato", sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 22px ;
          /* Fallback in px */
          font-size: 1.375rem ;
          color: #595959;
          font-weight: normal; }
    .form-page article .slider-form .slide-container {
      width: 100%;
      height: 40px;
      padding: 0;
      margin: 0;
      position: relative;
      /*  padding-left: 10px; */ }
      .form-page article .slider-form .slide-container .slider {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        height: 7px;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        border-radius: 10px;
        outline: none;
        background-image: linear-gradient(to right, #21ce99, #1696a2 0, #dddddd 0);
        background-image: -ms-linear-gradient(to right, #21ce99, #1696a2 0, #dddddd 0); }
        .form-page article .slider-form .slide-container .slider::-webkit-slider-thumb {
          appearance: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          width: 25px;
          height: 25px;
          border-radius: 50px;
          background-color: white;
          box-shadow: 1px 2px 5px #696969;
          cursor: pointer; }
        .form-page article .slider-form .slide-container .slider::-ms-thumb {
          appearance: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          width: 25px;
          height: 25px;
          border-radius: 50px;
          background-color: white;
          box-shadow: 1px 2px 5px #696969;
          cursor: pointer; }
      .form-page article .slider-form .slide-container input[type="range"]::-moz-range-track {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        opacity: 0;
        outline: 0; }
      .form-page article .slider-form .slide-container input[type="range"]::-moz-range-thumb {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        opacity: none;
        width: 25px;
        height: 25px;
        border-radius: 50px;
        background-color: white;
        box-shadow: 1px 2px 5px #696969;
        cursor: pointer; }
      .form-page article .slider-form .slide-container input[type="range"]::-moz-focus-outer {
        border: 0; }
      .form-page article .slider-form .slide-container input[type="range"]::-moz-range-track:focus {
        outline: 0;
        border: none; }
      .form-page article .slider-form .slide-container input[type="range"]::-ms-thumb {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        opacity: none;
        width: 25px;
        height: 25px;
        border-radius: 50px;
        background-color: white;
        box-shadow: 1px 2px 5px #696969;
        cursor: pointer; }
      .form-page article .slider-form .slide-container input[type="range"]::-ms-focus-outer {
        border: 0; }
      .form-page article .slider-form .slide-container input[type="range"]::-ms-track {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        opacity: 0;
        outline: 0; }
      .form-page article .slider-form .slide-container input[type="range"]::-ms-track:focus {
        outline: 0;
        border: none; }
  .form-page article .extra-form-container {
    display: none; }
    .form-page article .extra-form-container .extra-form {
      height: 550px;
      border-radius: 5px;
      padding: 20px 30px;
      background-color: rgba(220, 220, 220, 0.3); }
    .form-page article .extra-form-container .long-text {
      height: 200px;
      resize: none; }

.form-page .app-flow-buttons {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 75px;
  padding: 0;
  text-align: center;
  height: 45px; }
  .form-page .app-flow-buttons .back {
    height: 45px;
    position: relative; }
    .form-page .app-flow-buttons .back .go-back:link,
    .form-page .app-flow-buttons .back .go-back:visited {
      color: #595959;
      transition: all 0.7s; }
      .form-page .app-flow-buttons .back .go-back:link p,
      .form-page .app-flow-buttons .back .go-back:visited p {
        font-size: 16px;
        font-weight: bold;
        position: absolute;
        width: 60px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .form-page .app-flow-buttons .back .go-back:hover {
      color: #3f3f3f; }
  .form-page .app-flow-buttons .forward {
    width: 100%;
    height: 45px;
    padding: 0;
    margin: 0; }
    .form-page .app-flow-buttons .forward a:link,
    .form-page .app-flow-buttons .forward a:visited,
    .form-page .app-flow-buttons .forward a:hover {
      pointer-events: none; }
    .form-page .app-flow-buttons .forward .move-on {
      border: none;
      background-color: #dddddd;
      height: 100%;
      width: 60%;
      color: white;
      /* padding: 10px 40px; */
      border-radius: 50px;
      transition: 1s all;
      pointer-events: none;
      outline: 0; }
    .form-page .app-flow-buttons .forward .form-finish {
      cursor: pointer;
      pointer-events: all; }

.form-page .summary-container {
  width: 100%;
  padding: 30px 0 0 40px;
  margin-bottom: 20px; }
  .form-page .summary-container .summary-heading,
  .form-page .summary-container .edit-link {
    padding: 0;
    margin: 0; }
  .form-page .summary-container .summary-heading {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 30px;
    font-size: 30px ;
    /* Fallback in px */
    font-size: 1.875rem ;
    line-height: 32px;
    font-size: 26px;
    font-weight: 400;
    color: #1696a2;
    margin-bottom: 30px; }
  .form-page .summary-container .edit-link {
    padding-top: 14px;
    float: right;
    text-align: right; }
    .form-page .summary-container .edit-link a:link,
    .form-page .summary-container .edit-link a:visited {
      color: #21ce99;
      text-decoration: none;
      transition: all 0.5s; }
    .form-page .summary-container .edit-link a:hover {
      color: #1d9d76; }
    .form-page .summary-container .edit-link a:active {
      color: #21b387; }
  .form-page .summary-container .summary-section {
    padding: 0;
    margin: 0;
    line-height: 8px;
    width: 100%;
    margin-bottom: 20px; }
    .form-page .summary-container .summary-section p {
      color: #696969;
      font-family: "Lato", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px ;
      /* Fallback in px */
      font-size: 1rem ; }
      .form-page .summary-container .summary-section p span {
        color: #474747;
        font-size: 1rem;
        font-weight: 600; }
      .form-page .summary-container .summary-section p.half {
        float: left;
        padding-right: 20px; }

.summary-check {
  margin-bottom: 80px; }
  .summary-check .checkbox-container {
    border: 2px solid #21ce99;
    border-radius: 4px;
    height: 20px;
    width: 20px;
    position: relative;
    margin-top: 5px;
    cursor: pointer; }
    .summary-check .checkbox-container input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
    .summary-check .checkbox-container .checkmark {
      position: absolute;
      height: 20px;
      width: 20px;
      top: 5px;
      left: 12px;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #21ce99; }
    .summary-check .checkbox-container .checkmark:after {
      content: "✔";
      position: absolute;
      display: none; }
    .summary-check .checkbox-container.checked .checkmark:after {
      content: "✔";
      display: block;
      font-size: 18px;
      font-weight: 300; }
  .summary-check .check-description {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px ;
    /* Fallback in px */
    font-size: 1rem ;
    color: #696969; }
    .summary-check .check-description a:link,
    .summary-check .check-description a:visited {
      text-decoration: none;
      color: #21ce99;
      transition: all 0.5s; }
    .summary-check .check-description a:hover {
      color: #1d9d76; }
    .summary-check .check-description a:active {
      color: #21b387; }

.submit-container {
  text-align: center;
  padding: 0;
  margin: 0; }
  .submit-container .description {
    color: #3f3f3f;
    font-size: 1.1rem; }

/* ---- footer ---- */
footer {
  width: 100%;
  background-color: #f8f8f8; }
  footer .foot-container {
    margin: 0 auto;
    padding: 30px 0; }
    footer .foot-container .logo {
      text-align: center;
      margin-bottom: 20px; }
      footer .foot-container .logo img {
        height: 30px;
        width: auto; }
    footer .foot-container .links {
      text-align: center;
      margin: 0 auto; }
      footer .foot-container .links .link {
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px ;
        /* Fallback in px */
        font-size: 0.875rem ; }
        footer .foot-container .links .link a:visited,
        footer .foot-container .links .link a:link {
          text-decoration: none;
          color: #696969;
          transition: all 0.8s; }
        footer .foot-container .links .link a:hover {
          color: #595959; }
        footer .foot-container .links .link a:active {
          color: #696969; }
    footer .foot-container .copyright {
      font-family: "Lato", sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 14px ;
      /* Fallback in px */
      font-size: 0.875rem ;
      color: #757575;
      text-align: center; }

.form-box .invalid-feedback {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 4rem;
  width: 10rem;
  text-align: left; }

.form-page article .slider-form .form-box label {
  left: 0;
  text-transform: unset; }

form .fa-calendar:not(.custom-field-calendar),
#application-form .fa-calendar:not(.custom-field-calendar),
#reports-page-container .fa-calendar:not(.custom-field-calendar),
.range-datepicker .fa-calendar:not(.custom-field-calendar) {
  position: absolute;
  right: 0; }

div[class^="col-"] > .fa-calendar:not(.custom-field-calendar) {
  right: 50%;
  top: -15px; }

#current-address {
  margin-bottom: 0; }

#kids-label {
  left: 7px;
  pointer-events: none;
  top: 0;
  height: 100%;
  -webkit-transform: unset;
          transform: unset;
  display: flex;
  align-items: center;
  padding-bottom: 0 !important; }

.form-page .app-flow-buttons {
  margin: 0;
  width: 100%; }

.img-verified > img {
  max-width: unset; }

.dollar-prepend {
  padding-left: 1.2rem;
  position: relative; }
  .dollar-prepend:before {
    content: "$";
    font-weight: 500;
    line-height: 1.3;
    font-size: 1.3rem;
    padding: 0.375rem 0.75rem;
    padding-left: 0;
    left: 0;
    position: absolute;
    height: 100%; }
  .dollar-prepend input {
    width: 100% !important; }

.perc-prepend {
  padding-left: 1.2rem;
  position: relative; }
  .perc-prepend:before {
    content: "%";
    font-weight: 500;
    line-height: 1.3;
    font-size: 1.3rem;
    padding: 0.375rem 0.75rem;
    padding-left: 0;
    left: 0;
    position: absolute;
    height: 100%; }
  .perc-prepend input {
    width: 100% !important; }

.form-control,
.format-on-change {
  color: #3e3e3e; }

.app-flow-content ~ #preload,
.app-flow-content #preload {
  position: fixed !important;
  max-height: unset !important; }

/* app flow responsive below */
/* xs */
@media (max-width: 575px) {
  .bg {
    padding-top: 3rem; }
  .address-wrapper div[class*="col-"] {
    padding: 0 !important; }
  #kids-form {
    width: 100%; }
  .form-page article .form-container.triples .form {
    width: 100% !important; }
  .form-page article .slider-form .form-box {
    max-width: 100%;
    padding: 0; }
  .form-page article .property-option img,
  .form-page article .property-option svg {
    width: 140px;
    height: 99px; }
  .form-page article .fe-radio-form {
    width: 100%; }
    .form-page article .fe-radio-form .fe-option {
      height: auto; }
      .form-page article .fe-radio-form .fe-option label {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem; }
  .form-page article .select-form {
    height: auto; }
    .form-page article .select-form .day,
    .form-page article .select-form .month,
    .form-page article .select-form .year {
      margin-bottom: 10px !important; }
      .form-page article .select-form .day .date-select,
      .form-page article .select-form .month .date-select,
      .form-page article .select-form .year .date-select {
        width: 100% !important; }
  .form-page .summary-container {
    padding-right: 30px;
    padding-top: 15px; }
    .form-page .summary-container .sum-item {
      line-height: 1; }
    .form-page .summary-container .sum-item > span {
      display: block;
      margin-top: 0.3rem;
      line-height: 1; }
  .form-page .description {
    font-size: 16px;
    line-height: 20px; }
  .form-page label[for="flow"],
  .form-page label[for="tax-payment-choice"] {
    font-size: 14px !important;
    line-height: 1.3;
    width: 80%; }
  .perc-append {
    padding-right: 0;
    padding-left: 1.2rem; }
    .perc-append:after {
      right: unset;
      left: -1rem;
      padding-right: 0.75rem;
      padding-left: 0; }
  .form-box .invalid-feedback {
    width: 100% !important;
    top: 3rem !important; }
  #downpayment-question .form-box.one-require {
    width: 100%;
    max-width: 100%; }
  #downpayment-question .form-box.right-slider {
    margin-left: 0 !important;
    width: 100%;
    max-width: 100%;
    padding-left: 0; }
  .footer-container .icon-footer {
    height: 40.68px;
    width: 60.51px;
    margin-bottom: 1rem; }
  .step:not(.current) {
    display: none; }
  .has-banner #client-app-nav {
    margin-top: 45px; } }

/* sm */
@media (max-width: 767px) {
  .half .form {
    width: 100% !important;
    float: left !important; }
  .third .form {
    width: 100% !important; }
  .logo {
    margin-left: 0; } }

/* md */
@media (max-width: 992px) {
  .footer-container #footer {
    padding: 3rem; }
  .container-main,
  .container-extra {
    padding-right: 15px;
    padding-left: 15px; }
  .app-nav .logout {
    font-size: 18px ;
    /* Fallback in px */
    font-size: 1.125rem ;
    margin-right: 0; }
  .app-flow-content,
  .registration-content {
    min-height: calc(100vh - 61px - 57px) !important; } }

@media (max-width: 1200px) {
  .app-flow-content,
  .registration-content {
    min-height: calc(100vh - 85px - 57px); } }

input.form-control, input.form {
  color: #3e3e3e !important; }
  input.form-control::-webkit-input-placeholder, input.form::-webkit-input-placeholder {
    color: #757575 !important;
    opacity: 1; }
  input.form-control::-moz-placeholder, input.form::-moz-placeholder {
    color: #757575 !important;
    opacity: 1; }
  input.form-control:-ms-input-placeholder, input.form:-ms-input-placeholder {
    color: #757575 !important;
    opacity: 1; }
  input.form-control::-ms-input-placeholder, input.form::-ms-input-placeholder {
    color: #757575 !important;
    opacity: 1; }
  input.form-control::placeholder, input.form::placeholder {
    color: #757575 !important;
    opacity: 1; }

select.select-field {
  color: #3e3e3e !important; }
  select.select-field option {
    color: #3e3e3e !important; }
  select.select-field.select-field-empty,
  select.select-field option[value=""] {
    color: #595959 !important; }
  select.select-field.select-field-empty ~ .select2-container .select2-selection .select2-selection__rendered {
    color: #595959 !important; }

.row.small-gutters {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important; }
  .row.small-gutters [class="col"],
  .row.small-gutters [class*="col-"] {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; }

input.fe-dp-input:not(.fe-dp-no-format)::-webkit-input-placeholder {
  color: transparent !important; }

input.fe-dp-input:not(.fe-dp-no-format)::-moz-placeholder {
  color: transparent !important; }

input.fe-dp-input:not(.fe-dp-no-format):-ms-input-placeholder {
  color: transparent !important; }

input.fe-dp-input:not(.fe-dp-no-format)::-ms-input-placeholder {
  color: transparent !important; }

input.fe-dp-input:not(.fe-dp-no-format)::placeholder {
  color: transparent !important; }

.app-nav-item {
  transition: color 0.2s ease-in-out; }
  .app-nav-item.active {
    color: var(--primary); }
    .app-nav-item.active::before {
      position: absolute;
      top: 6px;
      right: -16px;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      border: none;
      box-shadow: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f111";
      color: var(--primary);
      background-color: white; }

.form-container.grid-form {
  justify-content: flex-start;
  margin-right: -3rem;
  margin-left: -3rem; }

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./src/shared/styles/scss/responsive.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
/* Broker portal board column sizes */
/* xs */
@media (max-width: 575.98px) {
  .app-nav.app-nav-locked {
    margin-top: 3rem; }
  .hellosign-content {
    display: none !important; }
  #autosave-infobox {
    bottom: -1.7em; }
  .logo {
    margin-left: 0;
    text-align: center; }
  #content .logo {
    width: 100%; }
  .activity-options {
    display: flex;
    justify-content: space-between; }
  .activity-options p {
    margin-bottom: 0; }
  ul.progressbar li {
    font-size: 11px;
    line-height: 15px; }
  #personal-details-container {
    margin: 0 !important; }
  .collapsee-body {
    margin-left: 10px;
    margin-right: 10px;
    text-align: left; }
  .contenedor-message {
    margin: 2rem 0px 0px !important;
    padding: 0px 1rem !important; }
  .custom-select,
  .select-field {
    background: none !important; }
  .subdomain-wrapper {
    width: 100%; }
    .subdomain-wrapper #website-addon {
      width: 100%;
      overflow: hidden; }
    .subdomain-wrapper #subdomain-text {
      width: 100%; }
  .complete-badge,
  .reload-badge {
    align-self: flex-end;
    width: auto;
    padding-left: 0px;
    padding-right: 15px; }
  .finastra-expand-button {
    right: 30px !important; }
  .form-page.finastra {
    max-width: 90%; }
  .select-document-container {
    border-bottom: 1px solid #e0e0e0; }
    .select-document-container .upload-resp-btn,
    .select-document-container .upload-resp-btn:hover {
      background: transparent !important;
      color: var(--primary) !important;
      border-color: transparent !important;
      box-shadow: none;
      float: right; }
  a.request-document,
  a.request-document:hover {
    background: transparent !important;
    color: var(--primary) !important;
    border-color: transparent !important;
    box-shadow: none;
    float: right; }
  #filogix-table tbody tr {
    flex-direction: column;
    padding: 0.75rem 0.25rem !important; }
  .drip-campaign-edit-wrapper {
    margin-top: 30px; }
  .drip-campaign.top-notification,
  .marketing-campaign.top-notification {
    top: 60px; }
  .client-profile-collaborators-dropdown {
    width: 15rem; }
  .action-pane-wrapper {
    height: 60vh; }
    .action-pane-wrapper#follow-up-tab {
      height: 75vh !important; }
      .action-pane-wrapper#follow-up-tab .form-group-wide {
        height: 66% !important; }
    .action-pane-wrapper .form-group-wide {
      height: 100% !important; }
  .note-editable {
    height: 25vh !important; }
  #timeline-container .progress-vertical::before {
    display: none; }
  #timeline-container .progress-vertical .progress-item {
    display: none; }
  #timeline-container .timeline-item .timeline-item-content-wrapper {
    max-width: 100%; }
  #timeline-container .month-tag {
    padding-left: 15px; }
  .application-quick-actions-indicator {
    display: none !important; } }

@media (min-width: 576px) {
  #e-sign-modal.add-signature-modal .modal-dialog {
    min-width: 760px !important; }
  #bulk-request-modal .modal-dialog {
    min-width: 890px !important; }
  .account-plan-message-modal .modal-dialog {
    max-width: 30rem !important; }
  #application-feature-discovery-modal.account-plan-message-modal .modal-dialog {
    max-width: 45rem !important; } }

/* sm */
@media (max-width: 767.98px) {
  .broker-application-container {
    height: calc(97vh - (61px + 20px + 1rem)); }
  #client-app-nav .steps .step-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #client-app-nav .steps .step:not(.selected):not(.step-controls) {
    display: none !important; }
  #client-app-nav .progress-bar {
    height: 3px !important; }
    #client-app-nav .progress-bar .fill-bar {
      -webkit-transform: unset !important;
              transform: unset !important; }
  .feature-discovery--shown .feature-discovery .arrow-discovery {
    display: none; }
  .sidebar-columns {
    flex: 0 0 100% !important;
    max-width: 100% !important; }
  #personal-details-container {
    margin: 0 !important; }
  #application-form-form .card.simple {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  #application-form-form p + .form-box input {
    background: #ffffff;
    border: transparent;
    box-shadow: none;
    height: 28px !important; }
  .column-divider-right {
    border-right: none !important; }
  .column-divider-left {
    border-left: none !important; }
  .theme-option img {
    width: 100%; }
  #upload-container *:not(span):not(input) {
    text-align: center; }
  .finastra-expand-button {
    top: 12px; }
  .client-profile-collaborators-dropdown {
    width: 18rem; }
  .activity-center-popover .applicants-wrapper .theader.theader-big {
    font-size: 0.4257rem; }
  .custom-popover {
    top: 0;
    bottom: unset;
    position: fixed; }
    .custom-popover > *:first-child {
      height: calc(100vh - 64px);
      width: calc(100vw - 3px) !important;
      max-height: unset !important; }
  .dropdown-submenu > .dropdown-menu {
    top: calc(100% + 1rem) !important;
    left: 0 !important;
    right: unset !important;
    max-height: 30vh !important; }
  #application-actions-dropdown--responsive {
    max-height: unset !important; }
  #sidebar.navbar-collapse {
    max-width: 18rem; }
    #sidebar.navbar-collapse .sidebar-header {
      min-height: 65px !important;
      max-height: 14rem !important; }
  .application-last-saved-message {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    padding-right: 1.5rem;
    white-space: nowrap;
    word-break: keep-all; }
    .application-last-saved-message + div {
      margin-bottom: 1.5rem !important; } }

/* md */
@media (max-width: 991.98px) {
  #dropdown-filters-content {
    overflow-y: auto !important; }
  .dropdown-responsive .dropdown-toggle {
    color: black !important;
    padding: 0;
    background: none;
    box-shadow: none;
    outline: none;
    border: none; }
    .dropdown-responsive .dropdown-toggle ::after {
      display: none !important; }
  .applicant-container > .card.single-card {
    min-height: unset !important; }
  .results-modal .modal-dialog {
    max-width: unset;
    width: 90%; }
  .campaigns-details-divider {
    border-right: 0 !important; }
  .card .row #upload-container:nth-child(3) {
    position: relative !important; }
  .data-name {
    padding-top: 15px !important; }
  #steps {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
    #steps .progressbar.progressbar-contain .status:nth-child(2n + 3) span, #steps .progressbar.pb-contain .status:nth-child(2n + 3) span {
      bottom: calc(100% + 1rem); }
  .single-card-container:first-child .single-card.card::after {
    display: none; }
  #quick-actions-modal .modal-dialog,
  #manage-subscriptions-modal .modal-dialog {
    max-width: 90vw; }
  .column-divider-left {
    border-left: none !important; }
  #board-changelog-summary {
    width: 100%; } }

/* lg */
@media (max-width: 1199.98px) {
  .modal-xxl {
    max-width: 800px !important; }
  .form-page.finastra {
    position: fixed;
    background: #fff;
    width: 100%;
    max-width: 30rem;
    height: 100%;
    top: 0;
    right: 0;
    padding: 2rem !important;
    border-left: solid 2px rgba(224,224,224,0.6);
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transform: translateX(99%);
            transform: translateX(99%);
    opacity: 0;
    z-index: 10; }
    .form-page.finastra.in {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      transition: -webkit-transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
    .form-page.finastra .ratios-container #finastra-close-dropdown,
    .form-page.finastra .ratios-container .ratios-title {
      background-color: #ffffff !important; }
  #documents-user-mesage-modal .column-divider {
    border: none !important; } }

@media (min-width: 576px) {
  .image-cropper {
    width: 75px;
    height: 75px;
    position: relative;
    overflow: hidden;
    border-radius: 50%; }
  #widget-wizard-container #app-container {
    padding: 3rem; }
  #widget-wizard-container .step:not(.current) {
    display: block; }
  .feature-discovery--shown .feature-discovery .feature-discovery-wrapper {
    width: 70vw;
    height: 65vh; }
    .feature-discovery--shown .feature-discovery .feature-discovery-wrapper .carousel .carousel-inner > .carousel-item {
      width: 95vw;
      height: 65vh; }
  .feature-discovery--shown .feature-discovery .feature-item.feature-item-intro .feature-box-top {
    height: 80%; }
  .feature-discovery--shown .feature-discovery .feature-item.feature-item-intro .feature-box-bottom {
    display: block; }
  .feature-discovery--shown .feature-discovery .feature-item.feature-item-intro .feature-title {
    font-size: 3.3rem;
    line-height: 2.5rem; }
  .feature-discovery--shown .feature-discovery .feature-item.feature-item-intro .feature-subtitle {
    font-size: 1.5rem; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-box-top {
    height: 65%;
    display: block; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-box-bottom {
    display: block; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-title {
    font-size: 2.5rem; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-subtitle {
    font-size: 1.2rem; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-image.feature-image-left {
    padding-left: 6%;
    padding-right: 6%;
    top: -27vw; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-image.feature-image-right {
    display: none; }
  #email-veriFication-banner.top-notification.widget.side-right {
    width: 100% !important;
    margin-left: 0; } }

@media (min-width: 768px) {
  .client-profiles-dynamic .draggable-container,
  .client-profiles-dynamic .add-client-profile-state-container {
    flex: 1 1 0% !important;
    min-width: 115px !important; }
  .filter-controls {
    display: inline-flex;
    flex: 0 0 0;
    max-width: 100%;
    margin-left: 2rem;
    padding-bottom: 0.4rem; }
  .btn-sm {
    white-space: nowrap; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-title {
    font-size: 2.8rem; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-subtitle {
    font-size: 1.3rem; }
  .finastra-expand-button {
    top: 5px !important; }
  .container-results {
    background-color: #f6f6f6 !important; }
  #dropdown-filters-content {
    width: 40rem; } }

/* 992px and up */
@media (min-width: 992px) {
  #pdf-editor-modal canvas {
    width: 400px; }
  .chart-wrapper {
    height: 200px; }
  #widget-wizard-container #app-container {
    padding: 3rem 6rem; }
  .client-profile-name {
    font-size: 0.95rem; }
  .client-profile-value.state-total {
    font-size: 1.2rem !important; }
  .feature-discovery--shown .feature-discovery .feature-item.feature-item-intro .feature-title {
    font-size: 3.5rem;
    line-height: 2.8rem; }
  .feature-discovery--shown .feature-discovery .feature-item.feature-item-intro .feature-subtitle {
    font-size: 1.5rem; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-image.feature-image-left {
    padding-left: 15%;
    padding-right: 28%;
    top: -19vw; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-image.feature-image-right {
    padding-left: 45%;
    padding-right: 15%;
    top: -24vw;
    display: block; }
  .feature-discovery--shown .feature-discovery .carousel-control-next-icon {
    position: relative; }
    .feature-discovery--shown .feature-discovery .carousel-control-next-icon::after {
      content: "Learn More";
      position: absolute;
      white-space: nowrap;
      -webkit-transform: translate3d(-130%, -3px, 0);
              transform: translate3d(-130%, -3px, 0); }
  #linked-apps-card,
  #uploaded-documents-card #client-profile-lists,
  #client-profile-campaigns {
    min-height: 7rem;
    max-height: 38rem; }
  .client-profile-sidebar {
    min-width: 280px;
    max-width: 360px; }
    .client-profile-sidebar + div {
      max-width: calc(100% - 360px); }
  .single-card-container .single-card.card .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .single-card-container:first-child .single-card.card {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important; }
    .single-card-container:first-child .single-card.card::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background-color: #e0e0e0; }
  .single-card-container:last-child .single-card.card {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: transparent;
    box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.1); }
  .board-changelog-details-popover {
    width: 490px !important; }
  #email-veriFication-banner.top-notification.widget.side-right {
    width: calc(100vw - 25%) !important;
    margin-left: 25%; } }

@media (max-height: 900px) {
  .sidebar-header .sidebar-columns {
    flex: 0 0 50% !important;
    max-width: 50% !important; }
  .sidebar-header .profilepic {
    width: 55px !important;
    height: 55px !important; }
  .sidebar-header h5 {
    font-size: 1.1rem !important; }
  .sidebar-header.px-4-5 {
    padding-left: 0.9rem !important; }
  #sidebar .sidebar-header {
    min-height: 65px !important; } }

@media only screen and (max-width: 1224px) and (min-width: 1068px) {
  .vertical-column-client-profile {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-bottom: 0.5rem !important; }
    .vertical-column-client-profile button {
      width: 100% !important; } }

@media only screen and (max-width: 1296px) and (min-width: 992px) {
  .client-profile-referrer {
    display: none; }
  .btn-sm {
    white-space: nowrap !important; }
  .client-profile-value.state-total {
    font-size: 1.3rem !important; }
  .client-profile-value {
    font-size: 0.8rem !important; }
  .drag-item .mark-inactive {
    font-size: 0.65rem !important; }
  .drag-item .add-note-follow-up {
    font-size: 11px !important; }
  .remove-state-column {
    font-size: 12px !important; }
  .drag-item .client-profile-referrer,
  .drag-item .client-profile-created-at {
    font-size: 0.7rem; }
  .client-profiles-dynamic .draggable-container,
  .client-profiles-dynamic .add-client-profile-state-container {
    flex: 1 1 0% !important;
    min-width: 115px !important; } }

/* 1200px and up */
@media (min-width: 1200px) {
  .modal-xxl {
    max-width: 1140px !important; }
  #pdf-editor-modal canvas {
    width: 612px; }
  #task-calendar-wrapper {
    font-size: 1rem; }
  .fc-dayGridMonth-button,
  .fc-timeGridWeek-button {
    display: block !important; }
  .fc-timeGridDay-button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  .chart-wrapper {
    height: 250px; }
  .client-profiles-dynamic .draggable-container,
  .client-profiles-dynamic .add-client-profile-state-container {
    flex: 1 1 0% !important;
    min-width: 120px !important; }
  .client-profiles-dynamic .client-profile-email {
    font-size: 0.8rem; }
  .client-profiles-dynamic .client-profile-name {
    overflow: unset;
    text-overflow: unset;
    white-space: unset; }
  .feature-discovery--shown .feature-discovery .feature-discovery-wrapper {
    width: 35vw; }
    .feature-discovery--shown .feature-discovery .feature-discovery-wrapper .carousel .carousel-inner > .carousel-item {
      width: 80vw; }
  .feature-discovery--shown .feature-discovery .feature-item.feature-item-intro .feature-title {
    font-size: 4rem;
    line-height: 3.3rem; }
  .feature-discovery--shown .feature-discovery .feature-item.feature-item-intro .feature-subtitle {
    font-size: 1.5rem; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-title {
    font-size: 3rem; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-subtitle {
    font-size: 1.6rem; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-image.feature-image-left {
    padding-left: 15%;
    padding-right: 30%;
    top: -14vw; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-image.feature-image-right {
    padding-left: 48%;
    padding-right: 15%;
    top: -18vw; }
  .board-changelog-details-popover {
    width: 590px !important; } }

/*  1600px and up */
@media (min-width: 1600px) {
  .modal-xxl {
    max-width: 1540px !important; }
  .image-cropper {
    width: 90px;
    height: 90px;
    position: relative;
    overflow: hidden;
    border-radius: 50%; }
  .chart-wrapper {
    height: 300px; }
  .drag-item .client-profile-referrer,
  .drag-item .client-profile-created-at {
    font-size: 0.8rem !important; }
  .client-profile-email {
    display: block !important; }
  .client-profile-phone {
    display: block !important; }
  .client-profiles-dynamic .draggable-container,
  .client-profiles-dynamic .add-client-profile-state-container {
    flex: 1 1 0% !important;
    min-width: 150px !important; }
  .client-profile-name {
    font-size: 0.9rem !important; }
  .feature-discovery--shown .feature-discovery .feature-discovery-wrapper .carousel .carousel-inner > .carousel-item {
    width: 60vw; }
  .feature-discovery--shown .feature-discovery .feature-item.feature-item-intro .feature-title {
    font-size: 4.5rem;
    line-height: 3.8rem; }
  .feature-discovery--shown .feature-discovery .feature-item.feature-item-intro .feature-subtitle {
    font-size: 2rem; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-title {
    font-size: 3rem; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-subtitle {
    font-size: 1.6rem; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-image.feature-image-left {
    padding-left: 15%;
    padding-right: 30%;
    top: -9vw; }
  .feature-discovery--shown .feature-discovery .feature-item .feature-image.feature-image-right {
    padding-left: 50%;
    padding-right: 15%;
    top: -13vw; } }

@media (max-width: 767.98px) {
  #tutorial-carousel.carousel .carousel-inner > .carousel-item {
    height: 360px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  #tutorial-carousel.carousel .carousel-inner > .carousel-item {
    height: 400px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  #tutorial-carousel.carousel .carousel-inner > .carousel-item div.row img {
    max-height: 400px; } }

@media (max-width: 767.98px) {
  #tutorial-carousel.carousel .carousel-inner > .carousel-item div.row h4 {
    font-size: 2rem; }
  #tutorial-carousel.carousel .carousel-inner > .carousel-item div.row h6 {
    font-size: 1rem; } }

@media (min-width: 576px) {
  #tutorial-carousel.carousel .carousel-inner > .carousel-item div.row {
    top: 15%; } }

@media (min-width: 768px) {
  #tutorial-carousel.carousel .carousel-inner > .carousel-item div.row {
    left: 15px; } }

@media (min-width: 992px) {
  #tutorial-carousel.carousel .carousel-inner > .carousel-item div.row {
    top: 10%; } }

@media (min-width: 1200px) {
  #tutorial-carousel.carousel .carousel-inner > .carousel-item div.row {
    top: 10px; } }

/*
  Responsive for global font sizes
*/
/*
  Reusable variables to be used in the fonts main partial
*/
@media (min-width: 576px) {
  html {
    font-size: 0.85rem; } }

@media (min-width: 768px) {
  html {
    font-size: 0.9rem; } }

@media (min-width: 992px) {
  html {
    font-size: 0.85rem; } }

@media (min-width: 1200px) {
  html {
    font-size: 0.8rem; } }

@media (min-width: 1600px) {
  html {
    font-size: 0.9rem; } }

/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/select2-bootstrap4-theme/dist/select2-bootstrap4.css ***!
  \***************************************************************************************************************************************************************************************************************************************/
/*!
 * Select2 Bootstrap4 Theme v1.0.0 (https://github.com/berkan52/select2-bootstrap4-theme)
 * 
 * A theme for Select2 v4 and Bootstrap 4.0.0-beta.2 
 * 
 * Release v1.0.0 - 12-12-2017 
 * Copyright 2017 Berkan Akyürek <berkan52@gmail.com> 
 * Licensed under MIT 
 */
.select2-container--bootstrap4 {
  display: block;
}
.select2-container--bootstrap4 .select2-selection {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  font-size: 1rem;
  outline: 0;
}
.select2-container--bootstrap4 .select2-selection.form-control {
  border-radius: 0.25rem;
}
.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  font-size: 1rem;
}
.select2-container--bootstrap4 .select2-search__field {
  outline: 0;
}
.select2-container--bootstrap4 .select2-search__field::-webkit-input-placeholder {
  color: #868e96;
}
.select2-container--bootstrap4 .select2-search__field:-moz-placeholder {
  color: #868e96;
}
.select2-container--bootstrap4 .select2-search__field::-moz-placeholder {
  color: #868e96;
  opacity: 1;
}
.select2-container--bootstrap4 .select2-search__field:-ms-input-placeholder {
  color: #868e96;
}
.select2-container--bootstrap4 .select2-results__option {
  padding: 0.75rem 0.375rem;
  font-size: 1rem;
}
.select2-container--bootstrap4 .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap4 .select2-results__option[aria-disabled=true] {
  color: #868e96;
  cursor: not-allowed;
}
.select2-container--bootstrap4 .select2-results__option[aria-selected=true] {
  background-color: #f8f9fa;
  color: #16181b;
}
.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
  background-color: #007bff;
  color: #fff;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option {
  padding: 0.75rem 0.375rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -0.375rem;
  padding-left: 0.75rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -0.75rem;
  padding-left: 1.125rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1.125rem;
  padding-left: 1.5rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1.5rem;
  padding-left: 1.875rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1.875rem;
  padding-left: 2.25rem;
}
.select2-container--bootstrap4 .select2-results__group {
  color: #868e96;
  display: block;
  padding: 0.75rem 0.375rem;
  font-size: 75%;
  line-height: 1;
  white-space: nowrap;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection, .select2-container--bootstrap4.select2-container--open .select2-selection {
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #80bdff;
}
.select2-container--bootstrap4.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #868e96 transparent;
  border-width: 0 0.25rem 0.25rem 0.25rem;
}
.select2-container--bootstrap4.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap4.select2-container--open.select2-container--above .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap4 .select2-selection__clear {
  color: #868e96;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap4 .select2-selection__clear:hover {
  color: #343a40;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection {
  border-color: #ced4da;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection,
.select2-container--bootstrap4.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection,
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #e9ecef;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap4 .select2-dropdown {
  border-color: #80bdff;
  border-width: 1px;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap4 .select2-dropdown--above {
  margin-top: 1px;
}
.select2-container--bootstrap4 .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--bootstrap4 .select2-selection--single {
  height: calc(2.25rem + 2px);
  line-height: 1;
  padding: 0.75rem 1.125rem 0.75rem 0.375rem;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 0.375rem;
  top: 0;
  width: 0.25rem;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  border-color: #868e96 transparent transparent transparent;
  border-style: solid;
  border-width: 0.25rem 0.25rem 0 0.25rem;
  height: 0;
  left: 0;
  margin-left: -0.25rem;
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  color: #495057;
  padding: 0;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  color: #868e96;
}
.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(2.25rem + 2px);
  padding: 0;
  height: auto;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0.75rem 0.375rem 0 0.75rem;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__placeholder {
  color: #868e96;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  color: #495057;
  background: transparent;
  border: 1px solid #343a40;
  border-radius: 0.25rem;
  cursor: default;
  float: left;
  margin: -0.25rem 0 0 0.1875rem;
  padding: 0 0.75rem;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 0.375rem;
  height: calc(2.25rem + 2px)-2;
  line-height: 1;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  color: #868e96;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 0.375rem;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #343a40;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.75rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-sm, .input-group-sm .select2-container--bootstrap4 .select2-selection--single, .form-group-sm .select2-container--bootstrap4 .select2-selection--single {
  border-radius: 0.2rem;
  font-size: 75%;
  height: calc(1.8125rem + 2px);
  line-height: 1;
  padding: 0.5rem 1rem 0.5rem 0.25rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-sm .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  margin-left: -0.5rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm, .input-group-sm .select2-container--bootstrap4 .select2-selection--multiple, .form-group-sm .select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(1.8125rem + 2px);
  border-radius: 0.2rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-selection__rendered, .input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered, .form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  padding: 0.5rem 0.25rem 0 0.5rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-selection__choice, .input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  font-size: 75%;
  line-height: 1;
  margin: 0 0 0 0.125rem;
  padding: 0 0.5rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 0.25rem;
  font-size: 75%;
  height: calc(1.8125rem + 2px)-2;
  line-height: 1;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-selection__clear, .input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.5rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-lg, .input-group-lg .select2-container--bootstrap4 .select2-selection--single, .form-group-lg .select2-container--bootstrap4 .select2-selection--single {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  height: calc(2.875rem + 2px);
  line-height: 1;
  padding: 1rem 1.4375rem 1rem 0.5rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-lg .select2-selection__arrow, .input-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  width: 0.3125rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-lg .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  border-width: 0.3125rem 0.3125rem 0 0.3125rem;
  margin-left: -0.3125rem;
  margin-left: -1rem;
  margin-top: -0.15625rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-lg, .input-group-lg .select2-container--bootstrap4 .select2-selection--multiple, .form-group-lg .select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(2.875rem + 2px);
  border-radius: 0.3rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-lg .select2-selection__choice, .input-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 0.25rem;
  margin: 0rem 0 0 0.25rem;
  padding: 0 1rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 0.5rem;
  font-size: 1.25rem;
  height: calc(2.875rem + 2px)-2;
  line-height: 1;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-lg .select2-selection__clear, .input-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  margin-top: 1rem;
}
.select2-container--bootstrap4 .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #868e96 transparent;
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
}
.input-group-lg .select2-container--bootstrap4 .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #868e96 transparent;
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
}
.select2-container--bootstrap4[dir="rtl"] .select2-selection--single {
  padding-left: 1.125rem;
  padding-right: 0.375rem;
}
.select2-container--bootstrap4[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}
.select2-container--bootstrap4[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap4[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 0.375rem;
  right: auto;
}
.select2-container--bootstrap4[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap4[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap4[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap4[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--bootstrap4[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 0.1875rem;
}
.select2-container--bootstrap4[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #ffc107;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  border-color: #d39e00;
}
.has-warning.select2-drop-active {
  border-color: #d39e00;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #d39e00;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #dc3545;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  border-color: #bd2130;
}
.has-error.select2-drop-active {
  border-color: #bd2130;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #bd2130;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #28a745;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  border-color: #1e7e34;
}
.has-success.select2-drop-active {
  border-color: #1e7e34;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #1e7e34;
}

.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap4 > .selection > .select2-selection, .input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap4 > .selection > .select2-selection.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap4:not(:last-child) > .selection > .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap4:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap4:last-child > .selection > .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap4:last-child > .selection > .select2-selection.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .select2-container--bootstrap4 {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
}
.input-group > .select2-container--bootstrap4 > .selection > .select2-selection.form-control {
  float: none;
}
.input-group > .select2-container--bootstrap4.select2-container--open, .input-group > .select2-container--bootstrap4.select2-container--focus {
  z-index: 3;
}
.input-group > .select2-container--bootstrap4,
.input-group > .select2-container--bootstrap4 .input-group-btn,
.input-group > .select2-container--bootstrap4 .input-group-btn .btn {
  vertical-align: top;
}

.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

@media (min-width: 576px) {
  .form-inline .select2-container--bootstrap4 {
    display: inline-block;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./src/broker-portal/styles/scss/text.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
.company-title.small {
  font-size: 1.5em; }

.big {
  font-weight: 600;
  font-size: 2.25em;
  letter-spacing: 0; }

.title {
  font-weight: bold;
  font-size: 1.875em;
  letter-spacing: 0;
  line-height: 2em; }

.title.secondary {
  line-height: 1em; }

.regular {
  font-size: 1em;
  letter-spacing: 0; }

.small {
  font-size: 0.8em; }

.small-rem {
  font-size: 0.8rem; }

.extra-small {
  font-size: 0.7em;
  letter-spacing: 0.5px; }

.regular.bold,
.title.bold,
.small.bold {
  font-weight: bold; }

.regular.s-bold,
.title.s-bold,
.small.s-bold {
  font-weight: 600; }

.small.bold:not(.regular-line-height) {
  letter-spacing: 0;
  line-height: 28px ;
  /* Fallback in px */
  line-height: 1.75rem ; }

.text-grey {
  color: #5e5e5e !important; }

.subtitle {
  font-size: 16px ;
  /* Fallback in px */
  font-size: 1rem ; }

a.small {
  font-size: 14px ;
  /* Fallback in px */
  font-size: 0.875rem ; }

.form-bold {
  font-weight: 800; }
  label .form-bold {
    padding: 0 0.25rem; }

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./src/shared/styles/scss/override.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
.text-primary {
  color: var(--primary) !important; }

.text-secondary {
  color: var(--secondary) !important; }

.text-success {
  color: #157F5F !important; }

.text-success-darker {
  color: #47b264; }

.badge-success {
  background: #208337 !important; }

.btn-primary {
  color: #fff !important;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important; }
  .btn-primary:hover {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem var(--primary-rgb); }

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary); }

.btn-primary:not([disabled]):not(.disabled):active:focus,
.btn-primary:not([disabled]):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem var(--primary-rgb); }

.badge-primary {
  color: #fff;
  background-color: var(--primary); }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--primary); }

.bg-primary {
  background-color: var(--primary) !important; }

.border-primary {
  border-color: var(--primary) !important; }

.pretty.p-switch.p-fill input:checked ~ .state::before {
  border-color: var(--primary) !important;
  background-color: var(--primary) !important; }

.pretty.p-switch .state label::after {
  background-color: var(--primary-rgb) !important; }

.pretty.p-bigger label::before {
  border-radius: 4px; }

.pretty.p-toggle .state.p-primary label::after {
  background-color: var(--primary-alt) !important; }

.pretty.p-toggle .state.p-doorr label::after {
  background-color: #c137a2 !important; }

.pretty.p-toggle .state.p-primary-o label::before {
  background-color: var(--primary-alt) !important; }

.pretty.p-toggle .state.p-primary-o .icon,
.pretty.p-toggle .state.p-primary-o .svg,
.pretty.p-toggle .state.p-primary-o svg {
  color: var(--primary-alt);
  stroke: var(--primary-alt); }

.pretty.p-switch.p-fill input:checked ~ .state::before {
  border-color: var(--primary) !important;
  background-color: var(--primary) !important; }

.pretty.p-switch .state label::after {
  background-color: var(--primary-rgb) !important; }
  .pretty.p-switch .state label::after.p-doorr {
    background-color: #c137a2 !important; }

.pretty input:checked ~ .state.p-primary label::after {
  border-radius: 4px;
  background-color: var(--primary-alt) !important; }

.pretty input:checked ~ .state.p-doorr label::after {
  border-radius: 4px;
  background-color: #c137a2 !important;
  color: white; }

.pretty input:checked ~ .state.p-primary-o label::before {
  border-color: var(--primary-alt) !important; }

.pretty input:checked ~ .state.p-primary-o .icon,
.pretty input:checked ~ .state.p-primary-o .svg,
.pretty input:checked ~ .state.p-primary-o svg {
  color: var(--primary-alt);
  stroke: var(--primary-alt); }

a {
  color: var(--primary);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects; }
  a:hover {
    color: var(--primary);
    text-decoration: none; }

.app-form.form-control:focus {
  box-shadow: none !important;
  border-color: var(--secondary) !important; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--secondary) !important;
    outline: 0;
    box-shadow: none !important; }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly]:not(.display-time) {
    opacity: 0.9;
    background-color: #f3f3f3 !important;
    color: #9a9a9a !important; }
  .form-control .input-group-text {
    background-color: #f3f3f3; }

.sidetab-active {
  width: 100%;
  color: var(--gray);
  font-weight: bold; }

.template-tab.active {
  border: 2px solid var(--primary-alt); }

.nav-item.navbar-active,
.nav-item.nav-item-active {
  border-bottom: 0.25em solid var(--secondary);
  color: #454545;
  font-weight: 600; }

a.nav-link {
  color: #454545; }

a.text-primary:hover,
a.text-primary:focus {
  color: var(--primary) !important; }

.square-input {
  border-radius: 2px; }

.custom-select {
  background: #fff url(/assets/a08989ff61e99118472e.svg) no-repeat right 0.75rem center; }
  .custom-select:focus {
    border-color: #ffecdd;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem var(--primary-rgb); }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: ""; }
  select::-ms-expand {
    display: none; }

.mg-nav {
  border-bottom: 0.065em solid #e7e7e7; }

.dropzone .dz-preview .dz-success-mark svg * {
  fill: var(--primary); }

.dropzone .dz-preview .dz-details .dz-size:hover span {
  background-color: var(--primary); }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  background-color: var(--primary); }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: var(--primary);
  background: linear-gradient(to bottom, var(--primary), var(--primary)); }

.colorpicker-element .add-on i,
.colorpicker-element .colorpicker-input-addon i {
  display: inline-block;
  cursor: pointer;
  vertical-align: text-top;
  width: 3em;
  height: 100%; }

.colorpicker-2x .colorpicker-saturation {
  width: 120px;
  height: 120px; }

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
  width: 20px;
  height: 120px; }

.colorpicker-2x .colorpicker-preview,
.colorpicker-2x .colorpicker-preview div {
  height: 20px;
  font-size: 0px;
  line-height: 160%; }

.colorpicker-saturation .colorpicker-guide,
.colorpicker-saturation .colorpicker-guide i {
  height: 10px;
  width: 10px;
  border-radius: 10px; }

.upcoming-label {
  background: var(--primary); }

.live-label {
  background: #21ce99; }

.loader {
  border-radius: 50%;
  font-size: 7px;
  color: var(--primary);
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  .loader:before, .loader:after {
    position: absolute;
    content: "";
    width: 5.2em;
    height: 10.2em;
    background: #fff;
    top: -0.1em;
    border-radius: 50%; }
  .loader:before {
    border-radius: 10.2em 0 0 10.2em;
    left: -0.1em;
    -webkit-transform-origin: 5.2em 5.1em;
    transform-origin: 5.2em 5.1em;
    -webkit-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s; }
  .loader:after {
    border-radius: 0 10.2em 10.2em 0;
    left: 5.1em;
    -webkit-transform-origin: 0 5.1em;
    transform-origin: 0 5.1em;
    -webkit-animation: load2 2s infinite ease;
    animation: load2 2s infinite ease; }

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.loader-tiny {
  font-size: 3px; }

.loader-small {
  font-size: 5px; }

.loader-big {
  font-size: 11px; }

.input-loader {
  color: #c137a2;
  width: 18px !important;
  height: 18px !important; }

.input-calculator-icon {
  width: 2rem !important;
  height: 100% !important;
  font-size: 1.3rem !important;
  margin-bottom: 0;
  transition: margin-right 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 !important; }
  .input-calculator-icon .fa-calculator {
    position: absolute;
    right: 3%;
    bottom: 13%; }

.input-calculator.error ~ .input-calculator-icon {
  margin-right: 1.2rem; }

.fa-commenting-o.text-primary,
.fa-file-text-o.text-primary {
  color: var(--secondary); }

.header .registered-tooltip {
  font-size: 1.5rem; }

.header .header-title {
  display: flex;
  align-items: center; }

a.client-name {
  color: var(--secondary) !important;
  transition: color 0.5s ease; }
  a.client-name:hover {
    color: var(--primary) !important; }

.paginate_button.current {
  background-color: var(--primary) !important; }

.paginate_button:not(.current):not(.disabled) {
  color: var(--primary) !important; }

.badge-notification.complete,
.status-badge.complete {
  color: #fff;
  background-color: var(--secondary); }

.ld-ring {
  color: var(--primary); }

a.terms {
  color: var(--primary-alt); }

.stroke-regular {
  stroke: var(--primary-4); }

.fill-clear {
  fill: var(--primary-1); }

.fill-strong {
  fill: var(--primary-5); }

.fill-regular {
  fill: var(--primary-4); }

.app-flow-buttons .forward .form-finish {
  background-color: var(--primary); }

.form-page .app-flow-buttons .forward .form-finish {
  background-color: var(--primary); }

#client-app-nav .progress-bar .fill-bar {
  background-color: var(--primary); }

.container-main {
  background: linear-gradient(180deg, var(--primary-clear) 58%, #fffeff 0); }

.form-page .title-link:link,
.form-page .title-link:visited {
  color: var(--primary-alt); }

.form-page article a {
  color: var(--primary); }
  .form-page article a:hover {
    color: var(--primary); }

.form-page article .fe-radio-form .fe-option input:checked ~ label {
  background-color: var(--primary-alt);
  border-color: var(--primary-alt);
  border-bottom-color: var(--primary-alt); }

.form-page article .expander .expandable, .form-page article .expander .expandable:hover,
.form-page article .expander .expander,
.form-page article .expander .expander:hover {
  color: var(--primary); }

.form-page .description a:link,
.form-page .description a:visited {
  color: var(--primary); }

.form-page .property-option input:checked ~ svg,
.form-page .property-option input:checked ~ img,
.form-page .img-checkbox input:checked ~ svg,
.form-page .img-checkbox input:checked ~ img {
  border: 2px solid var(--secondary) !important;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

.form-page .property-option input:disabled ~ svg,
.form-page .property-option input:disabled ~ img,
.form-page .img-checkbox input:disabled ~ svg,
.form-page .img-checkbox input:disabled ~ img {
  border: 2px solid var(--gray) !important;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

.form-page .summary-container .summary-heading {
  color: var(--primary-alt); }

.form-page .summary-container .edit-link a:link, .form-page .summary-container .edit-link a:visited {
  color: var(--primary); }

.app-form.form-control:focus {
  border-color: var(--secondary) !important; }

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  background-color: transparent;
  background-color: initial;
  background-image: none;
  background-image: initial;
  background-repeat: repeat;
  background-repeat: initial;
  -webkit-filter: initial;
          filter: initial;
  border-color: currentColor;
  border-color: initial;
  filter: initial;
  text-shadow: none;
  text-shadow: initial; }

.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled], .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled.disabled[disabled], .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: var(--primary); }

.ui-datepicker {
  background-color: #f4f8f7 !important; }

.datepicker {
  background-color: #fff !important;
  color: var(--primary) !important; }
  .datepicker td.active.day {
    background-color: var(--primary) !important;
    border-color: white !important;
    background-image: none !important; }

.select2-container--bootstrap4 {
  width: 100% !important; }
  .select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-alt);
    overflow-x: hidden; }
  .select2-container--bootstrap4.select2-container--focus .select2-selection,
  .select2-container--bootstrap4.select2-container--open .select2-selection,
  .select2-container--bootstrap4 .select2-dropdown {
    border-color: var(--secondary); }
  .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    border-color: #3f4346 transparent transparent transparent;
    border-width: 0.4rem;
    margin-left: -0.6rem; }
  .select2-container--bootstrap4.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent transparent transparent;
    border-width: 0.4rem;
    margin-left: -0.6rem; }

.select2-selection__rendered {
  color: #6b6b6b !important; }

.no-search .select2-search {
  display: none; }

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary); }

table.dataTable.dtr-inline.collapsed tbody tr[role="row"] > td:first-child:before {
  position: absolute;
  top: 30px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  border: none;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f055";
  color: var(--primary);
  background-color: white; }

table.dataTable.dtr-inline.collapsed tbody tr[role="row"].parent > td:first-child::before {
  content: "\f056";
  position: absolute;
  top: 30px;
  display: inline-block;
  border: none;
  box-shadow: none;
  color: var(--danger);
  background-color: white;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

table.dataTable.dtr-inline.collapsed tbody tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
  text-transform: capitalize; }
  table.dataTable.dtr-inline.collapsed tbody tr.child span.dtr-title:after {
    content: ":"; }
  table.dataTable.dtr-inline.collapsed tbody tr.child span.dtr-title i {
    display: none; }

.pretty.p-round input ~ .state label::after {
  border-radius: 50% !important; }

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./src/shared/styles/scss/grid.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
.grid--header-auto-content {
  display: grid !important;
  grid-template-rows: auto 1fr;
  overflow: hidden; }
  .grid--header-auto-content > * {
    overflow: hidden; }

/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/vue2-timepicker/dist/VueTimepicker.css ***!
  \*************************************************************************************************************************************************************************************************************************/
.vue__time-picker{display:inline-block;position:relative;font-size:1em;width:10em;font-family:sans-serif;vertical-align:middle}.vue__time-picker *{-webkit-box-sizing:border-box;box-sizing:border-box}.vue__time-picker input.display-time{border:1px solid #d2d2d2;width:10em;height:2.2em;padding:.3em .5em;font-size:1em}.vue__time-picker input.has-custom-icon{padding-left:1.8em}.vue__time-picker input.display-time.invalid:not(.skip-error-style){border-color:#c03;outline-color:#c03}.vue__time-picker input.display-time.disabled,.vue__time-picker input.display-time:disabled{color:#d2d2d2}.vue__time-picker .controls{position:absolute;top:0;bottom:0;right:0;z-index:3;-webkit-box-orient:horizontal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;pointer-events:none}.vue__time-picker .controls,.vue__time-picker .controls>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.vue__time-picker .controls>*{cursor:pointer;width:auto;-webkit-box-orient:vertical;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .35em;color:#d2d2d2;line-height:100%;font-style:normal;pointer-events:auto;-webkit-transition:color .2s,opacity .2s;transition:color .2s,opacity .2s}.vue__time-picker .controls>:hover{color:#797979}.vue__time-picker .controls>:active,.vue__time-picker .controls>:focus{outline:0}.vue__time-picker .controls .char{font-size:1.1em;line-height:100%;-webkit-margin-before:-.15em}.vue__time-picker .custom-icon{z-index:2;position:absolute;left:0;top:0;bottom:0;width:1.8em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none}.vue__time-picker .controls img,.vue__time-picker .controls svg,.vue__time-picker .custom-icon img,.vue__time-picker .custom-icon svg{display:inline-block;vertical-align:middle;margin:0;border:0;outline:0;max-width:1em;height:auto}.vue__time-picker .time-picker-overlay{z-index:4;position:fixed;top:0;left:0;right:0;bottom:0}.vue__time-picker-dropdown,.vue__time-picker .dropdown{position:absolute;z-index:5;top:calc(2.2em + 2px);left:0;background:#fff;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.15);box-shadow:0 1px 6px rgba(0,0,0,.15);width:10em;height:10em;font-weight:400}.vue__time-picker-dropdown{position:fixed;z-index:100}.vue__time-picker-dropdown.drop-up,.vue__time-picker .dropdown.drop-up{top:auto;bottom:calc(2.2em + 1px)}.vue__time-picker-dropdown .select-list,.vue__time-picker .dropdown .select-list{width:10em;height:10em;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.vue__time-picker-dropdown .select-list:active,.vue__time-picker-dropdown .select-list:focus,.vue__time-picker .dropdown .select-list:active,.vue__time-picker .dropdown .select-list:focus{outline:0}.vue__time-picker-dropdown ul,.vue__time-picker .dropdown ul{padding:0;margin:0;list-style:none;outline:0;-webkit-box-flex:1;-ms-flex:1 1 0.00001px;flex:1 1 0.00001px;overflow-x:hidden;overflow-y:auto}.vue__time-picker-dropdown ul.apms,.vue__time-picker-dropdown ul.minutes,.vue__time-picker-dropdown ul.seconds,.vue__time-picker .dropdown ul.apms,.vue__time-picker .dropdown ul.minutes,.vue__time-picker .dropdown ul.seconds{border-left:1px solid #fff}.vue__time-picker-dropdown ul li,.vue__time-picker .dropdown ul li{list-style:none;text-align:center;padding:.3em 0;color:#161616}.vue__time-picker-dropdown ul li:not(.hint):not([disabled]):focus,.vue__time-picker-dropdown ul li:not(.hint):not([disabled]):hover,.vue__time-picker .dropdown ul li:not(.hint):not([disabled]):focus,.vue__time-picker .dropdown ul li:not(.hint):not([disabled]):hover{background:rgba(0,0,0,.08);color:#161616;cursor:pointer}.vue__time-picker-dropdown ul li:not([disabled]).active,.vue__time-picker-dropdown ul li:not([disabled]).active:focus,.vue__time-picker-dropdown ul li:not([disabled]).active:hover,.vue__time-picker .dropdown ul li:not([disabled]).active,.vue__time-picker .dropdown ul li:not([disabled]).active:focus,.vue__time-picker .dropdown ul li:not([disabled]).active:hover{background:#41b883;color:#fff}.vue__time-picker-dropdown ul li[disabled],.vue__time-picker-dropdown ul li[disabled]:hover,.vue__time-picker .dropdown ul li[disabled],.vue__time-picker .dropdown ul li[disabled]:hover{background:transparent;opacity:.3;cursor:not-allowed}.vue__time-picker-dropdown .hint,.vue__time-picker .dropdown .hint{color:#a5a5a5;cursor:default;font-size:.8em}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/shared/components/inputs/material-input.vue?vue&type=style&index=0&id=c776fd1c&lang=scss&scoped=true& ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
[data-v-c776fd1c]:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart-data-v-c776fd1c;
          animation-name: onAutoFillStart-data-v-c776fd1c;
}
[data-v-c776fd1c]:not(:-webkit-autofill) {
  -webkit-animation-name: onAutoFillCancel-data-v-c776fd1c;
          animation-name: onAutoFillCancel-data-v-c776fd1c;
}
@-webkit-keyframes onAutoFillStart-data-v-c776fd1c {
from {
}
to {
}
}
@keyframes onAutoFillStart-data-v-c776fd1c {
from {
}
to {
}
}
@-webkit-keyframes onAutoFillCancel-data-v-c776fd1c {
from {
}
to {
}
}
@keyframes onAutoFillCancel-data-v-c776fd1c {
from {
}
to {
}
}

/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/@fullcalendar/common/main.css ***!
  \****************************************************************************************************************************************************************************************************************/

/* classes attached to <body> */

.fc-not-allowed,
.fc-not-allowed .fc-event { /* override events' custom cursors */
  cursor: not-allowed;
}

.fc-unselectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fc {
  /* layout of immediate children */
  display: flex;
  flex-direction: column;

  font-size: 1em
}
.fc,
  .fc *,
  .fc *:before,
  .fc *:after {
    box-sizing: border-box;
  }
.fc table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em; /* normalize cross-browser */
  }
.fc th {
    text-align: center;
  }
.fc th,
  .fc td {
    vertical-align: top;
    padding: 0;
  }
.fc a[data-navlink] {
    cursor: pointer;
  }
.fc a[data-navlink]:hover {
    text-decoration: underline;
  }
.fc-direction-ltr {
  direction: ltr;
  text-align: left;
}
.fc-direction-rtl {
  direction: rtl;
  text-align: right;
}
.fc-theme-standard td,
  .fc-theme-standard th {
    border: 1px solid #ddd;
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
  }
/* for FF, which doesn't expand a 100% div within a table cell. use absolute positioning */
/* inner-wrappers are responsible for being absolute */
/* TODO: best place for this? */
.fc-liquid-hack td,
  .fc-liquid-hack th {
    position: relative;
  }

@font-face {
  font-family: 'fcicons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype');
  font-weight: normal;
  font-style: normal;
}

.fc-icon {
  /* added for fc */
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fcicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "\e900";
}

.fc-icon-chevron-right:before {
  content: "\e901";
}

.fc-icon-chevrons-left:before {
  content: "\e902";
}

.fc-icon-chevrons-right:before {
  content: "\e903";
}

.fc-icon-minus-square:before {
  content: "\e904";
}

.fc-icon-plus-square:before {
  content: "\e905";
}

.fc-icon-x:before {
  content: "\e906";
}
/*
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css

These styles only apply when the standard-theme is activated.
When it's NOT activated, the fc-button classes won't even be in the DOM.
*/
.fc {

  /* reset */

}
.fc .fc-button {
    border-radius: 0;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
.fc .fc-button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
.fc .fc-button {
    -webkit-appearance: button;
  }
.fc .fc-button:not(:disabled) {
    cursor: pointer;
  }
.fc .fc-button::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
.fc {

  /* theme */

}
.fc .fc-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.4em 0.65em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0.25em;
  }
.fc .fc-button:hover {
    text-decoration: none;
  }
.fc .fc-button:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
  }
.fc .fc-button:disabled {
    opacity: 0.65;
  }
.fc {

  /* "primary" coloring */

}
.fc .fc-button-primary {
    color: #fff;
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #2C3E50;
    background-color: #2C3E50;
    background-color: var(--fc-button-bg-color, #2C3E50);
    border-color: #2C3E50;
    border-color: #2C3E50;
    border-color: var(--fc-button-border-color, #2C3E50);
  }
.fc .fc-button-primary:hover {
    color: #fff;
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #1e2b37;
    background-color: #1e2b37;
    background-color: var(--fc-button-hover-bg-color, #1e2b37);
    border-color: #1a252f;
    border-color: #1a252f;
    border-color: var(--fc-button-hover-border-color, #1a252f);
  }
.fc .fc-button-primary:disabled { /* not DRY */
    color: #fff;
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #2C3E50;
    background-color: #2C3E50;
    background-color: var(--fc-button-bg-color, #2C3E50);
    border-color: #2C3E50;
    border-color: #2C3E50;
    border-color: var(--fc-button-border-color, #2C3E50); /* overrides :hover */
  }
.fc .fc-button-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  }
.fc .fc-button-primary:not(:disabled):active,
  .fc .fc-button-primary:not(:disabled).fc-button-active {
    color: #fff;
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #1a252f;
    background-color: #1a252f;
    background-color: var(--fc-button-active-bg-color, #1a252f);
    border-color: #151e27;
    border-color: #151e27;
    border-color: var(--fc-button-active-border-color, #151e27);
  }
.fc .fc-button-primary:not(:disabled):active:focus,
  .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  }
.fc {

  /* icons within buttons */

}
.fc .fc-button .fc-icon {
    vertical-align: middle;
    font-size: 1.5em; /* bump up the size (but don't make it bigger than line-height of button, which is 1.5em also) */
  }
.fc .fc-button-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
  }
.fc .fc-button-group > .fc-button {
    position: relative;
    flex: 1 1 auto;
  }
.fc .fc-button-group > .fc-button:hover {
    z-index: 1;
  }
.fc .fc-button-group > .fc-button:focus,
  .fc .fc-button-group > .fc-button:active,
  .fc .fc-button-group > .fc-button.fc-button-active {
    z-index: 1;
  }
.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
.fc .fc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em;
  }
.fc .fc-toolbar.fc-footer-toolbar {
    margin-top: 1.5em;
  }
.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0;
  }
.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: .75em; /* space between */
  }
.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
    margin-right: .75em; /* space between */
  }
.fc-direction-rtl .fc-toolbar-ltr { /* when the toolbar-chunk positioning system is explicitly left-to-right */
    flex-direction: row-reverse;
  }
.fc .fc-scroller {
    -webkit-overflow-scrolling: touch;
    position: relative; /* for abs-positioned elements within */
  }
.fc .fc-scroller-liquid {
    height: 100%;
  }
.fc .fc-scroller-liquid-absolute {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
.fc .fc-scroller-harness {
    position: relative;
    overflow: hidden;
    direction: ltr;
      /* hack for chrome computing the scroller's right/left wrong for rtl. undone below... */
      /* TODO: demonstrate in codepen */
  }
.fc .fc-scroller-harness-liquid {
    height: 100%;
  }
.fc-direction-rtl .fc-scroller-harness > .fc-scroller { /* undo above hack */
    direction: rtl;
  }
.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #ddd;
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd); /* bootstrap does this. match */
  }
.fc .fc-scrollgrid,
    .fc .fc-scrollgrid table { /* all tables (self included) */
      width: 100%; /* because tables don't normally do this */
      table-layout: fixed;
    }
.fc .fc-scrollgrid table { /* inner tables */
      border-top-style: hidden;
      border-left-style: hidden;
      border-right-style: hidden;
    }
.fc .fc-scrollgrid {

    border-collapse: separate;
    border-right-width: 0;
    border-bottom-width: 0;

  }
.fc .fc-scrollgrid-liquid {
    height: 100%;
  }
.fc .fc-scrollgrid-section { /* a <tr> */
    height: 1px /* better than 0, for firefox */

  }
.fc .fc-scrollgrid-section > td {
      height: 1px; /* needs a height so inner div within grow. better than 0, for firefox */
    }
.fc .fc-scrollgrid-section table {
      height: 1px;
        /* for most browsers, if a height isn't set on the table, can't do liquid-height within cells */
        /* serves as a min-height. harmless */
    }
.fc .fc-scrollgrid-section-liquid > td {
      height: 100%; /* better than `auto`, for firefox */
    }
.fc .fc-scrollgrid-section > * {
    border-top-width: 0;
    border-left-width: 0;
  }
.fc .fc-scrollgrid-section-header > *,
  .fc .fc-scrollgrid-section-footer > * {
    border-bottom-width: 0;
  }
.fc .fc-scrollgrid-section-body table,
  .fc .fc-scrollgrid-section-footer table {
    border-bottom-style: hidden; /* head keeps its bottom border tho */
  }
.fc {

  /* stickiness */

}
.fc .fc-scrollgrid-section-sticky > * {
    background: #fff;
    background: #fff;
    background: var(--fc-page-bg-color, #fff);
    position: -webkit-sticky;
    position: sticky;
    z-index: 3; /* TODO: var */
    /* TODO: box-shadow when sticking */
  }
.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
    top: 0; /* because border-sharing causes a gap at the top */
      /* TODO: give safari -1. has bug */
  }
.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
    bottom: 0; /* known bug: bottom-stickiness doesn't work in safari */
  }
.fc .fc-scrollgrid-sticky-shim { /* for horizontal scrollbar */
    height: 1px; /* needs height to create scrollbars */
    margin-bottom: -1px;
  }
.fc-sticky { /* no .fc wrap because used as child of body */
  position: -webkit-sticky;
  position: sticky;
}
.fc .fc-view-harness {
    flex-grow: 1; /* because this harness is WITHIN the .fc's flexbox */
    position: relative;
  }
.fc {

  /* when the harness controls the height, make the view liquid */

}
.fc .fc-view-harness-active > .fc-view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
.fc .fc-col-header-cell-cushion {
    display: inline-block; /* x-browser for when sticky (when multi-tier header) */
    padding: 2px 4px;
  }
.fc .fc-bg-event,
  .fc .fc-non-business,
  .fc .fc-highlight {
    /* will always have a harness with position:relative/absolute, so absolutely expand */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
.fc .fc-non-business {
    background: rgba(215, 215, 215, 0.3);
    background: rgba(215, 215, 215, 0.3);
    background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3));
  }
.fc .fc-bg-event {
    background: rgb(143, 223, 130);
    background: rgb(143, 223, 130);
    background: var(--fc-bg-event-color, rgb(143, 223, 130));
    opacity: 0.3;
    opacity: 0.3;
    opacity: var(--fc-bg-event-opacity, 0.3)
  }
.fc .fc-bg-event .fc-event-title {
      margin: .5em;
      font-size: .85em;
      font-size: .85em;
      font-size: var(--fc-small-font-size, .85em);
      font-style: italic;
    }
.fc .fc-highlight {
    background: rgba(188, 232, 241, 0.3);
    background: rgba(188, 232, 241, 0.3);
    background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
  }
.fc .fc-cell-shaded,
  .fc .fc-day-disabled {
    background: rgba(208, 208, 208, 0.3);
    background: rgba(208, 208, 208, 0.3);
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  }
/* link resets */
/* ---------------------------------------------------------------------------------------------------- */
a.fc-event,
a.fc-event:hover {
  text-decoration: none;
}
/* cursor */
.fc-event[href],
.fc-event.fc-event-draggable {
  cursor: pointer;
}
/* event text content */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event .fc-event-main {
    position: relative;
    z-index: 2;
  }
/* dragging */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-dragging:not(.fc-event-selected) { /* MOUSE */
    opacity: 0.75;
  }
.fc-event-dragging.fc-event-selected { /* TOUCH */
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  }
/* resizing */
/* ---------------------------------------------------------------------------------------------------- */
/* (subclasses should hone positioning for touch and non-touch) */
.fc-event .fc-event-resizer {
    display: none;
    position: absolute;
    z-index: 4;
  }
.fc-event:hover, /* MOUSE */
.fc-event-selected { /* TOUCH */

}
.fc-event:hover .fc-event-resizer, .fc-event-selected .fc-event-resizer {
    display: block;
  }
.fc-event-selected .fc-event-resizer {
    border-radius: 4px;
    border-radius: calc(8px / 2);
    border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
    border-width: 1px;
    border-width: 1px;
    border-width: var(--fc-event-resizer-dot-border-width, 1px);
    width: 8px;
    width: 8px;
    width: var(--fc-event-resizer-dot-total-width, 8px);
    height: 8px;
    height: 8px;
    height: var(--fc-event-resizer-dot-total-width, 8px);
    border-style: solid;
    border-color: inherit;
    background: #fff;
    background: #fff;
    background: var(--fc-page-bg-color, #fff)

    /* expand hit area */

  }
.fc-event-selected .fc-event-resizer:before {
      content: '';
      position: absolute;
      top: -20px;
      left: -20px;
      right: -20px;
      bottom: -20px;
    }
/* selecting (always TOUCH) */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-selected {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)

  /* expand hit area (subclasses should expand) */

}
.fc-event-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
.fc-event-selected {

  /* dimmer effect */

}
.fc-event-selected:after {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.25);
    background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
    position: absolute;
    z-index: 1;

    /* assume there's a border on all sides. overcome it. */
    /* sometimes there's NOT a border, in which case the dimmer will go over */
    /* an adjacent border, which looks fine. */
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
  }
/*
A HORIZONTAL event
*/
.fc-h-event { /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8)

}
.fc-h-event .fc-event-main {
    color: #fff;
    color: #fff;
    color: var(--fc-event-text-color, #fff);
  }
.fc-h-event .fc-event-main-frame {
    display: flex; /* for make fc-event-title-container expand */
  }
.fc-h-event .fc-event-time {
    max-width: 100%; /* clip overflow on this element */
    overflow: hidden;
  }
.fc-h-event .fc-event-title-container { /* serves as a container for the sticky cushion */
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0; /* important for allowing to shrink all the way */
  }
.fc-h-event .fc-event-title {
    display: inline-block; /* need this to be sticky cross-browser */
    vertical-align: top; /* for not messing up line-height */
    left: 0;  /* for sticky */
    right: 0; /* for sticky */
    max-width: 100%; /* clip overflow on this element */
    overflow: hidden;
  }
.fc-h-event.fc-event-selected:before {
    /* expand hit area */
    top: -10px;
    bottom: -10px;
  }
/* adjust border and border-radius (if there is any) for non-start/end */
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
/* resizers */
.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
  width: 8px;
  width: var(--fc-event-resizer-thickness, 8px);
}
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: calc(8px / -2);
  left: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: calc(8px / -2);
  right: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}
/* resizers for TOUCH */
.fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
  margin-top: calc(8px / -2);
  margin-top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: calc(8px / -2);
  left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: calc(8px / -2);
  right: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
.fc .fc-popover {
    position: absolute;
    z-index: 9999;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
  }
.fc .fc-popover-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 3px 4px;
  }
.fc .fc-popover-title {
    margin: 0 2px;
  }
.fc .fc-popover-close {
    cursor: pointer;
    opacity: 0.65;
    font-size: 1.1em;
  }
.fc-theme-standard .fc-popover {
    border: 1px solid #ddd;
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
    background: #fff;
    background: #fff;
    background: var(--fc-page-bg-color, #fff);
  }
.fc-theme-standard .fc-popover-header {
    background: rgba(208, 208, 208, 0.3);
    background: rgba(208, 208, 208, 0.3);
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  }

/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/@fullcalendar/bootstrap/main.css ***!
  \*******************************************************************************************************************************************************************************************************************/


  .fc-theme-bootstrap a:not([href]) {
    color: inherit; /* natural color for navlinks */
  }

/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/@fullcalendar/timegrid/main.css ***!
  \******************************************************************************************************************************************************************************************************************/

/*
A VERTICAL event
*/

.fc-v-event { /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8)

}

.fc-v-event .fc-event-main {
    color: #fff;
    color: #fff;
    color: var(--fc-event-text-color, #fff);
    height: 100%;
  }

.fc-v-event .fc-event-main-frame {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

.fc-v-event .fc-event-time {
    flex-grow: 0;
    flex-shrink: 0;
    max-height: 100%;
    overflow: hidden;
  }

.fc-v-event .fc-event-title-container { /* a container for the sticky cushion */
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 0; /* important for allowing to shrink all the way */
  }

.fc-v-event .fc-event-title { /* will have fc-sticky on it */
    top: 0;
    bottom: 0;
    max-height: 100%; /* clip overflow */
    overflow: hidden;
  }

.fc-v-event:not(.fc-event-start) {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

.fc-v-event:not(.fc-event-end) {
    border-bottom-width: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

.fc-v-event.fc-event-selected:before {
    /* expand hit area */
    left: -10px;
    right: -10px;
  }

.fc-v-event {

  /* resizer (mouse AND touch) */

}

.fc-v-event .fc-event-resizer-start {
    cursor: n-resize;
  }

.fc-v-event .fc-event-resizer-end {
    cursor: s-resize;
  }

.fc-v-event {

  /* resizer for MOUSE */

}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
      height: 8px;
      height: 8px;
      height: var(--fc-event-resizer-thickness, 8px);
      left: 0;
      right: 0;
    }

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
      top: -4px;
      top: calc(8px / -2);
      top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
    }

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
      bottom: -4px;
      bottom: calc(8px / -2);
      bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
    }

.fc-v-event {

  /* resizer for TOUCH (when event is "selected") */

}

.fc-v-event.fc-event-selected .fc-event-resizer {
      left: 50%;
      margin-left: -4px;
      margin-left: calc(8px / -2);
      margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
    }

.fc-v-event.fc-event-selected .fc-event-resizer-start {
      top: -4px;
      top: calc(8px / -2);
      top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
    }

.fc-v-event.fc-event-selected .fc-event-resizer-end {
      bottom: -4px;
      bottom: calc(8px / -2);
      bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
    }
.fc .fc-timegrid .fc-daygrid-body { /* the all-day daygrid within the timegrid view */
    z-index: 2; /* put above the timegrid-body so that more-popover is above everything. TODO: better solution */
  }
.fc .fc-timegrid-divider {
    padding: 0 0 2px; /* browsers get confused when you set height. use padding instead */
  }
.fc .fc-timegrid-body {
    position: relative;
    z-index: 1; /* scope the z-indexes of slots and cols */
    min-height: 100%; /* fill height always, even when slat table doesn't grow */
  }
.fc .fc-timegrid-axis-chunk { /* for advanced ScrollGrid */
    position: relative /* offset parent for now-indicator-container */

  }
.fc .fc-timegrid-axis-chunk > table {
      position: relative;
      z-index: 1; /* above the now-indicator-container */
    }
.fc .fc-timegrid-slots {
    position: relative;
    z-index: 1;
  }
.fc .fc-timegrid-slot { /* a <td> */
    height: 1.5em;
    border-bottom: 0 /* each cell owns its top border */
  }
.fc .fc-timegrid-slot:empty:before {
      content: '\00a0'; /* make sure there's at least an empty space to create height for height syncing */
    }
.fc .fc-timegrid-slot-minor {
    border-top-style: dotted;
  }
.fc .fc-timegrid-slot-label-cushion {
    display: inline-block;
    white-space: nowrap;
  }
.fc .fc-timegrid-slot-label {
    vertical-align: middle; /* vertical align the slots */
  }
.fc {


  /* slots AND axis cells (top-left corner of view including the "all-day" text) */

}
.fc .fc-timegrid-axis-cushion,
  .fc .fc-timegrid-slot-label-cushion {
    padding: 0 4px;
  }
.fc {


  /* axis cells (top-left corner of view including the "all-day" text) */
  /* vertical align is more complicated, uses flexbox */

}
.fc .fc-timegrid-axis-frame-liquid {
    height: 100%; /* will need liquid-hack in FF */
  }
.fc .fc-timegrid-axis-frame {
    overflow: hidden;
    display: flex;
    align-items: center; /* vertical align */
    justify-content: flex-end; /* horizontal align. matches text-align below */
  }
.fc .fc-timegrid-axis-cushion {
    max-width: 60px; /* limits the width of the "all-day" text */
    flex-shrink: 0; /* allows text to expand how it normally would, regardless of constrained width */
  }
.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: right;
  }
.fc-direction-rtl .fc-timegrid-slot-label-frame {
    text-align: left;
  }
.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  }
.fc .fc-timegrid-col.fc-day-today {
      background-color: rgba(255, 220, 40, 0.15);
      background-color: rgba(255, 220, 40, 0.15);
      background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
    }
.fc .fc-timegrid-col-frame {
    min-height: 100%; /* liquid-hack is below */
    position: relative;
  }
.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  }
.fc-media-screen .fc-timegrid-cols {
    position: absolute; /* no z-index. children will decide and go above slots */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }
.fc-media-screen .fc-timegrid-cols > table {
      height: 100%;
    }
.fc-media-screen .fc-timegrid-col-bg,
  .fc-media-screen .fc-timegrid-col-events,
  .fc-media-screen .fc-timegrid-now-indicator-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
.fc {

  /* bg */

}
.fc .fc-timegrid-col-bg {
    z-index: 2; /* TODO: kill */
  }
.fc .fc-timegrid-col-bg .fc-non-business { z-index: 1 }
.fc .fc-timegrid-col-bg .fc-bg-event { z-index: 2 }
.fc .fc-timegrid-col-bg .fc-highlight { z-index: 3 }
.fc .fc-timegrid-bg-harness {
    position: absolute; /* top/bottom will be set by JS */
    left: 0;
    right: 0;
  }
.fc {

  /* fg events */
  /* (the mirror segs are put into a separate container with same classname, */
  /* and they must be after the normal seg container to appear at a higher z-index) */

}
.fc .fc-timegrid-col-events {
    z-index: 3;
    /* child event segs have z-indexes that are scoped within this div */
  }
.fc {

  /* now indicator */

}
.fc .fc-timegrid-now-indicator-container {
    bottom: 0;
    overflow: hidden; /* don't let overflow of lines/arrows cause unnecessary scrolling */
    /* z-index is set on the individual elements */
  }
.fc-direction-ltr .fc-timegrid-col-events {
    margin: 0 2.5% 0 2px;
  }
.fc-direction-rtl .fc-timegrid-col-events {
    margin: 0 2px 0 2.5%;
  }
.fc-timegrid-event-harness {
  position: absolute /* top/left/right/bottom will all be set by JS */
}
.fc-timegrid-event-harness > .fc-timegrid-event {
    position: absolute; /* absolute WITHIN the harness */
    top: 0; /* for when not yet positioned */
    bottom: 0; /* " */
    left: 0;
    right: 0;
  }
.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
  box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
}
.fc-timegrid-event,
.fc-timegrid-more-link { /* events need to be root */
  font-size: .85em;
  font-size: .85em;
  font-size: var(--fc-small-font-size, .85em);
  border-radius: 3px;
}
.fc-timegrid-event { /* events need to be root */
  margin-bottom: 1px /* give some space from bottom */
}
.fc-timegrid-event .fc-event-main {
    padding: 1px 1px 0;
  }
.fc-timegrid-event .fc-event-time {
    white-space: nowrap;
    font-size: .85em;
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em);
    margin-bottom: 1px;
  }
.fc-timegrid-event-short .fc-event-main-frame {
    flex-direction: row;
    overflow: hidden;
  }
.fc-timegrid-event-short .fc-event-time:after {
    content: '\00a0-\00a0'; /* dash surrounded by non-breaking spaces */
  }
.fc-timegrid-event-short .fc-event-title {
    font-size: .85em;
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em)
  }
.fc-timegrid-more-link { /* does NOT inherit from fc-timegrid-event */
  position: absolute;
  z-index: 9999; /* hack */
  color: inherit;
  color: inherit;
  color: var(--fc-more-link-text-color, inherit);
  background: #d0d0d0;
  background: #d0d0d0;
  background: var(--fc-more-link-bg-color, #d0d0d0);
  cursor: pointer;
  margin-bottom: 1px; /* match space below fc-timegrid-event */
}
.fc-timegrid-more-link-inner { /* has fc-sticky */
  padding: 3px 2px;
  top: 0;
}
.fc-direction-ltr .fc-timegrid-more-link {
    right: 0;
  }
.fc-direction-rtl .fc-timegrid-more-link {
    left: 0;
  }
.fc {

  /* line */

}
.fc .fc-timegrid-now-indicator-line {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    border-style: solid;
    border-color: red;
    border-color: red;
    border-color: var(--fc-now-indicator-color, red);
    border-width: 1px 0 0;
  }
.fc {

  /* arrow */

}
.fc .fc-timegrid-now-indicator-arrow {
    position: absolute;
    z-index: 4;
    margin-top: -5px; /* vertically center on top coordinate */
    border-style: solid;
    border-color: red;
    border-color: red;
    border-color: var(--fc-now-indicator-color, red);
  }
.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
    left: 0;

    /* triangle pointing right. TODO: mixin */
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
    right: 0;

    /* triangle pointing left. TODO: mixin */
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }

/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/@fullcalendar/timegrid/node_modules/@fullcalendar/daygrid/main.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************/

:root {
  --fc-daygrid-event-dot-width: 8px;
}
/* help things clear margins of inner content */
.fc-daygrid-day-frame,
.fc-daygrid-day-events,
.fc-daygrid-event-harness { /* for event top/bottom margins */
}
.fc-daygrid-day-frame:before, .fc-daygrid-day-events:before, .fc-daygrid-event-harness:before {
  content: "";
  clear: both;
  display: table; }
.fc-daygrid-day-frame:after, .fc-daygrid-day-events:after, .fc-daygrid-event-harness:after {
  content: "";
  clear: both;
  display: table; }
.fc .fc-daygrid-body { /* a <div> that wraps the table */
    position: relative;
    z-index: 1; /* container inner z-index's because <tr>s can't do it */
  }
.fc .fc-daygrid-day.fc-day-today {
      background-color: rgba(255, 220, 40, 0.15);
      background-color: rgba(255, 220, 40, 0.15);
      background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
    }
.fc .fc-daygrid-day-frame {
    position: relative;
    min-height: 100%; /* seems to work better than `height` because sets height after rows/cells naturally do it */
  }
.fc {

  /* cell top */

}
.fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse;
  }
.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 0.3;
  }
.fc {

  /* day number (within cell top) */

}
.fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding: 4px;
  }
.fc {

  /* event container */

}
.fc .fc-daygrid-day-events {
    margin-top: 1px; /* needs to be margin, not padding, so that available cell height can be computed */
  }
.fc {

  /* positioning for balanced vs natural */

}
.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
      position: absolute;
      left: 0;
      right: 0;
    }
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
      position: relative; /* for containing abs positioned event harnesses */
      min-height: 2em; /* in addition to being a min-height during natural height, equalizes the heights a little bit */
    }
.fc .fc-daygrid-body-natural { /* can coexist with -unbalanced */
  }
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
      margin-bottom: 1em;
    }
.fc {

  /* event harness */

}
.fc .fc-daygrid-event-harness {
    position: relative;
  }
.fc .fc-daygrid-event-harness-abs {
    position: absolute;
    top: 0; /* fallback coords for when cannot yet be computed */
    left: 0; /* */
    right: 0; /* */
  }
.fc .fc-daygrid-bg-harness {
    position: absolute;
    top: 0;
    bottom: 0;
  }
.fc {

  /* bg content */

}
.fc .fc-daygrid-day-bg .fc-non-business { z-index: 1 }
.fc .fc-daygrid-day-bg .fc-bg-event { z-index: 2 }
.fc .fc-daygrid-day-bg .fc-highlight { z-index: 3 }
.fc {

  /* events */

}
.fc .fc-daygrid-event {
    z-index: 6;
    margin-top: 1px;
  }
.fc .fc-daygrid-event.fc-event-mirror {
    z-index: 7;
  }
.fc {

  /* cell bottom (within day-events) */

}
.fc .fc-daygrid-day-bottom {
    font-size: .85em;
    padding: 2px 3px 0
  }
.fc .fc-daygrid-day-bottom:before {
  content: "";
  clear: both;
  display: table; }
.fc .fc-daygrid-more-link {
    position: relative;
    z-index: 4;
    cursor: pointer;
  }
.fc {

  /* week number (within frame) */

}
.fc .fc-daygrid-week-number {
    position: absolute;
    z-index: 5;
    top: 0;
    padding: 2px;
    min-width: 1.5em;
    text-align: center;
    background-color: rgba(208, 208, 208, 0.3);
    background-color: rgba(208, 208, 208, 0.3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
    color: #808080;
    color: #808080;
    color: var(--fc-neutral-text-color, #808080);
  }
.fc {

  /* popover */

}
.fc .fc-more-popover .fc-popover-body {
    min-width: 220px;
    padding: 10px;
  }
.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}
.fc-direction-ltr .fc-daygrid-week-number {
    left: 0;
    border-radius: 0 0 3px 0;
  }
.fc-direction-rtl .fc-daygrid-week-number {
    right: 0;
    border-radius: 0 0 0 3px;
  }
.fc-liquid-hack .fc-daygrid-day-frame {
    position: static; /* will cause inner absolute stuff to expand to <td> */
  }
.fc-daygrid-event { /* make root-level, because will be dragged-and-dropped outside of a component root */
  position: relative; /* for z-indexes assigned later */
  white-space: nowrap;
  border-radius: 3px; /* dot event needs this to when selected */
  font-size: .85em;
  font-size: .85em;
  font-size: var(--fc-small-font-size, .85em);
}
/* --- the rectangle ("block") style of event --- */
.fc-daygrid-block-event .fc-event-time {
    font-weight: bold;
  }
.fc-daygrid-block-event .fc-event-time,
  .fc-daygrid-block-event .fc-event-title {
    padding: 1px;
  }
/* --- the dot style of event --- */
.fc-daygrid-dot-event {
  display: flex;
  align-items: center;
  padding: 2px 0

}
.fc-daygrid-dot-event .fc-event-title {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0; /* important for allowing to shrink all the way */
    overflow: hidden;
    font-weight: bold;
  }
.fc-daygrid-dot-event:hover,
  .fc-daygrid-dot-event.fc-event-mirror {
    background: rgba(0, 0, 0, 0.1);
  }
.fc-daygrid-dot-event.fc-event-selected:before {
    /* expand hit area */
    top: -10px;
    bottom: -10px;
  }
.fc-daygrid-event-dot { /* the actual dot */
  margin: 0 4px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid #3788d8;
  border: calc(8px / 2) solid #3788d8;
  border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 4px;
  border-radius: calc(8px / 2);
  border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
}
/* --- spacing between time and title --- */
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px;
  }
.fc-direction-rtl .fc-daygrid-event .fc-event-time {
    margin-left: 3px;
  }

/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/@fullcalendar/list/main.css ***!
  \**************************************************************************************************************************************************************************************************************/

:root {
  --fc-list-event-dot-width: 10px;
  --fc-list-event-hover-bg-color: #f5f5f5;
}
.fc-theme-standard .fc-list {
    border: 1px solid #ddd;
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
  }
.fc {

  /* message when no events */

}
.fc .fc-list-empty {
    background-color: rgba(208, 208, 208, 0.3);
    background-color: rgba(208, 208, 208, 0.3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; /* vertically aligns fc-list-empty-inner */
  }
.fc .fc-list-empty-cushion {
    margin: 5em 0;
  }
.fc {

  /* table within the scroller */
  /* ---------------------------------------------------------------------------------------------------- */

}
.fc .fc-list-table {
    width: 100%;
    border-style: hidden; /* kill outer border on theme */
  }
.fc .fc-list-table tr > * {
    border-left: 0;
    border-right: 0;
  }
.fc .fc-list-sticky .fc-list-day > * { /* the cells */
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      background: #fff;
      background: #fff;
      background: var(--fc-page-bg-color, #fff); /* for when headers are styled to be transparent and sticky */
    }
.fc .fc-list-table th {
    padding: 0; /* uses an inner-wrapper instead... */
  }
.fc .fc-list-table td,
  .fc .fc-list-day-cushion {
    padding: 8px 14px;
  }
.fc {


  /* date heading rows */
  /* ---------------------------------------------------------------------------------------------------- */

}
.fc .fc-list-day-cushion:after {
  content: "";
  clear: both;
  display: table; /* clear floating */
    }
.fc-theme-standard .fc-list-day-cushion {
    background-color: rgba(208, 208, 208, 0.3);
    background-color: rgba(208, 208, 208, 0.3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  }
.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
  float: left;
}
.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
  float: right;
}
/* make the dot closer to the event title */
.fc-direction-ltr .fc-list-table .fc-list-event-graphic { padding-right: 0 }
.fc-direction-rtl .fc-list-table .fc-list-event-graphic { padding-left: 0 }
.fc .fc-list-event.fc-event-forced-url {
    cursor: pointer; /* whole row will seem clickable */
  }
.fc .fc-list-event:hover td {
    background-color: #f5f5f5;
    background-color: #f5f5f5;
    background-color: var(--fc-list-event-hover-bg-color, #f5f5f5);
  }
.fc {

  /* shrink certain cols */

}
.fc .fc-list-event-graphic,
  .fc .fc-list-event-time {
    white-space: nowrap;
    width: 1px;
  }
.fc .fc-list-event-dot {
    display: inline-block;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: 5px solid #3788d8;
    border: calc(10px / 2) solid #3788d8;
    border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
    border-radius: 5px;
    border-radius: calc(10px / 2);
    border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2);
  }
.fc {

  /* reset <a> styling */

}
.fc .fc-list-event-title a {
    color: inherit;
    text-decoration: none;
  }
.fc {

  /* underline link when hovering over any part of row */

}
.fc .fc-list-event.fc-event-forced-url:hover a {
    text-decoration: underline;
  }

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/dashboard/components/schedule-modal.vue?vue&type=style&index=0&id=3737da6f&scoped=true&lang=scss& ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
#scheduler-modal[data-v-3737da6f] {
  z-index: 10000;
  position: absolute;
  top: 10em;
  left: 1em;
  -webkit-filter: drop-shadow(0 0 0.75rem gray);
          filter: drop-shadow(0 0 0.75rem gray);
}

/*!***********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/vue-select/dist/vue-select.css ***!
  \***********************************************************************************************************************************/
:root{--vs-colors--lightest:rgba(60,60,60,0.26);--vs-colors--light:rgba(60,60,60,0.5);--vs-colors--dark:#333;--vs-colors--darkest:rgba(0,0,0,0.15);--vs-search-input-color:inherit;--vs-search-input-bg:#fff;--vs-search-input-placeholder-color:inherit;--vs-font-size:1rem;--vs-line-height:1.4;--vs-state-disabled-bg:#f8f8f8;--vs-state-disabled-color:var(--vs-colors--light);--vs-state-disabled-controls-color:var(--vs-colors--light);--vs-state-disabled-cursor:not-allowed;--vs-border-color:var(--vs-colors--lightest);--vs-border-width:1px;--vs-border-style:solid;--vs-border-radius:4px;--vs-actions-padding:4px 6px 0 3px;--vs-controls-color:var(--vs-colors--light);--vs-controls-size:1;--vs-controls--deselect-text-shadow:0 1px 0 #fff;--vs-selected-bg:#f0f0f0;--vs-selected-color:var(--vs-colors--dark);--vs-selected-border-color:var(--vs-border-color);--vs-selected-border-style:var(--vs-border-style);--vs-selected-border-width:var(--vs-border-width);--vs-dropdown-bg:#fff;--vs-dropdown-color:inherit;--vs-dropdown-z-index:1000;--vs-dropdown-min-width:160px;--vs-dropdown-max-height:350px;--vs-dropdown-box-shadow:0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg:#000;--vs-dropdown-option-color:var(--vs-dropdown-color);--vs-dropdown-option-padding:3px 20px;--vs-dropdown-option--active-bg:#5897fb;--vs-dropdown-option--active-color:#fff;--vs-dropdown-option--deselect-bg:#fb5858;--vs-dropdown-option--deselect-color:#fff;--vs-transition-timing-function:cubic-bezier(1,-0.115,0.975,0.855);--vs-transition-duration:150ms}.v-select{font-family:inherit;position:relative}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function:cubic-bezier(1,0.5,0.8,1);--vs-transition-duration:0.15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg:var(--vs-state-disabled-bg);--vs-disabled-color:var(--vs-state-disabled-color);--vs-disabled-cursor:var(--vs-state-disabled-cursor)}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{background-color:var(--vs-disabled-bg);cursor:var(--vs-disabled-cursor)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--vs-search-input-bg);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);display:flex;padding:0 0 4px;white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{align-items:center;display:flex;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);background-color:transparent;border:0;cursor:pointer;margin-right:8px;padding:0}.vs__dropdown-menu{background:var(--vs-dropdown-bg);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);border-top-style:none;box-shadow:var(--vs-dropdown-box-shadow);box-sizing:border-box;color:var(--vs-dropdown-color);display:block;left:0;list-style:none;margin:0;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;padding:5px 0;position:absolute;text-align:left;top:calc(100% - var(--vs-border-width));width:100%;z-index:var(--vs-dropdown-z-index)}.vs__no-options{text-align:center}.vs__dropdown-option{clear:both;color:var(--vs-dropdown-option-color);cursor:pointer;display:block;line-height:1.42857143;padding:var(--vs-dropdown-option-padding);white-space:nowrap}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);display:flex;line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{fill:var(--vs-controls-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;margin-left:4px;padding:0;text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--loading .vs__selected,.vs--single.vs--open .vs__selected{opacity:.4;position:absolute}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:1px solid transparent;border-left:none;box-shadow:none;color:var(--vs-search-input-color);flex-grow:1;font-size:var(--vs-font-size);line-height:var(--vs-line-height);margin:4px 0 0;max-width:100%;outline:none;padding:0 7px;width:0;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search:-ms-input-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;-webkit-animation:vSelectSpinner 1.1s linear infinite;animation:vSelectSpinner 1.1s linear infinite;border:.9em solid hsla(0,0%,39%,.1);border-left-color:rgba(60,60,60,.45);font-size:5px;opacity:0;overflow:hidden;text-indent:-9999em;transform:translateZ(0) scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;height:5em;transform:scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));width:5em}.vs--loading .vs__spinner{opacity:1}

/*# sourceMappingURL=vue-select.css.map*/
/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./src/shared/styles/scss/components/v-select.scss ***!
  \***************************************************************************************************************************************/
:root {
  --vs-dropdown-option--active-bg: var(--primary);
  --vs-dropdown-option--deselect-bg: var(--secondary);
}

.vs__dropdown-menu {
  padding-left: 0px !important;
}

.v-select.search-input {
  .vs__dropdown-toggle {
    background: #fff url(/assets/f15649076c4ed66f7263.svg) no-repeat left
      0.75em center;
    padding-left: 1.575rem;
  }
}

.input.vs__search {
  color: black !important;
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) {
  .vs__search {
    opacity: 1 !important;
  }
}

[id$="__combobox"] .vs__actions {
  display: inline !important;
}

.v-select {
  .vs__open-indicator {
    fill: var(--primary) !important;
    cursor: pointer;
  }

  input:placeholder {
    color: #dddddd !important;
  }

  .vs__selected-options {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
    flex-flow: wrap-reverse;
  }
}

.input-group {
  .v-select {
    width: 100%;
    height: 100% !important;

    .vs__dropdown-toggle {
      padding-bottom: 0px !important;
      height: 100% !important;
    }
  }
}

.vs__deselect {
  margin-right: 5px;
  margin-left: 0px;
  text-shadow: none;

  span {
    color: #fff !important;
    font-size: smaller;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/shared/components/form-elements/fields/v-select-field.vue?vue&type=style&index=0&lang=css& ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/


/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/shared/components/inputs/email-editor.vue?vue&type=style&index=0&id=b9db49e8&scoped=true&lang=css& ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.modal-backdrop[data-v-b9db49e8] {
  position: relative !important;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/clients/applications/application/components/header-components/generate-ai-email-modal.vue?vue&type=style&index=0&id=a9c21eca&lang=scss&scoped=true& ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
#generate-email-container[data-v-a9c21eca] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: auto;
  justify-content: space-between;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
}
#generate-email-container .section[data-v-a9c21eca] {
    margin: 0.5em;
}
#generate-email-container .section .btn[data-v-a9c21eca] {
      margin-right: 0.8em;
      border-radius: 10px !important;
      border-color: var(--primary);
      color: var(--primary);
}
#generate-email-container .section .button-section[data-v-a9c21eca] {
      margin-top: 0.3em;
}
#generate-email-container .section .active[data-v-a9c21eca] {
      color: white;
      background-color: var(--primary) !important;
}
#generate-email-container #container-footer[data-v-a9c21eca] {
    border-top: 1px solid #dee2e6;
    background-color: rgba(0, 0, 0, 0.03);
    display: flex;
    gap: 1em;
    justify-content: flex-end;
    grid-column: span 2;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 3.5em;
}
#generate-email-container #container-footer button[data-v-a9c21eca] {
      margin-right: 0.8em;
}
button[data-v-a9c21eca] {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
#result-container[data-v-a9c21eca] {
  margin-top: 0.5em;
}
textarea[data-v-a9c21eca] {
  display: block;
  margin: 0 auto;
  width: 100%;
  border-radius: 10px;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/clients/board/client-profile/components/timeline/summarize-timeline-item.vue?vue&type=style&index=0&lang=css& ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.summarize-timeline-item {
  display: flex;
  gap: 24px;
}
.summarize-timeline-item + * {
  margin-top: 24px;
}
.summarize-timeline-item + .extra-space {
  margin-top: 48px;
}
.summarize-timeline-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: -52px;
  flex-shrink: 0;
  overflow: hidden;
  box-shadow: 0 0 0 6px #fff;
}
.summarize-timeline-item-icon svg {
  width: 20px;
  height: 20px;
}
.summarize-timeline-item-icon.filled-icon {
  background-color: rgb(62, 63, 63);
  color: #fff;
}
.summarize-timeline-item-description {
  display: flex;
  padding-top: 6px;
  gap: 8px;
  color: rgb(167, 163, 163);
}
.summarize-timeline-item-description img {
  flex-shrink: 0;
}
.summarize-timeline-item-description a {
  color: rgb(171, 169, 169);
  font-weight: 500;
  text-decoration: none;
}
.summarize-timeline-item-description a:hover,
.summarize-timeline-item-description a:focus {
  outline: 0;
  color: cyan;
}
.summarize-comment {
  margin-top: 12px;
  color: rgb(37, 37, 37);
  border: 1px solid gainsboro;
  box-shadow: 0 4px 4px 0 gainsboro;
  border-radius: 6px;
  padding: 16px;
  font-size: 1rem;
  background-color: white;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
.summarize-comment:hover {
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2);
}
.summarize-timeline-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 90%;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/clients/board/client-profile/components/timeline/summarize-timeline.vue?vue&type=style&index=0&lang=css& ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.summarize-timeline {
  display: flex;
  flex-direction: column;
  padding: 32px 0 32px 32px;
  margin-left: 18px;
  border-left: 2px solid rgb(53, 53, 53);
  font-size: 1.125rem;
}
.popover {
  max-width: 100% !important;
}
.popover-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popover-title {
  flex-grow: 1;
  text-align: center;
  margin: 0;
}
.close {
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/clients/board/client-profile/components/timeline/timeline-list.vue?vue&type=style&index=0&id=5475325a&scoped=true&lang=css& ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.suggested-actions[data-v-5475325a] {
  max-height: 600px;
  overflow-y: auto;
}
.summarize-suggested-actions[data-v-5475325a] {
  padding: 0 0 0 10px !important;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.summarize-suggested-actions-item[data-v-5475325a] {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 30px;
  width: 100%;
  box-shadow: 0 4px 4px 0 gainsboro;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
.summarize-suggested-actions-item[data-v-5475325a]:hover {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.summary-loader[data-v-5475325a] {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #000;
  box-shadow: 0 0 0 0 rgba(0,0,0,0.26667);
  -webkit-animation: l1-data-v-5475325a 1s infinite;
          animation: l1-data-v-5475325a 1s infinite;
}
@-webkit-keyframes l1-data-v-5475325a {
100% {
    box-shadow: 0 0 0 30px rgba(0,0,0,0);
}
}
@keyframes l1-data-v-5475325a {
100% {
    box-shadow: 0 0 0 30px rgba(0,0,0,0);
}
}
.icon-top-left[data-v-5475325a] {
  position: absolute;
  top: -15px;
  left: -9px;
  font-size: 30px !important;
  background-color: white;
  color: var(--primary) !important;
}
.summarize-suggested-actions-item[data-v-5475325a] {
  position: relative;
  padding-left: 25px;
}
.loading-summary[data-v-5475325a] {
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.summary-view[data-v-5475325a] {
  height: 600px;
  overflow-y: auto;
  padding: 10px;
  background-color: #f3f3f3;
  border-radius: 10px;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/clients/board/client-profile/components/containers/client-profile-container.vue?vue&type=style&index=0&id=ffe8a15e&scoped=true&lang=css& ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

#single-client-profile-page[data-v-ffe8a15e] {
  max-height: 100vh;
  overflow-y: auto;
  min-height: 0;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/clients/applications/application/components/changelog/changelog-item.vue?vue&type=style&index=0&id=3b82e5b2&scoped=true&lang=css& ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.changelog-profile-picture[data-v-3b82e5b2] {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/clients/applications/application/components/changelog/application-changelog.vue?vue&type=style&index=0&id=25fa6b41&scoped=true&lang=css& ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

#application-changelog-summary[data-v-25fa6b41] {
  z-index: 100000;
  width: 30rem;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/clients/applications/application/components/application-calculations/application-calculations.vue?vue&type=style&index=0&id=528b9a74&lang=scss&scoped=true& ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
.calculations-title-container[data-v-528b9a74] {
  border-bottom: 1.5px solid var(--primary);
}
.calculations-title.heading[data-v-528b9a74],
.list-group > .list-group-item.dense[data-v-528b9a74]:not(:last-child) {
  border-bottom: 0 !important;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/shared/components/form-elements/base/base-input.vue?vue&type=style&index=0&id=55535705&lang=scss&scoped=true& ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
input[data-v-55535705]::-webkit-input-placeholder {
  color: #bdbdbd;
}
input[data-v-55535705]::-moz-placeholder {
  color: #bdbdbd;
}
input[data-v-55535705]:-ms-input-placeholder {
  color: #bdbdbd;
}
input[data-v-55535705]::-ms-input-placeholder {
  color: #bdbdbd;
}
input[data-v-55535705]::placeholder {
  color: #bdbdbd;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/shared/components/form-elements/base/base-label.vue?vue&type=style&index=0&id=69484da2&lang=scss&scoped=true& ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
.material-layout--label[data-v-69484da2] {
  font-size: 1em;
  line-height: 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: bold;
  margin-bottom: 0;
}
.material-layout--label-client[data-v-69484da2] {
  font-size: 20px !important;
  font-weight: bold !important;
  margin-bottom: 25px !important;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/shared/components/form-elements/base/base-field-layout.vue?vue&type=style&index=0&id=53268472&lang=scss&scoped=true& ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
.material-layout--container[data-v-53268472] {
  /**
    This is the container of the whole layout
    Works only as the reference element
  */
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  margin-bottom: 1.3em;
  width: 100%;
}
.material-layout--container .materia-layout--label-wrapper[data-v-53268472],
  .material-layout--container .materia-layout--content-wrapper[data-v-53268472] {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.material-layout--container.material-layout--side-grid[data-v-53268472] {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.material-layout--container.material-layout--side-grid .materia-layout--label-wrapper[data-v-53268472] {
      flex: 0 0 33%;
      max-width: 33%;
}
.material-layout--container.material-layout--side-grid .materia-layout--content-wrapper[data-v-53268472] {
      flex: 0 0 66%;
      max-width: 66%;
}
.material-layout--container .material-layout--error-message[data-v-53268472] {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: calc(1.3em - 0.4em);
    line-height: 1.3em;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-bottom: 0;
    color: var(--danger);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    text-align: right;
    width: 100%;
    white-space: nowrap;
}
.material-layout--container .material-layout--input-container[data-v-53268472] {
    /**
      this is the container of the input styling
      here we apply the "material" styling
    */
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    /**
      Actual element style that are used in the default slot
    */
}
.material-layout--container .material-layout--input-container[data-v-53268472]:not(.radio) {
      background: var(--primary-clear) !important;
}
.material-layout--container .material-layout--input-container .material-layout--input-bar[data-v-53268472] {
      /**
        Bar has two states
        main bar is the gray default one
         ::after is the bar on top when focusing the input
      */
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #9d9d9e !important;
      overflow: hidden;
      pointer-events: none;
}
.material-layout--container .material-layout--input-container .material-layout--input-bar[data-v-53268472]::after {
        /**
          In default state ::after 
          hides the bar so when the input gains focus
          we can animate it
        */
        content: "";
        pointer-events: none;
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 1px;
        background: var(--primary);
        transition: none;
        z-index: 100;
}
.material-layout--container .material-layout--input-container.material-layout--input--focus[data-v-53268472], .material-layout--container .material-layout--input-container[data-v-53268472]:hover {
      /**
        move material bar up and animate
      */
}
.material-layout--container .material-layout--input-container.material-layout--input--focus .material-layout--input-bar[data-v-53268472], .material-layout--container .material-layout--input-container:hover .material-layout--input-bar[data-v-53268472] {
        height: 1px;
}
.material-layout--container .material-layout--input-container.material-layout--input--focus .material-layout--input-bar[data-v-53268472]::after, .material-layout--container .material-layout--input-container:hover .material-layout--input-bar[data-v-53268472]::after {
          bottom: 0;
          transition: bottom 0.5s ease-in-out;
}
.material-layout--container .material-layout--input-container input[data-v-53268472],
    .material-layout--container .material-layout--input-container select[data-v-53268472],
    .material-layout--container .material-layout--input-container textarea[data-v-53268472] {
      width: 100%;
      font-size: 1em;
      border: none !important;
      outline: none !important;
      padding: 0.3em 0.5em;
      background: transparent;
}
.material-layout--container .material-layout--input-container select[data-v-53268472] {
      background: transparent url(/assets/a08989ff61e99118472e.svg) no-repeat right 0.75em center;
      padding-right: 1.7em;
}
.material-layout--container .material-layout--input-container textarea[data-v-53268472] {
      background: transparent;
      overflow: hidden;
      resize: none;
}
.material-layout--container .material-layout--input-container .material-layout--prepend-input[data-v-53268472],
    .material-layout--container .material-layout--input-container .material-layout--append-input[data-v-53268472] {
      display: flex;
      flex-direction: row;
      align-items: center;
      font-size: 1.2em;
      gap: 5px;
}
.material-layout--container .material-layout--before-input[data-v-53268472],
  .material-layout--container .material-layout--after-input[data-v-53268472] {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.2em;
}
.material-layout--container.material-layout--error .material-layout--input-container > select[data-v-53268472] {
    background: none;
}
.material-layout--container.material-layout--error .material-layout--input-bar[data-v-53268472] {
    background: var(--danger) !important;
}
.material-layout--container.material-layout--error .material-layout--input-bar[data-v-53268472]::after {
      bottom: 0;
      transition: bottom 0.5s ease-in-out;
      background: var(--danger) !important;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/clients/applications/documents/components/documents-page/document-classification/document-listing/document-extraction-modal.vue?vue&type=style&index=0&lang=scss& ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
.materia-layout--label-wrapper {
  display: none !important;
}
.material-layout--container {
  margin-bottom: 0rem !important;
  /* Specificity required to override component style */
}
.material-layout--container .materia-layout--content-wrapper
.material-layout--input-container:not(.radio) {
    background: transparent !important;
}
.table td {
  vertical-align: middle !important;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/clients/applications/documents/components/documents-page/modals/send-documents-to-lender-modal.vue?vue&type=style&index=0&lang=css& ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

#documents-history-table {
  max-height: 23rem !important;
  overflow-y: scroll;
}
.expand-fade-enter-active,
.expand-fade-leave-active {
  transition: opacity 0.1s ease, max-height 0.1s ease;
}
.expand-fade-enter,
.expand-fade-leave-to {
  opacity: 0;
  max-height: 0;
}
.expand-fade-enter-from,
.expand-fade-leave-active {
  max-height: 23rem !important;
  overflow: hidden;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/clients/applications/documents/components/documents-container.vue?vue&type=style&index=0&lang=scss& ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
.documents-toolbar-position {
  z-index: 1000;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/clients/applications/application/components/pages-components/filogix/sections/expert-sync-application/sync-history.vue?vue&type=style&index=0&id=eb2d7f26&scoped=true&lang=scss& ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
.card[data-v-eb2d7f26] {
  max-height: 37vh;
}
.card .card-body[data-v-eb2d7f26] {
    padding: 0% !important;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/clients/applications/application/components/pages-components/direct-to-lender/fees/calculated-details.vue?vue&type=style&index=0&id=4f89bd85&scoped=true&lang=css& ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

#apr-field[data-v-4f89bd85] {
  background-color: #f5f5f5 !important;
  margin-right: -0.3em !important;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/clients/applications/application/components/pages-components/direct-to-lender/lender-submit/generate-notes-modal.vue?vue&type=style&index=0&lang=css& ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.ld-ring-primary .ld-ring {
  --animate-bg-color: var(--primary);
  color: var(--primary) !important;
}
.options-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0px 0px;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "options-left options-left options-left options-left options-right";
}
.options-left {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "."
    "."
    ".";
  grid-area: options-left;
}
.options-right {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 0px 0px;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "."
    ".";
  grid-area: options-right;
}
.pill-select-item {
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
}
.pill-select-item input {
  display: none;
}
.pill-select-item input[type="checkbox"]:checked + .pill-select-label {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}
.pill-select-item input[type="radio"]:checked + .pill-select-label {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}
.pill-select-label {
  border: 1px solid var(--primary);
  border-radius: 10px;
  color: var(--primary);
  display: block;
  padding: 4px 17px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/clients/applications/application/components/pages-components/direct-to-lender/participants/co-broker/co-broker-agents-search-table.vue?vue&type=style&index=0&id=8be3e61e&scoped=true&lang=css& ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.vue-custom-table[data-v-8be3e61e] {
  border: 1px solid #e0e0e0;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/clients/applications/application/components/pages-components/direct-to-lender/participants/co-broker/co-broker-search-step.vue?vue&type=style&index=0&id=a7c22f0c&lang=scss&scoped=true& ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
.input-group .form-control[data-v-a7c22f0c]:focus {
  border-color: var(--primary) !important;
}
.input-group .btn-sm[data-v-a7c22f0c] {
  padding: 0 0.5rem !important;
}
.input-group .btn-link[data-v-a7c22f0c] {
  color: var(--primary) !important;
  box-shadow: none !important;
}
.input-group .btn-link[data-v-a7c22f0c]:focus {
  border: none !important;
}
.input-group input[data-v-a7c22f0c]:nth-last-of-type(1) {
  border-right: none;
}
.input-group input[data-v-a7c22f0c]:nth-last-of-type(1):focus {
  border-right: 1px solid var(--primary) !important;
}
.input-group .input-group-prepend.prepend-with-input[data-v-a7c22f0c] {
  flex: 1 1 auto;
  width: 10%;
  min-width: 0;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/clients/applications/application/components/pages-components/direct-to-lender/participants/co-broker/co-broker-confirmation-step.vue?vue&type=style&index=0&id=dec64066&lang=scss&scoped=true& ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
.client-avatar[data-v-dec64066] {
  width: 2.5rem;
  height: 2.5rem;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/shared/components/form-elements/fields/card-radio-field.vue?vue&type=style&index=0&id=4ee225ba&lang=scss&scoped=true& ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
input[type="radio"][data-v-4ee225ba],
input[type="checkbox"][data-v-4ee225ba] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: white;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  position: absolute;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  outline: none;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
input[type="radio"][data-v-4ee225ba]:hover:not(:checked),
input[type="checkbox"][data-v-4ee225ba]:hover:not(:checked) {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  border: 1px solid var(--primary);
}
input[type="radio"][data-v-4ee225ba]:checked,
input[type="checkbox"][data-v-4ee225ba]:checked {
  border: 1px solid var(--primary);
}
label[data-v-4ee225ba] {
  margin: 10px;
  cursor: pointer;
  z-index: 99999;
}
.card[data-v-4ee225ba] {
  min-height: 4.375rem;
  position: relative;
}
.card h6[data-v-4ee225ba] {
    font-size: 12px;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/clients/applications/application/components/pages-components/forms/formulary-controls/no-yes-explain-input.vue?vue&type=style&index=0&id=f3345654&scoped=true&lang=css& ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.yes-no-expalin[data-v-f3345654] {
  resize: none;
  height: 70px;
  max-width: 500px;
  padding: 5px;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/clients/applications/application/components/pages-components/forms/formulary-controls/text-area-input.vue?vue&type=style&index=0&id=170bfa06&scoped=true&lang=css& ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.text-area[data-v-170bfa06] {
  resize: none;
  height: 70px;
  width: 500px;
  padding: 5px;
  line-break: auto;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/clients/reports/reports-containers/history/report-history-container.vue?vue&type=style&index=0&id=1844925c&lang=scss&scoped=true& ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
[data-v-1844925c] .vue-custom-table-infinite .table-responsive {
  overflow: hidden !important;
  overflow-y: scroll !important;
  min-height: 15rem;
  max-height: 60vh !important;
}
[data-v-1844925c] .vue-custom-table-infinite .dropdown-filters-wrapper .dropdown-menu {
  max-height: 12rem;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/clients/referrers/components/referrers-list/referrer-list-actions.vue?vue&type=style&index=0&id=288af3d6&lang=scss&scoped=true& ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
input[type="search"].search-referrer[data-v-288af3d6]::-webkit-search-cancel-button {
  opacity: 1;
  cursor: pointer;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/registration/components/steps/personal-details-step.vue?vue&type=style&index=0&lang=scss& ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
#registration-form #password-icon {
  position: absolute;
  float: left;
  bottom: 0.4rem;
  left: 0.2rem;
  font-size: 1.7rem !important;
}
#registration-form .registration-password-input input {
  padding-left: 2.1rem !important;
}
#registration-form #reveal-password-controller {
  position: absolute;
  width: 1.8rem;
  height: 0.5rem;
  margin: 0.5rem;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/sidebar/chat-bot/components/ChatMessage.vue?vue&type=style&index=0&lang=css& ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.messageButton {
  border: none;
  background-color: transparent;
  margin: 2px !important;
  padding: 2px !important;
  border-radius: 5px;
}
.messageButton:hover {
  background: #d3d4db;
}
.btnBg {
  background: #aea2db;
}
.svg:hover {
  -webkit-filter: invert(32%) sepia(47%) saturate(2103%) hue-rotate(230deg)
    brightness(93%) contrast(92%);
          filter: invert(32%) sepia(47%) saturate(2103%) hue-rotate(230deg)
    brightness(93%) contrast(92%);
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7[0].rules[0].use[2]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/sidebar/chat-bot/components/chatbot.vue?vue&type=style&index=0&lang=css& ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

#my-popover {
  padding: 0px !important;
  background: transparent;
  border: transparent;
}
#my-popover > .popover-body {
  padding: 0px !important;
}
.no-margin-padding {
  margin: 0px;
  padding: 0px;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
#chat-bot-body {
  overflow-y: auto !important;
  flex-grow: 1;
  align-self: end;
  background-color: #f4f5f7;
  width: 100%;
}
.close-button {
  min-width: 400px;
}
.chat-button {
  border: none;
  background-color: transparent;
  margin: 0px !important;
  padding: 0px !important;
}
@media (max-width: 450px) {
#chat-bot-container {
    width: 320px !important;
    min-height: 550px !important;
    bottom: 50px !important;
    position: relative !important;
    right: 20% !important;
    left: -20% !important;
}
#main-container1 {
    min-height: 320px;
    height: 500px;
}
}
@media only screen and (min-width: 500px) and (max-width: 750px) {
#chat-bot-container {
    width: 450px !important;
    max-height: 550px !important;
    bottom: 50px !important;
    position: relative !important;
    right: 10% !important;
}
#main-container1 {
    min-height: 320px;
    height: 500px;
}
}
@media (min-width: 768px) and (max-width: 990px) {
#chat-bot-container {
    min-width: 450px;
}
#main-container1 {
    min-height: 650px;
    height: 650px;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
#chat-bot-container {
    min-width: 750px;
}
#main-container1 {
    min-height: 550px;
    height: 550px;
}
}
@media (min-width: 1200px) {
#chat-bot-container {
    min-width: 750px;
}
#main-container1 {
    min-height: 650px;
    height: 650px;
}
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-8[0].rules[0].use[4]!./node_modules/thread-loader/dist/cjs.js??ruleSet[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/broker-portal/js/modules/main/components/page-sidebar.vue?vue&type=style&index=0&id=18a6f877&lang=scss&scoped=true& ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
  Global Vue SFC <style>
  @import here any resource you need to be injected into vue <style> tags
  scss variables, mixins, etc
**/
/**
  Broker Vue SFC <style>
  @import here any resource you need to be injected into Broker vue <style> tags
  scss variables, mixins, etc
**/
.collapse-sidebar-button[data-v-18a6f877] {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 1rem;
  right: -11px;
  border: none !important;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

