audio::-webkit-media-controls-panel {
  background-color: #222222;
}

cite {
  font-weight:bold;
  color: #0dcaf0;
  margin-top: 8px;
  margin-bottom: 0px;
  cursor: pointer;
}

time {
  cursor: pointer;
  color: #fcc02c;
  margin-top: 0px;
}

p {
  margin-top: 12px;
}

.autoresizing {
  display: block;
  overflow: hidden;
  resize: none;
  padding: 2%;
  border-radius: 6px;
  margin-top: 1%;
  border: none !important;
  background-color: transparent !important;
  padding: 0px !important;
  width: 100%;
}

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

.square-click {
  aspect-ratio: 1/1; 
  cursor: pointer;
}

.square-click-div{
  height: 100%;
  width: 100%;
  transition-duration: .3s;
  text-align: center;
}

.square-click-div i {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.square-click-div:hover {
  background-color: #0dcaf0;
  border-color: #0a5e78;
  color: #0a5e78;
}

.square-click-div:hover * {
  color: inherit;
}

.ck.ck-content, .ck.ck-content *{
  background-color: #222222 !important;
  color: #f8f9fa !important;
  border: none !important;
}

.ck.ck-editor * {
  background-color: #222222;
}


.edpg {
  color: #0dcaf0;
  scroll-margin-top: 300px;
}

.highlight, #bugInfoDiv {
  scroll-margin-top: 300px;
}

.edpg:focus {
  color: #ffffff;
  border: none !important;
  outline: none !important;
}

.shadow-in {
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.45) inset;
}

.shadow-out {
  box-shadow: 0 7px 30px -10px rgba(0,0,0,0.5);
}

.no_button {
  border: none !important;
  background: transparent !important;
  outline: none !important;
}

.fixed_center {
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.li-hover {
  padding: .5rem;
  cursor: pointer;
  border-radius: 4px;
}
.li-hover:hover {
  background-color: #0dcaf0;
  color: #0a5e78;
  box-shadow: 0 7px 30px -10px rgba(0,0,0,0.5);
}

.no_form {
  border: none;
  padding: none;
  background-color: transparent;
}

@keyframes openFunctionMenu {
  0% {top: -150%;}
  100% {top: 150px;}
}

.functionMenu {
  position: fixed;
  top: 150px;
  left: 25%;
  width: 50%;
  overflow: hidden;
  animation-name: openFunctionMenu;
  animation-duration: 1s;
  z-index: 1000000;
}

.bugLink {
  cursor: pointer;
}

.bppg {
  text-align: left;
  cursor: pointer;
}

.bppg:focus {
  cursor: default;
  outline: none !important;
  border: none !important;
}

.noForm {
  padding: 0px !important;
  background-color: transparent;
  color: #fcc02c;
  border: none !important;
  outline: none !important;
  transition: all .2s;
  font-size: 1.5rem;
  width: 100%;
}

.noForm:hover, .noForm:focus {
  padding: 0px !important;
  background-color: transparent;
  color: #fff;
  border: none !important;
  outline: none !important;
}

.pointer {
  cursor: pointer;
}

.cModal {
  z-index: 10000;
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50vw;
}

.bottomDiv {
  position: fixed;
  bottom: 0;
  width: 400px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.isYear {
  color: #ff7000;
  padding: .25rem;
  border: 1px solid #ff7000;
  border-radius: 4px;
  scroll-margin-top: 300px;
}
.qQ {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 1.2rem;
  color: #fcc02c;
}
