body {
    margin: 0;
    padding: 0%;
    box-sizing: border-box;
    height: 100%;
    touch-action: manipulation;
    /* overflow: hidden; */
    
}

* {
    box-sizing: border-box;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}


/* hearder */
.header-top {
    border-bottom: 1px solid rgba(209, 209, 209, 1);
    border-top: 1px solid rgba(209, 209, 209, 1);
    /* padding: 9px 0; */
    background: rgba(255, 255, 255, 1);
    height: 55.6px;
    display: flex;
    align-items: center;

}

.header-text>img {
    max-height: 40px;
}

.header-text {
    font-size: clamp(17px, 5vw, 24px);
    font-weight: 800;
    line-height: 33.89px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(0, 0, 0, 1);
    height: 40px;

}

.client-name {
    font-weight: 400;
}
.question-circle{
    height: 25px;
    display: block;
}
.question-circle>img {
    width: 24px;
    height: auto;
    cursor: pointer;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

/* header-end here */

/* play-page */
.max-width {
    max-width: 475px;
    margin: 0 auto;
}

.play-page {
    display: flex;
    transition: opacity 1s ease-in-out;
}

.play-page-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.bg-color {
    background: rgba(231, 245, 255, 1);
}


.border {
    border: 1px solid rgba(209, 209, 209, 1);
}

.wave-icon {
    text-align: center;
    height: 75px;
}

.play-page-text {
    font-size: clamp(18px, 5vw, 24px);
    font-weight: 500;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(60, 60, 60, 1);
    max-width: 85%;
    line-height: clamp(23px, 5vw, 28px);
    margin: 0 auto;
    padding: 15px 0;
}

.related-url {
    font-size: 22px;
    font-weight: 900;
    line-height: 29.05px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(60, 60, 60, 1);
    padding-bottom: 8px;


}

.puzzle-article-head {
    width: 90%;
    margin: 0 auto;
}

.puzzle-article {
    padding: 20px 10px;
    border-top: 1px solid rgba(169, 175, 187, 1);
    border-bottom: 1px solid rgba(169, 175, 187, 1);
    margin: 30px 0px;
    margin-top: 15px;
}

.puzzle-related-article , .letter {
    font-size: clamp(22px, 6.5vw, 31px);
    font-weight: 700;
    line-height: clamp(27px, 7vw, 34px);
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 1);
    padding-bottom: 5px;
}

.play-button {
    font-size: 20px;
    font-weight: 500;
    line-height: 36.31px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    background-color: black;
    color: rgba(255, 255, 255, 1);
    border-radius: 50px;
    max-width: 240px;
    height: 45px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
}

.play-button:hover {
    color: rgba(255, 255, 255, 1);
}

.ply-btn {
    text-align: -webkit-center;
}

/* play page end here */

/* how to play model start */


.how-to-play {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 8px 0px 20px 0px #0000001A, -8px 0px 20px 0px #0000001A;
    padding: 25px;
}

.crox-btn {
    display: flex;
    justify-content: flex-end;
}

.crox-btn img {
    cursor: pointer;
}

.how-to-play-inner h1 {
    font-size: 25px;
    font-weight: 700;
}

.how-to-play-inner p {
    font-size: clamp(17px, 4.5vw, 21px);
    font-weight: 500;
    line-height: clamp(20px, 4.5vw, 23px);
    color: rgba(60, 60, 60, 1);
    margin-top: 1rem;
}

.br-btm {
    border-bottom: 0.75px solid #A9AFBB;
    margin: 15px 0px;
}

/* .pd {
    padding: 10px 0px;
} */

.play-btn {
    width: 250px;
    height: 40px;
    border-radius: 36.5px;
    font-weight: 500;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-white {
    border: 1px solid #000000;
    /* font-weight: bold; */
    color: black;
    box-shadow: none;
    width: 75% !important;
    background-color: white !important;
}

.got-it-button a {
    text-decoration: none;
    color: black;
}

.got-it-button {
    display: flex;
    justify-content: center;
}
.dot-text{
    height: clamp(5px, 1.5vw, 8px);
    display: flex;
    background: black;
    width: clamp(5px, 1.5vw, 8px);
    border-radius: 50px;
}
.example-text{
    /* font-size: clamp(12px, 3.8vw, 20px);
    font-weight: 400;
    line-height: clamp(20px, 6vw, 29.05px); */
    font-size: clamp(12px, 3.8vw, 18px);
    font-weight: 400;
    line-height: clamp(16px, 5vw, 24px);
}
.pd p{
    font-size: clamp(12px, 3.8vw, 18px);
    
}
.example-info-text{
    display: flex;
    align-items: center;
    line-height: 1;
}
.example-info{
    display: flex;
    align-items: center;
}
.example-info img {
    /* width: 150px; */
    width: clamp(100px, 31vw, 150px);
}
/* how to play model end here */

/* game page start */
.game-page {
    display: flex;
    flex-direction: column;
    transition: opacity 1s ease-in-out;
}

.game-page-body {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.countdown-head {
    display: flex;
    align-items: center;
}

.countdown {
    color: rgba(60, 60, 60, 1);
    font-size: clamp(60px, 17vw, 80px);
    font-weight: 700;
    line-height: 96.82px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    height: 96.83px;

}


button , .cm-btn {
    user-select: none; /* Prevents text selection */
    -webkit-user-select: none; /* For Safari */
    -ms-user-select: none; /* For Internet Explorer/Edge */
    -moz-user-select: none; /* For Firefox */
    cursor: pointer;
    touch-action: manipulation; /* For prevent double zoom */
}

.puzzle-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px; 
    padding: 0; 
    
}

.puzzle_cell {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: clamp(34px, 16vw, 80px);
    font-weight: 700;
    line-height: normal;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(209, 209, 209, 1);
    border-radius: 5px;
    margin: 0; 
    width: clamp(55px, 18vw, 83px);
    height: clamp(55px, 18vw, 83px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box; 
    outline: none;
    
}


.score-counter {
    background: rgba(11, 153, 255, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 25px;
    font-weight: 700;
    transform: translate(0px, 22.5px);
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border-radius: 50px;
    width: 49px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.sc-co {
    text-align: -webkit-center !important;
    margin-top: -21px;
}
.game-screen{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;

}
.score-board {
    border: 0.75px solid rgba(11, 153, 255, 1);
    border-radius: 4px;
    height: calc(100% - 28px);
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}
.score-board::-webkit-scrollbar {
    width: 5px!important; 
    height: auto;
}
.score-board::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px;
  }
.score-board::-webkit-scrollbar-thumb {
    background: rgba(208, 211, 218, 1);
    border-radius: 10px;
}
#puzzle-body{
    height: 100%;
}
.score-panel {
    font-size: clamp(14px, 4vw, 18px);
    font-weight: 500;
    line-height: 26.63px;
    text-align: left;  
    color: rgba(142, 142, 147, 1);
    /* padding: clamp(5px, 2vw, 10px); */
    /* margin-top: 20px; */
    /* padding: 5px 10px; */
    padding: 35px 10px 5px 10px;
}
.word-score{
    color: rgba(0, 0, 0, 1);
    font-size: clamp(14px, 4vw, 18px);
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    line-height: 24px;
}

.typing-board-head {
    width: 100%;
    justify-content: center;
    display: flex;
    margin-top: 15px;
    margin-bottom: 5px;
}

.typing-board,
.typing-board>span {
    font-size: clamp(34px, 15vw, 80px);
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.buttons-section {
    /* margin-top: 10px; */
    display: flex;
    justify-content: center;
    margin-bottom: 33px;
}

.x-btn {
    box-shadow: 2px 2px 88px 0px rgba(0, 0, 0, 0.1);
    border: 0.75px solid rgba(136, 136, 138, 1);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    /* line-height: 30px; */
    color: rgba(0, 0, 0, 1);
    width: 88px;
    height: 39px;
    cursor: pointer;
    background: rgba(231, 245, 255, 1);
}
.x-btn-active{
    background: rgba(208, 211, 218, 1);

}
.x-btn>img {
    width: 25px;
}

.shuffle-btn {
    width: 40px !important;
    margin: -5px 10px;
}

@media (prefers-reduced-motion: no-preference) {
    .shuffle-btn-img {
      animation: App-logo-spin infinite 0.8s linear;
    }
  }
  
  
  @keyframes App-logo-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

.bottom-button-section {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* max-height: 195px; */
    width: 100%;
}
.text-editable{
    height: clamp(34px, 15vw, 80px);
    display: flex;
    align-items: self-end;
    justify-content: center;
    outline: none;
    width: 100%;
    text-align: center;
    margin: 5px 0;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 1;
    background: rgba(231, 245, 255, 1)!important;
    border: none;
 
    
}
.text-editable:empty:before {
    content: attr(' '); /* Set a placeholder */
    color: gray;
    pointer-events: none;
}


/* game page end */

/* result page start */
.result-headline{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 29.05px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-bottom: 10px;
}
.puzzle-related-text-box{
    background: rgba(232, 243, 255, 1);
    border-radius: 9px;
    padding: 20px;
}
.puzzle-related-headline{
    font-size: clamp(13px, 4.2vw, 22px);
    font-weight: 600;
    line-height: clamp(14px, 5vw, 25.05px);
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 0px 0px 15px 0px;
}
.puzzle-article-description{
    font-size: clamp(12px, 4vw, 19px);
    font-weight: 600;
    line-height: clamp(12px, 5vw, 22px);
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(98, 98, 98, 1);
    padding: 0px 0px 15px 0px;
}
.btn-blue{
    border: 1px solid  rgba(11, 153, 255, 1);
    color: white;
    box-shadow: none;
    width: 75% !important;
    background: rgba(11, 153, 255, 1)!important;
    text-decoration: none;
    width: 100% !important;
}
.btn-gray{
    background-color: rgba(229, 229, 234, 1)!important;
    border: 1px solid   rgba(229, 229, 234, 1)!important;
    color: rgba(0, 0, 0, 1);
    box-shadow: none;
    width: 75% !important;
    text-decoration: none;
    width: 100% !important;
    cursor: pointer;

}
.btn-gray:hover{
    color: rgba(0, 0, 0, 1);
}
.btn-blue:hover{
    color: white !important;
}
.remarks{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    line-height: 38.73px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    padding: 35px 0px 12px  0px;
}
.sc-co-result{
    width: 70px !important;
    height: 67px !important;
    line-height: 62.5px!important;
    font-size: 38px!important;
}
.score-detail{
    font-size: clamp(13px, 4vw, 19px);
    font-weight: 400;
    line-height: clamp(12px, 5vw, 24px);
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 0 10px;
}

.stats{
    text-align: center;
}
.stat-digit{
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
}
.stat-txt{
    font-size: 18px!important;
    font-weight: 400!important;
}
.row{
    --bs-gutter-x: 0!important
}
.model-overview{
    min-height: calc(100vh);
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.66);
    z-index: 2;
}
/* result page end */

#overlay{	
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    background: rgba(229, 229, 234, 1);

    

  }
  .cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
  }
  .spinner {
    width: 40px;
    height: 40px;
    border: 4px #ffffff solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
  }
  @keyframes sp-anime {
    100% { 
      transform: rotate(360deg); 
    }
  }
  .is-hide{
    display:none;
  }


  /* loader/spiner end here */
  .popup-overlay{
    height: 100vh;
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    width: 100%;
    z-index: 1;
    display: none;
}
.result-popup-text{
    background: rgba(0, 0, 0, 1);
    height: 48px;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -20px;
    z-index: 2;
    align-content: center;
    display: none;
}
  #puzzle-error-message{
    padding: 0px 20px;
    position: fixed;
    width: 100%;
    top: 24px;
    display: none;
  }
  #error-message{
    background: rgba(244, 63, 95, 1);
    height: 50px;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;



  }
  .modal-buttons{
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .btn-white-new{
    border: 1px solid  black;
    box-shadow: none;
    width: 75% !important;
    background: white!important;
    text-decoration: none;
    width: 100% !important;
}
.model-bottom-text{
    color: #a9afbb;
    font-size: clamp(10px, 1.5vw, 12px);
    text-align: center;
}
.model-bottom-text > a {
    color: #a9afbb;
}
.notsigned-up-yet {
    border-top: 1px solid #d0d3da;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
}
.notsigned-text{
    font-size: 24px;
    font-weight: 700;
    line-height: 33.89px;
    text-align: center;
}
.notsigned-innertext {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.63px;
    padding-top: 5px;
    text-align: center;
}
.signup-model-overview , .signup-model-iframe{
        min-height: calc(100vh);
        position: fixed;
        top: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.66);
        z-index: 2;
        right: 0;
        left: 0;
}

.letter {
    display: inline-block;
    position: relative;
    opacity: 1;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    padding-bottom: 0!important;
}

.sponsorship-module {
    background: linear-gradient(0deg, #f9f9f9, #fff);
    border: .75px solid #d1d1d1;
}
.sponsorship-module-inner {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 2.4px 0;
}
.sponsorship-text {
    font-size: clamp(12px, 3.5vw, 16.5px);
    font-weight: 400;
    line-height: 1;
    padding: 4px 8px;
}
.hyperlink {
    align-items: center;
    color: #000;
    display: flex;
    margin-bottom: 5px;
    margin-top: 5px;
    text-decoration: none;
    padding: 0px 10px;
}
.hyperlink:hover{
    color: black;
}
/* .puzzle-grid .cell {
    width: clamp(55px, 18vw, 83px);
    height: clamp(55px, 18vw, 83px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    opacity: 0;
    position: relative;
} */
/* .target-box {
    opacity: 0.5; 
    animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
} */
 .popup{
    margin: 7% auto!important;
    overflow: auto!important;             
    -ms-overflow-style: none!important;   
    scrollbar-width: none!important;
 }

  
  .popup::-webkit-scrollbar {
    display: none!important;
  }