﻿@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.split {
  height: calc(100% - 89.5px);
  width: 100%;
  position: fixed;
  top: 60px;

}

::-webkit-scrollbar-thumb {
  background: #c7c7c7;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c7c7c7;
  border-radius: 2px;

}

::-webkit-scrollbar {
  background: transparent;
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-corner {
  background: #000000;
}

.top {
  display: flex;
  overflow: hidden;
  font-size: 14px;
  /* min-height: 100px; */
}

.gutter {
  background-color: #000000;
  z-index: 1;
}

.gutter.gutter-vertical {
  cursor: row-resize;
  z-index: 1;
  border-bottom: 1px solid #2f2f2f;
  border-top: 1px solid #2f2f2f;
  flex-shrink: 0;
}

.gutter.gutter-horizontal {
  cursor: col-resize;
  border-left: 1px solid #2f2f2f;
  border-right: 1px solid #2f2f2f;
  flex-shrink: 0;
}

.editor {
  /* border: 1px solid #ccc; */
  height: 100%;
}

.output {
  height: 300px;
  border: 0;
}

#output {
  width: 100%;
  height: 100%;
  border: none;
}

/* Styling theme Button Start*/
#theme-select {
  color: #ffffff;
  background: #444857;
  font-size: .8rem;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  text-decoration: none;
  outline: none;
  margin: 20px;
  margin-left: auto;
  padding: 5px;
  font-family: 'Lato', sans-serif;
}

#theme-select option {
  font-size: 13px;
  background-color: #b1acac;
  color: #000000;
  font-family: 'Lato', sans-serif;
}


.Theme-select {
  background: rgb(0, 0, 0);
  height: 60px;
  display: flex;
  align-items: center;
  background: #000;
  font-weight: bolder;
  border-bottom: 1px solid #2f2f2f;
  z-index: 1;
  position: fixed;
  width: 100%;

}

/* Styling theme Button End*/

.top label i.fa-copy {
  margin-left: auto;
}

.top label i {
  margin-left: auto;
}

.top label i {
  margin-right: 10px;
  margin-left: 10px;
}

.top label .fa-html5 {
  margin: 0px;
  margin-right: 3px;
  color: #ff2e04;
}

.top label .fa-css3-alt {
  margin: 0px;
  margin-right: 3px;
  color: #0436ff;
}

.top label .fa-square-js {
  margin: 0px;
  margin-right: 3px;
  color: #ffcd04;
}

.top .label-editor-bar {
  display: flex;
  align-items: center;
  background: #000;
  height: 40px;
  font-weight: 700;
  font-size: 1.1em;
  color: #ffffff;
  font-family: 'Lato', sans-serif;

}

.top label div span {
  margin-right: 0px;
  letter-spacing: 1.25px;
}

/* Styling Button Start */

/* Download Button  */
.fa-download {
  transition: transform 0.2s ease-in-out;
}

.fa-download:hover {
  transform: scale(1.4);
}

/* Copy Button  */
.fa-copy {
  transition: transform 0.2s ease-in-out;
}

.fa-copy:hover {
  transform: scale(1.4);
}

/* Clear Button  */
.fa-xmark {
  transition: transform 0.2s ease-in-out;
}

.fa-xmark:hover {
  transform: scale(1.4);
}

.fa-file-arrow-down {
  transition: transform 0.2s ease-in-out;
}

.fa-file-arrow-down:hover {
  transform: scale(1.4);
}

.fastar {
  transition: transform 0.2s ease-in-out;
  font-family: monospace;
}

.fastar:hover {
  transform: scale(1.4);
}

/* Styling Button End */
.top .right-fixed {
  border: 1px solid #000000;
  border-left: 1px solid #2f2f2f;
  height: 100%;
  width: 18px;
  background: #000000;
  position: relative;
  right: 0;
  z-index: 1;
}

.top .left-fixed {
  border: 1px solid #000000;
  border-right: 1px solid #2f2f2f;
  height: 100%;
  width: 18px;
  background: #000000;
  position: relative;
  left: 0;
  z-index: 1;
}

.bottom-fixed {
  border: 1px solid #000000;
  border-top: 1px solid #2f2f2f;
  min-height: 30px;
  width: 100%;
  background: #000000;
  position: fixed;
  bottom: 0;
}

.CodeMirror-hints {
  color: #616569;
  background-color: #ebf3fd !important;
  font-family: 'Lato', sans-serif;
}

.Logo {
  color: #fff;
  text-align: center;
  font-size: 25px;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  margin-left: 20px;
  letter-spacing: 3px;
  font-weight: 600;
}

.moveable-label {
  background: #1d1e22;
  padding: 10px;
  min-width: 100px;
  margin-right: 10px;
  border-top: 3px solid #34363e;
  color: #aaaebc;
}


.bottom-btn {
  color: #ffffff;
  background: #444857;
  font-size: .8rem;
  cursor: pointer;
  padding-inline: 7px;
  padding-block: 2px;
  margin-block: 4;
  border: 1px solid transparent;
  border-radius: 2px;
  text-decoration: none;
  line-height: 1.2;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-top: 3.5px;
  font-family: 'Lato', sans-serif;
}

.right-button {
  float: right;
  margin-right: 4px;
}

#open-output-btn {
  margin-inline-start: 4px;
}

.d-btn:hover {
  background: #6c7289e0;
}

/* Styling for Shortcut Button */

#shortcuts-prompt {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  font-family: 'Lato', sans-serif;

}

#shortcuts-table {
  height: 500px;
  width: 850px;
  background-color: #000;
  overflow: auto;
  padding: 20px;
  border-radius: 5px;
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  border: 10px solid #5a5f73;
}

#shortcuts-table td {
  padding: 5px;
  color: #bdbdbd;
}

/* #shortcuts-table .td-right {
  padding-right: 70px;
} */

#shortcuts-table th {
  font-weight: bold;
  padding: 5px;
  text-align: right;
}

#shortcuts-close-btn {
  background-color: #f44336;
  color: #fff;
  border: none;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 25px;
}

#shortcuts-table-wrapper {
  position: relative;
}

#shortcuts-table td span {
  padding-inline: 5px;
  background-color: #c7c9d3;
  color: black;
  margin: 1px;
  border-radius: 3px;
  font-weight: 600;
}

@media(max-width:900px) {
  #shortcuts-table {
    width: 600px;
    font-size: 13px;
  }
}

@media(max-width:600px) {
  #shortcuts-table {
    width: 500px;
  }
}

@media(max-width:500px) {
  #shortcuts-table {
    width: 350px;
  }

  .Logo {
    font-size: 20px;
  }
}

@media(max-width:350px) {
  #shortcuts-table {
    width: 200px;
    font-size: 10px;
  }
}