


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@media (min-width: 769px) {
  /* body {
    min-width: 1200px;
  } */
}
body {
  background: #fff !important;
  font-family: "Poppins", sans-serif !important;
  color: #2b2b2b;
  font-size: 14px !important;
  line-height: 1.3;
}
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0!important;
  padding: 0;
}
a,
p{
  margin-bottom: 0px!important;
}
img {
  text-decoration: none;
  color: inherit;
  border: none;
  outline: none;
}
ul {
  list-style-type: none;
}
.hidden {
  display: none;
}
.activeSort {
  background: #5e72e4;
  color: white;
}

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
h1 {
  font-weight: 600;
  font-size: 54px;
  line-height: 110%;
  /* font-family: hco gotham ssm, helvetica neue, Helvetica, Arial, sans-serif; */
  letter-spacing: -0.3px;
  /* text-transform: capitalize !important; */
  color: #0e0e0f;
}

h2 {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

h3 {
  margin-bottom: 0px !important;
  margin-top: 10px !important;
}

input,
textarea,
select,
button {
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  margin: 0em;
  font: 400 13.3333px Arial;
  vertical-align: middle;
}

button{
  outline: none;
}

textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  color: #777;
  border: 1px #b2b2b2 solid;
  margin: 0;
  resize: none;
  border-radius: 3px;
  box-sizing: border-box;
  outline: none;
}

ul,
ol,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
}

.ant-carousel .slick-dots li button {
  height: 10px !important;
  width: 10px !important;
  border-radius: 6px !important;
}

.ant-carousel .slick-dots-bottom {
  bottom: 10px !important;
  border-radius: 5px !important;
}

.ant-carousel .slick-dots li.slick-active button {
  height: 10px !important;
  width: 10px !important;
  border-radius: 5px !important;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  height: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

::-webkit-scrollbar-thumb {
  /* background: rgba(255, 121, 39, 0.6); */
  color: #E00E40;
  border-radius: 10px;
}

.ant-switch::after {
  height: 25px !important;
  width: 25px !important;
  top: -3px !important;
  background-color: #59c5ee !important;
}

.antd-dropdown {
  height: 40px !important;
  overflow: hidden !important;
  top: 60px !important;
}
/* 404 Error styling */

table,
th,
td {
  /* border: 1px solid #E00E40; */
  border-collapse: collapse;
  padding: 10px;
}

ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 20px;
}

ol {
  list-style-type: upper-roman;
  list-style-position: inside;
}

h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.active {
  display: flex;
  /* background: #ff7927; */
  font-size: larger;
}

.carousel.slide
{
  overflow-x: hidden;
}

/* Added */

@media (max-width: 768px) {
  .iRLHII {
    flex-direction: column;

    height: auto;

    margin-bottom: 20px;
  }

  .kOQsnB {
    width: 100%;

    font-size: 15px;
  }

  .dMiosm {
    width: 100%;

    /* margin-bottom: -106px; */
  }

  .cYzQSn {
    width: 100%;
  }

  .ant-table-body {
    overflow-x: scroll;
  }

  .bCSxnS > div > p {
    min-width: 160px;

    margin: auto;

    text-align: right;
  }

  .emnVaH {
    width: 60%;

    right: 20%;

    height: 32px;

    top: inherit;

    bottom: -20px;
  }
}



.ant-input.ant-select-search__field{
  border: none!important;
}

.ant-input.ant-select-search__field:focus{
  border: none!important;
  box-shadow: none!important;
}

.anticon.anticon-right.slick-arrow.slick-next{
  /* right: -45px; */
  font-size: 16px;
  color: lightgrey;
} 

.anticon.anticon-left.slick-arrow.slick-prev{
  /* left: -45px; */
  font-size: 16px;
  color: lightgrey;
}



/* circular menu */
.circular-menu {
  position: fixed;
  bottom: 1em;
  right: 1em;
}

.circular-menu .floating-btn {
  display: block;
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  background-color: hsl(4, 98%, 60%);
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, .26);  
  color: hsl(0, 0%, 100%);
  text-align: center;
  line-height: 3.9;
  cursor: pointer;
  outline: 0;
}

.circular-menu.active .floating-btn {
  box-shadow: inset 0 0 3px hsla(0, 0%, 0%, .3);
}

.circular-menu .floating-btn:active {
  box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, .4);
}

.circular-menu .floating-btn i {
  font-size: 1.3em;
  transition: transform .2s;  
}

.circular-menu.active .floating-btn i {
  transform: rotate(-45deg);
}

.circular-menu:after {
  display: block;
  content: ' ';
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  background-color: hsl(4, 98%, 60%);
  transition: all .3s ease;
}

.circular-menu.active:after {
  transform: scale3d(5.5, 5.5, 1);
  transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
}

.circular-menu .items-wrapper {
  padding: 0;
  margin: 0;
}

.circular-menu .menu-item {
  position: absolute;
  top: .2em;
  right: .2em;
  z-index: -1;
  display: block;
  text-decoration: none;
  color: hsl(0, 0%, 100%);
  font-size: 1em;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  text-align: center;
  line-height: 3;
  background-color: hsla(0,0%,0%,.1);
  transition: transform .3s ease, background .2s ease;
}

.circular-menu .menu-item:hover {
  background-color: hsla(0,0%,0%,.3);
}

.circular-menu.active .menu-item {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.circular-menu.active .menu-item:nth-child(1) {
  transform: translate3d(0em,-5em,0);
}

.circular-menu.active .menu-item:nth-child(2) {
  transform: translate3d(-4em,-3em,0);
}

.circular-menu.active .menu-item:nth-child(3) {
  transform: translate3d(-5.5em,1em,0);
}


/**
 * The other theme for this menu
 */

.circular-menu.circular-menu-left {
  right: auto; 
  left: 1em;
}

.circular-menu.circular-menu-left .floating-btn {
  background-color: hsl(217, 89%, 61%);
}

.circular-menu.circular-menu-left:after {
  background-color: hsl(217, 89%, 61%);
}

.circular-menu.circular-menu-left.active .floating-btn i {
  transform: rotate(90deg);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(1) {
  transform: translate3d(-1em,-7em,0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(2) {
  transform: translate3d(3.5em,-6.3em,0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(3) {
  transform: translate3d(6.5em,-3.2em,0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(4) {
  transform: translate3d(7em,1em,0);
}
.slick-list{
  border-radius: 5px;
}



.ant-drawer-mask{
  backdrop-filter: blur(3px);
}

.ant-drawer.ant-drawer-right.ant-drawer-open{
  top: 60px;
}

.ant-drawer-close{
  top: -60px!important;
  right: 7px!important;
  background: white!important;
}

.ant-select-dropdown.ant-select-dropdown--single .ant-select-dropdown-placement-bottomLeft{
  z-index: 10000!important;
}
.ant-collapse-header{
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-medium) var(--unnamed-font-size-16)/var(--unnamed-line-spacing-22) var(--unnamed-font-family-poppins);
  text-align: left;
  letter-spacing: 0px;
  color: #373737;
  opacity: 1;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 500;
}

.ant-collapse.ant-collapse-icon-position-right{
  border:none;
}

.ant-collapse-item,.ant-collapse-item.ant-collapse-item-active{
    margin-bottom: 1rem;
    border: 0.5px solid #CECECE;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
}

.ant-collapse-content.ant-collapse-content-active,.ant-collapse-content.ant-collapse-content-active{
  border-radius: 0px 0px 10px 10px;
}

.control-arrow .control-prev{
  background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255)!important;
  position: absolute;
  top: 40%;
  left: 25px;
  z-index: 10;
  font-size: 30px;
  height: 50px;
  width: 50px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.1s ease-in 0s;
}

.control-arrow .control-next{
  position: absolute;
  top: 40%;
  right: 50px;
  font-size: 30px;
  z-index: 10;
  color: rgb(99, 92, 92);
  background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255)!important;
  height: 50px;
  width: 50px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.1s ease-in 0s;
}
.Toastify__progress-bar--animated{
opacity: 0 !important;
}


/* 
section {
  float: left;
  min-width: 150px;
  width: 312px;
  padding: 25px 0;
  min-height: 100px;
} */

/*=====================*/
/* .checkbox {
  position: relative;
  display: inline-block;
}
.checkbox:after, .checkbox:before {
  font-family: FontAwesome;
  font-feature-settings: normal;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  font-language-override: normal;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
}
.checkbox label {
  width: 90px;
  height: 42px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: 0.4s;
}
.checkbox label:after { */
  /* content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  left: 0;
  top: -5px;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s; */
/* }
.checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.checkbox input:hover + label:after {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
}
.checkbox input:checked + label:after {
  left: 40px;
}

.model-15 .checkbox {
  width: 312px;
  height: 34px;
  border: 2px solid #ddd;
  width: 100%;
  /* background: #266c33; */
  /* border-radius: 6px;
  overflow: hidden;
}
.model-15 .checkbox:after, .model-15 .checkbox label:before {
  content: 'existing user';
  position: absolute;
  left: 10px;
  top: 8px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
}
.model-15 .checkbox label:before {
  content: 'new user';
  left: auto;
  top: 8px;
  right: 10px;
  z-index: 1;
}
.model-15 .checkbox label {  */
  /* background: #f00; */
  /* width: 156px;
  height: 32px;
  border-radius: 4px;
}
.model-15 .checkbox label:after {
  border-radius: 4px;
  box-shadow: none !important;
  top: 0;
  width: 50px;
  height: 32px;
}
.model-15 .checkbox input:checked + label {
  transform: translateX(156px);
}
.model-15 .checkbox input:checked + label:after {
  left: 0;
} */


.ant-breadcrumb-link a{
  font-size: 12px;
  color: #373737;
  font-weight: 300;
}

.ant-breadcrumb-link a:last-child {
  font-size: 12px;
  color: #373737;
  font-weight: 300;
}



.ba-we-love-subscribers {
	width: 290px;
	height: 50px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 12px 45px rgba(0, 0, 0, .15);
	/* font-family: 'Roboto', sans-serif; */
	text-align: center;
	margin: 0 0 10px 0;
	overflow: hidden;
	opacity: 0;
}
.ba-we-love-subscribers.open {
	height: auto;
	opacity: 1;
}
/* .ba-we-love-subscribers.popup-ani { */
	/* -webkit-transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275); */
/* } */
.ba-we-love-subscribers h1 {
	font-size: 20px;
	color: #757575;
	padding: 25px 0;
	margin: 0;
  font-weight:400;
  /* font-family: 'Roboto', sans-serif; */

}
.ba-we-love-subscribers .love {
	width: 20px;
	height: 20px;
	background-position: 35px 84px;
	display: inline-block;
	margin: 0 6px;
	background-size: 62px;
}
.ba-we-love-subscribers .ba-logo {
	width: 65px;
	height: 25px;
	background-position: 0px;
	margin: 0 auto;
	opacity: .5;
	cursor: pointer;
}
.ba-we-love-subscribers .ba-logo:hover {
	opacity: 1;
}
/* .logo-ani { */
	/* transition: 0.5s linear;
	-webkit-transition: 0.5s linear; */
/* } */
.ba-we-love-subscribers input {
	font-size: 14px;
	padding: 12px 15px;
	border-radius: 15px;
	border: 0;
	outline: none;
	margin: 8px 0;
	width: 100%;
	box-sizing: border-box;
	line-height: normal;
	/*Bootstrap Overide*/
	font-family: sans-serif;
	/*Bootstrap Overide*/
}
.ba-we-love-subscribers form {
	padding: 5px 30px 0;
	margin-bottom: 15px;
}
.ba-we-love-subscribers input[name="email"] {
	background-color: #eee;
}
.ba-we-love-subscribers input[name="submit"] {
	background-color: #00aeef;
	cursor: pointer;
	color: #fff;
}
.ba-we-love-subscribers input[name="submit"]:hover {
	background-color: #26baf1;
}
.ba-we-love-subscribers .img {
  height: 15px;
}
.ba-we-love-subscribers-fab {
  display: flex;
  justify-content: center;
  align-items: center;
	/* width: 101px; */
  min-width: 101px;
  padding: 0px 15px;
  height: 40px;
	background: #0062D2;
  color: #FFFFFF;
	float: right;
  box-shadow: 0px 2px 4px #00000033;
  border-radius: 5px;
	box-shadow: 0px 12px 45px rgba(0, 0, 0, .3);
	z-index: 5;
	position: relative;
  margin-right: 25px;
  cursor: pointer;
}
.ba-we-love-subscribers-fab .img-fab {
	/* height: 30px;*/
	/*width: 30px; */
	/* margin: 15px auto; */
  color: #FFFFFF;

	background-position: -1px -53px;
}
/* .ba-we-love-subscribers-fab .wrap { */
	/* transform: rotate(0deg); */
	/* -webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23); */
	/* transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23); */
/* } */
/* .ba-we-love-subscribers-fab .ani { */
	/* transform: rotate(45deg); */
	/* -webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23); */
	/* transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23); */
/* } */
.ba-we-love-subscribers-fab .close {
	/* background-position: -2px 1px; */
	/* transform: rotate(-45deg); */
	float: none;
	/*Bootstrap Overide*/
	opacity: 1;
	/*Bootstrap Overide*/
}
.ba-we-love-subscribers-wrap {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
}
.ba-settings {
	position: absolute;
	top: -25px;
	right: 0px;
	padding: 10px 20px;
	background-color: #555;
	border-radius: 5px;
	color: #fff;
}

.filterbtn-wrapper{
  box-shadow: 0px 13px 16px rgb(0 0 0 / 15%);
  /* border: solid 1px rgb(226, 226, 226); */
  border-top: 0px;
  /* border-radius: 0px 0px 10px 10px; */
  /* border: 1px solid rgb(226, 226, 226); */
  border-top: 0px;
}

/* .descriptionData h2{ */
  /* margin-top: 10px; */
/* } */

.descriptionData table{
  margin-bottom: 10px!important;
}
 
.descriptionData p,.descriptionData ol,.descriptionData li,.descriptionData p{
  background: white;
  /* padding: 20px; */
  padding: 5px 20px;
  border-radius: 5px;
  /* padding-bottom: 0px; */
}

.descriptionData tr:first-child p{
  background: #ECECEC;
  padding: 0px;
  padding-bottom: 0px;
}

.descriptionData h2:first-child{
  background: none;
  /* padding: 20px; */
  margin-bottom: 0px!important;
}

.descriptionData h2{
  background: white;
  padding: 20px;
  margin-bottom: 0px!important;
}

.descriptionData h3{
  background: white;
  padding: 20px;
  margin-bottom: 0px!important;
}


.couponslist::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}