.pruffme_template_input,
.pruffme_template_textarea {
    width: 100%;
    padding: 8px 14px;
    margin: 0;

    height: 40px;

    background-color: #FFFFFF;
    outline: none;

    border: 2px solid #EEEEEE;
    border-radius: 5px;
}

.pruffme_template_input.input_small,
.pruffme_template_textarea.input_small {
    height: 30px;
    padding: 0 10px;
}

.pruffme_template_textarea {
    resize: vertical;
}

.pruffme_template_input_wrapper,
.pruffme_template_textarea_wrapper {
    position: relative;
}

.pruffme_template_input:hover,
.pruffme_template_textarea:hover {
    background-color: #F8F8F8;
}

.pruffme_template_input:disabled,
.pruffme_template_textarea:disabled {
    color: #777;
    background-color: #F8F8F8;
}

.pruffme_template_input_wrapper.show_maxlength .pruffme_template_input,
.pruffme_template_textarea_wrapper.show_maxlength .pruffme_template_textarea {
    position: relative;
    padding-right: 55px;
}

.pruffme_template_input_wrapper.show_maxlength::after,
.pruffme_template_textarea_wrapper.show_maxlength::after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;

    content: attr(data-total-symbols);
    display: block;
    color: #A8A8A8;

    padding-right: 10px;
    display: flex;
    align-items: center;
}

.pruffme_template_textarea_wrapper.show_maxlength::after {
    top: 10px;
    bottom: auto;
}

.pruffme_template_input.invalid,
.pruffme_template_textarea.invalid,
.pruffme_phone_wrapper.invalid .pruffme_phone_input {
    border-color: #D63636;
}

.pruffme_template_button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;

    margin: 0;
    padding: 8px 10px;
    height: 40px;

    color: #FFFFFF;
    background-color: #216FE6;
    border: 2px solid #216FE6;

    border-radius: 5px;
    user-select: none;

    box-sizing: border-box;
    cursor: pointer;
}

.pruffme_template_button.button_with_icon {
    height: 40px;
    padding: 0 10px;
}

.pruffme_template_button.secondary
{
    color: #000000;
    border: 2px solid #EEEEEE;
    background-color: #FFFFFF;
}

.pruffme_template_button.secondary:hover {
    background-color: #F8F8F8;
    border-color: #EEEEEE;
    color: #000000;
}

.pruffme_template_button:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #1B66D8;
    border-color: #1B66D8;
}

.pruffme_template_button:active {
    transform: translateY(1px);
}

.pruffme_template_button[disabled],
.pruffme_template_button[disabled]:hover {
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    color: #000000;
    opacity: 0.5;

    cursor: auto;
}

.pruffme_template_button.button_large {
    height: 50px;
}


.pruffme_template_inline_button {
    display: block;

    border: none;
    margin: 0;
    padding: 0;

    background-color: transparent;
    color: #000000;

    user-select: none;

    box-sizing: border-box;
    cursor: pointer;
}

.pruffme_template_inline_button.secondary {
    color: #1B66D8;
}

.pruffme_template_inline_button:hover {
    text-decoration: underline;
}

.pruffme_template_inline_button:disabled {
    color: #EEEEEE;
    cursor: auto;
}

.pruffme_template_inline_button.button_with_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;

    overflow: hidden;
}

.pruffme_template_inline_button_icon {
    width: 20px;
    height: 20px;

    flex-shrink: 0;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    margin-right: 2px;
}

.pruffme_template_inline_button_icon.btn_m {
    width: 30px;
    height: 30px;
}

.cabinet-team-top-line .cabinet-team-add-member-button {
    text-transform: uppercase;
    font-weight: bold;
    color: #0D6DCE;
}

.pruffme_template_icon_button {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 30px;
    height: 30px;

    flex-shrink: 0;
    background-color: #FFFFFF;

    border: none;
    border-radius: 15px;
    background-color: transparent;

    user-select: none;

    box-sizing: border-box;
    cursor: pointer;
}

.pruffme_template_icon_button.button_large {
    width: 40px;
    height: 40px;

    border-radius: 20px;
}

.pruffme_template_icon_button.button_small {
    width: 25px;
    height: 25px;

    border-radius: 20px;
}

.pruffme_template_icon_button.outlined {
    border: 2px solid #F8F8F8;
    background-color: #FFFFFF;
}

.pruffme_template_icon_button.outlined:hover {
    /* background-color: #F8F8F8; */
    border-color: #E5E5E5;
}

.pruffme_template_icon_button.secondary {
    border: none;
    background-color: #FFFFFF;
}

.pruffme_template_icon_button.secondary:hover {
    /* background-color: #F8F8F8; */
    background: rgba(0, 0, 0, .05);
}

.pruffme_template_icon_button.transparent {
    border: none;
    background-color: transparent;
}

.pruffme_template_icon_button.transparent:hover {
    /* background-color: #F8F8F8; */
    background: transparent;
}

.pruffme_template_icon_button:hover {
    background-color: #FFFFFF;
}

.pruffme_template_icon,
.pruffme_template_icon_button_icon {
    width: 30px;
    height: 30px;

    flex-shrink: 0;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.pruffme_template_icon.icon_m,
.pruffme_template_icon_button_icon.icon_m {
    width: 25px;
    height: 25px;
}

.pruffme_template_icon.icon_s,
.pruffme_template_icon_button_icon.icon_s {
    width: 20px;
    height: 20px;
}

.pruffme_template_tag {
    height: 30px;

    display: flex;
    align-items: center; 
    gap: 8px;

    padding-left: 10px;
    padding-right: 10px;

    background-color: #E8F0FD;
    border-radius: 5px;
}

.pruffme_template_tag_name {
    color: #216FE6;
}

/* TEMPLATE SWITCH COMPONENT */

.pruffme_template_switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;

    margin: 0;
    flex-shrink: 0;

    user-select: none;

    box-sizing: border-box;
    cursor: pointer;
}

.pruffme_template_switch>input {
    opacity: 0;
    width: 0;
    height: 0;
}

.pruffme_template_switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a0c8e5;
    transition: 0.2s ease-in-out;
    border-radius: 35px;
}

.pruffme_template_switch-slider:before {
    position: absolute;
    content: '';
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: #ffffff;
    transition: 0.2s ease-in-out;
    border-radius: 50%;

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.pruffme_template_switch>input:checked+.pruffme_template_switch-slider {
    background-color: #1B66D8;
}

.pruffme_template_switch>input:focus+.pruffme_template_switch-slider {
    box-shadow: 0 0 1px #1B66D8;
}

.pruffme_template_switch>input:checked+.pruffme_template_switch-slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* ////////////////////////////////////// */


/* TEMPLATE CHECKBOX COMPONENT */
.pruffme_template_checkbox {
    position: relative;

    width: 18px;
    height: 18px;

    flex-shrink: 0;

    overflow: hidden;
}

.pruffme_template_checkbox>label {
    display: inline-flex;

    width: 18px;
    height: 18px;
    background-color: #FFFFFF;
    border: 2px solid #D2D2D2;
    border-radius: 5px;

    cursor: pointer;

    transition: border 0.1s ease-in, background-color 0.1s ease-in;
}

.pruffme_template_checkbox>label:hover {
    background-color: #F8F8F8;
}

.pruffme_template_checkbox>input:checked+label {
    background-color: #257AFB;
    border-color: #257AFB;
    background-image: url(./images/templates/components/Galochka.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11px;
}

.pruffme_template_checkbox>input:checked+label:hover {
    background-color: #196CE9;
    border-color: #196CE9;
}

.pruffme_template_checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0;

    margin: 0;
    padding: 0;
}

.pruffme_template_checkbox.checkbox_large {
    height: 22px;
    width: 22px;
}

.pruffme_template_checkbox.checkbox_large>label {
    width: 22px;
    height: 22px;
}

.pruffme_template_checkbox.checkbox_large>input:checked+label {
    background-size: 13px;
}

.pruffme_template_addimage_box {
    width: 100%;
    height: 100%;
}

.pruffme_template_addimage_box_inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;

    position: relative;
}

.pruffme_template_addimage_right_box {
    display: flex;
    flex-direction: column;

    justify-content: center;

    flex: 1;
    margin-left: 15px;
}

.pruffme_template_addimage_left_box {
    height: 100%;
    aspect-ratio: 1 / 1;

    flex-shrink: 0;

    overflow: hidden;
}

.pruffme_template_addimage_box_image {
    width: 100%;
    height: 100%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./images/templates/components/icon_image_template.svg);

    border: none;
    background-color: #EEEEEE;

    border-radius: 5px;
}

.pruffme_template_addimage_name {
    font-weight: bold;
    margin-bottom: 5px;
}

.pruffme_template_addimage_info_box {
    display: flex;
    align-items: center;

    width: 100%;
    overflow: hidden;
}

.pruffme_template_addimage_size,
.pruffme_template_addimage_extension {
    overflow: hidden;
    text-overflow: ellipsis;

    color: rgba(0, 0, 0, 0.5);
}

.pruffme_template_addimage_extension {
    margin-left: 20px;
}

.pruffme_template_addimage_drop_box {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;

    display: none;
    justify-content: center;
    align-items: center;
}

.pruffme_template_addimage_box.image_added:hover .pruffme_template_addimage_drop_box {
    display: flex;
}

.pruffme_template_addimage_drop_icon {
    background-image: url(./images/templates/components/icon_red_cross.svg);
}


.pruffme_template_select {
    width: 100%;
}

.pruffme_template_select_inner {
    position: relative;
    cursor: pointer;
}

.pruffme_template_select_roll_icon_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;

    width: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.pruffme_template_select_roll_icon {
    height: 20px;
    width: 20px;

    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./images/templates/components/icon_down.svg);

    transition: transform 0.2s ease-in-out;
    transform: rotate(0deg);
}

.pruffme_template_select_input {
    text-overflow: ellipsis;
    overflow: hidden;
    user-select: none;
    cursor: pointer;
    color: #000000;
    padding-right: 30px;
}

.pruffme_template_select_options_wrapper {
    position: absolute;
    top: 100%;
    min-width: 100%;
    width: 200px;

    /* left: 0; */
    right: 0;

    z-index: 1000;
}

.pruffme_template_select_options_wrapper.dropdown_align_right {
    left: 0;
    right: initial;
}

.pruffme_template_select_options_wrapper.dropdown_align_left {
    left: initial;
    right: 0;
}

.pruffme_template_select_options_wrapper.dropdown_align_top {
    top:initial;
    bottom:50px;
}

.pruffme_template_dropdown.full-width .pruffme_template_dropdown_inner,
.pruffme_template_select.full-width .pruffme_template_dropdown_inner {
    width: 100%;
}

.pruffme_template_dropdown.full-width .pruffme_template_dropdown_box,
.pruffme_template_select.full-width .pruffme_template_dropdown_box {
    width: 100%;
}

.pruffme_template_dropdown_content {
    display: none;
    margin-top: 10px;
    padding: 10px 0;

    border-radius: 5px;

    background-color: #FFFFFF;
    box-shadow: 0px 3px 16px #00000029;
}

/* ������������ ����� ��� ���� */

.pruffme_template_dropdown_content_inner {
    max-width: 250px;
    width: max-content;
}

.pruffme_template_dropdown_content_inner > .pruffme_template_icon {
    background-size: 27px;
}

.pruffme_template_dropdown_content_item {
    display: flex;
    align-items: center;
    width: 100%;

    color: #000000;
    text-decoration: none;

    padding: 10px 20px;

    border: none;
    background-color: #FFFFFF;

    margin: 0;
}

.pruffme_template_dropdown_content_item:hover {
    text-decoration: none;
    background-color: #F5F5F5;
}

.pruffme_template_dropdown_content_item_text {
    text-decoration: none;
    font-weight: bold;
    text-align: start;
    color: #000000;
    margin-left: 10px;
}

.pruffme_phone_wrapper .pruffme_template_select_input {
    text-overflow: initial;
    text-align: center;

    padding: 0;
    border-right: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pruffme_phone_wrapper .pruffme_template_select_roll_icon_wrapper {
    display: none;
}
/* |||||||||||||||||||||||||||||||||||||||||||||| */

.pruffme_template_dropdown_select_content_items {
    position: relative;
    max-height: 350px;
    overflow-y: auto;
    overflow-y: overlay;
}

.pruffme_template_select_option_inner {
    padding: 10px 20px;

    margin: 0;
    border: none;
    outline: none;
    background-color: #FFFFFF;

    cursor: pointer;
}

.pruffme_template_select[data-dropdown-state="open"] .pruffme_template_select_input {
    background-color: #F8F8F8;
}

.pruffme_template_select[data-dropdown-state="open"] .pruffme_template_select_roll_icon {
    transform: rotate(180deg);
}

.pruffme_template_select_option_inner:hover {
    background-color: #F8F8F8;
}

.pruffme_template_select_option.selected .pruffme_template_select_option_inner {
    color: #0D6DCE;
    background-position: right 10px center;
    background-size: 12px;
    background-repeat: no-repeat;
    background-image: url(images/templates/cabinet-users-selector-participant-selected-icon.png);
}

.landing-dashboard-body .pruffme_select_option.selected > div.pruffme_select_option_inner {
    background-image: none;
}

.pruffme_select_autocomplete_search_wrapper {
    padding: 0 10px;
    margin-bottom: 10px;
}

.pruffme_select_autocomplete_search_inner {
    position: relative;
}

.pruffme_select_autocomplete_icon_wrapper {
    position: absolute;

    right: 0;
    top: 0;
    bottom: 0;

    width: 30px;
    overflow: hidden;
}

.pruffme_select_autocomplete_icon_inner {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100%;
}

.pruffme_select_autocomplete_button_default {
    display: block;
}

.pruffme_select_autocomplete_button_close {
    display: none;
}

.pruffme_template_search_icon {
    background-image: url(./images/templates/components/icon_search.svg);
}

.pruffme_template_close_icon {
    background-image: url(./images/templates/components/icon_cross.svg);
}

.pruffme_template_ok_icon {
    background-image: url(./images/templates/components/icon_ok.svg);
}

.pruffme_template_expand_icon {
    background-image: url(./images/templates/components/icon_arrow_down.svg);
}

.pruffme_template_dot_icon {
    background-image: url(./images/templates/components/icon_dot.svg);
}

/* PHONE INPUT NUMBER COMPONENT */

.pruffme_phone_wrapper {
    display: flex;
}

.pruffme_phone_prefix_wrapper {
    width: 50px;
}

.pruffme_phone_wrapper .pruffme_phone_input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

    padding-left: 5px;
}

.pruffme_phone_wrapper .pruffme_select_autocomplete_search_wrapper {
    padding: 0 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #F8F8F8;
}


.pruffme_phone_wrapper .pruffme_select_autocomplete_search_input {
    padding-right: 30px;
    height: 30px;
    padding: 0 10px;
}
/* *************************** */




.pruffme_template_navigation,
.pruffme_template_navigation_inner {
    max-width: 100%;
    width: 100%;

    overflow: hidden;
}

.pruffme_template_navigation_inner {
    position: relative;

    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

/* .pruffme_template_navigation_inner::after {
    position: absolute;
    content: "";

    height: 2px;

    bottom: 0;
    left: 0;
    right: 0;

    background-color: #F8F8F8;
} */

.pruffme_template_navigation_left {
    display: flex;

    flex: 1;

    overflow: auto;
    overflow: overlay;
}

.pruffme_template_navigation_left::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.pruffme_template_navigation_right {
    flex-shrink: 0;
}

.pruffme_template_navigation_item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;

    background-color: transparent;
    border: none;

    overflow: hidden;

    margin-right: 10px;
}

/* .pruffme_template_navigation_item::after {
    position: absolute;
    content: "";

    height: 2px;

    bottom: 0;
    left: 0;
    right: 0;

    background-color: transparent;
}

.pruffme_template_navigation_item:hover::after {
    background-color: #0d6ece31;
} */

/* .pruffme_template_navigation_item.selected::after {
    background-color: #0D6DCE;
} */

.pruffme_template_navigation_right {
    position: relative;
}

.pruffme_template_navigation_right_inner {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    height: 100%;
}

.pruffme_template_navigation_right::after {
    position: absolute;
    left: -30px;
    content: '';
    top: 0;
    bottom: 0;
    width: 30px;

    background: linear-gradient(to right, transparent, #FFFFFF);
}

.pruffme_template_dropdown {
    flex-shrink: 0;
}

.pruffme_template_dropdown_inner {
    position: relative;
    width: min-content;
}

.pruffme_template_dropdown_box {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
}

[data-dropdown-open="true"] .pruffme_template_menu_icon {
    background-image: url(./images/templates/components/menu_close.svg);
}

.pruffme_template_menu_icon,
[data-dropdown-open="false"] .pruffme_template_menu_icon {
    background-image: url(./images/templates/components/menu_open.svg);
}



/* AWEB ITEM */
.pruffme_timeselector {
    flex: 0;
    padding: 0;

    display: flex;
    align-items: stretch;

    background-color: #FFFFFF;
}

.pruffme_timeselector-field {
    border: none;
    text-align: center;
    padding: 0;
    margin: 0 -2px;

    background-color: inherit;
}

.pruffme_timeselector-field.aweb-selected {
    background-color: #257AFB;
}

.pruffme_timeselector.buttons-right {
    flex-direction: row-reverse;
}

.pruffme_timeselector.buttons-right .pruffme_timeselector-time-box {
    padding: 0 10px;
    padding-right: 0;
}

.pruffme_timeselector-action-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    visibility: visible;
    opacity: 1;
}

.pruffme_timeselector-time-box {
    display: flex;
    align-items: center;
    padding: 0 10px;
    padding-left: 0;
}

.pruffme_timeselector-button {
    width: 30px;
    height: 18px;

    border: none;
    opacity: 0.5;

    background-color: inherit;
    background-size: 13px;
    background-position: center;
    background-repeat: no-repeat;
}

.pruffme_timeselector-button:hover {
    opacity: 1;
}

.pruffme_timeselector-button-up {
    background-image: url(./images/templates/components/icon_timeselector_up.svg);
    background-position: center bottom;
}

.pruffme_timeselector-button-down {
    background-image: url(./images/templates/components/icon_timeselector_down.svg);
    background-position: top;
}

.pruffme_timeselector[data-expanded="false"] .pruffme_timeselector-action-box {
    visibility: hidden;
    opacity: 0;
}

.pruffme_timeselector[data-expanded="false"] .pruffme_timeselector-time-box {
    border: 1px solid transparent;
}

.pruffme_timeselector[data-expanded="false"] .pruffme_timeselector-button {
    height: 12px;
    border: 1px solid transparent;
}

.pruffme_timeselector[data-expanded="false"] {
    background-color: inherit;
}

/* WIDE STYLE */
.pruffme_timeselector.variant-wide {
    display: flex;
    width: 100%;
    position: relative;

    height: 40px;

    border: var(--aweb-default-border);
    background-color: var(--aweb-content-color);
}

.pruffme_timeselector-time-box.variant-wide {
    flex-grow: 1;

    display: flex;
    justify-content: center;
    align-items: center;
}

.pruffme_timeselector-action-box.variant-wide {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.pruffme_timeselector-button.variant-wide {
    border: none;
}

.pruffme_timeselector.variant-wide[data-expanded="false"] .pruffme_timeselector-action-box {
    visibility: visible;
}

/* END OF TIMESELECT ITEM */

/* MODAL COMPONENT */
.pruffme_modal_outer {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    display: none;
    position: fixed;

    z-index: 1000;
}

.pruffme_modal_background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.pruffme_modal_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

    max-width: 100vw;
    max-height: 100vh;

    display: flex;
    justify-content: center;

    overflow: auto;
    overflow: overlay;
}

.pruffme_modal {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 5px;

    height: max-content;
    margin: 5vw;

    box-shadow: 0px 3px 36px #00000029;
}

.pruffme_modal.pruffme_inline_modal
{
    position: absolute;
    margin: 0;
    bottom: 20px;
    right: 20px;
}

.pruffme_modal_inner {
    display: flex;
    flex-direction: column;
}

.pruffme_modal_header {
    position: relative;
    display: flex;
    align-items: flex-end;

    flex-shrink: 0;

    height: 50px;
    width: 100%;

    margin-bottom: 30px;

    padding: 0 20px;
    padding-top: 30px;

}

.pruffme_modal_header.header_centered {
    justify-content: center;
}

.pruffme_modal_header_label {
    color: #000000;
    font-weight: 500;
    font-size: 13pt;
    text-transform: uppercase;

    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    margin: 0;
}

.pruffme_modal_header_close {
    position: absolute;
    right: 20px;
    top: 15px;

    width: 30px;
    height: 30px;

    background-image: url(images/cabinet/popup/icon_close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;

    border: none;
    border-radius: 15px;
    cursor: pointer;

    opacity: 0.6;
    transition: all 0.2s ease-in-out;
}

.pruffme_modal_header_close:hover {
    background-color: rgba(0, 0, 0, .05);
    opacity: 1;
}

.pruffme_modal_content {
    flex: 1;
}

/* CENTERED MODAL */ 
.pruffme_modal_outer.modal_centered .pruffme_modal_wrapper {
    align-items: center;
}

.pruffme_modal_outer.modal_centered .pruffme_modal {
    margin: 0 5vw;
}

/* SCROLL INSIDE MODE */
.pruffme_modal_outer.modal_scroll_inside {
    overflow: hidden;
}

.pruffme_modal_outer.modal_scroll_inside .pruffme_modal {
    height: auto;
}

.pruffme_modal_outer.modal_scroll_inside .pruffme_modal_inner {
    max-height: 100%;
}

.pruffme_modal_outer.modal_scroll_inside .pruffme_modal_content {
    overflow: auto;
    overflow: overlay;
}

.pruffme_modal_header.header_centered {
    align-items: center;
}

.pruffme_template_error_item {
    margin-top: 3px;
    color: #D63636;
}

/* //////////////// */

.pruffme_template_avatar {
    flex: 0;
    user-select: none;
    overflow: hidden;
}

.pruffme_template_avatar_inner {
    display: flex;
    align-items: center;
    justify-content: center;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    width: 100%;
    height: 100%;
}

.pruffme_template_avatar.avatar-small {
    width: 32px;
    height: 32px;
    border-radius: 16px;

    font-size: 12px;
}

.pruffme_template_avatar,
.pruffme_template_avatar.avatar-medium {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 15px;
}

.pruffme_template_avatar.avatar-large {
    width: 48px;
    height: 48px;
    border-radius: 24px;

    font-size: 18px;
}

.pruffme_template_avatar_image {
    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center;
}

.pruffme_template_avatar_name {
    color: #FFFFFF;
    font-weight: 500;
}

/* PRUFFME PICKER COMPONENT */
.pruffme_template_picker_selected_inner {
    margin-top: 10px;

    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.pruffme_template_tag_drop_button {
    width: 20px;
    height: 20px;
}

.pruffme_template_picker_dropdown {
    position: relative;
}

.pruffme_template_picker_dropdown_empty_placeholder {
    display: none;

    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
}

.pruffme_template_picker_dropdown_empty_placeholder_text {
    color: #D2D2D2;
    font-size: 15px;
}

.pruffme_template_dropdown_content.picker_dropdown_content.empty,
.pruffme_template_dropdown_content.picker_dropdown_content.pending {
    height: 70px;
}

.picker_dropdown_content.empty .pruffme_template_picker_dropdown_empty_placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* //////////////////////// */

.pruffme_spinner_container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;

    height: 80px;
}

/* PRUFFME SCROLLBAR */
.pruffme_scrollbar::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.pruffme_scrollbar::-webkit-scrollbar-button {
    display: block;
    height: 4px;
    width: 4px;
}

.pruffme_scrollbar::-webkit-scrollbar-button:end:increment,
.pruffme_scrollbar::-webkit-scrollbar-button:start:decrement {
    background: transparent;
    display: none
}

.pruffme_scrollbar::-webkit-scrollbar-track-piece {
    background: rgba(9,30,66,.08)
}

.pruffme_scrollbar::-webkit-scrollbar-track-piece:vertical:start {
    border-radius: 4px 4px 0 0
}

.pruffme_scrollbar::-webkit-scrollbar-track-piece:vertical:end {
    border-radius: 0 0 4px 4px
}

.pruffme_scrollbar::-webkit-scrollbar-track-piece:horizontal:start {
    border-radius: 4px 0 0 4px
}

.pruffme_scrollbar::-webkit-scrollbar-track-piece:horizontal:end {
    border-radius: 0 4px 4px 0
}

.pruffme_scrollbar::-webkit-scrollbar-thumb:horizontal,
.pruffme_scrollbar::-webkit-scrollbar-thumb:vertical {
    background: rgba(9,30,66,.13);
    border-radius: 4px;
    display: block;
    height: 48px
}
/* ***************** */




@media all and (max-width: 1200px) {
    .pruffme_template_navigation_item {
        margin-right: 5px;
    }
}

@media all and (max-width: 500px) {
    .pruffme_template_navigation_right_inner {
        padding: 0;
    }
}