body {
    margin: 0;
    padding: 0;
    background-color: #caf0f8;
    max-height: 100vh;

}

.headerTitle{
    display: flex;
    flex-direction: row;
}



h1{
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: white;
    margin: 0;
    padding: 0;
    align-self: center;
    float: right;
    text-align: center;
}
h2,
h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;

}

h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: black;
    text-align: center;

}

p {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;

}



a {
    text-decoration: none;
}

th {

    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 800;
}

td {

    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;

}

hr {
    margin: 0.1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}

label {
    color: rgb(0, 0, 0);
}


.main {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.bg-primary {
    background-color: #000000 !important;
}

.add_product_main {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.display-message{
    width: 54%;
    display: flex;
    border: 2px #005fa53d solid;
    align-self: center;
    justify-content: center;
    background-color: #005fa536;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 33px;
    padding: 12px;

}

.left-shelf {
    background-color: #053e49;
    height: 100%;
    width: 100%;
    /* padding-top: 50px; */
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}



.operation-section a {
    color: white;
    font-size: 50px;
    border: 1px solid white;
    padding: 10px 30px 10px 30px;
}


.operation-section i {
    color: white;
    font-size: 50px;
}



.inventory-items {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
    align-content: flex-start;
    justify-content: flex-start;
    margin-top: 27px;
}

.inventory-items form{
    width: 100%;
}

.inventory-items .btn{
    width: 100%;
}

.inventory-items a {

}

.inventory-items a:hover {

    background-color: #b96000;
    color: white;
}


.restock-items{
    width: 90%;
    margin-top: 35px;
    
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.restock-items h1 {
    color: black;
    margin-bottom: 20px;
}

.restockForm{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.restock-items .btn{
    margin-top: 32px;
    width: 100%; 
 
}

.restock-input{
    background-color: #b5b5b5;
    width: 100%;
}


.issue-items-input{
    text-transform: uppercase;
}


.restock-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
}

.restock-item h4{
    width: 60%;
    text-align: left;
    font-size: 20px;
}



.inventory-items i {
    font-size: 43px;
    color: black;
}


.close-pane a {
    color: black;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #fa9529;
    z-index: 1;
    padding: 10px;
    font-weight: 700;
    transition: background-color 0.3ms ease-in-out;
}

.close-pane a:hover {
    color: white;
    background-color: #000000;
}


.addItempane {
    width: 65%;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    left: -66%;
    top: 0;
    position: fixed;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}


.addItempane.active {
    left: 0;
    top: 0;

}

.hidden {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.visible {
    opacity: 1;
    max-height: 500px;
    transition: all 0.3s ease-in-out;

}

.addItemOp {
    display: flex;
    flex-direction: column;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 100%;
}

.addItemOp_buttons {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 50px;

}


.addItemOp a {
    color: white;
    background-color: black;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
}

#AddItemForm {

    border: 1px solid rgb(0, 0, 0);
    padding: 60px;
    margin-top: 50px;
}

.form-label {
    color: white;
}


.main_dash {
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    /* align-items: center; */
    width: 100%;
    background-color: #bde0fe;
    padding: 20px;
}

.main_dash_left_shelf {
    display: flex;
    flex-direction: column;
    background-color: #ffffff6b;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 10px;
    gap: 10px;
    justify-content: center;
}

.stock_tabs {
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 5px;
}

.item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: #053e49; */
    padding: 7px;
    position: relative;
    overflow: hidden;
    gap: 20px;
    /* border-radius: 0 50px 50px 0; */
}

.item h2 {
    color: #020202;
    text-transform: uppercase;
    text-align: center;
}

.item h5 {
    color: #fd0505;
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
    font-size: 14px;
    position: absolute;
    top: 0 !important;
    z-index: 1 !important;
    margin-top: 5px;
}

.item_details {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;


}

.qty {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2px;
}

.qty p {
    text-align: center;
}

.available {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2px;

}

table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #ddd;
}

th,
td {
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #e9e9e9;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

th {
    /* background-color: #f77f00; */
    color: rgb(0, 0, 0);
    text-align: left;
}

.update_product_table_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}

.update_table a{
    border: 1px solid black;
    font-size: 12px;
    padding: 5px 15px 5px 15px;
    width: 100%;

;
}

.main_dash_right_shelf {
    display: flex;
    background-color: #faa307;
    width: 45%;
    height: 100%;
    /* align-items: center; */
    padding: 10px;
    gap: 10px;
    justify-content: flex-start;
    flex-direction: column;


}

.stock_balance_chart {
    background-color: beige;
    width: 100%;
    height: 100%;

}

.stock_operations {

    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.issue_stock_section {
    /* background-color: red; */
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
 
    padding: 20px;
}

.stock_update_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    padding: 30px;
    border: 2px solid #000000;
    width: 300px;
}

.stock_update_section a {
    background-color: #000000;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 10px;
    text-transform: uppercase;
    transition: background-color 0.3s ease-in-out;
    border: 1px solid black;
    text-align: center;
}

.stock_update_section a:hover {
    background-color: #ffd60a;
    border: 1px solid black;
    color: rgb(0, 0, 0);

}

.operation-section {
    width: 650px;
    right: -650px;
    top: 0;
    margin: 0;
    height: 100vh;
    background-color: black;
    position: fixed;
    transition: all 0.5s ease-in-out;
    z-index: 1;

}

.operation-section.active {

    top: 0;
    height: 100vh;
    margin: 0;
    right: 0;
    /* opacity: 1; */
    transition: all 0.5s ease-in-out;

}

.operation-section-remove {
    width: 500px;
    height: 100%;
    background-color: black;
    position: absolute;
    top: 0;
    right: -505px;
    opacity: 0;

    z-index: 1;
}

.bottom-shelf{
    background-color: #b96000;
    height: 300px;
    width: 100%;
    margin: 0;
    bottom: -300px;
    top: auto;
    position: fixed;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    padding: 10px;
}

.bottom-shelf.active {   
    height: 300px;
    width: 100%;
    margin: 0;
    bottom: 0;
    top: auto;
    opacity: 1;
    z-index: 1;
   
}

.close-bottom-shelf{
    float: right;
}


.btn{
    background-color: #000000;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 10px;
    text-transform: uppercase;
    transition: background-color 0.3s ease-in-out;
    border: 1px solid black;
    text-align: center;
  }

.btn:hover{
    background-color: #ffd60a;
    border: 1px solid black;
    color: rgb(0, 0, 0);
  }
  
.btn i{
    color: white;
    
}

.stock_issue_section{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.stock_issue_btn {
    background-color: black;
    color: white;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    align-self: center;
    padding: 6px;
    
}

.issue_stock{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 50px;

}

.stock_issue_form label{
    font-size: 16px;
    font-weight: 600;

}


.stock-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 20px;
}

.item-display{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    padding: 20px
}

.item-display i {
    font-size: 120px;
    color: white;
}

.item-display h6 {
    font-size: 25px;
    color: white;


}


.footer {
    width: auto;
    height: 30px;
    background-color: black;
    bottom: 0;
}

.remainingItemSection{
    background-color: #053e4963;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.remainingItemSection h6{
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-align: left;

}

.remainingItemSection p{
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.remainingItemSection span{
    background-color: rgb(253, 0, 0);
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    padding: 5px 10px 5px 10px;
}

.recieptSection{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.receipt-search-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
    align-content: flex-start;
    justify-content: flex-start;
    margin-top: 27px;
}

.receiptPrint_left{
    display: flex;
    flex-direction: column;
    width: 90%;
    border: 1px solid black;
    padding: 20px;     
    max-width: 148mm; /* A5 width */
    margin: 0 auto;
    box-sizing: border-box;
}

.receiptPrint_left a{
    background-color: black;
    color: #ffffff;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid black;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 15px;
    text-transform: uppercase
}

.receiptPrint_left a:hover{
    background-color: #ffd60a;
    color: #000000;
    
}



.receiptPrint_left h2{
    font-size: 18px;
}

.receiptPrint_right {
    display: flex;
    flex-direction: column;
    /* width: 20%; */
}

.recieptTop{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.reciept{
    display: flex;
    flex-direction: row;
}
.recieptID span{
    margin-left: 10px;
    padding-left: 50px;
}

.recieptTop{
    display: flex;
    flex-direction: row;
}

.reciptRight{
    margin-left: 148px;
    position: absolute;
}

.reciptRight span{
    margin-left: 15px;
}

.controlBoard {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.controlBoard a{
    background-color: black;
    color: #ffffff;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid black;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 15px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.controlBoard a:hover{

    background-color: #ffd60a;
    color: #000000;
  
    
   

}

.receiptSearch {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
    
}

.receipt-search-section .btn{
    background-color: #00000000;
    color: rgb(0, 0, 0);
    border: 1px solid black;
    font-size: 16px;
    margin-top : 18px;
}

.receiptSearch .btn:hover{
    background-color: #000000;
    color: rgb(255, 255, 255);

    border: 1px solid black;
}

.receiptItem{
    width: 18%;
}

.receiptItem label{
    font-size: 14px;
    font-weight: 500;
}

.step-links{
    border: 1px solid black;
    padding: 10px;
}

.step-links a{
    background-color: black;
    padding: 10px;
    color: white;
    text-transform: uppercase;

}

.current{
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: 500;

}

.receipt_main {
    display: flex;
    flex-direction: row;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 60px;
    margin-top: 20px;
    gap: 20px;
    padding: 20px;
}

.receiptPrint_left {
      border: 1px solid #000;
      padding: 20px;
      width: 100%; /* Full width for A5 */
      max-width: 148mm; /* A5 width */
      margin: 0 auto;
      box-sizing: border-box;
    }

    .marquee-container{
        background-color: rgb(219 219 219 / 51%);
        position: absolute;
        width: 100%;
        height: 22px;
        display: flex;
        align-items: center;
        margin-top: 15px;
        }

    .marquee {
        /* overflow: hidden; */
        white-space: nowrap;
        box-sizing: border-box;
        animation: marquee 35s linear infinite;
        color: rgb(255, 0, 0);
        font-weight: 700;
        text-transform: uppercase;
        font-size: 11px;
        width: 100%;
        padding: 0;
 
    }

    .lowStockheading {
        margin-bottom: 50px;
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .itemsHeading {
        text-align: center;
    }

    .itemsHeading {
        text-align: center;
    }

    .itemsHeading h2{
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
    }


    @keyframes marquee {
        from {
            transform: translateX(100%);
        }
        to {
            transform: translateX(-100%);
        }
    }

.loginSection {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.loginForm {
    top: 50%;
    width: 40%;
    height: auto;

    background-color: #e5e5e600;
    padding: 35px 15px 35px 15px;
    border: 1px solid #053e49;
}


.loginSection form {    
    display: flex;
    flex-direction: column;
    gap: 20px; 
}



.loginSection form .btn {    

}

.loginForm h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    color: black;
    text-align: center;
}

.loginForm h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: black;
    text-align: center;
}
.loginForm h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    color: black;
    text-align: center;
}
.loginForm h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 12px;
    margin-top: 20px;
    text-transform: uppercase;
    color: black;
    text-align: center;
}

#logOut {
    background-color: #bde0fe;
    margin-left: 5px;
    color: black;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    align-self: center;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255 / 86%);
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

#userWelcome{
    padding-top: 10px;
}

.loginForm input{
    background-color: rgb(247, 247, 247);
    height: 50px;
}

.update_product_table_container h1{
    color: black;
    text-align: left;
    align-self: flex-start;
    margin-bottom: 20px;
}

.copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.copyright h6{
    font-size: 14px;
}

.copyright p{
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
}

#developer {
    background-color: black;
    color: white;
    font-weight: 600;
    padding: 5px;
}


/* Mobile Devices (Portrait and Landscape) */
@media (max-width: 480px) {
    /* Styles for mobile devices */
    .main_dash {
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        /* align-items: center; */
        width: 100%;
        background-color: #bde0fe;
        padding: 20px;
    }

    .main_dash_right_shelf {
        display: flex;
        background-color: #faa307;
        width: 100%;
        height: 100%;
        /* align-items: center; */
        padding: 10px;
        gap: 10px;
        justify-content: flex-start;
        flex-direction: column;
    }

    
.loginSection {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.loginForm {
    top: 50%;
    width: 80%;
    height: auto;
    background-color: #e5e5e600;
    padding: 35px 15px 35px 15px;
    border: 1px solid #053e49;
}


.loginSection form {    
    display: flex;
    flex-direction: column;
    gap: 20px; 
}



.loginSection form .btn {    

}

.loginForm h3 {
 font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        color: black;
        text-align: center;
}

.loginForm h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: black;
    text-align: center;
    font-size: 14px;
}
.loginForm h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    color: black;
    text-align: center;
}
.loginForm h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 12px;
    margin-top: 20px;
    text-transform: uppercase;
    color: black;
    text-align: center;
}
}



  
  /* Tablets (Portrait) */
  @media (max-width: 768px) {
    /* Styles for tablets in portrait mode */
    .main_dash {
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        /* align-items: center; */
        width: 100%;
        background-color: #bde0fe;
        padding: 20px;
    }

    .main_dash_right_shelf {
        display: flex;
        background-color: #faa307;
        width: 100%;
        height: 100%;
        /* align-items: center; */
        padding: 10px;
        gap: 10px;
        justify-content: flex-start;
        flex-direction: column;
    }

    

  }
  
 @media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-end;
    }
}

  /* Tablets (Portrait and Landscape) */
  @media (min-width: 1024px) {

    #boysJersys {
        height: 400px;
        width: 100%;
    }
    
    .main_dash {
        display: flex;
        flex-direction: row;
        /* justify-content: center; */
        /* align-items: center; */
        width: 100%;
        background-color: #bde0fe;
        padding: 20px;
    }

    .main_dash_right_shelf {
        display: flex;
        background-color: #faa307;
        width: 30%;
        height: 100%;
        /* align-items: center; */
        padding: 10px;
        gap: 10px;
        justify-content: flex-start;
        flex-direction: column;
    }

    .main_dash_right_shelf h4{
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        color: black;
        text-align: center;
        font-size: 17px;

    }

    .headerTitle h1{        
            font-family: "Montserrat", sans-serif;
            font-size: 20px;
            font-weight: 600;
            color: white;
            margin: 0;
            padding: 0;
            align-self: center;
            float: right;
            text-align: center;
    }

    .stock_tabs {
        width: 100%;
        height: 100%;
        background-color: white;
        display: flex;
        flex-direction: column;
        gap: 52px;
        padding: 5px;
        justify-content: space-around;
        position: relative;

    }

    .stock_update_section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        padding: 10px;
        padding: 30px;
        border: 2px solid #000000;
        width: 235px;
    }


    .main_dash_left_shelf {
        display: flex;
        flex-direction: column;
        background-color: #ffffff6b;
        width: 100%;
        height: 100%;
        align-items: center;
        padding: 10px;
        gap: 10px;
        justify-content: center;
    }


  }
  
  /* Small Desktops / Laptops */
  @media (min-width: 1024px) {
    .main_dash {
        display: flex;
        flex-direction: row;
        /* justify-content: center; */
        /* align-items: center; */
        width: 100%;
        background-color: #bde0fe;
        padding: 20px;
    }

    .main_dash_right_shelf {
        display: flex;
        background-color: #faa307;
        width: 30%;
        height: 100%;
        /* align-items: center; */
        padding: 10px;
        gap: 10px;
        justify-content: flex-start;
        flex-direction: column;
    }

    .main_dash_right_shelf h4{
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        color: black;
        text-align: center;
        font-size: 17px;

    }

    .headerTitle h1{        
            font-family: "Montserrat", sans-serif;
            font-size: 20px;
            font-weight: 600;
            color: white;
            margin: 0;
            padding: 0;
            align-self: center;
            float: right;
            text-align: center;
    }

    .stock_tabs {
        width: 100%;
        height: 100%;
        background-color: white;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 5px;
        justify-content: space-around;
    }

    .stock_update_section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        padding: 10px;
        padding: 30px;
        border: 2px solid #000000;
        width: 235px;
    }


    .main_dash_left_shelf {
        display: flex;
        flex-direction: column;
        background-color: #ffffff6b;
        width: 100%;
        height: 100%;
        align-items: center;
        padding: 10px;
        gap: 10px;
        justify-content: center;
    }

  }
  
  /* Medium Desktops */
  @media (min-width: 1200px) {
    .main_dash {
        display: flex;
        flex-direction: row;
        /* justify-content: center; */
        /* align-items: center; */
        width: 100%;
        background-color: #bde0fe;
        padding: 20px;
    }

    .main_dash_right_shelf {
        display: flex;
        background-color: #faa307;
        width: 40%;
        height: 100%;
        /* align-items: center; */
        padding: 10px;
        gap: 10px;
        justify-content: flex-start;
        flex-direction: column;
    }

    .main_dash_left_shelf {
        display: flex;
        flex-direction: column;
        background-color: #ffffff6b;
        width: 100%;
        height: 100%;
        align-items: center;
        padding: 10px;
        gap: 10px;
        justify-content: center;
    }


  }
  
  /* Large Desktops */
  @media (min-width: 1440px) {
    .main_dash {
        display: flex;
        flex-direction: row;
        /* justify-content: center; */
        /* align-items: center; */
        width: 100%;
        background-color: #bde0fe;
        padding: 20px;
    }



  }
  
 

@media (min-width: 1600px) {
    .main_dash {
        display: flex;
        flex-direction: row;
        /* justify-content: center; */
        /* align-items: center; */
        width: 100%;
        background-color: #bde0fe;
        padding: 20px;
    }

}


