html {
    font-size: 14px;
}

a {
    cursor: pointer;
}

.mr-2 {
    margin-right: 10px;
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    #btnCredits, #btnMainMenuReset {
        margin-left: 10px !important;
    }
}

html {
    position: relative;
    min-height: 100%;
}

h3 {
    font-size: 2rem;
}

input {
    font-size: 1.3rem;
    padding: 7px;
}



body {
    background: #000;
    color: #fff;
    margin-bottom: 60px;
    padding-bottom: 250px;
}

.page-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-center-v button {
    margin-bottom: 15px;
    margin-left: auto !important;
    margin-right: auto;
    display: block;
}

#visualization {
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.aWhite {
    color: #fff;
}

    .aWhite:hover {
        text-decoration: none;
        color: #fff;
    }

#divFactCat {
    padding: 10px;

}

    #divFactCat .form-check-label {
        margin-bottom: 0;
    }

    #divFactCat div.fcbtn {
        margin-left: 10px;
        display: inline-block;
    }
    #divFactCat div.fcbtn img {
        margin-top: -7px
    }
    #divFactCat div.fcbtn a:last-child {
        margin-left: 3px;
    }

#chkAllowGoogle, #chkOneOff, #chkReasoning, #chkFacts {
    cursor: pointer;
}

    #chkAllowGoogle:not(:checked) + label, #chkOneOff:not(:checked) + label, #chkReasoning:not(:checked) + label, #chkFacts:not(:checked) + label {
        opacity: 0.3;
    }

#h1Result {
    font-size: 3.5rem;
    text-align: center;
    margin-top: 25px;
}

    #h1Result > img {
        margin-right: 20px;
    }

#divURLs {
    text-align: center;
}
#divURLs a {
    color: #fff !important; 
    font-size: 1.5rem;
}

#divTimeImp {
    margin-top: 10px;
    font-size: 1rem;
    font-style: italic;
}

#h5Time, #h5TimeInp {
    font-size: 1.4rem;
    text-align: center;
    color: #ccc;
    margin-top: 15px;
}

#h1Result img {
    margin-top: 30px;
}

.ai-button {
    margin: 5px;
}
#divAuth {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

    #divAuth img {
        width: 32px;
        height: 32px;
    }

#divPrompt1 .aDelPrompt {
    display: none;
}
.liManageCharSys a:first-of-type,
.liManageCharFacts a:first-of-type {
    margin-left: 10px;
    margin-right: 3px;
}

.fsREM6 {
    font-size: 0.6rem;
}
#btnEmbedDel {
    margin-left: 5px;
}

#tbPrices td {
    padding: 3px 7px;
}
.ulValidate {
    display: inline-block;
    text-align: left;
    color: red;
    font-size: 1.2rem;
    font-weight: 500;
}

.divValidate {
    margin-top: 30px;
    text-align: left;
    margin-left: 25px;
}

#divEmbedLink {
    margin-bottom: 20px;
    text-align: center;
}

#inpManageCharName {
    font-size: 1.7rem;
}

/* from here */
.nav-link {
    color: #000;
    font-weight: 500;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #000;
}

    .nav-pills .nav-link.active:hover, .nav-pills .show > .nav-link:hover {
        background: #333;
    }

/* to here */


#pNoPastChats {
    margin-top: 20px;
    font-size: 1.2rem;
}

#aEmbedLink {
    font-size: 0.8rem;
}

#divAuth span {
    margin-left: 10px;
}

div.vmsg-backdrop {
    display: none;
}

h2 {
    display: inline-block;
}

#btnSwap {
    margin: 0 20px;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.25) 0px 5px 5px;
    border-radius: 3px;
}

#videoLive {
    max-width: 100%;
    max-height: 100%;
}
/* start pricing bar charts */
#divOpusIn {
    height: 20px;
    width: 150px;
    background: lightgreen;
    display: inline-block;
}

#divOpusOut {
    height: 20px;
    width: 750px;
    background: orange;
    display: inline-block;
}

#divGpt4TurboIn {
    height: 20px;
    width: 100px;
    background: lightgreen;
    display: inline-block;
}

#divGpt4TurboOut {
    height: 20px;
    width: 300px;
    background: orange;
    display: inline-block;
}

#divSonnetIn {
    height: 20px;
    width: 30px;
    background: lightgreen;
    display: inline-block;
}

#divSonnetOut {
    height: 20px;
    width: 150px;
    background: orange;
    display: inline-block;
}

#divGpt35TurboIn {
    height: 20px;
    width: 5px;
    background: lightgreen;
    display: inline-block;
}

#divGpt35TurboOut {
    height: 20px;
    width: 15px;
    background: orange;
    display: inline-block;
}

@media (max-width: 830px) {
    #divOpusIn {
        width: 75px;
    }

    #divOpusOut {
        width: 375px;
    }

    #divGpt4TurboIn {
        width: 50px;
    }

    #divGpt4TurboOut {
        width: 150px;
    }

    #divSonnetIn {
        width: 15px;
    }

    #divSonnetOut {
        width: 75px;
    }

    #divGpt35TurboIn {
        width: 2.5px;
    }

    #divGpt35TurboOut {
        width: 7.5px;
    }
}
/* end pricing bar charts */

divCostWarning {
    margin-bottom: 20px;
}


#divYellowG {
    margin: 1px 0 0 0;
    border: 1px solid transparent;
    padding: 7px;
    transition: border-color 0.5s ease;
}
#divRedG {
    margin: 44px 0 0 0;
    border: 1px solid transparent;
    padding: 7px;
    transition: border-color 0.5s ease;
}
#divBlueG {
    border: 1px solid transparent;
    padding: 0 14px 0 14px;
    transition: border-color 0.5s ease;
}
.IsWeb {
    border-color: lightskyblue !important;
    transition: border-color 0.5s ease;
}

.IsOneOff {
    border-color: coral !important;
    transition: border-color 0.5s ease;
}

.IsReasoning {
    border-color: greenyellow !important;
    transition: border-color 0.5s ease;
}

#smAIModel {
    margin: 15px 0 15px 0;
    display: block;
}



.divRemChar {
    text-align: center;
    margin-top: 25px;
}

    .divRemChar > button {
        font-size: 1rem
    }

#divTopButtons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnGender {
    padding: 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.25) 0px 5px 5px;
    border-radius: 3px;
}

    .btnGender.highlight {
        background-color: #ccc;
    }

#divReplay {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

    #divReplay > div:first-child {
        margin-bottom: 20px;
    }

#btnFav {
    margin-right: 10px;
    border: none;
    background: none;
    padding: 10px;
}

    #btnFav:disabled {
        opacity: 0;
    }

#btnTurtle {
    margin-left: 10px;
    border: none;
    background: none;
    padding: 10px;
}

#btnMainMenu:hover {
    background: white;
}

#smAboutToErase {
    text-align: center;
    display: block;
}

#btnDoRetry {
    background: transparent;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -5px;
    margin-bottom: 0;
    opacity: 0.3;
    -webkit-transition: opacity 0.5s;
}

    #btnDoRetry.isReset {
        background: #eee;
        opacity: 1;
    }

        #btnDoRetry.isReset img.inv {
            display: none;
        }

    #btnDoRetry:not(.isReset) img.non-inv {
        display: none;
    }

    #btnDoRetry:not(.isReset):hover {
        background: #333;
        opacity: 1;
    }

#aTotalInt.isRed {
    color: #F55;
    font-weight: 600;
}

.btnFav {
    padding: 5px 7px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.25) 0px 5px 5px;
    border-radius: 5px;
    background-color: gold;
    margin-left: auto;
}

.btnDelFav {
    padding: 5px 7px;
    border-radius: 5px;
    background-color: lightcoral;
    margin-left: 7px;
}

#pEmbedChar {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#btnReplay, #btnDownload {
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #333;
}

#btnDownload {
    margin-left: 10px;
}

    #btnReplay:hover, #btnDownload:hover {
        background-color: #444;
    }

#htnReplay:hover {
    background-color: aqua;
}

#btnCountDown.active {
    background: lightgreen !important;
}

.btnGender img {
    opacity: 0.3;
}

.btnGender.selected img {
    opacity: 1;
}

.spnLangFromTo {
    font-size: 2rem;
    opacity: 0.7;
}

.btnFromTo.focus > .spnLangFromTo {
    font-size: 2.5rem;
    opacity: 1;
}

.cancel-btn {
    background: none !important;
    color: #000 !important;
    font-weight: 600;
}

.cancel-btn-prime {
    background: #aaa !important;
}

.cancel-btn:hover {
    background: #fff !important;
    color: #000 !important;
}

.std-img {
    height: 50px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.std-outer, .std-outer-2 {
    display: flex;
}

.btn-sq-img {
    /*padding: 2px 7px 5px 10px !important;*/
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

#divImageURL {
    padding: 0 30px;
}

#aUploadImg {
    color: #000;
    font-size: 1.2rem;
    text-decoration: underline;
    font-weight: 700;
}

    #aUploadImg:hover {
        text-decoration: none;
    }

#divSettings {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

#btnCloseFav {
    border: solid 2px #ccc;
    border-radius: 7px;
    padding: 7px 7px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.btnSettings {
    border: solid 2px #ccc;
    border-radius: 7px;
    padding: 7px 7px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btnSettings:first-child {
        margin-right: 10px;
    }

    .btnSettings > img {
        opacity: 0.5;
        transition: opacity 0.5s;
        -webkit-transition: opacity 0.5s;
    }

    .btnSettings:hover > img {
        opacity: 1;
    }

.btnFromTo {
    border: solid 2px #777;
    padding: 10px 15px;
    background: #fff;
    width: 200px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgFwdBack {
    margin: 0 20px;
}

.btnFromTo.focus {
    border: solid 2px #f00;
    padding: 10px;
    background: #Fcc;
}

.clsPageMiddle {
    width: 100%;
}

.configSel {
    width: 100%;
    font-size: 2rem;
    padding: 5px 7px;
    font-weight: 500;
    font-size: 2rem;
}

.configLbl {
    margin: 20px auto;
    width: 750px !important;
    display: block;
}

.configSel:disabled, .hasBegun {
    opacity: 0.5;
}

.txtPrompt {
    text-align: left !important;
    font-size: 1rem;
    width: 900px !important;
}

dialog {
    background: #ddd;
}

.tooltip {
    font-size: 1rem;
}

.aDlg {
    color: #ddd;
    text-decoration: underline;
    font-size: 1.2rem;
    opacity: 0.5;
    transition: opacity 0.5s ease;
}

    .aDlg:hover {
        color: #fff;
        text-decoration: none;
        opacity: 1;
    }

dialog button {
    background-color: darkseagreen;
    color: antiquewhite
}

dialog label {
    margin-bottom: 20px;
    font-size: 1.3rem
}

.btn {
    text-align: center;
    white-space: nowrap;
    display: block;
    margin: 50px auto;
    padding: 5px;
    border-radius: 8px;
    font-size: 22px;
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.25) 0px 10px 10px;
    background-color: #aaa;
    color: #aaa;
    transition: background-color 0.5s ease;
    transition: color 0.5s ease;
}

#btnRecord, #btnTyping {
    width: 150px;
    margin-bottom: 0;
    margin-top: 0;
}

#h3InputMic {
    text-align: center;
}

.floating-button {
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}

    .floating-button:hover {
        box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.1);
        transform: translateY(2px);
    }

#inpRecordTxt, .configSel {
    text-align: center;
    white-space: nowrap;
    display: block;
    margin: 20px auto;
    padding: 5px;
    border-radius: 8px;
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.25) 0px 10px 10px;
    background-color: #333;
    color: #aaa;
    transition: background-color 0.5s ease;
    transition: color 0.5s ease;
}

#txtRecordTxt {
    text-align: left;
    white-space: pre-wrap;
}

.btnOpenCam {
    opacity: 0.7;
}
#divCloseReasoning > a, #spnReasoningHist {
    color: #000;
} 
#divCancelRecord {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

#divInputs {
    margin-bottom: 0;
}

.divAccWarning > div {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
#inpMaxChars, #inpMaxCredits {
    margin-top: 0;
}
#divChatCostView {
    display: flex;
    align-items: center;
    justify-content: center;
}
.divAccWarning > label {
    font-size: 1rem;
    font-weight: 500;
}

#aOpenSettings {
    opacity: 0.4;
    transition: opacity 0.5s ease;
}
#aOpenSettings:hover {
    opacity: 1;
}
#aOpenSettings > img {
    width: 20px;
    height: 20px;
    margin-left: 7px;
}

#divCancelRecord > a {
    color: #fff;
    text-decoration: none;
    font-size: 1.3rem;
    opacity: 0.7;
    transition: opacity 0.5s ease;
    cursor: pointer;
}

    #divCancelRecord > a:hover {
        text-decoration: underline;
        opacity: 1;
    }

.btn.inner-left {
    margin-right: 4px;
    display: inline-block;
}

.btn.inner-right {
    margin-left: 4px;
    display: inline-block;
}

#divRecordTxtOuter {
    display: block !important;
    margin-right: 20px;
    width: 800px;
    max-width: 100%;
}

#divRecordTxt {
    display: flex;
    align-items: center;
    justify-content: center;
}

#h4EditSys {
    display: inline-block;
}

#divRecordTxt > div {
    display: flex;
}

.configSel {
    margin-bottom: 10px;
}

.configLink {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    display: inline-block;
}

#divPin > h1 {
    margin-top: 20px;
    border: solid 1px #333;
    padding: 10px 10px 20px 10px;
}
.aReplay, .aStop, .aPin, .aCopy {
    margin-left: 15px;
    display: inline-block;
}

    .aReplay img, .aStop img, .aPin img, .aCopy img {
        margin-top: 0 !important;
    }

.configLink {
    color: #444;
    transition: color 0.5s ease;
}

.selAICharacter, .inpOtherCar, .inpOtherCarAs, .divAdditionalPromptInner {
    // why did I do this? not good for mobile // width: 1000px !important;
}

.divAdditionalPromptInner {
    text-align: left;
    white-space: inherit;
    padding-top: 15px;
}

    .divAdditionalPromptInner input {
        margin-top: 16px;
    }

    .divAdditionalPromptInner .form-check {
        margin-bottom: 10px;
    }

    .divAdditionalPromptInner .form-check-label {
        transition: opacity 0.3s;
    }

    .divAdditionalPromptInner .form-check-input:not(:checked) ~ .form-check-label {
        opacity: 0.3;
    }

.inpOtherCar, .inpOtherCarAs {
    padding-left: 25px;
    padding-right: 25px;
}

    .inpOtherCar::placeholder, .inpOtherCarAs::placeholder {
        opacity: 0.5;
    }

.configLink:hover {
    color: #aaa;
    text-decoration: none;
}

#h5WhatToDo {
    margin-top: 20px;
    opacity: 0.75;
}

#inpTimerFreq {
    width: 100px;
}

#spnCountDown {
    color: #000;
    margin-left: 5px;
}

.aWhite {
    color: #fff !important;
    opacity: 0.7;
    transition: opacity 0.25s ease;
    text-decoration: none;
}

    .aWhite:hover {
        opacity: 1;
        text-decoration: underline;
    }

.lblAICharacter {
    text-align: center;
    font-size: 1.2rem;
    max-width: 90%;
    margin: 30px auto 20px auto;
}

#pCharDscr {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#dlgSelCharacterBtn {
    display: flex;
    flex-direction: column;
}

    #dlgSelCharacterBtn > button {
        margin-top: 15px;
    }

#divMultiCtrl {
    min-height: 50px;
    text-align: center;
    transition: visibility 1.5s;
    -webkit-transition: visibility 1.5s;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    opacity: 0.5;
}

    #divMultiCtrl:hover {
        opacity: 1;
    }

#divBtnReplay {
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    opacity: 0.5;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 40px;
}

#aCancelAlarm, #aRefreshImg {
    font-size: 1.2rem;
    margin: 0 15px;
}

#divBtnReplay:hover {
    opacity: 1;
}

.aCloseImg {
    position: absolute;
    top: -12px;
    right: -12px;
}

.divCamPicCont {
    margin-bottom: 30px;
}

.divCode {
    font-size: 1.2rem;
    margin: 30px 0;
    border: solid 1px #333;
    padding: 10px;
}
.h2Img {
    display: block;
    margin-bottom: 35px;
}

#btnBegin {
    font-size: 2rem;
}

.PlaySample {
    cursor: pointer;
}

.divMusic {
    margin-top: 20px;
}

#lblAjaxMsg {
    margin-top: 75px;
    width: 100%;
    text-align: center;
}

.google-font {
    font-family: 'Product Sans', sans-serif;
    font-weight: 600;
}

.black-a {
    color: black;
    text-decoration: underline;
}

.blue-a {
    color: blue;
    text-decoration: underline;
}

    .blue-a:hover, black-a:hover {
        text-decoration: none !important;
    }

#inpELabsKey {
    font-size: 0.8rem;
}

#divMultiCtrl a {
    margin-right: 24px;
    cursor: pointer;
}

    #divMultiCtrl a:last-child {
        margin-right: 0;
    }

#lblMem {
    opacity: 0.6;
    -webkit-transition: opacity 0.5s;
    text-align: left;
    margin-left: 50px;
    margin-bottom: 15px;
}

    #lblMem:hover {
        opacity: 1;
    }

#pSize, #pCurrInt {
    margin: 10px;
}

div.no-mobile, div.mobile-only {
    display: inline-block;
}

#divImgBtns > div.mobile-only {
    display: none;
}

/*#divImgBtns > button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}*/
#h3TakePic {
    display: flex;
    justify-content: center;
    align-items: center;
}

    #h3TakePic span {
        margin-left: 7px;
    }

#lblMem a {
    color: #fff;
    text-decoration: underline;
}

    #lblMem a:hover {
        text-decoration: none;
    }

#divCancelInit {
    text-align: center;
    margin-bottom: 30px;
}

    #divCancelInit button {
        display: inline-block;
    }

#divInterventInp {
    margin-top: 20px;
}
/* todo: move the above down here too? */
#inpRecordTxt {
    width: 100%;
    font-size: 2rem;
}

#inpRecordTxt {
    margin: 0 0;
    margin-right: 7px;
}

#btnRecordText {
    margin-right: 5px;
}

.btn:hover:not([disabled]) {
    background: #444;
    color: #ddd;
}

.btn, #btnBegin:disabled, #btnContinue:disabled {
    opacity: 0.9;
    cursor: not-allowed;
}

#btnContinue {
    margin-bottom: 100px
}

#video {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.selVoice option.is-removed:not(.but-show) {
    display: none;
}

.selVoice option.is-removed.but-show {
    color: red;
}

#dlgWelcome2 {
    width: 450px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#dlgMemorySize {
    width: 400px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#dlgSelectStream, #dlgChangeVoice, #dlgTakePic.isMainMenu {
    width: 600px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#dlgMic {
    background: #111;
}

    #dlgMic h4 {
        color: #ddd;
    }

#dlgBack {
    width: 350px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
}

#dlgMic {
    width: 300px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
}

#dlgBack button {
    width: 95%;
    margin-bottom: 10px;
    text-align: center;
}

#dlgInputMic {
    background: #222;
    width: 350px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

    #dlgInputMic h3, #dlgInputMic h6 {
        color: #fff;
    }

#btnInputMic {
    padding: 30px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

    #btnRecord .light, #btnInputMic .light {
        display: none;
    }

    #btnRecord.isRecording .light, #btnInputMic.isRecording .light {
        display: inline-block;
    }

    #btnRecord.isRecording .dark, #btnInputMic.isRecording .dark {
        display: none;
    }

    #btnRecord.isRecording, #btnInputMic.isRecording {
        background-color: #afa;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
        background-color: #FF0000;
        -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        transition: all 300ms ease-in-out;
    }


/* Comment-out to have the button continue to pulse on mouseover */

a.pulsingButton:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    color: #ffffff;
}


/* Animation */

@-webkit-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

#btnAbout {
    margin-left: 15px;
}

#divApp {
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    width: 90%;
}

#divInitOuter, #divInitOuter2 {
    margin-top: 20%;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

    #divInitOuter p, #divInitOuter2 p {
        font-size: 1.5rem;
    }

#divInit {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
}

#divInitTop {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

#divInit h2 {
    margin-bottom: 20px;
}

#divInit > div > div {
    display: flex;
    align-content: center;
}

@media (max-width: 500px) {
    .btnFromTo {
        width: 150px;
        height: 50px;
    }

    .spnLangFromTo {
        font-size: 1.5rem;
    }

    .btnFromTo.focus > .spnLangFromTo {
        font-size: 2rem;
    }

    .pills-tab li {
        width: 100%;
        margin-bottom: 7px;
    }
}

@media (max-width: 400px) {
    .btnFromTo {
        width: 130px;
        height: 50px;
    }

    .spnLangFromTo {
        font-size: 1.3rem;
    }

    .btnFromTo.focus > .spnLangFromTo {
        font-size: 1.5rem;
    }
}

@media (max-width: 350px) {
    .btnFromTo {
        width: 110px;
        height: 40px;
    }

    .spnLangFromTo {
        font-size: 1rem;
    }

    .btnFromTo.focus > .spnLangFromTo {
        font-size: 1.2rem;
    }
}

#divAbout {
    opacity: 0.2;
}

.spnBack {
    margin-left: 8px;
    font-size: 1.2rem;
}

.back2 {
    margin-top: -7px;
}

#divAbout:hover {
    opacity: 1;
}

#divShare {
    opacity: 0.07;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

    #divShare:hover {
        opacity: 1;
    }

#btnOpenDelChar {
    margin-left: 10px;
}

    #btnOpenDelChar.hidden {
        display: none !important;
    }

#h3ManageChar {
    margin-bottom: 25px;
}

#divMessage {
    display: inline-block;
}

/* Styling red dot */
/* Style for the container div */
.divCamPicInner {
    position: relative;
    border: solid 1px #222;
    display: inline-block;
}

/* Style for the semi-transparent red circle */
.dynamicCircle {
    position: absolute;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    border-radius: 50%;
    background-color: rgba(255, 0, 0, 0.5);
}

/* Additional styling for the image */
.imgCamPic {
    /*max-width: 100%;
    height: auto;*/
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 512px;
}

/* end red circle */

button.img-btn {
    display: flex;
    align-items: center;
}

    button.img-btn span {
        margin-left: 10px;
    }

    button.img-btn img.non-inv {
        display: none;
    }

    button.img-btn:hover img.inv {
        display: none;
    }

    button.img-btn:hover img.non-inv {
        display: block !important;
    }

#divCamPic {
    max-width: 95%;
    margin-bottom: 15px;
    margin-top: 35px;
    text-align: center;
}

/* inv and non-inv here */
.inv-non-inv.active > img.non-inv {
    display: none;
}
.inv-non-inv:not(.active) > img.inv {
    display: none;
}

/* end */
#aRemImage {
    color: #fff;
    font-size: 1.2rem;
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    text-decoration: none;
}

    #aRemImage:hover {
        text-decoration: underline;
        opacity: 1;
    }

.clsVoiceSel {
    padding-left: 25px;
}

    .clsVoiceSel label {
        margin-bottom: 10px !important;
    }

.clsBars {
    width: 20px;
    height: 150px;
    background: orange;
}

#selCharAIModel {
    display: none;
}

    #selCharAIModel > option.disabledAI {
        opacity: 0.2;
    }

.pills-tab li.nav-item {
    margin-left: 5px;
    margin-right: 5px;
}

    .pills-tab li.nav-item button {
        border: solid 1px #777;
    }

.someLink {
    text-decoration: underline;
    color: inherit;
    font-size: 1.2rem;
    font-weight: 500;
}

    .someLink:hover {
        text-decoration: none;
        color: inherit;
    }

#lblMessage {
    opacity: 0.3;
    -webkit-transition: opacity 0.5s;
    margin-bottom: 7px;
    text-align: left;
    margin-left: 40px
}

    #lblMessage > a {
        color: #fff;
    }

        #lblMessage > a:hover {
            text-decoration: none;
        }

    #lblMessage > span, #lblMessage > a {
        margin-top: 15px;
        margin-right: 25px;
    }

    #lblMessage:hover {
        opacity: 1;
    }

.jssocials-share i.fa {
    font-family: "Font Awesome 5 Brands";
}

#divAbout {
    text-align: center;
}

#btnCredits {
    margin-left: 0 !important;
}

#divAbout a:hover {
    text-decoration: none;
}

#imgGenImage {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#divSendImages {
    text-align: left;
}

#aRestart {
    opacity: 0.7;
    transition: opacity 0.5s ease;
    font-size: 1.2rem;
}
    #aRestart:hover {
        opacity: 1;
    }
#divSendImg {
    display: inline-block;
    transition: opacity 0.5s ease;
    opacity: 0.6;
    margin-left: 40px;
    margin-bottom: 15px;
}

    #divSendImg:hover {
        opacity: 1;
    }

#divFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 25px;
}

footer {
    background: transparent;
    margin: 30px 0;
}
    footer a {
        font-size: 1rem !important;
        opacity: 0.3;
        transition: opacity 0.15s ease;
    }
footer a:hover {
    opacity: 1;
}

.btnAddCharacter, .btnManageCharacter {
    margin-top: 0;
    margin-bottom: 0;
    height: 50px;
}

div.form-switch > label {
    cursor: pointer;
}

#divFavourites {
    padding-top: 40px;
}

    #divFavourites > h1 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #divFavourites > h1 > img {
            margin-right: 10px;
        }

        #divFavourites > h1 > a {
            margin-left: 30px;
        }

#canvas {
    display: none;
}

#divFavButtons {
    margin: 30px 50px 0 50px
}

.clsFavButton {
    display: flex;
    align-items: center;
    padding: 5px;
}

    .clsFavButton:hover {
        background: #eee;
    }

    .clsFavButton > h2 {
        margin-right: 20px;
    }

#h5SaveFav {
    margin-top: 15px;
    color: darkorange;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #h5SaveFav > img {
        margin-right: 10px;
    }

.grow-me:hover {
    /*padding: 11px 22px;*/
    border: solid 1px orange;
}
#divSelectMode button {
    margin: 0 10px 0 10px;
}
/* START LOGIN BUTTON */
.p-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.4rem;
    color: #ffffff;
    background-color: #000000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.4s ease;
    border: solid 1px #555;
}

    .p-button:hover {
        font-weight: 600;
    }

#divRecordTxtInner button {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 990px) {
    #divRecordTxtInner > button {
        padding: 20px !important;
    }
    #divMessage {
        display: block;
        text-align: center;
    }

    #lblMem, #divSendImg {
        display: block;
    }

    .std-outer-2 {
        margin-top: 30px;
        justify-content: center;
    }

        .std-outer-2 button {
            margin-left: 0;
            margin-right: 0;
        }

    .std-outer {
        display: block;
    }

    #divRecordTxt {
        display: block;
    }

    #inpRecordTxt {
        margin-bottom: 30px;
    }

    #divRecordTxtInner {
        display: block !important;
    }

        #divRecordTxtInner button {
            margin: 5px !important;
            display: inline-block;
        }

    #btnRecordText {
        margin-right: 20px !important;
    }

        /* do it here! */
    #divUploadOps {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 0 !important;
    }  
    #divUploadOps > div {
        margin-bottom: 11px;
    }
}

@media (max-width: 767px) {

    #divApp {
        width: 98%;
    }

    #divImgBtns > div.no-mobile {
        display: none;
    }
    #divImgBtns > div.mobile-only {
        display: block;
    }

    #divTakePhoto {
        display: block !important;
    }

        #divTakePhoto button {
            width: 100%;
            margin-bottom: 10px;
            margin-left: 0;
        }

 /*   .p-button:not(.no-rez) {
        margin-left: auto !important;
        margin-right: auto !important;
        width: auto;
        display: block;
    }*/

    .resp-btn {
        width: 100%;
        margin-left: 0 !important;
    }

    #spnPipe {
        display: none;
    }

    .small-btn {
        width: 100%;
        text-align: center;
        display: inline-block;
        margin-bottom: 10px !important;
    }

    #divSelModeTop {
        display: block !important;
    }

        /* here: make the others same width */
        #divSelModeTop button, #divSelModeAnch button {
            width: 100%;
        }


    #aPastConvo, #aCreditsLeft, .btnAddCharacter, .btnManageCharacter, .aPlaySample {
        margin-bottom: 10px;
    }

    #aAccountSettings::before {
        content: "\00a0\00a0\00a0\00a0";
    }
}

.p-button.sm {
    font-size: 1rem;
}

.p-button:active {
    transform: scale(0.95);
}

.p-button:focus {
    outline: none;
}

.divManageCharacter {
    text-align: center;
    margin-bottom: 60px;
}

#aAddInst {
    margin-top: -7px;
    color: mediumblue;
}

    #aAddInst:hover {
        text-decoration: underline;
    }

#dlgEditSys, #dlgEditFact, #dlgContactUs {
    width: 475px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#dlgContactUs, #dlgEmailMe {
    padding: 25px;
}

#dlgGenImage, #dlgReset {
    width: 450px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.aDownloadImg, .aOpenImg, .aRegenImg {
    color: #fff;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

    .aDownloadImg:hover, .aOpenImg:hover, .aRegenImg:hover {
        opacity: 1;
        color: #fff;
        text-decoration: none;
    }

.aOpenImg, .ml-10 {
    margin-left: 10px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.ml-20 {
    margin-left: 20px;
}

#inpMinImages, #inpMaxImages {
    max-width: 150px;
}

#btnOpenImg.maxReached {
    opacity: 0.2 !important;
}

#divCloseChat > a {
    opacity: 0.2;
    transition: opacity 0.15s ease;
}
#divCloseChat > a:hover {
    opacity: 1;
}

#dlgManageChar {
    width: 600px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#divCharBtns > button {
    max-width: 300px;
}
    #divCharBtns > button > div {
        overflow: hidden;
        white-space: nowrap;
    }
#pEmbedChar {
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    max-width: 95%;
}
#divCharBtns small {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px;
    display: inline-block;
}
#dlgIntervene {
    width: 450px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#dlgEmbed {
    /*    background: #222;*/
    width: 700px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#dlgEmbedAdd {
    width: 550px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#dlgHist {
    background: #222;
    width: 500px;
    max-width: 80%;
    height: 1500px;
    max-height: 80%;
    padding-top: 0;
}

dialog::backdrop {
    backdrop-filter: blur(5px); /* Apply blur to the background */
}


/*#liSavedChats {
    display: none;
}*/

#divPastConvoChar > div {
    margin-bottom: 10px;
}
#divPastConvoChar img {
    margin-top: -4px;
    width: 16px;
}

#divEntireHistChar {
    margin-bottom: 15px;
}
    #divEntireHistChar > a {
        text-decoration: underline;
    }
    #divEntireHistChar > a:hover {
        text-decoration: none;
    }

#divHistOuter {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

    #divHistOuter div.me {
        width: 80%;
        margin-left: auto;
        background-color: #DCF8C6;
        padding: 7px;
        border-radius: 12px;
        opacity: 1;
        word-wrap: break-word;
    }
/*#divHistOuter div.me.vis {
        opacity: 1;
    }*/
.chat {
    position: relative;
}

div.me::after {
    content: "";
    position: absolute;
    top: -10px;
    right: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #DCF8C6;
    transform: rotate(-90deg);
    z-index: -1;
}
/*div.su::after {
    content: "";
    position: absolute;
    top: -10px;
    right: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-top: 20px solid lightsteelblue;
    transform: rotate(-90deg);
    z-index: -1;
}*/
div.ai::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -20px;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #E5E5EA;
    transform: rotate(-270deg);
    z-index: -1;
}

.clsPlayV {
    margin-left: 10px;
    opacity: 0.3;
    transition: opacity 0.15s ease;
}

    .clsPlayV:hover {
        opacity: 1;
    }

#divHistOuter div.ai {
    width: 80%;
    margin-right: auto;
    background-color: #E5E5EA;
    padding: 7px;
    border-radius: 12px;
    opacity: 1;
    word-wrap: break-word;
}
/*#divHistOuter  div.ai.vis {
    opacity: 1;    
}*/
#divHistOuter div.sy {
    width: 100%;
    background-color: lightskyblue;
    padding: 10px;
}

#divHistOuter div.su {
    width: 100%;
    background-color: lightyellow !important;
    padding: 10px;
    border-radius: 12px;
    opacity: 0.5;
}
/*.selVoice,*/
#selPicChar, #selPicVoice, #selPicVoice3 {
    background: lightgreen;
    color: #000;
}

#selPicVoice3 {
    font-size: 1.7rem;
}

.form-check-label {
    cursor: pointer;
}

.bigH3 {
    text-align: center;
    color: #eee;
    position: sticky;
    top: 0;
    z-index: 900100;
    background: #222;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-bottom: 20px;
    padding-top: 20px;
}

#txtLastIntMessage, #txtDailyLimit, #txtMaxCredits, #txtMinImages, .txtInitPrompt {
    white-space: pre-wrap;
    overflow-x: hidden;
    text-align: left;
    font-size: 1.5rem !important;
}

#aCopyTxt {
    opacity: 0.6;
    -webkit-transition: opacity 0.5s;
}

    #aCopyTxt:hover {
        opacity: 1;
    }

#h3HistName {
    padding-bottom: 13px;
}

#divHistOuter > div {
    margin-bottom: 10px;
    font-size: 1.2rem;
}

#btnAbout {
    margin-bottom: 20px;
    width: 125px;
}
#btnLogin {
    min-width: 200px;
}

#inpChangeName {
    width: 400px;
    max-width: 100%;
}

#divInteveneBtns {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

    #divInteveneBtns > button {
        width: 100%;
        margin-left: auto;
        margin-bottom: 10px;
        font-size: 1.2rem;
    }
/* Add cool effect on touch devices */
@media (hover: none) {
    .p-button:hover {
        background-color: #000000;
        color: #ffffff;
    }
}

.p-button.focus {
    background-color: #444;
}
/* END LOGIN BUTTON */

.small-btn {
    font-size: 0.8rem;
}

/* loading spinner */
div.fadeMe, div.fadeMeSmall {
    opacity: 0.4;
    background: #000;
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 9799988877;
    top: 0;
    left: 0;
    position: fixed;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.fadeMeSmall {
    position: unset;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

#divMultiCtrl {
    z-index: 9799988887 !important;
}

div.fadeMe div {
    margin-top: 25px;
}

div.fadeMe span {
    font-size: 1.2rem;
    color: yellow;
}

#divSelModeAnch {
    text-align: center;
    margin-top: 30px;
}

#dlgPastConvo, #dlgCharacters {
    width: 950px;
    max-width: 95%;
}
/**/
#divPastConvo {
    margin-top: 30px;
}

    #divPastConvo button.is-temp {
        background: #bbb !important;
    }

    #divPastConvo table, #divEmbedTable table {
        border-collapse: collapse;
        width: 100%;
        border: 1px solid #ccc !important;
    }

    #divPastConvo th, #divPastConvo td, #divEmbedTable th, #divEmbedTable td {
        padding: 8px;
        text-align: left;
        color: #333;
        font-size: 1.2rem;
        font-weight: 400;
        cursor: pointer;
    }

    #divPastConvo img {
        width: 22px;
        height: 22px;
    }

#divEmbedTable > p {
    margin-top: 20px !important;
    padding-left: 20px !important;
}

#divEmbedTable {
    border: solid 1px #aaa;
}

    #divEmbedTable th {
        color: #333;
        font-weight: 500;
    }

    #divEmbedTable tr:not(.header) {
        cursor: pointer
    }

    #divEmbedTable th {
        cursor: default;
    }

    #divEmbedTable tr:not(:last-child) td {
        border-bottom: solid 1px #aaa;
    }

    #divPastConvo tr:hover th, #divPastConvo tr:hover td, #divEmbedTable tr:hover td {
        color: #111 !important;
    }

    #divPastConvo th, #divEmbedTable th {
        background-color: #bbb;
    }

    #divPastConvo tr:hover, #divEmbedTable tr:hover {
        background-color: #f5f5f5;
    }
/**/
#divSelModeAnch span {
    opacity: 0.4;
    margin: 0 7px;
}

/* new spinner */
.loader2 {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    color: #fff;
}

    .loader2:before,
    .loader2:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: inherit;
        height: inherit;
        border-radius: 50%;
        transform: rotateX(70deg);
        animation: 1s spin linear infinite;
    }

    .loader2:after {
        color: #FF3D00;
        transform: rotateY(70deg);
        animation-delay: .4s;
    }

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spin {
    0%, 100% {
        box-shadow: .2em 0px 0 0px currentcolor;
    }

    12% {
        box-shadow: .2em .2em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 .2em 0 0px currentcolor;
    }

    37% {
        box-shadow: -.2em .2em 0 0 currentcolor;
    }

    50% {
        box-shadow: -.2em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -.2em -.2em 0 0 currentcolor;
    }

    75% {
        box-shadow: 0px -.2em 0 0 currentcolor;
    }

    87% {
        box-shadow: .2em -.2em 0 0 currentcolor;
    }
}


/* old spinner */
.loader {
    width: 20em;
    height: 20em;
    font-size: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .loader .face {
        position: absolute;
        border-radius: 50%;
        border-style: solid;
        animation: animate 3s linear infinite, changeColor2 6s infinite linear;
    }

        .loader .face:nth-child(1) {
            width: 100%;
            height: 100%;
            color: gold;
            border-color: currentColor transparent transparent currentColor;
            border-width: 0.2em 0.2em 0em 0em;
            --deg: -45deg;
            animation-direction: normal;
        }

        .loader .face:nth-child(2) {
            width: 70%;
            height: 70%;
            color: lime;
            border-color: currentColor currentColor transparent transparent;
            border-width: 0.2em 0em 0em 0.2em;
            --deg: -135deg;
            animation-direction: reverse;
        }

        .loader .face .circle {
            position: absolute;
            width: 50%;
            height: 0.1em;
            top: 50%;
            left: 50%;
            background-color: transparent;
            transform: rotate(var(--deg));
            transform-origin: left;
        }

            .loader .face .circle::before {
                position: absolute;
                top: -0.5em;
                right: -0.5em;
                content: "";
                width: 1em;
                height: 1em;
                background-color: currentColor;
                border-radius: 50%;
                box-shadow: 0 0 2em, 0 0 4em, 0 0 6em, 0 0 8em, 0 0 10em, 0 0 0 0.5em rgba(255, 255, 0, 0.1);
            }

@keyframes animate {
    to {
        transform: rotate(1turn);
    }
}

@keyframes changeColor1 {
    0%, 100% {
        color: gold;
    }

    50% {
        color: blue; /* Add additional colors here */
    }
}

@keyframes changeColor2 {
    0%, 100% {
        color: lime;
    }

    50% {
        color: black; /* Add additional colors here */
    }
}
/* end loading spinner */


.loaderSmall {
    width: 100px;
    height: 100px;
    font-size: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .loaderSmall .face {
        position: absolute;
        border-radius: 50%;
        border-style: solid;
        animation: animate 3s linear infinite, changeColor2 6s infinite linear;
    }

        .loaderSmall .face:nth-child(1) {
            width: 100%;
            height: 100%;
            color: gold;
            border-color: currentColor transparent transparent currentColor;
            border-width: 0.2em 0.2em 0em 0em;
            --deg: -45deg;
            animation-direction: normal;
        }

        .loaderSmall .face:nth-child(2) {
            width: 70%;
            height: 70%;
            color: lime;
            border-color: currentColor currentColor transparent transparent;
            border-width: 0.2em 0em 0em 0.2em;
            --deg: -135deg;
            animation-direction: reverse;
        }

        .loaderSmall .face .circle {
            position: absolute;
            width: 50%;
            height: 0.1em;
            top: 50%;
            left: 50%;
            background-color: transparent;
            transform: rotate(var(--deg));
            transform-origin: left;
        }

            .loaderSmall .face .circle::before {
                position: absolute;
                top: -0.5em;
                right: -0.5em;
                content: "";
                width: 1em;
                height: 1em;
                background-color: currentColor;
                border-radius: 50%;
                box-shadow: 0 0 2em, 0 0 4em, 0 0 6em, 0 0 8em, 0 0 10em, 0 0 0 0.5em rgba(255, 255, 0, 0.1);
            }

/* end loading spinner */

/* 2023/11/17 - hear beat attempt */
.loader, .loaderSmall {
    width: 10em; /* Initial size */
    height: 10em; /* Initial size */
    font-size: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 0.5s ease, height 0.5s ease; /* Add a transition for a smooth effect */
}

@keyframes heartbeat {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2); /* Adjust the scale factor as needed for the heartbeat effect */
    }
}

.loader .face, .loaderSmall .face {
    animation: animate 3s linear infinite, changeColor2 6s infinite linear, heartbeat 1.5s infinite linear; /* Add heartbeat animation */
}

/* Rest of your existing styles remain unchanged */
