.error{
  color: red !important;
}
div#preloader .out {
  width: 100%;
  height: 100%;
  float: none;
  display: table;
  margin: 0 auto
}

div#preloader .in {
  width: 100%;
  height: 100%;
  float: none;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  
}

div#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: rgba(255, 255, 255, 0.80);
  z-index:999999999;
  display:none;
  top: 0;
  left: 0;

}

.startloader {
  display :block !important;
}

div#preloader span img {
  max-width:180px;
}

div#preloader span {
  font-size:18px;
  color:#333333;
  font-weight:100;
  display:inline-block;
  background:url('../images/load.gif') no-repeat top center;
  background-size:95px auto;
  padding-top:80px;
  letter-spacing: 1px;
}

/****** Home Page **************/
/* select.error { 
  margin: 0px 2px 0px -118px;
  }​ */
  #sketch {
    border: 3px solid gray;
    width:300px;
    height: 150px;
    position: relative;
  }
  #tmp_canvas {
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0;
    top: 0;
    cursor: crosshair;
  }
  .dashboard-map-section{
    margin-top: 30px;
  }

  .dashboard-map-section table{
    background: #ffffff;
  }

  .dashboard-map-section table thead th{
    font-size: 15px;
  }

.datatable_label_length span{
      margin: 0px 5px 0px 5px;
  }  
.datatable_label_length select{
      padding: 2%;
      height: 30px;
  } 
  .datatable_length  {
      float: right;
  }
  .swal-footer{
      text-align: center;
      
  }
  .swal-title{
      margin-top: 1px;
      margin-bottom: 5px;
  }
  .nav-sidebar>.nav-item .nav-icon.fas, .nav-sidebar>.nav-item .nav-icon.far{
      font-size: 14px;
  }
  #user-list-search td{ display: none  }
  #dial-code-list-search{display: none}
  #user-list-search{display: none}
  #otp-list-search{display: none}



/* new style */

.login-box, .register-box {
	width: 480px;
}

.login-page, .register-page {
  /* align-items:end !important; */
  margin-right: 13%;
  margin-top: 1%;
  position: absolute;
  right:1%;
  top:1%;
}

.login-card-body, .register-card-body {
  border-radius: 15px;
  padding: 20px 30px;
}

.login-card-body .text-center h3, .login-card-body h3 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
}
.text-registered {
  color: #EF6000;
  font-weight: 600;
  font-size: 18px;
}
.text-white {
  color: #fff;
}

.text-blue {
  color: #7B60FF;
}

label:not(.form-check-label):not(.custom-file-label) {
	font-weight: 400 !important;
  color: #707070;
  font-size: 18px;
}

.form-control {
	display: block;
	width: 100%;
	height:50px;
	padding: .375rem .75rem;
	font-size: 18px;
	font-weight: 400; 
	color: #707070;
	background-color: #fff; 
	border: 1px solid #858585;
	border-radius: 10px;
	box-shadow: inset 0 0 0 transparent;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
	color: #707070;
	background-color: #fff;
	border-color: #858585;
	outline: 0;
	box-shadow: inset 0 0 0 transparent;
}
#login_button, #nxtBtn, #nxtBtn2 {
  background: #EF6000;
  border-radius: 10px;
  height: 50px;
  border:none;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.input-group-addon {
	margin-right: 0;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top:50px;
	float: right;
}
.fa.fa-eye-slash {
	font-weight: 500;
	color: #EF6000;
	font-size: 20px;
}

.fa-eye::before {
	content: "\f06e";
  font-weight: 500;
	color: #EF6000;
	font-size: 20px;
}

#firstDiv .input-group-addon {
	margin-right: 0;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 50px;
	z-index: 9;
}
.login-card-body, .register-card-body {
	color: #333333;
}

.login-card-body .input-group .form-control, .register-card-body .input-group .form-control {
	display: block;
	width: 100%;
	height:50px;
	padding: .375rem .75rem;
	font-size: 18px;
	font-weight: 400; 
	color: #707070;
	background-color: #fff; 
	border: 1px solid #858585;
	border-radius: 10px;
	box-shadow: inset 0 0 0 transparent;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.login-card-body .input-group .form-control:focus, .register-card-body .input-group .form-control:focus {
	color: #707070;
	background-color: #fff;
	border-color: #858585;
	outline: 0;
	box-shadow: inset 0 0 0 transparent;
}

#register_button, #dial_code_button {
  background: #EF6000;
  height: 50px;
  width: 150px;
  border: none;
  font-size: 17px;
  color: #fff;
  border-radius: .25rem;
}

#prevBtn, #nextBtn {
  background: #EF6000;
  border-radius: .25rem;
  height: 50px;
  border:none;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  width: 100px;
  height: 40px;
  font-size: 16px;
  margin-top: 20px;
}

#nextBtn {
  float: right;
}

.brand-link img.brand-image {
	float: left;
	/* line-height: .8; */
	/* margin-left: .8rem; */
	/* margin-right: .5rem; */
	margin-top: 20px; 
	max-height: 60px;
	width: 85%;
}
#show_hide_password {
	position: relative;
}

.user-panel img {
	height: 52px;
	width: 52px;
}

.user-panel .info {
	display: inline-block;
	padding: 8px 5px 5px 10px;
	text-align: right;
  color: #707070;
  font-size: 18px;
  line-height: 18px;
 
}

.user-panel .info a {
  color: #444444;
}

.dash-banner {
background: url(../images/dashboard-banenr.png) no-repeat left top;
height:266px ;
color: #fff;
font-size: 20px;
font-weight: 600;
}

.dash-banner h1 {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
}
.navbar-nav {
	margin-left: 40px;
}
.dash-banner h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin: 15px 0px;
}
.content-wrapper > .content {
	padding: 0 10px 10px 2.5rem;
}
.content-header {
	/* padding: 15px 10px 20px 2.5rem; */
	padding: 20px 0px 20px;
	width: 93%;
	margin: auto;
}
.content-header h1 {
	font-size: 1.8rem;
	margin: 0;
  font-weight: 700;
}
.bg-primary, .bg-success, .bg-danger {
	background-color: #fff !important;
  border-radius: 15px;
}
.bg-primary, .bg-primary > a, .bg-success, .bg-success > a, .bg-danger, .bg-danger > a {
	color: #333333 !important;
}
.small-box > .inner {
	padding: 25px !important;
}
.small-box > .small-box-footer {
	background-color:transparent !important;
	color:#2200CC;
	display: block;
	padding: 10px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	z-index: 10;
  border-top:solid 1px #D1D1D1;
  font-size: 18px;
}
.small-box > .small-box-footer:hover {
	background-color:transparent !important;
	color: #fff;
}
.fa.fa-angle-double-right {
	font-size: 20px;
	font-weight: 600;
	vertical-align: middle;
}
.small-box .icon > i.fa, .small-box .icon > i.fab, .small-box .icon > i.fad, .small-box .icon > i.fal, .small-box .icon > i.far, .small-box .icon > i.fas, .small-box .icon > i.ion {
	font-size: 70px;
	top: 0px;
	right: 26px;
}
.main-sidebar, .main-sidebar::before {
	transition: margin-left .3s ease-in-out,width .3s ease-in-out;
	width: 260px;
}

.layout-fixed .brand-link {
	width: auto;
	height: 75px;
}

.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
	background-color: #EF6000;
	border-radius: 10px;
	height: 50px;
}
[class*="sidebar-light-"] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*="sidebar-light-"] .nav-sidebar > .nav-item:hover > .nav-link, [class*="sidebar-light-"] .nav-sidebar > .nav-item > .nav-link:focus {
	background-color: rgba(255,255,255,.1);
	color: #fff;
  border-radius: 10px;
	height: 50px;
}
.nav-link {
	display: block;
	padding: 10px 1rem;
}
.nav-sidebar .nav-link p {
	display: inline-block;
	margin: 0;
	font-size: 18px;
}
[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link p {
	display: inline-block;
	margin: 0;
	font-size: 16px;
	color: #ff8300;
}
.nav-sidebar .nav-treeview > .nav-item > .nav-link > .nav-icon {
	width: 1.6rem;
	color: #ff8300;
}
.fa-angle-left::before {
	content: "\f104";
	color: #ff8300;
}
.nav-sidebar > .nav-item {
	margin-bottom: 3px;
	/* height: 50px; */
}
.main-footer {
	background-color: #fff;
	border-top: 1px solid #dee2e6;
	color: #869099;
	padding: 1rem 1rem 1rem 3rem;
	margin-left: 20px;
}
.nav.nav-pills.nav-sidebar.flex-column {
	width: 95%;
	margin: 45px auto 0px;
}
aside {
	background: rgb(37,47,63);
background: linear-gradient(180deg, rgba(37,47,63,1) 0%, rgba(59,77,106,1) 100%);
}

.bordercard {
	border-top: 0px !important
}
.card {
  border-radius: 10px;
  /* width: 99%; */
}

.store-btn {
  background:#EF6000;
  border-radius: 10px;
  color: #fff;
  width: 180px;
  line-height: 50px;
  text-align: center;
  float: right;
}
.store-btn a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
.card-body .row {
	margin: 0px;
}
.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* padding: .75rem 1rem; */
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	/* border-radius: .25rem; */
}

[class*="sidebar-light-"] .sidebar a {
	color: #fff !important;
}
.nav-sidebar > .nav-item .nav-icon {
	margin-left: .05rem;
	font-size: 1.2rem;
	margin-right: .5rem;
	text-align: center;
	width: 1.6rem;
}
.nav-sidebar > .nav-item .nav-icon.fas, .nav-sidebar > .nav-item .nav-icon.far {
	font-size: 16px;
}
.table thead th {
	border-bottom: none;
	font-weight: normal;
}
thead tr:first-child {
	background: #BF7AB2;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
.table-responsive {
  border-radius: 10px;
}
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
	background-color: #EF6000;
}

#otp-list-search input.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 5px;
	font-size: 18px;
	font-weight: 400;
	color: #D1D1D1 !important;
	background-color: #fff !important;
	border: 1px solid #D1D1D1 !important;
	border-radius: 0.25rem;
	box-shadow: inset 0 0 0 transparent;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control.dt_search {
  /* color: #D1D1D1 !important; */
	background-color: #fff !important;
	border: 1px solid #D1D1D1 !important;
  border-radius: 0px;
  height: 40px;
  color: #6c757d !important;
  border-radius: 0.25rem;
  width: 200px;
}
.fab.fa-cpanel.fa-2x {
	font-size: 50px;
	text-align: center;
	font-weight: normal;
	margin: auto;
	display: block;
}
#otp-list-datatable span.badge {
	display: inline-block;
	padding: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 8px;
	text-align: center;
	white-space: nowrap;
	border-radius: 6px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin: 0px auto 0px;
	display: block;
	width: 77px;
	height: 28px;
}

#otp-list-datatable .fa.fa-edit.text-primary {
  color: #28A745 !important;
}

#otp-list-datatable  .btn-default {
	background-color:transparent !important;
	border:none !important;
	color: #444;
}

#otp-list-datatable .fa.fa-link.text-primary{
	color: #2200CC !important;
}
.table td, .table th {
	padding: 13px;
	vertical-align: middle;
	border-top: 1px solid #dee2e6;
	font-size: 16px;
	font-weight: normal;
}

#otp-list-datatable tbody tr td {
  padding: 5px 10px;
}

.subscription-bg {
	background: #fff;
	width: 92%;
	margin: 0px auto ;
  box-shadow: 0 0 20px 0px rgb(0 0 0 / 6%), 0 1px 9px rgb(0 0 0 / 2%);
  border-radius: 10px;
 
}

.subscription-bg .content-header {
	/* padding: 15px 10px 20px 2.5rem; */
	padding: 0px 0px 10px;
	width: 93%;
	margin: auto;
}
.subscription-bg .card {
box-shadow: none;
margin-bottom: 0px;
}

.subscription-bg .card-body {
  padding-bottom: 0px;
  padding-top: 0px;
}
.subscription-bg .content {
	margin-bottom: 25px;
}
.subscription-bg h2 {
  font-size: 25px;
  font-weight: 500;
}
.card.pricing-card.pricing-plan-basic {
  box-shadow: 0 0 20px 0px rgb(0 0 0 / 6%), 0 1px 9px rgb(0 0 0 / 2%);
  border-radius: 10px;
}

.subscription-bg .card .form-group {
	margin-bottom: 1rem;
}

.pricing-plan-title.Demo {
	font-size: 23px;
	margin-bottom: 11px;
	font-weight: normal;
  background: #F1E2EE;
  border-radius:10px 10px 0px 0px;
  height:50px;
  font-weight: 500;
  line-height: 50px;
  color: #333333;
}

.pricing-plan-title.Basic {
  background: #FAE59E;
  color: #333333;
  font-size: 23px;
	margin-bottom: 11px;
	font-weight: normal;
  border-radius:10px 10px 0px 0px;
  height:50px;
  font-weight: 500;
  line-height: 50px;
}

.pricing-plan-title.Business {
  background: #9DD7E3;
  color: #333333;
  font-size: 23px;
	margin-bottom: 11px;
	font-weight: normal;
  border-radius:10px 10px 0px 0px;
  height:50px;
  font-weight: 500;
  line-height: 50px;
}

.pricing-plan-title.Enterprise {
  background: #FFD4D7;
  color: #333333;
  font-size: 23px;
	margin-bottom: 11px;
	font-weight: normal;
  border-radius:10px 10px 0px 0px;
  height:50px;
  font-weight: 500;
  line-height: 50px;
}

.text-uppercase.font-weight-bold.pricing-plan-cost {
	padding: 10px 0px 5px;
}

.add-cart, .user-btn {
  background:#EF6000;
  border-radius: 10px;
  color: #fff;
  width: 180px;
  line-height: 50px;
  text-align: center;
  float: right;
}
.add-cart a, .user-btn a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.btn-submit {
  background:#EF6000;
  border-radius: 10px;
  color: #fff;
  width: 180px;
  line-height: 30px;
  text-align: center;
  height: 50px;
  font-size: 20px;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 15px;
  border:none;
}

.btn-submit a {
  color: #fff;
}
.btn-submit :hover {
	color: #fff;
	text-decoration: none;
}
#profile_image {
	height: 40px;
	margin: 0px;
	padding: 5px;
}

.setp-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  border:solid 1px #EF6000;
  padding:10px;
  float: right;
  background: #EF6000;
  color: #fff;
}

.fas.fa-store {
	font-size: 23px;
	text-align: center;
	margin: 5px auto;
	display: block;
}

.far.fa-trash-alt.text-primary {
  color: #FF0000 !important;
}

.fas.fa-chevron-left {
	padding-right: 0px;
	vertical-align: middle;
}

.fas.fa-chevron-right {
  padding-left: 0px;
	vertical-align: middle;
}

.page-item.active .page-link {
	z-index: 3;
	background-color: #eee;
	border-color: #ccc;
	color: #007bff;
	font-size: 20px;
	padding: 5px 5px;
}

.page-link {
  cursor: pointer;
}

#otp-list-datatable .btn.btn-sm.btn-warning, #invoices-datatable .btn.btn-sm.btn-warning, #user-list-datatable .btn.btn-sm.btn-warning{
  background: transparent;
  border:transparent;
  color: #BF7AB2;
}

#merchant-users-datatable .btn-warning, #merchant-users-datatable .btn-default,
#merchant-inactive-users-datatable .btn-warning, #merchant-inactive-users-datatable .btn-default {
  background: transparent;
  border:transparent;
}

#invoices-datatable .btn-default { 
    background-color: transparent;
    border-color: transparent;
    color: #444;
}

#user-list-datatable .btn-default, #my-cards-datatable .btn.btn-sm.btn-default  {
	background-color: transparent;
	border-color: transparent;
}
#my-cards-datatable .btn.btn-sm.btn-warning {
  background: transparent;
  border:transparent;
  color: #BF7AB2;
}
#my-cards-datatable .fa.fa-search {
  color: #BF7AB2;
}
#user-list-datatable .fa.fa-edit.text-primary {
	color: #28A745 !important;
}  

#user-list-datatable .fa.fa-trash.text-primary {
	color: #FF0000 !important;  
}

#user-list-datatable .fa.fa-times, #user-list-datatable .fa.fa-times.text-primary,
#pos-custom-datatable .fa.fa-times {
  color: #2200CC !important;
}

.image-area {
	
	padding: 1rem;
	position: relative;
}

#clearBtn {
  background: #707070;
  height: 50px;
  width: 150px;
  border:none;
  font-size: 17px;
}
#backBtn {
	color: #fff;
	background-color: #007bff;
	height: 50px;
	width: 150px;
	border: none;
	font-size: 17px;
}
#backBtn a {
	color: #fff;
}
#addCardBtn, #action_button {
  background: #EF6000;
  height: 50px;
  width: 150px;
  border:none;
  font-size: 17px;
  color: #fff;
  border-radius: 0.25rem;
  margin: 0px auto;
}

#store-form label:not(.form-check-label):not(.custom-file-label) {
	font-weight: 400 !important;
  color: #707070;
  font-size: 18px;
  display: block;
  width: 100%;
}

#store-form .input-group .form-control, #register-form .input-group .form-control,
#register-form .input-group .form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: .375rem .75rem;
	font-size: 18px;
	font-weight: 400;
	color: #707070;
	background-color: #fff;
	border: 1px solid #858585;
	border-radius: 10px;
	box-shadow: inset 0 0 0 transparent;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
  margin-right: 35px;
}

.invoice {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125);
	position: relative;
  box-shadow: 0 0 20px 0px rgb(0 0 0 / 6%), 0 1px 9px rgb(0 0 0 / 2%);
	margin-bottom: 1rem;
  border-radius: 10px;
  border:none !important;
}

.invoice .btn.btn-default {
	padding: 8px 15px;
	background: #eee;
	border: solid 1px #ddd;
  border-radius: 0.25rem;
}

 .no-print .btn.btn-primary {
  padding: 8px 15px;
  border-radius: 0.25rem;
  width: 180px;
 }

 .no-print .btn.btn-success {
  padding: 8px 15px;
  border-radius: 0.25rem;
  margin-right: 10px;
 }
 

.highlight-Enterprise {
  background-color: rgb(255,212,215,0.2);
}

.highlight-Business {
  background-color: rgb(157,215,227,0.2);
}

.highlight-Basic {
  background-color: rgb(250,229,158,0.2);
}

.highlight-Demo {
  background-color: rgb(241,226,238,0.3);
}

.invalid {
  color: red !important;
}

[class*="sidebar-light"] .brand-link {
	border-bottom: none !important;
	background: transparent !important;
}

.info {
	margin-top: 7px;
}
.image {
	text-align: right;
	margin-right: 20px;
}

#stores-datatable .btn-default, #stores-datatable .btn-warning {
	background-color: transparent;
	border-color: transparent;
	color: #444;
  padding: 4px !important;
}

.btn.btn-danger, #cards-datatable .btn-warning, #cards-datatable .btn-default, #callback-requests-datatable .btn-default,
#dial-code-list-datatable .btn-default, #callback-requests-search .btn-warning {
	background-color: transparent;
	border-color: transparent;
}

.fa.fa-edit.text-primary {
  color: #28A745 !important;
}
#merchant-user-list-datatable .btn-default, #merchant-user-list-datatable .btn-warning   {
	background-color: transparent;
	border: none;
	color: #444;
}
#merchant-acuser-list-datatable .btn-default, #merchant-acuser-list-datatable .btn-warning {
	background: transparent;
	border: none;
}
.fa.fa-trash.text-primary, .fa.fa-trash-alt.text-primary {
  color: #FF0000 !important;
}


.fa.fa-edit.text-primary {
  color: #28A745 !important;
}

.fa.fa-search {
  color: #BF7AB2 !important;
}

#reportrange .bg-secondary {
  background-color: #6c757d!important;
}

.bg-info {
	background-color: #fff !important;
	border-radius: 15px;
  color:#333333 !important;
}

#redirectToStores {
  color:#333333 !important;
}

#stores-datatable_daterange-btn {
	padding: 10px 5px 0px !important;
}

.form #cc_exp_mo, .form #cc_exp_yr {
	height: 50px;
}

.select2-container--default .select2-selection--single {
 
	height: 50px;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}


.card.bg-primary .card-body {
	background: #F1E2EE;
  border-radius: 10px;
}

.card.bg-warning .card-body {
	background: #FAE59E;
  border-radius: 10px;
}

.card.bg-success .card-body {
	background: #9DD7E3;
  border-radius: 10px;
}

.card.bg-danger .card-body {
	background: #FFD4D7;;
  border-radius: 10px;
}

.card.bg-primary .card-body  .list-group-item, .card.bg-warning .card-body  .list-group-item,
.card.bg-success .card-body  .list-group-item, .card.bg-danger .card-body  .list-group-item  {
	background-color: #fff;
  box-shadow: 0 0 20px 0px rgb(0 0 0 / 4%), 0 1px 9px rgb(0 0 0 / 2%);
}

.card.bg-success .card-body .card-title, .card.bg-warning .card-body .card-title, .card.bg-danger .card-body .card-title, .card.bg-primary .card-body .card-title{
  font-weight: bold;
  font-size: 20px;
}

.Store-details .card {
	-ms-flex: 1 0 0%;
	flex: 1 1 40%;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 7.5px;
}

.card-deck p.card-text {
  font-weight: bold;
  font-size: 18px;
}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  /* Styles */
  .login-page, .register-page {
    /* align-items: end !important; */
    margin-right: 5%;
    margin-top: 1%;
    position: absolute;
    right: 1%;
    top: 1%;
  }
  .small-box .icon > i.fa, .small-box .icon > i.fab, .small-box .icon > i.fad, .small-box .icon > i.fal, .small-box .icon > i.far, .small-box .icon > i.fas, .small-box .icon > i.ion {
    font-size: 50px;
    top: 0px;
    right: 17px;
  }
  .ion.ion-bag img {
    width: 45px;
  }
  .content-wrapper > .content {
    padding: 0 10px 10px 1.5rem;
  }
  .image-area img {
    z-index: 2;
    position: relative;
    max-width: 100% !important;
    padding: 10px;
    border: 2px dashed rgba(0, 0, 0, 0.5) !important;
  }
  .bg-info {
    width: 300px;
  }
  .card-img, .card-img-bottom {
    border-radius: 0.25rem;
  }
  }
 
  @media (max-width: 767.99px) {
    .content-wrapper > .content {
      padding: 0 10px 10px 1rem !important;
    }
    .small-box .icon {
      display: block;
    }

    .small-box.bg-info, .small-box.bg-success, .small-box.bg-warning {
      max-width: 300px;
      margin: 0px auto 20px;
    }
    .small-box > .inner {
      padding: 25px 20px 0px !important;
    }
    .small-box .icon > i.fa, .small-box .icon > i.fab, .small-box .icon > i.fad, .small-box .icon > i.fal, .small-box .icon > i.far, .small-box .icon > i.fas, .small-box .icon > i.ion {
      position: static;
      line-height: 50px;
      /* margin-bottom: 20px; */
      /* padding-bottom: 20px; */
    }
    .small-box > .small-box-footer {
      margin-top: 20px;
    }
    .small-box p {
      font-size: 28px;
      font-weight: 600;
    }
    .login-page, .register-page {
      /* align-items: end !important; */
      margin-right: 0;
      margin-top: 1%;
      position: static;
      right: 1%;
      top: 1%;
      margin: auto;
    }

    #firstDiv .col-md-6 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }

    .card.bordercard {
      display: block;
    }
 
    .bordercard .col-md-4 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    #backBtn, #clearBtn, #register_button, #dial_code_button, #addCardBtn, #action_button { 
      height: 50px;
      width: 100%;
      margin: 10px auto;
    }
  }
    
  @media (max-width: 560.99px) {
  .main-footer {
    text-align: center;
  }
  .btn.btn-success.float-right {
    display: block;
    float: none !important;
    margin: 10px auto;
    width:180px;
  }
  .btn.btn-primary.float-right {
    margin: 0px auto !important;
    float: none !important;
    text-align: center;
    display: block;
  }
  .invoice .btn.btn-default {
    padding: 8px 15px;
    background: #eee;
    border: solid 1px #ddd;
    border-radius: 0.25rem;
    margin: auto;
    display: block;
    width: 180px;
  }
  .brand-image {
    width: 40% !important;
  }
  .invoice .col-12.pt-4.pb-2.pl-5.pr-5 {
    padding: 20px !important;
  }

  .invoice .row.invoice-info.pt-4.pb-2.pl-5.pr-5 {
    padding: 20px !important;
  }
  .navbar-nav.ml-auto {
    width: 50%;
  }
  .small-box > .inner {
    padding: 25px 0px 0px !important;
  }
  .small-box p {
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
  }
  .bg-primary, .bg-success, .bg-danger {
    background-color: #fff !important;
    border-radius: 15px;
  }

  .content-wrapper > .content .container-fluid .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .card-body .small-box.bg-info, .card-body .small-box.bg-success, .card-body .small-box.bg-warning {
    max-width: 100%;
    margin: 0px auto 20px;
    width: 350px;
  }
  .box-footer .col-md-6 {
    width: 50%;
  }
  .info a.d-block {
    display: block !important;
    width: 100px;
  }
  .image img{
    width: 50% !important;
  }
  .small-box.bg-info, .small-box.bg-success, .small-box.bg-warning {
    max-width: 100%;
    margin: 0px auto 20px;
  }
  .navbar-nav {
    margin-left: 20px;
  }
  .breadcrumb {
    padding: 10px;
  }
  .brand-link img.brand-image {
    float: left;
    max-height: 60px;
    width: 85% !important;
  }
  
  .card.bordercard {
    display: block;
  }

  .bordercard .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #backBtn, #clearBtn, #register_button { 
    height: 50px;
    width: 100%;
    margin: 10px auto;
  }
 
}
@media (max-width: 460.99px) {
.nav-link.full-screen {
	display: none;
}
.navbar-nav {
	margin-left: 20px;
}
.login-box, .register-box {
	width: 90%;
}
.image img {
	width: 30px !important;
}
.navbar-expand .navbar-nav .nav-link {
	padding-right:10px;
	padding-left: 10px;
}
#firstDiv .col-md-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
/*.bordercard .row .col-md-6 {
  width: 50%;
}
 .card {
	word-wrap: anywhere;
} */

.card.bordercard {
  display: block;
}
.card.p-5 {
	padding: 20px !important;
}
 
}
@media (max-width: 360.99px) {
.breadcrumb.float-sm-right {
	display: none;
}
.dash-banner.p-5 {
	padding: 20px !important;
}
.dash-banner p {
  width: 300px;
  overflow:hidden; 
  white-space:nowrap; 
  text-overflow: ellipsis;  
}
.dash-banner {
	height: 210px;
}
.login-card-body, .register-card-body {
	border-radius: 15px;
	padding: 20px 20px;
}
#clearBtn, #register_button, #addCardBtn, #action_button { 
	margin: 10px auto;
  display: block;
}
.subscription-bg {
	width: 80%;
}
.subscription-bg .card-body, .subscription-bg .col-12 {
	padding: 0px !important;
}
.row.card.pt-5.pl-4.pr-4.pb-4 {
  width: 95%;
  margin: auto;
  padding: 20px !important;
}
.image-area img {
	z-index: 2;
	position: relative;
	max-width: 100% !important;
	padding: 10px;
	border: 2px dashed rgba(0, 0, 0, 0.5) !important;
}

#signupForm .form-check {
	position: static;
	display: inline;
	padding-left: 1.25rem;
	margin-right: 0;
}
#signupForm .mb-1.mt-1 {
	margin-top: 0px !important;
}
.image {
	text-align: right;
	margin-right: 10px;
}
.info a.d-block {
	display: block !important;
	width: 90px;
}
.navbar-expand .navbar-nav .nav-link {
	padding-right:2px;
	padding-left: 2px;
}
#clearBtn {
	background: #707070;
	height: 50px;
	width: 110px;
	border: none;
	font-size: 17px;
  margin: auto;
}
#dial_code_button, #action_button, #register_butto{
	background: #EF6000;
	height: 50px;
	width: 110px;
	border: none;
	font-size: 17px;
	color: #fff;
	border-radius: .25rem;
  margin: 0px;
}
.form .form-group {
	margin-bottom: 1rem;
	width: 260px;
}

.form .form-group .btn.btn-default.btn-lg.btn-block,
.form .form-group .btn.btn-success.btn-lg.btn-block {
	width: 110px;
}

    .bordercard .col-md-4 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    #backBtn, #clearBtn, #register_button, #dial_code_button, #addCardBtn, #action_button { 
      height: 50px;
      width: 100%;
      margin: 10px auto;
    }
    .card.p-5 {
      padding: 20px !important;
    }
}

@media (max-width: 320.99px) {
  .dash-banner p {
    width: 280px;
    overflow:hidden; 
    white-space:nowrap; 
    text-overflow: ellipsis;  
  }
  .image-area img {
    z-index: 2;
    position: relative;
    max-width: 100% !important;
    padding: 10px;
    border: 2px dashed rgba(0, 0, 0, 0.5) !important;
  }
  #signupForm .col-6.text-right, #signupForm .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center !important;
  }
  .text-registered {
    display: block;
  }
  .navbar-nav.ml-auto {
    width: 60%;
 }
   /* #clearBtn {
    background: #707070;
    height: 50px;
    width: 110px;
    border: none;
    font-size: 17px;
    margin: auto;
  }
  #dial_code_button, #action_button, #register_button{
    background: #EF6000;
    height: 50px;
    width: 110px;
    border: none;
    font-size: 17px;
    color: #fff;
    border-radius: .25rem;
    margin: 0px;
  } */

  .form .form-group {
    margin-bottom: 1rem;
    width: 260px;
  }
  
  .bordercard .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #backBtn, #clearBtn, #register_button, #dial_code_button, #addCardBtn, #action_button { 
    height: 50px;
    width: 100%;
    margin: 10px auto;
  }
  .card.p-5 {
    padding: 20px !important;
  }
}

input[type='checkbox']{
 
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance:none;
  outline: 1px solid #858585;
 width: 13px;
 height: 13px;
 text-align: center;
}

input[type=checkbox]:after {
  content: " ";
  background-color: #EF6000;
  outline:none;
  display: inline-block;
  visibility: visible;
  color: #fff;
  
}

input[type=checkbox]:checked:after {
  content: "\2714";
  font-size: 10px;
  line-height: 13px;
  vertical-align: top;
  width: 13px;
  height: 13px;
  text-align: center;
}

.future {
  margin: 20px auto;
}

.future h2 {
	font-size: 25px;
	font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.future .table-responsive .table {
	border: solid 1px #eee;
}

.future .table-responsive .table td, .future .table-responsive .table th {
	padding: 13px;
	vertical-align: middle;
	border: 1px solid #dee2e6;
	font-size: 16px;
	font-weight: normal;
}

.future .table-responsive .table td {
	text-align: center;
}
.future .table-responsive .table td img {
  width:20px;
}

.inactiveLink {
  pointer-events: none;
  cursor: default;
}

#register-form ul.list-inline {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#register-formlabel {
	display: block;
	margin-bottom: .5rem;
}
#register-form ul.list-inline li {
	display: inline-block;
	width: 98%;
	margin: 5px 5px 5px;
	background: #f4f6f9;
	overflow: visible;
	border-radius: 10px;
  padding: 5px;
  vertical-align: top;
}

.select2-container {
  margin-top: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline .select2-search__field {
	width: auto !important;
}
ul.select2-selection__rendered li {
  width: 100% !important;
  margin: 5px auto 5px !important;
  background: transparent;
  border:none;
  height: auto;
}
.select2-selection__choice {
	background: #007bff !important;
}
#register-form ul.list-inline li input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	/* appearance: none; */
	outline:none;
	width: 15px;
	height: 15px;
	text-align: center;
	margin-left: 2px;
	background: #fff;
	padding: 0px;
	border: solid 1px #000;
}

.form-check-label {
	margin-bottom: 0;
	margin-left: 25px;
}
.select2-selection.select2-selection--multiple {
	margin-top: 10px;
}

.commission-rate-type {
  background-color: #fafafa;
  border: 1px solid #858585;
  border-radius: 10px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  max-width: 480px;
  padding: 10px 0px 5px;
  box-shadow: 0 0 20px 0px rgb(0 0 0 / 6%), 0 1px 9px rgb(0 0 0 / 2%);
}