/**
* AptikaBootstrap extends Bootstrap-5.3.3
* customize for Aptika Diskominfotik Riau
* make sure to load this file after loading bootstrap
*/
@charset "UTF-8";

:root {
	--bs-font-quicksand-poppins: 'Quicksand', 'Poppins', "Open Sans", sans-serif;
	--bs-body-font-family: var(--bs-font-quicksand-poppins);
	--bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
	--bs-btn-bg: #f97316;
	--bs-btn-border-color: #f97316;
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 1.5rem;
	--aptika-pmb-color: #344767;
	--aptika-pmb-font-color: #67748e;
}
html * {
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    background-color: var(--bs-body-bg);
    color: var(--aptika-pmb-font-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-size: 1rem;
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
    margin-right: auto;
    margin-left: auto;
}
.navbar {
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .16);
}
.navbar
.nav-link,
.navbar .navbar-brand {
	color: var(--aptika-pmb-color) !important;
	font-size: .875rem;
}
.navbar-toggler {
    border: 1px solid transparent;
}
.navbar-toggler-icon {
    background-position:50%;
	background-repeat:no-repeat;
    background-size:100%;
    display:inline-block;
    height:1.5em;
    vertical-align:middle;
    width:1.5em;
}
.navbar-toggler .navbar-toggler-icon {
    background-image:none;
}
.navbar-toggler .navbar-toggler-icon .navbar-toggler-bar {
    background: #6c757d;
    border-radius: 1px;
    display: block;
    height: 1px;
    margin: 0 auto;
    position: relative;
    transition: all .2s;
    width: 22px
}
.navbar-toggler .navbar-toggler-icon .navbar-toggler-bar.bar2,
.navbar-toggler .navbar-toggler-icon .navbar-toggler-bar.bar3 {
    margin-top: 7px
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-bar.bar1 {
    margin-top: 4px;
    transform: rotate(45deg);
    transform-origin: 10% 10%
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-bar.bar2 {
    opacity: 0
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-bar.bar3 {
    margin-top: 3px;
    transform: rotate(-45deg);
    transform-origin: 10% 90%
}
.navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: rgba(58,65,111,.5);
    content: "\f107";
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    margin-left: auto;
    transition: all .2s ease-in-out
}
.aptika-font-color {
	color: var(--aptika-pmb-color) !important;
}
.cursor-pointer {
	cursor: pointer;
}
a {
	color: var(--aptika-pmb-color);
	letter-spacing: -.025rem;
	text-shadow: 0 1px #fff;
    text-decoration: none;
}
.dropdown .dropdown-menu {
	border: 0 solid transparent;
}
@media screen and (min-width: 576px) {
    .modal-xxl {
        width: 90% !important;
        max-width: 90% !important;
    }
}
@media (max-width: 991px) {
	.dropdown-menu.show {
		border: 0 solid transparent;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}
@media (min-width: 992px) {
	.dropdown .dropdown-menu {
		min-width: 15rem;
	}
	.dropdown .dropdown-menu {
		box-shadow: 0 8px 26px -4px rgba(20, 20, 20, 0.15), 0 8px 9px -5px rgba(20, 20, 20, 0.06);
		transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
		cursor: pointer;
	}
	.dropdown.set-hover {
		cursor: pointer;
	}
	.dropdown.set-hover .dropdown-menu,
	.dropdown.set-hover .dropdown-menu.show {		
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: block;
        opacity: 0;
        pointer-events: none;
        top: 0;
        transform: perspective(999px) rotateX(-10deg) translateZ(0) translate3d(0,37px,0)!important;
        transform-origin: 50% 0;
        will-change: transform,box-shadow;
	}
	.dropdown.set-hover:hover > .dropdown-menu,
	.dropdown .dropdown-menu.show {
		opacity: 1;
		pointer-events: auto;
		visibility: visible;		
        transform: perspective(999px) rotateX(0deg) translateZ(0) translate3d(0,37px,5px)!important;
	}
	.dropdown.set-hover:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.dropdown-item {
		border-radius: var(--bs-border-radius);
		transition: background-color 0.3s ease, color 0.3s ease;
	} 
	.dropdown-item:focus,
	.dropdown-item:hover {
		background-color: #7175aa;
		color: #fff !important;
	}
}
.z-index-sticky {
	z-index: 1020;
}
.glassmorphism {
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: saturate(200%) blur(30px);
	-webkit-backdrop-filter: saturate(200%) blur(30px);
}
.glassmorphism-smooth {
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: saturate(200%) blur(30px);
	-webkit-backdrop-filter: saturate(200%) blur(30px);
}
.btn-primary,
.btn-primary:hover {
	background-color: #333a62;
	border-color: #333a62;
}
.btn:not([class*=btn-outline-]) {
    border: 0;
}
.badge,
.btn {
    text-transform: uppercase;
}
.btn {
    font-size: .75rem;
    font-weight: 700;
	color: #ffffff;
	padding: .75rem 1.5rem;
	background-position-x: 25%;
    background-size: 150%;
    box-shadow: 0 4px 7px -1px rgba(0, 0, 0, .11), 0 2px 4px -1px rgba(0, 0, 0, .07);
	letter-spacing: -.025rem;
    margin-bottom: 1rem;
	line-height: 1.4;
	transition: all .15s ease-in;
}
.btn:hover,
.btn:focus,
.btn:focus-visible {
	color: #ffffff !important;
}
.btn:hover:not(.btn-icon-only) {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .09),0 2px 3px -1px rgba(0, 0, 0, .07);
    transform: scale(1.02)
}
.btn-sm {
    border-radius: .5rem;
    padding: .5rem 2rem;
	font-weight: 500;
}
.btn-group-lg>.btn, .btn-lg {
    border-radius: .5rem;
    font-size: .875rem;
    padding: .875rem 4rem;
}
.fs-sm {
    font-size: .875rem;
}
.fs-point-7 {
    font-size: .7rem;
}
.fs-point-9 {
    font-size: .9rem;
}
/* title-breadcrumb */
.title-breadcrumb {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.title-breadcrumb h3 {
    position: relative;
    display: inline-block;
    color: #ffffff !important;
}
.title-breadcrumb h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px; /* adjust distance from text */
    width: 100%;
    height: 2px; /* thickness of underline */
    background-color: #ffd026; /* color of underline */
}
/* title-breadcrumb */

.bg-gradient-primary {
    background-image: linear-gradient(310deg, #7928ca 0%, #ff0080 100%);
}
.bg-gradient-secondary {
    background-image: linear-gradient(310deg, #627594 0%, #a8B8d8 100%);
}
.bg-gradient-success {
    background-image: linear-gradient(310deg, #17ad37 0%, #98ec2d 100%);
}
.bg-gradient-info {
    background-image: linear-gradient(310deg, #2152ff 0%, #21d4fd 100%);
}
.bg-gradient-warning {
    background-image: linear-gradient(310deg, #f53939 0%, #fbcf33 100%);
}
.bg-gradient-danger {
    background-image: linear-gradient(310deg, #ea0606 0%, #ff667c 100%);
}
.bg-gradient-light {
    background-image: linear-gradient(310deg, #ced4da 0%, #ebeff4 100%);
}
.bg-gradient-dark {
    background-image: linear-gradient(310deg, #141727 0%, #3a416f 100%);
	color: #ffffff;
}

.letter-spacing-1 {
    letter-spacing: 1px !important;
}
.text-dark {
	color: var(--aptika-pmb-color) !important;
}
.text-gradient {
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    position: relative;
    z-index: 1;
}
.text-gradient.text-dark {
    background-image: linear-gradient(310deg, #141727, #3a416f);
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    color: #344767;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0;
}
.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    letter-spacing: -.05rem;
}
.h1, .h2, .h3, h1, h2, h3 {
    font-weight: 700;
}
.h2, h2 {
    font-size: calc(1.325rem + 0.96vw);
    letter-spacing: .05rem;
    line-height: 1.3;
}
.h4, .h5, .h6, h4, h5, h6 {
    font-weight: 600;
}
.h5, h5 {
    font-size: calc(1rem + 0.208vw);
}
.info-horizontal {
    text-align: left !important;
}
.info-horizontal .description {
    overflow: hidden;
}
.info-horizontal .icon {
    float: left;
}
.icon-sm-custom {
    height: 32px;
    width: 20px;
}
.icon-shape {
    background-position: 50%;
    border-radius: .75rem;
    height: 48px;
    width: 48px;
}
.icon {
    fill: currentColor;
    stroke: none;
}
.icon {
    display: inline-block;
    color: #111111;
    height: 1em;
    width: 1em;
}
.fw-bold {
    font-weight: 600 !important;
}
/* .swal2-popup {
    border-radius:20px !important;
    padding:50px 20px !important;
    min-width: 60% !important;
} */
.swal2-container h2.swal2-title {
    font-size: 1.25rem !important;
}
.fulljustify {
    text-align: justify;
}
.fulljustify:after {
    content: "";
    display: inline-block;
}
.letter-spacing-1 {
    letter-spacing: 1px !important;
}
.section-divider {
    background: #fefefe;
    /* border-bottom: ; */
}
.section-title {
    padding-bottom: 0.5rem;
}
.section-title h2 {
    padding-bottom: 0.5rem;
}
.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    bottom: 0;
    left: calc(50% - 20px);
}
.placeholder {
    background-color: #ded3ee;
    opacity: 1;
    border-radius: 0.5rem;
}
.placeholder-wave {
    -webkit-mask-image: linear-gradient(115deg, #eee 20%, rgba(221,221,221, 0.6) 75%, #eee 33%);
    mask-image: linear-gradient(115deg, #eee 20%, rgba(221,221,221, 0.6) 75%, #eee 33%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    animation: placeholder-wave 1.5s linear infinite;
}

/* timeline-left */
.timeline-left {
    position: relative;
    padding: 0;
    margin: 0 0 45px;
}
.timeline-left::before {
    border-radius: 0.375rem; /* example radius */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 31px;
    width: 4px;
    margin: 0;
    content: "";
    background-color: var(--bs-border-color);
}
.timeline-left > div {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}
.timeline-left > div::before,
.timeline-left > div::after {
    display: table;
    content: "";
}
.timeline-left > div > .timeline-left-item {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); /* fallback for $lte-card-shadow */
    border-radius: 0.375rem;
    position: relative;
    padding: 0;
    margin-top: 0;
    margin-right: 15px;
    margin-left: 60px;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
}
.timeline-left > div > .timeline-left-item > .time {
    float: right;
    padding: 10px;
    font-size: 12px;
    color: var(--bs-secondary-color);
}
.timeline-left > div > .timeline-left-item > .timeline-left-header {
    padding: 10px;
    margin: 0;
    font-size: 16px;
    line-height: 1.1;
    color: var(--bs-secondary-color);
    border-bottom: 1px solid var(--bs-border-color);
}
.timeline-left > div > .timeline-left-item > .timeline-left-header > a {
    font-weight: 600;
    text-decoration: none;
}
.timeline-left > div > .timeline-left-item > .timeline-left-body,
.timeline-left > div > .timeline-left-item > .timeline-left-footer {
    padding: 10px;
}
.timeline-left > div > .timeline-left-item > .timeline-left-body > img {
    margin: 10px;
}
.timeline-left > div > .timeline-left-item > .timeline-left-body > dl,
.timeline-left > div > .timeline-left-item > .timeline-left-body > ol,
.timeline-left > div > .timeline-left-item > .timeline-left-body > ul {
    margin: 0;
}
.timeline-left > div .timeline-left-icon {
    position: absolute;
    top: 0;
    left: 18px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background-color: var(--bs-secondary-bg);
    border-radius: 50%;
}
.timeline-left > .time-label > span {
    border-radius: 4px;
    display: inline-block;
    padding: 5px;
    font-weight: 600;
    background-color: var(--bs-body-bg);
}

.timeline-left-inverse > div > .timeline-left-item {
    box-shadow: none;
    background-color: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
}
.timeline-left-inverse > div > .timeline-left-item > .timeline-left-header {
    border-bottom-color: var(--bs-border-color);
}
/* timeline-left */
/* timeline-right */
.timeline-right {
    position: relative;
    padding: 0;
    margin: 0 0 45px;
}
.timeline-right::before {
    border-radius: 0.375rem; /* example radius */
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 31px;
    width: 4px;
    margin: 0;
    content: "";
    background-color: var(--bs-border-color);
}
.timeline-right > div {
    position: relative;
    margin-left: 10px;
    margin-bottom: 15px;
}
.timeline-right > div::before,
.timeline-right > div::after {
    display: table;
    content: "";
}
.timeline-right > div > .timeline-right-item {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); /* fallback for $lte-card-shadow */
    border-radius: 0.375rem;
    position: relative;
    padding: 0;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 60px;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
}
.timeline-right > div > .timeline-right-item > .time {
    float: right;
    padding: 10px;
    font-size: 12px;
    color: var(--bs-secondary-color);
}
.timeline-right > div > .timeline-right-item > .timeline-right-header {
    padding: 10px;
    margin: 0;
    font-size: 16px;
    line-height: 1.1;
    color: var(--bs-secondary-color);
    border-bottom: 1px solid var(--bs-border-color);
}
.timeline-right > div > .timeline-right-item > .timeline-right-header > a {
    font-weight: 600;
    text-decoration: none;
}
.timeline-right > div > .timeline-right-item > .timeline-right-body,
.timeline-right > div > .timeline-right-item > .timeline-right-footer {
    padding: 10px;
}
.timeline-right > div > .timeline-right-item > .timeline-right-body > img {
    margin: 10px;
}
.timeline-right > div > .timeline-right-item > .timeline-right-body > dl,
.timeline-right > div > .timeline-right-item > .timeline-right-body > ol,
.timeline-right > div > .timeline-right-item > .timeline-right-body > ul {
    margin: 0;
}
.timeline-right > div .timeline-right-icon {
    position: absolute;
    top: 0;
    left: auto;
    right: 18px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background-color: var(--bs-secondary-bg);
    border-radius: 50%;
}
.timeline-right > .time-label {
    text-align: right;
}
.timeline-right > .time-label > span {
    border-radius: 4px;
    display: inline-block;
    padding: 5px;
    font-weight: 600;
    background-color: var(--bs-body-bg);
}
.timeline-right-inverse > div > .timeline-right-item {
    box-shadow: none;
    background-color: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
}
.timeline-right-inverse > div > .timeline-right-item > .timeline-right-header {
    border-bottom-color: var(--bs-border-color);
}
/* timeline-right */

/* datatable */
/* .dataTable th.dt-type-numeric {
    text-align: left !important;  /* Or 'center', 'right' depending on your preference */
} */
/* datatable */
.overflow-hidden {
    overflow: hidden !important;
}
.container .lead {
    line-height: 1.625;
    font-size: 1.2rem
}
.app-content.auth .bg-primary {
    background-color: #232743 !important;
}
a.text-anchor-bold {
    color: #0300c5;
    text-shadow: none !important;
    text-decoration: underline !important;
}
a.text-anchor-bold:hover {
    text-decoration: none !important;
}
a.text-anchor {
    color: #0300c5;
    text-shadow: none !important;
    text-decoration: underline !important;
}
a.text-anchor:hover {
    text-decoration: none !important;
}
.form-control:focus {
    border-color: #17c1e8 !important;
    box-shadow: 0 0 0 1px #17c1e8 !important;
    color: #495057 !important;
    outline: 0  !important;
}
input::placeholder, textarea::placeholder { 
    color: #cccccc !important;
    font-style: italic;
}
input:focus::placeholder, textarea:focus::placeholder {
    color: #cccccc; /* Even lighter when input is focused */
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus,
.select2-container--bootstrap-5.select2-container--focus .select2-selection,.select2-container--bootstrap-5.select2-container--open .select2-selection
{
    border-color: #17c1e8 !important;
    box-shadow: 0 0 0 1px #17c1e8 !important;
}
.select2-container--bootstrap-5 .select2-selection,
.select2-container--bootstrap-5 .select2-dropdown
{
    border-radius: .375rem;
}
.select2-container--bootstrap-5 .select2-selection__placeholder {
    color: #cccccc !important;
    font-style: italic;
}
.select2-container--bootstrap-5 .select2-results__group {
    color: #000000 !important;
    font-weight: 700 !important;
}
.select2-container--bootstrap-5 .select2-results__option[role="treeitem"] {
  padding-left: 1.5em;
}


.tag-hidden {
    display: none;
}

.data-title h4 {
    position: relative;
    display: inline-block;
    color: #ffffff !important;
    font-weight: 700;
}
.data-title h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background-color: #ffd026;
}
.data-title .sub-title {
    display: block;
    font-size: .8rem;
}
.btn-secondary, .btn-secondary:hover {
    background-color: #8392ab;
    border-color: #8392ab;
}
.dt-buttons.btn-group .btn {
    margin-bottom: 0 !important;
}