/* Container principal */
.atendimento-container {
    margin: 25px 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	padding: 20px;
}

.Header__searchSubCont{
	background: rgba(28, 14, 49, 0.1);
}

.Header__searchLink {
    padding: 20px;
}

/* Textos */
.atendimento-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: left;
}

/* Estilo do link de login */
.login-destaque {
    font-weight: bold;
    font-size: 1.1em;
    color: white;
    text-decoration: underline;
    transition: all 0.2s ease;
}

.login-destaque:hover {
    color: red;
    text-decoration: none;
}

.atendimento-observacao {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-style: italic;
    margin-top: 15px;
    text-align: left;
}

/* Container dos botões */
.atendimento-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
}

/* Estilo base dos botões */
.atendimento-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 24px;
    border-radius: 0px 30px 30px 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
    min-width: 140px;
    text-align: center;
    border: none;
    cursor: pointer;
}

/* Botão WhatsApp */
.whatsapp-btn {
    background: #a1fc7a;
    color: #2c1d49;
}

.whatsapp-btn:hover {
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

/* Botão Telefone e Ouvidoria (mesmo estilo) */
.telefone-btn,
.ouvidoria-btn {
    background: #ffffff;
    color: #2c1d49;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.telefone-btn:hover,
.ouvidoria-btn:hover {
    background: #ffffff;
    transform: translateY(-2px);
}

/* Responsividade */
@media (max-width: 768px) {
    .atendimento-buttons {
        flex-direction: column;
    }
    
    .atendimento-btn {
        width: 100%;
    }
    
    .atendimento-content {
        padding: 15px;
    }
}
.atendimento-lista {
    list-style: disc;
    padding-left: 20px;
    color: white;
}
.atendimento-lista li {
    margin-bottom: 8px;
}

.Menu__partlabel.commonStyle__overflowDotted.commonStyle__displayBlock {
	color:white !important;
}

.Menu__partlabel.commonStyle__overflowDotted.commonStyle__displayBlock:hover{
	color:red !important;
}

span[name="TicketListItem_departmentName"] {
  color: black !important;
}

.Link__link.commonStyle__link.commonStyle__cursor.commonStyle__verticalMiddle {
  color: black !important;
}

.Link__link.commonStyle__link.commonStyle__cursor.commonStyle__verticalMiddle:hover {
  color: red !important;
}

span[name="TicketListItem_createdTime"] span {
  color: black !important;
}

.TicketFilterPopup__filterValue.commonStyle__link.commonStyle__cursor.TicketFilterPopup__active.commonStyle__active {
  color: white !important;
}

.TicketListItem__dueTime.commonStyle__verticalMiddle {
  color: black !important;
}

.TicketListItem__repliseCnt.commonStyle__link.commonStyle__cursor {
  color: black !important;
}

.Menu__heading.commonStyle__fweight600.commonStyle__overflowDotted {
  color: white !important;
}

.Header__tClr, .Header__dropicon {
  color: black !important;
}

.Header__tClr:hover {
	color:red !important;
}

.TicketListLeftContainer1__listItem.commonStyle__flex1.commonStyle__overflowDotted{
	color:black !important;
}
.TicketListLeftContainer1__listItem.commonStyle__flex1.commonStyle__overflowDotted:hover{
	color:red !important;
}

.Icon__icon.commonStyle__positionRel.commonStyle__inlineBlock Icon__xSmall {
	color:black !important;
}

.Icon__icon.commonStyle__positionRel.commonStyle__inlineBlock.Icon__xSmall {
	color:black !important;
}

.Header__containerLink:hover{
	color:red !important;
}

.BreadCrumbs__breadCrumbsLink{
	color:white !important;
}

.ConversationForm__rcLabels.commonStyle__verticalMiddle{
	color: black !important;
}

.ConversationForm__rcLabels.commonStyle__verticalMiddle:hover{
	color: red !important;
}

.Post__labelED.commonStyle__verticalMiddle.commonStyle__flex1{
	color: black !important;
}

.Post__labelED.commonStyle__verticalMiddle.commonStyle__flex1:hover{
	color: red !important; 
}

.TicketDetailRightContainer2__title.commonStyle__fweight600.commonStyle__fweight600.commonStyle__displayBlock{
	color: white !important;
}

.Info__labelText.commonStyle__verticalMiddle {
	color:white !important;
}

.Info__infoContent.undefined  {
	color:white !important;
}

.Info__infoContent{
	color:white !important;
}

.TicketDetailRightContainer2__sectionName.commonStyle__fweight600.Informações_do_Ticket {
	color:white !important;
}

.TicketDetailRightContainer2__sectionName.commonStyle__fweight600.Informações_adicionais{
	color:white !important;
}

.Header__searchSubCont {
    background-color: #1c0e31 !important;
}

.Header__menuList:hover{
	color:red !important;
}

.LoginDetail__tabLink.signinLink:red{
	color:red !important;
}

span.Button__neutral.Button__basic {
    color: white !important;
}

.DropDown__normal.commonStyle__displayBlock.commonStyle__cursor.commonStyle__link.commonStyle__cursor.commonStyle__overflowDotted.undefined{
	color: black !important;
}

.DropDown__normal.commonStyle__displayBlock.commonStyle__cursor.commonStyle__link.commonStyle__cursor.commonStyle__overflowDotted.undefined:hover{
	color: red !important;
}

.Link__link2.commonStyle__link.commonStyle__cursor {
	color: red !important;
}

.ProfileTabs__tabList.commonStyle__alignCenter.commonStyle__dFlex.commonStyle__cursor  {
	opacity: 1 !important;
  	visibility: visible !important;
  	display: block !important;
}

.Pagination__arrows {
	color: red !important;
}
