@import url('/lib/font-awesome/css/all.min.css');

.btn-rounded {
    border-radius: 2rem !important;
}

.rz-column-title {
    font-weight: bold;
}

.rz-data-row {
    border-bottom: 1px solid #dddddd;
}

.rz-chkbox {
    width: 4rem !important;
    height: 2rem !important;
}

.rz-dialog {
    min-height: 100px !important;
}

.rz-dialog-content {
    padding: 0 !important;
    overflow: hidden !important;
}

.mnt-card-body {
    max-height: calc(100vh - 150px);
}

/* Small devices (≥576px) */
@media (min-width: 576px) {
    
}

/* Medium devices (≥768px) */
@media (min-width: 768px) {
    .mnt-card-body {
        max-height: calc(100vh - 110px);
    }
}

/* Large devices (≥992px) */
@media (min-width: 992px) {
    
}

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) {
    
}

/* XXL devices (≥1400px) */
@media (min-width: 1400px) {
 
}

@font-face {
    font-family: Poppins;
    src: url('font/Poppins-Regular.ttf');
}

:root {
    --rz-link-color: #b7d5e5 !important;
    --rz-layout-body-padding: 0.25rem !important;
    --rb-panel-background-color: #fff;
    --rb-panel-border: 0.5rem;
    --rb-panel-padding: 0.5rem;
    --rz-text-font-family: Poppins, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

html, body {
    font-family: Poppins, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;    
}

.rz-body {
    background-image: url('image/background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rz-body {
    overflow: hidden !important;
}

.rz-icon {
    color: #74a6d1;
}

.ui-card {
    border-radius: 0.5rem;
    border: 1px solid #dddddd;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

.ui-card-header {
    background-color: #f5f5f5;
    border-radius: 0.5rem 0.5rem 0 0;
    border-bottom: 1px solid #dddddd;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    flex-grow: 0;
}

.ui-card-body {
    padding: 10px;
    flex-grow: 0;
    overflow-y: hidden;
    display: flex;
}

.ui-card-footer {
    background-color: #f5f5f5;
    border-radius: 0 0 0.5rem 0.5rem;
    border-top: 1px solid #dddddd;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    flex-grow: 0;
}

.btn-primary {
    background-color: #ADD2FF;
    border-color: #ADD2FF;
}

.btn-primary:hover {
    background-color: #86B6FE;
    border-color: #86B6FE;
}




