@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');


html, body, button, input, select, textarea, p{
  font-family: 'Inter', sans-serif;
  color:#3d3d3d;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.4;
  font-weight:400;
}
:root {
      --blue:#007bff;
      --bluehover:#1a73e8;
      --textlight:#637381;
      --textdark:#000;
      --bglight:#f8fcff;
}
.bglight { background-color:var(--bglight);}
.logo-task {
	padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 1.4rem;
}

/* ==========================================================================
   Links
   ========================================================================== */
	a {color:#3d3d3d;}
	a:hover {color: var(--blue);}
	a:focus {outline:none;}
	a:hover, a:focus {color:#000}
	a:active, a:hover {outline:0; text-decoration:none;}
	.text-primary {color: var(--blue);}

/* ==========================================================================
   Typography
   ========================================================================== */
	h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {font-family: 'Inter', sans-serif; margin-bottom:0px;}
	h1, .h1 {font-size: 30px !important;}
	h2, .h2 {font-size: 26px !important;}
	h3, .h3 {font-size: 24px !important;}
	h4, .h4 {font-size: 18px !important;}
	h5, .h5 {font-size: 16px !important;}

	.blue-text{
		color: #1a73e7 !important
	}
	.text-whtie{
		color:#FFF;
	}
	.no-space {
	  margin-right: -5px;
	  margin-left: -5px;
	}
      .no-space > .col,
	.no-space > [class*="col-"] {
	  padding-right: 5px;
	  padding-left: 5px;
	}

	.table > :not(caption) > * > * {
		padding: 0.6rem;
	}

.form-control {
    min-width: 30px !important;
    border: 1px solid #b1b7bd !important;
}
.bg-primary{
  background: #00063a !important;
}
:root {
  --blue: #2a3997;
}

.btn-primary {
    color: #fff;
    background-color: #2a3997;
    border-color: #2a3997;
	padding:0.475rem 0.75rem 0.375rem 0.75rem;
}
.btn-primary:hover {
    border-color: #172059;
    background: #172059;
}

.btn-danger{
	padding:0.475rem 0.75rem 0.375rem 0.75rem;
}
/* ==========================================================================
   Global
   ========================================================================== */
    .btn-lg, .btn-group-lg > .btn {padding: 0.75rem 1rem;}
 
.dropdown-select{
	position: relative
}

.dropdown-menu[data-bs-popper] {
    right: 0% !important;
}

.dropdown-select::before{
	position: absolute;
    content: '';
    background: #FFF url(../images/down-arrow.svg) no-repeat;
    width: 16px;
    height: 16px;
    z-index: 2;
    bottom: 32%;
    right: 1%;
    margin: 0 1rem;
    background-size: 12px;
}
 
.tabs-customer, .tabs-menu {
	width: 100% !important;
	border-bottom: solid 1px #DDD;
        position: relative;
        top: -10px;
}
.tabs-customer li, .tabs-menu li{
	border-bottom: solid 1px #f2f7fa;
}
.tabs-customer li:first-child{
		margin-left: 0px;
}
.tabs-customer li:hover {
	border-bottom: solid 1px #1a73e7;
	color: #1a73e7 !important;
}
.tabs-customer li a, .tabs-menu li a{
    padding: 0.6em 1em;
    display: inline-block;
}
.tabs-customer li a:hover {color: #1a73e7 !important;}
.tabs-customer .active{
	border-bottom: solid 2px #1a73e7;
	color: #1a73e7 !important;
	padding-bottom: 0.6rem
}
.tabs-customer .list-inline-item:not(:last-child), .tabs-menu .list-inline-item:not(:last-child){margin-right:0;}
.tabs-menu li a { 
    color: #6d6d6d; 
    font-weight: 600;
    position: relative;
    bottom: -3px; 
    border-bottom: solid 2px transparent;
-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-bottom: solid 3px transparent;
}
.tabs-menu li a:hover, .tabs-menu li.active a {border-bottom: solid 3px var(--blue); color:  var(--blue);}
.tabs-menu li{
	font-size: 14px;
	border-bottom: solid 1px transparent;
}
.dropdown-toggle::after{margin-top: 0.8rem;}
.notification{
	position: absolute;
    background: #ee462b;
    width: 17px;
    height: 17px;
    border-radius: 50px;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    line-height: 1.7;
    right: 0.5rem;
    top: 0px;
} 
 
.add-on{
	position: absolute;
	top: 0.8rem;
	 right: 0.9rem;
}
.price-symble{
	position: absolute;
    top: -0.2rem;
    left: 0.1rem;
    background: #f3f3f3;
    padding: 1.1rem 0.7rem 0.855rem 0.7rem;
    border-radius: 5px 0 0 5px;
}
.pl2{
	padding-left: 2.8rem !important;
}

.product-box{
	background: #1e88e5; padding: 0.7rem; border-radius: 13px;	
}
.yellow-bg{
	background: #ffb22b
}
.purple-bg{
	background: #7460ee
}
.red-bg{
	background: #fc4b6c
}
.green-bg{
	background: #1ee5a5
}
.darkyellow-bg{
	background: #e51e1e
}
.purple-bg1{
	background: #b41ee5
}
.light-green{
	background: #1bb934
}

.light-green1{
	background: #21c1d6
}
 

.bdr-spc{
  border-bottom: solid 1px #eaedf1;
}

@media(max-width:767px){
	.tabs-customer li {
		padding: 0.6rem 0rem;
		margin: 0px 0.8rem;
	}
	
} 
.badge:empty {
    display: inline-block;
    min-width: 10px;
    min-height: 10px;
    padding: 0;
    margin-right: 6px;
    border-radius: 100%;
}
.table.table-bordered thead tr:not(.enable-border) th, .jsgrid .table-bordered.jsgrid-table thead tr:not(.enable-border) th {
    /*border-left: none;
    border-right: none;*/
}
.table thead th, .jsgrid .jsgrid-table thead th {
    border-top: 0;
    border-bottom-width: 1px;
    font-weight: 500;
    color: #212529;
    border-bottom-color: #dee2e6;
}
.card {
    -webkit-box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 8px 0 rgba(167, 175, 183, 0.10);
    box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 8px 0 rgba(167, 175, 183, 0.10);
    border: solid 1px #dde4eb;
    border-radius: 0px;
}
.card-title {
    font-size: 14px;
    text-transform: capitalize;
}

.color-img-hold {position: relative;margin: 0 -5px;}
.custom-control.image-checkbox {margin: 5px;border: solid 1px #cfd2d9;border-radius: 3px;}
.custom-control.image-checkbox {  position: relative;  padding-left: 0;}
.custom-control.image-checkbox .custom-control-input:checked ~ .custom-control-label:after, .custom-control.image-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  opacity: 1;
}
.custom-control.image-checkbox label {  cursor: pointer;}
.custom-control.image-checkbox label:before {  /*border-color: #007bff;  background-color: #007bff;*/}
.custom-control.image-checkbox label:after, .custom-control.image-checkbox label:before {  transition: opacity .3s ease; /*opacity: 0;*/  left: .25rem;}
.custom-control.image-checkbox label:focus, .custom-control.image-checkbox label:hover {  opacity: .8;}
.custom-control.image-checkbox label img {  border-radius: 2.5px;}
.form-group-image-checkbox.is-invalid label {  color: #dc3545;}
.form-group-image-checkbox.is-invalid .invalid-feedback {  display: block;}
.error {
    color: #ed2707;
}

/* Pagination CSS */
.paging { padding:10px 0px 0px 0px; text-align:center; font-size:13px;}
/*
.paging.display { text-align:right; }
.paging a, .paging span {padding:2px 8px 2px 8px; font-weight :normal}
.paging span {font-weight:bold; color:#000; font-size:13px; }
.paging a, .paging a:visited {color:#428BCA; text-decoration:none; border: 1px solid #DDD; }
.paging a:hover { text-decoration:none; background-color:#6C6C6C; color:#fff; border-color:#000;}
*/

.paging > a,
.paging > span {
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  z-index: 2;
  cursor: pointer;
  background-color: #428bca;
  border-color: #428bca;
}

.paging a, .paging a:visited {
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #428BCA;
    background-color: #FFF;
    border: 1px solid #DDD;
    margin-left: -1px;
}

.paging > a:hover,
.paging > span:hover,
.paging > a:focus,
.paging > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}

.paging > a.active,
.paging > span.active {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.paging span.prn { color:#aaa; background:none; cursor: default; border:none; padding:5px; }
.paging a.prn, .paging a.prn:visited { background:none; border:1px solid #eee;}
.paging a.prn:hover { border-color:#000;}
.paging p#total_count{ padding-top:8px; padding-left:18px;}
.paging p#total_display{ padding-top:10px;}
/* Pagination CSS */


.padding10 { padding:10px !important;}
.padding15 { padding:15px !important;}
.padding20 { padding:20px !important;}
.margin-top5 { margin-top:5px !important;}
.margin-top10 { margin-top:10px !important;}
.margin-top15 { margin-top:15px !important;}
.margin-top20 { margin-top:20px !important;}
.margin-bottom5 { margin-bottom:5px !important;}
.margin-bottom10 { margin-bottom:10px !important;}
.margin-bottom15 { margin-bottom:15px !important;}
.margin-bottom20 { margin-bottom:20px !important;}

.valign-middle{  display: inline-block; vertical-align:middle !important}


/* headlines with lines */
.decorated{
     overflow: hidden;
     text-align: center;
 }
.decorated > span{
    position: relative;
    display: inline-block;
}
.decorated > span:before, .decorated > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid;
    width: 591px; /* half of limiter*/
    margin: 0 20px;
}
.decorated > span:before{
    right: 100%;
}
.decorated > span:after{
    left: 100%;
}

/* The radio-section */
.radio-section {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-section input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFF;
  border: solid 2px #5c5c5c;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-section:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-section input:checked ~ .checkmark {
  background-color: #FFF;
	border: solid 2px #283c92
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-section input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-section .checkmark:after {
	top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #283c92;
}

.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: 20px;
}
.small-box svg{
	color:#FFF;
}
.small-box .bdr-top{
	border-top: 1px solid rgba(33, 40, 50, 0.09);
	padding:0.6rem 1rem;
}

.bg-1{
	background:#0061f2
}
.bg-2{
	background:#f4a100
}
.bg-3{
	background:#00ac69
}
.bg-4{
	background:#e81500
}
.bg-5{
	background:#495de5
}
.bg-6{
	background:#3983dd
}


 .bg-grad {background-image: linear-gradient(135deg, #0061f2 0%, rgba(105, 0, 199, 0.8) 100%) !important;
	margin: 10px;
	padding: 15px 45px;
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;            
	box-shadow: 0 0 20px #eee;
	border-radius: 10px;
	display: block;
  }

  .btn-grad:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
  } 
 
 .profile{
	border-radius:7px; 
	padding:0.8rem 1.6rem;
 }
  .profile > div{
	  padding:0.8rem 0 !important;
  }

.hh-grayBox {
	background-color: #F8F8F8;
	margin-bottom: 20px;
	padding: 35px;
  margin-top: 20px;
}
.pt45{padding-top:45px;}
.order-tracking{
	text-align: center;
	width: 33.33%;
	position: relative;
	display: block;
}
.order-tracking .is-complete{
	display: block;
	position: relative;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	border: 0px solid #a1a1a1;
	background-color: #a1a1a1;
	margin: 0 auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
	z-index: 2;
}
.order-tracking .is-complete:after {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}
.order-tracking.completed .is-complete{
	border-color: #fc8102;
	border-width: 0px;
	background-color: #008bf1;
}
.order-tracking.completed .is-complete:after {
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	left: 11px;
	opacity: 1;
}
.order-tracking p {
	color: #A4A4A4;
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 0;
	line-height: 20px;
}
.order-tracking p span{font-size: 14px;}
.order-tracking.completed p{color: #000;}
.order-tracking::before {
	content: '';
	display: block;
	height: 3px;
	width: calc(100% - 40px);
	background-color: #a1a1a1;
	top: 13px;
	position: absolute;
	left: calc(-50% + 20px);
	z-index: 0;
}
.order-tracking:first-child:before{display: none;}
.order-tracking.completed:before{background-color: #008bf1;}

.bdr-dotted{
	border: dashed 1px rgba(255,255,255,0.6);
}

@media print {
    .reporttableprint { width: 80%; }
}


/*===== Coupon Css ==========*/

.coupon-box{
  background: #FFF;
  border-radius: 10px;
  padding: 0.5rem;
}
.coupon-box .coupon-time{
    background: #e0f5ff;
    border-radius: 10px;
    padding: 0.8rem 0.6rem;
    min-width: 70px;
}
.coupon-box .coupon-time .exipred{
  font-size: 11px;
  letter-spacing: 0.6px;
  color: #e3252f;
}
.coupon-box .coupon-time .ongoing {
  font-size: 11px;
  letter-spacing: 0.6px;
  color: #1fd134;
}
.coupon-box .coupon-time .upcoming {
  font-size: 11px;
  letter-spacing: 0.6px;
  color: #4655e5;
}

.exipred{
  font-size: 11px; text-align:left;
  letter-spacing: 0.6px;
  color: #e3252f; float:left; 
}

.coupon-offer-date { float:right; color:#1fd134;  font-size: 11px;  letter-spacing:0px;  font-size:11px; }


.ongoing {
  font-size: 11px;
  letter-spacing: 0.6px;
  color: #1fd134;
}
.upcoming {
  font-size: 11px;
  letter-spacing: 0.6px;
  color: #4655e5;
}

.coupon-date{
  padding-top: 1.6rem; text-align:left;
  color: #72c5eb;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.coupon-date span{
  font-size: 11px;
  font-weight: 400;
}

.deal-price{
  padding-top: 1rem; text-align:left;
  color: #e71d1d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1; float:left;
}
.deal-price span{
  font-size: 11px;
  font-weight: 400;
}

.actual-price{
  padding-top: 1rem; text-align:left;
  color: #111;
  font-size: 16px; float:right;
  font-weight: 600;
  line-height: 1;
}
.actual-price span{
  font-size: 11px;
  font-weight: 400;
}


.coupon-box .coupon-details{
  font-size: 12px;
  padding: 0 1rem 0 1rem; min-width:80%;
}
.coupon-box .coupon-details .coupon-heading{ clear:both;
  font-size: 16px; font-weight:600;
}
.coupon-box .coupon-details .coupon-offer{
  color:#7c8dbd !important;
}


.coupon-box .coupon-details .coupon-offer-day{
  color:#7c8dbd !important; font-size:12px;
}

.coupon-box .coupon-details .coupon-offer-card{
  color:#7c8dbd !important; font-size:12px;
}
.coupon-box .coupon-details .coupon-offer-mobile{
  color:#7c8dbd !important; font-size:12px;
}


.coupon-box .coupon-details .coupon-offer-card {
    padding-top: 1rem;
    text-align: left;
    color: #20bc6d !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    float: left;
}

.coupon-box .coupon-details .coupon-offer-card span{
  font-size: 11px; color: #777 !important; text-transform:uppercase ;
  font-weight: 400;
}

.coupon-box .coupon-details .coupon-offer-mobile{
  padding-top: 1rem; text-align:left;
  color: #20bc6d !important;
  font-size: 16px; float:right;
  font-weight: 500;
  line-height: 1;
}
.coupon-box .coupon-details .coupon-offer-mobile span{
  font-size: 11px; color: #777 !important; text-transform:uppercase ;
  font-weight: 400;
}

.coupon-box .coupon-discount{
  font-size: 13px;
  min-width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 18px;
  color: #75c9a0;
  border: dashed 1px #e3e3e3;
  border-radius: 10px;
  padding: 0.4rem 0.8rem;
  text-align: center;
}
.coupon-box .coupon-discount span{
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
.coupon-box .showdetails{
  font-size: 11px;
  color: #959db4;
  padding-top: .8rem; float:left; min-width:30%;
}

.coupon-box .editdeal { float:right; min-width:82px; padding-top: .5rem; padding-bottom:.5rem;}
.coupon-box .editdeal a { color:#3d4ed1; background:#fff; border:1px solid #3d4ed1; padding:5px 7px; border-radius:3px;font-size: 11px; font-weight:600; }
.coupon-box .editdeal a:hover { color:#222; background:#fff; border:1px solid #222; }
.coupon-box .editdeal a i { margin-right:4px}

.coupon-box .deletedeal { float:right; min-width:110px; padding-top: .5rem; padding-bottom:.5rem;}
.coupon-box .deletedeal a { color:#e71d1d; background:#fff; border:1px solid #e71d1d; padding:5px 7px; border-radius:3px;font-size: 11px; font-weight:600; }
.coupon-box .deletedeal a:hover { color:#222; background:#fff; border:1px solid #222; }
.coupon-box .deletedeal a i { margin-right:4px}


.coupon-box .create-date {
  font-size: 11px;
  color: #959db4;
  padding-top: 0.5rem;
}

.coupon-box .discount-box {
    border-left: none;
    position: relative;
    min-width: 100px;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #20bc6d;
    border-radius: 10px;
}
 
.coupon-box .discount-box span{
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}

 

.coupon-box .discount-box .info::before {
  top: -19px;
  left: -12px;
}

.coupon-box .discount-box .info::after {
  bottom: -19px;
  left: -12px;
}
.clear { clear:both}

.couponbtn {
display: inline-block; margin:7px 0px 0px 0px;
    position: relative;
    padding: 9.5px 20px;
    border-radius: 4px;
    border: none;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    text-decoration: none;
    text-transform: capitalize; color: #fff;    width: 100%; background-color: #e71d1d; -webkit-appearance: button; border:2px solid #e71d1d;  font-weight: 800; color:#fff;
    font-size: 13px !important;
    line-height: 1.125rem;
}

.couponbtn:hover {
	display: inline-block;
    position: relative;
    padding: 9.5px 20px;
    border-radius: 4px;
    border: none;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    text-decoration: none;
    text-transform: capitalize; color: #e71d1d; width: 100%; background-color: #fff; border:2px solid #e71d1d; -webkit-appearance: button;
}

.coupon-price-sec { border:0px solid #000; width:100%; min-height:50px; } 
 
.xg {
    min-width: 175px; margin-top:6px;
}
.page-title {    margin-top: -24px;
    padding-top: 0px;
    line-height: 24px;
    font-weight: 700; color:#111}
	
/*.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination a.active {
  background-color: #4CAF50;
  color: white;
}
.pagination a:hover:not(.active) {background-color: #ddd;}

.pagination a {
  border-radius: 5px;
}

.pagination a.active {
  border-radius: 5px;
}
.pagination a {
  transition: background-color .3s;
}
.pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pagination a {
  border: 1px solid #ddd;
}*/

.page-link{
  color: #00063a;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00063a;
  border-color: #00063a;
}
/* Bottom Menu Css */
.bottom-menu{ display:none}
.dmnone { display:block }
.ddnone { display:none }
@media (max-width:480px) { 
.wrapper { min-height:500px; }
.mm40 {margin-top: -40px;}
.dmnone { display:none } 
.ddnone { display:block !important; }
.bottom-menu{
	position:fixed; display:block; 
	left:0px; 
	bottom:0px; 
	background:#FFF; 
	width:100%; 
	height:55px; 
	z-index:22;	
	box-shadow:0 0 5px #d6d6d6;
	padding-top:0.2rem;
	padding-bottom:0.4rem;
}
.bottom-menu ul {
	margin-bottom:0px;
	display: flex;
	align-items: center;
	justify-content: space-around; padding:5px 0px !important;
	height: 100%;
}
.bottom-menu ul .active{
	color: #5e49da !important;
}
.bottom-menu ul li{
	display:inline;
	font-size:10px;
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:0.4px;
	width:25%;
	text-align:center;
}
.bottom-menu ul li a{
	color:#647187;
}
.bottom-menu ul li .bi{
	font-size:20px;
}
.bottom-menu ul li span{
	text-align:center;
	display: block;
	font-size:12px;
	text-transform:uppercase;
}
.bottom-menu ul li  img{
	max-width:20px;
}

.home-dashboard h4 {
    font-size: 13px !important;
}
.home-dashboard {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; 
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 10px 10px;
    margin-top: 8px;
    width: 115%;
    padding: 12px 6px;
}
.home-dashboard .text-muted {
    color: #adadad !important;
    font-weight: 300 !important;
    font-size: 12px;
}

.page-title {
    margin-top: -7px;
    padding-top: 0px;
    line-height: 26px;
    font-weight: 600;
    color: #111;
    font-size: 20px !important;
    padding-left: 9px;
}

.actual-price {
    padding-top: 1rem;
    text-align: left;
    color: #111;
    font-size: 16px;
    float: none;
    font-weight: 600;
    line-height: 1;
    clear: both;
}
.coupon-box .editdeal {
    float: left;
    min-width: 66px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    clear: both;
}
.coupon-box .deletedeal {
    float: left;
    min-width: 103px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-left: 8px;
}
.coupon-offer-date {
    float: none;} 
	
	
.coupon-box .editdeal a i {
    margin-right: 4px;
    display: none;
}
.coupon-box .deletedeal a i {
    margin-right: 4px;
    display: none;
}
.deal-price, .actual-price { padding-top: 0.5rem !important; } 


.coupon-box .coupon-details {
    font-size: 12px;
    padding: 0 1rem 0 .5rem;
	min-width:77%;
}
	
}




@media (max-width:425px){
.coupon-box .coupon-details {
    min-width: 73% !important;
}
}
@media (max-width:375px){
.coupon-box .coupon-details {
	min-width:70% !important;
}
}
@media (max-width:360px){
.coupon-box .coupon-details {
	min-width:68% !important;
}
}
@media (max-width:320px){
.coupon-box .coupon-details {
	min-width:62% !important;
}
}

.mob-dash-top { background:#5e49da; border-radius: 20px 20px 0 0; min-height:240px; margin:2rem 0px 0px 0px; padding-top:10px; }
 
.mob-dash-bottom {
    background: #fff;
    border-radius: 20px 20px 10px 10px;
    min-height: 340px;
    margin: -94px 0px 0px 10px;
    -webkit-box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);
    box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);
    width: 95%;
	padding-bottom: 1.6rem;
	padding-left: 0px;
	padding-top: 0.6rem;
}

.dash-icon1 .bi-geo-alt, .dash-icon1 bi-calendar-week-fill, .dash-icon1 bi-emoji-smile-fill {
    color: #fff;
}

.dash-icon1 .icon3 {
    background: #7d67f9 !important;
}

.dash-icon1 .home-icon {
    background: #ffeec3;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 1.875rem;
    height: 5rem;
    justify-content: center;
    text-align: center;
    width: 5rem;
    margin: 8px auto;
}
 
.dash-icon1 h4{
	font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 600; color:#fff;
}

.hiddenm{
 display:block;	
}

.customfile{
	border: 1px solid #dde1e6;
	padding: 0.7rem;
	background-color: #e9ecef;
	border-radius: 3px;
	width: 100%;
}
.form-floating > label{
	font-size:13px;
}

.bggray{
	background: #ecf2f2;
	padding: 0.8rem;
	margin-bottom: 0.6rem;
}
.textblue{
	color:#5e49da;
}

.product-admin h4{
  font-size: 15px !important;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.2rem;
  padding: 0.8rem 0 0rem 0;
}
.product-admin p{
  color: #666;
  margin-bottom: 0.3rem !important;
  font-size: 15px;
}
 
.product-admin .productbox figure{
  max-width: 80%;
  margin: 0.3rem auto;
}
.product-admin .productbox .btn{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing:1px;
}
.product-admin .productbox{
  border: solid 2px #ECECEC;
  text-align: center;
  padding: 1.3rem 0.8rem;
  border-radius: 3px;
  background: #FFF;
  transition: 0.4s;
}

.product-admin .productbox .btn{
  margin-top: 0.4rem;
}
.product-admin .productbox:hover{
  border: solid 2px #a5a5a5;
  margin-top:-0.4rem;
  transition: 0.4s;
}
.product-admin .price{
  color: #666;
}
.product-admin .price i{
  text-decoration: line-through;
}
.product-admin .price span{
  color: red;
}
.category .category-main{
}
.category{
  border: solid 2px #ECECEC;
  text-align: center;
  padding: 2.3rem 0rem 0rem 0rem;
  border-radius: 3px;
  background: #FFF;
}
.category img{
  margin-bottom: 1.5rem;
}
.category h4{
  background: #00063A;
  padding: 0.7rem 0;
  margin-bottom: 0px;
  font-weight: 400;
  color: #FFF;
  font-size: 15px !important;
}
.card-area .cardzone .cardno {
  height: 32px;
  width: 100%;
  border: 0px solid #fff;
  color: #fff;
  padding-left: 30px;
  letter-spacing: 9px;
  line-height: 30px;
  font-size: 26px;
  font-weight: 600;
}

.card-area .cardzone .blankarea1 {
  height: 135px;
  width: 100%;
  border: 0px solid #fff;
}

.card-area .cardzone {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 421px;
  height: 268px;
  border: 0px solid #000;
}

.card-area {
  padding: 0px;
  margin: 0px;
  width: 421px;
  height: 268px;
  position: relative;
}

.card-area .cardzone .cardno {
  height: 32px;
  width: 100%;
  border: 0px solid #fff;
  color: #fff;
  padding-left: 30px;
  letter-spacing: 9px;
  line-height: 30px;
  font-size: 26px;
  font-weight: 600;
}
.card-area .cardzone .validupto {
  height: 32px;
  width: 100%;
  border: 0px solid #fff;
  color: #fff;
  padding-right: 29px;
  letter-spacing: 1.5px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 300;
  text-align: right;
}
.card-area .cardzone .blankarea2 {
  height: 12px;
  width: 100%;
  border: 0px solid #fff;
}
.card-area .cardzone .cardname {
  height: 32px;
  width: 100%;
  border: 0px solid #fff;
  color: #fff;
  padding-left: 30px;
  letter-spacing: 6px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.avatar-icon {
  line-height: 1.2;
  color: #00063a;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px !important;
  font-family: 'Roboto Condensed', sans-serif;
}
.avatar-icon sup{
  font-size: 8px; 
  margin-left: 0.2rem;
}
.avatar-icon .bi{
  border: solid 1px #00063a;
  border-radius: 50%;
  padding: 1px 3px;
  font-size: 17px;
  color: #00063a;
  font-weight: 600;
  margin-right: 0.2rem;
}
.dropdown-menu {
  border: solid 0px #DDD;
  border-radius: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
}
.dropdown-menu .dropdown-item{
  padding: 0.6rem 0.8rem;
  border-bottom: solid 1px #ebebeb;
}
.infoicon{
  font-size: 16px;
}

.wallet .btn{
  border-radius: 3px;
  padding: 0.5rem 1.6rem;
}
.wallet h1{
  font-size: 55px !important; 
  color:#00063a;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0.3rem 0;
}

/* Hide the images by default */
.mySlides {
  display: none;
  margin-bottom:0.6rem;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  display:none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
} 

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
  display:none;
} 

/* Six columns side by side */
.column {
  float: left;
  width: 23%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.column .active{
  opacity: 1;
  border: solid 1px #DDD;
}

.demo:hover {
  opacity: 1;
}

@media(max-width:767px){
	.hiddenm{
	 display:none;	
	}
	.mm40 {
	  margin-top: 0px !important;
	}
	.file-upload{
		border-bottom: dashed 1px #cdcdcd;
		padding-bottom: 1.6rem;
	}
}

