main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.fs-6 {
    font-size: 12px !important;
}

.no-margin {
    margin: 0;
}

#back-to-top-i {
    transition-timing-function: linear;
    transition: 0.5s;
}

#back-to-top {
    position: fixed;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: center;
    font-size: 30px;
    line-height: 60px;
    transform: translate(-50%);
    padding: auto;
    left: 50%;
    top: 93%;
    color: #fbfff0;
    background: #3d3d3d;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    z-index: 99;
    box-shadow: 5px 5px 10px #918888;
    transition: opacity 1s, box-shadow 1s;
    opacity: 60%;
}

#back-to-top:hover {
    box-shadow: 5px 5px 10px #3e3636;
    opacity: 100%;
}


.card-status-category {
    min-width: 100px;
    min-height: 50px;
    opacity: 83%;
}

.alert-plugin-desc {
    line-height: 1.1;
}

.importance-1 {
    background-color: rgba(48, 122, 62, 0.08);
}

.importance-2 {
    background-color: rgba(48, 122, 62, 0.11);
}

.importance-3 {
    background-color: rgba(46, 222, 106, 0.1);
}

.importance-4 {
    background-color: rgba(49, 231, 125, 0.18);
}

.importance-5 {
    background-color: rgba(144, 222, 22, 0.22);
}

.importance-6 {
    background-color: rgba(222, 186, 13, 0.29);
}

.importance-7 {
    background-color: rgba(222, 171, 15, 0.36);
}

.importance-8 {
    background-color: rgba(222, 139, 30, 0.39);
}

.importance-9 {
    background-color: rgba(222, 98, 9, 0.38);

}

.importance-10 {
    background-color: rgba(222, 65, 13, 0.46);
}

.pill-dev {
    color: white;
    background-color: rgba(69, 0, 68, 0.73);
}

.copy {
    background-color: #f8f9fa !important;
    padding: 10px;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
test {
    color: rgba(217, 219, 255, 0.73)
}
.copy .btn-copy {

}

/*.container-items {*/
/*    transition: height 1s;*/
/*}*/
.item {

}

.admin-page .card-body {
    padding: 10px;
}

.admin-page .item {
    transition: 1s;
    margin: 5px;
    width: 32%;
    animation-name: fadeIn;
    animation-duration: 1s;
    opacity: 100%;
}

@keyframes fadeIn {
    from {
        opacity: 0%
    }
    to {
        opacity: 100%
    }
}
.navbar .nav-center {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    gap: 8px;
}
.navbar .collapse {
    justify-content: space-between;
}
.dashboard-item-container{
    margin-bottom: 20px;
}
dashboard-item