* {
    margin: 0;
    padding: 0;
    /* user-select: none; */
}

#system-message-container {
    position: fixed;
    z-index: 99999;
    bottom: 15px;
    left: 15px;
    font-size: 10px;
    opacity: 0.95;
    font-weight: 400;
    z-index: 99999;
}

#system-message-container .alert-heading {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

#system-message-container .alert {
    border-radius: 0 !important;
    border: 0;
    width: 100%;
    max-width: 400px;
    min-width: 250px;
    background: #f1f1f1;
    box-shadow: 0 5px 10px rgb(152 152 152 / 30%);
    color: #18125A !important;
    margin-bottom: 0;
}

html.form-lock body,
body.form-lock {
    overflow: hidden !important;
}

#sp-main-body {
    flex: 1 0 auto;
    padding: 30px 0;
}

#sp-footer,
#sp-bottom {
    background-color: #fff!important;
}

#sp-footer {
    flex: 0 0 auto;
    color: #18125A;
}

#sp-footer a {
    color: #18125A;
}

#sp-footer a:hover {
    color: #BF8F52;
}

#sp-footer .container-inner {
    padding: 0;
}

#sp-footer .sp-copyright {
    font-weight: 400;
    font-size: 11px;
    color: #18125A;
}

#sp-footer .row {
    align-items: center;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: rgba(240, 242, 245, 1);
}

::-webkit-scrollbar-thumb {
    background: rgba(72, 76, 85, 1);
    border-width: 4px;
    border-style: solid;
    border-color: rgba(240, 242, 245, 1);
    border-radius: 10px;
}

.logoFabryka {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    -ms-flex-pack: center;
    justify-content: flex-end;
    background: none;
    margin: 0;
    padding: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px;}
.logoFabryka__link {
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
}

.logoFabryka__text {
    line-height: 1.3;
    text-align: left !important;
    white-space: nowrap;
    color: #18125A;
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-weight: 400;
    -ms-flex-order: 0;
    order: 0;
}

.logoFabryka__text a {
    color: #18125A !important;
    text-decoration: underline;
}

:focus {
    outline: 0;
}

ol,
ul {
    padding-inline-start: 40px;
    margin-top: 0;
    margin-bottom: 10px;
}

a {
    color: #000;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

button,
button:focus,
input,
input:focus,
textarea,
textarea:focus,
.btn.focus,
.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

#sp-top-bar {
    background: #ffffff!important;
    color: #000!important;
  
}
}

#sp-top-bar a {
    color: #fff!important;
}

.sppb-btn.sppb-btn-custom.sppb-btn-xlg.sppb-btn-rounded {
    font-weight: 600;
    display: block;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    border-radius: 4px;
    cursor: pointer;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 15px;
    line-height: 90px;
    font-size: 14px;
    margin: 0;
   text-transform: none;
    font-weight: 500;
     letter-spacing: 0px; 
    color: #222 !important;
}
.sppb-btn.sppb-btn-custom.sppb-btn-xlg.sppb-btn-rounded>i {
    margin-right: 15px;
    font-size: 24px;
}