html, body, body>div.container-fluid {height:100%;background-color:#2c2d2f;border-radius:.5rem;}
.t-0{top:0;}
.t-1{top:.25rem;}
.t-2{top:.5rem;}
.t-3{top:.75rem;}
.t-4{top:1rem;}
.t-5{top:1.5rem;}

.r-0{right:0;}
.r-1{right:.25rem;}
.r-2{right:.5rem;}
.r-3{right:.75rem;}
.r-4{right:1rem;}
.r-5{right:1.5rem;}

.l-25{left:25%;}
/*Fix bootstrap*/
.custom-file-label::after{content:"浏览"}

.bg-dark{background-color:#2c2d2f!important;box-shadow: .2rem .2rem .4rem .4rem rgba(0,0,0,.35);border-radius:.3rem;}

.text-bright{color: #ffdd33!important;text-shadow: 0 0 1rem #ffdd33;}
.text-ccc{color:#ccc !important;}

.light-success{color: var(--green)!important;text-shadow: 0 0 .3rem var(--green)!important;}
.light-warning{color: var(--yellow)!important;text-shadow: 0 0 .3rem var(--yellow)!important;}
.light-danger{color: var(--red)!important;text-shadow: 0 0 .3rem var(--red)!important;}
.light-gray{color: var(--gray)!important;text-shadow: 0 0 .3rem var(--gray)!important;}

button.active{border-color:#7a6625;box-shadow:0 0 .4rem #be9a24!important;}
