@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: normal;
    color: #3a3a3a;
    background: #fff;
}

html, body {
    height: 100%;
}

p {
    display: block;
    padding-bottom: 15px;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #525252;
}

a, input, button, select, textrea {
    outline: none;
    text-decoration: none;
    color: #333;
}

.transition {
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.addstoreBtns {
    margin-top: 20px;
}
input[type=button] {
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.appraence {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

input, select, textarea {
    font-size: 14px;
    color: #3a3a3a;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    outline: none;
}

form {
    margin: 0 !important;
}

.clr {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tlr {
    text-align: right !important;
}

.vAlign {
    vertical-align: middle !important;
}

img {
    border: none;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

p.last {
    padding-bottom: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.black {
    color: #000000 !important;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.main-cont {
    width: 100%;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

.loginOuter {
    min-height: 100vh;
}

.loginLangBx {
    padding: 20px 0;
}

.loginlogRight {
    float: right;
    line-height: 40px;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    color: #fff;
    background: url(../images/down-arrow.png) right center no-repeat;
}

    .loginlogRight i {
        vertical-align: top;
        margin-right: 10px;
        display: inline-block;
    }

.changeLink i img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.loginLogoBx {
    padding: 20px 0;
    text-align: center;
}

.adminloginHd {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}

.loginFrmBx {
    max-width: 545px;
    margin: 0 auto;
    padding-bottom:40px;
}

.half {
    width: 48%;
}

.FrmBx {
    padding-bottom: 20px;
    position: relative;
}

    .FrmBx label {
        font-size: 16px;
        line-height: 30px;
        display: block;
        color: #fff;
    }

input.loginInp {
    width: 100%;
    height: 55px;
    border-radius: 10px;
    background: transparent;
    border: #fff solid 1px;
    padding: 0 10px 0 50px;
    color: #fff;
}

/*.loginIcon {
    background: url(../images/email-icon.png) 15px center no-repeat !important;
}

.passwordIcon {
    background: url(../images/lock-icon.png) 15px center no-repeat !important;
}*/

.gm-style img {
    max-width: none;
    margin: 0px !important;
}

button.gm-ui-hover-effect {
    right: 4px !important;
    top: 2px !important;
    height: 15px !important;
    width: 14px !important;
}

.rembRight {
    float: right;
}

    .rembRight a {
        color: #fec856;
        display: inline-block;
        text-decoration: underline;
        font-size: 15px;
    }

        .rembRight a:hover {
            color: #ffffff;
        }

.rembLeft {
    float: left;
}

.errormsg {
    position: absolute;
    right: 0px;
    font-size: 12px;
    color: #ffffff;
    padding: 0 10px;
    line-height: 20px;
    /* top: auto; */
    background: #ce0101;
    top: -17px;
    max-width: 320px;
}

.FrmBx .errormsg {
    bottom: 80px;
    top: auto;
}

/*.dashFltInp option {
    color: #000;
}*/

input[type=checkbox] {
    overflow: hidden;
}

    input[type=checkbox].css-check {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

        input[type=checkbox].css-check + label.css-label {
            padding-left: 32px;
            height: 21px;
            display: inline-block;
            line-height: 21px;
            background-repeat: no-repeat;
            background-position: 0 0;
            vertical-align: middle;
            cursor: pointer;
            font-size: 15px;
            color: #b1b1b1;
        }

label.css-label {
    background-image: url(../images/check-icon.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=checkbox].css-check:checked + label.css-label {
    background-position: 0 -21px;
    color: #b1b1b1;
}

.loginBtnBx {
    padding-top: 20px;
}

button.loginBtn {
    width: 100%;
    background: #fec856;
    height: 55px;
    border: 0;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

    button.loginBtn:hover {
        width: 100%;
        background: #bd8b41;
        color: #ffffff;
    }

.frogotMsg {
    font-size: 15px;
    text-align: center;
    padding-bottom: 40px;
    color: #fff;
    line-height: 25px;
    max-width: 450px;
    margin: 0 auto;
}

.backarrow {
    padding-top: 20px;
}

.langBx {
    display: block;
    position: relative;
}

.lang {
    display: inline-block;
    position: relative;
    color: #FFFFFF;
    vertical-align: top;
}

    .lang > a {
        color: #FFFFFF;
        width: 30px;
        text-align: center;
        display: block;
        padding: 8px;
    }
/*--------------27-10-2021 starts---------------------*/
.usermanageFilter.coupanoffFlt {
   
    display: flex;
    align-items: center;
}
.DashNav{
    position:absolute;
    height:500px;
    overflow:auto;
    width:93%;

}
.DashNav ul{
    padding-bottom:20px;
    padding-top:20px;
}
/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
.addstoreBtn {
   margin-top:24px!important;
    height:42px;
}


/*--------------27-10-2021 ends---------------------*/

/*--------------language---------------------*/
.autoTranslate {
    z-index: 50;
    color: #fff;
    line-height: 14px;
    position: relative;
}

.changeLink {
    color: #fff;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    font-size: 13px;
    behavior: url(PIE.htc);
    padding-right: 15px;
    border-radius: 3px;
}

.autoTranslate {
    position: relative;
}

.langTrans {
    display: inline;
    vertical-align: text-top;
}

.changeLink small {
    font-size: 12px;
    display: inline-block;
}

.changeLink span {
    display: inline-block;
    line-height: 40px;
}

.dropDownLang {
    position: absolute;
    background-color: #eeeeee;
    left: -15px;
    z-index: 60;
    width: 150px;
    text-align: center;
    display: none;
    top: 42px;
}

    .dropDownLang:after {
        border-right: transparent solid 10px;
        border-left: transparent solid 10px;
        border-bottom: #eeeeee solid 10px;
        content: '';
        right: 0;
        position: absolute;
        top: -10px;
    }

    .dropDownLang li img {
        width: 18px;
        margin-right: 5px;
    }

    .dropDownLang li > a {
        display: block;
        padding: 8px 10px;
        font-size: 14px;
        text-align: left;
        border-bottom: solid 1px #fff;
    }


/*-----User Management-----*/
.dashMain {
    background-attachment: fixed !important;
    min-height: 100vh;
}

.dash_left {
    float: left;
    width: 275px;
    background: #0c0f13;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: #1a2027 solid 1px;
    padding-left: 15px;
}

.dash_right {
    width: calc( 100% - 275px);
    float: right;
    background: url(../images/login-bg.jpg) center center no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.leftCollepsBx {
    height: 81px;
    padding: 23px 0 0 10px;
}

.DashNav {
    height: 100vh;
    max-height: calc(100vh - 81px);
    overflow-y: auto;
    overflow-x: hidden;
}
    .leftCollepsBx a {
        border: #6c6f72 solid 2px;
        display: block;
        width: 36px;
        height: 36px;
        border-radius: 3px;
        padding: 7px 8px;
    }

        .leftCollepsBx a i {
            display: block;
            width: 15px;
            height: 3px;
            background: #6c6f72;
            margin-bottom: 4px;
        }

.dashHdr {
    background: #0e1115;
    border-bottom: #1a2027 solid 1px;
    height: 81px;
    z-index: 99;
    position: fixed;
    right: 0;
    left: 275px;
    padding: 0 30px;
}

.loginInpIcon input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

.loginInpIcon {
    position: relative;
}

    .loginInpIcon i {
        position: absolute;
        top: 50%;
        transform: translate(15px, -50%);
    }


.dashLogoBx {
    float: left;
    padding: 7px 0;
}

    .dashLogoBx a {
        display: block;
        line-height: 0;
    }

.dashtopRightBx {
    float: right;
    padding: 20px 0;
}

.useradmin {
    display: inline-block;
    padding-right: 20px;
    border-right: #ccc solid 1px;
    margin-right: 20px;
    vertical-align: top;
    position: relative;
}

.userLangOuter {
    display: inline-block;
    vertical-align: top;
}

.useradmin i {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
}

    .useradmin i img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.useradmin a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding-left: 5px;
    padding-right: 20px;
    line-height: 40px;
    background: url(../images/down-arrow.png) right center no-repeat;
}

.DashNav li {
    display: flex;
    padding-bottom: 2px;
}

    .DashNav li a {
        display: flex;
        font-size: 13px;
        color: #bcbcbc;
        width:100%;
        line-height: 29px;
        height: 49px;
        padding: 10px 10px 10px 10px;
        border-radius: 25px 0 0 25px;
        border-right: transparent solid 1px
    }

        .DashNav li a:hover, .DashNav li a.active {
            border-right: #fec856 solid 1px;
            color: #fec856;
        }

        .DashNav li a span {
            width:220px;
            display: flex;
            vertical-align: top;
            line-height: 29px;
        }

        .DashNav li a i {
            display: inline-block;
            vertical-align: top;
            width: 40px;
            height: 29px;
            position: relative;
        }

            .DashNav li a i img {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translate(0, -50%);
            }

        .DashNav li a .img {
            display: block;
        }

        .DashNav li a .hover {
            display: none;
        }

        .DashNav li a:hover .img, .DashNav li a.active .img {
            display: none;
        }

        .DashNav li a:hover .hover, .DashNav li a.active .hover {
            display: block;
        }

        .DashNav li a:hover, .DashNav li a.active {
            background: #3b3d41;
            width:100%;
        }

.DashCont_Right {
    padding: 100px 30px 30px 30px;
}

.dashhdBx {
    padding-bottom: 20px;
}

.dashHeading {
    float: left;
    font-size: 22px;
    line-height: 23px;
    font-weight: 600;
    color: #fff;
    padding-top: 22px;
}

    .dashHeading i {
        display: inline-block;
        vertical-align: top;
    }

        .dashHeading i img {
            vertical-align: top;
        }

    .dashHeading span {
        display: inline-block;
        padding-left: 50px;
        font-size: 16px;
        line-height: 23px;
        font-weight: 500;
    }

.usermanageFilter {
    float: right;
}

.regfltrBx {
    display: inline-block;
    margin-left: 3px;
}

label {
    color: #e4e4e4;
    line-height: 16px;
    font-size: 12px;
    padding-bottom: 3px;
    display: block;
}

.dashFltInp {
    width: 100%;
    height: 42px;
    color: #000;
    padding: 0 30px 0 10px;
    background: transparent;
    border: #858585 solid 1px;
    border-radius: 5px;
    font-size: 13px;
}

.dashFltInp {
    width: 100%;
    height: 42px;
    color: #fff;
    padding: 0 30px 0 10px;
    background: transparent;
    border: #858585 solid 1px;
    border-radius: 5px;
    font-size: 13px;
}

.dashFltInp2 {
    width: 100%;
    height: 120px;
    color: #fff;
    resize: none;
    padding: 10px;
    background: transparent;
    border: #858585 solid 1px;
    border-radius: 5px;
    font-size: 13px;
}

.calicon {
    background-image: url(../images/calander-icon.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.blackdownarrow {
    background-image: url(../images/black-down-arrow.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.srchicon {
    background-image: url(../images/srch-icon.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
}
.srchiconsub {
    background-image: url(../images/srch-icon.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-color:#000;
}

.w-110 {
    width: 130px !important;
}

.w-130 {
    width: 130px !important;
}

.w-140 {
    width: 140px !important;
}

.w-300 {
    width: 300px !important;
}

.dashMidBx {
    padding: 20px;
    background: #181e24;
    border-radius: 5px;
}

.usertble {
    border: 0;
}

.usermanageFilter.coupanCatFlt {
    float: right !important;
}

.usertble th {
    background: #000;
    padding: 15px 10px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    max-width: 250px;
}

.usertble td {
    border-bottom: #20262d solid 1px;
    padding: 15px 8px !important;
    line-height: 25px;
    vertical-align: middle;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    /*white-space: pre-wrap;*/
    max-width: 250px;
    white-space: break-spaces;
    word-break: break-all;
    vertical-align: top;
}
.usertblesub th {
    background: #000;
    color: #fff;
    /*padding: 15px 8px !important;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;*/
}

.usertblesub td {
    border-bottom: #20262d solid 1px;
    color: #fff;
    /*padding: 15px 8px !important;*/
    /*line-height: 25px;
    vertical-align: middle;
    font-size: 13px;
    
    font-weight: 400;
    text-align: left;
    white-space: pre-wrap;*/
}

.notification td {
    white-space: pre-wrap;
    line-height: 20px;
    /*text-align:center;*/
}
.imogiOuter div {
   z-index:8;
}

.usertble td a {
    color: #3798fb;
    white-space: pre-wrap;
}

.usertble tr td:last-child {
    white-space: nowrap;
}

.replyIcon {
    display: inline-block;
    margin: 0 5px 0 10px;
    vertical-align: middle;
}

.editIcon {
    display: inline-block;
    vertical-align: middle;
}

.subsBtn {
    width: 15px;
    height: 15px;
    background: #8ac545;
    display: inline-block;
    border-radius: 50%;
}

.unsubsBtn {
    width: 15px;
    height: 15px;
    background: #c7c7c7;
    display: inline-block;
    border-radius: 50%;
}

.expiresubsBtn {
    width: 15px;
    height: 15px;
    background: #ff0000;
    display: inline-block;
    border-radius: 50%;
}

.dataTables_wrapper .dataTables_paginate {
    float: left !important;
}

.dataTables_paginate {
    padding-top: 20px !important;
}

    .dataTables_paginate a.paginate_button.first, .dataTables_paginate a.paginate_button.last {
        display: inline-block !important;
        font-size: 15px !important;
        color: #000 !important;
        background: #fec856 !important;
        height: 50px !important;
        width: 100px !important;
        text-align: center !important;
        line-height: 30px !important;
        padding: 10px !important;
        font-weight: 500 !important;
        border-radius: 30px !important;
    }

    .dataTables_paginate a.paginate_button.first {
        margin-right: 10px;
    }

    .dataTables_paginate a.paginate_button.last {
        margin-left: 10px !important;
    }


        .dataTables_paginate a.paginate_button.first:hover, .dataTables_paginate a.paginate_button.last:hover {
            background: #bd8b41 !important;
            color: #fff !important;
        }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #fec856 !important;
    color: #000 !important;
}
/*.paginationBx ul {
        display: inline-block;
        margin: 0 10px;
        border: #515151 solid 1px;
        border-radius: 10px;
    }

        .paginationBx ul li {
            display: inline-block;
        }*/
.dataTables_paginate a {
    display: inline-block !important;
    font-size: 15px !important;
    position: relative !important;
    color: #fff !important;
    line-height: 50px !important;
    padding: 0 20px !important;
    border: #515151 solid 1px !important;
    margin-left: -1px !important;
}

    .dataTables_paginate a:hover {
        color: #000 !important;
    }

    .dataTables_paginate a .img {
        display: inline-block;
    }

    .dataTables_paginate a .hover {
        display: none;
    }

    .dataTables_paginate a:hover .img {
        display: none;
    }

    .dataTables_paginate a:hover .hover {
        display: inline-block;
    }

    /*.paginationBx ul li:first-child a {
                border-radius: 10px 0 0 10px;
            }

            .paginationBx ul li:last-child a {
                border-right: 0;
                border-radius: 0 10px 10px 0;
            }*/

    .dataTables_paginate a:hover {
        background: #fec856;
        color: #000;
    }

/*--------On Off Switch-----------*/
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 15px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 21px;
        width: 21px;
        left: -4px;
        bottom: -3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #fcb614;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(29px);
    -ms-transform: translateX(29px);
    transform: translateX(29px);
}

.slider.round {
    border-radius: 21px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.dash_left.closeLeftpanel {
    width: 90px;
}

    .dash_left.closeLeftpanel .DashNav li a span {
        width: 0;
        height: 0;
        opacity: 0;
        visibility: hidden;
    }

.dash_right.closeRightpanel {
    width: calc(100% - 90px);
}

    .dash_right.closeRightpanel .dashHdr {
        left: 90px;
    }

.dash_left.closeLeftpanel .leftCollepsBx a i:nth-child(1) {
    position: relative;
    transform: rotate(-50deg);
    top: 7px;
}

.dash_left.closeLeftpanel .leftCollepsBx a i:nth-child(2) {
    position: relative;
    transform: rotate(50deg);
}

.dash_left.closeLeftpanel .leftCollepsBx a i:last-child {
    display: none;
}

.userback {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.userDash_TabNav {
    padding-top: 20px;
}

.userDash_TabNav {
}

    .userDash_TabNav li {
        display: inline-block;
        margin-right: 2px;
    }

        .userDash_TabNav li a {
            display: block;
            color: #989797;
            background: #1a1919;
            line-height: 20px;
            padding: 10px 30px;
            border-radius: 3px 3px 0 0;
        }

            .userDash_TabNav li a.active {
                background: #181e24;
                color: #fff;
            }

.userName {
    float: right;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: relative;
    top: -35px;
}

.userDashTabCont {
    display: none;
}

.TabContBg {
    background: #181e24;
    border-radius: 0 5px 5px 5px;
}

.userdetImgBx {
    float: left;
    width: 335px;
    padding: 40px 30px;
    text-align: center;
}

.userdetBx {
    float: right;
    width: calc(100% - 335px);
    padding: 40px 30px;
    border-left: #262f38 solid 1px;
    min-height: 530px;
}

.userdetImgBx i {
    display: block;
    width: 156px;
    margin: 0 auto 20px auto;
    border: #262f38 solid 10px;
    line-height: 0;
}

.userdetImgBx strong {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 5px;
}

.userdetImgBx span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding-bottom: 5px;
    line-height: 24px;
}

.userdetImgBx a, .userdetImgBx input {
    font-size: 14px;
    line-height: 26px;
    width: 200px;
    text-align: center;
    padding: 5px 0px;
    font-weight: 500;
    display: inline-block;
    border-radius: 20px;
    margin-top: 10px;
    border: 0;
}

.editdetBtn {
    background: #fff;
    color: #000;
}

    .editdetBtn:hover {
        background: #eee;
        color: #000;
    }

.deavtivateBtn {
    background: #fec856;
    color: #000000;
}

    .deavtivateBtn:hover {
        background: #bd8b41;
        color: #fff;
    }

    .SubscribePlan {
    background: #fec856;
    color: #000000;
}

    .SubscribePlan:hover {
        background: #bd8b41;
        color: #fff;
    }
    .SubscribePlanDiscount {
    background: #fec856;
    color: #000000;
}

    .SubscribePlanDiscount:hover {
        background: #bd8b41;
        color: #fff;
    }

.userInfoBx {
    padding-bottom: 20px;
}

    .userInfoBx h4 {
        border-bottom: #262f38 solid 1px;
        color: #989797;
        font-size: 18px;
        padding-bottom: 5px;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 7px;
    }

    .userInfoBx span {
        display: block;
        font-size: 14px;
        line-height: 28px;
        color: #fff;
    }

        .userInfoBx span a {
            color: #44a9ff;
            text-decoration: underline;
        }

.userSubsBx {
    padding: 15px 30px 15px 20px;
}

.userTabHd {
    float: left;
    font-size: 16px;
    color: #fff;
    padding-top: 24px;
}

    .userTabHd span {
        padding-left: 100px;
    }

.pt0 {
    padding-top: 0 !important;
}

.redemPoint {
    display: inline-block;
    font-size: 16px;
    color: #fff;
}

    .redemPoint span {
        line-height: 40px;
        border-right: #2c343c solid 1px;
        padding: 0 25px;
    }

        .redemPoint span strong {
            font-weight: 500;
        }

        .redemPoint span:last-child {
            border-right: 0;
            padding-right: 0;
        }

.addstoreBtn a {
    background: #fec856;
    line-height: 26px;
    width: 100%;
    padding: 8px 10px 8px 10px !important;
    display: inline-block;
    text-align: center;
    font-size: 14px;
   
    font-weight: 600;
    border-radius: 20px;
    color: #000;
}

    .addstoreBtn a:hover {
        background: #bd8b41;
        color: #fff;
    }

.dashMidBx {
    padding: 20px;
    background: #181e24;
    border-radius: 5px;
    overflow: auto;
}
.dashMidBxsub {
    padding: 20px;
    background: #181e24;
    border-radius: 5px;
    width:650px
}

.storinfoBx {
    padding-bottom: 15px;
}

.storInfoHd {
    font-size: 18px;
    font-weight: 600;
    color: #989797;
    border-bottom: #262f38 solid 1px;
    margin-bottom: 20px;
    line-height: 30px;
}
.gmnoprint label{ 
    color:#333!important;
}

.storeInfImg {
    width: 136px;
    height: 153px;
    float: left;
    margin-right: 25px;
    line-height: 0;
    position: relative;
}

    .storeInfImg img {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        max-height: 100%;
    }

.storeInfoBrowse {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    cursor: pointer;
}

.storefrmOuter {
    max-width: 620px;
    width: 100%;
}

.storefrmBx {
    margin-bottom: 17px;
    position: relative;
}

    .storefrmBx:last-child {
        padding-bottom: 0;
    }

    .storefrmBx label {
        font-size: 14px;
        display: block;
        line-height: 15px;
        padding-bottom: 4px;
        color: #f6f4f4;
    }

.addstoreInp {
    width: 100%;
    height: 41px;
    background: #13181d;
    color: #999;
    border: #858585 solid 1px;
    border-radius: 5px;
    padding: 0 10px;
}
.addstoreInp1 {
    width: 100%;
    height: 41px;    
    border: #858585 solid 1px;
    border-radius: 5px;
    padding: 0 10px;
}

.addstoreInp2 {
    width: 100%;
    height: 100px;
    background: #13181d;
    color: #999;
    border: #858585 solid 1px;
    border-radius: 5px;
    resize: none;
    padding: 10px;
}
.addstoreInp3 {
    /*width: 100%;*/
    height: 41px;
    background: #13181d;
    color: #999;
    border: #858585 solid 1px;
    border-radius: 5px;
    padding: 0 10px;
}

.storefrmBx {
    font-size: 12px;
    color: #b5b5b5;
}

.phoneum_left {
    width: 110px;
    float: left;
}

.phone_Right {
    float: right;
    width: calc(100% - 120px);
}

.srchinp {
    background-image: url(../images/srch-icon.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    padding: 0 10px 0 40px;
}

.srchMap {
    height: 335px;
    line-height: 0;
}

.maptitl {
    font-size: 14px;
    padding: 5px 0 20px 0;
    color: #fff;
}

/*.addstoreBtns {
    padding-top: 20px;
}*/

    .addstoreBtns a {
        display: inline-block;
        margin-right: 10px;
        font-weight: 600;
        text-align:center;
        font-size: 15px;
        color: #000;
        width: 110px;
        line-height: 21px;
        padding: 10px 0;
        text-align: center;
        border-radius: 25px;
    }

.canclBtn {
    background: #fff;
}

    .canclBtn:hover {
        background: #a9a9a9;
        color: #fff;
    }

.addstoreBtns input {
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    width: 110px;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    border-radius: 25px;
    border: 0;
}

.saveBtn {
    background: #fec856;
}

    .saveBtn:hover {
        background: #d2930e;
        color: #fff;
    }

.p0 {
    padding: 0;
}

.upldimgBx {
    background: #fff;
    height: 230px;
    position: relative;
}

    .upldimgBx img {
        position: absolute;
        left: 50%;
        top: 50%;
        display: inline-block;
        transform: translate(-50%, -50%);
        max-height: 100%;
    }

.imgupldBtn {
    padding-top: 15px;
    width: 700px;
}

    .imgupldBtn span {
        display: inline-block;
        position: relative;
        margin-right: 10px;
    }

        .imgupldBtn span a {
            background: #3798fb;
            width: 140px;
            line-height: 31px;
            display: block;
            border-radius: 20px;
            text-align: center;
            padding-right: 35px;
            position: relative;
            font-size: 15px;
            font-weight: 600;
            color: #fff;
        }

            .imgupldBtn span a i {
                position: absolute;
                right: 0;
                top: 0;
                background: #007bf8;
                border-radius: 0 20px 20px 0;
                bottom: 0;
                width: 35px;
            }

.upldimgBtn {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 31px;
    opacity: 0;
    cursor: pointer;
}

.imgupldBtn small {
    font-size: 14px;
}

.p15 {
    padding-bottom: 15px !important;
}

.clockicon {
    background-image: url(../images/clock-icon.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.storelist {
    background: #242d35;
    border-radius: 3px;
}

.storesrch {
    padding: 20px 10px;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
}

    .storesrch small {
        display: inline-block;
        padding-left: 50px;
    }

    .storesrch span {
        float: right;
        width: 360px;
    }

.storetble table {
    padding: 0 10px;
}

    .storetble table thead th {
        padding: 10px !important;
        font-size: 13px;
        color: #fff;
        font-weight: 500;
        text-align: left;
        background: #000;
    }

        .storetble table thead th input {
            background: #38d514;
            line-height: 24px;
            font-size: 13px;
            padding: 0 10px;
            border-radius: 15px;
            color: #fff;
            display: inline-block;
            border: 0;
        }

.coupanTble table thead th {
    white-space: nowrap;
}

.storetble tbody {
    padding: 0px 0 10px 10px;
    /*height: 497px;*/
    overflow: auto;
}

.storetble table tbody td {
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    text-align: left;
    border-bottom: #2c3640 solid 1px;
    white-space: nowrap;
}

    .storetble table tbody td input {
        background: #38d514;
        line-height: 24px;
        font-size: 13px;
        padding: 0 15px;
        border-radius: 15px;
        color: #fff;
        display: inline-block;
        border: 0;
    }

.lightBg {
    background: #6e6b6b !important;
}

.userDetailBx.couponDetail .userdetImgBx {
    width: 530px;
}

.userDetailBx.couponDetail .userdetBx {
    width: calc(100% - 530px);
}

.msgInp2 {
    width: 100%;
    height: 180px;
    background: #fff;
    color: #000;
    resize: none;
    border: #858585 solid 1px;
    padding: 10px;
}

.addmessageNote {
    padding: 20px;
    font-size: 14px;
    color: #fff;
}

input[type=radio] {
    overflow: hidden;
}

    input[type=radio].css-radio {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

        input[type=radio].css-radio + label.css-label2 {
            padding-left: 20px;
            height: 14px;
            display: inline-block;
            line-height: 14px;
            background-repeat: no-repeat;
            background-position: 0 0;
            vertical-align: middle;
            cursor: pointer;
            font-size: 14px;
            color: #fff;
        }

label.css-label2 {
    background-image: url(../images/radio-icon.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=radio].css-radio:checked + label.css-label2 {
    background-position: 0 -14px;
    color: #b1b1b1;
}

.radioList {
    padding-bottom: 15px;
}

    .radioList span {
        padding-right: 20px;
    }

.mt10 {
    margin-top: 10px !important;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.popInnerBx {
    max-width: 700px;
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popInnerBxsub {
    max-width: 700px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.PopupHd {
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
}

.PopFrmBx {
    padding-bottom: 20px;
    position: relative;
}

    .PopFrmBx .errormsg {
        bottom: 63px;
    }

    .PopFrmBx label {
        font-size: 14px;
        color: #000;
        display: block;
        padding-bottom: 5px;
    }

.PopInp {
    width: 100%;
    height: 41px;
    border: #e5e5e5 solid 1px;
    background: #f6f4f4;
    padding: 0 10px;
    border-radius: 3px;
}

.popBtnsBx a {
    display: inline-block;
    margin-right: 10px;
    line-height: 21px;
    padding: 10px;
    text-align: center;
    width: 110px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
}

.popCanclBtn {
    background: #000;
    color: #fff;
}

    .popCanclBtn:hover {
        background: #666;
    }

.popBtnsBx input {
    display: inline-block;
    margin-right: 10px;
    line-height: 21px;
    padding: 10px;
    text-align: center;
    width: 110px;
    border-radius: 25px;
    font-size: 14px;
    border: 0;
    font-weight: 600;
}

.popSaveBtn {
    background: #fec856;
    color: #000000;
}

    .popSaveBtn:hover {
        background: #e0a424;
    }

.subsamountBg {
    background: #242d35;
    padding: 15px;
    border-radius: 5px;
}

.usergraphTitl {
    padding: 30px 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.usergraphFltr {
    padding-bottom: 10px;
    border-bottom: #333940 solid 1px;
}

.fltrInp {
    width: 110px;
    border-radius: 20px;
    background: #fec856;
    border: 0;
    height: 42px;
    padding: 0 15px;
    font-weight: 600;
    color: #000;
    margin-top: 23px;
}

.usergraph img {
    max-width: 100%;
}

.syncBx {
    float: right;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
}

    .syncBx a {
        background: #fec856;
        display: inline-block;
        margin-left: 10px;
        padding: 0 15px;
        border-radius: 20px;
        font-weight: 600;
        color: #000;
    }

        .syncBx a img {
            display: inline-block;
            vertical-align: middle;
        }

.errormsgBx {
    background: #ce0101;
    padding: 15px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}

    .errormsgBx a.closeerror {
        position: absolute;
        right: 7px;
        top: 0px;
        color: #fff;
        font-weight: 600;
        font-size: 15px;
    }



.subadminsrch {
    padding: 150px 0;
    max-width: 510px;
    margin: 0 auto;
}

    .subadminsrch h2 {
        text-align: center;
        font-size: 23px;
        color: #fff;
        padding-bottom: 40px;
    }

.subadminsrchBx {
    text-align: center;
}

    .subadminsrchBx input {
        background: #fec856;
        display: inline-block;
        padding: 10px 30px;
        line-height: 22px;
        color: #000;
        font-size: 16px;
        text-align: center;
        width: 160px;
        border-radius: 25px;
        font-weight: 600;
        border: 0;
    }

        .subadminsrchBx input:hover {
            background: #e2a423;
            color: #fff;
        }

.alignCenter {
    text-align: center;
}

.redeemClose {
    position: absolute;
    right: 8px;
    font-weight: 600;
    top: 5px;
    font-size: 16px;
    cursor: pointer;
}


.usersettDropBx {
    position: absolute;
    width: 237px;
    background: #eeeeee;
    padding: 0 15px;
    top: 42px;
    display: none;
    right: 1px;
}

    .usersettDropBx:after {
        border-right: transparent solid 10px;
        border-left: transparent solid 10px;
        border-bottom: #eee solid 10px;
        content: '';
        position: absolute;
        right: 10px;
        top: -10px;
    }

    .usersettDropBx li {
        display: block;
    }

        .usersettDropBx li a {
            display: block;
            color: #000;
            background: none;
            line-height: 25px;
            height: 45px;
            padding: 10px 0;
            border-bottom: #ccc solid 1px;
        }

            .usersettDropBx li a:hover {
                color: #fec856;
            }

        .usersettDropBx li:last-child a {
            border-bottom: 0;
        }

        .usersettDropBx li a i {
            display: inline-block;
            width: 30px;
            height: auto;
        }

            .usersettDropBx li a i img {
                border-radius: 0;
                width: auto;
                height: auto;
            }


.moblogo {
    display: none;
}

.dataTables_paginate span.ellipsis {
    font-size: 16px;
    font-weight: 600;
    color: #b5b5b5;
    letter-spacing: 1px;
}

.paginate_button.previous {
    border-radius: 5px 0 0 5px !important;
}

.paginate_button.next {
    border-radius: 0 5px 5px 0 !important;
}


.storesrch small {
    font-size: 14px;
    padding-left: 10px;
}

.userDetailBx.couponDetail .userdetImgBx img {
    max-height: 250px;
    margin-bottom: 20px;
}


.ck.ck-reset, .ck.ck-reset_all, .ck.ck-reset_all * {
    width: 100% !important;
}

.userSubsBx button {
    padding: 0px !important;
}

.ck.ck-toolbar .ck.ck-toolbar__separator {
    width: 1px !important;
}

.allCoupanOuterBx {
    margin-bottom: 0 !important;
}

.applyallCheck {
    padding: 15px 0;
}

.addBtnBx {
    position: absolute;
    right: 0px;
    top: 114px;
}

    .addBtnBx input {
        display: inline-block;
        background: #fff;
        width: 40px;
        height: 41px;
        line-height: 42px;
        text-align: center;
        font-size: 22px;
        border-radius: 5px;
        border: 0;
    }


.swal-text {
    color: #000 !important;
}

.swal-footer {
    text-align: center !important;
}

button.swal-button.swal-button--cancel {
    background: #000000 !important;
    color: #fff !important;
    width: 100px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 20px;
}

button.swal-button.swal-button--defeat, button.swal-button.swal-button--confirm {
    background: #fec856 !important;
    color: #000 !important;
    width: 100px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 20px;
}

.swal-button:focus {
    outline: none;
    box-shadow: none !important;
}

.usersubsFltr .userTabHd {
    float: left;
    padding-top: 30px;
}

.usersubsFltr .usermanageFilter {
    float: right;
}

.storefrmBx .selectator_element {
    background: #13181d;
    border: #858585 solid 1px;
    color: #ccc;
}

    .storefrmBx .selectator_element:after {
        position: absolute;
        cursor: pointer;
        content: '\25BC';
        transform: translate(0, -50%);
        right: 4px;
        color: #ccc;
        top: 50%;
        line-height: 27px;
        font-size: 16px;
    }

/*.coupanDescError {
    bottom: 121px;
}*/

/*.sorting {
    background-image: url('../DataTables/images/sort_both.png');
}

.sorting_asc {
    background-image: url("../DataTables/images/sort_asc.png")
}

.sorting_desc {
    background-image: url("../DataTables/images/sort_desc.png")
}

.sorting_asc_disabled {
    background-image: url("../DataTables/images/sort_asc_disabled.png")
}

.sorting_desc_disabled {
    background-image: url("../DataTables/images/sort_desc_disabled.png")
}*/


/*----------------------------Spanish Css---------------------*/
.spanishClass .DashNav li a {
    font-size: 14px;
    padding-left: 10px!important;
    width:100%;
}

    .spanishClass .DashNav li a i {
        width: 40px;
    }

.spanishClass .addstoreBtn a {
    width: auto;
    font-size: 12px;
    font-weight: 500;
    padding: 0 10px;
}

.spanishClass .prodfltr1 {
    width: 190px !important;
}

.spanishClass .usermanageFilter.prodFltrBx .regfltrBx.w-300 {
    width: 185px !important;
}




.wickedpicker {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 0 0 1px rgba(14,41,57,.12),0 2px 5px rgba(14,41,57,.44),inset 0 -1px 2px rgba(14,41,57,.15);
    background: #fefefe;
    margin: 0 auto;
    border-radius: .1px;
    width: 220px;
    height: 130px;
    font-size: 14px;
    display: none
}

.wickedpicker__title {
    background-image: -webkit-linear-gradient(top,#fff 0,#f2f2f2 100%);
    position: relative;
    background: #f2f2f2;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 11px 10px 15px;
    color: #4C4C4C;
    font-size: inherit
}

.wickedpicker__close {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    position: absolute;
    top: 25%;
    right: 10px;
    color: #34495e;
    cursor: pointer
}

    .wickedpicker__close:before {
        content: '';
    }

.wickedpicker__controls {
    padding: 5px 0;
    line-height: normal;
    margin: 0
}

.wickedpicker__controls__control, .wickedpicker__controls__control--separator {
    vertical-align: middle;
    display: inline-block;
    font-size: inherit;
    margin: 0 auto;
    width: 70px;
    letter-spacing: 1.3px;
    font-size: 24px;
}

.wickedpicker__controls__control-down, .wickedpicker__controls__control-up {
    color: #34495e;
    position: relative;
    display: block;
    margin: 5px auto;
    font-size: 24px;
    cursor: pointer;
    font-weight: 600;
}

    .wickedpicker__controls__control-up:before {
        content: '';
        width: 28px !important;
        height: 20px;
        background: url(../images/uparrow.png) center center no-repeat;
    }

    .wickedpicker__controls__control-down:after {
        content: '';
        width: 28px !important;
        height: 20px;
        background: url(../images/downarrow.png) center center no-repeat;
    }

.wickedpicker__controls__control--separator {
    width: 5px
}

.text-center, .wickedpicker__controls, .wickedpicker__controls__control, .wickedpicker__controls__control--separator, .wickedpicker__controls__control-down, .wickedpicker__controls__control-up, .wickedpicker__title {
    text-align: center
}

.hover-state {
    color: #3498db
}

@font-face {
    font-family: fontello;
    src: url(../fonts/fontello.eot?52602240);
    src: url(../fonts/fontello.eot?52602240#iefix) format("embedded-opentype"),url(../fonts/fontello.woff?52602240) format("woff"),url(../fonts/fontello.ttf?52602240) format("truetype"),url(../fonts/fontello.svg?52602240#fontello) format("svg");
    font-weight: 400;
    font-style: normal
}

.fontello-after:after, .fontello:before, .wickedpicker__controls__control-down:after, .wickedpicker__controls__control-up:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.clearable-picker {
    position: relative;
    display: inline-block
}

    .clearable-picker > .hasWickedpicker {
        padding-right: 1em
    }

        .clearable-picker > .hasWickedpicker::-ms-clear {
            display: none
        }

    .clearable-picker > [data-clear-picker] {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        font-weight: 700;
        font-size: .8em;
        padding: 0 .3em .2em;
        line-height: 1;
        color: #bababa;
        cursor: pointer
    }

        .clearable-picker > [data-clear-picker]:hover {
            color: #a1a1a1
        }


.wickedpicker p.wickedpicker__title {
    display: none;
}

.selectator_options .selectator_option .selectator_option_title {
    margin-left: 0 !important;
}

.allCoupanOuterBx {
    margin-bottom: 0 !important;
    overflow: auto;
    max-height: 920px;
    width: 700px;
    padding-right: 80px;
}

    .allCoupanOuterBx tr td {
        position: relative;
    }

        .allCoupanOuterBx tr td:last-child {
            text-align: right;
            vertical-align: top;
        }

            .allCoupanOuterBx tr td:last-child .btnDelete {
                top: 85px;
            }

span#spnUsersCount {
    padding-left: 4px;
}

select {
    background: #13181d url(../images/black-down-arrow.png) right 7px center no-repeat !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 20px 0 10px !important;
}

.btnDelete {
    width: 40px;
    height: 41px;
    display: inline-block;
    background: #ff3f3f;
    border: 0;
    border-radius: 3px;
    font-size: 20px;
    position: relative;
    top: 16px;
    color: #fff !important;
    font-weight: 600;
    line-height: 41px;
}

.spanishClass .regfltrBx.addstoreBtn a {
    background: #fec856;
    line-height: 26px;
    width: 100%;
    padding: 15px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    color: #000;
}

.spanishClass .storemanageFltr .regfltrBx.w-140 {
    width: 110px !important;
}

.spanishClass .storemanageFltr .regfltrBx.addstoreBtn a {
    width: 240px !important;
}



.dashLogoBx img {
    width: 65px;
    height: 65px;
}
.usermanageFilter.broadcastFltr .regfltrBx.w-300 {
    width: 350px !important;
}

.usermanageFilter.broadGroupFilt .regfltrBx.w-300 {
    width: 350px !important;
}

.userSubsBx.broadcastGroupOuter .userTabHd {
    padding-top: 8px;
}

.broadcastMsgTble table tr td {
    white-space: normal;
}

.userSubsBx.historyfiltr .w-300 {
    width: 500px !important;
}

.spanishClass .storemanageFlt .regfltrBx.w-300 {
    width: 440px !important;
}

.storemanageFlt .regfltrBx.w-300 {
    width: 340px !important;
}

.storeInfImg .errormsg {
    bottom: -14px;
    font-size: 11px;
    right: 0;
    top: auto;
}

/*---------------16/09/2020--------------------*/
.prodDetImg {
    position: relative;
    background: #f5f5f5;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

.proddetImgInn {
    max-height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

    .proddetImgInn img {
        max-height: 95% !important;
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    .proddetImgInn a {
        position: absolute;
        background: #666666;
        right: 10px;
        bottom: 10px;
        width: 30px;
        height: 30px;
        border-radius: 0;
    }

        .proddetImgInn a img {
            width: 22px;
        }

ul.userClrList {
    padding-top: 5px;
}

    ul.userClrList li {
        display: inline-block;
        padding-right: 5px;
    }

        ul.userClrList li a {
            width: 40px;
            height: 40px;
            display: block;
            border: transparent solid 1px;
            position: relative;
        }

            ul.userClrList li a:hover, ul.userClrList li a.active {
                border: #fec856 solid 3px;
            }

            ul.userClrList li a span {
                position: absolute;
                top: -40px;
                width: 150px;
                left: 50%;
                transform: translate(-50%, 0%);
                background: #f5f5f5;
                padding: 5px 0;
                line-height: 25px;
                color: #000;
                border-radius: 3px;
                text-align: center;
                display: none;
                font-size: 14px;
            }

                ul.userClrList li a span:after {
                    border-left: transparent solid 5px;
                    border-right: transparent solid 5px;
                    border-top: #f5f5f5 solid 5px;
                    content: '';
                    position: absolute;
                    left: 50%;
                    bottom: -5px;
                    margin-left: -5px;
                }

            ul.userClrList li a:hover span {
                display: block;
            }

.prodbigImg, .prodbigImg1 {
    display: none;
}

.shadeName {
    padding-bottom: 20px;
    font-size: 18px;
    color: #ccc;
}

    .shadeName strong {
        font-weight: 500;
        color: #f5f5f5;
    }

i.ratingBx {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0px 0 10px 0;
}

    i.ratingBx img {
        width: 20px;
    }

.detThumbImg {
    background: #fff;
}

    .detThumbImg:hover, .detThumbImg.active {
        border: #fec856 solid 3px !important;
    }

ul.shortDiscList {
    list-style: disc;
    padding-left: 15px;
}

    ul.shortDiscList li {
        font-size: 15px;
        line-height: 25px;
        color: #f5f5f5;
        padding-bottom: 8px;
    }

.croppie-container .cr-boundary {
    z-index: 0 !important;
}

.allCoupanInnBx > .clearfix {
    padding-right: 120px;
}

.addcatBtn {
    width: 150px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}

.dropdown dd ul {
    width: 100% !important;
}

.mutliSelect li {
    padding: 5px 10px !important;
}

.mutliSelect li {
    float: left;
}

    .mutliSelect li p {
        display: inline;
        padding-left: 5px;
        line-height: 21px !important;
        width: calc(100% - 25px) !important;
        float: right !important;
        padding-bottom: 0px !important;
    }

.dt-buttons.btn-group.flex-wrap {
    display: block;
    text-align: right;
}

.divCustomFilterpd15 {
    padding-top: 15px;
}

select.cke_dialog_ui_input_select {
    background-color: #fff !important;
}

.verifyMailMsg {
    font-size: 39px;
    padding: 15px 0 30px 0;
    text-align: center;
    color: #fec856;
    font-weight: 600;
}

.verifyCont {
    font-size: 24px;
    text-align: center;
    color: #fff;
}

.imogiOuter {
    position: relative;
    
}

    .imogiOuter > span {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }


.spanishClass .DashNav li a span {
    font-size: 13px;
}

/* 19-05-2023 */

.header-userName-txt {
    display: inline-block;
    margin-left: 10px;
}
.dashhdBx .regfltrBx {
    margin-bottom: 20px;
}
.dashMidBx .dataTables_wrapper.no-footer .dt-buttons button {
    margin-bottom: 20px;
}

/* Report page */
.userDashTabCont .usergraph {
    overflow: auto;
}
.storeAdminSearchUserDetails .userName {
    top: 0px;
}

/*************css for the push notification form***************/
a.savebtnnoti {
    border-radius: 25px !important;
    padding: 10px 0px;
    width: 110px;
    color: #000 !important;
    margin-right: 10px;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
}

.savebtnnoti a:hover {
    background: #bd8b41;
    color: #fff;
}

.margin-top-10.col-md-12 {
    padding-top: 20px;
}

.notifi_icon {
    width: 24px;
    background: #bcbcbc;
}
/*****************add button css of notification form********************/
.portlet.light {
    padding: 12px 20px 15px;
}

.portlet {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    border-radius: 4px;
}

    .portlet.light > .portlet-title {
        padding: 0;
        min-height: 48px;
    }

    .portlet > .portlet-title {
        border-bottom: 1px solid #262f38;
        padding: 0;
        margin-bottom: 10px;
        min-height: 41px;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

        .portlet > .portlet-title:after, .portlet > .portlet-title:before {
            content: " ";
            display: table;
        }

    .portlet.light > .portlet-title > .caption {
        color: #fff;
        padding: 10px 0;
    }

    .portlet > .portlet-title > .caption {
        float: left;
        display: inline-block;
        font-size: 18px;
        line-height: 18px;
        padding: 10px 0;
    }

    .portlet.light > .portlet-title > .tools {
        padding: 0px 0 2px !important;
        margin-top: 0px !important;
    }

    .portlet.light > .portlet-title > .tools {
        padding: 10px 0 13px;
        margin-top: 2px;
    }

    .portlet > .portlet-title > .tools {
        float: right;
        display: inline-block;
        padding: 12px 0 8px;
    }

    .portlet.light .portlet-body {
        padding-top: 8px;
    }

.jtable-data-row td {
    padding: 10px;
    border-left: 0px;
    border-bottom: 1px solid #20262d !important;
    border-right: 0px;
}


span.badge.badge-success.badge-roundless {
    background: #fec856;
    padding: 5px;
}

table.jtable {
    background: #fff;
    font-weight: 400;
    /* color: #ffff; */
}


.portlet.box {
    padding: 0 !important;
}


.dashboard-stat, .portlet {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.actions {
    padding: 10px 10px 10px 10px;
    float: right;
}

.control-label {
    margin-top: 1px;
    font-weight: 400;
    color: #f6f4f4;
    line-height: 15px;
    font-size: 14px;
    padding-bottom: 4px;
}

    .control-label span.required {
        color: #f6f4f4;
    }

.checkbox-list > label.checkbox-inline:first-child, .checkbox > label, .form-horizontal .checkbox > label, .portlet.light .form .form-actions.left, .portlet.light .portlet-form .form-actions.left, .radio-list > label.radio-inline:first-child {
    padding-left: 0;
}

.form-control-static, .icon-btn, .input-inline, .radio-list > label.radio-inline {
    display: inline-block;
}

.input-icon > i, .radio-list > label {
    display: block;
}

.form-group.push-form.col-md-12 {
    display: flex;
    /* flex-wrap: wrap;*/
    display: -moz-flexbox;
    display: -webkit-flex;
}

div.checker, div.radio {
    margin-right: 0;
    margin-left: 3px;
}

div.checker {
    margin-right: 5px;
}

    div.checker, div.checker span, div.checker input {
        width: 19px;
        height: 19px;
    }

div.checker {
    position: relative;
}

    div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
        margin: 0;
        padding: 0;
    }

div.selector, div.checker, div.button, div.radio, div.uploader {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

div.checker span.checked {
    background-position: -76px -260px;
}

div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -260px;
}

div.checker, div.checker span, div.checker input {
    width: 19px;
    height: 19px;
}

    div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
        background-image: url(../images/sprite.png);
        background-repeat: no-repeat;
        -webkit-font-smoothing: antialiased;
    }

    div.checker input {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        border: none;
        background: none;
        display: -moz-inline-box;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

    div.checker, div.checker span, div.checker input {
        width: 19px;
        height: 19px;
    }
/*div.checker input, input[type="search"], input[type="search"]:active {
    -moz-appearance: none;
    -webkit-appearance: none;
}*/
.checker input, .radio input {
    outline: 0 !important;
}

.accprofImgBx {
    border: #ababab solid 1px;
    margin-right: 0px;
}

.accprofImg {
    height: 153px;
    padding: 1px;
    position: relative;
    background-color: #fff;
}

    .accprofImg img {
        max-height: 100%;
        max-width: 100%;
        border-radius: 0 !important;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

.prof-userBtn {
    text-align: center;
}

.btn.green:not(.btn-outline) {
    color: #333;
    background-color: #fec856;
    border-color: #fec856;
    border: 0px;
    border-radius: 0px;
}

.btn:not(.btn-sm):not(.btn-lg) {
    line-height: 1.44;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.acc-changeImg {
    width: 100%;
    color: #000;
    font-size: 17px;
    font-weight: 500;
}

.btn {
    outline: 0 !important;
}

.btn, .form-control {
    box-shadow: none !important;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.control-label .required, .form-group .required {
    color: #f6f4f4;
    font-size: 14px;
    padding-left: 2px;
}

.dataTables_wrapper .no-footer th {
    padding: 20px 20px !important;
}

.required {
    color: #FF0000;
    font-weight: bold;
}

.previewWindows-txt {
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.preview-windowSec {
    border: 1px solid #000;
    height: 500px;
    width: 300px;
    text-align: center;
    background: #f9f9f9;
    margin: 30px auto;
    padding: 15px;
}

.preview-Image {
   /* border: 1px solid #000;*/
    height: 400px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    position: relative;
    background-color:transparent;
    overflow: hidden;
}

    .preview-Image img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
    }

span.gen {
    color: #f6f4f4;
    line-height: 15px;
    font-size: 14px;
    padding-bottom: 4px;
    padding-left: 10px;
}

.btn.default:not(.btn-outline) {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn.default:hover {
    color: #fff !important;
    background-color: #a9a9a9;
    border-color: #a9a9a9;
}

select.form-control {
    color: #fff;
}

.data-drop {
    color: #fff;
}

.btn-group.btn-group-devided > .btn:last-child {
    margin-right: 0;
}

.btn-group.btn-group-devided > .btn {
    margin-right: 5px;
}

.btn.green-haze:not(.btn-outline) {
    color: #333;
    background-color: #fec856;
    border-color: #fec856;
}

.btn:not(.btn-sm):not(.btn-lg) {
    line-height: 1.44;
}

.portlet.box {
    padding: 0 !important;
}

.field-box {
    margin-top: 30px;
}



.preview-windowSec {
    border: 1px solid #000;
    height: 500px;
    width: 300px;
    text-align: center;
    background: #f9f9f9;
    margin: 30px auto;
    padding: 15px;
}
/* .preview-Image {border: 1px solid #000; height: 400px; margin-bottom: 15px; background-repeat: no-repeat; background-size: cover; background-position: 100% 100%; position: relative; background-color: #ffffff; overflow: hidden;}
    .preview-Image img {position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: auto; max-width: 100%; }
    .preview-Button {font-size: 18px; border: 1px solid #000; background: #ffffff; padding: 3px;}*/

#Myelement {
    background-color: black;
    width: 500px;
    height: 100px;
}


/*.preview-Image img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
}*/

.preview-Button {
    font-size: 18px;
    color: #000000;
    border: 1px solid #ffcd54;
    padding: 7px;
    background: #ffcd54;
    border-radius: 5px !important;
}

/*.preview-Image {
    border: 1px solid #000;
    height: 400px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}
*/
.notifiction {
    color: #989797;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}

@media (max-width: 1169px) {
    .form-group.push-form.col-md-12 {
        flex-wrap: wrap;
    }

    .actions {
        padding: 10px 0px 10px 0px;
        float: right;
    }
}

@media (max-width: 767px) {
    .push-form-srt {
        width: 100% !important;
    }
}

@media (max-width: 459px) {
    .push-form-srt {
        width: auto !important;
    }

    .form-group .push-form.col-md-12 {
        flex-wrap: wrap;
    }

    .checkbox-inline, .radio-inline {
        padding-left: 0px !important;
    }

    .actions {
        padding: 10px 0px 10px 0px;
    }
}
/*************************css for the table in the structure of notification**************************/
.table-bordered {
    border: 0px;
}

div.jtable-main-container {
    font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
    background: #fff;
    line-height: 1.3;
}

div.jtable-main-container {
    position: relative;
}

div.jtable-busy-panel-background {
    opacity: 0.1;
    filter: alpha(opacity=50);
    z-index: 998;
    position: absolute;
    background-color: #000;
}


div.jtable-busy-message {
    font-weight: 300;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 5px 5px 5px 58px;
    color: #fff;
    background: url(../../metro/blue/loading.gif) no-repeat;
    background-color: #0b67cd;
    background-position: 8px;
}

div.jtable-busy-message {
    cursor: wait;
    z-index: 999;
    position: absolute;
    margin: 5px;
}

div.jtable-main-container > div.jtable-title {
    background-color: #fff;
    padding-left: 10px;
    display: none;
}

div.jtable-main-container > div.jtable-title {
    background-color: #0b67cd;
    padding-left: 10px;
}

div.jtable-main-container div.jtable-title {
    position: relative;
    text-align: left;
}

div.jtable-main-container > div.jtable-title div.jtable-title-text {
    font-weight: 300;
    font-size: 19px;
    line-height: 34px;
    color: #fff;
}

div.jtable-main-container > div.jtable-title div.jtable-toolbar {
    bottom: 0px;
    right: 0px;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
}


div.jtable-main-container > table.jtable > thead th {
    padding: 25px 15px !important;
}

.add_pus_noti {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page_heading {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

div.jtable-main-container > table.jtable > thead th {
    background: #a1a1a4;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 7px 5px;
    text-transform: capitalize;
}

div.jtable-main-container > table.jtable > thead th {
    color: #333;
    padding: 5px 0px;
    font-weight: bold;
    font-size: 13px;
}

div.jtable-main-container > table.jtable > thead th {
    font-weight: 300;
    font-size: 15px;
    color: #fff;
}

div.jtable-main-container table.jtable thead th {
    vertical-align: middle;
    text-align: left;
}

div.jtable-main-container > table.jtable > thead th.jtable-column-header div.jtable-column-header-container {
    height: 24px;
    margin-left: 4px;
}

div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container {
    position: relative;
}

div.jtable-main-container > table.jtable > thead th.jtable-column-header div.jtable-column-header-container span.jtable-column-header-text {
    margin-top: 2px;
}

div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container span.jtable-column-header-text {
    display: inline-block;
}

div.jtable-main-container > table.jtable > thead th.jtable-column-header div.jtable-column-header-container div.jtable-column-resize-handler {
    height: 28px;
}

div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container div.jtable-column-resize-handler {
    position: absolute;
    height: 24px;
    width: 8px;
    right: -8px;
    top: -2px;
    z-index: 2;
    cursor: col-resize;
}
.usermanageFilter {
    display: flex !important;
    /*justify-content: space-between !important;*/
    align-items:center;
}
input.btn.saveBtns {
    background: #fec856;
    color: #000;
    font-weight: 500;
    margin-left: 10px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 25px;
    color: #000;
    width: 110px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px !important;
        
    }

}



/* 29-05-2023 */

.usertble th {min-width: 160px;}
.usertble thead th:first-child, .usertble th.tableIDCell {
    min-width: 100px !important;
}
.usertble th.userTable-checkbox {
    min-width: 80px !important;
}
.usertble th.sr_no {
    min-width: 100px !important;
    max-width: 100px !important;
}
.usertble th.ut_name {
    min-width: 160px !important;
    max-width: 200px !important;
}
.usertble th.ut_pStatus {
    min-width: 120px;
    max-width: 120px;
}
.usertble th.ut_action {
    min-width: 100px;
    max-width: 100px;
}
.usertble th.smt_action {
    min-width: 130px;
    max-width: 130px;
}
.usertble th.c_offer {
    min-width: 100px !important;
    max-width: 100px !important;
}
.pct_wrapper .usertble th:nth-child(3), 
.pct_wrapper .usertble td:nth-child(3) {
    min-width: 120px !important;
    max-width: 120px !important;
}
.pct_wrapper .usertble th:nth-last-child(2), 
.pct_wrapper .usertble td:nth-last-child(2) {
    text-align: center;
    min-width: 140px !important;
    max-width: 140px !important;
}

.plt_wrapper .usertble th:last-child,
.plt_wrapper .usertble th:nth-last-child(2),
.plt_wrapper .usertble th:nth-last-child(3),
.plt_wrapper .usertble th:nth-last-child(4),
.plt_wrapper .usertble td:last-child,
.plt_wrapper .usertble td:nth-last-child(2),
.plt_wrapper .usertble td:nth-last-child(3),
.plt_wrapper .usertble td:nth-last-child(4) {
    min-width: 120px !important;
    max-width: 120px !important;
    text-align: center;
}
.ct_wrapper .usertble th.ct_trending, .ct_wrapper .usertble td:nth-child(2) {
    min-width: 110px !important;
    max-width: 110px !important;
}
.ct_wrapper .usertble th.ct_discount {
    min-width: 100px !important;
    max-width: 100px !important;
    width: auto !important;
}
.ct_wrapper .usertble th:nth-last-child(3), 
.ct_wrapper .usertble td:nth-last-child(3) {
    min-width: 110px !important;
    max-width: 110px !important;
    text-align: center;
}
.ct_wrapper .usertble td:last-child a {
    margin-left: 0px !important;
}
.pbmt_wrapper table.dataTable tbody td {
    padding: 10px 20px !important;
}
.pbmt_wrapper table.dataTable thead th:nth-last-child(2), 
.pbmt_wrapper table.dataTable thead th:nth-last-child(3), 
.pbmt_wrapper table.dataTable thead th:nth-last-child(4) {
    min-width: 110px !important;
    max-width: 110px !important;
}
.sht_wrapper .usertble th:nth-last-child(2) {
    min-width: 110px !important;
    max-width: 110px !important;
}


    /* Subscription page */
    .SubscriptionDuration-inputFieldBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
.SubscriptionDuration-inputFieldBox .addstoreInp3 {
        flex: 0 0 calc(50% - 3px);
        max-width: calc(50% - 3px);
}
.subscription-formWrapper .storefrmOuter {
    max-width: 100%;
}
    .subscription-formWrapper .storefrmOuter .subscription-formFieldBox {
        max-width: 550px;
    }

.subscriptionStoresBoxWrapper .half .storetble {min-height: 325px;}
    .subscriptionStoresBoxWrapper .half .storetble table th, 
    .subscriptionStoresBoxWrapper .half .storetble table td {
        min-width: 150px;
        max-width: 250px;
        word-wrap: break-word;
        white-space: normal;
    }

    /* Points Management */

.addPointsFilterBoxWrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    .addPointsFilterBoxWrapp .umf-searchFieldBox-2 {
        flex: 0 0 450px;
        max-width: 450px;
        display: flex;
        flex-wrap: wrap;
    }
        .addPointsFilterBoxWrapp .umf-searchFieldBox-2 .dashFltInp {
            flex: 0 0 calc(100% - 120px);
            max-width: calc(100% - 120px);
        }
.addPointsBox .btn.saveBtn {margin-right: 0px !important}

/* Push Notification page */
.addPushNotifWrapper .preview-windowSec {
    width: 100%;
    height: 300px;
}
    .addPushNotifWrapper .preview-windowSec .preview-Image { height: 250px;
    }


/* 29-05-2023 Store manager */
.popInnerBxsub .usermanageFilter .regfltrBx {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 5px;
}
.PopFrmBx .dashMidBxsub.coupanCatTble {
    width: 100%;
    max-height: 420px;
    overflow-y: auto;
}
.PopFrmBx .dashMidBxsub.coupanCatTble table th, .PopFrmBx .dashMidBxsub.coupanCatTble table td {padding: 10px 5px;}
.PopFrmBx .dashMidBxsub.coupanCatTble table th:first-child,
.PopFrmBx .dashMidBxsub.coupanCatTble table td:first-child {
    text-align: center;
    padding-right: 10px;
}
.PopFrmBx .dashMidBxsub.coupanCatTble table th:last-child,
.PopFrmBx .dashMidBxsub.coupanCatTble table td:last-child {text-align: center}

/* Subscribe discount popup */

.SubscribeDiscountPopup .popInnerBxsub {
    background: transparent;
}
    .SubscribeDiscountPopup .popInnerBxsub .SubscribeDiscountPopupInner {
        background: #fff;
        padding: 20px;
        border-radius: 5px;
        position: relative;
    }
.SubscribeDiscountPopupInner .PopFrmBx {
    display: flex;
    flex-wrap: wrap;
}
.SubscribeDiscountPopupInner .regfltrBx {
    width: 50% !important;
    margin-left: 0px !important;
    margin-bottom: 10px;
}
.SubscribeDiscountPopupInner .regfltrBx.fullWidth {
    width: 100% !important;
}
.SubscribeDiscountPopupInner .popBtnsBx {width: 100%; flex: 0 0 100%; max-width: 100%;}


/* Mobile view Humberger */
.mobileHamburgerMenu {
    display: none;
}
    .mobileHamburgerMenu a {
        border: #6c6f72 solid 2px;
        display: block;
        width: 36px;
        height: 36px;
        border-radius: 3px;
        padding: 7px 8px;
    }

 .mobileHamburgerMenu a i {
            display: block;
            width: 15px;
            height: 3px;
            background: #6c6f72;
            margin-bottom: 4px;
}

 /* Data table length */

 .dataTables_wrapper .dt-buttons.btn-group {
    width: calc(100% - 150px);
    margin-left: auto;
    margin-right: 0px;
}
.dataTables_wrapper .dataTables_length {
    position: absolute;
    top: 2px;
    left: 0px;
}
.dataTables_wrapper .dataTables_length select {
    color: #fff;
    padding: 9px 10px !important;
    height: auto;
    display: inline-block;
    min-width: 80px;
    margin-left: 5px;
    margin-right: 5px;
}
.dataTables_wrapper .dataTables_length label {
    font-size: 16px;
    text-transform: capitalize;
}
.table_length_ralative .dataTables_wrapper .dataTables_length {position: relative !important; margin-bottom: 10px;}



.usertble thead th:first-child, 
.usertble th.sr_no, 
.usertble tbody td:first-child {min-width: 70px !important; max-width: 70px !important; text-align: center;} 
.usertble th.userTable-checkbox {min-width: 40px !important; max-width: 40px !important;}
.usertble th.ut_name {min-width: 140px !important; max-width: 140px !important;}
.usertble th.ut_email {min-width: 160px !important; max-width: 200px !important;}
.usertble th.ut_countryName,
.usertble th.subHT_discount,
.usertble th.subHT_planName,
.usertble th.subHT_subamount,
.usertble th.subHT_amount {min-width: 100px !important;}

.usertble th.subHT_reason {min-width: 110px !important;}
.usertble th.subHT_status {min-width: 80px !important;}
.fw-bold {
    font-weight: 600 !important;
}
.w-auto {width: auto !important;}
.PopFrmBx label.discount-txtlabel {
    min-width: 100px;
}
.regfltrBx .reasonFiled {width: calc(100% - 115px) !important;}