html {
  scroll-behavior: smooth;
  height: 100%;
  margin: 0;
}
body { 
	margin: 0; 
	padding: 0; 
	font-family: 'Exo', sans-serif;
	color: rgba(0,0,0, .87);
	height: 100%;
}
.judul_materi {
	position: absolute;
	bottom: 60px;
	left: 80px
}
.ha {
	font-size: 34px;
	font-family: 'Exo', sans-serif;
	line-height: 3.6
}
.GARIS1 {
    border-top: solid 3px white;
    width: 100px;
	position: absolute;
	left: 80px;
	bottom: 217px;
}
h1 {
	font-size: 60px;
	line-height: 1.1;
	margin: 0px;
	max-width: 560px;
	font-family: 'Anton', sans-serif;
	font-weight: normal;
	color: white;
	text-shadow: 1px 2px 5px black
}
.pro {
	position: absolute;
	left: 430px;
	bottom: 76px
}
.pro1 {
	position: absolute;
	left: 431px;
    bottom: 40px;
    color: white;
    font-size: 25px;
}
.belajar {
	font-size: 16px;
	line-height: 1;
	color: yellow;
	text-shadow: 1px 1px 8px black
}
.learning {
	font-size: 24px;
	line-height: 1;
	font-family: 'Shadows Into Light Two', cursive;
	text-decoration: underline;
}
.info1 {
    font-size: 16px;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 3px;
    border: 1px solid white;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: background-color 0.1s ease-out, border-color 0.1s ease-out;
	color: white;
	margin-right: 5px;
	background: rgba(0,0,0, .4)
}
.info1:hover,
.info1:active {
  background: white;
  color: black;  
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}
h2 {
	line-height: 1.3;
	font-size: 24px;
	color: rgb(152, 72, 7);
}
p, ol, ul {
	font-size: 19px;
	line-height: 1.6;
}
.hero-image {
  height: 100%;
  position: relative;
  margin: 0px auto 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://belajark3.com/pelatihan_kompetensi_lingkungan/PPPU/images/bg.webp");
}
.depan {
	max-width: 1025px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 24px;
	background: white;
	height: 75%;
	border: 1px solid rgba(0,0,0, .2);
	box-shadow: 
        inset  
              0 0 0 1px white,
              0.3em 0.3em 0.3em rgba(0,0,0,0.3);
}
.gambar {
	max-width: 100%;
	margin: 0px auto 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
	background-image: url("/pelatihan_kompetensi_lingkungan/penyusun_amdal/images/newbg.webp");
}
.konten { 
	max-width: 1025px; 
	margin: 0px auto 0px; 
	padding: 20px 24px;
}
.konten-image {
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top: 10px;
    background-image: url("/new_images/konten.webp");
}
.GARIS {
     border-top: solid 3px #FFC000;
     width: 100px;
}
.daftar {
    font-size: 16px;
    display: inline-block;
    padding: 8px 12px;
	width: 120px;
    border-radius: 3px;
    border: 1px solid #FFC000;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
	color: black; 
}
.daftar:hover,
.daftar:active {
  background: #FFC000;
  color: white;	
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}
.footer {
	text-align: center;
}
.fleks {
	display: flex;
	align-items: center;
}
.fleks img {
	width: 30px;
	height: 30px;
	margin-right: 15px;
}
/* dua kolom */
.KOLOMleft {
	float: left;
	width: 49%;
	position: relative;
	}
.KOLOMright {
    float: right;
    width: 49%;
	position: relative;
    }
.KOLOMgroup:after {
	content:"";
	display: table;
	clear: both;
    }
.flekKiri {
	display: flex;
	align-items: center;
}
.flekKiri img {
	width: 360px;
	height: auto;
	margin-right: 40px;
	box-shadow: 
	inset 0 -3em 3em rgba(0,0,0,0.1), 
        0 0 0 1px white,
        0.2em 0.3em 0.15em rgba(0,0,0,0.3);
}
.flekKanan {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.flekKanan img {
	width: 360px;
	height: auto;
	margin-left: 40px;
	box-shadow: 
	inset 0 -3em 3em rgba(0,0,0,0.1), 
        0 0 0 1px white,
        0.2em 0.3em 0.15em rgba(0,0,0,0.3);
}
#myBtn {
	position: fixed;
	bottom: 80px;
	right: 20px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	display: none;
}
.infoPELATIHAN {
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
}
.infoFlek {
	display: flex;
	align-items: center;
}
.infoFlek img {
	width: 50px;
	height: 50px;
	margin-left: 5px;
	transition: transform .2s ease;
}
.infoFlek:hover img {
	transform: scale(1.1);
	}
.info {
	font-size: 16px;
	line-height: 1;
	background: white;
	padding: 5px 10px;
	border-radius: 20px;
	border: solid 1px black;
	color: black;
	background: rgb(240, 240, 240);
	text-align: center;
} 

.left {
	float: left;
	width: 68%;
	position: relative;
	}
.group:after {
	content:"";
	display: table;
	clear: both;
    }

.KOTAK4 { 
  background-color: rgba(255, 240, 240, 0.7); 
  padding: 5px 30px 30px 30px;
  margin: 30px 0;
  box-shadow: 
        inset 0 -3em 3em rgba(0,0,0,0.1), 
              0 0  0 1px white,
              0.3em 0.3em 1em rgba(0,0,0,0.3);
 }



/* COLLAPSABLE */
.KOLAPS {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.KOLAPS:after {
	display: none;
}
.ISI {
    overflow: hidden;
    margin-bottom: 0;
}
.ISI ol {
	font-size: 18px
}
.ukom {
	border: 1px solid rgba(0,0,0,.1);
	padding: 20px 20px 20px 40px;
	background: rgb(250, 250, 250);
}
.img {
	width: 360px; height: auto; margin: 0 auto 0; display: block
}
/* COLLAPSABLE-LAGI */
.KOLAP {
  display: none;
  font-weight: bold;
  text-align: center;
}
.KOLAP:after {
  display: none;
}
.ISIi {
    max-height: max-content;
    overflow: hidden;
    border: none;
    background: none;
    padding: 0;
    margin-bottom: 0;
	margin-top: -20px;
}


@media (max-width: 575.98px) {
	.KOLAPS {
		padding-bottom: 10px;
		text-align: left;
		}
	.KOLAPS:after {
		display: block;
		content: 'klik disini';
		float: right;
		color: #2b4e84;
		font-size: 14px;
		border: solid 1px #d4d4d4;
		padding: 2px 8px;
		border-radius: 3px;
		margin-top: 3px;
		}
	.diana:after {
		content: 'Tutup';
		}
	.ISI {
		max-height: 0;
		overflow: hidden;
		margin-bottom: 20px;
		margin-top: 0;
		transition: max-height 0.6s ease-out;
		}
	.KOLAP {
		padding-bottom: 10px;
		text-align: left;
		display: block;
		margin-top: -15px;
		}
	.KOLAP:after {
		display: block;
		content: 'klik disini';
		float: right;
		color: #2b4e84;
		font-size: 14px;
		border: solid 1px #d4d4d4;
		padding: 2px 8px;
		border-radius: 3px;
		}
	.dian:after {
		content: 'Tutup';
		}
	.ISIi {
		max-height: 0;
		overflow: hidden;
		margin-bottom: 20px;
		transition: max-height 0.2s ease-out;
		padding: 0;	
		margin-top: 0px;
		}
	}
	
@media (min-width: 992px) and (max-width: 1199.98px) {
	.depan, .konten {
		max-width: 900px;
		}
	.judul_materi {
		left: 60px;
		bottom: 50px;
		}
	h1 {
		font-size: 56px;
		max-width: 500px;
		}
	.ha {
		font-size: 30px;
		}
	.GARIS1 {
		left: 60px;
		bottom: 193px;
		}
	.pro {
		left: 382px;
        bottom: 67px;
		}
	.pro1 {
		left: 382px;
        bottom: 34px;
        font-size: 22px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.ukom {
		height: auto;
		}
	.img {
		width: 300px;
		padding-bottom: 20px;
		}
	.left {
		width: 74%;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.hero-image {
		background: none;
		height: 500px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	.judul_materi {
		left: 40px;
		}
	h1 {
		font-size: 56px;
		max-width: 540px;
		}
	.ha {
		font-size: 30px;
		}
	.GARIS1 {
		left: 40px;
		bottom: 203px;
		}
	.pro {
		left: 365px;
        bottom: 78px;
		}
	.pro1 {
		left: 367px;
        bottom: 46px;
        font-size: 22px;
		}
	h2 {
		font-size: 22px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.konten { 
		padding: 20px 40px;
		}
	.KOLOMleft, .KOLOMright {
		width: 100%;
		}
	.ukom {
		height: auto;
		padding-left: 60px;
		}
	.img {
		display: none
		}
	.seratus1 {
		right: 20px;
		bottom: 40px;
		}
	.left {
		width: 100%;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.hero-image {
		background: none;
		height: 560px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	.judul_materi {
		left: 40px;
		bottom: 80px;
		}
	h1 {
		font-size: 52px;
		max-width: 500px;
		}
	.ha {
		font-size: 30px;
		}
	.GARIS1 {
		left: 40px;
		bottom: 214px;
		}
	.pro {
		left: 340px;
        bottom: 96px;
		}
	.pro1 {
		left: 341px;
        bottom: 65px;
        font-size: 22px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.konten { 
		padding: 20px 40px;
		}
	.KOLOMleft, .KOLOMright {
		width: 100%;
		}
	.ukom {
		height: auto;
		font-size: 17.5px;
		padding-left: 60px;
		}
	.flekKiri, .flekKanan {
		display: block;
		}
	.flekKiri img, .flekKanan img {
		width: 60%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
		}
	.img {
		display: none
		}
	h2 {
		font-size: 22px;
		}
	.left {
		width: 100%;
		}
	}
@media screen and (max-width: 575.98px) {
	.hero-image {
		background: none;
		height: 600px;
		}
	.depan {
		padding: 0px;
		border: none;
		box-shadow: none;
		height: 100%;
		}
	.gambar {
		background-image: url("/pelatihan_kompetensi_lingkungan/penyusun_amdal/images/newbg1.webp");
		}
	.judul_materi {
		left: 24px;
		bottom: 70px;
		}
	h1 {
		font-size: 44px;
		max-width: 312px;
		line-height: 1
		}
	.ha {
		font-size: 22px;
		line-height: 4
		}
	.hb {
		font-size: 110px;
		}
	.GARIS1 {
		left: 24px;
		bottom: 288px;
		border-top: solid 2px white;
		}
	.pro {
		left: 24px;
		bottom: 40px
		}
	.pro1 {
		display: none
		}
	h2 {
		font-size: 20px;
		}
	p, ol, ul {
		font-size: 17px;
		}
	.belajar {
		
		}
	.learning {
		color: white;
		text-shadow: 1px 1px 5px black;
		}
	.KOLOMleft, .KOLOMright {
		width: 100%;
		}
	.fleks {
		padding-left: 0
		}
	.fleks img {
		width: 26px;
		height: 26px;
		}
	.ISI ol {
		font-size: 16px;
		}
	.ukom {
		height: 100%;
        margin-top: 5px;
        border: none;
		background: none;
		padding: 10px 0 0 30px;
		}
	.KOLAPS {
		font-size: 18px;
		border-bottom: 1px solid rgba(0,0,0, .2);
		}
	.flekKiri, .flekKanan {
		display: block;
		}
	.flekKiri img, .flekKanan img {
		width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
		margin-bottom: 20px;
		}
	#myBtn {
		bottom: 50px;
		right: 5px;
		width: 40px;
		height: 40px;
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoFlek img {
		width: 40px;
		height: 40px;
		}
	.info1 {
		font-size: 15px;
		}
	.info {
		font-size: 14px;
		}
	.seratus {
		display: block;
		top: 100px;
		right: 30px;
		width: 120px;
		height: auto;
		}
	.diskon {
		width: 160px;
		margin-top: -20px
		}
	.seratus1 {
		display: none
		}
	 .left {
		width: 100%;
		}
	.KOTAK4 {
		padding: 5px 20px 20px 20px
		}
	.konten-image {
		background-image: url("/new_images/konten1.webp");
		}
	}
	

.zoom {overflow: hidden;}
.zoom img {transition: transform .2s ease;}
.zoom:hover img {transform: scale(1.1);}
.OVAL { border-radius: 3px;}

.CALL1, .CALL2 {
  position: absolute;
  font-size: 15px;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 3px;
  border: 1px solid rgb(118, 111, 84);
  color: rgb(118, 111, 84);
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.1s ease-out,
              border-color 0.1s ease-out;
}
.CALL1 {
  top: 165px;
  left: 184px;
}
.CALL2 {
  top: 322px;
  left: 184px;
}
.CALL1:hover,
.CALL1:active,
.CALL2:hover,
.CALL2:active {
  color: rgb(255,255,255);
  background-color: rgb(118, 111, 84);
  border-color: rgb(118, 111, 84); 
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}
.modalku {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0; top: 0;
  width: 100%; 
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.6);
}
.modalku-body {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 740px;
  height: 429px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  border-radius: 3px;
  background-image: url("/admin.webp");
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.6s;
  animation-name: animatetop;
  animation-duration: 0.6s;
}
@-webkit-keyframes animatetop {
  from {top:-800px; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-800px; opacity:0}
  to {top:0; opacity:1}
}
.clos {
  color: rgb(118, 111, 84);
  position: absolute;
  top: -2px;
  right: 6px;
  font-size: 30px;
  font-weight: bold;
}
.clos:hover,
.clos:focus {
  color: blue;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 576px) and (max-width: 767.98px) {  
  .modalku-body {
	height: 534px;
	width: 400px;
	background-image: url("/admin1.webp");
    }
  .CALL1 {
    top: 225px;
    left: 202px;
    font-size: 14px;
    }
  .CALL2 {
    top: 375px;
    left: 202px;
    font-size: 14px;
    }
}
@media screen and (max-width: 575.98px) {
  .modalku-body {
	height: 454px;
	width: 340px;
	background-image: url("/admin1.webp");
    }
  .CALL1 {
    top: 192px;
    left: 160px;
    font-size: 14px;
    }
  .CALL2 {
    top: 318px;
    left: 160px;
    font-size: 14px;
    }
}


/* The Modal UKOM1 */
.modalUKOM1 {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
  transform: scaleY(.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
  overflow: hidden;
}
.modal-contentUKOM1 {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #888;
  width: 900px; height: 506px;
  background: white;  
  background-image: url("/new_images/pq-csms.webp");
  transform: scale(0);
  animation: zoomIn 1s 1.4s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 
        inset 0 -3em 3em rgba(0,0,0,0.1), 
              0 0 0 2px white,
              0.3em 0.3em 1em rgba(0,0,0,0.3);		  
 }
 @keyframes unfoldIn {
  0% {
    transform: scaleY(.005) scaleX(0);
  }
  50% {
    transform: scaleY(.005) scaleX(1);
  }
  50% {
    transform: scaleY(.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.modal-bodyUKOM1 {
  overflow: auto;
  width: 100%; height: 100%;
  color: black;  
}
.modalTOP1 {
  position: fixed;
  width: 100%;
}
.pading {
  padding: 20px 40px;
  margin-right: 360px;
}
.modal-bodyUKOM1 div, .modal-bodyUKOM1 p {
  font-size: 18px;
}
.modal-bodyUKOM1 ul {
	background: rgba(255, 255, 255, .4);
	border: solid 1px rgba(0,0,0,.3);
	border-bottom: solid 3px rgba(0,0,0,.3);
    border-right: solid 2px rgba(0,0,0,.3);
    border-radius: 5px;
    padding: 10px 20px;
    padding-left: 50px;
	margin: 6px 0 30px 0;
	font-size: 18px;
}
.modal-bodyUKOM1 h1 {
	font-size: 38px;
	line-height: 1;
	font-weight: normal;
	font-family: 'Anton', sans-serif;
	color: rgba(0,0,0, .8);
	margin-top: 10px;
	text-shadow: none
}
.modal-bodyUKOM1 .p {
	font-size: 20px;
}
.GARIS2 {
    background: linear-gradient(to right, rgb(62, 101, 160), orange, yellow);
    width: 150px;
    height: 2px;
}
.closUKOM1 {
  color: black;
  float: right;
  font-size: 30px;
  z-index: 1;
  margin-right: 20px;
  cursor: pointer;
}
.closUKOM1:hover, 
.closUKOM1:focus {
  color: blue;
  text-decoration: none;
  cursor: pointer;
}
.h1 {
	font-size: 40px;
	line-height: 1.2;
	font-weight: normal;
	font-family: 'Anton', sans-serif; 
}
.flekUkom {
	display: flex;
	align-items: center;
	position: absolute;
	top: 10px;
	right: 60px
}
.flekUkom img {
	width: 45px;
	height: auto;
	margin-right: 10px;
	border-radius: 5px;
    margin-right: 15px;
    box-shadow: inset 0 -3em 3em rgba(0,0,0,.1), 0 0 0 1px white, 0.3em 0.3em 0.15em rgba(0,0,0,.3);
}
/* COLLAPSABLE */
.KOLAPP {
  cursor: pointer;
  margin-bottom: 5px;
}
.KOLAPP:after {
  content: 'Selengkapnya';
  border: solid 1px rgba(0,0,0,.3);
  border-bottom: solid 3px rgba(0,0,0,.3);
  border-right: solid 2px rgba(0,0,0,.3);
  background: rgba(255, 255, 255, .4);
  float: right;
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 15px;
  text-decoration: none;
}
.dian:after {
  content: 'Tutup';
}
.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.content ol {
  border: solid 1px rgba(0,0,0,.3);
  border-bottom: solid 3px rgba(0,0,0,.3);
  border-right: solid 2px rgba(0,0,0,.3);
  background: rgba(255, 255, 255, .4);
  border-radius: 5px;
  font-size: 18px;
  padding: 16px 20px;
  padding-left: 50px;
  margin-top: 6px;
}
.flekPDF {
	display: flex;
	align-items: center;
}
.flekPDF img {
	width: 60px;
	height: 60px;
	margin-right: 16px;
	transition: transform .15s ease;
}
.flekPDF a {
	font-size: 18px;
}
.flekPDF:hover img {
	transform: scale(1.1);
}
.flekPDF a {
	text-decoration: none; 
    color: black
}
.siap {
	position: absolute;
	right: 40px;
	bottom: 5px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.closUKOM1 {
		margin-right: 10px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.modal-contentUKOM1 {
		width: 84%; height: 70% 
		}
	.pading {
		padding: 20px 40px;
		margin-right: 280px
		}
	.closUKOM1 {
		margin-right: 10px;
		}
	.modal-bodyUKOM1 h1 {
		font-size: 36px;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.modal-contentUKOM1 {
		width: 500px; height: 800px;
		background-image: url("/new_images/pq-csms1.webp");
		}	
	.pading {
		padding: 20px 40px;
		margin-right: 0
		}
	.closUKOM1 {
		margin-right: 5px;
		margin-top: -5px;
		}
	.modal-bodyUKOM1 h1 {
		font-size: 36px;
		margin-top: 20px;
		}
	.flekUkom {
		display: none
		}
	.modal-bodyUKOM1 .p {
		max-width: 300px
		}
	.siap {
		display: none
		}
	}	
@media screen and (max-width: 575.98px) {
	.modal-contentUKOM1 {
		width: 90%;
		height: 76%;
		background-image: url("/new_images/pq-csms1.webp");
		}
	.pading {
		padding: 0px 20px;
		margin-right: 0
		}
	.closUKOM1 {
		margin-right: 3px;
		margin-top: -7px;
		}
	.modal-bodyUKOM1 div, .modal-bodyUKOM1 p, .flekPDF a {
		font-size: 17px;
		}
	.KOLAPP:after {
		font-size: 13px;
		background: rgba(255, 255, 255, .7);
		}
	.modal-bodyUKOM1 ul {
		font-size: 16px;
		padding-right: 15px;
		padding-left: 40px;
		background: rgba(255, 255, 255, .6);
		}
	.modal-bodyUKOM1 h1 {
		font-size: 26px;
		margin-top: 40px
		}
	.modal-bodyUKOM1 .p {
		font-size: 19px;
		}
	.content ol {
		font-size: 16px;
		padding-right: 15px;
		padding-left: 40px;
		background: rgba(255, 255, 255, .6);
		}
	.flekUkom {
		display: none
		}
	.flekPDF img {
		margin-right: 10px;
		width: 50px;
		height: 50px
		}
	.flekPDF {
		border: solid 1px rgba(0,0,0,.3);
		border-bottom: solid 3px rgba(0,0,0,.4);
		border-right: solid 2px rgba(0,0,0,.4);
		background: rgba(255, 255, 255, .6);
		border-radius: 5px;
		padding: 10px; 
		margin-top: -12px
		}
	.flekPDF a {
		font-size: 16px
		}
	.siap {
		display: none
		}
	}

.flekLOGO {
	display: flex;
	align-items: center;
	padding-left: 20px;
	padding-top: 20px;
	width: 360px;
	position: relative;
	float: right;
	z-index: 1
}
.flekLOGO img {
	width: 45px;
	height: 45px;
	box-shadow: inset 0 -3em 3em rgba(0, 0, 0, .1), 0 0 0 1px white, .2em .3em .15em rgba(0, 0, 0, .3);
	border-radius: 5px;
	margin-right: 10px;
}
.pilihCSMS {
	position: absolute;
	right: 20px;
	top: 20px;
}
.colaps:after {
  content: "\2261";
  border: solid 1px black;
  border-radius: 5px;
  padding: 0 12px;
  font-size: 30px;
  z-index: 1;
  float: right;
  cursor: pointer;
  background: rgba(250, 250, 250, .6);
}
.zia:after {
  background: white;
  color: black
}
.conten {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-out;
  margin-top: 50px;
  
}
.di-an {
  border: solid 1px rgba(0,0,0, .2);
  max-width: 250px;
  background: rgb(250, 250, 250);
  border-radius: 10px;
  padding: 15px 20px;
  border-bottom: solid 3px rgba(0,0,0, .3);
  border-right: solid 2px rgba(0,0,0, .3);
  overflow: auto;
  overscroll-behavior: auto contain;
  
}
.di-anFlek {
	display: flex;
	align-items: center;
	margin: 10px 0
}
.di-anFlek img {
	width: 26px;
	height: auto;
	margin-right: 20px;
	box-shadow: none
}
.di-anFlek a {
	font-size: 17px;
	color: rgba(0,0,0, .8);
	text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.flekLOGO {
		padding-left: 40px;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.flekLOGO {
		padding-left: 40px;
		padding-top: 20px;
		float: none
		}
	.pilihCSMS {
		top: 20px
		}
	}
@media screen and (max-width: 575.98px) {
	.di-an {
		max-width: 220px;
		padding: 10px 20px
		}
	.di-anFlek a {
		font-size: 16px;
		}
	.di-anFlek img {
		margin-right: 15px
		}
	.flekLOGO {
		padding-left: 24px;
		width: auto;
		float: none;
		
		}
	}