.calendarPicker {
    height: 325px;
}
.warningMessage {
    color: #ccc;
    margin-left: 25px;
    width: 570px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}
.calendarPicker .CalendarDay {
    border: 1px solid #e4e7e7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 38px;
    padding: 0;
    width: 39px;
    color: #565a5c;
    cursor: pointer;
}

.calendarPicker .CalendarDay:active {
    background: #f2f2f2;
}

.calendarPicker .CalendarDay--highlighted-calendar {
    cursor: default;
    background: #ffe8bc;
    color: #565a5c;
}

.calendarPicker .CalendarDay--highlighted-calendar:active {
    background: #007a87;
}

.calendarPicker .CalendarDay--outside {
    border: 0;
    cursor: default;
}

.calendarPicker .CalendarDay--outside:active {
    background: #fff;
}

.calendarPicker .CalendarDay--hovered {
    border: 1px double #d4d9d9;
    background: #e4e7e7;
    color: inherit;
}

.calendarPicker .CalendarDay--blocked-minimum-nights {
    color: #cacccd;
    border: 1px solid #e4e7e7;
    cursor: default;
    background: #fff;
}

.calendarPicker .CalendarDay--blocked-minimum-nights:active {
    background: #fff;
}

.calendarPicker .CalendarDay--selected-span {
    border: 1px double #33dacd;
    background: #66e2da;
    color: #fff;
}

.calendarPicker .CalendarDay--selected-span.CalendarDay--hovered,
.calendarPicker .CalendarDay--selected-span:active {
    border: 1px double #00a699;
    background: #33dacd;
}

.calendarPicker .CalendarDay--selected-span.CalendarDay--last-in-range {
    border-right: #00a699;
}

.calendarPicker .CalendarDay--hovered-span,
.calendarPicker .CalendarDay--after-hovered-start {
    border: 1px double #80e8e0;
    background: #b2f1ec;
    color: #007a87;
}

.calendarPicker .CalendarDay--selected-start,
.calendarPicker .CalendarDay--selected-end,
.calendarPicker .CalendarDay--selected {
    border: 1px double #00a699;
    background: #00a699;
    color: #fff;
}

.calendarPicker .CalendarDay--selected-start:active,
.calendarPicker .CalendarDay--selected-end:active,
.calendarPicker .CalendarDay--selected:active {
    background: #00a699;
}

.calendarPicker .CalendarDay--blocked-calendar {
    cursor: default;
    background: #cacccd;
    color: #82888a;
}

.calendarPicker .CalendarDay--blocked-calendar:active {
    background: #cacccd;
}

.calendarPicker .CalendarDay--blocked-out-of-range {
    border: 1px solid #e4e7e7;
    color: #cacccd;
    cursor: default;
    background: #fff;
}

.calendarPicker .CalendarDay--blocked-out-of-range:active {
    background: #fff;
}

.calendarPicker .CalendarMonth {
    padding: 0 13px;
    text-align: center;
    vertical-align: top;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.calendarPicker .CalendarMonth:first-of-type {
    position: absolute;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
}

.calendarPicker .CalendarMonth table {
    border-collapse: collapse;
    border-spacing: 0;
    caption-caption-side: initial;
}

.calendarPicker .CalendarMonth--horizontal {
    display: inline-block;
    min-height: 100%;
}

.calendarPicker .CalendarMonth--vertical {
    display: block;
}

.calendarPicker .CalendarMonth__caption {
    color: #3c3f40;
    margin-bottom: 2px;
    margin-top: 7px;
    caption-side: initial;
    font-size: 18px;
    text-align: center;
}

.calendarPicker .CalendarMonth--horizontal .CalendarMonth__caption,
.calendarPicker .CalendarMonth--vertical .CalendarMonth__caption {
    padding: 15px 0 35px;
}

.calendarPicker .CalendarMonth--vertical-scrollable .CalendarMonth__caption {
    padding: 5px 0;
}

.calendarPicker .CalendarMonthGrid {
    z-index: 0;
    text-align: left;
    background: #fff;
}

.calendarPicker .CalendarMonthGrid--animating {
    -webkit-transition: -webkit-transform 0.01s ease-in-out;
    transition: -webkit-transform 0.01s ease-in-out;
    -o-transition: transform 0.01s ease-in-out;
    transition: transform 0.01s ease-in-out;
    transition: transform 0.01s ease-in-out, -webkit-transform 0.01s ease-in-out;
    z-index: 1;
}

.calendarPicker .CalendarMonthGrid--horizontal {
    position: absolute;
    left: 9px;
}

.calendarPicker .CalendarMonthGrid--vertical {
    margin: 0 auto;
}

.calendarPicker .CalendarMonthGrid--vertical-scrollable {
    margin: 0 auto;
    overflow-y: scroll;
}

.calendarPicker .DayPicker {
    text-align: left;
    background: #fff;
    position: relative;
}

.calendarPicker .DayPicker--horizontal {
    border-radius: 0px;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
}

.calendarPicker .DayPicker--horizontal.DayPicker--portal {
    top: 50%;
    left: 50%;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: absolute;
}

.calendarPicker .DayPicker--vertical.DayPicker--portal {
    position: initial;
}

.calendarPicker .DayPicker__focus-region {
    outline: none;
}

.calendarPicker .DayPicker__week-headers {
    position: relative;
}

.calendarPicker .DayPicker--horizontal .DayPicker__week-headers {
    margin-left: 14px;
}

.calendarPicker .DayPicker__week-header {
    color: #757575;
    position: absolute;
    z-index: 2;
    top: 62px;
    padding: 0 13px;
    text-align: left;
}

.calendarPicker .DayPicker__week-header ul {
    margin: -11px 0 1px 2px;
    padding-left: 0;
    list-style: none;
}

.calendarPicker .DayPicker__week-header li {
    display: inline-block;
    text-align: center;
}

.calendarPicker .DayPicker--vertical .DayPicker__week-header {
    left: 50%;
}

.calendarPicker .DayPicker--vertical-scrollable {
    height: 100%;
}

.calendarPicker .DayPicker--vertical-scrollable .DayPicker__week-header {
    top: 0;
    border-bottom: 1px solid #dbdbdb;
    display: table-row;
    background: white;
    left: 0;
    margin-left: 0;
    width: 100%;
    text-align: center;
}

.calendarPicker .DayPicker--vertical-scrollable .transition-container--vertical {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow-y: scroll;
    padding-top: 20px;
    position: absolute;
}

.calendarPicker .transition-container {
    position: relative;
    left: 1px;
    border-radius: 0px;
    overflow: hidden;
}

.calendarPicker .transition-container--horizontal {
    -webkit-transition: height 0s ease-in-out;
    -o-transition: height 0s ease-in-out;
    transition: height 0s ease-in-out;
}

.calendarPicker .transition-container--vertical {
    width: 100%;
}

.calendarPicker .DayPickerNavigation__prev,
.calendarPicker .DayPickerNavigation__next {
    line-height: 0.78;
    cursor: pointer;
    -webkit-user-select: none;

    /* Chrome/Safari */
    -moz-user-select: none;

    /* Firefox */
    -ms-user-select: none;

    /* IE10+ */
    user-select: none;
}

.calendarPicker .DayPickerNavigation__prev--default,
.calendarPicker .DayPickerNavigation__next--default {
    border: 1px solid #dce0e0;
    background-color: #fff;
    color: #757575;
}

.calendarPicker .DayPickerNavigation__prev--default:focus,
.calendarPicker .DayPickerNavigation__prev--default:hover,
.calendarPicker .DayPickerNavigation__next--default:focus,
.calendarPicker .DayPickerNavigation__next--default:hover {
    border: 1px solid #c4c4c4;
}

.calendarPicker .DayPickerNavigation__prev--default:active,
.calendarPicker .DayPickerNavigation__next--default:active {
    background: #f2f2f2;
}

.calendarPicker .DayPickerNavigation--horizontal {
    position: relative;
}

.calendarPicker .DayPickerNavigation--horizontal .DayPickerNavigation__prev,
.calendarPicker .DayPickerNavigation--horizontal .DayPickerNavigation__next {
    z-index: 2;
    top: 18px;
    border-radius: 0px;
    padding: 6px 9px;
    position: absolute;
}

.calendarPicker .DayPickerNavigation--horizontal .DayPickerNavigation__prev {
    left: 22px;
}

.calendarPicker .DayPickerNavigation--horizontal .DayPickerNavigation__next {
    right: 22px;
}

.calendarPicker .DayPickerNavigation--horizontal .DayPickerNavigation__prev--default svg,
.calendarPicker .DayPickerNavigation--horizontal .DayPickerNavigation__next--default svg {
    height: 19px;
    width: 19px;
    fill: #82888a;
}

.calendarPicker .DayPickerNavigation--vertical {
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 52px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    position: absolute;
}

.calendarPicker .DayPickerNavigation--vertical .DayPickerNavigation__prev,
.calendarPicker .DayPickerNavigation--vertical .DayPickerNavigation__next {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 50%;
}

.calendarPicker .DayPickerNavigation--vertical .DayPickerNavigation__next--default {
    border-left: 0;
}

.calendarPicker .DayPickerNavigation--vertical .DayPickerNavigation__prev--default,
.calendarPicker .DayPickerNavigation--vertical .DayPickerNavigation__next--default {
    padding: 5px;
    font-size: 2.5em;
    text-align: center;
}
.calendarPicker .DayPickerNavigation--vertical .DayPickerNavigation__prev--default svg,
.calendarPicker .DayPickerNavigation--vertical .DayPickerNavigation__next--default svg {
    height: 42px;
    width: 42px;
    fill: #484848;
}

.calendarPicker .DayPickerNavigation--vertical-scrollable {
    position: relative;
}

.calendarPicker .DayPickerNavigation--vertical-scrollable .DayPickerNavigation__next {
    width: 100%;
}

.calendarPicker .DateInput {
    display: inline-block;
    margin: 0;
    padding: 8px;
    width: 130px;
    font-size: 18px;
    font-weight: 200;
    line-height: 24px;
    color: #757575;
    vertical-align: middle;
    background: #fff;
    position: relative;
}

.calendarPicker .DateInput--with-caret::before,
.calendarPicker .DateInput--with-caret::after {
    z-index: 2;
    bottom: auto;
    left: 22px;
    content: "";
    border-top: 0;
    border: 10px solid transparent;
    display: inline-block;
    position: absolute;
}

.calendarPicker .DateInput--with-caret::before {
    top: 62px;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.calendarPicker .DateInput--with-caret::after {
    top: 63px;
    border-bottom-color: #fff;
}

.calendarPicker .DateInput--disabled {
    background: #cacccd;
}

.calendarPicker .DateInput__input {
    top: 0;
    left: 0;
    border: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
}

.calendarPicker .DateInput__input[readonly] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.calendarPicker .DateInput__display-text {
    overflow: hidden;
    padding: 4px 8px;
    white-space: nowrap;
}

.calendarPicker .DateInput__display-text--has-input {
    color: #484848;
}

.calendarPicker .DateInput__display-text--focused {
    border-color: #99ede6;
    border-radius: 0px;
    background: #99ede6;
    color: #007a87;
}

.calendarPicker .DateInput__display-text--disabled {
    font-style: italic;
}

.calendarPicker .screen-reader-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.calendarPicker .DateRangePicker {
    position: relative;
    display: inline-block;
}

.calendarPicker .DateRangePicker__picker {
    z-index: 1;
    top: 72px;
    background-color: #fff;
    position: absolute;
}

.calendarPicker .DateRangePicker__picker--direction-left {
    left: 0;
}

.calendarPicker .DateRangePicker__picker--direction-right {
    right: 0;
}

.calendarPicker .DateRangePicker__picker--portal {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
}

.calendarPicker .DateRangePicker__picker--full-screen-portal {
    background-color: #fff;
}

.calendarPicker .DateRangePicker__close {
    z-index: 2;
    top: 0;
    right: 0;
    border: 0;
    overflow: visible;
    padding: 0;
    padding: 15px;
    font: inherit;
    line-height: normal;
    cursor: pointer;
    background: none;
    color: inherit;
    position: absolute;
}

.calendarPicker .DateRangePicker__close svg {
    height: 15px;
    width: 15px;
    fill: #cacccd;
}

.calendarPicker .DateRangePicker__close:hover,
.calendarPicker .DateRangePicker__close:focus {
    color: #b0b3b4;
    text-decoration: none;
}

.calendarPicker .DateRangePickerInput {
    border: 1px solid #cacccd;
    display: inline-block;
    background-color: #fff;
}

.calendarPicker .DateRangePickerInput--disabled {
    background: #cacccd;
}

.calendarPicker .DateRangePickerInput__arrow {
    display: inline-block;
    vertical-align: middle;
}

.calendarPicker .DateRangePickerInput__arrow svg {
    height: 24px;
    width: 24px;
    vertical-align: middle;
    fill: #484848;
}

.calendarPicker .DateRangePickerInput__clear-dates {
    border: 0;
    display: inline-block;
    margin: 0 10px 0 5px;
    overflow: visible;
    padding: 10px;
    font: inherit;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
    background: none;
    color: inherit;
}

.calendarPicker .DateRangePickerInput__clear-dates svg {
    fill: #82888a;
    height: 12px;
    width: 15px;
    vertical-align: middle;
}

.calendarPicker .DateRangePickerInput__clear-dates--hide {
    visibility: hidden;
}

.calendarPicker .DateRangePickerInput__clear-dates:focus,
.calendarPicker .DateRangePickerInput__clear-dates--hover {
    border-radius: 0%;
    background: #dbdbdb;
}

.calendarPicker .DateRangePickerInput__calendar-icon {
    border: 0;
    display: inline-block;
    margin: 0 5px 0 10px;
    overflow: visible;
    padding: 10px;
    font: inherit;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
    background: none;
    color: inherit;
}

.calendarPicker .DateRangePickerInput__calendar-icon svg {
    fill: #82888a;
    height: 15px;
    width: 14px;
    vertical-align: middle;
}

.calendarPicker .SingleDatePicker {
    position: relative;
    display: inline-block;
}

.calendarPicker .SingleDatePicker__picker {
    z-index: 1;
    top: 72px;
    background-color: #fff;
    position: absolute;
}

.calendarPicker .SingleDatePicker__picker--direction-left {
    left: 0;
}

.calendarPicker .SingleDatePicker__picker--direction-right {
    right: 0;
}

.calendarPicker .SingleDatePicker__picker--portal {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
}

.calendarPicker .SingleDatePicker__picker--full-screen-portal {
    background-color: #fff;
}

.calendarPicker .SingleDatePicker__close {
    z-index: 2;
    top: 0;
    right: 0;
    border: 0;
    overflow: visible;
    padding: 0;
    padding: 15px;
    font: inherit;
    line-height: normal;
    cursor: pointer;
    background: none;
    color: inherit;
    position: absolute;
}

.calendarPicker .SingleDatePicker__close svg {
    height: 15px;
    width: 15px;
    fill: #cacccd;
}

.calendarPicker .SingleDatePicker__close:hover,
.calendarPicker .SingleDatePicker__close:focus {
    color: #b0b3b4;
    text-decoration: none;
}

.calendarPicker .SingleDatePickerInput {
    border: 1px solid #dbdbdb;
    background-color: #fff;
}

.calendarPicker .SingleDatePickerInput__clear-date {
    border: 0;
    display: inline-block;
    margin: 0 10px 0 5px;
    overflow: visible;
    padding: 10px;
    font: inherit;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
    background: none;
    color: inherit;
}

.calendarPicker .SingleDatePickerInput__clear-date svg {
    fill: #82888a;
    height: 12px;
    width: 15px;
    vertical-align: middle;
}

.calendarPicker .SingleDatePickerInput__clear-date--hide {
    visibility: hidden;
}

.calendarPicker .SingleDatePickerInput__clear-date:focus,
.calendarPicker .SingleDatePickerInput__clear-date--hover {
    border-radius: 0%;
    background: #dbdbdb;
}


.quickTradecalendarPicker .transition-container {
    height: 350px !important;
    width: 430px !important;
}
.quickTradecalendarPicker [tabindex="0"]:focus {
    outline: 3px auto #000;
    outline-offset: 2px;
}
.quickTradecalendarPicker button:not([tabindex="-1"]):focus {
    outline: 3px auto #000;
    outline-offset: 2px;
}
.quickTradecalendarPicker .CalendarMonthGrid {
    background: #1d262e;
    left: 0px;
    margin-left: 88px;
    margin-top: 1px;
}

.quickTradecalendarPicker .DayPicker {
    z-index: 10;
    height: 350px;
    width: 655px;
    position: static;
    background: none;
}

.quickTradecalendarPicker .js-CalendarMonth__grid td {
    border: 1px solid #2d3b45;
}

.quickTradecalendarPicker .CalendarDay {
    border: 1px solid #2d3b45;
    height: 41px;
    width: 41px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    color: #b6b7b6;
    background: #1d262e;
}

.quickTradecalendarPicker .CalendarDay--selected-span {
    color: #fff;
    border: 1px solid #374751;
    background: #2f3d46;
}

.quickTradecalendarPicker .CalendarDay--valid {
    height: 24px;
    padding-top: 13px;
    width: 38px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.quickTradecalendarPicker .CalendarDay--blocked {
    color: #565a5c;
}

.quickTradecalendarPicker .CalendarDay--selected {
    height: 24px;
    padding-top: 13px;
    width: 38px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #2e9792;
}

.quickTradecalendarPicker .CalendarDay--today {
    position: relative;
    height: 24px;
    padding-top: 13px;
    width: 39px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.quickTradecalendarPicker .CalendarDay--today::after {
    position: absolute;
    top: 16px;
    left: 16px;
    content: '_';
    color: #fff;
    width: 7px;
}

.quickTradecalendarPicker .CalendarDay--todayBlock {
    position: relative;
    height: 24px;
    padding-top: 13px;
    width: 39px;
    text-align: center;
    vertical-align: middle;
    color: #565a5c;
}

.quickTradecalendarPicker .CalendarDay--todayBlock::after {
    position: absolute;
    top: 16px;
    left: 16px;
    content: '_';
    color: #565a5c;
    width: 7px;
}

.quickTradecalendarPicker .DayPicker__focus-region {
    overflow: hidden;
    width: 520px;
}

.quickTradecalendarPicker .DayPicker__week-headers {
    margin-left: 15px;
    width: 100%;
}

.quickTradecalendarPicker .DayPicker__week-header {
    left: 0px;
    margin-left: 100px;
    padding: 0 0;
    width: 100%;
}

.quickTradecalendarPicker .DayPicker__week-header ul li {
    border-bottom: none;
    border-color: #2d3b45;
    border-right: none;/* border: 1px solid #2d3b45; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 40px;
    width: 38px;
    font-size: 12px;
    font-weight: normal;
}

.quickTradecalendarPicker .DayPicker__week-header ul li:nth-child(7) {
    border-right: 1px solid #2d3b45;
    width: 40px !important;
}

.quickTradecalendarPicker .DayPicker__week-header ul li small {
    top: 13px;
    color: #fff;
    font-size: 100%;
    position: relative;
}

.quickTradecalendarPicker .CalendarMonth {
    -padding-right: 27px;
    -padding-left: 27px;
}

.quickTradecalendarPicker .CalendarMonth__caption {
    color: #fff;
    margin-top: 35px;
    font-size: 16px;
    text-align: center;
}

.quickTradecalendarPicker .CalendarMonth__caption strong {
    position: relative;
    bottom: 25px;
    font-weight: normal;
}

.quickTradecalendarPicker .DayPickerNavigation__next span,
.quickTradecalendarPicker .DayPickerNavigation__prev span {
    margin-left: 80px;
    font-size: 16px;
    color: #fff;
}

.quickTradecalendarPicker .DayPickerNavigation__next,
.quickTradecalendarPicker .DayPickerNavigation__prev {
    margin-top: 2px;
}
.quickTradecalendarPicker .DayPickerNavigation--horizontal .DayPickerNavigation__next {
    right: 120px;
}
.CalendarDay {
    border-color: #3E505C;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #3E505C;
    cursor: pointer;
    width: 39px;
    height: 38px;
    font-size: 12px;
    background: #1d262e;
    text-align: center;
    vertical-align: middle;
}

.CalendarDay--highlighted-calendar {
    color: #565a5c;
    cursor: default;
}

.CalendarDay--highlighted-calendar:active {
    background: #007a87;
}

.CalendarDay--outside {
    cursor: default;
}

.CalendarDay--blocked-minimum-nights {
    color: #cacccd;
    background: #fff;
    cursor: default;
}

.CalendarDay--blocked-minimum-nights:active {
    background: #fff;
}

.CalendarDay--selected-span {
    background: #2f3d46;
}

.CalendarDay--selected-span.CalendarDay--hovered,
.CalendarDay--selected-span:active {
    background: #fff;
}

.CalendarDay--selected-span.CalendarDay--last-in-range {
    border-right: #00a699;
}

.CalendarDay--hovered-span,
.CalendarDay--after-hovered-start {
    background: #fff;
    color: #3E505C;
}

.CalendarDay--selected {
    background: #2e9792;
    color: #fff;
}

.CalendarDay--selected-end,
 .CalendarDay--selected-start {
     color: #fff;
     background: #2e9792;
 }

.CalendarDay--selected-end.CalendarDay--hovered,
.CalendarDay--selected-start.CalendarDay--hovered {
    background: #fff;
    color: #3E505C;
}

.CalendarDay--selected-start:active,
.CalendarDay--selected-end:active,
.CalendarDay--selected:active {
    background: #00a699;
}

.CalendarDay--blocked-calendar {
    cursor: default;
}

.CalendarDay--blocked-out-of-range {
    cursor: default;
}

.CalendarDay--today {
    position: relative;
}

.CalendarDay--today::after {
    position: absolute;
    left: 16px;
    top: 16px;
    content: '_';
    width: 7px;
}

.CalendarMonth {
    text-align: center;
    padding: 0 27px;
    vertical-align: top;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.CalendarMonth:first-of-type {
    position: absolute;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
}

.CalendarMonth table {
    /* border-collapse: collapse; */
    border-spacing: 0;
    caption-side: initial;
}

.CalendarMonth--horizontal {
    display: inline-block;
    min-height: 100%;
}

.CalendarMonth--vertical {
    display: block;
}

.CalendarMonth__caption {
    color: #fff;
    margin-top: 37px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 2px;
    caption-side: initial;
}

.CalendarMonth__caption strong {
    position: relative;
    bottom: 25px;
    font-weight: normal;
}

.CalendarMonth--horizontal .CalendarMonth__caption,
.CalendarMonth--vertical .CalendarMonth__caption {
    padding: 15px 0 35px;
}

.CalendarMonth--vertical-scrollable .CalendarMonth__caption {
    padding: 5px 0;
}

.CalendarMonthGrid {
    background: #1d262e;
    z-index: 0;
    text-align: left;
    left: 0px;
}

.CalendarMonthGrid--animating {
    -webkit-transition: -webkit-transform 0.01s ease-in-out;
    transition: -webkit-transform 0.01s ease-in-out;
    -o-transition: transform 0.01s ease-in-out;
    transition: transform 0.01s ease-in-out;
    transition: transform 0.01s ease-in-out, -webkit-transform 0.01s ease-in-out;
    z-index: 1;
}

.CalendarMonthGrid--vertical {
    margin: 0 auto;
}

.CalendarMonthGrid--vertical-scrollable {
    margin: 0 auto;
    overflow-y: scroll;
}

.DayPicker {
    background: #fff;
    text-align: left;
    height: 0px;
    width: 655px;
    position: absolute;
    top: 0px;
    left: -1px;
    z-index: 9;
}

.DayPicker--horizontal {
    background: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
    border-radius: 0px;
}

.DayPicker--horizontal.DayPicker--portal {
    -webkit-box-shadow: none;
            box-shadow: none;
    position: absolute;
    left: 50%;
    top: 50%;
}

.DayPicker--vertical.DayPicker--portal {
    position: initial;
}

.DayPicker__focus-region {
    outline: none;
}

.DayPicker__week-headers {
    position: relative;
    width: 100%;
}

.DayPicker__week-header {
    color: #757575;
    position: absolute;
    top: 62px;
    z-index: 2;
    padding: 0 27px;
    text-align: left;
    width: 274px;
}

.DayPicker__week-header:nth-child(2) {
    padding-left: 53px;
}

.DayPicker__week-header ul {
    list-style: none;
    margin: 1px 0;
    padding-left: 0;
}

.DayPicker__week-header li {
    display: inline-block;
    text-align: center;
    height: 40px;
    width: 38px;
    font-size: 12px;
    font-weight: normal;
    border-top: 1px solid #3E505C;
    border-left: 1px solid #3E505C;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: none;
    border-right: none;
}

.DayPicker__week-header ul li:last-child {
    border-right: 1px solid #3E505C;
}

.DayPicker__week-header ul li small {
    color: #fff;
    font-size: 100%;
    position: relative;
    top: 13px;
}

.DayPicker--vertical .DayPicker__week-header {
    left: 50%;
}

.DayPicker--vertical-scrollable {
    height: 100%;
}

.DayPicker--vertical-scrollable .DayPicker__week-header {
    top: 0;
    display: table-row;
    border-bottom: 1px solid #dbdbdb;
    background: white;
}

.DayPicker--vertical-scrollable .transition-container--vertical {
    padding-top: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: scroll;
}

.DayPicker--vertical-scrollable .DayPicker__week-header {
    margin-left: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.js-CalendarMonth__grid td {
    border-color: #3E505C;
    border-style: solid;
    border-left-width: 1px;
    border-top-width: 1px;
}

.js-CalendarMonth__grid td:last-child {
    border-right-width: 1px;
}

.js-CalendarMonth__grid tr:last-child td {
    border-bottom-width: 1px;
}

.transition-container {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    background: #1d262e;
    height: 319px;
}

.transition-container--horizontal {
    -webkit-transition: height 0s ease-in-out;
    -o-transition: height 0s ease-in-out;
    transition: height 0s ease-in-out;
}

.transition-container--vertical {
    width: 100%;
}

.DayPickerNavigation__prev,
.DayPickerNavigation__next {
    cursor: pointer;
    line-height: 0.78;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    user-select: none;
    margin-top: 2px;
}

.DayPickerNavigation__next span,
.DayPickerNavigation__prev span {
    font-size: 16px;
    color: #fff;
}

.DayPickerNavigation__prev--default,
.DayPickerNavigation__next--default {
    border: 1px solid #dce0e0;
    background-color: #fff;
    color: #757575;
}

.DayPickerNavigation__prev--default:focus,
.DayPickerNavigation__prev--default:hover,
.DayPickerNavigation__next--default:focus,
.DayPickerNavigation__next--default:hover {
    border: 1px solid #c4c4c4;
}

.DayPickerNavigation__prev:focus-visible,
.DayPickerNavigation__next:focus-visible {
    outline: 3px auto #000;
    outline-offset: -3px;
}

.DayPickerNavigation__prev--default:active,
.DayPickerNavigation__next--default:active {
    background: #f2f2f2;
}

.DayPickerNavigation--horizontal {
    position: relative;
}

.DayPickerNavigation--horizontal .DayPickerNavigation__prev,
.DayPickerNavigation--horizontal .DayPickerNavigation__next {
    border-radius: 0px;
    padding: 6px 9px;
    top: 18px;
    z-index: 2;
    position: absolute;
}

.DayPickerNavigation--horizontal .DayPickerNavigation__prev {
    left: 22px;
}

.DayPickerNavigation--horizontal .DayPickerNavigation__next {
    right: 22px;
}

.DayPickerNavigation--horizontal .DayPickerNavigation__prev--default svg,
.DayPickerNavigation--horizontal .DayPickerNavigation__next--default svg {
    height: 19px;
    width: 19px;
    fill: #82888a;
}

.DayPickerNavigation--vertical {
    background: #fff;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 52px;
    width: 100%;
    z-index: 2;
}

.DayPickerNavigation--vertical .DayPickerNavigation__prev,
.DayPickerNavigation--vertical .DayPickerNavigation__next {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 50%;
}

.DayPickerNavigation--vertical .DayPickerNavigation__next--default {
    border-left: 0;
}

.DayPickerNavigation--vertical .DayPickerNavigation__prev--default,
.DayPickerNavigation--vertical .DayPickerNavigation__next--default {
    text-align: center;
    font-size: 2.5em;
    padding: 5px;
}

.DayPickerNavigation--vertical .DayPickerNavigation__prev--default svg,
.DayPickerNavigation--vertical .DayPickerNavigation__next--default svg {
    height: 42px;
    width: 42px;
    fill: #484848;
}

.DayPickerNavigation--vertical-scrollable {
    position: relative;
}

.DayPickerNavigation--vertical-scrollable .DayPickerNavigation__next {
    width: 100%;
}

.DateInput {
    font-weight: 200;
    font-size: 18px;
    line-height: 24px;
    color: #757575;
    margin: 0;
    padding: 8px 0;
    background: #fff;
    position: relative;
    display: inline-block;
    width: 130px;
    vertical-align: middle;
}

.DateInput--with-caret::before,
.DateInput--with-caret::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: auto;
    border: 10px solid transparent;
    border-top: 0;
    left: 22px;
    z-index: 2;
}

.DateInput--with-caret::before {
    top: 62px;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.DateInput--with-caret::after {
    top: 63px;
    border-bottom-color: #fff;
}

.DateInput--disabled {
    background: #cacccd;
}

.DateInput__input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    height: 100%;
    width: 100%;
}

.DateInput__input[readonly] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.DateInput__display-text {
    padding: 4px 8px;
    white-space: nowrap;
    overflow: hidden;
}

.DateInput__display-text--has-input {
    color: #484848;
}

.DateInput__display-text--focused {
    background: #99ede6;
    border-color: #99ede6;
    border-radius: 0px;
    color: #007a87;
}

.DateInput__display-text--disabled {
    font-style: italic;
}

.screen-reader-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.DateRangePicker {
    position: relative;
    display: inline-block;
}

.DateRangePicker__picker {
    z-index: 1;
    background-color: #fff;
    position: absolute;
    top: 72px;
}

.DateRangePicker__picker--direction-left {
    left: 0;
}

.DateRangePicker__picker--direction-right {
    right: 0;
}

.DateRangePicker__picker--portal {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.DateRangePicker__picker--full-screen-portal {
    background-color: #fff;
}

.DateRangePicker__close {
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    z-index: 2;
}

.DateRangePicker__close svg {
    height: 15px;
    width: 15px;
    fill: #cacccd;
}

.DateRangePicker__close:hover,
.DateRangePicker__close:focus {
    color: #b0b3b4;
    text-decoration: none;
}

.DateRangePickerInput {
    background-color: #fff;
    border: 1px solid #cacccd;
    display: inline-block;
}

.DateRangePickerInput--disabled {
    background: #cacccd;
}

.DateRangePickerInput__arrow {
    display: inline-block;
    vertical-align: middle;
}

.DateRangePickerInput__arrow svg {
    vertical-align: middle;
    fill: #484848;
    height: 24px;
    width: 24px;
}

.DateRangePickerInput__clear-dates {
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin: 0 10px 0 5px;
}

.DateRangePickerInput__clear-dates svg {
    fill: #82888a;
    height: 12px;
    width: 15px;
    vertical-align: middle;
}

.DateRangePickerInput__clear-dates--hide {
    visibility: hidden;
}

.DateRangePickerInput__clear-dates:focus,
.DateRangePickerInput__clear-dates--hover {
    background: #dbdbdb;
    border-radius: 0%;
}

.DateRangePickerInput__calendar-icon {
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin: 0 5px 0 10px;
}

.DateRangePickerInput__calendar-icon svg {
    fill: #82888a;
    height: 15px;
    width: 14px;
    vertical-align: middle;
}

.SingleDatePicker {
    position: relative;
    display: inline-block;
}

.SingleDatePicker__picker {
    z-index: 1;
    background-color: #fff;
    position: absolute;
    top: 72px;
}

.SingleDatePicker__picker--direction-left {
    left: 0;
}

.SingleDatePicker__picker--direction-right {
    right: 0;
}

.SingleDatePicker__picker--portal {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.SingleDatePicker__picker--full-screen-portal {
    background-color: #fff;
}

.SingleDatePicker__close {
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    z-index: 2;
}

.SingleDatePicker__close svg {
    height: 15px;
    width: 15px;
    fill: #cacccd;
}

.SingleDatePicker__close:hover,
.SingleDatePicker__close:focus {
    color: #b0b3b4;
    text-decoration: none;
}

.SingleDatePickerInput {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}

.SingleDatePickerInput__clear-date {
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin: 0 10px 0 5px;
}

.SingleDatePickerInput__clear-date svg {
    fill: #82888a;
    height: 12px;
    width: 15px;
    vertical-align: middle;
}

.SingleDatePickerInput__clear-date--hide {
    visibility: hidden;
}

.SingleDatePickerInput__clear-date:focus,
.SingleDatePickerInput__clear-date--hover {
    background: #dbdbdb;
    border-radius: 0%;
}

.orderRangePicker .CalendarMonth__caption {
    color: #333333;
}

.orderRangePicker .CalendarMonthGrid {
    background: #ffffff;
}

.orderRangePicker .transition-container {
    background: #ffffff;
    border: 1px solid #376798;
}

.orderRangePicker > div {
    display: inline-block;
    width: 9.6875rem;
}

.orderRangePicker > div:first-child {
    margin-right: 10px;
}

.orderRangePicker .SingleDatePicker {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    width: 100%
}

.orderRangePicker .DateInput__display-text--focused {
    background: #ffffff;
    border:none;
    color: #333333;
}

.orderRangePicker .SingleDatePicker__picker {
    z-index: 9;
    top: 47px;
}

.orderRangePicker .SingleDatePickerInput {
    border-color: #929292;
    position: relative;
}

.orderRangePicker .active .SingleDatePickerInput {
    border-color: #376798;
    border-bottom: none;
    padding-bottom: 1px;
    z-index: 10;
}

.orderRangePicker .DateInput {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 46px;
    /* width: 100%; */
    -ms-flex: 1 1;
        flex: 1 1;
    font-size: 1rem;
}

.orderRangePicker .DateInput--with-caret::before,
.orderRangePicker .DateInput--with-caret::after {
    display: none;
}

.orderRangePicker .DateInput__display-text {
    color: #333333;
    font-weight: normal;
}

.orderRangePicker .SingleDatePickerInput__calendar-icon {
    padding: 0.2rem 0.2rem;
}

.orderRangePicker .SingleDatePickerInput__calendar-icon:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.orderRangePicker .SingleDatePickerInput__calendar-icon:focus {
    outline: 3px auto #000;
    outline-offset: -3px;
}

.orderRangePicker .SingleDatePickerInput__calendar-icon > span {
    float: left;
}

.orderRangePicker .DayPicker {
    left: 0;
}

.orderRangePicker .endDatePicker .DayPicker {
    left: auto;
    right: 2px;
}

.orderRangePicker .DayPicker__week-header {
    top: 43px;
    padding-left: 21px;
    padding-right: 21px;
    margin-left: 1px;
}

.orderRangePicker .DayPicker__week-header ul li {
    border: none;
    height: 28px;
    line-height: 28px;
}

.orderRangePicker .DayPicker__week-header ul li small {
    top: auto;
    position: static;
    color: #333333;
}

.orderRangePicker .DayPickerNavigation__next span,
.orderRangePicker .DayPickerNavigation__prev span {
    color: #008580;
}

.orderRangePicker .CalendarMonth--horizontal {
    padding-left: 21px;
    padding-right: 21px;
    margin-left: 1px;
}

.orderRangePicker .CalendarMonth--horizontal .CalendarMonth__caption {
    margin: 0;
    padding-top: 25px;
    padding-bottom: 32px;
}

.orderRangePicker .CalendarMonth--horizontal .CalendarMonth__caption strong {
    bottom: auto;
    position: static;
    font-size: 15px;
}

.orderRangePicker .js-CalendarMonth__grid td {
    border-color: #d7d8d6;
    border-left-width: 0;
}

.orderRangePicker .js-CalendarMonth__grid td:first-child {
    border-left-width: 1px;
}

.orderRangePicker .CalendarDay {
    color: #333333;
}

.orderRangePicker .CalendarDay button {
    height: 100%;
    width: 100%;
    color: #333333;
}

.orderRangePicker .CalendarDay button:focus {
    outline: 3px auto #000;
    outline-offset: -3px;
}

.orderRangePicker .CalendarDay button:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.orderRangePicker .CalendarDay--blocked-calendar,
.orderRangePicker .CalendarDay--blocked-out-of-range {
    background-color: #ededed;
    color: #767676;
}

.orderRangePicker .CalendarDay--blocked-calendar button,
.orderRangePicker .CalendarDay--blocked-out-of-range button {
    color: #767676;
}

.orderRangePicker .CalendarDay--valid {
    background-color: #ffffff;
}

.orderRangePicker .js-CalendarMonth__grid .CalendarDay--selected {
    border: 1px solid #333333;
    display: inline-block;
}

.orderRangePicker .CalendarDay--today::after {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .orderRangePicker > div {
        width: calc((100% - 10px) / 2)
    }
}
.amChartsPeriodSelector {
    display: none;
    width: 500px;
    position: relative;
    height: 50px;
}

.amChartsPeriodSelector div {
    position: absolute;
    left: 0px;
}

.amcharts-period-input {
    width: 62px;
    height: 47px;
    background-color: #000;
    color: #f5f5f5;
    border: 1px solid #7c7c7c;
}

.amcharts-period-input-selected {
    width: 62px;
    height: 47px;
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}

.amcharts-balloon-div {
    opacity: 0;
    width: 52px;
    height: 16px;
}

.amcharts-balloon-bg {
    opacity: 0;
}

.amcharts-legend-title {
    font-size: 0.6875rem;
    color: #fff;
    font-weight: normal;
}

/*
! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css
 */

/* Document
   ========================================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: baseline;
}

/**
 *    IE on Windows Phone and in iOS.
 */

html {
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

:focus {
    outline: 0;
}

/* tables */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */

    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
body[data-show-hover] a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    color: #000;
    background-color: #ff0;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

input,
optgroup,
select,
textarea {
    margin: 0; /* 2 */
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

input[type="button" i],
input[type="submit" i],
input[type="reset" i],
input[type="file" i]::-webkit-file-upload-button,
button {
    border-radius: 0;
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    color: inherit; /* 2 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    outline-offset: -2px; /* 2 */

    -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    font: inherit; /* 2 */

    -webkit-appearance: button; /* 1 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

/**
 * TODO
 */
button {
    border: none;
    padding: 0;
    font-size: 100%; /* 1 */
    background-color: transparent;
    -webkit-user-select: none; /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
}

body[data-show-hover] button:hover {
    cursor: pointer;
}

/* Reset button focus outline */
button::-moz-focus-inner,
button:-moz-focusring,
[type="button"]:-moz-focusring,
button:focus {
    border: none;
    outline: none;
}


/* WVS_STB-198 Text spacing causes content or functionality to be lost */
/* *{
    line-height: 1.5 !important;
    letter-spacing:.12rem !important;
    word-spacing: .16rem !important;
}

p{
    margin-bottom: 2rem;
} */
body,
#app {
    color: #333;
    font-family: "UniversNextforHSBCW02", sans-serif;
    font-weight: normal;
    line-height: 1;
    background: white;
}

button,
input {
    font-family: "UniversNextforHSBCW02", sans-serif;
}

/* Start: app style */
#app {
    margin-top: 62px;
    min-width: 600px;
    overflow: hidden;
}

@media only screen and (max-width: 599px) {
    #app {
        min-width: 100%;
    }
}


/* End: app style */
.amcharts-main-div a {
    display: none !important; /* stylelint-disable-line declaration-no-important */
}

.disableScroll {
    overflow: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
