.button-loading {
  border: 1px solid #c4cdd5;
  cursor: default;
  text-shadow: none;
  color: transparent !important;
  position: relative;
  transition: border-color 0.2s ease-out;
}

.button-loading, .button-loading:hover, .button-loading:focus, .button-loading:active {
  color: transparent;
}

.button-loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  animation: button-loading-spinner 1s linear infinite;
  border-color: #ffffff;
  border-bottom-color: transparent;
}

.button-loading.btn-fill-out {
  color: transparent !important;
  border: 1px solid var(--color-primary);
}
.button-loading.btn-fill-out:before {
  width: 18px;
  background-color: transparent;
  border-color: var(--color-primary);
  border-bottom-color: transparent;
}
.button-loading.btn-fill-out:after {
  display: none;
}

.required:after {
  content: " *";
  color: red;
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#alert-container {
  top: 100px;
  right: 5px;
  position: fixed;
  z-index: 9999999;
}
#alert-container .alert {
  max-width: 450px !important;
  min-height: 45px !important;
  font-weight: 400;
  position: relative;
  padding: 15px 40px 15px 60px;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
}
#alert-container .alert.alert-success {
  color: #299c77;
  background-color: #bff9d0;
}
#alert-container .alert .message-icon {
  position: absolute;
  left: 5%;
  top: 30%;
  font-size: 20px;
  fill: #299c77;
  stroke: #299c77;
}
#alert-container .alert.alert-dismissible .close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 10px;
  padding: 0;
}

body.show-admin-bar #alert-container {
  top: 140px;
}
body.show-admin-bar .header-sticky.sticky-bar {
  top: 40px;
}
body.show-admin-bar #sidebar-wrapper {
  top: 40px;
}

.language-wrapper {
  margin-left: 15px;
}
.language-wrapper .language_bar_chooser {
  display: block;
  float: right;
  width: 160px;
  line-height: 58px;
  text-align: center;
}
.language-wrapper .language_bar_chooser li {
  display: inline-block;
  float: left;
  margin-left: 5px;
}
.language-wrapper .language_bar_chooser.dropdown-menu {
  display: none;
  border-radius: 0 !important;
}
.language-wrapper .language_bar_chooser.dropdown-menu li {
  width: 100%;
  margin: 0;
  display: block;
}
.language-wrapper .language_bar_chooser.dropdown-menu li a {
  display: block !important;
  margin-right: 0 !important;
}
.language-wrapper .dropdown.open .language_bar_chooser.dropdown-menu {
  display: block;
}
.language-wrapper .btn {
  border: none;
  background: none;
  margin-bottom: 0;
  height: 40px;
  border-radius: 0 !important;
}
.language-wrapper .language_bar_list li {
  display: inline-block;
  margin-left: 5px;
}
.language-wrapper .language_bar_list li a {
  text-align: left;
  font-size: 12px;
}
.language-wrapper .language_bar_list li a span {
  color: var(--color-muted);
}
.language-wrapper .language_bar_list li a img {
  margin-right: 8px;
  margin-top: 2px;
  width: 20px;
}

.half-circle-spinner, .half-circle-spinner * {
  box-sizing: border-box;
}

.half-circle-spinner {
  width: 30px;
  height: 30px;
  margin: 20px auto;
  border-radius: 100%;
  position: relative;
}

.half-circle-spinner .circle {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  background: none;
  box-shadow: none;
  margin: 0;
}

.half-circle-spinner .circle.circle-1 {
  border-top-color: var(--color-primary);
  animation: half-circle-spinner-animation 1s infinite;
}

.half-circle-spinner .circle.circle-2 {
  border-bottom-color: var(--color-primary);
  animation: half-circle-spinner-animation 1s infinite alternate;
}

@keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sidebar-inner {
  width: 100%;
}
.sidebar-inner .sidebar-inner-loading {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

.widget_categories ul.font-small li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  display: table;
  width: 100%;
  padding: 8px 0;
}
.widget_categories ul.font-small li a {
  text-align: left;
  padding: 0;
}

.main-menu .current-menu-item a {
  color: var(--color-primary);
}

.header-select-language {
  background: #f1f2f3;
  padding: 10px 0;
  font-size: 13px;
}
.header-select-language .language-wrapper {
  margin-left: 0;
  display: flex !important;
  align-items: center;
}
.header-select-language .language-wrapper > span {
  display: inline-block;
  margin-right: 5px;
}
.header-select-language .language-wrapper .language_bar_list {
  display: inline-block;
}

.header-top .logo {
  max-height: 50px;
}

.single-content article.entry-wraper ol, .single-content article.entry-wraper ul {
  padding-left: 25px;
  list-style: disc;
  margin-bottom: 25px;
}
.single-content article.entry-wraper ol li, .single-content article.entry-wraper ul li {
  font-weight: 400;
  list-style: disc;
}
.single-content article.entry-wraper ol {
  list-style: decimal;
}
.single-content article.entry-wraper ol li {
  list-style: decimal;
}
.single-content article.entry-wraper table {
  border: 1px solid #dee2e6;
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
  max-width: 100%;
}
.single-content article.entry-wraper table caption {
  font-size: 90%;
  padding: 10px 0;
  text-align: center;
  color: #6c757d;
  font-weight: 500;
  caption-side: top;
}
.single-content article.entry-wraper table th {
  vertical-align: bottom;
  padding: 0.75rem;
  border: 1px solid #dee2e6;
  border-bottom-width: 2px;
}
.single-content article.entry-wraper table td {
  border: 1px solid #dee2e6;
}
.single-content article.entry-wraper table tbody tr th {
  border-bottom-width: 1px;
}
.single-content article.entry-wraper table blockquote {
  margin: 0 0 1rem;
  padding: 2px 8px 2px 20px;
  border-width: 0;
  border-left-width: 5px;
  font-style: italic;
  border-style: solid;
  border-color: #ccc;
}
.single-content article.entry-wraper table blockquote p {
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 0;
}
.single-content article.entry-wraper h2 {
  font-size: 1.75rem;
}
.single-content article.entry-wraper h3 {
  font-size: 1.5rem;
}
.single-content article.entry-wraper h4 {
  font-size: 1.25rem;
}
.single-content article.entry-wraper h5 {
  font-size: 1rem;
}
.single-content article.entry-wraper h6 {
  font-size: 0.9rem;
}
.single-content article.entry-wraper .wp-block-gallery {
  padding: 0;
  margin: 0;
}
.single-content article.entry-wraper .wp-block-gallery li {
  list-style: none !important;
}
.single-content article.entry-wraper .wp-block-gallery ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.single-content article.entry-wraper .wp-block-gallery ul img {
  border-radius: 5px;
}
.single-content article.entry-wraper .wp-block-gallery.columns-3 ul li {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.single-content article.entry-wraper .wp-block-gallery.columns-3 ul li:nth-of-type(3n) {
  margin-right: 0;
}

.single-content article.entry-wraper .single-more-articles ul {
  list-style: none;
  padding-left: 0;
}
.single-content article.entry-wraper .single-more-articles ul li {
  list-style: none;
}

.pagination-area .pagination {
  flex-wrap: wrap;
}

.pagination-area .page-item {
  margin-bottom: 10px;
}

#scrollUp {
  margin-right: 0;
}

.mobile_menu {
  position: absolute;
  right: 10px;
  width: 96%;
  z-index: 99;
}

.offcanvas-sidebar .off-canvas-close {
  right: 20px;
  top: 20px;
}

.language-wrapper .dropdown-toggle::after {
  display: none;
}
.language-wrapper .btn-select-language {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--color-muted) !important;
  padding: 0;
  font-size: 12px;
  height: auto;
  font-weight: normal;
}
.language-wrapper .dropdown-menu.language_bar_chooser {
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0;
  margin: 0.125rem 0 0;
  font-size: 12px;
  color: var(--color-muted) !important;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 1;
}
.language-wrapper .dropdown-menu li img {
  margin: 0 10px;
}
.language-wrapper .dropdown-menu li a {
  padding: 10px 0;
}

.scroll-progress {
  background: var(--color-primary) !important;
}

.carousel-slider {
  margin: 0 -15px;
}
.carousel-slider .carousel-slider-item {
  margin-right: 15px;
  margin-left: 15px;
}

.menu-icon-image {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 1px;
}

.entry-meta.meta-2 .author-name {
  margin-top: 3px;
}

.single-content article.entry-wraper ul.pagination li {
  list-style: none;
}

.post-thumb-80 {
  width: 80px;
  overflow: hidden;
}
.post-thumb-80 img {
  width: auto;
  height: 80px;
  max-width: none;
}

.entry-main-content .ck-content blockquote:before {
  display: none;
}

.icon-tiktok {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: 100% !important;
  background: url(../images/icon-tiktok.svg) no-repeat center center;
  vertical-align: middle;
}

.icon-discord {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: 100% !important;
  background: url(../images/icon-discord.svg) no-repeat center center;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  h3.post-title {
    font-size: 1.25rem;
  }
  .post-content-overlay .entry-meta span.post-cat {
    color: #fff !important;
  }
  .post-card-content {
    min-height: 48px;
  }
  .author-bio {
    display: block;
  }
  .author-bio .author-image {
    text-align: center;
    margin: 20px auto;
  }
}
.featured-slider-2-items .post-thumb .thumb-overlay, .featured-slider-3-items .post-thumb .thumb-overlay {
  background-repeat: no-repeat;
  background-size: cover;
}

.single-content article.entry-wraper h4.fob-comment-item-author {
  font-size: 14px;
}

.header-social-network li a svg.icon, .social-share li a svg.icon {
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-top: 4px;
}

.social-share {
  list-style: none !important;
  margin: 0 !important;
}
.social-share li {
  list-style: none !important;
}
.social-share li.list-inline-item:not(:last-child) {
  margin-right: 0;
}
.social-share li.list-inline-item:last-child {
  margin-right: 10px;
}

figure .social-share:hover li:nth-child(1), .post-thumb .social-share:hover li:nth-child(1) {
  margin: 0;
}

.main-menu li a svg {
  width: 18px;
  height: 18px;
  vertical-align: top;
}

.me-1 {
  margin-inline-end: 4px;
}
