/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 23 2025 | 02:41:51 */
.tinh-thue {
    display: flex;
	flex-wrap: wrap;
    column-gap: 100px;
    padding: 20px;
    box-sizing: border-box;
}

.tinh-thue-nhap, .tinh-thue-hien-thi {
    flex-grow: 1;
}

.tinh-thue-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
}

.tinh-thue-note {
    margin: 5px 0;
}

.tinh-thue-hien-thi .tinh-thue-note {
    margin: 10px 0;
}

input.nhap-so {
    height: 40px;
    width: 100%;
    min-width: 10ch;
    margin-bottom: 10px;
}

.tinh-thue .tinh-thue-nhap button.tinh-thue-button {
    border: 1px solid darkblue;
    background: none;
    width: 150px;
    height: 40px;
    box-sizing: border-box;
    margin-top: 15px;
    margin-left: 5px;
    cursor: pointer;
    font-weight: bolder;
    color: darkblue;
    transition: 0.4s;
    border-radius: 10px;
}

.tinh-thue .tinh-thue-nhap button.tinh-thue-button:hover {
    background-color: darkblue;
    color: white;
}