#robot-button img,
.full {
    height: 100%;
    width: 100%
}

#robot-button img,
#robot-container {
    animation: 2s infinite robot-animation
}

#robot-head,
svg {
    position: absolute;
    height: 80px;
    width: 80px
}

#avatar,
#testa {
    animation-timing-function: linear
}

.notification {
    position: fixed;
    bottom: 24px;
    right: 19px;
    display: none;
    min-height: 40px;
    min-width: 120px;
    border-radius: 8px;
    padding: 17px 25px;
    background-color: inherit;
    cursor: pointer;
    opacity: 1;
    -webkit-transform: translateX(120%);
    transform: translateX(0);
    -webkit-transition: opacity .35s ease-in-out, -webkit-transform .35s ease-in-out;
    transition: opacity .35s ease-in-out, transform .35s ease-in-out;
    z-index: 10000;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 0 4px rgb(65 65 65 / 29%);
    font-size: 14px
}

.notification.active {
    display: flex;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.annuisci,
.move-head:hover {
    transform: rotate(5deg)
}

.full {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow: auto;
    padding: 2rem
}

#robot-head,
.robot-arm {
    border-radius: 50%;
    background-color: #f9b600
}

.notification i {
    padding-right: 16px;
    font-size: 24px
}

#robot-button {
    width: 100px;
    height: 100px;
    position: relative
}

#robot-container {
    position: relative;
    width: 200px;
    height: 300px;
    margin: 50px auto
}

#robot-head {
    top: 0;
    left: 50%;
    margin-left: -40px
}

#robot-body {
    position: absolute;
    top: 80px;
    left: 50%;
    width: 100px;
    height: 150px;
    margin-left: -50px;
    border-radius: 10px;
    background-color: #b0e0e6
}

#robot-arms {
    position: absolute;
    top: 100px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between
}

.robot-arm {
    width: 40px;
    height: 40px
}

#robot-legs {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between
}

.robot-leg {
    width: 20px;
    height: 60px;
    border-radius: 10px;
    background-color: #b0e0e6
}

.robot .animated {
    visibility: visible;
    animation: .5s fadeIn, 1.5s fadeOut;
    -webkit-animation: 2s fadeIn;
    -moz-animation: 2s fadeIn;
    -ms-animation: fadeIn 2s;
    -o-animation: 2s fadeIn
}

.fadeIn {
    -webkit-animation-name: fadeIn !important;
    animation-name: fadeIn !important;
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeInOut {
    animation: 3s linear forwards fadeInOut;
    display: block
}

#enable-notifications,
#robot {
    -webkit-transition: .1s;
    transition: .1s
}

#enable-notifications {
    position: fixed;
    bottom: 5px;
    left: 33px;
    z-index: 10000;
    width: 90px;
    height: 80px;
    border-bottom: 3px dashed #fff;
    border-bottom-right-radius: 29px;
    border-bottom-left-radius: 29px
}

.face {
    opacity: 1;
    transition: opacity 1.5s ease-in-out;
    width: 42px
}

svg {
    bottom: 7px;
    right: 4px;
    z-index: inherit;
    -webkit-transition: .1s;
    transition: .1s;
    overflow: visible
}

.modalNotify .tool .tooltip-toggle-relative::before,
.modalNotify .tool .tooltip-toggle::before {
    right: inherit;
    left: auto;
    content: attr(aria-label);
    text-transform: none;
    transition: .5s;
    width: max-content;
    max-width: 340px;
    max-height: 100px;
    overflow-y: auto;
    z-index: 10000;
    position: absolute
}

#avatar {
    -webkit-animation: .1s linear 4.85s 5 blink;
    animation-name: blink;
    animation-duration: 150ms;
    animation-iteration-count: 5;
    animation-delay: 4.85s;
    fill: #ffe843;
    fill-opacity: 0
}

@-webkit-keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

.blinker {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    animation: 2s linear infinite blink;
    background-color: #f1ff00;
    margin-left: 8px;
    margin-top: 5px;
    display: inline-block;
    position: absolute
}

.robot .img-button {
    cursor: pointer;
    background: 0 0
}

.btn5,
.btn5:link,
.btn5:visited {
    border: none;
    outline: 0
}

.btn5:focus,
.btn5:hover,
.btn5:link:focus,
.btn5:link:hover,
.btn5:visited:focus,
.btn5:visited:hover {
    transition-timing-function: cubic-bezier(0.32, 0.76, 0.88, 1.07);
    -webkit-animation: .5s gelatine;
    animation: .5s gelatine
}

@media screen and (max-width: 880px) {
    #enable-notifications {
        bottom: 5px;
        left: 33px;
        width: 60px;
        height: 60px;
        border-bottom: 3px dashed #fff;
        border-bottom-right-radius: 19px;
        border-bottom-left-radius: 19px
    }

    .modalNotify .tool {
        padding: 7px 4px !important;
        display: flex;
        margin: auto
    }

    .modalNotify-content .button button,
    .modale-content .button button {
        margin-bottom: 25px
    }

    svg {
        height: 60px;
        width: 60px;
        bottom: 11px;
        right: 0
    }

    .modalNotify .target_select .inItem #sendingProgram {
        font-size: 16px
    }

    .modalNotify .target_select tr {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: -webkit-fill-available
    }

    .modalNotify .target_select select {
        width: -webkit-fill-available;
        padding: 13px 12px 15px 11px !important;
        margin-top: 4px !important
    }

    .modalNotify .target_select .inItem {
        width: 100%;
    }
}

.tool .label {
    display: flex;
    align-items: center;
    justify-content: center
}

.tool .label-text {
    margin-left: .5em
}

.tool .tooltip-toggle-relative.inherit {
    justify-content: inherit
}

.tool .tooltip-toggle-relative {
    cursor: pointer;
    position: relative;
    color: #767676;
    display: inline-flex;
    justify-content: flex-end
}

.tool .modalNotify .tooltip-toggle {
    cursor: pointer;
    position: absolute;
    bottom: 4px;
    right: 10px;
    color: #767676
}

.modalNotify .tool .tooltip-toggle i,
.modalNotify .tool .tooltip-toggle svg {
    height: 18px;
    width: 18px;
    color: inherit;
    font-size: 20px
}

.modalNotify .tool .tooltip-toggle-relative::before {
    top: -43px;
    background-color: #151515;
    border-radius: 5px;
    padding: 8px 20px
}

.modalNotify .tool .tooltip-toggle::before {
    top: -71px;
    background-color: #2b222a;
    border-radius: 5px;
    padding: 1rem
}

.modalNotify .tool .tooltip-toggle-relative::after,
.modalNotify .tool .tooltip-toggle::after {
    position: absolute;
    content: " ";
    font-size: 0;
    line-height: 0;
    margin-left: -5px;
    width: 0
}

.modalNotify .tool .tooltip-toggle-relative::before,
.modalNotify .tool .tooltip-toggle::before,
.tooltip-toggle-relative::after,
.tooltip-toggle::after {
    color: #efefef;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    text-align: left
}

.modalNotify .tool .tooltip-toggle-relative:focus::before,
.modalNotify .tool .tooltip-toggle:focus::before,
.tooltip-toggle-relative:focus::after,
.tooltip-toggle-relative:hover::after,
.tooltip-toggle-relative:hover::before,
.tooltip-toggle:focus::after,
.tooltip-toggle:hover::after,
.tooltip-toggle:hover::before {
    opacity: 1;
    transition: .75s
}

.modalNotify .tool {
    flex-direction: column;
    max-width: 100%;
    padding: 14px 14px 14px 0
}

.modalNotify .target_select {
    padding: 9px 1px 4px;
    font-size: 16px;
    margin-top: 9px;
    display: table;
    vertical-align: middle
}

tr:nth-child(2n),
tr:nth-child(odd) {
    background: 0 0 !important
}

.modalNotify .target_select select {
    padding: 8px 10px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    margin-bottom: 6px;
    margin-top: auto;
    border-radius: 5px;
    border: 1px solid #7b7b7b;
    font-size: 18px;
}

.modalNotify .target_select .inItem {
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    height: max-content
}

.modalNotify .target_select span {
    font-size: 14px;
    display: inline-table;
    padding-right: 11px;
    padding-left: 16px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    vertical-align: middle
}

.modalNotify .itemTitle {
    padding-left: 21px;
    font-size: 18px
}

hr,
hr.null {
    height: 0;
    border-bottom: 1px solid var(--bg-darken-2);
    clear: both;
    text-align: center;
}

.modalNotify .target_select span i {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    padding-right: 5px;
    padding-left: 5px
}

.modalNotify .target_select .privacy {
    font-size: 16px;
    display: inline-flex;
    padding: 10px 0 12px 14px;
    border-bottom: 1px solid #c9c9c9;
    margin: auto;
    flex-wrap: wrap
}

.modalNotify .target_select .privacy span.control-input {
    padding: 13px 13px 13px 13px;
    margin-top: 7px;
    margin-bottom: 11px;
    margin-right: 8px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
}

.control,
.control input:checked~.control_indicator:after {
    display: block
}

.modalNotify .target_select .privacy label {
    padding-right: 17px
}

.modalNotify .target_select .privacy .control-input:hover * {
    color: #fff;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.modalNotify .target_select .privacy .control-input:hover {
    background: #377c39
}

.modalNotify .target_select .privacy input {
    margin-right: 10px
}

.control {
    font-family: arial;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 24px;
    width: 25px;
    background: #e6e6e6;
    border: 1px dashed #3f52bd;
    border-radius: 7px
}

.control input:focus~.control_indicator,
.control:hover input~.control_indicator {
    background: #ccc
}

.control input:checked~.control_indicator {
    background: rgb(136 122 33 / 97%)
}

.control input:checked:focus~.control_indicator,
.control:hover input:not([disabled]):checked~.control_indicator {
    background: rgb(14 102 71) d
}

.control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: 1;
    pointer-events: none
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none
}

.control-checkbox .control_indicator:after {
    left: 7px;
    top: 3px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg)
}

.control-checkbox input:disabled~.control_indicator:after {
    border-color: #7b7b7b
}

.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3.995rem;
    height: 3.493rem;
    margin-left: -.894rem;
    margin-top: -.455rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: .6;
    z-index: 99999;
    transform: scale(0)
}

#testa {
    animation-name: moveHead;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    -webkit-transition: 1.3s, visibility 1s;
    -moz-transition: 1.3s, visibility 1s;
    transition: 1.3s, visibility 1s
}

#occhio-sx:hover #pupilla-sx {
    transform: translateX(-2px) translateY(-2px);
    transition: transform .5s
}

#occhio-dx:hover #pupilla-dx {
    transform: translateX(2px) translateY(-2px);
    transition: transform .5s
}

.move-head {
    transition: transform .5s ease-in-out
}

.move-eyes {
    transition: transform .2s ease-in-out
}

.annuire,
.annuisci {
    transition: transform .2s ease-out
}

.move-eyes:hover {
    transform: translate(5px, 0)
}

#enable-notifications:active~#robot-tech-eyes-green ellipse {
    fill: #ffcc33;
    transition: fill .5s
}

.annuire {
    transform: translateY(6px)
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeInOut {

    0%,
    100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@keyframes robot-animation {

    0%,
    100% {
        transform: rotate(0);
        transform: translateY(0)
    }

    50% {
        transform: rotate(20deg);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes gelatine {

    from,
    to {
        -webkit-transform: scale(1, 1)
    }

    25% {
        -webkit-transform: scale(.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.1, .9)
    }

    75% {
        -webkit-transform: scale(.95, 1.05)
    }
}

@keyframes gelatine {

    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    25% {
        -webkit-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.1, .9);
        transform: scale(1.1, .9)
    }

    75% {
        -webkit-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05)
    }
}

@keyframes moveHead {

    0%,
    100% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(5deg)
    }
}

@keyframes s-ripple {
    0% {
        transform: scale(0)
    }

    20% {
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes blinker {

    0%,
    100% {
        transform: scaleY(1)
    }

    25% {
        transform: scaleY(.99)
    }

    50% {
        transform: scaleY(.9)
    }
}

@keyframes nod {

    0%,
    100%,
    50% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(10deg)
    }

    75% {
        transform: rotate(-10deg)
    }
}

@keyframes shake {

    0%,
    100%,
    50% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(5deg)
    }

    75% {
        transform: rotate(-5deg)
    }
}

@keyframes wiggle {

    0%,
    100%,
    50% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(5deg)
    }

    75% {
        transform: rotate(-5deg)
    }
}

@keyframes moveEyes {

    0%,
    100% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(5px, 5px)
    }
}

@keyframes moveHead {

    0%,
    100% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(2px, 2px)
    }
}

@keyframes moveFace {

    0%,
    100% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(5deg)
    }
}

@keyframes moveAntenna {

    0%,
    100% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(10deg)
    }
}