.placeholders ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  color: blue;
  font-weight: 700;
  font-style: italic;
}
.placeholders ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: blue;
  font-weight: 700;
  font-style: italic;
}
.placeholders :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  color: blue;
  font-weight: 700;
  font-style: italic;
}
.placeholders :-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: blue;
  font-weight: 700;
  font-style: italic;
}
body {
  font-family: 'Oxygen', sans-serif !important;
  background-color: #ECF2F6;
}
.remove_btn {
  border-left: none !important;
  background-color: #fff !important;
  border-radius: 0 !important;
}
.remove_filter > a {
  font-size: 18px;
  color: #afacac !important;
}
input[type=date]::-webkit-inner-spin-button {
  display: none !important;
}
input[type=date]::-webkit-calendar-picker-indicator {
  display: none !important;
}
input[type=date]::-webkit-clear-button {
  display: none !important;
}
.display-flex {
  display: flex;
}
.margin-left-15 {
  margin-left: 15px;
}
.width-49 {
  width: 49%;
}
.margin-right-2 {
  margin-right: 2%;
}
.no-padding {
  padding: 0px !important;
}
.overflow-x {
  overflow-x: scroll;
}
.main_footer {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.main_footer .footer > a {
  color: #333 !important;
  text-decoration: none;
}
.landing_logo_nav {
  background-color: #700DBD;
  padding: 15px;
}
.landing_menu_nav {
  background-color: #700DBD;
  padding: 21px 0px;
}
.landing_menu_nav .navbar-default {
  background-color: transparent !important;
  border: none !important;
}
.home_navbar .navbar-inverse .navbar-nav > .active > a,
.home_navbar .navbar-inverse .navbar-nav > .active > a:focus,
.home_navbar .navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #700DBD !important;
}
.home_navbar .navbar-default .navbar-nav > .active > a,
.home_navbar .navbar-default .navbar-nav > .active > a:focus,
.home_navbar .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent !important;
}
.home_navbar .navbar-nav > .active > a {
  background-color: transparent !important;
}
.home_navbar .dropdown-menu {
  background-color: #ECF2F6 !important;
}
.home_navbar .dropdown-menu ul {
  width: 170px !important;
  margin: 0px !important;
}
.home_navbar .dropdown-menu ul li {
  width: 100%;
  padding: 5px 10px;
}
.home_navbar .dropdown-menu ul li:hover {
  background: #5c6ac4;
  border-radius: 3px;
}
.home_navbar .dropdown-menu ul li:hover a {
  color: #FFF !important;
}
.home_navbar .more_option {
  padding: 10px !important;
}
.home_navbar .more_option .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.add_amount_radio_btn {
  padding: 0px 15px 15px;
}
.add_amount_model_label {
  font-weight: 400 !important;
}
.add_amount_model_label_enable {
  font-weight: 700 !important;
  vertical-align: middle;
}
.model_add_amount_p {
  font-weight: 700 !important;
}
.model_add_amt_input {
  cursor: pointer;
}
.model_add_amount_datepicker,
.model_add_amount_enable_expiry {
  display: none;
}
.model_add_amt_expiry_input {
  cursor: pointer;
  width: 15px;
  height: 15px;
}
#datetimepicker {
  width: 58%;
}
.configuration_navbar {
  padding: 0px 0px 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #999;
}
.configuration_navbar .active {
  border-bottom: 2px solid;
}
.configuration_navbar .nav > li {
  padding: 0px 10px 7px 10px;
}
.configuration_navbar .nav > li a {
  color: #333;
}
.configuration_navbar .nav > li > a:focus,
.configuration_navbar .nav > li > a:hover {
  background-color: transparent;
}
.configuration_navbar .container-fluid > .navbar-collapse,
.configuration_navbar .container-fluid > .navbar-header,
.configuration_navbar .container > .navbar-collapse,
.configuration_navbar .container > .navbar-header {
  margin-left: -35px !important;
}
.configuration_navbar .navbar-inverse .navbar-nav > .active > a,
.configuration_navbar .navbar-inverse .navbar-nav > .active > a:focus,
.configuration_navbar .navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #700DBD !important;
}
.configuration_navbar .navbar-default .navbar-nav > .active > a,
.configuration_navbar .navbar-default .navbar-nav > .active > a:focus,
.configuration_navbar .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent !important;
}
.configuration_navbar .navbar-nav > .active > a {
  background-color: transparent !important;
}
.configuration_navbar .dropdown-menu {
  background-color: #ECF2F6 !important;
}
.configuration_navbar .dropdown-menu ul {
  width: 170px !important;
  margin: 0px !important;
}
.configuration_navbar .dropdown-menu ul li {
  width: 100%;
  padding: 5px 10px;
}
.configuration_navbar .dropdown-menu ul li:hover {
  background: #5c6ac4;
  border-radius: 3px;
}
.configuration_navbar .dropdown-menu ul li:hover a {
  color: #FFF !important;
}
.configuration_navbar .navbar-toggle {
  border: 1px solid #ccc;
}
.configuration_navbar .navbar-toggle .icon-bar {
  background: #252525;
}
.configuration_navbar .more_option .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-left: -30px !important;
}
.navbar-inverse {
  background-color: #700DBD !important;
  border-color: #700DBD !important;
  padding: 15px 0px;
}
.landing_header_row {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 200;
  box-shadow: 0px 6px 25px #7023b1;
}
.landing_header_row .nav > .active > a {
  color: #fff;
  background-color: transparent !important;
  border-bottom: 2px solid #fff;
  padding: 7px !important;
}
#landing_home {
  background-image: url(../image/Landing-Page-banner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 100px;
}
#landing_feature {
  background-color: #ecf2f6;
}
.new_pagination_active {
  background: #3D456D !important;
  color: white !important;
}
.landing_title {
  font-size: 42px;
  color: #333333;
  font-weight: 700;
  text-align: center;
  padding-top: 30px;
}
.landing_title span {
  border-bottom: 2px solid #7926be;
}
.feature_block {
  background-color: #fefefe;
  border: 1px solid #fefefe;
  text-align: center;
  border-radius: 20px;
  margin: 15px 0px;
  border: 1px solid #fff;
  height: 415px;
}
.feature_block_title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 20px;
}
.feature_block_detail {
  font-size: 16px;
  color: #484848;
  font-weight: 400;
  padding: 0px 10px 30px;
  text-align: initial;
}
.image_circle_landing {
  background-color: #fff;
  border-radius: 108px;
  width: 160px;
  border: 4px solid #F8F6FA;
  box-shadow: 0px 0px 5px #888888;
  margin: 0 auto;
  margin-top: 15px;
}
.landing_feature_img {
  background: url(../image/landing_page_icon.png) no-repeat 5px -7px;
  height: 120px;
  width: 160px;
  margin: 15px 0px;
}
.landing_pay_wallet_img {
  background: url(../image/landing_page_icon.png) no-repeat 5px -7px;
  height: 120px;
  width: 160px;
  margin: 15px 0px;
  background: url(../image/landing_page_icon.png) no-repeat -138px -7px;
}
.landing_wallet_detail_img {
  background: url(../image/landing_page_icon.png) no-repeat 5px -7px;
  height: 120px;
  width: 160px;
  margin: 15px 0px;
  background: url(../image/landing_page_icon.png) no-repeat -284px -2px;
}
.landing_stat_img {
  background: url(../image/landing_page_icon.png) no-repeat 5px -7px;
  height: 120px;
  width: 160px;
  margin: 15px 0px;
  background: url(../image/landing_page_icon.png) no-repeat -433px -7px;
}
.landing_refund_amount_img {
  background: url(../image/landing_page_icon.png) no-repeat 5px -7px;
  height: 120px;
  width: 160px;
  margin: 15px 0px;
  background: url(../image/landing_page_icon.png) no-repeat -579px -7px;
}
.landing_cashback_img {
  background: url(../image/landing_page_icon.png) no-repeat 5px -7px;
  height: 120px;
  width: 160px;
  margin: 15px 0px;
  background: url(../image/landing_page_icon.png) no-repeat -719px -7px;
}
.video_works {
  background-color: #700DBD;
  text-align: center;
  padding: 100px 0px;
  color: #fff;
}
.video_works p {
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  margin: 0px 20%;
}
.success_already_success p {
  font-size: 24px;
  color: #646464;
  font-weight: 600;
  margin: 10px 0px;
}
#after_success_btn button {
  padding: 10px 25px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #19b32f;
  color: #19b32f;
}
.msg_data {
  margin-top: 20px;
  box-shadow: 0px 0px 2px 1px;
  padding: 50px;
  background-color: #fff;
}
#landing_pricing {
  margin: 10px 0px 40px;
}
.landing_how_it_work_title {
  font-size: 42px;
  color: #333333;
  font-weight: 700;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #ecf2f6;
}
.landing_how_it_work_title span {
  border-bottom: 2px solid #7926be;
}
.pricing_msg {
  font-size: 42px;
  color: #333333;
  font-weight: 700;
  text-align: center;
  padding-top: 30px;
}
.pricing_msg span {
  border-bottom: 2px solid #7926be;
}
.pricing_msg p {
  font-size: 14px;
  font-weight: 700;
  color: #555;
  margin-top: 23px;
}
.contact_msg {
  font-size: 42px;
  color: #333333;
  font-weight: 700;
  text-align: center;
  padding-top: 30px;
}
.contact_msg span {
  border-bottom: 2px solid #7926be;
}
.contact_msg p {
  font-size: 14px;
  font-weight: 700;
  color: #555;
  margin: 15px 20% 30px;
}
#landing_contact {
  background-color: #ECF2F6;
  padding-bottom: 100px;
}
.landing_textarea {
  width: 100%;
  height: 190px;
  padding: 20px;
  resize: none;
}
.landing_inputfield {
  border-radius: 0px !important;
  height: 60px;
  padding: 20px;
}
#landing_form_submit {
  background-color: #862ad3;
  height: 45px;
  width: 130px;
  border: none;
  color: #FFFFFF;
}
.landing_msg {
  font-size: 42px;
  color: #fff;
  text-align: center;
  margin-top: 100px;
}
.landing_msg p {
  font-size: 14px;
  font-weight: 700;
  padding: 20px 0px;
}
.shop_input_filed {
  height: 60px;
}
.shop_input_filed ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  color: blue;
  font-weight: 700;
  font-style: italic;
}
.shop_input_filed ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: blue;
  font-weight: 700;
  font-style: italic;
}
.shop_input_filed :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  color: blue;
  font-weight: 700;
  font-style: italic;
}
.shop_input_filed :-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: blue;
  font-weight: 700;
  font-style: italic;
}
#install_text {
  height: 60px;
  margin-left: -15px;
  padding: 0px 50px;
  background-color: #ff9000;
  border: 1px solid #ff9000;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.home_need_help {
  text-align: right;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding-top: 15px;
}
.home_need_help a {
  color: #333 !important;
}
.notification {
  top: 52px;
  right: 115px;
  z-index: 100;
  background-color: #fff;
  height: 90%;
}
.notification_all {
  height: 315px;
  overflow-x: auto;
  box-shadow: 1px 2px 8px #888888;
  border: 1px solid transparent;
  background-color: #fff;
}
.corner {
  position: absolute;
  height: 15px;
  width: 15px;
  background-color: #4D508A;
  right: 39px;
  top: 0;
  margin-top: -5px;
  transform: rotate(45deg);
}
.notification_detail {
  padding: 20px 10px;
  border-bottom: 1px solid #E3EBF0;
  margin-left: 10px;
  margin-right: 7px;
  color: #999;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.notification_detail span {
  color: #4C4F8A;
}
.notification_detail a {
  text-decoration: none;
  color: #777 !important;
}
.copy-token {
  cursor: pointer;
}
.notification_bell {
  right: 15%;
  cursor: pointer;
  position: fixed;
  background: url(../image/sprite.png) no-repeat -87px 3px;
  height: 24px;
  width: 24px;
  z-index: 200;
}
.notification_bell span {
  background-color: #F69E9E;
  margin: 15px;
  color: white;
  font-size: 12px;
  font-weight: 700;
  border-radius: 9px;
  padding: 3px;
  cursor: pointer;
}
.notification_bell:hover .notification {
  display: block;
}
.notification_text {
  font-size: 18px;
  background-color: #4D508A;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.wallet_text {
  font-size: 20px;
  font-weight: 700;
  margin-left: 60px;
}
.wm_logo {
  background: url(../image/logo_new.png) no-repeat 0px -21px;
  height: 40px;
}
.home_top {
  padding: 10px 10px 10px 15px;
}
.navbar-nav > li > a {
  display: inline;
  font-size: 14px;
  font-weight: 700;
  margin-left: -10px;
  text-decoration: none;
}
.navbar-nav > li > .main-nav {
  color: #333 !important;
  margin-left: 3px;
}
.navbar-nav {
  margin-left: 15px !important;
  margin-bottom: -35px;
}
.navbar {
  margin-bottom: 0px !important;
}
.home_navbar {
  padding: 7px 0px 0px;
  background-color: #ECF2F6;
  border-bottom: 1px solid #E3E3E3;
}
.main_body {
  background-color: #ECF2F6;
}
.customer_list_block {
  margin-top: 40px;
}
.customer_list_text {
  background-color: #ECF2F6;
  padding: 0px 0px 0px;
  border-bottom: 1px solid #ECF2F6;
  font-size: 24px;
  font-weight: 700;
  margin-left: 4px;
}
.c_list_main {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 110px;
  border-radius: 8px;
  border: 4px solid #ECF2F6;
}
.c_list_mai {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 110px;
  border-radius: 8px;
  border: 4px solid #ECF2F6;
  margin-bottom: 50px;
}
.wallet_config {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 110px;
  border-radius: 8px;
  border: 4px solid #ECF2F6;
  margin-bottom: 10px;
}
.wallet_config .config_heading {
  border-bottom: 1px solid #D8D8D8;
  padding: 5px 30px 15px;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 18px;
  color: #394049;
  line-height: 22px;
}
.wallet_config .Polaris-Card__Section {
  padding: 0px;
}
.store_credit_config {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 110px;
  border-radius: 8px;
  border: 4px solid #ECF2F6;
  margin-bottom: 10px;
}
.store_credit_config .config_heading {
  border-bottom: 1px solid #D8D8D8;
  padding: 5px 30px 15px;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 18px;
  color: #394049;
  line-height: 22px;
}
.store_credit_config .Polaris-Card__Section {
  padding: 0px;
}
.margin-bottom-110 {
  margin-bottom: 110px !important;
}
.customer_some_text {
  font-size: 12px;
  font-weight: 700;
  color: #777;
  background-color: #ECF2F6;
  margin-left: 4px;
}
.search_block {
  width: 70%;
}
.search_block input {
  height: 39px;
}
#search_cust {
  border-right: none;
}
.search_button {
  border-left: none;
}
.wallet_orders_search_button {
  border-left: none;
}
.pagination_block {
  text-align: right;
  margin-top: 10px;
}
.selected_limit_block {
  text-align: right;
  margin-top: 10px;
  margin-top: 0px;
}
.search_pagination_row {
  margin-top: 15px;
  margin-bottom: 20px;
}
#customer_listing {
  margin-top: 25px;
}
#customer_listing th {
  border-top: 1px solid #E3E3E3;
  padding: 15px;
  border-bottom: 1px solid #E3E3E3;
  font-weight: 700;
  font-size: 14px;
  color: #333;
}
#customer_listing td {
  padding: 15px;
  border-bottom: 1px solid #E3E3E3;
  font-weight: 400;
  font-size: 14px;
  color: #7a8692;
}
.import_csv .instruction_details_header {
  margin: 30px 0px;
}
.import_csv .import_customer_add_money {
  background-color: #3D456D !important;
  color: #fff;
  padding: 10px 25px;
}
.import_csv .modal-content {
  border: none !important;
  border-radius: 0px !important;
}
.import_csv .modal-body {
  background: #fff;
}
.import_csv .modal-footer {
  background: #fff;
}
#cash_back_rule {
  margin-top: 25px;
}
#cash_back_rule th {
  padding: 15px;
  border-bottom: 1px solid #E3E3E3;
  font-weight: 700;
  font-size: 12px;
}
#cash_back_rule td {
  padding: 15px;
  border-bottom: 1px solid #E3E3E3;
  color: #999;
}
.pagination_block_bottom {
  text-align: right;
  padding: 15px 15px 15px 0px;
}
.img_with_text {
  height: 23px;
  width: 18px;
  display: inline-block;
}
.img_home {
  background: url(../image/all_icon.svg) no-repeat 0px 7px;
}
.img_configuration {
  background: url(../image/all_icon.svg) no-repeat -15px 5px;
}
.img_cashback {
  background: url(../image/all_icon.svg) no-repeat -35px 7px;
}
.img_customer_listing {
  background: url(../image/all_icon.svg) no-repeat -53px 5px;
}
.img_api_credentials_tab {
  background: url(../image/icon-api-line.svg) no-repeat;
}
.img_faq {
  background: url(../image/all_icon.svg) no-repeat -90px 5px;
}
.img_refund_request {
  background: url(../image/all_icon.svg) no-repeat -72px 4px;
}
.img_feature_tab {
  background: url(../image/feature-app-1.svg) no-repeat -3px 4px;
}
.img_transferred_detail {
  background: url(../image/all_icon.svg) no-repeat -107px 6px;
}
.configure_front {
  background: url(../image/Config-Front.png) no-repeat -79px 8px;
}
.img_notification {
  background: url(../image/all_icon.svg) no-repeat -47px 8px;
}
.img_search {
  background: url(../image/sprite.png) no-repeat 0 -22px;
  height: 20px;
  width: 22px;
  display: inline-block;
}
#order_search_old,
#order_search {
  background: url(../image/sprite.png) no-repeat 0 -22px;
  height: 20px;
  width: 22px;
  display: inline-block;
}
.customer_list_img {
  background: url(../image/all_icon.svg) no-repeat -30px -45px;
  height: 30px;
  width: 34px;
  background: url(../image/all_icon.svg) no-repeat -87px -45px;
  display: inline-block;
}
.api_cred_img {
  height: 30px;
  width: 28px;
  background: url(../image/30*30api.svg) no-repeat;
  display: inline-block;
  vertical-align: sub;
}
.img_feature_apps {
  height: 30px;
  width: 28px;
  background: url(../image/30*30api.svg) no-repeat;
  display: inline-block;
  vertical-align: sub;
  background: url(../image/30*30feature-app-1.svg) no-repeat;
}
.refund_request_image {
  background: url(../image/all_icon.svg) no-repeat -30px -45px;
  height: 30px;
  width: 34px;
  background: url(../image/all_icon.svg) no-repeat -119px -46px;
  display: inline-block;
}
.transfer_image {
  background: url(../image/all_icon.svg) no-repeat -30px -45px;
  height: 30px;
  width: 34px;
  background: url(../image/all_icon.svg) no-repeat -177px -44px;
  display: inline-block;
}
.pagination_left_img {
  background: url(../image/sprite.png) no-repeat -48px -22px;
  height: 20px;
  width: 22px;
  display: inline-block;
  margin: -5px 10px;
  border: 1px solid #999;
  padding: 11px;
  cursor: pointer;
}
.pagination_right_img {
  background: url(../image/sprite.png) no-repeat -27px -22px;
  height: 20px;
  width: 22px;
  display: inline-block;
  margin: -5px 0px;
  border: 1px solid #999;
  padding: 11px;
  cursor: pointer;
}
.pagination_right_imgs {
  background: url(../image/sprite.png) no-repeat -27px -22px;
  height: 20px;
  width: 22px;
  display: inline-block;
  margin: -5px 0px;
  border: 1px solid #999;
  padding: 11px;
  cursor: pointer;
}
.pagination_left_img_search {
  background: url(../image/sprite.png) no-repeat -48px -22px;
  height: 20px;
  width: 22px;
  display: inline-block;
  margin: -5px 10px;
  border: 1px solid #999;
  padding: 11px;
  cursor: pointer;
}
.pagination_right_img_search {
  background: url(../image/sprite.png) no-repeat -27px -22px;
  height: 20px;
  width: 22px;
  display: inline-block;
  margin: -5px 0px;
  border: 1px solid #999;
  padding: 11px;
  cursor: pointer;
}
.pagination_right_refund_search {
  background: url(../image/sprite.png) no-repeat -27px -22px;
  height: 20px;
  width: 22px;
  display: inline-block;
  margin: -5px 0px;
  border: 1px solid #999;
  padding: 11px;
  cursor: pointer;
}
.pagination_left_refund_search {
  background: url(../image/sprite.png) no-repeat -48px -22px;
  height: 20px;
  width: 22px;
  display: inline-block;
  margin: -5px 10px;
  border: 1px solid #999;
  padding: 11px;
  cursor: pointer;
}
.dt_pagination_left_order {
  background: url(../image/sprite.png) no-repeat -48px -22px;
  height: 20px;
  width: 22px;
  display: inline-block;
  border: 1px solid #999;
  padding: 11px;
  cursor: pointer;
}
.pagination_left_order {
  background: url(../image/sprite.png) no-repeat -48px -22px;
  height: 20px;
  width: 22px;
  display: inline-block;
  margin: -5px 10px;
  border: 1px solid #999;
  padding: 11px;
  cursor: pointer;
}
.dt_pagination_right_order {
  background: url(../image/sprite.png) no-repeat -27px -22px;
  height: 20px;
  width: 22px;
  display: inline-block;
  border: 1px solid #999;
  padding: 11px;
  cursor: pointer;
}
.pagination_right_order {
  background: url(../image/sprite.png) no-repeat -27px -22px;
  height: 20px;
  width: 22px;
  display: inline-block;
  margin: -5px 0px;
  border: 1px solid #999;
  padding: 11px;
  cursor: pointer;
}
.pagination_left_refund {
  background: url(../image/sprite.png) no-repeat -48px -22px;
  height: 20px;
  width: 22px;
  display: inline-block;
  margin: -5px 10px;
  border: 1px solid #999;
  padding: 11px;
  cursor: pointer;
}
.pagination_right_refund {
  background: url(../image/sprite.png) no-repeat -27px -22px;
  height: 20px;
  width: 22px;
  display: inline-block;
  margin: -5px 0px;
  border: 1px solid #999;
  padding: 11px;
  cursor: pointer;
}
.pagination_left_transferred {
  background: url(../image/sprite.png) no-repeat -48px -22px;
  height: 20px;
  width: 22px;
  display: inline-block;
  margin: -5px 10px;
  border: 1px solid #999;
  padding: 11px;
  cursor: pointer;
}
.pagination_right_transferred {
  background: url(../image/sprite.png) no-repeat -27px -22px;
  height: 20px;
  width: 22px;
  display: inline-block;
  margin: -5px 0px;
  border: 1px solid #999;
  padding: 11px;
  cursor: pointer;
}
.table_faq {
  background-color: #fff;
}
.faq_err {
  color: red;
  display: none;
}
.my_plan {
  background-color: #fff;
  margin: 15px 30px 15px 0px;
  padding: 20px;
}
.my_plan .Heading-div {
  font-size: 28px !important;
  margin: 10px 0px;
}
.nav > li {
  padding: 0px 20px 12px 15px;
}
.nav > li a {
  padding: 0px 0px !important;
  margin-left: 1px;
}
.nav > li .active {
  border-bottom: 2px solid #333;
}
.refund_link {
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
  padding: 16px 10px;
  margin-right: 25px;
  cursor: pointer;
}
.refund_link a {
  color: #333 !important;
}
.sandbox_checkbox {
  height: 18px;
  width: 20px;
}
.mail_configuration {
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
  padding: 16px 10px;
  margin-right: 25px;
  cursor: pointer;
}
.mail_configuration a {
  color: #333 !important;
}
.label_configuration {
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
  padding: 16px 10px;
  margin-right: 25px;
  cursor: pointer;
}
.label_configuration a {
  color: #333 !important;
}
.theme_configuration {
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
  padding: 16px 10px;
  margin-right: 25px;
  cursor: pointer;
}
.theme_configuration a {
  color: #333 !important;
}
.theme_configuration .p_title {
  font-size: 22px;
  margin-bottom: 20px;
}
.theme_configuration .wk_collection_product {
  font-size: 12px;
  padding: 5px 7px;
}
.theme_configuration .p_price {
  margin: 15px 0px;
  font-weight: 400;
}
.theme_configuration .c_price {
  margin: 5px 0px;
}
.theme_configuration .p_page_label {
  font-weight: 400;
}
.theme_configuration .p_add_to_cart {
  margin-bottom: 20px;
}
.theme_configuration .p_page_heading {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0px;
}
.theme_configuration .theme_scroller_block {
  border: 1px solid grey;
  height: 500px;
  overflow-y: scroll;
  padding-left: 20px;
  margin-bottom: 15px;
}
.theme_configuration .p_variant {
  display: inline-block;
  margin: 1.7rem 0rem 1.7rem 0rem;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 20px;
  background: #000;
  color: #fff;
}
.theme_configuration .p_quantity {
  text-align: center;
  display: block;
  margin: 10px 0px;
}
.theme_configuration .c_img {
  margin: 20px 0px;
}
.stripe_configuration {
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
  padding: 16px 10px;
  margin-right: 25px;
  cursor: pointer;
}
.stripe_configuration a {
  color: #333 !important;
}
.wallet_configuration {
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
  padding: 16px 10px;
  margin-right: 25px;
  cursor: pointer;
}
.wallet_configuration a {
  color: #333 !important;
}
.pay_wallet_percentage {
  display: none;
}
.partial_payment_on {
  display: none;
}
.partial_payment_selection {
  margin: 0px 15px;
  width: 52%;
}
.order_tag {
  display: none;
}
.pay_rest_amount_mail_send_time {
  display: none;
}
.shipping_amount {
  display: none;
  margin-left: 77px;
}
.shipping_name {
  display: none;
  margin-left: 77px;
}
.draft_order_shipping_config {
  display: none;
  margin-bottom: 15px;
  font-weight: 700;
}
.shipping_price_priority {
  display: none;
  margin-bottom: 15px;
  font-weight: 700;
  margin-top: 1%;
  margin-left: 77px;
}
.include_default_shipping {
  display: none;
  margin-bottom: 15px;
  font-weight: 700;
  margin-top: 15px;
  margin-left: 77px;
}
.include_default_shipping_label,
.shipping_price_priority_label,
.draft_order_shipping_config_label {
  vertical-align: middle;
  font-weight: 100 !important;
}
.radio_input_div {
  margin-top: 4px;
}
.wallet_config_p {
  font-weight: 700;
}
.draft_order_pay_on_adding {
  display: none;
}
label.pay_wallet_percentage_data {
  font-weight: 700 !important;
  color: #333 !important;
}
.input-lg {
  font-size: 14px !important;
  height: 40px !important;
  z-index: 0 !important;
}
.api_user_delete_span {
  vertical-align: text-bottom;
}
.configure_link {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 2px;
  cursor: pointer;
}
.refund {
  margin-bottom: 30px;
  border-bottom: 1px solid #999;
  padding: 0px 0px 15px;
}
.refund .active {
  border-bottom: 2px solid;
}
.refund_configure p {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.refund_configure label {
  font-size: 14px;
  font-weight: 400;
  color: #7a8692;
  margin: 10px 0px;
}
.input_field label {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
.file_type label {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
.radio_btn {
  height: 15px;
  width: 15px;
  cursor: pointer;
}
.checkbox-button + label {
  margin: 15px;
  cursor: pointer;
  width: 32px;
  display: inline-block;
  border-radius: 24px;
  position: relative;
  height: 12px;
  content: '';
  transition: 0.2s;
}
.checkbox-button + label:before {
  position: absolute;
  width: 18px;
  border-radius: 9px;
  height: 18px;
  left: 14px;
  top: -3px;
  transition: 0.2s;
  display: inline-block;
  content: '';
}
.checkbox-button + label .checkbox-active {
  display: none;
  position: absolute;
  margin-left: 56px;
  margin-top: -6px;
  padding: 10px 33px;
  border-radius: 3px;
  color: #ffffff;
  background: #606EC6;
  border: 1px solid #3F4EAD;
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.07);
}
.checkbox-button + label .checkbox-inactive {
  display: inline-block;
  position: absolute;
  margin-left: 56px;
  margin-top: -6px;
  color: #ACACAC;
  padding: 10px 30px;
  border-radius: 3px;
  background: #FCFDFD;
  border: 1px solid #C4CDD5;
}
.checkbox-button:checked + label:before {
  left: 0;
}
.checkbox-button:checked + label .checkbox-active {
  display: inline-block;
  position: absolute;
  margin-left: 56px;
  margin-top: -6px;
  padding: 10px 33px;
  border-radius: 3px;
  color: #ffffff;
  background: #606EC6;
  border: 1px solid #3F4EAD;
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.07);
}
.checkbox-button:checked + label .checkbox-inactive {
  display: none;
  position: absolute;
  margin-left: 56px;
  margin-top: -6px;
  color: #ACACAC;
  padding: 10px 30px;
  border-radius: 3px;
  background: #FCFDFD;
  border: 1px solid #C4CDD5;
}
.checkbox-button {
  display: none;
}
.checkbox-swith + label {
  margin: 15px;
  cursor: pointer;
  width: 32px;
  display: inline-block;
  border-radius: 24px;
  position: relative;
  height: 12px;
  content: '';
  background-color: #CCCCCC;
  transition: 0.2s;
}
.checkbox-swith + label:before {
  position: absolute;
  width: 18px;
  border-radius: 9px;
  background-color: #999999;
  height: 18px;
  left: 14px;
  top: -3px;
  transition: 0.2s;
  display: inline-block;
  content: '';
}
.checkbox-swith + label .checkbox-active {
  display: none;
  position: absolute;
  margin-left: 56px;
  margin-top: -6px;
  color: #8DD1A7;
}
.checkbox-swith + label .checkbox-inactive {
  display: inline-block;
  position: absolute;
  margin-left: 56px;
  margin-top: -6px;
  color: #ACACAC;
}
.checkbox-swith:checked + label {
  background-color: #52BE7F;
}
.checkbox-swith:checked + label:before {
  background-color: #429D68;
  left: 0;
}
.checkbox-swith:checked + label .checkbox-active {
  display: inline-block;
  position: absolute;
  margin-left: 56px;
  margin-top: -6px;
  color: #8DD1A7;
}
.checkbox-swith:checked + label .checkbox-inactive {
  display: none;
  position: absolute;
  margin-left: 56px;
  margin-top: -6px;
  color: #ACACAC;
}
.checkbox-swith {
  display: none;
}
.checkbox_div {
  margin-top: 15px;
}
.input_radio {
  border-bottom: 1px solid #DDD;
  padding: 20px 15px;
}
.store_credit_input_radio {
  padding: 20px 15px;
}
.configuration_submit {
  background-color: #4D508A;
  border: none;
  padding: 10px 45px;
  margin: 20px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.configurations_img {
  background: url(../image/all_icon.svg) no-repeat -30px -45px;
  height: 30px;
  width: 34px;
  display: inline-block;
}
.faq_question {
  height: 30px;
  margin: 15px 0px;
  color: #333;
  float: left;
}
.faq_main_heading {
  vertical-align: text-top;
}
.faq_img_heading {
  height: 30px;
  width: 34px;
  display: inline-block;
  background: url(../image/Sprite-Nav-Icon.png) no-repeat -119px -30px;
}
.cash_back_img {
  background: url(../image/all_icon.svg) no-repeat -30px -45px;
  height: 30px;
  width: 34px;
  display: inline-block;
  background: url(../image/all_icon.svg) no-repeat -62px -47px;
  width: 28px;
}
.add_cash_back_img {
  background: url(../image/all_icon.svg) no-repeat -30px -45px;
  height: 30px;
  width: 34px;
  display: inline-block;
  background: url(../image/all_icon.svg) no-repeat -62px -47px;
  width: 28px;
}
.configuration_list_text {
  font-size: 28px;
  font-weight: 400;
  color: #333;
}
.cashback_heading {
  vertical-align: super;
}
.config_heading {
  vertical-align: text-top;
}
.refund_request_heading {
  vertical-align: text-top;
}
.cust_name {
  font-size: 18px;
  font-weight: 400;
  color: #4c4f8a;
  padding-bottom: 23px;
}
.cust_name span {
  color: #4ba7fc;
}
.current_amount {
  font-size: 18px;
  font-weight: 300;
  color: #5D6093;
  padding-bottom: 23px !important;
}
.current_amount span {
  color: #7BBBFD;
  background-color: #ECF2F6;
  padding: 5px 10px;
}
.active_trasaction {
  background-color: #38AD56;
  padding: 2px 15px;
  border-radius: 3px;
  color: white;
  font-size: 12px;
  font-weight: 700;
}
.pending_transaction {
  background-color: red !important;
  background-color: #38AD56;
  padding: 2px 15px;
  border-radius: 3px;
  color: white;
  font-size: 12px;
  font-weight: 700;
}
.request_reject_transaction {
  background-color: #a1a0a0d4 !important;
  padding: 2px 15px;
  border-radius: 3px;
  color: white;
  font-size: 12px;
  font-weight: 700;
}
.import_product_err {
  display: none;
}
.import_product_err span {
  color: red;
}
.product_err > svg {
  vertical-align: text-top;
}
.action {
  text-decoration: none;
}
.action div {
  background-color: #3D456D;
  color: #fff;
  padding: 7px 13px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
  max-width: 105px;
}
.main_faq {
  background-color: #fff;
}
.faq_input {
  height: 40px;
}
.faq_title {
  margin-bottom: 10px;
}
.faq_title label {
  margin-bottom: 10px;
}
.description {
  margin-bottom: 10px;
}
.description label {
  margin-bottom: 10px;
}
.model_h4 {
  font-weight: 900 !important;
}
.model-div-text {
  font-size: 13px !important;
}
.faq_textarea {
  padding: 10px;
  resize: none;
}
.add_faq {
  color: #fff;
  background-color: #4D508A;
  border: none;
  padding: 9px 40px;
  border-radius: 2px;
}
.wm-loader {
  background: #fff url(../image/loader.svg) no-repeat center center / 20px 20px !important;
  color: transparent !important;
  opacity: 0.5;
}
.mail-subject-margen {
  margin: 12px 0px 12px 0px;
}
.cancle_faq {
  margin-bottom: 30px;
  padding: 8px 35px;
  border-radius: 2px;
  border: 1px solid #999;
  background-color: #fff;
  color: #999;
  font-size: 14px;
  margin-top: 20px;
  margin-left: 15px;
}
.faq_main_body {
  background-color: #ecf2f6;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.faq_add {
  color: #4C4F8A;
  font-size: 24px;
  font-weight: 300;
}
.details_faq {
  border: 1px solid #999;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 2px;
}
.title {
  color: #4C4F8A;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
}
.sub_faq {
  color: #999;
  font-size: 14px;
  font-weight: 600;
}
.faq_detail {
  margin-top: 15px;
}
#faq_close {
  float: right;
  border: 1px solid;
  padding: 0px 5px;
  border-radius: 15px;
  text-decoration: none;
  color: #4C4F8A;
}
.cash_back_main {
  background-color: #ECF2F6;
}
.cashback_rules_text {
  margin: 40px 0px 1px 0px;
}
.products_data {
  margin: 5px 10px;
}
.product_container {
  display: none;
  margin: 20px 0px;
  border: 1px solid #ddd;
  padding: 20px 10px;
}
.product_container .well {
  padding: 10px !important;
}
.products_price {
  padding: 0px 50px;
  color: #333;
  font-weight: 600;
}
.products_name {
  color: #777;
  font-size: 14px;
}
[class*='close-'] {
  color: #777;
  font: 30px/100% arial, sans-serif;
  position: absolute;
  right: 5px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 7px;
}
.close-classic:after {
  content: 'X';
  /* ANSI X letter */
}
.close-thin:after {
  content: '×';
  /* UTF-8 symbol */
}
.close-thik:after {
  content: '✖';
  /* UTF-8 symbol */
}
.cashback_form {
  background-color: #ffffff;
  padding-top: 30px;
  margin-bottom: 150px;
}
.first_picker {
  border-radius: 0px !important;
}
.date_picker_from {
  padding-top: 10px;
  border: 1px solid #9ba8b4;
  height: 34px;
  padding-left: 9px;
  color: gray;
  border-bottom-left-radius: 3px;
  border-right: 0px;
  border-top-left-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  color: #555555;
}
.cashback_rules_form label {
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}
.import_product {
  float: right;
  padding-top: 10px;
}
.import_product .btn {
  background-color: #3D456D !important;
  color: #fff !important;
  padding: 10px 25px;
  font-weight: 800;
}
.export_transactions {
  padding: 20px;
}
.product_picker_div {
  float: right;
  padding-top: 10px;
  padding: 20px 0px;
  float: none;
}
.product_picker_div .btn {
  background-color: #3D456D !important;
  color: #fff !important;
  padding: 10px 25px;
  font-weight: 800;
}
#pro_import {
  padding-top: 0px !important;
}
.cash_back_option {
  width: 50px;
  height: 15px;
}
.smtp_configuration {
  margin-right: 25px;
}
.on_adding_amt_time {
  width: 50px !important;
  height: 15px !important;
}
.cash_back_type {
  font-size: 12px;
  font-weight: 700;
  color: #555555;
}
.save_user_credentials,
.save_cashback {
  padding: 9px 40px;
  background-color: #3D456D;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border: transparent;
  margin: 5px 15px 30px;
}
.cancle_cashback {
  float: right;
  padding: 10px 10px;
  cursor: pointer;
  font-weight: 700;
  font-size: 12px;
  color: #777;
}
.wm-notice {
  z-index: 500;
  display: none;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.88);
  color: #fff;
  position: fixed;
  bottom: 0;
  height: 80px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
}
.wm-error {
  z-index: 600;
  display: none;
  width: 100%;
  background-color: rgba(191, 16, 16, 0.87);
  color: #fff;
  position: fixed;
  bottom: 0;
  height: 80px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  padding-top: 15px;
}
.add_rules {
  background-color: #3D456D;
  color: #fff;
  padding: 15px 25px;
  margin-right: 15px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
.add_rules span {
  font-size: 16px;
}
.cashback_list_select {
  height: 27px !important;
  width: 47px !important;
}
.transaction_list_select {
  height: 30px !important;
  width: 100px !important;
}
.wallet_orders_search {
  background: url(../image/sprite.png) no-repeat 0 -22px;
  height: 20px;
  width: 22px;
  display: inline-block;
}
.cashback_details {
  background: url(../image/sprite.png) no-repeat 0 -22px;
  height: 20px;
  width: 22px;
  display: inline-block;
}
.refund_request_search {
  background: url(../image/sprite.png) no-repeat 0 -22px;
  height: 20px;
  width: 22px;
  display: inline-block;
}
.transfer_search {
  background: url(../image/sprite.png) no-repeat 0 -22px;
  height: 20px;
  width: 22px;
  display: inline-block;
}
.cashback_pagination_left {
  background: url(../image/sprite.png) no-repeat -48px -22px;
  height: 20px;
  width: 22px;
  display: inline-block;
  margin: -5px 10px;
  border: 1px solid #999;
  padding: 11px;
  height: 26px;
  width: 26px;
  cursor: pointer;
}
.cashback_pagination_right {
  background: url(../image/sprite.png) no-repeat -27px -22px;
  height: 20px;
  width: 22px;
  display: inline-block;
  margin: -5px 0px;
  border: 1px solid #999;
  padding: 11px;
  height: 26px;
  width: 26px;
  cursor: pointer;
}
.cashback_pagination_block {
  text-align: right;
}
.cashback_search_block {
  width: 50%;
  float: left;
}
.list_selector {
  float: left;
  margin-left: 10px;
}
#search_cashback {
  border-right: none;
  height: 30px;
}
.search_cashback_button {
  border-left: none;
  height: 30px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropbtn {
  background-color: transparent;
  color: white;
  padding: 0px 10px 15px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 90px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 1px solid #E4E4E4;
  text-align: left;
  margin-top: -10px;
  border-radius: 4px;
}
.dropdown-content div {
  padding: 13px;
  cursor: pointer;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
}
.dropdown-content a:hover {
  color: #fff;
  text-decoration: none;
}
.dropdown-content div:hover {
  color: #fff;
  background: #5c6ac4;
  outline: none;
}
.content_refund {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 130px !important;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 1px solid #E4E4E4;
  margin-top: -10px;
  right: -10px;
}
.content_refund a {
  font-size: 12px;
  color: #474748;
  font-weight: 700;
  text-decoration: none;
  display: block;
}
.wallet_orders_refunds {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 130px !important;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 1px solid #E4E4E4;
  margin-top: -10px;
  right: -10px;
}
.wallet_orders_refunds a {
  font-size: 12px;
  color: #474748;
  font-weight: 700;
  text-decoration: none;
  display: block;
}
.order_select_box {
  height: 30px;
}
.order_types {
  text-align: center;
}
.refund_amount_details_table .refunds_select_box {
  width: 100%;
  height: 35px;
  padding: 0px 10px;
  border-radius: 3px;
}
.faq_tbody td {
  padding: 16px !important;
}
.faq_dropbtn {
  padding: 0px !important;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.checkbox-swith + label {
  margin: 15px;
  cursor: pointer;
  width: 32px;
  display: inline-block;
  border-radius: 24px;
  position: relative;
  height: 12px;
  content: '';
  background-color: #CCCCCC;
  transition: 0.2s;
}
.checkbox-swith + label:before {
  position: absolute;
  width: 18px;
  border-radius: 9px;
  background-color: #999999;
  height: 18px;
  left: 14px;
  top: -3px;
  transition: 0.2s;
  display: inline-block;
  content: '';
}
.modal_detelet_transaction {
  font-size: 14px !important;
}
.checkbox-swith:checked + label {
  background-color: #429C80;
}
.checkbox-swith:checked + label:before {
  background-color: #429C80;
  left: 0px;
  transition: 0.2s;
}
.rule_err {
  color: red;
}
.wallet_statics {
  margin-bottom: 20px;
  margin-top: 5px;
}
.notify {
  margin-top: 20px;
}
.image_url {
  background: url(../image/Sprite-Nav-Icon1.png) no-repeat -184px -34px;
  height: 25px;
  width: 20px;
  float: left;
}
.wallet_statics_img {
  margin-top: 15px;
  padding: 15px;
  border-bottom: 1px solid #E4EEF5;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.wallet_statics_img span {
  font-size: 16px;
  font-weight: 700;
  color: #43508a;
  margin-left: 15px;
}
.show_transaction_remark,
.show_remark {
  color: #4ba7fc;
  cursor: pointer;
}
.old_transaction {
  display: none;
}
.general_config_error_div {
  color: red;
  display: none;
}
.enable_cc_email_label {
  margin-top: 0px !important;
}
/* circular animated progress bar */
.donut-pie-tooltip-bubble {
  background-color: #ffffff;
  color: #06346e;
  font-size: 11px;
  padding: 6px 12px 6px 12px;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 1px 1px 1px 1px rgba(25, 25, 25, 0.15);
  text-align: left;
  max-width: 240px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
canvas {
  background-color: #fff;
  border-radius: 3px;
}
.home_last_div_section {
  margin: 20px -15px !important;
}
.last_ten_order_table {
  height: 530px;
  background-color: #fff;
  overflow-y: scroll;
  margin: 0px -15px !important;
}
.last_ten_order_table .orders_ten_headings {
  padding: 15px;
  color: #4D508A;
}
.last_ten_order_table .orders_ten_headings .left_span {
  font-size: 16px;
  font-weight: 700;
}
.last_ten_order_table .orders_ten_headings .right_span {
  float: right;
  font-size: 14px;
}
.last_ten_order_table table th {
  color: #333 !important;
  font-size: 13px !important;
  padding: 15px !important;
}
.last_ten_order_table table td {
  color: #555 !important;
  font-size: 12px !important;
  padding: 15px !important;
}
.order_stats_top_div {
  margin: 0px 0px 20px;
  height: 450px;
}
.data_detail {
  background-color: #fff;
  display: flow-root;
  padding: 0px 5px;
}
.data_detail .total_orders {
  border-right: 1px solid #777777;
  font-size: 14px;
  color: #777777;
}
.data_detail .revenue {
  font-size: 14px;
  color: #777777;
}
.order_stats {
  background-color: #fff;
  display: flow-root;
  padding: 20px 20px 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.order_stats .stats_text {
  float: left;
  font-size: 16px;
  font-weight: 700;
  color: #43508a;
  margin-left: 15px;
}
.order_stats .dropdown {
  float: right;
  margin: 0px 0px 5px;
}
.order_stats .image_url {
  background: url(../image/Order-icon.png) no-repeat 0px 0px;
  height: 25px;
  width: 20px;
  float: left;
}
.statics_graph {
  border-right: 1px solid #E4EEF5;
  padding: 40px 45px 40px;
  background-color: #fff;
  margin-bottom: 10px;
}
.statics_graph span {
  position: absolute;
  margin-top: 100px;
  margin-left: 75px;
  width: 90px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #798692;
}
.no_statics_graph {
  border-right: 1px solid #E4EEF5;
  padding: 40px 45px 40px;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 40px 45px 285px;
}
.no_statics_graph span {
  position: absolute;
  margin-top: 100px;
  margin-left: 75px;
  width: 90px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #798692;
}
.statics_record {
  padding-top: 25px;
  background-color: #fff;
  height: 325px;
}
.naming {
  font-size: 12px;
  color: #333;
}
.week:hover {
  background-color: #f3fbff;
}
.month:hover {
  background-color: #f3fbff;
}
.year:hover {
  background-color: #f3fbff;
}
.week {
  padding: 4px 7px;
  background-color: #ecf2f6;
  border: 1px solid #ccd4d8;
  float: left;
}
.month {
  padding: 4px 7px;
  background-color: #ecf2f6;
  border: 1px solid #ccd4d8;
  border-left: 0;
  float: left;
}
.year {
  padding: 4px 7px;
  background-color: #ecf2f6;
  float: left;
  border: 1px solid #ccd4d8;
  border-left: 0px;
}
.circle {
  padding-top: 40px;
}
.week-color {
  height: 10px;
  width: 10px;
  background-color: #31dfc7;
  margin: 5px 0px 0px 20px;
}
.year-color {
  height: 10px;
  width: 10px;
  background-color: #31dfc7;
  margin: 5px 0px 0px 20px;
  background-color: #fb9860;
}
.month-color {
  height: 10px;
  width: 10px;
  background-color: #31dfc7;
  margin: 5px 0px 0px 20px;
  background-color: #9296be;
}
.week-text {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
.year-text {
  padding-bottom: 30px;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
.all-circle text {
  font-size: 14px;
  font-weight: 700;
}
.config_img {
  background: url(../image/all_icon.svg) no-repeat -15px 3px;
  height: 24px;
  width: 18px;
  margin-left: 45%;
}
.other_tab_config {
  text-align: center;
  background-color: #fff;
  margin-bottom: 100px;
  padding: 5px 0px 25px;
}
.config_text {
  font-size: 14px;
  font-weight: 700;
  color: #4c4f8a;
  padding: 10px;
  cursor: pointer;
}
.config_info {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.other_tab_cash_back {
  text-align: center;
  background-color: #fff;
  margin-bottom: 100px;
  padding: 5px 0px 25px;
  padding: 9px 22px 40px 15px;
}
.other_tab_wallet_customer {
  text-align: center;
  background-color: #fff;
  margin-bottom: 100px;
  padding: 5px 0px 25px;
  padding: 5px 0px 40px;
}
.other_tab_faq {
  text-align: center;
  background-color: #fff;
  margin-bottom: 100px;
  padding: 5px 0px 25px;
  padding: 5px 15px 40px;
}
.cash_back_image {
  background: url(../image/all_icon.svg) no-repeat -15px 3px;
  height: 24px;
  width: 18px;
  margin-left: 45%;
  background: url(../image/all_icon.svg) no-repeat -37px 3px;
}
.wallet_customer_img {
  background: url(../image/all_icon.svg) no-repeat -15px 3px;
  height: 24px;
  width: 18px;
  margin-left: 45%;
  background: url(../image/all_icon.svg) no-repeat -53px 4px;
}
.faq_img {
  background: url(../image/all_icon.svg) no-repeat -15px 3px;
  height: 24px;
  width: 18px;
  margin-left: 45%;
  background: url(../image/all_icon.svg) no-repeat -91px 4px;
}
#price_label {
  margin: 15px 0px 5px;
}
.scrollToTop {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(../image/arrow.png);
  background-color: #FF9800;
  background-repeat: no-repeat;
  background-position: center top;
  position: fixed;
  bottom: 100px;
  right: 75px;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.scrollToTop:hover {
  background-color: #03A9F4;
  background-position: center bottom;
}
.store_credit_note {
  margin-bottom: 1%;
}
.customer_deside_label {
  vertical-align: middle;
}
.schema-update-content-p {
  width: 75%;
  text-align: center;
  margin: auto;
  padding-top: 3%;
  font-size: 15px;
}
.schema-update-content-li {
  margin-top: 1%;
  font-size: 15px;
}
.schema-update-content {
  padding-bottom: 42px;
}
.sub-container {
  border: 1px solid #bbb;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 4px 5px 5px -2px #333;
  margin: 50px 0 65px 0;
  padding: 0 28px 50px 28px;
  min-height: 52em;
  position: relative;
}
.sub-container h1,
.sub-container .main_heading {
  border-bottom: 2px solid rebeccapurple;
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0 10px 0;
  padding: 12px 0 10px 0;
}
.sub-container th {
  color: white !important;
  font-size: 14px;
  font-weight: 600;
  background-color: rebeccapurple;
}
.sub-container td a {
  text-decoration: none;
  outline: medium none;
  color: rebeccapurple;
}
.sub-container .faq_li {
  list-style: inside disc;
  margin: 0 0 6px 0;
  padding: 20px 0 20px 0;
}
.sub-container .faq_title {
  color: rebeccapurple;
  font-size: 17px;
  font-weight: 600;
}
.sub-container .faq_content {
  line-height: 25px;
  margin: 0 0 0 18px;
  padding: 5px 0 0px 0;
  text-align: justify;
  word-wrap: break-word;
  color: black;
}
.pad-15 {
  padding: 15px;
}
.tabs_container .nav-tabs > li.active > a,
.tabs_container .nav-tabs > li.active > a:hover,
.tabs_container .nav-tabs > li.active > a:focus {
  color: #252525;
  outline: 0 none;
  cursor: pointer;
  border: none;
}
.tabs_container .nav-tabs > li {
  border-bottom: 2px solid #333;
}
.primary_container .config_block .config_tabs {
  box-shadow: none !important;
  border: 0 none !important;
  padding-left: 0;
}
.customer_list_block .imp-note {
  border: 1px solid #CCCCCC;
  border-bottom: 2px solid #2B3D4C;
  margin-bottom: 70px;
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  font-style: italic;
}
.customer_list_block .imp-note:hover,
.customer_list_block .imp-note:focus,
.customer_list_block .imp-note:active {
  color: #777777;
}
.tabs_container a {
  color: #252525;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.tabs_container a:hover,
.tabs_container a:focus,
.tabs_container a:active {
  color: #252525;
}
.pad-btm-15 {
  padding: 15px 0px;
}
.mail_configure .btn {
  outline: 0 none !important;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 6px 40px 6px 40px;
  margin: 15px 10px 0px 0px;
  background-color: #4D508A;
}
.primary_container .btn:hover,
.primary_container .btn:focus,
.primary_container .btn:active {
  color: #2B3D4C;
}
.imp-note {
  margin-bottom: 100px;
}
#config_form {
  margin-bottom: 140px;
}
.config_err {
  color: red;
}
.stripe_err {
  color: red;
}
.config_save_button {
  margin-left: 33px;
  margin-right: 15px;
  padding: 10px 43px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #4D508A;
  border-radius: 2px;
}
.config_save_button a {
  text-decoration: none;
  color: #fff !important;
}
.config_save_button:hover {
  color: #fff !important;
}
.configuration_button {
  margin-bottom: 70px;
}
.importantnote_code {
  background-color: #FCF8E3;
  border-left: 7px solid #F4C178;
  box-shadow: 0 0 3px #777777;
  padding: 10px;
  margin-bottom: 50px;
}
.importantnote_code ul {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  background-color: #fff;
  padding: 15px;
}
.manual_part {
  border-bottom: 1px solid;
  padding-bottom: 15px;
}
.manual_part note {
  color: red;
}
.manual_part .note-data {
  margin: 10px;
}
.manual_part p {
  font-size: 12px;
  font-weight: 600;
}
.manual_part .form-control[readonly] {
  background-color: #ECF2F6;
}
code {
  margin-left: 40px !important;
}
.important_note {
  background-color: #ECF2F6;
  display: none;
}
.ui-widget-content {
  overflow-x: scroll !important;
  max-height: 200px !important;
}
.creating_refund_table {
  background-color: #ddd;
  width: 30%;
}
.creating_refund_table .order_id {
  color: #5967C3;
}
.creating_refund_table td {
  padding: 10px;
}
.div-heading {
  font-weight: 600;
  font-size: 16px;
  color: #777777;
  padding-left: 5px;
}
.div-desc {
  font-weight: 400;
  font-size: 16px;
  color: #C7254E;
  background-color: #F4D3DC;
  padding: 8px;
  margin: 5px;
}
.div-desc .subdesc {
  padding-left: 20px;
  color: #323232;
}
.wk_note {
  color: #CCCCCC;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
.frontend-content {
  margin-bottom: 50px;
}
.datepicker-years > .table-condensed > thead > tr > th {
  width: 60px !important;
}
.datepicker-months > .table-condensed > thead > tr > th {
  width: 60px !important;
}
.expire_main {
  background-color: #fff;
  margin: 70px 0px 10px;
  text-align: center;
  border: 1px solid #E1E1E1;
  padding: 50px 0px 50px;
}
.expire_img {
  background-color: #4D508A;
}
.expire_text {
  color: #575454;
  font-size: 22px;
  font-family: arial;
}
.expire_text span {
  font-size: 35px;
  font-weight: 700;
  color: orange;
}
.img_delete {
  background-color: #e1e1e1;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 5px;
  border-radius: 2px;
  cursor: pointer;
}
#img_msg_404 {
  text-align: center;
}
.modal-head {
  padding: 15px;
}
.modal-main {
  width: 90% !important;
}
.delete_modal_text {
  padding: 20px;
}
.modal_cashback_btn {
  background-color: #fff !important;
  color: #2e6da4 !important;
}
.modal_cashback_btn a {
  background-color: #fff !important;
}
a:hover {
  text-decoration: none !important;
}
.delete_cash_back {
  cursor: pointer;
}
.detelet_transaction_msg,
.add_amount_div {
  padding: 0px 15px 15px;
}
.modal-add-amount-title {
  font-size: 28px;
  color: #333;
  font-weight: 400;
}
.modal-add-amount-body {
  font-size: 12px;
  color: #555;
  font-weight: 700;
}
.modal-full-refund {
  font-size: 12px;
  color: red;
  font-weight: 400;
  margin: 0px 15px;
  padding: 10px 0px;
}
.modal-add-amount-currency {
  font-size: 12px;
  color: #777;
  font-weight: 700;
}
.modal-add-amount-footer {
  text-align: left !important;
}
.modal-add-footer-right {
  float: right;
}
.add_amount_btn_modal {
  padding: 7px 40px !important;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}
.wm-loader {
  color: transparent !important;
  background-image: url(../image/loader.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.refund_amount_modal_div {
  background-color: #F2F2F2;
  margin: 0px 15px;
  padding: 10px;
  border-radius: 3px;
}
.refund_amount_modal_div + .modal-footer {
  border-top: 0px solid !important;
}
.refund_amount_details_table td {
  padding: 7px 20px;
}
.content_refund_request {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 130px !important;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 1px solid #E4E4E4;
  margin-top: -10px;
  right: -10px;
  cursor: pointer;
}
.content_refund_request a {
  font-size: 12px;
  color: #474748;
  font-weight: 700;
  text-decoration: none;
  display: block;
}
.transaction_charge_div {
  padding: 5px 15px;
}
.sub-membership-container {
  margin-top: 50px;
}
.sub-membership-container .card_main_div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.sub-membership-container .monthly_plan_div:hover {
  border: 3px solid #3F4EAD;
}
.sub-membership-container .monthly_plan_div:hover .member_ship_btn {
  background: #606EC6;
  border: 1px solid #3F4EAD;
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.07);
}
.sub-membership-container .monthly_plan_div:hover .member_ship_btn button {
  border: none;
  color: #fff;
  background: #606EC6;
}
.sub-membership-container .arrow-right {
  opacity: 0.5;
  width: 0;
  height: 0;
  border-bottom: 100px solid transparent;
  border-left: 100px solid #FFC14D;
  right: 13px;
  position: absolute;
  top: 13px;
  transform: rotate(90deg);
}
.sub-membership-container .arrow-right::after {
  background-color: transparent;
  content: "";
  display: block;
  height: 0px;
  left: -102px;
  position: absolute;
  top: 39px;
  width: 115px;
  -webkit-transform: rotate(-45deg);
}
.sub-membership-container .arrow-right span {
  font-size: 15px;
  position: absolute;
  transform: rotate(-45deg);
  left: -100px;
  top: 15px;
  width: 60px;
  line-height: 1;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  text-align: center;
}
.sub-membership-container .monthly_plan_div {
  margin: 10px;
  background: #fff;
  padding: 30px 0px;
  border-radius: 3px;
  border: 3px solid transparent;
}
.sub-membership-container .monthly_plan_div .days_detail {
  font-size: 46px;
  color: #000000;
  text-align: center;
}
.sub-membership-container .monthly_plan_div .price_detail {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  text-align: center;
  padding: 15px 0px;
}
.sub-membership-container .monthly_plan_div .types {
  margin-bottom: 10px;
  font-size: 18px;
  color: #121212;
  text-align: center;
}
.sub-membership-container .monthly_plan_div .time {
  opacity: 0.4;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  text-align: center;
}
.sub-membership-container .monthly_plan_div .description {
  text-align: center;
  line-height: 21px;
  font-size: 16px;
  color: #121212;
}
.sub-membership-container .monthly_plan_div .member_ship_btn {
  background: #FCFDFD;
  border: 1px solid #C4CDD5;
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.07);
  font-size: 15px;
  letter-spacing: 0;
  margin: 20px 0px 0px;
  text-align: center;
  padding: 2px 20%;
  color: #454C54;
}
.sub-membership-container .monthly_plan_div .member_ship_btn button {
  padding: 5px;
  background: #fff;
  color: #454C54;
  border: none;
}
.sub-membership-container .monthly_plan_div .member_ship_btn button span {
  font-size: 15px !important;
}
.sub-membership-container .monthly_plan_div .upper_post_card {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.sub-membership-container .monthly_plan_div .bottom_post_card {
  padding: 0px 20px;
}
.sub-membership-container .yearly_plan_div {
  margin: 10px;
  background: #fff;
  padding: 30px 0px;
  border-radius: 3px;
  border: 3px solid transparent;
}
.sub-membership-container .yearly_plan_div .days_detail {
  font-size: 46px;
  color: #000000;
  text-align: center;
}
.sub-membership-container .yearly_plan_div .price_detail {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  text-align: center;
  padding: 15px 0px;
}
.sub-membership-container .yearly_plan_div .types {
  margin-bottom: 10px;
  font-size: 18px;
  color: #121212;
  text-align: center;
}
.sub-membership-container .yearly_plan_div .time {
  opacity: 0.4;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  text-align: center;
}
.sub-membership-container .yearly_plan_div .description {
  text-align: center;
  line-height: 21px;
  font-size: 16px;
  color: #121212;
}
.sub-membership-container .yearly_plan_div .member_ship_btn {
  background: #FCFDFD;
  border: 1px solid #C4CDD5;
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.07);
  font-size: 15px;
  letter-spacing: 0;
  margin: 20px 0px 0px;
  text-align: center;
  padding: 2px 20%;
  color: #454C54;
}
.sub-membership-container .yearly_plan_div .member_ship_btn button {
  padding: 5px;
  background: #fff;
  color: #454C54;
  border: none;
}
.sub-membership-container .yearly_plan_div .member_ship_btn button span {
  font-size: 15px !important;
}
.sub-membership-container .yearly_plan_div .upper_post_card {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.sub-membership-container .yearly_plan_div .bottom_post_card {
  padding: 0px 20px;
}
.padding-change-button {
  padding: 7px 20% !important;
}
.below_description {
  font-size: 16px;
  color: #121212;
  text-align: center;
  line-height: 25px;
  padding: 0% 20%;
}
.view_all_plan_btn {
  outline: 0 none !important;
  font-size: 14px;
  padding: 8px 35px;
  background: linear-gradient(180deg, #6371c7, #5563c1);
  box-shadow: inset 0 1px 0 0 #6774c8, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-weight: 400;
}
.product_wise_gift_picker {
  background-color: #5A68C3;
  border: none;
  padding: 7px 15px;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
}
.selected_products {
  width: 100%;
  display: inline-block;
}
.selected_products .products_data {
  padding: 12px 40px;
  margin: 10px 20px 10px 0px;
  border-radius: 4px;
  background-color: #dfdfdf !important;
}
.selected_products .products_data .products_price {
  padding: 0px 50px;
  color: #333;
  font-weight: 600;
}
.priority_div {
  padding: 0px 5% 0px 0px;
}
.create_page {
  margin-bottom: 11px;
}
.Polaris-Banner--statusInfo {
  background-color: #e0f5f5;
  box-shadow: inset 0 3px 0 0 #47c1bf, inset 0 0 0 0 transparent, 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
}
.Polaris-Banner--hasDismiss {
  margin-right: 4.8rem;
}
.Polaris-Banner {
  box-shadow: inset 0 3px 0 0 #637381, inset 0 0 0 0 transparent, 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.6rem;
  border-radius: 0 0 3px 3px;
  transition: box-shadow 0.2s cubic-bezier(0.64, 0, 0.35, 1);
  transition-delay: 0.1s;
}
.Polaris-Banner__Ribbon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3.2rem;
  flex: 0 0 3.2rem;
  margin-right: 1.6rem;
}
.Polaris-Banner__Heading {
  margin-top: 0.4rem;
}
.Polaris-Banner__Content {
  margin: 0.8rem 0;
}
.Polaris-Banner__Actions {
  margin-top: 1.6rem;
}
.Polaris-Icon__Svg {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  color: #fff;
  max-width: 100%;
  max-height: 100%;
}
.Polaris-Icon {
  display: block;
  height: 2rem;
  width: 2rem;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}
.Polaris-Icon--hasBackdrop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.8rem;
}
.Polaris-Icon--colorTealDark {
  fill: #00848e;
}
.svg-info-img {
  top: 14px;
}
.Polaris-Icon--colorTealDark:after {
  background-color: #b7ecec;
}
.Polaris-Icon--hasBackdrop:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -0.8rem;
  bottom: -0.8rem;
  left: -0.8rem;
  right: -0.8rem;
  border-radius: 50%;
}
.info-box-ul {
  padding-left: 10px;
}
.margin-right--30 {
  margin-right: -30px;
}
.Polaris-Banner .member_ship_btn button {
  padding: 9px 15px;
  border-radius: 3px;
  border: none;
  background: linear-gradient(180deg, #6371c7, #5563c1);
  box-shadow: inset 0 1px 0 0 #6774c8, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
  color: #fff;
}
.wallet_well {
  background-color: #ECF2F6;
  border: none;
  border-radius: 0px;
}
.wallet-panel {
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 0 3px #777777;
  padding: 20px;
}
.wallet-panel-header {
  margin-bottom: 10px;
}
.faq_content img {
  width: 100% !important;
}
.checkbox-button-frontend + label {
  cursor: pointer;
  width: 32px;
  display: inline-block;
  border-radius: 24px;
  position: relative;
  height: 12px;
  content: '';
  transition: 0.2s;
}
.checkbox-button-frontend + label:before {
  position: absolute;
  width: 18px;
  border-radius: 9px;
  height: 18px;
  left: 14px;
  top: -3px;
  transition: 0.2s;
  display: inline-block;
  content: '';
}
.checkbox-button-frontend + label .checkbox-active {
  display: none;
  margin-top: -6px;
  padding: 8px 33px;
  border-radius: 3px;
  color: #ffffff;
  background: #606EC6;
  border: 1px solid #3F4EAD;
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.07);
}
.checkbox-button-frontend + label .checkbox-inactive {
  display: inline-block;
  margin-top: -6px;
  color: #ACACAC;
  padding: 8px 30px;
  border-radius: 3px;
  background: #FCFDFD;
  border: 1px solid #C4CDD5;
}
.checkbox-button-frontend:checked + label:before {
  left: 0;
}
.checkbox-button-frontend:checked + label .checkbox-active {
  display: inline-block;
  margin-top: -6px;
  padding: 8px 33px;
  border-radius: 3px;
  color: #ffffff;
  background: #606EC6;
  border: 1px solid #3F4EAD;
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.07);
}
.checkbox-button-frontend:checked + label .checkbox-inactive {
  display: none;
  margin-top: -6px;
  color: #ACACAC;
  padding: 8px 30px;
  border-radius: 3px;
  background: #FCFDFD;
  border: 1px solid #C4CDD5;
}
.checkbox-button-frontend {
  display: none;
}
.preview_btn {
  margin: 10px 0px;
}
.imp_store_Credit_note {
  margin-bottom: 6px;
}
.lagacy-div {
  text-align: center;
  font-size: 22px;
  background: linear-gradient(180deg, #6371c7, #5563c1);
  color: #fff;
}
.step {
  color: #777777;
}
.step-p {
  padding-left: 24px;
}
.heading-p {
  margin-bottom: 22px !important;
}
.or_text {
  position: absolute;
  font-weight: 800;
  text-align: center;
  margin-top: 14px;
  width: fit-content;
  left: 50%;
  padding: 0 5px;
  font-size: 14px;
  background: #fff;
}
.redirect-url {
  cursor: pointer;
}
@media (max-width: 420px) {
  .install_button {
    text-align: center;
    margin: 10px 0px;
  }
  .c_list_main {
    width: 100%;
    overflow: scroll;
  }
  .cashback_pagination_block span {
    font-size: 12px;
  }
  .order_types {
    margin: 10px;
  }
  .main_body {
    width: 100%;
    overflow: scroll;
  }
  .search_block {
    width: 100%;
  }
  .selected_limit_block span,
  .pagination_block span {
    font-size: 12px;
  }
  .current_amount {
    font-size: 14px;
  }
  .navbar-nav {
    margin: 0;
  }
  .table_faq {
    width: 100%;
    overflow: scroll;
  }
  .refund span {
    display: block;
    border-bottom: none !important;
    text-align: center;
  }
  .refund .active {
    border-bottom: 2px solid;
    background-color: #fff;
  }
  .order_stats_top_div {
    margin: 15px 0px !important;
  }
  .last_ten_order_table {
    margin: 90px 10px 0px 10px!important;
  }
}
@media (max-width: 768px) {
  .install_button {
    text-align: center;
    margin: 10px 0px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .hidden-100 {
    display: none!important;
  }
  .show-100 {
    display: block!important;
  }
}
/* my account page desin on theme configuration main side */
.wk_nav {
  width: 100%;
  display: inline-block;
}
.wk_logo {
  float: left;
}
.wk_shop_name {
  float: left;
  margin-left: 10px;
  font-family: 'Cabin', sans-serif;
  font-size: 28px;
  color: #333333;
  font-weight: 600;
}
.wk_status_detail {
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;
  border-bottom: 1px solid #E1E1E1;
  padding: 5px;
}
.wk_status_detail span {
  color: #333333;
  padding: 5px 3px;
  font-size: 12px;
  cursor: pointer;
}
.wk_status_detail .active {
  border-bottom: 3px solid #F56951;
}
.wk_main_body {
  width: 100%;
  margin-top: 60px;
  display: inline-block;
}
.wk_amount_detail {
  width: 50%;
  float: left;
}
.wk_amount_transaction {
  width: 50%;
  float: left;
  position: relative;
  height: 350px;
}
.wk_paid_amount {
  font-size: 40px;
  color: #333;
}
.wk_paid_text {
  font-size: 14px;
  font-weight: 700;
  color: #555555;
  font-style: italic;
}
.wk_bracket {
  margin: 10% 5%;
}
.wk_left_bracket {
  font-size: 48px;
  display: table-cell;
  font-weight: 300;
  color: #555555;
}
.wk_middle {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
}
.wk_right_bracket {
  font-size: 48px;
  display: table-cell;
  font-weight: 300;
  color: #555555;
}
.wk_transactions {
  border-bottom: 1px solid;
  padding: 5px;
  border-bottom: 1px solid #E1E1E1;
  text-align: left;
}
.wk_add_amount {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  border-bottom: 3px solid #F56951;
  padding: 0 10px 6px 10px;
  cursor: pointer;
}
.wk_add_amt {
  margin-top: 25px;
  padding: 0% 7%;
}
.wk_input_currency {
  width: 100%;
  display: inline-block;
}
.wk_currency {
  width: 15%;
  float: left;
  border: 1px solid #777777;
  height: 52px;
  text-align: center;
  padding: 12px 0px;
  font-size: 18px;
  background-color: #fff !important;
}
#pay_rest_amount_mail_send_time_radio {
  display: flex;
}
#pay_rest_amount_mail_send_time {
  width: 80% !important;
}
.pay_rest_amount_mail_send_time_p {
  width: 20%;
  text-align: center;
}
#wk_transaction_detail {
  width: 100% !important;
}
.wk_amount {
  float: left;
  width: 84%;
  border: 1px solid #777777;
  border-left-width: 0px !important;
}
.wk_amount input {
  height: 50px;
  width: 100%;
}
.wk_add_money_btn {
  background-color: #F56951;
  padding: 12PX 22px;
  float: left;
  border-radius: 2px;
  margin: 10px 0px 50px 0px;
  cursor: pointer;
  color: #fff;
}
/* cart page design theme config */
.cart_input {
  width: 64%;
  display: inline-block;
}
.inc_des {
  width: 15%;
  float: left;
  border: 1px solid #777777;
  height: 52px;
  text-align: center;
  padding: 12px 0px;
  font-size: 18px;
  background-color: #fff !important;
  width: 22%;
}
.cart_input_field {
  float: left;
  width: 56%;
  border: 1px solid #777777;
  border-left-width: 0px !important;
}
.cart-item__details {
  padding: 20px;
}
.cart_right {
  width: 40%;
  float: right;
}
.c_checkout {
  width: 100%;
}
.store_credit_config_info_box {
  display: flex;
  background: #b4dcdf !important;
}
.store_credit_info_inner {
  display: inline;
}
.frontend_preview {
  margin: 0px 0px 20px;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 0 3px #777777;
  padding: 20px;
  height: 319px;
  overflow-y: scroll;
}
.mob-label,
.mob-div {
  margin-top: 16px;
}
.mob-status-label {
  margin-top: 24px;
}
.wk_cashback_product {
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
}
.wk_collection_cashback {
  padding: 8px 10px;
  font-size: 10px;
  margin: 10px 0px;
}
.p_page_heading {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0px;
}
.shop_header span {
  margin: 0px 10px 0px 0px;
  font-size: 14px;
}
.acount_svg {
  margin: 7px 0px;
}
.pul_right {
  margin: -10px;
  float: right;
}
.account_bal {
  float: left;
  margin: 10px;
}
.config_label {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.margin-bottom-28 {
  margin-bottom: 28px !important;
}
.payment_method_way {
  width: 134px;
  height: 124px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 18px;
  margin-right: 4%;
  margin-top: 2%;
  margin-bottom: 2%;
  cursor: pointer;
  margin-left: 0%;
}
.wallet_config_width {
  width: 80% !important;
}
.payment_method_way_label_name {
  font-weight: 600;
}
.wk_home_page_img_div {
  width: 90% !important;
}
.wk_home_page_img {
  width: 100% !important;
}
.model-home-div-text {
  font-size: 16px !important;
  color: #555555;
}
.home-page-modal-footer {
  padding: 39px 65px !important;
}
.home-page-modal {
  height: 229px;
  background-color: transparent !important;
}
.home-page-modal-inner-div {
  padding: 39px 65px !important;
  background: white;
  border-bottom: 8px;
  border-radius: 0 0 8px 8px;
}
.payment_method_name_data {
  margin-bottom: 1%;
  font-weight: 550;
}
.payment_method_label_name {
  margin-bottom: 1%;
  font-weight: 550;
}
.info-box-inner-div {
  display: flex;
}
.config-frontend-heading-div {
  padding: 13px;
  font-size: 20px;
}
.config-frontend-notes {
  margin-bottom: 12px;
}
.config-frontend-notes > span {
  color: red;
}
.payment_methods {
  margin-top: 2%;
  margin-bottom: 2%;
}
.payment_method_way_input {
  float: right;
}
.payment_method_way_img {
  margin-top: 11%;
}
.payment_method_way_label {
  margin-top: 6%;
  display: block;
}
.checkbox-swith-wallet-config {
  display: none;
}
.checkbox-swith-wallet-config + label {
  margin: 15px;
  cursor: pointer;
  width: 32px;
  display: inline-block;
  border-radius: 24px;
  position: relative;
  height: 12px;
  content: '';
  background-color: #CCCCCC;
  transition: 0.2s;
  width: 52px;
  height: 30px;
}
.checkbox-swith-wallet-config + label:before {
  position: absolute;
  width: 18px;
  border-radius: 12px;
  background-color: #999999;
  height: 18px;
  left: 22px;
  top: -3px;
  transition: 0.2s;
  display: inline-block;
  content: '';
  width: 22px;
  height: 22px;
  margin-top: 13%;
  margin-left: 8%;
}
.checkbox-swith-wallet-config + label .checkbox-active {
  display: none;
  position: absolute;
  margin-left: 56px;
  margin-top: -6px;
  color: #404EAD;
}
.checkbox-swith-wallet-config + label .checkbox-inactive {
  display: inline-block;
  position: absolute;
  margin-left: 56px;
  margin-top: -6px;
  color: #ACACAC;
}
.checkbox-swith-wallet-config:checked + label {
  background-color: #404EAD;
  width: 52px;
  height: 30px;
}
.checkbox-swith-wallet-config:checked + label:before {
  background-color: white;
  left: 0;
  width: 22px;
  height: 22px;
  margin-top: 13%;
  margin-left: 8%;
}
.checkbox-swith-wallet-config:checked + label .checkbox-active {
  display: inline-block;
  position: absolute;
  margin-left: 56px;
  margin-top: -6px;
  color: #404EAD;
}
.checkbox-swith-wallet-config:checked + label .checkbox-inactive {
  display: none;
  position: absolute;
  margin-left: 56px;
  margin-top: -6px;
  color: #ACACAC;
}
.api_btn {
  margin-right: 1%;
}
.transaction_modal_id {
  cursor: pointer;
}
.payment_method_radio {
  margin-top: 13px !important;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-content: center;
  align-content: center;
  width: 20px;
  height: 20px;
}
.payment_method_radio::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}
.payment_method_radio:checked {
  border: 1.5px solid #606EC6 !important;
}
.payment_method_radio:checked::before {
  transform: scale(1);
  padding: 4px;
  background: #606EC6;
  margin: 6px;
}
.payment_method_radio:not(:checked) {
  border: 1.5px solid #D9D9D9 !important;
}
.payment_method_radio:focus {
  border: 1.5px solid #606EC6 !important;
  outline: max(2px, 0.15em) solid #606EC6;
  outline-offset: max(2px, 0.15em);
}
#transaction_charge {
  border: 1px solid #E9E9E9;
  height: 46px;
}
.wallet_config_input {
  border: 1px solid #E9E9E9;
  height: 46px;
}
.wallet_config_percent {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  background: #EEEEEE;
  border: 1px solid #E9E9E9;
  border-radius: 0px 10px 10px 0px;
}
.wallet_config_note {
  color: #7D7D7D;
  font-size: 12px;
}
.wallet_types {
  height: 46px;
  width: 80% !important;
}
#payment_method_name {
  width: 80% !important;
}
#max_amount_note {
  padding-left: 0;
}
#shipping_amount_note {
  padding-left: 0;
}
.request_refund_div_padding div {
  padding: 6px !important;
}
.last_ten_customer_wallet_table {
  height: 530px;
  background-color: #fff;
  overflow-y: scroll;
}
.last_ten_customer_wallet_table .customer_wallet_ten_headings {
  padding: 15px;
  color: #4D508A;
}
.last_ten_customer_wallet_table .customer_wallet_ten_headings .left_span {
  font-size: 16px;
  font-weight: 700;
}
.last_ten_customer_wallet_table .customer_wallet_ten_headings .right_span {
  float: right;
  font-size: 14px;
}
.last_ten_customer_wallet_table table th {
  color: #333 !important;
  font-size: 13px !important;
  padding: 15px !important;
}
.last_ten_customer_wallet_table table td {
  color: #555 !important;
  font-size: 12px !important;
  padding: 15px !important;
}
.remove_filter {
  margin-top: -4px;
}
.remove_btn_cashback_rules {
  display: none;
  height: 30px;
}
.max_amount {
  display: none;
}
.config_heading_note {
  height: 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #7D7D7D;
}
.smtp_save_div {
  margin-bottom: 6%;
}
.cashback_valid_div {
  width: 100%;
}
.cashback_valid_input {
  width: 88% !important;
}
.cashback_valid_dropdown {
  width: 12% !important;
}
.cashback_valid_btn {
  width: 100% !important;
}
.smtp_wallet_types {
  cursor: pointer;
}
.smtp_required_symbol {
  content: " *";
  color: #a70c0c;
}
.on_off_auto_pay {
  flex: 1 0 8rem !important;
}
.adding_cashback_on_div {
  font-size: 14px;
  display: flex;
  flex-direction: row;
}
.adding_cashback_on_span {
  display: flex;
  flex-direction: row;
}
.checkbox_inner_div {
  margin-top: 27px;
}
.hide_header_label,
.hide_footer_label {
  margin-top: 1px !important;
}
.font-17 {
  font-size: 17px !important;
}
.modal_plan_content {
  margin-bottom: 10px;
}
.price-plan {
  margin-bottom: 8px;
}
.api-credentials-enabled-success {
  background: #64E158;
}
.api-enabled-danger {
  background: #dc3545;
}
.metafields-input-div {
  display: flex;
}
.metafield-option {
  font-weight: 700;
  margin-bottom: 1px;
  margin-top: 1px;
}
.metafields-heading-div {
  font-weight: 500;
  margin-bottom: 6px;
  margin-top: 7px;
}
.api-credentials-enabled {
  border-radius: 8.5px;
  opacity: 0.7;
  font-family: Helvetica;
  font-size: 11px;
  color: #000000;
  text-align: center;
  padding: 3.5px;
}
.add_user_api_href {
  color: white !important;
}
#disable_request_wallet_api {
  background: white;
  font-weight: 600;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  background: #E85757;
  padding: 15px 25px;
  margin-top: -50px;
  border-radius: 3px;
  border: none;
  text-align: center;
  color: #ffffff;
  outline: none !important;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.main_heading {
  margin-bottom: 1%;
}
.heading_desc {
  margin-bottom: 1%;
}
#enable_request_wallet_api {
  background: white;
  font-weight: 600;
  color: #52c058;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  background: #52C058;
  padding: 15px 25px;
  margin-top: -50px;
  border-radius: 3px;
  border: none;
  text-align: center;
  color: #ffffff;
  outline: none !important;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.feature-action {
  margin-top: 7% !important;
}
.sub_nevbar {
  margin-top: 10px;
}
.feature-heading > h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
.info-popup {
  background: #b4dcdf;
  color: black;
  border: 1px solid #65acb1;
  padding: 1%;
  border-radius: 8px;
  margin: 1%;
}
.info-toggle {
  float: right;
}
.toggle-icon {
  vertical-align: -webkit-baseline-middle;
}
.info-popup-hide {
  display: none;
}
.warning-popup {
  background: #fcf0d4;
  border: 1px solid #f5c452;
  padding: 1%;
  border-radius: 8px;
  display: flex;
  margin: 1%;
}
.padding_0 {
  padding-left: 0px !important;
}
.is_smtp_valid {
  margin-left: 15px;
  color: #a94442;
}
.is_smtp_valid_sign {
  color: #a94442;
  top: 3px !important;
}
.warning-text {
  vertical-align: super;
}
.info-text {
  margin-top: 8px;
  font-size: 1.6rem;
}
.hide_info,
.show_info {
  cursor: pointer;
}
.include_default_shipping_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.include_default_shipping_container .include_default_shipping_input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.include_default_shipping_checkmark {
  position: absolute;
  top: -10px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.include_default_shipping_container:hover .include_default_shipping_input ~ .include_default_shipping_checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.include_default_shipping_container .include_default_shipping_input:checked ~ .include_default_shipping_checkmark {
  background-color: #404ead;
}
/* Create the checkmark/indicator (hidden when not checked) */
.include_default_shipping_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.include_default_shipping_container .include_default_shipping_input:checked ~ .include_default_shipping_checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.include_default_shipping_container .include_default_shipping_checkmark:after {
  left: 7px;
  top: 2px;
  width: 6px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.warning-svg {
  width: 21px;
  margin-right: 2%;
}
.feature-desc {
  height: 80px;
}
.remark_amount_div {
  margin-top: 4%;
}
.feature-app:hover {
  background-color: #ECF2F6 !important;
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
.feature-app {
  margin: 24px;
  border-radius: 8px;
  border: 4px solid #ECF2F6;
  padding-bottom: 22px;
}
.api_cred_enable {
  width: 104px;
}
.alert_model_ss {
  cursor: pointer;
  font-weight: 700;
}
.image_model {
  width: 80%;
}
.img_div {
  width: 22px;
  display: inline-block;
  vertical-align: bottom;
}
.img_content_div {
  display: inline-block;
}
.refund_request_text {
  font-size: 12px;
  font-weight: 700;
  color: #777;
  background-color: #ECF2F6;
  margin-left: 4px;
}
.api_cred_action {
  cursor: pointer;
}
.add_amount_remark {
  width: 100%;
}
.remark_show_to_cust {
  cursor: pointer;
}
.razorpay-span {
  font-size: 10px;
}
.razorpay-note {
  color: red;
}
.razorpay-inner-div {
  display: flex;
}
.copy-link {
  border: 1px solid #ccc;
  border-left: none;
  width: 9%;
}
.wallet-config {
  width: 85%;
  display: inline;
}
#customer_listing_datatable_filter {
  float: left;
  margin-left: 1%;
  width: 24%;
  margin-top: 1px;
  margin-bottom: 3%;
}
#customer_listing_datatable_filter > label {
  border: 1px solid #ccc;
  padding: 4px;
  height: 39px;
  width: 100%;
  border-radius: 5px;
}
#customer_listing_datatable_filter > label > input {
  border: none !important;
  height: 31px;
  width: 80%;
  outline: none !important;
  box-shadow: none !important;
}
#customer_listing_datatable_filter > label > input :focus-visible {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
#transaction_type_filter {
  margin-left: 7px;
}
.sorting_disabled {
  border-bottom: 2px solid #ccc !important;
  border-top: 2px solid #ccc !important;
}
.transaction_data > tr > td {
  border-bottom: 2px solid #ccc;
  padding: 10px 18px !important;
  height: 40px !important;
}
#customer_listing_datatable {
  margin-right: -15px;
  margin-left: -15px;
  width: 100% !important;
}
table.dataTable.no-footer {
  border-bottom: none !important;
}
.transaction_type_filter {
  width: 20%;
  margin-top: 1px;
  height: 39px;
  padding-left: 0px !important;
  float: right;
}
#customer_listing_datatable_info {
  margin-left: 8px;
}
.customer_list_type_filter {
  width: 20%;
  margin-top: 1px;
  height: 39px;
  padding-left: 0px !important;
  float: right;
  width: 50%;
}
#customer_list_type_filter,
#transaction_type_filter {
  height: 38px !important;
  width: 100px !important;
  border: 1px solid #ccc;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none !important;
  border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: none !important;
  border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: none !important;
  border: none !important;
  color: white !important;
}
#customer_listing_datatable_next {
  padding: 0px 36px 0px 0px !important;
}
#customer_listing_datatable_previous {
  padding: 0px 0px 0px 0px !important;
}
.customer_list_type_filter > span,
.transaction_type_filter > span {
  font-weight: 700;
}
.modal_description_tr {
  display: none;
}
.wallet-membership-info {
  display: flex;
  flex-direction: column !important;
  box-shadow: none;
  padding: 0px;
  width: 100%;
  margin: auto;
}
.wallet-membership-info-div {
  border: 1px solid white;
  border-top: none;
  padding: 12px;
  background-color: #fff;
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  border-radius: 0 0 8px 8px;
}
.wallet-permission-info-logo,
.wallet-membership-info-logo {
  width: 100%;
  padding-bottom: 17px;
  border-bottom: 1px solid;
  background-color: rgba(18, 137, 189, 0.68);
  color: #000;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
  border-radius: 8px 8px 0 0;
  border-bottom: none !important;
}
.export_mail_export_customer {
  display: none;
}
.input_radio_kwikpass_token_type,
.add_url_in_gokwik,
.gokwik_checkout_name,
.input_radio_email_or_phone {
  display: none;
}
.add_url_in_gokwik_div {
  display: flex;
}
#add_url_in_gokwik {
  width: 41%;
}
.add_url_in_gokwik_btn {
  width: 7%;
  height: 41px;
}
.shopify-banner-header > img {
  height: 20px;
  width: 20px;
}
.shopify-banner-model-close,
.shopify-banner-permission-close,
.shopify-banner-dismiss-button,
.shopify-banner-dismiss-buttons {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.2s ease;
  right: 25px;
}
.shopify-banner-header {
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.shopify-banner-title {
  font-size: 16px;
  font-weight: 600;
  flex-grow: 1;
}
.info-popups {
  margin: 10px 1px 16px 1px;
}
.change-plan-button {
  background: #000 !important;
  color: white !important;
  border-radius: 8px !important;
  min-height: 3.6rem !important;
  min-width: 3.6rem !important;
}
.wallet-info-modal {
  background-color: #1289bd !important;
}
.wallet-permission-info-logo {
  background-color: #1289bd !important;
}
.modal-permission-content {
  background-color: transparent;
}
.modal-permission-body,
.modal-permission-footer {
  background-color: white;
}
.config_error_msg {
  vertical-align: text-bottom;
  margin-left: 6px;
}
.rule-margen {
  margin-bottom: 14px;
}
@media (max-width: 1200px) {
  .transaction_type_filter {
    width: 26%;
  }
  #customer_listing_datatable_filter {
    width: 30%;
  }
}
@media (max-width: 1100px) {
  .transaction_type_filter {
    width: 32%;
    font-size: 10px;
  }
  #customer_list_type_filter,
  #transaction_type_filter {
    height: 25px !important;
  }
  #cust_import button {
    font-size: 9px !important;
  }
}
@media (max-width: 1000px) {
  #cust_import button {
    font-size: 9px !important;
  }
  .import_product .btn {
    padding: 6px 20px;
  }
}
