:root {
  --general-secondary-color: #f0f3f9; /* Default value */
  --bg-white-color: #ffffff; /* Default value */
  --general-white-color: #ffffff;
  --general-success: #009a29;
  --general-error: #f04248;
  --gray-gray-50: #e6e7e8;
  --gray-gray-100: #b3b3b6;
  --gray-gray-200: #8e8e93;
  --gray-gray-300: #5a5b62;
  --gray-gray-400: #3a3b43;
  --gray-gray-500: #090a14;
  --gray-gray-600: #040408;
  --blue-blue-100: #e8f1fe;
  --blue-blue-200: #b8d5fb;
  --blue-blue-300: #95c0f9;
  --blue-blue-400: #65a4f6;
  --blue-blue-500: #1977f2;
  --blue-blue-600: #17c6d6;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(111, 133, 147, 0.1);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(58, 109, 142, 0.525);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(87, 128, 154, 0.1);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html * {
  font-family: "Inter-Regular";
}
body,
html {
  height: 100%;
  font-family: "Inter-Regular";
  background-color: var(--general-white-color);
}
img {
  object-fit: cover;
}
div#root {
  height: 100%;
}

input:focus {
  border: 1px solid #6c25ff;
}

.grey_100 {
  color: var(--gray-gray-100);
}

/* .filterBtn {
  cursor: pointer;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 8px;
  padding-top: 8px;
  border: none;
  color: #ffffff;
  background-color: #201e43;
  background-color: transparent;
  margin-right: 16px;
  border-radius: 8px;
} */

.custom-input-text {
  background-color: var(--general-secondary-color) !important;
}
.update_input_text {
  background-color: var(--general-white-color) !important;
}
.update_input_text_credit {
  background-color: var(--general-white-color) !important;
  max-width: 200px;
}

.de-active-bc {
  cursor: pointer;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 8px;
  padding-top: 8px;
  border: none;
  color: var(--gray-gray-300);
  background-color: var(--general-secondary-color);

  margin-right: 16px;
  border-radius: 8px;
}

.active-bc {
  color: var(--gray-gray-500);
  background-color: var(--general-secondary-color);
  cursor: pointer;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 8px;
  padding-top: 8px;
  border: none;

  margin-right: 16px;
  border-radius: 8px;
}

.error {
  font-size: 13px;
  color: #d0342c;
  margin-top: 6px;
  line-height: 15.6px;
  font-weight: 400;
  text-align: left;
}
.verifyClass {
  position: absolute;
  z-index: 1;
  top: 19px;
  right: 16px;
  bottom: 17px;
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}

.verify-email-full {
  position: absolute;
  z-index: 1;

  top: 104px;
  right: 60px;
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}

.transaction-csv-btn .primary-cta:hover .button-text {
  color: black !important;
}
.influencer-csv-btn .primary-cta:hover .button-text {
  color: black !important;
}

.primary-cta:hover .button-text {
  color: var(--bg-white-color) !important;
}
/* Login Screen Start */
.main-container {
  flex: 1;
}
.text-screen-container {
  padding: 20px;

  color: var(--gray-gray-500);
}
.text-screen-container h3 {
  margin-top: 20px;
}
/* do not group these rules */
*::-webkit-input-placeholder {
  color: #b3b3b3;
}
*:-moz-placeholder {
  /* FF 4-18 */
  color: #b3b3b3;
  opacity: 1;
}
*::-moz-placeholder {
  /* FF 19+ */
  color: #b3b3b3;
  opacity: 1;
}
*:-ms-input-placeholder {
  /* IE 10+ */
  color: #b3b3b3;
}
*::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b3b3b3;
}
*::placeholder {
  /* modern browser */
  color: #b3b3b3;
}
.red {
  background-color: red;
}
RadioButton {
  background-color: red;
}
.inner-container {
  display: flex;
  letter-spacing: 1px;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  max-width: 370px;
  margin-left: 136px;
  margin-top: 156px;
}
.h-center {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.content-container {
  display: flex;
  width: 100%;
}

.auth-left-container {
  background-color: var(--general-white-color);
  flex: 1;
}

.inner-left-container {
  margin-top: 160px;
  /*margin-left: 195px;
  margin-right: 76px;*/
  display: flex;
  justify-content: center;
}
.inner-left-container-forget {
  margin-top: 100px;
  /*margin-left: 195px;
  margin-right: 76px;*/
  display: flex;
  justify-content: center;
}
.inner-left-container-bind {
  padding-left: 10px;
  padding-right: 10px;
}

.right-image {
  margin-top: 50px;
  margin-left: 70px;
  margin-right: 70px;
  object-fit: contain;
}

.auth-right-container {
  background-color: var(--bg-white-color);
}

.auth-left-container {
  background-color: #090a14;
  flex: 0.5;
}

.auth-inner-login-container {
  margin-left: 32px;

  margin-bottom: 30px;
}

.auth-left-container h5 {
  margin-top: 70px;
  margin-bottom: 16px;
}
.auth-left-container p {
  padding-right: 32px;
}

.logo {
  margin-top: 32px;
}

.forgot-password {
  display: flex;
  justify-content: end;
}
.signup-login-text {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.shift-signup {
  width: 180px;
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}
/* Login Screen End */

/* SignUp Screen Start */

.content-sign-container {
  display: flex;
  width: 100%;
}

.auth-left-sign-container {
  flex: 0.5;
  background-color: var(--gray-gray-500);
}

.auth-right-sign-container {
  background-color: var(--bg-white-color);
  flex: 0.5;
}
.auth-left-sign-inner {
  margin-top: 70px;
  margin-left: 32px;
}
.auth-left-sign-inner h5 {
  margin-bottom: 16px;
}

.sign-up-text-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 8px;
  padding-right: 32px;
  align-items: center;
}

.react-datepicker-popper {
  z-index: 100 !important;
}

.inner-sign-left {
  margin-top: 20px;
  /* margin-left: 164px;
  margin-right: 107px; */
  display: flex;
  justify-content: center;
}

.sign-img-right {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 66px;
  margin-right: 66px;
  object-fit: contain;
}

.brand-page-container {
  background-color: var(--general-white-color);
  justify-content: center;
  align-items: center;

  display: flex;
}

.sign-up-inner-container {
  background-color: #ffffff;
  width: 340px;
  margin-top: 20px;
  margin-bottom: 20px;
  /*height: 480px;*/
  padding: 30px;
  display: flex;
  letter-spacing: 1px;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
}

.shift-login {
  width: 160px;
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}

/* SignUp Screen End */

/* reset password  start*/

.inner-reset-password {
  margin-top: 150px;
  margin-left: 164px;
  margin-right: 107px;
}

.company-option {
  padding: 25px;
  background-color: #fff;
  color: #333333;
}

.drop-down {
  padding: 25px;
  background-color: #fff;
  color: #333333;
}

.reset-back {
  cursor: pointer;
  margin-left: 1px;
  margin-right: 19px;
  margin-top: 28px;
}

/* reset password  end*/

/* verify email start */

.inner-verify-email {
  margin-top: 157px;
  margin-left: 164px;
  margin-right: 107px;
  margin-bottom: 312px;
}

.otp-box {
  height: 54px;
  width: 54px;
  border-radius: 8px;
  border: 1px solid #4a4a4a;
  background: #271f3d;
}

.resent-email {
  display: flex;
  flex-direction: row;
  /* width: 300px; */
  gap: 20px;
}

/* verify email end */

/*Onboard screen 2 start */
.onboard-inner-container {
  background-color: #ffffff;
  width: 400px;
  /*height: 480px;*/
  padding: 64px 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 4px;
}

/*Onboard screen 2 End */

/* dashboard campaigna listing screen start */

.campaign-text-heading {
  margin-top: 16px;
  margin-left: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  margin-right: 25px;
}
.setting_text_heading {
  margin-top: 10px;
  margin-left: 32px;
}
/* .campaign-text-heading {
  margin-top: 10px;
  margin-left: 32px;
  margin-bottom: 10px;
} */
.campaign-text-heading-user {
  margin-top: 40px;
  margin-left: 32px;
}

.page-container {
  background: var(--general-white-color);
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  width: 98%;
  margin-top: 82px;
}
.page-container-campaignList {
  background: var(--general-white-color);
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  width: 100%;
  margin-top: 82px;
}
.page-container-scriptList {
  background: var(--general-white-color);
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  margin-top: 82px;
  margin-left: 30px;
  align-items: center;
}
.create-script-container {
  display: flex;
  flex-direction: column;
  background-color: #f0f3f9;
  padding: 20px;
  border-radius: 8px;
}
.script-submit-button {
}
.page-container-campaignList-content {
  background: var(--general-white-color);
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  margin-left: 20px;
  margin-top: 82px;
}

.internal-page-container {
  background: #ffffff;
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  margin-top: 82px;
}
.internal-modal-page-container {
  background: #ffffff;
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  margin-top: 30px;
  overflow: auto;
}
.internal-modal-page-container-modal {
  background: #ffffff;
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;

  overflow: auto;
}
.internal-message-page-container {
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  margin-top: 82px;
}

.member-invite-main-screen {
  background: #161023;
  opacity: 1;
  display: flex;
  flex-direction: column;
  margin-top: 120px;
}

.campaign-list-maincontainer {
  flex-direction: column;
  position: relative;
  margin-left: 203px;
  overflow: auto;
  padding: 20px;
  width: 100%;
  /* z-index: 1; */
  padding-bottom: 20px;
}

.Campaign-list {
  border: 1px solid var(--general-secondary-color);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  gap: 7px;
  border-radius: 8px;
  cursor: pointer;
  align-items: center;
}
.campaign-list-contract {
  margin-top: 10px;
  background-color: var(--general-white-color);
  margin-bottom: 20px;
}
.Campaign-list-data {
  min-width: 100px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.campaign-list-profile {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.Campaign-list-data-profile {
  /* padding-left: 68px; */
  /* margin-right: 16px; */
  display: flex;
}
.campaign-list-data {
  display: flex;
  width: 100px;
  align-items: center;
}

/* .customHeader{
  height:50px;
  width:inherit;
  outline: 1px solid #ccc;
  padding-left: 15px;
  padding-right:15px ;
  padding-top: 8px;
  padding-bottom: 8px;
} */

/* .bottom-div{
 bottom: 0;
 height: 50px;
}
.menu-triger{
  position: absolute;
  display: flex;
  flex-direction: row;
  padding: 20px;
  width: inherit;
  border-top: 1px solid #ccc ;
  bottom: 0px;
} */

/*dashboard start */
.background-color-primary {
  background-color: #161023;
}
.dashboard-container {
  display: flex;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: auto;
}
.main-screen {
  flex: 1;
  background-color: var(--general-white-color);
  display: flex;
  flex-direction: column;
  margin-left: 80px;
  width: 100%;
}
.dashboard-maincontainer {
  display: flex;
  flex-direction: column;
  margin-left: 32px;
  margin-right: 32px;
  position: relative;

  z-index: 1;
  margin-top: 80px;
  padding-bottom: 20px;
  padding-top: 25px;
}

.dashboard-header {
  margin-right: 31px;
  margin-left: 31px;
  margin-top: 16px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.campaignlist-header {
  margin-left: 20px;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}

.space-list {
  margin-left: 18px;
  margin-right: 16px;
  margin-bottom: 20px;
}

.dashboard-maincontainer .top-container1 {
  display: flex;
  margin-top: 22px;
}

.dashboard-maincontainer .top-container2 {
  display: flex;
  margin-top: 22px;
  overflow-x: auto;
  width: 100%;
}

.dashboard-maincontainer .top-container3 {
  display: flex;
  margin-top: 24px;
}
.heading-top-container {
  margin-top: 22px;
  letter-spacing: 0.08px;
  display: flex;
  flex-direction: row;
}
.dashboard-maincontainer .rectangle {
  margin-right: 18px;
}

.fallback {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  /* margin-left: 350px; */
}

.header {
  background: var(--general-white-color);
  position: fixed;
  left: 0;
  right: 0;
  padding: 12px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
  box-shadow: 0 2px 4px -1px rgba(57, 76, 96, 0.15);
}

.header-left {
  margin-left: 0px;
}

.header-logo {
  min-width: 216px;
}

.header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.search-bar {
  height: 48px;
  min-width: 400x;
  max-width: 583px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: var(--general-secondary-color);
  border: 1px solid var(--gray-gray-50);
}
.search-bar > input:focus {
  border: none;
}

.search-campaign {
  background-color: var(--general-secondary-color);
  color: var(--gray-gray-500);
  font-size: 16px;
  border: none;
  outline: none;
  padding-right: 150px;
}

.search-filter-icon {
  height: 20px;
  width: 20px;
  padding-right: 22px;
  margin-left: 8px;
}

.search-icon {
  height: 20px;
  width: 20px;
  margin-left: 16px;
  margin-right: 8px;
  cursor: pointer;
}
.profile {
  margin-left: 32px;
  display: flex;
  flex-direction: row;
}

.profile-pic {
  margin-right: 4px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  cursor: pointer;
  object-fit: cover;
}

.credit-modal-box-icon {
  margin: 0px 20px;
  cursor: pointer;
}

.icon_down_dir {
  display: none;
}

.profile-data {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  cursor: pointer;
  /* min-width: 80px; */
  /* max-width: 122px; */
}

.profile-name {
  width: 120px;
  /* text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; */
}

.profile-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 170px;
}
.notification {
  cursor: pointer;

  margin-left: 40px;
}

.wizard-main-class {
  width: 100%;
}

.close-icon-brand-list {
  cursor: pointer;
  margin-left: 262px;
}

/* .menu-item{
 color: #000000;
 text-decoration: none;
 font-size: 19px;
 display: block;
 letter-spacing: 0px;
 opacity: .7;
 cursor: pointer;
}

.menu-item :active{
    opacity: 1;
    color: #080404;
    text-decoration: none;
    font-size: 20px;
 }
 .active{
  opacity: 1;
  color: #080404;
  text-decoration: none;
  font-size: 20px;
 }

 .menu-icon{
  display: inline-block;
  line-height: 40px;
  padding-right: 10px;
}
 .menu-item span{
  position: absolute;
  display: inline-block;
  line-height: 40px;
} */

.below-box {
  align-items: center;
  width: 428px;
  height: 53px;
  background: #d4bfff34 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 10px 10px;
  opacity: 1;
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.p-10 {
  padding: 10px;
}

.campaign-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.circle {
  display: flex;
  width: 44px;
  height: 45px;
  background-color: #d8d6d6;
  border-radius: 50%;
  margin-right: 8px;
}
.searchWrapper {
  border-radius: 2px !important;
  min-height: 22px !important;
  padding: 8px !important;
  position: relative;
  background: var(--base-white, #fff);
  border-radius: 4px;
  border-width: 0px !important;
  cursor: pointer;
  max-width: 345px;
  max-height: 49px;
  overflow: auto;
  margin-top: 3px;
  margin-bottom: 3px;
}
.width-120 {
  width: 120px !important;
}
/*dashboard End */
/* dashboard list filter start  */

.filter-wrapper {
  display: flex;
  gap: 10px;
}

.counter-btn {
  padding: 14px 46px !important;
  margin-right: 25px;
}
.collection-create-btn {
  padding: 12px 46px !important;
  margin-right: 10px;
}
.collection-create-btn-2 {
  padding: 14px 46px !important;
  margin-right: 10px;
  width: 160px;
}

.custom-text-offer {
  background-color: var(--general-white-color) !important;
  border: 1px solid var(--gray-gray-400);
}
.bid-counter-header {
  border-bottom: 1px solid var(--gray-gray-50);
}
.filter-icon {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #201e438c;
  padding: 8px 8px 8px 8px;
  border-radius: 6px;
}

.filter-text {
  margin-left: 6px;
  color: #fff;
}
/* dashboard list filter end */

/* Create Campaign start */
.label-wizard-border {
  border: 1px solid var(--gray-gray-500);
}
label-wizard {
  color: var(--gray-gray-500);
}
.createWidthSize {
  width: 702px;
}

.react-datepicker-size {
  height: 42px;
  width: 100%;
  border: 1px solid var(--gray-gray-50);
  padding-left: 2%;
  color: var(--gray-gray-500);
  border-radius: 5px;
}
.react-datepicker-size-assignment {
  height: 42px;
  width: 91%;
  border: 1px solid var(--gray-gray-50);
  padding-left: 3%;
  color: var(--gray-gray-500);
  border-radius: 5px;
}
.react-datepicker-size:focus-visible {
  outline: var(--gray-gray-50);
  border: 1px solid var(--gray-gray-50);
}

/* .searchBox {
  border: 1px solid #6c25ff;
  border-color: red;
  border-radius: 4px;
  min-height: 22px;
 padding: 8px; 
  position: relative;
} */

/* Create Campaign End */

/* social media card start */
.custom-toggle {
}

.react-toggle--focus .react-toggle-thumb {
  box-shadow: none;
}

.custom-toggle .react-toggle-track {
  background-color: #efefef;
}

.react-toggle--checked .react-toggle-track {
  background-color: #2de200;
}
.custom-toggle .react-toggle-track:active {
  background: none;
}

.custom-toggle .react-toggle-thumb {
  border: none;
  filter: drop-shadow(2px 1px 6px rgba(0, 0, 0, 0.25));
}

.custom-toggle .react-toggle-thumb {
  background-color: #fff;
  box-shadow: none;
}

.react-toggle--focus .react-toggle-thumb {
  box-shadow: none !important;
}
.react-toggle-thumb {
  border-width: 0 !important;
}
.react-toggle-track:hover {
  background-color: #efefef;
}

.social-media-container {
  padding: 8px 16px 8px 16px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px 4px 4px 4px;
}
.social-platform-name {
  width: 106px;
}
.toggleBtn {
  background-color: #ffffff;
}

.instagram {
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-media-dropdown {
  background: none;
  border: none;
  cursor: pointer;
}
.Social-media-dropDown-screen {
  display: grid;
  padding-top: 5px;
  grid-template-columns: 1fr auto;

  border-radius: 0 0 4px 4px;
  background: #fff;
  margin-top: -3px;
}

.social-media-post {
  width: 290px;
  margin: 8px;
  display: flex;
  padding: 8px 10px;
  align-items: center;
  /* gap: 16px; */
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #b2b1b9;
  background: var(--base-white, #fff);
}

.social-media-post-name {
  width: 263px;
}
.social-checkbox {
}

.social-checkbox

/* social media card end */

/* checkbox start */

.checkbox-container {
  margin-top: 500px;
  margin-right: 10px;
  margin-bottom: 4px;
}

.custom-checkbox {
  margin-right: 10px;
  margin-bottom: 4px;
  position: relative;
  display: inline-block;
}

.custom-checkbox span {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-checkbox input[type="checkbox"] {
  visibility: hidden;
}

.custom-checkbox input[type="checkbox"]:checked + span {
  background-color: #039855;
  border-color: #039855;
}

.custom-checkbox span:after {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  left: 4px;
  opacity: 0;
}

.custom-checkbox input[type="checkbox"]:checked + span:after {
  opacity: 1;
}

/* checkbox end */

/* create-campaign-start */
.create-campaign-wrapper {
}

.create-campaign-wizard-container {
  background-color: var(--general-secondary-color);
  /* padding-left: 110px;
  padding-right: 110px; */
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.label-cursor {
  cursor: pointer;
}

.type-campaign-container {
  display: flex;

  justify-content: center;
  gap: 20px;
  padding-left: 97px;
  padding-right: 97px;
}

.type-media {
  background-color: #ffffff;
  padding-left: 8px;
  border: 5px solid #fff;
  /* border-radius: 0 0 8px 8px; */
  text-align: start;
  margin-top: 0;
}

.type-content {
  background-color: #ffffff;
  padding-bottom: 32px;
  padding-top: 27px;
  border-radius: 0 0 8px 8px;
  text-align: center;
  width: 474px;
  margin-bottom: 0;
}

/* .divide-line {
  margin-top: 40px;
  height: 0.5px;
  background: #54545f;
  margin-bottom: 24px;
  margin-left: -5px;
  margin-right: -5px;
} */

.divide-line2 {
  margin-top: 40px;
  height: 0.5px;
  background: #54545f;
  margin-bottom: 24px;
  /* margin-left: -140px;
  margin-right: -140px; */
}

.upload-content {
  background-color: #fff;
  width: 735px;
  height: 202px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 1px;
}

/* create-campaign-end */
/* stepper start */

.custom-stepper button {
  /* background-color: #1c1835;
  border-color: #ffffff;
  border: 2px; */
}
.custom-step {
  background-color: #1c1835;
  border-color: #ffffff;
  border: 2px;
}
.custom-step {
  display: flex;
  flex-direction: row; /* Set flex direction to row */
  align-items: center; /* Align items in the center */
  /* padding: 8px 16px; */
  border-radius: 4px;
  background-color: #ffffff; /* Change the background color of the Step labels */
}
/* stepper end */
/* Campaigns Details Start */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.detial-input {
  padding-right: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  border: 4px;
  border-radius: 4px;
  margin-right: 8px;
  width: 292px;
  border: none;
  outline: none;
  margin: 10px 16px;
  /* border: #ffffff;
  outline: #ffffff; */
}

.textAreaCampaign {
  width: 702;
}

.create-campaign-container {
  /* display: flex;
  flex-direction: column;
  align-items: center; */
}

.primary-cta:hover {
  background-color: var(--blue-blue-500) !important;
}

.primary-cta:hover .button-text {
  color: var(--bg-white-color);
}
.primary-cta:disabled {
  background-color: var(--gray-gray-100) !important;
}

.Label-0-2-9 {
  color: var(--gray-gray-500);
  margin-top: 0 !important;
}
.LabelContainer-0-2-8 {
  width: auto !important;
  margin-left: 10px;
}
.StepMain-0-2-3 {
  flex-direction: row !important;
}
.ConnectorContainer-0-2-14 {
  display: none;
}
.type-campaign {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  /* width: 430px; */
  overflow: hidden;
  border: 2px solid transparent;
  padding: 27px 16px 27px 16px;
}
.type-campaign-active {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  /* width: 430px; */
  overflow: hidden;
  border: 2px solid var(--blue-blue-500);
  padding: 27px 16px 27px 16px;
}

/* input[type="radio"] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: none;
  border: 3px solid white;


} */
.dropdown-button-list:nth-child(1) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dropdown-button-list:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.typeCampaign_radioBtn {
  position: absolute;
  top: 22px;
  right: 20px;
}
.typeCampaign_radioBtn:focus {
  /* border-color: 2px solid #fff !important; */
  /* border: none !important; */
  border: #fff !important;
}
.typeCampaign_radioBtn:active {
  border: #fff !important;
}

.typeCampaign_radioBtn2 {
  position: absolute;
  top: 20px;
  right: 20px;
}

.typeCampaign_radioBtn2:focus {
  border: #fff !important;
}

/* input[type="radio"]:before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  background: #fff;
} */

/* input[type="radio"]:checked {
  border-color: #fff;
} */

/* .kBhHpT {
  display: none;
}
.gnaqej {
  display: none;
}
.gnaqej > .svg {
  display: none;
} */
.type-content {
  position: relative;
  bottom: 6px;
  background-color: #ffffff;
  padding-bottom: 32px;
  /* padding-left: 20px; */
  padding-top: 27px;
  /* padding-right: 20px; */
  border-radius: 0 0 8px 8px;
  text-align: center;
  width: 474px;
}

.divide-line {
  margin-top: 40px;
  height: 0.5px;
  background: #54545f;
  margin-bottom: 24px;
  /* margin-left: -5px;
  margin-right: -5px; */
}
hr {
  margin-left: -110px;
  margin-right: -110px;
  background: #54545f;
}
.type-campaign-btn {
  display: flex;
  gap: 16px;
  justify-content: end;
  margin-top: 24px;
  padding: 20px;
  padding-bottom: 40px;
}

.react-toggle-thumb {
  box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.25);
}

/* .upload-content {
  background-color: #fff;
  width: 702px;
  height: 202px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
} */

.campaign-detail-textArea {
  margin-top: 16px;
}

/* create-campaign-end */
/* stepper start */

.custom-stepper button {
  /* background-color: #1c1835;
  border-color: #ffffff;
  border: 2px; */
}

.custom-step {
  background-color: #1c1835;
  border-color: #ffffff;
  border: 2px;
}
.custom-step {
  display: flex;
  flex-direction: row; /* Set flex direction to row */
  align-items: center; /* Align items in the center */
  /* padding: 8px 16px; */
  border-radius: 4px;
  background-color: #ffffff; /* Change the background color of the Step labels */
}
/* stepper end */
/* Campaigns Details Start */

.detial-input {
  padding-right: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  border: 4px;
  border-radius: 4px;
  margin-right: 8px;
  width: 292px;
  border: none;
  outline: none;
  margin: 10px 16px;
}

.textAreaCampaign {
  width: 702;
}
.button-container {
  background-color: #ffffff;
  height: 80px;
  display: flex;
  padding: 16px 27px 16px 27px;
}
.button-box {
  /* height: 80px; */
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100vw;
}
button.cancel-contract {
  width: 164px;
  height: 48px;
  margin-top: 16px;
  background-color: #ffffff;
  border: 1px solid #b3b3b6;
  font-weight: 600;
  color: #b3b3b6;
  font-size: 13px;
  border-radius: 4px;
}
button.set-reminder {
  height: 48px;
  width: 164px;
  margin-top: 16px;
  background-color: #090a14;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  margin-left: 10px;
}
button.primary-cta.Reminder-send {
  width: 164px;
  height: 48px !important;
  margin-top: 16px;
  margin-left: 10px;
}
.contract-cancel {
  width: 338px;
  height: 48px;
  margin-top: 16px;
  padding: 0px !important;
  border: 1px solid #b3b3b6 !important;
  /* color: #b3b3b6 !important; */
  margin-left: 10px;
  margin-bottom: 16px;
  background: #ffffff !important;
}
button.confirm-btn {
  width: 168px;
  height: 48px;
  background-color: #ffffff;
  color: #f04248;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #f04248;
  border-radius: 4px;
  cursor: pointer;
}

.confirm-btn-bid {
  width: 100px;
  height: 40px;
  background-color: #ffffff;
  color: var(--gray-gray-100);
  font-size: 13px;
  font-weight: 600;
  border: 1px solid var(--gray-gray-100);
  border-radius: 4px;
  cursor: pointer;
}
.grey_100 {
  color: var(--gray-gray-100);
}

.final-rating {
  background-color: #ffff;
  margin-left: 34px;
  margin-right: 8px;
  border-radius: 4px;
}
button.keep-contract {
  width: 168px;
  height: 48px;
  margin-left: 32px;
  background-color: #090a14;
  color: #ffffff;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: 0;
}
h2.cancel-text {
  color: #3a3b43;
  font-weight: 600;
  font-size: 24px;
  padding-top: 50px;
}
p.cancel-request {
  color: #3a3b43;
  font-size: 16px;
  font-weight: 400;
  padding-top: 12px;
}
.rating-star {
  background-color: #ffffff;
  /* width: 332px; */
  margin-bottom: 17px;
  margin-left: 41px;
  border-radius: 4px;
  margin-right: 17px;
  margin-top: 16px;
}
p.rating-para {
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  color: #8e8e93 !important;
  padding-top: 16px;

  /* width: 300px; */
}
.rating-icon {
  text-align: center;
  padding-top: 16px;
}
p.name-rating {
  text-align: center;
  font-size: 16px !important;
  font-weight: 600;
  color: #3a3b43 !important;
  /* width: 300px; */
  padding-top: 8px;
  /* padding-left: 67px; */
}

button.primary-cta.submit-rating {
  text-align: center !important;
  width: 164px !important;
  height: 48px !important;
  margin-left: 63px;
  background-color: #b3b3b6 !important;
  margin-top: 32px;
  margin-bottom: 25px;
}

button.primary-cta.submit-rating-after {
  text-align: center !important;
  width: 164px !important;
  height: 48px !important;
  margin-left: 93px;
  margin-top: 32px;
  margin-bottom: 25px;
  margin-left: 74px;
}
.confirm-cancelliation {
  padding-top: 32px;
}
.create-campaign-detail-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
}
.create-script-detail-page {
  display: flex;
  flex-direction: column;
}
.date-picker {
  width: 335px;
}

.details-text-area {
  background-color: #ffffff;
  border-radius: 4px;
  color: #090a14;
  width: 735px;
  min-height: 150px;
}

.product-category-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  row-gap: 16px;
  width: 700px;
  column-gap: 12px;
}
/* button.primary-cta.submit-rating {
  border-radius: 4px;
    max-width: 369px;
    width: 164px;
    height: 30px;
    text-align: center;
    padding: 15px 48px;
    outline: none;
    border: 0px;
    user-select: none;
    cursor: pointer;
    background: var(--gray-gray-500);
    height: 50px;
    box-shadow: none;
} */

.before_selected_image {
  border: 2px solid transparent;
}
.searchBox:focus {
  border: none !important;
}
/* .searchBox {
  width: 320px;
  height: 30px;
  background-image: url("../assets/images/dropdown_black.png");
  background-repeat: no-repeat;
  background-position: right;
} */

.selected_image {
  border: 2px solid #f55879;
  cursor: pointer;
}

.category-image {
  border: 2px solid transparent;
  cursor: pointer;
}

.chip .singleChip {
  padding: 0px;
}
.searchWrapper > span {
  padding: 0px;
  margin-right: 0px;
}
#css_custom {
  /* background-color: white;
  border-radius: 4px; */
  background-image: url(./../assets/images/ic_dropdown.jpg);
  background-repeat: no-repeat;
  background-position: 300px;

  /* margin-right: 16px; */
}

/* #css_custom1 {
  background-color: white;
  border-radius: 4px;
} */

.rb-tabs {
  font-family: "Ubuntu-Regular";
}

.tabs {
  margin-bottom: 16px;
}
.tabBox {
  min-width: 160px;
  padding: 20px 47px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff 0% 0% no-repeat padding-box;

  margin-right: 5px;

  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.rb-tabs .rb-tabs-header .rb-tabs-active-item {
  height: 0px !important;
}

.rb-tabs .tabs .active {
  background-color: #6c25ff;
  color: white;
  opacity: 1;
}

.campaign-detail-card {
  display: flex;
  /* min-width: 400px; */
  /* gap: 6px; */
  justify-content: space-between;
}

.detail-page-inner-card {
  display: flex;
}
.deliverables-page-inner-card {
  display: flex;
  gap: 6px;
  align-items: center;
}
.product-sample-main {
  position: relative;
  display: flex;
  gap: 20px;
  cursor: pointer;
}

.content-payout {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.analytics-container {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.analytics-container-main {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.deliverables-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
  row-gap: 12px;
  /* min-width: 568px; */
}

.w-195 {
  /* margin-right: 195px; */
  min-width: 195px;
}

.campaign-detail-container {
  /* background-color: #f0f3f9; */
  margin-left: 21px;
  padding-left: 24px;
  border-radius: 8px;
  padding-right: 24px;
  margin-right: 24px;
  padding-bottom: 50px;
  border: 1px solid var(--gray-gray-50);
}
.gOETxV {
  padding-right: 20px !important;
}
.proposal-detail-container {
  /* background-color: #f0f3f9; */
  margin-left: 21px;
  border: 1px solid var(--gray-gray-50);
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;

  margin-right: 24px;
  padding-bottom: 50px;
}
.brand_detail_container {
  background-color: #f0f3f9;
  margin-left: 21px;
  margin-top: 16px;

  border-radius: 8px;
  padding-right: 24px;
  margin-right: 24px;
  padding-bottom: 50px;
}

.campaign-detail-btn-tabs {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-top: 20px;
  cursor: pointer;
}

.campaign-detail-tab-header > .active {
  border-bottom: 2px solid #1878f3;
  color: #1878f3;
}

.campaign-detail-upper-container {
  display: flex;
  justify-content: space-between;
  /* padding-left: 40px; */
  /* padding-top: 32px; */

  border-bottom: 1px solid var(--gray-gray-50);
}
.brand_detail_upper_container {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  border-bottom: 1px solid #54545f;
}

.campaign-detail-tab-header {
  justify-content: flex-start;
  display: flex;
  gap: 24px;
  color: var(--gray-gray-200);
}

.campaign-detail-data-screen {
  display: flex;
  justify-content: space-around;
  align-items: start;
  flex: 1;
}

.left-side-detail {
  flex: 0.6;
  border-right: 1px solid var(--gray-gray-50);
  padding-right: 10px;
  margin-right: 10px;
}

.right-side-detail {
  flex: 0.5;
}
.right-side-detail-contract {
  flex: 0.4;
  margin-top: 24px;
}

.sc-dkzDqf.gZWIKX.rdt_TableHeadRow {
  border-bottom-color: #424158;
}

.instruction-text {
  font-size: 15px;
  color: var(--gray-gray-500);
  line-height: 1.6;
}

.see-more-text {
  color: #a6a5b4;
  cursor: pointer;
}

/* .rb-tabs-active-item {
  height: 2px;
  background-color: #6C25FF;
  bottom: 0;
  transition: all .3s cubic-bezier(.4,0,.2,1) 0ms;
  will-change: left,width;
} */
/*Campaigns Details End */

/* vertical tabs start */

.react-tabs {
  /* margin-left: 36px; */
  width: 100%;
  /* border: 1px solid #3c3e43; */
  color: white;
}
.rb-tabs .rb-tabs-header .rb-tabs-items {
  border-width: 0px !important;
}

.react-tabs__tab-list {
  display: flex;
  flex-direction: column;
  width: 220px;
  margin: 0 20px 0 0;
  padding: 12px 0 10px 0px;
  /* color: white; */
  /* background: #3c3e43; */
}

.react-tabs__tab {
  list-style: none;
  padding: 12px 6px;
  margin-bottom: 5px;
  cursor: pointer;
  color: #707070;
  background: #d6d6d65d 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.react-tabs__tab--selected {
  background: #6c25ff 0% 0% no-repeat padding-box;
  color: white;
}

.react-tabs__tab-panel {
  display: none;
  /* width: 188px; */
}

.react-tabs__tab-panel--selected {
  display: block;
}

.react-tabs__tab {
  padding-left: 24px;
}

.react-tabs__tab--selected {
  padding-left: 21px;
}

.panel-content {
  text-align: center;
}

/* vertical tabs end */

/* User Profile start */
.avatar {
  /* Rounded border */
  border-radius: 50%;
  height: 100px;
  width: 100px;
  border: 1px solid #000000;
}

.avatar__image {
  /* Rounded border */
  border-radius: 50%;

  /* Take full size */
  height: 100%;
  width: 100%;
}
/* User Profile end */

/* team popup start */

/* Popup style */
.popup-box {
  position: fixed;
  background: #00000050;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2;
}

.box {
  position: relative;
  width: 50%;
  margin: 0 auto;
  height: auto;
  max-height: 70vh;
  margin-top: calc(100vh - 85vh - 20px);
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  border: 1px solid #999;
  overflow: auto;
  z-index: 1;
}

.close-icon {
  content: "x";
  cursor: pointer;
  position: fixed;
  right: calc(28% - 30px);
  top: calc(100vh - 85vh - 10px);
  /* background: #ededed; */
  width: 25px;
  height: 25px;
  /* border-radius: 50%; */
  line-height: 20px;
  text-align: center;
  border: 1px solid rgb(82, 202, 218);
  font-size: 20px;
}

/* team popup end */

/* proposal start */
.proposalsList {
  display: flex;
  flex-wrap: wrap;
}

.proposal-inner-conatiner {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.proposal-user-profile {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  cursor: pointer;
  object-fit: cover;
}
.collection-user-profile {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  cursor: pointer;
  object-fit: cover;
}
.influencer-user-profile {
  height: 120px;
  width: 120px;

  border-radius: 50%;
  cursor: pointer;
  object-fit: cover;
  margin-bottom: 12px;
}
.influencer-user-modal-profile {
  height: 60px;
  width: 60px;

  border-radius: 50%;
  cursor: pointer;
  object-fit: cover;
  margin-right: 12px;
}
.proposal-heading-container {
  display: flex;
  gap: 6px;
  align-items: center;
  color: #fff;
  font-size: 13px;
}
/* .imageCrop-list-picture-card .imageCrop-list-item {
  padding: 0px;
  width: 300px;
  height: 168px;
}
.imageCrop-list-picture-card-container {
  width: 300px;
  height: 168px;
} */

.row-col {
  color: #039855;
}

.proposal-product-container {
  display: flex;
  color: #fff;
  gap: 8px;
  /* justify-content: space-evenly; */
  font-size: 14px;
}
.proposal-text {
  font-size: 14px;
  color: #fff;

  /* line-height: 1.6; */
}
.proposal-see-more {
  color: linear-gradient(90deg, #a271fe 10.11%, #f75774 109.06%);

  cursor: pointer;
}

.close-icon-campaign-success {
  cursor: pointer;
  text-align: end;
}

.propasal-amout-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rating {
  margin-left: 10px;
}
.proposal-accept-button {
  margin-top: 20px;
}
/* proposal end */
/* contracts container start  */
.contracts-table-container {
  /* display: flex;
  justify-content: center;
  a
  lign-items: center; */
}

.ratig-container {
  display: flex;
  gap: 8px;
  text-align: center;
}

.rating-value {
  display: flex;
  flex-direction: row;
  margin-bottom: 1px;
}

/*contracts container end  */
.table-profile {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  margin-right: 8px;
}

.contract-table-list {
  cursor: pointer;
}
/*loader css start */

.lds-ring {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
}

.multiSelectContainer * {
  box-sizing: content-box !important;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 8px;
  border: 4px solid var(--blue-blue-500);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--blue-blue-500) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
.loader-mid {
  position: absolute;
  left: 50%;
  top: 50%;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loaderRoot {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.hidden {
  display: none;
}

/* loader end */

/* brand screen  start*/
.popup-box {
  position: fixed;
  background: #00000050;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 4;
}
.box {
  position: relative;
  width: 70%;
  margin: 0 auto;
  height: auto;
  max-height: 70vh;
  margin-top: calc(100vh - 85vh - 20px);
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  border: 1px solid #999;
  overflow: auto;
}
.close-icon {
  content: "x";
  cursor: pointer;
  position: fixed;
  right: calc(15% - 30px);
  top: calc(100vh - 85vh - 33px);
  background: #ededed;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  border: 1px solid #999;
  font-size: 20px;
}
/* brand screen End */

/* Side menu start */
.side-menu {
  z-index: 5;
  position: fixed;
  height: 100vh;
  background-color: var(--bg-white-color);
  box-shadow: 1px -1px 2px 0px rgba(57, 76, 96, 0.15);
}

.side-menu:hover {
  width: 220px;
}

.side-bar-logo {
  margin-top: 56px;
  margin-left: 24px;
  margin-right: 30px;
  position: fixed;
  z-index: 4;
  justify-content: space-between;
  align-items: center;
}

.side-menu .section {
  /* margin-top: 31px;
   margin-left: 28px; */
  padding-top: 92px;
  /* padding-left: 13px; */
  opacity: 1;
  background-color: var(--bg-white-color);
}

.top-heading {
  letter-spacing: 0px;
  position: absolute;
  top: 0;
  left: 59px;
}

.menu-text {
  list-style: none;
  min-width: 40px;
}

.menu-text a {
  text-decoration: none;
  color: var(--gray-gray-300);
  font-size: 15px;
  display: flex;
  align-items: center;
  padding: 12px 25px 13px 25px;
  transition: all 0.5s;
}

.menu-text a:hover {
  transition: all 0.5s;
  color: var(--gray-gray-500);
}

.menu-items {
  width: 100%;
  margin: 0;
  padding: 0;
}

.menu-text span {
  /* margin-left: 7px; */
}

.menu-icon {
  stroke: #5a5b62;
  stroke-width: 1;
}

.main-icon path {
  stroke: #5a5b62;
}
.main-icon g {
  fill: #5a5b62;
}
/* .menu-text a.active .menu-icon,
.menu-text a:hover .menu-icon {
  fill: var(--gray-gray-500);
  filter: invert(1);
} */

.menu-items .menu-text > .active {
  /* border-radius: 5px 0px 0px 5px; */
  background: var(--blue-blue-100);

  flex-shrink: 0;
  position: relative;
}
.menu-items .menu-text > .active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 4px;
  background-image: linear-gradient(to right, #1977f2 50%, #1977f2 50%);
  background-position: 0 0 1px 0;
}
/* Dropdown menu start */
.dropbtn {
  /* background-color: #04AA6D; */
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: absolute;
  top: 40px;
  left: 32px;
  right: 24px;
  width: 100%;
}

.dropdown-content {
  display: none;
  /* position: absolute; */
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 5;
  bottom: 100%;
}

/* .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;} */

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.campaignlist-dropdown {
  min-width: 160px;
  /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
  /* z-index: 5; */
  position: relative;
  display: inline-block;
}

.campaignlist-dropdown-toggle {
  border: none;
  background-color: var(--general-white-color);
  /* padding: 5px 10px; */
  cursor: pointer;
  align-items: center;
  display: flex;
}

.campaignlist-dropdown-toggle-new {
  border: none;
  background-color: var(--general-white-color);
  /* padding: 5px 10px; */
  cursor: pointer;
  align-items: center;
  display: flex;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  margin-left: 20px;
}
.campaignlist-dropdown-text {
  color: var(--gray-gray-500);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.campaignlist-dropdown-text-new {
  /* color: var(--gray-gray-500); */
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #090a14;
}
.campaignlist-dropdown-menu {
  position: absolute;
  top: calc(100% + 5px); /* Position above the button */
  background-color: var(--general-white-color);
  left: 0;
  padding: 5px 0;
  list-style: none;
  z-index: 20;
  min-width: 256px;
  border-radius: 4px, 4px;
}

.campaignlist-dropdown-menu-new {
  position: absolute;
  top: calc(100% + 5px);
  background-color: var(--general-white-color);

  padding: 5px 0;
  list-style: none;
  z-index: 20;
  min-width: 256px;
  border-radius: 4px, 4px;
  /* right: 27px; */
  right: 0px;
  text-align: left;
}

.campaignlist-dropdown-menu li {
  padding: 14px 24px 14px 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  border: 1px 0px, 1px, 0px;
  border-radius: 4px 4px;
}

.campaignlist-dropdown-menu-new li {
  padding: 14px 24px 14px 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  border: 1px 0px, 1px, 0px;
  border-radius: 4px 4px;
}
.campaignlist-dropdown-menu li:hover {
  background-color: var(--general-secondary-color);
}

.campaignlist-dropdown-menu-new li:hover {
  background-color: var(--general-secondary-color);
}
.campaignlist-dropdown-menu li.active {
  background-color: var(--general-secondary-color);
}
.campaignlist-dropdown-menu-new li.active {
  background-color: var(--general-secondary-color);
}
.menu-text-dropdown {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.campaignlist-dropdown-arrow {
  margin-left: 8px;
}
.rotate-180 {
  rotate: 180deg;
}

/* Deopdown menu end */

/* brandList  */
.brandListContainer {
  z-index: 10;
  width: 167px;
  height: auto;
  background-color: #ffffff;
  color: #000000;
  position: absolute;
}

/* Side menu end */

/* crop image start */
.cropContainer {
  position: "relative";
  width: "100%";
  height: 200;
  background: "#333";
}
.controls {
  padding: 16;
  display: "flex";
  flex-direction: "column";
  align-items: "stretch";
}

/* crop image end */

/* company-detail start */
.setting-screen-main-container {
  border-radius: 8px;
  background: var(--general-secondary-color);

  margin-right: 15px;
  padding-bottom: 15px;
  position: relative;
}
.company-setting-main {
  padding-top: 10px;
}

.brand-img {
  /* margin-top: 21px; */
  height: 120px;
  width: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.company-setting-inner {
  display: flex;
  /* gap: 23px; */
}

.company-address-heading {
  margin-top: 16px;
  margin-bottom: 17px;
}
/* .company-address-main {
  margin-top: 16px;
  margin-bottom: 17px;
} */

.transaction-list-main-container {
  max-width: 820px;
  background-color: #1c1835;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  justify-content: space-around;
  gap: 10px;
  border-radius: 8px;
}

.brand-text-area {
  background-color: var(--general-white-color);
  border-radius: 8px;
  /* border: 1px solid rgb(230, 231, 232); */
}

.content-status-container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #54545f;
}

.content-status-bottom-container {
  display: flex;
  gap: 16px;
  /* justify-content: end; */
  /* padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #54545f; */
}

.content-fall-back-container {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.contract-status-tab-header {
  justify-content: flex-start;
  display: flex;
  color: var(--gray-gray-200);
}

.contact-status-btn-tabs {
  padding-left: 24px;
  padding-bottom: 16px;
  cursor: pointer;
}

.contract-status-tab-header > .active {
  border-bottom: 0.5px solid #54545f;
  color: var(--gray-gray-500);
}

.contracts-page {
  visibility: hidden;
}
.content-page {
  visibility: hidden;
}

.analytics-page {
  visibility: hidden;
}
.detail-page {
  visibility: hidden;
}
.proposal-page {
  visibility: hidden;
}

/* image video */
.image-zoom-container {
  position: relative;
  width: 300px;
  height: 200px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.image-content-status {
  width: 700px;
  height: 480px;
  object-fit: cover;
}

.content-close-icon {
  position: relative;
  bottom: 200px;
  left: 670px;
}

.image-zoom-container.zoomed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.image-zoom-container.zoomed .image {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 1001;
}

.video-player-container {
  position: relative;
  width: 300px;
  height: 200px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.video-content-status {
  width: 700px;
  height: 480px;
  object-fit: cover;
}

.video-player-container.playing {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 1001;
}

.content-status-media {
  display: flex;
  gap: 14px;
  /* justify-content: center; */
  /* margin-top: 8px; */
  margin-bottom: 12px;
  width: 50px;
}
/* team-member-start */

.team-member-profile-pic {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-top: 10px;
  margin-right: 15px;
  object-fit: cover;
}

.team-members-delete-icon {
  cursor: pointer;
  margin-top: 10px;
  margin-left: 25px;
}

.content-row {
  cursor: pointer;
  margin-bottom: 10px;
  /* border-bottom: 1px solid #161023a1; */
}
.content-row-parent {
  background: var(--general-secondary-color);
  padding: 15px;
  margin-right: 15px;
  margin-left: 33px;
  margin-top: 15px;
  border-radius: 8px;
}
.brand-list-warp {
  cursor: pointer;
  max-width: 400px;
  margin-bottom: 10px;
  text-align: start;
}
.brand-list-warp-active {
  cursor: pointer;
  max-width: 400px;
  margin-bottom: 10px;
  border: 1px solid #f55879;
  text-align: start;
  border-radius: 8px;
}

.org-list-height {
  margin-bottom: 10px;
  justify-content: left;
  /* width:30%; */
  background: white;
  height: 370px;
  overflow-y: auto;
  width: 100%;
  text-align: left;
  padding: 5px;
}
.brand-list-height {
  margin-bottom: 10px;
  justify-content: left;
  /* width:30%; */
  background: white;
  overflow-y: auto;
  width: 100%;
  text-align: left;
  padding: 5px;
}

.brand-list-container {
  max-height: 300px;
  overflow: auto;
}

.team-member-header {
  margin-top: 20px;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
  justify-content: space-between;
}

.chat-input-box {
  /* position: absolute;
  left: 0;
  right: 0;
  bottom: 0px; */
}

.message-detail-data-screen {
  display: flex;
  background-color: #201e43;
  align-items: start;
  gap: 18px;
  flex: 1;
  padding: 40px;
}
.input-send-box {
  width: 99%;
  height: 50px;
  background: transparent;
  color: #fff;
  border: 1px solid #4a4a4a;
  padding-left: 5px;
}
.input-send-box:focus-visible {
  outline: none;
  border: 1px solid #4a4a4a;
  padding-left: 5px;
}

.influencer-table-profile {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.send-message-button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: x-large;
  color: #fff;
}

.bMgaAx div:first-child {
  overflow: unset;
}

.message-box-container {
  overflow: auto;
  height: 250px;
}
.infinite-scroll-component__outerdiv {
  width: 100%;
}

.input-send-box-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.logout-dropdown-content {
  display: block;
  position: absolute;
  top: 55px;
  right: 45px;
  text-align: center;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 6px;
}
.dropdown-account-logout-detail {
  padding-left: 40px;
  padding-right: 60px;
  padding-top: 20px;
  padding-bottom: 7px;
}
.logout-main-btn {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  border-top: 1px solid var(--gray-gray-200);
  background-color: #000 !important;
  color: #000 !important;
}
.logout-main-btn:hover {
  background-color: var(--blue-blue-500);
}

.logout-main-btn button {
  background: none;
  /* background-color: #201e43 !important; */
  border: none;
  /* color: #fff; */
  margin-top: 5px;
  border-top: #efe8e8;
}

.all-credit-data {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 6px;
  margin-bottom: 15px;
}

.all-credit-data-info {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 15px;
}

.see-all-button {
  display: flex;
  justify-content: space-between;
  margin-right: 32px;
}

.see-all-main-btn {
  cursor: pointer;
}

.credits-screen-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.bottom-credit-card {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 40px;
  padding: 20px;
  border: 1px solid var(--gray-gray-300);
  margin-bottom: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

/* .bottom-credit-card:active {
  border: 1px solid red;
} */

.bottom-credit-card_active {
  border: 2px solid var(--blue-blue-500);
  display: flex;
  align-items: center;
  flex-direction: row;
  border-radius: 10px;
  gap: 40px;
  padding: 26px 20px;
  /* box-shadow: 1px 0px 1px 4px #3a375d; */
  justify-content: space-between;
  margin-bottom: 20px;
  cursor: pointer;
}

.bottom-credit-card_active-brand {
  margin-left: 32px;
  margin-right: 32px;

  cursor: pointer;
  max-width: 600px;

  border: 1px solid #a271fe;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 40px;
  padding: 20px;
  /* box-shadow: 1px 0px 1px 4px #3a375d; */
  justify-content: space-between;
  margin-bottom: 20px;
}

.bottom-credit-card-brand {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 40px;
  padding: 20px;
  border: 1px solid white;
  margin-bottom: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-left: 32px;
  margin-right: 32px;

  max-width: 600px;
}

.ReactModalPortal {
  z-index: 8;
  background: rgba(0, 0, 0, 0.96);
}

.all-credit-card-warper {
  /* max-height: 200px; */
  /* overflow: auto; */
  padding-left: 10px;
  padding-right: 10px;
}

.close-btn-icon {
  position: absolute;
  right: 3px;
  top: 10px;
  cursor: pointer;
  z-index: 1;
}

/* Success.css */

.success-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: var(--general-secondary-color);
}

.success-box {
  border-radius: 8px;
  background: var(--general-secondary-color);
  color: #fff;
  padding: 60px;
  border-radius: 7px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.96);
}

.success-title {
  font-size: 24px;
  margin-bottom: 10px;
  margin: 6px;
}
.success-text {
  margin: 5px;
  color: var(--gray-gray-200);
}

.success-text a {
  color: var(--gray-gray-500);
  text-decoration: underline;
}

.upload-kyc-tax-proof {
  height: 200px;
  width: 369px;
  border-radius: 8px;
  background-color: #fff;
  margin-top: 20px;
  /* background-color: rgb(29, 22, 45); */
}

.kyc-uploaded-id {
  height: 208px;
  width: 370px;
}
.kyc-heading-and-status {
  margin-bottom: 12px;
  padding-top: 10px;
  display: flex;
  padding-right: 10px;
  flex-direction: column;
}

.rejected-kyc-comment {
  display: flex;
  justify-content: space-between;
}

.sign-up-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.select-orgs {
  display: flex;
  flex-direction: column;
  /* margin-bottom: 10px; */
}

.select-org {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.fall-back-center-campaign {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.close-icon-brand {
  position: absolute;
  top: -50px;
  right: 10px;
  cursor: pointer;
}

.brand-upload-logo {
  position: absolute;
  position: absolute;
  width: 100px;
  top: 15%;
  left: 15%;
}

.brand-add-page-loader {
  position: absolute;
  left: 29%;
  top: 30%;
}

.kyc-page-loader {
  position: absolute;
  left: 27%;
  top: 36%;
}

.fullscreen-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.8); /* Light gray with some transparency */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.influencer-portfolio-image {
  background: rgba(128, 128, 128, 0.8); /* Light gray with some transparency */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.fullscreen-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.fullscreen-image-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  padding: 10px;
  z-index: 1;
}

.fullscreen-image-sample-content {
  position: absolute;
  top: 0%;
  left: 100%;
  transform: translate(-10%, -50%);
  z-index: 1000;
}

.brand-setting-container {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 20px;
  padding-left: 20px;
}

.brand-update-page-loader {
  position: absolute;
  left: 7%;
  top: 28%;
}

.fullscreen-image-contract {
  position: absolute;
  top: 10%;
  /* left: 100%; */
  transform: translate(-10%, -50%);
  z-index: 1000;
  right: 50%;
}

.fullscreen-image-close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.css-bdhsul-MuiTypography-root-MuiDialogTitle-root {
  display: none;
}

.imageCrop-list-picture-card-container {
  width: 360px !important;
  height: 205px !important;
}

.imageCrop-list-picture-card .imageCrop-list-item {
  border: none !important;
}
.MuiSlider-markLabel {
  color: #ffffff !important;
}

.css-knqc4i-MuiDialogActions-root {
  background-color: var(--general-white-color);
}

.css-1lddlii-MuiButtonBase-root-MuiButton-root {
  background-color: #d64b8e !important;
}

.MuiBox-root {
  margin-top: 20px !important;
}
.css-1aznpnh-MuiSlider-root {
  color: #fff !important;
}
.reactEasyCrop_Container {
  margin-top: 20px;
}

.css-1lddlii-MuiButtonBase-root-MuiButton-root {
  background-color: #af00ff !important;
}

.custom-select .css-yk16xz-control {
  background-color: white;
}

.react-select__control {
  background-color: white;
}

.react-dropdown-select-input:focus {
  border: none !important;
}

.imageCrop-select-picture-card {
  background: url(../assets/images/image-picker.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100px;
  z-index: 1000;
  height: 300px !important;
  width: 350px !important;
}

.tabler-icon {
  display: none;
}

.css-wmy1p7-ReactDropdownSelect * {
  padding-bottom: 3px;
}

.LabelContainer-0-3-8 {
  color: #fff;
}

.rating-date-name {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.rating-feedback {
  min-width: 300px;

  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin-left: 105px;
}

.influencer-details-section {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.influencer-name-rating {
  display: flex;
  flex-direction: row;
  gap: 5px;
  text-align: center;
}
.influencer-detail-category-platform {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--gray-gray-50);
  padding: 20px 0px 20px 0px;
}
.influencer-detail-category-modal-platform {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px 20px 0px;
}

.category-background-influencer {
  background-color: #e8f1fe;
  margin-top: 16px;
  border-radius: 20px;
  padding: 4px 12px 4px 12px;
  margin-right: 8px;
  margin-left: 8px;
}
.category-background-modal-influencer {
  background-color: #e8f1fe;
  margin-top: 16px;
  border-radius: 20px;
  padding: 4px 12px 4px 12px;
  margin-right: 8px;
}

.influencer-platform {
  display: flex;
  flex-direction: row;
  gap: 25px;
  cursor: pointer;
  padding: 5px;
  border-radius: 2px;
  align-items: center;
  border-bottom: 2px solid #161023;
  border-top: 2px solid #161023;
}

.category-background-influencer-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 3px;
}

.edit-campaign-icon-btn {
  text-align: end;
  cursor: pointer;
  position: absolute;
  left: 135px;
  top: 0px;
}

.edit-product-category-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  row-gap: 16px;

  column-gap: 12px;
}

.edit-campaign-detail-page {
  display: flex;
  flex-direction: column;
}

.edit-product-category-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  row-gap: 8px;
  width: 700px;
  column-gap: 8px;
}

.edit-details-text-area {
  background-color: #ffffff;
  border-radius: 4px;
  color: #090a14;
  /* width: 349px; */
  margin-left: 12px;
  margin-right: 12px;
}
.edit-campaign-input-field {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.edit-campaign-main-container {
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding-right: 10px;
  margin-top: 30px;
  max-height: 500px;
}
.EditorToolbar__root___3_Aqz {
  text-align: left;
}
.campaign-detail-edit-toggle-btn {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.rce-container-mlist {
  min-height: 370px;
  max-height: 370px;
}

.rce-container-input {
  background: var(--general-white-color) !important;
}
.rce-input-textarea {
  overflow: hidden;
  background-color: var(--general-white-color);
  color: var(--gray-gray-500) !important;
}
.rce-input {
  border-radius: 0px !important;
}
.rce-mbox {
  background: var(--general-white-color) !important;
}
.rce-mbox-left-notch,
.rce-mbox-right-notch {
  fill: var(--general-white-color) !important;
}
.rce-mbox-text {
  color: var(--gray-gray-500) !important;
}
.rce-mbox-text {
  float: none !important;
}

.rce-mbox-right > .rce-mbox-body > .rce-mbox-title {
  justify-content: end;
  flex-direction: row-reverse;
  color: var(--gray-gray-500) !important;
}

.rce-mbox-title--clear {
  color: var(--gray-gray-500) !important;
  font-size: 11px !important;
}
.rce-avatar-container.default {
  height: auto !important;
  width: auto !important;
}
.rce-avatar-container .rce-avatar {
  height: 25px !important;
  width: 25px !important;
  border-radius: 50%;
  margin: 5px;
}

.customTextInputHeightChange {
  width: 100%;
  max-width: 369px;
  height: 54px;
  position: relative;
}
.public-DraftEditor-content {
  min-height: 150px;
}
.customTextBoxMainContainer {
  width: 369px;
  position: relative;
}
.ReactTags__tagInputField {
  padding: 10px 15px;
  width: 311px;
  border-radius: 4px;
}

.ReactTags__tagInputField:focus {
  border: none !important;
}

.ReactTags__tagInputField:focus-visible {
  border: none;
  outline: none;
}

.ReactTags__selected {
  width: 311px;
  margin-top: 10px;
}

.tag-wrapper {
  color: #fff;
  background: gray;
  padding: 0px 5px 5px 5px;
  margin-left: 2px;
}

.RichTextEditor__editor___1QqIU {
  height: 250px;
}

.public-DraftEditor-content {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.categoryCard {
  border-radius: 20px;
  border: 1px solid var(--gray-gray-500);
  padding: 2px 8px;
  margin-right: 8px;
  min-width: 40px;
  display: flex;
  justify-content: center;
}
.vertical-line {
  width: 0 px;
  height: 16px;
  border-left: 1px solid var(--gray-gray-200);
  margin-right: 8px;
}
.category-card-more {
  border-radius: 20px;
  border: 1px solid #090a14;
  padding: 2px 8px;
  margin-right: 8px;
  min-width: 60px;
  color: var(--gray-gray-500);
}
.category-card-more:hover {
  background-color: var(--gray-gray-500);
  color: var(--general-white-color);
}
.nameWidth {
  min-width: 80px;
}
.amountCard {
  border-radius: 17px;
  padding: 7px 16px 7px 16px;
  /* background-color: #090a14; */
  border: 1px solid var(--gray-gray-500);
  min-width: 40px;
}
.circle-boost {
  width: 19px;
  height: 19px;
  background-color: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
}

.platform-name {
  margin-left: 15px;
  cursor: pointer;
}
/* dropdownButton */
.dropdown-button {
  background-color: white;
  height: 129px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 16px;
  gap: 10px;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  top: 226px;
  left: 1330px;
  cursor: pointer;
  border-radius: 6px;
}
.dropdown-button-list {
  background-color: white;
  height: fit-content;
  top: 226px;
  left: 1330px;
  padding: 8px 16px 8px 16px;
  gap: 10px;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid var(--gray-gray-50);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
}

.dropdown-button-list-selected {
  background-color: var(--general-secondary-color);
  height: fit-content;
  top: 226px;
  left: 1330px;
  padding: 8px 16px 8px 16px;
  gap: 10px;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid var(--gray-gray-50);
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
}

.dropdown-button-container {
  border-radius: 4px;
  position: relative;
}
.dropdown-list-container {
  position: absolute;
  right: 250px;
  top: 48px;
  box-shadow: 0px 2px 10px 0px #93a3c333;
  border-radius: 4px;
  z-index: 2;
}
.dropdown-list-container-contract {
  position: absolute;
  right: 55px;
  top: 48px;
  box-shadow: 0px 2px 10px 0px #93a3c333;
  border-radius: 4px;
  z-index: 2;
}
.dropdown-list-container-invite {
  position: absolute;

  top: 48px;
  box-shadow: 0px 2px 10px 0px #93a3c333;
  border-radius: 4px;
  z-index: 2;
  text-wrap: nowrap;
}
.dropdown-list-container-discovery {
  position: absolute;
  right: 67px;
  top: 48px;
  box-shadow: 0px 2px 10px 0px #93a3c333;
  border-radius: 4px;
  z-index: 2;
}
.dropdown-match-list-container {
  position: absolute;
  right: 128px;
  top: 48px;
  box-shadow: 0px 2px 10px 0px #93a3c333;
  border-radius: 4px;
  z-index: 2;
}
.apply-btn-filter {
  background-color: var(--blue-blue-500) !important;
}

.content-like-view-count {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
}

.bid-list-dropdown-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;

  margin-top: 12px;
  margin-bottom: 12px;
}

.bid-list-dropdown-header-container-new {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  position: relative;
  margin-top: 12px;
  margin-bottom: 12px;
  justify-content: end;
}
.analytics-download {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  position: relative;
  margin-top: 12px;
  margin-bottom: 12px;
  justify-content: end;
}
.analytics-download-icon {
  cursor: pointer;
}

.dropdown-button svg {
  vertical-align: middle;
}

.dialog-title {
  height: 14px;
  color: black;
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.0075em;
  padding: 16px 24px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.influencer_modal_detail_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--gray-gray-50);
  /* padding: 24px 20px 24px 20px; */
  position: relative;
}
.post_image {
  width: 155px;
  height: 155px;
  transition: filter 0.9s ease;
}

.box {
  flex: 1 0 calc(25% - 10px); /* Adjust width as needed */
  min-width: 0;
  height: 100px; /* Adjust height as needed */
  border: 1px solid #000;
  margin: 5px;
  box-sizing: border-box;
}
.influencer_address_detail_container {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray-gray-50);
}

.influencer_address_detail {
  display: flex;
  justify-content: space-between;
}

.influencer_social_media_container {
  padding: 16px 0px 16px 0px;
  border-bottom: 0.5px solid var(--gray-gray-50);
}
.influencer_social_media_id {
  display: flex;
  gap: 15px;
  align-items: center;
}
.influencer_social_media_id_icon_container {
  display: flex;
  flex-direction: column;
}
.influencer_social_media_id_icons {
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: 200px;
  cursor: pointer;
}

.custom-table {
  padding: 12px 20px 20px 20px;
  /* padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px; */
  max-width: 1150px;
  /* text-align: ; */
}
.custom-table-new {
  /* padding-top: 12px; */
  /* padding-left: 20px;
  padding-right: 20px; */
  padding-bottom: 20px;
  text-align: right;
}
.custom-table-bid {
  border: 1px solid var(--gray-gray-50);
  border-radius: 7px;
  overflow-x: hidden;
}
.table-contract {
  border: 1px solid var(--gray-gray-50);
  border-radius: 7px;
  overflow-x: hidden;
  margin-top: 13px;
}

.CustomTable {
  border: 1px solid var(--general-secondary-color);
  border-radius: 7px !important;
}
.custom-table-wrapper .rdt_TableBody .rdt_TableRow:last-child .rdt_TableCell {
  border-bottom: none;
}

.engagement-view-container {
  background-color: var(--general-secondary-color);
  padding: 16px;
  border-radius: 4px;
  margin-bottom: 24px;
}
.engagement-view-inner {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding: 8px;
  flex-wrap: wrap;
}
.border-bottom {
  border-bottom: 1px solid var(--gray-gray-50);
}

.instagram-data-view {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 80px;
}
.recent_collaboration_main_container {
  padding: 0px 20px 20px 0px;
  max-width: 600px;
}
.all_post_image_container {
}
.all_post_image_container .react-multi-carousel-item {
  width: 160px !important;
}
.post_image_container {
  margin-left: 5px;
}

.influencer_detail_main_container {
  padding: 20px 24px 20px 24px;
  border-radius: 8px;
  border: 1px solid var(--gray-gray-50);
  margin-right: 20px;
  margin-left: 24px;
  min-width: 370px;
  max-width: 390px;
}
.influencer_detail_main_modal_container {
  padding: 20px 24px 20px 24px;
  border-radius: 8px;
  min-width: 370px;
}

.re_upload_brand_icon {
  position: absolute;
  right: 2px;
  bottom: 0px;
  height: 39px;
}

.upload_brand_icon {
  position: absolute;
  left: 85px;
  bottom: 0px;
  height: 39px;
}
.social_media_chart_icon {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  position: relative;
  width: 100%;
}
.engagement-rate {
  position: absolute;
  top: 39%;
  left: 18%;
  text-align: center;
}
.create_profile_step {
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  color: var(--gray-gray-200);
}
.create_profile_step span {
  font-size: 13px;
  font-weight: 500;
  line-height: 15.6px;
  color: var(--gray-gray-400);
}

/* influencer details box */
.influencer-detail-container {
  min-width: 264px;
  max-width: 390px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
  /* padding-bottom: 20px; */
  border-radius: 6px;
  border: 1px solid var(--gray-gray-50);
}

/* contract details screen start */
.contract-detail-container {
  background-color: var(--general-white-color);
  padding: 18px 0px 50px 20px;
  border-radius: 8px;
}
.contract-details-box {
  margin-right: 20px;
}

.contract-details-box:last-child {
  margin-right: 0;
}

.contract-details-box:nth-child(1) {
  /* min-width: 340px; */
  flex: 0.35;
}

.contract-details-box:nth-child(2) {
  /* min-width: 340px; */
  flex: 0.35;
}

.contract-details-box:nth-child(3) {
  /* min-width: 340px; */
  flex: 0.3;
}
.contract-details-container {
  /* min-width: 320px;
  max-width: 410px; */
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 6px;
  border: 1px solid var(--gray-gray-50);
  gap: 20px;
}
.contract-details-container-row {
  display: table-row;
  border-bottom: 1px solid var(--gray-gray-500);
}
.contract-details-container-col-1 {
  display: table-cell;
  min-width: 129px;
  vertical-align: top;
}
.contract-details-container-col-2 {
  display: table-cell;
  padding-left: 16px;
}
.seperater {
  border: 0;
  height: 1px;
  background-color: var(--gray-gray-50);
  margin: 20px 0 20px 0;
}
.download-content {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  border-radius: 3px;
  border: 1px solid rgb(219, 219, 219);
  padding: 0px 2px 7px 2px;
  margin: 6px;
}
.content-media {
}
/* contract details screen end */

/* content status start */
.chat-button {
  display: flex;
  flex-direction: row;
  background-color: var(--gray-gray-500);
  color: var(--general-secondary-color);
  width: 164px;
  height: 38px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}
.content-status-container-box {
  min-width: 330px;
  max-width: 350px;
  padding-left: 8px;
  padding-right: 20px;
  padding-top: 20px;
  /* padding-bottom: 20px; */
  /* border-radius: 6px; */
  background-color: var(--general-secondary-color);
  border: 1px solid var(--gray-gray-50);
  gap: 20px;
}
.content-container-main {
  min-width: 330px;
  max-width: 350px;
  /* padding-left: 8px; */
  padding-right: 9px;
  /* padding-top: 20px; */
  /* padding-bottom: 20px; */
  /* border-radius: 6px; */
  background-color: var(--general-secondary-color);
  border: 1px solid var(--gray-gray-50);
  gap: 20px;
}

/* .css-9l5vo-MuiCollapse-wrapperInner {
  margin-right: 20px !important;
} */
/* .css-9tmuzo-MuiStepper-root {
  margin-right: 20px !important;
} */

.css-1u4zpwo-MuiSvgIcon-root-MuiStepIcon-root {
  color: var(--general-white-color) !important;
}
.Mui-completed {
  color: var(--general-success) !important;
}
.Mui-active {
  color: var(--gray-gray-500) !important;
}
.Mui-active > .css-117w1su-MuiStepIcon-text {
  fill: var(--general-white-color) !important;
  font-size: 16px !important;
  font-family: "Inter-Medium" !important;
}
.css-117w1su-MuiStepIcon-text {
  fill: var(--gray-gray-100) !important;
  font-size: 16px !important;
  font-family: "Inter-Medium" !important;
}

.css-1hv8oq8-MuiStepLabel-label .MuiStepLabel-label {
  font-family: "Inter-Medium" !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 19px !important;
  letter-spacing: 0em;
  text-align: left;
}
.Mui-completed .MuiStepLabel-label {
  color: var(--gray-gray-500) !important;
}

.content-pending-container {
  margin-top: 12px;
  margin-bottom: 8px;
  background-color: var(--general-white-color);
  padding: 12px;
  border-radius: 4px;
  gap: 12px;
}
.content-pending-card {
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
}
.content-pending-card-text {
  font-family: "Inter-Medium";
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}

.content-pending-content-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px 8px 16px;
  border-radius: 6px;
  border: 1px solid var(--gray-gray-50);
  gap: 10px;
}
.background-white {
  background-color: var(--general-white-color) !important;
}

.content-pending-content-imagecard {
  background-color: var(--general-white-color);
  margin-top: 12px;
  margin-bottom: 12px;
}
.content-url {
  min-width: 180px;
  max-width: 240px;
  word-wrap: break-word;
}

/*content status end */

.setting_page_container {
  background: var(--general-white-color);
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  width: 100%;
}
.contract_message_list {
  overflow-y: auto;
  /* border: 1px solid var(--gray-gray-100);
  border: 1px solid var(--gray-gray-100); */

  height: 470px;
}

/* width */
.contract_message_list::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.contract_message_list::-webkit-scrollbar-track {
  background: rgba(111, 133, 147, 0.1);
}

/* Handle */
.contract_message_list::-webkit-scrollbar-thumb {
  background: rgba(111, 133, 147, 0.1);
}

/* Handle on hover */
.contract_message_list::-webkit-scrollbar-thumb:hover {
  background: rgba(111, 133, 147, 0.1);
}

.message_box_container {
  height: 350px;
  overflow-y: auto;
  padding: 10px;
  background-color: var(--general-secondary-color);
  border-bottom: 1px solid var(--gray-gray-100);
}

/* width */
.message_box_container::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.message_box_container::-webkit-scrollbar-track {
  background: rgba(111, 133, 147, 0.1);
}

/* Handle */
.message_box_container::-webkit-scrollbar-thumb {
  background: rgba(58, 109, 142, 0.525);
}

/* Handle on hover */
.message_box_container::-webkit-scrollbar-thumb:hover {
  background: rgba(87, 128, 154, 0.1);
}
.influencer_name_chat_container {
  min-width: 364px;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid var(--gray-gray-100);
  height: 500px;
}

.influencer_name_chat {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  border-bottom: 1px solid var(--gray-gray-100);
  border-top: 1px solid var(--gray-gray-100);
}
.influencer_name_list {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 12px 16px 12px 16px;
  position: relative;
}
.influencer_name_list_active {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  background-color: var(--general-secondary-color);
  padding: 12px 16px 12px 16px;
  position: relative;
}
.red-dot-pending-message {
  position: absolute;
  top: 12px;
  left: 50px;

  background-color: red;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.red-dot-pending-message-side {
  background-color: red;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

button.primary-cta.transaction-csv-btn {
  background-color: var(--general-secondary-color) !important;
  border: 1px solid var(--gray-gray-500) !important;
}
button.primary-cta.influencer-csv-btn {
  background-color: var(--general-secondary-color) !important;
  border: 1px solid var(--gray-gray-500) !important;
  padding: 6px 12px 6px 18px !important;
}
.bid-csv-btn {
  background: var(--bg-white-color);
  padding: 3px 10px 2px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.filter-icon-btn {
  background: var(--bg-white-color);
  padding: 3px 10px 0px 9px;
  border-radius: 4px;
  cursor: pointer;
}

.filter-icon-btn-invite {
  background: var(--bg-white-color);
  padding: 10px 10px 0px 4px;
  border-radius: 4px;
  cursor: pointer;
}

.message_user {
  display: flex;
  align-items: end;
  flex-direction: column;
  margin-bottom: 10px;
  border-radius: 4px;
  margin-right: 20px;
}

.message_influencer {
  display: flex;
  align-items: start;
  flex-direction: column;
  margin-bottom: 10px;
  border-radius: 4px;

  margin-left: 20px;
}

.message_user_text {
  color: var(--bg-white-color);
  background-color: var(--gray-gray-500);
  padding: 8px 12px 8px 12px;
  border-radius: 12px;
  border-top-right-radius: 0px;
}

.message_influencer_text {
  color: var(--gray-gray-400);
  background-color: var(--bg-white-color);
  padding: 8px 12px 8px 12px;
  border-radius: 12px;
  border-top-left-radius: 0px;
}

.message_send_input {
  width: 100%;
  padding: 10px;
  margin-right: 10px;
  border: none;
  background-color: var(--general-white-color);
}
.message_send_input:focus-visible {
  outline: none;
  border: none !important;
}
.message_send_input_container {
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  padding: 4px;
  border-radius: 8px;
  border: 1px solid var(--gray-gray-100);
  margin: 5px;
  margin-left: 15px;
  margin-right: 15px;
  padding-right: 15px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.influencer_message_profile {
  height: 48px;
  width: 48px;
  border-radius: 50%;
}

.message_chat_box_header {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
}

.message_chat_box_container {
  width: -webkit-fill-available;
  border: 1px solid var(--gray-gray-100);
  position: relative;
  height: 500px;
}

.send_button_message {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  margin-top: 8px;
  cursor: pointer;
}

.sidebar {
  position: fixed;
  top: 0;
  right: -250px; /* Sidebar initially hidden */
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: right 0.7s ease;
  z-index: 10000;
  /* overflow-y: auto; */
}

.sidebar.open {
  right: 0;
}
.custom_table th,
.custom_table td {
  /* text-align: center; */
  vertical-align: middle;
}
.sidebar-content {
  padding: 0px 20px 0px 20px;
  text-align: center;
  position: absolute;
  right: 0px;
  background-color: var(--bg-white-color);
  width: 350px;
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.collection-sheet-url-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--gray-gray-100);
  margin-top: 25px;
}

.collection-link-regenerate {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.regenerate-url {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.copy-cta-btn {
  height: 50px;
}
.icon-hover:hover {
  filter: brightness(0.1);
}
.collection-link-copy-header {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
}
.two-line-text {
  width: 350px; /* Adjust width to control where the line breaks */
  word-wrap: break-word; /* Ensures long words break to fit */
  white-space: normal; /* Allows text to wrap */
}
.sidebar-flyout-content {
  padding: 0px 20px 0px 20px;
  text-align: center;
  position: absolute;
  right: 0px;
  background-color: var(--bg-white-color);
  width: 650px;
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.sidebar-flyout-content-modal {
  text-align: center;
  position: absolute;
  right: 0px;
  background-color: var(--bg-white-color);
  width: 670px;
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.sidebar-content-filter {
  padding: 0px 20px 0px 20px;
  text-align: center;
  position: absolute;
  right: 0px;
  background-color: var(--bg-white-color);
  width: 350px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sidebar-content-filter-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.filter-status-bottom-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
  padding-top: 20px;
}

.sidebar-toggle {
  position: absolute;
  top: 20px;
  right: -30px;
  background-color: #444;
  padding: 10px;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  color: #fff;
  transition: right 0.3s ease;
}

.sidebar-toggle:hover {
  background-color: #555;
}

.close-btn-fly {
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #555;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.close-btn-fly:hover {
  background-color: #777;
}

.payment-summary-heading {
  margin-top: 24px;

  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.payment-summary-heading-modal {
  margin-top: 24px;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.flyout-summary-campaign-detail {
  padding: 20px 16px 20px 16px;
  border: 1px solid var(--gray-gray-100);
  border-radius: 6px;
  margin-bottom: 20px;
}
.summary-campaign-detail {
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray-gray-50);
  gap: 20px;
  margin-bottom: 20px;
  /* justify-content: space-between; */
}

.summary-contract-detail {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  gap: 20px;
}

.w-150 {
  width: 150px;
  text-align: left;
}
.flyout-content-detail-container {
  display: flex;
  background-color: var(--general-secondary-color);
  padding: 20px 16px 20px 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}
.flyout-content-detail {
  display: flex;
  flex-direction: row;
  gap: 17px;
  align-items: center;
}
.contract-pay-button {
  margin-bottom: 10px;
}

.bid-search-bar {
  height: 40px;
  min-width: 300x;
  max-width: 400px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: var(--bg-white-color);
  border: 1px solid var(--gray-gray-400);
}

.bid-search-campaign {
  background-color: var(--bg-white-color);
  color: var(--gray-gray-500);
  font-size: 16px;
  border: none !important;
  outline: none;
  padding-right: 50px;
}

.message-fall-back {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 10px;
}

.review-campaign-heading {
  width: 100%;
  padding: 22px 0px 22px 0px;
  text-align: center;
  border-bottom: 1px solid var(--gray-gray-100);
}

.review-campaign-detail-page {
  display: flex;
  justify-content: space-between;
}

.review-campaign-data {
  display: flex;
  align-items: start;
  flex-direction: column;
}

.review-campaign-detail-wrap {
  padding: 20px 40px 24px 40px;
}

.review-target-detail-wrap {
  padding: 0px 40px 0px 40px;
}
.campaign-review-container {
  height: 100%;
  overflow: auto;
  padding-top: 70px;
  padding-bottom: 100px;
}
.review-campaign-btn-wrap {
  display: flex;
  flex-direction: row;
  border-top: 1px solid var(--gray-gray-100);
  padding: 10px 40px 10px 40px;
  justify-content: center;
  gap: 24px;
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
}
.review-campaign-heading {
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
}
.quick-campaign-btn-wrap {
  display: flex;
  flex-direction: row;
  border-top: 1px solid var(--gray-gray-100);
  padding: 10px 40px 10px 40px;
  justify-content: space-between;
  gap: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
}

.review-cancel-btn {
  width: 50%;
  padding: 0px !important;
  height: 54px;
  border: 1px solid var(--gray-gray-100) !important;
}

.review-submit-btn {
  width: 50%;
  padding: 0px !important;
  height: 54px;
}

.header-credit-container {
  display: flex;
  flex-direction: row;
  margin-right: 40px;
}
.header-credit-left {
  padding: 10px 8px 10px 8px;
}
.header-credit-right {
  padding: 8px 6px;
  background: #ffac05;
  border-radius: 4px;
  cursor: pointer;
  color: var(--bg-white-color);
  margin-left: 12px;
}

.quick-create-campaign-container {
  background-color: var(--bg-white-color);
  margin-left: 21px;
  margin-top: 16px;
  padding-left: 24px;
  border-radius: 8px;
  padding-right: 24px;
  margin-right: 24px;
  padding-bottom: 50px;
}

.quick-campaign-detail-btn-tabs {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  cursor: pointer;
  display: flex;
  gap: 2px;
  align-items: center;
}

.quick-create-campaign-image {
  padding: 20px 100px 0px 100px;
  background: var(--general-secondary-color);
  /* height: 100%; */
  display: flex;
  align-items: end;
  border-radius: 8px;
}

.post_image_container {
  position: relative;
  overflow: hidden;
}

/* .post_image {
  width: 100%;
  height: auto;
  transition: filter 0.3s ease;
} */

.blur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(
    0,
    0,
    0,
    0.8
  ); /* Adjust the background color and opacity as needed */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: white;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.blur-overlay span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.post_image_container:hover .blur-overlay {
  opacity: 2;
}

.sample-content-remove-btn {
  top: 0px;
  position: absolute;
  right: 1px;
}

.quick-inner-create-campaign-container {
  position: relative;
}

.quick-create-campaign-button {
  display: none;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #4caf50; /* Change color as needed */
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.8);
  height: 80%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.quick-create-campaign-image:hover .quick-create-campaign-button {
  display: flex;
  opacity: 1;
  align-items: center;
  justify-content: center;
}

.quick-create-campaign {
  background-color: #fff;
  height: 31px;
  width: 200px;
}

.auction-based-icon {
  background-color: #fff2d9;
  padding: 22px 12px 17px 12px;
}
.invite-only-icon {
  background-color: #d9dbff;
  padding: 41px 26px 36px 26px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.engagement-type {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 8px;
  position: relative;
  /* background-color: #fff; */
  /* width: 463px; */
  overflow: hidden;
  border: 2px solid transparent;
}
.engagement-type-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  /* width: 463px; */
  overflow: hidden;
  width: 100%;
}
.react-tooltip {
  z-index: 99999999; /* Set a high z-index value */
  /* Add any other custom styles as needed */
}
.engagement-type-active {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  /* width: 463px; */
  overflow: hidden;
  border: 2px solid var(--blue-blue-500);
  width: 100%;
}

.type-media-padding {
  padding: 23px 16px 30px 16px;
}

.engagement-type-select {
  position: absolute;
  left: 16px;
  top: 8px;
}

.select-radio-btn {
  transform: scale(1.5);
}

.select-radio-btn input[type="radio"] {
  transform: scale(50); /* Adjust the scale factor as needed */
}

.wallet-screen-add-inner-container {
  max-width: 605px;
  background: url("../assets/images/add-balance-bc.png");
  background-repeat: no-repeat;
  border-radius: 12px;
}
.credit-screen-add-inner-container {
  max-width: 550px;
  background: url("../assets/images/add-balance-bc.png");
  background-repeat: no-repeat;
  border-radius: 12px;
}
.wallet-screen-add-balance {
  display: flex;
  flex-direction: row;
  align-items: end;
  padding: 24px 24px 0px 24px;
  /* border-bottom: 1px solid var(--gray-gray-100); */
}
.credit-screen-add-balance {
  display: flex;
  /* flex-direction: row; */
  /* align-items: end; */
  padding: 24px 20px 0 20px;
}

.w-129 {
  width: 129px;
  margin-right: 16px;
}
.wallet-screen-add-btn {
  height: 51px;
  margin-top: 8px;
  margin-left: 24px;
}
.credit-screen-add-btn {
  height: 51px;
  margin-top: 8px;
}

.amount-balance-section {
  display: flex;
  flex-direction: row;
  padding: 10px 24px 20px 24px;
}

.amount-balance-section-detail {
  display: flex;
  flex-direction: row;
  padding: 20px 24px 12px 24px;
  border-top: 1px solid var(--gray-gray-100);
}

.quick-create-campaign-main-container {
  display: flex;
  gap: 20px;
  margin-top: 12px;
  margin-left: 20px;
  /* flex-wrap: wrap; */
}

/* .p-multiselect {
  height: 40px;
  width: 365px;
}

.p-dropdown{
  height: 40px;
  width: 365px;
} */

.card-carousel {
  background-color: #fff;

  margin: 10px;
  border-radius: 5px;
}

.carousel {
  margin: 0px;
}

.container {
  margin: 0 auto;
}

.carousel-item {
  padding: 0 0;
}
.react-multi-carousel-item {
  width: 330px !important;
}

.max-width-80 {
  width: 80vw;
}
.bundle-card-img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.flex-col-start {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.PhoneInput {
  border-radius: 8px;
  padding-left: 10px;
}
.whatsapp-number {
  background-color: var(--bg-white-color);
  border: 1px solid rgb(230, 231, 232);
  border-radius: 8px;
}

.whatsapp-number .PhoneInputInput {
  border: none;
  height: 54px;
  width: 320px;
  border-radius: 4px;
  padding-left: 5px;
  background-color: var(--bg-white-color);
}
.sing-up-number .PhoneInputInput {
  border: none;
  height: 54px;
  width: 320px;

  background-color: var(--general-secondary-color);
}
.sing-up-number {
  background-color: var(--general-secondary-color);
  border: 1px solid rgb(230, 231, 232);
  border-radius: 8px;
}
.PhoneInputInput:focus {
  border: transparent !important;
}
.PhoneInputInput:focus-visible {
  border: transparent !important;
  outline: none;
}

.notification-prompt {
  position: fixed;
  bottom: 70px;
  right: 10px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 1000;
  width: 500px;
}

.notification-prompt p {
  margin: 0 0 10px;
}

.notification-prompt button {
  margin-right: 10px;
}

.cancel-btn-notification {
  width: 168px;
  height: 40px;
  background-color: var(--bg-white-color);
  color: var(--blue-blue-500);
  font-size: 13px;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}

.allow-btn-notification {
  width: 168px;
  height: 40px;
  background-color: var(--blue-blue-500);
  color: var(--bg-white-color);
  font-size: 13px;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}

.content-view-media {
  object-fit: contain;
  width: 100%;
}

.Feedback {
  display: none !important;
}

.embed-container {
  margin: 6px;
}

.analytics-main-container {
  flex: 1;
  display: flex;
  flex-direction: row; 
  padding: 15px;
  height: 120px;
  background-color: #e8f1fe;
  border-radius: 8px;
  justify-content: space-between;
}

.analytics-icon {
  height: 40px;
  width: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.analytics-influencer-data {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.analytics-social-media-data {
  margin-top: 20px;
  border: 1px solid var(--gray-gray-100);
  padding: 16px 16px;
  border-radius: 8px;
  width: 300px;
}

.analytics-card-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  padding: 10px;
  gap: 10px;
  box-sizing: border-box;
}

.contract-term-heading {
  color: #3a3b43;
  font-size: 13px;
  font-weight: 400;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-left: 12px;
}


.contract-cancellation-confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* HoverButtonComponent.css */
.container-hover-show-btn {
  position: relative;
}

.button-hover-show-btn {
  position: absolute;
  bottom: 33px;

  background-color: var(--blue-blue-200);
  width: 115px;
  right: 3px;
  padding: 9px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.button-hover-show-btn img {
  height: 13px;
}

.hidden-hover-show-btn {
  display: none;
}

.collection-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  height: 85%;
  overflow: auto;
  padding-right: 5px;
  padding-bottom: 20px;
}

.collection-grid-card {
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
  cursor: pointer;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.small-fallback-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.collection-grid-card-active {
  padding: 16px;
  border: 1px solid var(--blue-blue-500);
  border-radius: 8px;
  background-color: #f9f9f9;
  cursor: pointer;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.collection-grid-card-name {
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
}

.collection-grid-date {
  margin-top: 8px;

  display: flex;
  flex-direction: column;
  align-items: end;
}
.collection-grid-card-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90%;
  padding-top: 54px;
}
.create-assignment-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 90%;
  padding-top: 54px;
}

.hover-sidebar-show {
  margin-right: 6px;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: width 1s ease;
}
.side-menu:hover .hover-sidebar-show {
  /* width: 200px;  */
  opacity: 1;
  height: 30px;
  display: contents;
}
.filter-check-container{
  display:flex;
  flex-wrap: wrap;
  gap:5px;
  max-width: 65vw;
}
.text-container {
  white-space: nowrap;    
  overflow: hidden;      
  text-overflow: ellipsis;
  width: 100px;           
  display: block;          
}
.label-of-filter-card-container {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border: 1px solid var(--gray-gray-100);
  border-radius: 4px;
}

.close-filters-data {
  cursor: pointer;
}

.create-add-influencers {
  display: flex;
  justify-content: space-between;
}

.accept-reject {
  display: flex;
  justify-content: center;
}
.accept {
  padding-right: 10px;
}
.add-influencers {
  padding-right: 10px;
}

.share {
  padding: 50px 20px 20px 20px;
  justify-content: center;
}
.share-collection-popout {
  background: #ffffff;
}
table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  /* border: 1px solid #ccc; */
  /* text-align: center; */
}
.share-influencer-table-heading {
  text-align: left;
}
.share-table-column-center {
  text-align: right;
}

/* .table-column-data {
  text-align: center !important;
} */
.table-column-data-btn {
  text-align: center !important;
}
.Pricing {
  width: 1059px;
  height: 715px;
  /* background-color: #f0f3f9; */
  border-radius: 8px;
  text-align: center;
  background-color: var(--bg-white-color);
}
.Pricing-section1 {
  padding: 40.5px 203.5px;
}
.Pricing-button {
  width: 72px;
  height: 30px;
  padding: 8px 16px;
  border: 1px solid grey;
  border-radius: 20px;
  background: #ffffff;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  text-align: center;
  margin-bottom: 20px;
}
.Choose-Pricing {
  width: 652px;
  height: 78px;
  opacity: 0px;
}
.Choose-your-price {
  width: 652px;
  height: 47px;
  font-family: Inter;
  font-size: 39px;
  font-weight: 600;
  line-height: 46.8px;
  text-align: center;
  color: var(--Grey-Grey-600, #040408);
  margin-bottom: 12px;
}
.Choose-your-price2 {
  width: 630px;
  height: 19px;
  font-family: "Inter-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  color: var(--Grey-Grey-400, #3a3b43);
  margin-bottom: 24px;
}
.Pricing-plan {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Pricing-button-quarterly-half-yearly-main-button {
  display: flex;
  justify-content: center;
  width: 240px;
  height: 45px;
  padding: 6px 8px;
  border-radius: 20px;
  border: 1px solid var(--Grey-Grey-50, #e6e7e8);
  margin-bottom: 24px;
}
.Pricing-button-quarterly {
  width: 113px;
  height: 33px;
  padding: 8px 24px;
  border-radius: 20px;
  opacity: 0px;
  background: var(--Grey-Grey-500, #090a14);
  color: #ffffff;
  cursor: pointer;
}
.Pricing-button-half-yearly {
  width: 99px;
  height: 33px;
  padding: 8px 12px;
  border: none;
}
/* .Pricing-button-half-yearly:hover{
  width: 113px;
  height: 33px;
  padding: 8px 24px ;
  border-radius: 20px;
  opacity: 0px;
  background: var(--Grey-Grey-500, #090A14);
  color:#FFFFFF;
  cursor: pointer;
} */
.Pricing-cards {
  padding: 0 250px;
  display: flex;
  justify-content: space-between;
}
.Pricing-card1 {
  border: 1px solid black;
  width: 361px;
  height: 414px;
  padding: 24px;
  border-radius: 8px;
  margin-right: 40px;
}
.Pricing-card2 {
  border: 1px solid black;
  width: 361px;
  height: 414px;
  padding: 24px;
  border-radius: 8px;
}

.subscription-main-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
}

.pricing {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border: 1px solid #e6e7e8;
  padding: 8px 16px;
  margin-bottom: 20px;
  background-color: var(--bg-white-color);
}

.org-logo-slider {
  width: 46px !important;
  height: 46px;
  border-radius: 50%;
  margin-top: 10px;
  margin-right: 10px;
  object-fit: contain;
}

.comma-slider-img {
  height: 22px;
  margin-top: 28px;
}
.plan-choose-main-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../assets/images/subscription-bg.png);
  background-repeat: no-repeat;
}

.plan-choose-heading {
  font-family: "Inter-Regular";
  font-size: 39px;
  font-weight: 600;
  line-height: 46.8px;
  text-align: center;
  margin-bottom: 12px;
}
.plan-choose-sub-heading {
  font-family: "Inter-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  margin-bottom: 24px;
}
.plan-choose-main-container {
  text-align: center;
}
.plan-change-container {
  border: 1px solid #e6e7e8;
  padding: 4px 8px;

  font-size: 12px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  background-color: var(--bg-white-color);
  gap: 12px;
}
.top-section-choose-plan-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.subscription-container {
  padding: 24px;
  gap: 24px;
  border-radius: 8px;
  border: 1px solid #e6e7e8;
  opacity: 0px;
  background-color: var(--bg-white-color);
}
.standard-plan-heading {
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e7e8;
  margin-bottom: 20px;
  align-items: center;
}

.all-row-plan-data {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media only screen and (max-width: 768px) {
  .auth-left-container {
    display: none;
  }
  .auth-right-container {
    flex: 1;
  }
  .inner-left-container-bind {
    width: 100%;
  }
  .auth-left-sign-container {
    display: none;
  }

  .inner-sign-left,
  .inner-left-container {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .signup-login-text {
    justify-content: center;
  }

  .auth-right-sign-container {
    flex: 1;
  }

  .customTextInputHeightChange {
    min-width: 100%;
  }
  .customTextBoxMainContainer {
    width: 100%;
  }
  .inner-reset-password {
    margin-left: 30px;
    margin-right: 30px;
  }
  .inner-container {
    min-width: 284px;
    padding: 15px;
  }
  .ReactModal__Content {
    min-width: 300px !important;
  }

  .table-column-data {
    display: flex !important;
    align-items: center !important;
    justify-content: left !important;
  }
}

table.custom_table {
  margin: 2rem 0;
  padding: 1rem;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
  border: solid 1px #fff;
  background-color: #fff;
  position: relative;
  &[class*="#cc0000"] {
    tr:hover td {
      @media screen and (min-width: 600px) {
        color: #cf0000;
      }
      @media screen and (max-width: 600px) {
        background-color: #cf0000;
      }
    }
    @media screen and (max-width: 600px) {
      td:not(:first-child):before {
        color: #cf0000;
      }
    }
  }
  &.dark-mode {
    filter: invert(0.9);
  }
  &.bordered {
    border-bottom: solid 1px #f0f3f9;
    justify-content: center;
    padding: 0;
    & th,
    & tr,
    & td {
      border: solid 1px #ddd;
      border-bottom: none;
      border-right: none;
    }
    tr:nth-child(even) {
      border-bottom: 1px solid #ddd;
    }
    @media screen and (max-width: 600px) {
      border: none;
      border-bottom: solid 1px #ddd;
      & th,
      & td {
        border: none;
      }
      & tr {
        border: none;

        & td:first-child {
          border-top: solid 1px #ddd;
        }
      }
    }
  }
  thead {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1;
    th {
      padding: 10px;
      font-size: 90%;
      /* border-bottom: solid 2px #fff; */
      /* border: solid 1px #fff; */
      background-color: rgba(238, 238, 238, 50%);
      backdrop-filter: blur(5px);
    }
    @media screen and (max-width: 600px) {
      tr {
        background-color: rgba(255, 255, 255, 50%);
        backdrop-filter: blur(5px);
        display: block;
      }
      th {
        display: none;
      }
    }
  }
  tbody {
    td {
      border-top: solid 1px #fff;
      border-bottom: solid 1px #fff;
      padding: 10px;
      text-align: left;
      word-break: break-word;
    }
    .tc-1 {
      display: flex;
      align-items: center;
    }
    .tr-1 {
      font-size: 18px;
      display: flex;
      border: none;
    }
    .share-table-img {
      border: solid 1px #f0f3f9;
      border-radius: 50%;
      height: 40px;
      width: 40px;
    }
    .share-place {
      font-size: 12px;
      padding-left: 5px;
    }
    .share-infuencer-detail {
      display: flex;
      flex-direction: column;
      padding-top: 2px;
      padding-left: 5px;
    }
    .tr-1:hover {
      box-shadow: inset 0 0 0 2px white;
      background-color: rgba(238, 238, 238, 50%);

      cursor: pointer;
    }
    @media screen and (max-width: 600px) {
      td {
        display: block;
        text-align: left;
        transition: all 0.2s ease-in-out;
        position: relative;
        background: #eee;
        &:before {
          content: attr(data-label);
          text-transform: uppercase;
          font-weight: 700;
          margin-right: 0.5rem;
          opacity: 0.5;
        }
        &:after {
          content: " ";
          position: absolute;
          right: 1.2rem;
          left: auto;
          top: 1rem;
          bottom: auto;
          height: 10px;
          width: 10px;
          border-bottom: solid 1px #333;
          border-right: solid 1px #333;
          transform: rotate(45deg);
          pointer-events: none;
        }
      }
      td:not(:first-child) {
        position: relative;
        height: 0;
        padding: 0 1rem;
        opacity: 0;
        overflow: hidden;
        &:before {
          content: attr(data-label);
          font-size: 12px;
          font-weight: 500;

          text-transform: uppercase;
          /* position: absolute; */
        }
        &:after {
          content: none;
        }
      }

      tr.open td {
        &:first-child {
          margin-bottom: 0.5rem;
        }
        height: auto;
        overflow: visible;
        opacity: 1;

        &:after {
          border-bottom: none;
          border-right: none;
          border-top: solid 1px black;
          border-left: solid 1px black;
          top: 1.4rem;
        }
      }

      tr.open td:not(:first-child) {
        background-color: white;
        color: #333;
        padding: 0.7rem 1rem 0.5rem;
      }
    }
  }
}

table.custom_table2 {
  margin: 2rem 0;
  padding: 1rem;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
  border: solid 1px #ffffff;
  background-color: #fff;
  position: relative;
  &[class*="#CC0000"] {
    tr:hover td {
      @media screen and (min-width: 600px) {
        color: #cf0000;
      }
      @media screen and (max-width: 600px) {
        background-color: #cf0000;
      }
    }
    @media screen and (max-width: 600px) {
      td:not(:first-child):before {
        color: #cf0000;
      }
    }
  }
  &.dark-mode {
    filter: invert(0.9);
  }
  &.bordered {
    border-bottom: solid 1px #f0f3f9;
    justify-content: center;
    padding: 0;
    & th,
    & tr,
    & td {
      border: solid 1px #ddd;
      border-bottom: none;
      border-right: none;
    }
    tr:nth-child(even) {
      border-bottom: 1px solid #ddd;
    }
    @media screen and (max-width: 600px) {
      border: none;
      border-bottom: solid 1px #ddd;
      & th,
      & td {
        border: none;
      }
      & tr {
        border: none;
        & td:first-child {
          border-top: solid 1px #ddd;
        }
      }
    }
  }
  thead {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1;
    th {
      padding: 10px;
      font-size: 90%;
      /* border-bottom: solid 2px #fff; */
      /* border: solid 1px #fff; */
      background-color: rgba(238, 238, 238, 50%);
      backdrop-filter: blur(5px);
    }
    @media screen and (max-width: 600px) {
      tr {
        background-color: rgba(255, 255, 255, 50%);
        backdrop-filter: blur(5px);
        display: block;
      }
      th {
        display: none;
      }
    }
  }
  tbody {
    td {
      border-top: solid 1px #fff;
      border-bottom: solid 1px #fff;
      padding: 10px;
      text-align: left;
      word-break: break-word;
    }
    .tr-1 {
      font-size: 18px;
      text-align: left;
    }
    .tr-1:hover {
      box-shadow: inset 0 0 0 2px white;
      background-color: rgba(238, 238, 238, 50%);
      color: #1977f2;
      cursor: pointer;
    }
    @media screen and (max-width: 600px) {
      td {
        display: block;
        text-align: left;
        transition: all 0.2s ease-in-out;
        position: relative;
        background: #eee;
        &:before {
          content: attr(data-label);
          display: block;
          text-transform: uppercase;
          font-weight: 700;
          margin-right: 0.5rem;
          opacity: 0.5;
        }
        &:after {
          content: " ";
          position: absolute;
          right: 1.2rem;
          left: auto;
          top: 1rem;
          bottom: auto;
          height: 10px;
          width: 10px;
          transform: rotate(45deg);
          pointer-events: none;
        }
      }
      td:not(:first-child) {
        position: relative;
        height: 0;
        padding: 0 1rem;
        opacity: 0;
        overflow: hidden;
        &:before {
          content: attr(data-label);
          font-size: 12px;
          font-weight: 500;
          text-transform: uppercase;
          position: absolute;
        }
        &:after {
          content: none;
        }
      }
      tr.open td {
        &:first-child {
          margin-bottom: 0.5rem;
        }
        height: auto;
        overflow: visible;
        opacity: 1;
        &:after {
          border-bottom: none;
          border-right: none;
          border-top: solid 1px black;
          border-left: solid 1px black;
          top: 1.4rem;
        }
      }
      tr.open td:not(:first-child) {
        background-color: white;
        color: #333;
        padding: 0.7rem 1rem 0.5rem;
      }
    }
  }
}
.campaign-edit-page {
  padding-top: 20px;
}
.Pricing {
  width: 1059px;
  height: 715px;
  background-color: #f0f3f9;
  border-radius: 8px;
  text-align: center;
}
.Pricing-section1 {
  padding: 40.5px 203.5px;
}
.Pricing-button {
  width: 72px;
  height: 30px;
  padding: 8px 16px;
  border: 1px solid grey;
  border-radius: 20px;
  background: #ffffff;
  font-family: "Inter-Regular";
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  text-align: center;
  margin-bottom: 20px;
}
.Choose-Pricing {
  width: 652px;
  height: 78px;
  opacity: 0px;
}
.Choose-your-price {
  width: 652px;
  height: 47px;
  font-family: "Inter-Regular";
  font-size: 39px;
  font-weight: 600;
  line-height: 46.8px;
  text-align: center;
  color: var(--Grey-Grey-600, #040408);
  margin-bottom: 12px;
}
.Choose-your-price2 {
  width: 630px;
  height: 19px;
  font-family: "Inter-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  color: var(--Grey-Grey-400, #3a3b43);
  margin-bottom: 24px;
}
.Pricing-plan {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Pricing-button-quarterly-half-yearly-main-button {
  display: flex;
  justify-content: center;
  width: 240px;
  height: 45px;
  padding: 6px 8px;
  border-radius: 20px;
  border: 1px solid var(--Grey-Grey-50, #e6e7e8);
  margin-bottom: 24px;
}
.Pricing-button-quarterly {
  width: 113px;
  height: 33px;
  padding: 8px 24px;
  border-radius: 20px;
  opacity: 0px;
  background: var(--Grey-Grey-500, #090a14);
  color: #ffffff;
  cursor: pointer;
}
.Pricing-button-half-yearly {
  width: 99px;
  height: 33px;
  padding: 8px 12px;
  border: none;
}
/* .Pricing-button-half-yearly:hover{
  width: 113px;
  height: 33px;
  padding: 8px 24px ;
  border-radius: 20px;
  opacity: 0px;
  background: var(--Grey-Grey-500, #090A14);
  color:#FFFFFF;
  cursor: pointer;
} */
.Pricing-cards {
  padding: 0 250px;
  display: flex;
  justify-content: space-between;
}
.Pricing-card1 {
  border: 1px solid black;
  width: 361px;
  height: 414px;
  padding: 24px;
  border-radius: 8px;
  margin-right: 40px;
}
.Pricing-card2 {
  border: 1px solid black;
  width: 361px;
  height: 414px;
  padding: 24px;
  border-radius: 8px;
}

.typography-14 {
  font-family: "Inter-Regular";
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
}
.typography-14-600 {
  font-family: "Inter-Regular";
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
}
.typography-16-600 {
  font-family: "Inter-Regular";
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
}
.typography-10-600 {
  font-family: "Inter-Regular";
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-align: center;
}
.typography-12-500 {
  font-family: "Inter-Regular";
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  text-align: center;
}
.tab-change-subscription {
  border: 1px solid transparent;
  padding: 8px 24px;

  color: #3a3b43;
  font-size: 12px;
  /* border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; */
  text-align: center;
  cursor: pointer;
  font-family: "Inter-Regular";
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
}
.tab-change-subscription-active {
  border: 1px solid #e6e7e8;
  padding: 8px 24px;
  background-color: #090a14;
  color: #ffffff;

  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
  cursor: pointer;
  color: #ffffff !important;
  font-family: "Inter-Regular";
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
}
.diamond-subscription-most {
  padding: 4px 12px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #ffac05;
  color: #ffffff !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  width: 105px;
}

.diamond-subscription-most-container {
  margin-right: 16px;
}
.diamond-subscription-most-offer_percentage {
  color: #1977f2 !important;
  margin-top: 8px;
}

.subscription-price-container {
  width: 133px;
}

.buy-credits-btn {
  margin-top: 24px;
  width: 275px;
  height: 24px;
  padding: 8px 18px 8px 18px;
  gap: 8px;
  cursor: pointer;
  border: 1px solid #8e8e93;

  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-color-buy-credit {
  background-color: #1977f2 !important;
  color: #ffffff !important;
  border: 1px solid transparent !important;
}
.bg-color-buy-credit .button-text {
  background-color: #1977f2 !important;
  color: #ffffff !important;
  border: 1px solid transparent !important;
}
.close-btn-icon-subscription {
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
  z-index: 1;
}

.height-42 {
  height: 42px !important;
  width: 312px !important;
}

.subscription-container-hover :hover .primary-cta {
  background-color: var(--blue-blue-500) !important;
  color: var(--bg-white-color) !important;
  border: 1px solid transparent !important;
}
:root {
  --general-secondary-color: #f0f3f9; /* Default value */
  --bg-white-color: #ffffff; /* Default value */
  --general-white-color: #ffffff;
  --general-success: #009a29;
  --general-error: #f04248;
  --gray-gray-50: #e6e7e8;
  --gray-gray-100: #b3b3b6;
  --gray-gray-200: #8e8e93;
  --gray-gray-300: #5a5b62;
  --gray-gray-400: #3a3b43;
  --gray-gray-500: #090a14;
  --gray-gray-600: #040408;
  --blue-blue-100: #e8f1fe;
  --blue-blue-200: #b8d5fb;
  --blue-blue-300: #95c0f9;
  --blue-blue-400: #65a4f6;
  --blue-blue-500: #1977f2;
  --blue-blue-600: #17c6d6;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(111, 133, 147, 0.1);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(58, 109, 142, 0.525);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(87, 128, 154, 0.1);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html * {
  font-family: "Inter-Regular";
}
body,
html {
  height: 100%;
  font-family: "Inter-Regular";
  background-color: var(--general-white-color);
}
img {
  object-fit: cover;
}
div#root {
  height: 100%;
}

input:focus {
  border: 1px solid #6c25ff;
}

.grey_100 {
  color: var(--gray-gray-100);
}

/* .filterBtn {
  cursor: pointer;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 8px;
  padding-top: 8px;
  border: none;
  color: #ffffff;
  background-color: #201e43;
  background-color: transparent;
  margin-right: 16px;
  border-radius: 8px;
} */

.custom-input-text {
  background-color: var(--general-secondary-color) !important;
}
.update_input_text {
  background-color: var(--general-white-color) !important;
}
.de-active-bc {
  cursor: pointer;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 8px;
  padding-top: 8px;
  border: none;
  color: var(--gray-gray-300);
  background-color: var(--general-secondary-color);

  margin-right: 16px;
  border-radius: 8px;
}

.active-bc {
  color: var(--gray-gray-500);
  background-color: var(--general-secondary-color);
  cursor: pointer;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 8px;
  padding-top: 8px;
  border: none;

  margin-right: 16px;
  border-radius: 8px;
}

.error {
  font-size: 13px;
  color: #d0342c;
  margin-top: 6px;
  line-height: 15.6px;
  font-weight: 400;
  text-align: left;
}
.verifyClass {
  position: absolute;
  z-index: 1;
  top: 19px;
  right: 16px;
  bottom: 17px;
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}

.verify-email-full {
  position: absolute;
  z-index: 1;

  top: 104px;
  right: 60px;
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}

.transaction-csv-btn .primary-cta:hover .button-text {
  color: black !important;
}
.influencer-csv-btn .primary-cta:hover .button-text {
  color: black !important;
}

.primary-cta:hover .button-text {
  color: var(--bg-white-color) !important;
}
/* Login Screen Start */
.main-container {
  flex: 1;
}
.text-screen-container {
  padding: 20px;

  color: var(--gray-gray-500);
}
.text-screen-container h3 {
  margin-top: 20px;
}
/* do not group these rules */
*::-webkit-input-placeholder {
  color: #b3b3b3;
}
*:-moz-placeholder {
  /* FF 4-18 */
  color: #b3b3b3;
  opacity: 1;
}
*::-moz-placeholder {
  /* FF 19+ */
  color: #b3b3b3;
  opacity: 1;
}
*:-ms-input-placeholder {
  /* IE 10+ */
  color: #b3b3b3;
}
*::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b3b3b3;
}
*::placeholder {
  /* modern browser */
  color: #b3b3b3;
}
.red {
  background-color: red;
}
RadioButton {
  background-color: red;
}
.inner-container {
  display: flex;
  letter-spacing: 1px;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  max-width: 370px;
  margin-left: 136px;
  margin-top: 156px;
}
.h-center {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.content-container {
  display: flex;
  width: 100%;
}

.auth-left-container {
  background-color: var(--general-white-color);
  flex: 1;
}

.inner-left-container {
  margin-top: 160px;
  /*margin-left: 195px;
  margin-right: 76px;*/
  display: flex;
  justify-content: center;
}
.inner-left-container-forget {
  margin-top: 100px;
  /*margin-left: 195px;
  margin-right: 76px;*/
  display: flex;
  justify-content: center;
}
.inner-left-container-bind {
  padding-left: 10px;
  padding-right: 10px;
}

.right-image {
  margin-top: 50px;
  margin-left: 70px;
  margin-right: 70px;
  object-fit: contain;
}

.auth-right-container {
  background-color: var(--bg-white-color);
  flex: 1;
}

.auth-left-container {
  background-color: #090a14;
  flex: 0.5;
}

.auth-inner-login-container {
  margin-left: 32px;

  margin-bottom: 30px;
}

.auth-left-container h5 {
  margin-top: 70px;
  margin-bottom: 16px;
}
.auth-left-container p {
  padding-right: 32px;
}

.logo {
  margin-top: 32px;
}

.forgot-password {
  display: flex;
  justify-content: end;
}
.signup-login-text {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.shift-signup {
  width: 180px;
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}
/* Login Screen End */

/* SignUp Screen Start */

.content-sign-container {
  display: flex;
  width: 100%;
}

.auth-left-sign-container {
  flex: 0.5;
  background-color: var(--gray-gray-500);
}

.auth-right-sign-container {
  background-color: var(--bg-white-color);
  flex: 0.5;
}
.auth-left-sign-inner {
  margin-top: 70px;
  margin-left: 32px;
}
.auth-left-sign-inner h5 {
  margin-bottom: 16px;
}

.sign-up-text-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 8px;
  padding-right: 32px;
  align-items: center;
}

.react-datepicker-popper {
  z-index: 100 !important;
}

.inner-sign-left {
  margin-top: 20px;
  /* margin-left: 164px;
  margin-right: 107px; */
  display: flex;
  justify-content: center;
}

.sign-img-right {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 66px;
  margin-right: 66px;
  object-fit: contain;
}

.brand-page-container {
  background-color: var(--general-white-color);
  justify-content: center;
  align-items: center;

  display: flex;
}

.sign-up-inner-container {
  background-color: #ffffff;
  width: 340px;
  margin-top: 20px;
  margin-bottom: 20px;
  /*height: 480px;*/
  padding: 30px;
  display: flex;
  letter-spacing: 1px;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
}

.shift-login {
  width: 160px;
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}

/* SignUp Screen End */

/* reset password  start*/

.inner-reset-password {
  margin-top: 150px;
  margin-left: 164px;
  margin-right: 107px;
}

.company-option {
  padding: 25px;
  background-color: #fff;
  color: #333333;
}

.drop-down {
  padding: 25px;
  background-color: #fff;
  color: #333333;
}

.reset-back {
  cursor: pointer;
  margin-left: 1px;
  margin-right: 19px;
  margin-top: 28px;
}

/* reset password  end*/

/* verify email start */

.inner-verify-email {
  margin-top: 157px;
  margin-left: 164px;
  margin-right: 107px;
  margin-bottom: 312px;
}

.otp-box {
  height: 54px;
  width: 54px;
  border-radius: 8px;
  border: 1px solid #4a4a4a;
  background: #271f3d;
}

.resent-email {
  display: flex;
  flex-direction: row;
  /* width: 300px; */
  gap: 20px;
}

/* verify email end */

/*Onboard screen 2 start */
.onboard-inner-container {
  background-color: #ffffff;
  width: 400px;
  /*height: 480px;*/
  padding: 64px 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 4px;
}

/*Onboard screen 2 End */

/* dashboard campaigna listing screen start */

.campaign-text-heading {
  margin-top: 16px;
  margin-left: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  margin-right: 25px;
}
.setting_text_heading {
  margin-top: 10px;
  margin-left: 32px;
}
/* .campaign-text-heading {
  margin-top: 10px;
  margin-left: 32px;
  margin-bottom: 10px;
} */
.campaign-text-heading-user {
  margin-top: 40px;
  margin-left: 32px;
}

.page-container {
  background: var(--general-white-color);
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  width: 98%;
  margin-top: 82px;
}
.page-container-campaignList {
  background: var(--general-white-color);
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  width: 100%;
  margin-top: 82px;
}
.page-container-scriptList {
  background: var(--general-white-color);
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  margin-top: 82px;
  margin-left: 30px;
  align-items: center;
}
.create-script-container {
  display: flex;
  flex-direction: column;
  background-color: #f0f3f9;
  padding: 20px;
  border-radius: 8px;
}
.script-submit-button {
}
.page-container-campaignList-content {
  background: var(--general-white-color);
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  margin-left: 20px;
  margin-top: 82px;
}

.internal-page-container {
  background: #ffffff;
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  margin-top: 82px;
}
.internal-modal-page-container {
  background: #ffffff;
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  margin-top: 30px;
  overflow: auto;
}
.internal-modal-page-container-modal {
  background: #ffffff;
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;

  overflow: auto;
}
.internal-message-page-container {
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  margin-top: 82px;
}

.member-invite-main-screen {
  background: #161023;
  opacity: 1;
  display: flex;
  flex-direction: column;
  margin-top: 120px;
}

.campaign-list-maincontainer {
  flex-direction: column;
  position: relative;
  margin-left: 203px;
  overflow: auto;
  padding: 20px;
  width: 100%;
  /* z-index: 1; */
  padding-bottom: 20px;
}

.Campaign-list {
  border: 1px solid var(--general-secondary-color);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  gap: 7px;
  border-radius: 8px;
  cursor: pointer;
  align-items: center;
}
.campaign-list-contract {
  margin-top: 10px;
  background-color: var(--general-white-color);
  margin-bottom: 20px;
}
.Campaign-list-data {
  min-width: 100px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.campaign-list-profile {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.Campaign-list-data-profile {
  /* padding-left: 68px; */
  /* margin-right: 16px; */
  display: flex;
}
.campaign-list-data {
  display: flex;
  width: 100px;
  align-items: center;
}

/* .customHeader{
  height:50px;
  width:inherit;
  outline: 1px solid #ccc;
  padding-left: 15px;
  padding-right:15px ;
  padding-top: 8px;
  padding-bottom: 8px;
} */

/* .bottom-div{
 bottom: 0;
 height: 50px;
}
.menu-triger{
  position: absolute;
  display: flex;
  flex-direction: row;
  padding: 20px;
  width: inherit;
  border-top: 1px solid #ccc ;
  bottom: 0px;
} */

/*dashboard start */
.background-color-primary {
  background-color: #161023;
}
.dashboard-container {
  display: flex;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: auto;
}
.main-screen {
  flex: 1;
  background-color: var(--general-white-color);
  display: flex;
  flex-direction: column;
  margin-left: 80px;
  width: 100%;
}
.dashboard-maincontainer {
  display: flex;
  flex-direction: column;
  margin-left: 32px;
  margin-right: 32px;
  position: relative;

  z-index: 1;
  margin-top: 80px;
  padding-bottom: 20px;
  padding-top: 25px;
}

.dashboard-header {
  margin-right: 31px;
  margin-left: 31px;
  margin-top: 16px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.campaignlist-header {
  margin-left: 20px;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}

.space-list {
  margin-left: 18px;
  margin-right: 16px;
  margin-bottom: 20px;
}

.dashboard-maincontainer .top-container1 {
  display: flex;
  margin-top: 22px;
}

.dashboard-maincontainer .top-container2 {
  display: flex;
  margin-top: 22px;
  overflow-x: auto;
  width: 100%;
}

.dashboard-maincontainer .top-container3 {
  display: flex;
  margin-top: 24px;
}
.heading-top-container {
  margin-top: 22px;
  letter-spacing: 0.08px;
  display: flex;
  flex-direction: row;
}
.dashboard-maincontainer .rectangle {
  margin-right: 18px;
}

.fallback {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  /* margin-left: 350px; */
}

.header {
  background: var(--general-white-color);
  position: fixed;
  left: 0;
  right: 0;
  padding: 12px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
  box-shadow: 0 2px 4px -1px rgba(57, 76, 96, 0.15);
}

.header-left {
  margin-left: 0px;
}

.header-logo {
  min-width: 216px;
}

.header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.search-bar {
  height: 48px;
  min-width: 400x;
  max-width: 583px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: var(--general-secondary-color);
  border: 1px solid var(--gray-gray-50);
}
.search-bar > input:focus {
  border: none;
}

.search-campaign {
  background-color: var(--general-secondary-color);
  color: var(--gray-gray-500);
  font-size: 16px;
  border: none;
  outline: none;
  padding-right: 150px;
}

.search-filter-icon {
  height: 20px;
  width: 20px;
  padding-right: 22px;
  margin-left: 8px;
}

.search-icon {
  height: 20px;
  width: 20px;
  margin-left: 16px;
  margin-right: 8px;
  cursor: pointer;
}
.profile {
  margin-left: 32px;
  display: flex;
  flex-direction: row;
}

.profile-pic {
  margin-right: 4px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  cursor: pointer;
  object-fit: cover;
}

.credit-modal-box-icon {
  margin: 0px 20px;
  cursor: pointer;
}

.icon_down_dir {
  display: none;
}

.profile-data {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  cursor: pointer;
  /* min-width: 80px; */
  /* max-width: 122px; */
}

.profile-name {
  width: 120px;
  /* text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; */
}

.profile-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 170px;
}
.notification {
  cursor: pointer;

  margin-left: 40px;
}

.wizard-main-class {
  width: 100%;
}

.close-icon-brand-list {
  cursor: pointer;
  margin-left: 262px;
}

/* .menu-item{
 color: #000000;
 text-decoration: none;
 font-size: 19px;
 display: block;
 letter-spacing: 0px;
 opacity: .7;
 cursor: pointer;
}

.menu-item :active{
    opacity: 1;
    color: #080404;
    text-decoration: none;
    font-size: 20px;
 }
 .active{
  opacity: 1;
  color: #080404;
  text-decoration: none;
  font-size: 20px;
 }

 .menu-icon{
  display: inline-block;
  line-height: 40px;
  padding-right: 10px;
}
 .menu-item span{
  position: absolute;
  display: inline-block;
  line-height: 40px;
} */

.below-box {
  align-items: center;
  width: 428px;
  height: 53px;
  background: #d4bfff34 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 10px 10px;
  opacity: 1;
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.p-10 {
  padding: 10px;
}

.campaign-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.circle {
  display: flex;
  width: 44px;
  height: 45px;
  background-color: #d8d6d6;
  border-radius: 50%;
  margin-right: 8px;
}
.searchWrapper {
  border-radius: 2px !important;
  min-height: 22px !important;
  padding: 8px !important;
  position: relative;
  background: var(--base-white, #fff);
  border-radius: 4px;
  border-width: 0px !important;
  cursor: pointer;
  max-width: 345px;
  max-height: 49px;
  overflow: auto;
  margin-top: 3px;
  margin-bottom: 3px;
}
.width-120 {
  width: 120px !important;
}
/*dashboard End */
/* dashboard list filter start  */

.filter-wrapper {
  display: flex;
  gap: 10px;
}

.counter-btn {
  padding: 14px 46px !important;
  margin-right: 25px;
}
.collection-create-btn {
  padding: 12px 46px !important;
  margin-right: 10px;
}
.collection-create-btn-2 {
  padding: 14px 46px !important;
  margin-right: 10px;
  width: 160px;
}

.bid-counter-header {
  border-bottom: 1px solid var(--gray-gray-50);
}
.filter-icon {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #201e438c;
  padding: 8px 8px 8px 8px;
  border-radius: 6px;
}

.filter-text {
  margin-left: 6px;
  color: #fff;
}
/* dashboard list filter end */

/* Create Campaign start */
.label-wizard-border {
  border: 1px solid var(--gray-gray-500);
}
label-wizard {
  color: var(--gray-gray-500);
}
.createWidthSize {
  width: 702px;
}



/* .searchBox {
  border: 1px solid #6c25ff;
  border-color: red;
  border-radius: 4px;
  min-height: 22px;
 padding: 8px; 
  position: relative;
} */

/* Create Campaign End */

/* social media card start */
.custom-toggle {
}

.react-toggle--focus .react-toggle-thumb {
  box-shadow: none;
}

.custom-toggle .react-toggle-track {
  background-color: #efefef;
}

.react-toggle--checked .react-toggle-track {
  background-color: #2de200;
}
.custom-toggle .react-toggle-track:active {
  background: none;
}

.custom-toggle .react-toggle-thumb {
  border: none;
  filter: drop-shadow(2px 1px 6px rgba(0, 0, 0, 0.25));
}

.custom-toggle .react-toggle-thumb {
  background-color: #fff;
  box-shadow: none;
}

.react-toggle--focus .react-toggle-thumb {
  box-shadow: none !important;
}
.react-toggle-thumb {
  border-width: 0 !important;
}
.react-toggle-track:hover {
  background-color: #efefef;
}

.social-media-container {
  padding: 8px 16px 8px 16px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px 4px 4px 4px;
}
.social-platform-name {
  width: 106px;
}
.toggleBtn {
  background-color: #ffffff;
}

.instagram {
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-media-dropdown {
  background: none;
  border: none;
  cursor: pointer;
}
.Social-media-dropDown-screen {
  display: grid;
  padding-top: 5px;
  grid-template-columns: 1fr auto;

  border-radius: 0 0 4px 4px;
  background: #fff;
  margin-top: -3px;
}

.social-media-post {
  width: 290px;
  margin: 8px;
  display: flex;
  padding: 8px 10px;
  align-items: center;
  /* gap: 16px; */
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #b2b1b9;
  background: var(--base-white, #fff);
}

.social-media-post-name {
  width: 263px;
}
.social-checkbox {
}

.social-checkbox

/* social media card end */

/* checkbox start */

.checkbox-container {
  margin-top: 500px;
  margin-right: 10px;
  margin-bottom: 4px;
}

.custom-checkbox {
  margin-right: 10px;
  margin-bottom: 4px;
  position: relative;
  display: inline-block;
}

.custom-checkbox span {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-checkbox input[type="checkbox"] {
  visibility: hidden;
}

.custom-checkbox input[type="checkbox"]:checked + span {
  background-color: #039855;
  border-color: #039855;
}

.custom-checkbox span:after {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  left: 4px;
  opacity: 0;
}

.custom-checkbox input[type="checkbox"]:checked + span:after {
  opacity: 1;
}

/* checkbox end */

/* create-campaign-start */
.create-campaign-wrapper {
}

.create-campaign-wizard-container {
  background-color: var(--general-secondary-color);
  /* padding-left: 110px;
  padding-right: 110px; */
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.label-cursor {
  cursor: pointer;
}

.type-campaign-container {
  display: flex;

  justify-content: center;
  gap: 20px;
  padding-left: 97px;
  padding-right: 97px;
}

.type-media {
  background-color: #ffffff;
  padding-left: 8px;
  border: 5px solid #fff;
  /* border-radius: 0 0 8px 8px; */
  text-align: start;
  margin-top: 0;
}

.type-content {
  background-color: #ffffff;
  padding-bottom: 32px;
  padding-top: 27px;
  border-radius: 0 0 8px 8px;
  text-align: center;
  width: 474px;
  margin-bottom: 0;
}

/* .divide-line {
  margin-top: 40px;
  height: 0.5px;
  background: #54545f;
  margin-bottom: 24px;
  margin-left: -5px;
  margin-right: -5px;
} */

.divide-line2 {
  margin-top: 40px;
  height: 0.5px;
  background: #54545f;
  margin-bottom: 24px;
  /* margin-left: -140px;
  margin-right: -140px; */
}

.upload-content {
  background-color: #fff;
  width: 735px;
  height: 202px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 1px;
}

/* create-campaign-end */
/* stepper start */

.custom-stepper button {
  /* background-color: #1c1835;
  border-color: #ffffff;
  border: 2px; */
}
.custom-step {
  background-color: #1c1835;
  border-color: #ffffff;
  border: 2px;
}
.custom-step {
  display: flex;
  flex-direction: row; /* Set flex direction to row */
  align-items: center; /* Align items in the center */
  /* padding: 8px 16px; */
  border-radius: 4px;
  background-color: #ffffff; /* Change the background color of the Step labels */
}
/* stepper end */
/* Campaigns Details Start */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.detial-input {
  padding-right: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  border: 4px;
  border-radius: 4px;
  margin-right: 8px;
  width: 292px;
  border: none;
  outline: none;
  margin: 10px 16px;
  /* border: #ffffff;
  outline: #ffffff; */
}

.textAreaCampaign {
  width: 702;
}

.create-campaign-container {
  /* display: flex;
  flex-direction: column;
  align-items: center; */
}

.primary-cta:hover {
  background-color: var(--blue-blue-500) !important;
}

.primary-cta:hover .button-text {
  color: var(--bg-white-color);
}
.primary-cta:disabled {
  background-color: var(--gray-gray-100) !important;
}

.Label-0-2-9 {
  color: var(--gray-gray-500);
  margin-top: 0 !important;
}
.LabelContainer-0-2-8 {
  width: auto !important;
  margin-left: 10px;
}
.StepMain-0-2-3 {
  flex-direction: row !important;
}
.ConnectorContainer-0-2-14 {
  display: none;
}
.type-campaign {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  /* width: 430px; */
  overflow: hidden;
  border: 2px solid transparent;
  padding: 27px 16px 27px 16px;
}
.type-campaign-active {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  /* width: 430px; */
  overflow: hidden;
  border: 2px solid var(--blue-blue-500);
  padding: 27px 16px 27px 16px;
}

/* input[type="radio"] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: none;
  border: 3px solid white;


} */
.dropdown-button-list:nth-child(1) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dropdown-button-list:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.typeCampaign_radioBtn {
  position: absolute;
  top: 22px;
  right: 20px;
}
.typeCampaign_radioBtn:focus {
  /* border-color: 2px solid #fff !important; */
  /* border: none !important; */
  border: #fff !important;
}
.typeCampaign_radioBtn:active {
  border: #fff !important;
}

.typeCampaign_radioBtn2 {
  position: absolute;
  top: 20px;
  right: 20px;
}

.typeCampaign_radioBtn2:focus {
  border: #fff !important;
}

/* input[type="radio"]:before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  background: #fff;
} */

/* input[type="radio"]:checked {
  border-color: #fff;
} */

/* .kBhHpT {
  display: none;
}
.gnaqej {
  display: none;
}
.gnaqej > .svg {
  display: none;
} */
.type-content {
  position: relative;
  bottom: 6px;
  background-color: #ffffff;
  padding-bottom: 32px;
  /* padding-left: 20px; */
  padding-top: 27px;
  /* padding-right: 20px; */
  border-radius: 0 0 8px 8px;
  text-align: center;
  width: 474px;
}

.divide-line {
  margin-top: 40px;
  height: 0.5px;
  background: #54545f;
  margin-bottom: 24px;
  /* margin-left: -5px;
  margin-right: -5px; */
}
hr {
  margin-left: -110px;
  margin-right: -110px;
  background: #54545f;
}
.type-campaign-btn {
  display: flex;
  gap: 16px;
  justify-content: end;
  margin-top: 24px;
  padding: 20px;
  padding-bottom: 40px;
}

.react-toggle-thumb {
  box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.25);
}

/* .upload-content {
  background-color: #fff;
  width: 702px;
  height: 202px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
} */

.campaign-detail-textArea {
  margin-top: 16px;
}

/* create-campaign-end */
/* stepper start */

.custom-stepper button {
  /* background-color: #1c1835;
  border-color: #ffffff;
  border: 2px; */
}

.custom-step {
  background-color: #1c1835;
  border-color: #ffffff;
  border: 2px;
}
.custom-step {
  display: flex;
  flex-direction: row; /* Set flex direction to row */
  align-items: center; /* Align items in the center */
  /* padding: 8px 16px; */
  border-radius: 4px;
  background-color: #ffffff; /* Change the background color of the Step labels */
}
/* stepper end */
/* Campaigns Details Start */

.detial-input {
  padding-right: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  border: 4px;
  border-radius: 4px;
  margin-right: 8px;
  width: 292px;
  border: none;
  outline: none;
  margin: 10px 16px;
}

.textAreaCampaign {
  width: 702;
}
.button-container {
  background-color: #ffffff;
  height: 80px;
  display: flex;
  padding: 16px 27px 16px 27px;
}
.button-box {
  /* height: 80px; */
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100vw;
}
button.cancel-contract {
  width: 164px;
  height: 48px;
  margin-top: 16px;
  background-color: #ffffff;
  border: 1px solid #b3b3b6;
  font-weight: 600;
  color: #b3b3b6;
  font-size: 13px;
  border-radius: 4px;
}
button.set-reminder {
  height: 48px;
  width: 164px;
  margin-top: 16px;
  background-color: #090a14;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  margin-left: 10px;
}
button.primary-cta.Reminder-send {
  width: 164px;
  height: 48px !important;
  margin-top: 16px;
  margin-left: 10px;
}
.contract-cancel {
  width: 338px;
  height: 48px;
  margin-top: 16px;
  padding: 0px !important;
  border: 1px solid #b3b3b6 !important;
  /* color: #b3b3b6 !important; */
  margin-left: 10px;
  margin-bottom: 16px;
  background: #ffffff !important;
}
button.confirm-btn {
  width: 168px;
  height: 48px;
  background-color: #ffffff;
  color: #f04248;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #f04248;
  border-radius: 4px;
  cursor: pointer;
}


.grey_100 {
  color: var(--gray-gray-100);
}

.final-rating {
  background-color: #ffff;
  margin-left: 34px;
  margin-right: 8px;
  border-radius: 4px;
}
button.keep-contract {
  width: 168px;
  height: 48px;
  margin-left: 32px;
  background-color: #090a14;
  color: #ffffff;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: 0;
}
h2.cancel-text {
  color: #3a3b43;
  font-weight: 600;
  font-size: 24px;
  padding-top: 50px;
}
p.cancel-request {
  color: #3a3b43;
  font-size: 16px;
  font-weight: 400;
  padding-top: 12px;
}
.rating-star {
  background-color: #ffffff;
  /* width: 332px; */
  margin-bottom: 17px;
  margin-left: 41px;
  border-radius: 4px;
  margin-right: 17px;
  margin-top: 16px;
}
p.rating-para {
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  color: #8e8e93 !important;
  padding-top: 16px;

  /* width: 300px; */
}
.rating-icon {
  text-align: center;
  padding-top: 16px;
}
p.name-rating {
  text-align: center;
  font-size: 16px !important;
  font-weight: 600;
  color: #3a3b43 !important;
  /* width: 300px; */
  padding-top: 8px;
  /* padding-left: 67px; */
}

button.primary-cta.submit-rating {
  text-align: center !important;
  width: 164px !important;
  height: 48px !important;
  margin-left: 63px;
  background-color: #b3b3b6 !important;
  margin-top: 32px;
  margin-bottom: 25px;
}

button.primary-cta.submit-rating-after {
  text-align: center !important;
  width: 164px !important;
  height: 48px !important;
  margin-left: 93px;
  margin-top: 32px;
  margin-bottom: 25px;
  margin-left: 74px;
}
.confirm-cancelliation {
  padding-top: 32px;
}
.create-campaign-detail-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
}
.create-script-detail-page {
  display: flex;
  flex-direction: column;
}
.date-picker {
  width: 335px;
}

.details-text-area {
  background-color: #ffffff;
  border-radius: 4px;
  color: #090a14;
  width: 735px;
  min-height: 150px;
}

.product-category-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  row-gap: 16px;
  width: 700px;
  column-gap: 12px;
}
/* button.primary-cta.submit-rating {
  border-radius: 4px;
    max-width: 369px;
    width: 164px;
    height: 30px;
    text-align: center;
    padding: 15px 48px;
    outline: none;
    border: 0px;
    user-select: none;
    cursor: pointer;
    background: var(--gray-gray-500);
    height: 50px;
    box-shadow: none;
} */

.before_selected_image {
  border: 2px solid transparent;
}
.searchBox:focus {
  border: none !important;
}
/* .searchBox {
  width: 320px;
  height: 30px;
  background-image: url("../assets/images/dropdown_black.png");
  background-repeat: no-repeat;
  background-position: right;
} */

.selected_image {
  border: 2px solid #f55879;
  cursor: pointer;
}

.category-image {
  border: 2px solid transparent;
  cursor: pointer;
}

.chip .singleChip {
  padding: 0px;
}
.searchWrapper > span {
  padding: 0px;
  margin-right: 0px;
}
#css_custom {
  /* background-color: white;
  border-radius: 4px; */
  background-image: url(./../assets/images/ic_dropdown.jpg);
  background-repeat: no-repeat;
  background-position: 300px;

  /* margin-right: 16px; */
}

/* #css_custom1 {
  background-color: white;
  border-radius: 4px;
} */

.rb-tabs {
  font-family: "Ubuntu-Regular";
}

.tabs {
  margin-bottom: 16px;
}
.tabBox {
  min-width: 160px;
  padding: 20px 47px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff 0% 0% no-repeat padding-box;

  margin-right: 5px;

  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.rb-tabs .rb-tabs-header .rb-tabs-active-item {
  height: 0px !important;
}

.rb-tabs .tabs .active {
  background-color: #6c25ff;
  color: white;
  opacity: 1;
}

.campaign-detail-card {
  display: flex;
  /* min-width: 400px; */
  /* gap: 6px; */
  justify-content: space-between;
}

.detail-page-inner-card {
  display: flex;
}
.deliverables-page-inner-card {
  display: flex;
  gap: 6px;
  align-items: center;
}
.product-sample-main {
  position: relative;
  display: flex;
  gap: 20px;
  cursor: pointer;
}

.content-payout {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.analytics-container {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.analytics-container-main {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.deliverables-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
  row-gap: 12px;
  /* min-width: 568px; */
}

.w-195 {
  /* margin-right: 195px; */
  min-width: 195px;
}

.campaign-detail-container {
  /* background-color: #f0f3f9; */
  margin-left: 21px;
  padding-left: 24px;
  border-radius: 8px;
  padding-right: 24px;
  margin-right: 24px;
  padding-bottom: 50px;
  border: 1px solid var(--gray-gray-50);
}
.gOETxV {
  padding-right: 20px !important;
}
.proposal-detail-container {
  /* background-color: #f0f3f9; */
  margin-left: 21px;
  border: 1px solid var(--gray-gray-50);
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;

  margin-right: 24px;
  padding-bottom: 50px;
}
.brand_detail_container {
  background-color: #f0f3f9;
  margin-left: 21px;
  margin-top: 16px;

  border-radius: 8px;
  padding-right: 24px;
  margin-right: 24px;
  padding-bottom: 50px;
}

.campaign-detail-btn-tabs {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-top: 20px;
  cursor: pointer;
}

.campaign-detail-tab-header > .active {
  border-bottom: 2px solid #1878f3;
  color: #1878f3;
}

.campaign-detail-upper-container {
  display: flex;
  justify-content: space-between;
  /* padding-left: 40px; */
  /* padding-top: 32px; */

  border-bottom: 1px solid var(--gray-gray-50);
}
.brand_detail_upper_container {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  border-bottom: 1px solid #54545f;
}

.campaign-detail-tab-header {
  justify-content: flex-start;
  display: flex;
  gap: 24px;
  color: var(--gray-gray-200);
}

.campaign-detail-data-screen {
  display: flex;
  justify-content: space-around;
  align-items: start;
  flex: 1;
}

.left-side-detail {
  flex: 0.6;
  border-right: 1px solid var(--gray-gray-50);
  padding-right: 10px;
  margin-right: 10px;
}

.right-side-detail {
  flex: 0.5;
}
.right-side-detail-contract {
  flex: 0.4;
  margin-top: 24px;
}

.sc-dkzDqf.gZWIKX.rdt_TableHeadRow {
  border-bottom-color: #424158;
}

.instruction-text {
  font-size: 15px;
  color: var(--gray-gray-500);
  line-height: 1.6;
}

.see-more-text {
  color: #a6a5b4;
  cursor: pointer;
}

/* .rb-tabs-active-item {
  height: 2px;
  background-color: #6C25FF;
  bottom: 0;
  transition: all .3s cubic-bezier(.4,0,.2,1) 0ms;
  will-change: left,width;
} */
/*Campaigns Details End */

/* vertical tabs start */

.react-tabs {
  /* margin-left: 36px; */
  width: 100%;
  /* border: 1px solid #3c3e43; */
  color: white;
}
.rb-tabs .rb-tabs-header .rb-tabs-items {
  border-width: 0px !important;
}

.react-tabs__tab-list {
  display: flex;
  flex-direction: column;
  width: 220px;
  margin: 0 20px 0 0;
  padding: 12px 0 10px 0px;
  /* color: white; */
  /* background: #3c3e43; */
}

.react-tabs__tab {
  list-style: none;
  padding: 12px 6px;
  margin-bottom: 5px;
  cursor: pointer;
  color: #707070;
  background: #d6d6d65d 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.react-tabs__tab--selected {
  background: #6c25ff 0% 0% no-repeat padding-box;
  color: white;
}

.react-tabs__tab-panel {
  display: none;
  /* width: 188px; */
}

.react-tabs__tab-panel--selected {
  display: block;
}

.react-tabs__tab {
  padding-left: 24px;
}

.react-tabs__tab--selected {
  padding-left: 21px;
}

.panel-content {
  text-align: center;
}

/* vertical tabs end */

/* User Profile start */
.avatar {
  /* Rounded border */
  border-radius: 50%;
  height: 100px;
  width: 100px;
  border: 1px solid #000000;
}

.avatar__image {
  /* Rounded border */
  border-radius: 50%;

  /* Take full size */
  height: 100%;
  width: 100%;
}
/* User Profile end */

/* team popup start */

/* Popup style */
.popup-box {
  position: fixed;
  background: #00000050;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2;
}

.box {
  position: relative;
  width: 50%;
  margin: 0 auto;
  height: auto;
  max-height: 70vh;
  margin-top: calc(100vh - 85vh - 20px);
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  border: 1px solid #999;
  overflow: auto;
  z-index: 1;
}

.close-icon {
  content: "x";
  cursor: pointer;
  position: fixed;
  right: calc(28% - 30px);
  top: calc(100vh - 85vh - 10px);
  /* background: #ededed; */
  width: 25px;
  height: 25px;
  /* border-radius: 50%; */
  line-height: 20px;
  text-align: center;
  border: 1px solid rgb(82, 202, 218);
  font-size: 20px;
}

/* team popup end */

/* proposal start */
.proposalsList {
  display: flex;
  flex-wrap: wrap;
}

.proposal-inner-conatiner {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.proposal-user-profile {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  cursor: pointer;
  object-fit: cover;
}
.influencer-user-profile {
  height: 120px;
  width: 120px;

  border-radius: 50%;
  cursor: pointer;
  object-fit: cover;
  margin-bottom: 12px;
}
.influencer-user-modal-profile {
  height: 60px;
  width: 60px;

  border-radius: 50%;
  cursor: pointer;
  object-fit: cover;
  margin-right: 12px;
}
.proposal-heading-container {
  display: flex;
  gap: 6px;
  align-items: center;
  color: #fff;
  font-size: 13px;
}
/* .imageCrop-list-picture-card .imageCrop-list-item {
  padding: 0px;
  width: 300px;
  height: 168px;
}
.imageCrop-list-picture-card-container {
  width: 300px;
  height: 168px;
} */

.row-col {
  color: #039855;
}

.proposal-product-container {
  display: flex;
  color: #fff;
  gap: 8px;
  /* justify-content: space-evenly; */
  font-size: 14px;
}
.proposal-text {
  font-size: 14px;
  color: #fff;

  /* line-height: 1.6; */
}
.proposal-see-more {
  color: linear-gradient(90deg, #a271fe 10.11%, #f75774 109.06%);

  cursor: pointer;
}

.close-icon-campaign-success {
  cursor: pointer;
  text-align: end;
}

.propasal-amout-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rating {
  margin-left: 10px;
}
.proposal-accept-button {
  margin-top: 20px;
}
/* proposal end */
/* contracts container start  */
.contracts-table-container {
  /* display: flex;
  justify-content: center;
  a
  lign-items: center; */
}

.ratig-container {
  display: flex;
  gap: 8px;
  text-align: center;
}

.rating-value {
  display: flex;
  flex-direction: row;
  margin-bottom: 1px;
}

/*contracts container end  */
.table-profile {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  margin-right: 8px;
}

.contract-table-list {
  cursor: pointer;
}
/*loader css start */

.lds-ring {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
}

.multiSelectContainer * {
  box-sizing: content-box !important;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 8px;
  border: 4px solid var(--blue-blue-500);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--blue-blue-500) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
.loader-mid {
  position: absolute;
  left: 50%;
  top: 50%;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loaderRoot {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.hidden {
  display: none;
}

/* loader end */

/* brand screen  start*/
.popup-box {
  position: fixed;
  background: #00000050;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 4;
}
.box {
  position: relative;
  width: 70%;
  margin: 0 auto;
  height: auto;
  max-height: 70vh;
  margin-top: calc(100vh - 85vh - 20px);
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  border: 1px solid #999;
  overflow: auto;
}
.close-icon {
  content: "x";
  cursor: pointer;
  position: fixed;
  right: calc(15% - 30px);
  top: calc(100vh - 85vh - 33px);
  background: #ededed;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  border: 1px solid #999;
  font-size: 20px;
}
/* brand screen End */

/* Side menu start */
.side-menu {
  z-index: 5;
  position: fixed;
  height: 100vh;
  background-color: var(--bg-white-color);
  box-shadow: 1px -1px 2px 0px rgba(57, 76, 96, 0.15);
}

.side-menu:hover {
  width: 220px;
}

.side-bar-logo {
  margin-top: 56px;
  margin-left: 24px;
  margin-right: 30px;
  position: fixed;
  z-index: 4;
  justify-content: space-between;
  align-items: center;
}

.side-menu .section {
  /* margin-top: 31px;
   margin-left: 28px; */
  padding-top: 92px;
  /* padding-left: 13px; */
  opacity: 1;
  background-color: var(--bg-white-color);
}

.top-heading {
  letter-spacing: 0px;
  position: absolute;
  top: 0;
  left: 59px;
}

.menu-text {
  list-style: none;
  min-width: 40px;
}

.menu-text a {
  text-decoration: none;
  color: var(--gray-gray-300);
  font-size: 15px;
  display: flex;
  align-items: center;
  padding: 12px 25px 13px 25px;
  transition: all 0.5s;
}

.menu-text a:hover {
  transition: all 0.5s;
  color: var(--gray-gray-500);
}

.menu-items {
  width: 100%;
  margin: 0;
  padding: 0;
}

.menu-text span {
  /* margin-left: 7px; */
}

.menu-icon {
  stroke: #5a5b62;
  stroke-width: 1;
}

.main-icon path {
  stroke: #5a5b62;
}
.main-icon g {
  fill: #5a5b62;
}
/* .menu-text a.active .menu-icon,
.menu-text a:hover .menu-icon {
  fill: var(--gray-gray-500);
  filter: invert(1);
} */

.menu-items .menu-text > .active {
  /* border-radius: 5px 0px 0px 5px; */
  background: var(--blue-blue-100);

  flex-shrink: 0;
  position: relative;
}
.menu-items .menu-text > .active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 4px;
  background-image: linear-gradient(to right, #1977f2 50%, #1977f2 50%);
  background-position: 0 0 1px 0;
}
/* Dropdown menu start */
.dropbtn {
  /* background-color: #04AA6D; */
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: absolute;
  top: 40px;
  left: 32px;
  right: 24px;
  width: 100%;
}

.dropdown-content {
  display: none;
  /* position: absolute; */
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 5;
  bottom: 100%;
}

/* .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;} */

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.campaignlist-dropdown {
  min-width: 160px;
  /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
  /* z-index: 5; */
  position: relative;
  display: inline-block;
}

.campaignlist-dropdown-toggle {
  border: none;
  background-color: var(--general-white-color);
  /* padding: 5px 10px; */
  cursor: pointer;
  align-items: center;
  display: flex;
}

.campaignlist-dropdown-toggle-new {
  border: none;
  background-color: var(--general-white-color);
  /* padding: 5px 10px; */
  cursor: pointer;
  align-items: center;
  display: flex;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  margin-left: 20px;
}
.campaignlist-dropdown-text {
  color: var(--gray-gray-500);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.campaignlist-dropdown-text-new {
  /* color: var(--gray-gray-500); */
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #090a14;
}
.campaignlist-dropdown-menu {
  position: absolute;
  top: calc(100% + 5px); /* Position above the button */
  background-color: var(--general-white-color);
  left: 0;
  padding: 5px 0;
  list-style: none;
  z-index: 20;
  min-width: 256px;
  border-radius: 4px, 4px;
}

.campaignlist-dropdown-menu-new {
  position: absolute;
  top: calc(100% + 5px);
  background-color: var(--general-white-color);

  padding: 5px 0;
  list-style: none;
  z-index: 20;
  min-width: 256px;
  border-radius: 4px, 4px;
  /* right: 27px; */
  right: 0px;
  text-align: left;
}

.campaignlist-dropdown-menu li {
  padding: 14px 24px 14px 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  border: 1px 0px, 1px, 0px;
  border-radius: 4px 4px;
}

.campaignlist-dropdown-menu-new li {
  padding: 14px 24px 14px 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  border: 1px 0px, 1px, 0px;
  border-radius: 4px 4px;
}
.campaignlist-dropdown-menu li:hover {
  background-color: var(--general-secondary-color);
}

.campaignlist-dropdown-menu-new li:hover {
  background-color: var(--general-secondary-color);
}
.campaignlist-dropdown-menu li.active {
  background-color: var(--general-secondary-color);
}
.campaignlist-dropdown-menu-new li.active {
  background-color: var(--general-secondary-color);
}
.menu-text-dropdown {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.campaignlist-dropdown-arrow {
  margin-left: 8px;
}
.rotate-180 {
  rotate: 180deg;
}

/* Deopdown menu end */

/* brandList  */
.brandListContainer {
  z-index: 10;
  width: 167px;
  height: auto;
  background-color: #ffffff;
  color: #000000;
  position: absolute;
}

.

/* Side menu end */

/* crop image start */
.cropContainer {
  position: "relative";
  width: "100%";
  height: 200;
  background: "#333";
}
.controls {
  padding: 16;
  display: "flex";
  flex-direction: "column";
  align-items: "stretch";
}

/* crop image end */

/* company-detail start */
.setting-screen-main-container {
  border-radius: 8px;
  background: var(--general-secondary-color);

  margin-right: 15px;
  padding-bottom: 15px;
  position: relative;
}
.company-setting-main {
  padding-top: 10px;
}

.brand-img {
  /* margin-top: 21px; */
  height: 120px;
  width: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.company-setting-inner {
  display: flex;
  /* gap: 23px; */
}

.company-address-heading {
  margin-top: 16px;
  margin-bottom: 17px;
}
/* .company-address-main {
  margin-top: 16px;
  margin-bottom: 17px;
} */

.transaction-list-main-container {
  max-width: 820px;
  background-color: #1c1835;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  justify-content: space-around;
  gap: 10px;
  border-radius: 8px;
}

.brand-text-area {
  background-color: var(--gray-gray-50);
  border-radius: 8px;
  border: 1px solid rgb(230, 231, 232);
  margin: 5px;
  width: 40vw;
}

.content-status-container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #54545f;
}

.content-status-bottom-container {
  display: flex;
  gap: 16px;
  /* justify-content: end; */
  /* padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #54545f; */
}

.content-fall-back-container {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.contract-status-tab-header {
  justify-content: flex-start;
  display: flex;
  color: var(--gray-gray-200);
}

.contact-status-btn-tabs {
  padding-left: 24px;
  padding-bottom: 16px;
  cursor: pointer;
}

.contract-status-tab-header > .active {
  border-bottom: 0.5px solid #54545f;
  color: var(--gray-gray-500);
}

.contracts-page {
  visibility: hidden;
}
.content-page {
  visibility: hidden;
}

.analytics-page {
  visibility: hidden;
}
.detail-page {
  visibility: hidden;
}
.proposal-page {
  visibility: hidden;
}

/* image video */
.image-zoom-container {
  position: relative;
  width: 300px;
  height: 200px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.image-content-status {
  width: 700px;
  height: 480px;
  object-fit: cover;
}

.content-close-icon {
  position: relative;
  bottom: 200px;
  left: 670px;
}

.image-zoom-container.zoomed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.image-zoom-container.zoomed .image {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 1001;
}

.video-player-container {
  position: relative;
  width: 300px;
  height: 200px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.video-content-status {
  width: 700px;
  height: 480px;
  object-fit: cover;
}

.video-player-container.playing {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 1001;
}

.content-status-media {
  display: flex;
  gap: 14px;
  /* justify-content: center; */
  /* margin-top: 8px; */
  margin-bottom: 12px;
  width: 50px;
}
/* team-member-start */

.team-member-profile-pic {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-top: 10px;
  margin-right: 15px;
  object-fit: cover;
}

.team-members-delete-icon {
  cursor: pointer;
  margin-top: 10px;
  margin-left: 25px;
}

.content-row {
  cursor: pointer;
  margin-bottom: 10px;
  /* border-bottom: 1px solid #161023a1; */
}
.content-row-parent {
  background: var(--general-secondary-color);
  padding: 15px;
  margin-right: 15px;
  margin-left: 33px;
  margin-top: 15px;
  border-radius: 8px;
}
.brand-list-warp {
  cursor: pointer;
  max-width: 400px;
  margin-bottom: 10px;
  text-align: start;
}
.brand-list-warp-active {
  cursor: pointer;
  max-width: 400px;
  margin-bottom: 10px;
  border: 1px solid #f55879;
  text-align: start;
  border-radius: 8px;
}

.brand-list-container {
  max-height: 300px;
  overflow: auto;
}

.team-member-header {
  margin-top: 20px;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
  justify-content: space-between;
}

.chat-input-box {
  /* position: absolute;
  left: 0;
  right: 0;
  bottom: 0px; */
}

.message-detail-data-screen {
  display: flex;
  background-color: #201e43;
  align-items: start;
  gap: 18px;
  flex: 1;
  padding: 40px;
}
.input-send-box {
  width: 99%;
  height: 50px;
  background: transparent;
  color: #fff;
  border: 1px solid #4a4a4a;
  padding-left: 5px;
}
.input-send-box:focus-visible {
  outline: none;
  border: 1px solid #4a4a4a;
  padding-left: 5px;
}

.influencer-table-profile {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.send-message-button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: x-large;
  color: #fff;
}

.bMgaAx div:first-child {
  overflow: unset;
}

.message-box-container {
  overflow: auto;
  height: 250px;
}
.infinite-scroll-component__outerdiv {
  width: 100%;
}

.input-send-box-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-account-logout-detail {
  padding-left: 40px;
  padding-right: 60px;
  padding-top: 20px;
  padding-bottom: 7px;
}
.logout-main-btn {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  border-top: 1px solid var(--gray-gray-200);
  background-color: #000 !important;
  color: #000 !important;
}
.logout-main-btn:hover {
  background-color: var(--blue-blue-500);
}

.logout-main-btn button {
  background: none;
  /* background-color: #201e43 !important; */
  border: none;
  /* color: #fff; */
  margin-top: 5px;
  border-top: #efe8e8;
}

.all-credit-data {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 6px;
  margin-bottom: 15px;
}

.all-credit-data-info {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 15px;
}

.see-all-button {
  display: flex;
  justify-content: space-between;
  margin-right: 32px;
}

.see-all-main-btn {
  cursor: pointer;
}

.credits-screen-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.bottom-credit-card {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 40px;
  padding: 20px;
  border: 1px solid var(--gray-gray-300);
  margin-bottom: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

/* .bottom-credit-card:active {
  border: 1px solid red;
} */

.bottom-credit-card_active {
  border: 2px solid var(--blue-blue-500);
  display: flex;
  align-items: center;
  flex-direction: row;
  border-radius: 10px;
  gap: 40px;
  padding: 26px 20px;
  /* box-shadow: 1px 0px 1px 4px #3a375d; */
  justify-content: space-between;
  margin-bottom: 20px;
  cursor: pointer;
}

.bottom-credit-card_active-brand {
  margin-left: 32px;
  margin-right: 32px;

  cursor: pointer;
  max-width: 600px;

  border: 1px solid #a271fe;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 40px;
  padding: 20px;
  /* box-shadow: 1px 0px 1px 4px #3a375d; */
  justify-content: space-between;
  margin-bottom: 20px;
}

.bottom-credit-card-brand {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 40px;
  padding: 20px;
  border: 1px solid white;
  margin-bottom: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-left: 32px;
  margin-right: 32px;

  max-width: 600px;
}

.ReactModalPortal {
  z-index: 8;
  background: rgba(0, 0, 0, 0.96);
}

.all-credit-card-warper {
  /* max-height: 200px; */
  /* overflow: auto; */
  padding-left: 10px;
  padding-right: 10px;
}

.close-btn-icon {
  position: absolute;
  right: 3px;
  top: 10px;
  cursor: pointer;
  z-index: 1;
}

/* Success.css */

.success-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: var(--general-secondary-color);
}

.success-box {
  border-radius: 8px;
  background: var(--general-secondary-color);
  color: #fff;
  padding: 60px;
  border-radius: 7px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.96);
}

.success-title {
  font-size: 24px;
  margin-bottom: 10px;
  margin: 6px;
}
.success-text {
  margin: 5px;
  color: var(--gray-gray-200);
}

.success-text a {
  color: var(--gray-gray-500);
  text-decoration: underline;
}

.upload-kyc-tax-proof {
  height: 200px;
  width: 369px;
  border-radius: 8px;
  background-color: #fff;
  margin-top: 20px;
  /* background-color: rgb(29, 22, 45); */
}

.kyc-uploaded-id {
  height: 208px;
  width: 370px;
}
.kyc-heading-and-status {
  margin-bottom: 12px;
  padding-top: 10px;
  display: flex;
  padding-right: 10px;
  flex-direction: column;
}

.rejected-kyc-comment {
  display: flex;
  justify-content: space-between;
}

.sign-up-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.add-new-brand-btn {
}

.fall-back-center-campaign {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.close-icon-brand {
  position: absolute;
  top: -50px;
  right: 10px;
  cursor: pointer;
}

.brand-upload-logo {
  position: absolute;
  position: absolute;
  width: 100px;
  top: 15%;
  left: 15%;
}

.brand-add-page-loader {
  position: absolute;
  left: 29%;
  top: 30%;
}

.kyc-page-loader {
  position: absolute;
  left: 27%;
  top: 36%;
}

.fullscreen-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.8); /* Light gray with some transparency */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.influencer-portfolio-image {
  background: rgba(128, 128, 128, 0.8); /* Light gray with some transparency */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.fullscreen-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.fullscreen-image-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  padding: 10px;
  z-index: 1;
}

.fullscreen-image-sample-content {
  position: absolute;
  top: 0%;
  left: 100%;
  transform: translate(-10%, -50%);
  z-index: 1000;
}

.brand-setting-container {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 20px;
  padding-left: 20px;
}

.brand-update-page-loader {
  position: absolute;
  left: 7%;
  top: 28%;
}

.fullscreen-image-contract {
  position: absolute;
  top: 10%;
  /* left: 100%; */
  transform: translate(-10%, -50%);
  z-index: 1000;
  right: 50%;
}

.fullscreen-image-close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.css-bdhsul-MuiTypography-root-MuiDialogTitle-root {
  display: none;
}

.imageCrop-list-picture-card-container {
  width: 360px !important;
  height: 205px !important;
}

.imageCrop-list-picture-card .imageCrop-list-item {
  border: none !important;
}
.MuiSlider-markLabel {
  color: #ffffff !important;
}

.css-knqc4i-MuiDialogActions-root {
  background-color: var(--general-white-color);
}

.css-1lddlii-MuiButtonBase-root-MuiButton-root {
  background-color: #d64b8e !important;
}

.MuiBox-root {
  margin-top: 20px !important;
}
.css-1aznpnh-MuiSlider-root {
  color: #fff !important;
}
.reactEasyCrop_Container {
  margin-top: 20px;
}

.css-1lddlii-MuiButtonBase-root-MuiButton-root {
  background-color: #af00ff !important;
}

.custom-select .css-yk16xz-control {
  background-color: white;
}

.react-select__control {
  background-color: white;
}

.react-dropdown-select-input:focus {
  border: none !important;
}

.imageCrop-select-picture-card {
  background: url(../assets/images/image-picker.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100px;
  z-index: 1000;
  height: 300px !important;
  width: 350px !important;
}

.tabler-icon {
  display: none;
}

.css-wmy1p7-ReactDropdownSelect * {
  padding-bottom: 3px;
}

.LabelContainer-0-3-8 {
  color: #fff;
}

.rating-date-name {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.rating-feedback {
  min-width: 300px;

  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin-left: 105px;
}

.influencer-details-section {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.influencer-name-rating {
  display: flex;
  flex-direction: row;
  gap: 5px;
  text-align: center;
}
.influencer-detail-category-platform {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--gray-gray-50);
  padding: 20px 0px 20px 0px;
}
.influencer-detail-category-modal-platform {
  display: flex;
  justify-content: space-between;

  padding: 20px 0px 20px 0px;
}

.category-background-influencer {
  background-color: #e8f1fe;
  margin-top: 16px;
  border-radius: 20px;
  padding: 4px 12px 4px 12px;
  margin-right: 8px;
  margin-left: 8px;
}
.category-background-modal-influencer {
  background-color: #e8f1fe;
  margin-top: 16px;
  border-radius: 20px;
  padding: 4px 12px 4px 12px;
  margin-right: 8px;
}

.influencer-platform {
  display: flex;
  flex-direction: row;
  gap: 25px;
  cursor: pointer;
  padding: 5px;
  border-radius: 2px;
  align-items: center;
  border-bottom: 2px solid #161023;
  border-top: 2px solid #161023;
}

.category-background-influencer-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 3px;
}

.edit-campaign-icon-btn {
  text-align: end;
  cursor: pointer;
  position: absolute;
  left: 135px;
  top: 0px;
}

.edit-product-category-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  row-gap: 16px;

  column-gap: 12px;
}

.edit-campaign-detail-page {
  display: flex;
  flex-direction: column;
}

.edit-product-category-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  row-gap: 8px;
  width: 700px;
  column-gap: 8px;
}

.edit-details-text-area {
  background-color: #ffffff;
  border-radius: 4px;
  color: #090a14;
  /* width: 349px; */
  margin-left: 12px;
  margin-right: 12px;
}
.edit-campaign-input-field {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.edit-campaign-main-container {
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding-right: 10px;
  margin-top: 30px;
  max-height: 500px;
}
.EditorToolbar__root___3_Aqz {
  text-align: left;
}
.campaign-detail-edit-toggle-btn {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.rce-container-mlist {
  min-height: 370px;
  max-height: 370px;
}

.rce-container-input {
  background: var(--general-white-color) !important;
}
.rce-input-textarea {
  overflow: hidden;
  background-color: var(--general-white-color);
  color: var(--gray-gray-500) !important;
}
.rce-input {
  border-radius: 0px !important;
}
.rce-mbox {
  background: var(--general-white-color) !important;
}
.rce-mbox-left-notch,
.rce-mbox-right-notch {
  fill: var(--general-white-color) !important;
}
.rce-mbox-text {
  color: var(--gray-gray-500) !important;
}
.rce-mbox-text {
  float: none !important;
}

.rce-mbox-right > .rce-mbox-body > .rce-mbox-title {
  justify-content: end;
  flex-direction: row-reverse;
  color: var(--gray-gray-500) !important;
}

.rce-mbox-title--clear {
  color: var(--gray-gray-500) !important;
  font-size: 11px !important;
}
.rce-avatar-container.default {
  height: auto !important;
  width: auto !important;
}
.rce-avatar-container .rce-avatar {
  height: 25px !important;
  width: 25px !important;
  border-radius: 50%;
  margin: 5px;
}

.customTextInputHeightChange {
  width: 100%;
  max-width: 369px;
  height: 54px;
  position: relative;
}
.public-DraftEditor-content {
  min-height: 150px;
}

.ReactTags__tagInputField {
  padding: 10px 15px;
  width: 311px;
  border-radius: 4px;
}

.ReactTags__tagInputField:focus {
  border: none !important;
}

.ReactTags__tagInputField:focus-visible {
  border: none;
  outline: none;
}

.ReactTags__selected {
  width: 311px;
  margin-top: 10px;
}

.tag-wrapper {
  color: #fff;
  background: gray;
  padding: 0px 5px 5px 5px;
  margin-left: 2px;
}

.RichTextEditor__editor___1QqIU {
  height: 250px;
}

.public-DraftEditor-content {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.categoryCard {
  border-radius: 20px;
  border: 1px solid var(--gray-gray-500);
  padding: 2px 8px;
  margin-right: 8px;
  min-width: 40px;
  display: flex;
  justify-content: center;
}
.vertical-line {
  width: 0 px;
  height: 16px;
  border-left: 1px solid var(--gray-gray-200);
  margin-right: 8px;
}
.category-card-more {
  border-radius: 20px;
  border: 1px solid #090a14;
  padding: 2px 8px;
  margin-right: 8px;
  min-width: 60px;
  color: var(--gray-gray-500);
}
.category-card-more:hover {
  background-color: var(--gray-gray-500);
  color: var(--general-white-color);
}
.nameWidth {
  min-width: 80px;
}
.amountCard {
  border-radius: 17px;
  padding: 7px 16px 7px 16px;
  /* background-color: #090a14; */
  border: 1px solid var(--gray-gray-500);
  min-width: 40px;
}
.circle-boost {
  width: 19px;
  height: 19px;
  background-color: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
}

.platform-name {
  margin-left: 15px;
  cursor: pointer;
}
/* dropdownButton */
.dropdown-button {
  background-color: white;
  height: 129px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 16px;
  gap: 10px;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  top: 226px;
  left: 1330px;
  cursor: pointer;
  border-radius: 6px;
}
.dropdown-button-list {
  background-color: white;
  height: fit-content;
  top: 226px;
  left: 1330px;
  padding: 8px 16px 8px 16px;
  gap: 10px;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid var(--gray-gray-50);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
}

.dropdown-button-list-selected {
  background-color: var(--general-secondary-color);
  height: fit-content;
  top: 226px;
  left: 1330px;
  padding: 8px 16px 8px 16px;
  gap: 10px;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid var(--gray-gray-50);
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
}

.dropdown-button-container {
  border-radius: 4px;
  position: relative;
}
.dropdown-list-container {
  position: absolute;
  right: 250px;
  top: 48px;
  box-shadow: 0px 2px 10px 0px #93a3c333;
  border-radius: 4px;
  z-index: 2;
}
.dropdown-list-container-contract {
  position: absolute;
  right: 55px;
  top: 48px;
  box-shadow: 0px 2px 10px 0px #93a3c333;
  border-radius: 4px;
  z-index: 2;
}
.dropdown-list-container-invite {
  position: absolute;

  top: 48px;
  box-shadow: 0px 2px 10px 0px #93a3c333;
  border-radius: 4px;
  z-index: 2;
  text-wrap: nowrap;
}
.dropdown-list-container-discovery {
  position: absolute;
  right: 67px;
  top: 48px;
  box-shadow: 0px 2px 10px 0px #93a3c333;
  border-radius: 4px;
  z-index: 2;
}
.dropdown-match-list-container {
  position: absolute;
  right: 128px;
  top: 48px;
  box-shadow: 0px 2px 10px 0px #93a3c333;
  border-radius: 4px;
  z-index: 2;
}
.apply-btn-filter {
  background-color: var(--blue-blue-500) !important;
}

.content-like-view-count {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
}

.bid-list-dropdown-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;

  margin-top: 12px;
  margin-bottom: 12px;
}

.bid-list-dropdown-header-container-new {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  position: relative;
  margin-top: 12px;
  margin-bottom: 12px;
  justify-content: end;
}

.dropdown-button svg {
  vertical-align: middle;
}

.dialog-title {
  height: 14px;
  color: black;
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.0075em;
  padding: 16px 24px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.post_image {
  width: 155px;
  height: 155px;
  transition: filter 0.9s ease;
}

.box {
  flex: 1 0 calc(25% - 10px); /* Adjust width as needed */
  min-width: 0;
  height: 100px; /* Adjust height as needed */
  border: 1px solid #000;
  margin: 5px;
  box-sizing: border-box;
}
.influencer_address_detail_container {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray-gray-50);
}

.influencer_address_detail {
  display: flex;
  justify-content: space-between;
}

.influencer_social_media_container {
  padding: 16px 0px 16px 0px;
  border-bottom: 0.5px solid var(--gray-gray-50);
}
.influencer_social_media_id {
  display: flex;
  gap: 15px;
  align-items: center;
}
.influencer_social_media_id_icon_container {
  display: flex;
  flex-direction: column;
}
.influencer_social_media_id_icons {
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: 200px;
  cursor: pointer;
}

.custom-table {
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: right;
}
.custom-table-new {
  /* padding-top: 12px; */
  /* padding-left: 20px;
  padding-right: 20px; */
  padding-bottom: 20px;
  text-align: right;
}
.custom-table-bid {
  border: 1px solid var(--gray-gray-50);
  border-radius: 7px;
  overflow-x: hidden;
}
.table-contract {
  border: 1px solid var(--gray-gray-50);
  border-radius: 7px;
  overflow-x: hidden;
  margin-top: 13px;
}

.CustomTable {
  border: 1px solid var(--general-secondary-color);
  border-radius: 7px !important;
}
.custom-table-wrapper .rdt_TableBody .rdt_TableRow:last-child .rdt_TableCell {
  border-bottom: none;
}

.engagement-view-container {
  background-color: var(--general-secondary-color);
  padding: 16px;
  border-radius: 4px;
  margin-bottom: 24px;
  width: 545px;
}
.engagement-view-inner {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding: 8px;
  flex-wrap: wrap;
}
.border-bottom {
  border-bottom: 1px solid var(--gray-gray-50);
}

.instagram-data-view {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 80px;
}
.recent_collaboration_main_container {
  padding: 0px 20px 20px 0px;
  max-width: 600px;
}
.all_post_image_container {
}
.all_post_image_container .react-multi-carousel-item {
  width: 160px !important;
}
.post_image_container {
  margin-left: 5px;
}

.influencer_detail_main_container {
  padding: 20px 24px 20px 24px;
  border-radius: 8px;
  border: 1px solid var(--gray-gray-50);
  margin-right: 20px;
  margin-left: 24px;
  min-width: 370px;
  max-width: 390px;
}
.influencer_detail_main_modal_container {
  padding: 20px 24px 20px 24px;
  border-radius: 8px;
  min-width: 370px;
}

.re_upload_brand_icon {
  position: absolute;
  right: 2px;
  bottom: 0px;
  height: 39px;
}

.upload_brand_icon {
  position: absolute;
  left: 85px;
  bottom: 0px;
  height: 39px;
}
.social_media_chart_icon {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  position: relative;
  width: 100%;
}
.engagement-rate {
  position: absolute;
  top: 39%;
  left: 18%;
  text-align: center;
}
.create_profile_step {
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  color: var(--gray-gray-200);
}
.create_profile_step span {
  font-size: 13px;
  font-weight: 500;
  line-height: 15.6px;
  color: var(--gray-gray-400);
}

/* influencer details box */
.influencer-detail-container {
  min-width: 264px;
  max-width: 390px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
  /* padding-bottom: 20px; */
  border-radius: 6px;
  border: 1px solid var(--gray-gray-50);
}

/* contract details screen start */
.contract-detail-container {
  background-color: var(--general-white-color);
  padding: 18px 0px 50px 20px;
  border-radius: 8px;
}
.contract-details-box {
  margin-right: 20px;
}

.contract-details-box:last-child {
  margin-right: 0;
}

.contract-details-box:nth-child(1) {
  /* min-width: 340px; */
  flex: 0.35;
}

.contract-details-box:nth-child(2) {
  /* min-width: 340px; */
  flex: 0.35;
}

.contract-details-box:nth-child(3) {
  /* min-width: 340px; */
  flex: 0.3;
}
.contract-details-container {
  /* min-width: 320px;
  max-width: 410px; */
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 6px;
  border: 1px solid var(--gray-gray-50);
  gap: 20px;
}
.contract-details-container-row {
  display: table-row;
  border-bottom: 1px solid var(--gray-gray-500);
}
.contract-details-container-col-1 {
  display: table-cell;
  min-width: 129px;
  vertical-align: top;
}
.contract-details-container-col-2 {
  display: table-cell;
  padding-left: 16px;
}
.seperater {
  border: 0;
  height: 1px;
  background-color: var(--gray-gray-50);
  margin: 20px 0 20px 0;
}
.download-content {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  border-radius: 3px;
  border: 1px solid rgb(219, 219, 219);
  padding: 0px 2px 7px 2px;
  margin: 6px;
}
.content-media {
}
/* contract details screen end */

/* content status start */
.chat-button {
  display: flex;
  flex-direction: row;
  background-color: var(--gray-gray-500);
  color: var(--general-secondary-color);
  width: 164px;
  height: 38px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}
.content-status-container-box {
  min-width: 330px;
  max-width: 350px;
  padding-left: 8px;
  padding-right: 20px;
  padding-top: 20px;
  /* padding-bottom: 20px; */
  /* border-radius: 6px; */
  background-color: var(--general-secondary-color);
  border: 1px solid var(--gray-gray-50);
  gap: 20px;
}
.content-container-main {
  min-width: 330px;
  max-width: 350px;
  /* padding-left: 8px; */
  padding-right: 9px;
  /* padding-top: 20px; */
  /* padding-bottom: 20px; */
  /* border-radius: 6px; */
  background-color: var(--general-secondary-color);
  border: 1px solid var(--gray-gray-50);
  gap: 20px;
}

/* .css-9l5vo-MuiCollapse-wrapperInner {
  margin-right: 20px !important;
} */
/* .css-9tmuzo-MuiStepper-root {
  margin-right: 20px !important;
} */

.css-1u4zpwo-MuiSvgIcon-root-MuiStepIcon-root {
  color: var(--general-white-color) !important;
}
.Mui-completed {
  color: var(--general-success) !important;
}
.Mui-active {
  color: var(--gray-gray-500) !important;
}
.Mui-active > .css-117w1su-MuiStepIcon-text {
  fill: var(--general-white-color) !important;
  font-size: 16px !important;
  font-family: "Inter-Medium" !important;
}
.css-117w1su-MuiStepIcon-text {
  fill: var(--gray-gray-100) !important;
  font-size: 16px !important;
  font-family: "Inter-Medium" !important;
}

.css-1hv8oq8-MuiStepLabel-label .MuiStepLabel-label {
  font-family: "Inter-Medium" !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 19px !important;
  letter-spacing: 0em;
  text-align: left;
}
.Mui-completed .MuiStepLabel-label {
  color: var(--gray-gray-500) !important;
}

.content-pending-container {
  margin-top: 12px;
  margin-bottom: 8px;
  background-color: var(--general-white-color);
  padding: 12px;
  border-radius: 4px;
  gap: 12px;
}
.content-pending-card {
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
}
.content-pending-card-text {
  font-family: "Inter-Medium";
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}

.content-pending-content-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px 8px 16px;
  border-radius: 6px;
  border: 1px solid var(--gray-gray-50);
  gap: 10px;
}
.background-white {
  background-color: var(--general-white-color) !important;
}

.content-pending-content-imagecard {
  background-color: var(--general-white-color);
  margin-top: 12px;
  margin-bottom: 12px;
}
.content-url {
  min-width: 180px;
  max-width: 240px;
  word-wrap: break-word;
}

/*content status end */

.setting_page_container {
  background: var(--general-white-color);
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  width: 100%;
}
.contract_message_list {
  overflow-y: auto;
  /* border: 1px solid var(--gray-gray-100);
  border: 1px solid var(--gray-gray-100); */

  height: 470px;
}

/* width */
.contract_message_list::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.contract_message_list::-webkit-scrollbar-track {
  background: rgba(111, 133, 147, 0.1);
}

/* Handle */
.contract_message_list::-webkit-scrollbar-thumb {
  background: rgba(111, 133, 147, 0.1);
}

/* Handle on hover */
.contract_message_list::-webkit-scrollbar-thumb:hover {
  background: rgba(111, 133, 147, 0.1);
}

.message_box_container {
  height: 350px;
  overflow-y: auto;
  padding: 10px;
  background-color: var(--general-secondary-color);
  border-bottom: 1px solid var(--gray-gray-100);
}

/* width */
.message_box_container::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.message_box_container::-webkit-scrollbar-track {
  background: rgba(111, 133, 147, 0.1);
}

/* Handle */
.message_box_container::-webkit-scrollbar-thumb {
  background: rgba(58, 109, 142, 0.525);
}

/* Handle on hover */
.message_box_container::-webkit-scrollbar-thumb:hover {
  background: rgba(87, 128, 154, 0.1);
}
.influencer_name_chat_container {
  min-width: 364px;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid var(--gray-gray-100);
  height: 500px;
}

.influencer_name_chat {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  border-bottom: 1px solid var(--gray-gray-100);
  border-top: 1px solid var(--gray-gray-100);
}
.influencer_name_list {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 12px 16px 12px 16px;
  position: relative;
}
.influencer_name_list_active {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  background-color: var(--general-secondary-color);
  padding: 12px 16px 12px 16px;
  position: relative;
}
.red-dot-pending-message {
  position: absolute;
  top: 12px;
  left: 50px;

  background-color: red;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.red-dot-pending-message-side {
  background-color: red;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

button.primary-cta.transaction-csv-btn {
  background-color: var(--general-secondary-color) !important;
  border: 1px solid var(--gray-gray-500) !important;
}
button.primary-cta.influencer-csv-btn {
  background-color: var(--general-secondary-color) !important;
  border: 1px solid var(--gray-gray-500) !important;
  padding: 6px 12px 6px 18px !important;
}
.bid-csv-btn {
  background: var(--bg-white-color);
  padding: 3px 10px 2px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.filter-icon-btn {
  background: var(--bg-white-color);
  padding: 3px 10px 0px 9px;
  border-radius: 4px;
  cursor: pointer;
}

.filter-icon-btn-invite {
  background: var(--bg-white-color);
  padding: 10px 10px 0px 4px;
  border-radius: 4px;
  cursor: pointer;
}

.message_user {
  display: flex;
  align-items: end;
  flex-direction: column;
  margin-bottom: 10px;
  border-radius: 4px;
  margin-right: 20px;
}

.message_influencer {
  display: flex;
  align-items: start;
  flex-direction: column;
  margin-bottom: 10px;
  border-radius: 4px;

  margin-left: 20px;
}

.message_user_text {
  color: var(--bg-white-color);
  background-color: var(--gray-gray-500);
  padding: 8px 12px 8px 12px;
  border-radius: 12px;
  border-top-right-radius: 0px;
}

.message_influencer_text {
  color: var(--gray-gray-400);
  background-color: var(--bg-white-color);
  padding: 8px 12px 8px 12px;
  border-radius: 12px;
  border-top-left-radius: 0px;
}

.message_send_input {
  width: 100%;
  padding: 10px;
  margin-right: 10px;
  border: none;
  background-color: var(--general-white-color);
}
.message_send_input:focus-visible {
  outline: none;
  border: none !important;
}
.message_send_input_container {
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  padding: 4px;
  border-radius: 8px;
  border: 1px solid var(--gray-gray-100);
  margin: 5px;
  margin-left: 15px;
  margin-right: 15px;
  padding-right: 15px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.influencer_message_profile {
  height: 48px;
  width: 48px;
  border-radius: 50%;
}

.message_chat_box_header {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
}

.message_chat_box_container {
  width: -webkit-fill-available;
  border: 1px solid var(--gray-gray-100);
  position: relative;
  height: 500px;
}

.send_button_message {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  margin-top: 8px;
  cursor: pointer;
}

.sidebar {
  position: fixed;
  top: 0;
  right: -250px; /* Sidebar initially hidden */
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: right 0.7s ease;
  z-index: 10000;
  /* overflow-y: auto; */
}

.sidebar.open {
  right: 0;
}
.custom_table th,
.custom_table td {
  /* text-align: center; */
  vertical-align: middle;
}
.sidebar-content {
  padding: 0px 20px 0px 20px;
  text-align: center;
  position: absolute;
  right: 0px;
  background-color: var(--bg-white-color);
  width: 350px;
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.collection-sheet-url-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--gray-gray-100);
  margin-top: 25px;
}

.collection-link-regenerate {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.regenerate-url {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.copy-cta-btn {
  height: 50px;
}
.icon-hover:hover {
  filter: brightness(0.1);
}
.collection-link-copy-header {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
}

.sidebar-flyout-content {
  padding: 0px 20px 0px 20px;
  text-align: center;
  position: absolute;
  right: 0px;
  background-color: var(--bg-white-color);
  width: 650px;
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.sidebar-flyout-content-modal {
  text-align: center;
  position: absolute;
  right: 0px;
  background-color: var(--bg-white-color);
  width: 670px;
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.sidebar-content-filter {
  padding: 0px 20px 0px 20px;
  text-align: center;
  position: absolute;
  right: 0px;
  background-color: var(--bg-white-color);
  width: 350px;
  height: 100%;

  display: flex;
  flex-direction: column;
}

.sidebar-content-filter-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.filter-status-bottom-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
  padding-top: 20px;
}

.sidebar-toggle {
  position: absolute;
  top: 20px;
  right: -30px;
  background-color: #444;
  padding: 10px;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  color: #fff;
  transition: right 0.3s ease;
}

.sidebar-toggle:hover {
  background-color: #555;
}

.close-btn-fly {
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #555;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.close-btn-fly:hover {
  background-color: #777;
}

.payment-summary-heading {
  margin-top: 24px;

  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.payment-summary-heading-modal {
  margin-top: 24px;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.flyout-summary-campaign-detail {
  padding: 20px 16px 20px 16px;
  border: 1px solid var(--gray-gray-100);
  border-radius: 6px;
  margin-bottom: 20px;
}
.summary-campaign-detail {
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray-gray-50);
  gap: 20px;
  margin-bottom: 20px;
  /* justify-content: space-between; */
}

.summary-contract-detail {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  gap: 20px;
}

.w-150 {
  width: 150px;
  text-align: left;
}
.flyout-content-detail-container {
  display: flex;
  background-color: var(--general-secondary-color);
  padding: 20px 16px 20px 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}
.flyout-content-detail {
  display: flex;
  flex-direction: row;
  gap: 17px;
  align-items: center;
}
.contract-pay-button {
  margin-bottom: 10px;
}

.bid-search-bar {
  height: 40px;
  min-width: 300x;
  max-width: 400px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: var(--bg-white-color);
  border: 1px solid var(--gray-gray-50);
}

.bid-search-campaign {
  background-color: var(--bg-white-color);
  color: var(--gray-gray-500);
  font-size: 16px;
  border: none !important;
  outline: none;
  padding-right: 50px;
}

.message-fall-back {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 10px;
}

.review-campaign-heading {
  width: 100%;
  padding: 22px 0px 22px 0px;
  text-align: center;
  border-bottom: 1px solid var(--gray-gray-100);
}

.review-campaign-detail-page {
  display: flex;
  justify-content: space-between;
}

.review-campaign-data {
  display: flex;
  align-items: start;
  flex-direction: column;
}

.review-campaign-detail-wrap {
  padding: 20px 40px 24px 40px;
}

.review-target-detail-wrap {
  padding: 0px 40px 0px 40px;
}
.campaign-review-container {
  height: 100%;
  overflow: auto;
  padding-top: 70px;
  padding-bottom: 100px;
}
.review-campaign-btn-wrap {
  display: flex;
  flex-direction: row;
  border-top: 1px solid var(--gray-gray-100);
  padding: 10px 40px 10px 40px;
  justify-content: center;
  gap: 24px;
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
}
.review-campaign-heading {
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
}
.quick-campaign-btn-wrap {
  display: flex;
  flex-direction: row;
  border-top: 1px solid var(--gray-gray-100);
  padding: 10px 40px 10px 40px;
  justify-content: space-between;
  gap: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
}

.review-cancel-btn {
  width: 50%;
  padding: 0px !important;
  height: 54px;
  border: 1px solid var(--gray-gray-100) !important;
}

.review-submit-btn {
  width: 50%;
  padding: 0px !important;
  height: 54px;
}

.header-credit-container {
  display: flex;
  flex-direction: row;
  margin-right: 40px;
}
.header-credit-left {
  padding: 10px 8px 10px 8px;
}
.header-credit-right {
  padding: 10px 8px 10px 8px;
  background: #ffac05;
  border-radius: 4px;
  cursor: pointer;
  color: var(--bg-white-color);
}

.quick-create-campaign-container {
  background-color: var(--bg-white-color);
  margin-left: 21px;
  margin-top: 16px;
  padding-left: 24px;
  border-radius: 8px;
  padding-right: 24px;
  margin-right: 24px;
  padding-bottom: 50px;
}

.quick-campaign-detail-btn-tabs {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  cursor: pointer;
  display: flex;
  gap: 2px;
  align-items: center;
}

.quick-create-campaign-image {
  padding: 20px 100px 0px 100px;
  background: var(--general-secondary-color);
  /* height: 100%; */
  display: flex;
  align-items: end;
  border-radius: 8px;
}

.post_image_container {
  position: relative;
  overflow: hidden;
}

/* .post_image {
  width: 100%;
  height: auto;
  transition: filter 0.3s ease;
} */

.blur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(
    0,
    0,
    0,
    0.8
  ); /* Adjust the background color and opacity as needed */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: white;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.blur-overlay span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.post_image_container:hover .blur-overlay {
  opacity: 2;
}

.sample-content-remove-btn {
  top: 0px;
  position: absolute;
  right: 1px;
}

.quick-inner-create-campaign-container {
  position: relative;
}

.quick-create-campaign-button {
  display: none;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #4caf50; /* Change color as needed */
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.8);
  height: 80%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.quick-create-campaign-image:hover .quick-create-campaign-button {
  display: flex;
  opacity: 1;
  align-items: center;
  justify-content: center;
}

.quick-create-campaign {
  background-color: #fff;
  height: 31px;
  width: 200px;
}

.auction-based-icon {
  background-color: #fff2d9;
  padding: 22px 12px 17px 12px;
}
.invite-only-icon {
  background-color: #d9dbff;
  padding: 41px 26px 36px 26px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.engagement-type {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 8px;
  position: relative;
  /* background-color: #fff; */
  /* width: 463px; */
  overflow: hidden;
  border: 2px solid transparent;
}
.engagement-type-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  /* width: 463px; */
  overflow: hidden;
  width: 100%;
}
.react-tooltip {
  z-index: 99999999; /* Set a high z-index value */
  /* Add any other custom styles as needed */
}
.engagement-type-active {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  /* width: 463px; */
  overflow: hidden;
  border: 2px solid var(--blue-blue-500);
  width: 100%;
}

.type-media-padding {
  padding: 23px 16px 30px 16px;
}

.engagement-type-select {
  position: absolute;
  left: 16px;
  top: 8px;
}

.select-radio-btn {
  transform: scale(1.5);
}

.select-radio-btn input[type="radio"] {
  transform: scale(50); /* Adjust the scale factor as needed */
}

.wallet-screen-add-inner-container {
  max-width: 605px;
  background: url("../assets/images/add-balance-bc.png");
  background-repeat: no-repeat;
  border-radius: 12px;
}

.wallet-screen-add-balance {
  display: flex;
  flex-direction: row;
  align-items: end;
  padding: 24px 24px 0px 24px;
  /* border-bottom: 1px solid var(--gray-gray-100); */
}

.w-129 {
  width: 129px;
  margin-right: 16px;
}
.wallet-screen-add-btn {
  height: 51px;
  margin-top: 8px;
  margin-left: 24px;
}

.amount-balance-section {
  display: flex;
  flex-direction: row;
  padding: 10px 24px 20px 24px;
}

.amount-balance-section-detail {
  display: flex;
  flex-direction: row;
  padding: 20px 24px 12px 24px;
  border-top: 1px solid var(--gray-gray-100);
}

.quick-create-campaign-main-container {
  display: flex;
  gap: 20px;
  margin-top: 12px;
  margin-left: 20px;
  /* flex-wrap: wrap; */
}

/* .p-multiselect {
  height: 40px;
  width: 365px;
}

.p-dropdown{
  height: 40px;
  width: 365px;
} */

.card-carousel {
  background-color: #fff;

  margin: 10px;
  border-radius: 5px;
}

.carousel {
  margin: 0px;
}

.container {
  margin: 0 auto;
}

.carousel-item {
  padding: 0 0;
}
.react-multi-carousel-item {
  width: 330px !important;
}

.max-width-80 {
  width: 80vw;
}
.bundle-card-img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.flex-col-start {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.PhoneInput {
  border-radius: 8px;
  padding-left: 10px;
}
.whatsapp-number {
  background-color: var(--bg-white-color);
  border: 1px solid rgb(230, 231, 232);
  border-radius: 8px;
}

.whatsapp-number .PhoneInputInput {
  border: none;
  height: 54px;
  width: 320px;
  border-radius: 4px;
  padding-left: 5px;
  background-color: var(--bg-white-color);
}
.sing-up-number .PhoneInputInput {
  border: none;
  height: 54px;
  width: 320px;

  background-color: var(--general-secondary-color);
}
.sing-up-number {
  background-color: var(--general-secondary-color);
  border: 1px solid rgb(230, 231, 232);
  border-radius: 8px;
}
.PhoneInputInput:focus {
  border: transparent !important;
}
.PhoneInputInput:focus-visible {
  border: transparent !important;
  outline: none;
}

.notification-prompt {
  position: fixed;
  bottom: 70px;
  right: 10px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 1000;
  width: 500px;
}

.notification-prompt p {
  margin: 0 0 10px;
}

.notification-prompt button {
  margin-right: 10px;
}

.cancel-btn-notification {
  width: 168px;
  height: 40px;
  background-color: var(--bg-white-color);
  color: var(--blue-blue-500);
  font-size: 13px;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}

.allow-btn-notification {
  width: 168px;
  height: 40px;
  background-color: var(--blue-blue-500);
  color: var(--bg-white-color);
  font-size: 13px;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}

.content-view-media {
  object-fit: contain;
  width: 100%;
}

.Feedback {
  display: none !important;
}

.embed-container {
  margin: 6px;
}

.analytics-main-container {
  flex: 1;
  display: flex;
  flex-direction: row;
  padding: 15px;
  height: 120px;
  background-color: #e8f1fe;
  border-radius: 8px;

  justify-content: space-between;
}

.analytics-icon {
  height: 40px;
  width: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.analytics-influencer-data {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.analytics-social-media-data {
  margin-top: 20px;
  border: 1px solid var(--gray-gray-100);
  padding: 16px 16px;
  border-radius: 8px;
  width: 300px;
}

.analytics-card-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  padding: 10px;
  gap: 10px;
  box-sizing: border-box;
}

.contract-term-heading {
  color: #3a3b43;
  font-size: 13px;
  font-weight: 400;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-left: 12px;
}
.datepicker-bid-list {
  width: 230px;
  margin-left: 10px;
}

.create-assignment-inner-container{
  display: flex;
  align-items: start;
  flex-direction: column;
}

.contract-cancellation-confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* HoverButtonComponent.css */
.container-hover-show-btn {
  position: relative;
}

.button-hover-show-btn {
  position: absolute;
  bottom: 33px;

  background-color: var(--blue-blue-200);
  width: 115px;
  right: 3px;
  padding: 9px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.button-hover-show-btn img {
  height: 13px;
}

.hidden-hover-show-btn {
  display: none;
}

.collection-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  height: 85%;
  overflow: auto;
  padding-right: 5px;
  padding-bottom: 20px;
}

.collection-grid-card {
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
  cursor: pointer;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.small-fallback-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.collection-grid-card-active {
  padding: 16px;
  border: 1px solid var(--blue-blue-500);
  border-radius: 8px;
  background-color: #f9f9f9;
  cursor: pointer;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.collection-grid-card-name {
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
}

.collection-grid-date {
  margin-top: 8px;

  display: flex;
  flex-direction: column;
  align-items: end;
}

.hover-sidebar-show {
  margin-right: 6px;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: width 1s ease;
}
.side-menu:hover .hover-sidebar-show {
  /* width: 200px;  */
  opacity: 1;
  height: 30px;
  display: contents;
}


.close-filters-data {
  cursor: pointer;
}

.create-add-influencers {
  display: flex;
  justify-content: space-between;
}

.accept-reject {
  display: flex;
  justify-content: center;
}
.accept {
  padding-right: 10px;
}
.add-influencers {
  padding-right: 10px;
}

.share {
  padding: 50px 20px 20px 20px;
  justify-content: center;
}
.share-collection-popout {
  background: #ffffff;
}
table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  /* border: 1px solid #ccc; */
  /* text-align: center; */
}
.share-influencer-table-heading {
  text-align: left;
}
.share-table-column-center {
  text-align: right;
}

.table-column-data {
  text-align: center !important;
}
.table-column-data-btn {
  text-align: center !important;
}
.Pricing {
  width: 1059px;
  height: 715px;
  background-color: #f0f3f9;
  border-radius: 8px;
  text-align: center;
}
.Pricing-section1 {
  padding: 40.5px 203.5px;
}
.Pricing-button {
  width: 72px;
  height: 30px;
  padding: 8px 16px;
  border: 1px solid grey;
  border-radius: 20px;
  background: #ffffff;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  text-align: center;
  margin-bottom: 20px;
}
.Choose-Pricing {
  width: 652px;
  height: 78px;
  opacity: 0px;
}
.Choose-your-price {
  width: 652px;
  height: 47px;
  font-family: Inter;
  font-size: 39px;
  font-weight: 600;
  line-height: 46.8px;
  text-align: center;
  color: var(--Grey-Grey-600, #040408);
  margin-bottom: 12px;
}
.Choose-your-price2 {
  width: 630px;
  height: 19px;
  font-family: "Inter-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  color: var(--Grey-Grey-400, #3a3b43);
  margin-bottom: 24px;
}
.Pricing-plan {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Pricing-button-quarterly-half-yearly-main-button {
  display: flex;
  justify-content: center;
  width: 240px;
  height: 45px;
  padding: 6px 8px;
  border-radius: 20px;
  border: 1px solid var(--Grey-Grey-50, #e6e7e8);
  margin-bottom: 24px;
}
.Pricing-button-quarterly {
  width: 113px;
  height: 33px;
  padding: 8px 24px;
  border-radius: 20px;
  opacity: 0px;
  background: var(--Grey-Grey-500, #090a14);
  color: #ffffff;
  cursor: pointer;
}
.Pricing-button-half-yearly {
  width: 99px;
  height: 33px;
  padding: 8px 12px;
  border: none;
}
/* .Pricing-button-half-yearly:hover{
  width: 113px;
  height: 33px;
  padding: 8px 24px ;
  border-radius: 20px;
  opacity: 0px;
  background: var(--Grey-Grey-500, #090A14);
  color:#FFFFFF;
  cursor: pointer;
} */
.Pricing-cards {
  padding: 0 250px;
  display: flex;
  justify-content: space-between;
}
.Pricing-card1 {
  border: 1px solid black;
  width: 361px;
  height: 414px;
  padding: 24px;
  border-radius: 8px;
  margin-right: 40px;
}
.Pricing-card2 {
  border: 1px solid black;
  width: 361px;
  height: 414px;
  padding: 24px;
  border-radius: 8px;
}

.subscription-main-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
}

.pricing {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border: 1px solid #e6e7e8;
  padding: 8px 16px;
  margin-bottom: 20px;
}

.org-logo-slider {
  width: 46px !important;
  height: 46px;
  border-radius: 50%;
  margin-top: 10px;
  margin-right: 10px;
  object-fit: contain;
}

.comma-slider-img {
  height: 22px;
  margin-top: 28px;
}
.plan-choose-main-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  padding-left: 100px;
  padding-right: 100px;
  background-image: url(../assets/images/subscription-bg.png);
  background-repeat: no-repeat;
}

.plan-choose-heading {
  font-family: "Inter-Regular";
  font-size: 39px;
  font-weight: 600;
  line-height: 46.8px;
  text-align: center;
  margin-bottom: 12px;
}
.plan-choose-sub-heading {
  font-family: "Inter-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  margin-bottom: 24px;
}
.plan-choose-main-container {
  text-align: center;
}

.top-section-choose-plan-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.subscription-container {
  padding: 24px;
  gap: 24px;
  border-radius: 8px;
  border: 1px solid #e6e7e8;
  opacity: 0px;
  background-color: var(--bg-white-color);
}
.standard-plan-heading {
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e7e8;
  margin-bottom: 20px;
  align-items: center;
}

.all-row-plan-data {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.collection-campaign-influencer-container {
  border-bottom: 1px solid var(--gray-gray-100);
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .auth-left-container {
    display: none;
  }
  .auth-right-container {
    flex: 1;
  }
  .inner-left-container-bind {
    width: 100%;
  }
  .auth-left-sign-container {
    display: none;
  }

  .inner-sign-left,
  .inner-left-container {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .signup-login-text {
    justify-content: center;
  }

  .auth-right-sign-container {
    flex: 1;
  }

  .customTextInputHeightChange {
    min-width: 100%;
  }
  .customTextBoxMainContainer {
    width: 100%;
  }
  .inner-reset-password {
    margin-left: 30px;
    margin-right: 30px;
  }
  .inner-container {
    min-width: 284px;
    padding: 15px;
  }
  .ReactModal__Content {
    min-width: 300px !important;
  }

  .table-column-data {
    display: flex !important;
    align-items: center !important;
    justify-content: left !important;
  }
}

table.custom_table {
  margin: 2rem 0;
  padding: 1rem;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
  border: solid 1px #fff;
  background-color: #fff;
  position: relative;
  &[class*="#cc0000"] {
    tr:hover td {
      @media screen and (min-width: 600px) {
        color: #cf0000;
      }
      @media screen and (max-width: 600px) {
        background-color: #cf0000;
      }
    }
    @media screen and (max-width: 600px) {
      td:not(:first-child):before {
        color: #cf0000;
      }
    }
  }
  &.dark-mode {
    filter: invert(0.9);
  }
  &.bordered {
    border-bottom: solid 1px #f0f3f9;
    justify-content: center;
    padding: 0;
    & th,
    & tr,
    & td {
      border: solid 1px #ddd;
      border-bottom: none;
      border-right: none;
    }
    tr:nth-child(even) {
      border-bottom: 1px solid #ddd;
    }
    @media screen and (max-width: 600px) {
      border: none;
      border-bottom: solid 1px #ddd;
      & th,
      & td {
        border: none;
      }
      & tr {
        border: none;

        & td:first-child {
          border-top: solid 1px #ddd;
        }
      }
    }
  }
  thead {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1;
    th {
      padding: 10px;
      font-size: 90%;
      /* border-bottom: solid 2px #fff; */
      /* border: solid 1px #fff; */
      background-color: rgba(238, 238, 238, 50%);
      backdrop-filter: blur(5px);
    }
    @media screen and (max-width: 600px) {
      tr {
        background-color: rgba(255, 255, 255, 50%);
        backdrop-filter: blur(5px);
        display: block;
      }
      th {
        display: none;
      }
    }
  }
  tbody {
    td {
      border-top: solid 1px #fff;
      border-bottom: solid 1px #fff;
      padding: 10px;
      text-align: left;
      word-break: break-word;
    }
    .tc-1 {
      display: flex;
      align-items: center;
    }
    .tr-1 {
      font-size: 18px;
      display: flex;
      border: none;
    }
    .share-table-img {
      border: solid 1px #f0f3f9;
      border-radius: 50%;
      height: 40px;
      width: 40px;
    }
    .share-place {
      font-size: 12px;
      padding-left: 5px;
    }
    .share-infuencer-detail {
      display: flex;
      flex-direction: column;
      padding-top: 2px;
      padding-left: 5px;
    }
    .tr-1:hover {
      box-shadow: inset 0 0 0 2px white;
      background-color: rgba(238, 238, 238, 50%);

      cursor: pointer;
    }
    @media screen and (max-width: 600px) {
      td {
        display: block;
        text-align: left;
        transition: all 0.2s ease-in-out;
        /* position: relative; */
        background: #eee;
        &:before {
          content: attr(data-label);
          text-transform: uppercase;
          font-weight: 700;
          margin-right: 0.5rem;
          opacity: 0.5;
        }
        &:after {
          content: " ";
          position: absolute;
          right: 1.2rem;
          left: auto;
          top: 1rem;
          bottom: auto;
          height: 10px;
          width: 10px;
          border-bottom: solid 1px #333;
          border-right: solid 1px #333;
          transform: rotate(45deg);
          pointer-events: none;
        }
      }
      td:not(:first-child) {
        /* position: relative; */
        height: 0;
        padding: 0 1rem;
        opacity: 0;
        overflow: hidden;
        &:before {
          content: attr(data-label);
          font-size: 12px;
          font-weight: 500;

          text-transform: uppercase;
          /* position: absolute; */
        }
        &:after {
          content: none;
        }
      }

      tr.open td {
        &:first-child {
          margin-bottom: 0.5rem;
        }
        height: auto;
        overflow: visible;
        opacity: 1;

        &:after {
          border-bottom: none;
          border-right: none;
          border-top: solid 1px black;
          border-left: solid 1px black;
          top: 1.4rem;
        }
      }

      tr.open td:not(:first-child) {
        background-color: white;
        color: #333;
        padding: 0.7rem 1rem 0.5rem;
      }
    }
  }
}

.campaign-edit-page {
  padding-top: 20px;
}
.Pricing {
  width: 1059px;
  height: 715px;
  background-color: #f0f3f9;
  border-radius: 8px;
  text-align: center;
}
.Pricing-section1 {
  padding: 40.5px 203.5px;
}
.Pricing-button {
  width: 72px;
  height: 30px;
  padding: 8px 16px;
  border: 1px solid grey;
  border-radius: 20px;
  background: #ffffff;
  font-family: "Inter-Regular";
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  text-align: center;
  margin-bottom: 20px;
}
.Choose-Pricing {
  width: 652px;
  height: 78px;
  opacity: 0px;
}
.Choose-your-price {
  width: 652px;
  height: 47px;
  font-family: "Inter-Regular";
  font-size: 39px;
  font-weight: 600;
  line-height: 46.8px;
  text-align: center;
  color: var(--Grey-Grey-600, #040408);
  margin-bottom: 12px;
}
.Choose-your-price2 {
  width: 630px;
  height: 19px;
  font-family: "Inter-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  color: var(--Grey-Grey-400, #3a3b43);
  margin-bottom: 24px;
}
.Pricing-plan {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Pricing-button-quarterly-half-yearly-main-button {
  display: flex;
  justify-content: center;
  width: 240px;
  height: 45px;
  padding: 6px 8px;
  border-radius: 20px;
  border: 1px solid var(--Grey-Grey-50, #e6e7e8);
  margin-bottom: 24px;
}
.Pricing-button-quarterly {
  width: 113px;
  height: 33px;
  padding: 8px 24px;
  border-radius: 20px;
  opacity: 0px;
  background: var(--Grey-Grey-500, #090a14);
  color: #ffffff;
  cursor: pointer;
}
.Pricing-button-half-yearly {
  width: 99px;
  height: 33px;
  padding: 8px 12px;
  border: none;
}
/* .Pricing-button-half-yearly:hover{
  width: 113px;
  height: 33px;
  padding: 8px 24px ;
  border-radius: 20px;
  opacity: 0px;
  background: var(--Grey-Grey-500, #090A14);
  color:#FFFFFF;
  cursor: pointer;
} */
.Pricing-cards {
  padding: 0 250px;
  display: flex;
  justify-content: space-between;
}
.Pricing-card1 {
  border: 1px solid black;
  width: 361px;
  height: 414px;
  padding: 24px;
  border-radius: 8px;
  margin-right: 40px;
}
.Pricing-card2 {
  border: 1px solid black;
  width: 361px;
  height: 414px;
  padding: 24px;
  border-radius: 8px;
}

.typography-14 {
  font-family: "Inter-Regular";
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
}
.typography-14-600 {
  font-family: "Inter-Regular";
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
}
.typography-16-600 {
  font-family: "Inter-Regular";
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
}
.typography-10-600 {
  font-family: "Inter-Regular";
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-align: center;
}
.typography-12-500 {
  font-family: "Inter-Regular";
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  text-align: center;
}

.diamond-subscription-most {
  padding: 4px 12px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #ffac05;
  color: #ffffff !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  width: 105px;
}

.diamond-subscription-most-container {
  margin-right: 16px;
}
.diamond-subscription-most-offer_percentage {
  color: #1977f2 !important;
  margin-top: 8px;
}

.subscription-price-container {
  width: 133px;
}

.buy-credits-btn {
  margin-top: 24px;
  width: 275px;
  height: 24px;
  padding: 8px 18px 8px 18px;
  gap: 8px;
  cursor: pointer;
  border: 1px solid #8e8e93;

  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.row-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.height-42 {
  height: 42px !important;
  width: 312px !important;
}

.subscription-container-hover :hover .primary-cta {
  background-color: var(--blue-blue-500) !important;
  color: var(--bg-white-color) !important;
}

.subscription-container-hover :hover .button-text {
  color: var(--bg-white-color) !important;
}

.pay-per-user-container span {
  display: none;
}

.subscription-container-hover :hover .pay-per-user-container {
  font-size: 25px;
  transition: font-size 0.3s ease;

  font-weight: 600;
  line-height: 30px;
}
.subscription-container-hover :hover .pay-per-user-container span {
  display: block;
  font-size: 14px;
  transition: font-size 0.3s ease;
  font-weight: 500;
  line-height: 16.8px;
}
.subscription-container-hover :hover .standard-plan-amount {
  display: none;
  transition: display 0.3s ease;
}

.discovery-search-influencer {
  padding: 10px;
  border: 1px solid rgb(230, 231, 232);
  width: 94%;
  min-height: 22px;
  border-radius: 4px;
}

.discovery-search-influencer:focus,
.discovery-search-influencer:focus-visible {
  border: 1px solid rgb(230, 231, 232);
  outline: none !important;
  box-shadow: none !important;
}

.analytics-card-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.analytics-card-wrap .analytics-main-container {
  height: 140px;
  width: 200px;
}

.row-1,
.row-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* margin-bottom: 20px; */
}
.unboost-campaigns {
  height: 34.5px;
}
.set-offline {
  height: 34.5px;
}

.organisation-detail-screen {
  margin: 20px;
  padding: 40px;
  background: #f0f3f9;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.organisation-detail-screen-r1 {
  display: flex;
}
.organisation-detail-screen-r1-e1 {
  margin: 0 20px 20px 20px;
}
.organisation-detail-screen-r1-e2 {
  margin: 0 20px 20px 20px;
}
@media screen and (max-width: 650px) {
  .row-1,
  .row-2 {
    flex-direction: row;
    justify-content: space-between;
  }

  .analytics-card-wrap .analytics-main-container {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 45%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 480px) {
  .analytics-card-wrap .analytics-main-container {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
  }
}

.engagement-view-container-kyc {
  background-color: var(--general-secondary-color);
  padding: 14px;
  padding-left: 0;
  border-radius: 4px;
  margin-bottom: 24px;
  /* width: 600px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.KycLeft ul li h6,
.KycRight ul li h6 {
  font-weight: bold;
  font-size: 14px;
  margin: 0 10px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.KycLeft ul li span,
.KycRight ul li span {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding-left: 20px;
}

.Kycdetails {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  gap: 20px;
}

.KycLeft ul,
.KycRight ul {
  list-style-type: none;
  padding-left: 10px;
  margin: 0;
  padding-right: 12px;
}

.KycLeft li,
.KycRight li {
  margin-bottom: 20px;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* Responsive styles */
@media (max-width: 600px) {
  .engagement-view-container-kyc {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .KycLeft ul,
  .KycRight ul {
    padding-left: 0; /* Adjust padding as needed */
  }

  .KycLeft li,
  .KycRight li {
    flex-direction: column; /* Stack items vertically */
    align-items: flex-start;
    margin-bottom: 10px; /* Adjust spacing as needed */
  }

  .KycLeft ul li,
  .KycRight ul li {
    display: block; /* Ensure li items take full width */
  }
}

.form-control {
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 370px;
  outline: none;
  font-size: 16px;
}

.text-center {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.text-center span {
  font-weight: 300;
}
.influencer-detail-btn {
  display: flex;
  width: 530px;
  justify-content: space-between;
  align-items: center;
}
.ban-reason {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin-bottom: 5px;
}
.buttons-container {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 2px;
  margin-top: 4px;
}
.payoutSearchTab {
  display: flex;
  align-items: center;
  /* position: relative; */
}

.bid-search-payout {
  width: 300px;
  padding: 10px 15px;
  background-color: #f0f3f9;
  margin-top: 15px;
  margin-left: 20px;
  border: 2px solid #0056b3; /* Primary color for border */
  border-radius: 5px; /* Rounded corners */
  font-size: 16px; /* Font size */
  transition: border-color 0.3s ease;
}

.bid-search-payout:focus {
  border-color: #0056b3; /* Darker shade on focus */
  outline: none; /* Remove default outline */
}

.search-filter-icon-payout {
  position: relative;
  top: 8px;
  margin-left: 10px;
  cursor: pointer;
}

.search-filter-icon-payout image {
  width: 20px; /* Set icon size */
  height: 20px; /* Set icon size */
}

.icon-close {
  color: black;
  cursor: pointer;
  width: 24px;
  height: 24px;
  transition: transform 0.2s;
}
.kycImage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.modal-btn-center {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.update_input_text_credit {
  background-color: var(--general-white-color) !important;
  max-width: 200px;
}
.credit-screen-add-inner-container {
  max-width: 550px;
  background: url("../assets/images/add-balance-bc.png");
  background-repeat: no-repeat;
  border-radius: 12px;
}
.credit-screen-add-balance {
  display: flex;
  /* flex-direction: row; */
  /* align-items: end; */
  padding: 24px 20px 0 20px;
}
.credit-screen-add-btn {
  height: 51px;
  margin-top: 8px;
}

.set-offline {
  height: 34.5px;
}
.organisation-detail-screen {
  margin: 20px;
  padding: 40px;
  background: #f0f3f9;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.organisation-detail-screen-r1 {
  display: flex;
}

.organisation-detail-screen-r1-e1 {
  margin: 0 20px 20px 20px;
}
.organisation-detail-screen-r1-e2 {
  margin: 0 20px 20px 20px;
}
.org-cont {
  display: flex;
  flex-direction: column;
  height: 400px;
}
.brand-cont {
  display: flex;
  flex-direction: column;
  padding-right: 5px;
  height: 400px;
}
.select-brand {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.discovery-user-profile {
  height: 53px;
  width: 53px;
  border-radius: 50%;
  cursor: pointer;
  object-fit: cover;
  border: 2px solid var(--blue-blue-500);
}
.bid-counter-card {
  background-color: #eee;
  padding: 6px ;
  display: flex;
  flex-direction: column;
  width:100%;
  align-items: center;
}
.bid-btn-counter{
  padding: 12px 12px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  font-size: 10px;
}
.bid-btn-counter-reject{
  background-color: #eee;
  color: black;
  border: 0.1vw solid black;
  cursor: pointer;
  border-radius: 3px;
  font-size: 10px;
  opacity: 0.9;
  font-weight: bold;
  height: 30px;
  width: 50px;
}
.counter-offer-buttons{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap:50px;
}

.sidebar-container-component {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  overflow-y: auto;
  transition: opacity 0.9s ease;
  pointer-events: none;
  opacity: 0;
}

.sidebar-container-component.open {
  pointer-events: auto;
  opacity: 1;
}

.sidebar-overlay-component {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.sidebar-content-component {
  position: fixed;
  /* min-width: 300px;
  max-width: 480px; */
  /* width: 40%; */
  right: -100%;
  height: 100%;
  display: flex;
  right: 0;
  z-index: 1000;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  transition: transform 0.5s ease-in-out;
  transform: translateX(100%);
}

.sidebar-container-component.open .sidebar-content-component {
  transform: translateX(0);
}

.sidebar-header {
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  letter-spacing: 0.5px;
  gap: 10px;
  font-weight: 550;
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 -1px 10px var(--gray-gray-50);
  background-color: white;
}
@media (max-width: 768px) {
  .influencer-detail-sidebar-header {
    width: 90%;
  }
  .sidebar-container-component .sidebar-content-component {
    width: 80%; /* Adjust width for small screens */
  }
}
@media (max-width: 480px) {
  .sidebar-container-component .sidebar-content-component {
    width: 80%; /* Adjust to 80% for smaller screens */
  }
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
}
.sidebar-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  z-index: 9;
  overflow-y: auto;
  scrollbar-width: none;
  /* position: relative;
  top: 150px; */
}
.sidebar-footer {
  position: sticky;
  flex-shrink: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  padding: 15px 20px;
  box-shadow: 0 1px 10px var(--gray-gray-50);
  background-color: white;
}
.cancellation-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000CC;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 10px;
}

.price-modal-content {
  background: #FFFFFF;
  padding: 20px 24px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  /* width: 90%; */
  width: 494px;
  text-align: center;
  position: relative;
}

.cancellation-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
}

.price-modal-header h2 {
 
  margin-bottom: 24px;
font-weight: 600;
font-size: 25px;
line-height: 120%;
letter-spacing: 0%;
text-align: center;
color:var(--gray-gray-400);
}

.price-modal-body{
  width: 100%;
}

.price-modal-body p {
color:var(--gray-gray-400);
letter-spacing: 0%;
text-align: left;
font-weight: 600;
font-size: 16px;
line-height: 120%;
}

.price-modal-footer {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

.price-modal-cancel {
  background: #FFFFFF;
  font-weight: 500;
  flex:1;
  color: var(--blue-blue-500) !important;
  border-radius: 4px;
  cursor: pointer;
  border:none;
  font-size: 14px;
  height: 48px;
  position: relative;
  box-shadow: inset 0 0 0 1px var(--blue-blue-500);
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-modal-confirm {
  background: var(--blue-blue-500) !important;
  color: #FFFFFF;
  border: none;
  flex:1;
  border-radius: 4px;
  height: 48px;
  min-width: 164px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}

.price-modal-confirm:hover {
  background: #176CDC !important;
  font-weight: 600;
}
.price-modal-confirm:disabled,
.disabled-confirm-button {
  background-color: #bfdbfe !important; /* blue-200 */
  color: white;
  cursor: not-allowed;
}

.price-modal-confirm:disabled:hover,
.disabled-confirm-button:hover {
  background-color: #bfdbfe !important; /* same blue-200 on hover */
}

.cancellation-modal-loader {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  border: 3px solid var(--gray-gray-100); 
  border-top: 3px solid #ffffff; 
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
    border-top-color: #ffffff; 
  }
  25% {
    border-top-color: #ffffff; 
  }
  26% {
    border-top-color: var(--gray-gray-100);
  }
  100% {
    transform: rotate(360deg);
    border-top-color: var(--gray-gray-100); 
  }
}

@media (max-width: 480px) {
  .cancellation-modal-overlay{
    padding: 0;
  }
  .cancellation-modal-content {
    width: 90%;
    padding: 20px 10px;
  }

  .cancellation-modal-footer {
    flex-direction: column;
  }

  .cancellation-modal-cancel,
  .cancellation-modal-confirm {
    width: 100%;
    padding: 12px;
  }
}
