.purple-button{
  background: #511864;
  display: block;
  margin: 20px 0 0;
  text-align: center;
  color: #fff !important;
}

.show-thumbnail-option {
  position: relative;
  display: inline-block;
}

.show-thumbnail-option:hover::after {
  content: attr(title);
  position: absolute;
  background-color: black;
  color: white;
  padding: 5px;
  border-radius: 5px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.sb-btn:disabled {
  background-color: #858585 !important; /* Gray color */
  cursor: not-allowed !important; /* Change cursor to not-allowed */
}

.show-thumbnail-option:hover {
  cursor: pointer; /* Change to your desired cursor style */
}
.iframe-preview{
  height: 100%;
  width: 100%;
}
.wd-100{
  width: 100%;
}
.custom-link-add-btn:disabled {
  background-color: #cccccc; /* Disabled background color */
  color: #666666; /* Disabled text color */
  cursor: not-allowed;
  /* Add other styles as needed */
}


.update-tree-link-btn:disabled {
  background-color: #cccccc; /* Disabled background color */
  color: #666666; /* Disabled text color */
  cursor: not-allowed;
  /* Add other styles as needed */
}

.add-social-media-link:disabled {
  background-color: #cccccc; /* Disabled background color */
  color: #666666; /* Disabled text color */
  cursor: not-allowed;
  /* Add other styles as needed */
}

