
.card-container {
  /* width: 300px; */
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px;
  margin: 10px;
  border: 1px solid grey;
  height: 400;
  display: flex;
  align-items: flex-start
}

/* Styling for the card content */
.card-container h3 {
  margin: 0 0 8px 0;
  font-size: 1.5em;
  color: #333;
}

.card-container p {
  margin: 0;
  font-size: 1em;
  color: #666;
}

.card-container-items {
  margin-top: 18px;
  font-size: 1em;
  
}
.cds--accordion__arrow {
  outline: 2px solid transparent;
  outline-offset: -2px;
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  margin: 2px 1rem 0 0;
  fill: var(--cds-icon-primary,#161616);
  transform: rotate(-270deg);
  transition: all .11s cubic-bezier(.2,0,.38,.9);
}
.os_toggle_lebel{
  padding: 5px;

}
.os_toggle_lebel:hover{
  background-color: rgb(240, 234, 234);
}
#os_toggle_btn{
  float: right;
}
.hw_toggle_lebel{
  padding: 8px;
  
}
.hw_toggle_lebel:hover{
  background-color: rgb(240, 234, 234);
}
#hw_toggle_btn{
  float: right;
}

.ind_toggle_lebel{
  padding: 8px;
  
}
.ind_toggle_lebel:hover{
  background-color: rgb(240, 234, 234);
}
#ind_toggle_btn{
  float: right;
}

.dt_toggle_lebel{
  padding: 8px;
  
}
.dt_toggle_lebel:hover{
  background-color: rgb(240, 234, 234);
}
#dt_toggle_btn{
  float: right;
}

.market_toggle_lebel{
  padding: 8px;
  
}
.market_toggle_lebel:hover{
  background-color: rgb(240, 234, 234);
}
#market_toggle_btn{
  float: right;
}
.st_toggle_lebel{
  padding: 8px;
  
}
.st_toggle_lebel:hover{
  background-color: rgb(240, 234, 234);
}
#st_toggle_btn{
  float: right;
}
.wl_toggle_lebel{
  padding: 8px;
  
}
.wl_toggle_lebel:hover{
  background-color: rgb(240, 234, 234);
}
#wl_toggle_btn{
  float: right;
}
.check-box-container{
  margin: 5px;
}

.carbon-btn-primary {
  background-color: #0f62fe; /* Carbon blue-60 */
  color: white;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.5rem; 
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
}

.carbon-btn-primary:hover {
  background-color: #0353e9; /* hover blue-60 hover */
}

.carbon-btn-primary:focus {
  outline: 2px solid #0f62fe;
  outline-offset: 2px;
}

.carbon-btn-primary:active {
  background-color: #002d9c; /* active state */
}

.carbon-btn-tertiary {

  background-color: transparent;
  color: #0f62fe; /* blue-60 */
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.5rem; 
  border: 1px solid #0f62fe;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: color 0.2s ease, background-color 0.2s ease;
  text-decoration: none;
}

.carbon-btn-tertiary:hover {
  color: #e5f1ff; 
  background-color: #0353e9;          /* blue-70 */
}

.carbon-btn-tertiary:focus {
  color: #e5f1ff; 
  background-color: #0353e9; 
  outline-offset: 2px;
}

.carbon-btn-tertiary:active {
  background-color: #cce4ff;
  color: #002d9c;
}

.custom-tooltip {
  position: relative;
  cursor: pointer;
}
.custom-tooltip1 {
  position: relative;
  cursor: pointer;
}
.custom-tooltip-desc {
  position: relative;
  cursor: pointer;
}

.tooltip-content {
  visibility: hidden;
  background-color: #333; /* dark background */
  color: #fff;            /* white text */
  text-align: left;
  padding: 8px 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 100;
  width: max-content;
  max-width: 300px;
  top: 100%;
  left: 0;
  margin-top: 5px;
  white-space: pre-wrap;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip-content-desc {
  visibility: hidden;
  background-color: #333; /* dark background */
  color: #fff;            /* white text */
  text-align: left;
  padding: 8px 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 100;
  width: max-content;
  max-width: 300px;
  top: 100%;
  left: 0;
  margin-top: 5px;
  white-space: pre-wrap;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip-content1 {
  visibility: hidden;
  background-color: #333; /* dark background */
  color: #fff;            /* white text */
  text-align: left;
  padding: 8px 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 100;
  width: max-content;
  max-width: 300px;
  top: 100%;
  left: 0;
  margin-top: 5px;
  white-space: pre-wrap;
  opacity: 0;
  transition: opacity 0.3s;
}

.custom-tooltip:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}
.custom-tooltip1:hover .tooltip-content1 {
  visibility: visible;
  opacity: 1;
}

.custom-tooltip-desc:hover .tooltip-content-desc {
  visibility: visible;
  opacity: 1;
}

cds-modal::part(dialog) {
  background-color: white !important;
}