:root {
    --ff-primary: "Urbanist", sans-serif;
	--clr-background:#eeeeef;
	--clr-preferences: #6facf3;
	--clr-chapter:#de361b;
	--clr-word:#eadb0d;
	--clr-manual:#0ac51e;
	--clr-words:#0ac5c1;
	--clr-sml:#1105ad;
	--clr-dml:#aa05ad;
	--clr-pick:#ad3305;
	--clr-spell:#05ad5d;
	--clr-test:#ae94e9;
}


body {
    /*background: url('/wordprep/images/mainBkg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
	background: var(--clr-background);
	font-family: var(--ff-primary);
}
* {
    cursor: default;
}

/* Set the hand cursor specifically for links */
a {
    cursor: pointer; /* Hand cursor for hyperlinks */
}


button, .clickable {
    cursor: pointer; /* Hand cursor for buttons or custom clickable elements */
}

.swiper-wrapper {
      width: 100%;
      height: max-content !important;
      padding-bottom: 64px !important;
      -webkit-transition-timing-function: linear !important;
      transition-timing-function: linear !important;
      position: relative;
      }
  .swiper-pagination-current {
  color: #111827 !important;
  }
  .swiper-pagination-total {
  color: #9CA3AF;
  }

#wlSelection {
  overflow: scroll;
  transition: max-height 0.5s ease-in-out;
}

#spellNowResult table {
	table-collapse:collapse;
}
#spellNowResult table tr th {
	font-weight: 400;
}
#spellNowResult table tr td {
	font-weight: normal;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

iframe{
    width:100%;
    height:100%;
    max-width:560px;
    
}

#resultStatusContainer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

#resultStatusContainer.hidden {
    max-height: 0;
}

#resultStatusContainer:not(.hidden) {
    max-height: 500px; /* or auto */
}

.modal-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%; /* Adjust max height as needed */
  }

.nav-font {
    color: #636363 !important;
    
}

.error {
    box-shadow: 0.3em 0.3em 1em rgb(200 0 0 / 95%);
    color: black;
    max-width: 600px;
}
.error p, .error li {
    margin-bottom: 8px;
    font-size: 13px;
    color: black;
}


.break-word {
   /* word-break: break-all;  */
    hyphens: auto;          
    overflow-wrap: break-word; 
}
h1, h2, h3, h4, h5, h6 {
    color: black ;
}

h1 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
    text-align: center;
}

.fade-out {
    pointer-events: none;
    opacity: 0.8;
    cursor: not-allowed;
}

.dashboard-fade-out {
    opacity: 0.4;
}

.card-small-img {
    width: 20px;
    height: 20px;
}

.blocked_status {
    color: #980002;
}
/*.form-group-col {
  display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10 0px;
    
}*/

.form-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px 0;
}

.statInfoModal {
    display: none;
    position: fixed;
    top: 0;
    left: 20px;
    width: 10%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding-left: 450px;
    padding-top: 100px;
}

.statPopUpClose {
    color: #aaa;
    float: right;
    font-size: 24px;
    font-weight: bold;
}

.statPopUpClose:hover,
.statPopUpClose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

a.navBarLink {
    font-weight: 400;
    font-size: 1em;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea.form-control {
    font-size: 14px;
    font-weight: 120;
    border: none;
}

th {
    text-align: center;
    font-size: 15px;
    font-weight: 120;
    white-space: break-spaces;
}

.custom-input {
    width: 100%;
}

.card-body {
    white-space: pre-line;
    font-size: 15px;
    font-weight: 490;
    margin-top: 0;
}

.card-header {
   font-weight: bold;
}

.loginPage-Style{
	padding-top: 150px;
	/*display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-radius: 10px;
            padding: 20px;
            box-sizing: border-box;
            max-width: 400px;
            width: 100%;*/
}
.card-header {
   background: transparent;
   font-size: 16px;
}
.card-footer {
    height: auto;
    display: flex;
    align-items: left;
    justify-content: space-between;
    padding-bottom: 30px !important;
}

.card-red-rectangle {
    border: 0.1px solid red;
    border-radius: 3px;
    box-shadow: 0.3em 0.3em 1em rgb(200 0 0 / 35%);
}


input[type="checkbox"] {
    margin-right: 5px;
    margin-top: 5px;
}

/* Style for all textareas' placeholders */
textarea[name^="topicTA_"]::placeholder {
    color: rgb(0, 0, 255);
    text-align: center;
    padding-top: 20px;
}

/* Style the modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

.modal-body {
    text-align: justify;
}

/* Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 24px;
    color: rgb(255, 255, 0);
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Table Style */
.row {
    display: flex;
    
}

.cell {
    flex: 1;
    border: 1px solid #ddd;
    padding: 8px;
}

.carousel {
   /* width: 80%;*/
    margin: auto;
}

.progress-indicator {
    padding: 0px;
    text-align: left;
    background: linear-gradient(-225deg, #FF057C 0%, #8D0B93 50%, #321575 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 500;
}

.carousel-correctedWord {
   /* background: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);*/
   /* background: linear-gradient(to top, #5f72bd 0%, #9b23ea 100%);*/
     background: linear-gradient(to left, #9f0541, #a51a5c, #a72d76, #a34090, #9a52a9, #8d55ae, #7f57b1, #705ab4, #614fa7, #52449a, #42398e, #322f81);
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 70px;
    font-weight: 600;
}

.carousel-content {
    border: 2px solid #000;
    text-align: center;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 70px;
    font-weight: 600;
    word-wrap: break-word;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10px;
    height: 20px;
    top: 0; /* Position at the top */
    bottom: auto; /* Remove bottom positioning */
    margin-top: 10px; /* Adjust margin to fine-tune positioning */
    z-index: 10; /* Ensure they're above other elements */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.8); /* Darker background for better visibility */
    border-radius: 50%; /* Circular shape for the buttons */
    width: 50px; /* Increase width for better visibility */
    height: 50px; /* Increase height for better visibility */
    background-size: 50%; /* Adjust icon size */
    background-position: center; /* Center the icon */
    background-repeat: no-repeat; /* Prevent repeating the icon */
}

.carousel-fade-out {
    pointer-events: none;
    opacity: 0.1;
    cursor: not-allowed;
}

/* Adjust the positioning of the controls */
.carousel-control-prev {
    left: 10%;
}

.carousel-control-next {
    right: 10%;
}

/*Circled First letter in Missing Letter Slide*/
.letters {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.old_letter-circle {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    text-decoration: none;
    color: black !important;
   
}
.letter-circle {
    position: relative; /* Positioning for the pseudo-element */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    text-decoration: none;
    font-weight: 600; /* Bold text */
    background: white; /* Background color for the circle */
    z-index: 1; /* Layer order */
    color: black;
}

.letter-circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #C0382B, #27AF60, #270bf4); /* Gradient for border */
    padding: 2px; /* Adjust padding for border width */
    z-index: -1; /* Behind the circle */
}

.letter-circle::after {
    content: '';
    position: absolute;
    top: 2px; /* Match the padding of the pseudo-element */
    left: 2px; /* Match the padding of the pseudo-element */
    right: 2px; /* Match the padding of the pseudo-element */
    bottom: 2px; /* Match the padding of the pseudo-element */
    border-radius: 50%;
    background: white; /* Match the circle's background */
    z-index: 0; /* Just below the text */
}

.selected-letter {
    background-color: #f6f608;
}

.letter-circle span {
    color: black; /* Text color */
    position: relative; /* Positioning for text */
    z-index: 2; /* Layer order for text above everything */
}

/*.word-to-fill {
    font-size: 70px;
    font-weight: 600;
}

.highlight {
    font-weight: bold;
    border: 2.5px solid rgb(255, 255, 0);
    font-size: 70px;
    font-weight: 600;
}*/
.word-to-fill, .highlight {
    font-size: 70px;
    font-weight: 600;
    word-wrap: break-word;  /* Ensures the word breaks to the next line if it is too long */
    word-break: break-all;  /* Allows breaking at any character */
    hyphens: auto;          /* Adds hyphenation if needed */
    text-align: center;     /* Centers the text */
}

.result-encourage-msg {
    font-size: 20px;
    color: black;
    hyphens: auto;          /* Adds hyphenation if needed */
    text-align: center;     /* Centers the text */
}

.highlight {
    font-weight: bold;
    border: 2.5px solid #ef4444;
    
}

.result img {
    width:  50px;
    height: 50px;
}



.word-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    word-break: break-all;
}

.word-part {
    font-size: 36px;
    margin: 0 10px;
    opacity: 0;
    transition: opacity 0.5s;
}

.word-part.show {
    opacity: 1;
}

.memorizationButton {
    border: none !important;
    color: #000 !important;
    cursor: pointer;
    padding: 8px 16px !important;
    border-radius: 15px !important;
    text-align: center;
    background-color: rgba(240, 240, 240, 0.8);
    width: 160px !important;
    text-transform: none !important;
    margin: 20px !important;
}

button:focus {
    outline: none;
}

.search-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 5px;
}

.search-container input[type="text"] {
    width: 90%;
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid #ccc;
    outline: none;
    box-shadow: none;
    transition: box-shadow 0.3s ease-in-out;
}

.fade-in {
    animation: fadeIn 2s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.userLetters {
    font-size: 20px;
    font-weight: 600;
}


.spellNow-icon {
    width:  45px;
    height: 45px;
}
.spellNow-feedback{
		 font-size: 24px;
		 color:black;
	}
.spellNow-icon-row {
    display: flex;
    justify-content: center; /* Optional: Center the icons horizontally */
    align-items: center;
    gap: 20px; /* Adjust this value to control the space between the icons */
}

.spellNow-icon-container {
    display: inline-block;
}



 .wordcard-popup-modal {
    display: none;
    position: absolute;
    z-index: 1000;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px;
    left: 2px;
 }

 


	

 .wordExploreStyle16{
		 display: block;  /* Ensure the span behaves like a block element */
    	margin-top: 15px; /* Adds space between sections */
 }
 
  .wordExploreStyle14{
		text-align: justify;
 }

 
 .glass-panel-exploreWord {
    padding: 8px;
    
    text-decoration: none;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px); /* Safari Support */
    color: black;
    
    letter-spacing: 1.2px;
    cursor: pointer;
    margin: 10px;
    margin-top: 25px;
}
 
 
 .margin-exploreWord-left{
	 margin-left: 30px;
 }

 
 .testResultStatus {
    font-size: 14px;
    /*font-weight: bold;*/
    color:black;
    margin-bottom: 0.1rem ;
    margin-top: 0rem;
    
}

.testResultStatus P {
    
    margin-bottom: 0.3rem ;
    margin-top: 0rem;
    
}

.testResultStatus  span{
	font-size: 12px;
	margin-top: 2rem ;
	
}
 
 .shepherd-element {
    margin-left: 20px; /* Adjust this value as needed */
}

.shepherd-content {
    background-color: #f9f9f9; /* Change background color */
    border-radius: 8px; /* Add rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1)  !important;  /* Add a subtle shadow */
    padding: 20px; /* Add padding */
}

.shepherd-text {
    color: #333; /* Change text color */
}

.shepherd-footer {
    display: flex;
    justify-content: space-between;
}

.shepherd-button {
    background-color: #007bff; /* Change button background color */
    color: white; /* Change button text color */
    border: none; /* Remove border */
    padding: 8px 16px; /* Adjust padding */
    border-radius: 4px; /* Add rounded corners */
    cursor: pointer; /* Change cursor to pointer */
    font-size: 14px; /* Adjust font size */
}

.shepherd-button:hover {
    background-color: #0056b3; /* Change button background color on hover */
}

.hints-button{
	font-size: 12px;
	color:black !important; 
	max-width:800px;
	/*word-wrap: break-word;*/
	white-space: pre-line;
}

.black-font13{
	color:black ;
    font-size: 13px;
}

.black-font14{
	color:black ;
    font-size: 14px;
}


.black-font22{
	color:black ;
    font-size: 22px;
}

.hints-toggle-button{
	font-size: 12px;
	color:black !important; 
	padding-left:90px;
	
}
 
 
.spellNow-word-list {
    margin-top: 20px;
    max-height: 300px; /* Set a fixed height */
    overflow-y: auto;  /* Enable vertical scrollbar */
    border: 1px solid #ccc; /* Optional: Add a border for better visibility */
    padding: 10px; /* Optional: Add padding inside the word list */
}
.spellNow-word-item {
    margin: 5px 0;
   
}
.spellNow-master-toggle {
   
    margin-bottom: 10px;
}
 
.heardWordStyle{
	 webkitTextFillColor: "black";
}
 
#spellNowResult table {
            width: 40%;
            border-collapse: collapse;
            margin: 20px 0;
            font-size: 18px;
            text-align: left;
        }
        #spellNowResult th, #spellNowResult td {
            border: 1px solid #ddd;
            padding: 8px;
        }
        #spellNowResult th {
            background-color: #f4f4f4;
        }
        #spellNowResult tr:nth-child(even) {
            background-color: #f9f9f9;
        }
 
/*.ErrorheaderMsg p{
	padding-bottom: 2px;
	 margin-bottom: 2px;
    color: black;
	
}*/

.button-group {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping */
    gap: 5px; /* Add space between buttons */
    white-space: nowrap; /* Ensure text doesn't wrap */
    
}


.newChapterName-bordered-container {
    border: 1px solid rgb(0, 0, 255);
    border-radius: 4px;
    padding: 10px;
    max-width: 600px;
    margin-bottom: 10px;
}

.newChapterName-title {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.selectedWords{
    color: black;
	
}
.newChapterName-content {
    padding-top: 5px;
    color: black;
}

.progress-container {
   display: inline-flex; /* Align the items in a row, container width fits content */
    align-items: center; /* Vertically aligns the message and spinner */
    gap: 10px; /* Adds space between the message and the spinner */
    color: #4B286D;
}

.progress-message {
   color: black;
}
 .userManual{
	color:black ;
    font-size: 13px;
    text-align: justify;
 }

/* Media Query for Mobile Devices (max-width: 600px) */
@media only screen and (max-width: 600px) {
	
	.glass-panel {
   
    left: -2% !important;
    height: 89% !important;
    top: 1% !important;
   
	}
	.glass-button {
		width: 90%;
	}
	
	.card-body {
    	height: 300px;
    
	}
    .carousel-content, .carousel-correctedWord {
        font-size: 25px;
    }
    
  
    .userLetters {
        font-size: 16px;
    }
    .progress-indicator{
		 font-size: 16px;
	}
	.spellNow-feedback{
		 font-size: 16px;
		 color:black;
	}

    .letter-circle {
        width: 30px;
        height: 30px;
    }

    .letter-circle span {
        font-size: 16px;
    }
    .carousel-control-prev,
    .carousel-control-next {
        width: 20px;
        height: 40px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
       	width: 1rem !important;
    	height: 1rem !important;
        background-size: 60%; 
    }
    .word-part {
    	font-size: 16px;
   
	}
	.word-to-fill, .highlight {
        font-size: 25px;
        word-wrap: break-word;
        word-break: break-all;
        hyphens: auto;
    }
    .result img {
 		width: 30px ;
		height: 30px;
	}
	
	 .wordcard-popup-modal {
        padding: 5px;  /* Increase padding for better touch interaction */
        left: 20px !important;     /* Adjust positioning to fit mobile view */
        border-radius: 2px;  /* Slightly reduce border radius for smaller screens */
        font-size: 10px;  /* Adjust font size for readability on small screens */
    }
    .loginPage-TF-Style{
		width: 300px !important;
	}
	
	.spellNow-icon {
    	width:  30px;
    	height: 30px;
	}
	/* Safari-specific styles */
    @supports (-webkit-appearance: none) {
        .spellNow-icon {
            /* If Safari needs the same size, this is not needed */
            /* If different size is needed for Safari, modify here */
            width: 30px;  /* Can adjust if needed */
            height: 30px; /* Can adjust if needed */
        }
    }
	
	
	
audio {
    width: 280px;
    height: 54px;
}
   
}

/* Styles for glass-panel and glass-button */
.glass-panel {
    color: #fff;
    margin: 20px;
    background-color: rgba(255, 255, 255, 0.06);
    border: 1.7px solid #c8b6ff;
    width: 95%;
    height: 80%;
    border-radius: 15px;
    padding: 32px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px); /* Safari Support */
    padding: 30px;
    position: absolute;
    top: 5%;
    left: 1%;
    justify-content: space-between;
    align-items: center;
    overflow-y: auto;
}



.glass-button {
    display: inline-block;
    padding:20px 10px;
    border: 0;
    text-decoration: none;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px); /* Safari Support */
    color: black;
    font-size: 14px;
    letter-spacing: 1.2px;
    cursor: pointer;
    margin: 15px;
    margin-top: 5px;
}

 .header-content {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            position: absolute;
            right: 20px;
            top: 10px;
        }

        .header-content img {
            height: 24px; /* Adjust size as needed */
            margin-left: 10px;
        }

        .header-content span {
            color: rgb(0, 0, 0);
            font-size: 16px;
            margin-right: 10px;
            font-weight: 600px;
        }

/* Media Query for Tablets (min-width: 600px and max-width: 1200px) */
@media only screen and (min-width: 601px) and (max-width: 1200px) {
    .carousel-content, .carousel-correctedWord, .highlight {
        font-size: 60px;
    }


    .userLetters {
        font-size: 50px;
    }

    .letter-circle {
        width: 40px;
        height: 40px;
    }

    .letter-circle span {
        font-size: 18px;
    }
    .carousel-control-prev,
    .carousel-control-next {
        width: 30px;
        height: 50px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 45px; /* Adjust width for tablets */
        height: 45px; /* Adjust height for tablets */
        background-size: 55%; /* Adjust icon size */
    }
    .word-to-fill, .highlight {
        font-size: 60px;
        word-wrap: break-word;
        word-break: break-all;
        hyphens: auto;
    }
    
     .wordcard-popup-modal {
        padding: 15px;  /* Moderate padding for tablet use */
        left: 20px;     /* Adjust positioning for tablet view */
        border-radius: 8px;  /* Adjust border radius for medium screens */
        font-size: 14px;  /* Adjust font size for readability on medium screens */
    }
    .spellNow-icon {
    	width:  35px;
    	height: 35px;
	}
	    
   
}

/* Media Query for Desktops (min-width: 1200px) */
@media only screen and (min-width: 1200px) {
    .carousel-content, .carousel-correctedWord, .highlight {
        font-size: 70px;
    }

  
    .userLetters {
        font-size: 30px;
    }

    .letter-circle {
        width: 50px;
        height: 50px;
    }

    .letter-circle span {
        font-size: 20px;
    }
    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 60px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 50px; /* Default width */
        height: 50px; /* Default height */
        background-size: 50%; /* Default icon size */
    }
    .word-to-fill, .highlight {
        font-size: 70px;
        word-wrap: break-word;
        word-break: break-all;
        hyphens: auto;
    }
     .wordcard-popup-modal {
        padding: 20px;  /* Larger padding for desktop use */
        left: 30px;     /* Adjust positioning for larger screens */
        border-radius: 10px;  /* Maintain original border radius for large screens */
        font-size: 16px;  /* Adjust font size for readability on large screens */
    }
    
  
}


.margin-left10{
	margin-left: 10px ;
}


 .spellNow-start-btn {
    background-color: #4CAF50;
    color: white;
    border: 2px solid rgb(0, 0, 255);
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
}
 
.spellNow-stop-btn {
    background-color: #f44336;
    color: white;
    border: 1px solid #ccc;
            padding: 10px;
            border-radius: 5px;
}

 .spellNow-output {
            font-size: 24px;
            margin-top: 20px;
            border: 1px solid #ccc;
            padding: 10px;
            border-radius: 5px;
         	color: black;
             background: linear-gradient(to left, #9f0541, #a51a5c, #a72d76, #a34090, #9a52a9, #8d55ae, #7f57b1, #705ab4, #614fa7, #52449a, #42398e, #322f81);
        }
.panel-font-color {
   /* background: linear-gradient(135deg, #2623d7, #30b568, #c847ff);*/
   background: linear-gradient(135deg, #2623d7, #30b568);
    -webkit-background-clip: text; /* For Safari */
    -webkit-text-fill-color: transparent; /* For Safari */
    color: transparent; /* Fallback color */
     font-weight: 1000; /* Semibold */
   /* transition: all 0.5s ease-in-out;*/
    
}

.cyan-highlight {
    font-weight: bold;
    border: 3.5px solid rgb(128, 0, 255);
}

.wordError-text-color {
    /*background: linear-gradient(to right, red, darkred);
    background: linear-gradient(to top, #ff0844 0%, #ffb199 100%);*/
   background: linear-gradient(-225deg, #A445B1 0%, #D41872 52%, #FF0066 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*--------Reaction conteiner CSS --------------*/

.reaction-container {
      position: fixed;
      bottom: 20px;
      width: 100%;
      text-align: center;
      pointer-events: none;
    }

    /* Reaction styles */
    .reaction {
      font-size: 2rem;
      position: absolute;
      bottom: 0;
      opacity: 0;
      animation: floatUp 5s ease-out forwards;
      
    }

    /* Keyframe animation for the reactions */
    @keyframes floatUp {
      0% {
        opacity: 1;
        transform: translateY(0);
      }
      100% {
        opacity: 0;
        transform: translateY(-100vh);
      }
    }
	