.sp-quantity div { display: inline; }
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.row.form_header_buttons{
    justify-content: space-between;
}
.col-md-3.switch_button{
    text-align: right;
}
.serialCardUpload{
  display: none;
}
.serialCardUpload {
    margin-top: 10px;
}
.demo_csv_file_upload{
  max-height: 400px;
  overflow-y: auto;
}
.agents_icons_action {
    margin-bottom: 5px;
}
span.demo_csv_file {
    float: right;
    font-size: 15px;
    font-weight: bold;
}
.wdtmodal.welcomemodulehub {
  display: none; 
  position: fixed; 
  z-index: 999;
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  font-family: 'Poppins';
}

.modal_bg_cover {
    background-color: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/* Modal Content */
.welcomemodulehub .modal-content {
  background-color: #ffffff;
  margin: auto;
  padding: 30px;
  border: 0;
  width: 100%;
  border-radius: 10px;
  display: block;
  max-width: 700px;
  box-shadow: 0 0 20px rgba(200, 213, 241, 1);
  -webkit-box-shadow: 0 0 20px rgba(200, 213, 241, 1);
    -moz-box-shadow: 0 0 20px rgba(200, 213, 241, 1);
    -o-box-shadow: 0 0 20px rgba(200, 213, 241, 1);
}
/* The Close Button */
.welcomemodulehub .close {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}
.welcomemodulehub .close:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.welcomemodulehub .modal__inner h2 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 500;
  display: block;
  width: 100%;
  color: #4d5c6e;
  text-align: left;
}
.welcomemodulehub .modal__inner p {
  display: block;
  width: 100%;
  font-size: 15px;
  margin: 0;
  text-align: center;
  color: #7D7D8B;
  font-weight: 300;
}
.welcomemodulehub .modal__inner {
    display: block;
    width: 100%;
}
.welcomemodulehub .shop_Btn {
  display: block;
  margin: 25px auto;
  border: solid 3px #E2E1E6;
  max-width: 160px;
  padding: 12px 15px;
  border-radius: 100px;
  color: #818598;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.welcomemodulehub .shop_Btn:hover, .welcomemodulehub .shop_Btn:focus {
  color: #818598;
  border-color: #818598;
    -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pop_icn {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 10px 0 15px;
}
.pop_icn img {
  width: 180px;
}

table#collection_table tr td {
    text-align: left;
}
.mobi_coins_set{
    display: none;
}
i.fa.fa-sign-out.admin_signout {
    padding: 10px;
    font-size: 18px;
    color: #ffff;
}
.agent_api_key {
    color: #FFF;
}
.hidden{
    display: none;
}
a.signin_customapps {
    margin-top: 10px;
    font-size: 13px;
}
table i {
    font-size: 17px !important;
}
ul#brand_sortable li {
    width: 46%;
    float: left;
    margin: 15px 15px 15px 22px;
    list-style: auto;
    padding: 5px;
}
.orderby_sortable span.handle {
    float: right;
}
.ptype_product_list {
    text-align: right;
}
.spin_load_icons{
    display: none;
}
.add_product_list {
    right: 0;
    position: absolute;
    padding-right: 20px;
}
.add_product_details {
    right: 0;
    position: absolute;
    padding-right: 20px;
}
/* .dataTable tr td {
    text-transform: capitalize;
} */
.loginLayoutDix {
    background: #fff;
    padding: 20px;
    border-radius: 0;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    border: double 4px #e7e7f3;
    margin-top: 40px;
}
.loginLayoutDix label {
    color: #0046be;
    font-weight: 400;
    font-size: 15px;
}
.app-theme-white .app-page-title.border_Bottom {
    border-bottom: solid 2px #e7e7e7;
    margin-bottom: 15px;
}
.app-theme-white .app-page-title.border_Bottom .page-title-heading {
    color: #202125;
}
.loginLayoutDix .form-control {
    height: 34px;
    border-radius: 0;
}
.theme_Blue {
    float: left;
    margin-top: 0 !important;
}
.theme_Blue, #collection_meta_form .btn-primary, #product_meta_form .btn-primary,
div#add_Shopify_popup button, #shopify_mobilelebcoins_form button {
    box-shadow: none;
    display: block;
    border: none;
    padding: 11px 15px;
    width: 100%;
    border-radius: 3px;
    background: #0046be;
    color: #fff;
    max-width: 240px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 25px auto 0;
}
.theme_Blue:hover,
.theme_Blue:focus,
#collection_meta_form .btn-primary:hover,
#collection_meta_form .btn-primary:focus,
#product_meta_form .btn-primary:hover,
#product_meta_form .btn-primary:focus,
div#add_Shopify_popup button:hover,
div#add_Shopify_popup button:focus,
#shopify_mobilelebcoins_form button:hover,
#shopify_mobilelebcoins_form button:focus
{
    background: #191919;
    color: #fff;
}
#collection_meta_form .btn-primary, #product_meta_form .btn-primary {
    margin: 0;
}
.vertical-nav-menu li a {
    padding: 0 1.5rem;
}
.app-sidebar__inner ul li a i {
    color: #0046BE;
}
#collection_meta_form .form-control, #product_meta_form .form-control {
    border-radius: 0;
    height: 44px;
}

.wdtmodal.welcomemodulehub {
  display: none; 
  position: fixed; 
  z-index: 999;
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  font-family: 'Poppins';
}

.modal_bg_cover {
    background-color: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/* Modal Content */
.welcomemodulehub .modal-content {
    background-color: #ffffff;
    margin: auto;
    padding: 30px;
    border: 0;
    width: 100%;
    border-radius: 20px;
    display: block;
    max-width: 560px;
    box-shadow: 0 0 20px rgba(200, 213, 241, 1);
    -webkit-box-shadow: 0 0 20px rgba(200, 213, 241, 1);
    -moz-box-shadow: 0 0 20px rgba(200, 213, 241, 1);
    -o-box-shadow: 0 0 20px rgba(200, 213, 241, 1);
}
/* The Close Button */
.welcomemodulehub .close {
    float: right;
    width: 100%;
    text-align: right;
    cursor: pointer;
}
.dp_csv_file_upload{
    max-height: 300px !important;
    overflow: auto !important;
    float: left;
    width: 100%;
}
.welcomemodulehub .close:hover {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.table_All table, .single-ep-specialist table.specialist-table {
    float: left;
    width: 100%;
    border: solid 1px #e7e7e7;
}
.table_All thead {
    background: #F1F3F9;
}
.table_All thead th {
    color: #6A7382 !important;
    text-transform: uppercase;
    font-weight: 500;
}
.table_All td, .table_All th, .single-ep-specialist .specialist-table td {
    padding: 15px;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #172B4D;
}
.table_All tr:nth-child(2n), .single-ep-specialist .specialist-table tr:nth-child(2n) {
    background-color: #F7FAFC;
}
.welcomemodulehub .modal__inner p {
    display: block;
    width: 100%;
    font-size: 15px;
    margin: 0;
    text-align: center;
    color: #7D7D8B;
    font-weight: 300;
}
.welcomemodulehub .modal__inner {
    display: block;
    width: 100%;
}
.welcomemodulehub .shop_Btn {
    display: block;
    margin: 25px auto;
    border: solid 3px #E2E1E6;
    max-width: 160px;
    padding: 12px 15px;
    border-radius: 100px;
    color: #818598;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}
.welcomemodulehub .shop_Btn:hover, .welcomemodulehub .shop_Btn:focus {
  color: #818598;
  border-color: #818598;
    -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pop_icn {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 10px 0 15px;
}
span.close.close_Shopify_popup {
    position: absolute;
    top: 1px;
    right: 1px;
    background: red;
    width: 30px;
    height: 30px;
    font-weight: normal;
    border-radius: 50%;
    text-align: center;
    color: #FFFFFF;
}
.pop_icn img {
    width: 180px;
}

.tab_redeem_coupon_code {
    margin-top: 20px;
}

.tab_redeem_coupon_code table {
    width: 100%;
}

.tab_redeem_coupon_code table td, .tab_redeem_coupon_code table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.tab_redeem_coupon_code table tr:nth-child(even) {
  background-color: #dddddd;
}

.tab_redeem_coupon_code table tr:first-child {
    background: #0046be;
    color: #FFFFFF;
}
.fa-trash {
    color: red;
}
.dataTable a {
    margin-right: 5px;
}

.submit_spin_load{
    background: #2955C8;
    width: 50%;
    float: left;
    clear: both;
    color: #FFFF;
    text-align: center;
    font-size: 25px;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
}

div#product_option_display label {
    width: 100%;
    float: left;
}
#product_option_display .col-md-1 {
    text-align: center;
}
.option_event_gray {
    pointer-events: none;
}
.option_event span.select2.select2-container {
    width: 100% !important;
}
.vendor_green, .vendor_green:hover {
    color: #32CD32;
}
.sortable_media .upload__img-box {
    box-shadow: 2px 2px 3px #cdc1c1;
    margin: 2px;
    cursor: move;
}
.fa-undo{
    color: red;
}
.shopify_logo{
    pointer-events: none;
    color: #ccc;
}

.agents_icons_action{
    text-align: right;
}

@media only screen and (max-width: 640px) {
.welcomemodulehub .modal-content {
    max-width: 75%;
}
}
@media only screen and (max-width: 480px) {
.pop_icn img {
    width: 160px;
}
.welcomemodulehub .modal-content {
    padding: 30px 20px;
}
}
/*Tooltip CSS*/
.wdttooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #343A40;
}

.wdttooltip .wdttooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #343A40;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 2px;
  position: absolute;
  z-index: 1;
  top: 100%;
/*  bottom: 35px;*/
  left: 50%;
  margin-left: -60px;
}

.wdttooltip:hover .wdttooltiptext {
  visibility: visible;
}
/*.tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #343A40 transparent transparent transparent;
}*/

.assign_categories .modal-content{
    max-width: 95% !important;
}
.assign_categories .select2-container{
    width: 100% !important;
    text-align: left;
}
#competitor_price_popup .modal-content {
    max-width: 70%;
}
#competitor_price_popup .fn_website_Compare.row {
    text-align: left;
}

#exTab2 a {
    font-size: 20px;
    padding: 10px;
}
#exTab2 li.active {
    background-color: aliceblue;
}
/* Datatable Search bar buttons */
.mobileleb_datatables {
    width: 100% !important;
    /* table-layout: fixed; */
}

.mobileleb_datatables th,
.mobileleb_datatables td {
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

button.search_margin {
    margin-left: 4px;
    margin-bottom: 4px;
}
/* header */
.wallet-info-container {
    display: flex;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
}
.wallet-item {
    background: #f7f9fc; padding: 3px 4px; border-radius: 6px; box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    font-size: 10px;
    color: #0052cc;
    /* padding: 4px 8px; */
    /* background: #0052cc; */
    /* border-radius: 4px; */
    font-weight: 500;
}

.wallet-item b {
    color: #fff600;
} 

.btn-copy {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 6px;
    color: #007bff;
    font-size: 16px;
    transition: color 0.2s ease-in-out;
}

.btn-copy:hover {
    background: none;
    border: none;
    cursor: pointer;
    color: #0056b3;
}
.copy-tooltip {
    position: absolute;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 9999;
    pointer-events: none;
    animation: fadeIn 0.2s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

@media only screen and (max-width: 640px) {
.welcomemodulehub .modal-content {
  max-width: 75%;
}
}
@media only screen and (max-width: 480px) {
.pop_icn img {
  width: 160px;
}
.welcomemodulehub .modal-content {
  padding: 30px 20px;
}
}





















