.bg-size {
    background-size: 100% 100% !important;
}

.ratio_55 .bg-size:before {
    padding-top: 262px;
}

.bt-register {
    background: #e3e3e3;
    margin: 20px 0px;
}

.form-floating>label {
    padding: 2px 5px;
    background-color: #ffffff;
    height: auto;
    left: 0px;
    color: #777777;
    text-transform: capitalize;
    position: relative;
    background: none;
}

.btn-solid {
    background-color: #ffba00;
    color: #ffffff;
    font-weight: 400;
}

.password-hs {
    position: absolute;
    top: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.bthoatdong {
    padding: 3px 0px;
    height: 29px;
    background: #ffba00;
    font-size: 14px;
    font-weight: bold;
}

.tab-thanhvien .product-box {
    background: #e3e3e3;
    padding: 10px;
    border-radius: 10px;
}

footer {
    background: #e3e3e3;
    padding: 0px;
    margin-top: 10px;
    padding-bottom: 5px;
    margin-top: 35px;
    width: 100%;
}

.footer p {
    color: #000000;
}

.btstyle {
    background-image: linear-gradient(90deg, #ffba00 0%, #e3e3e3 45%, #ffba00 100%)
}

.btn-dark,
.btn-secondary {
    padding: 0px 5px;
    border-radius: 3px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn.btn-sm {
    font-size: 11px;
}

.card-header span {
    font-size: 15px;
    font-weight: bold;
}

.card-body .content {
    margin-top: 1rem;
    font-size: 15px;
    font-weight: bold;
}

.money {
    font-size: 15px;
    font-weight: bold;
    color: brown;
}

.desCount {
    padding: 10px;
    text-align: center;
}

.dflexCheck {
    display: flex;
    justify-content: space-between;
}

.dflexCheck span {
    font-size: 14px;
}

.naprut {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.action-sheet-content .form-group {
    margin-bottom: 20px;
}

.removecart-canvas .bottom-cart-panel a.theme-color {
    background: #d60000;
    padding: 10px;
    color: #ffffff;
}

.deals-section .title-part h2 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
    background-image: none;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
    text-align: center;
}

@media (min-width: 600px) {
    .removecart-canvas .offcanvas-body {
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .offer-corner-section .offer-box a {
        font-size: 13px;
        padding: 7px 2px;
    }
}

.bottom-panel {
    bottom: 1px;
}

.request {
    color: red;
}

.bottom-panel {
    background-color: #008001;
}
.bottom-panel ul li a span {
    color: #ffffff;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#errorSnack {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #f00; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 70px; /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #errorSnack.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

#errorSnackInfo {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #f00; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 70px; /* 30px from the bottom */
}

    #errorSnackInfo.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.profile-detail {
    background-color: rgba(237, 239, 244, 0.6);
    padding: 13px 16px;
}

.sidebar-content .link-section li {
    width: 100%;
    padding: 11px 6px;
    border-bottom: 1px solid rgba(237, 239, 244, 0.6);
}

header .back-links a .content h2 {
    color: hsl(0deg 0% 100%);
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    text-transform: uppercase;
}

.loaderOne {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loadingCheck {
    position: fixed;
    top: 0px;
    z-index: 99999;
    z-index: 9999999999999999;
    background: #000000b8;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-self: center;
    align-items: center;
    left:0px;
}


.textOrder {
    z-index: 999999999999999;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
}

.img-part img {
    padding: 10px;
}

.wishlist-btn {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f10000;
    color: #ffffff;
    font-size: 11px;
    font-weight: BOLD;
}

.price {
    margin-top: 6px;
}

.price h4
{
    font-weight:bold;
}

.laydonCss {
    animation: blinker 2s infinite;
    font-weight: 600;
    background: #ff0000;
    border-radius: 100%;
    padding: 10px 12px;
    margin-top: -23px;
}

@keyframes blinker {
    50% {
        background: #0084ff;
    }
}


.buttonClick {
    position: fixed;
    z-index: 9999999999999999;
    bottom: 71px;
    left: 15px;
}

.buttonClick {
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}



@-webkit-keyframes glowing {
    0% {
        background-color: #004A7F;
        -webkit-box-shadow: 0 0 3px #004A7F;
    }

    50% {
        background-color: #0094FF;
        -webkit-box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #004A7F;
        -webkit-box-shadow: 0 0 3px #004A7F;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #004A7F;
        -moz-box-shadow: 0 0 3px #004A7F;
    }

    50% {
        background-color: #0094FF;
        -moz-box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #004A7F;
        -moz-box-shadow: 0 0 3px #004A7F;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }

    50% {
        background-color: #0094FF;
        box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }
}

@keyframes glowing {
    0% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }

    50% {
        background-color: #0094FF;
        box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }
}

.buttonClick {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.bg-template {
    color: #ffffff !important;
    background: #a700ff;
    background: -moz-linear-gradient(-45deg, #a700ff 0%, #00189a 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #a700ff), color-stop(100%, #00189a));
    background: -webkit-linear-gradient(-45deg, #a700ff 0%, #00189a 100%);
    background: -o-linear-gradient(-45deg, #a700ff 0%, #00189a 100%);
    background: -ms-linear-gradient(-45deg, #a700ff 0%, #00189a 100%);
    background: linear-gradient(135deg, #0080019c 0%, #008001 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d800ff', endColorstr='#00189a', GradientType=1);
}

.vip_bg_0 {
    background: linear-gradient(240deg, rgb(12, 36, 66), rgb(79, 116, 146)) !important;
}

.shadow {
    box-shadow: 0 .3rem 0.6rem rgba(0, 0, 0, .1) !important;
    -webkit-box-shadow: 0 .3rem 0.6rem rgba(0, 0, 0, .1) !important;
    -moz-box-shadow: 0 .3rem 0.6rem rgba(0, 0, 0, .1) !important;
    -ms-box-shadow: 0 .3rem 0.6rem rgba(0, 0, 0, .1) !important;
}

.card {
    border-radius: 10px;
    border: 0;
}

.mw-100 {
    max-width: 100% !important;
}

.bg-template .font-weight-normal span {
    font-size: 17px;
    color: #ffffff;
}

.bg-template .text-mute {
    opacity: 0.7;
    color:#ffffff;
    font-size:15px;
}

/*.bg-template {
    background: url(../../assets/images/vip-bg.png) center center / 160px 64px no-repeat, linear-gradient(240deg, rgb(89, 112, 149), rgb(118, 138, 170)) !important;
}*/

.sidebar-content .link-section li a .content h4, .sidebar-content .link-section li > div .content h4 {
    color: #222222;
    margin-bottom: 2px;
    font-weight: 700;
    text-transform: capitalize;
    color: #222222;
}

.sidebar-content .link-section li a i {
    background-color: #ffffff;
    overflow: hidden;
    border: 2px solid #ffffff;
    vertical-align: top;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 50px;
    line-height: 46px;
    vertical-align: middle;
    width: 50px;
    background: linear-gradient(135deg, #0080019c 0%, #008001 100%);
    border: none;
    color: #ffffff;
    font-size: 24px;
}

.sidebar-content .link-section {
    padding: 0 12px;
}

header {
    background: linear-gradient(135deg, #0080019c 0%, #008001 100%);
}

body {
    background: linear-gradient(to bottom, #fff6ee 0%, #ffffff 100%);
}

.dash-balance {
    background: url(../../assets/images/dash-bg.png) no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 40px 20px 22px;
}

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    justify-content: space-between;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.content-row {
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
}

.profile-av {
    border: 1px solid #fff;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: block;
}

    .profile-av img {
        border-radius: 10px;
        width:100%;
    }

.dash-balance h1, .dash-balance p{
    color: #ffffff;
}

.serv-item {
    padding: 0px 0px 0;
    /*   width: 25%;*/
    text-align: center;
    font-size: 14px;
    float: left;
    clear: both;
}

.serv-icon {
    display: block;
    width: 55px;
    height: 55px;
    border: 1px solid #fff;
    background: #fafbfc;
    line-height: 55px;
    text-align: center;
    margin: 0 auto 10px;
    border-radius: 10px;
}

.serv-item span {
    color: #ffffff;
    font-weight:bold;
}

.bottom-panel ul li a i {
    font-size: 26px;
    color: #ffffff;
}

.m-w100
{
    max-width:100px;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.scroll {
    position: absolute;
    width: 100%;
    animation: scrollUp 5s linear infinite;
}

.containerScroll {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.itemsc {
    padding: 10px;
    font-size: 18px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #eee;
}

@keyframes scrollUp {
    from {
        bottom: -100px;
    }

    to {
        bottom: 0%;
    }
}