@charset "utf-8";

#banner_tel {
    position: fixed;
    bottom: 55px;
    right: 80px;
    padding-left: 1em;
    padding-right: 1em;
    z-index: 9999;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fb77a1+0,f93989+100 */
    background: #fb77a1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fb77a1 0%, #f93989 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fb77a1 0%, #f93989 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fb77a1 0%, #f93989 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb77a1', endColorstr='#f93989', GradientType=0);
    /* IE6-9 */
    border-radius: 0.5em;
    border: 1px solid #ffffff;

    height: 46px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;

           -webkit-box-pack: center;
           -ms-flex-pack: center;
         justify-content: center;

         -webkit-box-align: center;
         -ms-flex-align: center;
            align-items: center;
}

#banner_tel .fa-phone-square-alt,
#banner_tel .fa-clock {
    margin-left: 0.25em;
    margin-right: 0.25em;
}

#banner_tel .fa-phone-square-alt {
    color: #ffd804;
}

#banner_tel .fa-clock {
    color: #ffd804;
}

#banner_tel .txt {
    text-align: center;
    color: #ffffff;
}


#banner_tel .txt--tel {
    font-size: var(--fs_n);
    position: relative;
    right: 0.25em;
}

#banner_tel .txt--time {
    /* font-size: var(--fs_s); */
    font-size: 0.7em;
}

#banner_tel .fa-window-close {
    position: absolute;
    top: 7px;
    right: 7px;
    color: #ffffff;
    font-size: var(--fs_s);
    cursor: pointer;
}