.v-dialog {
    &-img {
        width: 100%;
        height: 75px;
        img{
            width: 100%;
            height: 100%;
        }
    }
    &-content{
        padding: 25px 20px;
        font-size: 14px;
        line-height: 1.5;
        text-align:center;
    }
    &-button-box {
        /*display: flex;*/
        position: relative;
        padding:  0 40px 30px;
        border-radius: 0 0 8px 8px;
        overflow:hidden;
        i {
            position: absolute;
            top: 9px;
            left: 50%;
            width: 1px;
            height: 30px;
            background-color: rgba(0, 0, 0, 0.10);
        }
        a,
        button {
            /*flex: 1;*/
            &:nth-of-type(2) {
                font-weight: 700;
            }
        }
    }
}