﻿#_filters ::-webkit-scrollbar {
    width: 10px;
    margin-right: 5px
}

#_filters ::-webkit-scrollbar-track {
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 5px
}

#_filters ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ddd;
    border: 1px solid #ddd
}

    #_filters ::-webkit-scrollbar-thumb:active {
        background: #ccc
    }

.qrcode-app > img.hover {
    max-width: unset;
    max-height: unset;
    width: 150px;
    height: 150px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99
}

@media screen and (min-width:640px) and (max-width:979px) {
    .btnClear, .btnClear:hover {
        background: url(/themes/meta.vn/images/delete.png)no-repeat center;
        background-size: 14px;
        opacity: .3;
        position: absolute;
        top: 0;
        right: 60px;
        width: 32px;
        height: 32px;
        text-align: center
    }
}

@media (min-width: 850px) {
    .page_member .title-tab-order > input[type=radio] + label {
        flex: 1 0 0;
    }
}
.top-banner ~ #menu-container .block.button-home-nav, .top-banner ~ .box-navi-top .box-navi-inner {
    top: 137px;
}

.top-banner ~ #header-m {
    margin-top: 60px;
}

#header-m.active.show .box-header {
    position: fixed !important;
}

.top-banner {
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 60px;
}

    .top-banner a {
        display: block;
        height: 100%;
    }

    .top-banner img {
        max-width: 1236px;
        margin: auto;
        height: 100%;
    }

    .top-banner ~ #header-m .pos-relative {
        position: relative !important;
    }

#header-m ~ .ac_results {
    margin-top: 60px
}

#adsbgright, #adsbgleft {
    top: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 98;
}

#adsbgleft {
    left: -3px;
}

#adsbgright {
    right: -3px;
}

#header-m.pos-fixed ~ #adsbgright, #header-m.pos-fixed ~ #adsbgleft {
    /*top: 75px;*/
}

#header-m.active ~ #adsbgright, #header-m.active ~ #adsbgleft {
    /*top: 50px;*/
}

.top-banner ~ #adsbgright, .top-banner ~ #adsbgleft {
    /*top: 135px;*/
}

.search-trend-cat-title .h3 {
    font-size: 16px;
}
.search-trend-cat-title .h3 {
    font-size: 16px;
}
#scrolltop {
    background-color: #c2c2c2;
    bottom: 2em;
    color: #333 !important;
    display: none;
    text-align: center;
    opacity: .5;
    line-height: 33px;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    position: fixed;
    right: 10px;
    text-decoration: none;
    z-index: 99
}

    #scrolltop:before {
        background: url('/Data/image/2021/05/10/up-icon.png')no-repeat;
        width: 24px;
        height: 24px;
        content: "";
        display: block;
        left: 6px;
        position: absolute;
        top: 6px
    }

.icon-slogan img {
    height: 48px;
    width: auto;
}

.verified-item img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
}

#footer-m .bar-row-title h4, #footer-m .title-row-info h4, #footer-m .bar-row-payment h4, #footer-m .title-app-name h4 {
    font-size: inherit;
}
.red {
    color: red
}

.wrap-redux .member-right .login-btn, .wrap-redux .member-right .cont-btn {
    border: none;
    cursor: pointer;
}

.txtCaptcha {
    width: 100px !important;
    border: 1px solid #4f4f4f !important;
    font-size: inherit !important;
    margin-left: 5px !important;
    height: 30px !important;
}

.Captcha {
    display: inline-flex;
    position: initial;
}

#loading-to-callback {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 9999999;
    text-align: center;
}

#loading-image-to-callback {
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 9999999;
}