.videoAnalyzerContainer {
    --background: 0 0% 100%;
    --foreground: 224 71.4% 4.1%;
    --muted: 220 14.3% 95.9%;
    --muted-foreground: 220 8.9% 46.1%;
    --popover: 0 0% 100%;
    --popover-foreground: 224 71.4% 4.1%;
    --card: 0 0% 100%;
    --card-foreground: 224 71.4% 4.1%;
    --border: 220 13% 91%;
    --input: 220 13% 91%;
    --primary: #42288a;
    --primary-foreground: 210 20% 98%;
    --secondary: 220 14.3% 95.9%;
    --secondary-foreground: 220.9 39.3% 11%;
    --accent: 220 14.3% 95.9%;
    --accent-foreground: 220.9 39.3% 11%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 20% 98%;
  }
  .videoAnalyzerContainer {
    display: flex;
    justify-content: space-between;
  }
  .videoAnalyzerContainer .videoAnalyzerHeading {
    font-size: 32px;
    font-weight: 700;
  }
  #multipleLevelsVideoAnalyzer h2 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
  }
  .rightContainerVideoAnalyzer {
    width: 45%;
  }
  .leftContainerVideoAnalyzer {
    width: 45%;
  }
  #noChancesMessageVideoAnalyzer {
    display: none;
    margin-top: 15px;
    font-weight: bold;
    /* Make text bold */
  }
  
  #noChancesMessageVideoAnalyzer a {
    color: #42288a;
    text-decoration: none;
    /* Optional: Removes underline from links */
  }
  
  #remainingChancesVideoAnalyzer {
    margin-left: 10px;
    /* Adjust the space as needed */
  }
  
  #textFormVideoAnalyzer textarea {
    width: 100%;
    min-height: 100px;
    /* Minimum height */
    overflow-y: hidden;
    /* Prevent scrollbar */
    padding: 8px;
    box-sizing: border-box;
    /* Include padding in the height calculation */
  }
  
  #textFormVideoAnalyzer button {
    padding: 10px 20px;
    cursor: pointer;
    background-color: #42288a;
    /* Example blue background */
    color: white;
    /* Button text color */
    border: none;
    /* Remove default border */
    border-radius: 5px;
    /* Rounded corners */
  }
  
  .level-container {
    padding: 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
  }
  
  .level-entry {
    margin-bottom: 10px;
  }
  
  .level-name {
    font-weight: bold;
  }
  
  .level-value {
    float: right;
    font-weight: normal;
  }
  
  .resultVideoAnalyzer-single {
    font-size: x-large;
  }
  
  #apiResponseVideoAnalyzer h2 {
    color: #333;
    font-size: 24px;
  }
  
  #ekit-popup-modal-toggler {
    display: none;
  }
  
  .resultVideoAnalyzer-entry {
    border-left: 5px solid #42288a;
    /* Adjust the color to match your theme */
    margin: 10px 0;
    padding: 10px 15px;
  
    border-radius: 5px;
  }
  
  .result-name {
    font-weight: bold;
    color: #555;
  }
  
  .resultPlaceholderVideoAnalyzer {
    float: right;
    color: #999;
  }
  
  /* Style adjustments for when actual results are displayed */
  .result-value {
    float: right;
    color: #000000;
    /* Adjust the color to match your theme */
    font-weight: 500;
    font-size: medium;
	width: 10%;
  }
	.result-value .videoAnalyzerValue{
		font-size: x-small;
		color: #999;
	}
  .loading {
    /* Example style for loading state */
    color: #999;
  }
  
  .messageBottomVideoAnalyzer {
        border: 2px solid #42288a;
    padding: 5px;
    border-radius: 6px;
    text-align: center;
  }
  
  .messageBottomVideoAnalyzer p {
      padding: 0;
      margin: 0;
    /*color: #42288a;*/
  }
  
  .messageBottomVideoAnalyzer a {
    text-decoration: underline;
    color: #42288a;
    transition: transform 0.2s;
    display: inline-block;
  }
  
  .messageBottomVideoAnalyzer a:hover {
    transform: scale(1.06);
  }
  /*  reresult */
  .progress {
    --progress-color: #42288a;
    /* the progress color */
    --background: #d3d3d300;
    /* the background color */
    border: none;
    /* width: 100%; */
    height: 8px;
    /* margin: 0 10px; */
    background: var(--primary);
    border-radius: 10px;
    /* background: var(--background); */
  }
  .videoAnalyzerResultContainer {
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 10px;
  }
  #videoAnalyzerResult {
    display: flex;
  }
  .videoAnalyzerGeneralLevelContainer {
    border: 2px solid gray;
    padding: 11px;
    font-size: small;
    border-radius: 8px;
    width: 40%;
  }
  
  .videoAnalyzerIndicatorsContainer {
    border: 2px solid gray;
    padding: 11px;
    font-size: small;
    border-radius: 8px;
    width: 100%;
  }
  
  .indicatorScore {
    width: 72%;
  }
  
  .indicators {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  
  .single-indicator {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
  }
  
  .single-indicator .indicator-name {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .single-indicator .indicator-name .name {
  }
  
  .single-indicator .indicator-progress {
    width: 60%;
  }
  
  .single-indicator .indicator-score {
    width: 10%;
  }
  
  /* Start - Progress Bar Styling */
  
  .scale_1 {
    background: var(--primary);
  }
  
  .videoAnalyzerGeneralLevelContainer .generalLevel {
    font-size: 58px;
    text-align: center;
    color: var(--primary);
    margin: 0;
  }
  
  .videoAnalyzerLoading {
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;
    animation: typing;
    animation-duration: 2s;
    animation-timing-function: steps(30, end);
    animation-fill-mode: forwards;
    animation-iteration-count: 10, infinite;
  }
  
  @keyframes typing {
    0% {
      width: 0;
    }
  
    50% {
      width: 40px;
    }
  
    100% {
      width: 0;
    }
  }
  #showMoreBtn {
    color: #42288a;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
    line-height: 18px;
    text-underline-offset: 0.2em;
  }
  #showMoreBtn:hover {
    color: black;
  }
  /* tool tip */
  
  .sentencesIndicator .reading-tooltip {
    position: relative;
      margin-bottom: -4px;
  }
  
  .sentencesIndicator .reading-tooltip:before {
    content: attr(data-text);
    /* here's the magic */
    position: absolute;
  
    /* vertically center */
    top: 50%;
    transform: translateY(-50%);
  
    /* move to right */
    left: 100%;
    margin-left: 10px;
    /* and add a small left margin */
    font-size: smaller;
    /* basic styles */
    width: 170px;
    padding: 10px;
    border-radius: 10px;
    background: #000;
    color: #fff;
    text-align: start;
    font-size: 14px;
    font-weight: 500;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
    display: none;
    /* hide by default */
    /* opacity: 0;
          transition: .5s opacity; */
  }
  
  .sentencesIndicator .reading-tooltip:after {
    content: "";
    position: absolute;
  
    /* position catile-tooltip correctly */
    left: 100%;
    margin-left: -4px;
    /* vertically center */
    top: 50%;
    transform: translateY(-50%);
    border: 10px solid #000;
    border-color: transparent black transparent transparent;
    display: none;
  }
  
  .sentencesIndicator .reading-tooltip:hover:before,
  .sentencesIndicator .reading-tooltip:hover:after {
    display: block;
    z-index: 999;
    /* opacity: 1; */
  }
  /* test */
  /* tool tip */
  
  .videoAnalyzerGeneralLevelContainer .reading-tooltip {
    position: relative;
  }
  
  .videoAnalyzerGeneralLevelContainer .reading-tooltip:before {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    margin-left: 10px;
    font-size: smaller;
    width: 170px;
    padding: 10px;
    border-radius: 10px;
    background: #000;
    color: #fff;
    text-align: start;
    font-size: 14px;
    font-weight: 500;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
    display: none;
    /* hide by default */
    /* opacity: 0;
          transition: .5s opacity; */
  }
  
  .videoAnalyzerGeneralLevelContainer .reading-tooltip:after {
    content: "";
    position: absolute;
  
    /* position catile-tooltip correctly */
    left: 100%;
    margin-left: -4px;
    /* vertically center */
    top: 50%;
    transform: translateY(-50%);
    border: 10px solid #000;
    border-color: transparent black transparent transparent;
    display: none;
  }
  
  .videoAnalyzerGeneralLevelContainer .reading-tooltip:hover:before,
  .videoAnalyzerGeneralLevelContainer .reading-tooltip:hover:after {
    display: block;
    z-index: 999;
    /* opacity: 1; */
  }
  /* test */
  .formData {
    margin-bottom: 10px;
  }
  .cathovenReadingLink {
    color: var(--primary) !important;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline !important;
    line-height: 18px;
    text-underline-offset: 0.2em;
  }
  .cathovenReadingLink:hover {
    color: black;
  }
  #videoAnalyzerMessageMore {
    font-style: italic;
  }
  .videoAnalyzerGeneralLevelContainer h5 {
    color: var(--muted-foreground);
  }
  .videoAnalyzerIndicatorsContainer h5 {
    color: var(--muted-foreground);
  }
  .videoAnalyzerGeneralLevelContainer .generalLevel span {
    font-size: 22px;
	  color: var(--primary);
  }
  #textFormVideoAnalyzer .clickable-url{
      cursor: pointer;
      text-decoration: underline;
      font-style: italic;
  }
  .resultVideoAnalyzer{
      display: none;
  }
  #errorMessageVideoAnalyzer{
      margin-top: 4px;
      color: red;
  }

  @media only screen and (max-width: 600px) {
    .videoAnalyzerContainer {
      display: block;
      width: 100%;
    }
    .rightContainerVideoAnalyzer {
      width: 100%;
    }
    .leftContainerVideoAnalyzer {
      width: 100%;
    }
  
    #remainingChancesVideoAnalyzer {
      display: block;
      margin-left: 0;
      padding: 10px;
      text-align: center;
    }
    #textFormVideoAnalyzer button {
      display: flex;
      width: 100%;
      justify-content: center;
    }
    .videoAnalyzerContainer .videoAnalyzerHeading {
      text-align: center;
      font-size: 24px;
    }
      #videoAnalyzerResult{
              flex-direction: column;
      }
      .videoAnalyzerGeneralLevelContainer{
          width: 100%;
      }
  }
.resultBottom h5{
	margin-bottom: 10px;
}