.result-msg {
    border-radius: 1.5em;
    width: 35em;
}

.error {
    background-color: #ff7d7d;
}

.ok {
    background-color: #94ff99;
}

.result-msg hr {
    background: black;
    margin: 0 0;
}

hr.bold {
    background: black;
}

.card-body {
    border: 0.1em solid black;
    border-radius: 1.5em;
}

a.my-card {
    color: #000000;
}

a.my-card:hover {
    color: #000000;
}

a.page {
    border-radius: 50%;
    background-color: transparent;
    border-color: transparent;
}

p.now {
    border-radius: 50%;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}

.group {
    width: 25em;
}

.groups {
    display: grid;
    grid-template-columns: repeat(auto-fill, 25em);
}

.new {
    border: 0.1em solid black;
    border-radius: 1.5em;
}

.codes {
    margin-left: 0;
    margin-top: -1rem;
}

.codes form {
    margin-right: 0.6rem;
}

.row2 {
    margin-left: 1rem;
    margin-right: 0;
}

textarea.auto_grow {
    resize: none;
    overflow-y: hidden;
}

.pre {
    white-space: pre-wrap;
    word-break: break-all;
}

.file-edit {
    flex: none;
    margin-right: 0.5rem;
}

.hide {
    display: none;
}

.tabs_navbar {
    margin-left: auto !important;
    margin-right: auto !important;
}

.assigns {
    overflow: auto;
}
