.wrap-user {
    width        : 100%;
    margin       : auto;
    border       : 1px solid #bce8f1;
    border-radius: 5px;
}
.max-users{max-width: 400px}
.title-user {
    background-color: #d9edf7;
    padding         : 12px 15px;
    border-radius   : 5px 5px 0px 0px;
}

.title-user span {
    color: #31708f;
}

.title-user a {
    color    : #0056b3;
    font-size: 12px;
}

.form-user {
    padding: 20px 15px;
}

.input-user {
    margin-bottom: 0.75rem;
}

.input-user input {
    font-size: 14px;
}

.btn-tm{color: #31708f}
.btn-xoa{color: #31708f}

.button-user {
    margin-bottom: 1rem;
}

.button-user input {
    font-size: 14px;
}

.checkbox-user,
.radio-user {
    cursor: pointer;
}

.checkbox-user label {
    font-size: 14px;
    cursor   : pointer;
}

.checkbox-user label::before,
.checkbox-user label::after {
    top: calc(50% - 1rem/2);
}

.radio-user {
    margin-right: 1rem;
}

.radio-user:last-child {
    margin-right: 0px;
}

.radio-user label::before,
.radio-user label::after {
    top: calc(50% - 1rem/2);
}

.note-user {
    font-size  : 14px;
    border-top : 1px solid #ddd;
    padding-top: 0.5rem;
}
.user-header{position: relative;display: flex;justify-content: flex-start;align-items: center;gap:0px 5px}
.user-header:hover { transition: all .2s ease; color: #000; }
.user-header:hover .header-user-content { transform: translateY(0); opacity: 1; visibility: visible; transition: all .2s ease; }
{

}

.dangtin-header a{display: flex;justify-content: flex-start;align-items: center;gap:0px 5px;color: #333;font-size: 15px}

.navbar-order a { color: #000; font-size: 15px; display: inline-block; padding: 0 10px; padding-bottom: 5px; font-weight: 500; border-bottom: 2px solid transparent; }
.navbar-order a.active,.navbar-order a:hover { border-color: var(--color-main); }
.navbar-order { margin-bottom: 20px; }

.header-user-content { position: absolute; left: 0; top: 100%; transform: translateY(15px); opacity: 0; visibility: hidden; transition: all .2s ease; z-index: 9990; }
.header-user-content ul { line-height: normal; padding: 0; margin: 0; border-radius: 0.5rem; overflow: hidden; background: #fff; border: 1px solid #fe00001a; width: max-content; margin-top: 0.5rem; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; z-index: 999; }
.header-user-content ul li { display: block; padding: 0; }
.header-user-content ul li:last-of-type a { border: none; }
.header-user-content ul li a { display: flex!important; padding: 10px 20px 10px 8px!important; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: baseline; gap: 5px; font-size: 14px!important; color: #000; line-height: normal!important; border-bottom: 1px solid #33333314; width: 100%; }
.header-user-content ul li a i { width: 25px; text-align: center; font-size: 16px; transition: all .2s ease; margin-right: 3px; }
.header-user-content ul li a span { flex: 1; }
.header-user-content ul li a:hover { color: var(--c1); transition: all .2s ease; background: rgb(0 0 0 / 5%); transform: translateX(0px);}


.flex_info { display: flex; justify-content: space-between; flex-wrap: wrap; }
.left_info { width: 240px; height: fit-content; position: sticky; top: var(--sticky-top); border: 1px solid rgb(51 51 51 / 10%); background: #fff; border-radius: 0.5rem; box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px; overflow: hidden; }
.right_info { width: calc(100% - 240px - 20px); background: #fff; border-radius: 0.5rem;box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px; }


.sty_list1, .sty_list { padding: 20px 0; color: #6b7280; cursor: pointer; border-bottom: 1px solid #ccc5; font-weight: 600; padding-left: 25px; position: relative; }
.sty_list.active { font-weight: 700; color: #000; }
.sty_list.active:after { content: ''; position: absolute; width: 5px; height: 100%; top: 0; left: 0; background: var(--color-main); }


.list_mananger { padding: 0; margin: 0; list-style: none; border-top: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.list_mananger li a:hover { color: var(--color-main); }
.list_mananger li:last-child { border: 0; }
.list_mananger i {width: 30px; text-align: center; margin-right: 6px; font-size: 20px; margin-top: -5px; color: #6b7280; }
.list_mananger li .act { text-decoration: underline; }


.photoUpload-zone .photoUpload-detail {
    display: block;
    margin-bottom: 1.5rem;
}
.photoUpload-zone .photoUpload-file {
    cursor: pointer;
    background-color: #F5F5F5;
    outline: 2px dashed #CDCDCD;
    outline-offset: 0px;
    padding: 2rem 0.75rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    font-weight: normal !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}
.photoUpload-zone .photoUpload-file input {
    display: none;
}

.photoUpload-zone .photoUpload-file i {
    color: #6C7D8F;
    font-size: 55px;
    margin-bottom: 0.75rem;
}
.photoUpload-zone .photoUpload-file p {
    margin: 0;
    color: #767978;
    font-size: 16px;
}
.photoUpload-zone .photoUpload-file .photoUpload-drop {
    margin-bottom: 0.5rem;
}
.photoUpload-zone .photoUpload-file .photoUpload-or {
    font-size: 14px;
    margin-bottom: 0.75rem;
}
.photoUpload-zone .photoUpload-file .photoUpload-choose {
    color: #fff;
}
.bg-gradient-success {
    background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x !important;
}
.photoUpload-zone .photoUpload-dimension {
    font-weight: 700;
}

.photoUpload-zone.d-flex .photoUpload-detail {
    margin-bottom: 0px;
    width: 29%;
}
.photoUpload-zone.d-flex .info-photoUpload {
    width: calc(100% - 29%);
    padding-left: 20px;
}

.card-primary.card-outline {
    border-top: 3px solid #007bff;
}
.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: .75rem 1.25rem;
    position: relative;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.card-title {
    float: left;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
}
.text-sm .card-title {
    font-size: 1rem;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    padding: .46875rem .75rem;
    height: calc(2.25rem + 2px)
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    height: auto;
    margin-top: -3px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: -3px !important;
}
.text-sm .select2-container--default .select2-selection--single .select2-selection__rendered, select.form-control-sm~.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: -.4rem;
}
.select2-container--default .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #80bdff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px;
    right: 6px;
}
.text-sm .select2-container--default .select2-selection--single .select2-selection__arrow, select.form-control-sm~.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -.12rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 3px !important;
}

.form-group label {
    display: inline-block;
    margin-bottom: .5rem;
}
.form-group {
    margin-bottom: 1rem;
}

.input-group-append {
    margin-left: -1px;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex
;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-append1{width: 80px}
.price{width: calc(100% - 80px);flex:unset;}
.input-group-text{border-radius: 0px 0.375rem 0.375rem 0px}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 7.5px;
    padding-left: 7.5px;
}
textarea.form-control {
    height: auto;
}

.dt-pl{display: none;}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.my-checkbox {
    width: 17px;
    height: 17px;
    min-height: inherit;
    padding: 0px;
    margin: 0px;display: inline-block;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.my-checkbox .custom-control-input {
    cursor: pointer;
    z-index: 1;
    width: 100%;
    height: 100%;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}


.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.my-checkbox .custom-control-label {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #dee2e6;
    border: #adb5bd solid 1px;
    box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1);
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}
.my-checkbox .custom-control-label::before, .my-checkbox .custom-control-label::after {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-control-label label {
    display: inline-block;
    margin-bottom: .5rem;
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 700;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}


.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
    box-shadow: none;
}

.label-filer-gallery {
    word-break: break-word;
}