.help-block {
    color: red;
    font-size: 14px;
}

label.error {
    color: red;
    font-size: 14px;
    font-weight: 600;
}

.search-btn {
    border-radius: 10px;
}

.custom-btn {
    border-radius: 10px !important;
    padding: 5px 15px !important;
}

.hisu {
    color: red
}

.alert {
    color: red;
    padding-top: 1%;
    padding-left: 0;
    font-size: 15px;
    font-weight: 500;
}

#subForm p {
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-align: left;
    font-weight: 400;
}

.eventGroupTable {
    font-size: 14px
}

.event_date {
    padding-top: 15px;
}

.general_type {
    padding-top: 15px;
}

.province_district {
    padding-top: 15px;
}

.address {
    padding-top: 15px;
}

.car {
    padding-top: 15px;
}

.meeting_date {
    padding-top: 15px;
}

.button_load {
    position: absolute;
    top: 95%;
    left: 50%;
    border: none; /* Remove borders */
    color: #000000; /* Black text */
    padding: 12px 24px; /* Some padding */
    font-size: 14px; /* Set a font-size */
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.day_off {
    font-size: 14px;
    font-weight: 600;
    color: red;
}

.invalid-feedback {
    font-size: 14px;
    color: red;
}

.address {
    padding-top: 13px;
}

.meeting_date_text {
    padding-top: 14px;
}

/*multiple img*/
.file-images {
    cursor: pointer;
    min-height: 150px;
    border: 1px solid rgba(42, 42, 42, .05);
    background: rgba(204, 204, 204, .15);
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(43, 43, 43, .1);
    box-shadow: inset 0 0 5px 0 rgba(43, 43, 43, .1);
    padding-bottom: 100px;
}

a.btn-images {
    position: absolute;
    bottom: 0;
    left: 50%;
}

/*display choose file*/
#customer_img {
    display: none;
}

.item-image {
    border-radius: 5px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}

.preview-img .item-image img {
    display: block;
    padding: 4px;
    width: 120px;
    height: 120px;
}

.preview-img:hover .item-image img {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.gallery-item-img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: .5rem;
    min-height: 100px;
    -webkit-box-shadow: 0 13px 6px -8px rgba(0, 0, 0, .3), 0 0 4px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 13px 6px -8px rgba(0, 0, 0, .3), 0 0 4px 0 rgba(0, 0, 0, .3);
    border-radius: 5px;
    background: #fff;
}

.deleteImg i.fa.fa-trash {
    color: red;
    font-size: 18px;
    margin-top: 10px;
}

.dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, .9);
    line-height: 150%;
}

.preview-img:hover .dz-details {
    opacity: 1;
}

.gallery-item-img .dz-details {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.dz-details {
    margin-bottom: 1em;
    font-size: 16px;
}

.dz-details span {
    background-color: rgba(255, 255, 255, .4);
    padding: 0 .4em;
    border-radius: 3px;
}

.dz-details {
    white-space: nowrap;
}

.dz-details span {
    border: 1px solid transparent;
}

.dz-preview .dz-details .dz-filename span {
    background-color: rgba(255, 255, 255, .4);
    padding: 0 .4em;
    border-radius: 3px;
}

.border-form-check {
    border: 1px solid #ced4da;
    padding: 4px 12px !important;
    border-radius: 5px;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.btn-footer-custom {
    padding: 5px 15px !important;
    border-radius: 10px !important;
    font-weight: bold;
}

.header-box {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #bcc5de
}

.modal-header-box {
    font-size: 18px;
    font-weight: 700;
}

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

.modal-title {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.modal-response-message {
    height: 20px;
    padding: 8px 10px;
}

.bg-common {
    background-color: #f1f2f7;
}

.bg-modal {
    background-color: #f8f8f8;
}

.ma_vach {
    height: 33px;
}

.icon_search_ma_vach {
    right: 160px;
    top: 8px;
    color: #aaa;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    z-index: 99
}

label.success {
    color: #28A745;
    font-weight: bold;
}

.icon_search_ma_vach.fa-search:hover {
    color: #007BFF !important;
    transition: 0.3s;
}

.group_check_ma_vach {
    height: 33px;
    background-color: #007BFF;
    border-color: #007BFF;
}

.group_check_ma_vach .form-check-input {
    border-color: #007BFF;
}

.group_check_ma_vach span {
    color: #ffffff;
    font-size: 14px;
}