@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

a {
    color: #f7bb4d;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #f7bb4d;
    text-decoration: none;
}
.logoadmin{
    border-bottom: 1px solid #f7bb4d;
}
.logoadmin a span{
    font-family: 'Bebas Neue', sans-serif;
    font-size: 30px;
    color: #000;
}
.btn-primary {
    color: #fff;
    background-color: #f7bb4d;
    border-color: #f7bb4d;
}
.btn-primary {
    -webkit-box-shadow: 0 2px 6px 0 rgb(247 187 77 / 50%);
    box-shadow: 0 2px 6px 0 rgb(247 187 77 / 50%);
}
.btn-primary:hover {
    color: #fff;
    background-color: #f7bb4d;
    border-color: #f7bb4d;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    color: #fff;
    background-color: #f7bb4d;
    border-color: #f7bb4d;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgb(247 187 77 / 50%);
    box-shadow: 0 0 0 0.2rem rgb(247 187 77 / 50%);
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #f7bb4d;
    border-color: #f7bb4d;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(247 187 77 / 50%);
    box-shadow: 0 0 0 0.2rem rgb(247 187 77 / 50%);
}
body[data-leftbar-theme=light] .help-box {
    background-color: #f7bb4d;
}
body[data-leftbar-theme=light] .side-nav .mm-active>a {
    color: #f7bb4d!important;
}
body[data-leftbar-theme=light] .side-nav .side-nav-link:active, body[data-leftbar-theme=light] .side-nav .side-nav-link:focus, body[data-leftbar-theme=light] .side-nav .side-nav-link:hover {
    color: #f7bb4d;
}
body[data-leftbar-theme=light] .left-side-menu .logo {
    border-bottom: 1px solid #ededed;
}
.logo span.logo-lg{
    font-family: 'Bebas Neue', sans-serif;
    font-size: 30px;
    color: #000;
}
.invoice-logo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 30px;
    color: #000;
}
.uploadimage {
    height: 120px;
    width: 250px;
    border: 2px dashed #ddd;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.uploadimage input {
    position: absolute;
    opacity: 0;
    height: 116px;
    width: 246px;
    left: 0;
    right: 0;
    top: 0;
    cursor: pointer;
}
.uploadimage .choosefile {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 25px;
}
.uploadimage .choosefile i {
    margin-right: 5px;
}
.uploadimage .choosefile h3 {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #666;
}
.size {
    font-size: 14px;
    color: #777;
    font-style: italic;
    margin-top: 10px;
}
.Udash h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.userdash h2 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
    /* border-bottom: 1px solid #bfbfbf; */
    padding-bottom: 15px;
}
.userdash .name {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}
.userdash .info {
    font-size: 15px;
    color: #777;
}
.userinfo {
    margin-bottom: 20px;
}
.usercard h5, h3 {
    color: #000;
}
.userdash {
    padding-top: 0px;
    padding-bottom: 0px;
}
.edit-P h2 {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #000;
}
.completed {
    background-color: #28a745;
    color: #fff;
    border-color: #28a745;
}
.completed:hover{
    background-color: #28a745;
    color: #fff;
    border-color: #28a745;
}
.view-order-page {
    margin-bottom: 20px;
}
.view-order-page h3 {
    font-weight: 800;
    color: #000;
    font-size: 30px;
}
.order-info-area p {
    color: #777;
}
.main-info {
    overflow: hidden;
}
.main-info h5 {
    font-weight: 800;
    margin-bottom: 15px;
    color: #000;
    font-size: 22px;
}
.billing-add-area .main-info ul.list {
    width: 100%;
    margin: 0;
    padding: 0;
}
.main-info ul.list li {
    line-height: 30px;
    list-style-type: none;
}
.main-info ul.list li p {
    margin-bottom: 0px;
    font-size: 15px;
}
.main-info ul.list li p span {
    font-weight: 800;
    margin-right: 10px;
    color: #000;
}
.product-list{
    margin-top: 40px;
}
.product-list h5 {
    font-weight: 800;
    color: #000;
    font-size: 22px;
}
.product-list .table td, .table th {
    color: #000;
}
.product-list .table td a {
    color: #000;
}
.card .header-title {
    color: #000;
    font-size: 18px;
    font-weight: 800;
}
.userdash .name {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #000;
}
.userdash .info {
    font-size: 15px;
    color: #777
}
.userinfo {
    margin-bottom: 20px
}
.dataTables_length label {
    line-height: 30px;
}
.dataTables_length label select {
    margin-left: 5px;
    margin-right: 5px;
    width: 90px;
}
.dataTables_filter {
    float: right;
}
.btn-primary:hover, .btn-default, .btn-default:hover {
    color: #222;
    background-color: #f7bb4d;
    border-color: #f7bb4d;
}
.bookinglist h3 {
    font-weight: 300;
}