.tagify {
    --tag-bg: #e0f2fe;
    --tag-text-color: #0369a1;
    --tags-border-color: #ced4da;
    --tag-remove-btn-color: #0369a1;

    width: 100%;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
}

.tagify__tag__removeBtn:hover {
    background: #b91c1c;
    color: white !important;
}

body {
    background-color: skyblue;
}

.btn-copy {
    right: 0px;
    border: none !important;
    background: #ccc !important;
    border-radius: 1px !important;
}

.btn-copy:hover {
    opacity: 0.9;
}

.clickable-card {
    cursor: pointer;
    position: relative;
}

.clickable-card .badge {
    position: relative;
    z-index: 2;
    min-width: 35px;
    font-weight: 600;
    font-size: 16px;
}

a.btn-click {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.clear-button {
    font-size: 2em;
    margin-top: -5px;
    color: #9da2ae;
}

.ic-cm-v svg {
    width: 23px;
    height: 23px;
    color: #6b7280;
    /*fill: var(--tblr-cyan);*/
}

.ic-cm svg {
    width: 23px;
    height: 23px;
    fill: #a3acbf;
}

.ic-cm:hover svg {
    fill: #1f1f1f;
}

.ic-cm-v:hover svg {
    color: #1f1f1f;
}

.ic-cm.ic-rp svg {
    width: 24px;
    height: 24px;
}

.ic-cm.dropdown-toggle svg {
    fill: #2f3747;
}

.ic-cm.dropdown-toggle:after {
    content: none;
}

.bg-bd {
    background-color: #eff2f7;
}

.dp-item {
    padding: 5px 10px;
}

.dp-lnk {
    color: #2f3747;
}

.dp-lnk svg {
    color: var(--tblr-warning);
}

.dp-lnk:hover {
    color: #2f3747;
}

.dp-btn {
    border: none;
    background-color: transparent;
    padding: 0;
    color: #2f3747;
}

.dp-btn svg {
    color: var(--tblr-danger);
}

.card-footer .active > .page-link, .page-link.active {
    background-color: #9ca3af;
    border-color: #9ca3af;
}

.bg-dark-lt .remove {
    color: var(--tblr-cyan);
}

.tomselected.plugin-clear_button .clear-button {
    background: #fff !important;
    right: 1rem;
}

.btn-prv svg {
    fill: #2f3747;
    width: 24px;
    height: 24px;
}

.btn-cd svg {
    margin: 0;
}

.form-control.is-invalid[type="date"] {
    background-image: none;
}

.pagination span {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    vertical-align: middle;
    border: 1px solid #9ca3af;
    color: #fff;
    line-height: 28px;
    text-align: center;
}

.pagination span a {
    color: #9ca3af;
}

.pagination .current {
    background-color: #9ca3af;
    border: 1px solid #9ca3af;
}

.btn-secondary:hover svg {
    stroke: #fff;
}

.bg-bd .alert {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 150px
}

.card-pos.card {
    position: static;
}

.card-pos.card .card-body {
    position: static;
}

.hdr {
    max-width: 900px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .navbar-cm.navbar-expand-md .nav-item.active::after {
        border: 0 var(--tblr-border-style) var(--tblr-cyan);
        border-bottom-width: 2px;
    }
}

.list-user {
    padding: 0px !important;
}

.list-user a {
    padding: 10px;
}
