* {
    margin: 0;
    padding: 0;
}

.mayarun-sticky-element{
    top: 25%;
    z-index: 999;
}
.svg-icon {
    /* flex-grow: 1; */
    border-radius: 0 10px 10px 0px;
    width: 50px;
    padding: 10px 10px;
    cursor: pointer;
    transition: .5s;
    z-index: 1;
}

.svg-icon:hover {
    border-radius: 0 0px 0px 0px;
}


.svg-icon-sms,
#sms-text {
    background-color: #0066bf;
    ;
}

.svg-icon-phone,
#phone-text {
    background-color: #f7b500;
    ;
}

.svg-icon-contact {
    background-color: #dd3333;
    ;
}

.svg-icon-email,
#email-text {

    background-color: #464646;
    ;
}

.svg-icon-minimize {
    background-color: #000;
    ;
}

#phone-icon svg {
    transform: rotate(270deg);
}

.icon-text {
    width: 0;
    border-radius: 0 10px 10px 0px;
    transition: .5s;
}


.svg-icon-contact {
    display: block;
    /* box-shadow: -3px 0 6px rgba(0, 0, 0, .16); */
    background-color: red;
    border-radius: 10px 0 0px 10px;
    font-size: 19px;
    position: relative;
    text-align: center;
    transition: .5s;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 10px;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
}

/* Display Hide Text  */
.display-text {
    width: 100px;
    transition: .5s;
}

.d-none {
    width: 0;
    transition: .5s;
}

@media only screen and (max-width: 720px) {
    body {
        background-color: lightblue;
    }

    .mayarun-sticky-element {
        width: 100%;
        display: flex;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .item {
        flex-grow: 1;
        flex-direction: column-reverse;
    }

    .svg-icon {
        width: 100%;
    }

    .svg-icon {
        /* flex-grow: 1; */
        border-radius: 0;
    }
    .svg-icon-contact {
        /* display: block; */
        /* box-shadow: -3px 0 6px rgba(0, 0, 0, .16); */
        /* background-color: red; */
        /* border-radius: 0 0 10px 10px; */
        /* padding: 18px 10px 2px; */
        /* width: 210px;
        height: 50px; */
        /* line-height: 1.2; */
        /* font-size: 19px; */
        -webkit-transform-origin: 68px 68px 0;
        -moz-transform-origin: 68px 68px 0;
        transform-origin: 58px 60px 0; 
        position: relative;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
        transition: .5s;
        cursor: pointer;
        text-decoration: none;
        transform: rotate(0deg);
        writing-mode: horizontal-tb;
        height: 44px;
    }
}