.sidebar {
    width: 250px;
    height: 100vh;
    position: fixed;
    background: #13617c;
    color: white;
}

.content {
    margin-left: 250px;
    /* padding: 30px; */
}

.nav-link {
    color: #fff;
    margin-bottom: 5px;
}

.nav-link.active {
    background: #3ab4bc;
    color: #fff;
}

.text-muted {
    color: #fff!important;
}

.btn{
    margin-top: 0px;
    padding: 6px 19px;
    background-color: #13617c;
    color: white;
    border: none;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #fff;
    opacity: 1;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #3ab4bc;
}

.btn-group, .btn-group-vertical{
    display: block;
}

.btn-group .btn{
    border-radius: 10px !important;
}

.sale_price{
    font-size: 35px;
    font-weight: 800;
    color: #166279;
    margin-right: 2%;
}

.product-features table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

.product-features table td,
.product-features table th {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    margin-right: 1%;
}

.product-features p {
    margin-bottom: 12px;
}

.product-features strong {
    font-weight: 900;
}

.thumb-img {
    transition: opacity 0.3s ease;
    border-radius: 8px;
    border: 2px solid transparent;
}

.thumb-img:hover {
    opacity: 0.8;
}

.active-thumb {
    border: 2px solid #000 !important; /* Black border for the selected image */
}

.main-img-container img {
    background-color: #fff;
    padding: 5px;
}

@media print {
    .sidebar, .btn, .export-form-container {
        display: none !important;
    }
    .content {
        margin-left: 0 !important;
        width: 100% !important;
    }
}

.db-logo{
    filter: brightness(0) invert(1);
    width: 80%;
}
.card .shadow{
    padding: 10px;
}

.db-header{ 
    background-color: #13607c;
    color: #fff;
}

.product-edit{
    overflow-x: hidden;
}

.product-edit .col-md-2{
    padding: 0 0 0 10px;
}

.product-edit .sidebar{
    width: 17%;
    background: #13617c !important;
}

.product-edit .col-md-10{
    padding: 0px;
}

.product-edit .card{
    width: 96%;
    margin: 2% 2%;
}

.dropbtn {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 30px;
    border: none;
  }
  
  .dropdown {
    position: relative;
    display: flex;
    justify-content: right;
    margin-right: 3%;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
    margin-top: 6.6%;
    background: black;
}

.pm-header{
    width: 96%;
    margin: 0% 2%;
}

.pm-table{
    width: 96%;
    margin: 0% 2%;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    padding: 4% 0;
    border-radius: 0.25rem;
}

.ap-sec{
    width: 96%;
    margin: 2% 2%;
}

.ad-h2{
    text-align: center;
    margin: 2% 0%;
}

.mb-h2{
    text-align: center;
    margin: 2% 0%;
}

.mb-sec{
    width: 96%;
    margin: 2% 2%;
}

.mb-sec .table{
    margin-top: 0px;
}

.om-sec{
    width: 96%;
    margin: 2% 2%;
}

.om-table{
    width: 96%;
    margin: 0 2%;
}

.mt-sec{
    width: 96%;
    margin: 0 2%;
}

.mt-h2{
    text-align: center;
    margin: 2% 0%;
}

.anu-table{
    padding: 0px;
}

.anu-table .card-header{
    width: 100%;
    text-align: center;
    background: #13627c !important;
}

.anu-table .card-body{
    width: 96%;
}

.anu-list{
    padding: 0px;
}

.anu-list .card-body{ 
    width: 96%;
    margin: 2% 2%;
}

.anu-list .table{
    margin-top: 0px;
}
.dropbtn p{
    margin: 0px;
    font-size: 15px;
}

.table-dark1{
    background: #13617c !important; 
    color: #fff;
}

.table-light1{
    background: #13617c !important; 
    color: #fff;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #3ab4bc;
    border-color: #3ab4bc;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #13627c;
    background-color: #fff;
    border: 1px solid #13627c;
}

.page-link:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #13617c;
    border-color: #13627c;
}

.btn:hover {
    background-color: #13617c !important;
    color: #fff !important;
    border: 0px solid #13617c;
}

.btn-shipped:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-shipped.dropdown-toggle{
    color: #fff;
    background-color: #3ab4bc;
    border-color: #3ab4bc;
}

.bg-info {
    background-color: #13617c;
}

.show-text{
    color: #000 !important;
}

.btn-delete {
    color: #dc3545 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #13617c !important
}

.btn-edit {
    color: #13627c !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #13627c !important;
}

.btn-view{
    color: #007bff !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #007bff !important;
}

.modal-header{
    background-color: #13617c !important;
}

.btn-edit-db{
    margin-top: 200px !important;
    background: #3ab4bc;
    border: 1px solid transparent;
}

.btn-edit-db:hover{
    background: transparent;
    border: 1px solid #fff;
}

.btn-admin-db{
    background: #3ab4bc;
    border: 1px solid transparent;
}

.btn-admin-db:hover{
    background: transparent;
    border: 1px solid #fff;
}

.edit-card{
    margin-bottom: 2%;
    background: #13617c !important;
}

.text-muted{
    text-decoration: none;
}

.edit-page{
    background-color: #13617c;
}

.brandsbutn{
    background-color: transparent;
    border: 1px solid #13627c;
    color: #13627c !important;
}

.brandsbutn:hover{
    background-color: transparent !important;
    border: 1px solid #13627c !important;
    color: #13627c !important;
} 

.order-summary{
    display: block;
    align-items: baseline;
}

#displayTotal{
    text-align: right;
    color: #13627c !important;
    font-size: 19px;
}

.csinf{
    display: block;
    align-items: baseline;
}

@media screen and (min-width:320px) and (max-width:772px) {
    .gallery-row {
        display: none;
    }
}

/* Floating Button */
.floating-contact-btn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background-color: #0d4e8c;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    z-index: 1000;
    transition: transform 0.3s ease;
}

.floating-contact-btn:hover {
    transform: scale(1.1);
}

/* Form Overlay */
.contact-overlay {
    position: fixed;
    bottom: 100px;
    left: 30px;
    width: 320px;
    display: none; /* Hidden by default */
    z-index: 1001;
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.contact-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

.contact-card .card-header {
    padding: 15px;
}

.footer-form{
    background-color: #0d4e8c;
}