.btn-custom {
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 5px 10px!important;
    line-height: 1.571429;
}

.my-tickets-section{
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
}

.my-ticket-tab li{
    background:#818284;
}

.my-ticket-tab li {
    background: #818284;
    margin-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
}
.my-ticket-tab .nav-link {
    padding: 12px 12px;
    color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #25b36c;
    color: #fff;
}

.closed-red{
    color:red;
    font-size: 16px;
    font-weight: bold;
   
}

.closed-blue{
    color:#2960c4;
    font-size: 16px;
    font-weight: bold;
   
}
.closed-green-search{
    color:#25b36c;
    font-size: 16px;
    font-weight: bold;
   
}
.closed-green-search:hover{
    color:#25b36c;
    font-size: 16px;
    font-weight: bold;
}

.filter-div{
    font-size: 16px;
    padding-right: 0;
}

.mt-20{
    margin-top: 20px;
}
.mb-20{
    margin-bottom: 20px;
}
.table-info, .table-info>td, .table-info>th {
    background: #e3e3e3 !important;
}
.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #e3e3e3;
}
.box-shadow{
box-shadow: 2px 3px 8px #d9d9d9;
}
.mb-10{
    margin-bottom:10px;
}