.block {
  margin-bottom: 0;
  background-color: #fff;
/*  box-shadow: 0 1px 2px rgba(220, 225, 232, 0.5), 0 1px 2px rgba(220, 225, 232, 0.5);*/
}
.block .block, .content-side .block {
  box-shadow: none;
}

.block-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.875rem 1.625rem;
  transition: opacity 0.2s ease-out;
}
.block-header.block-header-rtl {
  flex-direction: row-reverse;
}
.block-header.block-header-rtl .block-title {
  text-align: right;
}
.block-header.block-header-rtl .block-options {
  padding-right: 1.625rem;
  padding-left: 0;
}
.block-header-default {
  background-color: #f6f7f9;
}

.block-title {
  flex: 1 1 auto;
  min-height: 1.75rem;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}
.block-title small, .block-title .small {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  opacity: 0.75;
}

.block-content {
  transition: opacity 0.2s ease-out;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow-x: visible;
}
.block-content > .pull-t,
.block-content > .pull-y {
  margin-top: -1.625rem;
}
.block-content > .pull-b,
.block-content > .pull-y {
  margin-bottom: -1px;
}
.block-content > .pull-r,
.block-content > .pull-x {
  margin-right: -1.625rem;
}
.block-content > .pull-r,
.block-content > .pull-x {
  margin-left: -1.625rem;
}
.block-content > .pull {
  margin: -1.625rem -1.625rem -1px;
}
.block-content.block-content-full {
  padding-bottom: 0;
}
.block-content.block-content-full > .pull-b,
.block-content.block-content-full > .pull-y,
.block-content.block-content-full > .pull {
  margin-bottom: -1.625rem;
}

.block-content p,
.block-content .push,
.block-content .block,
.block-content .items-push > div {
  margin-bottom: 1.625rem;
}
.block-content .items-push-2x > div {
  margin-bottom: 3.25rem;
}
.block-content .items-push-3x > div {
  margin-bottom: 4.875rem;
}
.block-content.block-content-sm {
  padding-top: 0.8125rem;
}
.block-content.block-content-sm .pull-t,
.block-content.block-content-sm .pull-t-b,
.block-content.block-content-sm .pull-all {
  margin-top: -0.8125rem;
}
.block-content.block-content-sm.block-content-full {
  padding-bottom: 0.8125rem;
}
.block-content.block-content-sm.block-content-full .pull-b,
.block-content.block-content-sm.block-content-full .pull-y,
.block-content.block-content-sm.block-content-full .pull {
  margin-bottom: -0.8125rem;
}

.block.block-bordered {
  border: 1px solid #e4e7ed;
  box-shadow: none;
}
.block.block-rounded {
  border-radius: 0.75rem;
}
.block.block-rounded > .block-header,
.block.block-rounded > .nav-tabs {
  border-top-right-radius: 0.75rem;
  border-top-left-radius: 0.75rem;
}
.block.block-rounded > .block-header:last-child,
.block.block-rounded > .nav-tabs:last-child {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.block.block-rounded.block-mode-hidden > .block-header.block-header-default {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.block.block-rounded > .block-content:first-child {
  border-top-right-radius: 0.75rem;
  border-top-left-radius: 0.75rem;
}
.block.block-rounded > .block-content:last-child {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.block.block-themed > .block-header {
  border-bottom: none;
  color: #fff;
  background-color: #0284c7;
}
.block.block-themed > .block-header > .block-title {
  color: rgba(255, 255, 255, 0.9);
}
.block.block-themed > .block-header > .block-title small, .block.block-themed > .block-header > .block-title .small {
  color: rgba(255, 255, 255, 0.7);
}
.block.block-transparent {
  background-color: transparent;
  box-shadow: none;
}

.block.block-mode-hidden.block-bordered > .block-header {
  border-bottom: none;
}
.block.block-mode-hidden > .block-content {
  display: none;
}
.block.block-mode-loading {
  position: relative;
  overflow: hidden;
}
.block.block-mode-loading::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 9;
  content: " ";
  background-color: rgba(255, 255, 255, 0.85);
}
.block.block-mode-loading::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.5rem 0 0 -1.5rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  color: #454c53;
  font-family: Simple-Line-Icons;
  font-size: 1.125rem;
  text-align: center;
  z-index: 10;
  content: "\e09a";
  animation: fa-spin 1.75s infinite linear;
  border-radius: 1.5rem;
  box-shadow: 0 0 1rem 1rem rgba(69, 76, 83, 0.05);
}
.block.block-mode-loading.block-mode-hidden::after {
  margin: -1rem 0 0 -1rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  box-shadow: 0 0 0.5rem 0.5rem rgba(69, 76, 83, 0.05);
}
.block.block-mode-loading.block-mode-loading-dark::before {
  background-color: rgba(0, 0, 0, 0.85);
}
.block.block-mode-loading.block-mode-loading-dark::after {
  color: #fff;
  box-shadow: 0 0 1rem 1rem rgba(255, 255, 255, 0.5);
}
.block.block-mode-loading.block-mode-loading-location::after {
  content: "\e06e";
}
.block.block-mode-loading.block-mode-loading-energy::after {
  content: "\e020";
}
.block.block-mode-loading.block-mode-loading-refresh::after {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f021";
}
.block.block-mode-loading.block-mode-loading-sun::after {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f185";
}
.block.block-mode-loading.block-mode-loading-repeat::after {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f01e";
}
.block.block-mode-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1035;
  margin-bottom: 0;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}
.block.block-mode-fullscreen.block-bordered {
  border: none;
}
.block.block-mode-fullscreen.block-rounded {
  border-radius: 0;
}
.block.block-mode-fullscreen.block-transparent {
  background-color: #fff;
}
.block.block-mode-pinned {
  position: fixed;
  right: 0.75rem;
  bottom: 0;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 300px;
  z-index: 1031;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.block.block-mode-pinned:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.block.block-mode-pinned > .block-content {
  max-height: 250px;
  overflow-y: auto;
}
@media (min-width: 576px) {
  .block.block-mode-pinned {
    max-width: 400px;
  }
}

a.block {
  display: block;
  color: #2c3034;
  font-weight: normal;
  transition: all 0.12s ease-out;
}
a.block:hover {
  color: #2c3034;
  opacity: 0.65;
}
a.block:active {
  opacity: 1;
}
a.block.block-link-rotate:hover {
  transform: rotate(1deg);
  opacity: 1;
}
a.block.block-link-rotate:active {
  transform: rotate(0deg);
}
a.block.block-link-pop:hover {
  box-shadow: 0 0.125rem 2rem #d8dde5;
  transform: translateY(-3px);
  opacity: 1;
}
a.block.block-link-pop:active {
  box-shadow: 0 0.125rem 0.75rem #edeff3;
  transform: translateY(0);
}
a.block.block-link-shadow:hover {
  box-shadow: 0 0 2.125rem #d8dde5;
  opacity: 1;
}
a.block.block-link-shadow:active {
  box-shadow: 0 0 0.75rem #e4e7ed;
}

.block.block-fx-rotate {
  transform: rotate(1deg);
  opacity: 1;
}
.block.block-fx-pop {
  box-shadow: 0 0.125rem 1rem #d8dde5;
  transform: translateY(-3px);
  opacity: 1;
}
.block.block-fx-shadow {
  box-shadow: 0 0 2.125rem #d8dde5;
  opacity: 1;
}

.block-options {
  flex: 0 0 auto;
  padding-left: 1.625rem;
}
.block-options .block-options-item {
  padding: 0 0.25rem;
  line-height: 1.2;
}
.block.block-themed > .block-header .block-options .block-options-item {
  color: #fff;
}
.block-options .block-options-item,
.block-options .dropdown {
  display: inline-block;
}

.block-sticky-options {
  position: relative;
}
.block-sticky-options .block-options {
  position: absolute;
  top: 0.875rem;
  right: 1.625rem;
}
.block-sticky-options .block-options.block-options-left {
  right: auto;
  left: 1.625rem;
  padding-right: 0.75rem;
  padding-left: 0;
}