body {
  
}

.HelpBtnList {
    display: none;
    background-color: #004080;
    color: #FFFFFF;
}
.HelpBtnList:hover {
    background-color:#FFFFFF;
    color: #004080; 
}

#LoginPanel {
    width: 640px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -320px;
    margin-top: -200px;
    display: none;
    border-radius: 20px;
    border-width: 1;
    border-style: double;
    z-index: 1001;
    background-color: azure;
}

.toCenter {
    align-content: center;
    width: 100%;
    padding: 30px;
}

.container1 {
    position: absolute;
    bottom:40px;
    top: 45px;
    padding: 30px;
    left: 5px;
    right: 5px;
    border-width: 0px;
    border-style: solid;
    border-radius: 5px;
    display:none;
}
#showExample{
    z-index: 100000;
}

#GenerateLearningBtn {
    height: fit-content;
    width: fit-content;
    background-color: #004080;
    color: #FFFFFF;
}

#YourDescription {
    width: 100%;
    height: 140px;
    padding: 10px;
}

#LearningConfig {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 5px;
    display: none;
}

#ConfigContent {
    display: block;
    width: 100%;
    overflow-y: auto;
    height: 100%;
}

#ConfigLearner {
    display: none;
}

#LaunchDiv {
    display: none;
    gap: 5px;
    flex-wrap: wrap;
    flex-direction: row;
}


table th {
    vertical-align: top;
    width: fit-content;
}

table td {
    vertical-align: top;
}

.ShowChoices {
    display: none;
}



.Titlefont {
    font-weight: bolder;
    font-variant-caps: titling-caps;
}

.THColumn {
    width: 150px;
}

#ConfigTitle {
    align-items: center;
}

.fullScreen{
    top:0px;
    left:0px;
    width:fit-content
    height:fit-content
}
#Workingarea {
    width: 100%;
    position: absolute;
    top:100px;
    left: 0px;
    bottom: 30px;
    overflow: auto;
    display: none;
}

#configuringArea {
    display: flex;
    flex-direction: column;
    row-gap: 2px; 
}
#selfLogin{
    width: 100%;
    top:0px;
    margin: auto;
    padding: 10px 20px 20px 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#ListOfSPL{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:4px;
    bottom:50px;
    overflow: auto;
}