.btn{
    border-radius: 8px;
    padding: 0.375em 0.7em;
}
.navigame{
    background: #FFF;
    padding: 15px;
}
.navigame-ul{
    display: flex;
    justify-content: space-evenly;
}
.navigame-ul li{
    background: #EAEAEA;
    text-align: center;
    display: grid;
}
.navigame-ul li a{
    padding: 10px 0px;
    width: 85px;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
}
.dz-timeline{
    border: none;
    padding-left: 0px;
    margin: 0px;
}
.dz-timeline.style-2{
    border: none;
    margin: 0px;
}
.cgame{
    border-radius: 1.7em;
}
.sli-logo{
    text-align: center;
    padding: 10px 0px;
}
.sli-logo img{
    max-width: 100px;
}
.logo-left img{
    width: 70px;
    margin-right: 10px;
}
.sidebar .logout{
    padding: 10px 15px;
}
.profile-area .logout{
    padding: 15px 0px;
}
.account-box .logo-area{
    margin: 15px auto 20px;
}
.header .header-logo a{
    margin: initial;
}
.header .title{
    padding-left: 5px;
}
.profile-area .main-profile .profile-detail .name{
    padding-left: 5px;
}
.dz-timeline.style-2 .user-info .info-content .title{
    display: flex;
    justify-content: right;

}
.ji-alert{
    position: fixed;
    top: 6px;
    right: 10px;
    z-index: 9999;
    padding-right: 30px;
}
.ji-alert .close{
    padding: 6px 10px;
}
.category-swiper .swiper-slide{
    /*width: auto!important;*/
}
.dz-tab .nav.nav-tabs .nav-item.active{
    border-bottom: 2px solid var(--primary);
}
.bor_bayet {
    /*    border-radius: 20px;
        border: solid 1px #535245;
        -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.8);
        -moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.8);
        box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.8);*/
    padding: 5px;
}

.bor_bayet table {
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-weight: 300;
}

.bor_bayet table thead tr th,.bor_bayet table tbody tr td {
    padding: 10px 5px;
    /*color: #fff;*/
    text-align: center;
    line-height: 1.4;
}

.bor_bayet table thead tr th {
    /*border-bottom: solid 1px #4a4a4a;*/
    /*color: green;*/
}

.bor_bayet table tbody tr td:first-child, .bor_bayet table thead tr th:first-child {
    text-align: left;
}

.bor_bayet table tbody tr td:last-child,.bor_bayet table thead tr th:last-child {
    /*width: 30px;*/
}

.bor_bayet table tbody tr {
    border-bottom: dashed 1px #4e4e4e;
}

.bor_bayet table tbody tr td em {
    display: block;
    text-align: center;
    color: red;
    font-weight: bold;
}

.btn-login, .btn-register {
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border: .02rem solid transparent;
    border-radius: 1rem;
    -webkit-clip-path: inset(0 round 1rem);
    clip-path: inset(0 round 1rem);
}

.btn-register {
    margin-left: .24rem;
    background-image: linear-gradient(180deg, #fef9e7, #d3a063 42%, #955201 54%, #dfb961 71.5%, #fae082), linear-gradient(180deg, #fffffd, #f9edb7, #690000, #ffb600, #ffd86a);
}

.btn-login {
    background-image: linear-gradient(180deg, #1e1e26, #0e0e13), linear-gradient(180deg, #fef9e7, #d3a063, #955201, #dfb961, #fae082);
}

.btn-login, .btn-register {

    color: #fff;
    text-align: center;
}
.header{
    /*background-color: #212121;*/
}
.title{
    /*color: #fff;*/
}
body {
/*    color: #fff;
    background: linear-gradient(180deg, #101511, #020502);*/
}
.header .header-content .left-content .search-icon, .header .header-content .right-content i, .header .menu-toggler {
    /*color: #fff;*/
}
.category-btn{
    color: #fff;
    text-align: center;
    background: hsla(0, 0%, 100%, .2);
    border-radius: 4px;
}
.category-swiper {
    /*background-color: #000;*/
}
.category-btn.active, .category-btn:hover {
    border-radius: 4px;
    color: gold;
    background-image: linear-gradient(180deg, #131313, #131313), linear-gradient(180deg, #fffffd, #f9edb7, #690000, #ffb600, #ffd86a);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border: .02rem solid transparent;
    -webkit-clip-path: inset(0 round .12rem);
    clip-path: inset(0 round .12rem);
}
.alert-success{
    background: none;
}
.dz-product-detail p{
    font-size: 16px;
}