.modal-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modal-wrapper.opened {
    opacity: 1;
    visibility: visible;
    z-index:20;
}
.modal-inner {
    max-width: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.75rem;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 2px 3px 12px rgba(34, 34, 34, 0.5);
    box-shadow: 2px 3px 12px rgba(34, 34, 34, 0.5);
}
.modal-header {
    position: relative;
    font-size: 20px;
    font-weight: 500;
}
.modal-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -20px;
    top: -20px;
}
.modal-close svg {
    height: 20px;
    width: 20px;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.modal-footer button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
    font-size: 18px;
    background-color: #c2e3e3;
    border-radius: 6px;
    height: 42px;
    white-space: nowrap;
}
.modal-footer button:hover {
    background-color: #d6ecec;
}
.modal-footer .account-actions-row {
    margin-top: 0;
}
.modal-wrapper.modal-table-role .modal-header {
    text-align: center;
}
.um-account {
    margin-top: 50px;
}
.um-account .um-account-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    padding-left: 2rem;
}
.um-account .um-account-name {
    padding-top: 0;
}
.um-account .um-account-side {
    width: 40%;
}
.um-account .um-account-side ul li {
    background-color: #fff;
    margin-bottom: 10px;
}
.um-account .um-account-side ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
}
.um-account .um-account-side ul li a:hover {
    background-color: transparent;
}
.um-account .um-account-side__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    font-size: 14px;
    margin-top: 20px;
    background-color: #ebebff;
    padding: 5px 10px;
}
.um-account .um-account-side__footer span {
    display: block;
    height: 4px;
    width: 4px;
    background: #000;
    border-radius: 50%;
}
.um-account .um-account-actions {
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0.5rem;
    padding-left: 2rem;
}
.um-account .um-account-actions a {
    color: #1784cb;
}
.um-account .um-account-actions a:nth-of-type(2) {
    background: #eee;
    padding: 5px 10px;
}
.um-account .um-account-actions a:nth-of-type(3) {
    background: #eee;
    padding: 5px 10px;
}
.um-account .um-account-main {
    width: 60%;
}
.um-account .um-account-tab-kabinety .um-account-heading {
    display: none;
}
.um-account .um-account-tab-manager-roles .um-account-heading,
.um-account .um-account-tab-oblik .um-account-heading {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px !important;
    color: #1784cb;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.um-account .um-account-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 10px;
    border: 1px solid violet !important;
    float: none !important;
}
.um-account .um-account-icon img {
    width: 40px;
    height: 40px;
}
.um-account .um-account-arrow {
    display: none;
}
.um-account .um-account-title {
    color: #1784cb !important;
    font-size: 18px;
    float: none !important;
}
.um-account .uimob340-show,
.um-account .uimob500-show,
.um-account .uimob800-show,
.um-account .uimob960-show {
    display: none;
}
.um-logout-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    height: 56px;
    background: #ebebff;
    font-size: 22px;
    font-weight: 600;
    width: 200px;
    padding: 0 15px;
}
.um-logout-button svg {
    width: 30px;
    fill: #666;
}
.milki-cabinets-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    color: #1784cb;
    font-size: 24px;
    margin-bottom: 20px;
}
.milki-cabinets-enter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px 10px;
    background: #eee;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.milki-cabinets-enter svg {
    fill: green;
}
.milki-cabinets-enter.disabled {
    cursor: default;
    opacity: 0.5;
}
.milki-cabinets-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px 10px;
    background: #eee;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.milki-cabinets-button svg {
    fill: green;
}
.milki-cabinets-lbutton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px 10px;
    background: #eee;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.milki-cabinets-lbutton svg {
    fill: red;
    width: 22px;
    height: 22px;
}
.milki-cabinets-selected {
    text-align: center;
}
.milki-cabinets-selected span {
    color: #1784cb;
    font-size: 16px;
}
.milki-cabinets-selected {
    margin-bottom: 10px;
}
.milki-cabinets-selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.milki-cabinets-select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.milki-cabinets-select label {
    display: block;
    background-color: #c2e3e3;
    padding: 10px;
}
.milki-cabinets-select select {
    width: 100%;
    height: 36px;
    border: 1px solid #000;
    border-radius: 6px;
}
.milki-cabinets-available span {
    display: block;
    color: #1784cb;
    font-size: 20px;
    text-align: center;
}
.milki-selected-type {
    font-size: 20px;
    color: #1784cb;
    padding: 5px 15px;
    border: 1px solid #1784cb;
}
ul .milki-selected-type {
    cursor: pointer;
}
.um-account-tab-oblik table {
    border-collapse: collapse;
    border: 1px solid #555;
    width: 100%;
}
.um-account-tab-oblik table th {
    border: 1px solid #555;
    padding: 5px 10px;
}
.um-account-tab-oblik table td {
    border: 1px solid #555;
    padding: 5px 10px;
}
.um-account-tab-manager-roles table {
    border-collapse: collapse;
    border: 1px solid #555;
    width: 100%;
}
.um-account-tab-manager-roles table th {
    border: 1px solid #555;
    padding: 5px 10px;
}
.um-account-tab-manager-roles table td {
    border: 1px solid #555;
    padding: 5px 10px;
}
.account-actions-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    margin-top: 60px;
}

.milki-cabinets-choose-employe-or-not .account-actions-row{
    flex-wrap: wrap;
}
.milki-cabinets-selects-wrapper {
    display: none;
}
.milki-cabinets-choose-employee-title {
    display: block;
    background-color: #c2e3e3;
    padding: 10px;
    width: fit-content;
    margin: 0 auto;
}
.flex-break {
    flex-basis: 100%;
    height: 0;
}
.milki-cabinets-choose-employe-or-not .milki-cabinets-leave {
    margin-top: 60px;
}


.account-actions-row.one-el a {
    margin-right: 0;
}
.table-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 3px;
    -moz-column-gap: 3px;
    column-gap: 3px;
    margin-bottom: 5px;
}
.table-actions a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.table-actions .add-role,
.table-actions .table-add {
    color: green;
}
.table-actions .add-role svg,
.table-actions .table-add svg {
    fill: currentColor;
}
.table-actions .edit-role,
.table-actions .table-edit {
    color: green;
}
.table-actions .edit-role svg,
.table-actions .table-edit svg {
    fill: currentColor;
}
.table-actions .delete-role,
.table-actions .table-delete {
    color: red;
}
.table-actions .delete-role svg,
.table-actions .table-delete svg {
    fill: currentColor;
}
.table-actions a.disabled,
.change_folder.disabled {
    opacity: 0.5;
    cursor: default;
}
.table-actions svg {
    width: 18px;
    height: 18px;
}
.table-single-oblik > h3 {
    color: #1784cb;
    font-size: 20px;
    text-align: center;
}
.table-role-wrapper > h3 {
    color: #1784cb;
    font-size: 20px;
    text-align: center;
}
.table-group-oblik > h3 {
    color: #1784cb;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
table tr.invalid td {
    border-bottom-color: red;
}
.um-form .tabledit-view-mode {
    cursor: pointer;
}
.um-form .tabledit-view-mode .tabledit-input {
    display: none !important;
}
.um-form .tabledit-edit-mode .tabledit-input {
    height: 30px !important;
}
table#all-obliks-table tbody tr {
    cursor: pointer;
}
table#all-obliks-table tbody tr.selected {
    border: 2px dashed #1784cb;
}
table#all-roles-table tbody tr {
    cursor: pointer;
}
table#all-roles-table tbody tr.selected {
    border: 2px dashed #1784cb;
}
table#add-role-table select {
    width: 100%;
}
table#add-role-table input {
    width: 100%;
}
table#group-obliku,
table#odunucya-obliku {
    width: 100%;
    table-layout: fixed;
}
table#group-obliku thead th:first-of-type,
table#odunucya-obliku thead th:first-of-type {
    width: 40px;
}
tr.group-row {
    background-color: #d6ecec;
    font-weight: 700;
}
.table-wrapper {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.um-register .um-row {
    margin-bottom: 10px !important;
}
.um-register .um-col-alt {
    margin-top: 5px;
}
.um-register .um-field-label {
    display: none;
    margin: 0;
}
.um-register .um-field {
    padding-top: 12px;
}
.milki-profiles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    padding-right: 40px;
    padding-bottom: 30px;
}
.milki-profile {
    position: relative;
    border: 1px solid #eee;
    border-radius: 4px;
    cursor: pointer;
    height: 150px;
}
.milki-profile__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 0.5rem;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.milki-profile__image {
    width: 60px;
}
.milki-profile__image img {
    height: auto;
    display: block;
}
.milki-profile__actions {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}
.milki-profile__actions ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 40px;
    right: 0;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    background: #fff;
}
.milki-profile__actions ul li {
    padding: 5px 10px;
    font-size: 11px;
}
.milki-profile__actions ul li:hover {
    background: #888;
}
.milki-profile__actions ul.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.milki-profile__toggle {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.milki-profile__toggle span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #000;
}
.milki-profile__toggle span:nth-of-type(1) {
    top: 7px;
}
.milki-profile__toggle span:nth-of-type(2) {
    top: 13px;
}
.milki-profile__toggle span:nth-of-type(3) {
    top: 19px;
}
.milki-profile__toggle:hover {
    background: #d8d8d8;
}
.milki-profile__toggle.active {
    background: #d8d8d8;
}
.milki-profile-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 0.5rem;
    padding: 20px;
}
.milki-profiles__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
}
.milki-profiles__footer button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}
.milki-profiles__header {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.milki-profiles__header p {
    font-size: 26px;
}
.milki-profiles-container {
    height: 420px;
    position: relative;
    border-bottom: 1px solid #eee;
}
.milki-scrl-container {
    height: 95%;
    width: 960px;
    overflow: auto;
    margin: 0 auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #62b3e9 #f2f2f2;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.milki-scrl-container::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    background: #f2f2f2;
}
.milki-scrl-container::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    background: #62b3e9;
}
.cabinet-wrapper .panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    min-height: 400px;
}
.cabinet-wrapper .panel.active {
    display: flex;
}
.cabinet-wrapper .panel-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.cabinet-wrapper .panel-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    row-gap: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    margin-left: auto;
}
.cabinet-wrapper .panel-actions svg {
    height: 16px;
    width: 16px;
}
.cabinet-wrapper .panel-actions a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    border-radius: 5px;
    border: 1px solid transparent;
    background: 0 0;
}
.cabinet-wrapper .panel-actions a:hover {
    border: 1px solid #bbb;
    background: #e4f7f5;
}
.cabinet-wrapper #main_panel {
    background: url(../img/bg-body.jpg);
}
.cabinet-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 27px;
    background: #dff2f1;
    border-bottom: 1px solid #a6c5cb;
}
.cabinet-header .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*border-bottom: 1px solid #a6c5cb;*/
    padding-left: 4px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.cabinet-header .tab-item a {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eff7f8), to(#fff));
    background: linear-gradient(to bottom, #eff7f8 0, #fff 100%);
    padding: 0 10px;
    margin: 0 4px -1px 0;
    border-radius: 5px 5px 0 0;
    border: 1px solid #a6c5cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 24px;
}
.cabinet-header .tabs .menu_item_title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
	font-size: 15px;
}
.cabinet-header .tab-item svg {
    height: 18px;
    width: 18px;
}
.cabinet-header .tab-selected a {
    border-bottom: 1px solid #fff;
}
.cabinet-header .close-tabs-wrapper {
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cabinet-header .close-tabs-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    border: 1px solid transparent;
    background: 0 0;
}
.cabinet-header .close-tabs-wrapper a:hover {
    border: 1px solid #bbb;
    background: #e4f7f5;
}
.cabinet-header .close-tabs-wrapper svg {
    height: 16px;
    width: 16px;
}
.header-profile {
    background: #fff;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.header-profile-name a {
    font-size: 12px;
    font-weight: 600;
}
.header-profile-name {
    font-size: 10px;
}
.header-top__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
}
.header-cabinet .header-top .search-form input {
    width: 280px;
}
.header-cabinet .header-top-right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.header-cabinet-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    width: 100%;
}
.header-cabinet-menu a {
    font-size: 12px;
}
.header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-size: 14px;
}
.menu-item .icon-right svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#cabinet-menu .menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#cabinet-menu .menu-item a svg {
    margin-right: 0;
}
#cabinet-menu .menu-item .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}
#cabinet-menu .menu-item li.menu-item.menu-has-divider {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}
#cabinet-menu .menu-item li.menu-item.menu-has-divider img {
    height: 16px;
}
#cabinet-menu .menu-item li.menu-item.menu-has-divider + li {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 8px;
}
#cabinet-menu .sub-menu a {
    width: 100%;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}
#cabinet-menu .sub-menu a > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 5px;
}
#cabinet-menu .sub-menu a > span span {
    margin-left: auto;
}
#cabinet-menu li {
    position: relative;
}
#cabinet-menu li > ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fafafa;
    color: #444;
    padding: 5px 5px 5px;
    -webkit-box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    border: 1px solid #ddd;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 999;
}
#cabinet-menu li > ul.sub-menu::before {
    content: "";
    position: absolute;
    top: 5px;
    height: calc(100% - 10px);
    left: 26px;
    width: 1px;
    background: #ddd;
}
#cabinet-menu li > ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
}
#cabinet-menu ul.sub-menu li a {
    border: 1px solid transparent;
    border-radius: 3px;
}
#cabinet-menu ul.sub-menu li a:hover {
    border: 1px solid #a6c5cb;
}
#cabinet-menu li > ul.sub-menu.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
#cabinet-menu ul.sub-menu a span:first-of-type() {
    border-left: 1px solid #ddd;
}
#cabinet-menu a {
    display: block;
    text-decoration: none;
}
.tax-block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.tax-block__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.tax-block__left > h3 {
    color: #1784cb;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}
.tax-block__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.tax-block__right > h3 {
    color: #1784cb;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}
.tax-block__brands {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px 20px;
}
.tax-block__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.tax-block__image img {
    margin-bottom: 10px;
}
.tax-block__name a {
    text-decoration: underline;
    color: #1784cb;
    font-size: 20px;
}
.tax-block-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}
.tax-block-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.tax-block-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.tax-block-child .brand-cat-term {
    padding: 3px 10px;
    font-size: 15px;
}
.tax-block-sells .tax-block__image {
    height: auto;
}
.tax-block-sells .tax-block__name div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    color: #1784cb;
}
.tax-block-sells .tax-block__name div div {
    font-size: 20px;
}
.tax-block-sells .tax-block__name div div img {
    width: 70px;
}
.tax-block-sells .tax-block__brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0.5rem;
}
.tax-page-header {
    background: #1784cb;
    color: #fff;
    font-size: 26px;
    padding: 15px 0;
}
.brand-cat-term {
    color: #1784cb;
    padding: 5px 10px;
}
.brand-cat-term.current {
    background: #1784cb;
    color: #fff;
}
.breadcrumbs {
    padding: 10px 0;
}
.breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}
.breadcrumbs a {
    color: #1784cb;
}
#menu-item-276 a {
    line-height: 1.2;
}
.tax-block-brands .tax-block__name {
    text-align: center;
}
.term-milk-products .tax-block-brands .tax-block__brand:nth-child(3) {
    margin-top: -90px;
}
.menu-item .um-avatar {
    display: block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}
.content-tabs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding-top: 30px;
}
.content-tabs-left {
    width: 20%;
}
.content-tabs-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
}
.content-tabs-file > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    font-size: 16px;
    font-weight: 600;
}
.content-tabs-file > a svg {
    width: 20px;
}
.content-tabs-file {
    margin-bottom: 5px;
}
.content-tabs-header {
    color: #1784cb;
    font-size: 18px;
    margin-bottom: 10px;
    text-decoration: underline;
}
.content-tabs-ftext {
    margin-top: 10px;
    margin-bottom: 5px;
}
.content-tabs-ftext a {
    color: #1784cb;
}
.template-page-wrapper {
    padding-top: 30px;
}
.template-page-header {
    color: #1784cb;
    font-size: 22px;
    margin-bottom: 20px;
}
.template-page-file > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    font-size: 16px;
    font-weight: 600;
}
.template-page-file > a svg {
    width: 20px;
    height: 20px;
}
.template-page-file {
    margin-bottom: 5px;
}
.template-page-content {
    padding-bottom: 30px;
}
.template-page-content .footer-socials {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
}
.template-page-content a {
    color: #1784cb;
}
.page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    padding: 30px 0;
}
.page-wrapper-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.page-wrapper-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.page-wrapper-head {
    color: #1784cb;
    font-size: 22px;
    margin-bottom: 20px;
}
.page-wrapper-body article {
    margin-bottom: 15px;
}
.menu-item a svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    fill: #555;
}
.more-btn {
    color: #1784cb;
    text-decoration: underline;
}
.date-post {
    color: #1784cb;
    text-decoration: underline;
    font-weight: 600;
}
.global_sites_nav_wrapper {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.page-wrapper.noflex {
    display: block;
}
.page-contact-item .footer-socials {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.page-contact-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-contact-row .footer-follow-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}
.page-contact-row .footer-follow-links a {
    height: 40px;
    width: 40px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 9999px;
}
.page-contact-row .footer-follow-links a svg {
    height: 30px;
    width: 30px;
    fill: #8eb63a;
}
.page-contact-row .footer-follow-links a svg path {
    fill: #8eb63a;
}
.page-contact-follows {
    height: 50px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #8eb63a;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    color: #fff;
}
.tab-list-item {
    margin-bottom: 5px;
}
.tab-list-item a {
    color: #1784cb;
    font-size: 18px;
}
.tab-list-item.active a {
    text-decoration: underline;
}
@media (min-width: 1600px) {
    .home-items {
        padding: 15px 0;
        min-height: 100px;
    }
}
.footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
    background: url(../img/picture_footer_left.png), url(../img/picture_footer_right.png);
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom left, bottom right;
    background-size: contain;
    height: 146px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer .footer-socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer .footer-widget-item:nth-of-type(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 400px;
    flex: 0 1 400px;
}
.footer .footer-widget-item:nth-of-type(1) p {
    color: #121212;
    font-size: 16px;
}
.footer .footer-widget-item:nth-of-type(1) a {
    color: #1784cb;
}
.footer .footer-widget-item:nth-of-type(1) span {
    color: #1784cb;
    font-size: 18px;
}
.footer .footer-widget-item:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 350px;
    flex: 0 1 350px;
    text-align: center;
}
.footer-top {
    margin-top: auto;
    position: relative;
    right: unset;
    top: unset;
    left: unset;
}
.footer-top-inner ul svg path {
    fill: #8eb63a;
}
.footer-widgets::before {
    height: 146px;
    top: -10px;
}
.footer-widgets {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
.oblik-messages {
    font-size: 14px;
    color: red;
    margin-bottom: 5px;
}
@media (min-width: 1600px) {
    .footer-widgets::before {
        height: 146px;
    }
}
@media (max-width: 1280px) {
    .footer-widgets::before {
        height: 146px;
        left: 60px;
        width: calc(100% - 190px);
    }
    .footer .footer-widget-item:nth-of-type(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 250px;
        flex: 0 1 250px;
    }
    .footer-widgets {
        padding-left: 100px;
    }
}

.footer-oblik {
    background: #c2e3e3;
    height: unset;
    padding: 0;
	margin-top: auto;
}
.footer-oblik .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-oblik .footer-top-inner {
    height: 54px;
}
.footer-oblik .footer-top-inner ul a {
    height: 40px;
    width: 40px;
}
.footer-oblik .footer-top-inner ul svg {
    height: 32px;
    width: 32px;
}
.footer-oblik-col {
    font-size: 12px;
}
.footer-oblik-company {
    color: #1784cb;
    font-size: 16px;
}
.footer-oblik-email {
    color: #1784cb;
    text-decoration: underline;
}

.cabinet-header .tab-item img {
    margin-right: 6px;
}
.cabinet-header .tab-item .close-tab {
    margin-left: 6px;
    margin-right: -4px;
    width: 12px;
    height: 12px;
}


.cabinet-wrapper .panel:not(:first-child) .panel-body {
    border: 1px solid #a6c5cb;
    border-top:0;
}

.table_oblik_plus_wrapper {
    position: relative;
}
.table_oblik_plus_wrapper .table-actions {
    justify-content: space-between;
    padding: 4px;
    margin-bottom: 0;
}
.table_oblik_plus_wrapper  .table-title {
    text-align: center;
    font-size: 18px;
}
.table_oblik_plus_wrapper .main-actions {
    display: flex;
}
.table_oblik_plus_wrapper .main-actions a {
    margin-right: 4px;
}
.table_oblik_plus_wrapper .search-action input {
    border: 1px solid #a6c5cb;
    border-radius: 5px;
}

.table_oblik_plus {
    width: 100%;
}
.table_oblik_plus th, .table_oblik_plus td {
    text-align: left;
    border-width: 1px;
}
.table_oblik_plus th:hover {
    opacity: 0.6;
}
.table_oblik_plus tr {
    cursor: pointer;
}
.table_oblik_plus tbody tr.selected {
    border: 2px dashed #1784cb;
}


.table_oblik_plus th:hover {
    opacity: 0.6;
}
.table_oblik_plus th .icon-down {
    display: none;
    vertical-align: middle;
}
.table_oblik_plus th.active-sort .icon-down {
    display: inline-block;
}
.table_oblik_plus th.active-sort.desc .icon-down {
    transform: rotate(180deg);
    margin-top: -2px;
}
.table_oblik_plus th .icon-down svg {
    height: 20px;
    width: 20px;
}
.table_oblik_plus th[data-field="number_of_members"],
.table_oblik_plus th[data-field="member"],
.table_oblik_plus th[data-field="Questionnaire"],
.table_oblik_plus th[data-field="file_upload"],
.table_oblik_plus th[data-field="status"]
{
    pointer-events: none;
}
.table_oblik_plus td.centering {
    text-align: center;
}

.table_oblik_plus_wrapper .main-bottom-actions-row {
    padding-right: 100px;
}
.table_oblik_plus_wrapper .main-bottom-actions-row .milki-cabinets-lbutton{
    display: none;
}

.table_oblik_scroll_wrapper {
    width: 100%;
    max-height: 298px;
    overflow: auto;
}
.modal-table .table_oblik_scroll_wrapper {
    max-height: 136px;
}


.modal-ask{
    display:none;
    padding: 25px;
}

.table-form-wrapper,
.modal-table,
.modal-ask{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    background: #fff;
    z-index: 10;
}
.modal-table {
    min-width: 65%;
    width: max-content;
    max-width: 100%;
}
.modal-second-table,
.modal-second{
    top: 75%;
}
.table-form {
    border: 1px solid #555;
}
.table-form th,
.table-form td{
    border: 1px solid #555;
    padding: 5px;
}
.table-form-wrapper .account-actions-row.oblik-table-form-buttons {
    margin-top:40px;
}

#members_group .submit-btn,
.modal-second-table .submit-btn{
    display:none;
}
.actions-buttons-message {
    text-align: center;
    margin-top: 20px;
    margin-bottom: -40px;
}

#questionnaire_form {
    height: 600px;
    overflow-x: hidden;
    top: 0;
    border: 1px solid #a6c5cb;
}
.form-title {
    text-align: center;
    font-weight: 700;
    font-style: italic;
}
.without_cursor {
    cursor: default;
}
/*textarea.tabledit-input {*/
/*    !* overflow: hidden; *!*/
/*    resize: none;*/
/*}*/
.form_resizible_textarea {
    display: block;
    overflow: hidden;
    min-width: 220px;
    max-width: 220px;
    resize: none;
}
.tabledit-view-mode .link,
.tabledit-view-mode .email,
.email_row{
    color: blue;
    text-decoration: underline;
}

.tabledit-view-mode .placeholder {
    color: #9ca3af;
}
.tabledit-view-mode .select_from_modal {
    cursor: pointer;
}

.select_modal_field,
.select_modal_field option:first-child{
    color: #9ca3af;
}
.select_modal_field:has(option:checked:not(:first-child)){
    color: #000000;
}
.select_modal_field option:not(:first-child){
    color: #000000;
}

.header-top__row:first-child {
    justify-content: end;
}
.header_entity_name {
    border: 2px dotted;
    border-right: 0;
    border-left: 0;
    margin-bottom: 10px;
    background: #ffffff;
}
.close_unit_group_cabinet {
    cursor: pointer;
}

.folders_wrapper {
    display: flex;
}
.change_folder {
    cursor: pointer;
    margin-left: 15px;
    margin-top: 2px;
}
.folders_to_move {
    display: none;
    position: absolute;
    background: #ffffff;
    padding: 4px;
    z-index: 10;
    border: 1px #e5e7eb solid;
}
.folders_to_move span {
    display: block;
}
.folder_move_title {
    /* border-bottom: 1px solid; */
}
.folder_move {
    border: 1px dashed;
    border-bottom: unset;
    cursor: pointer;
    padding: 1px;
}
.change_folder.active + .folders_to_move {
    display: block;
}
.folder_move:last-child {
    border-bottom: 1px #000 dashed;
}
.folders .folder_name {
    margin-left: 20px;
    border: 1px dashed;
    padding: 2px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.folders .folder_name.active {
    background: #dff2f1;
}

.signed_wrapper {
    margin-left: 30px;
}
.signed_row {
    margin-left: 5px;
    padding: 2px 10px;
    cursor: pointer;
}
.signed_row.active {
    background: #dff2f1;
}
.ented_storage_child_items {
    margin-left: 75px;
    cursor: pointer;
}