#pageAbout { overflow-x: hidden; }
#pageAbout {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
#pageAbout::-webkit-scrollbar { display: none; }
.license-info label {
    margin-bottom: 0.1rem;
}
.license-qrcode-pannel {
    display: flex;
    /* align-items: center; */
    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;
    /* background-color: antiquewhite; */
}
/* #modalActiveLicense .modal-dialog {
    max-width: 650px;
} */
#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: 0px !important;
}
.licenseDevices,
.licensePHActiveDate {
    display: flex;
}
.licenseController .licenseTitle,
.licensePH .licenseTitle {
    max-width: 130px;
}
/* [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(--main-color);
    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;
}
/* Domino */
#aboutPHInfoNavTab .nav-link{
    background-color: #6c757d;
    color: #ffffff !important;
    border-radius: 0px;
}
#aboutPHInfoNavTab .nav-link.active{
    background-color: var(--main-background-color);
    color: var(--fore-color) !important;
}