.button.add_new {
  float: right;
  margin: 0px 50px 0 0;
  background-color: #E75448;
  padding: 10px 15px;
  color: white;
  font-family: helvetica, arial, sans-serif;
  border-radius: 4px;
  font-weight: 500;
}
.button.add_new.add_new {
  text-decoration: none;
}

.invisible {
  visibility: hidden;
}

/* BOARD */
#board {
  padding: 100px 30px 30px;
  margin-top: 40px;
  overflow-y: visible;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.sticky-note.sticky-note-container #board {
  background-image: url("../themes/kebaya/boardtext.jpg");
  border: 5px solid brown;
  padding: unset;
  padding: 50px 0;
  margin: 0 50px;
  margin-top: 80px;
  border-radius: 30px;
}
.sticky-note.sticky-note-container #board .note {
  border: 1px solid black !important;
  box-shadow: unset !important;
  transform: rotate(7deg) !important;
}
.sticky-note.sticky-note-container #board .note .text textarea {
  background-color: transparent !important;
  border: unset !important;
}
.sticky-note.sticky-note-container #board .note::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: -10px;
  left: -10px;
  background-image: url("../themes/kebaya/pin.png");
  background-size: cover;
  filter: drop-shadow(-2px 5px 3px black);
}
.sticky-note.sticky-note-container #board .note:nth-child(10n+1) {
  background-color: #FFEB3B !important; /* Kuning terang */
  /* Hitam */
}
.sticky-note.sticky-note-container #board .note:nth-child(10n+1) * {
  color: #000000 !important;
}
.sticky-note.sticky-note-container #board .note:nth-child(10n+2) {
  background-color: #FF9800 !important; /* Orange terang */
}
.sticky-note.sticky-note-container #board .note:nth-child(10n+2) * {
  color: #000000 !important;
}
.sticky-note.sticky-note-container #board .note:nth-child(10n+3) {
  background-color: #F44336 !important; /* Merah */
}
.sticky-note.sticky-note-container #board .note:nth-child(10n+3) * {
  color: #ffffff !important;
}
.sticky-note.sticky-note-container #board .note:nth-child(10n+4) {
  background-color: #4CAF50 !important; /* Hijau daun */
}
.sticky-note.sticky-note-container #board .note:nth-child(10n+4) * {
  color: #ffffff !important;
}
.sticky-note.sticky-note-container #board .note:nth-child(10n+5) {
  background-color: #2196F3 !important; /* Biru */
}
.sticky-note.sticky-note-container #board .note:nth-child(10n+5) * {
  color: #ffffff !important;
}
.sticky-note.sticky-note-container #board .note:nth-child(10n+6) {
  background-color: #9C27B0 !important; /* Ungu */
}
.sticky-note.sticky-note-container #board .note:nth-child(10n+6) * {
  color: #ffffff !important;
}
.sticky-note.sticky-note-container #board .note:nth-child(10n+7) {
  background-color: #E91E63 !important; /* Pink gelap */
}
.sticky-note.sticky-note-container #board .note:nth-child(10n+7) * {
  color: #ffffff !important;
}
.sticky-note.sticky-note-container #board .note:nth-child(10n+8) {
  background-color: #00BCD4 !important; /* Cyan */
}
.sticky-note.sticky-note-container #board .note:nth-child(10n+8) * {
  color: #000000 !important;
}
.sticky-note.sticky-note-container #board .note:nth-child(10n+9) {
  background-color: #CDDC39 !important; /* Lime green */
}
.sticky-note.sticky-note-container #board .note:nth-child(10n+9) * {
  color: #000000 !important;
}
.sticky-note.sticky-note-container #board .note:nth-child(10n) {
  background-color: #795548 !important; /* Coklat */
}
.sticky-note.sticky-note-container #board .note:nth-child(10n) * {
  color: #ffffff !important;
}

/* NOTE */
.note {
  float: left;
  display: block;
  position: relative;
  padding: 1em;
  width: 230px;
  min-height: 250px;
  background: linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.25));
  background-color: #FFFD75;
  box-shadow: 5px 5px 10px -2px rgba(33, 33, 33, 0.3);
  transition: transform 0.15s;
  z-index: 1;
}
.note:hover {
  cursor: move;
}
.note .text p {
  font-family: Comic Sans, helvetica, arial, sans-serif;
}

textarea::-webkit-scrollbar {
  width: 3px;
  background-color: orange;
}

textarea::-webkit-scrollbar-track {
  background: #FFFD75;
}

textarea::-webkit-scrollbar-thumb {
  background: orange;
  border-radius: 30px;
}

textarea::-webkit-scrollbar-thumb:hover {
  background: orange;
  border-radius: 30px;
}

textarea {
  background-color: transparent;
  border: none;
  resize: vertical;
  font-family: "Gloria Hallelujah", cursive;
  width: 100%;
  height: 150px;
  max-height: 250px;
  padding: 5px;
  font-size: 9pt;
  color: #666;
  border: unset;
  outline: unset;
}
textarea:focus {
  outline: none;
  border: none;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2) inset;
}

/* NOTE INFO */
.info {
  position: absolute;
  bottom: 20px;
  width: 89%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info .user span,
.info .date span {
  font-size: 12px;
  color: #666;
}

section.sticky-container,
div.sticky-container {
  padding-top: unset;
}

section.sticky-container.sticky-container-slide,
div.sticky-container.sticky-container-slide {
  overflow: auto;
}

section.sticky-container.sticky-container-slide::-webkit-scrollbar,
div.sticky-container.sticky-container-slide::-webkit-scrollbar {
  display: none;
}

.sticky-note.started #board {
  padding: 0 50px;
}
.sticky-note.started #board form .note {
  background: #FFFD75;
  position: static;
  float: unset;
  width: 100%;
  transform: unset;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  justify-content: space-between;
}
.sticky-note.started #board form .note .info {
  position: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  gap: 25px;
}
.sticky-note.started #board form .note .info .mybtnai {
  display: flex;
  gap: 10px;
}
.sticky-note.started #board form .note .info .mybtnai button {
  background: darkorange;
  border: darkorange;
  margin-top: unset;
  color: white;
}
.sticky-note.started #board form .note .info .user-input {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sticky-note.started #board form .note .info .user label {
  margin-bottom: unset;
  color: #666;
}
.sticky-note.started #board form .note .info .user input {
  background: #fff89a;
  /* border: unset; */
  border: 1px solid #bdc808;
  outline: unset;
  padding: 0 9px;
  border-radius: 4px;
  margin-left: 5px;
  font-size: 13px;
}
.sticky-note.started #board form .note .info .hadir {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sticky-note.started #board form .note .info .hadir label {
  margin-bottom: unset;
  color: #666;
}
.sticky-note.started #board form .note .info .hadir .attendances {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sticky-note.started.started-slide #board form {
  width: 83%;
}
.sticky-note.started.started-slide #board form .note {
  min-height: 195px;
}
.sticky-note.started.started-slide #board form .note .text textarea {
  height: 100px;
  margin-bottom: unset;
}
.sticky-note.started.started-slide #board form .note .info .user-input .user,
.sticky-note.started.started-slide #board form .note .info .user-input .hadir {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sticky-note.started.started-slide #board form .note .info .user-input .user input, .sticky-note.started.started-slide #board form .note .info .user-input .user label,
.sticky-note.started.started-slide #board form .note .info .user-input .hadir input,
.sticky-note.started.started-slide #board form .note .info .user-input .hadir label {
  margin: unset;
}
.sticky-note.started.started-slide #board form .note .info .user-input .user label,
.sticky-note.started.started-slide #board form .note .info .user-input .hadir label {
  width: unset;
}
.sticky-note.started.started-slide #board form .note .info .user-input .user .items,
.sticky-note.started.started-slide #board form .note .info .user-input .hadir .items {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  gap: 6px;
}

.sticky-note.sticky-note-container.sticky-note-slide #board {
  padding-top: unset;
  margin-top: 40px;
  height: 265px;
  overflow: auto;
}
.sticky-note.sticky-note-container.sticky-note-slide #board .note .text textarea {
  height: 140px;
}

.sticky-note.sticky-note-container #board {
  padding-top: 30px;
}

@media screen and (max-width: 1050px) {
  .sticky-note.started.started-slide #board form .note .info .mybtnai button {
    padding: 2px 5px;
    font-size: 13px;
  }
}
@media screen and (max-width: 950px) {
  .sticky-note.started.started-slide #board form {
    width: 100%;
  }
  .sticky-note.sticky-note-container.sticky-note-slide #board {
    margin-top: 25px;
  }
}
@media screen and (max-width: 850px) {
  #board {
    padding-top: 50px;
  }
  .sticky-note.started #board {
    padding: 0 30px;
  }
  .sticky-note.started #board form {
    width: 100%;
  }
  .sticky-note.started #board form .note {
    padding-top: unset;
  }
  .sticky-note.started #board form .note .info {
    gap: 10px;
  }
  .sticky-note.started #board form .note .info .user input {
    width: 70px;
  }
  .sticky-note.started.started-slide #board form .note {
    padding-top: 15px;
  }
}
@media screen and (max-width: 780px) {
  .sticky-note.started #board form .note {
    padding: 20px;
  }
  .sticky-note.started #board form .note .info {
    flex-direction: column;
  }
  .sticky-note.started #board form .note .info .user-input,
  .sticky-note.started #board form .note .info .mybtnai {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .sticky-note.started #board form .note .info .user input {
    width: 100px;
  }
  .sticky-note.started #board form .note .info .hadir label {
    display: none;
  }
  .sticky-note.started #board form .note .info .hadir .attendances .items label {
    display: unset;
  }
  .sticky-note.started #board form .note .info .user-input,
  .sticky-note.started #board form .note .info .mybtnai {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sticky-note.started #board form .note .info .user-input button,
  .sticky-note.started #board form .note .info .mybtnai button {
    flex: 1;
    width: 100%;
  }
}
body.blueroses .box-hadiah,
body.blueroses .bulat {
  background: #428aba;
}
body.blueroses .sticky-note.started #board form .note {
  background-color: #ecf0f1;
  box-shadow: 0 0 3px 0 #428aba;
}
body.blueroses .sticky-note.started #board form .note .text textarea::-webkit-scrollbar {
  background-color: #428aba;
}
body.blueroses .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.blueroses .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb {
  background: #428aba;
}
body.blueroses .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: #428aba;
}
body.blueroses .sticky-note.started #board form .note .info .mybtnai button {
  background: #428aba;
  border: #428aba;
}
body.blueroses .sticky-note.started #board form .note .info .user input,
body.blueroses .sticky-note.started #board form .note .info .date input {
  border: unset;
  outline: unset;
  background: whitesmoke;
}
body.blueroses .sticky-note.sticky-note-container #board .note {
  background-color: #ecf0f1;
  box-shadow: 0 0 3px 0 #428aba;
}
body.blueroses .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar {
  background-color: #428aba;
}
body.blueroses .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.blueroses .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb {
  background: #428aba;
}
body.blueroses .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: #428aba;
}
body.blueroses .sticky-note.sticky-note-container #board .note .info .mybtnai button {
  background: #428aba;
  border: #428aba;
}
body.blueroses .sticky-note.sticky-note-container #board .note .info .user input,
body.blueroses .sticky-note.sticky-note-container #board .note .info .date input {
  border: unset;
  outline: unset;
  background: whitesmoke;
}

body.floral .sticky-note.started #board form .note {
  background-color: rgba(219, 219, 219, 0.06);
  box-shadow: 0 0 5px #fac172;
  border: 1px solid #ee8ca7;
}
body.floral .sticky-note.started #board form .note .text textarea {
  color: #ee8ca7;
  background-color: transparent;
  border: unset;
  outline: unset;
}
body.floral .sticky-note.started #board form .note .text textarea::-moz-placeholder {
  color: #ee8ca7;
}
body.floral .sticky-note.started #board form .note .text textarea::placeholder {
  color: #ee8ca7;
}
body.floral .sticky-note.started #board form .note .text textarea::-webkit-input-placeholder {
  color: #ee8ca7;
}
body.floral .sticky-note.started #board form .note .text textarea:-moz-placeholder { /* Upto Firefox 18, Deprecated in Firefox 19  */
  color: #ee8ca7;
}
body.floral .sticky-note.started #board form .note .text textarea::-moz-placeholder { /* Firefox 19+ */
  color: #ee8ca7;
}
body.floral .sticky-note.started #board form .note .text textarea:-ms-input-placeholder {
  color: #ee8ca7;
}
body.floral .sticky-note.started #board form .note .text textarea::-webkit-scrollbar {
  background-color: #ee8ca7;
}
body.floral .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.floral .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb {
  background: #ee8ca7;
}
body.floral .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: #ee8ca7;
}
body.floral .sticky-note.started #board form .note .info .mybtnai button {
  background: #ee8ca7;
  border: #ee8ca7;
  color: white;
}
body.floral .sticky-note.started #board form .note .info .hadir input {
  background-color: #ee8ca7;
  color: white;
}
body.floral .sticky-note.started #board form .note .info .hadir label {
  color: #ee8ca7;
}
body.floral .sticky-note.started #board form .note .info .user input,
body.floral .sticky-note.started #board form .note .info .user input::-webkit-input-placeholder,
body.floral .sticky-note.started #board form .note .info .user input::placeholder {
  color: white;
}
body.floral .sticky-note.started #board form .note .info .user label, body.floral .sticky-note.started #board form .note .info .user span,
body.floral .sticky-note.started #board form .note .info .date label,
body.floral .sticky-note.started #board form .note .info .date span {
  color: #ee8ca7;
}
body.floral .sticky-note.started #board form .note .info .user input,
body.floral .sticky-note.started #board form .note .info .date input {
  border: unset;
  outline: unset;
  background-color: #ee8ca7;
  color: white;
}
body.floral .sticky-note.started #board form .note .info .user input::-webkit-input-placeholder,
body.floral .sticky-note.started #board form .note .info .user input::placeholder,
body.floral .sticky-note.started #board form .note .info .date input::-webkit-input-placeholder,
body.floral .sticky-note.started #board form .note .info .date input::placeholder {
  color: white;
}
body.floral .sticky-note.sticky-note-container #board .note {
  background-color: rgba(219, 219, 219, 0.06);
  box-shadow: 0 0 5px #fac172;
  border: 1px solid #ee8ca7;
}
body.floral .sticky-note.sticky-note-container #board .note .text textarea {
  background-color: rgba(219, 219, 219, 0.06);
  color: #ee8ca7;
  border: unset;
  outline: unset;
}
body.floral .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar {
  background-color: #ee8ca7;
}
body.floral .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.floral .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb {
  background: #ee8ca7;
}
body.floral .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: #ee8ca7;
}
body.floral .sticky-note.sticky-note-container #board .note .info .mybtnai button {
  background: #dda49f;
  border: #dda49f;
}
body.floral .sticky-note.sticky-note-container #board .note .info .hadir input {
  color: #ee8ca7;
}
body.floral .sticky-note.sticky-note-container #board .note .info .hadir label {
  color: #ee8ca7;
}
body.floral .sticky-note.sticky-note-container #board .note .info .user label, body.floral .sticky-note.sticky-note-container #board .note .info .user span,
body.floral .sticky-note.sticky-note-container #board .note .info .date label,
body.floral .sticky-note.sticky-note-container #board .note .info .date span {
  color: #ee8ca7;
}
body.floral .sticky-note.sticky-note-container #board .note .info .user input,
body.floral .sticky-note.sticky-note-container #board .note .info .date input {
  border: unset;
  outline: unset;
  background: whitesmoke;
  color: #ee8ca7;
}
body.floral .sticky-note.sticky-note-container #board .note .info .user input::-moz-placeholder, body.floral .sticky-note.sticky-note-container #board .note .info .date input::-moz-placeholder {
  color: white;
}
body.floral .sticky-note.sticky-note-container #board .note .info .user input::placeholder,
body.floral .sticky-note.sticky-note-container #board .note .info .date input::placeholder {
  color: white;
}

body.jellyblack .sticky-note.started #board form .note {
  background-color: rgba(219, 219, 219, 0.06);
  box-shadow: 0 0 5px #fac172;
  border: 1px solid #76bcde;
}
body.jellyblack .sticky-note.started #board form .note .text textarea {
  color: #76bcde;
  background-color: transparent;
}
body.jellyblack .sticky-note.started #board form .note .text textarea::-moz-placeholder {
  color: #76bcde;
}
body.jellyblack .sticky-note.started #board form .note .text textarea::placeholder {
  color: #76bcde;
}
body.jellyblack .sticky-note.started #board form .note .text textarea::-webkit-input-placeholder {
  color: #76bcde;
}
body.jellyblack .sticky-note.started #board form .note .text textarea:-moz-placeholder { /* Upto Firefox 18, Deprecated in Firefox 19  */
  color: #76bcde;
}
body.jellyblack .sticky-note.started #board form .note .text textarea::-moz-placeholder { /* Firefox 19+ */
  color: #76bcde;
}
body.jellyblack .sticky-note.started #board form .note .text textarea:-ms-input-placeholder {
  color: #76bcde;
}
body.jellyblack .sticky-note.started #board form .note .text textarea::-webkit-scrollbar {
  background-color: skyblue;
}
body.jellyblack .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.jellyblack .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb {
  background: skyblue;
}
body.jellyblack .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: skyblue;
}
body.jellyblack .sticky-note.started #board form .note .info .mybtnai button {
  background: #76bcde;
  border: #76bcde;
  color: white;
}
body.jellyblack .sticky-note.started #board form .note .info .hadir input {
  background-color: #76bcde;
  color: white;
}
body.jellyblack .sticky-note.started #board form .note .info .hadir label {
  color: #76bcde;
}
body.jellyblack .sticky-note.started #board form .note .info .user input,
body.jellyblack .sticky-note.started #board form .note .info .user input::-webkit-input-placeholder,
body.jellyblack .sticky-note.started #board form .note .info .user input::placeholder {
  color: white;
}
body.jellyblack .sticky-note.started #board form .note .info .user label, body.jellyblack .sticky-note.started #board form .note .info .user span,
body.jellyblack .sticky-note.started #board form .note .info .date label,
body.jellyblack .sticky-note.started #board form .note .info .date span {
  color: #76bcde;
}
body.jellyblack .sticky-note.started #board form .note .info .user input,
body.jellyblack .sticky-note.started #board form .note .info .date input {
  border: unset;
  outline: unset;
  background-color: #76bcde;
  color: white;
}
body.jellyblack .sticky-note.started #board form .note .info .user input::-webkit-input-placeholder,
body.jellyblack .sticky-note.started #board form .note .info .user input::placeholder,
body.jellyblack .sticky-note.started #board form .note .info .date input::-webkit-input-placeholder,
body.jellyblack .sticky-note.started #board form .note .info .date input::placeholder {
  color: white;
}
body.jellyblack .sticky-note.sticky-note-container #board .note {
  background-color: rgba(219, 219, 219, 0.06);
  box-shadow: 0 0 5px #fac172;
  border: 1px solid #76bcde;
}
body.jellyblack .sticky-note.sticky-note-container #board .note .text textarea {
  background-color: rgba(219, 219, 219, 0.06);
  color: #76bcde;
}
body.jellyblack .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar {
  background-color: skyblue;
}
body.jellyblack .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.jellyblack .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb {
  background: skyblue;
}
body.jellyblack .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: skyblue;
}
body.jellyblack .sticky-note.sticky-note-container #board .note .info .mybtnai button {
  background: #dda49f;
  border: #dda49f;
}
body.jellyblack .sticky-note.sticky-note-container #board .note .info .hadir input {
  color: #76bcde;
}
body.jellyblack .sticky-note.sticky-note-container #board .note .info .hadir label {
  color: #76bcde;
}
body.jellyblack .sticky-note.sticky-note-container #board .note .info .user label, body.jellyblack .sticky-note.sticky-note-container #board .note .info .user span,
body.jellyblack .sticky-note.sticky-note-container #board .note .info .date label,
body.jellyblack .sticky-note.sticky-note-container #board .note .info .date span {
  color: #76bcde;
}
body.jellyblack .sticky-note.sticky-note-container #board .note .info .user input,
body.jellyblack .sticky-note.sticky-note-container #board .note .info .date input {
  border: unset;
  outline: unset;
  background: whitesmoke;
  color: #76bcde;
}
body.jellyblack .sticky-note.sticky-note-container #board .note .info .user input::-moz-placeholder, body.jellyblack .sticky-note.sticky-note-container #board .note .info .date input::-moz-placeholder {
  color: white;
}
body.jellyblack .sticky-note.sticky-note-container #board .note .info .user input::placeholder,
body.jellyblack .sticky-note.sticky-note-container #board .note .info .date input::placeholder {
  color: white;
}

body.purpleflower .box-hadiah,
body.purpleflower .bulat {
  background: #8A2BE2;
}
body.purpleflower .sticky-note.started #board form .note {
  background-color: #f5f6fa;
  box-shadow: 0 0 3px 0 #8A2BE2;
}
body.purpleflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar {
  background-color: #8A2BE2;
}
body.purpleflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.purpleflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb {
  background: #8A2BE2;
}
body.purpleflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: #8A2BE2;
}
body.purpleflower .sticky-note.started #board form .note .info .mybtnai button {
  background: #8A2BE2;
  border: #8A2BE2;
}
body.purpleflower .sticky-note.started #board form .note .info .user input,
body.purpleflower .sticky-note.started #board form .note .info .date input {
  border: unset;
  outline: unset;
  background: whitesmoke;
}
body.purpleflower .sticky-note.sticky-note-container #board .note {
  background-color: #f5f6fa;
  box-shadow: 0 0 3px 0 #8A2BE2;
}
body.purpleflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar {
  background-color: #8A2BE2;
}
body.purpleflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.purpleflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb {
  background: #8A2BE2;
}
body.purpleflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: #8A2BE2;
}
body.purpleflower .sticky-note.sticky-note-container #board .note .info .mybtnai button {
  background: #8A2BE2;
  border: #8A2BE2;
}
body.purpleflower .sticky-note.sticky-note-container #board .note .info .user input,
body.purpleflower .sticky-note.sticky-note-container #board .note .info .date input {
  border: unset;
  outline: unset;
  background: whitesmoke;
}

body.radiantdark .box-hadiah,
body.radiantdark .bulat {
  background: #303952;
}
body.radiantdark .sticky-note.started #board form .note {
  background-color: #e7e7e7;
  box-shadow: 0 0 3px 0 #303952;
}
body.radiantdark .sticky-note.started #board form .note .text textarea::-webkit-scrollbar {
  background-color: #303952;
}
body.radiantdark .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.radiantdark .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb {
  background: #303952;
}
body.radiantdark .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: #303952;
}
body.radiantdark .sticky-note.started #board form .note .info .mybtnai button {
  background: #303952;
  border: #303952;
}
body.radiantdark .sticky-note.started #board form .note .info .user input,
body.radiantdark .sticky-note.started #board form .note .info .date input {
  border: unset;
  outline: unset;
  background: whitesmoke;
}
body.radiantdark .sticky-note.sticky-note-container #board .note {
  background-color: #e7e7e7;
  box-shadow: 0 0 3px 0 #303952;
}
body.radiantdark .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar {
  background-color: #303952;
}
body.radiantdark .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.radiantdark .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb {
  background: #303952;
}
body.radiantdark .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: #303952;
}
body.radiantdark .sticky-note.sticky-note-container #board .note .info .mybtnai button {
  background: #303952;
  border: #303952;
}
body.radiantdark .sticky-note.sticky-note-container #board .note .info .user input,
body.radiantdark .sticky-note.sticky-note-container #board .note .info .date input {
  border: unset;
  outline: unset;
  background: whitesmoke;
}

body.radiantyellow .box-hadiah,
body.radiantyellow .bulat {
  background: #ec971f;
}
body.radiantyellow .sticky-note.started #board form .note {
  background-color: #fafaf8;
  box-shadow: 0 0 3px 0 #ec971f;
}
body.radiantyellow .sticky-note.started #board form .note .text textarea::-webkit-scrollbar {
  background-color: #ec971f;
}
body.radiantyellow .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.radiantyellow .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb {
  background: #ec971f;
}
body.radiantyellow .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: #ec971f;
}
body.radiantyellow .sticky-note.started #board form .note .info .mybtnai button {
  background: #ec971f;
  border: #ec971f;
}
body.radiantyellow .sticky-note.started #board form .note .info .user input,
body.radiantyellow .sticky-note.started #board form .note .info .date input {
  border: unset;
  outline: unset;
  background: whitesmoke;
}
body.radiantyellow .sticky-note.sticky-note-container #board .note {
  background-color: #fafaf8;
  box-shadow: 0 0 3px 0 #ec971f;
}
body.radiantyellow .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar {
  background-color: #ec971f;
}
body.radiantyellow .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.radiantyellow .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb {
  background: #ec971f;
}
body.radiantyellow .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: #ec971f;
}
body.radiantyellow .sticky-note.sticky-note-container #board .note .info .mybtnai button {
  background: #ec971f;
  border: #ec971f;
}
body.radiantyellow .sticky-note.sticky-note-container #board .note .info .user input,
body.radiantyellow .sticky-note.sticky-note-container #board .note .info .date input {
  border: unset;
  outline: unset;
  background: whitesmoke;
}

body.redroses .box-hadiah,
body.redroses .bulat,
body.prettyflower .box-hadiah,
body.prettyflower .bulat {
  background: #ff7675;
}
body.redroses .sticky-note.started #board form .note,
body.prettyflower .sticky-note.started #board form .note {
  background-color: #fff3f1;
  box-shadow: 0 0 3px 0 #ff7675;
}
body.redroses .sticky-note.started #board form .note .text textarea::-webkit-scrollbar,
body.prettyflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar {
  background-color: #36715a;
}
body.redroses .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-track,
body.prettyflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.redroses .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb,
body.prettyflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb {
  background: #36715a;
}
body.redroses .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb:hover,
body.prettyflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: #36715a;
}
body.redroses .sticky-note.started #board form .note .info .mybtnai button,
body.prettyflower .sticky-note.started #board form .note .info .mybtnai button {
  background: #ff7675;
  border: #ff7675;
}
body.redroses .sticky-note.started #board form .note .info .user input,
body.redroses .sticky-note.started #board form .note .info .date input,
body.prettyflower .sticky-note.started #board form .note .info .user input,
body.prettyflower .sticky-note.started #board form .note .info .date input {
  border: unset;
  outline: unset;
  background: whitesmoke;
}
body.redroses .sticky-note.sticky-note-container #board .note,
body.prettyflower .sticky-note.sticky-note-container #board .note {
  background-color: #fff3f1;
  box-shadow: 0 0 3px 0 #ff7675;
}
body.redroses .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar,
body.prettyflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar {
  background-color: skyblue;
}
body.redroses .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-track,
body.prettyflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.redroses .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb,
body.prettyflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb {
  background: skyblue;
}
body.redroses .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb:hover,
body.prettyflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: skyblue;
}
body.redroses .sticky-note.sticky-note-container #board .note .info .mybtnai button,
body.prettyflower .sticky-note.sticky-note-container #board .note .info .mybtnai button {
  background: #ff7675;
  border: #ff7675;
}
body.redroses .sticky-note.sticky-note-container #board .note .info .user input,
body.redroses .sticky-note.sticky-note-container #board .note .info .date input,
body.prettyflower .sticky-note.sticky-note-container #board .note .info .user input,
body.prettyflower .sticky-note.sticky-note-container #board .note .info .date input {
  border: unset;
  outline: unset;
  background: whitesmoke;
}

body.vintage-islamic .sticky-note.started #board form .note {
  background-color: rgba(219, 219, 219, 0.06);
  box-shadow: 0 0 5px #fac172;
  border: 1px solid #fac172;
}
body.vintage-islamic .sticky-note.started #board form .note .text textarea {
  color: #666;
}
body.vintage-islamic .sticky-note.started #board form .note .text textarea::-webkit-scrollbar {
  background-color: skyblue;
}
body.vintage-islamic .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.vintage-islamic .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb {
  background: skyblue;
}
body.vintage-islamic .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: skyblue;
}
body.vintage-islamic .sticky-note.started #board form .note .info .mybtnai button {
  background: #36715a;
  border: #36715a;
  color: #fac172;
}
body.vintage-islamic .sticky-note.started #board form .note .info .hadir input {
  background-color: #36715a;
  color: #fac172;
}
body.vintage-islamic .sticky-note.started #board form .note .info .hadir label {
  color: #fac172;
}
body.vintage-islamic .sticky-note.started #board form .note .info .user input,
body.vintage-islamic .sticky-note.started #board form .note .info .user input::-webkit-input-placeholder,
body.vintage-islamic .sticky-note.started #board form .note .info .user input::placeholder {
  color: #fac172;
}
body.vintage-islamic .sticky-note.started #board form .note .info .user label, body.vintage-islamic .sticky-note.started #board form .note .info .user span,
body.vintage-islamic .sticky-note.started #board form .note .info .date label,
body.vintage-islamic .sticky-note.started #board form .note .info .date span {
  color: #fac172;
}
body.vintage-islamic .sticky-note.started #board form .note .info .user input,
body.vintage-islamic .sticky-note.started #board form .note .info .date input {
  border: unset;
  outline: unset;
  background-color: #36715a;
  color: #fac172;
}
body.vintage-islamic .sticky-note.started #board form .note .info .user input::-webkit-input-placeholder,
body.vintage-islamic .sticky-note.started #board form .note .info .user input::placeholder,
body.vintage-islamic .sticky-note.started #board form .note .info .date input::-webkit-input-placeholder,
body.vintage-islamic .sticky-note.started #board form .note .info .date input::placeholder {
  color: #fac172;
}
body.vintage-islamic .sticky-note.sticky-note-container #board .note {
  background-color: rgba(219, 219, 219, 0.06);
  box-shadow: 0 0 5px #fac172;
  border: 1px solid #fac172;
}
body.vintage-islamic .sticky-note.sticky-note-container #board .note .text textarea {
  background-color: rgba(219, 219, 219, 0.06);
  color: #fac172;
}
body.vintage-islamic .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar {
  background-color: skyblue;
}
body.vintage-islamic .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.vintage-islamic .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb {
  background: skyblue;
}
body.vintage-islamic .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: skyblue;
}
body.vintage-islamic .sticky-note.sticky-note-container #board .note .info .mybtnai button {
  background: #dda49f;
  border: #dda49f;
}
body.vintage-islamic .sticky-note.sticky-note-container #board .note .info .hadir input {
  color: #fac172;
}
body.vintage-islamic .sticky-note.sticky-note-container #board .note .info .hadir label {
  color: #fac172;
}
body.vintage-islamic .sticky-note.sticky-note-container #board .note .info .user label, body.vintage-islamic .sticky-note.sticky-note-container #board .note .info .user span,
body.vintage-islamic .sticky-note.sticky-note-container #board .note .info .date label,
body.vintage-islamic .sticky-note.sticky-note-container #board .note .info .date span {
  color: #fac172;
}
body.vintage-islamic .sticky-note.sticky-note-container #board .note .info .user input,
body.vintage-islamic .sticky-note.sticky-note-container #board .note .info .date input {
  border: unset;
  outline: unset;
  background: whitesmoke;
  color: #fac172;
}
body.vintage-islamic .sticky-note.sticky-note-container #board .note .info .user input::-moz-placeholder, body.vintage-islamic .sticky-note.sticky-note-container #board .note .info .date input::-moz-placeholder {
  color: #fac172;
}
body.vintage-islamic .sticky-note.sticky-note-container #board .note .info .user input::placeholder,
body.vintage-islamic .sticky-note.sticky-note-container #board .note .info .date input::placeholder {
  color: #fac172;
}

body.watercolor5 .sticky-note.started #board form .note,
body.beautiful-floral .sticky-note.started #board form .note,
body.rustic .sticky-note.started #board form .note,
body.twelve .sticky-note.started #board form .note,
body.watercolor2 .sticky-note.started #board form .note,
body.watercolor4 .sticky-note.started #board form .note {
  background-color: white;
  box-shadow: 0 0 5px #d1cece;
}
body.watercolor5 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar,
body.beautiful-floral .sticky-note.started #board form .note .text textarea::-webkit-scrollbar,
body.rustic .sticky-note.started #board form .note .text textarea::-webkit-scrollbar,
body.twelve .sticky-note.started #board form .note .text textarea::-webkit-scrollbar,
body.watercolor2 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar,
body.watercolor4 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar {
  background-color: skyblue;
}
body.watercolor5 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-track,
body.beautiful-floral .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-track,
body.rustic .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-track,
body.twelve .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-track,
body.watercolor2 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-track,
body.watercolor4 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.watercolor5 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb,
body.beautiful-floral .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb,
body.rustic .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb,
body.twelve .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb,
body.watercolor2 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb,
body.watercolor4 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb {
  background: skyblue;
}
body.watercolor5 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb:hover,
body.beautiful-floral .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb:hover,
body.rustic .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb:hover,
body.twelve .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb:hover,
body.watercolor2 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb:hover,
body.watercolor4 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: skyblue;
}
body.watercolor5 .sticky-note.started #board form .note .info .mybtnai button,
body.beautiful-floral .sticky-note.started #board form .note .info .mybtnai button,
body.rustic .sticky-note.started #board form .note .info .mybtnai button,
body.twelve .sticky-note.started #board form .note .info .mybtnai button,
body.watercolor2 .sticky-note.started #board form .note .info .mybtnai button,
body.watercolor4 .sticky-note.started #board form .note .info .mybtnai button {
  background: #dda49f;
  border: #dda49f;
  color: white;
}
body.watercolor5 .sticky-note.started #board form .note .info .hadir label,
body.beautiful-floral .sticky-note.started #board form .note .info .hadir label,
body.rustic .sticky-note.started #board form .note .info .hadir label,
body.twelve .sticky-note.started #board form .note .info .hadir label,
body.watercolor2 .sticky-note.started #board form .note .info .hadir label,
body.watercolor4 .sticky-note.started #board form .note .info .hadir label {
  color: #666;
}
body.watercolor5 .sticky-note.started #board form .note .info .user label, body.watercolor5 .sticky-note.started #board form .note .info .user span,
body.watercolor5 .sticky-note.started #board form .note .info .date label,
body.watercolor5 .sticky-note.started #board form .note .info .date span,
body.beautiful-floral .sticky-note.started #board form .note .info .user label,
body.beautiful-floral .sticky-note.started #board form .note .info .user span,
body.beautiful-floral .sticky-note.started #board form .note .info .date label,
body.beautiful-floral .sticky-note.started #board form .note .info .date span,
body.rustic .sticky-note.started #board form .note .info .user label,
body.rustic .sticky-note.started #board form .note .info .user span,
body.rustic .sticky-note.started #board form .note .info .date label,
body.rustic .sticky-note.started #board form .note .info .date span,
body.twelve .sticky-note.started #board form .note .info .user label,
body.twelve .sticky-note.started #board form .note .info .user span,
body.twelve .sticky-note.started #board form .note .info .date label,
body.twelve .sticky-note.started #board form .note .info .date span,
body.watercolor2 .sticky-note.started #board form .note .info .user label,
body.watercolor2 .sticky-note.started #board form .note .info .user span,
body.watercolor2 .sticky-note.started #board form .note .info .date label,
body.watercolor2 .sticky-note.started #board form .note .info .date span,
body.watercolor4 .sticky-note.started #board form .note .info .user label,
body.watercolor4 .sticky-note.started #board form .note .info .user span,
body.watercolor4 .sticky-note.started #board form .note .info .date label,
body.watercolor4 .sticky-note.started #board form .note .info .date span {
  color: #666;
}
body.watercolor5 .sticky-note.started #board form .note .info .user input,
body.watercolor5 .sticky-note.started #board form .note .info .date input,
body.beautiful-floral .sticky-note.started #board form .note .info .user input,
body.beautiful-floral .sticky-note.started #board form .note .info .date input,
body.rustic .sticky-note.started #board form .note .info .user input,
body.rustic .sticky-note.started #board form .note .info .date input,
body.twelve .sticky-note.started #board form .note .info .user input,
body.twelve .sticky-note.started #board form .note .info .date input,
body.watercolor2 .sticky-note.started #board form .note .info .user input,
body.watercolor2 .sticky-note.started #board form .note .info .date input,
body.watercolor4 .sticky-note.started #board form .note .info .user input,
body.watercolor4 .sticky-note.started #board form .note .info .date input {
  border: unset;
  outline: unset;
  background: whitesmoke;
}
body.watercolor5 .sticky-note.sticky-note-container #board .note,
body.beautiful-floral .sticky-note.sticky-note-container #board .note,
body.rustic .sticky-note.sticky-note-container #board .note,
body.twelve .sticky-note.sticky-note-container #board .note,
body.watercolor2 .sticky-note.sticky-note-container #board .note,
body.watercolor4 .sticky-note.sticky-note-container #board .note {
  background-color: rgba(255, 255, 255, 0.788);
  box-shadow: 0 0 5px #d1cece;
}
body.watercolor5 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar,
body.beautiful-floral .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar,
body.rustic .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar,
body.twelve .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar,
body.watercolor2 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar,
body.watercolor4 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar {
  background-color: skyblue;
}
body.watercolor5 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-track,
body.beautiful-floral .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-track,
body.rustic .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-track,
body.twelve .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-track,
body.watercolor2 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-track,
body.watercolor4 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.watercolor5 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb,
body.beautiful-floral .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb,
body.rustic .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb,
body.twelve .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb,
body.watercolor2 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb,
body.watercolor4 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb {
  background: skyblue;
}
body.watercolor5 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb:hover,
body.beautiful-floral .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb:hover,
body.rustic .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb:hover,
body.twelve .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb:hover,
body.watercolor2 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb:hover,
body.watercolor4 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: skyblue;
}
body.watercolor5 .sticky-note.sticky-note-container #board .note .info .mybtnai button,
body.beautiful-floral .sticky-note.sticky-note-container #board .note .info .mybtnai button,
body.rustic .sticky-note.sticky-note-container #board .note .info .mybtnai button,
body.twelve .sticky-note.sticky-note-container #board .note .info .mybtnai button,
body.watercolor2 .sticky-note.sticky-note-container #board .note .info .mybtnai button,
body.watercolor4 .sticky-note.sticky-note-container #board .note .info .mybtnai button {
  background: #dda49f;
  border: #dda49f;
}
body.watercolor5 .sticky-note.sticky-note-container #board .note .info .hadir input,
body.beautiful-floral .sticky-note.sticky-note-container #board .note .info .hadir input,
body.rustic .sticky-note.sticky-note-container #board .note .info .hadir input,
body.twelve .sticky-note.sticky-note-container #board .note .info .hadir input,
body.watercolor2 .sticky-note.sticky-note-container #board .note .info .hadir input,
body.watercolor4 .sticky-note.sticky-note-container #board .note .info .hadir input {
  color: #666;
}
body.watercolor5 .sticky-note.sticky-note-container #board .note .info .hadir label,
body.beautiful-floral .sticky-note.sticky-note-container #board .note .info .hadir label,
body.rustic .sticky-note.sticky-note-container #board .note .info .hadir label,
body.twelve .sticky-note.sticky-note-container #board .note .info .hadir label,
body.watercolor2 .sticky-note.sticky-note-container #board .note .info .hadir label,
body.watercolor4 .sticky-note.sticky-note-container #board .note .info .hadir label {
  color: #666;
}
body.watercolor5 .sticky-note.sticky-note-container #board .note .info .user label, body.watercolor5 .sticky-note.sticky-note-container #board .note .info .user span,
body.watercolor5 .sticky-note.sticky-note-container #board .note .info .date label,
body.watercolor5 .sticky-note.sticky-note-container #board .note .info .date span,
body.beautiful-floral .sticky-note.sticky-note-container #board .note .info .user label,
body.beautiful-floral .sticky-note.sticky-note-container #board .note .info .user span,
body.beautiful-floral .sticky-note.sticky-note-container #board .note .info .date label,
body.beautiful-floral .sticky-note.sticky-note-container #board .note .info .date span,
body.rustic .sticky-note.sticky-note-container #board .note .info .user label,
body.rustic .sticky-note.sticky-note-container #board .note .info .user span,
body.rustic .sticky-note.sticky-note-container #board .note .info .date label,
body.rustic .sticky-note.sticky-note-container #board .note .info .date span,
body.twelve .sticky-note.sticky-note-container #board .note .info .user label,
body.twelve .sticky-note.sticky-note-container #board .note .info .user span,
body.twelve .sticky-note.sticky-note-container #board .note .info .date label,
body.twelve .sticky-note.sticky-note-container #board .note .info .date span,
body.watercolor2 .sticky-note.sticky-note-container #board .note .info .user label,
body.watercolor2 .sticky-note.sticky-note-container #board .note .info .user span,
body.watercolor2 .sticky-note.sticky-note-container #board .note .info .date label,
body.watercolor2 .sticky-note.sticky-note-container #board .note .info .date span,
body.watercolor4 .sticky-note.sticky-note-container #board .note .info .user label,
body.watercolor4 .sticky-note.sticky-note-container #board .note .info .user span,
body.watercolor4 .sticky-note.sticky-note-container #board .note .info .date label,
body.watercolor4 .sticky-note.sticky-note-container #board .note .info .date span {
  color: #666;
}
body.watercolor5 .sticky-note.sticky-note-container #board .note .info .user input,
body.watercolor5 .sticky-note.sticky-note-container #board .note .info .date input,
body.beautiful-floral .sticky-note.sticky-note-container #board .note .info .user input,
body.beautiful-floral .sticky-note.sticky-note-container #board .note .info .date input,
body.rustic .sticky-note.sticky-note-container #board .note .info .user input,
body.rustic .sticky-note.sticky-note-container #board .note .info .date input,
body.twelve .sticky-note.sticky-note-container #board .note .info .user input,
body.twelve .sticky-note.sticky-note-container #board .note .info .date input,
body.watercolor2 .sticky-note.sticky-note-container #board .note .info .user input,
body.watercolor2 .sticky-note.sticky-note-container #board .note .info .date input,
body.watercolor4 .sticky-note.sticky-note-container #board .note .info .user input,
body.watercolor4 .sticky-note.sticky-note-container #board .note .info .date input {
  border: unset;
  outline: unset;
  background: whitesmoke;
  color: #666;
}

body.watercolor3 .sticky-note.started #board form .note,
body.tealflower .sticky-note.started #board form .note,
body.sketchflower .sticky-note.started #board form .note,
body.hwflower .sticky-note.started #board form .note,
body.greenflower .sticky-note.started #board form .note,
body.watercolor1 .sticky-note.started #board form .note {
  background-color: rgba(246, 245, 244, 0.5215686275);
  box-shadow: 0 0 5px #36715a;
}
body.watercolor3 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar,
body.tealflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar,
body.sketchflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar,
body.hwflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar,
body.greenflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar,
body.watercolor1 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar {
  background-color: #36715a;
}
body.watercolor3 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-track,
body.tealflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-track,
body.sketchflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-track,
body.hwflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-track,
body.greenflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-track,
body.watercolor1 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.watercolor3 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb,
body.tealflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb,
body.sketchflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb,
body.hwflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb,
body.greenflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb,
body.watercolor1 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb {
  background: #36715a;
}
body.watercolor3 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb:hover,
body.tealflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb:hover,
body.sketchflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb:hover,
body.hwflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb:hover,
body.greenflower .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb:hover,
body.watercolor1 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: #36715a;
}
body.watercolor3 .sticky-note.started #board form .note .info .mybtnai button,
body.tealflower .sticky-note.started #board form .note .info .mybtnai button,
body.sketchflower .sticky-note.started #board form .note .info .mybtnai button,
body.hwflower .sticky-note.started #board form .note .info .mybtnai button,
body.greenflower .sticky-note.started #board form .note .info .mybtnai button,
body.watercolor1 .sticky-note.started #board form .note .info .mybtnai button {
  background: #36715a;
  border: #36715a;
}
body.watercolor3 .sticky-note.started #board form .note .info .user input,
body.watercolor3 .sticky-note.started #board form .note .info .date input,
body.tealflower .sticky-note.started #board form .note .info .user input,
body.tealflower .sticky-note.started #board form .note .info .date input,
body.sketchflower .sticky-note.started #board form .note .info .user input,
body.sketchflower .sticky-note.started #board form .note .info .date input,
body.hwflower .sticky-note.started #board form .note .info .user input,
body.hwflower .sticky-note.started #board form .note .info .date input,
body.greenflower .sticky-note.started #board form .note .info .user input,
body.greenflower .sticky-note.started #board form .note .info .date input,
body.watercolor1 .sticky-note.started #board form .note .info .user input,
body.watercolor1 .sticky-note.started #board form .note .info .date input {
  border: unset;
  outline: unset;
  background: whitesmoke;
}
body.watercolor3 .sticky-note.sticky-note-container #board .note,
body.tealflower .sticky-note.sticky-note-container #board .note,
body.sketchflower .sticky-note.sticky-note-container #board .note,
body.hwflower .sticky-note.sticky-note-container #board .note,
body.greenflower .sticky-note.sticky-note-container #board .note,
body.watercolor1 .sticky-note.sticky-note-container #board .note {
  background-color: rgba(246, 245, 244, 0.5215686275);
  box-shadow: 0 0 5px #36715a;
}
body.watercolor3 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar,
body.tealflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar,
body.sketchflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar,
body.hwflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar,
body.greenflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar,
body.watercolor1 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar {
  background-color: skyblue;
}
body.watercolor3 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-track,
body.tealflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-track,
body.sketchflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-track,
body.hwflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-track,
body.greenflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-track,
body.watercolor1 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.watercolor3 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb,
body.tealflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb,
body.sketchflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb,
body.hwflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb,
body.greenflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb,
body.watercolor1 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb {
  background: skyblue;
}
body.watercolor3 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb:hover,
body.tealflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb:hover,
body.sketchflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb:hover,
body.hwflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb:hover,
body.greenflower .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb:hover,
body.watercolor1 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: skyblue;
}
body.watercolor3 .sticky-note.sticky-note-container #board .note .info .mybtnai button,
body.tealflower .sticky-note.sticky-note-container #board .note .info .mybtnai button,
body.sketchflower .sticky-note.sticky-note-container #board .note .info .mybtnai button,
body.hwflower .sticky-note.sticky-note-container #board .note .info .mybtnai button,
body.greenflower .sticky-note.sticky-note-container #board .note .info .mybtnai button,
body.watercolor1 .sticky-note.sticky-note-container #board .note .info .mybtnai button {
  background: #36715a;
  border: #36715a;
}
body.watercolor3 .sticky-note.sticky-note-container #board .note .info .user input,
body.watercolor3 .sticky-note.sticky-note-container #board .note .info .date input,
body.tealflower .sticky-note.sticky-note-container #board .note .info .user input,
body.tealflower .sticky-note.sticky-note-container #board .note .info .date input,
body.sketchflower .sticky-note.sticky-note-container #board .note .info .user input,
body.sketchflower .sticky-note.sticky-note-container #board .note .info .date input,
body.hwflower .sticky-note.sticky-note-container #board .note .info .user input,
body.hwflower .sticky-note.sticky-note-container #board .note .info .date input,
body.greenflower .sticky-note.sticky-note-container #board .note .info .user input,
body.greenflower .sticky-note.sticky-note-container #board .note .info .date input,
body.watercolor1 .sticky-note.sticky-note-container #board .note .info .user input,
body.watercolor1 .sticky-note.sticky-note-container #board .note .info .date input {
  border: unset;
  outline: unset;
  background: whitesmoke;
}

body.watercolor2 .sticky-note.started #board form .note {
  background-color: white;
  box-shadow: 0 0 10px 0 rgb(114, 139, 248);
}
body.watercolor2 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar {
  background-color: skyblue;
}
body.watercolor2 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.watercolor2 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb {
  background: skyblue;
}
body.watercolor2 .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: skyblue;
}
body.watercolor2 .sticky-note.started #board form .note .info .mybtnai button {
  background: rgb(114, 139, 248);
  border: rgb(114, 139, 248);
  color: white;
}
body.watercolor2 .sticky-note.started #board form .note .info .hadir label {
  color: #666;
}
body.watercolor2 .sticky-note.started #board form .note .info .user label, body.watercolor2 .sticky-note.started #board form .note .info .user span,
body.watercolor2 .sticky-note.started #board form .note .info .date label,
body.watercolor2 .sticky-note.started #board form .note .info .date span {
  color: #666;
}
body.watercolor2 .sticky-note.started #board form .note .info .user input,
body.watercolor2 .sticky-note.started #board form .note .info .date input {
  border: unset;
  outline: unset;
  background: whitesmoke;
}
body.watercolor2 .sticky-note.sticky-note-container #board .note {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 10px 0 rgb(114, 139, 248);
}
body.watercolor2 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar {
  background-color: rgb(114, 139, 248);
}
body.watercolor2 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.watercolor2 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb {
  background: rgb(114, 139, 248);
}
body.watercolor2 .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: rgb(114, 139, 248);
}
body.watercolor2 .sticky-note.sticky-note-container #board .note .info .mybtnai button {
  background: #dda49f;
  border: #dda49f;
}
body.watercolor2 .sticky-note.sticky-note-container #board .note .info .hadir input {
  color: #666;
}
body.watercolor2 .sticky-note.sticky-note-container #board .note .info .hadir label {
  color: #666;
}
body.watercolor2 .sticky-note.sticky-note-container #board .note .info .user label, body.watercolor2 .sticky-note.sticky-note-container #board .note .info .user span,
body.watercolor2 .sticky-note.sticky-note-container #board .note .info .date label,
body.watercolor2 .sticky-note.sticky-note-container #board .note .info .date span {
  color: #666;
}
body.watercolor2 .sticky-note.sticky-note-container #board .note .info .user input,
body.watercolor2 .sticky-note.sticky-note-container #board .note .info .date input {
  border: unset;
  outline: unset;
  background: whitesmoke;
  color: #666;
}

body.arabian .sticky-note.started #board form .note {
  background-color: #fcf9f0;
  box-shadow: 0 0 5px #d1cece;
}
body.arabian .sticky-note.started #board form .note .text textarea {
  background-color: #e1ded5;
  border: unset;
  outline: unset;
}
body.arabian .sticky-note.started #board form .note .text textarea::-webkit-scrollbar {
  background-color: skyblue;
}
body.arabian .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.arabian .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb {
  background: skyblue;
}
body.arabian .sticky-note.started #board form .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: skyblue;
}
body.arabian .sticky-note.started #board form .note .info .mybtnai button {
  background: #dda49f;
  border: #dda49f;
  color: white;
}
body.arabian .sticky-note.started #board form .note .info .hadir label {
  color: #666;
}
body.arabian .sticky-note.started #board form .note .info .user label, body.arabian .sticky-note.started #board form .note .info .user span,
body.arabian .sticky-note.started #board form .note .info .date label,
body.arabian .sticky-note.started #board form .note .info .date span {
  color: #666;
}
body.arabian .sticky-note.started #board form .note .info .user input,
body.arabian .sticky-note.started #board form .note .info .date input {
  border: unset;
  outline: unset;
  background: whitesmoke;
}
body.arabian .sticky-note.sticky-note-container #board .note {
  background-color: #fcf9f0;
  box-shadow: 0 0 5px #d1cece;
}
body.arabian .sticky-note.sticky-note-container #board .note .text textarea {
  background-color: transparent !important;
  border: unset;
  outline: unset;
}
body.arabian .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar {
  background-color: #dda49f;
}
body.arabian .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-track {
  background: whitesmoke;
}
body.arabian .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb {
  background: #dda49f;
}
body.arabian .sticky-note.sticky-note-container #board .note .text textarea::-webkit-scrollbar-thumb:hover {
  background: #dda49f;
}
body.arabian .sticky-note.sticky-note-container #board .note .info .mybtnai button {
  background: #dda49f;
  border: #dda49f;
}
body.arabian .sticky-note.sticky-note-container #board .note .info .hadir input {
  color: #666;
}
body.arabian .sticky-note.sticky-note-container #board .note .info .hadir label {
  color: #666;
}
body.arabian .sticky-note.sticky-note-container #board .note .info .user label, body.arabian .sticky-note.sticky-note-container #board .note .info .user span,
body.arabian .sticky-note.sticky-note-container #board .note .info .date label,
body.arabian .sticky-note.sticky-note-container #board .note .info .date span {
  color: #666;
}
body.arabian .sticky-note.sticky-note-container #board .note .info .user input,
body.arabian .sticky-note.sticky-note-container #board .note .info .date input {
  border: unset;
  outline: unset;
  background: whitesmoke;
  color: #666;
}/*# sourceMappingURL=note.css.map */