.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.login-wrapper-info-block-header {
    color: rgba(255, 255, 255, 1);
    font-size: 48px;
    font-style: italic;
    font-weight: 900
}

.login-wrapper-info-block-description {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-style: italic;
    font-weight: 400
}

.login-wrapper-info-block-profit {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 8px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 8px;
}

.login-wrapper-info-block-profit-text {
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-weight: 400
}

.login-wrapper-info-block-circle {
    border-radius: 50%;
    background-color: rgba(82, 196, 26, 1);
    width: 8px;
    height: 8px;
    margin-right: 8px;
}

.login-wrapper-header {
    backdrop-filter: blur(10px);
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.login-wrapper-header:after {
    content: '';
    background-color: grey;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.login-wrapper-footer-block {
    backdrop-filter: blur(10px);
    height: 139px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 24px 22% 0 6%;
}

.login-wrapper-footer-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: grey;
    height: 1px;
}

.login-wrapper-footer-block-header {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 8px;
}

.login-wrapper-footer-block-text {
    color: rgba(255, 255, 255, 1);
    font-size: 11px;
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 8px;
    line-height: 13px;
    display: block;
}

.login-wrapper-footer-block-text:hover {
    color: rgba(255, 255, 255, 1);
}

.login-wrapper-footer-block-text:visited {
    color: rgba(255, 255, 255, 1);
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -18px;
    width: 36px;
    height: 36px;
    border: 2px solid #FFFFFF;
    border-bottom-color: #005191;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.context {
    padding: 16px 0;
    border-radius: 4px;
}
.context.w600 {
    min-width: 600px;
}
.mobile .context {
    border-radius: 4px;
    padding: 0 12px 36px;
}
.context-mobile {
    margin: 0;
    height: 104%;
}
.mobile .context.w600 {
    min-width: auto;
}

.notifications-list {
    max-width: none;
}

.mobile .notifications-menu-button svg path {
    fill: #ffffff !important;
}

.mobile-body.bg-blue {
    background: #005191;
    background: linear-gradient(186deg, #005191 0%, #005191 20%, rgba(218,222,227,1) 100%);
}
.mobile-body:before {
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    height: 24px;
    background-color: #f7f7f7;
    border-radius: 16px 16px 0 0;
    content: '';
    z-index: 1;
}
.mobile-body.bg-blue:before {
    background-color: #005191;
}
.mobile-header {
    height: 76px;
    background-color: #005191;
    color: #ffffff;
    padding-bottom: 10px;
    border-radius: 0;
}
.mobile-header-left-block {
    margin-left: 10px;
}
.mobile .welcome-page {
    font-size: 18px;
}
.mobile .welcome-page-text {
    margin: 4px 0 16px;
}
.mobile .welcome-page-organization-list {
    gap: 16px;
}
.mobile .tile-product-list-item {
    width: 100%;
    height: auto;
    padding: 16px 12px;
}
.mobile .tile-product-list-item-text {
    margin: 8px 0 0;
}
.mobile .welcome-page-organization-list-other-button {
    width: 100%;
    height: 40px;
    border: 1px solid #005191;
    border-radius: 8px;
    padding: 8px 16px;
    color: #ffffff;
    background-color: #005191;
}
.mobile .welcome-page-organization-list-other-button-icon-add {
    display: none;
}
.mobile .welcome-page-organization-list-other-button-text {
    color: #ffffff;
}
.content-user-settings {
    padding: 16px;
    box-shadow: 0 2px 16px 0 rgba(195, 195, 195, 0.25);
}


.workspace-header-right {
    margin: 12px;
    border-radius: 8px;
    background-color: rgba(195, 195, 195, 0.25);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 6px 12px 6px 24px;
}
.workspace-user-menu {
    z-index: 1;
}
.workspace-user-menu-text-full-name {
    margin: 0;
}
.workspace-user-menu-text-phone-account-arrow-img {
    margin-right: 0;
}
.workspace-user-menu-text-phone {
    white-space: nowrap;
}

.tether-element {
    z-index: 9999;
}

.workspace-user-menu-items {
    border-radius: 12px;
    right: -13px;
    top: 24px;
    padding: 8px 0;
    width: auto;
}

.inline-spinner {
    background-color: rgba(245,245,245, .6);
}

.mobile .data-blocks-slider ::-webkit-scrollbar-thumb {
    background: #E0E7EC;
    border-radius: 8px;
}
.mobile .data-blocks-slider ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.mobile .data-blocks-slider ::-webkit-scrollbar-track {
    background: #005191;
    border-radius: 0;
}

.center-form-logo {
    top: 12px;
}

.mobile .center-form-logo {
    left: 8px;
}

.center-form-logo img {
    width: 165px;
    height: 48px;
}

.mobile .login-wrapper {
    flex-direction: column;
    padding: 0 9px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    gap: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.mobile .login-wrapper-info-block-header {
    font-size: 24px;
    margin-top: 104px;
}

.mobile .login-wrapper-footer-block {
    position: static;
    height: auto;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
}

.mobile .login-wrapper-header {
    position: absolute;
}

.auth-by-ecp-form_confirm-button-wrapper {
    margin-top: 0;
}

.auth-by-ecp-form b {
    display: block;
    padding: 8px 0;
}

.mobile .login-wrapper .inline-spinner {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.auth-by-ecp-form .form-control.textarea {
    font-size: 12px;
    line-height: 1.2;
}

.mobile .attach-zone {
    height: auto !important;
}

.container ::-webkit-scrollbar-thumb {
    background: #E0E7EC;
    border-radius: 8px;
}
.container ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.container ::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 0;
}
.view-table,
.product-info-view-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 16px 0 rgba(195, 195, 195, 0.25);
}
.product-info-view-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}
.product-info-view-card-item-name {
    font-weight: bold;
}
.data-block-tab-item {
    background-color: #ffffff;
    color: #343741;
}
.data-block-tab-item.active {
    font-weight: bold;
}
.mobile .cloneable-grid {
    color: #343741;
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 24px;
    box-shadow: 0 0 12px 4px #E9E9E9;
}
.mobile .cloneable-grid .cloneable-grid-list > div > div {
    display: flex;
    align-items: center;
    justify-items: center;
    gap: 12px;
    padding: 0 0 8px;
    border-bottom: 1px solid #D3DAE6;
}
.mobile .cloneable-grid .cloneable-grid-list > div > div:last-child {
    border-bottom: none;
}
.mobile .cloneable-grid .cloneable-grid-list > div > div > div:nth-child(1) {
    width: 100%;
    font-weight: bold;
}
.mobile .cloneable-grid .cloneable-grid-list > div > div > div:nth-child(2) {
    width: 150px;
    min-width: 150px;
}
.mobile .cloneable-grid .cloneable-grid-list > div > div .checkmark {
    position: relative;
}
.mobile .cloneable-grid hr {
    display: none;
}
.cloneable-grid-list ul.files,
.mobile ul.files {
    margin: 0 !important;
}
.cloneable-grid-list ul.files li,
.mobile ul.files li {
    line-height: 1 !important;
    max-width: 100%;
    align-items: center;
}

.cloneable-grid-list > div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cloneable-grid-list div div[data-name^="files.label"],
.cloneable-grid-list div div[data-name^="files.title"] {
    order: 1;
}
.mobile .cloneable-grid-list div div[data-name^="files.label"] > div,
.mobile .cloneable-grid-list div div[data-name^="files.title"] > div {
    width: auto !important;
    height: auto !important;
    font-weight: bold !important;
}
.cloneable-grid-list  div div[data-name^="files.file"] {
    order: 2;
    border-bottom: none !important;
}
.cloneable-grid-list  div div[data-name^="files.file"] > div {
    font-weight: normal !important;
}
.universal-mobile-form .cloneable-grid-list > div .attach-zone {
    height: auto !important;
}
.app:not(.mobile) .cloneable-grid-list ul.files li .name {
    max-width: calc(90% - 32px);
}
.app:not(.mobile) .cloneable-grid-list ul.files li .name > span {
    display: block !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
}
ul.files li .name > span {
    font-size: 13px;
    line-height: 1.2;
}
.app:not(.mobile) .cloneable-grid-list ul.files li .name span:nth-child(2) {
    line-height: 1;
    font-size: 11px;
    position: relative;
    top: -2px;
    margin-bottom: 0;
}
ul.files .paper-clip-icon,
ul.files .delete-icon {
    width: 16px;
    height: 16px;
    min-width: 16px;
}

.mobile-view-tile-list {
    box-shadow: none;
    background-color: transparent;
    overflow: unset;
}

.mobile-view-tile {
    border-radius: 12px;
}

.product-info-list-items-mobile {
    box-shadow: 0 0 12px 4px #E9E9E9;
    border-radius: 12px;
}

.product-info-view-card-item-name-mobile {
    font-weight: bold;
    font-size: 13px;
}

.product-info-table.product-info-table_four-cols tr td {
    color: #69707D;
}

.mobile .block-item-view {
    border-radius: 12px;
    margin: 16px 0;
}

.styled-popover-content {
    padding: 4px;
    font-size: 12px;
    line-height: 1.2;
}

.mobile .input-login-wrapper,
.mobile .footer-button {
    width: 100%;
}