body {
    margin: 0;
    padding: 0;
    background: url('../assets/bg4.png');
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100%; */
    width: 100%;
    MIN-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins";
}

.left-panel {
    background-color: #022334;
    color: white;
    padding: 50px 30px;
    height: 100%;
}

.left-panel img.logo {
    width: 96%;
}

.login-form{
    width: 90%;
}
.form-control:focus{
box-shadow: none;
}
.login-form .form-control {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    border-radius: 5px;
    padding: 12px 40px;
    font-size: 15px;
}

.login-form .form-control::placeholder {
    color: #ffffff;
}

.login-form .btn {
    background-color: white;
    color: #003b5c;
    border-radius: 5px;
    width: 100%;
    margin-top: 20px;
}

.right-panel {
    background: url('../assets/Image.png') no-repeat center center;
    background-size: cover;
    height: 100%;
}
.bg2 {
    background: url('../assets/background2.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
}
.bg3{
    background: url('../assets/bg3.png') no-repeat center center fixed;
    /* background-repeat: no-repeat; */
    background-size: cover;
    min-height: 100vh;
    width: 100%;
}
.bg4{
    background: url('../assets/bg4.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
}
.myRow{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.heading1{
    font-size: 25px;
    letter-spacing: 2px;
}
.subHeading1{
    font-size: 14px;
}

.logo2_container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.logo3 ,.logo{
    width: 100%;
}


.card-custom {
  background-color: rgba(2,35,52,0.9) ;  
     
    border: 5px solid #D4CE0C;
    border-radius: 15px;
    text-align: center;
    padding: 50px;
    color: white;
}
.card-custom img {
    max-width: 100px; 
    margin-bottom: 20px;
}
.card-custom h5 {
 
    margin-top: 10px;
    font-size: 20px;
}

.card-custom-disable {
    background-color: rgba(60,60,60,1);
    border: 5px solid #D4CE0C;
    border-radius: 15px;
    text-align: center;
    padding: 50px;
    color: white;
}

    .card-custom-disable img {
        max-width: 100px;
        margin-bottom: 20px;
    }

    .card-custom-disable h5 {
        margin-top: 10px;
        font-size: 20px;
    }

.tab-container {
    display: flex;
    border: 1px solid white;
    border-radius: 5px;
    overflow: hidden;
    width: 90%;
    margin-bottom: 28px;
}
.tab {
    flex: 1;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}
.tab.active {
    background-color: #002B45; /* Active tab color */
    color: white;
}
.tab.inactive {
    background-color: white;
    color: #002B45;

}
.btn-history{
    background-color: white;
    font-weight: 600;
    padding-inline: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-logo {
    max-width: 100px;
}
.card-product {

    border: none;
    border-radius: 10px;
}
.card-product img {
    max-width: 100px;
}
.card-product .details {
    font-size: 1.2rem;
}
.card-product .price-section {
    border: 1px solid white;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    font-size: 1.5rem;
    color: #FFD700; /* Yellow */
}

.qtybox::placeholder {
    color: white
}
.pricebox::placeholder {
    color: white
}

.amount-section {
    background-color: #012E4A;
    border: 2px solid #FFD700; /* Yellow border */
    border-radius: 10px;
    color: white;
    padding: 23px;
    font-family: "Poppins";
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.btn-history, .btn-report {
    background-color: white;
    color: #002B45;
    border: none;
    font-weight: bold;
    border-radius: 5px;
}
.btn-history:hover, .btn-report:hover {
    background-color: white;
    color: #002B45;
    border: none;
    font-weight: bold;
    border-radius: 5px;
}
.btn-create {
    background-color: #D4CE0C; /* Yellow */
    color: #002B45;
    border-radius: 10px;
    padding: 23px;
    font-family: "Poppins";
    width: 90%;
    cursor: pointer;
}
.btn-create h4{
    text-align: left;
    font-weight: bold;
   
}
.total_price {
    border: 1px solid #D4CE0C;
    border-radius: 10px;
    padding: 2px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
}
table{
    margin-bottom: 0 !important;
}
.table-container {
    margin: 10px auto;
    color: white;
    border-radius: 8px;
    max-height: 65vh;
    overflow: auto; 
  
}
.table-container1 {
    margin: 10px auto;
    color: white;
    border-radius: 8px;
    max-height: 40vh;
    overflow: auto; 
  
}
.table-container2 {
    margin: 10px auto;
    color: white;
    border-radius: 8px;
    max-height: 30vh;
    overflow: auto; 
  
}

.table_head tr th {
    margin-bottom: 10px !important;
    color: white !important;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #0d3b57 !important; /* Ensures the background color applies to thead */
}

tbody tr td{
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
tbody tr td:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* Apply border-radius to the last cell in each row */
tbody tr td:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
thead tr th:first-child{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
thead tr th:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.details p {
    font-size: 13px;
}

.action-icons {
    display: flex;
    gap: 16px;
    font-size: 1.2em;
    cursor: pointer;
}

.recentOrders{
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.percentage{
    color: red  ;
    font-weight: 600;
}
.value{
    font-size: 23px;
    margin-left: 3px;
    font-weight: bold;
}
.total_main {
    justify-content: flex-end;
   
}
    .token_main {
    justify-content: flex-end;
     margin-bottom: 20px;
}
.logo_div{
    margin-top: 20px;
}
.card-title{
    font-size: 16px;
}

.qtybox::-webkit-outer-spin-button,
.qtybox::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.qtybox {
    -moz-appearance: textfield;
}

@media screen and (max-width: 1250px) {
    .btn-history {
        padding-inline: 15px;
        font-size: 14px;
    }

    .amount-section h5 {
        font-size: 17px;
    }
    .bottomPrices{
        font-size: 16px !important;
    }
}

@media screen and (max-width: 1000px) {
    .invoice-card .row .col-md-7 ,  .invoice-card .row .col-md-4  {
        width: 100%;
    }
    .total_main ,.token_main{
        justify-content: start;
    }
    .amount-section , .btn-create{
        width: 100%;
    }

    .btm-history {
        padding-inline: 30px;
    }
}
@media screen and (max-width: 767px) {
    .main_login_div{
        width: 80%;
    }
    .right-panel {
        display: none;
    }
    /* .logo{
        width: 256px;
    } */
    .heading1{
        font-size: 19px;
    }
    .subHeading1{
        font-size: 10px;
    }
    .logo_div{
        width: auto;
    }
    .login-form{
        width: 100%;
    }
    .logo2{
        width: 200px;
    }
    .logo3{
        width: 80%;
    }
    .loginBox{
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 13px;
    }
    .fishes{
        display: none;
    }
    .tab-container{
        width: 100%;
    }
}









::-webkit-scrollbar {
    width: 8px;
    height: 6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #F7FAFC;
    box-shadow: inset 0 0 5px #D4CE0C;
    border-radius: 8px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background:#D4CE0C;
    border-radius: 8px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #D4CE0C;
  }
  .MuiTableBody-root .MuiTableRow-root:hover .MuiTableCell-root {
    color: #D4CE0C;
    cursor: pointer;
    border-bottom: 1px solid #D4CE0C;
  }

.swal2-confirm, .swal2-cancel {
    background-color: #0d3b57 !important;
    border-color: #0d3b57 !important;
    color: #ffff !important;
    outline: none !important;
}

