@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
  .desktop-menu {
    display: block;
  }
  .mobile-menu {
    display: none;
  }
}

@media (max-width: 575.98px) {
}

@media (max-width: 767.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 1199.98px) {
  .desktop-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
}
.bg-warn-1 {
  	background-color: #ff0000 !important;
}
.bg-warn-2 {
	background-color: #ff7e2c !important;
}
.bg-warn-3 {
	background-color: #d8bc37 !important;
}
.bg-warn-4 {
	background-color: #30afff !important;
}
.bg-warn-5 {
	background-color: #999999 !important;
}
.bg-warn-6 {
	background-color: #51c81b !important;
}
.bg-task-1 {
	background-color: #ff0000 !important;
}
.bg-task-2 {
	background-color: #ff7e2c !important;
}
.bg-task-3 {
	background-color: #d8bc37 !important;
}
.bg-task-4 {
	background-color: #51c81b !important;
}
.bg-task-5 {
	background-color: #10cff1 !important;
}
.bg-task-6 {
	background-color: #999999 !important;
}
