﻿/* custom-bootstrap.css */
:root {
    --bs-primary: #343a40;
    --bs-secondary: #6c757d;
    --bs-success: #28a745;
    --bs-info: #17a2b8;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #343a40;
}

.sidebarcustom {
    /* Use a solid color */
    background-color: #0056b3 !important; /* Example solid color */
    /* Remove or comment out the gradient if not needed */
    /* background-image: linear-gradient(180deg, rgb(50, 115, 220) 0%, #651467 70%); */
}


.page-bottom-spacer {
    min-height: 30px;
}
.page-top-spacer {
    min-height: 15px;
}


.isi-page-title {
    margin-left: -32px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid white;
    margin-top: -25px;
    width: calc(100% + 68px);
    max-height: 30px;
}

.isi-page-body {
    margin-left: -18px;
    border: 1px solid black;
    width: calc(100% + 68px);
}

.isi-page-title h5 {
    padding-left: 15px;
    padding-top: 2px;
}

.k-card{
    border-width: 0px !important;
}

.howto-message{
    margin-left: -15px;
}

.k-button-solid-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.k-button-solid-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}