.row.form_box.creat_tasks_form .row.form-group .col-md-12.trash_btn {
    height: 0;
    padding: 0;
}
.add_more_role {
    font-size: 1rem;
    text-align: center;
    text-transform: capitalize;
    transition: none;
    color: #e97917;
    padding: 12px 20px;
    border-radius: 9px;
    background: #f6f6f6;
    border: none;
}
.add_more_role i.fa {
    margin-right: 5px;
}
a.delet_role {
    margin-top: 50px;
    position: absolute;
    right: 0px;
}
a.delet_role1 {
    margin-top: 39px;
    position: absolute;
    right: 0px;
}

div.dataTables_wrapper div#example_info {
    margin-left: 35px;
    font-weight: 500;
}

div#example_filter {
    margin-right: 35px;
}
div#example_info {
    margin-left: 35px;
}
div#example_paginate {
    margin-right: 30px;
}

.text-left{
    margin-left: 20px;
}

/*New Styles*/


.blue-color {
    color: #0ba5cf;
}
.black-color {
        color: #333333 !important;
}
.btn-success {
    background: #008659 !important;
}
.btn_section .light_btns {
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
}
.activity_main_section li.nav-item button {
    padding: 5px 15px;
    background: #dfdfdf;
    color: black;
}
.activity_main_section li.nav-item button.active {
    background: #6c757d;
}
.section label.black-color, .right_side_second.border label.text-left.black-color, .history h6.text-dark, div#tab1 .row h6.text-dark {
    font-size: 14px;
}
.main_activity_tabs img.w-100.comment_img {
    width: 50px !important;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
}
.col-lg-8.left_content_area .top_breadcrumb ol.breadcrumb {
    background: transparent;
}
.col-lg-8.left_content_area {
    height: 82vh;
    overflow-y: scroll;
}
.left_content_area .top_breadcrumb a {
    color: #1aafd7;
}
.top_breadcrumb li.breadcrumb-item {
    font-size: 14px;
}
div#show-description {
    font-size: 14px;
}
ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
}
ul#tabs-nav li {
    float: left;
    margin-right: 10px;
    cursor: pointer;
    padding: 5px 10px;
    background: #f8f9fa;
    font-weight: 700;
}
ul#tabs-nav li:hover,
ul#tabs-nav li.active  {
  background: #6c757d;
}
ul#tabs-nav li:hover a,
ul#tabs-nav li.active a  {
  color: white !IMPORTANT;
}
ul#tabs-nav li.active a{
  color: white;
}
#tabs-nav li a {
  text-decoration: none;
  color: #FFF;
  color: black;
}
/*ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }*/

/*Attachments*/

/*Rigthside*/

.right_side_second.border .col-lg-6, .right_side_second.border .col-lg-6 h6 {
    font-size: 13px;
    color: #333333;
}
.right_side_second.border .col-lg-6 select#assignee {
    border: none;
    background: transparent;
    outline: none;
    appearance: none;
    color: #333333;
}
.update_status a#dropdownMenuLink i.fa {
    font-size: 10px;
    position: relative;
    top: -2px;
    left: 3px;
}
.update_status a#dropdownMenuLink {
    background: #008659;
}
.update_status .right_done i.fa {
    color: green;
    font-size: 15px;
}