.myrow{
    padding-left: 15px;
    padding-right: 15px;
}

.home-back{
    margin-left: auto !important;
    background: radial-gradient(circle at 10% 10%, rgb(213, 215, 237) 0%, #85c1E9 100%);
    min-width: 0px;
    min-height: max(767px, 100%);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 2;
    min-height: calc(100vh - 150px);
    flex-shrink: 0;
    justify-content: flex-start;
    /* padding-top:100px; */
    opacity: 1;
}
.home-order-back{
    margin-left: auto !important;
    background: radial-gradient(circle at 10% 10%, rgb(213, 215, 237) 0%, #85e9c8 100%);    
    min-width: 0px;
    min-height: max(767px, 100%);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 2;
    min-height: calc(100vh - 150px);
    flex-shrink: 0;
    justify-content: flex-start;
    /* padding-top:100px; */
    opacity: 1;
}
.product-back{
    min-height: calc(100vh - 150px);
    background-color: #f1f1f1;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    justify-content: flex-start;
    opacity: 1;
}
.calendar-detail-back{
    min-height: calc(100vh - 150px);
    background-color: #ffffff;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    justify-content: flex-start;
    opacity: 1;
}
.input-product-back{
    margin-left: auto !important;   
    background-color: #f1f1f1;
    min-width: 0px;
    min-height: calc(100vh - 150px);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    justify-content: flex-start;
    opacity: 1;
}
.my-form-control {
    display: block;
    width:70%;
    height: calc(2.25rem + 2px) !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.v-calendar .input-field {
    position: relative;
    min-width: 170px !important;
    font-weight: var(--v-calendar-input-font-weight);
}

.top-bar{
    background: linear-gradient(90deg,#1A5276 0,#5389c7 60%,#1A5276);
    position: fixed !important;;
    width: 100%;
    z-index: 1000;
    height: 100px;
}

.order-top-bar{
    background: linear-gradient(90deg,#1a7671 0,#53c7aa 60%,#1d887a);
    position: fixed !important;;
    width: 100%;
    z-index: 1000;
    height: 100px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5) !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.container{
    max-width:95%;
}
.card-header-color{
    color: #6f42c1;
}  

.table-content{
    font-size:0.7rem;
    height:35px;
}
.table-list-content-big{
    font-size:0.7rem;
    height:50px;
}
.table-list-content{
    font-size:0.7rem;
    height:35px;
}

.font-color-light-blue{
    color: #33658a;
}
.font-color-light-black{
    color: #18191a;
}
.font-color-orange{
    color: #ca4f0c;
}

.font-color-blue{
    color: #007bff;
}

.background-color-blue{
    background-color: #33658a;
}

.background-color-gray{
    background-color: #4e4e4f;
}
.clear-btn{
    position:relative; 
    right:70px; 
    max-width: 32px;
    border: none;
}

.card-title {
    margin-top: 0.75rem;
    margin-bottom: 0;
}
.td-content{
    padding: 5px 10px 5px 10px;
}

.v-calendar .input-field input {
    border: 1px solid #d0d0d8;
}

.back-color-pink{
    background-color: #fcdde2 !important;
}

.tree-item-left-magin{
    padding-left: 20px !important;
}

.body:not(.layout-fixed) .main-sidebar {
    height: inherit;
    min-height: 100%;
    position: fixed;
    top: 81px;
  }

.fa-green{
    color: #38c172;
  }

.del-button{
    width: 23px;
    height: 23px;
    padding: 2px !important;
    margin: 0 !important;
    margin-top: 6px !important;
    border-radius: 2px !important;
}  

.table-border{
    border: 1px solid #dee2e6 !important;
    width:90%;
    margin-left: auto;
    margin-right: auto;
}

.topbar-width{
    max-width: 100% !important;
}

.div-title{
    width:180px !important; 
    margin-top: -61px !important; 
    margin-left: -61px !important; 
    margin-bottom: 20px !important; 
    background-color:#4285f4 !important;    
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;  
    color:#ffffff !important; 
    border: 1px solid #ced4da !important;
    height:40px !important;
    text-align: center !important;
    border-radius: 0px !important;
}

.div-part{
    border: 1px solid #ced4da; 
    padding:60px
}

.change-control{
    width:70px !important; 
    margin: 5px  !important; 
    height:auto  !important;
    text-align: center;
    background-color: #5a7aaf !important;
    display: flex !important;
    align-items: center;
}

.preview-control{
    width:245px !important; 
    margin: 5px  !important; 
    height:auto  !important;
    text-align:center;
    background-color: rgb(193 203 230) !important;

}

.preview-control img{
    border-radius: 10px;
    margin: auto;
}
.change-control img{
    margin: auto;
}

.fadeMe {
    animation:fadeIn 1s linear;
    margin-left:-13px !important;
    margin-right: -13px !important;
  }
  
  @keyframes fadeIn {
    0% {
      opacity:0
    }
    100% {
      opacity:1;
    }
  }
  
  .fadeMe.none {
    display:none
  }
  
  .sortitem-transition-up {
    transform: translate3d(0px, -55px, 0px);
    transition: transform 150ms ease 0s;
}

.sortitem-transition-down {
    transform: translate3d(0px, 55px, 0px);
    transition: transform 150ms ease 0s;
}

.main-button {
    border-radius: 10px !important;;
    width: 100%;
    height:90%;
    text-align: left !important;
    font-size: 25px !important;
    font-weight: bold !important;
    background-color: white !important;
    display: flex !important;
    align-items: center;
}

.order-main-button {
    border-radius: 10px !important;;
    width: 100%;
    height:226px;
    text-align: left !important;
    font-size: 25px !important;
    font-weight: bold !important;
    background-color: white !important;
    display: grid !important;
    align-items: center;
    justify-content: center;
    padding-top:35px !important;
    padding-bottom: 35px !important;
}

.order-form-main-button {
    border-radius: 10px !important;;
    width: 100%;
    height:226px;
    text-align: left !important;
    font-size: 25px !important;
    font-weight: bold !important;
    background-color: white !important;
    display: grid !important;
    align-items: center;
    justify-content: space-between;
    padding-top:35px !important;
    padding-bottom: 35px !important;
}

.main-button-area {
    width: 35%;    
}

.main-back {
    margin-top:75px; 
    margin-bottom:25px;
}
.main-button-label{
    padding-left: 20px;
    width: 90%;
}

.main-button-awesome {
    font-size:30px;
    color: #44A7EA;
}

.arrow-container:hover {
    animation: shake 5s infinite; 
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }
    0% {
        /* transform: translateX(1px); */
        animation-timing-function: ease-in-out;
    }
    0% {
        /* transform: translateX(-1px);  */
        animation-timing-function: ease-in-out;
    }
    /* 60% {
        transform: translateX(0px);
        animation-timing-function: ease-in-out; 
    }
    80% {
        transform: translateX(0px); 
        animation-timing-function: ease-in-out; 
    }
    100% {
        transform: translateX(0);
    } */
}

.product-header{
    display: flex;
    align-items: center;
    background-color: rgb(158, 158, 168);
    height: 55px;  
    padding-left:10%;
    padding-right:10%;
    position: fixed;
    width: 100%;
    top: 100px;
    z-index: 1000;
}

.space-header{
    height: 55px;  
}

.estimate-header{
    display: flex;
    align-items: center;
    background-color: rgb(158, 158, 168);
    height: 55px;  
    padding-left:20%;
    padding-right:20%;
    position: fixed;
    width: 100%;
    top: 100px;
    z-index: 1000;
}

.header-title {
    text-align:left; 
    font-size: 25px !important;
    font-weight: bold !important;
    width:100%;
    color: white;
}

.function-button {
    border-radius: 10px !important;
    height:40px;
    text-align: left !important;
    font-size: 20px !important;
    font-weight: bold !important;
    background-color: white !important;
    padding-top: 0.4rem !important;    
}

.top-menu-button {
    border-radius: 50px !important;
    min-width:170px;
    height:40px;
    text-align: center !important;
    font-size: 20px !important;
    font-weight: bold !important;
    background-color: white !important;
    padding-top: 0.4rem !important;    
}

.ok-button {
    border-radius: 30px !important;
    height:50px;
    font-size: 20px !important;
    font-weight: 600 !important;
    padding-top: 0.4rem !important;  
    box-shadow: 0px 7px 30px -10px rgba(var(--color_primary_default_rgb), 0.1) !important;
    background-color: rgb(244, 76, 76) !important;
    color: white !important; 
    width: 350px;
    padding:10px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.ok-button:hover {    
    background-color: rgba(244, 76, 76, 0.8) !important;
}

.blue-button {
    border-radius: 30px !important;
    height:50px;
    font-size: 20px !important;
    font-weight: 600 !important;
    padding-top: 0.4rem !important;  
    box-shadow: 0px 7px 30px -10px rgba(var(--color_primary_default_rgb), 0.1) !important;
    background-color: rgba(10, 142, 250, 0.918) !important;
    color: white !important; 
    width: 350px;
    padding:10px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.blue-button:hover {    
    background-color: rgba(48, 158, 248, 0.918) !important;
}

.blue-button {
    border-radius: 30px !important;
    height:50px;
    font-size: 20px !important;
    font-weight: 600 !important;
    padding-top: 0.4rem !important;  
    box-shadow: 0px 7px 30px -10px rgba(var(--color_primary_default_rgb), 0.1) !important;
    background-color: #A9A9FC !important;
    color: white !important; 
    width: 350px;
    padding:10px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.blue-button:hover {    
    background-color: #c2c2f8 !important;
}

.cart-amount-button {
    border-radius: 30px !important;
    max-height:30px;
    max-width: 30px;
    min-width: 30px;
    font-size: 20px !important;
    font-weight: 600 !important;
    box-shadow: 0px 7px 30px -10px rgba(var(--color_primary_default_rgb), 0.1) !important;
    background-color: #387EF5 !important;
    color: white !important; 
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding:0 !important;    
}

.cart-amount-button:hover {    
    background-color: rgba(56, 126, 245, 0.8) !important;
}

.red-button {
    border-radius: 30px !important;
    font-weight: 600 !important;
    box-shadow: 0px 7px 30px -10px rgba(var(--color_primary_default_rgb), 0.1) !important;
    background-color: rgb(244, 76, 76) !important;
    color: white !important; 
    text-align: center !important;
    min-width:fit-content;    
    align-self: center;
    padding: 0 15px 0 15px !important;
}

.red-button:hover {    
    background-color: rgba(244, 76, 76, 0.8) !important;
}

.blue-button {
    border-radius: 30px !important;
    font-weight: 600 !important;
    box-shadow: 0px 7px 30px -10px rgba(var(--color_primary_default_rgb), 0.1) !important;
    background-color: #5299f8 !important;
    color: white !important; 
    text-align: center !important;
    min-width:fit-content;    
    align-self: center;
    padding: 0 15px 0 15px !important;
}

.blue-button:hover {    
    background-color: #63bbf3 !important;
}

.white-button {
    border-radius: 30px !important;    
    font-weight: 500 !important;
    box-shadow: 0px 7px 30px -10px rgba(#000, 0.1) !important;
    background-color: #ffffff !important;
    color: rgb(0, 0, 0) !important; 
    text-align: center !important;
    min-width:fit-content;    
    align-self: center;
    padding: 0 15px 0 15px !important;
}
.help-button {
    border-radius: 30px !important;
    height:25px;
    width:25px !important;
    font-size: 16px !important;
    font-weight: 500 !important;    
    background-color: #ffffff !important;
    color: rgb(0, 0, 0) !important; 
    box-shadow: 0 0 0 0 rgb(0,0,0) !important;
    text-align: center !important;    
    align-self: center;
    padding: 0 !important;
}

.btn_size_middle {
    height:35px;
    font-size: 14px !important;
}
.cancel-button {
    border-radius: 30px !important;
    height:50px;
    font-size: 20px !important;
    font-weight: 600 !important;
    padding-top: 0.4rem !important;  
    box-shadow: 0px 7px 30px -10px rgba(#000, 0.1) !important;
    background-color: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;     
    width: 350px;
    padding:10px !important;    
    display: flex !important;;
    align-items: center;
    justify-content: center;
}
.add-button {
    border-radius: 10px !important;
    width: 80%;
    height:50px;
    font-size: 20px !important;
    font-weight: 600 !important;
    padding-top: 0.4rem !important;  
    box-shadow: 0px 7px 30px -10px rgba(var(--color_primary_default_rgb), 0.1) !important;
    background-color: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important; 
    text-align: center !important;
    padding:10px !important;
    align-self: center;
}

.item-label {
    text-align:left; 
    padding-left:30px;
    font-size: 14px !important;
    font-weight: bold !important;
    width:100%;
}

.item-required{
    background-color: #fc0505;
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 15px !important;
    font-weight: bold !important;
    width:4rem;
}

.item-key{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 250px;
}

.input-product-pannel{
    background-color: #f6f6fb;
    width: 80%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 150px;
    border-radius: 15px;
    margin-left:10%;
    margin-right:10%;
    margin-bottom:10px;
}
.input-invoice-sub-pannel{
    background-color: #f6f6fb;
    width: 80%;
    padding: 20px;   
    border-radius: 15px;
    margin-left:10%;
    margin-right:10%;
    margin-bottom:10px;
}
.input-estimate_product-pannel{
    background-color: #f6f6fb;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 15px;
    margin-bottom:10px;
}

.client-login-pannel{
    background-color: #ffffff;
    width: 80%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-radius: 15px;
    margin-left:10%;
    margin-right:10%;
    margin-bottom:10px;
}
.select-invoice-pannel{
    background-color: #f6f6fb;
    width: 80%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 100px;
    border-radius: 5px;
    margin-left:10%;
    margin-right:10%;
    margin-top: 50px;
    border: 1px solid #007bff;
    display: grid;
    gap:15px;
}

.input-order-pannel{
    background-color: #f6f6fb;
    width: 80%;
    height: calc(100vh-150px);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 15px;
    margin-left:10%;
    margin-right:10%;
}

.input-invoice-product-pannel{
    background-color: #d0d0d7;
    width: 80%;
    height: calc(100vh-150px);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 15px;
    margin-left:10%;
    margin-right:10%;
    margin-top:10px;
}

.input-partner-pannel{
    background-color: #f6f6fb;
    width: 80%;
    height: calc(100vh-150px);
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 15px;
    margin-left:10%;
    margin-right:10%;
    margin-top:20px;
}
.input-estimate-pannel{
    background-color: #f6f6fb;
    width: 80%;
    height: calc(100vh-150px);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 15px;
    margin-left:10%;
    margin-right:10%;
    margin-top: 20px;
}
.confirm-estimate-pannel{
    /* background-color: #fff; */
    width: 80%;
    height: calc(100vh-150px);
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left:10%;
    margin-right:10%;
    margin-top: 20px;
}
.receive-home-pannel{
    background-color: #ffffff;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 50px;
    border-radius: 15px;
    margin-top:20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.shipping-home-pannel{
    background-color: #ffffff;
    width: 80%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 50px;
    border-radius: 15px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top:20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.invoice-home-pannel{
    background-color: #ffffff;
    width: 80%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 50px;
    border-radius: 15px;
    margin-left:10%;
    margin-right:10%;
    margin-top:20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.product-home-pannel{
    display: flex;
    align-items: center;
    background-color: #ffffff;
    width: 80%;
    padding-top:20px;
    padding-bottom:10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 15px;
    margin-left:10%;
    margin-right:10%;
    margin-top:10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.estimate-product-home-pannel{
    display: flex;
    align-items: center;
    background-color: #ffffff;
    width: 100%;
    padding-left: 30px;
    border-radius: 10px;
    margin-top:10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.test-order-home-pannel{
    display: grid;
    align-items: center;
    background-color: #ffffff;
    width: 40%;
    padding-top:20px;
    padding-bottom:10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 15px;
    margin-top:10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.partner-order-home-pannel{
    display: grid;
    align-items: center;
    background-color: #ffffff;
    width: 48%;
    padding-top:20px;
    padding-bottom:10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 15px;
    margin-top:10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.order-product-pannel{
    display: grid;
    align-items: center;
    background-color: #ffffff;
    width: 23%;
    padding-top:20px;
    padding-bottom:10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.cart-product-pannel{
    display: grid;
    align-items: center;
    background-color: #ffffff;
    width: 100%;
    padding-top:20px;
    padding-bottom:10px;
    border-bottom: 1px solid #DDD;
}

.test-order-home-back{
    display: flex;
    flex-wrap: wrap; 
    margin-left: 10%;
    gap: 30px; 
}

.partner-order-home-back{
    display: flex;
    flex-wrap: wrap; 
    gap: 30px; 
}
.order-product-home-back{
    display: flex;
    flex-wrap: wrap; 
    gap: 15px; 
    margin-top:20px;
}

.test-order-confirm-pannel{
    display: flex;
    align-items: center;
    background-color: #ffffff;
    width: 90%;
    padding-top:20px;
    padding-bottom:10px;
    padding-left: 20px; 
    border: 1px solid #EEE;
}
.test-order-confirm-back{
    margin-left: 10%;
}
.orderForm-home-pannel{
    display: flex;
    align-items: center;
    background-color: #ffffff;
    width: 80%;
    padding-top:20px;
    padding-bottom:10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 15px;
    margin-left:10%;
    margin-right:10%;
    margin-bottom:20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.order-home-pannel{
    display: flex;
    align-items: center;
    background-color: #ffffff;
    width: 100%;
    padding-bottom:10px;
    border-radius: 10px;
    margin-bottom:20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.supplier-list-pannel{
    background-color: #ffffff;
    width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 50px;
    border-radius: 15px;
    margin-left:25%;
    margin-right:25%;
    margin-top:30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.content {
    display: flex; 
    justify-content: center;
}

.item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.item-content{
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    width:100%;
}

.toggle-button{
    width: 200px;
    height: 40px;
}

.checkbox-container{
    font-size: 14px;
    font-weight: bold;
    color: var(--color_text_default);
    line-height: 1.4;
    padding: 2px 10px 2px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(214, 213, 213, 1);
    border-radius: 5px;
    -moz-border-radius: 5px;
    opacity: 1;
    cursor: pointer;
    align-self: center;
    min-width: 20px;
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #FFFFFF; */
}

.checked {
    background-color: #387EF5;
    color : white;
}

.mark-label {
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.mark-back{
    display: flex;
    flex-wrap: wrap; 
    gap: 10px; 
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    width: 40vw;
}
.mark-back-test{
    display: flex;
    flex-wrap: wrap; 
    gap: 10px;   
}

.custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    color: #333333;
    background-color: #EEEEEE !important;
    border-radius: 5px;
  }
  
.custom-file-upload input {
display: none; 
}

.check-box {
    opacity: 1 !important;
    pointer-events:all !important;
    position: inherit !important;
    width:25px !important;
    height: 25px !important;
    margin-right:0px;
    cursor: pointer;
}

.check-back{
    display: flex;
    align-items: center;
    justify-content: right;
    padding-left: 20px;
}

.radio-back{
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 40px;
}
.order-radio-back{
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 10px;
}

.radio-control {
    width: 25px !important;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.radio-label {
    display: flex;
    align-items: center;
    gap:10px;
    cursor: pointer;
    margin-bottom: 0 !important;
    width:150px;
}
.order-radio-label {
    display: flex;
    align-items: center;
    gap:10px;
    cursor: pointer;
    margin-bottom: 0 !important;
    width:100px;
}

.check-label {
    display: flex;
    align-items: center;
    gap:5px;
    cursor: pointer;
    margin-bottom: 0 !important;
    margin-right: 10px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.new-order-button {
    width: 80%;
    height: 50px !important;
    text-align: center !important;
    padding: 0 !important;
}
.order-confrim-button {
    width: 80%;
    height:35px !important; 
    border-radius: 20px !important; 
    text-align: center !important;
    padding: 0 !important;
}

.order-menu-back {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:80%;
    padding: 30px 0 20px 0;    
}
.invoice-sub-menu-back {
    display: flex;
    justify-content: center;
    align-items: center;
    width:80%;
    margin-left: 10%;
    padding: 30px 0 20px 0;    
}

.order-form-radio-back{
    display: flex;
    align-items: center;
    justify-content: right;
}

.edit-product-menu-back {
    display: flex;
    justify-content: center;
    align-items: center;
    width:80%;
    padding: 30px 0 20px 0;
}

.pagination-header {
    display: flex;
    align-items: center;
    justify-content: right;
    margin-top: 30px;
    margin-bottom: 20px;
}

.dbtable {
    width: 100%;
    overflow: auto;    
}

.edit-text{
    color: blue; 
    cursor: pointer;   
}

.edit-text:hover{
    color: red;    
}

.title-text {
    font-family: cursive;
    font-size: 50px;
    font-weight: 600;
    color:white;
}

.main-content {
    padding-top: 101px;
}

.home-button-row{
    display:flex; 
    justify-content:center;
    padding: 10px;
    padding-left: 100px;
    padding-right: 100px;
    gap:100px;
    height: 120px;
}
.order-home-button-row{
    display:flex; 
    justify-content:center;
    padding: 10px;
    padding-left: 100px;
    padding-right: 100px;
    gap:100px;
}

.title-back{
    display:flex; 
    align-items:center; 
    justify-content:center; 
    width:95vw; 
    gap:10px;
}

.top-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 20px !important;
    font-weight: bold !important;
    color: white;
    cursor: pointer;
    padding-bottom: 50px;
}

.top-menu-text {
    font-size: 20px !important;
    font-weight: 400 !important;
}

.order-translate-button {
    border-radius: 30px !important;;
    width: 196px;
    height: 35px;
    text-align: left !important;
    font-size: 15px !important;
    font-weight: 200 !important;
    display: flex !important;
    align-items: center;
    background: transparent;
    border: 2px solid white;
    color:white;
}

.order-form-menu {
    padding-top:5px;
    font-size: 20px !important;
    font-weight: bold !important;
    color:rgb(135 135 135);
}    
.order-form-menu-item {
    text-align: center; 
    display: table-caption; 
    width:25%;
    cursor: pointer;    
}
.invoice-sub-menu-item {
    text-align: center; 
    display: table-caption; 
    width:50%;
    cursor: pointer;    
}

.edit-product-menu-item {
    text-align: center; 
    display: table-caption; 
    width:50%;
    cursor: pointer;
}

.border-bottom-color-red {
    border-bottom: 3px solid red;
}

.border-bottom-color-grey {
    border-bottom: 3px solid rgb(161, 160, 160);
}

.receive-table{
    text-align: center;
    width: 100%;
    border-collapse: collapse; 
    border-radius: 10px; 
    overflow: hidden; 
    border: 1px solid rgb(185 185 185);    
}

th{
    font-weight: 600 !important;
}

th {
  border-right: 1px solid rgb(191 191 191);
  font-size: 20px !important;
  padding:10px;
}
td {
  border: 1px solid rgb(222 222 222);
  font-size: 20px !important;
  padding:10px;
}

.form-control{
    border-radius: 5px !important;
    font-size:14px !important;
}

.receive-item-header{
    display: flex;
    align-items: center;
}

.receive-item-content{
    display:flex; 
    justify-content:center; 
    margin-top:30px
}

.receive-item-table{
    text-align: center;
    width: 100%;
    border-collapse: collapse; 
    border-radius: 10px; 
    overflow: hidden; 
    border: 1px solid rgb(185 185 185);
}

label{
    margin-bottom: 0 !important;
}

.supplier-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.csv-file-upload {
    text-align: center !important;   
    cursor: pointer;
    color: #333333;
    background-color: #EEEEEE !important;
    border-radius: 5px;
    border: 2px dashed #ced4da !important;
    height: 60px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.csv-file-upload:hover{
    border: 2px dashed rgb(70, 103, 213) !important;
}
.csv-file-upload input {
    display: none; 
}

.input-product-csv{   
    width: 80%;
    margin-left:10%;
    margin-right:10%;
    padding-top: 50px;
    padding-bottom:10px;
}    

.triangle {
    border-left: 30px solid black;
  border-right: 30px solid black;
  border-top: 50px solid white; 
  border-bottom: 50px solid transparent;
  }

.tool-icon{
    color: #BBB;
    transition: color 0.3s ease-in-out;
}

.tool-icon:hover{
    color: #000;
}  

.order-form-icon-label {
    border: 1px solid #CCC; 
    border-radius:35px; 
    padding:3px; 
    font-size:20px; 
    width:40px; 
    height:40px; 
    cursor:pointer; 
    text-align:center;
}

.product-public{
    border-radius: 15px; 
    font-size:12px; 
    font-weight: 600;
    width:70px; 
    height:25px; 
    background-color:#387EF5; 
    display:flex; 
    align-items: center; 
    justify-content: center; 
    color:white;
}

.product-control-icon {
    border: 1px solid #CCC; 
    border-radius:35px; 
    text-align: center;
    align-content: space-around; 
    font-size:20px; 
    width:45px; 
    height:45px; 
    cursor:pointer;
}

.margin-left-10 {
    margin-left: 10px;
}

.product-black-error {
    font-size:14px; 
    font-weight: 300 !important;
    color:red; 
    margin-top: -11px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .modal-backdrop{
    z-index: 0 !important;
  }

  .link-button {
    color: #0997f0;
    cursor: pointer;
  }

  .link-button:hover {
    color: #0e4364;
  }

  .qr-code-generator {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
  }
  
  .input-section {
    margin: 20px 0;
  }
  
  input {
    padding: 10px;
    width: 70%;
    margin-right: 10px;
  }
  
  button {
    padding: 10px 15px;
    background-color: #42b983;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  button:hover {
    background-color: #369f6b;
  }

  .receive-translate-button {
    border-radius: 30px !important;;
    width: 196px;
    height: 35px;
    text-align: left !important;
    font-size: 15px !important;
    font-weight: 200 !important;
    display: flex !important;
    align-items: center;
    background: transparent;
    border: 2px solid white;
    color:white;
}
  .receive-translate-button:hover {
    background-color: #36879f;
  }
  
  .qr-code-container {
    margin: 20px 0;
    min-height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .download-section {
    margin-top: 20px;
  }

  .base-layout{
    width:80%;
    margin-left: 10%;
    padding:20px;
  }