/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* Скрываем мобильное меню по умолчанию */
.offcanvas-mobile-menu {
  display: none !important;
}

/* Скрываем десктопное меню на маленьких экранах */
@media (max-width: 1300px) {
  .offcanvas-mobile-menu {
    display: block !important;
  }
  .black_nav_menu {
    display: none !important;
  }
  .blue_header_right{
    display: none !important;
  }
  .black_header span {
    font-size: 7px; /* размер для телефонов/планшетов */
  }
}

/* Скрываем мобильное меню на больших экранах */
@media (min-width: 1301px) {
  .offcanvas-mobile-menu {
    display: none !important;
  }
  .black_nav_menu {
    display: block !important;
  }
  .blue_header_right{
    display: block !important;
  }
}

#image-rotation {
  height: 355px;
  background-position: center center;
  background-size: cover;
  transition: background-image 1s ease-in-out;
  will-change: background-position;
}

/* Адаптивная высота */
@media (max-width: 1200px) {
  #image-rotation {
    height: 300px;
  }
}

@media (max-width: 992px) {
  #image-rotation {
    height: 250px;
  }
}

@media (max-width: 768px) {
  #image-rotation {
    height: 200px;
  }
}

@media (max-width: 576px) {
  #image-rotation {
    height: 150px;
  }
}

.standard-logo{
    position: absolute;
    top: 4px;
    left: 45px;
    z-index: 1;
}

.btn-small{
	padding: 4px 8px!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: unset !important;
	background-color: unset !important;
	border: unset !important;
}

#page-title {
	padding: 10px 0 !important;
}

/* Анимации для удаления */
.app-entry {
    transition: all 0.3s ease;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin: 20px 0;
    padding: 10px;
    border-left: 5px solid #888;
}

.app-entry.backhome {
    background: #eef7ff;
    border-left-color: #2b90d9;
}

.toast {
  position: fixed;
  top: 20px;
  right: -320px;
  background: #333;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px 0 0 8px;
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: right 0.3s ease;
  z-index: 9999;
  max-width: 300px;
  white-space: pre-line;
}

.toast-success {
  background: #28a745;
}

.toast-error {
  background: #dc3545;
}

.toast-info {
  background: #007bff;
}

.toast.show {
  right: 0;
}

/* Иконка загрузки */
.fa-spinner {
    margin-right: 8px;
}

.layoutLogo{
    margin-left:-17rem;
    margin-bottom: -45px;
    position: relative;
    z-index: 1;
}

.layoutHeader{
    margin-left: 2rem;
}

.sidebarScroll{
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox 64 */
}

.sidebarScroll::-webkit-scrollbar{
    display:none;
    scrollbar-width: none; /* Firefox 64 */
}

.aside-menu .menu-nav > .menu-section{
    margin: 10px 0 0 0;
}

.btnDatatables{
    position: relative;
    z-index:1;
}

.header-fixed.subheader-fixed .subheader{
    top:0;
}

.header-fixed.subheader-fixed.subheader-enabled .wrapper{
    padding-top:65px;
}

@media only screen and (max-width: 1920px) {
    .layoutLogo {
        margin-left:-17rem;
    }
}

@media only screen and (max-width: 1700px) {
    .layoutLogo {
        margin-left:-5rem;
    }
}

@media only screen and (max-width: 1260px) {
    .layoutLogo {
        margin-left:-2rem;
    }
}

@media only screen and (max-width: 990px) {
    .layoutHeader{
        margin-left: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .layoutLogo {
        margin-left:0rem;
        margin-bottom: unset;
        position: unset;
        z-index: unset;
    }
    .layoutHeader{
        margin-left: 0rem;
    }
    #page-title span{
        margin-top:0px;
    }
}

.textareaAvailability {
    white-space: pre-line;
}

.no-padding {
    padding: 0 !important;
}

label, input {
  font-family: 'Montserrat', sans-serif;
}

.app-entry {
    margin: 20px 0;
    padding: 10px;
    border-left: 5px solid #888;
}

.app-entry.backhome {
    background: #eef7ff;
    border-left-color: #2b90d9;
}
.blue_header {
    background: #0f2940;
    color: #ffffff;
    height: 47px;
    display: flex;
    align-items: center;    /* центровка по вертикали */
    justify-content: space-between; /* логотип слева, user справа */
    padding: 0 15px;
}

#top-cart {
    display: flex;
    align-items: center;  /* центрируем по вертикали */
}

.blue_header_logo {
    width: 30px;
}

.blue_header_logo_text {
    vertical-align: middle !important;
    font-size: 18px !important;
    font-weight: 300;
    font-family: 'Oswald', sans-serif !important;
    color: white;
}
.blue_header_nav_text {
    font-size: 18px !important;
    font-weight: 300;
    font-family: 'Oswald', sans-serif !important;
    color: white;
    line-height: normal;
    display: flex;
    align-items: center;
}
.black_header {
    display: block;
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    height: 18px;
    position: relative;
    box-sizing: content-box;
}

.red_header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: visible;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
    filter: alpha(opacity = 100);
    -moz-opacity: 1;
    opacity: 1;
    text-align: center;
    padding: 20px 0 40px 0;
    background: #ba1515;
    color: white;
    font-family: 'Oswald', sans-serif !important;
}

.red_header_top_text {
    letter-spacing: 4px;
    font-size: 13px;
    margin-bottom: 0;
}

.red_header_bottom_text {
    font-size: 45px;
    letter-spacing: 5px;
    margin-bottom: 0;
}

.black_nav_menu {
    display: block;
    float: none;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 100%;
    background-color: #353333;
    height: 56px;
    -webkit-box-shadow: 0 1px 3px 1px rgba(50,50,50,0.25);
    -moz-box-shadow: 0 1px 3px 1px rgba(50, 50, 50, 0.25);
    box-shadow: 0 1px 2px 1px rgba(50,50,50,0.35);
    position: relative;
    top: 0;
}

.black_nav_menu_end {
    display: block;
    float: none;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 100%;
    background-color: #353333;
    height: 5px;
    -webkit-box-shadow: 0 1px 3px 1px rgba(50,50,50,0.25);
    -moz-box-shadow: 0 1px 3px 1px rgba(50, 50, 50, 0.25);
    box-shadow: 0 1px 2px 1px rgba(50,50,50,0.35);
    position: relative;
    top: 0;
}


#navright {
    padding: 0;
    float: right;
    margin-right: 220px !important;
}

#navleft {
    padding: 0;
    float: left;
    margin-left: 179px !important;
}
#access {
    display: block;
    float: none;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 100%;
    background-color: #353333;
    height: 56px;
    -webkit-box-shadow: 0 1px 3px 1px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0 1px 3px 1px rgba(50, 50, 50, 0.25);
    box-shadow: 0 1px 2px 1px rgba(50, 50, 50, 0.35);
    position: relative;
    top: 0;
}

#access div {
    margin: 0;
}

.newsticker #access {
    top: 217px;
}

#access ul {
    list-style: none;
    margin: 0 0 0 -0.8125em;
    padding-left: 0;
}

#access li {
    float: left;
    position: relative;
    display: inline-block;
    margin: 0;
}

#access li ul li {
    float: left;
    display: block;
    width: 100%;
    padding: 0 !important;
    margin-bottom: -4px;
}

#access a,
#access li.menu-item>span {
    color: #ffffff;
    display: block;
    line-height: 38px;
    padding: 9px 14px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
}

#access li.menu-item>span {
    cursor: pointer;
}

#access a span {
    text-transform: lowercase;
}

#access ul ul.left {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: right;
    margin: 0;
    position: absolute;
    width: 350px;
    z-index: 99999;
    left: 0;
    background-color: #ffffff;
    white-space: nowrap;
    padding: 10px;
}

#access ul ul.right {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: right;
    margin: 0;
    position: absolute;
    width: 200px;
    z-index: 99999;
    left: 0;
    background-color: #ffffff;
    white-space: nowrap;
    padding: 10px;
}

#access ul ul.about {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    margin: 0;
    position: absolute;
    width: 460px;
    z-index: 99999;
    right: 0;
    background-color: #ffffff;
    padding: 10px;
}

#access ul ul.safety {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    margin: 0;
    position: absolute;
    width: 210px;
    z-index: 99999;
    right: 0;
    background-color: #ffffff;
    padding: 10px;
}

#access ul ul.fire-prevention {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: right;
    margin: 0;
    position: absolute;
    width: 460px;
    z-index: 99999;
    left: 0;
    background-color: #ffffff;
    white-space: nowrap;
    padding: 10px;
}

#access ul ul ul {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    margin: -10px 0 15px !important;
    position: relative;
    width: 100%;
    z-index: 99999;
    right: 0;
}

#access ul>li>ul>div>li {
    margin: 0 0 1px 0 !important;
    font-size: 12px !important;
}

#access ul>li>ul>div>li>a {
    margin: 0 0 4px 0 !important;
    font-size: 12px !important;
}

#access ul>li>ul>li {
    margin: 0 0 1px 0 !important;
    font-size: 12px !important;
}

#access ul>li>ul>li>ul>li {
    margin: 0 !important;
}

#access ul ul ul {
    display: block;
}

#access ul ul a {
    color: #ad0e0e;
    height: auto;
    line-height: 1.4em;
    padding: 10px 10px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    white-space: normal;
    margin: 0 0 4px 0;
}

#access ul ul ul a {
    color: #ad0e0e;
    font-size: 11px;
    height: auto;
    line-height: 1em;
    padding: 6px 10px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
}

#access ul.sub-menu li:hover>a,
#access ul.sub-menu a:focus {
    color: #000000;
    background-color: #efefef;
}

#access li:hover>a,
#access a:focus,
#access li.menu-item:hover>span,
#access li.menu-item:focus>span,
#access li.menu-item>span:focus {
    color: #ad0e0e;
    background-color: #ffffff;
}

#access ul li:hover>ul {
    display: block;
}

#access .current-menu-item>a,
#access .current-menu-ancestor>a,
#access .current_page_item>a,
#access .current>a,
#access a.active {
    color: #fefe90;
}

#access .sub-menu {
    margin: -5px 0 15px 0 !important;
    float: left !important;
    width: 100%;
}

#access .sub-menu .current>a,
#access .sub-menu a.active {
    color: #000000;
}

#access ul ul li ul {
    display: block !important;
    box-shadow: none !important;
    float: none !important;
    width: auto !important;
    position: relative !important;
    padding: 0 !important;
}

#access ul ul li ul a {
    padding: 3px 10px;
    line-height: 1.4em;
    margin: 0;
    white-space: normal;
    font-weight: normal;
}

.col-1 {
    width: 50%;
    float: left;
}

.col-2 {
    width: 50%;
    float: right;
}

.fixed-inner {
    max-width: 1285px !important;
    margin: 0 auto !important;
    position: relative;
    z-index: 999;
}

.fixed-header nav a,
.fixed-header nav li>span {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.navbar_logo {
    width: 150px;
    display: inline-block;
    margin-top: -3% !important;
    margin-left: 2% !important;
}

.navbar_logo a {
    background: transparent !important;
    color: unset !important;
    display: unset !important;
    line-height: unset !important;
    padding: unset !important;
    text-decoration: unset !important;
    text-transform: unset !important;
    letter-spacing: unset !important;
}

.iframe_fb {
    height: 350px;
    width: 100%;
}

.discord_image {
    width: 30px;
}

body {
    overflow-x: hidden;
}

.top-cart-content {
    z-index: 9999;
}


.facebrowser_header {
    height:100px;
    background: #353333;
    color: #fff;
    padding: 20px 0 30px 0;
}

h2.gothbutton {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    font-style: normal;
    color: #ffffff;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 14px;
    background-color: #353333;
    border: 2px solid #ffffff;
    cursor: pointer;
    letter-spacing: 0.00012em;
    width: 300px;
    white-space: nowrap;
    text-transform: uppercase;
}

h2.gothbutton:hover {
    background-color: #c4c4c4;
}

h2.gothbutton a {
    color: white;
}

.dark #footer,
#footer.dark {
	color: rgba(255,255,255,0.75);
	background-color: #282828;
	border-top-color: rgba(255,255,255,0.15);
}

.dark .footer-widgets-wrap a {
	color: rgba(255,255,255,0.75);
}

.dark .footer-widgets-wrap a:hover {
	color: rgba(255,255,255,0.85);
}

.dark #footer .social-icon.si-borderless,
#footer.dark .social-icon.si-borderless {
	color: rgba(255,255,255,0.5) !important;
}

.dark #copyrights,
#copyrights.dark {
	color: rgba(255,255,255,0.4);
	background-color: rgba(0,0,0,0.2);
}

.dark .copyright-links a {
	color: rgba(255,255,255,0.4);
	border-bottom-color: rgba(255,255,255,0.65);
}

.dark .copyright-links a:hover {
	color: rgba(255,255,255,0.6);
	border-bottom-color: rgba(255,255,255,0.7);
}

.dark .sidebar-widgets-wrap .widget {
	border-top-color: rgba(255,255,255,0.15);
}

.dark .tagcloud a {
	border-color: rgba(255,255,255,0.15);
	color: rgba(255,255,255,0.6);
}

.dark .modal-footer { border-top-color: rgba(255,255,255,0.15); }

h1.page-title {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-style: normal;
    font-size: 50px;
    color: #c41b1b;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    line-height: 1.1em;
    margin: 0 0 20px 0;
}

.notif-badge {
    background: green;
    color: white;
    border-radius: 50%;
    width: 15px;       /* фиксированная ширина */
    height: 15px;      /* фиксированная высота */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top: -8px;
    left: 3px;
}

.mobile-notif-badge {
    background: green;
    color: white;
    border-radius: 50%;
    width: 12px;       /* фиксированная ширина */
    height: 12px;      /* фиксированная высота */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top: -8px;
    left: 3px;
}

.news-title {
    font-size:20px;
}

.view-news-list .news-date-category-wrapper time {
    margin-right: 20px;
    font-size: 14px;
    font-weight: 300;
}

.news-date-category-wrapper {
    font-size: 14px;
    font-weight: normal;
}

.news-title a {
    text-decoration: none;
    font-weight: 500;
    color: #c41b1b;
}

.news-title a:hover {
    text-decoration: underline !important;
}

.fire_foundation_item {
    width: 250px;
    height: 250px;
    display: block;
}

tr {
    transition: all 0.3s ease;
}

.jobs-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.jobs-grid {
    display: grid;
    grid-template-columns: repeat(2, 260px);
    gap: 25px 40px;
    justify-content: center;
}
.job-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.16);
}
.job-card a {
    font-size: 18px;
    font-weight: 600;
    color: #0056a6;
    text-decoration: none;
}
.job-card a:hover {
    text-decoration: underline;
}
.status {
    display: inline-block;
    margin-top: 10px;
    padding: 4px 12px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
}

.status.open {
    background: #e6f4ea;
    color: #1e7e34;
    border: 1px solid #b7dfb9;
}

.status.closed {
    background: #fdecea;
    color: #c82333;
    border: 1px solid #f5c6cb;
}

.jobs-grid .job-card.bh {
    grid-column: 1 / -1;
    justify-self: center;
    width: 260px;
}

/* Адаптив для мобильных устройств */
@media (max-width: 600px) {
    .jobs-grid {
        grid-template-columns: 1fr; /* одна карточка в ряд */
        gap: 20px; /* уменьшаем отступы */
    }

    .jobs-grid .job-card.bh {
        grid-column: auto; /* убираем центрирование по колонкам, чтобы карточка тоже в одной колонке */
        justify-self: center;
        width: 100%; /* карточка занимает всю ширину */
    }
}

.status-msg {
    display: inline-block;
    min-width: 100px;
}

.text-huge {
    font-size: 1.8em;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-style: normal;
    color: #c41b1b;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    line-height: 1.1em;
    margin: 0 0 20px 0;
}

.text-big {
    font-size: 1.5em;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    line-height: 0em;
    margin: 0 0 20px 0;
}

#top-cart .top-cart-content {
    position: absolute;
    padding: 12px 14px;
    font-family: "Segoe UI", "Roboto", sans-serif;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}

#top-cart:focus-within .top-cart-content,
#cart-toggle:checked~.top-cart-content {
    opacity: 1;
    visibility: visible;
}

.cart-trigger {
    cursor: pointer;
    display: inline-block;
}

.cart-trigger a {
    color: inherit;
    text-decoration: none;
}

#top-cart .top-cart-title h4 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

#top-cart .form-control-sm {
    font-size: 13px;
    padding: 6px 10px;
}

#top-cart .btn-sm {
    font-size: 13px;
    padding: 6px 12px;
}

#login-error {
    font-size: 12px;
}

.ck .ck-powered-by {
    display: none;
}

.ck-reset_all :not(.ck-reset_all-excluded *), .ck.ck-reset, .ck.ck-reset_all {
    border-radius: 0 !important;
}

.f-store-item {
    line-height: 35px;
}

.f-store-trash {
    cursor: pointer;
    line-height: 38px !important;
}

.f-store-image-checkout {
    width: 75px;
}

:root {
    --ck-z-default: 100;
    --ck-z-panel: calc( var(--ck-z-default) + 999 );
}

.ck-rounded-corners .ck.ck-balloon-panel, .ck.ck-balloon-panel.ck-rounded-corners {
    z-index: 9999;
}


@media only screen and (max-width: 1300px) {
    .red_header_top_text {
        display: none;
    }
    .red_header_bottom_text {
        font-size: 25px;
    }
    .red_header {
        padding: 20px 0 20px 0;
    }

}

@media only screen and (max-width: 1300px) {
    .toggle_mobile_navbar {
        display: block !important;
    }
    .header-misc {
        display: none !important;
    }
}

.toggle_mobile_navbar {
    position: absolute;
    right: 0;
    top: 11px;
}

#footer {
    margin-top: 0 !important;
}

.toggle_mobile_navbar {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-right: 10px;
    display: none;
}

.navi .navi-item {
    background-color: transparent;
    color: grey;
}

.offcanvas-mobile-menu {
    width: 350px !important;
    padding: unset;
    background: #232222 !important;
}

.sidebar-container {
    background-color: #232222;
    box-shadow: 3em 0 1.4em 0.1em rgba(0, 0, 0, 0.5) inset !important;
    height: 100%;
    overflow-y: auto !important;
    padding-top: 0;
    top: 85px;
    right: 0;
}

.sidebar-nav,
.sidebar-nav * {
    box-sizing: border-box;
}

.sidebar-nav *,
.sidebar-nav li,
.sidebar-nav div {
    outline: 0 none;
}

.sidebar-nav li,
.sidebar-nav li.collapsed,
.sidebar-nav li.expanded {
    list-style: none outside none;
}

.sidebar-nav li:hover {
    cursor: pointer;
}

.sidebar-nav ul,
.sidebar-nav li {
    margin-left: 0;
    max-width: 110% !important;
    padding-left: 0 !important;
}

.sidebar-nav ul {
    margin-top: 0;
    margin-left: 0;
    max-width: 110% !important;
    padding-left: 0 !important;
    margin-bottom: 0;
}

.sidebar-nav li {
    border-bottom: 1px solid #111111;
    border-top: 1px solid #333333;
    line-height: 1 !important;
    list-style: none outside none;
    padding: 13px 0 13px 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.sidebar-nav li a,
.sidebar-nav li span {
    text-transform: uppercase;
    font: 400 16px/1 Helvetica, Arial, Georgia, Time !important;
    text-decoration: none;
    text-shadow: 0 1px 0 #000000;
    color: #999999;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:focus,
.sidebar-nav li span:hover,
.sidebar-nav li span:focus {
    text-decoration: none;
    color: #eeeeee !important;
}

.sidebar-nav li:hover {
    background-color: #252525;
    cursor: pointer;
}

.sidebar-nav li:hover > a,.sidebar-nav li:hover > span {
    color: #eeeeee !important;
}

.sidebar-nav li a:focus,.sidebar-nav li span:focus {
    color: #eeeeee !important;
}


.img-left {
    float: left;
    margin: 0 15px 10px 0;
    width: 200px;
    text-align: center;
    font-size: 12px;
    color: #555;
}

.img-left img {
    width: 100%;
    border: 1px solid #ccc;
    display: block;
}

.img-left figcaption {
    margin-top: 5px;
}

.sidebar-nav .sidebar-image img {
    margin-bottom: 20px;
    margin-top: 20px;
    max-width: 65%;
}

.sidebar-nav ul.sub-menu li ul.sub-menu {
    margin-top: 16px;
}

.sidebar-nav ul.sub-menu li ul.sub-menu li {
    margin-left: 16px;
    padding-right: 23px;
    width: 265px;
}

.sidebar-nav ul.sub-menu li.expanded {
    margin-bottom: -1px;
    padding-bottom: 0;
}

.sidebar-nav ul.sub-menu li ul.sub-menu li a,.sidebar-nav ul.sub-menu li ul.sub-menu li span {
    font-size: 14px !important;
    display: block;
    text-transform: uppercase;
}

.sidebar-nav ul.sub-menu li ul.sub-menu li a.is-active {
    font-weight: normal;
    color: #eaeaea !important;
;}

.sidebar-nav > ul.sub-menu > li.expanded::after {
    content: '\2013';
    position: absolute;
    top: 11px;
    left: 248px;
    color: #cccccc;
    font: 400 18px/1 Helvetica,Arial,Georgia,Time !important;
}

.sidebar-nav > ul.sub-menu > li.collapsed::after {
    content: '+';
    position: absolute;
    top: 11px;
    left: 248px;
    color: #cccccc;
    font: 400 22px/1 Helvetica,Arial,Georgia,Time !important;
    cursor: pointer;
}

.sidebar-nav > ul.sub-menu > li.collapsed ul {
    display: none;
}

.sidebar-nav ul.sub-menu li a,.sidebar-nav ul.sub-menu li span {
    position: relative;
    padding: 0 10px 0 30px;
}

.offcanvas-body .sidebar-nav .sub-menu .mobile-notif-badge {
                display: inline-flex !important;
                justify-content: center !important;
                align-items: center !important;
                min-width: 20px !important;
                width: 20px !important;
                height: 20px !important;
                border-radius: 50% !important;
                background-color: #ba1515 !important;
                color: white !important;
                font-size: 12px !important;
                font-weight: bold !important;
                text-align: center !important;
                line-height: 1 !important;
                padding: 0 !important;
                margin-left: 5px !important;
            }


@media screen and (max-width:960px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }
    .row-offcanvas-right {
        right: 0;
    }
    .row-offcanvas-right .sidebar-offcanvas {
        right: -280px;
    }
    .row-offcanvas-right.active #support {
        right: 0px;
    }
    .row-offcanvas-right.active {
        right: 281px;
    }
    .sidebar-offcanvas {
        position: absolute;
        width: 281px;
    }
    #support {
        padding-bottom: 0;
    }
    #newsticker {
        top: 0 !important;
        margin-top: 8px;
    }
    .newsticker.path-not-frontpage #main {
        padding: 30px 0 0 0 !important;
    }
    .brand-title-bar {
        left: -581px !important;
    }
}

.toast-body {
    background: white;
}

.ck-content .table table {
    width: fit-content !important;
}

.btn-discord-full {
    width: 100%;
    padding: 12px 14px;
    margin-top: 8px;
    border: 0;
    border-radius: 10px;
    background: #5865F2;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: filter .2s;
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
}
.btn-discord-full:hover {
    filter: brightness(1.05);
    color: #fff;
}
.lm-divider {
    text-align: center;
    color: #999;
    font-size: 13px;
    margin: 12px 0 4px;
    position: relative;
}
.lm-divider::before,
.lm-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 42%;
    height: 1px;
    background: #ddd;
}
.lm-divider::before { left: 0; }
.lm-divider::after  { right: 0; }