main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

#sidebar-menu a {
    text-decoration: none;
}

.dropdown-toggle {
    text-decoration: none;
}

.dropdown-toggle::after {
    display: none;
}

#loading {
	display: none;
	position: fixed;
	z-index: 2000;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	margin: 0;
	padding: 0;
	opacity: 1;
}

#loading img {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.required label:after {
    content: ' * ';
    color: #ff4d4d;
}

form .is-invalid input,
form .is-invalid select,
form .is-invalid textarea,
form .is-invalid span.select2-selection.select2-selection--multiple,
form .is-invalid .select2-container .select2-selection--single,
form .is-invalid div.selectize-input {
    border: 1px solid #ff4d4d;
}

form .is-invalid .input-group.input-group-right input  {
    border-left: 1px solid #ff4d4d;
    border-top: 1px solid #ff4d4d;
    border-bottom: 1px solid #ff4d4d;
    border-right: 1px solid #ced4da;
}

form .is-invalid .input-group.input-group-right .input-group-text {
    border-right: 1px solid #ff4d4d;
    border-top: 1px solid #ff4d4d;
    border-bottom: 1px solid #ff4d4d;
}

form .is-invalid .input-group.input-group-left input  {
    border-left: 1px solid #ced4da;
    border-top: 1px solid #ff4d4d;
    border-bottom: 1px solid #ff4d4d;
    border-right: 1px solid #ff4d4d;
}

form .is-invalid .input-group.input-group-left .input-group-text {
    border-left: 1px solid #ff4d4d;
    border-top: 1px solid #ff4d4d;
    border-bottom: 1px solid #ff4d4d;
}

form .is-invalid .invalid-feedback {
    display: block;
    color: red;
}

form .is-valid input,
form .is-valid select,
form .is-valid textarea,
form .is-valid span.select2-selection.select2-selection--multiple,
form .is-valid .select2-container .select2-selection--single,
form .is-valid div.selectize-input {
    border: 1px solid #1abc9c;
}

form .is-valid .invalid-feedback {
    display: none;
}

form .input-group .input-group-prepend input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

form .is-invalid .input-group .input-group-prepend input {
    border-left-color: #ff4d4d;
}

form .is-invalid .input-group > :not(.input-group-prepend input) + input:last-child {
    border-left-color: #ced4da;
    border-right-color: #ff4d4d;
}

input:read-only:not(input[type="checkbox"]) {
    background-color: #f7f7f7;
}

.form-check-input:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd;
}

.infinite-scroll {
    background: rgba(0,0,0,.1);
    width: 100%;
    height: 100%;
    border: 1px solid #b6bfc8;
}

.blink {
	font-size: 14px;
	padding: 0px 3px;
}

.blink.active {
	-webkit-animation: blink 1.3s infinite;
	-moz-animation: blink 1.3s infinite;
	-o-animation: blink 1.3s infinite;
	animation: blink 1.3s infinite;
}

.blink.blink-success {
	color: #fff;
	background-color: #397D6F;
}

.blink.blink-danger {
	color: #fff;
	background-color: #C2242C;
}

@keyframes blink {
	0% { opacity: 0; }
	10% { opacity: 0.1; }
	20% { opacity: 0.2; }
	30% { opacity: 0.3; }
	40% { opacity: 0.4; }
	50% { opacity: 0.5; }
	60% { opacity: 0.6; }
	70% { opacity: 0.7; }
	80% { opacity: 0.8; }
	90% { opacity: 0.9; }
	100% { opacity: 1; }
}

.table .table-dark th a {
    color:#fff;
}

.select2-container--bootstrap-5 .select2-selection {
    font-size: 13px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: 13px;
}

.select2-container--bootstrap-5 .select2-selection--single {
    padding: .375rem 2.25rem 1.830rem .75rem;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    line-height: 1.7;
}

.fieldset {
    border: 1px solid #ced4da;
    padding: 10px 15px;
}

.fieldset legend {
    font-size: 13px;
    float: none;
    width: auto;
    background: rgb(50, 58, 70);
    color: #fff;
    padding: 0px 5px;
    line-height: 1.3;
}

.close-jq-toast-single {
    top: 5px;
    height: 22px;
    width: 22px;
    background-color: rgba(0,0,0,.1);
    border-radius: 0;
    line-height: 22px;
}

.badge {
    font-size: 13px;
}

.badge.bg-warning {
    border: 1px solid #804d00;
    color: #333;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0,0,0,.4) !important;
}

/* Default 12px Tidak bisa diubah */
div .tippy-box {
    font-size: 12px;
}

[data-plugin~="tippy6"][data-tippy-size~="small"] + div .tippy-box {
    font-size: 12px;
}

.list-group-custom {
	background-color: #fff;
	border-radius: 0;
}

.list-group-custom .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.list-group-custom .list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.list-group-custom .list-group-item {
	border-right: 0;
	border-left: 0;
}

.list-group-custom .list-group-item.active {
	background-color: #38414a;
	border-color: #38414a;
}

.table.table-custom-dark thead th {
    border-bottom: 1px solid #dee2e6;
    background: #38414a;
    color: #fff;
}

table.border-collapse-separate {
    border-collapse: separate !important;
}

.table.listview tbody th {
    border-right: 1px solid #ced4da;
}

.w-188px {
    width: 188px !important;
}

.small-box {
    border-radius: .25rem;
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
    display: block;
    margin-bottom: 20px;
    position: relative;
    text-decoration: none;
}

.small-box.bg-info {
    background-color: #17a2b8 !important;
    color: #fff !important;
}

.small-box.bg-info h3 {
    color:  #fff !important;
}

.small-box.bg-success {
    background-color: #28a745 !important;
    color: #fff !important;
}

.small-box.bg-success h3 {
    color: #fff !important;
}

.small-box.bg-danger {
    background-color: #dc3545 !important;
    color: #fff !important;
}

.small-box.bg-danger h3 {
    color: #fff !important;
}

.small-box.bg-warning {
    background-color: #ffc107 !important;
    color: #323a46 !important;
}

.small-box.bg-warning h3 {
    color: #323a46 !important;
}

.small-box.bg-warning > .small-box-footer {
    color: #323a46 !important;
}

.small-box > .inner {
    padding: 10px;
}

.small-box h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
}

.small-box p {
    font-size: 1rem;
}

.small-box .icon {
    color: rgba(0,0,0,.15);
}

.small-box > .small-box-footer {
    background-color: rgba(0,0,0,.1);
    color: rgba(255,255,255,.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}

.small-box .icon > i {
    font-size: 70px;
    position: absolute;
    right: 15px;
    top: 20px;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear,-webkit-transform .3s linear;
}

.small-box:hover .icon > i,
.small-box:hover .icon > svg {
    transform: scale(1.1);
}

.card.card-sparkline {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius:0;
    border:1px solid #dee2e6;
}

.card.card-sparkline .card-header {
    background-color: #fff;
    padding: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card.card-sparkline .card-header .card-title {
    margin-bottom: 0;
}

.card.card-sparkline .card-body {
    padding: .75rem;
}

.bgi-size-contain {
    background-size: contain;
}

.bgi-position-x-end {
    background-position-x: right;
}

.bgi-no-repeat {
    background-repeat: no-repeat;
}

.lh-1 {
    line-height: 1 !important;
}

.fs-2hx {
    font-size: 2.5rem !important;
}

.ls-n2 {
    letter-spacing: -.115rem !important;
}

.h-8px {
    height: 8px !important;
}

.card-flush.bg-danger {
    background-color: #F1416C !important;
    background-image: url('/media/images/patterns/vector-1.png');
}

.card-flush.bg-success {
    background-color: #28a745;
    opacity: 1;
    background-image:  radial-gradient(#fdfdfd 0.75px, transparent 0.75px), radial-gradient(#fdfdfd 0.75px, #28a745 0.75px);
    background-size: 30px 30px;
    background-position: 0 0,15px 15px;
}

.card-flush.bg-dark {
    background-image: url('/media/images/patterns/sprinkle-dark.svg');
}

.card .card-header {
    background: transparent;
}

.form-control:disabled {
    background-color: #f7f7f7;
}

.modal-header.bg-dark .modal-title {
    color:#fff;
}

.modal-header.bg-dark .btn-close {
    filter: brightness(0) invert(1);
}

.table-dark a.asc::after {
    border-bottom: solid 7px #fff;
    border-top-width: 0;
    display: none;
}

.table-dark a.desc::after {
    border-bottom: solid 7px #fff;
    border-top-width: 0;
    display: none;
}

.form-select:disabled {
    border-color: #ced4da;
}

.btn:disabled,.btn.disabled {
    cursor: no-drop;
    pointer-events: auto;
}

.btn.btn-light {
    border: 1px solid #ced4da;
}

.btn.btn-warning {
    border: 1px solid #804d00;
}

.bg-yellow {
    background: #fcf803 !important;
}

.bg-cyan {
    background: #00b386 !important;
}

.btn-cyan {
    background: #00b386 !important;
    border: 1px solid #009973 !important;
    color: #fff !important;
}

.btn-cyan:hover {
    background: #00cc99 !important;
    color: #fff !important;
}

.btn-magenta {
    background: #c69 !important;
    border: 1px solid #ac3973 !important;
    color: #fff !important;
}

.btn-magenta:hover {
    background: #bf4080 !important;
    color: #fff !important;
}

.badge.bg-yellow {
    background: #FF0 !important;
    color: #333;
    border: 1px solid #21211f;
}

.bg-purple {
    background-color: #8600b3 !important;
    color: #fff !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    font-size: 13px;
}

.jq-icon-warning {
    background-image: none;
    background-color: #f7b84b !important;
    color: #312002 !important;
    border: 1px solid #312002;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.jq-toast-single h2 {
    font-weight: bold;
}

.jq-icon-warning::before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f071";
    position: absolute;
    left: 15px;
    font-size: 21px;
    top: 40px;
}

.jq-icon-warning .jq-toast-loader {
    background-color: #312002 !important;
}

.jq-icon-warning .close-jq-toast-single {
    color: #000;
}

a.notify-item {
    border-bottom: 1px solid #f1f2f4;
}

a.notify-item:last-child {
    border-bottom: none;
}

.notification-list .profile-dropdown .notify-item {
    border-bottom: none;
}

.card-paper::before {
    background-color: rgba(255,255,255,.5);
    box-shadow: 0 .25rem 1.125rem rgba(75,70,92,.1);
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    top: -2rem;
    z-index: -1;
    content: "";
    border: 1px solid rgba(206, 212, 218, 0.6);
}

.card-paper::after {
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 .25rem 1.125rem rgba(75,70,92,.1);
    position: absolute;
    bottom: .5rem;
    left: .5rem;
    right: .5rem;
    top: -1rem;
    z-index: -1;
    content: "";
    border: 1px solid rgba(206, 212, 218, 0.8);
}

.card-shadow {
    border: 1px solid #ced4da;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role="group"] .select2-results__group {
    padding: 0;
}

.callout {
    padding: 1rem;
    margin: 1rem 0;
    border: 1px solid #d8dbe0;
    border-left-width: 4px;
    border-radius: 0.375rem;
    border-left-color: #321fdb;
}

.callout-primary { border-left-color: #321fdb !important; }
.callout-secondary { border-left-color: #9da5b1 !important; }
.callout-success { border-left-color: #2eb85c !important; }
.callout-danger { border-left-color: #e55353 !important; }
.callout-warning { border-left-color: #f9b115 !important; }
.callout-info { border-left-color: #39f !important; }
.callout-light { border-left-color: #ebedef !important; }
.callout-dark { border-left-color: #4f5d73 !important; }
.callout-title { margin-top:0; }
.callout-primary .callout-title { color:#24169c; }
.callout-secondary .callout-title { color:#17191c; }
.callout-success .callout-title { color:#196633; }
.callout-danger .callout-title { color:#b11b1b; }
.callout-warning .callout-title { color:#7c5603; }
.callout-info .callout-title { color:#0066cc; }
.callout-light .callout-title { color:#171a1c; }
.callout-dark .callout-title { color:#343d4c; }

.dtTable:not(:last-child) {
    margin-bottom:50px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected small, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"]:not(.select2-results__option--highlighted) small {
    color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color:#fff;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #0099cc;
    border: 0;
}

.select2-selection--multiple .select2-selection__rendered .select2-search .select2-search__field {
    width: 100% !important;
}

.fv-plugins-bootstrap5:not(.fv-plugins-bootstrap5-form-inline) label ~ .fv-plugins-icon {
  top: 21px;
}

.is-invalid .select2-container--default .selection .select2-selection--multiple {
    border:1px solid red !important;
}

.is-valid .select2-container--default .selection .select2-selection--multiple {
    border:1px solid green !important;
}

.signature-dotted {
    border-bottom: 2px dotted #171a1c;
    min-width: 120px;
    display: inline-block;
}

.table > :not(:first-child) {
    border-top: 1px solid #dee2e6;
}

table tbody tr td[contenteditable] {
    outline: 0px solid transparent;
}

.gridview-dark .active > .page-link, .gridview-dark .page-link.active {
    background-color: #323a46;
    color:#fff;
}

/** summernote */
.note-modal input[type="button"].btn-primary {
    background-color: #6658dd;
}

.note-editor {
    margin-bottom: 0;
}

.note-dropdown-menu {
    border: 1px solid #ced4da;
    padding: 0;
    margin-top: 3px !important;
}

.note-toolbar blockquote,
.note-toolbar pre {
    padding: 0 !important;
}

.note-editable p {
    margin-bottom: 0;
}

/**
 * ======================================================
 * BEGIN::MEDIA
 * ======================================================
 */
@media (max-width: 575.98px) {
    .card-paper .date_at {
        font-size: 12px !important;
        text-align: start !important;
    }

    .card-paper .header-line {
        margin-top: 5px;
    }
}
 
 /* Small devices (landscape phones (SM), 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }

    .card-paper .date_at {
        font-size: 12px !important;
        text-align: start !important;
    }

    .card-paper .header-line {
        margin-top: 5px;
    }
}
 
 /* Medium devices (tablets (MD), 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
}
 
 /* Large devices (desktops (LG), 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}
 
 /* Extra large devices (large desktops (XL), 1200px and up) */
@media (min-width: 1200px) {
}
 /**
  * ======================================================
  * END::MEDIA
  * ======================================================
  */