.topNav a {
    text-decoration: none;
    color: #ffff;
}

.topNav li {
    margin: 0 .5rem;
    cursor: pointer;
    font-size: 20px;
    transition: .3s;
}

.topNav li:hover {
    color: #3c6382;
}

.hight {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.3rem;
    flex-wrap: wrap;
}

.nav-side {
    list-style: none;
    margin: 0 .5rem;
    cursor: pointer;
    font-size: 20px;
    transition: .3s;
    color: white;
}

.nav-side li {
    margin: 0 .5rem;
    user-select: none;
}

.nav-side li:hover {
    color: #3c6382;
}


/* .mothercointainer {
    position: absolute;
    transform: translate(-50%, -50%); 
   transition: all 0.3s ease; 
   Add smooth transition 
} */

.toolTitle {
    margin: .7rem;
    color: white;
}

.toolBtn {
    margin: .3rem;
    border: none;
    background-color: #00a8ff;
    color: black;
    transition: .4s;
    color: #ffff;
}

.toolBtn:hover {
    background-color: #3c6382;
}

.toolBtn select {
    overflow: hidden;
    outline: none;
    border: none;
    transition: .3s;
}

.toolBtn select option {
    min-width: 3rem;
    transition: .3s;
    background-color: #000000;
    color: white;
    border-radius: 0 0 .3rem .3rem;
}

.uploadBtn {
    overflow: hidden;
    max-width: 11rem;
    display: flex;
    padding: 0.3rem;
}

.upBtn[type="file"] {
    display: none;
}

.mainCointainer {
    margin: 1rem auto;
    padding: .1rem;
    border-radius: .4rem;
    box-shadow: 2px -1px 11px grey;
    width: 95%;
    min-width: 860px;
    display: flex;
}

.editor-container {
    position: relative;
}

.editorMini {
    position: absolute;
    top: 1%;
    right: 2.5%;
    width: 15%;
    z-index: 1;
    margin: .2rem auto;
    padding: .2rem;
    border-radius: .3rem;
    font-size: 18px;
    font-weight: 600;
    background-color: #00800061;
    color: rgb(255, 255, 255);
    border: none;
    justify-content: space-around;
    transition: .3s;
    display: none;
}

.runBtn {
    margin: .2rem auto;
    padding: .2rem;
    border-radius: .3rem;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    background-color: green;
    color: rgb(255, 255, 255);
    border: none;
    justify-content: space-around;
    transition: all ease .3s;
}

.runBtn:active {
    scale: 0.9;
}

.runBtn:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(0, 255, 225);
}

.editor-container {
    border-radius: .5rem;
    margin: .3rem;
    height: 80vh;
    width: 40vw;
}

textarea {
    resize: none;
}

.codeBox {
    height: 80vh;
    width: 40vw;
    justify-content: space-around;
    background-color: black;
    border-radius: .5rem;
    color: #4cd137;
    font-family: Courier;
    padding: .5rem;
    margin: auto .3rem;
    outline: none;
}


/* CodeMirror Style */

.CodeMirror {
    position: relative;
    overflow: hidden;
    background: white;
    height: 98%;
    margin-right: 0.2rem;
    border-radius: 0.5rem;
    width: 100%;
}

.CodeMirror-scroll {
    height: 100%;
    width: 100%;
    color: #4cd137;
    font-family: Courier;
    justify-content: space-around;
    background-color: black;
}

.CodeMirror-vscrollbar::-webkit-scrollbar {
    width: 1rem;
    background-color: gray;
    cursor: pointer;
    border-radius: 0 .3rem .3rem 0;
}

.CodeMirror-vscrollbar::-webkit-scrollbar-thumb {
    width: .6rem;
    background-color: rgb(255, 255, 255);
    transition: .3s;
    border: .2rem solid transparent;
    background-clip: content-box;
    border-radius: .5rem;
    cursor: pointer;
}

.CodeMirror-vscrollbar::-webkit-scrollbar-thumb:hover {
    background-image: linear-gradient(green, orange, red, blue);
}

.outputDiv {
    height: 48%;
    border-radius: .5rem;
    background-color: #383737;
    border: 1px solid lightgreen;
    margin: .3rem 0;
    padding: .3rem;
    /* overflow-y: scroll; */
    /* overflow-x: scroll; */
    width: 34vw;
}

.outputDiv::-webkit-scrollbar {
    width: 1rem;
    background-color: gray;
    cursor: pointer;
    border-radius: .5rem;
}

.outputDiv::-webkit-scrollbar-thumb {
    width: .6rem;
    background-color: rgb(255, 255, 255);
    transition: .3s;
    border: .2rem solid transparent;
    background-clip: content-box;
    border-radius: .5rem;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background-image: linear-gradient(green, orange, red, blue);
}

::-webkit-scrollbar {
    width: 1rem;
    background-color: gray;
    cursor: pointer;
    border-radius: 0 .3rem .3rem 0;
}

::-webkit-scrollbar-thumb {
    width: .6rem;
    background-color: rgb(255, 255, 255);
    transition: .3s;
    border: .2rem solid transparent;
    background-clip: content-box;
    border-radius: .5rem;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background-image: linear-gradient(green, orange, red, blue);
}


/* Advance Option Ready Code Style CSS */

.readyCodeBtn {
    position: fixed;
    width: 40%;
    height: 60%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.576);
    border: 2px solid lightgreen;
    border-radius: .5rem;
    box-shadow: 5px 5px 5px white;
    display: none;
    padding: .5rem;
    top: 18%;
    left: 3%;
    overflow-y: scroll;
}

.codeTemplates li {
    margin: .3rem 0rem;
}


/*Hidden Shortcut CSS*/

.hiddenWizard {
    background: rgba(0, 0, 0, 0.711);
    border-radius: .5rem;
    padding: .5rem;
    position: fixed;
    top: 22%;
    left: 31%;
    z-index: 1;
    overflow-y: scroll;
    display: none;
    box-shadow: 1px 0px 6px white;
}

.hiddenWizard h2,
p {
    color: aqua;
}

.hiddenWizard button {
    position: absolute;
    top: .0;
    right: 0;
    background-color: transparent;
    color: red;
    border: none;
    font-size: 15px;
    transition: .3s;
}

.hiddenWizard button:hover {
    color: rgb(246, 66, 66);
}

table,
th,
td {
    border: 1px solid lightgreen;
}

table th {
    text-align: center;
    color: lightgreen;
    font-family: Arial, Helvetica, sans-serif;
}

td {
    color: #fff;
}

tbody {
    padding: .1rem;
    margin: 0 auto;
}

kbd {
    margin: 0 .2rem;
    width: 100%;
    text-align: center;
}