body[data-topbar=dark] #page-topbar, body[data-topbar=dark] .navbar-brand-box {
    background-color: #1c84ee;
    border-color: #1c84ee;
}

.table_min_height {
    min-height: 280px;
}

.hidden {
    display: none;
}

a.btn-close {
    background: none;
    top: 32px;
    cursor: pointer;
    color: red;
}

button.btn-close {
    /* background: none; */
    cursor: pointer;
    color: rgb(243, 18, 18) !important;
    font-size: 18px;
    font-weight: bold;
    opacity: 1;
}

.select2-container {
    width: 100% !important;
}

.avatar-title {
    background-color: #1c84ee !important;
}

.azzet_invoice .dropdown-menu-end[style] {
    left: 200px !important;
    right: auto !important;
}

.required label::after {
    content: " *";
    color: red;
  }
.branch_logo {
/* line-height: 20px; */
}
img.branch_logo_list{
    background-color: black;
    height: 25px;
}
.branch_logo_text {
    font-family: 'Courier New', Courier, monospace;
}

.top_bar i {
    font-size: 20px;
    color: #1c84ee;
}

.nav.sales_list .nav-link {
    padding: .5rem .5rem !important;
}

.logo {
    line-height: 69px;
}

.logo-txt {
    font-size: 15px;
}

/* body[data-sidebar-size=sm] .logo span.logo-lg {
    display: block;
} */

.auth-bg {
    background-image: url(../images/auth-bg.jpg) !important;
}

.btn-zopa {
    background-color: #ec1d23 !important;
    color: white !important;
    border: 1px solid #ec1d23 !important;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.btn-zopa:hover {
    background-color: #c4161b !important; /* Slightly darker red */
    border-color: #c4161b !important;
    color: white !important;
}
