@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

html {
    font-size: 15px;
}

header {
    margin-bottom: 20px;
}


* {
    /* font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal; */
}

p{
    line-height: 2rem;
}

.card-none {
    background: none;
    border: none;
}

.container {
    background: none;
    padding-bottom: 20px;
    padding-top: 46px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.container-bg {
    background: white;
    padding: 10px 15px;
    border-radius: 8px;
}

.header-container {
    background: url('../image/minecraft-hoa-anh-dao-background.webp') !important;
    background-color: #00911f36;
    background-blend-mode: overlay;
}

.p-4 {
    margin: 0 auto;
    padding: 10px 15px !important;
    width: 100%;
}

.inputDnD {
    .form-control-file {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 6em;
        outline: none;
        visibility: hidden;
        cursor: pointer;
        background-color: #c61c23;
        box-shadow: 0 0 5px solid currentColor;

        &:before {
            content: attr(data-title);
            position: absolute;
            left: 0;
            width: 100%;
            min-height: 6em;
            line-height: 2em;
            padding-top: 1.5em;
            opacity: 1;
            visibility: visible;
            text-align: center;
            border: 0.25em dashed currentColor;
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            overflow: visible;
        }

        &:hover {
            &:before {
                border-style: solid;
                box-shadow: inset 0px 0px 0px 0.25em currentColor;
            }
        }
    }
}

.avatar_icon {
    border-radius: 30px;
}

.home_title {
    padding: 20px 15px;
    background: #7631e1 !important;
    color: white;
    font-weight: 700;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.home_item {
    border: none;
    box-shadow: 0px 0px 15px #80808038;
}

.item-menu {
    margin-right: 20px;
    padding: 10px 15px;
    background: #919191;
    text-align: right;
    color: white;
    border-radius: 8px;
}

.item-menu>a {
    color: white;
}

.line-breaking {
    width: 100%;
    padding: 20px;
}

.carousel {
    box-shadow: 0px 0px 8px 2px #adadad !important;
}

.form-float-group {
    padding: 5px 10px;
}

.form-float-group>label {
    font-size: 18px;
}

.btn-napthe {
    width: 100%;
    background: #64dbff;
    color: black;
    border: none;
    text-transform: uppercase;
    font-weight: 500 !important;
}

.btn-napthe:hover {
    border-color: #141414;
    background: #141414;
    color: white;
}

#menu_nav {
    padding: 5px 10px;
    text-align: right;
    font-weight: 700px;
    font-size: 20px;
}

.nav_home_item {
    font-weight: 700;
    border: 1px solid;
    border-bottom: none;
}

.num {
    position: absolute;
    top: 6px;
    font-size: 11px;
    color: #fff;
    right: 8px;
    background: red;
    padding: 0px 4px;
    font-weight: 700;
    border-radius: 30px;
}

/* User-Notification CSS for button notification */
.btn-num-notify {
    position: relative;
}

#num_notify {
    position: absolute;
    top: 5px;
    right: 9px;
    font-size: 11px;
    color: #fff;
    background: red;
    padding: 0px 4px;
    font-weight: 700;
    border-radius: 20px;
}

#item_notify {
    max-height: 700px;
    overflow-y: auto;
}

/* End User-Notification CSS */

.notify_a {
    width: 100%;
    padding: 5px 10px;
    text-decoration: none;
}

.btn_yeuthich {
    color: red;
    background: #ffc5c5;
    border: white;
}

.btn_yeuthich:hover {
    box-shadow: none;
    border: none;
    background: #02cefc;
    color: white !important;
    font-size: 18px;
}

.order_admin_note {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid;
}

.thongtin_donhang {
    background: white;
    font-size: 18px;
    padding-left: 20px;
    line-height: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.thead_title {
    color: white;
    background: #0033c3;
}

.btn-premium {
    background: #c5009a;
    border-color: #c5009a;
    color: white;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url("../image/icon/preloader.gif");
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #fff;
    background-position: center;
}

.preloader>p {
    position: fixed;
    text-align: center;
    top: 70%;
    left: 50%;
    font-weight: 700;
    transform: translate(-50%, -50%);
}

.home_title2 {
    padding: 20px;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg,
            rgba(2, 0, 36, 1) 0%,
            rgba(0, 116, 255, 1) 0%,
            rgba(93, 246, 250, 1) 50%,
            rgba(0, 125, 255, 1) 100%);
    color: white;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    margin-bottom: 0px;
}

.khuyenmai_mota {
    background: #299cfc;
    color: white;
    font-weight: 700;
    padding: 10px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.btn_makhuyenmai {
    float: right;
    padding: 15px 10px;
    font-size: 15px;
    background: #0033c3;
    color: white;
    box-shadow: 0px 0px 4px 2px;
    position: absolute;
    top: 12px;
    right: 31px;
}

.menu_item {
    font-weight: 700 !important;
    font-size: 15px;
}

.menu_item_main {
    font-size: 16px !important;
    padding-top: 10px;
}

.dropbtn {
    background: none;
    color: black !important;
    padding: 16px;
    font-size: 16px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    padding-bottom: 20px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

@media only screen and (max-width: 765px) {
    .dropdown {
        position: relative;
        display: flex;
    }

    .dropdown>a {
        margin: 0px auto;
    }

    .dropdown>button {
        margin: 0px auto;
    }

    .logo {
        margin: 0px auto;
        max-width: 250px !important;
        text-align: center;
        width: 250px !important;
    }

    .tennhanvat {
        margin: 0px auto !important;
    }

    .card-columns {
        column-count: 1 !important;
    }

    .card-columns .card {
        min-width: 100% !important;
    }

    .col-avatar {
        margin-top: 63px !important;
    }

    .col-info {
        margin-top: 0px !important;
    }
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    min-width: 200px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: 700;
    font-size: 15px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
    min-width: 200px;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    border-bottom: 4px solid #0078a5;
}

.search_icon {
    position: absolute;
    margin-top: 16px;
    margin-left: 20px;
    font-size: 24px;
    font-weight: 700;
}

.span_tieude {
    font-weight: 700;
    font-size: 18px;
}

.card-huongdan-category {
    border: 1px solid #0033c3;
}

.card-huongdan-category:hover {
    box-shadow: 0px 0px 8px 4px #0033c3;
}

.card-header-huongdan {
    text-align: center;
    background: #bf1200;
    color: white;
}

.huongdan_title {
    padding: 20px 15px;
    text-align: center;
    margin-bottom: 20px;
}

.huongdan_title>h3 {
    font-weight: 700;
}

.card_huongdan_item {
    margin-bottom: 20px;
    border-bottom: 3px solid #0033c3;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none !important;
}

.card_huongdan_item>a {
    text-decoration: none;
}

.card_huong_dan_description {
    color: black;
}

.card_huongdan_item:hover {
    background: #f2f8fc;
}

/* Blog view */
.noidung {
    padding: 20px 15px;
    font-size: 18px;
    font-weight: 500;
}

.card_huongdan_news {
    border-bottom: 3px solid #1b80a8;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.card_huongdan_news:hover {
    background: #e6eef5;
}

.category_news_item {
    text-align: center;
    padding: 5px;
    color: black;
    font-weight: 700;
    border-bottom-right-radius: 8px;
}

.category_news_item:hover {
    cursor: pointer;
}

.author {
    padding: 20px 10px;
    font-weight: 600;
    padding-top: 0px;
}

/* Chữ chạy marquee */
.text_mar {
    padding: 20px 15px;
    margin: 0px;
    font-size: 20px;
    font-weight: 70;
}

.mar_item {
    background: #ffffff;
    padding: 15px;
    border-radius: 8px;
    margin-right: 20px;
}

.sanpham_review {
    padding: 15px 8px;
    font-weight: 500;
    background: aliceblue;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
}

@import "bootstrap";

.card-columns {
    column-count: 4;
}

.badge-giamgia {
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100px;
    background: url("../image/icon/badge-giamgia.png") no-repeat;
    background-size: cover;
}

.badge-giamgia>span {
    font-size: 0.7rem;
    font-weight: 700;
    color: white;
    position: absolute;
    top: 45%;
    right: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

.document_category {
    padding: 15px 20px;
}

.document_category:hover>a>.card {
    box-shadow: 2px 2px 2px 0px #0033c3;
    border-radius: 8px;
}

/* Nút thông báo */
.thongbao_popup {
    position: fixed;
    bottom: 20px;
    left: 40px;
    font-size: 40px;
    color: white;
}

.notification {
    background: #0033c3;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 120px;
    box-shadow: 0px 0px 15px #0000002b;
}

.notification:hover {
    transform: rotate(15deg);
    box-shadow: 0px 0px 5px 0px #050505;
}

.notification_detail {
    position: fixed;
    bottom: 87px;
    min-height: 60px;
    background: white;
    box-shadow: 2px 2px 2px #0000006b;
    left: 94px;
    padding: 15px 20px;
    font-size: 18px;
    border-radius: 14px;
    display: none;
    z-index: 1000;
}

.notification_detail>p>a {
    text-decoration: none;
    color: #fc6602;
}

#count_noti {
    position: absolute;
    top: -10px;
    font-size: 18px;
    font-weight: 700;
    background: red;
    padding: 5px 10px;
    border-radius: 500px;
    left: 40px;
    display: none;
}

.search_container {
    position: absolute;
    background: white;
    box-shadow: 0px 2px 2px #6b6b6b;
    width: 100%;
    padding-top: 10px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-bottom: 15px;
}

.search_image {
    padding: 5px;
    padding-right: 0px;
    border-radius: 8px;
}

.search_text {
    font-size: 0.9rem;
    padding-top: 5px;
    padding-right: 5px;
    color: black;
}

.card_noidung {
    width: 800px;
    margin: 0px auto;
}

.input_msm {
    width: 100%;
    font-weight: 600;
    height: 86px;
    font-size: 18px;
}

@media only screen and (max-width: 765px) {
    .card_noidung {
        width: 100%;
    }
}

.chat_item {
    padding-bottom: 25px;
}

.chat_username {
    font-weight: 700;
}

.chat_item>.chat_time {
    width: 100%;
    text-align: right;
    float: right;
}

#emoji {
    cursor: pointer;
    font-weight: 700;
}

#send_chat {
    cursor: pointer;
    font-weight: 700;
}

.card_body_noidung::-webkit-scrollbar {
    display: none;
}

@media only screen and (max-width: 600px) {
    .navbtn {
        width: 100%;
        color: white;
        font-weight: 700;
        font-size: 19px;
        height: 60px;
        margin-top: 10px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .navbtn {
        width: 100%;
        color: white;
        font-weight: 700;
        font-size: 19px;
        height: 60px;
        margin-top: 10px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .navbtn {
        width: 100%;
        color: white;
        font-weight: 700;
        font-size: 19px;
        height: 60px;
        margin-top: 10px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .navbtn {
        color: white;
        font-weight: 700;
        font-size: 19px;
        height: 60px;
        margin-top: 10px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .navbtn {
        color: white;
        font-weight: 700;
        font-size: 19px;
    }
}

.dropdown-menu-edit {
    position: absolute !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    width: 100% !important;
}

@media only screen and (max-width: 600px) {
    .navbar-newlink {
        font-size: 19px;
        font-weight: 600;
        margin: 0px auto;
        padding-top: 26px;
        margin-left: 40px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .navbar-newlink {
        font-size: 19px;
        font-weight: 600;
        margin: 0px auto;
        padding-top: 26px;
        margin-left: 15px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .navbar-newlink {
        font-size: 19px;
        font-weight: 600;
        margin: 0px auto;
        padding-top: 26px;
        margin-left: 20px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .navbar-newlink {
        font-size: 19px;
        font-weight: 600;
        margin: 0px auto;
        padding-top: 26px;
        margin-left: 30px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .navbar-newlink {
        font-size: 19px;
        font-weight: 600;
        margin: 0px auto;
        padding-top: 26px;
        margin-left: 40px;
    }
}

.navbar-newlink {
    font-size: 13px;
    color: #000000 !important;
    white-space: nowrap;
}

.navbar-newlink:hover {
    border-bottom: 2px solid green;
}

.navbtn {
    background-image: linear-gradient(to right,
            #c04848 0%,
            #480048 51%,
            #c04848 100%);
}

.navbtn {
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    font-size: 15px !important;
    width: 280px !important;
}

.navbtn:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.dropdown-custom {
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 8px 15px !important;
}

.hotdeal_category_gia {
    padding-left: 25px;
    background: #ff5e00;
    color: white;
    font-weight: 700;
}

.hotdeal_category_gia_chuyenkhoan {
    padding-left: 25px;
    background: #ff5e00;
    color: white;
    font-weight: 700;
}

.motangan ul {
    padding: 10px 25px;
    list-style: none;
    line-height: 28px;
}

.navbarHeader {}

.btn-hot-deal {
    margin: 0px auto;
    text-align: center;
}

.btn-flat {
    border: none !important;
    border-radius: none !important;
    padding: 5px 10px;
}

.btn-flat:hover {
    background: rgb(103, 103, 103);
}

.btn-flat-primary {
    background: rgb(0, 132, 255);
}

.btn-flat-success {
    background: rgb(0, 202, 94);
    color: rgb(255, 255, 255);
}

.btn-flat-danger {
    background: rgb(255, 92, 23);
    color: rgb(255, 255, 255);
}

.btn-flat-warning {
    background: rgb(252, 248, 18);
    color: black;
}

.btn-flat-secondary {
    background: rgb(160, 160, 160);
    color: black;
}

.btn-flat-link {
    background: none;
    color: black;
}

.btn-flat-info {
    background: rgb(14, 195, 255);
    color: black;
}

.is-minecraft {
    padding: 15px 19px;
    font-size: 1.4rem;
    font-weight: 700;
    background: #2d9228;
    box-shadow: 0 -4px rgb(21 108 0 / 50%) inset,
        0 4px rgb(100 253 31 / 99%) inset, -4px 0 rgb(100 253 31 / 50%) inset,
        4px 0 rgb(21 108 0 / 50%) inset;
    color: white;
}

.is-minecraft:hover {
    background: #414141;
    box-shadow: 0 -4px rgb(67 67 67 / 50%) inset, 0 4px rgb(163 163 163 / 99%) inset, -4px 0 rgb(156 156 156) inset, 4px 0 rgb(96 96 96 / 50%) inset;
    color: white !important;
    padding: 20px 25px;
}

.minecraft-button {
    background-color: #3b8526;
    border-top: 5px solid #20b300;
    border-bottom: 5px solid #185c00;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 32px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 20%);
}

.minecraft-button:hover {
    background-image: none;
    background-color: #292726;
    color: white;
    border-color: #292726;
}

/* Các thẻ màu */
.blueberry {
    background-color: #4285F4;
}

.grass-green {
    background-color: #34A853;
}

.mustard {
    background-color: #FBBC05;
}

.tomato-red {
    background-color: #EA4335;
}

.sunflower-yellow {
    background-color: #FBBC05;
}

.blueberry-text {
    color: #4285F4;
}

.grass-green-text {
    color: #34A853;
}

.mustard-text {
    color: #FBBC05;
}

.tomato-red-text {
    color: #EA4335;
}

.sunflower-yellow-text {
    color: #FBBC05;
}


/* Css lại các nút  */
/* Tùy chỉnh màu sắc cho btn-primary */
.btn-primary {
    background-color: #7631e1;
    border-color: #7631e1;
}

.btn-primary:hover {
    background-color: #7631e1;
    /* Màu nền khi hover */
    border-color: #7631e1;
    /* Màu viền khi hover */
    font-weight: 700;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5);
    /* Đổ bóng khi focus */
    outline: 0;
    /* Loại bỏ đường viền focus mặc định */
}

.btn-primary:active,
.btn-primary.active {
    background-color: #1f618d;
    /* Màu nền khi active */
    border-color: #1f618d;
    /* Màu viền khi active */
}

/* Tùy chỉnh màu sắc cho btn-success */
.btn-success {
    background-color: #2ecc71;
    /* Màu nền chính */
    border-color: #2ecc71;
    /* Màu viền chính */
}

.btn-success:hover {
    background-color: #27ae60;
    /* Màu nền khi hover */
    border-color: #27ae60;
    /* Màu viền khi hover */
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.5);
    /* Đổ bóng khi focus */
    outline: 0;
    /* Loại bỏ đường viền focus mặc định */
}

.btn-success:active,
.btn-success.active {
    background-color: #229954;
    /* Màu nền khi active */
    border-color: #229954;
    /* Màu viền khi active */
}

/* Tùy chỉnh màu sắc cho btn-secondary */
.btn-secondary {
    background-color: #ecf0f1;
    /* Màu nền chính */
    border-color: #ecf0f1;
    /* Màu viền chính */
    color: #34495e;
    /* Màu chữ chính */
}

.btn-secondary:hover {
    background-color: #d2d7d9;
    /* Màu nền khi hover */
    border-color: #d2d7d9;
    /* Màu viền khi hover */
    color: #2c3e50;
    /* Màu chữ khi hover */
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 240, 241, 0.5);
    /* Đổ bóng khi focus */
    outline: 0;
    /* Loại bỏ đường viền focus mặc định */
}

.btn-secondary:active,
.btn-secondary.active {
    background-color: #bdc3c7;
    /* Màu nền khi active */
    border-color: #bdc3c7;
    /* Màu viền khi active */
    color: #7f8c8d;
    /* Màu chữ khi active */
}

/* Tùy chỉnh màu sắc cho btn-danger */
.btn-danger {
    background-color: #e74c3c;
    /* Màu nền chính */
    border-color: #e74c3c;
    /* Màu viền chính */
}

.btn-danger:hover {
    background-color: #c0392b;
    /* Màu nền khi hover */
    border-color: #c0392b;
    /* Màu viền khi hover */
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
    /* Đổ bóng khi focus */
    outline: 0;
    /* Loại bỏ đường viền focus mặc định */
}

.btn-danger:active,
.btn-danger.active {
    background-color: #992d22;
    /* Màu nền khi active */
    border-color: #992d22;
    /* Màu viền khi active */
}

.product-name {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 20px;
    color: black;
    text-decoration: none;
}

.product-card {
    border-radius: 12px;
    padding: 0;
    margin-bottom: 20px;
}

.product-card-body {
    border-radius: 12px;
    padding: 10px 15px;
}

.product-card img {
    border-radius: 12px;
}

.product-card a:hover {
    text-decoration: none;
}

.table-responsive {
    border-radius: 12px;
}

.card-header {
    background: #7631e1;
    color: white;
}

.alert {
    background: none !important;
}

/* Style for preloader */
.loading-page {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1b1b1b;
    /* Set your desired background color */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9990000009;
}

/* Style for logo inside the preloader */
.logo {
    width: 250px;
    height: auto;
    margin-bottom: -30px;
}

/* Style for gif inside the preloader */
.loading-gif {
    font-size: 30px;
    margin-top: -30px;
}

/* Hide the preloader when content is loaded */
.loaded .loading-page {
    display: none;
}

.notice {
    background: #fdfdfd;
    border-radius: 12px;
    padding: 12px 15px;
    font-size: 1.5rem;
}

.wrapper {
    width: 70%;
    height: 500px;
    background-color: #222;
    border-radius: 7px;
    margin: auto;
    padding: 20px 25px 0;
    transition: height 0.2s ease;
    box-shadow: 0 8px 25px #00000066;
    font-family: "Poppins", sans-serif;
}

.qr-code {
    display: flex;
    padding: 33px 0;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

/* .qr-code {
    border: 1px solid #ccc;
    display: flex;
    padding: 33px 0;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    opacity: 0;
} */


