@charset "UTF-8";
/* CSS Document */

:root, [data-bs-theme=light] {
	--bs-primary: #0000FF;
}

h1, h2, h3, h4, h5, h6, p {
	color: #000;
}

.text-color-light {
	color: #fff;
}

.btn {
	--bs-btn-padding-x: 1.075rem;
}

.app-brand-logo img {
	width: 100px;
}

.app-brand-logo-inner img {
	width: 250px;
}

.layout-navbar-fixed .layout-page:not(.window-scrolled) .layout-navbar.navbar-detached {
    background: transparent;
}

.layout-navbar {
	backdrop-filter: unset;
	height: 7rem;
}

.bg-menu-theme {
	background: transparent !important;
}

.authentication-wrapper .auth-cover-illustration {
    z-index: 1;
    max-inline-size: 100% !important;
    object-fit: cover;
    height: 100%;
}

.auth-cover-brand {
	z-index: 999;
}

.btn-primary {
    color: #fff;
    background-color: #0000FF;
    border-color: #0000FF;
}

.btn-dark {
	background-color: #161616 !important;
    border-color: #161616 !important;
}

a {
    color: #0000FF;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label {
	color: #161616 !important;
}

.form-control:focus {
	border-color: #161616 !important;
}

.form-check-input:checked {
    background-color: #161616;
    border-color: #161616;
}

.text-primary {
    color: #0000FF !important;
}

.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus, .page-item.active .page-link:disabled, .page-item.active .page-link.disabled, .pagination li.active > a:not(.page-link), .pagination li.active > a:not(.page-link):hover, .pagination li.active > a:not(.page-link):focus, .pagination li.active > a:not(.page-link):disabled, .pagination li.active > a:not(.page-link).disabled {
	border-color: #0000FF;
    background-color: #0000FF;
    color: #fff;
}

.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus, .page-item.active .page-link:disabled, .page-item.active .page-link.disabled, .pagination li.active > a:not(.page-link), .pagination li.active > a:not(.page-link):hover, .pagination li.active > a:not(.page-link):focus, .pagination li.active > a:not(.page-link):disabled, .pagination li.active > a:not(.page-link).disabled {
	border-color: #161616;
    background-color: #161616;
    color: #fff;
}

.disabled-brand {
	opacity: 0.3;
	filter: saturate(0.1);
}

.img-seq {
	position: absolute;
    bottom: 10px;
    z-index: 999;
    left: 10px;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
}

.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	z-index: 99;
}

.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid #cc0000;
}
.ribbon span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 10px 0;
	background-color: #ff0000;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	color: #fff;
	font-size: 14px;
    font-weight: 600;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	text-align: center;
}

.ribbon-top-right {
	top: -10px;
	right: -10px;
}
.ribbon-top-right::before, .ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
}
.ribbon-top-right::before {
	top: 0;
	left: 0;
}
.ribbon-top-right::after {
	bottom: 0;
	right: 0;
}
.ribbon-top-right span {
	left: -25px;
	top: 40px;
	transform: rotate(45deg);
}

.brand-img {
    height: 150px;
    width: 100%;
    padding: 0 20px;
}

.brand-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 991px){
    .bg-menu-theme {
        background: white !important;
    }
    
    .brand-img {
        height: 80px;
        width: 100%;
        padding: 0 20px;
    }
}

.dl-btn {
	position: absolute;
    top: 5px;
    right: 5px;
    background: #161616;
    border-radius: 5px;
    color: #fff;
    width: 30px;
    height: 30px;
    margin: auto 0;
	cursor: pointer;
}

.dl-btn i {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.card-title {
    width: fit-content;
    margin: 0 auto;
    padding: 0 20px;
    color: #000;
}

.card-desc {
	color: #000;
}

.card-top-title h3 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 30px;
	color: #000;
}

.card-content {
    background: transparent;
	border: 1px solid #000;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 6px;
    padding: 0 12px;
}

.card-top-title .card-date {
    font-style: italic;
    font-weight: 500;
    color: #000;
}

.card-element {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
	border-bottom: 1px dotted;
    margin-bottom: 20px;
}

.card-element h4 {
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
	text-align: left;
}

.card-element .elm-top {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}

.card-element .elm-sep {
    color: #000;
}

.card-element .elm-total {
    color: #000;
}

.card-footer {
	color: #000;
}

@media only screen and (max-width: 991px){
	.card-element {
		flex-direction: row;
	}
	
	.card-content {
		padding: 10px 15px;
	}
	
	.card-element h4 {
		font-size: 12px;
		line-height: 14px;
	}
	
	.card-element .elm-top {
		font-size: 18px;
		font-weight: 600;
		color: #000;
	}
	
	.card-element .elm-sep {
		font-size: 12px;
	}
	
	.card-element .elm-total {
		font-size: 12px;
	}
}

.card-footer-content {
  display: flex;
  flex-direction: column; 
  align-items: left;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}

.card-footer-content li {
  text-align: left;
}
