.logo img{
	width:50%;
}
.logo{
text-align:center;
}
.ingredients-container .card .name{
	font-size:12px;
	text-transform: uppercase;
   line-height: 17px;
   font-weight: 500;
   letter-spacing: 0.2px;
}

.same-results-pill.green .text{
	background-color: #daffe1;
   border:1px solid #0080005c;
   border-radius:3px;
   text-align: center;
   color: black;
   font-size: 11px;
   padding-left: 11px;
   padding-right: 11px;
}


html body {
    font-family: "Nunito Sans", sans-serif;
}

body {
    background: #12415D !important;
    background-size: cover;

    font-family: "Nunito Sans", sans-serif;
}

.headercenter img {
    max-height: 40px;
}

.linesicon {
    background: url("build/images/coreline.svg") no-repeat center center;
    background-size: 24px;
    display: inline-block;
    width: 25px;
    height: 25px;
}
.usericon{
    background: url("build/images/coreuser.svg") no-repeat center center;
    background-size: 24px;
    display: inline-block;
    width: 25px;
    height: 25px;
}
.dotsicon {
    background: url("build/images/coredots.svg") no-repeat center center;
    background-size: 24px;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.main{
    position: relative;
    z-index: 5;
}
.main-header-in {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.shape {
    position: absolute;
    display: block;
}
.shsquare{
    border-radius: 11px;
}
.shlwhite{
    background: url("build/images/iconsl-white.svg") no-repeat center center;
    width: 116px;
    height: 123px;
}
.shlblue{
    background: url("build/images/iconsl-blue.svg") no-repeat center center;
    width: 173px;
    height: 181px;
}

.shred {
    background: #F74F64;
}
.shblue {
    background: #00A9FE;
}
.shdarkblue {
    background: #12415D;
}
.shorange {
    background: #FF8200;
}
.shwhite {
    background: #fff;
}

.shsize20 {
    width: 20px;
    height: 20px;
}
.shsize25 {
    width: 25px;
    height: 25px;
}
.shsize30 {
    width: 30px;
    height: 30px;
}
.shsize35 {
    width: 35px;
    height: 35px;
}
.shsize40 {
    width: 40px;
    height: 40px;
}
.shsize45 {
    width: 45px;
    height: 45px;
}
.shsize50 {
    width: 50px;
    height: 50px;
}
.shsize55 {
    width: 55px;
    height: 55px;
}
.shsize60 {
    width: 60px;
    height: 60px;
}


.backgroundshapes-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.headerright-in a:nth-child(2){
    margin-left: 15px;
}

.headerleft {
    width: 72px;
}
.headercenter {
    width: calc(100% - 144px);
}
.headerright {
    width: 72px;
}


.chatwrapper {
    max-width: 935px;
    margin: 0 auto 0px auto;

}



.entercon {
    background: url("build/images/undoicon.svg") no-repeat center center;
    background-size: 16px;
    display: inline-block;
    width: 40px;
    height: 50px;
    transition: all 0.3s;
}
.entercon {
    opacity: 0.7;
    transition: all 0.3s;
}
.imageicon {
    background: url("build/images/camera.svg") no-repeat center center;
    background-size: 23px;
    display: inline-block;
    width: 40px;
    height: 50px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}
.imageicon:hover  {
    opacity: 0.7;
    transition: all 0.3s;
}
.deleteFiles{
    top:1px;
    right: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.deleteFiles .text{
    line-height: 0;
    color: white;
    padding-left: 0px;
    padding-bottom: 2px;
    font-size: 12px;
    position: absolute;
    top: 52%;
    left: 52%;
    transform: translate(-50%, -50%);
}
.chatinput {
    border-top: 1px solid #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding-right: 5px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.chatinput:focus,
.chatinput:active,
.chatinput:focus,
.chatinput:focus-visible {
    outline: none !important;
}

.questioninput {
    width: calc(100% - 80px);
    padding: 11px 5px 11px 15px;
    border: none;
    border-bottom-left-radius: 30px;
}

.chatinput button {
    border: none;
    padding: 0px;
}

.chatbox {
    background: #fff;
    padding: 25px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow-y:auto;
}
.filebag{
    display: flex;
    flex-wrap: wrap;
    gap:3px;
    background: white;
    padding:10px 15px;
}
.chatboxanswer {
    background: #ECF6FE;
    margin-bottom: 15px;
    border-radius: 30px;
    clear: both;
}
.chatboxanswer p {
    margin-bottom: 0px;
}
.personquestion {
    float: right;
    background: url("build/images/coreuser.svg") no-repeat right 15px top 17px;
    background-size: 19px;
    padding: 15px 45px 15px 45px;
    min-height: 54px;
}
.personquestion .images{
    display: flex;
    gap:3px;
}
.personquestion img{
    max-width: 150px;
}
.aianswer {
    background: url("build/images/robotface.svg") no-repeat;
    background-position-y:15px;
    background-position-x:15px;
    background-size: 23px;
    padding: 15px 15px 15px 51px;
    min-height: 54px;
}
.aianswer p{
    white-space: pre-line;

}
.chatinput[disabled=disabled]{
    background: #f1f1f1;
}
.questioninput:focus{
    outline:unset;
}



.moveupanddown2 {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}

.moveupanddown3 {
    -webkit-animation: mover 3s infinite  alternate;
    animation: mover 3s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

.keyboardwrapper {
    background: #ECF6FE;
    padding: 25px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

/*313
217*/
html,
body,
.app {
    height: 100%;
}

section.main.container {
    height: 100%;

}
section.main.container.mathlivesection {
    height: 100%;
}

.chatwrapper {
    height: calc(100% - 125px);
}


.chatbox {
    height: 100%;
}

header.main-header {
    width: 100%;
}
.app {
    height: calc(100% - 125px);
}

span#question  {
    font-variant: normal;
    font-weight: 400;
    font-style: normal;
    font-size: 115%;

    display: -moz-inline-box;
    display: inline-block;
    line-height: 26px;
    border: none !important;
}


/*math-field::part(virtual-keyboard-toggle) {*/
/*display: none;*/
/*}*/

.v2 .chatinput{
    border-radius: unset;
    padding-left: 20px;
}

.keyboardwrapper .block{
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.keyboardwrapper .td{
    border: 1px solid #eee;
}
.keyboardwrapper .padButton{
    cursor: pointer;
    display: inline-block;
    vertical-align: center;
    text-align: center;
}

.mq-math-mode .mq-root-block, .mq-root-block {
    padding: 8px 2px;
}

.mq-editable-field.mq-focused,
.mq-math-mode .mq-editable-field.mq-focused {
    -webkit-box-shadow: #fff 0 0 1px 2px, inset #fff 0 0 2px 0;
    -moz-box-shadow: #fff 0 0 1px 2px, inset #fff 0 0 2px 0;
    box-shadow: #fff 0 0 1px 2px, inset #fff 0 0 2px 0;
    border-color: #fff;
    border-radius: 1px;
}

@media screen and (min-width: 1500px) {

}

@media screen and (max-width: 900px) or (min-width: 600px) {


}

@media screen and (min-width: 1200px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 767px) {
    .main-header-in {
        padding: 15px 0;
    }
    .keyboardwrapper .block {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media screen and (max-width: 480px) {
    .keyboardwrapper .block {
        grid-template-columns: repeat(4, 1fr);
    }
}


.grid-cell{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: white;
    border-radius: 20px;
    border: 1px solid #12415D;
}
.grid-cell:hover{
    background: #12415D;
    color:white;
}
