.workarea-content-paddings {
    padding: 0 !important;
    overflow: hidden !important;
    height: 100%;
}

.workarea-content {
    background-color: unset !important;
    opacity: 1 !important;
}

.sp_main {
    padding: 0 !important;
}

.tippy-box[data-theme~='sp'],
.tippy-box[data-theme~='sp_menu'] {
    background-color: #EFF2F4;
    color: #222;
    font-family: "OpenSans", sans-serif;
}

.tippy-box[data-theme~='sp_menu'] > .tippy-content {
    padding: 6px !important;
}

.tippy-box[data-theme~='sp'][data-placement^='left'] > .tippy-arrow::before, 
.tippy-box[data-theme~='sp_menu'][data-placement^='left'] > .tippy-arrow::before {
    color: #EFF2F4;
}

.tippy-box[data-theme~='sp'][data-placement^='right'] > .tippy-arrow::before,
.tippy-box[data-theme~='sp_menu'][data-placement^='right'] > .tippy-arrow::before {
    color: #EFF2F4;
}

.tippy-box[data-theme~='sp'][data-placement^='top'] > .tippy-arrow::before,
.tippy-box[data-theme~='sp_menu'][data-placement^='top'] > .tippy-arrow::before {
    color: #EFF2F4;
}

.tippy-box[data-theme~='sp'][data-placement^='bottom'] > .tippy-arrow::before,
.tippy-box[data-theme~='sp_menu'][data-placement^='bottom'] > .tippy-arrow::before {
    color: #EFF2F4;
}

*[id^='tippy-']{
    pointer-events: initial !important;
}

body._overflow {
    overflow: hidden;
}

.sp_table-content__changes {
    font-size: 14px;
    line-height: 20px;
}

.sp_main-accordion__table-head .table-head__item-changes {
    font-size: 12px;
    font-weight: 500;
}

._extranet {
    color: #D9930A !important;
}

.sp_owner-main__img-wrap, .sp_content-item__img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    color: #525C69;
    user-select: none;
}

.sp_owner-main__img-wrap span {
    font-size: 50px;
}

.sp_popup__field-wrapper .sp_generate_password-wrapper {
    display: flex;
    width: 100%;
    gap: 10px;
}
.sp_popup__field-wrapper .sp_generate_password-wrapper .sp_generate_password-btn {
    cursor: pointer;
}
.sp_popup__field-wrapper.textarea{
    line-height: 18px;
}

.sp_popup__custom-checkbox {
    position: relative;
    width: 100%;
}

.sp_popup__checkbox-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

.sp_popup__hidden-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
}


.sp_popup__real-checkbox {
    position: relative;
    top: 50%;
    left: 10px;
    min-width: 14px;
    width: 14px;
    height: 14px;
    border: 1px solid #AFAFAF!important;
    border-radius: 2px;
}

.sp_popup__real-checkbox:checked {
    border: 0;

    background: url("./img/popup/check-icon.svg") no-repeat center;
    background-size: inherit;
}
.historyName{
    color: #525C69;
    font-family: "OpenSans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    word-break: keep-all;
}