
.myrolecard-header {
    background: #485663;
    padding: 2px 9px;
    color: #fff;
    margin-top: 10px;
    border-radius:5px 6px 0px 0px;
}
.mystoryboard>.nav {
    padding: 8px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: none;
    color: #fff;
    position: absolute;
    right: 0;
    margin-right: 47px;
    margin-top: 0px;
}
.myrole-card {
    background: #fff;
    padding: 20px 0px 20px 0px;
    margin: 0px 0px;
    height: calc( 100vh - 250px);
    overflow-y: auto;
}
.myrolecard-body p {
    padding: 10px;
    font-size: 13px;
}
.weekly>.checkbox>label >input{
    margin-right: 5px;
}
.weekly>.checkbox>label{
    color: #fff;
}
.table-card {
    background: #96969680;
    padding: 15px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
    color: #fff;
    font-weight: 400;
}
.circle-task{
    width: 50px;height: 50px;background: #c2c2c2;border-radius: 50%;float: left;margin-left: 24px;
}
.feed-blog li{
    margin-bottom: 0px
}
.mystoryboard>.myrolecard-header>.nav>.nav-item>.active {
    background: #0279ff;
    border: none;
    border-radius: 5px;
    color: #fff;
}
.mystoryboard>.myrolecard-header>.nav>.nav-item {
    margin: 0px 15px;
}
.mystoryboard>.myrolecard-header>.nav>.nav-item>a{
    color: #fff;
}
.mystoryboard>.myrolecard-header>.nav>.nav-item>a:focus,.mystoryboard>.myrolecard-header>.nav>.nav-item>a:hover{
    border:none;
}
.mystoryboard>.myrolecard-header>.nav>.nav-item>a:focus, .mystoryboard>.myrolecard-header>.nav>.nav-item>a:hover {
    border: none;
    background-color: #0279ff;
    color: #fff;
    border-radius: 6px;
}
.nav-link {
    display: block;
    margin:4px  2px;
    padding: .3rem 1rem;
}
 @media (min-width:768px) and (max-width:1024px) {
 .feed-blog li {
    position: relative;
    padding-left: 0px;}
    }