* {
    font-family: 'IBM Plex Sans', sans-serif;
}

html,
body {
    height: 100%;
    overflow: hidden;
}

#app {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

table.bp5-html-table th {
    font-weight: 500 !important;
}

.bp5-input-ghost {
    font-size: 14px !important;
    font: 400 14px 'Helvetica Neue' !important;
}

.bp5-input-group .bp5-tag {
    margin-top: 0 !important;
}

.baseup-price-input .bp5-input-group:first-child {
    border-radius: 0;
}

.editable-text--title {
    font-weight: 500 !important;
    font-size: 18px;
    vertical-align: middle !important;
    max-height: 21px !important;
}

h1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

h3 {
    font-size: 16px;
    font-weight: 400;
}

h4 {
    font-weight: 500;
    font-size: 15px;
}

h5 {
    font-size: 15px;
    font-weight: 500;
}

body {
    font-size: 14px;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

a:not([class^='bp5']) {
    color: inherit !important;
}

a:hover {
    color: #137cbd;
    text-decoration: none;
}

.context-item:hover {
    background-color: #e0e5ea !important;
}

.bp5-input-group > input {
    margin-bottom: 0px !important;
}

.page-title,
.nav-title {
    font-weight: 400 !important;
}

.page-title,
.nav-title > a:hover {
    text-decoration: none !important;
}

.page-title,
.card-title {
    font-size: 16px !important;
    font-weight: 300 !important;
}

.page-description {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #707272 !important;
    line-height: 22px !important;
}

#site-container {
    padding: 0 5px;
}

#site-container > div {
    display: flex;
    justify-content: space-between;
}

#site-container p {
    margin: 0;
}

input[type='text'] {
    margin-bottom: 10px;
}

.site-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    margin: 0 15px;
}

.fixed {
    position: fixed !important;
}

.no-corners {
    border-radius: 0 !important;
}

.bp5-numeric-input .bp5-button-group.bp5-vertical > button {
    margin: 0 !important;
}

.bp5-numeric-input .bp5-button-group.bp5-vertical > button:last-child {
    margin-top: -1px !important;
}

.bp5-timepicker {
    padding: 0 !important;
}

.bp5-timepicker .bp5-timepicker-input {
    font-size: 14px !important;
}

.ag-theme-material .ag-header-cell,
.ag-theme-material .ag-header-group-cell {
    line-height: 26px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    border-left: 1px solid #e0e0e0 !important;
}

/* Resizer */
.Resizer {
    background: #000;
    opacity: 0.2;
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}

.Resizer:hover {
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}

.Resizer.horizontal:hover {
    border-top: 5px solid rgba(0, 0, 0, 0.5);
    border-bottom: 5px solid rgba(0, 0, 0, 0.5);
}

.Resizer.vertical {
    width: 11px;
    margin: 0 -5px;
    border-left: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid rgba(255, 255, 255, 0);
    cursor: col-resize;
}

.Resizer.vertical:hover {
    border-left: 5px solid rgba(0, 0, 0, 0.5);
    border-right: 5px solid rgba(0, 0, 0, 0.5);
}

.Resizer.disabled {
    cursor: not-allowed;
}

.Resizer.disabled:hover {
    border-color: transparent;
}

.bp5-datepicker-year-select {
    font-size: 14px !important;
}

.bp5-datepicker-month-select {
    font-size: 14px !important;
}

.bp5-slider-axis .bp5-slider-label {
    display: none !important;
}

.bp5-popover-wrapper {
    max-width: 100%;
}

.bp5-button {
    max-width: 100%;
}

.bp5-button-text {
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.react-grid-item.cssTransforms {
    transition: none !important;
}

.autocomplete-container {
    border-bottom: honeydew;
    border-left: honeydew;
    border-right: honeydew;
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 2px 2px;
    z-index: 10000 !important;
}

.suggestion-item {
    padding: 8px;
    text-align: left;
}

.suggestion-item--active {
    padding: 8px;
    text-align: left;
}

.pulse-enter {
    opacity: 0.01;
    transform: scale(0.5);
}

.pulse-enter.pulse-enter-active {
    opacity: 1;
    transform: scale(1);
    transition: all 500ms cubic-bezier(0.3, 0.79, 0.01, 1.68);
}

.pulse-exit {
    opacity: 1;
    transform: scale(1);
}

.pulse-exit.pulse-exit-active {
    opacity: 0.01;
    transform: scale(0.5);
    transition: all 500ms cubic-bezier(0.3, 0.79, 0.01, 1.68);
}

@media screen and (max-width: 1080px) {
    .site-selector-container {
        flex-direction: column;
    }
}

/*
react-tiny-virtualized-list always show scrollbar
*/
tbody > div {
    overflow-x: hidden !important;
    overflow-y: overlay !important;
}

.rv-discrete-color-legend.horizontal {
    text-align: center !important;
}

.bp5-tabs--user-group-details {
    flex-grow: 10;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 15px;
}

.bp5-tabs--user-group-details [role='tabpanel'][aria-hidden='false'] {
    flex-grow: 10;
    display: flex;
    flex-direction: column;
}

.user-group-menu .bp5-tree-node {
    transition: background-color 100ms;
}

.user-group-menu .bp5-tree-node.dimmed {
    background: rgba(0, 0, 0, 0.03);
}

.user-group-menu .bp5-tree-node-icon {
    padding: 7px;
}

.user-group-menu .bp5-tree-node-label {
    width: 1px;
    position: relative;
    overflow: visible;
}

.user-group-menu .bp5-tree-node-label::after {
    display: block;
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% + 5px);
    background: #e5ebee;
    bottom: 0;
    left: 0;
}

.user-group-menu .bp5-tree-node-label > div {
    padding: 9px 0 8px;
}

.user-group-menu .bp5-tree-node-selected .bp5-tree-node-label::after {
    display: none;
}

.user-group-menu .bp5-tree-root > .bp5-tree-node .bp5-tree-node-content {
    height: auto;
}

.user-group-menu.user-group-menu--search
    .bp5-tree-node-selected
    .bp5-tree-node-label
    .bp5-text-muted {
    color: white;
}

legend {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}

fieldset {
    padding: 0;
}

.react-grid-item.react-grid-placeholder {
    background: #137cbd;
    opacity: 0.15;
    transition-duration: 100ms;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.bp5-input:disabled,
.bp5-input.bp5-disabled {
    color: #242f38;
}

/* Hide the Clear button from the datepicker */
.baseup-hide-datepicker-clear-button
    .bp5-datepicker-footer
    > button:first-child {
    width: 100%;
}

.baseup-hide-datepicker-clear-button
    .bp5-datepicker-footer
    > button:not(:first-child) {
    display: none;
}

:focus:not(:focus-visible) {
    outline: none;
}

/* Day Picker Styles */
/* Please change these in the management, portal and admin services, too */

.rdp-months {
    display: flex;
    flex-direction: row;
}

.bp5-datepicker .rdp-months .rdp-month {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: min-content min-content;
}

.rdp-weekdays th {
    text-align: center;
}

.bp5-datepicker-month-select.bp5-html-select select {
    width: 111px;
}

.bp5-datepicker-year-select.bp5-html-select select {
    width: 75px;
}

.bp5-datepicker-month-select.bp5-html-select select,
.bp5-datepicker-year-select.bp5-html-select select {
    font-weight: 600;
    padding-left: 10px;
    padding-right: 5px;
}

.bp5-datepicker .rdp-day {
    padding: 0;
}

.bp5-datepicker .rdp-day button {
    width: 35px;
    height: 30px;
}

.bp5-datepicker .rdp-selected button {
    background-color: #2d72d2;
    border-radius: 2px;
    color: #ffffff;
}

.bp5-datepicker .rdp-selected.rdp-range_middle button {
    border-radius: 0;
}

.bp5-datepicker .rdp-selected.rdp-range_start button,
.bp5-datepicker .rdp-selected.rdp-range_middle:first-child button {
    border-radius: 2px 0 0 2px;
}

.bp5-datepicker .rdp-selected.rdp-range_end button,
.bp5-datepicker .rdp-selected.rdp-range_middle:last-child button {
    border-radius: 0 2px 2px 0;
}

.bp5-datepicker .rdp-selected button.bp5-button.bp5-minimal:hover {
    background-color: #215db0;
    color: #ffffff;
}

.rdp-month_grid {
    grid-column: span 2;
    order: 3;
    border-collapse: collapse;
    width: 210px;
    margin: 5px 1.5px;
    font-size: 14px;
}

.bp5-datepicker .rdp-month::after {
    display: block;
    content: ' ';
    background: rgba(17, 20, 24, 0.2);
    height: 1px;
    order: 2;
    grid-column: span 2;
    margin: 2px 10px;
}

.rdp-dropdowns {
    display: flex;
    flex-direction: row;
}

.rdp-table {
    font-size: inherit;
}

.bp5-datepicker-year-select {
    font-size: 14px !important;
}

.bp5-datepicker-month-select {
    font-size: 14px !important;
}

/* Time Picker */

.bp5-timepicker {
    white-space: nowrap;
}
.bp5-timepicker .bp5-timepicker-arrow-row {
    padding: 0 1px;
}
.bp5-timepicker .bp5-timepicker-arrow-button {
    color: #5f6b7c;
    display: inline-block;
    padding: 4px 0;
    text-align: center;
    width: 33px;
}
.bp5-timepicker .bp5-timepicker-arrow-button:hover {
    color: #1c2127;
}
.bp5-dark .bp5-timepicker .bp5-timepicker-arrow-button {
    color: #abb3bf;
}
.bp5-dark .bp5-timepicker .bp5-timepicker-arrow-button:hover {
    color: #f6f7f9;
}
.bp5-timepicker .bp5-timepicker-arrow-button + .bp5-timepicker-arrow-button {
    margin-left: 11px;
}
.bp5-timepicker .bp5-timepicker-arrow-button:hover {
    cursor: pointer;
}
.bp5-timepicker .bp5-timepicker-input-row {
    background: #ffffff;
    border-radius: 2px;
    box-shadow:
        inset 0 0 0 1px rgba(17, 20, 24, 0.2),
        inset 0 1px 1px rgba(17, 20, 24, 0.3);
    display: inline-block;
    height: 30px;
    line-height: 28px;
    padding: 0 1px;
    vertical-align: middle;
}
.bp5-timepicker .bp5-timepicker-divider-text {
    color: #5f6b7c;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    width: 11px;
}
.bp5-timepicker .bp5-timepicker-input {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    background: transparent;
    border: 0;
    border-radius: 2px;
    box-shadow:
        0 0 0 0 rgba(33, 93, 176, 0),
        0 0 0 0 rgba(33, 93, 176, 0);
    color: #1c2127;
    height: 28px;
    outline: 0;
    padding: 0;
    text-align: center;
    transition: box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
    width: 33px;
}
.bp5-timepicker .bp5-timepicker-input:focus {
    box-shadow:
        inset 0 0 0 1px rgba(33, 93, 176, 0.752),
        0 0 0 1px rgba(33, 93, 176, 0.752);
}
.bp5-timepicker .bp5-timepicker-input::-webkit-outer-spin-button,
.bp5-timepicker .bp5-timepicker-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
.bp5-timepicker .bp5-timepicker-input.bp5-intent-primary {
    box-shadow:
        0 0 0 0 rgba(45, 114, 210, 0),
        0 0 0 0 rgba(45, 114, 210, 0),
        inset 0 0 0 1px #2d72d2,
        inset 0 0 0 1px rgba(17, 20, 24, 0.2),
        inset 0 1px 1px rgba(17, 20, 24, 0.3);
}
.bp5-timepicker .bp5-timepicker-input.bp5-intent-primary:focus {
    box-shadow:
        inset 0 0 0 1px rgba(45, 114, 210, 0.752),
        0 0 0 2px rgba(45, 114, 210, 0.752),
        inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-timepicker .bp5-timepicker-input.bp5-intent-primary[readonly] {
    box-shadow: inset 0 0 0 1px #2d72d2;
}
.bp5-timepicker .bp5-timepicker-input.bp5-intent-primary:disabled,
.bp5-timepicker .bp5-timepicker-input.bp5-intent-primary.bp5-disabled {
    box-shadow: none;
}
.bp5-dark .bp5-timepicker .bp5-timepicker-input.bp5-intent-primary {
    box-shadow:
        0 0 0 0 rgba(76, 144, 240, 0),
        0 0 0 0 rgba(76, 144, 240, 0),
        inset 0 0 0 1px #4c90f0,
        inset 0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-timepicker .bp5-timepicker-input.bp5-intent-primary:focus {
    box-shadow:
        inset 0 0 0 1px rgba(76, 144, 240, 0.752),
        0 0 0 2px rgba(76, 144, 240, 0.752),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-timepicker .bp5-timepicker-input.bp5-intent-primary[readonly] {
    box-shadow: inset 0 0 0 1px #4c90f0;
}
.bp5-dark .bp5-timepicker .bp5-timepicker-input.bp5-intent-primary:disabled,
.bp5-dark
    .bp5-timepicker
    .bp5-timepicker-input.bp5-intent-primary.bp5-disabled {
    box-shadow: none;
}
.bp5-timepicker .bp5-timepicker-input.bp5-intent-success {
    box-shadow:
        0 0 0 0 rgba(35, 133, 81, 0),
        0 0 0 0 rgba(35, 133, 81, 0),
        inset 0 0 0 1px #238551,
        inset 0 0 0 1px rgba(17, 20, 24, 0.2),
        inset 0 1px 1px rgba(17, 20, 24, 0.3);
}
.bp5-timepicker .bp5-timepicker-input.bp5-intent-success:focus {
    box-shadow:
        inset 0 0 0 1px rgba(35, 133, 81, 0.752),
        0 0 0 2px rgba(35, 133, 81, 0.752),
        inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-timepicker .bp5-timepicker-input.bp5-intent-success[readonly] {
    box-shadow: inset 0 0 0 1px #238551;
}
.bp5-timepicker .bp5-timepicker-input.bp5-intent-success:disabled,
.bp5-timepicker .bp5-timepicker-input.bp5-intent-success.bp5-disabled {
    box-shadow: none;
}
.bp5-dark .bp5-timepicker .bp5-timepicker-input.bp5-intent-success {
    box-shadow:
        0 0 0 0 rgba(50, 164, 103, 0),
        0 0 0 0 rgba(50, 164, 103, 0),
        inset 0 0 0 1px #32a467,
        inset 0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-timepicker .bp5-timepicker-input.bp5-intent-success:focus {
    box-shadow:
        inset 0 0 0 1px rgba(50, 164, 103, 0.752),
        0 0 0 2px rgba(50, 164, 103, 0.752),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-timepicker .bp5-timepicker-input.bp5-intent-success[readonly] {
    box-shadow: inset 0 0 0 1px #32a467;
}
.bp5-dark .bp5-timepicker .bp5-timepicker-input.bp5-intent-success:disabled,
.bp5-dark
    .bp5-timepicker
    .bp5-timepicker-input.bp5-intent-success.bp5-disabled {
    box-shadow: none;
}
.bp5-timepicker .bp5-timepicker-input.bp5-intent-warning {
    box-shadow:
        0 0 0 0 rgba(200, 118, 25, 0),
        0 0 0 0 rgba(200, 118, 25, 0),
        inset 0 0 0 1px #c87619,
        inset 0 0 0 1px rgba(17, 20, 24, 0.2),
        inset 0 1px 1px rgba(17, 20, 24, 0.3);
}
.bp5-timepicker .bp5-timepicker-input.bp5-intent-warning:focus {
    box-shadow:
        inset 0 0 0 1px rgba(200, 118, 25, 0.752),
        0 0 0 2px rgba(200, 118, 25, 0.752),
        inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-timepicker .bp5-timepicker-input.bp5-intent-warning[readonly] {
    box-shadow: inset 0 0 0 1px #c87619;
}
.bp5-timepicker .bp5-timepicker-input.bp5-intent-warning:disabled,
.bp5-timepicker .bp5-timepicker-input.bp5-intent-warning.bp5-disabled {
    box-shadow: none;
}
.bp5-dark .bp5-timepicker .bp5-timepicker-input.bp5-intent-warning {
    box-shadow:
        0 0 0 0 rgba(236, 154, 60, 0),
        0 0 0 0 rgba(236, 154, 60, 0),
        inset 0 0 0 1px #ec9a3c,
        inset 0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-timepicker .bp5-timepicker-input.bp5-intent-warning:focus {
    box-shadow:
        inset 0 0 0 1px rgba(236, 154, 60, 0.752),
        0 0 0 2px rgba(236, 154, 60, 0.752),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-timepicker .bp5-timepicker-input.bp5-intent-warning[readonly] {
    box-shadow: inset 0 0 0 1px #ec9a3c;
}
.bp5-dark .bp5-timepicker .bp5-timepicker-input.bp5-intent-warning:disabled,
.bp5-dark
    .bp5-timepicker
    .bp5-timepicker-input.bp5-intent-warning.bp5-disabled {
    box-shadow: none;
}
.bp5-timepicker .bp5-timepicker-input.bp5-intent-danger {
    box-shadow:
        0 0 0 0 rgba(205, 66, 70, 0),
        0 0 0 0 rgba(205, 66, 70, 0),
        inset 0 0 0 1px #cd4246,
        inset 0 0 0 1px rgba(17, 20, 24, 0.2),
        inset 0 1px 1px rgba(17, 20, 24, 0.3);
}
.bp5-timepicker .bp5-timepicker-input.bp5-intent-danger:focus {
    box-shadow:
        inset 0 0 0 1px rgba(205, 66, 70, 0.752),
        0 0 0 2px rgba(205, 66, 70, 0.752),
        inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-timepicker .bp5-timepicker-input.bp5-intent-danger[readonly] {
    box-shadow: inset 0 0 0 1px #cd4246;
}
.bp5-timepicker .bp5-timepicker-input.bp5-intent-danger:disabled,
.bp5-timepicker .bp5-timepicker-input.bp5-intent-danger.bp5-disabled {
    box-shadow: none;
}
.bp5-dark .bp5-timepicker .bp5-timepicker-input.bp5-intent-danger {
    box-shadow:
        0 0 0 0 rgba(231, 106, 110, 0),
        0 0 0 0 rgba(231, 106, 110, 0),
        inset 0 0 0 1px #e76a6e,
        inset 0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-timepicker .bp5-timepicker-input.bp5-intent-danger:focus {
    box-shadow:
        inset 0 0 0 1px rgba(231, 106, 110, 0.752),
        0 0 0 2px rgba(231, 106, 110, 0.752),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-timepicker .bp5-timepicker-input.bp5-intent-danger[readonly] {
    box-shadow: inset 0 0 0 1px #e76a6e;
}
.bp5-dark .bp5-timepicker .bp5-timepicker-input.bp5-intent-danger:disabled,
.bp5-dark .bp5-timepicker .bp5-timepicker-input.bp5-intent-danger.bp5-disabled {
    box-shadow: none;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
    .bp5-timepicker .bp5-timepicker-input {
        border: 1px solid buttonborder;
    }
}
.bp5-timepicker .bp5-timepicker-ampm-select {
    margin-left: 5px;
}
.bp5-timepicker.bp5-disabled .bp5-timepicker-input-row {
    background: rgba(211, 216, 222, 0.5);
    box-shadow: none;
    color: rgba(95, 107, 124, 0.6);
    cursor: not-allowed;
    resize: none;
}
.bp5-timepicker.bp5-disabled .bp5-timepicker-input-row::-moz-placeholder {
    color: rgba(95, 107, 124, 0.6);
}
.bp5-timepicker.bp5-disabled .bp5-timepicker-input-row:-ms-input-placeholder {
    color: rgba(95, 107, 124, 0.6);
}
.bp5-timepicker.bp5-disabled .bp5-timepicker-input-row::placeholder {
    color: rgba(95, 107, 124, 0.6);
}
.bp5-timepicker.bp5-disabled .bp5-timepicker-input,
.bp5-timepicker.bp5-disabled .bp5-timepicker-divider-text {
    color: rgba(95, 107, 124, 0.6);
    cursor: not-allowed;
}
.bp5-timepicker.bp5-disabled .bp5-timepicker-arrow-button,
.bp5-timepicker.bp5-disabled .bp5-timepicker-arrow-button:hover {
    color: rgba(95, 107, 124, 0.6);
    cursor: not-allowed;
}

.bp5-dark .bp5-timepicker .bp5-timepicker-input-row {
    background: rgba(17, 20, 24, 0.3);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-timepicker .bp5-timepicker-divider-text {
    color: #abb3bf;
}
.bp5-dark .bp5-timepicker .bp5-timepicker-input {
    color: #f6f7f9;
}
.bp5-dark .bp5-timepicker.bp5-disabled .bp5-timepicker-input,
.bp5-dark .bp5-timepicker.bp5-disabled .bp5-timepicker-divider-text,
.bp5-dark .bp5-timepicker.bp5-disabled .bp5-timepicker-arrow-button,
.bp5-dark .bp5-timepicker.bp5-disabled .bp5-timepicker-arrow-button:hover {
    color: rgba(171, 179, 191, 0.6);
}
