.menu-icon {
    margin-top:-3px;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 17px !important;
    padding-left: 17px !important;
 }
 .pull-right {
    float: right !important;
    margin-top: -30px !important;
}
.navbar-brand img {
    width: 120px;
}
th {
    font-size: 12px !important;
}
td {
    font-size: 12px !important;
}
.text-sm {
    font-size:12px !important;
}
/* .table-scroll {
    overflow-x: auto;
}
table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
} */
a {
    color: #5c636e;
    text-decoration: none !important;
    cursor: pointer !important;
}
.nav-link {
    position: relative;
    text-decoration: none;
    color: inherit;
}

.nav-link::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #2860f5;
    transition: width 0.3s ease, left 0.3s ease; /* Add left property to the transition */
}

.nav-link:hover::before, .nav-link:focus::before {
    width: calc(100% - 27px);
    left: 14px;
}
.action-icons {
    color: black !important;
    transition: width 0.3s ease, left 0.3s ease;
    padding-right: 8px;
}
.action-icons:hover {
    color: #2860f5 !important;
    transition: width 0.3s ease, left 0.3s ease;
}
#advancedFilters {
    display: none;
}
#myTabContent {
    padding-top: 3px;
}
.tab-content > .active {
    margin-top: 32px !important;
}
.ticket-attachements {
    border-left: 1px solid #e9e4e4;
    height: 100%;
    /* padding-left: 20px; */
    margin-left: 16px;
}
.ticket-attachements > ol {
    padding: 13px !important;
    margin: 0 !important;
}
.list-control {
    padding: 0 !important;
    margin-top: 4px !important;
    margin-left: 14px;
}
.attachements-control {
margin-top: -30px !important;
}
.responder-person {
    margin-left: -14px;
    margin-bottom: -12px;
}
.responder-person p {
    font-size: 14px;
}
.responder-person i {
    font-size: 12px;
}
.responder-person-q {
    margin-bottom: -12px;
}
.responder-person-q p {
    font-size: 14px;
}
.responder-person-q i {
    font-size: 12px;
}
p.mb20 {
    margin-bottom: 27px !important;
    margin-top: -15px;
}
.attachments-listing-control {
    list-style: none;
}
.attachments-listing-control li{
    margin-left: -15px;
}
.text-right {
    text-align: right;
}
.margin-tb{
    padding-right:0px !important;
}
