.ptn_fill, .ptn_fill_btn {
    fill: black !important;
    padding-top: 2px;
    background-color: black !important;
}

.ptn_fill_btn {
    border-right-color: red !important;
    border-right-width: 4px !important;
}

.ptn_fill_btn:hover {
    border-right-color: red !important;
    border-right-width: 45px !important;
}
.ptn-btn{
    display: inline-block;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid transparent;
    background-color: black !important;
    cursor: pointer;
    transition: all 300ms linear 0s;
    letter-spacing: 0.5px;
}
.btn-notify-small{
    font-size: 12px; font-weight: 400; padding: 12px 10px;
    color: #000;
    letter-spacing: 0.5px;
    background-color: #ffc107; transition: all 300ms linear 0s;
    border: 1px solid transparent; border-radius: 4px; display: inline-block; cursor: pointer;
    border-color: #ffc107;
}
.btn-notify-small:hover{
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
span.ptn-text, button.btn-notify-small {
    font-size: 11px!important;
    line-height: 14px!important;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0.3rem;
}
.no-editing-input {
    background-color: #fff!important;
    border:none!important;
    border-radius: 0!important;
    height: 30px!important;
}
