.login-note-pw {
    font-size: 0.7rem;
}

.formError {
    border: 1px solid #EF4646 !important;
}

/*errorPage*/
.errorBody {
    width: 100%;
    min-height: 70vh;
}

.errorBody #mainInnerBox {
    margin: 20px;
    text-align: center;
}

.errorBody #mainInnerBox button {
    margin: 100px 0;
}

.header-first {
    display: flex;
}

.header-padding {
    padding-right: 20px;
}

.name-account {
    color: #3F4446;
    padding-right: 15px;
}

.header-right {
    display: flex;
    align-items: center;
}

.tableAction {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -10px 0 0;
}
.tableAction-item {
    margin: 10px 10px 0 0;
}
.tableAction-item:last-child {
    margin-right: 0;
}

.link {
    text-decoration: none;
}

.no-record p {
    padding-bottom: 5px;
}

.no-margin-pagi {
    margin: 0 10px 0 0;
}

.padding-select {
    padding: 0 30px 0 10px !important;
}

.width-formDate {
    width: 130px;
}

.list-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-img {
    padding: 0 5px 0 5px;
}

.cus-width-file {
    width: 100px !important;
    height: 100px !important;
}

.flex-date {
    width: 100%;
    flex: 1;
}

.date-vacci {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.btn-orange {
    background-color: #ffc107;
}

.btn-edit {
    display: flex;
    justify-content: center;
}

.btn-del {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

.name-image {
    justify-content: center;
}

.show-img {
    background-size: 100% !important;
    height: 100% !important;
}

.display-none {
    display: none;
}

.btn-auto {
    margin-left: 40px;
}

.width-date {
    width: 100%;
    flex: 1;
}

.formLabelList {
    width: 205px !important;
}

.th-cus1 {
    min-width: 150px;
}

.th-cus2 {
    min-width: 100px;
}

.break-text {
    word-break: break-word;
}

.success {
    background-color: #ffffd0;
}

.success-text {
    color: #3d6546;
}

.th-cus3 {
    min-width: 250px;
}

.regist-birthday {
    margin-right: 10px;
}

.dog-img {
    padding: 0 5px 0 10px;
}

.list-img-dog {
    display: flex;
    flex-wrap: wrap;
}

.alert-pop {
    position: fixed;
    width: 340px;
    padding: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    z-index: 3;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.alert-pop.is-active {
    opacity: 1;
    visibility: visible;
}

.alert-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.alert-bg.is-active {
    opacity: 0.5;
    visibility: visible;
    z-index: 2;
}

.alert-text {
    font-weight: bold;
    color: #fff;
}

.alert-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35px;
    font-weight: bold;
    color: #fff;
}

.alert-error.alert-pop {
    background: #DC512C;
}

.alert-error .alert-text {
    margin: 0 10px;
}

.alert-error .alert-btn {
    background: #B33716;
}

.alert-error .alertBody {
    padding: 20px 0 30px;
}

.alert-success.alert-pop {
    background: #1982D4;
}

.alert-success .alert-text {
    text-align: center;
}

.alert-success .alert-btn {
    background: #0F5992;
}

.alert-success .alertBody {
    padding: 35px 0;
}

#myBar {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 2px;
}

#myProgress {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.style-mess-succ {
    margin: 5px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.error-text {
    margin: 5px;
    color: #fff;
    margin: 0 0 20px;
}

.btn-list-modal {
    display: flex;
    justify-content: center;
}

.show {
    display: flex;
}

.label-birthday {
    height: 100%;
}

.js-age {
    font-weight: 100;
}

.margin-checkin {
    margin-top: 20px;
    margin-bottom: 10px;
}

.th-list {
    min-width: 120px;
}

.th-list1 {
    min-width: 80px;
}

.js-close-popup {
    color: #d8d6d6;
    cursor: pointer;
}

@media (max-width: 1300px) and (min-width: 982px) {
    .display-block {
        display: block !important;
    }
}

.width-input {
    width: 300px !important;
}

#th-1, #th-3, #th-4, #th-5 {
    min-width: 130px;
}

#th-2 {
    min-width: 180px;
}

#th-6 {
    min-width: 300px;
}

.text-red {
    color: red;
}

.width-code {
    width: 100%;
}

.width-post {
    width: 40%;
}

.no-border {
    border: none;
}

.heigh-detail {
    min-height: auto;
}

.js-actionDetailOrder {
    overflow-x: auto;
}

.js-actionListDog {
    overflow-x: auto;
}

@media all and (-ms-high-contrast:none)
{
    .ie-height {
        min-height: 100vh;
    }
}

.js-close-popup-cancel {
    color: #d8d6d6;
    cursor: pointer;
}

.no-background {
    background: none;
    border: none;
}

.display-center {
    display: flex;
    justify-content: center;
}

.js-actionLoading {
    width: 0px !important;
}

.add-scroll {
    overflow-x: auto;
}

.margin-pagi {
    margin-top: 10px;
}

#th-list-user-1 {
    min-width: 150px;
}

#th-list-user-2 {
    min-width: 170px;
}

#th-list-user-3 {
    min-width: 170px;
}

#th-list-user-4 {
    min-width: 180px;
}

#th-list-user-5 {
    width: 80px !important;
}

.reset-number {
    border: 1px solid #BEC4C7 !important;
    width: 100%;
    min-height: 30px !important;
    text-align: center;
}

.td-order {
    padding: 5px !important;
}

.js-close-popup-edit {
    color: #d8d6d6;
    cursor: pointer;
}

.js-modalDeleteAccount {
    width: 600px !important;
}

.body-delete-user {
    min-height: 200px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.js-close-popup-delete {
    color: #d8d6d6;
    cursor: pointer;
}

.scroll-list-user {
    overflow-x: auto;
}

.btn-vacci {
    pointer-events: none;
}

@media (max-width: 1400px) and (min-width: 982px) {
    .flex-div {
        display: block !important;
    }
}

.div-date {
    display: flex;
}

@media (max-width: 1050px) and (min-width: 992px) {
    .formFile {
        width: 110px;
    }
}

.justify-around {
    justify-content: space-between;
}

.toggle-c {
    display: inline-block;
}
.style-mess-err {
    font-weight: bold;
}
.error-text, .success-text {
    margin: 5px;
}

input[disabled], select[disabled] {
    background: #eee;
}

.text-align-r {
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: -20px;
}

.note-btn {
    margin-top: 5px;
}

.position-re {
    position: relative;
}

.js-add-link {
    text-decoration: underline;
}

.p-checkin {
    margin-left: 50px;
}

.formLabel-text-checkin {
    height: 30px !important;
}

.js-actionTotalPrice {
    width: 60%;
}