﻿@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        /*Ajuste scroll quando tocar em um elemento input*/
        html {
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch;
        }

        .rs-timer-container {
            z-index: 9999999 !important;
            position: fixed !important;
        }

        .balloon {
            text-indent: 156px !important;
            padding: 10px 0px !important;
        }

        .safari {
            height: 40px !important;
            margin-bottom: 10px;
            -webkit-padding-start: 0;
            text-indent: 163px !important;
            margin: 0px 10px 0px 0px !important;
        }
    }
}