// add the following css to the end of your custom.css file
.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 {
        height: auto;
        width: 100%;
        
    }
}
.docsimg {
	margin-top: 1rem;
}
.btn-copy {
    color: #ffffff;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0rem;
    background-color: #ffffff;
    border-color: #4C1CBC;
}