.flex-row{
    display: flex;
    align-items: center;
}

.header-itf-logo{
    justify-content: space-between;
    margin: 10px 0;
    align-items: center;
}

    .header-itf-logo img{
        width: 240px;
    }

    .header-itf-logo #btn-quanly-baohanh{
        width: 155px;
        height: 42px;
        font-weight: 500;
        place-content: center;
    }

.custom-container{
    max-width: 720px;
    margin: auto;
}

    .custom-container .label-tracuu{
        text-align: center;
        padding: 20px 0;
    }

    .custom-container .phone-number-input-grp{
        width: 95%;
        align-items: center;
        justify-self: center;
        margin-bottom: 30px !important;
    }

        .phone-number-input-grp .form-control:focus {
            color: var(--bs-body-color);
            background-color: var(--bs-body-bg);
            border-color: #ffc107;
            outline: 0;
            box-shadow: 0 0 0 .25rem rgb(255 193 7 / 25%);
        }

        .phone-number-input-grp input, .phone-number-input-grp button{
            border-radius: 0 !important;
        }

        .phone-number-input-grp button{
            width: 120px;
            font-weight: bold;
            text-transform: uppercase;
        }

.product-info-group{
    width: 100%;
    background-color: #eec513;
    padding: 10px 18px 25px 18px;
    border-radius: 4px;
    margin-bottom: 30px;
    justify-self: center;
}

    .product-info-group .product-name{
        font-size: 22px;
        font-weight: bold;
    }

    .product-info-group .product-info{
        font-size: 18px;
        padding: 10px 0;
        border-bottom: 2px dotted #000;
    }

#bang-thongtin-tracuu tr th{
    text-transform: uppercase;
    width: 30%;
}

#bang-thongtin-tracuu tr th, #bang-thongtin-tracuu tr td{
    padding: 6px 18px;
}

#Pagination_Controls{
    margin-top: 25px !important;
    margin-bottom: 20px;
}

#Pagination_Controls .btn:hover {
    color: #000000;
    background-color: #eec513;
    border-color: #eec513;
}

@media only screen and (max-width:1250px){
    body{
        margin: 8px;
    }

    .custom-container{
        max-width: 100%;
    }

    .header-itf-logo img{
        width: 200px;
    }

    .custom-container .phone-number-input-grp {
        width: 100%;
    }

        .phone-number-input-grp button{
            font-size: 12px;
            width: 105px;
        }

        .phone-number-input-grp .form-control{
            padding: 3px 8px;
        }

    #bang-thongtin-tracuu tr th{
        width: 50%;
    }

    .header-itf-logo #btn-quanly-baohanh {
        width: fit-content;
        height: auto;
        font-weight: 500;
        place-content: center;
        font-size: 12px;
    }

    .custom-container .label-tracuu h4 {
        font-size: 18px;
        margin-bottom: 0;
    }
}