.radius-8 {
    border-radius: 8px;
    cursor: pointer;
}
.card-count {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 8px 0;
    white-space: nowrap;
    padding: 0;
    text-align: left;
}
.text-dash-grey {
    color: rgba(73, 80, 87, 1) !important;
}

.bg-primary .card-body {
    color: #f1f1f1;
}
.bg-primary .card-body h5 {
    color: #f1f1f1;
}
.app-search span , .app-search input.form-control::-webkit-input-placeholder{
    color: rgba(116, 120, 141, 1) !important;
    font-size: 12px;
}
body[data-topbar=dark] .app-search .form-control {
    background-color: white !important;
    color: unset;
}
.is-align-items-center {
    display: flex;
    align-self: center!important;
}
.is-clickable {
    cursor: pointer;
}
.apex-charts text {
    font-family: var(--bs-font-sans-serif)!important;
    fill: #343A40 !important;
}





.card-box {
    position: relative;
    color: #fff;
    padding: 20px 10px 0px;
    margin: 20px 0px;
    overflow: hidden;
}
.card-box:hover {
    text-decoration: none;
    color: #f1f1f1;
}
.card-box:hover .icon i {
    font-size: 100px;
    transition: 1s;
    -webkit-transition: 1s;
}
.card-box .inner {
    padding: 5px 3px 0 4px;
}
.card-box h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 8px 0;
    white-space: nowrap;
    padding: 0;
    color: #f1f1f1;
    text-align: left;
}
.card-box p {
    font-size: 14px;
}
.card-box .icon {
    position: absolute;
    overflow: hidden;
    top: auto;
    bottom: -20px;
    right: -5px;
    z-index: 0;
    font-size: 72px;
    color: rgba(0, 0, 0, 0.15);
}
.card-box .card-box-footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    padding: 3px 0;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    text-decoration: none;
}
.card-box:hover .card-box-footer {
    background: rgba(0, 0, 0, 0.3);
}
.bg-blue {
    background-color: #00c0ef !important;
}
.bg-green {
    background-color: #00a65a !important;
}
.bg-orange {
    background-color: #f39c12 !important;
}
.bg-red {
    background-color: rgba(209, 49, 49, 1) !important;
}

.h-60x {
    height: 60px;
}