* {
    margin: 0;
    padding: 0;
}

body {
    padding: 30px 0;
    background: url(img/bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

p {
    margin-bottom: 0;
}

.btn-br0 {
    border-radius: 0.25rem 0 0 0.25rem;
    min-width: 95px;
}

.btn-bl0 {
    border-radius: 0 0.25rem 0.25rem 0;
}

header .form-control {
    border-radius: 0;
}

.fs24 {
    font-size: 24px;
}

.cursor {
    cursor: pointer;
}

nav {
    background: #F5F5F5;
    margin-top: 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 25%;
    font-size: 13px;
    vertical-align: middle;
}

.welcome {
    color: #555;
}

.okr {
    margin-top: -20px;
    padding: 0 80px;
}

.okr-card {
    width: 290px;
    background: #eee;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 40px;
    margin-top: 30px;
}

.okr-card input {
    background: #ddd;
    border: 1px solid #ddd;
    font-size: 13px;
}

.okr-add-card {
    width: 290px;
    margin-top: 30px;
}

.okr-add-card-body {
    text-align: center;
    height: 215px;
    color: red;
    cursor: pointer;
}

.okr-add-card-body div:nth-of-type(1) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 120px;
    border-top: 1px dashed #555;
}

.okr-add-card-body div:nth-of-type(2) {
    position: absolute;
    width: 0;
    height: 120px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-left: 1px dashed #555;
}

.remove-Card {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #eee;
    opacity: 0.8;
    text-align: center;
    font-size: 32px;
    line-height: 215px;
}

.todolist-input {
    width: 800px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.show-todo {
    width: 670px;
    color: rgb(168, 14, 14);
    word-break: break-all;
}

::-webkit-scrollbar {/*滚动条整体样式*/
    width: 0px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 0px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.2);
}

.border-none {
    border: none;
}

.time {
    width: 130px;
    font-size: 12px;
    color: #666;
}

.w255 {
    width: 255px;
}

.w205 {
    width: 205px;
}

.tc {
    text-align: center;
}

.none {
    display: none;
}

.pl80 {
    padding-left: 80px;
}

.ml8 {
    margin-left: 8px;
}

.fixed-right{
    position: fixed;
    right: 30px;
    top: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    writing-mode:vertical-lr;
    background: rgb(39, 209, 243);
    font-size: 24px;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
}
.bi-card-text{
    position: relative;
    left: 2px;
}
.notepad-modal .modal-body{
    min-height: 400px;
}
.notepad-template textarea{
    width: 100%;
    padding: 5px;
}
.tr{
    text-align:right;
}
.tl{
    text-align:left;
}