﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 999; /* Ensure the overlay is behind the loader and message */
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    display: none; /* Hide the loader by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000; /* Ensure the loader is on top of other elements */
}

.message {
    display: none; /* Hide the message by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: lightgreen;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1001; /* Ensure the message is on top of other elements */
}

.logo{
    height:60px;
}
.qr_code{
    height:100px;width:100px;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.badge-primary {
    background-color: #581845!important;
}
.call {
    position: fixed;
    bottom: 70px;
    right: 30px;
    height: 40px;
    color: #581845;
    text-align: center;
    padding-top: 5px;
    border-radius: 50px;
    font-size: 20px;
    border: 1px solid #581845; width: 40px;
    background-color: white;
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}


.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.button-general {
    background-color: #581845;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    color: #FFC300;
    border-radius: 20px;
}
    .button-general:hover {
        background-color: #581845;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        color: white;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    }
.color {
   color: #581845!important;
   margin:5%;
}
.card_ {
  
    border-radius:10px;
    margin-bottom:15px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}
.card_log_in {
    height: 100%;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 2%;
}
.card_tabs {
    overflow:scroll;
    height: 100%;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 15px;
}
.card_log_in_d {
    height: 100%;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 2%;
}
.text {
    padding: 10px;
    color: #581845 !important;
}
.custome_input {
    margin: 5%;
    width: 60% !important;
    height: 40px;
    padding:15PX;
    border: 0.2px solid #581845;
    border-radius: 20px;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.top_logo {
    height: 30px;
    margin: 10px;
    background-color:white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius:50px;
    padding:1px;
}
.card_image {
    align-content:center;
    height: 50px;
    width: 50px;
    margin-top:15px;
    margin-left:15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
 
    padding:1px;
}
.product {

   
    margin: 10px;
    border-radius:20px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.hiden {
    display: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.custome_bt {
    
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.link_1 {
    color: green !important;
    margin: 10px;
    border-bottom:2px solid solid;
    padding-bottom:10px;
}
.link_2 {
    color: blue !important;
    margin: 10px;
}.link_3 {
    color: red !important;
    margin: 10px;
}
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

    /* Change background color of buttons on hover */
    .tab button:hover {
        background-color: #ddd;
    }

    /* Create an active/current tablink class */
    .tab button.active {
        background-color: #ccc;
    }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
@media print {
    .print {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
       font-family:'Times New Roman' !important;
    
    }
}

ul {
    padding: 0;
    margin: 0 0 1rem 0;
    list-style: none;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

#invoice {
    width: 100%;
    border-collapse: collapse;
}

    #invoice,
    #invoice th,
    #invoice td {
        border: 1px solid silver;
    }

        #invoice th,
        #invoice td {
            text-align: right;
            padding: 8px;
        }

h1,
h4,
p {
    margin: 0;
}
.color_ {
    color: #1A6EA4;
}

.container_ {
    padding: 20px 0;
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
}

.inv-title {
    padding: 10px;
    border: 1px solid silver;
    text-align: center;
    margin-bottom: 30px;
}

.inv-logo {
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}

/* header */
.inv-header {
    display: flex;
    margin-bottom: 20px;
    color:blue;
    font-family:'futura';
}

    .inv-header > :nth-child(1) {
        flex: 2;
    }

    .inv-header > :nth-child(2) {
        flex: 1;
    }

    .inv-header h2 {
        font-size: 20px;
        margin: 0 0 0.3rem 0;
    }

    .inv-header ul li {
        font-size: 15px;
        padding: 3px 0;
    }

.inv-logo{
    height:50px;
    width:50px;
}
/* body */
.inv-body table th,
.inv-body table td {
    text-align: left;
}

.inv-body {
    margin-bottom: 30px;
}

/* footer */
.inv-footer {
    display: flex;
    flex-direction: row;
}

    .inv-footer > :nth-child(1) {
        flex: 2;
    }

    .inv-footer > :nth-child(2) {
        flex: 1;
    }
.box {
    height: 80px;
    width: 70px;
    border: 6px solid #1A6EA4;
    margin-left: 15px;
}
.btn-success {
    border-radius: 15px;
    background-color: #581845 !important;
    color: white !important;
    border:none!important;
}.btn-danger {
    border-radius: 15px;
   
    color: white !important;
    border:none!important;
}.btn-light {
    border-radius: 20px;
   

    border:none!important;
    
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}