﻿.rit-bugs > .rit-bug {
    position: relative;
    display: flex;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px #0000001f;
}
    .rit-bugs > .rit-bug > .rit-bug-info {
        flex: auto;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
        .rit-bugs > .rit-bug > .rit-bug-info > .rit-old-bug {
            padding: 5px;
            margin-right: 15px;
            line-height: 14px;
            background-color: #3f51b50a;
            font-weight: 400;
            cursor: pointer;
            white-space: nowrap;
            transition: all 0.3s ease-in-out;
            text-decoration: none;
            color: #aaa;
            display: flex;
            align-items: center;
            gap: 3px;
        }
        .rit-bugs > .rit-bug > .rit-bug-info > .rit-bug-summary {
            border-bottom: 1px dashed #dddddd;
            padding-bottom: 4px;
            flex: auto;
            margin-bottom: 10px;
            font-weight: 400;
            background-color: white;
            font-size: 14px;
            transition: all 0.3s ease-in-out;
        }
.btn {
    background: transparent;
    outline: none !important;
    vertical-align: middle;
}
.btn-danger {
    color: #fff;
    background-color: #fd397a;
    border-color: #fd397a;
    color: #ffffff;
    float: right;
    margin: 15px 0;
}

.ck-editor__editable_inline{
   /* padding:60px 10px 10px !important; */
  /* min-height:auto;*/
}
.ck.ck-reset.ck-list{
    max-height:100px;
    overflow-y:scroll;
}