.content-header {
    margin: 0px 6px;
}

.error{color:red}
.success {color: green;} 
.anchor{cursor: pointer;}

.register-box {
    width: 70%;
}

.navbar-bg-primary {
    background-color: #007bff;
    color: white;
}

.nav-link {
    color: white!important;
}

.navbar-bg-primary .title {
    color: white;
}
.card .card-header {
    background-color: #4388d3 !important;
}
.nav-tabs {
  border-bottom: 1px solid #0062cc !important;
}
#custom-tabs-one-tab .nav-link {
  color: #fff !important;
}
#custom-tabs-one-tab .nav-link.active {
  color: #000 !important;
}
#custom-tabs-one-tab .nav-link:hover{
    border-top: none !important;
    border-right: none !important;
    border-bottom: 3px solid #fff !important;
    border-left: none !important;
}
#custom-tabs-one-tab .nav-link.active:hover{
    border-top: none !important;
    border-right: none !important;
    border-bottom: 3px solid #0062cc !important;
    border-left: none !important;
}
.header_logo {
    color: white;
    cursor: pointer;
}

.header_logo:hover {
    color: white!important;
}

/* .nav-item:hover{
    background-color: white;
} */

.live_sales_text {
    color: black;
}

.user-logout-div:hover{
    background-color: #007bff!important;
}

.button-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.button-container .btn {
    margin-right: 5px;
}

.svg-icons {
    height: 30px;
    width: 30px;
    background-color: rgba(255,255,255,1);
    z-index: 1;
}

.image-in-table {
    border-radius: 50%!important;
    width: 40px;
    height: 40px;
}
.table-inner-table {
    background-color: white;
}
.table-inner-table:hover {
    background-color: white;
}

.topright {
    position: absolute;
    top: -12px;
    right: 0px;
    font-size: 18px;
}

.img-container {
    position: relative;
}

.limegreen {
    color: limegreen;
}
.red {
    color: red;
}

.sale-amount {
    font-size: 15px;
}
.blink {
    animation: blink 1s infinite; /* Adjust the duration as needed */
}

.line-through {
    text-decoration: line-through;
}

.profile_dropdown{
    position: relative;
}
.profile_dropdown .btn, .profile_dropdown .btn:hover{
    color: #fff;

}
.profile_dropdown:hover{
    background: transparent;
    color: #fff;
}
.header-profile-img {
    width: 40px;
    height: 40px;
}
.user-header-dropdown {
    margin-left: -90px;
}
.nav-header-number {
    font-size: 30px;
}
.nav-header-status {
    font-size: 15px;
}
.nav-orders-div {
    padding: 0px 20px;
}
.sales_quote_date {
    border-radius: 15px 15px 0 0;
    padding: 5px 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white!important;
}

.select2-container--default .select2-selection__choice{
    background-color: #007bff!important;
}

.quantity_input {
    width: 60px;
}
#product_categories{
    /* margin-left:10px; */
}
#product_categories li a{
    border: 1px solid #0062cc;
    margin: 2px;
}
#product_categories li a{
    margin-left: none !important;
    color:#000 !important;
}
#product_categories li a.active{
    color:#fff !important;
}
.cec_product_tag.cec_approved {
  max-width: 70px;
  font-size: 8px;
  border: 1px solid #98e398;
  background-color: #e8f4e8;
  padding: 2px;
  text-align: center;
}
.cec_product_tag.cec_not_approved {
  width: 100px;
  font-size: 8px;
  border: 1px solid #fcbbbb;
  background-color: #fee2e2;
  padding: 2px;
  text-align: center;
}
.cec_not_approved:hover {
  background-color:#fcbbbb !important;
}

.hover_content {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid black;
    padding: 5px;
    z-index: 999; /* Ensure hover content appears above other elements */
    border-radius: .2rem!important;
    border: 1px solid #ced4da;
    /* color: #ced4da; */
}
.info_show.d-none {
    display: none;
}

.font-size-14 {
    font-size: 14px;
}

.ui-autocomplete{
    z-index: 99999!important;
}
.product_ui{
    width:50px;
    display:inline;
}
.border_red{
    border:1px solid red;
} 
.nav-link{
    margin-left:5px;
}
.content_trs{
    background-color: #f5f7f8 !important;
}
.content_trs:hover{
    background-color: none;
}