body {
  font-family: "Nunito Sans";
  background-color: #f1eee5;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
body .reset.padding {
  padding: 0;
}
body .reset.padding-left {
  padding-left: 0;
}
body .reset.padding-right {
  padding-right: 0;
}
body .reset.padding-top {
  padding-top: 0;
}
body .reset.padding-bottom {
  padding-bottom: 0;
}
body .reset.margin {
  margin: 0;
}
body .reset.margin-left {
  margin-left: 0;
}
body .reset.margin-right {
  margin-right: 0;
}
body .reset.margin-top {
  margin-top: 0;
}
body .reset.margin-bottom {
  margin-bottom: 0;
}
body .reset.ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body a {
  color: #4E5983;
}
@media (max-width: 1200px) {
  body a.medium {
    font-size: 18px;
  }
}

#wrapper {
  position: relative;
  padding-top: 45px;
}

a:focus, a:active {
  text-decoration: none;
}

.well {
  border-radius: 0;
  border: 0;
}

.alert {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #fff;
}

.actions {
  overflow: hidden;
  background-color: rgb(229.5, 229.5, 229.5);
  padding: 5px;
}
.actions .btn {
  border-radius: 0;
  padding: 8px 20px;
}
.actions .btn .fa {
  margin-right: 10px;
}
.actions .form-control {
  padding: 18px 20px;
}

.reset-ul, .ul-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.reset-padding {
  padding: 0;
}

.reset-margin {
  margin: 0;
}

.static {
  position: static !important;
}

.overdue {
  background-color: #FF6F79 !important;
  color: #fff;
}
.overdue label {
  color: #fff;
}

.label-green {
  background-color: #00C3B3;
}

.label-black {
  background-color: #f5f5f5;
  color: #4E5983;
}

.label-important {
  background-color: #AD1457;
}

.red {
  color: #FF6F79;
}

.bg-red {
  background-color: #FF6F79;
  color: #fff;
}

.bg-green {
  background-color: #00C3B3 !important;
  color: #fff;
}

.bg-light-green {
  background-color: rgb(144, 255, 245.8923076923) !important;
}

.bg-light-grey {
  background-color: #f5f5f5;
}

.bg-dark {
  background-color: #4E5983;
  color: #fff;
}

.bg-dark {
  background-color: #25414d;
  color: #fff;
}

.circle {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 100%;
  line-height: 1em;
  border-width: 3px;
  border-style: solid;
}

.done {
  position: relative;
  color: #4E5983;
}
.done .notes {
  opacity: 0.4;
}

.check, .icon {
  display: inline-block;
  border-radius: 3px;
  font-size: 10px;
  line-height: 13px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 15px;
  transition: border-color 0.3s;
}

.check span {
  transition: all 0.3s;
  opacity: 0;
}
.check:hover {
  border-color: #00C3B3;
  transition: border-color 0.3s;
}
.check:hover span {
  transition: all 0.3s;
  color: #00C3B3;
  opacity: 1;
}

.task-done {
  background-color: #00C3B3;
  color: #fff;
  border: 1px solid #00C3B3;
}
.task-done:hover {
  color: #fff;
}
.task-done:hover span {
  color: #fff;
  zoom: 1.1;
}

.task-undone {
  background-color: #fff;
  color: #ccc;
  border: 1px solid #ccc;
}

.badge {
  border-radius: 3px;
}

.trumbowyg-box, .trumbowyg-editor {
  width: 100%;
  margin: 0 auto;
  min-height: 150px;
}

.reorder {
  color: #ccc;
  cursor: pointer;
}

#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff url(../assets/squares.gif) center no-repeat;
  z-index: 1030;
}

table.table tr {
  width: 100%;
  background-color: #fff;
}
table.table tr:hover {
  background-color: #FFF9E6;
}
table.table tr td label {
  font-weight: 600;
  color: #4E5983;
  cursor: pointer;
}
table.table tr td .comment {
  padding: 5px;
  font-size: 12px;
  border-radius: 3px;
}

.form-control {
  boder: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
}
.form-control:focus {
  border-color: #0492F2;
}

.modal-dialog {
  width: 980px;
}
@media (max-width: 1024px) {
  .modal-dialog {
    width: 100%;
  }
  .modal-dialog .modal-content {
    margin: 0;
    border: 0;
    box-shadow: none;
  }
}

.modal-header {
  background-color: #25414d;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  line-height: 21px;
}
.modal-header a {
  color: #fff;
}
.modal-header a:hover {
  text-decoration: none;
}

.modal-backdrop {
  z-index: auto;
}

.calendar h2 {
  font-size: 21px;
}
.calendar .fc-toolbar {
  padding: 10px 10px 0;
}
.calendar .fc-event {
  padding: 8px 10px;
  border-radius: 2px;
}

/* Fast create buttons
-------------------------------------------*/
#create {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#create .btn {
  background-color: #0492F2;
  color: #fff;
  font-size: 21px;
  width: 56px;
  line-height: 40px;
  border-radius: 100%;
  transition: background-color 0.3s;
  z-index: 999999;
}
#create .btn:hover {
  background-color: #FF6F79;
  transition: background-color 0.3s;
}
#create ul {
  position: absolute;
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#create ul li {
  margin-bottom: 10px;
}

/* Login page
-------------------------------------------*/
.login-page {
  background: url("../assets/login-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

/* Progress Bar
-------------------------------------------*/
.progress-lg {
  border-radius: 0;
  margin: 0;
  height: auto;
  background-color: rgb(211.85, 211.85, 211.85);
}
.progress-lg .progress-bar {
  border-radius: 0;
  padding: 9px 0;
  background-color: #00C3B3;
}

/* HEADER
-------------------------------------------*/
#header {
  background-color: rgb(45.2763157895, 79.5394736842, 94.2236842105);
  margin: 0;
  border-radius: 0;
  position: fixed;
  width: 100%;
  z-index: 1040;
  /* top menu
  -------------------------------------------*/
}
#header #logo {
  background-color: rgb(28.7236842105, 50.4605263158, 59.7763157895);
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  display: block;
}
#header #logo span {
  font-weight: 100;
  color: rgb(178.5, 178.5, 178.5);
}
#header #logo a {
  display: inline-block;
  padding: 10px 0 10px 10px;
  color: #fff;
}
#header .user {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 15px;
  padding: 10px 20px;
  text-align: right;
}
#header #top li {
  display: inline-block;
  border-right: 2px solid #25414d;
  margin-right: -4px;
}
#header #top li:last-child {
  border: 0;
}
#header #top li:hover {
  background-color: rgb(28.7236842105, 50.4605263158, 59.7763157895);
  transition-delay: 0s;
}
#header #top li a {
  display: block;
  padding: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  #header #top li a {
    padding: 14px 7px;
  }
}
#header #top li a:hover {
  text-decoration: none;
}
#header #top li a .fa {
  margin-right: 10px;
}

.projects {
  height: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 9999;
  top: 45px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  display: none;
  padding: 100px;
}
.projects .project {
  border: 1px solid #f5f5f5;
}
.projects .project .name a {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding: 20px;
}
.projects .project .name a:hover {
  text-decoration: none;
  background-color: #0492F2;
  color: #fff;
}
.projects.open {
  display: block;
}
.projects a.more {
  display: inline-block;
  padding: 10px 40px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #00C3B3;
  color: #fff;
}
.projects a.more:hover {
  text-decoration: none;
  background-color: #FF6F79;
}
.projects a {
  color: #4E5983;
  padding: 5px 10px;
  text-transform: none !important;
}

#content {
  /*margin-left: 200px;*/
}
#content.auth {
  margin-top: 30px;
}

/*
-------------------------------------------*/
.title {
  font-size: 23px;
  line-height: 23px;
  font-weight: 100;
  background-color: #fff;
  padding: 20px 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.title .tabs {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 23px;
  display: inline-block;
  padding: 0 10px;
}
.title .tabs:hover {
  color: #FF6F79;
  text-decoration: none;
}

.section {
  padding: 30px;
  overflow-y: hidden;
  width: 100%;
  background-color: #fff;
}
.section .title {
  background-color: rgb(53.5526315789, 94.0789473684, 111.4473684211);
  color: #fff;
  font-size: 21px;
}
@media (max-width: 768px) {
  .section {
    padding: 8px;
  }
}

.side {
  color: #fff;
  border-right: 1px solid rgb(53.5526315789, 94.0789473684, 111.4473684211);
  background-color: #25414d;
}
.side .title {
  background-color: rgb(20.4473684211, 35.9210526316, 42.5526315789);
  color: #fff;
  border: 0;
}

/* SIDE MENU
------------------------------------------------------------------------------*/
.sidemenu li {
  border-top: 1px solid rgb(53.5526315789, 94.0789473684, 111.4473684211);
}
.sidemenu li .done {
  background-color: transparent !important;
}
.sidemenu li .done:before {
  content: " ";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #00C3B3;
}
.sidemenu li span {
  transition: all 0.2s ease-in-out;
}
.sidemenu li a {
  display: block;
  padding: 10px;
  font-weight: 300;
  color: rgb(159.7631578947, 194.3947368421, 209.2368421053);
  line-height: 20px;
}
.sidemenu li a.open-submenu {
  padding: 10px 20px;
}
.sidemenu li a:hover {
  text-decoration: none;
  background-color: rgb(45.2763157895, 79.5394736842, 94.2236842105);
}
.sidemenu li ul {
  display: none;
}
.sidemenu li ul li a {
  padding-left: 30px;
}
.sidemenu li ul li.selected a {
  color: #fff;
}
.sidemenu li ul li a.selected {
  background-color: rgb(45.2763157895, 79.5394736842, 94.2236842105) !important;
  color: #fff;
}
.sidemenu li.selected {
  background-color: rgb(45.2763157895, 79.5394736842, 94.2236842105);
}
.sidemenu li.opened span {
  transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
}
.sidemenu ul.open {
  display: block;
}
.sidemenu ul li {
  background-color: rgb(40.3105263158, 70.8157894737, 83.8894736842);
}
.sidemenu ul li .fa {
  margin-right: 5px;
}

.notes {
  padding: 3px 10px;
  background-color: #f5f5f5;
  color: #4E5983;
}

/* Side filters
------------------------------------------------------------------------------*/
.filters {
  padding: 20px;
  background-color: #25414d;
  color: #fff;
}

/* Kanban Board
------------------------------------------------------------------------------*/
.board {
  background-color: #fff;
}
.board .board-heading {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 3px solid #fff;
  font-weight: bold;
}
.board .board-body ul {
  padding: 10px;
  min-height: 20px;
}
.board .board-footer {
  background-color: rgb(229.5, 229.5, 229.5);
}

.card {
  width: 100% !important;
  padding: 10px 30px;
  background-color: rgb(242.25, 242.25, 242.25);
  margin-bottom: 10px;
  cursor: move;
  border-left: 2px solid;
  position: relative;
}
.card:last-of-type {
  margin-bottom: 0;
}
.card a {
  color: #000;
}
.card.prioritized {
  border-left: 2px solid #FF6F79 !important;
}
.card .handle {
  position: absolute;
  left: 10px;
  top: 13px;
}
.card .edit {
  position: absolute;
  right: 10px;
  top: 13px;
}

/* DASHBOARD
------------------------------------------------------------------------------*/
#dashboard {
  padding: 30px;
}
@media (max-width: 768px) {
  #dashboard {
    padding: 5px;
  }
}

.project h3 .handle {
  transition: transform 0.3s;
}
.project.hide-list h3 .handle {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.project.hide-list .list {
  display: none;
}

.box {
  background-color: #fff;
  margin-bottom: 30px;
  /* border: 1px solid $border-color;*/
  border-radius: 3px;
}
.box.box-dark .box-head {
  color: #4E5983;
}
.box.box-primary .box-head {
  color: #0492F2;
}
.box.box-danger {
  background-color: rgb(255, 243.6, 244.3916666667);
}
.box.box-danger .box-head {
  color: #FF6F79;
}
.box.box-warning .box-head {
  color: #FFB64D;
}
.box.box-success .box-head {
  color: #00C3B3;
}
.box.box-important .box-head {
  color: #AD1457;
}
.box .box-head {
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4E5983;
}
.box .box-body {
  padding: 0 15px;
}
.box .box-body .category {
  font-size: 11px;
  color: #999;
}
.box .box-body .list-group {
  margin: 0 -15px;
  border: 0;
}
.box .box-body .list-group .list-group-item {
  border-radius: 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  position: relative;
  background-color: transparent;
  padding-left: 40px;
}
.box .box-body .list-group .list-group-item:first-child {
  border: 0;
}
.box .box-body .list-group .list-group-item:hover {
  background-color: #f5f5f5;
}
.box .box-body .list-group .list-group-item .check, .box .box-body .list-group .list-group-item .icon {
  position: absolute;
  left: 0;
  top: 13px;
}
.box .box-body .list-group .list-group-item.draggable {
  cursor: move;
}
.box .box-body .list-group .list-group-item.ui-draggable-dragging {
  z-index: 99999;
}
.box .box-body .list-group .list-group-item.ui-state-active {
  background: yellow !important;
}
.box .box-foot {
  padding: 10px 15px;
  font-size: 17px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  .box {
    padding: 8px;
  }
}
.box .alert {
  margin: 0;
}
.box h3 {
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 0;
  font-weight: 700;
  border-bottom: 1px solid #f5f5f5;
  background-color: #fff;
  line-height: 1em;
}
.box h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 10px 0;
}
.box a {
  color: #4E5983;
}
.box .list {
  padding: 0;
}
.box .item {
  padding: 0 15px;
  border-bottom: 1px solid #f5f5f5;
  /*
  &:last-of-type {
    border-bottom: 0;
  }
  */
}
@media (max-width: 768px) {
  .box .item {
    padding: 0;
  }
}
.box .item .item {
  padding: 7px 15px;
  line-height: 26px;
  border-left: 1px solid #f5f5f5;
}
.box .item .item:last-of-type {
  border-bottom: 0;
}
.box .item .item.done {
  padding: 0 15px;
}
.box .item .item.done a {
  opacity: 0.4;
}
@media (max-width: 768px) {
  .box .item .item {
    border-left: 0;
  }
}
.box .item .money {
  background-color: #00C3B3;
}
.box .item .money:empty {
  display: none;
}
.box .item .money:after {
  content: " EUR";
}

.box-info {
  padding: 20px 10px;
  margin-bottom: 30px;
  font-weight: 100;
  text-align: center;
  border-radius: 5px;
}
.box-info.info-success {
  color: #56d681;
  background-color: #fff;
}
.box-info.info-warning {
  color: #FEA24F;
  background-color: #fff;
}
.box-info .text {
  font-size: 14px;
  text-transform: uppercase;
}
.box-info .number {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

/* Activity Feed
-------------------------------------------*/
.activity .date {
  font-size: 11px;
  color: #4E5983;
}

/* MENU
-------------------------------------------*/
.openmenu {
  color: rgba(255, 255, 255, 0.6);
  font-size: 23px;
  background-color: rgb(28.7236842105, 50.4605263158, 59.7763157895);
  padding: 6px 14px;
  vertical-align: middle;
  display: inline-block;
}
.openmenu:hover, .openmenu:focus {
  color: #fff;
}
.activity {
  color: rgba(255, 255, 255, 0.6);
  font-size: 23px;
  background-color: rgb(35.3447368421, 62.0921052632, 73.5552631579);
  padding: 6px 14px;
  vertical-align: middle;
  display: inline-block;
}
.activity:hover, .activity:focus {
  color: #fff;
}
#menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  background-color: #25414d;
  color: #fff;
  z-index: 999999999999;
}
@media (max-width: 768px) {
  #menu {
    width: 80%;
  }
}
#menu .closemenu {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 21px;
  color: #fff;
}
#menu ul {
  margin-top: 40px;
}
#menu ul li a {
  color: #fff;
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid rgb(53.5526315789, 94.0789473684, 111.4473684211);
}
#menu .activity-list {
  padding: 20px;
}
#menu .activity-list .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#menu .activity-list .item .date {
  font-size: 11px;
}
#menu .activity-list .item .info {
  font-size: 12px;
  line-height: 15px;
}

.green {
  color: #00C3B3;
}

.red {
  color: #FF6F79;
}

/* Single Task
-------------------------------------------*/
#task .notes {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}

/* Members
-----------------------------------------*/
.members {
  display: inline-block;
  margin-right: 10px;
}

/* Prototypes
-----------------------------------------*/
#prototype .single {
  position: relative;
  cursor: crosshair;
  margin: 0 auto;
}
#prototype .single .round {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #FF6F79;
  box-shadow: 5px 5px 5px -5px rgb(148, 148, 148);
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 98;
}

#screens {
  position: fixed;
  top: 48px;
  z-index: 99;
  width: 100%;
}
#screens .thumbnails {
  display: none;
  background-color: #4E5983;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  padding: 10px;
}
#screens .thumbnails a {
  color: #fff;
}
#screens .thumbnails img {
  border: 2px solid #fff;
}
#screens .thumbnails.open {
  display: block;
}

#prototype {
  padding-top: 80px;
}

#trash {
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #fff;
  font-family: "FontAwesome";
}
#trash:after {
  content: "\f014";
  font-size: 50px;
  color: #ccc;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  left: 0;
  line-height: 100px;
}
#trash .hover {
  background-color: #FFEBBF;
}

/* Resources
-----------------------------------------*/
#resources .item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #efefef;
}
#resources .item .name a {
  font-size: 17px;
  font-weight: 800;
  color: rgb(3.8947368421, 6.8421052632, 8.1052631579);
}
#resources .item .link {
  color: rgb(0, 169.5, 155.5923076923);
}
#resources .item .description {
  color: #999;
}
#resources .item .actions {
  background-color: #fff;
  font-size: 11px;
}

/* Comments
-----------------------------------------*/
.comments {
  background-color: #fff;
}
.comments .comment {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #efefef;
  position: relative;
}
@media (min-width: 500px) {
  .comments .comment__body {
    display: flex;
    gap: 10px;
  }
}
.comments .comment__text {
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
}
.comments .comment__attachments {
  display: flex;
  gap: 10px;
}
.comments .comment__attachments .attachment {
  max-width: 150px;
}
.comments .comment__attachments .thumbnail {
  margin: 0;
}
.comments .comment .text {
  font-size: 16px;
  padding: 5px 0;
}
.comments .comment .author {
  color: #0492F2;
  font-size: 12px;
  font-weight: 600;
}
.comments .comment .date {
  color: #4E5983;
}
.comments .comment .delete {
  position: absolute;
  top: 10px;
  right: 10px;
}

#mini {
  padding-bottom: 10px;
}
#mini ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#mini ul li {
  padding: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #f5f5f5;
}
#mini input[type=text] {
  padding: 2px 15px;
  font-size: 15px;
}

#mockup .tools {
  background-color: #4E5983;
  color: #fff;
  width: 300px;
  position: fixed;
  left: 0;
  z-index: 2;
}
#mockup .tools a {
  color: #fff;
}
#mockup .tools a:hover {
  text-decoration: none;
}
#mockup .properties {
  width: 300px;
  background-color: #4E5983;
  color: #fff;
  position: fixed;
  right: 0;
  z-index: 3;
}
#mockup .properties a {
  color: #fff;
}
#mockup .properties input[type=text] {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
}

.playground {
  font-family: Arial;
  position: relative;
  margin: 10px auto;
  width: 1160px;
  background: url(../assets/grid.gif);
  z-index: 1;
}
.playground .square {
  background-color: #fff;
  display: inline-block;
  width: 200px;
  height: 60px;
  box-sizing: border-box;
  position: absolute;
  border: 0px solid #000;
}
.playground .square p {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}
.playground .square h1 {
  font-size: 25px;
  line-height: 1.2;
  margin: 0;
}
.playground .square h2 {
  font-size: 23px;
  line-height: 1.2;
  margin: 0;
}
.playground .square h3 {
  font-size: 21px;
  line-height: 1.2;
  margin: 0;
}
.playground .square.text {
  min-height: 1em;
  height: auto !important;
}
.playground .square:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.playground .square.simple:after {
  border: 1px solid #999;
}
.playground .square.placeholder:after {
  border: 1px dashed #ccc;
}
.playground .square.image {
  background: #efefef url("https://bytesizemoments.com/wp-content/uploads/2014/04/placeholder3.png") center center;
  background-size: cover;
}
.playground .square.image:after {
  border: 1px solid #ccc;
}
.playground .square span {
  position: absolute;
  left: 0;
  font-size: 9px;
  letter-spacing: 1px;
  padding: 1px 5px 0;
  text-transform: uppercase;
  display: none;
}
.playground .square span.name {
  top: -13px;
  background-color: pink;
}
.playground .square span.info {
  bottom: -13px;
}
.playground .square.selected > span {
  display: block;
}
.playground .square.selected:after {
  border-color: #FFBF00 !important;
}

.modal.left .modal-dialog, .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 50%;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}
@media (max-width: 1440px) {
  .modal.left .modal-dialog, .modal.right .modal-dialog {
    width: 70%;
  }
}
@media (max-width: 900px) {
  .modal.left .modal-dialog, .modal.right .modal-dialog {
    width: 100%;
  }
}
.modal.left .modal-content, .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal.left .modal-body, .modal.right .modal-body {
  padding: 15px;
}
.modal.left.fade .modal-dialog {
  left: -320px;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog {
  left: 0;
}
.modal.right.fade .modal-dialog {
  right: -320px;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
  right: 0;
}
.modal .modal-content {
  border-radius: 0;
}

.copy-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.copy-list > li strong {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.copy-list > li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.copy-list > li ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.copy-list > li ul li label {
  display: inline-block;
  padding-left: 5px;
}
.copy-list > li ul li input:checked + label {
  color: #0492F2;
}

.drawer {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 50px;
  width: 50vw;
  z-index: 9;
  box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.23);
  background-color: #efefef;
  transform: translateX(-1000px);
  transition: transform 0.5s;
}
.drawer.active {
  transform: translateX(0px);
  transition: none;
}
.drawer .box {
  background-color: #efefef;
  margin: 0;
}
.drawer .box .box-body {
  padding: 0 10px 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.drawer .box .box-body dl {
  flex-basis: calc(50% - 5px);
  box-sizing: border-box;
}
.drawer .box .box-body dl:not(:last-of-type) {
  margin-bottom: 10px;
}
.drawer .box .box-body dl.full {
  flex-basis: 100%;
}
.drawer .box .box-body dl.full ul.list-group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.drawer .box .box-body dl ul.list-group {
  margin: 0;
}
.drawer .box .box-body dl ul.list-group .list-group-item {
  border: 1px solid rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.drawer .box .box-body dl ul.list-group .list-group-item .category {
  font-weight: bold;
}
.drawer .box .box-body dl ul.list-group .list-group-item .category a {
  color: #0492F2;
}

/* UL Menu */
.ul-menu {
  display: flex;
}
.ul-menu li {
  padding: 10px;
}
.ul-menu li a {
  text-decoration: none;
  padding: 5px 10px;
  background-color: #fff;
  color: #000;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.ul-menu li a.selected {
  background-color: #FF6F79;
  color: #fff;
}

.mg-5 {
  margin: 5px;
}

.mg-top-5 {
  margin-top: 5px;
}

.mg-bottom-5 {
  margin-bottom: 5px;
}

.mg-left-5 {
  margin-left: 5px;
}

.mg-right-5 {
  margin-right: 5px;
}

.padding-5 {
  padding: 5px;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.mg-10 {
  margin: 10px;
}

.mg-top-10 {
  margin-top: 10px;
}

.mg-bottom-10 {
  margin-bottom: 10px;
}

.mg-left-10 {
  margin-left: 10px;
}

.mg-right-10 {
  margin-right: 10px;
}

.padding-10 {
  padding: 10px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.mg-15 {
  margin: 15px;
}

.mg-top-15 {
  margin-top: 15px;
}

.mg-bottom-15 {
  margin-bottom: 15px;
}

.mg-left-15 {
  margin-left: 15px;
}

.mg-right-15 {
  margin-right: 15px;
}

.padding-15 {
  padding: 15px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.mg-20 {
  margin: 20px;
}

.mg-top-20 {
  margin-top: 20px;
}

.mg-bottom-20 {
  margin-bottom: 20px;
}

.mg-left-20 {
  margin-left: 20px;
}

.mg-right-20 {
  margin-right: 20px;
}

.padding-20 {
  padding: 20px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.mg-25 {
  margin: 25px;
}

.mg-top-25 {
  margin-top: 25px;
}

.mg-bottom-25 {
  margin-bottom: 25px;
}

.mg-left-25 {
  margin-left: 25px;
}

.mg-right-25 {
  margin-right: 25px;
}

.padding-25 {
  padding: 25px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.mg-30 {
  margin: 30px;
}

.mg-top-30 {
  margin-top: 30px;
}

.mg-bottom-30 {
  margin-bottom: 30px;
}

.mg-left-30 {
  margin-left: 30px;
}

.mg-right-30 {
  margin-right: 30px;
}

.padding-30 {
  padding: 30px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}
/*# sourceMappingURL=style.css.map */
