html,
body {
    background-color: white;
    font-family: Helvetica, Arial, Sans-Serif;
}


#workingspace {
    z-index: -1;
    border-width: 1px;
    border-color: black;
    border-style: dotted;
}

#StatusBar {
    display: none;
    gap: 20px;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0px;
    background-color: lightgray;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#DesignPanel {
    gap: 20px;
    padding: 5px;
    border-radius: 10px;
    justify-content: space-evenly;
    position: absolute;
    background-color: lightgray;
    opacity: 1;
    display: flex;
    display: none;
    flex-direction: column;
    border-color: black;
    border-width: 1px;
    border-style: dashed;
}

#subPanel {
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 32px;
    display: flex;
    gap: 30px;
    flex-direction: row;
    background-color: rgb(171, 179, 179);
}

.Dro {
    width: 100px;
    height: 50px;
    background-color: aquamarine;
}

.Dra {
    width: 100px;
    height: 50px;
    background-color: rgb(242, 255, 127);
}


.Ope {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background-image: url("/img/chatGPT.png");
    background-size: cover;
    border-color: black;
    border-width: 0px;
    border-style: solid;
    text-align: center;
    cursor: pointer;
}

.Tri {
    width: 100px;
    height: 50px;
    border-radius: 15px;
    border-color: black;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    cursor: pointer;
}


.Tri:hover {
    background-color: rgb(151, 92, 3);
}

.Btn {
    width: 100px;
    height: 50px;
    border-radius: 15px;
    border-color: black;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    cursor: pointer;
}


.Btn:hover {
    background-color: rgb(151, 92, 3);
}

.Des {
    width: 300px;
    height: 100px;
    border-radius: 0px;
    pad: 10px;
    border-color: black;
    border-width: 1px;
    border-style: dashed;
}

.Hot {
    width: 200px;
    height: 100px;
    border-radius: 10px;
    pad: 10px;
    border-color: black;
    border-width: 1px;
    border-style: dashed;
}

.Img {
    width: 300px;
    height: 300px;
    border-radius: 10px;
    pad: 10px;
    border-color: black;
    border-width: 1px;
    border-style: dashed;
    background-image: url("https://www.techfunnel.com/wp-content/uploads/2018/04/Benefits-of-Digital-Technology-in-Business.jpg");
}

.Mov {
    width: 300px;
    height: 300px;
    border-radius: 10px;
    pad: 10px;
    border-color: black;
    border-width: 1px;
    border-style: dashed;
}

.MovOnTop {
    width: 300px;
    height: 300px;
    border-radius: 10px;
    pad: 10px;
    border-color: rgb(4, 56, 227);
    border-width: 1px;
    border-style: dashed;
    z-index: 99999;
}

.theMove {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.MovieContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.thePlayerBtn {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-image: url("/img/Play-Music-icon.png");
    z-index: 2;
    cursor: pointer;
    background-color: transparent;
}

.theCloseBtn {
    position: absolute;
    right: 70px;
    bottom: 5px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-image: url("/img/delete-icon.png");
    z-index: 2;
    cursor: pointer;
    background-color: transparent;
}

.visual {
    overflow: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#DesignMode {
    display: flex;
    flex-direction: row;
    gap: 30px;
    display: none;

}

.Are {
    width: 300px;
    height: 300px;
    border-radius: 10px;
    pad: 10px;
    border-color: black;
    border-width: 1px;
    border-style: dashed;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: center;

}

.Buc {
    width: 300px;
    height: 300px;
    border-radius: 10px;
    pad: 10px;
    border-color: black;
    border-width: 1px;
    border-style: dashed;

    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

#insertPanel {
    position: absolute;
    background-color: rgb(7, 226, 226);
    border-radius: 20px;
    padding: 30px;
    display: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.chatGPTText {
    width: 400px;
    height: 30px;
}

#TheinsertPanel {
    position: absolute;
    background-color: rgb(186, 192, 192);
    border-radius: 20px;
    padding: 30px;
    display: none;
}

#EditingPanel {
    position: absolute;
    background-color: rgb(186, 192, 192);
    border-radius: 20px;
    display: none;
    padding: 20px;
    padding-top: 40px;
}

#BrowsingPanel {
    position: absolute;
    top: 0px;
    background-color: rgb(59, 99, 220);
    border-radius: 20px;
    display: none;
    padding: 20px;
    width: 1024px;
    overflow: auto;
}

#Selections {
    position: absolute;
    top: 0px;
    background-color: rgb(225, 239, 193);
    border-radius: 20px;
    display: none;
    padding: 20px;
    border-width: 1px;
    border-style: double;
}

#SaveFeedback {
    position: absolute;
    top: 0px;
    background-color: darkgrey;
    border-radius: 20px;
    display: none;
    padding: 20px;
}

#TestingPanel {
    position: absolute;
    top: 0px;
    background-color: rgb(59, 99, 220);
    border-radius: 20px;
    display: none;
    padding: 20px;
}

#EditingEMTComponents {
    position: absolute;
    background-color: rgb(218, 227, 227);
    border-radius: 20px;
    display: none;
    padding: 10px;
}

#SubmitBtn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#InsertTitle {
    text-align: center;
    font-size: 20px;
    padding: 5px;
}


#workingspaceold {
    top: 0px;
    height: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(205, 206, 196);
    z-index: -1;
}



.CenterText {
    width: 100%;
    text-align: center;
    align-content: center;
}

.EMTEditBtn {
    position: absolute;
    bottom: 5px;
    left: 20px;
    z-index: 10;
    border-radius: 5px;
}


.helpBtn {
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.htmlEditor {
    width: 100%;
    height: 60px;
}

.numbers {
    width: 20px;
}

#spacer {
    height: 30px;
}

.cssEditor {
    width: 400px;
    height: 300px;
}

.cssEditorSmall {
    width: 400px;
    height: 100px;
}

#cssEditorSmall {
    width: 400px;
    height: 100px;
}

#TestCSSBtn {
    position: absolute;
    bottom: 5px;
    left: 190px;
    z-index: 10;
    border-radius: 5px;
}

.WarningMSG {
    color: red;
    font-weight: bold;
}

#AuthoringMode {
    display: none;
    flex-direction: row;
    gap: 30px;
    display: flex;
}


#CheckStatusBtn {
    display: none;
}

#TestingMode {
    display: flex;
    flex-direction: row;
    display: none;
}

#AGSelect {
    display: flex;
    flex-direction: row;
    align-items: center;

    gap: 10px;
}

#fineControl {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

#DeletePanel {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

#theControl {
    display: flex;
    flex-direction: row;
    gap: 10px;
    display: none;
    align-items: center;
}

.detailedControlBtn {
    height: 30px;
    width: 30px;
    font-size: large;
    border-radius: 50%;
    flex-direction: column;
}

#TestingRadio {
    display: block;
}

#DeployingRadio {
    display: block;
}

.ReportTable {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.ReportTable td,
.ReportTable th {
    border: 1px solid #ddd;
    padding: 8px;
}

.ReportTable tr:nth-child(even) {
    background-color: #f2f2f2;
}

.ReportTable tr:hover {
    background-color: #ddd;
}

.ReportTable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #3a454b;
    color: white;
}

#TheEMTEditor {
    background-color: rgb(246, 236, 236);
    border-radius: 10px;
    padding: 10px;
    display: none;
}

#TheATElementditor {

    background-color: rgb(246, 236, 236);
    border-radius: 10px;
    padding: 10px;
    display: none;
}

.CloseBtnUpper {
    position: absolute;
    top: -20px;
    right: -47px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: yellowgreen;
    z-index: 100;

}

.CloseBtnLower {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: yellowgreen;
}

.TheMergeBtn {
    position: absolute;
    top: 5px;
    width: 100px;
    margin-left: -50px;
    left: 50%;
    border-radius: 30%;
}

.TheOpenToNewWin {
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 30%;
}

#CopyTarget {
    display: none;
}

#TheATAnsEditor {
    background-color: rgb(246, 236, 236);
    border-radius: 10px;
    padding: 10px;
    display: none;
}

.authoringBtn {
    border-radius: 4px;
    border-color: rgb(109, 152, 159);
    border-width: 1px;
    padding: 2px;
}

#FineTuneControl {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: darkgrey;
    display: none;
    border: 2px solid #ddd;
}

#MVUP {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 20px;
    height: 20px;
    ;
    margin-left: -10px;
}

#MVDOWN {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 20px;
    height: 20px;
    ;
    margin-left: -10px;
}

#MVLEFT {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 20px;
    height: 20px;
    ;
    margin-top: -10px;
}

#MVRIGHT {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 20px;
    height: 20px;
    ;
    margin-top: -10px;
}

#MoveInc {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 20px;
    ;
    margin-top: -10px;
    margin-left: -40px;
}

#CompID {
    position: absolute;
    top: -20px;
    width: 100%;
    text-align: center;
    display: none;
}

#CompTitle {
    position: absolute;
    top: -20px;
    width: 100%;
    text-align: center;
}

#TuneType {
    position: absolute;
    bottom: -20px;
    width: 80px;
    margin-left: -40px;
    left: 50%;
}

#Controls {
    display: flex;
}

#StatusList {
    position: absolute;
    background-color: rgb(95, 168, 168);
    display: none;
    padding: 10px;
    height: 500px;
    overflow: auto;
}

#TheATEditor1 {
    position: absolute;
    background-color: aqua;
    display: none;
    padding: 30px;
    border-radius: 5px;
}

#hideshowAG {
    display: flex;
    flex-direction: row;
    align-items: center;

}

#HideAGChecks {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#SavingMode {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#displayInfo {
    position: absolute;
    width: 1300px;
    height: 740px;
    top: 50%;
    left: 50%;
    margin-left: -650px;
    margin-top: -370px;
    display: none;
    background-color: azure;
    overflow: auto;
    padding-top: 40px;
}

#theIframe {
    height: 100%;
    width: 100%;
    border: 0px;
    top: 0px;
    left: 0px;
}

#StatusTree {
    position: absolute;
    height: 90%;
    width: 100%;
    border: 0px;
    top: 30px;
    left: 0px;
}

#SummaryStatus {
    position: absolute;
    width: 100%;
    height: 600px;
    top: 55px;
    background-color: azure;
    overflow: auto;
}

#SummaryWin {
    position: absolute;
    width: 1030px;
    height: 660px;
    top: 50%;
    left: 50%;
    margin-left: -515px;
    margin-top: -330px;
    display: none;
    background-color: rgb(157, 183, 183);
    overflow: auto;
    border: 1px;
    border-style: solid;
    border-color: black;

}

#toolPanel {
    padding: 15px;

}

#theSKOTitle {
    width: 100%;
}

#ActionDisplay {
    position: absolute;
    background-color: azure;
    display: none;
    border: 1px;
    border-style: solid;
    border-color: black;
    padding: 10px;
    border-radius: 10px;
}

#ShowEMTElements {
    position: absolute;
    display: none;
    border: 0px;
    border-style: solid;
    border-color: black;
    padding: 10px;
    border-radius: 10px;
    width: 640px;
    height:fit-content;
    top: 100px;
    left: 50%;
    margin-left: -320px;
}

.EMTInputArea {
    width: 100%;
    height: 40px;
}

.TreeItemTitle {
    color: crimson;
}

.EMTInput {
    border: 0px;
    border-style: solid;
    border-color: black;
    padding: 5px;

}

.TheDynamicBtn {
    position: absolute;
    right: 15px;
    top: 45px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: yellow;
    color: black;
}

.ElementDisplayBody{
    border-radius: 5px;
    border-color: #4caf50;
}
.ElementDisplay {
    position: absolute;
    padding: 25px;
    background-color: beige;
    width: 600px;
    border-radius: 25px;
    border-color: #3a454b;
    border-width: 1px;
    border-style: solid;
    height: fit-content;
    top: 10px;
    left: 50%;
    margin-left: -300px;
    font-size: 25px;
}


#AdditionalMaterialConfig {
    display: block;
    width: 100%;
    border-width: 1px;
    border-color: black;
    border-style: dashed;
    padding: 4px;
}

label {
    font-weight: bold;
}

#TheIframepdf {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#displayPDF {
    position: absolute;
    display: none;
    top: 30px;
    left: 50%;
    margin-left: -425px;
    width: 900px;
    height: 1200px;
}

.theBold {
    font-weight: bold;
    text-align: center;
}

.theHightlight {
    background-color: yellow;
    color: black;
    border-radius: 25px;
    text-align: center;
}

.theUnderline {
    text-decoration: underline;
    text-align: center;
}

.theTitle {
    font-weight: bold;
    text-align: center;
    font-size: 100px;
    text-decoration: underline;
}

.inplaceEditor {
    background-color: rgb(174, 174, 169);
}

.TheTableSmall {
    width: 1030px;
    display: block;
    height: 200px;
    overflow: auto;
}

.TheTable {
    width: 1030px;
    height: 600px;
    display: block;
}

#RealTable {
    width: 1030px;
    top: 100px;
    display: block;
    position: absolute;
    overflow: auto;
}

.TheControlBar {
    width: 500px;
    height: 20px;
    top: 10px;
    color: aliceblue;
    left: 50%;
    display: flex;
    margin-left: -250px;
    position: absolute;
    flex-direction: column;
}

#ProcessMerge {
    position: absolute;
    top: 10px;
    left: 10px;
}

#StartMerge {
    position: absolute;
    top: 10px;
    left: 10px;
    display: none;
}

.blacktext {
    color: rgb(64, 64, 61);
    display: flex;
    flex-direction: column;
}

#SpeakingInfo {
    position: absolute;
    background-color: aqua;
    bottom: 40px;
    height: 150px;
    width: 1030px;
    left: 20px;
    display: none;
}

#PerformanceInfo {
    position: absolute;
    background-color: aqua;
    bottom: 200px;
    width: 1030px;
    left: 20px;
    display: none;
}

#DisplayPerfrmanceBtn {
    position: absolute;
    top: 5px;
    left: 20px;
    display: block;
}

#FeedbackBtn {
    position: absolute;
    bottom: 40px;
    right: 20px;
    display: block;
}

#SaveFeedbackBtn {
    display: none;
    position: absolute;
    right: 5px;
    bottom: 25px;
    z-index: 1000;
}


.TheATRuleEditor {
    width: 100%;
    display: block;
    overflow: auto;
}

.TheEMTEditComp {
    top: 10px;
    left: 20px;
    display: none;
    background-color: rgb(202, 206, 210);
    padding: 15px;
}

#HideOrShowP {
    display: flex;
    background-color: yellow;
}

#UpdatingCSS {
    display: flex;
    background-color: yellow;
}

.PopupCF {
    position: absolute;
}

#helpingPanel {
    top: 0px;
    right: 0px;
    width: 640px;
    background-color: rgb(216, 228, 212);
    position: absolute;
    padding: 20px;
    display: none;
    border-radius: 20px;
    border-color: black;
    border-style: dashed;
    border-width: 1px;
}

.helpQuestion {
    font-weight: bold;
}

.helpAnswer {
    font-style: italic;
}

.helpSignature {
    display: inline-block;
    float: right;
}

.HightlightLabel {
    background-color: yellow;
    padding: 5px;
    font-size: larger;
}

#subPanel {
    display: none;
}

.longlineEdit {
    width: 400px;
}

#configDynamic {
    background-color: rgb(238, 240, 188);
    padding: 5px;
    border-radius: 10px;
}

.HotText {}

.VisualProperty {
    background-color: lightblue;
    border-radius: 10px;

}

.TryAgaintempButton {
    top: 0px;
    left: 0px;
    width: 26px;
    height: 26px;
    display: block;
    cursor: pointer;
    background-image: url("https://icons.iconarchive.com/icons/yusuke-kamiyamane/fugue/16/arrow-return-180-left-icon.png");
    background-size: cover;
    background-color: yellow;
}

.draggableComp {
    position: absolute;
    cursor: grab;
}

.ObjTypeLogo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;

}

.chatGPTButton {
    background-image: url("/img/chatGPT.png");
    background-size: cover;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
}

#AuthoringModeHelpBtn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.chatGPTWin {
    width: 640px;
    height: 690px;
    position: absolute;
    padding: 20px;
    display: none;
    border-radius: 20px;
    border-color: black;
    border-style: dashed;
    border-width: 1px;
    top: 50%;
    left: 50%;
    margin-left: -320px;
    margin-top: -345px;
}

.ChatGPT_Output {
    top: 50px;
    width: 590px;
    left: 20px;
    padding: 20px;
    height: 530px;
    position: absolute;
    background-color: aliceblue;
    overflow-y: auto;
    border-style: dotted;
    border-width: 1px;
}

.ChatGPT_Input {
    bottom: 50px;
    width: 600px;
    padding: 20px;
    left: 20px;
    height: 140px;
    position: absolute;
    background-color: aliceblue;
}

.ChatGPT_clean {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.EMTchatGPT {
    float: right;
}

.quickEdit {
    width: 200px;
}

.ShowChatGPTInfo {
    position: absolute;
    top: 10px;
    width: 200px;
    height: 30px;
    left: 50%;
    margin-left: -100px;
    background-color: yellowgreen;
}

.MCForm {
    background-color: rgb(237, 241, 232);
}

.SAForm {
    background-color: rgb(237, 241, 232);
}

.MCSubmitBtn1 {
    float: right;
}

.SAAnswerChatGPT {
    width: 100%;
}

.ChatGPTInteractionResponses {

    width: 100%;

}

.qimg {
    width: "100%";
    height: "100%";
    top: 0px;
    left: 0px;
    position: absolute
}

.initialPrompt {
    width: 700px;
    height: 100px;
    font-size: 20px;
}

.AdditionalInfor {
    width: 700px;
    height: 400px;
    font-size: 20px;
}

.ThePrompt {
    background-color: yellow;
    padding: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: large;
}

.TheResponse {
    background-color: lightgrey;
    padding: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: large;
}

.JSONEditor {
    width: 1000px;
    height: 100px;
    font-size: 15px;
}

#wizardInput {
    height: 200px;
    width: 100%;
}

.animated-chatGPT {
    width: 150px;
    height: 150px;
    background-image: url('/img/chatGPT.png');
    display: none;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
    animation: rotation 5s infinite linear;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.testHint {
    display: none;
}

.chatBody{
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f0f0f0;
}

.chat-container {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.chat-header {
    background-color: #4caf50;
    color: #fff;
    padding: 15px;
    border-radius: 5px 5px 0 0;
    text-align: center;
}

.chat-messages {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
}

.chat-input {
    display: flex;
    padding: 15px;
}

.message {
    margin-bottom: 10px;
}

.user-message {
    padding: 10px;
    background-color: rgb(228, 221, 221);
    border-radius: 10px;
    font-size: large;
}

.chatGPT-message {
    padding: 10px;
    background-color: rgb(226, 247, 247);
    border-radius: 10px;
    font-size: large;
}
#costOfOpenAI{
    display: none;
    right:10px;
    bottom:10px;
    position: absolute;
    z-index: 1000000;
}
.warning1{
    font-weight: bold;
    color: red;
}
.warning0{
    font-weight: bold;
    color: green;
}
.hintClass{
    font-style: italic;
}