







.unread-message-tag {
  left: 82px;
  bottom: 27px;
  position: absolute;
  min-width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #65acae;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
  /* Adjust font size as needed */
  padding: 4px 6px;
  /* Adjust padding as needed */
  font-weight: 800;
  white-space: nowrap;
  /* Prevent wrapping */
}











.link-style {
  cursor: pointer;
  /* margin: auto 10px 5px; */
}

.link-style:hover {
  text-decoration: underline;
  color: #292a2b;
  cursor: pointer;
}





.chat-section-container {
  /* background-color:blue; */
  height: 90%;
}
/* Containers - Start */

.d-flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dropDown {
  border-radius: 50px;
  border: 1px solid rgba(84, 154, 156, 0.5);
  background: #fff;
  padding: 1% 2%;
  /* width: 20%; */
  /* margin-left: 2%; */
  justify-content: center;
  display: flex;
}

.dropDown .dropDownText {
  display: flex;
  justify-content: space-between;
  width: 20vw;
  vertical-align: middle;
  align-items: center;
}

.dropDown .innerDropDown {
  position: absolute;
  z-index: 1000;
  color: #e3dfe9;
  font-size: 18px;
  background: white;
  padding: 1% 2%;
  border-radius: 22px;
  display: block;
  cursor: pointer;
  width: 20%;
  transform: scale(0.01);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease 0.15s;
  transform-origin: center top;
  overflow: hidden;
  top: 70px;
  box-shadow: 1px 1px 10px #00000026;
}

.innerDropDown.open {
  transform: scale(1) !important;
  opacity: 1 !important;
}

.iconBg {
  background-color: rgba(84, 154, 156, 0.1);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

/* Containers - End */

/* Buttons - Start */



.greenButton {
  background: linear-gradient(263.11deg, #549a9c 5.13%, #65acae 86.84%);
  border-radius: 30px;
  box-shadow: 17px 13px 18px #007dc524;
  color: #ffffff;
  font-family: "Raleway";
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  padding: 4% 0;
    border: none;
      outline: none;
}
.greenButton-disabled{
 background-color: #e6e6e6 !important;
  box-shadow: 17px 13px 18px rgba(0, 126, 197, 0.1);
  border-radius: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  padding: 18px 60px;
  cursor: pointer !important;
  /* transition: 400ms; */
  border: 0;
}
.whiteButton {
  background: white;
  border: 1px solid #65acae;
  border-radius: 30px;
  color: #65acae;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  padding: 4% 0;
  text-align: center;
}

.whiteButton:hover,
.greenButton:hover,
.closeModalButton:hover,
.searchIcon:hover,
.linkStyleButton:hover {
  cursor: pointer;
}

.closeModalButton {
  display: flex;
  justify-content: end;
  align-items: center;
}

.greenButton.apply-btn {
  padding: 2% 8%;
  margin-bottom: 10%;
}



.innerDropDown .slider-box {
  padding-right: 15px;
}








/* Buttons - End */





/* Modals - Start */

.userSettingsModal {
  top: 15%;
  max-width: 650px !important;
  padding: 2vw;
}

.userSettingsModal .modal-footer {
  border: none;
  /* padding-bottom: 30px; */
  justify-content: space-between;
  /* padding-left: 2%;
  padding-right: 2%; */
}

.userSettingsModal .modal-content {
  border-radius: 20px;
  padding: 10px;
}

.userSettingsModal .modal-footer button {
  /* font-size: 18px; */
  /* border-radius: 30px; */
  /* padding: 15px 70px; */
}
.modal-dialog .input-box input,
.modal-dialog .input-box textarea {
  font-family: "Raleway";
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 5px;
  /* margin-top: 3%; */
}
.modal-dialog .input-box .phone-field,
.modal-dialog .input-box input {
  border-radius: 50px;
  padding-left: 3%;
  padding-right: 3%;
}

.userSettingsModal .modal-body .profile-tag-btn {
  border: 1px solid #ddd;
  background: transparent;
  font-size: 14px;
  border-radius: 30px;
  padding: 6px 25px;
  cursor: pointer;
}

.userSettingsModal-updateInstagram {
  top: 5%;
  max-width: 650px !important;
  padding: 2vw;
}



/* Modals - Start */

/* Login Forms - Start */

#navbarSupportedContents .forgotPasswordContent {
  /* height: 470px;
  padding: 20px; */
}

.tooltipIcon {
  position: absolute;
  top: 11px;
  right: 20px;
}
.css-1u9des2-indicatorSeparator,
.css-tj5bde-Svg{
  display: none !important;
}
.tooltipIcon-address {
  position: absolute;
  top: 7px;
  right: 20px;
}

.tooltipIconBtn {
  position: absolute;
  top: 11px;
  left: 180px;
}

/* Login Forms - End */

/* Terms - Start */

.termsPage ol li,
.privacyPage ol li {
  font-weight: bold;
}

.termsPage ul li,
.privacyPage ul li {
  font-weight: normal;
}

.termsPage,
.privacyPage {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* Terms - End */

/* Creator Catalogue */
.searchFieldCreator {
  color: #616161;
  font-size: 15px;
  padding: 10px 12px;
  border: none;
  border-radius: 50px;
  outline: none;
}

.searchInsideField {
  width: 70%;
}

.searchIcon {
  width: 32%;
  /* position: absolute;
  right: 0;
  top: 0;
  height: 6vh; */
}

.searchIconBackground {
  right: 0px;
}

.inputLocationSearchIcon {
  position: absolute;
  right: 2%;
  /* bottom: 28%; */
}

.inputLocationIcon {
  padding-left: 3%;
}

.iconBox {
  display: flex;
  gap: 10px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}

.filtersMainRow {
  gap: 10px;
}

.filtersDropDown {
  color: #282828;
  /* background: white; */
  /* padding: 12px 17px 12px 17px; */
  
  padding: 0px 17px 0px 17px;

  /* border-radius: 50px; */
  border: 1px solid rgba(84, 154, 156, 0.5);
  display: inline-block;
  /* cursor: pointer; */
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  /* */
  border-radius: 1.25rem;
  /* flex: 1; */

  /* overflow: hidden; */
  /* position: relative; */
  /* z-index: 100; */

}

.filtersButton {
  flex: 1;
}

.filtersButton .innerDropDown {
  position: absolute;
  z-index: 1000;
  color: #282828;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid rgba(84, 154, 156, 0.5);
  background: #fff;
  display: block;
  cursor: pointer;
  /* width: 18vw; */
  width: 260px;
  transform: scale(0.01);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease 0.15s;
  transform-origin: center top;
  overflow: hidden;
  top: 60px;
  box-shadow: 0px 0px 20px rgba(84, 154, 156, 0.4);
  padding: 6px;
  /* height: 188px; */
  height: 210px;
  /* overflow-y: scroll; */
}

.filtersButton .overflowYScroll {
  overflow-y: scroll;
}

.filtersButton .overflowYScroll::-webkit-scrollbar {
  display: none;
}

.filtersButton .overflowYScroll .search-filter-icon {
  position: absolute;
  right: 60px;
  top: 13px;
}

.filtersButton .slider-box {
  width: 78%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
}

.filtersButton .apply-btn {
  width: 80px;
  border-radius: 22px !important;
  display: flex;
  align-items: center;
  background: linear-gradient(
    263.11deg,
    #549a9c 5.13%,
    #65acae 86.84%
  ) !important;
  text-align: center;
  font-weight: 700;
  color: white;
  justify-content: center;
  padding: 5px 10px !important;
}

.innerDropDown .range_value {
  display: flex;
  justify-content: space-between;
  padding-top: 0px;
  padding-bottom: 20px;
  font-size: 20px;
  color: #616161;
  /* width: 115% !important; */
}




.genderSelection .inputWrapper {
  padding-left: 10%;
  padding-top: 5%;
}

/* .genderSelection label {
  color: #282828;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
} */

.genderSelection input {
  margin-right: 3%;
}

.resetButton {
  padding-left: 10%;
  margin-bottom: 4%;
}

.filterSearch {
  height: 37px;
  border-radius: 50px;
  border: 1px solid rgba(169, 204, 205, 0.5);
  background: #fff;
  outline: none;
}
.tick-mark {
  color: #549a9c;
}

.dropdown-list-data div:hover .tick-mark {
  color: white;
}

.dropdown-list-data div {
  margin: 5px;
  padding: 5px 0px;
}

.dropdown-list-data div:hover {
  background: linear-gradient(0deg, #549a9c 0.05%, #65acae 99.96%);
  color: white;
  /* padding: 5px 2px; */
}

.dropdown-list-data .text-highlight{
  color: red;
}

/* Creator Catalogue - End */

/* Campaigns - Add, Edit, Details */

.campaignInput,
.campaignSelect {
  height: 45px;
  border-radius: 50px;
  border: 1px solid rgba(84, 154, 156, 0.5);
  background: #fff;
  width: 90%;
  padding-left: 20px;
  padding-right: 20px;
}

.campaignLeftCol {
  padding-left: 10%;
}

.campaignRightCol {
  background-color: rgba(255, 255, 255, 0.5);
}

.campaignWelcome {
  /* display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding-right: 100px; */
  /* padding-top: 30%; */
}

.campaignWelcome h1 {
  /* font-family: "Raleway";
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize; */
}

.campaignWelcome p {
  /* color: #818383;
  font-family: "Raleway";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; */
  /* 166.667% */
  /* margin-top: 5%;
  margin-bottom: 10%; */
}

.campaignWelcome .lets-go-btn,
.button-box .next-btn {
  padding: 15px 95px;
}

.campaign-section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  /* width: 100%; */
  z-index: 5;
  background: unset;
}

.counterText {
  color: #616161;
  text-align: right;
  font-family: "Raleway";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  width: 88%;
}

.categoryBackground {
  display: block;
  height: 100%;
  width: 100%;
  padding: 1vw;
  border-radius: 10px;
  border: 1px solid white;
  cursor: pointer;
  opacity: 1;
  transition: none;
  font-size: 13px;
  text-align: center;
  margin: 0 !important;
  text-transform: capitalize;
  background: linear-gradient(
    186deg,
    rgba(167, 231, 233, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.categoryBackground.otherCategory {
  display: block;
  padding: 0.5vw;
  font-size: 8px;
}

.categoryBackground img {
  margin-bottom: 5px;
}

.categoryBackground.selected {
  border: 2px solid #65acae;
}

.categoryInputRadio {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  display: none;
}

.chrome-picker-d {
  position: absolute;
  top: 0px;
}

.colorPickerButton {
  display: flex;
  position: absolute;
  background: white;
  justify-content: center;
  align-items: center;
  height: 35px;
  top: -37px;
  right: -35px;
  padding: 1% 5%;
  border-radius: 8px;
}

/* Campaigns - Add, Edit, Details - End */

/* Packages - Start */

.create-pack-box {
  margin: 4% 35px;
}

.packHeading {
  color: #000;
  font-family: "Raleway";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* text-transform: capitalize; */
  margin-left: 2%;
  white-space: nowrap;
}

.packContainerBackground {
  /* border-radius: 20px;
  border: 1px solid rgba(84, 154, 156, 0.5);
  background: #fff;
  margin-left: 2%;
  margin-top: 4%;
  margin-bottom: 4%;
  padding: 4% 35px; */
}

.packContainerBackground input,
.packContainerBackground textarea {
  border-radius: 50px;
  border: 1px solid #dedede;
  background: #fff;
  padding: 0.7vw 1.5vw;
}

.packContainerBackground textarea {
  border-radius: 25px;
  height: 34vh;
}
.packContainerBackground input.tw-pl-custom {
  padding-left: 20px;
}

.packContainerBackground .columnOne {
  width: 60%;
}

.packContainerBackground input:focus {
  border: 1px solid rgba(84, 154, 156, 1);
}

/* .packContainerBackground .counterText {
  width: 78%;
} */

.descriptionTextBox .counterText {
  margin-top: -4%;
  /* padding-right: 4%; */
}

.packContainerBackground .inputTitle {
  color: #616161;
  font-family: "Raleway";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0.5vh;
}

.packContainerBackground .packsRow {
  display: flex;
  flex-direction: row;
}

.packsRow .leftColumn,
.fieldsRow .leftColumn {
  flex: 10;
  margin-right: 2%;
}

.fieldsRow .leftColumn {
  margin-top: 4%;
  justify-content: space-between;
}

.packsRow .rightColumn,
.fieldsRow .rightColumn {
  flex: 1;
}

.fieldsRow .rightColumn {
  margin-top: 4%;
}

.packsRow .rightColumn p,
.fieldsRow p {
  color: #616161;
  font-family: "Raleway";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0px;
}

.columnOne .fieldsRow,
.fieldsRow .leftColumn {
  display: flex;
  flex-direction: row;
}

.columnOne .fieldsRow .dropDown {
  background-color: white;
  border-radius: 25px;
  border: 1px solid #dedede;
  padding: 0.7vw;
}

.fieldsRow .dropDown {
  background-color: white;
  border-radius: 25px;
  border: 1px solid #dedede;
  padding: 0.7vw;
}

.fieldsRow select {
  color: black;
  font-family: "Raleway";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 149.5%;
  /* 20.93px */
}

.fieldsRow .perText {
  display: flex;
  vertical-align: middle;
  align-items: center;
  color: #000;
  font-family: "Raleway";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 149.5%;
  /* 20.93px */
}

.packContainerBackground .verticalDivider {
  height: 50vh;
  opacity: 0.1;
  border: 1px solid black;
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  padding: 0px;
}

.packContainerBackground .columnTwo {
  width: 36%;
}

.shortRow {
  display: flex;
  flex-wrap: wrap;
  margin: 2%;
  align-items: center;
  justify-content: space-evenly;
}

.packContainerBackground .imagesText {
  color: #616161;
  text-align: center;
  font-family: "Raleway";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 149.5%;
  /* 19.435px */
  margin-top: 6%;
  margin-bottom: 2%;
}

.shortRow .imageContainer {
  /* background-color: rgba(101, 172, 174, 0.1); */
  margin-top: 10px;
  border-radius: 30px;
  height: 10rem;
  width: 10rem;
  overflow: hidden;
  background-size: cover !important;
}

.shortRow .imageContainer:hover {
  cursor: pointer;
}

.imageContainer .insideImage {
  display: block;
  border-radius: 30px;
  margin: 0px auto;
  padding-top: 10%;
  opacity: 0.2;
}

.imageContainer .selectedImage {
  background-color: white;
  border-radius: 30px;
  width: 10rem;
  height: 10rem;
  object-fit: scale-down;
  vertical-align: middle;
  border: 1px solid #dedede;
  object-fit: contain;
}

.imageContainer .deleteImage {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  color: white;
  font-weight: bold;
  object-fit: contain;
}
.imageContainer .viewImageV2 {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: inherit; */
  height: 50%;
  color: white;
  font-weight: bold;
  object-fit: contain;
}
.imageContainer .viewImageV2:hover {
  color:#549a9c
}
.imageContainer .deleteImageV2 {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: inherit; */
  height: 50%;
  color: white;
  font-weight: bold;
  object-fit: contain;
}
.imageContainer .deleteImageV2:hover {
  color:#ce3d3d
}

.imageContainer span {
  text-align: center;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 149.5%;
  /* 23.92px */
}

.imageContainer .insideContainer {
  text-align: center;
}

.buttonsRow .saveButton {
  background: linear-gradient(263.11deg, #549a9c 5.13%, #65acae 86.84%);
  box-shadow: 17px 13px 18px rgba(0, 126, 197, 0.14);
  border-radius: 30px;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  width: 40%;
  /* padding: 4% 0; */
   padding: 15px 0;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  max-height: 55px;
}

.packContainerBackground .buttonsRow {
  /* width: 40%; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 5%;
  padding: unset;
}

.buttonsRow .cancelButton {
  width: 40%;
  background: white;
  border: 1px solid #65acae;
  border-radius: 30px;
  color: #65acae;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  /* padding: 4% 0; */
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  max-height: 55px;
}

.packDetails .backgroundDetails {
  padding: 4% 4%;
  border-radius: 20px;
  border: 1px solid rgba(84, 154, 156, 0.5);
  background: #fff;
  margin-bottom: 10%;
}

.packDetails .packCount {
  color: #000;
  font-family: "Raleway";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 3%;
}

.packDetails .packTitle {
  color: #000;
  font-family: "Raleway";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  flex: 6;
  margin-bottom: 0px;
}

.packDetails .packColumnRight {
  flex: 2;
}

.packColumnRight .smallHeading {
  text-align: right;
  font-family: "Raleway";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #65acae;
}

.packDetails .packImage {
  height: 19vw;
  border-radius: 30px;
  width: 19vw;
}


.packDetails .myRow {
  display: flex;
  flex-direction: row;
  gap: 2%;
}

.packDetails .packContent {
  color: #818383;
  font-family: "Raleway";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 200% */
  width: 100%;
}

.packDetails .deleteButton {
  padding: 1.5% 6%;
  margin-top: 4%;
}

.packDetails .editButton {
  padding: 1.5% 6%;
  margin-top: 4%;
}

.packDetails .buyButton {
  padding: 1.5% 6%;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
}

.modalContent {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: white;
  border-radius: 20px;
  padding: 4%;
  padding-bottom: 6%;
}

#pack-delete-modal .closeIcon {
  width: 35px;
  height: 35px;
}

#pack-delete-modal .infoDetails {
  color: #818383;
  text-align: center;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

#pack-delete-modal .modalCancelButton {
  margin-left: 4%;
  padding: 1.5% 6%;
  margin-bottom: 5%;
}

#pack-delete-modal .modalDeleteButton {
  margin-right: 4%;
  padding: 1.5% 6%;
  margin-bottom: 5%;
}

.packCatalogue {
  margin-top: 4%;
}

.packCatalogue .createPackButton {
  padding: 1% 4%;
  justify-content: center;
  align-items: center;
  display: flex;
  float: right;
  flex: 1;
}

.packCatalogue .leaveEmptySpace {
  display: flex;
  width: 40%;
}

.packCatalogue .emptySpace {
  flex: 2;
}

.packCatalogueBox {
  border-radius: 20px;
  border: 1px solid rgba(84, 154, 156, 0.5);
  padding: 2%;


  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 30px;
  width: 100%;
 
}

.packCatalogueImage {
  width: 95%;
  height: 16rem;
  border-radius: 20px;
  /* margin: 10px auto; */
  filter: brightness(60%);
  align-items: center;
  justify-content: center;
  display: flex;
  height: 265px;
  /* border: 1px solid white; */
}

.packCatalogueTag {
  position: absolute;
  bottom: 1%;
  left: 10%;
}

.packCatalogueTag div {
  color: #fff;
  font-family: "Raleway";
  font-size: 18px;
  font-style: normal;
  font-weight: 1000 !important;
  line-height: normal;
  text-align: left;
  margin-bottom: 10px;
  margin-left: 2px;
  margin-right: 20px;
}

/* Packages - End */

/* Collaborations - Start */

.collaborationsCatalogue .searchBar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1vw;
  position: relative;
  justify-content: space-between;
}

.collaborationsCatalogue .dropDown {
  margin-left: unset;
}

.collaborationsCatalogue .innerSection {
  display: flex;
  flex-direction: row;
  width: -webkit-fill-available;
  margin-left: 4%;
  gap: 1vw;
}

.innerSection .dropDown {
  width: 35%;
}

.collaborationsCatalogue .selectedCatalogueIcon {
  width: 3vw;
  height: auto;
}

.collaborationsCatalogue .iconDiv {
  width: auto;
  align-items: center;
  display: flex;
}

.collaborationCatalogueTable {
  margin-top: 6%;
  margin-bottom: 6%;
}

/* Collaborations - End */

/* Creator Profile - Edit - Start */
.creatorProfileDetail,
.creatorProfileDetail li {
  text-align: center;
  background: rgba(84, 154, 156, 0.1);
  /* border: 1px solid #e6e6e6; */
  border-radius: 22px;
  /* max-width: 180px; */
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
  /* max-height: 45px; */
  /* padding-top: 15px; */
  list-style: none;
  /* padding: 8px; */
  /* margin: 15px 15px 0 0; */
  color: #000;
  font-family: "Raleway";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.creatorProfile.whiteButton {
  font-size: 12px;
}

.socialIconVerified {
  background-color: rgba(84, 154, 156, 0.1);
  border: 0px;
  font-size: 12px;
  padding: 10px 30px;
  border-radius: 20px;
  margin: 5px;
  align-items: center;
  /* align-content: center; */
  display: flex;
  gap: 5px;
}

.socialIconVerified .socialIcon {
  width: 1vw;
  height: 1vw;
  vertical-align: middle;
}

.userOutsideProfileBox {
  padding: 30px 20px;
  gap: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(84, 154, 156, 0.5);
}

.userOutsideProfileBox .confirmationText {
  color: #818383;
  font-family: "Raleway";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-left: 10px;
}

.profileSettingBoard {
  /* padding: 30px 35px; */
  border-radius: 20px;
  border: 1px solid rgba(84, 154, 156, 0.5);
  background: white;
  box-shadow: unset;
}

.profileTagHeading {
  color: #282828;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.profileTagDescription {
  color: #818383;
  font-family: "Raleway";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.userDescriptionLeft {
  /* width: 80%; */
  /* cursor: default; */
}

/* Creator Profile - Edit - End */

/* Notifications - Start */

.notificationPanel {
  position: fixed;
  top: 0;
  right: 0;
  width: 32vw;
  height: 100vh;
  background-color: white;
  z-index: 9999;
  box-shadow: -4px 0px 16px 0px #0000001a;
  overflow: scroll;
  overflow-x: hidden;
}
.notificationPanel::-webkit-scrollbar {
  display: none;
}

.notificationHeader h4 {
  color: #000;
  font-family: "Raleway";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.notificationPanel .notificationHeader {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px 10px 20px;
  border-bottom: 2px solid #d9d9d9;
  position: sticky;
  background-color: white;
  top: 0;
  z-index: 10;
}

.notificationSubtitle {
  color: black;
  font-family: "Raleway";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.notificationTitle {
  color: black;
  font-family: "Raleway";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 19.6px */
}

.notificationItem {
  display: flex;
  flex-direction: row;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 4px 65px 0px rgba(0, 0, 0, 0.08);
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 4%;
}

.notificationIcon {
  vertical-align: middle;
  text-align: center;
  align-items: center;
  display: flex;
}

.notificationColumn {
  display: flex;
  flex-direction: column;
  width: 100% !important;
}

/* Notifications - End */

/* Reviews - Start */

.reviewerImage {
  width: 70%;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgba(84, 154, 156, 0.5);
}

.reviewBox .reviewerName {
  color: #282828;
  font-family: "Raleway";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}

.reviewBox .reviewRating {
  color: #549a9c;
  font-family: "Raleway";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  display: flex;
  width: 13%;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: rgba(84, 154, 156, 0.07);
  margin-top: 5px;
  margin-bottom: 5px;
}

.reviewHeading {
  border-radius: 8px;
  background: #549a9c;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  color: white;
  font-family: "Raleway";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.reviewHeading .reviewStars {
  color: #fff;
  text-align: left;
  font-family: "Raleway";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  display: flex;
  /* width: 13%; */
  align-items: end;
  justify-content: end;
}

.reviewBox {
  /* margin: 50px auto; */
  height: 753px;
  overflow-y: scroll;
}

.reviewBox::-webkit-scrollbar {
  display: none;
}

.reviewRow {
  display: flex;
  flex-direction: row;
  padding: 20px;
  border-radius: 8px;
  background-color: white;
}

.reviewRow:nth-child(even) {
  display: flex;
  flex-direction: row;
  padding: 20px;
  border-radius: 8px;
  background-color: #eaf9fa;
}

/* Reviews - End */

/* Chat - Start */

.buttonsRow {
  padding-left: 6%;
  padding-right: 6%;
  justify-content: space-between;
  display: flex;
}

.backgroundAttachment {
  border-radius: 16px;
  border: 1px solid #fff;
  background: linear-gradient(
    180deg,
    rgba(167, 231, 233, 0.5) -1.08%,
    rgba(255, 255, 255, 0.5) 100%
  );
}

.insideAttachmentIcon {
  width: 48px;
  height: 48px;
  margin: 0 auto;
}





/* Chat - End */

/* OTP Verification Page - Start */
.logOutVerify {
  width: 80%;
  align-items: center;
  display: flex;
  justify-content: end;
  margin-top: 35px;
  color: #ce3d3d;
}

.logOutVerify:hover {
  text-decoration: underline;
}

/* OTP Verification Page - End */

/* Creators - Complete Profile - Start */

.daysRow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1rem;
  justify-content: space-between;
}

/* Creators - Complete Profile - End */

/* Campaigns - Creator Side - Start */

/* Campaigns - Creator Side - End */



.tooltipIcon-address {
  position: absolute !important;
  top: 7px !important;
  right: 20px !important;
}

.custom-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  color: #999;
}

/* Hide placeholder when input is focused */
input[type="date"]:focus+.custom-placeholder {
  display: none;
}

/* overriding css  */


.creatorTile {
  border-radius: 40px;
  border: 1px solid rgba(84, 154, 156, 0.5);
  background: white;
  max-height: 350px;
  width: 300px;
  overflow: hidden;
  cursor: pointer;
}

.creatorTile .empty-top-space {
  border-radius: 40px 40px 0px 0px;
  background: linear-gradient(0deg, #549a9c 0.05%, #65acae 99.96%);
  height: 85px;
}

.profile-outer-box .creator-image{
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-size: cover;
  object-fit: cover;
}

.creatorTile .creator-image {
  display: block;
  background: white;
  border: 1px solid rgba(84, 154, 156, 0.5);
  object-fit: cover;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5vh;
  background-size: cover;
}

.creatorTile .creators-name {
  color: #282828;
  text-align: center;
  font-family: "Raleway";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  display: block;
  margin-top: 1vh;
  margin-bottom: 1vh;
}

/* my laptop screen SECTION START  */
@media (min-width: 1200px) and (max-width: 1399px) {
  .creatorTile {
    width: 260px;
  }
  .creatorTile .creator-image {
    width: 110px;
    height: 110px;
    margin-top: -6vh;
  }
}
/* IPAD SCREEN SIZE START */

@media (min-width: 768px) and (max-width: 1199px) {
  .creatorTile {
    border-radius: 30px;
    width: 210px;
    max-height: 380px;
  }
  .creatorTile .empty-top-space {
    border-radius: 30px 30px 0px 0px;
  }
  .creatorTile .creator-image {
    width: 90px;
    height: 90px;
    margin-top: -5vh;
  }
}

/* MOBILE SCREEN SIZE START  */
@media (max-width: 575px) {
  .creatorTile {
    border-radius: 20px;
    width: 170px;
    max-height: 380px;
  }

.creatorTile .empty-top-space {
  border-radius: 9px 9px 0px 0px;
}
.creatorTile .creators-name {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  margin-top: 20px;
}
.creatorTile .creator-image {
  width: 90px;
  height: 90px;
  margin-top: -5vh;
}
}
@media (max-width: 420px) {
  .creatorTile {
    width: 147px;
  }
}


.creatorTileV2 {
  width: 300px;
  width: 415px;
  perspective: 2000px;   /* tailwind not work */
  /* background-image: linear-gradient(to bottom right, #5F9EA0, #A8DADC, #E0FFFF); */
  /* background-image: linear-gradient(to bottom right, #5F9EA0, #D6F5F5, #E0FFFF);
  background-image: linear-gradient(to bottom right, 
  #5F9EA0 5%, 
  #D6F5F5 40%, 
  #E0FFFF 90% ); */
}
 

@media (min-width: 1200px) and (max-width: 1399px) {
  .creatorTileV2 {
    /* width: 260px; */
    width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .creatorTileV2 {
    /* border-radius: 30px; */
    /* width: 210px; */
    width: 296px;
    /* max-height: 380px; */
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .creatorTileV2 {
    /* border-radius: 30px; */
    /* width: 210px; */
    width: 295px;
    /* max-height: 380px; */
    width: 48%;
  }
}
@media (max-width: 768px) {
  .creatorTileV2 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .creatorTileV2 {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .creatorTileV2 {
    width: 100%;
  }
}


/* pagination css */
.rotate-180 {
  transform: rotate(180deg);
}

.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.pagination-button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  background-color: white;
  color: #555;
  transition: background-color 0.3s, color 0.3s;
}

.pagination-button:hover {
  background-color: #eee;
}

.pagination-button.active {
  background-color: #5ba4a4;
  color: white;
}

.pagination-button.disabled {
  cursor: not-allowed;
  color: #ccc;
}

.pagination-ellipsis {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #5ba4a4;
}
