html{font-family:roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.428571429;background-color:#b3afaf;color:#555}button:focus{outline:none}.wrapper{background:#fff;min-height:100vh}.header img{display:block;max-height:4rem}.signin{width:100%;max-width:400px;margin:auto;border:0}.widget{display:flex;align-items:center;flex-wrap:wrap;margin:0 -.25rem}.widget-item{max-width:calc(100%/3);flex-basis:calc(100%/3);padding:.25rem}.widget-icon{font-size:2.25rem}.table-nowrap th,.table-nowrap td{white-space:nowrap}.card .table{border-right:0;border-left:0;margin-bottom:0}.card .table:last-child{border-bottom:0}.card .table:not(.table-sm) th,.card .table:not(.table-sm) td{padding:.75rem 1.25rem}.card .table td:first-child,.card .table th:first-child{border-left:0}.card .table td:last-child,.card .table th:last-child{border-right:0}.card .table tr:first-child td,.card .table tr:first-child th{border-top:0}.card .table tr:last-child td{border-bottom:0}.card .table+.table{border-top:1px solid #dee2e6!important}.card .card-header+.table{border-top:0}@media(max-width:576px){.header img{max-height:2.75rem}.widget-item{max-width:50%;flex-basis:50%}.widget-icon{font-size:1.5rem}}

html,body{cursor:url("cursor_shuriken/lightsrk.png"), auto;} /* Ảnh Con Trỏ Chuột Trên Website (Bình Thường) */
	a:hover{cursor:url("cursor_shuriken/darksrk.png"), auto;} /* Ảnh Con Trỏ Chuột Trên Website (Đang Chỉ Vào 1 Liên Kết) */

img {
    max-width:100%;
}
.success a{
    color: yellow;
}
.banner {
    padding: 0px;
    background-color: #252525;
    display: flex;
    justify-content: center;
    align-items: center;
}
.success {
    color: #34eb67; /* CSS Màu Chữ Của Thông Báo (Đăng Ký Thành Công) */
    background-color: black; /* CSS Màu Thân Của Thông Báo (Đăng Ký Thành Công) */
    border: 2px solid #34eb67; /* CSS Màu Viền Của Thông Báo (Đăng Ký Thành Công) */
    padding: 12px 15px;
    font-weight: bold;
    border-radius: 5px;
}
.error {
    color: #fff; /* CSS Màu Chữ Của Thông Báo Lỗi */
    background-color: #a5670f; /* CSS Màu Thân Của Thông Báo Lỗi */
    border: 2px solid #00FF99; /* CSS Màu Viền Của Thông Báo Lỗi */
    padding: 12px 15px;
    font-weight: bold;
    border-radius: 5px;
}