.ic-product-list-image {
    height: 100px;
    width: 100px;
    border: 1px solid gray;
}

/*...............SWEET ALERT...............*/
.swal2-popup .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 14px;
}

.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 14px;
}

/*...............SWEET ALERT END...............*/

.required {
    color: #ec4561;
}

.ic-main-color {
    color: var(--primary-color) !important;
}

/*...............SORTABLE MENU...............*/
.sortable-menu-list {
    margin: 2px;
    padding: 5px;
}

.sortable-menu-action {
    position: absolute;
    right: 20px;
}

/*...............END SORTABLE MENU...............*/

/*...............PAGE MODULE...............*/
.ic-page-module-header {
    cursor: pointer;
}

/*...............END PAGE MODULE...............*/

.iti {
    width: 100%;
}

.custom-control-label:hover {
    cursor: pointer;
}

.img-64 {
    object-fit: cover;
    width: 100%;
    height: 38px !important;
}

.img-32 {
    width: 32px !important;
    height: 32px !important;
}

.img-100-60 {
    width: 100px !important;
    height: 60px !important;
}

.max-width-50p {
    max-width: 50% !important;
}
.max-width-100p {
    max-width: 100% !important;
}

.barcode-max-height {
    max-height: 100px !important;
}

.checkbox-label:hover {
    cursor: pointer !important;
}

.width_10p {
    width: 10% !important;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
    fill: #626ed4;
}

.dataTables_wrapper .dt-buttons a.dt-button {
    text-align: center;
    background-color: #607d8b;
    color: #fff;
    box-shadow: none;
    padding: 6px 8px;
    margin-right: 5px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    font-size: 13px;
    outline: 0;
    display: inline-block;
}

/* .ic_parent_permission {
    background-color: rgb(40, 170, 169, 0.23);
    color: #24aaa9;
    border-radius: 5px;
} */
.ic_parent_permission .custom-control:first-child{
    padding-left: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Datatable */
.dataTables_length {
    margin-left: 10px;
    padding-top: 0.5em;
}
.datepicker td,
.datepicker th {
    text-align: center;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    font-size: 10px !important;
}

/*Customer and Supplier Details Page */
.project-tab {
    padding: 0;
    margin-top: 30px;
}
.project-tab #tabs {
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title {
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}
.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #0062cc;
    font-size: 16px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead {
    background: #f3f3f3;
    color: #333;
}
.project-tab a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.ic-customer-details-tab .nav-link {
    border: none;
    border-bottom: 3px solid transparent !important;
    color: var(--primary-color);
    font-weight: 600;
}

.ic-customer-details-tab .nav-link.active {
    color: var(--primary-color);
    border-bottom: 3px solid var(--primary-color) !important;
    font-weight: 600;
}

.ic-customer-details-warper {
    display: flex;
    justify-content: space-between;
}

.ic-customer-basic-info {
    padding-left: 40px;
}

.ic-customer-basic-info h4 {
    margin: 0px;
    margin-bottom: 15px;
}
.ic-customer-basic-info h5,
h6 {
    margin: 0;
    margin-bottom: 10px;
}

.ic-customer-profile-basic-info {
    display: flex;
}

.ic-customer-details-info-warper {
    margin-top: 40px;
}

.ic-customer-details-info-warper h5.text-muted {
    margin-bottom: 15px;
}
.ic-customer-details-tab {
    margin-bottom: 15px;
}

.ic-customer-profile-basic-info .ic-customer-adress-info {
    padding-left: 40px;
}

.ic-profile-details-goback {
    flex: 0 0 auto;
}

.ic-invoice-card-wraper {
    min-height: 65vh;
}

/**Responsive**/

@media (min-width: 1199px) {
    .ic-invoice-card-wraper .table-responsive,
    .dataTables_scrollBody {
        overflow-x: inherit !important;
    }

    .ic-invoice-card-wraper .table-responsive,
    .dataTables_scrollBody {
        overflow-y: visible !important;
    }
}
@media (max-width: 1199px) {
    .ic-invoice-card-wraper .table-responsive {
        min-height: 50vh;
    }
}
@media (max-width: 991px) {
    .ic-employe-warper-container {
        max-width: 100%;
    }
    .ic-customer-profile-basic-info.supplier {
        flex-direction: column;
    }
    .ic-customer-profile-basic-info.supplier .ic-customer-basic-info {
        padding-left: 0px;
        margin-top: 30px;
    }
    .ic-customer-profile-basic-info .ic-customer-adress-info {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .ic-customer-profile-basic-info {
        flex-direction: column;
    }
    .ic-customer-basic-info {
        padding-left: 0px;
        margin-top: 30px;
    }
    .ic-customer-details-info-warper {
        margin-top: 0px;
    }
}

@media (max-width: 575px) {
    .ic-customer-profile-basic-info {
        flex: 0 0 auto;
        width: 65%;
    }
    .ic-customer-details-tab .nav-link {
        padding: 8px 5px;
    }
}
.ic-pos-button-header {
    font-size: 14px;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem !important;
}
.profile-img img {
    max-width: 400px;
    height: 300px;
}
.ic-discription-customer {
    font-size: 14px;
}
.ic-address-info-customer {
    font-size: 14px;
}
@media (max-width: 1200px) {
    #topnav .navbar-right {
        align-items: center;
    }
}
.dropdown-item {
    padding: 0.55rem 1rem;
}
.ic-accountbg {
    background-image: url("../images/login_bg.jpg");
    background-size: cover;
    background-position: center;
}
.account-page-full {
    left: unset;
    right: 0;
}
.ic_main_form_inner .form_box .login_form .form-group input.ic_control_form {
    padding: 0px 15px 0px 15px;
}

@media (max-width: 575px) {
    .ic-details-wharphase {
        display: block;
    }
    .ic-details-warephaseInfo {
        margin-bottom: 10px;
        width: 100%;
    }
}
.img-40 {
    width: 40px !important;
    height: 40px !important;
}

.notification-list .notify-item .notify-details {
    margin-right: 28px;
}
.ic-badge-base {
    position: absolute;
    top: 10px;
    right: 20px;
}
.notification-list .notify-item {
    position: relative;
}

#pills-product_setting .select2-selection__rendered {
    width: auto !important;
}
#pills-product_setting .select2-container .select2-search--inline {
    float: unset !important;
}

#pills-product_setting .select2-search__field {
    height: 30px;
}

.dataTable .dropdown-menu {
    overflow-y: auto;
    max-height: 219px;
}
.default-image-size {
    width: 80px !important;
    text-align: center;
    height: 80px !important;
    object-fit: contain;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.product-slider-heads .ic-products-card .ic-products-images {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.product-slider-heads .ic-products-card .ic-products-images img {
    width: 100%;
    max-height: 100%;
    max-width: 100% !important;
    height: max-content;
}
.ic-best-products-images {
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.ic-best-products-images img {
    max-height: 100%;
    max-width: 100% !important;
    width: 100%;
    height: max-content;
    object-fit: contain;
}
.ic_main_form_area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ic-arror-checkbox-section {
    display: flex;
    flex-direction: row;
    gap: 11px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}
.ic-dimensions-group {
    display: flex;
    flex-direction: row;
}

.ic-card-head .img-icons {
    width: 80px;
    height: 80px;
}
@media (max-width: 1199px) {
    .ic-card-head .img-icons {
        width: 60px;
        height: 60px;
    }
}
.exit {
    display: none;
}
.nav-link.active .exit {
    display: block;
    font-size: 29px;
}
.nav-link.active .full {
    display: none;
}
.navbar-custom {
    height: 44px;
}
.notification-list .nav-link {
    line-height: 35px;
}
.button-menu-mobile {
    height: 40px;
}
.topbar .topbar-left {
    height: 44px;
}

.topbar .topbar-left .logo {
    line-height: 37px;
}
.side-menu {
    top: 40px;
}

#topnav .topbar-main .logo {
    line-height: 40px;
}

#topnav .navbar-toggle .lines {
    padding-top: 18px;
    height: 48px;
}
#topnav .navbar-toggle.open .lines {
    margin-top: -11px;
}

@media (max-width: 400px) {
    .notification-list .nav-link {
        padding: 0 2px;
    }
}
@media (max-width: 400px) {
    #topnav .navbar-toggle .lines {
        margin: 0 2px;
    }
}

@media (max-width: 768px) {
    .topbar-left i {
        display: flex !important;
        line-height: 40px !important;
    }
}

.enlarged #wrapper .topbar .topbar-left .logo i {
    display: flex;
    line-height: 38px;
}

.multiple-select-style .select2-search__field {
    min-height: 30px;
}
.ic-card-head .ic-card-image.big-images .img-icons {
    margin: -5px auto;
}

#topnav .navigation-menu {
    text-align: center;
}

.warehouse-inactive {
    display: flex;
    align-items: end;
    justify-content: end;
}
.ic-responsive-invoice table td,
#section-to-print-pshow table td {
    white-space: unset !important;
}
.ic-biling-part {
    border: 1px solid #ddd;
    border-radius: 5px;

    padding: 20px;
}

.thead-inv {
    background-color: #d1d1d1;
    border-radius: 4px;
    padding: 5px 10px;
}
.ic-purchase tbody tr td {
    border-right: 1px solid #d1d1d1;
    /* white-space: nowrap !important; */
}
.theader th {
    padding: 0 !important ;
    border: 1px solid #fff;
}

/**Product create page css**/

.ic-add-product-vat-percentage {
    display: flex;
}
.ic-add-product-vat-percentage button {
    margin-right: 10px;
    background-color: #e5e7e9;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
}

.ic-product-image-sku {
    display: flex;
}

.ic-product-image-sku .product-img {
    width: 250px;
    height: 250px;
    background-color: #e5e7e9;
    flex: 0 0 auto;
}
.ic-product-image-sku .product-img img {
    object-fit: cover;
    height: 100%;
}

.sku-product-input-file {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sku-product-input-file .input-file-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.sku-product-input-file .input-file-wrap .input-file {
    position: relative;
    flex: 0 0 auto;
}
.sku-product-input-file .input-file-wrap input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.sku-product-input-file .input-file-wrap .input-label {
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 14px;
    background-color: #2cc47a;
    border-radius: 4px;
    margin-bottom: 0px;
    font-size: 14px;
}

.sku-product-input-file .input-file-wrap .file-name p {
    margin-bottom: 0px;
    margin-left: 5px;
    font-size: 14px;
    line-height: 20px;
}

.sku-product-input-file .ins p {
    margin-bottom: 0px;
    line-height: 20px;
    font-weight: 500;
    font-size: 13px;
}

.ic-category-att-variation-wrap {
    max-width: 80%;
    margin-top: 50px;
}

.ic-category-att-variation-wrap .ic-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.ic-category-att-variation-wrap .ic-item:last-child {
    margin-bottom: 0px;
}
.ic-category-att-variation-wrap .ic-item label {
    margin-bottom: 0px;
    flex: 0 0 auto;
    width: 80px;
}
.ic-category-att-variation-wrap .ic-item .form-control {
    height: 34px;
    margin: 0px 10px;
    flex: 0 0 auto;
    width: 150px;
}
.ic-category-att-variation-wrap .ic-item .add-delete-btn {
    display: flex;
    flex: 1;
}
.ic-category-att-variation-wrap .ic-item .add-delete-btn button {
    height: 34px;
    padding: 0px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #9972e6;
    border-radius: 2px;
    color: #fff;
    margin-right: 10px;
}

.ic-category-att-variation-wrap .ic-item .add-delete-btn .delete-btn {
    background-color: #dd3b3b;
    margin-right: 0px;
}
.ic-product-attribute-variation-collapsed-wrap .item {
    margin-bottom: 10px;
}
.ic-product-attribute-variation-collapsed-wrap .collapsed-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 8px 10px;
}

.ic-product-attribute-variation-collapsed-wrap .collapsed-btn i {
    color: #888;
    font-size: 14px;
}
.ic-product-attribute-variation-collapsed-wrap .collapsed-btn button {
    background-color: transparent;
    border: none;
}
.ic-product-attribute-variation-collapsed-wrap .collapsed-btn .remove {
    display: none;
}
.ic-product-attribute-variation-collapsed-wrap .card-body {
    padding: 20px 0px;
}

.select2-selection__choice__remove {
    border: none !important;
    background-color: transparent !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
    display: none !important;
}

.ic-weight-gram-kilogram {
    display: flex;
    align-items: center;
}

.ic-weight-gram-kilogram .weight {
    flex: 0 0 auto;
    width: 150px;
}
.ic-weight-gram-kilogram .kilogram-grams {
    flex: 1;
    margin-left: 20px;
    margin-top: 30px;
}

.ic-weight-gram-kilogram .kilogram-grams .form-check-input {
    display: none;
}
.ic-weight-gram-kilogram
    .kilogram-grams
    .form-check-input:checked
    + .form-check-label::after {
    opacity: 1;
}
.ic-weight-gram-kilogram
    .kilogram-grams
    .form-check-input:checked
    + .form-check-label::before {
    border: 1px solid #d1353a;
}
.ic-weight-gram-kilogram .kilogram-grams .form-check-label::before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    border: 1px solid #393939;
    border-radius: 50%;
    position: absolute;
    right: -24px;
    top: 2px;
}

.ic-weight-gram-kilogram .kilogram-grams .form-check-label::after {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: -18px;
    top: 8px;
    background-color: #d1353a;
    opacity: 0;
}

.ic-weight-gram-kilogram .kilogram-grams .form-check {
    position: relative;
    margin-right: 40px;
}
.ic-weight-gram-kilogram .kilogram-grams .form-check:last-child {
    margin-right: 0px;
}

.ic-product-create-submit-cancel-btn {
    margin-top: 30px;
}
.ic-save-change {
    margin-top: 20px;
    text-align: right;
}
.ic-collapsed-save {
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 16px;
    background-color: #e5e7e9;
    border: none;
    border-radius: 4px;
    border: none;
}

.ic-product-label-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ic-product-label-flex button {
    height: 30px;
    font-size: 15px;
    padding: 0px 10px;
    border: none;
    border-radius: 4px;
    background-color: #e5e7e9;
    margin-bottom: 0.5em;
}

.ic-btn-purple {
    background-color: #9972e6 !important;
    color: #fff;
    border: 1px solid #9972e6 !important;
}
.ic-btn-purple:focus {
    box-shadow: none !important;
}
.ic-btn-purple:hover {
    background-color: #9972e6;
    color: #fff;
    border: 1px solid #9972e6;
}

.ic-btn-gray {
    background-color: #d1d1d1 !important;
    border: 1px solid #d1d1d1 !important;
    color: #000;
}
.ic-btn-gray:focus {
    box-shadow: none !important;
}
.ic-warehouse-show-table-wrap tr td {
    white-space: unset !important;
}

.ic-warehouse-show-table-wrap .ic-status .badge {
    width: 100%;
    border-radius: 4px !important;
    color: #fff;
}

.ic-warehouse-show-table-wrap .ic-check {
    text-align: center;
}
.ic-warehouse-show-table-wrap .ic-check i {
    font-size: 20px;
    color: #42ca7f;
}
.ic-btn-green {
    background-color: #42ca7f !important;
    border: 1px solid #42ca7f !important;
}
.ic-btn-green.save-btn {
    min-width: 120px;
}
.ic-btn-green:focus {
    box-shadow: none !important;
}
.ic-active-inactive-radio {
    display: flex;
    align-items: end;
}
.ic-active-inactive-radio .ic-label {
    margin-bottom: 0px !important;
    border-radius: 4px;
    padding: 2px 26px 2px 6px;
    background-color: #f8f9fb;
    font-size: 14px;
}
/* .ic-active-inactive-radio .ic-label {
    margin-bottom: 0px !important;
    border-radius: 4px;
    padding: 2px 35px 2px 6px;
    background-color: #42ca7f;
    font-size: 14px;
} */
.ic-active-inactive-radio .custom-control-inline {
    padding-left: 0px;
}
/* .ic-active-inactive-radio .ic-label::after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #2b7c4f;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
} */

.ic-active-inactive-radio .ic-label.badge-success::after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgb(43, 153, 108);
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}
.ic-active-inactive-radio .ic-label.badge-blue::after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgb(18, 113, 132);
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}
.ic-active-inactive-radio .ic-label.danger::after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgb(250, 58, 10);
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}
.breadcrumb_stock {
    display: flex;
    justify-content: space-between;
}
.ic-active-inactive-radio .ic-label.inactive::after {
    background-color: #d1353a;
}
/* .ic-active-inactive-radio .custom-control-input:checked ~ .ic-label {
    background-color: #eee !important;
}
.ic-active-inactive-radio.success .custom-control-input:checked ~ .ic-label {
    background-color: #42ca7f !important;
} */

.ic-active-inactive-button .ic-label {
    background-color: #f0efef;
    padding: 5px 8px;
    color: #fff;
    cursor: pointer;
}

.ic-active-inactive-button
    .ic-status-toggle-button-single.status-button-active {
    opacity: 0.5;
}
/* .ic-active-inactive-button .ic-label.success {
    background-color: #42ca7f;
}
.ic-active-inactive-button .ic-label.danger {
    background-color: #d1353a;
} */
.ic-active-inactive-button .ic-label {
    opacity: 0.5;
}
.ic-active-inactive-button .ic-label.active {
    opacity: 1;
}
.ic-active-inactive-button .ic-label.danger {
    opacity: 0.5;
}
.ic-customer-address-title {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 1760px) {
    .ic-product-image-sku .product-img {
        width: 200px;
    }
}

@media only screen and (max-width: 1650px) {
    .ic-product-image-sku .product-img {
        width: 150px;
        height: 150px;
    }
    .sku-product-input-file .input-file-wrap {
        margin-top: 40px;
    }
    .ic-category-att-variation-wrap .ic-item .form-control {
        width: 120px;
    }
    .ic-category-att-variation-wrap .ic-item .add-delete-btn button {
        font-size: 14px;
        height: 32px;
        padding: 0px 12px;
    }
    .ic-product-attribute-variation-collapsed-wrap .form-check-label {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1399px) {
    .ic-product-image-sku {
        display: block;
    }
    .sku-product-input-file {
        margin-left: 0px;
        flex-direction: column-reverse;
    }
    .sku-product-input-file .ins {
        margin-bottom: 10px;
    }
    .ic-add-product-vat-percentage button {
        font-size: 11px;
        padding: 5px 8px;
    }

    .ic-col-xl {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .ic-category-att-variation-wrap .ic-item .add-delete-btn button {
        font-size: 12px;
        height: 28px;
        padding: 0px 10px;
        margin-right: 5px;
    }
    .ic-category-att-variation-wrap .ic-item .form-control {
        width: 100px;
        margin: 0px 8px;
    }
    .ic-weight-gram-kilogram .kilogram-grams {
        margin-left: 10px;
    }
    .ic-weight-gram-kilogram .kilogram-grams .form-check {
        margin-right: 30px;
    }
    .ic-weight-gram-kilogram .weight {
        flex: 0 0 auto;
        width: 110px;
    }
    .ic-product-create-submit-cancel-btn button {
        padding: 0.375rem 0.5rem;
    }
}

@media only screen and (max-width: 1199px) {
    .ic-category-att-variation-wrap {
        max-width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .ic-category-att-variation-wrap .ic-item .form-control {
        width: 150px;
    }
    .ic-weight-gram-kilogram {
        margin-bottom: 20px;
    }
    .ic-weight-gram-kilogram .weight {
        flex: 0 0 auto;
        width: 150px;
    }
}
@media only screen and (max-width: 991px) {
    .ic-create-customer-address-wrap {
        padding-top: 20px;
    }
    .ic-customer-address-title {
        top: 0px;
    }
}
@media only screen and (max-width: 575px) {
    .ic-category-att-variation-wrap .ic-item .form-control {
        width: 100px;
    }
    .ic-product-label-flex button {
        font-size: 14px;
        padding: 0px 6px;
    }
    .ic-weight-gram-kilogram .weight {
        flex: 0 0 auto;
        width: 130px;
    }
}

.ic-add-buttons {
    margin-top: 32px;
}
.badge-blue {
    background-color: rgb(22 141 165);
}

table tr td {
    white-space: unset !important;
    line-height: normal;
}
.ic-custom-tables tbody tr td p {
    white-space: unset !important;
    line-height: normal;
}

.content-page {
    overflow: visible !important;
}
#wrapper {
    overflow: visible !important;
}
.list-main {
    position: relative;
}
.list-main .list-group {
    position: absolute;
    right: 0;
    left: 0;
    height: 300px;
    overflow-y: scroll;
}
.tags-list {
    margin: 0 5px;
}
.tags-list ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 11px;
    padding: 0;
}
.item .item_list_selction {
    width: 100%;
    min-height: 4rem;
    background: #fff;
}


.select2-selection__arrow b {
    border-width: 8px 7px 0 !important;
    border-color: #000 transparent transparent !important;
    margin-top: -3px !important;
}


.gap-10{
    gap: 10px;
}

.tr-bg {
    background: #edebeb;
}

.select2-search.select2-search--dropdown {
    display: none;
}

canvas {
    max-width: 100%;
}

#ic-bar-chart {
    transition: 0.4s!important;
    width: 100% !important;
    transition: width 0.5s ease-in-out;
}
.input-container {
    position: relative;
}
.placeholder-wrapper {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
}

.multiselect__tags .placeholder-wrapper {
    left: 0;
    font-family: "Roboto", sans-serif;
    color: #212529;
    font-weight: 400;
}

.ic-empty-input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border: 0;
color: transparent;
}

.relative {
    position: relative;
}

.form-group .multiselect--disabled .multiselect__tags, .ic-form-content-wrapper .multiselect--disabled .multiselect__tags, .ic-category-setting-wrapper .multiselect--disabled .multiselect__tags {
    background-color: transparent;
}

.relative_select {
    position: absolute;
    width: 40px;
    height: 38px;
    right: 1px;
    top: 1px;
    padding: 4px 8px;
    text-align: center;
    transition: transform .2s ease;
    z-index: 1;
}

.relative_select:before {
    position: relative;
    right: 0;
    top: 56%;
    color: #999;
    margin-top: 4px;
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
}
.hidden_data_position{
    position: relative;
}
.hidden_data_position .hidden_data{
    opacity: 0;
    position: absolute;
    top: 0;
}

.placeholder-wrapper {
    font-family: "Sarabun", sans-serif;
    font-size: 15px;
}
