@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,700&display=swap&subset=vietnamese');

*,
*:before,
*:after {
    box-sizing: border-box;
}

html,div,span,applet,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,img,ins,kbd,q,s,samp,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,
footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,menu,nav,section {
    display: block;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

.modal-content {
    border-radius: 10px !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

header h2 {
    margin: 25px 10px;
    font-size: 28px;
    text-align: center;
    color: cornsilk;
}

.text-white {
    color: #fff !important;
}
.w-90{
    width: 90px;
}
.w-210{
    width: 210px;
}
.w-73{
    width: 73px;
}
.pd-5 {
    padding: 5px;
}

.pd-10 {
    padding: 10px;
}

.pd-15 {
    padding: 15px;
}

.pd-20 {
    padding: 20px;
}

.pd-25 {
    padding: 25px;
}

.pd-30 {
    padding: 30px;
}

.pd-35 {
    padding: 35px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5px;
}

.pt-8 {
    padding-top: 8px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}
.pr-0 {
    padding-right: 0 !important;
}
.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.fz-14 {
    font-size: 14px !important;
}

.fz-15 {
    font-size: 15px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-17 {
    font-size: 17px !important;
}

.fz-18 {
    font-size: 18px !important;
}

.fz-19 {
    font-size: 19px !important;
}

.fz-20 {
    font-size: 20px !important;
}

.fz-21 {
    font-size: 21px !important;
}

.fz-22 {
    font-size: 22px !important;
}
.btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    outline: none;
    height: 35px;
    gap: 5px;
}
.btn:focus{
    outline: none;
}
.container {
    margin: 10px auto;
    display: table;
    max-width: 1140px;
    width: 100%;
}

.container:after,
.container:before {
    content: "";
    clear: both;
}

nav.menu {
    /*background: #0a6d9b;*/
    position: relative;
    min-height: 40px;
    /*height: 100%;*/
}

.menu > ul > li {
    list-style: none;
    display: inline-block;
    color: #000;

}

.menu > ul li a,
.xs-menu li a {
    text-decoration: none;
    color: black;
    /*font-weight: bold;*/
    display: block;
    padding: 0 24px;
    max-height: 60px;
}


/*.menu > ul li a:hover {*/
/*background: #ff9c00;*/
/*color: #ffffff;*/
/*transition-duration: 0.3s;*/
/*-moz-transition-duration: 0.3s;*/
/*-webkit-transition-duration: 0.3s;*/
/*}*/

/*.active1 {*/
/*background: #ff9c00 !important;*/

/*}*/

.displaynone {
    display: none;
}

.xs-menu-cont {
    display: none;
}

.xs-menu-cont > a {


    padding: 3px 6px;
    display: block;

}

.xs-menu-cont > a:hover {
    cursor: pointer;
}

.xs-menu li {
    color: #fff;
    padding: 14px 30px;
    background: #438EB9;

}

.xs-menu a {
    text-decoration: none;
}

.mega-menu {
    background-color: #1d6fa6;
    right: 0;
    position: absolute;
    width: 100%;
    padding: 13px;
    display: none;
    transition-duration: 1s;
    border: 2px solid #ffffff;
}

.mega-menu ul li a {
    clear: both;
    color: #ffffff;
    font-family: "Times New Roman";
}


#menutoggle i {
    color: #000000;
    font-size: 33px;
    margin: 0;
    padding: 0;
}

/*--column--*/
.mm-6column:after,
.mm-6column:before,
.mm-3column:after,
.mm-3column:before {
    content: "";
    display: table;
    clear: both;

}

.mm-6column,
.mm-3column {
    float: left;
    position: relative;
}

.mm-6column {
    width: 50%;
}

.mm-3column {
    width: 25%;
}

.responsive-img {
    display: block;
    max-width: 100%;

}

.left-images {
    margin-right: 25px;
}

.left-images,
.left-categories-list {
    float: left;
}

.categories-list li {
    display: block;
    line-height: normal;
    margin: 0;
    padding: 5px 0;
}

.categories-list li :hover {
    /*background: inherit !important;*/
}

.left-images > p {
    background: none repeat scroll 0 0 #ff7f50;
    display: block;
    font-size: 18px;
    line-height: normal;
    margin: 0;
    padding: 5px 14px;
}

.categories-list span {
    font-size: 18px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.mm-view-more {
    /*background: none repeat scroll 0 0 #ff7f50;*/
    color: #fff;
    display: inline !important;
    line-height: normal;
    padding: 5px 8px !important;
    margin-top: 10px;
}

.display-on {
    display: block;
    transition-duration: 0.9s;
}


.drop-down > a:after {
    content: "\f103";
    color: #ffffff;
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
}

.drop-down ul li {
    content: "\f103";
    color: #ffffff;

    font-style: normal;
    margin-left: 5px;
}

.drop-down ul li a:hover {
    /*content: "\f103";*/
    color: #1d6fa6;
    /*font-family: FontAwesome;*/
    /*font-style: normal;*/
    /*margin-left: 5px;*/
    background-color: #ffffff;
}

/*MediaQuerys*/
@media (max-width: 600px) {
    .menu {
        display: none;
    }

    .xs-menu li a {

        padding: 0px;
    }

    .xs-menu-cont {

        display: block;
    }
    .language_btn .dropdown-toggle {
        margin-top: -6px !important;
    }
}

/*Animation--*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.menu > ul > li > a {
    background-color: white;
    color: #777;
    font-weight: 600;
}

.menu > ul > li > a:hover {
    background-color: white;
    color: #41A7AD;
}

.menu > ul > li > a:visited {
    background-color: white;
    color: #777;
}

.aff-nav > li {
    line-height: 60px;
    height: 60px;
}

.aff-nav .light-blue .dropdown-toggle {
    padding-top: 5px;
    padding-bottom: 5px;
}


.salemall-list {
    position: relative;
}

.btn-mc-list {
    padding: 8px 15px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    color: #545454;
    display: table-cell;
    position: relative;
    height: 50px;
}

.logo-mini {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
    position: relative;
    top: 4px;
}

.shop_name_active {
    display: table-cell;
    vertical-align: middle;
}

.salemall-list a:hover {
    text-decoration: none;
}

/*.user-info{top: 0; padding: 10px 15px;}
.user-info i.fa-caret-down{position: absolute; top: 35%; right: 3px;}*/
/*.logo-mini{position: relative; top: 10px;}*/
.custom-navigation .light-blue .dropdown {
    height: 60px !important;
}

.salemall-account-info .light-blue .dropdown .dropdown-toggle {
    display: block;
    /*padding: 8px 20px !important*/
}

.salemall-account-info .light-blue .dropdown a:hover {
    text-decoration: none !important;
}

/*.dropdown-menu-right li a{padding: 5px 10px !important; height: auto !important}*/
.hidden-rp {
    display: none !important;
}

.sale-mall-navigation {
    min-height: 0 !important;
    border-bottom: none;
    background: transparent;
    margin-left: 12px;
    margin-top: 0px;
}

.sale-mall-navigation .navbar {
    background: transparent;
    min-height: 34px;
}

.sale-mall-navigation .navbar li a {
    color: #fff;
    
}

.sale-mall-navigation .navbar > li > a:hover {
    color: #fff;
}

.sale-mall-navigation .navbar ul ul li a {
    color: #333;
}

/*.navbar .navbar-toggle.pull-left{margin: 12px 0 4px 6px;}*/
#menu-toggler {
    background-color: #2d7fc3 !important;
}

.navbar .navbar-nav > li {
    border: none;
}
/*.menu--admin li.active:before{
    border-bottom: 2px solid #2d7fc2;
    width: 100%;
    height: 1px;
    position: absolute;
    content: "";
    bottom: -17px;
    left: 0px;
}*/
.custom-navigation > li > a {
    padding: 8px 25px !important;
    height: auto !important;
    text-shadow: none !important;
    color: #333 !important;
}

.sale-mall-navigation .navbar li a .menu-icon {
}

.sale-mall-navigation .navbar li a:hover {
}

.item-quickmenu a {
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    padding: 20px;
    color: #fff;
    font-weight: 400;
}

.item-quickmenu a:hover {
    text-decoration: none;
}

.item-quickmenu a span {
    padding-right: 5px;
}

.item-quickmenu {
    border: 1px solid #e7ecf1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

.clear {
    clear: both;
    overflow: hidden;
}

/*.transfer-confirm{padding: 5px 20px !important; cursor: pointer;}*/
.user-menu li a {
    display: block;
    padding: 8px 10px !important;
    position: relative;
}

.user-menu li:hover a {
    background-color: #fff !important;
    color: #2d7fc3 !important;
}

.user-menu li:hover a i {
    color: #2d7fc3 !important;
    font-weight: 700;
}

.user-menu li a i {
    width: 20px;
    font-size: 15px;
    text-align: center;
}

.user-menu li a i {
    margin-right: 5px;
    color: #7b8190;
}

.shop_logo_mini {
    height: 25px;
    width: 25px;
    position: absolute;
    top: 5px;
    left: 10px;
    bottom: 0;
    margin: auto;
    font-size: 0;
    border-radius: 4px;
}

.vendor-name {
    padding-left: 10px;
    font-size: 13px;
}

.status-vendor {
    position: absolute;
    top: 5px;
    right: 10px;
}

.user-menu .dropdown-footer a {
    padding: 8px 10px !important
}


.dropdown-shop-list li img {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: solid 1px #ccc;
}

.pd-6 {
    padding: 6px;
}

.user-info font {
    font-size: 12px;
}

.ace-nav img {
    vertical-align: middle;
}

.ace-nav .nav-user-photo {
    margin: -4px 0px 0 0;
    height: 35px;
    width: 35px;
    display: inline-block;
    object-fit: cover;
    border: 0px;
}

.dropdown-navbar.dropdown-menu-left > li {
    padding: 0px;
    border: 0px;
}

.dropdown-navbar.dropdown-menu-left > li a {
    border: 0px;
}

.ace-nav .dropdown-navbar.dropdown-menu-left .nav-user-photo {
    height: 25px;
    width: 25px;
    margin-right: 5px
}

.shop-info {
    top: 9px;
    color: #fff;
    max-width: unset;
}

.shop-info a {
    color: #fff;
}

.dropdown-shop-list .msg-body {
    line-height: 25px;
    margin-left: 35px;
}

.shop-act {
    border-right: none !important;
}

.user-act {
    border-left: none !important;
}

.menu-left li:first-child {
    border-top: none;
}

/*.navbar-brand img{margin-top: 5px;}*/
.dropdown-shop-list .msg-body {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dropdown-shop-list .msg-body span.pull-left {
    text-overflow: ellipsis;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
}

.user-info.shop-info small {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0.5;
    font-size: 11px;
}

/*----------------------------Table---------------------------*/
.table-primary table {
    margin-bottom: 0px;
}

table thead tr {
    height: 45px;
}

.table-primary table thead tr th {
    min-height: 58px;
    border: none;
}

.table-primary table tbody tr {
    margin-bottom: 10px;
}

.table-primary table tbody td {
    font-family: 'Roboto', sans-serif;
    border: none;
    padding: 8px 10px;
}

.box-shadown-none {
    box-shadow: none !important;
}

.tree-menu .dd-list .dd-list {
    padding-left: 30px !important;
}

.edit-cus {
    visibility: hidden;
    opacity: 0;
}

.name-customer:hover > .edit-cus {
    visibility: visible;
    opacity: 1;
}

.navi-shop {
    display: none;
    border-bottom: solid 1px #eee;
}

.navi-shop .navbar-toggle {
    background-color: #eee !important;
    box-shadow: none !important;
    border: none !important;
}

.navi-shop .navbar-toggle .icon-bar {
    background-color: #333;
}

.navi-shop .navbar-default .navbar-brand:focus,
.navi-shop .navbar .navbar-nav > li > a:focus,
.navi-shop .navbar .navbar-nav > li > a:hover {
    background: #2d7fc3 !important;
    color: #fff;
}

.navi-shop .navbar .navbar-nav > li > a {
    color: #333;
}

.navi-shop .navbar .navbar-nav > li.open > a,
.navi-shop .navbar .navbar-nav > li > a:focus,
.navi-shop .navbar .navbar-nav > li > a:hover {
    background: #2d7fc3 !important;
    color: #fff;
}

.navi-shop .navbar .navbar-nav .dropdown-menu > li > a,
.navi-shop .navbar .navbar-nav .dropdown-menu > li > a > .ace-icon {
    color: #333 !important;
}

.top-n {
    top: -8px;
    position: relative;
}

.nav-main ul li {
    display: block;
    text-align: center;
}

@media (max-width: 991px) {
    .sale-mall-navigation {
        display: none;
    }

    .navi-shop {
        display: block;
    }

    .salemall-account-info {
        display: none;
    }

    .hidden-rp {
        display: block !important;
    }

    .custom-navigation li {
        text-align: right;
    }

    .item-quickmenu a {
        font-size: 11px;
    }

    .sale-mall-navigation {
        padding: 0;
        border: none;
    }
}

.main-content-inner {
    padding-left: 20px;
}

.form-control,select {
    border-radius: 4px;
}

.btn-default {
    border-radius: 4px;
}
.input-group-btn .btn-search{
    border-radius: 4px !important;
}
.bootstrap-select.form-control,
.btn-group.bootstrap-select.form-control.prd-list {
    border: 1px solid #D5D5D5;
}

.dropdown-footer img.nav-user-photo {
    width: 17px;
    height: 17px;
}

li.dropdown-footer a {
    padding: 6px 0px;
}

.body-db .content-db {
    text-align: center;
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 20px;
    height: 220px;
    border-radius: 10px;
}

.body-db .content-db.plus {
    background-color: #2d7fc3;
    color: #fff;
}

.body-db .content-db .image-db {
    margin: 50px 20px 19px 20px;
}

.body-db .content-db img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.body-db .mt-10.hover-page-db a.page-name-db {
    height: 47px;
    overflow: hidden;
}

.body-db .content-db.plus a {
    color: #fff;
}

.body-db .content-db.plus .btn-action-db {
    border-top-color: #2d7fc3 !important;
}

.btn-action-db {
    margin-top: 15px;
    border-top: 1px solid #e1e1e1;
    padding: 5px 0;
}

.btn-action-db a {
    font-size: 15px;
    margin-right: 12px;
}

.green-txt {
    color: green;
}

.name-domain {
    font-size: 12px;
    color: #999;
}

p.color-99 {
    color: #999;
}

.mt-30 {
    margin-top: 30px;
}

.layout-website input#shop_name,
.layout-website input#domain_check {
    width: 300px;
}

.layout-website input#shop_code {
    width: 250px;
}

span.addshop {
    width: 30px;
    height: 30px;
    border: 1px solid #E4ECF3;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
}
.addshop i{
    font-weight: 400;
}
.navbar-header ul.dropdown-menu.dropdown-navbar.dropdown-shop-list {
    max-height: 70vh;
}

.navbar-header .dropdown-menu.drop-menu-shop {
    top: 92%;
    left: -10px;
}

.btn-step {
    background: #2d7fc3 !important;
    border-color: #2d7fc3 !important;
    border-radius: 2rem;
    padding: 8px 40px;
    font-weight: 500;
    box-shadow: none !important;
    color: #fff;
}

.btn-step-hover {
    position: relative;
}

.btn-step-hover:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 26px;
    line-height: 36px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -18px;
}

.btn-step-hover:hover:after {
    -webkit-animation-name: sb-bounce;
    animation-name: sb-bounce;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.btn-step:active,
.btn-step:focus,
.btn-step:hover {
    background: #2d7fc3;
    border-color: #2d7fc3;
    color: #fff;
}

.ace-nav > li.brand-act > a.dropdown-toggle {
    min-width: 40px !important;
}

.btn-buy-now {
    background: green !important;
    border-radius: 2rem;
    padding: 8px 40px;
    font-weight: 500;
    box-shadow: none !important;
    color: #fff;
}

.btn-buy-now:active,
.btn-buy-now:focus,
.btn-buy-now:hover {
    color: #fff;
}

.table-primary table tbody td.media_product {
    padding: 5px 10px;
}

.navbar .navbar-nav > li > a {
    padding-bottom: 11px;
    height: 60px;
    min-width: 90px;
    border-radius: 0px;
    text-align: center;
}

.dropdown-menu {
    border-radius: 4px !important;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    border: 0px;
}
.dropdown-menu.dropdown-close {
    top: 111%;
}

.no-skin .dropdown-menu.dropdown-close {
    top: 98%;
}
.header-notification .dropdown-menu-noti{
    display: block !important;
}
.header-notification .dropdown-menu li.dropdown-footer-notification a{
    text-align: center;
}
.header-notification.open>.dropdown-menu{
    margin-right: 0 !important;
}
.header-notification .dropdown-navbar li:last-child{
    border-top: none;
}
.header-notification .dropdown-navbar li{
    border-bottom: 1px solid #eee;
}
.header-notification .noti-text-box {
    display: inline-flex;
}
.header-notification .dropdown-navbar > li .noti-text a {
    font-size: 12px;
    line-height: 1.5;
    max-height: 70px;
    overflow: hidden;
    margin: 0;
    color: #555!important;
    background-color: transparent!important;
    white-space: normal;
    border: none;
    padding: 3px 0;
    clear: both;
    font-weight: 400;
}
.noti-text {
    line-height: 1.2;
    padding-top: 5px;
}
/*.header-notification .dropdown-navbar>li .noti-item{*/
/*    padding: 0 8px;*/
/*}*/
.header-notification .dropdown-navbar>li {
    padding: 0;
}
.header-notification a.noti-remove {
    float: right;
    color: #999;
    padding-right: 10px;
}
.header-notification .noti-time {
    padding: 0 15px 5px 45px;
    font-size: 11px;
    color: #999;
    line-height: 15px;
}
.header-notification .noti-body{
    max-height: 60vh;
}
.header-notification .noti-icon{
    float: right;
    padding-top: 15px !important;
}
.header-notification ul.dropdown-menu-right.dropdown-navbar.dropdown-menu.dropdown-caret.dropdown-close {
    width: 350px !important;
}
.header-notification .noti-body-list:hover {
    -webkit-mask-position: left top;
}
.header-notification .scroll-content{
    max-height: 60vh !important;
}
.header-notification .noti-body-list{
    max-height: 60vh;
    overflow: auto;
}
::-webkit-scrollbar {
    background: #f8f8f8;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    transition: opacity 1000ms;
}
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    transform: translateY(0px);
    transition: opacity 1000ms;
    display: block;
}
.header-notification a.noti-remove:hover{
    color: #2A91D8;
}
.header-notification li.dropdown-header-notification{
    padding: 0 15px;
}
.header-notification .dropdown-menu.dropdown-close.dropdown-menu-right {
    left: auto;
    right: -27px;
}
@keyframes background {
    from {
        background: pink;
    }
    to {
        background: #c0d6ff;
    }
}
.dropdown-menu.dropdown-caret-right.dropdown-caret:after,
.dropdown-menu.dropdown-menu-right.dropdown-caret:after {
    right: 27px;
}
.dropdown-menu.dropdown-caret:after {
    border-bottom: 9px solid #FFF;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    top: -9px;
}

.dropdown-menu.dropdown-caret:before {
    border-bottom: 10px solid rgba(0, 0, 0, .2);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 9px;
    top: -10px;
    display: none;
}
.dropdown-menu.dropdown-caret-right.dropdown-caret:before,
.dropdown-menu.dropdown-menu-right.dropdown-caret:before {
    left: auto;
    right: 26px;
}
.noti-icon-type {
    display: inline-block;
    float: left;
    width: 45px;
    font-size: 20px;
    padding: 0 10px;
}
.brand-act .dropdown-menu-left li li:hover a,
.create-shop:hover a {
    color: #2d7fc3 !important;
}

.create-shop:hover .addshop {
    border: 1px solid #2d7fc3;
    color: #fff;
    background: #2d7fc3
}
.open>.dropdown-menu {
    display: block;
}

.flex {
    display: flex;
}
.template .main-content {
    height: 100vh;
}
.down_list_shop{
    position: relative;
    top: -5px;
}
.head-alert{
    margin-right: 12px;
    margin-top: 2px;
}
.head-alert .deactive {
    color: #FFC107;
}
.head-alert i {
    font-size: 25px;
}
.register-alert-body {
    max-width: 280px;
    margin: 0 auto;
}
._input_status_dcr {
    position: relative;
    display: inline-block;
    width: 44px;
}
._input_status_dcr input{
    position: absolute;
    cursor: pointer;
    width: 36px;
    height: 21px;
    z-index: 1;
    opacity: 0;
    left: 0;
}
._input_status_dcr i {
    position: relative;
    display: inline-block;
    width: 0;
    height: 18px;
    margin: -2px 44px 0 0;
    line-height: 1;
    vertical-align: text-bottom;
}
._input_status_dcr i:before, ._input_status_dcr i:after {
    content: "";
    left: 1px;
    width: 34px;
    top: 3px;
    height: 14px;
    border-radius: 8px;
    position: absolute;
    background-color: #9e9e9e;
    transition: all .2s;
}
._input_status_dcr i:after {
    margin: 0;
    left: 0;
    top: 0;
    outline: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
}
.register-alert-body .content-alert-show {
    text-align: center;
    display: none;
}
._input_status_dcr input:checked+i:before{
    background: inherit;
    opacity: .5;
}
._input_status_dcr input:checked+i:after {
    background: inherit;
    left: 16px;
}
._input_status_dcr input:checked+i{
    color: #fff;
    background-color: #006afe;
}
.head-alert .active{
     color: #b4df20;
}
.group_tem {
    margin-top: 90px;
}
.temp1{
    width: 168px;
    height: 160px;
    border-radius: 100%;
    text-align: center;
    padding-top: 40px;
    color: white;
    font-size: 18px;
    display: inline-block;
}
.bg-c-orange {
    background: linear-gradient(to right,#fe9365,#feb798);
}
.bg-c-green {
    background: linear-gradient(to right,#0ac282,#0df3a3);
}
.bg-c-lite-green {
    background: linear-gradient(to right,#01a9ac,#01dbdf);
}
.bg-c-green2 {
    background: linear-gradient(to right,#57a900,#bfe500);
}
.ace-nav>li.header-notification{
    padding-top: 10px;
}
.header-notification a i.icon-head-noti{
    font-size: 22px !important;
}
li.dropdown-header-notification {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
.ace-nav>li>a>.badge {
    position: relative;
    top: -15px;
    left: -12px;
}
.my-wallet{

}

@media (max-width: 1366px) {
    .temp1{
        width: 90%;
        height: 107px;
            padding-top: 19px;
    }
}

.navbar-header .header-notification {
    border: none;
}

.noti-act {
    line-height: 1.5 !important;
    display: inline-flex !important;
    padding: 8px 0 !important;
    margin: 8px 15px 0 10px;
    width: 66px;
}
.btn_noti_flag {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-left: 0 !important;
}
.language_btn .dropdown-toggle {
    margin-top: 0;
    height: 20px;
    line-height: 18px;
    padding: 0px;
    background: none !important;
    border-radius: 0;
}
.language_btn .dropdown-menu img {
    width: 20px;
}
.navbar-buttons .language_btn .dropdown-menu {
    left: -80px;
    top: 97%;
    border-radius: 2px !important;
}
.header-notification a i.icon-head-noti {
    color: #fff;
}

.mg-left-18 {
    margin-left: 18px;
}

.language_btn .dropdown-menu {
    min-width: 80px;
}

.language_btn .dropdown-menu a{
    color: #333 !important;
}

.noti-act .badge {
    position: absolute;
    top: 0px;
    right: -9px;
}

.header-notification .dropdown-navbar>li{
    line-height: 45px;
}
 .navbar-header .dropdown-menu.drop-menu-shop {
    top: 50px;
    position: absolute;
    left: auto;
    right: 0px;
}
.block_package .drop-menu-shop {
    padding: 0;
    max-width: 400px !important;
}
.action-shop-list {
    padding: 6px 8px;
    gap: 5px;
}
.navbar-header .fixed_header {
    width: 373px;
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
    text-align: left;
}
.navbar-header .table-shop-list tbody tr:hover {
    background: #f5f5f5;
}
.navbar-header .fixed_header tbody tr {
    border-bottom: none;
}
.navbar-header .dropdown-navbar>li:hover {
    background-color: transparent;
}
.navbar-header .table > thead > tr {
    background: transparent;
}
.block_package .dropdown-caret:after {
    position: absolute;
    right: 10px;
    left: unset;
}
.dropdown-menu.dropdown-caret:after {
    border-bottom: 9px solid #FFF;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    top: -9px;
}
.fixed_header tbody {
    width: 100%;
    overflow-y: auto;
    max-height: 60vh;
}
.shop_created {
    width: 100%;
    font-size: 14px;
}
.navbar-header .table>tbody>tr>td {
    border-top: none;
}
.fixed_header tbody, .fixed_header thead {
    display: block;
}
.fixed_header thead th:nth-child(1), .fixed_header tbody tr:nth-child(1) td:nth-child(1) {
    width: 210px;
}
.fixed_header thead th:nth-child(2), .fixed_header tbody tr:nth-child(1) td:nth-child(2) {
    width: 90px;
}
.block_package .drop-menu-shop tr th:nth-child(3){
    width: 73px;
}
.fixed_header tbody td:nth-child(1) a, .fixed_header tbody td:nth-child(2) a {
    font-weight: bold;
}
.user-menu li a.nameProfile{
    font-size: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
    color: #333;
}
.user-menu li a.emailProfile{
    font-size: 12px;
    color: #999;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.search_shop_menu{
    border-bottom: 1px solid #ececec;
}
.form-control-feedback-shop{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    color: #a1a0a0;
}
.click_search_shop{
    cursor: pointer;
}
@media (max-width: 600px) {}
@media (max-width: 540px) {}
@media (max-width: 450px) {
    .noti-act {
        margin: 0;
    }
    li.brand-act .dropdown-menu.dropdown-close {
        right: -39px;
    }
    .block_package .drop-menu-shop {
        max-width: 370px !important;
    }
    .ace-nav li.brand-act {
        top: -6px;
    }
}
@media (max-width: 390px) {}