

.ikonaH1{
    background-repeat:no-repeat;
    background-size:contain;
    min-width: 32px;
    width:32px;
    height:32px;
    background-color:#3c56ff;
    border-radius:6px;
    padding: 3px;
    margin-right:16px;
    margin-top:5px;
}
.ikonaH1 svg{
    color: #fff;
}
.helpHeader{
    display:flex;
    align-items: flex-start;
    margin-bottom:40px;
}
.ikonaMenu{
    margin-left:8px;
}
.ikonaMenu svg{
    width:20px;
}
.ikonaChild{
    margin-right:10px;
}
.ikonaChild svg{
    width:18px;
    margin-bottom:4px;
}
.submenu .submenu li .menu-page-row {
    padding-left:20px;
}
.help-menu-item li{

}
.menu-page-row,.folder-header{
    padding:4px 0px 4px 0px;
    margin-bottom:8px;
}
a.help-menu-link{
    text-decoration:none;
    color:#171717;
}
.help-menu-item.active{
    /*color: #3C56FF;*/
    background: rgba(60, 86, 255, 0.08);
}
.help-menu{
    max-width: 24vW;
    height: 100%;
    overflow-y: hidden;
}
.help-menu:hover {
     overflow-y: auto;
}
.help-menu-container{
    height: calc(100vH - 150px);
    position: fixed;
}

.help-menu,
.help-menu ul {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
}

.menu-page-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.folder-toggle,
.folder-header {
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
}

.folder-placeholder {
    width: 14px;
    display: inline-block;
}

.submenu {
    display: none;
    padding-left: 20px;
}

.submenu.open {
    display: block;
}

.help-menu-link.active {
    font-weight: 600;
    color:#3C56FF;
}
button.folder-header{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top:8px;
}    
.folder-name{
    font-weight:600;
}
.menu-page-row.open{
    background-color:#f5f5f5;
}
.menu-page-row.open .help-menu-link{
    font-weight:600;
}

.help-menu-item.active {
    background: transparent;
}

.help-menu-item.active > .menu-page-row {
    background: rgba(60, 86, 255, 0.08);
}
.menu-page-row .folder-toggle{
    margin-left:auto;
}
.folder-icon{
    margin-right:10px;
}



.helpContent, .helpContent p, .helpContent li{
    font-size: 16px;
    line-height:24px;
}
 .helpContent li{
    margin-bottom:8px;
 }
.helpHeader h1{
    font-size:36px;
    font-weight:700;
    margin:0;
}
.helpContent h2{
    font-size:26px;
    font-weight:600;
    margin:16px 0px 16px 0px;
}

.helpContent ol{
    padding-left: 1rem;
}
.helpContent ul {
    padding-left: 1.5rem;
    margin-top:8px;
}
.help .breadcrumb{
    margin-top:0;
    padding-top:0;
}
.help{
    margin-top: 40px;
}
.helpContent ul li::marker
 {
    color: inherit;
}
.helpContent ul {
    list-style-type: disc;
}
.helpContent ul li::marker {
    font-size: 12px;

}
.helpContent li ul{
    padding-left: 14px;
}
.helpContent img{
    max-width: 100%;
    height: auto;
    border: 1px solid rgba(239, 239, 239, 1);
    border-radius: 12px;
}


.doc-navigation{
    display:flex;
    gap:16px;
    margin-top:48px;
    margin-bottom: 48px;
    justify-content: space-between;
}

.doc-navigation-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding: 4px 4px;
    border:1px solid #3c56ff;
    border-radius:6px;
    background:#fff;
    text-decoration:none;
    color:#171717;
}
.doc-navigation a{
    width:250px;
}
.doc-navigation-card:hover{
    border-color:#3C56FF;
}

.nav-label{
    color:#171717;
    font-size:13px;
    font-weight: 500;
}
.doc-navigation-prev{
    text-align: end;
}

.nav-title{
    font-size:16px;
    font-weight:600;
  /*  margin-top:6px;*/
}
.nav-arrow-left{
    padding-left: 8px;
    padding-right: 16px;
}
.nav-arrow-right{
    padding-left: 16px;
    padding-right: 8px;
}

@media (min-width: 768px) {
    .nav-arrow-left{
        padding-left: 16px;
        padding-right: 32px;
    }
    .nav-arrow-right{
        padding-left: 32px;
        padding-right: 16px;
    }
    .doc-navigation-card{
        padding:8px 16px;
    }
}


a.help-children-list{
    display:block;
    font-weight:600;
    font-size: 16px;
    text-decoration:none;
    color:#222222;
    border:1px solid #d4d4d4;
    border-radius:6px;
    list-style:none;
    margin-bottom:12px;
    padding:8px 20px;
}
a.help-children-list:hover{
    background-color:#fcfcfc;
}

.ikonaSearch svg{
    width:20px;
}
.searchItem{
    border:1px solid #d4d4d4;
    border-radius:6px;
    list-style:none;
    margin-bottom:12px;
    padding:8px 20px;
    display: block;
    text-decoration:none;
    color:#171717;
}
a.searchItem:hover{
    background-color:#fcfcfc;
}
.search-box-input,.search-box-input-mobile{
    border:1px solid #e0e0e0;
    border-radius:4px;
    padding:8px;
    background-image: url(/media/ak4a4peo/search.svg);
    background-repeat: no-repeat;
    width:256px;
    background-size: 24px;
    background-position: 10px;
    padding-left: 42px;
    font-size: 12px;
}
.searchBig{
    border:1px solid #e0e0e0;
    border-radius:4px;
    padding:8px;
    background-image: url(/media/ak4a4peo/search.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 10px;
    padding-left: 42px;
    font-size: 14px;
    width:100%;
    margin-right:10px;
}
.helpContent form{
    display:flex;
}
.searchBtn{
    border: 1px solid #3c56ff;
    border-radius: 4px;
    background: #fff;
}

.menu-mobile-container .search-box-input-mobile{
    width:100%;
    margin-bottom:8px;
}


.HelpBlok{
    display:block;
    border: 1px solid rgba(212, 212, 212, 1);
    border-radius: 12px;
    padding: 20px;
    text-decoration:none;
    color:inherit;
}
.HelpBlok:hover{
    background-color:#fcfcfc;
}

.linkHelp{
    border-radius: 8px;
    padding: 12px 20px 12px 60px;
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(212, 212, 212, 1);
    background-image:url(/media/el3fginw/ik_plik.svg);
    background-repeat:no-repeat;
    background-position: 24px center;
    justify-content: space-between;
    align-items: center;
}
.linkHelp a{
    font-weight:600;
    text-decoration:none;
    color:#222;
}
.linkHelp span{
    font-weight:400;
    font-size:12px;
}
a.linkDownload{
    border: 1px solid rgba(120, 120, 120, 1);
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    padding: 0px 16px 0px 36px;
    margin-right: 16px;
    background-image:url(/media/slgf0ue5/ik_download.svg);
    background-repeat:no-repeat;
    background-position: 12px center;
    font-size: 14px;
    text-decoration: none;
    color:#787878;
}
a.linkOpen{
    border: 1px solid rgba(120, 120, 120, 1);
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    padding: 0px 16px 0px 36px;
    background-image:url(/media/clgpvjoz/ik_open.svg);
    background-repeat:no-repeat;
    background-position: 12px center;
    font-size: 14px;
    text-decoration: none;
    color:#787878;
}
.linkGroup{
    display:flex;
    height:24px;
    justify-content: flex-end;
}



.menu-mobile-container .help-menu{
    max-width:none;
    position: initial;
    overflow: auto;
}
.menu-mobile-list{
    margin-top:20px;
    max-height: calc(100dvh - 150px);
    overflow: auto;
}



.docpage .breadcrumb .col-12{
    padding-left:0px;
}


.folder-icon svg {
    transition: transform .2s ease;
}

[data-folder][aria-expanded="true"] > .folder-icon svg {
    transform: rotate(90deg);
}

p.success, p.information, p.warning, p.danger{
    border-radius: 12px;
    padding: 16px 20px 16px 60px;
}

/**umb_name:Success Box*/
p.success {
	background: rgba(0, 235, 179, 0.08);
	border: 1px solid rgba(0, 235, 179, 1);
	background-image:url(/media/txfbin2p/ik_success.svg);
	background-repeat: no-repeat;
	background-position: 18px center;
}

/**umb_name:Information Box*/
p.information {
	background: rgba(244, 244, 244, 1);
	border: 1px solid rgba(212, 212, 212, 1);
	background-image:url(/media/paxbpkrf/ik_information.svg);
	background-repeat: no-repeat;
	background-position: 18px center;
}

/**umb_name:Warning Box*/
p.warning {
	background: rgba(255, 139, 37, 0.15);
	border: 1px solid rgba(255, 139, 37, 1);
	background-image:url(/media/zheormee/ik_warning.svg);
	background-repeat: no-repeat;
	background-position: 18px center;
}

/**umb_name:Danger Box*/
p.danger {
	background: rgba(220, 53, 69, 0.1);
	border: 1px solid rgba(220, 53, 69, 1);
	background-image:url(/media/advdauxs/ik_danger.svg);
	background-repeat: no-repeat;
	background-position: 18px center;
}
/**umb_name:H2*/
h2{
    
}