* {
    box-sizing: border-box;
    user-select: none;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v88/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 34px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

.material-icons {
    color: #fff;
    font-size: 34px;
}

.buttonx-inside .material-icons {
    font-size: 20px;
}

.main-wrapper {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 4147483644;
}

.main-wrapper-inside {
    width: 60px;
    height: 60px;
    position: relative;
}

.buttonx {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    background-color: #f2972e;
    position: absolute;
    bottom: -38px;
    right: -4px;
    z-index: 6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.4);
    will-change: transform;
  
}

.buttonx .material-icons {
    -webkit-transition: transform 200ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 200ms cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
    transform-origin: center center;
}

.buttonx.animation {
    background-color: #f2972e;
}

.buttonx.animation .material-icons {
    -webkit-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
}
.buttonx-wrapper {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: transform 400ms cubic-bezier(0.07, 1.1, 0.28, 1.01);
    transition: transform 400ms cubic-bezier(0.07, 1.1, 0.28, 1.01);
    will-change: transform;
}

.buttonx-wrapper.animation {
    -webkit-transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
}

.buttonx-wrapper.first.animation {
    transform: rotate(-178deg) translateZ(0);
}

.buttonx-wrapper.second.animation {
    transform: rotate(127deg) translateZ(0);
}

.buttonx-wrapper.third.animation {
    transform: rotate(-290deg) translateZ(0);
}

.buttonx-inside {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 20px;
    right: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.buttonx-inside.first {
    background-color: #f59e2c;
    transform: rotate(178deg);
}

.buttonx-inside.second {
    background-color: #f59e2c;
    transform: rotate(127deg);
}

.buttonx-inside.third {
    background-color: #f59e2c;
    transform: rotate(290deg);
}