@import url('https://fonts.googleapis.com/css2?family=Chiron+GoRound+TC:wght@200..900&display=swap');
:root {
    --primary-color: 6, 194, 84;
}
body {
    font-family: "Chiron GoRound TC", sans-serif;
    color: #333;
    background-color: #f3f3f3;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: rgb(var(--primary-color));
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: rgb(var(--primary-color), 0.8);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.3;
}
.h1, h1 {
    font-size: 28px;
}
.h2, h2 {
    font-size: 24px;
}
.h3, h3 {
    font-size: 20px;
}
.h4, h4 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 16px;
}
.h6, h6 {
    font-size: 16px;
}
#wrapper {
    max-width: 768px;
    margin: 0 auto;
    background-color: #fff;
}
#header {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #EBEBEB;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}
.navbar-brand img {
    max-height: 60px;
}
#main-content {
    padding: 1rem;
}
h1.page-title {
    background-color: rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
    padding: 1rem;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    animation: glow 1.5s infinite alternate;
}
@keyframes glow {
    0% {
        text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    }
    100% {
        text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 40px #00d4ff, 0 0 80px #00d4ff, 0 0 160px #00d4ff;
    }
}
.badge {
    display: inline-flex;
    width: 24px;
    height: 24px;
    padding: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.75);
}
.card {
    border: 0;
    border-radius: 0;
    margin-bottom: 30px;
}
.card-header {
    background-color: rgba(0, 0, 0, 0.75);
    border-bottom: 1px solid rgba(0, 0, 0, 0.75);
    padding: .75rem 1rem;
}
.card-header:first-child {
    border-radius: 4px;
}
.card-title {
    display: flex;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    align-items: center;
    gap: 8px;
}
.card-body {
    padding: 1rem 0 0;
}
.note {
    font-size: 14px;
    color: #ff0000;
}
.item-loaithe {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    border: 1px solid #ddd;
    height: 100%;
    padding: 1rem;
    align-items: center;
    justify-content: center;
}
.item-loaithe:hover {
    border-color: rgb(var(--primary-color));
}
.item-loaithe.active {
    border-color: rgb(var(--primary-color));
    box-shadow: rgba(var(--primary-color), 0.5) 0px 2px 8px 0px;
}
.item-loaithe.active:after {
    content: "\f058";
    font-family: "FontAwesome";
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 16px;
    color: rgb(var(--primary-color));
    line-height: 1;
    z-index: 1;
}
.item-menhgia {
    position: relative;
    display: flex;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    color: #333;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.item-menhgia:hover {
    border-color: rgb(var(--primary-color));
    color: #333;
}
.item-menhgia.active {
    border-color: rgb(var(--primary-color));
    box-shadow: rgba(var(--primary-color), 0.5) 0px 2px 8px 0px;
}
.item-menhgia.active:after {
    content: "\f058";
    font-family: "FontAwesome";
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 16px;
    color: rgb(var(--primary-color));
    line-height: 1;
    z-index: 1;
}
.item-menhgia .price {
    padding: 15px 10px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}
.item-menhgia .coin {
    display: flex;
    gap: 8px;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    border-top: 1px dashed #ddd;
    background-color: #eee;
    color: #ef4444;
    font-size: 15px;
    font-weight: 500;
}
.item-menhgia .coin img {
    width: 24px;
}
label {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
}
#btn-napthe {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    background-color: #06c254;
    border-color: #06cf5a;
}
#btn-napthe:hover {
    background-color: #06cf5a;
    border-color: #06cf5a;
}
.form-control, .form-select {
    border-radius: 99px;
    height: 45px;
}
.form-control:focus, .form-select:focus {
    color: #333;
    box-shadow: none;
    border: 1px solid rgb(var(--primary-color));
}
#footer {
    background-color: #252525;
    padding: 1rem 0;
}
.copyright {
    font-size: 15px;
    color: #fff;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 768px;
    }
}