@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
}

.auth-body-bg {
    background-image: url(../images/auth-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-bg {
    background-image: url(../images/gpd-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 220px;
}

.table-rounded {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
