@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/Nunito_Sans/NunitoSans-Italic-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');

}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/Nunito_Sans/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');

}


:root {
	
	--tema: #3c3c3c;
	--tema-soft: #a7c8ed;
	--color-font: #4E4E4E;
	--color-font-dark: #b3b3b3;
	--bg		: #f5f7fa;
	--sedao-border:#cbd0dd;
	--bg-dark	: #121520;
	--sedao-border-dark:#242737;
	

}

*{
    margin : 0;
	padding : 0;
	box-sizing : border-box;
	outline : none;
	border : none;
	text-decoration: none;
}

body {
    background: var(--bg);
    background-size: 100%;
    display: table;
    font-family: "Nunito Sans", Mulish, sans-serif;
    font-size: 13px;
    width: 100%;
	color: var(--bs-body-color);
}

[data-bs-theme="dark"] body {
  background-color: #0d0d15;
  color: var(--color-font-dark);
}


a,
button {
    text-decoration: none;
    outline: none !important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
	font-weight: 600;
}

h5 {
  font-size: 1.5em;
}

ul,
ol {
    padding-left: 0;
}

img {
    max-width: 100%;
}

/* Warna latar dan teks untuk tema terang
[data-bs-theme="light"] body {
  background-color: #ffffff;
  color: #000000;
} */

/* Warna latar dan teks untuk tema gelap */


.card {
  border-radius: 12px;
  margin-bottom: 1.25em;
  

}

[data-bs-theme="dark"] .card {
  background-color: var(--bg-dark);
  border: 1px solid var(--sedao-border-dark);
}



header {
    background: var(--bs-white);
	border-bottom: 1px solid var(--sedao-border);
}

[data-bs-theme="dark"] header {
  background-color: var(--bg-dark);

}

[data-bs-theme="dark"] header {
  border-bottom: 1px solid var(--sedao-border-dark);
}


/* Navbar start */
.navbar {
	display: inline-block;

    
}


.navbar .main-menu {
    float: left;
    padding: 0;
    padding-bottom: 50px;
}

.navbar .menu-title {
	/*background: #3b3b3b2e; */
	line-height: 25px;
	text-transform: uppercase;
	width: 100%;
	font-weight: 700;
	font-size: 11px;
	color: var(--color-font);
}

.navbar .navbar-nav {
    float: none;
    position: relative;

}

.navbar .navbar-nav>li.menu-title,
.navbar .navbar-nav>li.sub-menu-title{
    padding-left: 30px;
    padding-right: 30px;
}




.navbar .navbar-nav>li.active {
    background: #f6f6f670;
border-right: 5px solid #298fda;
box-shadow: inset 0px 2px 4px rgba(0,0,0,0.5);
   width: 100%;
}


.navbar .navbar-nav li.sub-menu-title {
    width: 100%;
}


/*
.navbar .navbar-nav li .dropdown-toggle:after {
    display: none;
}
*/

.navbar .navbar-nav li.sub-menu-title>a {
    background: none !important;
    color: #292929;
    display: inline-block;
    font-size: 13px;
    line-height: 26px;
    padding: 5px 0;
    position: relative;
    width: 100%;
}

.navbar .navbar-nav li>a:hover,
.navbar .navbar-nav li>a:hover .menu-icon {
    color: #03a9f3;
}

.navbar .navbar-nav li>a .menu-icon {
    color: #292929;

    margin-top: 8px;
    width: 30px;
    text-align: left;
    z-index: 9;
    font-size: 16px;

    font-size: 16px;
}

.navbar .navbar-nav li>a .menu-title-text {
    font-size: 14px;
}

.navbar .navbar-nav li>a .badge {
    border-radius: 0;
    font-weight: 600;
    float: right;
    margin: 6px 0 0 0;
    padding: 0.4em 0.5em;
}

.navbar .navbar-nav li.menu-item-has-children {
    position: relative;
}

.navbar .navbar-nav li.menu-item-has-children a {
    line-height: 30px;
}

.navbar .navbar-nav li.menu-item-has-children a:before {
    content: "";
    position: absolute;
    top: 18px;
    right: 0;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #607d8b #607d8b transparent transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.navbar .navbar-nav li.menu-item-has-children a:hover:before {
    border-color: #03a9f3 #03a9f3 transparent transparent;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-y: hidden;
    padding: 0 0 0 35px;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu li {
    position: relative;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu i {
    color: #607d8b;
    float: left;
    padding: 0;
    position: absolute;
    left: 0;
    font-size: 14px;
    top: 9px;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu a {
    padding: 2px 0 2px 20px;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu a:before {
    content: '';
    display: none;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu a .menu-icon {
    top: 13px;
    text-align: left;
    width: 25px;
}

.navbar .navbar-nav li.menu-item-has-children.show a:before {
    border-color: transparent #607d8b #607d8b transparent;
    top: 15px;
    right: -5px;
}

.navbar .navbar-nav li.menu-item-has-children.show a:hover:before {
    border-color: transparent #03a9f3 #03a9f3 transparent;
}

.navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
    max-height: 1000px;
    opacity: 1;
    position: static !important;
}

.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:focus,
.navbar .navbar-nav>.active>a:hover {
    color: #03a9f3;
}

.navbar-nav li span.count {
    background: #a9d86e;
    border-radius: 50%;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 9px;
    font-weight: 700;
    float: right;
    height: 20px;
    width: 20px;
    line-height: 20px;
    margin-right: 15px;
    text-align: center;
}

.navbar .navbar-brand {
  color: #fff;
  transition: .2s ease-in-out transform;
  margin-left: 8px;
}

.navbar .navbar-brand:hover {
  transform:scale(1.1);
}

/* Left Panel Start */
aside.left-panel {
background: var(--bs-white);
transition: all .3s;
height: 100vh;
padding: 0;
width: 250px;
/*box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);*/
position: fixed;
left: 0;
bottom: 0;
top: 50px;
z-index: 999;
border-right: 1px solid var(--sedao-border);
}

[data-bs-theme="dark"] aside.left-panel {

  background: var(--bg-dark);
  border-right: 1px solid var(--sedao-border-dark);
}


aside.left-panel:hover {
    overflow-x: scroll;
}

.open aside.left-panel:hover {
    overflow-x: inherit;
}

.small-device .right-panel {
   margin-left: 0;
}

.close-menu{
	display: none;
}


.user-admin {
  display: none;
}


/*

.open .navbar .navbar-brand.hidden {
    display: block;
}

.open .sub-menu .subtitle {
    display: block;
    font-size: 15px;
    line-height: 35px;
    color: #607d8b;
    border-bottom: 1px solid rgba(96, 125, 139, 0.15);
}

.open .sub-menu i {
    left: 15px !important;
}

.sub-menu .subtitle {
    display: none;
}

.sub-menu .subtitle>.menu-icon {
    display: none;
}
*/
.open aside.left-panel {
    
	left: -250px;
}

.open aside.left-panel .navbar .navbar-header {
    padding: 0;
}

.open aside.left-panel .navbar .navbar-brand {
    display: none;
}

.open aside.left-panel .navbar .navbar-brand.hidden {
    display: block !important;
    text-align: center;
    width: 100%;
}

.open aside.left-panel .navbar .navbar-brand.hidden img {
    max-width: 100%;
    margin: 0 auto;
}

.open aside.left-panel .navbar .navbar-brand.d-md-none {
    display: block !important;
    margin: 13px 0 0;
    min-height: 67px;
    padding: 0;
    text-align: center;
}

.open aside.left-panel .navbar .navbar-nav:before {
    display: none !important;
}

.open aside.left-panel .navbar .navbar-nav li {
    position: relative;
    padding: 0 15px;
}

.open aside.left-panel .navbar .navbar-nav li a {
    font-size: 0;
    z-index: 0;
    -webkit-transition: none;
    transition: none;
}

.open aside.left-panel .navbar .navbar-nav li a .menu-icon {
    font-size: 20px;
    z-index: -1;
    text-align: center;
    width: inherit;
}

.open aside.left-panel .navbar .navbar-nav li a .menu-title-text {
    font-size: 0;
}

.open aside.left-panel .navbar .navbar-nav li a .badge {
    display: none;
}

.open aside.left-panel .navbar .navbar-nav li>a {
    max-width: 60px;
    padding-left: 0;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children {
    overflow: hidden;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children ul {
    padding-left: 0;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu {
    display: block;
    left: 83px;
    top: 0;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a {
    display: block;
    font-size: 14px;
    max-width: inherit;
    padding: 2px 15px 2px 25px;
    width: 100%;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a .menu-icon {
    text-align: center;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show {
    overflow: visible;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
    position: absolute !important;
    width: 180px;
    -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
}

.open aside.left-panel .navbar .navbar-nav li span.count {
    display: none;
    margin-right: 5px;
    z-index: 1;
}

.open aside.left-panel .navbar .navbar-nav li.active a:after {
    content: '';
    display: none;
}

.open aside.left-panel .navbar .navbar-nav .menu-title {
    font-size: 0;
    line-height: 0;
    opacity: 0;
    padding: 0;
}

.open aside.left-panel .menutoggle {
    background-color: #dc3545;
    color: #fff !important;
    right: -20px;
    text-align: center;
}
/* Left Panel End */

/* Right Panel Start */
.right-panel {
    background: none;
    margin-left: 250px;
    margin-top: 50px;
	transition: all .3s;
}

.right-panel .top-left {
    width: 380px;
    float: left;
}

.right-panel .top-rigth {
    float: left;
}

.right-panel .breadcrumbs {
    float: left;
    margin-top: 0;
    padding: 0;
    width: 100%;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.right-panel .breadcrumbs .col-lg-8 .page-header {
    float: left;
}

.right-panel .page-header {
    min-height: 30px;
    margin: 0px;
    padding: 0px 15px;
    border-bottom: 0px;
}

.right-panel .page-header h1 {
    font-size: 15px;
    padding: 8px 0;
}

.right-panel .page-header .breadcrumb {
    margin: 0px;
    padding: 13.5px 0;
    background: #fff;
    text-transform: capitalize;
}

.right-panel .page-header .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}


.right-panel .navbar-brand {
    width: 200px;
    display: inline-block;
}

/*
.right-panel .menutoggle {
   padding-left: 60px;
}
*/

.right-panel .navbar-header {
    width: 100%;

    padding: 0 1.25em 0 0;
}

.right-panel .navbar-header>a {
    display: inline;
}

.right-panel .navbar-brand {
    line-height: 42px;
}

.right-panel .navbar-brand img {
    max-width: 100px;
}

.right-panel .navbar-brand.hidden {
    display: none;
}

.open .right-panel {
    margin-left: 0;
}

/* Right Panel End */

.menutoggle {
line-height: 1;
transition: var(--bs-navbar-toggler-transition);
padding: 3px 8px;
color:var(--color-font);
}


[data-bs-theme="dark"] .menutoggle {
	color:var(--color-font-dark);
}

.menutoggle:hover {
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}



.open .let-panel {
    z-index: 999;
}

.sedao-logo{
	background-image: url('../../images/sedao-logo-light.svg');
	width: 100px;
  height: 32px;
 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

[data-bs-theme="dark"] .sedao-logo {
	background-image: url('../../images/sedao-logo-dark.svg');
}

/*



.hrf-heebo {

    font-family: "Open Sans", sans-serif;

}

.search-trigger {
    background: transparent;
    border: none;
    color: #99abb4;
    cursor: pointer;
    font-size: 16px;
    line-height: 55px;
    padding: 0;
    width: 43px;
}
*/
.banner{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 125px;
background-image: url("../../images/banner.jpg");
background-position: center;
background-size: cover;
}

.img-profil{
width: 180px;
border-radius: 150px;
border: 3px solid #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

}

.image_area{
	z-index: 1;
}


.bg-login{
	background : #3f9b97;
}

.bg-sedao{
	background : #4c9324;
}



.alert-validasi {
box-shadow: 2px 1px 2px rgba(8, 15, 15, 0.33);
padding: .30rem 1.25rem;
margin-bottom: 0.6rem;
border-radius: .25rem;
border-left: 7px solid;
border-right:none;
border-top:none;
border-bottom:none;
}

/* loader*/
#loader { 
            border: 12px solid #f3f3f3; 
            border-radius: 50%; 
            border-top: 12px solid #444444; 
            width: 70px; 
            height: 70px; 
            animation: spin 1s linear infinite; 
        } 
         
        @keyframes spin { 
            100% { 
                transform: rotate(360deg); 
            } 
        } 
         
        .center { 
            position: absolute; 
            top: 0; 
            bottom: 0; 
            left: 0; 
            right: 0; 
            margin: auto; 
        } 
/* loader*/		

.form-login-logo {
    height: 100px;
    margin-top: 20px;
    margin-left: 35px;
	height: 70px;
}



.border-line {
        border-right: 1px solid #cecece;
    }
	
.top-button{
	z-index:999;
}


i.fa-ind {
    font-size: 2em;
    line-height: .75em;
    vertical-align: -15%;
}

.ind-head {
    padding: .375rem .75rem;

}

.ind-control {
    text-align: center;
    font-weight: bold;
}

.thead-dark {
    line-height: 5px;
}


.form-group {
    margin-bottom: 0.5rem;
}

.modal-header {
	padding: 8px 15px;
}



.pointer {
    cursor: pointer;
}

.form-control-sm {
    font-size: 13px;

}

.border-radiusX {
    border-radius: 0;
}



.bg-maintenance {
    background-image: url(../../images/MAINTENANCE.jpg);
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}

.preloader .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font: 14px arial;
}

.blink {

    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

.blink2 {
    color: #0ec433;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.form-text {
    padding: 0.25rem 0.5rem;
    line-height: 1.5;
    margin: 0;
}

.border-gray {
    border: 1px solid #b3b3b3;
}

.bg-card-1 {
  background-image: url(../../images/background/profil-card.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.bg-card-2 {
  background-image: url(../../images/background/profil-card-2.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.bg-flat-color-1 {
    background: #00c292;
}

.bg-flat-color-2 {
    background: #ab8ce4;
}

.bg-flat-color-3 {
    background: #03a9f3;
}

.bg-flat-color-4 {
    background: #fb9678;
}

.bg-flat-color-5 {
    background: #66bb6a;
}

.bg-flat-color-6 {
    background: #5c6bc0;
}

.bg-transparent {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.white-color {
    color: #fff;
}

.flat-color-1 {
    color: #00c292;
}

.flat-color-2 {
    color: #ab8ce4;
}

.flat-color-3 {
    color: #03a9f3;
}

.flat-color-4 {
    color: #fb9678;
}

.flat-color-5 {
    color: #66bb6a;
}

.flat-color-6 {
    color: #5c6bc0;
}

.bg-twitter {
    background: #1da1f2;
}

.bg-facebook {
    background: #3b5998;
}

.bg-instagram {
    background: #833ab4;
}

.bg- {
    background: #ef5350;
}

.bg- {
    background: #4dbd74;
}

.bg- {
    background: #66bb6a;
}

.bg-white {
    background-color: #fff;
}

.fade-5 {
    opacity: 0.5;
}

.icon-lg {
    font-size: 4.68em;
}

.fw-r {
    font-weight: normal;
}

.color-gray {
    color: #868e96;
}

.color-green {
    color: green;
}

.color-blue {
    color: blue;
}

.color-orange {
    color: orange;
}

.text-up {
    text-transform: uppercase;
}

.br-0 {
    border: none !important;
}

.black-rgba {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.color-white-trans {
color: #ffffffc4
}



.font-3xl {
    font-size: 2.8125em;
}

.font-4xl {
    font-size: 3.75em;
}

.width-90 {
    width: 90px;
}

.height-15 {
    height: 15px;
}

.height-93 {
    height: 93px;
}

.height-100 {
    height: 100px;
}

.inline-block {
    display: inline-block;
}

.mb-15 {
    margin-bottom: 15px;
}

.bg-footer {
  background: #1f3047;

  background-size: auto;
}

.bg-flat-color-1 {
    background: #00c292;
}

.bg-flat-color-2 {
    background: #ab8ce4;
}

.bg-flat-color-3 {
    background: #03a9f3;
}

.bg-flat-color-4 {
    background: #fb9678;
}

.bg-flat-color-5 {
    background: #66bb6a;
}

.bg-flat-color-6 {
    background: #5c6bc0;
}

.bg-transparent {
    background-color: transparent;
}

.white-color {
    color: #fff;
}

.flat-color-1 {
    color: #00c292;
}

.flat-color-2 {
    color: #ab8ce4;
}

.flat-color-3 {
    color: #03a9f3;
}

.flat-color-4 {
    color: #fb9678;
}

.flat-color-5 {
    color: #66bb6a;
}

.flat-color-6 {
    color: #5c6bc0;
}

.bg-twitter {
    background: #1da1f2;
}

.bg-facebook {
    background: #3b5998;
}

.bg-instagram {
    background: #833ab4;
}

.bg- {
    background: #ef5350;
}

.bg- {
    background: #4dbd74;
}

.bg- {
    background: #66bb6a;
}

.bg-white {
    background-color: #fff;
}

.fade-5 {
    opacity: 0.5;
}

.icon-lg {
    font-size: 4.68em;
}

.fw-r {
    font-weight: normal;
}

.color-gray {
    color: #868e96;
}

.text-up {
    text-transform: uppercase;
}

.br-0 {
    border: none !important;
}

.black-rgba {
    background-color: rgba(0, 0, 0, 0.15) !important;
}


.font-3xl {
    font-size: 2.8125em;
}

.font-4xl {
    font-size: 3.75em;
}

.width-90 {
    width: 90px;
}

.height-15 {
    height: 15px;
}

.height-93 {
    height: 93px;
}

.height-100 {
    height: 100px;
}

.inline-block {
    display: inline-block;
}

.mb-15 {
    margin-bottom: 15px;
}

.tdl-holder {
    margin: 0 auto;
}

.tdl-holder ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tdl-holder li {
    position: relative;
    background-color: transparent;
    list-style: outside none none;
    margin: 0;
    padding: 7px 0;
}

.tdl-holder li:after,
.tdl-holder li:before {
    content: "\f142";
    top: 24px;
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 99;
    color: #99abb4;
}

.tdl-holder li:after {
    left: 10px;
}

.tdl-holder li:before {
    left: 14px;
}

.tdl-holder li span {
    margin-left: 30px;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.tdl-holder label {
    cursor: pointer;
    display: block;
    line-height: 50px;
    padding: 0 15px;
    padding-left: 30px;
    position: relative;
    margin: 0 !important;
    background: #fafafa;
    color: #99abb4;
    font-size: 15px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.tdl-holder label:hover {
    background-color: rgba(153, 171, 180, 0.1);
}

.tdl-holder label a {
    border-radius: 50%;
    color: rgba(153, 171, 180, 0.5);
    float: right;
    line-height: normal;
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
    height: 16px;
    width: 20px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.tdl-holder label a:hover {
    color: rgba(153, 171, 180, 0.8);
}

.tdl-holder input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
}

.tdl-holder input[type="checkbox"]+i {
    border: 1px solid rgba(153, 171, 180, 0.3);
    display: block;
    height: 18px;
    position: absolute;
    top: 15px;
    width: 18px;
    z-index: 1;
}

.tdl-holder input[type="checkbox"]:checked+i::after {
    content: "\e64c";
    font-family: 'themify';
    display: block;
    color: rgba(153, 171, 180, 0.5);
    left: 0;
    position: absolute;
    top: -16px;
    z-index: 2;
}

.tdl-holder input[type="checkbox"]:checked~span {
    text-decoration: line-through;
}

.tdl-holder input[type="text"] {
    height: 60px;
    margin-top: 20px;
    font-size: 14px;
}

.transition {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



.tema {
    background:var(--tema);
    background-size: contain;
    color: #fff;
}

.tema {
    background:var(--tema);
    background-size: contain;
    color: #fff;
}

.tema-red {
    background-image: url(../../images/bg-red.jpg);
    background-size: contain;
    color: #fff;
}

.grad-green {
    background: -moz-linear-gradient(top, #64cd4e 0%, #298f1a 100%);
    background-color: rgba(0, 0, 0, 0);
}

#themeToggleBtn{

    padding: 0;
height: 2rem;
  width: 2rem;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border:none;
}



  #themeToggleBtn svg {
     
    display: block;
  }

.btn-light{
	background: #ffe0d1;
    
  color: #ff4800;
}

.btn-light:hover{
	background: #ffad86;

}

.btn-gelap{
	background: #373860;
    
  color: #0070ff;
}
.btn-gelap:hover{
	background:#3b3ebf
}
.btn-auto{
	background: #b6d5cf;
  color: #0d3f42;
}

.btn-auto:hover{
	background:#bfbfbf
}

.btn:focus,
button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0;
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
}

a.btn.disabled,
fieldset:disabled a.btn {
    cursor: not-allowed;
}



.img-1 {
    max-width: 100%;
}

/*
.modal-header {
    display: block;
}
*/

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  background: none;

}
/*
.dropdown-menu {
  font-size: 13px;
}
*/
.mb-0 {
    margin-bottom: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.ov-h {
    overflow: hidden;
}

.btn,
button,
input,
textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.progress-thin {
    border-radius: 0;
    height: 5px;
}

canvas {
    max-width: 100%;
}

.btn {
    border-radius: 3px;
}


.progress-box {
    margin-bottom: 30px;
}

.progress-box .por-title {
    font-size: 1em;
    font-weight: 600;
    color: #868e96;
    padding-bottom: 5px;
}

.progress-box .por-txt {
    font-size: 13px;
    padding-bottom: 5px;
}

.order-table {
    position: relative;
}

.order-table:after,
.order-table:before {
    content: "";
    position: absolute;
    top: 0px;
    height: 37px;
    width: 10px;
    background: #e8e9ef;
}

.order-table:after {
    right: -1px;
}

.order-table:before {
    left: -1px;
}

.order-table tr th {
    background: #e8e9ef;
}

.order-table tr:last-child td {
    border: none;
}

.order-table .badge {
    color: white;
    padding: 10px;
    text-transform: uppercase;
    font-weight: normal;
}

.order-table .badge-complete {
    background: #00c292;
}

.order-table .badge-pending {
    background: #fb9678;
}

/*

.messenger-box {
    padding-top: 15px;
}

.messenger-box ul {
    padding-left: 0;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
}

.messenger-box li {
    list-style: none;
    padding-bottom: 20px;
}

.messenger-box .avatar {
    width: 64px;
    float: left;
}

.messenger-box .avatar img {
    border-radius: 100%;
}

.messenger-box .avatar .send-time {
    font-size: 11px;
    text-align: center;
    padding-top: 5px;
}

.messenger-box .msg-box {
    margin-left: 84px;
    margin-right: 0;
}

.messenger-box .inner-box {
    position: relative;
    border-radius: 10px;
    background-color: #f1f2f7;
    font-size: 14px;
    color: #9aa0a4;
    padding: 14px 20px;
}

.messenger-box .inner-box .name {
    font-size: 16px;
    padding-bottom: 10px;
}

.messenger-box .inner-box:after {
    content: "";
    position: absolute;
    top: 10px;
    left: -18px;
    width: 18px;
    height: 18px;
    border-style: solid;
    border-width: 9px;
    border-color: transparent #f1f2f7 transparent transparent;
}

.messenger-box .msg-sent .avatar {
    float: right;
}

.messenger-box .msg-sent .msg-box {
    margin-right: 85px;
}

.messenger-box .msg-sent .inner-box:after {
    left: inherit;
    right: -18px;
    border-color: transparent transparent transparent #f1f2f7;
}

.messenger-box .send-mgs {
    margin-top: 20px;
    margin-bottom: 9px;
    position: relative;
}

.messenger-box .send-mgs .yourmsg {
    margin-right: 55px;
}

.messenger-box .send-mgs .yourmsg input {
    border: 1px solid #eceff1;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 7px;
}

.messenger-box .send-mgs .msg-send-btn {
    background: #03a9f3;
    color: #fff;
    font-size: 28px;
    border-radius: 7px;
    padding: 0;
    text-align: center;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
*/

/* Global Styles */

/*
header .form-inline {
    background: #131c21;
    display: none;
    height: 55px;
    margin: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}

header .form-inline .search-form {
    height: 100%;
    max-width: 1025px;
    margin: 0 auto;
    position: relative;
}

header .form-inline .search-form input[type="text"] {
    background: #131c21;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #d3d3d3;
    font-size: 16px;
    height: inherit;
    margin-right: 0 !important;
    padding: 10px 36px 10px 15px;
    width: 100%;
}

header .form-inline .search-form input[type="text"].active,
header .form-inline .search-form input[type="text"]:focus {
    border-color: rgba(0, 0, 0, 0.125);
    outline: 0;
}

header .form-inline .search-form button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -14px !important;
}

header .form-inline .search-form button:active,
header .form-inline .search-form button:focus,
header .form-inline .search-form button:visited,
header .form-inline .search-form .btn-outline-success:hover {
    background: transparent;
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}

header .form-inline .search-form.close {
    display: none;
}

.header-left {
    display: inline-block;
}

.header-left.open .form-inline {
    display: block;
}

.header-left .dropdown {
    display: inline-block;
}

.header-left .dropdown .dropdown-toggle {
    background: transparent;
    border: none;
    color: #409d00;
    font-size: 16px;
    line-height: 55px;
    padding-top: 0;
    padding-bottom: 0;
}

.header-left .dropdown .dropdown-toggle:after {
    display: none;
}

.header-left .dropdown .dropdown-toggle .count {
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    right: 0;
    top: 12px;
    position: absolute;
}

.header-left .dropdown .dropdown-toggle:active,
.header-left .dropdown .dropdown-toggle:focus,
.header-left .dropdown .dropdown-toggle:visited {
    background: none !important;
    border-color: transparent !important;
    color: #292b35 !important;
}

.header-left .dropdown .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 38px !important;
    left: inherit !important;
    right: 0 !important;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    line-height: 35px;
}

.header-left .dropdown .dropdown-menu p {
    font-size: 15px;
    margin: 0;
    padding: 5px 15px;
}

.header-left .dropdown .dropdown-menu .dropdown-item {
    color: #99abb4;
    font-size: 13px;
    padding: 10px 15px 3px;
    text-overflow: ellipsis;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.header-left .dropdown .dropdown-menu .dropdown-item:hover {
    background: rgba(233, 236, 239, 0.5);
}

.header-left .dropdown .dropdown-menu .dropdown-item .photo {
    float: left;
    margin-right: 15px;
    width: 25px;
}

.header-left .dropdown .dropdown-menu .dropdown-item .message .name {
    margin-top: -5px;
}

.header-left .dropdown .dropdown-menu .dropdown-item .message .time {
    font-size: 11px;
}

.header-left .dropdown .dropdown-menu .dropdown-item .message p {
    clear: both;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-menu .dropdown {
    line-height: 40px;
    margin-top: 0 !important;
}

.header-menu .dropdown .dropdown-toggle {
    line-height: 40px;
}

.user-area .dropdown-toggle {
    position: relative;
    z-index: 0;
}

.user-area .dropdown-toggle:before {
   
    position: absolute;
    right: -3px;
    bottom: 10px;
    background: #868e96;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    border: 2px solid white;
    z-index: 1;
}

.user-area .dropdown-toggle.active:before {
    background: #49a342;
}
*/
/*
.dropdown-menu {
    border-radius: 0;
    -webkit-transform: none !important;
    transform: none !important;
}

.for-notification .dropdown-menu .dropdown-item {
    padding: 5px 15px !important;
    text-overflow: ellipsis;
}

.for-notification .dropdown-menu .dropdown-item i {
    float: left;
    font-size: 14px;
    margin: 5px 5px 0 0;
    text-align: left;
    width: 20px;
}

.for-notification .dropdown-menu .dropdown-item p {
    padding: 0 !important;
    text-overflow: ellipsis;
}
*/
/*
.user-area {
    float: right;
    padding-right: 0;
    position: relative;
  
}

.user-area .user-menu {
    background: #fff;
    border: none;
    left: inherit !important;
    right: 0;
    top: 46px !important;
    margin: 0;
    max-width: 150px;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    z-index: 999;
    min-width: 150px;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.user-area .user-menu .nav-link {
    color: #607d8b;
    display: block;
    font-size: 13px;
    line-height: 22px;
    padding: 5px 0;
}

.user-area .user-menu .nav-link>i {
    margin-right: 10px;
}

.user-area .user-avatar {
    float: right;
    width: 30px;
}

.user-area .user-info .name {
    color: #8c8c8c;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
}

.user-area .count {
    background: #d9534f;
    border-radius: 50%;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 9px;
    font-weight: 700;
    float: right;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
}

.user-area .dropdown-toggle {
    line-height: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-area .dropdown-toggle:after {
    display: none;
}
*/

#menuToggle2 {
    padding-left: 25px;
}

#language-select {
    color: #f1f2f7;
    float: right;
    margin: 7px 20px 0 0;
    max-width: 80px;
}

#language-select:focus,
#language-select:visited {
    border: none;
    outline: 0;
}

#language-select .flag-icon {
    line-height: 55px;
}

#language-select .dropdown-toggle::after {
    display: none;
}

#language-select .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 0;
    left: -8px !important;
    min-width: inherit;
    padding: 0 5px;
    top: 81px !important;
}

#language-select .dropdown-menu .dropdown-item {
    line-height: 1.5;
    margin-right: 0;
    max-width: 25px;
    padding: 0;
}

#language-select .dropdown-menu .dropdown-item:hover {
    background: #fff;
}

#language-select .dropdown-menu .dropdown-item .flag-icon {
    line-height: 1.5;
    margin-right: 0;
    width: 25px;
}

.notification-show+.dropdown-menu,
.message-show+.dropdown-menu,
.language-show+.dropdown-menu {
    display: block;
}

.content {
    float: left;
    padding: 1.875em;
    width: 100%;
}


.action-menu .dropdown-toggle i {
    font-size: 12px;
}

.action-menu .dropdown-toggle::after {
    display: none;
}

.flotBar1,
.flotLine1 {
    height: 75px;
}

.traffic-chart .ct-area {
    fill-opacity: .7;
}

.traffic-chart .ct-series-a .ct-area,
.traffic-chart .ct-series-a .ct-slice-donut-solid,
.traffic-chart .ct-series-a .ct-slice-pie {
    fill: #66bb6a;
}

.traffic-chart .ct-series-b .ct-area,
.traffic-chart .ct-series-b .ct-slice-donut-solid,
.traffic-chart .ct-series-b .ct-slice-pie {
    fill: #ef5350;
}

.traffic-chart .ct-series-c .ct-area,
.traffic-chart .ct-series-c .ct-slice-donut-solid,
.traffic-chart .ct-series-c .ct-slice-pie {
    fill: #5c6bc0;
}

.flotRealtime2 {
    height: 445px;
}

.traffic-chart {
    height: 34vh;
}

#flotBar2 {
    height: 168px;
}

.gauge.g1 svg {
    fill: #ffa726 !important;
}

#area_chart {
    max-height: 280px;
}

#flotLine5 {
    height: 50px;
}

#flotPie1 {
    height: 90px;
}

#flotPie1 .pieLabel {
    display: none;
}

#flotPie1 .legend tr {
    padding-bottom: 5px;
}

#flotPie1 .legendColorBox {
    float: left;
    margin: 2px 5px 0 0;
}

#flotPie1 .legendColorBox>div {
    border: none !important;
}

#flotPie1 .legendLabel {
    color: #868e96;
    font-family: 'Open Sans';
    font-size: 12px;
}


.table-striped td {
    padding: .30rem;
    vertical-align: middle;
    color: #575757;
}

.table-striped th {
    color: #575757;
}

.table-menu td {
    padding: 0;
    vertical-align: middle;
    color: #575757;
}



.table-menu th {
    color: #575757;
}

/* Stats Table */
.table-stats table {
    font-family: 'Open Sans';
}

.table-stats table th,
.table-stats table td {
    border: none;
    border-bottom: 1px solid #e8e9ef;
    color: #868e96;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 5px;
    text-transform: uppercase;
}

.table-stats table th img,
.table-stats table td img {
    margin-right: 10px;
    max-width: 45px;
}

.table-stats table th .name,
.table-stats table td .name {
    color: #343a40;
    font-size: 14px;
    text-transform: capitalize;
}

.table-stats table td {
    color: #343a40;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    vertical-align: middle;
}

/* Timeline */
.timeline li {
    font-family: 'Open Sans';
    list-style: none;
    padding: 5px 0;
    position: relative;
}

.timeline li i {
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.timeline li span {
    color: #868e96;
    display: block;
    font-size: 14px;
}

.timeline li span a {
    color: #343a40;
}

.timeline li .time {
    font-size: 12px;
    padding-bottom: 15px;
}

.timeline li img {
    margin: 10px 5px 15px 0;
    max-height: 40px;
}

.timeline .media-body {
    border-bottom: 1px solid #e8e9ef;
}

/* Weather */
.widget .card-footer {
    border-top-color: #e8e9ef;
}

.widget .weather-footer li {
    float: left;
    position: relative;
    width: 33.33%;
}

.widget .weather-footer li:before {
    content: '';
    background: #e8e9ef;
    height: 32px;
    width: 1px;
    top: 5px;
    right: 7.5px;
    position: absolute;
}

.widget .weather-footer li:last-child:before {
    display: none;
}

.widget .weather-footer li span {
    display: block;
}

.widget .pt-0 {
    padding-top: 0 !important;
}

.widget .social .rounded-circle {
    max-width: 130px;
    margin-top: -65px;
}

.widget .social .weather-footer i {
    color: #868e96;
    font-size: 20px;
    line-height: 1;
    margin-top: -3px;
}

/* Tabs */
.nav-tabs a.active {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs .dropdown .dropdown-menu {
    top: 100% !important;
}

.custom-tab .nav-tabs>a.active,
.custom-tab .nav-tabs>.active>a:focus,
.custom-tab .nav-tabs>li.active>a:hover {
    border-color: transparent transparent;
    color: #ff2e44;
    position: relative;
}

.custom-tab .nav-tabs>a.active:after,
.custom-tab .nav-tabs>li.active>a:focus:after,
.custom-tab .nav-tabs>li.active>a:hover:after {
    background: #ff2e44;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 999;
}

[data-bs-theme="dark"] .card-header {
	border-bottom: 1px solid var(--sedao-border-dark);
}
.card .card-header .card-actions {
    float: right;
}

.card .card-header .card-actions [class*="btn"] {
    border-left: 1px solid rgba(120, 130, 140, 0.4);
    color: #878787;
    display: inline-block;
    font-size: 16px;
    float: left;
    padding: 0 7px;
    width: inherit;
    text-align: center;
}

.social-buttons .card-body p button {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.social-buttons .only-icon .card-body p button {
    padding: 0;
}

.social-buttons .social i {
    padding: 0 10px;
    width: inherit !important;
}

.social-buttons .only-text p button {
    padding: 0 .5rem;
}

.buttons button {
    margin: 2px 0;
}

/* Ribons */
.corner-ribon {
    text-align: center;
    width: 71px;
    height: 71px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
}

.corner-ribon i {
    padding: 10px 0 0 35px;
    color: #fff;
}

.twt-feed .wtt-mark {
    color: rgba(255, 255, 255, 0.15);
    font-size: 160px;
    position: absolute;
    top: 10px;
    left: 40%;
}

.twt-feed {
    -webkit-border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    padding: 40px 10px 10px;
    position: relative;
    min-height: 170px;
}

.weather-category {
    padding: 15px 0;
    color: #74829C;
}

.weather-category ul li {
    width: 32%;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    display: inline-block;
}

.twt-feed.blue-bg {
    background: #58C9F3;
}

.twt-category {
    display: inline-block;
    margin-bottom: 11px;
    margin-top: 10px;
    width: 100%;
}

.twt-category ul li {
    color: #bdbdbd;
    font-size: 13px;
}

.twt-footer {
    padding: 12px 15px;
}

.twt-footer,
.twt-footer a {
    color: #d2d2d2;
}

/* Button Reset */
/*
.btn,
.button {
    font-size: 13px;
}
*/



/* Icons */
.icon-section {
    margin: 0 0 3em;
    clear: both;
    overflow: hidden;
}

.icon-container {
    width: 240px;
    padding: .7em 0;
    float: left;
    position: relative;
    text-align: left;
}

.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
    color: #000;
    position: absolute;
    margin-top: 3px;
    -webkit-transition: .3s;
    transition: .3s;
}

.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"] {
    font-size: 2.2em;
    margin-top: -5px;
}

.icon-container:hover .icon-name {
    color: #000;
}

.icon-name {
    color: #aaa;
    margin-left: 35px;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s;
}

.icon-container:hover .icon-name {
    margin-left: 45px;
}

.fontawesome-icon-list .page-header {
    border-bottom: 1px solid #C9CDD7;
    padding-bottom: 9px;
    margin: 30px 0px 27px 0px;
}

.fontawesome-icon-list h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 300;
}

.fontawesome-icon-list i {
    font-style: 16px;
    padding-right: 10px;
}

.social-box i {
    line-height: 110px;
}

.social-box ul {
    display: inline-block;
    margin: 7px 0 0;
    padding: 10px;
    width: 100%;
}

.social-box ul li {
    color: #949CA0;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px 0 0;
    text-align: right;
}

.social-box ul li:last-child {
    padding-left: 10px;
    padding-right: 0;
    text-align: left;
}

.social-box ul li span {
    font-size: 14px;
}

.login-logo {
    text-align: center;
    margin-bottom: 0;
    padding: 0px 100px 0px;
}

.login-logo-header {
color: #ffffff;
font-size: 12px;
text-align: center;
padding: 5px 0;
}

.login-content {
    max-width: 450px;
    margin: 15vh auto;
    padding: 25px 50px ;
    background: linear-gradient(90deg, rgb(43, 43, 43) 0%, rgb(49, 49, 49) 25%, rgb(83, 83, 83) 20%);
	
}

.login-content-img {
margin: 15vh 0px;
background: linear-gradient(90deg, rgb(43, 43, 43) 0%, rgb(49, 49, 49) 25%, rgb(83, 83, 83) 20%);
}
.login-form {

    padding: 0;
    border-radius: 2px;
}

.login-form h4 {
    color: #878787;
    text-align: center;
    margin-bottom: 50px;
}

.login-form .checkbox {
    color: #878787;
}

.login-form .checkbox label {
    text-transform: none;
}

.login-form .btn {
    width: 100%;
    
}

.login-form label {
    color: #878787;
    text-transform: uppercase;
}

.login-form label a {
    color: #ff2e44;
}

.social-login-content {
    margin: 0px -30px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 30px 0px;
    background: #fcfcfc;
}

.social-button {
    padding: 0 30px;
}

.social-button .facebook {
    background: #3b5998;
    color: #fff;
}

.social-button .facebook:hover {
    background: #344e86;
}

.social-button .twitter {
    background: #00aced;
    color: #fff;
}

.social-button .twitter:hover {
    background: #0099d4;
}

.social-button i {
    padding: 19px;
}

.register-link a {
    color: #ff2e44;
}

.cpu-load {
    width: 100%;
    height: 272px;
    font-size: 14px;
    line-height: 1.2em;
}

.cpu-load-data-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
}

.cpu-load-data {
    margin-bottom: 30px;
}

.cpu-load-data li {
    display: inline-block;
    width: 32.5%;
    text-align: center;
    border-right: 1px solid #e7e7e7;
}

.cpu-load-data li:last-child {
    border-right: 0px;
}

.nestable-cart {
    overflow: hidden;
}

/* Forms */
.input-group-addon {
    background-color: transparent;
    border-left: 0;
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    font-weight: 400;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem 0 .0 .25rem;
    border-right: 0;
}

.flotTip {
    background: #252525;
    border: 1px solid #252525;
    padding: 5px 15px;
    color: #ffffff;
}

.flot-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 275px;
    padding: 20px 15px 15px;
    margin: 15px auto 30px;
    background: transparent;
}

.flot-pie-container {
    height: 275px;
}

.flotBar-container {
    height: 275px;
}

.flot-line {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

.legend table {
    border-spacing: 5px;
}

#chart1,
#flotBar,
#flotCurve {
    width: 100%;
    height: 275px;
}

.morris-hover {
    position: absolute;
    z-index: 1;
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
}

.morris-hover.morris-default-style {
    border-radius: 2px;
    padding: 10px 12px;
    color: #666;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    color: #fff !important;
}

.morris-hover-point {
    color: rgba(255, 255, 255, 0.8) !important;
}

#morris-bar-chart {
    height: 285px;
}

.map,
.vmap {
    width: 100%;
    height: 400px;
}

.bg-wall-green {
  background-image: url('../../images/background/bg-card.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 200px;
}

[data-bs-theme="dark"] .bg-wall-green {
 background-image: url('../../images/background/bg-card-dark.jpg');

}

.btn-metallic {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(145deg, #d4d4d4, #8e8e8e);
  border: 1px solid #aaa;
  border-radius: 6px;
  box-shadow: 
    inset 1px 1px 0 #fff, 
    inset -1px -1px 0 #888,
    2px 2px 6px rgba(0,0,0,0.3);
  text-shadow: 0 1px 0 rgba(0,0,0,0.4);
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-primary {
  background-image: linear-gradient(-180deg, #007CFF 0%, #1F63B9 100%);
 
  border: 0;
   
  -webkit-user-select: none;
  touch-action: manipulation;
}
.btn-primary:hover {
  background-image: linear-gradient(-180deg, #0068D6 0%, #16498A 100%);
}
[data-bs-theme="dark"] .btn-primary {

background-image: linear-gradient(-180deg, #318BC1 0%, #0E3D59 100%);
}
.btn-metallic:hover {
  background: linear-gradient(145deg, #f0f0f0, #aaa);
  box-shadow: 
    inset 1px 1px 0 #fff, 
    inset -1px -1px 0 #999,
    2px 2px 8px rgba(0,0,0,0.4);
}

.btn-metallic:active {
  background: linear-gradient(145deg, #999, #ccc);
  box-shadow: 
    inset 2px 2px 4px rgba(0,0,0,0.5),
    1px 1px 2px rgba(255,255,255,0.2);
}



.btn-sedao {
	font-family: "Roboto", sans-serif;
  /*background-image: linear-gradient(-180deg, #37AEE2 0%, #3EAE27 100%);*/
  background-image:   linear-gradient(-180deg, #1ebab4 0%, #3f9b97 100%);
 color:white;
  border: 0;

  -webkit-user-select: none;
  touch-action: manipulation;
  
}
[data-bs-theme="dark"] .btn-sedao {
background-image: linear-gradient(-180deg, #368962 0%, #0E5939 100%);
  color: #e0ffe0; /* hijau pucat */

}




.btn-sedao:hover {
   background-image:   linear-gradient(-180deg, #1ebab4 0%, #3f9b97 100%);
   background-image: linear-gradient(-180deg, #1ba19c 0%, #347d7a 100%);
  color: white;
}

.btn-sedao.disabled {
  color: white;
}

.btn-outline-sedao {
 color: #349d3c;
  border: 1px solid #349d3c;
}

.btn-outline-sedao:hover {
  color: #fff;
  background-image: linear-gradient(-180deg, #2F92BC 0%, #2F9F18 100%);
  
}


.btn-success {
  background-image: linear-gradient(-180deg, #4ec64e 0%, #388f4a 100%);
 
  border: 0;
   
  -webkit-user-select: none;
  touch-action: manipulation;
}
.btn-success:hover {
  background-image: linear-gradient(-180deg, #25A333 0%, #158531 100%);
}

.btn-danger {
  background-image: linear-gradient(-180deg, #e24242 0%, #bc2020 100%);
 
  border: 0;
   
  -webkit-user-select: none;
  touch-action: manipulation;
}
.btn-danger:hover {
  background-image: linear-gradient(-180deg, #c72424 0%, #8c0e0e 100%);
}

.btn-secondary {
  background-image: linear-gradient(-180deg, #7d7d7d 0%, #5e5e5e 100%);

  border: 0;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.btn-secondary:hover {
  background-image: linear-gradient(-180deg, #676767 0%, #333 100%);
}




/*
.btn-toolbar {
    float: left !important;
}

.btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-toolbar .show>.btn-outline-secondary.dropdown-toggle {
    background-color: #212529;
    border-color: #212529;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.btn-toolbar .btn-outline-secondary:hover {
    background-color: #212529;
    border-color: #212529;
    color: #fff;
}

/*    Widget One
---------------------------*/
.dib {
    display: inline-block;
}

.stat-widget-one .stat-icon {
    vertical-align: top;
}

.stat-widget-one .stat-icon i {
    font-size: 30px;
    border-width: 3px;
    border-style: solid;
    border-radius: 100px;
    padding: 15px;
    font-weight: 900;
    display: inline-block;
}

.stat-widget-one .stat-content {
    margin-left: 30px;
    margin-top: 7px;
}

.stat-widget-one .stat-text {
    font-size: 14px;
    color: #868e96;
}

.stat-widget-one .stat-digit {
    font-size: 24px;
    color: #373757;
}

/*    Widget Two
---------------------------*/
.stat-widget-two {
    text-align: center;
}

.stat-widget-two .stat-digit {
    font-size: 1.75rem;
    font-weight: 500;
    color: #373757;
}

.stat-widget-two .stat-digit i {
    font-size: 18px;
    margin-right: 5px;
}

.stat-widget-two .stat-text {
    font-size: 16px;
    margin-bottom: 5px;
    color: #868e96;
}

.stat-widget-two .progress {
    height: 8px;
    margin-bottom: 0;
    margin-top: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.stat-widget-two .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*    Widget Three
---------------------------*/
.stat-widget-three .stat-icon {
    display: inline-block;
    padding: 33px;
    position: absolute;
    line-height: 21px;
}

.stat-widget-three .stat-icon i {
    font-size: 30px;
    color: #ffffff;
}

.stat-widget-three .stat-content {
    text-align: center;
    padding: 15px;
    margin-left: 90px;
}

.stat-widget-three .stat-digit {
    font-size: 30px;
}

.stat-widget-three .stat-text {
    padding-top: 4px;
}

.home-widget-three .stat-icon {
    line-height: 19px;
    padding: 27px;
}

.home-widget-three .stat-digit {
    font-size: 24px;
    font-weight: 300;
    color: #373757;
}

.home-widget-three .stat-content {
    text-align: center;
    margin-left: 60px;
    padding: 13px;
}

/*    Widget Four
---------------------------*/
.stat-widget-four {
    position: relative;
}

.stat-widget-four .stat-icon {
    display: inline-block;
    position: absolute;
    top: 5px;
}

.stat-widget-four i {
    display: block;
    font-size: 36px;
}

.stat-widget-four .stat-content {
    margin-left: 50px;
    text-align: left;
}

.stat-widget-four .stat-heading {
    font-size: 20px;
}

/*    Widget Five
---------------------------*/
.stat-widget-five {
    min-height: 60px;
}

.stat-widget-five .stat-icon {
    font-size: 50px;
    line-height: 50px;
    position: absolute;
    left: 30px;
    top: 20px;
}

.stat-widget-five .stat-content {
    margin-left: 75px;
}

.stat-widget-five .stat-text {
    color: #455a64;
    font-size: 20px;
}

.stat-widget-five .stat-heading {

    font-size: 14px;
}

.horizontal:before {
    background: #ffffff;
    bottom: 0;
    content: "";
    height: 38px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 1px;
}

/* Mixed Styles */
.badges h1,
.badges h2,
.badges h3,
.badges h4,
.badges h5,
.badges h6 {
    margin: 5px 0;
}

.vue-lists ul,
.vue-lists ol {
    padding-left: 30px;
}

.card .dropdown.float-right .dropdown-menu {
    left: inherit !important;
    right: 0 !important;
    top: 93% !important;
}

.dataTables_paginate .pagination {
    border-radius: 0;
}

.dataTables_paginate .pagination li {
    border-radius: 0 !important;
}

.dataTables_paginate .pagination li a {
    border-radius: 0 !important;
    color: #292b35;
}

.dataTables_paginate .pagination li.active a {
    background: #292b35;
    border-color: #292b35;
    color: #fff;
}

.dataTables_paginate .pagination li:hover a {
    background: #292b35;
    border-color: #292b35;
    color: #fff;
}

/* Footer */
footer.site-footer {
    padding: 0 1.875em;
}

footer.site-footer .footer-inner {
    color: #e8e8e8;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 1.5;
    padding: 1em 1.125em;
}

footer.site-footer .footer-inner a {
    color: #08ff00;
}

.calender-cont {
    position: relative;
    padding-top: 20px;
}

.calender-cont .fc-title {
    color: #fff;
}

.calender-cont .fc-center {
    position: absolute;
    top: 0;
    left: 0;
}

.calender-cont .fc-center h2 {
    font-size: 16px;
    font-weight: 700;
}

.calender-cont td .fc-event {
    border: 0px solid transparent;
    padding: 1px;
}

.calender-cont td .fc-time {
    color: white;
    font-weight: 400;
    font-size: 11px;
    padding: 2px;
}

.calender-cont .fc-left .fc-button-group {
    position: absolute;
    top: 0;
    right: 0;
}

.calender-cont .fc-left .fc-button-group button {
    height: 20px;
    width: 20px;
    line-height: 18px;
    padding: 0;
    border: 0px solid transparent;
    background: #eceff1;
    color: #889196;
}

.calender-cont .fc-left .fc-button-group button.fc-prev-button {
    margin-right: 4px;
}

.calender-cont .fc-left .fc-button-group button .fc-icon {
    font-size: 11px;
}

.calender-cont .fc-left .fc-button-group button:hover {
    background: #d8d8d8;
}

.calender-cont.widget-calender {
    padding-top: 20px;
}

.calender-cont.widget-calender td,
.calender-cont.widget-calender th {
    font-size: 14px;
    border: 0px solid transparent;
}

.calender-cont.widget-calender .fc-right {
    display: none;
}

.calender-cont.widget-calender .fc-today-button {
    display: none;
}

.calender-cont.widget-calender .fc-widget-content {
    height: 45px !important;
    min-height: 45px !important;
}

.calender-cont.widget-calender .fc-day-grid-container {
    max-height: 250px !important;
    overflow: hidden !important;
}
i.fa-ind {
    font-size: 2em;
    line-height: .75em;
    vertical-align: -15%;
}

.ind-head {
    padding: .375rem .75rem;

}

.ind-control {
    text-align: center;
    font-weight: bold;
}

.thead-dark {
    line-height: 5px;
}


.form-group {
    margin-bottom: 0.5rem;
}

.modal-header {
	padding: 8px 15px;
}



.pointer {
    cursor: pointer;
}

.form-control-sm {
    font-size: 13px;

}

.border-radiusX {
    border-radius: 0;
}



.bg-maintenance {
    background-image: url(../../images/MAINTENANCE.jpg);
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}

.preloader .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font: 14px arial;
}

.blink {

    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

.blink2 {
    color: #0ec433;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.form-text {
    padding: 0.25rem 0.5rem;
    line-height: 1.5;
    margin: 0;
}

.border-gray {
    border: 1px solid #b3b3b3;
}

.bg-card-1 {
  background-image: url(../../images/background/profil-card.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.bg-card-2 {
  background-image: url(../../images/background/profil-card-2.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.bg-flat-color-1 {
    background: #00c292;
}

.bg-flat-color-2 {
    background: #ab8ce4;
}

.bg-flat-color-3 {
    background: #03a9f3;
}

.bg-flat-color-4 {
    background: #fb9678;
}

.bg-flat-color-5 {
    background: #66bb6a;
}

.bg-flat-color-6 {
    background: #5c6bc0;
}

.bg-transparent {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.white-color {
    color: #fff;
}

.flat-color-1 {
    color: #00c292;
}

.flat-color-2 {
    color: #ab8ce4;
}

.flat-color-3 {
    color: #03a9f3;
}

.flat-color-4 {
    color: #fb9678;
}

.flat-color-5 {
    color: #66bb6a;
}

.flat-color-6 {
    color: #5c6bc0;
}

.bg-twitter {
    background: #1da1f2;
}

.bg-facebook {
    background: #3b5998;
}

.bg-instagram {
    background: #833ab4;
}

.bg- {
    background: #ef5350;
}

.bg- {
    background: #4dbd74;
}

.bg- {
    background: #66bb6a;
}

.bg-white {
    background-color: #fff;
}

.fade-5 {
    opacity: 0.5;
}

.icon-lg {
    font-size: 4.68em;
}

.fw-r {
    font-weight: normal;
}

.color-gray {
    color: #868e96;
}

.color-green {
    color: green;
}

.color-blue {
    color: blue;
}

.color-orange {
    color: orange;
}

.text-up {
    text-transform: uppercase;
}

.br-0 {
    border: none !important;
}

.black-rgba {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.color-white-trans {
color: #ffffffc4
}



.font-3xl {
    font-size: 2.8125em;
}

.font-4xl {
    font-size: 3.75em;
}

.width-90 {
    width: 90px;
}

.height-15 {
    height: 15px;
}

.height-93 {
    height: 93px;
}

.height-100 {
    height: 100px;
}

.inline-block {
    display: inline-block;
}

.mb-15 {
    margin-bottom: 15px;
}

.bg-footer {
  background: #1f3047;

  background-size: auto;
}

.bg-flat-color-1 {
    background: #00c292;
}

.bg-flat-color-2 {
    background: #ab8ce4;
}

.bg-flat-color-3 {
    background: #03a9f3;
}

.bg-flat-color-4 {
    background: #fb9678;
}

.bg-flat-color-5 {
    background: #66bb6a;
}

.bg-flat-color-6 {
    background: #5c6bc0;
}

.bg-transparent {
    background-color: transparent;
}

.white-color {
    color: #fff;
}

.flat-color-1 {
    color: #00c292;
}

.flat-color-2 {
    color: #ab8ce4;
}

.flat-color-3 {
    color: #03a9f3;
}

.flat-color-4 {
    color: #fb9678;
}

.flat-color-5 {
    color: #66bb6a;
}

.flat-color-6 {
    color: #5c6bc0;
}

.bg-twitter {
    background: #1da1f2;
}

.bg-facebook {
    background: #3b5998;
}

.bg-instagram {
    background: #833ab4;
}

.bg- {
    background: #ef5350;
}

.bg- {
    background: #4dbd74;
}

.bg- {
    background: #66bb6a;
}

.bg-white {
    background-color: #fff;
}

.fade-5 {
    opacity: 0.5;
}

.icon-lg {
    font-size: 4.68em;
}

.fw-r {
    font-weight: normal;
}

.color-gray {
    color: #868e96;
}

.text-up {
    text-transform: uppercase;
}

.br-0 {
    border: none !important;
}

.black-rgba {
    background-color: rgba(0, 0, 0, 0.15) !important;
}


.font-3xl {
    font-size: 2.8125em;
}

.font-4xl {
    font-size: 3.75em;
}

.width-90 {
    width: 90px;
}

.height-15 {
    height: 15px;
}

.height-93 {
    height: 93px;
}

.height-100 {
    height: 100px;
}

.inline-block {
    display: inline-block;
}

.mb-15 {
    margin-bottom: 15px;
}

.tdl-holder {
    margin: 0 auto;
}

.tdl-holder ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tdl-holder li {
    position: relative;
    background-color: transparent;
    list-style: outside none none;
    margin: 0;
    padding: 7px 0;
}

.tdl-holder li:after,
.tdl-holder li:before {
    content: "\f142";
    top: 24px;
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 99;
    color: #99abb4;
}

.tdl-holder li:after {
    left: 10px;
}

.tdl-holder li:before {
    left: 14px;
}

.tdl-holder li span {
    margin-left: 30px;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.tdl-holder label {
    cursor: pointer;
    display: block;
    line-height: 50px;
    padding: 0 15px;
    padding-left: 30px;
    position: relative;
    margin: 0 !important;
    background: #fafafa;
    color: #99abb4;
    font-size: 15px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.tdl-holder label:hover {
    background-color: rgba(153, 171, 180, 0.1);
}

.tdl-holder label a {
    border-radius: 50%;
    color: rgba(153, 171, 180, 0.5);
    float: right;
    line-height: normal;
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
    height: 16px;
    width: 20px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.tdl-holder label a:hover {
    color: rgba(153, 171, 180, 0.8);
}

.tdl-holder input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
}

.tdl-holder input[type="checkbox"]+i {
    border: 1px solid rgba(153, 171, 180, 0.3);
    display: block;
    height: 18px;
    position: absolute;
    top: 15px;
    width: 18px;
    z-index: 1;
}

.tdl-holder input[type="checkbox"]:checked+i::after {
    content: "\e64c";
    font-family: 'themify';
    display: block;
    color: rgba(153, 171, 180, 0.5);
    left: 0;
    position: absolute;
    top: -16px;
    z-index: 2;
}

.tdl-holder input[type="checkbox"]:checked~span {
    text-decoration: line-through;
}

.tdl-holder input[type="text"] {
    height: 60px;
    margin-top: 20px;
    font-size: 14px;
}

.transition {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



.tema {
    background:var(--tema);
    background-size: contain;
    color: #fff;
}

.tema {
    background:var(--tema);
    background-size: contain;
    color: #fff;
}

.tema-red {
    background-image: url(../../images/bg-red.jpg);
    background-size: contain;
    color: #fff;
}

.grad-green {
    background: -moz-linear-gradient(top, #64cd4e 0%, #298f1a 100%);
    background-color: rgba(0, 0, 0, 0);
}

#themeToggleBtn{

    padding: 0;
height: 2rem;
  width: 2rem;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border:none;
}



  #themeToggleBtn svg {
     
    display: block;
  }

.btn-light{
	background: #ffe0d1;
    
  color: #ff4800;
}

.btn-light:hover{
	background: #ffad86;

}

.btn-gelap{
	background: #373860;
    
  color: #0070ff;
}
.btn-gelap:hover{
	background:#3b3ebf
}
.btn-auto{
	background: #b6d5cf;
  color: #0d3f42;
}

.btn-auto:hover{
	background:#bfbfbf
}

.btn:focus,
button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0;
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
}

a.btn.disabled,
fieldset:disabled a.btn {
    cursor: not-allowed;
}



.img-1 {
    max-width: 100%;
}

/*
.modal-header {
    display: block;
}
*/

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  background: none;

}
/*
.dropdown-menu {
  font-size: 13px;
}
*/
.mb-0 {
    margin-bottom: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.ov-h {
    overflow: hidden;
}

.btn,
button,
input,
textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.progress-thin {
    border-radius: 0;
    height: 5px;
}

canvas {
    max-width: 100%;
}

.btn {
    border-radius: 3px;
}


.progress-box {
    margin-bottom: 30px;
}

.progress-box .por-title {
    font-size: 1em;
    font-weight: 600;
    color: #868e96;
    padding-bottom: 5px;
}

.progress-box .por-txt {
    font-size: 13px;
    padding-bottom: 5px;
}

.order-table {
    position: relative;
}

.order-table:after,
.order-table:before {
    content: "";
    position: absolute;
    top: 0px;
    height: 37px;
    width: 10px;
    background: #e8e9ef;
}

.order-table:after {
    right: -1px;
}

.order-table:before {
    left: -1px;
}

.order-table tr th {
    background: #e8e9ef;
}

.order-table tr:last-child td {
    border: none;
}

.order-table .badge {
    color: white;
    padding: 10px;
    text-transform: uppercase;
    font-weight: normal;
}

.order-table .badge-complete {
    background: #00c292;
}

.order-table .badge-pending {
    background: #fb9678;
}

/*

.messenger-box {
    padding-top: 15px;
}

.messenger-box ul {
    padding-left: 0;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
}

.messenger-box li {
    list-style: none;
    padding-bottom: 20px;
}

.messenger-box .avatar {
    width: 64px;
    float: left;
}

.messenger-box .avatar img {
    border-radius: 100%;
}

.messenger-box .avatar .send-time {
    font-size: 11px;
    text-align: center;
    padding-top: 5px;
}

.messenger-box .msg-box {
    margin-left: 84px;
    margin-right: 0;
}

.messenger-box .inner-box {
    position: relative;
    border-radius: 10px;
    background-color: #f1f2f7;
    font-size: 14px;
    color: #9aa0a4;
    padding: 14px 20px;
}

.messenger-box .inner-box .name {
    font-size: 16px;
    padding-bottom: 10px;
}

.messenger-box .inner-box:after {
    content: "";
    position: absolute;
    top: 10px;
    left: -18px;
    width: 18px;
    height: 18px;
    border-style: solid;
    border-width: 9px;
    border-color: transparent #f1f2f7 transparent transparent;
}

.messenger-box .msg-sent .avatar {
    float: right;
}

.messenger-box .msg-sent .msg-box {
    margin-right: 85px;
}

.messenger-box .msg-sent .inner-box:after {
    left: inherit;
    right: -18px;
    border-color: transparent transparent transparent #f1f2f7;
}

.messenger-box .send-mgs {
    margin-top: 20px;
    margin-bottom: 9px;
    position: relative;
}

.messenger-box .send-mgs .yourmsg {
    margin-right: 55px;
}

.messenger-box .send-mgs .yourmsg input {
    border: 1px solid #eceff1;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 7px;
}

.messenger-box .send-mgs .msg-send-btn {
    background: #03a9f3;
    color: #fff;
    font-size: 28px;
    border-radius: 7px;
    padding: 0;
    text-align: center;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
*/

/* Global Styles */

/*
header .form-inline {
    background: #131c21;
    display: none;
    height: 55px;
    margin: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}

header .form-inline .search-form {
    height: 100%;
    max-width: 1025px;
    margin: 0 auto;
    position: relative;
}

header .form-inline .search-form input[type="text"] {
    background: #131c21;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #d3d3d3;
    font-size: 16px;
    height: inherit;
    margin-right: 0 !important;
    padding: 10px 36px 10px 15px;
    width: 100%;
}

header .form-inline .search-form input[type="text"].active,
header .form-inline .search-form input[type="text"]:focus {
    border-color: rgba(0, 0, 0, 0.125);
    outline: 0;
}

header .form-inline .search-form button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -14px !important;
}

header .form-inline .search-form button:active,
header .form-inline .search-form button:focus,
header .form-inline .search-form button:visited,
header .form-inline .search-form .btn-outline-success:hover {
    background: transparent;
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}

header .form-inline .search-form.close {
    display: none;
}

.header-left {
    display: inline-block;
}

.header-left.open .form-inline {
    display: block;
}

.header-left .dropdown {
    display: inline-block;
}

.header-left .dropdown .dropdown-toggle {
    background: transparent;
    border: none;
    color: #409d00;
    font-size: 16px;
    line-height: 55px;
    padding-top: 0;
    padding-bottom: 0;
}

.header-left .dropdown .dropdown-toggle:after {
    display: none;
}

.header-left .dropdown .dropdown-toggle .count {
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    right: 0;
    top: 12px;
    position: absolute;
}

.header-left .dropdown .dropdown-toggle:active,
.header-left .dropdown .dropdown-toggle:focus,
.header-left .dropdown .dropdown-toggle:visited {
    background: none !important;
    border-color: transparent !important;
    color: #292b35 !important;
}

.header-left .dropdown .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 38px !important;
    left: inherit !important;
    right: 0 !important;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    line-height: 35px;
}

.header-left .dropdown .dropdown-menu p {
    font-size: 15px;
    margin: 0;
    padding: 5px 15px;
}

.header-left .dropdown .dropdown-menu .dropdown-item {
    color: #99abb4;
    font-size: 13px;
    padding: 10px 15px 3px;
    text-overflow: ellipsis;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.header-left .dropdown .dropdown-menu .dropdown-item:hover {
    background: rgba(233, 236, 239, 0.5);
}

.header-left .dropdown .dropdown-menu .dropdown-item .photo {
    float: left;
    margin-right: 15px;
    width: 25px;
}

.header-left .dropdown .dropdown-menu .dropdown-item .message .name {
    margin-top: -5px;
}

.header-left .dropdown .dropdown-menu .dropdown-item .message .time {
    font-size: 11px;
}

.header-left .dropdown .dropdown-menu .dropdown-item .message p {
    clear: both;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-menu .dropdown {
    line-height: 40px;
    margin-top: 0 !important;
}

.header-menu .dropdown .dropdown-toggle {
    line-height: 40px;
}

.user-area .dropdown-toggle {
    position: relative;
    z-index: 0;
}

.user-area .dropdown-toggle:before {
   
    position: absolute;
    right: -3px;
    bottom: 10px;
    background: #868e96;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    border: 2px solid white;
    z-index: 1;
}

.user-area .dropdown-toggle.active:before {
    background: #49a342;
}
*/
/*
.dropdown-menu {
    border-radius: 0;
    -webkit-transform: none !important;
    transform: none !important;
}

.for-notification .dropdown-menu .dropdown-item {
    padding: 5px 15px !important;
    text-overflow: ellipsis;
}

.for-notification .dropdown-menu .dropdown-item i {
    float: left;
    font-size: 14px;
    margin: 5px 5px 0 0;
    text-align: left;
    width: 20px;
}

.for-notification .dropdown-menu .dropdown-item p {
    padding: 0 !important;
    text-overflow: ellipsis;
}
*/
/*
.user-area {
    float: right;
    padding-right: 0;
    position: relative;
  
}

.user-area .user-menu {
    background: #fff;
    border: none;
    left: inherit !important;
    right: 0;
    top: 46px !important;
    margin: 0;
    max-width: 150px;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    z-index: 999;
    min-width: 150px;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.user-area .user-menu .nav-link {
    color: #607d8b;
    display: block;
    font-size: 13px;
    line-height: 22px;
    padding: 5px 0;
}

.user-area .user-menu .nav-link>i {
    margin-right: 10px;
}

.user-area .user-avatar {
    float: right;
    width: 30px;
}

.user-area .user-info .name {
    color: #8c8c8c;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
}

.user-area .count {
    background: #d9534f;
    border-radius: 50%;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 9px;
    font-weight: 700;
    float: right;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
}

.user-area .dropdown-toggle {
    line-height: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-area .dropdown-toggle:after {
    display: none;
}
*/

#menuToggle2 {
    padding-left: 25px;
}

#language-select {
    color: #f1f2f7;
    float: right;
    margin: 7px 20px 0 0;
    max-width: 80px;
}

#language-select:focus,
#language-select:visited {
    border: none;
    outline: 0;
}

#language-select .flag-icon {
    line-height: 55px;
}

#language-select .dropdown-toggle::after {
    display: none;
}

#language-select .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 0;
    left: -8px !important;
    min-width: inherit;
    padding: 0 5px;
    top: 81px !important;
}

#language-select .dropdown-menu .dropdown-item {
    line-height: 1.5;
    margin-right: 0;
    max-width: 25px;
    padding: 0;
}

#language-select .dropdown-menu .dropdown-item:hover {
    background: #fff;
}

#language-select .dropdown-menu .dropdown-item .flag-icon {
    line-height: 1.5;
    margin-right: 0;
    width: 25px;
}

.notification-show+.dropdown-menu,
.message-show+.dropdown-menu,
.language-show+.dropdown-menu {
    display: block;
}

.content {
    float: left;
    padding: 1.875em;
    width: 100%;
}


.action-menu .dropdown-toggle i {
    font-size: 12px;
}

.action-menu .dropdown-toggle::after {
    display: none;
}

.flotBar1,
.flotLine1 {
    height: 75px;
}

.traffic-chart .ct-area {
    fill-opacity: .7;
}

.traffic-chart .ct-series-a .ct-area,
.traffic-chart .ct-series-a .ct-slice-donut-solid,
.traffic-chart .ct-series-a .ct-slice-pie {
    fill: #66bb6a;
}

.traffic-chart .ct-series-b .ct-area,
.traffic-chart .ct-series-b .ct-slice-donut-solid,
.traffic-chart .ct-series-b .ct-slice-pie {
    fill: #ef5350;
}

.traffic-chart .ct-series-c .ct-area,
.traffic-chart .ct-series-c .ct-slice-donut-solid,
.traffic-chart .ct-series-c .ct-slice-pie {
    fill: #5c6bc0;
}

.flotRealtime2 {
    height: 445px;
}

.traffic-chart {
    height: 34vh;
}

#flotBar2 {
    height: 168px;
}

.gauge.g1 svg {
    fill: #ffa726 !important;
}

#area_chart {
    max-height: 280px;
}

#flotLine5 {
    height: 50px;
}

#flotPie1 {
    height: 90px;
}

#flotPie1 .pieLabel {
    display: none;
}

#flotPie1 .legend tr {
    padding-bottom: 5px;
}

#flotPie1 .legendColorBox {
    float: left;
    margin: 2px 5px 0 0;
}

#flotPie1 .legendColorBox>div {
    border: none !important;
}

#flotPie1 .legendLabel {
    color: #868e96;
    font-family: 'Open Sans';
    font-size: 12px;
}


.table-striped td {
    padding: .30rem;
    vertical-align: middle;
    color: #575757;
}

.table-striped th {
    color: #575757;
}

.table-menu td {
    padding: 0;
    vertical-align: middle;
    color: #575757;
}



.table-menu th {
    color: #575757;
}

/* Stats Table */
.table-stats table {
    font-family: 'Open Sans';
}

.table-stats table th,
.table-stats table td {
    border: none;
    border-bottom: 1px solid #e8e9ef;
    color: #868e96;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 5px;
    text-transform: uppercase;
}

.table-stats table th img,
.table-stats table td img {
    margin-right: 10px;
    max-width: 45px;
}

.table-stats table th .name,
.table-stats table td .name {
    color: #343a40;
    font-size: 14px;
    text-transform: capitalize;
}

.table-stats table td {
    color: #343a40;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    vertical-align: middle;
}

/* Timeline */
.timeline li {
    font-family: 'Open Sans';
    list-style: none;
    padding: 5px 0;
    position: relative;
}

.timeline li i {
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.timeline li span {
    color: #868e96;
    display: block;
    font-size: 14px;
}

.timeline li span a {
    color: #343a40;
}

.timeline li .time {
    font-size: 12px;
    padding-bottom: 15px;
}

.timeline li img {
    margin: 10px 5px 15px 0;
    max-height: 40px;
}

.timeline .media-body {
    border-bottom: 1px solid #e8e9ef;
}

/* Weather */
.widget .card-footer {
    border-top-color: #e8e9ef;
}

.widget .weather-footer li {
    float: left;
    position: relative;
    width: 33.33%;
}

.widget .weather-footer li:before {
    content: '';
    background: #e8e9ef;
    height: 32px;
    width: 1px;
    top: 5px;
    right: 7.5px;
    position: absolute;
}

.widget .weather-footer li:last-child:before {
    display: none;
}

.widget .weather-footer li span {
    display: block;
}

.widget .pt-0 {
    padding-top: 0 !important;
}

.widget .social .rounded-circle {
    max-width: 130px;
    margin-top: -65px;
}

.widget .social .weather-footer i {
    color: #868e96;
    font-size: 20px;
    line-height: 1;
    margin-top: -3px;
}

/* Tabs */
.nav-tabs a.active {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs .dropdown .dropdown-menu {
    top: 100% !important;
}

.custom-tab .nav-tabs>a.active,
.custom-tab .nav-tabs>.active>a:focus,
.custom-tab .nav-tabs>li.active>a:hover {
    border-color: transparent transparent;
    color: #ff2e44;
    position: relative;
}

.custom-tab .nav-tabs>a.active:after,
.custom-tab .nav-tabs>li.active>a:focus:after,
.custom-tab .nav-tabs>li.active>a:hover:after {
    background: #ff2e44;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 999;
}

[data-bs-theme="dark"] .card-header {
	border-bottom: 1px solid var(--sedao-border-dark);
}
.card .card-header .card-actions {
    float: right;
}

.card .card-header .card-actions [class*="btn"] {
    border-left: 1px solid rgba(120, 130, 140, 0.4);
    color: #878787;
    display: inline-block;
    font-size: 16px;
    float: left;
    padding: 0 7px;
    width: inherit;
    text-align: center;
}

.social-buttons .card-body p button {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.social-buttons .only-icon .card-body p button {
    padding: 0;
}

.social-buttons .social i {
    padding: 0 10px;
    width: inherit !important;
}

.social-buttons .only-text p button {
    padding: 0 .5rem;
}

.buttons button {
    margin: 2px 0;
}

/* Ribons */
.corner-ribon {
    text-align: center;
    width: 71px;
    height: 71px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
}

.corner-ribon i {
    padding: 10px 0 0 35px;
    color: #fff;
}

.twt-feed .wtt-mark {
    color: rgba(255, 255, 255, 0.15);
    font-size: 160px;
    position: absolute;
    top: 10px;
    left: 40%;
}

.twt-feed {
    -webkit-border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    padding: 40px 10px 10px;
    position: relative;
    min-height: 170px;
}

.weather-category {
    padding: 15px 0;
    color: #74829C;
}

.weather-category ul li {
    width: 32%;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    display: inline-block;
}

.twt-feed.blue-bg {
    background: #58C9F3;
}

.twt-category {
    display: inline-block;
    margin-bottom: 11px;
    margin-top: 10px;
    width: 100%;
}

.twt-category ul li {
    color: #bdbdbd;
    font-size: 13px;
}

.twt-footer {
    padding: 12px 15px;
}

.twt-footer,
.twt-footer a {
    color: #d2d2d2;
}

/* Button Reset */
/*
.btn,
.button {
    font-size: 13px;
}
*/



/* Icons */
.icon-section {
    margin: 0 0 3em;
    clear: both;
    overflow: hidden;
}

.icon-container {
    width: 240px;
    padding: .7em 0;
    float: left;
    position: relative;
    text-align: left;
}

.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
    color: #000;
    position: absolute;
    margin-top: 3px;
    -webkit-transition: .3s;
    transition: .3s;
}

.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"] {
    font-size: 2.2em;
    margin-top: -5px;
}

.icon-container:hover .icon-name {
    color: #000;
}

.icon-name {
    color: #aaa;
    margin-left: 35px;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s;
}

.icon-container:hover .icon-name {
    margin-left: 45px;
}

.fontawesome-icon-list .page-header {
    border-bottom: 1px solid #C9CDD7;
    padding-bottom: 9px;
    margin: 30px 0px 27px 0px;
}

.fontawesome-icon-list h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 300;
}

.fontawesome-icon-list i {
    font-style: 16px;
    padding-right: 10px;
}

.social-box i {
    line-height: 110px;
}

.social-box ul {
    display: inline-block;
    margin: 7px 0 0;
    padding: 10px;
    width: 100%;
}

.social-box ul li {
    color: #949CA0;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px 0 0;
    text-align: right;
}

.social-box ul li:last-child {
    padding-left: 10px;
    padding-right: 0;
    text-align: left;
}

.social-box ul li span {
    font-size: 14px;
}

.login-logo {
    text-align: center;
    margin-bottom: 0;
    padding: 0px 100px 0px;
}

.login-logo-header {
color: #ffffff;
font-size: 12px;
text-align: center;
padding: 5px 0;
}

.login-content {
    max-width: 450px;
    margin: 15vh auto;
    padding: 25px 50px ;
    background: linear-gradient(90deg, rgb(43, 43, 43) 0%, rgb(49, 49, 49) 25%, rgb(83, 83, 83) 20%);
	
}

.login-content-img {
margin: 15vh 0px;
background: linear-gradient(90deg, rgb(43, 43, 43) 0%, rgb(49, 49, 49) 25%, rgb(83, 83, 83) 20%);
}
.login-form {

    padding: 0;
    border-radius: 2px;
}

.login-form h4 {
    color: #878787;
    text-align: center;
    margin-bottom: 50px;
}

.login-form .checkbox {
    color: #878787;
}

.login-form .checkbox label {
    text-transform: none;
}

.login-form .btn {
    width: 100%;
    
}

.login-form label {
    color: #878787;
    text-transform: uppercase;
}

.login-form label a {
    color: #ff2e44;
}

.social-login-content {
    margin: 0px -30px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 30px 0px;
    background: #fcfcfc;
}

.social-button {
    padding: 0 30px;
}

.social-button .facebook {
    background: #3b5998;
    color: #fff;
}

.social-button .facebook:hover {
    background: #344e86;
}

.social-button .twitter {
    background: #00aced;
    color: #fff;
}

.social-button .twitter:hover {
    background: #0099d4;
}

.social-button i {
    padding: 19px;
}

.register-link a {
    color: #ff2e44;
}

.cpu-load {
    width: 100%;
    height: 272px;
    font-size: 14px;
    line-height: 1.2em;
}

.cpu-load-data-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
}

.cpu-load-data {
    margin-bottom: 30px;
}

.cpu-load-data li {
    display: inline-block;
    width: 32.5%;
    text-align: center;
    border-right: 1px solid #e7e7e7;
}

.cpu-load-data li:last-child {
    border-right: 0px;
}

.nestable-cart {
    overflow: hidden;
}

/* Forms */
.input-group-addon {
    background-color: transparent;
    border-left: 0;
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    font-weight: 400;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem 0 .0 .25rem;
    border-right: 0;
}

.flotTip {
    background: #252525;
    border: 1px solid #252525;
    padding: 5px 15px;
    color: #ffffff;
}

.flot-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 275px;
    padding: 20px 15px 15px;
    margin: 15px auto 30px;
    background: transparent;
}

.flot-pie-container {
    height: 275px;
}

.flotBar-container {
    height: 275px;
}

.flot-line {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

.legend table {
    border-spacing: 5px;
}

#chart1,
#flotBar,
#flotCurve {
    width: 100%;
    height: 275px;
}

.morris-hover {
    position: absolute;
    z-index: 1;
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
}

.morris-hover.morris-default-style {
    border-radius: 2px;
    padding: 10px 12px;
    color: #666;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    color: #fff !important;
}

.morris-hover-point {
    color: rgba(255, 255, 255, 0.8) !important;
}

#morris-bar-chart {
    height: 285px;
}

.map,
.vmap {
    width: 100%;
    height: 400px;
}

.bg-wall-green {
  background-image: url('../../images/background/bg-card.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 200px;
}

[data-bs-theme="dark"] .bg-wall-green {
 background-image: url('../../images/background/bg-card-dark.jpg');

}

.btn-metallic {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(145deg, #d4d4d4, #8e8e8e);
  border: 1px solid #aaa;
  border-radius: 6px;
  box-shadow: 
    inset 1px 1px 0 #fff, 
    inset -1px -1px 0 #888,
    2px 2px 6px rgba(0,0,0,0.3);
  text-shadow: 0 1px 0 rgba(0,0,0,0.4);
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-primary {
  background-image: linear-gradient(-180deg, #007CFF 0%, #1F63B9 100%);
 
  border: 0;
   
  -webkit-user-select: none;
  touch-action: manipulation;
}
.btn-primary:hover {
  background-image: linear-gradient(-180deg, #0068D6 0%, #16498A 100%);
}
[data-bs-theme="dark"] .btn-primary {

background-image: linear-gradient(-180deg, #318BC1 0%, #0E3D59 100%);
}
.btn-metallic:hover {
  background: linear-gradient(145deg, #f0f0f0, #aaa);
  box-shadow: 
    inset 1px 1px 0 #fff, 
    inset -1px -1px 0 #999,
    2px 2px 8px rgba(0,0,0,0.4);
}

.btn-metallic:active {
  background: linear-gradient(145deg, #999, #ccc);
  box-shadow: 
    inset 2px 2px 4px rgba(0,0,0,0.5),
    1px 1px 2px rgba(255,255,255,0.2);
}



.btn-sedao {
	font-family: "Roboto", sans-serif;
  /*background-image: linear-gradient(-180deg, #37AEE2 0%, #3EAE27 100%);*/
  background-image:   linear-gradient(-180deg, #1ebab4 0%, #3f9b97 100%);
 color:white;
  border: 0;

  -webkit-user-select: none;
  touch-action: manipulation;
  
}
[data-bs-theme="dark"] .btn-sedao {
background-image: linear-gradient(-180deg, #368962 0%, #0E5939 100%);
  color: #e0ffe0; /* hijau pucat */

}




.btn-sedao:hover {
   background-image:   linear-gradient(-180deg, #1ebab4 0%, #3f9b97 100%);
   background-image: linear-gradient(-180deg, #1ba19c 0%, #347d7a 100%);
  color: white;
}

.btn-sedao.disabled {
  color: white;
}

.btn-outline-sedao {
 color: #349d3c;
  border: 1px solid #349d3c;
}

.btn-outline-sedao:hover {
  color: #fff;
  background-image: linear-gradient(-180deg, #2F92BC 0%, #2F9F18 100%);
  
}


.btn-success {
  background-image: linear-gradient(-180deg, #4ec64e 0%, #388f4a 100%);
 
  border: 0;
   
  -webkit-user-select: none;
  touch-action: manipulation;
}
.btn-success:hover {
  background-image: linear-gradient(-180deg, #25A333 0%, #158531 100%);
}

.btn-danger {
  background-image: linear-gradient(-180deg, #e24242 0%, #bc2020 100%);
 
  border: 0;
   
  -webkit-user-select: none;
  touch-action: manipulation;
}
.btn-danger:hover {
  background-image: linear-gradient(-180deg, #c72424 0%, #8c0e0e 100%);
}

.btn-secondary {
  background-image: linear-gradient(-180deg, #7d7d7d 0%, #5e5e5e 100%);

  border: 0;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.btn-secondary:hover {
  background-image: linear-gradient(-180deg, #676767 0%, #333 100%);
}




/*
.btn-toolbar {
    float: left !important;
}

.btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-toolbar .show>.btn-outline-secondary.dropdown-toggle {
    background-color: #212529;
    border-color: #212529;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.btn-toolbar .btn-outline-secondary:hover {
    background-color: #212529;
    border-color: #212529;
    color: #fff;
}

/*    Widget One
---------------------------*/
.dib {
    display: inline-block;
}

.stat-widget-one .stat-icon {
    vertical-align: top;
}

.stat-widget-one .stat-icon i {
    font-size: 30px;
    border-width: 3px;
    border-style: solid;
    border-radius: 100px;
    padding: 15px;
    font-weight: 900;
    display: inline-block;
}

.stat-widget-one .stat-content {
    margin-left: 30px;
    margin-top: 7px;
}

.stat-widget-one .stat-text {
    font-size: 14px;
    color: #868e96;
}

.stat-widget-one .stat-digit {
    font-size: 24px;
    color: #373757;
}

/*    Widget Two
---------------------------*/
.stat-widget-two {
    text-align: center;
}

.stat-widget-two .stat-digit {
    font-size: 1.75rem;
    font-weight: 500;
    color: #373757;
}

.stat-widget-two .stat-digit i {
    font-size: 18px;
    margin-right: 5px;
}

.stat-widget-two .stat-text {
    font-size: 16px;
    margin-bottom: 5px;
    color: #868e96;
}

.stat-widget-two .progress {
    height: 8px;
    margin-bottom: 0;
    margin-top: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.stat-widget-two .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*    Widget Three
---------------------------*/
.stat-widget-three .stat-icon {
    display: inline-block;
    padding: 33px;
    position: absolute;
    line-height: 21px;
}

.stat-widget-three .stat-icon i {
    font-size: 30px;
    color: #ffffff;
}

.stat-widget-three .stat-content {
    text-align: center;
    padding: 15px;
    margin-left: 90px;
}

.stat-widget-three .stat-digit {
    font-size: 30px;
}

.stat-widget-three .stat-text {
    padding-top: 4px;
}

.home-widget-three .stat-icon {
    line-height: 19px;
    padding: 27px;
}

.home-widget-three .stat-digit {
    font-size: 24px;
    font-weight: 300;
    color: #373757;
}

.home-widget-three .stat-content {
    text-align: center;
    margin-left: 60px;
    padding: 13px;
}

/*    Widget Four
---------------------------*/
.stat-widget-four {
    position: relative;
}

.stat-widget-four .stat-icon {
    display: inline-block;
    position: absolute;
    top: 5px;
}

.stat-widget-four i {
    display: block;
    font-size: 36px;
}

.stat-widget-four .stat-content {
    margin-left: 50px;
    text-align: left;
}

.stat-widget-four .stat-heading {
    font-size: 20px;
}

/*    Widget Five
---------------------------*/
.stat-widget-five {
    min-height: 60px;
}

.stat-widget-five .stat-icon {
    font-size: 50px;
    line-height: 50px;
    position: absolute;
    left: 30px;
    top: 20px;
}

.stat-widget-five .stat-content {
    margin-left: 75px;
}

.stat-widget-five .stat-text {
    color: #455a64;
    font-size: 20px;
}

.stat-widget-five .stat-heading {

    font-size: 14px;
}

.horizontal:before {
    background: #ffffff;
    bottom: 0;
    content: "";
    height: 38px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 1px;
}

/* Mixed Styles */
.badges h1,
.badges h2,
.badges h3,
.badges h4,
.badges h5,
.badges h6 {
    margin: 5px 0;
}

.vue-lists ul,
.vue-lists ol {
    padding-left: 30px;
}

.card .dropdown.float-right .dropdown-menu {
    left: inherit !important;
    right: 0 !important;
    top: 93% !important;
}

.dataTables_paginate .pagination {
    border-radius: 0;
}

.dataTables_paginate .pagination li {
    border-radius: 0 !important;
}

.dataTables_paginate .pagination li a {
    border-radius: 0 !important;
    color: #292b35;
}

.dataTables_paginate .pagination li.active a {
    background: #292b35;
    border-color: #292b35;
    color: #fff;
}

.dataTables_paginate .pagination li:hover a {
    background: #292b35;
    border-color: #292b35;
    color: #fff;
}

/* Footer */
footer.site-footer {
    padding: 0 1.875em;
}

footer.site-footer .footer-inner {
    color: #e8e8e8;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 1.5;
    padding: 1em 1.125em;
}

footer.site-footer .footer-inner a {
    color: #08ff00;
}

.calender-cont {
    position: relative;
    padding-top: 20px;
}

.calender-cont .fc-title {
    color: #fff;
}

.calender-cont .fc-center {
    position: absolute;
    top: 0;
    left: 0;
}

.calender-cont .fc-center h2 {
    font-size: 16px;
    font-weight: 700;
}

.calender-cont td .fc-event {
    border: 0px solid transparent;
    padding: 1px;
}

.calender-cont td .fc-time {
    color: white;
    font-weight: 400;
    font-size: 11px;
    padding: 2px;
}

.calender-cont .fc-left .fc-button-group {
    position: absolute;
    top: 0;
    right: 0;
}

.calender-cont .fc-left .fc-button-group button {
    height: 20px;
    width: 20px;
    line-height: 18px;
    padding: 0;
    border: 0px solid transparent;
    background: #eceff1;
    color: #889196;
}

.calender-cont .fc-left .fc-button-group button.fc-prev-button {
    margin-right: 4px;
}

.calender-cont .fc-left .fc-button-group button .fc-icon {
    font-size: 11px;
}

.calender-cont .fc-left .fc-button-group button:hover {
    background: #d8d8d8;
}

.calender-cont.widget-calender {
    padding-top: 20px;
}

.calender-cont.widget-calender td,
.calender-cont.widget-calender th {
    font-size: 14px;
    border: 0px solid transparent;
}

.calender-cont.widget-calender .fc-right {
    display: none;
}

.calender-cont.widget-calender .fc-today-button {
    display: none;
}

.calender-cont.widget-calender .fc-widget-content {
    height: 45px !important;
    min-height: 45px !important;
}

.calender-cont.widget-calender .fc-day-grid-container {
    max-height: 250px !important;
    overflow: hidden !important;
}

@media screen and (max-width: 991px) {
	
	.right-panel{
	margin-left: 0px;
	}
	
    .form-login-logo {
        margin-left: 0px;
    }

    .form-login-image {
  display: none;
}
	
	.col-lg-6.login-image {
        display: none;
    }

    .border-line {
        border-right: none;
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 15px;
    }

}



@media (max-width: 1680px) {
    .timeline li {
        padding: 2px 0;
    }
}

@media (max-width: 1368px) {
	
    .twt-category {
        margin-bottom: 0;
    }

    .twt-feed {
        max-height: 155px;
    }

    .twt-feed img {
        height: 75px;
        width: 75px;
    }

    .stat-widget-one .stat-content {
        margin-left: 15px;
    }

    .card-body {
        padding: 15px;
		
    }

    .badges button {
        margin: 2px 0;
    }

    #g2 {
        padding-top: 33px;
    }

    .timeline li .time {
        padding-bottom: 10px;
    }

    .height-93 {
        height: 75px;
    }

    .height-100 {
        height: 90px;
    }

    .widget .row.p-4.height-93 {
        padding: 1.125em 1.75em !important;
    }

    .widget .card-footer.p-3.bg-white.text-center {
        padding: .9em !important;
    }

    .weather h3.fw-r.text-white {
        font-size: 1.125em;
    }

    .weather span {
        font-size: 12px;
    }
	
	
}

@media (max-width: 1024px) {


    .open aside.left-panel {
        width: 280px;
        max-width: 280px;
    }

    aside.left-panel:hover {
        overflow-x: inherit;
    }

    aside.left-panel.open-menu {
        overflow-x: scroll;
    }

    aside.left-panel {
        left:-250px;
    }

    aside.left-panel .navbar .navbar-header {
        padding: 0;
    }

    aside.left-panel .navbar .navbar-brand {
        display: none;
    }

    aside.left-panel .navbar .navbar-brand.hidden {
        padding: 0 0 10px;
        text-align: center;
        width: 100%;
    }

    aside.left-panel .navbar .navbar-brand.hidden img {
        max-width: 100%;
        margin: 0 auto;
    }

    aside.left-panel .navbar .navbar-brand.d-md-none {
        margin: 13px 0 0;
        min-height: 67px;
        padding: 0;
        text-align: center;
    }

    aside.left-panel .navbar .navbar-nav:before {
        display: none !important;
    }

    aside.left-panel .navbar .navbar-nav li {
        position: relative;
    }

    aside.left-panel .navbar .navbar-nav li a {
        font-size: 0;
        z-index: 0;
        -webkit-transition: none;
        transition: none;
    }

    aside.left-panel .navbar .navbar-nav li a .menu-icon {
        font-size: 20px;
        z-index: -1;
        text-align: center;
        width: inherit;
    }

    aside.left-panel .navbar .navbar-nav li a .menu-title-text {
        font-size: 0;
    }

    aside.left-panel .navbar .navbar-nav li a .badge {
        display: none;
    }

    aside.left-panel .navbar .navbar-nav li>a {
        max-width: 60px;
        padding-left: 0;
    }

    aside.left-panel .navbar .navbar-nav li.menu-item-has-children {
        overflow: hidden;
    }

    aside.left-panel .navbar .navbar-nav li.menu-item-has-children a:before {
        content: '';
        display: none;
    }

    aside.left-panel .navbar .navbar-nav li.menu-item-has-children ul {
        padding-left: 0;
    }

    aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu {
        display: block;
        left: inherit;
        right: -160px;
        top: 0;
    }

    aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a {
        display: block;
        font-size: 14px;
        max-width: inherit;
        padding: 2px 15px 2px 35px;
        width: 100%;
    }

    aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a .menu-icon {
        text-align: center;
    }

    aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu i {
        left: 10px;
    }

    aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show {
        overflow: visible;
    }

    aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
        position: absolute !important;
    }

    aside.left-panel .navbar .navbar-nav li span.count {
        display: none;
        margin-right: 5px;
        z-index: 1;
    }

    aside.left-panel .navbar .navbar-nav li.active a:after {
        content: '';
        display: none;
    }

    aside.left-panel .navbar .navbar-nav .menu-title {
        font-size: 0;
        line-height: 0;
        opacity: 0;
        padding: 0;
    }

    aside.left-panel .menutoggle {
        display: none;
    }

    aside.left-panel.open-menu {
        left: 0px;
    }

    aside.left-panel.open-menu .navbar .navbar-nav li>a {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
    }

    aside.left-panel.open-menu .navbar .navbar-nav li>a .menu-icon {
        width: 40px;
        font-size: inherit;
        text-align: left;
    }

    aside.left-panel.open-menu .navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
        position: static !important;
        margin-left: 45px;
    }

    aside.left-panel.open-menu .navbar .navbar-nav .menu-title {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 14px;
        line-height: 50px;
        opacity: 1;
    }

    .navbar .main-menu {
        padding: 0;
    }


  

    .header-left .dropdown .dropdown-menu {
        top: 40px !important;
    }

    #language-select .dropdown-menu {
        top: 49px !important;
    }
/*
    .user-area .user-menu {
        top: 51px !important;
    }
*/
    .content {
        padding: 1.25em;
    }

    .flotRealtime2 {
        height: 330px;
    }

    .card {
        margin-bottom: 1.25em;
    }

    .card .card-header {
        position: relative;
    }

    .card .card-header strong {
        display: block;
    }

    .card .card-header small {
        float: left;
    }

    .card .card-header .card-actions {
        right: 0;
        top: .75rem;
        position: absolute;
    }

    .card-footer.bg-white.br-0.pl-5.pr-5.pt-0.pb-5 {
        padding-bottom: 1.5em !important;
        padding-left: 1em !important;
        padding-right: 1em !important;
    }

    #g2 {
        height: auto !important;
        padding-top: 7px;
    }

    #flotBar2 {
        height: 150px;
    }

    #g1 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .card-footer.bg-white [class*="float"] {
        display: block;
        float: none !important;
        text-align: center;
    }

    .card-footer.bg-white [class*="float"].currency {
        display: inline-block;
    }

    .card-footer.bg-white [class*="float"].fa {
        display: inline-block;
        float: left !important;
    }

    #traffic-chart {
        height: 232px !important;
    }

    i.p-4.font-3xl.width-90.text-center.mr-3.float-left.text-light {
        font-size: 1.8125em;
        width: 75px;
    }

    .card i+h4 {
        display: inline;
        padding-top: 1em !important;
    }

    .timeline li img {
        margin: 0px 5px 5px 0;
    }

    .timeline li span {
        padding-bottom: 8px !important;
    }

    .card-footer.bg-white.br-0.pl-5.pr-5.pt-1.pb-4.mb-3 {
        padding-left: 1em !important;
        padding-right: 1em !important;
    }

    .font-4xl {
        font-size: 2.75em;
    }

    .media.p-4.height-100,
    .widget .row.p-4.height-93 {
        padding: 1rem !important;
    }

    .height-100 {
        height: 63px;
    }

    .widget .social .rounded-circle {
        max-width: 60px;
        margin-top: 8px;
    }

    footer.site-footer {
        padding: 0 1.125em;
    }

    footer.site-footer .footer-inner {
        padding: 1.75em 1em;
    }
}

@media (max-width: 992px) {

	
    [class*="col"].no-padding {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
	
	
		.user-admin {
  display: block;
}
	
}


@media (max-width: 768px) {



.login-logo {
  padding: 0 15% 0;
}

  /*

    .navbar {
        height: 100vh;
    }
*/
    .navbar .navbar-nav li.menu-item-has-children>a:before {
        display: block !important;
    }

    .navbar .main-menu {
        float: none;
        padding-bottom: 70px;
    }

    .left-panel {
        
    }

    aside.left-panel {
        overflow: scroll;
    }


    .right-panel .top-left,
    .right-panel .top-right {
        width: 100%;
        float: none;
        background: none;
    }

/*
    .right-panel .menutoggle {
        float: right;
		padding: 0;
		width:30px;
    }
*/
    .right-panel .navbar-header {
        padding: 0;
    }

    .right-panel header.header {
        position: fixed;
        ;
    }

    .right-panel header.header .top-left {
        position: fixed;
        left: 0;
        right: 0;
        padding: 0 30px;
        z-index: 999;
    }

    .right-panel header.header .top-right {
       
    }

    .small-device .right-panel {
        margin-left: 0;
    }

    #left-panel {
        max-width: 100%;
        width: 100%;
		left:0;

    }

    #left-panel .navbar .navbar-nav li>a {
        max-width: inherit;
        font-size: 14px;
    }

    #left-panel .navbar .navbar-nav li>a .menu-icon {
        width: 30px;
        text-align: left;
        font-size: 14px;
    }

    #left-panel .navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
        position: static !important;
        padding-left: 50px;
    }

    .orders {
        overflow: hidden;
    }

    .order-table .avatar,
    .order-table .serial {
        display: none;
    }
}

@media (max-width: 575px) {
    #left-panel .navbar {
        display: inherit;
    }

    #left-panel .navbar .main-menu {
        display: inherit;
    }

    #left-panel .navbar .sub-menu.children {
        display: none;
    }

    #left-panel .navbar .sub-menu.children.show {
        display: block;
    }

    .right-panel .navbar-brand {
        width: 120px;
        padding-bottom: 5px;
    }
/*
    .right-panel .menutoggle {
        width: 20px;
    }
	*/
}

/*# sourceMappingURL=style.css.map */