.btn-facebook {
  background: #1877f2 !important;
  color: #ffffff !important;
  border-color: #1877f2 !important;
}

.btn-facebook:hover {
  background: #1877f2 !important;
  color: #ffffff !important;
  border-color: #1877f2 !important;
}

.btn-line {
  background: #22b50e !important;
  color: #ffffff !important;
  border-color: #22b50e !important;
}

.btn-line:hover {
  background: #22b50e !important;
  color: #ffffff !important;
  border-color: #22b50e !important;
}

.btn-youtube {
  background: #dc143c !important;
  color: #ffffff !important;
  border-color: #dc143c !important;
}

.btn-youtube:hover {
  background: #dc143c !important;
  color: #ffffff !important;
  border-color: #dc143c !important;
}

.btn-instagram {
  background: #de3f4b !important;
  color: #ffffff !important;
  border-color: #de3f4b !important;
}

.btn-instagram:hover {
  background: #de3f4b !important;
  color: #ffffff !important;
  border-color: #de3f4b !important;
}

.btn-twitter {
  background: #4da6e9 !important;
  color: #ffffff !important;
  border-color: #4da6e9 !important;
}

.btn-twitter:hover {
  background: #4da6e9 !important;
  color: #ffffff !important;
  border-color: #4da6e9 !important;
}

nav.topnav-minisite .right-container {
  /* min-width: 80%; */
  max-width: 80%;
}

nav.topnav-minisite .menu-container {
  justify-content: space-between;
}
.datepicker-dropdown {
  z-index: 999;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.datepicker td, .datepicker th {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.datepicker {
  margin-bottom: 3rem;
}

/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/

.datepicker-dropdown {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.ss-card-06 .text-container .desc {
  -webkit-line-clamp: 4;
   min-height: 2.8125rem;  
  margin: 0.25rem 0 0 0;
}