body {
    margin: 0;
    padding: 0;
    background-color: #1E1E1E;
    overflow: hidden;
}
.editor_workspace_leftbar {
    width: 4%;
    background-color: rgb(54, 54, 54);
    float: left;
    height: 100vh;
}
.editor_workspace_leftbar_menu {
    width: 20%;
    background-color: #222222;
    float: left;
    height: 100vh;
}
.editor_code_main {
    width: 76%;
    background-color: rgb(30, 30, 30);
    float: left;
    height: 100vh;
}
#editor_bottom-bar {
    width: 100%;
    background-color: rgb(0, 124, 182);
    position: fixed;
    bottom: 0;
    left: 0;
    height: 25px;
    z-index: 99;
}
.Connection-button {
    margin-right: 5px;
    border-radius: 5px;
    border-color: transparent;
    background-color: transparent;
    padding: 5px;
}
.Connection-button img {
    width: 10px;
    height: auto;
}
#top_bar {
    width: 100%;
    background-color: #1a1a1a;
    height: 50px;
}
#tabs {
    width: 100%;
    background-color: #202020;
    height: 36px;
    overflow: hidden;
}
.dropdown {
    position: relative;
    display: inline-block;
    margin-top: 7px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-item {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    color: #333;
    transition: background-color 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dropdown-item:hover {
    background-color: #ddd;
}
.dropdown-button {
    background-color: rgba(27, 27, 27, 0.205);
    margin-left: 5px;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}
.dropdown-button:hover {
    background-color: rgba(85, 85, 85, 0.048);
}
.menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
#Propriete {
    margin-top: 20px;
    margin-left: 4.5%;
    height: 19%;
    background-color: transparent;
    border-style: solid;
    border-bottom: transparent;
    font-style: normal;
    color: #ffffff;
    z-index: 5;
    width: 100%;
}
#proporeteclass {
    margin-left: 4.5%;
    margin-right: 5%;
    height: 100%;
    display: none;
}
#proporeteclass select {
    width: 100%;
    border-radius: 5px;
    height: 23px;
    background-color: #1d1d1d;
    border-style: solid;
    border-width: 1px;
    color: gray;
    border-color: #353535;
    border-radius: 5px;
}
#proporeteclass input {
    width: 98%;
    height: 23px;
    background-color: #1d1d1d;
    border-style: solid;
    border-width: 1px;
    color: gray;
    border-color: #353535;
    border-radius: 5px;
}
#proporeteclass button {
    width: 30%;
    border-radius: 5px;
    background-color: #808080;
    border-color: transparent;
    margin-left: 85%;
    transform: translateX(-50%);
    margin-top: 15px;
}
#proporeteclass p {
    margin-left: 5px;
    color: #949494;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
#proporeteclass h1 {
    margin-left: 5px;
    color: #ddd;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 21px;
    font-family: Arial, Helvetica, sans-serif;
}
.explorer {
    padding: 10px;
}
.explorer h1 {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    text-align: center;
    color: #858585;
}
.explorer h2 {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    text-align: center;
    color: #858585;
}
#button-open-folder {
    border-radius: 5px;
    border-color: transparent;
    background-color: rgba(21, 40, 214, 0.4);
    margin-left: 50%;
    transform: translateX(-50%);
}
.file {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.tabs-on-sidebar {
    border-radius: 10px;
    width: 70%;
    height: auto;
    text-align: center;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
    margin-left: 15%;
    border-color: transparent;
}
.padd {
    margin-left: 10px;
}
.tabs-on-sidebar img {
    max-width: 100%;
    height: auto;
    margin-top: 3px;
    vertical-align: middle;
    opacity: 0.7;
}
#editor {
    display: none;
}
#emailDisplay {
    display: none;
}
#emailDisplay p {
    margin-left: 15px;
    color: #949494;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}
#emailDisplay button {
    margin-left: 15px;
    width: 40%;
    border-radius: 5px;
    margin-top: 10px;
    background-color: #808080;
    border-color: transparent;
}
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#loader img {
    width: 15%;
}
.bottom-content {
    text-align: center;
    margin: 20px 0;
    position: absolute;
    bottom: 0;
}
#editor_temp_start {
    margin-left: 50%;
    transform: translateX(-50%);
}
#editor_temp_start h1 {
    margin-left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 0;
    color: rgb(90, 90, 90);
    font-family: sans-serif;
    opacity: 0.4;
    font-size: 45px;
}
#editor_temp_start h2 {
    margin-left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin-top: -20px;
    color: rgb(90, 90, 90);
    font-family: sans-serif;
    opacity: 0.4;
}
#editor_temp_start h3 {
    margin-left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: rgb(90, 90, 90);
    font-family: sans-serif;
    opacity: 0.4;
}
#editor_image {
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 50%;
    opacity: 0.4;
}
.TabName_sous_jacent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 36px;
    background-color: #2b2b2b;
}

.TabName_sous_jacent h1 {
    margin: 15px;
    font-family: Arial;
    font-size: small;
    color: #858585;
}

#button_close_tab {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 14px;
    color: #555;
    padding: 15px;
}
#cosriptlogo {
    height: auto;
    width: 40%;
    margin-top: 10px;
    margin-left: 10px;
}
#results {
    margin-top: 10px;
    height: 150%;
    overflow-y: auto;
}
#results .code-item {
    border: 1px solid #ccc;
    background-color: #575757;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

#results h3 {
    margin-top: 0;
}

#results p {
    margin-bottom: 10px;
}

#results pre {
    background-color: #f5f5f5;
    padding: 5px;
    overflow-x: auto;
}

#results button {
    background-color: #4caf50;
    color: white;
    border: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}
#searchInput {
    font-family: sans-serif;
    width: 80%;
    margin-left: 10px;
    height: 21px;
    margin-bottom: 10px;
    border-color: rgb(85, 85, 85);
    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
    background-color: #202020;
}
.container h1 {
    text-align: center;
    font-size: 160%;
}
.container h2 {
    margin-top: -10px;
    text-align: center;
    font-size: 100%;
}
.container input {
    width: 95%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    background: #eee;
    margin-top: 5%;
}

.container button {
    width: 30%;
    padding: 10px;
    border: none;
    background: #ff3333;
    color: white;
    cursor: pointer;
}

.container a {
    color: rgb(0, 0, 0);
    text-decoration: underline;
    cursor: pointer;
    border: none;
}
#createaccnt {
    width: 50%;
    padding: 10px;
    border: none;
    color: #ff3333;
    background-color: transparent;
    cursor: pointer;
    text-align: left;
}
.buttons-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10%;
    margin-bottom: 5%;
}
#image_logo {
    margin-left: 50%;
    transform: translateX(-50%);
}
#emailDisplayAt2 {
    text-align: center;
}
#emailText {
    color: grey;
    text-align: left;
    font-size: 12px;
}
@keyframes grow {
    0% {
        transform: scale(0.4);
    }
    100% {
        transform: scale(1);
    }
}
.imgloaderorg {
    animation: grow 2s ease-in-out forwards;
}
#searchbar {
    height: 50px;
    width: 100%;
    background-color: #1a1a1a;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shortcut {
    margin-left: auto;
    color: gray;
}
#terminaldiv {
    width: 100%;
    height: 350px;
    background-color: black;
    overflow:hidden;
}
#terminal {
    background-color: black;
    border-style: none;
    font-family: monospace;
    white-space: pre-wrap;
    color: #ffffff;
    resize: none;
    width: 100%;
    height: 82%;
    overflow-y: scroll;
    overflow-x: hidden;
}
#terminalboxtextinput {
    background-color: black;
    border-style: solid;
    font-style: normal;
    top: 0;
    color: #ffffff;
    font-family: monospace;
    width: 99.5%;
}
.error {
    color: red;
}
.warning {
    color: yellow;
}
