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

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

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

.button-loading.btn-fill-out {
    border: 1px solid var(--color-primary);
    color: transparent !important
}

.button-loading.btn-fill-out:before {
    background-color: transparent;
    border-color: var(--color-primary);
    border-bottom-color: transparent;
    width: 18px
}

.button-loading.btn-fill-out:after {
    display: none
}

.required:after {
    color: red;
    content: " *"
}

@keyframes button-loading-spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

#alert-container {
    position: fixed;
    right: 5px;
    top: 100px;
    z-index: 9999999
}

#alert-container .alert {
    box-shadow: 0 4px 10px 0 rgba(3, 3, 3, .1);
    font-weight: 400;
    margin-bottom: 10px;
    max-width: 450px !important;
    min-height: 45px !important;
    padding: 15px 40px 15px 60px;
    position: relative
}

#alert-container .alert.alert-success {
    background-color: #bff9d0;
    color: #299c77
}

#alert-container .alert .message-icon {
    fill: #299c77;
    stroke: #299c77;
    font-size: 20px;
    left: 5%;
    position: absolute;
    top: 30%
}

#alert-container .alert.alert-dismissible .close {
    font-size: 10px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 20px
}

body.show-admin-bar #alert-container {
    top: 140px
}

body.show-admin-bar #sidebar-wrapper,
body.show-admin-bar .header-sticky.sticky-bar {
    top: 40px
}

.language-wrapper {
    margin-left: 15px
}

.language-wrapper .language_bar_chooser {
    display: block;
    float: right;
    line-height: 58px;
    text-align: center;
    width: 160px
}

.language-wrapper .language_bar_chooser li {
    display: inline-block;
    float: left;
    margin-left: 5px
}

.language-wrapper .language_bar_chooser.dropdown-menu {
    border-radius: 0 !important;
    display: none
}

.language-wrapper .language_bar_chooser.dropdown-menu li {
    display: block;
    margin: 0;
    width: 100%
}

.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 {
    background: none;
    border: none;
    border-radius: 0 !important;
    height: 40px;
    margin-bottom: 0
}

.language-wrapper .language_bar_list li {
    display: inline-block;
    margin-left: 5px
}

.language-wrapper .language_bar_list li a {
    font-size: 12px;
    text-align: left
}

.language-wrapper .language_bar_list li a span {
    color: var(--color-muted)
}

.language-wrapper .language_bar_list li a img {
    float: left;
    margin-right: 8px;
    margin-top: 2px;
    width: 20px
}

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

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

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

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

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

@keyframes half-circle-spinner-animation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.sidebar-inner {
    width: 100%
}

.sidebar-inner .sidebar-inner-loading {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%
}

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

.widget_categories ul.font-small li a {
    padding: 0;
    text-align: left
}

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

.header-select-language {
    background: #f1f2f3;
    font-size: 13px;
    padding: 10px 0
}

.header-select-language .language-wrapper {
    align-items: center;
    display: flex !important;
    margin-left: 0
}

.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 {
    list-style: disc;
    margin-bottom: 25px;
    padding-left: 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,
.single-content article.entry-wraper ol li {
    list-style: decimal
}

.single-content article.entry-wraper table {
    background-color: transparent;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
    margin-bottom: 1rem;
    max-width: 100%;
    width: 100%
}

.single-content article.entry-wraper table caption {
    caption-side: top;
    color: #6c757d;
    font-size: 90%;
    font-weight: 500;
    padding: 10px 0;
    text-align: center
}

.single-content article.entry-wraper table th {
    border: solid #dee2e6;
    border-width: 1px 1px 2px;
    padding: .75rem;
    vertical-align: bottom
}

.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 {
    border: solid #ccc;
    border-width: 0 0 0 5px;
    font-style: italic;
    margin: 0 0 1rem;
    padding: 2px 8px 2px 20px
}

.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: .9rem
}

.single-content article.entry-wraper .wp-block-gallery {
    margin: 0;
    padding: 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;
    margin: 0;
    padding: 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 {
    margin-right: 16px;
    width: calc(33.33333% - 10.66667px)
}

.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 {
    bottom: 100px
}

.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;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    padding: 0
}

.language-wrapper .dropdown-menu.language_bar_chooser {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    color: var(--color-muted) !important;
    display: none;
    font-size: 12px;
    line-height: 1;
    list-style: none;
    margin: .125rem 0 0;
    min-width: 10rem;
    padding: 0;
    text-align: left;
    z-index: 1000
}

.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-left: 15px;
    margin-right: 15px
}

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

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

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

.post-thumb-80 {
    overflow: hidden;
    width: 80px
}

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

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

.icon-tiktok {
    background-size: 100% !important;
    background: url(../images/icon-tiktok.svg) no-repeat 50%
}

.icon-discord,
.icon-tiktok {
    display: inline-block;
    height: 15px;
    vertical-align: middle;
    width: 15px
}

.icon-discord {
    background-size: 100% !important;
    background: url(../images/icon-discord.svg) no-repeat 50%
}

