.number_medium {
    font-family: PlusJakartaSans-Regular, Arial, Arial-Regular, -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400
}

.google-tip-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3000;
    background: rgba(0, 0, 0, .5)
}

.google-tip-container .tip-content {
    position: fixed;
    width: 380px;
    box-sizing: border-box;
    padding: 38px;
    background: #fff;
    top: 50%
}

[dir=ltr] .google-tip-container .tip-content {
    left: 50%;
    transform: translate(-50%, -50%)
}

[dir=rtl] .google-tip-container .tip-content {
    right: 50%;
    transform: translate(50%, -50%)
}

.google-tip-container .tip-content .close {
    position: absolute;
    top: 10px;
    cursor: pointer
}

[dir=ltr] .google-tip-container .tip-content .close {
    right: 10px
}

[dir=rtl] .google-tip-container .tip-content .close {
    left: 10px
}

.google-tip-container .tip-content .title {
    text-align: center;
    font-size: 20px;
    color: #000;
    line-height: 1;
    margin-bottom: 20px
}

.google-tip-container .content p {
    font-size: 12px;
    color: #777989;
    text-align: center;
    line-height: 1.5
}

.google-tip-container .google-tipfooter {
    margin-top: 30px;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: flex-center;
    align-items: flex-center;
    align-items: center
}

[dir=ltr] .google-tip-container .google-tipfooter .google-checkbox {
    margin-right: 0
}

[dir=rtl] .google-tip-container .google-tipfooter .google-checkbox {
    margin-left: 0
}

.google-tip-container .tip {
    font-size: 12px;
    color: #999
}

[dir=ltr] .google-tip-container .tip {
    margin-left: 5px
}

[dir=rtl] .google-tip-container .tip {
    margin-right: 5px
}

.google-tip-fade-enter,
.google-tip-fade-leave-active {
    opacity: 0
}

[dir=ltr] .google-tip-fade-enter,
[dir=ltr] .google-tip-fade-leave-active {
    transform: translate(-50%, -100%)
}

[dir=rtl] .google-tip-fade-enter,
[dir=rtl] .google-tip-fade-leave-active {
    transform: translate(50%, -100%)
}