.hidden {
    display: none !important;
}
.homepageTopLabel{
    display: flex;
    flex-direction: column; 
    /* align-items: center; */
}
.homepageTopLabel .rc_breadcrumbs{
    margin-right: 0; 
    white-space: nowrap; 
    padding-top: 0px;
}
.homepageTopLabel .rc_tutorial {
    display: flex; 
    align-items: center; 
    height: 53px;
}

.rc_countdown_heading {
    background: #f4f5f8;
    border: 1px solid #ebedf2;
    border-left: 0;
    border-right: 0;
    padding: 15px 20px 15px 20px;
}

.rc_countdown_left, .rc_countdown_right {
    background: #f4f3f8;
}

.rc_countdown_left {
    border: 1px solid #ebedf2;
    border-right: 0;
}

.rc_countdown_right {
    border: 1px solid #ebedf2;
    border-left: 0;
}

.countdown_remove a::before {
    content: "\f2ed";
    font-family: 'Font Awesome 5 Free';
    color: #898b96;
    font-size: 18px;
    padding: 5px;
    background: 0 0;
    border-radius: 100%;
}

.countdown_remove a:hover::before {
    color: #fff;
    background: #00c5dc;
    border-radius: 5px;
    padding: 5px;
}

.countdown_remove img {
    display: none;
}
.filtr_body_tr:nth-child(2n){
    background-color: #faf9fc !important;
}
.filtr_body_tr:hover{
    background-color: #fcf8e3 !important;
}
@media (min-width: 768px) {
    .menu-panel-switcher {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .mobile-menu, .right-menu-overlay {
        display: none !important;
    }
    .mobile-menu-toggle, .rc_tooltip_online_shop_link:not(.support-tickets) {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1110px) {
    ul.nav > li > a {
        font-size: 12px;
    }
    ul.nav > li  > a {
        padding-left: 8px;
    }
}
@media (max-width: 360px) {
    .menu-panel-list-active a {
        font-size: 12px !important;
    }
}
@media (max-width: 420px) {
    #footer a:first-child {
        display: block;
        text-align: center;
    }
    #menu_panel > table {
        width: calc(100vw - 40px) !important;
    }    
}
@media (max-width: 479.98px) {
    #footer {
        padding: 0 0 10px;
        box-sizing: border-box;
    }
    #footer .ar {
        text-align: center;
    }
    #save_block {
        display: flex;
        flex-wrap: wrap;
    }
    .content_buttons,
    .content_buttons_edit {
        width: 100%;
        display: flex;
    }
    .content_buttons > div:empty {
        display: none;
    }
    .content_buttons > div,
    .content_buttons_edit > div {
        flex: 1;
    }
    .content_buttons .pointer,
    .content_buttons_edit .pointer {
        width: 100%;
        font-size: 12px;
        box-sizing: border-box;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 575.98px) {
    .rc_filter_top_center > .fl td:not(:last-child), .filtr_top_data td:not(:last-child) {
        font-size: 11px;
    }
    .filter_action_data {
        box-sizing: border-box;
        width:100% !important;
    }
    .filter_action_data tr {
        display: flex;
        flex-wrap: wrap;
    }
    .filter_action_data td {
        width: 100%;
        padding: 0 !important;
    }
    .filter_action_data td + td {
        margin-top: 10px;
    }
    .filter_action_data select + select {
        margin-top: 10px;
    }
}

@media screen and (max-width: 668px){
    .homepageTopLabel .rc_breadcrumbs, .homepageTopLabel .rc_tutorial {
        width: 50%;
        margin: 0px;
        justify-content: flex-end;
    }
}

@media (max-width: 767.98px) {
    body {
        overflow-x: hidden;
    }

    .rc_filter_big_center {
        background-color: transparent;
        box-shadow: none;
    }

    .table-responsive-sm thead,
    .filtr_table thead tr:first-child{
        display: none;
    }
    .filtr_table tbody {
        box-shadow: 0 1px 15px 1px rgba(69,65,78,.08);
    }
    .table-responsive-sm tbody tr,
    .filtr_table tbody tr {
        display: flex;
        flex-direction: column;
    }
    .table-responsive-sm tbody td,
    .filtr_table tbody td {
        display: flex;
        font-size: 11px;
        align-items: center;
    }
    .table-responsive-sm tbody td *,
    .filtr_table tbody td * {
        min-height: auto !important;
    }
    .table-responsive-sm tbody tr:not(:last-child) td:last-child,
    .filtr_table tbody tr:not(:last-child) td:last-child {
        border-bottom-width: 3px;
    }
    .table-responsive-sm tbody td:before,
    .filtr_table tbody td:before {
        content: attr(data-title);
        flex-basis: 55%;
        font-weight: 500;
        text-align: left;
    }

    tr#filter {
        flex-direction: column;
        margin-bottom: 30px;
    }
    tr#filter.visible {
        display: block !important;
    }
    tr#filter * {
        box-sizing: border-box;
    }
    tr#filter > th {
        padding: 10px;
        display: block;
    }
    tr#filter > th.empty-cell {
        display: none !important;
    }
    tr#filter > th:first-child {
        display: block !important;
        position: relative;
    }
    tr#filter > th:first-child:before {
        content: 'Filtruj:';
        text-align: left;
        width: 100%;
        letter-spacing: 1px;
        font-weight: 500;
        display: block;
        background-color: #36A3F7;
        font-size: 14px;
        margin: -10px -10px -12px;
        padding: 10px;
        color: #fff;
    }
    tr#filter > th:not(.empty-cell):before {
        width: 100%;
        content: attr(data-title);
        width: 40%;
        display: block;
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        padding-bottom: 5px;
    }

    tr#filter > th span {
        display: block;
        max-width: 100%;
    }
    tr#filter > th span input,
    tr#filter > th span select {
        width: calc(100vw - 85px);
    }
    #filter_set_box {
        margin-top: 10px;
        margin: 10px -5px 0 -10px;
        padding: 10px 10px 0;
        border-top: 1px solid #eee;
        font-size: 14px;
        font-weight: 500;
    }
    #filter_set_box select {
        width: 100%;
        margin: 3px 0;
    }
    #filter_set_box select:first-of-type {
        margin-top: 10px;
    }

    .filtr_heading_action--send {
        display: block !important;
    }

    .rc_windowContainer {
        width: 95% !important;
        left: 50% !important;
        transform: translateX(-50%);
    }
    .rc_filter_top_center {
        padding: 10px 5px 10px 10px;
    }
    .rc_filter_top_center, .filtr_top_data tr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        box-sizing: border-box;
    }
    .rc_filter_top_center > .fl tr:before,
    .filtr_top_data tr:before {
        content: '';
        flex-grow: 1;
        order: 7;
    }
    .rc_filter_top_center > .fl td,
    .filtr_top_data td {
        flex: 0 1;
        box-sizing: border-box;
    }
    .rc_filter_top_center > .fl td:last-child,
    .filtr_top_data td:last-child {
        flex: 0 1 100%;
    }
    .rc_filter_top_center > .fl td:first-child,
    .filtr_top_data td:first-child {
        max-width: 75px;
    }
    .rc_filter_top_center .rc_filter_small_sep,
    .filtr_top_data .rc_filter_small_sep {
        background: none;
    }
 
    .rc_filter_top_center > .fl td:nth-last-child(2),
    .rc_filter_top_center > .fl td:nth-last-child(5),
    .filtr_top_data td:nth-last-child(2),
    .filtr_top_data td:nth-last-child(5) {
       flex: 1 0 100%;
       padding: 0;
       height: 10px;
    }
    .rc_filter_top_center > .fl td:nth-last-child(3),
    .rc_filter_top_center > .fl td:nth-last-child(4),
    .filtr_top_data td:nth-last-child(3),
    .filtr_top_data td:nth-last-child(4) {
        padding: 0;
    }
 
    .rc_filter_top_center > .fl td:nth-last-child(3),
    .rc_filter_top_center > .fl td:nth-last-child(4),
    .rc_filter_top_center > .fl td:nth-last-child(7),
    .filtr_top_data td:nth-last-child(3),
    .filtr_top_data td:nth-last-child(4),
    .filtr_top_data td:nth-last-child(7) {
        white-space: nowrap;
    }

    #menu_panel > table > tbody > tr,
    #menu_panel > form > table > tbody > tr {
        display: flex;
        overflow: hidden;
    }
    #menu_panel > table > tbody > tr *,
    #menu_panel > form > table > tbody > tr * {
        box-sizing: border-box;
    }
    #menu_panel > table > tbody > tr > td:first-child,
    #menu_panel > form > table > tbody > tr > td:first-child {
        padding: 0;
        margin-right: 20px;
        display: none;
    }
    #menu_panel > table,
    #menu_panel > table > tbody > tr > td:last-child,
    #menu_panel > form > table,
    #menu_panel > form > table > tbody > tr > td:last-child {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
    #menu_panel > table form tr,
    #menu_panel > form > table tr {
        display: flex;
        flex-direction: column;
        max-width: calc(100vw - 40px);
    }
    #menu_panel > table form tr tr,
    #menu_panel > form > table tr tr {
        margin-left: -7.5px;
        width: calc(100% + 15px);
        max-width: calc(100% + 15px);
    }
    #menu_panel > table form td,
    #menu_panel > form > table td {
        width: 100%;
        text-align: left;
    }
    #menu_panel > table form td.ar,
    #menu_panel > form > table td.ar {
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px dashed #ddd;
    }
    #menu_panel > table form tr:nth-child(2) > td.ar,
    #menu_panel > form > table tr:nth-child(2) > td.ar {
        border-top: 0 !important;
    }
    #menu_panel > table form td.ar,
    #menu_panel > form > table td.ar,
    #menu_panel > table form td.al,
    #menu_panel > form > table td.al {
        padding-left: 20px;
        padding-right: 20px;
    }
    #menu_panel > table form td.al input, #menu_panel > table form td.al textarea,
    #menu_panel > form > table td.al input, #menu_panel > form > table td.al textarea {
        max-width: 100%;
    }
    #menu_panel > table form td.al textarea,
    #menu_panel > form > table td.al textarea {
        width: 100% !important;
    }
    .colum_right_border .rc_filter_top_center {
        padding-left: 5px;
        padding-right: 5px;
    }
    .colum_right_border .rc_filter_top_center > table tr {
        width: calc(100% - 15px);
    }
    .right_column_input input {
        width: 100%;
    }

    .menu-panel-switcher {
        margin-bottom: 25px;
    }
    .menu-panel-list-active {
        margin-bottom: 5px;
    }
    .menu-panel-list-active a {
        background-color: #db1430;
        line-height: 42px;
        padding: 0 14px;        
        color: #fff;
        display: block;
        border-radius: 5px;
        position: relative;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 14px;
    }
    .menu-panel-list-active a:after {
        font-family: 'Font Awesome 5 Free';
        content: '\f078';
        font-weight: bold;
        position: absolute;
        right: 20px;
    }

    .menu-panel-list {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 1px 15px 1px rgba(69,65,78,.08);

        transition-duration: 250ms;
        display: none;
    }
    .menu-panel-list-item:first-child {
        padding-top: 5px;
    }
    .menu-panel-list-item:last-child {
        padding-bottom: 5px;
    }
    .menu-panel-list-item a {
        line-height: 36px;
        padding: 0 14px;
        display: block;
    }
    .menu-panel-list-item:not(:last-child) a {
        border-bottom: 1px dashed #e6e6e6;
    }
}
@media (min-width: 620px) and (max-width: 767.98px) {
    .rc_filter_top_center > .fl td:nth-last-child(5) {
        flex: 1 0 1%;
    }
    .rc_filter_top_center > .fl td:nth-last-child(3),
    .rc_filter_top_center > .fl td:nth-last-child(4) {
        flex: 0;
        padding: 0;
    }
}
@media (min-width: 768px) and (max-width: 870px) {
    .rc_filter_top_center > .fl {
        position: relative;
    }
}
@media (max-width: 870px) {
    .rc_filter_top_center > .fl {
        width: 100%;
    }
    .rc_filter_top_center, .rc_filter_top_center > .fl tr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}
@media (max-width: 991.98px) {
    .cookiesInfo  {
        width: 100%;
        padding: 40px 0px 0px 0px !important;
    } 
    body .mobile-top-info {
        position: absolute !important;
    }
    
    .hide-on-mobile {
        display: none;
    }
    .desktop-menu, .mobile-menu {
        display: none;
    }
    .rc_tooltip_content {
        display: none !important;
    }
    #header header {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }
    #header header .clear {
        display: none;
    }
    .rc_logo {
        height: 50px;
        padding: 0;
    }
    .rc_logo a {
        display: flex;
        align-items: center;
        height: 100%;
        width: 64px;
        justify-content: center;
    }
    .rc_logo img {
        width: 36px;
        height: 36px;
    }
    .mobile-menu-toggle, .header_right_menu_top, .header_right_menu_top > div {
        width: 46px;
        height: 50px;
        padding: 0;
        position: relative;
    }
    .online_users, .support_count {
        top: 8px;
        position: absolute;
        right: 8px;
        left: auto;
        line-height: 12px;
    }
    .top-right-menu {
        margin: 0 !important;
        display: flex;
        float: none;
        width: 350px;
    }
    .top-right-menu > * {
        flex-grow: 0;
        flex-shrink: 1;
    }
    .mobile-menu-toggle a, .header_right_menu_top > div > a, .header_right_menu_top:nth-last-child(3) > div.pointer {
        color: rgba(255,255,255,.9);
        display: block;
        text-align: center;
        line-height: 50px;
        font-size: 20px;
        padding: 0 !important;
        border-left: 1px solid rgba(255,255,255,.2);
    }
    .header_right_menu_top > div > a, .header_right_menu_top:nth-last-child(3) > div.pointer {
        font-size: 18px !important;
        color: rgba(255,255,255,.9) !important;
    }
    .mobile-menu {
        width: 100%;
        background-color: #201f2b;
        border-top: 1px solid rgba(255,255,255,.2);
    }

    .mobile-menu ul {
        display: flex;
        height: auto;
        flex-direction: column;
    }
    .mobile-menu ul a {
        box-sizing: border-box;
        white-space: nowrap;
    }
    .mobile-menu ul > li:not(:last-child) {
        border-bottom: 1px solid rgba(255,255,255,.2);
    }
    .mobile-menu ul > li > a {
        padding: 15px 40px 15px 30px;
    }
    .mobile-menu ul.nav > .dropdown > a:after {
        top: 20px;
        right: 20px;
    }
    .mobile-menu ul.nav li > ul {
        display: none;
        border-top: 1px solid rgba(255,255,255,.2);
    }
    .mobile-menu ul.nav ul {
        position: relative;
        top: auto !important;
        left: auto !important;
        background-color: rgba(0,0,0,0.2);
        width: 100% !important;
    }
    .mobile-menu ul.nav ul a:after {
        display: none;
    }
    .mobile-menu ul.nav li > ul > li {
        height: auto !important;
    }
    .mobile-menu ul.nav ul li a {
        background-color: transparent;
        width: 100%;
        padding: 0 25px;
        line-height: 46px;
        color: rgba(255,255,255,.7);
    }
    .mobile-menu ul.nav ul li.dropdown {
        display: flex;
        flex-wrap: wrap;
    }
    .mobile-menu ul.nav ul li.dropdown > a:not([data-toggle-submenu]) {
        width: calc(100% - 46px);
        height: 46px;
    }
    .mobile-menu ul.nav ul li.dropdown > a[data-toggle-submenu] {
        height: 46px;
        width: 46px;
        padding: 0;
        text-align: center;
        line-height: 46px;
        border-left: 1px solid rgba(255,255,255,.2);
    }
    .mobile-menu ul.nav ul a:not([data-toggle-submenu]) {
        padding-left: 40px !important;
    }
    .mobile-menu ul.nav ul ul a:not([data-toggle-submenu]) {
        padding-left: 55px !important;
    }
    .mobile-menu ul.nav ul ul ul a:not([data-toggle-submenu]) {
        padding-left: 70px !important;
    }

    .right-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        z-index: 1000;
        visibility: hidden;
        background-color: rgba(0,0,0,.7);

        transition: opacity .2s, visibility .2s;
    }
    .right-menu-overlay.open {
        opacity: 1;
        visibility: visible;
    }
    .right-menu-box-close {
        position: absolute;
        font-size: 36px;
        color: #fff;
        right: 260px;
        width: 55px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        cursor: pointer;
    }
    .right-menu-box {
        width: 260px;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        bottom: 0;
        background-color: #fff;
        box-shadow: 0 1px 15px 1px rgba(69,65,78,.08);
        z-index: 9999999999;
    }
    .right-menu-box-close, .right-menu-box {
        will-change: transform;
        transform: translateX(280px);
        transition: transform .2s;
    }
    .open > .right-menu-box-close,
    .open > .right-menu-box {
        transform: translateX(0);
    }

    .rc_tooltip_online_header {
        line-height: 50px;
        height: 50px;
        padding: 0;
        display: block;
    }
    .rc_tooltip_online_list_first,
    .rc_tooltip_online_list {
        box-sizing: border-box;
        display: flex;
        padding: 0;
        width: 100%;
        height: auto;
        height: 40px;
        align-items: center;
    }
    .rc_tooltip_online_list_first i:first-child {
        margin-left: auto !important;
    }
    .rc_tooltip_online_list_first i, .rc_tooltip_online_list i {
        width: 35px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        color: rgba(0,0,0,.4);
    }
    .rc_tooltip_online_list i {
        margin-right: 10px;
        width: 45px;
    }
    .rc_tooltip_online_list span {
        line-height: 30px !important;
        display: block;
        float: none;
    }
    .rc_tooltip_online_list > div {
        width: calc(100% - 50px);
    }
    .rc_tooltip_online_list a {
        line-height: 40px;
        display: block;
        cursor: pointer;
        color: rgba(0,0,0,.7);
    }
    .rc_tooltip_online_list a:before, .rc_tooltip_online_list a:after {
        display: none;
    }
    .rc_tooltip_online_list span:first-of-type {
        margin-left: 0 !important;
        flex-grow: 1;
    }
    .rc_tooltip_online_list span:not(:first-of-type) {
        width: 35px !important;
        text-align: center !important;
        margin: 0 !important;
    }
    .rc_tooltip_online_separator {
        margin: 0 0 0 50px;
        border-color: rgba(0,0,0,.15);
        width: calc(100% - 50px);
    }
    .rc_tooltip_online_shop_link {
        padding: 10px;
    }
    .rc_tooltip_online_shop_link a {
        display: block;
        text-align: center;
        border: 1px dashed rgba(0,0,0,.15);
        border-radius: 5px;
        line-height: 36px;
    }
}

@media (max-width: 359.98px) {
    body.license-alert {
        margin-top: 119px;
    }
}
@media (min-width: 360px) and (max-width: 491.98px) {
    body.license-alert {
        margin-top: 75px;
    }
}
@media (min-width: 492px ) and (max-width: 893px) {
    body.license-alert {
        margin-top: 60px;
    }
}
@media screen and (min-width: 669px){
    .homepageTopLabel .rc_breadcrumbs{
        width: 230px;
    }
    .homepageTopLabel .rc_tutorial{
        margin-right: 230px; 
        width: calc(100% - 460px);
        justify-content: center; 
        font-size: 15px;
    }
}
@media (min-width: 894px) and (max-width: 1083.98px) {
    body.license-alert {
        margin-top: 30px;
    }
}

@media (min-width: 1084px) {
    body.license-alert {
        margin-top: 30px;
    }
}
@media (max-width: 756px) {
    .cookiesInfo {
        padding: 40px 0px 0px 0px !important;
        font-size: 16px !important;
    }
    .cookiesInfo .cookiesSvg {
        display: none;
    }
}
.img-fluid {max-width:100%;height:auto}

.global_note_text::after {
    content: attr(datatext);
    display: none;
    position: absolute;
    background-color: #3d95a0;
    padding: 5px 10px;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    max-width: 250px;
    overflow-wrap: break-word;
    white-space: normal;
}
.global_note_text:hover::after {
    display: inline-block;
}
.global_note_text {
    position: relative;
}

div#groups_main {
    overflow-y: scroll;
    max-height: 250px;
    display: flex;
    flex-direction: column;
}

.cookiesInfo {
    background: #FFF8DD;
    border: 1px solid #FFC700;
    padding: 20px 70px 20px 110px;
    font-size: 16px;
    line-height: 24px;
    color: #123054;
    text-align: center;
    position: relative;
    align-self: center;
    display: none;
}

.cookiesInfo .cookiesSvg {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.cookiesInfo .closeCookies {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}

/**** 2023 base flex styles ****/

.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex;
}

.flex-row {
    flex-direction: row;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-column {
    flex-direction: column;
}

.flex-column-reverse {
    flex-direction: column-reverse;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-center {
    align-items: center;
}

.align-items-baseline {
    align-items: baseline;
}

.align-items-stretch {
    align-items: stretch;
}

.align-self-start {
    align-self: flex-start;
}

.align-self-end {
    align-self: flex-end;
}

.align-self-center {
    align-self: center;
}

.align-self-baseline {
    align-self: baseline;
}

.align-self-stretch {
    align-self: stretch;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.align-content-start {
    align-content: flex-start;
}

.align-content-end {
    align-content: flex-end;
}

.align-content-center {
    align-content: center;
}

.align-content-between {
    align-content: space-between;
}

.align-content-around {
    align-content: space-around;
}

.align-content-stretch {
    align-content: stretch;
}
/**** 2023 - colors ****/

:root {
    --primary-dark-color: #0E9384;
    --primary-color: #15B79E;
    --primary-soft-color: #CCFBEF;
    --primary-light-color: #F0FDF9;

    --gray-dark-color: #121926;
    --gray-base-color: #364152;
    --gray-muted-color: #697586;
    --gray-medium-color: #CDD5DF;
    --gray-soft-color: #EEF2F6;
    --gray-light-color:#F8FAFC;

    --error-dark-color: #D92D20;
    --error-color: #F04438;
    --error-soft-color: #FEE4E2;
    --error-light-color: #FEF3F2;

    --warning-dark-color: #DC6803;
    --warning-color: #FDB022;
    --warning-soft-color: #FEF0C7;
    --warning-light-color: #FFFAEB;

    --success-dark-color: #079455;
    --success-color: #17B26A;
    --success-soft-color: #DCFAE6;
    --success-light-color:#ECFDF3;

    --secondary-dark-color: #088AB2;
    --secondary-color: #06AED4;
    --secondary-soft-color: #CFF9FE;
    --secondary-light-color:#ECFDFF;
}

/**** Temporary overwrite ****/

body, #main_content {
    background: var(--gray-soft-color);
    color: var(--gray-base-color);
}

#main_content {
    max-width: 1920px;
    margin: 0 auto;
}
@media screen and (min-width: 1921px) {
    #main_content {
        max-width: unset;
    }
}
#header {
    background: var(--gray-dark-color);
}

ul.nav > li > a {
    color: var(--gray-soft-color);
}

ul.nav > .dropdown > a::after {
    border-bottom: 1px solid var(--gray-medium-color);
    border-right: 1px solid var(--gray-medium-color);
}

.online_users, .tooltip_bg_online, .rc_tooltip_online_header {
    background: var(--secondary-color);
}

ul.nav > li:hover > a, ul.nav > li > a:hover {
    color: var(--primary-soft-color);
}

ul.nav > .dropdown:hover > a::after, ul.nav > .dropdown > a:hover::after {
    border-color: var(--primary-soft-color);
}

.m-link {
    color: var(--secondary-color);
}

.m-link:hover {
    color: var(--secondary-dark-color);
}

ul.nav ul li:hover > a, ul.nav ul li > a:hover {
    color: var(--primary-color);
}

ul.nav ul > .dropdown:hover > a::after, ul.nav ul > .dropdown > a:hover::after {
    border-color: var(--primary-color)
}

.rc_panel_menu_active {
    background: var(--secondary-color) !important;;
}

.rc_edit_title {
    border-left-color: var(--secondary-color);
}

.m-checkbox label {
    background-color: var(--gray-medium-color);
}

.m-checkbox input:checked + label {
    background-color: var(--secondary-color);;
}

.url_input > span, INPUT {
    border-color: var(--gray-medium-color);
}

.rc_status_icon_active {
    color: var(--success-color);
}

.filtr_body_tr:hover {
    background-color: var(--primary-light-color) !important;
}

.rc_result_c {
    background: var(--success-soft-color);
    color: var(--success-dark-color);
}

.text_color {
    color: var(--primary-color);
}

.top-right-menu {
    display: flex;
    justify-content: flex-end;
}

.groupItem .itemHeader{
    font-family: unset;
    font-size: unset;
    background: unset;
    padding: unset;
    border: unset;
    cursor: unset;
    font-weight: unset;
    position: unset;
}

/**** Allegro Droplo ****/
.infoContainer {
    margin-left: auto;
    margin-right: auto;
}

.infoContainer__column {
    padding: 16px;
}

.infoContainer__column iframe {
    max-width: 100% !important;
}

.infoContainer__column img {
    max-width: 100%;
}

/**** Design 2023 - top label ****/
.ui_top-label {
    margin: 16px 0;
}

.ui_top-label__title {
    display: inline-block;
    margin: 8px 16px 8px 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--gray-dark-color);
}

.ui_top-label__description {
    color: var(--gray-base-color);
    line-height: 1.6;
    font-size: 14px;
}

.ui_top-label__buttons {
    padding: 8px 0;
}
.ui_top-label__buttons .languages_list_bg{
    height: 40px;
    display: flex;
    align-items: center;
    background-color: var(--gray-light-color);
    padding: 8px 16px;
    width: auto;
    margin-right: 16px;
    color: var(--gray-base-color);
    box-shadow: 0px 1px 3px 0px #1018281A;
    border-radius: 8px;
}
.ui_top-label__buttons  #languages_list_out {
    margin: 0 16px 0 8px;
}
.ui_top-label__buttons  .languages_list_bg i::before{
    content: "";
    border-bottom: 1px solid var(--gray-base-color);
    border-right: 1px solid var(--gray-base-color);
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 16px;
}

.ui_top-label__buttons .languages_list_ul {
    width: 100%;
    background: var(--gray-light-color);
    top: 34px;
    left: 0;
    box-shadow: 0px 1px 3px 0px #1018281A;
    border-radius: 0 0 8px 8px;
    padding: 16px;
}

.ui_top-label__buttons #languages_list_ul > div {
    padding: 4px 0;
}

.ui_top-label__buttons #languages_list_ul > div + div {
    margin-top: 8px;
}

.ui_top-label__buttons #languages_list_ul a {
    color: var(--gray-base-color);

}

.ui_top-label__buttons #languages_list_ul a:hover {
    color: var(--secondary-color);
}
/**** Design 2023 - buttons ****/

.ui_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    padding: 8px 16px;
    border-radius: 8px;
    height: 40px;
    font-size: 13px;
    transition: 0.3s ease;
    border: 2px solid;
}

.ui_button + .ui_button {
    margin-left: 16px;
}

.ui_button-secondary {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.ui_button-small {
    padding: 4px 8px;
    height: 35px;
}
.ui_button-secondary:hover{
    background-color: var(--secondary-dark-color);
    color: #fff;
    border-color: var(--secondary-dark-color);
}

 .ui_button-primary {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.ui_button-primary:hover {
    background-color: var(--primary-dark-color);
    color: #fff;
    border-color: var(--primary-dark-color);
}

.ui_button-disabled {
    background-color: transparent;
    color: var(--gray-medium-color);
    border-color: var(--gray-medium-color);
}

.ui_button .ui_icon--standard {
    margin-right: 8px;
}

.ui_button-neutral {
    background-color: transparent;
    border-color: var(--gray-muted-color);
    color: var(--gray-muted-color);
}

.ui_button-neutral:hover {
    background-color: var(--gray-muted-color);
    color: #fff;
}

.ui_button-warning {
    border-color: var(--warning-color);
    color: var(--warning-color);
}

.ui_button-warning:hover {
    background-color: var(--warning-color);
    color: #fff;
}

.ui_button .ui_icon {
    margin-right: 8px;
}
/**** Design 2023 - module ****/
.ui_module {
    margin: 16px 0;
    padding: 32px;
    background-color: #fff;
    box-shadow: 0px 12px 16px -4px #10182814;
}
.ui_module__title {
    font-size: 16px;
    color: var(--gray-dark-color);
    font-weight: 500;
    margin-bottom: 16px;
    border-left: 4px solid var(--secondary-color);
    padding: 4px 0 4px 16px;
}

.ui_module__description {
    color: var(--gray-muted-color);
    font-size: 13px;
    line-height: 1.6;
}

.ui_module__row {
    margin-top: 10px;
}

.ui_module__section + .ui_module__section {
    margin-top: 32px;
}

.ui_module__section {
    margin: 16px 0;
}

.ui_module__subtitle {
    font-weight: 500;
    margin-bottom: 8px;
    background-color: var(--gray-soft-color);
    padding: 8px 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: var(--gray-base-color);
}

.ui_module__section-description {
    padding: 8px 16px;
    font-size: 13px;
    color: var(--gray-muted-color);
}

.ui_module__subtitle .ui_icon {
    margin-right: 16px;
}

.ui_module__subtitle strong {
    color: var(--primary-color);
    margin-left: 8px;
}

.ui_module__section-card {
    border: 1px solid var(--gray-medium-color);
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--gray-light-color);
}

.ui_module__section-card--active {
    border-color: var(--success-color);
    background-color: var(--success-light-color);
}

.ui_module__section-card--active .ui_module__subtitle {
    background-color: var(--success-soft-color);
    color: var(--success-dark-color);
}

.ui_module__section-card--inactive .ui_module__subtitle {
    color: var(--gray-muted-color);
}

/**** Design 2023 - card ****/

.ui_card {
    padding: 16px;
    border: 1px solid var(--gray-medium-color);
    border-radius: 8px;
    text-align: center;
    margin: 8px 0;
}

.ui_card__title {
    font-size: 14px;
}

.ui_card__title strong {
    color: var(--gray-dark-color);
    font-weight: 500;
}

.ui_card__img {
    margin: 16px 0;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: var(--gray-medium-color);
    font-size: 16px;
    color: var(--gray-base-color);
    position: relative;
}

.ui_card__img img {
    max-width: 100%;
}

.ui_card__img--different{
    aspect-ratio: unset;
    background-color: #fff;
}

.ui_card__text {
    margin: 16px 0;
}

.ui_card__lang {
    margin: 8px;
}

.ui_card__img--different img {
    aspect-ratio: 3 / 2;
}

/**** Design 2023 - markers ****/

.ui_marker {
    position: absolute;
    bottom: 8px;
    left: 8px;
    padding: 4px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
}

.ui_marker--free {
    background-color: var(--success-soft-color);
    color: var(--success-dark-color);
}

.ui_marker--custom {
    background-color: var(--warning-soft-color);
    color: var(--warning-dark-color);
}

.ui_marker--market {
    background-color: var(--secondary-soft-color);
    color: var(--secondary-dark-color);
}

.ui_marker--new {
    background-color: var(--error-soft-color);
    color: var(--error-dark-color);
}

/**** Design 2023 - banners ****/

.ui_banner {
    background-color: var(--gray-soft-color);
    color: var(--gray-base-color);
    border-radius: 5px;
    padding: 16px;
    height: 290px;
    margin: 10px 0;
}

.ui_banner__title {
    padding: 0;
    font-size: 15px;
    color: var(--gray-dark-color);
    margin-bottom: 8px;
}

.ui_banner__icon {
    color: var(--gray-muted-color);
    padding: 8px;
}

.ui_banner__content {
    font-size: 14px;
    padding: 8px;
}

.ui_banner__text {
    margin-bottom: 8px;
}

/**** Design 2023 - icons ****/

.ui_icon {
    fill: currentColor;
    display: inline-flex;
}

.ui_icon--standard svg {
    height: 16px;
    width: 16px;
}

.ui_icon--pros {
    color: var(--success-color);
}

.ui_icon--cons {
    color: var(--error-color);
}

/**** Design 2023 - column left ****/

.ui_column-left {
    padding: 32px;
    background-color: #fff;
    box-shadow: 0 12px 16px -4px #10182814;
    margin: 16px 0;
}

.ui_column-left .filtr_body_tr_2_mod, .filtr_body_tr_2_mod2 {
    width: 100%;
    padding: 8px 16px;
    border-radius: 0;
    margin-bottom: 4px;
}

/**** Design 2023 - settings ****/

.ui_settings {
    padding: 8px 16px;
}

.ui_settings__name {
    margin-right: 16px;
    width: 20%;
}

.ui_settings__name + div {
    width: 80%;
}

.ui_settings__input-description {
    font-size: 12px;
    color: var(--gray-muted-color);
    padding: 4px;
    width: 100%;
}

.ui_settings__delete {
    margin-left: 16px;
}

.ui_settings__delete a {
    color: var(--gray-muted-color);
}

.ui_settings__delete a:hover {
    color: var(--error-color);
}

.ui_settings__input > div {
    width: 100%;
}

.ui_settings__input input {
    padding: 8px 16px;
    margin-right: 16px;
    display: inline-flex;
    color: var(--gray-base-color);
    border: 1px solid var(--gray-medium-color);
    height: 40px;
    align-items: center;
    min-width: 40%;
}

.ui_settings__checkbox > div {
    display: inline-flex;
    align-items: center;
}

.ui_settings__checkbox input {
    height: 24px;
    width: 40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
    border-radius: 3.25rem;
    border: 0;
    visibility: inherit;
    background-color: var(--gray-medium-color);
    cursor: pointer;
    appearance: none;
    background-position: left center;
    transition: background-position .15s ease-in-out;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-right: 16px;
}

.ui_settings__checkbox input[type="checkbox"]:checked {
    background-color: var(--primary-color);
    background-position: right center;
}

.ui_settings .ui_icon svg {
    max-height: 320px;
}

/**** Design 2023 - info label ****/
.ui_info {
    padding: 8px 16px;
    font-size: 12px;
    margin: 8px 0;
    background-color: var(--gray-light-color);
    color: var(--gray-muted-color);
    line-height: 1.5;
}

.ui_info .ui_icon {
    margin-right: 16px;
}

.ui_info--tip {
    background-color: var(--secondary-light-color);
    color: var(--secondary-dark-color);
}

.ui_info--warning {
    background-color: var(--warning-light-color);
    color: var(--warning-dark-color);
}

.ui_info--error {
    background-color: var(--error-light-color);
    color: var(--error-dark-color);
}

.ui_info--success {
    background-color: var(--success-light-color);
    color: var(--success-dark-color);
}

.ui_info .ui_link {
    text-decoration: underline;
    color: inherit;
}

.ui_info--tip .ui_link:hover {
    color: var(--secondary-dark-color);
}

.ui_info--warning .ui_link:hover {
    color: var(--warning-dark-color);
}

.ui_info--error .ui_link:hover {
    color: var(--error-dark-color);
}

.ui_info--success .ui_link:hover {
    color: var(--success-dark-color);
}

/**** Design 2023 - css dev ****/
.ui_settings--css-buttons .ui_button-neutral {
    margin-right: auto;
}

/**** Design 2023 - radio input ****/
.ui_radio-tile:checked + .ui_radio-tile__content .ui_card {
    border-color: var(--success-color);
}

.ui_radio-tile__content .ui_card {
    position: relative;
    cursor: pointer;
}

.ui_radio-tile__content .ui_card::before {
    content: "Nieaktywny";
    padding: 8px 16px;
    background-color: var(--gray-medium-color);
    color: var(--gray-muted-color);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px 0 8px 0;
}

.ui_radio-tile:checked + .ui_radio-tile__content .ui_card::before {
    content: "Aktywny";
    background-color: var(--success-color);
    color: var(--success-light-color);
}

.ui_radio-tile {
    display: none;
}

/**** Design 2023 - pros and cons ****/
.ui_card__pros, .ui_card__cons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ui_card__pros li, .ui_card__cons li {
    display: flex;
    align-items: center;
    margin: 4px 0;
    font-size: 12px;
    text-align: left;
    color: var(--gray-muted-color);
}

.ui_card__pros .ui_icon, .ui_card__cons .ui_icon {
    margin-right: 8px;
}

/**** Design 2023 - drag & drop ****/

.ui_draggable {
    padding: 0 16px;
}

.ui_draggable__item {
    background-color: #fff;
    padding: 8px 16px;
    margin: 16px 0;
    border: 1px solid var(--gray-medium-color);
    border-radius: 8px;
    cursor: move;
}

.ui_draggable__item .ui_icon {
    margin-right: 16px;
    color: var(--gray-muted-color);
}

.ui_draggable__name {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 14px;
}

.ui_draggable__description {
    font-size: 12px;
    color: var(--gray-muted-color);
}

/**** Design 2023 - media queries ****/
@media screen and (max-width: 600px) {
    .ui_settings {
        flex-wrap: wrap;
        border-top: 1px dashed var(--gray-medium-color);
    }

    .ui_settings__name, .ui_settings__name + div {
        width: 100%;
        margin-right: 0;
    }

    .ui_settings__name {
        margin-bottom: 8px;
    }

    .ui_settings__input > div {
        margin-top: 8px;
    }

    .ui_module {
        margin: 8px 0;
        padding: 16px;
    }

    .ui_column-left {
        padding: 16px;
        margin: 8px 0;
    }

    .ui_radio-tile__content .ui_card::before {
        padding: 4px 8px;
        font-size: 12px;
    }

    .ui_card__title {
        margin: 8px 0;
    }

    .ui_radio-tile__content .ui_card .ui_icon svg {
        max-height: 200px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
    .ui_banner {
        flex-direction: column;
        height: auto;
    }

    .ui_banner__icon {
        text-align: center;
    }

    .ui_banner > div {
        width: 100% !important;
        max-width: 100%;
        flex: unset;
    }

    .ui_banner__icon .ui_icon {
        height: 150px !important;
    }

    .ui_banner__content {
        height: 204px;
    }
}