.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: 20px 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: 130px;
}

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

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

.th-cus4 {
    min-width: 180px;
}

.th-cus5 {
    min-width: 160px;
}

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

.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;
}

.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;
}

.count_area_col{
    position: relative;
    background: #015EAE;
    width: 50%;
    margin: 0 auto;
    color: #fff;
    padding: 40px 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
}

.count_area_col span{
    position: absolute;
    top: -15px;
    right: -15px;
    background: red;
    border-radius: 50%;
    padding: 5px;
    width: 35px;
    height: 35px;
    display: table;
    text-align: center;
    font-size: 12px;
}

.count_area_col span label{
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 768px) {
    .count_area_col {
      margin-bottom: 20px;
    }
}

.ui-datepicker .ui-datepicker-title{
    font-size: 0.99em;
}

.ui-datepicker select.ui-datepicker-year, .ui-datepicker select.ui-datepicker-month {
    display: block;
    width: auto;
    margin: 0 5px;
    padding: 5px 15px 5px 5px;
    background: url(../img/arrow/arrow-tri-black.svg) no-repeat right 5px center #fff;
    background-size: 6px 10px;
    border-radius: 3px;
    border: 1px solid #BEC4C7;
}

.formSelect-input {
    padding: 0 20px 0 10px;
}

.hidden{
    display: none;
}

.pd-0{
    padding: 0px!important;
}

.border-none{
    border:none !important;
}

.list_item_product li.formField-table-item{
    border-bottom: 1px solid #BEC4C7;
    display: block;
    word-break: break-all;
}
.list_item_product li.formField-table-item:last-child{
    border:none !important;
    
}

.mr-15{
    margin-right: 15px !important;
}

.mr-50{
    margin-right: 50px !important;
}

.globalHeader-logo img{
    width: 200px;
    height: auto;
}

.mw-50{
    min-width: 50px!important;
}
.mw-100{
    min-width: 100px!important;
}

.mw-125{
    min-width: 125px!important;
}

.mw-130{
    min-width: 130px!important;
}

.mw-140{
    min-width: 140px!important;
}

.mw-150{
    min-width: 150px!important;
}

.mw-160{
    min-width: 160px!important;
}
.mw-250{
    min-width: 250px!important;
}

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

.ml-140{
    margin-left: 140px;
}

.mr-10{
    margin-right: 10px;
}

.line-height{
    line-height: 1.5rem;
}

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

.error-text, .success-text {
    margin: 5px;
}

.style-mess-err {
    font-weight: bold;
}

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

.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;
}

.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;
}

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

.modalInit-w40{
    width: 40%;
}

.bg_overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(63, 68, 70, 0.9) !important;
    z-index: 997;
}

.loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.edittable_price{
    cursor: pointer;
}

.input_change_price{
    width: 100px;
    height: 30px;
}

.w-150{
    width: 150px!important;
}
.m-w-118{
    min-width:118px;
}
.margin-0{
    margin: 0;
}

.text-align-left{
    text-align: left !important;
}
#myProgress {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#myBar {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 2px;
}

.errorCheckbox .formCheck-label:before{
    border: 1px solid #EF4646 !important;
}

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

.w-280{
    width:280px;
}

.success {
    background-color: #ffffd0;
}

.alert_success {
    position: relative;
    padding: .25rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

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

.pull-right{
    float: right;
}

.btn-add{
    margin-top:15px;
    margin-bottom: 15px;
}

.w-150{
    width:150px !important;
}
.w-55{
    width: 55px !important;
}
.ui-spinner{
    overflow:visible;
}
.mg-r-750{
    margin-right:750px;
}
.schedule .holiday {
    background: rgba(239, 70, 70, 0.2) !important;
    cursor: pointer;
}
.schedule .holiday-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    padding: 0 5px;
    font-size: 0.75rem;
    font-weight: bold;
    text-align: center;
    color: #EF4646;
}

.fc-day-other {
    background-color: #eee;
    background-clip: padding-box;
}
.fc-daygrid-event-harness{
    cursor: pointer;
}
.btn-white{
    border: 1px solid #3F4446;
    background: #fff;
    color: #3F4446;
}

.fc-icon-chevron-right:before,
.fc-icon-chevron-left:before {
    text-decoration: unset;
    vertical-align: unset;
}

.err:before {
    border: 1px solid red !important;
}
.js-modal-delete-store {
    width: 600px !important;
}

.labelRegistMenu,
.labelEditMenu,
.labelDeleteMenu{
    cursor: pointer;
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 30px;
}
.lds-ellipsis div {
    position: absolute;
    top: 11px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

/*custom css fullcalendar */
.fc .fc-more-popover {
    height: 200px;
    overflow: auto;
}

.add-append{
    padding-left: 30px;
    padding-bottom: 5.5px;
}

#inputTimeRange .formDateRange{
    width: 48%;
}
.page_schedule_menu .formLabel-text{
    text-align: center;
    display: block;
    vertical-align: middle;
    line-height: 60px;
}

select[disabled] { 
    cursor: auto;
}

.formSelect:hover .formSelect-input[disabled],
.formField:hover .formInput[disabled],
.formRadio:hover .formRadio-label.unsetborder:before {
    border-color: #BEC4C7;
}

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

.scroll_order{
    overflow: auto;
    height: 120px;
}
.disable_option{
    background: rgb(59 59 59 / 31%);
}

.w-c {
    width: 100%;
}
.success-text-alert{
    color: #fff;
    text-align: center;
}

.w-stock{
    width: 60px;
    flex: unset;
}

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

.add-justify-center {
    justify-content: flex-end;
}