.login-img{
  background: url("../../images/hero-bg.jpg") no-repeat top center;
  background-size: cover;
}
.main-logo {
    height: 3rem!important;
    margin-top:-5px!important;
}

.sweet-alert .cancel{
    color: #fff !important;
    background-color: #7987a1!important;
    border-color: #7987a1!important;
}
.card-menu-sub{
  margin-left:30px;
}

/*SCROLLBAR COSTUM*/
/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/*sidebar scroll-y */
.ps{
  overflow-y: auto!important;
}

/*SIDEBAR COSTUM*/
.side-menu .slide .side-menu__item {
  padding: 12px 14px 12px 14px!important;
  border-radius: 10px!important;
  margin: 3px 10px 3px 10px!important;
}
.app-sidebar .slide-menu a:before {
  left: 28px !important;
}
.slide-menu li a {
  margin-left: 0px !important;
}
.side-menu .slide {
  border-bottom: 0px dotted #ecedf2;
}
.sidebar-navs a {
  border-radius: 10px!important;
}
/*END SIDEBAR COSTUM*/

/*STYLE DATATABEL NEW*/
.btn-refresh{
    color: #383858!important;
    background-color: #f0eeff!important;
    border-color: #f0eeff!important;
    /* padding: 0.2rem 0.7rem!important; */
    font-size: 0.7rem!important;
    margin-right:8px!important;
}
.dataTables_wrapper .dataTables_filter label {
    margin-bottom: 0px;
}

/*TABEL*/
/*tabel costum 1*/
.tborder{
	font-size:12px;
}
.tborder table {
  border-collapse:collapse;
  width:100%;
  margin:0 auto 25px auto!important;
}
.tborder table, .tborder th, .tborder td {
  border: 1px solid #dedcfb!important;
  padding:4px 10px!important;
  color:rgb(31, 31, 31)!important;
}
.tborder tr {
  color:rgb(31, 31, 31);
  font:normal 12px Arial, Helvetica, sans-serif;
  -webkit-transition:All 1s ease;
  -moz-transition:All 1s ease;
  -o-transition:All 1s ease;
  transition:All 1s ease;
}
.tborder th {
  color:white;
  font-weight:bold!important;
  background-color:#9bcff9!important;
}

 


/*tabel costum 2*/
.tborder-bottom{
	font-size:14px;
}
.tborder-bottom table {
  border-collapse:collapse;
  width:100%;
  margin:0 auto 25px auto;
}
.tborder-bottom table, .tborder-bottom th, .tborder-bottom td {
  border-bottom: 1px solid #4d4d4d;
  padding:5px 10px;
}
.tborder-bottom tr {
  color:black;
  font:normal 14px Arial, Helvetica, sans-serif;
  -webkit-transition:All 1s ease;
  -moz-transition:All 1s ease;
  -o-transition:All 1s ease;
  transition:All 1s ease;
}
.tborder-bottom th {
  color:white;
  font-weight:bold;
  background-color:#009688;
}


/*tabel costum 3*/
.tborder_2{
	font-size:12px;
}
.tborder_2 table {
  border-collapse:collapse;
  width:100%;
  margin:0 auto 25px auto;
}
.tborder_2 table, .tborder_2 th, .tborder_2 td {
  border: 1px solid #cacaca;
  padding:5px 10px;
}
.tborder_2 tr {
  color:rgb(255, 255, 255);
  font:normal 12px Arial, Helvetica, sans-serif;
  -webkit-transition:All 1s ease;
  -moz-transition:All 1s ease;
  -o-transition:All 1s ease;
  transition:All 1s ease;
}
.tborder_2 th {
  color:rgb(94, 94, 94);
  font-weight:bold;
  background-color:#d4dadd;
}
.hoverlink:hover{
	color:rgb(194, 194, 250);
}


/*tabel costum 4*/
.tborder_2-bottom{
	font-size:13px;
}
.tborder_2-bottom table {
  border-collapse:collapse;
  width:100%;
  margin:0 auto 25px auto;
}
.tborder_2-bottom table, .tborder_2-bottom th, .tborder_2-bottom td {
  border-bottom: 1px solid #cacaca;
  padding:5px 10px;
}
.tborder_2-bottom tr {
  color:black;
  font:normal 14px Arial, Helvetica, sans-serif;
  -webkit-transition:All 1s ease;
  -moz-transition:All 1s ease;
  -o-transition:All 1s ease;
  transition:All 1s ease;
}
.tborder_2-bottom th {
	color:rgb(94, 94, 94);
	font-weight:bold;
	background-color:#d4dadd;
}

/*tabel costum 5*/
.tborder_3{
	font-size:12px;
}
.tborder_3 table {
  border-collapse:collapse;
  width:100%;
  margin:0 auto 25px auto;
}
.tborder_3 table, .tborder_3 th, .tborder_3 td {
  border-bottom: 0px solid #cacaca;
  padding:5px 10px;
}
.tborder_3 tr {
  color:black;
  font:normal 14px Arial, Helvetica, sans-serif;
  -webkit-transition:All 1s ease;
  -moz-transition:All 1s ease;
  -o-transition:All 1s ease;
  transition:All 1s ease;
}
.tborder_3 th {
	color:rgb(94, 94, 94);
	font-weight:bold;
	background-color:#d4dadd;
}


/*loader image*/
#loaderimg{
	  position: relative;
	  width:100%;
  	height:100vh;
  	/* background-color:rgba(0, 0, 0, 0.568); */
    background: rgb(0, 0, 0) url("../../images/loader/giphy.gif") no-repeat center center;
    background-size: 300px auto;
}
.img-center {
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto; /* presto! */
}


/*HIGHCHART*/
.highcharts-data-table table {
    border-collapse: collapse;
    margin: 20px auto;
    width: 90%;
    max-width: 600px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border-radius: 8px;
    overflow: hidden;
}

.highcharts-data-table caption {
    caption-side: top;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    color: #333;
}

.highcharts-data-table thead tr {
    background-color: #9bd6f8;
    color: rgb(36, 36, 36);
    text-align: center;
}

.highcharts-data-table th,
.highcharts-data-table td {
    border: 1px solid #ddd;
    padding: 8px 12px;
}

.highcharts-data-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.highcharts-data-table tbody tr:hover {
    background-color: #f1f1f1;
}

.highcharts-data-table td:first-child {
    text-align: left;
    font-weight: 600;
}
.highcharts-data-table td:last-child {
    text-align: right;
    font-weight: 600;
}

.highcharts-data-table tfoot td {
    font-weight: bold;
    background-color: #f1f1f1;
}


.object-fit-cover{object-fit: cover;}
.object-fit-contain{object-fit: contain;}

/*--------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	.m-hide{display: none;}
}
@media only screen and (max-width: 680px) {

}
@media only screen and (max-width: 820px) {

}
@media only screen and (max-width: 1000px) {

}
@media only screen and (min-width: 1024px) { 

}