@import url("//cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url("//cdn.jsdelivr.net/npm/vanillajs-datepicker@1.2.0/dist/css/datepicker-bs4.min.css");
/*----------------------------------------*/
/*  01. general CSS
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  background-color: #ffffff;
  color: #383838;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  margin-top: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: inherit;
  margin: 0;
}

p {
  color: #333;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  line-height: inherit;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a, button, img, input {
  transition: 0.4s;
}

*:focus {
  outline: none;
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:hover {
  text-decoration: none;
  transition: 0.4s;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
}
ul:last-child {
  margin-bottom: 0;
}
ul li {
  list-style: none;
}

/*-------- Container Style Css --------*/
.wrapper {
  overflow-x: hidden;
}

.container {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.row > [class*=col-] {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

/* ----------------------------
	main / content-tpl
 */
@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
footer {
  border-top: solid 1px #eee;
}

/* Footer Auth CSS */
.footer {
  font-size: 1rem;
  color: #000000;
  background: #f5faff;
  padding: 20px 0;
  width: 100vw;
}
@media screen and (min-width: 0px) and (max-width: 575px) {
  .footer {
    font-size: 0.875rem;
  }
}
.footer_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}
.footer_left a {
  margin-left: 0.5rem;
  margin-right: 1.5rem;
}
.footer_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
}
.footer_right a {
  margin-left: 1.5rem;
  margin-right: 0.5rem;
}

.footer-fixed {
  position: fixed;
  bottom: 0;
}

.footer-tall {
  padding: 5rem 0;
}

.topbar {
  background: #f0f3f6;
  padding: 4px 0;
  font-size: 14px;
}
.topbar_left {
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 575px) {
  .topbar_left {
    max-width: 210px;
  }
}
.topbar_left a {
  line-height: 23px;
  margin-right: 8px;
}
@media screen and (min-width: 0px) and (max-width: 575px) {
  .topbar_left a {
    margin-right: 3px;
  }
}
.topbar_right {
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 575px) {
  .topbar_right {
    max-width: 210px;
  }
}
.topbar_right a {
  background: #FFFFFF;
  color: #5a5d73;
  padding: 0 0.625rem;
  display: inline-block;
  border: 1px solid #ecedee;
  border-radius: 0.2rem;
}
@media screen and (min-width: 0px) and (max-width: 575px) {
  .topbar_right a {
    font-size: 12px;
  }
}
.navwrap {
  border-bottom: solid 1px #eee;
}
.navwrap_left {
  line-height: 70px;
}
.navwrap_left__logo a {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Poppins", serif;
  white-space: nowrap;
}
.navwrap_left__navmenu {
  margin-left: 3rem;
}
.navwrap_left__navmenu .nav {
  flex-wrap: nowrap;
}
.navwrap_left__navmenu .nav > li {
  margin-left: 1rem;
  margin-right: 1rem;
}
.navwrap_left__navmenu .nav > li a {
  font-weight: 500;
}
.navwrap_center {
  line-height: 70px;
}
.navwrap_center__logo {
  margin-left: 30px;
}
.navwrap_center__logo a {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Poppins", serif;
}
.navwrap_right {
  line-height: 70px;
}
.navwrap_right__order a {
  font-size: 1rem;
}
.navwrap_right__schedule a {
  font-size: 1rem;
}
.navwrap_right__search {
  margin-right: 1rem;
}
.navwrap_right__auth a {
  font-size: 1rem;
}
.navwrap_right__acct.dropdown {
  position: inherit;
  min-width: fit-content;
}
.navwrap_right__acct.dropdown span:hover {
  background: #f0f3f6;
}
.navwrap_right .dropdown-toggle:after {
  display: none;
}

.dropdown_menu {
  position: relative;
}
.dropdown_menu:hover .dropdown_submenu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.dropdown_submenu {
  position: absolute;
  top: 100%;
  left: -1.25rem;
  min-width: 300px;
  background: #f3f6fb;
  padding: 0.5rem 1.25rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9999;
}
.dropdown_submenu li {
  line-height: 1.5;
  margin-right: 0px !important;
}
.dropdown_submenu li:last-child a {
  border-bottom: 0px;
}
.dropdown_submenu li a {
  line-height: 1.2rem;
  font-size: 1rem;
  font-weight: 400;
  color: #1864bd;
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
  width: 100%;
}

.topbar_login {
  background: #f0f3f6;
  padding: 5px 0;
}
.topbar_login_left {
  display: flex;
}
.topbar_login_left__social a {
  margin-right: 8px;
}
@media screen and (min-width: 0px) and (max-width: 575px) {
  .topbar_login_left__social a {
    margin-right: 3px;
  }
}
.topbar_login_right {
  background: #FFFFFF;
  border: 1px solid #ecedee;
  max-width: 162px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 575px) {
  .topbar_login_right {
    max-width: 130px;
  }
}
.topbar_login_right a {
  color: #5a5d73;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (min-width: 0px) and (max-width: 575px) {
  .topbar_login_right a {
    font-size: 12px;
  }
}

.navwrap_login {
  padding: 24px 0;
  border-bottom: 1px solid #dddddd;
}
.navwrap_login_left__logo a {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Poppins", serif;
}
.navwrap_login_right__btn a {
  padding: 8px 20px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.offcanvas-overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
  cursor: cursor;
}

.mobile-search-trigger {
  background: #fff;
  position: relative;
}
.mobile-search-trigger > div {
  margin-bottom: 0.5rem;
}
.mobile-search-trigger__input {
  width: 100%;
  border: 0px;
  background: #f3f6fa;
  padding-left: 2.5rem;
  padding-right: 1rem;
  height: 3rem;
  line-height: 3rem;
  cursor: pointer;
  color: #888;
}
.mobile-search-trigger__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  border: 0px;
  background: transparent;
}

.mobile-menu-wrapper {
  position: fixed;
  top: inherit;
  right: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  z-index: 9999;
  background: #fff;
}
.mobile-menu-wrapper.open {
  opacity: 1;
  visibility: visible;
  height: calc(100vh - 71px);
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-menu-wrapper.open .offcanvas-overlay {
  display: none;
}

.mobile-menu-wrapper.open .mobile-menu-inner {
  transform: none;
}

.mobile-menu-inner {
  width: 100%;
  transition: all 0.3s ease 0s;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: #f3f6fa;
  border-top: solid 1px #eee;
  padding-bottom: 3rem;
}
.mobile-menu-inner .mobile-menu {
  text-align: start;
  padding: 0px 0px 10px;
  height: 100%;
}
.mobile-menu-inner .mobile-menu .dropdown-trigger, .mobile-menu-inner .mobile-menu .dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
.mobile-menu-inner .mobile-menu .dropdown-trigger:hover, .mobile-menu-inner .mobile-menu .dropdown-toggle:hover {
  background: #fff !important;
}
.mobile-menu-inner .mobile-menu > .has-children > a img {
  transform: rotate(0deg);
  transition: all 0.3s ease 0s;
}
.mobile-menu-inner .mobile-menu > .has-children.active > a img {
  transform: rotate(180deg);
  transition: all 0.3s ease 0s;
}
.mobile-menu-inner .mobile-menu > .has-children > a:hover {
  color: #fb8920;
}
.mobile-menu-inner .mobile-menu > .has-children .dropdown {
  overflow: hidden;
}
.mobile-menu-inner .mobile-menu > .has-children .dropdown a {
  display: block;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75rem 0.5rem;
  border-top: 1px solid #e1e3e4;
}
.mobile-menu-inner .mobile-menu > .has-children .dropdown a:hover {
  color: #fb8920;
}
.mobile-menu-inner .mobile-menu > .has-children .dropdown li {
  margin-left: 1.5rem;
}
.mobile-menu-inner .mobile-menu > .has-children.active > a {
  color: #fb8920;
}
.mobile-menu-inner .mobile-menu > li > a {
  color: #333333;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
  padding: 0.75rem 0.5rem;
  border-top: 1px solid #e1e3e4;
}
.mobile-menu-inner .mobile-menu > li > a:hover {
  color: #fb8920;
}
.mobile-menu-inner .mobile-menu > li:first-child a {
  border-top: 0;
}

.mobile-menu-inner-wrapper {
  padding: 20px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: red;
}

.header-mobile-menu-open.open .default {
  display: none;
}

.navwrap_left__hamburger.active .header-mobile-menu-close {
  display: flex;
}

.navwrap_left__hamburger .header-mobile-menu-close {
  display: none;
}

.offcanvas-search {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  height: 100vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  z-index: 9999;
}
.offcanvas-search.open {
  opacity: 1;
  visibility: visible;
}
.offcanvas-search .offcanvas-search-inner {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  transition: all 0.5s ease 0s;
  transition-duration: 700ms;
  padding: 0.5rem;
  overflow: auto;
  flex-direction: row;
  flex-flow: row-reverse;
}
.offcanvas-search_form {
  position: relative;
}
.offcanvas-search_form__input {
  width: 100%;
  background: #f3f6fa;
  height: 3rem;
  padding: 0 2.5rem;
}
.offcanvas-search_form__btn, .offcanvas-search_form__close {
  position: absolute;
  background: transparent;
  border: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.offcanvas-search_form__btn {
  left: 5px;
}
.offcanvas-search_form__close {
  right: 5px;
}

.offcanvas-search-inner .header-mobile-menu-close a:hover {
  color: #fb8920;
  transition: all 0.5s ease 0s;
  transform: rotate(90deg);
}

.acctmenu_wrapper {
  background: transparent;
  border: 0px;
  padding: 0px;
  min-width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .acctmenu_wrapper {
    position: fixed;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .acctmenu_wrapper {
    position: fixed;
  }
}
@media screen and (min-width: 0px) and (max-width: 575px) {
  .acctmenu_wrapper {
    position: fixed;
  }
}
.acctmenu_wrapper.open {
  opacity: 1;
  visibility: visible;
}
.acctmenu_wrapper.open .offcanvas-overlay {
  opacity: 0;
  visibility: hidden;
  display: none;
  top: 0;
  height: 100vh;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .acctmenu_wrapper.open .offcanvas-overlay {
    opacity: 0.9;
    visibility: visible;
    display: block;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .acctmenu_wrapper.open .offcanvas-overlay {
    opacity: 0.9;
    visibility: visible;
    display: block;
  }
}
@media screen and (min-width: 0px) and (max-width: 575px) {
  .acctmenu_wrapper.open .offcanvas-overlay {
    opacity: 0.9;
    visibility: visible;
    display: block;
  }
}
.acctmenu_wrapper__inner {
  background: #f3f6fb;
  position: absolute;
  width: 330px;
  right: 0;
  top: -1px;
  margin-right: 0;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .acctmenu_wrapper__inner {
    width: 100%;
    position: relative;
    margin-right: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 575px) {
  .acctmenu_wrapper__inner {
    width: 100%;
    position: relative;
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .acctmenu_wrapper__inner {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.acctmenu_wrapper__minicart {
  text-align: center;
  padding: 0.6rem 1.25rem;
  line-height: 1.2;
}
.acctmenu_wrapper__minicart .cart-line {
  padding: 0.5rem 0;
  border-bottom: solid 1px #ddd;
}
.acctmenu_wrapper__minicart .cart-line .img-link {
  display: block;
}
.acctmenu_wrapper__minicart .cart-line img {
  border: solid 1px #ddd;
  width: 40px;
}
.acctmenu_wrapper__minicart .cart-line .txt-link {
  display: block;
  text-align: left;
  padding-left: 0.5rem;
}
.acctmenu_wrapper__minicart .cart-line .product-name {
  margin-right: 0.5rem;
}
.acctmenu_wrapper__minicart .cart-line .item-name {
  margin-right: 0.5rem;
  color: #6c757d;
  font-weight: 200;
  font-size: 0.9rem;
}
.acctmenu_wrapper__minicart .cart-line .item-qty {
  font-size: 0.9rem;
}
.acctmenu_wrapper__minicart .cart-remainer {
  padding: 0.5rem;
  color: #777;
  font-weight: 200;
}
.acctmenu_wrapper__list {
  padding: 0 1.25rem 0.5rem;
}
.acctmenu_wrapper__list li {
  display: flex;
  align-items: center;
}
.acctmenu_wrapper__list li a span {
  display: inline-block;
  width: 2rem;
}
.acctmenu_wrapper__list li a i.bi {
  display: inline-block;
  width: 1.8rem;
}
.acctmenu_wrapper__list li:last-child a {
  border-bottom: 0px;
}
.acctmenu_wrapper__list a {
  font-size: 1rem;
  font-weight: 400;
  color: #1864bd;
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  line-height: 1.2;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  body.header-acct-menu-open {
    overflow: hidden;
  }
}
@media screen and (min-width: 0px) and (max-width: 575px) {
  body.header-acct-menu-open {
    overflow: hidden;
  }
}

i[class*=svg-],
span[class*=svg-] {
  height: 20px;
  width: 20px;
  display: block;
  border: none;
}

.svg {
  background-color: transparent;
  background: center no-repeat;
  background-size: contain;
}

.navbar .svg {
  width: 26px;
  height: 50px;
}

.svg-globe {
  background-image: url(/img/header-icons/globe-black.svg);
  width: 21px;
}

.navbar-dark .svg-globe {
  background-image: url(/img/header-icons/globe-white.svg);
  width: 21px;
}

.svg-cart {
  background-image: url(/img/header-icons/cart-black.svg);
}

.navbar-dark .svg-cart {
  background-image: url(/img/header-icons/cart-white.svg);
}

.svg-bag {
  background-image: url(/img/header-icons/apple-bag-black.svg);
}

.navbar-dark .svg-bag {
  background-image: url(/img/header-icons/apple-bag-white.svg);
}

.svg-search {
  background-image: url(/img/header-icons/search-black.svg);
}

.navbar-dark .svg-search {
  background-image: url(/img/header-icons/search-white.svg);
  margin-top: 3px;
}

.svg-calendar {
  background-image: url(/img/header-icons/calendar-black.svg);
}

.navbar-dark .svg-calendar {
  background-image: url(/img/header-icons/calendar-white.svg);
  margin-top: 3px;
}

/*----------------------------------------*/
/*  01. vertical layout
/*----------------------------------------*/
/*----------------------------------------*/
/*  02. horizontal layout
/*----------------------------------------*/
#layout-h {
  display: flex;
  flex-wrap: wrap;
}

#layout .container.d-flex {
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  #layout .container.d-flex {
    flex-wrap: wrap !important;
  }
}

main {
  flex-grow: 1;
}
main .content {
  padding: 1rem 0.5rem 5rem;
}
main .content .content-header {
  padding: 1rem 0;
}

aside {
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  aside {
    width: 100%;
    padding: 0;
  }
}
aside .mobile-menu-toggle {
  display: none;
  background: #f0f3f6;
  position: relative;
}
@media screen and (max-width: 991px) {
  aside .mobile-menu-toggle {
    display: block;
    padding: 1rem 0.5rem;
  }
}
aside .mobile-menu-toggle .dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
aside #navside {
  position: relative;
  border: solid 1px #f0f3f6;
}
@media screen and (min-width: 992px) {
  aside #navside {
    margin-right: 2rem;
    border-bottom: none;
    border-left: none;
    border-top: none;
  }
}
aside #navside .nav-box {
  padding-bottom: 0.5rem;
}
aside #navside .nav-header {
  padding: 0.8rem 0.5rem;
}
aside #navside .nav-header .nav-caret {
  float: right;
  line-height: 27px;
}
aside #navside ul.nav {
  padding-bottom: 0.5rem;
}
aside #navside ul.nav:first-child {
  padding-top: 0.5rem;
}
aside #navside ul.nav li.nav-item {
  border-top: solid 1px #eee;
}
aside #navside ul.nav li.nav-item.active {
  border-left: solid 5px #1864bd;
  margin-left: -5px;
}
aside #navside ul.nav li a {
  padding: 0.8rem;
}
aside #navside ul.nav li a:hover {
  background: #f0f3f6;
}
aside #navside ul.nav li a.nav-link {
  color: #1864bd;
}
aside #navside ul.nav li a.nav-link.active {
  background: #f5faff;
}
aside #navside ul.nav li a .nav-icon i {
  width: 1rem;
  height: 1rem;
  text-align: center;
  color: #888;
}
aside #navside ul.nav li a .nav-text {
  padding-left: 0.5rem;
}
aside #navside ul.nav li > ul li {
  font-size: 0.9;
}

.data-list {
  padding-bottom: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.data-list .data-list-inner {
  margin-bottom: 1rem;
}
.data-list .row {
  margin-bottom: 1.5rem;
}
.data-list a:hover {
  color: unset;
}
.data-list .img a {
  position: relative;
  display: block;
}
.data-list .img img {
  border: 1px solid #e3e3e3;
}
.data-list .img .duration-overlay {
  background: #000;
  color: #fff;
  border: solid 1px #aaa;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 6px;
  padding: 0 3px;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: bold;
}
.data-list .txt {
  padding: 0.625rem;
}
.data-list .txt .eyebrow {
  padding-bottom: 0.5rem;
}
.data-list .txt .publish-date {
  display: inline-block;
  font-weight: 400;
  color: #888;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
.data-list .txt .categories {
  display: inline-block;
}
.data-list .txt .categories span {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #da0f47;
  margin-right: 0.5rem;
}
.data-list .txt .title {
  line-height: 1.5;
  font-weight: 400;
}
.data-list .txt .title:hover {
  color: #0275d8;
}
.data-list .txt .byline, .data-list .txt .byline-sub {
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
}
.data-list .txt .byline {
  color: purple;
}
.data-list .txt .byline-sub {
  color: #888;
  font-weight: 300;
}
.data-list .txt .synopsis {
  font-weight: 300;
  padding-top: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555;
  background-image: linear-gradient(#333, #aaa);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-height: 50px;
}
.data-list .pagination {
  margin-top: 1rem;
  margin-bottom: 3rem;
  justify-content: center;
}

.data-view {
  padding-bottom: 2.5rem;
}
.data-view .box-header h1, .data-view .box-header h2, .data-view .box-header h3, .data-view .box-header h4, .data-view .box-header h5, .data-view .box-header h6 {
  font-weight: 400;
  line-height: 1.38;
}
.data-view .box-header h1 {
  font-size: 36px;
}
.data-view .box-header h2 {
  font-size: 32px;
}
.data-view .box-header h3 {
  font-size: 28px;
}
.data-view .box-header h4 {
  font-size: 24px;
}
.data-view .box-header h5 {
  font-size: 20px;
}
.data-view .box-header h6 {
  font-size: 1rem;
}
.data-view .categories {
  display: block;
}
.data-view .categories span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #DA0F47;
  border-color: #DA0F47;
  margin-right: 1rem;
}
.data-view .back-to-listing {
  margin-bottom: 58px;
  color: #0275d8;
  display: block;
  font-size: 1rem;
  line-height: 1;
}
.data-view .back-to-listing .icon {
  vertical-align: middle;
  fill: currentColor;
  width: 1em;
  height: 1em;
  line-height: 1;
  position: relative;
  top: -1px;
  max-width: 100%;
  pointer-events: none;
}
.data-view .post-image {
  text-align: center;
  max-width: 100%;
}
.data-view .post-image img {
  margin-left: auto;
  margin-right: auto;
}
.data-view .post-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.data-view .post-content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.data-view .post-body {
  font-size: 1rem;
  text-align: left;
  line-height: 1.6;
  margin: 1.5rem 0.5rem;
}
.data-view .post-actions {
  float: right;
  position: absolute;
  top: -28px;
  right: 5px;
}
.data-view .post-actions .label {
  font-size: 1rem;
}
.data-view .post-hr {
  background-color: #d6d6d6;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.data-view .publish-date {
  color: #666;
  font-size: 1rem;
  text-align: left;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.data-view .post-author {
  margin-top: 10px;
}
.data-view .post-author .list-body a {
  color: #0275d8;
  font-size: 15px;
}
.data-view .post-author .list-body .one-line {
  line-height: 40px;
}
.data-view .post-tags {
  margin-bottom: 26px;
}
.data-view .post-tags .nav {
  flex-wrap: wrap;
  display: flex;
}
.data-view .post-tags .nav .nav-item {
  margin: 0px 8px 8px 0px;
  padding: 0px 0px;
  position: relative;
  float: left;
}
.data-view .post-tags .nav .nav-item.nav-category > .nav-link {
  color: rgba(0, 0, 0, 0.68);
  background-color: rgb(204, 242, 240);
}
.data-view .post-tags .nav .nav-item.nav-category > .nav-link:hover {
  background-color: rgb(176, 229, 225);
}
.data-view .post-tags .nav .nav-item > .nav-link {
  padding: 8px 10px 6px 10px;
  color: rgba(0, 0, 0, 0.68);
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 13px;
  line-height: 1;
}
.data-view .post-tags .nav .nav-item > .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.img-responsive {
  width: 100%;
  height: auto;
}

/**
    card   -- bootstrap styled
	block  -- default invisible border
	box    -- default visible border     ~ overlap with card
	area   -- for screen wide div        ~ landing + inner pages
	banner -- for simple cases           ~ no header / body / etc
*/
.area {
  padding: 4rem 0;
}
.area .row > [class*=col-] {
  display: flex;
  align-items: center;
}
.area .area-header {
  padding: 1rem 0;
}
.area .area-header label {
  font-size: 1.25rem;
  line-height: 1.6;
  padding-bottom: 1.5rem;
  color: #777;
}
.area .area-header h1, .area .area-header h2, .area .area-header h3 {
  line-height: 1.6;
  color: #1d2239;
  padding: 0.8rem 0;
}
.area .area-header p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #485065;
  padding: 0.8rem 0;
}
.area .area-header h2 {
  font-size: 42px;
  font-weight: bold;
}
.area .area-header h3 {
  font-size: 32px;
  font-weight: 500;
}
.area .area-body {
  padding: 1rem 0;
}

.banner {
  background: #f0f3f6;
  padding: 3rem 0.625rem;
}
.banner h1, .banner h3 {
  display: inline-block;
}

/**
    card   -- bootstrap styled
	block  -- default invisible border
	box    -- default visible border     (overlap with card)
	section    -- for screen wide div
*/
.block .block-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.block .block-header .title {
  flex-grow: 0;
}
.block .block-header .title .stats {
  font-weight: 300;
  font-size: 1rem;
}
.block .block-header .sub {
  flex-grow: 0;
}
.block .block-header .tool {
  flex-grow: 0;
}
.block .block-body {
  padding: 1rem 0;
}

.table-responsive {
  overflow: visible;
}

thead th, thead td {
  color: #888;
  font-weight: normal;
}

tfoot td {
  border-bottom: none;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group .form-select {
  background-position: right 0.5rem center;
}

.form-group .help-inline {
  color: #999;
}
.form-group .help-block {
  color: #999;
  margin-bottom: 0;
}
.form-group.has-danger label {
  --color: red;
}
.form-group.has-danger .help-inline {
  color: red;
}
.form-group.has-danger .help-block {
  color: red;
}

.md-form-group.has-danger input.form-control {
  border-color: red;
  background: #fff8f8;
}
.md-form-group.has-danger .help-inline {
  color: red;
}
.md-form-group.has-danger .help-block {
  color: red;
}

.form-control.checkbox-set {
  padding-top: 1rem;
}

.form-v4 .form-group {
  margin-bottom: 1rem;
}
.form-v4 .form-group .form-select {
  background-position: right 0.5rem center;
}
.form-v4 .form-group .help-inline {
  color: #999;
}
.form-v4 .form-group .help-block {
  color: #999;
  margin-bottom: 0;
}
.form-v4 .form-group.has-danger label {
  --color: red;
}
.form-v4 .form-group.has-danger .help-inline {
  color: red;
}
.form-v4 .form-group.has-danger .help-block {
  color: red;
}
.form-v4 .md-form-group.has-danger input.form-control {
  border-color: red;
  background: #fff8f8;
}
.form-v4 .md-form-group.has-danger .help-inline {
  color: red;
}
.form-v4 .md-form-group.has-danger .help-block {
  color: red;
}
.form-v4 .form-control.checkbox-set {
  padding-top: 1rem;
}
.form-v4 .invalid-feedback {
  display: unset;
}

main > .alert {
  border-radius: 0;
  border: solid 1px transparent;
  margin-bottom: 0;
}

.btn {
  border-radius: 0.2rem;
  white-space: nowrap;
  border: solid 1px rgba(120, 130, 140, 0.13);
}
.btn:hover {
  cursor: pointer;
}

.btn-xs {
  padding: 0.1rem 0.5rem;
  font-size: 0.8rem;
}

.btn-default:hover {
  background-color: #f0f3f6;
}

.btn-link {
  border: none !important;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-primary {
  background: #0275d8;
}

.btn-primary-muted {
  background: #aacef5;
  color: #fcfcfe;
}

.btn-secondary-muted {
  background: #ddd;
  color: #fcfcfe;
}

.btn-google {
  background: #d74132;
  color: #fff !important;
}
.btn-google:hover {
  color: #fff !important;
  opacity: 0.9;
}

.btn-facebook {
  background: #2552b4;
  color: #fff !important;
}
.btn-facebook:hover {
  color: #fff !important;
  opacity: 0.9;
}

.carousel.heavy-control-icon .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel.heavy-control-icon .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel .play-icon {
  background: center no-repeat url("data:image/svg+xml, %3Csvg width='60' height='42' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cg id='icomoon-ignore' /%3E%3Cuse x='5.397434' y='-68.326835' transform='matrix(0.15880563740596462,0,0,0.1590301359360811,-34.233496722840435,-44.6817534019825) ' id='icon' xlink:href='%23svg_1' /%3E%3Cpath id='svg_4' d='m24,8.380953l0.190475,22.761904l16.952381,-11.333332l-17.142857,-11.428572z' stroke-linecap='null' stroke-linejoin='null' stroke-width='5' stroke='null' fill='%23ffffff' /%3E%3Cpath id='relleno' d='m24.285713,8.666666l0,22.666666l17.238094,-11.523809l-17.238094,-11.142857z' stroke-linecap='null' stroke-linejoin='null' stroke-width='5' stroke='null' fill='%23ffffff' /%3E%3C/g%3E%3Cdefs%3E%3Csvg id='svg_1' viewBox='0 0 944 1024' height='1024' width='944' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icomoon-ignore' /%3E%3Cpath id='play-svg' d='m589.426025,406.15799c0,-31.289978 -25.345032,-56.652985 -56.618042,-56.652985h-265.616974c-31.27301,0 -56.618011,25.359985 -56.618011,56.652985v151.894989c0,31.290039 25.345001,56.653015 56.618011,56.653015h265.616974c31.273987,0 56.618042,-25.361023 56.618042,-56.653015v-151.894989l0,0zm-227.311035,140.032013v-142.677002l108.192017,71.339996l-108.19101,71.339996l-0.001007,-0.002991z' /%3E%3C/svg%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  height: 50%;
  margin: -15% 0 0 -15%;
  opacity: 0.7;
}
.carousel .play-icon:hover {
  cursor: pointer;
  opacity: 1;
}
.carousel .play-icon-white {
  background: no-repeat center url("/img/button/play.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  height: 50%;
  margin: -15% 0 0 -15%;
  opacity: 0.7;
}
.carousel .play-icon-white:hover {
  cursor: pointer;
  opacity: 1;
}
.carousel .carousel-item img {
  width: 100vw;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.carousel .carousel-item .carousel-caption {
  background: #222;
  opacity: 0.8;
  bottom: 0;
}
.carousel .carousel-indicators {
  bottom: 1rem;
}

.modal-fluid {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0px;
}
.modal-fluid .modal-content {
  min-height: 100%;
  border: 0px;
  border-radius: 0px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.page-item .page-link {
  color: #0275d8;
}

/**
	common used colors
	- keep this small
	- for fast prototype
*/
.bg-light-blue {
  background-color: #F3F8FE;
}

.bg-light-green {
  background-color: #F9FFFE;
}

.bg-light-purple {
  background-color: #FBF9FF;
}

.bg-light-gray, .bg-light-grey {
  background-color: #FAFAFA;
}

.bg-light-yellow {
  background-color: #FFFFF9;
}

.bg-light-orange {
  background-color: #FFFCF9;
}

.bg-light-red {
  background-color: #FFF9F9;
}

.bg-light-pink {
  background-color: #FFF9FD;
}

/* ----------------------------
	NOTE: padding is already covered by p-* @ bs5
 */
.crop-top-30 {
  margin-top: -30px;
}

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

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

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

.crop-top-40 {
  margin-top: -40px;
}

.crop-bottom-40 {
  margin-bottom: -40px;
}

.crop-left-40 {
  margin-left: -40px;
}

.crop-right-40 {
  margin-right: -40px;
}

.crop-top-50 {
  margin-top: -50px;
}

.crop-bottom-50 {
  margin-bottom: -50px;
}

.crop-left-50 {
  margin-left: -50px;
}

.crop-right-50 {
  margin-right: -50px;
}

.crop-top-60 {
  margin-top: -60px;
}

.crop-bottom-60 {
  margin-bottom: -60px;
}

.crop-left-60 {
  margin-left: -60px;
}

.crop-right-60 {
  margin-right: -60px;
}

.crop-top-70 {
  margin-top: -70px;
}

.crop-bottom-70 {
  margin-bottom: -70px;
}

.crop-left-70 {
  margin-left: -70px;
}

.crop-right-70 {
  margin-right: -70px;
}

.crop-top-80 {
  margin-top: -80px;
}

.crop-bottom-80 {
  margin-bottom: -80px;
}

.crop-left-80 {
  margin-left: -80px;
}

.crop-right-80 {
  margin-right: -80px;
}

.crop-top-90 {
  margin-top: -90px;
}

.crop-bottom-90 {
  margin-bottom: -90px;
}

.crop-left-90 {
  margin-left: -90px;
}

.crop-right-90 {
  margin-right: -90px;
}

.crop-top-100 {
  margin-top: -100px;
}

.crop-bottom-100 {
  margin-bottom: -100px;
}

.crop-left-100 {
  margin-left: -100px;
}

.crop-right-100 {
  margin-right: -100px;
}

.crop-top-110 {
  margin-top: -110px;
}

.crop-bottom-110 {
  margin-bottom: -110px;
}

.crop-left-110 {
  margin-left: -110px;
}

.crop-right-110 {
  margin-right: -110px;
}

.crop-top-120 {
  margin-top: -120px;
}

.crop-bottom-120 {
  margin-bottom: -120px;
}

.crop-left-120 {
  margin-left: -120px;
}

.crop-right-120 {
  margin-right: -120px;
}

/**
	ATTN:
		there are multiple ways to display, but only 1 way to hide, therefore defining "hidden-" classes is better choice

	Ref: https://getbootstrap.com/docs/5.0/utilities/display/#hiding-elements
		Hidden on all		.d-none
		Hidden only on xs	.d-none .d-sm-block
		Hidden only on sm	.d-sm-none .d-md-block
		Hidden only on md	.d-md-none .d-lg-block
		Hidden only on lg	.d-lg-none .d-xl-block
		Hidden only on xl	.d-xl-none .d-xxl-block
		Hidden only on xxl	.d-xxl-none
		Visible on all		.d-block
		Visible only on xs	.d-block .d-sm-none
		Visible only on sm	.d-none .d-sm-block .d-md-none
		Visible only on md	.d-none .d-md-block .d-lg-none
		Visible only on lg	.d-none .d-lg-block .d-xl-none
		Visible only on xl	.d-none .d-xl-block .d-xxl-none
		Visible only on xxl	.d-none .d-xxl-block

	alternatives:
		.d-md-up + .d-md-down
		.h-md-up + .h-md-down
*/
.hidden-xs-up {
  display: none !important;
}

@media screen and (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media screen and (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}

.bi-fw {
  width: 1rem;
  display: inline-block;
}

.pulse {
  width: 70px;
  height: 70px;
  background-color: red;
  border-radius: 50%;
  position: relative;
  animation: animate 3s linear infinite;
}
.pulse i {
  width: 70px;
  height: 70px;
  background-color: red;
  border-radius: 50%;
  position: relative;
  animation: animate 3s linear infinite;
}

/* ----------------------------
	width by px
 */
.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w470 {
  width: 470px;
}

.w480 {
  width: 480px;
}

.w490 {
  width: 490px;
}

.w500 {
  width: 500px;
}

.w510 {
  width: 510px;
}

.w520 {
  width: 520px;
}

.w530 {
  width: 530px;
}

.w540 {
  width: 540px;
}

.w550 {
  width: 550px;
}

.w560 {
  width: 560px;
}

.w570 {
  width: 570px;
}

.w580 {
  width: 580px;
}

.w590 {
  width: 590px;
}

.w600 {
  width: 600px;
}

.w610 {
  width: 610px;
}

.w620 {
  width: 620px;
}

.w630 {
  width: 630px;
}

.w640 {
  width: 640px;
}

.w650 {
  width: 650px;
}

.w660 {
  width: 660px;
}

.w670 {
  width: 670px;
}

.w680 {
  width: 680px;
}

.w690 {
  width: 690px;
}

.w700 {
  width: 700px;
}

.w710 {
  width: 710px;
}

.w720 {
  width: 720px;
}

.w730 {
  width: 730px;
}

.w740 {
  width: 740px;
}

.w750 {
  width: 750px;
}

.w760 {
  width: 760px;
}

.w770 {
  width: 770px;
}

.w780 {
  width: 780px;
}

.w790 {
  width: 790px;
}

.w800 {
  width: 800px;
}

.w810 {
  width: 810px;
}

.w820 {
  width: 820px;
}

@media screen and (max-width: 767px) {
  .w300 {
    width: 100%;
  }

  .w310 {
    width: 100%;
  }

  .w320 {
    width: 100%;
  }

  .w330 {
    width: 100%;
  }

  .w340 {
    width: 100%;
  }

  .w350 {
    width: 100%;
  }

  .w360 {
    width: 100%;
  }

  .w370 {
    width: 100%;
  }

  .w380 {
    width: 100%;
  }

  .w390 {
    width: 100%;
  }

  .w400 {
    width: 100%;
  }

  .w410 {
    width: 100%;
  }

  .w420 {
    width: 100%;
  }

  .w430 {
    width: 100%;
  }

  .w440 {
    width: 100%;
  }

  .w450 {
    width: 100%;
  }

  .w460 {
    width: 100%;
  }

  .w470 {
    width: 100%;
  }

  .w480 {
    width: 100%;
  }

  .w490 {
    width: 100%;
  }

  .w500 {
    width: 100%;
  }

  .w510 {
    width: 100%;
  }

  .w520 {
    width: 100%;
  }

  .w530 {
    width: 100%;
  }

  .w540 {
    width: 100%;
  }

  .w550 {
    width: 100%;
  }

  .w560 {
    width: 100%;
  }

  .w570 {
    width: 100%;
  }

  .w580 {
    width: 100%;
  }

  .w590 {
    width: 100%;
  }

  .w600 {
    width: 100%;
  }
}
/* th, td */
.min-width {
  width: 1px;
  white-space: nowrap;
}
td .min-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.max-width {
  max-width: 100%;
}

.min-w10 {
  min-width: 10px;
}

.min-w20 {
  min-width: 20px;
}

.min-w30 {
  min-width: 30px;
}

.min-w40 {
  min-width: 40px;
}

.min-w50 {
  min-width: 50px;
}

.min-w60 {
  min-width: 60px;
}

.min-w70 {
  min-width: 70px;
}

.min-w80 {
  min-width: 80px;
}

.min-w90 {
  min-width: 90px;
}

.min-w100 {
  min-width: 100px;
}

.min-w200 {
  min-width: 200px;
}

.min-w300 {
  min-width: 300px;
}

.min-w400 {
  min-width: 400px;
}

.min-w500 {
  min-width: 500px;
}

.min-w600 {
  min-width: 600px;
}

.max-w100 {
  max-width: 100px;
}

.max-w200 {
  max-width: 200px;
}

.max-w300 {
  max-width: 300px;
}

.max-w400 {
  max-width: 400px;
}

.max-w500 {
  max-width: 500px;
}

.max-w600 {
  max-width: 600px;
}

/* ----------------------------
	font-weight
 */
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* ----------------------------
	ALT: text [display-1/h1, display-6/h6]
 */
.fs-8px {
  font-size: 0.5rem;
}

.fs-10px {
  font-size: 0.625rem;
}

.fs-12px {
  font-size: 0.75rem;
}

.fs-13px {
  font-size: 0.8125rem;
}

.fs-14px {
  font-size: 0.875rem;
}

.fs-15px {
  font-size: 0.9375rem;
}

.fs-18px {
  font-size: 1.125rem;
}

.fs-20px {
  font-size: 1.25rem;
}

.fs-24px {
  font-size: 1.5rem;
}

.fs-28px {
  font-size: 1.75rem;
}

.fs-32px {
  font-size: 2rem;
}

.fs-48px {
  font-size: 3rem;
}

.fs-64px {
  font-size: 5rem;
}

.md-check {
  cursor: pointer;
  padding-left: 1.25rem;
  margin: 0;
  display: inline-block;
  position: relative;
}
.md-check input {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  margin-left: -1.25rem;
}
.md-check input:checked + i:before {
  border-width: 0;
  background-color: inherit;
}
.md-check input:checked + span .active {
  display: inherit;
}
.md-check input[type=radio] + i, .md-check input[type=radio] + i:before {
  border-radius: 50%;
}
.md-check input[type=checkbox]:checked + i:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  top: 2px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  content: " ";
}
.md-check input[type=radio]:checked + i:after {
  position: absolute;
  left: 6px;
  top: 6px;
  display: table;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  content: " ";
}
.md-check input[disabled] + i:before, fieldset[disabled] .md-check input + i:before {
  opacity: 0.5;
}
.md-check input[disabled]:checked + i:before {
  opacity: 0.5;
}
.md-check > i {
  width: 0;
  height: 18px;
  line-height: 1;
  margin-left: -20px;
  margin-top: 1px;
  float: left;
  display: inline-block;
  vertical-align: middle;
  margin-right: 28px;
  position: relative;
}
.md-check > i:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 100%;
  border: 2px solid #9e9e9e;
  border-radius: 2px;
}
.md-check > i.no-icon:after {
  display: none !important;
}

.red-50 {
  background-color: #ffebee;
  color: rgba(0, 0, 0, 0.87);
}

.green-50 {
  background-color: #e8f5e9;
  color: rgba(0, 0, 0, 0.87);
}

.yellow-50 {
  background-color: #fffde7;
  color: rgba(0, 0, 0, 0.87);
}

.md-form-group {
  padding: 18px 0 24px 0;
  position: relative;
}

.md-input {
  background: transparent;
  position: relative;
  z-index: 5;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
  width: 100%;
  height: 34px;
  padding: 2px;
  color: inherit;
  /* empty state */
  /* non-empty state */
}
.md-input:focus, .md-input.focus {
  box-shadow: none !important;
  border-color: #0275d8;
  border-bottom-width: 2px;
  padding-bottom: 1px;
}
.md-input:focus ~ label, .md-input.focus ~ label {
  color: #0275d8;
  opacity: 1 !important;
  top: 0 !important;
  font-size: 0.85em !important;
}
.float-label .md-input {
  /*&.ng-dirty,*/
}
.float-label .md-input ~ label {
  top: 20px;
  font-size: 1em;
}
.float-label .md-input.has-value ~ label {
  top: 0;
  font-size: 0.85em;
}
.md-input:placeholder-shown ~ label {
  opacity: 0.5;
}
.md-input ~ label {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 0.85em;
  position: absolute;
  z-index: 0;
  opacity: 0;
  display: inline-block;
  top: 0px;
  left: 0;
}
.md-input.disabled, .md-input[disabled] {
  opacity: 0.5;
}

textarea.md-input {
  height: auto;
}

.md-input-white:focus, .md-input-white.focus {
  border-color: #fff;
}
.md-input-white:focus ~ label, .md-input-white.focus ~ label {
  color: #fff;
}

.md-input-msg {
  position: absolute;
  bottom: 0;
  line-height: 24px;
  font-size: 0.85em;
}

.md-input-msg.right {
  right: 0;
}

.lter {
  background-color: rgba(255, 255, 255, 0.035);
}

.dker {
  background-color: rgba(0, 0, 0, 0.035);
}

.light {
  background-color: #f8f8f8;
}

.white {
  background-color: #fff;
}

.dark-white {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff;
}

.black {
  color: rgba(255, 255, 255, 0.87);
  background-color: #2a2b3c;
}
.black .lt {
  background-color: #2f3044;
}
.black .dk {
  background-color: #252635;
}
.black .bg {
  background-color: #2a2b3c;
}

.dark {
  color: rgba(255, 255, 255, 0.87);
  background-color: #2e3e4e;
}
.dark .lt {
  background-color: #334456;
}
.dark .dk {
  background-color: #293846;
}
.dark .bg {
  background-color: #2e3e4e;
}

.grey {
  color: rgba(255, 255, 255, 0.87);
  background-color: #424242;
}
.grey .lt {
  background-color: #484848;
}
.grey .dk {
  background-color: #3c3c3c;
}
.grey .bg {
  background-color: #424242;
}

.primary {
  color: rgba(255, 255, 255, 0.87);
  background-color: #0275d8;
}
.primary .lt {
  background-color: #027ce5;
}
.primary .dk {
  background-color: #026ecb;
}
.primary .bg {
  background-color: #0275d8;
}

.accent {
  color: rgba(255, 255, 255, 0.87);
  background-color: #a88add;
}
.accent .lt {
  background-color: #af94e0;
}
.accent .dk {
  background-color: #a180da;
}
.accent .bg {
  background-color: #a88add;
}

.warn {
  color: rgba(255, 255, 255, 0.87);
  background-color: #fcc100;
}
.warn .lt {
  background-color: #ffc60a;
}
.warn .dk {
  background-color: #efb700;
}
.warn .bg {
  background-color: #fcc100;
}

.success {
  color: rgba(255, 255, 255, 0.87);
  background-color: #6cc788;
}
.success .lt {
  background-color: #75cb8f;
}
.success .dk {
  background-color: #63c381;
}
.success .bg {
  background-color: #6cc788;
}

.info {
  color: rgba(255, 255, 255, 0.87);
  background-color: #6887ff;
}
.info .lt {
  background-color: #7591ff;
}
.info .dk {
  background-color: #5b7dff;
}
.info .bg {
  background-color: #6887ff;
}

.warning {
  color: rgba(255, 255, 255, 0.87);
  background-color: #f77a99;
}
.warning .lt {
  background-color: #f886a2;
}
.warning .dk {
  background-color: #f66e90;
}
.warning .bg {
  background-color: #f77a99;
}

.danger {
  color: rgba(255, 255, 255, 0.87);
  background-color: #f44455;
}
.danger .lt {
  background-color: #f55060;
}
.danger .dk {
  background-color: #f3384a;
}
.danger .bg {
  background-color: #f44455;
}

.blue {
  color: rgba(255, 255, 255, 0.87);
  background-color: #2196f3;
}
.blue .lt {
  background-color: #2d9cf4;
}
.blue .dk {
  background-color: #1590f2;
}
.blue .bg {
  background-color: #2196f3;
}

.white-overlay {
  background-color: rgba(255, 255, 255, 0.85);
}

.black-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}

.gd-overlay {
  background-color: transparent !important;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}

.bg-auto:before {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  bottom: 0;
  background-color: inherit;
  border: inherit;
}
.bg-auto.b-l:before {
  margin-left: -1px;
}
.bg-auto.b-r:before {
  margin-right: -1px;
}

.bg-clip {
  background-clip: padding-box;
}

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

@media (max-width: 767px) {
  .no-bg-xs {
    background-color: transparent;
  }
}
.streamline {
  position: relative;
  border-color: rgba(120, 130, 140, 0.13);
}
.streamline:after,
.streamline .sl-item:before,
.streamline .sl-icon:before {
  content: "";
  position: absolute;
  border-color: inherit;
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin-left: -4px;
  top: 6px;
  left: 0;
}
.streamline:after {
  top: auto;
  bottom: 0;
}

.sl-icon {
  position: absolute;
  left: -10px;
  z-index: 1;
  border: inherit;
}
.sl-icon > i {
  width: 20px;
  height: 20px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.streamline .sl-icon:before {
  width: 20px;
  height: 20px;
  border-width: 10px;
  margin: 0 !important;
  top: 0 !important;
}

.sl-item {
  border-color: rgba(120, 130, 140, 0.13);
  position: relative;
  padding-bottom: 1px;
}
.sl-item::after {
  display: block;
  content: "";
  clear: both;
}
.sl-item:after {
  top: 2px;
  bottom: auto;
}
.sl-item.b-l {
  margin-left: -1px;
}

.sl-left {
  float: left;
  position: relative;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 24px;
}
.sl-left img {
  max-width: 40px;
}
.sl-left + .sl-content {
  margin-left: 36px;
}

.sl-content {
  margin-left: 24px;
  padding-bottom: 16px;
}

.sl-author {
  margin-bottom: 10px;
}

.sl-date {
  font-size: 0.85em;
}

.sl-footer {
  margin-bottom: 10px;
}

.label {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  font-weight: bold;
  background-color: #b8b8b8;
  color: #fff;
  border-radius: 0.2rem;
}
.label.no-bg {
  background-color: transparent;
  color: inherit;
}

.label.up {
  position: absolute;
  top: 5px;
  right: 5px;
  min-width: 4px;
  min-height: 4px;
  display: inline-block;
}

.label-lg {
  font-size: 1.33rem;
  padding: 5px 9px;
}

.label-sm {
  padding: 0.15em 0.35em;
}

.label-xs {
  padding: 0.1em 0.25em;
}

.list-group-item.active > .label,
.nav-pills > .active > a > .label {
  color: rgba(0, 0, 0, 0.87);
}

.btn .label {
  position: relative;
  top: -1px;
}

/* custom */
.label.text-success {
  background-color: #fff;
  border: solid 1px;
}

.label.text-warning {
  background-color: #fff;
  border: solid 1px orange;
  color: orange;
}

.label.text-default {
  background-color: #fff;
  border: solid 1px #bbb;
  color: #888;
}

/* for workspace://tickets */
.label.record-number {
  line-height: 1.5;
}

.label {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.2rem;
}
.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:focus {
  color: #fafafa;
  text-decoration: none;
  cursor: pointer;
}
a.label:hover {
  color: #fafafa;
  text-decoration: none;
  cursor: pointer;
}

.label-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.label-default {
  background-color: #b8b8b8;
}
.label-default[href]:focus {
  background-color: #9f9f9f;
}
.label-default[href]:hover {
  background-color: #9f9f9f;
}

.label-primary {
  background-color: #0275d8;
}
.label-primary[href]:focus {
  background-color: #025aa5;
}
.label-primary[href]:hover {
  background-color: #025aa5;
}

.label-success {
  background-color: #6cc788;
}
.label-success[href]:focus {
  background-color: #47b96a;
}
.label-success[href]:hover {
  background-color: #47b96a;
}

.label-info {
  background-color: #6887ff;
}
.label-info[href]:focus {
  background-color: #355eff;
}
.label-info[href]:hover {
  background-color: #355eff;
}

.label-warning {
  background-color: #f77a99;
}
.label-warning[href]:focus {
  background-color: #f44a74;
}
.label-warning[href]:hover {
  background-color: #f44a74;
}

.label-danger {
  background-color: #f44455;
}
.label-danger[href]:focus {
  background-color: #f11429;
}
.label-danger[href]:hover {
  background-color: #f11429;
}

body.path-auth .navbar-brand, body.path-authstaff .navbar-brand {
  display: flex;
}
body.path-auth .navbar-brand img, body.path-authstaff .navbar-brand img {
  max-height: 1.8rem;
  margin-right: 0.5rem;
}

/* when header is used, default style changes */
.path-auth header + div#layout .card {
  border: none;
}

.col-content {
  padding-top: 1rem;
}

.col-related {
  padding-top: 1rem;
}

.path-video-content article h1 {
  font-size: 1.5rem;
  line-height: 1.6rem;
  padding: 1.6rem 0 1rem;
}
.path-video-content article .meta {
  font-size: 0.875rem;
  padding-bottom: 0.6rem;
  border-bottom: solid 1px #ddd;
  margin-bottom: 1rem;
}
.path-video-content .col-related .meta {
  padding-top: 0.3rem;
  font-weight: 200;
  font-size: 0.875rem;
}

#chatbox-alert {
  padding: 1rem 0.5rem;
  background: #ffd;
  opacity: 1;
  position: sticky;
  top: 0;
  z-index: 100;
}
#chatbox-alert .caller-img {
  width: 40px;
  margin-right: 0.5rem;
}

.chatbox-history {
  padding: 1rem 0.5rem;
}
.chatbox-history .message {
  margin-bottom: 0.5rem;
}
.chatbox-history .message .message-img {
  display: inline-block;
  width: 40px;
  margin-right: 0.5rem;
}
.chatbox-history .message .message-img img {
  border-radius: 50%;
}
.chatbox-history .message .message-txt {
  display: inline-block;
  background: white;
  border-radius: 5px;
  padding: 10px;
  max-width: 80%;
  white-space: pre-line;
  clear: both;
}
.chatbox-history .message .message-txt p {
  margin-bottom: 0;
}
.chatbox-history .message .message-time {
  margin-left: 60px;
  font-size: 0.6rem;
  color: inherit !important;
  opacity: 0.6;
}
.chatbox-history .message.my {
  text-align: right;
}
.chatbox-history .message.my .message-img {
  display: none;
}
.chatbox-history .message.my .message-txt {
  background: #CFD8DC;
  clear: both;
}
.chatbox-history .message.call-alert {
  padding: 1rem 0 1.25rem;
}
.chatbox-history .message.call-alert .message-txt {
  text-align: center;
  padding: 1rem;
  display: block;
  white-space: unset;
  max-width: unset;
}

/* for chat page */
@media (max-width: 576px) {
  .app-body-inner .row-col-xs {
    display: table;
  }
  .app-body-inner .row-col > [class*=col-sm], .app-body-inner .row-col > [class*=" col-sm"] {
    display: table-cell;
    height: 100%;
  }
  .app-body-inner .row-col-xs .row-inner {
    position: absolute;
  }
}