.navbar-first {
  /*position: absolute !important;*/
  z-index: 4;
  width: 100%;
  background-color: #272d35 !important;
}

.bg-no-color {
  background-color: #ffde01 !important;
}

.text-no-color {
  color: #ffde01 !important;
}

.btn-gray {
  color: #000;
  background-color: #dadada;
  border-color: #dadada !important;
}

.btn-gray:hover {
  color: #fff;
  background-color: #000;
  border-color: #000000;
}

.btn-no-color {
  color: #000 !important;
  background-color: #ffde01;
  border-color: #ffde01;
  border-radius: 2rem;
}

.btn-no-color:hover {
  color: #fff !important;
  background-color: #282828;
  border-color: #282828;
}

.card-row-set {
  margin-right: 0px;
  margin-left: 0px;
}

.border-radius-10 {
  border-radius: 10px !important;
}

.border-radius-20 {
  border-radius: 20px !important;
}

.border-radius-25 {
  border-radius: 25px !important;
}

.border-radius-30 {
  border-radius: 30px !important;
}

.border-radius-35 {
  border-radius: 35px !important;
}

.border-radius-40 {
  border-radius: 40px !important;
}

.border-radius-45 {
  border-radius: 45px !important;
}

.border-radius-50 {
  border-radius: 50px !important;
}

.text-shadow {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
}

.subscribe {
  border-radius: 50px;
  display: flex;
  width: 100%;
  background: #f1f1f1;
  padding: 10px;
}

.section-gray {
  background: rgba(226, 226, 226, 0.8);
  padding: 4rem 0rem 4rem 0rem;
  color: #464646;
}

.section-white {
  background: #fff;
  padding: 4rem 0rem 4rem 0rem;
  color: #000;
}
.section-white-padding-less {
  background: #fff;
  padding: 3rem 0rem 0rem 0rem;
  color: #000;
}
.section-white-padding-1 {
  background: #fff;
  padding: 0rem 0rem 0rem 0rem;
  color: #000;
}

.section-light-gray {
  background: #e4e4e4;
  padding: 4rem 0rem 4rem 0rem;
  color: #464646;
}

.section-blue-gray {
  background: rgb(97, 107, 119);
  padding: 4rem 0rem 4rem 0rem;
  color: #464646;
}

.grey-section {
  background: #2b2b2b;
  padding: 2em 0em 2em 0em;
  margin-bottom: 0em;
}

@media screen and (max-width: 768px) {
  .section-black {
    background: #000;
    padding: 2rem 0rem 2rem 0rem;
    color: #ffffff;
  }
  .section-white {
    background: #fff;
    padding: 2rem 0rem 2rem 0rem;
    color: #000;
  }
  .section-light-gray {
    background: #e4e4e4;
    padding: 2rem 0rem 2rem 0rem;
    color: #000;
  }
}

.section-parallax {
  background-image: url(../img/s2.jpg);
  color: #ffffff;
  background-attachment: fixed;
  background-position: center;
}

.form-container {
  background-image: url(../img/bg-home2.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 50vh;
}

.parallax {
  background: rgba(0, 0, 0, 0.45);
  padding: 6em 0em 6em 0em;
}

.parallax-home {
  background: rgba(0, 0, 0, 0.25);
  padding: 10em 0em 10em 0em;
  height: 50vh;
}

.section-parallax-bg {
  background: rgba(0, 0, 0, 0.8);
  padding: 4rem 0rem 4rem 0rem;
}

.section-parallax-login {
  background-image: url(../img/login-bg.jpg);
  color: #ffffff;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.section-parallax-login-bg {
  background: rgba(0, 0, 0, 0.25);
  padding: 4rem 0rem 4rem 0rem;
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .section-parallax-login-bg {
    background: #fff;
    padding: 2rem 0rem 2rem 0rem;
    height: 100vh;
  }
  .parallax {
    /* background: rgba(0, 0, 0, 0); */
    padding: 5em 0em 5em 0em;
  }
  .parallax-home {
    background: rgba(0, 0, 0, 0.25);
    padding: 4em 0em 4em 0em;
    height: 30vh;
  }
  .form-container {
    height: 30vh;
  }
}

.section_header-divider {
  width: 100px;
  height: 7px;
  margin-right: auto;
  margin-left: 0px;
  border: none;
  border-radius: 25px;
  background-image: linear-gradient(50deg, #ffde00, #ffde00);
  box-shadow: 4px 4px 0px rgb(39, 45, 53);
}
/*----home page hover box start----*/

.gallery .img-container {
  height: 220px;
  background: #222;
  margin-bottom: 30px;
  padding: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .gallery .img-container {
    height: 200px;
  }
}

.gallery .img-container .deal-link {
  padding: 15px;
  display: block;
  height: 100%;
  position: relative;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.gallery .img-container .deal-link:hover {
  background: rgba(0, 0, 0, 0.65);
  box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease-in-out;
}

.gallery .img-container .deal-link h3 {
  font-size: 18px;
  color: #ffffff;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffde01;
  position: absolute;
  top: 5%;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
}

.gallery .img-container .deal-link:hover .btn-more {
  opacity: 1;
  visibility: visible;
  transform: scale(0.92);
  transition: 0.55s cubic-bezier(0.01, -0.32, 0.13, 1.49);
}

.gallery .img-container .deal-link .btn-more {
  position: absolute;
  font-size: 15px;
  text-align: center;
  bottom: 0px;
  left: 0px;
  top: 0px;
  padding: 10px;
  padding-top: 15%;
  border-radius: 20px;
  right: 0px;
  background: linear-gradient(45deg, #ffffff, #ffde00);
  text-transform: uppercase;
  opacity: 0;
  color: #222222;
  transform: scale(1.25);
  transition: all 0.25s ease;
}

.gallery .img-container .deal-link * {
  transition: all 0.3s ease;
}

.gallery .img-container .deal-link .hover-box-content {
  font-size: 20px;
  font-weight: bold;
  transition: 1s;
}
/*----home page hover box end----*/
/*----footer-start----*/

footer {
  background: #303740 !important;
  padding: 40px 0 0 !important;
}

.footer-link ul li a:hover {
  color: rgb(255, 222, 1);
  transition: 0.25s;
}

.footer-link ul li a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-link ul li {
  list-style: none;
  line-height: 25px;
}

footer .footer_bottom {
  background: #272d35;
  padding: 20px 10px;
}

.footer_bottom a i {
  margin-right: 10px;
  font-size: 16px !important;
  opacity: 1;
  color: #282d35;
  background: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 25px;
  text-align: -webkit-center;
  padding-top: 10px;
  transition: all 0.8s ease-in-out;
}

.footer_bottom a i:hover {
  color: #282d35;
  background: #ffde01;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 5px rgba(2, 2, 2, 0.15);
  transition: all 0.25s ease-in-out;
  transform: translateY(-4px);
}

.footer_bottom p {
  font-size: 18px;
}
/*----footer-End----*/

span.discounted_price {
  margin-right: 5px;
  text-decoration: line-through;
}

.discount-Percent {
  float: right;
  background-color: #76b51b;
  color: #ffffff;
  font-size: 15px;
  padding: 0px 5px;
  border-radius: 20px;
}

.two-line-text {
  width: 100%;
  display: -webkit-box;
  max-width: 100%;
  height: 45px;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reviews-float-right {
  background-color: #6ec017;
  font-size: 15px;
  padding: 2px 12px;
  border-radius: 2px;
}

i.fa.social-icon {
  background: #131313;
  padding: 15px;
  font-size: 20px;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  text-align: center;
  height: 50px;
  width: 50px;
  margin: 5px;
  transition: 0.5s;
}

i.fa.social-icon:hover {
  background: #fcdf02;
  color: black;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  text-decoration: none !important;
  transition: 0.5s;
  transform: rotate(360deg) scale(1.2);
}

.caption {
  letter-spacing: 0.5px;
  font-size: 18px;
}
/* Carasouel Cards Css */

.grid.gallery {
  overflow: hidden;
  box-shadow: 5px 15px 25px -7px rgba(144, 125, 0, 0.25);
  border-radius: 15px;
  /*border: 1px solid #000;*/
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
  object-fit: cover;
}

.grid figure figcaption {
  padding: 1em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  transition: 0.5s;
}

.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  /*word-spacing: -0.15em;*/
  font-weight: 700;
}

.grid figure h2 span {
  font-size: 15px;
  text-shadow: 3px 3px 15px #00000050;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

.ratings {
  padding: 8px 0px;
  border-top: 1px solid rgba(221, 221, 221, 0.4);
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  background: white;
}

ul.rating {
  display: inline-block;
  padding-left: 0px;
  margin-bottom: 0px;
}

.rating li {
  list-style-type: none;
  display: inline-block;
  padding: 1px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.ratings span.rating_count {
  background-color: #0679ff;
  font-size: 12px;
  padding: 1px 7px;
  color: white;
  border-radius: 10px;
}

.summary-price {
  background-color: rgba(44, 43, 41, 0.9);
  padding: 6px 15px;
}

.detail-label-1 {
  background-color: #fff;
  padding: 10px 10px;
}

.summary-price p {
  color: #999;
}

.summary-price div.price-room {
  font-size: 1.625rem;
  color: #fff;
}
.summarybackcolor {
  /* float: right; */
  text-align: -webkit-left;
  background-color: #f9f9f9;
  /* width: 300px; */
  margin-top: -220px;
  position: relative;
}
.videoimage img.img-fluid {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .videoimage img.img-fluid {
    height: 250px;
    width: 100%;
    object-fit: cover;
  }
}

.bookingfixprice {
  display: none;
}

.bookingfixpriceset {
  position: fixed;
  display: block;
  top: 0px;
  width: 100%;
  z-index: 1030;
  margin: 0px 0px 0px 0px;
  color: #fff !important;
}
.booking_points ul img {
  width: 12px;
  height: 12px;
  object-fit: none;
  object-position: -88px 0px;
}
.booking_points ul li span.point_name {
  padding-left: 5px;
  font-size: 13px;
}

.gallery button.gallery-P5FyU {
  display: inline-flex;
  color: #575554;
  background-color: #fff;
  font-weight: 700;
  border-color: #ffffff00;
  padding: 0.5rem 0.75rem;
  line-height: 1.15;
  margin-top: -60px;
  position: absolute;
  border-radius: 50px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}
/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley:hover figcaption {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 75%, transparent);
  transition: 0.5s;
}

figure.effect-marley:hover img {
  object-fit: cover;
  transform: scale(1.1) rotate(2deg);
  transition: all 0.5s ease-in-out;
}

figure.effect-marley h2,
figure.effect-marley p {
  position: initial;
  right: 30px;
  left: 30px;
  padding: 20px 0;
}

figure.effect-marley p {
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-marley h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 70px, 0);
  font-size: 18px !important;
}

figure.effect-marley:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-marley h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffde00;
  content: '';
  border-radius: 10px;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0px, 20px, 0);
  transition: 0.5s;
}

figure.effect-marley h2::after,
figure.effect-marley p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 0.85s;
}
/*-----yellow-carousel-START-----*/

.grid3 figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 220px;
  background: #ffde01;
  text-align: center;
  cursor: pointer;
  height: 220px;
  border: 5px solid #fff;
  border-radius: 50%;
  display: contents;
}

.grid3 figure figcaption {
  padding: 1em 0em;
  color: #000;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
}

figure.effect-marley3 h2 {
  /* top: 30px; */
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 25px, 0);
  font-size: 15px !important;
  font-weight: 700;
  color: white;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.owl-carousel-icon .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  border-radius: 0px !important;
}
/*-----yellow-carousel-END-----*/
/* Carasouel Cards Css */
/*----sidebar START----*/

.sidebar-show {
  position: fixed;
  top: 0px;
  left: -100%;
  z-index: 1001;
  bottom: 0px;
  height: 100%;
  width: 100%;
  cursor: default;
  transition: width 300ms ease-in-out, height 300ms ease-in-out, top 300ms ease-in-out,
    left 300ms ease-in-out, bottom 300ms ease-in-out, right 300ms ease-in-out;
  background-color: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  overflow: auto;
}

#sidebar-close-btn {
  position: absolute;
  right: 0px;
  background: #ffde01;
  top: 0;
  padding: 0px;
  cursor: pointer;
  -webkit-text-fill-color: #000;
  width: 52px;
  height: 57px;
  text-align: center;
  opacity: 1;
  line-height: 0;
}

.sidebarclassadd {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  clear: both;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.sidebar-icon i {
  background: #ececec;
  width: 35px;
  height: 35px;
  border-radius: 25px;
  text-align: center;
}

.display-nav-none.navbar-collapse {
  display: none !important;
}

.pp-up {
  color: #5a5a5a;
  text-decoration: none;
  padding: 0px 10px 0px 10px;
}

.gray-text {
  color: gray !important;
}

@media screen and (max-width: 990px) {
  .display-none-media {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  form.form-inline.my-2.my-lg-0 {
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 5px;
    display: block;
  }
}
/*----sidebar END----*/

.two-line-text {
  width: 100%;
  display: -webkit-box;
  max-width: 100%;
  height: 42px;
  margin: 0 auto;
  font-size: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rating .filled {
  color: orangered;
}

.pop-up {
  color: #e4e4e4;
  font-weight: normal;
  letter-spacing: 0.04em;
  55font: 75%/150% 'Lato', Arial, Helvetica, sans-serif;
  padding: 0rem 1rem;
  font-size: 14px;
}

ul.destination-tab {
  list-style-type: none;
  display: -webkit-inline-box;
}

.st-menu ul li a {
  display: block;
  padding: 0.72rem 0 !important;
  outline: none;
  color: #353a40;
  letter-spacing: 1px;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}

.st-menu {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/*----add new css END  ((((  12-march-2019   ))))----*/
/*----free-website-css start--------*/

.col-heading-free {
  margin-bottom: 25px;
  margin-top: 15px;
  color: #333333;
  text-align: center;
  font-size: 2.2rem !important;
  letter-spacing: 1px;
  font-weight: 100;
}

.section-description-free {
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  color: #333333;
  line-height: 33px;
  font-weight: 400;
}

.search-btn {
  margin-left: -35px;
  top: 0px;
  height: 78px;
  position: absolute;
  width: 78px;
  border-radius: 0%;
  padding: 18px;
  background: #ffde01;
  color: black;
  z-index: 2;
  cursor: pointer;
}
/* Tabs*/

section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 50px;
  text-transform: uppercase;
}

#tabs {
  background: #ffffff;
  color: #3e3e3e;
}

#tabs h6.section-title {
  color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #ffde01;
  border-radius: 50px;
  box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.2);
}

#tabs .nav-tabs .nav-link {
  border: 1px solid #ffde01;
  color: #313131;
  font-size: 20px;
  border-radius: 50px;
  margin-right: 10px;
  cursor: pointer;
}

.nav-tabs {
  border-bottom: 0px solid #ddd;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: none;
  text-align: center;
}

.img-over {
  background: #ffffff;
  border: 1px solid #b7b7b7;
  height: 425px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.25);
  margin-bottom: 35px;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.img-over:hover {
  border: 5px solid #ffde01;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

.view-full-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  padding-top: 20px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  cursor: pointer;
}

.img-over:hover .view-full-btn {
  opacity: 1;
  transition: all 0.25s ease-in-out;
  padding-top: 160px;
}

.view-full-text {
  background: #ffde01;
  padding: 10px 20px;
  cursor: pointer;
}

.clippy {
  width: 100px !important;
  margin: 0 auto;
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.35));
}

@media screen and (max-width: 480px) {
  .clippy {
    width: 60px !important;
  }
}

.clippy2 {
  width: 100px !important;
  border-radius: 80px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
}

.owl-nav > div {
  margin-top: -10px;
  position: absolute;
  top: 150px;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 28px;
}

.owl-nav .owl-prev {
  left: -2.5%;
  background: #fff;
  height: 60px;
  text-align: center;
  width: 60px;
  border-radius: 40px;
  top: 25%;
  color: black;
  padding-top: 16px;
  transition: 0.25s;
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.16);
}

.owl-nav .owl-next {
  right: -2.5%;
  background: #fff;
  height: 60px;
  text-align: center;
  width: 60px;
  border-radius: 40px;
  top: 25%;
  color: black;
  padding-top: 16px;
  transition: 0.25s;
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.16);
}

.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
  background: #ffde00;
  color: black;
  transition: 0.25s;
}
/*-----------*/

.gallery-stu-cop .img-container {
  height: 385px;
  background: #222;
  margin-bottom: 30px;
  padding: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.gallery-stu-cop .img-container .deal-link .btn-more {
  position: absolute;
  text-align: center;
  font-size: 25px;
  bottom: 0px;
  border-radius: 20px;
  top: 0px;
  right: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  opacity: 1;
  visibility: hidden;
  padding: 1rem;
  padding-top: 8rem;
  color: white;
  transform: translatey(100%) scale(0);
  transition: all 0.5s ease;
}

.gallery-stu-cop .img-container .deal-link:hover .btn-more {
  opacity: 1;
  visibility: visible;
  transform: translatey(0%) scale(1);
  transition: 0.5s;
}

.gallery-stu-cop .img-container .deal-link {
  padding: 15px;
  display: block;
  height: 100%;
  position: relative;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}

.gallery-stu-cop .img-container .deal-link:hover {
  background: rgba(0, 0, 0, 0.65);
  box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease-in-out;
}

.carousel-control-next {
  right: 0%;
  height: auto;
  top: 0px;
}

.carousel-control-prev {
  left: 0%;
  height: auto;
  top: 0px;
}

.tabsmenus .rounded-circle {
  width: 50px !important;
  height: 50px;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

.tabsmenus .img-fluid {
  border-radius: 20px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px !important;
  color: inherit;
  padding: 10px;
}

.panel-default a {
  color: #333;
}

.panel {
  margin-top: 10px;
}

.panel-default {
  border-color: #dddddd;
}

.panel {
  border: 1px solid #dddddd;
}

.panel-body {
  padding: 15px;
}

.collapsed {
  cursor: pointer;
}
/*----free-website-css end--------*/
/*----main page css start----*/

.search-input {
  height: 60px !important;
  border-right: 1px solid #c3c3c3 !important;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

.search-btn {
  margin-left: -35px;
  top: 0px;
  height: 78px;
  position: absolute;
  width: 78px;
  border-radius: 0%;
  padding: 18px;
  background: #ffde01;
  color: black;
  z-index: 2;
  cursor: pointer;
  /* box-shadow: 0px 15px 25px -5px rgba(0, 0, 0, 0.50); */
}

.mobile-search-box-icon {
  margin-right: 35px;
  top: -14px;
  background: white;
  position: relative;
  float: right;
  z-index: 999;
}

input.form-control {
  opacity: 1;
  background-color: #fff;
  color: #3e3e3e;
  z-index: 2;
  box-shadow: none !important;
}

.search-box-icon {
  position: absolute;
  right: 16px;
  top: 20px;
  color: #c3c3c3;
  font-size: 20px !important;
  margin-right: 10px;
  line-height: 10px !important;
  text-shadow: none;
}
/*----sidebar bottom START----*/

.sidebar-show-bottom {
  position: fixed;
  top: 0px;
  top: 100%;
  z-index: 1000;
  bottom: 0px;
  height: 100%;
  width: 100%;
  cursor: default;
  transition: width 300ms ease-in-out, height 300ms ease-in-out, top 300ms ease-in-out,
    left 300ms ease-in-out, bottom 300ms ease-in-out, right 300ms ease-in-out;
  background-color: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  overflow-x: hidden;
}

#sidebar-close-btn-bottom {
  background: #e6e6e6;
  padding: 10px;
  cursor: pointer;
  -webkit-text-fill-color: #000;
  text-shadow: none;
  width: 50px;
  height: 50px;
  opacity: 1;
  border-radius: 50%;
  line-height: 0;
  margin: 10px 15px 0px 0px;
}

.sidebarclassadd-bottom {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  clear: both;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
/*----sidebar bottom END----*/
/*----main page css end----*/

.home-rating {
  position: absolute;
  z-index: 2;
  background: #fff;
  top: 15px;
  right: 15px;
  padding: 0px 5px;
  line-height: 0;
  left: auto;
  border-radius: 15px;
}

ul.rating {
  display: inline-block;
  padding: 4px;
  margin-bottom: 0px;
}

.rating li {
  list-style-type: none;
  display: inline-flex;
  text-align: center;
  cursor: pointer;
  padding-top: 0px;
}

.main-tags {
  width: 100%;
  padding: 2px 0;
  display: inline-flex;
  overflow-x: scroll;
}

::-webkit-scrollbar {
  width: 6px;
  background: #fff;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: #7dd4e2;
}

body::-webkit-scrollbar-thumb {
  background-color: #777777;
}
/*----sidebar-collapsed-started----*/

.sidebar-dropddown {
  background: #e4e4e4;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
}

.accordion:after {
  font-family: FontAwesome;
  content: '\f107';
  color: #000;
  font-weight: 100;
  float: right !important;
  font-size: 20px;
  transition: 0.4s;
  background: #ececec;
  width: 35px;
  height: 35px;
  border-radius: 25px;
  text-align: center;
  padding-top: 2px;
}

.accordion.collapsed:after {
  content: '\f107';
  transform: rotate(180deg);
  transition: 0.4s;
}
/*----sidebar-collapsed-ended----*/

.mobile-search-box {
  top: 20px;
  position: relative;
  width: 90%;
  margin: 0 auto;
  border-radius: 50px;
  padding-left: 20px;
}

.link-hvr .nav-link {
  background: none;
}

.link-hvr:hover .nav-link {
  background: #dee2e6;
  color: black !important;
}
/*----sidebar Destination END----*/
/*----index css start----*/

.carousel-item {
  height: 650px;
}

.object-fit-cover {
  object-fit: cover;
}

.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

.carousel-item img {
  width: 100%;
  height: 620px;
}

@media screen and (max-width: 767px) {
  figure.effect-marley3 h2 {
    transform: translate3d(0, 15px, 0);
    font-size: 12px !important;
  }
}

.owl-carousel-2 .owl-stage-outer {
  padding-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .owl-carousel-2 .owl-stage-outer {
    padding-bottom: 20px;
  }
}

.owl-next.disabled,
.owl-prev.disabled {
  display: none !important;
}
/*----index css End----*/
/*----slider-after-before start----*/

#slider1:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background: -webkit-linear-gradient(
    330deg,
    rgba(255, 74, 158, 0) 45%,
    rgba(255, 74, 158, 0.4) 100%
  );
  background: linear-gradient(210deg, #dcf8ff 45%, rgb(0, 226, 255) 100%);
  left: -90px;
  bottom: -10%;
}

#slider2:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background: -webkit-linear-gradient(
    330deg,
    rgba(255, 74, 158, 0.78) 45%,
    rgba(255, 74, 158, 0.4) 100%
  );
  background: linear-gradient(220deg, rgba(255, 74, 158, 0) 40%, rgba(255, 74, 158, 0.59) 100%);
  left: -180px;
  bottom: -8%;
}

#slider3:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: -webkit-linear-gradient(
    330deg,
    rgba(255, 74, 158, 0.78) 45%,
    rgba(255, 74, 158, 0.4) 100%
  );
  background: linear-gradient(120deg, rgba(33, 150, 243, 0.41) 25%, rgba(72, 3, 195, 0.37) 100%);
  left: -320px;
  bottom: 10%;
}
/*----slider-after-before end----*/

.sign {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  /* background-image: radial-gradient(
    ellipse 50% 35% at 50% 50%,
    #ffd000,
    transparent
  ); */
  transform: translate(-75%, -50%);
  letter-spacing: 2;
  text-transform: uppercase;
  font-size: 2em;
  /* color: #ffdd0182; */
  text-shadow: 0 0 0.6rem #ffdd0182, 0 0 1.5rem #ddc41dd5, -0.2rem 0.1rem 1rem #ffde01,
    0.2rem 0.1rem 1rem #ffde01, 0 -0.5rem 2rem #fdd803ec, 0 0.5rem 3rem #fdd803ec;
  animation: shine 2s forwards, flicker 3s infinite;
}

@keyframes blink {
  0%,
  22%,
  36%,
  75% {
    color: #ffdd0182;
    text-shadow: 0 0 0.6rem #ffdd0182, 0 0 1.5rem #ddc41dd5, -0.2rem 0.1rem 1rem #ffde01,
      0.2rem 0.1rem 1rem #ffde01, 0 -0.5rem 2rem #fdd803ec, 0 0.5rem 3rem #fdd803ec;
  }
  28%,
  33% {
    color: #ddc41dd5;
    text-shadow: none;
  }
  82%,
  97% {
    color: #ffde01;
    text-shadow: none;
  }
}

.flicker {
  animation: shine 2s forwards, blink 3s 2s infinite;
}

.fast-flicker {
  animation: shine 2s forwards, blink 10s 1s infinite;
}

@keyframes shine {
  0% {
    color: #ffd000;
    text-shadow: none;
  }
  100% {
    color: #ffdd0182;
    text-shadow: 0 0 0.6rem #ffdd0182, 0 0 1.5rem #ddc41dd5, -0.2rem 0.1rem 1rem #ffde01,
      0.2rem 0.1rem 1rem #ffde01, 0 -0.5rem 2rem #fdd803ec, 0 0.5rem 3rem #fdd803ec;
  }
}

@keyframes flicker {
  from {
    opacity: 1;
  }

  4% {
    opacity: 0.9;
  }

  6% {
    opacity: 0.85;
  }

  8% {
    opacity: 0.95;
  }

  10% {
    opacity: 0.9;
  }

  11% {
    opacity: 0.922;
  }

  12% {
    opacity: 0.9;
  }

  14% {
    opacity: 0.95;
  }

  16% {
    opacity: 0.98;
  }

  17% {
    opacity: 0.9;
  }

  19% {
    opacity: 0.93;
  }

  20% {
    opacity: 0.99;
  }

  24% {
    opacity: 1;
  }

  26% {
    opacity: 0.94;
  }

  28% {
    opacity: 0.98;
  }

  37% {
    opacity: 0.93;
  }

  38% {
    opacity: 0.5;
  }

  39% {
    opacity: 0.96;
  }

  42% {
    opacity: 1;
  }

  44% {
    opacity: 0.97;
  }

  46% {
    opacity: 0.94;
  }

  56% {
    opacity: 0.9;
  }

  58% {
    opacity: 0.9;
  }

  60% {
    opacity: 0.99;
  }

  68% {
    opacity: 1;
  }

  70% {
    opacity: 0.9;
  }

  72% {
    opacity: 0.95;
  }

  93% {
    opacity: 0.93;
  }

  95% {
    opacity: 0.95;
  }

  97% {
    opacity: 0.93;
  }

  to {
    opacity: 1;
  }
}

/* form css */

.error .text-input {
  border-color: red;
}

.label {
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}

.error .label {
  color: red;
}

.input-feedback {
  color: #999;
  margin-top: 0.25rem;
}

.error .input-feedback {
  color: red;
}

.animated {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

/* form css end  */

/* profile.css */

.profile-cover-bg {
  background-size: cover;
  height: 400px;
  background: linear-gradient(to right, rgba(174, 191, 33, 0.15), rgba(0, 0, 0, 0.2));
}

.profile-cover-image {
  background-image: url(../img/web-bnr4.jpg);
  background-size: cover;
  background-position: center;
}

.profile-img {
  position: relative;
  margin-top: -105px;
  width: 200px;
  height: 200px;
  border-radius: 105px;
  border: solid 6px #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.videodetector iframe {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 1000px) {
  .profile-img {
    margin-top: -40px;
    width: 130px;
    height: 130px;
  }
  .profile-cover-bg {
    background-size: cover;
    height: 200px;
    background: linear-gradient(to right, rgba(174, 191, 33, 0.15), rgba(0, 0, 0, 0.2));
  }
}

.active-rd {
  color: #f16f30 !important;
  border-bottom: 5px solid #f16f30;
  padding-bottom: 18px !important;
  transition: 0.25s;
}

@media screen and (max-width: 1000px) {
  .active-rd {
    color: #f16f30 !important;
    border-bottom: 5px solid #f16f30;
    padding-bottom: 10px !important;
    transition: 0.25s;
  }
}

h2.profile-user-text {
  font-size: 24px !important;
  line-height: 60px;
  font-weight: bold;
  color: #4f6066;
}

.fa-map-marker-alt {
  color: #03a9f4;
  font-size: 25px !important;
  margin-right: 10px;
  line-height: 0px !important;
}

.font-sm {
  font-size: 14px !important;
}

.font-12px {
  font-size: 12px !important;
}

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

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

.blue-grey-section {
  background: #f3f5f9 !important;
}

.blue-grey-text {
  color: #506066;
}

.profile-timeline-card {
  margin: 15px 0;
  padding: 15px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
}

.timeline-img-user {
  margin-right: 15px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.timeline-image {
  margin: 15px 0px 15px 0px;
  transition: 0.25s;
}

.timeline-image:hover {
  transition: 0.25s;
  transform: scale(1.1);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.5);
}

.timeline-title {
  font-size: 18px !important;
  line-height: 24px;
  word-wrap: break-word;
  color: #506066;
  font-weight: bold;
}

.timeline-footer > span > a {
  padding-right: 10px !important;
  color: #777777 !important;
}

.profile-social-media {
  color: #000;
  font-size: 18px;
  background: #dddddd;
  padding: 10px !important;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
}

.link-footer > li {
  /* margin-right: 25px; */
  /* float: left; */
  font-size: 13px;
  color: #949494;
}

.link-footer > li > a {
  color: #949494 !important;
}

.link-footer.clearfix {
  padding-left: 25px;
}

.profile-dd-text {
  padding: 10px 15px;
}

.dropdown-menu-rd {
  box-shadow: 0px 8px 15px -5px rgba(0, 0, 0, 0.25) !important;
  border: none !important;
}

a.dropdown-text {
  color: #8a8a8a !important;
}

.circle-ranking {
  position: absolute;
  top: 28px;
  background: #f63;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  right: 7px;
  bottom: 0;
  color: white;
  line-height: 18px;
  text-align: center;
}

.pointer {
  cursor: pointer;
}

.trip-user-text {
  padding: 5px 10px 0px 0px;
}

.trip-title {
  font-size: 32px;
  font-family: -apple-system, helvetica, arial, sans-serif;
  font-weight: 700;
  color: #506066;
  margin: 5px 0 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trip-user-box {
  display: flow-root;
}

.trip-paragraph-main {
  padding: 0 6%;
}

.trip-paragraph {
  font-family: 'Georgia', serif !important;
  text-align: left;
  float: none;
  font-size: 20px !important;
  text-indent: inherit !important;
  line-height: 36px !important;
  margin: 18px auto;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}

.Recommended-text1 {
  font-size: 18px !important;
  color: #506066 !important;
  font-weight: 500;
}

.Recommended-text1:hover {
  text-decoration: underline;
}

.Recommended-text2:hover {
  text-decoration: underline;
}

.Recommended-text2 {
  padding: 12px 0px 10px 0px;
  font-size: 14px;
  color: #868e96;
}

.Recommended-text2 > a {
  color: #4f6066 !important;
}

.user-trip-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.5);
}

/*====new====*/

.tour-code-profile {
  background: #ffffff;
  margin-top: -35px;
  width: 150px;
  float: right;
  border-radius: 50px;
  border: 1px solid #dfdfdf;
  cursor: pointer;
}

/* profile.css end */

/* post.css */
.single-post {
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
}

.main-wrapper {
  margin-top: 40px;
}

.single-post header {
  margin-top: 0px;
}
.single-post header .topic {
  font-size: 14px;
  text-transform: uppercase;
}
.single-post header .topic a {
  color: #0054a6;
}
.single-post header h1 {
  margin: 10px 0;
  font-size: 30px;
  font-weight: 900;
}
.single-post header .byline {
  font-size: 14px;
  margin-bottom: 10px;
}
.single-post header .date {
  font-size: 12px;
  color: #333;
}
.single-post .bar-content ul {
  margin: 15px 0 0 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.single-post .bar-content ul li {
  display: inline-block;
  list-style: none;
  font-size: 10px;
  margin: 0 10px;
  position: relative;
}
.single-post .bar-content ul li:after {
  content: '';
  position: absolute;
  border-right: 1px solid #ccc;
  height: 38px;
  left: 120%;
  top: 0;
}
.single-post .bar-content ul li a {
  color: #999;
  text-transform: uppercase;
  text-align: center;
}
.single-post .bar-content ul li a i {
  color: #0054a6;
  font-size: 14px;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.share-btn {
  float: none !important;
}
.share-btn ul {
  margin: 5px 0 0 0;
  padding: 3px 0;
}
.share-btn ul li {
  display: inline-block;
  list-style: none;
  font-size: 10px;
  margin: 0 10px;
}
.share-btn ul li:after {
  content: '';
  position: absolute;
  border-right: 1px solid #ccc;
  height: 38px;
  left: 120%;
  top: 0;
}
.share-btn ul li a {
  color: #999;
  text-transform: uppercase;
  text-align: center;
}
.share-btn ul li a i {
  color: #0054a6;
  font-size: 14px;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .single-post .bar-content ul li {
    font-size: 12px;
    margin: 0 20px;
  }
  .single-post .bar-content ul li:after {
    left: 150%;
  }
  .share-btn {
    float: right !important;
  }
  .share-btn ul li {
    font-size: 12px;
    margin: 0 20px;
  }
  .share-btn ul li:after {
    left: 150%;
  }
}
.single-post .progressx {
  display: none;
  height: 4px;
  background: #ccc;
  width: 40%;
  margin-bottom: 10px;
  position: relative;
}
.single-post .progressx .completed {
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #0054a6;
}
.single-post .fix {
  position: fixed;
  background: #ededed;
  top: 45px;
  width: 100%;
}
.single-post .fix .bar-content ul {
  border: none;
}
.single-post .fix .progressx {
  display: block;
}
.single-post .fix:before {
  position: absolute;
  top: 0;
  right: 100%;
  content: '';
  width: 300px;
  background: #ededed;
  height: 100%;
}
@media (min-width: 768px) {
  .single-post .fix {
    top: 60px;
  }
}
.single-post .article-body {
  margin-top: 30px;
  margin-bottom: 50px;
}
.single-post img {
  max-width: 100% !important;
  height: auto !important;
}

.single-post .post-footer .author {
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.single-post .post-footer .author .author-img {
  float: left;
  margin-right: 20px;
}
.single-post .post-footer .related {
  margin-bottom: 30px;
}
.single-post .post-footer .related .topic {
  font-size: 14px;
}
.single-post .post-footer .related .topic a {
  text-transform: uppercase;
  font-weight: bold;
}
.single-post .post-footer .related .about a {
  text-transform: uppercase;
}
/*----------------------
Responsive Images
------------------------*/
img,
img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}
img[class*='align'],
img[class*='wp-image-'],
img[class*='attachment-'] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
  margin: 24px 0;
  margin: 1.714285714rem 0;
  line-height: 1.714285714;
  font-weight: bold;
}
.article-body h1 {
  font-size: 21px;
  line-height: 1.5;
}
.article-body h2 {
  font-size: 18px;
  line-height: 1.6;
}
.article-body h3 {
  font-size: 16px;
  line-height: 1.846153846;
}
.article-body h4 {
  font-size: 14px;
  line-height: 1.846153846;
}
.article-body h5 {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.article-body h6 {
  font-size: 12px;
  line-height: 1.846153846;
}
.article-body p {
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  line-height: 1.714285714;
  margin-bottom: 2rem;
  text-rendering: optimizeLegibility;
}
.article-body a:visited,
.article-body a:visited {
  color: #9f9f9f;
}
.article-body ol,
.article-body ul {
  margin: 24px 0 24px;
  margin: 1.714285714rem 0 1.714285714rem;
  line-height: 1.714285714;
}
.article-body ul ul,
.article-body ol ol,
.article-body ul ol,
.article-body ol ul {
  margin-bottom: 0;
}
.article-body ul {
  list-style: disc outside;
}
.article-body ol {
  list-style: decimal outside;
}
.article-body li {
  margin: 0 0 0 36px;
  margin: 0 0 0 2.571428571rem;
}
.article-body blockquote {
  margin-bottom: 24px;
  margin-top: 24px;
  letter-spacing: 0.01rem;
  font-weight: 400;
  font-style: italic;
  border-left: 3px solid rgba(0, 0, 0, 0.8);
  padding-left: 20px;
  margin-left: -23px;
  padding-bottom: 3px;
}
.article-body blockquote p:last-child {
  margin-bottom: 0;
}
.article-body code {
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
}
.article-body pre {
  background: #fff;
  border: 1px solid #ededed;
  color: #666;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  line-height: 1.714285714;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  overflow: auto;
}
.article-body pre code {
  display: block;
}
.article-body abbr,
.article-body dfn,
.article-body acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* post.css end */

/* covid css */
@media (max-width: 767.98px) {
  .main-wrapper {
    margin-top: 0px;
  }
  .hideme {
    display: none;
  }

  .mobile-top-padding {
    padding-top: 10px;
  }
  .mobile-text-center {
    text-align: center;
  }
  .mobile-card-margin {
    margin-left: 5.8% !important;
  }
}
html body .content .content-wrapper .content-header-title {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #1b2942;
}
.blink {
  animation: blinker 0.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* covid css  end */

.btn-white {
  background-color: #fff !important;
  color: #fff;
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
  color: #fff !important;
}

.btn-outline-white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.btn-outline-white:hover {
  background-color: #fff;
  color: #fff !important;
}

.alert-black,
.alert-black .alert-link,
.black {
  color: #000 !important;
}

.widget-timeline .timeline-items.timeline-icon-white:before {
  background-color: #fff;
}

input[type='checkbox'].bg-white + .custom-control-label:before,
input[type='radio'].bg-white + .custom-control-label:before {
  background-color: #fff !important;
}

input:focus ~ .bg-white {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff !important;
}

.border-white {
  border: 1px solid #fff !important;
}

.kanban-container .kanban-board .kanban-item[data-border='white']:before {
  background-color: #fff;
}

.bg-black {
  background-color: #000 !important;
}

.bg-black .card-footer,
.bg-black .card-header {
  background-color: transparent;
}

.alert-black {
  border-color: #242424 !important;
  background-color: #242424 !important;
}

.bullet.bullet-black {
  background-color: #000;
}

.bg-light-black {
  background-color: rgba(0, 0, 0, 0.15);
}

.bg-black.badge-glow,
.border-black.badge-glow {
  box-shadow: 0 0 10px #000;
}

.overlay-black {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.btn-black {
  background-color: #000 !important;
  color: #fff;
}

.btn-black:active,
.btn-black:focus,
.btn-black:hover {
  color: #fff !important;
}

.btn-outline-black {
  border-color: #000;
  background-color: transparent;
  color: #000;
}

.btn-outline-black:hover {
  background-color: #000;
  color: #fff !important;
}

.widget-timeline .timeline-items.timeline-icon-black:before {
  background-color: #000;
}

input[type='checkbox'].bg-black + .custom-control-label:before,
input[type='radio'].bg-black + .custom-control-label:before {
  background-color: #000 !important;
}

input:focus ~ .bg-black {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000 !important;
}

.border-black {
  border: 1px solid #000 !important;
}

.kanban-container .kanban-board .kanban-item[data-border='black']:before {
  background-color: #000;
}

.bg-primary.bg-lighten-5,
.btn-primary.btn-lighten-5 {
  background-color: #39fcff !important;
}

.primary.lighten-5 {
  color: #39fcff !important;
}

.btn-primary.btn-lighten-5 {
  border-color: #008385 !important;
}

.btn-primary.btn-lighten-5:hover {
  border-color: #008385 !important;
  background-color: #006a6c !important;
}

.btn-primary.btn-lighten-5:active,
.btn-primary.btn-lighten-5:focus {
  border-color: #006a6c !important;
  background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-lighten-5 {
  border-color: #39fcff !important;
  color: #39fcff !important;
}

.btn-outline-primary.btn-outline-lighten-5:hover {
  background-color: #39fcff !important;
}

.border-primary.border-lighten-5 {
  border: 1px solid #39fcff !important;
}

.border-top-primary.border-top-lighten-5 {
  border-top: 1px solid #39fcff !important;
}

.border-bottom-primary.border-bottom-lighten-5 {
  border-bottom: 1px solid #39fcff !important;
}

.border-left-primary.border-left-lighten-5 {
  border-left: 1px solid #39fcff !important;
}

.border-right-primary.border-right-lighten-5 {
  border-right: 1px solid #39fcff !important;
}

.overlay-primary.overlay-lighten-5 {
  background: #39fcff;
  background: rgba(57, 252, 255, 0.8);
}

.bg-primary.bg-lighten-4,
.btn-primary.btn-lighten-4 {
  background-color: #1ffbff !important;
}

.primary.lighten-4 {
  color: #1ffbff !important;
}

.btn-primary.btn-lighten-4 {
  border-color: #008385 !important;
}

.btn-primary.btn-lighten-4:hover {
  border-color: #008385 !important;
  background-color: #006a6c !important;
}

.btn-primary.btn-lighten-4:active,
.btn-primary.btn-lighten-4:focus {
  border-color: #006a6c !important;
  background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-lighten-4 {
  border-color: #1ffbff !important;
  color: #1ffbff !important;
}

.btn-outline-primary.btn-outline-lighten-4:hover {
  background-color: #1ffbff !important;
}

.border-primary.border-lighten-4 {
  border: 1px solid #1ffbff !important;
}

.border-top-primary.border-top-lighten-4 {
  border-top: 1px solid #1ffbff !important;
}

.border-bottom-primary.border-bottom-lighten-4 {
  border-bottom: 1px solid #1ffbff !important;
}

.border-left-primary.border-left-lighten-4 {
  border-left: 1px solid #1ffbff !important;
}

.border-right-primary.border-right-lighten-4 {
  border-right: 1px solid #1ffbff !important;
}

.overlay-primary.overlay-lighten-4 {
  background: #1ffbff;
  background: rgba(31, 251, 255, 0.8);
}

.bg-primary.bg-lighten-3,
.btn-primary.btn-lighten-3 {
  background-color: #06fbff !important;
}

.primary.lighten-3 {
  color: #06fbff !important;
}

.btn-primary.btn-lighten-3 {
  border-color: #008385 !important;
}

.btn-primary.btn-lighten-3:hover {
  border-color: #008385 !important;
  background-color: #006a6c !important;
}

.btn-primary.btn-lighten-3:active,
.btn-primary.btn-lighten-3:focus {
  border-color: #006a6c !important;
  background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-lighten-3 {
  border-color: #06fbff !important;
  color: #06fbff !important;
}

.btn-outline-primary.btn-outline-lighten-3:hover {
  background-color: #06fbff !important;
}

.border-primary.border-lighten-3 {
  border: 1px solid #06fbff !important;
}

.border-top-primary.border-top-lighten-3 {
  border-top: 1px solid #06fbff !important;
}

.border-bottom-primary.border-bottom-lighten-3 {
  border-bottom: 1px solid #06fbff !important;
}

.border-left-primary.border-left-lighten-3 {
  border-left: 1px solid #06fbff !important;
}

.border-right-primary.border-right-lighten-3 {
  border-right: 1px solid #06fbff !important;
}

.overlay-primary.overlay-lighten-3 {
  background: #06fbff;
  background: rgba(6, 251, 255, 0.8);
}

.bg-primary.bg-lighten-2,
.btn-primary.btn-lighten-2 {
  background-color: #00e7eb !important;
}

.primary.lighten-2 {
  color: #00e7eb !important;
}

.btn-primary.btn-lighten-2 {
  border-color: #008385 !important;
}

.btn-primary.btn-lighten-2:hover {
  border-color: #008385 !important;
  background-color: #006a6c !important;
}

.btn-primary.btn-lighten-2:active,
.btn-primary.btn-lighten-2:focus {
  border-color: #006a6c !important;
  background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-lighten-2 {
  border-color: #00e7eb !important;
  color: #00e7eb !important;
}

.btn-outline-primary.btn-outline-lighten-2:hover {
  background-color: #00e7eb !important;
}

.border-primary.border-lighten-2 {
  border: 1px solid #00e7eb !important;
}

.border-top-primary.border-top-lighten-2 {
  border-top: 1px solid #00e7eb !important;
}

.border-bottom-primary.border-bottom-lighten-2 {
  border-bottom: 1px solid #00e7eb !important;
}

.border-left-primary.border-left-lighten-2 {
  border-left: 1px solid #00e7eb !important;
}

.border-right-primary.border-right-lighten-2 {
  border-right: 1px solid #00e7eb !important;
}

.overlay-primary.overlay-lighten-2 {
  background: #00e7eb;
  background: rgba(0, 231, 235, 0.8);
}

.bg-primary.bg-lighten-1,
.btn-primary.btn-lighten-1 {
  background-color: #00ced2 !important;
}

.primary.lighten-1 {
  color: #00ced2 !important;
}

.btn-primary.btn-lighten-1 {
  border-color: #008385 !important;
}

.btn-primary.btn-lighten-1:hover {
  border-color: #008385 !important;
  background-color: #006a6c !important;
}

.btn-primary.btn-lighten-1:active,
.btn-primary.btn-lighten-1:focus {
  border-color: #006a6c !important;
  background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-lighten-1 {
  border-color: #00ced2 !important;
  color: #00ced2 !important;
}

.btn-outline-primary.btn-outline-lighten-1:hover {
  background-color: #00ced2 !important;
}

.border-primary.border-lighten-1 {
  border: 1px solid #00ced2 !important;
}

.border-top-primary.border-top-lighten-1 {
  border-top: 1px solid #00ced2 !important;
}

.border-bottom-primary.border-bottom-lighten-1 {
  border-bottom: 1px solid #00ced2 !important;
}

.border-left-primary.border-left-lighten-1 {
  border-left: 1px solid #00ced2 !important;
}

.border-right-primary.border-right-lighten-1 {
  border-right: 1px solid #00ced2 !important;
}

.overlay-primary.overlay-lighten-1 {
  background: #00ced2;
  background: rgba(0, 206, 210, 0.8);
}

.primary {
  color: #00b5b8 !important;
}

.bg-primary {
  background-color: #00b5b8 !important;
}

.bg-primary .card-footer,
.bg-primary .card-header {
  background-color: transparent;
}

.alert-primary {
  border-color: #00fbff !important;
  background-color: #00fbff !important;
  color: #000506 !important;
}

.alert-primary .alert-link {
  color: #000 !important;
}

.bullet.bullet-primary {
  background-color: #00b5b8;
}

.bg-light-primary {
  background-color: rgba(0, 181, 184, 0.15);
}

.bg-primary.badge-glow,
.border-primary.badge-glow {
  box-shadow: 0 0 10px #00b5b8;
}

.overlay-primary {
  background: #00b5b8;
  background: rgba(0, 181, 184, 0.8);
}

.btn-primary {
  background-color: #00b5b8 !important;
  color: #fff;
}

.btn-primary:hover {
  border-color: #009c9f !important;
  background-color: #00ced2 !important;
  color: #fff !important;
}

.btn-primary:active,
.btn-primary:focus {
  border-color: #008385 !important;
  background-color: #006a6c !important;
  color: #fff !important;
}

.btn-outline-primary {
  border-color: #00b5b8;
  background-color: transparent;
  color: #00b5b8;
}

.btn-outline-primary:hover {
  background-color: #00b5b8;
  color: #fff !important;
}

.widget-timeline .timeline-items.timeline-icon-primary:before {
  background-color: #00b5b8;
}

input[type='checkbox'].bg-primary + .custom-control-label:before,
input[type='radio'].bg-primary + .custom-control-label:before {
  background-color: #00b5b8 !important;
}

.bg-primary.bg-darken-1,
.btn-primary.btn-darken-1 {
  background-color: #009c9f !important;
}

.border-primary {
  border: 1px solid #00b5b8 !important;
}

.border-top-primary {
  border-top: 1px solid #00b5b8;
}

.border-bottom-primary {
  border-bottom: 1px solid #00b5b8;
}

.border-left-primary {
  border-left: 1px solid #00b5b8;
}

.border-right-primary {
  border-right: 1px solid #00b5b8;
}

.primary.darken-1 {
  color: #009c9f !important;
}

.btn-primary.btn-darken-1 {
  border-color: #008385 !important;
}

.btn-primary.btn-darken-1:hover {
  border-color: #008385 !important;
  background-color: #006a6c !important;
}

.btn-primary.btn-darken-1:active,
.btn-primary.btn-darken-1:focus {
  border-color: #006a6c !important;
  background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-darken-1 {
  border-color: #009c9f !important;
  color: #009c9f !important;
}

.btn-outline-primary.btn-outline-darken-1:hover {
  background-color: #009c9f !important;
}

.border-primary.border-darken-1 {
  border: 1px solid #009c9f !important;
}

.border-top-primary.border-top-darken-1 {
  border-top: 1px solid #009c9f !important;
}

.border-bottom-primary.border-bottom-darken-1 {
  border-bottom: 1px solid #009c9f !important;
}

.border-left-primary.border-left-darken-1 {
  border-left: 1px solid #009c9f !important;
}

.border-right-primary.border-right-darken-1 {
  border-right: 1px solid #009c9f !important;
}

.overlay-primary.overlay-darken-1 {
  background: #009c9f;
  background: rgba(0, 156, 159, 0.8);
}

.bg-primary.bg-darken-2,
.btn-primary.btn-darken-2 {
  background-color: #008385 !important;
}

.primary.darken-2 {
  color: #008385 !important;
}

.btn-primary.btn-darken-2 {
  border-color: #008385 !important;
}

.btn-primary.btn-darken-2:hover {
  border-color: #008385 !important;
  background-color: #006a6c !important;
}

.btn-primary.btn-darken-2:active,
.btn-primary.btn-darken-2:focus {
  border-color: #006a6c !important;
  background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-darken-2 {
  border-color: #008385 !important;
  color: #008385 !important;
}

.btn-outline-primary.btn-outline-darken-2:hover {
  background-color: #008385 !important;
}

.border-primary.border-darken-2 {
  border: 1px solid #008385 !important;
}

.border-top-primary.border-top-darken-2 {
  border-top: 1px solid #008385 !important;
}

.border-bottom-primary.border-bottom-darken-2 {
  border-bottom: 1px solid #008385 !important;
}

.border-left-primary.border-left-darken-2 {
  border-left: 1px solid #008385 !important;
}

.border-right-primary.border-right-darken-2 {
  border-right: 1px solid #008385 !important;
}

.overlay-primary.overlay-darken-2 {
  background: #008385;
  background: rgba(0, 131, 133, 0.8);
}

.primary.darken-3 {
  color: #006a6c !important;
}

.bg-primary.bg-darken-3 {
  background-color: #006a6c !important;
}

.btn-primary.btn-darken-3,
.btn-primary.btn-darken-3:hover {
  border-color: #008385 !important;
  background-color: #006a6c !important;
}

.btn-primary.btn-darken-3:active,
.btn-primary.btn-darken-3:focus {
  border-color: #006a6c !important;
  background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-darken-3 {
  border-color: #006a6c !important;
  color: #006a6c !important;
}

.btn-outline-primary.btn-outline-darken-3:hover {
  background-color: #006a6c !important;
}

.border-primary.border-darken-3 {
  border: 1px solid #006a6c !important;
}

.border-top-primary.border-top-darken-3 {
  border-top: 1px solid #006a6c !important;
}

.border-bottom-primary.border-bottom-darken-3 {
  border-bottom: 1px solid #006a6c !important;
}

.border-left-primary.border-left-darken-3 {
  border-left: 1px solid #006a6c !important;
}

.border-right-primary.border-right-darken-3 {
  border-right: 1px solid #006a6c !important;
}

.overlay-primary.overlay-darken-3 {
  background: #006a6c;
  background: rgba(0, 106, 108, 0.8);
}

.bg-primary.bg-darken-4,
.btn-primary.btn-darken-4 {
  background-color: #005152 !important;
}

.primary.darken-4 {
  color: #005152 !important;
}

.btn-primary.btn-darken-4 {
  border-color: #008385 !important;
}

.btn-primary.btn-darken-4:hover {
  border-color: #008385 !important;
  background-color: #006a6c !important;
}

.btn-primary.btn-darken-4:active,
.btn-primary.btn-darken-4:focus {
  border-color: #006a6c !important;
  background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-darken-4 {
  border-color: #005152 !important;
  color: #005152 !important;
}

.btn-outline-primary.btn-outline-darken-4:hover {
  background-color: #005152 !important;
}

.border-primary.border-darken-4 {
  border: 1px solid #005152 !important;
}

.border-top-primary.border-top-darken-4 {
  border-top: 1px solid #005152 !important;
}

.border-bottom-primary.border-bottom-darken-4 {
  border-bottom: 1px solid #005152 !important;
}

.border-left-primary.border-left-darken-4 {
  border-left: 1px solid #005152 !important;
}

.border-right-primary.border-right-darken-4 {
  border-right: 1px solid #005152 !important;
}

.overlay-primary.overlay-darken-4 {
  background: #005152;
  background: rgba(0, 81, 82, 0.8);
}

.bg-primary.bg-accent-1,
.btn-primary.btn-accent-1 {
  background-color: #bdfdff !important;
}

.primary.accent-1 {
  color: #bdfdff !important;
}

.btn-primary.btn-accent-1 {
  border-color: #008385 !important;
}

.btn-primary.btn-accent-1:hover {
  border-color: #008385 !important;
  background-color: #006a6c !important;
}

.btn-primary.btn-accent-1:active,
.btn-primary.btn-accent-1:focus {
  border-color: #006a6c !important;
  background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-accent-1 {
  border-color: #bdfdff !important;
  color: #bdfdff !important;
}

.btn-outline-primary.btn-outline-accent-1:hover {
  background-color: #bdfdff !important;
}

.border-primary.border-accent-1 {
  border: 1px solid #bdfdff !important;
}

.border-top-primary.border-top-accent-1 {
  border-top: 1px solid #bdfdff !important;
}

.border-bottom-primary.border-bottom-accent-1 {
  border-bottom: 1px solid #bdfdff !important;
}

.border-left-primary.border-left-accent-1 {
  border-left: 1px solid #bdfdff !important;
}

.border-right-primary.border-right-accent-1 {
  border-right: 1px solid #bdfdff !important;
}

.overlay-primary.overlay-accent-1 {
  background: #bdfdff;
  background: rgba(189, 253, 255, 0.8);
}

.bg-primary.bg-accent-2,
.btn-primary.btn-accent-2 {
  background-color: #8afbff !important;
}

.primary.accent-2 {
  color: #8afbff !important;
}

.btn-primary.btn-accent-2 {
  border-color: #008385 !important;
}

.btn-primary.btn-accent-2:hover {
  border-color: #008385 !important;
  background-color: #006a6c !important;
}

.btn-primary.btn-accent-2:active,
.btn-primary.btn-accent-2:focus {
  border-color: #006a6c !important;
  background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-accent-2 {
  border-color: #8afbff !important;
  color: #8afbff !important;
}

.btn-outline-primary.btn-outline-accent-2:hover {
  background-color: #8afbff !important;
}

.border-primary.border-accent-2 {
  border: 1px solid #8afbff !important;
}

.border-top-primary.border-top-accent-2 {
  border-top: 1px solid #8afbff !important;
}

.border-bottom-primary.border-bottom-accent-2 {
  border-bottom: 1px solid #8afbff !important;
}

.border-left-primary.border-left-accent-2 {
  border-left: 1px solid #8afbff !important;
}

.border-right-primary.border-right-accent-2 {
  border-right: 1px solid #8afbff !important;
}

.overlay-primary.overlay-accent-2 {
  background: #8afbff;
  background: rgba(138, 251, 255, 0.8);
}

.bg-primary.bg-accent-3,
.btn-primary.btn-accent-3 {
  background-color: #57faff !important;
}

.primary.accent-3 {
  color: #57faff !important;
}

.btn-primary.btn-accent-3 {
  border-color: #008385 !important;
}

.btn-primary.btn-accent-3:hover {
  border-color: #008385 !important;
  background-color: #006a6c !important;
}

.btn-primary.btn-accent-3:active,
.btn-primary.btn-accent-3:focus {
  border-color: #006a6c !important;
  background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-accent-3 {
  border-color: #57faff !important;
  color: #57faff !important;
}

.btn-outline-primary.btn-outline-accent-3:hover {
  background-color: #57faff !important;
}

.border-primary.border-accent-3 {
  border: 1px solid #57faff !important;
}

.border-top-primary.border-top-accent-3 {
  border-top: 1px solid #57faff !important;
}

.border-bottom-primary.border-bottom-accent-3 {
  border-bottom: 1px solid #57faff !important;
}

.border-left-primary.border-left-accent-3 {
  border-left: 1px solid #57faff !important;
}

.border-right-primary.border-right-accent-3 {
  border-right: 1px solid #57faff !important;
}

.overlay-primary.overlay-accent-3 {
  background: #57faff;
  background: rgba(87, 250, 255, 0.8);
}

.bg-primary.bg-accent-4,
.btn-primary.btn-accent-4 {
  background-color: #3df9ff !important;
}

.primary.accent-4 {
  color: #3df9ff !important;
}

.btn-primary.btn-accent-4 {
  border-color: #008385 !important;
}

.btn-primary.btn-accent-4:hover {
  border-color: #008385 !important;
  background-color: #006a6c !important;
}

.btn-primary.btn-accent-4:active,
.btn-primary.btn-accent-4:focus {
  border-color: #006a6c !important;
  background-color: #005152 !important;
}

.btn-outline-primary.btn-outline-accent-4 {
  border-color: #3df9ff !important;
  color: #3df9ff !important;
}

.btn-outline-primary.btn-outline-accent-4:hover {
  background-color: #3df9ff !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3df9ff !important;
}

.border-primary.border-accent-4 {
  border: 1px solid #3df9ff !important;
}

.border-top-primary.border-top-accent-4 {
  border-top: 1px solid #3df9ff !important;
}

.border-bottom-primary.border-bottom-accent-4 {
  border-bottom: 1px solid #3df9ff !important;
}

.border-left-primary.border-left-accent-4 {
  border-left: 1px solid #3df9ff !important;
}

.border-right-primary.border-right-accent-4 {
  border-right: 1px solid #3df9ff !important;
}

.overlay-primary.overlay-accent-4 {
  background: #3df9ff;
  background: rgba(61, 249, 255, 0.8);
}

.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border='primary']:before {
  background-color: #3df9ff;
}

.bg-secondary.bg-lighten-5,
.btn-secondary.btn-lighten-5 {
  background-color: #7a8cac !important;
}

.secondary.lighten-5 {
  color: #7a8cac !important;
}

.btn-secondary.btn-lighten-5 {
  border-color: #2c3648 !important;
}

.btn-secondary.btn-lighten-5:hover {
  border-color: #2c3648 !important;
  background-color: #232a38 !important;
}

.btn-secondary.btn-lighten-5:active,
.btn-secondary.btn-lighten-5:focus {
  border-color: #232a38 !important;
  background-color: #191e28 !important;
}

.btn-outline-secondary.btn-outline-lighten-5 {
  border-color: #7a8cac !important;
  color: #7a8cac !important;
}

.btn-outline-secondary.btn-outline-lighten-5:hover {
  background-color: #7a8cac !important;
}

.border-secondary.border-lighten-5 {
  border: 1px solid #7a8cac !important;
}

.border-top-secondary.border-top-lighten-5 {
  border-top: 1px solid #7a8cac !important;
}

.border-bottom-secondary.border-bottom-lighten-5 {
  border-bottom: 1px solid #7a8cac !important;
}

.border-left-secondary.border-left-lighten-5 {
  border-left: 1px solid #7a8cac !important;
}

.border-right-secondary.border-right-lighten-5 {
  border-right: 1px solid #7a8cac !important;
}

.overlay-secondary.overlay-lighten-5 {
  background: #7a8cac;
  background: rgba(122, 140, 172, 0.8);
}

.bg-secondary.bg-lighten-4,
.btn-secondary.btn-lighten-4 {
  background-color: #6a7fa3 !important;
}

.secondary.lighten-4 {
  color: #6a7fa3 !important;
}

.btn-secondary.btn-lighten-4 {
  border-color: #2c3648 !important;
}

.btn-secondary.btn-lighten-4:hover {
  border-color: #2c3648 !important;
  background-color: #232a38 !important;
}

.btn-secondary.btn-lighten-4:active,
.btn-secondary.btn-lighten-4:focus {
  border-color: #232a38 !important;
  background-color: #191e28 !important;
}

.btn-outline-secondary.btn-outline-lighten-4 {
  border-color: #6a7fa3 !important;
  color: #6a7fa3 !important;
}

.btn-outline-secondary.btn-outline-lighten-4:hover {
  background-color: #6a7fa3 !important;
}

.border-secondary.border-lighten-4 {
  border: 1px solid #6a7fa3 !important;
}

.border-top-secondary.border-top-lighten-4 {
  border-top: 1px solid #6a7fa3 !important;
}

.border-bottom-secondary.border-bottom-lighten-4 {
  border-bottom: 1px solid #6a7fa3 !important;
}

.border-left-secondary.border-left-lighten-4 {
  border-left: 1px solid #6a7fa3 !important;
}

.border-right-secondary.border-right-lighten-4 {
  border-right: 1px solid #6a7fa3 !important;
}

.overlay-secondary.overlay-lighten-4 {
  background: #6a7fa3;
  background: rgba(106, 127, 163, 0.8);
}

.bg-secondary.bg-lighten-3,
.btn-secondary.btn-lighten-3 {
  background-color: #5d7296 !important;
}

.secondary.lighten-3 {
  color: #5d7296 !important;
}

.btn-secondary.btn-lighten-3 {
  border-color: #2c3648 !important;
}

.btn-secondary.btn-lighten-3:hover {
  border-color: #2c3648 !important;
  background-color: #232a38 !important;
}

.btn-secondary.btn-lighten-3:active,
.btn-secondary.btn-lighten-3:focus {
  border-color: #232a38 !important;
  background-color: #191e28 !important;
}

.btn-outline-secondary.btn-outline-lighten-3 {
  border-color: #5d7296 !important;
  color: #5d7296 !important;
}

.btn-outline-secondary.btn-outline-lighten-3:hover {
  background-color: #5d7296 !important;
}

.border-secondary.border-lighten-3 {
  border: 1px solid #5d7296 !important;
}

.border-top-secondary.border-top-lighten-3 {
  border-top: 1px solid #5d7296 !important;
}

.border-bottom-secondary.border-bottom-lighten-3 {
  border-bottom: 1px solid #5d7296 !important;
}

.border-left-secondary.border-left-lighten-3 {
  border-left: 1px solid #5d7296 !important;
}

.border-right-secondary.border-right-lighten-3 {
  border-right: 1px solid #5d7296 !important;
}

.overlay-secondary.overlay-lighten-3 {
  background: #5d7296;
  background: rgba(93, 114, 150, 0.8);
}

.bg-secondary.bg-lighten-2,
.btn-secondary.btn-lighten-2 {
  background-color: #546686 !important;
}

.secondary.lighten-2 {
  color: #546686 !important;
}

.btn-secondary.btn-lighten-2 {
  border-color: #2c3648 !important;
}

.btn-secondary.btn-lighten-2:hover {
  border-color: #2c3648 !important;
  background-color: #232a38 !important;
}

.btn-secondary.btn-lighten-2:active,
.btn-secondary.btn-lighten-2:focus {
  border-color: #232a38 !important;
  background-color: #191e28 !important;
}

.btn-outline-secondary.btn-outline-lighten-2 {
  border-color: #546686 !important;
  color: #546686 !important;
}

.btn-outline-secondary.btn-outline-lighten-2:hover {
  background-color: #546686 !important;
}

.border-secondary.border-lighten-2 {
  border: 1px solid #546686 !important;
}

.border-top-secondary.border-top-lighten-2 {
  border-top: 1px solid #546686 !important;
}

.border-bottom-secondary.border-bottom-lighten-2 {
  border-bottom: 1px solid #546686 !important;
}

.border-left-secondary.border-left-lighten-2 {
  border-left: 1px solid #546686 !important;
}

.border-right-secondary.border-right-lighten-2 {
  border-right: 1px solid #546686 !important;
}

.overlay-secondary.overlay-lighten-2 {
  background: #546686;
  background: rgba(84, 102, 134, 0.8);
}

.bg-secondary.bg-lighten-1,
.btn-secondary.btn-lighten-1 {
  background-color: #4a5a77 !important;
}

.secondary.lighten-1 {
  color: #4a5a77 !important;
}

.btn-secondary.btn-lighten-1 {
  border-color: #2c3648 !important;
}

.btn-secondary.btn-lighten-1:hover {
  border-color: #2c3648 !important;
  background-color: #232a38 !important;
}

.btn-secondary.btn-lighten-1:active,
.btn-secondary.btn-lighten-1:focus {
  border-color: #232a38 !important;
  background-color: #191e28 !important;
}

.btn-outline-secondary.btn-outline-lighten-1 {
  border-color: #4a5a77 !important;
  color: #4a5a77 !important;
}

.btn-outline-secondary.btn-outline-lighten-1:hover {
  background-color: #4a5a77 !important;
}

.border-secondary.border-lighten-1 {
  border: 1px solid #4a5a77 !important;
}

.border-top-secondary.border-top-lighten-1 {
  border-top: 1px solid #4a5a77 !important;
}

.border-bottom-secondary.border-bottom-lighten-1 {
  border-bottom: 1px solid #4a5a77 !important;
}

.border-left-secondary.border-left-lighten-1 {
  border-left: 1px solid #4a5a77 !important;
}

.border-right-secondary.border-right-lighten-1 {
  border-right: 1px solid #4a5a77 !important;
}

.overlay-secondary.overlay-lighten-1 {
  background: #4a5a77;
  background: rgba(74, 90, 119, 0.8);
}

.secondary {
  color: #404e67 !important;
}

.alert-secondary,
.alert-secondary .alert-link {
  color: #000 !important;
}

.bg-secondary {
  background-color: #404e67 !important;
}

.bg-secondary .card-footer,
.bg-secondary .card-header {
  background-color: transparent;
}

.alert-secondary {
  border-color: #5b6f93 !important;
  background-color: #5b6f93 !important;
}

.bullet.bullet-secondary {
  background-color: #404e67;
}

.bg-light-secondary {
  background-color: rgba(64, 78, 103, 0.15);
}

.bg-secondary.badge-glow,
.border-secondary.badge-glow {
  box-shadow: 0 0 10px #404e67;
}

.overlay-secondary {
  background: #404e67;
  background: rgba(64, 78, 103, 0.8);
}

.btn-secondary {
  background-color: #404e67 !important;
  color: #fff;
}

.btn-secondary:hover {
  border-color: #364257 !important;
  background-color: #4a5a77 !important;
  color: #fff !important;
}

.btn-secondary:active,
.btn-secondary:focus {
  border-color: #2c3648 !important;
  background-color: #232a38 !important;
  color: #fff !important;
}

.btn-outline-secondary {
  border-color: #404e67;
  background-color: transparent;
  color: #404e67;
}

.btn-outline-secondary:hover {
  background-color: #404e67;
  color: #fff !important;
}

.widget-timeline .timeline-items.timeline-icon-secondary:before {
  background-color: #404e67;
}

input[type='checkbox'].bg-secondary + .custom-control-label:before,
input[type='radio'].bg-secondary + .custom-control-label:before {
  background-color: #404e67 !important;
}

.bg-secondary.bg-darken-1,
.btn-secondary.btn-darken-1 {
  background-color: #364257 !important;
}

.border-secondary {
  border: 1px solid #404e67 !important;
}

.border-top-secondary {
  border-top: 1px solid #404e67;
}

.border-bottom-secondary {
  border-bottom: 1px solid #404e67;
}

.border-left-secondary {
  border-left: 1px solid #404e67;
}

.border-right-secondary {
  border-right: 1px solid #404e67;
}

.secondary.darken-1 {
  color: #364257 !important;
}

.btn-secondary.btn-darken-1 {
  border-color: #2c3648 !important;
}

.btn-secondary.btn-darken-1:hover {
  border-color: #2c3648 !important;
  background-color: #232a38 !important;
}

.btn-secondary.btn-darken-1:active,
.btn-secondary.btn-darken-1:focus {
  border-color: #232a38 !important;
  background-color: #191e28 !important;
}

.btn-outline-secondary.btn-outline-darken-1 {
  border-color: #364257 !important;
  color: #364257 !important;
}

.btn-outline-secondary.btn-outline-darken-1:hover {
  background-color: #364257 !important;
}

.border-secondary.border-darken-1 {
  border: 1px solid #364257 !important;
}

.border-top-secondary.border-top-darken-1 {
  border-top: 1px solid #364257 !important;
}

.border-bottom-secondary.border-bottom-darken-1 {
  border-bottom: 1px solid #364257 !important;
}

.border-left-secondary.border-left-darken-1 {
  border-left: 1px solid #364257 !important;
}

.border-right-secondary.border-right-darken-1 {
  border-right: 1px solid #364257 !important;
}

.overlay-secondary.overlay-darken-1 {
  background: #364257;
  background: rgba(54, 66, 87, 0.8);
}

.bg-secondary.bg-darken-2,
.btn-secondary.btn-darken-2 {
  background-color: #2c3648 !important;
}

.secondary.darken-2 {
  color: #2c3648 !important;
}

.btn-secondary.btn-darken-2 {
  border-color: #2c3648 !important;
}

.btn-secondary.btn-darken-2:hover {
  border-color: #2c3648 !important;
  background-color: #232a38 !important;
}

.btn-secondary.btn-darken-2:active,
.btn-secondary.btn-darken-2:focus {
  border-color: #232a38 !important;
  background-color: #191e28 !important;
}

.btn-outline-secondary.btn-outline-darken-2 {
  border-color: #2c3648 !important;
  color: #2c3648 !important;
}

.btn-outline-secondary.btn-outline-darken-2:hover {
  background-color: #2c3648 !important;
}

.border-secondary.border-darken-2 {
  border: 1px solid #2c3648 !important;
}

.border-top-secondary.border-top-darken-2 {
  border-top: 1px solid #2c3648 !important;
}

.border-bottom-secondary.border-bottom-darken-2 {
  border-bottom: 1px solid #2c3648 !important;
}

.border-left-secondary.border-left-darken-2 {
  border-left: 1px solid #2c3648 !important;
}

.border-right-secondary.border-right-darken-2 {
  border-right: 1px solid #2c3648 !important;
}

.overlay-secondary.overlay-darken-2 {
  background: #2c3648;
  background: rgba(44, 54, 72, 0.8);
}

.secondary.darken-3 {
  color: #232a38 !important;
}

.bg-secondary.bg-darken-3 {
  background-color: #232a38 !important;
}

.btn-secondary.btn-darken-3,
.btn-secondary.btn-darken-3:hover {
  border-color: #2c3648 !important;
  background-color: #232a38 !important;
}

.btn-secondary.btn-darken-3:active,
.btn-secondary.btn-darken-3:focus {
  border-color: #232a38 !important;
  background-color: #191e28 !important;
}

.btn-outline-secondary.btn-outline-darken-3 {
  border-color: #232a38 !important;
  color: #232a38 !important;
}

.btn-outline-secondary.btn-outline-darken-3:hover {
  background-color: #232a38 !important;
}

.border-secondary.border-darken-3 {
  border: 1px solid #232a38 !important;
}

.border-top-secondary.border-top-darken-3 {
  border-top: 1px solid #232a38 !important;
}

.border-bottom-secondary.border-bottom-darken-3 {
  border-bottom: 1px solid #232a38 !important;
}

.border-left-secondary.border-left-darken-3 {
  border-left: 1px solid #232a38 !important;
}

.border-right-secondary.border-right-darken-3 {
  border-right: 1px solid #232a38 !important;
}

.overlay-secondary.overlay-darken-3 {
  background: #232a38;
  background: rgba(35, 42, 56, 0.8);
}

.bg-secondary.bg-darken-4,
.btn-secondary.btn-darken-4 {
  background-color: #191e28 !important;
}

.secondary.darken-4 {
  color: #191e28 !important;
}

.btn-secondary.btn-darken-4 {
  border-color: #2c3648 !important;
}

.btn-secondary.btn-darken-4:hover {
  border-color: #2c3648 !important;
  background-color: #232a38 !important;
}

.btn-secondary.btn-darken-4:active,
.btn-secondary.btn-darken-4:focus {
  border-color: #232a38 !important;
  background-color: #191e28 !important;
}

.btn-outline-secondary.btn-outline-darken-4 {
  border-color: #191e28 !important;
  color: #191e28 !important;
}

.btn-outline-secondary.btn-outline-darken-4:hover {
  background-color: #191e28 !important;
}

input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #191e28 !important;
}

.border-secondary.border-darken-4 {
  border: 1px solid #191e28 !important;
}

.border-top-secondary.border-top-darken-4 {
  border-top: 1px solid #191e28 !important;
}

.border-bottom-secondary.border-bottom-darken-4 {
  border-bottom: 1px solid #191e28 !important;
}

.border-left-secondary.border-left-darken-4 {
  border-left: 1px solid #191e28 !important;
}

.border-right-secondary.border-right-darken-4 {
  border-right: 1px solid #191e28 !important;
}

.overlay-secondary.overlay-darken-4 {
  background: #191e28;
  background: rgba(25, 30, 40, 0.8);
}

.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border='secondary']:before {
  background-color: #191e28;
}

.bg-success.bg-lighten-5,
.btn-success.btn-lighten-5 {
  background-color: #78f1cc !important;
}

.success.lighten-5 {
  color: #78f1cc !important;
}

.btn-success.btn-lighten-5 {
  border-color: #11a578 !important;
}

.btn-success.btn-lighten-5:hover {
  border-color: #11a578 !important;
  background-color: #0f8e67 !important;
}

.btn-success.btn-lighten-5:active,
.btn-success.btn-lighten-5:focus {
  border-color: #0f8e67 !important;
  background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-lighten-5 {
  border-color: #78f1cc !important;
  color: #78f1cc !important;
}

.btn-outline-success.btn-outline-lighten-5:hover {
  background-color: #78f1cc !important;
}

.border-success.border-lighten-5 {
  border: 1px solid #78f1cc !important;
}

.border-top-success.border-top-lighten-5 {
  border-top: 1px solid #78f1cc !important;
}

.border-bottom-success.border-bottom-lighten-5 {
  border-bottom: 1px solid #78f1cc !important;
}

.border-left-success.border-left-lighten-5 {
  border-left: 1px solid #78f1cc !important;
}

.border-right-success.border-right-lighten-5 {
  border-right: 1px solid #78f1cc !important;
}

.overlay-success.overlay-lighten-5 {
  background: #78f1cc;
  background: rgba(120, 241, 204, 0.8);
}

.bg-success.bg-lighten-4,
.btn-success.btn-lighten-4 {
  background-color: #61eec4 !important;
}

.success.lighten-4 {
  color: #61eec4 !important;
}

.btn-success.btn-lighten-4 {
  border-color: #11a578 !important;
}

.btn-success.btn-lighten-4:hover {
  border-color: #11a578 !important;
  background-color: #0f8e67 !important;
}

.btn-success.btn-lighten-4:active,
.btn-success.btn-lighten-4:focus {
  border-color: #0f8e67 !important;
  background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-lighten-4 {
  border-color: #61eec4 !important;
  color: #61eec4 !important;
}

.btn-outline-success.btn-outline-lighten-4:hover {
  background-color: #61eec4 !important;
}

.border-success.border-lighten-4 {
  border: 1px solid #61eec4 !important;
}

.border-top-success.border-top-lighten-4 {
  border-top: 1px solid #61eec4 !important;
}

.border-bottom-success.border-bottom-lighten-4 {
  border-bottom: 1px solid #61eec4 !important;
}

.border-left-success.border-left-lighten-4 {
  border-left: 1px solid #61eec4 !important;
}

.border-right-success.border-right-lighten-4 {
  border-right: 1px solid #61eec4 !important;
}

.overlay-success.overlay-lighten-4 {
  background: #61eec4;
  background: rgba(97, 238, 196, 0.8);
}

.bg-success.bg-lighten-3,
.btn-success.btn-lighten-3 {
  background-color: #49ecbb !important;
}

.success.lighten-3 {
  color: #49ecbb !important;
}

.btn-success.btn-lighten-3 {
  border-color: #11a578 !important;
}

.btn-success.btn-lighten-3:hover {
  border-color: #11a578 !important;
  background-color: #0f8e67 !important;
}

.btn-success.btn-lighten-3:active,
.btn-success.btn-lighten-3:focus {
  border-color: #0f8e67 !important;
  background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-lighten-3 {
  border-color: #49ecbb !important;
  color: #49ecbb !important;
}

.btn-outline-success.btn-outline-lighten-3:hover {
  background-color: #49ecbb !important;
}

.border-success.border-lighten-3 {
  border: 1px solid #49ecbb !important;
}

.border-top-success.border-top-lighten-3 {
  border-top: 1px solid #49ecbb !important;
}

.border-bottom-success.border-bottom-lighten-3 {
  border-bottom: 1px solid #49ecbb !important;
}

.border-left-success.border-left-lighten-3 {
  border-left: 1px solid #49ecbb !important;
}

.border-right-success.border-right-lighten-3 {
  border-right: 1px solid #49ecbb !important;
}

.overlay-success.overlay-lighten-3 {
  background: #49ecbb;
  background: rgba(73, 236, 187, 0.8);
}

.bg-success.bg-lighten-2,
.btn-success.btn-lighten-2 {
  background-color: #32eab2 !important;
}

.success.lighten-2 {
  color: #32eab2 !important;
}

.btn-success.btn-lighten-2 {
  border-color: #11a578 !important;
}

.btn-success.btn-lighten-2:hover {
  border-color: #11a578 !important;
  background-color: #0f8e67 !important;
}

.btn-success.btn-lighten-2:active,
.btn-success.btn-lighten-2:focus {
  border-color: #0f8e67 !important;
  background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-lighten-2 {
  border-color: #32eab2 !important;
  color: #32eab2 !important;
}

.btn-outline-success.btn-outline-lighten-2:hover {
  background-color: #32eab2 !important;
}

.border-success.border-lighten-2 {
  border: 1px solid #32eab2 !important;
}

.border-top-success.border-top-lighten-2 {
  border-top: 1px solid #32eab2 !important;
}

.border-bottom-success.border-bottom-lighten-2 {
  border-bottom: 1px solid #32eab2 !important;
}

.border-left-success.border-left-lighten-2 {
  border-left: 1px solid #32eab2 !important;
}

.border-right-success.border-right-lighten-2 {
  border-right: 1px solid #32eab2 !important;
}

.overlay-success.overlay-lighten-2 {
  background: #32eab2;
  background: rgba(50, 234, 178, 0.8);
}

.bg-success.bg-lighten-1,
.btn-success.btn-lighten-1 {
  background-color: #1be7aa !important;
}

.success.lighten-1 {
  color: #1be7aa !important;
}

.btn-success.btn-lighten-1 {
  border-color: #11a578 !important;
}

.btn-success.btn-lighten-1:hover {
  border-color: #11a578 !important;
  background-color: #0f8e67 !important;
}

.btn-success.btn-lighten-1:active,
.btn-success.btn-lighten-1:focus {
  border-color: #0f8e67 !important;
  background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-lighten-1 {
  border-color: #1be7aa !important;
  color: #1be7aa !important;
}

.btn-outline-success.btn-outline-lighten-1:hover {
  background-color: #1be7aa !important;
}

.border-success.border-lighten-1 {
  border: 1px solid #1be7aa !important;
}

.border-top-success.border-top-lighten-1 {
  border-top: 1px solid #1be7aa !important;
}

.border-bottom-success.border-bottom-lighten-1 {
  border-bottom: 1px solid #1be7aa !important;
}

.border-left-success.border-left-lighten-1 {
  border-left: 1px solid #1be7aa !important;
}

.border-right-success.border-right-lighten-1 {
  border-right: 1px solid #1be7aa !important;
}

.overlay-success.overlay-lighten-1 {
  background: #1be7aa;
  background: rgba(27, 231, 170, 0.8);
}

.success {
  color: #16d39a !important;
}

.bg-success {
  background-color: #16d39a !important;
}

.bg-success .card-footer,
.bg-success .card-header {
  background-color: transparent;
}

.alert-success {
  border-color: #45ecb9 !important;
  background-color: #45ecb9 !important;
  color: #053124 !important;
}

.alert-success .alert-link {
  color: #010c09 !important;
}

.bullet.bullet-success {
  background-color: #16d39a;
}

.bg-light-success {
  background-color: rgba(22, 211, 154, 0.15);
}

.bg-success.badge-glow,
.border-success.badge-glow {
  box-shadow: 0 0 10px #16d39a;
}

.overlay-success {
  background: #16d39a;
  background: rgba(22, 211, 154, 0.8);
}

.btn-success {
  background-color: #16d39a !important;
  color: #fff;
}

.btn-success:hover {
  border-color: #14bc89 !important;
  background-color: #1be7aa !important;
  color: #fff !important;
}

.btn-success:active,
.btn-success:focus {
  border-color: #11a578 !important;
  background-color: #0f8e67 !important;
  color: #fff !important;
}

.btn-outline-success {
  border-color: #16d39a;
  background-color: transparent;
  color: #16d39a;
}

.btn-outline-success:hover {
  background-color: #16d39a;
  color: #fff !important;
}

.widget-timeline .timeline-items.timeline-icon-success:before {
  background-color: #16d39a;
}

input[type='checkbox'].bg-success + .custom-control-label:before,
input[type='radio'].bg-success + .custom-control-label:before {
  background-color: #16d39a !important;
}

.bg-success.bg-darken-1,
.btn-success.btn-darken-1 {
  background-color: #14bc89 !important;
}

.border-success {
  border: 1px solid #16d39a !important;
}

.border-top-success {
  border-top: 1px solid #16d39a;
}

.border-bottom-success {
  border-bottom: 1px solid #16d39a;
}

.border-left-success {
  border-left: 1px solid #16d39a;
}

.border-right-success {
  border-right: 1px solid #16d39a;
}

.success.darken-1 {
  color: #14bc89 !important;
}

.btn-success.btn-darken-1 {
  border-color: #11a578 !important;
}

.btn-success.btn-darken-1:hover {
  border-color: #11a578 !important;
  background-color: #0f8e67 !important;
}

.btn-success.btn-darken-1:active,
.btn-success.btn-darken-1:focus {
  border-color: #0f8e67 !important;
  background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-darken-1 {
  border-color: #14bc89 !important;
  color: #14bc89 !important;
}

.btn-outline-success.btn-outline-darken-1:hover {
  background-color: #14bc89 !important;
}

.border-success.border-darken-1 {
  border: 1px solid #14bc89 !important;
}

.border-top-success.border-top-darken-1 {
  border-top: 1px solid #14bc89 !important;
}

.border-bottom-success.border-bottom-darken-1 {
  border-bottom: 1px solid #14bc89 !important;
}

.border-left-success.border-left-darken-1 {
  border-left: 1px solid #14bc89 !important;
}

.border-right-success.border-right-darken-1 {
  border-right: 1px solid #14bc89 !important;
}

.overlay-success.overlay-darken-1 {
  background: #14bc89;
  background: rgba(20, 188, 137, 0.8);
}

.bg-success.bg-darken-2,
.btn-success.btn-darken-2 {
  background-color: #11a578 !important;
}

.success.darken-2 {
  color: #11a578 !important;
}

.btn-success.btn-darken-2 {
  border-color: #11a578 !important;
}

.btn-success.btn-darken-2:hover {
  border-color: #11a578 !important;
  background-color: #0f8e67 !important;
}

.btn-success.btn-darken-2:active,
.btn-success.btn-darken-2:focus {
  border-color: #0f8e67 !important;
  background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-darken-2 {
  border-color: #11a578 !important;
  color: #11a578 !important;
}

.btn-outline-success.btn-outline-darken-2:hover {
  background-color: #11a578 !important;
}

.border-success.border-darken-2 {
  border: 1px solid #11a578 !important;
}

.border-top-success.border-top-darken-2 {
  border-top: 1px solid #11a578 !important;
}

.border-bottom-success.border-bottom-darken-2 {
  border-bottom: 1px solid #11a578 !important;
}

.border-left-success.border-left-darken-2 {
  border-left: 1px solid #11a578 !important;
}

.border-right-success.border-right-darken-2 {
  border-right: 1px solid #11a578 !important;
}

.overlay-success.overlay-darken-2 {
  background: #11a578;
  background: rgba(17, 165, 120, 0.8);
}

.success.darken-3 {
  color: #0f8e67 !important;
}

.bg-success.bg-darken-3 {
  background-color: #0f8e67 !important;
}

.btn-success.btn-darken-3,
.btn-success.btn-darken-3:hover {
  border-color: #11a578 !important;
  background-color: #0f8e67 !important;
}

.btn-success.btn-darken-3:active,
.btn-success.btn-darken-3:focus {
  border-color: #0f8e67 !important;
  background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-darken-3 {
  border-color: #0f8e67 !important;
  color: #0f8e67 !important;
}

.btn-outline-success.btn-outline-darken-3:hover {
  background-color: #0f8e67 !important;
}

.border-success.border-darken-3 {
  border: 1px solid #0f8e67 !important;
}

.border-top-success.border-top-darken-3 {
  border-top: 1px solid #0f8e67 !important;
}

.border-bottom-success.border-bottom-darken-3 {
  border-bottom: 1px solid #0f8e67 !important;
}

.border-left-success.border-left-darken-3 {
  border-left: 1px solid #0f8e67 !important;
}

.border-right-success.border-right-darken-3 {
  border-right: 1px solid #0f8e67 !important;
}

.overlay-success.overlay-darken-3 {
  background: #0f8e67;
  background: rgba(15, 142, 103, 0.8);
}

.bg-success.bg-darken-4,
.btn-success.btn-darken-4 {
  background-color: #0c7757 !important;
}

.success.darken-4 {
  color: #0c7757 !important;
}

.btn-success.btn-darken-4 {
  border-color: #11a578 !important;
}

.btn-success.btn-darken-4:hover {
  border-color: #11a578 !important;
  background-color: #0f8e67 !important;
}

.btn-success.btn-darken-4:active,
.btn-success.btn-darken-4:focus {
  border-color: #0f8e67 !important;
  background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-darken-4 {
  border-color: #0c7757 !important;
  color: #0c7757 !important;
}

.btn-outline-success.btn-outline-darken-4:hover {
  background-color: #0c7757 !important;
}

.border-success.border-darken-4 {
  border: 1px solid #0c7757 !important;
}

.border-top-success.border-top-darken-4 {
  border-top: 1px solid #0c7757 !important;
}

.border-bottom-success.border-bottom-darken-4 {
  border-bottom: 1px solid #0c7757 !important;
}

.border-left-success.border-left-darken-4 {
  border-left: 1px solid #0c7757 !important;
}

.border-right-success.border-right-darken-4 {
  border-right: 1px solid #0c7757 !important;
}

.overlay-success.overlay-darken-4 {
  background: #0c7757;
  background: rgba(12, 119, 87, 0.8);
}

.bg-success.bg-accent-1,
.btn-success.btn-accent-1 {
  background-color: #e1fff1 !important;
}

.success.accent-1 {
  color: #e1fff1 !important;
}

.btn-success.btn-accent-1 {
  border-color: #11a578 !important;
}

.btn-success.btn-accent-1:hover {
  border-color: #11a578 !important;
  background-color: #0f8e67 !important;
}

.btn-success.btn-accent-1:active,
.btn-success.btn-accent-1:focus {
  border-color: #0f8e67 !important;
  background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-accent-1 {
  border-color: #e1fff1 !important;
  color: #e1fff1 !important;
}

.btn-outline-success.btn-outline-accent-1:hover {
  background-color: #e1fff1 !important;
}

.border-success.border-accent-1 {
  border: 1px solid #e1fff1 !important;
}

.border-top-success.border-top-accent-1 {
  border-top: 1px solid #e1fff1 !important;
}

.border-bottom-success.border-bottom-accent-1 {
  border-bottom: 1px solid #e1fff1 !important;
}

.border-left-success.border-left-accent-1 {
  border-left: 1px solid #e1fff1 !important;
}

.border-right-success.border-right-accent-1 {
  border-right: 1px solid #e1fff1 !important;
}

.overlay-success.overlay-accent-1 {
  background: #e1fff1;
  background: rgba(225, 255, 241, 0.8);
}

.bg-success.bg-accent-2,
.btn-success.btn-accent-2 {
  background-color: #aeffd9 !important;
}

.success.accent-2 {
  color: #aeffd9 !important;
}

.btn-success.btn-accent-2 {
  border-color: #11a578 !important;
}

.btn-success.btn-accent-2:hover {
  border-color: #11a578 !important;
  background-color: #0f8e67 !important;
}

.btn-success.btn-accent-2:active,
.btn-success.btn-accent-2:focus {
  border-color: #0f8e67 !important;
  background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-accent-2 {
  border-color: #aeffd9 !important;
  color: #aeffd9 !important;
}

.btn-outline-success.btn-outline-accent-2:hover {
  background-color: #aeffd9 !important;
}

.border-success.border-accent-2 {
  border: 1px solid #aeffd9 !important;
}

.border-top-success.border-top-accent-2 {
  border-top: 1px solid #aeffd9 !important;
}

.border-bottom-success.border-bottom-accent-2 {
  border-bottom: 1px solid #aeffd9 !important;
}

.border-left-success.border-left-accent-2 {
  border-left: 1px solid #aeffd9 !important;
}

.border-right-success.border-right-accent-2 {
  border-right: 1px solid #aeffd9 !important;
}

.overlay-success.overlay-accent-2 {
  background: #aeffd9;
  background: rgba(174, 255, 217, 0.8);
}

.bg-success.bg-accent-3,
.btn-success.btn-accent-3 {
  background-color: #7bffc1 !important;
}

.success.accent-3 {
  color: #7bffc1 !important;
}

.btn-success.btn-accent-3 {
  border-color: #11a578 !important;
}

.btn-success.btn-accent-3:hover {
  border-color: #11a578 !important;
  background-color: #0f8e67 !important;
}

.btn-success.btn-accent-3:active,
.btn-success.btn-accent-3:focus {
  border-color: #0f8e67 !important;
  background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-accent-3 {
  border-color: #7bffc1 !important;
  color: #7bffc1 !important;
}

.btn-outline-success.btn-outline-accent-3:hover {
  background-color: #7bffc1 !important;
}

.border-success.border-accent-3 {
  border: 1px solid #7bffc1 !important;
}

.border-top-success.border-top-accent-3 {
  border-top: 1px solid #7bffc1 !important;
}

.border-bottom-success.border-bottom-accent-3 {
  border-bottom: 1px solid #7bffc1 !important;
}

.border-left-success.border-left-accent-3 {
  border-left: 1px solid #7bffc1 !important;
}

.border-right-success.border-right-accent-3 {
  border-right: 1px solid #7bffc1 !important;
}

.overlay-success.overlay-accent-3 {
  background: #7bffc1;
  background: rgba(123, 255, 193, 0.8);
}

.bg-success.bg-accent-4,
.btn-success.btn-accent-4 {
  background-color: #62ffb5 !important;
}

.success.accent-4 {
  color: #62ffb5 !important;
}

.btn-success.btn-accent-4 {
  border-color: #11a578 !important;
}

.btn-success.btn-accent-4:hover {
  border-color: #11a578 !important;
  background-color: #0f8e67 !important;
}

.btn-success.btn-accent-4:active,
.btn-success.btn-accent-4:focus {
  border-color: #0f8e67 !important;
  background-color: #0c7757 !important;
}

.btn-outline-success.btn-outline-accent-4 {
  border-color: #62ffb5 !important;
  color: #62ffb5 !important;
}

.btn-outline-success.btn-outline-accent-4:hover {
  background-color: #62ffb5 !important;
}

input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #62ffb5 !important;
}

.border-success.border-accent-4 {
  border: 1px solid #62ffb5 !important;
}

.border-top-success.border-top-accent-4 {
  border-top: 1px solid #62ffb5 !important;
}

.border-bottom-success.border-bottom-accent-4 {
  border-bottom: 1px solid #62ffb5 !important;
}

.border-left-success.border-left-accent-4 {
  border-left: 1px solid #62ffb5 !important;
}

.border-right-success.border-right-accent-4 {
  border-right: 1px solid #62ffb5 !important;
}

.btn-info.btn-lighten-5,
.btn-info.btn-lighten-5:hover {
  border-color: #1ab0c3 !important;
}

.overlay-success.overlay-accent-4 {
  background: #62ffb5;
  background: rgba(98, 255, 181, 0.8);
}

.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border='success']:before {
  background-color: #62ffb5;
}

.bg-info.bg-lighten-5,
.btn-info.btn-lighten-5 {
  background-color: #9ee8f2 !important;
}

.info.lighten-5 {
  color: #9ee8f2 !important;
}

.btn-info.btn-lighten-5:hover {
  background-color: #179bad !important;
}

.btn-info.btn-lighten-5:active,
.btn-info.btn-lighten-5:focus {
  border-color: #179bad !important;
  background-color: #148796 !important;
}

.btn-outline-info.btn-outline-lighten-5 {
  border-color: #9ee8f2 !important;
  color: #9ee8f2 !important;
}

.btn-outline-info.btn-outline-lighten-5:hover {
  background-color: #9ee8f2 !important;
}

.border-info.border-lighten-5 {
  border: 1px solid #9ee8f2 !important;
}

.border-top-info.border-top-lighten-5 {
  border-top: 1px solid #9ee8f2 !important;
}

.border-bottom-info.border-bottom-lighten-5 {
  border-bottom: 1px solid #9ee8f2 !important;
}

.border-left-info.border-left-lighten-5 {
  border-left: 1px solid #9ee8f2 !important;
}

.border-right-info.border-right-lighten-5 {
  border-right: 1px solid #9ee8f2 !important;
}

.btn-info.btn-lighten-4,
.btn-info.btn-lighten-4:hover {
  border-color: #1ab0c3 !important;
}

.overlay-info.overlay-lighten-5 {
  background: #9ee8f2;
  background: rgba(158, 232, 242, 0.8);
}

.bg-info.bg-lighten-4,
.btn-info.btn-lighten-4 {
  background-color: #87e3ef !important;
}

.info.lighten-4 {
  color: #87e3ef !important;
}

.btn-info.btn-lighten-4:hover {
  background-color: #179bad !important;
}

.btn-info.btn-lighten-4:active,
.btn-info.btn-lighten-4:focus {
  border-color: #179bad !important;
  background-color: #148796 !important;
}

.btn-outline-info.btn-outline-lighten-4 {
  border-color: #87e3ef !important;
  color: #87e3ef !important;
}

.btn-outline-info.btn-outline-lighten-4:hover {
  background-color: #87e3ef !important;
}

.border-info.border-lighten-4 {
  border: 1px solid #87e3ef !important;
}

.border-top-info.border-top-lighten-4 {
  border-top: 1px solid #87e3ef !important;
}

.border-bottom-info.border-bottom-lighten-4 {
  border-bottom: 1px solid #87e3ef !important;
}

.border-left-info.border-left-lighten-4 {
  border-left: 1px solid #87e3ef !important;
}

.border-right-info.border-right-lighten-4 {
  border-right: 1px solid #87e3ef !important;
}

.btn-info.btn-lighten-3,
.btn-info.btn-lighten-3:hover {
  border-color: #1ab0c3 !important;
}

.overlay-info.overlay-lighten-4 {
  background: #87e3ef;
  background: rgba(135, 227, 239, 0.8);
}

.bg-info.bg-lighten-3,
.btn-info.btn-lighten-3 {
  background-color: #71deec !important;
}

.info.lighten-3 {
  color: #71deec !important;
}

.btn-info.btn-lighten-3:hover {
  background-color: #179bad !important;
}

.btn-info.btn-lighten-3:active,
.btn-info.btn-lighten-3:focus {
  border-color: #179bad !important;
  background-color: #148796 !important;
}

.btn-outline-info.btn-outline-lighten-3 {
  border-color: #71deec !important;
  color: #71deec !important;
}

.btn-outline-info.btn-outline-lighten-3:hover {
  background-color: #71deec !important;
}

.border-info.border-lighten-3 {
  border: 1px solid #71deec !important;
}

.border-top-info.border-top-lighten-3 {
  border-top: 1px solid #71deec !important;
}

.border-bottom-info.border-bottom-lighten-3 {
  border-bottom: 1px solid #71deec !important;
}

.border-left-info.border-left-lighten-3 {
  border-left: 1px solid #71deec !important;
}

.border-right-info.border-right-lighten-3 {
  border-right: 1px solid #71deec !important;
}

.btn-info.btn-lighten-2,
.btn-info.btn-lighten-2:hover {
  border-color: #1ab0c3 !important;
}

.overlay-info.overlay-lighten-3 {
  background: #71deec;
  background: rgba(113, 222, 236, 0.8);
}

.bg-info.bg-lighten-2,
.btn-info.btn-lighten-2 {
  background-color: #5ad9e9 !important;
}

.info.lighten-2 {
  color: #5ad9e9 !important;
}

.btn-info.btn-lighten-2:hover {
  background-color: #179bad !important;
}

.btn-info.btn-lighten-2:active,
.btn-info.btn-lighten-2:focus {
  border-color: #179bad !important;
  background-color: #148796 !important;
}

.btn-outline-info.btn-outline-lighten-2 {
  border-color: #5ad9e9 !important;
  color: #5ad9e9 !important;
}

.btn-outline-info.btn-outline-lighten-2:hover {
  background-color: #5ad9e9 !important;
}

.border-info.border-lighten-2 {
  border: 1px solid #5ad9e9 !important;
}

.border-top-info.border-top-lighten-2 {
  border-top: 1px solid #5ad9e9 !important;
}

.border-bottom-info.border-bottom-lighten-2 {
  border-bottom: 1px solid #5ad9e9 !important;
}

.border-left-info.border-left-lighten-2 {
  border-left: 1px solid #5ad9e9 !important;
}

.border-right-info.border-right-lighten-2 {
  border-right: 1px solid #5ad9e9 !important;
}

.btn-info.btn-lighten-1,
.btn-info.btn-lighten-1:hover {
  border-color: #1ab0c3 !important;
}

.overlay-info.overlay-lighten-2 {
  background: #5ad9e9;
  background: rgba(90, 217, 233, 0.8);
}

.bg-info.bg-lighten-1,
.btn-info.btn-lighten-1 {
  background-color: #44d3e6 !important;
}

.info.lighten-1 {
  color: #44d3e6 !important;
}

.btn-info.btn-lighten-1:hover {
  background-color: #179bad !important;
}

.btn-info.btn-lighten-1:active,
.btn-info.btn-lighten-1:focus {
  border-color: #179bad !important;
  background-color: #148796 !important;
}

.btn-outline-info.btn-outline-lighten-1 {
  border-color: #44d3e6 !important;
  color: #44d3e6 !important;
}

.btn-outline-info.btn-outline-lighten-1:hover {
  background-color: #44d3e6 !important;
}

.border-info.border-lighten-1 {
  border: 1px solid #44d3e6 !important;
}

.border-top-info.border-top-lighten-1 {
  border-top: 1px solid #44d3e6 !important;
}

.border-bottom-info.border-bottom-lighten-1 {
  border-bottom: 1px solid #44d3e6 !important;
}

.border-left-info.border-left-lighten-1 {
  border-left: 1px solid #44d3e6 !important;
}

.border-right-info.border-right-lighten-1 {
  border-right: 1px solid #44d3e6 !important;
}

.overlay-info.overlay-lighten-1 {
  background: #44d3e6;
  background: rgba(68, 211, 230, 0.8);
}

.info {
  color: #2dcee3 !important;
}

.bg-info {
  background-color: #2dcee3 !important;
}

.bg-info .card-footer,
.bg-info .card-header {
  background-color: transparent;
}

.alert-info {
  border-color: #6cddeb !important;
  background-color: #6cddeb !important;
  color: #0b4a53 !important;
}

.alert-info .alert-link {
  color: #062a2f !important;
}

.bullet.bullet-info {
  background-color: #2dcee3;
}

.bg-light-info {
  background-color: rgba(45, 206, 227, 0.15);
}

.bg-info.badge-glow,
.border-info.badge-glow {
  box-shadow: 0 0 10px #2dcee3;
}

.overlay-info {
  background: #2dcee3;
  background: rgba(45, 206, 227, 0.8);
}

.btn-info {
  background-color: #2dcee3 !important;
  color: #fff;
}

.btn-info:hover {
  border-color: #1dc4da !important;
  background-color: #44d3e6 !important;
  color: #fff !important;
}

.btn-info:active,
.btn-info:focus {
  border-color: #1ab0c3 !important;
  background-color: #179bad !important;
  color: #fff !important;
}

.btn-outline-info {
  border-color: #2dcee3;
  background-color: transparent;
  color: #2dcee3;
}

.btn-outline-info:hover,
.widget-timeline .timeline-items.timeline-icon-info:before {
  background-color: #2dcee3;
}

.btn-outline-info:hover {
  color: #fff !important;
}

input[type='checkbox'].bg-info + .custom-control-label:before,
input[type='radio'].bg-info + .custom-control-label:before {
  background-color: #2dcee3 !important;
}

.bg-info.bg-darken-1,
.btn-info.btn-darken-1 {
  background-color: #1dc4da !important;
}

.border-info {
  border: 1px solid #2dcee3 !important;
}

.border-top-info {
  border-top: 1px solid #2dcee3;
}

.border-bottom-info {
  border-bottom: 1px solid #2dcee3;
}

.border-left-info {
  border-left: 1px solid #2dcee3;
}

.border-right-info {
  border-right: 1px solid #2dcee3;
}

.info.darken-1 {
  color: #1dc4da !important;
}

.btn-info.btn-darken-1 {
  border-color: #1ab0c3 !important;
}

.btn-info.btn-darken-1:hover {
  border-color: #1ab0c3 !important;
  background-color: #179bad !important;
}

.btn-info.btn-darken-1:active,
.btn-info.btn-darken-1:focus {
  border-color: #179bad !important;
  background-color: #148796 !important;
}

.btn-outline-info.btn-outline-darken-1 {
  border-color: #1dc4da !important;
  color: #1dc4da !important;
}

.btn-outline-info.btn-outline-darken-1:hover {
  background-color: #1dc4da !important;
}

.border-info.border-darken-1 {
  border: 1px solid #1dc4da !important;
}

.border-top-info.border-top-darken-1 {
  border-top: 1px solid #1dc4da !important;
}

.border-bottom-info.border-bottom-darken-1 {
  border-bottom: 1px solid #1dc4da !important;
}

.border-left-info.border-left-darken-1 {
  border-left: 1px solid #1dc4da !important;
}

.border-right-info.border-right-darken-1 {
  border-right: 1px solid #1dc4da !important;
}

.btn-info.btn-darken-2,
.btn-info.btn-darken-2:hover {
  border-color: #1ab0c3 !important;
}

.overlay-info.overlay-darken-1 {
  background: #1dc4da;
  background: rgba(29, 196, 218, 0.8);
}

.bg-info.bg-darken-2,
.btn-info.btn-darken-2 {
  background-color: #1ab0c3 !important;
}

.info.darken-2 {
  color: #1ab0c3 !important;
}

.btn-info.btn-darken-2:hover {
  background-color: #179bad !important;
}

.btn-info.btn-darken-2:active,
.btn-info.btn-darken-2:focus {
  border-color: #179bad !important;
  background-color: #148796 !important;
}

.btn-outline-info.btn-outline-darken-2 {
  border-color: #1ab0c3 !important;
  color: #1ab0c3 !important;
}

.btn-outline-info.btn-outline-darken-2:hover {
  background-color: #1ab0c3 !important;
}

.border-info.border-darken-2 {
  border: 1px solid #1ab0c3 !important;
}

.border-top-info.border-top-darken-2 {
  border-top: 1px solid #1ab0c3 !important;
}

.border-bottom-info.border-bottom-darken-2 {
  border-bottom: 1px solid #1ab0c3 !important;
}

.border-left-info.border-left-darken-2 {
  border-left: 1px solid #1ab0c3 !important;
}

.border-right-info.border-right-darken-2 {
  border-right: 1px solid #1ab0c3 !important;
}

.overlay-info.overlay-darken-2 {
  background: #1ab0c3;
  background: rgba(26, 176, 195, 0.8);
}

.info.darken-3 {
  color: #179bad !important;
}

.bg-info.bg-darken-3 {
  background-color: #179bad !important;
}

.btn-info.btn-darken-3,
.btn-info.btn-darken-3:hover {
  border-color: #1ab0c3 !important;
  background-color: #179bad !important;
}

.btn-info.btn-darken-3:active,
.btn-info.btn-darken-3:focus {
  border-color: #179bad !important;
  background-color: #148796 !important;
}

.btn-outline-info.btn-outline-darken-3 {
  border-color: #179bad !important;
  color: #179bad !important;
}

.btn-outline-info.btn-outline-darken-3:hover {
  background-color: #179bad !important;
}

.border-info.border-darken-3 {
  border: 1px solid #179bad !important;
}

.border-top-info.border-top-darken-3 {
  border-top: 1px solid #179bad !important;
}

.border-bottom-info.border-bottom-darken-3 {
  border-bottom: 1px solid #179bad !important;
}

.border-left-info.border-left-darken-3 {
  border-left: 1px solid #179bad !important;
}

.border-right-info.border-right-darken-3 {
  border-right: 1px solid #179bad !important;
}

.btn-info.btn-darken-4,
.btn-info.btn-darken-4:hover {
  border-color: #1ab0c3 !important;
}

.overlay-info.overlay-darken-3 {
  background: #179bad;
  background: rgba(23, 155, 173, 0.8);
}

.bg-info.bg-darken-4,
.btn-info.btn-darken-4 {
  background-color: #148796 !important;
}

.info.darken-4 {
  color: #148796 !important;
}

.btn-info.btn-darken-4:hover {
  background-color: #179bad !important;
}

.btn-info.btn-darken-4:active,
.btn-info.btn-darken-4:focus {
  border-color: #179bad !important;
  background-color: #148796 !important;
}

.btn-outline-info.btn-outline-darken-4 {
  border-color: #148796 !important;
  color: #148796 !important;
}

.btn-outline-info.btn-outline-darken-4:hover {
  background-color: #148796 !important;
}

.border-info.border-darken-4 {
  border: 1px solid #148796 !important;
}

.border-top-info.border-top-darken-4 {
  border-top: 1px solid #148796 !important;
}

.border-bottom-info.border-bottom-darken-4 {
  border-bottom: 1px solid #148796 !important;
}

.border-left-info.border-left-darken-4 {
  border-left: 1px solid #148796 !important;
}

.border-right-info.border-right-darken-4 {
  border-right: 1px solid #148796 !important;
}

.btn-info.btn-accent-1,
.btn-info.btn-accent-1:hover {
  border-color: #1ab0c3 !important;
}

.overlay-info.overlay-darken-4 {
  background: #148796;
  background: rgba(20, 135, 150, 0.8);
}

.bg-info.bg-accent-1,
.btn-info.btn-accent-1 {
  background-color: #feffff !important;
}

.info.accent-1 {
  color: #feffff !important;
}

.btn-info.btn-accent-1:hover {
  background-color: #179bad !important;
}

.btn-info.btn-accent-1:active,
.btn-info.btn-accent-1:focus {
  border-color: #179bad !important;
  background-color: #148796 !important;
}

.btn-outline-info.btn-outline-accent-1 {
  border-color: #feffff !important;
  color: #feffff !important;
}

.btn-outline-info.btn-outline-accent-1:hover {
  background-color: #feffff !important;
}

.border-info.border-accent-1 {
  border: 1px solid #feffff !important;
}

.border-top-info.border-top-accent-1 {
  border-top: 1px solid #feffff !important;
}

.border-bottom-info.border-bottom-accent-1 {
  border-bottom: 1px solid #feffff !important;
}

.border-left-info.border-left-accent-1 {
  border-left: 1px solid #feffff !important;
}

.border-right-info.border-right-accent-1 {
  border-right: 1px solid #feffff !important;
}

.btn-info.btn-accent-2,
.btn-info.btn-accent-2:hover {
  border-color: #1ab0c3 !important;
}

.overlay-info.overlay-accent-1 {
  background: #feffff;
  background: rgba(254, 255, 255, 0.8);
}

.bg-info.bg-accent-2,
.btn-info.btn-accent-2 {
  background-color: #cbf5ff !important;
}

.info.accent-2 {
  color: #cbf5ff !important;
}

.btn-info.btn-accent-2:hover {
  background-color: #179bad !important;
}

.btn-info.btn-accent-2:active,
.btn-info.btn-accent-2:focus {
  border-color: #179bad !important;
  background-color: #148796 !important;
}

.btn-outline-info.btn-outline-accent-2 {
  border-color: #cbf5ff !important;
  color: #cbf5ff !important;
}

.btn-outline-info.btn-outline-accent-2:hover {
  background-color: #cbf5ff !important;
}

.border-info.border-accent-2 {
  border: 1px solid #cbf5ff !important;
}

.border-top-info.border-top-accent-2 {
  border-top: 1px solid #cbf5ff !important;
}

.border-bottom-info.border-bottom-accent-2 {
  border-bottom: 1px solid #cbf5ff !important;
}

.border-left-info.border-left-accent-2 {
  border-left: 1px solid #cbf5ff !important;
}

.border-right-info.border-right-accent-2 {
  border-right: 1px solid #cbf5ff !important;
}

.btn-info.btn-accent-3,
.btn-info.btn-accent-3:hover {
  border-color: #1ab0c3 !important;
}

.overlay-info.overlay-accent-2 {
  background: #cbf5ff;
  background: rgba(203, 245, 255, 0.8);
}

.bg-info.bg-accent-3,
.btn-info.btn-accent-3 {
  background-color: #98ecff !important;
}

.info.accent-3 {
  color: #98ecff !important;
}

.btn-info.btn-accent-3:hover {
  background-color: #179bad !important;
}

.btn-info.btn-accent-3:active,
.btn-info.btn-accent-3:focus {
  border-color: #179bad !important;
  background-color: #148796 !important;
}

.btn-outline-info.btn-outline-accent-3 {
  border-color: #98ecff !important;
  color: #98ecff !important;
}

.btn-outline-info.btn-outline-accent-3:hover {
  background-color: #98ecff !important;
}

.border-info.border-accent-3 {
  border: 1px solid #98ecff !important;
}

.border-top-info.border-top-accent-3 {
  border-top: 1px solid #98ecff !important;
}

.border-bottom-info.border-bottom-accent-3 {
  border-bottom: 1px solid #98ecff !important;
}

.border-left-info.border-left-accent-3 {
  border-left: 1px solid #98ecff !important;
}

.border-right-info.border-right-accent-3 {
  border-right: 1px solid #98ecff !important;
}

.btn-info.btn-accent-4,
.btn-info.btn-accent-4:hover {
  border-color: #1ab0c3 !important;
}

.overlay-info.overlay-accent-3 {
  background: #98ecff;
  background: rgba(152, 236, 255, 0.8);
}

.bg-info.bg-accent-4,
.btn-info.btn-accent-4 {
  background-color: #7fe7ff !important;
}

.info.accent-4 {
  color: #7fe7ff !important;
}

.btn-info.btn-accent-4:hover {
  background-color: #179bad !important;
}

.btn-info.btn-accent-4:active,
.btn-info.btn-accent-4:focus {
  border-color: #179bad !important;
  background-color: #148796 !important;
}

.btn-outline-info.btn-outline-accent-4 {
  border-color: #7fe7ff !important;
  color: #7fe7ff !important;
}

.btn-outline-info.btn-outline-accent-4:hover {
  background-color: #7fe7ff !important;
}

input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7fe7ff !important;
}

.border-info.border-accent-4 {
  border: 1px solid #7fe7ff !important;
}

.border-top-info.border-top-accent-4 {
  border-top: 1px solid #7fe7ff !important;
}

.border-bottom-info.border-bottom-accent-4 {
  border-bottom: 1px solid #7fe7ff !important;
}

.border-left-info.border-left-accent-4 {
  border-left: 1px solid #7fe7ff !important;
}

.border-right-info.border-right-accent-4 {
  border-right: 1px solid #7fe7ff !important;
}

.overlay-info.overlay-accent-4 {
  background: #7fe7ff;
  background: rgba(127, 231, 255, 0.8);
}

.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border='info']:before {
  background-color: #7fe7ff;
}

.bg-warning.bg-lighten-5,
.btn-warning.btn-lighten-5 {
  background-color: #fffdfd !important;
}

.warning.lighten-5 {
  color: #fffdfd !important;
}

.btn-warning.btn-lighten-5 {
  border-color: #ff864a !important;
}

.btn-warning.btn-lighten-5:hover {
  border-color: #ff864a !important;
  background-color: #ff7531 !important;
}

.btn-warning.btn-lighten-5:active,
.btn-warning.btn-lighten-5:focus {
  border-color: #ff7531 !important;
  background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-lighten-5 {
  border-color: #fffdfd !important;
  color: #fffdfd !important;
}

.btn-outline-warning.btn-outline-lighten-5:hover {
  background-color: #fffdfd !important;
}

.border-warning.border-lighten-5 {
  border: 1px solid #fffdfd !important;
}

.border-top-warning.border-top-lighten-5 {
  border-top: 1px solid #fffdfd !important;
}

.border-bottom-warning.border-bottom-lighten-5 {
  border-bottom: 1px solid #fffdfd !important;
}

.border-left-warning.border-left-lighten-5 {
  border-left: 1px solid #fffdfd !important;
}

.border-right-warning.border-right-lighten-5 {
  border-right: 1px solid #fffdfd !important;
}

.overlay-warning.overlay-lighten-5 {
  background: #fffdfd;
  background: rgba(255, 253, 253, 0.8);
}

.bg-warning.bg-lighten-4,
.btn-warning.btn-lighten-4 {
  background-color: #ffece3 !important;
}

.warning.lighten-4 {
  color: #ffece3 !important;
}

.btn-warning.btn-lighten-4 {
  border-color: #ff864a !important;
}

.btn-warning.btn-lighten-4:hover {
  border-color: #ff864a !important;
  background-color: #ff7531 !important;
}

.btn-warning.btn-lighten-4:active,
.btn-warning.btn-lighten-4:focus {
  border-color: #ff7531 !important;
  background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-lighten-4 {
  border-color: #ffece3 !important;
  color: #ffece3 !important;
}

.btn-outline-warning.btn-outline-lighten-4:hover {
  background-color: #ffece3 !important;
}

.border-warning.border-lighten-4 {
  border: 1px solid #ffece3 !important;
}

.border-top-warning.border-top-lighten-4 {
  border-top: 1px solid #ffece3 !important;
}

.border-bottom-warning.border-bottom-lighten-4 {
  border-bottom: 1px solid #ffece3 !important;
}

.border-left-warning.border-left-lighten-4 {
  border-left: 1px solid #ffece3 !important;
}

.border-right-warning.border-right-lighten-4 {
  border-right: 1px solid #ffece3 !important;
}

.overlay-warning.overlay-lighten-4 {
  background: #ffece3;
  background: rgba(255, 236, 227, 0.8);
}

.bg-warning.bg-lighten-3,
.btn-warning.btn-lighten-3 {
  background-color: #ffdbca !important;
}

.warning.lighten-3 {
  color: #ffdbca !important;
}

.btn-warning.btn-lighten-3 {
  border-color: #ff864a !important;
}

.btn-warning.btn-lighten-3:hover {
  border-color: #ff864a !important;
  background-color: #ff7531 !important;
}

.btn-warning.btn-lighten-3:active,
.btn-warning.btn-lighten-3:focus {
  border-color: #ff7531 !important;
  background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-lighten-3 {
  border-color: #ffdbca !important;
  color: #ffdbca !important;
}

.btn-outline-warning.btn-outline-lighten-3:hover {
  background-color: #ffdbca !important;
}

.border-warning.border-lighten-3 {
  border: 1px solid #ffdbca !important;
}

.border-top-warning.border-top-lighten-3 {
  border-top: 1px solid #ffdbca !important;
}

.border-bottom-warning.border-bottom-lighten-3 {
  border-bottom: 1px solid #ffdbca !important;
}

.border-left-warning.border-left-lighten-3 {
  border-left: 1px solid #ffdbca !important;
}

.border-right-warning.border-right-lighten-3 {
  border-right: 1px solid #ffdbca !important;
}

.overlay-warning.overlay-lighten-3 {
  background: #ffdbca;
  background: rgba(255, 219, 202, 0.8);
}

.bg-warning.bg-lighten-2,
.btn-warning.btn-lighten-2 {
  background-color: #ffcab0 !important;
}

.warning.lighten-2 {
  color: #ffcab0 !important;
}

.btn-warning.btn-lighten-2 {
  border-color: #ff864a !important;
}

.btn-warning.btn-lighten-2:hover {
  border-color: #ff864a !important;
  background-color: #ff7531 !important;
}

.btn-warning.btn-lighten-2:active,
.btn-warning.btn-lighten-2:focus {
  border-color: #ff7531 !important;
  background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-lighten-2 {
  border-color: #ffcab0 !important;
  color: #ffcab0 !important;
}

.btn-outline-warning.btn-outline-lighten-2:hover {
  background-color: #ffcab0 !important;
}

.border-warning.border-lighten-2 {
  border: 1px solid #ffcab0 !important;
}

.border-top-warning.border-top-lighten-2 {
  border-top: 1px solid #ffcab0 !important;
}

.border-bottom-warning.border-bottom-lighten-2 {
  border-bottom: 1px solid #ffcab0 !important;
}

.border-left-warning.border-left-lighten-2 {
  border-left: 1px solid #ffcab0 !important;
}

.border-right-warning.border-right-lighten-2 {
  border-right: 1px solid #ffcab0 !important;
}

.overlay-warning.overlay-lighten-2 {
  background: #ffcab0;
  background: rgba(255, 202, 176, 0.8);
}

.bg-warning.bg-lighten-1,
.btn-warning.btn-lighten-1 {
  background-color: #ffb997 !important;
}

.warning.lighten-1 {
  color: #ffb997 !important;
}

.btn-warning.btn-lighten-1 {
  border-color: #ff864a !important;
}

.btn-warning.btn-lighten-1:hover {
  border-color: #ff864a !important;
  background-color: #ff7531 !important;
}

.btn-warning.btn-lighten-1:active,
.btn-warning.btn-lighten-1:focus {
  border-color: #ff7531 !important;
  background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-lighten-1 {
  border-color: #ffb997 !important;
  color: #ffb997 !important;
}

.btn-outline-warning.btn-outline-lighten-1:hover {
  background-color: #ffb997 !important;
}

.border-warning.border-lighten-1 {
  border: 1px solid #ffb997 !important;
}

.border-top-warning.border-top-lighten-1 {
  border-top: 1px solid #ffb997 !important;
}

.border-bottom-warning.border-bottom-lighten-1 {
  border-bottom: 1px solid #ffb997 !important;
}

.border-left-warning.border-left-lighten-1 {
  border-left: 1px solid #ffb997 !important;
}

.border-right-warning.border-right-lighten-1 {
  border-right: 1px solid #ffb997 !important;
}

.overlay-warning.overlay-lighten-1 {
  background: #ffb997;
  background: rgba(255, 185, 151, 0.8);
}

.warning {
  color: #ffa87d !important;
}

.bg-warning {
  background-color: #ffa87d !important;
}

.bg-warning .card-footer,
.bg-warning .card-header {
  background-color: transparent;
}

.alert-warning {
  border-color: #ffd8c4 !important;
  background-color: #ffd8c4 !important;
  color: #ca4300 !important;
}

.alert-warning .alert-link {
  color: #a13500 !important;
}

.bullet.bullet-warning {
  background-color: #ffa87d;
}

.bg-light-warning {
  background-color: rgba(255, 168, 125, 0.15);
}

.bg-warning.badge-glow,
.border-warning.badge-glow {
  box-shadow: 0 0 10px #ffa87d;
}

.overlay-warning {
  background: #ffa87d;
  background: rgba(255, 168, 125, 0.8);
}

.btn-warning {
  background-color: #ffa87d !important;
  color: #fff;
}

.btn-warning:hover {
  border-color: #ff9764 !important;
  background-color: #ffb997 !important;
  color: #fff !important;
}

.btn-warning:active,
.btn-warning:focus {
  border-color: #ff864a !important;
  background-color: #ff7531 !important;
  color: #fff !important;
}

.btn-outline-warning {
  border-color: #ffa87d;
  background-color: transparent;
  color: #ffa87d;
}

.btn-outline-warning:hover {
  background-color: #ffa87d;
  color: #fff !important;
}

.widget-timeline .timeline-items.timeline-icon-warning:before {
  background-color: #ffa87d;
}

input[type='checkbox'].bg-warning + .custom-control-label:before,
input[type='radio'].bg-warning + .custom-control-label:before {
  background-color: #ffa87d !important;
}

.bg-warning.bg-darken-1,
.btn-warning.btn-darken-1 {
  background-color: #ff9764 !important;
}

.border-warning {
  border: 1px solid #ffa87d !important;
}

.border-top-warning {
  border-top: 1px solid #ffa87d;
}

.border-bottom-warning {
  border-bottom: 1px solid #ffa87d;
}

.border-left-warning {
  border-left: 1px solid #ffa87d;
}

.border-right-warning {
  border-right: 1px solid #ffa87d;
}

.warning.darken-1 {
  color: #ff9764 !important;
}

.btn-warning.btn-darken-1 {
  border-color: #ff864a !important;
}

.btn-warning.btn-darken-1:hover {
  border-color: #ff864a !important;
  background-color: #ff7531 !important;
}

.btn-warning.btn-darken-1:active,
.btn-warning.btn-darken-1:focus {
  border-color: #ff7531 !important;
  background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-darken-1 {
  border-color: #ff9764 !important;
  color: #ff9764 !important;
}

.btn-outline-warning.btn-outline-darken-1:hover {
  background-color: #ff9764 !important;
}

.border-warning.border-darken-1 {
  border: 1px solid #ff9764 !important;
}

.border-top-warning.border-top-darken-1 {
  border-top: 1px solid #ff9764 !important;
}

.border-bottom-warning.border-bottom-darken-1 {
  border-bottom: 1px solid #ff9764 !important;
}

.border-left-warning.border-left-darken-1 {
  border-left: 1px solid #ff9764 !important;
}

.border-right-warning.border-right-darken-1 {
  border-right: 1px solid #ff9764 !important;
}

.overlay-warning.overlay-darken-1 {
  background: #ff9764;
  background: rgba(255, 151, 100, 0.8);
}

.bg-warning.bg-darken-2,
.btn-warning.btn-darken-2 {
  background-color: #ff864a !important;
}

.warning.darken-2 {
  color: #ff864a !important;
}

.btn-warning.btn-darken-2 {
  border-color: #ff864a !important;
}

.btn-warning.btn-darken-2:hover {
  border-color: #ff864a !important;
  background-color: #ff7531 !important;
}

.btn-warning.btn-darken-2:active,
.btn-warning.btn-darken-2:focus {
  border-color: #ff7531 !important;
  background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-darken-2 {
  border-color: #ff864a !important;
  color: #ff864a !important;
}

.btn-outline-warning.btn-outline-darken-2:hover {
  background-color: #ff864a !important;
}

.border-warning.border-darken-2 {
  border: 1px solid #ff864a !important;
}

.border-top-warning.border-top-darken-2 {
  border-top: 1px solid #ff864a !important;
}

.border-bottom-warning.border-bottom-darken-2 {
  border-bottom: 1px solid #ff864a !important;
}

.border-left-warning.border-left-darken-2 {
  border-left: 1px solid #ff864a !important;
}

.border-right-warning.border-right-darken-2 {
  border-right: 1px solid #ff864a !important;
}

.overlay-warning.overlay-darken-2 {
  background: #ff864a;
  background: rgba(255, 134, 74, 0.8);
}

.warning.darken-3 {
  color: #ff7531 !important;
}

.bg-warning.bg-darken-3 {
  background-color: #ff7531 !important;
}

.btn-warning.btn-darken-3,
.btn-warning.btn-darken-3:hover {
  border-color: #ff864a !important;
  background-color: #ff7531 !important;
}

.btn-warning.btn-darken-3:active,
.btn-warning.btn-darken-3:focus {
  border-color: #ff7531 !important;
  background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-darken-3 {
  border-color: #ff7531 !important;
  color: #ff7531 !important;
}

.btn-outline-warning.btn-outline-darken-3:hover {
  background-color: #ff7531 !important;
}

.border-warning.border-darken-3 {
  border: 1px solid #ff7531 !important;
}

.border-top-warning.border-top-darken-3 {
  border-top: 1px solid #ff7531 !important;
}

.border-bottom-warning.border-bottom-darken-3 {
  border-bottom: 1px solid #ff7531 !important;
}

.border-left-warning.border-left-darken-3 {
  border-left: 1px solid #ff7531 !important;
}

.border-right-warning.border-right-darken-3 {
  border-right: 1px solid #ff7531 !important;
}

.overlay-warning.overlay-darken-3 {
  background: #ff7531;
  background: rgba(255, 117, 49, 0.8);
}

.bg-warning.bg-darken-4,
.btn-warning.btn-darken-4 {
  background-color: #ff6417 !important;
}

.warning.darken-4 {
  color: #ff6417 !important;
}

.btn-warning.btn-darken-4 {
  border-color: #ff864a !important;
}

.btn-warning.btn-darken-4:hover {
  border-color: #ff864a !important;
  background-color: #ff7531 !important;
}

.btn-warning.btn-darken-4:active,
.btn-warning.btn-darken-4:focus {
  border-color: #ff7531 !important;
  background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-darken-4 {
  border-color: #ff6417 !important;
  color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-darken-4:hover {
  background-color: #ff6417 !important;
}

.border-warning.border-darken-4 {
  border: 1px solid #ff6417 !important;
}

.border-top-warning.border-top-darken-4 {
  border-top: 1px solid #ff6417 !important;
}

.border-bottom-warning.border-bottom-darken-4 {
  border-bottom: 1px solid #ff6417 !important;
}

.border-left-warning.border-left-darken-4 {
  border-left: 1px solid #ff6417 !important;
}

.border-right-warning.border-right-darken-4 {
  border-right: 1px solid #ff6417 !important;
}

.overlay-warning.overlay-darken-4 {
  background: #ff6417;
  background: rgba(255, 100, 23, 0.8);
}

.bg-warning.bg-accent-1,
.btn-warning.btn-accent-1 {
  background-color: #fff5ef !important;
}

.warning.accent-1 {
  color: #fff5ef !important;
}

.btn-warning.btn-accent-1 {
  border-color: #ff864a !important;
}

.btn-warning.btn-accent-1:hover {
  border-color: #ff864a !important;
  background-color: #ff7531 !important;
}

.btn-warning.btn-accent-1:active,
.btn-warning.btn-accent-1:focus {
  border-color: #ff7531 !important;
  background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-accent-1 {
  border-color: #fff5ef !important;
  color: #fff5ef !important;
}

.btn-outline-warning.btn-outline-accent-1:hover {
  background-color: #fff5ef !important;
}

.border-warning.border-accent-1 {
  border: 1px solid #fff5ef !important;
}

.border-top-warning.border-top-accent-1 {
  border-top: 1px solid #fff5ef !important;
}

.border-bottom-warning.border-bottom-accent-1 {
  border-bottom: 1px solid #fff5ef !important;
}

.border-left-warning.border-left-accent-1 {
  border-left: 1px solid #fff5ef !important;
}

.border-right-warning.border-right-accent-1 {
  border-right: 1px solid #fff5ef !important;
}

.overlay-warning.overlay-accent-1 {
  background: #fff5ef;
  background: rgba(255, 245, 239, 0.8);
}

.bg-warning.bg-accent-2,
.btn-warning.btn-accent-2 {
  background-color: #ffe5d8 !important;
}

.warning.accent-2 {
  color: #ffe5d8 !important;
}

.btn-warning.btn-accent-2 {
  border-color: #ff864a !important;
}

.btn-warning.btn-accent-2:hover {
  border-color: #ff864a !important;
  background-color: #ff7531 !important;
}

.btn-warning.btn-accent-2:active,
.btn-warning.btn-accent-2:focus {
  border-color: #ff7531 !important;
  background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-accent-2 {
  border-color: #ffe5d8 !important;
  color: #ffe5d8 !important;
}

.btn-outline-warning.btn-outline-accent-2:hover {
  background-color: #ffe5d8 !important;
}

.border-warning.border-accent-2 {
  border: 1px solid #ffe5d8 !important;
}

.border-top-warning.border-top-accent-2 {
  border-top: 1px solid #ffe5d8 !important;
}

.border-bottom-warning.border-bottom-accent-2 {
  border-bottom: 1px solid #ffe5d8 !important;
}

.border-left-warning.border-left-accent-2 {
  border-left: 1px solid #ffe5d8 !important;
}

.border-right-warning.border-right-accent-2 {
  border-right: 1px solid #ffe5d8 !important;
}

.overlay-warning.overlay-accent-2 {
  background: #ffe5d8;
  background: rgba(255, 229, 216, 0.8);
}

.bg-warning.bg-accent-3,
.btn-warning.btn-accent-3 {
  background-color: #fff6f3 !important;
}

.warning.accent-3 {
  color: #fff6f3 !important;
}

.btn-warning.btn-accent-3 {
  border-color: #ff864a !important;
}

.btn-warning.btn-accent-3:hover {
  border-color: #ff864a !important;
  background-color: #ff7531 !important;
}

.btn-warning.btn-accent-3:active,
.btn-warning.btn-accent-3:focus {
  border-color: #ff7531 !important;
  background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-accent-3 {
  border-color: #fff6f3 !important;
  color: #fff6f3 !important;
}

.btn-outline-warning.btn-outline-accent-3:hover {
  background-color: #fff6f3 !important;
}

.border-warning.border-accent-3 {
  border: 1px solid #fff6f3 !important;
}

.border-top-warning.border-top-accent-3 {
  border-top: 1px solid #fff6f3 !important;
}

.border-bottom-warning.border-bottom-accent-3 {
  border-bottom: 1px solid #fff6f3 !important;
}

.border-left-warning.border-left-accent-3 {
  border-left: 1px solid #fff6f3 !important;
}

.border-right-warning.border-right-accent-3 {
  border-right: 1px solid #fff6f3 !important;
}

.overlay-warning.overlay-accent-3 {
  background: #fff6f3;
  background: rgba(255, 246, 243, 0.8);
}

.bg-warning.bg-accent-4,
.btn-warning.btn-accent-4 {
  background-color: #ffe3da !important;
}

.warning.accent-4 {
  color: #ffe3da !important;
}

.btn-warning.btn-accent-4 {
  border-color: #ff864a !important;
}

.btn-warning.btn-accent-4:hover {
  border-color: #ff864a !important;
  background-color: #ff7531 !important;
}

.btn-warning.btn-accent-4:active,
.btn-warning.btn-accent-4:focus {
  border-color: #ff7531 !important;
  background-color: #ff6417 !important;
}

.btn-outline-warning.btn-outline-accent-4 {
  border-color: #ffe3da !important;
  color: #ffe3da !important;
}

.btn-outline-warning.btn-outline-accent-4:hover {
  background-color: #ffe3da !important;
}

input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffe3da !important;
}

.border-warning.border-accent-4 {
  border: 1px solid #ffe3da !important;
}

.border-top-warning.border-top-accent-4 {
  border-top: 1px solid #ffe3da !important;
}

.border-bottom-warning.border-bottom-accent-4 {
  border-bottom: 1px solid #ffe3da !important;
}

.border-left-warning.border-left-accent-4 {
  border-left: 1px solid #ffe3da !important;
}

.border-right-warning.border-right-accent-4 {
  border-right: 1px solid #ffe3da !important;
}

.overlay-warning.overlay-accent-4 {
  background: #ffe3da;
  background: rgba(255, 227, 218, 0.8);
}

.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border='warning']:before {
  background-color: #ffe3da;
}

.bg-danger.bg-lighten-5,
.btn-danger.btn-lighten-5 {
  background-color: #fff5f6 !important;
}

.danger.lighten-5 {
  color: #fff5f6 !important;
}

.btn-danger.btn-lighten-5 {
  border-color: #ff425c !important;
}

.btn-danger.btn-lighten-5:hover {
  border-color: #ff425c !important;
  background-color: #ff2946 !important;
}

.btn-danger.btn-lighten-5:active,
.btn-danger.btn-lighten-5:focus {
  border-color: #ff2946 !important;
  background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-lighten-5 {
  border-color: #fff5f6 !important;
  color: #fff5f6 !important;
}

.btn-outline-danger.btn-outline-lighten-5:hover {
  background-color: #fff5f6 !important;
}

.border-danger.border-lighten-5 {
  border: 1px solid #fff5f6 !important;
}

.border-top-danger.border-top-lighten-5 {
  border-top: 1px solid #fff5f6 !important;
}

.border-bottom-danger.border-bottom-lighten-5 {
  border-bottom: 1px solid #fff5f6 !important;
}

.border-left-danger.border-left-lighten-5 {
  border-left: 1px solid #fff5f6 !important;
}

.border-right-danger.border-right-lighten-5 {
  border-right: 1px solid #fff5f6 !important;
}

.overlay-danger.overlay-lighten-5 {
  background: #fff5f6;
  background: rgba(255, 245, 246, 0.8);
}

.bg-danger.bg-lighten-4,
.btn-danger.btn-lighten-4 {
  background-color: #ffdbe0 !important;
}

.danger.lighten-4 {
  color: #ffdbe0 !important;
}

.btn-danger.btn-lighten-4 {
  border-color: #ff425c !important;
}

.btn-danger.btn-lighten-4:hover {
  border-color: #ff425c !important;
  background-color: #ff2946 !important;
}

.btn-danger.btn-lighten-4:active,
.btn-danger.btn-lighten-4:focus {
  border-color: #ff2946 !important;
  background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-lighten-4 {
  border-color: #ffdbe0 !important;
  color: #ffdbe0 !important;
}

.btn-outline-danger.btn-outline-lighten-4:hover {
  background-color: #ffdbe0 !important;
}

.border-danger.border-lighten-4 {
  border: 1px solid #ffdbe0 !important;
}

.border-top-danger.border-top-lighten-4 {
  border-top: 1px solid #ffdbe0 !important;
}

.border-bottom-danger.border-bottom-lighten-4 {
  border-bottom: 1px solid #ffdbe0 !important;
}

.border-left-danger.border-left-lighten-4 {
  border-left: 1px solid #ffdbe0 !important;
}

.border-right-danger.border-right-lighten-4 {
  border-right: 1px solid #ffdbe0 !important;
}

.overlay-danger.overlay-lighten-4 {
  background: #ffdbe0;
  background: rgba(255, 219, 224, 0.8);
}

.bg-danger.bg-lighten-3,
.btn-danger.btn-lighten-3 {
  background-color: #ffc2ca !important;
}

.danger.lighten-3 {
  color: #ffc2ca !important;
}

.btn-danger.btn-lighten-3 {
  border-color: #ff425c !important;
}

.btn-danger.btn-lighten-3:hover {
  border-color: #ff425c !important;
  background-color: #ff2946 !important;
}

.btn-danger.btn-lighten-3:active,
.btn-danger.btn-lighten-3:focus {
  border-color: #ff2946 !important;
  background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-lighten-3 {
  border-color: #ffc2ca !important;
  color: #ffc2ca !important;
}

.btn-outline-danger.btn-outline-lighten-3:hover {
  background-color: #ffc2ca !important;
}

.border-danger.border-lighten-3 {
  border: 1px solid #ffc2ca !important;
}

.border-top-danger.border-top-lighten-3 {
  border-top: 1px solid #ffc2ca !important;
}

.border-bottom-danger.border-bottom-lighten-3 {
  border-bottom: 1px solid #ffc2ca !important;
}

.border-left-danger.border-left-lighten-3 {
  border-left: 1px solid #ffc2ca !important;
}

.border-right-danger.border-right-lighten-3 {
  border-right: 1px solid #ffc2ca !important;
}

.overlay-danger.overlay-lighten-3 {
  background: #ffc2ca;
  background: rgba(255, 194, 202, 0.8);
}

.bg-danger.bg-lighten-2,
.btn-danger.btn-lighten-2 {
  background-color: #ffa8b4 !important;
}

.danger.lighten-2 {
  color: #ffa8b4 !important;
}

.btn-danger.btn-lighten-2 {
  border-color: #ff425c !important;
}

.btn-danger.btn-lighten-2:hover {
  border-color: #ff425c !important;
  background-color: #ff2946 !important;
}

.btn-danger.btn-lighten-2:active,
.btn-danger.btn-lighten-2:focus {
  border-color: #ff2946 !important;
  background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-lighten-2 {
  border-color: #ffa8b4 !important;
  color: #ffa8b4 !important;
}

.btn-outline-danger.btn-outline-lighten-2:hover {
  background-color: #ffa8b4 !important;
}

.border-danger.border-lighten-2 {
  border: 1px solid #ffa8b4 !important;
}

.border-top-danger.border-top-lighten-2 {
  border-top: 1px solid #ffa8b4 !important;
}

.border-bottom-danger.border-bottom-lighten-2 {
  border-bottom: 1px solid #ffa8b4 !important;
}

.border-left-danger.border-left-lighten-2 {
  border-left: 1px solid #ffa8b4 !important;
}

.border-right-danger.border-right-lighten-2 {
  border-right: 1px solid #ffa8b4 !important;
}

.overlay-danger.overlay-lighten-2 {
  background: #ffa8b4;
  background: rgba(255, 168, 180, 0.8);
}

.bg-danger.bg-lighten-1,
.btn-danger.btn-lighten-1 {
  background-color: #ff8f9e !important;
}

.danger.lighten-1 {
  color: #ff8f9e !important;
}

.btn-danger.btn-lighten-1 {
  border-color: #ff425c !important;
}

.btn-danger.btn-lighten-1:hover {
  border-color: #ff425c !important;
  background-color: #ff2946 !important;
}

.btn-danger.btn-lighten-1:active,
.btn-danger.btn-lighten-1:focus {
  border-color: #ff2946 !important;
  background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-lighten-1 {
  border-color: #ff8f9e !important;
  color: #ff8f9e !important;
}

.btn-outline-danger.btn-outline-lighten-1:hover {
  background-color: #ff8f9e !important;
}

.border-danger.border-lighten-1 {
  border: 1px solid #ff8f9e !important;
}

.border-top-danger.border-top-lighten-1 {
  border-top: 1px solid #ff8f9e !important;
}

.border-bottom-danger.border-bottom-lighten-1 {
  border-bottom: 1px solid #ff8f9e !important;
}

.border-left-danger.border-left-lighten-1 {
  border-left: 1px solid #ff8f9e !important;
}

.border-right-danger.border-right-lighten-1 {
  border-right: 1px solid #ff8f9e !important;
}

.overlay-danger.overlay-lighten-1 {
  background: #ff8f9e;
  background: rgba(255, 143, 158, 0.8);
}

.danger {
  color: #ff7588 !important;
}

.bg-danger {
  background-color: #ff7588 !important;
}

.bg-danger .card-footer,
.bg-danger .card-header {
  background-color: transparent;
}

.alert-danger {
  border-color: #ffbcc6 !important;
  background-color: #ffbcc6 !important;
  color: #c2001b !important;
}

.alert-danger .alert-link {
  color: #990015 !important;
}

.bullet.bullet-danger {
  background-color: #ff7588;
}

.bg-light-danger {
  background-color: rgba(255, 117, 136, 0.15);
}

.bg-danger.badge-glow,
.border-danger.badge-glow {
  box-shadow: 0 0 10px #ff7588;
}

.overlay-danger {
  background: #ff7588;
  background: rgba(255, 117, 136, 0.8);
}

.btn-danger {
  background-color: #ff7588 !important;
  color: #fff;
}

.btn-danger:hover {
  border-color: #ff5c72 !important;
  background-color: #ff8f9e !important;
  color: #fff !important;
}

.btn-danger:active,
.btn-danger:focus {
  border-color: #ff425c !important;
  background-color: #ff2946 !important;
  color: #fff !important;
}

.btn-outline-danger {
  border-color: #ff7588;
  background-color: transparent;
  color: #ff7588;
}

.btn-outline-danger:hover {
  background-color: #ff7588;
  color: #fff !important;
}

.widget-timeline .timeline-items.timeline-icon-danger:before {
  background-color: #ff7588;
}

input[type='checkbox'].bg-danger + .custom-control-label:before,
input[type='radio'].bg-danger + .custom-control-label:before {
  background-color: #ff7588 !important;
}

.bg-danger.bg-darken-1,
.btn-danger.btn-darken-1 {
  background-color: #ff5c72 !important;
}

.border-danger {
  border: 1px solid #ff7588 !important;
}

.border-top-danger {
  border-top: 1px solid #ff7588;
}

.border-bottom-danger {
  border-bottom: 1px solid #ff7588;
}

.border-left-danger {
  border-left: 1px solid #ff7588;
}

.border-right-danger {
  border-right: 1px solid #ff7588;
}

.danger.darken-1 {
  color: #ff5c72 !important;
}

.btn-danger.btn-darken-1 {
  border-color: #ff425c !important;
}

.btn-danger.btn-darken-1:hover {
  border-color: #ff425c !important;
  background-color: #ff2946 !important;
}

.btn-danger.btn-darken-1:active,
.btn-danger.btn-darken-1:focus {
  border-color: #ff2946 !important;
  background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-darken-1 {
  border-color: #ff5c72 !important;
  color: #ff5c72 !important;
}

.btn-outline-danger.btn-outline-darken-1:hover {
  background-color: #ff5c72 !important;
}

.border-danger.border-darken-1 {
  border: 1px solid #ff5c72 !important;
}

.border-top-danger.border-top-darken-1 {
  border-top: 1px solid #ff5c72 !important;
}

.border-bottom-danger.border-bottom-darken-1 {
  border-bottom: 1px solid #ff5c72 !important;
}

.border-left-danger.border-left-darken-1 {
  border-left: 1px solid #ff5c72 !important;
}

.border-right-danger.border-right-darken-1 {
  border-right: 1px solid #ff5c72 !important;
}

.btn-danger.btn-darken-2,
.btn-danger.btn-darken-2:hover {
  border-color: #ff425c !important;
}

.overlay-danger.overlay-darken-1 {
  background: #ff5c72;
  background: rgba(255, 92, 114, 0.8);
}

.bg-danger.bg-darken-2,
.btn-danger.btn-darken-2 {
  background-color: #ff425c !important;
}

.danger.darken-2 {
  color: #ff425c !important;
}

.btn-danger.btn-darken-2:hover {
  background-color: #ff2946 !important;
}

.btn-danger.btn-darken-2:active,
.btn-danger.btn-darken-2:focus {
  border-color: #ff2946 !important;
  background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-darken-2 {
  border-color: #ff425c !important;
  color: #ff425c !important;
}

.btn-outline-danger.btn-outline-darken-2:hover {
  background-color: #ff425c !important;
}

.border-danger.border-darken-2 {
  border: 1px solid #ff425c !important;
}

.border-top-danger.border-top-darken-2 {
  border-top: 1px solid #ff425c !important;
}

.border-bottom-danger.border-bottom-darken-2 {
  border-bottom: 1px solid #ff425c !important;
}

.border-left-danger.border-left-darken-2 {
  border-left: 1px solid #ff425c !important;
}

.border-right-danger.border-right-darken-2 {
  border-right: 1px solid #ff425c !important;
}

.overlay-danger.overlay-darken-2 {
  background: #ff425c;
  background: rgba(255, 66, 92, 0.8);
}

.danger.darken-3 {
  color: #ff2946 !important;
}

.bg-danger.bg-darken-3 {
  background-color: #ff2946 !important;
}

.btn-danger.btn-darken-3,
.btn-danger.btn-darken-3:hover {
  border-color: #ff425c !important;
  background-color: #ff2946 !important;
}

.btn-danger.btn-darken-3:active,
.btn-danger.btn-darken-3:focus {
  border-color: #ff2946 !important;
  background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-darken-3 {
  border-color: #ff2946 !important;
  color: #ff2946 !important;
}

.btn-outline-danger.btn-outline-darken-3:hover {
  background-color: #ff2946 !important;
}

.border-danger.border-darken-3 {
  border: 1px solid #ff2946 !important;
}

.border-top-danger.border-top-darken-3 {
  border-top: 1px solid #ff2946 !important;
}

.border-bottom-danger.border-bottom-darken-3 {
  border-bottom: 1px solid #ff2946 !important;
}

.border-left-danger.border-left-darken-3 {
  border-left: 1px solid #ff2946 !important;
}

.border-right-danger.border-right-darken-3 {
  border-right: 1px solid #ff2946 !important;
}

.btn-danger.btn-darken-4,
.btn-danger.btn-darken-4:hover {
  border-color: #ff425c !important;
}

.overlay-danger.overlay-darken-3 {
  background: #ff2946;
  background: rgba(255, 41, 70, 0.8);
}

.bg-danger.bg-darken-4,
.btn-danger.btn-darken-4 {
  background-color: #ff0f30 !important;
}

.danger.darken-4 {
  color: #ff0f30 !important;
}

.btn-danger.btn-darken-4:hover {
  background-color: #ff2946 !important;
}

.btn-danger.btn-darken-4:active,
.btn-danger.btn-darken-4:focus {
  border-color: #ff2946 !important;
  background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-darken-4 {
  border-color: #ff0f30 !important;
  color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-darken-4:hover {
  background-color: #ff0f30 !important;
}

.border-danger.border-darken-4 {
  border: 1px solid #ff0f30 !important;
}

.border-top-danger.border-top-darken-4 {
  border-top: 1px solid #ff0f30 !important;
}

.border-bottom-danger.border-bottom-darken-4 {
  border-bottom: 1px solid #ff0f30 !important;
}

.border-left-danger.border-left-darken-4 {
  border-left: 1px solid #ff0f30 !important;
}

.border-right-danger.border-right-darken-4 {
  border-right: 1px solid #ff0f30 !important;
}

.btn-danger.btn-accent-1,
.btn-danger.btn-accent-1:hover {
  border-color: #ff425c !important;
}

.overlay-danger.overlay-darken-4 {
  background: #ff0f30;
  background: rgba(255, 15, 48, 0.8);
}

.bg-danger.bg-accent-1,
.btn-danger.btn-accent-1 {
  background-color: #ffeef1 !important;
}

.danger.accent-1 {
  color: #ffeef1 !important;
}

.btn-danger.btn-accent-1:hover {
  background-color: #ff2946 !important;
}

.btn-danger.btn-accent-1:active,
.btn-danger.btn-accent-1:focus {
  border-color: #ff2946 !important;
  background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-accent-1 {
  border-color: #ffeef1 !important;
  color: #ffeef1 !important;
}

.btn-outline-danger.btn-outline-accent-1:hover {
  background-color: #ffeef1 !important;
}

.border-danger.border-accent-1 {
  border: 1px solid #ffeef1 !important;
}

.border-top-danger.border-top-accent-1 {
  border-top: 1px solid #ffeef1 !important;
}

.border-bottom-danger.border-bottom-accent-1 {
  border-bottom: 1px solid #ffeef1 !important;
}

.border-left-danger.border-left-accent-1 {
  border-left: 1px solid #ffeef1 !important;
}

.border-right-danger.border-right-accent-1 {
  border-right: 1px solid #ffeef1 !important;
}

.btn-danger.btn-accent-2,
.btn-danger.btn-accent-2:hover {
  border-color: #ff425c !important;
}

.overlay-danger.overlay-accent-1 {
  background: #ffeef1;
  background: rgba(255, 238, 241, 0.8);
}

.bg-danger.bg-accent-2,
.btn-danger.btn-accent-2 {
  background-color: #ffd6db !important;
}

.danger.accent-2 {
  color: #ffd6db !important;
}

.btn-danger.btn-accent-2:hover {
  background-color: #ff2946 !important;
}

.btn-danger.btn-accent-2:active,
.btn-danger.btn-accent-2:focus {
  border-color: #ff2946 !important;
  background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-accent-2 {
  border-color: #ffd6db !important;
  color: #ffd6db !important;
}

.btn-outline-danger.btn-outline-accent-2:hover {
  background-color: #ffd6db !important;
}

.border-danger.border-accent-2 {
  border: 1px solid #ffd6db !important;
}

.border-top-danger.border-top-accent-2 {
  border-top: 1px solid #ffd6db !important;
}

.border-bottom-danger.border-bottom-accent-2 {
  border-bottom: 1px solid #ffd6db !important;
}

.border-left-danger.border-left-accent-2 {
  border-left: 1px solid #ffd6db !important;
}

.border-right-danger.border-right-accent-2 {
  border-right: 1px solid #ffd6db !important;
}

.btn-danger.btn-accent-3,
.btn-danger.btn-accent-3:hover {
  border-color: #ff425c !important;
}

.overlay-danger.overlay-accent-2 {
  background: #ffd6db;
  background: rgba(255, 214, 219, 0.8);
}

.bg-danger.bg-accent-3,
.btn-danger.btn-accent-3 {
  background-color: #ffecee !important;
}

.danger.accent-3 {
  color: #ffecee !important;
}

.btn-danger.btn-accent-3:hover {
  background-color: #ff2946 !important;
}

.btn-danger.btn-accent-3:active,
.btn-danger.btn-accent-3:focus {
  border-color: #ff2946 !important;
  background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-accent-3 {
  border-color: #ffecee !important;
  color: #ffecee !important;
}

.btn-outline-danger.btn-outline-accent-3:hover {
  background-color: #ffecee !important;
}

.border-danger.border-accent-3 {
  border: 1px solid #ffecee !important;
}

.border-top-danger.border-top-accent-3 {
  border-top: 1px solid #ffecee !important;
}

.border-bottom-danger.border-bottom-accent-3 {
  border-bottom: 1px solid #ffecee !important;
}

.border-left-danger.border-left-accent-3 {
  border-left: 1px solid #ffecee !important;
}

.border-right-danger.border-right-accent-3 {
  border-right: 1px solid #ffecee !important;
}

.btn-danger.btn-accent-4,
.btn-danger.btn-accent-4:hover {
  border-color: #ff425c !important;
}

.overlay-danger.overlay-accent-3 {
  background: #ffecee;
  background: rgba(255, 236, 238, 0.8);
}

.bg-danger.bg-accent-4,
.btn-danger.btn-accent-4 {
  background-color: #ffd3d7 !important;
}

.danger.accent-4 {
  color: #ffd3d7 !important;
}

.btn-danger.btn-accent-4:hover {
  background-color: #ff2946 !important;
}

.btn-danger.btn-accent-4:active,
.btn-danger.btn-accent-4:focus {
  border-color: #ff2946 !important;
  background-color: #ff0f30 !important;
}

.btn-outline-danger.btn-outline-accent-4 {
  border-color: #ffd3d7 !important;
  color: #ffd3d7 !important;
}

.btn-outline-danger.btn-outline-accent-4:hover {
  background-color: #ffd3d7 !important;
}

input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd3d7 !important;
}

.border-danger.border-accent-4 {
  border: 1px solid #ffd3d7 !important;
}

.border-top-danger.border-top-accent-4 {
  border-top: 1px solid #ffd3d7 !important;
}

.border-bottom-danger.border-bottom-accent-4 {
  border-bottom: 1px solid #ffd3d7 !important;
}

.border-left-danger.border-left-accent-4 {
  border-left: 1px solid #ffd3d7 !important;
}

.border-right-danger.border-right-accent-4 {
  border-right: 1px solid #ffd3d7 !important;
}

.btn-red.btn-lighten-5,
.btn-red.btn-lighten-5:hover {
  border-color: #d32f2f !important;
}

.overlay-danger.overlay-accent-4 {
  background: #ffd3d7;
  background: rgba(255, 211, 215, 0.8);
}

.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border='danger']:before {
  background-color: #ffd3d7;
}

.bg-red.bg-lighten-5,
.btn-red.btn-lighten-5 {
  background-color: #ffebee !important;
}

.red.lighten-5 {
  color: #ffebee !important;
}

.btn-red.btn-lighten-5:hover {
  background-color: #c62828 !important;
}

.btn-red.btn-lighten-5:active,
.btn-red.btn-lighten-5:focus {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-lighten-5 {
  border-color: #ffebee !important;
  color: #ffebee !important;
}

.btn-outline-red.btn-outline-lighten-5:hover {
  background-color: #ffebee !important;
}

.border-red.border-lighten-5 {
  border: 1px solid #ffebee !important;
}

.border-top-red.border-top-lighten-5 {
  border-top: 1px solid #ffebee !important;
}

.border-bottom-red.border-bottom-lighten-5 {
  border-bottom: 1px solid #ffebee !important;
}

.border-left-red.border-left-lighten-5 {
  border-left: 1px solid #ffebee !important;
}

.border-right-red.border-right-lighten-5 {
  border-right: 1px solid #ffebee !important;
}

.btn-red.btn-lighten-4,
.btn-red.btn-lighten-4:hover {
  border-color: #d32f2f !important;
}

.overlay-red.overlay-lighten-5 {
  background: #ffebee;
  background: rgba(255, 235, 238, 0.8);
}

.bg-red.bg-lighten-4,
.btn-red.btn-lighten-4 {
  background-color: #ffcdd2 !important;
}

.red.lighten-4 {
  color: #ffcdd2 !important;
}

.btn-red.btn-lighten-4:hover {
  background-color: #c62828 !important;
}

.btn-red.btn-lighten-4:active,
.btn-red.btn-lighten-4:focus {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-lighten-4 {
  border-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}

.btn-outline-red.btn-outline-lighten-4:hover {
  background-color: #ffcdd2 !important;
}

.border-red.border-lighten-4 {
  border: 1px solid #ffcdd2 !important;
}

.border-top-red.border-top-lighten-4 {
  border-top: 1px solid #ffcdd2 !important;
}

.border-bottom-red.border-bottom-lighten-4 {
  border-bottom: 1px solid #ffcdd2 !important;
}

.border-left-red.border-left-lighten-4 {
  border-left: 1px solid #ffcdd2 !important;
}

.border-right-red.border-right-lighten-4 {
  border-right: 1px solid #ffcdd2 !important;
}

.btn-red.btn-lighten-3,
.btn-red.btn-lighten-3:hover {
  border-color: #d32f2f !important;
}

.overlay-red.overlay-lighten-4 {
  background: #ffcdd2;
  background: rgba(255, 205, 210, 0.8);
}

.bg-red.bg-lighten-3,
.btn-red.btn-lighten-3 {
  background-color: #ef9a9a !important;
}

.red.lighten-3 {
  color: #ef9a9a !important;
}

.btn-red.btn-lighten-3:hover {
  background-color: #c62828 !important;
}

.btn-red.btn-lighten-3:active,
.btn-red.btn-lighten-3:focus {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-lighten-3 {
  border-color: #ef9a9a !important;
  color: #ef9a9a !important;
}

.btn-outline-red.btn-outline-lighten-3:hover {
  background-color: #ef9a9a !important;
}

.border-red.border-lighten-3 {
  border: 1px solid #ef9a9a !important;
}

.border-top-red.border-top-lighten-3 {
  border-top: 1px solid #ef9a9a !important;
}

.border-bottom-red.border-bottom-lighten-3 {
  border-bottom: 1px solid #ef9a9a !important;
}

.border-left-red.border-left-lighten-3 {
  border-left: 1px solid #ef9a9a !important;
}

.border-right-red.border-right-lighten-3 {
  border-right: 1px solid #ef9a9a !important;
}

.btn-red.btn-lighten-2,
.btn-red.btn-lighten-2:hover {
  border-color: #d32f2f !important;
}

.overlay-red.overlay-lighten-3 {
  background: #ef9a9a;
  background: rgba(239, 154, 154, 0.8);
}

.bg-red.bg-lighten-2,
.btn-red.btn-lighten-2 {
  background-color: #e57373 !important;
}

.red.lighten-2 {
  color: #e57373 !important;
}

.btn-red.btn-lighten-2:hover {
  background-color: #c62828 !important;
}

.btn-red.btn-lighten-2:active,
.btn-red.btn-lighten-2:focus {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-lighten-2 {
  border-color: #e57373 !important;
  color: #e57373 !important;
}

.btn-outline-red.btn-outline-lighten-2:hover {
  background-color: #e57373 !important;
}

.border-red.border-lighten-2 {
  border: 1px solid #e57373 !important;
}

.border-top-red.border-top-lighten-2 {
  border-top: 1px solid #e57373 !important;
}

.border-bottom-red.border-bottom-lighten-2 {
  border-bottom: 1px solid #e57373 !important;
}

.border-left-red.border-left-lighten-2 {
  border-left: 1px solid #e57373 !important;
}

.border-right-red.border-right-lighten-2 {
  border-right: 1px solid #e57373 !important;
}

.btn-red.btn-lighten-1,
.btn-red.btn-lighten-1:hover {
  border-color: #d32f2f !important;
}

.overlay-red.overlay-lighten-2 {
  background: #e57373;
  background: rgba(229, 115, 115, 0.8);
}

.bg-red.bg-lighten-1,
.btn-red.btn-lighten-1 {
  background-color: #ef5350 !important;
}

.red.lighten-1 {
  color: #ef5350 !important;
}

.btn-red.btn-lighten-1:hover {
  background-color: #c62828 !important;
}

.btn-red.btn-lighten-1:active,
.btn-red.btn-lighten-1:focus {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-lighten-1 {
  border-color: #ef5350 !important;
  color: #ef5350 !important;
}

.btn-outline-red.btn-outline-lighten-1:hover {
  background-color: #ef5350 !important;
}

.border-red.border-lighten-1 {
  border: 1px solid #ef5350 !important;
}

.border-top-red.border-top-lighten-1 {
  border-top: 1px solid #ef5350 !important;
}

.border-bottom-red.border-bottom-lighten-1 {
  border-bottom: 1px solid #ef5350 !important;
}

.border-left-red.border-left-lighten-1 {
  border-left: 1px solid #ef5350 !important;
}

.border-right-red.border-right-lighten-1 {
  border-right: 1px solid #ef5350 !important;
}

.overlay-red.overlay-lighten-1 {
  background: #ef5350;
  background: rgba(239, 83, 80, 0.8);
}

.red {
  color: #f44336 !important;
}

.bg-red {
  background-color: #f44336 !important;
}

.bg-red .card-footer,
.bg-red .card-header {
  background-color: transparent;
}

.alert-red {
  border-color: #f8827a !important;
  background-color: #f8827a !important;
  color: #710e06 !important;
}

.alert-red .alert-link {
  color: #4b0904 !important;
}

.bullet.bullet-red {
  background-color: #f44336;
}

.bg-light-red {
  background-color: rgba(244, 67, 54, 0.15);
}

.bg-red.badge-glow,
.border-red.badge-glow {
  box-shadow: 0 0 10px #f44336;
}

.overlay-red {
  background: #f44336;
  background: rgba(244, 67, 54, 0.8);
}

.btn-red {
  background-color: #f44336 !important;
  color: #fff;
}

.btn-red:hover {
  border-color: #e53935 !important;
  background-color: #ef5350 !important;
  color: #fff !important;
}

.btn-red:active,
.btn-red:focus {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
  color: #fff !important;
}

.btn-outline-red {
  border-color: #f44336;
  background-color: transparent;
  color: #f44336;
}

.btn-outline-red:hover,
.widget-timeline .timeline-items.timeline-icon-red:before {
  background-color: #f44336;
}

.btn-outline-red:hover {
  color: #fff !important;
}

input[type='checkbox'].bg-red + .custom-control-label:before,
input[type='radio'].bg-red + .custom-control-label:before {
  background-color: #f44336 !important;
}

.bg-red.bg-darken-1,
.btn-red.btn-darken-1 {
  background-color: #e53935 !important;
}

.border-red {
  border: 1px solid #f44336 !important;
}

.border-top-red {
  border-top: 1px solid #f44336;
}

.border-bottom-red {
  border-bottom: 1px solid #f44336;
}

.border-left-red {
  border-left: 1px solid #f44336;
}

.border-right-red {
  border-right: 1px solid #f44336;
}

.red.darken-1 {
  color: #e53935 !important;
}

.btn-red.btn-darken-1 {
  border-color: #d32f2f !important;
}

.btn-red.btn-darken-1:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}

.btn-red.btn-darken-1:active,
.btn-red.btn-darken-1:focus {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-darken-1 {
  border-color: #e53935 !important;
  color: #e53935 !important;
}

.btn-outline-red.btn-outline-darken-1:hover {
  background-color: #e53935 !important;
}

.border-red.border-darken-1 {
  border: 1px solid #e53935 !important;
}

.border-top-red.border-top-darken-1 {
  border-top: 1px solid #e53935 !important;
}

.border-bottom-red.border-bottom-darken-1 {
  border-bottom: 1px solid #e53935 !important;
}

.border-left-red.border-left-darken-1 {
  border-left: 1px solid #e53935 !important;
}

.border-right-red.border-right-darken-1 {
  border-right: 1px solid #e53935 !important;
}

.btn-red.btn-darken-2,
.btn-red.btn-darken-2:hover {
  border-color: #d32f2f !important;
}

.overlay-red.overlay-darken-1 {
  background: #e53935;
  background: rgba(229, 57, 53, 0.8);
}

.bg-red.bg-darken-2,
.btn-red.btn-darken-2 {
  background-color: #d32f2f !important;
}

.red.darken-2 {
  color: #d32f2f !important;
}

.btn-red.btn-darken-2:hover {
  background-color: #c62828 !important;
}

.btn-red.btn-darken-2:active,
.btn-red.btn-darken-2:focus {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-darken-2 {
  border-color: #d32f2f !important;
  color: #d32f2f !important;
}

.btn-outline-red.btn-outline-darken-2:hover {
  background-color: #d32f2f !important;
}

.border-red.border-darken-2 {
  border: 1px solid #d32f2f !important;
}

.border-top-red.border-top-darken-2 {
  border-top: 1px solid #d32f2f !important;
}

.border-bottom-red.border-bottom-darken-2 {
  border-bottom: 1px solid #d32f2f !important;
}

.border-left-red.border-left-darken-2 {
  border-left: 1px solid #d32f2f !important;
}

.border-right-red.border-right-darken-2 {
  border-right: 1px solid #d32f2f !important;
}

.overlay-red.overlay-darken-2 {
  background: #d32f2f;
  background: rgba(211, 47, 47, 0.8);
}

.red.darken-3 {
  color: #c62828 !important;
}

.bg-red.bg-darken-3 {
  background-color: #c62828 !important;
}

.btn-red.btn-darken-3,
.btn-red.btn-darken-3:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}

.btn-red.btn-darken-3:active,
.btn-red.btn-darken-3:focus {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-darken-3 {
  border-color: #c62828 !important;
  color: #c62828 !important;
}

.btn-outline-red.btn-outline-darken-3:hover {
  background-color: #c62828 !important;
}

.border-red.border-darken-3 {
  border: 1px solid #c62828 !important;
}

.border-top-red.border-top-darken-3 {
  border-top: 1px solid #c62828 !important;
}

.border-bottom-red.border-bottom-darken-3 {
  border-bottom: 1px solid #c62828 !important;
}

.border-left-red.border-left-darken-3 {
  border-left: 1px solid #c62828 !important;
}

.border-right-red.border-right-darken-3 {
  border-right: 1px solid #c62828 !important;
}

.btn-red.btn-darken-4,
.btn-red.btn-darken-4:hover {
  border-color: #d32f2f !important;
}

.overlay-red.overlay-darken-3 {
  background: #c62828;
  background: rgba(198, 40, 40, 0.8);
}

.bg-red.bg-darken-4,
.btn-red.btn-darken-4 {
  background-color: #b71c1c !important;
}

.red.darken-4 {
  color: #b71c1c !important;
}

.btn-red.btn-darken-4:hover {
  background-color: #c62828 !important;
}

.btn-red.btn-darken-4:active,
.btn-red.btn-darken-4:focus {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-darken-4 {
  border-color: #b71c1c !important;
  color: #b71c1c !important;
}

.btn-outline-red.btn-outline-darken-4:hover {
  background-color: #b71c1c !important;
}

.border-red.border-darken-4 {
  border: 1px solid #b71c1c !important;
}

.border-top-red.border-top-darken-4 {
  border-top: 1px solid #b71c1c !important;
}

.border-bottom-red.border-bottom-darken-4 {
  border-bottom: 1px solid #b71c1c !important;
}

.border-left-red.border-left-darken-4 {
  border-left: 1px solid #b71c1c !important;
}

.border-right-red.border-right-darken-4 {
  border-right: 1px solid #b71c1c !important;
}

.btn-red.btn-accent-1,
.btn-red.btn-accent-1:hover {
  border-color: #d32f2f !important;
}

.overlay-red.overlay-darken-4 {
  background: #b71c1c;
  background: rgba(183, 28, 28, 0.8);
}

.bg-red.bg-accent-1,
.btn-red.btn-accent-1 {
  background-color: #ff8a80 !important;
}

.red.accent-1 {
  color: #ff8a80 !important;
}

.btn-red.btn-accent-1:hover {
  background-color: #c62828 !important;
}

.btn-red.btn-accent-1:active,
.btn-red.btn-accent-1:focus {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-accent-1 {
  border-color: #ff8a80 !important;
  color: #ff8a80 !important;
}

.btn-outline-red.btn-outline-accent-1:hover {
  background-color: #ff8a80 !important;
}

.border-red.border-accent-1 {
  border: 1px solid #ff8a80 !important;
}

.border-top-red.border-top-accent-1 {
  border-top: 1px solid #ff8a80 !important;
}

.border-bottom-red.border-bottom-accent-1 {
  border-bottom: 1px solid #ff8a80 !important;
}

.border-left-red.border-left-accent-1 {
  border-left: 1px solid #ff8a80 !important;
}

.border-right-red.border-right-accent-1 {
  border-right: 1px solid #ff8a80 !important;
}

.btn-red.btn-accent-2,
.btn-red.btn-accent-2:hover {
  border-color: #d32f2f !important;
}

.overlay-red.overlay-accent-1 {
  background: #ff8a80;
  background: rgba(255, 138, 128, 0.8);
}

.bg-red.bg-accent-2,
.btn-red.btn-accent-2 {
  background-color: #ff5252 !important;
}

.red.accent-2 {
  color: #ff5252 !important;
}

.btn-red.btn-accent-2:hover {
  background-color: #c62828 !important;
}

.btn-red.btn-accent-2:active,
.btn-red.btn-accent-2:focus {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-accent-2 {
  border-color: #ff5252 !important;
  color: #ff5252 !important;
}

.btn-outline-red.btn-outline-accent-2:hover {
  background-color: #ff5252 !important;
}

.border-red.border-accent-2 {
  border: 1px solid #ff5252 !important;
}

.border-top-red.border-top-accent-2 {
  border-top: 1px solid #ff5252 !important;
}

.border-bottom-red.border-bottom-accent-2 {
  border-bottom: 1px solid #ff5252 !important;
}

.border-left-red.border-left-accent-2 {
  border-left: 1px solid #ff5252 !important;
}

.border-right-red.border-right-accent-2 {
  border-right: 1px solid #ff5252 !important;
}

.btn-red.btn-accent-3,
.btn-red.btn-accent-3:hover {
  border-color: #d32f2f !important;
}

.overlay-red.overlay-accent-2 {
  background: #ff5252;
  background: rgba(255, 82, 82, 0.8);
}

.bg-red.bg-accent-3,
.btn-red.btn-accent-3 {
  background-color: #ff1744 !important;
}

.red.accent-3 {
  color: #ff1744 !important;
}

.btn-red.btn-accent-3:hover {
  background-color: #c62828 !important;
}

.btn-red.btn-accent-3:active,
.btn-red.btn-accent-3:focus {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-accent-3 {
  border-color: #ff1744 !important;
  color: #ff1744 !important;
}

.btn-outline-red.btn-outline-accent-3:hover {
  background-color: #ff1744 !important;
}

.border-red.border-accent-3 {
  border: 1px solid #ff1744 !important;
}

.border-top-red.border-top-accent-3 {
  border-top: 1px solid #ff1744 !important;
}

.border-bottom-red.border-bottom-accent-3 {
  border-bottom: 1px solid #ff1744 !important;
}

.border-left-red.border-left-accent-3 {
  border-left: 1px solid #ff1744 !important;
}

.border-right-red.border-right-accent-3 {
  border-right: 1px solid #ff1744 !important;
}

.btn-red.btn-accent-4,
.btn-red.btn-accent-4:hover {
  border-color: #d32f2f !important;
}

.overlay-red.overlay-accent-3 {
  background: #ff1744;
  background: rgba(255, 23, 68, 0.8);
}

.bg-red.bg-accent-4,
.btn-red.btn-accent-4 {
  background-color: #d50000 !important;
}

.red.accent-4 {
  color: #d50000 !important;
}

.btn-red.btn-accent-4:hover {
  background-color: #c62828 !important;
}

.btn-red.btn-accent-4:active,
.btn-red.btn-accent-4:focus {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-accent-4 {
  border-color: #d50000 !important;
  color: #d50000 !important;
}

.btn-outline-red.btn-outline-accent-4:hover {
  background-color: #d50000 !important;
}

input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d50000 !important;
}

.border-red.border-accent-4 {
  border: 1px solid #d50000 !important;
}

.border-top-red.border-top-accent-4 {
  border-top: 1px solid #d50000 !important;
}

.border-bottom-red.border-bottom-accent-4 {
  border-bottom: 1px solid #d50000 !important;
}

.border-left-red.border-left-accent-4 {
  border-left: 1px solid #d50000 !important;
}

.border-right-red.border-right-accent-4 {
  border-right: 1px solid #d50000 !important;
}

.btn-pink.btn-lighten-5,
.btn-pink.btn-lighten-5:hover {
  border-color: #c2185b !important;
}

.overlay-red.overlay-accent-4 {
  background: #d50000;
  background: rgba(213, 0, 0, 0.8);
}

.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border='red']:before {
  background-color: #d50000;
}

.bg-pink.bg-lighten-5,
.btn-pink.btn-lighten-5 {
  background-color: #fce4ec !important;
}

.pink.lighten-5 {
  color: #fce4ec !important;
}

.btn-pink.btn-lighten-5:hover {
  background-color: #ad1457 !important;
}

.btn-pink.btn-lighten-5:active,
.btn-pink.btn-lighten-5:focus {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-lighten-5 {
  border-color: #fce4ec !important;
  color: #fce4ec !important;
}

.btn-outline-pink.btn-outline-lighten-5:hover {
  background-color: #fce4ec !important;
}

.border-pink.border-lighten-5 {
  border: 1px solid #fce4ec !important;
}

.border-top-pink.border-top-lighten-5 {
  border-top: 1px solid #fce4ec !important;
}

.border-bottom-pink.border-bottom-lighten-5 {
  border-bottom: 1px solid #fce4ec !important;
}

.border-left-pink.border-left-lighten-5 {
  border-left: 1px solid #fce4ec !important;
}

.border-right-pink.border-right-lighten-5 {
  border-right: 1px solid #fce4ec !important;
}

.btn-pink.btn-lighten-4,
.btn-pink.btn-lighten-4:hover {
  border-color: #c2185b !important;
}

.overlay-pink.overlay-lighten-5 {
  background: #fce4ec;
  background: rgba(252, 228, 236, 0.8);
}

.bg-pink.bg-lighten-4,
.btn-pink.btn-lighten-4 {
  background-color: #f8bbd0 !important;
}

.pink.lighten-4 {
  color: #f8bbd0 !important;
}

.btn-pink.btn-lighten-4:hover {
  background-color: #ad1457 !important;
}

.btn-pink.btn-lighten-4:active,
.btn-pink.btn-lighten-4:focus {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-lighten-4 {
  border-color: #f8bbd0 !important;
  color: #f8bbd0 !important;
}

.btn-outline-pink.btn-outline-lighten-4:hover {
  background-color: #f8bbd0 !important;
}

.border-pink.border-lighten-4 {
  border: 1px solid #f8bbd0 !important;
}

.border-top-pink.border-top-lighten-4 {
  border-top: 1px solid #f8bbd0 !important;
}

.border-bottom-pink.border-bottom-lighten-4 {
  border-bottom: 1px solid #f8bbd0 !important;
}

.border-left-pink.border-left-lighten-4 {
  border-left: 1px solid #f8bbd0 !important;
}

.border-right-pink.border-right-lighten-4 {
  border-right: 1px solid #f8bbd0 !important;
}

.btn-pink.btn-lighten-3,
.btn-pink.btn-lighten-3:hover {
  border-color: #c2185b !important;
}

.overlay-pink.overlay-lighten-4 {
  background: #f8bbd0;
  background: rgba(248, 187, 208, 0.8);
}

.bg-pink.bg-lighten-3,
.btn-pink.btn-lighten-3 {
  background-color: #f48fb1 !important;
}

.pink.lighten-3 {
  color: #f48fb1 !important;
}

.btn-pink.btn-lighten-3:hover {
  background-color: #ad1457 !important;
}

.btn-pink.btn-lighten-3:active,
.btn-pink.btn-lighten-3:focus {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-lighten-3 {
  border-color: #f48fb1 !important;
  color: #f48fb1 !important;
}

.btn-outline-pink.btn-outline-lighten-3:hover {
  background-color: #f48fb1 !important;
}

.border-pink.border-lighten-3 {
  border: 1px solid #f48fb1 !important;
}

.border-top-pink.border-top-lighten-3 {
  border-top: 1px solid #f48fb1 !important;
}

.border-bottom-pink.border-bottom-lighten-3 {
  border-bottom: 1px solid #f48fb1 !important;
}

.border-left-pink.border-left-lighten-3 {
  border-left: 1px solid #f48fb1 !important;
}

.border-right-pink.border-right-lighten-3 {
  border-right: 1px solid #f48fb1 !important;
}

.btn-pink.btn-lighten-2,
.btn-pink.btn-lighten-2:hover {
  border-color: #c2185b !important;
}

.overlay-pink.overlay-lighten-3 {
  background: #f48fb1;
  background: rgba(244, 143, 177, 0.8);
}

.bg-pink.bg-lighten-2,
.btn-pink.btn-lighten-2 {
  background-color: #f06292 !important;
}

.pink.lighten-2 {
  color: #f06292 !important;
}

.btn-pink.btn-lighten-2:hover {
  background-color: #ad1457 !important;
}

.btn-pink.btn-lighten-2:active,
.btn-pink.btn-lighten-2:focus {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-lighten-2 {
  border-color: #f06292 !important;
  color: #f06292 !important;
}

.btn-outline-pink.btn-outline-lighten-2:hover {
  background-color: #f06292 !important;
}

.border-pink.border-lighten-2 {
  border: 1px solid #f06292 !important;
}

.border-top-pink.border-top-lighten-2 {
  border-top: 1px solid #f06292 !important;
}

.border-bottom-pink.border-bottom-lighten-2 {
  border-bottom: 1px solid #f06292 !important;
}

.border-left-pink.border-left-lighten-2 {
  border-left: 1px solid #f06292 !important;
}

.border-right-pink.border-right-lighten-2 {
  border-right: 1px solid #f06292 !important;
}

.btn-pink.btn-lighten-1,
.btn-pink.btn-lighten-1:hover {
  border-color: #c2185b !important;
}

.overlay-pink.overlay-lighten-2 {
  background: #f06292;
  background: rgba(240, 98, 146, 0.8);
}

.bg-pink.bg-lighten-1,
.btn-pink.btn-lighten-1 {
  background-color: #ec407a !important;
}

.pink.lighten-1 {
  color: #ec407a !important;
}

.btn-pink.btn-lighten-1:hover {
  background-color: #ad1457 !important;
}

.btn-pink.btn-lighten-1:active,
.btn-pink.btn-lighten-1:focus {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-lighten-1 {
  border-color: #ec407a !important;
  color: #ec407a !important;
}

.btn-outline-pink.btn-outline-lighten-1:hover {
  background-color: #ec407a !important;
}

.border-pink.border-lighten-1 {
  border: 1px solid #ec407a !important;
}

.border-top-pink.border-top-lighten-1 {
  border-top: 1px solid #ec407a !important;
}

.border-bottom-pink.border-bottom-lighten-1 {
  border-bottom: 1px solid #ec407a !important;
}

.border-left-pink.border-left-lighten-1 {
  border-left: 1px solid #ec407a !important;
}

.border-right-pink.border-right-lighten-1 {
  border-right: 1px solid #ec407a !important;
}

.overlay-pink.overlay-lighten-1 {
  background: #ec407a;
  background: rgba(236, 64, 122, 0.8);
}

.pink {
  color: #e91e63 !important;
}

.bg-pink {
  background-color: #e91e63 !important;
}

.bg-pink .card-footer,
.bg-pink .card-header {
  background-color: transparent;
}

.alert-pink {
  border-color: #ef5f90 !important;
  background-color: #ef5f90 !important;
  color: #4d081f !important;
}

.alert-pink .alert-link {
  color: #280410 !important;
}

.bullet.bullet-pink {
  background-color: #e91e63;
}

.bg-light-pink {
  background-color: rgba(233, 30, 99, 0.15);
}

.bg-pink.badge-glow,
.border-pink.badge-glow {
  box-shadow: 0 0 10px #e91e63;
}

.overlay-pink {
  background: #e91e63;
  background: rgba(233, 30, 99, 0.8);
}

.btn-pink {
  background-color: #e91e63 !important;
  color: #fff;
}

.btn-pink:hover {
  border-color: #d81b60 !important;
  background-color: #ec407a !important;
  color: #fff !important;
}

.btn-pink:active,
.btn-pink:focus {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
  color: #fff !important;
}

.btn-outline-pink {
  border-color: #e91e63;
  background-color: transparent;
  color: #e91e63;
}

.btn-outline-pink:hover,
.widget-timeline .timeline-items.timeline-icon-pink:before {
  background-color: #e91e63;
}

.btn-outline-pink:hover {
  color: #fff !important;
}

input[type='checkbox'].bg-pink + .custom-control-label:before,
input[type='radio'].bg-pink + .custom-control-label:before {
  background-color: #e91e63 !important;
}

.bg-pink.bg-darken-1,
.btn-pink.btn-darken-1 {
  background-color: #d81b60 !important;
}

.border-pink {
  border: 1px solid #e91e63 !important;
}

.border-top-pink {
  border-top: 1px solid #e91e63;
}

.border-bottom-pink {
  border-bottom: 1px solid #e91e63;
}

.border-left-pink {
  border-left: 1px solid #e91e63;
}

.border-right-pink {
  border-right: 1px solid #e91e63;
}

.pink.darken-1 {
  color: #d81b60 !important;
}

.btn-pink.btn-darken-1 {
  border-color: #c2185b !important;
}

.btn-pink.btn-darken-1:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}

.btn-pink.btn-darken-1:active,
.btn-pink.btn-darken-1:focus {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-darken-1 {
  border-color: #d81b60 !important;
  color: #d81b60 !important;
}

.btn-outline-pink.btn-outline-darken-1:hover {
  background-color: #d81b60 !important;
}

.border-pink.border-darken-1 {
  border: 1px solid #d81b60 !important;
}

.border-top-pink.border-top-darken-1 {
  border-top: 1px solid #d81b60 !important;
}

.border-bottom-pink.border-bottom-darken-1 {
  border-bottom: 1px solid #d81b60 !important;
}

.border-left-pink.border-left-darken-1 {
  border-left: 1px solid #d81b60 !important;
}

.border-right-pink.border-right-darken-1 {
  border-right: 1px solid #d81b60 !important;
}

.btn-pink.btn-darken-2,
.btn-pink.btn-darken-2:hover {
  border-color: #c2185b !important;
}

.overlay-pink.overlay-darken-1 {
  background: #d81b60;
  background: rgba(216, 27, 96, 0.8);
}

.bg-pink.bg-darken-2,
.btn-pink.btn-darken-2 {
  background-color: #c2185b !important;
}

.pink.darken-2 {
  color: #c2185b !important;
}

.btn-pink.btn-darken-2:hover {
  background-color: #ad1457 !important;
}

.btn-pink.btn-darken-2:active,
.btn-pink.btn-darken-2:focus {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-darken-2 {
  border-color: #c2185b !important;
  color: #c2185b !important;
}

.btn-outline-pink.btn-outline-darken-2:hover {
  background-color: #c2185b !important;
}

.border-pink.border-darken-2 {
  border: 1px solid #c2185b !important;
}

.border-top-pink.border-top-darken-2 {
  border-top: 1px solid #c2185b !important;
}

.border-bottom-pink.border-bottom-darken-2 {
  border-bottom: 1px solid #c2185b !important;
}

.border-left-pink.border-left-darken-2 {
  border-left: 1px solid #c2185b !important;
}

.border-right-pink.border-right-darken-2 {
  border-right: 1px solid #c2185b !important;
}

.overlay-pink.overlay-darken-2 {
  background: #c2185b;
  background: rgba(194, 24, 91, 0.8);
}

.pink.darken-3 {
  color: #ad1457 !important;
}

.bg-pink.bg-darken-3 {
  background-color: #ad1457 !important;
}

.btn-pink.btn-darken-3,
.btn-pink.btn-darken-3:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}

.btn-pink.btn-darken-3:active,
.btn-pink.btn-darken-3:focus {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-darken-3 {
  border-color: #ad1457 !important;
  color: #ad1457 !important;
}

.btn-outline-pink.btn-outline-darken-3:hover {
  background-color: #ad1457 !important;
}

.border-pink.border-darken-3 {
  border: 1px solid #ad1457 !important;
}

.border-top-pink.border-top-darken-3 {
  border-top: 1px solid #ad1457 !important;
}

.border-bottom-pink.border-bottom-darken-3 {
  border-bottom: 1px solid #ad1457 !important;
}

.border-left-pink.border-left-darken-3 {
  border-left: 1px solid #ad1457 !important;
}

.border-right-pink.border-right-darken-3 {
  border-right: 1px solid #ad1457 !important;
}

.btn-pink.btn-darken-4,
.btn-pink.btn-darken-4:hover {
  border-color: #c2185b !important;
}

.overlay-pink.overlay-darken-3 {
  background: #ad1457;
  background: rgba(173, 20, 87, 0.8);
}

.bg-pink.bg-darken-4,
.btn-pink.btn-darken-4 {
  background-color: #880e4f !important;
}

.pink.darken-4 {
  color: #880e4f !important;
}

.btn-pink.btn-darken-4:hover {
  background-color: #ad1457 !important;
}

.btn-pink.btn-darken-4:active,
.btn-pink.btn-darken-4:focus {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-darken-4 {
  border-color: #880e4f !important;
  color: #880e4f !important;
}

.btn-outline-pink.btn-outline-darken-4:hover {
  background-color: #880e4f !important;
}

.border-pink.border-darken-4 {
  border: 1px solid #880e4f !important;
}

.border-top-pink.border-top-darken-4 {
  border-top: 1px solid #880e4f !important;
}

.border-bottom-pink.border-bottom-darken-4 {
  border-bottom: 1px solid #880e4f !important;
}

.border-left-pink.border-left-darken-4 {
  border-left: 1px solid #880e4f !important;
}

.border-right-pink.border-right-darken-4 {
  border-right: 1px solid #880e4f !important;
}

.btn-pink.btn-accent-1,
.btn-pink.btn-accent-1:hover {
  border-color: #c2185b !important;
}

.overlay-pink.overlay-darken-4 {
  background: #880e4f;
  background: rgba(136, 14, 79, 0.8);
}

.bg-pink.bg-accent-1,
.btn-pink.btn-accent-1 {
  background-color: #ff80ab !important;
}

.pink.accent-1 {
  color: #ff80ab !important;
}

.btn-pink.btn-accent-1:hover {
  background-color: #ad1457 !important;
}

.btn-pink.btn-accent-1:active,
.btn-pink.btn-accent-1:focus {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-accent-1 {
  border-color: #ff80ab !important;
  color: #ff80ab !important;
}

.btn-outline-pink.btn-outline-accent-1:hover {
  background-color: #ff80ab !important;
}

.border-pink.border-accent-1 {
  border: 1px solid #ff80ab !important;
}

.border-top-pink.border-top-accent-1 {
  border-top: 1px solid #ff80ab !important;
}

.border-bottom-pink.border-bottom-accent-1 {
  border-bottom: 1px solid #ff80ab !important;
}

.border-left-pink.border-left-accent-1 {
  border-left: 1px solid #ff80ab !important;
}

.border-right-pink.border-right-accent-1 {
  border-right: 1px solid #ff80ab !important;
}

.btn-pink.btn-accent-2,
.btn-pink.btn-accent-2:hover {
  border-color: #c2185b !important;
}

.overlay-pink.overlay-accent-1 {
  background: #ff80ab;
  background: rgba(255, 128, 171, 0.8);
}

.bg-pink.bg-accent-2,
.btn-pink.btn-accent-2 {
  background-color: #ff4081 !important;
}

.pink.accent-2 {
  color: #ff4081 !important;
}

.btn-pink.btn-accent-2:hover {
  background-color: #ad1457 !important;
}

.btn-pink.btn-accent-2:active,
.btn-pink.btn-accent-2:focus {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-accent-2 {
  border-color: #ff4081 !important;
  color: #ff4081 !important;
}

.btn-outline-pink.btn-outline-accent-2:hover {
  background-color: #ff4081 !important;
}

.border-pink.border-accent-2 {
  border: 1px solid #ff4081 !important;
}

.border-top-pink.border-top-accent-2 {
  border-top: 1px solid #ff4081 !important;
}

.border-bottom-pink.border-bottom-accent-2 {
  border-bottom: 1px solid #ff4081 !important;
}

.border-left-pink.border-left-accent-2 {
  border-left: 1px solid #ff4081 !important;
}

.border-right-pink.border-right-accent-2 {
  border-right: 1px solid #ff4081 !important;
}

.btn-pink.btn-accent-3,
.btn-pink.btn-accent-3:hover {
  border-color: #c2185b !important;
}

.overlay-pink.overlay-accent-2 {
  background: #ff4081;
  background: rgba(255, 64, 129, 0.8);
}

.bg-pink.bg-accent-3,
.btn-pink.btn-accent-3 {
  background-color: #f50057 !important;
}

.pink.accent-3 {
  color: #f50057 !important;
}

.btn-pink.btn-accent-3:hover {
  background-color: #ad1457 !important;
}

.btn-pink.btn-accent-3:active,
.btn-pink.btn-accent-3:focus {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-accent-3 {
  border-color: #f50057 !important;
  color: #f50057 !important;
}

.btn-outline-pink.btn-outline-accent-3:hover {
  background-color: #f50057 !important;
}

.border-pink.border-accent-3 {
  border: 1px solid #f50057 !important;
}

.border-top-pink.border-top-accent-3 {
  border-top: 1px solid #f50057 !important;
}

.border-bottom-pink.border-bottom-accent-3 {
  border-bottom: 1px solid #f50057 !important;
}

.border-left-pink.border-left-accent-3 {
  border-left: 1px solid #f50057 !important;
}

.border-right-pink.border-right-accent-3 {
  border-right: 1px solid #f50057 !important;
}

.btn-pink.btn-accent-4,
.btn-pink.btn-accent-4:hover {
  border-color: #c2185b !important;
}

.overlay-pink.overlay-accent-3 {
  background: #f50057;
  background: rgba(245, 0, 87, 0.8);
}

.bg-pink.bg-accent-4,
.btn-pink.btn-accent-4 {
  background-color: #c51162 !important;
}

.pink.accent-4 {
  color: #c51162 !important;
}

.btn-pink.btn-accent-4:hover {
  background-color: #ad1457 !important;
}

.btn-pink.btn-accent-4:active,
.btn-pink.btn-accent-4:focus {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-accent-4 {
  border-color: #c51162 !important;
  color: #c51162 !important;
}

.btn-outline-pink.btn-outline-accent-4:hover {
  background-color: #c51162 !important;
}

input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #c51162 !important;
}

.border-pink.border-accent-4 {
  border: 1px solid #c51162 !important;
}

.border-top-pink.border-top-accent-4 {
  border-top: 1px solid #c51162 !important;
}

.border-bottom-pink.border-bottom-accent-4 {
  border-bottom: 1px solid #c51162 !important;
}

.border-left-pink.border-left-accent-4 {
  border-left: 1px solid #c51162 !important;
}

.border-right-pink.border-right-accent-4 {
  border-right: 1px solid #c51162 !important;
}

.overlay-pink.overlay-accent-4 {
  background: #c51162;
  background: rgba(197, 17, 98, 0.8);
}

.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border='pink']:before {
  background-color: #c51162;
}

.bg-purple.bg-lighten-5,
.btn-purple.btn-lighten-5 {
  background-color: #f3e5f5 !important;
}

.purple.lighten-5 {
  color: #f3e5f5 !important;
}

.btn-purple.btn-lighten-5 {
  border-color: #7b1fa2 !important;
}

.btn-purple.btn-lighten-5:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}

.btn-purple.btn-lighten-5:active,
.btn-purple.btn-lighten-5:focus {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-lighten-5 {
  border-color: #f3e5f5 !important;
  color: #f3e5f5 !important;
}

.btn-outline-purple.btn-outline-lighten-5:hover {
  background-color: #f3e5f5 !important;
}

.border-purple.border-lighten-5 {
  border: 1px solid #f3e5f5 !important;
}

.border-top-purple.border-top-lighten-5 {
  border-top: 1px solid #f3e5f5 !important;
}

.border-bottom-purple.border-bottom-lighten-5 {
  border-bottom: 1px solid #f3e5f5 !important;
}

.border-left-purple.border-left-lighten-5 {
  border-left: 1px solid #f3e5f5 !important;
}

.border-right-purple.border-right-lighten-5 {
  border-right: 1px solid #f3e5f5 !important;
}

.overlay-purple.overlay-lighten-5 {
  background: #f3e5f5;
  background: rgba(243, 229, 245, 0.8);
}

.bg-purple.bg-lighten-4,
.btn-purple.btn-lighten-4 {
  background-color: #e1bee7 !important;
}

.purple.lighten-4 {
  color: #e1bee7 !important;
}

.btn-purple.btn-lighten-4 {
  border-color: #7b1fa2 !important;
}

.btn-purple.btn-lighten-4:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}

.btn-purple.btn-lighten-4:active,
.btn-purple.btn-lighten-4:focus {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-lighten-4 {
  border-color: #e1bee7 !important;
  color: #e1bee7 !important;
}

.btn-outline-purple.btn-outline-lighten-4:hover {
  background-color: #e1bee7 !important;
}

.border-purple.border-lighten-4 {
  border: 1px solid #e1bee7 !important;
}

.border-top-purple.border-top-lighten-4 {
  border-top: 1px solid #e1bee7 !important;
}

.border-bottom-purple.border-bottom-lighten-4 {
  border-bottom: 1px solid #e1bee7 !important;
}

.border-left-purple.border-left-lighten-4 {
  border-left: 1px solid #e1bee7 !important;
}

.border-right-purple.border-right-lighten-4 {
  border-right: 1px solid #e1bee7 !important;
}

.overlay-purple.overlay-lighten-4 {
  background: #e1bee7;
  background: rgba(225, 190, 231, 0.8);
}

.bg-purple.bg-lighten-3,
.btn-purple.btn-lighten-3 {
  background-color: #ce93d8 !important;
}

.purple.lighten-3 {
  color: #ce93d8 !important;
}

.btn-purple.btn-lighten-3 {
  border-color: #7b1fa2 !important;
}

.btn-purple.btn-lighten-3:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}

.btn-purple.btn-lighten-3:active,
.btn-purple.btn-lighten-3:focus {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-lighten-3 {
  border-color: #ce93d8 !important;
  color: #ce93d8 !important;
}

.btn-outline-purple.btn-outline-lighten-3:hover {
  background-color: #ce93d8 !important;
}

.border-purple.border-lighten-3 {
  border: 1px solid #ce93d8 !important;
}

.border-top-purple.border-top-lighten-3 {
  border-top: 1px solid #ce93d8 !important;
}

.border-bottom-purple.border-bottom-lighten-3 {
  border-bottom: 1px solid #ce93d8 !important;
}

.border-left-purple.border-left-lighten-3 {
  border-left: 1px solid #ce93d8 !important;
}

.border-right-purple.border-right-lighten-3 {
  border-right: 1px solid #ce93d8 !important;
}

.overlay-purple.overlay-lighten-3 {
  background: #ce93d8;
  background: rgba(206, 147, 216, 0.8);
}

.bg-purple.bg-lighten-2,
.btn-purple.btn-lighten-2 {
  background-color: #ba68c8 !important;
}

.purple.lighten-2 {
  color: #ba68c8 !important;
}

.btn-purple.btn-lighten-2 {
  border-color: #7b1fa2 !important;
}

.btn-purple.btn-lighten-2:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}

.btn-purple.btn-lighten-2:active,
.btn-purple.btn-lighten-2:focus {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-lighten-2 {
  border-color: #ba68c8 !important;
  color: #ba68c8 !important;
}

.btn-outline-purple.btn-outline-lighten-2:hover {
  background-color: #ba68c8 !important;
}

.border-purple.border-lighten-2 {
  border: 1px solid #ba68c8 !important;
}

.border-top-purple.border-top-lighten-2 {
  border-top: 1px solid #ba68c8 !important;
}

.border-bottom-purple.border-bottom-lighten-2 {
  border-bottom: 1px solid #ba68c8 !important;
}

.border-left-purple.border-left-lighten-2 {
  border-left: 1px solid #ba68c8 !important;
}

.border-right-purple.border-right-lighten-2 {
  border-right: 1px solid #ba68c8 !important;
}

.overlay-purple.overlay-lighten-2 {
  background: #ba68c8;
  background: rgba(186, 104, 200, 0.8);
}

.bg-purple.bg-lighten-1,
.btn-purple.btn-lighten-1 {
  background-color: #ab47bc !important;
}

.purple.lighten-1 {
  color: #ab47bc !important;
}

.btn-purple.btn-lighten-1 {
  border-color: #7b1fa2 !important;
}

.btn-purple.btn-lighten-1:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}

.btn-purple.btn-lighten-1:active,
.btn-purple.btn-lighten-1:focus {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-lighten-1 {
  border-color: #ab47bc !important;
  color: #ab47bc !important;
}

.btn-outline-purple.btn-outline-lighten-1:hover {
  background-color: #ab47bc !important;
}

.border-purple.border-lighten-1 {
  border: 1px solid #ab47bc !important;
}

.border-top-purple.border-top-lighten-1 {
  border-top: 1px solid #ab47bc !important;
}

.border-bottom-purple.border-bottom-lighten-1 {
  border-bottom: 1px solid #ab47bc !important;
}

.border-left-purple.border-left-lighten-1 {
  border-left: 1px solid #ab47bc !important;
}

.border-right-purple.border-right-lighten-1 {
  border-right: 1px solid #ab47bc !important;
}

.overlay-purple.overlay-lighten-1 {
  background: #ab47bc;
  background: rgba(171, 71, 188, 0.8);
}

.purple {
  color: #9c27b0 !important;
}

.bg-purple {
  background-color: #9c27b0 !important;
}

.bg-purple .card-footer,
.bg-purple .card-header {
  background-color: transparent;
}

.alert-purple {
  border-color: #c248d6 !important;
  background-color: #c248d6 !important;
  color: #1a071e !important;
}

.alert-purple .alert-link {
  color: #000 !important;
}

.bullet.bullet-purple {
  background-color: #9c27b0;
}

.bg-light-purple {
  background-color: rgba(156, 39, 176, 0.15);
}

.bg-purple.badge-glow,
.border-purple.badge-glow {
  box-shadow: 0 0 10px #9c27b0;
}

.overlay-purple {
  background: #9c27b0;
  background: rgba(156, 39, 176, 0.8);
}

.btn-purple {
  background-color: #9c27b0 !important;
  color: #fff;
}

.btn-purple:hover {
  border-color: #8e24aa !important;
  background-color: #ab47bc !important;
  color: #fff !important;
}

.btn-purple:active,
.btn-purple:focus {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
  color: #fff !important;
}

.btn-outline-purple {
  border-color: #9c27b0;
  background-color: transparent;
  color: #9c27b0;
}

.btn-outline-purple:hover {
  background-color: #9c27b0;
  color: #fff !important;
}

.widget-timeline .timeline-items.timeline-icon-purple:before {
  background-color: #9c27b0;
}

input[type='checkbox'].bg-purple + .custom-control-label:before,
input[type='radio'].bg-purple + .custom-control-label:before {
  background-color: #9c27b0 !important;
}

.bg-purple.bg-darken-1,
.btn-purple.btn-darken-1 {
  background-color: #8e24aa !important;
}

.border-purple {
  border: 1px solid #9c27b0 !important;
}

.border-top-purple {
  border-top: 1px solid #9c27b0;
}

.border-bottom-purple {
  border-bottom: 1px solid #9c27b0;
}

.border-left-purple {
  border-left: 1px solid #9c27b0;
}

.border-right-purple {
  border-right: 1px solid #9c27b0;
}

.purple.darken-1 {
  color: #8e24aa !important;
}

.btn-purple.btn-darken-1 {
  border-color: #7b1fa2 !important;
}

.btn-purple.btn-darken-1:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}

.btn-purple.btn-darken-1:active,
.btn-purple.btn-darken-1:focus {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-darken-1 {
  border-color: #8e24aa !important;
  color: #8e24aa !important;
}

.btn-outline-purple.btn-outline-darken-1:hover {
  background-color: #8e24aa !important;
}

.border-purple.border-darken-1 {
  border: 1px solid #8e24aa !important;
}

.border-top-purple.border-top-darken-1 {
  border-top: 1px solid #8e24aa !important;
}

.border-bottom-purple.border-bottom-darken-1 {
  border-bottom: 1px solid #8e24aa !important;
}

.border-left-purple.border-left-darken-1 {
  border-left: 1px solid #8e24aa !important;
}

.border-right-purple.border-right-darken-1 {
  border-right: 1px solid #8e24aa !important;
}

.btn-purple.btn-darken-2,
.btn-purple.btn-darken-2:hover {
  border-color: #7b1fa2 !important;
}

.overlay-purple.overlay-darken-1 {
  background: #8e24aa;
  background: rgba(142, 36, 170, 0.8);
}

.bg-purple.bg-darken-2,
.btn-purple.btn-darken-2 {
  background-color: #7b1fa2 !important;
}

.purple.darken-2 {
  color: #7b1fa2 !important;
}

.btn-purple.btn-darken-2:hover {
  background-color: #6a1b9a !important;
}

.btn-purple.btn-darken-2:active,
.btn-purple.btn-darken-2:focus {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-darken-2 {
  border-color: #7b1fa2 !important;
  color: #7b1fa2 !important;
}

.btn-outline-purple.btn-outline-darken-2:hover {
  background-color: #7b1fa2 !important;
}

.border-purple.border-darken-2 {
  border: 1px solid #7b1fa2 !important;
}

.border-top-purple.border-top-darken-2 {
  border-top: 1px solid #7b1fa2 !important;
}

.border-bottom-purple.border-bottom-darken-2 {
  border-bottom: 1px solid #7b1fa2 !important;
}

.border-left-purple.border-left-darken-2 {
  border-left: 1px solid #7b1fa2 !important;
}

.border-right-purple.border-right-darken-2 {
  border-right: 1px solid #7b1fa2 !important;
}

.overlay-purple.overlay-darken-2 {
  background: #7b1fa2;
  background: rgba(123, 31, 162, 0.8);
}

.purple.darken-3 {
  color: #6a1b9a !important;
}

.bg-purple.bg-darken-3 {
  background-color: #6a1b9a !important;
}

.btn-purple.btn-darken-3,
.btn-purple.btn-darken-3:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}

.btn-purple.btn-darken-3:active,
.btn-purple.btn-darken-3:focus {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-darken-3 {
  border-color: #6a1b9a !important;
  color: #6a1b9a !important;
}

.btn-outline-purple.btn-outline-darken-3:hover {
  background-color: #6a1b9a !important;
}

.border-purple.border-darken-3 {
  border: 1px solid #6a1b9a !important;
}

.border-top-purple.border-top-darken-3 {
  border-top: 1px solid #6a1b9a !important;
}

.border-bottom-purple.border-bottom-darken-3 {
  border-bottom: 1px solid #6a1b9a !important;
}

.border-left-purple.border-left-darken-3 {
  border-left: 1px solid #6a1b9a !important;
}

.border-right-purple.border-right-darken-3 {
  border-right: 1px solid #6a1b9a !important;
}

.btn-purple.btn-darken-4,
.btn-purple.btn-darken-4:hover {
  border-color: #7b1fa2 !important;
}

.overlay-purple.overlay-darken-3 {
  background: #6a1b9a;
  background: rgba(106, 27, 154, 0.8);
}

.bg-purple.bg-darken-4,
.btn-purple.btn-darken-4 {
  background-color: #4a148c !important;
}

.purple.darken-4 {
  color: #4a148c !important;
}

.btn-purple.btn-darken-4:hover {
  background-color: #6a1b9a !important;
}

.btn-purple.btn-darken-4:active,
.btn-purple.btn-darken-4:focus {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-darken-4 {
  border-color: #4a148c !important;
  color: #4a148c !important;
}

.btn-outline-purple.btn-outline-darken-4:hover {
  background-color: #4a148c !important;
}

.border-purple.border-darken-4 {
  border: 1px solid #4a148c !important;
}

.border-top-purple.border-top-darken-4 {
  border-top: 1px solid #4a148c !important;
}

.border-bottom-purple.border-bottom-darken-4 {
  border-bottom: 1px solid #4a148c !important;
}

.border-left-purple.border-left-darken-4 {
  border-left: 1px solid #4a148c !important;
}

.border-right-purple.border-right-darken-4 {
  border-right: 1px solid #4a148c !important;
}

.btn-purple.btn-accent-1,
.btn-purple.btn-accent-1:hover {
  border-color: #7b1fa2 !important;
}

.overlay-purple.overlay-darken-4 {
  background: #4a148c;
  background: rgba(74, 20, 140, 0.8);
}

.bg-purple.bg-accent-1,
.btn-purple.btn-accent-1 {
  background-color: #ea80fc !important;
}

.purple.accent-1 {
  color: #ea80fc !important;
}

.btn-purple.btn-accent-1:hover {
  background-color: #6a1b9a !important;
}

.btn-purple.btn-accent-1:active,
.btn-purple.btn-accent-1:focus {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-accent-1 {
  border-color: #ea80fc !important;
  color: #ea80fc !important;
}

.btn-outline-purple.btn-outline-accent-1:hover {
  background-color: #ea80fc !important;
}

.border-purple.border-accent-1 {
  border: 1px solid #ea80fc !important;
}

.border-top-purple.border-top-accent-1 {
  border-top: 1px solid #ea80fc !important;
}

.border-bottom-purple.border-bottom-accent-1 {
  border-bottom: 1px solid #ea80fc !important;
}

.border-left-purple.border-left-accent-1 {
  border-left: 1px solid #ea80fc !important;
}

.border-right-purple.border-right-accent-1 {
  border-right: 1px solid #ea80fc !important;
}

.btn-purple.btn-accent-2,
.btn-purple.btn-accent-2:hover {
  border-color: #7b1fa2 !important;
}

.overlay-purple.overlay-accent-1 {
  background: #ea80fc;
  background: rgba(234, 128, 252, 0.8);
}

.bg-purple.bg-accent-2,
.btn-purple.btn-accent-2 {
  background-color: #e040fb !important;
}

.purple.accent-2 {
  color: #e040fb !important;
}

.btn-purple.btn-accent-2:hover {
  background-color: #6a1b9a !important;
}

.btn-purple.btn-accent-2:active,
.btn-purple.btn-accent-2:focus {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-accent-2 {
  border-color: #e040fb !important;
  color: #e040fb !important;
}

.btn-outline-purple.btn-outline-accent-2:hover {
  background-color: #e040fb !important;
}

.border-purple.border-accent-2 {
  border: 1px solid #e040fb !important;
}

.border-top-purple.border-top-accent-2 {
  border-top: 1px solid #e040fb !important;
}

.border-bottom-purple.border-bottom-accent-2 {
  border-bottom: 1px solid #e040fb !important;
}

.border-left-purple.border-left-accent-2 {
  border-left: 1px solid #e040fb !important;
}

.border-right-purple.border-right-accent-2 {
  border-right: 1px solid #e040fb !important;
}

.btn-purple.btn-accent-3,
.btn-purple.btn-accent-3:hover {
  border-color: #7b1fa2 !important;
}

.overlay-purple.overlay-accent-2 {
  background: #e040fb;
  background: rgba(224, 64, 251, 0.8);
}

.bg-purple.bg-accent-3,
.btn-purple.btn-accent-3 {
  background-color: #d500f9 !important;
}

.purple.accent-3 {
  color: #d500f9 !important;
}

.btn-purple.btn-accent-3:hover {
  background-color: #6a1b9a !important;
}

.btn-purple.btn-accent-3:active,
.btn-purple.btn-accent-3:focus {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-accent-3 {
  border-color: #d500f9 !important;
  color: #d500f9 !important;
}

.btn-outline-purple.btn-outline-accent-3:hover {
  background-color: #d500f9 !important;
}

.border-purple.border-accent-3 {
  border: 1px solid #d500f9 !important;
}

.border-top-purple.border-top-accent-3 {
  border-top: 1px solid #d500f9 !important;
}

.border-bottom-purple.border-bottom-accent-3 {
  border-bottom: 1px solid #d500f9 !important;
}

.border-left-purple.border-left-accent-3 {
  border-left: 1px solid #d500f9 !important;
}

.border-right-purple.border-right-accent-3 {
  border-right: 1px solid #d500f9 !important;
}

.btn-purple.btn-accent-4,
.btn-purple.btn-accent-4:hover {
  border-color: #7b1fa2 !important;
}

.overlay-purple.overlay-accent-3 {
  background: #d500f9;
  background: rgba(213, 0, 249, 0.8);
}

.bg-purple.bg-accent-4,
.btn-purple.btn-accent-4 {
  background-color: #d0f !important;
}

.purple.accent-4 {
  color: #d0f !important;
}

.btn-purple.btn-accent-4:hover {
  background-color: #6a1b9a !important;
}

.btn-purple.btn-accent-4:active,
.btn-purple.btn-accent-4:focus {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-accent-4 {
  border-color: #d0f !important;
  color: #d0f !important;
}

.btn-outline-purple.btn-outline-accent-4:hover {
  background-color: #d0f !important;
}

input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d0f !important;
}

.border-purple.border-accent-4 {
  border: 1px solid #d0f !important;
}

.border-top-purple.border-top-accent-4 {
  border-top: 1px solid #d0f !important;
}

.border-bottom-purple.border-bottom-accent-4 {
  border-bottom: 1px solid #d0f !important;
}

.border-left-purple.border-left-accent-4 {
  border-left: 1px solid #d0f !important;
}

.border-right-purple.border-right-accent-4 {
  border-right: 1px solid #d0f !important;
}

.btn-blue.btn-lighten-5,
.btn-blue.btn-lighten-5:hover {
  border-color: #1976d2 !important;
}

.overlay-purple.overlay-accent-4 {
  background: #d0f;
  background: rgba(221, 0, 255, 0.8);
}

.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border='purple']:before {
  background-color: #d0f;
}

.bg-blue.bg-lighten-5,
.btn-blue.btn-lighten-5 {
  background-color: #e3f2fd !important;
}

.blue.lighten-5 {
  color: #e3f2fd !important;
}

.btn-blue.btn-lighten-5:hover {
  background-color: #1565c0 !important;
}

.btn-blue.btn-lighten-5:active,
.btn-blue.btn-lighten-5:focus {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-lighten-5 {
  border-color: #e3f2fd !important;
  color: #e3f2fd !important;
}

.btn-outline-blue.btn-outline-lighten-5:hover {
  background-color: #e3f2fd !important;
}

.border-blue.border-lighten-5 {
  border: 1px solid #e3f2fd !important;
}

.border-top-blue.border-top-lighten-5 {
  border-top: 1px solid #e3f2fd !important;
}

.border-bottom-blue.border-bottom-lighten-5 {
  border-bottom: 1px solid #e3f2fd !important;
}

.border-left-blue.border-left-lighten-5 {
  border-left: 1px solid #e3f2fd !important;
}

.border-right-blue.border-right-lighten-5 {
  border-right: 1px solid #e3f2fd !important;
}

.btn-blue.btn-lighten-4,
.btn-blue.btn-lighten-4:hover {
  border-color: #1976d2 !important;
}

.overlay-blue.overlay-lighten-5 {
  background: #e3f2fd;
  background: rgba(227, 242, 253, 0.8);
}

.bg-blue.bg-lighten-4,
.btn-blue.btn-lighten-4 {
  background-color: #bbdefb !important;
}

.blue.lighten-4 {
  color: #bbdefb !important;
}

.btn-blue.btn-lighten-4:hover {
  background-color: #1565c0 !important;
}

.btn-blue.btn-lighten-4:active,
.btn-blue.btn-lighten-4:focus {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-lighten-4 {
  border-color: #bbdefb !important;
  color: #bbdefb !important;
}

.btn-outline-blue.btn-outline-lighten-4:hover {
  background-color: #bbdefb !important;
}

.border-blue.border-lighten-4 {
  border: 1px solid #bbdefb !important;
}

.border-top-blue.border-top-lighten-4 {
  border-top: 1px solid #bbdefb !important;
}

.border-bottom-blue.border-bottom-lighten-4 {
  border-bottom: 1px solid #bbdefb !important;
}

.border-left-blue.border-left-lighten-4 {
  border-left: 1px solid #bbdefb !important;
}

.border-right-blue.border-right-lighten-4 {
  border-right: 1px solid #bbdefb !important;
}

.btn-blue.btn-lighten-3,
.btn-blue.btn-lighten-3:hover {
  border-color: #1976d2 !important;
}

.overlay-blue.overlay-lighten-4 {
  background: #bbdefb;
  background: rgba(187, 222, 251, 0.8);
}

.bg-blue.bg-lighten-3,
.btn-blue.btn-lighten-3 {
  background-color: #90caf9 !important;
}

.blue.lighten-3 {
  color: #90caf9 !important;
}

.btn-blue.btn-lighten-3:hover {
  background-color: #1565c0 !important;
}

.btn-blue.btn-lighten-3:active,
.btn-blue.btn-lighten-3:focus {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-lighten-3 {
  border-color: #90caf9 !important;
  color: #90caf9 !important;
}

.btn-outline-blue.btn-outline-lighten-3:hover {
  background-color: #90caf9 !important;
}

.border-blue.border-lighten-3 {
  border: 1px solid #90caf9 !important;
}

.border-top-blue.border-top-lighten-3 {
  border-top: 1px solid #90caf9 !important;
}

.border-bottom-blue.border-bottom-lighten-3 {
  border-bottom: 1px solid #90caf9 !important;
}

.border-left-blue.border-left-lighten-3 {
  border-left: 1px solid #90caf9 !important;
}

.border-right-blue.border-right-lighten-3 {
  border-right: 1px solid #90caf9 !important;
}

.btn-blue.btn-lighten-2,
.btn-blue.btn-lighten-2:hover {
  border-color: #1976d2 !important;
}

.overlay-blue.overlay-lighten-3 {
  background: #90caf9;
  background: rgba(144, 202, 249, 0.8);
}

.bg-blue.bg-lighten-2,
.btn-blue.btn-lighten-2 {
  background-color: #64b5f6 !important;
}

.blue.lighten-2 {
  color: #64b5f6 !important;
}

.btn-blue.btn-lighten-2:hover {
  background-color: #1565c0 !important;
}

.btn-blue.btn-lighten-2:active,
.btn-blue.btn-lighten-2:focus {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-lighten-2 {
  border-color: #64b5f6 !important;
  color: #64b5f6 !important;
}

.btn-outline-blue.btn-outline-lighten-2:hover {
  background-color: #64b5f6 !important;
}

.border-blue.border-lighten-2 {
  border: 1px solid #64b5f6 !important;
}

.border-top-blue.border-top-lighten-2 {
  border-top: 1px solid #64b5f6 !important;
}

.border-bottom-blue.border-bottom-lighten-2 {
  border-bottom: 1px solid #64b5f6 !important;
}

.border-left-blue.border-left-lighten-2 {
  border-left: 1px solid #64b5f6 !important;
}

.border-right-blue.border-right-lighten-2 {
  border-right: 1px solid #64b5f6 !important;
}

.btn-blue.btn-lighten-1,
.btn-blue.btn-lighten-1:hover {
  border-color: #1976d2 !important;
}

.overlay-blue.overlay-lighten-2 {
  background: #64b5f6;
  background: rgba(100, 181, 246, 0.8);
}

.bg-blue.bg-lighten-1,
.btn-blue.btn-lighten-1 {
  background-color: #42a5f5 !important;
}

.blue.lighten-1 {
  color: #42a5f5 !important;
}

.btn-blue.btn-lighten-1:hover {
  background-color: #1565c0 !important;
}

.btn-blue.btn-lighten-1:active,
.btn-blue.btn-lighten-1:focus {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-lighten-1 {
  border-color: #42a5f5 !important;
  color: #42a5f5 !important;
}

.btn-outline-blue.btn-outline-lighten-1:hover {
  background-color: #42a5f5 !important;
}

.border-blue.border-lighten-1 {
  border: 1px solid #42a5f5 !important;
}

.border-top-blue.border-top-lighten-1 {
  border-top: 1px solid #42a5f5 !important;
}

.border-bottom-blue.border-bottom-lighten-1 {
  border-bottom: 1px solid #42a5f5 !important;
}

.border-left-blue.border-left-lighten-1 {
  border-left: 1px solid #42a5f5 !important;
}

.border-right-blue.border-right-lighten-1 {
  border-right: 1px solid #42a5f5 !important;
}

.overlay-blue.overlay-lighten-1 {
  background: #42a5f5;
  background: rgba(66, 165, 245, 0.8);
}

.blue {
  color: #2196f3 !important;
}

.bg-blue {
  background-color: #2196f3 !important;
}

.bg-blue .card-footer,
.bg-blue .card-header {
  background-color: transparent;
}

.alert-blue {
  border-color: #65b6f7 !important;
  background-color: #65b6f7 !important;
  color: #05365d !important;
}

.alert-blue .alert-link {
  color: #031f36 !important;
}

.bullet.bullet-blue {
  background-color: #2196f3;
}

.bg-light-blue {
  background-color: rgba(33, 150, 243, 0.15);
}

.bg-blue.badge-glow,
.border-blue.badge-glow {
  box-shadow: 0 0 10px #2196f3;
}

.overlay-blue {
  background: #2196f3;
  background: rgba(33, 150, 243, 0.8);
}

.btn-blue {
  background-color: #2196f3 !important;
  color: #fff;
}

.btn-blue:hover {
  border-color: #1e88e5 !important;
  background-color: #42a5f5 !important;
  color: #fff !important;
}

.btn-blue:active,
.btn-blue:focus {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
  color: #fff !important;
}

.btn-outline-blue {
  border-color: #2196f3;
  background-color: transparent;
  color: #2196f3;
}

.btn-outline-blue:hover,
.widget-timeline .timeline-items.timeline-icon-blue:before {
  background-color: #2196f3;
}

.btn-outline-blue:hover {
  color: #fff !important;
}

input[type='checkbox'].bg-blue + .custom-control-label:before,
input[type='radio'].bg-blue + .custom-control-label:before {
  background-color: #2196f3 !important;
}

.bg-blue.bg-darken-1,
.btn-blue.btn-darken-1 {
  background-color: #1e88e5 !important;
}

.border-blue {
  border: 1px solid #2196f3 !important;
}

.border-top-blue {
  border-top: 1px solid #2196f3;
}

.border-bottom-blue {
  border-bottom: 1px solid #2196f3;
}

.border-left-blue {
  border-left: 1px solid #2196f3;
}

.border-right-blue {
  border-right: 1px solid #2196f3;
}

.blue.darken-1 {
  color: #1e88e5 !important;
}

.btn-blue.btn-darken-1 {
  border-color: #1976d2 !important;
}

.btn-blue.btn-darken-1:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}

.btn-blue.btn-darken-1:active,
.btn-blue.btn-darken-1:focus {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-darken-1 {
  border-color: #1e88e5 !important;
  color: #1e88e5 !important;
}

.btn-outline-blue.btn-outline-darken-1:hover {
  background-color: #1e88e5 !important;
}

.border-blue.border-darken-1 {
  border: 1px solid #1e88e5 !important;
}

.border-top-blue.border-top-darken-1 {
  border-top: 1px solid #1e88e5 !important;
}

.border-bottom-blue.border-bottom-darken-1 {
  border-bottom: 1px solid #1e88e5 !important;
}

.border-left-blue.border-left-darken-1 {
  border-left: 1px solid #1e88e5 !important;
}

.border-right-blue.border-right-darken-1 {
  border-right: 1px solid #1e88e5 !important;
}

.btn-blue.btn-darken-2,
.btn-blue.btn-darken-2:hover {
  border-color: #1976d2 !important;
}

.overlay-blue.overlay-darken-1 {
  background: #1e88e5;
  background: rgba(30, 136, 229, 0.8);
}

.bg-blue.bg-darken-2,
.btn-blue.btn-darken-2 {
  background-color: #1976d2 !important;
}

.blue.darken-2 {
  color: #1976d2 !important;
}

.btn-blue.btn-darken-2:hover {
  background-color: #1565c0 !important;
}

.btn-blue.btn-darken-2:active,
.btn-blue.btn-darken-2:focus {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-darken-2 {
  border-color: #1976d2 !important;
  color: #1976d2 !important;
}

.btn-outline-blue.btn-outline-darken-2:hover {
  background-color: #1976d2 !important;
}

.border-blue.border-darken-2 {
  border: 1px solid #1976d2 !important;
}

.border-top-blue.border-top-darken-2 {
  border-top: 1px solid #1976d2 !important;
}

.border-bottom-blue.border-bottom-darken-2 {
  border-bottom: 1px solid #1976d2 !important;
}

.border-left-blue.border-left-darken-2 {
  border-left: 1px solid #1976d2 !important;
}

.border-right-blue.border-right-darken-2 {
  border-right: 1px solid #1976d2 !important;
}

.overlay-blue.overlay-darken-2 {
  background: #1976d2;
  background: rgba(25, 118, 210, 0.8);
}

.blue.darken-3 {
  color: #1565c0 !important;
}

.bg-blue.bg-darken-3 {
  background-color: #1565c0 !important;
}

.btn-blue.btn-darken-3,
.btn-blue.btn-darken-3:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}

.btn-blue.btn-darken-3:active,
.btn-blue.btn-darken-3:focus {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-darken-3 {
  border-color: #1565c0 !important;
  color: #1565c0 !important;
}

.btn-outline-blue.btn-outline-darken-3:hover {
  background-color: #1565c0 !important;
}

.border-blue.border-darken-3 {
  border: 1px solid #1565c0 !important;
}

.border-top-blue.border-top-darken-3 {
  border-top: 1px solid #1565c0 !important;
}

.border-bottom-blue.border-bottom-darken-3 {
  border-bottom: 1px solid #1565c0 !important;
}

.border-left-blue.border-left-darken-3 {
  border-left: 1px solid #1565c0 !important;
}

.border-right-blue.border-right-darken-3 {
  border-right: 1px solid #1565c0 !important;
}

.btn-blue.btn-darken-4,
.btn-blue.btn-darken-4:hover {
  border-color: #1976d2 !important;
}

.overlay-blue.overlay-darken-3 {
  background: #1565c0;
  background: rgba(21, 101, 192, 0.8);
}

.bg-blue.bg-darken-4,
.btn-blue.btn-darken-4 {
  background-color: #0d47a1 !important;
}

.blue.darken-4 {
  color: #0d47a1 !important;
}

.btn-blue.btn-darken-4:hover {
  background-color: #1565c0 !important;
}

.btn-blue.btn-darken-4:active,
.btn-blue.btn-darken-4:focus {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-darken-4 {
  border-color: #0d47a1 !important;
  color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-darken-4:hover {
  background-color: #0d47a1 !important;
}

.border-blue.border-darken-4 {
  border: 1px solid #0d47a1 !important;
}

.border-top-blue.border-top-darken-4 {
  border-top: 1px solid #0d47a1 !important;
}

.border-bottom-blue.border-bottom-darken-4 {
  border-bottom: 1px solid #0d47a1 !important;
}

.border-left-blue.border-left-darken-4 {
  border-left: 1px solid #0d47a1 !important;
}

.border-right-blue.border-right-darken-4 {
  border-right: 1px solid #0d47a1 !important;
}

.btn-blue.btn-accent-1,
.btn-blue.btn-accent-1:hover {
  border-color: #1976d2 !important;
}

.overlay-blue.overlay-darken-4 {
  background: #0d47a1;
  background: rgba(13, 71, 161, 0.8);
}

.bg-blue.bg-accent-1,
.btn-blue.btn-accent-1 {
  background-color: #82b1ff !important;
}

.blue.accent-1 {
  color: #82b1ff !important;
}

.btn-blue.btn-accent-1:hover {
  background-color: #1565c0 !important;
}

.btn-blue.btn-accent-1:active,
.btn-blue.btn-accent-1:focus {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-accent-1 {
  border-color: #82b1ff !important;
  color: #82b1ff !important;
}

.btn-outline-blue.btn-outline-accent-1:hover {
  background-color: #82b1ff !important;
}

.border-blue.border-accent-1 {
  border: 1px solid #82b1ff !important;
}

.border-top-blue.border-top-accent-1 {
  border-top: 1px solid #82b1ff !important;
}

.border-bottom-blue.border-bottom-accent-1 {
  border-bottom: 1px solid #82b1ff !important;
}

.border-left-blue.border-left-accent-1 {
  border-left: 1px solid #82b1ff !important;
}

.border-right-blue.border-right-accent-1 {
  border-right: 1px solid #82b1ff !important;
}

.btn-blue.btn-accent-2,
.btn-blue.btn-accent-2:hover {
  border-color: #1976d2 !important;
}

.overlay-blue.overlay-accent-1 {
  background: #82b1ff;
  background: rgba(130, 177, 255, 0.8);
}

.bg-blue.bg-accent-2,
.btn-blue.btn-accent-2 {
  background-color: #448aff !important;
}

.blue.accent-2 {
  color: #448aff !important;
}

.btn-blue.btn-accent-2:hover {
  background-color: #1565c0 !important;
}

.btn-blue.btn-accent-2:active,
.btn-blue.btn-accent-2:focus {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-accent-2 {
  border-color: #448aff !important;
  color: #448aff !important;
}

.btn-outline-blue.btn-outline-accent-2:hover {
  background-color: #448aff !important;
}

.border-blue.border-accent-2 {
  border: 1px solid #448aff !important;
}

.border-top-blue.border-top-accent-2 {
  border-top: 1px solid #448aff !important;
}

.border-bottom-blue.border-bottom-accent-2 {
  border-bottom: 1px solid #448aff !important;
}

.border-left-blue.border-left-accent-2 {
  border-left: 1px solid #448aff !important;
}

.border-right-blue.border-right-accent-2 {
  border-right: 1px solid #448aff !important;
}

.btn-blue.btn-accent-3,
.btn-blue.btn-accent-3:hover {
  border-color: #1976d2 !important;
}

.overlay-blue.overlay-accent-2 {
  background: #448aff;
  background: rgba(68, 138, 255, 0.8);
}

.bg-blue.bg-accent-3,
.btn-blue.btn-accent-3 {
  background-color: #2979ff !important;
}

.blue.accent-3 {
  color: #2979ff !important;
}

.btn-blue.btn-accent-3:hover {
  background-color: #1565c0 !important;
}

.btn-blue.btn-accent-3:active,
.btn-blue.btn-accent-3:focus {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-accent-3 {
  border-color: #2979ff !important;
  color: #2979ff !important;
}

.btn-outline-blue.btn-outline-accent-3:hover {
  background-color: #2979ff !important;
}

.border-blue.border-accent-3 {
  border: 1px solid #2979ff !important;
}

.border-top-blue.border-top-accent-3 {
  border-top: 1px solid #2979ff !important;
}

.border-bottom-blue.border-bottom-accent-3 {
  border-bottom: 1px solid #2979ff !important;
}

.border-left-blue.border-left-accent-3 {
  border-left: 1px solid #2979ff !important;
}

.border-right-blue.border-right-accent-3 {
  border-right: 1px solid #2979ff !important;
}

.btn-blue.btn-accent-4,
.btn-blue.btn-accent-4:hover {
  border-color: #1976d2 !important;
}

.overlay-blue.overlay-accent-3 {
  background: #2979ff;
  background: rgba(41, 121, 255, 0.8);
}

.bg-blue.bg-accent-4,
.btn-blue.btn-accent-4 {
  background-color: #2962ff !important;
}

.blue.accent-4 {
  color: #2962ff !important;
}

.btn-blue.btn-accent-4:hover {
  background-color: #1565c0 !important;
}

.btn-blue.btn-accent-4:active,
.btn-blue.btn-accent-4:focus {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-accent-4 {
  border-color: #2962ff !important;
  color: #2962ff !important;
}

.btn-outline-blue.btn-outline-accent-4:hover {
  background-color: #2962ff !important;
}

input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2962ff !important;
}

.border-blue.border-accent-4 {
  border: 1px solid #2962ff !important;
}

.border-top-blue.border-top-accent-4 {
  border-top: 1px solid #2962ff !important;
}

.border-bottom-blue.border-bottom-accent-4 {
  border-bottom: 1px solid #2962ff !important;
}

.border-left-blue.border-left-accent-4 {
  border-left: 1px solid #2962ff !important;
}

.border-right-blue.border-right-accent-4 {
  border-right: 1px solid #2962ff !important;
}

.btn-cyan.btn-lighten-5,
.btn-cyan.btn-lighten-5:hover {
  border-color: #0097a7 !important;
}

.overlay-blue.overlay-accent-4 {
  background: #2962ff;
  background: rgba(41, 98, 255, 0.8);
}

.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border='blue']:before {
  background-color: #2962ff;
}

.bg-cyan.bg-lighten-5,
.btn-cyan.btn-lighten-5 {
  background-color: #e0f7fa !important;
}

.cyan.lighten-5 {
  color: #e0f7fa !important;
}

.btn-cyan.btn-lighten-5:hover {
  background-color: #00838f !important;
}

.btn-cyan.btn-lighten-5:active,
.btn-cyan.btn-lighten-5:focus {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-5 {
  border-color: #e0f7fa !important;
  color: #e0f7fa !important;
}

.btn-outline-cyan.btn-outline-lighten-5:hover {
  background-color: #e0f7fa !important;
}

.border-cyan.border-lighten-5 {
  border: 1px solid #e0f7fa !important;
}

.border-top-cyan.border-top-lighten-5 {
  border-top: 1px solid #e0f7fa !important;
}

.border-bottom-cyan.border-bottom-lighten-5 {
  border-bottom: 1px solid #e0f7fa !important;
}

.border-left-cyan.border-left-lighten-5 {
  border-left: 1px solid #e0f7fa !important;
}

.border-right-cyan.border-right-lighten-5 {
  border-right: 1px solid #e0f7fa !important;
}

.btn-cyan.btn-lighten-4,
.btn-cyan.btn-lighten-4:hover {
  border-color: #0097a7 !important;
}

.overlay-cyan.overlay-lighten-5 {
  background: #e0f7fa;
  background: rgba(224, 247, 250, 0.8);
}

.bg-cyan.bg-lighten-4,
.btn-cyan.btn-lighten-4 {
  background-color: #b2ebf2 !important;
}

.cyan.lighten-4 {
  color: #b2ebf2 !important;
}

.btn-cyan.btn-lighten-4:hover {
  background-color: #00838f !important;
}

.btn-cyan.btn-lighten-4:active,
.btn-cyan.btn-lighten-4:focus {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-4 {
  border-color: #b2ebf2 !important;
  color: #b2ebf2 !important;
}

.btn-outline-cyan.btn-outline-lighten-4:hover {
  background-color: #b2ebf2 !important;
}

.border-cyan.border-lighten-4 {
  border: 1px solid #b2ebf2 !important;
}

.border-top-cyan.border-top-lighten-4 {
  border-top: 1px solid #b2ebf2 !important;
}

.border-bottom-cyan.border-bottom-lighten-4 {
  border-bottom: 1px solid #b2ebf2 !important;
}

.border-left-cyan.border-left-lighten-4 {
  border-left: 1px solid #b2ebf2 !important;
}

.border-right-cyan.border-right-lighten-4 {
  border-right: 1px solid #b2ebf2 !important;
}

.btn-cyan.btn-lighten-3,
.btn-cyan.btn-lighten-3:hover {
  border-color: #0097a7 !important;
}

.overlay-cyan.overlay-lighten-4 {
  background: #b2ebf2;
  background: rgba(178, 235, 242, 0.8);
}

.bg-cyan.bg-lighten-3,
.btn-cyan.btn-lighten-3 {
  background-color: #80deea !important;
}

.cyan.lighten-3 {
  color: #80deea !important;
}

.btn-cyan.btn-lighten-3:hover {
  background-color: #00838f !important;
}

.btn-cyan.btn-lighten-3:active,
.btn-cyan.btn-lighten-3:focus {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-3 {
  border-color: #80deea !important;
  color: #80deea !important;
}

.btn-outline-cyan.btn-outline-lighten-3:hover {
  background-color: #80deea !important;
}

.border-cyan.border-lighten-3 {
  border: 1px solid #80deea !important;
}

.border-top-cyan.border-top-lighten-3 {
  border-top: 1px solid #80deea !important;
}

.border-bottom-cyan.border-bottom-lighten-3 {
  border-bottom: 1px solid #80deea !important;
}

.border-left-cyan.border-left-lighten-3 {
  border-left: 1px solid #80deea !important;
}

.border-right-cyan.border-right-lighten-3 {
  border-right: 1px solid #80deea !important;
}

.btn-cyan.btn-lighten-2,
.btn-cyan.btn-lighten-2:hover {
  border-color: #0097a7 !important;
}

.overlay-cyan.overlay-lighten-3 {
  background: #80deea;
  background: rgba(128, 222, 234, 0.8);
}

.bg-cyan.bg-lighten-2,
.btn-cyan.btn-lighten-2 {
  background-color: #4dd0e1 !important;
}

.cyan.lighten-2 {
  color: #4dd0e1 !important;
}

.btn-cyan.btn-lighten-2:hover {
  background-color: #00838f !important;
}

.btn-cyan.btn-lighten-2:active,
.btn-cyan.btn-lighten-2:focus {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-2 {
  border-color: #4dd0e1 !important;
  color: #4dd0e1 !important;
}

.btn-outline-cyan.btn-outline-lighten-2:hover {
  background-color: #4dd0e1 !important;
}

.border-cyan.border-lighten-2 {
  border: 1px solid #4dd0e1 !important;
}

.border-top-cyan.border-top-lighten-2 {
  border-top: 1px solid #4dd0e1 !important;
}

.border-bottom-cyan.border-bottom-lighten-2 {
  border-bottom: 1px solid #4dd0e1 !important;
}

.border-left-cyan.border-left-lighten-2 {
  border-left: 1px solid #4dd0e1 !important;
}

.border-right-cyan.border-right-lighten-2 {
  border-right: 1px solid #4dd0e1 !important;
}

.btn-cyan.btn-lighten-1,
.btn-cyan.btn-lighten-1:hover {
  border-color: #0097a7 !important;
}

.overlay-cyan.overlay-lighten-2 {
  background: #4dd0e1;
  background: rgba(77, 208, 225, 0.8);
}

.bg-cyan.bg-lighten-1,
.btn-cyan.btn-lighten-1 {
  background-color: #26c6da !important;
}

.cyan.lighten-1 {
  color: #26c6da !important;
}

.btn-cyan.btn-lighten-1:hover {
  background-color: #00838f !important;
}

.btn-cyan.btn-lighten-1:active,
.btn-cyan.btn-lighten-1:focus {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-1 {
  border-color: #26c6da !important;
  color: #26c6da !important;
}

.btn-outline-cyan.btn-outline-lighten-1:hover {
  background-color: #26c6da !important;
}

.border-cyan.border-lighten-1 {
  border: 1px solid #26c6da !important;
}

.border-top-cyan.border-top-lighten-1 {
  border-top: 1px solid #26c6da !important;
}

.border-bottom-cyan.border-bottom-lighten-1 {
  border-bottom: 1px solid #26c6da !important;
}

.border-left-cyan.border-left-lighten-1 {
  border-left: 1px solid #26c6da !important;
}

.border-right-cyan.border-right-lighten-1 {
  border-right: 1px solid #26c6da !important;
}

.overlay-cyan.overlay-lighten-1 {
  background: #26c6da;
  background: rgba(38, 198, 218, 0.8);
}

.cyan {
  color: #00bcd4 !important;
}

.bg-cyan {
  background-color: #00bcd4 !important;
}

.bg-cyan .card-footer,
.bg-cyan .card-header {
  background-color: transparent;
}

.alert-cyan {
  border-color: #1ce5ff !important;
  background-color: #1ce5ff !important;
  color: #001e22 !important;
}

.alert-cyan .alert-link {
  color: #000 !important;
}

.bullet.bullet-cyan {
  background-color: #00bcd4;
}

.bg-light-cyan {
  background-color: rgba(0, 188, 212, 0.15);
}

.bg-cyan.badge-glow,
.border-cyan.badge-glow {
  box-shadow: 0 0 10px #00bcd4;
}

.overlay-cyan {
  background: #00bcd4;
  background: rgba(0, 188, 212, 0.8);
}

.btn-cyan {
  background-color: #00bcd4 !important;
  color: #fff;
}

.btn-cyan:hover {
  border-color: #00acc1 !important;
  background-color: #26c6da !important;
  color: #fff !important;
}

.btn-cyan:active,
.btn-cyan:focus {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
  color: #fff !important;
}

.btn-outline-cyan {
  border-color: #00bcd4;
  background-color: transparent;
  color: #00bcd4;
}

.btn-outline-cyan:hover,
.widget-timeline .timeline-items.timeline-icon-cyan:before {
  background-color: #00bcd4;
}

.btn-outline-cyan:hover {
  color: #fff !important;
}

input[type='checkbox'].bg-cyan + .custom-control-label:before,
input[type='radio'].bg-cyan + .custom-control-label:before {
  background-color: #00bcd4 !important;
}

.bg-cyan.bg-darken-1,
.btn-cyan.btn-darken-1 {
  background-color: #00acc1 !important;
}

.border-cyan {
  border: 1px solid #00bcd4 !important;
}

.border-top-cyan {
  border-top: 1px solid #00bcd4;
}

.border-bottom-cyan {
  border-bottom: 1px solid #00bcd4;
}

.border-left-cyan {
  border-left: 1px solid #00bcd4;
}

.border-right-cyan {
  border-right: 1px solid #00bcd4;
}

.cyan.darken-1 {
  color: #00acc1 !important;
}

.btn-cyan.btn-darken-1 {
  border-color: #0097a7 !important;
}

.btn-cyan.btn-darken-1:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}

.btn-cyan.btn-darken-1:active,
.btn-cyan.btn-darken-1:focus {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-darken-1 {
  border-color: #00acc1 !important;
  color: #00acc1 !important;
}

.btn-outline-cyan.btn-outline-darken-1:hover {
  background-color: #00acc1 !important;
}

.border-cyan.border-darken-1 {
  border: 1px solid #00acc1 !important;
}

.border-top-cyan.border-top-darken-1 {
  border-top: 1px solid #00acc1 !important;
}

.border-bottom-cyan.border-bottom-darken-1 {
  border-bottom: 1px solid #00acc1 !important;
}

.border-left-cyan.border-left-darken-1 {
  border-left: 1px solid #00acc1 !important;
}

.border-right-cyan.border-right-darken-1 {
  border-right: 1px solid #00acc1 !important;
}

.btn-cyan.btn-darken-2,
.btn-cyan.btn-darken-2:hover {
  border-color: #0097a7 !important;
}

.overlay-cyan.overlay-darken-1 {
  background: #00acc1;
  background: rgba(0, 172, 193, 0.8);
}

.bg-cyan.bg-darken-2,
.btn-cyan.btn-darken-2 {
  background-color: #0097a7 !important;
}

.cyan.darken-2 {
  color: #0097a7 !important;
}

.btn-cyan.btn-darken-2:hover {
  background-color: #00838f !important;
}

.btn-cyan.btn-darken-2:active,
.btn-cyan.btn-darken-2:focus {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-darken-2 {
  border-color: #0097a7 !important;
  color: #0097a7 !important;
}

.btn-outline-cyan.btn-outline-darken-2:hover {
  background-color: #0097a7 !important;
}

.border-cyan.border-darken-2 {
  border: 1px solid #0097a7 !important;
}

.border-top-cyan.border-top-darken-2 {
  border-top: 1px solid #0097a7 !important;
}

.border-bottom-cyan.border-bottom-darken-2 {
  border-bottom: 1px solid #0097a7 !important;
}

.border-left-cyan.border-left-darken-2 {
  border-left: 1px solid #0097a7 !important;
}

.border-right-cyan.border-right-darken-2 {
  border-right: 1px solid #0097a7 !important;
}

.overlay-cyan.overlay-darken-2 {
  background: #0097a7;
  background: rgba(0, 151, 167, 0.8);
}

.cyan.darken-3 {
  color: #00838f !important;
}

.bg-cyan.bg-darken-3 {
  background-color: #00838f !important;
}

.btn-cyan.btn-darken-3,
.btn-cyan.btn-darken-3:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}

.btn-cyan.btn-darken-3:active,
.btn-cyan.btn-darken-3:focus {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-darken-3 {
  border-color: #00838f !important;
  color: #00838f !important;
}

.btn-outline-cyan.btn-outline-darken-3:hover {
  background-color: #00838f !important;
}

.border-cyan.border-darken-3 {
  border: 1px solid #00838f !important;
}

.border-top-cyan.border-top-darken-3 {
  border-top: 1px solid #00838f !important;
}

.border-bottom-cyan.border-bottom-darken-3 {
  border-bottom: 1px solid #00838f !important;
}

.border-left-cyan.border-left-darken-3 {
  border-left: 1px solid #00838f !important;
}

.border-right-cyan.border-right-darken-3 {
  border-right: 1px solid #00838f !important;
}

.btn-cyan.btn-darken-4,
.btn-cyan.btn-darken-4:hover {
  border-color: #0097a7 !important;
}

.overlay-cyan.overlay-darken-3 {
  background: #00838f;
  background: rgba(0, 131, 143, 0.8);
}

.bg-cyan.bg-darken-4,
.btn-cyan.btn-darken-4 {
  background-color: #006064 !important;
}

.cyan.darken-4 {
  color: #006064 !important;
}

.btn-cyan.btn-darken-4:hover {
  background-color: #00838f !important;
}

.btn-cyan.btn-darken-4:active,
.btn-cyan.btn-darken-4:focus {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-darken-4 {
  border-color: #006064 !important;
  color: #006064 !important;
}

.btn-outline-cyan.btn-outline-darken-4:hover {
  background-color: #006064 !important;
}

.border-cyan.border-darken-4 {
  border: 1px solid #006064 !important;
}

.border-top-cyan.border-top-darken-4 {
  border-top: 1px solid #006064 !important;
}

.border-bottom-cyan.border-bottom-darken-4 {
  border-bottom: 1px solid #006064 !important;
}

.border-left-cyan.border-left-darken-4 {
  border-left: 1px solid #006064 !important;
}

.border-right-cyan.border-right-darken-4 {
  border-right: 1px solid #006064 !important;
}

.btn-cyan.btn-accent-1,
.btn-cyan.btn-accent-1:hover {
  border-color: #0097a7 !important;
}

.overlay-cyan.overlay-darken-4 {
  background: #006064;
  background: rgba(0, 96, 100, 0.8);
}

.bg-cyan.bg-accent-1,
.btn-cyan.btn-accent-1 {
  background-color: #84ffff !important;
}

.cyan.accent-1 {
  color: #84ffff !important;
}

.btn-cyan.btn-accent-1:hover {
  background-color: #00838f !important;
}

.btn-cyan.btn-accent-1:active,
.btn-cyan.btn-accent-1:focus {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-accent-1 {
  border-color: #84ffff !important;
  color: #84ffff !important;
}

.btn-outline-cyan.btn-outline-accent-1:hover {
  background-color: #84ffff !important;
}

.border-cyan.border-accent-1 {
  border: 1px solid #84ffff !important;
}

.border-top-cyan.border-top-accent-1 {
  border-top: 1px solid #84ffff !important;
}

.border-bottom-cyan.border-bottom-accent-1 {
  border-bottom: 1px solid #84ffff !important;
}

.border-left-cyan.border-left-accent-1 {
  border-left: 1px solid #84ffff !important;
}

.border-right-cyan.border-right-accent-1 {
  border-right: 1px solid #84ffff !important;
}

.btn-cyan.btn-accent-2,
.btn-cyan.btn-accent-2:hover {
  border-color: #0097a7 !important;
}

.overlay-cyan.overlay-accent-1 {
  background: #84ffff;
  background: rgba(132, 255, 255, 0.8);
}

.bg-cyan.bg-accent-2,
.btn-cyan.btn-accent-2 {
  background-color: #18ffff !important;
}

.cyan.accent-2 {
  color: #18ffff !important;
}

.btn-cyan.btn-accent-2:hover {
  background-color: #00838f !important;
}

.btn-cyan.btn-accent-2:active,
.btn-cyan.btn-accent-2:focus {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-accent-2 {
  border-color: #18ffff !important;
  color: #18ffff !important;
}

.btn-outline-cyan.btn-outline-accent-2:hover {
  background-color: #18ffff !important;
}

.border-cyan.border-accent-2 {
  border: 1px solid #18ffff !important;
}

.border-top-cyan.border-top-accent-2 {
  border-top: 1px solid #18ffff !important;
}

.border-bottom-cyan.border-bottom-accent-2 {
  border-bottom: 1px solid #18ffff !important;
}

.border-left-cyan.border-left-accent-2 {
  border-left: 1px solid #18ffff !important;
}

.border-right-cyan.border-right-accent-2 {
  border-right: 1px solid #18ffff !important;
}

.btn-cyan.btn-accent-3,
.btn-cyan.btn-accent-3:hover {
  border-color: #0097a7 !important;
}

.overlay-cyan.overlay-accent-2 {
  background: #18ffff;
  background: rgba(24, 255, 255, 0.8);
}

.bg-cyan.bg-accent-3,
.btn-cyan.btn-accent-3 {
  background-color: #00e5ff !important;
}

.cyan.accent-3 {
  color: #00e5ff !important;
}

.btn-cyan.btn-accent-3:hover {
  background-color: #00838f !important;
}

.btn-cyan.btn-accent-3:active,
.btn-cyan.btn-accent-3:focus {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-accent-3 {
  border-color: #00e5ff !important;
  color: #00e5ff !important;
}

.btn-outline-cyan.btn-outline-accent-3:hover {
  background-color: #00e5ff !important;
}

.border-cyan.border-accent-3 {
  border: 1px solid #00e5ff !important;
}

.border-top-cyan.border-top-accent-3 {
  border-top: 1px solid #00e5ff !important;
}

.border-bottom-cyan.border-bottom-accent-3 {
  border-bottom: 1px solid #00e5ff !important;
}

.border-left-cyan.border-left-accent-3 {
  border-left: 1px solid #00e5ff !important;
}

.border-right-cyan.border-right-accent-3 {
  border-right: 1px solid #00e5ff !important;
}

.btn-cyan.btn-accent-4,
.btn-cyan.btn-accent-4:hover {
  border-color: #0097a7 !important;
}

.overlay-cyan.overlay-accent-3 {
  background: #00e5ff;
  background: rgba(0, 229, 255, 0.8);
}

.bg-cyan.bg-accent-4,
.btn-cyan.btn-accent-4 {
  background-color: #00b8d4 !important;
}

.cyan.accent-4 {
  color: #00b8d4 !important;
}

.btn-cyan.btn-accent-4:hover {
  background-color: #00838f !important;
}

.btn-cyan.btn-accent-4:active,
.btn-cyan.btn-accent-4:focus {
  border-color: #00838f !important;
  background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-accent-4 {
  border-color: #00b8d4 !important;
  color: #00b8d4 !important;
}

.btn-outline-cyan.btn-outline-accent-4:hover {
  background-color: #00b8d4 !important;
}

input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00b8d4 !important;
}

.border-cyan.border-accent-4 {
  border: 1px solid #00b8d4 !important;
}

.border-top-cyan.border-top-accent-4 {
  border-top: 1px solid #00b8d4 !important;
}

.border-bottom-cyan.border-bottom-accent-4 {
  border-bottom: 1px solid #00b8d4 !important;
}

.border-left-cyan.border-left-accent-4 {
  border-left: 1px solid #00b8d4 !important;
}

.border-right-cyan.border-right-accent-4 {
  border-right: 1px solid #00b8d4 !important;
}

.btn-teal.btn-lighten-5,
.btn-teal.btn-lighten-5:hover {
  border-color: #00796b !important;
}

.overlay-cyan.overlay-accent-4 {
  background: #00b8d4;
  background: rgba(0, 184, 212, 0.8);
}

.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border='cyan']:before {
  background-color: #00b8d4;
}

.bg-teal.bg-lighten-5,
.btn-teal.btn-lighten-5 {
  background-color: #e0f2f1 !important;
}

.teal.lighten-5 {
  color: #e0f2f1 !important;
}

.btn-teal.btn-lighten-5:hover {
  background-color: #00695c !important;
}

.btn-teal.btn-lighten-5:active,
.btn-teal.btn-lighten-5:focus {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-lighten-5 {
  border-color: #e0f2f1 !important;
  color: #e0f2f1 !important;
}

.btn-outline-teal.btn-outline-lighten-5:hover {
  background-color: #e0f2f1 !important;
}

.border-teal.border-lighten-5 {
  border: 1px solid #e0f2f1 !important;
}

.border-top-teal.border-top-lighten-5 {
  border-top: 1px solid #e0f2f1 !important;
}

.border-bottom-teal.border-bottom-lighten-5 {
  border-bottom: 1px solid #e0f2f1 !important;
}

.border-left-teal.border-left-lighten-5 {
  border-left: 1px solid #e0f2f1 !important;
}

.border-right-teal.border-right-lighten-5 {
  border-right: 1px solid #e0f2f1 !important;
}

.btn-teal.btn-lighten-4,
.btn-teal.btn-lighten-4:hover {
  border-color: #00796b !important;
}

.overlay-teal.overlay-lighten-5 {
  background: #e0f2f1;
  background: rgba(224, 242, 241, 0.8);
}

.bg-teal.bg-lighten-4,
.btn-teal.btn-lighten-4 {
  background-color: #b2dfdb !important;
}

.teal.lighten-4 {
  color: #b2dfdb !important;
}

.btn-teal.btn-lighten-4:hover {
  background-color: #00695c !important;
}

.btn-teal.btn-lighten-4:active,
.btn-teal.btn-lighten-4:focus {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-lighten-4 {
  border-color: #b2dfdb !important;
  color: #b2dfdb !important;
}

.btn-outline-teal.btn-outline-lighten-4:hover {
  background-color: #b2dfdb !important;
}

.border-teal.border-lighten-4 {
  border: 1px solid #b2dfdb !important;
}

.border-top-teal.border-top-lighten-4 {
  border-top: 1px solid #b2dfdb !important;
}

.border-bottom-teal.border-bottom-lighten-4 {
  border-bottom: 1px solid #b2dfdb !important;
}

.border-left-teal.border-left-lighten-4 {
  border-left: 1px solid #b2dfdb !important;
}

.border-right-teal.border-right-lighten-4 {
  border-right: 1px solid #b2dfdb !important;
}

.btn-teal.btn-lighten-3,
.btn-teal.btn-lighten-3:hover {
  border-color: #00796b !important;
}

.overlay-teal.overlay-lighten-4 {
  background: #b2dfdb;
  background: rgba(178, 223, 219, 0.8);
}

.bg-teal.bg-lighten-3,
.btn-teal.btn-lighten-3 {
  background-color: #80cbc4 !important;
}

.teal.lighten-3 {
  color: #80cbc4 !important;
}

.btn-teal.btn-lighten-3:hover {
  background-color: #00695c !important;
}

.btn-teal.btn-lighten-3:active,
.btn-teal.btn-lighten-3:focus {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-lighten-3 {
  border-color: #80cbc4 !important;
  color: #80cbc4 !important;
}

.btn-outline-teal.btn-outline-lighten-3:hover {
  background-color: #80cbc4 !important;
}

.border-teal.border-lighten-3 {
  border: 1px solid #80cbc4 !important;
}

.border-top-teal.border-top-lighten-3 {
  border-top: 1px solid #80cbc4 !important;
}

.border-bottom-teal.border-bottom-lighten-3 {
  border-bottom: 1px solid #80cbc4 !important;
}

.border-left-teal.border-left-lighten-3 {
  border-left: 1px solid #80cbc4 !important;
}

.border-right-teal.border-right-lighten-3 {
  border-right: 1px solid #80cbc4 !important;
}

.btn-teal.btn-lighten-2,
.btn-teal.btn-lighten-2:hover {
  border-color: #00796b !important;
}

.overlay-teal.overlay-lighten-3 {
  background: #80cbc4;
  background: rgba(128, 203, 196, 0.8);
}

.bg-teal.bg-lighten-2,
.btn-teal.btn-lighten-2 {
  background-color: #4db6ac !important;
}

.teal.lighten-2 {
  color: #4db6ac !important;
}

.btn-teal.btn-lighten-2:hover {
  background-color: #00695c !important;
}

.btn-teal.btn-lighten-2:active,
.btn-teal.btn-lighten-2:focus {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-lighten-2 {
  border-color: #4db6ac !important;
  color: #4db6ac !important;
}

.btn-outline-teal.btn-outline-lighten-2:hover {
  background-color: #4db6ac !important;
}

.border-teal.border-lighten-2 {
  border: 1px solid #4db6ac !important;
}

.border-top-teal.border-top-lighten-2 {
  border-top: 1px solid #4db6ac !important;
}

.border-bottom-teal.border-bottom-lighten-2 {
  border-bottom: 1px solid #4db6ac !important;
}

.border-left-teal.border-left-lighten-2 {
  border-left: 1px solid #4db6ac !important;
}

.border-right-teal.border-right-lighten-2 {
  border-right: 1px solid #4db6ac !important;
}

.btn-teal.btn-lighten-1,
.btn-teal.btn-lighten-1:hover {
  border-color: #00796b !important;
}

.overlay-teal.overlay-lighten-2 {
  background: #4db6ac;
  background: rgba(77, 182, 172, 0.8);
}

.bg-teal.bg-lighten-1,
.btn-teal.btn-lighten-1 {
  background-color: #26a69a !important;
}

.teal.lighten-1 {
  color: #26a69a !important;
}

.btn-teal.btn-lighten-1:hover {
  background-color: #00695c !important;
}

.btn-teal.btn-lighten-1:active,
.btn-teal.btn-lighten-1:focus {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-lighten-1 {
  border-color: #26a69a !important;
  color: #26a69a !important;
}

.btn-outline-teal.btn-outline-lighten-1:hover {
  background-color: #26a69a !important;
}

.border-teal.border-lighten-1 {
  border: 1px solid #26a69a !important;
}

.border-top-teal.border-top-lighten-1 {
  border-top: 1px solid #26a69a !important;
}

.border-bottom-teal.border-bottom-lighten-1 {
  border-bottom: 1px solid #26a69a !important;
}

.border-left-teal.border-left-lighten-1 {
  border-left: 1px solid #26a69a !important;
}

.border-right-teal.border-right-lighten-1 {
  border-right: 1px solid #26a69a !important;
}

.overlay-teal.overlay-lighten-1 {
  background: #26a69a;
  background: rgba(38, 166, 154, 0.8);
}

.teal {
  color: #009688 !important;
}

.alert-teal,
.alert-teal .alert-link {
  color: #000 !important;
}

.bg-teal {
  background-color: #009688 !important;
}

.bg-teal .card-footer,
.bg-teal .card-header {
  background-color: transparent;
}

.alert-teal {
  border-color: #00ddc9 !important;
  background-color: #00ddc9 !important;
}

.bullet.bullet-teal {
  background-color: #009688;
}

.bg-light-teal {
  background-color: rgba(0, 150, 136, 0.15);
}

.bg-teal.badge-glow,
.border-teal.badge-glow {
  box-shadow: 0 0 10px #009688;
}

.overlay-teal {
  background: #009688;
  background: rgba(0, 150, 136, 0.8);
}

.btn-teal {
  background-color: #009688 !important;
  color: #fff;
}

.btn-teal:hover {
  border-color: #00897b !important;
  background-color: #26a69a !important;
  color: #fff !important;
}

.btn-teal:active,
.btn-teal:focus {
  border-color: #00796b !important;
  background-color: #00695c !important;
  color: #fff !important;
}

.btn-outline-teal {
  border-color: #009688;
  background-color: transparent;
  color: #009688;
}

.btn-outline-teal:hover,
.widget-timeline .timeline-items.timeline-icon-teal:before {
  background-color: #009688;
}

.btn-outline-teal:hover {
  color: #fff !important;
}

input[type='checkbox'].bg-teal + .custom-control-label:before,
input[type='radio'].bg-teal + .custom-control-label:before {
  background-color: #009688 !important;
}

.bg-teal.bg-darken-1,
.btn-teal.btn-darken-1 {
  background-color: #00897b !important;
}

.border-teal {
  border: 1px solid #009688 !important;
}

.border-top-teal {
  border-top: 1px solid #009688;
}

.border-bottom-teal {
  border-bottom: 1px solid #009688;
}

.border-left-teal {
  border-left: 1px solid #009688;
}

.border-right-teal {
  border-right: 1px solid #009688;
}

.teal.darken-1 {
  color: #00897b !important;
}

.btn-teal.btn-darken-1 {
  border-color: #00796b !important;
}

.btn-teal.btn-darken-1:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}

.btn-teal.btn-darken-1:active,
.btn-teal.btn-darken-1:focus {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-darken-1 {
  border-color: #00897b !important;
  color: #00897b !important;
}

.btn-outline-teal.btn-outline-darken-1:hover {
  background-color: #00897b !important;
}

.border-teal.border-darken-1 {
  border: 1px solid #00897b !important;
}

.border-top-teal.border-top-darken-1 {
  border-top: 1px solid #00897b !important;
}

.border-bottom-teal.border-bottom-darken-1 {
  border-bottom: 1px solid #00897b !important;
}

.border-left-teal.border-left-darken-1 {
  border-left: 1px solid #00897b !important;
}

.border-right-teal.border-right-darken-1 {
  border-right: 1px solid #00897b !important;
}

.btn-teal.btn-darken-2,
.btn-teal.btn-darken-2:hover {
  border-color: #00796b !important;
}

.overlay-teal.overlay-darken-1 {
  background: #00897b;
  background: rgba(0, 137, 123, 0.8);
}

.bg-teal.bg-darken-2,
.btn-teal.btn-darken-2 {
  background-color: #00796b !important;
}

.teal.darken-2 {
  color: #00796b !important;
}

.btn-teal.btn-darken-2:hover {
  background-color: #00695c !important;
}

.btn-teal.btn-darken-2:active,
.btn-teal.btn-darken-2:focus {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-darken-2 {
  border-color: #00796b !important;
  color: #00796b !important;
}

.btn-outline-teal.btn-outline-darken-2:hover {
  background-color: #00796b !important;
}

.border-teal.border-darken-2 {
  border: 1px solid #00796b !important;
}

.border-top-teal.border-top-darken-2 {
  border-top: 1px solid #00796b !important;
}

.border-bottom-teal.border-bottom-darken-2 {
  border-bottom: 1px solid #00796b !important;
}

.border-left-teal.border-left-darken-2 {
  border-left: 1px solid #00796b !important;
}

.border-right-teal.border-right-darken-2 {
  border-right: 1px solid #00796b !important;
}

.overlay-teal.overlay-darken-2 {
  background: #00796b;
  background: rgba(0, 121, 107, 0.8);
}

.teal.darken-3 {
  color: #00695c !important;
}

.bg-teal.bg-darken-3 {
  background-color: #00695c !important;
}

.btn-teal.btn-darken-3,
.btn-teal.btn-darken-3:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}

.btn-teal.btn-darken-3:active,
.btn-teal.btn-darken-3:focus {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-darken-3 {
  border-color: #00695c !important;
  color: #00695c !important;
}

.btn-outline-teal.btn-outline-darken-3:hover {
  background-color: #00695c !important;
}

.border-teal.border-darken-3 {
  border: 1px solid #00695c !important;
}

.border-top-teal.border-top-darken-3 {
  border-top: 1px solid #00695c !important;
}

.border-bottom-teal.border-bottom-darken-3 {
  border-bottom: 1px solid #00695c !important;
}

.border-left-teal.border-left-darken-3 {
  border-left: 1px solid #00695c !important;
}

.border-right-teal.border-right-darken-3 {
  border-right: 1px solid #00695c !important;
}

.btn-teal.btn-darken-4,
.btn-teal.btn-darken-4:hover {
  border-color: #00796b !important;
}

.overlay-teal.overlay-darken-3 {
  background: #00695c;
  background: rgba(0, 105, 92, 0.8);
}

.bg-teal.bg-darken-4,
.btn-teal.btn-darken-4 {
  background-color: #004d40 !important;
}

.teal.darken-4 {
  color: #004d40 !important;
}

.btn-teal.btn-darken-4:hover {
  background-color: #00695c !important;
}

.btn-teal.btn-darken-4:active,
.btn-teal.btn-darken-4:focus {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-darken-4 {
  border-color: #004d40 !important;
  color: #004d40 !important;
}

.btn-outline-teal.btn-outline-darken-4:hover {
  background-color: #004d40 !important;
}

.border-teal.border-darken-4 {
  border: 1px solid #004d40 !important;
}

.border-top-teal.border-top-darken-4 {
  border-top: 1px solid #004d40 !important;
}

.border-bottom-teal.border-bottom-darken-4 {
  border-bottom: 1px solid #004d40 !important;
}

.border-left-teal.border-left-darken-4 {
  border-left: 1px solid #004d40 !important;
}

.border-right-teal.border-right-darken-4 {
  border-right: 1px solid #004d40 !important;
}

.btn-teal.btn-accent-1,
.btn-teal.btn-accent-1:hover {
  border-color: #00796b !important;
}

.overlay-teal.overlay-darken-4 {
  background: #004d40;
  background: rgba(0, 77, 64, 0.8);
}

.bg-teal.bg-accent-1,
.btn-teal.btn-accent-1 {
  background-color: #a7ffeb !important;
}

.teal.accent-1 {
  color: #a7ffeb !important;
}

.btn-teal.btn-accent-1:hover {
  background-color: #00695c !important;
}

.btn-teal.btn-accent-1:active,
.btn-teal.btn-accent-1:focus {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-accent-1 {
  border-color: #a7ffeb !important;
  color: #a7ffeb !important;
}

.btn-outline-teal.btn-outline-accent-1:hover {
  background-color: #a7ffeb !important;
}

.border-teal.border-accent-1 {
  border: 1px solid #a7ffeb !important;
}

.border-top-teal.border-top-accent-1 {
  border-top: 1px solid #a7ffeb !important;
}

.border-bottom-teal.border-bottom-accent-1 {
  border-bottom: 1px solid #a7ffeb !important;
}

.border-left-teal.border-left-accent-1 {
  border-left: 1px solid #a7ffeb !important;
}

.border-right-teal.border-right-accent-1 {
  border-right: 1px solid #a7ffeb !important;
}

.btn-teal.btn-accent-2,
.btn-teal.btn-accent-2:hover {
  border-color: #00796b !important;
}

.overlay-teal.overlay-accent-1 {
  background: #a7ffeb;
  background: rgba(167, 255, 235, 0.8);
}

.bg-teal.bg-accent-2,
.btn-teal.btn-accent-2 {
  background-color: #64ffda !important;
}

.teal.accent-2 {
  color: #64ffda !important;
}

.btn-teal.btn-accent-2:hover {
  background-color: #00695c !important;
}

.btn-teal.btn-accent-2:active,
.btn-teal.btn-accent-2:focus {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-accent-2 {
  border-color: #64ffda !important;
  color: #64ffda !important;
}

.btn-outline-teal.btn-outline-accent-2:hover {
  background-color: #64ffda !important;
}

.border-teal.border-accent-2 {
  border: 1px solid #64ffda !important;
}

.border-top-teal.border-top-accent-2 {
  border-top: 1px solid #64ffda !important;
}

.border-bottom-teal.border-bottom-accent-2 {
  border-bottom: 1px solid #64ffda !important;
}

.border-left-teal.border-left-accent-2 {
  border-left: 1px solid #64ffda !important;
}

.border-right-teal.border-right-accent-2 {
  border-right: 1px solid #64ffda !important;
}

.btn-teal.btn-accent-3,
.btn-teal.btn-accent-3:hover {
  border-color: #00796b !important;
}

.overlay-teal.overlay-accent-2 {
  background: #64ffda;
  background: rgba(100, 255, 218, 0.8);
}

.bg-teal.bg-accent-3,
.btn-teal.btn-accent-3 {
  background-color: #1de9b6 !important;
}

.teal.accent-3 {
  color: #1de9b6 !important;
}

.btn-teal.btn-accent-3:hover {
  background-color: #00695c !important;
}

.btn-teal.btn-accent-3:active,
.btn-teal.btn-accent-3:focus {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-accent-3 {
  border-color: #1de9b6 !important;
  color: #1de9b6 !important;
}

.btn-outline-teal.btn-outline-accent-3:hover {
  background-color: #1de9b6 !important;
}

.border-teal.border-accent-3 {
  border: 1px solid #1de9b6 !important;
}

.border-top-teal.border-top-accent-3 {
  border-top: 1px solid #1de9b6 !important;
}

.border-bottom-teal.border-bottom-accent-3 {
  border-bottom: 1px solid #1de9b6 !important;
}

.border-left-teal.border-left-accent-3 {
  border-left: 1px solid #1de9b6 !important;
}

.border-right-teal.border-right-accent-3 {
  border-right: 1px solid #1de9b6 !important;
}

.btn-teal.btn-accent-4,
.btn-teal.btn-accent-4:hover {
  border-color: #00796b !important;
}

.overlay-teal.overlay-accent-3 {
  background: #1de9b6;
  background: rgba(29, 233, 182, 0.8);
}

.bg-teal.bg-accent-4,
.btn-teal.btn-accent-4 {
  background-color: #00bfa5 !important;
}

.teal.accent-4 {
  color: #00bfa5 !important;
}

.btn-teal.btn-accent-4:hover {
  background-color: #00695c !important;
}

.btn-teal.btn-accent-4:active,
.btn-teal.btn-accent-4:focus {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-accent-4 {
  border-color: #00bfa5 !important;
  color: #00bfa5 !important;
}

.btn-outline-teal.btn-outline-accent-4:hover {
  background-color: #00bfa5 !important;
}

input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00bfa5 !important;
}

.border-teal.border-accent-4 {
  border: 1px solid #00bfa5 !important;
}

.border-top-teal.border-top-accent-4 {
  border-top: 1px solid #00bfa5 !important;
}

.border-bottom-teal.border-bottom-accent-4 {
  border-bottom: 1px solid #00bfa5 !important;
}

.border-left-teal.border-left-accent-4 {
  border-left: 1px solid #00bfa5 !important;
}

.border-right-teal.border-right-accent-4 {
  border-right: 1px solid #00bfa5 !important;
}

.overlay-teal.overlay-accent-4 {
  background: #00bfa5;
  background: rgba(0, 191, 165, 0.8);
}

.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border='teal']:before {
  background-color: #00bfa5;
}

.bg-yellow.bg-lighten-5,
.btn-yellow.btn-lighten-5 {
  background-color: #fffde7 !important;
}

.yellow.lighten-5 {
  color: #fffde7 !important;
}

.btn-yellow.btn-lighten-5 {
  border-color: #fbc02d !important;
}

.btn-yellow.btn-lighten-5:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}

.btn-yellow.btn-lighten-5:active,
.btn-yellow.btn-lighten-5:focus {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-lighten-5 {
  border-color: #fffde7 !important;
  color: #fffde7 !important;
}

.btn-outline-yellow.btn-outline-lighten-5:hover {
  background-color: #fffde7 !important;
}

.border-yellow.border-lighten-5 {
  border: 1px solid #fffde7 !important;
}

.border-top-yellow.border-top-lighten-5 {
  border-top: 1px solid #fffde7 !important;
}

.border-bottom-yellow.border-bottom-lighten-5 {
  border-bottom: 1px solid #fffde7 !important;
}

.border-left-yellow.border-left-lighten-5 {
  border-left: 1px solid #fffde7 !important;
}

.border-right-yellow.border-right-lighten-5 {
  border-right: 1px solid #fffde7 !important;
}

.overlay-yellow.overlay-lighten-5 {
  background: #fffde7;
  background: rgba(255, 253, 231, 0.8);
}

.bg-yellow.bg-lighten-4,
.btn-yellow.btn-lighten-4 {
  background-color: #fff9c4 !important;
}

.yellow.lighten-4 {
  color: #fff9c4 !important;
}

.btn-yellow.btn-lighten-4 {
  border-color: #fbc02d !important;
}

.btn-yellow.btn-lighten-4:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}

.btn-yellow.btn-lighten-4:active,
.btn-yellow.btn-lighten-4:focus {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-lighten-4 {
  border-color: #fff9c4 !important;
  color: #fff9c4 !important;
}

.btn-outline-yellow.btn-outline-lighten-4:hover {
  background-color: #fff9c4 !important;
}

.border-yellow.border-lighten-4 {
  border: 1px solid #fff9c4 !important;
}

.border-top-yellow.border-top-lighten-4 {
  border-top: 1px solid #fff9c4 !important;
}

.border-bottom-yellow.border-bottom-lighten-4 {
  border-bottom: 1px solid #fff9c4 !important;
}

.border-left-yellow.border-left-lighten-4 {
  border-left: 1px solid #fff9c4 !important;
}

.border-right-yellow.border-right-lighten-4 {
  border-right: 1px solid #fff9c4 !important;
}

.overlay-yellow.overlay-lighten-4 {
  background: #fff9c4;
  background: rgba(255, 249, 196, 0.8);
}

.bg-yellow.bg-lighten-3,
.btn-yellow.btn-lighten-3 {
  background-color: #fff59d !important;
}

.yellow.lighten-3 {
  color: #fff59d !important;
}

.btn-yellow.btn-lighten-3 {
  border-color: #fbc02d !important;
}

.btn-yellow.btn-lighten-3:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}

.btn-yellow.btn-lighten-3:active,
.btn-yellow.btn-lighten-3:focus {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-lighten-3 {
  border-color: #fff59d !important;
  color: #fff59d !important;
}

.btn-outline-yellow.btn-outline-lighten-3:hover {
  background-color: #fff59d !important;
}

.border-yellow.border-lighten-3 {
  border: 1px solid #fff59d !important;
}

.border-top-yellow.border-top-lighten-3 {
  border-top: 1px solid #fff59d !important;
}

.border-bottom-yellow.border-bottom-lighten-3 {
  border-bottom: 1px solid #fff59d !important;
}

.border-left-yellow.border-left-lighten-3 {
  border-left: 1px solid #fff59d !important;
}

.border-right-yellow.border-right-lighten-3 {
  border-right: 1px solid #fff59d !important;
}

.overlay-yellow.overlay-lighten-3 {
  background: #fff59d;
  background: rgba(255, 245, 157, 0.8);
}

.bg-yellow.bg-lighten-2,
.btn-yellow.btn-lighten-2 {
  background-color: #fff176 !important;
}

.yellow.lighten-2 {
  color: #fff176 !important;
}

.btn-yellow.btn-lighten-2 {
  border-color: #fbc02d !important;
}

.btn-yellow.btn-lighten-2:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}

.btn-yellow.btn-lighten-2:active,
.btn-yellow.btn-lighten-2:focus {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-lighten-2 {
  border-color: #fff176 !important;
  color: #fff176 !important;
}

.btn-outline-yellow.btn-outline-lighten-2:hover {
  background-color: #fff176 !important;
}

.border-yellow.border-lighten-2 {
  border: 1px solid #fff176 !important;
}

.border-top-yellow.border-top-lighten-2 {
  border-top: 1px solid #fff176 !important;
}

.border-bottom-yellow.border-bottom-lighten-2 {
  border-bottom: 1px solid #fff176 !important;
}

.border-left-yellow.border-left-lighten-2 {
  border-left: 1px solid #fff176 !important;
}

.border-right-yellow.border-right-lighten-2 {
  border-right: 1px solid #fff176 !important;
}

.overlay-yellow.overlay-lighten-2 {
  background: #fff176;
  background: rgba(255, 241, 118, 0.8);
}

.bg-yellow.bg-lighten-1,
.btn-yellow.btn-lighten-1 {
  background-color: #ffee58 !important;
}

.yellow.lighten-1 {
  color: #ffee58 !important;
}

.btn-yellow.btn-lighten-1 {
  border-color: #fbc02d !important;
}

.btn-yellow.btn-lighten-1:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}

.btn-yellow.btn-lighten-1:active,
.btn-yellow.btn-lighten-1:focus {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-lighten-1 {
  border-color: #ffee58 !important;
  color: #ffee58 !important;
}

.btn-outline-yellow.btn-outline-lighten-1:hover {
  background-color: #ffee58 !important;
}

.border-yellow.border-lighten-1 {
  border: 1px solid #ffee58 !important;
}

.border-top-yellow.border-top-lighten-1 {
  border-top: 1px solid #ffee58 !important;
}

.border-bottom-yellow.border-bottom-lighten-1 {
  border-bottom: 1px solid #ffee58 !important;
}

.border-left-yellow.border-left-lighten-1 {
  border-left: 1px solid #ffee58 !important;
}

.border-right-yellow.border-right-lighten-1 {
  border-right: 1px solid #ffee58 !important;
}

.overlay-yellow.overlay-lighten-1 {
  background: #ffee58;
  background: rgba(255, 238, 88, 0.8);
}

.yellow {
  color: #ffeb3b !important;
}

.bg-yellow {
  background-color: #ffeb3b !important;
}

.bg-yellow .card-footer,
.bg-yellow .card-header {
  background-color: transparent;
}

.alert-yellow {
  border-color: #fff282 !important;
  background-color: #fff282 !important;
  color: #887a00 !important;
}

.alert-yellow .alert-link {
  color: #5f5500 !important;
}

.bullet.bullet-yellow {
  background-color: #ffeb3b;
}

.bg-light-yellow {
  background-color: rgba(255, 235, 59, 0.15);
}

.bg-yellow.badge-glow,
.border-yellow.badge-glow {
  box-shadow: 0 0 10px #ffeb3b;
}

.overlay-yellow {
  background: #ffeb3b;
  background: rgba(255, 235, 59, 0.8);
}

.btn-yellow {
  background-color: #ffeb3b !important;
  color: #fff;
}

.btn-yellow:hover {
  border-color: #fdd835 !important;
  background-color: #ffee58 !important;
  color: #fff !important;
}

.btn-yellow:active,
.btn-yellow:focus {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
  color: #fff !important;
}

.btn-outline-yellow {
  border-color: #ffeb3b;
  background-color: transparent;
  color: #ffeb3b;
}

.btn-outline-yellow:hover {
  background-color: #ffeb3b;
  color: #fff !important;
}

.widget-timeline .timeline-items.timeline-icon-yellow:before {
  background-color: #ffeb3b;
}

input[type='checkbox'].bg-yellow + .custom-control-label:before,
input[type='radio'].bg-yellow + .custom-control-label:before {
  background-color: #ffeb3b !important;
}

.bg-yellow.bg-darken-1,
.btn-yellow.btn-darken-1 {
  background-color: #fdd835 !important;
}

.border-yellow {
  border: 1px solid #ffeb3b !important;
}

.border-top-yellow {
  border-top: 1px solid #ffeb3b;
}

.border-bottom-yellow {
  border-bottom: 1px solid #ffeb3b;
}

.border-left-yellow {
  border-left: 1px solid #ffeb3b;
}

.border-right-yellow {
  border-right: 1px solid #ffeb3b;
}

.yellow.darken-1 {
  color: #fdd835 !important;
}

.btn-yellow.btn-darken-1 {
  border-color: #fbc02d !important;
}

.btn-yellow.btn-darken-1:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}

.btn-yellow.btn-darken-1:active,
.btn-yellow.btn-darken-1:focus {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-darken-1 {
  border-color: #fdd835 !important;
  color: #fdd835 !important;
}

.btn-outline-yellow.btn-outline-darken-1:hover {
  background-color: #fdd835 !important;
}

.border-yellow.border-darken-1 {
  border: 1px solid #fdd835 !important;
}

.border-top-yellow.border-top-darken-1 {
  border-top: 1px solid #fdd835 !important;
}

.border-bottom-yellow.border-bottom-darken-1 {
  border-bottom: 1px solid #fdd835 !important;
}

.border-left-yellow.border-left-darken-1 {
  border-left: 1px solid #fdd835 !important;
}

.border-right-yellow.border-right-darken-1 {
  border-right: 1px solid #fdd835 !important;
}

.btn-yellow.btn-darken-2,
.btn-yellow.btn-darken-2:hover {
  border-color: #fbc02d !important;
}

.overlay-yellow.overlay-darken-1 {
  background: #fdd835;
  background: rgba(253, 216, 53, 0.8);
}

.bg-yellow.bg-darken-2,
.btn-yellow.btn-darken-2 {
  background-color: #fbc02d !important;
}

.yellow.darken-2 {
  color: #fbc02d !important;
}

.btn-yellow.btn-darken-2:hover {
  background-color: #f9a825 !important;
}

.btn-yellow.btn-darken-2:active,
.btn-yellow.btn-darken-2:focus {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-darken-2 {
  border-color: #fbc02d !important;
  color: #fbc02d !important;
}

.btn-outline-yellow.btn-outline-darken-2:hover {
  background-color: #fbc02d !important;
}

.border-yellow.border-darken-2 {
  border: 1px solid #fbc02d !important;
}

.border-top-yellow.border-top-darken-2 {
  border-top: 1px solid #fbc02d !important;
}

.border-bottom-yellow.border-bottom-darken-2 {
  border-bottom: 1px solid #fbc02d !important;
}

.border-left-yellow.border-left-darken-2 {
  border-left: 1px solid #fbc02d !important;
}

.border-right-yellow.border-right-darken-2 {
  border-right: 1px solid #fbc02d !important;
}

.overlay-yellow.overlay-darken-2 {
  background: #fbc02d;
  background: rgba(251, 192, 45, 0.8);
}

.yellow.darken-3 {
  color: #f9a825 !important;
}

.bg-yellow.bg-darken-3 {
  background-color: #f9a825 !important;
}

.btn-yellow.btn-darken-3,
.btn-yellow.btn-darken-3:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}

.btn-yellow.btn-darken-3:active,
.btn-yellow.btn-darken-3:focus {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-darken-3 {
  border-color: #f9a825 !important;
  color: #f9a825 !important;
}

.btn-outline-yellow.btn-outline-darken-3:hover {
  background-color: #f9a825 !important;
}

.border-yellow.border-darken-3 {
  border: 1px solid #f9a825 !important;
}

.border-top-yellow.border-top-darken-3 {
  border-top: 1px solid #f9a825 !important;
}

.border-bottom-yellow.border-bottom-darken-3 {
  border-bottom: 1px solid #f9a825 !important;
}

.border-left-yellow.border-left-darken-3 {
  border-left: 1px solid #f9a825 !important;
}

.border-right-yellow.border-right-darken-3 {
  border-right: 1px solid #f9a825 !important;
}

.btn-yellow.btn-darken-4,
.btn-yellow.btn-darken-4:hover {
  border-color: #fbc02d !important;
}

.overlay-yellow.overlay-darken-3 {
  background: #f9a825;
  background: rgba(249, 168, 37, 0.8);
}

.bg-yellow.bg-darken-4,
.btn-yellow.btn-darken-4 {
  background-color: #f57f17 !important;
}

.yellow.darken-4 {
  color: #f57f17 !important;
}

.btn-yellow.btn-darken-4:hover {
  background-color: #f9a825 !important;
}

.btn-yellow.btn-darken-4:active,
.btn-yellow.btn-darken-4:focus {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-darken-4 {
  border-color: #f57f17 !important;
  color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-darken-4:hover {
  background-color: #f57f17 !important;
}

.border-yellow.border-darken-4 {
  border: 1px solid #f57f17 !important;
}

.border-top-yellow.border-top-darken-4 {
  border-top: 1px solid #f57f17 !important;
}

.border-bottom-yellow.border-bottom-darken-4 {
  border-bottom: 1px solid #f57f17 !important;
}

.border-left-yellow.border-left-darken-4 {
  border-left: 1px solid #f57f17 !important;
}

.border-right-yellow.border-right-darken-4 {
  border-right: 1px solid #f57f17 !important;
}

.btn-yellow.btn-accent-1,
.btn-yellow.btn-accent-1:hover {
  border-color: #fbc02d !important;
}

.overlay-yellow.overlay-darken-4 {
  background: #f57f17;
  background: rgba(245, 127, 23, 0.8);
}

.bg-yellow.bg-accent-1,
.btn-yellow.btn-accent-1 {
  background-color: #ffff8d !important;
}

.yellow.accent-1 {
  color: #ffff8d !important;
}

.btn-yellow.btn-accent-1:hover {
  background-color: #f9a825 !important;
}

.btn-yellow.btn-accent-1:active,
.btn-yellow.btn-accent-1:focus {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-accent-1 {
  border-color: #ffff8d !important;
  color: #ffff8d !important;
}

.btn-outline-yellow.btn-outline-accent-1:hover {
  background-color: #ffff8d !important;
}

.border-yellow.border-accent-1 {
  border: 1px solid #ffff8d !important;
}

.border-top-yellow.border-top-accent-1 {
  border-top: 1px solid #ffff8d !important;
}

.border-bottom-yellow.border-bottom-accent-1 {
  border-bottom: 1px solid #ffff8d !important;
}

.border-left-yellow.border-left-accent-1 {
  border-left: 1px solid #ffff8d !important;
}

.border-right-yellow.border-right-accent-1 {
  border-right: 1px solid #ffff8d !important;
}

.btn-yellow.btn-accent-2,
.btn-yellow.btn-accent-2:hover {
  border-color: #fbc02d !important;
}

.overlay-yellow.overlay-accent-1 {
  background: #ffff8d;
  background: rgba(255, 255, 141, 0.8);
}

.bg-yellow.bg-accent-2,
.btn-yellow.btn-accent-2 {
  background-color: #ff0 !important;
}

.yellow.accent-2 {
  color: #ff0 !important;
}

.btn-yellow.btn-accent-2:hover {
  background-color: #f9a825 !important;
}

.btn-yellow.btn-accent-2:active,
.btn-yellow.btn-accent-2:focus {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-accent-2 {
  border-color: #ff0 !important;
  color: #ff0 !important;
}

.btn-outline-yellow.btn-outline-accent-2:hover {
  background-color: #ff0 !important;
}

.border-yellow.border-accent-2 {
  border: 1px solid #ff0 !important;
}

.border-top-yellow.border-top-accent-2 {
  border-top: 1px solid #ff0 !important;
}

.border-bottom-yellow.border-bottom-accent-2 {
  border-bottom: 1px solid #ff0 !important;
}

.border-left-yellow.border-left-accent-2 {
  border-left: 1px solid #ff0 !important;
}

.border-right-yellow.border-right-accent-2 {
  border-right: 1px solid #ff0 !important;
}

.btn-yellow.btn-accent-3,
.btn-yellow.btn-accent-3:hover {
  border-color: #fbc02d !important;
}

.overlay-yellow.overlay-accent-2 {
  background: #ff0;
  background: rgba(255, 255, 0, 0.8);
}

.bg-yellow.bg-accent-3,
.btn-yellow.btn-accent-3 {
  background-color: #ffea00 !important;
}

.yellow.accent-3 {
  color: #ffea00 !important;
}

.btn-yellow.btn-accent-3:hover {
  background-color: #f9a825 !important;
}

.btn-yellow.btn-accent-3:active,
.btn-yellow.btn-accent-3:focus {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-accent-3 {
  border-color: #ffea00 !important;
  color: #ffea00 !important;
}

.btn-outline-yellow.btn-outline-accent-3:hover {
  background-color: #ffea00 !important;
}

.border-yellow.border-accent-3 {
  border: 1px solid #ffea00 !important;
}

.border-top-yellow.border-top-accent-3 {
  border-top: 1px solid #ffea00 !important;
}

.border-bottom-yellow.border-bottom-accent-3 {
  border-bottom: 1px solid #ffea00 !important;
}

.border-left-yellow.border-left-accent-3 {
  border-left: 1px solid #ffea00 !important;
}

.border-right-yellow.border-right-accent-3 {
  border-right: 1px solid #ffea00 !important;
}

.btn-yellow.btn-accent-4,
.btn-yellow.btn-accent-4:hover {
  border-color: #fbc02d !important;
}

.overlay-yellow.overlay-accent-3 {
  background: #ffea00;
  background: rgba(255, 234, 0, 0.8);
}

.bg-yellow.bg-accent-4,
.btn-yellow.btn-accent-4 {
  background-color: #ffd600 !important;
}

.yellow.accent-4 {
  color: #ffd600 !important;
}

.btn-yellow.btn-accent-4:hover {
  background-color: #f9a825 !important;
}

.btn-yellow.btn-accent-4:active,
.btn-yellow.btn-accent-4:focus {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-accent-4 {
  border-color: #ffd600 !important;
  color: #ffd600 !important;
}

.btn-outline-yellow.btn-outline-accent-4:hover {
  background-color: #ffd600 !important;
}

input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd600 !important;
}

.border-yellow.border-accent-4 {
  border: 1px solid #ffd600 !important;
}

.border-top-yellow.border-top-accent-4 {
  border-top: 1px solid #ffd600 !important;
}

.border-bottom-yellow.border-bottom-accent-4 {
  border-bottom: 1px solid #ffd600 !important;
}

.border-left-yellow.border-left-accent-4 {
  border-left: 1px solid #ffd600 !important;
}

.border-right-yellow.border-right-accent-4 {
  border-right: 1px solid #ffd600 !important;
}

.btn-amber.btn-lighten-5,
.btn-amber.btn-lighten-5:hover {
  border-color: #ffa000 !important;
}

.overlay-yellow.overlay-accent-4 {
  background: #ffd600;
  background: rgba(255, 214, 0, 0.8);
}

.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border='yellow']:before {
  background-color: #ffd600;
}

.bg-amber.bg-lighten-5,
.btn-amber.btn-lighten-5 {
  background-color: #fff8e1 !important;
}

.amber.lighten-5 {
  color: #fff8e1 !important;
}

.btn-amber.btn-lighten-5:hover {
  background-color: #ff8f00 !important;
}

.btn-amber.btn-lighten-5:active,
.btn-amber.btn-lighten-5:focus {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-lighten-5 {
  border-color: #fff8e1 !important;
  color: #fff8e1 !important;
}

.btn-outline-amber.btn-outline-lighten-5:hover {
  background-color: #fff8e1 !important;
}

.border-amber.border-lighten-5 {
  border: 1px solid #fff8e1 !important;
}

.border-top-amber.border-top-lighten-5 {
  border-top: 1px solid #fff8e1 !important;
}

.border-bottom-amber.border-bottom-lighten-5 {
  border-bottom: 1px solid #fff8e1 !important;
}

.border-left-amber.border-left-lighten-5 {
  border-left: 1px solid #fff8e1 !important;
}

.border-right-amber.border-right-lighten-5 {
  border-right: 1px solid #fff8e1 !important;
}

.btn-amber.btn-lighten-4,
.btn-amber.btn-lighten-4:hover {
  border-color: #ffa000 !important;
}

.overlay-amber.overlay-lighten-5 {
  background: #fff8e1;
  background: rgba(255, 248, 225, 0.8);
}

.bg-amber.bg-lighten-4,
.btn-amber.btn-lighten-4 {
  background-color: #ffecb3 !important;
}

.amber.lighten-4 {
  color: #ffecb3 !important;
}

.btn-amber.btn-lighten-4:hover {
  background-color: #ff8f00 !important;
}

.btn-amber.btn-lighten-4:active,
.btn-amber.btn-lighten-4:focus {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-lighten-4 {
  border-color: #ffecb3 !important;
  color: #ffecb3 !important;
}

.btn-outline-amber.btn-outline-lighten-4:hover {
  background-color: #ffecb3 !important;
}

.border-amber.border-lighten-4 {
  border: 1px solid #ffecb3 !important;
}

.border-top-amber.border-top-lighten-4 {
  border-top: 1px solid #ffecb3 !important;
}

.border-bottom-amber.border-bottom-lighten-4 {
  border-bottom: 1px solid #ffecb3 !important;
}

.border-left-amber.border-left-lighten-4 {
  border-left: 1px solid #ffecb3 !important;
}

.border-right-amber.border-right-lighten-4 {
  border-right: 1px solid #ffecb3 !important;
}

.btn-amber.btn-lighten-3,
.btn-amber.btn-lighten-3:hover {
  border-color: #ffa000 !important;
}

.overlay-amber.overlay-lighten-4 {
  background: #ffecb3;
  background: rgba(255, 236, 179, 0.8);
}

.bg-amber.bg-lighten-3,
.btn-amber.btn-lighten-3 {
  background-color: #ffe082 !important;
}

.amber.lighten-3 {
  color: #ffe082 !important;
}

.btn-amber.btn-lighten-3:hover {
  background-color: #ff8f00 !important;
}

.btn-amber.btn-lighten-3:active,
.btn-amber.btn-lighten-3:focus {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-lighten-3 {
  border-color: #ffe082 !important;
  color: #ffe082 !important;
}

.btn-outline-amber.btn-outline-lighten-3:hover {
  background-color: #ffe082 !important;
}

.border-amber.border-lighten-3 {
  border: 1px solid #ffe082 !important;
}

.border-top-amber.border-top-lighten-3 {
  border-top: 1px solid #ffe082 !important;
}

.border-bottom-amber.border-bottom-lighten-3 {
  border-bottom: 1px solid #ffe082 !important;
}

.border-left-amber.border-left-lighten-3 {
  border-left: 1px solid #ffe082 !important;
}

.border-right-amber.border-right-lighten-3 {
  border-right: 1px solid #ffe082 !important;
}

.btn-amber.btn-lighten-2,
.btn-amber.btn-lighten-2:hover {
  border-color: #ffa000 !important;
}

.overlay-amber.overlay-lighten-3 {
  background: #ffe082;
  background: rgba(255, 224, 130, 0.8);
}

.bg-amber.bg-lighten-2,
.btn-amber.btn-lighten-2 {
  background-color: #ffd54f !important;
}

.amber.lighten-2 {
  color: #ffd54f !important;
}

.btn-amber.btn-lighten-2:hover {
  background-color: #ff8f00 !important;
}

.btn-amber.btn-lighten-2:active,
.btn-amber.btn-lighten-2:focus {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-lighten-2 {
  border-color: #ffd54f !important;
  color: #ffd54f !important;
}

.btn-outline-amber.btn-outline-lighten-2:hover {
  background-color: #ffd54f !important;
}

.border-amber.border-lighten-2 {
  border: 1px solid #ffd54f !important;
}

.border-top-amber.border-top-lighten-2 {
  border-top: 1px solid #ffd54f !important;
}

.border-bottom-amber.border-bottom-lighten-2 {
  border-bottom: 1px solid #ffd54f !important;
}

.border-left-amber.border-left-lighten-2 {
  border-left: 1px solid #ffd54f !important;
}

.border-right-amber.border-right-lighten-2 {
  border-right: 1px solid #ffd54f !important;
}

.btn-amber.btn-lighten-1,
.btn-amber.btn-lighten-1:hover {
  border-color: #ffa000 !important;
}

.overlay-amber.overlay-lighten-2 {
  background: #ffd54f;
  background: rgba(255, 213, 79, 0.8);
}

.bg-amber.bg-lighten-1,
.btn-amber.btn-lighten-1 {
  background-color: #ffca28 !important;
}

.amber.lighten-1 {
  color: #ffca28 !important;
}

.btn-amber.btn-lighten-1:hover {
  background-color: #ff8f00 !important;
}

.btn-amber.btn-lighten-1:active,
.btn-amber.btn-lighten-1:focus {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-lighten-1 {
  border-color: #ffca28 !important;
  color: #ffca28 !important;
}

.btn-outline-amber.btn-outline-lighten-1:hover {
  background-color: #ffca28 !important;
}

.border-amber.border-lighten-1 {
  border: 1px solid #ffca28 !important;
}

.border-top-amber.border-top-lighten-1 {
  border-top: 1px solid #ffca28 !important;
}

.border-bottom-amber.border-bottom-lighten-1 {
  border-bottom: 1px solid #ffca28 !important;
}

.border-left-amber.border-left-lighten-1 {
  border-left: 1px solid #ffca28 !important;
}

.border-right-amber.border-right-lighten-1 {
  border-right: 1px solid #ffca28 !important;
}

.overlay-amber.overlay-lighten-1 {
  background: #ffca28;
  background: rgba(255, 202, 40, 0.8);
}

.amber {
  color: #ffc107 !important;
}

.bg-amber {
  background-color: #ffc107 !important;
}

.bg-amber .card-footer,
.bg-amber .card-header {
  background-color: transparent;
}

.alert-amber {
  border-color: #ffd34e !important;
  background-color: #ffd34e !important;
  color: #543f00 !important;
}

.alert-amber .alert-link {
  color: #2b2000 !important;
}

.bullet.bullet-amber {
  background-color: #ffc107;
}

.bg-light-amber {
  background-color: rgba(255, 193, 7, 0.15);
}

.bg-amber.badge-glow,
.border-amber.badge-glow {
  box-shadow: 0 0 10px #ffc107;
}

.overlay-amber {
  background: #ffc107;
  background: rgba(255, 193, 7, 0.8);
}

.btn-amber {
  background-color: #ffc107 !important;
  color: #fff;
}

.btn-amber:hover {
  border-color: #ffb300 !important;
  background-color: #ffca28 !important;
  color: #fff !important;
}

.btn-amber:active,
.btn-amber:focus {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
  color: #fff !important;
}

.btn-outline-amber {
  border-color: #ffc107;
  background-color: transparent;
  color: #ffc107;
}

.btn-outline-amber:hover,
.widget-timeline .timeline-items.timeline-icon-amber:before {
  background-color: #ffc107;
}

.btn-outline-amber:hover {
  color: #fff !important;
}

input[type='checkbox'].bg-amber + .custom-control-label:before,
input[type='radio'].bg-amber + .custom-control-label:before {
  background-color: #ffc107 !important;
}

.bg-amber.bg-darken-1,
.btn-amber.btn-darken-1 {
  background-color: #ffb300 !important;
}

.border-amber {
  border: 1px solid #ffc107 !important;
}

.border-top-amber {
  border-top: 1px solid #ffc107;
}

.border-bottom-amber {
  border-bottom: 1px solid #ffc107;
}

.border-left-amber {
  border-left: 1px solid #ffc107;
}

.border-right-amber {
  border-right: 1px solid #ffc107;
}

.amber.darken-1 {
  color: #ffb300 !important;
}

.btn-amber.btn-darken-1 {
  border-color: #ffa000 !important;
}

.btn-amber.btn-darken-1:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}

.btn-amber.btn-darken-1:active,
.btn-amber.btn-darken-1:focus {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-darken-1 {
  border-color: #ffb300 !important;
  color: #ffb300 !important;
}

.btn-outline-amber.btn-outline-darken-1:hover {
  background-color: #ffb300 !important;
}

.border-amber.border-darken-1 {
  border: 1px solid #ffb300 !important;
}

.border-top-amber.border-top-darken-1 {
  border-top: 1px solid #ffb300 !important;
}

.border-bottom-amber.border-bottom-darken-1 {
  border-bottom: 1px solid #ffb300 !important;
}

.border-left-amber.border-left-darken-1 {
  border-left: 1px solid #ffb300 !important;
}

.border-right-amber.border-right-darken-1 {
  border-right: 1px solid #ffb300 !important;
}

.btn-amber.btn-darken-2,
.btn-amber.btn-darken-2:hover {
  border-color: #ffa000 !important;
}

.overlay-amber.overlay-darken-1 {
  background: #ffb300;
  background: rgba(255, 179, 0, 0.8);
}

.bg-amber.bg-darken-2,
.btn-amber.btn-darken-2 {
  background-color: #ffa000 !important;
}

.amber.darken-2 {
  color: #ffa000 !important;
}

.btn-amber.btn-darken-2:hover {
  background-color: #ff8f00 !important;
}

.btn-amber.btn-darken-2:active,
.btn-amber.btn-darken-2:focus {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-darken-2 {
  border-color: #ffa000 !important;
  color: #ffa000 !important;
}

.btn-outline-amber.btn-outline-darken-2:hover {
  background-color: #ffa000 !important;
}

.border-amber.border-darken-2 {
  border: 1px solid #ffa000 !important;
}

.border-top-amber.border-top-darken-2 {
  border-top: 1px solid #ffa000 !important;
}

.border-bottom-amber.border-bottom-darken-2 {
  border-bottom: 1px solid #ffa000 !important;
}

.border-left-amber.border-left-darken-2 {
  border-left: 1px solid #ffa000 !important;
}

.border-right-amber.border-right-darken-2 {
  border-right: 1px solid #ffa000 !important;
}

.overlay-amber.overlay-darken-2 {
  background: #ffa000;
  background: rgba(255, 160, 0, 0.8);
}

.amber.darken-3 {
  color: #ff8f00 !important;
}

.bg-amber.bg-darken-3 {
  background-color: #ff8f00 !important;
}

.btn-amber.btn-darken-3,
.btn-amber.btn-darken-3:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}

.btn-amber.btn-darken-3:active,
.btn-amber.btn-darken-3:focus {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-darken-3 {
  border-color: #ff8f00 !important;
  color: #ff8f00 !important;
}

.btn-outline-amber.btn-outline-darken-3:hover {
  background-color: #ff8f00 !important;
}

.border-amber.border-darken-3 {
  border: 1px solid #ff8f00 !important;
}

.border-top-amber.border-top-darken-3 {
  border-top: 1px solid #ff8f00 !important;
}

.border-bottom-amber.border-bottom-darken-3 {
  border-bottom: 1px solid #ff8f00 !important;
}

.border-left-amber.border-left-darken-3 {
  border-left: 1px solid #ff8f00 !important;
}

.border-right-amber.border-right-darken-3 {
  border-right: 1px solid #ff8f00 !important;
}

.btn-amber.btn-darken-4,
.btn-amber.btn-darken-4:hover {
  border-color: #ffa000 !important;
}

.overlay-amber.overlay-darken-3 {
  background: #ff8f00;
  background: rgba(255, 143, 0, 0.8);
}

.bg-amber.bg-darken-4,
.btn-amber.btn-darken-4 {
  background-color: #ff6f00 !important;
}

.amber.darken-4 {
  color: #ff6f00 !important;
}

.btn-amber.btn-darken-4:hover {
  background-color: #ff8f00 !important;
}

.btn-amber.btn-darken-4:active,
.btn-amber.btn-darken-4:focus {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-darken-4 {
  border-color: #ff6f00 !important;
  color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-darken-4:hover {
  background-color: #ff6f00 !important;
}

.border-amber.border-darken-4 {
  border: 1px solid #ff6f00 !important;
}

.border-top-amber.border-top-darken-4 {
  border-top: 1px solid #ff6f00 !important;
}

.border-bottom-amber.border-bottom-darken-4 {
  border-bottom: 1px solid #ff6f00 !important;
}

.border-left-amber.border-left-darken-4 {
  border-left: 1px solid #ff6f00 !important;
}

.border-right-amber.border-right-darken-4 {
  border-right: 1px solid #ff6f00 !important;
}

.btn-amber.btn-accent-1,
.btn-amber.btn-accent-1:hover {
  border-color: #ffa000 !important;
}

.overlay-amber.overlay-darken-4 {
  background: #ff6f00;
  background: rgba(255, 111, 0, 0.8);
}

.bg-amber.bg-accent-1,
.btn-amber.btn-accent-1 {
  background-color: #ffe57f !important;
}

.amber.accent-1 {
  color: #ffe57f !important;
}

.btn-amber.btn-accent-1:hover {
  background-color: #ff8f00 !important;
}

.btn-amber.btn-accent-1:active,
.btn-amber.btn-accent-1:focus {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-accent-1 {
  border-color: #ffe57f !important;
  color: #ffe57f !important;
}

.btn-outline-amber.btn-outline-accent-1:hover {
  background-color: #ffe57f !important;
}

.border-amber.border-accent-1 {
  border: 1px solid #ffe57f !important;
}

.border-top-amber.border-top-accent-1 {
  border-top: 1px solid #ffe57f !important;
}

.border-bottom-amber.border-bottom-accent-1 {
  border-bottom: 1px solid #ffe57f !important;
}

.border-left-amber.border-left-accent-1 {
  border-left: 1px solid #ffe57f !important;
}

.border-right-amber.border-right-accent-1 {
  border-right: 1px solid #ffe57f !important;
}

.btn-amber.btn-accent-2,
.btn-amber.btn-accent-2:hover {
  border-color: #ffa000 !important;
}

.overlay-amber.overlay-accent-1 {
  background: #ffe57f;
  background: rgba(255, 229, 127, 0.8);
}

.bg-amber.bg-accent-2,
.btn-amber.btn-accent-2 {
  background-color: #ffd740 !important;
}

.amber.accent-2 {
  color: #ffd740 !important;
}

.btn-amber.btn-accent-2:hover {
  background-color: #ff8f00 !important;
}

.btn-amber.btn-accent-2:active,
.btn-amber.btn-accent-2:focus {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-accent-2 {
  border-color: #ffd740 !important;
  color: #ffd740 !important;
}

.btn-outline-amber.btn-outline-accent-2:hover {
  background-color: #ffd740 !important;
}

.border-amber.border-accent-2 {
  border: 1px solid #ffd740 !important;
}

.border-top-amber.border-top-accent-2 {
  border-top: 1px solid #ffd740 !important;
}

.border-bottom-amber.border-bottom-accent-2 {
  border-bottom: 1px solid #ffd740 !important;
}

.border-left-amber.border-left-accent-2 {
  border-left: 1px solid #ffd740 !important;
}

.border-right-amber.border-right-accent-2 {
  border-right: 1px solid #ffd740 !important;
}

.btn-amber.btn-accent-3,
.btn-amber.btn-accent-3:hover {
  border-color: #ffa000 !important;
}

.overlay-amber.overlay-accent-2 {
  background: #ffd740;
  background: rgba(255, 215, 64, 0.8);
}

.bg-amber.bg-accent-3,
.btn-amber.btn-accent-3 {
  background-color: #ffc400 !important;
}

.amber.accent-3 {
  color: #ffc400 !important;
}

.btn-amber.btn-accent-3:hover {
  background-color: #ff8f00 !important;
}

.btn-amber.btn-accent-3:active,
.btn-amber.btn-accent-3:focus {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-accent-3 {
  border-color: #ffc400 !important;
  color: #ffc400 !important;
}

.btn-outline-amber.btn-outline-accent-3:hover {
  background-color: #ffc400 !important;
}

.border-amber.border-accent-3 {
  border: 1px solid #ffc400 !important;
}

.border-top-amber.border-top-accent-3 {
  border-top: 1px solid #ffc400 !important;
}

.border-bottom-amber.border-bottom-accent-3 {
  border-bottom: 1px solid #ffc400 !important;
}

.border-left-amber.border-left-accent-3 {
  border-left: 1px solid #ffc400 !important;
}

.border-right-amber.border-right-accent-3 {
  border-right: 1px solid #ffc400 !important;
}

.btn-amber.btn-accent-4,
.btn-amber.btn-accent-4:hover {
  border-color: #ffa000 !important;
}

.overlay-amber.overlay-accent-3 {
  background: #ffc400;
  background: rgba(255, 196, 0, 0.8);
}

.bg-amber.bg-accent-4,
.btn-amber.btn-accent-4 {
  background-color: #ffab00 !important;
}

.amber.accent-4 {
  color: #ffab00 !important;
}

.btn-amber.btn-accent-4:hover {
  background-color: #ff8f00 !important;
}

.btn-amber.btn-accent-4:active,
.btn-amber.btn-accent-4:focus {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-accent-4 {
  border-color: #ffab00 !important;
  color: #ffab00 !important;
}

.btn-outline-amber.btn-outline-accent-4:hover {
  background-color: #ffab00 !important;
}

input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffab00 !important;
}

.border-amber.border-accent-4 {
  border: 1px solid #ffab00 !important;
}

.border-top-amber.border-top-accent-4 {
  border-top: 1px solid #ffab00 !important;
}

.border-bottom-amber.border-bottom-accent-4 {
  border-bottom: 1px solid #ffab00 !important;
}

.border-left-amber.border-left-accent-4 {
  border-left: 1px solid #ffab00 !important;
}

.border-right-amber.border-right-accent-4 {
  border-right: 1px solid #ffab00 !important;
}

.overlay-amber.overlay-accent-4 {
  background: #ffab00;
  background: rgba(255, 171, 0, 0.8);
}

.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border='amber']:before {
  background-color: #ffab00;
}

.bg-blue-grey.bg-lighten-5,
.btn-blue-grey.btn-lighten-5 {
  background-color: #eceff1 !important;
}

.blue-grey.lighten-5 {
  color: #eceff1 !important;
}

.btn-blue-grey.btn-lighten-5 {
  border-color: #455a64 !important;
}

.btn-blue-grey.btn-lighten-5:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}

.btn-blue-grey.btn-lighten-5:active,
.btn-blue-grey.btn-lighten-5:focus {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-5 {
  border-color: #eceff1 !important;
  color: #eceff1 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-5:hover {
  background-color: #eceff1 !important;
}

.border-blue-grey.border-lighten-5 {
  border: 1px solid #eceff1 !important;
}

.border-top-blue-grey.border-top-lighten-5 {
  border-top: 1px solid #eceff1 !important;
}

.border-bottom-blue-grey.border-bottom-lighten-5 {
  border-bottom: 1px solid #eceff1 !important;
}

.border-left-blue-grey.border-left-lighten-5 {
  border-left: 1px solid #eceff1 !important;
}

.border-right-blue-grey.border-right-lighten-5 {
  border-right: 1px solid #eceff1 !important;
}

.overlay-blue-grey.overlay-lighten-5 {
  background: #eceff1;
  background: rgba(236, 239, 241, 0.8);
}

.bg-blue-grey.bg-lighten-4,
.btn-blue-grey.btn-lighten-4 {
  background-color: #cfd8dc !important;
}

.blue-grey.lighten-4 {
  color: #cfd8dc !important;
}

.btn-blue-grey.btn-lighten-4 {
  border-color: #455a64 !important;
}

.btn-blue-grey.btn-lighten-4:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}

.btn-blue-grey.btn-lighten-4:active,
.btn-blue-grey.btn-lighten-4:focus {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-4 {
  border-color: #cfd8dc !important;
  color: #cfd8dc !important;
}

.btn-outline-blue-grey.btn-outline-lighten-4:hover {
  background-color: #cfd8dc !important;
}

.border-blue-grey.border-lighten-4 {
  border: 1px solid #cfd8dc !important;
}

.border-top-blue-grey.border-top-lighten-4 {
  border-top: 1px solid #cfd8dc !important;
}

.border-bottom-blue-grey.border-bottom-lighten-4 {
  border-bottom: 1px solid #cfd8dc !important;
}

.border-left-blue-grey.border-left-lighten-4 {
  border-left: 1px solid #cfd8dc !important;
}

.border-right-blue-grey.border-right-lighten-4 {
  border-right: 1px solid #cfd8dc !important;
}

.overlay-blue-grey.overlay-lighten-4 {
  background: #cfd8dc;
  background: rgba(207, 216, 220, 0.8);
}

.bg-blue-grey.bg-lighten-3,
.btn-blue-grey.btn-lighten-3 {
  background-color: #b0bec5 !important;
}

.blue-grey.lighten-3 {
  color: #b0bec5 !important;
}

.btn-blue-grey.btn-lighten-3 {
  border-color: #455a64 !important;
}

.btn-blue-grey.btn-lighten-3:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}

.btn-blue-grey.btn-lighten-3:active,
.btn-blue-grey.btn-lighten-3:focus {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-3 {
  border-color: #b0bec5 !important;
  color: #b0bec5 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-3:hover {
  background-color: #b0bec5 !important;
}

.border-blue-grey.border-lighten-3 {
  border: 1px solid #b0bec5 !important;
}

.border-top-blue-grey.border-top-lighten-3 {
  border-top: 1px solid #b0bec5 !important;
}

.border-bottom-blue-grey.border-bottom-lighten-3 {
  border-bottom: 1px solid #b0bec5 !important;
}

.border-left-blue-grey.border-left-lighten-3 {
  border-left: 1px solid #b0bec5 !important;
}

.border-right-blue-grey.border-right-lighten-3 {
  border-right: 1px solid #b0bec5 !important;
}

.overlay-blue-grey.overlay-lighten-3 {
  background: #b0bec5;
  background: rgba(176, 190, 197, 0.8);
}

.bg-blue-grey.bg-lighten-2,
.btn-blue-grey.btn-lighten-2 {
  background-color: #90a4ae !important;
}

.blue-grey.lighten-2 {
  color: #90a4ae !important;
}

.btn-blue-grey.btn-lighten-2 {
  border-color: #455a64 !important;
}

.btn-blue-grey.btn-lighten-2:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}

.btn-blue-grey.btn-lighten-2:active,
.btn-blue-grey.btn-lighten-2:focus {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-2 {
  border-color: #90a4ae !important;
  color: #90a4ae !important;
}

.btn-outline-blue-grey.btn-outline-lighten-2:hover {
  background-color: #90a4ae !important;
}

.border-blue-grey.border-lighten-2 {
  border: 1px solid #90a4ae !important;
}

.border-top-blue-grey.border-top-lighten-2 {
  border-top: 1px solid #90a4ae !important;
}

.border-bottom-blue-grey.border-bottom-lighten-2 {
  border-bottom: 1px solid #90a4ae !important;
}

.border-left-blue-grey.border-left-lighten-2 {
  border-left: 1px solid #90a4ae !important;
}

.border-right-blue-grey.border-right-lighten-2 {
  border-right: 1px solid #90a4ae !important;
}

.overlay-blue-grey.overlay-lighten-2 {
  background: #90a4ae;
  background: rgba(144, 164, 174, 0.8);
}

.bg-blue-grey.bg-lighten-1,
.btn-blue-grey.btn-lighten-1 {
  background-color: #78909c !important;
}

.blue-grey.lighten-1 {
  color: #78909c !important;
}

.btn-blue-grey.btn-lighten-1 {
  border-color: #455a64 !important;
}

.btn-blue-grey.btn-lighten-1:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}

.btn-blue-grey.btn-lighten-1:active,
.btn-blue-grey.btn-lighten-1:focus {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-1 {
  border-color: #78909c !important;
  color: #78909c !important;
}

.btn-outline-blue-grey.btn-outline-lighten-1:hover {
  background-color: #78909c !important;
}

.border-blue-grey.border-lighten-1 {
  border: 1px solid #78909c !important;
}

.border-top-blue-grey.border-top-lighten-1 {
  border-top: 1px solid #78909c !important;
}

.border-bottom-blue-grey.border-bottom-lighten-1 {
  border-bottom: 1px solid #78909c !important;
}

.border-left-blue-grey.border-left-lighten-1 {
  border-left: 1px solid #78909c !important;
}

.border-right-blue-grey.border-right-lighten-1 {
  border-right: 1px solid #78909c !important;
}

.overlay-blue-grey.overlay-lighten-1 {
  background: #78909c;
  background: rgba(120, 144, 156, 0.8);
}

.blue-grey {
  color: #607d8b !important;
}

.bg-blue-grey {
  background-color: #607d8b !important;
}

.bg-blue-grey .card-footer,
.bg-blue-grey .card-header {
  background-color: transparent;
}

.alert-blue-grey {
  border-color: #87a0ac !important;
  background-color: #87a0ac !important;
  color: #171e21 !important;
}

.alert-blue-grey .alert-link {
  color: #060809 !important;
}

.bullet.bullet-blue-grey {
  background-color: #607d8b;
}

.bg-light-blue-grey {
  background-color: rgba(96, 125, 139, 0.15);
}

.bg-blue-grey.badge-glow,
.border-blue-grey.badge-glow {
  box-shadow: 0 0 10px #607d8b;
}

.overlay-blue-grey {
  background: #607d8b;
  background: rgba(96, 125, 139, 0.8);
}

.btn-blue-grey {
  background-color: #607d8b !important;
  color: #fff;
}

.btn-blue-grey:hover {
  border-color: #546e7a !important;
  background-color: #78909c !important;
  color: #fff !important;
}

.btn-blue-grey:active,
.btn-blue-grey:focus {
  border-color: #455a64 !important;
  background-color: #37474f !important;
  color: #fff !important;
}

.btn-outline-blue-grey {
  border-color: #607d8b;
  background-color: transparent;
  color: #607d8b;
}

.btn-outline-blue-grey:hover {
  background-color: #607d8b;
  color: #fff !important;
}

.widget-timeline .timeline-items.timeline-icon-blue-grey:before {
  background-color: #607d8b;
}

input[type='checkbox'].bg-blue-grey + .custom-control-label:before,
input[type='radio'].bg-blue-grey + .custom-control-label:before {
  background-color: #607d8b !important;
}

.bg-blue-grey.bg-darken-1,
.btn-blue-grey.btn-darken-1 {
  background-color: #546e7a !important;
}

.border-blue-grey {
  border: 1px solid #607d8b !important;
}

.border-top-blue-grey {
  border-top: 1px solid #607d8b;
}

.border-bottom-blue-grey {
  border-bottom: 1px solid #607d8b;
}

.border-left-blue-grey {
  border-left: 1px solid #607d8b;
}

.border-right-blue-grey {
  border-right: 1px solid #607d8b;
}

.blue-grey.darken-1 {
  color: #546e7a !important;
}

.btn-blue-grey.btn-darken-1 {
  border-color: #455a64 !important;
}

.btn-blue-grey.btn-darken-1:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}

.btn-blue-grey.btn-darken-1:active,
.btn-blue-grey.btn-darken-1:focus {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-darken-1 {
  border-color: #546e7a !important;
  color: #546e7a !important;
}

.btn-outline-blue-grey.btn-outline-darken-1:hover {
  background-color: #546e7a !important;
}

.border-blue-grey.border-darken-1 {
  border: 1px solid #546e7a !important;
}

.border-top-blue-grey.border-top-darken-1 {
  border-top: 1px solid #546e7a !important;
}

.border-bottom-blue-grey.border-bottom-darken-1 {
  border-bottom: 1px solid #546e7a !important;
}

.border-left-blue-grey.border-left-darken-1 {
  border-left: 1px solid #546e7a !important;
}

.border-right-blue-grey.border-right-darken-1 {
  border-right: 1px solid #546e7a !important;
}

.overlay-blue-grey.overlay-darken-1 {
  background: #546e7a;
  background: rgba(84, 110, 122, 0.8);
}

.bg-blue-grey.bg-darken-2,
.btn-blue-grey.btn-darken-2 {
  background-color: #455a64 !important;
}

.blue-grey.darken-2 {
  color: #455a64 !important;
}

.btn-blue-grey.btn-darken-2 {
  border-color: #455a64 !important;
}

.btn-blue-grey.btn-darken-2:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}

.btn-blue-grey.btn-darken-2:active,
.btn-blue-grey.btn-darken-2:focus {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-darken-2 {
  border-color: #455a64 !important;
  color: #455a64 !important;
}

.btn-outline-blue-grey.btn-outline-darken-2:hover {
  background-color: #455a64 !important;
}

.border-blue-grey.border-darken-2 {
  border: 1px solid #455a64 !important;
}

.border-top-blue-grey.border-top-darken-2 {
  border-top: 1px solid #455a64 !important;
}

.border-bottom-blue-grey.border-bottom-darken-2 {
  border-bottom: 1px solid #455a64 !important;
}

.border-left-blue-grey.border-left-darken-2 {
  border-left: 1px solid #455a64 !important;
}

.border-right-blue-grey.border-right-darken-2 {
  border-right: 1px solid #455a64 !important;
}

.overlay-blue-grey.overlay-darken-2 {
  background: #455a64;
  background: rgba(69, 90, 100, 0.8);
}

.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border='blue-grey']:before {
  background-color: #455a64;
}

.blue-grey.darken-3 {
  color: #37474f !important;
}

.bg-blue-grey.bg-darken-3 {
  background-color: #37474f !important;
}

.btn-blue-grey.btn-darken-3,
.btn-blue-grey.btn-darken-3:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}

.btn-blue-grey.btn-darken-3:active,
.btn-blue-grey.btn-darken-3:focus {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-darken-3 {
  border-color: #37474f !important;
  color: #37474f !important;
}

.btn-outline-blue-grey.btn-outline-darken-3:hover {
  background-color: #37474f !important;
}

.border-blue-grey.border-darken-3 {
  border: 1px solid #37474f !important;
}

.border-top-blue-grey.border-top-darken-3 {
  border-top: 1px solid #37474f !important;
}

.border-bottom-blue-grey.border-bottom-darken-3 {
  border-bottom: 1px solid #37474f !important;
}

.border-left-blue-grey.border-left-darken-3 {
  border-left: 1px solid #37474f !important;
}

.border-right-blue-grey.border-right-darken-3 {
  border-right: 1px solid #37474f !important;
}

.overlay-blue-grey.overlay-darken-3 {
  background: #37474f;
  background: rgba(55, 71, 79, 0.8);
}

.bg-blue-grey.bg-darken-4,
.btn-blue-grey.btn-darken-4 {
  background-color: #263238 !important;
}

.blue-grey.darken-4 {
  color: #263238 !important;
}

.btn-blue-grey.btn-darken-4 {
  border-color: #455a64 !important;
}

.btn-blue-grey.btn-darken-4:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}

.btn-blue-grey.btn-darken-4:active,
.btn-blue-grey.btn-darken-4:focus {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-darken-4 {
  border-color: #263238 !important;
  color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-darken-4:hover {
  background-color: #263238 !important;
}

input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #263238 !important;
}

.border-blue-grey.border-darken-4 {
  border: 1px solid #263238 !important;
}

.border-top-blue-grey.border-top-darken-4 {
  border-top: 1px solid #263238 !important;
}

.border-bottom-blue-grey.border-bottom-darken-4 {
  border-bottom: 1px solid #263238 !important;
}

.border-left-blue-grey.border-left-darken-4 {
  border-left: 1px solid #263238 !important;
}

.border-right-blue-grey.border-right-darken-4 {
  border-right: 1px solid #263238 !important;
}

.overlay-blue-grey.overlay-darken-4 {
  background: #263238;
  background: rgba(38, 50, 56, 0.8);
}

.kanban-container .kanban-board .kanban-item[data-border='blue-grey']:before {
  background-color: #263238;
}

.bg-grey-blue.bg-lighten-5,
.btn-grey-blue.btn-lighten-5 {
  background-color: #eceff1 !important;
}

.grey-blue.lighten-5 {
  color: #eceff1 !important;
}

.btn-grey-blue.btn-lighten-5 {
  border-color: #404e67 !important;
}

.btn-grey-blue.btn-lighten-5:hover {
  border-color: #404e67 !important;
  background-color: #37474f !important;
}

.btn-grey-blue.btn-lighten-5:active,
.btn-grey-blue.btn-lighten-5:focus {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-5 {
  border-color: #eceff1 !important;
  color: #eceff1 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-5:hover {
  background-color: #eceff1 !important;
}

.border-grey-blue.border-lighten-5 {
  border: 1px solid #eceff1 !important;
}

.border-top-grey-blue.border-top-lighten-5 {
  border-top: 1px solid #eceff1 !important;
}

.border-bottom-grey-blue.border-bottom-lighten-5 {
  border-bottom: 1px solid #eceff1 !important;
}

.border-left-grey-blue.border-left-lighten-5 {
  border-left: 1px solid #eceff1 !important;
}

.border-right-grey-blue.border-right-lighten-5 {
  border-right: 1px solid #eceff1 !important;
}

.overlay-grey-blue.overlay-lighten-5 {
  background: #eceff1;
  background: rgba(236, 239, 241, 0.8);
}

.bg-grey-blue.bg-lighten-4,
.btn-grey-blue.btn-lighten-4 {
  background-color: #cfd8dc !important;
}

.grey-blue.lighten-4 {
  color: #cfd8dc !important;
}

.btn-grey-blue.btn-lighten-4 {
  border-color: #404e67 !important;
}

.btn-grey-blue.btn-lighten-4:hover {
  border-color: #404e67 !important;
  background-color: #37474f !important;
}

.btn-grey-blue.btn-lighten-4:active,
.btn-grey-blue.btn-lighten-4:focus {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-4 {
  border-color: #cfd8dc !important;
  color: #cfd8dc !important;
}

.btn-outline-grey-blue.btn-outline-lighten-4:hover {
  background-color: #cfd8dc !important;
}

.border-grey-blue.border-lighten-4 {
  border: 1px solid #cfd8dc !important;
}

.border-top-grey-blue.border-top-lighten-4 {
  border-top: 1px solid #cfd8dc !important;
}

.border-bottom-grey-blue.border-bottom-lighten-4 {
  border-bottom: 1px solid #cfd8dc !important;
}

.border-left-grey-blue.border-left-lighten-4 {
  border-left: 1px solid #cfd8dc !important;
}

.border-right-grey-blue.border-right-lighten-4 {
  border-right: 1px solid #cfd8dc !important;
}

.overlay-grey-blue.overlay-lighten-4 {
  background: #cfd8dc;
  background: rgba(207, 216, 220, 0.8);
}

.bg-grey-blue.bg-lighten-3,
.btn-grey-blue.btn-lighten-3 {
  background-color: #b0bec5 !important;
}

.grey-blue.lighten-3 {
  color: #b0bec5 !important;
}

.btn-grey-blue.btn-lighten-3 {
  border-color: #404e67 !important;
}

.btn-grey-blue.btn-lighten-3:hover {
  border-color: #404e67 !important;
  background-color: #37474f !important;
}

.btn-grey-blue.btn-lighten-3:active,
.btn-grey-blue.btn-lighten-3:focus {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-3 {
  border-color: #b0bec5 !important;
  color: #b0bec5 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-3:hover {
  background-color: #b0bec5 !important;
}

.border-grey-blue.border-lighten-3 {
  border: 1px solid #b0bec5 !important;
}

.border-top-grey-blue.border-top-lighten-3 {
  border-top: 1px solid #b0bec5 !important;
}

.border-bottom-grey-blue.border-bottom-lighten-3 {
  border-bottom: 1px solid #b0bec5 !important;
}

.border-left-grey-blue.border-left-lighten-3 {
  border-left: 1px solid #b0bec5 !important;
}

.border-right-grey-blue.border-right-lighten-3 {
  border-right: 1px solid #b0bec5 !important;
}

.overlay-grey-blue.overlay-lighten-3 {
  background: #b0bec5;
  background: rgba(176, 190, 197, 0.8);
}

.bg-grey-blue.bg-lighten-2,
.btn-grey-blue.btn-lighten-2 {
  background-color: #6f85ad !important;
}

.grey-blue.lighten-2 {
  color: #6f85ad !important;
}

.btn-grey-blue.btn-lighten-2 {
  border-color: #404e67 !important;
}

.btn-grey-blue.btn-lighten-2:hover {
  border-color: #404e67 !important;
  background-color: #37474f !important;
}

.btn-grey-blue.btn-lighten-2:active,
.btn-grey-blue.btn-lighten-2:focus {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-2 {
  border-color: #6f85ad !important;
  color: #6f85ad !important;
}

.btn-outline-grey-blue.btn-outline-lighten-2:hover {
  background-color: #6f85ad !important;
}

.border-grey-blue.border-lighten-2 {
  border: 1px solid #6f85ad !important;
}

.border-top-grey-blue.border-top-lighten-2 {
  border-top: 1px solid #6f85ad !important;
}

.border-bottom-grey-blue.border-bottom-lighten-2 {
  border-bottom: 1px solid #6f85ad !important;
}

.border-left-grey-blue.border-left-lighten-2 {
  border-left: 1px solid #6f85ad !important;
}

.border-right-grey-blue.border-right-lighten-2 {
  border-right: 1px solid #6f85ad !important;
}

.overlay-grey-blue.overlay-lighten-2 {
  background: #6f85ad;
  background: rgba(111, 133, 173, 0.8);
}

.bg-grey-blue.bg-lighten-1,
.btn-grey-blue.btn-lighten-1 {
  background-color: #78909c !important;
}

.grey-blue.lighten-1 {
  color: #78909c !important;
}

.btn-grey-blue.btn-lighten-1 {
  border-color: #404e67 !important;
}

.btn-grey-blue.btn-lighten-1:hover {
  border-color: #404e67 !important;
  background-color: #37474f !important;
}

.btn-grey-blue.btn-lighten-1:active,
.btn-grey-blue.btn-lighten-1:focus {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-1 {
  border-color: #78909c !important;
  color: #78909c !important;
}

.btn-outline-grey-blue.btn-outline-lighten-1:hover {
  background-color: #78909c !important;
}

.border-grey-blue.border-lighten-1 {
  border: 1px solid #78909c !important;
}

.border-top-grey-blue.border-top-lighten-1 {
  border-top: 1px solid #78909c !important;
}

.border-bottom-grey-blue.border-bottom-lighten-1 {
  border-bottom: 1px solid #78909c !important;
}

.border-left-grey-blue.border-left-lighten-1 {
  border-left: 1px solid #78909c !important;
}

.border-right-grey-blue.border-right-lighten-1 {
  border-right: 1px solid #78909c !important;
}

.overlay-grey-blue.overlay-lighten-1 {
  background: #78909c;
  background: rgba(120, 144, 156, 0.8);
}

.grey-blue {
  color: #1b2942 !important;
}

.alert-grey-blue,
.alert-grey-blue .alert-link {
  color: #000 !important;
}

.bg-grey-blue {
  background-color: #1b2942 !important;
}

.bg-grey-blue .card-footer,
.bg-grey-blue .card-header {
  background-color: transparent;
}

.alert-grey-blue {
  border-color: #304875 !important;
  background-color: #304875 !important;
}

.bullet.bullet-grey-blue {
  background-color: #1b2942;
}

.bg-light-grey-blue {
  background-color: rgba(27, 41, 66, 0.15);
}

.bg-grey-blue.badge-glow,
.border-grey-blue.badge-glow {
  box-shadow: 0 0 10px #1b2942;
}

.overlay-grey-blue {
  background: #1b2942;
  background: rgba(27, 41, 66, 0.8);
}

.btn-grey-blue {
  background-color: #1b2942 !important;
  color: #fff;
}

.btn-grey-blue:hover {
  border-color: #546e7a !important;
  background-color: #78909c !important;
  color: #fff !important;
}

.btn-grey-blue:active,
.btn-grey-blue:focus {
  border-color: #404e67 !important;
  background-color: #37474f !important;
  color: #fff !important;
}

.btn-outline-grey-blue {
  border-color: #1b2942;
  background-color: transparent;
  color: #1b2942;
}

.btn-outline-grey-blue:hover {
  background-color: #1b2942;
  color: #fff !important;
}

.widget-timeline .timeline-items.timeline-icon-grey-blue:before {
  background-color: #1b2942;
}

input[type='checkbox'].bg-grey-blue + .custom-control-label:before,
input[type='radio'].bg-grey-blue + .custom-control-label:before {
  background-color: #1b2942 !important;
}

.bg-grey-blue.bg-darken-1,
.btn-grey-blue.btn-darken-1 {
  background-color: #546e7a !important;
}

.border-grey-blue {
  border: 1px solid #1b2942 !important;
}

.border-top-grey-blue {
  border-top: 1px solid #1b2942;
}

.border-bottom-grey-blue {
  border-bottom: 1px solid #1b2942;
}

.border-left-grey-blue {
  border-left: 1px solid #1b2942;
}

.border-right-grey-blue {
  border-right: 1px solid #1b2942;
}

.grey-blue.darken-1 {
  color: #546e7a !important;
}

.btn-grey-blue.btn-darken-1 {
  border-color: #404e67 !important;
}

.btn-grey-blue.btn-darken-1:hover {
  border-color: #404e67 !important;
  background-color: #37474f !important;
}

.btn-grey-blue.btn-darken-1:active,
.btn-grey-blue.btn-darken-1:focus {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-darken-1 {
  border-color: #546e7a !important;
  color: #546e7a !important;
}

.btn-outline-grey-blue.btn-outline-darken-1:hover {
  background-color: #546e7a !important;
}

.border-grey-blue.border-darken-1 {
  border: 1px solid #546e7a !important;
}

.border-top-grey-blue.border-top-darken-1 {
  border-top: 1px solid #546e7a !important;
}

.border-bottom-grey-blue.border-bottom-darken-1 {
  border-bottom: 1px solid #546e7a !important;
}

.border-left-grey-blue.border-left-darken-1 {
  border-left: 1px solid #546e7a !important;
}

.border-right-grey-blue.border-right-darken-1 {
  border-right: 1px solid #546e7a !important;
}

.overlay-grey-blue.overlay-darken-1 {
  background: #546e7a;
  background: rgba(84, 110, 122, 0.8);
}

.bg-grey-blue.bg-darken-2,
.btn-grey-blue.btn-darken-2 {
  background-color: #404e67 !important;
}

.grey-blue.darken-2 {
  color: #404e67 !important;
}

.btn-grey-blue.btn-darken-2 {
  border-color: #404e67 !important;
}

.btn-grey-blue.btn-darken-2:hover {
  border-color: #404e67 !important;
  background-color: #37474f !important;
}

.btn-grey-blue.btn-darken-2:active,
.btn-grey-blue.btn-darken-2:focus {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-darken-2 {
  border-color: #404e67 !important;
  color: #404e67 !important;
}

.btn-outline-grey-blue.btn-outline-darken-2:hover {
  background-color: #404e67 !important;
}

.border-grey-blue.border-darken-2 {
  border: 1px solid #404e67 !important;
}

.border-top-grey-blue.border-top-darken-2 {
  border-top: 1px solid #404e67 !important;
}

.border-bottom-grey-blue.border-bottom-darken-2 {
  border-bottom: 1px solid #404e67 !important;
}

.border-left-grey-blue.border-left-darken-2 {
  border-left: 1px solid #404e67 !important;
}

.border-right-grey-blue.border-right-darken-2 {
  border-right: 1px solid #404e67 !important;
}

.overlay-grey-blue.overlay-darken-2 {
  background: #404e67;
  background: rgba(64, 78, 103, 0.8);
}

.grey-blue.darken-3 {
  color: #37474f !important;
}

.bg-grey-blue.bg-darken-3 {
  background-color: #37474f !important;
}

.btn-grey-blue.btn-darken-3,
.btn-grey-blue.btn-darken-3:hover {
  border-color: #404e67 !important;
  background-color: #37474f !important;
}

.btn-grey-blue.btn-darken-3:active,
.btn-grey-blue.btn-darken-3:focus {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-darken-3 {
  border-color: #37474f !important;
  color: #37474f !important;
}

.btn-outline-grey-blue.btn-outline-darken-3:hover {
  background-color: #37474f !important;
}

.border-grey-blue.border-darken-3 {
  border: 1px solid #37474f !important;
}

.border-top-grey-blue.border-top-darken-3 {
  border-top: 1px solid #37474f !important;
}

.border-bottom-grey-blue.border-bottom-darken-3 {
  border-bottom: 1px solid #37474f !important;
}

.border-left-grey-blue.border-left-darken-3 {
  border-left: 1px solid #37474f !important;
}

.border-right-grey-blue.border-right-darken-3 {
  border-right: 1px solid #37474f !important;
}

.overlay-grey-blue.overlay-darken-3 {
  background: #37474f;
  background: rgba(55, 71, 79, 0.8);
}

.bg-grey-blue.bg-darken-4,
.btn-grey-blue.btn-darken-4 {
  background-color: #263238 !important;
}

.grey-blue.darken-4 {
  color: #263238 !important;
}

.btn-grey-blue.btn-darken-4 {
  border-color: #404e67 !important;
}

.btn-grey-blue.btn-darken-4:hover {
  border-color: #404e67 !important;
  background-color: #37474f !important;
}

.btn-grey-blue.btn-darken-4:active,
.btn-grey-blue.btn-darken-4:focus {
  border-color: #37474f !important;
  background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-darken-4 {
  border-color: #263238 !important;
  color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-darken-4:hover {
  background-color: #263238 !important;
}

input:focus ~ .bg-grey-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #263238 !important;
}

.border-grey-blue.border-darken-4 {
  border: 1px solid #263238 !important;
}

.border-top-grey-blue.border-top-darken-4 {
  border-top: 1px solid #263238 !important;
}

.border-bottom-grey-blue.border-bottom-darken-4 {
  border-bottom: 1px solid #263238 !important;
}

.border-left-grey-blue.border-left-darken-4 {
  border-left: 1px solid #263238 !important;
}

.border-right-grey-blue.border-right-darken-4 {
  border-right: 1px solid #263238 !important;
}

.overlay-grey-blue.overlay-darken-4 {
  background: #263238;
  background: rgba(38, 50, 56, 0.8);
}

.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border='grey-blue']:before {
  background-color: #263238;
}

.bg-shades.bg-black,
.btn-outline-shades.btn-outline-black:hover,
.btn-shades.btn-black {
  background-color: #000 !important;
}

.shades.black {
  color: #000 !important;
}

.btn-outline-shades.btn-outline-black {
  border-color: #000 !important;
  color: #000 !important;
}

.border-shades.border-black {
  border: 1px solid #000 !important;
}

.border-top-shades.border-top-black {
  border-top: 1px solid #000 !important;
}

.border-bottom-shades.border-bottom-black {
  border-bottom: 1px solid #000 !important;
}

.border-left-shades.border-left-black {
  border-left: 1px solid #000 !important;
}

.border-right-shades.border-right-black {
  border-right: 1px solid #000 !important;
}

.overlay-shades.overlay-black {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.bg-shades.bg-white,
.btn-outline-shades.btn-outline-white:hover,
.btn-shades.btn-white {
  background-color: #fff !important;
}

.shades.white {
  color: #fff !important;
}

.btn-outline-shades.btn-outline-white {
  border-color: #fff !important;
  color: #fff !important;
}

.border-shades.border-white {
  border: 1px solid #fff !important;
}

.border-top-shades.border-top-white {
  border-top: 1px solid #fff !important;
}

.border-bottom-shades.border-bottom-white {
  border-bottom: 1px solid #fff !important;
}

.border-left-shades.border-left-white {
  border-left: 1px solid #fff !important;
}

.border-right-shades.border-right-white {
  border-right: 1px solid #fff !important;
}

.overlay-shades.overlay-white {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}

.bg-shades.bg-transparent,
.btn-outline-shades.btn-outline-transparent:hover,
.btn-shades.btn-transparent {
  background-color: transparent !important;
}

.shades.transparent {
  color: transparent !important;
}

.btn-outline-shades.btn-outline-transparent {
  border-color: transparent !important;
  color: transparent !important;
}

input:focus ~ .bg-shades {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem transparent !important;
}

.border-shades.border-transparent {
  border: 1px solid transparent !important;
}

.border-top-shades.border-top-transparent {
  border-top: 1px solid transparent !important;
}

.border-bottom-shades.border-bottom-transparent {
  border-bottom: 1px solid transparent !important;
}

.border-left-shades.border-left-transparent {
  border-left: 1px solid transparent !important;
}

.border-right-shades.border-right-transparent {
  border-right: 1px solid transparent !important;
}

.overlay-shades.overlay-transparent {
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
}

.bg-transparent,
.edit-kanban-item select option.bg-color_name,
.kanban-container .kanban-board .kanban-item[data-border='shades']:before {
  background-color: transparent;
}

.border-top-black {
  border-top: 1px solid #000;
}

.border-bottom-black {
  border-bottom: 1px solid #000;
}

.border-left-black {
  border-left: 1px solid #000;
}

.border-right-black {
  border-right: 1px solid #000;
}

.border-top-white {
  border-top: 1px solid #fff;
}

.border-bottom-white {
  border-bottom: 1px solid #fff;
}

.border-left-white {
  border-left: 1px solid #fff;
}

.border-right-white {
  border-right: 1px solid #fff;
}

.transparent {
  color: transparent;
}

input:focus ~ .bg-transparent {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem transparent;
}

.border-transparent {
  border: 1px solid transparent;
}

.border-top-transparent {
  border-top: 1px solid transparent;
}

.border-bottom-transparent {
  border-bottom: 1px solid transparent;
}

.border-left-transparent {
  border-left: 1px solid transparent;
}

.border-right-transparent {
  border-right: 1px solid transparent;
}
.bg-gradient-directional-amber .card-footer,
.bg-gradient-directional-amber .card-header,
.bg-gradient-directional-black .card-footer,
.bg-gradient-directional-black .card-header,
.bg-gradient-directional-blue .card-footer,
.bg-gradient-directional-blue .card-header,
.bg-gradient-directional-blue-grey .card-footer,
.bg-gradient-directional-blue-grey .card-header,
.bg-gradient-directional-cyan .card-footer,
.bg-gradient-directional-cyan .card-header,
.bg-gradient-directional-danger .card-footer,
.bg-gradient-directional-danger .card-header,
.bg-gradient-directional-grey-blue .card-footer,
.bg-gradient-directional-grey-blue .card-header,
.bg-gradient-directional-info .card-footer,
.bg-gradient-directional-info .card-header,
.bg-gradient-directional-primary .card-footer,
.bg-gradient-directional-primary .card-header,
.bg-gradient-directional-purple .card-footer,
.bg-gradient-directional-purple .card-header,
.bg-gradient-directional-red .card-footer,
.bg-gradient-directional-red .card-header,
.bg-gradient-directional-secondary .card-footer,
.bg-gradient-directional-secondary .card-header,
.bg-gradient-directional-success .card-footer,
.bg-gradient-directional-success .card-header,
.bg-gradient-directional-teal .card-footer,
.bg-gradient-directional-teal .card-header,
.bg-gradient-directional-warning .card-footer,
.bg-gradient-directional-warning .card-header,
.bg-gradient-directional-white .card-footer,
.bg-gradient-directional-white .card-header,
.bg-gradient-directional-yellow .card-footer,
.bg-gradient-directional-yellow .card-header,
.bg-gradient-radial-amber .card-footer,
.bg-gradient-radial-amber .card-header,
.bg-gradient-radial-black .card-footer,
.bg-gradient-radial-black .card-header,
.bg-gradient-radial-blue .card-footer,
.bg-gradient-radial-blue .card-header,
.bg-gradient-radial-blue-grey .card-footer,
.bg-gradient-radial-blue-grey .card-header,
.bg-gradient-radial-cyan .card-footer,
.bg-gradient-radial-cyan .card-header,
.bg-gradient-radial-danger .card-footer,
.bg-gradient-radial-danger .card-header,
.bg-gradient-radial-grey-blue .card-footer,
.bg-gradient-radial-grey-blue .card-header,
.bg-gradient-radial-info .card-footer,
.bg-gradient-radial-info .card-header,
.bg-gradient-radial-primary .card-footer,
.bg-gradient-radial-primary .card-header,
.bg-gradient-radial-purple .card-footer,
.bg-gradient-radial-purple .card-header,
.bg-gradient-radial-red .card-footer,
.bg-gradient-radial-red .card-header,
.bg-gradient-radial-secondary .card-footer,
.bg-gradient-radial-secondary .card-header,
.bg-gradient-radial-success .card-footer,
.bg-gradient-radial-success .card-header,
.bg-gradient-radial-teal .card-footer,
.bg-gradient-radial-teal .card-header,
.bg-gradient-radial-warning .card-footer,
.bg-gradient-radial-warning .card-header,
.bg-gradient-radial-white .card-footer,
.bg-gradient-radial-white .card-header,
.bg-gradient-radial-yellow .card-footer,
.bg-gradient-radial-yellow .card-header,
.bg-gradient-striped-amber .card-footer,
.bg-gradient-striped-amber .card-header,
.bg-gradient-striped-black .card-footer,
.bg-gradient-striped-black .card-header,
.bg-gradient-striped-blue .card-footer,
.bg-gradient-striped-blue .card-header,
.bg-gradient-striped-blue-grey .card-footer,
.bg-gradient-striped-blue-grey .card-header,
.bg-gradient-striped-cyan .card-footer,
.bg-gradient-striped-cyan .card-header,
.bg-gradient-striped-danger .card-footer,
.bg-gradient-striped-danger .card-header,
.bg-gradient-striped-grey-blue .card-footer,
.bg-gradient-striped-grey-blue .card-header,
.bg-gradient-striped-info .card-footer,
.bg-gradient-striped-info .card-header,
.bg-gradient-striped-primary .card-footer,
.bg-gradient-striped-primary .card-header,
.bg-gradient-striped-purple .card-footer,
.bg-gradient-striped-purple .card-header,
.bg-gradient-striped-red .card-footer,
.bg-gradient-striped-red .card-header,
.bg-gradient-striped-secondary .card-footer,
.bg-gradient-striped-secondary .card-header,
.bg-gradient-striped-success .card-footer,
.bg-gradient-striped-success .card-header,
.bg-gradient-striped-teal .card-footer,
.bg-gradient-striped-teal .card-header,
.bg-gradient-striped-warning .card-footer,
.bg-gradient-striped-warning .card-header,
.bg-gradient-striped-white .card-footer,
.bg-gradient-striped-white .card-header,
.bg-gradient-striped-yellow .card-footer,
.bg-gradient-striped-yellow .card-header,
.bg-gradient-x-amber .card-footer,
.bg-gradient-x-amber .card-header,
.bg-gradient-x-black .card-footer,
.bg-gradient-x-black .card-header,
.bg-gradient-x-blue .card-footer,
.bg-gradient-x-blue .card-header,
.bg-gradient-x-blue-grey .card-footer,
.bg-gradient-x-blue-grey .card-header,
.bg-gradient-x-cyan .card-footer,
.bg-gradient-x-cyan .card-header,
.bg-gradient-x-danger .card-footer,
.bg-gradient-x-danger .card-header,
.bg-gradient-x-grey-blue .card-footer,
.bg-gradient-x-grey-blue .card-header,
.bg-gradient-x-info .card-footer,
.bg-gradient-x-info .card-header,
.bg-gradient-x-primary .card-footer,
.bg-gradient-x-primary .card-header,
.bg-gradient-x-purple .card-footer,
.bg-gradient-x-purple .card-header,
.bg-gradient-x-red .card-footer,
.bg-gradient-x-red .card-header,
.bg-gradient-x-secondary .card-footer,
.bg-gradient-x-secondary .card-header,
.bg-gradient-x-success .card-footer,
.bg-gradient-x-success .card-header,
.bg-gradient-x-teal .card-footer,
.bg-gradient-x-teal .card-header,
.bg-gradient-x-warning .card-footer,
.bg-gradient-x-warning .card-header,
.bg-gradient-x-white .card-footer,
.bg-gradient-x-white .card-header,
.bg-gradient-x-yellow .card-footer,
.bg-gradient-x-yellow .card-header,
.bg-gradient-x2-amber .card-footer,
.bg-gradient-x2-amber .card-header,
.bg-gradient-x2-black .card-footer,
.bg-gradient-x2-black .card-header,
.bg-gradient-x2-blue .card-footer,
.bg-gradient-x2-blue .card-header,
.bg-gradient-x2-blue-grey .card-footer,
.bg-gradient-x2-blue-grey .card-header,
.bg-gradient-x2-cyan .card-footer,
.bg-gradient-x2-cyan .card-header,
.bg-gradient-x2-danger .card-footer,
.bg-gradient-x2-danger .card-header,
.bg-gradient-x2-grey-blue .card-footer,
.bg-gradient-x2-grey-blue .card-header,
.bg-gradient-x2-info .card-footer,
.bg-gradient-x2-info .card-header,
.bg-gradient-x2-primary .card-footer,
.bg-gradient-x2-primary .card-header,
.bg-gradient-x2-purple .card-footer,
.bg-gradient-x2-purple .card-header,
.bg-gradient-x2-red .card-footer,
.bg-gradient-x2-red .card-header,
.bg-gradient-x2-secondary .card-footer,
.bg-gradient-x2-secondary .card-header,
.bg-gradient-x2-success .card-footer,
.bg-gradient-x2-success .card-header,
.bg-gradient-x2-teal .card-footer,
.bg-gradient-x2-teal .card-header,
.bg-gradient-x2-warning .card-footer,
.bg-gradient-x2-warning .card-header,
.bg-gradient-x2-white .card-footer,
.bg-gradient-x2-white .card-header,
.bg-gradient-x2-yellow .card-footer,
.bg-gradient-x2-yellow .card-header,
.bg-gradient-y-amber .card-footer,
.bg-gradient-y-amber .card-header,
.bg-gradient-y-black .card-footer,
.bg-gradient-y-black .card-header,
.bg-gradient-y-blue .card-footer,
.bg-gradient-y-blue .card-header,
.bg-gradient-y-blue-grey .card-footer,
.bg-gradient-y-blue-grey .card-header,
.bg-gradient-y-cyan .card-footer,
.bg-gradient-y-cyan .card-header,
.bg-gradient-y-danger .card-footer,
.bg-gradient-y-danger .card-header,
.bg-gradient-y-grey-blue .card-footer,
.bg-gradient-y-grey-blue .card-header,
.bg-gradient-y-info .card-footer,
.bg-gradient-y-info .card-header,
.bg-gradient-y-primary .card-footer,
.bg-gradient-y-primary .card-header,
.bg-gradient-y-purple .card-footer,
.bg-gradient-y-purple .card-header,
.bg-gradient-y-red .card-footer,
.bg-gradient-y-red .card-header,
.bg-gradient-y-secondary .card-footer,
.bg-gradient-y-secondary .card-header,
.bg-gradient-y-success .card-footer,
.bg-gradient-y-success .card-header,
.bg-gradient-y-teal .card-footer,
.bg-gradient-y-teal .card-header,
.bg-gradient-y-warning .card-footer,
.bg-gradient-y-warning .card-header,
.bg-gradient-y-white .card-footer,
.bg-gradient-y-white .card-header,
.bg-gradient-y-yellow .card-footer,
.bg-gradient-y-yellow .card-header,
.bg-gradient-y2-amber .card-footer,
.bg-gradient-y2-amber .card-header,
.bg-gradient-y2-black .card-footer,
.bg-gradient-y2-black .card-header,
.bg-gradient-y2-blue .card-footer,
.bg-gradient-y2-blue .card-header,
.bg-gradient-y2-blue-grey .card-footer,
.bg-gradient-y2-blue-grey .card-header,
.bg-gradient-y2-cyan .card-footer,
.bg-gradient-y2-cyan .card-header,
.bg-gradient-y2-danger .card-footer,
.bg-gradient-y2-danger .card-header,
.bg-gradient-y2-grey-blue .card-footer,
.bg-gradient-y2-grey-blue .card-header,
.bg-gradient-y2-info .card-footer,
.bg-gradient-y2-info .card-header,
.bg-gradient-y2-primary .card-footer,
.bg-gradient-y2-primary .card-header,
.bg-gradient-y2-purple .card-footer,
.bg-gradient-y2-purple .card-header,
.bg-gradient-y2-red .card-footer,
.bg-gradient-y2-red .card-header,
.bg-gradient-y2-secondary .card-footer,
.bg-gradient-y2-secondary .card-header,
.bg-gradient-y2-success .card-footer,
.bg-gradient-y2-success .card-header,
.bg-gradient-y2-teal .card-footer,
.bg-gradient-y2-teal .card-header,
.bg-gradient-y2-warning .card-footer,
.bg-gradient-y2-warning .card-header,
.bg-gradient-y2-white .card-footer,
.bg-gradient-y2-white .card-header,
.bg-gradient-y2-yellow .card-footer,
.bg-gradient-y2-yellow .card-header {
  background-color: transparent;
}

.bg-gradient-x-primary {
  background-image: -webkit-linear-gradient(left, #008385 0, #00e7eb 100%);
  background-image: linear-gradient(to right, #008385 0, #00e7eb 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-primary {
  background-image: -webkit-linear-gradient(top, #008385 0, #00e7eb 100%);
  background-image: linear-gradient(to bottom, #008385 0, #00e7eb 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-primary {
  background-image: -webkit-linear-gradient(45deg, #008385, #00e7eb);
  background-image: linear-gradient(45deg, #008385, #00e7eb);
  background-repeat: repeat-x;
}

.bg-gradient-x2-primary {
  background-image: -webkit-linear-gradient(left, #00e7eb, #00b5b8 50%, #06fbff);
  background-image: linear-gradient(to right, #00e7eb, #00b5b8 50%, #06fbff);
  background-repeat: no-repeat;
}

.bg-gradient-y2-primary {
  background-image: -webkit-linear-gradient(#00e7eb, #00b5b8 50%, #06fbff);
  background-image: linear-gradient(#00e7eb, #00b5b8 50%, #06fbff);
  background-repeat: no-repeat;
}

.bg-gradient-radial-primary {
  background-image: -webkit-radial-gradient(circle, #008385, #00e7eb);
  background-image: radial-gradient(circle, #008385, #00e7eb);
  background-repeat: no-repeat;
}

.bg-gradient-striped-primary {
  background-image: -webkit-linear-gradient(
    45deg,
    #06fbff 25%,
    transparent 25%,
    transparent 50%,
    #06fbff 50%,
    #06fbff 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    #06fbff 25%,
    transparent 25%,
    transparent 50%,
    #06fbff 50%,
    #06fbff 75%,
    transparent 75%,
    transparent
  );
}

.bg-gradient-x-secondary {
  background-image: -webkit-linear-gradient(left, #2c3648 0, #546686 100%);
  background-image: linear-gradient(to right, #2c3648 0, #546686 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-secondary {
  background-image: -webkit-linear-gradient(top, #2c3648 0, #546686 100%);
  background-image: linear-gradient(to bottom, #2c3648 0, #546686 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-secondary {
  background-image: -webkit-linear-gradient(45deg, #2c3648, #546686);
  background-image: linear-gradient(45deg, #2c3648, #546686);
  background-repeat: repeat-x;
}

.bg-gradient-x2-secondary {
  background-image: -webkit-linear-gradient(left, #546686, #404e67 50%, #5d7296);
  background-image: linear-gradient(to right, #546686, #404e67 50%, #5d7296);
  background-repeat: no-repeat;
}

.bg-gradient-y2-secondary {
  background-image: -webkit-linear-gradient(#546686, #404e67 50%, #5d7296);
  background-image: linear-gradient(#546686, #404e67 50%, #5d7296);
  background-repeat: no-repeat;
}

.bg-gradient-radial-secondary {
  background-image: -webkit-radial-gradient(circle, #2c3648, #546686);
  background-image: radial-gradient(circle, #2c3648, #546686);
  background-repeat: no-repeat;
}

.bg-gradient-striped-secondary {
  background-image: -webkit-linear-gradient(
    45deg,
    #5d7296 25%,
    transparent 25%,
    transparent 50%,
    #5d7296 50%,
    #5d7296 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    #5d7296 25%,
    transparent 25%,
    transparent 50%,
    #5d7296 50%,
    #5d7296 75%,
    transparent 75%,
    transparent
  );
}

.bg-gradient-x-success {
  background-image: -webkit-linear-gradient(left, #11a578 0, #32eab2 100%);
  background-image: linear-gradient(to right, #11a578 0, #32eab2 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-success {
  background-image: -webkit-linear-gradient(top, #11a578 0, #32eab2 100%);
  background-image: linear-gradient(to bottom, #11a578 0, #32eab2 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-success {
  background-image: -webkit-linear-gradient(45deg, #11a578, #32eab2);
  background-image: linear-gradient(45deg, #11a578, #32eab2);
  background-repeat: repeat-x;
}

.bg-gradient-x2-success {
  background-image: -webkit-linear-gradient(left, #32eab2, #16d39a 50%, #49ecbb);
  background-image: linear-gradient(to right, #32eab2, #16d39a 50%, #49ecbb);
  background-repeat: no-repeat;
}

.bg-gradient-y2-success {
  background-image: -webkit-linear-gradient(#32eab2, #16d39a 50%, #49ecbb);
  background-image: linear-gradient(#32eab2, #16d39a 50%, #49ecbb);
  background-repeat: no-repeat;
}

.bg-gradient-radial-success {
  background-image: -webkit-radial-gradient(circle, #11a578, #32eab2);
  background-image: radial-gradient(circle, #11a578, #32eab2);
  background-repeat: no-repeat;
}

.bg-gradient-striped-success {
  background-image: -webkit-linear-gradient(
    45deg,
    #49ecbb 25%,
    transparent 25%,
    transparent 50%,
    #49ecbb 50%,
    #49ecbb 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    #49ecbb 25%,
    transparent 25%,
    transparent 50%,
    #49ecbb 50%,
    #49ecbb 75%,
    transparent 75%,
    transparent
  );
}

.bg-gradient-x-info {
  background-image: -webkit-linear-gradient(left, #1ab0c3 0, #5ad9e9 100%);
  background-image: linear-gradient(to right, #1ab0c3 0, #5ad9e9 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-info {
  background-image: -webkit-linear-gradient(top, #1ab0c3 0, #5ad9e9 100%);
  background-image: linear-gradient(to bottom, #1ab0c3 0, #5ad9e9 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-info {
  background-image: -webkit-linear-gradient(45deg, #1ab0c3, #5ad9e9);
  background-image: linear-gradient(45deg, #1ab0c3, #5ad9e9);
  background-repeat: repeat-x;
}

.bg-gradient-x2-info {
  background-image: -webkit-linear-gradient(left, #5ad9e9, #2dcee3 50%, #71deec);
  background-image: linear-gradient(to right, #5ad9e9, #2dcee3 50%, #71deec);
  background-repeat: no-repeat;
}

.bg-gradient-y2-info {
  background-image: -webkit-linear-gradient(#5ad9e9, #2dcee3 50%, #71deec);
  background-image: linear-gradient(#5ad9e9, #2dcee3 50%, #71deec);
  background-repeat: no-repeat;
}

.bg-gradient-radial-info {
  background-image: -webkit-radial-gradient(circle, #1ab0c3, #5ad9e9);
  background-image: radial-gradient(circle, #1ab0c3, #5ad9e9);
  background-repeat: no-repeat;
}

.bg-gradient-striped-info {
  background-image: -webkit-linear-gradient(
    45deg,
    #71deec 25%,
    transparent 25%,
    transparent 50%,
    #71deec 50%,
    #71deec 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    #71deec 25%,
    transparent 25%,
    transparent 50%,
    #71deec 50%,
    #71deec 75%,
    transparent 75%,
    transparent
  );
}

.bg-gradient-x-warning {
  background-image: -webkit-linear-gradient(left, #ff864a 0, #ffcab0 100%);
  background-image: linear-gradient(to right, #ff864a 0, #ffcab0 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-warning {
  background-image: -webkit-linear-gradient(top, #ff864a 0, #ffcab0 100%);
  background-image: linear-gradient(to bottom, #ff864a 0, #ffcab0 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-warning {
  background-image: -webkit-linear-gradient(45deg, #ff864a, #ffcab0);
  background-image: linear-gradient(45deg, #ff864a, #ffcab0);
  background-repeat: repeat-x;
}

.bg-gradient-x2-warning {
  background-image: -webkit-linear-gradient(left, #ffcab0, #ffa87d 50%, #ffdbca);
  background-image: linear-gradient(to right, #ffcab0, #ffa87d 50%, #ffdbca);
  background-repeat: no-repeat;
}

.bg-gradient-y2-warning {
  background-image: -webkit-linear-gradient(#ffcab0, #ffa87d 50%, #ffdbca);
  background-image: linear-gradient(#ffcab0, #ffa87d 50%, #ffdbca);
  background-repeat: no-repeat;
}

.bg-gradient-radial-warning {
  background-image: -webkit-radial-gradient(circle, #ff864a, #ffcab0);
  background-image: radial-gradient(circle, #ff864a, #ffcab0);
  background-repeat: no-repeat;
}

.bg-gradient-striped-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    #ffdbca 25%,
    transparent 25%,
    transparent 50%,
    #ffdbca 50%,
    #ffdbca 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    #ffdbca 25%,
    transparent 25%,
    transparent 50%,
    #ffdbca 50%,
    #ffdbca 75%,
    transparent 75%,
    transparent
  );
}

.bg-gradient-x-danger {
  background-image: -webkit-linear-gradient(left, #ff425c 0, #ffa8b4 100%);
  background-image: linear-gradient(to right, #ff425c 0, #ffa8b4 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-danger {
  background-image: -webkit-linear-gradient(top, #ff425c 0, #ffa8b4 100%);
  background-image: linear-gradient(to bottom, #ff425c 0, #ffa8b4 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-danger {
  background-image: -webkit-linear-gradient(45deg, #ff425c, #ffa8b4);
  background-image: linear-gradient(45deg, #ff425c, #ffa8b4);
  background-repeat: repeat-x;
}

.bg-gradient-x2-danger {
  background-image: -webkit-linear-gradient(left, #ffa8b4, #ff7588 50%, #ffc2ca);
  background-image: linear-gradient(to right, #ffa8b4, #ff7588 50%, #ffc2ca);
  background-repeat: no-repeat;
}

.bg-gradient-y2-danger {
  background-image: -webkit-linear-gradient(#ffa8b4, #ff7588 50%, #ffc2ca);
  background-image: linear-gradient(#ffa8b4, #ff7588 50%, #ffc2ca);
  background-repeat: no-repeat;
}

.bg-gradient-radial-danger {
  background-image: -webkit-radial-gradient(circle, #ff425c, #ffa8b4);
  background-image: radial-gradient(circle, #ff425c, #ffa8b4);
  background-repeat: no-repeat;
}

.bg-gradient-striped-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    #ffc2ca 25%,
    transparent 25%,
    transparent 50%,
    #ffc2ca 50%,
    #ffc2ca 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    #ffc2ca 25%,
    transparent 25%,
    transparent 50%,
    #ffc2ca 50%,
    #ffc2ca 75%,
    transparent 75%,
    transparent
  );
}

.bg-gradient-x-red {
  background-image: -webkit-linear-gradient(left, #d32f2f 0, #e57373 100%);
  background-image: linear-gradient(to right, #d32f2f 0, #e57373 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-red {
  background-image: -webkit-linear-gradient(top, #d32f2f 0, #e57373 100%);
  background-image: linear-gradient(to bottom, #d32f2f 0, #e57373 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-red {
  background-image: -webkit-linear-gradient(45deg, #d32f2f, #e57373);
  background-image: linear-gradient(45deg, #d32f2f, #e57373);
  background-repeat: repeat-x;
}

.bg-gradient-x2-red {
  background-image: -webkit-linear-gradient(left, #e57373, #f44336 50%, #ef9a9a);
  background-image: linear-gradient(to right, #e57373, #f44336 50%, #ef9a9a);
  background-repeat: no-repeat;
}

.bg-gradient-y2-red {
  background-image: -webkit-linear-gradient(#e57373, #f44336 50%, #ef9a9a);
  background-image: linear-gradient(#e57373, #f44336 50%, #ef9a9a);
  background-repeat: no-repeat;
}

.bg-gradient-radial-red {
  background-image: -webkit-radial-gradient(circle, #d32f2f, #e57373);
  background-image: radial-gradient(circle, #d32f2f, #e57373);
  background-repeat: no-repeat;
}

.bg-gradient-striped-red {
  background-image: -webkit-linear-gradient(
    45deg,
    #ef9a9a 25%,
    transparent 25%,
    transparent 50%,
    #ef9a9a 50%,
    #ef9a9a 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    #ef9a9a 25%,
    transparent 25%,
    transparent 50%,
    #ef9a9a 50%,
    #ef9a9a 75%,
    transparent 75%,
    transparent
  );
}

.bg-gradient-x-pink {
  background-image: -webkit-linear-gradient(left, #c2185b 0, #f06292 100%);
  background-image: linear-gradient(to right, #c2185b 0, #f06292 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-pink {
  background-image: -webkit-linear-gradient(top, #c2185b 0, #f06292 100%);
  background-image: linear-gradient(to bottom, #c2185b 0, #f06292 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-pink {
  background-image: -webkit-linear-gradient(45deg, #c2185b, #f06292);
  background-image: linear-gradient(45deg, #c2185b, #f06292);
  background-repeat: repeat-x;
}

.bg-gradient-x2-pink {
  background-image: -webkit-linear-gradient(left, #f06292, #e91e63 50%, #f48fb1);
  background-image: linear-gradient(to right, #f06292, #e91e63 50%, #f48fb1);
  background-repeat: no-repeat;
}

.bg-gradient-y2-pink {
  background-image: -webkit-linear-gradient(#f06292, #e91e63 50%, #f48fb1);
  background-image: linear-gradient(#f06292, #e91e63 50%, #f48fb1);
  background-repeat: no-repeat;
}

.bg-gradient-radial-pink {
  background-image: -webkit-radial-gradient(circle, #c2185b, #f06292);
  background-image: radial-gradient(circle, #c2185b, #f06292);
  background-repeat: no-repeat;
}

.bg-gradient-striped-pink {
  background-image: -webkit-linear-gradient(
    45deg,
    #f48fb1 25%,
    transparent 25%,
    transparent 50%,
    #f48fb1 50%,
    #f48fb1 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    #f48fb1 25%,
    transparent 25%,
    transparent 50%,
    #f48fb1 50%,
    #f48fb1 75%,
    transparent 75%,
    transparent
  );
}

.bg-gradient-directional-pink .card-footer,
.bg-gradient-directional-pink .card-header,
.bg-gradient-radial-pink .card-footer,
.bg-gradient-radial-pink .card-header,
.bg-gradient-striped-pink .card-footer,
.bg-gradient-striped-pink .card-header,
.bg-gradient-x-pink .card-footer,
.bg-gradient-x-pink .card-header,
.bg-gradient-x2-pink .card-footer,
.bg-gradient-x2-pink .card-header,
.bg-gradient-y-pink .card-footer,
.bg-gradient-y-pink .card-header,
.bg-gradient-y2-pink .card-footer,
.bg-gradient-y2-pink .card-header {
  background-color: transparent;
}

.bg-gradient-x-purple {
  background-image: -webkit-linear-gradient(left, #7b1fa2 0, #ba68c8 100%);
  background-image: linear-gradient(to right, #7b1fa2 0, #ba68c8 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-purple {
  background-image: -webkit-linear-gradient(top, #7b1fa2 0, #ba68c8 100%);
  background-image: linear-gradient(to bottom, #7b1fa2 0, #ba68c8 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-purple {
  background-image: -webkit-linear-gradient(45deg, #7b1fa2, #ba68c8);
  background-image: linear-gradient(45deg, #7b1fa2, #ba68c8);
  background-repeat: repeat-x;
}

.bg-gradient-x2-purple {
  background-image: -webkit-linear-gradient(left, #ba68c8, #9c27b0 50%, #ce93d8);
  background-image: linear-gradient(to right, #ba68c8, #9c27b0 50%, #ce93d8);
  background-repeat: no-repeat;
}

.bg-gradient-y2-purple {
  background-image: -webkit-linear-gradient(#ba68c8, #9c27b0 50%, #ce93d8);
  background-image: linear-gradient(#ba68c8, #9c27b0 50%, #ce93d8);
  background-repeat: no-repeat;
}

.bg-gradient-radial-purple {
  background-image: -webkit-radial-gradient(circle, #7b1fa2, #ba68c8);
  background-image: radial-gradient(circle, #7b1fa2, #ba68c8);
  background-repeat: no-repeat;
}

.bg-gradient-striped-purple {
  background-image: -webkit-linear-gradient(
    45deg,
    #ce93d8 25%,
    transparent 25%,
    transparent 50%,
    #ce93d8 50%,
    #ce93d8 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    #ce93d8 25%,
    transparent 25%,
    transparent 50%,
    #ce93d8 50%,
    #ce93d8 75%,
    transparent 75%,
    transparent
  );
}

.bg-gradient-x-blue {
  background-image: -webkit-linear-gradient(left, #1976d2 0, #64b5f6 100%);
  background-image: linear-gradient(to right, #1976d2 0, #64b5f6 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-blue {
  background-image: -webkit-linear-gradient(top, #1976d2 0, #64b5f6 100%);
  background-image: linear-gradient(to bottom, #1976d2 0, #64b5f6 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-blue {
  background-image: -webkit-linear-gradient(45deg, #1976d2, #64b5f6);
  background-image: linear-gradient(45deg, #1976d2, #64b5f6);
  background-repeat: repeat-x;
}

.bg-gradient-x2-blue {
  background-image: -webkit-linear-gradient(left, #64b5f6, #2196f3 50%, #90caf9);
  background-image: linear-gradient(to right, #64b5f6, #2196f3 50%, #90caf9);
  background-repeat: no-repeat;
}

.bg-gradient-y2-blue {
  background-image: -webkit-linear-gradient(#64b5f6, #2196f3 50%, #90caf9);
  background-image: linear-gradient(#64b5f6, #2196f3 50%, #90caf9);
  background-repeat: no-repeat;
}

.bg-gradient-radial-blue {
  background-image: -webkit-radial-gradient(circle, #1976d2, #64b5f6);
  background-image: radial-gradient(circle, #1976d2, #64b5f6);
  background-repeat: no-repeat;
}

.bg-gradient-striped-blue {
  background-image: -webkit-linear-gradient(
    45deg,
    #90caf9 25%,
    transparent 25%,
    transparent 50%,
    #90caf9 50%,
    #90caf9 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    #90caf9 25%,
    transparent 25%,
    transparent 50%,
    #90caf9 50%,
    #90caf9 75%,
    transparent 75%,
    transparent
  );
}

.bg-gradient-x-cyan {
  background-image: -webkit-linear-gradient(left, #0097a7 0, #4dd0e1 100%);
  background-image: linear-gradient(to right, #0097a7 0, #4dd0e1 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-cyan {
  background-image: -webkit-linear-gradient(top, #0097a7 0, #4dd0e1 100%);
  background-image: linear-gradient(to bottom, #0097a7 0, #4dd0e1 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-cyan {
  background-image: -webkit-linear-gradient(45deg, #0097a7, #4dd0e1);
  background-image: linear-gradient(45deg, #0097a7, #4dd0e1);
  background-repeat: repeat-x;
}

.bg-gradient-x2-cyan {
  background-image: -webkit-linear-gradient(left, #4dd0e1, #00bcd4 50%, #80deea);
  background-image: linear-gradient(to right, #4dd0e1, #00bcd4 50%, #80deea);
  background-repeat: no-repeat;
}

.bg-gradient-y2-cyan {
  background-image: -webkit-linear-gradient(#4dd0e1, #00bcd4 50%, #80deea);
  background-image: linear-gradient(#4dd0e1, #00bcd4 50%, #80deea);
  background-repeat: no-repeat;
}

.bg-gradient-radial-cyan {
  background-image: -webkit-radial-gradient(circle, #0097a7, #4dd0e1);
  background-image: radial-gradient(circle, #0097a7, #4dd0e1);
  background-repeat: no-repeat;
}

.bg-gradient-striped-cyan {
  background-image: -webkit-linear-gradient(
    45deg,
    #80deea 25%,
    transparent 25%,
    transparent 50%,
    #80deea 50%,
    #80deea 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    #80deea 25%,
    transparent 25%,
    transparent 50%,
    #80deea 50%,
    #80deea 75%,
    transparent 75%,
    transparent
  );
}

.bg-gradient-x-teal {
  background-image: -webkit-linear-gradient(left, #00796b 0, #4db6ac 100%);
  background-image: linear-gradient(to right, #00796b 0, #4db6ac 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-teal {
  background-image: -webkit-linear-gradient(top, #00796b 0, #4db6ac 100%);
  background-image: linear-gradient(to bottom, #00796b 0, #4db6ac 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-teal {
  background-image: -webkit-linear-gradient(45deg, #00796b, #4db6ac);
  background-image: linear-gradient(45deg, #00796b, #4db6ac);
  background-repeat: repeat-x;
}

.bg-gradient-x2-teal {
  background-image: -webkit-linear-gradient(left, #4db6ac, #009688 50%, #80cbc4);
  background-image: linear-gradient(to right, #4db6ac, #009688 50%, #80cbc4);
  background-repeat: no-repeat;
}

.bg-gradient-y2-teal {
  background-image: -webkit-linear-gradient(#4db6ac, #009688 50%, #80cbc4);
  background-image: linear-gradient(#4db6ac, #009688 50%, #80cbc4);
  background-repeat: no-repeat;
}

.bg-gradient-radial-teal {
  background-image: -webkit-radial-gradient(circle, #00796b, #4db6ac);
  background-image: radial-gradient(circle, #00796b, #4db6ac);
  background-repeat: no-repeat;
}

.bg-gradient-striped-teal {
  background-image: -webkit-linear-gradient(
    45deg,
    #80cbc4 25%,
    transparent 25%,
    transparent 50%,
    #80cbc4 50%,
    #80cbc4 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    #80cbc4 25%,
    transparent 25%,
    transparent 50%,
    #80cbc4 50%,
    #80cbc4 75%,
    transparent 75%,
    transparent
  );
}

.bg-gradient-x-yellow {
  background-image: -webkit-linear-gradient(left, #fbc02d 0, #fff176 100%);
  background-image: linear-gradient(to right, #fbc02d 0, #fff176 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-yellow {
  background-image: -webkit-linear-gradient(top, #fbc02d 0, #fff176 100%);
  background-image: linear-gradient(to bottom, #fbc02d 0, #fff176 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-yellow {
  background-image: -webkit-linear-gradient(45deg, #fbc02d, #fff176);
  background-image: linear-gradient(45deg, #fbc02d, #fff176);
  background-repeat: repeat-x;
}

.bg-gradient-x2-yellow {
  background-image: -webkit-linear-gradient(left, #fff176, #ffeb3b 50%, #fff59d);
  background-image: linear-gradient(to right, #fff176, #ffeb3b 50%, #fff59d);
  background-repeat: no-repeat;
}

.bg-gradient-y2-yellow {
  background-image: -webkit-linear-gradient(#fff176, #ffeb3b 50%, #fff59d);
  background-image: linear-gradient(#fff176, #ffeb3b 50%, #fff59d);
  background-repeat: no-repeat;
}

.bg-gradient-radial-yellow {
  background-image: -webkit-radial-gradient(circle, #fbc02d, #fff176);
  background-image: radial-gradient(circle, #fbc02d, #fff176);
  background-repeat: no-repeat;
}

.bg-gradient-striped-yellow {
  background-image: -webkit-linear-gradient(
    45deg,
    #fff59d 25%,
    transparent 25%,
    transparent 50%,
    #fff59d 50%,
    #fff59d 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    #fff59d 25%,
    transparent 25%,
    transparent 50%,
    #fff59d 50%,
    #fff59d 75%,
    transparent 75%,
    transparent
  );
}

.bg-gradient-x-amber {
  background-image: -webkit-linear-gradient(left, #ffa000 0, #ffd54f 100%);
  background-image: linear-gradient(to right, #ffa000 0, #ffd54f 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-amber {
  background-image: -webkit-linear-gradient(top, #ffa000 0, #ffd54f 100%);
  background-image: linear-gradient(to bottom, #ffa000 0, #ffd54f 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-amber {
  background-image: -webkit-linear-gradient(45deg, #ffa000, #ffd54f);
  background-image: linear-gradient(45deg, #ffa000, #ffd54f);
  background-repeat: repeat-x;
}

.bg-gradient-x2-amber {
  background-image: -webkit-linear-gradient(left, #ffd54f, #ffc107 50%, #ffe082);
  background-image: linear-gradient(to right, #ffd54f, #ffc107 50%, #ffe082);
  background-repeat: no-repeat;
}

.bg-gradient-y2-amber {
  background-image: -webkit-linear-gradient(#ffd54f, #ffc107 50%, #ffe082);
  background-image: linear-gradient(#ffd54f, #ffc107 50%, #ffe082);
  background-repeat: no-repeat;
}

.bg-gradient-radial-amber {
  background-image: -webkit-radial-gradient(circle, #ffa000, #ffd54f);
  background-image: radial-gradient(circle, #ffa000, #ffd54f);
  background-repeat: no-repeat;
}

.bg-gradient-striped-amber {
  background-image: -webkit-linear-gradient(
    45deg,
    #ffe082 25%,
    transparent 25%,
    transparent 50%,
    #ffe082 50%,
    #ffe082 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    #ffe082 25%,
    transparent 25%,
    transparent 50%,
    #ffe082 50%,
    #ffe082 75%,
    transparent 75%,
    transparent
  );
}

.bg-gradient-x-blue-grey {
  background-image: -webkit-linear-gradient(left, #455a64 0, #90a4ae 100%);
  background-image: linear-gradient(to right, #455a64 0, #90a4ae 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-blue-grey {
  background-image: -webkit-linear-gradient(top, #455a64 0, #90a4ae 100%);
  background-image: linear-gradient(to bottom, #455a64 0, #90a4ae 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-blue-grey {
  background-image: -webkit-linear-gradient(45deg, #455a64, #90a4ae);
  background-image: linear-gradient(45deg, #455a64, #90a4ae);
  background-repeat: repeat-x;
}

.bg-gradient-x2-blue-grey {
  background-image: -webkit-linear-gradient(left, #90a4ae, #607d8b 50%, #b0bec5);
  background-image: linear-gradient(to right, #90a4ae, #607d8b 50%, #b0bec5);
  background-repeat: no-repeat;
}

.bg-gradient-y2-blue-grey {
  background-image: -webkit-linear-gradient(#90a4ae, #607d8b 50%, #b0bec5);
  background-image: linear-gradient(#90a4ae, #607d8b 50%, #b0bec5);
  background-repeat: no-repeat;
}

.bg-gradient-radial-blue-grey {
  background-image: -webkit-radial-gradient(circle, #455a64, #90a4ae);
  background-image: radial-gradient(circle, #455a64, #90a4ae);
  background-repeat: no-repeat;
}

.bg-gradient-striped-blue-grey {
  background-image: -webkit-linear-gradient(
    45deg,
    #b0bec5 25%,
    transparent 25%,
    transparent 50%,
    #b0bec5 50%,
    #b0bec5 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    #b0bec5 25%,
    transparent 25%,
    transparent 50%,
    #b0bec5 50%,
    #b0bec5 75%,
    transparent 75%,
    transparent
  );
}

.bg-gradient-x-grey-blue {
  background-image: -webkit-linear-gradient(left, #404e67 0, #6f85ad 100%);
  background-image: linear-gradient(to right, #404e67 0, #6f85ad 100%);
  background-repeat: repeat-x;
}

.bg-gradient-y-grey-blue {
  background-image: -webkit-linear-gradient(top, #404e67 0, #6f85ad 100%);
  background-image: linear-gradient(to bottom, #404e67 0, #6f85ad 100%);
  background-repeat: repeat-x;
}

.bg-gradient-directional-grey-blue {
  background-image: -webkit-linear-gradient(45deg, #404e67, #6f85ad);
  background-image: linear-gradient(45deg, #404e67, #6f85ad);
  background-repeat: repeat-x;
}

.bg-gradient-x2-grey-blue {
  background-image: -webkit-linear-gradient(left, #6f85ad, #1b2942 50%, #b0bec5);
  background-image: linear-gradient(to right, #6f85ad, #1b2942 50%, #b0bec5);
  background-repeat: no-repeat;
}

.bg-gradient-y2-grey-blue {
  background-image: -webkit-linear-gradient(#6f85ad, #1b2942 50%, #b0bec5);
  background-image: linear-gradient(#6f85ad, #1b2942 50%, #b0bec5);
  background-repeat: no-repeat;
}

.bg-gradient-radial-grey-blue {
  background-image: -webkit-radial-gradient(circle, #404e67, #6f85ad);
  background-image: radial-gradient(circle, #404e67, #6f85ad);
  background-repeat: no-repeat;
}

.bg-gradient-striped-grey-blue {
  background-image: -webkit-linear-gradient(
    45deg,
    #b0bec5 25%,
    transparent 25%,
    transparent 50%,
    #b0bec5 50%,
    #b0bec5 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    #b0bec5 25%,
    transparent 25%,
    transparent 50%,
    #b0bec5 50%,
    #b0bec5 75%,
    transparent 75%,
    transparent
  );
}

.hidden {
  display: none !important;
}

/* ========================================
   BANNER & SLIDER FIXES
   ======================================== */

/* Banner text alignment - center align */
.banner-text-center,
.parallax-content,
.hero-content,
.slider-caption {
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Banner image size control */
.banner-section img,
.hero-banner img,
.page-banner img {
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .banner-section img,
  .hero-banner img,
  .page-banner img {
    max-height: 250px;
  }
}

/* Reduce spacing between banner and content */
.section-after-banner,
.content-after-banner {
  margin-top: 0 !important;
  padding-top: 1.5rem !important;
}

/* Product card image fix */
.product-card img,
.deal-card img,
.gallery-item img {
  max-height: 220px;
  width: 100%;
  object-fit: cover;
}

/* Section spacing fixes */
.section-spacing {
  padding: 2rem 0;
}

.section-spacing-sm {
  padding: 1rem 0;
}

/* Key customer banner fix */
.key-customer-section img,
.client-logo-section img,
.partner-logo img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
}

/* Footer contact details visibility */
.footer-contact-info {
  display: block !important;
}

.footer-contact-info p,
.footer-contact-info a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.6;
}

.footer-contact-info a:hover {
  color: #fff;
}
