.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;
}
    

.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;
}

.google-help-toggle {
    background: none;
    border: none;
    color: #471FCC;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    text-align: left;
    text-decoration: underline;
}

.google-help-toggle:hover {
    color: #8C40E3;
}

.google-help-panel {
    width: 100%;
    max-width: 340px;
    background-color: #f6f4ff;
    border: 1px solid #d8cffb;
    border-radius: 12px;
    padding: 14px 16px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    color: #2b2b2b;
    line-height: 1.45;
}

.google-help-title {
    font-weight: 600;
    color: #471FCC;
    margin: 0 0 8px;
}

.google-help-panel p {
    margin: 0 0 8px;
}

.google-help-steps {
    margin: 0 0 10px;
    padding-left: 18px;
}

.google-help-steps li {
    margin-bottom: 4px;
}

.google-help-clientid {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #fff;
    border: 1px solid #d8cffb;
    border-radius: 8px;
    padding: 6px 8px;
    margin-bottom: 8px;
}

.google-help-clientid code {
    flex: 1 1;
    font-size: 11px;
    word-break: break-all;
    color: #471FCC;
}

.google-help-copy {
    flex-shrink: 0;
    background-color: #471FCC;
    border: none;
    color: #fff;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 12px;
    cursor: pointer;
}

.google-help-copy:hover {
    background-color: #8C40E3;
}

.google-help-note {
    font-size: 12px;
    color: #555;
    margin: 0;
}

.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;
}
