.userdashboard_title {
    color: #186c38;
    font-size: 30px;
    font-weight: 600;
    font-family: ui-rounded;
    letter-spacing: 2px;
}

.ticket-slide {
    /* background: #ffffff; */
    margin: 10px 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/* .ticket-slide {
    flex: 0 0 15.333333%!important;
    max-width: 15.333333%!important;
    padding: 5px;
} */
.ticket-slide {
    flex: 0 0 22% !important;
    max-width: 22% !important;
    padding: 5px;
    border: 3px solid #b9b9b9;
    box-shadow: 10px 10px lightblue;
    color:white;
}
.ticket-slide .fa {
    font-size: 21px !important;
    color: #ffffff;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.ticket-slide .ico-text,
.ticket-slide .ico-num {
    width: 100%;
    text-align: center;
    font-size: 16px !important;
    float: left;
}
.ticket-slide .ico-text,
.ticket-slide .ico-num {
    width: 100%;
    text-align: center;
    font-size: 16px !important;
    float: left;
}
.customer-dashboard .table {
    height: auto;
}
.customer-dashboard th,
.customer-dashboard td {
    font-size: 14px;
}
.table td,
.table th {
    vertical-align: middle !important;
    line-height: 20px;
}
.cart-table td,
.cart-table th,
.wishlist-table th,
.login-slide th {
    padding: 5px;
    vertical-align: middle;
    border-top: 1px solid #ff9800;
    line-height: 20px;
}
.login-slide th {
    background: #f7941d;
    color: #fff;
}
.panel_body {
    padding: 15px !important;
}
.panel_body_bg {
    background: transparent !important;
    margin-bottom: 0 !important;
}
/* .panel-default > .panel-heading {
    background-color: transparent;
    border: medium none;
    color: #333;
} */

.photo_div {
    height: 200px;
    width: 200px;
    border: 1px solid #b5b5b5;
    margin-bottom: 20px;
}
.profile_address 
{
    display: flex;
    flex-direction: column;
}
.title_flex {
    justify-content: space-between;
}
.title_panel {
    text-align: center;
    font-weight: 800;
}
.my-add {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.table_head {
    background: #df9000;
}
.user_padding {
    padding: 30px 0;
}
.m_0 
{
    margin:0!important;
}
.p_0 
{
    padding:0!important;
}
.card_title 
{
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.table_head2 
{
    background: #009385 !important;
    color: white;
}
.bg_blue 
{
    background:blue;
}
.bg_red 
{
    background-color: red;
}
.bg_yellow 
{
    background-color: #cb8300;
}
.bg_green 
{
    background-color: green;
}