/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2021/5/31, 下午 04:37:09
    Author     : User
*/

.btn-circle-xl {
    width: 75px;
    height: 75px;
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.33;
    border-radius: 40px;
    margin-bottom:10px;
}

body:before{
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../../image/wa3.png);
    background-size: cover;
    opacity: 0.4;
}

aa{
    display: block;
}


.lbl {
            padding: .5rem 1rem;
            border-radius: .2rem;
            cursor: pointer;
            transition: all .3s;
            transition-timing-function: ease-in-out;
        }

        .lbl-success {
            background-color: rgba(10, 187, 135, 0.1);
            color: #0abb87;
        }

        .lbl-success:hover {
            background-color: #0abb87;
            color: #fff;
        }


        .lbl-primary {
            background-color: rgba(93,120,255,.1);
            color: #5d78ff;
        }

        .lbl-primary:hover {
            background-color: #5d78ff;
            color: #fff;
        }