/* dashboard style's here */
.userboard-sec .user-main-btn-wrapper .nav-tabs {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border: none;
}
.userboard-sec .user-main-btn-wrapper .nav-tabs > li > a {
    font-weight: normal;
    border: 2px solid #F17A28;
}
.userboard-sec .user-main-btn-wrapper .nav-tabs li {
    margin-bottom: 10px;
}
.userboard-sec .user-main-btn-wrapper .nav-tabs > li.active > a {
    border: 2px solid #F17A28;
    color: #F17A28;
}
.userboard-sec .user-main-btn-wrapper .nav-tabs > li > a:hover {
    background-color: #fff;
    color: #F17A28;
}
.userboard-sec .tab-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.userboard-sec .tab-content .sub____title.dash {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
}
.userboard-sec .tab-content .sub____title.dash span {
    color: #F17A28;
}

.userboard-sec .tab-content .sub____title {
    margin-bottom: 20px;
}
.userboard-sec .tab-content .menu__text__block {
    padding: 10px;
}
.userboard-sec .tab-content .menu__list._1 .name__price__shrtd .name__price {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.userboard-sec .tab-content .menu__list._1 .name__price__shrtd .name__price li {
    margin-bottom: 10px;
}
.mb-1 {
    margin-bottom: 10px;
}
.mt-3 {
    margin-top: 30px;

}
.py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.userboard-sec .tab-content .table-responsive-xl {
    overflow-x: auto;
}

/* user Input box style's */

.userboard-sec .tab-content input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ececec;
    padding-left: 15px;
    padding-right: 15px;
    color: #848484;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.userboard-sec .tab-content input:focus{
    outline: none;
  border-color: #a8a8a8;
}
.userboard-sec .dash_table td a:first-child
{
    margin-bottom: 10px;
}

/* media Queries */
@media (max-width: 767px) {
    .userboard-sec .tab-content .sub____title.dash {
        font-size: 28px !important;
    }
}
