﻿.stky-bottom {
    align-items: center;
    display: flex;
    justify-content: center;
}

.stky-bottom-container {
    padding: 10px;
    background: white;
    width: 100%;
    bottom: 0;
    display: none;
    position: fixed;
    right: 0;
    z-index: 100;
    box-shadow: 0 18px 20px 15px #3232328f;
    padding: 20px 10px;
}

.stky-button {
    align-items: center;
    background: black;
    border-radius: 25px;
    border: none;
    color: white;
    display: flex;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    width: 150px;
}

.stky-phone {
    font-weight: 600;
    border: none;
    margin-left: 10vw;
}

.none, a.none {
    display: none;
}

.stky-mobile, .stky-mobile a.none {
    display: none;
}

footer {
    padding-bottom: 80px;
}

#chatIcon {
    margin-bottom: 50px;
}

.stky-button:focus, .stky-phone:focus, .stky-phone-m:focus {
    transform: scale(1.2);
}

@media (max-width:1023px) {
    .stky-deasktop {
        display: none;
    }

    .u1st-accButton > a {
        margin-bottom: 80px;
    }
    /* .stky-button {
        margin-left: 30px;
    } */
    .stky-phone-m {
        border-radius: 25px;
        color: white;
        display: flex;
        height: 50px;
        justify-content: center;
        width: 100px;
        margin-left: 10vw;
    }

    .stky-phone-m img {
        max-width: 40px;
    }
}
