/* @font-face {
    font-family: 'Kalimati';
    src: url('/fonts/Kalimati.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Kalimati', sans-serif;
} */

.mt-10 {
    margin-top: 100px !important;
}


.icon {
    min-width: 5rem;
    height: 5rem;
}

.icon i {
    font-size: 2.25rem;
}

.icon-shape {
    display: inline-flex;
    padding: 5px;
    margin-top: -3rem;
    text-align: center;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.bg-primary {
    background-image: linear-gradient(
        to bottom right,
        #715dca,
        #099aaa
    ) !important;
}

.bg-info {
    background-image: linear-gradient(
        to bottom right,
        #19c5db,
        #19c5db
    ) !important;
}

.bg-success {
    background-image: linear-gradient(
        to bottom right,
        #47a157,
        #2e9069
    ) !important;
}

.bg-danger {
    background-image: linear-gradient(
        to bottom right,
        #e9322e,
        #be1915
    ) !important;
}

.bg-warning {
    background-image: linear-gradient(
        to bottom right,
        #fe9402,
        #f7740a
    ) !important;
}

.text-success {
    color: #5da129 !important;
}

.text-warning {
    color: #f7740a !important;
}

.card-stats {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-radius: 3px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.card-stats {
    position: relative;
}

.card-stats .shape {
    position: absolute;
    bottom: -20px;
    inset-inline-end: -10px;
    height: 100px;
    width: 100px;
    background: white !important;
    border-radius: 50px;
    opacity: 0.1;
    transition: opacity 0.3s;
}

.card-stats .shape1 {
    position: absolute;
    bottom: 50px;
    inset-inline-end: -30px;
    height: 100px;
    width: 100px;
    background: white !important;
    border-radius: 50px;
    opacity: 0.1;
    transition: opacity 0.3s;
}

.card-stats-success {
    border-color: #5da129 !important;
    box-shadow: 0px 0px 5px rgba(93, 161, 41, 0.5);
}

.card-stats-primary {
    background-image: linear-gradient(
        to bottom right,
        #715dca,
        #aa66f4
    ) !important;
    box-shadow: 0px 0px 5px rgba(9, 158, 175, 0.5);
}

.card-stats-info {
    background-image: linear-gradient(
        to bottom right,
        #19c5db,
        #19c5db
    ) !important;
    box-shadow: 0px 0px 5px rgba(25, 197, 219, 0.5);
}

.card-stats-danger {
    background-image: linear-gradient(
        to bottom right,
        #e9322e,
        #be1915
    ) !important;
    box-shadow: 0px 0px 5px rgba(233, 50, 46, 0.5);
}

.card-stats-warning {
    background-image: linear-gradient(
        to bottom right,
        #fe9402,
        #f7740a
    ) !important;
    box-shadow: 0px 0px 5px rgba(254, 148, 2, 0.5);
}

.card-stats i {
    font-size: 2rem;
}
