@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');
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

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

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

img {
  border: none;
}

.clr {
  clear: both;
}

/*////////catgory//////*/

/* .sub-cat {
  position: relative;
  width: 22%;
  float: left;
  margin-right: 6px;
} */
.sub-cat input {
  background: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 10px;
  width: 100%;
  float: left;
  margin: 0px 5px 0 0;
  font-size: 12px;
  color: #000 !important;
  font-family: 'Poppins', serif;
  font-weight: 500 !important;
  position: relative;
}

.sub-cat label img {
  width: 18px !important;
  margin-right: 8px;
}

.cat-strip {
  width: 100%;
  height: auto;
  background: #1DD3BB;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
  align-items: center;
  margin-bottom: 20px;
}

.cat-strip h1 {
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  margin: 0;
}

.cat-strip button {
  background: #FFFFFF;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: none !important;
  font-weight: 400;
  gap: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  color: #454545;
}

.cat-strip button:hover, .cat-strip button:focus {
  background: #FFFFFF !important;
  color: #454545;
}

.cat-strip button i {
  font-size: 25px;
  color: #1DD3BB;
}

/* .sub-cat {
  position: relative;
  width: 22%;
  float: left;
  margin-right: 6px;
} */
.delete_icon {
  position: absolute !important;
  top: 0 !important;
  right: -4px !important;
  z-index: 1;
}

.edit_icon {
  position: absolute !important;
  bottom: -6px !important;
  right: -4px !important;
  z-index: 1;
}

.close {
  float: right;
  font-size: 2rem;
  line-height: 1;
  color: #000 !important;
  font-weight: 300 !important;
  text-shadow: none !important;
  opacity: unset !important;
}

.tophead {
  color: #1DD3BB;
  text-align: center;
  font-weight: 600;
  padding-top: 20px;
}

.modal-body p {
  text-align: center;
  color: #808080;
  padding-top: 10px;
}

/*login-section*/
.login-wrap {
  width: 100%;
  height: 100vh;
  background: url(../images/login-bg.png);
  display: flex;
  align-items: center;
}

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

.login-logo {
  flex: 50%;
  padding: 100px 0px;
  display: flex;
  background: linear-gradient(180deg, #0168BF 0%, #1BA9E6 100%);
  border-radius: 10px 0px 0px 10px;
}

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

.logo img {

  /* width: 166px;
    height: 194px; */
  margin-bottom: 15px;
}

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

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

.login-form form {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 30px;
}

.login-form form h1 {
  font-size: 36px;
  font-weight: 600;
  margin: 0px 0px 20px 0px;
  color: #1DD3BB;
  text-align: center;
}

.inputbox {
  border: 1px solid #1DD3BB;
  border-radius: 10px;
  padding: 10px 15px;
  margin-top: 20px;
}

.inputbox i {
  color: #808080;
  font-size: 20px;
  vertical-align: sub;
}

label {
  margin-bottom: 0px !important;
}

.login-txt {
  width: 86%;
  background: #fff;
  border: none;
  font-size: 14px;
  color: #737373;
}

.login-btn {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #1DD3BB;
  color: #fff !important;
  font-size: 18px;
  border: none;
  text-align: center;
  font-weight: 600;
  margin-top: 30px;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  vertical-align: middle;
}

.login-labl {
  cursor: pointer;
  margin: 10px 0 30px 0;
  font-size: 13px;
  float: right;
}

.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;
  text-align: center;
}

.login-succ i {
  font-size: 40px;
  background: linear-gradient(-90deg, rgba(172, 117, 47, 1) 0%, rgba(253, 210, 155, 1) 200%);
  display: block;
  padding: 20px;
  border-radius: 50px;
  color: #fff;
  margin-bottom: 25px;
}

.login-succ h1 {
  font-size: 30px;
  background: -webkit-linear-gradient(180deg, #AC752F, #FDD29B 200%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

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

.login-succ a {
  padding: 8px 30px;
  background: linear-gradient(-90deg, rgba(172, 117, 47, 1) 0%, rgba(253, 210, 155, 1) 200%);
  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;
}

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

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

.influ-strip-2 form {
  display: flex;
  align-items: center;
  width: 100%;
}

.influ-search {
  width: 33%;
  flex-basis: 33%;
  margin-right: 10px;
}

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

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



.influ-search form label input {
width: 100%;
height: 30px;
position: relative;
background: transparent;
border: none;
padding: 10px 10px 10px 10px;
font-size: 13px;
outline: none;
}

.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%;
}*/
.influ-search {
  width: 100%;
  height: auto;
}

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

.influ-search label input {
  width: 100%;
  height: 30px;
  position: relative;
  background: transparent;
  border: none;
  padding: 10px 10px 10px 10px;
  font-size: 13px;
  outline: none;
  color: #fff;
}

.influ-search label input::placeholder {
  color: #fff;
}

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

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

.influ-btns {
  flex-basis: 75%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.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;
  display: -webkit-inline-box;
  justify-content: flex-end;
}

.influ-btn {
  background: transparent;
  display: block;
  border: 1px solid #fff;
  color: #fff !important;
  font-weight: 500;
  padding: 9px 12px;
  border-radius: 305px !important;
  font-size: 13px;
  outline: none;  /* border: none; */

  /* margin-left: 10px; */
  display: flex;
  cursor: pointer;
  align-items: center;
}

.influ-btn img {
  width: 15px;
  object-fit: contain;
  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: left;
  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: #fff;
  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;
}*/
.influ-btns form label {
  position: relative;
  margin: 0;
  z-index: 1;
  margin-left: 10px;
}

.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;
}

td.p-space {
  padding: 4px 10px !important;
}

.suspend {
  color: #F2994A
}

.Activate {
  color: #219653
}

.influ-search form label input[type="text"]::placeholder {
  color: #fff;
}

.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;
  white-space: nowrap;
}

.influ-table table {
  width: 100%;
  height: auto;
  text-align: center;
  box-shadow: 0px 0px 0px 0px #000;
}

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

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

.influ-table table tr th:last-child {

  /*  border-right: none;*/
}

.influ-table table tr td {
  border-right: 1px solid #1DD3BB;
  font-size: 13px;
  font-weight: 400;
  padding: 10px;
  border-bottom: 1px solid #1DD3BB;
}

.influ-table table tr td button {
  background: #219653;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  outline: none;
  border: none;
  text-transform: capitalize;
  padding: 10px 10px;
  width: 100%;
}

.influ-table table tr th:first-child {
  border-left: 1px solid #1DD3BB;  /* 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: 5px 25px;
  background: #000;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  border: none;
}

.influ-table table tr td:first-child {
  border-left: 1px solid #1DD3BB;  /* width: 80px; */
}

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

.influ-table table tr:nth-child(odd) td {
  background: rgba(27, 169, 230, 0.1);
}

.influ-table table tr td a {
  display: inline-block;
  margin: 0 4px;
}

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

.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;
}

.influ-pagi ul {
  padding: 0;
  margin: 0;
}

.influ-pagi ul li {
  list-style: none;
  display: inline-block;
  height: 35px;
  width: 35px;
  border: 1px solid #ccc;
  line-height: 30px;
  padding: 3px 5px;
}

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

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

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

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

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

/* ===== Scrollbar CSS ===== */

/* Firefox */

/** {
scrollbar-width: auto;
scrollbar-color: #1DD3BB #f0f0f0;
}


*::-webkit-scrollbar {
width: 13px;
height: 13px;
}

*::-webkit-scrollbar-track {
background: #f0f0f0;
border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
background-color: #1DD3BB;
border-radius: 10px;
border: 3px solid #f0f0f0;
}*/

/*search-dropdown*/

/* .dropdown-check-list {
display: inline-block;
} */

.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  padding: 8px 30px 8px 10px;
  border: 1px solid #fff;
  border-radius: 30px;
  margin-right: 10px;
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  padding: 3px;
  right: 10px;
  top: 31%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}

.dropdown-check-list ul.items {
  position: absolute;
  padding: 10px;
  text-align: left;
  display: none;
  width: 128px;
  background: #fff;
  margin: 1px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.dropdown-check-list ul.items li {
  list-style: none;
  margin: 8px 0px;
}

.dropdown-check-list.visible .anchor {
  color: #fff;
}

.dropdown-check-list.visible .items {
  display: block;
}

/*search-dropdown*/
.dropdown-check-list ul.items li input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
  float: right;
  margin-top: 4px;
}

.dropdown-check-list ul.items li input[type=checkbox]:before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 13px;
  color: transparent !important;
  background: #fef2e0;
  display: block;
  width: 17px;
  border-radius: 2px;
  height: 17px;
  border: 1px solid #1dd3bb;
  line-height: normal;
  padding: 0px 0px 0px 1px;
}

.dropdown-check-list ul.items li input[type=checkbox]:checked:before {
  color: #fff !important;
  background: #1DD3BB;
}

input.datebox {
  position: relative;
  cursor: pointer;
  color: #fff;
  font-weight: normal;
  background: transparent;
  font-size: 14px;
  display: inline-block;
  padding: 8px 0px 8px 10px;
  border: 1px solid #fff;
  border-radius: 30px;
  margin-right: 10px;
}

button.login_model {
  margin: auto;
  display: flex;
  background: #1DD3BB;
  border-radius: 10px;
  padding: 6px 30px;
  border: none;
  color: #fff;
}

.sign-succ .modal-dialog {
  max-width: 350px;
}

.sign-succ .modal-body {
  padding: 2.5rem 1rem;
}

.sign-succ .close {
  position: absolute;
  right: 20px;
  top: 10px;
}

.influ-btn select {
  background: transparent;
  border: none;
  color: #fff;
  outline: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
}

.influ-btn select option {
  color: #000;
}

.influ-date-pick input:first-child {
  background: transparent;
  width: 100px;
  text-align: left;
}

.influ-date-pick {
  padding: 8px 12px;
}

.influ-date-pick img {
  width: 15px;
  height: auto;
  object-fit: contain;
}

.influ-date-pick input:first-child::placeholder {
  color: #fff;
}

.table-responsive nav {
  background: transparent !important;
  display: flex !important;
  justify-content: center;
}

.table-responsive nav ul.pagination {
  margin-bottom: 0;
}

#category_model .modal-header {
  border-bottom: none;
  flex-direction: column-reverse;
  align-items: center;
}

#category_model .modal-header h4.modal-title {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  margin-bottom: 0;
}

#category_model .modal-dialog {
  max-width: 500px;
}

.modal-body form {
  display: flex;
  flex-direction: column;
}

#category_model .form-group {
  width: 100%;
}

input#category_name {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #1DD3BB;
  border-radius: 10px;
}

#category_model .form-group p {
  padding: 0;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #4F4F4F;
}

#category_model .modal-body form button {
  margin-left: 0 !important;
  margin-top: 10px;
  background: #1DD3BB;
  border: 1px solid #CED4DA;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  text-transform: capitalize;
}

.right-side-btns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.right-side-btns .quotes {
  margin-left: 0;
  margin-right: 0;
}

input.t_date_t {
  background: transparent;
  color: #fff;
  width: 90px;
}

input.t_date_t::placeholder {
  color: #fff;
}

.subcat-wrapp button.add_more {
  background: #1DD3BB;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-transform: capitalize;
}

input.t_date_1 {
  background: transparent;
  color: #fff;
  width: 90px;
}

input.t_date_1::placeholder {
  color: #fff;
}

#checkBoxes {
  display: none;
  border: none;
  position: absolute;
  width: max-content;
  right: 0;
  border-radius: 5px;
  background: #fff;
  padding: 10px;
  margin-top: 8px;
}

.checkBoxes label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.selectBox select {
  width: fit-content;
  background: transparent;
  font-weight: 400 !important;
  font-size: 13px;
  line-height: 17px;
  padding: 10px 30px 10px 15px;
  color: #FFFFFF;
  border: 0.919156px solid #FFFFFF;
  border-radius: 40px;
  appearance: none;
  background: url(../images/dropdown.png);
  background-size: 12px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.page-item.active .page-link {
  background-color: #1dd3bb;
  border-color: #1dd3bb;
}

input.t_date {
  background: transparent;
  color: #fff;
  width: 90px;
}

input.t_date::placeholder {
  color: #fff;
}

.logout-in img {
  width: 50px;
  margin-top: 30px;
}

.faq-btn {
  background: #1DD3BB;
  border-radius: 35px;
  border: none;
  outline: none;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  gap: 10px;
  color: #FFFFFF;
  margin-left: auto;
  align-items: center;
}

.faq-btn:hover, .faq-btn:focus {
  background: #1DD3BB;
  color: #FFFFFF;
  outline: none;
  box-shadow: none;
}

.faq-btn i {
  font-size: 20px;
}

.influ-strip_xyz .row.no-gutters {
  margin-bottom: 20px;
}

.accordion-wrap {
  margin-bottom: 10px;
  border: 0.729885px solid #1DD3BB;
  border-radius: 7.29885px;
  overflow: hidden;
  position: relative;
}

.accordion-wrap .panel {
  padding: 0 0px;
}

.accordion-wrap p {
  border: none;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  color: #333333;
}

.terms-btn {
  text-align: center;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.terms-btn button {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #1DD3BB;
  outline: none !important;
  box-shadow: none !important;
  background: #FFFFFF;
  border: 1px solid #1DD3BB;
  border-radius: 5px;
  padding: 10px 40px;
  cursor: pointer;
}

.terms-btn button:hover, .terms-btn button:focus {
  color: #1DD3BB;
  background: #FFFFFF;
  border: 1px solid #1DD3BB;
}

.terms-btn button.active {
  color: #fff;
  background: #1DD3BB;
  border: 1px solid #1DD3BB;
}

.right-btn {
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 10px;
  width: auto;
  height: auto;
  display: flex;
  gap: 15px;
}

.right-btn a {
  width: 16px;
  display: block;
}

.right-btn a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.faq_modal .modal-dialog {
  max-width: 520px;
}

.faq_modal .modal-header {
  display: flex;
  justify-content: center;
  padding: 2rem 0rem 1rem 0rem;
  position: relative;
  border: none;
}

.faq_modal .modal-header .close {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 99999;
}

.faq_modal .modal-body form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 2rem;
}

.faq_modal .from-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  margin-bottom: 20px;
}

.faq_modal .from-group label {
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #696969;
}

.faq_modal .from-group input[type="text"] {
  background: #FFFFFF;
  border: 1px solid #1DD3BB;
  border-radius: 10px;
  height: 40px;
  padding: 10px;
}

.faq_modal .modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0 20px 0;
  border: none;
}

.faq_modal .modal-footer button {
  background: #1DD3BB;
  border: 1px solid #CED4DA;
  border-radius: 5px;
  padding: 8px 40px;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-transform: capitalize;
}

.faq_modal .modal-footer button.active-non {
  background: #fff;
  border: 1px solid #1dd3bb;
  color: #1dd3bb;
}

.faq_modal .modal-footer button:hover, .faq_modal .modal-footer button:focus {
  background: #1DD3BB;
  border: 1px solid #CED4DA;
  color: #FFFFFF;
}

#faq_submit.faq_modal .modal-dialog {
  max-width: 420px;
}

.faq-modalbody {
  width: 100%;
  height: auto;
  text-align: center;
}

.faq-modalbody img {
  width: 60px;
  height: auto;
  object-fit: contain;
}

.faq-modalbody h1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  color: #000000;
  margin: 20px 0 20px 0;
}

.faq-modalbody p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #333333;
  padding: 20px 10px;
  padding-bottom: 0;
}

#myModal .modal-dialog {
  max-width: 360px;
  margin: 12.75rem auto;
}

.right-side-btns-scroll {
  width: 70%;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}

#theme-nav {
  overflow: visible !important;
}

.right-side-btns-scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.right-side-btns-scroll::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}

.right-side-btns-scroll::-webkit-scrollbar-thumb {
  background-color: #1DD3BB;
  border-radius: 10px;
  border: 3px solid #f0f0f0;
}

.right-side-btns-scroll .dropdown-btn {
  width: max-content;
}

.influ-table .table-responsive::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.influ-table .table-responsive::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}

.influ-table .table-responsive::-webkit-scrollbar-thumb {
  background-color: #1DD3BB;
  border-radius: 10px;
  border: 3px solid #f0f0f0;
}

.feedback-table {
  white-space: normal;
}

.feedback-table table tr td:nth-child(5) {
  width: 500px;
}

.contract-table {
  white-space: normal;
}

.contract-table table tr td:nth-child(6) {
  width: 500px;
}

.influ-btn-date i {
  margin-left: 10px;
  margin-right: 0;
}

.influ-btn-date input {
  text-align: left;
}

#checkBoxes label input[type=checkbox] {
  border-radius: 2px;
  appearance: none;
  background: transparent;
  border: 1px solid #9A9A9A;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

#checkBoxes label input[type=checkbox]:checked {
  background: url(../images/checkbox.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#checkBoxes label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  gap: 20px;
  padding: 5px 0 !important;
  border-bottom: 1px solid #D9D9D980;
}

#checkBoxes label:last-child {
  margin-bottom: 0px !important;
}

.container-togg {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.container-togg p {
  margin: 0;
}

.container-togg label.switch {
  margin: 0px 10px;
}

.modal-btn {
  text-align: center;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.modal-btn button {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #1DD3BB;
  outline: none !important;
  box-shadow: none !important;
  background: #FFFFFF;
  border: 1px solid #1DD3BB;
  border-radius: 5px;
  padding: 10px 40px;
  cursor: pointer;
}

.modal-btn button:hover, .modal-btn button:focus {
  color: #1DD3BB;
  background: #FFFFFF;
  border: 1px solid #1DD3BB;
}

.modal-btn button.active {
  color: #fff;
  background: #1DD3BB;
  border: 1px solid #1DD3BB;
}

.table-profile {
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
}

.table-profile img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

#cat-delete.faq_modal .modal-dialog {
  max-width: 450px;
}

#cat-delete.faq_modal .modal-header {
  display: flex;
  justify-content: center;
  padding: 0rem 0rem 1rem 0rem;
  position: relative;
  border: none;
}

#subcat-delete.faq_modal .modal-dialog {
  max-width: 450px;
}

#subcat-delete.faq_modal .modal-header {
  display: flex;
  justify-content: center;
  padding: 0rem 0rem 1rem 0rem;
  position: relative;
  border: none;
}

.sub-cat label button {
  background: none;
  outline: none;
  border: none;
  width: 18px;
  margin-right: 8px;
}

.sub_category_2 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sub_category_6 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

#card-popup.faq_modal .modal-header {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}

#card-popup.faq_modal .modal-dialog {
  max-width: 700px;
}

#card-popup .faq-modalbody h1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  color: #000000;
  margin: 30px 0 20px 0;
}

.card-inner-wrap {
  width: 100%;
  height: auto;
  margin: 40px 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
}

.card-inner {
  width: 45%;
  background: linear-gradient(180deg, #3887FC 0%, #024FC7 100%);
  border-radius: 20px;
  padding: 20px;
}

.card-inner img {
  width: 50px;
  object-fit: contain;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.card-inner form {
  padding: 0 !important;
}

.card-inner form label.card-inner-number {
  width: 100%;
  margin-bottom: 20px !important;
}

.card-inner form label.card-inner-number input[type="text"] {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
}

.card-inner form p {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #FFFFFF !important;
  width: 100%;
  padding: 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.card-inner form label.card-inner-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.card-inner form label.card-inner-bottom input[type="text"] {
  width: 50%;
  font-weight: 400;
  background: transparent;
  outline: none;
  font-size: 14px;
  border: none;
  color: #FFFFFF;
}

.card-inner form label.card-inner-bottom input[type="text"]:last-child {
  text-align: right;
}

.influ-table table tr td a.card-pop {
  color: #828282;
}

#bank-popup.faq_modal .modal-header {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}

.bank-inner-wrap {
  width: 90%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.bank-inner {
  width: 100%;
  padding: 20px;
  background: linear-gradient(180deg, #0168BF 0%, #1BA9E6 100%);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.bank-inner i {
  position: absolute;
  right: -10px;
  width: 30px;
  height: 30px;
  top: -10px;
}

.bank-inner i a {
  display: block;
}

.bank-inner i a img {
  width: 100%;
}

.bank-inner form {
  width: auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
}

#bank-popup.faq_modal .modal-body form p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: left;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
  margin-bottom: 10px;
}

.bank-inner form label.bank-inner-number input[type="text"] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  background: transparent;
  outline: none;
  border: none;
}

input#val_search {
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 4px 30px 4px 4px;
  width: 170px;
  background: url(../images/search-icon.png);
  background-color: #fff;
  background-size: 18px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  font-size: 14px;
}
