html {
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

.textt, .mtt-auto {
    position: absolute;
}

footer {
    /* position: fixed;
    bottom: 0; */
    font-size: 15px;
}

#login-form {
    font-size: 16px;
}

div .text-muted {
    font-size: 35px;
}

.user-profile-form {
    font-size: 18px;
    margin-left: 15%;
    margin-right: 15%;
}

#yii-debug-toolbar {
    display: none !important;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-xl-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 100%;


}

.col-xs-5ths {
    max-width: 20%;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-5ths {
        max-width: 20%;
    }
}

@media (min-width: 1440px) {
    .col-lg-5ths {
        max-width: 20%;
    }
}

.validate-city, .validate-district, .validate-ward {
    color: #AD3A3A;
    font-style: italic;
    font-size: 12px;
}

#btn-submit-datmua {
    background: rgb(140, 17, 10);
    float: right;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
}

.vietnamese-local {
    padding-top: 8px;
    padding-bottom: 5px;
}

.vietnamese-local select {
    width: 31%;
    font-size: 12px !important;
    padding: 3px 20px 3px 3px;
    margin: 3px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-position-x: 103%;
}

.validate-local {
    color: #AD3A3A;
}

.city, .district, .ward {
    color: black;
}

.text-color-local {
    color: black;
}

#btn-submit-datmua {
    font-size: 14px;
}

#inputAddress {
    cursor: pointer;
}