.page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 24px;
}

.table-top-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

.table-top-head li a {
    height: 35px;
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    border: 1px solid #E6EAED;
    background: #ffffff;
    border-radius: 5px;
    padding: 4px;
}

ul {
    list-style: none;
}

.page-header .add-item.d-flex {
    margin-right: auto;
}

@media (max-width: 766.98px) {
    .page-header .add-item {
        display: block !important;
    }
}



.fw-bold {
    font-weight: 700 !important;
}

* {
    outline: none;
}

@media (max-width: 991.96px) {
    .page-header h4 {
        font-size: 18px;
    }
}

.page-header h4 {
    margin-bottom: 5px;
}

.page-header .page-btn {
    margin-left: 8px;
}

.table-top-head li {
    margin-right: 8px;
    flex-shrink: 0;
}

.search-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.search-set .search-input {
    position: relative;
}

.search-set .search-input .btn-searchset {
    border-radius: 50px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 10px;
    border: 0;
    line-height: 0;
}

.search-set .search-input .btn-searchset .feather-search {
    width: 14px;
    height: 14px;
    color: #A6AAAF;
}


@media (max-width: 991.96px) {
    .search-set .search-input input[type=search] {
        width: 200px;
    }
}

@media (max-width: 1199.96px) {
    .search-set .search-input input[type=search] {
        width: 220px;
    }
}

.search-set .search-input input[type=search] {
    height: 38px;
    border-radius: 8px;
    padding: 0.45rem 0.85rem 0.45rem 1.875rem;
    font-size: 14px;
}

.card .card-header {
    border-color: #E6EAED;
    position: relative;
    background: transparent;
    padding: 1rem 1.25rem 1rem;
}



.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.dropdown-item {
    color: #646B72;
    white-space: unset;
    padding: 0.5rem 0.9375rem;
    font-size: 0.8125rem;
}

a {
    text-decoration: none;
    color: #212B36;
}

a:hover {
    color: #dce922;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #212B36;

}

.btn-white {
    background: #fff;
    border: 1px solid #d1d2d3;
    color: #212B36 !important;

}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open>.btn-white.dropdown-toggle {
    background: #FDA24B;
    border: 1px solid #FDA24B;
    color: #fff !important;
}

table tbody td.action-table-data a {
    border: 1px solid #E6EAED;
    background-color: #ffffff;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    padding: 8px;
}

table .edit-delete-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.table tbody tr td {
    color: #646B72;
    font-size: 14px;
}

.table tbody tr td a {
    color: #212B36;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

table .edit-delete-action a {
    padding: 0;
}

.me-2 {
    margin-right: .5rem !important;
}

.table .edit-delete-action a svg {
    width: 14px;
    height: 14px;
}

.table .edit-delete-action a:hover {
    color: #000;
    background: rgb(224, 223, 223);
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

.dataTables_length,
.dataTables_paginate {
    padding: 10px 15px;
}

.dataTables_length {
    float: left;
    font-size: 12px;
}

.dataTables_length,
.dataTables_paginate {
    padding: 10px 15px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 23px;
    display: block;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: .85em;
}

.dataTables_info {
    float: left;
    padding-right: 15px;
    font-size: 14px;
    color: #646B72;
    font-weight: 400;
    margin-top: -50px;
    padding-bottom: 20px;
}

@media (max-width: 766.98px) {
    .dataTables_length {
        float: none;
    }
}

@media screen and (max-width: 767px) {

    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important;
    }
}


div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}

.dataTables_length label select {
    border: 1px solid #E6EAED;
    border-radius: 8px;
    margin: 0 8px;
    padding: 4px 25px 4px 10px !important;
    font-size: 12px;
}

.form-select {
    background-color: #ffffff;
    border: 1px solid #E6EAED;
    color: #646B72;
    font-size: 14px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-size: 1.25rem;
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm);
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting_asc_disabled,
table.dataTable thead>tr>th.sorting_desc_disabled,
table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting_asc_disabled,
table.dataTable thead>tr>td.sorting_desc_disabled {
    cursor: pointer;
    position: relative;
    padding-right: 26px;
    white-space: nowrap;
    overflow: auto;
}


table.dataTable thead th,
table.dataTable tbody td,
table.dataTable tfoot th,
table.dataTable tfoot td {
    text-align: left !important;
    padding-left: 20px !important;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    text-align: center !important;
    padding: 10px;
}

.table .checkboxs {
    margin-bottom: 15px;
}

.checkboxs {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    user-select: none;
}

.checkboxs input {
    position: absolute;
    opacity: 1;
    cursor: pointer;

}


.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: top;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}

.bootstrap-tagsinput {
    border-color: #E5E7EB;
    color: #6B7280;
    background-color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    padding: 0.45rem 0.625rem;
    box-shadow: none;
    overflow-y: auto;
    width: 100%;
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}

.bootstrap-tagsinput .label-info {
    position: relative;
    background: #E8E9EA;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}



.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.bootstrap-tagsinput .tag {
    background: #E8E9EA;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 14px;
    color: #212529;
    display: inline-flex;
    align-items: center;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;

}