@import url(https://unpkg.com/gijgo@1.9.13/css/gijgo.min.css);
.navigation {
  box-shadow: 0px 4px 8px rgba(96, 97, 112, 0.16), 0px 0px 2px rgba(40, 41, 61, 0.04);
  position: fixed;
  width: 100%;
  z-index: 999;
}
@media (max-width: 991px) {
  .navigation {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .navigation .nav-login {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .navigation .navbar-brand img {
    width: 210px;
  }
}
.navigation .name-menu {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #28293D;
}
@media (max-width: 1199px) {
  .navigation .name-menu {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .navigation .border-mobile {
    border-top: 1px solid #E1E1E1;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.navigation .navbar-toggler {
  border: none;
  color: #000000;
  outline: none;
}
.navigation .navbar-toggler .navbar-toggler-icon {
  background-image: url(7ab3ccd8870718ede7c7d514bd6fd834.svg);
}
.navigation .navbar-toggler[aria-expanded~=true] .navbar-toggler-icon {
  background-image: url(3f770c45410788754ddc1b760158c863.svg);
}
.navigation .arrow-submenu {
  font-size: 12px;
  position: absolute;
  margin-left: 10px;
  padding-top: 3px;
  right: 0px;
}
@media (max-width: 991px) {
  .navigation .arrow-submenu {
    right: 22px;
  }
}
.navigation .nav-link {
  color: #28293D !important;
}
.navigation .nav-link.active-menu {
  color: #00B1E3 !important;
}
@media (max-width: 767px) {
  .navigation .dropdown {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .navigation .dropdown.show {
    padding-bottom: 0px;
  }
}
.navigation .dropdown .dropdown-toggle {
  position: absolute;
  right: 0px;
  top: 5px;
  z-index: 999;
  height: 15px;
}
.navigation .dropdown-toggle::after {
  display: none;
}
.navigation .dropdown-menu {
  margin-top: 0px;
  box-shadow: 0px 0px 8px rgba(37, 40, 43, 0.12);
  border: none;
  font-size: 14px;
  line-height: 18px;
  color: #28293D;
  right: 0px;
  left: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .navigation .dropdown-menu {
    margin-top: 10px;
    box-shadow: none;
    width: 100%;
    background: #f5f5f5;
    border-radius: 0;
    padding: 0;
  }
}
.navigation .dropdown-menu .dropdown-item:hover {
  background: rgba(10, 161, 70, 0.04);
  color: #28293D;
}
.navigation .sub-name-menu {
  position: absolute;
  margin-left: 8px;
  font-size: 16px;
  line-height: 19px;
  white-space: nowrap;
  right: 6px;
  bottom: -15px;
}
@media (max-width: 767px) {
  .navigation .sub-name-menu {
    margin-left: 0px;
    left: 0px;
    position: relative;
    bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation .sub-name-menu {
    bottom: 25px;
  }
}
.navigation .sub-name-menu.admin {
  right: 190px;
  bottom: -16px;
}
@media (max-width: 991px) {
  .navigation .sub-name-menu.admin {
    margin-left: 0px;
    left: 0px;
    position: relative;
    bottom: 0px;
  }
}
.navigation .group-admin {
  position: absolute;
  right: 6px;
  bottom: -20px;
  outline: none;
  display: block;
  padding: 3px 3px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (max-width: 991px) {
  .navigation .group-admin {
    bottom: 0px;
    margin-bottom: 15px;
  }
}
.navigation .group-admin.active {
  background-color: #A0C655 !important;
  color: #FFFFFF;
}
.navigation .group-admin.inactive {
  background-color: #ff9e9d !important;
  color: #FFFFFF;
}
.navigation .group-admin option.active {
  background-color: #A0C655 !important;
  color: #FFFFFF;
}
.navigation .group-admin option.inactive {
  background-color: #ff9e9d !important;
  color: #FFFFFF;
}
.navigation .btn-register {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  width: 79px;
  margin-top: -5px;
  margin-bottom: -5px;
  background: #00B1E3;
  border-color: #00B1E3;
  color: #FFFFFF !important;
}
.navigation .btn-register:hover {
  background: rgba(0, 177, 227, 0.7);
  border-color: rgba(0, 177, 227, 0.7);
}
.navigation .btn-register:active {
  background: #05A8D7;
  border-color: #05A8D7;
}
.navigation .btn-register:focus {
  background: #0096C0;
  border-color: #0096C0;
  box-shadow: none;
  outline: none;
}
@media (max-width: 767px) {
  .navigation .btn-register {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.navigation .btn-login {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  width: 71px;
  margin-top: -5px;
  margin-bottom: -5px;
  border-color: #00B1E3;
  color: #00B1E3;
}
.navigation .btn-login:hover {
  background: rgba(0, 177, 227, 0.7);
  border-color: rgba(0, 177, 227, 0.7);
  color: #FFFFFF;
}
.navigation .btn-login:active {
  background: #05A8D7;
  border-color: #05A8D7;
  color: #FFFFFF;
}
.navigation .btn-login:focus {
  background: #0096C0;
  border-color: #0096C0;
  color: #FFFFFF;
  box-shadow: none;
  outline: none;
}
@media (max-width: 767px) {
  .navigation .btn-login {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar .navbar-brand {
    padding: 0.5rem 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-toggler {
    padding: 0.5rem 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav {
    margin-top: -10px;
  }
}
.navbar .navbar-nav .nav-item {
  margin-right: 0px;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.navbar .navbar-nav .nav-item.dropdown {
  display: block;
  padding-right: 20px;
  margin-right: 12px;
  margin-top: 8px;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item.dropdown {
    margin-right: 0px;
    display: block;
    padding: 0px;
    margin-bottom: 10px;
  }
}
.navbar .navbar-nav .nav-item.dropdown a {
  display: block;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item.dropdown a {
    right: 18px;
    padding-left: 15px;
  }
}
.navbar .navbar-nav .nav-item.dropdown a .arrow-submenu {
  right: 0px;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item.dropdown a .arrow-submenu {
    right: 15px;
  }
}
.navbar .navbar-nav .nav-item.show .dropdown-item {
  border-bottom: 1px solid #e0d7d7;
  padding: 10px;
}
.navbar .navbar-nav .nav-item.show .dropdown-item:last-child {
  border-bottom: 0px solid #e0d7d7;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item.show .dropdown-item {
    width: 100%;
    border-bottom: 1px solid #e0d7d7;
    padding: 15px;
  }
  .navbar .navbar-nav .nav-item.show .dropdown-item:last-child {
    border-bottom: 0px solid #e0d7d7;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item a button {
    width: 100%;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("/css/icons/icon-local.eot?k9snpd");
  src: url("/css/icons/icon-local.eot?k9snpd#iefix") format("embedded-opentype"), url("/css/icons/icon-local.ttf?k9snpd") format("truetype"), url("/css/icons/icon-local.woff?k9snpd") format("woff"), url("/css/icons/icon-local.svg?k9snpd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-likes:before {
  content: "\e900";
}

.icon-arrow:before {
  content: "\e901";
}

body {
  font-family: "Roboto", sans-serif, Arial;
}

.box-jumbotron {
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.box-jumbotron .spinner-upload {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 132px;
  right: 60px;
}
@media only screen and (max-width: 767px) {
  .box-jumbotron .spinner-upload {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 195px;
    right: 43px;
  }
}
.box-jumbotron .form-group .fa-times {
  color: #DC3545;
}
.box-jumbotron .form-group .fa-check {
  color: #00B1E3;
}
.box-jumbotron .form-group .form-control-feedback.login {
  top: 3px;
  right: 60px;
}
.box-jumbotron .form-group .form-control-feedback.topic {
  top: 3px;
  right: 30px;
}
.box-jumbotron .form-group .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 11px;
  height: 11px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.box-jumbotron .form-group .select-custom .fas {
  position: absolute;
  top: 12px;
  right: 55px;
}
.box-jumbotron .form-group .select-custom .icon-arrow {
  position: absolute;
  top: 15px;
  right: 35px;
  font-weight: bold;
  pointer-events: none;
  font-size: 7px;
}
.box-jumbotron .form-group .select-custom .form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.box-jumbotron .form-group .selectDate-custom .fas {
  position: absolute;
  top: 3px;
  right: 55px;
}
.box-jumbotron .form-group .selectDate-custom .icon-arrow {
  position: absolute;
  top: 15px;
  right: 35px;
  font-weight: bold;
  pointer-events: none;
  font-size: 7px;
}
.box-jumbotron .form-group .selectDate-custom .form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.box-jumbotron .form-group .fa-image {
  margin-right: 10px;
  color: #00B1E3;
}
.box-jumbotron .form-group .fa-times {
  color: #DC3545;
}
.box-jumbotron .form-group.has-error {
  margin-bottom: 0px;
}
.box-jumbotron .form-group.has-error .form-control {
  border-color: #DC3545;
  box-shadow: 0 0 0 -0.8rem #DC3545;
}
.box-jumbotron .form-group.has-error .input-group-prepend .input-group-text {
  border-color: #DC3545;
}
.box-jumbotron .form-group.has-success .form-control {
  border-color: #00B1E3;
  box-shadow: 0 0 0 -0.8rem #00B1E3;
}
.box-jumbotron .form-group .custom-form-select::after {
  content: "\f107" !important;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  position: absolute;
  top: 55%;
  right: 5%;
  font-size: 20px;
  pointer-events: none;
}

.form-control:focus {
  box-shadow: none;
  border-color: #00B1E3;
}

.wrap-select {
  position: relative;
}
.wrap-select select::-ms-expand {
  display: none;
}
.wrap-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.wrap-select .icon-arrow {
  position: absolute;
  top: 15px;
  right: 20px;
  pointer-events: none;
  font-size: 7px;
}

.tab-meals {
  padding: 20px 24px 0px 20px;
  border-radius: 8px;
}
.tab-meals .nav-link {
  color: #28293D;
  padding: 0px;
  margin-left: 24px;
}
.tab-meals .nav-link.active {
  color: #00B1E3;
  background: none;
  border-bottom: 3px solid #00B1E3;
  border-radius: 0px;
  padding-bottom: 18px;
}

.page-meals {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .page-meals .health-loading {
    margin-top: 30px;
  }
}
.page-meals .no-data-result {
  background-color: #fff;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.page-meals .no-data-result .text-search-meals {
  color: #00B1E3;
}
@media (max-width: 767px) {
  .page-meals .no-data-result {
    margin-top: 30px;
  }
}
.page-meals .form-add-meals {
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .page-meals .form-add-meals {
    padding: 15px;
  }
}
.page-meals .form-add-meals .title-add-meals {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 13px;
}
.page-meals .form-add-meals .img-upload {
  max-width: 100%;
}
.page-meals .form-add-meals .btn-uploadfile {
  background: #F1F2F5;
  border: 1px solid #DDDDDD;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #66676B;
}
.page-meals .form-add-meals .btn-uploadfile .fa-images {
  width: 20px;
  height: 19px;
  display: inline-block;
  position: relative;
  top: 0px;
  left: -5px;
  color: #00B1E3;
}
.page-meals .form-add-meals .wrap-btn-meals {
  margin-top: 8px;
}
.page-meals .form-add-meals .wrap-btn-meals .btn-cancel-meals {
  width: 127px;
  margin-right: 15px;
  border-color: #00B1E3;
  color: #00B1E3;
}
.page-meals .form-add-meals .wrap-btn-meals .btn-cancel-meals:hover {
  background: rgba(0, 177, 227, 0.7);
  border-color: rgba(0, 177, 227, 0.7);
  color: #FFFFFF;
}
.page-meals .form-add-meals .wrap-btn-meals .btn-cancel-meals:active {
  background: #05A8D7;
  border-color: #05A8D7;
  color: #FFFFFF;
}
.page-meals .form-add-meals .wrap-btn-meals .btn-cancel-meals:focus {
  background: #0096C0;
  border-color: #0096C0;
  color: #FFFFFF;
  box-shadow: none;
  outline: none;
}
.page-meals .form-add-meals .wrap-btn-meals .btn-submit-meals {
  width: 127px;
  background: #00B1E3;
  border-color: #00B1E3;
  color: #FFFFFF !important;
}
.page-meals .form-add-meals .wrap-btn-meals .btn-submit-meals:hover {
  background: rgba(0, 177, 227, 0.7);
  border-color: rgba(0, 177, 227, 0.7);
}
.page-meals .form-add-meals .wrap-btn-meals .btn-submit-meals:active {
  background: #05A8D7;
  border-color: #05A8D7;
}
.page-meals .form-add-meals .wrap-btn-meals .btn-submit-meals:focus {
  background: #0096C0;
  border-color: #0096C0;
  box-shadow: none;
  outline: none;
}
.page-meals .add-meals-button {
  margin-bottom: 25px;
  text-align: right;
  border-radius: 8px;
}
.page-meals .add-meals-button .btn-add-meals {
  margin: 11px 11px 12px 12px;
  width: 100px;
  background: #00B1E3;
  border-color: #00B1E3;
  color: #FFFFFF !important;
}
.page-meals .add-meals-button .btn-add-meals:hover {
  background: rgba(0, 177, 227, 0.7);
  border-color: rgba(0, 177, 227, 0.7);
}
.page-meals .add-meals-button .btn-add-meals:active {
  background: #05A8D7;
  border-color: #05A8D7;
}
.page-meals .add-meals-button .btn-add-meals:focus {
  background: #0096C0;
  border-color: #0096C0;
  box-shadow: none;
  outline: none;
}
.page-meals .add-meals-button .btn-edit-meals {
  margin: 11px 11px 12px 12px;
  width: 100px;
  background: #00B1E3;
  border-color: #00B1E3;
  color: #FFFFFF !important;
}
.page-meals .add-meals-button .btn-edit-meals:hover {
  background: rgba(0, 177, 227, 0.7);
  border-color: rgba(0, 177, 227, 0.7);
}
.page-meals .add-meals-button .btn-edit-meals:active {
  background: #05A8D7;
  border-color: #05A8D7;
}
.page-meals .add-meals-button .btn-edit-meals:focus {
  background: #0096C0;
  border-color: #0096C0;
  box-shadow: none;
  outline: none;
}
.page-meals .add-meals-button .btn-delete-meals {
  margin: 11px 11px 12px 12px;
  width: 100px;
  border-color: #00B1E3;
  color: #00B1E3;
}
.page-meals .add-meals-button .btn-delete-meals:hover {
  background: rgba(0, 177, 227, 0.7);
  border-color: rgba(0, 177, 227, 0.7);
  color: #FFFFFF;
}
.page-meals .add-meals-button .btn-delete-meals:active {
  background: #05A8D7;
  border-color: #05A8D7;
  color: #FFFFFF;
}
.page-meals .add-meals-button .btn-delete-meals:focus {
  background: #0096C0;
  border-color: #0096C0;
  color: #FFFFFF;
  box-shadow: none;
  outline: none;
}
.page-meals .search-component {
  padding: 30px;
  border-radius: 8px;
  /*.form-date {
      position: relative;

      &:after {
          content: url('/images/calendar-regular.svg');
          width: 16px;
          height: 18px;
          position: absolute;
          top: 8px;
          right: 11px;
          bottom: 0;
          z-index: 10;
          cursor: pointer;
          pointer-events: none;
      }

      .form-control {
          cursor: pointer;
      }
  }*/
}
@media (max-width: 767px) {
  .page-meals .search-component {
    padding: 15px;
  }
}
.page-meals .search-component .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.page-meals .search-component .btn-search {
  background: #00B1E3;
  border-color: #00B1E3;
  color: #FFFFFF !important;
}
.page-meals .search-component .btn-search:hover {
  background: rgba(0, 177, 227, 0.7);
  border-color: rgba(0, 177, 227, 0.7);
}
.page-meals .search-component .btn-search:active {
  background: #05A8D7;
  border-color: #05A8D7;
}
.page-meals .search-component .btn-search:focus {
  background: #0096C0;
  border-color: #0096C0;
  box-shadow: none;
  outline: none;
}
.page-meals .search-component .form-date {
  border-right: none;
  text-align: left;
}
.page-meals .search-component .form-date:focus + .input-group-append > .btn {
  border-color: #00B1E3;
}
.page-meals .status-component {
  border-radius: 8px;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .page-meals .status-component {
    margin-top: 36px;
  }
}
.page-meals .status-component .profile {
  padding: 13px 0px 14px 16px;
}
.page-meals .status-component .profile .wrap-profile-img {
  -webkit-flex: 65px;
     -moz-box-flex: 65px;
      -ms-flex: 65px;
          flex: 65px;
  max-width: 65px;
}
.page-meals .status-component .profile .profile-img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  cursor: pointer;
}
.page-meals .status-component .profile .profile-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}
.page-meals .status-component .profile .profile-date {
  color: #66676B;
}
.page-meals .status-component .profile .wrap-trash-post {
  position: absolute;
  right: 25px;
}
.page-meals .status-component .profile .wrap-trash-post .btn-trash {
  border: none;
  background: none;
}
.page-meals .status-component .profile .wrap-trash-post .btn-trash .trash-post {
  color: #E70A0A;
}
.page-meals .status-component .status-desc {
  padding: 0px 22px 14px 16px;
  color: #444444;
}
.page-meals .status-component .status-desc img {
  max-width: 100%;
  height: auto;
}
.page-meals .status-component .status-desc p img {
  max-width: 100%;
  height: auto;
}
.page-meals .status-component .status-desc a {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: auto;
}
.page-meals .status-component .status-img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.page-meals .status-component .like-comment {
  padding: 20px 20px 17px 20px;
}
.page-meals .status-component .status-hr {
  border-bottom: 1px solid #CFD0D4;
}
.page-meals .status-component .click-like-comment {
  margin: 10px;
}
.page-meals .status-component .click-like-comment .like {
  cursor: pointer;
  margin-left: -4px;
}
.page-meals .status-component .click-like-comment .disableClick {
  pointer-events: none;
}
.page-meals .status-component .click-comment {
  cursor: pointer;
}
.page-meals .detail-forum {
  border-radius: 8px;
  padding: 20px 20px 21px 26px;
}
.page-meals .detail-forum .detail-title-forum {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .page-meals .detail-forum .detail-title-forum {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .page-meals .status-detail-forum {
    margin-top: 5px;
  }
}
.page-meals .comment {
  padding: 16px 23px 16px 12px;
}
.page-meals .comment .wrap-comment-img {
  max-width: 50px;
}
.page-meals .comment .reply-comment {
  margin-top: 10px;
}
.page-meals .comment .comment-img {
  border-radius: 50%;
  position: absolute;
}
.page-meals .comment .comment-input {
  background: #F1F2F5;
  border-radius: 100px;
  width: calc(100% - 55px);
  float: right;
}
@media (max-width: 767px) {
  .page-meals .comment .comment-input {
    margin-left: 10px;
  }
}
.page-meals .comment .comment-input-topic {
  background: #F1F2F5;
  border-radius: 100px;
  width: calc(100% - 55px);
  float: right;
  padding-right: 75px;
  display: none;
}
@media (max-width: 767px) {
  .page-meals .comment .comment-input-topic {
    margin-left: 10px;
  }
}
.page-meals .comment .comment-input-topic .emojionearea-button {
  display: none !important;
}
.page-meals .comment .comment-input-topic .emojionearea-picker-position-top {
  right: 60px !important;
}
.page-meals .comment .comment-input-topic.emojionearea-inline {
  height: 38px !important;
}
.page-meals .comment .comment-input-topic.emojionearea-inline.focused {
  box-shadow: none !important;
}
.page-meals .comment .comment-input-topic.emojionearea-inline .emojionearea-editor {
  height: 38px !important;
  line-height: 25px;
}
.page-meals .comment .comment-input-topic.emojionearea-inline .emojionearea-editor:before {
  color: rgb(73, 80, 87) !important;
  font-size: 16px !important;
}
.page-meals .comment .content-editable {
  background: #F1F2F5;
  border-radius: 100px;
  width: calc(100% - 55px);
  float: right;
  padding-right: 105px;
}
.page-meals .comment .content-editable .getDescription {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.page-meals .comment .content-editable .getDescription:focus {
  border: none !important;
  outline: none !important;
}
@media (max-width: 480px) {
  .page-meals .comment .content-editable .getDescription {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .page-meals .comment .content-editable .getDescription {
    margin-left: 10px;
  }
}
.page-meals .comment .content-editable .getDescription:empty:before {
  content: attr(data-placeholder);
}
.page-meals .comment .content-editable .getDescription:empty:before {
  content: attr(data-placeholder);
}
.page-meals .comment .input-comment-icon {
  display: block;
}
.page-meals .comment .input-comment-icon ul {
  position: absolute;
  right: 25px;
  top: 5px;
}
.page-meals .comment .input-comment-icon ul li:nth-last-child(2) {
  display: none;
}
.page-meals .comment .input-comment-icon ul li {
  display: block;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0 8px;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .page-meals .comment .input-comment-icon ul li {
    margin: 0 5px;
  }
}
.page-meals .comment .input-comment-icon ul li:last-child {
  margin: 0 0px;
}
.page-meals .comment .input-comment-icon ul li img {
  width: 18px;
  height: 18px;
}
.page-meals .comment .input-comment-icon ul li img.icon-voice {
  width: 30px !important;
}
.page-meals .comment .input-comment-icon ul li .emotion-area.ShowImotion {
  width: 195px;
  position: absolute;
  bottom: 41px;
  right: -92px;
  background-color: #F1F2F5;
  padding: 10px 5px 10px 12px;
  height: 9.3rem;
  overflow-y: scroll;
  border: 1px solid #ced4da;
}
.page-meals .comment .input-comment-icon ul li .emotion-area.ShowImotion .emoji-icon {
  font-size: 18px;
  margin: 0 4px;
}
.page-meals .comment .input-comment-icon ul li .emotion-area.ShowImotion::-webkit-scrollbar {
  width: 5px;
}
.page-meals .comment .input-comment-icon ul li .emotion-area.ShowImotion::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.page-meals .comment .input-comment-icon ul li .emotion-area.ShowImotion::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.page-meals .comment .input-comment-icon ul li .triangle.ShowTriangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e2e2e2;
  position: absolute;
  bottom: 31px;
}
.page-meals .comment .input-comment-icon ul li .uploadTopic {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  left: 0;
  width: 20px;
}
.page-meals .comment .file-list-upload {
  width: calc(100% - 55px);
  float: right;
  padding-top: 10px;
}
.page-meals .comment .file-list-upload .file-item {
  position: relative;
  display: block;
  padding: 8px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 10px;
}
.page-meals .comment .file-list-upload .file-item img {
  width: 100%;
  height: auto;
}
.page-meals .comment .file-list-upload .file-item .close {
  font-size: 30px;
}
.page-meals .comment .file-list-upload .file-item .close:focus {
  outline: none !important;
}
.page-meals .comment .file-list-upload .progress-bar {
  width: 100%;
  background-color: #007bff !important;
  border-radius: 10px;
}
.page-meals .comment .comment-name {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #080808;
}
@media (max-width: 767px) {
  .page-meals .comment .break-mobile {
    margin-left: 18px;
  }
}
.page-meals .comment .btn-comment-delete {
  font-size: 14px;
  line-height: 19px;
  border: none;
  background: none;
  color: #00B1E3;
  padding-left: 0px;
  padding-right: 0px;
}
.page-meals .comment .btn-comment-delete:hover {
  text-decoration: underline;
}
.page-meals .comment .btn-comment-delete:focus {
  text-decoration: underline;
  outline: none;
}
.page-meals .comment .point-comment {
  color: #00B1E3;
}
.page-meals .comment .btn-comment-reply {
  font-size: 14px;
  line-height: 19px;
  border: none;
  background: none;
  color: #00B1E3;
  padding-left: 0px;
  padding-right: 0px;
}
.page-meals .comment .btn-comment-reply:hover {
  text-decoration: underline;
}
.page-meals .comment .btn-comment-reply:focus {
  text-decoration: underline;
  outline: none;
}
.page-meals .comment .time-status {
  font-size: 14px;
  line-height: 19px;
  color: #66676B;
  margin-left: 20px;
}
.page-meals .comment .area-reply-comment .area-comment {
  margin-top: 10px;
}
.page-meals .comment .hide-comment {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
  margin-left: 15px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .page-meals .comment .hide-comment {
    margin-left: 23px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .page-meals .comment .hide-comment {
    margin-left: 39px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .page-meals .comment .hide-comment {
    margin-left: 34px;
  }
}
@media (max-width: 575px) {
  .page-meals .comment .hide-comment {
    margin-left: 76px;
  }
}
.page-meals .comment .container-comment {
  margin-left: 55px;
}
.page-meals .comment .container-comment .comment-wrap {
  background: #F1F2F5;
  border-radius: 18px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 9px 17px 11px 21px;
  display: inline-block;
  line-height: 20px;
  max-width: 100%;
  position: relative;
  white-space: normal;
}
.page-meals .comment .container-comment .comment-wrap img {
  max-width: 100%;
  height: auto;
}
.page-meals .comment .container-comment .comment-wrap audio {
  -webkit-filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
          filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
  height: 25px;
  margin-top: 10px;
  padding-right: 20px;
  max-width: 100%;
}
.page-meals .comment .comment-replay {
  padding-top: 0px;
  padding-bottom: 10px;
}
.page-meals .comment .comment-replay .more-comment {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
}
.page-meals .forum-component {
  border-radius: 8px;
}
@media (max-width: 767px) {
  .page-meals .forum-component {
    margin-top: 28px;
  }
}
.page-meals .forum-component .list-forum {
  border-bottom: 1px solid #EDECEC;
  padding: 12px 0px 14px 15px;
}
@media (max-width: 991px) {
  .page-meals .forum-component .list-forum {
    margin-right: 15px;
    position: relative;
  }
}
.page-meals .forum-component .list-forum:last-child {
  border: none;
}
.page-meals .forum-component .list-forum .wrap-icon-forum {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .page-meals .forum-component .list-forum .wrap-icon-forum {
    width: 50px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .page-meals .forum-component .list-forum .wrap-icon-forum {
    width: 35px;
    position: relative;
  }
}
.page-meals .forum-component .list-forum .wrap-icon-forum .icon-forum {
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  background: #00B1E3;
  font-size: 18px;
  color: #FFFFFF;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .page-meals .forum-component .list-forum .wrap-icon-forum .icon-forum {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.page-meals .forum-component .list-forum .wrap-icon-forum #btn-pin {
  cursor: pointer;
}
.page-meals .forum-component .list-forum .wrap-icon-forum .icon-pin {
  position: absolute;
  top: -5px;
  right: 5px;
}
@media (max-width: 767px) {
  .page-meals .forum-component .list-forum .wrap-icon-forum .icon-pin {
    font-size: 14px;
    right: -5px;
  }
}
@media (max-width: 767px) {
  .page-meals .forum-component .list-forum .wrap-icon-forum .icon-pin img {
    width: 15px;
  }
}
.page-meals .forum-component .list-forum .title-forum-link:hover {
  text-decoration: none;
}
.page-meals .forum-component .list-forum .title-forum {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #444444;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .page-meals .forum-component .list-forum .title-forum {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .page-meals .forum-component .list-forum .created-forum {
    font-size: 14px;
    line-height: 22px;
  }
}
.page-meals .forum-component .list-forum .created-forum .profile-img {
  width: 25px;
  height: 25px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  cursor: pointer;
}
.page-meals .forum-component .list-forum .created-forum .name-forum {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.page-meals .forum-component .list-forum .desc-forum {
  font-size: 14px;
  line-height: 22px;
  color: #707070;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-meals .forum-component .list-forum .desc-forum img {
  max-width: 100%;
  height: auto;
}
.page-meals .forum-component .list-forum .desc-forum p img {
  max-width: 100%;
  height: auto;
}
.page-meals .forum-component .list-forum .count-comment {
  font-size: 24px;
  line-height: 70px;
  height: 70px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  right: 30px;
}
@media (max-width: 991px) {
  .page-meals .forum-component .list-forum .count-comment .fa-comments {
    display: none;
  }
}
@media (max-width: 991px) {
  .page-meals .forum-component .list-forum .count-comment {
    width: auto;
    font-size: 14px;
    line-height: 22px;
    height: auto;
    background: #D2F2FB;
    border-radius: 6px;
    padding: 3px 5px 2px 5px;
    color: #00B1E3;
    position: absolute;
    right: 0px;
  }
}
.page-meals .pagination-forum {
  float: right;
  margin-top: 16px;
}
.page-meals .pagination-forum .page-item {
  background: #FFFFFF;
  border: 0.5px solid #DDDDDD;
  margin-left: 8px;
}
.page-meals .pagination-forum .page-item .page-link {
  color: #000000;
  border-radius: 0px;
}
.page-meals .pagination-forum .page-item .page-link.active {
  background: #00b1e3;
  color: #fff;
  border-color: #00b1e3;
}

.comment-img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.CodeMirror-placeholder:focus {
  display: none;
}

.profile-detail {
  position: absolute;
  width: 330px;
  background-color: #FFFFFF;
  padding: 17px 24px;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin-top: 15px;
  z-index: 99;
}
.profile-detail:before {
  position: absolute;
  content: "";
  -webkit-filter: drop-shadow(0px -10px 7px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px -10px 7px rgba(0, 0, 0, 0.2));
  left: 10px;
  top: -10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.profile-detail .wrap-detail-user .detail-image {
  display: inline-block;
  float: left;
}
.profile-detail .wrap-detail-user .detail-image img {
  width: 85px;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  padding: 5px;
}
.profile-detail .wrap-detail-user .detail-profile {
  display: inline-block;
  margin-left: 10px;
  margin-top: 15px;
  float: left;
  width: 180px;
}
.profile-detail .wrap-detail-user .detail-profile .name {
  display: block;
  font-size: 18px;
  line-height: 21px;
  color: #28293D;
}
.profile-detail .wrap-detail-user .detail-profile .group-name {
  color: #707070;
  font-size: 16px;
  line-height: 19px;
}
.profile-detail .wrap-detail-user .list-detail-user {
  list-style: none;
  padding-left: 0px;
  padding-top: 15px;
  color: #444444;
  margin-bottom: 0px;
}
.profile-detail .wrap-detail-user .list-detail-user .fa {
  color: #8C939C;
  margin-right: 5px;
}
.profile-detail .wrap-detail-user .list-detail-user .email {
  color: #00B1E3;
}
.profile-detail .wrap-detail-user .name-weight {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  line-height: 20px;
  color: #3D4857;
}
.profile-detail .wrap-detail-user .chart {
  margin-left: -25px;
  margin-top: 10px;
}

.img-ava-comment {
  margin-top: 50px;
}

.modal-detail-profile {
  background: rgba(51, 51, 51, 0.9);
  padding: 20px;
  transition: all 0.8s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-detail-profile .profile-detail {
  position: fixed;
  width: 330px;
  background-color: #FFFFFF;
  padding: 17px 24px;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.modal-detail-profile .profile-detail:before {
  display: none;
}
@media (max-width: 767px) {
  .modal-detail-profile .profile-detail {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .modal-detail-profile .profile-detail .detail-profile {
    width: 135px;
  }
}

.modal-profile-close {
  cursor: pointer;
  color: #fff;
  background: #8C939C;
  display: block;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  border-radius: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -1rem;
  right: -1rem;
}

.lazyloading {
  background: #f7f7f7 url("/images/loading-lazy.gif") no-repeat center;
  min-height: 60px;
}

.testimonials {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 27px 23px;
  text-align: center;
}
@media (max-width: 767px) {
  .testimonials {
    padding: 27px 15px;
  }
}
.testimonials .testimonial-title {
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  display: block;
}
.testimonials .wrap-testimonial {
  position: relative;
  padding-bottom: 12px;
  text-align: left;
}
.testimonials .wrap-testimonial .testimonial-quote {
  position: relative;
  padding-bottom: 10px;
  margin-top: 33px;
  text-align: center;
}
.testimonials .wrap-testimonial .testimonial-quote .double-quote {
  z-index: 9;
  position: relative;
  background-color: #fff;
  width: 60px;
  font-size: 22px;
  line-height: 24px;
}
.testimonials .wrap-testimonial .testimonial-quote .line-quote {
  border-top: 1px solid #DDDDDD;
  position: absolute;
  width: 100%;
  left: 0;
  top: 10px;
}
.testimonials .wrap-testimonial p {
  color: #444444;
  font-size: 16px;
  line-height: 24px;
  padding: 0px 10px;
}
.testimonials .wrap-testimonial img {
  width: 65px;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: block;
  margin-bottom: 7px;
  text-align: center;
  margin: 0 auto;
}
.testimonials .wrap-testimonial .testimonial-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: center;
  display: block;
}
.testimonials .tsm-left .img-left img {
  width: 100%;
  height: auto;
  max-width: 370px;
  border-radius: 0;
  float: left;
  line-height: 26px;
  margin-right: 20px;
}
.testimonials .tsm-left .profile {
  text-align: center;
  margin-top: 10px;
}
.testimonials .tsm-left .profile img {
  margin: 0 auto;
}
.testimonials .tsm-left .profile .testimonial-name {
  text-align: center;
  margin-left: 0;
}
.testimonials .tsm-left p {
  text-align: left;
}
.testimonials .tsm-right .img-right img {
  width: 100%;
  height: auto;
  max-width: 370px;
  border-radius: 0;
  float: right;
  line-height: 26px;
  margin-left: 20px;
}
.testimonials .tsm-right .profile {
  text-align: center;
  margin-top: 10px;
}
.testimonials .tsm-right .profile img {
  margin: 0 auto;
}
.testimonials .tsm-right .profile .testimonial-name {
  text-align: center;
  margin-left: 0;
}
.testimonials .tsm-right p {
  text-align: left;
}
.testimonials .testimonial-footer {
  margin-top: 60px;
  display: block;
}
.testimonials .testimonial-footer .link {
  color: #00B1E3;
}
.testimonials .line-bottom {
  border-bottom: 1px solid #DDDDDD;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.choice-user-weeklylog {
  position: absolute;
  list-style: none;
  left: 15px;
  bottom: 7px;
  width: 100%;
  max-width: 250px;
  /* item list */
}
@media (min-width: 768px) and (max-width: 991px) {
  .choice-user-weeklylog {
    position: relative;
    max-width: 150px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .choice-user-weeklylog {
    position: relative;
    max-width: none;
  }
}
.choice-user-weeklylog .choice-select {
  display: block;
  position: absolute;
  background-color: #fff;
  z-index: 99;
  width: 100%;
  max-width: 350px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.choice-user-weeklylog .vodiapicker {
  display: none;
}
.choice-user-weeklylog #a {
  padding-left: 0px;
}
.choice-user-weeklylog #a img, .choice-user-weeklylog .btn-select img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.choice-user-weeklylog #a li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.choice-user-weeklylog #a li:hover {
  background-color: #F4F3F3;
}
.choice-user-weeklylog #a li img {
  margin: 5px;
}
.choice-user-weeklylog .btn-select li span {
  margin-left: 3px;
}
.choice-user-weeklylog .b {
  display: none;
  width: 100%;
  max-width: 350px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 5px;
}
.choice-user-weeklylog .open {
  display: show !important;
}
@media (max-width: 767px) {
  .choice-user-weeklylog .lang-select {
    margin-right: 30px;
  }
}
.choice-user-weeklylog .btn-select {
  margin-top: 10px;
  width: 100%;
  max-width: 350px;
  height: 34px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .choice-user-weeklylog .btn-select {
    max-width: none;
  }
}
.choice-user-weeklylog .btn-select li {
  list-style: none;
  float: left;
  padding: 0px;
}
.choice-user-weeklylog .btn-select:hover li {
  margin-left: 0px;
}
.choice-user-weeklylog .btn-select:hover {
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}
.choice-user-weeklylog .btn-select:focus {
  outline: none;
}

.user-weekly-log {
  position: relative;
}
.user-weekly-log img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  cursor: pointer;
}
.user-weekly-log .profile-detail {
  right: 0px;
}
.user-weekly-log .profile-detail:before {
  right: 10px;
  left: auto;
}
.user-weekly-log .profile-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}

.ui-widget-header .ui-icon {
  background-image: url("/css/icons/ui-icons_222222_256x240.png");
}

.media-intro {
  text-transform: uppercase;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.media-intro h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0px;
}
.media-intro p {
  font-size: 16px;
  color: #707070;
}

.program {
  margin: 30px 15px 0px 15px;
}
.program-card {
  position: relative;
  margin-bottom: 30px;
  max-height: 200px;
  overflow: hidden;
}
.program-card:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}
.program-card:hover:before {
  opacity: 0.6;
}
.program-card.bg-red:before {
  background-color: #ff0000;
}
.program-card.bg-orange:before {
  background-color: #ffa500;
}
.program-card.bg-yellow:before {
  background-color: #ffff00;
}
.program-card.bg-green:before {
  background-color: #008000;
}
.program-card.bg-blue:before {
  background-color: #0000ff;
}
.program-card.bg-indigo:before {
  background-color: #4b0082;
}
.program-card.bg-violet:before {
  background-color: #ee82ee;
}
.program-card.bg-black:before {
  background-color: #000000;
}
.program-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.mt-min-60 {
  margin-top: -60px;
}
.footer {
  position: relative;
  width: 100%;
}
.footer .sub-footer {
  background-color: #333333;
  width: 100%;
  color: #FFFFFF;
  position: relative;
}
.footer .sub-footer .footer-menu {
  border-bottom: 1px solid #464646;
  margin: 30px auto 0px 0px;
}
.footer .sub-footer .footer-menu ul {
  width: 370px;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .footer .sub-footer .footer-menu ul {
    width: 100%;
  }
}
.footer .sub-footer .footer-menu ul li {
  background: transparent;
  border: none;
  padding: 10px;
}
.footer .sub-footer .footer-menu ul li a {
  display: block;
  color: #fff;
}
.footer .logo-footer {
  text-align: center;
}
.footer .logo-footer img {
  margin-top: 77px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .footer .logo-footer img {
    margin-top: 55px;
    width: 60px;
  }
}
.footer .text-footer {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.footer .text-footer p {
  text-align: left;
}
.footer .text-footer .align-left {
  text-align: left;
}
.footer .text-footer .align-center {
  text-align: center;
}
.footer .footer-email {
  margin-right: 47px;
  display: inline-block;
}
@media (max-width: 767px) {
  .footer .footer-email {
    display: block;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.footer .footer-phone {
  display: inline-block;
}
.footer .list-social-footer {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 79px;
}
.footer .list-social-footer a {
  color: #fff;
}
@media (max-width: 767px) {
  .footer .list-social-footer {
    margin-bottom: 55px;
  }
}
.footer .list-social-footer .icon-social {
  width: 38px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  margin-right: 8px;
}
.footer .list-social-footer .facebook {
  background-color: #3B5999;
}
.footer .list-social-footer .facebook:hover {
  opacity: 0.8;
}
.footer .list-social-footer .twitter {
  background-color: #55ACEE;
}
.footer .list-social-footer .twitter:hover {
  opacity: 0.8;
}
.footer .list-social-footer .instagram {
  background-color: #C32AA3;
}
.footer .list-social-footer .instagram:hover {
  opacity: 0.8;
}
.footer .list-social-footer .youtube {
  background-color: #CC181E;
}
.footer .list-social-footer .youtube:hover {
  opacity: 0.8;
}
.footer .copy-right {
  border-top: 1px solid #464646;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #E5E5E5;
}
@media (max-width: 767px) {
  .footer .copy-right .text-copyright {
    margin-top: 30px;
    text-align: center;
  }
}
.footer .copy-right .text-copyright a {
  color: #FFFFFF;
}
.footer .copy-right .text-privacy {
  text-align: right;
}
@media (max-width: 767px) {
  .footer .copy-right .text-privacy {
    position: absolute;
    left: 0px;
    text-align: center;
  }
}
.footer .copy-right .text-privacy a {
  color: #FFFFFF;
}
.footer .copy-right .siteBy {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.footer .copy-right .siteBy a {
  color: #fff;
}
.test {
  color: red;
}

html {
  height: 100% !important;
}

body {
  background: #F0F2F5 !important;
  min-height: 100% !important;
  position: relative !important;
}
body .general-section {
  padding-top: 120px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 533px) {
  body .general-section {
    padding-bottom: 54px;
  }
}
body .general-section #myCarousel {
  padding-bottom: 0px;
  padding-top: 87px;
}
body .general-section #myCarousel.simple-content {
  padding-top: 0px;
}
@media only screen and (max-width: 767px) {
  body .general-section #myCarousel {
    padding-top: 80px;
  }
}
body .general-section #carouselExampleControls {
  padding-bottom: 30px;
}
body.bg-home {
  background: #F0F2F5;
}
body.bg-home .general-section {
  padding-top: 0px;
}

.home-shadow {
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  background: #FFF;
}
.home-shadow #carouselExampleControls .carousel-indicators {
  bottom: 20px;
}
.home-shadow #carouselExampleControls .carousel-inner .carousel-item img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 450px;
}
@media only screen and (max-width: 767px) {
  .home-shadow #carouselExampleControls .carousel-inner .carousel-item img {
    height: auto !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-shadow #carouselExampleControls .carousel-inner .carousel-item img {
    height: auto !important;
  }
}
.home-shadow #carouselExampleControls .carousel-inner .carousel-item .carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  width: 40%;
  left: 3%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 15px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .home-shadow #carouselExampleControls .carousel-inner .carousel-item .carousel-caption {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-shadow #carouselExampleControls .carousel-inner .carousel-item .carousel-caption {
    width: 60%;
    bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-shadow #carouselExampleControls .carousel-inner .carousel-item .carousel-caption {
    width: 45%;
    bottom: 30px;
  }
}
.home-shadow #carouselExampleControls .carousel-inner .carousel-item .carousel-caption h5 {
  font-weight: bold;
}
.home-shadow #carouselExampleControls .carousel-inner .carousel-item .carousel-caption p {
  line-height: 20px;
}
.home-shadow #carouselExampleControls .carousel-control-prev {
  opacity: 0.9;
}
.home-shadow #carouselExampleControls .carousel-control-prev i {
  font-size: 30px;
}
.home-shadow #carouselExampleControls .carousel-control-next {
  opacity: 0.9;
}
.home-shadow #carouselExampleControls .carousel-control-next i {
  font-size: 30px;
}
.home-shadow .home-box {
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.home-shadow .home-box .home-title {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .home-shadow .home-box .home-title {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.home-shadow .home-box .home-title .sub-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.home-shadow .home-box .home-title .sub-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #707070;
  margin-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 991px) {
  .home-shadow .home-box .home-title .sub-desc {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.home-shadow .home-box .home-title .sub-desc.uppercase {
  text-transform: uppercase;
}
.home-shadow .home-box .home-title .sub-desc.lowercase {
  text-transform: lowercase;
}
.home-shadow .home-box h2 {
  font-size: 20px;
}
.home-shadow .home-box .grey-bar {
  background-color: #F7F7F7;
  text-align: center;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.home-shadow .home-box .grey-bar .title-feature {
  margin: 0;
  margin-bottom: 10px;
  color: #7E7E7E;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}
.home-shadow .home-box .grey-bar .slick-slider {
  width: 100%;
  margin: 0 auto;
}
.home-shadow .home-box .grey-bar .slick-slider .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
.home-shadow .home-box .grey-bar .slick-slider .slick-slide img {
  max-width: 100%;
  height: auto;
  padding-left: 45px;
  padding-right: 45px;
  display: inline-block;
}
.home-shadow .home-box .grey-bar .slick-slider .slick-slide img:focus {
  outline: none !important;
}
.home-shadow .home-box .home-testimonial {
  margin-top: 20px;
  margin: 30px 15px 0px 15px;
}
.home-shadow .home-box .home-testimonial .testimonial-container .home-header {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
.home-shadow .home-box .home-testimonial .testimonial-container .row {
  padding-top: 60px;
}
.home-shadow .home-box .home-testimonial .testimonial-container .testimonial {
  background-color: #fff;
  box-shadow: 3px 5px 22px #999;
  text-align: center;
  min-height: 400px;
  margin-bottom: 60px;
  border-radius: 15px;
}
.home-shadow .home-box .home-testimonial .testimonial-container .testimonial .testimonial-image {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 100px;
  border: 5px solid #fff;
  box-shadow: 1px 3px 11px #999;
  position: relative;
  margin: 0 auto;
  bottom: 35px;
  background-color: #fff;
}
.home-shadow .home-box .home-testimonial .testimonial-container .testimonial .testimonial-image img {
  height: 40px;
  margin-top: 8px;
}
.home-shadow .home-box .home-testimonial .testimonial-container .testimonial .testimonial-info {
  padding: 0 15px 15px;
}
.home-shadow .home-box .home-testimonial .testimonial-container .testimonial .testimonial-info .testimonial-name {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 20px;
}
.home-shadow .home-box .home-testimonial .testimonial-container .testimonial .testimonial-info .testimonial-title {
  color: #717171;
  font-size: 18px;
}
.home-shadow .home-box .home-testimonial .testimonial-container .testimonial .testimonial-info .testimonial-content {
  font-style: italic;
  color: #323232;
  font-size: 16px;
  margin-bottom: 0px;
}
.home-shadow .home-box .bio-intro {
  padding-bottom: 20px;
  text-transform: uppercase;
}
.home-shadow .home-box .bio-intro .home-header {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0px;
}
.home-shadow .home-box .bio-intro p {
  text-align: center;
}
.home-shadow .home-box .home-bio {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  text-align: left;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .home-shadow .home-box .home-bio {
    overflow: hidden;
  }
}
.home-shadow .home-box .home-bio img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.home-shadow .home-box .home-bio .bio-avatar {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.home-shadow .home-box .home-bio .home-bio-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-shadow .home-box .home-bio .home-bio-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.home-shadow .home-box .home-bio .home-bio-content p {
  text-align: center;
}
.home-shadow .home-box input {
  height: 40px;
}
.home-shadow .home-box .has-error {
  margin-bottom: 0px !important;
}
.home-shadow .home-box .has-error .form-control {
  padding-right: 38px;
  border-color: #DC3545;
  box-shadow: 0 0 0 -0.8rem #DC3545;
}
.home-shadow .home-box .has-success .form-control {
  padding-right: 38px;
}
.home-shadow .home-box .fa-times {
  color: #DC3545;
}
.home-shadow .home-box .fa-check {
  color: #00B1E3;
}
.home-shadow .home-box .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 11px;
  height: 11px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.home-shadow .home-box .form-control-feedback.login {
  top: 35px;
  right: 31px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-shadow .home-box .col-md-8 {
    -webkit-flex: 50%;
       -moz-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-shadow .home-box .col-md-4 {
    -webkit-flex: 50%;
       -moz-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
}
.home-shadow .home-box h5 {
  font-weight: 500;
  color: #000000;
}
.home-shadow .home-box p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #707070;
}
.home-shadow .home-box .sign-form {
  padding-bottom: 60px;
}
.home-shadow .home-box .sign-form h6 {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 13px;
}
@media only screen and (max-width: 480px) {
  .home-shadow .home-box .sign-form h6 {
    font-size: 16px;
  }
}
.home-shadow .home-box .sign-form button {
  border-radius: 6px;
  padding: 10px;
  line-height: 23px;
}
.home-shadow .home-box .sign-form .sign-up {
  border: 1px solid #EEEEEE;
  padding: 30px;
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .home-shadow .home-box .sign-form .sign-up {
    margin-bottom: 20px;
    padding: 20px 15px 30px 15px;
  }
}
.home-shadow .home-box .sign-form .sign-up .btn-signup {
  display: block;
  text-align: center;
  line-height: 33px;
  padding: 6px;
  text-decoration: none;
}
.home-shadow .home-box .sign-form .sign-up .btn-signup:hover, .home-shadow .home-box .sign-form .sign-up .btn-signup active, .home-shadow .home-box .sign-form .sign-up .btn-signup focus {
  color: #FFFFFF;
}
.home-shadow .home-box .sign-form .sign-in {
  border: 1px solid #EEEEEE;
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .home-shadow .home-box .sign-form .sign-in {
    padding: 15px;
  }
}
.home-shadow .home-box .sign-form .sign-in .form-group {
  margin-bottom: 22px;
}
.home-shadow .home-box .sign-form .sign-in .form-group:nth-last-child(2) {
  margin-bottom: 0px;
}
.home-shadow .home-box .sign-form .sign-in input {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-size: 14px;
}
.home-shadow .home-box .sign-form .sign-in input::webkit-input-placeholder {
  /* Edge */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #DDDDDD;
  font-size: 14px;
}
.home-shadow .home-box .sign-form .sign-in input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #DDDDDD;
  font-size: 14px;
}
.home-shadow .home-box .sign-form .sign-in input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #DDDDDD;
  font-size: 14px;
}
.home-shadow .home-box .sign-form .sign-in input::-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #DDDDDD;
  font-size: 14px;
}
.home-shadow .home-box .sign-form .sign-in input::-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #DDDDDD;
  font-size: 14px;
}
.home-shadow .home-box .sign-form .sign-in input::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #DDDDDD;
  font-size: 14px;
}
.home-shadow .home-box .sign-form .sign-in .btn-forgotpassword {
  display: block;
  text-align: right;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #444444;
  margin-top: 18px;
}

.weeklyNavbar {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 0px;
  margin-bottom: 31px;
}
@media only screen and (max-width: 991px) {
  .weeklyNavbar {
    padding: 0.5rem 1rem;
  }
}
.weeklyNavbar .navbar-toggler-icon {
  color: #00B1E3;
}
.weeklyNavbar .navbar-toggler {
  display: none;
}
.weeklyNavbar #navbarsExample10 {
  width: 100%;
  text-align: right;
}
@media (min-width: 768px) {
  .weeklyNavbar .nav-logs {
    margin-left: auto;
  }
}
.weeklyNavbar ul.tab-menu {
  margin: 0;
  padding: 0;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (max-width: 767px) {
  .weeklyNavbar ul.tab-menu {
    display: block;
  }
}
.weeklyNavbar ul.tab-menu li.logs-tab {
  display: block;
  cursor: pointer;
  padding: 18px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .weeklyNavbar ul.tab-menu li.logs-tab {
    padding: 10px 12px 10px 12px;
    float: left;
  }
}
.weeklyNavbar ul.tab-menu li.logs-tab.active {
  border-bottom: 2px solid #00B1E3;
}
.weeklyNavbar ul.tab-menu li.logs-tab.active a {
  color: #00B1E3 !important;
}
@media only screen and (max-width: 767px) {
  .weeklyNavbar ul.tab-menu li.logs-tab.active {
    border-bottom: none;
  }
}
.weeklyNavbar ul.tab-menu li.logs-tab:hover a {
  color: #00B1E3 !important;
  text-decoration: none;
}
.weeklyNavbar ul.tab-menu li.logs-tab a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #28293D !important;
  text-decoration: none;
}

.jumbotron.general-box {
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .jumbotron.general-box {
    padding: 15px;
  }
}
.jumbotron.general-box form {
  margin-top: 23px;
}
.jumbotron.custom-box {
  background: transparent;
  width: 392px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .jumbotron.custom-box {
    width: 100%;
  }
}
.jumbotron.custom-box form {
  background: #FFFFFF;
  padding: 30px;
  margin-top: 23px;
}
@media only screen and (max-width: 480px) {
  .jumbotron.custom-box form {
    padding: 15px;
  }
}
.jumbotron.custom-box form .btn-forgot, .jumbotron.custom-box form .btn-login, .jumbotron.custom-box form .btn-submit-resetpassword {
  padding: 10px;
  line-height: 23px;
}
.jumbotron .title-form {
  margin-bottom: 0px;
}
.jumbotron .title-form p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #555770;
}
.jumbotron .title-form i {
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-bottom: 10px;
}
.jumbotron .title-form i.fa-check {
  width: 49px;
  height: 39px;
  color: #00B1E3;
}
.jumbotron .title-form h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
}
@media only screen and (max-width: 480px) {
  .jumbotron .title-form h5 {
    font-size: 18px;
  }
}
.jumbotron .title-form h6 {
  font-style: normal;
  font-weight: bold;
  line-height: 19px;
  color: #28293D;
}
.jumbotron .btn-add-form .btn-add {
  width: 100px;
  height: 40px;
  border: none;
  font-size: 14px;
}
.jumbotron .table-form {
  margin-top: 60px;
  clear: both;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.jumbotron .table-form .dataTables_scrollBody {
  border-bottom: none !important;
}
.jumbotron .table-form .paginate_button {
  background-color: transparent !important;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.jumbotron .table-form .paginate_button:hover, .jumbotron .table-form .paginate_button:focus, .jumbotron .table-form .paginate_button:active {
  background-color: transparent !important;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.jumbotron .table-form ::-webkit-scrollbar {
  width: 10px;
  height: 4px;
  border-radius: 6px;
}
.jumbotron .table-form ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.jumbotron .table-form ::-webkit-scrollbar-thumb {
  background: #C4C4C4;
}
.jumbotron .table-form ::-webkit-scrollbar-thumb:hover {
  background: #C4C4C4;
}
.jumbotron .table-form .ic-pagination {
  width: 24px;
  height: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.jumbotron .table-form table {
  table-layout: fixed;
  min-width: 1400px !important;
}
.jumbotron .table-form table thead tr th {
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  border-right: 1px solid #C4C4C4;
  padding: 6.5px 10px 6.5px 10px;
  font-size: 15px;
}
.jumbotron .table-form table thead tr th:last-child, .jumbotron .table-form table thead tr th:nth-last-child(2), .jumbotron .table-form table thead tr th:nth-last-child(3), .jumbotron .table-form table thead tr th:nth-last-child(4) {
  text-align: center;
}
.jumbotron .table-form table thead tr th:first-child {
  border-left: 1px solid #C4C4C4;
}
.jumbotron .table-form table thead tr th:last-child {
  border-left: none;
}
.jumbotron .table-form table thead tr th.colspan {
  border-top: none;
  border-left: none;
}
.jumbotron .table-form table tbody tr.odd {
  background-color: transparent !important;
}
.jumbotron .table-form table tbody tr td {
  font-size: 14px;
  padding: 12px 0px;
  text-align: center;
}
.jumbotron .table-form table tbody tr td.sorting_1 {
  background-color: transparent !important;
}
.jumbotron .table-form table tbody tr td.dt-center {
  text-align: center;
}
.jumbotron .table-form table tbody tr td:first-child {
  border-left: 1px solid #C4C4C4;
}
.jumbotron .table-form table tbody tr td:last-child {
  border-right: 1px solid #C4C4C4;
}
.jumbotron .table-form .bottom-section {
  display: inline-block;
  border: 1px solid #ddd;
  height: auto;
  width: 100%;
  padding: 12px 0px 5px 10px;
}
.jumbotron .table-form .bottom-section .dt-left-section {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 433px) {
  .jumbotron .table-form .bottom-section .dt-left-section {
    width: 100%;
    float: none !important;
    text-align: left !important;
  }
}
@media only screen and (max-width: 433px) {
  .jumbotron .table-form .bottom-section .dt-left-section .dataTables_length {
    text-align: left !important;
  }
}
.jumbotron .table-form .bottom-section .dt-left-section .dataTables_length label select {
  border: none;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.jumbotron .table-form .bottom-section .dt-left-section .dataTables_length label select::after {
  border-color: rgba(0, 0, 0, 0.5);
}
.jumbotron .table-form .bottom-section .dt-left-section .dataTables_info {
  padding: 0px;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .jumbotron .table-form .bottom-section .dt-left-section .dataTables_info {
    float: left;
    margin-right: 10px;
  }
}
.jumbotron .table-form .bottom-section .dt-left-section .dataTables_paginate {
  padding: 0px;
}
@media only screen and (max-width: 767px) {
  .jumbotron .table-form .bottom-section .dt-left-section .dataTables_paginate {
    float: left;
    margin-top: 0px;
  }
}
.jumbotron .WLChart {
  margin-top: 30px;
  font-size: 14px;
}
.jumbotron .form-group {
  margin-bottom: 22px;
  position: relative;
}
.jumbotron .form-group:nth-last-child(2) {
  margin-bottom: 0px;
}
.jumbotron .form-group label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #444444;
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .jumbotron .form-group label {
    padding-left: 5px;
  }
}
.jumbotron .form-group label.inputUploadImage {
  color: transparent;
}
@media only screen and (max-width: 480px) {
  .jumbotron .form-group label.inputUploadImage {
    display: none;
  }
}
.jumbotron .form-group .img-profile {
  max-width: 100%;
  height: 200px;
}
@media only screen and (max-width: 480px) {
  .jumbotron .form-group .img-profile {
    background-size: cover;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
}
.jumbotron .form-group.has-error {
  margin-bottom: 0px;
}
.jumbotron .form-group.has-error .form-control {
  padding-right: 38px;
  border-color: #DC3545;
  box-shadow: 0 0 0 -0.8rem #DC3545;
}
.jumbotron .form-group.has-error .input-group-prepend .input-group-text {
  border-color: #DC3545;
}
.jumbotron .form-group.has-success .form-control {
  padding-right: 38px;
  border-color: #00B1E3;
  box-shadow: 0 0 0 -0.8rem #00B1E3;
}
.jumbotron .form-group .form-group.form-check {
  padding-top: 7px;
}
.jumbotron .form-group input {
  font-size: 14px;
  height: 40px;
}
.jumbotron .form-group input.form-check-input {
  height: auto;
}
.jumbotron .form-group input:focus {
  box-shadow: none;
}
.jumbotron .form-group input::webkit-input-placeholder {
  /* Edge */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-size: 14px;
  line-height: 19px;
  color: #DDDDDD;
}
.jumbotron .form-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-size: 14px;
  line-height: 19px;
  color: #DDDDDD;
}
.jumbotron .form-group input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-size: 14px;
  line-height: 19px;
  color: #DDDDDD;
}
.jumbotron .form-group input::-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-size: 14px;
  line-height: 19px;
  color: #DDDDDD;
}
.jumbotron .form-group input::-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-size: 14px;
  line-height: 19px;
  color: #DDDDDD;
}
.jumbotron .form-group input::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-size: 14px;
  line-height: 19px;
  color: #DDDDDD;
}
.jumbotron .form-group input#inputDate:after {
  position: absolute;
  right: 6px;
}
.jumbotron .form-group .input-group-text {
  background: #DDDDDD;
  border: 1px solid #DDDDDD;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #444444;
  padding: 7px 10px 0px 10px;
  width: 67px;
}
.jumbotron .form-group textarea {
  min-height: 114px;
}
.jumbotron .form-group .btn-uploadfile {
  width: 170px;
  height: 45px;
  background: #F1F2F5;
  border: 1px solid #DDDDDD;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #66676B;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .jumbotron .form-group .btn-uploadfile {
    width: 100%;
  }
}
.jumbotron .form-group .btn-uploadfile i {
  width: 20px;
  height: 19px;
  display: inline-block;
  position: relative;
  top: 0px;
  left: -10px;
  color: #00B1E3;
}
.jumbotron .form-group .btn-signup {
  width: 127px !important;
  margin: 0px;
  line-height: 24px;
  text-align: center;
  float: right;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .jumbotron .form-group .btn-signup {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
.jumbotron .form-group .btn-forgotpassword {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #444444;
  display: block;
  text-align: right;
  margin-top: 14px;
  margin-bottom: 27px;
}
.jumbotron .form-group .fa-times {
  color: #DC3545;
}
.jumbotron .form-group .fa-check {
  color: #00B1E3;
}
.jumbotron .form-group .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 11px;
  height: 11px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.jumbotron .form-group .form-control-feedback.login {
  top: 31px;
  right: 31px;
}
.jumbotron .form-group .form-control-feedback.forgotpassword {
  top: 31px;
  right: 31px;
}
.jumbotron .form-group .form-control-feedback.resetpassword {
  top: 31px;
  right: 31px;
}
.jumbotron .form-group .form-control-feedback.register {
  top: 3px;
  right: 31px;
}
.jumbotron .form-group .form-control-feedback.logs {
  top: 3px;
  right: 55px;
}
.jumbotron .form-group span {
  display: block;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #444444;
}
.jumbotron .form-group span a {
  font-weight: bold !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #00B1E3;
}
.jumbotron .btn-transparent {
  width: 100%;
  background: #FFFFFF;
  border-color: #00B1E3;
  color: #00B1E3;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 6px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}
.jumbotron .btn-transparent:hover {
  background: rgba(0, 177, 227, 0.7);
  border-color: rgba(0, 177, 227, 0.7);
  color: #FFFFFF;
}
.jumbotron .btn-transparent:active {
  background: #05A8D7;
  border-color: #05A8D7;
  color: #FFFFFF;
}
.jumbotron .btn-transparent:focus {
  background: #0096C0;
  border-color: #0096C0;
  color: #FFFFFF;
  box-shadow: none;
  outline: none;
}

.btn-blue {
  width: 100%;
  background: #00B1E3;
  border-color: #00B1E3;
  color: #FFFFFF !important;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 6px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}
.btn-blue:hover {
  background: rgba(0, 177, 227, 0.7);
  border-color: rgba(0, 177, 227, 0.7);
}
.btn-blue:active {
  background: #05A8D7;
  border-color: #05A8D7;
}
.btn-blue:focus {
  background: #0096C0;
  border-color: #0096C0;
  box-shadow: none;
  outline: none;
}

.p-error {
  color: #DC3545 !important;
  font-size: 14px !important;
  font-weight: normal !important;
  margin-top: 5px !important;
  margin-bottom: 3px;
}

.error {
  color: #DC3545 !important;
  font-size: 14px !important;
  font-weight: normal !important;
  margin-top: 0px !important;
  margin-bottom: 0px;
}

.alert-dismissable {
  font-size: 14px;
  margin: 0 auto 20px;
}
.alert-dismissable .fa-times {
  font-size: 20px;
  color: #721c24;
  margin-top: 11px;
}
@media only screen and (max-width: 767px) {
  .alert-dismissable .fa-times {
    margin-top: 20px;
  }
}

.shortFlash {
  max-width: 392px;
}

.style404 {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 28px;
}
.style404 a {
  text-decoration: none;
  color: #fff;
  padding: 13px 23px;
  background: #00B1E3;
  font-size: 16px;
  line-height: 19px;
  border-radius: 6px;
}
.style404 a:hover {
  background: #00B2E0;
}

.img-loading {
  margin: 0 auto;
  display: block;
}

.convertInput i {
  right: 170px !important;
}
.convertInput .btn {
  background: #DDDDDD;
  border: 1px solid #DDDDDD;
  color: #444444;
}
.convertInput .btn:hover, .convertInput .btn:active, .convertInput .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.health-loading {
  color: #fff;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.health-loading img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0;
}
.health-loading .lds-hourglass .circle-rotate {
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

.showLoading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-position: center center;
  background-repeat: no-repeat;
  background: #f0f2f5;
}
.showLoading .h-100 {
  height: 100% !important;
}
.showLoading ul {
  padding-left: 0;
  list-style: none;
}
.showLoading ul li p {
  color: #000;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1.4px;
  font-weight: bold;
  margin-top: 10px;
}
.showLoading .health-loading {
  color: #fff;
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.showLoading .health-loading img {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0;
}
.showLoading .health-loading .lds-hourglass .circle-rotate {
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

.health-loading-user {
  color: #fff;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.health-loading-user img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0;
}
.health-loading-user .lds-hourglass .circle-rotate {
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.btn-add-meals {
  width: 127px !important;
  margin: 0px;
  background: #00B1E3;
  border-color: #00B1E3;
  color: #FFFFFF !important;
}
.btn-add-meals:hover {
  background: rgba(0, 177, 227, 0.7);
  border-color: rgba(0, 177, 227, 0.7);
}
.btn-add-meals:active {
  background: #05A8D7;
  border-color: #05A8D7;
}
.btn-add-meals:focus {
  background: #0096C0;
  border-color: #0096C0;
  box-shadow: none;
  outline: none;
}

.btn-cancel {
  width: 127px !important;
  margin: 0px;
  margin-right: 15px;
  border-color: #00B1E3;
  color: #00B1E3;
}
.btn-cancel:hover {
  background: rgba(0, 177, 227, 0.7);
  border-color: rgba(0, 177, 227, 0.7);
  color: #FFFFFF;
}
.btn-cancel:active {
  background: #05A8D7;
  border-color: #05A8D7;
  color: #FFFFFF;
}
.btn-cancel:focus {
  background: #0096C0;
  border-color: #0096C0;
  color: #FFFFFF;
  box-shadow: none;
  outline: none;
}

.btn-add-topic {
  width: 127px !important;
  margin: 0px;
  background: #00B1E3;
  border-color: #00B1E3;
  color: #FFFFFF !important;
}
.btn-add-topic:hover {
  background: rgba(0, 177, 227, 0.7);
  border-color: rgba(0, 177, 227, 0.7);
}
.btn-add-topic:active {
  background: #05A8D7;
  border-color: #05A8D7;
}
.btn-add-topic:focus {
  background: #0096C0;
  border-color: #0096C0;
  box-shadow: none;
  outline: none;
}

input[type=date] {
  position: relative;
}
input[type=date]:after {
  content: url(/images/calendar-regular.svg);
  width: 16px;
  height: 18px;
  position: absolute;
  top: 8px;
  right: 11px;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
  pointer-events: none;
}

input[type=date]::-webkit-inner-spin-button {
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  width: auto;
}
input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  width: auto;
}

.no-data {
  padding: 50px;
  text-align: center;
}

.forum-component .health-loading {
  padding-top: 30px;
  padding-bottom: 30px;
}

.timeZone.has-error .fa-times {
  right: 50px !important;
}
.timeZone.has-success .fa-check {
  right: 50px !important;
}
.timeZone .TimeZone {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.timeZone .icon-arrow.timezone {
  position: absolute;
  top: 16px;
  right: 30px !important;
  pointer-events: none;
  font-size: 7px;
  color: #000 !important;
}

.btn-elipsis {
  position: absolute;
  right: 30px;
  cursor: pointer;
  z-index: 10;
  display: block;
  margin-top: -2px;
  color: #000;
}
.btn-elipsis i {
  font-size: 12px;
}

.box-pin {
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /* border-radius: 0.3rem; */
  width: auto;
  height: auto;
  position: absolute;
  right: 31px;
  /* border-radius: 6px; */
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  margin-top: 16px;
  z-index: 10;
}
.box-pin ul {
  padding: 0;
  margin: 0;
}
.box-pin ul li {
  padding: 5px 15px 5px 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  list-style: none;
  color: #000000 !important;
}
.box-pin ul li:hover, .box-pin ul li:focus, .box-pin ul li:active {
  color: #007bff !important;
}
.box-pin ul li:last-child {
  border-bottom: 0px solid rgba(0, 0, 0, 0.2);
}
.box-pin ul li i {
  font-size: 12px;
  position: absolute;
  left: 8px;
  margin-top: 5px;
}
.box-pin ul li a {
  color: #000000;
  font-family: "Roboto", sans-serif, Arial !important;
  text-decoration: none;
}
.box-pin ul li a:hover, .box-pin ul li a:focus, .box-pin ul li a:active {
  color: #007bff !important;
}

.fa-globe-americas {
  display: none !important;
}

.tooltipHide {
  display: none !important;
  -webkit-transition: opacity 3s ease-in-out;
  -moz-transition: opacity 3s ease-in-out;
  -ms-transition: opacity 3s ease-in-out;
  -o-transition: opacity 3s ease-in-out;
}

.tooltipShow {
  display: block !important;
  -webkit-transition: opacity 3s ease-in-out;
  -moz-transition: opacity 3s ease-in-out;
  -ms-transition: opacity 3s ease-in-out;
  -o-transition: opacity 3s ease-in-out;
}

.input-group {
  color: #FFF;
}
.input-group i {
  right: 75px !important;
}

.ModalCookie {
  padding-right: 0px !important;
}
.ModalCookie .modal-dialog {
  max-width: 600px;
  top: 25%;
}
@media only screen and (max-width: 600px) {
  .ModalCookie .modal-dialog {
    max-width: 100%;
    width: 100%;
    padding: 15px !important;
    margin: 0;
  }
}
.ModalCookie .modal-dialog .modal-content {
  background-color: rgba(27, 27, 27, 0.8);
  color: white !important;
  border: 0 !important;
  opacity: 1;
  padding: 45px 25px !important;
  border-radius: 3px;
}
.ModalCookie .modal-dialog .modal-content .modal-body {
  padding: 0px;
  margin-bottom: 0px;
}
.ModalCookie .modal-dialog .modal-content .modal-body p {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
}
.ModalCookie .modal-dialog .modal-content .modal-footer {
  border: none;
  padding: 0px;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ModalCookie .modal-dialog .modal-content .modal-footer span {
  font-size: 12px;
  font-weight: bold;
  color: rgb(153, 153, 153);
}
.ModalCookie .modal-dialog .modal-content .modal-footer button {
  margin-top: 30px;
  min-width: 200px;
  margin-right: 0px;
  margin-left: 0;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 2px;
  line-height: 18px;
  height: 38px;
  font-weight: 700;
}
.ModalCookie .modal-dialog .modal-content .modal-footer button:last-child {
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .ModalCookie .modal-dialog .modal-content .modal-footer button:last-child {
    margin-top: 5px;
  }
}
.ModalCookie .modal-dialog .modal-content .modal-footer button.btn-secondary {
  background-color: #cacec8;
  color: #007bff;
}
.ModalCookie .modal-dialog .modal-content .modal-footer button.btn-secondary:focus {
  box-shadow: none !important;
  outline: none !important;
}
.ModalCookie .modal-dialog .modal-content .modal-footer button.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
  color: #FFFFFF;
}
.ModalCookie .modal-dialog .modal-content .modal-footer button.btn-primary {
  background: #00B1E3;
  border-color: #00B1E3;
  color: #FFFFFF !important;
}
.ModalCookie .modal-dialog .modal-content .modal-footer button.btn-primary:hover {
  background: rgba(0, 177, 227, 0.7);
  border-color: rgba(0, 177, 227, 0.7);
}
.ModalCookie .modal-dialog .modal-content .modal-footer button.btn-primary:active {
  background: #05A8D7;
  border-color: #05A8D7;
}
.ModalCookie .modal-dialog .modal-content .modal-footer button.btn-primary:focus {
  background: #0096C0;
  border-color: #0096C0;
  box-shadow: none;
  outline: none;
}

.btnUploadImageMD:focus {
  outline: none !important;
}

.grid::after {
  content: "";
  display: block;
  clear: both;
}
.grid .grid-sizer, .grid .grid-item {
  width: 33.333%;
}
@media only screen and (max-width: 991px) {
  .grid .grid-sizer, .grid .grid-item {
    width: 100%;
  }
}
.grid .grid-item {
  float: left;
  padding: 15px;
}
.grid .grid-item img {
  display: block;
  max-width: 100%;
}
.grid .lazyloaded {
  min-height: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .gallery .figure {
    margin-bottom: 35px;
  }
}
.gallery .figure img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  margin: 0 auto !important;
}
@media only screen and (max-width: 767px) {
  .gallery .figure img {
    height: auto;
  }
}
.gallery .figure .figure-caption {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery .figure .figure-caption {
    margin-bottom: 20px;
  }
}
.gallery .list-item {
  margin-bottom: 30px;
}
.gallery .list-item .iframe-video {
  margin-bottom: 0px;
  width: 100%;
  height: 200px;
}
.gallery .list-item .iframe-video:last-child {
  margin-top: 20px;
}
.gallery .list-item img {
  width: 100%;
  height: auto;
}
.gallery .list-item .list-item-name {
  margin-top: 10px;
}
.gallery .list-item p {
  text-align: center;
  font-size: 90%;
  color: #6c757d;
}

.navbar-nav.scrolling {
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow-x: auto !important;
  -webkit-align-items: end !important;
     -moz-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
  -webkit-justify-content: normal !important;
     -moz-box-pack: normal !important;
      -ms-flex-pack: normal !important;
          justify-content: normal !important;
  overflow-y: hidden;
  height: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav.scrolling {
    display: none;
  }
}
.navbar-nav.scrolling::-webkit-scrollbar {
  height: 3px;
}
.navbar-nav.scrolling::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.navbar-nav.scrolling::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.navbar-nav.scrolling-before {
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow-x: auto !important;
  -webkit-align-items: end !important;
     -moz-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
  -webkit-justify-content: normal !important;
     -moz-box-pack: normal !important;
      -ms-flex-pack: normal !important;
          justify-content: normal !important;
  overflow-y: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav.scrolling-before {
    display: none;
  }
}
.navbar-nav.scrolling-before::-webkit-scrollbar {
  height: 3px;
}
.navbar-nav.scrolling-before::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.navbar-nav.scrolling-before::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
@media only screen and (min-width: 992px) {
  .navbar-nav .nav-item {
    -webkit-flex: 0 0 auto !important;
       -moz-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
  }
}

.label-container {
  position: fixed;
  bottom: 48px;
  left: 105px;
  display: table;
  visibility: hidden;
}
@media (max-width: 991px) {
  .label-container {
    bottom: 33px;
    left: 85px;
  }
}
.label-container .label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 3px;
}
.label-container .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 40px;
  left: 40px;
  background-color: #00B1E3;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 6px 0px, rgba(0, 0, 0, 0.16) 0px 2px 32px 0px;
}
@media (max-width: 991px) {
  .float {
    bottom: 20px;
    left: 20px;
  }
}
.float:hover {
  background: rgba(0, 177, 227, 0.7);
  color: #fff;
}
.float:focus {
  color: #fff;
}
.float .my-float {
  font-size: 24px;
  margin-top: 13px;
  margin-left: 2px;
}

a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}

/*# sourceMappingURL=app.css.map*/