/* These styles are generated from project.scss. */

.main-content {
    background-color: #ebeef5;
}

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.sidebar {
    background: #46425C;
    height: 100vh;
    overflow-y: scroll;
}
.logo {
    height: 50px;
    text-indent: 1em;
    line-height: 50px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5rem;
}
.sidebar-menu {
    list-style-type: circle;
}
.sidebar-link-wrapper {
    margin-bottom: 1em;
    margin-top: 1em;
}
.sidebar-link {
    font-size: 18px;
    text-decoration: none;
    color: white;
}
.sidebar-link:hover {
    text-decoration: none;
    color: #7f7f7f;
}
.sidebar-quick-setting:before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-left: solid white 0.5rem;
    border-top: solid transparent 0.5rem;
    border-bottom: solid transparent 0.5rem;
    border-right: transparent 0.5rem;
}
.sidebar-logout-wrapper {
    text-align: center;
    margin-bottom: 1em;
    width: 100%;
}

.medium-badge {
    color: #fff;
    background-color: #009bff;
    line-height: 1.2;
    white-space: normal;
}

.keyword-badge {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    padding: .375rem .75rem;
}

input[type=radio], input[type=checkbox] {
    transform:scale(1.5);
}
