/*-------- Customer Product Page --------*/
.customer-product-content{
    display: flex;
    margin-top: 35px;
    gap: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1175px;
    position: relative;
}
.customer-products-container{
    flex-grow: 1;
    position: relative;
}
.customer-product-content.history-page {
    flex-direction: column;
    gap: 18px;
}
.product-loading{
    display: flex;
    justify-content: center;
    padding: 15px;
    margin-bottom: 20px;
}
.title-delete-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*--- Customer List ---*/
.pointer{
    cursor: pointer;
}
.grab{
    cursor: grab;
}
.text{
    cursor: text;
}
.customer-product-list{
    width: 318px;
    min-width: 318px;
    flex-shrink: 0;
    height: fit-content;
}
.customer-product-list {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.customer-product-list::-webkit-scrollbar {
  display: none;
}
.customer-product-list.add{
    height: auto;
    margin-top: 18px;
}
.customer-product-list-content{
    padding: 10px;
    overflow: auto;
    background-color: #efefef;
    border-radius: 4px;
    margin-bottom: 20px;
    max-height: calc(100vh - 160px);
}
.total-products-button {
    width: 100%;
    padding: 18px;
    text-align: left;
    border: none;
    background-color: #d9d9d9;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
}
.total-products-button.active{
    background-color: #D80032;
    color:#fff;
}

.list-edit-button{
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    margin-bottom: 5px;
    font-size: 14px;
}
.order-lists-title{
    font-weight: 600;
}
.edit-list-button{
    color: #D80032;
    font-weight: 600;
}
.list-button-content{
    display: flex;
    flex-direction: column;
    gap: 5px;
    overflow-y: auto;
}
.list-button-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
}
.list-button-container.show{
    gap:7px;
}
.list-button-container.show .list-button {
    width: calc(100% - 42px);
    text-decoration: underline;
}
.list-button{
    width: 100%;
    background-color: #d9d9d9;
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 4px;
    height: auto;
    display: flex;
    justify-content: space-between;
    transition: width 0.3s ease, transform 0.3s ease; 
}
.list-button.hovered {
    box-sizing: border-box;
    border: 2px solid #2B2D42;
}
.list-button.active {
    background-color: #D80032;
    color: #fff;
}
.list-button.active .list-input{
    color: #fff;
}
.list-content-delete {
    width: 42px;
    background-color: #d9d9d9;
    border-radius: 4px;
    align-items: center;
    display: flex;
    justify-content: center;
    transform: translateX(45px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    pointer-events: none;
    margin-right: -45px;
}
.list-content-delete.show {
    transform: translateX(0px);
    opacity: 1;
    pointer-events: auto;
    margin-right: auto;
}
.add-new-list {
    margin-top: 5px;
    width: 100%;
    color: #D80032;
    border: 2px solid #D80032;
    border-radius: 4px;
    text-align: left;
    padding: 10px 16px;
    font-size: 16px;
}
.add-new-list input, .add-new-list input:focus, 
.add-new-list input:focus-visible, 
.list-input, .list-input:focus-visible
.list-input:focus{
    height: 20px;
    box-sizing: border-box;
    border:none;
    background-color: transparent;
    width: 100%;
    font-size: 16px;
    outline: none;
}
.sticky, .sticky-status {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 0;
    overflow: scroll;
}
.sticky {
    max-height: 90%;
}
.product-button-responsive{
    display: none;
}
.product-list-content-wrapper {
    opacity: 1;
    transition: opacity 0.3s ease;
}
.see-responsive{
    display: none;
}
.add-list-content{
    display: none;
}

/*--- Search ---*/
.search-container{
    background-color: #EDEDED;
    border-radius: 4px;
    padding: 10px 10px 10px 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.search-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.search-input {
    flex-grow: 1;
    height: 45px;
    padding: 10px 20px;
    font-size: 16px;
    border: 2px solid #D9D9D9;
    border-radius: 4px;
}
.search-input::placeholder{
    color: #B3B3B3;
}

/*--- Products Item ---*/
.product-items-container-rows {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 18px;
    position: relative;
    z-index: 0;
}
.product-items-container-rows.space{
    margin-bottom: 170px;
}
.product-items-container-rows.product-container-list{
    gap: 5px;
    justify-content: normal;
    align-content: flex-start;
    width: 100%;
}
.product-items-container{
    background-color: #EDEDED;
    width: 190px;
    height: 190px;
    padding: 15px 15px 15px 5px;
    display: flex;
    gap: 15px;
    border-radius: 4px;
    position: relative;
}
.product-items-container.product-content-list{
    width: 100%;
    height: fit-content;
}
.product-items-content{
    display: flex;
    gap: 5px;
    flex: 1; 
    flex-wrap: nowrap;
    min-width: 0;
}
.product-items-container:hover{
    background-color: #E8EEF0;
}
.product-items-container.added-to-baskect:hover{
    background-color: #CCDEE6;
}
.icon-dots{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.icon-dots img{
    max-width: 5px;
}
.product-img{
    background-color: #f9f9f9;
    border-radius: 4px;
    flex-shrink: 0;
    height: 160px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.white-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5); /* 50% white */
  pointer-events: none;
}
.product-content-list .product-img{
    height: 88px;
}
.product-info-container {
    flex:1 1 auto;
    min-width: 0; 
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    margin-left: 5px;
}
.product-info-container.add-space{
    height: 100%;
}
.product-info-content {
    display: flex;
    justify-content: space-between;
}
.product-info label, .product-info h2{
    font-size: 14px;
    overflow-wrap: break-word;
    word-break: break-word;
}
.product-info h2{
    font-weight: 600;
    margin-top: 5px;
    max-height: 75px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.product-content-list .product-info h2{
    margin-top: 0px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.product-package{
    margin-top: 12px;
    display: flex;
    gap: 5px;
}
.product-content-list .product-package{
    margin-top: 3px;
}
.product-package-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-package img{
    width: 15px;
    height: 15px;
}
.product-package label{
    font-weight: 600;
}
.product-edit-content{
    display: flex;
    gap: 10px;
}
.product-soll {
    display: flex;
    gap: 5px;
    align-items: center; 
    background-color: #d9d9d9;
    padding: 5px 10px;
    border-radius: 4px;
    max-height: fit-content;
}
.product-soll label {
    white-space: nowrap; 
    flex-shrink: 0;
    flex-grow: 1;
    font-size: 15px;
}
.product-soll b{
    margin-left: 5px;
}
.product-soll input {
    flex-grow: 0;
    flex-shrink: 1;
    width: auto;
    background-color: #fff;
    text-align: left;
    border: none;
    border-radius: 4px;
    padding-left: 5px;
    font-size: 15px;
    font-weight: 600;
}
.product-soll .input-measure {
    visibility: hidden;
    white-space: pre;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 5px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    pointer-events: none;
}
.product-soll input:focus-visible{
    outline: none;
}
.product-content-list .list-content-delete {
    width: 28px;
    height: 28px;
}
.product-content-list .list-content-delete .delete-item{
    width: 16px;
    height: 16px;
}
.product-soll-label b{
    font-weight: 600;
}

/*--- Products Item - Counter ---*/
.product-counter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.product-counter .plus, .product-counter .minus{
    padding: 0;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}
.product-counter .plus{
    background-image: url('../assets/icon_plus.png');
}
.product-counter .plus:not(:disabled):hover{
    background-image: url('../assets/icon_plus_selected.png');
}
.product-counter .minus{
    background-image: url('../assets/icon_minus.png');
}
.product-counter .minus:not(:disabled):hover{
    background-image: url('../assets/icon_minus_selected.png');
}
.product-counter .minus:disabled, .product-counter .plus:disabled {
    cursor: not-allowed;
}
.product-counter .counter {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 0 10px;
    word-break: break-all;
}
.counter-editable-input{
    border:none;
    text-decoration: underline;
    font-size: 20px;
    background-color: transparent;
    margin: 0 10px;
    text-align: center;
    max-width: 45px;
}
.counter-editable-input:focus-visible{
    outline: none;
}
.product-counter .counter:hover, .product-counter .counter:focus-visible, .product-counter .counter:focus {
    text-decoration: underline;
}
.product-items-container.added-to-baskect {
    background-color: #CCDEE6;
}
.delete-item{
    background-color: transparent;
    background-image: url('../assets/remove_item_icon.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
}
.delete-item:hover{
    background-image: url('../assets/remove_item_icon_selected.png');
}
.drag-over {
    transform: translateY(20px);
    z-index: 1;
    position: relative;
  }
  
.drag-over-top {
    transform: translateY(-20px);
    z-index: 1;
    position: relative;
  }
.not-available{
    font-size: 14px;
    text-align: right;
}

/*--- Dashboard Page---*/
.customer-dashboard-list-container{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 30px;
    max-width: 1175px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}
.customer-dashboard-list{
    width: 150px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: top right; 
    border-radius: 5px;
    padding: 9px 13px;
    cursor: pointer;
}
.vendor-list-items {   
    background-color: #EDEDED;
    background-image: url('../assets/icon_truck.png');
    background-size: 126px 107px;
}
.my-inventory-item{
    background-color: #2B2D42;
    background-image: url('../assets/icon_box_dashboard.png');
    background-size: 104px 106px;
}
.multiorder-item{
    background-color: #3A5E3D;
    background-image: url('../assets/icon_multiorder.png');
    background-size: 103px 105px;
}
.customer-list-info {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.customer-dashboard-list.active{
    border:2px solid #D80032;
}
.customer-list-info h3 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-x: hidden;
    word-wrap: break-word;
}
.my-inventory-item h3, .multiorder-item h3{
    color:#fff;
}
.info-label{
    padding: 1px 6px;
    border-radius: 5px;
    font-size: 14px;
}
.label-status {
    display: flex;
    justify-content: end;
}
.info-label.white{
    background-color: #fff;
    color: #000;
}
.info-label.red{
    background-color: #D80032;
    color: #fff;
    font-weight: 700;
}
.info-label.green{
    background-color: #75ED39;
    color: #000;
}
.label-weight .info-label.red{
    font-weight: 400;
}
.order-inventory {
    width: 100%;
    padding-top: 30px;
}

/*--- Warenkorb ---*/
.warenkorb-count {
    background: #2b2d42;
    border-radius: 8px;
    bottom: 40px;
    box-shadow: 0 4px 8px #0000001a;
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
    position: fixed;
    right: 47px;
}
.warenkorb-count .count {
    align-items: center;
    display: flex
;
    flex-direction: row;
}
.warenkorb-count .count .number {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    min-width: 30px;
    padding-bottom: 5px;
    text-align: center;
    transition: transform .2s ease-in-out;
}
.warenkorb-count .count .detail {
    align-self: center;
    font-size: 16px;
    padding-bottom: 5px;
    padding-left: 10px;
    width: 88px;
}
.warenkorb-count .zum-warenkorb {
    background-color: #cd002f;
    background-image: url("../assets/warenkorb_icon_light.png");
    background-position: 8px 7px;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-weight: 600;
    padding: 8px 10px 8px 31px;
    text-align: center;
    width: 100%;
}
.modal-content.modal-warenkorb {
    max-width: 650px;
    min-width: 320px;
    width: 100%;
}
.vendor-multiorder {
    border: 1px solid #000;
    border-radius: 3px;
    margin-top: 5px;
    padding: 3px 5px;
    width: -webkit-fit-content;
    width: fit-content;
}
.manage-vendor{
    white-space: nowrap;
}

/*--- Warenkorb Table Items ---*/
.product-table {
    border-collapse: initial;
    border-radius: 8px;
    border-spacing: 0 4px;
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
}
.product-table th,
.product-table td {
    white-space: normal;
    word-wrap: break-word; 
    max-width: 210px; 
}
.product-table thead th {
    color: #2b2d42;
    font-weight: 700;
    padding: 10px;
    text-align: left;
}
.product-table tr {
    transition: transform .2s ease;
}
.product-table tbody tr {
    background: #edf2f4;
    border-radius: 8px;
    vertical-align: middle;
}
.product-table tbody tr td:first-child{
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.product-table tbody tr td:last-child {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;   
}
.product-table tbody td {
    color: #2b2d42;
    font-size: 16px;
    padding: 10px 20px;
    vertical-align: middle;
}
.product-table .has-drag {
    padding-left: 10px;
}
.product-table tr.added-to-warenkorb{
    background-color: #ccdee6;
}
.product-name {
    align-items: center;
    display: flex;
    gap: 10px;
}
.product-name .bold {
    font-weight: 700;
    word-wrap: break-word; 
    overflow-wrap: break-word;
}
.product-table  .product-image {
    background: #ccc;
    border-radius: 50%;
    flex-shrink: 0;
    height: 30px;
    width: 30px;
}
.product-table .product-counter .counter{
    font-size: 18px;
}
.added-to-warenkorb .product-counter .counter{
    word-break: normal;
}

/*--- Add Products---*/
.dropdown-container{
    position: relative;
}
.add-menu .button.action{
    padding: 20px 12px 20px 12px;
    width: 318px;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

/*--- Add Products - Dropdown ---*/
.add-menu .dropdown-menu {
    top: 45px;
}
.add-menu .user-card {
    list-style: none;
    margin: 0;
    z-index: 999;
    right: 0;
    top:66px;
    padding: 10px 10px;

}
.add-menu .user-card.product-page{
    width: 230px;
    left: 0px;
}
.add-menu .dropdown-link {
    align-items: center;
    color: #D80032;
    display: flex;
    font-size: 16px;
    padding: 10px;
    text-decoration: none;
    transition: background .2s;
    width: 100%;
    font-weight: 600;
    gap:10px;
    border-radius: 4px;
}
.add-menu .dropdown-link:hover{
    background-color: #EDEDED;
}

/*--- Bulk Uploaad ---*/
.bulk-upload-container h4{
    margin-top: 20px;
    margin-bottom: 20px;
}
.csv-table {
    border: 1px solid #ccc;
    border-collapse: initial;
    border-radius: 5px;
    border-spacing: 0;
    overflow: hidden;
    width: 100%;
}
.csv-table tr:first-child th:first-child {
    border-top-left-radius: 4px;
}
.csv-table th {
    background-color: #f4f4f4;
    font-weight: 700;
}
.csv-table td, .csv-table th {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}
.bulk-upload-container select {
    background-color: #edf2f4 !important;
    border: 2px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    flex: 1 1;
    font-size: 16px;
    font-size: 15px;
    height: 35px;
    outline: none;
    padding: 0 30px 0 5px;
    transition: .3s;
}

/*--- Status tabs ---*/
.status-tab.list-button{
    text-align: center;
    font-size: 18px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-color: transparent;
    color:#fff;
}
.status-tab.list-button.active{
    border: 2px solid #000;
}
.status-tab.list-button.eingegangen, .eingegangen{
    background-color: #9E9E9E;
}
.status-tab.list-button.inVorbereitung, .inVorbereitung{
    background-color: #7999AE;
}
.status-tab.list-button.versendet, .versendet{
    background-color: #74AA65;
}
.status-tab.list-button.abgebrochen, .abgebrochen{
    background-color: #3E3E3E;
}
.status-tab.hovered {
    border-color: #2b2d42;
    border-width: 2px;
    box-sizing: border-box;
}

/*--- Order List ---*/
.order-items-container-rows{
    margin-top: 0px;
}
.order-items-container-rows .product-content-list{
    padding: 10px 15px 10px 5px;
}

.order-info-content {
    display: flex;
    gap: 6px;
    min-width: 0;
    font-size: 18px;
    font-weight: 400;
    min-width: 0;
}
.order-company-number{ 
    flex:0 0 auto; 
    white-space:nowrap; 
}
.vertical-info{
    align-items: center;
    padding-bottom: 3px;
}
.date-info-container{
    display: flex;
    gap:7px;
    align-items: center;
    flex-wrap: wrap;
}
.date-info-content{
    font-size: 14px;
    display: flex;
    gap: 4px;
    align-items: center;
    white-space: nowrap;
}
.info-location span, .info-location{
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}
.break-word-vertical{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:none !important;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.info-break{
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 0;
    overflow: hidden;
}
.date-info-content img{
    width: 15px;
    height: 15px;
}
.order-status-info-content {
    display: flex;
    gap: 10px;
    flex:0 0 auto;
    flex-shrink:0;
    align-items: center;
}
.quantity-products{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 30px;
    font-weight: 600;
}
.quantity-products img{
    width: 30px;
    height: 30px;
}
.select-status {
    text-align: center;
    border-radius: 4px;
    position: relative;
}
.selected-item {
    display: flex;
    align-items: center;
    gap:17px;
    color:#fff;
}
.selected-item.with-padding {
    padding: 5px 10px;
}
.status-content{
    display: flex;
    flex-direction: column;
}
.status-display{
    font-size: 13px;
    font-weight: 600;
}
.status-date{
    font-size: 12px;
}
.selected-item img{
    width: 5.6px;
}
.select-status .user-card{
    list-style: none;
    text-align: left;
}
.select-status .user-card {
    list-style: none;
    text-align: left;
    right: 0px;
    width: fit-content;
    min-width: 132px;
    padding: 10px;
    top: 43px
}
li.dropdown-item {
    padding: 6px 9px;
    border-radius: 4px;
    font-size: 13px;
}
li.dropdown-item:hover {
    background-color: #ededed;
}

/*--- Pagination ---*/
.pagination-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    margin-top: 10px;
    width: 100%;
}
.page-list {
    display: flex;
    gap: 10px;
}
.pagination {
    display: flex;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-item {
    display: flex;
}
.page-link {
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #DDD;
    background-color: #FFF;
    color: #2B2D42;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.page-link:hover {
    background-color: #F0F0F0;
}
.page-item.active .page-link {
    background-color: #2B2D42;
    color: #FFF;
    border-color: #2B2D42;
    cursor: default;
}
.page-selection {
    display: flex;
    align-items: center;
    gap: 5px;
}
.page-selection label {
    color: #2B2D42;
    font-size: 14px;
}
.page-selection select {
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #DDD;
    background-color: #FFF;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 35px;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%232B2D42" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpolyline points="6 9 12 15 18 9"/%3E%3C/svg%3E') no-repeat right 10px center;
    background-size: 12px;
    text-align-last: right;
}
.page-selection select:focus{
    border: 1px solid #000;
    outline: none;
    box-shadow: none;
}

/*--- Customer Page ---*/
.customer-product-content.button-search, .product-content.button-search{
    gap: 12px;
}
.customer-product-content.customer-product-content.button-search button.button.action, .product-content.product-content.button-search button.button.action{
    width: fit-content;
}
.customer-content{
    max-width: 1175px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 7px;
    flex-direction: column;
    position: relative;
    width: 100%;
}
.space-bottom{
    padding-bottom: 40px;
}
.customer-content.min-gap{
    gap:5px;
}
.customer-content .product-items-container, .history-page .product-items-container{
    padding: 13px 15px;
}
.customer-content .order-company-number{
    font-size: 18px;
    font-weight: 400;
    flex:0 0 auto; white-space:nowrap;
}
.customer-content .order-company-info{
    font-size: 18px;
    font-weight: 400; 
}
.horizontal-list .order-company-info{ 
    max-width:none; 
}
.customer-content .product-items-content{
    gap:10px;
    align-items: center;
}
.customer-img{
    background-color: #f9f9f9;
    border-radius: 4px;
    flex-shrink: 0;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

/*--- Customer Detail Page ---*/
.detail-page .order-info-content {
    font-size: 20px;
}
.detail-page .order-company-info{
    font-size: 25px;
    font-weight: 600;
}
.detail-page .customer-img{
    width: 49px;
    height: 49px;
}
.detail-page .date-info-container{
    margin-top: 8px;
    gap: 15px;
}
.two-columns{
    display: flex;
    gap:30px;

}
.two-columns-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 7px;
    position: relative;
    flex: 1;
    min-width: 0;
}
.dashboard-graph .two-columns-container{
    min-height: 200px;
}
.table-titles{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.table-titles h3{
    font-size: 18px;
    font-weight: 400;
}
.table-titles a{
    font-size: 16px;
    text-decoration: none;
    color:#000;
}

/*--- Customer History Detail Page ---*/
.detail-order-content{
    position: relative;
}
.order-data-content{
    justify-content: space-between;
}
.order-data{
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.order-data .title{
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color:#000;
}
.order-data .title:hover{
    text-decoration: underline;
}
.order-data .title.none:hover{
    text-decoration: none;
}
.order-data .date-info-content img{
    width: 14px;
    height: 14px;
}
.end-column {
    align-items: center;
    display: flex;
    gap:20px;
    min-width: fit-content;
}
.order-history-date{
    align-items: center;
    border: 1px solid #2b2d45;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: inherit;
    padding: 5px 10px;
}
.order-history-date .title-date {
    font-size: 13px;
    font-weight: 600;
}
.order-history-date span{
    font-size: 12px;
}
.order-data-content .select-status .selected-item{
    padding: 6px 12px;
}
.order-data-content .select-status .user-card{
    top:47px;
}
.space-top{
    margin-top:33px;
}
.order-history-detail h3{
    font-size: 18px;
    font-weight: 400;
}
.history-detail-items-content{
    border: 1px solid #EDEDED;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
}
.order-history-detail .product-content-list .product-img{
    height: 61px;
}
.quantity-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 9px 3px 9px;
    background-color: #D9D9D9;
    border-radius: 4px;
}
.quantity-content .quantity-title{
    font-size: 14px;
    font-weight: 400;
}
.quantity-content .number{
    font-size: 30px;
    font-weight: 600;
}

/*--- Product Page ---*/
.customer-content.product-page{
    max-width: 1175px;
}
.product-content{
    width: 100%;
    display: flex;
    margin-top: 5px;
    gap: 30px;
    margin: 0 auto;
}

/*--- Vendor Dashboard ---*/
.dashboard-graph {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    padding-bottom: 30px;
}
.row-one {
    display: flex;
    gap: 30px;
    justify-content: space-around;
    min-height: 330px;
    width: 100%;
}
.graph-content{
    width: 100%;
}
.not-data-content{
    justify-content: center;
    align-items: center;
    min-height: 240px;
}
.product-items-content .product-img.top-ten {
    height: 40px;
}
.product-package.top-ten label{
    font-size: 14px;
}
.product-items-container.product-content-list.top-ten{
    min-height: 69.5px;
}
.table-titles a {
    text-decoration: underline;
}

/*--- Settings page ---*/
.top-space{
    margin-top: 15px;
}
.top-space-container{
    padding-bottom: 35px;
    max-width: 772px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.menu-item.language-select {
    bottom: 20px;
    gap: 0;
    align-items: center;
    color: #8d99ae;
    display: flex;
    font-size: 17px;
    gap: 10px;
    text-decoration: none;
    transition: color .2s ease;
}
.language-select-dropdown {
    background-color: #fff !important;
    border: 2px solid #ddd;
    color: #000;
    flex: 1 1;
    font-family: Lato;
    font-size: 17px;
    height: 47px;
    outline: none;
    padding: 10px;
    transition: .3s;
    width: 80%;
    border-radius: 4px;
}
.customer-content.payment-container {
    display: none;
}
.see-dashboard.sticky {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
button.button.button-confirm.responsive-buton {
    display: none;
}
/*--- Subscription Page ---*/
.pricing-container {
    max-width: 920px;
    margin: 0 auto;
    padding: 2rem;
}  
.toggle-container {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
    margin-bottom: 20px;
    margin-top: 14px;
    margin-right: 12px;
}  
.switch-plan {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.plans-grid {
    display: flex;
    gap: 1rem;
}  
.plan-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    position: relative;
}  
.plan-card h2 {
    color: #666;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    margin-top: 5px;
    text-transform: capitalize;
}
.plan-section{
    padding: 2rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.suscribe-title h3{
    font-size: 1.3rem;
    text-align: center;
}  
.price {
    font-size: 1.8rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 1.5rem;
}  
.features-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0px;
}  
.features-list li {
    display: flex;
    align-items: start;
    gap: 0.5rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    color:#666;
    font-size: 14px;
}  
.check-icon {
    color: #D70000;
    font-weight: bold;
}  
.subscribe-button {
    padding: 10px;
    background-color: #D70000;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
    margin-bottom: 4%;
}  
.subscribe-button:hover {
    background-color: #cd002f;
}  
li.text-highlight, p.text-highlight{
    font-size: 17px !important;
    color: #333;
}
.section-three{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.active-plan, .status-plan, .actions-plan{
    width: 33%;
    border-right: 1px solid #aba8a8;
}
.icon-title svg.section-icon, .active-plan p, .icon-title h3 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
svg.section-icon {
    height: 1.5em;
    width: 1.5em;
    display: flex;
}
.active-plan p,.capitalize{
    text-transform: capitalize;
}
.content-plan {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.percentage-off {
    position: absolute;
    background: #20aa60;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 50px 40px 50px 0px;
    font-size: 0.8rem;
    margin-left: 8px;
    top: -14px;
    right: -13px;
    font-weight: 900;
} 
.current-plan-label{
    background-color: #0a88d8;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
}
.current-plan-label.gray {
    background-color: #888888;
    width: 100%;
    display: block;
    text-align: center;
}
.current-plan{
    top: -10px; 
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.current-plan.gray{
    top:-22px;
}
.plan-title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
}
.plan-all{
    margin-top: 7%;
}
.button-container {
    margin-top: auto; 
    padding-top: 20px;
}

button.cancel-button {
    background-color: transparent;
    color: #d70000;
    text-align: right;
    width: 100%;
    font-size: 16px;
    border: none;
    text-transform: capitalize;
    width: fit-content;
}
button.status-button.green, button.status-button.gray {
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    cursor: auto;
}
button.status-button.green {
    background-color: #20aa60;
    color: #fff;
    border: none;
}
button.status-button.gray {
    background-color: #cccccc;
    color: #333333;
}
.notes p{
    font-size: 14px;
    line-height: 1.5;
}
.info-plan{
    margin-top: 5px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 8%;
    line-height: 1.8;
    font-size: 16px;
}
.pricing-container .error-alert {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.divider{
    height: 27px;
}
.plan-button {
    border-radius: 5px;
    display: flex;
    font-size: 18px;
    justify-content: center;
    padding: 13px;
    position: relative;
    width: 110px;
    border: none;
}
.plan-button.active {
    background-color: #d70000;
    color: #fff;
    font-weight: 600;
}
.info-box {
    background-color: #efefef;
    border-radius: 10px;
    line-height: 1.5;
    padding: 2rem;
    text-align: center;
}
.add-card-button-container {
    display: flex;
    justify-content: end;
    margin-top: 5px;
}
.card-info-container {
    display: flex;
    gap: 10px;
    flex: 1 1;
    min-width: 0;
    align-items: center;
}
.address-label {
    font-size: 14px;
    padding: 2px 10px 2px 5px;
    border-radius: 5px;
    background-color: #75ED39;
}
button.set-default-btn.button {
    font-size: 16px;
    padding: 4px 21px;
    font-weight: 600;
    max-width: 200px;
}
.action-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}
.vendor-payment.product-items-container{
    min-height: 56px;
}
.vendor-payment .product-items-content{
    flex-wrap: wrap;
    justify-content: right;
}
.payment-options{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    gap: 6px;
}
label.payment-option {
    display: flex;
    gap: 3px;
}
.add-paypal{
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap:5px;
}
.paypal{
    background-color: #d9d9d9;
    border: none;
    line-height: 0;
    cursor: pointer;
    border-radius: 4px;
    padding: 8px 15px;
    font-size: 16px;
    gap: 5px;
    display: flex;
    align-items: center;
}
.paypal img{
    max-width: 137px;
    line-height: 0;
}
.vendor-subscribe{
    margin-top: 25px;
}
.history-detail-items-content.vendor-payment{
    position: relative;
    padding: 20px;
}
.top-space-content{
    margin-top: 35px;
}
.top-min-space{
    margin-top: 18px;
}
button.btn-edit {
    border: none;
    display: flex;
}
button.btn-edit:hover {
    color: #cd002f;
}
.modal-content.payment-modal {
    max-width: 560px;
}

/*--- Subscription Page ----*/
.customer-container{
    width: 100%;
    display: flex;
    gap: 7px;
    flex-direction: column;
    position: relative;
}
.customer-content .product-items-content.subscription-items{
    flex-direction: row;
    gap: 30px;
}
.subscription-container span{
    text-transform: capitalize;
    font-size: 20px;
}
.cancel-subscription{
    justify-content: flex-end;
}
.product-items-container-rows.product-container-list.subscription-container-card{
    gap:30px;
}
.subscription-plan-card {
    background: #fff;
    background-color: #2b2d42;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 2px 8px #0000001a;
    display: flex;
    flex-direction: column;
    outline: 8px solid #595b71;
    padding: 20px;
    position: relative;
    margin: 0px 8px;
    width: 100%;
}
.subscription-plan-card .plan-title{
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    margin-left: 0;
    text-align: left;
}
.subscription-plan-card .price{
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 14px;
}
.subscription-plan-card .features-list li, .subscription-plan-card p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 1px;
}
.subscription-plan-card .features-list{
    margin-top: 5px;
}
.subscription-name{
    max-width: 200px;
    position: relative;
    width: 100%;
}
.subscription-features {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
}
.subscription-top-space{
    margin-top: 50px;
}
.subscription-container .status-label{
    background-color: #20aa60;
    color: #fff;
    font-size: 16px;
    padding: 4px 15px;
}
.subscription-container .status-label.cancell{
    background-color: #ed9039;
}
.two-columns.subscription-columns {
    gap: 30px;
}
.customer-content.subscription-container{
    max-width: 550px;
}
.subscription-container span.percentage-off {
    font-size: 12px;
}
.top-min-table-space{
    margin-top: 7px;
}
.product-items-container-rows.product-container-list.max-gap {
    gap: 7px;
}

.subscription-items .date-info-container{
    flex-wrap: nowrap;
}
