.bc-login-wrapper {
    display: flex;
    height: 100vh;
    background-color: #ffffff;
}
.bg-image {
    background-image: url('/assets/img/bgm2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-image::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
}
.login-card .shapeOne {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 70px;
}
.login-card .shapeTwo {
    position: absolute;
    bottom: -3px;
    left: -3px;
    width: 70px;
}
.logobc {
    display: flex;
    justify-content: center;
}
.logobc-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.logobc img {
    width: 60%;
}
.login-card {
    background: #fff;
    padding: 30px 35px 88px 35px;
    border-radius: 20px;
    width: 30%;
    box-shadow: 0 2px 9px rgba #0000001a (0, 0, 0, 0.1);
    margin-right: 60px;
    position: relative;
    overflow: hidden;
}

.login-title {
    font-size: 24px;
    text-align: center;
    margin: 18px 0px 10px;
    font-weight: 500;
}

.login-card label {
    display: block;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
}

.login-card input {
    width: 100%;
    font-size: 16px;
    padding: 7px 16px;
    margin-top: 3px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.bgcolor {
    background-color: red;
    width: 100%;
    height: 100%;
}

.password-field {
    display: flex;
    align-items: center;
}

.password-field input {
    flex: 1;
}

.password-field .toggle {
    margin-left: 8px;
    cursor: pointer;
    color: gray;
    font-size: 14px;
}

.forgot-link {
    display: block;
    margin: 10px 0;
    text-align: center;
    font-size: 15px;
    text-decoration: underline;
    color: #b86eb5;
}

.login-btn {
    background: linear-gradient(to right, #46c5fa, #318dc3cf);
    color: white;
    padding: 5px 20px;
    width: 42%;
    border: none;
    border-radius: 22px;

    font-size: 18px;
}

.login-btn:hover {
    opacity: 0.9;
}

.password-container {
    position: relative;
}

.password-container input {
    width: 100%;
    padding-right: 40px;
}

.password-container .toggle-eye {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #555;
}
.login-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* loader css */
.loaderclass {
    background-color: #342e2eb8;
    position: fixed;
    display: flex;
    justify-content: center;
    height: 100vh;
    width: 100%;
    margin: 0px;
    align-items: center;
    flex-direction: column;
    padding: 0px;
    overflow: hidden;
    z-index: 999999;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #fff;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.editicon {
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(230, 234, 237);
    border-image: initial;
    border-radius: 5px;
    padding: 8px;
}
.ti {
    margin-left: 0px !important;
}
.search-addon button {
    padding: 0px 12px;
    height: 34px;
    border: 1px solid #318dc2;
    background-color: #318dc2;
    border-radius: 0px 8px 8px 0px;
    font-size: 13px;
    color: #ffffff;
}

.input-icon-start button {
    padding: 0.45rem 0.85rem;
    height: 37px;
    border: 1px solid #318dc2;
    background-color: #318dc2;
    border-radius: 0 10px 10px 0;
    font-size: 15px;
    margin-left: -1px;
    color: #fff;
}

.input-icon-start {
    display: flex;
}
.icons-profiles {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
    border-radius: 20px;
    padding: 5px 15px;
    background-color: #f7f7f7;
    margin-bottom: 10px;
}

/* status.css */
.mystatus-btn {
    display: flex !important;
    align-items: center !important;
    border: none !important;
    cursor: pointer !important;
    background-color: #318dc2 !important;
    color: #fff !important;
    border-radius: 5px !important;
    transition: background-color 0.2s ease !important;
}

.mystatus-btn:hover {
    background-color: #2575a6 !important;
}

.mystatus-dropdown {
    position: relative;
    display: inline-block;
}

.mystatus-btn {
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 4px;
    font-size: 13px;
    transition:
        background 0.2s,
        border-color 0.2s;
}

.mystatus-btn:hover {
    background-color: #f0f0f0;
    border-color: #999;
}

.mystatus-active {
    color: green;
}

.mystatus-inactive {
    color: red;
}

.mystatus-dropdown-menu {
    position: absolute;
    top: 104%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    list-style: none;
    padding: 5px 0;
    margin: 5px 0 0 0;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.mystatus-dropdown-menu li {
    width: 100%;
}

.mystatus-dropdown-menu .dropdown-item {
    width: 100%;
    padding: 8px 12px;
    text-align: left;
    background: transparent;
    color: #646b72;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s;
}

.mystatus-dropdown-menu .dropdown-item:hover {
    background-color: #f0f0f0;
    color: rgba(159 39 154) !important;
}

.ti {
    font-size: 14px;
}
.confirmation-dialog {
    position: fixed;
    top: 118px;
    right: 172px;
    width: 25%;
    border-radius: 10px;
    height: 39%;
    background: rgb(83 170 219 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    flex-direction: column;
}

.confirmation-dialog div {
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
    width: 300px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.confirmation-dialog p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.confirmation-dialog button {
    margin: 0 10px;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.confirmation-dialog button:first-of-type {
    background-color: #28a745;
    color: white;
}

.confirmation-dialog button:last-of-type {
    background-color: #dc3545;
    color: white;
}
.offcanvas.billingcard {
    width: 50% !important;
}

.biilingaddicon {
    padding: 1px !important;
    color: #302b2b !important;
    background-color: #ffffff !important;
    border-radius: 50% !important;
    border: 1px solid black !important;
}

.biilingaddicon:hover {
    border: 1px solid #d70ed03a !important;
    color: #d70ecf !important;
}
.editbillingicon {
    color: rgb(0 0 0);
    padding: 7px !important;
    margin: 0px !important;
}
.editbillingicon:hover {
    color: rgb(186 124 186);
}

.printreceiptbarcode {
    margin-left: 100px;
}
.addbillingusericon {
    margin: 0px !important;
    font-size: 17px !important;
    color: #fff !important;
}
.billinglogoimg {
    display: flex;
    justify-content: center;
}
.billinglogoimg img {
    width: 216px;
}
.barcodecolor {
    color: white !important;
    background-color: #318dc2 !important;
}
.barcode-section h5 {
    margin: 0px 0px 10px 0px !important;
}
.barcode-section {
    margin-top: 20px !important;
}
.mystatus-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    width: 100%;
    z-index: 1000;
}

.mystatus-dropdown-menu .dropdown-item {
    width: 100%;
    padding: 5px 10px;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
}

.mystatus-dropdown-menu .dropdown-item:hover {
    background: #f5f5f5;
}
table.editTable tbody tr th {
    background-color: unset;
    border: 1px solid #000;
}
table.editTable tbody tr td {
    border: 1px solid #000;
}
.editTable input {
    border: none;
    width: 100%;
}
.editTable select {
    outline: none;
    border: none;
    width: 100%;
}

.bar-code-viewOuter {
    /* position: sticky;
    top: 0px; */
    background-color: #fff;
    /* padding: 10px 0px; */
}
.imgCardOuter {
    position: sticky;
    top: 10px;
    /* background-color: #fff; */
    /* padding: 0px 0px; */
}
.SaveDetails {
    display: flex;
    justify-content: end;
}
.rightsidecard {
    display: flex !important ;
    justify-content: center !important;
    align-items: center !important;
}

.imageuploadlabel {
    display: inline-block;
    padding: 8px 12px;
    background-color: #007bff;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
}

.imageuploadlabel:hover {
    background-color: #0056b3;
}
.imgpreviewcard {
    position: relative;
    width: 100px;
    height: 100px;
}
.prwimagecard {
    width: 100%;
    height: 100%;
    objectfit: cover;
}
.barcodes-outer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}
.fromdatepicker {
    display: flex;
    padding: 19px;
    justify-content: space-between;
}
.datecard {
    display: flex;
    gap: 10px;
}
.genaratebillbtn {
    margin-top: 32px;
}
