@font-face {
    font-family: 'Caladea-Regular';
    src: url('../font/Caladea-Regular.eot');
    src: url('../font/Caladea-Regular.eot?#iefix') format('embedded-opentype'), url('../font/Caladea-Regular.svg#Caladea-Regular') format('svg'), url('../font/Caladea-Regular.ttf') format('truetype'), url('../font/Caladea-Regular.woff') format('woff'), url('../font/Caladea-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Caladea-Bold';
    src: url('../font/Caladea-Bold.eot');
    src: url('../font/Caladea-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Caladea-Bold.svg#Caladea-Bold') format('svg'), url('../font/Caladea-Bold.ttf') format('truetype'), url('../font/Caladea-Bold.woff') format('woff'), url('../font/Caladea-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-SemiBold.eot');
    src: url('../fonts/TitilliumWeb-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/TitilliumWeb-SemiBold.woff2') format('woff2'), url('../fonts/TitilliumWeb-SemiBold.woff') format('woff'), url('../fonts/TitilliumWeb-SemiBold.ttf') format('truetype'), url('../fonts/TitilliumWeb-SemiBold.svg#TitilliumWeb-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Regular.eot');
    src: url('../fonts/TitilliumWeb-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/TitilliumWeb-Regular.woff2') format('woff2'), url('../fonts/TitilliumWeb-Regular.woff') format('woff'), url('../fonts/TitilliumWeb-Regular.ttf') format('truetype'), url('../fonts/TitilliumWeb-Regular.svg#TitilliumWeb-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: "Titillium Web",sans-serif !important;
}
a{
    text-decoration:none;
}
.note {
    width: 18px;
    height: 19px;
    border-radius: 50%;
    background: #f00;
    padding: 1px;
    position: relative;
    right: -10px;
    top: 30px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 12px;
}
.note-blank {
    width: 18px;
    height: 19px;
    border-radius: 50%;
    background: transparent;
    padding: 1px;
    position: relative;
    right: -10px;
    top: 30px;
    color: transparent;
    display: block;
    text-align: center;
    font-size: 12px;
}

.pro-text {
    font-size: 16px;
    font-weight: bold;
}
.ui-widget-header {
    background: transparent;
    border:none;
}
.width-80-form {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
}
.ui-button-icon-only {
    text-indent: -9999px;
}
.cardDesc {
    color: #000 !important;
    text-align:center;
}
.login-bg {
    background: #fff url('../img/background/login-img-bg.jpg') center top;
    background-repeat: no-repeat;
    background-size: contain;
    /*height:700px !important;*/
    height: 100vh !important;
    z-index: 10;
}
.bg-gr {
    /*background: #cdcbc4;*/
   /* background: rgb(237,235,229);
    background: linear-gradient(129deg, rgba(237,235,229,1) 0%, rgba(205,203,196,1) 100%);*/
}

.bg-M-gr {
    margin-top: 80%;
}
.bg-bottam-footer {
    background: #d6df23;
    height: 10px;
    position: fixed;
    bottom: 0px;
    left: 74%;
    right: 0;
}
.btn {
    border-radius: 6px;
    color: #fff !important;
}
.btn-block{
    width:100% !important;
}
.btn-success, .btn-success:not(:disabled):not(.disabled).focus, .btn-success:not(:disabled):not(.disabled):focus {
    background-color: #99c455;
    border-radius: 25px;
}
.btn-success-dark, .btn-success-dark:not(:disabled):not(.disabled).focus, .btn-success-dark:not(:disabled):not(.disabled):focus {
    background-color: #006838;
    border-radius: 25px;
}
.btn-info, .btn-info:not(:disabled):not(.disabled).focus, .btn-info:not(:disabled):not(.disabled):focus {
    background-color: #99c455;
    border-radius: 25px;
}
.text-success {
    color: #006838 !important
}
.btn-outline-danger {
    box-shadow: none;
    color: #000 !important;
    background: rgb(230,235,120) !important;
    background: linear-gradient(90deg, rgba(230,235,120,1) 0%, rgba(151,217,99,1) 100%) !important;
    border: none;
    box-shadow: none !important;
}
    .btn-outline-danger:hover {
        color: #000 !important;
        background: rgb(230,235,120) !important;
        background: linear-gradient(90deg, rgba(230,235,120,1) 0%, rgba(151,217,99,1) 100%) !important;
        box-shadow: initial !important;
    }
.redline {
    background: #9a1c00;
    height: 1px;
    width: 40%;
    margin: 10px auto 10px auto;
    display: block;
}
.mt-1{
    margin-top:7px;
}
.ui-widget {
    font-family: "Inter-Regular",sans-serif !important;
    font-size: 1.1em;
}
.word-warp {
    white-space: break-spaces;
}
.ui-dialog .ui-dialog-titlebar-close {
  
    background: url('../img/icon/close-icon.png') center center !important;
    background-repeat:no-repeat !important;
    width:16px;
    height:16px;
    border:none !important;
}
.ui-corner-all{
    border-radius: 15px;
}
.ui-widget-content {
    border: 0px solid #ddd;
    background: #fff !important;
    color: #333;
}
#register label {
    font-family: "Inter-Regular",sans-serif !important;
    font-weight: 200;
    color: #5b5a5a;
    font-size: 0.8em;
}
.card .card-header {
    /*background: #025e32;*/
    background: rgb(151,217,99);
    background: linear-gradient(90deg, rgba(151,217,99,1) 39%, rgba(230,235,120,1) 100%);
    border-color: rgba(var(--separator-rgb),.5);
    color: #005629 !important;
    text-transform: uppercase;
}
    .card .card-header .h5 {
        color: #005629 !important;
        font-size: 1.2em;
    }
.card .card-body, .card .card-footer, .card .card-header {
    padding: 10px 10px 10px 10px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-weight: bold;
    color: #494949;
}
.ui-jqgrid .ui-jqgrid-htable th div {
    overflow: hidden;
    position: relative;
    height: 30px;
    font-size: 13px;
    padding-top: 5px;
}
/*footer {
    border-top: 0px solid var(--separator);
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    display: flex;
    background: #E83F42;
    padding-left: calc(var(--nav-size) + var(--main-spacing-horizontal));
    padding-right: var(--main-spacing-horizontal);
    padding-top: 5px;
    padding-bottom: 10px;
}*/
.filled .form-check .form-check-input {
    float: none;
    margin-left: 0em;
    margin-right: 1em;
}
.text-left{
    text-align:left !important;
}
header {
    padding-top: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    top: 0;
    height: 100px;
    right: 0px;
    left: 0%;
    z-index: 98;
    width: 98%;
}
.bold{
    font-weight:600;
}
.boldtext {
    font-weight: 500;
}
.whitespace {
    white-space: initial;
}
.certificate {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding: 25px;
    background: #0f216b;
}
#tblApproverComments thead, #tblApproverComments tbody, #tblApproverComments tfoot, #tblApproverComments tr, #tblApproverComments td, #tblApproverComments th {
    font-size: 14px;
    font-family: "Titillium Web",sans-serif !important;
}
thead, tbody, tfoot, tr, td, th {
    font-size: 12px;
    font-family: "Titillium Web",sans-serif !important;
}
.tr-heading td {
    background: #f2f2f2;
    font-weight: bold;
    font-size: 13px;
    font-family: "Titillium Web",sans-serif !important;
}
.tr-heading th {
    background: #f2f2f2;
    font-weight: bold;
    font-size: 13px;
    font-family: "Titillium Web",sans-serif !important;
}
.Redemptiontr td {
    background: #f2f2f2;
    font-weight: bold;
    font-size: 13px;
    font-family: "Titillium Web",sans-serif !important;
}
#tblDetail img {
    object-fit: contain;
}
.overflow-scroll {
    overflow: scroll !important;
    /*max-height: 500px;*/
    height: auto;
}
.bootpag li{
    float:left !important;
}

.pr-0{
    padding-right:0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 0rem;
    font-size: 14px;
}
/*.user-container .name {
    font-size:12px;
}*/
.user-container .point {
    font-size: 16px;
}
.multiple-items img {
    margin: 15px 0px;
    height: 100px;
    width: auto;
    object-fit: contain;
}
.multiple-items .slick-slide {
    margin: 0px 10px;
    background: #fff;
    border-radius: 10px;
}
    .multiple-items .slick-slide p {
        text-align: center;
        background: #f9f9f9;
        padding: 7px;
        font-size: 15px;
        margin-bottom:0px !important;
        margin-top:10px;
    }
.communication{
    padding:0px !important;
}
    .communication h4 {
        background: #424c81;
        color: #fff;
        text-align: center;
        margin-top: 20px;
        padding: 7px;
        font-size: 15px;
        font-weight: bold;
    }

    .wallfame {
        padding: 0px !important;
    }

        .wallfame .h6 {
            font-size: 0.8em;
        }
        .wallfame h4 {
            background: #e1e5e2;
            color: #fff;
            text-align: center;
            margin-top: 20px;
            padding: 7px;
            font-size: 15px;
        }
            .wallfame h4 span {
                /*background: #0e216b;*/
                background:url(../img/background/wall-box-bg.png);
                background-size:cover;
                background-repeat:no-repeat;
                color: #fff;
                text-align: center;
                margin: 0px auto;
                padding: 7px;
                font-size: 15px;
                font-weight: bold;
                width:90%;
                display:block;
            }

        .wallfame .slick-vertical .slick-slide {
            display: block;
            height: auto !important;
            border: 1px solid transparent;
        }
        .wallfame h4 span .cs-icon {
            color: #fff;
        }
        .wallfame img {
            width: 100%;
        }

.celebrate {
    padding: 0px !important;
}

    .celebrate h4 {
        background: url(../img/background/wall-box-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        color: #fff;
        text-align: center;
        margin-top: 20px;
        padding: 9px 7px 7px 7px;
        font-size: 15px;
        font-weight: bold;
        height: 37px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .celebrate .slick-vertical .slick-slide {
        display: block;
        height: auto !important;
        border: 1px solid transparent;
    }

label {
    display: inline-block;
    margin-bottom: 5px;
}
.form-group {
    margin-bottom: 10px;
}
.w-95{
    width:95%;
}
.img-zoom {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.bigbadges {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff; border-collapse:collapse;
}
.badger_details{ float:left;}
.badger_details img{ border:1px solid #ccc;    margin: 10px;}


.badges_detail_name{
    float: left;
    width: 68%;
}
.badges_detail_name ul {
    padding: 0;
    margin: 10px 0px 0px 5px;
    width: 100%;
    list-style-type: none;
}
.badges_detail_name ul li {
    float: left;
    min-width: 160px;
    margin-bottom: 10px;

}
.badges_detail_name ul li input{
    padding: 5px;
    float: left;
    height: 30px; width:340px; border:1px solid #ccc;
}

.badges_detail_name ul li select{
    padding: 5px;
    float: left;
    height: 30px;width:250px; border:1px solid #ccc;
}
.img-fluid{
    max-width:100% !important;
}

.cat-nav {
    display: none;
}
.pull-right {
    float: right !important;
}
.pro-box h3 {
    color: var(--info) !important;
}
.product_term h6 {
    font-size: 12pt;
    font-weight: 600;
}

.product_term {
    margin: 10px 0px 0px 0px;
    padding: 10px;
    border-bottom: solid 1px #ccc;
    display: inline-block;
    border-radius: 0px;
    width: 100%;
}
/* relevant styles */
.img__wrap {
    position: relative;
    height: auto;
    width: 100%;
    border: solid 1px #f2f2f2;
    padding:10px;
}

.img__Text {
    
    position: relative;
    height: 60px;
    width: 100%;
    margin-top: 10px;
    text-align: right;
    color: #0a0a0a;
    font-size: 14pt;
    font-weight: 200;
    margin-bottom: 10px;
}

.col-md-8 .img__Text {
    text-align: left;
    margin-top: 0px;
}

.img__Text p {
    text-align: left;
    padding-bottom: 75px;
}

.img__wrap p {
    max-width: 90% !important;
    width: 90%;
}

.img__wrap .img__img {
    height: 200px;
    width: 100%;
    object-fit: contain;
}

.img__description_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transition effect. not necessary */
    transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description_layer {
    visibility: visible;
    opacity: 1;
}

.img__description {
    
    transition: .2s;
    transform: translateY(0em);
    position: absolute;
    bottom: 0px;
    font-weight: 100;
    width: 90%;
    max-width: 90%;
    color: #fff;
    font-size: 14pt;
}

.img__wrap:hover .img__description {
    
    transform: translateY(0);
    width: 90%;
    max-width: 90%;
    color: #fff;
    font-weight: 100;
    font-size: 12pt;
}

.InterestedBtn {
    border: 1px solid #000;
    padding: 10px;
    background: #fff;
    color: #000;
}

    .InterestedBtn:hover {
        border: 1px solid #000;
        padding: 10px;
        background: #000;
        color: #fff;
    }

.spanline {
    height: 1px;
    background: #fff;
    width: 25%;
    position: absolute;
    top: 42%;
    left: 38%;
}
.scrollx {
    width: 100%;
    overflow: auto;
    overflow-y: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.WPX1000 {
    width: 100%;
}
.scrollx-report1 {
    width: 100%;
    overflow: auto;
    overflow-y: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.WPX1000-report1 {
    width: 100%;
}
.scrollx-report {
    width: 100%;
    overflow: auto;
    overflow-y: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.WPX1000-report {
    width: 100%;
}
.scrollx-Usermaster {
    width: 2000px;
    overflow: auto;
    overflow-y: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.WPX1000-Usermaster {
    width: 2000px;
}
.scrollx-scan {
    width: 2500px;
    overflow: auto;
    overflow-y: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.WPX1000-scan {
    width: 2500px;
}
.scrollx-qr {
    width: 3000px;
    overflow: auto;
    overflow-y: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.WPX1000-qr {
    width: 3000px;
}
.scrollx-payout {
    width: 1500px;
    overflow: auto;
    overflow-y: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.WPX1000-payout {
    width: 1500px;
}
.selectdivbox .g-box {
    padding: 20px 20px 10px 20px;
    background: #eaeaeb;
}
.selectdivbox .border-right {
    border-right: solid 4px #eaeaeb;
}
.selectdivbox .border-left {
    border-left: solid 4px #eaeaeb;
}
.selectdivbox .border-top {
    border-top: solid 2px #eaeaeb;
}
.selectdivbox .border-bottom {
    border-bottom: solid 2px #eaeaeb;
}

/*.selectdivbox {
    margin-top: 85px;
}*/
.selectdivbox .datebox {
    position: relative;
    margin-bottom: 15px;
}

    .selectdivbox .datebox:after {
        /*content: '\f078';
        font: normal normal normal 17px/1 FontAwesome;*/
        /*background-image:url(../Images/drop.png);*/
        /*width: 13px;
        height: 6px;
        overflow: hidden;
        overflow: -moz-hidden-unscrollable;
        background: url(../Images/drop.png) no-repeat right white;
        color: #E93F42;
        right: 11px;
        top: 2px;
        height: 0px;
        padding: 0px 0px 0px 8px;
        border-left: 0px solid #0ebeff;
        position: absolute;
        pointer-events: none;*/
    }

    /* IE11 hide native button (thanks Matt!) */
.selectdivbox select::-ms-expand {
    display: none;
}

.selectdivbox .datebox select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='red' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 0px;

    display: block;
    width: 100%;
    font-size: 0.9em;
    height: 24px;
    min-height: 24px;
    padding-top: 2px;
    color: #000 !important;
    background-color: #EAE9EA;
    border-color: transparent !important;
    border-radius: 0px;
    border: 0px solid #0ebeff;
    -ms-word-break: normal;
    word-break: normal;
}

.selectdivbox .datebox select option {
    color: #000 !important;
}
.selectdivbox h3 {
    color: #E93F42 !important;
}
    .selectdivbox .table {
        border-color: transparent !important;
    }

.selectdivbox thead th {
    border-color: inherit;
    border-bottom-color: inherit;
    border-style: solid;
    border-width: 0;
    border-bottom-width: 0px;
    border-bottom: 1px solid #E93F42 !important;
    border-top: 1px solid #E93F42 !important;
    font-weight: normal !important;
    padding: .5rem .1rem;
}
.selectdivbox td {
    background: #eaeaeb !important;
    padding: 6px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/*.ds-none{
    display:none !important;
}*/
.dsk-none {
    display: none !important;
}
    .ms-none {
    display: block;
}
.logo1 {
    display: none !important;
}
#root {
    opacity: 1;
   
    margin-bottom: 25px;
}
.top-mobile-box {
    background: #f0f0f0;
    padding: 8px;
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 25px;
    display: none !important;
}
.logpad{
    margin-top:30px;
}
#search_list{
    display:none;
}
.bt-menu {
    order: 4;
    display: none;
}
html[data-placement="horizontal"] .nav-container .bt-menu {
    display: none;
}
.bandisplay{
    display:none;
}
.footer-img-desk {
    display: block;
}
.footer-img-mob {
    display: none;
}
.allbtnpad{
    padding-top:26px;
    text-align:left;
}
.allbtnpad-1 {
    padding-top: 26px;
    text-align: left;
}
.datepicker {
    padding-right: 30px;
    background-image: url(../Images/svg/Icon-calendar.svg);
    background-position: 98% 6px;
    right: 5px;
    position: relative;
    background-repeat: no-repeat;
}
.TextBoxDate {
    padding-right: 30px;
    background-image: url(../Images/svg/Icon-calendar.svg);
    background-position: 98% 6px;
    right: 5px;
    position: relative;
    background-repeat: no-repeat;
}
.g-box .g-0, .g-box .gx-0 {
    --bs-gutter-x: 10px;
}
.imageContainer {
    text-align: center;
}
.productImg {
    height: 90px !important;
}
html[data-footer="true"] #root > footer {
    padding-left: 0px;
    background: rgb(230,235,120) !important;
    background: #b3dc78 !important;
    height: 15px;
}
@media (min-width: 992px) {
    
    .scrollx {
        width: 1400px;
        overflow: auto;
        overflow-y: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .WPX1000 {
        width: 1400px;
    }
}
.homeico {
    display: none;
}
    @media (max-width: 768px) {
        .bg-bottam-footer {
            background: #d6df23;
            height: 10px;
            position: fixed;
            bottom: 0px;
            left: 0;
            right: 0;
        }
        .bg-M-gr {
            margin-top: 75%;
        }
            .bg-M-gr .boxpading {
                padding-right: 30px;
                padding-left: 30px;
            }
        .sw-lg-50{
            width:80% !important;
            margin-left:auto;
            margin-right:auto;
        }
        .width-80-form {
            width: 80% !important;
        }
        /*.scroll-section {
        height: 650px;
        overflow-y: scroll;
        scroll-snap-type: y mandatory;
    }*/
        .datepicker {
            padding-right: 18px;
            padding-left: 10px;
            font-size: 12px;
            right: 0px;
        }

        .g-box .g-0, .g-box .gx-0 {
            --bs-gutter-x: 5px;
        }

        .selectdivbox .g-box {
            padding: 20px 5px 10px 5px;
            background: #eaeaeb;
        }

        .mob-top-m {
            margin-top: 0px;
        }

        main {
            min-height: 550px;
        }

        .allbtnpad {
            padding-top: 0px;
            text-align: center;
        }

        html[data-placement="horizontal"][data-dimension="mobile"] main, html[data-placement="vertical"][data-dimension="mobile"] main {
            padding-left: 10px;
            padding-top: 110px;
            padding-right: 10px;
        }

        .footer-img-desk {
            display: none;
        }

        .footer-img-mob {
            display: block;
        }

        html[data-footer="true"][data-placement="horizontal"] #root > footer {
            padding-left: 0px;
            background: #d6df23;
            height:15px;
        }

        main {
            padding-right: 0px;
        }

        .nav-content .user-container .user-img {
            width: auto !important;
            margin-right: 0rem !important;
            margin-left: 0rem !important;
        }

        html[data-placement="horizontal"] .nav-container.mobile-side-ready .nav-content .user-container .user-img, html[data-placement="vertical"] .nav-container.mobile-side-ready .nav-content .user-container .user-img {
            width: 4rem !important;
            margin-right: 0.5rem !important;
            margin-left: 1.4rem !important;
        }

        .bandisplay {
            display: block;
        }

        #title {
            margin-top: 0px;
        }

        .selectdivbox {
            margin-top: 0px;
        }

        html[data-placement="horizontal"] .nav-container .bt-menu {
            display: none;
        }

        html[data-placement="horizontal"] .nav-container .bt-menu, html[data-placement="horizontal"] .nav-container .bt-menu, html[data-placement="vertical"] .nav-container .bt-menu, html[data-placement="vertical"] .nav-container .bt-menu {
            order: 4;
            width: 100%;
            padding-right: 0px;
            display: none;
        }

        html[data-placement="horizontal"] .nav-container.mobile-side-ready .nav-content .bt-menu, html[data-placement="vertical"] .nav-container.mobile-side-ready .nav-content .bt-menu {
            order: 4;
            width: 100%;
            padding-right: 0px;
            display: block;
        }

        html[data-placement="horizontal"] .nav-container.mobile-side-ready, html[data-placement="vertical"] .nav-container, html[data-placement="vertical"] .nav-container.mobile-side-ready {
            height: auto;
        }

        .top-mobile-box {
            background: #f0f0f0;
            padding: 8px;
            margin-right: -20px;
            margin-left: -20px;
            margin-bottom: 25px;
            display: block !important;
        }

       /* html[data-placement="horizontal"][data-dimension="mobile"] .nav-container .user-container, html[data-placement="vertical"][data-dimension="mobile"] .nav-container .user-container {
            display: block !important;
            text-align: right;
            float: right;
            right: 0px;
            position: absolute;
            margin-top: 13%;
        }*/
        /*.ds-none {
        display: block !important;
    }*/
        .dsk-none {
            display: block !important;
        }

        .pre-scrollable {
            overflow-y: scroll;
        }

        .ms-none {
            display: none !important;
        }

        #root {
            opacity: 1;
            margin-left: 0px !important;
            margin-bottom: 0px;
        }

        .card .card-body, .card .card-footer, .card .card-header {
            padding: 1rem;
            text-align:center;
        }

       /* html[data-placement="horizontal"] .nav-container, html[data-placement="vertical"] .nav-container {
            
            background: url('../img/background/menu-bg.png') left top;
            background-repeat:no-repeat;
            background-size:cover;
        }*/
            /*html[data-placement="horizontal"] .nav-container.mobile-side-ready, html[data-placement="vertical"] .nav-container, html[data-placement="vertical"] .nav-container.mobile-side-ready {
                background:#fff url('../img/background/menu-bg.png') left top;
                background-repeat: no-repeat;
                background-size: contain;
            }*/
        html[data-placement="horizontal"] .nav-container .logo {
            margin-left: 18%;
            margin-top: 0%;
        }
        .homeico {
            display: block;
        }
        html[data-placement="horizontal"] .nav-container .homeico {
            margin-left: 20%;
            margin-top: 5%;
        }
            html[data-placement="horizontal"] .nav-container.mobile-side-ready, html[data-placement="vertical"] .nav-container, html[data-placement="vertical"] .nav-container.mobile-side-ready {
                top: 0px;
            }
                html[data-placement="horizontal"] .nav-container.mobile-side-ready .homeico {
                    display:none;
                }

        html[data-placement="horizontal"] .nav-container, html[data-placement="vertical"] .nav-container {
            bottom: 0px;
        }
        /*.card .card-body {
        padding: 10px 30px 10px 10px
    }*/
        .pr-0 {
            padding-right: 15px;
        }

        .g-box .pr-0 {
            padding-right: 0px;
        }

        .g-box .pl-0 {
            padding-left: 0px;
        }

        .g-box .pr-1 {
            padding-right: 5px;
        }

        .g-box .pl-1 {
            padding-left: 5px;
        }

        .g-box .pr-2 {
            padding-right: 10px;
        }

        .g-box .pl-2 {
            padding-left: 10px;
        }

        .pl-mob-0 {
            padding-left: 0px;
            padding-right: 0px;
        }

        .scrollx {
            width: 1400px;
            overflow: auto;
            overflow-y: auto;
            overflow-y: hidden;
            white-space: nowrap;
        }

        .WPX1000 {
            width: 1500px;
        }

        .scrollx800 {
            width: 800px;
            overflow: auto;
            overflow-y: auto;
            overflow-y: hidden;
            white-space: nowrap;
        }

        .WPX800 {
            width: 800px;
        }

        .WPX600 {
            width: 600px;
        }

        .WPX650 {
            width: 650px;
        }

        .scrollx500 {
            width: 500px;
            overflow: auto;
            overflow-y: auto;
            overflow-y: hidden;
            white-space: nowrap;
        }

        .WPX500 {
            width: 500px;
        }

        .scrollx-report1 {
            width: 500px;
            overflow: auto;
            overflow-y: auto;
            overflow-y: hidden;
            white-space: nowrap;
        }

        .WPX1000-report1 {
            width: 500px;
        }

        .scrollx-report {
            width: 1000px;
            overflow: auto;
            overflow-y: auto;
            overflow-y: hidden;
            white-space: nowrap;
        }

        .WPX1000-report {
            width: 1000px;
        }
        /*.scrollx-Usermaster {
        width: 1400px;
        overflow: auto;
        overflow-y: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .WPX1000-Usermaster {
        width: 1500px;
    }*/
        .scrollx-payout {
            width: 1400px;
            overflow: auto;
            overflow-y: auto;
            overflow-y: hidden;
            white-space: nowrap;
        }

        .WPX1000-payout {
            width: 1500px;
        }

        .scrollx-qr {
            width: 3000px;
            overflow: auto;
            overflow-y: auto;
            overflow-y: hidden;
            white-space: nowrap;
        }

        .WPX1000-qr {
            width: 3000px;
        }

        #MyWall .w-50 {
            width: 30% !important;
        }

        .myorders .col-lg-12 {
            padding: 0px 20px;
        }

        .myorders .col-lg-4, .myorders .col-lg-8 {
            padding: 0px 20px;
        }

        #trEmp .col-lg-12 {
            padding: 0px 20px;
        }

        .text-end-mob {
            text-align: left !important;
            margin-bottom: 7px;
        }

        .bd-mb {
            margin-bottom: 10px;
        }

        .wallfame h4 span {
            background-size: contain;
        }

        .wallfame img {
            width: 100% !important;
        }

        .celebrate h4 {
            background-size: contain;
            padding: 8px 7px 7px 7px;
        }

        .celebrate .slick-slide .text-small {
            color: rgba(0,0,0,0.7) !important;
            font-size: .9em !important;
        }
        /*.card .card-body, .card .card-footer, .card .card-header {
        padding: 10px;
    }*/
        .pro-box {
            padding-top: 15px
        }

        .cat-nav {
            display: block;
        }
        /* The side navigation menu */
        .sidenav {
            height: auto; /* 100% Full-height */
            width: 100%; /* 0 width - change this with JavaScript */
            position: absolute;
            z-index: 99; /* Stay on top */
            /*top: 0; */
            left: 0;
            background-color: #fff; /* Black*/
            overflow-x: visible !important; /* Disable horizontal scroll */
            padding-top: 60px; /* Place content 60px from the top */
            transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
            padding-top: 20px !important;
            margin-top: 12px;
        }

            /* The navigation menu links */
            .sidenav a {
                padding: 8px 8px 8px 32px;
                text-decoration: none;
                font-size: 25px;
                color: #000;
                display: block;
                transition: 0.3s;
            }

                /* When you mouse over the navigation links, change their color */
                .sidenav a:hover {
                    color: #f1f1f1;
                }

            /* Position and style the close button (top right corner) */
            .sidenav .closebtn {
                position: absolute;
                top: 0;
                right: 15px;
                font-size: 36px;
                margin-left: 50px;
                display: block;
                /*color: #000;*/
            }
        #closeNav {
            position: relative;
            top: 0px;
            z-index: 100001;
            display: block;
        }
        .productImg {
            height: 70px !important;
        }
    }


    .clsPublicWall {
        width: 100%;
        float: left;
        margin: 15px 1px 1px 1px;
        font-size: 13px;
        color: #000;
        line-height: 20px;
    }

        .clsPublicWall a {
            font-weight: bold;
            color: #005b82;
        }

            .clsPublicWall a:hover {
                color: #CA005D;
                text-decoration: underline;
            }

        .clsPublicWall .profile_box1 {
            width: 100%;
            float: left;
            border: 1px solid #ccc;
            margin-bottom: 10px;
            padding: 10px;
        }

            .clsPublicWall .profile_box1:nth-child(even) {
                background: #fff;
                border: 1px solid #ccc;
            }

            .clsPublicWall .profile_box1:nth-child(odd) {
                background: #eee;
                border: 1px solid #ccc;
            }

        .clsPublicWall .snap {
            float: left;
            background-color: #00A1C1;
            padding: 0px;
            margin-right: 10px;
        }

        .clsPublicWall .photo1 {
        }

            .clsPublicWall .photo1 a {
            }

        .clsPublicWall .containt_snap1 {
        }

        .clsPublicWall .likeuserdate {
            float: right;
            margin-top: 0px;
            font-size: 11px;
            font-weight: bold;
            margin-right: 10px;
        }

        .clsPublicWall .profile_badges {
            float: left;
            width: 80%;
            margin: 1% 0% 1% 8%;
        }

            .clsPublicWall .profile_badges img {
                margin: 0 auto;
                min-height: 150px;
                max-height: 200px;
            }

        .clsPublicWall .write_coment {
            font-size: 11px;
        }

        .clsPublicWall .commenttr {
            position: absolute;
            margin-top: 5px;
            margin-left: 7px;
        }

        .clsPublicWall .commenttd {
            float: left;
        }

            .clsPublicWall .commenttd a {
                background: url(Images/comments.png) no-repeat;
                padding: 0px 20px 0px 23px;
                float: left;
                background-position: 0px 3px;
            }

                .clsPublicWall .commenttd a:hover {
                    color: #CA005D;
                }

        .clsPublicWall .likebutton {
            float: left;
        }

            .clsPublicWall .likebutton a {
                background: url(Images/like.png) no-repeat;
                padding: 0px 0px 0px 20px;
                float: left;
            }

                .clsPublicWall .likebutton a:hover {
                    color: #CA005D;
                }

    .clsPublicWall {
        width: 100%;
        float: left;
        margin: 15px 1px 1px 1px;
        font-size: 13px;
        color: #000;
        line-height: 20px;
    }

    .likenumber {
        float: left;
        font-weight: bold;
        margin: 0px 0px 0px 5px;
        cursor: pointer;
    }

    .clsPublicWall .maintable {
        border-collapse: collapse;
        background: #fff;
        border: 1px solid #ccc;
        width: 100%;
        min-height: 33px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    }

        .clsPublicWall .maintable tr {
        }

            .clsPublicWall .maintable tr td {
                padding: 0px 0px 2px 2px;
            }

    .clsPublicWall .usercommentAll {
        float: left;
        width: 100%;
        font-size: 12px;
    }

    .clsPublicWall .userimg {
        width: 30px;
        float: left;
        margin-right: 10px;
        margin-top: 15px;
    }

        .clsPublicWall .userimg img {
            width: 30px;
            float: left;
            background-color: #4F2683;
        }

    .clsPublicWall .likeusername {
        float: left;
        font-weight: bold;
        color: #4F2683;
        margin-top: 15px;
    }

    .clsPublicWall .likeuserdate1 {
        float: right;
        margin-top: 15px;
        font-size: 11px;
        font-weight: bold;
        margin-right: 10px;
    }

    .clsPublicWall .likeuserdatedelete {
        float: right;
        margin-right: 10px;
    }

    .clsPublicWall .likeusercomment {
        width: 94%;
        float: left;
        font-size: 11px;
    }

    .clsPublicWall .trcommenttable {
        width: 100%;
        margin-top: 25px;
        float: left;
    }

        .clsPublicWall .trcommenttable input {
            border: 1px solid #ccc;
            width: 90%;
            padding: 2px;
            margin-top: 15px;
        }

    .clsPublicWall .post {
        width: 52px !important;
        height: 25px;
        padding: 0px;
        border: none !important;
        margin-top: 0px !important;
    }

    /****my wall start****/

    .clsMyWall {
    }

        .clsMyWall a {
            text-decoration: none;
            color: #4e4e4e;
        }

            .clsMyWall a:hover {
                text-decoration: none;
                color: #4e4e4e;
            }

        .clsMyWall .profile_box1 {
            width: 100%;
            float: left;
            border: 1px solid #ccc;
            margin-bottom: 10px;
            padding: 10px;
        }

            .clsMyWall .profile_box1:nth-child(even) {
                background: #fff;
                border: 1px solid #ccc;
            }

            .clsMyWall .profile_box1:nth-child(odd) {
                background: #eee;
                border: 1px solid #ccc;
            }

        .clsMyWall .snap {
            float: left;
            background-color: #4F2683;
            padding: 0px;
            margin-right: 1%;
            width: 3%;
        }

        .clsMyWall .photo1 {
        }

            .clsMyWall .photo1 a {
            }

        .clsMyWall .containt_snap1 {
            float: left;
            width: 76%;
        }

        .clsMyWall .likeuserdate {
            float: right;
            font-size: 11px;
            font-weight: bold;
        }

        .clsMyWall .profile_badges {
            float: left;
            width: 19%;
            margin-left: 1%;
            text-align: right;
        }

            .clsMyWall .profile_badges img {
                margin: 0 auto;
                min-height: 120px;
                max-height: 120px;
            }

        .clsMyWall .write_coment {
            font-size: 11px;
        }

        .clsMyWall .commenttr {
            margin-top: 5px;
            display: block;
        }

        .clsMyWall .commenttd {
            float: left;
        }

            .clsMyWall .commenttd a {
                background: url(Images/comments.png) no-repeat;
                padding: 0px 20px 0px 23px;
                float: left;
                background-position: 0px 3px;
            }

                .clsMyWall .commenttd a:hover {
                }

        .clsMyWall .likebutton {
            float: left;
        }

        .clsMyWall .commentheight {
            margin: 0px 0px 0px 0px;
            max-height: 150px;
            overflow: hidden;
            font-size: 13px;
        }

        .clsMyWall .likebutton a {
            padding: 0px 0px 0px 0px;
            float: left;
        }

            .clsMyWall .likebutton a:hover {
            }

        .clsMyWall .likenumber {
            float: left;
            font-weight: bold;
            margin: 0px 0px 0px 5px;
        }

        .clsMyWall .maintable {
            border-collapse: collapse;
            width: 100%;
            min-height: 33px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
        }

            .clsMyWall .maintable tr {
            }

                .clsMyWall .maintable tr td {
                    padding: 0px 0px 2px 2px;
                }

        .clsMyWall .usercommentAll {
            float: left;
            width: 100%;
            font-size: 12px;
        }

        .clsMyWall .userimg {
            width: 30px;
            float: left;
            margin-right: 10px;
            margin-top: 15px;
        }

            .clsMyWall .userimg img {
                width: 30px;
                float: left;
                background-color: #4F2683;
            }

        .clsMyWall .likeusername {
            float: left;
            color: #4F2683;
            margin-top: 15px;
        }

        .clsMyWall .likeuserdate1 {
            float: right;
            margin-top: 15px;
            font-size: 11px;
            font-weight: bold;
            margin-right: 10px;
        }

        .clsMyWall .likeuserdatedelete {
            margin-top: 7px;
            cursor: pointer;
        }

        .clsMyWall .likeusercomment {
            width: 94%;
            float: left;
            font-size: 11px;
        }

        .clsMyWall .trcommenttable {
            width: 100%;
        }

            .clsMyWall .trcommenttable input {
            }

        .clsMyWall .post {
        }