@import url(https://fonts.googleapis.com/css?family=Nunito);
.select2 {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .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: .125rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.chosen-select {
    width: 100%;
}

.chosen-select-deselect {
    width: 100%;
}

.chosen-container {
    display: inline-block;
    font-size: 1rem;
    position: relative;
    vertical-align: middle;
}

.chosen-container .chosen-drop {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: -9000px;
    z-index: 1060;
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    right: 0;
}

.chosen-container .chosen-results {
    color: #55595c;
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    line-height: 1.5;
    list-style: none;
    margin: 0;
    padding: 5px 6px;
}

.chosen-container .chosen-results li em {
    background: #feffde;
    font-style: normal;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    cursor: default;
    color: #999;
    font-weight: bold;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li.active-result {
    cursor: pointer;
    display: list-item;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #0275d8;
    background-image: none;
    color: white;
}

.chosen-container .chosen-results li.highlighted em {
    background: transparent;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #818a91;
}

.chosen-container .chosen-results .no-results {
    background: #eceeef;
    display: list-item;
}

.chosen-container .chosen-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1;
}

.chosen-container .chosen-results-scroll span {
    display: inline-block;
    height: 1.5rem;
    text-indent: -5000px;
    width: 9px;
}

.chosen-container .chosen-results-scroll-down {
    bottom: 0;
}

.chosen-container .chosen-results-scroll-down span {
    background:  url(/images/vendor/bootstrap-chosen/chosen-sprite.png?b6c637988eaf0e65d76f5e1098e772c6) no-repeat -4px -3px;
}

.chosen-container .chosen-results-scroll-up span {
    background:  url(/images/vendor/bootstrap-chosen/chosen-sprite.png?b6c637988eaf0e65d76f5e1098e772c6) no-repeat -22px -3px;
}

.chosen-container-single .chosen-single {
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;

    color: #55595c;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.15rem;

}

.chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    padding-left: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single abbr {
    background:  url(/images/vendor/bootstrap-chosen/chosen-sprite.png?b6c637988eaf0e65d76f5e1098e772c6) right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 14px;
    width: 12px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: right -11px;
}

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
    background-position: right 2px;
}

.chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    top: 2px;
    right: 0;
    width: 18px;
}

.chosen-container-single .chosen-single div b {
    background:  url(/images/vendor/bootstrap-chosen/chosen-sprite.png?b6c637988eaf0e65d76f5e1098e772c6) no-repeat 0 7px;
    display: block;
    height: 100%;
    width: 100%;
}

.chosen-container-single .chosen-default {
    color: #818a91;
}

.chosen-container-single .chosen-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1000;
}

.chosen-container-single .chosen-search input[type="text"] {
    background:  url(/images/vendor/bootstrap-chosen/chosen-sprite.png?b6c637988eaf0e65d76f5e1098e772c6) no-repeat 100% -20px, #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.chosen-container-single-nosearch .chosen-search input[type="text"] {
    position: absolute;
    left: -9000px;
}

.chosen-container-multi .chosen-choices {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    cursor: text;
    height: auto !important;
    height: 1%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices .search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices .search-field input[type="text"] {
    background: transparent !important;
    border: 0 !important;
    color: #55595c;
    height: 2.25rem;
    margin: 0;
    padding: 0.375rem 0.75rem;
    outline: 0;
}

.chosen-container-multi .chosen-choices .search-field .default {
    color: #999;
}

.chosen-container-multi .chosen-choices .search-choice {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    background-color: white;
    color: #373a3c;
    cursor: default;
    line-height: 13px;
    margin: 6px 0 3px 5px;
    padding: 5px 20px 5px 5px;
    position: relative;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    background:  url(/images/vendor/bootstrap-chosen/chosen-sprite.png?b6c637988eaf0e65d76f5e1098e772c6) right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 4px;
    top: 7px;
    width: 12px;
    cursor: pointer;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
    background-position: right -11px;
}

.chosen-container-multi .chosen-choices .search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
    background-position: right -11px;
}

.chosen-container-multi .chosen-results {
    margin: 0 0 0 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: none;
}

.chosen-container-active .chosen-single {
    border: 1px solid #66afe9;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #fff;
    border: 1px solid #66afe9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    background: transparent;
    border-left: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 7px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #66afe9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.chosen-container-active .chosen-choices .search-field input[type="text"] {
    color: #111 !important;
}

.chosen-container-active.chosen-with-drop .chosen-choices {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.chosen-disabled {
    cursor: default;
    opacity: 0.5 !important;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    padding: 0;
    overflow: visible;
}

.chosen-rtl .chosen-single span {
    margin-left: 26px;
    margin-right: 0;
    padding-right: 0.75rem;
    direction: rtl;
}

.chosen-rtl .chosen-single div {
    left: 7px;
    right: auto;
}

.chosen-rtl .chosen-single abbr {
    left: 26px;
    right: auto;
}

.chosen-rtl .chosen-choices .search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices .search-choice {
    margin: 6px 5px 3px 0;
    padding: 5px 5px 5px 21px;
}

.chosen-rtl .chosen-choices .search-choice .search-choice-close {
    background-position: right top;
    left: 4px;
    right: auto;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results .group-option {
    padding-left: 0;
    padding-right: 15px;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
    background:  url(/images/vendor/bootstrap-chosen/chosen-sprite.png?b6c637988eaf0e65d76f5e1098e772c6) no-repeat -28px -20px, #fff;
    direction: rtl;
    padding: 4px 5px 4px 20px;
}

@media only screen and (min-resolution: 2dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image:  url(/images/vendor/bootstrap-chosen/chosen-sprite@2x.png?ad5aa8a695c7b0e143f0fcd14c6cef8a) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

.custom-switch{line-height:12px}.custom-switch .custom-switch-input{position:absolute;z-index:-1;opacity:0}.custom-switch .custom-switch-input,.custom-switch .custom-switch-input *,.custom-switch .custom-switch-input :after,.custom-switch .custom-switch-input :before,.custom-switch .custom-switch-input+.custom-switch-btn,.custom-switch .custom-switch-input:after,.custom-switch .custom-switch-input:before{box-sizing:border-box}.custom-switch .custom-switch-input :after:selection,.custom-switch .custom-switch-input :before:selection,.custom-switch .custom-switch-input :selection,.custom-switch .custom-switch-input+.custom-switch-btn:selection,.custom-switch .custom-switch-input:after:selection,.custom-switch .custom-switch-input:before:selection,.custom-switch .custom-switch-input:selection{background:0 0}.custom-switch .custom-switch-input+.custom-switch-btn{outline:0;display:inline-block;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;width:68px;height:38px;margin:0;padding:4px;background:#adb5bd;border-radius:76px;transition:all 150ms ease}.custom-switch .custom-switch-input+.custom-switch-btn:after,.custom-switch .custom-switch-input+.custom-switch-btn:before{position:relative;display:block;content:"";width:29px;height:29px}.custom-switch .custom-switch-input+.custom-switch-btn:after{left:2px;border-radius:50%;background:#fff;transition:all 150ms ease}.custom-switch .custom-switch-input+.custom-switch-btn:before{display:none}.custom-switch .custom-switch-input+.custom-switch-btn.text-hide{top:-.8rem}.custom-switch .custom-switch-input:checked+.custom-switch-btn{background:#28a745}.custom-switch .custom-switch-input:checked+.custom-switch-btn:after{left:30px}.custom-switch .custom-switch-input:checked+.custom-switch-btn~.custom-switch-content-checked{opacity:1;height:auto}.custom-switch .custom-switch-input:checked+.custom-switch-btn~.custom-switch-content-unchecked{display:none;opacity:0;height:0}.custom-switch .custom-switch-input:not(:checked)+.custom-switch-btn~.custom-switch-content-checked{display:none;opacity:0;height:0}.custom-switch .custom-switch-input:not(:checked)+.custom-switch-btn~.custom-switch-content-unchecked{opacity:1;height:auto}.custom-switch .custom-switch-input[disabled]+.custom-switch-btn{background:rgba(173,181,189,.6);cursor:default}.custom-switch .custom-switch-input[disabled]:checked+.custom-switch-btn{background:rgba(40,167,69,.4)}.custom-switch .custom-switch-input:not([disabled]):focus~.custom-switch-btn{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(56,123,189,.25)}.custom-switch .custom-switch-input[required]~.custom-switch-btn{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 .125rem rgba(220,53,69,.5)}.custom-switch .custom-switch-form-text{display:inline-block;height:38px;margin-left:.5rem;line-height:38px;vertical-align:top}.custom-switch.custom-switch-label-io .custom-switch-input+.custom-switch-btn{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='42.5' y='23.75' font-size='12px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EO%3C/text%3E%3C/svg%3E")}.custom-switch.custom-switch-label-io .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='18.13333' y='23.75' font-size='12px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EI%3C/text%3E%3C/svg%3E")}.custom-switch.custom-switch-label-onoff .custom-switch-input+.custom-switch-btn{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='38.85714' y='23.75' font-size='12px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EOff%3C/text%3E%3C/svg%3E")}.custom-switch.custom-switch-label-onoff .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='9.71429' y='23.75' font-size='12px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EOn%3C/text%3E%3C/svg%3E")}.custom-switch.custom-switch-label-yesno .custom-switch-input+.custom-switch-btn{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='38.85714' y='23.75' font-size='12px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3ENo%3C/text%3E%3C/svg%3E")}.custom-switch.custom-switch-label-yesno .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='9.71429' y='23.75' font-size='12px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EYes%3C/text%3E%3C/svg%3E")}.custom-switch.custom-switch-label-status .custom-switch-input+.custom-switch-btn{width:96px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='38'%3E%3Ctext x='38.85714' y='23.75' font-size='12px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EDisabled%3C/text%3E%3C/svg%3E")}.custom-switch.custom-switch-label-status .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='38'%3E%3Ctext x='9.71429' y='23.75' font-size='12px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EEnabled%3C/text%3E%3C/svg%3E")}.custom-switch.custom-switch-label-status .custom-switch-input:checked+.custom-switch-btn:after{left:58px}.custom-switch-sm{line-height:11px}.custom-switch-sm .custom-switch-input+.custom-switch-btn{width:60px;height:31px;padding:3px;border-radius:62px}.custom-switch-sm .custom-switch-input+.custom-switch-btn:after,.custom-switch-sm .custom-switch-input+.custom-switch-btn:before{width:23px;height:23px}.custom-switch-sm .custom-switch-input+.custom-switch-btn:after{left:2px}.custom-switch-sm .custom-switch-input:checked+.custom-switch-btn:after{left:29px}.custom-switch-sm .custom-switch-form-text{height:31px;margin-left:.5rem;line-height:31px}.custom-switch-sm.custom-switch-label-io .custom-switch-input+.custom-switch-btn{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='31'%3E%3Ctext x='37.5' y='19.375' font-size='11px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EO%3C/text%3E%3C/svg%3E")}.custom-switch-sm.custom-switch-label-io .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='31'%3E%3Ctext x='16' y='19.375' font-size='11px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EI%3C/text%3E%3C/svg%3E")}.custom-switch-sm.custom-switch-label-onoff .custom-switch-input+.custom-switch-btn{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='31'%3E%3Ctext x='32.87671' y='19.375' font-size='11px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EOff%3C/text%3E%3C/svg%3E")}.custom-switch-sm.custom-switch-label-onoff .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='31'%3E%3Ctext x='8.57143' y='19.375' font-size='11px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EOn%3C/text%3E%3C/svg%3E")}.custom-switch-sm.custom-switch-label-yesno .custom-switch-input+.custom-switch-btn{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='31'%3E%3Ctext x='32.87671' y='19.375' font-size='11px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3ENo%3C/text%3E%3C/svg%3E")}.custom-switch-sm.custom-switch-label-yesno .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='31'%3E%3Ctext x='8.57143' y='19.375' font-size='11px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EYes%3C/text%3E%3C/svg%3E")}.custom-switch-sm.custom-switch-label-status .custom-switch-input+.custom-switch-btn{width:88px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='31'%3E%3Ctext x='32.87671' y='19.375' font-size='11px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EDisabled%3C/text%3E%3C/svg%3E")}.custom-switch-sm.custom-switch-label-status .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='31'%3E%3Ctext x='8.57143' y='19.375' font-size='11px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EEnabled%3C/text%3E%3C/svg%3E")}.custom-switch-sm.custom-switch-label-status .custom-switch-input:checked+.custom-switch-btn:after{left:57px}.custom-switch-xs{line-height:10px}.custom-switch-xs .custom-switch-input+.custom-switch-btn{width:48px;height:24px;padding:3px;border-radius:48px}.custom-switch-xs .custom-switch-input+.custom-switch-btn:after,.custom-switch-xs .custom-switch-input+.custom-switch-btn:before{width:18px;height:18px}.custom-switch-xs .custom-switch-input+.custom-switch-btn:after{left:1px}.custom-switch-xs .custom-switch-input:checked+.custom-switch-btn:after{left:24px}.custom-switch-xs .custom-switch-form-text{height:24px;margin-left:.5rem;line-height:24px}.custom-switch-xs.custom-switch-label-io .custom-switch-input+.custom-switch-btn{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24'%3E%3Ctext x='27.42857' y='15' font-size='10px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EO%3C/text%3E%3C/svg%3E")}.custom-switch-xs.custom-switch-label-io .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24'%3E%3Ctext x='12.8' y='15' font-size='10px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EI%3C/text%3E%3C/svg%3E")}.custom-switch-xs.custom-switch-label-onoff .custom-switch-input+.custom-switch-btn{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24'%3E%3Ctext x='25.6' y='15' font-size='10px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EOff%3C/text%3E%3C/svg%3E")}.custom-switch-xs.custom-switch-label-onoff .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24'%3E%3Ctext x='6.85714' y='15' font-size='10px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EOn%3C/text%3E%3C/svg%3E")}.custom-switch-xs.custom-switch-label-yesno .custom-switch-input+.custom-switch-btn{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24'%3E%3Ctext x='25.6' y='15' font-size='10px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3ENo%3C/text%3E%3C/svg%3E")}.custom-switch-xs.custom-switch-label-yesno .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24'%3E%3Ctext x='6.85714' y='15' font-size='10px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EYes%3C/text%3E%3C/svg%3E")}.custom-switch-xs.custom-switch-label-status .custom-switch-input+.custom-switch-btn{width:76px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='76' height='24'%3E%3Ctext x='25.6' y='15' font-size='10px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EDisabled%3C/text%3E%3C/svg%3E")}.custom-switch-xs.custom-switch-label-status .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='76' height='24'%3E%3Ctext x='6.85714' y='15' font-size='10px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EEnabled%3C/text%3E%3C/svg%3E")}.custom-switch-xs.custom-switch-label-status .custom-switch-input:checked+.custom-switch-btn:after{left:52px}.is-invalid .custom-switch .custom-switch-input~.custom-switch-btn,.was-validated .custom-switch:invalid .custom-switch-input~.custom-switch-btn{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem #dc3545}
@charset "UTF-8";

.card {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.navbar {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.nav-item .dropdown-menu {
  border: none;
  margin-top: 0.5rem;
  border-top: 1px solid #f2f2f2 !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.nav-link .svg-inline--fa {
  font-size: 1.4rem;
}

.btn-loading {
  position: relative;
  pointer-events: none;
  color: transparent !important;
}

.btn-loading:after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  position: absolute;
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.category__img-wrapper {
  padding: 0.5rem;
  width: 5rem;
  height: 5rem;
}

.category__img-wrapper .img-fluid {
  max-height: 4rem;
}

.category__wrapper:not(:first-child) {
  padding-top: 1rem;
  border-top: 1px solid #dee2e6;
}

.page-enter-active,
.page-leave-active {
  transition: opacity 0.2s;
}

.page-enter,
.page-leave-to {
  opacity: 0;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.15s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.wrapper-primary {
  border-radius: 0.75rem;
  background: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.wrapper-secondary {
  padding: 1rem;
  border-radius: 0.125rem;
  border: 1px solid #dee2e6;
}

.wrapper-secondary .wrapper-secondary--sm {
  padding: 0.125rem;
}

.not-first-child:not(:first-child) {
  padding-top: 1rem;
  border-top: 1px solid #dee2e6;
}

.wrapper-striped .row:not(:first-child) {
  padding-top: 1rem;
  border-top: 1px solid #dee2e6;
}

.custom-file-label::after {
  content: "📂";
}

/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */

.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: -0.3em;
  top: -0.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: 0.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: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.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: 0.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: 0.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: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.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: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.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;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
}

body {
  font: 14px/20px Roboto, -apple-system, BlinkMacSystemFont, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
  color: #222;
}

main {
  margin: 0px auto;
  padding: 0px 18px 60px 18px;
  width: 100%;
  min-height: 100vh;
  max-width: 800px;
  position: relative;
  overflow: hidden;
}

h3 {
  font-size: 21px;
  margin-bottom: 10px;
}

h5 {
  font-size: 16px;
}

a {
  color: #108be3;
  text-decoration: none;
  cursor: pointer;
}

.author {
  color: #96a2aa;
  font-style: italic;
}

#toggle-night {
  display: block;
  position: absolute;
  bottom: 18px;
  width: 300px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  font-size: 18px;
  padding: 8px;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

body.theme-night {
  background: #242f3e;
  color: #fff;
}

@media only screen and (min-width: 801px) {
  /* Kinda hacky way to hide chart content from overlapping paddings on wider screens */

  main:before,
  main:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 20px;
    z-index: 1000;
    pointer-events: none;
  }

  body.theme-day main:before {
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }

  body.theme-day main:after {
    background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }

  body.theme-night main:before {
    background: linear-gradient(to right, rgb(36, 47, 62) 0%, rgba(36, 47, 62, 0) 100%);
  }

  body.theme-night main:after {
    background: linear-gradient(to left, rgb(36, 47, 62) 0%, rgba(36, 47, 62, 0) 100%);
  }

  main:before {
    left: 0px;
  }

  main:after {
    right: 0px;
  }
}

/* a-chart */

.a-chart {
  margin: 0 -18px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.a-chart__header {
  position: relative;
  height: 20px;
  margin: 18px 18px 0;
}

.a-chart__title {
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  transition: transform 0.5s, opacity 0.5s;
}

.a-chart.is-zoomed .a-chart__title {
  transform-origin: center left;
  transform: translateY(-10px) scale(0.5);
  opacity: 0;
}

.a-chart__zoom-out {
  transform-origin: center left;
  transform: translateY(10px) scale(0.5);
  position: absolute;
  opacity: 0;
  font-size: 16px;
  font-weight: 500;
  color: #108BE3;
  cursor: pointer;
}

.a-chart.is-animated .a-chart__zoom-out {
  transition: transform 0.5s, opacity 0.5s;
}

.a-chart__zoom-out:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  background-size: 20px;
  margin-right: 5px;
}

.a-chart.is-zoomed .a-chart__zoom-out {
  transform: none;
  opacity: 1;
}

.a-chart__date {
  transform-origin: center right;
  position: absolute;
  text-align: right;
  right: 0;
  max-width: 60%;
  font-weight: 500;
  z-index: 100;
}

.a-chart__date.is-next {
  transform-origin: center right;
  transform: translateY(10px) scale(0.5);
  opacity: 0;
}

.a-chart__date.is-updating {
  transform-origin: center right;
  transform: translateY(-10px) scale(0.5);
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.a-chart__date.is-updating + .a-chart__date.is-next {
  transform: none;
  position: absolute;
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}

.a-chart__view {
  height: 430px;
  max-height: 75vmin;
  position: relative;
}

.a-chart__view-mask {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

body.theme-day .a-chart__view-mask {
  background: rgba(255, 255, 255, 0.5);
}

body.theme-night .a-chart__view-mask {
  background: rgba(36, 47, 62, 0.5);
}

.a-chart.is-animated .a-chart__view-mask {
  transition: opacity 0.3s;
}

.a-chart__grid-container {
  position: relative;
  height: 100%;
  overflow: hidden;
  margin: 0 18px;
  pointer-events: none;
  cursor: pointer;
}

.a-chart.is-zoomed .a-chart__grid-container {
  cursor: default;
}

.a-chart__y-label {
  position: absolute;
  opacity: 0;
  left: 3px;
  right: auto;
  bottom: 0;
}

.a-chart__y-label.is-pooled {
  transition: none !important;
  opacity: 0 !important;
}

.a-chart__y-label.is-right {
  left: auto;
  right: 3px;
}

.a-chart.is-animated .a-chart__y-label {
  transition: opacity 0.3s;
}

.a-chart__y-line {
  position: absolute;
  height: 1px;
  width: 100%;
  opacity: 0;
  bottom: 0;
  pointer-events: none;
  cursor: pointer;
}

.a-chart__y-line.is-pooled {
  transition: none !important;
  opacity: 0 !important;
}

.a-chart.is-zoomed .a-chart__y-line {
  cursor: default;
}

body.theme-day .a-chart__y-line {
  background: rgba(24, 45, 59, 0.1);
}

body.theme-night .a-chart__y-line {
  background: rgba(255, 255, 255, 0.1);
}

.a-chart.is-animated .a-chart__y-line {
  transition: opacity 0.3s;
}

.a-chart__x-axis {
  position: relative;
  overflow: hidden;
  height: 35px;
  margin: 0 -18px;
}

.a-chart__x-label {
  position: absolute;
  top: 5px;
  left: 0px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.a-chart__x-label.is-pooled {
  transition: none !important;
  opacity: 0 !important;
}

.a-chart.is-animated .a-chart__x-label {
  transition: opacity 0.3s;
}

.a-chart.is-animated.is-zoomed .a-chart__x-label {
  transition: opacity 0.3s, transform 0.3s;
}

.a-chart__x-axis,
.a-chart__y-label {
  font-size: 12px;
}

body.theme-day .a-chart__x-axis,
body.theme-day .a-chart__y-label {
  color: #96a2aa;
  color: rgba(24, 45, 59, 0.45);
}

body.theme-night .a-chart__x-axis,
body.theme-night .a-chart__y-label {
  color: #546778;
  color: rgba(255, 255, 255, 0.45);
}

.a-chart__top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
}

body.theme-day .a-chart__top-overlay {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=0);
}

body.theme-night .a-chart__top-overlay {
  background: linear-gradient(to bottom, rgb(36, 47, 62) 0%, rgba(36, 47, 62, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242f3e',endColorstr='#00242f3e',GradientType=0);
}

.a-chart__selection-line {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0px;
  left: 0px;
  pointer-events: none;
  cursor: pointer;
}

.a-chart.is-zoomed .a-chart__selection-line {
  cursor: default;
}

body.theme-day .a-chart__selection-line {
  background: rgba(24, 45, 59, 0.1);
}

body.theme-night .a-chart__selection-line {
  background: rgba(255, 255, 255, 0.1);
}

.a-chart__selection-bubble {
  display: none;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-bottom: -5px;
  border: 2px solid #000;
  position: absolute;
  border-radius: 12px;
  pointer-events: none;
  cursor: pointer;
}

.a-chart.is-zoomed .a-chart__selection-bubble {
  cursor: default;
}

.a-chart.is-animated .a-chart__selection-bubble.is-animated {
  transition: bottom 0.3s, opacity 0.3s;
}

body.theme-day .a-chart__selection-bubble {
  background: #fff;
}

body.theme-night .a-chart__selection-bubble {
  background: #242f3e;
}

.a-chart__selection-box {
  display: none;
  position: absolute;
  top: 0px;
  font-size: 14px;
  line-height: 23px;
  padding: 5px 10px;
  border-radius: 10px;
  cursor: pointer;
  width: 170px;
  flex-direction: column;
  z-index: 100;
}

.a-chart.is-animated .a-chart__selection-box {
  transition: left 0.3s, top 0.3s;
}

.a-chart.is-animated.is-pie .a-chart__selection-box {
  transition: transform 0.3s;
}

.a-chart__selection-box.is-center {
  left: -85px;
}

.a-chart__selection-box.is-left {
  top: 35px;
  left: -180px;
}

.a-chart__selection-box.is-right {
  top: 35px;
  left: 10px;
}

.a-chart.is-zoomed .a-chart__selection-box {
  cursor: default;
  pointer-events: none;
}

body.theme-day .a-chart__selection-box {
  border: 1px solid #e3e3e3;
  background: #ffffff;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
}

body.theme-night .a-chart__selection-box {
  background: #1c2533;
}

.a-chart__selection-box-header {
  display: flex;
  align-items: center;
  pointer-events: none;
}

.a-chart__selection-box-title {
  flex: 1;
  font-weight: 500;
  pointer-events: none;
}

.a-chart__selection-box-arrow {
  background-size: 14px 21px;
  width: 14px;
  height: 21px;
  pointer-events: none;
  margin-top: 0px;
  margin-right: -3px;
}

.a-chart__selection-box-row {
  display: flex;
  pointer-events: none;
}

.a-chart__selection-box-percent {
  width: 36px;
  text-align: right;
  padding-right: 7px;
  font-weight: 500;
  pointer-events: none;
}

.a-chart__selection-box-label {
  flex: 1;
  pointer-events: none;
}

.a-chart__selection-box-value {
  text-align: right;
  font-weight: 500;
  pointer-events: none;
}

.a-chart__view-canvas {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  transform-origin: top left;
}

.a-chart__view-canvas:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.a-chart.is-zoomed .a-chart__view-canvas {
  cursor: default;
}

.a-chart__overview {
  position: relative;
  height: 54px;
  padding: 2px 0px;
  max-height: 10vh;
  margin: 0 18px;
  border-radius: 9px;
}

.a-chart.is-animated .a-chart__overview {
  transition: opacity 0.5s, transform 0.5s;
}

.a-chart__overview.is-hidden {
  transform: scale(0);
  opacity: 0;
}

.a-chart__overview-mask {
  position: absolute;
  top: 2px;
  bottom: 2px;
  pointer-events: none;
  box-sizing: content-box;
}

.a-chart__overview-mask.is-left {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  left: 0px;
}

.a-chart__overview-mask.is-right {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  right: 0px;
}

.a-chart.is-zooming .a-chart__overview-mask {
  transition: width 0.5s !important;
}

.a-chart.is-zoomed .a-chart__overview-mask {
  transition: width 0.2s;
}

body.theme-day .a-chart__overview-mask {
  background: rgba(226, 238, 249, 0.6);
}

body.theme-night .a-chart__overview-mask {
  background: rgba(48, 66, 89, 0.6);
}

.a-chart__overview-window {
  position: absolute;
  top: 0px;
  height: 100%;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}

.a-chart__overview-window:before,
.a-chart__overview-window:after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  height: 2px;
  z-index: 100;
}

.a-chart__overview-window:before {
  top: 0px;
}

.a-chart__overview-window:after {
  bottom: 0px;
}

.a-chart__overview-window:active,
.a-chart__overview-window:active .a-chart__overview-handle {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.a-chart.is-animated .a-chart__overview-window {
  transition: opacity 0.3s;
}

.a-chart.is-zooming .a-chart__overview-window {
  transition: left 0.5s, right 0.5s !important;
}

.a-chart.is-zoomed .a-chart__overview-window {
  transition: left 0.2s, right 0.2s;
}

body.theme-day .a-chart__overview-window:before,
body.theme-day .a-chart__overview-window:after {
  background: #C0D1E1;
}

body.theme-night .a-chart__overview-window:before,
body.theme-night .a-chart__overview-window:after {
  background: #56626D;
}

.a-chart__overview-handle {
  position: absolute;
  width: 14px;
  top: 0px;
  bottom: 0px;
  cursor: ew-resize;
  z-index: 1;
}

body.theme-day .a-chart.is-bar .a-chart__overview-handle,
body.theme-day .a-chart.is-area .a-chart__overview-handle,
body.theme-day .a-chart.is-pie .a-chart__overview-handle {
  box-shadow: 0px 0px 0px 1px white;
}

.a-chart__overview-handle:before {
  content: "";
  position: absolute;
  background: #FFFFFF;
  width: 2px;
  height: 14px;
  border-radius: 4px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}

.a-chart__overview-handle:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: inherit;
}

.a-chart__overview-handle.is-left:after {
  left: -6px;
  right: -4px;
}

.a-chart__overview-handle.is-right:after {
  left: -4px;
  right: -6px;
}

body.theme-day .a-chart__overview-handle {
  background: #C0D1E1;
}

body.theme-night .a-chart__overview-handle {
  background: #56626D;
}

.a-chart__overview-handle.is-left {
  left: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.a-chart__overview-handle.is-right {
  right: 0px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.a-chart__overview-canvas {
  transform-origin: top left;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
}

.a-chart__legend {
  color: #43484b;
  padding: 9px 15px 0;
  margin-top: -3px;
  margin-bottom: 14px;
}

body.theme-night .a-chart__legend {
  color: #e8ecee;
}

.a-chart__legend-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  margin: 8px 3px 0px;
  padding: 8px 24px 8px 24px;
  border-radius: 20px;
  box-shadow: inset 0px 0px 0px 2px currentColor;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

/*
.a-chart__legend-item:active {
  filter: brightness(90%);
  background-color: rgba(128, 128, 128, 0.1);
}
*/

body.theme-night .a-chart__legend-item {
  border-color: #344658;
}

.a-chart.is-animated .a-chart__legend-item {
  transition: background-color 0.3s, padding-left 0.3s, padding-right 0.3s, opacity 0.5s, transform 0.5s;
}

.a-chart__legend.is-hidden .a-chart__legend-item {
  transform: scale(0);
  opacity: 0;
}

.a-chart__overview.is-hidden + .a-chart__legend,
.a-chart__overview.is-hiding + .a-chart__legend,
.a-chart__overview + .a-chart__legend.is-hidden {
  margin-top: -55px;
}

.a-chart__legend-item.is-active {
  /*box-shadow: inset 0px 0px 0px 36px currentColor;*/
  background-color: currentColor;
  padding-left: 32px;
  padding-right: 16px;
}

.a-chart__legend-label {
  display: inline-block;
}

.a-chart.is-animated .a-chart__legend-label {
  transition: color 0.3s;
}

.a-chart__legend-item.is-active .a-chart__legend-label {
  color: #fff;
}

.a-chart__legend-checkmark {
  transform: scale(0);
  position: absolute;
  top: 6px;
  left: 6px;
  /*margin: -2px 4px -2px -5px;*/
  width: 24px;
  height: 24px;
}

.a-chart.is-animated .a-chart__legend-checkmark {
  transition: transform 0.3s;
}

.a-chart__legend-item.is-active .a-chart__legend-checkmark {
  transform: scale(1);
}

.a-chart__legend-checkmark:before {
  transform: scale(0);
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNS4wOSAxOC43MyI+PHBhdGggc3R5bGU9ImZpbGw6I2ZmZiIgZD0iTTIwLC44OCw5LjM3LDExLjQ4LDUuMTIsNy4yNEEzLDMsMCwwLDAsLjg4LDExLjQ4bDYuMzcsNi4zNmEzLDMsMCwwLDAsNC4yNCwwaDBMMjQuMjEsNS4xMkEzLDMsMCwxLDAsMjAsLjg4WiIvPjwvc3ZnPg==");
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 9px;
  display: inline-block;
  background-color: transparent;
}

.a-chart.is-animated .a-chart__legend-checkmark:before {
  transition: transform 0.3s;
}

.a-chart__legend-item.is-active .a-chart__legend-checkmark:before {
  transform: scale(1);
}

.a-chart__no-data {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 0px;
  font-size: 22px;
  text-align: center;
  color: #96a2aa;
}

.suggestions-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.supplier-item__product-name {
  font-size: 0.8rem;
  line-height: 0.9rem;
}

.supplier-item__row {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.supplier-item .form-group {
  margin-bottom: 0;
}

.custom-switch {
  padding-left: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.swatch-200 {
  background-color: #e9ecef;
}

.matrix .markups {
  font-size: 12px;
}

.matrix .table th,
.matrix .table td {
  padding: 0.1rem;
}

.matrix .markups-td-width {
  width: 30px;
}

.matrix .markup-input {
  width: 25px;
  border: none;
}

.matrix td.bg-print-gray {
  background-color: #999 !important;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  td.bg-print-gray {
    background-color: rgba(153, 153, 153, 0.49) !important;
  }
}

.indicator {
  font-size: 1.3rem;
}

.indicator-value {
  color: green;
  font-size: 2rem;
}

body {
  font: 15px/20px Inter, sans-serif;
}

.chosen-results {
  overscroll-behavior: contain;
}

.radius-75 {
  border-radius: 0.75rem !important;
}

.left-radius-75 {
  border-radius: 0.75rem 0 0 0.75rem !important;
}

.right-radius-75 {
  border-radius: 0 0.75rem 0.75rem 0 !important;
}


