/*
    Document   : override
    Created on : <date>
    Author     : patryk
    Description:
        This is where any of your application specific styles should be included
*/
@font-face {
    font-family: 'fontello';
    src: url("fonts/fontello.eot");
    src: url("fonts/fontello1.eot") format("embedded-opentype"), url("fonts/fontello.woff2") format("woff2"), url("fonts/fontello.woff") format("woff"), url("fonts/fontello.ttf") format("truetype"), url("fonts/fontello.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    /*font-family: monospace;*/
    background-color: rgb(240, 242, 244);
}

.footerInfo {
    margin-top: 20px;
    font-size: small;
}

.text-wrapper{
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}

.text-wrapper h1, .text-wrapper h2, .text-wrapper h3, .text-wrapper h4, .text-wrapper h5, .text-wrapper h6
 {
    font-weight: normal;
}

.content-wrapper{
    margin-top: 20px;
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px 0px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        border-radius: 25px 25px 25px 25px;
}

.content-links{
    border-top: 1px solid #999;
    padding-top:10px;
}


#formLayout {
    margin-top: 100px;
}
.loginRegisterText {
    margin-left: -0.5%;
    text-align: center;
}
.LoginRegisterWrapper{
    margin-top: 20px;
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.LoginRegisterWrapper #formLayout{
    margin:auto;
}

.LoginRegisterWrapper #formLayoutOptions{
    margin:auto;
}

.errorGenerate {
    text-align: center;
    margin-left: -2%;
}
.errorGenerateL {
    margin: 0 auto;
    text-align: center;
}
.errorGenerateR {
    margin: 0 auto;
    text-align: center;
    margin-left: 2%;
}
.btnsLoginRegisterWrapper {
    text-align: center;
}
.checkEmailText {
    position: absolute;
    margin-top: 18%;
    font-size: 20px;
}
.loginRegisterBtn {
    display: block;
    margin-bottom: 10px;
}

.loading-container {
    margin-top: 150px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    text-align: center;
    z-index: 2;
}

.recentList {
    list-style: none;
}

.recentListElement {
    border-radius: 10px;
    margin-top: 20px;
    width: 110%;
    margin-left: -5%;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.507);
    display: block;
}

.listElementText {
    margin-top: 2px;
    display: block;
    position: absolute;
    margin-left: 3px;
}
.listElementDownloadImage {
    margin-top: 2px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    margin-left: 85%;
}

.listElementDeleteImage {
    margin-top: 2px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    margin-left: 76%;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

.documentsHistory {

    margin-left: auto;
    margin-top: 10px;
    border: solid 1px black;
    border-radius: 10px;
}

.userSettings {
    margin-left: auto;
    margin-top: auto;
    margin-top: 10px;
    border: solid 1px black;
    border-radius: 10px;
}

.userSettings #userSettingsLayout{
    margin:auto;
}

.delteAccountBtn {

    height: 40px;
    width: 300px;
    margin-left: 13%;
    margin-top: 5%;
}
.ChangePasswordBtn {

    height: 40px;
    width: 300px;
    margin-left: 13%;
    margin-top: 1.5%;
}
.ChangeEmailBtn{

    height: 40px;
    width: 300px;
    margin-left: 13%;
    margin-top: 1.5%;
}
.delteAccounConfirmtBtn {

    width: 300px;
    margin-left: 25%;
}
.deleteConfirmation {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.897);
    width: 30%;
    height: 30%;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    text-align: center;
}
.deleteConfirmationText{
    font-size: 20px;
    color: red;
    margin-top: 8%;
}

.changeEmailModal {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.897);
    width: 30%;
    height: 32%;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    text-align: center;
}
.emailChangeStatusText{
    font-size: 20px;
    color: black;
    margin-top: -3%;
    margin-left: 25%;
}
.emailChangeText{
    font-size: 20px;
    color: black;
    margin-top: 8%;
}
.emailChangeBtn {

    width: 300px;
    margin-left: 25%;
}
.modalInputEmail {
    margin-left: 12%;
}
.closeModalEmailChange{
    color: black;
    font-size: 25px;
    position: absolute;
    display: block;
    margin-left: 92%;
    margin-top: -32%;
    cursor: pointer;
}


.PasswordChangeModal {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.897);
    width: 30%;
    height: 32%;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    text-align: center;
}
.passwordChangeStatusText{
    font-size: 20px;
    color: black;
    margin-top: -3%;
    margin-left: 25%;
}
.passwordChangeText{
    font-size: 20px;
    color: black;
    margin-top: 8%;
}
.passwordChangeBtn {

    width: 300px;
    margin-left: 25%;
}
.modalInputPassword {
    margin-left: 12%;
}
.closeModalPasswordChange{
    color: black;
    font-size: 25px;
    position: absolute;
    display: block;
    margin-left: 92%;
    margin-top: -42%;
    cursor: pointer;
}

.documentsHistoryP {
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    margin-top: 5px;
    font-size: 20px;
}

.forgotPasswordText {

    cursor: pointer;
    display: block;
    font-size: 15px;
    width: 50%;
    margin-left: 50%;
    transform: translate(-50%);
}

.forgotPasswordModalBox {
    left: 50%;
    top: 51%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: block;
    width: 40%;
    height: 35%;
    border: solid 1px black;
    border-radius: 10px;
    box-shadow: -2px 2px 2px black;

    z-index: 1;
    background-color: #339792;
}
.resetModalText {
    font-size: 30px;
    margin-left: 36%;
    margin-top: 5%;

}
.modalConfirmBtn{

    border-radius: 10px;
    margin-left: 70%;
    margin-top: 5%;
}

.modalInput {
    margin-left: 35%;
    margin-top: 10%;
    border-radius: 10px;
}

.loaderText {
    margin-top: 20px;
}
.closeModal {

    font-size: 30px;
    position: absolute;
    display: block;
    margin-left: 92%;
    margin-top: -33%;
    cursor: pointer;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
};

.nav {
    margin: 10px 10px;
    padding: 20px 0px;
    height: 25px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 0.2s, height 0.2s, background-color 0.2s;
}

.nav:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.navItem {
    display: flex;
    flex: 1;
    background-color: rgba(255, 255, 255, 0);
    margin-left: 5px;
    border-radius: 0;
    align-items: center;
    justify-content: center;
}

.navItem:hover {
    cursor: pointer;
}

.navItem:first-child {
    margin-left: 0;
    border-radius: 10px 0 0 10px;
}

.navItem:last-child {
    border-right: none;
    border-radius: 0 10px 10px 0;
}

.licenseModalBox {
    height: 150px;
    width: 500px;
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}
.licenseModalBoxXBtn {
    background-color: white;
    border: none;
    position: absolute;
    margin-left: 40%;
    cursor: pointer;
}

.send-off-screen {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.demo-oracle-icon {
    width:137px;
    height:18px
}

.demo-oracle-icon:before {
    content:url("images/oracle_logo.svg")
}

html:not([dir="rtl"]) .demo-oracle-icon {
    padding-right:4px
}

html[dir="rtl"] .demo-oracle-icon {
    padding-left:4px
}

.demo-oracle-icon:before {
    display:inline
}

.demo-appheader-avatar {
    width:24px;
    height:24px
}

.demo-appheader-avatar:before {
    content:url("images/avatar_24px.png")
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .demo-appheader-avatar:before {
        content:url("images/avatar_24px_2x.png");
        -webkit-transform:translate(-25%, -25%) scale(0.5);
        transform:translate(-25%, -25%) scale(0.5)
    }
}

/********************* neuros ********************************/
.header-position-over {
    padding-bottom: 0;
    background-color: transparent !important;

}

.header-wrapper {
    padding: 8px 0 0;
}

.header-wrapper.header-position-over {
    position: absolute;
    display: block;
    width: calc(100% - 40px);
    left: 20px;
    right: 20px;
    top: 0;
    z-index: 4;
}

.header{
    background-color: #ffffff;
    color: #333333;
    position: relative;
    z-index: 4;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.header-wrapper .header {
    margin-top: 10px;
}


.header-row {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: #ffffff;
}

.header-icons-container .header-icon {
    margin: 5px 8px;
}

.header-row .header-icons-container {
    margin: 15px 20px;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-align-self: stretch;
    align-self: stretch;
}

@media only screen and (min-width: 1365px) {
    .header.sticky-header, .header-wrapper.header-position-over {
        width: calc(100% - 80px);
        left: 40px;
        right: 40px;
    }
}

.footer-position-over {
    padding-top: 0;
}

.footer-wrapper{
    display: block;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    z-index: 4;
    background-color: #1F1F1F;
    padding: 80px 0px 0px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        border-radius: 25px 25px 0px 0px;
    color: white;
}

.footer-column a{
    color: #fff;
}

@media (min-width: 768px) {
    .footer-wrapper footer {
        padding: 0 30px;
    }
}

footer{
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-sizing: border-box;
}

.footer-row{
            flex-wrap: wrap;
            margin: 0px;
            width: calc(100%);
            display: flex;
}

.footer-column{
}

.footer-column h3, .footer-column h6{
    color: #fff;
    font-weight: normal;
}

@media (min-width: 576px) {
    .footer-column {
        width: 50%;
    }
}

.footer-form{
        
        align-content: flex-start;
        flex-wrap: wrap;
        position: relative;
        width: 100%;
        background-color: #fff;
        border-radius: 25px;
        color: #333;
}

.footer-form .footer-form-container{
    padding: 20px;
    margin-top:4px
}

.footer-column .footer-form h3{
    color: #333;
    font-weight: normal;
}

.header{
    background-color: #ffffff;
    color: #333333;
    position: relative;
    z-index: 4;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.header-wrapper .header {
    margin-top: 10px;
    margin-top: 10px;
}


.fontello {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-artificial-intelligence:before {
    content: '\e800';
} /* '' */
.icon-chevron-down:before {
    content: '\e801';
} /* '' */
.icon-coding:before {
    content: '\e802';
} /* '' */
.icon-close:before {
    content: '\e803';
} /* '' */
.icon-phone-stroke:before {
    content: '\e804';
} /* '' */
.icon-menu:before {
    content: '\e805';
} /* '' */
.icon-smartphone:before {
    content: '\e806';
} /* '' */
.icon-phone-call-alter:before {
    content: '\e807';
} /* '' */
.icon-at-symbol:before {
    content: '\e808';
} /* '' */
.icon-location:before {
    content: '\e809';
} /* '' */
.icon-burger-menu:before {
    content: '\e80a';
} /* '' */
.icon-call:before {
    content: '\e80b';
} /* '' */
.icon-check:before {
    content: '\e80c';
} /* '' */
.icon-chevron-left:before {
    content: '\e80d';
} /* '' */
.icon-edit:before {
    content: '\e80e';
} /* '' */
.icon-computer-code:before {
    content: '\e80f';
} /* '' */
.icon-pencil:before {
    content: '\e810';
} /* '' */
.icon-quote-left:before {
    content: '\e811';
} /* '' */
.icon-layers:before {
    content: '\e812';
} /* '' */
.icon-play:before {
    content: '\e813';
} /* '' */
.icon-chevron-up:before {
    content: '\e814';
} /* '' */
.icon-send:before {
    content: '\e815';
} /* '' */
.icon-vector:before {
    content: '\e816';
} /* '' */
.icon-phone-settings:before {
    content: '\e817';
} /* '' */
.icon-phone:before {
    content: '\e818';
} /* '' */
.icon-verified:before {
    content: '\e819';
} /* '' */
.icon-file:before {
    content: '\e81a';
} /* '' */
.icon-search:before {
    content: '\e81b';
} /* '' */
.icon-phone-call:before {
    content: '\e81c';
} /* '' */
.icon-web-page:before {
    content: '\e81d';
} /* '' */
.icon-web:before {
    content: '\e81e';
} /* '' */
.icon-plus:before {
    content: '\e81f';
} /* '' */
.icon-mac:before {
    content: '\e820';
} /* '' */
.icon-text:before {
    content: '\e821';
} /* '' */
.icon-debug:before {
    content: '\e822';
} /* '' */
.icon-computer-success:before {
    content: '\e823';
} /* '' */
.icon-chevron-right:before {
    content: '\e824';
} /* '' */
.icon-sidebar:before {
    content: '\e825';
} /* '' */
.icon-shopping-bag:before {
    content: '\e826';
} /* '' */
.icon-menu-alter:before {
    content: '\e827';
} /* '' */
.icon-eye:before {
    content: '\e828';
} /* '' */
.icon-star-filled:before {
    content: '\e829';
} /* '' */
.icon-burger:before {
    content: '\e82a';
} /* '' */
.icon-menu-arrow:before {
    content: '\e82b';
} /* '' */
.icon-basket:before {
    content: '\e82c';
} /* '' */
.icon-button-arrow:before {
    content: '\e82d';
} /* '' */
.icon-burger-active:before {
    content: '\e82e';
} /* '' */
.icon-blockquote:before {
    content: '\e82f';
} /* '' */
.icon-arrow-top:before {
    content: '\e830';
} /* '' */
.icon-chevron-left-1:before {
    content: '\e831';
} /* '' */
.icon-chevron-right-1:before {
    content: '\e832';
} /* '' */
.icon-button-arrow-left:before {
    content: '\e833';
} /* '' */
.icon-video-button-play:before {
    content: '\e834';
} /* '' */
.icon-accordion-arrow-right:before {
    content: '\e835';
} /* '' */
.icon-accordion-arrow-right-alt:before {
    content: '\e836';
} /* '' */
.icon-menu-arrow-top:before {
    content: '\e837';
} /* '' */
.icon-volume:before {
    content: '\e838';
} /* '' */
.icon-check-circle:before {
    content: '\e839';
} /* '' */
.icon-volume-muted:before {
    content: '\e83a';
} /* '' */
.icon-openai-lockup:before {
    content: '\e83b';
} /* '' */
.icon-openai-logomark:before {
    content: '\e83c';
} /* '' */
.icon-origami-bird:before {
    content: '\e83d';
}
.icon-multiple-arrows:before {
    content: '\e83e';
}
.icon-chart-pin:before {
    content: '\e83f';
}
.icon-translate:before {
    content: '\e840';
}

.dropdown-trigger {
    position: relative;
}


.header .dropdown-trigger {
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-align-self: stretch;
    align-self: stretch;
    margin: -15px 7px -15px -8px !important;
    display: block;
    unicode-bidi: isolate;
}


.dropdown-trigger .dropdown-trigger-item {
    font-family: 'fontello';
    font-weight: 400;
    cursor: pointer;
    position: relative;
    width: 50px;
    height: 100%;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.dropdown-trigger .dropdown-trigger-item:before{
    position: absolute;
    left: 50%;
    right: initial;
    top: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.dropdown-trigger .dropdown-trigger-item:after {
    position: absolute;
    left: 50%;
    right: initial;
    top: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}


.dropdown-trigger .dropdown-trigger-item:before {
    content: '\e82a';
}

.dropdown-trigger .dropdown-trigger-item:after {
    content: '\e82e';
    opacity: 0;
}

.slide-sidebar-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 320px;
    margin: 15px;
    background-image: url("images/sidepanel-bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.slide-sidebar-wrapper:before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 3px;
    height: 100%;
    width: 68px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: inherit;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}
.slide-sidebar-wrapper.slide-sidebar-position-left {
    right: initial;
    left: -340px;
    -webkit-transition: left 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: left 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.slide-sidebar-wrapper.slide-sidebar-position-left.active {
    right: initial;
    left: 0;
}
.slide-sidebar-wrapper.slide-sidebar-position-right {
    -webkit-transition: right 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: right 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    right: -340px;
    left: initial;
}
.slide-sidebar-wrapper.slide-sidebar-position-right.active {
    right: 0;
    left: initial;
}
.slide-sidebar-wrapper .sidebar-logo-container {
    padding-bottom: 20px;
}
.slide-sidebar-wrapper .slide-sidebar-content {
    margin: auto 0;
    padding: 50px 0;
}
.slide-sidebar-wrapper .slide-sidebar-content:first-child {
    padding-top: 0;
}
.slide-sidebar-wrapper .slide-sidebar-content:last-child {
    padding-bottom: 0;
}
.slide-sidebar-wrapper .slide-sidebar-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 50%;
    overflow: hidden;
    -webkit-border-radius: 0 0 25px 25px;
    border-radius: 0 0 25px 25px;
    z-index: -1;
}
.slide-sidebar-wrapper .slide-sidebar-gradient:after {
    content: '';
    position: absolute;
    top: 60%;
    left: 0;
    width: 200%;
    height: 100%;
    filter: blur(50px);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.slide-sidebar-wrapper .slide-sidebar-close {
    position: absolute;
    left: initial;
    right: 0;
    top: 0;
    height: 50px;
    font-size: 17px;
    font-weight: 400;
    line-height: 50px;
    padding: 0 28px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: color 0.3s, visibility 0.3s;
    transition: color 0.3s, visibility 0.3s;
    text-align: center;
    z-index: 1;
}
.slide-sidebar-wrapper .slide-sidebar-close:before {
    font: 400 normal 10px/40px 'fontello';
    content: '\e803';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}
.slide-sidebar-wrapper .slide-sidebar-close:hover:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slide-sidebar-wrapper .slide-sidebar {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    padding: 62px 20px;
    height: 100%;
    overflow: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.admin-bar .slide-sidebar-wrapper {
    top: 46px;
}

@media only screen and (min-width: 783px) {
    body.admin-bar .slide-sidebar-wrapper {
        top: 32px;
    }
}
@media only screen and (min-width: 768px) {
    .slide-sidebar-wrapper {
        width: 389px;
    }
    .slide-sidebar-wrapper:before {
        display: block;
    }
    .slide-sidebar-wrapper.slide-sidebar-position-left {
        right: initial;
        left: -500px;
    }
    .slide-sidebar-wrapper.slide-sidebar-position-left.active {
        right: initial;
        left: 0;
    }
    .slide-sidebar-wrapper.slide-sidebar-position-right {
        right: -500px;
        left: initial;
    }
    .slide-sidebar-wrapper.slide-sidebar-position-right.active {
        right: 0;
        left: initial;
    }
    .slide-sidebar-wrapper .slide-sidebar {
        padding: 62px 68px;
    }
    .slide-sidebar-wrapper .slide-sidebar-close {
        right: initial;
        left: 100%;
        height: 68px;
        line-height: 68px;
        -webkit-transform: rotate(90deg) translateY(-100%);
        -ms-transform: rotate(90deg) translateY(-100%);
        transform: rotate(90deg) translateY(-100%);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
    }
}

/* ---------- Header Social Buttons ---------- */
.wrapper-socials {
    padding: 0;
    list-style: none;
    line-height: 1;
    margin: 0 -20px;
    white-space: nowrap;
    cursor: default;
}
.wrapper-socials:last-child {
    margin: 0 -20px;
}
.wrapper-socials li {
    margin: 7px 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
.wrapper-socials li:before {
    content: none;
    display: none;
}
.wrapper-socials a {
    text-align: center;
    display: block;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    font-family: 'Font Awesome 5 Brands';
}
.wrapper-socials.top-bar-socials {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 5px 0 22.5px;
    font-size: 0.92857em;
}
.wrapper-socials.top-bar-socials li {
    margin: 7px 10.5px;
}

.slide-sidebar-wrapper .wrapper-socials {
    margin: 0 -20px;
}
.slide-sidebar-wrapper .wrapper-socials li {
    margin: 0 20px;
}

.slide-sidebar-wrapper{
    background-color: rgb(31, 31, 31);
    color: white;
    //linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
}

.slide-sidebar-gradient:after {
    content: '';
    position: absolute;
    top: 60%;
    left: 0;
    width: 200%;
    height: 100%;
    filter: blur(50px);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    background-color:#e24c4a;
}

.slide-sidebar-content a{
    color: white;
    transition: all .3s;

}
.slide-sidebar-content a:hover{
    color: #e24c4a;
    text-decoration: none;
}
.sidebar .wp-block-button .wp-block-button__link, .slide-sidebar-content .wp-block-button .wp-block-button__link {
    --button-border-radius: 9999px;
    display: inline-block;
    padding: 14px 22px 14px 22px;
    line-height: 1.6875em;
    -webkit-border-radius: var(--button-border-radius);
    border-radius: var(--button-border-radius);
    position: relative;
    z-index: 1;
    min-width: 70px;
    outline: none;
    pointer-events: auto;
}




/****************** ************************/

.slide-sidebar-wrapper:before {
    background-image: url("images/windroos_new_pasek_boczny.jpg");
}

.wp_block_buttons{
    align-items:center;
box-sizing:border-box;
color:rgb(245, 245, 245);
column-gap:8px;
display:flex;
flex-wrap:wrap;
font-family:Manrope, Arial, Helvetica, sans-serif;
font-size:16px;
font-style:normal;
font-weight:500;
height:58.4286px;
letter-spacing:normal;
line-height:30px;
row-gap:8px;
text-transform:none;
unicode-bidi:isolate;
width:253px;
word-spacing:0px;
}


.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin: 0;
    color: #f5f5f5;
}

.wp-block-buttons>.wp-block-button .wp-block-button__link {
    --button-border-width: 2px;
    --button-border-gradient-angle: 262deg;
    --button-gradient-colorstop-1: 14.51%;
    --button-gradient-colorstop-2: 95.96%;
    background: none;
    border-width: var(--button-border-width);
    border-style: solid;
    border-color: transparent;
    background-origin: border-box !important;
    min-width: 198px;
    border-radius: 9999px;
    position: relative;
    z-index: 1;
    outline:none;
    display: inline-block;
    padding: 14px 22px 14px 22px;
    line-height: 1.6875em;
    text-align:center;
}

.wp-block-buttons>.wp-block-button .wp-block-button__link .button-inner{
    position: absolute;
    top: calc(-1 * var(--button-border-width));
    left: calc(-1 * var(--button-border-width));
    right: calc(-1 * var(--button-border-width));
    bottom: calc(-1 * var(--button-border-width));
    padding: inherit;
    background: none;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    z-index:-1;
}

.wp-block-buttons>.wp-block-button .wp-block-button__link .button-inner:before{
    --button-border-width: 2px;
    --button-border-gradient-angle: 262deg;
    --button-gradient-colorstop-1: 14.51%;
    --button-gradient-colorstop-2: 95.96%;
    background: linear-gradient(var(--button-border-gradient-angle), rgba(255, 255, 255, 0) var(--button-gradient-colorstop-1), rgba(255, 255, 255, 0) var(--button-gradient-colorstop-2));
    background-origin:padding-box''
    opacity: 1;
    content: '';
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    padding: inherit;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
    color: #ffffff;
}


.wp-block-buttons>.wp-block-button .wp-block-button__link .button-inner:after {
    background: linear-gradient(var(--button-border-gradient-angle), #e24c4a var(--button-gradient-colorstop-1), #386bb7 var(--button-gradient-colorstop-2));
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    padding: inherit;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    border-width: var(2px);
    border-style: solid;
    border-color: transparent;
    background-origin: border-box !important;
    min-width: 198px;
}

.wp-block-buttons>.wp-block-button{
    display:block;
}

.wp-block-buttons>.wp-block-button .wp-block-button__link .button-inner.changed:after{
    opacity: 1;
}

.wp-block-buttons>.wp-block-button .wp-block-button__link:after
{
background-attachment:scroll;
background-clip:border-box;
background-color:rgba(0, 0, 0, 0);
background-image:linear-gradient(262deg, rgb(226, 76, 74) 14.51%, rgb(56, 107, 183) 95.96%);
background-origin:padding-box;
background-position-x:0%;
background-position-y:0%;
background-repeat:repeat;
background-size:auto;
border-radius:9999px;
bottom:-2px;
box-sizing:border-box;
color:rgb(255, 255, 255);
content:"";
cursor:pointer;
display:block;
left:-2px;
letter-spacing:normal;
line-height:27px;
mask-clip:content-box, border-box;
mask-composite:exclude, exclude;
mask-image:linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px), linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
mask-mode:match-source, match-source;
mask-origin:content-box, border-box;
mask-repeat:repeat, repeat;
mask-size:auto, auto;
padding:2px;
position:absolute;
right:-2px;
top:-2px;
z-index:-1;
-webkit-mask-position-x:0%, 0%;
-webkit-mask-position-y:0%, 0%;
}

/*************88 social icons **********************/

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(fonts/fa-brands-400.eot);
    src: url(fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(fonts/fa-brands-400.woff2) format("woff2"),url(fonts/fa-brands-400.woff) format("woff"),url(fonts/fa-brands-400.ttf) format("truetype"),url(fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}



.fab{
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(fonts/fa-solid-900.eot);
    src: url(fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(fonts/fa-solid-900.woff2) format("woff2"),url(fonts/fa-solid-900.woff) format("woff"),url(fonts/fa-solid-900.ttf) format("truetype"),url(fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.social-icon i {
    color: #FFFFFF;
    display: inline-block;
    height: 1em;
    position: relative;
    width: 1em;
    margin-right:1em;
}

.social-icon i:before, .social-icon svg:before {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.faq-item {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 1rem;
      margin-right: 1rem;
      padding: 1rem;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }
    .faq-question {
      cursor: pointer;
      font-weight: bold;
      margin: 0;
      display: flex;
      justify-content: space-between;
    }
    .faq-answer {
      display: none;
      padding-top: 0.5rem;
      color: #555;
    }
    .faq-item.open .faq-answer {
      display: block;
    }