.body {
    background: rgb(91,91,91);
    background: linear-gradient(153deg, rgba(91,91,91,1) 0%, rgba(71,71,71,1) 35%, rgba(133,110,57,1) 100%);
}
#system-message-container {
    z-index: 100;
}

body.no-article #sp-main-body {padding: 0;}
body.no-article #sp-main-body .row {margin: 0px;}
body.no-article #sp-main-body .row #sp-component {padding: 0px;}

.transparent-header #sp-top-bar {background-color: transparent !important; z-index: 99; position: relative;}
#sp-top-bar {padding: 4px 0px !important;}
#sp-top-bar a {font-size: 11px;;}
.transparent-header #sp-header {background-color: transparent !important;}
.transparent-header #sp-header {box-shadow: none; border-top: none;}
.transparent-header #sp-section-3 {margin-top: -110px;}
#sp-logo .sp-column {justify-content: center;}
#sp-header .logo, .logo-image {height: 100% !important;}
.logo-image {height: 100% !important; min-width: 68px;}

#sp-header.header-sticky {margin-top: 10px; height: 55px;}
#sp-header.header-sticky .container {margin-top: -8px;}

#sp-header.header-sticky {
    .logo-image {height: 100% !important; margin-top: 2px;}
}
#sp-header.header-sticky {
    background-color: #000 !important;
}

#sp-menu1 .sp-column {
    justify-content: end !important;
}
#sp-menu2 .sp-column {
    justify-content: start !important;
}

.transparent-header .sp-megamenu-parent>li>a:before,
.transparent-header .sp-megamenu-parent>li>span:before,
.transparent-header .secondary-menu>li>a:before,
.transparent-header .secondary-menu>li>span:before {
    background: #FF8A39;
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 0;
    height: 2px;
    transition: 0.4s
}

.bottom-quick-menu .sp-megamenu-parent>li:hover>a:before,
.bottom-quick-menu .secondary-menu>li:hover>a:before {
    width: 0%
}

#offcanvas-toggler.offcanvas-toggler-right {
    float: right;
    margin-left: 0px;
}

.hero-section .mod-custom.custom {
    background-size: cover;
    background-position: center center;
}

.hero-section {
    position: relative;
}
.hero-section .container {
    height: 650px;
    color: #fcfcfc;
  }

.very-dark-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.65;
    z-index: 3;
  }
  
  .hero-section .dark-overlay-content {
    z-index: 4;
    position: relative;
  }


.transparent-header .icon-bar>span {
    border-bottom: 3px solid #ffffff;
  }

  .icon-bar>span:first-child {
    top: 2px !important;
  }
  .icon-bar>span:last-child {
    bottom: 2px !important;
  }

.transparent-header #offcanvas-toggler:hover .icon-bar>span,
.transparent-header #offcanvas-toggler:focus .icon-bar>span {
    border-color: #FF8A39;
}

#sp-footer .sp-copyright {
    text-align: left ;
}
@media (max-width: 990px) {
    #sp-logo .sp-column {
        justify-content: start;
    }
    #sp-menu2 .sp-megamenu-wrapper {
        padding-right: 0px
    }
    #sp-menu2 .sp-column {
        justify-content: end !important;
    }
    .hero-section .mod-custom.custom {
        background-position: top center;
    }
}

.plg_system_webauthn_login_button svg {
    height: 32px; 
    fill: rgb(228, 228, 228);
    transition: fill 0.3s ease;
}

.plg_system_webauthn_login_button:hover svg {
    fill: #ffc107;
}