@font-face {
    font-family: 'CreepsterCustom';
    src: url('../fonts/ofont.ru_Creepster.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-image:
            url('/image/anarh.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
}

html, body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.creepster { font-family: 'Creepster', cursive; }
.rock-salt { font-family: 'Rock Salt', cursive; }
.bungee { font-family: 'Bungee', cursive; }
.creepster-title {
    font-family: 'CreepsterCustom', cursive;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nav-wrapper {
    background-color: rgba(0, 0, 0, 0.3); /* почти невидимая черная подложка */
    backdrop-filter: blur(3px);          /*  размытие заднего фона */
}

.hover-glow:hover {
    color: #ff3d3d !important;
    text-shadow: 0 0 6px #ff3d3d, 0 0 12px #ff3d3d;
}

.red-title-glow {
    color: #d30f0f;
    text-shadow: 0 0 10px #655858;
}

.footer-wrapper {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: auto;
    width: 100%;
}


.my-custom-panel-home {
    align-self: flex-start;
    margin-left: 0 !important;
    margin-top: 25px;
}


.accordion-button {
    font-size: 25px;
    color: #FFF8DC;
}

.text-size-description{
    font-size: 18px;
    color: #FFF8DC;
}
.accordion-item {
    margin-bottom: 1rem;
}

.hello-home{
    color: #ff0000;
}

.equal-columns-militia {
    table-layout: fixed;
    width: 100%;
}

.equal-columns-militia .col-free,
.equal-columns-militia .col-order {
    width: 50%;
}

.militia-category {
    color: #d30f0f !important;
}

.analysis-text{
    max-width: 300px;
    width: 100%;
}

.analysis-div-top{
    height: 100%;
}

.analysis-button-input{
    background: transparent;
    color: inherit;
    border-color: #6c757d;
}

.analysis-button-input:hover {
    background-color: #dc3545;
    color: white;
    border-color: #dc3545;
}

.analysis-text .form-control:focus {
    border-color: #dc3545; /* красный*/
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); /* красное свечение */
}

.basic-analysis-div {
    max-width: 700px;
    margin: 0 auto;
}

.basic-analysis-div .accordion-button {
    color: inherit !important;
    box-shadow: none !important;   /* убираем тень */
}


.basic-analysis-div .accordion-button:hover {
    background-color: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
}


.basic-analysis-div .accordion-button:focus {
    background-color: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
    outline: none !important;
}



.basic-analysis-div .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
}

.analysis-button-snapshot,
.analysis-button-veveshot {
    background-color: transparent !important;
    border: none !important;
    color: white !important;
    min-width: 200px;   /* одинаковая ширина */
    padding: 0.5rem 1rem !important; /* одинаковый внутренний отступ */
}

.analysis-button-snapshot:hover,
.analysis-button-veveshot:hover {
    background-color: rgba(255,255,255,0.1) !important; /* hover-эффект */
}

.basic-div-userPers,
.block-blood-connections,
.block-blood-rag,
.block-blood-regeneration,
.block-blood-defense,
.block-blood-voice,
.block-blood-wrath,
.blood-arena-basic{
    max-width: 400px;
}


.heal-text-blood-connections,
.text-blood-regen-result
{
    color: #01b501;
}

.damage-text-blood-connections{
    color: #f10000;
}


.perk-selector-form {
    max-width: 225px;
    margin: 0 auto;
}


.perk-selector-select {
    padding: 7px;
    font-size: 1rem;
    border-radius: 8px;
    border: 1px solid #ced4da;
}

.perk-selector-button {
    padding-left: 2rem;
    padding-right: 2rem;
}

.img-clan-art {
    padding-right: 16px;
}