body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: medium;
}

.intLink {
  cursor: pointer;
}

img.intLink {
  border: 0;
}

#toolBar1 select {
  font-size: 10px;
}

#textBox, #textBox1 {
  min-height: 200px;
  max-height: 350px;
  padding: 12px;
  outline: none;
  text-decoration: none;
}

/*
*::selection {
    background: rgba(0, 0, 0, 0);
  }*/
#sourceText {
  padding: 12px;
  margin: 0;
  min-width: 75%;
  min-height: 200px;
  outline: none;
  white-space: normal;
  height: 200px;
  overflow: auto;
}

.textarean {
  display: none;
}

.icon {
  width: 16px;
  height: 16px;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  padding: 12px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  /*@media (min-width: 576px) {
      width: 32px;
    height: 32px
  }*/
}

.icon-left {
  width: 16px;
  height: 16px;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  padding: 4px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-left:hover {
  background-color: #4CAF50;
  color: white;
}

.icon-left1 {
  width: 16px;
  height: 16px;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  padding: 4px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-left1:hover {
  background-color: #4CAF50;
  color: white;
}

.icon2 {
  width: 20px;
  height: 20px;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  padding: 4px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

.icon2:hover {
  background-color: #4CAF50;
  color: white;
}

.icon3 {
  width: 30px;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  padding: 2.6px;
  text-align: center;
  vertical-align: middle;
}

.gicon {
  border: 1px rgba(0, 0, 0, 0) solid;
  color: rgba(0, 0, 0, 0);
  display: none;
}

.gicon1 {
  border: 1px rgba(0, 0, 0, 0) solid;
  color: black;
}

#icon {
  border-top: 1px #000000 solid;
  border-left: 1px #000000 solid;
  border-right: 1px #000000 solid;
  padding: 4px;
  margin: 0px 0;
  cursor: default;
}

.edit0 {
  width: 766px;
  background-color: white;
  /*overflow: scroll;*/
}

/*
.edit {
    
    border-top: 1px #000000 solid;
    border-left: 1px #000000 solid;
    border-right: 1px #000000 solid;


  
}
*/
.container {
  width: 100%;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 410px) {
  .container {
    max-width: 360px;
  }
}

@media (min-width: 410px) {
  .container {
    max-width: 429px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container1 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 576px) {
  .container1 {
    max-width: 429px;
  }
}

@media (min-width: 576px) {
  .container1 {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container1 {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container1 {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container1 {
    max-width: 1140px;
  }
}

.edit {
  width: 100%;
  padding: 12px 0;
  /*   @media (min-width: 576px) {
          max-width: 540px;
      }
    
      @media (min-width: 768px) {
          max-width: 720px;
      }
    
      @media (min-width: 992px) {
          max-width: 960px;
      }
    
      @media (min-width: 1200px) {
          max-width: 1140px;
      }*/
}

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  z-index: 1050;
}

.btn-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  padding: 2px 0;
}

.btn-group:hover .dropdown-group,
.btn-group:hover .dropdown-group-color {
  display: block;
}

.btn-group button:hover {
  background-color: #4CAF50;
  color: white;
}

.dropdown-group {
  display: none;
  position: absolute;
  background-color: #b1a0a0;
  top: 27px;
  z-index: 1;
}

.dropdown-group .dropdown-group-left {
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-group .dropdown-group-left button, .dropdown-group .dropdown-group-left div {
  text-decoration: none;
  display: block;
}

.dropdown-group .dropdown-group-left button:hover, .dropdown-group .dropdown-group-left div:hover {
  background-color: #340ca0;
}

.dropdown-group button:hover {
  background-color: #ddd;
}

.dropdown-group-color {
  display: none;
  position: absolute;
  background-color: #b1a0a0;
  border: 1px black solid;
  border-width: 1px;
  top: 27px;
  z-index: 1;
}

.dropdown-group-color .dropdown-group-left {
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-group-color .dropdown-group-left button, .dropdown-group-color .dropdown-group-left div {
  text-decoration: none;
  display: block;
}

.dropdown-group-color .dropdown-group-left button:hover, .dropdown-group-color .dropdown-group-left div:hover {
  background-color: #340ca0;
}

.dropdown-group-color button:hover {
  background-color: #ddd;
}

.dropdown-panels {
  display: inline-block;
}

.fonts, .fontname, .forecolor {
  border: 1px black solid;
  padding: 4px;
  width: 100px;
  color: #000000 !important;
  display: inline-block;
  text-align: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font: 400 13.3333px Arial;
}

.fonts:hover, .fontname:hover, .forecolor:hover {
  background-color: #4CAF50;
  color: white;
}

.forec {
  border-color: rgba(0, 0, 0, 0.2);
  border: 0px;
  padding: 0px;
  width: 26px;
  height: 26px;
  color: rgba(0, 0, 0, 0);
  float: left;
}

.forec div {
  border-color: rgba(0, 0, 0, 0.2);
  border: 0px;
  padding: 0px;
  margin: 3px;
  width: 20px;
  height: 20px;
  color: rgba(0, 0, 0, 0);
}

.forec1 {
  display: none;
}

h1, h2, h3, h4, h5, h6, p, pre {
  margin: 0;
}

button {
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}

.dialog {
  background: #134fbe;
  color: white;
}

.color-picker {
  position: absolute;
  /*left: 70px; */
  background-color: white;
  height: 414px;
  width: 304px;
  border: solid 1px #ccc;
  opacity: 0;
  padding: 7px;
  margin: 0;
}

/*
.data-color.palc {
  display: flex;
}*/
#data-color {
  width: 100%;
}

#data-color .data-color0 {
  width: 150px;
  float: left;
  /* position: relative; */
}

#data-color .data-color1 {
  width: 120px;
  float: right;
  /* position: relative; */
}

.data-color.palc {
  margin-top: 15px;
}

.palet-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#slider {
  width: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 250px;
  cursor: n-resize;
  margin-right: 0px !important;
  /*#color-strip {
    cursor: n-resize;
      
  
}
 #color-strip1 {
    
      height: 150px;
      width: 20px;
  
} */
}

#slider #color-strips {
  background: black;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0.5px;
  width: 100%;
  position: absolute;
}

#color-slider {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}

#pallet {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
}

.palc {
  margin-right: 15px;
  position: relative;
  /*#color-block {
    width: 250px;
    height: 250px;
  }*/
}

.palc .pallet {
  background: 0 0;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 12px;
  position: absolute;
  width: 12px;
}

.palc .pallet .inner {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 10px;
  position: absolute;
  width: 10px;
}

#data-color #data-color0, #data-color #data-color1 {
  padding-bottom: 5px;
  width: 155px;
}

#data-color #data-color0 .dcolor, #data-color #data-color1 .dcolor {
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#colorrgba {
  height: 150px;
  margin-right: -15px;
}

/*
#mydivheader, #mydivfooter {
  cursor: move;
  z-index: 10;

}*/
.modal-header {
  padding: 10px;
  background-color: #2196F3;
  color: #fff;
  text-align: center;
  place-items: center;
}

.modal-footer {
  padding: 10px;
  background-color: #2196F3;
  color: #fff;
  text-align: center;
  place-items: center;
}

.modal-dialog {
  width: 334px;
  height: 524px;
}

.modal-dialog-data {
  width: 950px;
  height: 310px;
}

.modal-dialog-url {
  width: 400px;
  height: 340px;
}

.modal-body {
  height: 430px;
  padding: 7px;
}

.modal-body-data {
  /*position: relative;
      width: 100%;
      float: left;*/
  height: 220px;
  padding: 5px;
  white-space: normal;
  overflow: hidden;
  /* Track */
  /* Handle */
}

.modal-body-data ::-webkit-scrollbar {
  width: 10px;
}

.modal-body-data ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.modal-body-data ::-webkit-scrollbar-thumb {
  background: #2196F3;
  border-radius: 10px;
}

.modal-body-url {
  height: 250px;
  padding: 5px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  overflow: auto;
}

/* Modal Content/Box */
.modal-content {
  /*background-color: #fefefe;
  border: 1px solid #888;*/
  position: absolute;
  background: #892f2f;
  width: 334px;
}

.modal-content-data {
  /* background-color: #fefefe;
  border: 1px solid #888;*/
  background: #8b2f2f;
  /*position: absolute;
  width: 949px;*/
}

.modal-content-url {
  /* background-color: #fefefe;
  border: 1px solid #888;*/
  background: #8b2f2f;
  /*position: absolute;
  width: 390px;*/
}

.divinput {
  width: 100%;
  /* display: block; */
  /* float: left; */
}

.inputurl {
  width: 382px;
}

.inputsize {
  width: 45%;
}

#inpuWidth {
  float: left;
}

#inputHeight {
  float: right;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 22px;
  font-weight: bold;
  margin-top: -3px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}

.textm {
  text-align: center;
  place-items: center;
}

#timer {
  height: 130px;
  padding-left: 5px;
  padding-right: 10px;
}

#timer1 {
  height: 338px;
  padding-left: 5px;
  padding-right: 10px;
}

#data {
  height: 160px;
  padding-left: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
}

.colord {
  display: flow-root;
  padding: 2px 0;
  text-align: center;
  place-items: center;
}

.color-span {
  padding: 5px;
}

.input-div0 {
  width: 143px;
  background-color: #aaa;
  padding: 5px;
}

.input-div {
  width: 40px;
  background-color: #aaa;
  padding: 5px;
  margin-right: 1px;
}

#timer, #timer1, #data {
  overflow: auto;
}

#mydiv1 {
  display: none;
}

#mydiv {
  position: fixed;
  z-index: 9;
  overflow: hidden;
  background-color: #2523252a;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1100;
  /* Track */
  /* Handle */
}

#mydiv ::-webkit-scrollbar {
  width: 10px;
}

#mydiv ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

#mydiv ::-webkit-scrollbar-thumb {
  background: #2196F3;
  border-radius: 10px;
}

.iframe {
  background-color: #fff;
  border: 1px #000000 solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: auto;
  height: 230px;
  width: 100%;
}

span.title {
  font-weight: bold;
}

.block {
  margin: 10px;
  padding: 10px;
  background-color: azure;
  float: left;
  width: 100%;
}

.block1 {
  margin: 10px;
  padding: 10px;
  float: left;
  width: 100%;
}

.block2 {
  margin: 0 10px;
  /*padding: 10px;*/
  float: left;
  width: 100%;
}

.info2 {
  display: none;
  padding: 2.6px 16px;
  border-radius: 28px;
  border: 1px solid;
}
/*# sourceMappingURL=app.css.map */