
/*# sourceMappingURL=custom.min.css.map */
ul.text-danger{
    list-style-type: none;
    padding-left: 0;
}
.brand-img {
    width: 50px;
    height: 50px;
}
.brand-img img, .brand-base-div img {
    width: 100%;
    height: 100%;
}
.brand-base-div{
    width: 100px;
    height: 100px;
}
table.brand-table-va{
    vertical-align: middle;
}
.error {
    border: 1px solid red;
}
.select2-selection__rendered {
    line-height: 33px !important;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-selection__arrow {
    height: 38px !important;
}

.NestedParentDesign .nested-list .list-group-item{
    background: none;
    border:none
}

.NestedParentDesign .nested-1, .NestedParentDesign .nested-2, .NestedParentDesign .nested-3, .NestedParentDesign .nested-list {
    margin-top: 0px;
}

.NestedParentDesign .nested-3{
    padding-bottom : 0;
}

nav ol.breadcrumb{
    margin:0 !important;
}

form .dropzone .dz-preview:hover .dz-image img {
    filter: none !important;
}

.hide-tax{
    display:none;
}

.flag-icon {
    margin-right: 10px;
    width: 26px;
    height: 16px;
}

.mn-w94 {
    min-width: 94%;
}

.danger-text{
    --vz-text-opacity: 1;
    color: rgba(var(--vz-danger-rgb),var(--vz-text-opacity))!important;
}

.notification-badge{
    background: red;
    color: #fff;
    padding: 3px;
    margin-left: 10px;
}
table .badge.bg-success.badge-pill{
    background-color: darkgreen !important;
}

#table-orderdetail tbody tr td .fs-15 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	/* background: brown; */
	white-space: unset;
	width: 200px;
}

.delete-button {
    background-color: transparent;
    border: 0px;
    padding: 0px;
}
span.required{
    color: tomato;
}

.pagination-wrapper svg.w-5{
    height: 10px;
}

.pagination-wrapper  .flex.justify-between.flex-1.sm\:hidden{
    display: none;
}