
.notice, div.error, div.updated, div.fs-notice.updated, div.fs-notice.success, div.fs-notice.promotion
{
    display: none !important;
}

.digages-svg-onboard-container-bg2
{
    display: none !important;
}

.notice 
{
    display: none !important;
}

.ha-notice
{
    display: none !important;
}

.error
{
    display: none !important;
}


.digages_dp-woodp-messages-bg-title
{
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 28px;
color: #101517;
margin-top: 24px;
margin-bottom: 24px;
}

@media (min-width: 768px) {
/* .digages_dp-woodp-messages-bg
{
    margin-right: calc(100% - 176px) !important;
} */
.digages_dp-woodp-messages-bg-item-input
{
    width: 520px !important;
}
}
.digages_dp-woodp-messages-bg
{
    display: flex;
    flex-direction: column;
    gap: 32px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #3C434A;
}

.digages_dp-woodp-messages-bg-item
{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 80px;
}

.digages_dp-woodp-messages-bg-item-left
{
width: 200px;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #1D2327;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    gap: 12px;
}

.digages_dp-woodp-messages-bg-item-right
{
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: start;
    gap: 8px;
    
}

.digages_dp-woodp-messages-bg-item-input
{
padding: 12px 16px !important;
height: 40px !important; 
background: #FFFFFF !important;
border: 1px solid #949494 !important;
border-radius: 2px !important;
font-weight: 400 !important;
font-size: 13px !important;
line-height: 20px !important;
color: #1E1E1E !important;
}

.digages_dp-woodp-messages-bg-item-textarea
{
padding: 12px 16px !important; 
background: #FFFFFF !important;
border: 1px solid #949494 !important;
border-radius: 2px !important;
font-weight: 400 !important;
font-size: 13px !important;
line-height: 20px !important;
color: #1E1E1E !important;
width: 100% !important;
height: 64px !important;
}

.digages_dp-woodp-messages-bg-item-left-label
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
}

.digages_dp-woodp-messages-bg-item-left-label-bg
{
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  padding: 8px;
  background-color: #f1f1f1;
  border-radius: 4px;
}

.tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  max-width: 150px;
  background-color: #333333d9;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 6px 10px;
  position: absolute;
  z-index: 1;
  bottom: -180%; /* Position above the element */
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
  white-space: pre-wrap;
  visibility: visible;
  font-size: 11px;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}



.digages-wpdp-general-ai
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.digages-wpdp-general-ai-text
{
display: flex;
justify-content: center;
align-items: center;
padding: 4px 8px;
gap: 10px;
background: #D63638;
border-radius: 16px;
font-style: normal;
font-weight: 700;
font-size: 9px;
line-height: 12px;
color: #FFFFFF;
}

