.secondFactorPage__wrapper {
    display: flex;
    align-items: center;
    position: relative;
    width: 300px;
    margin-bottom: 20px;
}

.secondFactorPage__form {
    width: 100%;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    padding: 15px 15px 20px;
}

.secondFactorPage__form-footer {
    display: flex;
    align-items: baseline;
}

.secondFactorPage__password {
    width: 100%;
    font-weight: normal;
}

.secondFactorPage__icon-password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.secondFactorPage__icon-show {
    background-image: url(/static/64170287d7b1733d4087.svg);
}

.secondFactorPage__icon-hidden {
    background-image: url(/static/47290e80a9160591d297.svg);
}

.secondFactorPage__legend {
    width: 620px;
    border: none;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.secondFactorPage__password-label {
    width: 70px;
    text-align: right;
}

.secondFactorPage__header {
    display: flex;
    align-items: baseline;
}

.secondFactorPage__submit {
    margin-right: 20px;
}

.secondFactorPage__indicator {
    margin-left: 12px;
    display: flex;
    gap: 4px;
}

.twoFactorAuthModal__password-field {
    width: 300px!important;
}

.twoFactorAuthModal__label {
    width: 420px;
    color: #333;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0 auto 1.5rem;
}

.twoFactorAuthModal__qr-code__wrapper {
    display: flex;
    justify-content: center;
    border: 1px solid;
}

.twoFactorAuthModal__left {
    border-image: linear-gradient(#ccc 5%, transparent 5%, transparent 95%, #ccc 95%)0 0 0 1;
    position: relative;
}

.twoFactorAuthModal__left::before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    border: 1px solid;
    left: -1px;
    border-image: linear-gradient(to right,#ccc 5%,transparent 0,transparent 95%,#ccc 0)1 0 0 0;
    right: -1px;
}

.twoFactorAuthModal__right {
    border-image: linear-gradient(#ccc 5%, transparent 5%, transparent 95%, #ccc 95%)0 1 0 0;
}

.twoFactorAuthModal__right::before {
    display: block;
    content: " ";
    position: absolute;
    bottom: 0;
    border: 1px solid;
    left: -1px;
    border-image: linear-gradient(to right,#ccc 5%,transparent 0,transparent 95%,#ccc 0)0 0 1 0;
    right: -1px;
}

.twoFactorAuthModal__qr-code {
    width: 240px;
}

.twoFactorAuthModal__secret {
    width: 100%;
    word-break: break-word;
    text-align: center;
    margin: 1.5rem 0;
}

.twoFactorAuthModal__disabled-button {
    padding-right: 24px !important;
    padding-left: 24px !important;
}


.notificationModal__input-wrapper {
    display: flex;
    align-items: center;
}

.notificationModal__row {
    width: 100%;
    float: left;
    margin-bottom: 1.5rem;
}

.notificationModal__footer {
    display: flex;
    justify-content: end;
    align-items: baseline;
}

.notificationModal__buttons {
    margin-left: 1rem;
}

.saveFile__common-link-error {
    white-space: nowrap;
}

.saveFile__error-left {
    padding-left: 0;
    padding-right: 10px;
}

.saveFile__error-right {
    padding-left: 10px;
}

.saveFile__error-classic {
    white-space: normal !important;
    display: block;
    padding-left: 0;
}

.checkboxes__text-wrapper {
    word-break: break-all;
}
.radios__text-wrapper {
    word-break: break-all;
}
.userModal__logo-error {
    display: inline-block;
    padding-left: 2rem;
}

.userModal__btn-wrapper {
    display: flex;
    width: 100%;
}

.userModal__no-required {
    font-weight: normal;
}

.userModal__variable {
    font-weight: normal;
    word-break: break-word;
}

.userModal__form-group {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
    align-items: center;
}

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

.userModal__inline {
    display: flex;
}

.userModal__mr-10 {
    margin-right: 10px;
}

.userModal__certExpire {
    width: 60px;
}

.userModal__date-link, .userModal__date-link:hover, .userModal__date-link:focus {
    box-shadow: 0 1px 0 0 #a2c5ee;
}

.userModal__blocked-label {
    padding-left: 3px;
    font-weight: initial;
}

.userModal__link {
    cursor: pointer;
    font-size: 15px;
}

.userModal__link-disabled,
.userModal__link-disabled:hover {
    cursor: default;
    color: #A94442;
    outline: none;
    box-shadow: none;
}

.userModal__token {
    display: flex;
    gap: 10px;
    font-size: 15px;
}

.userModal__token-period {
    margin-left: 225px;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: -12px;
}

.userModal__copy-icon {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

.userModal__copy-icon.userModal__fade-out {
    opacity: 0;
}

.userModal__copy-text {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #4CAF50;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;

    svg {
        fill: #4CAF50;
        stroke: none;
    }
}

.userModal__copy-text.userModal__fade-in {
    opacity: 1;
}


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

.accessTokenModal__inline {
    display: flex;
}

.accessTokenModal__form-group {
    display: flex;
    margin-bottom: 15px;
}

.accessTokenModal__label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.accessTokenModal__mr-10 {
    margin-right: 10px;
}
.accessTokenModal__exclamation {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #426F8C;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
}

.accessTokenModal__danger {
    display: flex;
    gap: 8px;
    align-items: baseline;
    color: #426F8C;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -12px;
    background-color: #DDECF6;
    border-color: #C5E7F0;
}

.accessTokenModal__new-token {
    margin-left: 142px;
}

.accessTokenModal__token-period {
    margin-left: 142px;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 16px;
}

a {
    cursor: pointer;
}


.templateModal__wrapper {
    line-height: 1.3rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.templateModal__checkbox-wrapper {
    vertical-align: baseline;
    margin-right: 7px;
}

.templateModal__attachment-wrapper {
    display: flex;
    align-items: flex-start;
    min-height: 36px;
    margin-bottom: 1rem;
}

.templateModal__is-in-link {
    justify-content: end;
    margin-right: 18%;
    align-items: center;
}

.templateModal__weight-normal {
    font-weight: normal;
}

.templateModal__footer {
    border-top: none;
}

.certModal__img-wrapper {
    display: flex;
}

.certModal__img {
    width: 350px;
}

.certModal__image-atr {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.certModal__size {
    flex-grow: 1;
    white-space: nowrap;
}

.certModal__text-green {
    color: #417505;
}

.certModal__link {
    cursor: pointer;
    padding-top: 0px !important;
}

.certModal__spin {
    width: 14px;
}

.certModal__center {
    align-self: center;
}

.attachmentModal__progress {
    min-width: 100%;
}
.modalHeader__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modalHeader__wrapper::after,
.modalHeader__wrapper::before {
    display: none;
}

.modalHeader__close {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
    background-color: transparent;
    outline: none;
    border: none;
}

.modalFooter__wrapper {
    display: flex;
    align-items: baseline;
    padding: 20px 2em;
    border-top: 1px solid #e5e5e5;
}

.modalFooter__item {
    margin-right: 1em;
}

.courseModal__img-wrapper {
    display: flex;
}

.courseModal__img {
    width: 350px;
}

.courseModal__image-atr {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.courseModal__size {
    flex-grow: 1;
    white-space: nowrap;
}

.courseModal__text-green {
    color: #417505;
}

.courseModal__link {
    cursor: pointer;
    padding-top: 0px !important;
}

.courseModal__spin {
    width: 14px;
}

.courseModal__progress {
    min-width: 100%;
}

.searchPanel__full {
    width: 100% !important;
}

.urlInput__btn-wrapper {
    display: flex;
    width: 100%;
}

.filterDates__filter-dates {
    display: block;
    margin-bottom: 20px;
}

.filterDates__filter-dates-text {
    border: none;
    background: initial !important;
}

.filterDates__filter-dates-input {
    border-radius: 4px 0 0 4px !important;
}

.instanceUserN__section-box {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.instanceUserN__section-title {
    margin: 0;
}

.instanceUserN__section-item {
    margin: 10px 15px 0 auto;
}

.instanceUserN__section-search {
    margin-top: 10px;
}

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

.managerRoles__text-wrapper {
    word-break: break-all;
}

.passwordField__wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.passwordField__password {
    width: 263px;
    font-weight: normal;
}

.passwordField__icon-password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.passwordField__icon-show {
    background-image: url(/static/64170287d7b1733d4087.svg);
}

.passwordField__icon-hidden {
    background-image: url(/static/47290e80a9160591d297.svg);
}

.passwordField__password-label {
    margin-right: 15px;
    width: 70px;
    text-align: right;
}

.templateAttachment__left {
    margin-right: auto;
}

.templateAttachment__input {
    width: 300px;
    margin-right: 15px;
}

.templateAttachment__name-icons {
    width: 20px !important;
    height: 20px !important;
}

.templateAttachment__attachment-icon {
    margin-right: 10px;
}

.templateAttachment__ul-drop-menu {
    min-width: 86px !important;
}

.templateAttachment__input-wrapper {
    margin-bottom: 1rem;
}

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

.templateAttachment__zip {
    margin-bottom: 35px;
}

.attachmentIcon__wrapper {
    display: flex;
    align-items: center;
}


.presetModal__form-group {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
    align-items: center;
}

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

.presetModal__label {
    text-align: right;
}

.presetModal__disabled {
    color: #ccc;
    border-color: #ccc;
    background-color: transparent !important;
}

.presetModal__no-required {
    font-weight: normal;
}

.presetModal__inline {
    display: flex;
}

.presetModal__mr-10 {
    margin-right: 10px;
}

.presetModal__blocked-label {
    padding-left: 3px;
    font-weight: initial;
}

.presetModal__error {
    color: #a94442;
}

.daemonMessageView__wrapper {
    display: flex;
    height: 20px;
    width: 300px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.daemonMessageView__progress {
    height: 20px;
    background-color: #5cb85c;
}

.daemonMessageView__message {
    margin-bottom: 0.5rem;
}

.daemonMessageView__link {
    display: flex;
    justify-content: space-between;
}

.daemonMessageView__save {
    display: flex;
}

.daemonMessage__wrapper {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 15px;
    z-index: 100;
    right: 15px;
}

.daemonDownload__download-cert-wrapper {
    position: relative;
}

.userListItem__add-button {
    margin-right: 5px;
}

.userListItem__table-wrapper {
    margin-bottom: 30px;
}

.userListItem__table-full {
    display: table;
}

.userListItem__table-head {
    display: table-header-group;
}

.userListItem__table-body {
    display: table-row-group;
}

.userListItem__table-row {
    display: table-row;
}

.userListItem__head-row {
    display: table-row;
}

.userListItem__table-row:hover > div {
    cursor: pointer;
    background-color: #fcf8e3;
}

.userListItem__table-row:hover > div:first-child {
    cursor: default;
    background-color: transparent;
}

.userListItem__table-row:hover > div:first-child > div {
    cursor: pointer;
    background-color: #fcf8e3;
}

.userListItem__table-head > .userListItem__table-row:hover {
    cursor: default;
    background-color: transparent;
}

.userListItem__table-cell {
    display: table-cell;
}

.userListItem__header-cell {
    display: table-cell;
    padding: 15px 11px 0;
    height: 40px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    box-sizing: content-box;
    white-space: nowrap;
}

.userListItem__header-cell:first-child {
    border-left: 1px solid #ddd;
}

.userListItem__header-cell:last-child {
    border-right: 1px solid #ddd;
}

.userListItem__package-head {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.userListItem__package-bottom {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.userListItem__wrapper-loader {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.userListItem__progress {
    height: 10px;
    margin-bottom: 3px;
}

.userListItem__arrow {
    padding: 0 5px;
}

.userListItem__cell-wrapper {
    display: inline-flex;
    line-height: 1rem;
}

.userListItem__caret-box {
    width: 10px;
    padding-left: 5px;
    padding-right: 15px;
    margin-right: -15px;
}

.userListItem__text-right {
    margin-right: 20px;
}

.userListItem__icon {
    margin: 2px 5px 0 -10px;
}

.userListItem__cell-content {
    max-width: 200px;
    width: max-content;
    padding: 10px 0;
    white-space: normal;
    word-break: break-word;
}

.userListItem__cell-line {
    margin-bottom: 6px;
}

.userListItem__row-content {
    display: table-cell;
    width: max-content;
    padding: 10px 0;
    white-space: normal;
    word-break: break-word;
}

.userItem__cell {
    display: table-cell;
    border-bottom: 1px solid #ddd;
    box-sizing: content-box;
    vertical-align: top;
    padding: 10px 11px;
}

.userItem__cell:first-child {
    border: none;
    padding: 0;
}

.userItem__cell:first-child::before {
    display: block;
    content: '';
    height: 1px;
    width: 30px;
    background-color: #ddd;
    position: relative;
    top: -1px;
}

.userItem__cell:last-child {
    border-right: 1px solid #ddd;
}

.userItem__number {
    text-align: right;
    padding-right: 22px;
}

.userItem__mr-left-20 {
    margin-left: 20px;
}

.userItem__fa {
    padding: 0 !important;
}

.userItem__button-cell {
    display: none;
}

.userItem__meta {
    padding: 10px 11px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.userItem__cell-meta {
    padding: 0 0 0 30px !important;
    border: none !important;
}

.languagesComponent__table-row {
    background-color: white;
    border-bottom: 1px solid #ddd;
}.languagesComponent__table-cell {
     padding: 0 11px;
     vertical-align: baseline;
 }

.languagesModal__label {
    text-align: right;
}

.languagesModal__footer {
    clear: both;
}

.languagesModal__input {
    display: flex;
    align-items: center;
}

.langSelector__wrapper {
    display: flex;
    color: #555;
    width: 100%;
    flex-wrap: wrap;
    border-bottom: 1px solid #CCC;
    padding: 10px 15px 0;
    margin-bottom: 1rem;
}

.langSelector__item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 1px;
    padding: 12px 17px;
    cursor: pointer;
}

.langSelector__active {
    border: 1px solid #ccc;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    background-color: white;
    cursor: default;
}

.langSelector__checkbox-wrapper {
    width: 12px;
    height: 12px;
    margin-right: 1rem;
    background-size: 100%;
}

.langSelector__label {
    display: inline-flex;
    align-items: center;
    margin-left: 1rem;
    cursor: pointer;
}

.sourceHeader__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sourceHeader__title {
    width: 100%;
    flex-grow: 1;
    margin-bottom: 32px;
}

.sourceHeader__search {
    width: 50%;
    margin-right: auto;
}

.sourceHeader__button {
    display: flex;
    align-items: center;
    font-size: 1rem;
    border: none;
    border-radius: 4px;
    line-height: 1.5rem;
    padding: 5px 12px;

    color: #333;
}

.sourceHeader__button-icon {
    margin-right: 7px;
    width: 9px;
    height: 9px;
    position: relative;
}

.sourceHeader__button-icon::after,
.sourceHeader__button-icon::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: black;
}

.sourceHeader__button-icon::after {
    width: 0px;
    border-left: 1px solid #333;
    height: 9px;
}

.sourceHeader__button-icon::before {
    width: 9px;
    height: 0px;
    border-top: 1px solid #333;
}

.attachmentDropDown__input-box {
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: nowrap;
    max-width: 100%;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
}

.attachmentDropDown__input-box:first-child {
    margin-bottom: 1rem;
}

.attachmentDropDown__text-wrapper {
    overflow: hidden;
    display: flex;
}

.attachmentDropDown__input {
    box-sizing: content-box;
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
}

.attachmentDropDown__type {
    margin-right: auto;
}

.attachmentDropDown__caret {
    margin-left: .5rem !important;
}

.attachmentDropDown__description {
    margin-top: .5rem;
}

.attachmentDropDown__extension {
    color: #333;
    opacity: .7;
}

.attachmentDropDown__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.attachmentDropDown__cross {
    width: 14px;
    height: 14px;
    position: relative;
    margin-left: .5rem;
}

.attachmentDropDown__cross::before,
.attachmentDropDown__cross::after {
    display: flex;
    position: absolute;
    top: 50%;
    width: 14px;
    height: 1px;
    content: ' ';
    border: 1px solid #000;
}

.attachmentDropDown__cross::before {
    transform: rotate(-45deg);
}

.attachmentDropDown__cross::after {
    transform: rotate(45deg);
}

.attachmentDropDown__dropdown {
    position: absolute;
    top: 41px;
    left: 0;
    flex-direction: column;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    padding: 5px 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-color: #fff;
}

.attachmentDropDown__dropdown_open {
    display: flex;
}

.attachmentDropDown__item {
    display: flex;
    align-items: center;
    padding: 3px 20px;
    cursor: pointer;
    white-space: nowrap;
}

.attachmentDropDown__item-active {
    background-color: #337ab7;
    color: #fff;
}

.attachmentDropDown__item:hover {
    background-color: #337ab7;
    color: #fff;
}

.attachmentDropDown__error {
    border-color: #a94442;
    background-color: rgba(211, 47, 47, 0.12);
}

.attachmentDropDown__ico {
    width: 1rem;
    height: 1rem;
    margin-right: .3rem;
}

.attachmentDropDown__check-icon {
    width: 24px;
    height: 24px;
    margin-left: auto;
}

.tableUsers__wrapper {
    display: flex;
    width: 100%;
    align-items: center;
}

.tableUsers__text {
    color: #337ab7;
}

.tableUsers__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    margin-left: 8px;
}

.tableUsers__arrow:hover {
    background-color: rgba(0, 0, 0, 0.12);
}

.tableUsers__names {
    margin-right: auto;
}

.tableUsers__rotate {
    transform: rotate(180deg);
}

