html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-image: url(img/galaxy.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

#editor {
    height: 98%;
    width: 50%;
    margin-top: 5px;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    border: 5px solid aqua;
    display: inline-block;
}

#iframe {
    height: 97%;
    width: 49%;
    margin-bottom: 10px;
    padding-top: 20px;
    margin-left: 10px;
    margin-right: 0px;
    display: inline-block;
    border: 5px solid aqua;
    background-color: white;
}

.container-fluids {
    height: 100%;
    width: 100%;


}

.output1 {
    color: greenyellow;
    display: flex;
    font-family: algerian;
    font-size: 30px;
    float: left;
    width: 49%;
    display: inline-block;

}

.output2 {
    color: greenyellow;
    font-family: algerian;
    font-size: 30px;
    float: left;
    width: 49%;

}

.p1 {
    margin-left: 20px;
}

.p2 {
    margin-left: 30px;
}

#codehere {
    padding-top: 20px;
}

.edit {
    color: yellow;
    font-family: algerian;
}

#middle {
    font-family: algerian;
    color: chartreuse;
}

li {
    font-size: 30px;
}

.foot {
    background-color: cadetblue;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tm-footer-text {
    font-size: 0.9rem;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
}

.tm-footer-link {
    color: #fff;
    text-decoration: none;
}

.tm-footer-link:hover {
    color: #c5ced8;
}

#selectThemes {
    color: darkorange;
    font-family: algerian;
    font-size: 25px;
    margin-left: 20px;
}

/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select {
    background-color: aqua;

}

#op {

    background-color: aquamarine;
    position: absolute;
}

.toolbar {
    display: flex;
    flex-direction: row;
    background: none;


}

.toolbar button,
.toolbar select {
    display: inline-block;
   
}

.toolbar button {
    margin-left: 10px;
}

#fileType {
    color: darkorange;
    font-family: algerian;
    font-size: 25px;
    margin-left: 150px;

}

.dialog-save h1 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.dialog-save .tingle-modal-box__content {
    padding: 2rem;
}

.dialog-save .tingle-modal-box__footer {
    padding: 1rem;
}

.dialog-save .tingle-btn {
    padding: 0.667rem;
}


#selectFile {
    background-color: aquamarine;
}

.toolbar {
    width: 49%;
    float: left;

}

.div1 {

    float: left;
    width: 49%;
    display: inline-block;
}

#btn {
    margin-left: 30px;
    float: left;
}


/*
.col-md-4{
    margin-bottom: 20px;
}
*/
/*.ace_editor .ace_marker-layer .ace_bracket { display: none }*/
