@import url (https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css);
@import url (https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,800);
@import url ('/ css/ bootstrap.min.css');



a { text-decoration: none; }
a:hover { color: red; text-decoration: none; }

.loader {
	width: 30px;
	position: absolute;
	margin-left: 10px;
	top: 140px;
	display: none;
}
/* seting print PDF menggunakan bgaleriser  */
@media print {
	.logout, .tambah, .form-cari, .aksi {
		display: none;
	}
}
span {
	text-transform: capitalize;
	color: white;
}
.ject {
	font-family: 'Marcellus SC', serif;
	font-size: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 5px;
}
.text-g {
	text-align: center; font-weight: bold;
}

.ject {
	font-family: 'Marcellus SC', serif;
	font-size: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 5px;
}

.fs-8 { font-size: 12px; }
.fs-12 { font-size: 12px; }

ul li {
	list-style: none;
}
.h-20 {
	weight: 25px;
	height: 25px;
	padding-right: 10px;
}
.pad-left { padding-left: 0px; }
.pad-top { margin-top: -0px; }

{
  font-family: sansation;
  src: url('sansation_light.woff');
}

.logo {
  font-family: sansation;
  letter-spacing: 0px;
  width: 20%;
}
.f-meta {
	font-size: 12px;
	font-style: normal;
}


/* FOOTER */
footer {
    text-align: center;
    padding: 0 0 3rem;
    margin-top: 2rem;
}
footer .facebook, .twitter, .youtube, .instagram {
	height: 25px;
	padding: 0 0.5rem;
}
footer .credit {
    font-size: 0.7rem;
}




/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

/* Social */
.social {
	display: inline-block;
	margin-top: 7px;
}
.social li{
	display:inline-block;
	margin-right:10px;
}
.social li:last-child{
	margin-right:0;
}
.social li a {
	color: #666;
}

/* Start Mobile */

/* Social */
@media only screen and (max-width: 600px) {
.social {
	display: inline-block;
	margin-top: 7px;
}
.social li{
	display:inline-block;
	margin-right:10px;
}
.social li:last-child{
	margin-right:0;
}
.social li a {
	color: #666;
	}
}
@media only screen and (min-width: 600px) {
.social {
	display: inline-block;
	margin-top: 7px;
}
.social li{
	display:inline-block;
	margin-right:10px;
}
.social li:last-child{
	margin-right:0;
}
.social li a {
	color: #666;
	}
}

@media only screen and (max-width: 600px) {
.navbar-nav .nav-item {
	margin-left: 20px;
}
}
@media only screen and (min-width: 600px) {
.navbar-nav .nav-item {
	margin-left: 20px;
}
}

.navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
	
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
}
/* ============ mobile view .end// ============ */
/* End Mobile */

.link_bar a { color: yellow; }
.link_bar a:hover { color: red; }


/* LOGO */
h1 {
  text-transform: uppercase;
  font-weight:bold;
  font-size:6rem;
  /* display:inline-block; */
  position: relative;
  color:transparent;
  margin-bottom: 0;
  
  &:before {
    content:"Shatter";
    position: absolute;
    top:0px;
    left:22px;
    color:black;
    clip-path: inset(0px 298px 0px 0px);
    transition:all 0.3s;
  }
  
  span:before {
    content:"Shatter";
    position: absolute;
    top:0px;
    left:22px;
    color:black;
    clip-path: inset(0px 200px 0px 154px);
    transition:all 0.3s;
  }
  
    
  &:after {
    content:"Shatter";
    position: absolute;
    right:24px;
    top:0px;
    color:white;
    clip-path: inset(0px 100px 0px 250px);
    transition:all 0.5s;
  }
  
  span:after {
    content:"Shatter";
    position: absolute;
    right:24px;
    top:0px;
    color:white;
    clip-path: inset(0px 0px 0px 353px);
    transition:all 0.5s;
  }
  
   &:hover:after {
      top:10px;
     cursor:pointer;
     color:rgba(255,255,255,0.6);
    }
  
  &:hover:before {
      top:-10px;
      left:0px;
      cursor:pointer;
      color:rgba(255,255,255,0.6);
    }
  
  &:hover span:before {
    top:4px;
    cursor:pointer;
  }
  
  &:hover span:after {
    top:-8px;
    left:30px;
    cursor:pointer;
  }
  
  /*span {
    display:block;
    transition:all 0.3s;
    &:hover:before {
      
    }
    &:hover:after {
      top:14px;
      cursor:pointer;
    }
  }*/
}

h3 {
  color:white;
}

/* END */



/* menu */
.dropdown-menu {
  margin-top: 0;
}
.navbar .nav-item:not(:last-child) {
  margin-right: 0px;
}
 
.dropdown-toggle::after {
   transition: transform 0.15s linear; 
}
 
.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}
/* end menu */





/* Media Queries */

/* Laptop */
@media (max-width: 1366px) {
    html {
        font-size: 90%;
    }
}

/* Tablet */
@media (max-width: 768px) {
    html {
        font-size: 80%;
    }
    a { 
	text-decoration: none; 
    }
}

@media (max-width: 480px) {
    html {
	font-size: 80%;
    }
    a, .web { 
	text-decoration: none; 
    }
    a:hover { 
	color: red; text-decoration: none; 
    }
	img {
		width: 60%;
	}
    .logo {
	    width:70%;
	}
	button {
		width: 20%;
		font-size: 20%;
	}
	.ject .fs-6 {
		font-size: 20%;
	}
	b {
		font-size: 20%;
	}
	.form-control, .btn {
		font-size: 70%;
	}
}


/* Mobile Phone */
@media (max-width: 400px) {
    html {
        font-size: 75%;
    }
    a { text-decoration: none; }
    a:hover { color: red; text-decoration: none; }
}


@media (max-width: 320px) {
    html {
	font-size: 75%;
	}
    a, .web { 
	text-decoration: none; 
	}
    img {
	    width:60%;
	}
    .logo {
	    width:100%;
	}
    .social {
	    margin-bottom:0px;
	}
    i, .fa { width:40%; }
	button {
		width: 30%;
		font-size: 20%;
	}
	.form-control, .btn {
		font-size: 70%;
	}
}
