.severity-container {
    display: flex;
    width: 102px;
    height: 25px;
    border-radius: 4px;
    gap: 10px;
}

.severity-container span {
    text-align: center;
    margin: auto;
    padding: 4px 0;
    width: 100%;
    font-size: 12px;
}

.title-with-selector-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.suggestionAIText {
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;    
    display: -webkit-box;
    font-size: 14px;
    margin: 12px 0 12px 12px;
    color: var(--text-dark);
}
.ellipsis-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--text-default);
}
.patchManagerHome {
    min-height: 45% !important;
    width: 100%
}

.iconvaluecontent.systemsPatchManager > .truncate-container > .truncate-text.description,
.iconvaluecontent.systemsPatchManager > .truncate-container > .truncate-text.data > div{
    color: #fff !important;
}
.automation-icons { 
    min-width: 15vw;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: var(--background-lightest);
    border-radius: 5px;
}

.implantation-focused {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    gap: 10px;
    padding: 10px
}
.livewatchdashboard iframe {
  width: 100%;
  height: calc(100vh - 123px);
}
.service-chart {
	max-height: 200px;
	width: 100%;
}
/* .dashboard-saas .graph-card {
    background-color: #FFF;
    height: 15.625rem;
    width: 21.875rem;
    margin-right: 0.625rem !important;
    margin-bottom: 0.625rem !important;
}

.dashboard-saas .graph-card .graph-card-body .graph-card-title {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 160%;
    padding-bottom: 0rem;
}

.dashboard-saas .graph-card .graph-card-body .graph-card-subtitle {
    padding-top: 0rem;
}

.dashboard-saas .graph-card .graph-card-body .graph-card-subtitle span {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 160%;
    color: #434a63;
}

.dashboard-saas .graph-card .graph-card-body .graph-card-subtitle canvas {
    padding-top: 1rem;
}

.dashboard-saas .button {
    width: 7rem;
} */
.row.domainsInsights {
    opacity: 0; 
    color: #898da6;
    font-size: 11px;
    align-items: center;
    justify-content: space-around;
    text-align: left;
    padding: 5px;
    transition: opacity .8s ease;
    position: absolute; 
    width: 14%;
}

.iconValueInsights {
    opacity: 0;
    transition: opacity .2s ease;
    padding-right: 10px;

}

.row.domainsInsights.show,
.iconValueInsights.show,
.row.subscriptionInsights.show {
    opacity: 1; 
    transition: opacity .6s ease;
    display: flex;
}

.row.subscriptionInsights {
    opacity: 0; 
    color: #898da6;
    font-size: 12px;
    align-items: center;
    justify-content: space-around;
    text-align: left;
    align-items: flex-start;
    transition: opacity .6s ease;
    position: absolute; 
    width: 30%;
    flex-direction: column;
    height: 30%;
    display: none;
}

.row.subscriptionInsights >.row {
    padding: 1px 5px;
}
.LiveWatchHome {
    min-height: 45% !important;
} 
.LiveWatchHomeWithXDR {
    min-height: 50% !important;
} 

@media (max-width: 1500px) {
    .LiveWatchHomeWithXDR {
        min-height: 40% !important;
    } 
}

/* .dashboard-saas .graph-card {
    background-color: #FFF;
    height: 15.625rem;
    width: 21.875rem;
    margin-right: 0.625rem !important;
    margin-bottom: 0.625rem !important;
}

.dashboard-saas .graph-card .graph-card-body .graph-card-title {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 160%;
    padding-bottom: 0rem;
}

.dashboard-saas .graph-card .graph-card-body .graph-card-subtitle {
    padding-top: 0rem;
}

.dashboard-saas .graph-card .graph-card-body .graph-card-subtitle span {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 160%;
    color: #434a63;
}

.dashboard-saas .graph-card .graph-card-body .graph-card-subtitle canvas {
    padding-top: 1rem;
}

.dashboard-saas .button {
    width: 7rem;
} */
.hidden {
    display:none;
}

.hidden {
    display:none;
}

.hidden {
    display:none;
}

/* .assistant-dashboard {
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
  
  header {
    background-color: #003366;
    color: white;
    padding: 20px;
    text-align: center;
  }
  
  .content {
    display: flex;
    flex: 1;
  }
  
  aside {
    width: 20%;
    background-color: #fff;
    padding: 10px;
    border-right: 1px solid #ddd;
  }
  
  aside button {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #003366;
    color: white;
    border: none;
    cursor: pointer;
  }
  
  aside ul {
    list-style: none;
    padding: 0;
  }
  
  aside li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
  }
  
  aside li:hover {
    background-color: #ddd;
  }
  
  main {
    flex: 1;
    padding: 20px;
  }
  
  .assistant-details {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
  }
  
  .assistant-details h2 {
    margin-top: 0;
  }
  
  .assistant-details button {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #003366;
    color: white;
    border: none;
    cursor: pointer;
  }
   */
   /* .listItem {
    height: 40px;
  
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .listItemText {
    height: 40px;
 
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .assistant-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #ddd;
  }
  
  .assistant-list-item:hover {
    background-color: #f9f9f9;
  } */

  

  /* .assistant-list-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px;
    border-bottom: 1px solid #ddd;
  }
  
  .assistant-list-item:hover {
    background-color: #f9f9f9;
  }
  
  .assistant-list-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  
  .assistant-list-actions Button {
    margin: 4px 0;
  }*/

  .list-item {
    max-height: 150px;
    overflow: hidden;
    position: relative;
  }
  
  .list-item:hover {
    overflow: auto;
  }
  
  .listItemText {
    max-height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .list-item:hover .listItemText {
    white-space: normal;
  }
  
  .button-group {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  
  .icon-button {
    cursor: pointer;
    margin-bottom: 8px;
  }
  .icon-button {
    cursor: pointer;
  } 
  .icon-button .MuiIconButton-root {
    font-size: 20px; 
  } 
  
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Escurecendo o fundo para dar destaque ao modal */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content {
    background-color: #ffffff; /* Definindo o fundo do modal como branco */
    color: #000000; /* Definindo a cor do texto como preto */
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 600px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.authentication-input-field {
    min-width: 70%;
}

.authentication-input-field.lc-input {
    min-width: 80%;
}

h2 {
    margin-top: 0;
    font-size: 24px;
    color: #333;
}

.authentication-input {
    place-content: space-between;
}

.pp-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
}

    .pp-button:hover {
        background-color: #0056b3;
    }

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Fundo escuro para destacar o modal */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content {
    background-color: #ffffff; /* Fundo branco para o modal */
    color: #000000; /* Texto em preto */
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 600px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
    margin-top: 0;
    font-size: 24px;
    color: #333;
}

.radio-group {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

    .radio-group label {
        display: flex;
        align-items: center;
        gap: 8px;
    }

.modal-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.pp-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

    .pp-button:hover {
        background-color: #0056b3;
    }

.file-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0;
    margin: 0;
    list-style: none;
}

.file-list li {
    display: flex;
    align-items: center;
    margin-right: 10px;
    min-width: 50px;
    /* Set minimum width */
    max-width: 200px;
    /* Adjust this value as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-item {
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 4px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    /* Prevent shrinking below min-width */
}

.file-icon {
    margin-right: 10px;
    flex-shrink: 0;
}

.file-details {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    min-width: 0;
}

.file-details p {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.delete-button {
    background: none;
    border: none;
    color: #d9534f;
    cursor: pointer;
    margin-left: auto;
}

.upload-progress-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.upload-progress {
    width: 100%;
    margin-bottom: 5px;
}

.hide {
    display: none;
}

.scrollable-containerA {
    overflow-x: auto;
    /* Enable horizontal scrolling */
    padding-bottom: 5px;
    /* Space to avoid scrollbar overlap */
}

.delete-button {
    background: none;
    border: none;
    color: #d9534f;
    cursor: pointer;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.dialog-actions {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #f0f0f0;
}

.text-field {
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
}

.MuiDialog-paperWidthMd {
    max-width: 70% !important;
}

.css-hz1bth-MuiDialog-container {
    min-width: calc(100vw);

}

.css-rnmm7m-MuiPaper-root-MuiDialog-paper {

    min-height: calc(80vh);
}

.css-rnmm7m-MuiPaper-root-MuiDialog-paper {
    min-height: calc(80vh);

}

.icon-button {
    cursor: pointer;
}

.icon-button .MuiIconButton-root {
    font-size: 20px;
    /* Adjust the size as needed */
}

.icon-button-send {
    padding: 0.3rem 1.2rem;
    border: 0;
    border-radius: 4px;
    height: 55px;
    cursor: pointer;
    font-weight: 600;
    font-family: "Ubuntu", sans-serif;
    min-width: 55px;
    FONT-WEIGHT: 500;
    font-size: large;
}
/* ExpandingTextarea.css */
.textarea-container-parent {}

.textarea-container {
    display: flex;
    align-items: center;
    border: 1px solid var(--line-outline);
    padding: 8px 12px;
    border-radius: 8px;
    background-color: #fff;
    transition: border-color 0.3s, box-shadow 0.3s;
    flex-grow: 1;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    /* Light */
}

.textarea-container.focused {
    border-color: var(--color-secondary-lime);
    box-shadow: 0 0 0 1px #DFFF00;
}

.textarea-container .textarea {
    line-height: 24px;
    width: 100%;
    border: none;
    outline: none;
    resize: none;
    background-color: transparent;
    font-size: 14px;
    color: var(--text-default);
    flex-grow: 1;    
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    margin-bottom: 4px;
}

.send-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 6px 8px;
    margin-left: 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;

}

.send-button.focused {
    background-color: var(--color-secondary-lime);
}

.send-button-icon {
    transition: color 0.3s;
}

.send-button-icon.focused {
    color: var(--text-default);
}

.send-button-icon.unfocused {
    color: #cccccf;
}
.IcebreakerQuestions_icebreakerquestionscontainer__8zwiK {
    border-radius: 8px;    
    position: relative;
    display: flex;
    max-width: calc(35vw); 
    flex-direction: column;
    color: var(--text-light);
    justify-content: center;
    
    font: 300 10px/14px Ubuntu, -apple-system, Roboto, Helvetica, sans-serif;
    overflow: hidden;
}

.IcebreakerQuestions_decorativeArrow__a36Zl {    
    position: relative; /* Use absolute para posicionar corretamente */
    width: 16px;
    height: 16px;
    background-color: #fff;
    rotate: 45deg;
    left: 50%; /* Ajuste conforme necessário */
    bottom: 2px; /* Ajuste conforme necessário */
    transform: translateX(-50%);
}

.IcebreakerQuestions_questionsWrapper__2Xfo1 {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: start;
    cursor: grab; /* Change cursor to indicate draggable area */
    padding: 12px 0;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 18px rgba(71, 31, 204, 0.15) !important;
    margin: 18px 18px 0 18px;
    
}

.IcebreakerQuestions_icon__3TLkp {    
    cursor: pointer;
    margin: auto 4px;    
}
 
.IcebreakerQuestions_questionsContainer__IiQ\+S {
    overflow-x: auto;
    display: flex;
    align-self: stretch;
    align-items: start;
    gap: 8px;
    flex: 1 1;
    margin: auto 0;
    scroll-behavior: smooth;
    /* Hide scrollbar */
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

    .IcebreakerQuestions_questionsContainer__IiQ\+S::-webkit-scrollbar {
        display: none; /* For Chrome, Safari, and Opera */
    }


.IcebreakerQuestions_question__Tr04N {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    align-self: stretch;
    flex: 1 1;
    align-content: center;
    flex-wrap: wrap;
    border-radius: 8px;
    border: 1px solid #e2e6f3;
    border: 1px solid var(--Fundos-02, #e2e6f3);
    min-height: 40px;
    gap: 8px;
    min-width: 130px;
    padding: 4px 8px;
    cursor: pointer;    
}

.IcebreakerQuestions_question__Tr04N:hover {
    border: 1px solid var(--color-secondary-lime);
}
.marketing {
  height: calc(100vh - 120px);
  margin: 0 15%;
}
.marketing .preview {
  z-index: -1;
  height: 200px;
  overflow-y: visible;
}
.marketing .preview > .image {
  width: 100%;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
}
.marketing h1,
.marketing h2,
.marketing h3,
.marketing h4 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  color: var(--primary);
}
.marketing h1 {
  padding: 0 150px;
  font-size: 2rem;
  text-align: center;
}
.marketing ul {
  margin: 20px 0;
}
.marketing p {
  margin: 20px 0;
}
.marketing p::first-letter {
  margin-left: 20px;
}
.marketing .block {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.marketing .block > span {
  cursor: pointer;
  background-color: var(--primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}
.marketing > .modal-marketing {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}
.marketing > .modal-marketing.visible {
  display: block;
}
.marketing > .modal-marketing > .shadow {
  height: 50vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.6274509804);
}
.marketing > .modal-marketing > .content {
  height: 50vh;
  width: 100vw;
  padding: 20px 15%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.marketing > .modal-marketing > .content > .header {
  display: flex;
  justify-content: flex-end;
}
.marketing > .modal-marketing > .content > .body {
  height: 50vh;
  overflow: auto;
}
.marketing > .modal-marketing > .content > .body > h1,
.marketing > .modal-marketing > .content > .body h2,
.marketing > .modal-marketing > .content > .body h3 {
  color: rgb(66, 155, 214);
}
.marketing > .modal-marketing > .content > .body > p {
  font-size: 1.2rem;
  color: #fff;
}
.detailsSystemPlataform {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    overflow: hidden;
}
.evenly{
    align-content: space-evenly;    
}
.headerSystemDetails {
    width: 100%;
    display: flex;
    background-color: #f1f5fb;
    padding: 1rem;
    justify-content: space-between;
    border-radius: 10px;
    /* box-shadow: 4px 4px 18px 0px rgba(58, 79, 135, 0.2); */
}

.systemDetail {
    display: flex;
    flex-direction: column;
    font-size: .75rem;
    justify-content: space-around;
}

.systemDetail>h3 {
    margin-left: 10px;
}

.systemDetail>div {
    display: flex;
    align-items: center;
}

.systemDetail>P>span.systemDetailLabel {
    color: #9196a9
}

.severityLabelDetails {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    height: 20px;
    border-radius: 5px;
    color: #fff;
    font-size: .7rem;
    text-overflow: ellipsis;
    max-width: 110px;
}

.bodySystem h4 {
    margin: 1rem 0;
    color: #8B90A3;
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
}

.overflowEllipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.operationalSystem {
    display: flex;
    align-items: center;
    justify-self: center;
    font-size: .75rem;
}

.severityBox {
    min-width: 1.5rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    height: 1.5rem;
    color: #ffffff;
    padding: 2px 3px;
}

.agentStatus {
    display: flex;
    align-items: center;
    justify-content: center;

}

.bodySystem > .lc-datatableinfinite > .body > .row >.cells, .bodySystem > .lc-datatableinfinite > .header > .row >.cells {
    margin-left: 0px;
}
    

.hidden {
    display:none;
}
.officeMessage{
    font-size: 0.875rem;
    color: #8b90a3;
    margin-top: 0.6rem;
}

.notHover{
    border: none !important;
    box-shadow: none!important;
}

[node-id] rect {
    fill: #2E1956 !important;
}

[control-expcoll-id] circle {
    fill: #e2e6f3;
}

#tree>svg {
    background-color: #fff;
}

.bg-ripple-container {
    background-color: #2E1956 !important;
}

.edit-fields>div:nth-child(2) {
    display: none !important;
}

.editForm {
    display: none;
    text-align: center;
    position: absolute;
    border: 1px solid #aeaeae;
    width: 300px;
    background-color: #2E1956;
    z-index: 10000;
    border-radius: 2rem;
    color: white;
    margin-left: 20rem;
}

.titleEditForm {
    margin-top: 0.27rem;
}

.nameField {
    width: 60%;
    font-family: "Ubuntu", sans-serif;
    height: 40px;
    border: 0;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 14px;
    background-color: #fff;
    color: var(--text-default);
    overflow: hidden;
    margin-top: 0.5rem;
}

.nameField:hover {
    border: 1px solid #898da6;
}

.footerButton {
    display: flex;
    flex-direction: row;
    margin-left: 12rem;
}
.orgchart.myChart {
  background-image: none !important
}

.orgchart.myChart>ul>li>ul li::before {
  border-top-color: var(--color-primary-blue);
}

.orgchart.myChart>ul>li>ul li .oc-node::before,
.orgchart.myChart ul li .oc-node:not(:only-child)::after {
  background-color: var(--color-primary-blue);
}

.orgchart.myChart .oc-node .position {
  box-sizing: border-box;
  background-color: var(--color-primary-blue);
  color: #fff;
  width: 130px;
  height: 65px;
  padding: 2px;
}

.orgchart.myChart .oc-node .fullname {
  box-sizing: border-box;
  color: #FFF;
  background-color: var(--color-primary-blue);
  font-size: 0.6rem;
  width: 80px;
  height: 40px;
  padding: 0 5px;
  line-height: 40px;
  border: 1px solid var(--color-primary-blue);
  border-radius: 10px;
}

.orgchart.myChart .oc-node .fullname.disabled {
  background-color: #2b304f2d;
  color: var(--light);
}

.fullname p {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.orgchart ul li .oc-node.selected {
  background-color: rgba(119, 121, 247, 0.2) !important;
  border-radius: 10px !important;
  transition: 0.5s !important;
}

.orgchart ul li .oc-node.selected .nodeContainer .footerNode {
  display: flex;
  flex-direction: row;
  justify-content: center;
  transition: 0.5s;
}

.oc-node .selected {
  background-color: rgba(119, 121, 247, 0.2);
  border-radius: 10px;
  transition: 0.5s;
}

.orgchart ul li .oc-node:hover {
  background-color: rgba(119, 121, 247, 0.2);
  border-radius: 10px;
  transition: 0.5s;
}


.oc-edge .horizontalEdge .leftEdge .oci {
  background-color: red;
  color: yellow;
}

.footerNode {
  display: none;
}



.inputLabelName {
  text-align: left;
  padding-bottom: 0.5rem;
}


.footerButtonSideModal {
  justify-content: left;
  display: flex;
}

.headerNode {
  display: flex;
  flex-direction: row;
}
.dashboard-saas .graph-card {
  background-color: #FFF;
  height: 250px;
  width: 350px;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}
.dashboard-saas .graph-card .graph-card-body .graph-card-title {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 160%;
  padding-bottom: 0rem;
}
.dashboard-saas .graph-card .graph-card-body .graph-card-subtitle {
  padding-top: 0rem;
}
.dashboard-saas .graph-card .graph-card-body .graph-card-subtitle span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 160%;
  color: #434a63;
}
.dashboard-saas .graph-card .graph-card-body .graph-card-subtitle canvas {
  padding-top: 1rem;
}
.dashboard-saas .button {
  width: 7rem;
}
.dashboard-saas .graph-card {
  background-color: #FFF;
  height: 250px;
  width: 350px;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}
.dashboard-saas .graph-card .graph-card-body .graph-card-title {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 160%;
  padding-bottom: 0rem;
}
.dashboard-saas .graph-card .graph-card-body .graph-card-subtitle {
  padding-top: 0rem;
}
.dashboard-saas .graph-card .graph-card-body .graph-card-subtitle span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 160%;
  color: #434a63;
}
.dashboard-saas .graph-card .graph-card-body .graph-card-subtitle canvas {
  padding-top: 1rem;
}
.dashboard-saas .button {
  width: 7rem;
}
.row.domainsInsights {
    opacity: 0; 
    color: #898da6;
    font-size: 11px;
    align-items: center;
    justify-content: space-around;
    text-align: left;
    padding: 5px;
    transition: opacity .8s ease;
    position: absolute; 
    width: 14%;
}
.iconValueInsights {
    opacity: 0;
    transition: opacity .2s ease;
    padding-right: 10px;

}
.row.domainsInsights.show,
.iconValueInsights.show,
.row.subscriptionInsights.show {
    opacity: 1; 
    transition: opacity .6s ease;
    display: flex;
}

.row.subscriptionInsights {
    opacity: 0; 
    color: #898da6;
    font-size: 12px;
    align-items: center;
    justify-content: space-around;
    text-align: left;
    align-items: flex-start;
    transition: opacity .6s ease;
    position: absolute; 
    width: auto;
    flex-direction: column;
    height: 30%;
    display: none;
}
.row.subscriptionInsights.show{
    width: 30%;
}

.row.subscriptionInsights.show.fixedAI {
    width: 23%;
}

.row.subscriptionInsights >.row {
    padding: 1px 5px;
}

p.textInfo {
    width: 100%;
    font-size: 10px;
    color: var(--text-default);
    text-align: end;
    margin-top: -20px;
}

/* .fraudDiv > .iconvaluecontent {
    min-height: 90% !important;
} */

.fraudDiv {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 80%;
}

.item.fixedMenu {
    width: 9vw;
    font-size: 13px;
    align-items: flex-end;
    justify-content: flex-end;
    display: flex;
}
.softwareAccountsByMonth {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.softwareAccountsByMonth>.softwareAccount {
    max-height: 95%;
    width: 100%;
}

.softwareAccountsByMonth>.softwareAccount>.headerLogos {
    width: 100%;
    gap: 16px;
    display: flex;
    justify-content: space-between;
    padding: 12px;
}

.headerLogos>.row>div>h5 {
    line-height: 38.4px;
    font-size: 24px;
    text-align: right;
    font-weight: 400;
    color: #2B304F;
}

.headerLogos>.row>div>p {
    line-height: 19.2px;
    font-size: 12px;
    text-align: right;
    font-weight: 500;
    letter-spacing: -4%;
    color: #8B90A3;
    width: 80px;
}

.headerLogos>.row>img {
    margin-top: -15px;
    margin-right: -20px;
}

.infoAccount {
    padding: 0px 12px;
    font-size: 0px;
    line-height: 15.6px;
    font-weight: 400;
    color: #8B90A3;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    transition: flex-grow 0.5s ease, transform 1s ease;
    opacity: 0;
    transform: translateX(15%);
}

.softwareAccount>.normalWidth {
    flex-grow: 0;
}

.softwareAccount>.fullwidth {
    flex-grow: 1;
    transition: flex-grow 0.5s ease, transform 1s ease;
}

.infoAccount.show {
    flex-grow: 1;
    font-size: 12px;
    opacity: 1;
    transform: translateX(0);
    /* transition-delay: 0.25s; */
}
.infoAccount.show.fixedAI {
    max-width: 35%
}

.infoAccount.hidden {
    width: 0;
    opacity: 0;
    transition-delay: 0s;
    transform: translateX(10%)
}

.softwareAccount {
    flex-grow: 1;
    transition: flex-grow 1s ease, transform 1s ease ;
    transform: translateX(0);
}

.softwareAccount.fullwidth {
    height: 100%;
}

.softwareAccount.normalWidth {
    height: 100%;
}
.softwareAccount.fixedAI {
    width: 45%;
}

.softwareAccount>p {
    font-size: 12px;
    color: var(--text-light)
}

.infoAccount>div>p>strong.microsoft {
    color: #00dbff;
}

.infoAccount>div>p>strong.teams {
    color: #0772ab;
}

.infoAccount>div>p>strong.onedrive {
    color: #471fcc;
}

.infoAccount>div>p>strong.exchange {
    color: #28a8ea;
}

.infoAccount>div>p>strong.sharepoint {
    color: #34c38f;
}
.SaaSUsersDetail_mainContainer__gs6mF {
  margin-bottom: 1rem;
  display: flex;
  flex: 1 1;
  flex-direction: column;
  background: #e2e5f3;
  padding-bottom: 1rem;
}

.SaaSUsersDetail_mainFormActive__BlMUR {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  background: #e2e5f3;
  transition: 2s;
}

.SaaSUsersDetail_mainFormActive__BlMUR input {
  height: 2.2rem;
  border: none;
  border-radius: 5px;
  width: 20rem;
  margin-left: 0.5rem;
  margin-bottom: 0.2rem;
  padding: 0.3rem;
}

.SaaSUsersDetail_lc-accordion__3ohhC>.SaaSUsersDetail_header__bsNYM {
  margin-bottom: 0.6rem !important;
}

.SaaSUsersDetail_mainFormActive__BlMUR label {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.7rem;
}

.SaaSUsersDetail_mainFormNONActive__Wqs4j {
  transition: 2s;
}

.SaaSUsersDetail_mainFormNONActive__Wqs4j * {
  display: none;
}

label {
  color: var(--text-default);
}

.SaaSUsersDetail_accordionDetails__mcDJp {
  flex-direction: column;
  margin: 0.0rem;
}

.SaaSUsersDetail_accordionDetails__mcDJp>header {
  flex-direction: column;
  margin: 0.0rem;
}

.SaaSUsersDetail_lc-accordion__3ohhC>.SaaSUsersDetail_body__MPK4U {
  padding: 0 0 0.6rem 0.8rem !important;
}

.SaaSUsersDetail_accordionDetails__mcDJp div {
  margin-bottom: 0.2rem;
}

.SaaSUsersDetail_accordionDetailsTextField__KTl-Y {
  margin-bottom: 0.5rem;
}

.SaaSUsersDetail_accordionDetailsPermission__DuQyX {
  width: 100%;
}

.SaaSUsersDetail_AccordionSummary__cv42G {
  display: flex;
  flex: 1 1;
  flex-direction: row;
}

.SaaSUsersDetail_loadingOn__Qxmyh {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 10px;
}

.SaaSUsersDetail_loadingOff__4cAuv {
  display: none;
}

.SaaSUsersDetail_alias__DIYKM {
  display: flex;
  flex: 1 1;
  flex-direction: row;
}

.SaaSUsersDetail_aliasIcon__6mwkY>i {
  margin-top: 1rem;
}

.SaaSUsersDetail_logoProc__AdG-7 {
  height: 5rem;
  width: 10rem;
  display: flex;
  flex: 1 1;
  flex-direction: row;
  align: center;
  margin-left: 8.75rem;
}

.SaaSUsersDetail_slogan__vnS32 {
  font-size: 0.7rem;
  margin-left: 3.75rem;
  margin-bottom: 1rem;
}

.SaaSUsersDetail_logoLivecloud__hCfv1 {
  padding-left: 8.7rem;
}

.SaaSUsersDetail_buttonConnect__DtCuW {
  width: 13rem;
}

.SaaSUsersDetail_iconButton__med7n {
  margin-right: 1rem;
}

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

.SaaSUsersDetail_buttonBotton__yVwja {
  width: 29rem;
  height: 3rem;
}

.SaaSUsersDetail_footerName__JL-0J {
  margin-left: 9.75rem;
  margin-top: 1.5rem;
  font-size: 0.8rem;
}

.SaaSUsersDetail_copyRight__55xXi {
  font-size: 0.7rem;
  margin-left: 11.7rem;
  margin-bottom: 1rem;
}

.SaaSUsersDetail_passwordRequirementText__g68W2 {
  font-size: 0.875rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.SaaSUsersDetail_licensePanelLabel__Oek\+R {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 5px;
}
.hidden {
  display: none;
}
.lc-checklabelvaluelist > .list {
  height: 150px;
}

.container-login {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100vh;
    align-self: center;
    max-width: 1300px;
}

.container-login .logolc {
    display: flex;
    align-items: flex-start;
    width: calc(100% - 52px);
}

.container-login .logolc img {
    width: 300px;
}


.container-login .content-login {
    margin-left: 5%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    width: 100%;
}

.container-login .content-login .title {
    display: flex;
    align-items: flex-start;
}

.container-login .content-login .title h2 {
    width: 30.375rem;
    color: #8C40E3;
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px !important;
}

.container-login .content-login .buttons {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap:2rem;
}

.container-login .content-login .buttons button {
    width: 14rem;
    height: 2.5rem;
    border: 2px solid #471FCC;
    background-color: #fff;
    border-radius: 20px;
    outline: none;
    color: #471FCC;
    font-family: 'Ubuntu';
    font-size: 14px;
    font-weight: 600;
}

.container-login .content-login .buttons button:not(:last-child) {
    margin-bottom: 14px;
}

.container-login .content-login .buttons button:hover {    
    box-shadow: 0 0 4px 6px rgba(71, 31, 204, 0.06);
    border: 2px solid #8C40E3;
    color:#8C40E3;
    cursor: pointer;
}

.container-login .content-login .buttons .emailLogin {
    height: 0px;
    overflow: hidden;
    transition: height 0.5s ease;
}

.container-login .content-login .buttons .emailLogin.visible {
    height: 200px;
    padding-top: 10px;
}

.container-login .content-login .authorize {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    display: inline;
    color: #471FCC;
    cursor: pointer;
}

.container-login .content-login span:hover {
    color: #8C40E3;
}

.container-login .spline {
    width: 100%;
    max-width: 500px;
}

.container-login .authorize-container {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
}

.container-login .logo-container {
    display: flex;
    flex-direction: column;
    gap:2rem;
}

.container-login button.pp-button { 
    background-color: #E2E6F3;
    color: #2E1956 !important;
}

button.pp-button.bg-info {
    background-color: #9FA3FF !important;
    color: #2E1956 !important;
}

button.pp-button.bg-info:hover {
    background-color: #C3C6FD !important;
}

.text-danger {
    color:#DC291E !important;
}

/* Indicador discreto de otimização de assets */
.asset-optimization-indicator {
    margin-top: 1rem;
    text-align: center;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.asset-optimization-indicator small {
    color: #666;
    font-size: 12px;
    font-weight: 400;
}

.asset-optimization-indicator:hover {
    opacity: 1;
}

/* Tela de selecao de provedor */
.provider-select-screen {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}

.provider-select-title {
    font-size: 18px;
    font-weight: 500;
    color: #471FCC;
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
}

.provider-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 300px;
}

.provider-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    height: 44px;
    border-radius: 20px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.provider-button.microsoft {
    background-color: #fff;
    border: 2px solid #471FCC;
    color: #471FCC;
}

.provider-button.microsoft:hover {
    box-shadow: 0 0 4px 6px rgba(71, 31, 204, 0.06);
    border-color: #8C40E3;
    color: #8C40E3;
}

.provider-button.microsoft svg {
    flex-shrink: 0;
}

.provider-button.google {
    background-color: #fff;
    border: 2px solid #471FCC;
    color: #471FCC;
}

.provider-button.google:hover {
    box-shadow: 0 0 4px 6px rgba(71, 31, 204, 0.06);
    border-color: #8C40E3;
    color: #8C40E3;
}

.provider-button.google svg {
    flex-shrink: 0;
}

.provider-back-button {
    background: none;
    border: none;
    color: #471FCC;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    margin-top: 0.5rem;
}

.provider-back-button:hover {
    color: #8C40E3;
    text-decoration: underline;
}

.provider-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    gap: 1rem;
    width: 100%;
}

.provider-loading p {
    color: #666;
    font-size: 14px;
    margin: 0;
}
