@import url('https://fonts.googleapis.com/css2?family=Montserrat: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,700;1,800;1,900&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');

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

img {
  border: none;
}

body::-webkit-scrollbar {
  width: 10px;
  height: 150px;
}

body::-webkit-scrollbar-track {
  background: #fff;
}

body::-webkit-scrollbar-thumb {
  background-color: #626CFE;
  border: 1px solid #fff;
  border-radius: 5px;
}

.clr {
  clear: both;
}

/*login-section*/
.login-wrap {
  width: 100%;
  height: 100vh;
  background: #0f0a22e6;
  display: flex;
  align-items: center;
}

.login-in {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  display: flex;
}

.login-logo {
  flex: 50%;
  border-radius: 15px 0px 0px 15px;
  padding: 100px 0px;
  background: #0A002F;
  display: flex;
}

.logo {
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

.logo img {
  width: 273px;
  height: 107px;
  margin-bottom: 15px;
}

.logo h1 {
  font-size: 40px;
  font-weight: 600;
  color: #B07D3C;
  margin: 0;
}

.login-form {
  flex: 50%;
  background: #FFFFFF;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 70px 20px;
  border-radius: 0px 15px 15px 0px;
}

.login-form form {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 10px;
  padding: 30px;  /* box-shadow: 0px 0px 10px -5px #000; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cat-inner label {
  max-width: 100%;
}

.login-form form h1 {
  font-size: 28px;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
  text-align: center;
  color: #626CFE;
  font-weight: 500;
}

.login-txt {
  width: 100%;
  height: 40px;
  background: #EFEFEF;
  border: none;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #737373;
  padding: 0px 15px;
  border-radius: 50px !important;
  position: relative;
}

.password-eye {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  top: 10px;
  right: 10px;
  border: none;
  align-items: center;
  background: none;
  justify-content: center;
  transition: .5s;
}

.password-eye i {
  color: inherit !important;
  cursor: pointer;
}

/*.password-eye:before {
  position: absolute;
  content: "06e";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: #737373;
  visibility: visible;
  transition: .5s;
}

.password-eye:after {
  position: absolute;
  content: "070";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: #737373;
  visibility: hidden;
  transition: .5s;
}

.password-eye:focus:before {
  visibility: hidden;
  transition: .5s;
}

.password-eye:focus:after {
  visibility: visible;
  transition: .5s;
}*/
.login-btn {
  width: 100%;
  height: 40px;
  border-radius: 50px;
  background: #626CFE;
  color: #fff !important;
  font-size: 16px;
  border: none;
  display: flex;
  font-weight: 700;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.login-labl {
  cursor: pointer;
  display: flex;
  font-weight: 500;
  align-items: stretch;
  justify-content: end;
  margin: 10px 0px 30px 15px;
  font-size: 13px;
}

.login-rmb {
  margin-right: 8px;
}

/*login-section*/

/*login-succ-section*/

.login-succ {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 40px 30px;
  text-align: center;
}

.login-succ i {
  font-size: 40px;
  background: #0D144A;
  display: block;
  padding: 20px;
  border-radius: 50px;
  color: #fff;
  margin-bottom: 25px;
}

.login-succ h1 {
  font-size: 20px;
  margin: 0;
  color: #000;
  font-weight: 400;
}

.login-succ p {
  font-size: 30px;
  margin: 20px 0;
  color: #0D144A;
  font-weight: 700;
}

.login-succ p span {
  color: #B5FCE6;
}

.login-succ a {
  padding: 8px 30px;
  background: #0D144A;
  display: block;
  border-radius: 8px;
  font-size: 15px;
  color: #fff;
}

/*login-succ-section*/
.influ-wrap {
  width: 100%;
  height: auto;
}

.influ-strip {
  background: linear-gradient(-90deg, rgba(172, 117, 47, 1) 0%, rgba(253, 210, 155, 1) 200%);
  display: flex;
  align-items: center;
}

.influ-logo {

  /*flex-basis: 17%;*/
  width: 229px;
  background: #000;
  padding: 10px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.influ-logo img {
  width: 40px;
  margin-right: 8px;
}

.influ-logo a {
  font-size: 25px;
  color: #B07D3C;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.influ-strip form {
  width: auto;
}

.menu-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 26px;
  margin-left: 15px;
}

.menu-btn:hover {
  color: #fff !important;
}

/*-----  new css ------*/
.pac-target-input:not(:-webkit-autofill) {
  -webkit-animation-name: endBrowserAutofill;
  animation-name: endBrowserAutofill;
  background: #fff;
  display: block;
  color: #000 !important;
  font-weight: 500;
  max-width: 161px;
  height: 44px;
  width: 100%;
  padding: 9px 12px;    /* border-radius: 5px !important; */
  border-radius: 50px;
  font-size: 14px;
  outline: none;
  border: none;
  margin-left: 10px;
  display: flex;    /* cursor: pointer; */
  align-items: center;
}

.pac-target-input:not(:-webkit-autofill)::placeholder {
  color: #000;
}

.signup_daterange_filter {
  width: 101%;
  height: auto;
  padding: 12px 58px 10px 13px;    /* border: 1px solid #626CFE; */
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  border: none;    /* line-height: 4px; */
  font-size: 14px;
  color: #000;
  appearance: none;
  background: url(../images/pkit-images/cal-icon.png);
  background-size: 25px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.signup_daterange_filter::placeholder {
  color: #000;
}

.broker-date {
  width: 25%;
  height: auto;
  margin-left: 7px;
  border-radius: 30px;
  background-color: #fff;
}

.broker-date input[type="text"] {
  width: 101%;
  height: auto;
  padding: 12px 58px 10px 13px;  /* border: 1px solid #626CFE; */
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  border: none;  /* line-height: 4px; */
  font-size: 14px;
  color: #000;
  appearance: none;
  background: url(../images/pkit-images/cal-icon.png);
  background-size: 25px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.edit-in .edit-in_txt_area {
  width: 100%;
  height: 86px;
  background: #EFEFEF;
  border: none;
  margin-bottom: 20px;
  font-size: 13px;
  position: relative;
  font-weight: 500;
  color: #737373;    /* font-family: sans-serif; */
  padding: 10px 10px;
  border-radius: 4px !important;
  display: flex;
  align-items: center;
}

/*-----  new css ------*/
.influ-in {
  width: 100%;
  height: auto;
  padding: 20px !important;
}

.admin-heading {
  width: 100%;
  height: auto;
}

.admin-heading h1 {
  font-weight: 700;
  font-size: 28px;
  color: #171748;
  margin: 0px 0 20px 0;
}

.influ-strip-2 {
  width: 100%;
  height: auto;
  background: #0A002F;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.influ-search {
  flex-basis: 37%;
  margin-right: auto;
}

.invite-user {
  flex-basis: 50%;
  text-align: right;
  margin-left: auto;
}

.invite-user a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 8px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
}

.invite-user i {
  font-size: 22px;
  margin-left: 10px;
}

.admin-icon {
  flex-basis: auto;
  height: 100%;
  width: auto;
  margin-left: auto;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.admin-icon svg {
  width: 30px;
  height: auto;
}

.admin-icon svg g path {
  fill: #fff;
}

.influ-search form {
  width: 100%;
  height: auto;
}

.influ-search form label {
  width: 100%;
  margin-bottom: 0 !important;
  display: inline-flex;
  background: #fff;
  align-items: baseline;
  padding-left: 5px;
  border-radius: 30px;
}

.influ-search form label input {
  width: 100%;
  height: 30px;
  position: relative;
  background: #ffffff;
  border: none;
  color: #000;
  padding: 0px 10px;
  font-size: 13px;
  font-weight: 500;
  outline: none;  /* font-family: 'Aleo', serif; */
  border-radius: 30px;
}

.influ-search form label input::placeholder {
  color: #000;
  line-height: 20px;
}

.influ-search form label button {
  width: 40px;
  height: 100%;
  border: none;
  background: none;
  padding: 10px;
  color: #fff;
  outline: none;
  cursor: pointer;
  margin-left: auto;
}

.influ-search form label button img {
  width: 100%;
}

.main-wrap-form {
  display: flex;
}

.influ-btns {
  flex-basis: 100%;
}

.influ-btns ul {
  padding: 0;
  margin: 0;
  text-align: right;
}

.influ-btns ul li a {
  background: #fff;
  display: block;
  color: #000;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 14px;
}

.influ-btns ul li a i {
  color: #000;
  font-size: 14px;
}

.influ-btns form {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.influ-btn {
  background: #fff;
  display: block;
  color: #000 !important;
  font-weight: 500;
  padding: 9px 12px;
  border-radius: 5px !important;
  font-size: 13px;
  outline: none;
  border: none;
  margin-left: 10px;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.location-btn {
  background: #fff;
  display: block;
  color: #000 !important;
  font-weight: 500;
  max-width: 161px;
  height: 44px;
  width: 100%;
  padding: 9px 12px;  /* border-radius: 5px !important; */
  border-radius: 50px;
  font-size: 14px;
  outline: none;
  border: none;
  margin-left: 10px;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.location-btn img {
  width: 18px;
  height: auto;
  margin-left: 58px;
}

.add-category-btn {
  background: #fff;
  display: block;
  color: #000 !important;
  font-weight: 500;
  max-width: 157px;
  width: 100%;
  font-style: normal;
  padding: 9px 12px;  /* border-radius: 5px !important; */
  border-radius: 50px;
  font-size: 14px;
  outline: none;
  border: none;
  margin-left: 10px;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.add-category-btn img {
  width: 18px;
  height: auto;
  margin-left: 15px;
}

.add-faq-btn {
  background: #fff;
  display: block;
  color: #000 !important;
  font-weight: 500;
  max-width: 121px;
  width: 100%;
  font-style: normal;
  padding: 9px 12px;  /* border-radius: 5px !important; */
  border-radius: 50px;
  font-size: 14px;
  outline: none;
  border: none;
  margin-left: 10px;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.add-faq-btn img {
  width: 18px;
  height: auto;
  margin-left: 15px;
}

.date-filter-btn {
  background: #fff;
  display: block;
  color: #000 !important;
  font-weight: 500;
  max-width: 134px;
  width: 100%;
  padding: 9px 12px;  /* border-radius: 5px !important; */
  border-radius: 50px;
  font-size: 14px;
  outline: none;
  border: none;
  margin-left: 10px;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.date-filter-btn img {
  width: 15px;
  height: auto;
  margin-left: 3px;
  margin-right: 9px;
}

.table-container {
  display: flex;
  width: 100%;  /* justify-content: flex-start; */

  /* background-color: #d0d5d1; */

  /* border-bottom: 1px solid #D9D9D9; */
}

.table-item:nth-child(1) {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 15px;
  width: 58%;
}

.table-item:nth-child(2) {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  margin: 4px;
}

.modal-body-sbscribe {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 12px 3px 12px 2px;
  width: 100%;
  height: auto;
}

#global_search_list a {
  display: list-item;
  color: #fff;
  font-size: 16px;
}

.table-item:nth-child(2) {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  margin: 4px;
}

.date-btn {
  background: #fff;
  display: block;
  color: #000 !important;
  font-weight: 500;
  max-width: 147px;
  width: 100%;
  padding: 9px 12px;  /* border-radius: 5px !important; */
  border-radius: 50px;
  font-size: 13px;
  outline: none;
  border: none;
  margin-left: 10px;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.date-btn img {
  width: 15px;
  height: auto;
  margin-left: 8px;
  margin-right: 7px;
}

.influ-view-btn {
  padding: 9px 2px;
  background: #087992;  /* border-radius: 6px; */
  color: #fff;  /* font-size: 13px; */
  width: 100%;
  max-width: 122px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  border: none;
  border-radius: 30px;
}

.add-subcategory-btn {
  padding: 9px 2px;
  background: #626CFE;  /* border-radius: 6px; */
  color: #fff;  /* font-size: 13px; */
  width: 100%;
  max-width: 190px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  border: none;
  border-radius: 30px;
}

.submit-btn {
  padding: 9px 2px;
  background: #626CFE;  /* border-radius: 6px; */
  color: #fff;  /* font-size: 13px; */
  width: 100%;
  max-width: 162px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  border: none;
  border-radius: 30px;
}

.common-btn {
  padding: 9px 2px;
  background: #626CFE;  /* border-radius: 6px; */
  color: #fff;  /* font-size: 13px; */
  width: 100%;
  height: 45px;
  text-align: center;
  max-width: 160px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border: none;
  border-radius: 30px;
}

.common-btn3 {
  padding: 12px 2px;
  background: #626CFE;  /* border-radius: 6px; */
  color: #fff;  /* font-size: 13px; */
  width: 100%;
  height: 45px;
  text-align: center;
  max-width: 160px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border: none;
  border-radius: 30px;
}

.common-btn3:hover {
  color: #fff;
}

.common-btn2:hover {
  color: #fff;
}

.tophead {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  padding: 7px 0 0 0;    /* line-height: 31px; */
  color: #fff;
}

.common-btn2 {
  padding: 12px 2px;
  background: #0A002F;  /* border-radius: 6px; */
  color: #fff;  /* font-size: 13px; */
  width: 100%;
  height: 45px;
  text-align: center;
  max-width: 160px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border: none;
  border-radius: 30px;
}

.influ-table-approve {
  padding: 8px 20px;
  background: #348C57;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  border: none;
  font-weight: 600;
}

.influ-table-reject {
  padding: 8px 20px;
  background: #E55C5C;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  border: none;
  font-weight: 600;
}

.prod-img-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 6px;
}

.prod-img-wrap img {
  background-color: aquamarine;
  padding: 6px;
  display: flex;
  justify-content: center;
  background: linear-gradient(180deg, #BDC0F2 0%, #626CFE 100%);
  border-radius: 10px;
  width: 91px;
  height: 63px;
  object-fit: cover;
}

.influ-view-btn2 {
  padding: 8px 20px;
  background: #087992;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  border: none;
  font-weight: 600;
}

.view-img {
  position: fixed;  /* top: 31px; */
  margin: 1px -2px 0 -26px;
  color: rgba(255, 255, 255, 0.85);
  width: 20px !important;
  height: 20px !important;
  object-fit: cover;
}

.add-common-btn {
  background: transparent;
  display: block;
  color: #fff !important;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 5px !important;
  font-size: 14px;
  outline: none;
  border: none;
  border: 1px solid #fff;
  margin-left: 10px;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.add-common-btn img {
  width: 20px;
  height: auto;
  margin-left: 12px;
}

.influ-btn img {
  width: 20px;
  height: auto;
  margin-left: 10px;
}

.influ-btn i {
  font-size: 20px;
  color: #171748;
  margin-right: 0;
  margin-left: 10px;
}

.influ-btn input {
  width: 70px;
  min-width: 70px;
  border: none;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  color: #000;
  text-align: right;
  caret-color: transparent;
}

.influ-btn input::placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

/*.influ-btn i {
font-size: 14px;
font-weight: 400;
margin-right: 10px;
}*/

/*.influ-btns form button i {
font-size: 15px;
color: #000;
margin-right: 0;
}
*/
.influ-btns form select {
  cursor: pointer;
  background: #fff;
  display: block;
  color: #000;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 13px;
  outline: none;
  border: none;
  margin-left: 10px;  /*-webkit-appearance: none;
  -moz-appearance: none;
  position: relative;*/
}

/*.influ-btns form select:after {
 position: absolute;
content: '';
background-image: url(../images/dropdown.png);
width: 40px;
height: 30px;
top: 0;
right: 0;
background-repeat: no-repeat;
background-position: right;
background-size: contain;
z-index: 999999;
}*/
.quotes-list {
  width: 100%;
}

.influ-btns-label {
  position: relative;  /* margin: 0; */
  z-index: 1;
  color: #333333;
  margin-right: 39px;
  border-bottom: 1px solid #e9e9e9;
  font-weight: 400;
  padding: 4px;
  width: 100%;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 14px;
 display: flex;
}

.influ-btns form label input[type=checkbox] {
  margin-left: auto;
  accent-color: #626CFE;
}

.influ-btns form input[type=date]::-webkit-datetime-edit-text {
  -webkit-appearance: none;
  display: none;
}

.influ-btns form input[type=date]::-webkit-datetime-edit-month-field {
  -webkit-appearance: none;
  display: none;
}

.influ-btns form input[type=date]::-webkit-datetime-edit-day-field {
  -webkit-appearance: none;
  display: none;
}

.influ-btns form input[type=date]::-webkit-datetime-edit-year-field {
  -webkit-appearance: none;
  display: none;
}

/*----------------*/
.influ-btns form input[type="date"]::before {
  content: attr(placeholder);
  position: absolute;
  color: #000;
  right: 10px;
  top: 7px;
}

.influ-btns form input[type="date"] {
  color: #000;
  width: 110px;
  height: 100%;
}

/*.influ-btns form input[type="date"]:focus, input[type="date"]:valid {
color: #000;
}*/
.influ-btns form input[type="date"]:focus::before, input[type="date"]:valid::before {
  content: attr(placeholder);
}

.influ-btns form input[type="date"]::-webkit-calendar-picker-indicator {
  color: #000;
  width: 200px;
  cursor: pointer;
  position: relative;
}

.influ-table {
  width: 100%;
  height: auto;  /*box-shadow: 0px 0px 4px -2px #000;*/
  padding-bottom: 20px;
}

.influ-table table {
  width: max-content;
  min-width: 100%;
  height: auto;
  text-align: center;
  border: 1px solid #E5E5E5;
}

.table-responsive {
  overflow-x: auto;
  padding-bottom: 20px;
}

.table-responsive::-webkit-scrollbar {
  width: 1px; /* width of the entire scrollbar */
  height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #D9D9D980; /* color of the tracking area */
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #626CFE;
  border: 1px solid #D9D9D980; /* color of the scroll thumb */
  border-radius: 10px; /* roundness of the scroll thumb */
}

.influ-table table tr:nth-child(1) {
  background: #0A002F;
}

.influ-table table tr:last-child {
  border-bottom: 1px solid #E5E5E5;
}

.influ-table table tr th {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 50px;
  color: #fff;
  border-right: 1px solid #171748;
}

.influ-table table tr th:last-child {
  border-right: none;
}

.influ-table table tr td {
  border-right: 1px solid #626CFE;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  padding: 10px;  /* font-family: 'Aleo', serif; */
  vertical-align: middle;
}

.influ-table table tr td img {
  width: 65px;
  height: 40px;
  object-fit: contain;
}

/*.influ-table table tr th:first-child {
width: 80px;
}

.influ-table table tr th:last-child {
border-right: none;
width: 120px;
}

.influ-table table tr th:nth-child(4) {
width: 200px;
}*/
.influ-table table tr td form {
  width: 100%;
  height: auto;
}

.influ-table-btn {
  padding: 8px 25px;
  background: #197E00;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  border: none;
}

/*.influ-table table tr td:first-child {
width: 80px;
}*/
.influ-table table tr td:last-child {
  border-right: none;
}

.influ-table table tr:nth-child(odd) td {
  background: #626cfe29;
}

.influ-table table tr td a {

  /* display: inline-block;
  margin: 0 8px;
  color: #000;
  text-decoration: underline !important; */
  display: inline-block;
  margin: 0 8px;
  color: #fff;    /* width: 100px; */
}

.influ-table table tr td a img {
  width: 20px;
  height: auto;
}

.pdf-icn a img {
  width: 20px !important;
  margin: 0 5px;
}

.influ-table p {
  font-size: 13px;
  color: #B07D3C;
  text-align: right;
  margin: 20px 15px 0px 0px;
}

.influ-pagi {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 25px;
  position: relative;
  display: flex;
  padding: 0 0px 0 0px;
  align-items: center;
  justify-content: center;
}

.influ-pagi ul {
  padding: 10px;
  margin: 0;
  display: inline-block;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 5%);
}

.influ-pagi ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}

.influ-pagi ul li a {
  font-size: 15px;
  color: #000000;
  font-weight: 500;
  transition: .5s;
}

.influ-pagi ul li a i {
  color: #B4B4B4;
}

.influ-pagi ul li:first-child a:hover {
  font-size: 15px;
  color: #B07D3C;
  font-weight: 500;
}

.influ-pagi ul li:last-child a:hover {
  font-size: 15px;
  color: #171748;
  font-weight: 500;
}

.influ-pagi ul li.active a {
  font-size: 17px;
  color: #626CFE;
  font-weight: 700;
  transition: .5s;
}

.influ-pagi ul li a:hover {
  font-size: 17px;
  font-weight: 700;
  color: #626CFE;
  transition: .5s;
}

.influ-pagi form {
  position: absolute;
  right: 0;
}

.influ-pagi-in select {
  padding: 10px 15px;
  background: #D3D7EA33;
  border: none;
  outline: none;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 5%);
  cursor: pointer;
  font-size: 13px;
  color: #171748;
}

/*search-dropdown*/
.search-in label {
  margin: 0;
  width: 100%;
  border: 1px solid #E8E8E8;
  margin-bottom: 10px;
  border-radius: 5px;
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}

.search-in label i {
  position: absolute;
  right: 10px;
  font-size: 12px;
}

.dropdown .search_quote {
  border: none;
  margin-bottom: 0px;
  padding: 2px 25px 2px 5px;
  font-size: 13px;
  border-radius: 5px;
  font-weight: 400;
  width: 100%;
}

.quotes {
  width: 245px;
  min-width: 147px;
  max-width: 100%;
  position: relative;
  background: #fff;
  border-radius: 30px;
  margin-left: 10px;
}

.dropdown-btn {
  height: 100%;
  padding: 10px;
  position: relative;
  font-size: 14px;
  color: #000000bd;
  border: none;
  font-weight: 600;
  height: 44px;
  cursor: pointer;
  max-width: 100%;
  text-align: left;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.dropdown-btn i {
  margin-left: 5px;
  color: #171748;
  font-size: 13px;
  font-weight: 600;
}

/*.dropdown-btn:after {
content: "";
display: block;
width: 8px;
height: 8px;
border: 1px solid #171748;
position: absolute;
right: 10px;
top: 15px;
bottom: 0;
transform: rotate(45deg);
border-width: 0 1px 1px 0;
transition: all 0.5s ease;
}*/
.dropdown {

   padding: 5px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 5px;
  position: absolute !important;
  display: none;
  /*right: 0 !important;*/
  /*width: auto;*/
  text-align: left !important;
  border: 1px solid #E8E8E8;  /* flex-direction: column; */
}

.dropdown.dropdown-company {
  height: 150px;
  overflow-y: scroll;
}

.dropdown.dropdown-company2 {
  height: 150px;
  overflow-y: scroll;
}

.dropdown.dropdown-company3 {
  height: 150px;
  overflow-y: scroll;
}

.dropdown.dropdown-company::-webkit-scrollbar {
  width: 10px;
  height: 150px;
}

.dropdown.dropdown-company2::-webkit-scrollbar {
  width: 10px;
  height: 150px;
}

.dropdown.dropdown-company3::-webkit-scrollbar {
  width: 10px;
  height: 150px;
}

.dropdown.dropdown-company::-webkit-scrollbar-track {
  background: rgba(217, 217, 217, 0.5);
  margin: 6px 10px 6px 4px
}

.dropdown.dropdown-company2::-webkit-scrollbar-track {
  background: rgba(217, 217, 217, 0.5);
  margin: 6px 10px 6px 4px
}

.dropdown.dropdown-company3::-webkit-scrollbar-track {
  background: rgba(217, 217, 217, 0.5);
  margin: 6px 10px 6px 4px
}

.dropdown.dropdown-company::-webkit-scrollbar-thumb {
  background-color: #626CFE;
  border: 1px solid #fff;
  border-radius: 1px;
}

.dropdown.dropdown-company2::-webkit-scrollbar-thumb {
  background-color: #626CFE;
  border: 1px solid #fff;
  border-radius: 1px;
}

.dropdown.dropdown-company3::-webkit-scrollbar-thumb {
  background-color: #626CFE;
  border: 1px solid #fff;
  border-radius: 1px;
}

.dropdown-btn.opened:after {
  transform: rotate(-135deg);
  top: 15px;
}

.dropdown.dropdown-company {
  /*width: 154px;*/
}

.dropdown.dropdown-company2 {
  width: 209px;
}

.dropdown.dropdown-company3 {
  width: 175px;
}

.dropdown.active {
  display: block;
}

.influ-btns form::-webkit-scrollbar {
  display: none;
}

.faq-head {
  font-size: 24px;
  color: #fff;
  margin-left: 12px;    /* line-height: 31px; */
  padding: 8px 0 0 0;
}

.product-image-slider {
  width: 80% !important;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 18px;
}

.product-image-slider img {
  width: 107% !important;  /* max-width: 122px; */
  height: 67px;
  gap: 4px;
  object-fit: fill;
  margin: auto;
  background: var(--bg-grey);
  cursor: pointer;
  border-radius: 5px;
}

#pro-slider .owl-next {
  right: -18px;
  bottom: 18px;
  height: 30px;
  width: 8%;
  padding: 4px 17px 13px 4px;
  background-color: #FFF;
  font-size: 27px;
  line-height: 2px;
  position: absolute;  /* margin: 4px; */
  color: #626CFE !important;
  border: 2px solid #626CFE;
  border-radius: 31px;
}

#pro-slider .owl-prev {
  left: -16px;
  bottom: 18px;    /* width: 6%; */
  height: 30px;
  width: 8%;
  background-color: #FFF;
  font-size: 27px;
  line-height: 2px;
  position: absolute;    /* margin: 4px; */
  color: #626CFE !important;
  border: 2px solid #626CFE;
  border-radius: 31px;
}

/*search-dropdown*/

/*search-dropdown*/

/* -------- star rating css ---------- */

#full-stars-example-two {
}

#full-stars-example-two h3 {
  font-size: 14px;
  text-align: left;
  padding-left: 8px;
}

#full-stars-example-two .rating-group {
  display: inline-flex;
}

#full-stars-example-two .rating__icon {
  pointer-events: none;
}

#full-stars-example-two .rating__input {
  position: absolute !important;
  left: -9999px !important;
}

#full-stars-example-two .rating__input--none {
  display: none;
}

#full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.3rem;
  font-size: 2rem;
}

#full-stars-example-two .rating__icon--star {
  filter: brightness(1) invert(0);
  width: 25px;
}

#full-stars-example-two .rating__label::before, #full-stars-example-two .rating__label::after {
  display: none;
}

#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
  filter: contrast(0.1) brightness(1.8);
}

#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  filter: brightness(1) invert(0);
}

#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
  filter: contrast(0.1) brightness(1.8);
}

/* -------- star rating css ---------- */

/*FAQ*/


.faq-wrap {
  width: 100%;
  height: auto;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 15%);
  padding: 20px;
  display: flex;
  gap: 40px;
}

.faq-left {
  width: 30%;
  height: auto;
}

.faq-right {
  width: 70%;
  height: auto;
}

/*FAQ*/

/*Category-Management-Page*/


.cat-wrap {
  width: 100%;
  height: auto;  /* box-shadow: 0px 3px 6px rgb(0 0 0 / 15%); */
  padding: 40px 20px 20px 20px;
}

.cat-inner {
  width: 100%;
  height: auto;
  border: 1px solid rgba(79, 79, 79, 0.25);
  padding: 20px;
  padding-top: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}

.cat-inner:last-child {
  margin-bottom: 0;
}

.cat-wrap form {
  width: 100%;
  height: auto;
}

.cat-wrap form a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cat-wrap form a {
  width: 35px;
  height: 35px;
  position: absolute;
  right: -10px;
  display: flex;
  padding: 8px;
  border-radius: 50%;
  top: -15px;
  text-align: center;
  border: 1px solid rgba(79, 79, 79, 0.25);
  background: #fff;
  align-items: center;
  justify-content: center;
}

.cat-wrap form p {
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding: 10px 20px;
  color: #4F4F4F;
  background: #fff;
}

.cat-wrap form h1 {
  font-weight: 600;
  font-size: 16px;
  color: #4F4F4F;
  margin: 25px 0 10px 0;
}

.cat-lbl {
  width: 94% !important;
  height: auto;
  outline: none;
  border: 1px solid rgba(79, 79, 79, 0.25);
  border-radius: 8px !important;
  font-size: 15px;
  cursor: auto;
  display: flex;
  padding: 8px 10px;
  align-items: center;
  margin-bottom: 0;
}

.cat-input {
  width: 100%;
  height: auto;
  outline: none;
  border: none;
  border-radius: 8px !important;
  padding: 0;
  font-weight: 400;
  color: #4F4F4F;
  font-size: 15px;  /* font-family: 'Aleo', serif; */
  cursor: auto;
}

.cat-lbl button {
  width: 20px;
  background: none;
  border: none;
  outline: none;
  margin-left: 20px;
}

.cat-lbl button img {
  width: 100%;
  height: 100%;
}

.sub-cat {
  width: 100%;
  height: auto;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sub-cat label {
  width: auto;
  height: auto;
  border: 1px solid #CED4DA;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 5px 10px 5px 10px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 5px;
  color: #4F4F4F;
  pointer-events: none;
}

.cat-btn {
  width: 12px;
  border: none;
  outline: none;
  margin-left: 20px;
  background: none;
  pointer-events: all;
}

.cat-btn img {
  width: 100%;
}

.add-subcat {
  border: none !important;
  padding: 10px 20px !important;
  background: #000 !important;
  cursor: pointer !important;
  pointer-events: all !important;
}

.add-subcat input {
  background: #000;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
  border: none;
  outline: none;
}

.add-subcat i {
  font-size: 16px;
  color: #FFFFFF;
  margin-right: 15px;
}

/*Category-Management-Page*/

/*D-CODE*/

.location-btn {
  background-image: url(../images/pkit-images/location-icomn.png) !important;
  background-size: 18px !important;
  background-position: right 10px center !important;
  background-repeat: no-repeat !important;
  padding-right: 35px !important;
}

.logout-btns {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.sbcat input {
  padding-right: 24px;
}

.post-image-wrap .post-image-first-img {
  height: 300px;
  object-fit: fill;
}

.influ-search input#search {
  width: 159px;
  height: 44px;
  border-radius: 20px;
  background-image: url(../images/pkit-images/search.png) !important;
  background-size: 20px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-right: 35px;
}

/*D-CODE*/
