
/*=====Reset CSS======*/
article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
label {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
select,
.btn,
textarea {
  transition: all 300ms ease-in-out;
  text-decoration: none;
  font-style: normal;
}

a:focus,
button:focus,
input[type="buttton"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
label {
  display: inline-block;
  vertical-align: middle;
  vertical-align: 0;
}

figure {
  transition: all ease 0.4s;
  margin: 0;
  font-size: 0;
  line-height: 100%;
}

figure,
img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.svg_container {
  display: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

a:hover {
  text-decoration: none;
}
label, a, button, b, strong {
    font-weight: unset !important;
}
.dropdown-menu>li>a{
    white-space: nowrap;
}
/* reset css end */
:root {
  --color_one: #0097a9;
  --color_two: #2d2924;
  --color_three: #003b5c;
  --color_four: #fff;
  --color_five: #767676;
  --color_six: #000;
  --color_seven: #d8ecfd; 
  --color_eight: #f2f3f1;
  --color_nine: #706f73;
  --color_ten: #e6e6e6;
  --color_eleven: #d9d9d9;
  --color_twelve: #454545;
  --color_thirteen: #959595;
  --color_fourteen: #838383;
  --color_fifteen: #dedede;
  --color_sixteen: #efefef;
  --color_seventeen: #f6feee;
  --color_eighteen: #f7f7f7;
}

/* button global css */
.border_btn_new{
    font-size: 16px;
    line-height: 22px;
    font-family: 'CircularStd-Bold';
    border-radius: 5px;
    border: 2px solid var(--color_three);
    color: var(--color_three);
    background-color: var(--color_four);
    border-radius: 5px;
    height: 50px;
    display: inline-flex;
    align-items: center;   
    justify-content: center;
}
.border_btn_new:hover{
    color: var(--color_four);
    background: var(--color_three);
    opacity: 1;
}
.border_btn_new:focus{
    box-shadow: 0px 0 5px 5px rgba(101, 200, 206, 0.2);
}
.border_btn_new_w{
    min-width: 175px;
    max-width: 175px;
}   
.without_bg{
    color: var(--color_five);
    font-size: 16px;
    font-family: 'CircularStd-Bold';
    background: transparent;
    text-decoration: none;
    padding: 20px 40px;
}  
.goToPrevious{
    min-width: 270px;
}
/* button global css end */
/* header before login start */
/* header css */
.login_header{
    background-color: var(--color_one);
    padding: 15px 0;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 99;
}
.login_navbar{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    padding: 0px 15px;
    width: 100%;
}
.overlay{
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
}
.login_navbar-brand {
    width: 165px;
    margin-right: 15px;
    margin-top: 0;
}
.login_text_btn{
    font-family: 'CircularStd-Bold';
    font-size: 16px;
    line-height: 23px;
    color: var(--color_four);
    height: 50px;
    min-width: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color_four);
    border-radius: 4px;
    margin: 0 0;
}
.login_text_btn:hover{
    color: var(--color_one);
    background-color: var(--color_one);
}
.login_text_btn_new{
    font-family: 'CircularStd-Bold';
    color: var(--color_one);
    background-color: var(--color_four);
    font-size: 16px;
    line-height: 23px;
    height: 50px;
    min-width: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color_four);
    border-radius: 4px;
    margin: 0 0;
    margin-left: 10px;
}
.login_text_btn_new:hover{
    background: transparent;
    color: var(--color_four);
}
.menu_wrap{
    width: 480px;
    margin: 10px 0 0 230px;
    float: left;
}
.login_mobile_nav {
    display: none;
}
/* header before login end */
/* header after login start  */
.header_wrap{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 12px 0;
    z-index: 100;
    background-color: var(--color_one);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.header_wrap .logo{
    width: 114px;
    margin-top: 0;
    float: left;
}
.stella_select{
    margin: 5px 0 0;
    text-align: right;
    width: 200px;
    float: right;    
}
.bar_icon{
    position: absolute;
    color: var(--color_four);
    font-size: 35px;
    display: none;
    transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    top: 10px;
    right: 20px;
    height: 18px;
    width: 25px;
}
.bar_icon img {
    width: 20px;
    height: 20px;
}
.mob_prof_up {
    display: none;
}
.browse_outr{
    display: block;
    position: relative;
    margin-top: -37px;
    float: left;
    border: 3px solid var(--color_four);
    width: 98px;
    height: 98px;
    margin-left: 0px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 0 10px rgba(69, 69, 69, 0.3);
}
.cwbbiz_flow em {
    font-style: normal;
}
.stella_select li.dropdown a figure.avatar_prof_img, .browse_btn{
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px !important;
    color: var(--color_four);
    text-align: center;
    line-height: 18px;
    background-color: var(--color_one);
    font-family: 'CircularStd-Bold';
    text-transform: uppercase;
    letter-spacing: 1px;
}
.usrnm {
    padding-top: 0;
    display: inline-block;
    padding-left: 20px;
}
.header_wrap .header_menu ul li{
margin: 0;
}
.header_wrap .menu_wrap .header_menu ul li a{
    font-family: 'CircularStd-Book';
    color: var(--color_four);
    font-size: 14px;
    line-height: 20px;
    padding: 0 19px 20px;
    position: relative;
}
.header_menu ul li a b {
    display: none;
}
.header_wrap .menu_wrap .header_menu ul li a::after{
    bottom: -12px;
    transition: 400ms all ease-in-out;
    position: absolute;
    content: "";
    right: 0;
    height: 4px;
    background-color: transparent;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
}
.header_wrap .menu_wrap .header_menu ul li.active a::after{
    background: var(--color_four);
}
.respncv_srch_field {
    opacity: 0;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: var(--color_four);
    padding: 20px;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
}
.cwbbiz_flow .stella_select li.dropdown a figure.avatar_prof_img{
    font-family: 'CircularStd-Book';
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: inherit;
    filter: none;
    /* background-color: var(--color_three); */
    width: 42px;
    height: 42px;
    margin-right: 11px;
}
.header_wrap .stella_select ul li .dropdown-toggle{
    color: var(--color_four);
    font-family: 'CircularStd-Book';
    font-size: 16px;
    line-height: 44px;
    display: inline-flex;
    align-items: center;
}
.stella_select .dropdown-menu{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    width: 260px;
    top: 24px !important;
    border: 0;
    background: var(--color_four);
    margin-top: 8px !important;
    left: -102px !important;
    padding: 20px 0 0 0;
}
.stella_select .dropdown-menu:before {
    background-image: url(../images/arrow_drop.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 25px;
    content: "";
    position: absolute;
    top: -25px;
    right: 23px;
}
.header_wrap .stella_select .dropdown-menu h2 {
    font-family: 'CircularStd-Bold';
    font-size: 20px;
    line-height: 25px;
    color: var(--color_two);
    padding: 0 32px 22px;
}
.header_wrap .sub_account{
    padding: 0px 0 10px;
    height: auto !important;
    overflow-y: auto !important;
}
.header_wrap .dropdown-menu .sub_account li:first-child{
    background: var(--color_four);
    margin: 0 0 0px;
}
.header_menu ul li{
    float: left;
    margin: 0;
}
.header_menu{
    float: left;
}
.header_wrap .dropdown-menu .sub_account li.side_lbl_wrap a{
    padding: 14px 20px !important;
    font-size: 14px;
    color: var(--color_four) !important;
    margin-bottom: 20px;
    line-height: 18px;
    border-bottom: none;
    font-family: 'CircularStd-Bold';
    position: relative;
    text-transform: uppercase;
}
.header_wrap .dropdown-menu .sub_account li a {
    padding: 18px 20px;
    font-family: 'CircularStd-Book';
    font-size: 16px;
    line-height: 1;
    color: var(--color_six);
    width: 100%;
    position: relative;
    /* transition: 600ms all ease-in-out; */
}
.header_wrap .stella_select .dropdown-menu .sub_account li a b {
    display: flex;
    align-items: center;
}
.header_wrap .dropdown-menu .sub_account li {
    margin-bottom: 0;
    background-image: none !important;
}
.cwbbiz_flow .dropdown-menu .sub_account li a b{
    font-weight: unset !important;
}
.cwbbiz_flow .dropdown-menu .sub_account li a .img{
    margin-right: 15px !important;
    vertical-align: 3px;
    height: auto;
    width: 24px;
}
.cwbbiz_flow .dropdown-menu .sub_account li a svg {
    fill: var(--color_six);
    transition: 400ms all ease-in-out;
}
.cwbbiz_flow .dropdown-menu .sub_account li.active a {
    color: var(--color_one);
}
.cwbbiz_flow .dropdown-menu .sub_account li a:hover{
    color: var(--color_one);
    background-color: var(--color_seven);
}
.cwbbiz_flow .dropdown-menu .sub_account li.active a svg, .cwbbiz_flow .dropdown-menu .sub_account li a:hover svg {
    fill: var(--color_one);
}
.cwbbiz_flow .dropdown-menu .sub_account li .signout_nav_ico_holder span{
    color: var(--color_one) !important;
    font-size: 12px !important;
    line-height: 16px !important;
    font-family: 'CircularStd-Bold' !important;
    text-decoration: underline !important;
    margin: 0;
    transition: 400ms all ease-in-out;
}
.cwbbiz_flow .stella_select .dropdown-menu>li:last-child{
    margin: 0 20px 30px;
    background-color: transparent;
}
.footer_wrap{
    padding: 38px 0;
    border: none;
    background-color: var(--color_eight);
    position: relative;
}
.footer_wrap .copy_right span{
    color: var(--color_two);
    font-size: 12px;
    line-height: 15px;
    font-family: 'CircularStd-Book';
}
.footer_wrap span{
    text-align: center;
    display: block;
}
.copy_right img{
    position: absolute;
    right: 0;
    width: 128px;
    bottom: 0;
}
.copy_right {
    position: relative;
}
.img {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
/* header after login end  */
/* dashboard start */
.dashboard_card{
    position: relative;
    padding-top: 72px;
}
.dashboard_card .user_name_sec{
    padding: 30px 0 33px;
    background-color: var(--color_eight);
}
.dashboard_card.relative_section .left_usr_prt{
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.user_full_bio{
    display: flex;
    align-items: center;
    padding-left: 14px;
}
.user_full_bio .new_fig{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--color_one);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color_four);
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.cmpny_name_holder{
    margin-left: 20px;
    margin-top: 5px;
}
.cmpny_name_holder h2{
    font-size: 36px;
    line-height: 46px;
    color: var(--color_one);
    font-family: 'CircularStd-Bold';
    margin-right: 20px;
}
.cmpny_name_holder ul{
    display: flex;
    align-items: center;
}
.cmpny_name_holder ul li{
    font-size: 14px;
    padding: 0 10px;
    line-height: 100%;
    color: var(--color_five);
    font-family: 'CircularStd-Bold';
    text-transform: uppercase;
    border-right: 1px solid var(--color_six);
}
.cmpny_name_holder ul li:first-child{
    padding-left: 0;
}
.cmpny_name_holder ul li:last-child{
    border-right: 0;
}
.primary_user_part{
    padding: 70px 0 54px;
    background-color: var(--color_four);
}
.businessportal_dashboard{
    margin-bottom: 0;
}
.businessportal_dashboard:not(:last-child){
    margin-bottom: 30px;
}
.businessportal_dashboard_hdng{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.businessportal_dashboard_hdng h3{
    color: var(--color_two);
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
    font-family: 'CircularStd-Bold';
}
.credit_info_holder{
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    padding: 20px;
    box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.2);
    border-radius: 5px;
    background-color: var(--color_four);
    max-height: 214px;
    min-height: 214px;
}
.top_limit_box{
    width: 100%;
}
.amount_balance_holder{
    display: flex;
    justify-content: space-between;
}
.amount_details_bx h5{
    text-transform: capitalize;
    font-family: 'CircularStd-Bold';
    font-size: 14px;
    line-height: 20px;
    color: var(--color_two);
    margin-bottom: 8px;
}
.amount_details_bx h4{
    color: var(--color_one);
    font-size: 16px;
    line-height: 22px;
    font-family: 'CircularStd-Bold';
}   
.amount_details_bx span{
    color: var(--color_five);
    font-size: 12px;
    font-family: 'CircularStd-Book';
} 
.dsbrd_prgress_holder{
   padding-top: 11px;
}
.dsbrd_prgress_holder .progress{
    height: 30px;
    border-radius: 15px;
    background-color: var(--color_four);
    border: 1px solid var(--color_one);
    margin-bottom: 12px;
}
.dsbrd_prgress_holder .progress .progress-bar{
    background-color: var(--color_one);   
}
.new_top_tooltip .color_tip{
    background: transparent;
    border-radius: 50%;
    background-image: url(../images/cwbbiz/tooltip_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
    font-size: 0;
}
.white_info_tip{
    position: absolute;
    font-size: 12px;
    min-width: 150px;
    z-index: 99;
    width: 230px;
    text-transform: initial !important;
    min-height: auto;
    margin-top: 15px;
    bottom: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-bottom: 0;
    text-align: left;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    font-family: 'CircularStd-Book';
    line-height: 15px;
    color: var(--color_four);
    background: var(--color_three);
    background-color: var(--color_eight);
    border: 2px solid var(--color_one);
    border-radius: 4px;
    padding: 15px 30px 15px 15px;;
}
.white_info_tip::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 17px 13px;
    border-color: transparent transparent var(--color_eighteen) transparent !important;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    top: -16px;
    z-index: 1;
}
.white_info_tip::after{
    content: "";
    position: absolute;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    top: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 19px 14px;
    border-color: transparent transparent var(--color_one) transparent;
}
.tip_close{
    position: absolute;
    right: 4px;
    top: 9px;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0 !important;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    background-image: url(../images/cwbbiz/tooltipcross.png);
    color: var(--color_five);
}
.white_info_tip p{
    color: var(--color_six);
    font-size: 12px;
    line-height: 16px;
    margin: 0 0;
    font-family: 'CircularStd-Book';
}
.new_info_tip{
    position: relative;
    display: inline-block;
    vertical-align: 3px;
    margin-left: 1px;
}
.business_portal_see_btn a{
    font-size: 18px;
    font-family: 'CircularStd-Bold';
    color: var(--color_three);
    text-decoration: underline;
}
.yourcard_top_part{
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-height: 218px;
}
.yourcard_top_part .personal_card_box{
    cursor: pointer;
    border: 1px solid transparent;
    background-color: var(--color_four);
    border-radius: 4px;
    position: relative;
    width: 100%;
}
.yourcard_bottom_part{
    gap: 8px 0px;
    min-height: 218px;
    margin: 0 -4px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start !important;
}
.outer_btm_crd{
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
    padding: 0 4px;
    margin-bottom: 0;
    width: 100%;
}
.inner_btm_crd{
    border-radius: 4px;
    background-color: var(--color_four);
    border: solid 1px transparent;
    padding: 12px 15px;
    box-shadow: 0 8px 24px 0 rgb(149 157 165 / 20%);
    transition: all 0.5s ease-in-out;
}
.inner_btm_crd:hover{
    border: 1px solid var(--color_two);
}
.inner_btm_crd .dot_locks{
    position: absolute;
    right: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    top: 15px;
    pointer-events: none;
    font-size: 0;
}
.inner_btm_crd .imageemp{
    display: flex;
    align-items: center;
    gap: 0 12px;
}
.inner_btm_crd .imageemp img{
    max-width: 20px;
}
.inner_btm_crd .imageemp h5{
    color: var(--color_two);
    font-size: 12px;
    line-height: 22px;
    font-family: 'CircularStd-Bold';
}
.yourcard_bottom_part .inner_btm_crd .dsbrd_prgress_holder{
    padding: 8px 0 10px;
}
.yourcard_bottom_part .inner_btm_crd .dsbrd_prgress_holder .progress{
    height: 14px;
    margin-bottom: 0;
    border: solid 1px var(--color_one);
    border-radius: 7px;
    background-color: var(--color_four);
    box-shadow: none;
    margin: 0;
}
.inner_btm_crd .spent_amnt{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_btm_crd .spent_amnt h6{
    font-size: 12px;
    line-height: 20px;
    color: var(--color_two);
    font-family: 'CircularStd-Bold';
}
.inner_btm_crd .spent_amnt span{
    font-size: 12px;
    line-height: 20px;
    color: var(--color_two);
    font-family: 'CircularStd-Bold';
}
.inner_btm_crd .imageemp .imagetwxt{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color_one);
    color: var(--color_four);
    border-radius: 50%;
    font-size: 8px;
    line-height: 12px;  
}
.dot_locks li{
    width: 17px;
    display: inline-block;
    margin: 0 2px;
    text-align: center;
}
.mob_responsive_btn {
    display: none;
}
.empty_merchant{
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    min-height: 218px;
}
.empty_marchent .svgChartCls>span>img{
    width: 48px;
    border-radius: 50%;
    margin: auto;
    display: block;
}
.empty_marchent .empty_text{
    font-size: 16px;
    color: var(--color_nine);
    margin-top: 10px;
}
.cust_break_row_dashboard{
    min-height: 218px;
    border-radius: 5px;
    padding: 10px 20px 12px;
    box-shadow: 0 8px 24px 0 rgb(149 157 165 / 20%);
    background-color: var(--color_four);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.credit_and_card_info_part{
    padding: 40px 0 55px;
}
.tranlistcontent_dashboard{
    padding-top: 60px;
}
.content_area .transation_area{
    padding-bottom: 10px;
}
.transation_area .pull-left{
    display: flex;
}
.transation_area .pull-left span{
    font-size: 24px;
    line-height: 30px;
    color: var(--color_two);
    font-family: 'CircularStd-Bold';
    letter-spacing: 0;
    margin-top: -6px;
}
.transation_area .pull-left a.blue_txt{
    font-size: 18px;
    line-height: 23px;
    font-family: 'CircularStd-Bold';
    color: var(--color_three);
    margin-left: 15px;
    text-decoration: underline;
}
.transation_area .on_of_label{
    padding: 8px 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.transation_area .on_of_label label{
    font-family: 'CircularStd-Book';
    font-size: 16px;
    line-height: 22px;
    color: var(--color_two);
}
.on_of_label .onoff_area{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    overflow: hidden;
}
    .transation_area .on_of_label .on{
    font-size: 12px;
    line-height: 15px;
    color: var(--color_two);
    font-family: 'CircularStd-Bold';
    margin-right: 6px;
    padding-top: 3px;
    text-transform: uppercase;
}   
.on_of_label .onoff_area .off{
    font-size: 12px;
    line-height: 15px;
    color: var(--color_two);
    font-family: 'CircularStd-Bold';
    margin-right: 6px;
}
.on_of_label .onoff_area .switch{
    height: 31px;
    width: 50px;
    margin-right: 0;
    font-family: 'CircularStd-Book';
    font-size: 16px;
    line-height: 22px;
    color: var(--color_two);
    text-transform: none;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

span{
    display: inline-block;
}

.transation_head_carp input:checked ~ .slider_switch{
    background-color: var(--color_three);
}
.onoff_area .slider_switch{
    padding-top: 3px;
    border-radius: 34px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    border: 1px solid var(--color_ten);
}
/* .transation_area .on_of_label .switch input:checked+.slider_switch:before{
    position: absolute;
    content: "";
    bottom: 0.5px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--color_four);
    border: 1px solid transparent;
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
} */



.transation_area .on_of_label .switch .slider_switch:before{
    position: absolute;
    content: "";
    bottom: 0.5px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--color_four);

    border: 1px solid;
    
    border-color: var(--color_ten);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.transation_area .on_of_label .switch input:checked ~ .slider_switch:before{
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
    border-color: transparent;
}

.switch input {
    display: none;
}
.switch_add .slider_switch{
    background: var(--color_four);
    border-color: var(--color_ten);
}
.transation_area .on_of_label .switch .slider_switch::before{
    bottom: 0.5px;
    width: 28px;
    height: 28px;
    border-radius: 50%;  
}
.switch_add .on, .off {
    display: none !important;
}
.tranlist_row{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0px;
    transition: all 0.3s ease-in;
    cursor: pointer;
    border: 1px solid transparent;
}
.transation_body .transation_area>.dashboard_tranlist_row{
    /* border-bottom: 1px solid #dedede; */
    margin: 0px 0px;
}
.transation_details .tranlist_header.dashboard_tranlist_row{
    margin: 0;
    pointer-events: none;
}
.transation_body .transation_area>.dashboard_tranlist_row{
     border-bottom: 1px solid var(--color_fifteen);
     pointer-events: none;
}
.tranlist_row .tranlist_cell{
    padding: 10px 20px;
    white-space: nowrap;
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    vertical-align: middle;
    align-items: center;
    flex: 1;
}
.tranlist_row .tranlist_cell:first-child{
    flex: 0 0 35%;
}
.tranlist_cell_txt{
    display: inline-block;
    vertical-align: middle;
    max-width: 138px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 22px;
    color: var(--color_two);
}
.transation_area>.dashboard_tranlist_row .tranlist_cell_txt{
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'CircularStd-Bold';
}
.tranlist_header .tranlist_cell .tranlist_cell_txt{
    font-size: 20px;
    line-height: 26px;
    color: var(--color_two);
    font-family: 'CircularStd-Bold';
    text-transform: none;
}
.tranlist_header{
    padding: 15px 0 8px;
    border-bottom: 1px solid var(--color_eleven);
}    
.mrk_badge {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 0;
    text-align: center;
}
.transation_area .new_info_tip_hover {
    position: relative;
}
.transation_area .sm_tip {
    height: 22px;
    width: 22px;
    margin-left: 3px;
}
.transation_area .info_tip_link {
    display: inline-block;
    vertical-align: middle;
}
.transation_area .info_tip{
    position: absolute;
    bottom: 100%;
    left: 50%;
    background-color: var(--color_twelve);
    -webkit-border-radius: 5px;
    border-radius: 3px;
    min-width: 150px;
    padding: 10px 10px 4px;
    font-size: 13px;
    line-height: 14px;
    color: var(--color_four);
    box-shadow: 2px 3px 1px 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
    text-align: center;
    opacity: 0.9 !important;
}
.transation_area .ecommerce_flag_text{
    font-size: 12px;
    margin: 0 0 4px;
    font-family: 'CircularStd-Book';
    text-align: center;
    line-height: 16px;
    color: var(--color_four);
}
.transation_area .info_tip:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.7);
}
.innercell_click {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.strike_text{
    text-decoration: line-through;
    margin-left: 3px;
    margin-right: 20px;
    color: var(--color_thirteen);
    opacity: 1;
}
.tranlist_mobile_data{
    display: none;
    opacity: 0.6;
    font-size: 80%;
    line-height: 100%;
    white-space: nowrap;
    text-transform: lowercase;
    overflow: initial;
}
.cell_expand_new{
    padding-right: 0px;
    font-size: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.cell_expand{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    height: auto;
    z-index: 5;
    display: inline-block;
    padding-right: 15px;
}
.do_redeemed{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 15px;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--color_one);
    color: var(--color_two);
    font-family: 'CircularStd-Bold';
    font-size: 14px;
    line-height: 22px;
}
.gray_cell_expand .see_detail_btn, .gray_cell_expand .Redeem_bg_btn, .gray_grd_btn{
    color: var(--color_fourteen);
    background: -moz-linear-gradient(-45deg, #f2f2f2 0%, #cfcfcf 100%);
    background: -webkit-gradient( left top, right bottom, color-stop(0%, #f2f2f2), color-stop(100%, #cfcfcf) );
    background: -webkit-linear-gradient(-45deg, #f2f2f2 0%, #cfcfcf 100%);
    background: -o-linear-gradient(-45deg, #f2f2f2 0%, #cfcfcf 100%);
    background: -ms-linear-gradient(-45deg, #f2f2f2 0%, #cfcfcf 100%);
    background: linear-gradient(135deg, #f2f2f2 0%, #cfcfcf 100%);
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 18px;
}
.redem_btn_box{
    flex-wrap: nowrap;
    display: inline-flex;
    border-radius: 0px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    height: 100%;
    width: 0;
    overflow: hidden;
}
.cell_expand.active .redem_btn_box {
    width: auto;
}
.Redeem_bg_btn, .cell_expand_new.active .see_detail_btn{
    width: 152px;
    background: var(--color_three);
    border: none;
}
.cell_expand.active .do_redeemed em, .cell_expand .do_redeemed i {
    display: none;
}
.cell_expand.active .do_redeemed em, .cell_expand .do_redeemed i {
    display: none;
}
.cell_expand.active .do_redeemed i{
    display: block;
}
.tranlist_row .tranlist_cell:last-child{
    justify-content: flex-end;
    padding-right: 40px;
}
.tranlist_row:hover{
    border-radius: 4px;
    border: solid 1px var(--color_nine);
}
.dashboard_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.81);
    z-index: 99;
    display: none;
}
.brim_modal_panel {
    padding: 22px 0px;
    border-bottom: 1px solid var(--color_sixteen);
    font-size: 14px;
    color: #2d2924;
    position: relative;
}
.brim_msg_success {
    background-color: var(--color_seventeen);
}
.flex_row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-left {
    margin-right: auto;
}
.img_fig {
    height: 24px;
    width: 24px;
    margin: 0px 15px 0px 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
}
.brim_modal_panel .flex-right {
    position: absolute;
    right: 0px;
    top: 0px;
}
.flex-right {
    margin-left: auto;
}
.brim_modal_panel a {
    margin-left: 10px;
}
.brim_close_btn {
    width: 24px;
    height: 24px;
    background-color: #2d2924;
    opacity: 0.6;
    text-align: center;
    color: var(--color_four);
    font-size: 16px;
    line-height: 29px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mrk_badge:after{
    content: "";
    position: absolute;
    top: -20px;
    left: 20px;
    border-left: 1px dotted var(--color_fifteen);
    height: calc(100% + 50px);
    z-index: -1;
}
.cst_tranlist_single_container .tranlist_row:last-of-type .mrk_badge:after{
    height: calc(100% + 18px);
}
.sm_pic{
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    height: 22px;
    width: 22px;
    margin-right: 5px;
}
.transation_area .tranlist_cell:last-child .info_tip{
    background-color: var(--color_eight);
    border: 2px solid var(--color_one);
    border-radius: 4px;
    padding: 15px 30px 15px 15px;
    right: -20px;
    left: auto;
    transform: none;
    margin-top: 15px;
    bottom: auto;
} 
.transation_area .tranlist_cell:last-child .info_tip p{
    color: #000 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    margin: 0 0;
    font-family: 'CircularStd-Book' !important;
    text-align: center;
    white-space: normal;
}
.transation_area .tranlist_cell:last-child .info_tip:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 17px 13px;
    top: -16px;
    z-index: 1;
    left: auto;
    right: 12px;
    transform: none;
    border-color: transparent transparent var(--color_eighteen) transparent !important;
}
.transation_area .tranlist_cell:last-child .info_tip:after{
    content: "";
    position: absolute;
    top: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 19px 14px;
    left: auto;
    right: 11px;
    transform: none;
    border-color: transparent transparent var(--color_one) transparent;
}
.transation_area .tranlist_cell:last-child .info_tip .tip_close{
    background-image: url(../images/cwbbiz/tooltipcross.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0 !important;
    width: 16px !important;
    height: 16px !important;
    text-align: center;
    line-height: 16px;
    background-color: transparent;
}
.empty_marchent{
    text-align: center;
}
/* dashboard end */