#drawer-customer-info-fixedbox {
    line-height: 1.5;
}

.customer-header-box {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #CCCCCC;
    padding: 0 12px;
}

.customer-x-box {
    cursor: pointer;
    width: 20px;
    height: 20px;
}

#drawer-customer-info-fixedbox {
    overflow-y: scroll;
    width: 400px;
    height: 100%;
    background-color: #383838;
    border-radius: 3px;
 }

#drawer-customer-info-fixedbox::-webkit-scrollbar {
    width: 10px;
}

#drawer-customer-info-fixedbox::-webkit-scrollbar-thumb {
    display: block;
    background-color: rgba(203, 203, 203, 0.62);
    border-radius: 15px;
    height: 13px;
    min-height: 13px;
}

#drawer-customer-info-fixedbox > label {
    display: block;
    font-size: 14px;
    color: #CCCCCC;
}

#drawer-customer-info-fixedbox #customer-info-wrap > .customer-info-body {
    height: 320px;
    padding-right: 12px;
    overflow-y: auto;
}

#drawer-customer-info-fixedbox #customer-info-wrap > .customer-info-footer {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 12px;
    position: unset;
    width: 100%;
    height: 199px;
}

#drawer-customer-info-fixedbox #customer-info-wrap > .customer-info-footer .customer-more-btn {
    width: 120px;
}

.customer-ticket-box {
    height: max-content;
    position: absolute;
    top: 727px;
    left: 0;
    width: 100%;
    padding: 0 12px;
}

#drawer-active-product-wrap {
    text-align: left;
    padding: 12px;
}

#drawer-customer-info-fixedbox .customer-more-btn {
    position: absolute;
    width: 75px;
    left: -16px;
    color: #CCCCCC;
    background-color: #414141;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 3px;
    text-decoration: none;
    text-align: left;
    box-shadow: 3px 3px 3px 1px #00000040;
    z-index: 100;
}

#drawer-customer-info-fixedbox .dashboard-products-wrap {
    margin-bottom: 12px;
    padding-top: 12px;
}

#drawer-customer-info-fixedbox #customer-info-wrap > .customer-info-body::-webkit-scrollbar {
    width: 0px;
}

.customer-product-box-margin {
    margin-bottom: 4px;
}

#drawer-customer-info-fixedbox .dashboard-products-wrap > label {
    margin-bottom: 12px;
}

#drawer-customer-info-fixedbox .class-info-wrap {
    padding-left: 0;
}

#drawer-customer-info-fixedbox .customer-name-box {
    width: calc(100% - 96px);
}

#drawer-customer-info-fixedbox .status-attendance-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#drawer-customer-info-fixedbox .customer-basic-info-content {
    width: calc(100% - 110px);
    word-break: break-word;
    color: #FFF;
}

