.btn :hover {
    background-color: #0090ff
}

.btn,
.btn :hover {
    border: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px
}

.btn {
    background-color: #60255a
}

.btn:hover {
    background-color: #051018;
    color: #fff;
    font-size: 16px;
    transform: scale(1.05)
}

hr {
    background: #0085ff;
    height: 2px;
    margin: 0 auto;
    max-width: 1000px;
    opacity: .5
}

.cont-article {
    background-color: #fffefe !important;
    max-width: 1080px
}

h1 {
    font-size: 33px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center
}

h1,
h2 {
    margin-bottom: 20px
}

h2 {
    font-size: 1.7em
}

.list-inline-item:not(:last-child) {
    margin-right: 0
}

body {
    background: url(../../assets/img/bg.webp) 50%/cover no-repeat fixed;
    font-family: Commissioner, sans-serif;
    font-size: 17px
}

table {
    background-color: #fff;
    border-collapse: collapse;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    max-width: 800px;
    overflow: hidden;
    width: 80%
}

td,
th {
    border-bottom: 1px solid #ddd;
    padding: 12px 15px;
    text-align: left
}

th {
    background-color: #4caf50;
    color: #fff;
    font-weight: 700
}

tr:nth-child(2n) {
    background-color: #f9f9f9
}

tr:hover {
    background-color: #f1f1f1;
    cursor: pointer
}

td {
    color: #333
}

@media (max-width:600px) {
    table {
        width: 95%
    }

    td,
    th {
        font-size: 14px;
        padding: 8px
    }
}

.card-img-top {
    height: 120px;
    object-fit: cover
}

.card {
    transition: transform .2s
}

.card:hover {
    transform: scale(1.05)
}

.card-body {
    color: var(--bs-card-color);
    color: var(--bs-secondary-text-emphasis);
    flex: 1 1 auto;
    font-weight: 500;
    padding: 5px 0
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

.table .text-bg-info {
    background-color: #c500c5 !important;
    color: #e4e4e4 !important
}

img {
    display: block;
    margin: 0 auto
}

.bt-article {
    background-color: #b11ea2
}

.but-head {
    background-color: #d41dd7
}

.toc-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    contain: layout;
    margin-bottom: 2rem;
    max-width: 960px;
    min-height: 50px;
    padding: 10px 10px 0;
    position: relative
}

.toc-container,
.toc-title {
    box-sizing: border-box;
    width: 100%
}

.toc-title {
    align-items: center;
    color: #0f1210;
    cursor: pointer;
    display: flex;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: 600;
    height: 2rem;
    line-height: 2rem;
    margin-bottom: 10px
}

.toc-title span {
    color: #0f1210;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.toc-list {
    background-color: #f5f5f5;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    width: 100%
}

.toc-container ul,
.toc-list {
    list-style: none
}

.toc-list li {
    box-sizing: border-box;
    line-height: 1.5;
    margin-bottom: 8px;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.toc-list li:last-child {
    margin-bottom: 0
}

.toc-list li.level-3 {
    margin-left: .5rem
}

.toc-list a {
    color: #000;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none;
    white-space: normal;
    word-break: normal;
    word-wrap: break-word;
    box-sizing: border-box;
    max-width: 100%;
    overflow-wrap: break-word
}

.toc-list a:hover {
    color: #333;
    text-decoration: underline
}

.toc-toggle-btn {
    align-items: center;
    background: 0 0;
    border: none;
    color: #007bff;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    font-size: 1rem;
    height: 1.5rem;
    justify-content: center;
    margin-right: .5rem;
    width: 1.5rem
}

.toc-toggle-btn:hover {
    color: #0056b3
}

.toggle-icon {
    color: #007bff;
    font-size: .8rem
}

@media (max-width:767.98px) {
    .toc-container {
        max-width: 100vw;
        overflow-x: hidden;
        padding: 8px 8px 0
    }

    .toc-title {
        font-size: 1rem
    }

    .toc-list,
    .toc-title {
        max-width: 100%;
        overflow-x: hidden
    }

    .toc-list {
        font-size: .9rem;
        padding: 8px
    }

    .toc-list a {
        max-width: 100%;
        overflow-x: hidden
    }
}