* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  /* background-color: #30222b; */

}



.cover-porfile-image-main-container {
  height: 590px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;

  
}
.cover-image-main-div {
  width: 100%;
  height: 590px;
  flex-shrink: 0;
}
.cover-image-div {
  display: flex;
  width: 100%;
  height: 440px;
  /* padding: 20px 80.5px 279px 997.5px; */
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  background: url(../assets/Images/coverImage.jpeg) lightgray 50% / cover
    no-repeat;
  position: relative;
}
.cover-image-change-icon {
  width: 20px;
  height: 20px;
  top: 10px;
  left: 10.5px;
  background-image: url(../assets/Images/camera-plus.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.remove-image-icon-outer-part {
  width: 40px;
  height: 40px;
  background-image: url(../assets/Images/Ellipse72.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  right: 18px;
  cursor: pointer;
}
.remove-image-icon-inner-part {
  width: 20px;
  height: 20px;
  top: 10px;
  left: 10.5px;
  background-image: url(../assets/Images/camera-plus.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

.profile-div-container {
  width: 344px;
  height: 344px;
  border-radius: 344px;
  background: #432131;
  position: absolute;
  left: 50px;
  top: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: flex;
  /* Ensure it's flex when visible */
}
.popup-profile-upload {

  top: 0;
  left: 0;
  width: 100%;
  height: 596px; /* Ensures full height */
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  position: absolute;
}
.browse-drag-files {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  width: 550px;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 50px rgba(33, 33, 33, 0.08),
    0px 4px 6px rgba(33, 33, 33, 0.04);
  margin: auto; /* Ensures it's centered */
  gap: 10px;
}
.upload-media-container {
  display: flex;
  /* flex-direction: column; */
  align-items: flex-start;
  gap: var(--spacing-xxxs, 2px);
  justify-content: space-between;
  flex: 1 0 0;
}
.upload-media {
  color: #432131;
  font-family: "Roboto Slab";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px; /* 145% */
}
#close-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  gap: var(--spacing-xs, 6px);
  cursor: pointer;
}
 
#close-icon2 {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  gap: var(--spacing-xs, 6px);
  cursor: pointer;
}

#close-icon3 {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  gap: var(--spacing-xs, 6px);
  cursor: pointer;
}
#close-icon4 {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  gap: var(--spacing-xs, 6px);
  cursor: pointer;
}

.paste-file-container {
  display: flex;
  padding: var(--spacing-lg, 24px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: var(--radi-mlg, 8px);
  border: 1px dashed rgba(95, 62, 80, 0.7);
  background: #fff;
  position: relative;
}

.drop-here-profile {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.drag-drop-new {
  color: #432131;
  font-family: "Roboto Slab";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.browse-button {
  display: flex;
  height: 48px;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #c1a865;
  color: #432131;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 122%; /* 19.52px */
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.browse-button:hover {
  color: #c1a865;
  border: 1px solid #c1a865;
  background: #fff;
}
.dropdown-options-upload-remove,.dropdown-options-for-tabs  {
  position: absolute;
  top: 56px;
  right: 18px;
  /* display: none; */
  flex-direction: column;
  /* background: #e0e0e0; */
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  z-index: 1000;
  align-items: center;
  justify-content: center;

}
.dropdown-options-upload-remove .dropdown-item,.dropdown-options-for-tabs .dropdown-item   {
  padding: 8px 10px;
  color: #432131;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  cursor: pointer;
  text-align: center;
  /* border-radius: 5px 5px 0px 0px; */
  border-bottom: 1px solid rgba(67, 33, 49, 0.4);
  width: 100%;
  transition: all 0.3s ease-in-out;
  background: #fff;
}

.dropdown-options-upload-remove .dropdown-item:hover, .dropdown-options-for-tabs .dropdown-item:hover {
  background-color: #432131;
  color: #e0e0e0;
}

.move-to-collection-option:hover svg path {
    fill: #e0e0e0;
}

.move-to-collection-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upload-loader,
.invalidFormatPopup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--radi-mlg, 8px);
  border: 1px solid rgba(95, 62, 80, 0.7);
  background: #fff;
  z-index: 10;
  gap: 10px;
}
.circular-loader {
  position: relative;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  margin-bottom: 135px;
}
.progress-circle {
  width: 100%;
  height: 100%;
  border: 7px solid rgba(224, 224, 224, 0.54);
  border-top: 7px solid #432131;
  border-radius: 50%;
  animation: spin 1.2s linear infinite;
}
.uploadingText {
  color: #432131;

  font-family: "Roboto Slab";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-left: -18px;
  margin-top: 9px;
}
.progress-percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Roboto Slab;

  font-weight: 400;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;

  color: #432131;
  text-align: center;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 120% */
}
.text-for-profile {
  color: #e0e0e0;
  font-family: Roboto;
  font-size: 183px;
  font-style: normal;
  font-weight: 600;
  line-height: 122%; /* 223.26px */
}
.cancel-upload {
  color: #e0e0e0;

  cursor: pointer;
  transition: all 0.3s ease-in;

  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;

  text-overflow: ellipsis;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  height: 48px;
  padding: 5px 35px;
  justify-content: center;
  align-items: center;
  margin-left: -36px;
  margin-top: 15px;
}
.tryAgainBtn {
  color: #e0e0e0;

  cursor: pointer;
  transition: all 0.3s ease-in;

  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;

  text-overflow: ellipsis;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  height: 48px;
  padding: 5px 35px;
  justify-content: center;
  align-items: center;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.newBorder {
  border: 1px solid rgba(95, 62, 80, 0.7);
}

.stats-container {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  margin-top: 40px;
  font-family: "Roboto", sans-serif;
  margin-right: 80px;
  position: relative;
  z-index: 100;
}

.stat-number {
  color: #fff;
  font-family: Caladea;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 8px;
}

.stat-label {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Roboto Slab";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.name-userName-container {
  display: flex;
  height: 38px;
  /* justify-content: center; */
  align-items: center;
  gap: 12px;
  align-self: stretch;
}
.name-userName-location-container {
  display: flex;
  /* align-items: center; */
  gap: 10px;
  align-self: stretch;
  padding-left: 79px;
  padding-top: 32px;
  flex-direction: column;
  position: relative;
  z-index: 100;
}
.edit-about-description {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  flex-direction: column;
  margin-bottom: 30px;
}
.label-about {
  color: #e0e0e0;
  font-family: "Roboto Slab";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px; /* 120.833% */
}
.edit-label {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  z-index: 99;
}
.edit-description-button {
  display: flex;
  width: 28px;
  height: 28px;
  padding: 8.235px;
  justify-content: center;
  align-items: center;
  gap: 8.235px;
  border-radius: 57.647px;
  background: #fff;
}
#description-editable {
  color: rgba(224, 224, 224, 0.8);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  resize: none;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 5px;
  resize: none;
  pointer-events: none; /* Disable editing initially */

  transition: all 0.3s ease-in-out;

}

#description-editable:focus {
  border: 0.3px solid rgba(224, 224, 224, 0.7);
  outline: none;
}

.tab-change-links {
  color: #e0e0e0;
  font-family: "Roboto Slab";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px; /* 120.833% */
  padding: 10px;
  cursor: pointer;
}
.tab-change-links:hover:not(.tabactive) {
  color: rgba(224, 224, 224, 0.5);

  transition: color 150ms ease-in-out;
}
.activeTab {
  color: #c1a865;
  border-bottom: 3px solid #c1a865;
}
.uploadArtworkButtonCont {
  display: flex;
  gap: 30px;
  align-self: end;
  z-index: 10;
}
.uploadArtworkBanBtn {
  border-radius: 5px;
  color: #432131;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.52px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 15px 45px;
  cursor: pointer;
  border: 1px solid #c1a865;
  transition: all 0.3sease;
  border-radius: 25px;

  border-radius: 25px;
  border: 1px solid rgba(77, 77, 77, 0.25);
  background: rgba(193, 168, 101, 0.6);
}
.uploadArtworkCancelBtn {
  border-radius: 5px;
  border: 1px solid #e0e0e0cc;
  overflow: hidden;
  color: #e0e0e0cc;
  text-overflow: ellipsis;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 15px 45px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3sease;
  border-radius: 25px;

  font-family: Roboto;
}
.uploadArtworkCancelBtn:hover {
  color: rgba(224, 224, 224, 0.7);
  border: 1px solid rgba(224, 224, 224, 0.7);
}
.uploadArtworkBanBtn:hover {
  border: 1px solid rgba(77, 77, 77, 0.25);
  background: #f9ce5b;
  color: #432131;
}
.changes-saved {
  background: #432131;
  color: rgba(193, 168, 101, 0.6);
  pointer-events: none;
}

.discardreorderBtn {
  border-radius: 5px;
  color: #432131;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.52px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 15px 45px;
  cursor: pointer;
  border: 1px solid #c1a865;
  transition: all 0.3sease;
  border-radius: 25px;

  border-radius: 25px;
  border: 1px solid rgba(77, 77, 77, 0.25);
  background: rgba(193, 168, 101, 0.6);
}
.savereorderBtn {
  border-radius: 5px;
  border: 1px solid #e0e0e0cc;
  overflow: hidden;
  color: #e0e0e0cc;
  text-overflow: ellipsis;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 15px 45px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3sease;
  border-radius: 25px;

  font-family: Roboto;
}
.savereorderBtn:hover {
  color: rgba(224, 224, 224, 0.7);
  border: 1px solid rgba(224, 224, 224, 0.7);
}
.discardreorderBtn:hover {
  border: 1px solid rgba(77, 77, 77, 0.25);
  background: #f9ce5b;
  color: #432131;
}

.discardreorderBtn2 {
  border-radius: 5px;
  color: #432131;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.52px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 15px 45px;
  cursor: pointer;
  border: 1px solid #c1a865;
  transition: all 0.3sease;
  border-radius: 25px;

  border-radius: 25px;
  border: 1px solid rgba(77, 77, 77, 0.25);
  background: rgba(193, 168, 101, 0.6);
}
.savereorderBtn2 {
  border-radius: 5px;
  border: 1px solid #e0e0e0cc;
  overflow: hidden;
  color: #e0e0e0cc;
  text-overflow: ellipsis;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 15px 45px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3sease;
  border-radius: 25px;

  font-family: Roboto;
}
.savereorderBtn2:hover {
  color: rgba(224, 224, 224, 0.7);
  border: 1px solid rgba(224, 224, 224, 0.7);
}
.discardreorderBtn2:hover {
  border: 1px solid rgba(77, 77, 77, 0.25);
  background: #f9ce5b;
  color: #432131;
}


.toolbar {
  display: flex;
  align-items: center;
  /* gap: 10px; */
  padding: 10px;
  background: transparent;
  justify-content: space-between;
  padding: 5px 0 5px 0;
  margin-top: 20px;
  margin-bottom: 50px;
}

.toolbar2 {
  display: flex;
  align-items: center;
  /* gap: 10px; */
  padding: 10px;
  background: transparent;
  justify-content: space-between;
  padding: 5px 0 5px 0;
  margin-top: 20px;
  margin-bottom: 50px;
}

.toolbar3 {
  display: flex;
  align-items: center;
  /* gap: 10px; */
  padding: 10px;
  background: transparent;
  justify-content: space-between;
  padding: 5px 0 5px 0;
  margin-top: 20px;
  margin-bottom: 50px;
}

.toolbar4 {
  display: flex;
  align-items: center;
  /* gap: 10px; */
  padding: 10px;
  background: transparent;
  justify-content: space-between;
  padding: 5px 0 5px 0;
  margin-top: 20px;
  margin-bottom: 50px;
}

.checbox-icon-default {
  display: flex;
  width: 18px;
  height: 18px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 2px;
  cursor: pointer;
  background-image: url(../assets/Images/checkInActive.svg);
  background-size: contain;
}
.checbox-icon-default2 {
  display: flex;
  width: 18px;
  height: 18px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 2px;
  cursor: pointer;
  background-image: url(../assets/Images/checkInActive.svg);
  background-size: contain;
}
.select-button-label,
#reorder {
  color: #e0e0e0;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

#reorder2 {
  color: #e0e0e0;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.select-button-label,
#reorder2 {
  color: #e0e0e0;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

#reorder3 {
  color: #e0e0e0;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

#reorder4 {
  color: #e0e0e0;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.select-button-label,
#reorder3 {
  color: #e0e0e0;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}


.grid-icon2 {
  /* background-image: url("../assets/Images/gridIcon2.svg"); */
  background-size: contain; /* Adjust as needed */
  background-position: center; /* Adjust as needed */
  width: 14px; /* Set dimensions */
  height: 30px;
}
.grid-icon3 {
  /* background-image: url("../assets/Images/gridIcon3.svg"); */
  background-size: contain; /* Adjust as needed */
  background-position: center; /* Adjust as needed */
  width: 22px; /* Set dimensions */
  height: 30px;
}
.grid-option {
  cursor: pointer;
  position: relative;
}
/* .grid-option:hover {
  filter: brightness(0) saturate(90%) invert(73%) sepia(40%) saturate(250%)
    hue-rotate(7deg) brightness(50%) contrast(100%);
} */
.grid-icon4 {
  /* background-image: url(../assets/Images/gridIcon4.svg); */
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}
.selected {
  filter: brightness(0) saturate(90%) invert(73%) sepia(40%) saturate(250%)
    hue-rotate(7deg) brightness(93%) contrast(100%);
  pointer-events: none;
}
.dropdownforProfile {
  position: relative;
  width: 135px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  padding: 10px 15px;
  width: 174px;
  gap: 8px;
  transition: all 0.3s ease-in;
}
.dropdownforProfile:hover {
  border: 1px solid #c1a865;
  color: #c1a865;
}
.dropdownforProfile div:hover {
  color: #c1a865;
}
.dropdown-selected {
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #e0e0e0;
  text-align: center;
  text-overflow: ellipsis;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
}

.Add-an-Artwork {
  display: flex;
  width: 191px;
  height: 48px;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #c1a865;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.Add-an-Artwork p {
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 122%; /* 19.52px */
}
.Add-an-Artwork:hover {
  border: 1px solid #c1a865;
  background: transparent;
  color: #c1a865;
}

.Add-an-Artwork:hover svg path {
  stroke: #c1a865;
}

.create-a-collection {
  display: flex;
  width: 200px;
  height: 48px;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #c1a865;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.create-a-collection p {
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 122%; /* 19.52px */
}
.create-a-collection:hover {
  border: 1px solid #c1a865;
  background: transparent;
  color: #c1a865;
}

.create-a-collection:hover svg path {
  stroke: #c1a865;
}

.custom-select-all-checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.approve-checkbox-label {
  color: #e0e0e0;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  cursor: pointer;
}
.select-all-checkbox:checked {
  background-color: #e0e0e0;
}
.select-all-checkbox {
  width: 20px;
  height: 20.814px;
  flex-shrink: 0;
  border-radius: 2.5px;
  border: 1.7px solid #e0e0e0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #422c38;
  position: relative;
}
.select-all-checkbox:checked::after {
  content: "\2714";
  font-family: Arial, sans-serif;
  color: #422c38;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.custom-select-all-checkbox2 {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.select-all-checkbox2:checked {
  background-color: #e0e0e0;
}
.select-all-checkbox2 {
  width: 20px;
  height: 20.814px;
  flex-shrink: 0;
  border-radius: 2.5px;
  border: 1.7px solid #e0e0e0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #422c38;
  position: relative;
}
.select-all-checkbox2:checked::after {
  content: "\2714";
  font-family: Arial, sans-serif;
  color: #422c38;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.custom-select-all-checkbox3 {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.select-all-checkbox3:checked {
  background-color: #e0e0e0;
}
.select-all-checkbox3 {
  width: 20px;
  height: 20.814px;
  flex-shrink: 0;
  border-radius: 2.5px;
  border: 1.7px solid #e0e0e0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #422c38;
  position: relative;
}
.select-all-checkbox3:checked::after {
  content: "\2714";
  font-family: Arial, sans-serif;
  color: #422c38;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.custom-select-all-checkbox4 {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.select-all-checkbox4:checked {
  background-color: #e0e0e0;
}
.select-all-checkbox4 {
  width: 20px;
  height: 20.814px;
  flex-shrink: 0;
  border-radius: 2.5px;
  border: 1.7px solid #e0e0e0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #422c38;
  position: relative;
}
.select-all-checkbox4:checked::after {
  content: "\2714";
  font-family: Arial, sans-serif;
  color: #422c38;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: none;
}
.hide{
  display: none;
}

.tabs-container {
  display: grid;
  gap: 16px;
  grid-auto-flow: row;
}

/* Grid layouts: adjust the number of columns */
.grid-2 {
  grid-template-columns: repeat(2, minmax(547px, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(356px, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(260px, 1fr));
}

.card-container {
  display: flex;
  width: 100%;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;

  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Image-container {
  height: 200px;
  width: 100%;
  background-color: #432131;
  
  position: relative;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  overflow: hidden;

  /* background-image: url();
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat; */
}
.Image-container img {
  object-position: 50%;
  object-fit: contain;

  transition: transform 0.3s ease;
}

.all-details-container {
  background-color: #422C38;
  display: flex;
  padding: 15px 18px;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
   position: relative;
}
.artwork-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* flex: 1 0 0; */
  overflow: hidden;
  color: #e0e0e0;
  text-overflow: ellipsis;

  /* Sub Heading 3 */
  font-family: "Roboto Slab";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

}
.artwork-Description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  word-break: break-word;
  /* flex: 1 0 0; */

  overflow: hidden;
  color: #b8b8b8;
  text-overflow: ellipsis;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 17.08px */
}
.description-details {
  display: flex;

  padding: 20px 4px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  flex-direction: column;
  gap: 10px;

  height:max-content;
  width: 100%;
}

.artwork-month {
  color: #b8b8b8;

  /* Tiny */
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.featureArtViewArtBtn {
  color: #432131;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  border-radius: 40px;
  background: linear-gradient(
      0deg,
      rgba(95, 62, 80, 0.7) 0%,
      rgba(95, 62, 80, 0.7) 100%
    ),
    #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  width: 136px;
  padding: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.Image-container:hover .featureArtViewArtBtn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.card-container:hover .Image-container img {
  transform: scale(1.3);
  transition: all 0.3sease-in-out;
}
/* .checkbox-select-container{
  width: 48px;
height: 47px;
flex-shrink: 0;
border-radius: 2px;
background: #E0E0E0;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: 0px;
cursor: pointer;


} */

.checkbox-tick-container{
  position: relative;
  width: 24.5px;
height: 24.5px;
flex-shrink: 0;
background-image: url(../assets/Images/checkNotActive.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;


}
.checkboxActive{
  background-image: url(../assets/Images/checkboxActive.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;



}

/* collection tab css */

.collection-card-container {
  display: flex;
  width: 100%;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;

  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.collection-Image-container {
  height: 200px;
  width: 100%;
  background-color: #432131;
  
  position: relative;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  overflow: hidden;

  /* background-image: url();
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat; */
}
.collection-Image-container img {
  object-position: 50%;
  object-fit: contain;

  transition: transform 0.3s ease;
}

.collection-all-details-container {
  background-color: #422C38;
  display: flex;
  padding: 15px 18px;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.collection-artwork-name {
  overflow: hidden;
  color: #e0e0e0;
  text-overflow: ellipsis;

  /* Sub Heading 3 */
  font-family: "Roboto Slab";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.collection-artwork-Description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;


  overflow: hidden;
  color: #b8b8b8;
  text-overflow: ellipsis;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 17.08px */
}
.collection-description-details {
  display: flex;

  padding: 20px 4px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  flex-direction: column;
  gap: 10px;


  width: 100%;
}

.collection-artwork-month {
  color: #b8b8b8;

  /* Tiny */
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.collection-featureArtViewArtBtn {
  color: #432131;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  border-radius: 40px;
  background: linear-gradient(
      0deg,
      rgba(95, 62, 80, 0.7) 0%,
      rgba(95, 62, 80, 0.7) 100%
    ),
    #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  width: 136px;
  padding: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.collection-Image-container:hover .collection-featureArtViewArtBtn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.collection-card-container:hover .collection-Image-container img {
  transform: scale(1.3);
  transition: all 0.3sease-in-out;
}
.collection-checkbox-select-container{
  width: 48px;
  height: 47px;
  flex-shrink: 0;
  border-radius: 2px;
  background: #E0E0E0;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  cursor: pointer;


}

.collection-checkbox-tick-container{
  position: relative;
  width: 24.5px;
  height: 24.5px;
  flex-shrink: 0;
  background-image: url(../assets/Images/checkNotActive.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;


}
.checkboxActive{
  background-image: url(../assets/Images/checkboxActive.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.collection-reorder-select-container {
  width: 48px;
  height: 47px;
  flex-shrink: 0;
  border-radius: 2px;
  background: #e0e0e0;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  cursor: pointer;
}

.collection-reorder-tick-container {
  position: relative;
  width: 24.5px;
  height: 24.5px;
  flex-shrink: 0;
  background-image: url(../assets/Images/reorder.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.collection-grid-resizing-elements span svg {
  display: block;
  transition: opacity 0.2sease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.collection-grid-resizing-elements span .collection-default-svg {
  opacity: 1;
}

.collection-grid-resizing-elements span .collection-hover-svg {
  opacity: 0;
}

/* Hover state: Show hover SVG, hide default SVG */
.collection-grid-resizing-elements span:hover .collection-default-svg {
  opacity: 0;
}

.collection-grid-resizing-elements span:hover .collection-hover-svg {
  opacity: 1;
}

/* Active state:  Show hover SVG (same as hover), hide default */
.collection-grid-resizing-elements span.active .collection-default-svg {
  opacity: 0;
}

.collection-grid-resizing-elements span.active .collection-hover-svg {
  opacity: 1;
}

.collection-grid-option {
  cursor: pointer;
  position: relative;
}


/* collection css end */


/* archived tab css */
.archived-card-container {
  display: flex;
  width: 100%;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.archived-Image-container {
  height: 200px;
  width: 100%;
  background-color: #432131;
  position: relative;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  overflow: hidden;
}

.archived-Image-container img {
  object-position: 50%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.archived-all-details-container {
  background-color: #422C38;
  display: flex;
  padding: 15px 18px;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.archived-artwork-name {
  overflow: hidden;
  color: #e0e0e0;
  text-overflow: ellipsis;
  /* Sub Heading 3 */
  font-family: "Roboto Slab";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.archived-artwork-Description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  flex: 1 0 0;
  overflow: hidden;
  color: #b8b8b8;
  text-overflow: ellipsis;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 17.08px */
}

.archived-description-details {
  display: flex;
  padding: 20px 4px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  flex-direction: column;
  gap: 10px;
  /* height: 192px; */
  height: 190px;
  width: 100%;
}

.archived-artwork-month {
  color: #b8b8b8;
  /* Tiny */
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.archived-featureArtViewArtBtn {
  color: #432131;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  border-radius: 40px;
  background: linear-gradient(
      0deg,
      rgba(95, 62, 80, 0.7) 0%,
      rgba(95, 62, 80, 0.7) 100%
    ),
    #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  width: 136px;
  padding: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.archived-Image-container:hover .archived-featureArtViewArtBtn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.archived-card-container:hover .archived-Image-container img {
  transform: scale(1.3);
  transition: all 0.3sease-in-out;
}

.archived-checkbox-select-container {
  width: 48px;
  height: 47px;
  flex-shrink: 0;
  border-radius: 2px;
  background: #e0e0e0;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  cursor: pointer;
}

.archived-checkbox-tick-container {
  position: relative;
  width: 24.5px;
  height: 24.5px;
  flex-shrink: 0;
  background-image: url(../assets/Images/checkNotActive.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.checkboxActive {
  background-image: url(../assets/Images/checkboxActive.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.archived-reorder-select-container {
  width: 48px;
  height: 47px;
  flex-shrink: 0;
  border-radius: 2px;
  background: #e0e0e0;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  cursor: pointer;
}

.archived-reorder-tick-container {
  position: relative;
  width: 24.5px;
  height: 24.5px;
  flex-shrink: 0;
  background-image: url(../assets/Images/reorder.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.archived-grid-resizing-elements span svg {
  display: block;
  transition: opacity 0.2sease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.archived-grid-resizing-elements span .archived-default-svg {
  opacity: 1;
}

.archived-grid-resizing-elements span .archived-hover-svg {
  opacity: 0;
}

/* Hover state: Show hover SVG, hide default SVG */
.archived-grid-resizing-elements span:hover .archived-default-svg {
  opacity: 0;
}

.archived-grid-resizing-elements span:hover .archived-hover-svg {
  opacity: 1;
}

/* Active state:  Show hover SVG (same as hover), hide default */
.archived-grid-resizing-elements span.active .archived-default-svg {
  opacity: 0;
}

.archived-grid-resizing-elements span.active .archived-hover-svg {
  opacity: 1;
}

.archived-grid-option {
  cursor: pointer;
  position: relative;
}
/* archived tab css end */


/* draft tab css */
.draft-card-container {
  display: flex;
  width: 100%;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.draft-Image-container {
  height: 200px;
  width: 100%;
  background-color: #432131;
  position: relative;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  overflow: hidden;
}

.draft-Image-container img {
  object-position: 50%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.draft-all-details-container {
  background-color: #422C38;
  display: flex;
  padding: 15px 18px;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.draft-artwork-name {
  overflow: hidden;
  color: #e0e0e0;
  text-overflow: ellipsis;
  /* Sub Heading 3 */
  font-family: "Roboto Slab";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.draft-artwork-Description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;

  overflow: hidden;
  color: #b8b8b8;
  text-overflow: ellipsis;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 17.08px */
}

.draft-description-details {
  display: flex;
  padding: 20px 4px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  flex-direction: column;
  gap: 10px;

  width: 100%;
}

.draft-artwork-month {
  color: #b8b8b8;
  /* Tiny */
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.draft-featureArtViewArtBtn {
  color: #432131;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  border-radius: 40px;
  background: linear-gradient(
      0deg,
      rgba(95, 62, 80, 0.7) 0%,
      rgba(95, 62, 80, 0.7) 100%
    ),
    #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  width: 136px;
  padding: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.draft-Image-container:hover .draft-featureArtViewArtBtn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.draft-card-container:hover .draft-Image-container img {
  transform: scale(1.3);
  transition: all 0.3sease-in-out;
}

.draft-checkbox-select-container {
  width: 48px;
  height: 47px;
  flex-shrink: 0;
  border-radius: 2px;
  background: #e0e0e0;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  cursor: pointer;
}

.draft-checkbox-tick-container {
  position: relative;
  width: 24.5px;
  height: 24.5px;
  flex-shrink: 0;
  background-image: url(../assets/Images/checkNotActive.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.checkboxActive {
  background-image: url(../assets/Images/checkboxActive.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.draft-reorder-select-container {
  width: 48px;
  height: 47px;
  flex-shrink: 0;
  border-radius: 2px;
  background: #e0e0e0;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  cursor: pointer;
}

.draft-reorder-tick-container {
  position: relative;
  width: 24.5px;
  height: 24.5px;
  flex-shrink: 0;
  background-image: url(../assets/Images/reorder.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.draft-grid-resizing-elements span svg {
  display: block;
  transition: opacity 0.2sease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.draft-grid-resizing-elements span .draft-default-svg {
  opacity: 1;
}

.draft-grid-resizing-elements span .draft-hover-svg {
  opacity: 0;
}

/* Hover state: Show hover SVG, hide default SVG */
.draft-grid-resizing-elements span:hover .draft-default-svg {
  opacity: 0;
}

.draft-grid-resizing-elements span:hover .draft-hover-svg {
  opacity: 1;
}

/* Active state:  Show hover SVG (same as hover), hide default */
.draft-grid-resizing-elements span.active .draft-default-svg {
  opacity: 0;
}

.draft-grid-resizing-elements span.active .draft-hover-svg {
  opacity: 1;
}

.draft-grid-option {
  cursor: pointer;
  position: relative;
}
/* draft tab css end */

.grid-resizing-elements span svg {
  display: block;
  transition: opacity 0.2sease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.grid-resizing-elements span .default-svg {
  opacity: 1;
}

.grid-resizing-elements span .hover-svg {
  opacity: 0;
}

/* Hover state: Show hover SVG, hide default SVG */
.grid-resizing-elements span:hover .default-svg {
  opacity: 0;
}

.grid-resizing-elements span:hover .hover-svg {
  opacity: 1;
}

/* Active state:  Show hover SVG (same as hover), hide default */
.grid-resizing-elements span.active .default-svg {
  opacity: 0;
}

.grid-resizing-elements span.active .hover-svg {
  opacity: 1;
}
.view-more{
  width: 36px;
height: 36px;
cursor: pointer;
}



 /* Style for the popup */
 .archiveMainCont {
  border-radius: 50px;
  border: 1px solid rgba(193, 168, 101, 0.20);
  background: #422C38;
  box-shadow: 0px 74px 72.5px 28px rgba(67, 33, 49, 0.40);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  padding: 75px 125px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000; 
}

.archiveHeading {
  color: #EEEEEE;
  text-align: center;
  font-family: Caladea;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.archiveWarnText {
  color: rgba(224, 224, 224, 0.70);
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 122%;
  margin-top: 30px;
}

.archiveCancelBtn {
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
  color: #E0E0E0;
  text-overflow: ellipsis;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 45px;
  background: #422C38;
  cursor: pointer;
  transition: all 0.3s ease;
}

.archiveCancelBtn:hover{
  color: rgba(224, 224, 224, 0.70);
  border: 1px solid rgba(224, 224, 224, 0.70);
}

.archiveDelBtn {
  border-radius: 5px;
  background: #C1A865;
  color: #432131; 
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 122%;
  padding: 15px 45px;
  cursor: pointer;
  border: 1px solid #C1A865;
  transition: all 0.3s ease;
}

.archiveDelBtn:hover{
  color: #C1A865;
  background: #422C38;
  border: 1px solid #C1A865;
}

.archiveButtonCont {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}


.popup-close-button {
  display: flex;
  width: 34px;
  height: 34px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border: none;
  background: transparent;
  border-radius: 70px;
  background: #FFF;
  margin-right: 10px;
  margin-top: 10px;
}



.archiveMainCont.hidden {
  display: none;
}

.downloadMainCont, .collectionsDownloadPopup {
  border-radius: 50px;
  border: 1px solid rgba(193, 168, 101, 0.20);
  background: #422C38;
  box-shadow: 0px 74px 72.5px 28px rgba(67, 33, 49, 0.40);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  padding: 75px 125px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001; 
}

.downloadHeading, .collectionsDownloadHeading {
  color: #EEEEEE;
  text-align: center;
  font-family: Caladea;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.downloadText, .collectionsDownloadText {
  color: rgba(224, 224, 224, 0.70);
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 122%;
  margin-top: 30px;
}

.popup-close-button {
  display: flex;
  width: 34px;
  height: 34px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border: none;
  background: transparent;
  border-radius: 70px;
  background: #FFF;
  margin-right: 10px;
  margin-top: 10px;
}



.downloadMainCont .hidden {
  display: none;
}

.reorderArtworksMainCont {
  border-radius: 50px;
  border: 1px solid rgba(193, 168, 101, 0.20);
  background: #422C38;
  box-shadow: 0px 74px 72.5px 28px rgba(67, 33, 49, 0.40);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  padding: 75px 125px;
}

.reorderArtworksHeading {
  color: #EEEEEE;
  text-align: center;
  font-family: Caladea;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.reorderArtworksWarnText {
  color: rgba(224, 224, 224, 0.70);
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 122%;
  margin-top: 30px;
}

.reorderArtworksCancelBtn {
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
  color: #E0E0E0;
  text-overflow: ellipsis;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 45px;
  background: #422C38;
  cursor: pointer;
  transition: all 0.3s ease;
}

.reorderArtworksCancelBtn:hover {
  color: rgba(224, 224, 224, 0.70);
  border: 1px solid rgba(224, 224, 224, 0.70);
}

.reorderArtworksConfirmBtn {
  border-radius: 5px;
  background: #C1A865;
  color: #432131;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 122%;
  padding: 15px 45px;
  cursor: pointer;
  border: 1px solid #C1A865;
  transition: all 0.3s ease;
}

.reorderArtworksConfirmBtn:hover {
  color: #C1A865;
  background: #422C38;
  border: 1px solid #C1A865;
}

.reorderArtworksButtonCont {
  margin-top: 30px;
  display: flex;
  gap: 30px;
}


.featuredPopupMainCont {
  border-radius: 50px;
  border: 1px solid rgba(193, 168, 101, 0.20);
  background: #422C38;
  box-shadow: 0px 74px 72.5px 28px rgba(67, 33, 49, 0.40);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  padding: 75px 125px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
}

.featuredPopupMainCont.hidden {
  display: none;
  
}

.featuredPopupHeading {
  color: #EEEEEE;
  text-align: center;
  font-family: Caladea;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.featuredPopupText {
  color: rgba(224, 224, 224, 0.70);
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 122%;
  margin-bottom: 40px;
}

.featuredButtonCont {
  display: flex;
  justify-content: center;
  width: 100%;
}

.featuredViewBtn {
  border-radius: 5px;
  background: #C1A865;
  color: #432131; 
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 122%;
  padding: 15px 45px;
  cursor: pointer;
  border: 1px solid #C1A865;
  transition: all 0.3s ease;
  justify-content: center;
}

.featuredViewBtn:hover {
  color: #C1A865;
  background: #422C38;
  border: 1px solid #C1A865;
}

#viewCollection {
  justify-content: center;
}


.deleteCollectionPopup {
  border-radius: 50px;
  border: 1px solid rgba(193, 168, 101, 0.20);
  background: #422C38;
  box-shadow: 0px 74px 72.5px 28px rgba(67, 33, 49, 0.40);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  padding: 75px 125px;
  position: relative;
}

.deleteCollectionHeading {
  color: #EEEEEE;
  font-family: Caladea, serif;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.deleteCollectionText {
  color: rgba(224, 224, 224, 0.70);
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 122%;
  margin-top: 30px;
}

.deleteCollectionButtons {
  margin-top: 30px;
  display: flex;
  gap: 30px;
}

.cancelCollectionBtn {
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  background: #422C38;
  color: #E0E0E0;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 45px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cancelCollectionBtn:hover {
  color: rgba(224, 224, 224, 0.70);
  border: 1px solid rgba(224, 224, 224, 0.70);
}

.confirmDeleteCollectionBtn {
  border-radius: 5px;
  background: #C1A865;
  border: 1px solid #C1A865;
  color: #432131;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 45px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.confirmDeleteCollectionBtn:hover {
  color: #C1A865;
  background: #422C38;
  border: 1px solid #C1A865;
}

.collectionPopupCloseBtn {
  display: flex;
  width: 34px;
  height: 34px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #FFF;
  border: none;
  border-radius: 70px;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 10px;
}


/* delete popup draft tab */




.popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 11, 11, 0.40);
  z-index: 999; 
  display: none; 
}

.popupOverlay.show {
  display: block; 
}

.deleteDraftPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #422C38;
  border-radius: 50px;
  box-shadow: 0px 74px 72.5px 28px rgba(67, 33, 49, 0.40);
  padding: 75px 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  z-index: 1001;
}

.deleteDraftHeading {
  color: #EEEEEE;
  font-family: 'Caladea', serif;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.deleteDraftSubtext {
  color: rgba(224, 224, 224, 0.70);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
  line-height: 122%;
}

.deleteDraftBtnContainer {
  margin-top: 30px;
  display: flex;
  gap: 30px;
}

.cancelDeleteBtn {
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  background: #422C38;
  color: #E0E0E0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 45px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cancelDeleteBtn:hover {
  color: rgba(224, 224, 224, 0.70);
  border: 1px solid rgba(224, 224, 224, 0.70);
}

.confirmDeleteBtn {
  border-radius: 5px;
  background: #C1A865;
  color: #432131;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 45px;
  cursor: pointer;
  border: 1px solid #C1A865;
  transition: all 0.3s ease;
}

.confirmDeleteBtn:hover {
  background: #422C38;
  color: #C1A865;
  border: 1px solid #C1A865;
}

.popupCloseBtn {
  display: flex;
  width: 34px;
  height: 34px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: #FFF;
  border-radius: 70px;
  cursor: pointer;
  z-index: 1002;
  margin-top: 10px;
  margin-right: 10px;
}


/* download popup css */

#downloaddraftConfirmationOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 11, 11, 0.40);
  z-index: 999;
}

#downloaddraftConfirmationPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #422C38;
  border-radius: 50px;
  box-shadow: 0px 74px 72.5px 28px rgba(67, 33, 49, 0.40);
  padding: 75px 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  z-index: 1000;
}

.deleteDraftTextContainer {
  text-align: center;
}

.deleteDraftHeading {
  color: #EEEEEE;
  font-family: 'Caladea', serif;
  font-size: 36px;
  font-weight: 700;
}

.deleteDraftSubtext {
  color: rgba(224, 224, 224, 0.70);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-top: 30px;
  line-height: 122%;
}

.popupCloseBtn {
  display: flex;
  width: 34px;
  height: 34px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: #FFF;
  border-radius: 70px;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 10px;
}

#viewCollections {

  display: flex;
  justify-content: center;
  margin-left: 150px;
  margin-top: 20px;
}

.archivePopupMainCont {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #422C38;
  border-radius: 50px;
  box-shadow: 0px 74px 72.5px 28px rgba(67, 33, 49, 0.40);
  padding: 75px 125px;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1001;
}

.popup-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: #FFF;
  border-radius: 70px;
  cursor: pointer;
  z-index: 1002;
}

.archivePopupTextCont {
  text-align: center;
  margin-bottom: 30px;
}

.archivePopupHeading {
  color: #EEEEEE;
  font-family: 'Caladea', serif;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}

.archivePopupSubtext {
  color: rgba(224, 224, 224, 0.70);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 122%;
}

.archivePopupButtonCont {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.archivePopupCancelBtn {
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  background: #422C38;
  color: #E0E0E0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 45px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.archivePopupCancelBtn:hover {
  color: rgba(224, 224, 224, 0.70);
  border: 1px solid rgba(224, 224, 224, 0.70);
}

.archivePopupConfirmBtn {
  border-radius: 5px;
  background: #C1A865;
  color: #432131;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 45px;
  cursor: pointer;
  border: 1px solid #C1A865;
  transition: all 0.3s ease;
}

.archivePopupConfirmBtn:hover {
  background: #422C38;
  color: #C1A865;
  border: 1px solid #C1A865;
}

/* download popup */

.popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 11, 11, 0.40);
  z-index: 999; 
  display: none; 
}

.popupOverlay.show {
  display: block; 
}


.downloadarchivePopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #422C38;
  border-radius: 50px;
  box-shadow: 0px 74px 72.5px 28px rgba(67, 33, 49, 0.40);
  padding: 75px 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  z-index: 1001;
}

.downloadarchiveHeading {
  color: #EEEEEE;
  font-family: 'Caladea', serif;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.downloadarchiveSubtext {
  color: rgba(224, 224, 224, 0.70);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
  line-height: 122%;
}

.popuparchivedownCloseBtn {
  display: flex;
  width: 34px;
  height: 34px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: #FFF;
  border-radius: 70px;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 10px;
}

/* delete archived tab */

.deletearchivePopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #422C38;
  border-radius: 50px;
  box-shadow: 0px 74px 72.5px 28px rgba(67, 33, 49, 0.40);
  padding: 75px 125px;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1001;
}

.deletearchiveTextContainer {
  text-align: center;
  margin-bottom: 30px;
}

.deletearchiveHeading {
  color: #EEEEEE;
  font-family: 'Caladea', serif;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}

.deletearchiveSubtext {
  color: rgba(224, 224, 224, 0.70);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 122%;
}

.deletearchiveBtnContainer {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.cancelDeleteBtn {
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  background: #422C38;
  color: #E0E0E0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 45px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cancelDeleteBtn:hover {
  color: rgba(224, 224, 224, 0.70);
  border: 1px solid rgba(224, 224, 224, 0.70);
}

.confirmDeleteBtn {
  border-radius: 5px;
  background: #C1A865;
  color: #432131;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 45px;
  cursor: pointer;
  border: 1px solid #C1A865;
  transition: all 0.3s ease;
}

.confirmDeleteBtn:hover {
  background: #422C38;
  color: #C1A865;
  border: 1px solid #C1A865;
}

.popupCloseBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: #FFF;
  border-radius: 70px;
  cursor: pointer;
  z-index: 1002;
  margin-top: 10px;
  margin-right: 10px;
}

.popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 11, 11, 0.40);
  z-index: 1000;
}


/* unarchive pop up for archived tab*/

.unarchivePopupMainCont {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #422C38;
  border-radius: 50px;
  box-shadow: 0px 74px 72.5px 28px rgba(67, 33, 49, 0.40);
  padding: 75px 125px;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1001;
}

.popup-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: #FFF;
  border-radius: 70px;
  cursor: pointer;
  z-index: 1002;
}

.unarchivePopupTextCont {
  text-align: center;
  margin-bottom: 30px;
}

.unarchivePopupHeading {
  color: #EEEEEE;
  font-family: 'Caladea', serif;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}

.unarchivePopupSubtext {
  color: rgba(224, 224, 224, 0.70);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 122%;
}

.unarchivePopupButtonCont {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.unarchivePopupCancelBtn {
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  background: #422C38;
  color: #E0E0E0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 45px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.unarchivePopupCancelBtn:hover {
  color: rgba(224, 224, 224, 0.70);
  border: 1px solid rgba(224, 224, 224, 0.70);
}

.unarchivePopupConfirmBtn {
  border-radius: 5px;
  background: #C1A865;
  color: #432131;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 45px;
  cursor: pointer;
  border: 1px solid #C1A865;
  transition: all 0.3s ease;
}

.unarchivePopupConfirmBtn:hover {
  background: #422C38;
  color: #C1A865;
  border: 1px solid #C1A865;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(27, 21, 26, 0.40);
  backdrop-filter: blur(5px);
  z-index: 1000;
}
@media screen and (max-width: 1300px) {
  .indiArtworkPreviewDetail {
flex-direction: column;
gap: 90px;
  }
}
@media screen and (max-width: 1100px) {
  .grid-icon4{
    display: none !important;
  }
  .Image-container img {
    width: 100%;
    height: 100% !important;
  }
  .card-container{
    height: 300px;
  }
  .grid-4{
    grid-template-columns: repeat(3, minmax(0px, 1fr)) ;
  }

  .collection-Image-container img {
    width: 100%;
    height: 100% !important;
  }
  .collection-card-container {
    height: 300px;
  }
 
  .archived-Image-container img {
    width: 100%;
    height: 100% !important;
  }
  .archived-card-container {
    height: 350px;
  }
  #archived-tab-container #artwork-cards-row, #archived-tab-container #collection-cards-row  {
    grid-template-columns: repeat(3, minmax(0px, 1fr)) !important;
  }
  .archived-all-details-container {
    padding: 5px 10px;
  }

  .draft-card-container {
     height: 350px;
  }

  .draft-Image-container img {
    width: 100%;
    height: 100% !important;
  }

  #drafts-tab-container #drafts-collection-cards-row, #drafts-tab-container #drafts-artwork-cards-row {
    grid-template-columns: repeat(3, minmax(0px, 1fr)) !important;
  }

}
@media screen and (max-width: 800px){
  .profileCont {
    width: 27px;
    height: 20px;
  }
  .indiArtworkPreviewMainCont {
    padding: 80px 10px !important;
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .indiArtworkPreviewImgCont{
    width: 100% !important;
  
  }
  .indiArtworkPreviewImgMainCont {
    width: 100% !important;
  
  }

  .grid-4{
    grid-template-columns: repeat(2, minmax(0px, 1fr)) !important;
  }

  #archived-tab-container #artwork-cards-row, #archived-tab-container #collection-cards-row {
    grid-template-columns: repeat(2, minmax(0px, 1fr)) !important;
  }

  #drafts-tab-container #drafts-collection-cards-row, #drafts-tab-container #drafts-artwork-cards-row {
    grid-template-columns: repeat(2, minmax(0px, 1fr)) !important;
  }

  .grid-icon2 {
    background-color: #c1a865 !important;
    mask-image: url("../assets/Images/gridIcon2.svg") !important;
    mask-repeat: no-repeat !important;
    mask-position: center !important;
    mask-size: contain !important;
  }

}
@media screen and (max-width: 768px){
  .grid-icon3{
    display: none !important;
  }
}
@media screen and (max-width: 670px){
  .cobine-grid-filters {
    width: 100%;
  }
  .flex-item-selectBox{
flex-direction: column;
width: 100%;
    grid-template-columns: auto 1fr auto; 
  }
  
  .grid-icon2{
    display: none !important;
  }
  #custom-select-box-container-for-Profile,#custom-select-box-container-for-Profile2,#custom-select-box-container-for-Profile3,#custom-select-box-container-for-Profile4{
    width: 100% !important;
  }
  .input-search-container{
    width: 100%;

  }
  .input-for-search{
    width: 100% !important;
  }
  .main-description-collect{
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

}
@media screen and (max-width: 600px){
  .indiArtworkPreviewMainCont {
    padding: 80px 26px !important;
  }
  .main-description-collect{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
 .tab-change-contianer{
    gap: 12px !important;

  }
  .tab-change-links {
    font-size: 14px !important;
  }
  #archived-tab-container #artwork-cards-row, #archived-tab-container #collection-cards-row {
    grid-template-columns: repeat(1, minmax(0px, 1fr)) !important;
  }

  #drafts-tab-container #drafts-collection-cards-row, #drafts-tab-container #drafts-artwork-cards-row {
    grid-template-columns: repeat(1, minmax(0px, 1fr)) !important;
  }
  .grid-4{
    grid-template-columns: repeat(1, minmax(0px, 1fr)) !important;
  }


}
@media screen and (max-width: 450px){
.toolbar2{
  flex-direction: column;
  gap: 10px;
}

}


/* Requests Tab Grid Icon Styles */
.requests-grid-resizing-elements .requests-hover-svg {
  display: none;
}

.requests-grid-resizing-elements .requests-grid-option:hover .requests-default-svg,
.requests-grid-resizing-elements .requests-grid-option.active .requests-default-svg {
  display: none;
}

.requests-grid-resizing-elements .requests-grid-option:hover .requests-hover-svg,
.requests-grid-resizing-elements .requests-grid-option.active .requests-hover-svg {
  display: block;
}

.requests-grid-option {
  cursor: pointer;
  position: relative;
}