.button-list {
 justify-content: flex-end;
}

.stars {
    position: relative;
    display:inline-block;
    font-size: 14pt;
	  height: 1em;
    line-height: 1em;
}

.stars:before {	
    content: "\2606\2606\2606\2606\2606";
}

.stars:after {	
    content: "\2605\2605\2605\2605\2605";
    position:absolute;
    left:0;
    overflow:hidden;
    width:var(--w,50%);
    color: rgb(255, 200, 0);
    word-wrap:normal; /*interacts with the card if removed*/
}
.assistant-rating {
  display:flex;
  font-size:12pt;
  align-items:center;
}
/* Interactions Badges */
.popupOnHover {
    cursor: pointer;
    position: relative;
}

.popover-content {
    position: absolute;
    min-width: 300px;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    text-align:left;
    left: 105%;
    transform: translateY(-50%);
    box-shadow: -6px 4px 12px rgba(0, 0, 0, 0.2), 2px 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    color: black;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    transition: visibility 0s, opacity 0.3s ease-in-out;
    white-space: wrap;
    z-index: 1000;
    transition-delay:0.5s;
}

.popupOnHover:hover .popover-content {
    visibility: visible;
    opacity: 1;
}

.popover-content::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    border-right: 8px solid rgba(0, 0, 0, 0.2);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.popover-content::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
    border-right: 7px solid #FFFFFF;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}
.card-root {
    overflow-x: visible !important; /
}

/* Slider styling */
.slider-container {
    width: 80%;
    text-align: center;
    position: relative;
}
.slider-container-new-agent{
    width: 90% !important;
}
.slider-label {
    font-size: 1.2em;
}

.slider-info {
    display: block;
    font-size: 0.9em;
    color: #666;
}

.usage-slider {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    outline: none;
    transition: background 0.15s ease-in-out;
}
.slider input[type="range"] {
  -webkit-appearance: none;
  appearance: none; 
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 10px;
  background: #ccc;

}
.slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none; 
  height: 25px;
  width: 25px;
  background-color: #4285F4;
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out;
  z-index: 2; 
}


.slider input[type="range"]::-moz-range-thumb {
  height: 25px;
  width: 25px;
  background-color: #4285F4;
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out;
  z-index: 2; 
}
.slider input[type="range"]::-webkit-slider-thumb:hover,
.slider input[type="range"]::-moz-range-thumb:hover {
    background-color: #4285F4; 
}
.slider {
    position: relative;
    margin-top: 15px;
}

.slider-dots {
    position: absolute;
    top: calc(50%);
    left: 0;
    width: 100%;
    height: 12px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.slider-dots span {
    width: 10px;
    height: 10px;
    background-color: #4285F4;
    border-radius: 50%;
    z-index: 1;
    transform: translateY(-50%);
}
.default-value {
    background-color: white !important;
    border: 2px solid #4285F4;
}
.default-value-hidden {
    visibility: hidden;
}
.slider:focus::-webkit-slider-thumb,
.slider:active::-webkit-slider-thumb {
    z-index: 2; 
}
.slider-values {
    display: flex;
    justify-content: space-between;
    font-size: 0.9em;
    margin-top: 5px;
    color: #666;
}

.slider-price {
    color: #4285F4;
    font-weight: bold;
    margin-left: 10px; 
}
/*Plans Render */
   .plan-container {
        display: flex;
        flex-wrap: wrap;
        padding: 40px 20px;
        gap: 120px;
        max-width: 30%;
        /*max-width:100%;
        margin: 0 auto; schimbat pentru ca e un singur plan*/
    }
 .plan-card {
        width: 25%;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        font-family: Arial, sans-serif;
        color: #000; 
        text-align: left;
        display:flex;
        flex-direction:column;
        flex:1 1 25%;
    }
    .plan-card-header, .plan-card-footer {
        background-color: #f5f5f5;
        padding: 10px;
        text-align: center;
        font-size: 1.1em;
    }
    .plan-card-header {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .plan-card-title {
        font-weight: bold;
        margin: 0;
    }
    .plan-card-price {
        font-size: 1em;
        color: #555;
    }
    .plan-card-content {
        padding: 15px;
    }
    .plan-card-subtitle {
        font-weight: bold;
        margin-bottom: 10px;
        padding:5px;
        font-size:15px;
    }
    .plan-card-features {
        list-style-type: disc; 
        padding-left: 20px; 
        margin-top: 10px;
        color: #000;
    }
    .plan-card-footer {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        margin-top: auto;
    }
    .plan-button {
        border-radius: 30px;
    }
   .coming-soon-plan{
     border-radius: 30px;
     border-color:#3f3f3f !important;
  }
  /*boxes around sections */
  .billing-section { 
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    border: 2px solid #d4e1e6;
  }
.dynamic-fields-container{
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    border: 2px solid #d4e1e6;
}
/*pricing table*/
.pricing-table {
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
  }
  .pricing-table th, .pricing-table td {
    padding: 10px;
    text-align: left;
  }
  .pricing-table th {
    font-weight: bold;
  }
  .section-title {
    font-weight: bold;
    margin-top: 20px;
  }
  .total-row, .grand-total {
    font-weight: bold;
  }
  .cost {
    text-align: right;
  }
.custom-control-input:checked {
    color: #4285F4;
    border-color: #4285F4;
    background-color: #4285F4;
}
.custom-control-label::before {
    color: #4285F4;
    border-color: #7B1FA2;
    background-color: #4285F4;
}
#dnn2394InteractionsTierData + .dynamic-fields-container {
    display:none;
}

/* Hide the AiMessage details based on role  */
.Bazinga-for-System {
    display: none;
}

.Bazinga-for-User {
    display: none;
}