body {
  margin: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Poppins !important;
  font-weight: 400;
  font-size: 11px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.hb-no-padding {
  padding: 0 !important;
}

.hb-no-margin {
  margin: 0 !important;
}

.hb-align-center {
  text-align: center;
}

.hb-align-left {
  text-align: left;
}

.hb-align-right {
  text-align: right;
}

.hb-cursor-pointer {
  cursor: pointer;
}

a {
  text-decoration: none;
}

button {
  background: none;
  border: none;
  outline: none;
}

/* show active status on channel tab start*/
.hb-show-active-status {
  display: inline-block;
  background: #5dc529;
  width: 12px;
  height: 12px;
  margin-top: 10px;
  border-radius: 20px;
}

.hb-show-inactive-status {
  display: inline-block;
  background: #888;
  width: 12px;
  height: 12px;
  margin-top: 10px;
  border-radius: 20px;
}

/* show active status on channel tab end*/
.hb-add-channel-txt {
  font-size: 11px;
  color: #2a2e43;
  padding: 8px 0 10px;
  display: block;
  opacity: 0.7;
}

/*  Nav Bar Css start*/

.hb-icon-marketplace {
  background: url(../../../assets/images/icons/marketplace.svg) no-repeat;
  background-size: 40px;
  background-position: center left 5px;
}

.nav-item.nav-link {
  color: #485662;
  font-size: 11px;
}

.nav.nav-pills {
  background: #fff;
  cursor: pointer;
}

.nav.nav-pills li {
  width: 16.5%;
  height: 30px;
  border-right: 1px solid rgba(170, 167, 167, 0.13);
  margin: 4px 0;
  padding-top: 5px;
}

.nav.nav-pills li:last-child {
  border-right: 0;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #485662;
  background-color: transparent;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  border-top-color: 0 !important;
}

.nav-pills>li.active>a {
  border-bottom: 3px solid var(--addIconBtnColor);
  padding-bottom: 12px;
  margin: 0 10px;
  opacity: initial;
  font-weight: initial;
}

.nav-pills>li>a {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(42, 46, 67, 0.6);
  opacity: 0.6;
  font-size: 11px;
  padding: 0 0 0 0px !important;
  background: none !important;
  color: #485662 !important;
  border-radius: 0 !important;
  padding-bottom: 8px;
}

/*  Nav Bar Css end*/

#hb-mat-btn-css-override {
  outline: 0 !important;
  background-color: white !important;
  border: 0 !important;
  float: right;
}

/* form group common input css start  */
.hb-form-group {
  margin-bottom: 30px !important;
}

.hb-form-group label {
  /* color: rgba(42, 46, 67, 0.6); */
  /* display: inline-block; */
  margin-bottom: 0;
  margin-top: 0;
  font-weight: normal;
  padding-bottom: 5px !important;
}

.hb-form-group input {
  height: 34px;
  background: #fff;
  border: 1px solid #c4c6d1;
  border-radius: 3px;
  font-size: 11px;
  color: #485662;
}

.hb-form-group input:focus {
  border: 1px solid var(--addIconBtnColor);
  cursor: pointer;
  padding-right: 40px;
  box-shadow: none;
}

/* form group common input css end */

/* input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: searchfield;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
} */

/* page top pagination css start */
.hb-sub-header {
  padding: 12px 0;
}

.hb-sub-header-pagination {
  padding-top: 8px !important;
}

.hb-sub-header-pagination .head-link a {
  font-size: 11px;
  color: #2a2e43;
  text-decoration: underline;
}

.hb-right-arrow-pointer {
  font-size: 15px;
  padding: 0 10px;
}

.hb-sub-header-pagination .sub-link {
  font-size: 11px;
  color: #485662;
  font-weight: normal;
}

/* page top pagination css end */

/* common buttons start */
.hb-default-btn-active {
  border: 0;
  background: var(--addIconBtnColor);
  color: #fff;
  font-size: 11px;
  border-radius: 20px;
  height: 34px;
  padding: 9px 15px;
  text-transform: uppercase;
  margin-right: 12px;
  outline: 0;
  width: auto;
}

.hb-black-btn-active {
  border: 0;
  background: #2a2e43;
  color: #fff;
  font-size: 11px;
  border-radius: 20px;
  height: 34px;
  padding: 9px 15px;
  text-transform: uppercase;
  margin-right: 8px;
  outline: 0;
}

.hb-default-btn {
  background: #fff;
  border: 1px solid var(--addIconBtnColor);
  border-radius: 30px;
  padding: 9px 15px;
  color: var(--addIconBtnColor);
  text-transform: uppercase;
  outline: 0;
  font-size: 11px;
}

.hb-black-btn {
  border: 1px solid #2a2e43;
  border-radius: 20px;
  padding: 9px 15px;
  margin-left: 10px;
  font-size: 11px;
  background: #fff;
  outline: 0;
}

.hb-unselected-tab-btn {
  background: #fff;
  padding: 9px 15px;
  margin: 0 5px;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(255, 255, 255, 0.4);
  font-size: 11px;
  color: rgba(72, 86, 98, 0.5);
  outline: 0;
}

.hb-selected-tab-btn {
  background: #fff;
  padding: 9px 15px;
  margin: 0 5px;
  border: 1px solid var(--addIconBtnColor);
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(255, 255, 255, 0.4);
  font-size: 11px;
  color: #485662;
  outline: initial;
}

/* common buttons end */

.hb-fa-angle-right {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 300 !important;
}

/* footer add icon logo common css start */

.hb-add-icon-btn {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: var(--addIconBtnColor);
  border-radius: 100%;
  position: fixed;
  right: 20px;
  bottom: 30px;
  outline: none;
  cursor: pointer;
  border: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.hb-add-icon-btn::after {
  content: " ";
  position: absolute;
  display: block;
  background-color: #fff;
  width: 2px;
  margin-left: -1px;
  left: 50%;
  top: 15px;
  bottom: 15px;
  z-index: 9;
}

.hb-add-icon-btn::before {
  content: " ";
  position: absolute;
  display: block;
  background-color: #fff;
  height: 2px;
  margin-top: 0px;
  top: 48%;
  left: 13px;
  right: 14px;
  z-index: 9;
}

/* footer add icon logo common css end */

.hb-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

label {
  font-size: 11px;
  font-weight: 400 !important;
  text-align: right;
  margin-top: 4px;
  padding: 0px 5px 0px 0px !important;
  font-family: Poppins !important;
  /* color: #777f89; */
}

.modal-backdrop {
  /* z-index: 9 !important; */
  z-index: 9 !important;
}

.modal {
  z-index: 10 !important;
}

.promo_items-searchBOx {
  height: 45px !important;
  display: block;
  line-height: 20px !important;
  padding: 2px;

}

/* .modal-content{
  z-index: 10 !important;
}
.modal-dialog{
  z-index: 10 !important;
}
#exampleModal :ng-deep .modal-backdrop{
  z-index: 0 !important;
}
#exampleModal .modal-backdrop{
  z-index: 0 !important;
} */