﻿:root {
    --color-combo:#32C5F7;
}

.tab-order, .tab-status {
    overflow: hidden;
}

.tabOrderContent, .tabKeyContent {
    background-color: #f2f2f2;
}

.tab-order button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 19px;
    width: 25%;
    color: #959fa6;
    font-weight: bold;
    border-bottom: 4px solid white;
}

        .tab-order button:hover {
            color: #2689bf;
            border-bottom: 4px solid #2689bf;
        }

        .tab-order button.active {
            color: #2689bf;
            border-bottom: 4px solid #2689bf;
        }

.tabOrderContent {
    display: none;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-top: none;
}

.tab-status button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.3s;
    font-size: 14px;
    width: 18%;
    font-weight: bold;
    color: #959fa6;
}

    .tab-status button:hover {
        color: black;
    }

    .tab-status button.active {
        color: black;
    }

.tabStatusContent {
    display: none;
    margin-left: 2%;
    margin-right: 2%;
    border-top: none;
    color: black;
    font-weight: bold;
    padding-bottom: 5%;
}

.order-detail-table, .key-detail-table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2%;
}

    .order-detail-table td, .order-detail-table th {
        border: 1px solid white;
        padding: 8px;
    }

    .key-detail-table td, .key-detail-table th {
        border: 1px solid #f2f2f2;
        padding: 8px;
    }

    .order-detail-table th, .key-detail-table th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
        background-color: #e1e8ed;
        color: #056298;
        font-size: 16px;
    }



    .order-detail-table td {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
        color: #5c5a5c;
        font-size: 15px;
        font-weight: bold;
    }

    .key-detail-table td {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
        color: #5c5a5c;
        font-size: 15px;
        background-color: white;
    }

    .order-detail-div-data {
        display: none;
    }

.success-order {
    background-color: #b0edb6;
}

.fail-order {
    background-color: #ffb3b3;
}

.pending-order {
    background-color: #eecf74;
}

.timeout-order {
    background-color: #f2ae7f;
}

.product-title {
    margin-left: 2%;
    transform: translateY(20%);
    /*width: 72%;*/
}

.product-title-key {
    margin-left: 3%;
    transform: translateY(20%);
}

.product-name {
    font-weight: bold;
    font-size: 17px;
    height: auto;
}

.product-supplier {
    font-size: 10px;
    margin-top: -10px;
}

.product-price-info {
    color: #87898c;
}

.serie-supplement-list::-webkit-scrollbar {
    width: 8px;
}

.serie-supplement-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

.serie-supplement-list::-webkit-scrollbar-thumb {
    background: #80808040;
    border-radius: 10px;
}

    .serie-supplement-list::-webkit-scrollbar-thumb:hover {
        background: #80808059;
    }

.wrap-list-combo {
    display: flex;
    align-items: center;
    padding: 1% 0 1% 8%;
    position: relative;
    font-family: Montserrat;
}

    .wrap-list-combo::before {
        content: "";
        width: 3%;
        border-bottom: 1px solid var(--color-combo);
    }

.wrap-item-combo {
    display: flex;
    width: 100%;
    font-family: Montserrat;
}

    .wrap-item-combo img {
        width: 100%;
        height: 100%;
        max-width: 40px;
        max-height: 80px;
    }

.combo-column-line {
    left: 8%;
    bottom: 40%;
    position: absolute;
    background: var(--color-combo);
    width: 1px;
    height: 100%;
}

.combo-column-line-last {
    left: 8%;
    bottom: 50%;
    position: absolute;
    background: var(--color-combo);
    width: 1px;
    height: 95%;
}

.wrap-time-combo {
    text-wrap: nowrap;
    font-family: Montserrat;
    font-size: 12px;
    margin-top: -10px;
}
.wrap-time-combo .txt-combo {
    color:red;
}

.wrap-time-combo .txt-time-from {
    color:black;
    font-weight:bold;
}

.wrap-time-combo .txt-time-to {
    color:black;
    font-weight:bold;
}

.wrap-quatity-combo {
    font-family: Montserrat;
    position: fixed;
    margin-left: 30%;
}
    .wrap-quatity-combo .txt-quantity {
        font-weight:bold;
        color:gray;
    }
    .wrap-quatity-combo .txt-quantity-year {
        color:var(--color-combo);
        font-weight:200;
    }

.item-info {
    display: flex;
    align-items: center;
    padding: 1% 6% 2% 5%;
}

.product-price-info {
    width:100%;
    text-align: right;
}

.product-price-info2 {
    width: 12%;
    text-align: center;
    background-color: #0cad7a;
    color: white;
    font-weight: bold;
    align-items: center;
    border-radius: 5px;
}

.combo-column-line-key {
    left: 5%;
    bottom: 40%;
    position: absolute;
    background: var(--color-combo);
    width: 1px;
    height: 100%;
}

.combo-column-line-last-key {
    left: 5%;
    bottom: 50%;
    position: absolute;
    background: var(--color-combo);
    width: 1px;
    height: 95%;
}

.wrap-list-combo-key {
    display: flex;
    align-items: center;
    padding: 1% 0 1% 5%;
    position: relative;
    font-family: Montserrat;
}

    .wrap-list-combo-key::before {
        content: "";
        width: 5%;
        border-bottom: 1px solid var(--color-combo);
    }

.imgTheme {
    z-index:2;
}