/* Check latter */
.step-container {
    display: none;
}
.step-container.active {
    display: block;
}

.step-minecraft h2.title {
    color: var(--white);
    font-size: 26px;
    font-weight: 600;
}

.step-minecraft .card img.lang {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
}

.step-minecraft .card h4 {
    color: var(--white);
    font-size: 18px;
}

.step-minecraft .card img.plan {
    height: 60px;
    width: auto;
}

.blog .card .card-title {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
}

.blog .card {
    overflow: hidden;
}

.blog .card .card-banner {
    width: auto;
    height: 240px !important;
    overflow: hidden;
}

.blog .card .card-banner .card-img-top {
    transition: .3s ease-in-out;
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.blog .card:hover .card-img-top {
    transform: scale(1.1) rotate(2deg);
}

.admin h1 {
    font-size: 24px;
}

.blogs .table th {
    background-color: var(--light-dark);
    color: var(--white);
    border: none;
    text-align: left !important;
    padding: 12px 24px !important;
}

.blogs .table tr td {
    text-align: left !important;
    padding: 20px 24px !important;
}

.blogs .table tr td img {
    height: 40px;
}

.blogs .table tr td .btn {
    font-size: 12px;
    font-weight: 600;
}

.modal-content {
    background: var(--dark);
}

.modal-header {
    border-bottom: 1px solid var(--background)
}

.modal-footer {
    border-top: 1px solid var(--background)
}

.blog-content {
    background-color: var(--light-dark);
    border-radius: .75rem;
