
.helpercall {
    cursor: pointer;
}

.helper {
    position: fixed;
    -moz-display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    z-index: -1000000;
    text-align: left;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 100%;
    -webkit-transition: z-index 0s 500ms;
    -moz-transition: z-index 0s 500ms;
    -ie-transition: z-index 0s 500ms;
    transition: z-index 0s 500ms;
}

.helper:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ie-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

@media screen and (max-width: 480px) {
    .helper {
        width: 100%;
    }
}

.helper.showed {
    z-index: 1000000;
    -webkit-transition: z-index 0s 0s;
    -moz-transition: z-index 0s 0s;
    -ie-transition: z-index 0s 0s;
    transition: z-index 0s 0s;
}

.helper.showed:before {
    opacity: 1;
}

.helper > div {
    display: flex !important;
    flex-flow: column;
    justify-content: center;
    align-content: space-between;
    background-color: #fff;
    -moz-box-shadow: var(--box-shadow16dp);
    -webkit-box-shadow: var(--box-shadow16dp);
    box-shadow: var(--box-shadow16dp);
    border-radius: var(--box-radius);
    max-width: 100%;
    position: relative;
    max-height: calc(100vh - 100px);
    overflow: visible;
    /*padding-bottom: 10px;*/
    box-sizing: border-box;
    opacity: 0;
}

.helper.showed > div {

    opacity: 1;

    -webkit-transition: opacity 100ms ease-out 200ms;
    -moz-transition: opacity 100ms ease-out 200ms;
    -ie-transition: opacity 100ms ease-out 200ms;
    transition: opacity 100ms ease-out 200ms;

}

.helper > div > .close-icon {
    cursor: pointer;
    position: absolute;
    right: 50px;
    top: 50px;
    margin-top: -10px;
}

.helper > div > .header {
    padding: 0 100px 0 50px;
    margin: 0px 0px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0.2em 0.2em 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.1em;
    height: 100px;
    flex-shrink: 0;
}

.helper > div > .contentwrapper {
    overflow: auto;
    flex-grow: 1;
    margin-bottom: 50px;
}

.helper > div > .contentwrapper > .content {
    margin: 0 50px;
    line-height: 160%;
    font-weight: 400;
    font-size: 16px;
}

.helper > div > .buttons {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0 50px;
    clear: both;
    text-align: right;
    flex-grow: 1;
    flex-basis: 60px;
    flex-shrink: 0;
    gap: 10px;
}

.helper > div > .buttons > .button {
}

.helper > div > .contentwrapper.empty + .buttons {
    margin-top: 0;
}

.helper > div > .buttons .button + .button {
}

/*
.helper .content .field {
	margin: 10px 0;
	text-align: left;
}

.helper .content .field input.warning{
	
}
*/
@media screen and (max-width: 360px) {
    .helper > div > .buttons {
        display: flex;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -moz-align-items: stretch;
        -webkit-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;

    }

    .helper > div > .buttons .button {
        margin: 5px 0;
    }

    .helper > div > .buttons .button + .button {
        margin-left: 0;
    }
}

.helper .content .commands {
    margin-top: 30px;
    -moz-display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
}

.helper .content .commands.middle {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.helper .content .commands .buttons {
    -moz-display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
}

@media screen and (max-width: 500px) {

    .helper .content .commands {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }
}


.helper[rel=tunecontent] > * {
    width: 98%;
}

.helper.spinner > .wrapper.style-white {
    background: none;
    box-shadow: none;
    color: #fff;
}

.helper.spinner > div > .contentwrapper > .content {
    padding: 0;
}

.helper.spinner > div > .contentwrapper {
    max-height: unset;
}

.helper.spinner > .wrapper.style-white .icon {
    position: absolute;
    display: inline-block;
    font-size: 5em;
    color: #fff;
    margin-top: -0.5em;
    margin-left: -0.5em;
}

.helper label {
    text-align: left
}

#helperbody .messenger {
    position: fixed;
    text-align: center;
    font-size: 1.1em;

    -moz-transition: -moz-transform 0.5s ease, -moz-background-color 3s 0s ease;
    -webkit-transition: -webkit-transform 0.5s ease, -webkit-background-color 3s 0s ease;
    -ms-transition: -ms-transform 0.5s ease, -ms-background-color 3s 0s ease;
    transition: transform 0.5s ease, background-color 3s 0s ease;

    z-index: 1000001;

    background-color: #f8e6b8;
    color: #222;

    right: 1em;
    bottom: 1em;

    width: auto;
    border-radius: 10px;
    padding: 1em;
    min-width: 100px;

    -moz-transform: translateX(calc(100% + 2em)) translateY(0);
    -webkit-transform: translateX(calc(100% + 2em)) translateY(0);
    -ms-transform: translateX(calc(100% + 2em)) translateY(0);
    transform: translateX(calc(100% + 2em)) translateY(0);

    box-shadow: 8px 8px 15px #aeaeae;
}

#helperbody .messenger a {
    color: #222;
    text-decoration: underline;
}

#helperbody .messenger.error {
    background-color: rgba(213, 71, 71, 0.82);
    -moz-transition: -moz-transform 0.5s ease, -moz-background-color 0s ease;
    -webkit-transition: -webkit-transform 0.5s ease, -webkit-background-color 0s ease;
    -ms-transition: -ms-transform 0.5s ease, -ms-background-color 0s ease;
    transition: transform 0.5s ease, background-color 0s ease;
}

#helperbody .messenger:hover,
#helperbody .messenger.visible {
    -moz-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);

}