#pageAbout{overflow-x:hidden}
#pageAbout{-ms-overflow-style:none;scrollbar-width:none}
#pageAbout::-webkit-scrollbar{display:none}
.license-info label{margin-bottom:.1rem}
.license-qrcode-pannel{
    display: flex;
    justify-content: center;
    min-height: 260px;
    margin-top: 30px;
    min-height: 240px;
}
.license-qrcode-pannel #imgLicenseQRCode{
    width: 140px;
    height: 140px;
    position: absolute;
    margin-top: 20px;
}
.license-qrcode-border-pannel{
    width: 180px;
    height: 180px;
    position: relative;
}
#modalActiveLicense .table td,#modalActiveLicense .table th,#modalActiveLicense .table .th-inner{padding-top:.3rem;padding-bottom:.3rem}
.LE-step1 input[type="checkbox"]{width:21px;height:21px}
.LE-step1 .bs-checkbox{padding-bottom:0!important}
.licenseDevices,.licensePHActiveDate{display:flex}
.licenseController .licenseTitle,.licensePH .licenseTitle{max-width:130px}
/* [1.0.5.G+] 01/08/2024 - SoPhol.Truong: Update */
#lblPrinterName,#lblEmail{
    min-height: 24px;
    display: block;
    word-break: break-all;
}
/* [1.0.6.G] 04/07/2024 - SoPhol.Truong: */
/* Print head information */
.printhead-information .nav-link.active{background-color:var(--main-color);color:#fff!important}
.printhead-information .nav-link{
    color: black;
    font-size: unset;
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}
.printhead-information .tab-content label{margin-bottom:0}
.printhead-information table tr td:nth-child(1){width:20%}
.printhead-information table tr td:nth-child(2){width:20%;word-break:break-all}
.printhead-information table tr td:nth-child(3){width:10%}
.printhead-information table tr td:nth-child(4){width:5%}
.printhead-information table tr td:nth-child(5){width:15%}
.printhead-information table tr td:nth-child(6){width:15%}
.about-header-title{
    display: flex;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: var(--about-header-background);
    padding-left: 10px;
    font-weight: bold;
    align-items: center;
}
.about-left-title{flex:1}
.about-right-icon-panel{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}
.about-right-icon{
    margin-bottom: 0px;
    font-size: 20pt;
    color: white;
    width: 54px;
    height: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    margin-right: 5px;
}
.about-right-icon img{
    width: 27px;
    height: 27px;
}