.nav-menu-tabs .nav-item {
    padding: 10px;
    margin-right: 5px;
    border: solid 1px rgba(222, 222, 222, 0.5);
    border-radius: 8px;
}

.nav-menu-tabs .nav-item:hover {
    background: #dedede14;
}

.nav-menu-tabs .nav-item .nav-link i {
    color: lightgray;
}

.nav-menu-tabs .text-link-text {
    font-size: 15px;
    color: lightgray;
}

.nav-menu-tabs .badge-secondary {
    padding-top: 3px;
}

.hours_spent_value {
    font-size: 27px;
}

li.active {
    background-color: black;
    border: 1px solid #4e2929 !important;
}

.ticket-title-header{
    font-size:18px;
    font-weight:200;
    padding:8px 12px!important
    ;
}
.main-menu{
    padding:8px!important;
}
.main-menu .nav-item{
    font-size:14px;
    padding:3px 5px 0px;
    border-radius:3%!important;
}
.main-menu .nav-item .text-link-text{
    font-size:14px;

}
#app .py-4{
    padding-top:15px!important;
}
.flex-center{
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.blink {
    color:orange;
}
.hide {
  display:none!important;
}

/* styles width */
    .width-auto { width:auto!important; }
    .width-10 { width:7.5%!important; }
    /* .width-50 { width:50px!important; }
    .width-100 { width:100px!important; }
    .width-120 { width:120px!important; }
    .width-150 { width:150px!important; }
    .width-165 { width:165px!important; }
    .width-160 { width:160px!important; }
    .width-175 { width:175px!important; }
    .width-170 { width:170px!important; }
    .width-175 { width:175px!important; }
    .width-180 { width:180px!important; }
    .width-200 { width:200px!important; } */

.invisible-currency-input{
    background: transparent!important;
    border: none!important;
    color:#000!important;
    height: auto!important;
    text-align: right;
}