iframe {
  border: none;
}

body {
  height: 100%;
  overflow: hidden;
}

html {
  height: 100%;
  background-color: rgb(28, 31, 34);
  overflow: hidden;
}

button {
  background-color: rgb(44, 49, 53);
  color: white;
  border: none;
}

button[buttonIconType=CROSS] {
  top: 8px !important;
  right: 8px !important;
  transform: rotateZ(45deg) !important;
  font-size: 30px !important;
  background-color: rgba(0, 0, 0, 0) !important;
  color: white !important;
}

button[buttonIconType=CROSS]:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  color: rgb(82, 90, 95) !important;
}

button[buttonIconType=CROSS]:active {
  background-color: rgba(0, 0, 0, 0) !important;
  color: rgb(30, 34, 37) !important;
}

button[selected] {
  background-color: rgb(21, 23, 25);
}

button:not([disabled]):hover {
  background-color: rgb(62, 70, 75);
}

button:not([disabled]):active {
  background-color: rgb(30, 34, 37);
}

option, select {
  background-color: rgb(44, 49, 53);
  color: white;
  border: none;
  height: 40px;
  outline: none;
}

input {
  background-color: rgb(44, 49, 53);
  color: white;
  border: none;
  outline: none;
  font-size: 16px;
  border-radius: 10px;
}

h1, h2, h3, h4, h5, h6, span, p, label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
}

::-webkit-scrollbar-track:hover {
  background-color: rgb(50, 50, 50);
  width: 10px;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(120, 120, 120);
  width: 10px;
  border-radius: 5px;
}

:not(:hover)::-webkit-scrollbar {
  display: none;
}

body, html {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  display: grid;
  grid-template-columns: calc(100% - 500px) 500px;
  grid-template-rows: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

#content {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}

#content[borderc=collapse] .outerCellTop {
  border-top: inherit !important;
}

#content[borderc=collapse] .outerCellRight {
  border-right: inherit !important;
}

#content[borderc=collapse] .outerCellLeft {
  border-left: inherit !important;
}

#content[borderc=collapse] .outerCellBottom {
  border-bottom: inherit !important;
}

#overflowContent {
  width: 100%;
  height: 98%;
  grid-area: 1/1/2/2;
  overflow: auto;
}

#style {
  border-left: 2px solid rgb(61, 61, 61);
  width: 100%;
  height: 98%;
  grid-area: 1/2/2/3;
  overflow-y: auto;
  overflow-x: hidden;
}

.changableElement {
  width: 100%;
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}

.changableElement span {
  width: 100%;
  grid-area: 1/1/2/2;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.changableElement .secondsElement {
  grid-area: 1/2/2/3;
}

:root[browser="Mozilla Firefox"] input {
  width: 98%;
}

:root[browser="Apple Safari"] input {
  width: 92%;
}

input[type=color], select, option {
  background-color: rgb(44, 49, 53);
  color: white;
  border: none;
  width: 100% !important;
  height: 30px;
  outline: none;
  font-size: 16px;
  border-radius: 10px;
}

input[type=checkbox] {
  background-color: rgb(44, 49, 53);
  color: white;
  border: none;
  height: 20px;
  outline: none;
  font-size: 16px;
}

/* .cell{
    border: inherit;
}

.column{
    border: inherit;
} */
#colDetails, #rowDetails, #cellDetails, #borderDetails, #extraStyleDetails, #fileDetailsDetails {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: white;
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
  max-height: 2.5em !important;
  transition: all 0.1s ease;
  text-align: end;
  list-style: none;
  /* ::-webkit-details-marker{
      display:none;
  } */
  /* &[open]>.elementDiv{
  } */
  /* >:not([open]) :not(summary) {
         animation: normal closeSummary 1s ease;
  } */
}
#colDetails > summary, #rowDetails > summary, #cellDetails > summary, #borderDetails > summary, #extraStyleDetails > summary, #fileDetailsDetails > summary {
  transition: all 1.2s ease;
  list-style: none;
  margin-top: 0.25em;
  color: #99e;
  padding: 0.1em 0.5em 0.2em;
  background: #444;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 30px;
}
#colDetails > summary ::marker, #rowDetails > summary ::marker, #cellDetails > summary ::marker, #borderDetails > summary ::marker, #extraStyleDetails > summary ::marker, #fileDetailsDetails > summary ::marker {
  text-align: end;
  content: "XY";
}
#colDetails > summary::marker, #colDetails > summary::-webkit-details-marker, #rowDetails > summary::marker, #rowDetails > summary::-webkit-details-marker, #cellDetails > summary::marker, #cellDetails > summary::-webkit-details-marker, #borderDetails > summary::marker, #borderDetails > summary::-webkit-details-marker, #extraStyleDetails > summary::marker, #extraStyleDetails > summary::-webkit-details-marker, #fileDetailsDetails > summary::marker, #fileDetailsDetails > summary::-webkit-details-marker {
  content: "";
  display: none;
}
#colDetails[open] > summary, #rowDetails[open] > summary, #cellDetails[open] > summary, #borderDetails[open] > summary, #extraStyleDetails[open] > summary, #fileDetailsDetails[open] > summary {
  background: rgb(42, 42, 77);
  color: #727272;
}

select {
  border-radius: 10px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

@keyframes openSummary {
  0% {
    height: 0%;
  }
  100% {
    height: auto;
  }
}
@keyframes closeSummary {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
.marker {
  text-align: end;
  /* justify-self: center; */
  align-self: center;
  grid-area: 1/3/2/4;
  margin-right: 10px;
}

.icon {
  text-align: start;
  justify-self: center;
  align-self: center;
  grid-area: 1/1/2/2;
}

.text {
  justify-self: center;
  align-self: center;
  grid-area: 1/2/2/3;
}

#colDetails[open], #rowDetails[open], #cellDetails[open], #borderDetails[open], #extraStyleDetails[open], #fileDetailsDetails[open] {
  height: auto;
  transition: all 1.2s ease;
  max-height: 99em !important;
}

.elementDiv {
  margin-left: 20px;
  width: 93%;
  text-align: start;
}

#extraStyle button {
  border-radius: 5px;
  font-size: 16px;
}

#extraStyleSummary .icon {
  transform: rotate(180deg);
}

#mainEditorDiv {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  padding: 40px;
  background-color: rgb(44, 49, 53);
}

#editor {
  width: 100%;
  height: 100%;
}

#closeEditor {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: white;
  background-color: rgb(44, 49, 53);
}

#closeEditor:hover {
  color: rgb(62, 70, 75);
  background-color: rgb(44, 49, 53);
}

#closeEditor:active {
  color: rgb(30, 34, 37);
  background-color: rgb(44, 49, 53);
}

#download, #upload, #toImage {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  margin-top: 40px;
}

#download {
  grid-area: 1/1/2/2;
}

#upload {
  grid-area: 2/1/3/2;
}

#toImage {
  grid-area: 3/1/4/2;
  font-size: 25px;
}

#fileDetails {
  display: flex;
  justify-content: center;
  align-content: center;
  height: auto;
  width: 91%;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

#result {
  width: 80%;
  height: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(64, 69, 73);
  border-radius: 10px;
  z-index: 20;
  padding: 20px;
}

#copiedImage {
  margin-left: 10px;
  margin-top: 10px;
}

#resultClose {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: rgba(0, 0, 0, 0);
}

#resultClose:hover {
  color: rgb(82, 90, 95);
  background-color: rgba(0, 0, 0, 0);
}

#resultClose:active {
  color: rgb(30, 34, 37);
  background-color: rgba(0, 0, 0, 0);
}

#imageContent {
  overflow: auto;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=main.css.map */