html, body {
    height: 100%; /* Đảm bảo body và html chiếm toàn bộ chiều cao màn hình */
}

body {
    background-image: url("../../images/background.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-position: center center;
}

p {
    margin-bottom: 0 !important;
}

.super-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-container {
    flex: 1;
}

.card-item {
    border-radius: 15px;
    border: 1px solid rgb(128, 128, 128);
    padding: 5px;
    box-shadow: 1px 1px rgb(128, 128, 128);
}

.card-item-image img {
    border-radius: 15px;
}

.item-mod-title {
    font-size: 18px;
}

.card-main-border {
    min-height: 100vh;
}

.card-main {
    /*max-width: 500px;*/
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 50px;
}

.login100-form-title {
    display: block;
    font-size: 26px;
    color: #4b2354;
    line-height: 1.2;
    text-align: center;
}

.swal2-title {
    font-size: 16px !important;
}

.fs-20 {
    font-size: 20px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

table {
    font-size: 14px;
}

.table-main > thead > tr, .table-main > tbody > tr {
    border: 1px solid #808080;
}
.forum-content img {
    max-width: 100% !important;
    height: auto !important;
}
.forum-content p, .forum-content a, .forum-content span {
    word-break: break-word;
}
