@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body{
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 400;
/*   font-family: "Raleway", sans-serif !important;*/
 font-family: "Inter", sans-serif;
}
.loginslider {
    display: flex !important;
    align-items: center;
    height: 100%;
}
.boxone {
    width: 50%;
    background: #00011f;
    height: 100%;
/*    background-image: url(../img/img.png);*/
}
.login-main {
    position: relative;
    padding: 0px 50px;
}

.mainleftbox {
/*    background: url(../img/righimg.png) #e5f3fc;*/
    position: relative;
    display: flex;
    background-size: cover;
    align-items: center;
    height: 100%;
}
.boxtow {
    width: 50%;
}
.mainboxitem {
    display: flex;
    height: 100vh;
}
.login-main {
    position: relative;
    padding: 0px 50px;
}
.fromsectionbox {
    padding: 25px 25px;
    margin: 0 auto;
    text-align: center;
    max-width: 450px;
    width: 100%;
}
.top-left img {
    max-width: 100%;
    width: 80px;
}

.slider-content h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #2f99ef;
    margin-bottom: 0;
    line-height: 42px;
    font-weight: 700;
}
.loginslider .slick-dots {
    display: inherit;
    margin: 0px auto;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 25px;
    width: 100%;
    padding: 0;
    justify-content: center;
}
.loginslider .slick-dots button {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    padding: 0px;
    margin: 0px;
    background: #555783;
    font-size: 0;
    border: 1px solid #555783;
    box-shadow: none;
}
.loginslider .slick-dots .slick-active button {
    background: #2f99ef;
    border: 1px solid #2f99ef;
    width: 12px;
    height: 12px;
}
.loginslider .slick-dots li {
    display: inline-block;
    margin: 10px;
}
.form-group label, .register label {
    color: #19191d;
    font-size: 16px;
}

.sign-here p {
    font-size: 16px;
    color: #19191d;
    font-weight: 500;
}
.form-group {
    text-align: left;
}
.yourheading h3 {
    font-size: 33px;
    font-weight: 800;
    color: #19191d;
}
.yourheading h6 {
    font-size: 18px;
    font-weight: 600;
    color: #19191d;
}
.slider-content p {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}

.links  a {
    color: #005589;
    font-size: 16px;
    text-decoration: none;
}
.register {
    display: flex;
    align-items: center;
}
.links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.register input {
    height: auto;
    margin-bottom: 0 !important;
    margin-right: 5px;
}
.signbtn {
    width: 100%;
    background-image: -moz-linear-gradient( 0deg, rgb(181,35,81) 0%, rgba(13,40,77,1) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(181,35,81) 0%, rgba(13,40,77,1) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(181,35,81) 0%, rgba(13,40,77,1) 100%);
    border: none;
    padding: 13px 0px;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 6px;
}
.dropbox {
    position: relative;
}
.flagpost {
    position: absolute;
    top: 48px;
    left: 14px;
}
.flagpost img {
    max-width: 100%;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    object-fit: contain;
}
.slick-slide img {
    display: inline-block !important;
}
.login-main {
    position: relative;
    padding: 0px 50px;
    text-align: center;
}
.login-main img {
    max-width: 100%;
}
.slider-content {
    text-align: center;
    bottom: 0;
    width: 100%;
}
.form-control:focus {
    box-shadow: none !important;
}
.perfect-heading {
    max-width: 530px;
    margin: 0 auto;
}
.perfect-heading h4 {
    background: linear-gradient(90deg, rgba(245,251,255,1) 0%, rgba(159,215,255,1) 100%);
    font-size: 22px;
    color: #0a1530;
    font-weight: 700;
    padding: 8px 15px;
    border-radius: 5px;
        text-transform: uppercase;
}
.mainleftbox::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/texture.png);
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.sction-from input {
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 12px;
    height: 48px;
    background: #eff7ff;
    border-radius: 8px;
    border: none;
    outline: none !important;
    color: #6B5041 !important;
    font-weight: 400;
}

.signinfrom input{
    background: #eff7ff;
}
.form-control:focus {
    background: #eff7ff;
}
.password a {
    color: #0c4f89;
    font-weight: 600;
}
a.signinbtn {
    color: #0c4f89;
    text-decoration: none;
    font-weight: 700;
}
.signinbtnbox {
    background: linear-gradient(90deg, rgba(29,56,113,1) 0%, rgba(10,30,69,1) 100%);
}
#staticBackdrop .modal-header {
    border: none !important;
    align-items: center;
    padding: 0;
    margin: 0;
    
}
#staticBackdrop .btn-close {
    box-sizing: content-box;
    padding: 0;
    color: #fff;
    background: #070f21;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius:100px; 
    border: 0;
   
    opacity: 1;
}
#staticBackdrop .modal-content {
   
    width: 100%;
    pointer-events: auto;
  /*  background: url("../img/popup-bg.png") no-repeat;
  background-size: cover;*/
    
    border: none !important;
    border-radius: 12px;
    outline: 0;
    background: #05183c;
}
.popupbtn{
background: linear-gradient(90deg, rgba(167, 209, 236, 1) 0%, rgba(29, 110, 185, 1) 100%);
}
#staticBackdrop .form-control {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    height: 48px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #d4d4d4;
    background: url("../img/arrowdown.png") no-repeat transparent;
    background-position: right 20px bottom 45%;
    background-size: 14px;
/*
    appearance: auto !important;
*/
}
.selectpicker option{
  color: #000;
}
#staticBackdrop .modal-body {
    padding: 50px 50px;
}

/*chat*/
.hidearea {
    height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
}
.main-userarea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 999;
}
.mainareasection {
    position: relative;
    width: 100%;
   background: url(../img/dashboard-right.png)  no-repeat;
    background-size: cover;
}
.topheaderarea {
    background: #e8f6ff;
    padding: 10px 0px;
}
.mainicon span {
    display: flex;
    border: 2px solid #000532;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}
.userareabox {
    display: flex;
    align-items: center;
}
.dropdownbox select {
    background: none;
    border: none;
    font-size: 16px;
    color: #000532;
    outline: none;
    box-shadow: none;
    margin-left: 10px;
    font-weight: 500;
}
.userareabox label {
    background: none;
    border: none;
    font-size: 16px;
    color: #000532;
    outline: none;
    box-shadow: none;
    margin-left: 10px;
    font-weight: 500;
}
.leftbar {
    background: #FFFFFF;
    min-height: 100%;
    width: 240px;
}

.createbtn a {
    font-size: 16px;
    text-decoration: none;
    background-image: -moz-linear-gradient( 0deg, rgb(0,22,63) 0%, rgb(11,11,13) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0,22,63) 0%, rgb(11,11,13) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,22,63) 0%, rgb(11,11,13) 100%);
    padding: 10px 10px;
    display: inline-block;
    border-radius: 8px;
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    width: 100%;
}
.hidearea {
    padding: 15px 15px 0px 15px;
}
.bottomboxarea {
    position: absolute;
    bottom: 69px;
    width: 100%;
    border-top: 1px solid #D0D0D0;
    padding: 20px;
    background: #fff;
}
.container.herobox {
    max-width: 1220px;
    margin: 0 auto;
}
.sectionright {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 0;
    height: 100vh;
    overflow: hidden;
}
.mainheader {
    overflow: hidden;
    height: 100vh;
    max-width: 1920px;
    margin: 0 auto;
   background: url(../img/dashboard-right.png) #e8f6ff no-repeat;
    background-size: cover;
}
.bottomboxarea {
    position: absolute;
    bottom: 69px;
    width: 100%;
    border-top: 1px solid #D0D0D0;
    padding: 20px;
    background: #fff;
}
.mainimgbox {
    display: flex;
    align-items: center;
}
.maintextbox {
    padding-left: 14px;
}
.maintextbox h6 {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0;
}
.maintextbox p {
    font-size: 15px;
    color: #747474;
    line-height: 20px;
    margin-bottom: 0px;
}
.loginbtn {
    padding-left: 5px;
    font-weight: 700;
}
.bottomboxarea a {
    font-size: 18px;
    color: #777777;
    line-height: 24px;
    font-weight: 700;
    font-family: "Raleway", sans-serif !important;
    text-decoration: none;
}
.onlinecourse {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.useritem {
    position: relative;
}
.useritem::after {
    position: absolute;
    background: #00d84c;
    width: 20px;
    height: 20px;
    top: 40px;
    content: '';
    border-radius: 40px;
    right: -1px;
    border: 4px solid #fff;
}
.mainarea {
    display: flex;
    justify-content: space-between;
}
.askingquestions {
    width: 70%;
    height: 418px;
    margin-left: 20px;
    border-radius: 12px;
    padding: 38px 38px;
    position: relative;
}
.icon-three {
    margin-bottom: 20px;
}
.coaching-slider .slick-dots button {
    display: block;
    width: 13px;
    height: 13px;
    padding: 0;
    border: none;
    border-radius: 100%;
    text-indent: -9999px;
    border: 2px solid #05183c;
    background: none;
}
.coaching-slider .slick-dots li.slick-active button {
    background-color: #2a455a;
    width: 13px;
    height: 13px;
}
.coaching-slider ul.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0px;
    list-style-type: none;
    position: absolute;
    width: 100%;
    bottom: -28px;
}
.coaching-slider .slick-dots li {
    margin: 0 4px;
}
.journeybtn a {
    background: linear-gradient(90deg, rgba(172,38,85,1) 0%, rgba(14,41,78,1) 100%);
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    line-height: 24px;
}
.journeybtn {
    text-align: center;
    margin-top: 38px;
    position: relative;
    z-index: 99999999;
}

.startbtn a{
background: linear-gradient(90deg, rgba(29, 56, 113, 1) 0%, rgba(10, 30, 69, 1) 100%);
}
.loginbtn {
    padding-left: 5px;
    font-weight: 700;
}
.main-sidebar {
    position: relative;
}
.sample {
    padding: 60px 0px 50px 0px;
}
.mainarea {
    display: flex;
    justify-content: space-between;
}
.newchatbtn a{
  background: linear-gradient(90deg, rgba(167,209,236,1) 0%, rgba(29,110,185,1) 100%);  
}

.newchatbtn button{
    background: linear-gradient(90deg, rgba(167,209,236,1) 0%, rgba(29,110,185,1) 100%); 
    border:none;
    color:#FFF;
    
  }
  .newchatbtn button:hover{
    color:#FFF;
  }
.chatboxtext h3 {
    color: #87898a;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 24px;
}
.chatboxtext h2 {
    font-size: 58px;
    color: #000000;
    font-weight: 700;
    line-height: 58px;
    background: linear-gradient(90deg, rgba(15,48,84,1) 0%, rgba(26,103,176,1) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.chatboxtext p {
    font-size: 24px;
    color: #2b2b2b;
    font-weight: 500;
    margin: 26px 0 26px 0px;
    line-height: 30px;
}
.chatboxtext span {
    font-size: 69px;
    line-height: 0;
}
.chatboxtext {
    max-width: 665px;
}
.logobox img {
    max-width: 100%;
}
.newboxarea{
    background: #021323;
}
.newblocktext {
max-width: 700px;
}
.stepimg:fast-child::after {
    background-image: url(../img/img.png);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    left: 0; 
}
.stepimg {
    position: relative;   
}
.superstyle {
    background: #0b2343;
    padding: 32px;
    border-radius: 12px;
}
.superstyle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contantbox {
    padding-left: 50px;
}
.contantbox p {
    font-size: 16px;
    line-height: 22px;
}
.learningspace {
    height: 670px;
}

.features {
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
    align-items: baseline;
}
.featuresitem p {
        font-size: 12px;
    line-height: 16px;
    color: #000000;
    margin: 5px 0 0 0;
    font-weight: 500;
}
.mainimgarea {
    text-align: center;
	 margin-bottom: 15px;
}
.lerning-space {
    background: linear-gradient(179deg, rgba(178, 222, 253, 1) 0%, rgba(239, 248, 255, 1) 100%);
    padding: 20px;
    border-radius: 20px;
}
.threepostbg {
    text-align: center;
    padding-top: 20px;
}
.contantbox h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, #adddff 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.textrun {
    padding-top: 32px;
}
.entertext {
    padding-top: 24px;
}
.textrun {
    padding-top: 18px;
}
.circlepost img {
    max-width: 100%;
}
.textcntr p {
    color: #19191d;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}
.rectanglecntr img {
    max-width: 100%;
}
.textcntr {
    text-align: center;
    padding-top: 10px;
}
.contantbox a{
color: #1195e7;
    text-decoration: none;
    font-weight: 600;
}
.logobox img{
max-width: 100%;
}

#analysisResult{ 
    color:#000;
    overflow: hidden;
    height: calc(100vh - 200px);
    overflow-y: scroll;
}
.hidearea {
    height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
}
.lastweek p {
    color: #a6a6a6;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 8px;
    cursor:pointer
}
.lastweek h3 {
    font-size: 16px;
    color: #19191d;
    font-weight: 600;
}
.lastweek {
    padding-top: 20px;
}
.ixrmain {
    padding-top: 20px;
}
.endbtn a {
    background: linear-gradient(90deg, rgba(172, 38, 85, 1) 0%, rgba(14, 41, 78, 1) 100%);
    padding: 13px 30px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}
.clookpost img {
    max-width: 100%;
}
a.btnbox {
    color: #1195e7;
    text-decoration: none;
    font-weight: 600;
}
.start-journey {
    padding-top: 20px;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
}
.kompanionai {
    background: #fff;
}
.websalutation {
    border-right: 2px solid #add3ed !important;
}
.fullview img {
    max-width: 100%;
}
.viewthree img {
    width: 150px;
    max-width: 100%;
}
.viewtow img {
     max-width: 100%;
    width: 60px;
}
.viewtow img {
    max-width: 100%;
    width: 60px;
}
.menuicon button.nav-toggle {
    background: none;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-left: 15px;
    background: #000;
    padding: 5px 10px;
    border-radius: 5px;
}
.sectionsidearea {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    justify-content: center;
}
.speakerarea {
    display: flex;
    align-items: baseline;
}
.clookitem p {
    margin: 0;
}
.clookitem {
    display: flex;
    align-items: baseline;
    margin-right: 38px;
}
.clookitem a {
    font-size: 20px;
    color: #19191d;
    text-decoration: none;
    padding-left: 10px;
}
.endbtn a::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 50px;
    background: #d4d4d4;
    left: -21px;
    bottom: 0px;
}
.endbtn {
    position: relative;
}
.iconright {
    justify-content: end;
    display: flex;
    align-items: end;
    margin-bottom: 16px;
}
.rightblock {
    display: flex;
    align-items: end;
    margin-bottom: 16px;
}
.landing-bg {
    height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
}
.sendchat textarea {
    background: #dfe4e9 !important;
    border-radius: 8px !important;
    height: 51px !important;
    padding: 12px 22px !important;
    outline: none;
    box-shadow: none !important;
    border: none !important;
    font-size: 16px;
    border-radius: 12px;
}
.mainchatarea {
    display: flex;
    align-items: center;
    padding: 40px 15px;
    position: relative;
    z-index: 999;
}
.chatbox {
    position: absolute;
    bottom: 55px;
    min-width: 100%;
}
.sendchat {
    position: relative;
    width: 100%;
}
.form-group {
    text-align: left;
}
.attach-file {
    position: absolute;
    top: 10px;
    right: 80px;
}
.microphone {
    position: absolute;
    top: 10px;
    right: 32px;
}
.microphone img {
    width: 30px;
}
.attach-file span {
    margin-left: 12px;
}
.leftcontant {
    background: #dfecf4;
    padding: 15px 23px;
    border-radius: 10px;
    max-width: 380px;
    border-bottom-left-radius: 0px;
}
.leftcontant p {
    font-size: 14px;
    color: #333333;
    line-height: 19px;
    text-decoration: none;
    /* margin-bottom: 0; */
}
.aspect p::after {
    position: absolute;
    content: '';
    background: #000;
    width: 4px;
    height: 4px;
    left: -12px;
    top: 6px;
    border-radius: 16px;
}
.aspect p {
    position: relative;
}
.righticonarea span img {
    max-width: 100%;
    width: 30px;
    height: 30px;
    object-fit: cover;
    /* border-radius: 40px; */
}
.rightblock {
    display: flex;
    align-items: end;
    margin-bottom: 36px;
}
.firstcon {
    padding-right: 13px;
}
.komplogochat img {
    max-width: 100%;
    width: 30px;
}
.rightcontant {
    background: #d2eeff;
    padding: 15px 23px;
    border-radius: 10px;
    max-width: 380px;
    border-bottom-right-radius: 0px;
}
.rightcontant p {
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    text-decoration: none;
    margin-bottom: 0;
}
.righticonarea {
    padding-left: 13px;
}
.firstcon span {
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 100%;
}
.endchatbtn a {
background: linear-gradient(90deg, rgba(16,49,86,1) 0%, rgba(26,104,178,1) 100%);
}
.bottomtexture::after {
    position: absolute;
    content: '';
    background-image: url(../img/texture.png);
    width: 50%;
    height: 50%;
    bottom: -90px;
    background-repeat: no-repeat;
    right: 0;

}
.bottomtexture {
   position: relative;
}
.rightblock {
    position: relative;
    z-index: 999;
}


/*modal*/
.let-us-know h3 {
    font-size: 24px;
    color: #19191d;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 600;
}
.let-us-know p {
    font-size: 14px;
    color: #9c9ca1;
    line-height: 20px;
}
.let-us-know {
    text-align: center;
}
.textblock textarea {
    padding: 0 0;
    height: 150px;
     border: 1px solid  #d8d8d8;
}
.textblock .form-control:focus{
    background: none;
    border: 1px solid  #d8d8d8;
}
.textblock textarea {
    padding: 10px 10px;
    height: 100px;
    border: 1px solid  #d8d8d8;
    font-size: 16px;
    line-height: 20px;
    color: #19191d;
}
#staticondrop .modal-body {
    padding: 40px 40px;
}
#staticondrop .modal-header {
    border: none !important;
    align-items: center;
    padding: 0;
    margin: 0;
}
#staticondrop .btn-close {
    box-sizing: content-box;
    padding: 0;
    color: #fff;
    background: #070f21;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100px;
    border: 0;
    opacity: 1;
}
.cencelbtn {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 20px;
}
button.sendbtnbox {
    background: linear-gradient(90deg, rgba(16, 49, 86, 1) 0%, rgba(26, 104, 178, 1) 100%);
    padding: 14px 40px;
    border: none;
    margin-left: 16px;
    font-size: 18px;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    outline: none;
}
.borderbox {
    border: 2px solid #19191d !important;
    background: none !important;
    color: #000 !important;
}
.emoji {
    margin: 22px 0px;
    text-align: center;
}
.emoji a {
    margin: 0 0 0 16px;
}
.activebtn {
    background: #ffda24;
    width: 44px;
    height: 44px;
    display: inline-block;
    border-radius: 100%;
    box-shadow: 0px 4px 32px #c9ddf1;
}
.error-message
{
	color: #F00;
    font-size: 14px;
}

#ratingMessage{
	color: #05183c;
	margin-bottom: 20px;
}
#startnewchat {
    background: linear-gradient(90deg, rgba(29,56,113,1) 0%, rgba(10,30,69,1) 100%);
    border-color:linear-gradient(90deg, rgba(29,56,113,1) 0%, rgba(10,30,69,1) 100%);
}


.lastweek a {
    color: #a6a6a6;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 8px;
    text-decoration:none !important
}

.animate-bounce {
	width: 8px;
	height: 8px;
	background-color: #333; /* Dot color */
	border-radius: 50%; /* Make the dots circular */
	animation: bounce 1.5s infinite;
	display: inline-block;
}

/* Add a delay for each dot */
.animate-bounce:nth-child(1) {
	animation-delay: 0s;
}
.animate-bounce:nth-child(2) {
	animation-delay: 0.2s;
}
.animate-bounce:nth-child(3) {
	animation-delay: 0.4s;
}

/* Bounce animation */
@keyframes bounce {
	0%, 80%, 100% {
		transform: scale(0); /* Dot shrinks */
		opacity: 0.5; /* Slight fade effect */
	}
	40% {
		transform: scale(1); /* Dot grows to full size */
		opacity: 1;
	}
}


/*tabs-css*/
.tabsblock .nav-pills .nav-link.active {
    background: #013e7d !important;
    color: #FFFFFF !important;
    width: 61px !important;
    display: flex  !important;
    align-items: center  !important;
    justify-content: center  !important;
    height: 61px  !important;
    border-radius: 100%  !important;
}
.tabsblock {
    padding: 20px 15px 0px  15px;
}

.tabsblock .nav-pills .nav-link.active .world img {
    filter: invert(1) brightness(32.5)
}

.world {
    border: 1px solid #86aacf !important;
    width: 61px !important;
    height: 61px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 100% !important;
}
.tabsblock .nav-link{
    padding: 0px !important;
}
.tabsblock li.nav-item {
    margin: 0 12px;
}
.world img {
    max-width: 100%;
    width: 30px;
}
.tabsblock .nav {
    display: flex;
    justify-content: space-between;
}
.mcq-question ul,.mcq-question li {
color:#333333;
font-size: 14px;
}
.logobox {
    margin-bottom: 15px;
}
.clr-blk{
    color: #2c3e50;
}


.upload-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.upload-area {
    border: 2px dashed #3498db;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background: #f8fafc;
    transition: all 0.3s ease;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-area.dragover {
    background: #e3f2fd;
    border-color: #2196f3;
}

.upload-icon {
    cursor: pointer;
    font-size: 48px;
    color: #3498db;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.upload-icon:hover {
    transform: scale(1.1);
    color: #2980b9;
}

.upload-text h3 {
    color: #666;
    margin-bottom: 10px;
}

.upload-button {
    display: inline-block;
    padding: 12px 30px;
    background: #1D6EB9;
    color: white;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 15px 0;
}

.upload-button:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

.file-info {
    color: #888;
    font-size: 14px;
}

.preview-area {
    position: relative;
    max-width: 100%;
    margin-top: 20px;
}

.preview-area img {
    max-width: 100%;
    max-height: 300px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.remove-preview {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #e74c3c;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.remove-preview:hover {
    background: #c0392b;
    transform: scale(1.1);
}

.analyze-button-wrapper {
    text-align: center;
    margin-top: 20px;
}

.analyze-btn {
    padding: 12px 40px;
    font-size: 18px;
    background: #1D6EB9;
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.analyze-btn:hover {
    background: #1D6EB9;
    transform: translateY(-2px);
}

.analyze-btn i {
    margin-right: 8px;
}

/* Analysis Cards Styles */
.analysis-content {   
    padding: 10px;
    line-height: 1.6;
}

.analysis-content::-webkit-scrollbar {
    width: 6px;
}

.analysis-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.analysis-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.analysis-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#explanationContent{
    color: #000;
}

.card-header {
    border-bottom: none;
    font-weight: 600;
}

.card-header.bg-primary {
    background: linear-gradient(90deg, rgba(167,209,236,1) 0%, rgba(29,110,185,1) 100%) !important;
    color: #fff !important;
}

.card-header.bg-success {
    background: linear-gradient(90deg, rgba(167,209,236,1) 0%, rgba(29,110,185,1) 100%) !important;
    color: #fff !important;
}

.card-header.bg-warning {
    background: linear-gradient(90deg, rgba(167,209,236,1) 0%, rgba(29,110,185,1) 100%) !important;
    color: #fff !important;
}

.card-body {
    padding: 1.25rem;
}

.score {
    background-color: #e9ecef;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: 600;
    color: #495057;
}

.equation {
    background-color: #f8f9fa;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
    color: #6c757d;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .analysis-content {
        max-height: 300px;
    }
}


