/* Color */

.primary{
    background: #212121;
}

.secondary{
    background: #666666;
}

.icon{
    background: #737373;
}

.disabled{
    background: #9E9E9E;
}
.border{
    background: #E0E0E0;
}

.selected{
    background: #EBEBEB;
}

.divider{
    background: #EDEDED;
}

.hover{
    background: #F5F5F5;
}

.background{
    background: #EDEFF1;
}

.white{
    background: #FFFFFF;
}

.blue-1{
    background: #367BF5;
}

.blue-2{
    background: #E5EFFF;
}

.uapps-1{
    background: var(--color-primary-button);
}

.uapps-2{
    background: #E3F2FD;
}

.teal-1{
    background: #069697;
}

.teal-2{
    background: #DAF5F2;
}

.green-1{
    background: #2FA84F;
}

.green-2{
    background: #DCF7E3;
}

.red-1{
    background: #EA3D2F;
}

.red-2{
    background: #FEE4E2;
}

.sti-1{
    background: #FF5722;
}

.sti-2{
    background: #FBE9E7;
}

.orange-1{
    background: #EF6C30;
}

.orange-2{
    background: #F9E8E5;
}

.yellow-1{
    background: #F3AA18;
}

.yellow-2{
    background: #FCF3D7;
}

/* End Color */

/* Font Color */

.font-white{
    color: #ffffff;
}

.font-primary{
    color: var(--color-primary-text);
}

.font-orange-1{
    color: var(--color-other-price);
}

.font-red-1{
    color: #EA3D2F;
}

.font-uapps-1{
    color: var(--color-secondary-button-text);
}

.font-secondary{
    color: var(--color-secondary-text);
}

.font-sti-new{
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #1A73E8 !important;
}

/* End Font Color */

/* Button */

a.button{
    text-decoration: none;
}

.btn-primary{
    background: var(--color-primary-button) !important;
    border-radius: 8px !important;
    color: var(--color-primary-button-text) !important;
}

.btn-secondary{
    background: var(--color-secondary-button) !important;
    border-radius: 8px !important;
    color: var(--color-secondary-button-text) !important;
}
.btn-text{
    color: var(--color-secondary-button-text) !important;
}
.mat-button-focus-overlay {
    background-color: transparent!important;
}


.disabled{
    color: #9E9E9E !important;
}

/* Button */

/* input */

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
    background-color: var(--color-primary-button) !important;
}

.mat-error {
    color: #EA3D2F !important;
}

/* Search Input */

.input-search-right{
    vertical-align: middle;
    float: right;
    margin-right: 25px;
    margin-top: 3px;
}

.input-search-left{
  vertical-align: middle;
  float: left;
  margin-left: 5px;
  margin-top: 3px;
}

.search-form {
    width: 100%;
    height: 32px;
    background:#EDEFF1;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.search-input {
    top: 7px;
    font-size: 16px;
    background: none;
    color: #5a6674;
    width: 65%;
    border: 0.1px;
    border-radius: 5px;
    margin: 4px 8px 4px 8px;
}

.cancel-button {
    position: relative;
    top: 4px;
    left: 15px;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    outline: none !important;
    cursor: pointer;
}

.search-button {
    position: relative;
    top: 4px;
    left: 20px;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    outline: none !important;
    cursor: pointer;
}

/* End Search Input */

/* input one page */

textarea {
    resize: none;
}

.input-one-page {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.input-page{
    top: 7px;
    font-size: 16px;
    background:#EDEFF1;
    color: #212121;
    width: 100%;
    height: 32px;
    border: 0.1px;
    border-radius: 8px;
    margin: 8px 0 0 0;
    vertical-align: middle;
    padding: 0px 10px 0px 10px;
}


/* end input one page */

/* Input Dialog Search */

.input-dialog-search{
    width: 100%;
    height: 32px;
    background:#fafafa;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.search-button-dialog {
    position: relative;
    left: 4px;
    height: 25px;
    width: 20px;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    outline: none !important;
    cursor: pointer;
    vertical-align: middle;
}

.search-input-dialog {
    top: 7px;
    font-size: 16px;
    background: none;
    color: #5a6674;
    width: 65%;
    border: 0.1px;
    border-radius: 5px;
    margin: 4px 0 4px 16px;
}

.cancel-button-dialog {
    position: relative;
    left: 15px;
    width: 20px;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    outline: none !important;
    cursor: pointer;
    vertical-align: middle;
}

/* end Input Dialog Search */

/* input mobile map */

.input-mobile-map {
    top: 7px;
    font-size: 16px;
    background: #fafafa;
    color: #5a6674;
    width: 100%;
    height: 328px;
    border: 0.1px;
    border-radius: 4px;
    margin: 4px 0;
    vertical-align: middle;
}

/* end input mobile map */

/* Input Mobile Page Two Line */

    .page-two-line{
        top: 7px;
        font-size: 16px;
        background:#fafafa;
        color: #5a6674;
        width: 100%;
        height: 56px;
        border: 0.1px;
        border-radius: 4px;
        margin: 4px 0;
        vertical-align: middle;
    }
    .input-page-two-line{
        font-size: 16px;
        background:#EDEFF1;
        color: #212121;
        width: 100%;
        height: 24px;
        border: 0.1px;
        border-radius: 4px;
        margin: 4px 0;
        vertical-align: middle;
    }

/* EndInput Mobile Page Two Line */

/* Input Mobile Page Five Line */

    .page-five-line{
        top: 7px;
        font-size: 16px;
        background:#fafafa;
        color: #5a6674;
        width: 100%;
        height: 152px;
        border: 0.1px;
        border-radius: 4px;
        margin: 2px 0;
        vertical-align: middle;
    }
    .input-page-five-line-1{
        font-size: 14px;
        background:#EDEFF1;
        color: #212121;
        width: 96%;
        height: 20px;
        border: none;
        border-radius: 4px;
        margin: 2px 4px;
        vertical-align: middle;
    }
    .input-page-five-line-2{
        font-size: 14px;
        background:#EDEFF1;
        color: #212121;
        width: 46%;
        height: 20px;
        border: none;
        border-radius: 4px;
        margin: 2px 4px;
        vertical-align: middle;
    }

    .label-five-line{
        margin: 4px 4px;
        width: 100%;
    }

/* EndInput Mobile Page Five Line */

/* Dialog One line */

.dialog-one-line {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.input-dialog-one-line{
    top: 7px;
    font-size: 16px;
    background:#fafafa;
    color: #5a6674;
    width: 100%;
    height: 32px;
    border: 0.1px;
    border-radius: 4px;
    margin: 4px 0;
    vertical-align: middle;
}

/* End Dialog One line */

/* Input Mobile dialog Two Line */

.dialog-two-line{
    top: 7px;
    font-size: 16px;
    background:#fafafa;
    color: #5a6674;
    width: 100%;
    height: 56px;
    border: 0.1px;
    border-radius: 4px;
    margin: 4px 0;
    vertical-align: middle;
}
.input-dialog-two-line{
    font-size: 16px;
    background:#fafafa;
    color: #5a6674;
    width: 100%;
    height: 24px;
    border: 0.1px;
    border-radius: 4px;
    margin: 4px 0;
    vertical-align: middle;
}

/* EndInput Mobile dialog Two Line */

/* Input Mobile dialog three Line */

.dialog-three-line{
    top: 7px;
    font-size: 16px;
    background:#fafafa;
    color: #5a6674;
    width: 100%;
    height: 80px;
    border: 0.1px;
    border-radius: 4px;
    margin: 4px 0;
    vertical-align: middle;
}
.input-dialog-three-line{
    font-size: 16px;
    background:#fafafa;
    color: #5a6674;
    width: 100%;
    height: 22px;
    border: 0.1px;
    border-radius: 4px;
    margin: 4px 0;
    vertical-align: middle;
}

/* EndInput Mobile dialog three Line */

/* End Input */

/* Element */

.col-branch{
    width:50%;
    float: left;
    position: relative;
}

/* System Bar */

.system-bar{
    width: 100%;
    height: 24px;
    border-radius: 0;
}

.system-mask{
    text-align: right;
    margin-right: 8px;
}

/* EndSystem Bar */

/* Branch Locator/Mobile */

    .branch-locator{
        border-radius:0;
        height: 40px;
        padding: 8px 0;
    }

    .branch-locator-left{
        margin-left: 16px;
    }

    .branch-locator-right{
        text-align: right;
        margin-right: 16px;
    }

    .branch-locator-left sup{
        font-size: 8px;
        top:-1.5em;
        letter-spacing: 1.5px;
        margin-left:5px
    }

    .branch-locator-left sub{
        bottom: -0.15em;
        margin-left: -41px;
    }

/* End Branch Locator/Mobile */

/* Filter Bar/Mobile */

    .card .filter-m{
        width: 100%;
        height: 100%;
        border-radius:0;
        padding: 4px 0;
    }

    .filter-left-m{
        margin-left: 16px;
    }

    .filter-m .filter-right-m{
        text-align: right;
        margin-right: 16px;
    }

    .filter-right-m a{
        margin-left:10px;
        vertical-align: super;
    }

/* End Filter Bar/Mobile */

/* Branch Locator Mobile/Small */

.branch-locator-s{
    border-radius:0;
    width: 96px;
    height: 24px;
}

.branch-locator-s sup{
    font-size: 8px;
    top:-1.5em;
    letter-spacing: 1.5px;
    margin-left:5px
}

.branch-locator-s sub{
    bottom: -0.01em;
    margin-left: -41px;
}
/* End Branch Locator Mobile/Small */

/* Divider Dialog */

.divider-dialog{
    background: rgba(33, 33, 33, 0.08);
    mix-blend-mode: normal;
    height: 1px;
}

/* End Divider Dialog */

/* Divider Page */

.divider-page{
    background: rgba(33, 33, 33, 0.08);
    mix-blend-mode: normal;
    height: 1px;
}

/* End Divider Page */

/* Chip */

.chip-default{
    display: inline-flex;
    background: #FAFAFA;
    border: 1px solid #E0E0E0;
    text-align: center;
    border-radius: 16px;
    padding: 6px 12px;
    cursor: pointer;
    color: var(--color-secondary-text);
}

.chip-enabled{
    display: inline-flex;
    background: #E3F2FD;
    border: 1px solid var(--color-secondary-button-text);
    text-align: center;
    border-radius: 16px;
    padding: 6px 12px;
    cursor: pointer;
    color: var(--color-secondary-button-text);
}

/* End Chip */

/* Tag */

.tag-green{
    font-family: "Plus Jakarta Sans", sans-serif;
    width: fit-content;
    padding: 0px 6px;
    color: #2FA84F;
    text-align: center;
    background:#DCF7E3;
    border-radius: 4px;
}

.tag-orange{
    font-family: "Plus Jakarta Sans", sans-serif;
    width: fit-content;
    padding: 0px 6px;
    color: #1A73E8;
    text-align: center;
    background: #F9E8E5;
    border-radius: 4px;
}

.tag-red{
    font-family: "Plus Jakarta Sans", sans-serif;
    width: fit-content;
    padding: 0px 6px;
    color:#EA3D2F;
    text-align: center;
    background: #FEE4E2;
    border-radius: 4px;
}

.tag-default{
    font-family: "Plus Jakarta Sans", sans-serif;
    width: fit-content;
    padding: 0px 6px;
    color: var(--color-secondary-text);
    text-align: center;
    background: #f5f5f5;
    border-radius: 4px;
}

.tag-blue{
    font-family: "Plus Jakarta Sans", sans-serif;
    width: fit-content;
    padding: 0px 6px;
    color: #2492F4;
    text-align: center;
    background: #E5EFFF;
    border-radius: 4px;
}

.tag-yellow{
    font-family: "Plus Jakarta Sans", sans-serif;
    width: fit-content;
    padding: 0px 6px;
    color: #F3AA18;
    text-align: center;
    background:#FCF3D7;
    border-radius: 4px;
}

.tag-teal{
    font-family: "Plus Jakarta Sans", sans-serif;
    width: fit-content;
    padding: 0px 6px;
    color: #069697;
    text-align: center;
    background: #DAF5F2;
    border-radius: 4px;
}


/* End Tag */

/* Snackbar */
.snackbar{
    width: 100%;
    height: 52px;
    padding: 16px;
    vertical-align: center;
    background: #212121;
    border-radius: 4px;

}

.snackbar .body-2{
    color: #FFFFFF;
}
/* End Snackbar */

/* End Element */

.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.iconInit {
    float: left;
    margin-top: 9px;
    margin-right: 5px;
    font-weight: 50;
    font-size: 12px;
}

.toolbar-username{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: var(--color-secondary-text);
}

.spinner-background{
    background-color: rgba(255, 255, 255, 0.479);
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 2;

}
.spinner-dialog {
    position: absolute;
    top: 60%;
    left: 42%;
    height: 100%;
    align-items: center;
    width: fit-content;
    display: flex;
    justify-content: center;
    z-index: 2;
}
.spinner{
    position: absolute;
    Top: 40%;
    zoom: 0.5;
}
.mat-progress-spinner circle, .mat-spinner circle {
    stroke: #1A73E8 !important
}

/* Dialog X */
.dialog-parent-x {
    max-width: 312px;
    /* min-width: 312px; */
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-rows: auto auto auto;
}

.dialog-header-x {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    box-sizing: border-box;
    padding: 24px 24px 8px;
}
.dialog-body-x {
    max-height: 300px;
    overflow: auto;
    box-sizing: border-box;
    padding: 0 24px;
}

.dialog-footer-x {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 24px 24px;
}

.dialog-body-x .dialog-form-group {
    position: relative;
    width: 100%;
}

.dialog-form-group .my-input {
    line-height: normal;
    width: 100%;
    height: 32px;
    border: none;
    background-color: #EDEFF1;
    color: #212121;
    border-radius: 4px;
    padding-left: 36px;
    padding-right: 36px;
}

.search-button-x:focus, .cancel-button-x:focus {
    border: 0;
    outline: none;
}

.search-button-x, .cancel-button-x {
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding: 0;
    background: none;
    border: none;
}
.search-button-x {
    position: absolute;
    top: 0;
    left: 8px;
}
.cancel-button-x {
    position: absolute;
    top: 0;
    right: 6px;
}

/* End Dialog X */

/* new css  */

.padding-8{
    padding: 8px 24px;
}
.padding-16{
    padding: 16px 24px;
}

.padding-24{
    padding: 24px;
}
.btn-menu{
    width: 100%;
    border: none;
    outline: none !important;
    cursor: pointer;
    text-align: left;
    padding: 16px 24px;
    background-color: inherit;
}
.flex{
    display: flex;
}
.flex-between{
    display:  flex;
    justify-content: space-between;
}
.flex-start{
    display:  flex;
    justify-content: flex-start;
}
.flex-around{
    display: flex;
    justify-content: space-around;
}

.flex-center {
    display: flex;
    align-items: center;
}
.end{
    display: flex;
    justify-content: flex-end;
}

.pointer{
    cursor: pointer;
    user-select: none;
}
.full{
    width: 100%;
}

/* theme setting */
.color-primary {
    color: var(--color-primary-text) !important;
}
.color-primary .btn-primary {
    background: var(--color-primary-button) !important;
    color: var(--color-primary-button-text) !important;
}
.color-secondary {
    color: var(--color-secondary-text) !important;
}
.color-secondary .btn-secondary {
    background: var(--color-secondary-button) !important;
    color: var(--color-secondary-button-text) !important;
}
.color-other-price {
    color: var(--color-other-price) !important;
}

.flex-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.flex-column.between { justify-content: space-between; }
.flex-column.center { justify-content: center; }


/* sap-list-order-detail */
.btn-print-pos {
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
    gap: 16px 8px;
    justify-content: space-around;
}
.flex-grow {
    flex-grow: 1;
}
.m-4 {
    margin: 4px !important;
}
.w-170 {
    width: 170px;
}

.w-full {
    width: 100%;
}

.w-70 {
    width: 70% !important;
}
.w-60 {
    width: 60% !important;
}

.w-55 {
    width: 55% !important;
}

.w-50 {
    width: 50% !important;
}

.w-48 {
    width: 48% !important;
}

.w-45 {
    width: 45% !important;
}

.w-40 {
    width: 40% !important;
}

.w-33 {
    width: 33% !important;
}

.w-30 {
    width: 30% !important;
}

.w-25 {
    width: 25% !important;
}

.w-20 {
    width: 20% !important;
}

.w-15 {
    width: 15% !important;
}

.w-10 {
    width: 10% !important;
}

.w-8 {
    width: 8% !important;
}

.w-7 {
    width: 7% !important;
}

.w-5 {
    width: 5% !important;
}

.w-2 {
    width: 2% !important;
}






.mr-r-20 {
    margin-right: 20px;
}

.mr-b-10 {
    margin-bottom: 10px;
}

.mr-t-8 {
    margin-top: 8px !important;
}

.pd-top-15 {
    padding-top: 15px !important;
}

.pd-left-10 {
    padding-left: 10px !important;
}

.pd-left-20 {
    padding-left: 20px !important;
}


.pd-top-16 {
    padding-top: 16px !important;
}

.pd-bottom-10 {
    padding-bottom: 10px !important;
}

.pd-bottom-16 {
    padding-bottom: 16px !important;
}

.br-bottom-1 {
    border-bottom: 1px solid #eee;
}

.feature-no-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 100px);
}

.feature-no-mobile-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
}

.feature-no-mobile-text {
    font-size: 12px;
}