
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
}

body {
    background-color: #000;
}

body > * > .container {
    max-width: 420px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.border-top,
.border-bottom,
.form-select,
.form-control,
.border-light {
    border-color: #333 !important;
}

.form-select,
.form-control,
.bg-dark-ex {
    background-color: #121520 !important;
}

.btn-close,
.form-select,
.form-label,
.modal-title,
.form-control,
.form-control:focus {
    color: #aaa;
}

.modal-header,
.modal-footer {
    border-color: rgb(60, 60, 60) !important;
}

.text-muted,
.btn-dark {
    color: #888 !important;
}

.btn.active {
    border-color: #888 !important;
}

.btn-block {
    width: 100% !important;
}

.btn-close {
    background: none;
    padding-top: 0 !important;
}

#chart-util-panel,
.chart-util-panel {
    width: 46px;
    position: fixed;
    left: calc(50% - 23px);
    bottom: 140px;
    border: 1px solid #555;
    border-radius: 5px;
    background-color: #181818;
}

.delete-log {
    position: absolute;
    top: 5px;
    right: 0;
}

@media (max-width: 600px) {
    .hide-on-mobile {
        display: none !important;
    }
}