* {
    box-sizing: border-box;
}
div[id^="info_"] td {
    color: darkslateblue;
    font-size: smaller;
}

.rtl-grid {
direction: rtl;
}
/* CSS to stack the sections vertically */
.top-bar {
position: absolute;
left: 0;
right: 0;
top: 0;
z-index: 10; /* Ensure it appears on top */
}
.bottom-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; /* Ensure it appears on top */
    }
    
html, body {
    height: 100%;
}

/* body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
} */

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.message-container {
    visibility: hidden; /* Hide the container by default */
    position: absolute; /* Change from fixed to absolute */
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    text-align: center; /* Center text horizontally */
    padding: 10px;
}

.message-message {
    margin-bottom: 5px;
    background-color: #00dd11;
    left: 50%;
    transform: translate(0%, -50%);
    bottom: inherit;
}
.error-container {
    visibility: hidden; /* Hide the container by default */
    position: absolute; /* Change from fixed to absolute */
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    text-align: center; /* Center text horizontally */
    padding: 10px;
}

.error-message {
    margin-bottom: 5px;
    background-color: #ff0000;
    left: 50%;
    transform: translate(0%, -50%);
    bottom: inherit;
}

div.fstdiv > .fstdropdown{
    margin-right: -26px;
}

li {
    list-style-type: none;
    margin: 4px;
    display: flex;
    justify-content: space-between;
}

.status-ready{
    color: white;
    background-color: #37b2ee;;
    font-size: smaller;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
}

.status-finished{
    color: white;
    background-color: green;
    font-size: smaller;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
}

.status-started{
    color: white;
    background-color: darkorange;
    font-size: smaller;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
}

.status-null{
    color: white;
    /* background-color: #cc2c66; */
    background-color: gray;
    font-size: smaller;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
}

.status-stopped{
    color: white;
    /* background-color: #cc2c66; */
    background-color: green;
    font-size: smaller;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
}

#start-bot{
    display: flex;
    justify-content: center;
    
}
#start-bot-button{
    justify-content: center;
    background-color: green;
    font-size: larger;
    color: white;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 12px;
}

.student_remove{
background-color: red;
  color: white;
  padding: 3px;
  border-radius: 8px;
}

#login{
    background-color: #3b82f6;
    color: white;
    border-radius: 10px;
}

#session-name{
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: #ffffe3;
    border: 1px solid black;
    border-radius: 5px;
    /* cursor: pointer; */ /* COPYTEXT */
}

/* COPYTEXT */
/* #session-name::before {
    content: "\f0c5"; 
    font-family: "Font Awesome 6 Free";
    margin-right: 5px; 
} */

  
#session-name:empty, #session-name:empty::after, #session-name:empty::before{
    border: none;
    content: none;
    visibility: hidden;
    
}

#students-list:empty{
    display:none;
}

#session-files{
    border:1px solid black;
    height:400px;
    overflow: auto;
    justify-content: start;
    display: flex;
    flex-direction: column;
}

#session-files a{
    margin: 0px 10px 0px 10px;
}

#mentor-name{
    text-align: center;
    color:blue;
}

#users-name, #users-email, #schools-name, #classes-name, #users-phone, #cities-name{
    background-color: aliceblue;
}

/* #results-view{
    background-color: aliceblue;
    margin-left: 10px;


} */

.results-view{
    background-color: #467aa8;
    color: white;
    padding: 4px;
    border-radius: 5px;
    margin-left: 5px;
}

#window_sessions li{
    cursor: pointer;
    padding: 4px;
    border-radius: 7px;
}

#students-list{
  border: 1px solid black;
  padding: 10px;
  border-radius: 5px;
}
#students-list:empty{
    border: none;
}

#questionnaire-floating-menu{
    position: fixed;
    top: 40px;
    z-index: 20;
    background-color: white;
    /* padding: 20px; */
    border-radius: 7px;
    /* width: 548px; */
    padding: 2px;
    /* 
    left: 50%; 
    transform: translate(-50%, -50%); 
    */
    
}

#sector-select{
    margin-left: 10px;
}
#questionnaire-floating-menu .questionnaire-inner{
    display: flex;
    justify-content: center;
    align-items: baseline;
}

#questionnaire-spacer{
    height: 103px;
}

.start-lesson-list-item{
    justify-content: space-between;
}

.classList-btn-group{
    display: flex;
    align-items: center;

}

/* tinyfilemanager/imagefilemanager patch */
#search-addon2{
    height: 100%
}

#newQuestionnaireName{
    border: 2px solid black;
    margin-left: 3px;
    border-radius: 4px;
}