.stats-container {
    border: #dadada 1px solid;
    border-radius: 15px;
    box-shadow: 0 0 3px 2px #f1f1f1;
    padding: 10px 10px 15px 15px;
    background-color: #f9f9f9;
}

h5, .h5 {
    font-size: calc(1.2rem + 0.48vw);
}

.hr1 {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0;
    border-top: 2px solid #e7e7e7;
}

.hr2 {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0;
    border-top: 1px solid #e7e7e7;
    background-color: #c3c3c3;
    height: 2px !important;
}

.btn {
  border-radius: 10px;
}

.stats-clickable:hover {
    box-shadow: 0 0 3px 2px #92e3ff;
    cursor: pointer;
}

.stats-clickable.stats-clickable-selected {
    background-color: #e5f6ff;
    box-shadow: 0 0 3px 2px #92e3ff;
    cursor: revert;
}

.stats-char-icon {
    min-width: 30%;
    padding: 8px;
    height: 120px;
}

.stats-edit-header {
    display: table;
    height: 60px;
    overflow: hidden;
}

.stats-edit-header span {
    display: table-cell;
    vertical-align: middle
}

.stat-edit-preview {
    background-color: #e7e7e7;
    font-weight: bold;
}

.no-arrows {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

#logDiv {
    background-color: #efefef;
    margin-bottom: 0;
    padding: 5px 5px 5px 9px;
    border-radius: 5px;
    max-height:10rem;
}

.stat-bar {
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.stat-bar.stat-bar-first {
    border-top-left-radius: 4px;
}

.stat-bar.stat-bar-last {
    border-bottom-left-radius: 4px;
}

.text-secondary {
    color: #9b9b9b !important;
}