/*
 * @ Work name: Blu-lock
 * @ Author: cclilshy jingnigg@gmail.com
 * @ Copyright (c) 2023. by user email: jingnigg@gmail.com, All Rights Reserved.
 */

.v2club-logo {
    background-image: url("/user/static/images/logo.png");
    width: 100%;
    height: 50%;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    top: -30%;
}

.v2club-logo-1 {
    /*padding-top: 15%;*/
}

.note {
    font-size: 14px;
    font-weight: 600;
    border: initial;
    border-left: 4px solid #3884ff;
    color: #4c4948;
    background: #eef7fa;
    position: relative;
    margin: 1rem 0 1rem;
    padding: 24px;
    border-radius: 3px;
    padding-left: 2.65rem;
    margin-top: 32px;
    margin-bottom: 32px;
}

.note.warning {
    border-left-color: #e04f1a;
    background: #ffd9d9;
}

.note > span:before {
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    top: calc(50% - .8rem);
    left: .7rem;
    font-size: larger;
}

.note > .war:before {
    content: "\f071";
    color: #f5222d;
}

.note > .info:before {
    content: "\f06a";
    color: #3b5998;
}

.ant-drawer-body {
    font-size: 1rem !important;
}

.ant-drawer-body h3 {
    margin-top: 1rem;
    font-size: 1.2rem;
}

@media only screen and (max-width: 800px) {
    .docsimg img {
        height: auto;
        width: 100%;

    }
}

.docsimg {
    margin: 1rem 0;
    text-align: center;
}

.docsimg img {
    width: 60%;
}

.btn-copy {
    color: #ffffff;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0rem;
    background-color: #ffffff;
    border-color: #4C1CBC;
}
