.skin-dark .left-sidebar {
    background: #1C1C2B!important;
    margin-top: 60px;
}

.topbar {
    z-index: 30;
}

.mini-sidebar .page-wrapper {
    /* z-index: -1; */
}

.page-wrapper .page-content {
    padding-top: 25px;
}

.page-wrapper .page-content .DSchan {
    border-bottom: 1px solid #e9ecef;
}

.nav-tabs .nav-link.active {
    box-shadow: 0px -2px 0px 0px #0abb87 inset;
    border-bottom: none !important
}


/* table.dataTable thead th{
    white-space: nowrap;
} */

.topbar .top-navbar {
    /* background: #4e8cf9; */
    /* background: #1bbc9b; */
}

.topbar .top-navbar .navbar-header:nth-child(2) {
    line-height: 32px;
    /* background: #4e8cf9; */
    display: none;
    z-index: 50;
}

.topbar .top-navbar .navbar-header a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.topbar .top-navbar .navbar-header a i {
    font-size: 30px;
    line-height: 35px;
    color: #fff
}

.navbar-header .wrapper-menu {
    height: 4px;
    width: 30px;
    background: #fff;
    position: relative;
    border-radius: 10px
}

.navbar-header .wrapper-menu:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(calc(100% + 4px));
    background: #fff;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 10px
}

.navbar-header .wrapper-menu:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(calc(-100% - 4px));
    background: #fff;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 10px
}


/* .navbar-header a.active .wrapper-menu {
    background: transparent
}
.navbar-header a.active .wrapper-menu:before{
    transform: rotate(45deg) translateY(0);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1)
}
.navbar-header a.active .wrapper-menu:after{
    transform: rotate(-45deg) translateY(0);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1)
} */

.sidebar-nav ul li a p {
    display: none
}

.left-sidebar .sidebar-nav ul>li:first-child {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

.left-sidebar .sidebar-nav ul>li:first-child a {
    width: 55px;
    height: 55px;
    background: #000000
}

.left-sidebar .sidebar-nav ul>li:first-child .wrapper-menu {
    background: transparent;
    height: 4px;
    width: 15px;
    position: relative;
    border-radius: 10px;
    margin-left: auto;
}

.left-sidebar .sidebar-nav ul>li:first-child .wrapper-menu:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: rotate(45deg) translateY(0);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 10px
}

.left-sidebar .sidebar-nav ul>li:first-child .wrapper-menu:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    transform: rotate(-45deg) translateY(0);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1)
}

@media (max-width: 767px) {
    .left-sidebar .sidebar-nav ul>li:first-child {
        display: block
    }
    .page-wrapper .page-content {
        padding-top: 15px;
    }
    .topbar .top-navbar .navbar-header {
        display: none
    }
    .topbar .top-navbar .navbar-header:nth-child(2) {
        display: block;
        flex: 0 0 60px;
        left: 0;
        transition: .3s all ease-in-out
    }
    .topbar .top-navbar .navbar-header.active:nth-child(2) {
        flex: 0 0 60px;
        /* position: absolute;
        left: 300px;
        z-index: 10;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center; */
    }
    .mini-sidebar .page-wrapper {
        margin-left: 0 !important;
    }
    .skin-dark .left-sidebar {
        z-index: 50;
        margin-top: 0;
        position: absolute;
        left: -100%;
        top: 0;
        height: 100vh;
        max-width: 300px;
    }
    .skin-dark .left-sidebar.active {
        left: 0
    }
    .left-sidebar .sidebar-nav ul>li {
        margin: 0;
        /* border-bottom: 1px solid #4d4e94; */
    }
    .sidebar-nav ul li a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 15px 15px;
    }
    .mini-sidebar .sidebar-nav #sidebarnav li:hover a {
        width: 100% !important;
    }
    .sidebar-nav ul li a p {
        margin-bottom: 0;
        line-height: 25px;
        font-size: 15px;
        font-weight: 600;
        color: #a2a3b7;
        margin-left: 10px;
        display: block
    }
}


/* fix tooltip */

@media(max-width: 768px) {
    .tooltip {
        display: none !important;
    }
}

.icon-active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.3s;
}

.icon-no-active {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.3s;
}

.quetions:hover {
    background: rgba(0, 0, 0, .04);
}

.bg-not-ads {
    display: inline-block;
    font-size: 40px;
    /* margin-bottom: 30px; */
    color: #ffffff;
    height: 50px;
    width: 50px;
    line-height: 45px;
    border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
    background: #EDF1FF;
    text-align: center;
    position: relative;
    z-index: 1;
}

.bg-not-ads::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 110%;
    width: 110%;
    background: #EDF1FF;
    z-index: -1;
    border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
    opacity: 0.3;
}

.bg-adding {
    display: inline-block;
    font-size: 40px;
    /* margin-bottom: 30px; */
    color: #00C292;
    height: 50px;
    width: 50px;
    line-height: 45px;
    border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
    background: #CDFFEF;
    text-align: center;
    position: relative;
    z-index: 1;
}

.bg-adding::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 110%;
    width: 110%;
    background: #CDFFEF;
    z-index: -1;
    border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
    opacity: 0.3;
}

.bg-daily {
    display: inline-block;
    font-size: 40px;
    /* margin-bottom: 30px; */
    color: #E46A75;
    height: 50px;
    width: 50px;
    line-height: 45px;
    border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
    background: #FFE4FD;
    text-align: center;
    position: relative;
    z-index: 1;
}

.bg-daily::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 110%;
    width: 110%;
    background: #FFE4FD;
    z-index: -1;
    border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
    opacity: 0.3;
}

html body .font-22 {
    font-size: 22px;
}

html body .font-24 {
    font-size: 24px;
}

html body .font-26 {
    font-size: 26px;
}

.btn-prod-qc{
    background: #EDF1FF;
    border-radius: 0!important;
    color: #0984E3;
}
.btn-prod-qcing{
    background: #CDFFEF;
    border-radius: 0!important;
    color: #00C292;
}
.btn-prod-qced{
    background: #FFE3FD;
    border-radius: 0!important;
    color: #E46A75;
}

.fff_ads .nav-item, .nav-link.active {
    color: #0abb87;
    border-bottom: 2px solid #0abb87;
    background: transparent !important;
    border: none;
}

.fff_ads ul{
    width: 100%;
    border-bottom: 1px solid #dee2e6 !important;
    padding-bottom: 0px !important;
}
.fff_ads .nav-tabs .nav-link.active {
    box-shadow:none;
    border-bottom: none !important;
}

.nav-tabs .nav-item {
    margin-bottom: -2px !important;
}
.fff_ads .nav-link{
    border:none!important
}

.fff_ads .nav-link.active {
    box-shadow: none !important;
    background-color: #e7f8f3 !important;
    border: 1px solid #dee2e6 !important;
    border-bottom: none !important;
}

.fff_ads .nav-item .nav-link:hover {
    color: #0abb87 !important;
    background: #44ffa024 !important;

}
.payments-techcombank:hover, .payments-techcombank.active {
    filter: drop-shadow(0 0 3px red);
}
.payments-momo:hover, .payments-momo.active {
    filter: drop-shadow(0 0 3px #b0006d);
}

@media (max-width: 375px){
    .table-responsive-buy-adwords{
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}
@media (max-width: 1024px){
    .table-responsive-buy-adwords{
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}
/* @media screen and (min-width: 1024px){
    .table-responsive-buy-adwords{
        display: block;
        width: 100%;
        overflow-x: auto;
    }
} */

.doSupportRating:hover {
    background: #f4f4f4;
    border-radius: 15px;
    padding: 10px 15px;
    color: #444;
    transition: 0.2s;
    cursor: pointer;
}