* {
    margin: 0;
    padding: 0%;
    box-sizing: border-box;
    font-family: Inter!important;

}

/* header start */


/* logo image */

.logo-img {
    margin: 0 auto;
    text-align: center;
}

.logo-img img {
    width: 50px;
    margin-top: 20px;
}

/* site-heading */

.site-heading h1 {
    color: #000000;
    font-family: Inter;
    font-size: 20px;
    font-weight: 800;
    line-height: 27.3px;
    letter-spacing: 0.025em;
    text-align: center;
    padding-top: 10px;
    margin: 0%;
}

.date p {
    margin: 5px;
    padding: 0;
    font-family: Inter;
    font-size: 11px;
    font-weight: 500;
    line-height: 13.31px;
    text-align: center;

}

/* .border-line::after {
    content: "";
    margin-top: 17px;
    border: 1px solid #D3D3D3;
    display: block;
} */
.border-line{
    /* border: 1px solid #D3D3D3; */
    border-bottom: 0.75px solid #CECECE;
    margin-top: 17px;

}

/* header end */

/* content start */
.main-div{
    display: flex;
    flex-direction: column;
    min-height: 750px;
}

.main-content {
    align-items: center;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.col-customize {
    margin: 0 auto;
    padding-left: 0 !important;
}

.ai-logo {
    padding-right: 13px;
}

.image-box {
    max-width: 563px;
    max-height: 373px;
    -webkit-content-visibility: auto;
    content-visibility: auto;
    will-change: contents;
    display: contents;
}

.image-box img {
    width: 100%;
    max-width: 563px;
    border-radius: 10px 10px 0px 0px;
}

.clue-image{
    border: 0.75px solid #E5E5E5;
    border-radius: 10px;
    box-shadow: 0px 2px 12px 0px #00000014;
}

.text-clue{
    /* padding: 25px 0px 0px 25px; */
    padding: 14px 16px 0px 14px;

}

.text-clue p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
/*    padding: 0 0 25px 0;*/
    margin: 0%;
}

@media (max-width:500px){
    .text-clue p{
        font-size: 15px;
        line-height: 18.36px;  
        /* padding: 0 0 20px 0; */
    }  
    /* .text-clue{
        padding: 20px 0px 0px 20px;
    }  */
    .answer-input-field{
        padding: 0%!important;
    }
}
@media (max-width:450px){
    /* .text-clue p{
        font-size: 14px;
        line-height: 17.36px;  
        padding: 0 0 15px 0;
    } */
    .user-answer{
        font-size: 14px!important;
    }  
    /* .text-clue{
        padding: 15px 0px 0px 15px;
    }  */
}
@media (max-width:420px){
    
    /* .text-clue{
        padding: 15px 15px 0px 15px;
    }  */
}
/* content end */


/* user answer start here */
.show-user-answer-section{
    padding-bottom: 25px;
}
.answer-section{
    display: flex;
    align-items: center;
    justify-content: center;
}
.you-image{
    padding-right: 13px;
}
.user-answer{
    max-width: 563px;
    border: 0.75px solid #E5E5E5;
    border-radius: 10px;
    box-shadow: 0px 2px 12px 0px #00000014;
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    /* height: 43px; */
    width: 100%;
    /* display: flex;*/
    align-items: center;
    padding: 12px 10px 12px 25px;
}

/* user answer end here */


/* next button  */
.col-custom{
    text-align: -webkit-center;
    margin: 0 auto;
    padding-right: 25px!important;
}
@media screen and (max-width:1400px){
    .col-custom{
        padding-right: 12px!important;
    }
}
.main-btn{
    max-width: 622px;
    padding-bottom: 25px;
}
.btn-next{
    background: #699BF7!important;
    text-decoration: none;
    color: #FFFFFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: center;
    width: 100%;
    height: 38px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;



}
.embed{
    max-width: unset !important;
    padding-right: unset !important;
    padding-left: unset !important;
}
/* next button end here */
.main-div-of-user-answer{
    margin-bottom: 10px;
}
/* Answer input filed start */
.bottom-section{
    /* margin-top: auto;
    margin-bottom: 15px; */
    margin-top: auto;
    margin-bottom: 0px;
    position: sticky;
    bottom: 0;
    width: 100%;
    background: white;
    padding-bottom: 20px;
}
.beta-text{
    font-family: Inter;
    font-size: 9px;
    font-weight: 600;
    line-height: 12.29px;
    letter-spacing: 0.025em;
    text-align: center;
    color: #B5B5B5;
}
.main-bottom-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.beta-sign{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.answer-input-field{
    margin: 0 15px;
    /* width: 80%; */
    max-width: 524px;
    width: 100%;
    /* padding: 0 15px; */
    padding-left: 15px;
}

.input-container input[type="text"]{
    outline: none;
    border: 0.75px solid #CECECE;
    caret-color: #898989;
    padding: 12px;
    height: 33px;
    border-radius: 16.5px;
    width: 100%;
}
/* Answer input field end */

/* poem */

.show-poem{
    height: auto!important;
    padding: 0px 25px 25px 25px!important;
/*    white-space: pre-line;*/
}
/* poem end here */

/* remarks start here */

.main-result-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 0.75px solid #CECECE;
    border-radius: 5px;
    margin-top: 25px;
    padding-top: 25px; 
}
.remarks{
    font-family: Inter;
    font-size: 30px;
    font-weight: 700;
    line-height: 36.31px;
    padding-bottom: 20px;
}
.how-many-tries{
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: center;
    padding-bottom: 20px;

}
.share-button{
    max-width: 330px;
    width: 100%;
    padding: 0 15px 20px 15px;
}
.share-button input[type="button"]{
    height: 38px;
    border-radius: 6px;
    border-color: #699BF7;
    background: #699BF7;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: center;
    color: #FFFFFF;
    border-style: none;
    width: 100%;
}
.final-page-share-button{
    height: 38px;
    border-radius: 6px;
    border-color: #699BF7;
    background: #699BF7;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: center;
    color: #FFFFFF;
    border-style: none;
    width: 100%;
}
/* remarks end here */


/* score and progress bar start here */

.main-score-div{
    padding-top: 15px;
}

.score-text p {
    margin: 0%;
}

.score-text{
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
/*    height: 90px;*/
height: 78px;
    display: flex;
    align-items: end;
    text-align: center;
}

/* .barcontainer{
    width: 37px;
    background-color: white; 
    height: 75px; 
    display:flex;
    flex-direction:column-reverse;
}
.bar{
    width: 30px;
    background-color:#699BF7;
    display:flex;
} */

.main-barcontainer{
    display: flex;   
    overflow: hidden;
    position: relative;
}
  
  .barcontainer{
    background-color: white; 
    transform: translateY(0%);
    margin-left: 10px;
    width: 37px;
    height: 90px;
    float: left;
    
  }
    
  .bar{
    background-color:#699BF7;
    position: absolute;
    bottom: 0;
    width: 100%;
    
    box-sizing: border-box;
  }
  .number{
    width: 37px;
    margin-left: 10px;
    text-align: center;
    float: left;
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
  }
  .percentage{
    font-family: Inter;
    font-size: 13px;
    font-weight: 600;
    line-height: 15.73px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 5px;

  }

  @media(max-width:768px){
    .main-barcontainer{
        justify-content: center;
    }
    .number-box{
        justify-content: center;
    }
    .score-text{
        height: unset !important;
        padding-bottom: 17px !important;
    }
  }

/* score and progress bar end here */

/* related content start here */
.heading{
    font-family: Inter;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.15px;
    padding: 15px 0;

}
.related-article{
    display: flex;
    justify-content: space-between;
}
.related-image{
    max-width: 375px;
    display: flex;
}
.article-content{
    font-family: Inter;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.15px;
    padding-left: 15px;
}
.read-article-button {
    max-width: 224px;
    border-radius: 6px 0px 0px 0px;
    width: 100%;
    display: inline-block; /* Ensure the anchor tag respects button dimensions */
    margin-top: 3px!important;
}

@media (max-width: 768px) {
    /* .read-article-button {
        display: none;
    } */
    .related-article{
        display: block !important;
    }
    .read-article-button{
        margin-top: 9px!important;
        max-width: 100%!important;
    }
    
}

.read-article-button button {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: center;
    width: 100%;
    height: 38px;
    background: white;
    border-radius: 6px;
    border: 0.75px solid #B5B5B5;
    cursor: pointer; /* Add cursor pointer for better UX */
}

.poem{
    border: unset!important;
    box-shadow: none!important;
    padding: 0%!important;
}
.poem-box{
    padding: 0 10px;
    white-space: pre-line;
}

/* login page start here */
.main-page-wrapper {
	
	width:100%;
}
.get-started-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.get-started-logo {
    width: 10.125rem;
    height: 10.125rem;
    margin-bottom: 2rem;
}
.get-started__signup-login {
    text-align: center;
}

.get-started__signup-login .signup-btn {
background-color: #699BF7;
    padding: 13px 90px;
    color: white;
    border-radius: 10px;
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 12px;
    border: 1px solid #699BF7;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}


.get-started__signup-login .login-btn {
	float: left;
    text-align: center;
    width: 100%;
    background-color: transparent;
    padding: 12px 90px;
    border-radius: 10px;
    border: 1px solid #0d1436;
    color: #0d1436;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

.get-started__signup-login .signup-btn:hover {
	color: #0d1436;
    border: 1px solid #0d1436;
	background-color: transparent;
	
}

.get-started__signup-login .login-btn:hover {
	border: 1px solid #699BF7;
    background-color: #699BF7;
	 color: white;
	
}

.get-started__signup-login a {
    font-weight: 500;
    
}
@media (max-width: 347px){
    .get-started__signup-login a {
        font-size: 13px !important; 
    }
}
@media (max-width: 325px){
    .get-started__signup-login a {
        font-size: 12px !important; 
    }
}

.signup-login-fields .forgot-password {
    float: right;
    font-size: 14px;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a {
    text-decoration: none!important;
    font-family:  Inter !important;
}
.login-header {
	width: 100%;
	background: #fff;
    border-bottom: 1px solid #d3d3d3;

}
.max-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
}
.login-header .logo img {
    width: auto;
    height: 1.75rem;
    margin-top: 0.18rem;
    margin-bottom: 0.18rem;
}
.logo {
    text-align: center;
}

.login-header .login-header-row{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    justify-content: center;
    
}


footer {
    height: 4rem;
    font-family: Inter;
    font-size: 0.725rem;
    letter-spacing: 0.05em;
    color: #9f9f9f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-top: 1px solid #d3d3d3;
    margin-top: auto;
	width: 100%;
    padding: 0px 12px 0px 12px;
}

footer p, footer p a {
    margin-bottom: 0px;
    color: #9f9f9f;
    font-family: Inter !important;
}

.get-started__page-sub-title{
    text-align: center;
    font-size: 1.5rem;
}
.home-heading{
    font-weight: 700;
}
.signup-login-fields {
    max-width: 480px;
    width: 100%;
    padding: 0px 12px;
}
.signup-login-fields .form-control {
    height: 45px;
    border-radius: 10px;
    font-size: 15px;
}
body:not(.embedded) {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: Inter!important;
    
}

.slug{
    border: none;
    border-bottom: solid!important;
    width: 100%;
    padding: 0px 2px;
}
.slug:focus{
    border: none;
    outline: none;
}


.customer-url{
    display: flex;
}
.pick-url{
    
    font-weight: 600;
    font-size: 20px;
}
.box-shadow{
    box-shadow: 0px 2px 12px 0px #00000014;
    padding: 25px 15px;
    border-radius: 9px;
    max-width: 590px!important;
}


/* #content:not(.embedded) {
    min-height: calc(100vh - 10.875rem);
} */




/* login page end here */

/* related content end here */
/* position: fixed;
bottom: 0;
width: 100%;
background: white;

display: flex;
align-items: center; */

  