
/*
You can set styles for different pages
Examples:

body.products-index {
	background:url('../images/stok.jpg');
	background-size:cover;
}

body.products-view {
	background:url('../images/stok.jpg');
	background-size:cover;
}

body.products-index, body.products-view, body.products-view, body.products-edit {
	background:#fafafa;
	color:red;
}

body.index-index {

}

body.home-index {

}

body.index-register {
	
}
*/
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.ajax-progress-bar{
	display: none;
}
.ajax-page-load-indicator{
	position:absolute;
	z-index:9999;
	display: none;
	text-align: center;
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center;
	background-repeat: no-repeat;
    content: "";
}
.ajax-page-load-indicator .load-indicator{
	margin: 20% auto;
	width: 150px;
	background-color: #fff;
	padding: 10px;
	border-radius:5px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.page-content.loading, table.loading{
	overflow: hidden;
	position: relative;
}

#page-content {
    min-height: 75vh;
}
.password-strength-msg .chip{
	font-weight: 500;
	background-color: rgba(0, 0, 0, 0.1);
	font-size: x-small;
	padding: 1px 3px;
	border-radius: 3px;

}
td, th{
	position:relative;
}

td .is-editable{
	border-bottom:none;
	border-bottom: 1px dashed #ccc;
}

td .is-editable:hover{
	border-bottom: 1px dashed rgba(40, 120, 50, 0.081);
}

.editable-error-block {
	color:red;
}

td .inline-edit-btn{
	position:absolute;
	right:10px;
	display:none;
	top:5px;
}

td:hover .inline-edit-btn{
	display:block;
}
.search-input{
	position: relative;
}
.search-input .holder{
	position: absolute;
	z-index: 1000;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
	width: 100%;
	display: none;
}
.search-input .search-result{
	max-height: 300px;
	overflow-y: auto;
}
.search-input .search-result .search-link{
	display: block;
	text-decoration: none;
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.search-input .search-result .search-link:hover{
	background-color: rgba(40, 120, 50, 0.081);
}

.selectize-control{
	min-width: 150px;
}
.was-validated .dropzone.required.dz-started{
	border-color:#55cc55 !important;
}

.was-validated  .selectize-input.full{
	border-color:#55cc55 !important;
}

.was-validated  .selectize-input.invalid{
	border-color:red !important;
}

.export-link-btn img{
	width:24px;
	height:24px;
}

.dropzone-input{
	opacity:0;
	position:fixed;
	width:0;
	height:0;
	left:0;
	top:0;
	display:none;
}
.sm-gutters {
    margin-right: -10px;
    margin-left: -10px;
}

.sm-gutters>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}

.md-gutters {
    margin-right: -20px;
    margin-left: -20px;
}

.md-gutters>[class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
}

.lg-gutters {
    margin-right: -35px;
    margin-left: -35px;
}

.lg-gutters>[class*=col-] {
    padding-right: 35px;
    padding-left: 35px;
}

.pagination .material-icons {
    font-size: 15px;
}

.nav-tabs.flex-column {
    border-bottom: none !important;
}


.custom-file-label {
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.star-rating .star {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .9em;
	margin-right: .9em;
	margin-bottom: 1.2em;
	border-right: .3em solid transparent;
	border-bottom: .7em  solid #ccc;
	border-left: .3em solid transparent;
	/* Controlls the size of the stars. */
	font-size: 12px;
  }
.star-rating .star:before, .star-rating .star:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
top: .6em;
left: -1em;
border-right: 1em solid transparent;
border-bottom: .7em  solid #ccc;
border-left: 1em solid transparent;
-webkit-transform: rotate(-35deg);
		transform: rotate(-35deg);
}
.star-rating .star:after {
-webkit-transform: rotate(35deg);
		transform: rotate(35deg);
}
.star-rating .star.active{
	border-bottom-color: #fc0;
}
.star-rating .star.active:before, .star-rating .star.active:after{
	border-bottom-color: #fc0;
}

.td-check-button{
	font-size: 28px;
	color:#999;
}
.td-check-button.checked{
	color:#55cc55;
}
.filter-chip{
    display: inline-block;
	margin-right:5px;
	margin-bottom:5px;
	padding:4px 5px;
}


.filter-chip .close-btn{
	text-decoration:none;
}

.accordion-group .accordion-header {
    position: relative;
    cursor: pointer;
    padding: 10px;
}

.accordion-group .accordion-header:hover {
    background: rgba(0, 0, 0, 0.05);
}

.accordion-group .accordion-header .expand {
    position: absolute;
    right: 10px;
    top: 5px;
}

.dropdown-toggle[aria-expanded="true"]:after {
	transform: rotate(180deg);
  }
.dropdown-toggle.inverse:after {
	transform: rotate(180deg);
}
.dropdown-toggle:after {
	transition: 0.5s;
}

.sortedby{
	background: rgba(0, 0, 0, 0.06);
}
.sortedby .sort-icon{
	color: #55cc55;
}
.th-sort-link{
    display: block;
    text-decoration: none !important;
	position: relative;
	color: inherit;
}
.sort-icon{
	position: absolute;
	right: 10px;
	top: 10px;
}
.data-select .load-indicator {
    position: absolute;
    right: 30px;
    top: 7px;
}

.data-select {
    position: relative;
}

.page-footer {
    padding: 10px 0;
}

.page-header {
    padding: 10px 0;
}

.fixed-sticky {
    position: fixed;
}

hr.sm {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.popover.inline-page .popover-header{
	padding: 0;
	background: none;
	border: none;
	position: relative;
}

.popover.inline-page .popover-header .close{
	position: absolute;
	right:10px;
	top:10px;
	width: 30px;
	height: 30px;
	float: none;
	text-align: center;
	z-index: 3000;
}
.close {
	cursor: pointer;
}
.inline-page.popover{
    max-width:100%;
}
.inline-page .popover-body{
    padding: 0px !important; 
}
/* Reset any container in side a column to take the size of the column  */

.comp-grid .container-fluid,
.comp-grid .container {
    padding: 0 !important;
    width: auto !important;
}

.comp-grid .py-2,
.comp-grid .border-bottom {
    padding: 0 !important;
    border: none !important;
}

.reset-grids .container .comp-grid, .reset-grids .container-fluid .comp-grid{
	max-width:100% !important;
	flex:0 0 100% !important;
}
#main-page-modal .card-body{
	padding:0 !Important;
} 
.modal .modal-body.p-0 form{
    padding: 1.4rem;
}
.modal .container,
.modal .container-fluid {
    width: auto;
    padding: 0;
    margin: 0;
}

.page-modal .modal-header {
    display: none;
}

.page-modal .modal-footer {
    display: none;
}

.fixed-alert {
    position: fixed;
    z-index: 2000;
}

.fixed-alert.bottom-left {
    bottom: 10px;
    left: 10px;
}


input[type="radio"],
input[type="checkbox"] {
    vertical-align: middle;
}

@media (min-width: 768px) {
	.collapse.collapse-lg {
		display: block;
		height: auto !important;
		visibility: visible;
	}
}

.menu-profile {
    padding: 0;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    display: block;
}

.menu-profile a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.navbar-fixed-left .navbar-nav > li.menu-profile > a.avatar {
    padding: 0 !important;
}

.menu-profile .user-name {
    padding: 10px;
    display: block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-weight: bold;
}

.menu-profile .avatar-icon .material-icons {
    font-size: 64px;
}

.menu-profile img.user-photo {
    height: 60px;
    width: 60px;
    display: block;
}

.menu-profile .menu-dropdown {
    position: absolute;
    right: 15px;
    top: 15px;
}

.flex-column.nav a.nav-link .badge {
    position: absolute;
    right: 5px;
    top: 30%;
}

.nav a.nav-link {
    position: relative;
}

.jumbotron.mini {
    padding: 20px;
    margin-bottom: 0;
}

.jumbotron.sm {
    padding: 15px;
    margin-bottom: 0;
}

.jumbotron.xs {
    padding: 8px;
    margin-bottom: 0;
}




section.page .page-title {
    margin: 20px auto;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.flash-msg-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999999;
}

.section-title {
    padding: 5px 0;
}

.table tr td {
    vertical-align: middle !important;
}

.bold {
    font-weight: bold;
}

.custom-list {
    position: relative;
}

.custom-list .menu-controls-holder {
    position: absolute;
    right: 10px;
    top: 10px;
}

.detail-list {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.detail-list .title {
    font-weight: bold;
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.option-btn {
    margin: 1px 0 1px;
}

.detail-list .value {
    font-weight: bold;
}

.btn.btn-flat {
    background: none;
}

.btn-group,
.btn-group-vertical {
    margin: 0;
}

.table {
    margin-bottom: 0;
}

.page-list-record-detail input {
    padding: 5px 5px;
    background: #fafafa;
    border: 1px solid #ddd;
    width: 50px;
    text-align: center;
}

.page-list-record-detail .info {
    padding: 5px 5px;
    background: #eee;
    display: inline-block;
}

.table>thead>tr>th {
    vertical-align: middle;
}

.pager {
    margin: 0;
}

.footer {
    margin-top: 30px;
    padding: 20px 0;
}

.footer .copyright {
    text-transform: capitalize;
    color: #ffffff !important;
}

.footer .footer-links a {
    display: inline-block;
    padding: 0 5px;
    text-transform: capitalize;
}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th {
    border: none;
}

.radius-5 {
    border-radius: 5px;
}

.pad-10 {
    padding: 10px;
}

.center-block {
    float: none;
}

.gutter-20.row {
    margin-right: -10px;
    margin-left: -10px;
}

.gutter-20>[class^="col-"],
.gutter-20>[class^=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.gutter-10.row {
    margin-right: -5px;
    margin-left: -5px;
}

.gutter-10>[class^="col-"],
.gutter-10>[class^=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.gutter-5.row {
    margin-right: -3px;
    margin-left: -3px;
}

.gutter-5>[class^="col-"],
.gutter-5>[class^=" col-"] {
    padding-right: 3px;
    padding-left: 3px;
}

.gutter-1.row {
    margin-right: -1px;
    margin-left: -1px;
}

.gutter-1>[class^="col-"],
.gutter-1>[class^=" col-"] {
    padding-right: 1px;
    padding-left: 1px;
}

.gutter-0.row {
    margin-right: 0;
    margin-left: 0;
}

.gutter-0>[class^="col-"],
.gutter-0>[class^=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

th.td-btn,
td.td-btn {
    white-space: nowrap;
    width: 1%;
}

table.table tr th.td-sno {
    white-space: nowrap;
    width: 1%;
    vertical-align: middle !important;
}

table.table tr th.td-checkbox {
    white-space: nowrap;
    width: 1%;
    vertical-align: middle !important;
}

.export-container {
    padding: 10px 0;
}

.form-inline .control-label {
    display: block;
}

.profile {
    padding: 20px;
}
a.avatar{
	padding:0 !Important;
}

.profile .avatar img{
   border-radius:50%;
   max-width:100px;
   max-height: 100px;;
}

.profile .title {
    text-transform: capitalize;
    color: #fff;
}

.record-count {
    display: block;
    padding: 10px !important;
    text-decoration: none !important;
    cursor: pointer;
    margin-bottom: 10px;
}

.record-count .material-icons {
    font-size: 32px !important;
}

.record-count.alert .material-icons {
    opacity: 0.3;
}

.record-count:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    border-color: transparent;
}

.record-count .title {
    font-weight: bold;
    margin-bottom: 2px;
}

.record-count .value {
    position: absolute;
    right: 10px;
    top: 6px;
    opacity: 0.8;
}

.record-count .desc {
    display: block;
    margin-top: 4px;
}

.record-count .progress {
    height: 10px;
    margin: 0 0;
    margin-top: 5px;
    border-radius: 0;
}

.record-count .progress-bar {
    line-height: 10px !important;
}

.record-count .progress-label {
    font-size: 8px;
}

.record-progress {
    display: block;
    padding: 10px 15px !important;
    text-decoration: none !important;
    cursor: pointer;
    margin-bottom: 10px;
}

.record-progress .icon {
    position: absolute;
    right: 10px;
    top: 6px;
    opacity: 0.5;
}

.record-progress .icon .material-icons {
    font-size: 36px !important;
}

.record-progress:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    border-color: transparent;
}

.record-progress .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.record-progress .value {
    position: absolute;
    right: 10px;
    top: 6px;
    opacity: 0.8;
}

.record-progress .desc {
    display: block;
    margin-top: 4px;
}

.record-progress .progress {
    height: 15px;
    margin: 5px 0;
    border-radius: 0;
}

.record-progress .progress-bar {
    line-height: 15px !important;
}

.record-progress .progress-label {
    font-weight: bold;
    font-size: 10px;
}

td.page-list-action {
    width: 50px;
}

td.page-list-action .dropdown-menu {
    min-width: auto !Important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #555;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.load-indicator {
    text-align: center;
}

.load-indicator.parallax {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 100%;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    z-index: 1000000;
}

.load-indicator.fullpage-parallax {
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    line-height: 100%;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    z-index: 1000000;
}

.load-indicator.dark {
    background: rgba(0, 0, 0, 0.2);
}

.load-indicator.white {
    background: rgba(255, 255, 255, 0.9);
}

.load-indicator .loading-text {
    display: inline-block;
    padding: 10px;
    font-size: 15px;
    font-weight: 100;
    vertical-align: middle;
}

.load-indicator .animator {
    font-weight: bold;
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
}

.btn .load-indicator {
    display: inline-block !important;
    margin: 5px;
}

.range-slider {
    position: relative;
}

.range-slider .value {
    position: absolute;
    right: -30px;
    top: 20%;
    padding: 2px;
    min-width: 25px;
    height: 25px;
    vertical-align: middle;
    line-height: 20px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #888;
    text-align: center;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 6.5px 0;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    background: rgba(10, 0, 0, 0.11);
    border-radius: 0.8px;
    border: 0px solid rgba(0, 0, 1, 0);
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 1.9px 1.9px 0px rgba(0, 0, 0, 0.1), 0px 0px 1.9px rgba(13, 13, 13, 0.1);
    border: 0px solid rgba(0, 0, 0, 0);
    height: 20px;
    width: 21px;
    border-radius: 50px;
    background: rgba(42, 42, 252, 0.78);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6.5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(36, 0, 0, 0.11);
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    background: rgba(10, 0, 0, 0.11);
    border-radius: 0.8px;
    border: 0px solid rgba(0, 0, 1, 0);
}

input[type=range]::-moz-range-thumb {
    box-shadow: 1.9px 1.9px 0px rgba(0, 0, 0, 0.1), 0px 0px 1.9px rgba(13, 13, 13, 0.1);
    border: 0px solid rgba(0, 0, 0, 0);
    height: 20px;
    width: 21px;
    border-radius: 50px;
    background: rgba(42, 42, 252, 0.78);
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.11);
    border: 0px solid rgba(0, 0, 1, 0);
    border-radius: 1.6px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-fill-upper {
    background: rgba(10, 0, 0, 0.11);
    border: 0px solid rgba(0, 0, 1, 0);
    border-radius: 1.6px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-thumb {
    box-shadow: 1.9px 1.9px 0px rgba(0, 0, 0, 0.1), 0px 0px 1.9px rgba(13, 13, 13, 0.1);
    border: 0px solid rgba(0, 0, 0, 0);
    height: 20px;
    width: 21px;
    border-radius: 50px;
    background: rgba(42, 42, 252, 0.78);
    cursor: pointer;
    height: 7px;
}

input[type=range]:focus::-ms-fill-lower {
    background: rgba(10, 0, 0, 0.11);
}

input[type=range]:focus::-ms-fill-upper {
    background: rgba(36, 0, 0, 0.11);
}

.radial-progress-container {
    position: relative;
    margin: 0 auto;
}

.radial-progress-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.file-list {
    margin-bottom: 10px;
    padding: 5px;
}

.file-uploads {
    overflow: visible !important;
    margin-bottom: 0 !important;
}

label {
    margin-bottom: 0 !important;
}

.ajax-loader{
  color: #808080;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.inline-page form{
	position:relative !important;
}
.form-ajax-status{
	position:absolute;
	left:0;
	top: 0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.7);
	display:none;
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.lds-dual-ring {
  display: block;
  width: 64px;
  height: 64px;
  margin:auto auto;
}
.lds-dual-ring:after {
  content: " ";
  display:block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #aaa;
  border-color: #aaa transparent #aaa transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.loader,
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  display:inline-block;
}
.loader {
  position: relative;
  border-top: 0.3em solid rgba(0,0,128, 0.2);
  border-right: 0.3em solid rgba(0,0,128, 0.2);
  border-bottom: 0.3em solid rgba(0,0,128, 0.2);
  border-left: 0.3em solid #999;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#sidebar::-webkit-scrollbar {
    width: 6px;
}

/* Track */
#sidebar::-webkit-scrollbar-track {
    background: #fff;
    border: 4px solid transparent;
    background-clip: content-box;
}

/* Handle */
#sidebar::-webkit-scrollbar-thumb {
    background: #555555;
}

.passtrengthMeter{
  position: relative;
  width: 100%;
}

.passtrengthMeter > input{
  width: 100%;
  display: inline-block;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.passtrengthMeter > input:focus {
    outline-width: 0;
}

.passtrengthMeter::after{
  content: '';
  height: 3px;
  overflow: hidden;
  width: 0%;
  transition: width .5s;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.passtrengthMeter.weak::after{
  background-color: #EC644B;
  width: 25%;
}

.passtrengthMeter.medium::after{
  content: '';
  background-color: #E87E04;
  width: 50%;
}

.passtrengthMeter.strong::after{
  content: '';
  background-color: #EFBF17;
  width: 75%;
}

.passtrengthMeter.very-strong::after{
  content: '';
  background-color: #42A72A;
  width: 100%;
}

.passtrengthMeter .showPassword{
  position: absolute;
  width: 20px;
  top: calc(50% - 10px);
  right: 10px;
}

.passtrengthMeter .showPassword.active{
  opacity: .5;
}

.passtrengthMeter .showPassword img{
  display: block;
  width: 100%;
  height: auto;
}

.passtrengthMeter .showPassword:hover{
  cursor: pointer;
}

.passtrengthMeter .tooltip {
  background: #000000;
  top: 100%;
  color: #fff;
  font-family:Arial;
  font-size: 12px;
  display: block;
  left: 50%;
  margin-bottom: 15px;
  opacity: 0;
  padding: 5px 10px;
  pointer-events: none;
  position: absolute;
  min-width: 70px;
  box-sizing: border-box;
  text-align: center;
  z-index: 10;
  -webkit-transform: translateY(5px);
     -moz-transform: translateY(5px);
      -ms-transform: translateY(5px);
       -o-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.passtrengthMeter.weak .tooltip{
  background-color: #EC644B;
}
.passtrengthMeter.weak .tooltip:after{
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-bottom: solid #EC644B 7px;
  top: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}

.passtrengthMeter.medium .tooltip{
  background-color: #E87E04;
}
.passtrengthMeter.medium .tooltip:after{
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-bottom: solid #E87E04 7px;
  top: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}

.passtrengthMeter.strong .tooltip{
  background-color: #EFBF17;
}
.passtrengthMeter.strong .tooltip:after{
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-bottom: solid #EFBF17 7px;
  top: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}

.passtrengthMeter.very-strong .tooltip{
  background-color: #42A72A;
}
.passtrengthMeter.very-strong .tooltip:after{
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-bottom: solid #42A72A 7px;
  top: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}

.passtrengthMeter.weak .tooltip:before {
  top: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

.passtrengthMeter .tooltip:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-bottom: solid #000000 7px;
  top: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
}

.passtrengthMeter:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
}

.lte8 .passtrengthMeter .tooltip {
  display: none;
}

.lte8 .passtrengthMeter:hover .tooltip {
  display: block;
}
body{
	padding-top:50px;
}
#page-wrapper{
	display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 50px;
    left: 0;
    height: calc(100vh - 50px);
    z-index: 999;
	transition: all 0.3s;
	overflow-y: auto;
	padding-bottom: 40px;
}
#sidebar.active {
    margin-left: -250px;
}

#main-content {
	width: 100%;
    min-height: 100vh;
}

#main #main-content {
	width: calc(100% - 250px);
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    right: 0;
}

#main #main-content.active {
    width: 100%;
}
#sidebar .submenu{
	margin-left: 20px;
}

#sidebar .navbar-nav a.nav-link {
	padding: 8px !important;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#sidebar .navbar-nav a.nav-link:hover {
	background: rgba(0,0,0,0.05);
}
#sidebar .navbar-nav a.dropdown-toggle::after {
	float: right;
	margin-right:7px;
	margin-top:7px;
}

#sidebar.navbar-nav > li > a .fa {
	margin-right:10px;
}

#sidebar .menu-profile > a.avatar {
    padding: 0 !important;
}


@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
	}
	
	#main #main-content {
        width: 100%;
    }
	#main #main-content.active {
        width: calc(100% - 250px);
    }
    
}

.navbar-brand{
	min-width:15%;
}

.navbar-brand img{
	display:inline;
	max-height:30px;
}

/* ============================================================
   SPRINT DIGITAL - MODERN UI REDESIGN
   Pure CSS override. No functional changes.
   ============================================================ */

/* ---------- Font: Inter (loaded via main_layout head) ---------- */

body#main {
    font-family: 'Inter', sans-serif;
    background: #f0f4f8;
    color: #1e293b;
}

/* ===== TOPBAR ===== */
body#main #topbar {
    background: linear-gradient(135deg, #0f2c6e 0%, #1a56b0 60%, #2563eb 100%) !important;
    box-shadow: 0 2px 12px rgba(15, 44, 110, 0.35);
    border-bottom: none;
    height: 56px;
    padding: 0 16px;
}
body#main #topbar .navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.3px;
    color: #fff !important;
}
body#main #topbar .navbar-brand img {
    max-height: 34px;
    filter: drop-shadow(0 1px 3px rgba(0,0,0,0.3));
}
body#main #topbar .navbar-nav .nav-link {
    color: rgba(255,255,255,0.88) !important;
    font-size: 0.88rem;
    font-weight: 500;
    border-radius: 8px;
    padding: 6px 12px !important;
    transition: background 0.2s;
}
body#main #topbar .navbar-nav .nav-link:hover {
    background: rgba(255,255,255,0.12);
    color: #fff !important;
}
body#main #topbar .navbar-nav .nav-link img {
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.5);
    object-fit: cover;
}
body#main #topbar .dropdown-menu {
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    padding: 6px;
    min-width: 170px;
    margin-top: 6px;
}
body#main #topbar .dropdown-menu .dropdown-item {
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 0.87rem;
    color: #374151;
    transition: background 0.18s;
}
body#main #topbar .dropdown-menu .dropdown-item:hover {
    background: #eff6ff;
    color: #1a56b0;
}
body#main #topbar #sidebarCollapse {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    padding: 5px 10px;
    color: #fff;
}
body#main #topbar #sidebarCollapse:hover {
    background: rgba(255,255,255,0.22);
}

/* ===== SIDEBAR ===== */
body#main #sidebar {
    background: linear-gradient(180deg, #0c1f5e 0%, #0f2c6e 40%, #153580 100%) !important;
    border-right: none !important;
    box-shadow: 4px 0 20px rgba(0,0,0,0.18) !important;
    top: 56px;
    height: calc(100vh - 56px);
    width: 262px;
    padding-bottom: 60px;
    position: fixed !important;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0 20px 20px 0;
}
/* subtle decorative circle */
body#main #sidebar::before {
    content: '';
    position: absolute; bottom: -80px; right: -80px;
    width: 220px; height: 220px; border-radius: 50%;
    background: rgba(255,255,255,0.04);
    pointer-events: none;
}
body#main #sidebar::after {
    content: '';
    position: absolute; top: 200px; left: -60px;
    width: 160px; height: 160px; border-radius: 50%;
    background: rgba(255,255,255,0.03);
    pointer-events: none;
}
body#main #main-content {
    background: #f0f4f8;
}
body#main #main #main-content {
    width: calc(100% - 262px);
}

/* Sidebar profile area */
body#main #sidebar .menu-profile {
    background: transparent !important;
    padding: 22px 16px 16px !important;
    text-align: center;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 6px;
}
body#main #sidebar .menu-profile a.avatar {
    display: block;
    margin-bottom: 10px;
}
body#main #sidebar .menu-profile a.avatar img,
.sidebar-avatar {
    width: 170px;
    height: 210px;
    border-radius: 10px;
    border: 3px solid rgba(255,255,255,0.6);
    object-fit: cover;
    object-position: top center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.35), 0 0 0 5px rgba(255,255,255,0.08);
    transition: transform 0.2s;
}
body#main #sidebar .menu-profile a.avatar img:hover,
.sidebar-avatar:hover {
    transform: scale(1.05);
}
body#main #sidebar .menu-profile .avatar-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 210px;
    border-radius: 10px;
    background: rgba(255,255,255,0.12);
    border: 3px solid rgba(255,255,255,0.4);
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.25);
}
body#main #sidebar .menu-profile .user-name {
    color: #fff !important;
    font-size: 0.93rem;
    font-weight: 700;
    padding: 2px 8px 6px;
    letter-spacing: 0.2px;
}
body#main #sidebar .menu-profile .user-name small {
    color: rgba(255,255,255,0.6) !important;
    font-size: 0.75rem;
    display: block;
    font-weight: 400;
    margin-top: 2px;
}
body#main #sidebar .menu-profile .menu-dropdown {
    position: absolute;
    right: 10px;
    top: 14px;
}
body#main #sidebar .menu-profile .menu-dropdown .btn {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background 0.18s;
}
body#main #sidebar .menu-profile .menu-dropdown .btn:hover {
    background: rgba(255,255,255,0.28);
}

/* Sidebar nav links */
body#main #sidebar .navbar-nav {
    padding: 6px 10px;
}
body#main #sidebar .navbar-nav > li {
    margin-bottom: 2px;
}
body#main #sidebar .navbar-nav a.nav-link {
    padding: 9px 12px !important;
    border-bottom: none !important;
    border-radius: 10px !important;
    font-size: 0.855rem;
    font-weight: 500;
    color: rgba(255,255,255,0.82) !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    transition: all 0.18s;
    position: relative;
    text-decoration: none;
}
/* icon box - gunakan inline-block + line-height supaya center */
body#main #sidebar .navbar-nav a.nav-link > i.fa {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 8px;
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.82);
    font-size: 0.85rem;
    flex-shrink: 0;
    transition: all 0.18s;
    box-sizing: border-box;
}
/* label teks mengisi sisa ruang */
body#main #sidebar .navbar-nav a.nav-link .menu-label {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.35;
}
/* Reset total Bootstrap dropdown-toggle ::after triangle -> FA chevron */
body#main #sidebar .navbar-nav a.dropdown-toggle::after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 0.8rem;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    width: auto !important;
    height: auto !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    vertical-align: middle;
    opacity: 0.6;
    transition: transform 0.22s, opacity 0.18s;
    flex-shrink: 0;
    margin-left: 0;
    float: none;
}
body#main #sidebar .navbar-nav a.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
    opacity: 0.9;
}
/* hover */
body#main #sidebar .navbar-nav a.nav-link:hover {
    background: rgba(255,255,255,0.12) !important;
    color: #fff !important;
}
body#main #sidebar .navbar-nav a.nav-link:hover > i.fa {
    background: rgba(255,255,255,0.2);
    color: #fff;
}
/* active */
body#main #sidebar .navbar-nav a.nav-link.active,
body#main #sidebar .navbar-nav li.active > a.nav-link {
    background: rgba(255,255,255,0.18) !important;
    color: #fff !important;
    border-left: none !important;
    font-weight: 600;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
}
body#main #sidebar .navbar-nav a.nav-link.active > i.fa,
body#main #sidebar .navbar-nav li.active > a.nav-link > i.fa {
    background: #2563eb;
    color: #fff;
    box-shadow: 0 2px 8px rgba(37,99,235,0.45);
}
/* SUBMENU */
body#main #sidebar .submenu {
    margin: 1px 0 4px 0;
    background: rgba(0,0,0,0.18);
    border-radius: 10px;
    padding: 4px 0;
    overflow: hidden;
}
body#main #sidebar .submenu a.nav-link {
    padding: 7px 12px 7px 20px !important;
    font-size: 0.815rem;
    color: rgba(255,255,255,0.62) !important;
    border-radius: 8px !important;
    gap: 8px;
}
body#main #sidebar .submenu a.nav-link > i.fa {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 6px;
    background: rgba(255,255,255,0.07);
    font-size: 0.76rem;
    flex-shrink: 0;
}
body#main #sidebar .submenu a.nav-link:hover {
    color: #fff !important;
    background: rgba(255,255,255,0.1) !important;
}
body#main #sidebar .submenu a.nav-link:hover > i.fa {
    background: rgba(255,255,255,0.16);
    color: #fff !important;
}
body#main #sidebar .submenu a.nav-link.active {
    color: #fff !important;
    background: rgba(37,99,235,0.35) !important;
    font-weight: 600;
}

/* Pending notification block in sidebar */
body#main #sidebar .mx-2.my-2 {
    border-radius: 12px !important;
    font-size: 0.8rem;
    padding: 10px 12px !important;
    background: linear-gradient(135deg, #f59e0b, #fbbf24) !important;
    color: #1c1917 !important;
    border: none !important;
    box-shadow: 0 3px 10px rgba(251,191,36,0.35);
    margin: 6px 10px !important;
}

/* Scrollbar inside sidebar */
body#main #sidebar::-webkit-scrollbar { width: 4px; }
body#main #sidebar::-webkit-scrollbar-track { background: transparent; }
body#main #sidebar::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.2); border-radius: 4px; }
body#main #sidebar::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,0.35); }

/* ===== MAIN CONTENT AREA ===== */
body#main #page-content {
    padding: 24px;
    min-height: 80vh;
}
body#main {
    padding-top: 56px;
}

/* ===== CARDS ===== */
body#main .card {
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06), 0 4px 16px rgba(0,0,0,0.04) !important;
    transition: box-shadow 0.2s, transform 0.2s;
    background: #fff;
}
body#main .card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.1), 0 8px 28px rgba(0,0,0,0.06) !important;
}
body#main .card-header {
    background: #fff !important;
    border-bottom: 1px solid #f1f5f9 !important;
    border-radius: 16px 16px 0 0 !important;
    padding: 16px 20px !important;
    font-weight: 600;
    font-size: 0.95rem;
    color: #1e293b;
}
body#main .card-header.bg-primary,
body#main .card-header.bg-info,
body#main .card-header.bg-success,
body#main .card-header.bg-danger,
body#main .card-header.bg-warning,
body#main .card-header.bg-dark {
    color: #fff !important;
    border-bottom: none !important;
}
body#main .card-header.bg-primary { background: linear-gradient(135deg, #1a56b0, #2563eb) !important; }
body#main .card-header.bg-success { background: linear-gradient(135deg, #047857, #10b981) !important; }
body#main .card-header.bg-danger  { background: linear-gradient(135deg, #b91c1c, #ef4444) !important; }
body#main .card-header.bg-warning { background: linear-gradient(135deg, #d97706, #f59e0b) !important; color: #1c1917 !important; }
body#main .card-header.bg-info    { background: linear-gradient(135deg, #0369a1, #0ea5e9) !important; }
body#main .card-header.bg-dark    { background: linear-gradient(135deg, #1e293b, #334155) !important; }
body#main .card-body {
    padding: 20px !important;
}

/* ===== PAGE HEADER ===== */
body#main .page-header {
    padding: 12px 0 16px !important;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 2px solid #e2e8f0 !important;
    margin-bottom: 20px;
}
body#main .page-header h1,
body#main .page-header h2,
body#main .page-header h3 {
    font-weight: 700;
    color: #1e293b;
    font-size: 1.3rem;
    position: relative;
    padding-left: 14px;
}
body#main .page-header h1::before,
body#main .page-header h2::before,
body#main .page-header h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 4px;
    border-radius: 4px;
    background: linear-gradient(to bottom, #2563eb, #1a56b0);
}

/* ===== TABLES ===== */
body#main .table {
    font-size: 0.875rem;
    border-collapse: separate;
    border-spacing: 0;
}
body#main .table thead th {
    background: #f8fafc !important;
    color: #374151 !important;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #e2e8f0 !important;
    border-top: none !important;
    padding: 12px 14px !important;
    white-space: nowrap;
}
body#main .table tbody tr {
    transition: background 0.15s;
}
body#main .table tbody tr:hover {
    background: #f0f9ff !important;
}
body#main .table tbody td {
    padding: 11px 14px !important;
    border-color: #f1f5f9 !important;
    color: #374151;
    vertical-align: middle !important;
}
body#main .table tbody tr:last-child td {
    border-bottom: none !important;
}

/* ===== BUTTONS ===== */
body#main .btn {
    border-radius: 8px !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    padding: 7px 16px !important;
    transition: all 0.2s !important;
    letter-spacing: 0.2px;
}
body#main .btn-primary {
    background: linear-gradient(135deg, #1a56b0, #2563eb) !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(37,99,235,0.3) !important;
}
body#main .btn-primary:hover {
    box-shadow: 0 4px 14px rgba(37,99,235,0.45) !important;
    transform: translateY(-1px);
}
body#main .btn-success {
    background: linear-gradient(135deg, #047857, #10b981) !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(16,185,129,0.3) !important;
}
body#main .btn-success:hover {
    box-shadow: 0 4px 14px rgba(16,185,129,0.45) !important;
    transform: translateY(-1px);
}
body#main .btn-danger {
    background: linear-gradient(135deg, #b91c1c, #ef4444) !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(239,68,68,0.3) !important;
}
body#main .btn-danger:hover {
    box-shadow: 0 4px 14px rgba(239,68,68,0.45) !important;
    transform: translateY(-1px);
}
body#main .btn-warning {
    background: linear-gradient(135deg, #d97706, #f59e0b) !important;
    border: none !important;
    color: #1c1917 !important;
    box-shadow: 0 2px 8px rgba(245,158,11,0.3) !important;
}
body#main .btn-info {
    background: linear-gradient(135deg, #0369a1, #0ea5e9) !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(14,165,233,0.3) !important;
}
body#main .btn-secondary {
    background: #e2e8f0 !important;
    border: none !important;
    color: #374151 !important;
}
body#main .btn-secondary:hover {
    background: #cbd5e1 !important;
    transform: translateY(-1px);
}
body#main .btn-dark {
    background: linear-gradient(135deg, #1e293b, #334155) !important;
    border: none !important;
}
body#main .btn-sm {
    padding: 4px 10px !important;
    font-size: 0.78rem !important;
    border-radius: 6px !important;
}
body#main .btn-lg {
    padding: 11px 24px !important;
    font-size: 0.95rem !important;
    border-radius: 10px !important;
}

/* ===== FORM CONTROLS ===== */
body#main .form-control,
body#main .form-select,
body#main .selectize-input {
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 9px 14px !important;
    font-size: 0.875rem !important;
    background: #f9fafb !important;
    color: #1e293b !important;
    transition: all 0.2s;
}
body#main .form-control:focus,
body#main .selectize-input.focus {
    border-color: #2563eb !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.1) !important;
    outline: none !important;
}
body#main .form-control::placeholder { color: #b0bac5 !important; }
body#main .input-group-text {
    background: #f1f5f9 !important;
    border: 1.5px solid #e2e8f0 !important;
    color: #64748b !important;
    border-radius: 10px !important;
}
body#main .input-group > .form-control:not(:first-child),
body#main .input-group > .input-group-append > .input-group-text {
    border-radius: 0 10px 10px 0 !important;
}
body#main .input-group > .input-group-prepend > .input-group-text {
    border-radius: 10px 0 0 10px !important;
}
body#main .input-group > .form-control:not(:last-child) {
    border-radius: 10px 0 0 10px !important;
}
body#main label, body#main .form-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 4px;
}

/* ===== DATATABLE LENGTH SELECT FIX ===== */
body#main .dataTables_length select {
    min-width: 70px !important;
    width: auto !important;
    display: inline-block !important;
    padding: 4px 28px 4px 8px !important;
    height: auto !important;
    vertical-align: middle !important;
}
body#main .dataTables_length label {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
    margin-bottom: 0 !important;
}

/* ===== BADGES ===== */
body#main .badge {
    border-radius: 6px !important;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    padding: 3px 7px !important;
    letter-spacing: 0.2px;
}
body#main .badge-primary { background: #eff6ff; color: #1d4ed8 !important; }
body#main .badge-success { background: #ecfdf5; color: #047857 !important; }
body#main .badge-danger  { background: #fef2f2; color: #b91c1c !important; }
body#main .badge-warning { background: #fffbeb; color: #92400e !important; }
body#main .badge-info    { background: #e0f2fe; color: #0369a1 !important; }

/* ===== ALERTS ===== */
body#main .alert {
    border-radius: 12px !important;
    border: none !important;
    padding: 12px 16px !important;
    font-size: 0.875rem;
}
body#main .alert-success { background: #ecfdf5; color: #047857; border-left: 4px solid #10b981 !important; }
body#main .alert-danger  { background: #fef2f2; color: #b91c1c; border-left: 4px solid #ef4444 !important; }
body#main .alert-warning { background: #fffbeb; color: #92400e; border-left: 4px solid #f59e0b !important; }
body#main .alert-info    { background: #e0f2fe; color: #0369a1; border-left: 4px solid #0ea5e9 !important; }

/* ===== JUMBOTRON STATS (homepage cards) ===== */
body#main .jumbotron {
    background: #fff !important;
    border-radius: 14px !important;
    border: none !important;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06), 0 4px 16px rgba(0,0,0,0.04) !important;
    padding: 18px 20px !important;
    transition: transform 0.2s, box-shadow 0.2s;
}
body#main .jumbotron:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1) !important;
}

/* ===== PAGINATION ===== */
body#main .pagination .page-item .page-link {
    border-radius: 8px !important;
    margin: 0 2px;
    border: 1.5px solid #e2e8f0 !important;
    color: #374151;
    font-size: 0.85rem;
    padding: 6px 12px;
    transition: all 0.18s;
}
body#main .pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #1a56b0, #2563eb) !important;
    border-color: transparent !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(37,99,235,0.35);
}
body#main .pagination .page-item .page-link:hover {
    background: #eff6ff;
    border-color: #bfdbfe !important;
    color: #1d4ed8;
}

/* ===== MODALS ===== */
body#main .modal-content {
    border: none !important;
    border-radius: 18px !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2) !important;
    overflow: hidden;
}
body#main .modal-header {
    background: linear-gradient(135deg, #0f2c6e, #2563eb) !important;
    color: #fff !important;
    padding: 16px 20px !important;
    border-bottom: none !important;
}
body#main .modal-header .modal-title { color: #fff !important; font-weight: 600; }
body#main .modal-header .close { color: rgba(255,255,255,0.8) !important; opacity: 1; text-shadow: none; }
body#main .modal-footer {
    background: #f8fafc !important;
    border-top: 1px solid #f1f5f9 !important;
    padding: 14px 20px !important;
}

/* ===== DROPDOWN MENUS ===== */
body#main .dropdown-menu {
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
    padding: 6px !important;
    font-size: 0.875rem;
}
body#main .dropdown-menu .dropdown-item {
    border-radius: 8px !important;
    padding: 8px 12px !important;
    color: #374151 !important;
    transition: background 0.15s;
}
body#main .dropdown-menu .dropdown-item:hover {
    background: #eff6ff !important;
    color: #1d4ed8 !important;
}
body#main .dropdown-divider {
    border-color: #f1f5f9 !important;
    margin: 4px 0 !important;
}

/* ===== FOOTER ===== */
body#main .footer {
    background: #fff !important;
    border-top: 1px solid #e2e8f0 !important;
    padding: 14px 24px !important;
    margin-top: 0 !important;
    font-size: 0.8rem;
    color: #64748b;
}
body#main .footer .footer-links a {
    color: #64748b;
    transition: color 0.15s;
}
body#main .footer .footer-links a:hover { color: #2563eb; }

/* ===== FLASH MESSAGES ===== */
body#main .flash-msg-container .alert {
    min-width: 280px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    animation: slideInLeft 0.3s ease both;
}
@keyframes slideInLeft {
    from { opacity:0; transform: translateX(-20px); }
    to   { opacity:1; transform: translateX(0); }
}

/* ===== NAV TABS ===== */
body#main .nav-tabs {
    border-bottom: 2px solid #e2e8f0 !important;
}
body#main .nav-tabs .nav-link {
    border: none !important;
    border-radius: 8px 8px 0 0 !important;
    color: #64748b !important;
    font-weight: 500;
    font-size: 0.875rem;
    padding: 9px 18px !important;
    transition: all 0.18s;
}
body#main .nav-tabs .nav-link:hover {
    background: #f1f5f9 !important;
    color: #1e293b !important;
}
body#main .nav-tabs .nav-link.active {
    background: #fff !important;
    color: #2563eb !important;
    font-weight: 600;
    border-bottom: 2px solid #2563eb !important;
}

/* ===== SCROLLBAR (sidebar) ===== */
body#main #sidebar::-webkit-scrollbar { width: 4px; }
body#main #sidebar::-webkit-scrollbar-track { background: transparent; }
body#main #sidebar::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

/* ===== SECTION TITLE ===== */
body#main .section-title {
    font-weight: 700;
    color: #1e293b;
    font-size: 1rem;
    padding: 6px 0 8px;
    border-bottom: 2px solid #e2e8f0;
    margin-bottom: 16px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    body#main #page-content { padding: 14px; }
    body#main #main #main-content { width: 100%; }
}

/* ============================================================
   SPRINT DIGITAL - AUTH PAGES (body#index)
   Shared styles for login, forgot password, reset password
   ============================================================ */
body#index {
    background: linear-gradient(135deg, #0f2c6e 0%, #1a56b0 40%, #2e86de 70%, #74b9ff 100%);
    min-height: 100vh;
    font-family: 'Inter', sans-serif;
}
body#index #topbar {
    background: rgba(10, 30, 80, 0.85) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    box-shadow: none !important;
}
body#index #topbar .navbar-brand {
    color: #fff !important;
    font-weight: 700;
}
body#index #topbar .navbar-brand img { max-height: 32px; }
body#index #topbar .navbar-nav .nav-link {
    color: rgba(255,255,255,0.85) !important;
    border-radius: 8px;
    padding: 6px 12px !important;
    font-size: 0.875rem;
    transition: background 0.2s;
}
body#index #topbar .navbar-nav .nav-link:hover {
    background: rgba(255,255,255,0.12);
    color: #fff !important;
}
body#index #main-content { padding-top: 0; }
body#index footer.footer {
    background: transparent !important;
    border-top: 1px solid rgba(255,255,255,0.15) !important;
    color: rgba(255,255,255,0.7);
}
body#index footer.footer .copyright {
    color: rgba(255,255,255,0.7);
}

/* Auth page background circles */
.auth-bg-circles {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}
.auth-bg-circles span {
    position: absolute;
    display: block;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    animation: authFloatUp linear infinite;
}
.auth-bg-circles span:nth-child(1) { width: 80px;  height: 80px;  left: 8%;  animation-duration: 12s; bottom: -80px; }
.auth-bg-circles span:nth-child(2) { width: 130px; height: 130px; left: 70%; animation-duration: 18s; animation-delay: 2s; bottom: -130px; }
.auth-bg-circles span:nth-child(3) { width: 55px;  height: 55px;  left: 40%; animation-duration: 10s; animation-delay: 4s; bottom: -55px; }
.auth-bg-circles span:nth-child(4) { width: 180px; height: 180px; left: 55%; animation-duration: 22s; animation-delay: 1s; bottom: -180px; background: rgba(255,255,255,0.03); }
@keyframes authFloatUp {
    0%   { transform: translateY(0) rotate(0deg); opacity: 0.8; }
    100% { transform: translateY(-110vh) rotate(720deg); opacity: 0; }
}

/* Auth card wrapper */
.auth-page-wrapper {
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 56px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 16px;
}

/* Auth card */
.auth-card {
    background: rgba(255,255,255,0.97);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
    width: 100%;
    max-width: 460px;
    animation: authFadeIn 0.7s ease both;
}
@keyframes authFadeIn {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Auth card header */
.auth-card-header {
    padding: 28px 30px 22px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.auth-card-header::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    animation: headerShimmer 4s linear infinite;
}
@keyframes headerShimmer {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
.auth-card-header.header-blue   { background: linear-gradient(135deg, #1a56b0, #2563eb); }
.auth-card-header.header-green  { background: linear-gradient(135deg, #047857, #10b981); }
.auth-card-header.header-yellow { background: linear-gradient(135deg, #d97706, #f59e0b); }

.auth-card-header .auth-header-icon {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    border: 2px solid rgba(255,255,255,0.4);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 12px;
    font-size: 1.6rem;
    color: #fff;
    overflow: hidden;
    padding: 4px;
    position: relative;
    z-index: 1;
}
.auth-card-header .auth-header-icon img {
    width: 54px; height: 54px;
    object-fit: contain;
    border-radius: 50%;
}
.auth-card-header h4 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 1;
}
.auth-card-header p {
    color: rgba(255,255,255,0.8);
    font-size: 0.82rem;
    margin: 4px 0 0;
    position: relative;
    z-index: 1;
}

/* Auth card body */
.auth-card-body {
    padding: 28px 32px 24px;
}

/* Auth input group */
.auth-input-group {
    position: relative;
    margin-bottom: 20px;
}
.auth-input-group label.auth-label {
    font-size: 0.83rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
    display: block;
}
.auth-input-group .auth-input-wrap {
    position: relative;
}
.auth-input-group .auth-input-icon {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 0.9rem;
    z-index: 2;
    pointer-events: none;
}
.auth-input-group input.auth-input {
    width: 100%;
    padding: 11px 40px 11px 38px;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    font-size: 0.9rem;
    color: #111827;
    background: #f9fafb;
    transition: all 0.22s;
    outline: none;
    box-sizing: border-box;
}
.auth-input-group input.auth-input:focus {
    border-color: #2563eb;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
}
.auth-input-group input.auth-input::placeholder { color: #c0c7d1; }
.auth-input-group .auth-eye-toggle {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    cursor: pointer;
    font-size: 0.88rem;
    z-index: 2;
    transition: color 0.2s;
}
.auth-input-group .auth-eye-toggle:hover { color: #2563eb; }
.auth-input-group .auth-hint {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 4px;
}

/* Auth info box */
.auth-info-box {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-size: 0.85rem;
    color: #1d4ed8;
}
.auth-info-box .auth-info-row { margin: 2px 0; }

/* Auth submit button */
.auth-submit-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s;
    position: relative;
    overflow: hidden;
}
.auth-submit-btn.btn-blue {
    background: linear-gradient(135deg, #1a56b0, #2563eb);
    box-shadow: 0 4px 14px rgba(37,99,235,0.35);
}
.auth-submit-btn.btn-blue:hover {
    box-shadow: 0 6px 20px rgba(37,99,235,0.5);
    transform: translateY(-1px);
}
.auth-submit-btn.btn-green {
    background: linear-gradient(135deg, #047857, #10b981);
    box-shadow: 0 4px 14px rgba(16,185,129,0.35);
}
.auth-submit-btn.btn-green:hover {
    box-shadow: 0 6px 20px rgba(16,185,129,0.5);
    transform: translateY(-1px);
}

/* Auth divider */
.auth-divider {
    border: none;
    border-top: 1px solid #f1f5f9;
    margin: 18px 0;
}

/* Auth back link */
.auth-back-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 0.85rem;
    color: #64748b;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 8px;
    transition: all 0.18s;
}
.auth-back-link:hover {
    background: #f1f5f9;
    color: #1d4ed8;
    text-decoration: none;
}

/* Auth card footer */
.auth-card-footer {
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
    padding: 12px 24px;
    text-align: center;
    font-size: 0.76rem;
    color: #94a3b8;
}

/* Auth success state */
.auth-success-icon {
    width: 88px; height: 88px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    border: 3px solid #10b981;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px;
    font-size: 2.4rem;
    color: #047857;
    animation: successPop 0.5s cubic-bezier(0.175,0.885,0.32,1.275) both;
}
@keyframes successPop {
    from { transform: scale(0.5); opacity: 0; }
    to   { transform: scale(1);   opacity: 1; }
}